Comparing version 3.0.8 to 3.0.9
@@ -254,3 +254,3 @@ import React from 'react'; | ||
*/ | ||
dockMove(source: TabData | PanelData, target: string | TabData | PanelData | BoxData, direction: DropDirection): void; | ||
dockMove(source: TabData | PanelData, target: string | TabData | PanelData | BoxData | null, direction: DropDirection): void; | ||
/** | ||
@@ -257,0 +257,0 @@ * get the TabGroup defined in defaultLayout |
@@ -110,3 +110,3 @@ import React, { CSSProperties } from "react"; | ||
*/ | ||
dockMove(source: TabData | PanelData, target: string | TabData | PanelData | BoxData, direction: DropDirection): void; | ||
dockMove(source: TabData | PanelData, target: string | TabData | PanelData | BoxData | null, direction: DropDirection): void; | ||
/** @inheritDoc */ | ||
@@ -113,0 +113,0 @@ find(id: string, filter?: Algorithm.Filter): PanelData | TabData; |
@@ -254,3 +254,3 @@ import React from 'react'; | ||
*/ | ||
dockMove(source: TabData | PanelData, target: string | TabData | PanelData | BoxData, direction: DropDirection): void; | ||
dockMove(source: TabData | PanelData, target: string | TabData | PanelData | BoxData | null, direction: DropDirection): void; | ||
/** | ||
@@ -257,0 +257,0 @@ * get the TabGroup defined in defaultLayout |
@@ -110,3 +110,3 @@ import React, { CSSProperties } from "react"; | ||
*/ | ||
dockMove(source: TabData | PanelData, target: string | TabData | PanelData | BoxData, direction: DropDirection): void; | ||
dockMove(source: TabData | PanelData, target: string | TabData | PanelData | BoxData | null, direction: DropDirection): void; | ||
/** @inheritDoc */ | ||
@@ -113,0 +113,0 @@ find(id: string, filter?: Algorithm.Filter): PanelData | TabData; |
{ | ||
"name": "rc-dock", | ||
"version": "3.0.8", | ||
"version": "3.0.9", | ||
"description": "dock layout for react component", | ||
@@ -29,2 +29,3 @@ "repository": { | ||
"module": "es/index", | ||
"types": "lib/index.d.ts", | ||
"license": "Apache-2.0", | ||
@@ -69,3 +70,4 @@ "dependencies": { | ||
"**/minimist": "^1.2.5", | ||
"**/node-forge": "^0.10.0" | ||
"**/node-forge": "^0.10.0", | ||
"**/is-svg": "^4.2.2" | ||
}, | ||
@@ -72,0 +74,0 @@ "scripts": { |
@@ -318,3 +318,3 @@ import React from 'react'; | ||
*/ | ||
dockMove(source: TabData | PanelData, target: string | TabData | PanelData | BoxData, direction: DropDirection): void; | ||
dockMove(source: TabData | PanelData, target: string | TabData | PanelData | BoxData | null, direction: DropDirection): void; | ||
@@ -321,0 +321,0 @@ /** |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
776859
126