@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.
Files changed (83) hide show
  1. package/collection/index.ts +1 -1
  2. package/collection/lib/react-virtual.ts +4 -10
  3. package/collection/lib/useListItemRegister.tsx +1 -1
  4. package/collection/lib/useListRenderItem.tsx +1 -1
  5. package/dist/commonjs/collection/index.d.ts +1 -1
  6. package/dist/commonjs/collection/index.d.ts.map +1 -1
  7. package/dist/commonjs/collection/lib/react-virtual.d.ts +2 -2
  8. package/dist/commonjs/collection/lib/react-virtual.d.ts.map +1 -1
  9. package/dist/commonjs/collection/lib/useCursorListModel.d.ts +93 -0
  10. package/dist/commonjs/collection/lib/useCursorListModel.d.ts.map +1 -1
  11. package/dist/commonjs/collection/lib/useListItemRegister.d.ts +1 -1
  12. package/dist/commonjs/collection/lib/useListItemRegister.js +1 -1
  13. package/dist/commonjs/layout/lib/Flex.d.ts +1 -1
  14. package/dist/commonjs/layout/lib/Flex.d.ts.map +1 -1
  15. package/dist/commonjs/layout/lib/Flex.js +2 -2
  16. package/dist/commonjs/layout/lib/Stack.js +2 -2
  17. package/dist/commonjs/menu/lib/Menu.d.ts +285 -101
  18. package/dist/commonjs/menu/lib/Menu.d.ts.map +1 -1
  19. package/dist/commonjs/menu/lib/Menu.js +2 -2
  20. package/dist/commonjs/menu/lib/MenuCard.d.ts +2 -2
  21. package/dist/commonjs/menu/lib/MenuContextTarget.d.ts +1 -1
  22. package/dist/commonjs/menu/lib/MenuItem.d.ts +2 -2
  23. package/dist/commonjs/menu/lib/MenuList.d.ts +2 -2
  24. package/dist/commonjs/menu/lib/MenuPopper.d.ts +1 -1
  25. package/dist/commonjs/menu/lib/MenuTarget.d.ts +2 -2
  26. package/dist/commonjs/menu/lib/useMenuModel.d.ts +43 -43
  27. package/dist/commonjs/tabs/lib/Tabs.d.ts +167 -167
  28. package/dist/commonjs/tabs/lib/Tabs.js +1 -1
  29. package/dist/commonjs/tabs/lib/TabsItem.d.ts +4 -4
  30. package/dist/commonjs/tabs/lib/TabsList.d.ts +5 -5
  31. package/dist/commonjs/tabs/lib/TabsMenuPopper.d.ts +1 -1
  32. package/dist/commonjs/tabs/lib/TabsOverflowButton.d.ts +4 -4
  33. package/dist/commonjs/tabs/lib/TabsOverflowButton.d.ts.map +1 -1
  34. package/dist/commonjs/tabs/lib/TabsOverflowButton.js +1 -2
  35. package/dist/commonjs/tabs/lib/TabsPanel.d.ts +7 -6
  36. package/dist/commonjs/tabs/lib/TabsPanel.d.ts.map +1 -1
  37. package/dist/commonjs/tabs/lib/TabsPanel.js +10 -10
  38. package/dist/commonjs/tabs/lib/TabsPanels.d.ts +3 -3
  39. package/dist/commonjs/tabs/lib/useTabsModel.d.ts +108 -108
  40. package/dist/es6/collection/index.d.ts +1 -1
  41. package/dist/es6/collection/index.d.ts.map +1 -1
  42. package/dist/es6/collection/lib/react-virtual.d.ts +2 -2
  43. package/dist/es6/collection/lib/react-virtual.d.ts.map +1 -1
  44. package/dist/es6/collection/lib/react-virtual.js +1 -1
  45. package/dist/es6/collection/lib/useCursorListModel.d.ts +93 -0
  46. package/dist/es6/collection/lib/useCursorListModel.d.ts.map +1 -1
  47. package/dist/es6/collection/lib/useListItemRegister.d.ts +1 -1
  48. package/dist/es6/collection/lib/useListItemRegister.js +1 -1
  49. package/dist/es6/layout/lib/Flex.d.ts +1 -1
  50. package/dist/es6/layout/lib/Flex.d.ts.map +1 -1
  51. package/dist/es6/layout/lib/Flex.js +1 -1
  52. package/dist/es6/layout/lib/Stack.js +1 -1
  53. package/dist/es6/menu/lib/Menu.d.ts +285 -101
  54. package/dist/es6/menu/lib/Menu.d.ts.map +1 -1
  55. package/dist/es6/menu/lib/Menu.js +2 -2
  56. package/dist/es6/menu/lib/MenuCard.d.ts +2 -2
  57. package/dist/es6/menu/lib/MenuContextTarget.d.ts +1 -1
  58. package/dist/es6/menu/lib/MenuItem.d.ts +2 -2
  59. package/dist/es6/menu/lib/MenuList.d.ts +2 -2
  60. package/dist/es6/menu/lib/MenuPopper.d.ts +1 -1
  61. package/dist/es6/menu/lib/MenuTarget.d.ts +2 -2
  62. package/dist/es6/menu/lib/useMenuModel.d.ts +43 -43
  63. package/dist/es6/tabs/lib/Tabs.d.ts +167 -167
  64. package/dist/es6/tabs/lib/Tabs.js +1 -1
  65. package/dist/es6/tabs/lib/TabsItem.d.ts +4 -4
  66. package/dist/es6/tabs/lib/TabsList.d.ts +5 -5
  67. package/dist/es6/tabs/lib/TabsMenuPopper.d.ts +1 -1
  68. package/dist/es6/tabs/lib/TabsOverflowButton.d.ts +4 -4
  69. package/dist/es6/tabs/lib/TabsOverflowButton.d.ts.map +1 -1
  70. package/dist/es6/tabs/lib/TabsOverflowButton.js +1 -2
  71. package/dist/es6/tabs/lib/TabsPanel.d.ts +7 -6
  72. package/dist/es6/tabs/lib/TabsPanel.d.ts.map +1 -1
  73. package/dist/es6/tabs/lib/TabsPanel.js +10 -10
  74. package/dist/es6/tabs/lib/TabsPanels.d.ts +3 -3
  75. package/dist/es6/tabs/lib/useTabsModel.d.ts +108 -108
  76. package/layout/lib/Flex.tsx +1 -1
  77. package/layout/lib/Stack.tsx +1 -1
  78. package/menu/lib/Menu.tsx +2 -2
  79. package/package.json +5 -5
  80. package/tabs/lib/Tabs.tsx +1 -1
  81. package/tabs/lib/TabsList.tsx +1 -1
  82. package/tabs/lib/TabsOverflowButton.tsx +5 -7
  83. package/tabs/lib/TabsPanel.tsx +15 -11
@@ -62,7 +62,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
62
62
  /**
63
63
  * A list of panels. Uses `ListModel`
64
64
  */
