@elliemae/ds-shuttle-v2 3.18.0-next.1 → 3.18.0-next.10
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.
- package/dist/cjs/config/useAutoCalculated/index.js +1 -1
- package/dist/cjs/config/useAutoCalculated/index.js.map +2 -2
- package/dist/cjs/config/useAutoCalculated/useDataStructure.js.map +2 -2
- package/dist/cjs/config/useAutoCalculated/useShuttleVirtualized.js +9 -60
- package/dist/cjs/config/useAutoCalculated/useShuttleVirtualized.js.map +2 -2
- package/dist/cjs/exported-related/ShuttleItem.js +2 -2
- package/dist/cjs/exported-related/ShuttleItem.js.map +2 -2
- package/dist/cjs/parts/Dnd/DndHandle.js +27 -18
- package/dist/cjs/parts/Dnd/DndHandle.js.map +3 -3
- package/dist/cjs/parts/Header.js +6 -1
- package/dist/cjs/parts/Header.js.map +2 -2
- package/dist/cjs/parts/HoC/withConditionalDnDRowContext.js.map +2 -2
- package/dist/cjs/parts/Item/Item.js +6 -0
- package/dist/cjs/parts/Item/Item.js.map +2 -2
- package/dist/cjs/parts/Item/ItemActions/ItemActions.js +79 -36
- package/dist/cjs/parts/Item/ItemActions/ItemActions.js.map +2 -2
- package/dist/cjs/parts/Item/ItemMiddleSection.js +38 -5
- package/dist/cjs/parts/Item/ItemMiddleSection.js.map +2 -2
- package/dist/cjs/parts/Item/ItemOverlay.js +20 -18
- package/dist/cjs/parts/Item/ItemOverlay.js.map +2 -2
- package/dist/cjs/parts/Item/ItemSelection.js +18 -3
- package/dist/cjs/parts/Item/ItemSelection.js.map +2 -2
- package/dist/cjs/parts/Item/TextSection.js +4 -1
- package/dist/cjs/parts/Item/TextSection.js.map +2 -2
- package/dist/cjs/parts/MainContent.js +56 -9
- package/dist/cjs/parts/MainContent.js.map +2 -2
- package/dist/cjs/parts/Panel/bottom/LoadMoreBtn.js +4 -0
- package/dist/cjs/parts/Panel/bottom/LoadMoreBtn.js.map +2 -2
- package/dist/cjs/parts/Panel/bottom/LoadingMore.js +15 -1
- package/dist/cjs/parts/Panel/bottom/LoadingMore.js.map +3 -3
- package/dist/cjs/parts/Panel/bottom/PanelContentBottomSection.js +4 -0
- package/dist/cjs/parts/Panel/bottom/PanelContentBottomSection.js.map +2 -2
- package/dist/cjs/parts/Panel/middle/EmptyItems.js +16 -1
- package/dist/cjs/parts/Panel/middle/EmptyItems.js.map +2 -2
- package/dist/cjs/parts/Panel/middle/ItemListWrapper/Index.js +33 -47
- package/dist/cjs/parts/Panel/middle/ItemListWrapper/Index.js.map +2 -2
- package/dist/cjs/parts/Panel/middle/LoadingItems.js +25 -1
- package/dist/cjs/parts/Panel/middle/LoadingItems.js.map +2 -2
- package/dist/cjs/parts/Panel/middle/MultipleSelectionAction.js +23 -1
- package/dist/cjs/parts/Panel/middle/MultipleSelectionAction.js.map +2 -2
- package/dist/cjs/parts/Panel/middle/PanelContentMiddleSection.js +13 -17
- package/dist/cjs/parts/Panel/middle/PanelContentMiddleSection.js.map +2 -2
- package/dist/cjs/parts/Panel/top/PanelContentTopSection.js +14 -4
- package/dist/cjs/parts/Panel/top/PanelContentTopSection.js.map +2 -2
- package/dist/cjs/parts/Panel/top/PanelFilterSection.js +11 -1
- package/dist/cjs/parts/Panel/top/PanelFilterSection.js.map +2 -2
- package/dist/cjs/parts/Panel/top/SelectionHeader.js +35 -17
- package/dist/cjs/parts/Panel/top/SelectionHeader.js.map +2 -2
- package/dist/cjs/parts/PanelWrapper.js +31 -9
- package/dist/cjs/parts/PanelWrapper.js.map +2 -2
- package/dist/cjs/react-desc-prop-types.js +3 -1
- package/dist/cjs/react-desc-prop-types.js.map +2 -2
- package/dist/esm/config/useAutoCalculated/index.js +1 -1
- package/dist/esm/config/useAutoCalculated/index.js.map +2 -2
- package/dist/esm/config/useAutoCalculated/useDataStructure.js.map +2 -2
- package/dist/esm/config/useAutoCalculated/useShuttleVirtualized.js +10 -61
- package/dist/esm/config/useAutoCalculated/useShuttleVirtualized.js.map +2 -2
- package/dist/esm/exported-related/ShuttleItem.js +2 -2
- package/dist/esm/exported-related/ShuttleItem.js.map +2 -2
- package/dist/esm/parts/Dnd/DndHandle.js +27 -18
- package/dist/esm/parts/Dnd/DndHandle.js.map +3 -3
- package/dist/esm/parts/Header.js +7 -2
- package/dist/esm/parts/Header.js.map +2 -2
- package/dist/esm/parts/HoC/withConditionalDnDRowContext.js.map +2 -2
- package/dist/esm/parts/Item/Item.js +7 -1
- package/dist/esm/parts/Item/Item.js.map +2 -2
- package/dist/esm/parts/Item/ItemActions/ItemActions.js +79 -36
- package/dist/esm/parts/Item/ItemActions/ItemActions.js.map +2 -2
- package/dist/esm/parts/Item/ItemMiddleSection.js +38 -5
- package/dist/esm/parts/Item/ItemMiddleSection.js.map +2 -2
- package/dist/esm/parts/Item/ItemOverlay.js +20 -18
- package/dist/esm/parts/Item/ItemOverlay.js.map +2 -2
- package/dist/esm/parts/Item/ItemSelection.js +18 -3
- package/dist/esm/parts/Item/ItemSelection.js.map +2 -2
- package/dist/esm/parts/Item/TextSection.js +4 -1
- package/dist/esm/parts/Item/TextSection.js.map +2 -2
- package/dist/esm/parts/MainContent.js +57 -10
- package/dist/esm/parts/MainContent.js.map +2 -2
- package/dist/esm/parts/Panel/bottom/LoadMoreBtn.js +4 -0
- package/dist/esm/parts/Panel/bottom/LoadMoreBtn.js.map +2 -2
- package/dist/esm/parts/Panel/bottom/LoadingMore.js +15 -1
- package/dist/esm/parts/Panel/bottom/LoadingMore.js.map +3 -3
- package/dist/esm/parts/Panel/bottom/PanelContentBottomSection.js +4 -0
- package/dist/esm/parts/Panel/bottom/PanelContentBottomSection.js.map +2 -2
- package/dist/esm/parts/Panel/middle/EmptyItems.js +16 -1
- package/dist/esm/parts/Panel/middle/EmptyItems.js.map +2 -2
- package/dist/esm/parts/Panel/middle/ItemListWrapper/Index.js +33 -47
- package/dist/esm/parts/Panel/middle/ItemListWrapper/Index.js.map +2 -2
- package/dist/esm/parts/Panel/middle/LoadingItems.js +25 -1
- package/dist/esm/parts/Panel/middle/LoadingItems.js.map +2 -2
- package/dist/esm/parts/Panel/middle/MultipleSelectionAction.js +23 -1
- package/dist/esm/parts/Panel/middle/MultipleSelectionAction.js.map +2 -2
- package/dist/esm/parts/Panel/middle/PanelContentMiddleSection.js +14 -18
- package/dist/esm/parts/Panel/middle/PanelContentMiddleSection.js.map +2 -2
- package/dist/esm/parts/Panel/top/PanelContentTopSection.js +15 -5
- package/dist/esm/parts/Panel/top/PanelContentTopSection.js.map +2 -2
- package/dist/esm/parts/Panel/top/PanelFilterSection.js +12 -2
- package/dist/esm/parts/Panel/top/PanelFilterSection.js.map +2 -2
- package/dist/esm/parts/Panel/top/SelectionHeader.js +36 -18
- package/dist/esm/parts/Panel/top/SelectionHeader.js.map +2 -2
- package/dist/esm/parts/PanelWrapper.js +32 -10
- package/dist/esm/parts/PanelWrapper.js.map +2 -2
- package/dist/esm/react-desc-prop-types.js +9 -2
- package/dist/esm/react-desc-prop-types.js.map +2 -2
- package/dist/types/config/useAutoCalculated/index.d.ts +6 -12
- package/dist/types/config/useAutoCalculated/useShuttleVirtualized.d.ts +6 -8
- package/dist/types/config/useStore/useStore.d.ts +54 -108
- package/dist/types/parts/Dnd/DndHandle.d.ts +1 -1
- package/dist/types/parts/Header.d.ts +1 -1
- package/dist/types/parts/Item/ItemMiddleSection.d.ts +1 -1
- package/dist/types/parts/Item/ItemOverlay.d.ts +3 -1
- package/dist/types/parts/Item/ItemSelection.d.ts +1 -1
- package/dist/types/parts/Panel/top/SelectionHeader.d.ts +1 -1
- package/dist/types/react-desc-prop-types.d.ts +2 -1
- package/package.json +21 -20
|
@@ -3,18 +3,12 @@ import { type ZustandT } from '@elliemae/ds-zustand-helpers';
|
|
|
3
3
|
import { type DSShuttleV2T } from '../../react-desc-prop-types.js';
|
|
4
4
|
export declare const PropsProvider: ({ createStore, children, }: {
|
|
5
5
|
createStore: () => ZustandT.ZustandStore<ZustandT.PropsStore<DSShuttleV2T.InternalProps & {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
destinationVirtualItems: import("react-virtual").VirtualItem[];
|
|
13
|
-
destinationTotalSize: number;
|
|
14
|
-
destinationScrollToOffset: (index: number, options?: import("react-virtual").ScrollToOptions | undefined) => void;
|
|
15
|
-
destinationScrollToIndex: (index: number, options?: import("react-virtual").ScrollToOptions | undefined) => void;
|
|
16
|
-
destinationMeasure: () => void;
|
|
17
|
-
destinationVirtualRef: import("react").Ref<HTMLDivElement>;
|
|
6
|
+
destinationVirtualRef: import("react").MutableRefObject<{
|
|
7
|
+
scrollTo: (index: number) => void;
|
|
8
|
+
}>;
|
|
9
|
+
sourceVirtualRef: import("react").MutableRefObject<{
|
|
10
|
+
scrollTo: (index: number) => void;
|
|
11
|
+
}>;
|
|
18
12
|
destinationSelectedItemsMap: Record<string, {
|
|
19
13
|
datum: DSShuttleV2T.Datum;
|
|
20
14
|
index: number;
|
|
@@ -40,18 +34,12 @@ export declare const PropsProvider: ({ createStore, children, }: {
|
|
|
40
34
|
}>>;
|
|
41
35
|
children: import("react").ReactNode;
|
|
42
36
|
}) => import("react").FunctionComponentElement<import("react").ProviderProps<ZustandT.ZustandStore<ZustandT.PropsStore<DSShuttleV2T.InternalProps & {
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
destinationVirtualItems: import("react-virtual").VirtualItem[];
|
|
50
|
-
destinationTotalSize: number;
|
|
51
|
-
destinationScrollToOffset: (index: number, options?: import("react-virtual").ScrollToOptions | undefined) => void;
|
|
52
|
-
destinationScrollToIndex: (index: number, options?: import("react-virtual").ScrollToOptions | undefined) => void;
|
|
53
|
-
destinationMeasure: () => void;
|
|
54
|
-
destinationVirtualRef: import("react").Ref<HTMLDivElement>;
|
|
37
|
+
destinationVirtualRef: import("react").MutableRefObject<{
|
|
38
|
+
scrollTo: (index: number) => void;
|
|
39
|
+
}>;
|
|
40
|
+
sourceVirtualRef: import("react").MutableRefObject<{
|
|
41
|
+
scrollTo: (index: number) => void;
|
|
42
|
+
}>;
|
|
55
43
|
destinationSelectedItemsMap: Record<string, {
|
|
56
44
|
datum: DSShuttleV2T.Datum;
|
|
57
45
|
index: number;
|
|
@@ -76,18 +64,12 @@ export declare const PropsProvider: ({ createStore, children, }: {
|
|
|
76
64
|
sourceSelectionableIds: string;
|
|
77
65
|
}>> | undefined>>, usePropsStore: {
|
|
78
66
|
(): ZustandT.PropsStore<DSShuttleV2T.InternalProps & {
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
destinationVirtualItems: import("react-virtual").VirtualItem[];
|
|
86
|
-
destinationTotalSize: number;
|
|
87
|
-
destinationScrollToOffset: (index: number, options?: import("react-virtual").ScrollToOptions | undefined) => void;
|
|
88
|
-
destinationScrollToIndex: (index: number, options?: import("react-virtual").ScrollToOptions | undefined) => void;
|
|
89
|
-
destinationMeasure: () => void;
|
|
90
|
-
destinationVirtualRef: import("react").Ref<HTMLDivElement>;
|
|
67
|
+
destinationVirtualRef: import("react").MutableRefObject<{
|
|
68
|
+
scrollTo: (index: number) => void;
|
|
69
|
+
}>;
|
|
70
|
+
sourceVirtualRef: import("react").MutableRefObject<{
|
|
71
|
+
scrollTo: (index: number) => void;
|
|
72
|
+
}>;
|
|
91
73
|
destinationSelectedItemsMap: Record<string, {
|
|
92
74
|
datum: DSShuttleV2T.Datum;
|
|
93
75
|
index: number;
|
|
@@ -112,18 +94,12 @@ export declare const PropsProvider: ({ createStore, children, }: {
|
|
|
112
94
|
sourceSelectionableIds: string;
|
|
113
95
|
}>;
|
|
114
96
|
<U>(selector: (state: ZustandT.PropsStore<DSShuttleV2T.InternalProps & {
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
destinationVirtualItems: import("react-virtual").VirtualItem[];
|
|
122
|
-
destinationTotalSize: number;
|
|
123
|
-
destinationScrollToOffset: (index: number, options?: import("react-virtual").ScrollToOptions | undefined) => void;
|
|
124
|
-
destinationScrollToIndex: (index: number, options?: import("react-virtual").ScrollToOptions | undefined) => void;
|
|
125
|
-
destinationMeasure: () => void;
|
|
126
|
-
destinationVirtualRef: import("react").Ref<HTMLDivElement>;
|
|
97
|
+
destinationVirtualRef: import("react").MutableRefObject<{
|
|
98
|
+
scrollTo: (index: number) => void;
|
|
99
|
+
}>;
|
|
100
|
+
sourceVirtualRef: import("react").MutableRefObject<{
|
|
101
|
+
scrollTo: (index: number) => void;
|
|
102
|
+
}>;
|
|
127
103
|
destinationSelectedItemsMap: Record<string, {
|
|
128
104
|
datum: DSShuttleV2T.Datum;
|
|
129
105
|
index: number;
|
|
@@ -158,18 +134,12 @@ export declare const config: {
|
|
|
158
134
|
defaultProps: DSShuttleV2T.InternalProps;
|
|
159
135
|
internalAtomDefaultValues: DSShuttleV2T.InternalAtoms;
|
|
160
136
|
useAutoCalculated: (propsWithDefaults: DSShuttleV2T.InternalProps) => {
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
destinationVirtualItems: import("react-virtual").VirtualItem[];
|
|
168
|
-
destinationTotalSize: number;
|
|
169
|
-
destinationScrollToOffset: (index: number, options?: import("react-virtual").ScrollToOptions | undefined) => void;
|
|
170
|
-
destinationScrollToIndex: (index: number, options?: import("react-virtual").ScrollToOptions | undefined) => void;
|
|
171
|
-
destinationMeasure: () => void;
|
|
172
|
-
destinationVirtualRef: import("react").Ref<HTMLDivElement>;
|
|
137
|
+
destinationVirtualRef: import("react").MutableRefObject<{
|
|
138
|
+
scrollTo: (index: number) => void;
|
|
139
|
+
}>;
|
|
140
|
+
sourceVirtualRef: import("react").MutableRefObject<{
|
|
141
|
+
scrollTo: (index: number) => void;
|
|
142
|
+
}>;
|
|
173
143
|
destinationSelectedItemsMap: Record<string, {
|
|
174
144
|
datum: DSShuttleV2T.Datum;
|
|
175
145
|
index: number;
|
|
@@ -198,18 +168,12 @@ export declare const config: {
|
|
|
198
168
|
subscribers: ZustandT.Subscribers<DSShuttleV2T.ShuttleInternalStore>;
|
|
199
169
|
PropsProvider: ({ createStore, children, }: {
|
|
200
170
|
createStore: () => ZustandT.ZustandStore<ZustandT.PropsStore<DSShuttleV2T.InternalProps & {
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
destinationVirtualItems: import("react-virtual").VirtualItem[];
|
|
208
|
-
destinationTotalSize: number;
|
|
209
|
-
destinationScrollToOffset: (index: number, options?: import("react-virtual").ScrollToOptions | undefined) => void;
|
|
210
|
-
destinationScrollToIndex: (index: number, options?: import("react-virtual").ScrollToOptions | undefined) => void;
|
|
211
|
-
destinationMeasure: () => void;
|
|
212
|
-
destinationVirtualRef: import("react").Ref<HTMLDivElement>;
|
|
171
|
+
destinationVirtualRef: import("react").MutableRefObject<{
|
|
172
|
+
scrollTo: (index: number) => void;
|
|
173
|
+
}>;
|
|
174
|
+
sourceVirtualRef: import("react").MutableRefObject<{
|
|
175
|
+
scrollTo: (index: number) => void;
|
|
176
|
+
}>;
|
|
213
177
|
destinationSelectedItemsMap: Record<string, {
|
|
214
178
|
datum: DSShuttleV2T.Datum;
|
|
215
179
|
index: number;
|
|
@@ -235,18 +199,12 @@ export declare const config: {
|
|
|
235
199
|
}>>;
|
|
236
200
|
children: import("react").ReactNode;
|
|
237
201
|
}) => import("react").FunctionComponentElement<import("react").ProviderProps<ZustandT.ZustandStore<ZustandT.PropsStore<DSShuttleV2T.InternalProps & {
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
destinationVirtualItems: import("react-virtual").VirtualItem[];
|
|
245
|
-
destinationTotalSize: number;
|
|
246
|
-
destinationScrollToOffset: (index: number, options?: import("react-virtual").ScrollToOptions | undefined) => void;
|
|
247
|
-
destinationScrollToIndex: (index: number, options?: import("react-virtual").ScrollToOptions | undefined) => void;
|
|
248
|
-
destinationMeasure: () => void;
|
|
249
|
-
destinationVirtualRef: import("react").Ref<HTMLDivElement>;
|
|
202
|
+
destinationVirtualRef: import("react").MutableRefObject<{
|
|
203
|
+
scrollTo: (index: number) => void;
|
|
204
|
+
}>;
|
|
205
|
+
sourceVirtualRef: import("react").MutableRefObject<{
|
|
206
|
+
scrollTo: (index: number) => void;
|
|
207
|
+
}>;
|
|
250
208
|
destinationSelectedItemsMap: Record<string, {
|
|
251
209
|
datum: DSShuttleV2T.Datum;
|
|
252
210
|
index: number;
|
|
@@ -272,18 +230,12 @@ export declare const config: {
|
|
|
272
230
|
}>> | undefined>>;
|
|
273
231
|
usePropsStore: {
|
|
274
232
|
(): ZustandT.PropsStore<DSShuttleV2T.InternalProps & {
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
destinationVirtualItems: import("react-virtual").VirtualItem[];
|
|
282
|
-
destinationTotalSize: number;
|
|
283
|
-
destinationScrollToOffset: (index: number, options?: import("react-virtual").ScrollToOptions | undefined) => void;
|
|
284
|
-
destinationScrollToIndex: (index: number, options?: import("react-virtual").ScrollToOptions | undefined) => void;
|
|
285
|
-
destinationMeasure: () => void;
|
|
286
|
-
destinationVirtualRef: import("react").Ref<HTMLDivElement>;
|
|
233
|
+
destinationVirtualRef: import("react").MutableRefObject<{
|
|
234
|
+
scrollTo: (index: number) => void;
|
|
235
|
+
}>;
|
|
236
|
+
sourceVirtualRef: import("react").MutableRefObject<{
|
|
237
|
+
scrollTo: (index: number) => void;
|
|
238
|
+
}>;
|
|
287
239
|
destinationSelectedItemsMap: Record<string, {
|
|
288
240
|
datum: DSShuttleV2T.Datum;
|
|
289
241
|
index: number;
|
|
@@ -308,18 +260,12 @@ export declare const config: {
|
|
|
308
260
|
sourceSelectionableIds: string;
|
|
309
261
|
}>;
|
|
310
262
|
<U>(selector: (state: ZustandT.PropsStore<DSShuttleV2T.InternalProps & {
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
destinationVirtualItems: import("react-virtual").VirtualItem[];
|
|
318
|
-
destinationTotalSize: number;
|
|
319
|
-
destinationScrollToOffset: (index: number, options?: import("react-virtual").ScrollToOptions | undefined) => void;
|
|
320
|
-
destinationScrollToIndex: (index: number, options?: import("react-virtual").ScrollToOptions | undefined) => void;
|
|
321
|
-
destinationMeasure: () => void;
|
|
322
|
-
destinationVirtualRef: import("react").Ref<HTMLDivElement>;
|
|
263
|
+
destinationVirtualRef: import("react").MutableRefObject<{
|
|
264
|
+
scrollTo: (index: number) => void;
|
|
265
|
+
}>;
|
|
266
|
+
sourceVirtualRef: import("react").MutableRefObject<{
|
|
267
|
+
scrollTo: (index: number) => void;
|
|
268
|
+
}>;
|
|
323
269
|
destinationSelectedItemsMap: Record<string, {
|
|
324
270
|
datum: DSShuttleV2T.Datum;
|
|
325
271
|
index: number;
|
|
@@ -4,7 +4,7 @@ export declare const StyledGripperButtonOrOverlay: import("styled-components").S
|
|
|
4
4
|
isActive: boolean;
|
|
5
5
|
isDragOverlay?: boolean | undefined;
|
|
6
6
|
disabled?: boolean | undefined;
|
|
7
|
-
}, never>;
|
|
7
|
+
} & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
8
8
|
export declare const DragHandle: React.ComponentType<{
|
|
9
9
|
id: string;
|
|
10
10
|
innerRef: React.RefObject<HTMLDivElement> | React.RefCallback<HTMLDivElement>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { type DSShuttleV2T } from '../react-desc-prop-types.js';
|
|
3
|
-
export declare const Header: React.MemoExoticComponent<(
|
|
3
|
+
export declare const Header: React.MemoExoticComponent<(panelMetaInfo: DSShuttleV2T.PanelMetaInfo) => import("react/jsx-runtime.js").JSX.Element>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { type DSShuttleV2T } from '../../react-desc-prop-types.js';
|
|
3
3
|
export declare const ItemMiddleSection: React.MemoExoticComponent<(props: DSShuttleV2T.ItemMeta & {
|
|
4
|
-
tooltipHelpers
|
|
4
|
+
tooltipHelpers?: DSShuttleV2T.ComponentProps['tooltipHelpers'];
|
|
5
5
|
}) => import("react/jsx-runtime.js").JSX.Element>;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { type DSShuttleV2T } from '../../react-desc-prop-types.js';
|
|
3
|
-
export declare const ItemOverlay: React.MemoExoticComponent<(itemMeta: DSShuttleV2T.ItemMeta
|
|
3
|
+
export declare const ItemOverlay: React.MemoExoticComponent<(itemMeta: DSShuttleV2T.ItemMeta & {
|
|
4
|
+
tooltipHelpers?: DSShuttleV2T.ComponentProps['tooltipHelpers'];
|
|
5
|
+
}) => import("react/jsx-runtime.js").JSX.Element>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { type DSShuttleV2T } from '../../react-desc-prop-types.js';
|
|
3
|
-
export declare const ItemSelection: React.MemoExoticComponent<(
|
|
3
|
+
export declare const ItemSelection: React.MemoExoticComponent<(itemMeta: DSShuttleV2T.ItemMeta) => import("react/jsx-runtime.js").JSX.Element>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { type DSShuttleV2T } from '../../../react-desc-prop-types.js';
|
|
3
|
-
export declare const SelectionHeader: React.MemoExoticComponent<(
|
|
3
|
+
export declare const SelectionHeader: React.MemoExoticComponent<(panelMetaInfo: DSShuttleV2T.PanelMetaInfo) => import("react/jsx-runtime.js").JSX.Element>;
|
|
@@ -12,6 +12,7 @@ export declare namespace DSShuttleV2T {
|
|
|
12
12
|
type PanelMetaInfo = {
|
|
13
13
|
isDestinationPanel: boolean;
|
|
14
14
|
hasMultipleSelection: boolean;
|
|
15
|
+
height?: number;
|
|
15
16
|
};
|
|
16
17
|
type HydratedId = string;
|
|
17
18
|
type DatumInternalMeta = {
|
|
@@ -56,7 +57,7 @@ export declare namespace DSShuttleV2T {
|
|
|
56
57
|
panelMetaInfo: PanelMetaInfo;
|
|
57
58
|
datumInternalMeta: DatumInternalMeta;
|
|
58
59
|
datumHydratables: DatumHydratablesWithoutComponents;
|
|
59
|
-
tooltipHelpers
|
|
60
|
+
tooltipHelpers?: ReturnType<typeof useHeadlessTooltip>;
|
|
60
61
|
};
|
|
61
62
|
type RequiredDatumHydratablesComponents = {};
|
|
62
63
|
type OptionalDatumHydratablesComponents = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-shuttle-v2",
|
|
3
|
-
"version": "3.18.0-next.
|
|
3
|
+
"version": "3.18.0-next.10",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Shuttle v2",
|
|
6
6
|
"files": [
|
|
@@ -36,22 +36,23 @@
|
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"fast-deep-equal": "~3.1.3",
|
|
39
|
-
"react-virtual": "~2.10.4",
|
|
40
39
|
"uid": "~2.0.1",
|
|
41
|
-
"@elliemae/ds-
|
|
42
|
-
"@elliemae/ds-
|
|
43
|
-
"@elliemae/ds-
|
|
44
|
-
"@elliemae/ds-
|
|
45
|
-
"@elliemae/ds-drag-and-drop": "3.18.0-next.
|
|
46
|
-
"@elliemae/ds-
|
|
47
|
-
"@elliemae/ds-popperjs": "3.18.0-next.
|
|
48
|
-
"@elliemae/ds-
|
|
49
|
-
"@elliemae/ds-
|
|
50
|
-
"@elliemae/ds-
|
|
51
|
-
"@elliemae/ds-
|
|
52
|
-
"@elliemae/ds-system": "3.18.0-next.
|
|
53
|
-
"@elliemae/ds-
|
|
54
|
-
"@elliemae/ds-
|
|
40
|
+
"@elliemae/ds-button-v2": "3.18.0-next.10",
|
|
41
|
+
"@elliemae/ds-form-checkbox": "3.18.0-next.10",
|
|
42
|
+
"@elliemae/ds-circular-progress-indicator": "3.18.0-next.10",
|
|
43
|
+
"@elliemae/ds-fast-list": "3.18.0-next.10",
|
|
44
|
+
"@elliemae/ds-drag-and-drop": "3.18.0-next.10",
|
|
45
|
+
"@elliemae/ds-grid": "3.18.0-next.10",
|
|
46
|
+
"@elliemae/ds-popperjs": "3.18.0-next.10",
|
|
47
|
+
"@elliemae/ds-icons": "3.18.0-next.10",
|
|
48
|
+
"@elliemae/ds-props-helpers": "3.18.0-next.10",
|
|
49
|
+
"@elliemae/ds-hooks-fontsize-detector": "3.18.0-next.10",
|
|
50
|
+
"@elliemae/ds-form-input-text": "3.18.0-next.10",
|
|
51
|
+
"@elliemae/ds-system": "3.18.0-next.10",
|
|
52
|
+
"@elliemae/ds-utilities": "3.18.0-next.10",
|
|
53
|
+
"@elliemae/ds-indeterminate-progress-indicator": "3.18.0-next.10",
|
|
54
|
+
"@elliemae/ds-typography": "3.18.0-next.10",
|
|
55
|
+
"@elliemae/ds-zustand-helpers": "3.18.0-next.10"
|
|
55
56
|
},
|
|
56
57
|
"devDependencies": {
|
|
57
58
|
"@testing-library/dom": "~8.19.0",
|
|
@@ -59,14 +60,14 @@
|
|
|
59
60
|
"@testing-library/user-event": "~13.5.0",
|
|
60
61
|
"lodash": "^4.17.21",
|
|
61
62
|
"styled-components": "~5.3.9",
|
|
62
|
-
"@elliemae/ds-breadcrumb": "3.18.0-next.
|
|
63
|
-
"@elliemae/ds-tree-model": "3.18.0-next.
|
|
63
|
+
"@elliemae/ds-breadcrumb": "3.18.0-next.10",
|
|
64
|
+
"@elliemae/ds-tree-model": "3.18.0-next.10"
|
|
64
65
|
},
|
|
65
66
|
"peerDependencies": {
|
|
66
67
|
"lodash": "^4.17.21",
|
|
67
68
|
"react": "^17.0.2",
|
|
68
69
|
"react-dom": "^17.0.2",
|
|
69
|
-
"styled-components": "~5.3.
|
|
70
|
+
"styled-components": "~5.3.9"
|
|
70
71
|
},
|
|
71
72
|
"publishConfig": {
|
|
72
73
|
"access": "public",
|
|
@@ -82,6 +83,6 @@
|
|
|
82
83
|
"build": "cross-env NODE_ENV=production node ../../scripts/build/build.mjs",
|
|
83
84
|
"dev:build": "pnpm --filter {.}... build",
|
|
84
85
|
"dev:install": "pnpm --filter {.}... i --no-lockfile && pnpm run dev:build",
|
|
85
|
-
"checkDeps": "
|
|
86
|
+
"checkDeps": "npm exec ../ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
|
|
86
87
|
}
|
|
87
88
|
}
|