@elliemae/ds-shuttle-v2 3.20.1 → 3.20.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -3,8 +3,8 @@ export function BreadCrumbHoc({ path, setCurrentNode }: {
|
|
|
3
3
|
setCurrentNode: any;
|
|
4
4
|
}): (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
5
5
|
export function useShuttle(): {
|
|
6
|
-
setCurrentSourceNode: React.Dispatch<React.SetStateAction<import("@elliemae/ds-tree-model
|
|
7
|
-
setCurrentDestinationNode: React.Dispatch<React.SetStateAction<import("@elliemae/ds-tree-model
|
|
6
|
+
setCurrentSourceNode: React.Dispatch<React.SetStateAction<import("@elliemae/ds-tree-model").Node<any>>>;
|
|
7
|
+
setCurrentDestinationNode: React.Dispatch<React.SetStateAction<import("@elliemae/ds-tree-model").Node<any>>>;
|
|
8
8
|
sourceDisplayedData: any[];
|
|
9
9
|
destinationDisplayedData: any[];
|
|
10
10
|
sourceSelection: {};
|
|
@@ -17,9 +17,9 @@ export function useShuttle(): {
|
|
|
17
17
|
onSourceRemove: (items: any) => any;
|
|
18
18
|
onDestinationAdd: (items: any) => any;
|
|
19
19
|
onDestinationRemove: (items: any) => any;
|
|
20
|
-
sourceBreadCrumbPath: import("@elliemae/ds-tree-model
|
|
21
|
-
destinationBreadCrumbPath: import("@elliemae/ds-tree-model
|
|
22
|
-
currentSourceNode: import("@elliemae/ds-tree-model
|
|
23
|
-
currentDestinationNode: import("@elliemae/ds-tree-model
|
|
20
|
+
sourceBreadCrumbPath: import("@elliemae/ds-tree-model").Node<any>[];
|
|
21
|
+
destinationBreadCrumbPath: import("@elliemae/ds-tree-model").Node<any>[];
|
|
22
|
+
currentSourceNode: import("@elliemae/ds-tree-model").Node<any>;
|
|
23
|
+
currentDestinationNode: import("@elliemae/ds-tree-model").Node<any>;
|
|
24
24
|
};
|
|
25
25
|
import React from "react";
|
|
@@ -3,8 +3,8 @@ export function BreadCrumbHoc({ path, setCurrentNode }: {
|
|
|
3
3
|
setCurrentNode: any;
|
|
4
4
|
}): (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
5
5
|
export function useShuttle(): {
|
|
6
|
-
setCurrentSourceNode: React.Dispatch<React.SetStateAction<import("@elliemae/ds-tree-model
|
|
7
|
-
setCurrentDestinationNode: React.Dispatch<React.SetStateAction<import("@elliemae/ds-tree-model
|
|
6
|
+
setCurrentSourceNode: React.Dispatch<React.SetStateAction<import("@elliemae/ds-tree-model").Node<any>>>;
|
|
7
|
+
setCurrentDestinationNode: React.Dispatch<React.SetStateAction<import("@elliemae/ds-tree-model").Node<any>>>;
|
|
8
8
|
sourceDisplayedData: any[];
|
|
9
9
|
destinationDisplayedData: any[];
|
|
10
10
|
sourceSelection: {};
|
|
@@ -21,9 +21,9 @@ export function useShuttle(): {
|
|
|
21
21
|
onSourceRemove: (items: any) => any;
|
|
22
22
|
onDestinationAdd: (items: any) => any;
|
|
23
23
|
onDestinationRemove: (items: any) => any;
|
|
24
|
-
sourceBreadCrumbPath: import("@elliemae/ds-tree-model
|
|
25
|
-
destinationBreadCrumbPath: import("@elliemae/ds-tree-model
|
|
26
|
-
currentSourceNode: import("@elliemae/ds-tree-model
|
|
27
|
-
currentDestinationNode: import("@elliemae/ds-tree-model
|
|
24
|
+
sourceBreadCrumbPath: import("@elliemae/ds-tree-model").Node<any>[];
|
|
25
|
+
destinationBreadCrumbPath: import("@elliemae/ds-tree-model").Node<any>[];
|
|
26
|
+
currentSourceNode: import("@elliemae/ds-tree-model").Node<any>;
|
|
27
|
+
currentDestinationNode: import("@elliemae/ds-tree-model").Node<any>;
|
|
28
28
|
};
|
|
29
29
|
import React from "react";
|
|
@@ -3,8 +3,8 @@ export function BreadCrumbHoc({ path, setCurrentNode }: {
|
|
|
3
3
|
setCurrentNode: any;
|
|
4
4
|
}): (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
5
5
|
export function useShuttle(): {
|
|
6
|
-
setCurrentSourceNode: React.Dispatch<React.SetStateAction<import("@elliemae/ds-tree-model
|
|
7
|
-
setCurrentDestinationNode: React.Dispatch<React.SetStateAction<import("@elliemae/ds-tree-model
|
|
6
|
+
setCurrentSourceNode: React.Dispatch<React.SetStateAction<import("@elliemae/ds-tree-model").Node<any>>>;
|
|
7
|
+
setCurrentDestinationNode: React.Dispatch<React.SetStateAction<import("@elliemae/ds-tree-model").Node<any>>>;
|
|
8
8
|
sourceDisplayedData: any[];
|
|
9
9
|
destinationDisplayedData: any[];
|
|
10
10
|
sourceSelection: {};
|
|
@@ -17,13 +17,13 @@ export function useShuttle(): {
|
|
|
17
17
|
onSourceRemove: (items: any) => any;
|
|
18
18
|
onDestinationAdd: (items: any) => any;
|
|
19
19
|
onDestinationRemove: (items: any) => any;
|
|
20
|
-
sourceBreadCrumbPath: import("@elliemae/ds-tree-model
|
|
21
|
-
destinationBreadCrumbPath: import("@elliemae/ds-tree-model
|
|
20
|
+
sourceBreadCrumbPath: import("@elliemae/ds-tree-model").Node<any>[];
|
|
21
|
+
destinationBreadCrumbPath: import("@elliemae/ds-tree-model").Node<any>[];
|
|
22
22
|
isSourceLoadingMore: boolean;
|
|
23
23
|
onLoadMoreSource: () => void;
|
|
24
24
|
isDestinationLoadingMore: boolean;
|
|
25
25
|
onLoadMoreDestination: () => void;
|
|
26
|
-
currentSourceNode: import("@elliemae/ds-tree-model
|
|
27
|
-
currentDestinationNode: import("@elliemae/ds-tree-model
|
|
26
|
+
currentSourceNode: import("@elliemae/ds-tree-model").Node<any>;
|
|
27
|
+
currentDestinationNode: import("@elliemae/ds-tree-model").Node<any>;
|
|
28
28
|
};
|
|
29
29
|
import React from "react";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-shuttle-v2",
|
|
3
|
-
"version": "3.20.
|
|
3
|
+
"version": "3.20.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Shuttle v2",
|
|
6
6
|
"files": [
|
|
@@ -37,22 +37,22 @@
|
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"fast-deep-equal": "~3.1.3",
|
|
39
39
|
"uid": "~2.0.1",
|
|
40
|
-
"@elliemae/ds-button-v2": "3.20.
|
|
41
|
-
"@elliemae/ds-
|
|
42
|
-
"@elliemae/ds-
|
|
43
|
-
"@elliemae/ds-
|
|
44
|
-
"@elliemae/ds-
|
|
45
|
-
"@elliemae/ds-
|
|
46
|
-
"@elliemae/ds-grid": "3.20.
|
|
47
|
-
"@elliemae/ds-
|
|
48
|
-
"@elliemae/ds-
|
|
49
|
-
"@elliemae/ds-
|
|
50
|
-
"@elliemae/ds-popperjs": "3.20.
|
|
51
|
-
"@elliemae/ds-
|
|
52
|
-
"@elliemae/ds-
|
|
53
|
-
"@elliemae/ds-
|
|
54
|
-
"@elliemae/ds-zustand-helpers": "3.20.
|
|
55
|
-
"@elliemae/ds-
|
|
40
|
+
"@elliemae/ds-button-v2": "3.20.2",
|
|
41
|
+
"@elliemae/ds-circular-progress-indicator": "3.20.2",
|
|
42
|
+
"@elliemae/ds-drag-and-drop": "3.20.2",
|
|
43
|
+
"@elliemae/ds-fast-list": "3.20.2",
|
|
44
|
+
"@elliemae/ds-form-checkbox": "3.20.2",
|
|
45
|
+
"@elliemae/ds-form-input-text": "3.20.2",
|
|
46
|
+
"@elliemae/ds-grid": "3.20.2",
|
|
47
|
+
"@elliemae/ds-hooks-fontsize-detector": "3.20.2",
|
|
48
|
+
"@elliemae/ds-icons": "3.20.2",
|
|
49
|
+
"@elliemae/ds-indeterminate-progress-indicator": "3.20.2",
|
|
50
|
+
"@elliemae/ds-popperjs": "3.20.2",
|
|
51
|
+
"@elliemae/ds-props-helpers": "3.20.2",
|
|
52
|
+
"@elliemae/ds-system": "3.20.2",
|
|
53
|
+
"@elliemae/ds-typography": "3.20.2",
|
|
54
|
+
"@elliemae/ds-zustand-helpers": "3.20.2",
|
|
55
|
+
"@elliemae/ds-utilities": "3.20.2"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"@testing-library/dom": "~8.19.0",
|
|
@@ -60,8 +60,8 @@
|
|
|
60
60
|
"@testing-library/user-event": "~13.5.0",
|
|
61
61
|
"lodash": "^4.17.21",
|
|
62
62
|
"styled-components": "~5.3.9",
|
|
63
|
-
"@elliemae/ds-breadcrumb": "3.20.
|
|
64
|
-
"@elliemae/ds-tree-model": "3.20.
|
|
63
|
+
"@elliemae/ds-breadcrumb": "3.20.2",
|
|
64
|
+
"@elliemae/ds-tree-model": "3.20.2"
|
|
65
65
|
},
|
|
66
66
|
"peerDependencies": {
|
|
67
67
|
"lodash": "^4.17.21",
|