@workday/canvas-kit-react 7.0.0-alpha.97-next.23 → 7.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (134) hide show
  1. package/action-bar/index.ts +1 -0
  2. package/action-bar/lib/ActionBar.tsx +33 -31
  3. package/action-bar/lib/ActionBarItem.tsx +41 -0
  4. package/action-bar/lib/ActionBarList.tsx +70 -0
  5. package/action-bar/lib/ActionBarOverflowButton.tsx +36 -0
  6. package/action-bar/lib/useActionBarModel.tsx +91 -0
  7. package/avatar/lib/Avatar.tsx +4 -0
  8. package/button/index.ts +1 -0
  9. package/button/lib/ExternalHyperlink.tsx +59 -0
  10. package/button/lib/TertiaryButton.tsx +1 -0
  11. package/collection/lib/useListItemRovingFocus.tsx +4 -2
  12. package/collection/lib/useListRenderItem.tsx +3 -3
  13. package/common/lib/parts/_brand-assets.ts +1 -1
  14. package/common/lib/utils/elements.ts +5 -1
  15. package/dist/commonjs/action-bar/index.d.ts +1 -0
  16. package/dist/commonjs/action-bar/index.d.ts.map +1 -1
  17. package/dist/commonjs/action-bar/index.js +1 -0
  18. package/dist/commonjs/action-bar/lib/ActionBar.d.ts +3495 -5
  19. package/dist/commonjs/action-bar/lib/ActionBar.d.ts.map +1 -1
  20. package/dist/commonjs/action-bar/lib/ActionBar.js +28 -27
  21. package/dist/commonjs/action-bar/lib/ActionBarItem.d.ts +215 -0
  22. package/dist/commonjs/action-bar/lib/ActionBarItem.d.ts.map +1 -0
  23. package/dist/commonjs/action-bar/lib/ActionBarItem.js +46 -0
  24. package/dist/commonjs/action-bar/lib/ActionBarList.d.ts +221 -0
  25. package/dist/commonjs/action-bar/lib/ActionBarList.d.ts.map +1 -0
  26. package/dist/commonjs/action-bar/lib/ActionBarList.js +74 -0
  27. package/dist/commonjs/action-bar/lib/ActionBarOverflowButton.d.ts +230 -0
  28. package/dist/commonjs/action-bar/lib/ActionBarOverflowButton.d.ts.map +1 -0
  29. package/dist/commonjs/action-bar/lib/ActionBarOverflowButton.js +57 -0
  30. package/dist/commonjs/action-bar/lib/useActionBarModel.d.ts +1659 -0
  31. package/dist/commonjs/action-bar/lib/useActionBarModel.d.ts.map +1 -0
  32. package/dist/commonjs/action-bar/lib/useActionBarModel.js +77 -0
  33. package/dist/commonjs/avatar/lib/Avatar.d.ts.map +1 -1
  34. package/dist/commonjs/avatar/lib/Avatar.js +3 -0
  35. package/dist/commonjs/button/index.d.ts +1 -0
  36. package/dist/commonjs/button/index.d.ts.map +1 -1
  37. package/dist/commonjs/button/index.js +3 -1
  38. package/dist/commonjs/button/lib/ExternalHyperlink.d.ts +11 -0
  39. package/dist/commonjs/button/lib/ExternalHyperlink.d.ts.map +1 -0
  40. package/dist/commonjs/button/lib/ExternalHyperlink.js +48 -0
  41. package/dist/commonjs/button/lib/TertiaryButton.d.ts.map +1 -1
  42. package/dist/commonjs/button/lib/TertiaryButton.js +1 -0
  43. package/dist/commonjs/collection/lib/useListItemRovingFocus.d.ts +1 -1
  44. package/dist/commonjs/collection/lib/useListItemRovingFocus.d.ts.map +1 -1
  45. package/dist/commonjs/collection/lib/useListItemRovingFocus.js +2 -2
  46. package/dist/commonjs/collection/lib/useListRenderItem.d.ts +1 -1
  47. package/dist/commonjs/collection/lib/useListRenderItem.d.ts.map +1 -1
  48. package/dist/commonjs/collection/lib/useListRenderItem.js +2 -2
  49. package/dist/commonjs/common/lib/parts/_brand-assets.js +1 -1
  50. package/dist/commonjs/common/lib/utils/elements.d.ts +2 -2
  51. package/dist/commonjs/common/lib/utils/elements.d.ts.map +1 -1
  52. package/dist/commonjs/common/lib/utils/elements.js +4 -1
  53. package/dist/commonjs/form-field/lib/Label.d.ts.map +1 -1
  54. package/dist/commonjs/form-field/lib/Label.js +3 -7
  55. package/dist/commonjs/icon/lib/Icon.d.ts +1 -1
  56. package/dist/commonjs/icon/lib/Icon.d.ts.map +1 -1
  57. package/dist/commonjs/icon/lib/Icon.js +2 -4
  58. package/dist/commonjs/icon/lib/SystemIcon.d.ts +1 -1
  59. package/dist/commonjs/icon/lib/SystemIcon.d.ts.map +1 -1
  60. package/dist/commonjs/popup/lib/hooks/useDisableBodyScroll.d.ts.map +1 -1
  61. package/dist/commonjs/popup/lib/hooks/useDisableBodyScroll.js +2 -0
  62. package/dist/commonjs/popup/lib/hooks/usePopupTarget.js +1 -1
  63. package/dist/commonjs/table/lib/TableRow.d.ts +4 -4
  64. package/dist/commonjs/table/lib/TableRow.d.ts.map +1 -1
  65. package/dist/commonjs/table/lib/TableRow.js +12 -26
  66. package/dist/commonjs/tabs/lib/Tabs.d.ts.map +1 -1
  67. package/dist/commonjs/tabs/lib/Tabs.js +1 -2
  68. package/dist/commonjs/tabs/lib/TabsItem.d.ts +1 -1
  69. package/dist/commonjs/tabs/lib/TabsItem.d.ts.map +1 -1
  70. package/dist/commonjs/tabs/lib/TabsItem.js +1 -0
  71. package/dist/es6/action-bar/index.d.ts +1 -0
  72. package/dist/es6/action-bar/index.d.ts.map +1 -1
  73. package/dist/es6/action-bar/index.js +1 -0
  74. package/dist/es6/action-bar/lib/ActionBar.d.ts +3495 -5
  75. package/dist/es6/action-bar/lib/ActionBar.d.ts.map +1 -1
  76. package/dist/es6/action-bar/lib/ActionBar.js +29 -28
  77. package/dist/es6/action-bar/lib/ActionBarItem.d.ts +215 -0
  78. package/dist/es6/action-bar/lib/ActionBarItem.d.ts.map +1 -0
  79. package/dist/es6/action-bar/lib/ActionBarItem.js +24 -0
  80. package/dist/es6/action-bar/lib/ActionBarList.d.ts +221 -0
  81. package/dist/es6/action-bar/lib/ActionBarList.d.ts.map +1 -0
  82. package/dist/es6/action-bar/lib/ActionBarList.js +52 -0
  83. package/dist/es6/action-bar/lib/ActionBarOverflowButton.d.ts +230 -0
  84. package/dist/es6/action-bar/lib/ActionBarOverflowButton.d.ts.map +1 -0
  85. package/dist/es6/action-bar/lib/ActionBarOverflowButton.js +32 -0
  86. package/dist/es6/action-bar/lib/useActionBarModel.d.ts +1659 -0
  87. package/dist/es6/action-bar/lib/useActionBarModel.d.ts.map +1 -0
  88. package/dist/es6/action-bar/lib/useActionBarModel.js +71 -0
  89. package/dist/es6/avatar/lib/Avatar.d.ts.map +1 -1
  90. package/dist/es6/avatar/lib/Avatar.js +3 -0
  91. package/dist/es6/button/index.d.ts +1 -0
  92. package/dist/es6/button/index.d.ts.map +1 -1
  93. package/dist/es6/button/index.js +1 -0
  94. package/dist/es6/button/lib/ExternalHyperlink.d.ts +11 -0
  95. package/dist/es6/button/lib/ExternalHyperlink.d.ts.map +1 -0
  96. package/dist/es6/button/lib/ExternalHyperlink.js +42 -0
  97. package/dist/es6/button/lib/TertiaryButton.d.ts.map +1 -1
  98. package/dist/es6/button/lib/TertiaryButton.js +1 -0
  99. package/dist/es6/collection/lib/useListItemRovingFocus.d.ts +1 -1
  100. package/dist/es6/collection/lib/useListItemRovingFocus.d.ts.map +1 -1
  101. package/dist/es6/collection/lib/useListItemRovingFocus.js +2 -2
  102. package/dist/es6/collection/lib/useListRenderItem.d.ts +1 -1
  103. package/dist/es6/collection/lib/useListRenderItem.d.ts.map +1 -1
  104. package/dist/es6/collection/lib/useListRenderItem.js +2 -2
  105. package/dist/es6/common/lib/parts/_brand-assets.js +1 -1
  106. package/dist/es6/common/lib/utils/elements.d.ts +2 -2
  107. package/dist/es6/common/lib/utils/elements.d.ts.map +1 -1
  108. package/dist/es6/common/lib/utils/elements.js +4 -1
  109. package/dist/es6/form-field/lib/Label.d.ts.map +1 -1
  110. package/dist/es6/form-field/lib/Label.js +1 -2
  111. package/dist/es6/icon/lib/Icon.d.ts +1 -1
  112. package/dist/es6/icon/lib/Icon.d.ts.map +1 -1
  113. package/dist/es6/icon/lib/Icon.js +2 -4
  114. package/dist/es6/icon/lib/SystemIcon.d.ts +1 -1
  115. package/dist/es6/icon/lib/SystemIcon.d.ts.map +1 -1
  116. package/dist/es6/popup/lib/hooks/useDisableBodyScroll.d.ts.map +1 -1
  117. package/dist/es6/popup/lib/hooks/useDisableBodyScroll.js +2 -0
  118. package/dist/es6/popup/lib/hooks/usePopupTarget.js +1 -1
  119. package/dist/es6/table/lib/TableRow.d.ts +4 -4
  120. package/dist/es6/table/lib/TableRow.d.ts.map +1 -1
  121. package/dist/es6/table/lib/TableRow.js +12 -26
  122. package/dist/es6/tabs/lib/Tabs.d.ts.map +1 -1
  123. package/dist/es6/tabs/lib/Tabs.js +1 -2
  124. package/dist/es6/tabs/lib/TabsItem.d.ts.map +1 -1
  125. package/dist/es6/tabs/lib/TabsItem.js +1 -0
  126. package/form-field/lib/Label.tsx +1 -2
  127. package/icon/lib/Icon.tsx +2 -1
  128. package/icon/lib/SystemIcon.tsx +1 -1
  129. package/package.json +5 -5
  130. package/popup/lib/hooks/useDisableBodyScroll.ts +2 -0
  131. package/popup/lib/hooks/usePopupTarget.ts +1 -1
  132. package/table/lib/TableRow.tsx +18 -11
  133. package/tabs/lib/Tabs.tsx +1 -5
  134. package/tabs/lib/TabsItem.tsx +1 -0