65
- panels: import("../../collection/lib/useBaseListModel").Item<any>[];
65
+ panels: import("../../collection").Item<any>[];
66
66
  /**
67
67
  * A React.Ref of the current item index. A ref is used to allow for updating outside the normal
68
68
  * React state cycle to ensure accurate index tracking as items are registered within the same
@@ -92,7 +92,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
92
92
  indexRef: React.MutableRefObject<number>;
93
93
  nonInteractiveIds: string[];
94
94
  isVirtualized: boolean;
95
- items: import("../../collection/lib/useBaseListModel").Item<any>[];
95
+ items: import("../../collection").Item<any>[];
96
96
  }) => void) | undefined;
97
97
  onUnregisterPanel?: ((data: {
98
98
  id: string;
@@ -102,7 +102,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
102
102
  /**
103
103
  * A list of panels. Uses `ListModel`
104
104
  */
105
- panels: import("../../collection/lib/useBaseListModel").Item<any>[];
105
+ panels: import("../../collection").Item<any>[];
106
106
  /**
107
107
  * A React.Ref of the current item index. A ref is used to allow for updating outside the normal
108
108
  * React state cycle to ensure accurate index tracking as items are registered within the same
@@ -132,7 +132,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
132
132
  indexRef: React.MutableRefObject<number>;
133
133
  nonInteractiveIds: string[];
134
134
  isVirtualized: boolean;
135
- items: import("../../collection/lib/useBaseListModel").Item<any>[];
135
+ items: import("../../collection").Item<any>[];
136
136
  }) => void) | undefined;
137
137
  onSelect?: ((data: {
138
138
  id: string;
@@ -142,7 +142,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
142
142
  /**
143
143
  * A list of panels. Uses `ListModel`
144
144
  */
145
- panels: import("../../collection/lib/useBaseListModel").Item<any>[];
145
+ panels: import("../../collection").Item<any>[];
146
146
  /**
147
147
  * A React.Ref of the current item index. A ref is used to allow for updating outside the normal
148
148
  * React state cycle to ensure accurate index tracking as items are registered within the same
@@ -172,7 +172,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
172
172
  indexRef: React.MutableRefObject<number>;
173
173
  nonInteractiveIds: string[];
174
174
  isVirtualized: boolean;
175
- items: import("../../collection/lib/useBaseListModel").Item<any>[];
175
+ items: import("../../collection").Item<any>[];
176
176
  }) => void) | undefined;
177
177
  onSetContainerWidth?: ((data: {
178
178
  width?: number | undefined;
@@ -182,7 +182,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
182
182
  /**
183
183
  * A list of panels. Uses `ListModel`
184
184
  */
185
- panels: import("../../collection/lib/useBaseListModel").Item<any>[];
185
+ panels: import("../../collection").Item<any>[];
186
186
  /**
187
187
  * A React.Ref of the current item index. A ref is used to allow for updating outside the normal
188
188
  * React state cycle to ensure accurate index tracking as items are registered within the same
@@ -212,7 +212,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
212
212
  indexRef: React.MutableRefObject<number>;
213
213
  nonInteractiveIds: string[];
214
214
  isVirtualized: boolean;
215
- items: import("../../collection/lib/useBaseListModel").Item<any>[];
215
+ items: import("../../collection").Item<any>[];
216
216
  }) => void) | undefined;
217
217
  onSetOverflowTargetWidth?: ((data: {
218
218
  width: number;
@@ -222,7 +222,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
222
222
  /**
223
223
  * A list of panels. Uses `ListModel`
224
224
  */
225
- panels: import("../../collection/lib/useBaseListModel").Item<any>[];
225
+ panels: import("../../collection").Item<any>[];
226
226
  /**
227
227
  * A React.Ref of the current item index. A ref is used to allow for updating outside the normal
228
228
  * React state cycle to ensure accurate index tracking as items are registered within the same
@@ -252,7 +252,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
252
252
  indexRef: React.MutableRefObject<number>;
253
253
  nonInteractiveIds: string[];
254
254
  isVirtualized: boolean;
255
- items: import("../../collection/lib/useBaseListModel").Item<any>[];
255
+ items: import("../../collection").Item<any>[];
256
256
  }) => void) | undefined;
257
257
  onAddItemWidth?: ((data: {
258
258
  id: string;
@@ -263,7 +263,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
263
263
  /**
264
264
  * A list of panels. Uses `ListModel`
265
265
  */
266
- panels: import("../../collection/lib/useBaseListModel").Item<any>[];
266
+ panels: import("../../collection").Item<any>[];
267
267
  /**
268
268
  * A React.Ref of the current item index. A ref is used to allow for updating outside the normal
269
269
  * React state cycle to ensure accurate index tracking as items are registered within the same
@@ -293,7 +293,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
293
293
  indexRef: React.MutableRefObject<number>;
294
294
  nonInteractiveIds: string[];
295
295
  isVirtualized: boolean;
296
- items: import("../../collection/lib/useBaseListModel").Item<any>[];
296
+ items: import("../../collection").Item<any>[];
297
297
  }) => void) | undefined;
298
298
  onRemoveItemWidth?: ((data: {
299
299
  id: string;
@@ -303,7 +303,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
303
303
  /**
304
304
  * A list of panels. Uses `ListModel`
305
305
  */
306
- panels: import("../../collection/lib/useBaseListModel").Item<any>[];
306
+ panels: import("../../collection").Item<any>[];
307
307
  /**
308
308
  * A React.Ref of the current item index. A ref is used to allow for updating outside the normal
309
309
  * React state cycle to ensure accurate index tracking as items are registered within the same
@@ -333,7 +333,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
333
333
  indexRef: React.MutableRefObject<number>;
334
334
  nonInteractiveIds: string[];
335
335
  isVirtualized: boolean;
336
- items: import("../../collection/lib/useBaseListModel").Item<any>[];
336
+ items: import("../../collection").Item<any>[];
337
337
  }) => void) | undefined;
338
338
  onAddHiddenKey?: ((data: {
339
339
  id: string;
@@ -343,7 +343,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
343
343
  /**
344
344
  * A list of panels. Uses `ListModel`
345
345
  */
346
- panels: import("../../collection/lib/useBaseListModel").Item<any>[];
346
+ panels: import("../../collection").Item<any>[];
347
347
  /**
348
348
  * A React.Ref of the current item index. A ref is used to allow for updating outside the normal
349
349
  * React state cycle to ensure accurate index tracking as items are registered within the same
@@ -373,7 +373,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
373
373
  indexRef: React.MutableRefObject<number>;
374
374
  nonInteractiveIds: string[];
375
375
  isVirtualized: boolean;
376
- items: import("../../collection/lib/useBaseListModel").Item<any>[];
376
+ items: import("../../collection").Item<any>[];
377
377
  }) => void) | undefined;
378
378
  onRemoveHiddenKey?: ((data: {
379
379
  id: string;
@@ -383,7 +383,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
383
383
  /**
384
384
  * A list of panels. Uses `ListModel`
385
385
  */
