@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
|
@@ -30,17 +30,17 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
30
30
|
initialFocusRef: React.RefObject<any> | undefined;
|
|
31
31
|
id: string;
|
|
32
32
|
initialVisibility: import("../..").Visibility;
|
|
33
|
-
initialSelectedIds: import("
|
|
33
|
+
initialSelectedIds: import("../..").SelectedIds;
|
|
34
34
|
initialUnselectedIds: string[];
|
|
35
|
-
selection: import("
|
|
35
|
+
selection: import("../..").SelectionManager;
|
|
36
36
|
initialCursorId: string;
|
|
37
37
|
columnCount: number;
|
|
38
|
-
navigation: import("
|
|
38
|
+
navigation: import("../..").NavigationManager;
|
|
39
39
|
pageSize: number;
|
|
40
40
|
getId: (item: any) => string;
|
|
41
41
|
getTextValue: (item: any) => string;
|
|
42
42
|
nonInteractiveIds: string[];
|
|
43
|
-
orientation: import("
|
|
43
|
+
orientation: import("../..").Orientation;
|
|
44
44
|
defaultItemHeight: number;
|
|
45
45
|
items: any[];
|
|
46
46
|
value: string | undefined;
|
|
@@ -64,9 +64,9 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
64
64
|
readonly current: number;
|
|
65
65
|
};
|
|
66
66
|
UNSTABLE_virtual: {
|
|
67
|
-
virtualItems: import("
|
|
67
|
+
virtualItems: import("../..").VirtualItem[];
|
|
68
68
|
totalSize: number;
|
|
69
|
-
scrollToOffset: (index: number, options?: import("
|
|
69
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
70
70
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
71
71
|
measure: () => void;
|
|
72
72
|
};
|
|
@@ -101,9 +101,9 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
101
101
|
readonly current: number;
|
|
102
102
|
};
|
|
103
103
|
UNSTABLE_virtual: {
|
|
104
|
-
virtualItems: import("
|
|
104
|
+
virtualItems: import("../..").VirtualItem[];
|
|
105
105
|
totalSize: number;
|
|
106
|
-
scrollToOffset: (index: number, options?: import("
|
|
106
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
107
107
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
108
108
|
measure: () => void;
|
|
109
109
|
};
|
|
@@ -136,9 +136,9 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
136
136
|
readonly current: number;
|
|
137
137
|
};
|
|
138
138
|
UNSTABLE_virtual: {
|
|
139
|
-
virtualItems: import("
|
|
139
|
+
virtualItems: import("../..").VirtualItem[];
|
|
140
140
|
totalSize: number;
|
|
141
|
-
scrollToOffset: (index: number, options?: import("
|
|
141
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
142
142
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
143
143
|
measure: () => void;
|
|
144
144
|
};
|
|
@@ -171,9 +171,9 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
171
171
|
readonly current: number;
|
|
172
172
|
};
|
|
173
173
|
UNSTABLE_virtual: {
|
|
174
|
-
virtualItems: import("
|
|
174
|
+
virtualItems: import("../..").VirtualItem[];
|
|
175
175
|
totalSize: number;
|
|
176
|
-
scrollToOffset: (index: number, options?: import("
|
|
176
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
177
177
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
178
178
|
measure: () => void;
|
|
179
179
|
};
|
|
@@ -208,9 +208,9 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
208
208
|
readonly current: number;
|
|
209
209
|
};
|
|
210
210
|
UNSTABLE_virtual: {
|
|
211
|
-
virtualItems: import("
|
|
211
|
+
virtualItems: import("../..").VirtualItem[];
|
|
212
212
|
totalSize: number;
|
|
213
|
-
scrollToOffset: (index: number, options?: import("
|
|
213
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
214
214
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
215
215
|
measure: () => void;
|
|
216
216
|
};
|
|
@@ -243,9 +243,9 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
243
243
|
readonly current: number;
|
|
244
244
|
};
|
|
245
245
|
UNSTABLE_virtual: {
|
|
246
|
-
virtualItems: import("
|
|
246
|
+
virtualItems: import("../..").VirtualItem[];
|
|
247
247
|
totalSize: number;
|
|
248
|
-
scrollToOffset: (index: number, options?: import("
|
|
248
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
249
249
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
250
250
|
measure: () => void;
|
|
251
251
|
};
|
|
@@ -278,9 +278,9 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
278
278
|
readonly current: number;
|
|
279
279
|
};
|
|
280
280
|
UNSTABLE_virtual: {
|
|
281
|
-
virtualItems: import("
|
|
281
|
+
virtualItems: import("../..").VirtualItem[];
|
|
282
282
|
totalSize: number;
|
|
283
|
-
scrollToOffset: (index: number, options?: import("
|
|
283
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
284
284
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
285
285
|
measure: () => void;
|
|
286
286
|
};
|
|
@@ -313,9 +313,9 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
313
313
|
readonly current: number;
|
|
314
314
|
};
|
|
315
315
|
UNSTABLE_virtual: {
|
|
316
|
-
virtualItems: import("
|
|
316
|
+
virtualItems: import("../..").VirtualItem[];
|
|
317
317
|
totalSize: number;
|
|
318
|
-
scrollToOffset: (index: number, options?: import("
|
|
318
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
319
319
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
320
320
|
measure: () => void;
|
|
321
321
|
};
|
|
@@ -352,9 +352,9 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
352
352
|
readonly current: number;
|
|
353
353
|
};
|
|
354
354
|
UNSTABLE_virtual: {
|
|
355
|
-
virtualItems: import("
|
|
355
|
+
virtualItems: import("../..").VirtualItem[];
|
|
356
356
|
totalSize: number;
|
|
357
|
-
scrollToOffset: (index: number, options?: import("
|
|
357
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
358
358
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
359
359
|
measure: () => void;
|
|
360
360
|
};
|
|
@@ -389,9 +389,9 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
389
389
|
readonly current: number;
|
|
390
390
|
};
|
|
391
391
|
UNSTABLE_virtual: {
|
|
392
|
-
virtualItems: import("
|
|
392
|
+
virtualItems: import("../..").VirtualItem[];
|
|
393
393
|
totalSize: number;
|
|
394
|
-
scrollToOffset: (index: number, options?: import("
|
|
394
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
395
395
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
396
396
|
measure: () => void;
|
|
397
397
|
};
|
|
@@ -424,9 +424,9 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
424
424
|
readonly current: number;
|
|
425
425
|
};
|
|
426
426
|
UNSTABLE_virtual: {
|
|
427
|
-
virtualItems: import("
|
|
427
|
+
virtualItems: import("../..").VirtualItem[];
|
|
428
428
|
totalSize: number;
|
|
429
|
-
scrollToOffset: (index: number, options?: import("
|
|
429
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
430
430
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
431
431
|
measure: () => void;
|
|
432
432
|
};
|
|
@@ -459,9 +459,9 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
459
459
|
readonly current: number;
|
|
460
460
|
};
|
|
461
461
|
UNSTABLE_virtual: {
|
|
462
|
-
virtualItems: import("
|
|
462
|
+
virtualItems: import("../..").VirtualItem[];
|
|
463
463
|
totalSize: number;
|
|
464
|
-
scrollToOffset: (index: number, options?: import("
|
|
464
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
465
465
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
466
466
|
measure: () => void;
|
|
467
467
|
};
|
|
@@ -494,9 +494,9 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
494
494
|
readonly current: number;
|
|
495
495
|
};
|
|
496
496
|
UNSTABLE_virtual: {
|
|
497
|
-
virtualItems: import("
|
|
497
|
+
virtualItems: import("../..").VirtualItem[];
|
|
498
498
|
totalSize: number;
|
|
499
|
-
scrollToOffset: (index: number, options?: import("
|
|
499
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
500
500
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
501
501
|
measure: () => void;
|
|
502
502
|
};
|
|
@@ -529,9 +529,9 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
529
529
|
readonly current: number;
|
|
530
530
|
};
|
|
531
531
|
UNSTABLE_virtual: {
|
|
532
|
-
virtualItems: import("
|
|
532
|
+
virtualItems: import("../..").VirtualItem[];
|
|
533
533
|
totalSize: number;
|
|
534
|
-
scrollToOffset: (index: number, options?: import("
|
|
534
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
535
535
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
536
536
|
measure: () => void;
|
|
537
537
|
};
|
|
@@ -564,9 +564,9 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
564
564
|
readonly current: number;
|
|
565
565
|
};
|
|
566
566
|
UNSTABLE_virtual: {
|
|
567
|
-
virtualItems: import("
|
|
567
|
+
virtualItems: import("../..").VirtualItem[];
|
|
568
568
|
totalSize: number;
|
|
569
|
-
scrollToOffset: (index: number, options?: import("
|
|
569
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
570
570
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
571
571
|
measure: () => void;
|
|
572
572
|
};
|
|
@@ -599,9 +599,9 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
599
599
|
readonly current: number;
|
|
600
600
|
};
|
|
601
601
|
UNSTABLE_virtual: {
|
|
602
|
-
virtualItems: import("
|
|
602
|
+
virtualItems: import("../..").VirtualItem[];
|
|
603
603
|
totalSize: number;
|
|
604
|
-
scrollToOffset: (index: number, options?: import("
|
|
604
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
605
605
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
606
606
|
measure: () => void;
|
|
607
607
|
};
|
|
@@ -634,9 +634,9 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
634
634
|
readonly current: number;
|
|
635
635
|
};
|
|
636
636
|
UNSTABLE_virtual: {
|
|
637
|
-
virtualItems: import("
|
|
637
|
+
virtualItems: import("../..").VirtualItem[];
|
|
638
638
|
totalSize: number;
|
|
639
|
-
scrollToOffset: (index: number, options?: import("
|
|
639
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
640
640
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
641
641
|
measure: () => void;
|
|
642
642
|
};
|
|
@@ -669,9 +669,9 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
669
669
|
readonly current: number;
|
|
670
670
|
};
|
|
671
671
|
UNSTABLE_virtual: {
|
|
672
|
-
virtualItems: import("
|
|
672
|
+
virtualItems: import("../..").VirtualItem[];
|
|
673
673
|
totalSize: number;
|
|
674
|
-
scrollToOffset: (index: number, options?: import("
|
|
674
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
675
675
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
676
676
|
measure: () => void;
|
|
677
677
|
};
|
|
@@ -704,9 +704,9 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
704
704
|
readonly current: number;
|
|
705
705
|
};
|
|
706
706
|
UNSTABLE_virtual: {
|
|
707
|
-
virtualItems: import("
|
|
707
|
+
virtualItems: import("../..").VirtualItem[];
|
|
708
708
|
totalSize: number;
|
|
709
|
-
scrollToOffset: (index: number, options?: import("
|
|
709
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
710
710
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
711
711
|
measure: () => void;
|
|
712
712
|
};
|
|
@@ -739,9 +739,9 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
739
739
|
readonly current: number;
|
|
740
740
|
};
|
|
741
741
|
UNSTABLE_virtual: {
|
|
742
|
-
virtualItems: import("
|
|
742
|
+
virtualItems: import("../..").VirtualItem[];
|
|
743
743
|
totalSize: number;
|
|
744
|
-
scrollToOffset: (index: number, options?: import("
|
|
744
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
745
745
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
746
746
|
measure: () => void;
|
|
747
747
|
};
|
|
@@ -777,9 +777,9 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
777
777
|
readonly current: number;
|
|
778
778
|
};
|
|
779
779
|
UNSTABLE_virtual: {
|
|
780
|
-
virtualItems: import("
|
|
780
|
+
virtualItems: import("../..").VirtualItem[];
|
|
781
781
|
totalSize: number;
|
|
782
|
-
scrollToOffset: (index: number, options?: import("
|
|
782
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
783
783
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
784
784
|
measure: () => void;
|
|
785
785
|
};
|
|
@@ -814,9 +814,9 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
814
814
|
readonly current: number;
|
|
815
815
|
};
|
|
816
816
|
UNSTABLE_virtual: {
|
|
817
|
-
virtualItems: import("
|
|
817
|
+
virtualItems: import("../..").VirtualItem[];
|
|
818
818
|
totalSize: number;
|
|
819
|
-
scrollToOffset: (index: number, options?: import("
|
|
819
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
820
820
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
821
821
|
measure: () => void;
|
|
822
822
|
};
|
|
@@ -851,9 +851,9 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
851
851
|
readonly current: number;
|
|
852
852
|
};
|
|
853
853
|
UNSTABLE_virtual: {
|
|
854
|
-
virtualItems: import("
|
|
854
|
+
virtualItems: import("../..").VirtualItem[];
|
|
855
855
|
totalSize: number;
|
|
856
|
-
scrollToOffset: (index: number, options?: import("
|
|
856
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
857
857
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
858
858
|
measure: () => void;
|
|
859
859
|
};
|
|
@@ -887,9 +887,9 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
887
887
|
readonly current: number;
|
|
888
888
|
};
|
|
889
889
|
UNSTABLE_virtual: {
|
|
890
|
-
virtualItems: import("
|
|
890
|
+
virtualItems: import("../..").VirtualItem[];
|
|
891
891
|
totalSize: number;
|
|
892
|
-
scrollToOffset: (index: number, options?: import("
|
|
892
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
893
893
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
894
894
|
measure: () => void;
|
|
895
895
|
};
|
|
@@ -924,9 +924,9 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
924
924
|
readonly current: number;
|
|
925
925
|
};
|
|
926
926
|
UNSTABLE_virtual: {
|
|
927
|
-
virtualItems: import("
|
|
927
|
+
virtualItems: import("../..").VirtualItem[];
|
|
928
928
|
totalSize: number;
|
|
929
|
-
scrollToOffset: (index: number, options?: import("
|
|
929
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
930
930
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
931
931
|
measure: () => void;
|
|
932
932
|
};
|
|
@@ -959,9 +959,9 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
959
959
|
readonly current: number;
|
|
960
960
|
};
|
|
961
961
|
UNSTABLE_virtual: {
|
|
962
|
-
virtualItems: import("
|
|
962
|
+
virtualItems: import("../..").VirtualItem[];
|
|
963
963
|
totalSize: number;
|
|
964
|
-
scrollToOffset: (index: number, options?: import("
|
|
964
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
965
965
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
966
966
|
measure: () => void;
|
|
967
967
|
};
|
|
@@ -994,9 +994,9 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
994
994
|
readonly current: number;
|
|
995
995
|
};
|
|
996
996
|
UNSTABLE_virtual: {
|
|
997
|
-
virtualItems: import("
|
|
997
|
+
virtualItems: import("../..").VirtualItem[];
|
|
998
998
|
totalSize: number;
|
|
999
|
-
scrollToOffset: (index: number, options?: import("
|
|
999
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1000
1000
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1001
1001
|
measure: () => void;
|
|
1002
1002
|
};
|
|
@@ -1031,9 +1031,9 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
1031
1031
|
readonly current: number;
|
|
1032
1032
|
};
|
|
1033
1033
|
UNSTABLE_virtual: {
|
|
1034
|
-
virtualItems: import("
|
|
1034
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1035
1035
|
totalSize: number;
|
|
1036
|
-
scrollToOffset: (index: number, options?: import("
|
|
1036
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1037
1037
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1038
1038
|
measure: () => void;
|
|
1039
1039
|
};
|
|
@@ -1066,9 +1066,9 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
1066
1066
|
readonly current: number;
|
|
1067
1067
|
};
|
|
1068
1068
|
UNSTABLE_virtual: {
|
|
1069
|
-
virtualItems: import("
|
|
1069
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1070
1070
|
totalSize: number;
|
|
1071
|
-
scrollToOffset: (index: number, options?: import("
|
|
1071
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1072
1072
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1073
1073
|
measure: () => void;
|
|
1074
1074
|
};
|
|
@@ -1101,9 +1101,9 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
1101
1101
|
readonly current: number;
|
|
1102
1102
|
};
|
|
1103
1103
|
UNSTABLE_virtual: {
|
|
1104
|
-
virtualItems: import("
|
|
1104
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1105
1105
|
totalSize: number;
|
|
1106
|
-
scrollToOffset: (index: number, options?: import("
|
|
1106
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1107
1107
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1108
1108
|
measure: () => void;
|
|
1109
1109
|
};
|
|
@@ -1136,9 +1136,9 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
1136
1136
|
readonly current: number;
|
|
1137
1137
|
};
|
|
1138
1138
|
UNSTABLE_virtual: {
|
|
1139
|
-
virtualItems: import("
|
|
1139
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1140
1140
|
totalSize: number;
|
|
1141
|
-
scrollToOffset: (index: number, options?: import("
|
|
1141
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1142
1142
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1143
1143
|
measure: () => void;
|
|
1144
1144
|
};
|
|
@@ -1175,9 +1175,9 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
1175
1175
|
readonly current: number;
|
|
1176
1176
|
};
|
|
1177
1177
|
UNSTABLE_virtual: {
|
|
1178
|
-
virtualItems: import("
|
|
1178
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1179
1179
|
totalSize: number;
|
|
1180
|
-
scrollToOffset: (index: number, options?: import("
|
|
1180
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1181
1181
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1182
1182
|
measure: () => void;
|
|
1183
1183
|
};
|
|
@@ -1212,9 +1212,9 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
1212
1212
|
readonly current: number;
|
|
1213
1213
|
};
|
|
1214
1214
|
UNSTABLE_virtual: {
|
|
1215
|
-
virtualItems: import("
|
|
1215
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1216
1216
|
totalSize: number;
|
|
1217
|
-
scrollToOffset: (index: number, options?: import("
|
|
1217
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1218
1218
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1219
1219
|
measure: () => void;
|
|
1220
1220
|
};
|
|
@@ -1247,9 +1247,9 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
1247
1247
|
readonly current: number;
|
|
1248
1248
|
};
|
|
1249
1249
|
UNSTABLE_virtual: {
|
|
1250
|
-
virtualItems: import("
|
|
1250
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1251
1251
|
totalSize: number;
|
|
1252
|
-
scrollToOffset: (index: number, options?: import("
|
|
1252
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1253
1253
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1254
1254
|
measure: () => void;
|
|
1255
1255
|
};
|
|
@@ -1282,9 +1282,9 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
1282
1282
|
readonly current: number;
|
|
1283
1283
|
};
|
|
1284
1284
|
UNSTABLE_virtual: {
|
|
1285
|
-
virtualItems: import("
|
|
1285
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1286
1286
|
totalSize: number;
|
|
1287
|
-
scrollToOffset: (index: number, options?: import("
|
|
1287
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1288
1288
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1289
1289
|
measure: () => void;
|
|
1290
1290
|
};
|
|
@@ -1317,9 +1317,9 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
1317
1317
|
readonly current: number;
|
|
1318
1318
|
};
|
|
1319
1319
|
UNSTABLE_virtual: {
|
|
1320
|
-
virtualItems: import("
|
|
1320
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1321
1321
|
totalSize: number;
|
|
1322
|
-
scrollToOffset: (index: number, options?: import("
|
|
1322
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1323
1323
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1324
1324
|
measure: () => void;
|
|
1325
1325
|
};
|
|
@@ -1352,9 +1352,9 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
1352
1352
|
readonly current: number;
|
|
1353
1353
|
};
|
|
1354
1354
|
UNSTABLE_virtual: {
|
|
1355
|
-
virtualItems: import("
|
|
1355
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1356
1356
|
totalSize: number;
|
|
1357
|
-
scrollToOffset: (index: number, options?: import("
|
|
1357
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1358
1358
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1359
1359
|
measure: () => void;
|
|
1360
1360
|
};
|
|
@@ -1387,9 +1387,9 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
1387
1387
|
readonly current: number;
|
|
1388
1388
|
};
|
|
1389
1389
|
UNSTABLE_virtual: {
|
|
1390
|
-
virtualItems: import("
|
|
1390
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1391
1391
|
totalSize: number;
|
|
1392
|
-
scrollToOffset: (index: number, options?: import("
|
|
1392
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1393
1393
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1394
1394
|
measure: () => void;
|
|
1395
1395
|
};
|
|
@@ -1422,9 +1422,9 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
1422
1422
|
readonly current: number;
|
|
1423
1423
|
};
|
|
1424
1424
|
UNSTABLE_virtual: {
|
|
1425
|
-
virtualItems: import("
|
|
1425
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1426
1426
|
totalSize: number;
|
|
1427
|
-
scrollToOffset: (index: number, options?: import("
|
|
1427
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1428
1428
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1429
1429
|
measure: () => void;
|
|
1430
1430
|
};
|
|
@@ -1457,9 +1457,9 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
1457
1457
|
readonly current: number;
|
|
1458
1458
|
};
|
|
1459
1459
|
UNSTABLE_virtual: {
|
|
1460
|
-
virtualItems: import("
|
|
1460
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1461
1461
|
totalSize: number;
|
|
1462
|
-
scrollToOffset: (index: number, options?: import("
|
|
1462
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1463
1463
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1464
1464
|
measure: () => void;
|
|
1465
1465
|
};
|
|
@@ -1492,9 +1492,9 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
1492
1492
|
readonly current: number;
|
|
1493
1493
|
};
|
|
1494
1494
|
UNSTABLE_virtual: {
|
|
1495
|
-
virtualItems: import("
|
|
1495
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1496
1496
|
totalSize: number;
|
|
1497
|
-
scrollToOffset: (index: number, options?: import("
|
|
1497
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1498
1498
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1499
1499
|
measure: () => void;
|
|
1500
1500
|
};
|
|
@@ -1527,9 +1527,9 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
1527
1527
|
readonly current: number;
|
|
1528
1528
|
};
|
|
1529
1529
|
UNSTABLE_virtual: {
|
|
1530
|
-
virtualItems: import("
|
|
1530
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1531
1531
|
totalSize: number;
|
|
1532
|
-
scrollToOffset: (index: number, options?: import("
|
|
1532
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1533
1533
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1534
1534
|
measure: () => void;
|
|
1535
1535
|
};
|
|
@@ -1562,9 +1562,9 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
1562
1562
|
readonly current: number;
|
|
1563
1563
|
};
|
|
1564
1564
|
UNSTABLE_virtual: {
|
|
1565
|
-
virtualItems: import("
|
|
1565
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1566
1566
|
totalSize: number;
|
|
1567
|
-
scrollToOffset: (index: number, options?: import("
|
|
1567
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1568
1568
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1569
1569
|
measure: () => void;
|
|
1570
1570
|
};
|
|
@@ -1600,9 +1600,9 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
1600
1600
|
readonly current: number;
|
|
1601
1601
|
};
|
|
1602
1602
|
UNSTABLE_virtual: {
|
|
1603
|
-
virtualItems: import("
|
|
1603
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1604
1604
|
totalSize: number;
|
|
1605
|
-
scrollToOffset: (index: number, options?: import("
|
|
1605
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1606
1606
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1607
1607
|
measure: () => void;
|
|
1608
1608
|
};
|
|
@@ -1637,9 +1637,9 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
1637
1637
|
readonly current: number;
|
|
1638
1638
|
};
|
|
1639
1639
|
UNSTABLE_virtual: {
|
|
1640
|
-
virtualItems: import("
|
|
1640
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1641
1641
|
totalSize: number;
|
|
1642
|
-
scrollToOffset: (index: number, options?: import("
|
|
1642
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1643
1643
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1644
1644
|
measure: () => void;
|
|
1645
1645
|
};
|
|
@@ -1674,9 +1674,9 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
1674
1674
|
readonly current: number;
|
|
1675
1675
|
};
|
|
1676
1676
|
UNSTABLE_virtual: {
|
|
1677
|
-
virtualItems: import("
|
|
1677
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1678
1678
|
totalSize: number;
|
|
1679
|
-
scrollToOffset: (index: number, options?: import("
|
|
1679
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1680
1680
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1681
1681
|
measure: () => void;
|
|
1682
1682
|
};
|
|
@@ -1710,9 +1710,9 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
1710
1710
|
readonly current: number;
|
|
1711
1711
|
};
|
|
1712
1712
|
UNSTABLE_virtual: {
|
|
1713
|
-
virtualItems: import("
|
|
1713
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1714
1714
|
totalSize: number;
|
|
1715
|
-
scrollToOffset: (index: number, options?: import("
|
|
1715
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1716
1716
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1717
1717
|
measure: () => void;
|
|
1718
1718
|
};
|
|
@@ -1772,8 +1772,8 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
1772
1772
|
};
|
|
1773
1773
|
onFilterChange: (event: React.ChangeEvent<HTMLInputElement>) => void;
|
|
1774
1774
|
onChange: (event: React.ChangeEvent<HTMLInputElement>) => void;
|
|
1775
|
-
selection: import("
|
|
1776
|
-
navigation: import("
|
|
1775
|
+
selection: import("../..").SelectionManager;
|
|
1776
|
+
navigation: import("../..").NavigationManager;
|
|
1777
1777
|
getId: (item: any) => string;
|
|
1778
1778
|
}> & {
|
|
1779
1779
|
/**
|
|
@@ -1809,9 +1809,9 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
1809
1809
|
readonly current: number;
|
|
1810
1810
|
};
|
|
1811
1811
|
UNSTABLE_virtual: {
|
|
1812
|
-
virtualItems: import("
|
|
1812
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1813
1813
|
totalSize: number;
|
|
1814
|
-
scrollToOffset: (index: number, options?: import("
|
|
1814
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1815
1815
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1816
1816
|
measure: () => void;
|
|
1817
1817
|
};
|
|
@@ -1871,8 +1871,8 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
1871
1871
|
};
|
|
1872
1872
|
onFilterChange: (event: React.ChangeEvent<HTMLInputElement>) => void;
|
|
1873
1873
|
onChange: (event: React.ChangeEvent<HTMLInputElement>) => void;
|
|
1874
|
-
selection: import("
|
|
1875
|
-
navigation: import("
|
|
1874
|
+
selection: import("../..").SelectionManager;
|
|
1875
|
+
navigation: import("../..").NavigationManager;
|
|
1876
1876
|
getId: (item: any) => string;
|
|
1877
1877
|
}>;
|
|
1878
1878
|
/**
|
|
@@ -1907,9 +1907,9 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
1907
1907
|
readonly current: number;
|
|
1908
1908
|
};
|
|
1909
1909
|
UNSTABLE_virtual: {
|
|
1910
|
-
virtualItems: import("
|
|
1910
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1911
1911
|
totalSize: number;
|
|
1912
|
-
scrollToOffset: (index: number, options?: import("
|
|
1912
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1913
1913
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1914
1914
|
measure: () => void;
|
|
1915
1915
|
};
|
|
@@ -1963,8 +1963,8 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
1963
1963
|
value: number;
|
|
1964
1964
|
}): void;
|
|
1965
1965
|
};
|
|
1966
|
-
selection: import("
|
|
1967
|
-
navigation: import("
|
|
1966
|
+
selection: import("../..").SelectionManager;
|
|
1967
|
+
navigation: import("../..").NavigationManager;
|
|
1968
1968
|
getId: (item: any) => string;
|
|
1969
1969
|
}>;
|
|
1970
1970
|
/**
|
|
@@ -2003,9 +2003,9 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
2003
2003
|
readonly current: number;
|
|
2004
2004
|
};
|
|
2005
2005
|
UNSTABLE_virtual: {
|
|
2006
|
-
virtualItems: import("
|
|
2006
|
+
virtualItems: import("../..").VirtualItem[];
|
|
2007
2007
|
totalSize: number;
|
|
2008
|
-
scrollToOffset: (index: number, options?: import("
|
|
2008
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
2009
2009
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2010
2010
|
measure: () => void;
|
|
2011
2011
|
};
|
|
@@ -2065,8 +2065,8 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
2065
2065
|
};
|
|
2066
2066
|
onFilterChange: (event: React.ChangeEvent<HTMLInputElement>) => void;
|
|
2067
2067
|
onChange: (event: React.ChangeEvent<HTMLInputElement>) => void;
|
|
2068
|
-
selection: import("
|
|
2069
|
-
navigation: import("
|
|
2068
|
+
selection: import("../..").SelectionManager;
|
|
2069
|
+
navigation: import("../..").NavigationManager;
|
|
2070
2070
|
getId: (item: any) => string;
|
|
2071
2071
|
}, {}>, {
|
|
2072
2072
|
state: {
|
|
@@ -2086,9 +2086,9 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
2086
2086
|
readonly current: number;
|
|
2087
2087
|
};
|
|
2088
2088
|
UNSTABLE_virtual: {
|
|
2089
|
-
virtualItems: import("
|
|
2089
|
+
virtualItems: import("../..").VirtualItem[];
|
|
2090
2090
|
totalSize: number;
|
|
2091
|
-
scrollToOffset: (index: number, options?: import("
|
|
2091
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
2092
2092
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2093
2093
|
measure: () => void;
|
|
2094
2094
|
};
|
|
@@ -2148,8 +2148,8 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
2148
2148
|
};
|
|
2149
2149
|
onFilterChange: (event: React.ChangeEvent<HTMLInputElement>) => void;
|
|
2150
2150
|
onChange: (event: React.ChangeEvent<HTMLInputElement>) => void;
|
|
2151
|
-
selection: import("
|
|
2152
|
-
navigation: import("
|
|
2151
|
+
selection: import("../..").SelectionManager;
|
|
2152
|
+
navigation: import("../..").NavigationManager;
|
|
2153
2153
|
getId: (item: any) => string;
|
|
2154
2154
|
}>;
|
|
2155
2155
|
/**
|
|
@@ -2188,9 +2188,9 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
2188
2188
|
readonly current: number;
|
|
2189
2189
|
};
|
|
2190
2190
|
UNSTABLE_virtual: {
|
|
2191
|
-
virtualItems: import("
|
|
2191
|
+
virtualItems: import("../..").VirtualItem[];
|
|
2192
2192
|
totalSize: number;
|
|
2193
|
-
scrollToOffset: (index: number, options?: import("
|
|
2193
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
2194
2194
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2195
2195
|
measure: () => void;
|
|
2196
2196
|
};
|
|
@@ -2250,8 +2250,8 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
2250
2250
|
};
|
|
2251
2251
|
onFilterChange: (event: React.ChangeEvent<HTMLInputElement>) => void;
|
|
2252
2252
|
onChange: (event: React.ChangeEvent<HTMLInputElement>) => void;
|
|
2253
|
-
selection: import("
|
|
2254
|
-
navigation: import("
|
|
2253
|
+
selection: import("../..").SelectionManager;
|
|
2254
|
+
navigation: import("../..").NavigationManager;
|
|
2255
2255
|
getId: (item: any) => string;
|
|
2256
2256
|
}>;
|
|
2257
2257
|
/**
|
|
@@ -2290,9 +2290,9 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
2290
2290
|
readonly current: number;
|
|
2291
2291
|
};
|
|
2292
2292
|
UNSTABLE_virtual: {
|
|
2293
|
-
virtualItems: import("
|
|
2293
|
+
virtualItems: import("../..").VirtualItem[];
|
|
2294
2294
|
totalSize: number;
|
|
2295
|
-
scrollToOffset: (index: number, options?: import("
|
|
2295
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
2296
2296
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2297
2297
|
measure: () => void;
|
|
2298
2298
|
};
|
|
@@ -2346,8 +2346,8 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
2346
2346
|
value: number;
|
|
2347
2347
|
}): void;
|
|
2348
2348
|
};
|
|
2349
|
-
selection: import("
|
|
2350
|
-
navigation: import("
|
|
2349
|
+
selection: import("../..").SelectionManager;
|
|
2350
|
+
navigation: import("../..").NavigationManager;
|
|
2351
2351
|
getId: (item: any) => string;
|
|
2352
2352
|
}, {}>, {
|
|
2353
2353
|
state: {
|
|
@@ -2367,9 +2367,9 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
2367
2367
|
readonly current: number;
|
|
2368
2368
|
};
|
|
2369
2369
|
UNSTABLE_virtual: {
|
|
2370
|
-
virtualItems: import("
|
|
2370
|
+
virtualItems: import("../..").VirtualItem[];
|
|
2371
2371
|
totalSize: number;
|
|
2372
|
-
scrollToOffset: (index: number, options?: import("
|
|
2372
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
2373
2373
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2374
2374
|
measure: () => void;
|
|
2375
2375
|
};
|
|
@@ -2429,8 +2429,8 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
2429
2429
|
};
|
|
2430
2430
|
onFilterChange: (event: React.ChangeEvent<HTMLInputElement>) => void;
|
|
2431
2431
|
onChange: (event: React.ChangeEvent<HTMLInputElement>) => void;
|
|
2432
|
-
selection: import("
|
|
2433
|
-
navigation: import("
|
|
2432
|
+
selection: import("../..").SelectionManager;
|
|
2433
|
+
navigation: import("../..").NavigationManager;
|
|
2434
2434
|
getId: (item: any) => string;
|
|
2435
2435
|
}> & {
|
|
2436
2436
|
Icon: (elemProps: import("../..").SystemIconProps) => React.JSX.Element;
|