@@ -1,7 +1,3497 @@
1
- import { HStackProps, StackSpacing } from '@workday/canvas-kit-react/layout';
2
- interface ActionBarProps extends Omit<HStackProps, 'spacing'> {
3
- spacing?: StackSpacing;
1
+ import * as React from 'react';
2
+ export interface ActionBarProps {
3
+ /**
4
+ * The contents of the ActionBar. Can be `ActionBar` children or any valid elements.
5
+ */
6
+ children: React.ReactNode;
4
7
  }
5
- export declare const ActionBar: import("../../common").ElementComponent<"div", ActionBarProps>;
6
- export {};
8
+ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps & Partial<{
9
+ id: string;
10
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
11
+ menuConfig: Partial<{
12
+ mode: "multiple" | "single";
13
+ returnFocusRef: React.RefObject<any> | undefined;
14
+ initialFocusRef: React.RefObject<any> | undefined;
15
+ id: string;
16
+ initialVisibility: import("../..").Visibility;
17
+ initialSelectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
18
+ initialUnselectedIds: string[];
19
+ selection: import("../../collection/lib/useSelectionListModel").SelectionManager;
20
+ initialCursorId: string;
21
+ columnCount: number;
22
+ navigation: import("../../collection/lib/useCursorListModel").NavigationManager;
23
+ getId: (item: any) => string;
24
+ getTextValue: (item: any) => string;
25
+ nonInteractiveIds: string[];
26
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
27
+ defaultItemHeight: number;
28
+ shouldVirtualize: boolean;
29
+ items: any[];
30
+ }>;
31
+ initialHiddenIds: string[];
32
+ containerWidth: number;
33
+ initialSelectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
34
+ initialUnselectedIds: string[];
35
+ selection: import("../../collection/lib/useSelectionListModel").SelectionManager;
36
+ initialCursorId: string;
37
+ columnCount: number;
38
+ navigation: import("../../collection/lib/useCursorListModel").NavigationManager;
39
+ getId: (item: any) => string;
40
+ getTextValue: (item: any) => string;
41
+ nonInteractiveIds: string[];
42
+ defaultItemHeight: number;
43
+ shouldVirtualize: boolean;
44
+ items: any[];
45
+ }> & {
46
+ onSelect?: ((data: {
47
+ id: string;
48
+ }, prevState: {
49
+ hiddenIds: string[];
50
+ nonInteractiveIds: string[];
51
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
52
+ itemWidthCache: Record<string, number>;
53
+ containerWidth: number;
54
+ overflowTargetWidth: number;
55
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
56
+ unselectedIds: string[];
57
+ cursorId: string;
58
+ columnCount: number;
59
+ UNSTABLE_virtual: {
60
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
61
+ totalSize: number;
62
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
63
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
64
+ measure: () => void;
65
+ };
66
+ UNSTABLE_defaultItemHeight: number;
67
+ containerRef: React.RefObject<HTMLDivElement>;
68
+ id: string;
69
+ indexRef: React.MutableRefObject<number>;
70
+ isVirtualized: boolean;
71
+ items: import("../..").Item<any>[];
72
+ }) => void) | undefined;
73
+ onSetContainerWidth?: ((data: {
74
+ width?: number | undefined;
75
+ }, prevState: {
76
+ hiddenIds: string[];
77
+ nonInteractiveIds: string[];
78
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
79
+ itemWidthCache: Record<string, number>;
80
+ containerWidth: number;
81
+ overflowTargetWidth: number;
82
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
83
+ unselectedIds: string[];
84
+ cursorId: string;
85
+ columnCount: number;
86
+ UNSTABLE_virtual: {
87
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
88
+ totalSize: number;
89
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
90
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
91
+ measure: () => void;
92
+ };
93
+ UNSTABLE_defaultItemHeight: number;
94
+ containerRef: React.RefObject<HTMLDivElement>;
95
+ id: string;
96
+ indexRef: React.MutableRefObject<number>;
97
+ isVirtualized: boolean;
98
+ items: import("../..").Item<any>[];
99
+ }) => void) | undefined;
100
+ onSetOverflowTargetWidth?: ((data: {
101
+ width: number;
102
+ }, prevState: {
103
+ hiddenIds: string[];
104
+ nonInteractiveIds: string[];
105
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
106
+ itemWidthCache: Record<string, number>;
107
+ containerWidth: number;
108
+ overflowTargetWidth: number;
109
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
110
+ unselectedIds: string[];
111
+ cursorId: string;
112
+ columnCount: number;
113
+ UNSTABLE_virtual: {
114
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
115
+ totalSize: number;
116
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
117
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
118
+ measure: () => void;
119
+ };
120
+ UNSTABLE_defaultItemHeight: number;
121
+ containerRef: React.RefObject<HTMLDivElement>;
122
+ id: string;
123
+ indexRef: React.MutableRefObject<number>;
124
+ isVirtualized: boolean;
125
+ items: import("../..").Item<any>[];
126
+ }) => void) | undefined;
127
+ onAddItemWidth?: ((data: {
128
+ id: string;
129
+ width: number;
130
+ }, prevState: {
131
+ hiddenIds: string[];
132
+ nonInteractiveIds: string[];
133
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
134
+ itemWidthCache: Record<string, number>;
135
+ containerWidth: number;
136
+ overflowTargetWidth: number;
137
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
138
+ unselectedIds: string[];
139
+ cursorId: string;
140
+ columnCount: number;
141
+ UNSTABLE_virtual: {
142
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
143
+ totalSize: number;
144
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
145
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
146
+ measure: () => void;
147
+ };
148
+ UNSTABLE_defaultItemHeight: number;
149
+ containerRef: React.RefObject<HTMLDivElement>;
150
+ id: string;
151
+ indexRef: React.MutableRefObject<number>;
152
+ isVirtualized: boolean;
153
+ items: import("../..").Item<any>[];
154
+ }) => void) | undefined;
155
+ onRemoveItemWidth?: ((data: {
156
+ id: string;
157
+ }, prevState: {
158
+ hiddenIds: string[];
159
+ nonInteractiveIds: string[];
160
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
161
+ itemWidthCache: Record<string, number>;
162
+ containerWidth: number;
163
+ overflowTargetWidth: number;
164
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
165
+ unselectedIds: string[];
166
+ cursorId: string;
167
+ columnCount: number;
168
+ UNSTABLE_virtual: {
169
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
170
+ totalSize: number;
171
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
172
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
173
+ measure: () => void;
174
+ };
175
+ UNSTABLE_defaultItemHeight: number;
176
+ containerRef: React.RefObject<HTMLDivElement>;
177
+ id: string;
178
+ indexRef: React.MutableRefObject<number>;
179
+ isVirtualized: boolean;
180
+ items: import("../..").Item<any>[];
181
+ }) => void) | undefined;
182
+ onAddHiddenKey?: ((data: {
183
+ id: string;
184
+ }, prevState: {
185
+ hiddenIds: string[];
186
+ nonInteractiveIds: string[];
187
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
188
+ itemWidthCache: Record<string, number>;
189
+ containerWidth: number;
190
+ overflowTargetWidth: number;
191
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
192
+ unselectedIds: string[];
193
+ cursorId: string;
194
+ columnCount: number;
195
+ UNSTABLE_virtual: {
196
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
197
+ totalSize: number;
198
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
199
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
200
+ measure: () => void;
201
+ };
202
+ UNSTABLE_defaultItemHeight: number;
203
+ containerRef: React.RefObject<HTMLDivElement>;
204
+ id: string;
205
+ indexRef: React.MutableRefObject<number>;
206
+ isVirtualized: boolean;
207
+ items: import("../..").Item<any>[];
208
+ }) => void) | undefined;
209
+ onRemoveHiddenKey?: ((data: {
210
+ id: string;
211
+ }, prevState: {
212
+ hiddenIds: string[];
213
+ nonInteractiveIds: string[];
214
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
215
+ itemWidthCache: Record<string, number>;
216
+ containerWidth: number;
217
+ overflowTargetWidth: number;
218
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
219
+ unselectedIds: string[];
220
+ cursorId: string;
221
+ columnCount: number;
222
+ UNSTABLE_virtual: {
223
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
224
+ totalSize: number;
225
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
226
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
227
+ measure: () => void;
228
+ };
229
+ UNSTABLE_defaultItemHeight: number;
230
+ containerRef: React.RefObject<HTMLDivElement>;
231
+ id: string;
232
+ indexRef: React.MutableRefObject<number>;
233
+ isVirtualized: boolean;
234
+ items: import("../..").Item<any>[];
235
+ }) => void) | undefined;
236
+ onSelectAll?: ((data: undefined, prevState: {
237
+ hiddenIds: string[];
238
+ nonInteractiveIds: string[];
239
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
240
+ itemWidthCache: Record<string, number>;
241
+ containerWidth: number;
242
+ overflowTargetWidth: number;
243
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
244
+ unselectedIds: string[];
245
+ cursorId: string;
246
+ columnCount: number;
247
+ UNSTABLE_virtual: {
248
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
249
+ totalSize: number;
250
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
251
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
252
+ measure: () => void;
253
+ };
254
+ UNSTABLE_defaultItemHeight: number;
255
+ containerRef: React.RefObject<HTMLDivElement>;
256
+ id: string;
257
+ indexRef: React.MutableRefObject<number>;
258
+ isVirtualized: boolean;
259
+ items: import("../..").Item<any>[];
260
+ }) => void) | undefined;
261
+ onUnselectAll?: ((data: undefined, prevState: {
262
+ hiddenIds: string[];
263
+ nonInteractiveIds: string[];
264
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
265
+ itemWidthCache: Record<string, number>;
266
+ containerWidth: number;
267
+ overflowTargetWidth: number;
268
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
269
+ unselectedIds: string[];
270
+ cursorId: string;
271
+ columnCount: number;
272
+ UNSTABLE_virtual: {
273
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
274
+ totalSize: number;
275
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
276
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
277
+ measure: () => void;
278
+ };
279
+ UNSTABLE_defaultItemHeight: number;
280
+ containerRef: React.RefObject<HTMLDivElement>;
281
+ id: string;
282
+ indexRef: React.MutableRefObject<number>;
283
+ isVirtualized: boolean;
284
+ items: import("../..").Item<any>[];
285
+ }) => void) | undefined;
286
+ onRegisterItem?: ((data: {
287
+ item: any;
288
+ textValue: string;
289
+ }, prevState: {
290
+ hiddenIds: string[];
291
+ nonInteractiveIds: string[];
292
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
293
+ itemWidthCache: Record<string, number>;
294
+ containerWidth: number;
295
+ overflowTargetWidth: number;
296
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
297
+ unselectedIds: string[];
298
+ cursorId: string;
299
+ columnCount: number;
300
+ UNSTABLE_virtual: {
301
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
302
+ totalSize: number;
303
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
304
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
305
+ measure: () => void;
306
+ };
307
+ UNSTABLE_defaultItemHeight: number;
308
+ containerRef: React.RefObject<HTMLDivElement>;
309
+ id: string;
310
+ indexRef: React.MutableRefObject<number>;
311
+ isVirtualized: boolean;
312
+ items: import("../..").Item<any>[];
313
+ }) => void) | undefined;
314
+ onGoTo?: ((data: {
315
+ id: string;
316
+ }, prevState: {
317
+ hiddenIds: string[];
318
+ nonInteractiveIds: string[];
319
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
320
+ itemWidthCache: Record<string, number>;
321
+ containerWidth: number;
322
+ overflowTargetWidth: number;
323
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
324
+ unselectedIds: string[];
325
+ cursorId: string;
326
+ columnCount: number;
327
+ UNSTABLE_virtual: {
328
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
329
+ totalSize: number;
330
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
331
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
332
+ measure: () => void;
333
+ };
334
+ UNSTABLE_defaultItemHeight: number;
335
+ containerRef: React.RefObject<HTMLDivElement>;
336
+ id: string;
337
+ indexRef: React.MutableRefObject<number>;
338
+ isVirtualized: boolean;
339
+ items: import("../..").Item<any>[];
340
+ }) => void) | undefined;
341
+ onGoToNext?: ((data: undefined, prevState: {
342
+ hiddenIds: string[];
343
+ nonInteractiveIds: string[];
344
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
345
+ itemWidthCache: Record<string, number>;
346
+ containerWidth: number;
347
+ overflowTargetWidth: number;
348
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
349
+ unselectedIds: string[];
350
+ cursorId: string;
351
+ columnCount: number;
352
+ UNSTABLE_virtual: {
353
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
354
+ totalSize: number;
355
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
356
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
357
+ measure: () => void;
358
+ };
359
+ UNSTABLE_defaultItemHeight: number;
360
+ containerRef: React.RefObject<HTMLDivElement>;
361
+ id: string;
362
+ indexRef: React.MutableRefObject<number>;
363
+ isVirtualized: boolean;
364
+ items: import("../..").Item<any>[];
365
+ }) => void) | undefined;
366
+ onGoToPrevious?: ((data: undefined, prevState: {
367
+ hiddenIds: string[];
368
+ nonInteractiveIds: string[];
369
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
370
+ itemWidthCache: Record<string, number>;
371
+ containerWidth: number;
372
+ overflowTargetWidth: number;
373
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
374
+ unselectedIds: string[];
375
+ cursorId: string;
376
+ columnCount: number;
377
+ UNSTABLE_virtual: {
378
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
379
+ totalSize: number;
380
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
381
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
382
+ measure: () => void;
383
+ };
384
+ UNSTABLE_defaultItemHeight: number;
385
+ containerRef: React.RefObject<HTMLDivElement>;
386
+ id: string;
387
+ indexRef: React.MutableRefObject<number>;
388
+ isVirtualized: boolean;
389
+ items: import("../..").Item<any>[];
390
+ }) => void) | undefined;
391
+ onGoToPreviousRow?: ((data: undefined, prevState: {
392
+ hiddenIds: string[];
393
+ nonInteractiveIds: string[];
394
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
395
+ itemWidthCache: Record<string, number>;
396
+ containerWidth: number;
397
+ overflowTargetWidth: number;
398
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
399
+ unselectedIds: string[];
400
+ cursorId: string;
401
+ columnCount: number;
402
+ UNSTABLE_virtual: {
403
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
404
+ totalSize: number;
405
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
406
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
407
+ measure: () => void;
408
+ };
409
+ UNSTABLE_defaultItemHeight: number;
410
+ containerRef: React.RefObject<HTMLDivElement>;
411
+ id: string;
412
+ indexRef: React.MutableRefObject<number>;
413
+ isVirtualized: boolean;
414
+ items: import("../..").Item<any>[];
415
+ }) => void) | undefined;
416
+ onGoToNextRow?: ((data: undefined, prevState: {
417
+ hiddenIds: string[];
418
+ nonInteractiveIds: string[];
419
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
420
+ itemWidthCache: Record<string, number>;
421
+ containerWidth: number;
422
+ overflowTargetWidth: number;
423
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
424
+ unselectedIds: string[];
425
+ cursorId: string;
426
+ columnCount: number;
427
+ UNSTABLE_virtual: {
428
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
429
+ totalSize: number;
430
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
431
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
432
+ measure: () => void;
433
+ };
434
+ UNSTABLE_defaultItemHeight: number;
435
+ containerRef: React.RefObject<HTMLDivElement>;
436
+ id: string;
437
+ indexRef: React.MutableRefObject<number>;
438
+ isVirtualized: boolean;
439
+ items: import("../..").Item<any>[];
440
+ }) => void) | undefined;
441
+ onGoToFirst?: ((data: undefined, prevState: {
442
+ hiddenIds: string[];
443
+ nonInteractiveIds: string[];
444
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
445
+ itemWidthCache: Record<string, number>;
446
+ containerWidth: number;
447
+ overflowTargetWidth: number;
448
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
449
+ unselectedIds: string[];
450
+ cursorId: string;
451
+ columnCount: number;
452
+ UNSTABLE_virtual: {
453
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
454
+ totalSize: number;
455
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
456
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
457
+ measure: () => void;
458
+ };
459
+ UNSTABLE_defaultItemHeight: number;
460
+ containerRef: React.RefObject<HTMLDivElement>;
461
+ id: string;
462
+ indexRef: React.MutableRefObject<number>;
463
+ isVirtualized: boolean;
464
+ items: import("../..").Item<any>[];
465
+ }) => void) | undefined;
466
+ onGoToLast?: ((data: undefined, prevState: {
467
+ hiddenIds: string[];
468
+ nonInteractiveIds: string[];
469
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
470
+ itemWidthCache: Record<string, number>;
471
+ containerWidth: number;
472
+ overflowTargetWidth: number;
473
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
474
+ unselectedIds: string[];
475
+ cursorId: string;
476
+ columnCount: number;
477
+ UNSTABLE_virtual: {
478
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
479
+ totalSize: number;
480
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
481
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
482
+ measure: () => void;
483
+ };
484
+ UNSTABLE_defaultItemHeight: number;
485
+ containerRef: React.RefObject<HTMLDivElement>;
486
+ id: string;
487
+ indexRef: React.MutableRefObject<number>;
488
+ isVirtualized: boolean;
489
+ items: import("../..").Item<any>[];
490
+ }) => void) | undefined;
491
+ onGoToFirstOfRow?: ((data: undefined, prevState: {
492
+ hiddenIds: string[];
493
+ nonInteractiveIds: string[];
494
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
495
+ itemWidthCache: Record<string, number>;
496
+ containerWidth: number;
497
+ overflowTargetWidth: number;
498
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
499
+ unselectedIds: string[];
500
+ cursorId: string;
501
+ columnCount: number;
502
+ UNSTABLE_virtual: {
503
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
504
+ totalSize: number;
505
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
506
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
507
+ measure: () => void;
508
+ };
509
+ UNSTABLE_defaultItemHeight: number;
510
+ containerRef: React.RefObject<HTMLDivElement>;
511
+ id: string;
512
+ indexRef: React.MutableRefObject<number>;
513
+ isVirtualized: boolean;
514
+ items: import("../..").Item<any>[];
515
+ }) => void) | undefined;
516
+ onGoToLastOfRow?: ((data: undefined, prevState: {
517
+ hiddenIds: string[];
518
+ nonInteractiveIds: string[];
519
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
520
+ itemWidthCache: Record<string, number>;
521
+ containerWidth: number;
522
+ overflowTargetWidth: number;
523
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
524
+ unselectedIds: string[];
525
+ cursorId: string;
526
+ columnCount: number;
527
+ UNSTABLE_virtual: {
528
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
529
+ totalSize: number;
530
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
531
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
532
+ measure: () => void;
533
+ };
534
+ UNSTABLE_defaultItemHeight: number;
535
+ containerRef: React.RefObject<HTMLDivElement>;
536
+ id: string;
537
+ indexRef: React.MutableRefObject<number>;
538
+ isVirtualized: boolean;
539
+ items: import("../..").Item<any>[];
540
+ }) => void) | undefined;
541
+ onGoToNextPage?: ((data: undefined, prevState: {
542
+ hiddenIds: string[];
543
+ nonInteractiveIds: string[];
544
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
545
+ itemWidthCache: Record<string, number>;
546
+ containerWidth: number;
547
+ overflowTargetWidth: number;
548
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
549
+ unselectedIds: string[];
550
+ cursorId: string;
551
+ columnCount: number;
552
+ UNSTABLE_virtual: {
553
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
554
+ totalSize: number;
555
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
556
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
557
+ measure: () => void;
558
+ };
559
+ UNSTABLE_defaultItemHeight: number;
560
+ containerRef: React.RefObject<HTMLDivElement>;
561
+ id: string;
562
+ indexRef: React.MutableRefObject<number>;
563
+ isVirtualized: boolean;
564
+ items: import("../..").Item<any>[];
565
+ }) => void) | undefined;
566
+ onGoToPreviousPage?: ((data: undefined, prevState: {
567
+ hiddenIds: string[];
568
+ nonInteractiveIds: string[];
569
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
570
+ itemWidthCache: Record<string, number>;
571
+ containerWidth: number;
572
+ overflowTargetWidth: number;
573
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
574
+ unselectedIds: string[];
575
+ cursorId: string;
576
+ columnCount: number;
577
+ UNSTABLE_virtual: {
578
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
579
+ totalSize: number;
580
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
581
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
582
+ measure: () => void;
583
+ };
584
+ UNSTABLE_defaultItemHeight: number;
585
+ containerRef: React.RefObject<HTMLDivElement>;
586
+ id: string;
587
+ indexRef: React.MutableRefObject<number>;
588
+ isVirtualized: boolean;
589
+ items: import("../..").Item<any>[];
590
+ }) => void) | undefined;
591
+ onUnregisterItem?: ((data: {
592
+ id: string;
593
+ }, prevState: {
594
+ hiddenIds: string[];
595
+ nonInteractiveIds: string[];
596
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
597
+ itemWidthCache: Record<string, number>;
598
+ containerWidth: number;
599
+ overflowTargetWidth: number;
600
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
601
+ unselectedIds: string[];
602
+ cursorId: string;
603
+ columnCount: number;
604
+ UNSTABLE_virtual: {
605
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
606
+ totalSize: number;
607
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
608
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
609
+ measure: () => void;
610
+ };
611
+ UNSTABLE_defaultItemHeight: number;
612
+ containerRef: React.RefObject<HTMLDivElement>;
613
+ id: string;
614
+ indexRef: React.MutableRefObject<number>;
615
+ isVirtualized: boolean;
616
+ items: import("../..").Item<any>[];
617
+ }) => void) | undefined;
618
+ onUpdateItemHeight?: ((data: {
619
+ value: number;
620
+ }, prevState: {
621
+ hiddenIds: string[];
622
+ nonInteractiveIds: string[];
623
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
624
+ itemWidthCache: Record<string, number>;
625
+ containerWidth: number;
626
+ overflowTargetWidth: number;
627
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
628
+ unselectedIds: string[];
629
+ cursorId: string;
630
+ columnCount: number;
631
+ UNSTABLE_virtual: {
632
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
633
+ totalSize: number;
634
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
635
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
636
+ measure: () => void;
637
+ };
638
+ UNSTABLE_defaultItemHeight: number;
639
+ containerRef: React.RefObject<HTMLDivElement>;
640
+ id: string;
641
+ indexRef: React.MutableRefObject<number>;
642
+ isVirtualized: boolean;
643
+ items: import("../..").Item<any>[];
644
+ }) => void) | undefined;
645
+ } & {
646
+ shouldSelect?: ((data: {
647
+ id: string;
648
+ }, state: {
649
+ hiddenIds: string[];
650
+ nonInteractiveIds: string[];
651
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
652
+ itemWidthCache: Record<string, number>;
653
+ containerWidth: number;
654
+ overflowTargetWidth: number;
655
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
656
+ unselectedIds: string[];
657
+ cursorId: string;
658
+ columnCount: number;
659
+ UNSTABLE_virtual: {
660
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
661
+ totalSize: number;
662
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
663
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
664
+ measure: () => void;
665
+ };
666
+ UNSTABLE_defaultItemHeight: number;
667
+ containerRef: React.RefObject<HTMLDivElement>;
668
+ id: string;
669
+ indexRef: React.MutableRefObject<number>;
670
+ isVirtualized: boolean;
671
+ items: import("../..").Item<any>[];
672
+ }) => boolean) | undefined;
673
+ shouldSetContainerWidth?: ((data: {
674
+ width?: number | undefined;
675
+ }, state: {
676
+ hiddenIds: string[];
677
+ nonInteractiveIds: string[];
678
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
679
+ itemWidthCache: Record<string, number>;
680
+ containerWidth: number;
681
+ overflowTargetWidth: number;
682
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
683
+ unselectedIds: string[];
684
+ cursorId: string;
685
+ columnCount: number;
686
+ UNSTABLE_virtual: {
687
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
688
+ totalSize: number;
689
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
690
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
691
+ measure: () => void;
692
+ };
693
+ UNSTABLE_defaultItemHeight: number;
694
+ containerRef: React.RefObject<HTMLDivElement>;
695
+ id: string;
696
+ indexRef: React.MutableRefObject<number>;
697
+ isVirtualized: boolean;
698
+ items: import("../..").Item<any>[];
699
+ }) => boolean) | undefined;
700
+ shouldSetOverflowTargetWidth?: ((data: {
701
+ width: number;
702
+ }, state: {
703
+ hiddenIds: string[];
704
+ nonInteractiveIds: string[];
705
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
706
+ itemWidthCache: Record<string, number>;
707
+ containerWidth: number;
708
+ overflowTargetWidth: number;
709
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
710
+ unselectedIds: string[];
711
+ cursorId: string;
712
+ columnCount: number;
713
+ UNSTABLE_virtual: {
714
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
715
+ totalSize: number;
716
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
717
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
718
+ measure: () => void;
719
+ };
720
+ UNSTABLE_defaultItemHeight: number;
721
+ containerRef: React.RefObject<HTMLDivElement>;
722
+ id: string;
723
+ indexRef: React.MutableRefObject<number>;
724
+ isVirtualized: boolean;
725
+ items: import("../..").Item<any>[];
726
+ }) => boolean) | undefined;
727
+ shouldAddItemWidth?: ((data: {
728
+ id: string;
729
+ width: number;
730
+ }, state: {
731
+ hiddenIds: string[];
732
+ nonInteractiveIds: string[];
733
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
734
+ itemWidthCache: Record<string, number>;
735
+ containerWidth: number;
736
+ overflowTargetWidth: number;
737
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
738
+ unselectedIds: string[];
739
+ cursorId: string;
740
+ columnCount: number;
741
+ UNSTABLE_virtual: {
742
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
743
+ totalSize: number;
744
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
745
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
746
+ measure: () => void;
747
+ };
748
+ UNSTABLE_defaultItemHeight: number;
749
+ containerRef: React.RefObject<HTMLDivElement>;
750
+ id: string;
751
+ indexRef: React.MutableRefObject<number>;
752
+ isVirtualized: boolean;
753
+ items: import("../..").Item<any>[];
754
+ }) => boolean) | undefined;
755
+ shouldRemoveItemWidth?: ((data: {
756
+ id: string;
757
+ }, state: {
758
+ hiddenIds: string[];
759
+ nonInteractiveIds: string[];
760
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
761
+ itemWidthCache: Record<string, number>;
762
+ containerWidth: number;
763
+ overflowTargetWidth: number;
764
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
765
+ unselectedIds: string[];
766
+ cursorId: string;
767
+ columnCount: number;
768
+ UNSTABLE_virtual: {
769
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
770
+ totalSize: number;
771
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
772
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
773
+ measure: () => void;
774
+ };
775
+ UNSTABLE_defaultItemHeight: number;
776
+ containerRef: React.RefObject<HTMLDivElement>;
777
+ id: string;
778
+ indexRef: React.MutableRefObject<number>;
779
+ isVirtualized: boolean;
780
+ items: import("../..").Item<any>[];
781
+ }) => boolean) | undefined;
782
+ shouldAddHiddenKey?: ((data: {
783
+ id: string;
784
+ }, state: {
785
+ hiddenIds: string[];
786
+ nonInteractiveIds: string[];
787
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
788
+ itemWidthCache: Record<string, number>;
789
+ containerWidth: number;
790
+ overflowTargetWidth: number;
791
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
792
+ unselectedIds: string[];
793
+ cursorId: string;
794
+ columnCount: number;
795
+ UNSTABLE_virtual: {
796
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
797
+ totalSize: number;
798
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
799
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
800
+ measure: () => void;
801
+ };
802
+ UNSTABLE_defaultItemHeight: number;
803
+ containerRef: React.RefObject<HTMLDivElement>;
804
+ id: string;
805
+ indexRef: React.MutableRefObject<number>;
806
+ isVirtualized: boolean;
807
+ items: import("../..").Item<any>[];
808
+ }) => boolean) | undefined;
809
+ shouldRemoveHiddenKey?: ((data: {
810
+ id: string;
811
+ }, state: {
812
+ hiddenIds: string[];
813
+ nonInteractiveIds: string[];
814
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
815
+ itemWidthCache: Record<string, number>;
816
+ containerWidth: number;
817
+ overflowTargetWidth: number;
818
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
819
+ unselectedIds: string[];
820
+ cursorId: string;
821
+ columnCount: number;
822
+ UNSTABLE_virtual: {
823
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
824
+ totalSize: number;
825
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
826
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
827
+ measure: () => void;
828
+ };
829
+ UNSTABLE_defaultItemHeight: number;
830
+ containerRef: React.RefObject<HTMLDivElement>;
831
+ id: string;
832
+ indexRef: React.MutableRefObject<number>;
833
+ isVirtualized: boolean;
834
+ items: import("../..").Item<any>[];
835
+ }) => boolean) | undefined;
836
+ shouldSelectAll?: ((data: undefined, state: {
837
+ hiddenIds: string[];
838
+ nonInteractiveIds: string[];
839
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
840
+ itemWidthCache: Record<string, number>;
841
+ containerWidth: number;
842
+ overflowTargetWidth: number;
843
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
844
+ unselectedIds: string[];
845
+ cursorId: string;
846
+ columnCount: number;
847
+ UNSTABLE_virtual: {
848
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
849
+ totalSize: number;
850
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
851
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
852
+ measure: () => void;
853
+ };
854
+ UNSTABLE_defaultItemHeight: number;
855
+ containerRef: React.RefObject<HTMLDivElement>;
856
+ id: string;
857
+ indexRef: React.MutableRefObject<number>;
858
+ isVirtualized: boolean;
859
+ items: import("../..").Item<any>[];
860
+ }) => boolean) | undefined;
861
+ shouldUnselectAll?: ((data: undefined, state: {
862
+ hiddenIds: string[];
863
+ nonInteractiveIds: string[];
864
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
865
+ itemWidthCache: Record<string, number>;
866
+ containerWidth: number;
867
+ overflowTargetWidth: number;
868
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
869
+ unselectedIds: string[];
870
+ cursorId: string;
871
+ columnCount: number;
872
+ UNSTABLE_virtual: {
873
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
874
+ totalSize: number;
875
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
876
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
877
+ measure: () => void;
878
+ };
879
+ UNSTABLE_defaultItemHeight: number;
880
+ containerRef: React.RefObject<HTMLDivElement>;
881
+ id: string;
882
+ indexRef: React.MutableRefObject<number>;
883
+ isVirtualized: boolean;
884
+ items: import("../..").Item<any>[];
885
+ }) => boolean) | undefined;
886
+ shouldRegisterItem?: ((data: {
887
+ item: any;
888
+ textValue: string;
889
+ }, state: {
890
+ hiddenIds: string[];
891
+ nonInteractiveIds: string[];
892
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
893
+ itemWidthCache: Record<string, number>;
894
+ containerWidth: number;
895
+ overflowTargetWidth: number;
896
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
897
+ unselectedIds: string[];
898
+ cursorId: string;
899
+ columnCount: number;
900
+ UNSTABLE_virtual: {
901
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
902
+ totalSize: number;
903
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
904
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
905
+ measure: () => void;
906
+ };
907
+ UNSTABLE_defaultItemHeight: number;
908
+ containerRef: React.RefObject<HTMLDivElement>;
909
+ id: string;
910
+ indexRef: React.MutableRefObject<number>;
911
+ isVirtualized: boolean;
912
+ items: import("../..").Item<any>[];
913
+ }) => boolean) | undefined;
914
+ shouldGoTo?: ((data: {
915
+ id: string;
916
+ }, state: {
917
+ hiddenIds: string[];
918
+ nonInteractiveIds: string[];
919
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
920
+ itemWidthCache: Record<string, number>;
921
+ containerWidth: number;
922
+ overflowTargetWidth: number;
923
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
924
+ unselectedIds: string[];
925
+ cursorId: string;
926
+ columnCount: number;
927
+ UNSTABLE_virtual: {
928
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
929
+ totalSize: number;
930
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
931
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
932
+ measure: () => void;
933
+ };
934
+ UNSTABLE_defaultItemHeight: number;
935
+ containerRef: React.RefObject<HTMLDivElement>;
936
+ id: string;
937
+ indexRef: React.MutableRefObject<number>;
938
+ isVirtualized: boolean;
939
+ items: import("../..").Item<any>[];
940
+ }) => boolean) | undefined;
941
+ shouldGoToNext?: ((data: undefined, state: {
942
+ hiddenIds: string[];
943
+ nonInteractiveIds: string[];
944
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
945
+ itemWidthCache: Record<string, number>;
946
+ containerWidth: number;
947
+ overflowTargetWidth: number;
948
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
949
+ unselectedIds: string[];
950
+ cursorId: string;
951
+ columnCount: number;
952
+ UNSTABLE_virtual: {
953
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
954
+ totalSize: number;
955
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
956
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
957
+ measure: () => void;
958
+ };
959
+ UNSTABLE_defaultItemHeight: number;
960
+ containerRef: React.RefObject<HTMLDivElement>;
961
+ id: string;
962
+ indexRef: React.MutableRefObject<number>;
963
+ isVirtualized: boolean;
964
+ items: import("../..").Item<any>[];
965
+ }) => boolean) | undefined;
966
+ shouldGoToPrevious?: ((data: undefined, state: {
967
+ hiddenIds: string[];
968
+ nonInteractiveIds: string[];
969
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
970
+ itemWidthCache: Record<string, number>;
971
+ containerWidth: number;
972
+ overflowTargetWidth: number;
973
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
974
+ unselectedIds: string[];
975
+ cursorId: string;
976
+ columnCount: number;
977
+ UNSTABLE_virtual: {
978
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
979
+ totalSize: number;
980
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
981
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
982
+ measure: () => void;
983
+ };
984
+ UNSTABLE_defaultItemHeight: number;
985
+ containerRef: React.RefObject<HTMLDivElement>;
986
+ id: string;
987
+ indexRef: React.MutableRefObject<number>;
988
+ isVirtualized: boolean;
989
+ items: import("../..").Item<any>[];
990
+ }) => boolean) | undefined;
991
+ shouldGoToPreviousRow?: ((data: undefined, state: {
992
+ hiddenIds: string[];
993
+ nonInteractiveIds: string[];
994
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
995
+ itemWidthCache: Record<string, number>;
996
+ containerWidth: number;
997
+ overflowTargetWidth: number;
998
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
999
+ unselectedIds: string[];
1000
+ cursorId: string;
1001
+ columnCount: number;
1002
+ UNSTABLE_virtual: {
1003
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1004
+ totalSize: number;
1005
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
1006
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
1007
+ measure: () => void;
1008
+ };
1009
+ UNSTABLE_defaultItemHeight: number;
1010
+ containerRef: React.RefObject<HTMLDivElement>;
1011
+ id: string;
1012
+ indexRef: React.MutableRefObject<number>;
1013
+ isVirtualized: boolean;
1014
+ items: import("../..").Item<any>[];
1015
+ }) => boolean) | undefined;
1016
+ shouldGoToNextRow?: ((data: undefined, state: {
1017
+ hiddenIds: string[];
1018
+ nonInteractiveIds: string[];
1019
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
1020
+ itemWidthCache: Record<string, number>;
1021
+ containerWidth: number;
1022
+ overflowTargetWidth: number;
1023
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
1024
+ unselectedIds: string[];
1025
+ cursorId: string;
1026
+ columnCount: number;
1027
+ UNSTABLE_virtual: {
1028
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1029
+ totalSize: number;
1030
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
1031
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
1032
+ measure: () => void;
1033
+ };
1034
+ UNSTABLE_defaultItemHeight: number;
1035
+ containerRef: React.RefObject<HTMLDivElement>;
1036
+ id: string;
1037
+ indexRef: React.MutableRefObject<number>;
1038
+ isVirtualized: boolean;
1039
+ items: import("../..").Item<any>[];
1040
+ }) => boolean) | undefined;
1041
+ shouldGoToFirst?: ((data: undefined, state: {
1042
+ hiddenIds: string[];
1043
+ nonInteractiveIds: string[];
1044
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
1045
+ itemWidthCache: Record<string, number>;
1046
+ containerWidth: number;
1047
+ overflowTargetWidth: number;
1048
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
1049
+ unselectedIds: string[];
1050
+ cursorId: string;
1051
+ columnCount: number;
1052
+ UNSTABLE_virtual: {
1053
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1054
+ totalSize: number;
1055
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
1056
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
1057
+ measure: () => void;
1058
+ };
1059
+ UNSTABLE_defaultItemHeight: number;
1060
+ containerRef: React.RefObject<HTMLDivElement>;
1061
+ id: string;
1062
+ indexRef: React.MutableRefObject<number>;
1063
+ isVirtualized: boolean;
1064
+ items: import("../..").Item<any>[];
1065
+ }) => boolean) | undefined;
1066
+ shouldGoToLast?: ((data: undefined, state: {
1067
+ hiddenIds: string[];
1068
+ nonInteractiveIds: string[];
1069
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
1070
+ itemWidthCache: Record<string, number>;
1071
+ containerWidth: number;
1072
+ overflowTargetWidth: number;
1073
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
1074
+ unselectedIds: string[];
1075
+ cursorId: string;
1076
+ columnCount: number;
1077
+ UNSTABLE_virtual: {
1078
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1079
+ totalSize: number;
1080
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
1081
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
1082
+ measure: () => void;
1083
+ };
1084
+ UNSTABLE_defaultItemHeight: number;
1085
+ containerRef: React.RefObject<HTMLDivElement>;
1086
+ id: string;
1087
+ indexRef: React.MutableRefObject<number>;
1088
+ isVirtualized: boolean;
1089
+ items: import("../..").Item<any>[];
1090
+ }) => boolean) | undefined;
1091
+ shouldGoToFirstOfRow?: ((data: undefined, state: {
1092
+ hiddenIds: string[];
1093
+ nonInteractiveIds: string[];
1094
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
1095
+ itemWidthCache: Record<string, number>;
1096
+ containerWidth: number;
1097
+ overflowTargetWidth: number;
1098
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
1099
+ unselectedIds: string[];
1100
+ cursorId: string;
1101
+ columnCount: number;
1102
+ UNSTABLE_virtual: {
1103
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1104
+ totalSize: number;
1105
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
1106
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
1107
+ measure: () => void;
1108
+ };
1109
+ UNSTABLE_defaultItemHeight: number;
1110
+ containerRef: React.RefObject<HTMLDivElement>;
1111
+ id: string;
1112
+ indexRef: React.MutableRefObject<number>;
1113
+ isVirtualized: boolean;
1114
+ items: import("../..").Item<any>[];
1115
+ }) => boolean) | undefined;
1116
+ shouldGoToLastOfRow?: ((data: undefined, state: {
1117
+ hiddenIds: string[];
1118
+ nonInteractiveIds: string[];
1119
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
1120
+ itemWidthCache: Record<string, number>;
1121
+ containerWidth: number;
1122
+ overflowTargetWidth: number;
1123
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
1124
+ unselectedIds: string[];
1125
+ cursorId: string;
1126
+ columnCount: number;
1127
+ UNSTABLE_virtual: {
1128
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1129
+ totalSize: number;
1130
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
1131
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
1132
+ measure: () => void;
1133
+ };
1134
+ UNSTABLE_defaultItemHeight: number;
1135
+ containerRef: React.RefObject<HTMLDivElement>;
1136
+ id: string;
1137
+ indexRef: React.MutableRefObject<number>;
1138
+ isVirtualized: boolean;
1139
+ items: import("../..").Item<any>[];
1140
+ }) => boolean) | undefined;
1141
+ shouldGoToNextPage?: ((data: undefined, state: {
1142
+ hiddenIds: string[];
1143
+ nonInteractiveIds: string[];
1144
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
1145
+ itemWidthCache: Record<string, number>;
1146
+ containerWidth: number;
1147
+ overflowTargetWidth: number;
1148
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
1149
+ unselectedIds: string[];
1150
+ cursorId: string;
1151
+ columnCount: number;
1152
+ UNSTABLE_virtual: {
1153
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1154
+ totalSize: number;
1155
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
1156
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
1157
+ measure: () => void;
1158
+ };
1159
+ UNSTABLE_defaultItemHeight: number;
1160
+ containerRef: React.RefObject<HTMLDivElement>;
1161
+ id: string;
1162
+ indexRef: React.MutableRefObject<number>;
1163
+ isVirtualized: boolean;
1164
+ items: import("../..").Item<any>[];
1165
+ }) => boolean) | undefined;
1166
+ shouldGoToPreviousPage?: ((data: undefined, state: {
1167
+ hiddenIds: string[];
1168
+ nonInteractiveIds: string[];
1169
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
1170
+ itemWidthCache: Record<string, number>;
1171
+ containerWidth: number;
1172
+ overflowTargetWidth: number;
1173
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
1174
+ unselectedIds: string[];
1175
+ cursorId: string;
1176
+ columnCount: number;
1177
+ UNSTABLE_virtual: {
1178
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1179
+ totalSize: number;
1180
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
1181
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
1182
+ measure: () => void;
1183
+ };
1184
+ UNSTABLE_defaultItemHeight: number;
1185
+ containerRef: React.RefObject<HTMLDivElement>;
1186
+ id: string;
1187
+ indexRef: React.MutableRefObject<number>;
1188
+ isVirtualized: boolean;
1189
+ items: import("../..").Item<any>[];
1190
+ }) => boolean) | undefined;
1191
+ shouldUnregisterItem?: ((data: {
1192
+ id: string;
1193
+ }, state: {
1194
+ hiddenIds: string[];
1195
+ nonInteractiveIds: string[];
1196
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
1197
+ itemWidthCache: Record<string, number>;
1198
+ containerWidth: number;
1199
+ overflowTargetWidth: number;
1200
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
1201
+ unselectedIds: string[];
1202
+ cursorId: string;
1203
+ columnCount: number;
1204
+ UNSTABLE_virtual: {
1205
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1206
+ totalSize: number;
1207
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
1208
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
1209
+ measure: () => void;
1210
+ };
1211
+ UNSTABLE_defaultItemHeight: number;
1212
+ containerRef: React.RefObject<HTMLDivElement>;
1213
+ id: string;
1214
+ indexRef: React.MutableRefObject<number>;
1215
+ isVirtualized: boolean;
1216
+ items: import("../..").Item<any>[];
1217
+ }) => boolean) | undefined;
1218
+ shouldUpdateItemHeight?: ((data: {
1219
+ value: number;
1220
+ }, state: {
1221
+ hiddenIds: string[];
1222
+ nonInteractiveIds: string[];
1223
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
1224
+ itemWidthCache: Record<string, number>;
1225
+ containerWidth: number;
1226
+ overflowTargetWidth: number;
1227
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
1228
+ unselectedIds: string[];
1229
+ cursorId: string;
1230
+ columnCount: number;
1231
+ UNSTABLE_virtual: {
1232
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1233
+ totalSize: number;
1234
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
1235
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
1236
+ measure: () => void;
1237
+ };
1238
+ UNSTABLE_defaultItemHeight: number;
1239
+ containerRef: React.RefObject<HTMLDivElement>;
1240
+ id: string;
1241
+ indexRef: React.MutableRefObject<number>;
1242
+ isVirtualized: boolean;
1243
+ items: import("../..").Item<any>[];
1244
+ }) => boolean) | undefined;
1245
+ }, {
1246
+ state: {
1247
+ hiddenIds: string[];
1248
+ nonInteractiveIds: string[];
1249
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
1250
+ itemWidthCache: Record<string, number>;
1251
+ containerWidth: number;
1252
+ overflowTargetWidth: number;
1253
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
1254
+ unselectedIds: string[];
1255
+ cursorId: string;
1256
+ columnCount: number;
1257
+ UNSTABLE_virtual: {
1258
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1259
+ totalSize: number;
1260
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
1261
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
1262
+ measure: () => void;
1263
+ };
1264
+ UNSTABLE_defaultItemHeight: number;
1265
+ containerRef: React.RefObject<HTMLDivElement>;
1266
+ id: string;
1267
+ indexRef: React.MutableRefObject<number>;
1268
+ isVirtualized: boolean;
1269
+ items: import("../..").Item<any>[];
1270
+ };
1271
+ events: {
1272
+ select(data: {
1273
+ id: string;
1274
+ }): void;
1275
+ setContainerWidth(data: {
1276
+ width?: number | undefined;
1277
+ }): void;
1278
+ setOverflowTargetWidth(data: {
1279
+ width: number;
1280
+ }): void;
1281
+ addItemWidth(data: {
1282
+ id: string;
1283
+ width: number;
1284
+ }): void;
1285
+ removeItemWidth(data: {
1286
+ id: string;
1287
+ }): void;
1288
+ addHiddenKey(data: {
1289
+ id: string;
1290
+ }): void;
1291
+ removeHiddenKey(data: {
1292
+ id: string;
1293
+ }): void;
1294
+ selectAll(): void;
1295
+ unselectAll(): void;
1296
+ registerItem(data: {
1297
+ item: any;
1298
+ textValue: string;
1299
+ }): void;
1300
+ goTo(data: {
1301
+ id: string;
1302
+ }): void;
1303
+ goToNext(): void;
1304
+ goToPrevious(): void;
1305
+ goToPreviousRow(): void;
1306
+ goToNextRow(): void;
1307
+ goToFirst(): void;
1308
+ goToLast(): void;
1309
+ goToFirstOfRow(): void;
1310
+ goToLastOfRow(): void;
1311
+ goToNextPage(): void;
1312
+ goToPreviousPage(): void;
1313
+ unregisterItem(data: {
1314
+ id: string;
1315
+ }): void;
1316
+ updateItemHeight(data: {
1317
+ value: number;
1318
+ }): void;
1319
+ };
1320
+ menu: {
1321
+ state: {
1322
+ stackRef: React.RefObject<HTMLDivElement>;
1323
+ targetRef: React.RefObject<HTMLButtonElement>;
1324
+ initialFocusRef: React.RefObject<any> | undefined;
1325
+ returnFocusRef: React.RefObject<any> | undefined;
1326
+ placement: import("@popperjs/core").Placement;
1327
+ id: string;
1328
+ visibility: import("../..").Visibility;
1329
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
1330
+ unselectedIds: string[];
1331
+ cursorId: string;
1332
+ columnCount: number;
1333
+ UNSTABLE_virtual: {
1334
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1335
+ totalSize: number;
1336
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
1337
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
1338
+ measure: () => void;
1339
+ };
1340
+ UNSTABLE_defaultItemHeight: number;
1341
+ containerRef: React.RefObject<HTMLDivElement>;
1342
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
1343
+ indexRef: React.MutableRefObject<number>;
1344
+ nonInteractiveIds: string[];
1345
+ isVirtualized: boolean;
1346
+ items: import("../..").Item<any>[];
1347
+ mode: "multiple" | "single";
1348
+ };
1349
+ events: {
1350
+ updatePlacement(data: {
1351
+ placement: import("@popperjs/core").Placement;
1352
+ }): void;
1353
+ show(event?: Event | React.SyntheticEvent<Element, Event> | undefined): void;
1354
+ hide(event?: Event | React.SyntheticEvent<Element, Event> | undefined): void;
1355
+ select(data: {
1356
+ id: string;
1357
+ }): void;
1358
+ selectAll(): void;
1359
+ unselectAll(): void;
1360
+ registerItem(data: {
1361
+ item: any;
1362
+ textValue: string;
1363
+ }): void;
1364
+ goTo(data: {
1365
+ id: string;
1366
+ }): void;
1367
+ goToNext(): void;
1368
+ goToPrevious(): void;
1369
+ goToPreviousRow(): void;
1370
+ goToNextRow(): void;
1371
+ goToFirst(): void;
1372
+ goToLast(): void;
1373
+ goToFirstOfRow(): void;
1374
+ goToLastOfRow(): void;
1375
+ goToNextPage(): void;
1376
+ goToPreviousPage(): void;
1377
+ unregisterItem(data: {
1378
+ id: string;
1379
+ }): void;
1380
+ updateItemHeight(data: {
1381
+ value: number;
1382
+ }): void;
1383
+ };
1384
+ selection: import("../../collection/lib/useSelectionListModel").SelectionManager;
1385
+ navigation: import("../../collection/lib/useCursorListModel").NavigationManager;
1386
+ getId: (item: any) => string;
1387
+ };
1388
+ selection: import("../../collection/lib/useSelectionListModel").SelectionManager;
1389
+ navigation: import("../../collection/lib/useCursorListModel").NavigationManager;
1390
+ getId: (item: any) => string;
1391
+ }> & {
1392
+ List: import("../../common").ElementComponentM<"div", import("./ActionBarList").ActionBarListProps<unknown>, {
1393
+ state: {
1394
+ hiddenIds: string[];
1395
+ nonInteractiveIds: string[];
1396
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
1397
+ itemWidthCache: Record<string, number>;
1398
+ containerWidth: number;
1399
+ overflowTargetWidth: number;
1400
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
1401
+ unselectedIds: string[];
1402
+ cursorId: string;
1403
+ columnCount: number;
1404
+ UNSTABLE_virtual: {
1405
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1406
+ totalSize: number;
1407
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
1408
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
1409
+ measure: () => void;
1410
+ };
1411
+ UNSTABLE_defaultItemHeight: number;
1412
+ containerRef: React.RefObject<HTMLDivElement>;
1413
+ id: string;
1414
+ indexRef: React.MutableRefObject<number>;
1415
+ isVirtualized: boolean;
1416
+ items: import("../..").Item<any>[];
1417
+ };
1418
+ events: {
1419
+ select(data: {
1420
+ id: string;
1421
+ }): void;
1422
+ setContainerWidth(data: {
1423
+ width?: number | undefined;
1424
+ }): void;
1425
+ setOverflowTargetWidth(data: {
1426
+ width: number;
1427
+ }): void;
1428
+ addItemWidth(data: {
1429
+ id: string;
1430
+ width: number;
1431
+ }): void;
1432
+ removeItemWidth(data: {
1433
+ id: string;
1434
+ }): void;
1435
+ addHiddenKey(data: {
1436
+ id: string;
1437
+ }): void;
1438
+ removeHiddenKey(data: {
1439
+ id: string;
1440
+ }): void;
1441
+ selectAll(): void;
1442
+ unselectAll(): void;
1443
+ registerItem(data: {
1444
+ item: any;
1445
+ textValue: string;
1446
+ }): void;
1447
+ goTo(data: {
1448
+ id: string;
1449
+ }): void;
1450
+ goToNext(): void;
1451
+ goToPrevious(): void;
1452
+ goToPreviousRow(): void;
1453
+ goToNextRow(): void;
1454
+ goToFirst(): void;
1455
+ goToLast(): void;
1456
+ goToFirstOfRow(): void;
1457
+ goToLastOfRow(): void;
1458
+ goToNextPage(): void;
1459
+ goToPreviousPage(): void;
1460
+ unregisterItem(data: {
1461
+ id: string;
1462
+ }): void;
1463
+ updateItemHeight(data: {
1464
+ value: number;
1465
+ }): void;
1466
+ };
1467
+ menu: {
1468
+ state: {
1469
+ stackRef: React.RefObject<HTMLDivElement>;
1470
+ targetRef: React.RefObject<HTMLButtonElement>;
1471
+ initialFocusRef: React.RefObject<any> | undefined;
1472
+ returnFocusRef: React.RefObject<any> | undefined;
1473
+ placement: import("@popperjs/core").Placement;
1474
+ id: string;
1475
+ visibility: import("../..").Visibility;
1476
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
1477
+ unselectedIds: string[];
1478
+ cursorId: string;
1479
+ columnCount: number;
1480
+ UNSTABLE_virtual: {
1481
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1482
+ totalSize: number;
1483
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
1484
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
1485
+ measure: () => void;
1486
+ };
1487
+ UNSTABLE_defaultItemHeight: number;
1488
+ containerRef: React.RefObject<HTMLDivElement>;
1489
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
1490
+ indexRef: React.MutableRefObject<number>;
1491
+ nonInteractiveIds: string[];
1492
+ isVirtualized: boolean;
1493
+ items: import("../..").Item<any>[];
1494
+ mode: "multiple" | "single";
1495
+ };
1496
+ events: {
1497
+ updatePlacement(data: {
1498
+ placement: import("@popperjs/core").Placement;
1499
+ }): void;
1500
+ show(event?: Event | React.SyntheticEvent<Element, Event> | undefined): void;
1501
+ hide(event?: Event | React.SyntheticEvent<Element, Event> | undefined): void;
1502
+ select(data: {
1503
+ id: string;
1504
+ }): void;
1505
+ selectAll(): void;
1506
+ unselectAll(): void;
1507
+ registerItem(data: {
1508
+ item: any;
1509
+ textValue: string;
1510
+ }): void;
1511
+ goTo(data: {
1512
+ id: string;
1513
+ }): void;
1514
+ goToNext(): void;
1515
+ goToPrevious(): void;
1516
+ goToPreviousRow(): void;
1517
+ goToNextRow(): void;
1518
+ goToFirst(): void;
1519
+ goToLast(): void;
1520
+ goToFirstOfRow(): void;
1521
+ goToLastOfRow(): void;
1522
+ goToNextPage(): void;
1523
+ goToPreviousPage(): void;
1524
+ unregisterItem(data: {
1525
+ id: string;
1526
+ }): void;
1527
+ updateItemHeight(data: {
1528
+ value: number;
1529
+ }): void;
1530
+ };
1531
+ selection: import("../../collection/lib/useSelectionListModel").SelectionManager;
1532
+ navigation: import("../../collection/lib/useCursorListModel").NavigationManager;
1533
+ getId: (item: any) => string;
1534
+ };
1535
+ selection: import("../../collection/lib/useSelectionListModel").SelectionManager;
1536
+ navigation: import("../../collection/lib/useCursorListModel").NavigationManager;
1537
+ getId: (item: any) => string;
1538
+ }>;
1539
+ Item: import("../../common").ElementComponentM<import("../../common").ElementComponent<"button", import("../..").SecondaryButtonProps>, import("./ActionBarItem").ActionBarItemProps, {
1540
+ state: {
1541
+ hiddenIds: string[];
1542
+ nonInteractiveIds: string[];
1543
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
1544
+ itemWidthCache: Record<string, number>;
1545
+ containerWidth: number;
1546
+ overflowTargetWidth: number;
1547
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
1548
+ unselectedIds: string[];
1549
+ cursorId: string;
1550
+ columnCount: number;
1551
+ UNSTABLE_virtual: {
1552
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1553
+ totalSize: number;
1554
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
1555
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
1556
+ measure: () => void;
1557
+ };
1558
+ UNSTABLE_defaultItemHeight: number;
1559
+ containerRef: React.RefObject<HTMLDivElement>;
1560
+ id: string;
1561
+ indexRef: React.MutableRefObject<number>;
1562
+ isVirtualized: boolean;
1563
+ items: import("../..").Item<any>[];
1564
+ };
1565
+ events: {
1566
+ select(data: {
1567
+ id: string;
1568
+ }): void;
1569
+ setContainerWidth(data: {
1570
+ width?: number | undefined;
1571
+ }): void;
1572
+ setOverflowTargetWidth(data: {
1573
+ width: number;
1574
+ }): void;
1575
+ addItemWidth(data: {
1576
+ id: string;
1577
+ width: number;
1578
+ }): void;
1579
+ removeItemWidth(data: {
1580
+ id: string;
1581
+ }): void;
1582
+ addHiddenKey(data: {
1583
+ id: string;
1584
+ }): void;
1585
+ removeHiddenKey(data: {
1586
+ id: string;
1587
+ }): void;
1588
+ selectAll(): void;
1589
+ unselectAll(): void;
1590
+ registerItem(data: {
1591
+ item: any;
1592
+ textValue: string;
1593
+ }): void;
1594
+ goTo(data: {
1595
+ id: string;
1596
+ }): void;
1597
+ goToNext(): void;
1598
+ goToPrevious(): void;
1599
+ goToPreviousRow(): void;
1600
+ goToNextRow(): void;
1601
+ goToFirst(): void;
1602
+ goToLast(): void;
1603
+ goToFirstOfRow(): void;
1604
+ goToLastOfRow(): void;
1605
+ goToNextPage(): void;
1606
+ goToPreviousPage(): void;
1607
+ unregisterItem(data: {
1608
+ id: string;
1609
+ }): void;
1610
+ updateItemHeight(data: {
1611
+ value: number;
1612
+ }): void;
1613
+ };
1614
+ menu: {
1615
+ state: {
1616
+ stackRef: React.RefObject<HTMLDivElement>;
1617
+ targetRef: React.RefObject<HTMLButtonElement>;
1618
+ initialFocusRef: React.RefObject<any> | undefined;
1619
+ returnFocusRef: React.RefObject<any> | undefined;
1620
+ placement: import("@popperjs/core").Placement;
1621
+ id: string;
1622
+ visibility: import("../..").Visibility;
1623
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
1624
+ unselectedIds: string[];
1625
+ cursorId: string;
1626
+ columnCount: number;
1627
+ UNSTABLE_virtual: {
1628
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1629
+ totalSize: number;
1630
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
1631
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
1632
+ measure: () => void;
1633
+ };
1634
+ UNSTABLE_defaultItemHeight: number;
1635
+ containerRef: React.RefObject<HTMLDivElement>;
1636
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
1637
+ indexRef: React.MutableRefObject<number>;
1638
+ nonInteractiveIds: string[];
1639
+ isVirtualized: boolean;
1640
+ items: import("../..").Item<any>[];
1641
+ mode: "multiple" | "single";
1642
+ };
1643
+ events: {
1644
+ updatePlacement(data: {
1645
+ placement: import("@popperjs/core").Placement;
1646
+ }): void;
1647
+ show(event?: Event | React.SyntheticEvent<Element, Event> | undefined): void;
1648
+ hide(event?: Event | React.SyntheticEvent<Element, Event> | undefined): void;
1649
+ select(data: {
1650
+ id: string;
1651
+ }): void;
1652
+ selectAll(): void;
1653
+ unselectAll(): void;
1654
+ registerItem(data: {
1655
+ item: any;
1656
+ textValue: string;
1657
+ }): void;
1658
+ goTo(data: {
1659
+ id: string;
1660
+ }): void;
1661
+ goToNext(): void;
1662
+ goToPrevious(): void;
1663
+ goToPreviousRow(): void;
1664
+ goToNextRow(): void;
1665
+ goToFirst(): void;
1666
+ goToLast(): void;
1667
+ goToFirstOfRow(): void;
1668
+ goToLastOfRow(): void;
1669
+ goToNextPage(): void;
1670
+ goToPreviousPage(): void;
1671
+ unregisterItem(data: {
1672
+ id: string;
1673
+ }): void;
1674
+ updateItemHeight(data: {
1675
+ value: number;
1676
+ }): void;
1677
+ };
1678
+ selection: import("../../collection/lib/useSelectionListModel").SelectionManager;
1679
+ navigation: import("../../collection/lib/useCursorListModel").NavigationManager;
1680
+ getId: (item: any) => string;
1681
+ };
1682
+ selection: import("../../collection/lib/useSelectionListModel").SelectionManager;
1683
+ navigation: import("../../collection/lib/useCursorListModel").NavigationManager;
1684
+ getId: (item: any) => string;
1685
+ }>;
1686
+ OverflowButton: import("../../common").ElementComponentM<"button", {}, {
1687
+ state: {
1688
+ hiddenIds: string[];
1689
+ nonInteractiveIds: string[];
1690
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
1691
+ itemWidthCache: Record<string, number>;
1692
+ containerWidth: number;
1693
+ overflowTargetWidth: number;
1694
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
1695
+ unselectedIds: string[];
1696
+ cursorId: string;
1697
+ columnCount: number;
1698
+ UNSTABLE_virtual: {
1699
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1700
+ totalSize: number;
1701
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
1702
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
1703
+ measure: () => void;
1704
+ };
1705
+ UNSTABLE_defaultItemHeight: number;
1706
+ containerRef: React.RefObject<HTMLDivElement>;
1707
+ id: string;
1708
+ indexRef: React.MutableRefObject<number>;
1709
+ isVirtualized: boolean;
1710
+ items: import("../..").Item<any>[];
1711
+ };
1712
+ events: {
1713
+ select(data: {
1714
+ id: string;
1715
+ }): void;
1716
+ setContainerWidth(data: {
1717
+ width?: number | undefined;
1718
+ }): void;
1719
+ setOverflowTargetWidth(data: {
1720
+ width: number;
1721
+ }): void;
1722
+ addItemWidth(data: {
1723
+ id: string;
1724
+ width: number;
1725
+ }): void;
1726
+ removeItemWidth(data: {
1727
+ id: string;
1728
+ }): void;
1729
+ addHiddenKey(data: {
1730
+ id: string;
1731
+ }): void;
1732
+ removeHiddenKey(data: {
1733
+ id: string;
1734
+ }): void;
1735
+ selectAll(): void;
1736
+ unselectAll(): void;
1737
+ registerItem(data: {
1738
+ item: any;
1739
+ textValue: string;
1740
+ }): void;
1741
+ goTo(data: {
1742
+ id: string;
1743
+ }): void;
1744
+ goToNext(): void;
1745
+ goToPrevious(): void;
1746
+ goToPreviousRow(): void;
1747
+ goToNextRow(): void;
1748
+ goToFirst(): void;
1749
+ goToLast(): void;
1750
+ goToFirstOfRow(): void;
1751
+ goToLastOfRow(): void;
1752
+ goToNextPage(): void;
1753
+ goToPreviousPage(): void;
1754
+ unregisterItem(data: {
1755
+ id: string;
1756
+ }): void;
1757
+ updateItemHeight(data: {
1758
+ value: number;
1759
+ }): void;
1760
+ };
1761
+ menu: {
1762
+ state: {
1763
+ stackRef: React.RefObject<HTMLDivElement>;
1764
+ targetRef: React.RefObject<HTMLButtonElement>;
1765
+ initialFocusRef: React.RefObject<any> | undefined;
1766
+ returnFocusRef: React.RefObject<any> | undefined;
1767
+ placement: import("@popperjs/core").Placement;
1768
+ id: string;
1769
+ visibility: import("../..").Visibility;
1770
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
1771
+ unselectedIds: string[];
1772
+ cursorId: string;
1773
+ columnCount: number;
1774
+ UNSTABLE_virtual: {
1775
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1776
+ totalSize: number;
1777
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
1778
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
1779
+ measure: () => void;
1780
+ };
1781
+ UNSTABLE_defaultItemHeight: number;
1782
+ containerRef: React.RefObject<HTMLDivElement>;
1783
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
1784
+ indexRef: React.MutableRefObject<number>;
1785
+ nonInteractiveIds: string[];
1786
+ isVirtualized: boolean;
1787
+ items: import("../..").Item<any>[];
1788
+ mode: "multiple" | "single";
1789
+ };
1790
+ events: {
1791
+ updatePlacement(data: {
1792
+ placement: import("@popperjs/core").Placement;
1793
+ }): void;
1794
+ show(event?: Event | React.SyntheticEvent<Element, Event> | undefined): void;
1795
+ hide(event?: Event | React.SyntheticEvent<Element, Event> | undefined): void;
1796
+ select(data: {
1797
+ id: string;
1798
+ }): void;
1799
+ selectAll(): void;
1800
+ unselectAll(): void;
1801
+ registerItem(data: {
1802
+ item: any;
1803
+ textValue: string;
1804
+ }): void;
1805
+ goTo(data: {
1806
+ id: string;
1807
+ }): void;
1808
+ goToNext(): void;
1809
+ goToPrevious(): void;
1810
+ goToPreviousRow(): void;
1811
+ goToNextRow(): void;
1812
+ goToFirst(): void;
1813
+ goToLast(): void;
1814
+ goToFirstOfRow(): void;
1815
+ goToLastOfRow(): void;
1816
+ goToNextPage(): void;
1817
+ goToPreviousPage(): void;
1818
+ unregisterItem(data: {
1819
+ id: string;
1820
+ }): void;
1821
+ updateItemHeight(data: {
1822
+ value: number;
1823
+ }): void;
1824
+ };
1825
+ selection: import("../../collection/lib/useSelectionListModel").SelectionManager;
1826
+ navigation: import("../../collection/lib/useCursorListModel").NavigationManager;
1827
+ getId: (item: any) => string;
1828
+ };
1829
+ selection: import("../../collection/lib/useSelectionListModel").SelectionManager;
1830
+ navigation: import("../../collection/lib/useCursorListModel").NavigationManager;
1831
+ getId: (item: any) => string;
1832
+ }>;
1833
+ /**
1834
+ * The overflow menu of the ActionBar component. If there isn't enough room to render all the action
1835
+ * items, the extra actions that don't fit will be overflowed into this menu.
1836
+ * @example
1837
+ * <ActionBar.Menu.Popper>
1838
+ * <ActionBar.Menu.Card>
1839
+ * <ActionBar.Menu.List>
1840
+ * {(item: MyActionItem) => <ActionBar.Menu.Item>{item.text}</ActionBar.Menu.Item>}
1841
+ * </ActionBar.Menu.List>
1842
+ * </ActionBar.Menu.Card>
1843
+ * </ActionBar.Menu.Popper>
1844
+ */
1845
+ Menu: import("../../common").ComponentM<import("../../menu/lib/Menu").MenuProps & Partial<{
1846
+ mode: "multiple" | "single";
1847
+ returnFocusRef: React.RefObject<any> | undefined;
1848
+ initialFocusRef: React.RefObject<any> | undefined;
1849
+ id: string;
1850
+ initialVisibility: import("../..").Visibility;
1851
+ initialSelectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
1852
+ initialUnselectedIds: string[];
1853
+ selection: import("../../collection/lib/useSelectionListModel").SelectionManager;
1854
+ initialCursorId: string;
1855
+ columnCount: number;
1856
+ navigation: import("../../collection/lib/useCursorListModel").NavigationManager;
1857
+ getId: (item: any) => string;
1858
+ getTextValue: (item: any) => string;
1859
+ nonInteractiveIds: string[];
1860
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
1861
+ defaultItemHeight: number;
1862
+ shouldVirtualize: boolean;
1863
+ items: any[];
1864
+ }> & {
1865
+ onUpdatePlacement?: ((data: {
1866
+ placement: import("@popperjs/core").Placement;
1867
+ }, prevState: {
1868
+ stackRef: React.RefObject<HTMLDivElement>;
1869
+ targetRef: React.RefObject<HTMLButtonElement>;
1870
+ initialFocusRef: React.RefObject<any> | undefined;
1871
+ returnFocusRef: React.RefObject<any> | undefined;
1872
+ placement: import("@popperjs/core").Placement;
1873
+ id: string;
1874
+ visibility: import("../..").Visibility;
1875
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
1876
+ unselectedIds: string[];
1877
+ cursorId: string;
1878
+ columnCount: number;
1879
+ UNSTABLE_virtual: {
1880
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1881
+ totalSize: number;
1882
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
1883
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
1884
+ measure: () => void;
1885
+ };
1886
+ UNSTABLE_defaultItemHeight: number;
1887
+ containerRef: React.RefObject<HTMLDivElement>;
1888
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
1889
+ indexRef: React.MutableRefObject<number>;
1890
+ nonInteractiveIds: string[];
1891
+ isVirtualized: boolean;
1892
+ items: import("../..").Item<any>[];
1893
+ mode: "multiple" | "single";
1894
+ }) => void) | undefined;
1895
+ onShow?: ((data: Event | React.SyntheticEvent<Element, Event> | undefined, prevState: {
1896
+ stackRef: React.RefObject<HTMLDivElement>;
1897
+ targetRef: React.RefObject<HTMLButtonElement>;
1898
+ initialFocusRef: React.RefObject<any> | undefined;
1899
+ returnFocusRef: React.RefObject<any> | undefined;
1900
+ placement: import("@popperjs/core").Placement;
1901
+ id: string;
1902
+ visibility: import("../..").Visibility;
1903
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
1904
+ unselectedIds: string[];
1905
+ cursorId: string;
1906
+ columnCount: number;
1907
+ UNSTABLE_virtual: {
1908
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1909
+ totalSize: number;
1910
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
1911
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
1912
+ measure: () => void;
1913
+ };
1914
+ UNSTABLE_defaultItemHeight: number;
1915
+ containerRef: React.RefObject<HTMLDivElement>;
1916
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
1917
+ indexRef: React.MutableRefObject<number>;
1918
+ nonInteractiveIds: string[];
1919
+ isVirtualized: boolean;
1920
+ items: import("../..").Item<any>[];
1921
+ mode: "multiple" | "single";
1922
+ }) => void) | undefined;
1923
+ onHide?: ((data: Event | React.SyntheticEvent<Element, Event> | undefined, prevState: {
1924
+ stackRef: React.RefObject<HTMLDivElement>;
1925
+ targetRef: React.RefObject<HTMLButtonElement>;
1926
+ initialFocusRef: React.RefObject<any> | undefined;
1927
+ returnFocusRef: React.RefObject<any> | undefined;
1928
+ placement: import("@popperjs/core").Placement;
1929
+ id: string;
1930
+ visibility: import("../..").Visibility;
1931
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
1932
+ unselectedIds: string[];
1933
+ cursorId: string;
1934
+ columnCount: number;
1935
+ UNSTABLE_virtual: {
1936
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1937
+ totalSize: number;
1938
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
1939
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
1940
+ measure: () => void;
1941
+ };
1942
+ UNSTABLE_defaultItemHeight: number;
1943
+ containerRef: React.RefObject<HTMLDivElement>;
1944
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
1945
+ indexRef: React.MutableRefObject<number>;
1946
+ nonInteractiveIds: string[];
1947
+ isVirtualized: boolean;
1948
+ items: import("../..").Item<any>[];
1949
+ mode: "multiple" | "single";
1950
+ }) => void) | undefined;
1951
+ onSelect?: ((data: {
1952
+ id: string;
1953
+ }, prevState: {
1954
+ stackRef: React.RefObject<HTMLDivElement>;
1955
+ targetRef: React.RefObject<HTMLButtonElement>;
1956
+ initialFocusRef: React.RefObject<any> | undefined;
1957
+ returnFocusRef: React.RefObject<any> | undefined;
1958
+ placement: import("@popperjs/core").Placement;
1959
+ id: string;
1960
+ visibility: import("../..").Visibility;
1961
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
1962
+ unselectedIds: string[];
1963
+ cursorId: string;
1964
+ columnCount: number;
1965
+ UNSTABLE_virtual: {
1966
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1967
+ totalSize: number;
1968
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
1969
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
1970
+ measure: () => void;
1971
+ };
1972
+ UNSTABLE_defaultItemHeight: number;
1973
+ containerRef: React.RefObject<HTMLDivElement>;
1974
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
1975
+ indexRef: React.MutableRefObject<number>;
1976
+ nonInteractiveIds: string[];
1977
+ isVirtualized: boolean;
1978
+ items: import("../..").Item<any>[];
1979
+ mode: "multiple" | "single";
1980
+ }) => void) | undefined;
1981
+ onSelectAll?: ((data: undefined, prevState: {
1982
+ stackRef: React.RefObject<HTMLDivElement>;
1983
+ targetRef: React.RefObject<HTMLButtonElement>;
1984
+ initialFocusRef: React.RefObject<any> | undefined;
1985
+ returnFocusRef: React.RefObject<any> | undefined;
1986
+ placement: import("@popperjs/core").Placement;
1987
+ id: string;
1988
+ visibility: import("../..").Visibility;
1989
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
1990
+ unselectedIds: string[];
1991
+ cursorId: string;
1992
+ columnCount: number;
1993
+ UNSTABLE_virtual: {
1994
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1995
+ totalSize: number;
1996
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
1997
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
1998
+ measure: () => void;
1999
+ };
2000
+ UNSTABLE_defaultItemHeight: number;
2001
+ containerRef: React.RefObject<HTMLDivElement>;
2002
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
2003
+ indexRef: React.MutableRefObject<number>;
2004
+ nonInteractiveIds: string[];
2005
+ isVirtualized: boolean;
2006
+ items: import("../..").Item<any>[];
2007
+ mode: "multiple" | "single";
2008
+ }) => void) | undefined;
2009
+ onUnselectAll?: ((data: undefined, prevState: {
2010
+ stackRef: React.RefObject<HTMLDivElement>;
2011
+ targetRef: React.RefObject<HTMLButtonElement>;
2012
+ initialFocusRef: React.RefObject<any> | undefined;
2013
+ returnFocusRef: React.RefObject<any> | undefined;
2014
+ placement: import("@popperjs/core").Placement;
2015
+ id: string;
2016
+ visibility: import("../..").Visibility;
2017
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
2018
+ unselectedIds: string[];
2019
+ cursorId: string;
2020
+ columnCount: number;
2021
+ UNSTABLE_virtual: {
2022
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2023
+ totalSize: number;
2024
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
2025
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
2026
+ measure: () => void;
2027
+ };
2028
+ UNSTABLE_defaultItemHeight: number;
2029
+ containerRef: React.RefObject<HTMLDivElement>;
2030
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
2031
+ indexRef: React.MutableRefObject<number>;
2032
+ nonInteractiveIds: string[];
2033
+ isVirtualized: boolean;
2034
+ items: import("../..").Item<any>[];
2035
+ mode: "multiple" | "single";
2036
+ }) => void) | undefined;
2037
+ onRegisterItem?: ((data: {
2038
+ item: any;
2039
+ textValue: string;
2040
+ }, prevState: {
2041
+ stackRef: React.RefObject<HTMLDivElement>;
2042
+ targetRef: React.RefObject<HTMLButtonElement>;
2043
+ initialFocusRef: React.RefObject<any> | undefined;
2044
+ returnFocusRef: React.RefObject<any> | undefined;
2045
+ placement: import("@popperjs/core").Placement;
2046
+ id: string;
2047
+ visibility: import("../..").Visibility;
2048
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
2049
+ unselectedIds: string[];
2050
+ cursorId: string;
2051
+ columnCount: number;
2052
+ UNSTABLE_virtual: {
2053
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2054
+ totalSize: number;
2055
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
2056
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
2057
+ measure: () => void;
2058
+ };
2059
+ UNSTABLE_defaultItemHeight: number;
2060
+ containerRef: React.RefObject<HTMLDivElement>;
2061
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
2062
+ indexRef: React.MutableRefObject<number>;
2063
+ nonInteractiveIds: string[];
2064
+ isVirtualized: boolean;
2065
+ items: import("../..").Item<any>[];
2066
+ mode: "multiple" | "single";
2067
+ }) => void) | undefined;
2068
+ onGoTo?: ((data: {
2069
+ id: string;
2070
+ }, prevState: {
2071
+ stackRef: React.RefObject<HTMLDivElement>;
2072
+ targetRef: React.RefObject<HTMLButtonElement>;
2073
+ initialFocusRef: React.RefObject<any> | undefined;
2074
+ returnFocusRef: React.RefObject<any> | undefined;
2075
+ placement: import("@popperjs/core").Placement;
2076
+ id: string;
2077
+ visibility: import("../..").Visibility;
2078
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
2079
+ unselectedIds: string[];
2080
+ cursorId: string;
2081
+ columnCount: number;
2082
+ UNSTABLE_virtual: {
2083
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2084
+ totalSize: number;
2085
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
2086
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
2087
+ measure: () => void;
2088
+ };
2089
+ UNSTABLE_defaultItemHeight: number;
2090
+ containerRef: React.RefObject<HTMLDivElement>;
2091
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
2092
+ indexRef: React.MutableRefObject<number>;
2093
+ nonInteractiveIds: string[];
2094
+ isVirtualized: boolean;
2095
+ items: import("../..").Item<any>[];
2096
+ mode: "multiple" | "single";
2097
+ }) => void) | undefined;
2098
+ onGoToNext?: ((data: undefined, prevState: {
2099
+ stackRef: React.RefObject<HTMLDivElement>;
2100
+ targetRef: React.RefObject<HTMLButtonElement>;
2101
+ initialFocusRef: React.RefObject<any> | undefined;
2102
+ returnFocusRef: React.RefObject<any> | undefined;
2103
+ placement: import("@popperjs/core").Placement;
2104
+ id: string;
2105
+ visibility: import("../..").Visibility;
2106
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
2107
+ unselectedIds: string[];
2108
+ cursorId: string;
2109
+ columnCount: number;
2110
+ UNSTABLE_virtual: {
2111
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2112
+ totalSize: number;
2113
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
2114
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
2115
+ measure: () => void;
2116
+ };
2117
+ UNSTABLE_defaultItemHeight: number;
2118
+ containerRef: React.RefObject<HTMLDivElement>;
2119
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
2120
+ indexRef: React.MutableRefObject<number>;
2121
+ nonInteractiveIds: string[];
2122
+ isVirtualized: boolean;
2123
+ items: import("../..").Item<any>[];
2124
+ mode: "multiple" | "single";
2125
+ }) => void) | undefined;
2126
+ onGoToPrevious?: ((data: undefined, prevState: {
2127
+ stackRef: React.RefObject<HTMLDivElement>;
2128
+ targetRef: React.RefObject<HTMLButtonElement>;
2129
+ initialFocusRef: React.RefObject<any> | undefined;
2130
+ returnFocusRef: React.RefObject<any> | undefined;
2131
+ placement: import("@popperjs/core").Placement;
2132
+ id: string;
2133
+ visibility: import("../..").Visibility;
2134
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
2135
+ unselectedIds: string[];
2136
+ cursorId: string;
2137
+ columnCount: number;
2138
+ UNSTABLE_virtual: {
2139
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2140
+ totalSize: number;
2141
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
2142
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
2143
+ measure: () => void;
2144
+ };
2145
+ UNSTABLE_defaultItemHeight: number;
2146
+ containerRef: React.RefObject<HTMLDivElement>;
2147
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
2148
+ indexRef: React.MutableRefObject<number>;
2149
+ nonInteractiveIds: string[];
2150
+ isVirtualized: boolean;
2151
+ items: import("../..").Item<any>[];
2152
+ mode: "multiple" | "single";
2153
+ }) => void) | undefined;
2154
+ onGoToPreviousRow?: ((data: undefined, prevState: {
2155
+ stackRef: React.RefObject<HTMLDivElement>;
2156
+ targetRef: React.RefObject<HTMLButtonElement>;
2157
+ initialFocusRef: React.RefObject<any> | undefined;
2158
+ returnFocusRef: React.RefObject<any> | undefined;
2159
+ placement: import("@popperjs/core").Placement;
2160
+ id: string;
2161
+ visibility: import("../..").Visibility;
2162
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
2163
+ unselectedIds: string[];
2164
+ cursorId: string;
2165
+ columnCount: number;
2166
+ UNSTABLE_virtual: {
2167
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2168
+ totalSize: number;
2169
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
2170
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
2171
+ measure: () => void;
2172
+ };
2173
+ UNSTABLE_defaultItemHeight: number;
2174
+ containerRef: React.RefObject<HTMLDivElement>;
2175
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
2176
+ indexRef: React.MutableRefObject<number>;
2177
+ nonInteractiveIds: string[];
2178
+ isVirtualized: boolean;
2179
+ items: import("../..").Item<any>[];
2180
+ mode: "multiple" | "single";
2181
+ }) => void) | undefined;
2182
+ onGoToNextRow?: ((data: undefined, prevState: {
2183
+ stackRef: React.RefObject<HTMLDivElement>;
2184
+ targetRef: React.RefObject<HTMLButtonElement>;
2185
+ initialFocusRef: React.RefObject<any> | undefined;
2186
+ returnFocusRef: React.RefObject<any> | undefined;
2187
+ placement: import("@popperjs/core").Placement;
2188
+ id: string;
2189
+ visibility: import("../..").Visibility;
2190
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
2191
+ unselectedIds: string[];
2192
+ cursorId: string;
2193
+ columnCount: number;
2194
+ UNSTABLE_virtual: {
2195
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2196
+ totalSize: number;
2197
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
2198
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
2199
+ measure: () => void;
2200
+ };
2201
+ UNSTABLE_defaultItemHeight: number;
2202
+ containerRef: React.RefObject<HTMLDivElement>;
2203
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
2204
+ indexRef: React.MutableRefObject<number>;
2205
+ nonInteractiveIds: string[];
2206
+ isVirtualized: boolean;
2207
+ items: import("../..").Item<any>[];
2208
+ mode: "multiple" | "single";
2209
+ }) => void) | undefined;
2210
+ onGoToFirst?: ((data: undefined, prevState: {
2211
+ stackRef: React.RefObject<HTMLDivElement>;
2212
+ targetRef: React.RefObject<HTMLButtonElement>;
2213
+ initialFocusRef: React.RefObject<any> | undefined;
2214
+ returnFocusRef: React.RefObject<any> | undefined;
2215
+ placement: import("@popperjs/core").Placement;
2216
+ id: string;
2217
+ visibility: import("../..").Visibility;
2218
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
2219
+ unselectedIds: string[];
2220
+ cursorId: string;
2221
+ columnCount: number;
2222
+ UNSTABLE_virtual: {
2223
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2224
+ totalSize: number;
2225
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
2226
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
2227
+ measure: () => void;
2228
+ };
2229
+ UNSTABLE_defaultItemHeight: number;
2230
+ containerRef: React.RefObject<HTMLDivElement>;
2231
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
2232
+ indexRef: React.MutableRefObject<number>;
2233
+ nonInteractiveIds: string[];
2234
+ isVirtualized: boolean;
2235
+ items: import("../..").Item<any>[];
2236
+ mode: "multiple" | "single";
2237
+ }) => void) | undefined;
2238
+ onGoToLast?: ((data: undefined, prevState: {
2239
+ stackRef: React.RefObject<HTMLDivElement>;
2240
+ targetRef: React.RefObject<HTMLButtonElement>;
2241
+ initialFocusRef: React.RefObject<any> | undefined;
2242
+ returnFocusRef: React.RefObject<any> | undefined;
2243
+ placement: import("@popperjs/core").Placement;
2244
+ id: string;
2245
+ visibility: import("../..").Visibility;
2246
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
2247
+ unselectedIds: string[];
2248
+ cursorId: string;
2249
+ columnCount: number;
2250
+ UNSTABLE_virtual: {
2251
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2252
+ totalSize: number;
2253
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
2254
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
2255
+ measure: () => void;
2256
+ };
2257
+ UNSTABLE_defaultItemHeight: number;
2258
+ containerRef: React.RefObject<HTMLDivElement>;
2259
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
2260
+ indexRef: React.MutableRefObject<number>;
2261
+ nonInteractiveIds: string[];
2262
+ isVirtualized: boolean;
2263
+ items: import("../..").Item<any>[];
2264
+ mode: "multiple" | "single";
2265
+ }) => void) | undefined;
2266
+ onGoToFirstOfRow?: ((data: undefined, prevState: {
2267
+ stackRef: React.RefObject<HTMLDivElement>;
2268
+ targetRef: React.RefObject<HTMLButtonElement>;
2269
+ initialFocusRef: React.RefObject<any> | undefined;
2270
+ returnFocusRef: React.RefObject<any> | undefined;
2271
+ placement: import("@popperjs/core").Placement;
2272
+ id: string;
2273
+ visibility: import("../..").Visibility;
2274
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
2275
+ unselectedIds: string[];
2276
+ cursorId: string;
2277
+ columnCount: number;
2278
+ UNSTABLE_virtual: {
2279
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2280
+ totalSize: number;
2281
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
2282
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
2283
+ measure: () => void;
2284
+ };
2285
+ UNSTABLE_defaultItemHeight: number;
2286
+ containerRef: React.RefObject<HTMLDivElement>;
2287
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
2288
+ indexRef: React.MutableRefObject<number>;
2289
+ nonInteractiveIds: string[];
2290
+ isVirtualized: boolean;
2291
+ items: import("../..").Item<any>[];
2292
+ mode: "multiple" | "single";
2293
+ }) => void) | undefined;
2294
+ onGoToLastOfRow?: ((data: undefined, prevState: {
2295
+ stackRef: React.RefObject<HTMLDivElement>;
2296
+ targetRef: React.RefObject<HTMLButtonElement>;
2297
+ initialFocusRef: React.RefObject<any> | undefined;
2298
+ returnFocusRef: React.RefObject<any> | undefined;
2299
+ placement: import("@popperjs/core").Placement;
2300
+ id: string;
2301
+ visibility: import("../..").Visibility;
2302
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
2303
+ unselectedIds: string[];
2304
+ cursorId: string;
2305
+ columnCount: number;
2306
+ UNSTABLE_virtual: {
2307
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2308
+ totalSize: number;
2309
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
2310
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
2311
+ measure: () => void;
2312
+ };
2313
+ UNSTABLE_defaultItemHeight: number;
2314
+ containerRef: React.RefObject<HTMLDivElement>;
2315
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
2316
+ indexRef: React.MutableRefObject<number>;
2317
+ nonInteractiveIds: string[];
2318
+ isVirtualized: boolean;
2319
+ items: import("../..").Item<any>[];
2320
+ mode: "multiple" | "single";
2321
+ }) => void) | undefined;
2322
+ onGoToNextPage?: ((data: undefined, prevState: {
2323
+ stackRef: React.RefObject<HTMLDivElement>;
2324
+ targetRef: React.RefObject<HTMLButtonElement>;
2325
+ initialFocusRef: React.RefObject<any> | undefined;
2326
+ returnFocusRef: React.RefObject<any> | undefined;
2327
+ placement: import("@popperjs/core").Placement;
2328
+ id: string;
2329
+ visibility: import("../..").Visibility;
2330
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
2331
+ unselectedIds: string[];
2332
+ cursorId: string;
2333
+ columnCount: number;
2334
+ UNSTABLE_virtual: {
2335
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2336
+ totalSize: number;
2337
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
2338
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
2339
+ measure: () => void;
2340
+ };
2341
+ UNSTABLE_defaultItemHeight: number;
2342
+ containerRef: React.RefObject<HTMLDivElement>;
2343
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
2344
+ indexRef: React.MutableRefObject<number>;
2345
+ nonInteractiveIds: string[];
2346
+ isVirtualized: boolean;
2347
+ items: import("../..").Item<any>[];
2348
+ mode: "multiple" | "single";
2349
+ }) => void) | undefined;
2350
+ onGoToPreviousPage?: ((data: undefined, prevState: {
2351
+ stackRef: React.RefObject<HTMLDivElement>;
2352
+ targetRef: React.RefObject<HTMLButtonElement>;
2353
+ initialFocusRef: React.RefObject<any> | undefined;
2354
+ returnFocusRef: React.RefObject<any> | undefined;
2355
+ placement: import("@popperjs/core").Placement;
2356
+ id: string;
2357
+ visibility: import("../..").Visibility;
2358
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
2359
+ unselectedIds: string[];
2360
+ cursorId: string;
2361
+ columnCount: number;
2362
+ UNSTABLE_virtual: {
2363
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2364
+ totalSize: number;
2365
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
2366
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
2367
+ measure: () => void;
2368
+ };
2369
+ UNSTABLE_defaultItemHeight: number;
2370
+ containerRef: React.RefObject<HTMLDivElement>;
2371
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
2372
+ indexRef: React.MutableRefObject<number>;
2373
+ nonInteractiveIds: string[];
2374
+ isVirtualized: boolean;
2375
+ items: import("../..").Item<any>[];
2376
+ mode: "multiple" | "single";
2377
+ }) => void) | undefined;
2378
+ onUnregisterItem?: ((data: {
2379
+ id: string;
2380
+ }, prevState: {
2381
+ stackRef: React.RefObject<HTMLDivElement>;
2382
+ targetRef: React.RefObject<HTMLButtonElement>;
2383
+ initialFocusRef: React.RefObject<any> | undefined;
2384
+ returnFocusRef: React.RefObject<any> | undefined;
2385
+ placement: import("@popperjs/core").Placement;
2386
+ id: string;
2387
+ visibility: import("../..").Visibility;
2388
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
2389
+ unselectedIds: string[];
2390
+ cursorId: string;
2391
+ columnCount: number;
2392
+ UNSTABLE_virtual: {
2393
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2394
+ totalSize: number;
2395
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
2396
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
2397
+ measure: () => void;
2398
+ };
2399
+ UNSTABLE_defaultItemHeight: number;
2400
+ containerRef: React.RefObject<HTMLDivElement>;
2401
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
2402
+ indexRef: React.MutableRefObject<number>;
2403
+ nonInteractiveIds: string[];
2404
+ isVirtualized: boolean;
2405
+ items: import("../..").Item<any>[];
2406
+ mode: "multiple" | "single";
2407
+ }) => void) | undefined;
2408
+ onUpdateItemHeight?: ((data: {
2409
+ value: number;
2410
+ }, prevState: {
2411
+ stackRef: React.RefObject<HTMLDivElement>;
2412
+ targetRef: React.RefObject<HTMLButtonElement>;
2413
+ initialFocusRef: React.RefObject<any> | undefined;
2414
+ returnFocusRef: React.RefObject<any> | undefined;
2415
+ placement: import("@popperjs/core").Placement;
2416
+ id: string;
2417
+ visibility: import("../..").Visibility;
2418
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
2419
+ unselectedIds: string[];
2420
+ cursorId: string;
2421
+ columnCount: number;
2422
+ UNSTABLE_virtual: {
2423
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2424
+ totalSize: number;
2425
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
2426
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
2427
+ measure: () => void;
2428
+ };
2429
+ UNSTABLE_defaultItemHeight: number;
2430
+ containerRef: React.RefObject<HTMLDivElement>;
2431
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
2432
+ indexRef: React.MutableRefObject<number>;
2433
+ nonInteractiveIds: string[];
2434
+ isVirtualized: boolean;
2435
+ items: import("../..").Item<any>[];
2436
+ mode: "multiple" | "single";
2437
+ }) => void) | undefined;
2438
+ } & {
2439
+ shouldUpdatePlacement?: ((data: {
2440
+ placement: import("@popperjs/core").Placement;
2441
+ }, state: {
2442
+ stackRef: React.RefObject<HTMLDivElement>;
2443
+ targetRef: React.RefObject<HTMLButtonElement>;
2444
+ initialFocusRef: React.RefObject<any> | undefined;
2445
+ returnFocusRef: React.RefObject<any> | undefined;
2446
+ placement: import("@popperjs/core").Placement;
2447
+ id: string;
2448
+ visibility: import("../..").Visibility;
2449
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
2450
+ unselectedIds: string[];
2451
+ cursorId: string;
2452
+ columnCount: number;
2453
+ UNSTABLE_virtual: {
2454
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2455
+ totalSize: number;
2456
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
2457
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
2458
+ measure: () => void;
2459
+ };
2460
+ UNSTABLE_defaultItemHeight: number;
2461
+ containerRef: React.RefObject<HTMLDivElement>;
2462
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
2463
+ indexRef: React.MutableRefObject<number>;
2464
+ nonInteractiveIds: string[];
2465
+ isVirtualized: boolean;
2466
+ items: import("../..").Item<any>[];
2467
+ mode: "multiple" | "single";
2468
+ }) => boolean) | undefined;
2469
+ shouldShow?: ((data: Event | React.SyntheticEvent<Element, Event> | undefined, state: {
2470
+ stackRef: React.RefObject<HTMLDivElement>;
2471
+ targetRef: React.RefObject<HTMLButtonElement>;
2472
+ initialFocusRef: React.RefObject<any> | undefined;
2473
+ returnFocusRef: React.RefObject<any> | undefined;
2474
+ placement: import("@popperjs/core").Placement;
2475
+ id: string;
2476
+ visibility: import("../..").Visibility;
2477
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
2478
+ unselectedIds: string[];
2479
+ cursorId: string;
2480
+ columnCount: number;
2481
+ UNSTABLE_virtual: {
2482
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2483
+ totalSize: number;
2484
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
2485
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
2486
+ measure: () => void;
2487
+ };
2488
+ UNSTABLE_defaultItemHeight: number;
2489
+ containerRef: React.RefObject<HTMLDivElement>;
2490
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
2491
+ indexRef: React.MutableRefObject<number>;
2492
+ nonInteractiveIds: string[];
2493
+ isVirtualized: boolean;
2494
+ items: import("../..").Item<any>[];
2495
+ mode: "multiple" | "single";
2496
+ }) => boolean) | undefined;
2497
+ shouldHide?: ((data: Event | React.SyntheticEvent<Element, Event> | undefined, state: {
2498
+ stackRef: React.RefObject<HTMLDivElement>;
2499
+ targetRef: React.RefObject<HTMLButtonElement>;
2500
+ initialFocusRef: React.RefObject<any> | undefined;
2501
+ returnFocusRef: React.RefObject<any> | undefined;
2502
+ placement: import("@popperjs/core").Placement;
2503
+ id: string;
2504
+ visibility: import("../..").Visibility;
2505
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
2506
+ unselectedIds: string[];
2507
+ cursorId: string;
2508
+ columnCount: number;
2509
+ UNSTABLE_virtual: {
2510
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2511
+ totalSize: number;
2512
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
2513
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
2514
+ measure: () => void;
2515
+ };
2516
+ UNSTABLE_defaultItemHeight: number;
2517
+ containerRef: React.RefObject<HTMLDivElement>;
2518
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
2519
+ indexRef: React.MutableRefObject<number>;
2520
+ nonInteractiveIds: string[];
2521
+ isVirtualized: boolean;
2522
+ items: import("../..").Item<any>[];
2523
+ mode: "multiple" | "single";
2524
+ }) => boolean) | undefined;
2525
+ shouldSelect?: ((data: {
2526
+ id: string;
2527
+ }, state: {
2528
+ stackRef: React.RefObject<HTMLDivElement>;
2529
+ targetRef: React.RefObject<HTMLButtonElement>;
2530
+ initialFocusRef: React.RefObject<any> | undefined;
2531
+ returnFocusRef: React.RefObject<any> | undefined;
2532
+ placement: import("@popperjs/core").Placement;
2533
+ id: string;
2534
+ visibility: import("../..").Visibility;
2535
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
2536
+ unselectedIds: string[];
2537
+ cursorId: string;
2538
+ columnCount: number;
2539
+ UNSTABLE_virtual: {
2540
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2541
+ totalSize: number;
2542
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
2543
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
2544
+ measure: () => void;
2545
+ };
2546
+ UNSTABLE_defaultItemHeight: number;
2547
+ containerRef: React.RefObject<HTMLDivElement>;
2548
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
2549
+ indexRef: React.MutableRefObject<number>;
2550
+ nonInteractiveIds: string[];
2551
+ isVirtualized: boolean;
2552
+ items: import("../..").Item<any>[];
2553
+ mode: "multiple" | "single";
2554
+ }) => boolean) | undefined;
2555
+ shouldSelectAll?: ((data: undefined, state: {
2556
+ stackRef: React.RefObject<HTMLDivElement>;
2557
+ targetRef: React.RefObject<HTMLButtonElement>;
2558
+ initialFocusRef: React.RefObject<any> | undefined;
2559
+ returnFocusRef: React.RefObject<any> | undefined;
2560
+ placement: import("@popperjs/core").Placement;
2561
+ id: string;
2562
+ visibility: import("../..").Visibility;
2563
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
2564
+ unselectedIds: string[];
2565
+ cursorId: string;
2566
+ columnCount: number;
2567
+ UNSTABLE_virtual: {
2568
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2569
+ totalSize: number;
2570
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
2571
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
2572
+ measure: () => void;
2573
+ };
2574
+ UNSTABLE_defaultItemHeight: number;
2575
+ containerRef: React.RefObject<HTMLDivElement>;
2576
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
2577
+ indexRef: React.MutableRefObject<number>;
2578
+ nonInteractiveIds: string[];
2579
+ isVirtualized: boolean;
2580
+ items: import("../..").Item<any>[];
2581
+ mode: "multiple" | "single";
2582
+ }) => boolean) | undefined;
2583
+ shouldUnselectAll?: ((data: undefined, state: {
2584
+ stackRef: React.RefObject<HTMLDivElement>;
2585
+ targetRef: React.RefObject<HTMLButtonElement>;
2586
+ initialFocusRef: React.RefObject<any> | undefined;
2587
+ returnFocusRef: React.RefObject<any> | undefined;
2588
+ placement: import("@popperjs/core").Placement;
2589
+ id: string;
2590
+ visibility: import("../..").Visibility;
2591
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
2592
+ unselectedIds: string[];
2593
+ cursorId: string;
2594
+ columnCount: number;
2595
+ UNSTABLE_virtual: {
2596
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2597
+ totalSize: number;
2598
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
2599
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
2600
+ measure: () => void;
2601
+ };
2602
+ UNSTABLE_defaultItemHeight: number;
2603
+ containerRef: React.RefObject<HTMLDivElement>;
2604
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
2605
+ indexRef: React.MutableRefObject<number>;
2606
+ nonInteractiveIds: string[];
2607
+ isVirtualized: boolean;
2608
+ items: import("../..").Item<any>[];
2609
+ mode: "multiple" | "single";
2610
+ }) => boolean) | undefined;
2611
+ shouldRegisterItem?: ((data: {
2612
+ item: any;
2613
+ textValue: string;
2614
+ }, state: {
2615
+ stackRef: React.RefObject<HTMLDivElement>;
2616
+ targetRef: React.RefObject<HTMLButtonElement>;
2617
+ initialFocusRef: React.RefObject<any> | undefined;
2618
+ returnFocusRef: React.RefObject<any> | undefined;
2619
+ placement: import("@popperjs/core").Placement;
2620
+ id: string;
2621
+ visibility: import("../..").Visibility;
2622
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
2623
+ unselectedIds: string[];
2624
+ cursorId: string;
2625
+ columnCount: number;
2626
+ UNSTABLE_virtual: {
2627
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2628
+ totalSize: number;
2629
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
2630
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
2631
+ measure: () => void;
2632
+ };
2633
+ UNSTABLE_defaultItemHeight: number;
2634
+ containerRef: React.RefObject<HTMLDivElement>;
2635
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
2636
+ indexRef: React.MutableRefObject<number>;
2637
+ nonInteractiveIds: string[];
2638
+ isVirtualized: boolean;
2639
+ items: import("../..").Item<any>[];
2640
+ mode: "multiple" | "single";
2641
+ }) => boolean) | undefined;
2642
+ shouldGoTo?: ((data: {
2643
+ id: string;
2644
+ }, state: {
2645
+ stackRef: React.RefObject<HTMLDivElement>;
2646
+ targetRef: React.RefObject<HTMLButtonElement>;
2647
+ initialFocusRef: React.RefObject<any> | undefined;
2648
+ returnFocusRef: React.RefObject<any> | undefined;
2649
+ placement: import("@popperjs/core").Placement;
2650
+ id: string;
2651
+ visibility: import("../..").Visibility;
2652
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
2653
+ unselectedIds: string[];
2654
+ cursorId: string;
2655
+ columnCount: number;
2656
+ UNSTABLE_virtual: {
2657
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2658
+ totalSize: number;
2659
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
2660
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
2661
+ measure: () => void;
2662
+ };
2663
+ UNSTABLE_defaultItemHeight: number;
2664
+ containerRef: React.RefObject<HTMLDivElement>;
2665
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
2666
+ indexRef: React.MutableRefObject<number>;
2667
+ nonInteractiveIds: string[];
2668
+ isVirtualized: boolean;
2669
+ items: import("../..").Item<any>[];
2670
+ mode: "multiple" | "single";
2671
+ }) => boolean) | undefined;
2672
+ shouldGoToNext?: ((data: undefined, state: {
2673
+ stackRef: React.RefObject<HTMLDivElement>;
2674
+ targetRef: React.RefObject<HTMLButtonElement>;
2675
+ initialFocusRef: React.RefObject<any> | undefined;
2676
+ returnFocusRef: React.RefObject<any> | undefined;
2677
+ placement: import("@popperjs/core").Placement;
2678
+ id: string;
2679
+ visibility: import("../..").Visibility;
2680
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
2681
+ unselectedIds: string[];
2682
+ cursorId: string;
2683
+ columnCount: number;
2684
+ UNSTABLE_virtual: {
2685
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2686
+ totalSize: number;
2687
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
2688
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
2689
+ measure: () => void;
2690
+ };
2691
+ UNSTABLE_defaultItemHeight: number;
2692
+ containerRef: React.RefObject<HTMLDivElement>;
2693
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
2694
+ indexRef: React.MutableRefObject<number>;
2695
+ nonInteractiveIds: string[];
2696
+ isVirtualized: boolean;
2697
+ items: import("../..").Item<any>[];
2698
+ mode: "multiple" | "single";
2699
+ }) => boolean) | undefined;
2700
+ shouldGoToPrevious?: ((data: undefined, state: {
2701
+ stackRef: React.RefObject<HTMLDivElement>;
2702
+ targetRef: React.RefObject<HTMLButtonElement>;
2703
+ initialFocusRef: React.RefObject<any> | undefined;
2704
+ returnFocusRef: React.RefObject<any> | undefined;
2705
+ placement: import("@popperjs/core").Placement;
2706
+ id: string;
2707
+ visibility: import("../..").Visibility;
2708
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
2709
+ unselectedIds: string[];
2710
+ cursorId: string;
2711
+ columnCount: number;
2712
+ UNSTABLE_virtual: {
2713
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2714
+ totalSize: number;
2715
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
2716
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
2717
+ measure: () => void;
2718
+ };
2719
+ UNSTABLE_defaultItemHeight: number;
2720
+ containerRef: React.RefObject<HTMLDivElement>;
2721
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
2722
+ indexRef: React.MutableRefObject<number>;
2723
+ nonInteractiveIds: string[];
2724
+ isVirtualized: boolean;
2725
+ items: import("../..").Item<any>[];
2726
+ mode: "multiple" | "single";
2727
+ }) => boolean) | undefined;
2728
+ shouldGoToPreviousRow?: ((data: undefined, state: {
2729
+ stackRef: React.RefObject<HTMLDivElement>;
2730
+ targetRef: React.RefObject<HTMLButtonElement>;
2731
+ initialFocusRef: React.RefObject<any> | undefined;
2732
+ returnFocusRef: React.RefObject<any> | undefined;
2733
+ placement: import("@popperjs/core").Placement;
2734
+ id: string;
2735
+ visibility: import("../..").Visibility;
2736
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
2737
+ unselectedIds: string[];
2738
+ cursorId: string;
2739
+ columnCount: number;
2740
+ UNSTABLE_virtual: {
2741
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2742
+ totalSize: number;
2743
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
2744
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
2745
+ measure: () => void;
2746
+ };
2747
+ UNSTABLE_defaultItemHeight: number;
2748
+ containerRef: React.RefObject<HTMLDivElement>;
2749
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
2750
+ indexRef: React.MutableRefObject<number>;
2751
+ nonInteractiveIds: string[];
2752
+ isVirtualized: boolean;
2753
+ items: import("../..").Item<any>[];
2754
+ mode: "multiple" | "single";
2755
+ }) => boolean) | undefined;
2756
+ shouldGoToNextRow?: ((data: undefined, state: {
2757
+ stackRef: React.RefObject<HTMLDivElement>;
2758
+ targetRef: React.RefObject<HTMLButtonElement>;
2759
+ initialFocusRef: React.RefObject<any> | undefined;
2760
+ returnFocusRef: React.RefObject<any> | undefined;
2761
+ placement: import("@popperjs/core").Placement;
2762
+ id: string;
2763
+ visibility: import("../..").Visibility;
2764
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
2765
+ unselectedIds: string[];
2766
+ cursorId: string;
2767
+ columnCount: number;
2768
+ UNSTABLE_virtual: {
2769
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2770
+ totalSize: number;
2771
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
2772
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
2773
+ measure: () => void;
2774
+ };
2775
+ UNSTABLE_defaultItemHeight: number;
2776
+ containerRef: React.RefObject<HTMLDivElement>;
2777
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
2778
+ indexRef: React.MutableRefObject<number>;
2779
+ nonInteractiveIds: string[];
2780
+ isVirtualized: boolean;
2781
+ items: import("../..").Item<any>[];
2782
+ mode: "multiple" | "single";
2783
+ }) => boolean) | undefined;
2784
+ shouldGoToFirst?: ((data: undefined, state: {
2785
+ stackRef: React.RefObject<HTMLDivElement>;
2786
+ targetRef: React.RefObject<HTMLButtonElement>;
2787
+ initialFocusRef: React.RefObject<any> | undefined;
2788
+ returnFocusRef: React.RefObject<any> | undefined;
2789
+ placement: import("@popperjs/core").Placement;
2790
+ id: string;
2791
+ visibility: import("../..").Visibility;
2792
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
2793
+ unselectedIds: string[];
2794
+ cursorId: string;
2795
+ columnCount: number;
2796
+ UNSTABLE_virtual: {
2797
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2798
+ totalSize: number;
2799
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
2800
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
2801
+ measure: () => void;
2802
+ };
2803
+ UNSTABLE_defaultItemHeight: number;
2804
+ containerRef: React.RefObject<HTMLDivElement>;
2805
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
2806
+ indexRef: React.MutableRefObject<number>;
2807
+ nonInteractiveIds: string[];
2808
+ isVirtualized: boolean;
2809
+ items: import("../..").Item<any>[];
2810
+ mode: "multiple" | "single";
2811
+ }) => boolean) | undefined;
2812
+ shouldGoToLast?: ((data: undefined, state: {
2813
+ stackRef: React.RefObject<HTMLDivElement>;
2814
+ targetRef: React.RefObject<HTMLButtonElement>;
2815
+ initialFocusRef: React.RefObject<any> | undefined;
2816
+ returnFocusRef: React.RefObject<any> | undefined;
2817
+ placement: import("@popperjs/core").Placement;
2818
+ id: string;
2819
+ visibility: import("../..").Visibility;
2820
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
2821
+ unselectedIds: string[];
2822
+ cursorId: string;
2823
+ columnCount: number;
2824
+ UNSTABLE_virtual: {
2825
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2826
+ totalSize: number;
2827
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
2828
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
2829
+ measure: () => void;
2830
+ };
2831
+ UNSTABLE_defaultItemHeight: number;
2832
+ containerRef: React.RefObject<HTMLDivElement>;
2833
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
2834
+ indexRef: React.MutableRefObject<number>;
2835
+ nonInteractiveIds: string[];
2836
+ isVirtualized: boolean;
2837
+ items: import("../..").Item<any>[];
2838
+ mode: "multiple" | "single";
2839
+ }) => boolean) | undefined;
2840
+ shouldGoToFirstOfRow?: ((data: undefined, state: {
2841
+ stackRef: React.RefObject<HTMLDivElement>;
2842
+ targetRef: React.RefObject<HTMLButtonElement>;
2843
+ initialFocusRef: React.RefObject<any> | undefined;
2844
+ returnFocusRef: React.RefObject<any> | undefined;
2845
+ placement: import("@popperjs/core").Placement;
2846
+ id: string;
2847
+ visibility: import("../..").Visibility;
2848
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
2849
+ unselectedIds: string[];
2850
+ cursorId: string;
2851
+ columnCount: number;
2852
+ UNSTABLE_virtual: {
2853
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2854
+ totalSize: number;
2855
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
2856
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
2857
+ measure: () => void;
2858
+ };
2859
+ UNSTABLE_defaultItemHeight: number;
2860
+ containerRef: React.RefObject<HTMLDivElement>;
2861
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
2862
+ indexRef: React.MutableRefObject<number>;
2863
+ nonInteractiveIds: string[];
2864
+ isVirtualized: boolean;
2865
+ items: import("../..").Item<any>[];
2866
+ mode: "multiple" | "single";
2867
+ }) => boolean) | undefined;
2868
+ shouldGoToLastOfRow?: ((data: undefined, state: {
2869
+ stackRef: React.RefObject<HTMLDivElement>;
2870
+ targetRef: React.RefObject<HTMLButtonElement>;
2871
+ initialFocusRef: React.RefObject<any> | undefined;
2872
+ returnFocusRef: React.RefObject<any> | undefined;
2873
+ placement: import("@popperjs/core").Placement;
2874
+ id: string;
2875
+ visibility: import("../..").Visibility;
2876
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
2877
+ unselectedIds: string[];
2878
+ cursorId: string;
2879
+ columnCount: number;
2880
+ UNSTABLE_virtual: {
2881
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2882
+ totalSize: number;
2883
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
2884
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
2885
+ measure: () => void;
2886
+ };
2887
+ UNSTABLE_defaultItemHeight: number;
2888
+ containerRef: React.RefObject<HTMLDivElement>;
2889
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
2890
+ indexRef: React.MutableRefObject<number>;
2891
+ nonInteractiveIds: string[];
2892
+ isVirtualized: boolean;
2893
+ items: import("../..").Item<any>[];
2894
+ mode: "multiple" | "single";
2895
+ }) => boolean) | undefined;
2896
+ shouldGoToNextPage?: ((data: undefined, state: {
2897
+ stackRef: React.RefObject<HTMLDivElement>;
2898
+ targetRef: React.RefObject<HTMLButtonElement>;
2899
+ initialFocusRef: React.RefObject<any> | undefined;
2900
+ returnFocusRef: React.RefObject<any> | undefined;
2901
+ placement: import("@popperjs/core").Placement;
2902
+ id: string;
2903
+ visibility: import("../..").Visibility;
2904
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
2905
+ unselectedIds: string[];
2906
+ cursorId: string;
2907
+ columnCount: number;
2908
+ UNSTABLE_virtual: {
2909
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2910
+ totalSize: number;
2911
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
2912
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
2913
+ measure: () => void;
2914
+ };
2915
+ UNSTABLE_defaultItemHeight: number;
2916
+ containerRef: React.RefObject<HTMLDivElement>;
2917
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
2918
+ indexRef: React.MutableRefObject<number>;
2919
+ nonInteractiveIds: string[];
2920
+ isVirtualized: boolean;
2921
+ items: import("../..").Item<any>[];
2922
+ mode: "multiple" | "single";
2923
+ }) => boolean) | undefined;
2924
+ shouldGoToPreviousPage?: ((data: undefined, state: {
2925
+ stackRef: React.RefObject<HTMLDivElement>;
2926
+ targetRef: React.RefObject<HTMLButtonElement>;
2927
+ initialFocusRef: React.RefObject<any> | undefined;
2928
+ returnFocusRef: React.RefObject<any> | undefined;
2929
+ placement: import("@popperjs/core").Placement;
2930
+ id: string;
2931
+ visibility: import("../..").Visibility;
2932
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
2933
+ unselectedIds: string[];
2934
+ cursorId: string;
2935
+ columnCount: number;
2936
+ UNSTABLE_virtual: {
2937
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2938
+ totalSize: number;
2939
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
2940
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
2941
+ measure: () => void;
2942
+ };
2943
+ UNSTABLE_defaultItemHeight: number;
2944
+ containerRef: React.RefObject<HTMLDivElement>;
2945
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
2946
+ indexRef: React.MutableRefObject<number>;
2947
+ nonInteractiveIds: string[];
2948
+ isVirtualized: boolean;
2949
+ items: import("../..").Item<any>[];
2950
+ mode: "multiple" | "single";
2951
+ }) => boolean) | undefined;
2952
+ shouldUnregisterItem?: ((data: {
2953
+ id: string;
2954
+ }, state: {
2955
+ stackRef: React.RefObject<HTMLDivElement>;
2956
+ targetRef: React.RefObject<HTMLButtonElement>;
2957
+ initialFocusRef: React.RefObject<any> | undefined;
2958
+ returnFocusRef: React.RefObject<any> | undefined;
2959
+ placement: import("@popperjs/core").Placement;
2960
+ id: string;
2961
+ visibility: import("../..").Visibility;
2962
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
2963
+ unselectedIds: string[];
2964
+ cursorId: string;
2965
+ columnCount: number;
2966
+ UNSTABLE_virtual: {
2967
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2968
+ totalSize: number;
2969
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
2970
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
2971
+ measure: () => void;
2972
+ };
2973
+ UNSTABLE_defaultItemHeight: number;
2974
+ containerRef: React.RefObject<HTMLDivElement>;
2975
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
2976
+ indexRef: React.MutableRefObject<number>;
2977
+ nonInteractiveIds: string[];
2978
+ isVirtualized: boolean;
2979
+ items: import("../..").Item<any>[];
2980
+ mode: "multiple" | "single";
2981
+ }) => boolean) | undefined;
2982
+ shouldUpdateItemHeight?: ((data: {
2983
+ value: number;
2984
+ }, state: {
2985
+ stackRef: React.RefObject<HTMLDivElement>;
2986
+ targetRef: React.RefObject<HTMLButtonElement>;
2987
+ initialFocusRef: React.RefObject<any> | undefined;
2988
+ returnFocusRef: React.RefObject<any> | undefined;
2989
+ placement: import("@popperjs/core").Placement;
2990
+ id: string;
2991
+ visibility: import("../..").Visibility;
2992
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
2993
+ unselectedIds: string[];
2994
+ cursorId: string;
2995
+ columnCount: number;
2996
+ UNSTABLE_virtual: {
2997
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2998
+ totalSize: number;
2999
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
3000
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
3001
+ measure: () => void;
3002
+ };
3003
+ UNSTABLE_defaultItemHeight: number;
3004
+ containerRef: React.RefObject<HTMLDivElement>;
3005
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
3006
+ indexRef: React.MutableRefObject<number>;
3007
+ nonInteractiveIds: string[];
3008
+ isVirtualized: boolean;
3009
+ items: import("../..").Item<any>[];
3010
+ mode: "multiple" | "single";
3011
+ }) => boolean) | undefined;
3012
+ }, {
3013
+ state: {
3014
+ stackRef: React.RefObject<HTMLDivElement>;
3015
+ targetRef: React.RefObject<HTMLButtonElement>;
3016
+ initialFocusRef: React.RefObject<any> | undefined;
3017
+ returnFocusRef: React.RefObject<any> | undefined;
3018
+ placement: import("@popperjs/core").Placement;
3019
+ id: string;
3020
+ visibility: import("../..").Visibility;
3021
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
3022
+ unselectedIds: string[];
3023
+ cursorId: string;
3024
+ columnCount: number;
3025
+ UNSTABLE_virtual: {
3026
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
3027
+ totalSize: number;
3028
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
3029
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
3030
+ measure: () => void;
3031
+ };
3032
+ UNSTABLE_defaultItemHeight: number;
3033
+ containerRef: React.RefObject<HTMLDivElement>;
3034
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
3035
+ indexRef: React.MutableRefObject<number>;
3036
+ nonInteractiveIds: string[];
3037
+ isVirtualized: boolean;
3038
+ items: import("../..").Item<any>[];
3039
+ mode: "multiple" | "single";
3040
+ };
3041
+ events: {
3042
+ updatePlacement(data: {
3043
+ placement: import("@popperjs/core").Placement;
3044
+ }): void;
3045
+ show(event?: Event | React.SyntheticEvent<Element, Event> | undefined): void;
3046
+ hide(event?: Event | React.SyntheticEvent<Element, Event> | undefined): void;
3047
+ select(data: {
3048
+ id: string;
3049
+ }): void;
3050
+ selectAll(): void;
3051
+ unselectAll(): void;
3052
+ registerItem(data: {
3053
+ item: any;
3054
+ textValue: string;
3055
+ }): void;
3056
+ goTo(data: {
3057
+ id: string;
3058
+ }): void;
3059
+ goToNext(): void;
3060
+ goToPrevious(): void;
3061
+ goToPreviousRow(): void;
3062
+ goToNextRow(): void;
3063
+ goToFirst(): void;
3064
+ goToLast(): void;
3065
+ goToFirstOfRow(): void;
3066
+ goToLastOfRow(): void;
3067
+ goToNextPage(): void;
3068
+ goToPreviousPage(): void;
3069
+ unregisterItem(data: {
3070
+ id: string;
3071
+ }): void;
3072
+ updateItemHeight(data: {
3073
+ value: number;
3074
+ }): void;
3075
+ };
3076
+ selection: import("../../collection/lib/useSelectionListModel").SelectionManager;
3077
+ navigation: import("../../collection/lib/useCursorListModel").NavigationManager;
3078
+ getId: (item: any) => string;
3079
+ }> & {
3080
+ Card: import("../../common").ElementComponentM<"div", import("../../menu/lib/MenuCard").MenuCardProps, {
3081
+ state: {
3082
+ stackRef: React.RefObject<HTMLDivElement>;
3083
+ targetRef: React.RefObject<HTMLButtonElement>;
3084
+ initialFocusRef: React.RefObject<any> | undefined;
3085
+ returnFocusRef: React.RefObject<any> | undefined;
3086
+ placement: import("@popperjs/core").Placement;
3087
+ id: string;
3088
+ visibility: import("../..").Visibility;
3089
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
3090
+ unselectedIds: string[];
3091
+ cursorId: string;
3092
+ columnCount: number;
3093
+ UNSTABLE_virtual: {
3094
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
3095
+ totalSize: number;
3096
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
3097
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
3098
+ measure: () => void;
3099
+ };
3100
+ UNSTABLE_defaultItemHeight: number;
3101
+ containerRef: React.RefObject<HTMLDivElement>;
3102
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
3103
+ indexRef: React.MutableRefObject<number>;
3104
+ nonInteractiveIds: string[];
3105
+ isVirtualized: boolean;
3106
+ items: import("../..").Item<any>[];
3107
+ mode: "multiple" | "single";
3108
+ };
3109
+ events: {
3110
+ updatePlacement(data: {
3111
+ placement: import("@popperjs/core").Placement;
3112
+ }): void;
3113
+ show(event?: Event | React.SyntheticEvent<Element, Event> | undefined): void;
3114
+ hide(event?: Event | React.SyntheticEvent<Element, Event> | undefined): void;
3115
+ select(data: {
3116
+ id: string;
3117
+ }): void;
3118
+ selectAll(): void;
3119
+ unselectAll(): void;
3120
+ registerItem(data: {
3121
+ item: any;
3122
+ textValue: string;
3123
+ }): void;
3124
+ goTo(data: {
3125
+ id: string;
3126
+ }): void;
3127
+ goToNext(): void;
3128
+ goToPrevious(): void;
3129
+ goToPreviousRow(): void;
3130
+ goToNextRow(): void;
3131
+ goToFirst(): void;
3132
+ goToLast(): void;
3133
+ goToFirstOfRow(): void;
3134
+ goToLastOfRow(): void;
3135
+ goToNextPage(): void;
3136
+ goToPreviousPage(): void;
3137
+ unregisterItem(data: {
3138
+ id: string;
3139
+ }): void;
3140
+ updateItemHeight(data: {
3141
+ value: number;
3142
+ }): void;
3143
+ };
3144
+ selection: import("../../collection/lib/useSelectionListModel").SelectionManager;
3145
+ navigation: import("../../collection/lib/useCursorListModel").NavigationManager;
3146
+ getId: (item: any) => string;
3147
+ }>;
3148
+ List: import("../../common").ElementComponentM<"div", import("../../menu/lib/MenuList").MenuListProps, {
3149
+ state: {
3150
+ stackRef: React.RefObject<HTMLDivElement>;
3151
+ targetRef: React.RefObject<HTMLButtonElement>;
3152
+ initialFocusRef: React.RefObject<any> | undefined;
3153
+ returnFocusRef: React.RefObject<any> | undefined;
3154
+ placement: import("@popperjs/core").Placement;
3155
+ id: string;
3156
+ visibility: import("../..").Visibility;
3157
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
3158
+ unselectedIds: string[];
3159
+ cursorId: string;
3160
+ columnCount: number;
3161
+ UNSTABLE_virtual: {
3162
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
3163
+ totalSize: number;
3164
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
3165
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
3166
+ measure: () => void;
3167
+ };
3168
+ UNSTABLE_defaultItemHeight: number;
3169
+ containerRef: React.RefObject<HTMLDivElement>;
3170
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
3171
+ indexRef: React.MutableRefObject<number>;
3172
+ nonInteractiveIds: string[];
3173
+ isVirtualized: boolean;
3174
+ items: import("../..").Item<any>[];
3175
+ mode: "multiple" | "single";
3176
+ };
3177
+ events: {
3178
+ updatePlacement(data: {
3179
+ placement: import("@popperjs/core").Placement;
3180
+ }): void;
3181
+ show(event?: Event | React.SyntheticEvent<Element, Event> | undefined): void;
3182
+ hide(event?: Event | React.SyntheticEvent<Element, Event> | undefined): void;
3183
+ select(data: {
3184
+ id: string;
3185
+ }): void;
3186
+ selectAll(): void;
3187
+ unselectAll(): void;
3188
+ registerItem(data: {
3189
+ item: any;
3190
+ textValue: string;
3191
+ }): void;
3192
+ goTo(data: {
3193
+ id: string;
3194
+ }): void;
3195
+ goToNext(): void;
3196
+ goToPrevious(): void;
3197
+ goToPreviousRow(): void;
3198
+ goToNextRow(): void;
3199
+ goToFirst(): void;
3200
+ goToLast(): void;
3201
+ goToFirstOfRow(): void;
3202
+ goToLastOfRow(): void;
3203
+ goToNextPage(): void;
3204
+ goToPreviousPage(): void;
3205
+ unregisterItem(data: {
3206
+ id: string;
3207
+ }): void;
3208
+ updateItemHeight(data: {
3209
+ value: number;
3210
+ }): void;
3211
+ };
3212
+ selection: import("../../collection/lib/useSelectionListModel").SelectionManager;
3213
+ navigation: import("../../collection/lib/useCursorListModel").NavigationManager;
3214
+ getId: (item: any) => string;
3215
+ }>;
3216
+ Item: import("../../common").ElementComponentM<"button", import("../../menu/lib/MenuItem").MenuItemProps, {
3217
+ state: {
3218
+ stackRef: React.RefObject<HTMLDivElement>;
3219
+ targetRef: React.RefObject<HTMLButtonElement>;
3220
+ initialFocusRef: React.RefObject<any> | undefined;
3221
+ returnFocusRef: React.RefObject<any> | undefined;
3222
+ placement: import("@popperjs/core").Placement;
3223
+ id: string;
3224
+ visibility: import("../..").Visibility;
3225
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
3226
+ unselectedIds: string[];
3227
+ cursorId: string;
3228
+ columnCount: number;
3229
+ UNSTABLE_virtual: {
3230
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
3231
+ totalSize: number;
3232
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
3233
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
3234
+ measure: () => void;
3235
+ };
3236
+ UNSTABLE_defaultItemHeight: number;
3237
+ containerRef: React.RefObject<HTMLDivElement>;
3238
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
3239
+ indexRef: React.MutableRefObject<number>;
3240
+ nonInteractiveIds: string[];
3241
+ isVirtualized: boolean;
3242
+ items: import("../..").Item<any>[];
3243
+ mode: "multiple" | "single";
3244
+ };
3245
+ events: {
3246
+ updatePlacement(data: {
3247
+ placement: import("@popperjs/core").Placement;
3248
+ }): void;
3249
+ show(event?: Event | React.SyntheticEvent<Element, Event> | undefined): void;
3250
+ hide(event?: Event | React.SyntheticEvent<Element, Event> | undefined): void;
3251
+ select(data: {
3252
+ id: string;
3253
+ }): void;
3254
+ selectAll(): void;
3255
+ unselectAll(): void;
3256
+ registerItem(data: {
3257
+ item: any;
3258
+ textValue: string;
3259
+ }): void;
3260
+ goTo(data: {
3261
+ id: string;
3262
+ }): void;
3263
+ goToNext(): void;
3264
+ goToPrevious(): void;
3265
+ goToPreviousRow(): void;
3266
+ goToNextRow(): void;
3267
+ goToFirst(): void;
3268
+ goToLast(): void;
3269
+ goToFirstOfRow(): void;
3270
+ goToLastOfRow(): void;
3271
+ goToNextPage(): void;
3272
+ goToPreviousPage(): void;
3273
+ unregisterItem(data: {
3274
+ id: string;
3275
+ }): void;
3276
+ updateItemHeight(data: {
3277
+ value: number;
3278
+ }): void;
3279
+ };
3280
+ selection: import("../../collection/lib/useSelectionListModel").SelectionManager;
3281
+ navigation: import("../../collection/lib/useCursorListModel").NavigationManager;
3282
+ getId: (item: any) => string;
3283
+ }> & {
3284
+ Icon: import("../../common").ElementComponent<"span", import("../..").SystemIconProps>;
3285
+ Text: import("@emotion/styled").StyledComponent<{
3286
+ theme?: import("@emotion/react").Theme | undefined;
3287
+ as?: "symbol" | "object" | "s" | "big" | "link" | "small" | "sub" | "sup" | "circle" | "stop" | "path" | "style" | "map" | "filter" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "blockquote" | "body" | "br" | "button" | "canvas" | "caption" | "cite" | "code" | "col" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "div" | "dl" | "dt" | "em" | "embed" | "fieldset" | "figcaption" | "figure" | "footer" | "form" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "head" | "header" | "hgroup" | "hr" | "html" | "i" | "iframe" | "img" | "input" | "ins" | "kbd" | "keygen" | "label" | "legend" | "li" | "main" | "mark" | "menu" | "menuitem" | "meta" | "meter" | "nav" | "noindex" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "param" | "picture" | "pre" | "progress" | "q" | "rp" | "rt" | "ruby" | "samp" | "slot" | "script" | "section" | "select" | "source" | "span" | "strong" | "summary" | "table" | "template" | "tbody" | "td" | "textarea" | "tfoot" | "th" | "thead" | "time" | "title" | "tr" | "track" | "u" | "ul" | "var" | "video" | "wbr" | "webview" | "svg" | "animate" | "animateMotion" | "animateTransform" | "clipPath" | "defs" | "desc" | "ellipse" | "feBlend" | "feColorMatrix" | "feComponentTransfer" | "feComposite" | "feConvolveMatrix" | "feDiffuseLighting" | "feDisplacementMap" | "feDistantLight" | "feDropShadow" | "feFlood" | "feFuncA" | "feFuncB" | "feFuncG" | "feFuncR" | "feGaussianBlur" | "feImage" | "feMerge" | "feMergeNode" | "feMorphology" | "feOffset" | "fePointLight" | "feSpecularLighting" | "feSpotLight" | "feTile" | "feTurbulence" | "foreignObject" | "g" | "image" | "line" | "linearGradient" | "marker" | "mask" | "metadata" | "mpath" | "pattern" | "polygon" | "polyline" | "radialGradient" | "rect" | "switch" | "text" | "textPath" | "tspan" | "use" | "view" | React.ComponentClass<any, any> | React.FunctionComponent<any> | undefined;
3288
+ }, React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
3289
+ };
3290
+ Divider: import("../../common").ElementComponent<"hr", unknown>;
3291
+ Target: import("../../common").ElementComponentM<import("../../common").ElementComponent<"button", import("../..").SecondaryButtonProps>, import("../../menu/lib/MenuTarget").MenuTargetProps, {
3292
+ state: {
3293
+ stackRef: React.RefObject<HTMLDivElement>;
3294
+ targetRef: React.RefObject<HTMLButtonElement>;
3295
+ initialFocusRef: React.RefObject<any> | undefined;
3296
+ returnFocusRef: React.RefObject<any> | undefined;
3297
+ placement: import("@popperjs/core").Placement;
3298
+ id: string;
3299
+ visibility: import("../..").Visibility;
3300
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
3301
+ unselectedIds: string[];
3302
+ cursorId: string;
3303
+ columnCount: number;
3304
+ UNSTABLE_virtual: {
3305
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
3306
+ totalSize: number;
3307
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
3308
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
3309
+ measure: () => void;
3310
+ };
3311
+ UNSTABLE_defaultItemHeight: number;
3312
+ containerRef: React.RefObject<HTMLDivElement>;
3313
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
3314
+ indexRef: React.MutableRefObject<number>;
3315
+ nonInteractiveIds: string[];
3316
+ isVirtualized: boolean;
3317
+ items: import("../..").Item<any>[];
3318
+ mode: "multiple" | "single";
3319
+ };
3320
+ events: {
3321
+ updatePlacement(data: {
3322
+ placement: import("@popperjs/core").Placement;
3323
+ }): void;
3324
+ show(event?: Event | React.SyntheticEvent<Element, Event> | undefined): void;
3325
+ hide(event?: Event | React.SyntheticEvent<Element, Event> | undefined): void;
3326
+ select(data: {
3327
+ id: string;
3328
+ }): void;
3329
+ selectAll(): void;
3330
+ unselectAll(): void;
3331
+ registerItem(data: {
3332
+ item: any;
3333
+ textValue: string;
3334
+ }): void;
3335
+ goTo(data: {
3336
+ id: string;
3337
+ }): void;
3338
+ goToNext(): void;
3339
+ goToPrevious(): void;
3340
+ goToPreviousRow(): void;
3341
+ goToNextRow(): void;
3342
+ goToFirst(): void;
3343
+ goToLast(): void;
3344
+ goToFirstOfRow(): void;
3345
+ goToLastOfRow(): void;
3346
+ goToNextPage(): void;
3347
+ goToPreviousPage(): void;
3348
+ unregisterItem(data: {
3349
+ id: string;
3350
+ }): void;
3351
+ updateItemHeight(data: {
3352
+ value: number;
3353
+ }): void;
3354
+ };
3355
+ selection: import("../../collection/lib/useSelectionListModel").SelectionManager;
3356
+ navigation: import("../../collection/lib/useCursorListModel").NavigationManager;
3357
+ getId: (item: any) => string;
3358
+ }>;
3359
+ TargetContext: import("../../common").ElementComponentM<import("../../common").ElementComponent<"button", import("../..").SecondaryButtonProps>, import("../../menu/lib/MenuTarget").MenuTargetProps, {
3360
+ state: {
3361
+ stackRef: React.RefObject<HTMLDivElement>;
3362
+ targetRef: React.RefObject<HTMLButtonElement>;
3363
+ initialFocusRef: React.RefObject<any> | undefined;
3364
+ returnFocusRef: React.RefObject<any> | undefined;
3365
+ placement: import("@popperjs/core").Placement;
3366
+ id: string;
3367
+ visibility: import("../..").Visibility;
3368
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
3369
+ unselectedIds: string[];
3370
+ cursorId: string;
3371
+ columnCount: number;
3372
+ UNSTABLE_virtual: {
3373
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
3374
+ totalSize: number;
3375
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
3376
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
3377
+ measure: () => void;
3378
+ };
3379
+ UNSTABLE_defaultItemHeight: number;
3380
+ containerRef: React.RefObject<HTMLDivElement>;
3381
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
3382
+ indexRef: React.MutableRefObject<number>;
3383
+ nonInteractiveIds: string[];
3384
+ isVirtualized: boolean;
3385
+ items: import("../..").Item<any>[];
3386
+ mode: "multiple" | "single";
3387
+ };
3388
+ events: {
3389
+ updatePlacement(data: {
3390
+ placement: import("@popperjs/core").Placement;
3391
+ }): void;
3392
+ show(event?: Event | React.SyntheticEvent<Element, Event> | undefined): void;
3393
+ hide(event?: Event | React.SyntheticEvent<Element, Event> | undefined): void;
3394
+ select(data: {
3395
+ id: string;
3396
+ }): void;
3397
+ selectAll(): void;
3398
+ unselectAll(): void;
3399
+ registerItem(data: {
3400
+ item: any;
3401
+ textValue: string;
3402
+ }): void;
3403
+ goTo(data: {
3404
+ id: string;
3405
+ }): void;
3406
+ goToNext(): void;
3407
+ goToPrevious(): void;
3408
+ goToPreviousRow(): void;
3409
+ goToNextRow(): void;
3410
+ goToFirst(): void;
3411
+ goToLast(): void;
3412
+ goToFirstOfRow(): void;
3413
+ goToLastOfRow(): void;
3414
+ goToNextPage(): void;
3415
+ goToPreviousPage(): void;
3416
+ unregisterItem(data: {
3417
+ id: string;
3418
+ }): void;
3419
+ updateItemHeight(data: {
3420
+ value: number;
3421
+ }): void;
3422
+ };
3423
+ selection: import("../../collection/lib/useSelectionListModel").SelectionManager;
3424
+ navigation: import("../../collection/lib/useCursorListModel").NavigationManager;
3425
+ getId: (item: any) => string;
3426
+ }>;
3427
+ Popper: import("../../common").ElementComponentM<"div", import("../../menu/lib/MenuPopper").MenuPopperProps, {
3428
+ state: {
3429
+ stackRef: React.RefObject<HTMLDivElement>;
3430
+ targetRef: React.RefObject<HTMLButtonElement>;
3431
+ initialFocusRef: React.RefObject<any> | undefined;
3432
+ returnFocusRef: React.RefObject<any> | undefined;
3433
+ placement: import("@popperjs/core").Placement;
3434
+ id: string;
3435
+ visibility: import("../..").Visibility;
3436
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
3437
+ unselectedIds: string[];
3438
+ cursorId: string;
3439
+ columnCount: number;
3440
+ UNSTABLE_virtual: {
3441
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
3442
+ totalSize: number;
3443
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
3444
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
3445
+ measure: () => void;
3446
+ };
3447
+ UNSTABLE_defaultItemHeight: number;
3448
+ containerRef: React.RefObject<HTMLDivElement>;
3449
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
3450
+ indexRef: React.MutableRefObject<number>;
3451
+ nonInteractiveIds: string[];
3452
+ isVirtualized: boolean;
3453
+ items: import("../..").Item<any>[];
3454
+ mode: "multiple" | "single";
3455
+ };
3456
+ events: {
3457
+ updatePlacement(data: {
3458
+ placement: import("@popperjs/core").Placement;
3459
+ }): void;
3460
+ show(event?: Event | React.SyntheticEvent<Element, Event> | undefined): void;
3461
+ hide(event?: Event | React.SyntheticEvent<Element, Event> | undefined): void;
3462
+ select(data: {
3463
+ id: string;
3464
+ }): void;
3465
+ selectAll(): void;
3466
+ unselectAll(): void;
3467
+ registerItem(data: {
3468
+ item: any;
3469
+ textValue: string;
3470
+ }): void;
3471
+ goTo(data: {
3472
+ id: string;
3473
+ }): void;
3474
+ goToNext(): void;
3475
+ goToPrevious(): void;
3476
+ goToPreviousRow(): void;
3477
+ goToNextRow(): void;
3478
+ goToFirst(): void;
3479
+ goToLast(): void;
3480
+ goToFirstOfRow(): void;
3481
+ goToLastOfRow(): void;
3482
+ goToNextPage(): void;
3483
+ goToPreviousPage(): void;
3484
+ unregisterItem(data: {
3485
+ id: string;
3486
+ }): void;
3487
+ updateItemHeight(data: {
3488
+ value: number;
3489
+ }): void;
3490
+ };
3491
+ selection: import("../../collection/lib/useSelectionListModel").SelectionManager;
3492
+ navigation: import("../../collection/lib/useCursorListModel").NavigationManager;
3493
+ getId: (item: any) => string;
3494
+ }>;
3495
+ };
3496
+ };
7
3497
  //# sourceMappingURL=ActionBar.d.ts.map