386
- panels: import("../../collection/lib/useBaseListModel").Item<any>[];
386
+ panels: import("../../collection").Item<any>[];
387
387
  /**
388
388
  * A React.Ref of the current item index. A ref is used to allow for updating outside the normal
389
389
  * React state cycle to ensure accurate index tracking as items are registered within the same
@@ -413,7 +413,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
413
413
  indexRef: React.MutableRefObject<number>;
414
414
  nonInteractiveIds: string[];
415
415
  isVirtualized: boolean;
416
- items: import("../../collection/lib/useBaseListModel").Item<any>[];
416
+ items: import("../../collection").Item<any>[];
417
417
  }) => void) | undefined;
418
418
  onSelectAll?: ((data: undefined, prevState: {
419
419
  getId: (item: any) => string;
@@ -421,7 +421,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
421
421
  /**
422
422
  * A list of panels. Uses `ListModel`
423
423
  */
424
- panels: import("../../collection/lib/useBaseListModel").Item<any>[];
424
+ panels: import("../../collection").Item<any>[];
425
425
  /**
426
426
  * A React.Ref of the current item index. A ref is used to allow for updating outside the normal
427
427
  * React state cycle to ensure accurate index tracking as items are registered within the same
@@ -451,7 +451,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
451
451
  indexRef: React.MutableRefObject<number>;
452
452
  nonInteractiveIds: string[];
453
453
  isVirtualized: boolean;
454
- items: import("../../collection/lib/useBaseListModel").Item<any>[];
454
+ items: import("../../collection").Item<any>[];
455
455
  }) => void) | undefined;
456
456
  onUnselectAll?: ((data: undefined, prevState: {
457
457
  getId: (item: any) => string;
@@ -459,7 +459,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
459
459
  /**
460
460
  * A list of panels. Uses `ListModel`
461
461
  */
462
- panels: import("../../collection/lib/useBaseListModel").Item<any>[];
462
+ panels: import("../../collection").Item<any>[];
463
463
  /**
464
464
  * A React.Ref of the current item index. A ref is used to allow for updating outside the normal
465
465
  * React state cycle to ensure accurate index tracking as items are registered within the same
@@ -489,7 +489,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
489
489
  indexRef: React.MutableRefObject<number>;
490
490
  nonInteractiveIds: string[];
491
491
  isVirtualized: boolean;
492
- items: import("../../collection/lib/useBaseListModel").Item<any>[];
492
+ items: import("../../collection").Item<any>[];
493
493
  }) => void) | undefined;
494
494
  onRegisterItem?: ((data: {
495
495
  item: any;
@@ -500,7 +500,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
500
500
  /**
501
501
  * A list of panels. Uses `ListModel`
502
502
  */
503
- panels: import("../../collection/lib/useBaseListModel").Item<any>[];
503
+ panels: import("../../collection").Item<any>[];
504
504
  /**
505
505
  * A React.Ref of the current item index. A ref is used to allow for updating outside the normal
506
506
  * React state cycle to ensure accurate index tracking as items are registered within the same
@@ -530,7 +530,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
530
530
  indexRef: React.MutableRefObject<number>;
531
531
  nonInteractiveIds: string[];
532
532
  isVirtualized: boolean;
533
- items: import("../../collection/lib/useBaseListModel").Item<any>[];
533
+ items: import("../../collection").Item<any>[];
534
534
  }) => void) | undefined;
535
535
  onGoTo?: ((data: {
536
536
  id: string;
@@ -540,7 +540,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
540
540
  /**
541
541
  * A list of panels. Uses `ListModel`
542
542
  */
543
- panels: import("../../collection/lib/useBaseListModel").Item<any>[];
543
+ panels: import("../../collection").Item<any>[];
544
544
  /**
545
545
  * A React.Ref of the current item index. A ref is used to allow for updating outside the normal
546
546
  * React state cycle to ensure accurate index tracking as items are registered within the same
@@ -570,7 +570,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
570
570
  indexRef: React.MutableRefObject<number>;
571
571
  nonInteractiveIds: string[];
572
572
  isVirtualized: boolean;
573
- items: import("../../collection/lib/useBaseListModel").Item<any>[];
573
+ items: import("../../collection").Item<any>[];
574
574
  }) => void) | undefined;
575
575
  onGoToNext?: ((data: undefined, prevState: {
576
576
  getId: (item: any) => string;
@@ -578,7 +578,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
578
578
  /**
579
579
  * A list of panels. Uses `ListModel`
580
580
  */
581
- panels: import("../../collection/lib/useBaseListModel").Item<any>[];
581
+ panels: import("../../collection").Item<any>[];
582
582
  /**
583
583
  * A React.Ref of the current item index. A ref is used to allow for updating outside the normal
584
584
  * React state cycle to ensure accurate index tracking as items are registered within the same
@@ -608,7 +608,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
608
608
  indexRef: React.MutableRefObject<number>;
609
609
  nonInteractiveIds: string[];
610
610
  isVirtualized: boolean;
611
- items: import("../../collection/lib/useBaseListModel").Item<any>[];
611
+ items: import("../../collection").Item<any>[];
612
612
  }) => void) | undefined;
613
613
  onGoToPrevious?: ((data: undefined, prevState: {
614
614
  getId: (item: any) => string;
@@ -616,7 +616,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
616
616
  /**
617
617
  * A list of panels. Uses `ListModel`
618
618
  */
619
- panels: import("../../collection/lib/useBaseListModel").Item<any>[];
619
+ panels: import("../../collection").Item<any>[];
620
620
  /**
621
621
  * A React.Ref of the current item index. A ref is used to allow for updating outside the normal
622
622
  * React state cycle to ensure accurate index tracking as items are registered within the same
@@ -646,7 +646,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
646
646
  indexRef: React.MutableRefObject<number>;
647
647
  nonInteractiveIds: string[];
648
648
  isVirtualized: boolean;
649
- items: import("../../collection/lib/useBaseListModel").Item<any>[];
649
+ items: import("../../collection").Item<any>[];
650
650
  }) => void) | undefined;
651
651
  onGoToPreviousRow?: ((data: undefined, prevState: {
652
652
  getId: (item: any) => string;
@@ -654,7 +654,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
654
654
  /**
655
655
  * A list of panels. Uses `ListModel`
656
656
  */
657
- panels: import("../../collection/lib/useBaseListModel").Item<any>[];
657
+ panels: import("../../collection").Item<any>[];
658
658
  /**
659
659
  * A React.Ref of the current item index. A ref is used to allow for updating outside the normal
660
660
  * React state cycle to ensure accurate index tracking as items are registered within the same
@@ -684,7 +684,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
684
684
  indexRef: React.MutableRefObject<number>;
685
685
  nonInteractiveIds: string[];
686
686
  isVirtualized: boolean;
687
- items: import("../../collection/lib/useBaseListModel").Item<any>[];
687
+ items: import("../../collection").Item<any>[];
688
688
  }) => void) | undefined;
689
689
  onGoToNextRow?: ((data: undefined, prevState: {
690
690
  getId: (item: any) => string;
@@ -692,7 +692,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
692
692
  /**
693
693
  * A list of panels. Uses `ListModel`
694
694
  */
