@workday/canvas-kit-react 7.0.0-alpha.91-next.18 → 7.0.0-alpha.95-next.21
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/collection/index.ts +1 -1
- package/collection/lib/react-virtual.ts +4 -10
- package/collection/lib/useListItemRegister.tsx +1 -1
- package/collection/lib/useListRenderItem.tsx +1 -1
- package/dist/commonjs/collection/index.d.ts +1 -1
- package/dist/commonjs/collection/index.d.ts.map +1 -1
- package/dist/commonjs/collection/lib/react-virtual.d.ts +2 -2
- package/dist/commonjs/collection/lib/react-virtual.d.ts.map +1 -1
- package/dist/commonjs/collection/lib/useCursorListModel.d.ts +93 -0
- package/dist/commonjs/collection/lib/useCursorListModel.d.ts.map +1 -1
- package/dist/commonjs/collection/lib/useListItemRegister.d.ts +1 -1
- package/dist/commonjs/collection/lib/useListItemRegister.js +1 -1
- package/dist/commonjs/layout/lib/Flex.d.ts +1 -1
- package/dist/commonjs/layout/lib/Flex.d.ts.map +1 -1
- package/dist/commonjs/layout/lib/Flex.js +2 -2
- package/dist/commonjs/layout/lib/Stack.js +2 -2
- package/dist/commonjs/menu/lib/Menu.d.ts +285 -101
- package/dist/commonjs/menu/lib/Menu.d.ts.map +1 -1
- package/dist/commonjs/menu/lib/Menu.js +2 -2
- package/dist/commonjs/menu/lib/MenuCard.d.ts +2 -2
- package/dist/commonjs/menu/lib/MenuContextTarget.d.ts +1 -1
- package/dist/commonjs/menu/lib/MenuItem.d.ts +2 -2
- package/dist/commonjs/menu/lib/MenuList.d.ts +2 -2
- package/dist/commonjs/menu/lib/MenuPopper.d.ts +1 -1
- package/dist/commonjs/menu/lib/MenuTarget.d.ts +2 -2
- package/dist/commonjs/menu/lib/useMenuModel.d.ts +43 -43
- package/dist/commonjs/tabs/lib/Tabs.d.ts +167 -167
- package/dist/commonjs/tabs/lib/Tabs.js +1 -1
- package/dist/commonjs/tabs/lib/TabsItem.d.ts +4 -4
- package/dist/commonjs/tabs/lib/TabsList.d.ts +5 -5
- package/dist/commonjs/tabs/lib/TabsMenuPopper.d.ts +1 -1
- package/dist/commonjs/tabs/lib/TabsOverflowButton.d.ts +4 -4
- package/dist/commonjs/tabs/lib/TabsOverflowButton.d.ts.map +1 -1
- package/dist/commonjs/tabs/lib/TabsOverflowButton.js +1 -2
- package/dist/commonjs/tabs/lib/TabsPanel.d.ts +7 -6
- package/dist/commonjs/tabs/lib/TabsPanel.d.ts.map +1 -1
- package/dist/commonjs/tabs/lib/TabsPanel.js +10 -10
- package/dist/commonjs/tabs/lib/TabsPanels.d.ts +3 -3
- package/dist/commonjs/tabs/lib/useTabsModel.d.ts +108 -108
- package/dist/es6/collection/index.d.ts +1 -1
- package/dist/es6/collection/index.d.ts.map +1 -1
- package/dist/es6/collection/lib/react-virtual.d.ts +2 -2
- package/dist/es6/collection/lib/react-virtual.d.ts.map +1 -1
- package/dist/es6/collection/lib/react-virtual.js +1 -1
- package/dist/es6/collection/lib/useCursorListModel.d.ts +93 -0
- package/dist/es6/collection/lib/useCursorListModel.d.ts.map +1 -1
- package/dist/es6/collection/lib/useListItemRegister.d.ts +1 -1
- package/dist/es6/collection/lib/useListItemRegister.js +1 -1
- package/dist/es6/layout/lib/Flex.d.ts +1 -1
- package/dist/es6/layout/lib/Flex.d.ts.map +1 -1
- package/dist/es6/layout/lib/Flex.js +1 -1
- package/dist/es6/layout/lib/Stack.js +1 -1
- package/dist/es6/menu/lib/Menu.d.ts +285 -101
- package/dist/es6/menu/lib/Menu.d.ts.map +1 -1
- package/dist/es6/menu/lib/Menu.js +2 -2
- package/dist/es6/menu/lib/MenuCard.d.ts +2 -2
- package/dist/es6/menu/lib/MenuContextTarget.d.ts +1 -1
- package/dist/es6/menu/lib/MenuItem.d.ts +2 -2
- package/dist/es6/menu/lib/MenuList.d.ts +2 -2
- package/dist/es6/menu/lib/MenuPopper.d.ts +1 -1
- package/dist/es6/menu/lib/MenuTarget.d.ts +2 -2
- package/dist/es6/menu/lib/useMenuModel.d.ts +43 -43
- package/dist/es6/tabs/lib/Tabs.d.ts +167 -167
- package/dist/es6/tabs/lib/Tabs.js +1 -1
- package/dist/es6/tabs/lib/TabsItem.d.ts +4 -4
- package/dist/es6/tabs/lib/TabsList.d.ts +5 -5
- package/dist/es6/tabs/lib/TabsMenuPopper.d.ts +1 -1
- package/dist/es6/tabs/lib/TabsOverflowButton.d.ts +4 -4
- package/dist/es6/tabs/lib/TabsOverflowButton.d.ts.map +1 -1
- package/dist/es6/tabs/lib/TabsOverflowButton.js +1 -2
- package/dist/es6/tabs/lib/TabsPanel.d.ts +7 -6
- package/dist/es6/tabs/lib/TabsPanel.d.ts.map +1 -1
- package/dist/es6/tabs/lib/TabsPanel.js +10 -10
- package/dist/es6/tabs/lib/TabsPanels.d.ts +3 -3
- package/dist/es6/tabs/lib/useTabsModel.d.ts +108 -108
- package/layout/lib/Flex.tsx +1 -1
- package/layout/lib/Stack.tsx +1 -1
- package/menu/lib/Menu.tsx +2 -2
- package/package.json +5 -5
- package/tabs/lib/Tabs.tsx +1 -1
- package/tabs/lib/TabsList.tsx +1 -1
- package/tabs/lib/TabsOverflowButton.tsx +5 -7
- package/tabs/lib/TabsPanel.tsx +15 -11
|
@@ -50,7 +50,7 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
50
50
|
}, prevState: {
|
|
51
51
|
getId: (item: any) => string;
|
|
52
52
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
53
|
-
panels: import("
|
|
53
|
+
panels: import("../..").Item<any>[];
|
|
54
54
|
panelIndexRef: React.MutableRefObject<number>;
|
|
55
55
|
hiddenIds: string[];
|
|
56
56
|
itemWidthCache: Record<string, number>;
|
|
@@ -73,14 +73,14 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
73
73
|
indexRef: React.MutableRefObject<number>;
|
|
74
74
|
nonInteractiveIds: string[];
|
|
75
75
|
isVirtualized: boolean;
|
|
76
|
-
items: import("
|
|
76
|
+
items: import("../..").Item<any>[];
|
|
77
77
|
}) => void) | undefined;
|
|
78
78
|
onUnregisterPanel?: ((data: {
|
|
79
79
|
id: string;
|
|
80
80
|
}, prevState: {
|
|
81
81
|
getId: (item: any) => string;
|
|
82
82
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
83
|
-
panels: import("
|
|
83
|
+
panels: import("../..").Item<any>[];
|
|
84
84
|
panelIndexRef: React.MutableRefObject<number>;
|
|
85
85
|
hiddenIds: string[];
|
|
86
86
|
itemWidthCache: Record<string, number>;
|
|
@@ -103,14 +103,14 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
103
103
|
indexRef: React.MutableRefObject<number>;
|
|
104
104
|
nonInteractiveIds: string[];
|
|
105
105
|
isVirtualized: boolean;
|
|
106
|
-
items: import("
|
|
106
|
+
items: import("../..").Item<any>[];
|
|
107
107
|
}) => void) | undefined;
|
|
108
108
|
onSelect?: ((data: {
|
|
109
109
|
id: string;
|
|
110
110
|
}, prevState: {
|
|
111
111
|
getId: (item: any) => string;
|
|
112
112
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
113
|
-
panels: import("
|
|
113
|
+
panels: import("../..").Item<any>[];
|
|
114
114
|
panelIndexRef: React.MutableRefObject<number>;
|
|
115
115
|
hiddenIds: string[];
|
|
116
116
|
itemWidthCache: Record<string, number>;
|
|
@@ -133,14 +133,14 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
133
133
|
indexRef: React.MutableRefObject<number>;
|
|
134
134
|
nonInteractiveIds: string[];
|
|
135
135
|
isVirtualized: boolean;
|
|
136
|
-
items: import("
|
|
136
|
+
items: import("../..").Item<any>[];
|
|
137
137
|
}) => void) | undefined;
|
|
138
138
|
onSetContainerWidth?: ((data: {
|
|
139
139
|
width?: number | undefined;
|
|
140
140
|
}, prevState: {
|
|
141
141
|
getId: (item: any) => string;
|
|
142
142
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
143
|
-
panels: import("
|
|
143
|
+
panels: import("../..").Item<any>[];
|
|
144
144
|
panelIndexRef: React.MutableRefObject<number>;
|
|
145
145
|
hiddenIds: string[];
|
|
146
146
|
itemWidthCache: Record<string, number>;
|
|
@@ -163,14 +163,14 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
163
163
|
indexRef: React.MutableRefObject<number>;
|
|
164
164
|
nonInteractiveIds: string[];
|
|
165
165
|
isVirtualized: boolean;
|
|
166
|
-
items: import("
|
|
166
|
+
items: import("../..").Item<any>[];
|
|
167
167
|
}) => void) | undefined;
|
|
168
168
|
onSetOverflowTargetWidth?: ((data: {
|
|
169
169
|
width: number;
|
|
170
170
|
}, prevState: {
|
|
171
171
|
getId: (item: any) => string;
|
|
172
172
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
173
|
-
panels: import("
|
|
173
|
+
panels: import("../..").Item<any>[];
|
|
174
174
|
panelIndexRef: React.MutableRefObject<number>;
|
|
175
175
|
hiddenIds: string[];
|
|
176
176
|
itemWidthCache: Record<string, number>;
|
|
@@ -193,7 +193,7 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
193
193
|
indexRef: React.MutableRefObject<number>;
|
|
194
194
|
nonInteractiveIds: string[];
|
|
195
195
|
isVirtualized: boolean;
|
|
196
|
-
items: import("
|
|
196
|
+
items: import("../..").Item<any>[];
|
|
197
197
|
}) => void) | undefined;
|
|
198
198
|
onAddItemWidth?: ((data: {
|
|
199
199
|
id: string;
|
|
@@ -201,7 +201,7 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
201
201
|
}, prevState: {
|
|
202
202
|
getId: (item: any) => string;
|
|
203
203
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
204
|
-
panels: import("
|
|
204
|
+
panels: import("../..").Item<any>[];
|
|
205
205
|
panelIndexRef: React.MutableRefObject<number>;
|
|
206
206
|
hiddenIds: string[];
|
|
207
207
|
itemWidthCache: Record<string, number>;
|
|
@@ -224,14 +224,14 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
224
224
|
indexRef: React.MutableRefObject<number>;
|
|
225
225
|
nonInteractiveIds: string[];
|
|
226
226
|
isVirtualized: boolean;
|
|
227
|
-
items: import("
|
|
227
|
+
items: import("../..").Item<any>[];
|
|
228
228
|
}) => void) | undefined;
|
|
229
229
|
onRemoveItemWidth?: ((data: {
|
|
230
230
|
id: string;
|
|
231
231
|
}, prevState: {
|
|
232
232
|
getId: (item: any) => string;
|
|
233
233
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
234
|
-
panels: import("
|
|
234
|
+
panels: import("../..").Item<any>[];
|
|
235
235
|
panelIndexRef: React.MutableRefObject<number>;
|
|
236
236
|
hiddenIds: string[];
|
|
237
237
|
itemWidthCache: Record<string, number>;
|
|
@@ -254,14 +254,14 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
254
254
|
indexRef: React.MutableRefObject<number>;
|
|
255
255
|
nonInteractiveIds: string[];
|
|
256
256
|
isVirtualized: boolean;
|
|
257
|
-
items: import("
|
|
257
|
+
items: import("../..").Item<any>[];
|
|
258
258
|
}) => void) | undefined;
|
|
259
259
|
onAddHiddenKey?: ((data: {
|
|
260
260
|
id: string;
|
|
261
261
|
}, prevState: {
|
|
262
262
|
getId: (item: any) => string;
|
|
263
263
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
264
|
-
panels: import("
|
|
264
|
+
panels: import("../..").Item<any>[];
|
|
265
265
|
panelIndexRef: React.MutableRefObject<number>;
|
|
266
266
|
hiddenIds: string[];
|
|
267
267
|
itemWidthCache: Record<string, number>;
|
|
@@ -284,14 +284,14 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
284
284
|
indexRef: React.MutableRefObject<number>;
|
|
285
285
|
nonInteractiveIds: string[];
|
|
286
286
|
isVirtualized: boolean;
|
|
287
|
-
items: import("
|
|
287
|
+
items: import("../..").Item<any>[];
|
|
288
288
|
}) => void) | undefined;
|
|
289
289
|
onRemoveHiddenKey?: ((data: {
|
|
290
290
|
id: string;
|
|
291
291
|
}, prevState: {
|
|
292
292
|
getId: (item: any) => string;
|
|
293
293
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
294
|
-
panels: import("
|
|
294
|
+
panels: import("../..").Item<any>[];
|
|
295
295
|
panelIndexRef: React.MutableRefObject<number>;
|
|
296
296
|
hiddenIds: string[];
|
|
297
297
|
itemWidthCache: Record<string, number>;
|
|
@@ -314,12 +314,12 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
314
314
|
indexRef: React.MutableRefObject<number>;
|
|
315
315
|
nonInteractiveIds: string[];
|
|
316
316
|
isVirtualized: boolean;
|
|
317
|
-
items: import("
|
|
317
|
+
items: import("../..").Item<any>[];
|
|
318
318
|
}) => void) | undefined;
|
|
319
319
|
onSelectAll?: ((data: undefined, prevState: {
|
|
320
320
|
getId: (item: any) => string;
|
|
321
321
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
322
|
-
panels: import("
|
|
322
|
+
panels: import("../..").Item<any>[];
|
|
323
323
|
panelIndexRef: React.MutableRefObject<number>;
|
|
324
324
|
hiddenIds: string[];
|
|
325
325
|
itemWidthCache: Record<string, number>;
|
|
@@ -342,12 +342,12 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
342
342
|
indexRef: React.MutableRefObject<number>;
|
|
343
343
|
nonInteractiveIds: string[];
|
|
344
344
|
isVirtualized: boolean;
|
|
345
|
-
items: import("
|
|
345
|
+
items: import("../..").Item<any>[];
|
|
346
346
|
}) => void) | undefined;
|
|
347
347
|
onUnselectAll?: ((data: undefined, prevState: {
|
|
348
348
|
getId: (item: any) => string;
|
|
349
349
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
350
|
-
panels: import("
|
|
350
|
+
panels: import("../..").Item<any>[];
|
|
351
351
|
panelIndexRef: React.MutableRefObject<number>;
|
|
352
352
|
hiddenIds: string[];
|
|
353
353
|
itemWidthCache: Record<string, number>;
|
|
@@ -370,7 +370,7 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
370
370
|
indexRef: React.MutableRefObject<number>;
|
|
371
371
|
nonInteractiveIds: string[];
|
|
372
372
|
isVirtualized: boolean;
|
|
373
|
-
items: import("
|
|
373
|
+
items: import("../..").Item<any>[];
|
|
374
374
|
}) => void) | undefined;
|
|
375
375
|
onRegisterItem?: ((data: {
|
|
376
376
|
item: any;
|
|
@@ -378,7 +378,7 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
378
378
|
}, prevState: {
|
|
379
379
|
getId: (item: any) => string;
|
|
380
380
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
381
|
-
panels: import("
|
|
381
|
+
panels: import("../..").Item<any>[];
|
|
382
382
|
panelIndexRef: React.MutableRefObject<number>;
|
|
383
383
|
hiddenIds: string[];
|
|
384
384
|
itemWidthCache: Record<string, number>;
|
|
@@ -401,14 +401,14 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
401
401
|
indexRef: React.MutableRefObject<number>;
|
|
402
402
|
nonInteractiveIds: string[];
|
|
403
403
|
isVirtualized: boolean;
|
|
404
|
-
items: import("
|
|
404
|
+
items: import("../..").Item<any>[];
|
|
405
405
|
}) => void) | undefined;
|
|
406
406
|
onGoTo?: ((data: {
|
|
407
407
|
id: string;
|
|
408
408
|
}, prevState: {
|
|
409
409
|
getId: (item: any) => string;
|
|
410
410
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
411
|
-
panels: import("
|
|
411
|
+
panels: import("../..").Item<any>[];
|
|
412
412
|
panelIndexRef: React.MutableRefObject<number>;
|
|
413
413
|
hiddenIds: string[];
|
|
414
414
|
itemWidthCache: Record<string, number>;
|
|
@@ -431,12 +431,12 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
431
431
|
indexRef: React.MutableRefObject<number>;
|
|
432
432
|
nonInteractiveIds: string[];
|
|
433
433
|
isVirtualized: boolean;
|
|
434
|
-
items: import("
|
|
434
|
+
items: import("../..").Item<any>[];
|
|
435
435
|
}) => void) | undefined;
|
|
436
436
|
onGoToNext?: ((data: undefined, prevState: {
|
|
437
437
|
getId: (item: any) => string;
|
|
438
438
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
439
|
-
panels: import("
|
|
439
|
+
panels: import("../..").Item<any>[];
|
|
440
440
|
panelIndexRef: React.MutableRefObject<number>;
|
|
441
441
|
hiddenIds: string[];
|
|
442
442
|
itemWidthCache: Record<string, number>;
|
|
@@ -459,12 +459,12 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
459
459
|
indexRef: React.MutableRefObject<number>;
|
|
460
460
|
nonInteractiveIds: string[];
|
|
461
461
|
isVirtualized: boolean;
|
|
462
|
-
items: import("
|
|
462
|
+
items: import("../..").Item<any>[];
|
|
463
463
|
}) => void) | undefined;
|
|
464
464
|
onGoToPrevious?: ((data: undefined, prevState: {
|
|
465
465
|
getId: (item: any) => string;
|
|
466
466
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
467
|
-
panels: import("
|
|
467
|
+
panels: import("../..").Item<any>[];
|
|
468
468
|
panelIndexRef: React.MutableRefObject<number>;
|
|
469
469
|
hiddenIds: string[];
|
|
470
470
|
itemWidthCache: Record<string, number>;
|
|
@@ -487,12 +487,12 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
487
487
|
indexRef: React.MutableRefObject<number>;
|
|
488
488
|
nonInteractiveIds: string[];
|
|
489
489
|
isVirtualized: boolean;
|
|
490
|
-
items: import("
|
|
490
|
+
items: import("../..").Item<any>[];
|
|
491
491
|
}) => void) | undefined;
|
|
492
492
|
onGoToPreviousRow?: ((data: undefined, prevState: {
|
|
493
493
|
getId: (item: any) => string;
|
|
494
494
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
495
|
-
panels: import("
|
|
495
|
+
panels: import("../..").Item<any>[];
|
|
496
496
|
panelIndexRef: React.MutableRefObject<number>;
|
|
497
497
|
hiddenIds: string[];
|
|
498
498
|
itemWidthCache: Record<string, number>;
|
|
@@ -515,12 +515,12 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
515
515
|
indexRef: React.MutableRefObject<number>;
|
|
516
516
|
nonInteractiveIds: string[];
|
|
517
517
|
isVirtualized: boolean;
|
|
518
|
-
items: import("
|
|
518
|
+
items: import("../..").Item<any>[];
|
|
519
519
|
}) => void) | undefined;
|
|
520
520
|
onGoToNextRow?: ((data: undefined, prevState: {
|
|
521
521
|
getId: (item: any) => string;
|
|
522
522
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
523
|
-
panels: import("
|
|
523
|
+
panels: import("../..").Item<any>[];
|
|
524
524
|
panelIndexRef: React.MutableRefObject<number>;
|
|
525
525
|
hiddenIds: string[];
|
|
526
526
|
itemWidthCache: Record<string, number>;
|
|
@@ -543,12 +543,12 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
543
543
|
indexRef: React.MutableRefObject<number>;
|
|
544
544
|
nonInteractiveIds: string[];
|
|
545
545
|
isVirtualized: boolean;
|
|
546
|
-
items: import("
|
|
546
|
+
items: import("../..").Item<any>[];
|
|
547
547
|
}) => void) | undefined;
|
|
548
548
|
onGoToFirst?: ((data: undefined, prevState: {
|
|
549
549
|
getId: (item: any) => string;
|
|
550
550
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
551
|
-
panels: import("
|
|
551
|
+
panels: import("../..").Item<any>[];
|
|
552
552
|
panelIndexRef: React.MutableRefObject<number>;
|
|
553
553
|
hiddenIds: string[];
|
|
554
554
|
itemWidthCache: Record<string, number>;
|
|
@@ -571,12 +571,12 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
571
571
|
indexRef: React.MutableRefObject<number>;
|
|
572
572
|
nonInteractiveIds: string[];
|
|
573
573
|
isVirtualized: boolean;
|
|
574
|
-
items: import("
|
|
574
|
+
items: import("../..").Item<any>[];
|
|
575
575
|
}) => void) | undefined;
|
|
576
576
|
onGoToLast?: ((data: undefined, prevState: {
|
|
577
577
|
getId: (item: any) => string;
|
|
578
578
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
579
|
-
panels: import("
|
|
579
|
+
panels: import("../..").Item<any>[];
|
|
580
580
|
panelIndexRef: React.MutableRefObject<number>;
|
|
581
581
|
hiddenIds: string[];
|
|
582
582
|
itemWidthCache: Record<string, number>;
|
|
@@ -599,12 +599,12 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
599
599
|
indexRef: React.MutableRefObject<number>;
|
|
600
600
|
nonInteractiveIds: string[];
|
|
601
601
|
isVirtualized: boolean;
|
|
602
|
-
items: import("
|
|
602
|
+
items: import("../..").Item<any>[];
|
|
603
603
|
}) => void) | undefined;
|
|
604
604
|
onGoToFirstOfRow?: ((data: undefined, prevState: {
|
|
605
605
|
getId: (item: any) => string;
|
|
606
606
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
607
|
-
panels: import("
|
|
607
|
+
panels: import("../..").Item<any>[];
|
|
608
608
|
panelIndexRef: React.MutableRefObject<number>;
|
|
609
609
|
hiddenIds: string[];
|
|
610
610
|
itemWidthCache: Record<string, number>;
|
|
@@ -627,12 +627,12 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
627
627
|
indexRef: React.MutableRefObject<number>;
|
|
628
628
|
nonInteractiveIds: string[];
|
|
629
629
|
isVirtualized: boolean;
|
|
630
|
-
items: import("
|
|
630
|
+
items: import("../..").Item<any>[];
|
|
631
631
|
}) => void) | undefined;
|
|
632
632
|
onGoToLastOfRow?: ((data: undefined, prevState: {
|
|
633
633
|
getId: (item: any) => string;
|
|
634
634
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
635
|
-
panels: import("
|
|
635
|
+
panels: import("../..").Item<any>[];
|
|
636
636
|
panelIndexRef: React.MutableRefObject<number>;
|
|
637
637
|
hiddenIds: string[];
|
|
638
638
|
itemWidthCache: Record<string, number>;
|
|
@@ -655,12 +655,12 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
655
655
|
indexRef: React.MutableRefObject<number>;
|
|
656
656
|
nonInteractiveIds: string[];
|
|
657
657
|
isVirtualized: boolean;
|
|
658
|
-
items: import("
|
|
658
|
+
items: import("../..").Item<any>[];
|
|
659
659
|
}) => void) | undefined;
|
|
660
660
|
onGoToNextPage?: ((data: undefined, prevState: {
|
|
661
661
|
getId: (item: any) => string;
|
|
662
662
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
663
|
-
panels: import("
|
|
663
|
+
panels: import("../..").Item<any>[];
|
|
664
664
|
panelIndexRef: React.MutableRefObject<number>;
|
|
665
665
|
hiddenIds: string[];
|
|
666
666
|
itemWidthCache: Record<string, number>;
|
|
@@ -683,12 +683,12 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
683
683
|
indexRef: React.MutableRefObject<number>;
|
|
684
684
|
nonInteractiveIds: string[];
|
|
685
685
|
isVirtualized: boolean;
|
|
686
|
-
items: import("
|
|
686
|
+
items: import("../..").Item<any>[];
|
|
687
687
|
}) => void) | undefined;
|
|
688
688
|
onGoToPreviousPage?: ((data: undefined, prevState: {
|
|
689
689
|
getId: (item: any) => string;
|
|
690
690
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
691
|
-
panels: import("
|
|
691
|
+
panels: import("../..").Item<any>[];
|
|
692
692
|
panelIndexRef: React.MutableRefObject<number>;
|
|
693
693
|
hiddenIds: string[];
|
|
694
694
|
itemWidthCache: Record<string, number>;
|
|
@@ -711,14 +711,14 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
711
711
|
indexRef: React.MutableRefObject<number>;
|
|
712
712
|
nonInteractiveIds: string[];
|
|
713
713
|
isVirtualized: boolean;
|
|
714
|
-
items: import("
|
|
714
|
+
items: import("../..").Item<any>[];
|
|
715
715
|
}) => void) | undefined;
|
|
716
716
|
onUnregisterItem?: ((data: {
|
|
717
717
|
id: string;
|
|
718
718
|
}, prevState: {
|
|
719
719
|
getId: (item: any) => string;
|
|
720
720
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
721
|
-
panels: import("
|
|
721
|
+
panels: import("../..").Item<any>[];
|
|
722
722
|
panelIndexRef: React.MutableRefObject<number>;
|
|
723
723
|
hiddenIds: string[];
|
|
724
724
|
itemWidthCache: Record<string, number>;
|
|
@@ -741,14 +741,14 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
741
741
|
indexRef: React.MutableRefObject<number>;
|
|
742
742
|
nonInteractiveIds: string[];
|
|
743
743
|
isVirtualized: boolean;
|
|
744
|
-
items: import("
|
|
744
|
+
items: import("../..").Item<any>[];
|
|
745
745
|
}) => void) | undefined;
|
|
746
746
|
onUpdateItemHeight?: ((data: {
|
|
747
747
|
value: number;
|
|
748
748
|
}, prevState: {
|
|
749
749
|
getId: (item: any) => string;
|
|
750
750
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
751
|
-
panels: import("
|
|
751
|
+
panels: import("../..").Item<any>[];
|
|
752
752
|
panelIndexRef: React.MutableRefObject<number>;
|
|
753
753
|
hiddenIds: string[];
|
|
754
754
|
itemWidthCache: Record<string, number>;
|
|
@@ -771,7 +771,7 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
771
771
|
indexRef: React.MutableRefObject<number>;
|
|
772
772
|
nonInteractiveIds: string[];
|
|
773
773
|
isVirtualized: boolean;
|
|
774
|
-
items: import("
|
|
774
|
+
items: import("../..").Item<any>[];
|
|
775
775
|
}) => void) | undefined;
|
|
776
776
|
} & {
|
|
777
777
|
shouldRegisterPanel?: ((data: {
|
|
@@ -780,7 +780,7 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
780
780
|
}, state: {
|
|
781
781
|
getId: (item: any) => string;
|
|
782
782
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
783
|
-
panels: import("
|
|
783
|
+
panels: import("../..").Item<any>[];
|
|
784
784
|
panelIndexRef: React.MutableRefObject<number>;
|
|
785
785
|
hiddenIds: string[];
|
|
786
786
|
itemWidthCache: Record<string, number>;
|
|
@@ -803,14 +803,14 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
803
803
|
indexRef: React.MutableRefObject<number>;
|
|
804
804
|
nonInteractiveIds: string[];
|
|
805
805
|
isVirtualized: boolean;
|
|
806
|
-
items: import("
|
|
806
|
+
items: import("../..").Item<any>[];
|
|
807
807
|
}) => boolean) | undefined;
|
|
808
808
|
shouldUnregisterPanel?: ((data: {
|
|
809
809
|
id: string;
|
|
810
810
|
}, state: {
|
|
811
811
|
getId: (item: any) => string;
|
|
812
812
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
813
|
-
panels: import("
|
|
813
|
+
panels: import("../..").Item<any>[];
|
|
814
814
|
panelIndexRef: React.MutableRefObject<number>;
|
|
815
815
|
hiddenIds: string[];
|
|
816
816
|
itemWidthCache: Record<string, number>;
|
|
@@ -833,14 +833,14 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
833
833
|
indexRef: React.MutableRefObject<number>;
|
|
834
834
|
nonInteractiveIds: string[];
|
|
835
835
|
isVirtualized: boolean;
|
|
836
|
-
items: import("
|
|
836
|
+
items: import("../..").Item<any>[];
|
|
837
837
|
}) => boolean) | undefined;
|
|
838
838
|
shouldSelect?: ((data: {
|
|
839
839
|
id: string;
|
|
840
840
|
}, state: {
|
|
841
841
|
getId: (item: any) => string;
|
|
842
842
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
843
|
-
panels: import("
|
|
843
|
+
panels: import("../..").Item<any>[];
|
|
844
844
|
panelIndexRef: React.MutableRefObject<number>;
|
|
845
845
|
hiddenIds: string[];
|
|
846
846
|
itemWidthCache: Record<string, number>;
|
|
@@ -863,14 +863,14 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
863
863
|
indexRef: React.MutableRefObject<number>;
|
|
864
864
|
nonInteractiveIds: string[];
|
|
865
865
|
isVirtualized: boolean;
|
|
866
|
-
items: import("
|
|
866
|
+
items: import("../..").Item<any>[];
|
|
867
867
|
}) => boolean) | undefined;
|
|
868
868
|
shouldSetContainerWidth?: ((data: {
|
|
869
869
|
width?: number | undefined;
|
|
870
870
|
}, state: {
|
|
871
871
|
getId: (item: any) => string;
|
|
872
872
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
873
|
-
panels: import("
|
|
873
|
+
panels: import("../..").Item<any>[];
|
|
874
874
|
panelIndexRef: React.MutableRefObject<number>;
|
|
875
875
|
hiddenIds: string[];
|
|
876
876
|
itemWidthCache: Record<string, number>;
|
|
@@ -893,14 +893,14 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
893
893
|
indexRef: React.MutableRefObject<number>;
|
|
894
894
|
nonInteractiveIds: string[];
|
|
895
895
|
isVirtualized: boolean;
|
|
896
|
-
items: import("
|
|
896
|
+
items: import("../..").Item<any>[];
|
|
897
897
|
}) => boolean) | undefined;
|
|
898
898
|
shouldSetOverflowTargetWidth?: ((data: {
|
|
899
899
|
width: number;
|
|
900
900
|
}, state: {
|
|
901
901
|
getId: (item: any) => string;
|
|
902
902
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
903
|
-
panels: import("
|
|
903
|
+
panels: import("../..").Item<any>[];
|
|
904
904
|
panelIndexRef: React.MutableRefObject<number>;
|
|
905
905
|
hiddenIds: string[];
|
|
906
906
|
itemWidthCache: Record<string, number>;
|
|
@@ -923,7 +923,7 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
923
923
|
indexRef: React.MutableRefObject<number>;
|
|
924
924
|
nonInteractiveIds: string[];
|
|
925
925
|
isVirtualized: boolean;
|
|
926
|
-
items: import("
|
|
926
|
+
items: import("../..").Item<any>[];
|
|
927
927
|
}) => boolean) | undefined;
|
|
928
928
|
shouldAddItemWidth?: ((data: {
|
|
929
929
|
id: string;
|
|
@@ -931,7 +931,7 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
931
931
|
}, state: {
|
|
932
932
|
getId: (item: any) => string;
|
|
933
933
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
934
|
-
panels: import("
|
|
934
|
+
panels: import("../..").Item<any>[];
|
|
935
935
|
panelIndexRef: React.MutableRefObject<number>;
|
|
936
936
|
hiddenIds: string[];
|
|
937
937
|
itemWidthCache: Record<string, number>;
|
|
@@ -954,14 +954,14 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
954
954
|
indexRef: React.MutableRefObject<number>;
|
|
955
955
|
nonInteractiveIds: string[];
|
|
956
956
|
isVirtualized: boolean;
|
|
957
|
-
items: import("
|
|
957
|
+
items: import("../..").Item<any>[];
|
|
958
958
|
}) => boolean) | undefined;
|
|
959
959
|
shouldRemoveItemWidth?: ((data: {
|
|
960
960
|
id: string;
|
|
961
961
|
}, state: {
|
|
962
962
|
getId: (item: any) => string;
|
|
963
963
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
964
|
-
panels: import("
|
|
964
|
+
panels: import("../..").Item<any>[];
|
|
965
965
|
panelIndexRef: React.MutableRefObject<number>;
|
|
966
966
|
hiddenIds: string[];
|
|
967
967
|
itemWidthCache: Record<string, number>;
|
|
@@ -984,14 +984,14 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
984
984
|
indexRef: React.MutableRefObject<number>;
|
|
985
985
|
nonInteractiveIds: string[];
|
|
986
986
|
isVirtualized: boolean;
|
|
987
|
-
items: import("
|
|
987
|
+
items: import("../..").Item<any>[];
|
|
988
988
|
}) => boolean) | undefined;
|
|
989
989
|
shouldAddHiddenKey?: ((data: {
|
|
990
990
|
id: string;
|
|
991
991
|
}, state: {
|
|
992
992
|
getId: (item: any) => string;
|
|
993
993
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
994
|
-
panels: import("
|
|
994
|
+
panels: import("../..").Item<any>[];
|
|
995
995
|
panelIndexRef: React.MutableRefObject<number>;
|
|
996
996
|
hiddenIds: string[];
|
|
997
997
|
itemWidthCache: Record<string, number>;
|
|
@@ -1014,14 +1014,14 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
1014
1014
|
indexRef: React.MutableRefObject<number>;
|
|
1015
1015
|
nonInteractiveIds: string[];
|
|
1016
1016
|
isVirtualized: boolean;
|
|
1017
|
-
items: import("
|
|
1017
|
+
items: import("../..").Item<any>[];
|
|
1018
1018
|
}) => boolean) | undefined;
|
|
1019
1019
|
shouldRemoveHiddenKey?: ((data: {
|
|
1020
1020
|
id: string;
|
|
1021
1021
|
}, state: {
|
|
1022
1022
|
getId: (item: any) => string;
|
|
1023
1023
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1024
|
-
panels: import("
|
|
1024
|
+
panels: import("../..").Item<any>[];
|
|
1025
1025
|
panelIndexRef: React.MutableRefObject<number>;
|
|
1026
1026
|
hiddenIds: string[];
|
|
1027
1027
|
itemWidthCache: Record<string, number>;
|
|
@@ -1044,12 +1044,12 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
1044
1044
|
indexRef: React.MutableRefObject<number>;
|
|
1045
1045
|
nonInteractiveIds: string[];
|
|
1046
1046
|
isVirtualized: boolean;
|
|
1047
|
-
items: import("
|
|
1047
|
+
items: import("../..").Item<any>[];
|
|
1048
1048
|
}) => boolean) | undefined;
|
|
1049
1049
|
shouldSelectAll?: ((data: undefined, state: {
|
|
1050
1050
|
getId: (item: any) => string;
|
|
1051
1051
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1052
|
-
panels: import("
|
|
1052
|
+
panels: import("../..").Item<any>[];
|
|
1053
1053
|
panelIndexRef: React.MutableRefObject<number>;
|
|
1054
1054
|
hiddenIds: string[];
|
|
1055
1055
|
itemWidthCache: Record<string, number>;
|
|
@@ -1072,12 +1072,12 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
1072
1072
|
indexRef: React.MutableRefObject<number>;
|
|
1073
1073
|
nonInteractiveIds: string[];
|
|
1074
1074
|
isVirtualized: boolean;
|
|
1075
|
-
items: import("
|
|
1075
|
+
items: import("../..").Item<any>[];
|
|
1076
1076
|
}) => boolean) | undefined;
|
|
1077
1077
|
shouldUnselectAll?: ((data: undefined, state: {
|
|
1078
1078
|
getId: (item: any) => string;
|
|
1079
1079
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1080
|
-
panels: import("
|
|
1080
|
+
panels: import("../..").Item<any>[];
|
|
1081
1081
|
panelIndexRef: React.MutableRefObject<number>;
|
|
1082
1082
|
hiddenIds: string[];
|
|
1083
1083
|
itemWidthCache: Record<string, number>;
|
|
@@ -1100,7 +1100,7 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
1100
1100
|
indexRef: React.MutableRefObject<number>;
|
|
1101
1101
|
nonInteractiveIds: string[];
|
|
1102
1102
|
isVirtualized: boolean;
|
|
1103
|
-
items: import("
|
|
1103
|
+
items: import("../..").Item<any>[];
|
|
1104
1104
|
}) => boolean) | undefined;
|
|
1105
1105
|
shouldRegisterItem?: ((data: {
|
|
1106
1106
|
item: any;
|
|
@@ -1108,7 +1108,7 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
1108
1108
|
}, state: {
|
|
1109
1109
|
getId: (item: any) => string;
|
|
1110
1110
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1111
|
-
panels: import("
|
|
1111
|
+
panels: import("../..").Item<any>[];
|
|
1112
1112
|
panelIndexRef: React.MutableRefObject<number>;
|
|
1113
1113
|
hiddenIds: string[];
|
|
1114
1114
|
itemWidthCache: Record<string, number>;
|
|
@@ -1131,14 +1131,14 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
1131
1131
|
indexRef: React.MutableRefObject<number>;
|
|
1132
1132
|
nonInteractiveIds: string[];
|
|
1133
1133
|
isVirtualized: boolean;
|
|
1134
|
-
items: import("
|
|
1134
|
+
items: import("../..").Item<any>[];
|
|
1135
1135
|
}) => boolean) | undefined;
|
|
1136
1136
|
shouldGoTo?: ((data: {
|
|
1137
1137
|
id: string;
|
|
1138
1138
|
}, state: {
|
|
1139
1139
|
getId: (item: any) => string;
|
|
1140
1140
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1141
|
-
panels: import("
|
|
1141
|
+
panels: import("../..").Item<any>[];
|
|
1142
1142
|
panelIndexRef: React.MutableRefObject<number>;
|
|
1143
1143
|
hiddenIds: string[];
|
|
1144
1144
|
itemWidthCache: Record<string, number>;
|
|
@@ -1161,12 +1161,12 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
1161
1161
|
indexRef: React.MutableRefObject<number>;
|
|
1162
1162
|
nonInteractiveIds: string[];
|
|
1163
1163
|
isVirtualized: boolean;
|
|
1164
|
-
items: import("
|
|
1164
|
+
items: import("../..").Item<any>[];
|
|
1165
1165
|
}) => boolean) | undefined;
|
|
1166
1166
|
shouldGoToNext?: ((data: undefined, state: {
|
|
1167
1167
|
getId: (item: any) => string;
|
|
1168
1168
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1169
|
-
panels: import("
|
|
1169
|
+
panels: import("../..").Item<any>[];
|
|
1170
1170
|
panelIndexRef: React.MutableRefObject<number>;
|
|
1171
1171
|
hiddenIds: string[];
|
|
1172
1172
|
itemWidthCache: Record<string, number>;
|
|
@@ -1189,12 +1189,12 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
1189
1189
|
indexRef: React.MutableRefObject<number>;
|
|
1190
1190
|
nonInteractiveIds: string[];
|
|
1191
1191
|
isVirtualized: boolean;
|
|
1192
|
-
items: import("
|
|
1192
|
+
items: import("../..").Item<any>[];
|
|
1193
1193
|
}) => boolean) | undefined;
|
|
1194
1194
|
shouldGoToPrevious?: ((data: undefined, state: {
|
|
1195
1195
|
getId: (item: any) => string;
|
|
1196
1196
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1197
|
-
panels: import("
|
|
1197
|
+
panels: import("../..").Item<any>[];
|
|
1198
1198
|
panelIndexRef: React.MutableRefObject<number>;
|
|
1199
1199
|
hiddenIds: string[];
|
|
1200
1200
|
itemWidthCache: Record<string, number>;
|
|
@@ -1217,12 +1217,12 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
1217
1217
|
indexRef: React.MutableRefObject<number>;
|
|
1218
1218
|
nonInteractiveIds: string[];
|
|
1219
1219
|
isVirtualized: boolean;
|
|
1220
|
-
items: import("
|
|
1220
|
+
items: import("../..").Item<any>[];
|
|
1221
1221
|
}) => boolean) | undefined;
|
|
1222
1222
|
shouldGoToPreviousRow?: ((data: undefined, state: {
|
|
1223
1223
|
getId: (item: any) => string;
|
|
1224
1224
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1225
|
-
panels: import("
|
|
1225
|
+
panels: import("../..").Item<any>[];
|
|
1226
1226
|
panelIndexRef: React.MutableRefObject<number>;
|
|
1227
1227
|
hiddenIds: string[];
|
|
1228
1228
|
itemWidthCache: Record<string, number>;
|
|
@@ -1245,12 +1245,12 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
1245
1245
|
indexRef: React.MutableRefObject<number>;
|
|
1246
1246
|
nonInteractiveIds: string[];
|
|
1247
1247
|
isVirtualized: boolean;
|
|
1248
|
-
items: import("
|
|
1248
|
+
items: import("../..").Item<any>[];
|
|
1249
1249
|
}) => boolean) | undefined;
|
|
1250
1250
|
shouldGoToNextRow?: ((data: undefined, state: {
|
|
1251
1251
|
getId: (item: any) => string;
|
|
1252
1252
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1253
|
-
panels: import("
|
|
1253
|
+
panels: import("../..").Item<any>[];
|
|
1254
1254
|
panelIndexRef: React.MutableRefObject<number>;
|
|
1255
1255
|
hiddenIds: string[];
|
|
1256
1256
|
itemWidthCache: Record<string, number>;
|
|
@@ -1273,12 +1273,12 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
1273
1273
|
indexRef: React.MutableRefObject<number>;
|
|
1274
1274
|
nonInteractiveIds: string[];
|
|
1275
1275
|
isVirtualized: boolean;
|
|
1276
|
-
items: import("
|
|
1276
|
+
items: import("../..").Item<any>[];
|
|
1277
1277
|
}) => boolean) | undefined;
|
|
1278
1278
|
shouldGoToFirst?: ((data: undefined, state: {
|
|
1279
1279
|
getId: (item: any) => string;
|
|
1280
1280
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1281
|
-
panels: import("
|
|
1281
|
+
panels: import("../..").Item<any>[];
|
|
1282
1282
|
panelIndexRef: React.MutableRefObject<number>;
|
|
1283
1283
|
hiddenIds: string[];
|
|
1284
1284
|
itemWidthCache: Record<string, number>;
|
|
@@ -1301,12 +1301,12 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
1301
1301
|
indexRef: React.MutableRefObject<number>;
|
|
1302
1302
|
nonInteractiveIds: string[];
|
|
1303
1303
|
isVirtualized: boolean;
|
|
1304
|
-
items: import("
|
|
1304
|
+
items: import("../..").Item<any>[];
|
|
1305
1305
|
}) => boolean) | undefined;
|
|
1306
1306
|
shouldGoToLast?: ((data: undefined, state: {
|
|
1307
1307
|
getId: (item: any) => string;
|
|
1308
1308
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1309
|
-
panels: import("
|
|
1309
|
+
panels: import("../..").Item<any>[];
|
|
1310
1310
|
panelIndexRef: React.MutableRefObject<number>;
|
|
1311
1311
|
hiddenIds: string[];
|
|
1312
1312
|
itemWidthCache: Record<string, number>;
|
|
@@ -1329,12 +1329,12 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
1329
1329
|
indexRef: React.MutableRefObject<number>;
|
|
1330
1330
|
nonInteractiveIds: string[];
|
|
1331
1331
|
isVirtualized: boolean;
|
|
1332
|
-
items: import("
|
|
1332
|
+
items: import("../..").Item<any>[];
|
|
1333
1333
|
}) => boolean) | undefined;
|
|
1334
1334
|
shouldGoToFirstOfRow?: ((data: undefined, state: {
|
|
1335
1335
|
getId: (item: any) => string;
|
|
1336
1336
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1337
|
-
panels: import("
|
|
1337
|
+
panels: import("../..").Item<any>[];
|
|
1338
1338
|
panelIndexRef: React.MutableRefObject<number>;
|
|
1339
1339
|
hiddenIds: string[];
|
|
1340
1340
|
itemWidthCache: Record<string, number>;
|
|
@@ -1357,12 +1357,12 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
1357
1357
|
indexRef: React.MutableRefObject<number>;
|
|
1358
1358
|
nonInteractiveIds: string[];
|
|
1359
1359
|
isVirtualized: boolean;
|
|
1360
|
-
items: import("
|
|
1360
|
+
items: import("../..").Item<any>[];
|
|
1361
1361
|
}) => boolean) | undefined;
|
|
1362
1362
|
shouldGoToLastOfRow?: ((data: undefined, state: {
|
|
1363
1363
|
getId: (item: any) => string;
|
|
1364
1364
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1365
|
-
panels: import("
|
|
1365
|
+
panels: import("../..").Item<any>[];
|
|
1366
1366
|
panelIndexRef: React.MutableRefObject<number>;
|
|
1367
1367
|
hiddenIds: string[];
|
|
1368
1368
|
itemWidthCache: Record<string, number>;
|
|
@@ -1385,12 +1385,12 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
1385
1385
|
indexRef: React.MutableRefObject<number>;
|
|
1386
1386
|
nonInteractiveIds: string[];
|
|
1387
1387
|
isVirtualized: boolean;
|
|
1388
|
-
items: import("
|
|
1388
|
+
items: import("../..").Item<any>[];
|
|
1389
1389
|
}) => boolean) | undefined;
|
|
1390
1390
|
shouldGoToNextPage?: ((data: undefined, state: {
|
|
1391
1391
|
getId: (item: any) => string;
|
|
1392
1392
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1393
|
-
panels: import("
|
|
1393
|
+
panels: import("../..").Item<any>[];
|
|
1394
1394
|
panelIndexRef: React.MutableRefObject<number>;
|
|
1395
1395
|
hiddenIds: string[];
|
|
1396
1396
|
itemWidthCache: Record<string, number>;
|
|
@@ -1413,12 +1413,12 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
1413
1413
|
indexRef: React.MutableRefObject<number>;
|
|
1414
1414
|
nonInteractiveIds: string[];
|
|
1415
1415
|
isVirtualized: boolean;
|
|
1416
|
-
items: import("
|
|
1416
|
+
items: import("../..").Item<any>[];
|
|
1417
1417
|
}) => boolean) | undefined;
|
|
1418
1418
|
shouldGoToPreviousPage?: ((data: undefined, state: {
|
|
1419
1419
|
getId: (item: any) => string;
|
|
1420
1420
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1421
|
-
panels: import("
|
|
1421
|
+
panels: import("../..").Item<any>[];
|
|
1422
1422
|
panelIndexRef: React.MutableRefObject<number>;
|
|
1423
1423
|
hiddenIds: string[];
|
|
1424
1424
|
itemWidthCache: Record<string, number>;
|
|
@@ -1441,14 +1441,14 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
1441
1441
|
indexRef: React.MutableRefObject<number>;
|
|
1442
1442
|
nonInteractiveIds: string[];
|
|
1443
1443
|
isVirtualized: boolean;
|
|
1444
|
-
items: import("
|
|
1444
|
+
items: import("../..").Item<any>[];
|
|
1445
1445
|
}) => boolean) | undefined;
|
|
1446
1446
|
shouldUnregisterItem?: ((data: {
|
|
1447
1447
|
id: string;
|
|
1448
1448
|
}, state: {
|
|
1449
1449
|
getId: (item: any) => string;
|
|
1450
1450
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1451
|
-
panels: import("
|
|
1451
|
+
panels: import("../..").Item<any>[];
|
|
1452
1452
|
panelIndexRef: React.MutableRefObject<number>;
|
|
1453
1453
|
hiddenIds: string[];
|
|
1454
1454
|
itemWidthCache: Record<string, number>;
|
|
@@ -1471,14 +1471,14 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
1471
1471
|
indexRef: React.MutableRefObject<number>;
|
|
1472
1472
|
nonInteractiveIds: string[];
|
|
1473
1473
|
isVirtualized: boolean;
|
|
1474
|
-
items: import("
|
|
1474
|
+
items: import("../..").Item<any>[];
|
|
1475
1475
|
}) => boolean) | undefined;
|
|
1476
1476
|
shouldUpdateItemHeight?: ((data: {
|
|
1477
1477
|
value: number;
|
|
1478
1478
|
}, state: {
|
|
1479
1479
|
getId: (item: any) => string;
|
|
1480
1480
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1481
|
-
panels: import("
|
|
1481
|
+
panels: import("../..").Item<any>[];
|
|
1482
1482
|
panelIndexRef: React.MutableRefObject<number>;
|
|
1483
1483
|
hiddenIds: string[];
|
|
1484
1484
|
itemWidthCache: Record<string, number>;
|
|
@@ -1501,13 +1501,13 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
1501
1501
|
indexRef: React.MutableRefObject<number>;
|
|
1502
1502
|
nonInteractiveIds: string[];
|
|
1503
1503
|
isVirtualized: boolean;
|
|
1504
|
-
items: import("
|
|
1504
|
+
items: import("../..").Item<any>[];
|
|
1505
1505
|
}) => boolean) | undefined;
|
|
1506
1506
|
}, {
|
|
1507
1507
|
state: {
|
|
1508
1508
|
getId: (item: any) => string;
|
|
1509
1509
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1510
|
-
panels: import("
|
|
1510
|
+
panels: import("../..").Item<any>[];
|
|
1511
1511
|
panelIndexRef: React.MutableRefObject<number>;
|
|
1512
1512
|
hiddenIds: string[];
|
|
1513
1513
|
itemWidthCache: Record<string, number>;
|
|
@@ -1530,7 +1530,7 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
1530
1530
|
indexRef: React.MutableRefObject<number>;
|
|
1531
1531
|
nonInteractiveIds: string[];
|
|
1532
1532
|
isVirtualized: boolean;
|
|
1533
|
-
items: import("
|
|
1533
|
+
items: import("../..").Item<any>[];
|
|
1534
1534
|
};
|
|
1535
1535
|
events: {
|
|
1536
1536
|
registerPanel: (data: {
|
|
@@ -1614,7 +1614,7 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
1614
1614
|
indexRef: React.MutableRefObject<number>;
|
|
1615
1615
|
nonInteractiveIds: string[];
|
|
1616
1616
|
isVirtualized: boolean;
|
|
1617
|
-
items: import("
|
|
1617
|
+
items: import("../..").Item<any>[];
|
|
1618
1618
|
mode: "multiple" | "single";
|
|
1619
1619
|
};
|
|
1620
1620
|
events: {
|
|
@@ -1668,7 +1668,7 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
1668
1668
|
state: {
|
|
1669
1669
|
getId: (item: any) => string;
|
|
1670
1670
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1671
|
-
panels: import("
|
|
1671
|
+
panels: import("../..").Item<any>[];
|
|
1672
1672
|
panelIndexRef: React.MutableRefObject<number>;
|
|
1673
1673
|
hiddenIds: string[];
|
|
1674
1674
|
itemWidthCache: Record<string, number>;
|
|
@@ -1691,7 +1691,7 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
1691
1691
|
indexRef: React.MutableRefObject<number>;
|
|
1692
1692
|
nonInteractiveIds: string[];
|
|
1693
1693
|
isVirtualized: boolean;
|
|
1694
|
-
items: import("
|
|
1694
|
+
items: import("../..").Item<any>[];
|
|
1695
1695
|
};
|
|
1696
1696
|
events: {
|
|
1697
1697
|
registerPanel: (data: {
|
|
@@ -1775,7 +1775,7 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
1775
1775
|
indexRef: React.MutableRefObject<number>;
|
|
1776
1776
|
nonInteractiveIds: string[];
|
|
1777
1777
|
isVirtualized: boolean;
|
|
1778
|
-
items: import("
|
|
1778
|
+
items: import("../..").Item<any>[];
|
|
1779
1779
|
mode: "multiple" | "single";
|
|
1780
1780
|
};
|
|
1781
1781
|
events: {
|
|
@@ -1829,7 +1829,7 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
1829
1829
|
state: {
|
|
1830
1830
|
getId: (item: any) => string;
|
|
1831
1831
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1832
|
-
panels: import("
|
|
1832
|
+
panels: import("../..").Item<any>[];
|
|
1833
1833
|
panelIndexRef: React.MutableRefObject<number>;
|
|
1834
1834
|
hiddenIds: string[];
|
|
1835
1835
|
itemWidthCache: Record<string, number>;
|
|
@@ -1852,7 +1852,7 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
1852
1852
|
indexRef: React.MutableRefObject<number>;
|
|
1853
1853
|
nonInteractiveIds: string[];
|
|
1854
1854
|
isVirtualized: boolean;
|
|
1855
|
-
items: import("
|
|
1855
|
+
items: import("../..").Item<any>[];
|
|
1856
1856
|
};
|
|
1857
1857
|
events: {
|
|
1858
1858
|
registerPanel: (data: {
|
|
@@ -1936,7 +1936,7 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
1936
1936
|
indexRef: React.MutableRefObject<number>;
|
|
1937
1937
|
nonInteractiveIds: string[];
|
|
1938
1938
|
isVirtualized: boolean;
|
|
1939
|
-
items: import("
|
|
1939
|
+
items: import("../..").Item<any>[];
|
|
1940
1940
|
mode: "multiple" | "single";
|
|
1941
1941
|
};
|
|
1942
1942
|
events: {
|
|
@@ -1993,7 +1993,7 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
1993
1993
|
state: {
|
|
1994
1994
|
getId: (item: any) => string;
|
|
1995
1995
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1996
|
-
panels: import("
|
|
1996
|
+
panels: import("../..").Item<any>[];
|
|
1997
1997
|
panelIndexRef: React.MutableRefObject<number>;
|
|
1998
1998
|
hiddenIds: string[];
|
|
1999
1999
|
itemWidthCache: Record<string, number>;
|
|
@@ -2016,7 +2016,7 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
2016
2016
|
indexRef: React.MutableRefObject<number>;
|
|
2017
2017
|
nonInteractiveIds: string[];
|
|
2018
2018
|
isVirtualized: boolean;
|
|
2019
|
-
items: import("
|
|
2019
|
+
items: import("../..").Item<any>[];
|
|
2020
2020
|
};
|
|
2021
2021
|
events: {
|
|
2022
2022
|
registerPanel: (data: {
|
|
@@ -2100,7 +2100,7 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
2100
2100
|
indexRef: React.MutableRefObject<number>;
|
|
2101
2101
|
nonInteractiveIds: string[];
|
|
2102
2102
|
isVirtualized: boolean;
|
|
2103
|
-
items: import("
|
|
2103
|
+
items: import("../..").Item<any>[];
|
|
2104
2104
|
mode: "multiple" | "single";
|
|
2105
2105
|
};
|
|
2106
2106
|
events: {
|
|
@@ -2154,7 +2154,7 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
2154
2154
|
state: {
|
|
2155
2155
|
getId: (item: any) => string;
|
|
2156
2156
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
2157
|
-
panels: import("
|
|
2157
|
+
panels: import("../..").Item<any>[];
|
|
2158
2158
|
panelIndexRef: React.MutableRefObject<number>;
|
|
2159
2159
|
hiddenIds: string[];
|
|
2160
2160
|
itemWidthCache: Record<string, number>;
|
|
@@ -2177,7 +2177,7 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
2177
2177
|
indexRef: React.MutableRefObject<number>;
|
|
2178
2178
|
nonInteractiveIds: string[];
|
|
2179
2179
|
isVirtualized: boolean;
|
|
2180
|
-
items: import("
|
|
2180
|
+
items: import("../..").Item<any>[];
|
|
2181
2181
|
};
|
|
2182
2182
|
events: {
|
|
2183
2183
|
registerPanel: (data: {
|
|
@@ -2261,7 +2261,7 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
2261
2261
|
indexRef: React.MutableRefObject<number>;
|
|
2262
2262
|
nonInteractiveIds: string[];
|
|
2263
2263
|
isVirtualized: boolean;
|
|
2264
|
-
items: import("
|
|
2264
|
+
items: import("../..").Item<any>[];
|
|
2265
2265
|
mode: "multiple" | "single";
|
|
2266
2266
|
};
|
|
2267
2267
|
events: {
|
|
@@ -2315,7 +2315,7 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
2315
2315
|
state: {
|
|
2316
2316
|
getId: (item: any) => string;
|
|
2317
2317
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
2318
|
-
panels: import("
|
|
2318
|
+
panels: import("../..").Item<any>[];
|
|
2319
2319
|
panelIndexRef: React.MutableRefObject<number>;
|
|
2320
2320
|
hiddenIds: string[];
|
|
2321
2321
|
itemWidthCache: Record<string, number>;
|
|
@@ -2338,7 +2338,7 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
2338
2338
|
indexRef: React.MutableRefObject<number>;
|
|
2339
2339
|
nonInteractiveIds: string[];
|
|
2340
2340
|
isVirtualized: boolean;
|
|
2341
|
-
items: import("
|
|
2341
|
+
items: import("../..").Item<any>[];
|
|
2342
2342
|
};
|
|
2343
2343
|
events: {
|
|
2344
2344
|
registerPanel: (data: {
|
|
@@ -2422,7 +2422,7 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
2422
2422
|
indexRef: React.MutableRefObject<number>;
|
|
2423
2423
|
nonInteractiveIds: string[];
|
|
2424
2424
|
isVirtualized: boolean;
|
|
2425
|
-
items: import("
|
|
2425
|
+
items: import("../..").Item<any>[];
|
|
2426
2426
|
mode: "multiple" | "single";
|
|
2427
2427
|
};
|
|
2428
2428
|
events: {
|
|
@@ -2498,7 +2498,7 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
2498
2498
|
indexRef: React.MutableRefObject<number>;
|
|
2499
2499
|
nonInteractiveIds: string[];
|
|
2500
2500
|
isVirtualized: boolean;
|
|
2501
|
-
items: import("
|
|
2501
|
+
items: import("../..").Item<any>[];
|
|
2502
2502
|
mode: "multiple" | "single";
|
|
2503
2503
|
};
|
|
2504
2504
|
events: {
|
|
@@ -2551,7 +2551,7 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
2551
2551
|
* <Tabs.Menu.Popper>
|
|
2552
2552
|
* <Tabs.Menu.Card>
|
|
2553
2553
|
* <Tabs.Menu.List>
|
|
2554
|
-
* {(item: MyTabItem) => <Tabs.Menu.Item
|
|
2554
|
+
* {(item: MyTabItem) => <Tabs.Menu.Item data-id={item.id}>{item.text}</Tabs.Menu.Item>}
|
|
2555
2555
|
* </Tabs.Menu.List>
|
|
2556
2556
|
* </Tabs.Menu.Card>
|
|
2557
2557
|
* </Tabs.Menu.Popper>
|
|
@@ -2603,7 +2603,7 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
2603
2603
|
indexRef: React.MutableRefObject<number>;
|
|
2604
2604
|
nonInteractiveIds: string[];
|
|
2605
2605
|
isVirtualized: boolean;
|
|
2606
|
-
items: import("
|
|
2606
|
+
items: import("../..").Item<any>[];
|
|
2607
2607
|
mode: "multiple" | "single";
|
|
2608
2608
|
}) => void) | undefined;
|
|
2609
2609
|
onShow?: ((data: {
|
|
@@ -2633,7 +2633,7 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
2633
2633
|
indexRef: React.MutableRefObject<number>;
|
|
2634
2634
|
nonInteractiveIds: string[];
|
|
2635
2635
|
isVirtualized: boolean;
|
|
2636
|
-
items: import("
|
|
2636
|
+
items: import("../..").Item<any>[];
|
|
2637
2637
|
mode: "multiple" | "single";
|
|
2638
2638
|
}) => void) | undefined;
|
|
2639
2639
|
onHide?: ((data: {
|
|
@@ -2663,7 +2663,7 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
2663
2663
|
indexRef: React.MutableRefObject<number>;
|
|
2664
2664
|
nonInteractiveIds: string[];
|
|
2665
2665
|
isVirtualized: boolean;
|
|
2666
|
-
items: import("
|
|
2666
|
+
items: import("../..").Item<any>[];
|
|
2667
2667
|
mode: "multiple" | "single";
|
|
2668
2668
|
}) => void) | undefined;
|
|
2669
2669
|
onSelect?: ((data: {
|
|
@@ -2693,7 +2693,7 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
2693
2693
|
indexRef: React.MutableRefObject<number>;
|
|
2694
2694
|
nonInteractiveIds: string[];
|
|
2695
2695
|
isVirtualized: boolean;
|
|
2696
|
-
items: import("
|
|
2696
|
+
items: import("../..").Item<any>[];
|
|
2697
2697
|
mode: "multiple" | "single";
|
|
2698
2698
|
}) => void) | undefined;
|
|
2699
2699
|
onSelectAll?: ((data: undefined, prevState: {
|
|
@@ -2721,7 +2721,7 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
2721
2721
|
indexRef: React.MutableRefObject<number>;
|
|
2722
2722
|
nonInteractiveIds: string[];
|
|
2723
2723
|
isVirtualized: boolean;
|
|
2724
|
-
items: import("
|
|
2724
|
+
items: import("../..").Item<any>[];
|
|
2725
2725
|
mode: "multiple" | "single";
|
|
2726
2726
|
}) => void) | undefined;
|
|
2727
2727
|
onUnselectAll?: ((data: undefined, prevState: {
|
|
@@ -2749,7 +2749,7 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
2749
2749
|
indexRef: React.MutableRefObject<number>;
|
|
2750
2750
|
nonInteractiveIds: string[];
|
|
2751
2751
|
isVirtualized: boolean;
|
|
2752
|
-
items: import("
|
|
2752
|
+
items: import("../..").Item<any>[];
|
|
2753
2753
|
mode: "multiple" | "single";
|
|
2754
2754
|
}) => void) | undefined;
|
|
2755
2755
|
onRegisterItem?: ((data: {
|
|
@@ -2780,7 +2780,7 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
2780
2780
|
indexRef: React.MutableRefObject<number>;
|
|
2781
2781
|
nonInteractiveIds: string[];
|
|
2782
2782
|
isVirtualized: boolean;
|
|
2783
|
-
items: import("
|
|
2783
|
+
items: import("../..").Item<any>[];
|
|
2784
2784
|
mode: "multiple" | "single";
|
|
2785
2785
|
}) => void) | undefined;
|
|
2786
2786
|
onGoTo?: ((data: {
|
|
@@ -2810,7 +2810,7 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
2810
2810
|
indexRef: React.MutableRefObject<number>;
|
|
2811
2811
|
nonInteractiveIds: string[];
|
|
2812
2812
|
isVirtualized: boolean;
|
|
2813
|
-
items: import("
|
|
2813
|
+
items: import("../..").Item<any>[];
|
|
2814
2814
|
mode: "multiple" | "single";
|
|
2815
2815
|
}) => void) | undefined;
|
|
2816
2816
|
onGoToNext?: ((data: undefined, prevState: {
|
|
@@ -2838,7 +2838,7 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
2838
2838
|
indexRef: React.MutableRefObject<number>;
|
|
2839
2839
|
nonInteractiveIds: string[];
|
|
2840
2840
|
isVirtualized: boolean;
|
|
2841
|
-
items: import("
|
|
2841
|
+
items: import("../..").Item<any>[];
|
|
2842
2842
|
mode: "multiple" | "single";
|
|
2843
2843
|
}) => void) | undefined;
|
|
2844
2844
|
onGoToPrevious?: ((data: undefined, prevState: {
|
|
@@ -2866,7 +2866,7 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
2866
2866
|
indexRef: React.MutableRefObject<number>;
|
|
2867
2867
|
nonInteractiveIds: string[];
|
|
2868
2868
|
isVirtualized: boolean;
|
|
2869
|
-
items: import("
|
|
2869
|
+
items: import("../..").Item<any>[];
|
|
2870
2870
|
mode: "multiple" | "single";
|
|
2871
2871
|
}) => void) | undefined;
|
|
2872
2872
|
onGoToPreviousRow?: ((data: undefined, prevState: {
|
|
@@ -2894,7 +2894,7 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
2894
2894
|
indexRef: React.MutableRefObject<number>;
|
|
2895
2895
|
nonInteractiveIds: string[];
|
|
2896
2896
|
isVirtualized: boolean;
|
|
2897
|
-
items: import("
|
|
2897
|
+
items: import("../..").Item<any>[];
|
|
2898
2898
|
mode: "multiple" | "single";
|
|
2899
2899
|
}) => void) | undefined;
|
|
2900
2900
|
onGoToNextRow?: ((data: undefined, prevState: {
|
|
@@ -2922,7 +2922,7 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
2922
2922
|
indexRef: React.MutableRefObject<number>;
|
|
2923
2923
|
nonInteractiveIds: string[];
|
|
2924
2924
|
isVirtualized: boolean;
|
|
2925
|
-
items: import("
|
|
2925
|
+
items: import("../..").Item<any>[];
|
|
2926
2926
|
mode: "multiple" | "single";
|
|
2927
2927
|
}) => void) | undefined;
|
|
2928
2928
|
onGoToFirst?: ((data: undefined, prevState: {
|
|
@@ -2950,7 +2950,7 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
2950
2950
|
indexRef: React.MutableRefObject<number>;
|
|
2951
2951
|
nonInteractiveIds: string[];
|
|
2952
2952
|
isVirtualized: boolean;
|
|
2953
|
-
items: import("
|
|
2953
|
+
items: import("../..").Item<any>[];
|
|
2954
2954
|
mode: "multiple" | "single";
|
|
2955
2955
|
}) => void) | undefined;
|
|
2956
2956
|
onGoToLast?: ((data: undefined, prevState: {
|
|
@@ -2978,7 +2978,7 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
2978
2978
|
indexRef: React.MutableRefObject<number>;
|
|
2979
2979
|
nonInteractiveIds: string[];
|
|
2980
2980
|
isVirtualized: boolean;
|
|
2981
|
-
items: import("
|
|
2981
|
+
items: import("../..").Item<any>[];
|
|
2982
2982
|
mode: "multiple" | "single";
|
|
2983
2983
|
}) => void) | undefined;
|
|
2984
2984
|
onGoToFirstOfRow?: ((data: undefined, prevState: {
|
|
@@ -3006,7 +3006,7 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
3006
3006
|
indexRef: React.MutableRefObject<number>;
|
|
3007
3007
|
nonInteractiveIds: string[];
|
|
3008
3008
|
isVirtualized: boolean;
|
|
3009
|
-
items: import("
|
|
3009
|
+
items: import("../..").Item<any>[];
|
|
3010
3010
|
mode: "multiple" | "single";
|
|
3011
3011
|
}) => void) | undefined;
|
|
3012
3012
|
onGoToLastOfRow?: ((data: undefined, prevState: {
|
|
@@ -3034,7 +3034,7 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
3034
3034
|
indexRef: React.MutableRefObject<number>;
|
|
3035
3035
|
nonInteractiveIds: string[];
|
|
3036
3036
|
isVirtualized: boolean;
|
|
3037
|
-
items: import("
|
|
3037
|
+
items: import("../..").Item<any>[];
|
|
3038
3038
|
mode: "multiple" | "single";
|
|
3039
3039
|
}) => void) | undefined;
|
|
3040
3040
|
onGoToNextPage?: ((data: undefined, prevState: {
|
|
@@ -3062,7 +3062,7 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
3062
3062
|
indexRef: React.MutableRefObject<number>;
|
|
3063
3063
|
nonInteractiveIds: string[];
|
|
3064
3064
|
isVirtualized: boolean;
|
|
3065
|
-
items: import("
|
|
3065
|
+
items: import("../..").Item<any>[];
|
|
3066
3066
|
mode: "multiple" | "single";
|
|
3067
3067
|
}) => void) | undefined;
|
|
3068
3068
|
onGoToPreviousPage?: ((data: undefined, prevState: {
|
|
@@ -3090,7 +3090,7 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
3090
3090
|
indexRef: React.MutableRefObject<number>;
|
|
3091
3091
|
nonInteractiveIds: string[];
|
|
3092
3092
|
isVirtualized: boolean;
|
|
3093
|
-
items: import("
|
|
3093
|
+
items: import("../..").Item<any>[];
|
|
3094
3094
|
mode: "multiple" | "single";
|
|
3095
3095
|
}) => void) | undefined;
|
|
3096
3096
|
onUnregisterItem?: ((data: {
|
|
@@ -3120,7 +3120,7 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
3120
3120
|
indexRef: React.MutableRefObject<number>;
|
|
3121
3121
|
nonInteractiveIds: string[];
|
|
3122
3122
|
isVirtualized: boolean;
|
|
3123
|
-
items: import("
|
|
3123
|
+
items: import("../..").Item<any>[];
|
|
3124
3124
|
mode: "multiple" | "single";
|
|
3125
3125
|
}) => void) | undefined;
|
|
3126
3126
|
onUpdateItemHeight?: ((data: {
|
|
@@ -3150,7 +3150,7 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
3150
3150
|
indexRef: React.MutableRefObject<number>;
|
|
3151
3151
|
nonInteractiveIds: string[];
|
|
3152
3152
|
isVirtualized: boolean;
|
|
3153
|
-
items: import("
|
|
3153
|
+
items: import("../..").Item<any>[];
|
|
3154
3154
|
mode: "multiple" | "single";
|
|
3155
3155
|
}) => void) | undefined;
|
|
3156
3156
|
} & {
|
|
@@ -3181,7 +3181,7 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
3181
3181
|
indexRef: React.MutableRefObject<number>;
|
|
3182
3182
|
nonInteractiveIds: string[];
|
|
3183
3183
|
isVirtualized: boolean;
|
|
3184
|
-
items: import("
|
|
3184
|
+
items: import("../..").Item<any>[];
|
|
3185
3185
|
mode: "multiple" | "single";
|
|
3186
3186
|
}) => boolean) | undefined;
|
|
3187
3187
|
shouldShow?: ((data: {
|
|
@@ -3211,7 +3211,7 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
3211
3211
|
indexRef: React.MutableRefObject<number>;
|
|
3212
3212
|
nonInteractiveIds: string[];
|
|
3213
3213
|
isVirtualized: boolean;
|
|
3214
|
-
items: import("
|
|
3214
|
+
items: import("../..").Item<any>[];
|
|
3215
3215
|
mode: "multiple" | "single";
|
|
3216
3216
|
}) => boolean) | undefined;
|
|
3217
3217
|
shouldHide?: ((data: {
|
|
@@ -3241,7 +3241,7 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
3241
3241
|
indexRef: React.MutableRefObject<number>;
|
|
3242
3242
|
nonInteractiveIds: string[];
|
|
3243
3243
|
isVirtualized: boolean;
|
|
3244
|
-
items: import("
|
|
3244
|
+
items: import("../..").Item<any>[];
|
|
3245
3245
|
mode: "multiple" | "single";
|
|
3246
3246
|
}) => boolean) | undefined;
|
|
3247
3247
|
shouldSelect?: ((data: {
|
|
@@ -3271,7 +3271,7 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
3271
3271
|
indexRef: React.MutableRefObject<number>;
|
|
3272
3272
|
nonInteractiveIds: string[];
|
|
3273
3273
|
isVirtualized: boolean;
|
|
3274
|
-
items: import("
|
|
3274
|
+
items: import("../..").Item<any>[];
|
|
3275
3275
|
mode: "multiple" | "single";
|
|
3276
3276
|
}) => boolean) | undefined;
|
|
3277
3277
|
shouldSelectAll?: ((data: undefined, state: {
|
|
@@ -3299,7 +3299,7 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
3299
3299
|
indexRef: React.MutableRefObject<number>;
|
|
3300
3300
|
nonInteractiveIds: string[];
|
|
3301
3301
|
isVirtualized: boolean;
|
|
3302
|
-
items: import("
|
|
3302
|
+
items: import("../..").Item<any>[];
|
|
3303
3303
|
mode: "multiple" | "single";
|
|
3304
3304
|
}) => boolean) | undefined;
|
|
3305
3305
|
shouldUnselectAll?: ((data: undefined, state: {
|
|
@@ -3327,7 +3327,7 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
3327
3327
|
indexRef: React.MutableRefObject<number>;
|
|
3328
3328
|
nonInteractiveIds: string[];
|
|
3329
3329
|
isVirtualized: boolean;
|
|
3330
|
-
items: import("
|
|
3330
|
+
items: import("../..").Item<any>[];
|
|
3331
3331
|
mode: "multiple" | "single";
|
|
3332
3332
|
}) => boolean) | undefined;
|
|
3333
3333
|
shouldRegisterItem?: ((data: {
|
|
@@ -3358,7 +3358,7 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
3358
3358
|
indexRef: React.MutableRefObject<number>;
|
|
3359
3359
|
nonInteractiveIds: string[];
|
|
3360
3360
|
isVirtualized: boolean;
|
|
3361
|
-
items: import("
|
|
3361
|
+
items: import("../..").Item<any>[];
|
|
3362
3362
|
mode: "multiple" | "single";
|
|
3363
3363
|
}) => boolean) | undefined;
|
|
3364
3364
|
shouldGoTo?: ((data: {
|
|
@@ -3388,7 +3388,7 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
3388
3388
|
indexRef: React.MutableRefObject<number>;
|
|
3389
3389
|
nonInteractiveIds: string[];
|
|
3390
3390
|
isVirtualized: boolean;
|
|
3391
|
-
items: import("
|
|
3391
|
+
items: import("../..").Item<any>[];
|
|
3392
3392
|
mode: "multiple" | "single";
|
|
3393
3393
|
}) => boolean) | undefined;
|
|
3394
3394
|
shouldGoToNext?: ((data: undefined, state: {
|
|
@@ -3416,7 +3416,7 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
3416
3416
|
indexRef: React.MutableRefObject<number>;
|
|
3417
3417
|
nonInteractiveIds: string[];
|
|
3418
3418
|
isVirtualized: boolean;
|
|
3419
|
-
items: import("
|
|
3419
|
+
items: import("../..").Item<any>[];
|
|
3420
3420
|
mode: "multiple" | "single";
|
|
3421
3421
|
}) => boolean) | undefined;
|
|
3422
3422
|
shouldGoToPrevious?: ((data: undefined, state: {
|
|
@@ -3444,7 +3444,7 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
3444
3444
|
indexRef: React.MutableRefObject<number>;
|
|
3445
3445
|
nonInteractiveIds: string[];
|
|
3446
3446
|
isVirtualized: boolean;
|
|
3447
|
-
items: import("
|
|
3447
|
+
items: import("../..").Item<any>[];
|
|
3448
3448
|
mode: "multiple" | "single";
|
|
3449
3449
|
}) => boolean) | undefined;
|
|
3450
3450
|
shouldGoToPreviousRow?: ((data: undefined, state: {
|
|
@@ -3472,7 +3472,7 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
3472
3472
|
indexRef: React.MutableRefObject<number>;
|
|
3473
3473
|
nonInteractiveIds: string[];
|
|
3474
3474
|
isVirtualized: boolean;
|
|
3475
|
-
items: import("
|
|
3475
|
+
items: import("../..").Item<any>[];
|
|
3476
3476
|
mode: "multiple" | "single";
|
|
3477
3477
|
}) => boolean) | undefined;
|
|
3478
3478
|
shouldGoToNextRow?: ((data: undefined, state: {
|
|
@@ -3500,7 +3500,7 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
3500
3500
|
indexRef: React.MutableRefObject<number>;
|
|
3501
3501
|
nonInteractiveIds: string[];
|
|
3502
3502
|
isVirtualized: boolean;
|
|
3503
|
-
items: import("
|
|
3503
|
+
items: import("../..").Item<any>[];
|
|
3504
3504
|
mode: "multiple" | "single";
|
|
3505
3505
|
}) => boolean) | undefined;
|
|
3506
3506
|
shouldGoToFirst?: ((data: undefined, state: {
|
|
@@ -3528,7 +3528,7 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
3528
3528
|
indexRef: React.MutableRefObject<number>;
|
|
3529
3529
|
nonInteractiveIds: string[];
|
|
3530
3530
|
isVirtualized: boolean;
|
|
3531
|
-
items: import("
|
|
3531
|
+
items: import("../..").Item<any>[];
|
|
3532
3532
|
mode: "multiple" | "single";
|
|
3533
3533
|
}) => boolean) | undefined;
|
|
3534
3534
|
shouldGoToLast?: ((data: undefined, state: {
|
|
@@ -3556,7 +3556,7 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
3556
3556
|
indexRef: React.MutableRefObject<number>;
|
|
3557
3557
|
nonInteractiveIds: string[];
|
|
3558
3558
|
isVirtualized: boolean;
|
|
3559
|
-
items: import("
|
|
3559
|
+
items: import("../..").Item<any>[];
|
|
3560
3560
|
mode: "multiple" | "single";
|
|
3561
3561
|
}) => boolean) | undefined;
|
|
3562
3562
|
shouldGoToFirstOfRow?: ((data: undefined, state: {
|
|
@@ -3584,7 +3584,7 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
3584
3584
|
indexRef: React.MutableRefObject<number>;
|
|
3585
3585
|
nonInteractiveIds: string[];
|
|
3586
3586
|
isVirtualized: boolean;
|
|
3587
|
-
items: import("
|
|
3587
|
+
items: import("../..").Item<any>[];
|
|
3588
3588
|
mode: "multiple" | "single";
|
|
3589
3589
|
}) => boolean) | undefined;
|
|
3590
3590
|
shouldGoToLastOfRow?: ((data: undefined, state: {
|
|
@@ -3612,7 +3612,7 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
3612
3612
|
indexRef: React.MutableRefObject<number>;
|
|
3613
3613
|
nonInteractiveIds: string[];
|
|
3614
3614
|
isVirtualized: boolean;
|
|
3615
|
-
items: import("
|
|
3615
|
+
items: import("../..").Item<any>[];
|
|
3616
3616
|
mode: "multiple" | "single";
|
|
3617
3617
|
}) => boolean) | undefined;
|
|
3618
3618
|
shouldGoToNextPage?: ((data: undefined, state: {
|
|
@@ -3640,7 +3640,7 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
3640
3640
|
indexRef: React.MutableRefObject<number>;
|
|
3641
3641
|
nonInteractiveIds: string[];
|
|
3642
3642
|
isVirtualized: boolean;
|
|
3643
|
-
items: import("
|
|
3643
|
+
items: import("../..").Item<any>[];
|
|
3644
3644
|
mode: "multiple" | "single";
|
|
3645
3645
|
}) => boolean) | undefined;
|
|
3646
3646
|
shouldGoToPreviousPage?: ((data: undefined, state: {
|
|
@@ -3668,7 +3668,7 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
3668
3668
|
indexRef: React.MutableRefObject<number>;
|
|
3669
3669
|
nonInteractiveIds: string[];
|
|
3670
3670
|
isVirtualized: boolean;
|
|
3671
|
-
items: import("
|
|
3671
|
+
items: import("../..").Item<any>[];
|
|
3672
3672
|
mode: "multiple" | "single";
|
|
3673
3673
|
}) => boolean) | undefined;
|
|
3674
3674
|
shouldUnregisterItem?: ((data: {
|
|
@@ -3698,7 +3698,7 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
3698
3698
|
indexRef: React.MutableRefObject<number>;
|
|
3699
3699
|
nonInteractiveIds: string[];
|
|
3700
3700
|
isVirtualized: boolean;
|
|
3701
|
-
items: import("
|
|
3701
|
+
items: import("../..").Item<any>[];
|
|
3702
3702
|
mode: "multiple" | "single";
|
|
3703
3703
|
}) => boolean) | undefined;
|
|
3704
3704
|
shouldUpdateItemHeight?: ((data: {
|
|
@@ -3728,7 +3728,7 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
3728
3728
|
indexRef: React.MutableRefObject<number>;
|
|
3729
3729
|
nonInteractiveIds: string[];
|
|
3730
3730
|
isVirtualized: boolean;
|
|
3731
|
-
items: import("
|
|
3731
|
+
items: import("../..").Item<any>[];
|
|
3732
3732
|
mode: "multiple" | "single";
|
|
3733
3733
|
}) => boolean) | undefined;
|
|
3734
3734
|
}, {
|
|
@@ -3757,7 +3757,7 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
3757
3757
|
indexRef: React.MutableRefObject<number>;
|
|
3758
3758
|
nonInteractiveIds: string[];
|
|
3759
3759
|
isVirtualized: boolean;
|
|
3760
|
-
items: import("
|
|
3760
|
+
items: import("../..").Item<any>[];
|
|
3761
3761
|
mode: "multiple" | "single";
|
|
3762
3762
|
};
|
|
3763
3763
|
events: {
|
|
@@ -3829,7 +3829,7 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
3829
3829
|
indexRef: React.MutableRefObject<number>;
|
|
3830
3830
|
nonInteractiveIds: string[];
|
|
3831
3831
|
isVirtualized: boolean;
|
|
3832
|
-
items: import("
|
|
3832
|
+
items: import("../..").Item<any>[];
|
|
3833
3833
|
mode: "multiple" | "single";
|
|
3834
3834
|
};
|
|
3835
3835
|
events: {
|
|
@@ -3901,7 +3901,7 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
3901
3901
|
indexRef: React.MutableRefObject<number>;
|
|
3902
3902
|
nonInteractiveIds: string[];
|
|
3903
3903
|
isVirtualized: boolean;
|
|
3904
|
-
items: import("
|
|
3904
|
+
items: import("../..").Item<any>[];
|
|
3905
3905
|
mode: "multiple" | "single";
|
|
3906
3906
|
};
|
|
3907
3907
|
events: {
|
|
@@ -3973,7 +3973,7 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
3973
3973
|
indexRef: React.MutableRefObject<number>;
|
|
3974
3974
|
nonInteractiveIds: string[];
|
|
3975
3975
|
isVirtualized: boolean;
|
|
3976
|
-
items: import("
|
|
3976
|
+
items: import("../..").Item<any>[];
|
|
3977
3977
|
mode: "multiple" | "single";
|
|
3978
3978
|
};
|
|
3979
3979
|
events: {
|
|
@@ -4052,7 +4052,7 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
4052
4052
|
indexRef: React.MutableRefObject<number>;
|
|
4053
4053
|
nonInteractiveIds: string[];
|
|
4054
4054
|
isVirtualized: boolean;
|
|
4055
|
-
items: import("
|
|
4055
|
+
items: import("../..").Item<any>[];
|
|
4056
4056
|
mode: "multiple" | "single";
|
|
4057
4057
|
};
|
|
4058
4058
|
events: {
|
|
@@ -4124,7 +4124,7 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
4124
4124
|
indexRef: React.MutableRefObject<number>;
|
|
4125
4125
|
nonInteractiveIds: string[];
|
|
4126
4126
|
isVirtualized: boolean;
|
|
4127
|
-
items: import("
|
|
4127
|
+
items: import("../..").Item<any>[];
|
|
4128
4128
|
mode: "multiple" | "single";
|
|
4129
4129
|
};
|
|
4130
4130
|
events: {
|
|
@@ -4196,7 +4196,7 @@ export declare const Tabs: import("../../common").ComponentM<TabsProps & Partial
|
|
|
4196
4196
|
indexRef: React.MutableRefObject<number>;
|
|
4197
4197
|
nonInteractiveIds: string[];
|
|
4198
4198
|
isVirtualized: boolean;
|
|
4199
|
-
items: import("
|
|
4199
|
+
items: import("../..").Item<any>[];
|
|
4200
4200
|
mode: "multiple" | "single";
|
|
4201
4201
|
};
|
|
4202
4202
|
events: {
|