@workday/canvas-kit-react 9.0.0-alpha.411-next.13 → 9.0.0-alpha.413-next.15

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 (189) hide show
  1. package/collection/lib/useBaseListModel.tsx +24 -12
  2. package/collection/lib/useCursorListModel.tsx +102 -78
  3. package/dialog/lib/Dialog.tsx +66 -0
  4. package/dist/commonjs/action-bar/lib/ActionBar.d.ts +104 -0
  5. package/dist/commonjs/action-bar/lib/ActionBar.d.ts.map +1 -1
  6. package/dist/commonjs/action-bar/lib/ActionBarItem.d.ts +3 -0
  7. package/dist/commonjs/action-bar/lib/ActionBarItem.d.ts.map +1 -1
  8. package/dist/commonjs/action-bar/lib/ActionBarList.d.ts +3 -0
  9. package/dist/commonjs/action-bar/lib/ActionBarList.d.ts.map +1 -1
  10. package/dist/commonjs/action-bar/lib/ActionBarOverflowButton.d.ts +4 -0
  11. package/dist/commonjs/action-bar/lib/ActionBarOverflowButton.d.ts.map +1 -1
  12. package/dist/commonjs/action-bar/lib/useActionBarModel.d.ts +55 -0
  13. package/dist/commonjs/action-bar/lib/useActionBarModel.d.ts.map +1 -1
  14. package/dist/commonjs/breadcrumbs/lib/Breadcrumbs.d.ts +107 -0
  15. package/dist/commonjs/breadcrumbs/lib/Breadcrumbs.d.ts.map +1 -1
  16. package/dist/commonjs/breadcrumbs/lib/BreadcrumbsCurrentItem.d.ts +4 -0
  17. package/dist/commonjs/breadcrumbs/lib/BreadcrumbsCurrentItem.d.ts.map +1 -1
  18. package/dist/commonjs/breadcrumbs/lib/BreadcrumbsItem.d.ts +3 -0
  19. package/dist/commonjs/breadcrumbs/lib/BreadcrumbsItem.d.ts.map +1 -1
  20. package/dist/commonjs/breadcrumbs/lib/BreadcrumbsList.d.ts +2 -0
  21. package/dist/commonjs/breadcrumbs/lib/BreadcrumbsList.d.ts.map +1 -1
  22. package/dist/commonjs/breadcrumbs/lib/BreadcrumbsMenu.d.ts +49 -0
  23. package/dist/commonjs/breadcrumbs/lib/BreadcrumbsMenu.d.ts.map +1 -1
  24. package/dist/commonjs/breadcrumbs/lib/BreadcrumbsOverflowButton.d.ts +4 -0
  25. package/dist/commonjs/breadcrumbs/lib/BreadcrumbsOverflowButton.d.ts.map +1 -1
  26. package/dist/commonjs/breadcrumbs/lib/hooks/useBreadcrumbsModel.d.ts +55 -0
  27. package/dist/commonjs/breadcrumbs/lib/hooks/useBreadcrumbsModel.d.ts.map +1 -1
  28. package/dist/commonjs/collection/lib/ListBox.d.ts +39 -0
  29. package/dist/commonjs/collection/lib/ListBox.d.ts.map +1 -1
  30. package/dist/commonjs/collection/lib/useBaseListModel.d.ts +20 -10
  31. package/dist/commonjs/collection/lib/useBaseListModel.d.ts.map +1 -1
  32. package/dist/commonjs/collection/lib/useBaseListModel.js +21 -10
  33. package/dist/commonjs/collection/lib/useCursorListModel.d.ts +171 -10
  34. package/dist/commonjs/collection/lib/useCursorListModel.d.ts.map +1 -1
  35. package/dist/commonjs/collection/lib/useCursorListModel.js +97 -64
  36. package/dist/commonjs/collection/lib/useGridModel.d.ts +39 -0
  37. package/dist/commonjs/collection/lib/useGridModel.d.ts.map +1 -1
  38. package/dist/commonjs/collection/lib/useListItemRegister.d.ts +1 -0
  39. package/dist/commonjs/collection/lib/useListItemRegister.d.ts.map +1 -1
  40. package/dist/commonjs/collection/lib/useListItemRovingFocus.d.ts +1 -0
  41. package/dist/commonjs/collection/lib/useListItemRovingFocus.d.ts.map +1 -1
  42. package/dist/commonjs/collection/lib/useListItemSelect.d.ts +1 -0
  43. package/dist/commonjs/collection/lib/useListItemSelect.d.ts.map +1 -1
  44. package/dist/commonjs/collection/lib/useListModel.d.ts +39 -0
  45. package/dist/commonjs/collection/lib/useListModel.d.ts.map +1 -1
  46. package/dist/commonjs/collection/lib/useListResetCursorOnBlur.d.ts +1 -0
  47. package/dist/commonjs/collection/lib/useListResetCursorOnBlur.d.ts.map +1 -1
  48. package/dist/commonjs/collection/lib/useOverflowListItemMeasure.d.ts +1 -0
  49. package/dist/commonjs/collection/lib/useOverflowListItemMeasure.d.ts.map +1 -1
  50. package/dist/commonjs/collection/lib/useOverflowListMeasure.d.ts +1 -0
  51. package/dist/commonjs/collection/lib/useOverflowListMeasure.d.ts.map +1 -1
  52. package/dist/commonjs/collection/lib/useOverflowListModel.d.ts +51 -0
  53. package/dist/commonjs/collection/lib/useOverflowListModel.d.ts.map +1 -1
  54. package/dist/commonjs/collection/lib/useOverflowListTarget.d.ts +1 -0
  55. package/dist/commonjs/collection/lib/useOverflowListTarget.d.ts.map +1 -1
  56. package/dist/commonjs/collection/lib/useSelectionListModel.d.ts +39 -0
  57. package/dist/commonjs/collection/lib/useSelectionListModel.d.ts.map +1 -1
  58. package/dist/commonjs/dialog/lib/Dialog.d.ts +65 -0
  59. package/dist/commonjs/dialog/lib/Dialog.d.ts.map +1 -1
  60. package/dist/commonjs/dialog/lib/Dialog.js +65 -0
  61. package/dist/commonjs/menu/lib/Menu.d.ts +48 -0
  62. package/dist/commonjs/menu/lib/Menu.d.ts.map +1 -1
  63. package/dist/commonjs/menu/lib/MenuCard.d.ts +2 -0
  64. package/dist/commonjs/menu/lib/MenuCard.d.ts.map +1 -1
  65. package/dist/commonjs/menu/lib/MenuContextTarget.d.ts +3 -0
  66. package/dist/commonjs/menu/lib/MenuContextTarget.d.ts.map +1 -1
  67. package/dist/commonjs/menu/lib/MenuItem.d.ts +2 -0
  68. package/dist/commonjs/menu/lib/MenuItem.d.ts.map +1 -1
  69. package/dist/commonjs/menu/lib/MenuList.d.ts +2 -0
  70. package/dist/commonjs/menu/lib/MenuList.d.ts.map +1 -1
  71. package/dist/commonjs/menu/lib/MenuPopper.d.ts +1 -0
  72. package/dist/commonjs/menu/lib/MenuPopper.d.ts.map +1 -1
  73. package/dist/commonjs/menu/lib/MenuTarget.d.ts +5 -0
  74. package/dist/commonjs/menu/lib/MenuTarget.d.ts.map +1 -1
  75. package/dist/commonjs/menu/lib/useMenuModel.d.ts +45 -0
  76. package/dist/commonjs/menu/lib/useMenuModel.d.ts.map +1 -1
  77. package/dist/commonjs/popup/lib/Popup.d.ts +1 -81
  78. package/dist/commonjs/popup/lib/Popup.d.ts.map +1 -1
  79. package/dist/commonjs/popup/lib/Popup.js +1 -1
  80. package/dist/commonjs/tabs/lib/Tabs.d.ts +158 -7
  81. package/dist/commonjs/tabs/lib/Tabs.d.ts.map +1 -1
  82. package/dist/commonjs/tabs/lib/TabsItem.d.ts +4 -0
  83. package/dist/commonjs/tabs/lib/TabsItem.d.ts.map +1 -1
  84. package/dist/commonjs/tabs/lib/TabsList.d.ts +4 -0
  85. package/dist/commonjs/tabs/lib/TabsList.d.ts.map +1 -1
  86. package/dist/commonjs/tabs/lib/TabsMenuPopper.d.ts +1 -0
  87. package/dist/commonjs/tabs/lib/TabsMenuPopper.d.ts.map +1 -1
  88. package/dist/commonjs/tabs/lib/TabsOverflowButton.d.ts +4 -0
  89. package/dist/commonjs/tabs/lib/TabsOverflowButton.d.ts.map +1 -1
  90. package/dist/commonjs/tabs/lib/TabsPanel.d.ts +4 -0
  91. package/dist/commonjs/tabs/lib/TabsPanel.d.ts.map +1 -1
  92. package/dist/commonjs/tabs/lib/TabsPanels.d.ts +2 -0
  93. package/dist/commonjs/tabs/lib/TabsPanels.d.ts.map +1 -1
  94. package/dist/commonjs/tabs/lib/useTabsModel.d.ts +143 -12
  95. package/dist/commonjs/tabs/lib/useTabsModel.d.ts.map +1 -1
  96. package/dist/es6/action-bar/lib/ActionBar.d.ts +104 -0
  97. package/dist/es6/action-bar/lib/ActionBar.d.ts.map +1 -1
  98. package/dist/es6/action-bar/lib/ActionBarItem.d.ts +3 -0
  99. package/dist/es6/action-bar/lib/ActionBarItem.d.ts.map +1 -1
  100. package/dist/es6/action-bar/lib/ActionBarList.d.ts +3 -0
  101. package/dist/es6/action-bar/lib/ActionBarList.d.ts.map +1 -1
  102. package/dist/es6/action-bar/lib/ActionBarOverflowButton.d.ts +4 -0
  103. package/dist/es6/action-bar/lib/ActionBarOverflowButton.d.ts.map +1 -1
  104. package/dist/es6/action-bar/lib/useActionBarModel.d.ts +55 -0
  105. package/dist/es6/action-bar/lib/useActionBarModel.d.ts.map +1 -1
  106. package/dist/es6/breadcrumbs/lib/Breadcrumbs.d.ts +107 -0
  107. package/dist/es6/breadcrumbs/lib/Breadcrumbs.d.ts.map +1 -1
  108. package/dist/es6/breadcrumbs/lib/BreadcrumbsCurrentItem.d.ts +4 -0
  109. package/dist/es6/breadcrumbs/lib/BreadcrumbsCurrentItem.d.ts.map +1 -1
  110. package/dist/es6/breadcrumbs/lib/BreadcrumbsItem.d.ts +3 -0
  111. package/dist/es6/breadcrumbs/lib/BreadcrumbsItem.d.ts.map +1 -1
  112. package/dist/es6/breadcrumbs/lib/BreadcrumbsList.d.ts +2 -0
  113. package/dist/es6/breadcrumbs/lib/BreadcrumbsList.d.ts.map +1 -1
  114. package/dist/es6/breadcrumbs/lib/BreadcrumbsMenu.d.ts +49 -0
  115. package/dist/es6/breadcrumbs/lib/BreadcrumbsMenu.d.ts.map +1 -1
  116. package/dist/es6/breadcrumbs/lib/BreadcrumbsOverflowButton.d.ts +4 -0
  117. package/dist/es6/breadcrumbs/lib/BreadcrumbsOverflowButton.d.ts.map +1 -1
  118. package/dist/es6/breadcrumbs/lib/hooks/useBreadcrumbsModel.d.ts +55 -0
  119. package/dist/es6/breadcrumbs/lib/hooks/useBreadcrumbsModel.d.ts.map +1 -1
  120. package/dist/es6/collection/lib/ListBox.d.ts +39 -0
  121. package/dist/es6/collection/lib/ListBox.d.ts.map +1 -1
  122. package/dist/es6/collection/lib/useBaseListModel.d.ts +20 -10
  123. package/dist/es6/collection/lib/useBaseListModel.d.ts.map +1 -1
  124. package/dist/es6/collection/lib/useBaseListModel.js +22 -11
  125. package/dist/es6/collection/lib/useCursorListModel.d.ts +171 -10
  126. package/dist/es6/collection/lib/useCursorListModel.d.ts.map +1 -1
  127. package/dist/es6/collection/lib/useCursorListModel.js +97 -64
  128. package/dist/es6/collection/lib/useGridModel.d.ts +39 -0
  129. package/dist/es6/collection/lib/useGridModel.d.ts.map +1 -1
  130. package/dist/es6/collection/lib/useListItemRegister.d.ts +1 -0
  131. package/dist/es6/collection/lib/useListItemRegister.d.ts.map +1 -1
  132. package/dist/es6/collection/lib/useListItemRovingFocus.d.ts +1 -0
  133. package/dist/es6/collection/lib/useListItemRovingFocus.d.ts.map +1 -1
  134. package/dist/es6/collection/lib/useListItemSelect.d.ts +1 -0
  135. package/dist/es6/collection/lib/useListItemSelect.d.ts.map +1 -1
  136. package/dist/es6/collection/lib/useListModel.d.ts +39 -0
  137. package/dist/es6/collection/lib/useListModel.d.ts.map +1 -1
  138. package/dist/es6/collection/lib/useListResetCursorOnBlur.d.ts +1 -0
  139. package/dist/es6/collection/lib/useListResetCursorOnBlur.d.ts.map +1 -1
  140. package/dist/es6/collection/lib/useOverflowListItemMeasure.d.ts +1 -0
  141. package/dist/es6/collection/lib/useOverflowListItemMeasure.d.ts.map +1 -1
  142. package/dist/es6/collection/lib/useOverflowListMeasure.d.ts +1 -0
  143. package/dist/es6/collection/lib/useOverflowListMeasure.d.ts.map +1 -1
  144. package/dist/es6/collection/lib/useOverflowListModel.d.ts +51 -0
  145. package/dist/es6/collection/lib/useOverflowListModel.d.ts.map +1 -1
  146. package/dist/es6/collection/lib/useOverflowListTarget.d.ts +1 -0
  147. package/dist/es6/collection/lib/useOverflowListTarget.d.ts.map +1 -1
  148. package/dist/es6/collection/lib/useSelectionListModel.d.ts +39 -0
  149. package/dist/es6/collection/lib/useSelectionListModel.d.ts.map +1 -1
  150. package/dist/es6/dialog/lib/Dialog.d.ts +65 -0
  151. package/dist/es6/dialog/lib/Dialog.d.ts.map +1 -1
  152. package/dist/es6/dialog/lib/Dialog.js +65 -0
  153. package/dist/es6/menu/lib/Menu.d.ts +48 -0
  154. package/dist/es6/menu/lib/Menu.d.ts.map +1 -1
  155. package/dist/es6/menu/lib/MenuCard.d.ts +2 -0
  156. package/dist/es6/menu/lib/MenuCard.d.ts.map +1 -1
  157. package/dist/es6/menu/lib/MenuContextTarget.d.ts +3 -0
  158. package/dist/es6/menu/lib/MenuContextTarget.d.ts.map +1 -1
  159. package/dist/es6/menu/lib/MenuItem.d.ts +2 -0
  160. package/dist/es6/menu/lib/MenuItem.d.ts.map +1 -1
  161. package/dist/es6/menu/lib/MenuList.d.ts +2 -0
  162. package/dist/es6/menu/lib/MenuList.d.ts.map +1 -1
  163. package/dist/es6/menu/lib/MenuPopper.d.ts +1 -0
  164. package/dist/es6/menu/lib/MenuPopper.d.ts.map +1 -1
  165. package/dist/es6/menu/lib/MenuTarget.d.ts +5 -0
  166. package/dist/es6/menu/lib/MenuTarget.d.ts.map +1 -1
  167. package/dist/es6/menu/lib/useMenuModel.d.ts +45 -0
  168. package/dist/es6/menu/lib/useMenuModel.d.ts.map +1 -1
  169. package/dist/es6/popup/lib/Popup.d.ts +1 -81
  170. package/dist/es6/popup/lib/Popup.d.ts.map +1 -1
  171. package/dist/es6/popup/lib/Popup.js +1 -1
  172. package/dist/es6/tabs/lib/Tabs.d.ts +158 -7
  173. package/dist/es6/tabs/lib/Tabs.d.ts.map +1 -1
  174. package/dist/es6/tabs/lib/TabsItem.d.ts +4 -0
  175. package/dist/es6/tabs/lib/TabsItem.d.ts.map +1 -1
  176. package/dist/es6/tabs/lib/TabsList.d.ts +4 -0
  177. package/dist/es6/tabs/lib/TabsList.d.ts.map +1 -1
  178. package/dist/es6/tabs/lib/TabsMenuPopper.d.ts +1 -0
  179. package/dist/es6/tabs/lib/TabsMenuPopper.d.ts.map +1 -1
  180. package/dist/es6/tabs/lib/TabsOverflowButton.d.ts +4 -0
  181. package/dist/es6/tabs/lib/TabsOverflowButton.d.ts.map +1 -1
  182. package/dist/es6/tabs/lib/TabsPanel.d.ts +4 -0
  183. package/dist/es6/tabs/lib/TabsPanel.d.ts.map +1 -1
  184. package/dist/es6/tabs/lib/TabsPanels.d.ts +2 -0
  185. package/dist/es6/tabs/lib/TabsPanels.d.ts.map +1 -1
  186. package/dist/es6/tabs/lib/useTabsModel.d.ts +143 -12
  187. package/dist/es6/tabs/lib/useTabsModel.d.ts.map +1 -1
  188. package/package.json +3 -3
  189. package/popup/lib/Popup.tsx +1 -1