695
- panels: import("../../collection/lib/useBaseListModel").Item<any>[];
695
+ panels: import("../../collection").Item<any>[];
696
696
  /**
697
697
  * A React.Ref of the current item index. A ref is used to allow for updating outside the normal
698
698
  * React state cycle to ensure accurate index tracking as items are registered within the same
@@ -722,7 +722,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
722
722
  indexRef: React.MutableRefObject<number>;
723
723
  nonInteractiveIds: string[];
724
724
  isVirtualized: boolean;
725
- items: import("../../collection/lib/useBaseListModel").Item<any>[];
725
+ items: import("../../collection").Item<any>[];
726
726
  }) => void) | undefined;
727
727
  onGoToFirst?: ((data: undefined, prevState: {
728
728
  getId: (item: any) => string;
@@ -730,7 +730,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
730
730
  /**
731
731
  * A list of panels. Uses `ListModel`
732
732
  */
733
- panels: import("../../collection/lib/useBaseListModel").Item<any>[];
733
+ panels: import("../../collection").Item<any>[];
734
734
  /**
735
735
  * A React.Ref of the current item index. A ref is used to allow for updating outside the normal
736
736
  * React state cycle to ensure accurate index tracking as items are registered within the same
@@ -760,7 +760,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
760
760
  indexRef: React.MutableRefObject<number>;
761
761
  nonInteractiveIds: string[];
762
762
  isVirtualized: boolean;
763
- items: import("../../collection/lib/useBaseListModel").Item<any>[];
763
+ items: import("../../collection").Item<any>[];
764
764
  }) => void) | undefined;
765
765
  onGoToLast?: ((data: undefined, prevState: {
766
766
  getId: (item: any) => string;
@@ -768,7 +768,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
768
768
  /**
769
769
  * A list of panels. Uses `ListModel`
770
770
  */
771
- panels: import("../../collection/lib/useBaseListModel").Item<any>[];
771
+ panels: import("../../collection").Item<any>[];
772
772
  /**
773
773
  * A React.Ref of the current item index. A ref is used to allow for updating outside the normal
774
774
  * React state cycle to ensure accurate index tracking as items are registered within the same
@@ -798,7 +798,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
798
798
  indexRef: React.MutableRefObject<number>;
799
799
  nonInteractiveIds: string[];
800
800
  isVirtualized: boolean;
801
- items: import("../../collection/lib/useBaseListModel").Item<any>[];
801
+ items: import("../../collection").Item<any>[];
802
802
  }) => void) | undefined;
803
803
  onGoToFirstOfRow?: ((data: undefined, prevState: {
804
804
  getId: (item: any) => string;
@@ -806,7 +806,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
806
806
  /**
807
807
  * A list of panels. Uses `ListModel`
808
808
  */
809
- panels: import("../../collection/lib/useBaseListModel").Item<any>[];
809
+ panels: import("../../collection").Item<any>[];
810
810
  /**
811
811
  * A React.Ref of the current item index. A ref is used to allow for updating outside the normal
812
812
  * React state cycle to ensure accurate index tracking as items are registered within the same
@@ -836,7 +836,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
836
836
  indexRef: React.MutableRefObject<number>;
837
837
  nonInteractiveIds: string[];
838
838
  isVirtualized: boolean;
839
- items: import("../../collection/lib/useBaseListModel").Item<any>[];
839
+ items: import("../../collection").Item<any>[];
840
840
  }) => void) | undefined;
841
841
  onGoToLastOfRow?: ((data: undefined, prevState: {
842
842
  getId: (item: any) => string;
@@ -844,7 +844,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
844
844
  /**
845
845
  * A list of panels. Uses `ListModel`
846
846
  */
847
- panels: import("../../collection/lib/useBaseListModel").Item<any>[];
847
+ panels: import("../../collection").Item<any>[];
848
848
  /**
849
849
  * A React.Ref of the current item index. A ref is used to allow for updating outside the normal
850
850
  * React state cycle to ensure accurate index tracking as items are registered within the same
@@ -874,7 +874,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
874
874
  indexRef: React.MutableRefObject<number>;
875
875
  nonInteractiveIds: string[];
876
876
  isVirtualized: boolean;
877
- items: import("../../collection/lib/useBaseListModel").Item<any>[];
877
+ items: import("../../collection").Item<any>[];
878
878
  }) => void) | undefined;
879
879
  onGoToNextPage?: ((data: undefined, prevState: {
880
880
  getId: (item: any) => string;
@@ -882,7 +882,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
882
882
  /**
883
883
  * A list of panels. Uses `ListModel`
884
884
  */
885
- panels: import("../../collection/lib/useBaseListModel").Item<any>[];
885
+ panels: import("../../collection").Item<any>[];
886
886
  /**
887
887
  * A React.Ref of the current item index. A ref is used to allow for updating outside the normal
888
888
  * React state cycle to ensure accurate index tracking as items are registered within the same
@@ -912,7 +912,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
912
912
  indexRef: React.MutableRefObject<number>;
913
913
  nonInteractiveIds: string[];
914
914
  isVirtualized: boolean;
915
- items: import("../../collection/lib/useBaseListModel").Item<any>[];
915
+ items: import("../../collection").Item<any>[];
916
916
  }) => void) | undefined;
917
917
  onGoToPreviousPage?: ((data: undefined, prevState: {
918
918
  getId: (item: any) => string;
@@ -920,7 +920,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
920
920
  /**
921
921
  * A list of panels. Uses `ListModel`
922
922
  */
923
- panels: import("../../collection/lib/useBaseListModel").Item<any>[];
923
+ panels: import("../../collection").Item<any>[];
924
924
  /**
925
925
  * A React.Ref of the current item index. A ref is used to allow for updating outside the normal
926
926
  * React state cycle to ensure accurate index tracking as items are registered within the same
@@ -950,7 +950,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
950
950
  indexRef: React.MutableRefObject<number>;
951
951
  nonInteractiveIds: string[];
952
952
  isVirtualized: boolean;
953
- items: import("../../collection/lib/useBaseListModel").Item<any>[];
953
+ items: import("../../collection").Item<any>[];
954
954
  }) => void) | undefined;
955
955
  onUnregisterItem?: ((data: {
956
956
  id: string;
@@ -960,7 +960,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
960
960
  /**
961
961
  * A list of panels. Uses `ListModel`
962
962
  */
963
- panels: import("../../collection/lib/useBaseListModel").Item<any>[];
963
+ panels: import("../../collection").Item<any>[];
964
964
  /**
965
965
  * A React.Ref of the current item index. A ref is used to allow for updating outside the normal
966
966
  * React state cycle to ensure accurate index tracking as items are registered within the same
@@ -990,7 +990,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
990
990
  indexRef: React.MutableRefObject<number>;
991
991
  nonInteractiveIds: string[];
992
992
  isVirtualized: boolean;
993
- items: import("../../collection/lib/useBaseListModel").Item<any>[];
993
+ items: import("../../collection").Item<any>[];
994
994
  }) => void) | undefined;
995
995
  onUpdateItemHeight?: ((data: {
996
996
  value: number;
@@ -1000,7 +1000,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
1000
1000
  /**
1001
1001
  * A list of panels. Uses `ListModel`
1002
1002
  */
