@workday/canvas-kit-react 12.4.19 → 12.4.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 +12 -3
- package/dist/commonjs/action-bar/lib/ActionBar.d.ts +348 -348
- package/dist/commonjs/action-bar/lib/ActionBarItem.d.ts +13 -13
- package/dist/commonjs/action-bar/lib/ActionBarList.d.ts +13 -13
- package/dist/commonjs/action-bar/lib/ActionBarOverflowButton.d.ts +18 -18
- package/dist/commonjs/action-bar/lib/useActionBarModel.d.ts +217 -217
- package/dist/commonjs/avatar/lib/Avatar.js +21 -21
- package/dist/commonjs/badge/lib/CountBadge.js +3 -3
- package/dist/commonjs/breadcrumbs/lib/Breadcrumbs.d.ts +357 -357
- package/dist/commonjs/breadcrumbs/lib/Breadcrumbs.d.ts.map +1 -1
- package/dist/commonjs/breadcrumbs/lib/BreadcrumbsCurrentItem.d.ts +18 -18
- package/dist/commonjs/breadcrumbs/lib/BreadcrumbsItem.d.ts +13 -13
- package/dist/commonjs/breadcrumbs/lib/BreadcrumbsList.d.ts +9 -9
- package/dist/commonjs/breadcrumbs/lib/BreadcrumbsMenu.d.ts +124 -124
- package/dist/commonjs/breadcrumbs/lib/BreadcrumbsOverflowButton.d.ts +18 -18
- package/dist/commonjs/breadcrumbs/lib/hooks/useBreadcrumbsModel.d.ts +217 -217
- package/dist/commonjs/button/lib/BaseButton.js +21 -21
- package/dist/commonjs/button/lib/DeleteButton.js +1 -1
- package/dist/commonjs/button/lib/Hyperlink.js +2 -2
- package/dist/commonjs/button/lib/PrimaryButton.js +2 -2
- package/dist/commonjs/button/lib/SecondaryButton.js +2 -2
- package/dist/commonjs/button/lib/TertiaryButton.js +18 -18
- package/dist/commonjs/card/lib/Card.js +1 -1
- package/dist/commonjs/card/lib/CardBody.js +1 -1
- package/dist/commonjs/card/lib/CardHeading.js +1 -1
- package/dist/commonjs/checkbox/lib/CheckBackground.js +3 -3
- package/dist/commonjs/checkbox/lib/CheckboxCheck.js +5 -5
- package/dist/commonjs/checkbox/lib/CheckboxContainer.js +1 -1
- package/dist/commonjs/checkbox/lib/CheckboxInput.js +5 -5
- package/dist/commonjs/checkbox/lib/CheckboxRipple.js +1 -1
- package/dist/commonjs/collection/index.d.ts +5 -4
- package/dist/commonjs/collection/index.d.ts.map +1 -1
- package/dist/commonjs/collection/lib/ListBox.js +3 -3
- package/dist/commonjs/collection/lib/useListItemAllowChildStrings.d.ts +4 -4
- package/dist/commonjs/combobox/lib/Combobox.d.ts +124 -124
- package/dist/commonjs/combobox/lib/ComboboxCard.d.ts +8 -8
- package/dist/commonjs/combobox/lib/ComboboxInput.d.ts +4 -4
- package/dist/commonjs/combobox/lib/ComboboxMenu.d.ts +20 -20
- package/dist/commonjs/combobox/lib/ComboboxMenuItem.d.ts +4 -4
- package/dist/commonjs/combobox/lib/ComboboxMenuList.d.ts +8 -8
- package/dist/commonjs/combobox/lib/ComboboxMenuList.js +1 -1
- package/dist/commonjs/combobox/lib/ComboboxPopper.d.ts +4 -4
- package/dist/commonjs/combobox/lib/hooks/useComboboxInput.d.ts +4 -4
- package/dist/commonjs/combobox/lib/hooks/useComboboxInputArbitrary.d.ts +4 -4
- package/dist/commonjs/combobox/lib/hooks/useComboboxInputConstrained.d.ts +4 -4
- package/dist/commonjs/combobox/lib/hooks/useComboboxInputOpenWithArrowKeys.d.ts +4 -4
- package/dist/commonjs/combobox/lib/hooks/useComboboxKeyboardTypeAhead.d.ts +4 -4
- package/dist/commonjs/combobox/lib/hooks/useComboboxListKeyboardHandler.d.ts +4 -4
- package/dist/commonjs/combobox/lib/hooks/useComboboxModel.d.ts +110 -110
- package/dist/commonjs/combobox/lib/hooks/useComboboxMoveCursorToSelected.d.ts +4 -4
- package/dist/commonjs/combobox/lib/hooks/useComboboxResetCursorToSelected.d.ts +4 -4
- package/dist/commonjs/combobox/lib/hooks/useSetPopupWidth.d.ts +4 -4
- package/dist/commonjs/common/lib/AccessibleHide.js +1 -1
- package/dist/commonjs/common/lib/CanvasProvider.js +1 -1
- package/dist/commonjs/form-field/lib/FormFieldContainer.js +1 -1
- package/dist/commonjs/form-field/lib/FormFieldField.js +1 -1
- package/dist/commonjs/form-field/lib/FormFieldGroupLabel.js +5 -5
- package/dist/commonjs/form-field/lib/FormFieldGroupList.js +3 -3
- package/dist/commonjs/form-field/lib/FormFieldHint.js +3 -3
- package/dist/commonjs/form-field/lib/FormFieldLabel.js +6 -6
- package/dist/commonjs/form-field/lib/formFieldStencil.js +8 -8
- package/dist/commonjs/icon/lib/AccentIcon.js +2 -2
- package/dist/commonjs/icon/lib/AppletIcon.js +1 -1
- package/dist/commonjs/icon/lib/Graphic.js +2 -2
- package/dist/commonjs/icon/lib/Svg.js +2 -2
- package/dist/commonjs/icon/lib/SystemIcon.js +1 -1
- package/dist/commonjs/icon/lib/SystemIconCircle.js +1 -1
- package/dist/commonjs/loading-dots/lib/LoadingDots.js +2 -2
- package/dist/commonjs/menu/lib/Menu.d.ts +124 -124
- package/dist/commonjs/menu/lib/MenuCard.d.ts +8 -8
- package/dist/commonjs/menu/lib/MenuCard.js +1 -1
- package/dist/commonjs/menu/lib/MenuContextTarget.d.ts +12 -12
- package/dist/commonjs/menu/lib/MenuItem.d.ts +8 -8
- package/dist/commonjs/menu/lib/MenuItem.js +1 -1
- package/dist/commonjs/menu/lib/MenuList.d.ts +8 -8
- package/dist/commonjs/menu/lib/MenuList.js +3 -3
- package/dist/commonjs/menu/lib/MenuOption.d.ts +8 -8
- package/dist/commonjs/menu/lib/MenuOption.js +1 -1
- package/dist/commonjs/menu/lib/MenuPopper.d.ts +4 -4
- package/dist/commonjs/menu/lib/MenuTarget.d.ts +20 -20
- package/dist/commonjs/menu/lib/useMenuModel.d.ts +106 -106
- package/dist/commonjs/modal/lib/ModalBody.js +1 -1
- package/dist/commonjs/modal/lib/ModalCard.js +1 -1
- package/dist/commonjs/modal/lib/ModalHeading.js +1 -1
- package/dist/commonjs/modal/lib/ModalOverflowOverlay.js +1 -1
- package/dist/commonjs/modal/lib/ModalOverlay.js +2 -2
- package/dist/commonjs/popup/lib/PopupBody.js +1 -1
- package/dist/commonjs/popup/lib/PopupCard.js +2 -2
- package/dist/commonjs/popup/lib/PopupCloseIcon.js +1 -1
- package/dist/commonjs/popup/lib/PopupHeading.js +1 -1
- package/dist/commonjs/select/lib/Select.d.ts +128 -128
- package/dist/commonjs/select/lib/SelectCard.d.ts +8 -8
- package/dist/commonjs/select/lib/SelectCard.js +1 -1
- package/dist/commonjs/select/lib/SelectInput.d.ts +4 -4
- package/dist/commonjs/select/lib/SelectInput.js +3 -3
- package/dist/commonjs/select/lib/SelectItem.d.ts +8 -8
- package/dist/commonjs/select/lib/hooks/useSelectCard.d.ts +4 -4
- package/dist/commonjs/select/lib/hooks/useSelectInput.d.ts +4 -4
- package/dist/commonjs/select/lib/hooks/useSelectModel.d.ts +110 -110
- package/dist/commonjs/switch/lib/Switch.js +7 -7
- package/dist/commonjs/table/lib/Table.js +1 -1
- package/dist/commonjs/table/lib/TableBody.js +1 -1
- package/dist/commonjs/table/lib/TableCaption.js +1 -1
- package/dist/commonjs/table/lib/TableCell.js +1 -1
- package/dist/commonjs/table/lib/TableFooter.js +1 -1
- package/dist/commonjs/table/lib/TableHead.js +1 -1
- package/dist/commonjs/table/lib/TableHeader.js +1 -1
- package/dist/commonjs/table/lib/TableRow.js +1 -1
- package/dist/commonjs/tabs/lib/Tabs.d.ts +470 -470
- package/dist/commonjs/tabs/lib/TabsItem.d.ts +18 -18
- package/dist/commonjs/tabs/lib/TabsList.d.ts +18 -18
- package/dist/commonjs/tabs/lib/TabsMenuPopper.d.ts +4 -4
- package/dist/commonjs/tabs/lib/TabsOverflowButton.d.ts +18 -18
- package/dist/commonjs/tabs/lib/TabsPanel.d.ts +18 -18
- package/dist/commonjs/tabs/lib/TabsPanels.d.ts +9 -9
- package/dist/commonjs/tabs/lib/useTabsModel.d.ts +405 -405
- package/dist/commonjs/text/lib/LabelText.js +6 -6
- package/dist/commonjs/text/lib/Text.js +16 -16
- package/dist/commonjs/text/lib/TypeLevelComponents.js +4 -4
- package/dist/commonjs/text-area/lib/TextArea.js +5 -5
- package/dist/commonjs/text-input/lib/InputGroup.js +6 -6
- package/dist/commonjs/text-input/lib/TextInput.js +5 -5
- package/dist/commonjs/toast/lib/Toast.js +1 -1
- package/dist/commonjs/toast/lib/ToastBody.js +1 -1
- package/dist/commonjs/toast/lib/ToastCloseIcon.js +1 -1
- package/dist/commonjs/toast/lib/ToastIcon.js +1 -1
- package/dist/commonjs/toast/lib/ToastMessage.js +1 -1
- package/dist/es6/action-bar/lib/ActionBar.d.ts +348 -348
- package/dist/es6/action-bar/lib/ActionBarItem.d.ts +13 -13
- package/dist/es6/action-bar/lib/ActionBarList.d.ts +13 -13
- package/dist/es6/action-bar/lib/ActionBarOverflowButton.d.ts +18 -18
- package/dist/es6/action-bar/lib/useActionBarModel.d.ts +217 -217
- package/dist/es6/avatar/lib/Avatar.js +21 -21
- package/dist/es6/badge/lib/CountBadge.js +3 -3
- package/dist/es6/breadcrumbs/lib/Breadcrumbs.d.ts +357 -357
- package/dist/es6/breadcrumbs/lib/Breadcrumbs.d.ts.map +1 -1
- package/dist/es6/breadcrumbs/lib/BreadcrumbsCurrentItem.d.ts +18 -18
- package/dist/es6/breadcrumbs/lib/BreadcrumbsItem.d.ts +13 -13
- package/dist/es6/breadcrumbs/lib/BreadcrumbsList.d.ts +9 -9
- package/dist/es6/breadcrumbs/lib/BreadcrumbsMenu.d.ts +124 -124
- package/dist/es6/breadcrumbs/lib/BreadcrumbsOverflowButton.d.ts +18 -18
- package/dist/es6/breadcrumbs/lib/hooks/useBreadcrumbsModel.d.ts +217 -217
- package/dist/es6/button/lib/BaseButton.js +21 -21
- package/dist/es6/button/lib/DeleteButton.js +1 -1
- package/dist/es6/button/lib/Hyperlink.js +2 -2
- package/dist/es6/button/lib/PrimaryButton.js +2 -2
- package/dist/es6/button/lib/SecondaryButton.js +2 -2
- package/dist/es6/button/lib/TertiaryButton.js +18 -18
- package/dist/es6/card/lib/Card.js +1 -1
- package/dist/es6/card/lib/CardBody.js +1 -1
- package/dist/es6/card/lib/CardHeading.js +1 -1
- package/dist/es6/checkbox/lib/CheckBackground.js +3 -3
- package/dist/es6/checkbox/lib/CheckboxCheck.js +5 -5
- package/dist/es6/checkbox/lib/CheckboxContainer.js +1 -1
- package/dist/es6/checkbox/lib/CheckboxInput.js +5 -5
- package/dist/es6/checkbox/lib/CheckboxRipple.js +1 -1
- package/dist/es6/collection/index.d.ts +5 -4
- package/dist/es6/collection/index.d.ts.map +1 -1
- package/dist/es6/collection/index.js +1 -1
- package/dist/es6/collection/lib/ListBox.js +3 -3
- package/dist/es6/collection/lib/useListItemAllowChildStrings.d.ts +4 -4
- package/dist/es6/combobox/lib/Combobox.d.ts +124 -124
- package/dist/es6/combobox/lib/ComboboxCard.d.ts +8 -8
- package/dist/es6/combobox/lib/ComboboxInput.d.ts +4 -4
- package/dist/es6/combobox/lib/ComboboxMenu.d.ts +20 -20
- package/dist/es6/combobox/lib/ComboboxMenuItem.d.ts +4 -4
- package/dist/es6/combobox/lib/ComboboxMenuList.d.ts +8 -8
- package/dist/es6/combobox/lib/ComboboxMenuList.js +1 -1
- package/dist/es6/combobox/lib/ComboboxPopper.d.ts +4 -4
- package/dist/es6/combobox/lib/hooks/useComboboxInput.d.ts +4 -4
- package/dist/es6/combobox/lib/hooks/useComboboxInputArbitrary.d.ts +4 -4
- package/dist/es6/combobox/lib/hooks/useComboboxInputConstrained.d.ts +4 -4
- package/dist/es6/combobox/lib/hooks/useComboboxInputOpenWithArrowKeys.d.ts +4 -4
- package/dist/es6/combobox/lib/hooks/useComboboxKeyboardTypeAhead.d.ts +4 -4
- package/dist/es6/combobox/lib/hooks/useComboboxListKeyboardHandler.d.ts +4 -4
- package/dist/es6/combobox/lib/hooks/useComboboxModel.d.ts +110 -110
- package/dist/es6/combobox/lib/hooks/useComboboxMoveCursorToSelected.d.ts +4 -4
- package/dist/es6/combobox/lib/hooks/useComboboxResetCursorToSelected.d.ts +4 -4
- package/dist/es6/combobox/lib/hooks/useSetPopupWidth.d.ts +4 -4
- package/dist/es6/common/lib/AccessibleHide.js +1 -1
- package/dist/es6/common/lib/CanvasProvider.js +1 -1
- package/dist/es6/form-field/lib/FormFieldContainer.js +1 -1
- package/dist/es6/form-field/lib/FormFieldField.js +1 -1
- package/dist/es6/form-field/lib/FormFieldGroupLabel.js +5 -5
- package/dist/es6/form-field/lib/FormFieldGroupList.js +3 -3
- package/dist/es6/form-field/lib/FormFieldHint.js +3 -3
- package/dist/es6/form-field/lib/FormFieldLabel.js +6 -6
- package/dist/es6/form-field/lib/formFieldStencil.js +8 -8
- package/dist/es6/icon/lib/AccentIcon.js +2 -2
- package/dist/es6/icon/lib/AppletIcon.js +1 -1
- package/dist/es6/icon/lib/Graphic.js +2 -2
- package/dist/es6/icon/lib/Svg.js +2 -2
- package/dist/es6/icon/lib/SystemIcon.js +1 -1
- package/dist/es6/icon/lib/SystemIconCircle.js +1 -1
- package/dist/es6/loading-dots/lib/LoadingDots.js +2 -2
- package/dist/es6/menu/lib/Menu.d.ts +124 -124
- package/dist/es6/menu/lib/MenuCard.d.ts +8 -8
- package/dist/es6/menu/lib/MenuCard.js +1 -1
- package/dist/es6/menu/lib/MenuContextTarget.d.ts +12 -12
- package/dist/es6/menu/lib/MenuItem.d.ts +8 -8
- package/dist/es6/menu/lib/MenuItem.js +1 -1
- package/dist/es6/menu/lib/MenuList.d.ts +8 -8
- package/dist/es6/menu/lib/MenuList.js +3 -3
- package/dist/es6/menu/lib/MenuOption.d.ts +8 -8
- package/dist/es6/menu/lib/MenuOption.js +1 -1
- package/dist/es6/menu/lib/MenuPopper.d.ts +4 -4
- package/dist/es6/menu/lib/MenuTarget.d.ts +20 -20
- package/dist/es6/menu/lib/useMenuModel.d.ts +106 -106
- package/dist/es6/modal/lib/ModalBody.js +1 -1
- package/dist/es6/modal/lib/ModalCard.js +1 -1
- package/dist/es6/modal/lib/ModalHeading.js +1 -1
- package/dist/es6/modal/lib/ModalOverflowOverlay.js +1 -1
- package/dist/es6/modal/lib/ModalOverlay.js +2 -2
- package/dist/es6/popup/lib/PopupBody.js +1 -1
- package/dist/es6/popup/lib/PopupCard.js +2 -2
- package/dist/es6/popup/lib/PopupCloseIcon.js +1 -1
- package/dist/es6/popup/lib/PopupHeading.js +1 -1
- package/dist/es6/select/lib/Select.d.ts +128 -128
- package/dist/es6/select/lib/SelectCard.d.ts +8 -8
- package/dist/es6/select/lib/SelectCard.js +1 -1
- package/dist/es6/select/lib/SelectInput.d.ts +4 -4
- package/dist/es6/select/lib/SelectInput.js +3 -3
- package/dist/es6/select/lib/SelectItem.d.ts +8 -8
- package/dist/es6/select/lib/hooks/useSelectCard.d.ts +4 -4
- package/dist/es6/select/lib/hooks/useSelectInput.d.ts +4 -4
- package/dist/es6/select/lib/hooks/useSelectModel.d.ts +110 -110
- package/dist/es6/switch/lib/Switch.js +7 -7
- package/dist/es6/table/lib/Table.js +1 -1
- package/dist/es6/table/lib/TableBody.js +1 -1
- package/dist/es6/table/lib/TableCaption.js +1 -1
- package/dist/es6/table/lib/TableCell.js +1 -1
- package/dist/es6/table/lib/TableFooter.js +1 -1
- package/dist/es6/table/lib/TableHead.js +1 -1
- package/dist/es6/table/lib/TableHeader.js +1 -1
- package/dist/es6/table/lib/TableRow.js +1 -1
- package/dist/es6/tabs/lib/Tabs.d.ts +470 -470
- package/dist/es6/tabs/lib/TabsItem.d.ts +18 -18
- package/dist/es6/tabs/lib/TabsList.d.ts +18 -18
- package/dist/es6/tabs/lib/TabsMenuPopper.d.ts +4 -4
- package/dist/es6/tabs/lib/TabsOverflowButton.d.ts +18 -18
- package/dist/es6/tabs/lib/TabsPanel.d.ts +18 -18
- package/dist/es6/tabs/lib/TabsPanels.d.ts +9 -9
- package/dist/es6/tabs/lib/useTabsModel.d.ts +405 -405
- package/dist/es6/text/lib/LabelText.js +6 -6
- package/dist/es6/text/lib/Text.js +16 -16
- package/dist/es6/text/lib/TypeLevelComponents.js +4 -4
- package/dist/es6/text-area/lib/TextArea.js +5 -5
- package/dist/es6/text-input/lib/InputGroup.js +6 -6
- package/dist/es6/text-input/lib/TextInput.js +5 -5
- package/dist/es6/toast/lib/Toast.js +1 -1
- package/dist/es6/toast/lib/ToastBody.js +1 -1
- package/dist/es6/toast/lib/ToastCloseIcon.js +1 -1
- package/dist/es6/toast/lib/ToastIcon.js +1 -1
- package/dist/es6/toast/lib/ToastMessage.js +1 -1
- package/package.json +4 -4
|
@@ -35,17 +35,17 @@ export declare const Menu: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
35
35
|
initialFocusRef: React.RefObject<any> | undefined;
|
|
36
36
|
id: string;
|
|
37
37
|
initialVisibility: import("../..").Visibility;
|
|
38
|
-
initialSelectedIds: import("
|
|
38
|
+
initialSelectedIds: import("../..").SelectedIds;
|
|
39
39
|
initialUnselectedIds: string[];
|
|
40
|
-
selection: import("
|
|
40
|
+
selection: import("../..").SelectionManager;
|
|
41
41
|
initialCursorId: string;
|
|
42
42
|
columnCount: number;
|
|
43
|
-
navigation: import("
|
|
43
|
+
navigation: import("../..").NavigationManager;
|
|
44
44
|
pageSize: number;
|
|
45
45
|
getId: (item: any) => string;
|
|
46
46
|
getTextValue: (item: any) => string;
|
|
47
47
|
nonInteractiveIds: string[];
|
|
48
|
-
orientation: import("
|
|
48
|
+
orientation: import("../..").Orientation;
|
|
49
49
|
defaultItemHeight: number;
|
|
50
50
|
items: any[];
|
|
51
51
|
}> & {
|
|
@@ -68,9 +68,9 @@ export declare const Menu: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
68
68
|
readonly current: number;
|
|
69
69
|
};
|
|
70
70
|
UNSTABLE_virtual: {
|
|
71
|
-
virtualItems: import("
|
|
71
|
+
virtualItems: import("../..").VirtualItem[];
|
|
72
72
|
totalSize: number;
|
|
73
|
-
scrollToOffset: (index: number, options?: import("
|
|
73
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
74
74
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
75
75
|
measure: () => void;
|
|
76
76
|
};
|
|
@@ -100,9 +100,9 @@ export declare const Menu: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
100
100
|
readonly current: number;
|
|
101
101
|
};
|
|
102
102
|
UNSTABLE_virtual: {
|
|
103
|
-
virtualItems: import("
|
|
103
|
+
virtualItems: import("../..").VirtualItem[];
|
|
104
104
|
totalSize: number;
|
|
105
|
-
scrollToOffset: (index: number, options?: import("
|
|
105
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
106
106
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
107
107
|
measure: () => void;
|
|
108
108
|
};
|
|
@@ -132,9 +132,9 @@ export declare const Menu: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
132
132
|
readonly current: number;
|
|
133
133
|
};
|
|
134
134
|
UNSTABLE_virtual: {
|
|
135
|
-
virtualItems: import("
|
|
135
|
+
virtualItems: import("../..").VirtualItem[];
|
|
136
136
|
totalSize: number;
|
|
137
|
-
scrollToOffset: (index: number, options?: import("
|
|
137
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
138
138
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
139
139
|
measure: () => void;
|
|
140
140
|
};
|
|
@@ -166,9 +166,9 @@ export declare const Menu: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
166
166
|
readonly current: number;
|
|
167
167
|
};
|
|
168
168
|
UNSTABLE_virtual: {
|
|
169
|
-
virtualItems: import("
|
|
169
|
+
virtualItems: import("../..").VirtualItem[];
|
|
170
170
|
totalSize: number;
|
|
171
|
-
scrollToOffset: (index: number, options?: import("
|
|
171
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
172
172
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
173
173
|
measure: () => void;
|
|
174
174
|
};
|
|
@@ -198,9 +198,9 @@ export declare const Menu: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
198
198
|
readonly current: number;
|
|
199
199
|
};
|
|
200
200
|
UNSTABLE_virtual: {
|
|
201
|
-
virtualItems: import("
|
|
201
|
+
virtualItems: import("../..").VirtualItem[];
|
|
202
202
|
totalSize: number;
|
|
203
|
-
scrollToOffset: (index: number, options?: import("
|
|
203
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
204
204
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
205
205
|
measure: () => void;
|
|
206
206
|
};
|
|
@@ -230,9 +230,9 @@ export declare const Menu: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
230
230
|
readonly current: number;
|
|
231
231
|
};
|
|
232
232
|
UNSTABLE_virtual: {
|
|
233
|
-
virtualItems: import("
|
|
233
|
+
virtualItems: import("../..").VirtualItem[];
|
|
234
234
|
totalSize: number;
|
|
235
|
-
scrollToOffset: (index: number, options?: import("
|
|
235
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
236
236
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
237
237
|
measure: () => void;
|
|
238
238
|
};
|
|
@@ -262,9 +262,9 @@ export declare const Menu: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
262
262
|
readonly current: number;
|
|
263
263
|
};
|
|
264
264
|
UNSTABLE_virtual: {
|
|
265
|
-
virtualItems: import("
|
|
265
|
+
virtualItems: import("../..").VirtualItem[];
|
|
266
266
|
totalSize: number;
|
|
267
|
-
scrollToOffset: (index: number, options?: import("
|
|
267
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
268
268
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
269
269
|
measure: () => void;
|
|
270
270
|
};
|
|
@@ -298,9 +298,9 @@ export declare const Menu: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
298
298
|
readonly current: number;
|
|
299
299
|
};
|
|
300
300
|
UNSTABLE_virtual: {
|
|
301
|
-
virtualItems: import("
|
|
301
|
+
virtualItems: import("../..").VirtualItem[];
|
|
302
302
|
totalSize: number;
|
|
303
|
-
scrollToOffset: (index: number, options?: import("
|
|
303
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
304
304
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
305
305
|
measure: () => void;
|
|
306
306
|
};
|
|
@@ -332,9 +332,9 @@ export declare const Menu: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
332
332
|
readonly current: number;
|
|
333
333
|
};
|
|
334
334
|
UNSTABLE_virtual: {
|
|
335
|
-
virtualItems: import("
|
|
335
|
+
virtualItems: import("../..").VirtualItem[];
|
|
336
336
|
totalSize: number;
|
|
337
|
-
scrollToOffset: (index: number, options?: import("
|
|
337
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
338
338
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
339
339
|
measure: () => void;
|
|
340
340
|
};
|
|
@@ -364,9 +364,9 @@ export declare const Menu: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
364
364
|
readonly current: number;
|
|
365
365
|
};
|
|
366
366
|
UNSTABLE_virtual: {
|
|
367
|
-
virtualItems: import("
|
|
367
|
+
virtualItems: import("../..").VirtualItem[];
|
|
368
368
|
totalSize: number;
|
|
369
|
-
scrollToOffset: (index: number, options?: import("
|
|
369
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
370
370
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
371
371
|
measure: () => void;
|
|
372
372
|
};
|
|
@@ -396,9 +396,9 @@ export declare const Menu: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
396
396
|
readonly current: number;
|
|
397
397
|
};
|
|
398
398
|
UNSTABLE_virtual: {
|
|
399
|
-
virtualItems: import("
|
|
399
|
+
virtualItems: import("../..").VirtualItem[];
|
|
400
400
|
totalSize: number;
|
|
401
|
-
scrollToOffset: (index: number, options?: import("
|
|
401
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
402
402
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
403
403
|
measure: () => void;
|
|
404
404
|
};
|
|
@@ -428,9 +428,9 @@ export declare const Menu: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
428
428
|
readonly current: number;
|
|
429
429
|
};
|
|
430
430
|
UNSTABLE_virtual: {
|
|
431
|
-
virtualItems: import("
|
|
431
|
+
virtualItems: import("../..").VirtualItem[];
|
|
432
432
|
totalSize: number;
|
|
433
|
-
scrollToOffset: (index: number, options?: import("
|
|
433
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
434
434
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
435
435
|
measure: () => void;
|
|
436
436
|
};
|
|
@@ -460,9 +460,9 @@ export declare const Menu: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
460
460
|
readonly current: number;
|
|
461
461
|
};
|
|
462
462
|
UNSTABLE_virtual: {
|
|
463
|
-
virtualItems: import("
|
|
463
|
+
virtualItems: import("../..").VirtualItem[];
|
|
464
464
|
totalSize: number;
|
|
465
|
-
scrollToOffset: (index: number, options?: import("
|
|
465
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
466
466
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
467
467
|
measure: () => void;
|
|
468
468
|
};
|
|
@@ -492,9 +492,9 @@ export declare const Menu: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
492
492
|
readonly current: number;
|
|
493
493
|
};
|
|
494
494
|
UNSTABLE_virtual: {
|
|
495
|
-
virtualItems: import("
|
|
495
|
+
virtualItems: import("../..").VirtualItem[];
|
|
496
496
|
totalSize: number;
|
|
497
|
-
scrollToOffset: (index: number, options?: import("
|
|
497
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
498
498
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
499
499
|
measure: () => void;
|
|
500
500
|
};
|
|
@@ -524,9 +524,9 @@ export declare const Menu: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
524
524
|
readonly current: number;
|
|
525
525
|
};
|
|
526
526
|
UNSTABLE_virtual: {
|
|
527
|
-
virtualItems: import("
|
|
527
|
+
virtualItems: import("../..").VirtualItem[];
|
|
528
528
|
totalSize: number;
|
|
529
|
-
scrollToOffset: (index: number, options?: import("
|
|
529
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
530
530
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
531
531
|
measure: () => void;
|
|
532
532
|
};
|
|
@@ -556,9 +556,9 @@ export declare const Menu: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
556
556
|
readonly current: number;
|
|
557
557
|
};
|
|
558
558
|
UNSTABLE_virtual: {
|
|
559
|
-
virtualItems: import("
|
|
559
|
+
virtualItems: import("../..").VirtualItem[];
|
|
560
560
|
totalSize: number;
|
|
561
|
-
scrollToOffset: (index: number, options?: import("
|
|
561
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
562
562
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
563
563
|
measure: () => void;
|
|
564
564
|
};
|
|
@@ -588,9 +588,9 @@ export declare const Menu: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
588
588
|
readonly current: number;
|
|
589
589
|
};
|
|
590
590
|
UNSTABLE_virtual: {
|
|
591
|
-
virtualItems: import("
|
|
591
|
+
virtualItems: import("../..").VirtualItem[];
|
|
592
592
|
totalSize: number;
|
|
593
|
-
scrollToOffset: (index: number, options?: import("
|
|
593
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
594
594
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
595
595
|
measure: () => void;
|
|
596
596
|
};
|
|
@@ -620,9 +620,9 @@ export declare const Menu: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
620
620
|
readonly current: number;
|
|
621
621
|
};
|
|
622
622
|
UNSTABLE_virtual: {
|
|
623
|
-
virtualItems: import("
|
|
623
|
+
virtualItems: import("../..").VirtualItem[];
|
|
624
624
|
totalSize: number;
|
|
625
|
-
scrollToOffset: (index: number, options?: import("
|
|
625
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
626
626
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
627
627
|
measure: () => void;
|
|
628
628
|
};
|
|
@@ -652,9 +652,9 @@ export declare const Menu: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
652
652
|
readonly current: number;
|
|
653
653
|
};
|
|
654
654
|
UNSTABLE_virtual: {
|
|
655
|
-
virtualItems: import("
|
|
655
|
+
virtualItems: import("../..").VirtualItem[];
|
|
656
656
|
totalSize: number;
|
|
657
|
-
scrollToOffset: (index: number, options?: import("
|
|
657
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
658
658
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
659
659
|
measure: () => void;
|
|
660
660
|
};
|
|
@@ -687,9 +687,9 @@ export declare const Menu: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
687
687
|
readonly current: number;
|
|
688
688
|
};
|
|
689
689
|
UNSTABLE_virtual: {
|
|
690
|
-
virtualItems: import("
|
|
690
|
+
virtualItems: import("../..").VirtualItem[];
|
|
691
691
|
totalSize: number;
|
|
692
|
-
scrollToOffset: (index: number, options?: import("
|
|
692
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
693
693
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
694
694
|
measure: () => void;
|
|
695
695
|
};
|
|
@@ -721,9 +721,9 @@ export declare const Menu: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
721
721
|
readonly current: number;
|
|
722
722
|
};
|
|
723
723
|
UNSTABLE_virtual: {
|
|
724
|
-
virtualItems: import("
|
|
724
|
+
virtualItems: import("../..").VirtualItem[];
|
|
725
725
|
totalSize: number;
|
|
726
|
-
scrollToOffset: (index: number, options?: import("
|
|
726
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
727
727
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
728
728
|
measure: () => void;
|
|
729
729
|
};
|
|
@@ -755,9 +755,9 @@ export declare const Menu: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
755
755
|
readonly current: number;
|
|
756
756
|
};
|
|
757
757
|
UNSTABLE_virtual: {
|
|
758
|
-
virtualItems: import("
|
|
758
|
+
virtualItems: import("../..").VirtualItem[];
|
|
759
759
|
totalSize: number;
|
|
760
|
-
scrollToOffset: (index: number, options?: import("
|
|
760
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
761
761
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
762
762
|
measure: () => void;
|
|
763
763
|
};
|
|
@@ -790,9 +790,9 @@ export declare const Menu: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
790
790
|
readonly current: number;
|
|
791
791
|
};
|
|
792
792
|
UNSTABLE_virtual: {
|
|
793
|
-
virtualItems: import("
|
|
793
|
+
virtualItems: import("../..").VirtualItem[];
|
|
794
794
|
totalSize: number;
|
|
795
|
-
scrollToOffset: (index: number, options?: import("
|
|
795
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
796
796
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
797
797
|
measure: () => void;
|
|
798
798
|
};
|
|
@@ -822,9 +822,9 @@ export declare const Menu: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
822
822
|
readonly current: number;
|
|
823
823
|
};
|
|
824
824
|
UNSTABLE_virtual: {
|
|
825
|
-
virtualItems: import("
|
|
825
|
+
virtualItems: import("../..").VirtualItem[];
|
|
826
826
|
totalSize: number;
|
|
827
|
-
scrollToOffset: (index: number, options?: import("
|
|
827
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
828
828
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
829
829
|
measure: () => void;
|
|
830
830
|
};
|
|
@@ -854,9 +854,9 @@ export declare const Menu: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
854
854
|
readonly current: number;
|
|
855
855
|
};
|
|
856
856
|
UNSTABLE_virtual: {
|
|
857
|
-
virtualItems: import("
|
|
857
|
+
virtualItems: import("../..").VirtualItem[];
|
|
858
858
|
totalSize: number;
|
|
859
|
-
scrollToOffset: (index: number, options?: import("
|
|
859
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
860
860
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
861
861
|
measure: () => void;
|
|
862
862
|
};
|
|
@@ -888,9 +888,9 @@ export declare const Menu: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
888
888
|
readonly current: number;
|
|
889
889
|
};
|
|
890
890
|
UNSTABLE_virtual: {
|
|
891
|
-
virtualItems: import("
|
|
891
|
+
virtualItems: import("../..").VirtualItem[];
|
|
892
892
|
totalSize: number;
|
|
893
|
-
scrollToOffset: (index: number, options?: import("
|
|
893
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
894
894
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
895
895
|
measure: () => void;
|
|
896
896
|
};
|
|
@@ -920,9 +920,9 @@ export declare const Menu: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
920
920
|
readonly current: number;
|
|
921
921
|
};
|
|
922
922
|
UNSTABLE_virtual: {
|
|
923
|
-
virtualItems: import("
|
|
923
|
+
virtualItems: import("../..").VirtualItem[];
|
|
924
924
|
totalSize: number;
|
|
925
|
-
scrollToOffset: (index: number, options?: import("
|
|
925
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
926
926
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
927
927
|
measure: () => void;
|
|
928
928
|
};
|
|
@@ -952,9 +952,9 @@ export declare const Menu: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
952
952
|
readonly current: number;
|
|
953
953
|
};
|
|
954
954
|
UNSTABLE_virtual: {
|
|
955
|
-
virtualItems: import("
|
|
955
|
+
virtualItems: import("../..").VirtualItem[];
|
|
956
956
|
totalSize: number;
|
|
957
|
-
scrollToOffset: (index: number, options?: import("
|
|
957
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
958
958
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
959
959
|
measure: () => void;
|
|
960
960
|
};
|
|
@@ -984,9 +984,9 @@ export declare const Menu: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
984
984
|
readonly current: number;
|
|
985
985
|
};
|
|
986
986
|
UNSTABLE_virtual: {
|
|
987
|
-
virtualItems: import("
|
|
987
|
+
virtualItems: import("../..").VirtualItem[];
|
|
988
988
|
totalSize: number;
|
|
989
|
-
scrollToOffset: (index: number, options?: import("
|
|
989
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
990
990
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
991
991
|
measure: () => void;
|
|
992
992
|
};
|
|
@@ -1020,9 +1020,9 @@ export declare const Menu: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1020
1020
|
readonly current: number;
|
|
1021
1021
|
};
|
|
1022
1022
|
UNSTABLE_virtual: {
|
|
1023
|
-
virtualItems: import("
|
|
1023
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1024
1024
|
totalSize: number;
|
|
1025
|
-
scrollToOffset: (index: number, options?: import("
|
|
1025
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1026
1026
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1027
1027
|
measure: () => void;
|
|
1028
1028
|
};
|
|
@@ -1054,9 +1054,9 @@ export declare const Menu: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1054
1054
|
readonly current: number;
|
|
1055
1055
|
};
|
|
1056
1056
|
UNSTABLE_virtual: {
|
|
1057
|
-
virtualItems: import("
|
|
1057
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1058
1058
|
totalSize: number;
|
|
1059
|
-
scrollToOffset: (index: number, options?: import("
|
|
1059
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1060
1060
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1061
1061
|
measure: () => void;
|
|
1062
1062
|
};
|
|
@@ -1086,9 +1086,9 @@ export declare const Menu: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1086
1086
|
readonly current: number;
|
|
1087
1087
|
};
|
|
1088
1088
|
UNSTABLE_virtual: {
|
|
1089
|
-
virtualItems: import("
|
|
1089
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1090
1090
|
totalSize: number;
|
|
1091
|
-
scrollToOffset: (index: number, options?: import("
|
|
1091
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1092
1092
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1093
1093
|
measure: () => void;
|
|
1094
1094
|
};
|
|
@@ -1118,9 +1118,9 @@ export declare const Menu: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1118
1118
|
readonly current: number;
|
|
1119
1119
|
};
|
|
1120
1120
|
UNSTABLE_virtual: {
|
|
1121
|
-
virtualItems: import("
|
|
1121
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1122
1122
|
totalSize: number;
|
|
1123
|
-
scrollToOffset: (index: number, options?: import("
|
|
1123
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1124
1124
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1125
1125
|
measure: () => void;
|
|
1126
1126
|
};
|
|
@@ -1150,9 +1150,9 @@ export declare const Menu: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1150
1150
|
readonly current: number;
|
|
1151
1151
|
};
|
|
1152
1152
|
UNSTABLE_virtual: {
|
|
1153
|
-
virtualItems: import("
|
|
1153
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1154
1154
|
totalSize: number;
|
|
1155
|
-
scrollToOffset: (index: number, options?: import("
|
|
1155
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1156
1156
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1157
1157
|
measure: () => void;
|
|
1158
1158
|
};
|
|
@@ -1182,9 +1182,9 @@ export declare const Menu: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1182
1182
|
readonly current: number;
|
|
1183
1183
|
};
|
|
1184
1184
|
UNSTABLE_virtual: {
|
|
1185
|
-
virtualItems: import("
|
|
1185
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1186
1186
|
totalSize: number;
|
|
1187
|
-
scrollToOffset: (index: number, options?: import("
|
|
1187
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1188
1188
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1189
1189
|
measure: () => void;
|
|
1190
1190
|
};
|
|
@@ -1214,9 +1214,9 @@ export declare const Menu: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1214
1214
|
readonly current: number;
|
|
1215
1215
|
};
|
|
1216
1216
|
UNSTABLE_virtual: {
|
|
1217
|
-
virtualItems: import("
|
|
1217
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1218
1218
|
totalSize: number;
|
|
1219
|
-
scrollToOffset: (index: number, options?: import("
|
|
1219
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1220
1220
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1221
1221
|
measure: () => void;
|
|
1222
1222
|
};
|
|
@@ -1246,9 +1246,9 @@ export declare const Menu: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1246
1246
|
readonly current: number;
|
|
1247
1247
|
};
|
|
1248
1248
|
UNSTABLE_virtual: {
|
|
1249
|
-
virtualItems: import("
|
|
1249
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1250
1250
|
totalSize: number;
|
|
1251
|
-
scrollToOffset: (index: number, options?: import("
|
|
1251
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1252
1252
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1253
1253
|
measure: () => void;
|
|
1254
1254
|
};
|
|
@@ -1278,9 +1278,9 @@ export declare const Menu: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1278
1278
|
readonly current: number;
|
|
1279
1279
|
};
|
|
1280
1280
|
UNSTABLE_virtual: {
|
|
1281
|
-
virtualItems: import("
|
|
1281
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1282
1282
|
totalSize: number;
|
|
1283
|
-
scrollToOffset: (index: number, options?: import("
|
|
1283
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1284
1284
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1285
1285
|
measure: () => void;
|
|
1286
1286
|
};
|
|
@@ -1310,9 +1310,9 @@ export declare const Menu: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1310
1310
|
readonly current: number;
|
|
1311
1311
|
};
|
|
1312
1312
|
UNSTABLE_virtual: {
|
|
1313
|
-
virtualItems: import("
|
|
1313
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1314
1314
|
totalSize: number;
|
|
1315
|
-
scrollToOffset: (index: number, options?: import("
|
|
1315
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1316
1316
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1317
1317
|
measure: () => void;
|
|
1318
1318
|
};
|
|
@@ -1342,9 +1342,9 @@ export declare const Menu: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1342
1342
|
readonly current: number;
|
|
1343
1343
|
};
|
|
1344
1344
|
UNSTABLE_virtual: {
|
|
1345
|
-
virtualItems: import("
|
|
1345
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1346
1346
|
totalSize: number;
|
|
1347
|
-
scrollToOffset: (index: number, options?: import("
|
|
1347
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1348
1348
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1349
1349
|
measure: () => void;
|
|
1350
1350
|
};
|
|
@@ -1374,9 +1374,9 @@ export declare const Menu: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1374
1374
|
readonly current: number;
|
|
1375
1375
|
};
|
|
1376
1376
|
UNSTABLE_virtual: {
|
|
1377
|
-
virtualItems: import("
|
|
1377
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1378
1378
|
totalSize: number;
|
|
1379
|
-
scrollToOffset: (index: number, options?: import("
|
|
1379
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1380
1380
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1381
1381
|
measure: () => void;
|
|
1382
1382
|
};
|
|
@@ -1409,9 +1409,9 @@ export declare const Menu: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1409
1409
|
readonly current: number;
|
|
1410
1410
|
};
|
|
1411
1411
|
UNSTABLE_virtual: {
|
|
1412
|
-
virtualItems: import("
|
|
1412
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1413
1413
|
totalSize: number;
|
|
1414
|
-
scrollToOffset: (index: number, options?: import("
|
|
1414
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1415
1415
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1416
1416
|
measure: () => void;
|
|
1417
1417
|
};
|
|
@@ -1443,9 +1443,9 @@ export declare const Menu: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1443
1443
|
readonly current: number;
|
|
1444
1444
|
};
|
|
1445
1445
|
UNSTABLE_virtual: {
|
|
1446
|
-
virtualItems: import("
|
|
1446
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1447
1447
|
totalSize: number;
|
|
1448
|
-
scrollToOffset: (index: number, options?: import("
|
|
1448
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1449
1449
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1450
1450
|
measure: () => void;
|
|
1451
1451
|
};
|
|
@@ -1477,9 +1477,9 @@ export declare const Menu: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1477
1477
|
readonly current: number;
|
|
1478
1478
|
};
|
|
1479
1479
|
UNSTABLE_virtual: {
|
|
1480
|
-
virtualItems: import("
|
|
1480
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1481
1481
|
totalSize: number;
|
|
1482
|
-
scrollToOffset: (index: number, options?: import("
|
|
1482
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1483
1483
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1484
1484
|
measure: () => void;
|
|
1485
1485
|
};
|
|
@@ -1510,9 +1510,9 @@ export declare const Menu: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1510
1510
|
readonly current: number;
|
|
1511
1511
|
};
|
|
1512
1512
|
UNSTABLE_virtual: {
|
|
1513
|
-
virtualItems: import("
|
|
1513
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1514
1514
|
totalSize: number;
|
|
1515
|
-
scrollToOffset: (index: number, options?: import("
|
|
1515
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1516
1516
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1517
1517
|
measure: () => void;
|
|
1518
1518
|
};
|
|
@@ -1566,8 +1566,8 @@ export declare const Menu: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1566
1566
|
value: number;
|
|
1567
1567
|
}): void;
|
|
1568
1568
|
};
|
|
1569
|
-
selection: import("
|
|
1570
|
-
navigation: import("
|
|
1569
|
+
selection: import("../..").SelectionManager;
|
|
1570
|
+
navigation: import("../..").NavigationManager;
|
|
1571
1571
|
getId: (item: any) => string;
|
|
1572
1572
|
}> & {
|
|
1573
1573
|
/**
|
|
@@ -1604,9 +1604,9 @@ export declare const Menu: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1604
1604
|
readonly current: number;
|
|
1605
1605
|
};
|
|
1606
1606
|
UNSTABLE_virtual: {
|
|
1607
|
-
virtualItems: import("
|
|
1607
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1608
1608
|
totalSize: number;
|
|
1609
|
-
scrollToOffset: (index: number, options?: import("
|
|
1609
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1610
1610
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1611
1611
|
measure: () => void;
|
|
1612
1612
|
};
|
|
@@ -1660,8 +1660,8 @@ export declare const Menu: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1660
1660
|
value: number;
|
|
1661
1661
|
}): void;
|
|
1662
1662
|
};
|
|
1663
|
-
selection: import("
|
|
1664
|
-
navigation: import("
|
|
1663
|
+
selection: import("../..").SelectionManager;
|
|
1664
|
+
navigation: import("../..").NavigationManager;
|
|
1665
1665
|
getId: (item: any) => string;
|
|
1666
1666
|
}>;
|
|
1667
1667
|
/**
|
|
@@ -1687,9 +1687,9 @@ export declare const Menu: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1687
1687
|
readonly current: number;
|
|
1688
1688
|
};
|
|
1689
1689
|
UNSTABLE_virtual: {
|
|
1690
|
-
virtualItems: import("
|
|
1690
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1691
1691
|
totalSize: number;
|
|
1692
|
-
scrollToOffset: (index: number, options?: import("
|
|
1692
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1693
1693
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1694
1694
|
measure: () => void;
|
|
1695
1695
|
};
|
|
@@ -1743,8 +1743,8 @@ export declare const Menu: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1743
1743
|
value: number;
|
|
1744
1744
|
}): void;
|
|
1745
1745
|
};
|
|
1746
|
-
selection: import("
|
|
1747
|
-
navigation: import("
|
|
1746
|
+
selection: import("../..").SelectionManager;
|
|
1747
|
+
navigation: import("../..").NavigationManager;
|
|
1748
1748
|
getId: (item: any) => string;
|
|
1749
1749
|
}>;
|
|
1750
1750
|
/**
|
|
@@ -1788,9 +1788,9 @@ export declare const Menu: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1788
1788
|
readonly current: number;
|
|
1789
1789
|
};
|
|
1790
1790
|
UNSTABLE_virtual: {
|
|
1791
|
-
virtualItems: import("
|
|
1791
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1792
1792
|
totalSize: number;
|
|
1793
|
-
scrollToOffset: (index: number, options?: import("
|
|
1793
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1794
1794
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1795
1795
|
measure: () => void;
|
|
1796
1796
|
};
|
|
@@ -1844,8 +1844,8 @@ export declare const Menu: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1844
1844
|
value: number;
|
|
1845
1845
|
}): void;
|
|
1846
1846
|
};
|
|
1847
|
-
selection: import("
|
|
1848
|
-
navigation: import("
|
|
1847
|
+
selection: import("../..").SelectionManager;
|
|
1848
|
+
navigation: import("../..").NavigationManager;
|
|
1849
1849
|
getId: (item: any) => string;
|
|
1850
1850
|
}>;
|
|
1851
1851
|
/**
|
|
@@ -1873,9 +1873,9 @@ export declare const Menu: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1873
1873
|
readonly current: number;
|
|
1874
1874
|
};
|
|
1875
1875
|
UNSTABLE_virtual: {
|
|
1876
|
-
virtualItems: import("
|
|
1876
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1877
1877
|
totalSize: number;
|
|
1878
|
-
scrollToOffset: (index: number, options?: import("
|
|
1878
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1879
1879
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1880
1880
|
measure: () => void;
|
|
1881
1881
|
};
|
|
@@ -1929,8 +1929,8 @@ export declare const Menu: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1929
1929
|
value: number;
|
|
1930
1930
|
}): void;
|
|
1931
1931
|
};
|
|
1932
|
-
selection: import("
|
|
1933
|
-
navigation: import("
|
|
1932
|
+
selection: import("../..").SelectionManager;
|
|
1933
|
+
navigation: import("../..").NavigationManager;
|
|
1934
1934
|
getId: (item: any) => string;
|
|
1935
1935
|
}> & {
|
|
1936
1936
|
Icon: (elemProps: import("../..").SystemIconProps) => React.JSX.Element;
|
|
@@ -1964,9 +1964,9 @@ export declare const Menu: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1964
1964
|
readonly current: number;
|
|
1965
1965
|
};
|
|
1966
1966
|
UNSTABLE_virtual: {
|
|
1967
|
-
virtualItems: import("
|
|
1967
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1968
1968
|
totalSize: number;
|
|
1969
|
-
scrollToOffset: (index: number, options?: import("
|
|
1969
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1970
1970
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1971
1971
|
measure: () => void;
|
|
1972
1972
|
};
|
|
@@ -2020,8 +2020,8 @@ export declare const Menu: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2020
2020
|
value: number;
|
|
2021
2021
|
}): void;
|
|
2022
2022
|
};
|
|
2023
|
-
selection: import("
|
|
2024
|
-
navigation: import("
|
|
2023
|
+
selection: import("../..").SelectionManager;
|
|
2024
|
+
navigation: import("../..").NavigationManager;
|
|
2025
2025
|
getId: (item: any) => string;
|
|
2026
2026
|
}> & {
|
|
2027
2027
|
Icon: (elemProps: import("../..").SystemIconProps) => React.JSX.Element;
|
|
@@ -2052,9 +2052,9 @@ export declare const Menu: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2052
2052
|
readonly current: number;
|
|
2053
2053
|
};
|
|
2054
2054
|
UNSTABLE_virtual: {
|
|
2055
|
-
virtualItems: import("
|
|
2055
|
+
virtualItems: import("../..").VirtualItem[];
|
|
2056
2056
|
totalSize: number;
|
|
2057
|
-
scrollToOffset: (index: number, options?: import("
|
|
2057
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
2058
2058
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2059
2059
|
measure: () => void;
|
|
2060
2060
|
};
|
|
@@ -2108,8 +2108,8 @@ export declare const Menu: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2108
2108
|
value: number;
|
|
2109
2109
|
}): void;
|
|
2110
2110
|
};
|
|
2111
|
-
selection: import("
|
|
2112
|
-
navigation: import("
|
|
2111
|
+
selection: import("../..").SelectionManager;
|
|
2112
|
+
navigation: import("../..").NavigationManager;
|
|
2113
2113
|
getId: (item: any) => string;
|
|
2114
2114
|
}>;
|
|
2115
2115
|
/**
|
|
@@ -2136,9 +2136,9 @@ export declare const Menu: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2136
2136
|
readonly current: number;
|
|
2137
2137
|
};
|
|
2138
2138
|
UNSTABLE_virtual: {
|
|
2139
|
-
virtualItems: import("
|
|
2139
|
+
virtualItems: import("../..").VirtualItem[];
|
|
2140
2140
|
totalSize: number;
|
|
2141
|
-
scrollToOffset: (index: number, options?: import("
|
|
2141
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
2142
2142
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2143
2143
|
measure: () => void;
|
|
2144
2144
|
};
|
|
@@ -2192,8 +2192,8 @@ export declare const Menu: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2192
2192
|
value: number;
|
|
2193
2193
|
}): void;
|
|
2194
2194
|
};
|
|
2195
|
-
selection: import("
|
|
2196
|
-
navigation: import("
|
|
2195
|
+
selection: import("../..").SelectionManager;
|
|
2196
|
+
navigation: import("../..").NavigationManager;
|
|
2197
2197
|
getId: (item: any) => string;
|
|
2198
2198
|
}>;
|
|
2199
2199
|
};
|