@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
|
@@ -25,7 +25,7 @@ export interface ActionBarProps {
|
|
|
25
25
|
*/
|
|
26
26
|
export declare const ActionBar: import("@workday/canvas-kit-react/common").ComponentM<ActionBarProps & Partial<{
|
|
27
27
|
id: string;
|
|
28
|
-
orientation: import("
|
|
28
|
+
orientation: import("../..").Orientation;
|
|
29
29
|
menuConfig: Partial<{
|
|
30
30
|
mode: "multiple" | "single";
|
|
31
31
|
shouldVirtualize: boolean;
|
|
@@ -33,17 +33,17 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
33
33
|
initialFocusRef: React.RefObject<any> | undefined;
|
|
34
34
|
id: string;
|
|
35
35
|
initialVisibility: import("../..").Visibility;
|
|
36
|
-
initialSelectedIds: import("
|
|
36
|
+
initialSelectedIds: import("../..").SelectedIds;
|
|
37
37
|
initialUnselectedIds: string[];
|
|
38
|
-
selection: import("
|
|
38
|
+
selection: import("../..").SelectionManager;
|
|
39
39
|
initialCursorId: string;
|
|
40
40
|
columnCount: number;
|
|
41
|
-
navigation: import("
|
|
41
|
+
navigation: import("../..").NavigationManager;
|
|
42
42
|
pageSize: number;
|
|
43
43
|
getId: (item: any) => string;
|
|
44
44
|
getTextValue: (item: any) => string;
|
|
45
45
|
nonInteractiveIds: string[];
|
|
46
|
-
orientation: import("
|
|
46
|
+
orientation: import("../..").Orientation;
|
|
47
47
|
defaultItemHeight: number;
|
|
48
48
|
items: any[];
|
|
49
49
|
}>;
|
|
@@ -51,12 +51,12 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
51
51
|
initialHiddenIds: string[];
|
|
52
52
|
containerWidth: number;
|
|
53
53
|
shouldCalculateOverflow: boolean;
|
|
54
|
-
initialSelectedIds: import("
|
|
54
|
+
initialSelectedIds: import("../..").SelectedIds;
|
|
55
55
|
initialUnselectedIds: string[];
|
|
56
|
-
selection: import("
|
|
56
|
+
selection: import("../..").SelectionManager;
|
|
57
57
|
initialCursorId: string;
|
|
58
58
|
columnCount: number;
|
|
59
|
-
navigation: import("
|
|
59
|
+
navigation: import("../..").NavigationManager;
|
|
60
60
|
pageSize: number;
|
|
61
61
|
getId: (item: any) => string;
|
|
62
62
|
getTextValue: (item: any) => string;
|
|
@@ -70,7 +70,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
70
70
|
}, prevState: {
|
|
71
71
|
hiddenIds: string[];
|
|
72
72
|
nonInteractiveIds: string[];
|
|
73
|
-
orientation: import("
|
|
73
|
+
orientation: import("../..").Orientation;
|
|
74
74
|
itemSizeCache: Record<string, number>;
|
|
75
75
|
itemWidthCache: Record<string, number>;
|
|
76
76
|
containerSize: number;
|
|
@@ -86,9 +86,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
86
86
|
readonly current: number;
|
|
87
87
|
};
|
|
88
88
|
UNSTABLE_virtual: {
|
|
89
|
-
virtualItems: import("
|
|
89
|
+
virtualItems: import("../..").VirtualItem[];
|
|
90
90
|
totalSize: number;
|
|
91
|
-
scrollToOffset: (index: number, options?: import("
|
|
91
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
92
92
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
93
93
|
measure: () => void;
|
|
94
94
|
};
|
|
@@ -105,7 +105,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
105
105
|
}, prevState: {
|
|
106
106
|
hiddenIds: string[];
|
|
107
107
|
nonInteractiveIds: string[];
|
|
108
|
-
orientation: import("
|
|
108
|
+
orientation: import("../..").Orientation;
|
|
109
109
|
itemSizeCache: Record<string, number>;
|
|
110
110
|
itemWidthCache: Record<string, number>;
|
|
111
111
|
containerSize: number;
|
|
@@ -121,9 +121,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
121
121
|
readonly current: number;
|
|
122
122
|
};
|
|
123
123
|
UNSTABLE_virtual: {
|
|
124
|
-
virtualItems: import("
|
|
124
|
+
virtualItems: import("../..").VirtualItem[];
|
|
125
125
|
totalSize: number;
|
|
126
|
-
scrollToOffset: (index: number, options?: import("
|
|
126
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
127
127
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
128
128
|
measure: () => void;
|
|
129
129
|
};
|
|
@@ -139,7 +139,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
139
139
|
}, prevState: {
|
|
140
140
|
hiddenIds: string[];
|
|
141
141
|
nonInteractiveIds: string[];
|
|
142
|
-
orientation: import("
|
|
142
|
+
orientation: import("../..").Orientation;
|
|
143
143
|
itemSizeCache: Record<string, number>;
|
|
144
144
|
itemWidthCache: Record<string, number>;
|
|
145
145
|
containerSize: number;
|
|
@@ -155,9 +155,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
155
155
|
readonly current: number;
|
|
156
156
|
};
|
|
157
157
|
UNSTABLE_virtual: {
|
|
158
|
-
virtualItems: import("
|
|
158
|
+
virtualItems: import("../..").VirtualItem[];
|
|
159
159
|
totalSize: number;
|
|
160
|
-
scrollToOffset: (index: number, options?: import("
|
|
160
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
161
161
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
162
162
|
measure: () => void;
|
|
163
163
|
};
|
|
@@ -173,7 +173,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
173
173
|
}, prevState: {
|
|
174
174
|
hiddenIds: string[];
|
|
175
175
|
nonInteractiveIds: string[];
|
|
176
|
-
orientation: import("
|
|
176
|
+
orientation: import("../..").Orientation;
|
|
177
177
|
itemSizeCache: Record<string, number>;
|
|
178
178
|
itemWidthCache: Record<string, number>;
|
|
179
179
|
containerSize: number;
|
|
@@ -189,9 +189,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
189
189
|
readonly current: number;
|
|
190
190
|
};
|
|
191
191
|
UNSTABLE_virtual: {
|
|
192
|
-
virtualItems: import("
|
|
192
|
+
virtualItems: import("../..").VirtualItem[];
|
|
193
193
|
totalSize: number;
|
|
194
|
-
scrollToOffset: (index: number, options?: import("
|
|
194
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
195
195
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
196
196
|
measure: () => void;
|
|
197
197
|
};
|
|
@@ -208,7 +208,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
208
208
|
}, prevState: {
|
|
209
209
|
hiddenIds: string[];
|
|
210
210
|
nonInteractiveIds: string[];
|
|
211
|
-
orientation: import("
|
|
211
|
+
orientation: import("../..").Orientation;
|
|
212
212
|
itemSizeCache: Record<string, number>;
|
|
213
213
|
itemWidthCache: Record<string, number>;
|
|
214
214
|
containerSize: number;
|
|
@@ -224,9 +224,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
224
224
|
readonly current: number;
|
|
225
225
|
};
|
|
226
226
|
UNSTABLE_virtual: {
|
|
227
|
-
virtualItems: import("
|
|
227
|
+
virtualItems: import("../..").VirtualItem[];
|
|
228
228
|
totalSize: number;
|
|
229
|
-
scrollToOffset: (index: number, options?: import("
|
|
229
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
230
230
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
231
231
|
measure: () => void;
|
|
232
232
|
};
|
|
@@ -242,7 +242,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
242
242
|
}, prevState: {
|
|
243
243
|
hiddenIds: string[];
|
|
244
244
|
nonInteractiveIds: string[];
|
|
245
|
-
orientation: import("
|
|
245
|
+
orientation: import("../..").Orientation;
|
|
246
246
|
itemSizeCache: Record<string, number>;
|
|
247
247
|
itemWidthCache: Record<string, number>;
|
|
248
248
|
containerSize: number;
|
|
@@ -258,9 +258,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
258
258
|
readonly current: number;
|
|
259
259
|
};
|
|
260
260
|
UNSTABLE_virtual: {
|
|
261
|
-
virtualItems: import("
|
|
261
|
+
virtualItems: import("../..").VirtualItem[];
|
|
262
262
|
totalSize: number;
|
|
263
|
-
scrollToOffset: (index: number, options?: import("
|
|
263
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
264
264
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
265
265
|
measure: () => void;
|
|
266
266
|
};
|
|
@@ -277,7 +277,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
277
277
|
}, prevState: {
|
|
278
278
|
hiddenIds: string[];
|
|
279
279
|
nonInteractiveIds: string[];
|
|
280
|
-
orientation: import("
|
|
280
|
+
orientation: import("../..").Orientation;
|
|
281
281
|
itemSizeCache: Record<string, number>;
|
|
282
282
|
itemWidthCache: Record<string, number>;
|
|
283
283
|
containerSize: number;
|
|
@@ -293,9 +293,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
293
293
|
readonly current: number;
|
|
294
294
|
};
|
|
295
295
|
UNSTABLE_virtual: {
|
|
296
|
-
virtualItems: import("
|
|
296
|
+
virtualItems: import("../..").VirtualItem[];
|
|
297
297
|
totalSize: number;
|
|
298
|
-
scrollToOffset: (index: number, options?: import("
|
|
298
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
299
299
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
300
300
|
measure: () => void;
|
|
301
301
|
};
|
|
@@ -313,7 +313,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
313
313
|
}, prevState: {
|
|
314
314
|
hiddenIds: string[];
|
|
315
315
|
nonInteractiveIds: string[];
|
|
316
|
-
orientation: import("
|
|
316
|
+
orientation: import("../..").Orientation;
|
|
317
317
|
itemSizeCache: Record<string, number>;
|
|
318
318
|
itemWidthCache: Record<string, number>;
|
|
319
319
|
containerSize: number;
|
|
@@ -329,9 +329,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
329
329
|
readonly current: number;
|
|
330
330
|
};
|
|
331
331
|
UNSTABLE_virtual: {
|
|
332
|
-
virtualItems: import("
|
|
332
|
+
virtualItems: import("../..").VirtualItem[];
|
|
333
333
|
totalSize: number;
|
|
334
|
-
scrollToOffset: (index: number, options?: import("
|
|
334
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
335
335
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
336
336
|
measure: () => void;
|
|
337
337
|
};
|
|
@@ -347,7 +347,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
347
347
|
}, prevState: {
|
|
348
348
|
hiddenIds: string[];
|
|
349
349
|
nonInteractiveIds: string[];
|
|
350
|
-
orientation: import("
|
|
350
|
+
orientation: import("../..").Orientation;
|
|
351
351
|
itemSizeCache: Record<string, number>;
|
|
352
352
|
itemWidthCache: Record<string, number>;
|
|
353
353
|
containerSize: number;
|
|
@@ -363,9 +363,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
363
363
|
readonly current: number;
|
|
364
364
|
};
|
|
365
365
|
UNSTABLE_virtual: {
|
|
366
|
-
virtualItems: import("
|
|
366
|
+
virtualItems: import("../..").VirtualItem[];
|
|
367
367
|
totalSize: number;
|
|
368
|
-
scrollToOffset: (index: number, options?: import("
|
|
368
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
369
369
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
370
370
|
measure: () => void;
|
|
371
371
|
};
|
|
@@ -381,7 +381,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
381
381
|
}, prevState: {
|
|
382
382
|
hiddenIds: string[];
|
|
383
383
|
nonInteractiveIds: string[];
|
|
384
|
-
orientation: import("
|
|
384
|
+
orientation: import("../..").Orientation;
|
|
385
385
|
itemSizeCache: Record<string, number>;
|
|
386
386
|
itemWidthCache: Record<string, number>;
|
|
387
387
|
containerSize: number;
|
|
@@ -397,9 +397,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
397
397
|
readonly current: number;
|
|
398
398
|
};
|
|
399
399
|
UNSTABLE_virtual: {
|
|
400
|
-
virtualItems: import("
|
|
400
|
+
virtualItems: import("../..").VirtualItem[];
|
|
401
401
|
totalSize: number;
|
|
402
|
-
scrollToOffset: (index: number, options?: import("
|
|
402
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
403
403
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
404
404
|
measure: () => void;
|
|
405
405
|
};
|
|
@@ -415,7 +415,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
415
415
|
}, prevState: {
|
|
416
416
|
hiddenIds: string[];
|
|
417
417
|
nonInteractiveIds: string[];
|
|
418
|
-
orientation: import("
|
|
418
|
+
orientation: import("../..").Orientation;
|
|
419
419
|
itemSizeCache: Record<string, number>;
|
|
420
420
|
itemWidthCache: Record<string, number>;
|
|
421
421
|
containerSize: number;
|
|
@@ -431,9 +431,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
431
431
|
readonly current: number;
|
|
432
432
|
};
|
|
433
433
|
UNSTABLE_virtual: {
|
|
434
|
-
virtualItems: import("
|
|
434
|
+
virtualItems: import("../..").VirtualItem[];
|
|
435
435
|
totalSize: number;
|
|
436
|
-
scrollToOffset: (index: number, options?: import("
|
|
436
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
437
437
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
438
438
|
measure: () => void;
|
|
439
439
|
};
|
|
@@ -449,7 +449,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
449
449
|
}, prevState: {
|
|
450
450
|
hiddenIds: string[];
|
|
451
451
|
nonInteractiveIds: string[];
|
|
452
|
-
orientation: import("
|
|
452
|
+
orientation: import("../..").Orientation;
|
|
453
453
|
itemSizeCache: Record<string, number>;
|
|
454
454
|
itemWidthCache: Record<string, number>;
|
|
455
455
|
containerSize: number;
|
|
@@ -465,9 +465,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
465
465
|
readonly current: number;
|
|
466
466
|
};
|
|
467
467
|
UNSTABLE_virtual: {
|
|
468
|
-
virtualItems: import("
|
|
468
|
+
virtualItems: import("../..").VirtualItem[];
|
|
469
469
|
totalSize: number;
|
|
470
|
-
scrollToOffset: (index: number, options?: import("
|
|
470
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
471
471
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
472
472
|
measure: () => void;
|
|
473
473
|
};
|
|
@@ -481,7 +481,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
481
481
|
onSelectAll?: ((data: undefined, prevState: {
|
|
482
482
|
hiddenIds: string[];
|
|
483
483
|
nonInteractiveIds: string[];
|
|
484
|
-
orientation: import("
|
|
484
|
+
orientation: import("../..").Orientation;
|
|
485
485
|
itemSizeCache: Record<string, number>;
|
|
486
486
|
itemWidthCache: Record<string, number>;
|
|
487
487
|
containerSize: number;
|
|
@@ -497,9 +497,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
497
497
|
readonly current: number;
|
|
498
498
|
};
|
|
499
499
|
UNSTABLE_virtual: {
|
|
500
|
-
virtualItems: import("
|
|
500
|
+
virtualItems: import("../..").VirtualItem[];
|
|
501
501
|
totalSize: number;
|
|
502
|
-
scrollToOffset: (index: number, options?: import("
|
|
502
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
503
503
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
504
504
|
measure: () => void;
|
|
505
505
|
};
|
|
@@ -513,7 +513,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
513
513
|
onUnselectAll?: ((data: undefined, prevState: {
|
|
514
514
|
hiddenIds: string[];
|
|
515
515
|
nonInteractiveIds: string[];
|
|
516
|
-
orientation: import("
|
|
516
|
+
orientation: import("../..").Orientation;
|
|
517
517
|
itemSizeCache: Record<string, number>;
|
|
518
518
|
itemWidthCache: Record<string, number>;
|
|
519
519
|
containerSize: number;
|
|
@@ -529,9 +529,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
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
|
};
|
|
@@ -545,7 +545,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
545
545
|
onSetSelectedIds?: ((data: string[] | "all", prevState: {
|
|
546
546
|
hiddenIds: string[];
|
|
547
547
|
nonInteractiveIds: string[];
|
|
548
|
-
orientation: import("
|
|
548
|
+
orientation: import("../..").Orientation;
|
|
549
549
|
itemSizeCache: Record<string, number>;
|
|
550
550
|
itemWidthCache: Record<string, number>;
|
|
551
551
|
containerSize: number;
|
|
@@ -561,9 +561,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
561
561
|
readonly current: number;
|
|
562
562
|
};
|
|
563
563
|
UNSTABLE_virtual: {
|
|
564
|
-
virtualItems: import("
|
|
564
|
+
virtualItems: import("../..").VirtualItem[];
|
|
565
565
|
totalSize: number;
|
|
566
|
-
scrollToOffset: (index: number, options?: import("
|
|
566
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
567
567
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
568
568
|
measure: () => void;
|
|
569
569
|
};
|
|
@@ -581,7 +581,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
581
581
|
}, prevState: {
|
|
582
582
|
hiddenIds: string[];
|
|
583
583
|
nonInteractiveIds: string[];
|
|
584
|
-
orientation: import("
|
|
584
|
+
orientation: import("../..").Orientation;
|
|
585
585
|
itemSizeCache: Record<string, number>;
|
|
586
586
|
itemWidthCache: Record<string, number>;
|
|
587
587
|
containerSize: number;
|
|
@@ -597,9 +597,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
597
597
|
readonly current: number;
|
|
598
598
|
};
|
|
599
599
|
UNSTABLE_virtual: {
|
|
600
|
-
virtualItems: import("
|
|
600
|
+
virtualItems: import("../..").VirtualItem[];
|
|
601
601
|
totalSize: number;
|
|
602
|
-
scrollToOffset: (index: number, options?: import("
|
|
602
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
603
603
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
604
604
|
measure: () => void;
|
|
605
605
|
};
|
|
@@ -615,7 +615,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
615
615
|
}, prevState: {
|
|
616
616
|
hiddenIds: string[];
|
|
617
617
|
nonInteractiveIds: string[];
|
|
618
|
-
orientation: import("
|
|
618
|
+
orientation: import("../..").Orientation;
|
|
619
619
|
itemSizeCache: Record<string, number>;
|
|
620
620
|
itemWidthCache: Record<string, number>;
|
|
621
621
|
containerSize: number;
|
|
@@ -631,9 +631,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
631
631
|
readonly current: number;
|
|
632
632
|
};
|
|
633
633
|
UNSTABLE_virtual: {
|
|
634
|
-
virtualItems: import("
|
|
634
|
+
virtualItems: import("../..").VirtualItem[];
|
|
635
635
|
totalSize: number;
|
|
636
|
-
scrollToOffset: (index: number, options?: import("
|
|
636
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
637
637
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
638
638
|
measure: () => void;
|
|
639
639
|
};
|
|
@@ -647,7 +647,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
647
647
|
onGoToNext?: ((data: undefined, prevState: {
|
|
648
648
|
hiddenIds: string[];
|
|
649
649
|
nonInteractiveIds: string[];
|
|
650
|
-
orientation: import("
|
|
650
|
+
orientation: import("../..").Orientation;
|
|
651
651
|
itemSizeCache: Record<string, number>;
|
|
652
652
|
itemWidthCache: Record<string, number>;
|
|
653
653
|
containerSize: number;
|
|
@@ -663,9 +663,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
663
663
|
readonly current: number;
|
|
664
664
|
};
|
|
665
665
|
UNSTABLE_virtual: {
|
|
666
|
-
virtualItems: import("
|
|
666
|
+
virtualItems: import("../..").VirtualItem[];
|
|
667
667
|
totalSize: number;
|
|
668
|
-
scrollToOffset: (index: number, options?: import("
|
|
668
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
669
669
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
670
670
|
measure: () => void;
|
|
671
671
|
};
|
|
@@ -679,7 +679,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
679
679
|
onGoToPrevious?: ((data: undefined, prevState: {
|
|
680
680
|
hiddenIds: string[];
|
|
681
681
|
nonInteractiveIds: string[];
|
|
682
|
-
orientation: import("
|
|
682
|
+
orientation: import("../..").Orientation;
|
|
683
683
|
itemSizeCache: Record<string, number>;
|
|
684
684
|
itemWidthCache: Record<string, number>;
|
|
685
685
|
containerSize: number;
|
|
@@ -695,9 +695,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
695
695
|
readonly current: number;
|
|
696
696
|
};
|
|
697
697
|
UNSTABLE_virtual: {
|
|
698
|
-
virtualItems: import("
|
|
698
|
+
virtualItems: import("../..").VirtualItem[];
|
|
699
699
|
totalSize: number;
|
|
700
|
-
scrollToOffset: (index: number, options?: import("
|
|
700
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
701
701
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
702
702
|
measure: () => void;
|
|
703
703
|
};
|
|
@@ -711,7 +711,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
711
711
|
onGoToPreviousRow?: ((data: undefined, prevState: {
|
|
712
712
|
hiddenIds: string[];
|
|
713
713
|
nonInteractiveIds: string[];
|
|
714
|
-
orientation: import("
|
|
714
|
+
orientation: import("../..").Orientation;
|
|
715
715
|
itemSizeCache: Record<string, number>;
|
|
716
716
|
itemWidthCache: Record<string, number>;
|
|
717
717
|
containerSize: number;
|
|
@@ -727,9 +727,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
727
727
|
readonly current: number;
|
|
728
728
|
};
|
|
729
729
|
UNSTABLE_virtual: {
|
|
730
|
-
virtualItems: import("
|
|
730
|
+
virtualItems: import("../..").VirtualItem[];
|
|
731
731
|
totalSize: number;
|
|
732
|
-
scrollToOffset: (index: number, options?: import("
|
|
732
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
733
733
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
734
734
|
measure: () => void;
|
|
735
735
|
};
|
|
@@ -743,7 +743,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
743
743
|
onGoToNextRow?: ((data: undefined, prevState: {
|
|
744
744
|
hiddenIds: string[];
|
|
745
745
|
nonInteractiveIds: string[];
|
|
746
|
-
orientation: import("
|
|
746
|
+
orientation: import("../..").Orientation;
|
|
747
747
|
itemSizeCache: Record<string, number>;
|
|
748
748
|
itemWidthCache: Record<string, number>;
|
|
749
749
|
containerSize: number;
|
|
@@ -759,9 +759,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
759
759
|
readonly current: number;
|
|
760
760
|
};
|
|
761
761
|
UNSTABLE_virtual: {
|
|
762
|
-
virtualItems: import("
|
|
762
|
+
virtualItems: import("../..").VirtualItem[];
|
|
763
763
|
totalSize: number;
|
|
764
|
-
scrollToOffset: (index: number, options?: import("
|
|
764
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
765
765
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
766
766
|
measure: () => void;
|
|
767
767
|
};
|
|
@@ -775,7 +775,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
775
775
|
onGoToFirst?: ((data: undefined, prevState: {
|
|
776
776
|
hiddenIds: string[];
|
|
777
777
|
nonInteractiveIds: string[];
|
|
778
|
-
orientation: import("
|
|
778
|
+
orientation: import("../..").Orientation;
|
|
779
779
|
itemSizeCache: Record<string, number>;
|
|
780
780
|
itemWidthCache: Record<string, number>;
|
|
781
781
|
containerSize: number;
|
|
@@ -791,9 +791,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
791
791
|
readonly current: number;
|
|
792
792
|
};
|
|
793
793
|
UNSTABLE_virtual: {
|
|
794
|
-
virtualItems: import("
|
|
794
|
+
virtualItems: import("../..").VirtualItem[];
|
|
795
795
|
totalSize: number;
|
|
796
|
-
scrollToOffset: (index: number, options?: import("
|
|
796
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
797
797
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
798
798
|
measure: () => void;
|
|
799
799
|
};
|
|
@@ -807,7 +807,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
807
807
|
onGoToLast?: ((data: undefined, prevState: {
|
|
808
808
|
hiddenIds: string[];
|
|
809
809
|
nonInteractiveIds: string[];
|
|
810
|
-
orientation: import("
|
|
810
|
+
orientation: import("../..").Orientation;
|
|
811
811
|
itemSizeCache: Record<string, number>;
|
|
812
812
|
itemWidthCache: Record<string, number>;
|
|
813
813
|
containerSize: number;
|
|
@@ -823,9 +823,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
823
823
|
readonly current: number;
|
|
824
824
|
};
|
|
825
825
|
UNSTABLE_virtual: {
|
|
826
|
-
virtualItems: import("
|
|
826
|
+
virtualItems: import("../..").VirtualItem[];
|
|
827
827
|
totalSize: number;
|
|
828
|
-
scrollToOffset: (index: number, options?: import("
|
|
828
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
829
829
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
830
830
|
measure: () => void;
|
|
831
831
|
};
|
|
@@ -839,7 +839,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
839
839
|
onGoToFirstOfRow?: ((data: undefined, prevState: {
|
|
840
840
|
hiddenIds: string[];
|
|
841
841
|
nonInteractiveIds: string[];
|
|
842
|
-
orientation: import("
|
|
842
|
+
orientation: import("../..").Orientation;
|
|
843
843
|
itemSizeCache: Record<string, number>;
|
|
844
844
|
itemWidthCache: Record<string, number>;
|
|
845
845
|
containerSize: number;
|
|
@@ -855,9 +855,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
855
855
|
readonly current: number;
|
|
856
856
|
};
|
|
857
857
|
UNSTABLE_virtual: {
|
|
858
|
-
virtualItems: import("
|
|
858
|
+
virtualItems: import("../..").VirtualItem[];
|
|
859
859
|
totalSize: number;
|
|
860
|
-
scrollToOffset: (index: number, options?: import("
|
|
860
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
861
861
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
862
862
|
measure: () => void;
|
|
863
863
|
};
|
|
@@ -871,7 +871,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
871
871
|
onGoToLastOfRow?: ((data: undefined, prevState: {
|
|
872
872
|
hiddenIds: string[];
|
|
873
873
|
nonInteractiveIds: string[];
|
|
874
|
-
orientation: import("
|
|
874
|
+
orientation: import("../..").Orientation;
|
|
875
875
|
itemSizeCache: Record<string, number>;
|
|
876
876
|
itemWidthCache: Record<string, number>;
|
|
877
877
|
containerSize: number;
|
|
@@ -887,9 +887,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
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
|
};
|
|
@@ -903,7 +903,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
903
903
|
onGoToNextPage?: ((data: undefined, prevState: {
|
|
904
904
|
hiddenIds: string[];
|
|
905
905
|
nonInteractiveIds: string[];
|
|
906
|
-
orientation: import("
|
|
906
|
+
orientation: import("../..").Orientation;
|
|
907
907
|
itemSizeCache: Record<string, number>;
|
|
908
908
|
itemWidthCache: Record<string, number>;
|
|
909
909
|
containerSize: number;
|
|
@@ -919,9 +919,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
919
919
|
readonly current: number;
|
|
920
920
|
};
|
|
921
921
|
UNSTABLE_virtual: {
|
|
922
|
-
virtualItems: import("
|
|
922
|
+
virtualItems: import("../..").VirtualItem[];
|
|
923
923
|
totalSize: number;
|
|
924
|
-
scrollToOffset: (index: number, options?: import("
|
|
924
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
925
925
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
926
926
|
measure: () => void;
|
|
927
927
|
};
|
|
@@ -935,7 +935,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
935
935
|
onGoToPreviousPage?: ((data: undefined, prevState: {
|
|
936
936
|
hiddenIds: string[];
|
|
937
937
|
nonInteractiveIds: string[];
|
|
938
|
-
orientation: import("
|
|
938
|
+
orientation: import("../..").Orientation;
|
|
939
939
|
itemSizeCache: Record<string, number>;
|
|
940
940
|
itemWidthCache: Record<string, number>;
|
|
941
941
|
containerSize: number;
|
|
@@ -951,9 +951,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
951
951
|
readonly current: number;
|
|
952
952
|
};
|
|
953
953
|
UNSTABLE_virtual: {
|
|
954
|
-
virtualItems: import("
|
|
954
|
+
virtualItems: import("../..").VirtualItem[];
|
|
955
955
|
totalSize: number;
|
|
956
|
-
scrollToOffset: (index: number, options?: import("
|
|
956
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
957
957
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
958
958
|
measure: () => void;
|
|
959
959
|
};
|
|
@@ -970,7 +970,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
970
970
|
}, prevState: {
|
|
971
971
|
hiddenIds: string[];
|
|
972
972
|
nonInteractiveIds: string[];
|
|
973
|
-
orientation: import("
|
|
973
|
+
orientation: import("../..").Orientation;
|
|
974
974
|
itemSizeCache: Record<string, number>;
|
|
975
975
|
itemWidthCache: Record<string, number>;
|
|
976
976
|
containerSize: number;
|
|
@@ -986,9 +986,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
986
986
|
readonly current: number;
|
|
987
987
|
};
|
|
988
988
|
UNSTABLE_virtual: {
|
|
989
|
-
virtualItems: import("
|
|
989
|
+
virtualItems: import("../..").VirtualItem[];
|
|
990
990
|
totalSize: number;
|
|
991
|
-
scrollToOffset: (index: number, options?: import("
|
|
991
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
992
992
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
993
993
|
measure: () => void;
|
|
994
994
|
};
|
|
@@ -1004,7 +1004,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1004
1004
|
}, prevState: {
|
|
1005
1005
|
hiddenIds: string[];
|
|
1006
1006
|
nonInteractiveIds: string[];
|
|
1007
|
-
orientation: import("
|
|
1007
|
+
orientation: import("../..").Orientation;
|
|
1008
1008
|
itemSizeCache: Record<string, number>;
|
|
1009
1009
|
itemWidthCache: Record<string, number>;
|
|
1010
1010
|
containerSize: number;
|
|
@@ -1020,9 +1020,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
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
|
};
|
|
@@ -1038,7 +1038,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1038
1038
|
}, prevState: {
|
|
1039
1039
|
hiddenIds: string[];
|
|
1040
1040
|
nonInteractiveIds: string[];
|
|
1041
|
-
orientation: import("
|
|
1041
|
+
orientation: import("../..").Orientation;
|
|
1042
1042
|
itemSizeCache: Record<string, number>;
|
|
1043
1043
|
itemWidthCache: Record<string, number>;
|
|
1044
1044
|
containerSize: number;
|
|
@@ -1054,9 +1054,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
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
|
};
|
|
@@ -1073,7 +1073,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1073
1073
|
}, state: {
|
|
1074
1074
|
hiddenIds: string[];
|
|
1075
1075
|
nonInteractiveIds: string[];
|
|
1076
|
-
orientation: import("
|
|
1076
|
+
orientation: import("../..").Orientation;
|
|
1077
1077
|
itemSizeCache: Record<string, number>;
|
|
1078
1078
|
itemWidthCache: Record<string, number>;
|
|
1079
1079
|
containerSize: number;
|
|
@@ -1089,9 +1089,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1089
1089
|
readonly current: number;
|
|
1090
1090
|
};
|
|
1091
1091
|
UNSTABLE_virtual: {
|
|
1092
|
-
virtualItems: import("
|
|
1092
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1093
1093
|
totalSize: number;
|
|
1094
|
-
scrollToOffset: (index: number, options?: import("
|
|
1094
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1095
1095
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1096
1096
|
measure: () => void;
|
|
1097
1097
|
};
|
|
@@ -1108,7 +1108,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1108
1108
|
}, state: {
|
|
1109
1109
|
hiddenIds: string[];
|
|
1110
1110
|
nonInteractiveIds: string[];
|
|
1111
|
-
orientation: import("
|
|
1111
|
+
orientation: import("../..").Orientation;
|
|
1112
1112
|
itemSizeCache: Record<string, number>;
|
|
1113
1113
|
itemWidthCache: Record<string, number>;
|
|
1114
1114
|
containerSize: number;
|
|
@@ -1124,9 +1124,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1124
1124
|
readonly current: number;
|
|
1125
1125
|
};
|
|
1126
1126
|
UNSTABLE_virtual: {
|
|
1127
|
-
virtualItems: import("
|
|
1127
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1128
1128
|
totalSize: number;
|
|
1129
|
-
scrollToOffset: (index: number, options?: import("
|
|
1129
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1130
1130
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1131
1131
|
measure: () => void;
|
|
1132
1132
|
};
|
|
@@ -1142,7 +1142,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1142
1142
|
}, state: {
|
|
1143
1143
|
hiddenIds: string[];
|
|
1144
1144
|
nonInteractiveIds: string[];
|
|
1145
|
-
orientation: import("
|
|
1145
|
+
orientation: import("../..").Orientation;
|
|
1146
1146
|
itemSizeCache: Record<string, number>;
|
|
1147
1147
|
itemWidthCache: Record<string, number>;
|
|
1148
1148
|
containerSize: number;
|
|
@@ -1158,9 +1158,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1158
1158
|
readonly current: number;
|
|
1159
1159
|
};
|
|
1160
1160
|
UNSTABLE_virtual: {
|
|
1161
|
-
virtualItems: import("
|
|
1161
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1162
1162
|
totalSize: number;
|
|
1163
|
-
scrollToOffset: (index: number, options?: import("
|
|
1163
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1164
1164
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1165
1165
|
measure: () => void;
|
|
1166
1166
|
};
|
|
@@ -1176,7 +1176,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1176
1176
|
}, state: {
|
|
1177
1177
|
hiddenIds: string[];
|
|
1178
1178
|
nonInteractiveIds: string[];
|
|
1179
|
-
orientation: import("
|
|
1179
|
+
orientation: import("../..").Orientation;
|
|
1180
1180
|
itemSizeCache: Record<string, number>;
|
|
1181
1181
|
itemWidthCache: Record<string, number>;
|
|
1182
1182
|
containerSize: number;
|
|
@@ -1192,9 +1192,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1192
1192
|
readonly current: number;
|
|
1193
1193
|
};
|
|
1194
1194
|
UNSTABLE_virtual: {
|
|
1195
|
-
virtualItems: import("
|
|
1195
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1196
1196
|
totalSize: number;
|
|
1197
|
-
scrollToOffset: (index: number, options?: import("
|
|
1197
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1198
1198
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1199
1199
|
measure: () => void;
|
|
1200
1200
|
};
|
|
@@ -1211,7 +1211,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1211
1211
|
}, state: {
|
|
1212
1212
|
hiddenIds: string[];
|
|
1213
1213
|
nonInteractiveIds: string[];
|
|
1214
|
-
orientation: import("
|
|
1214
|
+
orientation: import("../..").Orientation;
|
|
1215
1215
|
itemSizeCache: Record<string, number>;
|
|
1216
1216
|
itemWidthCache: Record<string, number>;
|
|
1217
1217
|
containerSize: number;
|
|
@@ -1227,9 +1227,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1227
1227
|
readonly current: number;
|
|
1228
1228
|
};
|
|
1229
1229
|
UNSTABLE_virtual: {
|
|
1230
|
-
virtualItems: import("
|
|
1230
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1231
1231
|
totalSize: number;
|
|
1232
|
-
scrollToOffset: (index: number, options?: import("
|
|
1232
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1233
1233
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1234
1234
|
measure: () => void;
|
|
1235
1235
|
};
|
|
@@ -1245,7 +1245,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1245
1245
|
}, state: {
|
|
1246
1246
|
hiddenIds: string[];
|
|
1247
1247
|
nonInteractiveIds: string[];
|
|
1248
|
-
orientation: import("
|
|
1248
|
+
orientation: import("../..").Orientation;
|
|
1249
1249
|
itemSizeCache: Record<string, number>;
|
|
1250
1250
|
itemWidthCache: Record<string, number>;
|
|
1251
1251
|
containerSize: number;
|
|
@@ -1261,9 +1261,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1261
1261
|
readonly current: number;
|
|
1262
1262
|
};
|
|
1263
1263
|
UNSTABLE_virtual: {
|
|
1264
|
-
virtualItems: import("
|
|
1264
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1265
1265
|
totalSize: number;
|
|
1266
|
-
scrollToOffset: (index: number, options?: import("
|
|
1266
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1267
1267
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1268
1268
|
measure: () => void;
|
|
1269
1269
|
};
|
|
@@ -1280,7 +1280,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1280
1280
|
}, state: {
|
|
1281
1281
|
hiddenIds: string[];
|
|
1282
1282
|
nonInteractiveIds: string[];
|
|
1283
|
-
orientation: import("
|
|
1283
|
+
orientation: import("../..").Orientation;
|
|
1284
1284
|
itemSizeCache: Record<string, number>;
|
|
1285
1285
|
itemWidthCache: Record<string, number>;
|
|
1286
1286
|
containerSize: number;
|
|
@@ -1296,9 +1296,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1296
1296
|
readonly current: number;
|
|
1297
1297
|
};
|
|
1298
1298
|
UNSTABLE_virtual: {
|
|
1299
|
-
virtualItems: import("
|
|
1299
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1300
1300
|
totalSize: number;
|
|
1301
|
-
scrollToOffset: (index: number, options?: import("
|
|
1301
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1302
1302
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1303
1303
|
measure: () => void;
|
|
1304
1304
|
};
|
|
@@ -1316,7 +1316,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1316
1316
|
}, state: {
|
|
1317
1317
|
hiddenIds: string[];
|
|
1318
1318
|
nonInteractiveIds: string[];
|
|
1319
|
-
orientation: import("
|
|
1319
|
+
orientation: import("../..").Orientation;
|
|
1320
1320
|
itemSizeCache: Record<string, number>;
|
|
1321
1321
|
itemWidthCache: Record<string, number>;
|
|
1322
1322
|
containerSize: number;
|
|
@@ -1332,9 +1332,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1332
1332
|
readonly current: number;
|
|
1333
1333
|
};
|
|
1334
1334
|
UNSTABLE_virtual: {
|
|
1335
|
-
virtualItems: import("
|
|
1335
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1336
1336
|
totalSize: number;
|
|
1337
|
-
scrollToOffset: (index: number, options?: import("
|
|
1337
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1338
1338
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1339
1339
|
measure: () => void;
|
|
1340
1340
|
};
|
|
@@ -1350,7 +1350,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1350
1350
|
}, state: {
|
|
1351
1351
|
hiddenIds: string[];
|
|
1352
1352
|
nonInteractiveIds: string[];
|
|
1353
|
-
orientation: import("
|
|
1353
|
+
orientation: import("../..").Orientation;
|
|
1354
1354
|
itemSizeCache: Record<string, number>;
|
|
1355
1355
|
itemWidthCache: Record<string, number>;
|
|
1356
1356
|
containerSize: number;
|
|
@@ -1366,9 +1366,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1366
1366
|
readonly current: number;
|
|
1367
1367
|
};
|
|
1368
1368
|
UNSTABLE_virtual: {
|
|
1369
|
-
virtualItems: import("
|
|
1369
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1370
1370
|
totalSize: number;
|
|
1371
|
-
scrollToOffset: (index: number, options?: import("
|
|
1371
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1372
1372
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1373
1373
|
measure: () => void;
|
|
1374
1374
|
};
|
|
@@ -1384,7 +1384,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1384
1384
|
}, state: {
|
|
1385
1385
|
hiddenIds: string[];
|
|
1386
1386
|
nonInteractiveIds: string[];
|
|
1387
|
-
orientation: import("
|
|
1387
|
+
orientation: import("../..").Orientation;
|
|
1388
1388
|
itemSizeCache: Record<string, number>;
|
|
1389
1389
|
itemWidthCache: Record<string, number>;
|
|
1390
1390
|
containerSize: number;
|
|
@@ -1400,9 +1400,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1400
1400
|
readonly current: number;
|
|
1401
1401
|
};
|
|
1402
1402
|
UNSTABLE_virtual: {
|
|
1403
|
-
virtualItems: import("
|
|
1403
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1404
1404
|
totalSize: number;
|
|
1405
|
-
scrollToOffset: (index: number, options?: import("
|
|
1405
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1406
1406
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1407
1407
|
measure: () => void;
|
|
1408
1408
|
};
|
|
@@ -1418,7 +1418,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1418
1418
|
}, state: {
|
|
1419
1419
|
hiddenIds: string[];
|
|
1420
1420
|
nonInteractiveIds: string[];
|
|
1421
|
-
orientation: import("
|
|
1421
|
+
orientation: import("../..").Orientation;
|
|
1422
1422
|
itemSizeCache: Record<string, number>;
|
|
1423
1423
|
itemWidthCache: Record<string, number>;
|
|
1424
1424
|
containerSize: number;
|
|
@@ -1434,9 +1434,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1434
1434
|
readonly current: number;
|
|
1435
1435
|
};
|
|
1436
1436
|
UNSTABLE_virtual: {
|
|
1437
|
-
virtualItems: import("
|
|
1437
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1438
1438
|
totalSize: number;
|
|
1439
|
-
scrollToOffset: (index: number, options?: import("
|
|
1439
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1440
1440
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1441
1441
|
measure: () => void;
|
|
1442
1442
|
};
|
|
@@ -1452,7 +1452,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1452
1452
|
}, state: {
|
|
1453
1453
|
hiddenIds: string[];
|
|
1454
1454
|
nonInteractiveIds: string[];
|
|
1455
|
-
orientation: import("
|
|
1455
|
+
orientation: import("../..").Orientation;
|
|
1456
1456
|
itemSizeCache: Record<string, number>;
|
|
1457
1457
|
itemWidthCache: Record<string, number>;
|
|
1458
1458
|
containerSize: number;
|
|
@@ -1468,9 +1468,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1468
1468
|
readonly current: number;
|
|
1469
1469
|
};
|
|
1470
1470
|
UNSTABLE_virtual: {
|
|
1471
|
-
virtualItems: import("
|
|
1471
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1472
1472
|
totalSize: number;
|
|
1473
|
-
scrollToOffset: (index: number, options?: import("
|
|
1473
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1474
1474
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1475
1475
|
measure: () => void;
|
|
1476
1476
|
};
|
|
@@ -1484,7 +1484,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1484
1484
|
shouldSelectAll?: ((data: undefined, state: {
|
|
1485
1485
|
hiddenIds: string[];
|
|
1486
1486
|
nonInteractiveIds: string[];
|
|
1487
|
-
orientation: import("
|
|
1487
|
+
orientation: import("../..").Orientation;
|
|
1488
1488
|
itemSizeCache: Record<string, number>;
|
|
1489
1489
|
itemWidthCache: Record<string, number>;
|
|
1490
1490
|
containerSize: number;
|
|
@@ -1500,9 +1500,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1500
1500
|
readonly current: number;
|
|
1501
1501
|
};
|
|
1502
1502
|
UNSTABLE_virtual: {
|
|
1503
|
-
virtualItems: import("
|
|
1503
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1504
1504
|
totalSize: number;
|
|
1505
|
-
scrollToOffset: (index: number, options?: import("
|
|
1505
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1506
1506
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1507
1507
|
measure: () => void;
|
|
1508
1508
|
};
|
|
@@ -1516,7 +1516,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1516
1516
|
shouldUnselectAll?: ((data: undefined, state: {
|
|
1517
1517
|
hiddenIds: string[];
|
|
1518
1518
|
nonInteractiveIds: string[];
|
|
1519
|
-
orientation: import("
|
|
1519
|
+
orientation: import("../..").Orientation;
|
|
1520
1520
|
itemSizeCache: Record<string, number>;
|
|
1521
1521
|
itemWidthCache: Record<string, number>;
|
|
1522
1522
|
containerSize: number;
|
|
@@ -1532,9 +1532,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1532
1532
|
readonly current: number;
|
|
1533
1533
|
};
|
|
1534
1534
|
UNSTABLE_virtual: {
|
|
1535
|
-
virtualItems: import("
|
|
1535
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1536
1536
|
totalSize: number;
|
|
1537
|
-
scrollToOffset: (index: number, options?: import("
|
|
1537
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1538
1538
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1539
1539
|
measure: () => void;
|
|
1540
1540
|
};
|
|
@@ -1548,7 +1548,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1548
1548
|
shouldSetSelectedIds?: ((data: string[] | "all", state: {
|
|
1549
1549
|
hiddenIds: string[];
|
|
1550
1550
|
nonInteractiveIds: string[];
|
|
1551
|
-
orientation: import("
|
|
1551
|
+
orientation: import("../..").Orientation;
|
|
1552
1552
|
itemSizeCache: Record<string, number>;
|
|
1553
1553
|
itemWidthCache: Record<string, number>;
|
|
1554
1554
|
containerSize: number;
|
|
@@ -1564,9 +1564,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1564
1564
|
readonly current: number;
|
|
1565
1565
|
};
|
|
1566
1566
|
UNSTABLE_virtual: {
|
|
1567
|
-
virtualItems: import("
|
|
1567
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1568
1568
|
totalSize: number;
|
|
1569
|
-
scrollToOffset: (index: number, options?: import("
|
|
1569
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1570
1570
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1571
1571
|
measure: () => void;
|
|
1572
1572
|
};
|
|
@@ -1584,7 +1584,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1584
1584
|
}, state: {
|
|
1585
1585
|
hiddenIds: string[];
|
|
1586
1586
|
nonInteractiveIds: string[];
|
|
1587
|
-
orientation: import("
|
|
1587
|
+
orientation: import("../..").Orientation;
|
|
1588
1588
|
itemSizeCache: Record<string, number>;
|
|
1589
1589
|
itemWidthCache: Record<string, number>;
|
|
1590
1590
|
containerSize: number;
|
|
@@ -1600,9 +1600,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
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
|
};
|
|
@@ -1618,7 +1618,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1618
1618
|
}, state: {
|
|
1619
1619
|
hiddenIds: string[];
|
|
1620
1620
|
nonInteractiveIds: string[];
|
|
1621
|
-
orientation: import("
|
|
1621
|
+
orientation: import("../..").Orientation;
|
|
1622
1622
|
itemSizeCache: Record<string, number>;
|
|
1623
1623
|
itemWidthCache: Record<string, number>;
|
|
1624
1624
|
containerSize: number;
|
|
@@ -1634,9 +1634,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1634
1634
|
readonly current: number;
|
|
1635
1635
|
};
|
|
1636
1636
|
UNSTABLE_virtual: {
|
|
1637
|
-
virtualItems: import("
|
|
1637
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1638
1638
|
totalSize: number;
|
|
1639
|
-
scrollToOffset: (index: number, options?: import("
|
|
1639
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1640
1640
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1641
1641
|
measure: () => void;
|
|
1642
1642
|
};
|
|
@@ -1650,7 +1650,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1650
1650
|
shouldGoToNext?: ((data: undefined, state: {
|
|
1651
1651
|
hiddenIds: string[];
|
|
1652
1652
|
nonInteractiveIds: string[];
|
|
1653
|
-
orientation: import("
|
|
1653
|
+
orientation: import("../..").Orientation;
|
|
1654
1654
|
itemSizeCache: Record<string, number>;
|
|
1655
1655
|
itemWidthCache: Record<string, number>;
|
|
1656
1656
|
containerSize: number;
|
|
@@ -1666,9 +1666,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1666
1666
|
readonly current: number;
|
|
1667
1667
|
};
|
|
1668
1668
|
UNSTABLE_virtual: {
|
|
1669
|
-
virtualItems: import("
|
|
1669
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1670
1670
|
totalSize: number;
|
|
1671
|
-
scrollToOffset: (index: number, options?: import("
|
|
1671
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1672
1672
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1673
1673
|
measure: () => void;
|
|
1674
1674
|
};
|
|
@@ -1682,7 +1682,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1682
1682
|
shouldGoToPrevious?: ((data: undefined, state: {
|
|
1683
1683
|
hiddenIds: string[];
|
|
1684
1684
|
nonInteractiveIds: string[];
|
|
1685
|
-
orientation: import("
|
|
1685
|
+
orientation: import("../..").Orientation;
|
|
1686
1686
|
itemSizeCache: Record<string, number>;
|
|
1687
1687
|
itemWidthCache: Record<string, number>;
|
|
1688
1688
|
containerSize: number;
|
|
@@ -1698,9 +1698,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1698
1698
|
readonly current: number;
|
|
1699
1699
|
};
|
|
1700
1700
|
UNSTABLE_virtual: {
|
|
1701
|
-
virtualItems: import("
|
|
1701
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1702
1702
|
totalSize: number;
|
|
1703
|
-
scrollToOffset: (index: number, options?: import("
|
|
1703
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1704
1704
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1705
1705
|
measure: () => void;
|
|
1706
1706
|
};
|
|
@@ -1714,7 +1714,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1714
1714
|
shouldGoToPreviousRow?: ((data: undefined, state: {
|
|
1715
1715
|
hiddenIds: string[];
|
|
1716
1716
|
nonInteractiveIds: string[];
|
|
1717
|
-
orientation: import("
|
|
1717
|
+
orientation: import("../..").Orientation;
|
|
1718
1718
|
itemSizeCache: Record<string, number>;
|
|
1719
1719
|
itemWidthCache: Record<string, number>;
|
|
1720
1720
|
containerSize: number;
|
|
@@ -1730,9 +1730,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1730
1730
|
readonly current: number;
|
|
1731
1731
|
};
|
|
1732
1732
|
UNSTABLE_virtual: {
|
|
1733
|
-
virtualItems: import("
|
|
1733
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1734
1734
|
totalSize: number;
|
|
1735
|
-
scrollToOffset: (index: number, options?: import("
|
|
1735
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1736
1736
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1737
1737
|
measure: () => void;
|
|
1738
1738
|
};
|
|
@@ -1746,7 +1746,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1746
1746
|
shouldGoToNextRow?: ((data: undefined, state: {
|
|
1747
1747
|
hiddenIds: string[];
|
|
1748
1748
|
nonInteractiveIds: string[];
|
|
1749
|
-
orientation: import("
|
|
1749
|
+
orientation: import("../..").Orientation;
|
|
1750
1750
|
itemSizeCache: Record<string, number>;
|
|
1751
1751
|
itemWidthCache: Record<string, number>;
|
|
1752
1752
|
containerSize: number;
|
|
@@ -1762,9 +1762,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1762
1762
|
readonly current: number;
|
|
1763
1763
|
};
|
|
1764
1764
|
UNSTABLE_virtual: {
|
|
1765
|
-
virtualItems: import("
|
|
1765
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1766
1766
|
totalSize: number;
|
|
1767
|
-
scrollToOffset: (index: number, options?: import("
|
|
1767
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1768
1768
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1769
1769
|
measure: () => void;
|
|
1770
1770
|
};
|
|
@@ -1778,7 +1778,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1778
1778
|
shouldGoToFirst?: ((data: undefined, state: {
|
|
1779
1779
|
hiddenIds: string[];
|
|
1780
1780
|
nonInteractiveIds: string[];
|
|
1781
|
-
orientation: import("
|
|
1781
|
+
orientation: import("../..").Orientation;
|
|
1782
1782
|
itemSizeCache: Record<string, number>;
|
|
1783
1783
|
itemWidthCache: Record<string, number>;
|
|
1784
1784
|
containerSize: number;
|
|
@@ -1794,9 +1794,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1794
1794
|
readonly current: number;
|
|
1795
1795
|
};
|
|
1796
1796
|
UNSTABLE_virtual: {
|
|
1797
|
-
virtualItems: import("
|
|
1797
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1798
1798
|
totalSize: number;
|
|
1799
|
-
scrollToOffset: (index: number, options?: import("
|
|
1799
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1800
1800
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1801
1801
|
measure: () => void;
|
|
1802
1802
|
};
|
|
@@ -1810,7 +1810,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1810
1810
|
shouldGoToLast?: ((data: undefined, state: {
|
|
1811
1811
|
hiddenIds: string[];
|
|
1812
1812
|
nonInteractiveIds: string[];
|
|
1813
|
-
orientation: import("
|
|
1813
|
+
orientation: import("../..").Orientation;
|
|
1814
1814
|
itemSizeCache: Record<string, number>;
|
|
1815
1815
|
itemWidthCache: Record<string, number>;
|
|
1816
1816
|
containerSize: number;
|
|
@@ -1826,9 +1826,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1826
1826
|
readonly current: number;
|
|
1827
1827
|
};
|
|
1828
1828
|
UNSTABLE_virtual: {
|
|
1829
|
-
virtualItems: import("
|
|
1829
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1830
1830
|
totalSize: number;
|
|
1831
|
-
scrollToOffset: (index: number, options?: import("
|
|
1831
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1832
1832
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1833
1833
|
measure: () => void;
|
|
1834
1834
|
};
|
|
@@ -1842,7 +1842,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1842
1842
|
shouldGoToFirstOfRow?: ((data: undefined, state: {
|
|
1843
1843
|
hiddenIds: string[];
|
|
1844
1844
|
nonInteractiveIds: string[];
|
|
1845
|
-
orientation: import("
|
|
1845
|
+
orientation: import("../..").Orientation;
|
|
1846
1846
|
itemSizeCache: Record<string, number>;
|
|
1847
1847
|
itemWidthCache: Record<string, number>;
|
|
1848
1848
|
containerSize: number;
|
|
@@ -1858,9 +1858,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1858
1858
|
readonly current: number;
|
|
1859
1859
|
};
|
|
1860
1860
|
UNSTABLE_virtual: {
|
|
1861
|
-
virtualItems: import("
|
|
1861
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1862
1862
|
totalSize: number;
|
|
1863
|
-
scrollToOffset: (index: number, options?: import("
|
|
1863
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1864
1864
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1865
1865
|
measure: () => void;
|
|
1866
1866
|
};
|
|
@@ -1874,7 +1874,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1874
1874
|
shouldGoToLastOfRow?: ((data: undefined, state: {
|
|
1875
1875
|
hiddenIds: string[];
|
|
1876
1876
|
nonInteractiveIds: string[];
|
|
1877
|
-
orientation: import("
|
|
1877
|
+
orientation: import("../..").Orientation;
|
|
1878
1878
|
itemSizeCache: Record<string, number>;
|
|
1879
1879
|
itemWidthCache: Record<string, number>;
|
|
1880
1880
|
containerSize: number;
|
|
@@ -1890,9 +1890,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1890
1890
|
readonly current: number;
|
|
1891
1891
|
};
|
|
1892
1892
|
UNSTABLE_virtual: {
|
|
1893
|
-
virtualItems: import("
|
|
1893
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1894
1894
|
totalSize: number;
|
|
1895
|
-
scrollToOffset: (index: number, options?: import("
|
|
1895
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1896
1896
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1897
1897
|
measure: () => void;
|
|
1898
1898
|
};
|
|
@@ -1906,7 +1906,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1906
1906
|
shouldGoToNextPage?: ((data: undefined, state: {
|
|
1907
1907
|
hiddenIds: string[];
|
|
1908
1908
|
nonInteractiveIds: string[];
|
|
1909
|
-
orientation: import("
|
|
1909
|
+
orientation: import("../..").Orientation;
|
|
1910
1910
|
itemSizeCache: Record<string, number>;
|
|
1911
1911
|
itemWidthCache: Record<string, number>;
|
|
1912
1912
|
containerSize: number;
|
|
@@ -1922,9 +1922,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1922
1922
|
readonly current: number;
|
|
1923
1923
|
};
|
|
1924
1924
|
UNSTABLE_virtual: {
|
|
1925
|
-
virtualItems: import("
|
|
1925
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1926
1926
|
totalSize: number;
|
|
1927
|
-
scrollToOffset: (index: number, options?: import("
|
|
1927
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1928
1928
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1929
1929
|
measure: () => void;
|
|
1930
1930
|
};
|
|
@@ -1938,7 +1938,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1938
1938
|
shouldGoToPreviousPage?: ((data: undefined, state: {
|
|
1939
1939
|
hiddenIds: string[];
|
|
1940
1940
|
nonInteractiveIds: string[];
|
|
1941
|
-
orientation: import("
|
|
1941
|
+
orientation: import("../..").Orientation;
|
|
1942
1942
|
itemSizeCache: Record<string, number>;
|
|
1943
1943
|
itemWidthCache: Record<string, number>;
|
|
1944
1944
|
containerSize: number;
|
|
@@ -1954,9 +1954,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1954
1954
|
readonly current: number;
|
|
1955
1955
|
};
|
|
1956
1956
|
UNSTABLE_virtual: {
|
|
1957
|
-
virtualItems: import("
|
|
1957
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1958
1958
|
totalSize: number;
|
|
1959
|
-
scrollToOffset: (index: number, options?: import("
|
|
1959
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1960
1960
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1961
1961
|
measure: () => void;
|
|
1962
1962
|
};
|
|
@@ -1973,7 +1973,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1973
1973
|
}, state: {
|
|
1974
1974
|
hiddenIds: string[];
|
|
1975
1975
|
nonInteractiveIds: string[];
|
|
1976
|
-
orientation: import("
|
|
1976
|
+
orientation: import("../..").Orientation;
|
|
1977
1977
|
itemSizeCache: Record<string, number>;
|
|
1978
1978
|
itemWidthCache: Record<string, number>;
|
|
1979
1979
|
containerSize: number;
|
|
@@ -1989,9 +1989,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1989
1989
|
readonly current: number;
|
|
1990
1990
|
};
|
|
1991
1991
|
UNSTABLE_virtual: {
|
|
1992
|
-
virtualItems: import("
|
|
1992
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1993
1993
|
totalSize: number;
|
|
1994
|
-
scrollToOffset: (index: number, options?: import("
|
|
1994
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1995
1995
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1996
1996
|
measure: () => void;
|
|
1997
1997
|
};
|
|
@@ -2007,7 +2007,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
2007
2007
|
}, state: {
|
|
2008
2008
|
hiddenIds: string[];
|
|
2009
2009
|
nonInteractiveIds: string[];
|
|
2010
|
-
orientation: import("
|
|
2010
|
+
orientation: import("../..").Orientation;
|
|
2011
2011
|
itemSizeCache: Record<string, number>;
|
|
2012
2012
|
itemWidthCache: Record<string, number>;
|
|
2013
2013
|
containerSize: number;
|
|
@@ -2023,9 +2023,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
2023
2023
|
readonly current: number;
|
|
2024
2024
|
};
|
|
2025
2025
|
UNSTABLE_virtual: {
|
|
2026
|
-
virtualItems: import("
|
|
2026
|
+
virtualItems: import("../..").VirtualItem[];
|
|
2027
2027
|
totalSize: number;
|
|
2028
|
-
scrollToOffset: (index: number, options?: import("
|
|
2028
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
2029
2029
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2030
2030
|
measure: () => void;
|
|
2031
2031
|
};
|
|
@@ -2041,7 +2041,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
2041
2041
|
}, state: {
|
|
2042
2042
|
hiddenIds: string[];
|
|
2043
2043
|
nonInteractiveIds: string[];
|
|
2044
|
-
orientation: import("
|
|
2044
|
+
orientation: import("../..").Orientation;
|
|
2045
2045
|
itemSizeCache: Record<string, number>;
|
|
2046
2046
|
itemWidthCache: Record<string, number>;
|
|
2047
2047
|
containerSize: number;
|
|
@@ -2057,9 +2057,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
2057
2057
|
readonly current: number;
|
|
2058
2058
|
};
|
|
2059
2059
|
UNSTABLE_virtual: {
|
|
2060
|
-
virtualItems: import("
|
|
2060
|
+
virtualItems: import("../..").VirtualItem[];
|
|
2061
2061
|
totalSize: number;
|
|
2062
|
-
scrollToOffset: (index: number, options?: import("
|
|
2062
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
2063
2063
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2064
2064
|
measure: () => void;
|
|
2065
2065
|
};
|
|
@@ -2074,7 +2074,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
2074
2074
|
state: {
|
|
2075
2075
|
hiddenIds: string[];
|
|
2076
2076
|
nonInteractiveIds: string[];
|
|
2077
|
-
orientation: import("
|
|
2077
|
+
orientation: import("../..").Orientation;
|
|
2078
2078
|
itemSizeCache: Record<string, number>;
|
|
2079
2079
|
itemWidthCache: Record<string, number>;
|
|
2080
2080
|
containerSize: number;
|
|
@@ -2090,9 +2090,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
2090
2090
|
readonly current: number;
|
|
2091
2091
|
};
|
|
2092
2092
|
UNSTABLE_virtual: {
|
|
2093
|
-
virtualItems: import("
|
|
2093
|
+
virtualItems: import("../..").VirtualItem[];
|
|
2094
2094
|
totalSize: number;
|
|
2095
|
-
scrollToOffset: (index: number, options?: import("
|
|
2095
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
2096
2096
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2097
2097
|
measure: () => void;
|
|
2098
2098
|
};
|
|
@@ -2195,9 +2195,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
2195
2195
|
readonly current: number;
|
|
2196
2196
|
};
|
|
2197
2197
|
UNSTABLE_virtual: {
|
|
2198
|
-
virtualItems: import("
|
|
2198
|
+
virtualItems: import("../..").VirtualItem[];
|
|
2199
2199
|
totalSize: number;
|
|
2200
|
-
scrollToOffset: (index: number, options?: import("
|
|
2200
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
2201
2201
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2202
2202
|
measure: () => void;
|
|
2203
2203
|
};
|
|
@@ -2251,12 +2251,12 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
2251
2251
|
value: number;
|
|
2252
2252
|
}): void;
|
|
2253
2253
|
};
|
|
2254
|
-
selection: import("
|
|
2255
|
-
navigation: import("
|
|
2254
|
+
selection: import("../..").SelectionManager;
|
|
2255
|
+
navigation: import("../..").NavigationManager;
|
|
2256
2256
|
getId: (item: any) => string;
|
|
2257
2257
|
};
|
|
2258
|
-
selection: import("
|
|
2259
|
-
navigation: import("
|
|
2258
|
+
selection: import("../..").SelectionManager;
|
|
2259
|
+
navigation: import("../..").NavigationManager;
|
|
2260
2260
|
getId: (item: any) => string;
|
|
2261
2261
|
}> & {
|
|
2262
2262
|
/**
|
|
@@ -2279,7 +2279,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
2279
2279
|
state: {
|
|
2280
2280
|
hiddenIds: string[];
|
|
2281
2281
|
nonInteractiveIds: string[];
|
|
2282
|
-
orientation: import("
|
|
2282
|
+
orientation: import("../..").Orientation;
|
|
2283
2283
|
itemSizeCache: Record<string, number>;
|
|
2284
2284
|
itemWidthCache: Record<string, number>;
|
|
2285
2285
|
containerSize: number;
|
|
@@ -2295,9 +2295,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
2295
2295
|
readonly current: number;
|
|
2296
2296
|
};
|
|
2297
2297
|
UNSTABLE_virtual: {
|
|
2298
|
-
virtualItems: import("
|
|
2298
|
+
virtualItems: import("../..").VirtualItem[];
|
|
2299
2299
|
totalSize: number;
|
|
2300
|
-
scrollToOffset: (index: number, options?: import("
|
|
2300
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
2301
2301
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2302
2302
|
measure: () => void;
|
|
2303
2303
|
};
|
|
@@ -2400,9 +2400,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
2400
2400
|
readonly current: number;
|
|
2401
2401
|
};
|
|
2402
2402
|
UNSTABLE_virtual: {
|
|
2403
|
-
virtualItems: import("
|
|
2403
|
+
virtualItems: import("../..").VirtualItem[];
|
|
2404
2404
|
totalSize: number;
|
|
2405
|
-
scrollToOffset: (index: number, options?: import("
|
|
2405
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
2406
2406
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2407
2407
|
measure: () => void;
|
|
2408
2408
|
};
|
|
@@ -2456,12 +2456,12 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
2456
2456
|
value: number;
|
|
2457
2457
|
}): void;
|
|
2458
2458
|
};
|
|
2459
|
-
selection: import("
|
|
2460
|
-
navigation: import("
|
|
2459
|
+
selection: import("../..").SelectionManager;
|
|
2460
|
+
navigation: import("../..").NavigationManager;
|
|
2461
2461
|
getId: (item: any) => string;
|
|
2462
2462
|
};
|
|
2463
|
-
selection: import("
|
|
2464
|
-
navigation: import("
|
|
2463
|
+
selection: import("../..").SelectionManager;
|
|
2464
|
+
navigation: import("../..").NavigationManager;
|
|
2465
2465
|
getId: (item: any) => string;
|
|
2466
2466
|
}>;
|
|
2467
2467
|
/**
|
|
@@ -2478,7 +2478,7 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
2478
2478
|
state: {
|
|
2479
2479
|
hiddenIds: string[];
|
|
2480
2480
|
nonInteractiveIds: string[];
|
|
2481
|
-
orientation: import("
|
|
2481
|
+
orientation: import("../..").Orientation;
|
|
2482
2482
|
itemSizeCache: Record<string, number>;
|
|
2483
2483
|
itemWidthCache: Record<string, number>;
|
|
2484
2484
|
containerSize: number;
|
|
@@ -2494,9 +2494,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
2494
2494
|
readonly current: number;
|
|
2495
2495
|
};
|
|
2496
2496
|
UNSTABLE_virtual: {
|
|
2497
|
-
virtualItems: import("
|
|
2497
|
+
virtualItems: import("../..").VirtualItem[];
|
|
2498
2498
|
totalSize: number;
|
|
2499
|
-
scrollToOffset: (index: number, options?: import("
|
|
2499
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
2500
2500
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2501
2501
|
measure: () => void;
|
|
2502
2502
|
};
|
|
@@ -2599,9 +2599,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
2599
2599
|
readonly current: number;
|
|
2600
2600
|
};
|
|
2601
2601
|
UNSTABLE_virtual: {
|
|
2602
|
-
virtualItems: import("
|
|
2602
|
+
virtualItems: import("../..").VirtualItem[];
|
|
2603
2603
|
totalSize: number;
|
|
2604
|
-
scrollToOffset: (index: number, options?: import("
|
|
2604
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
2605
2605
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2606
2606
|
measure: () => void;
|
|
2607
2607
|
};
|
|
@@ -2655,19 +2655,19 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
2655
2655
|
value: number;
|
|
2656
2656
|
}): void;
|
|
2657
2657
|
};
|
|
2658
|
-
selection: import("
|
|
2659
|
-
navigation: import("
|
|
2658
|
+
selection: import("../..").SelectionManager;
|
|
2659
|
+
navigation: import("../..").NavigationManager;
|
|
2660
2660
|
getId: (item: any) => string;
|
|
2661
2661
|
};
|
|
2662
|
-
selection: import("
|
|
2663
|
-
navigation: import("
|
|
2662
|
+
selection: import("../..").SelectionManager;
|
|
2663
|
+
navigation: import("../..").NavigationManager;
|
|
2664
2664
|
getId: (item: any) => string;
|
|
2665
2665
|
}>;
|
|
2666
2666
|
OverflowButton: import("@workday/canvas-kit-react/common").ElementComponentM<"button", import("./ActionBarOverflowButton").ActionBarOverflowButtonProps, {
|
|
2667
2667
|
state: {
|
|
2668
2668
|
hiddenIds: string[];
|
|
2669
2669
|
nonInteractiveIds: string[];
|
|
2670
|
-
orientation: import("
|
|
2670
|
+
orientation: import("../..").Orientation;
|
|
2671
2671
|
itemSizeCache: Record<string, number>;
|
|
2672
2672
|
itemWidthCache: Record<string, number>;
|
|
2673
2673
|
containerSize: number;
|
|
@@ -2683,9 +2683,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
2683
2683
|
readonly current: number;
|
|
2684
2684
|
};
|
|
2685
2685
|
UNSTABLE_virtual: {
|
|
2686
|
-
virtualItems: import("
|
|
2686
|
+
virtualItems: import("../..").VirtualItem[];
|
|
2687
2687
|
totalSize: number;
|
|
2688
|
-
scrollToOffset: (index: number, options?: import("
|
|
2688
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
2689
2689
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2690
2690
|
measure: () => void;
|
|
2691
2691
|
};
|
|
@@ -2788,9 +2788,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
2788
2788
|
readonly current: number;
|
|
2789
2789
|
};
|
|
2790
2790
|
UNSTABLE_virtual: {
|
|
2791
|
-
virtualItems: import("
|
|
2791
|
+
virtualItems: import("../..").VirtualItem[];
|
|
2792
2792
|
totalSize: number;
|
|
2793
|
-
scrollToOffset: (index: number, options?: import("
|
|
2793
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
2794
2794
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2795
2795
|
measure: () => void;
|
|
2796
2796
|
};
|
|
@@ -2844,12 +2844,12 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
2844
2844
|
value: number;
|
|
2845
2845
|
}): void;
|
|
2846
2846
|
};
|
|
2847
|
-
selection: import("
|
|
2848
|
-
navigation: import("
|
|
2847
|
+
selection: import("../..").SelectionManager;
|
|
2848
|
+
navigation: import("../..").NavigationManager;
|
|
2849
2849
|
getId: (item: any) => string;
|
|
2850
2850
|
};
|
|
2851
|
-
selection: import("
|
|
2852
|
-
navigation: import("
|
|
2851
|
+
selection: import("../..").SelectionManager;
|
|
2852
|
+
navigation: import("../..").NavigationManager;
|
|
2853
2853
|
getId: (item: any) => string;
|
|
2854
2854
|
}>;
|
|
2855
2855
|
/**
|
|
@@ -2871,17 +2871,17 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
2871
2871
|
initialFocusRef: React.RefObject<any> | undefined;
|
|
2872
2872
|
id: string;
|
|
2873
2873
|
initialVisibility: import("../..").Visibility;
|
|
2874
|
-
initialSelectedIds: import("
|
|
2874
|
+
initialSelectedIds: import("../..").SelectedIds;
|
|
2875
2875
|
initialUnselectedIds: string[];
|
|
2876
|
-
selection: import("
|
|
2876
|
+
selection: import("../..").SelectionManager;
|
|
2877
2877
|
initialCursorId: string;
|
|
2878
2878
|
columnCount: number;
|
|
2879
|
-
navigation: import("
|
|
2879
|
+
navigation: import("../..").NavigationManager;
|
|
2880
2880
|
pageSize: number;
|
|
2881
2881
|
getId: (item: any) => string;
|
|
2882
2882
|
getTextValue: (item: any) => string;
|
|
2883
2883
|
nonInteractiveIds: string[];
|
|
2884
|
-
orientation: import("
|
|
2884
|
+
orientation: import("../..").Orientation;
|
|
2885
2885
|
defaultItemHeight: number;
|
|
2886
2886
|
items: any[];
|
|
2887
2887
|
}> & {
|
|
@@ -2904,9 +2904,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
2904
2904
|
readonly current: number;
|
|
2905
2905
|
};
|
|
2906
2906
|
UNSTABLE_virtual: {
|
|
2907
|
-
virtualItems: import("
|
|
2907
|
+
virtualItems: import("../..").VirtualItem[];
|
|
2908
2908
|
totalSize: number;
|
|
2909
|
-
scrollToOffset: (index: number, options?: import("
|
|
2909
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
2910
2910
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2911
2911
|
measure: () => void;
|
|
2912
2912
|
};
|
|
@@ -2936,9 +2936,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
2936
2936
|
readonly current: number;
|
|
2937
2937
|
};
|
|
2938
2938
|
UNSTABLE_virtual: {
|
|
2939
|
-
virtualItems: import("
|
|
2939
|
+
virtualItems: import("../..").VirtualItem[];
|
|
2940
2940
|
totalSize: number;
|
|
2941
|
-
scrollToOffset: (index: number, options?: import("
|
|
2941
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
2942
2942
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2943
2943
|
measure: () => void;
|
|
2944
2944
|
};
|
|
@@ -2968,9 +2968,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
2968
2968
|
readonly current: number;
|
|
2969
2969
|
};
|
|
2970
2970
|
UNSTABLE_virtual: {
|
|
2971
|
-
virtualItems: import("
|
|
2971
|
+
virtualItems: import("../..").VirtualItem[];
|
|
2972
2972
|
totalSize: number;
|
|
2973
|
-
scrollToOffset: (index: number, options?: import("
|
|
2973
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
2974
2974
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2975
2975
|
measure: () => void;
|
|
2976
2976
|
};
|
|
@@ -3002,9 +3002,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
3002
3002
|
readonly current: number;
|
|
3003
3003
|
};
|
|
3004
3004
|
UNSTABLE_virtual: {
|
|
3005
|
-
virtualItems: import("
|
|
3005
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3006
3006
|
totalSize: number;
|
|
3007
|
-
scrollToOffset: (index: number, options?: import("
|
|
3007
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3008
3008
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3009
3009
|
measure: () => void;
|
|
3010
3010
|
};
|
|
@@ -3034,9 +3034,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
3034
3034
|
readonly current: number;
|
|
3035
3035
|
};
|
|
3036
3036
|
UNSTABLE_virtual: {
|
|
3037
|
-
virtualItems: import("
|
|
3037
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3038
3038
|
totalSize: number;
|
|
3039
|
-
scrollToOffset: (index: number, options?: import("
|
|
3039
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3040
3040
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3041
3041
|
measure: () => void;
|
|
3042
3042
|
};
|
|
@@ -3066,9 +3066,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
3066
3066
|
readonly current: number;
|
|
3067
3067
|
};
|
|
3068
3068
|
UNSTABLE_virtual: {
|
|
3069
|
-
virtualItems: import("
|
|
3069
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3070
3070
|
totalSize: number;
|
|
3071
|
-
scrollToOffset: (index: number, options?: import("
|
|
3071
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3072
3072
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3073
3073
|
measure: () => void;
|
|
3074
3074
|
};
|
|
@@ -3098,9 +3098,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
3098
3098
|
readonly current: number;
|
|
3099
3099
|
};
|
|
3100
3100
|
UNSTABLE_virtual: {
|
|
3101
|
-
virtualItems: import("
|
|
3101
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3102
3102
|
totalSize: number;
|
|
3103
|
-
scrollToOffset: (index: number, options?: import("
|
|
3103
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3104
3104
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3105
3105
|
measure: () => void;
|
|
3106
3106
|
};
|
|
@@ -3134,9 +3134,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
3134
3134
|
readonly current: number;
|
|
3135
3135
|
};
|
|
3136
3136
|
UNSTABLE_virtual: {
|
|
3137
|
-
virtualItems: import("
|
|
3137
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3138
3138
|
totalSize: number;
|
|
3139
|
-
scrollToOffset: (index: number, options?: import("
|
|
3139
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3140
3140
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3141
3141
|
measure: () => void;
|
|
3142
3142
|
};
|
|
@@ -3168,9 +3168,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
3168
3168
|
readonly current: number;
|
|
3169
3169
|
};
|
|
3170
3170
|
UNSTABLE_virtual: {
|
|
3171
|
-
virtualItems: import("
|
|
3171
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3172
3172
|
totalSize: number;
|
|
3173
|
-
scrollToOffset: (index: number, options?: import("
|
|
3173
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3174
3174
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3175
3175
|
measure: () => void;
|
|
3176
3176
|
};
|
|
@@ -3200,9 +3200,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
3200
3200
|
readonly current: number;
|
|
3201
3201
|
};
|
|
3202
3202
|
UNSTABLE_virtual: {
|
|
3203
|
-
virtualItems: import("
|
|
3203
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3204
3204
|
totalSize: number;
|
|
3205
|
-
scrollToOffset: (index: number, options?: import("
|
|
3205
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3206
3206
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3207
3207
|
measure: () => void;
|
|
3208
3208
|
};
|
|
@@ -3232,9 +3232,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
3232
3232
|
readonly current: number;
|
|
3233
3233
|
};
|
|
3234
3234
|
UNSTABLE_virtual: {
|
|
3235
|
-
virtualItems: import("
|
|
3235
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3236
3236
|
totalSize: number;
|
|
3237
|
-
scrollToOffset: (index: number, options?: import("
|
|
3237
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3238
3238
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3239
3239
|
measure: () => void;
|
|
3240
3240
|
};
|
|
@@ -3264,9 +3264,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
3264
3264
|
readonly current: number;
|
|
3265
3265
|
};
|
|
3266
3266
|
UNSTABLE_virtual: {
|
|
3267
|
-
virtualItems: import("
|
|
3267
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3268
3268
|
totalSize: number;
|
|
3269
|
-
scrollToOffset: (index: number, options?: import("
|
|
3269
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3270
3270
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3271
3271
|
measure: () => void;
|
|
3272
3272
|
};
|
|
@@ -3296,9 +3296,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
3296
3296
|
readonly current: number;
|
|
3297
3297
|
};
|
|
3298
3298
|
UNSTABLE_virtual: {
|
|
3299
|
-
virtualItems: import("
|
|
3299
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3300
3300
|
totalSize: number;
|
|
3301
|
-
scrollToOffset: (index: number, options?: import("
|
|
3301
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3302
3302
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3303
3303
|
measure: () => void;
|
|
3304
3304
|
};
|
|
@@ -3328,9 +3328,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
3328
3328
|
readonly current: number;
|
|
3329
3329
|
};
|
|
3330
3330
|
UNSTABLE_virtual: {
|
|
3331
|
-
virtualItems: import("
|
|
3331
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3332
3332
|
totalSize: number;
|
|
3333
|
-
scrollToOffset: (index: number, options?: import("
|
|
3333
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3334
3334
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3335
3335
|
measure: () => void;
|
|
3336
3336
|
};
|
|
@@ -3360,9 +3360,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
3360
3360
|
readonly current: number;
|
|
3361
3361
|
};
|
|
3362
3362
|
UNSTABLE_virtual: {
|
|
3363
|
-
virtualItems: import("
|
|
3363
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3364
3364
|
totalSize: number;
|
|
3365
|
-
scrollToOffset: (index: number, options?: import("
|
|
3365
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3366
3366
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3367
3367
|
measure: () => void;
|
|
3368
3368
|
};
|
|
@@ -3392,9 +3392,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
3392
3392
|
readonly current: number;
|
|
3393
3393
|
};
|
|
3394
3394
|
UNSTABLE_virtual: {
|
|
3395
|
-
virtualItems: import("
|
|
3395
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3396
3396
|
totalSize: number;
|
|
3397
|
-
scrollToOffset: (index: number, options?: import("
|
|
3397
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3398
3398
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3399
3399
|
measure: () => void;
|
|
3400
3400
|
};
|
|
@@ -3424,9 +3424,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
3424
3424
|
readonly current: number;
|
|
3425
3425
|
};
|
|
3426
3426
|
UNSTABLE_virtual: {
|
|
3427
|
-
virtualItems: import("
|
|
3427
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3428
3428
|
totalSize: number;
|
|
3429
|
-
scrollToOffset: (index: number, options?: import("
|
|
3429
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3430
3430
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3431
3431
|
measure: () => void;
|
|
3432
3432
|
};
|
|
@@ -3456,9 +3456,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
3456
3456
|
readonly current: number;
|
|
3457
3457
|
};
|
|
3458
3458
|
UNSTABLE_virtual: {
|
|
3459
|
-
virtualItems: import("
|
|
3459
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3460
3460
|
totalSize: number;
|
|
3461
|
-
scrollToOffset: (index: number, options?: import("
|
|
3461
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3462
3462
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3463
3463
|
measure: () => void;
|
|
3464
3464
|
};
|
|
@@ -3488,9 +3488,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
3488
3488
|
readonly current: number;
|
|
3489
3489
|
};
|
|
3490
3490
|
UNSTABLE_virtual: {
|
|
3491
|
-
virtualItems: import("
|
|
3491
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3492
3492
|
totalSize: number;
|
|
3493
|
-
scrollToOffset: (index: number, options?: import("
|
|
3493
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3494
3494
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3495
3495
|
measure: () => void;
|
|
3496
3496
|
};
|
|
@@ -3523,9 +3523,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
3523
3523
|
readonly current: number;
|
|
3524
3524
|
};
|
|
3525
3525
|
UNSTABLE_virtual: {
|
|
3526
|
-
virtualItems: import("
|
|
3526
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3527
3527
|
totalSize: number;
|
|
3528
|
-
scrollToOffset: (index: number, options?: import("
|
|
3528
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3529
3529
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3530
3530
|
measure: () => void;
|
|
3531
3531
|
};
|
|
@@ -3557,9 +3557,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
3557
3557
|
readonly current: number;
|
|
3558
3558
|
};
|
|
3559
3559
|
UNSTABLE_virtual: {
|
|
3560
|
-
virtualItems: import("
|
|
3560
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3561
3561
|
totalSize: number;
|
|
3562
|
-
scrollToOffset: (index: number, options?: import("
|
|
3562
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3563
3563
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3564
3564
|
measure: () => void;
|
|
3565
3565
|
};
|
|
@@ -3591,9 +3591,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
3591
3591
|
readonly current: number;
|
|
3592
3592
|
};
|
|
3593
3593
|
UNSTABLE_virtual: {
|
|
3594
|
-
virtualItems: import("
|
|
3594
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3595
3595
|
totalSize: number;
|
|
3596
|
-
scrollToOffset: (index: number, options?: import("
|
|
3596
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3597
3597
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3598
3598
|
measure: () => void;
|
|
3599
3599
|
};
|
|
@@ -3626,9 +3626,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
3626
3626
|
readonly current: number;
|
|
3627
3627
|
};
|
|
3628
3628
|
UNSTABLE_virtual: {
|
|
3629
|
-
virtualItems: import("
|
|
3629
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3630
3630
|
totalSize: number;
|
|
3631
|
-
scrollToOffset: (index: number, options?: import("
|
|
3631
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3632
3632
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3633
3633
|
measure: () => void;
|
|
3634
3634
|
};
|
|
@@ -3658,9 +3658,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
3658
3658
|
readonly current: number;
|
|
3659
3659
|
};
|
|
3660
3660
|
UNSTABLE_virtual: {
|
|
3661
|
-
virtualItems: import("
|
|
3661
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3662
3662
|
totalSize: number;
|
|
3663
|
-
scrollToOffset: (index: number, options?: import("
|
|
3663
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3664
3664
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3665
3665
|
measure: () => void;
|
|
3666
3666
|
};
|
|
@@ -3690,9 +3690,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
3690
3690
|
readonly current: number;
|
|
3691
3691
|
};
|
|
3692
3692
|
UNSTABLE_virtual: {
|
|
3693
|
-
virtualItems: import("
|
|
3693
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3694
3694
|
totalSize: number;
|
|
3695
|
-
scrollToOffset: (index: number, options?: import("
|
|
3695
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3696
3696
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3697
3697
|
measure: () => void;
|
|
3698
3698
|
};
|
|
@@ -3724,9 +3724,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
3724
3724
|
readonly current: number;
|
|
3725
3725
|
};
|
|
3726
3726
|
UNSTABLE_virtual: {
|
|
3727
|
-
virtualItems: import("
|
|
3727
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3728
3728
|
totalSize: number;
|
|
3729
|
-
scrollToOffset: (index: number, options?: import("
|
|
3729
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3730
3730
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3731
3731
|
measure: () => void;
|
|
3732
3732
|
};
|
|
@@ -3756,9 +3756,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
3756
3756
|
readonly current: number;
|
|
3757
3757
|
};
|
|
3758
3758
|
UNSTABLE_virtual: {
|
|
3759
|
-
virtualItems: import("
|
|
3759
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3760
3760
|
totalSize: number;
|
|
3761
|
-
scrollToOffset: (index: number, options?: import("
|
|
3761
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3762
3762
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3763
3763
|
measure: () => void;
|
|
3764
3764
|
};
|
|
@@ -3788,9 +3788,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
3788
3788
|
readonly current: number;
|
|
3789
3789
|
};
|
|
3790
3790
|
UNSTABLE_virtual: {
|
|
3791
|
-
virtualItems: import("
|
|
3791
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3792
3792
|
totalSize: number;
|
|
3793
|
-
scrollToOffset: (index: number, options?: import("
|
|
3793
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3794
3794
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3795
3795
|
measure: () => void;
|
|
3796
3796
|
};
|
|
@@ -3820,9 +3820,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
3820
3820
|
readonly current: number;
|
|
3821
3821
|
};
|
|
3822
3822
|
UNSTABLE_virtual: {
|
|
3823
|
-
virtualItems: import("
|
|
3823
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3824
3824
|
totalSize: number;
|
|
3825
|
-
scrollToOffset: (index: number, options?: import("
|
|
3825
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3826
3826
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3827
3827
|
measure: () => void;
|
|
3828
3828
|
};
|
|
@@ -3856,9 +3856,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
3856
3856
|
readonly current: number;
|
|
3857
3857
|
};
|
|
3858
3858
|
UNSTABLE_virtual: {
|
|
3859
|
-
virtualItems: import("
|
|
3859
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3860
3860
|
totalSize: number;
|
|
3861
|
-
scrollToOffset: (index: number, options?: import("
|
|
3861
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3862
3862
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3863
3863
|
measure: () => void;
|
|
3864
3864
|
};
|
|
@@ -3890,9 +3890,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
3890
3890
|
readonly current: number;
|
|
3891
3891
|
};
|
|
3892
3892
|
UNSTABLE_virtual: {
|
|
3893
|
-
virtualItems: import("
|
|
3893
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3894
3894
|
totalSize: number;
|
|
3895
|
-
scrollToOffset: (index: number, options?: import("
|
|
3895
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3896
3896
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3897
3897
|
measure: () => void;
|
|
3898
3898
|
};
|
|
@@ -3922,9 +3922,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
3922
3922
|
readonly current: number;
|
|
3923
3923
|
};
|
|
3924
3924
|
UNSTABLE_virtual: {
|
|
3925
|
-
virtualItems: import("
|
|
3925
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3926
3926
|
totalSize: number;
|
|
3927
|
-
scrollToOffset: (index: number, options?: import("
|
|
3927
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3928
3928
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3929
3929
|
measure: () => void;
|
|
3930
3930
|
};
|
|
@@ -3954,9 +3954,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
3954
3954
|
readonly current: number;
|
|
3955
3955
|
};
|
|
3956
3956
|
UNSTABLE_virtual: {
|
|
3957
|
-
virtualItems: import("
|
|
3957
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3958
3958
|
totalSize: number;
|
|
3959
|
-
scrollToOffset: (index: number, options?: import("
|
|
3959
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3960
3960
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3961
3961
|
measure: () => void;
|
|
3962
3962
|
};
|
|
@@ -3986,9 +3986,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
3986
3986
|
readonly current: number;
|
|
3987
3987
|
};
|
|
3988
3988
|
UNSTABLE_virtual: {
|
|
3989
|
-
virtualItems: import("
|
|
3989
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3990
3990
|
totalSize: number;
|
|
3991
|
-
scrollToOffset: (index: number, options?: import("
|
|
3991
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3992
3992
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3993
3993
|
measure: () => void;
|
|
3994
3994
|
};
|
|
@@ -4018,9 +4018,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
4018
4018
|
readonly current: number;
|
|
4019
4019
|
};
|
|
4020
4020
|
UNSTABLE_virtual: {
|
|
4021
|
-
virtualItems: import("
|
|
4021
|
+
virtualItems: import("../..").VirtualItem[];
|
|
4022
4022
|
totalSize: number;
|
|
4023
|
-
scrollToOffset: (index: number, options?: import("
|
|
4023
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
4024
4024
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
4025
4025
|
measure: () => void;
|
|
4026
4026
|
};
|
|
@@ -4050,9 +4050,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
4050
4050
|
readonly current: number;
|
|
4051
4051
|
};
|
|
4052
4052
|
UNSTABLE_virtual: {
|
|
4053
|
-
virtualItems: import("
|
|
4053
|
+
virtualItems: import("../..").VirtualItem[];
|
|
4054
4054
|
totalSize: number;
|
|
4055
|
-
scrollToOffset: (index: number, options?: import("
|
|
4055
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
4056
4056
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
4057
4057
|
measure: () => void;
|
|
4058
4058
|
};
|
|
@@ -4082,9 +4082,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
4082
4082
|
readonly current: number;
|
|
4083
4083
|
};
|
|
4084
4084
|
UNSTABLE_virtual: {
|
|
4085
|
-
virtualItems: import("
|
|
4085
|
+
virtualItems: import("../..").VirtualItem[];
|
|
4086
4086
|
totalSize: number;
|
|
4087
|
-
scrollToOffset: (index: number, options?: import("
|
|
4087
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
4088
4088
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
4089
4089
|
measure: () => void;
|
|
4090
4090
|
};
|
|
@@ -4114,9 +4114,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
4114
4114
|
readonly current: number;
|
|
4115
4115
|
};
|
|
4116
4116
|
UNSTABLE_virtual: {
|
|
4117
|
-
virtualItems: import("
|
|
4117
|
+
virtualItems: import("../..").VirtualItem[];
|
|
4118
4118
|
totalSize: number;
|
|
4119
|
-
scrollToOffset: (index: number, options?: import("
|
|
4119
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
4120
4120
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
4121
4121
|
measure: () => void;
|
|
4122
4122
|
};
|
|
@@ -4146,9 +4146,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
4146
4146
|
readonly current: number;
|
|
4147
4147
|
};
|
|
4148
4148
|
UNSTABLE_virtual: {
|
|
4149
|
-
virtualItems: import("
|
|
4149
|
+
virtualItems: import("../..").VirtualItem[];
|
|
4150
4150
|
totalSize: number;
|
|
4151
|
-
scrollToOffset: (index: number, options?: import("
|
|
4151
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
4152
4152
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
4153
4153
|
measure: () => void;
|
|
4154
4154
|
};
|
|
@@ -4178,9 +4178,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
4178
4178
|
readonly current: number;
|
|
4179
4179
|
};
|
|
4180
4180
|
UNSTABLE_virtual: {
|
|
4181
|
-
virtualItems: import("
|
|
4181
|
+
virtualItems: import("../..").VirtualItem[];
|
|
4182
4182
|
totalSize: number;
|
|
4183
|
-
scrollToOffset: (index: number, options?: import("
|
|
4183
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
4184
4184
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
4185
4185
|
measure: () => void;
|
|
4186
4186
|
};
|
|
@@ -4210,9 +4210,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
4210
4210
|
readonly current: number;
|
|
4211
4211
|
};
|
|
4212
4212
|
UNSTABLE_virtual: {
|
|
4213
|
-
virtualItems: import("
|
|
4213
|
+
virtualItems: import("../..").VirtualItem[];
|
|
4214
4214
|
totalSize: number;
|
|
4215
|
-
scrollToOffset: (index: number, options?: import("
|
|
4215
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
4216
4216
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
4217
4217
|
measure: () => void;
|
|
4218
4218
|
};
|
|
@@ -4245,9 +4245,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
4245
4245
|
readonly current: number;
|
|
4246
4246
|
};
|
|
4247
4247
|
UNSTABLE_virtual: {
|
|
4248
|
-
virtualItems: import("
|
|
4248
|
+
virtualItems: import("../..").VirtualItem[];
|
|
4249
4249
|
totalSize: number;
|
|
4250
|
-
scrollToOffset: (index: number, options?: import("
|
|
4250
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
4251
4251
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
4252
4252
|
measure: () => void;
|
|
4253
4253
|
};
|
|
@@ -4279,9 +4279,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
4279
4279
|
readonly current: number;
|
|
4280
4280
|
};
|
|
4281
4281
|
UNSTABLE_virtual: {
|
|
4282
|
-
virtualItems: import("
|
|
4282
|
+
virtualItems: import("../..").VirtualItem[];
|
|
4283
4283
|
totalSize: number;
|
|
4284
|
-
scrollToOffset: (index: number, options?: import("
|
|
4284
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
4285
4285
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
4286
4286
|
measure: () => void;
|
|
4287
4287
|
};
|
|
@@ -4313,9 +4313,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
4313
4313
|
readonly current: number;
|
|
4314
4314
|
};
|
|
4315
4315
|
UNSTABLE_virtual: {
|
|
4316
|
-
virtualItems: import("
|
|
4316
|
+
virtualItems: import("../..").VirtualItem[];
|
|
4317
4317
|
totalSize: number;
|
|
4318
|
-
scrollToOffset: (index: number, options?: import("
|
|
4318
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
4319
4319
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
4320
4320
|
measure: () => void;
|
|
4321
4321
|
};
|
|
@@ -4346,9 +4346,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
4346
4346
|
readonly current: number;
|
|
4347
4347
|
};
|
|
4348
4348
|
UNSTABLE_virtual: {
|
|
4349
|
-
virtualItems: import("
|
|
4349
|
+
virtualItems: import("../..").VirtualItem[];
|
|
4350
4350
|
totalSize: number;
|
|
4351
|
-
scrollToOffset: (index: number, options?: import("
|
|
4351
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
4352
4352
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
4353
4353
|
measure: () => void;
|
|
4354
4354
|
};
|
|
@@ -4402,8 +4402,8 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
4402
4402
|
value: number;
|
|
4403
4403
|
}): void;
|
|
4404
4404
|
};
|
|
4405
|
-
selection: import("
|
|
4406
|
-
navigation: import("
|
|
4405
|
+
selection: import("../..").SelectionManager;
|
|
4406
|
+
navigation: import("../..").NavigationManager;
|
|
4407
4407
|
getId: (item: any) => string;
|
|
4408
4408
|
}> & {
|
|
4409
4409
|
Target: import("@workday/canvas-kit-react/common").ElementComponentM<import("@workday/canvas-kit-react/common").ElementComponent<"button", import("../..").SecondaryButtonProps>, import("../../menu/lib/MenuTarget").MenuTargetProps, {
|
|
@@ -4424,9 +4424,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
4424
4424
|
readonly current: number;
|
|
4425
4425
|
};
|
|
4426
4426
|
UNSTABLE_virtual: {
|
|
4427
|
-
virtualItems: import("
|
|
4427
|
+
virtualItems: import("../..").VirtualItem[];
|
|
4428
4428
|
totalSize: number;
|
|
4429
|
-
scrollToOffset: (index: number, options?: import("
|
|
4429
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
4430
4430
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
4431
4431
|
measure: () => void;
|
|
4432
4432
|
};
|
|
@@ -4480,8 +4480,8 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
4480
4480
|
value: number;
|
|
4481
4481
|
}): void;
|
|
4482
4482
|
};
|
|
4483
|
-
selection: import("
|
|
4484
|
-
navigation: import("
|
|
4483
|
+
selection: import("../..").SelectionManager;
|
|
4484
|
+
navigation: import("../..").NavigationManager;
|
|
4485
4485
|
getId: (item: any) => string;
|
|
4486
4486
|
}>;
|
|
4487
4487
|
Card: import("@workday/canvas-kit-react/common").ElementComponentM<"div", import("../../menu/lib/MenuCard").MenuCardProps, {
|
|
@@ -4502,9 +4502,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
4502
4502
|
readonly current: number;
|
|
4503
4503
|
};
|
|
4504
4504
|
UNSTABLE_virtual: {
|
|
4505
|
-
virtualItems: import("
|
|
4505
|
+
virtualItems: import("../..").VirtualItem[];
|
|
4506
4506
|
totalSize: number;
|
|
4507
|
-
scrollToOffset: (index: number, options?: import("
|
|
4507
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
4508
4508
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
4509
4509
|
measure: () => void;
|
|
4510
4510
|
};
|
|
@@ -4558,8 +4558,8 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
4558
4558
|
value: number;
|
|
4559
4559
|
}): void;
|
|
4560
4560
|
};
|
|
4561
|
-
selection: import("
|
|
4562
|
-
navigation: import("
|
|
4561
|
+
selection: import("../..").SelectionManager;
|
|
4562
|
+
navigation: import("../..").NavigationManager;
|
|
4563
4563
|
getId: (item: any) => string;
|
|
4564
4564
|
}>;
|
|
4565
4565
|
List: import("@workday/canvas-kit-react/common").ElementComponentM<"div", import("../../menu/lib/MenuList").MenuListProps<any>, {
|
|
@@ -4580,9 +4580,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
4580
4580
|
readonly current: number;
|
|
4581
4581
|
};
|
|
4582
4582
|
UNSTABLE_virtual: {
|
|
4583
|
-
virtualItems: import("
|
|
4583
|
+
virtualItems: import("../..").VirtualItem[];
|
|
4584
4584
|
totalSize: number;
|
|
4585
|
-
scrollToOffset: (index: number, options?: import("
|
|
4585
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
4586
4586
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
4587
4587
|
measure: () => void;
|
|
4588
4588
|
};
|
|
@@ -4636,8 +4636,8 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
4636
4636
|
value: number;
|
|
4637
4637
|
}): void;
|
|
4638
4638
|
};
|
|
4639
|
-
selection: import("
|
|
4640
|
-
navigation: import("
|
|
4639
|
+
selection: import("../..").SelectionManager;
|
|
4640
|
+
navigation: import("../..").NavigationManager;
|
|
4641
4641
|
getId: (item: any) => string;
|
|
4642
4642
|
}>;
|
|
4643
4643
|
Item: import("@workday/canvas-kit-react/common").ElementComponentM<"button", import("../../menu/lib/MenuItem").MenuItemProps, {
|
|
@@ -4658,9 +4658,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
4658
4658
|
readonly current: number;
|
|
4659
4659
|
};
|
|
4660
4660
|
UNSTABLE_virtual: {
|
|
4661
|
-
virtualItems: import("
|
|
4661
|
+
virtualItems: import("../..").VirtualItem[];
|
|
4662
4662
|
totalSize: number;
|
|
4663
|
-
scrollToOffset: (index: number, options?: import("
|
|
4663
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
4664
4664
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
4665
4665
|
measure: () => void;
|
|
4666
4666
|
};
|
|
@@ -4714,8 +4714,8 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
4714
4714
|
value: number;
|
|
4715
4715
|
}): void;
|
|
4716
4716
|
};
|
|
4717
|
-
selection: import("
|
|
4718
|
-
navigation: import("
|
|
4717
|
+
selection: import("../..").SelectionManager;
|
|
4718
|
+
navigation: import("../..").NavigationManager;
|
|
4719
4719
|
getId: (item: any) => string;
|
|
4720
4720
|
}> & {
|
|
4721
4721
|
Icon: (elemProps: import("../..").SystemIconProps) => React.JSX.Element;
|
|
@@ -4741,9 +4741,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
4741
4741
|
readonly current: number;
|
|
4742
4742
|
};
|
|
4743
4743
|
UNSTABLE_virtual: {
|
|
4744
|
-
virtualItems: import("
|
|
4744
|
+
virtualItems: import("../..").VirtualItem[];
|
|
4745
4745
|
totalSize: number;
|
|
4746
|
-
scrollToOffset: (index: number, options?: import("
|
|
4746
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
4747
4747
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
4748
4748
|
measure: () => void;
|
|
4749
4749
|
};
|
|
@@ -4797,8 +4797,8 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
4797
4797
|
value: number;
|
|
4798
4798
|
}): void;
|
|
4799
4799
|
};
|
|
4800
|
-
selection: import("
|
|
4801
|
-
navigation: import("
|
|
4800
|
+
selection: import("../..").SelectionManager;
|
|
4801
|
+
navigation: import("../..").NavigationManager;
|
|
4802
4802
|
getId: (item: any) => string;
|
|
4803
4803
|
}> & {
|
|
4804
4804
|
Icon: (elemProps: import("../..").SystemIconProps) => React.JSX.Element;
|
|
@@ -4825,9 +4825,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
4825
4825
|
readonly current: number;
|
|
4826
4826
|
};
|
|
4827
4827
|
UNSTABLE_virtual: {
|
|
4828
|
-
virtualItems: import("
|
|
4828
|
+
virtualItems: import("../..").VirtualItem[];
|
|
4829
4829
|
totalSize: number;
|
|
4830
|
-
scrollToOffset: (index: number, options?: import("
|
|
4830
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
4831
4831
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
4832
4832
|
measure: () => void;
|
|
4833
4833
|
};
|
|
@@ -4881,8 +4881,8 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
4881
4881
|
value: number;
|
|
4882
4882
|
}): void;
|
|
4883
4883
|
};
|
|
4884
|
-
selection: import("
|
|
4885
|
-
navigation: import("
|
|
4884
|
+
selection: import("../..").SelectionManager;
|
|
4885
|
+
navigation: import("../..").NavigationManager;
|
|
4886
4886
|
getId: (item: any) => string;
|
|
4887
4887
|
}>;
|
|
4888
4888
|
Popper: import("@workday/canvas-kit-react/common").ElementComponentM<"div", import("../../menu/lib/MenuPopper").MenuPopperProps, {
|
|
@@ -4903,9 +4903,9 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
4903
4903
|
readonly current: number;
|
|
4904
4904
|
};
|
|
4905
4905
|
UNSTABLE_virtual: {
|
|
4906
|
-
virtualItems: import("
|
|
4906
|
+
virtualItems: import("../..").VirtualItem[];
|
|
4907
4907
|
totalSize: number;
|
|
4908
|
-
scrollToOffset: (index: number, options?: import("
|
|
4908
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
4909
4909
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
4910
4910
|
measure: () => void;
|
|
4911
4911
|
};
|
|
@@ -4959,8 +4959,8 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
4959
4959
|
value: number;
|
|
4960
4960
|
}): void;
|
|
4961
4961
|
};
|
|
4962
|
-
selection: import("
|
|
4963
|
-
navigation: import("
|
|
4962
|
+
selection: import("../..").SelectionManager;
|
|
4963
|
+
navigation: import("../..").NavigationManager;
|
|
4964
4964
|
getId: (item: any) => string;
|
|
4965
4965
|
}>;
|
|
4966
4966
|
};
|