1003
- panels: import("../../collection/lib/useBaseListModel").Item<any>[];
1003
+ panels: import("../../collection").Item<any>[];
1004
1004
  /**
1005
1005
  * A React.Ref of the current item index. A ref is used to allow for updating outside the normal
1006
1006
  * React state cycle to ensure accurate index tracking as items are registered within the same
@@ -1030,7 +1030,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
1030
1030
  indexRef: React.MutableRefObject<number>;
1031
1031
  nonInteractiveIds: string[];
1032
1032
  isVirtualized: boolean;
1033
- items: import("../../collection/lib/useBaseListModel").Item<any>[];
1033
+ items: import("../../collection").Item<any>[];
1034
1034
  }) => void) | undefined;
1035
1035
  } & {
1036
1036
  shouldRegisterPanel?: ((data: {
@@ -1042,7 +1042,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
1042
1042
  /**
1043
1043
  * A list of panels. Uses `ListModel`
1044
1044
  */
1045
- panels: import("../../collection/lib/useBaseListModel").Item<any>[];
1045
+ panels: import("../../collection").Item<any>[];
1046
1046
  /**
1047
1047
  * A React.Ref of the current item index. A ref is used to allow for updating outside the normal
1048
1048
  * React state cycle to ensure accurate index tracking as items are registered within the same
@@ -1072,7 +1072,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
1072
1072
  indexRef: React.MutableRefObject<number>;
1073
1073
  nonInteractiveIds: string[];
1074
1074
  isVirtualized: boolean;
1075
- items: import("../../collection/lib/useBaseListModel").Item<any>[];
1075
+ items: import("../../collection").Item<any>[];
1076
1076
  }) => boolean) | undefined;
1077
1077
  shouldUnregisterPanel?: ((data: {
1078
1078
  id: string;
@@ -1082,7 +1082,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
1082
1082
  /**
1083
1083
  * A list of panels. Uses `ListModel`
1084
1084
  */
1085
- panels: import("../../collection/lib/useBaseListModel").Item<any>[];
1085
+ panels: import("../../collection").Item<any>[];
1086
1086
  /**
1087
1087
  * A React.Ref of the current item index. A ref is used to allow for updating outside the normal
1088
1088
  * React state cycle to ensure accurate index tracking as items are registered within the same
@@ -1112,7 +1112,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
1112
1112
  indexRef: React.MutableRefObject<number>;
1113
1113
  nonInteractiveIds: string[];
1114
1114
  isVirtualized: boolean;
1115
- items: import("../../collection/lib/useBaseListModel").Item<any>[];
1115
+ items: import("../../collection").Item<any>[];
1116
1116
  }) => boolean) | undefined;
1117
1117
  shouldSelect?: ((data: {
1118
1118
  id: string;
@@ -1122,7 +1122,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
1122
1122
  /**
1123
1123
  * A list of panels. Uses `ListModel`
1124
1124
  */
1125
- panels: import("../../collection/lib/useBaseListModel").Item<any>[];
1125
+ panels: import("../../collection").Item<any>[];
1126
1126
  /**
1127
1127
  * A React.Ref of the current item index. A ref is used to allow for updating outside the normal
1128
1128
  * React state cycle to ensure accurate index tracking as items are registered within the same
@@ -1152,7 +1152,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
1152
1152
  indexRef: React.MutableRefObject<number>;
1153
1153
  nonInteractiveIds: string[];
1154
1154
  isVirtualized: boolean;
1155
- items: import("../../collection/lib/useBaseListModel").Item<any>[];
1155
+ items: import("../../collection").Item<any>[];
1156
1156
  }) => boolean) | undefined;
1157
1157
  shouldSetContainerWidth?: ((data: {
1158
1158
  width?: number | undefined;
@@ -1162,7 +1162,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
1162
1162
  /**
1163
1163
  * A list of panels. Uses `ListModel`
1164
1164
  */
1165
- panels: import("../../collection/lib/useBaseListModel").Item<any>[];
1165
+ panels: import("../../collection").Item<any>[];
1166
1166
  /**
1167
1167
  * A React.Ref of the current item index. A ref is used to allow for updating outside the normal
1168
1168
  * React state cycle to ensure accurate index tracking as items are registered within the same
@@ -1192,7 +1192,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
1192
1192
  indexRef: React.MutableRefObject<number>;
1193
1193
  nonInteractiveIds: string[];
1194
1194
  isVirtualized: boolean;
1195
- items: import("../../collection/lib/useBaseListModel").Item<any>[];
1195
+ items: import("../../collection").Item<any>[];
1196
1196
  }) => boolean) | undefined;
1197
1197
  shouldSetOverflowTargetWidth?: ((data: {
1198
1198
  width: number;
@@ -1202,7 +1202,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
1202
1202
  /**
1203
1203
  * A list of panels. Uses `ListModel`
1204
1204
  */
1205
- panels: import("../../collection/lib/useBaseListModel").Item<any>[];
1205
+ panels: import("../../collection").Item<any>[];
1206
1206
  /**
1207
1207
  * A React.Ref of the current item index. A ref is used to allow for updating outside the normal
1208
1208
  * React state cycle to ensure accurate index tracking as items are registered within the same
@@ -1232,7 +1232,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
1232
1232
  indexRef: React.MutableRefObject<number>;
1233
1233
  nonInteractiveIds: string[];
1234
1234
  isVirtualized: boolean;
1235
- items: import("../../collection/lib/useBaseListModel").Item<any>[];
1235
+ items: import("../../collection").Item<any>[];
1236
1236
  }) => boolean) | undefined;
1237
1237
  shouldAddItemWidth?: ((data: {
1238
1238
  id: string;
@@ -1243,7 +1243,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
1243
1243
  /**
1244
1244
  * A list of panels. Uses `ListModel`
1245
1245
  */
1246
- panels: import("../../collection/lib/useBaseListModel").Item<any>[];
1246
+ panels: import("../../collection").Item<any>[];
1247
1247
  /**
1248
1248
  * A React.Ref of the current item index. A ref is used to allow for updating outside the normal
1249
1249
  * React state cycle to ensure accurate index tracking as items are registered within the same
@@ -1273,7 +1273,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
1273
1273
  indexRef: React.MutableRefObject<number>;
1274
1274
  nonInteractiveIds: string[];
1275
1275
  isVirtualized: boolean;
1276
- items: import("../../collection/lib/useBaseListModel").Item<any>[];
1276
+ items: import("../../collection").Item<any>[];
1277
1277
  }) => boolean) | undefined;
1278
1278
  shouldRemoveItemWidth?: ((data: {
1279
1279
  id: string;
@@ -1283,7 +1283,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
1283
1283
  /**
1284
1284
  * A list of panels. Uses `ListModel`
1285
1285
  */
1286
- panels: import("../../collection/lib/useBaseListModel").Item<any>[];
1286
+ panels: import("../../collection").Item<any>[];
1287
1287
  /**
1288
1288
  * A React.Ref of the current item index. A ref is used to allow for updating outside the normal
1289
1289
  * React state cycle to ensure accurate index tracking as items are registered within the same
@@ -1313,7 +1313,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
1313
1313
  indexRef: React.MutableRefObject<number>;
1314
1314
  nonInteractiveIds: string[];
1315
1315
  isVirtualized: boolean;
1316
- items: import("../../collection/lib/useBaseListModel").Item<any>[];
1316
+ items: import("../../collection").Item<any>[];
1317
1317
  }) => boolean) | undefined;
1318
1318
  shouldAddHiddenKey?: ((data: {
1319
1319
  id: string;
@@ -1323,7 +1323,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
1323
1323
  /**
1324
1324
  * A list of panels. Uses `ListModel`
1325
1325
  */
