@workday/canvas-kit-react 7.0.0-alpha.91-next.18 → 7.0.0-alpha.95-next.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/collection/index.ts +1 -1
- package/collection/lib/react-virtual.ts +4 -10
- package/collection/lib/useListItemRegister.tsx +1 -1
- package/collection/lib/useListRenderItem.tsx +1 -1
- package/dist/commonjs/collection/index.d.ts +1 -1
- package/dist/commonjs/collection/index.d.ts.map +1 -1
- package/dist/commonjs/collection/lib/react-virtual.d.ts +2 -2
- package/dist/commonjs/collection/lib/react-virtual.d.ts.map +1 -1
- package/dist/commonjs/collection/lib/useCursorListModel.d.ts +93 -0
- package/dist/commonjs/collection/lib/useCursorListModel.d.ts.map +1 -1
- package/dist/commonjs/collection/lib/useListItemRegister.d.ts +1 -1
- package/dist/commonjs/collection/lib/useListItemRegister.js +1 -1
- package/dist/commonjs/layout/lib/Flex.d.ts +1 -1
- package/dist/commonjs/layout/lib/Flex.d.ts.map +1 -1
- package/dist/commonjs/layout/lib/Flex.js +2 -2
- package/dist/commonjs/layout/lib/Stack.js +2 -2
- package/dist/commonjs/menu/lib/Menu.d.ts +285 -101
- package/dist/commonjs/menu/lib/Menu.d.ts.map +1 -1
- package/dist/commonjs/menu/lib/Menu.js +2 -2
- package/dist/commonjs/menu/lib/MenuCard.d.ts +2 -2
- package/dist/commonjs/menu/lib/MenuContextTarget.d.ts +1 -1
- package/dist/commonjs/menu/lib/MenuItem.d.ts +2 -2
- package/dist/commonjs/menu/lib/MenuList.d.ts +2 -2
- package/dist/commonjs/menu/lib/MenuPopper.d.ts +1 -1
- package/dist/commonjs/menu/lib/MenuTarget.d.ts +2 -2
- package/dist/commonjs/menu/lib/useMenuModel.d.ts +43 -43
- package/dist/commonjs/tabs/lib/Tabs.d.ts +167 -167
- package/dist/commonjs/tabs/lib/Tabs.js +1 -1
- package/dist/commonjs/tabs/lib/TabsItem.d.ts +4 -4
- package/dist/commonjs/tabs/lib/TabsList.d.ts +5 -5
- package/dist/commonjs/tabs/lib/TabsMenuPopper.d.ts +1 -1
- package/dist/commonjs/tabs/lib/TabsOverflowButton.d.ts +4 -4
- package/dist/commonjs/tabs/lib/TabsOverflowButton.d.ts.map +1 -1
- package/dist/commonjs/tabs/lib/TabsOverflowButton.js +1 -2
- package/dist/commonjs/tabs/lib/TabsPanel.d.ts +7 -6
- package/dist/commonjs/tabs/lib/TabsPanel.d.ts.map +1 -1
- package/dist/commonjs/tabs/lib/TabsPanel.js +10 -10
- package/dist/commonjs/tabs/lib/TabsPanels.d.ts +3 -3
- package/dist/commonjs/tabs/lib/useTabsModel.d.ts +108 -108
- package/dist/es6/collection/index.d.ts +1 -1
- package/dist/es6/collection/index.d.ts.map +1 -1
- package/dist/es6/collection/lib/react-virtual.d.ts +2 -2
- package/dist/es6/collection/lib/react-virtual.d.ts.map +1 -1
- package/dist/es6/collection/lib/react-virtual.js +1 -1
- package/dist/es6/collection/lib/useCursorListModel.d.ts +93 -0
- package/dist/es6/collection/lib/useCursorListModel.d.ts.map +1 -1
- package/dist/es6/collection/lib/useListItemRegister.d.ts +1 -1
- package/dist/es6/collection/lib/useListItemRegister.js +1 -1
- package/dist/es6/layout/lib/Flex.d.ts +1 -1
- package/dist/es6/layout/lib/Flex.d.ts.map +1 -1
- package/dist/es6/layout/lib/Flex.js +1 -1
- package/dist/es6/layout/lib/Stack.js +1 -1
- package/dist/es6/menu/lib/Menu.d.ts +285 -101
- package/dist/es6/menu/lib/Menu.d.ts.map +1 -1
- package/dist/es6/menu/lib/Menu.js +2 -2
- package/dist/es6/menu/lib/MenuCard.d.ts +2 -2
- package/dist/es6/menu/lib/MenuContextTarget.d.ts +1 -1
- package/dist/es6/menu/lib/MenuItem.d.ts +2 -2
- package/dist/es6/menu/lib/MenuList.d.ts +2 -2
- package/dist/es6/menu/lib/MenuPopper.d.ts +1 -1
- package/dist/es6/menu/lib/MenuTarget.d.ts +2 -2
- package/dist/es6/menu/lib/useMenuModel.d.ts +43 -43
- package/dist/es6/tabs/lib/Tabs.d.ts +167 -167
- package/dist/es6/tabs/lib/Tabs.js +1 -1
- package/dist/es6/tabs/lib/TabsItem.d.ts +4 -4
- package/dist/es6/tabs/lib/TabsList.d.ts +5 -5
- package/dist/es6/tabs/lib/TabsMenuPopper.d.ts +1 -1
- package/dist/es6/tabs/lib/TabsOverflowButton.d.ts +4 -4
- package/dist/es6/tabs/lib/TabsOverflowButton.d.ts.map +1 -1
- package/dist/es6/tabs/lib/TabsOverflowButton.js +1 -2
- package/dist/es6/tabs/lib/TabsPanel.d.ts +7 -6
- package/dist/es6/tabs/lib/TabsPanel.d.ts.map +1 -1
- package/dist/es6/tabs/lib/TabsPanel.js +10 -10
- package/dist/es6/tabs/lib/TabsPanels.d.ts +3 -3
- package/dist/es6/tabs/lib/useTabsModel.d.ts +108 -108
- package/layout/lib/Flex.tsx +1 -1
- package/layout/lib/Stack.tsx +1 -1
- package/menu/lib/Menu.tsx +2 -2
- package/package.json +5 -5
- package/tabs/lib/Tabs.tsx +1 -1
- package/tabs/lib/TabsList.tsx +1 -1
- package/tabs/lib/TabsOverflowButton.tsx +5 -7
- package/tabs/lib/TabsPanel.tsx +15 -11
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Menu.d.ts","sourceRoot":"","sources":["../../../../menu/lib/Menu.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAY1B,MAAM,WAAW,SAAS;IACxB;;OAEG;IACH,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B;AAED;;;;;;;;;;;;;;;GAeG;AACH,eAAO,MAAM,IAAI
|
|
1
|
+
{"version":3,"file":"Menu.d.ts","sourceRoot":"","sources":["../../../../menu/lib/Menu.tsx"],"names":[],"mappings":"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"}
|
|
@@ -22,8 +22,8 @@ var MenuDivider_1 = require("./MenuDivider");
|
|
|
22
22
|
* <Menu.Popper>
|
|
23
23
|
* <Menu.Card>
|
|
24
24
|
* <Menu.List>
|
|
25
|
-
* <Menu.Item
|
|
26
|
-
* <Menu.Item
|
|
25
|
+
* <Menu.Item data-id="first">First Item</Menu.Item>
|
|
26
|
+
* <Menu.Item data-id="second">Second Item</Menu.Item>
|
|
27
27
|
* </Menu.List>
|
|
28
28
|
* </Menu.Card>
|
|
29
29
|
* </Menu.Popper>
|
|
@@ -30,7 +30,7 @@ export declare const useMenuCard: <P extends {}, R>(model: {
|
|
|
30
30
|
indexRef: React.MutableRefObject<number>;
|
|
31
31
|
nonInteractiveIds: string[];
|
|
32
32
|
isVirtualized: boolean;
|
|
33
|
-
items: import("
|
|
33
|
+
items: import("../..").Item<any>[];
|
|
34
34
|
mode: "multiple" | "single";
|
|
35
35
|
};
|
|
36
36
|
events: {
|
|
@@ -104,7 +104,7 @@ export declare const MenuCard: import("../../common").ElementComponentM<"div", M
|
|
|
104
104
|
indexRef: React.MutableRefObject<number>;
|
|
105
105
|
nonInteractiveIds: string[];
|
|
106
106
|
isVirtualized: boolean;
|
|
107
|
-
items: import("
|
|
107
|
+
items: import("../..").Item<any>[];
|
|
108
108
|
mode: "multiple" | "single";
|
|
109
109
|
};
|
|
110
110
|
events: {
|
|
@@ -76,7 +76,7 @@ export declare const MenuTarget: import("../../common").ElementComponentM<import
|
|
|
76
76
|
indexRef: React.MutableRefObject<number>;
|
|
77
77
|
nonInteractiveIds: string[];
|
|
78
78
|
isVirtualized: boolean;
|
|
79
|
-
items: import("
|
|
79
|
+
items: import("../..").Item<any>[];
|
|
80
80
|
mode: "multiple" | "single";
|
|
81
81
|
};
|
|
82
82
|
events: {
|
|
@@ -36,7 +36,7 @@ export declare const useMenuItem: <P extends {}, R>(model: {
|
|
|
36
36
|
indexRef: React.MutableRefObject<number>;
|
|
37
37
|
nonInteractiveIds: string[];
|
|
38
38
|
isVirtualized: boolean;
|
|
39
|
-
items: import("../../collection
|
|
39
|
+
items: import("../../collection").Item<any>[];
|
|
40
40
|
};
|
|
41
41
|
events: {
|
|
42
42
|
registerItem(data: {
|
|
@@ -94,7 +94,7 @@ export declare const MenuItem: import("../../common").ElementComponentM<"button"
|
|
|
94
94
|
indexRef: React.MutableRefObject<number>;
|
|
95
95
|
nonInteractiveIds: string[];
|
|
96
96
|
isVirtualized: boolean;
|
|
97
|
-
items: import("../../collection
|
|
97
|
+
items: import("../../collection").Item<any>[];
|
|
98
98
|
mode: "multiple" | "single";
|
|
99
99
|
};
|
|
100
100
|
events: {
|
|
@@ -33,7 +33,7 @@ export declare const useMenuList: <P extends {}, R>(model: {
|
|
|
33
33
|
indexRef: React.MutableRefObject<number>;
|
|
34
34
|
nonInteractiveIds: string[];
|
|
35
35
|
isVirtualized: boolean;
|
|
36
|
-
items: import("../../collection
|
|
36
|
+
items: import("../../collection").Item<any>[];
|
|
37
37
|
mode: "multiple" | "single";
|
|
38
38
|
};
|
|
39
39
|
events: {
|
|
@@ -110,7 +110,7 @@ export declare const MenuList: import("../../common").ElementComponentM<"div", M
|
|
|
110
110
|
indexRef: React.MutableRefObject<number>;
|
|
111
111
|
nonInteractiveIds: string[];
|
|
112
112
|
isVirtualized: boolean;
|
|
113
|
-
items: import("../../collection
|
|
113
|
+
items: import("../../collection").Item<any>[];
|
|
114
114
|
mode: "multiple" | "single";
|
|
115
115
|
};
|
|
116
116
|
events: {
|
|
@@ -58,7 +58,7 @@ export declare const MenuPopper: import("../../common").ElementComponentM<"div",
|
|
|
58
58
|
indexRef: React.MutableRefObject<number>;
|
|
59
59
|
nonInteractiveIds: string[];
|
|
60
60
|
isVirtualized: boolean;
|
|
61
|
-
items: import("
|
|
61
|
+
items: import("../..").Item<any>[];
|
|
62
62
|
mode: "multiple" | "single";
|
|
63
63
|
};
|
|
64
64
|
events: {
|
|
@@ -76,7 +76,7 @@ export declare const MenuTarget: import("../../common").ElementComponentM<import
|
|
|
76
76
|
indexRef: React.MutableRefObject<number>;
|
|
77
77
|
nonInteractiveIds: string[];
|
|
78
78
|
isVirtualized: boolean;
|
|
79
|
-
items: import("
|
|
79
|
+
items: import("../..").Item<any>[];
|
|
80
80
|
mode: "multiple" | "single";
|
|
81
81
|
};
|
|
82
82
|
events: {
|
|
@@ -148,7 +148,7 @@ export declare const MenuTargetContext: import("../../common").ElementComponentM
|
|
|
148
148
|
indexRef: React.MutableRefObject<number>;
|
|
149
149
|
nonInteractiveIds: string[];
|
|
150
150
|
isVirtualized: boolean;
|
|
151
|
-
items: import("
|
|
151
|
+
items: import("../..").Item<any>[];
|
|
152
152
|
mode: "multiple" | "single";
|
|
153
153
|
};
|
|
154
154
|
events: {
|
|
@@ -46,7 +46,7 @@ export declare const useMenuModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
46
46
|
indexRef: import("react").MutableRefObject<number>;
|
|
47
47
|
nonInteractiveIds: string[];
|
|
48
48
|
isVirtualized: boolean;
|
|
49
|
-
items: import("../../collection
|
|
49
|
+
items: import("../../collection").Item<any>[];
|
|
50
50
|
mode: "multiple" | "single";
|
|
51
51
|
}) => void) | undefined;
|
|
52
52
|
onShow?: ((data: {
|
|
@@ -76,7 +76,7 @@ export declare const useMenuModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
76
76
|
indexRef: import("react").MutableRefObject<number>;
|
|
77
77
|
nonInteractiveIds: string[];
|
|
78
78
|
isVirtualized: boolean;
|
|
79
|
-
items: import("../../collection
|
|
79
|
+
items: import("../../collection").Item<any>[];
|
|
80
80
|
mode: "multiple" | "single";
|
|
81
81
|
}) => void) | undefined;
|
|
82
82
|
onHide?: ((data: {
|
|
@@ -106,7 +106,7 @@ export declare const useMenuModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
106
106
|
indexRef: import("react").MutableRefObject<number>;
|
|
107
107
|
nonInteractiveIds: string[];
|
|
108
108
|
isVirtualized: boolean;
|
|
109
|
-
items: import("../../collection
|
|
109
|
+
items: import("../../collection").Item<any>[];
|
|
110
110
|
mode: "multiple" | "single";
|
|
111
111
|
}) => void) | undefined;
|
|
112
112
|
onSelect?: ((data: {
|
|
@@ -136,7 +136,7 @@ export declare const useMenuModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
136
136
|
indexRef: import("react").MutableRefObject<number>;
|
|
137
137
|
nonInteractiveIds: string[];
|
|
138
138
|
isVirtualized: boolean;
|
|
139
|
-
items: import("../../collection
|
|
139
|
+
items: import("../../collection").Item<any>[];
|
|
140
140
|
mode: "multiple" | "single";
|
|
141
141
|
}) => void) | undefined;
|
|
142
142
|
onSelectAll?: ((data: undefined, prevState: {
|
|
@@ -164,7 +164,7 @@ export declare const useMenuModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
164
164
|
indexRef: import("react").MutableRefObject<number>;
|
|
165
165
|
nonInteractiveIds: string[];
|
|
166
166
|
isVirtualized: boolean;
|
|
167
|
-
items: import("../../collection
|
|
167
|
+
items: import("../../collection").Item<any>[];
|
|
168
168
|
mode: "multiple" | "single";
|
|
169
169
|
}) => void) | undefined;
|
|
170
170
|
onUnselectAll?: ((data: undefined, prevState: {
|
|
@@ -192,7 +192,7 @@ export declare const useMenuModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
192
192
|
indexRef: import("react").MutableRefObject<number>;
|
|
193
193
|
nonInteractiveIds: string[];
|
|
194
194
|
isVirtualized: boolean;
|
|
195
|
-
items: import("../../collection
|
|
195
|
+
items: import("../../collection").Item<any>[];
|
|
196
196
|
mode: "multiple" | "single";
|
|
197
197
|
}) => void) | undefined;
|
|
198
198
|
onRegisterItem?: ((data: {
|
|
@@ -223,7 +223,7 @@ export declare const useMenuModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
223
223
|
indexRef: import("react").MutableRefObject<number>;
|
|
224
224
|
nonInteractiveIds: string[];
|
|
225
225
|
isVirtualized: boolean;
|
|
226
|
-
items: import("../../collection
|
|
226
|
+
items: import("../../collection").Item<any>[];
|
|
227
227
|
mode: "multiple" | "single";
|
|
228
228
|
}) => void) | undefined;
|
|
229
229
|
onGoTo?: ((data: {
|
|
@@ -253,7 +253,7 @@ export declare const useMenuModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
253
253
|
indexRef: import("react").MutableRefObject<number>;
|
|
254
254
|
nonInteractiveIds: string[];
|
|
255
255
|
isVirtualized: boolean;
|
|
256
|
-
items: import("../../collection
|
|
256
|
+
items: import("../../collection").Item<any>[];
|
|
257
257
|
mode: "multiple" | "single";
|
|
258
258
|
}) => void) | undefined;
|
|
259
259
|
onGoToNext?: ((data: undefined, prevState: {
|
|
@@ -281,7 +281,7 @@ export declare const useMenuModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
281
281
|
indexRef: import("react").MutableRefObject<number>;
|
|
282
282
|
nonInteractiveIds: string[];
|
|
283
283
|
isVirtualized: boolean;
|
|
284
|
-
items: import("../../collection
|
|
284
|
+
items: import("../../collection").Item<any>[];
|
|
285
285
|
mode: "multiple" | "single";
|
|
286
286
|
}) => void) | undefined;
|
|
287
287
|
onGoToPrevious?: ((data: undefined, prevState: {
|
|
@@ -309,7 +309,7 @@ export declare const useMenuModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
309
309
|
indexRef: import("react").MutableRefObject<number>;
|
|
310
310
|
nonInteractiveIds: string[];
|
|
311
311
|
isVirtualized: boolean;
|
|
312
|
-
items: import("../../collection
|
|
312
|
+
items: import("../../collection").Item<any>[];
|
|
313
313
|
mode: "multiple" | "single";
|
|
314
314
|
}) => void) | undefined;
|
|
315
315
|
onGoToPreviousRow?: ((data: undefined, prevState: {
|
|
@@ -337,7 +337,7 @@ export declare const useMenuModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
337
337
|
indexRef: import("react").MutableRefObject<number>;
|
|
338
338
|
nonInteractiveIds: string[];
|
|
339
339
|
isVirtualized: boolean;
|
|
340
|
-
items: import("../../collection
|
|
340
|
+
items: import("../../collection").Item<any>[];
|
|
341
341
|
mode: "multiple" | "single";
|
|
342
342
|
}) => void) | undefined;
|
|
343
343
|
onGoToNextRow?: ((data: undefined, prevState: {
|
|
@@ -365,7 +365,7 @@ export declare const useMenuModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
365
365
|
indexRef: import("react").MutableRefObject<number>;
|
|
366
366
|
nonInteractiveIds: string[];
|
|
367
367
|
isVirtualized: boolean;
|
|
368
|
-
items: import("../../collection
|
|
368
|
+
items: import("../../collection").Item<any>[];
|
|
369
369
|
mode: "multiple" | "single";
|
|
370
370
|
}) => void) | undefined;
|
|
371
371
|
onGoToFirst?: ((data: undefined, prevState: {
|
|
@@ -393,7 +393,7 @@ export declare const useMenuModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
393
393
|
indexRef: import("react").MutableRefObject<number>;
|
|
394
394
|
nonInteractiveIds: string[];
|
|
395
395
|
isVirtualized: boolean;
|
|
396
|
-
items: import("../../collection
|
|
396
|
+
items: import("../../collection").Item<any>[];
|
|
397
397
|
mode: "multiple" | "single";
|
|
398
398
|
}) => void) | undefined;
|
|
399
399
|
onGoToLast?: ((data: undefined, prevState: {
|
|
@@ -421,7 +421,7 @@ export declare const useMenuModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
421
421
|
indexRef: import("react").MutableRefObject<number>;
|
|
422
422
|
nonInteractiveIds: string[];
|
|
423
423
|
isVirtualized: boolean;
|
|
424
|
-
items: import("../../collection
|
|
424
|
+
items: import("../../collection").Item<any>[];
|
|
425
425
|
mode: "multiple" | "single";
|
|
426
426
|
}) => void) | undefined;
|
|
427
427
|
onGoToFirstOfRow?: ((data: undefined, prevState: {
|
|
@@ -449,7 +449,7 @@ export declare const useMenuModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
449
449
|
indexRef: import("react").MutableRefObject<number>;
|
|
450
450
|
nonInteractiveIds: string[];
|
|
451
451
|
isVirtualized: boolean;
|
|
452
|
-
items: import("../../collection
|
|
452
|
+
items: import("../../collection").Item<any>[];
|
|
453
453
|
mode: "multiple" | "single";
|
|
454
454
|
}) => void) | undefined;
|
|
455
455
|
onGoToLastOfRow?: ((data: undefined, prevState: {
|
|
@@ -477,7 +477,7 @@ export declare const useMenuModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
477
477
|
indexRef: import("react").MutableRefObject<number>;
|
|
478
478
|
nonInteractiveIds: string[];
|
|
479
479
|
isVirtualized: boolean;
|
|
480
|
-
items: import("../../collection
|
|
480
|
+
items: import("../../collection").Item<any>[];
|
|
481
481
|
mode: "multiple" | "single";
|
|
482
482
|
}) => void) | undefined;
|
|
483
483
|
onGoToNextPage?: ((data: undefined, prevState: {
|
|
@@ -505,7 +505,7 @@ export declare const useMenuModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
505
505
|
indexRef: import("react").MutableRefObject<number>;
|
|
506
506
|
nonInteractiveIds: string[];
|
|
507
507
|
isVirtualized: boolean;
|
|
508
|
-
items: import("../../collection
|
|
508
|
+
items: import("../../collection").Item<any>[];
|
|
509
509
|
mode: "multiple" | "single";
|
|
510
510
|
}) => void) | undefined;
|
|
511
511
|
onGoToPreviousPage?: ((data: undefined, prevState: {
|
|
@@ -533,7 +533,7 @@ export declare const useMenuModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
533
533
|
indexRef: import("react").MutableRefObject<number>;
|
|
534
534
|
nonInteractiveIds: string[];
|
|
535
535
|
isVirtualized: boolean;
|
|
536
|
-
items: import("../../collection
|
|
536
|
+
items: import("../../collection").Item<any>[];
|
|
537
537
|
mode: "multiple" | "single";
|
|
538
538
|
}) => void) | undefined;
|
|
539
539
|
onUnregisterItem?: ((data: {
|
|
@@ -563,7 +563,7 @@ export declare const useMenuModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
563
563
|
indexRef: import("react").MutableRefObject<number>;
|
|
564
564
|
nonInteractiveIds: string[];
|
|
565
565
|
isVirtualized: boolean;
|
|
566
|
-
items: import("../../collection
|
|
566
|
+
items: import("../../collection").Item<any>[];
|
|
567
567
|
mode: "multiple" | "single";
|
|
568
568
|
}) => void) | undefined;
|
|
569
569
|
onUpdateItemHeight?: ((data: {
|
|
@@ -593,7 +593,7 @@ export declare const useMenuModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
593
593
|
indexRef: import("react").MutableRefObject<number>;
|
|
594
594
|
nonInteractiveIds: string[];
|
|
595
595
|
isVirtualized: boolean;
|
|
596
|
-
items: import("../../collection
|
|
596
|
+
items: import("../../collection").Item<any>[];
|
|
597
597
|
mode: "multiple" | "single";
|
|
598
598
|
}) => void) | undefined;
|
|
599
599
|
} & {
|
|
@@ -624,7 +624,7 @@ export declare const useMenuModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
624
624
|
indexRef: import("react").MutableRefObject<number>;
|
|
625
625
|
nonInteractiveIds: string[];
|
|
626
626
|
isVirtualized: boolean;
|
|
627
|
-
items: import("../../collection
|
|
627
|
+
items: import("../../collection").Item<any>[];
|
|
628
628
|
mode: "multiple" | "single";
|
|
629
629
|
}) => boolean) | undefined;
|
|
630
630
|
shouldShow?: ((data: {
|
|
@@ -654,7 +654,7 @@ export declare const useMenuModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
654
654
|
indexRef: import("react").MutableRefObject<number>;
|
|
655
655
|
nonInteractiveIds: string[];
|
|
656
656
|
isVirtualized: boolean;
|
|
657
|
-
items: import("../../collection
|
|
657
|
+
items: import("../../collection").Item<any>[];
|
|
658
658
|
mode: "multiple" | "single";
|
|
659
659
|
}) => boolean) | undefined;
|
|
660
660
|
shouldHide?: ((data: {
|
|
@@ -684,7 +684,7 @@ export declare const useMenuModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
684
684
|
indexRef: import("react").MutableRefObject<number>;
|
|
685
685
|
nonInteractiveIds: string[];
|
|
686
686
|
isVirtualized: boolean;
|
|
687
|
-
items: import("../../collection
|
|
687
|
+
items: import("../../collection").Item<any>[];
|
|
688
688
|
mode: "multiple" | "single";
|
|
689
689
|
}) => boolean) | undefined;
|
|
690
690
|
shouldSelect?: ((data: {
|
|
@@ -714,7 +714,7 @@ export declare const useMenuModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
714
714
|
indexRef: import("react").MutableRefObject<number>;
|
|
715
715
|
nonInteractiveIds: string[];
|
|
716
716
|
isVirtualized: boolean;
|
|
717
|
-
items: import("../../collection
|
|
717
|
+
items: import("../../collection").Item<any>[];
|
|
718
718
|
mode: "multiple" | "single";
|
|
719
719
|
}) => boolean) | undefined;
|
|
720
720
|
shouldSelectAll?: ((data: undefined, state: {
|
|
@@ -742,7 +742,7 @@ export declare const useMenuModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
742
742
|
indexRef: import("react").MutableRefObject<number>;
|
|
743
743
|
nonInteractiveIds: string[];
|
|
744
744
|
isVirtualized: boolean;
|
|
745
|
-
items: import("../../collection
|
|
745
|
+
items: import("../../collection").Item<any>[];
|
|
746
746
|
mode: "multiple" | "single";
|
|
747
747
|
}) => boolean) | undefined;
|
|
748
748
|
shouldUnselectAll?: ((data: undefined, state: {
|
|
@@ -770,7 +770,7 @@ export declare const useMenuModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
770
770
|
indexRef: import("react").MutableRefObject<number>;
|
|
771
771
|
nonInteractiveIds: string[];
|
|
772
772
|
isVirtualized: boolean;
|
|
773
|
-
items: import("../../collection
|
|
773
|
+
items: import("../../collection").Item<any>[];
|
|
774
774
|
mode: "multiple" | "single";
|
|
775
775
|
}) => boolean) | undefined;
|
|
776
776
|
shouldRegisterItem?: ((data: {
|
|
@@ -801,7 +801,7 @@ export declare const useMenuModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
801
801
|
indexRef: import("react").MutableRefObject<number>;
|
|
802
802
|
nonInteractiveIds: string[];
|
|
803
803
|
isVirtualized: boolean;
|
|
804
|
-
items: import("../../collection
|
|
804
|
+
items: import("../../collection").Item<any>[];
|
|
805
805
|
mode: "multiple" | "single";
|
|
806
806
|
}) => boolean) | undefined;
|
|
807
807
|
shouldGoTo?: ((data: {
|
|
@@ -831,7 +831,7 @@ export declare const useMenuModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
831
831
|
indexRef: import("react").MutableRefObject<number>;
|
|
832
832
|
nonInteractiveIds: string[];
|
|
833
833
|
isVirtualized: boolean;
|
|
834
|
-
items: import("../../collection
|
|
834
|
+
items: import("../../collection").Item<any>[];
|
|
835
835
|
mode: "multiple" | "single";
|
|
836
836
|
}) => boolean) | undefined;
|
|
837
837
|
shouldGoToNext?: ((data: undefined, state: {
|
|
@@ -859,7 +859,7 @@ export declare const useMenuModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
859
859
|
indexRef: import("react").MutableRefObject<number>;
|
|
860
860
|
nonInteractiveIds: string[];
|
|
861
861
|
isVirtualized: boolean;
|
|
862
|
-
items: import("../../collection
|
|
862
|
+
items: import("../../collection").Item<any>[];
|
|
863
863
|
mode: "multiple" | "single";
|
|
864
864
|
}) => boolean) | undefined;
|
|
865
865
|
shouldGoToPrevious?: ((data: undefined, state: {
|
|
@@ -887,7 +887,7 @@ export declare const useMenuModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
887
887
|
indexRef: import("react").MutableRefObject<number>;
|
|
888
888
|
nonInteractiveIds: string[];
|
|
889
889
|
isVirtualized: boolean;
|
|
890
|
-
items: import("../../collection
|
|
890
|
+
items: import("../../collection").Item<any>[];
|
|
891
891
|
mode: "multiple" | "single";
|
|
892
892
|
}) => boolean) | undefined;
|
|
893
893
|
shouldGoToPreviousRow?: ((data: undefined, state: {
|
|
@@ -915,7 +915,7 @@ export declare const useMenuModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
915
915
|
indexRef: import("react").MutableRefObject<number>;
|
|
916
916
|
nonInteractiveIds: string[];
|
|
917
917
|
isVirtualized: boolean;
|
|
918
|
-
items: import("../../collection
|
|
918
|
+
items: import("../../collection").Item<any>[];
|
|
919
919
|
mode: "multiple" | "single";
|
|
920
920
|
}) => boolean) | undefined;
|
|
921
921
|
shouldGoToNextRow?: ((data: undefined, state: {
|
|
@@ -943,7 +943,7 @@ export declare const useMenuModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
943
943
|
indexRef: import("react").MutableRefObject<number>;
|
|
944
944
|
nonInteractiveIds: string[];
|
|
945
945
|
isVirtualized: boolean;
|
|
946
|
-
items: import("../../collection
|
|
946
|
+
items: import("../../collection").Item<any>[];
|
|
947
947
|
mode: "multiple" | "single";
|
|
948
948
|
}) => boolean) | undefined;
|
|
949
949
|
shouldGoToFirst?: ((data: undefined, state: {
|
|
@@ -971,7 +971,7 @@ export declare const useMenuModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
971
971
|
indexRef: import("react").MutableRefObject<number>;
|
|
972
972
|
nonInteractiveIds: string[];
|
|
973
973
|
isVirtualized: boolean;
|
|
974
|
-
items: import("../../collection
|
|
974
|
+
items: import("../../collection").Item<any>[];
|
|
975
975
|
mode: "multiple" | "single";
|
|
976
976
|
}) => boolean) | undefined;
|
|
977
977
|
shouldGoToLast?: ((data: undefined, state: {
|
|
@@ -999,7 +999,7 @@ export declare const useMenuModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
999
999
|
indexRef: import("react").MutableRefObject<number>;
|
|
1000
1000
|
nonInteractiveIds: string[];
|
|
1001
1001
|
isVirtualized: boolean;
|
|
1002
|
-
items: import("../../collection
|
|
1002
|
+
items: import("../../collection").Item<any>[];
|
|
1003
1003
|
mode: "multiple" | "single";
|
|
1004
1004
|
}) => boolean) | undefined;
|
|
1005
1005
|
shouldGoToFirstOfRow?: ((data: undefined, state: {
|
|
@@ -1027,7 +1027,7 @@ export declare const useMenuModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
1027
1027
|
indexRef: import("react").MutableRefObject<number>;
|
|
1028
1028
|
nonInteractiveIds: string[];
|
|
1029
1029
|
isVirtualized: boolean;
|
|
1030
|
-
items: import("../../collection
|
|
1030
|
+
items: import("../../collection").Item<any>[];
|
|
1031
1031
|
mode: "multiple" | "single";
|
|
1032
1032
|
}) => boolean) | undefined;
|
|
1033
1033
|
shouldGoToLastOfRow?: ((data: undefined, state: {
|
|
@@ -1055,7 +1055,7 @@ export declare const useMenuModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
1055
1055
|
indexRef: import("react").MutableRefObject<number>;
|
|
1056
1056
|
nonInteractiveIds: string[];
|
|
1057
1057
|
isVirtualized: boolean;
|
|
1058
|
-
items: import("../../collection
|
|
1058
|
+
items: import("../../collection").Item<any>[];
|
|
1059
1059
|
mode: "multiple" | "single";
|
|
1060
1060
|
}) => boolean) | undefined;
|
|
1061
1061
|
shouldGoToNextPage?: ((data: undefined, state: {
|
|
@@ -1083,7 +1083,7 @@ export declare const useMenuModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
1083
1083
|
indexRef: import("react").MutableRefObject<number>;
|
|
1084
1084
|
nonInteractiveIds: string[];
|
|
1085
1085
|
isVirtualized: boolean;
|
|
1086
|
-
items: import("../../collection
|
|
1086
|
+
items: import("../../collection").Item<any>[];
|
|
1087
1087
|
mode: "multiple" | "single";
|
|
1088
1088
|
}) => boolean) | undefined;
|
|
1089
1089
|
shouldGoToPreviousPage?: ((data: undefined, state: {
|
|
@@ -1111,7 +1111,7 @@ export declare const useMenuModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
1111
1111
|
indexRef: import("react").MutableRefObject<number>;
|
|
1112
1112
|
nonInteractiveIds: string[];
|
|
1113
1113
|
isVirtualized: boolean;
|
|
1114
|
-
items: import("../../collection
|
|
1114
|
+
items: import("../../collection").Item<any>[];
|
|
1115
1115
|
mode: "multiple" | "single";
|
|
1116
1116
|
}) => boolean) | undefined;
|
|
1117
1117
|
shouldUnregisterItem?: ((data: {
|
|
@@ -1141,7 +1141,7 @@ export declare const useMenuModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
1141
1141
|
indexRef: import("react").MutableRefObject<number>;
|
|
1142
1142
|
nonInteractiveIds: string[];
|
|
1143
1143
|
isVirtualized: boolean;
|
|
1144
|
-
items: import("../../collection
|
|
1144
|
+
items: import("../../collection").Item<any>[];
|
|
1145
1145
|
mode: "multiple" | "single";
|
|
1146
1146
|
}) => boolean) | undefined;
|
|
1147
1147
|
shouldUpdateItemHeight?: ((data: {
|
|
@@ -1171,7 +1171,7 @@ export declare const useMenuModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
1171
1171
|
indexRef: import("react").MutableRefObject<number>;
|
|
1172
1172
|
nonInteractiveIds: string[];
|
|
1173
1173
|
isVirtualized: boolean;
|
|
1174
|
-
items: import("../../collection
|
|
1174
|
+
items: import("../../collection").Item<any>[];
|
|
1175
1175
|
mode: "multiple" | "single";
|
|
1176
1176
|
}) => boolean) | undefined;
|
|
1177
1177
|
}) | undefined) => {
|
|
@@ -1200,7 +1200,7 @@ export declare const useMenuModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
1200
1200
|
indexRef: import("react").MutableRefObject<number>;
|
|
1201
1201
|
nonInteractiveIds: string[];
|
|
1202
1202
|
isVirtualized: boolean;
|
|
1203
|
-
items: import("../../collection
|
|
1203
|
+
items: import("../../collection").Item<any>[];
|
|
1204
1204
|
mode: "multiple" | "single";
|
|
1205
1205
|
};
|
|
1206
1206
|
events: {
|
|
@@ -1290,7 +1290,7 @@ export declare const useMenuModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
1290
1290
|
indexRef: import("react").MutableRefObject<number>;
|
|
1291
1291
|
nonInteractiveIds: string[];
|
|
1292
1292
|
isVirtualized: boolean;
|
|
1293
|
-
items: import("../../collection
|
|
1293
|
+
items: import("../../collection").Item<any>[];
|
|
1294
1294
|
mode: "multiple" | "single";
|
|
1295
1295
|
}, {
|
|
1296
1296
|
updatePlacement(data: {
|
|
@@ -1356,7 +1356,7 @@ export declare const useMenuModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
1356
1356
|
indexRef: import("react").MutableRefObject<number>;
|
|
1357
1357
|
nonInteractiveIds: string[];
|
|
1358
1358
|
isVirtualized: boolean;
|
|
1359
|
-
items: import("../../collection
|
|
1359
|
+
items: import("../../collection").Item<any>[];
|
|
1360
1360
|
mode: "multiple" | "single";
|
|
1361
1361
|
};
|
|
1362
1362
|
events: {
|