@@ -15,7 +15,7 @@ export interface NavigationManager {
15
15
  * and `Ctrl+End` for Grids. */
16
16
  getLast: NavigationRequestor;
17
17
  /** Get an item with the provided `id`. */
18
- getItem: NavigationRequestor;
18
+ getItem: (id: string, model: NavigationInput) => Item<Generic>;
19
19
  /** Get the next item after the provided `id`. This will be called when the `Right` arrow key is
20
20
  * pressed for RTL languages and when the `Left` arrow is pressed for LTR languages. */
21
21
  getNext: NavigationRequestor;
@@ -64,7 +64,7 @@ export declare const createNavigationManager: (manager: NavigationManager) => Na
64
64
  /**
65
65
  * Given an id and a model, return an item from the collection
66
66
  */
67
- export declare type NavigationRequestor = (id: string, model: NavigationInput) => Item<Generic>;
67
+ export declare type NavigationRequestor = (index: number, model: NavigationInput) => number;
68
68
  /**
69
69
  * Get the first item in a list regardless of column count
70
70
  */
@@ -91,8 +91,8 @@ export declare const getPreviousPage: NavigationRequestor;
91
91
  * item for a list, and the last item in the same column for a grid.
92
92
  */
93
93
  export declare const getNextPage: NavigationRequestor;
94
- export declare const getWrappingOffsetItem: (offset: number) => (id: string, { state }: NavigationInput, tries?: number) => Item<Generic>;
95
- export declare const getOffsetItem: (offset: number) => (id: string, { state }: NavigationInput, tries?: number) => Item<Generic>;
94
+ export declare const getWrappingOffsetItem: (offset: number) => (index: number, { state }: NavigationInput, tries?: number) => number;
95
+ export declare const getOffsetItem: (offset: number) => (index: number, { state }: NavigationInput, tries?: number) => number;
96
96
  /**
97
97
  * The default navigation manager of lists. This navigation manager will wrap around when the edge
98
98
  * is hit. For example, if the user is the the right-most item in a list or right-most item in a
@@ -132,6 +132,11 @@ export declare const useCursorListModel: (<TT_Special_Generic>(config?: (Partial
132
132
  * well as left/right keys to give a more consistent experience to all users.
133
133
  */
134
134
  navigation: NavigationManager;
135
+ /**
136
+ * Controls how much a pageUp/pageDown navigation request will jump. If not provided, the size
137
+ * of the list and number of items rendered will determine this value.
138
+ */
139
+ pageSize: number;
135
140
  id: string;
136
141
  getId: (item: any) => string;
137
142
  getTextValue: (item: any) => string;
@@ -139,9 +144,7 @@ export declare const useCursorListModel: (<TT_Special_Generic>(config?: (Partial
139
144
  orientation: import("./useBaseListModel").Orientation;
140
145
  defaultItemHeight: number;
141
146
  shouldVirtualize: boolean;
142
- items: any[]; /** Get the next "page". A "page" is application specific and usually means next visible screen.
143
- * If the viewport is scrollable, it would scroll so that the last item visible is now the first
144
- * item visible. This is called when the `PageDown` key is pressed */
147
+ items: any[];
145
148
  }> & {
146
149
  onRegisterItem?: ((data: {
147
150
  item: any;
@@ -155,6 +158,11 @@ export declare const useCursorListModel: (<TT_Special_Generic>(config?: (Partial
155
158
  * @private Use useGridModel instead to make a grid instead of a list
156
159
  */
157
160
  columnCount: number;
161
+ /**
162
+ * A React.Ref of the current page size. Either provided as config, or determined at runtime
163
+ * based on the size of the list container and the number of items fitting within the container.
164
+ */
165
+ pageSizeRef: React.MutableRefObject<number>;
158
166
  UNSTABLE_virtual: {
159
167
  virtualItems: import("./react-virtual").VirtualItem[];
160
168
  totalSize: number;
@@ -182,6 +190,11 @@ export declare const useCursorListModel: (<TT_Special_Generic>(config?: (Partial
182
190
  * @private Use useGridModel instead to make a grid instead of a list
183
191
  */
184
192
  columnCount: number;
193
+ /**
194
+ * A React.Ref of the current page size. Either provided as config, or determined at runtime
195
+ * based on the size of the list container and the number of items fitting within the container.
196
+ */
197
+ pageSizeRef: React.MutableRefObject<number>;
185
198
  UNSTABLE_virtual: {
186
199
  virtualItems: import("./react-virtual").VirtualItem[];
187
200
  totalSize: number;
@@ -207,6 +220,11 @@ export declare const useCursorListModel: (<TT_Special_Generic>(config?: (Partial
207
220
  * @private Use useGridModel instead to make a grid instead of a list
208
221
  */
209
222
  columnCount: number;
223
+ /**
224
+ * A React.Ref of the current page size. Either provided as config, or determined at runtime
225
+ * based on the size of the list container and the number of items fitting within the container.
226
+ */
227
+ pageSizeRef: React.MutableRefObject<number>;
210
228
  UNSTABLE_virtual: {
211
229
  virtualItems: import("./react-virtual").VirtualItem[];
212
230
  totalSize: number;
@@ -232,6 +250,11 @@ export declare const useCursorListModel: (<TT_Special_Generic>(config?: (Partial
232
250
  * @private Use useGridModel instead to make a grid instead of a list
233
251
  */
234
252
  columnCount: number;
253
+ /**
254
+ * A React.Ref of the current page size. Either provided as config, or determined at runtime
255
+ * based on the size of the list container and the number of items fitting within the container.
256
+ */
257
+ pageSizeRef: React.MutableRefObject<number>;
235
258
  UNSTABLE_virtual: {
236
259
  virtualItems: import("./react-virtual").VirtualItem[];
237
260
  totalSize: number;
@@ -257,6 +280,11 @@ export declare const useCursorListModel: (<TT_Special_Generic>(config?: (Partial
257
280
  * @private Use useGridModel instead to make a grid instead of a list
258
281
  */
259
282
  columnCount: number;
283
+ /**
284
+ * A React.Ref of the current page size. Either provided as config, or determined at runtime
285
+ * based on the size of the list container and the number of items fitting within the container.
286
+ */
287
+ pageSizeRef: React.MutableRefObject<number>;
260
288
  UNSTABLE_virtual: {
261
289
  virtualItems: import("./react-virtual").VirtualItem[];
262
290
  totalSize: number;
@@ -282,6 +310,11 @@ export declare const useCursorListModel: (<TT_Special_Generic>(config?: (Partial
282
310
  * @private Use useGridModel instead to make a grid instead of a list
283
311
  */
284
312
  columnCount: number;
313
+ /**
314
+ * A React.Ref of the current page size. Either provided as config, or determined at runtime
315
+ * based on the size of the list container and the number of items fitting within the container.
316
+ */
317
+ pageSizeRef: React.MutableRefObject<number>;
285
318
  UNSTABLE_virtual: {
286
319
  virtualItems: import("./react-virtual").VirtualItem[];
287
320
  totalSize: number;
@@ -307,6 +340,11 @@ export declare const useCursorListModel: (<TT_Special_Generic>(config?: (Partial
307
340
  * @private Use useGridModel instead to make a grid instead of a list
308
341
  */
309
342
  columnCount: number;
343
+ /**
344
+ * A React.Ref of the current page size. Either provided as config, or determined at runtime
345
+ * based on the size of the list container and the number of items fitting within the container.
346
+ */
347
+ pageSizeRef: React.MutableRefObject<number>;
310
348
  UNSTABLE_virtual: {
311
349
  virtualItems: import("./react-virtual").VirtualItem[];
312
350
  totalSize: number;
@@ -332,6 +370,11 @@ export declare const useCursorListModel: (<TT_Special_Generic>(config?: (Partial
332
370
  * @private Use useGridModel instead to make a grid instead of a list
333
371
  */
334
372
  columnCount: number;
373
+ /**
374
+ * A React.Ref of the current page size. Either provided as config, or determined at runtime
375
+ * based on the size of the list container and the number of items fitting within the container.
376
+ */
377
+ pageSizeRef: React.MutableRefObject<number>;
335
378
  UNSTABLE_virtual: {
336
379
  virtualItems: import("./react-virtual").VirtualItem[];
337
380
  totalSize: number;
@@ -357,6 +400,11 @@ export declare const useCursorListModel: (<TT_Special_Generic>(config?: (Partial
357
400
  * @private Use useGridModel instead to make a grid instead of a list
358
401
  */
359
402
  columnCount: number;
403
+ /**
404
+ * A React.Ref of the current page size. Either provided as config, or determined at runtime
405
+ * based on the size of the list container and the number of items fitting within the container.
406
+ */
407
+ pageSizeRef: React.MutableRefObject<number>;
360
408
  UNSTABLE_virtual: {
361
409
  virtualItems: import("./react-virtual").VirtualItem[];
362
410
  totalSize: number;
@@ -382,6 +430,11 @@ export declare const useCursorListModel: (<TT_Special_Generic>(config?: (Partial
382
430
  * @private Use useGridModel instead to make a grid instead of a list
383
431
  */
384
432
  columnCount: number;
433
+ /**
434
+ * A React.Ref of the current page size. Either provided as config, or determined at runtime
435
+ * based on the size of the list container and the number of items fitting within the container.
436
+ */
437
+ pageSizeRef: React.MutableRefObject<number>;
385
438
  UNSTABLE_virtual: {
386
439
  virtualItems: import("./react-virtual").VirtualItem[];
387
440
  totalSize: number;
@@ -407,6 +460,11 @@ export declare const useCursorListModel: (<TT_Special_Generic>(config?: (Partial
407
460
  * @private Use useGridModel instead to make a grid instead of a list
408
461
  */
409
462
  columnCount: number;
463
+ /**
464
+ * A React.Ref of the current page size. Either provided as config, or determined at runtime
465
+ * based on the size of the list container and the number of items fitting within the container.
466
+ */
467
+ pageSizeRef: React.MutableRefObject<number>;
410
468
  UNSTABLE_virtual: {
411
469
  virtualItems: import("./react-virtual").VirtualItem[];
412
470
  totalSize: number;
@@ -432,6 +490,11 @@ export declare const useCursorListModel: (<TT_Special_Generic>(config?: (Partial
432
490
  * @private Use useGridModel instead to make a grid instead of a list
433
491
  */
434
492
  columnCount: number;
493
+ /**
494
+ * A React.Ref of the current page size. Either provided as config, or determined at runtime
495
+ * based on the size of the list container and the number of items fitting within the container.
496
+ */
497
+ pageSizeRef: React.MutableRefObject<number>;
435
498
  UNSTABLE_virtual: {
436
499
  virtualItems: import("./react-virtual").VirtualItem[];
437
500
  totalSize: number;
@@ -459,6 +522,11 @@ export declare const useCursorListModel: (<TT_Special_Generic>(config?: (Partial
459
522
  * @private Use useGridModel instead to make a grid instead of a list
460
523
  */
461
524
  columnCount: number;
525
+ /**
526
+ * A React.Ref of the current page size. Either provided as config, or determined at runtime
527
+ * based on the size of the list container and the number of items fitting within the container.
528
+ */
529
+ pageSizeRef: React.MutableRefObject<number>;
462
530
  UNSTABLE_virtual: {
463
531
  virtualItems: import("./react-virtual").VirtualItem[];
464
532
  totalSize: number;
@@ -486,6 +554,11 @@ export declare const useCursorListModel: (<TT_Special_Generic>(config?: (Partial
486
554
  * @private Use useGridModel instead to make a grid instead of a list
487
555
  */
488
556
  columnCount: number;
557
+ /**
558
+ * A React.Ref of the current page size. Either provided as config, or determined at runtime
559
+ * based on the size of the list container and the number of items fitting within the container.
560
+ */
561
+ pageSizeRef: React.MutableRefObject<number>;
489
562
  UNSTABLE_virtual: {
490
563
  virtualItems: import("./react-virtual").VirtualItem[];
491
564
  totalSize: number;
@@ -515,6 +588,11 @@ export declare const useCursorListModel: (<TT_Special_Generic>(config?: (Partial
515
588
  * @private Use useGridModel instead to make a grid instead of a list
516
589
  */
517
590
  columnCount: number;
591
+ /**
592
+ * A React.Ref of the current page size. Either provided as config, or determined at runtime
593
+ * based on the size of the list container and the number of items fitting within the container.
594
+ */
595
+ pageSizeRef: React.MutableRefObject<number>;
518
596
  UNSTABLE_virtual: {
519
597
  virtualItems: import("./react-virtual").VirtualItem[];
520
598
  totalSize: number;
@@ -542,6 +620,11 @@ export declare const useCursorListModel: (<TT_Special_Generic>(config?: (Partial
542
620
  * @private Use useGridModel instead to make a grid instead of a list
543
621
  */
544
622
  columnCount: number;
623
+ /**
624
+ * A React.Ref of the current page size. Either provided as config, or determined at runtime
625
+ * based on the size of the list container and the number of items fitting within the container.
626
+ */
627
+ pageSizeRef: React.MutableRefObject<number>;
545
628
  UNSTABLE_virtual: {
546
629
  virtualItems: import("./react-virtual").VirtualItem[];
547
630
  totalSize: number;
@@ -567,6 +650,11 @@ export declare const useCursorListModel: (<TT_Special_Generic>(config?: (Partial
567
650
  * @private Use useGridModel instead to make a grid instead of a list
568
651
  */
569
652
  columnCount: number;
653
+ /**
654
+ * A React.Ref of the current page size. Either provided as config, or determined at runtime
655
+ * based on the size of the list container and the number of items fitting within the container.
656
+ */
657
+ pageSizeRef: React.MutableRefObject<number>;
570
658
  UNSTABLE_virtual: {
571
659
  virtualItems: import("./react-virtual").VirtualItem[];
572
660
  totalSize: number;
@@ -592,6 +680,11 @@ export declare const useCursorListModel: (<TT_Special_Generic>(config?: (Partial
592
680
  * @private Use useGridModel instead to make a grid instead of a list
593
681
  */
594
682
  columnCount: number;
683
+ /**
684
+ * A React.Ref of the current page size. Either provided as config, or determined at runtime
685
+ * based on the size of the list container and the number of items fitting within the container.
686
+ */
687
+ pageSizeRef: React.MutableRefObject<number>;
595
688
  UNSTABLE_virtual: {
596
689
  virtualItems: import("./react-virtual").VirtualItem[];
597
690
  totalSize: number;
@@ -617,6 +710,11 @@ export declare const useCursorListModel: (<TT_Special_Generic>(config?: (Partial
617
710
  * @private Use useGridModel instead to make a grid instead of a list
618
711
  */
619
712
  columnCount: number;
713
+ /**
714
+ * A React.Ref of the current page size. Either provided as config, or determined at runtime
715
+ * based on the size of the list container and the number of items fitting within the container.
716
+ */
717
+ pageSizeRef: React.MutableRefObject<number>;
620
718
  UNSTABLE_virtual: {
621
719
  virtualItems: import("./react-virtual").VirtualItem[];
622
720
  totalSize: number;
@@ -642,6 +740,11 @@ export declare const useCursorListModel: (<TT_Special_Generic>(config?: (Partial
642
740
  * @private Use useGridModel instead to make a grid instead of a list
643
741
  */
644
742
  columnCount: number;
743
+ /**
744
+ * A React.Ref of the current page size. Either provided as config, or determined at runtime
745
+ * based on the size of the list container and the number of items fitting within the container.
746
+ */
747
+ pageSizeRef: React.MutableRefObject<number>;
645
748
  UNSTABLE_virtual: {
646
749
  virtualItems: import("./react-virtual").VirtualItem[];
647
750
  totalSize: number;
@@ -667,6 +770,11 @@ export declare const useCursorListModel: (<TT_Special_Generic>(config?: (Partial
667
770
  * @private Use useGridModel instead to make a grid instead of a list
668
771
  */
669
772
  columnCount: number;
773
+ /**
774
+ * A React.Ref of the current page size. Either provided as config, or determined at runtime
775
+ * based on the size of the list container and the number of items fitting within the container.
776
+ */
777
+ pageSizeRef: React.MutableRefObject<number>;
670
778
  UNSTABLE_virtual: {
671
779
  virtualItems: import("./react-virtual").VirtualItem[];
672
780
  totalSize: number;
@@ -692,6 +800,11 @@ export declare const useCursorListModel: (<TT_Special_Generic>(config?: (Partial
692
800
  * @private Use useGridModel instead to make a grid instead of a list
693
801
  */
694
802
  columnCount: number;
803
+ /**
804
+ * A React.Ref of the current page size. Either provided as config, or determined at runtime
805
+ * based on the size of the list container and the number of items fitting within the container.
806
+ */
807
+ pageSizeRef: React.MutableRefObject<number>;
695
808
  UNSTABLE_virtual: {
696
809
  virtualItems: import("./react-virtual").VirtualItem[];
697
810
  totalSize: number;
@@ -717,6 +830,11 @@ export declare const useCursorListModel: (<TT_Special_Generic>(config?: (Partial
717
830
  * @private Use useGridModel instead to make a grid instead of a list
718
831
  */
719
832
  columnCount: number;
833
+ /**
834
+ * A React.Ref of the current page size. Either provided as config, or determined at runtime
835
+ * based on the size of the list container and the number of items fitting within the container.
836
+ */
837
+ pageSizeRef: React.MutableRefObject<number>;
720
838
  UNSTABLE_virtual: {
721
839
  virtualItems: import("./react-virtual").VirtualItem[];
722
840
  totalSize: number;
@@ -742,6 +860,11 @@ export declare const useCursorListModel: (<TT_Special_Generic>(config?: (Partial
742
860
  * @private Use useGridModel instead to make a grid instead of a list
743
861
  */
744
862
  columnCount: number;
863
+ /**
864
+ * A React.Ref of the current page size. Either provided as config, or determined at runtime
865
+ * based on the size of the list container and the number of items fitting within the container.
866
+ */
867
+ pageSizeRef: React.MutableRefObject<number>;
745
868
  UNSTABLE_virtual: {
746
869
  virtualItems: import("./react-virtual").VirtualItem[];
747
870
  totalSize: number;
@@ -767,6 +890,11 @@ export declare const useCursorListModel: (<TT_Special_Generic>(config?: (Partial
767
890
  * @private Use useGridModel instead to make a grid instead of a list
768
891
  */
769
892
  columnCount: number;
893
+ /**
894
+ * A React.Ref of the current page size. Either provided as config, or determined at runtime
895
+ * based on the size of the list container and the number of items fitting within the container.
896
+ */
897
+ pageSizeRef: React.MutableRefObject<number>;
770
898
  UNSTABLE_virtual: {
771
899
  virtualItems: import("./react-virtual").VirtualItem[];
772
900
  totalSize: number;
@@ -792,6 +920,11 @@ export declare const useCursorListModel: (<TT_Special_Generic>(config?: (Partial
792
920
  * @private Use useGridModel instead to make a grid instead of a list
793
921
  */
794
922
  columnCount: number;
923
+ /**
924
+ * A React.Ref of the current page size. Either provided as config, or determined at runtime
925
+ * based on the size of the list container and the number of items fitting within the container.
926
+ */
927
+ pageSizeRef: React.MutableRefObject<number>;
795
928
  UNSTABLE_virtual: {
796
929
  virtualItems: import("./react-virtual").VirtualItem[];
797
930
  totalSize: number;
@@ -819,6 +952,11 @@ export declare const useCursorListModel: (<TT_Special_Generic>(config?: (Partial
819
952
  * @private Use useGridModel instead to make a grid instead of a list
820
953
  */
821
954
  columnCount: number;
955
+ /**
956
+ * A React.Ref of the current page size. Either provided as config, or determined at runtime
957
+ * based on the size of the list container and the number of items fitting within the container.
958
+ */
959
+ pageSizeRef: React.MutableRefObject<number>;
822
960
  UNSTABLE_virtual: {
823
961
  virtualItems: import("./react-virtual").VirtualItem[];
824
962
  totalSize: number;
@@ -846,6 +984,11 @@ export declare const useCursorListModel: (<TT_Special_Generic>(config?: (Partial
846
984
  * @private Use useGridModel instead to make a grid instead of a list
847
985
  */
848
986
  columnCount: number;
987
+ /**
988
+ * A React.Ref of the current page size. Either provided as config, or determined at runtime
989
+ * based on the size of the list container and the number of items fitting within the container.
990
+ */
991
+ pageSizeRef: React.MutableRefObject<number>;
849
992
  UNSTABLE_virtual: {
850
993
  virtualItems: import("./react-virtual").VirtualItem[];
851
994
  totalSize: number;
@@ -872,6 +1015,11 @@ export declare const useCursorListModel: (<TT_Special_Generic>(config?: (Partial
872
1015
  * @private Use useGridModel instead to make a grid instead of a list
873
1016
  */
874
1017
  columnCount: number;
1018
+ /**
1019
+ * A React.Ref of the current page size. Either provided as config, or determined at runtime
1020
+ * based on the size of the list container and the number of items fitting within the container.
1021
+ */
1022
+ pageSizeRef: React.MutableRefObject<number>;
875
1023
  UNSTABLE_virtual: {
876
1024
  virtualItems: import("./react-virtual").VirtualItem[];
877
1025
  totalSize: number;
@@ -967,6 +1115,11 @@ export declare const useCursorListModel: (<TT_Special_Generic>(config?: (Partial
967
1115
  * well as left/right keys to give a more consistent experience to all users.
968
1116
  */
969
1117
  navigation: NavigationManager;
1118
+ /**
1119
+ * Controls how much a pageUp/pageDown navigation request will jump. If not provided, the size
1120
+ * of the list and number of items rendered will determine this value.
1121
+ */
1122
+ pageSize: number;
970
1123
  id: string;
971
1124
  getId: (item: any) => string;
972
1125
  getTextValue: (item: any) => string;
@@ -974,9 +1127,7 @@ export declare const useCursorListModel: (<TT_Special_Generic>(config?: (Partial
974
1127
  orientation: import("./useBaseListModel").Orientation;
975
1128
  defaultItemHeight: number;
976
1129
  shouldVirtualize: boolean;
977
- items: any[]; /** Get the next "page". A "page" is application specific and usually means next visible screen.
978
- * If the viewport is scrollable, it would scroll so that the last item visible is now the first
979
- * item visible. This is called when the `PageDown` key is pressed */
1130
+ items: any[];
980
1131
  }, {}, {
981
1132
  /** The id of the list item the cursor is pointing to */
982
1133
  cursorId: string;
@@ -986,6 +1137,11 @@ export declare const useCursorListModel: (<TT_Special_Generic>(config?: (Partial
986
1137
  * @private Use useGridModel instead to make a grid instead of a list
987
1138
  */
988
1139
  columnCount: number;
1140
+ /**
1141
+ * A React.Ref of the current page size. Either provided as config, or determined at runtime
1142
+ * based on the size of the list container and the number of items fitting within the container.
1143
+ */
1144
+ pageSizeRef: React.MutableRefObject<number>;
989
1145
  UNSTABLE_virtual: {
990
1146
  virtualItems: import("./react-virtual").VirtualItem[];
991
1147
  totalSize: number;
@@ -1064,6 +1220,11 @@ export declare const useCursorListModel: (<TT_Special_Generic>(config?: (Partial
1064
1220
  * @private Use useGridModel instead to make a grid instead of a list
1065
1221
  */
1066
1222
  columnCount: number;
1223
+ /**
1224
+ * A React.Ref of the current page size. Either provided as config, or determined at runtime
1225
+ * based on the size of the list container and the number of items fitting within the container.
1226
+ */
1227
+ pageSizeRef: React.MutableRefObject<number>;
1067
1228
  UNSTABLE_virtual: {
1068
1229
  virtualItems: import("./react-virtual").VirtualItem[];
1069
1230
  totalSize: number;
@@ -1 +1 @@
1
- {"version":3,"file":"useCursorListModel.d.ts","sourceRoot":"","sources":["../../../../collection/lib/useCursorListModel.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"useCursorListModel.d.ts","sourceRoot":"","sources":["../../../../collection/lib/useCursorListModel.tsx"],"names":[],"mappings":"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"}