1326
- panels: import("../../collection/lib/useBaseListModel").Item<any>[];
1326
+ panels: import("../../collection").Item<any>[];
1327
1327
  /**
1328
1328
  * A React.Ref of the current item index. A ref is used to allow for updating outside the normal
1329
1329
  * React state cycle to ensure accurate index tracking as items are registered within the same
@@ -1353,7 +1353,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
1353
1353
  indexRef: React.MutableRefObject<number>;
1354
1354
  nonInteractiveIds: string[];
1355
1355
  isVirtualized: boolean;
1356
- items: import("../../collection/lib/useBaseListModel").Item<any>[];
1356
+ items: import("../../collection").Item<any>[];
1357
1357
  }) => boolean) | undefined;
1358
1358
  shouldRemoveHiddenKey?: ((data: {
1359
1359
  id: string;
@@ -1363,7 +1363,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
1363
1363
  /**
1364
1364
  * A list of panels. Uses `ListModel`
1365
1365
  */
1366
- panels: import("../../collection/lib/useBaseListModel").Item<any>[];
1366
+ panels: import("../../collection").Item<any>[];
1367
1367
  /**
1368
1368
  * A React.Ref of the current item index. A ref is used to allow for updating outside the normal
1369
1369
  * React state cycle to ensure accurate index tracking as items are registered within the same
@@ -1393,7 +1393,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
1393
1393
  indexRef: React.MutableRefObject<number>;
1394
1394
  nonInteractiveIds: string[];
1395
1395
  isVirtualized: boolean;
1396
- items: import("../../collection/lib/useBaseListModel").Item<any>[];
1396
+ items: import("../../collection").Item<any>[];
1397
1397
  }) => boolean) | undefined;
1398
1398
  shouldSelectAll?: ((data: undefined, state: {
1399
1399
  getId: (item: any) => string;
@@ -1401,7 +1401,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
1401
1401
  /**
1402
1402
  * A list of panels. Uses `ListModel`
1403
1403
  */
1404
- panels: import("../../collection/lib/useBaseListModel").Item<any>[];
1404
+ panels: import("../../collection").Item<any>[];
1405
1405
  /**
1406
1406
  * A React.Ref of the current item index. A ref is used to allow for updating outside the normal
1407
1407
  * React state cycle to ensure accurate index tracking as items are registered within the same
@@ -1431,7 +1431,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
1431
1431
  indexRef: React.MutableRefObject<number>;
1432
1432
  nonInteractiveIds: string[];
1433
1433
  isVirtualized: boolean;
1434
- items: import("../../collection/lib/useBaseListModel").Item<any>[];
1434
+ items: import("../../collection").Item<any>[];
1435
1435
  }) => boolean) | undefined;
1436
1436
  shouldUnselectAll?: ((data: undefined, state: {
1437
1437
  getId: (item: any) => string;
@@ -1439,7 +1439,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
1439
1439
  /**
1440
1440
  * A list of panels. Uses `ListModel`
1441
1441
  */
1442
- panels: import("../../collection/lib/useBaseListModel").Item<any>[];
1442
+ panels: import("../../collection").Item<any>[];
1443
1443
  /**
1444
1444
  * A React.Ref of the current item index. A ref is used to allow for updating outside the normal
1445
1445
  * React state cycle to ensure accurate index tracking as items are registered within the same
@@ -1469,7 +1469,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
1469
1469
  indexRef: React.MutableRefObject<number>;
1470
1470
  nonInteractiveIds: string[];
1471
1471
  isVirtualized: boolean;
1472
- items: import("../../collection/lib/useBaseListModel").Item<any>[];
1472
+ items: import("../../collection").Item<any>[];
1473
1473
  }) => boolean) | undefined;
1474
1474
  shouldRegisterItem?: ((data: {
1475
1475
  item: any;
@@ -1480,7 +1480,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
1480
1480
  /**
1481
1481
  * A list of panels. Uses `ListModel`
1482
1482
  */
1483
- panels: import("../../collection/lib/useBaseListModel").Item<any>[];
1483
+ panels: import("../../collection").Item<any>[];
1484
1484
  /**
1485
1485
  * A React.Ref of the current item index. A ref is used to allow for updating outside the normal
1486
1486
  * React state cycle to ensure accurate index tracking as items are registered within the same
@@ -1510,7 +1510,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
1510
1510
  indexRef: React.MutableRefObject<number>;
1511
1511
  nonInteractiveIds: string[];
1512
1512
  isVirtualized: boolean;
1513
- items: import("../../collection/lib/useBaseListModel").Item<any>[];
1513
+ items: import("../../collection").Item<any>[];
1514
1514
  }) => boolean) | undefined;
1515
1515
  shouldGoTo?: ((data: {
1516
1516
  id: string;
@@ -1520,7 +1520,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
1520
1520
  /**
1521
1521
  * A list of panels. Uses `ListModel`
1522
1522
  */
1523
- panels: import("../../collection/lib/useBaseListModel").Item<any>[];
1523
+ panels: import("../../collection").Item<any>[];
1524
1524
  /**
1525
1525
  * A React.Ref of the current item index. A ref is used to allow for updating outside the normal
1526
1526
  * React state cycle to ensure accurate index tracking as items are registered within the same
@@ -1550,7 +1550,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
1550
1550
  indexRef: React.MutableRefObject<number>;
1551
1551
  nonInteractiveIds: string[];
1552
1552
  isVirtualized: boolean;
1553
- items: import("../../collection/lib/useBaseListModel").Item<any>[];
1553
+ items: import("../../collection").Item<any>[];
1554
1554
  }) => boolean) | undefined;
1555
1555
  shouldGoToNext?: ((data: undefined, state: {
1556
1556
  getId: (item: any) => string;
@@ -1558,7 +1558,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
1558
1558
  /**
1559
1559
  * A list of panels. Uses `ListModel`
1560
1560
  */
1561
- panels: import("../../collection/lib/useBaseListModel").Item<any>[];
1561
+ panels: import("../../collection").Item<any>[];
1562
1562
  /**
1563
1563
  * A React.Ref of the current item index. A ref is used to allow for updating outside the normal
1564
1564
  * React state cycle to ensure accurate index tracking as items are registered within the same
@@ -1588,7 +1588,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
1588
1588
  indexRef: React.MutableRefObject<number>;
1589
1589
  nonInteractiveIds: string[];
1590
1590
  isVirtualized: boolean;
1591
- items: import("../../collection/lib/useBaseListModel").Item<any>[];
1591
+ items: import("../../collection").Item<any>[];
1592
1592
  }) => boolean) | undefined;
1593
1593
  shouldGoToPrevious?: ((data: undefined, state: {
1594
1594
  getId: (item: any) => string;
@@ -1596,7 +1596,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
1596
1596
  /**
1597
1597
  * A list of panels. Uses `ListModel`
1598
1598
  */
1599
- panels: import("../../collection/lib/useBaseListModel").Item<any>[];
1599
+ panels: import("../../collection").Item<any>[];
1600
1600
  /**
1601
1601
  * A React.Ref of the current item index. A ref is used to allow for updating outside the normal
1602
1602
  * React state cycle to ensure accurate index tracking as items are registered within the same
@@ -1626,7 +1626,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
1626
1626
  indexRef: React.MutableRefObject<number>;
1627
1627
  nonInteractiveIds: string[];
1628
1628
  isVirtualized: boolean;
1629
- items: import("../../collection/lib/useBaseListModel").Item<any>[];
1629
+ items: import("../../collection").Item<any>[];
1630
1630
  }) => boolean) | undefined;
1631
1631
  shouldGoToPreviousRow?: ((data: undefined, state: {
1632
1632
  getId: (item: any) => string;
@@ -1634,7 +1634,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
1634
1634
  /**
1635
1635
  * A list of panels. Uses `ListModel`
1636
1636
  */
1637
- panels: import("../../collection/lib/useBaseListModel").Item<any>[];
1637
+ panels: import("../../collection").Item<any>[];
1638
1638
  /**
1639
1639
  * A React.Ref of the current item index. A ref is used to allow for updating outside the normal
1640
1640
  * React state cycle to ensure accurate index tracking as items are registered within the same
@@ -1664,7 +1664,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
1664
1664
  indexRef: React.MutableRefObject<number>;
1665
1665
  nonInteractiveIds: string[];
1666
1666
  isVirtualized: boolean;
1667
- items: import("../../collection/lib/useBaseListModel").Item<any>[];
1667
+ items: import("../../collection").Item<any>[];
1668
1668
  }) => boolean) | undefined;
1669
1669
  shouldGoToNextRow?: ((data: undefined, state: {
1670
1670
  getId: (item: any) => string;
@@ -1672,7 +1672,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
1672
1672
  /**
1673
1673
  * A list of panels. Uses `ListModel`
1674
1674
  */
1675
- panels: import("../../collection/lib/useBaseListModel").Item<any>[];
1675
+ panels: import("../../collection").Item<any>[];
1676
1676
  /**
1677
1677
  * A React.Ref of the current item index. A ref is used to allow for updating outside the normal
1678
1678
  * React state cycle to ensure accurate index tracking as items are registered within the same
@@ -1702,7 +1702,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
1702
1702
  indexRef: React.MutableRefObject<number>;
1703
1703
  nonInteractiveIds: string[];
1704
1704
  isVirtualized: boolean;
1705
- items: import("../../collection/lib/useBaseListModel").Item<any>[];
1705
+ items: import("../../collection").Item<any>[];
1706
1706
  }) => boolean) | undefined;
1707
1707
  shouldGoToFirst?: ((data: undefined, state: {
1708
1708
  getId: (item: any) => string;
@@ -1710,7 +1710,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
1710
1710
  /**
1711
1711
  * A list of panels. Uses `ListModel`
1712
1712
  */
1713
- panels: import("../../collection/lib/useBaseListModel").Item<any>[];
1713
+ panels: import("../../collection").Item<any>[];
1714
1714
  /**
1715
1715
  * A React.Ref of the current item index. A ref is used to allow for updating outside the normal
1716
1716
  * React state cycle to ensure accurate index tracking as items are registered within the same
@@ -1740,7 +1740,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
1740
1740
  indexRef: React.MutableRefObject<number>;
1741
1741
  nonInteractiveIds: string[];
1742
1742
  isVirtualized: boolean;
1743
- items: import("../../collection/lib/useBaseListModel").Item<any>[];
1743
+ items: import("../../collection").Item<any>[];
1744
1744
  }) => boolean) | undefined;
1745
1745
  shouldGoToLast?: ((data: undefined, state: {
1746
1746
  getId: (item: any) => string;
@@ -1748,7 +1748,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
1748
1748
  /**
1749
1749
  * A list of panels. Uses `ListModel`
1750
1750
  */
1751
- panels: import("../../collection/lib/useBaseListModel").Item<any>[];
1751
+ panels: import("../../collection").Item<any>[];
1752
1752
  /**
1753
1753
  * A React.Ref of the current item index. A ref is used to allow for updating outside the normal
1754
1754
  * React state cycle to ensure accurate index tracking as items are registered within the same
@@ -1778,7 +1778,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
1778
1778
  indexRef: React.MutableRefObject<number>;
1779
1779
  nonInteractiveIds: string[];
1780
1780
  isVirtualized: boolean;
1781
- items: import("../../collection/lib/useBaseListModel").Item<any>[];
1781
+ items: import("../../collection").Item<any>[];
1782
1782
  }) => boolean) | undefined;
1783
1783
  shouldGoToFirstOfRow?: ((data: undefined, state: {
1784
1784
  getId: (item: any) => string;
@@ -1786,7 +1786,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
1786
1786
  /**
1787
1787
  * A list of panels. Uses `ListModel`
1788
1788
  */
1789
- panels: import("../../collection/lib/useBaseListModel").Item<any>[];
1789
+ panels: import("../../collection").Item<any>[];
1790
1790
  /**
1791
1791
  * A React.Ref of the current item index. A ref is used to allow for updating outside the normal
1792
1792
  * React state cycle to ensure accurate index tracking as items are registered within the same
@@ -1816,7 +1816,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
1816
1816
  indexRef: React.MutableRefObject<number>;
1817
1817
  nonInteractiveIds: string[];
1818
1818
  isVirtualized: boolean;
1819
- items: import("../../collection/lib/useBaseListModel").Item<any>[];
1819
+ items: import("../../collection").Item<any>[];
1820
1820
  }) => boolean) | undefined;
1821
1821
  shouldGoToLastOfRow?: ((data: undefined, state: {
1822
1822
  getId: (item: any) => string;
@@ -1824,7 +1824,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
1824
1824
  /**
1825
1825
  * A list of panels. Uses `ListModel`
1826
1826
  */
1827
- panels: import("../../collection/lib/useBaseListModel").Item<any>[];
1827
+ panels: import("../../collection").Item<any>[];
1828
1828
  /**
1829
1829
  * A React.Ref of the current item index. A ref is used to allow for updating outside the normal
1830
1830
  * React state cycle to ensure accurate index tracking as items are registered within the same
@@ -1854,7 +1854,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
1854
1854
  indexRef: React.MutableRefObject<number>;
1855
1855
  nonInteractiveIds: string[];
1856
1856
  isVirtualized: boolean;
1857
- items: import("../../collection/lib/useBaseListModel").Item<any>[];
1857
+ items: import("../../collection").Item<any>[];
1858
1858
  }) => boolean) | undefined;
1859
1859
  shouldGoToNextPage?: ((data: undefined, state: {
1860
1860
  getId: (item: any) => string;
@@ -1862,7 +1862,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
1862
1862
  /**
1863
1863
  * A list of panels. Uses `ListModel`
1864
1864
  */
1865
- panels: import("../../collection/lib/useBaseListModel").Item<any>[];
1865
+ panels: import("../../collection").Item<any>[];
1866
1866
  /**
1867
1867
  * A React.Ref of the current item index. A ref is used to allow for updating outside the normal
1868
1868
  * React state cycle to ensure accurate index tracking as items are registered within the same
@@ -1892,7 +1892,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
1892
1892
  indexRef: React.MutableRefObject<number>;
1893
1893
  nonInteractiveIds: string[];
1894
1894
  isVirtualized: boolean;
1895
- items: import("../../collection/lib/useBaseListModel").Item<any>[];
1895
+ items: import("../../collection").Item<any>[];
1896
1896
  }) => boolean) | undefined;
1897
1897
  shouldGoToPreviousPage?: ((data: undefined, state: {
1898
1898
  getId: (item: any) => string;
@@ -1900,7 +1900,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
1900
1900
  /**
1901
1901
  * A list of panels. Uses `ListModel`
1902
1902
  */
1903
- panels: import("../../collection/lib/useBaseListModel").Item<any>[];
1903
+ panels: import("../../collection").Item<any>[];
1904
1904
  /**
1905
1905
  * A React.Ref of the current item index. A ref is used to allow for updating outside the normal
1906
1906
  * React state cycle to ensure accurate index tracking as items are registered within the same
@@ -1930,7 +1930,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
1930
1930
  indexRef: React.MutableRefObject<number>;
1931
1931
  nonInteractiveIds: string[];
1932
1932
  isVirtualized: boolean;
1933
- items: import("../../collection/lib/useBaseListModel").Item<any>[];
1933
+ items: import("../../collection").Item<any>[];
1934
1934
  }) => boolean) | undefined;
1935
1935
  shouldUnregisterItem?: ((data: {
1936
1936
  id: string;
@@ -1940,7 +1940,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
1940
1940
  /**
1941
1941
  * A list of panels. Uses `ListModel`
1942
1942
  */
1943
- panels: import("../../collection/lib/useBaseListModel").Item<any>[];
1943
+ panels: import("../../collection").Item<any>[];
1944
1944
  /**
1945
1945
  * A React.Ref of the current item index. A ref is used to allow for updating outside the normal
1946
1946
  * React state cycle to ensure accurate index tracking as items are registered within the same
@@ -1970,7 +1970,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
1970
1970
  indexRef: React.MutableRefObject<number>;
1971
1971
  nonInteractiveIds: string[];
1972
1972
  isVirtualized: boolean;
1973
- items: import("../../collection/lib/useBaseListModel").Item<any>[];
1973
+ items: import("../../collection").Item<any>[];
1974
1974
  }) => boolean) | undefined;
1975
1975
  shouldUpdateItemHeight?: ((data: {
1976
1976
  value: number;
@@ -1980,7 +1980,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
1980
1980
  /**
1981
1981
  * A list of panels. Uses `ListModel`
1982
1982
  */
1983
- panels: import("../../collection/lib/useBaseListModel").Item<any>[];
1983
+ panels: import("../../collection").Item<any>[];
1984
1984
  /**
1985
1985
  * A React.Ref of the current item index. A ref is used to allow for updating outside the normal
1986
1986
  * React state cycle to ensure accurate index tracking as items are registered within the same
@@ -2010,7 +2010,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
2010
2010
  indexRef: React.MutableRefObject<number>;
2011
2011
  nonInteractiveIds: string[];
2012
2012
  isVirtualized: boolean;
2013
- items: import("../../collection/lib/useBaseListModel").Item<any>[];
2013
+ items: import("../../collection").Item<any>[];
2014
2014
  }) => boolean) | undefined;
2015
2015
  }) | undefined) => {
2016
2016
  state: {
@@ -2019,7 +2019,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
2019
2019
  /**
2020
2020
  * A list of panels. Uses `ListModel`
2021
2021
  */
2022
- panels: import("../../collection/lib/useBaseListModel").Item<any>[];
2022
+ panels: import("../../collection").Item<any>[];
2023
2023
  /**
2024
2024
  * A React.Ref of the current item index. A ref is used to allow for updating outside the normal
2025
2025
  * React state cycle to ensure accurate index tracking as items are registered within the same
@@ -2049,7 +2049,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
2049
2049
  indexRef: React.MutableRefObject<number>;
2050
2050
  nonInteractiveIds: string[];
2051
2051
  isVirtualized: boolean;
2052
- items: import("../../collection/lib/useBaseListModel").Item<any>[];
2052
+ items: import("../../collection").Item<any>[];
2053
2053
  };
2054
2054
  events: {
2055
2055
  /**
@@ -2139,7 +2139,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
2139
2139
  indexRef: React.MutableRefObject<number>;
2140
2140
  nonInteractiveIds: string[];
2141
2141
  isVirtualized: boolean;
2142
- items: import("../../collection/lib/useBaseListModel").Item<any>[];
2142
+ items: import("../../collection").Item<any>[];
2143
2143
  mode: "multiple" | "single";
2144
2144
  };
2145
2145
  events: {
@@ -2247,7 +2247,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
2247
2247
  /**
2248
2248
  * A list of panels. Uses `ListModel`
2249
2249
  */
2250
- panels: import("../../collection/lib/useBaseListModel").Item<any>[];
2250
+ panels: import("../../collection").Item<any>[];
2251
2251
  /**
2252
2252
  * A React.Ref of the current item index. A ref is used to allow for updating outside the normal
2253
2253
  * React state cycle to ensure accurate index tracking as items are registered within the same
@@ -2277,7 +2277,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
2277
2277
  indexRef: React.MutableRefObject<number>;
2278
2278
  nonInteractiveIds: string[];
2279
2279
  isVirtualized: boolean;
2280
- items: import("../../collection/lib/useBaseListModel").Item<any>[];
2280
+ items: import("../../collection").Item<any>[];
2281
2281
  }, {
2282
2282
  /**
2283
2283
  * This event registers panels with state.panels. Called when a panel is mounted.
@@ -2346,7 +2346,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
2346
2346
  /**
2347
2347
  * A list of panels. Uses `ListModel`
2348
2348
  */
2349
- panels: import("../../collection/lib/useBaseListModel").Item<any>[];
2349
+ panels: import("../../collection").Item<any>[];
2350
2350
  /**
2351
2351
  * A React.Ref of the current item index. A ref is used to allow for updating outside the normal
2352
2352
  * React state cycle to ensure accurate index tracking as items are registered within the same
@@ -2376,7 +2376,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
2376
2376
  indexRef: React.MutableRefObject<number>;
2377
2377
  nonInteractiveIds: string[];
2378
2378
  isVirtualized: boolean;
2379
- items: import("../../collection/lib/useBaseListModel").Item<any>[];
2379
+ items: import("../../collection").Item<any>[];
2380
2380
  };
2381
2381
  events: {
2382
2382
  /**
@@ -2466,7 +2466,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
2466
2466
  indexRef: React.MutableRefObject<number>;
2467
2467
  nonInteractiveIds: string[];
2468
2468
  isVirtualized: boolean;
2469
- items: import("../../collection/lib/useBaseListModel").Item<any>[];
2469
+ items: import("../../collection").Item<any>[];
2470
2470
  mode: "multiple" | "single";
2471
2471
  };
2472
2472
  events: {