@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
|
@@ -34,7 +34,7 @@ export interface TabsProps {
|
|
|
34
34
|
export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM<TabsProps & Partial<{
|
|
35
35
|
id: string;
|
|
36
36
|
initialTab: string;
|
|
37
|
-
orientation: import("
|
|
37
|
+
orientation: import("../..").Orientation;
|
|
38
38
|
menuConfig: Partial<{
|
|
39
39
|
mode: "multiple" | "single";
|
|
40
40
|
shouldVirtualize: boolean;
|
|
@@ -42,17 +42,17 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
42
42
|
initialFocusRef: React.RefObject<any> | undefined;
|
|
43
43
|
id: string;
|
|
44
44
|
initialVisibility: import("../..").Visibility;
|
|
45
|
-
initialSelectedIds: import("
|
|
45
|
+
initialSelectedIds: import("../..").SelectedIds;
|
|
46
46
|
initialUnselectedIds: string[];
|
|
47
|
-
selection: import("
|
|
47
|
+
selection: import("../..").SelectionManager;
|
|
48
48
|
initialCursorId: string;
|
|
49
49
|
columnCount: number;
|
|
50
|
-
navigation: import("
|
|
50
|
+
navigation: import("../..").NavigationManager;
|
|
51
51
|
pageSize: number;
|
|
52
52
|
getId: (item: any) => string;
|
|
53
53
|
getTextValue: (item: any) => string;
|
|
54
54
|
nonInteractiveIds: string[];
|
|
55
|
-
orientation: import("
|
|
55
|
+
orientation: import("../..").Orientation;
|
|
56
56
|
defaultItemHeight: number;
|
|
57
57
|
items: any[];
|
|
58
58
|
}> & {
|
|
@@ -75,9 +75,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
75
75
|
readonly current: number;
|
|
76
76
|
};
|
|
77
77
|
UNSTABLE_virtual: {
|
|
78
|
-
virtualItems: import("
|
|
78
|
+
virtualItems: import("../..").VirtualItem[];
|
|
79
79
|
totalSize: number;
|
|
80
|
-
scrollToOffset: (index: number, options?: import("
|
|
80
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
81
81
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
82
82
|
measure: () => void;
|
|
83
83
|
};
|
|
@@ -107,9 +107,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
107
107
|
readonly current: number;
|
|
108
108
|
};
|
|
109
109
|
UNSTABLE_virtual: {
|
|
110
|
-
virtualItems: import("
|
|
110
|
+
virtualItems: import("../..").VirtualItem[];
|
|
111
111
|
totalSize: number;
|
|
112
|
-
scrollToOffset: (index: number, options?: import("
|
|
112
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
113
113
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
114
114
|
measure: () => void;
|
|
115
115
|
};
|
|
@@ -139,9 +139,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
139
139
|
readonly current: number;
|
|
140
140
|
};
|
|
141
141
|
UNSTABLE_virtual: {
|
|
142
|
-
virtualItems: import("
|
|
142
|
+
virtualItems: import("../..").VirtualItem[];
|
|
143
143
|
totalSize: number;
|
|
144
|
-
scrollToOffset: (index: number, options?: import("
|
|
144
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
145
145
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
146
146
|
measure: () => void;
|
|
147
147
|
};
|
|
@@ -173,9 +173,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
173
173
|
readonly current: number;
|
|
174
174
|
};
|
|
175
175
|
UNSTABLE_virtual: {
|
|
176
|
-
virtualItems: import("
|
|
176
|
+
virtualItems: import("../..").VirtualItem[];
|
|
177
177
|
totalSize: number;
|
|
178
|
-
scrollToOffset: (index: number, options?: import("
|
|
178
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
179
179
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
180
180
|
measure: () => void;
|
|
181
181
|
};
|
|
@@ -205,9 +205,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
205
205
|
readonly current: number;
|
|
206
206
|
};
|
|
207
207
|
UNSTABLE_virtual: {
|
|
208
|
-
virtualItems: import("
|
|
208
|
+
virtualItems: import("../..").VirtualItem[];
|
|
209
209
|
totalSize: number;
|
|
210
|
-
scrollToOffset: (index: number, options?: import("
|
|
210
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
211
211
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
212
212
|
measure: () => void;
|
|
213
213
|
};
|
|
@@ -237,9 +237,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
237
237
|
readonly current: number;
|
|
238
238
|
};
|
|
239
239
|
UNSTABLE_virtual: {
|
|
240
|
-
virtualItems: import("
|
|
240
|
+
virtualItems: import("../..").VirtualItem[];
|
|
241
241
|
totalSize: number;
|
|
242
|
-
scrollToOffset: (index: number, options?: import("
|
|
242
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
243
243
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
244
244
|
measure: () => void;
|
|
245
245
|
};
|
|
@@ -269,9 +269,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
269
269
|
readonly current: number;
|
|
270
270
|
};
|
|
271
271
|
UNSTABLE_virtual: {
|
|
272
|
-
virtualItems: import("
|
|
272
|
+
virtualItems: import("../..").VirtualItem[];
|
|
273
273
|
totalSize: number;
|
|
274
|
-
scrollToOffset: (index: number, options?: import("
|
|
274
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
275
275
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
276
276
|
measure: () => void;
|
|
277
277
|
};
|
|
@@ -305,9 +305,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
305
305
|
readonly current: number;
|
|
306
306
|
};
|
|
307
307
|
UNSTABLE_virtual: {
|
|
308
|
-
virtualItems: import("
|
|
308
|
+
virtualItems: import("../..").VirtualItem[];
|
|
309
309
|
totalSize: number;
|
|
310
|
-
scrollToOffset: (index: number, options?: import("
|
|
310
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
311
311
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
312
312
|
measure: () => void;
|
|
313
313
|
};
|
|
@@ -339,9 +339,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
339
339
|
readonly current: number;
|
|
340
340
|
};
|
|
341
341
|
UNSTABLE_virtual: {
|
|
342
|
-
virtualItems: import("
|
|
342
|
+
virtualItems: import("../..").VirtualItem[];
|
|
343
343
|
totalSize: number;
|
|
344
|
-
scrollToOffset: (index: number, options?: import("
|
|
344
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
345
345
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
346
346
|
measure: () => void;
|
|
347
347
|
};
|
|
@@ -371,9 +371,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
371
371
|
readonly current: number;
|
|
372
372
|
};
|
|
373
373
|
UNSTABLE_virtual: {
|
|
374
|
-
virtualItems: import("
|
|
374
|
+
virtualItems: import("../..").VirtualItem[];
|
|
375
375
|
totalSize: number;
|
|
376
|
-
scrollToOffset: (index: number, options?: import("
|
|
376
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
377
377
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
378
378
|
measure: () => void;
|
|
379
379
|
};
|
|
@@ -403,9 +403,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
403
403
|
readonly current: number;
|
|
404
404
|
};
|
|
405
405
|
UNSTABLE_virtual: {
|
|
406
|
-
virtualItems: import("
|
|
406
|
+
virtualItems: import("../..").VirtualItem[];
|
|
407
407
|
totalSize: number;
|
|
408
|
-
scrollToOffset: (index: number, options?: import("
|
|
408
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
409
409
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
410
410
|
measure: () => void;
|
|
411
411
|
};
|
|
@@ -435,9 +435,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
435
435
|
readonly current: number;
|
|
436
436
|
};
|
|
437
437
|
UNSTABLE_virtual: {
|
|
438
|
-
virtualItems: import("
|
|
438
|
+
virtualItems: import("../..").VirtualItem[];
|
|
439
439
|
totalSize: number;
|
|
440
|
-
scrollToOffset: (index: number, options?: import("
|
|
440
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
441
441
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
442
442
|
measure: () => void;
|
|
443
443
|
};
|
|
@@ -467,9 +467,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
467
467
|
readonly current: number;
|
|
468
468
|
};
|
|
469
469
|
UNSTABLE_virtual: {
|
|
470
|
-
virtualItems: import("
|
|
470
|
+
virtualItems: import("../..").VirtualItem[];
|
|
471
471
|
totalSize: number;
|
|
472
|
-
scrollToOffset: (index: number, options?: import("
|
|
472
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
473
473
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
474
474
|
measure: () => void;
|
|
475
475
|
};
|
|
@@ -499,9 +499,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
499
499
|
readonly current: number;
|
|
500
500
|
};
|
|
501
501
|
UNSTABLE_virtual: {
|
|
502
|
-
virtualItems: import("
|
|
502
|
+
virtualItems: import("../..").VirtualItem[];
|
|
503
503
|
totalSize: number;
|
|
504
|
-
scrollToOffset: (index: number, options?: import("
|
|
504
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
505
505
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
506
506
|
measure: () => void;
|
|
507
507
|
};
|
|
@@ -531,9 +531,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
531
531
|
readonly current: number;
|
|
532
532
|
};
|
|
533
533
|
UNSTABLE_virtual: {
|
|
534
|
-
virtualItems: import("
|
|
534
|
+
virtualItems: import("../..").VirtualItem[];
|
|
535
535
|
totalSize: number;
|
|
536
|
-
scrollToOffset: (index: number, options?: import("
|
|
536
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
537
537
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
538
538
|
measure: () => void;
|
|
539
539
|
};
|
|
@@ -563,9 +563,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
563
563
|
readonly current: number;
|
|
564
564
|
};
|
|
565
565
|
UNSTABLE_virtual: {
|
|
566
|
-
virtualItems: import("
|
|
566
|
+
virtualItems: import("../..").VirtualItem[];
|
|
567
567
|
totalSize: number;
|
|
568
|
-
scrollToOffset: (index: number, options?: import("
|
|
568
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
569
569
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
570
570
|
measure: () => void;
|
|
571
571
|
};
|
|
@@ -595,9 +595,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
595
595
|
readonly current: number;
|
|
596
596
|
};
|
|
597
597
|
UNSTABLE_virtual: {
|
|
598
|
-
virtualItems: import("
|
|
598
|
+
virtualItems: import("../..").VirtualItem[];
|
|
599
599
|
totalSize: number;
|
|
600
|
-
scrollToOffset: (index: number, options?: import("
|
|
600
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
601
601
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
602
602
|
measure: () => void;
|
|
603
603
|
};
|
|
@@ -627,9 +627,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
627
627
|
readonly current: number;
|
|
628
628
|
};
|
|
629
629
|
UNSTABLE_virtual: {
|
|
630
|
-
virtualItems: import("
|
|
630
|
+
virtualItems: import("../..").VirtualItem[];
|
|
631
631
|
totalSize: number;
|
|
632
|
-
scrollToOffset: (index: number, options?: import("
|
|
632
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
633
633
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
634
634
|
measure: () => void;
|
|
635
635
|
};
|
|
@@ -659,9 +659,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
659
659
|
readonly current: number;
|
|
660
660
|
};
|
|
661
661
|
UNSTABLE_virtual: {
|
|
662
|
-
virtualItems: import("
|
|
662
|
+
virtualItems: import("../..").VirtualItem[];
|
|
663
663
|
totalSize: number;
|
|
664
|
-
scrollToOffset: (index: number, options?: import("
|
|
664
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
665
665
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
666
666
|
measure: () => void;
|
|
667
667
|
};
|
|
@@ -694,9 +694,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
694
694
|
readonly current: number;
|
|
695
695
|
};
|
|
696
696
|
UNSTABLE_virtual: {
|
|
697
|
-
virtualItems: import("
|
|
697
|
+
virtualItems: import("../..").VirtualItem[];
|
|
698
698
|
totalSize: number;
|
|
699
|
-
scrollToOffset: (index: number, options?: import("
|
|
699
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
700
700
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
701
701
|
measure: () => void;
|
|
702
702
|
};
|
|
@@ -728,9 +728,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
728
728
|
readonly current: number;
|
|
729
729
|
};
|
|
730
730
|
UNSTABLE_virtual: {
|
|
731
|
-
virtualItems: import("
|
|
731
|
+
virtualItems: import("../..").VirtualItem[];
|
|
732
732
|
totalSize: number;
|
|
733
|
-
scrollToOffset: (index: number, options?: import("
|
|
733
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
734
734
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
735
735
|
measure: () => void;
|
|
736
736
|
};
|
|
@@ -762,9 +762,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
762
762
|
readonly current: number;
|
|
763
763
|
};
|
|
764
764
|
UNSTABLE_virtual: {
|
|
765
|
-
virtualItems: import("
|
|
765
|
+
virtualItems: import("../..").VirtualItem[];
|
|
766
766
|
totalSize: number;
|
|
767
|
-
scrollToOffset: (index: number, options?: import("
|
|
767
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
768
768
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
769
769
|
measure: () => void;
|
|
770
770
|
};
|
|
@@ -797,9 +797,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
797
797
|
readonly current: number;
|
|
798
798
|
};
|
|
799
799
|
UNSTABLE_virtual: {
|
|
800
|
-
virtualItems: import("
|
|
800
|
+
virtualItems: import("../..").VirtualItem[];
|
|
801
801
|
totalSize: number;
|
|
802
|
-
scrollToOffset: (index: number, options?: import("
|
|
802
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
803
803
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
804
804
|
measure: () => void;
|
|
805
805
|
};
|
|
@@ -829,9 +829,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
829
829
|
readonly current: number;
|
|
830
830
|
};
|
|
831
831
|
UNSTABLE_virtual: {
|
|
832
|
-
virtualItems: import("
|
|
832
|
+
virtualItems: import("../..").VirtualItem[];
|
|
833
833
|
totalSize: number;
|
|
834
|
-
scrollToOffset: (index: number, options?: import("
|
|
834
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
835
835
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
836
836
|
measure: () => void;
|
|
837
837
|
};
|
|
@@ -861,9 +861,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
861
861
|
readonly current: number;
|
|
862
862
|
};
|
|
863
863
|
UNSTABLE_virtual: {
|
|
864
|
-
virtualItems: import("
|
|
864
|
+
virtualItems: import("../..").VirtualItem[];
|
|
865
865
|
totalSize: number;
|
|
866
|
-
scrollToOffset: (index: number, options?: import("
|
|
866
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
867
867
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
868
868
|
measure: () => void;
|
|
869
869
|
};
|
|
@@ -895,9 +895,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
895
895
|
readonly current: number;
|
|
896
896
|
};
|
|
897
897
|
UNSTABLE_virtual: {
|
|
898
|
-
virtualItems: import("
|
|
898
|
+
virtualItems: import("../..").VirtualItem[];
|
|
899
899
|
totalSize: number;
|
|
900
|
-
scrollToOffset: (index: number, options?: import("
|
|
900
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
901
901
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
902
902
|
measure: () => void;
|
|
903
903
|
};
|
|
@@ -927,9 +927,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
927
927
|
readonly current: number;
|
|
928
928
|
};
|
|
929
929
|
UNSTABLE_virtual: {
|
|
930
|
-
virtualItems: import("
|
|
930
|
+
virtualItems: import("../..").VirtualItem[];
|
|
931
931
|
totalSize: number;
|
|
932
|
-
scrollToOffset: (index: number, options?: import("
|
|
932
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
933
933
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
934
934
|
measure: () => void;
|
|
935
935
|
};
|
|
@@ -959,9 +959,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
959
959
|
readonly current: number;
|
|
960
960
|
};
|
|
961
961
|
UNSTABLE_virtual: {
|
|
962
|
-
virtualItems: import("
|
|
962
|
+
virtualItems: import("../..").VirtualItem[];
|
|
963
963
|
totalSize: number;
|
|
964
|
-
scrollToOffset: (index: number, options?: import("
|
|
964
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
965
965
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
966
966
|
measure: () => void;
|
|
967
967
|
};
|
|
@@ -991,9 +991,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
991
991
|
readonly current: number;
|
|
992
992
|
};
|
|
993
993
|
UNSTABLE_virtual: {
|
|
994
|
-
virtualItems: import("
|
|
994
|
+
virtualItems: import("../..").VirtualItem[];
|
|
995
995
|
totalSize: number;
|
|
996
|
-
scrollToOffset: (index: number, options?: import("
|
|
996
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
997
997
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
998
998
|
measure: () => void;
|
|
999
999
|
};
|
|
@@ -1027,9 +1027,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1027
1027
|
readonly current: number;
|
|
1028
1028
|
};
|
|
1029
1029
|
UNSTABLE_virtual: {
|
|
1030
|
-
virtualItems: import("
|
|
1030
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1031
1031
|
totalSize: number;
|
|
1032
|
-
scrollToOffset: (index: number, options?: import("
|
|
1032
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1033
1033
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1034
1034
|
measure: () => void;
|
|
1035
1035
|
};
|
|
@@ -1061,9 +1061,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1061
1061
|
readonly current: number;
|
|
1062
1062
|
};
|
|
1063
1063
|
UNSTABLE_virtual: {
|
|
1064
|
-
virtualItems: import("
|
|
1064
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1065
1065
|
totalSize: number;
|
|
1066
|
-
scrollToOffset: (index: number, options?: import("
|
|
1066
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1067
1067
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1068
1068
|
measure: () => void;
|
|
1069
1069
|
};
|
|
@@ -1093,9 +1093,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1093
1093
|
readonly current: number;
|
|
1094
1094
|
};
|
|
1095
1095
|
UNSTABLE_virtual: {
|
|
1096
|
-
virtualItems: import("
|
|
1096
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1097
1097
|
totalSize: number;
|
|
1098
|
-
scrollToOffset: (index: number, options?: import("
|
|
1098
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1099
1099
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1100
1100
|
measure: () => void;
|
|
1101
1101
|
};
|
|
@@ -1125,9 +1125,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1125
1125
|
readonly current: number;
|
|
1126
1126
|
};
|
|
1127
1127
|
UNSTABLE_virtual: {
|
|
1128
|
-
virtualItems: import("
|
|
1128
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1129
1129
|
totalSize: number;
|
|
1130
|
-
scrollToOffset: (index: number, options?: import("
|
|
1130
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1131
1131
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1132
1132
|
measure: () => void;
|
|
1133
1133
|
};
|
|
@@ -1157,9 +1157,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1157
1157
|
readonly current: number;
|
|
1158
1158
|
};
|
|
1159
1159
|
UNSTABLE_virtual: {
|
|
1160
|
-
virtualItems: import("
|
|
1160
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1161
1161
|
totalSize: number;
|
|
1162
|
-
scrollToOffset: (index: number, options?: import("
|
|
1162
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1163
1163
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1164
1164
|
measure: () => void;
|
|
1165
1165
|
};
|
|
@@ -1189,9 +1189,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1189
1189
|
readonly current: number;
|
|
1190
1190
|
};
|
|
1191
1191
|
UNSTABLE_virtual: {
|
|
1192
|
-
virtualItems: import("
|
|
1192
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1193
1193
|
totalSize: number;
|
|
1194
|
-
scrollToOffset: (index: number, options?: import("
|
|
1194
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1195
1195
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1196
1196
|
measure: () => void;
|
|
1197
1197
|
};
|
|
@@ -1221,9 +1221,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1221
1221
|
readonly current: number;
|
|
1222
1222
|
};
|
|
1223
1223
|
UNSTABLE_virtual: {
|
|
1224
|
-
virtualItems: import("
|
|
1224
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1225
1225
|
totalSize: number;
|
|
1226
|
-
scrollToOffset: (index: number, options?: import("
|
|
1226
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1227
1227
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1228
1228
|
measure: () => void;
|
|
1229
1229
|
};
|
|
@@ -1253,9 +1253,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1253
1253
|
readonly current: number;
|
|
1254
1254
|
};
|
|
1255
1255
|
UNSTABLE_virtual: {
|
|
1256
|
-
virtualItems: import("
|
|
1256
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1257
1257
|
totalSize: number;
|
|
1258
|
-
scrollToOffset: (index: number, options?: import("
|
|
1258
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1259
1259
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1260
1260
|
measure: () => void;
|
|
1261
1261
|
};
|
|
@@ -1285,9 +1285,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1285
1285
|
readonly current: number;
|
|
1286
1286
|
};
|
|
1287
1287
|
UNSTABLE_virtual: {
|
|
1288
|
-
virtualItems: import("
|
|
1288
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1289
1289
|
totalSize: number;
|
|
1290
|
-
scrollToOffset: (index: number, options?: import("
|
|
1290
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1291
1291
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1292
1292
|
measure: () => void;
|
|
1293
1293
|
};
|
|
@@ -1317,9 +1317,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1317
1317
|
readonly current: number;
|
|
1318
1318
|
};
|
|
1319
1319
|
UNSTABLE_virtual: {
|
|
1320
|
-
virtualItems: import("
|
|
1320
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1321
1321
|
totalSize: number;
|
|
1322
|
-
scrollToOffset: (index: number, options?: import("
|
|
1322
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1323
1323
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1324
1324
|
measure: () => void;
|
|
1325
1325
|
};
|
|
@@ -1349,9 +1349,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1349
1349
|
readonly current: number;
|
|
1350
1350
|
};
|
|
1351
1351
|
UNSTABLE_virtual: {
|
|
1352
|
-
virtualItems: import("
|
|
1352
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1353
1353
|
totalSize: number;
|
|
1354
|
-
scrollToOffset: (index: number, options?: import("
|
|
1354
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1355
1355
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1356
1356
|
measure: () => void;
|
|
1357
1357
|
};
|
|
@@ -1381,9 +1381,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1381
1381
|
readonly current: number;
|
|
1382
1382
|
};
|
|
1383
1383
|
UNSTABLE_virtual: {
|
|
1384
|
-
virtualItems: import("
|
|
1384
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1385
1385
|
totalSize: number;
|
|
1386
|
-
scrollToOffset: (index: number, options?: import("
|
|
1386
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1387
1387
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1388
1388
|
measure: () => void;
|
|
1389
1389
|
};
|
|
@@ -1416,9 +1416,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1416
1416
|
readonly current: number;
|
|
1417
1417
|
};
|
|
1418
1418
|
UNSTABLE_virtual: {
|
|
1419
|
-
virtualItems: import("
|
|
1419
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1420
1420
|
totalSize: number;
|
|
1421
|
-
scrollToOffset: (index: number, options?: import("
|
|
1421
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1422
1422
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1423
1423
|
measure: () => void;
|
|
1424
1424
|
};
|
|
@@ -1450,9 +1450,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1450
1450
|
readonly current: number;
|
|
1451
1451
|
};
|
|
1452
1452
|
UNSTABLE_virtual: {
|
|
1453
|
-
virtualItems: import("
|
|
1453
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1454
1454
|
totalSize: number;
|
|
1455
|
-
scrollToOffset: (index: number, options?: import("
|
|
1455
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1456
1456
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1457
1457
|
measure: () => void;
|
|
1458
1458
|
};
|
|
@@ -1484,9 +1484,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1484
1484
|
readonly current: number;
|
|
1485
1485
|
};
|
|
1486
1486
|
UNSTABLE_virtual: {
|
|
1487
|
-
virtualItems: import("
|
|
1487
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1488
1488
|
totalSize: number;
|
|
1489
|
-
scrollToOffset: (index: number, options?: import("
|
|
1489
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1490
1490
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1491
1491
|
measure: () => void;
|
|
1492
1492
|
};
|
|
@@ -1503,12 +1503,12 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1503
1503
|
initialHiddenIds: string[];
|
|
1504
1504
|
containerWidth: number;
|
|
1505
1505
|
shouldCalculateOverflow: boolean;
|
|
1506
|
-
initialSelectedIds: import("
|
|
1506
|
+
initialSelectedIds: import("../..").SelectedIds;
|
|
1507
1507
|
initialUnselectedIds: string[];
|
|
1508
|
-
selection: import("
|
|
1508
|
+
selection: import("../..").SelectionManager;
|
|
1509
1509
|
initialCursorId: string;
|
|
1510
1510
|
columnCount: number;
|
|
1511
|
-
navigation: import("
|
|
1511
|
+
navigation: import("../..").NavigationManager;
|
|
1512
1512
|
pageSize: number;
|
|
1513
1513
|
getId: (item: any) => string;
|
|
1514
1514
|
getTextValue: (item: any) => string;
|
|
@@ -1522,7 +1522,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1522
1522
|
textValue: string;
|
|
1523
1523
|
}, prevState: {
|
|
1524
1524
|
getId: (item: any) => string;
|
|
1525
|
-
orientation: import("
|
|
1525
|
+
orientation: import("../..").Orientation;
|
|
1526
1526
|
panels: import("../..").Item<any>[];
|
|
1527
1527
|
panelIndexRef: React.MutableRefObject<number>;
|
|
1528
1528
|
hiddenIds: string[];
|
|
@@ -1541,9 +1541,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1541
1541
|
readonly current: number;
|
|
1542
1542
|
};
|
|
1543
1543
|
UNSTABLE_virtual: {
|
|
1544
|
-
virtualItems: import("
|
|
1544
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1545
1545
|
totalSize: number;
|
|
1546
|
-
scrollToOffset: (index: number, options?: import("
|
|
1546
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1547
1547
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1548
1548
|
measure: () => void;
|
|
1549
1549
|
};
|
|
@@ -1559,7 +1559,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1559
1559
|
id: string;
|
|
1560
1560
|
}, prevState: {
|
|
1561
1561
|
getId: (item: any) => string;
|
|
1562
|
-
orientation: import("
|
|
1562
|
+
orientation: import("../..").Orientation;
|
|
1563
1563
|
panels: import("../..").Item<any>[];
|
|
1564
1564
|
panelIndexRef: React.MutableRefObject<number>;
|
|
1565
1565
|
hiddenIds: string[];
|
|
@@ -1578,9 +1578,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1578
1578
|
readonly current: number;
|
|
1579
1579
|
};
|
|
1580
1580
|
UNSTABLE_virtual: {
|
|
1581
|
-
virtualItems: import("
|
|
1581
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1582
1582
|
totalSize: number;
|
|
1583
|
-
scrollToOffset: (index: number, options?: import("
|
|
1583
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1584
1584
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1585
1585
|
measure: () => void;
|
|
1586
1586
|
};
|
|
@@ -1596,7 +1596,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1596
1596
|
id: string;
|
|
1597
1597
|
}, prevState: {
|
|
1598
1598
|
getId: (item: any) => string;
|
|
1599
|
-
orientation: import("
|
|
1599
|
+
orientation: import("../..").Orientation;
|
|
1600
1600
|
panels: import("../..").Item<any>[];
|
|
1601
1601
|
panelIndexRef: React.MutableRefObject<number>;
|
|
1602
1602
|
hiddenIds: string[];
|
|
@@ -1615,9 +1615,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1615
1615
|
readonly current: number;
|
|
1616
1616
|
};
|
|
1617
1617
|
UNSTABLE_virtual: {
|
|
1618
|
-
virtualItems: import("
|
|
1618
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1619
1619
|
totalSize: number;
|
|
1620
|
-
scrollToOffset: (index: number, options?: import("
|
|
1620
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1621
1621
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1622
1622
|
measure: () => void;
|
|
1623
1623
|
};
|
|
@@ -1634,7 +1634,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1634
1634
|
height?: number | undefined;
|
|
1635
1635
|
}, prevState: {
|
|
1636
1636
|
getId: (item: any) => string;
|
|
1637
|
-
orientation: import("
|
|
1637
|
+
orientation: import("../..").Orientation;
|
|
1638
1638
|
panels: import("../..").Item<any>[];
|
|
1639
1639
|
panelIndexRef: React.MutableRefObject<number>;
|
|
1640
1640
|
hiddenIds: string[];
|
|
@@ -1653,9 +1653,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1653
1653
|
readonly current: number;
|
|
1654
1654
|
};
|
|
1655
1655
|
UNSTABLE_virtual: {
|
|
1656
|
-
virtualItems: import("
|
|
1656
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1657
1657
|
totalSize: number;
|
|
1658
|
-
scrollToOffset: (index: number, options?: import("
|
|
1658
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1659
1659
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1660
1660
|
measure: () => void;
|
|
1661
1661
|
};
|
|
@@ -1671,7 +1671,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1671
1671
|
width?: number | undefined;
|
|
1672
1672
|
}, prevState: {
|
|
1673
1673
|
getId: (item: any) => string;
|
|
1674
|
-
orientation: import("
|
|
1674
|
+
orientation: import("../..").Orientation;
|
|
1675
1675
|
panels: import("../..").Item<any>[];
|
|
1676
1676
|
panelIndexRef: React.MutableRefObject<number>;
|
|
1677
1677
|
hiddenIds: string[];
|
|
@@ -1690,9 +1690,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1690
1690
|
readonly current: number;
|
|
1691
1691
|
};
|
|
1692
1692
|
UNSTABLE_virtual: {
|
|
1693
|
-
virtualItems: import("
|
|
1693
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1694
1694
|
totalSize: number;
|
|
1695
|
-
scrollToOffset: (index: number, options?: import("
|
|
1695
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1696
1696
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1697
1697
|
measure: () => void;
|
|
1698
1698
|
};
|
|
@@ -1708,7 +1708,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1708
1708
|
size: number;
|
|
1709
1709
|
}, prevState: {
|
|
1710
1710
|
getId: (item: any) => string;
|
|
1711
|
-
orientation: import("
|
|
1711
|
+
orientation: import("../..").Orientation;
|
|
1712
1712
|
panels: import("../..").Item<any>[];
|
|
1713
1713
|
panelIndexRef: React.MutableRefObject<number>;
|
|
1714
1714
|
hiddenIds: string[];
|
|
@@ -1727,9 +1727,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1727
1727
|
readonly current: number;
|
|
1728
1728
|
};
|
|
1729
1729
|
UNSTABLE_virtual: {
|
|
1730
|
-
virtualItems: import("
|
|
1730
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1731
1731
|
totalSize: number;
|
|
1732
|
-
scrollToOffset: (index: number, options?: import("
|
|
1732
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1733
1733
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1734
1734
|
measure: () => void;
|
|
1735
1735
|
};
|
|
@@ -1746,7 +1746,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1746
1746
|
height: number;
|
|
1747
1747
|
}, prevState: {
|
|
1748
1748
|
getId: (item: any) => string;
|
|
1749
|
-
orientation: import("
|
|
1749
|
+
orientation: import("../..").Orientation;
|
|
1750
1750
|
panels: import("../..").Item<any>[];
|
|
1751
1751
|
panelIndexRef: React.MutableRefObject<number>;
|
|
1752
1752
|
hiddenIds: string[];
|
|
@@ -1765,9 +1765,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1765
1765
|
readonly current: number;
|
|
1766
1766
|
};
|
|
1767
1767
|
UNSTABLE_virtual: {
|
|
1768
|
-
virtualItems: import("
|
|
1768
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1769
1769
|
totalSize: number;
|
|
1770
|
-
scrollToOffset: (index: number, options?: import("
|
|
1770
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1771
1771
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1772
1772
|
measure: () => void;
|
|
1773
1773
|
};
|
|
@@ -1783,7 +1783,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1783
1783
|
width: number;
|
|
1784
1784
|
}, prevState: {
|
|
1785
1785
|
getId: (item: any) => string;
|
|
1786
|
-
orientation: import("
|
|
1786
|
+
orientation: import("../..").Orientation;
|
|
1787
1787
|
panels: import("../..").Item<any>[];
|
|
1788
1788
|
panelIndexRef: React.MutableRefObject<number>;
|
|
1789
1789
|
hiddenIds: string[];
|
|
@@ -1802,9 +1802,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1802
1802
|
readonly current: number;
|
|
1803
1803
|
};
|
|
1804
1804
|
UNSTABLE_virtual: {
|
|
1805
|
-
virtualItems: import("
|
|
1805
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1806
1806
|
totalSize: number;
|
|
1807
|
-
scrollToOffset: (index: number, options?: import("
|
|
1807
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1808
1808
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1809
1809
|
measure: () => void;
|
|
1810
1810
|
};
|
|
@@ -1821,7 +1821,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1821
1821
|
width: number;
|
|
1822
1822
|
}, prevState: {
|
|
1823
1823
|
getId: (item: any) => string;
|
|
1824
|
-
orientation: import("
|
|
1824
|
+
orientation: import("../..").Orientation;
|
|
1825
1825
|
panels: import("../..").Item<any>[];
|
|
1826
1826
|
panelIndexRef: React.MutableRefObject<number>;
|
|
1827
1827
|
hiddenIds: string[];
|
|
@@ -1840,9 +1840,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1840
1840
|
readonly current: number;
|
|
1841
1841
|
};
|
|
1842
1842
|
UNSTABLE_virtual: {
|
|
1843
|
-
virtualItems: import("
|
|
1843
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1844
1844
|
totalSize: number;
|
|
1845
|
-
scrollToOffset: (index: number, options?: import("
|
|
1845
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1846
1846
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1847
1847
|
measure: () => void;
|
|
1848
1848
|
};
|
|
@@ -1860,7 +1860,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1860
1860
|
height: number;
|
|
1861
1861
|
}, prevState: {
|
|
1862
1862
|
getId: (item: any) => string;
|
|
1863
|
-
orientation: import("
|
|
1863
|
+
orientation: import("../..").Orientation;
|
|
1864
1864
|
panels: import("../..").Item<any>[];
|
|
1865
1865
|
panelIndexRef: React.MutableRefObject<number>;
|
|
1866
1866
|
hiddenIds: string[];
|
|
@@ -1879,9 +1879,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1879
1879
|
readonly current: number;
|
|
1880
1880
|
};
|
|
1881
1881
|
UNSTABLE_virtual: {
|
|
1882
|
-
virtualItems: import("
|
|
1882
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1883
1883
|
totalSize: number;
|
|
1884
|
-
scrollToOffset: (index: number, options?: import("
|
|
1884
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1885
1885
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1886
1886
|
measure: () => void;
|
|
1887
1887
|
};
|
|
@@ -1897,7 +1897,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1897
1897
|
id: string;
|
|
1898
1898
|
}, prevState: {
|
|
1899
1899
|
getId: (item: any) => string;
|
|
1900
|
-
orientation: import("
|
|
1900
|
+
orientation: import("../..").Orientation;
|
|
1901
1901
|
panels: import("../..").Item<any>[];
|
|
1902
1902
|
panelIndexRef: React.MutableRefObject<number>;
|
|
1903
1903
|
hiddenIds: string[];
|
|
@@ -1916,9 +1916,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1916
1916
|
readonly current: number;
|
|
1917
1917
|
};
|
|
1918
1918
|
UNSTABLE_virtual: {
|
|
1919
|
-
virtualItems: import("
|
|
1919
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1920
1920
|
totalSize: number;
|
|
1921
|
-
scrollToOffset: (index: number, options?: import("
|
|
1921
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1922
1922
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1923
1923
|
measure: () => void;
|
|
1924
1924
|
};
|
|
@@ -1934,7 +1934,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1934
1934
|
id: string;
|
|
1935
1935
|
}, prevState: {
|
|
1936
1936
|
getId: (item: any) => string;
|
|
1937
|
-
orientation: import("
|
|
1937
|
+
orientation: import("../..").Orientation;
|
|
1938
1938
|
panels: import("../..").Item<any>[];
|
|
1939
1939
|
panelIndexRef: React.MutableRefObject<number>;
|
|
1940
1940
|
hiddenIds: string[];
|
|
@@ -1953,9 +1953,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1953
1953
|
readonly current: number;
|
|
1954
1954
|
};
|
|
1955
1955
|
UNSTABLE_virtual: {
|
|
1956
|
-
virtualItems: import("
|
|
1956
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1957
1957
|
totalSize: number;
|
|
1958
|
-
scrollToOffset: (index: number, options?: import("
|
|
1958
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1959
1959
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1960
1960
|
measure: () => void;
|
|
1961
1961
|
};
|
|
@@ -1971,7 +1971,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1971
1971
|
id: string;
|
|
1972
1972
|
}, prevState: {
|
|
1973
1973
|
getId: (item: any) => string;
|
|
1974
|
-
orientation: import("
|
|
1974
|
+
orientation: import("../..").Orientation;
|
|
1975
1975
|
panels: import("../..").Item<any>[];
|
|
1976
1976
|
panelIndexRef: React.MutableRefObject<number>;
|
|
1977
1977
|
hiddenIds: string[];
|
|
@@ -1990,9 +1990,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1990
1990
|
readonly current: number;
|
|
1991
1991
|
};
|
|
1992
1992
|
UNSTABLE_virtual: {
|
|
1993
|
-
virtualItems: import("
|
|
1993
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1994
1994
|
totalSize: number;
|
|
1995
|
-
scrollToOffset: (index: number, options?: import("
|
|
1995
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1996
1996
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1997
1997
|
measure: () => void;
|
|
1998
1998
|
};
|
|
@@ -2008,7 +2008,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2008
2008
|
id: string;
|
|
2009
2009
|
}, prevState: {
|
|
2010
2010
|
getId: (item: any) => string;
|
|
2011
|
-
orientation: import("
|
|
2011
|
+
orientation: import("../..").Orientation;
|
|
2012
2012
|
panels: import("../..").Item<any>[];
|
|
2013
2013
|
panelIndexRef: React.MutableRefObject<number>;
|
|
2014
2014
|
hiddenIds: string[];
|
|
@@ -2027,9 +2027,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2027
2027
|
readonly current: number;
|
|
2028
2028
|
};
|
|
2029
2029
|
UNSTABLE_virtual: {
|
|
2030
|
-
virtualItems: import("
|
|
2030
|
+
virtualItems: import("../..").VirtualItem[];
|
|
2031
2031
|
totalSize: number;
|
|
2032
|
-
scrollToOffset: (index: number, options?: import("
|
|
2032
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
2033
2033
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2034
2034
|
measure: () => void;
|
|
2035
2035
|
};
|
|
@@ -2043,7 +2043,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2043
2043
|
}) => void) | undefined;
|
|
2044
2044
|
onSelectAll?: ((data: undefined, prevState: {
|
|
2045
2045
|
getId: (item: any) => string;
|
|
2046
|
-
orientation: import("
|
|
2046
|
+
orientation: import("../..").Orientation;
|
|
2047
2047
|
panels: import("../..").Item<any>[];
|
|
2048
2048
|
panelIndexRef: React.MutableRefObject<number>;
|
|
2049
2049
|
hiddenIds: string[];
|
|
@@ -2062,9 +2062,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2062
2062
|
readonly current: number;
|
|
2063
2063
|
};
|
|
2064
2064
|
UNSTABLE_virtual: {
|
|
2065
|
-
virtualItems: import("
|
|
2065
|
+
virtualItems: import("../..").VirtualItem[];
|
|
2066
2066
|
totalSize: number;
|
|
2067
|
-
scrollToOffset: (index: number, options?: import("
|
|
2067
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
2068
2068
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2069
2069
|
measure: () => void;
|
|
2070
2070
|
};
|
|
@@ -2078,7 +2078,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2078
2078
|
}) => void) | undefined;
|
|
2079
2079
|
onUnselectAll?: ((data: undefined, prevState: {
|
|
2080
2080
|
getId: (item: any) => string;
|
|
2081
|
-
orientation: import("
|
|
2081
|
+
orientation: import("../..").Orientation;
|
|
2082
2082
|
panels: import("../..").Item<any>[];
|
|
2083
2083
|
panelIndexRef: React.MutableRefObject<number>;
|
|
2084
2084
|
hiddenIds: string[];
|
|
@@ -2097,9 +2097,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2097
2097
|
readonly current: number;
|
|
2098
2098
|
};
|
|
2099
2099
|
UNSTABLE_virtual: {
|
|
2100
|
-
virtualItems: import("
|
|
2100
|
+
virtualItems: import("../..").VirtualItem[];
|
|
2101
2101
|
totalSize: number;
|
|
2102
|
-
scrollToOffset: (index: number, options?: import("
|
|
2102
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
2103
2103
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2104
2104
|
measure: () => void;
|
|
2105
2105
|
};
|
|
@@ -2113,7 +2113,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2113
2113
|
}) => void) | undefined;
|
|
2114
2114
|
onSetSelectedIds?: ((data: string[] | "all", prevState: {
|
|
2115
2115
|
getId: (item: any) => string;
|
|
2116
|
-
orientation: import("
|
|
2116
|
+
orientation: import("../..").Orientation;
|
|
2117
2117
|
panels: import("../..").Item<any>[];
|
|
2118
2118
|
panelIndexRef: React.MutableRefObject<number>;
|
|
2119
2119
|
hiddenIds: string[];
|
|
@@ -2132,9 +2132,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2132
2132
|
readonly current: number;
|
|
2133
2133
|
};
|
|
2134
2134
|
UNSTABLE_virtual: {
|
|
2135
|
-
virtualItems: import("
|
|
2135
|
+
virtualItems: import("../..").VirtualItem[];
|
|
2136
2136
|
totalSize: number;
|
|
2137
|
-
scrollToOffset: (index: number, options?: import("
|
|
2137
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
2138
2138
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2139
2139
|
measure: () => void;
|
|
2140
2140
|
};
|
|
@@ -2152,7 +2152,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2152
2152
|
event?: Event | React.SyntheticEvent<Element, Event> | undefined;
|
|
2153
2153
|
}, prevState: {
|
|
2154
2154
|
getId: (item: any) => string;
|
|
2155
|
-
orientation: import("
|
|
2155
|
+
orientation: import("../..").Orientation;
|
|
2156
2156
|
panels: import("../..").Item<any>[];
|
|
2157
2157
|
panelIndexRef: React.MutableRefObject<number>;
|
|
2158
2158
|
hiddenIds: string[];
|
|
@@ -2171,9 +2171,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2171
2171
|
readonly current: number;
|
|
2172
2172
|
};
|
|
2173
2173
|
UNSTABLE_virtual: {
|
|
2174
|
-
virtualItems: import("
|
|
2174
|
+
virtualItems: import("../..").VirtualItem[];
|
|
2175
2175
|
totalSize: number;
|
|
2176
|
-
scrollToOffset: (index: number, options?: import("
|
|
2176
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
2177
2177
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2178
2178
|
measure: () => void;
|
|
2179
2179
|
};
|
|
@@ -2189,7 +2189,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2189
2189
|
id: string;
|
|
2190
2190
|
}, prevState: {
|
|
2191
2191
|
getId: (item: any) => string;
|
|
2192
|
-
orientation: import("
|
|
2192
|
+
orientation: import("../..").Orientation;
|
|
2193
2193
|
panels: import("../..").Item<any>[];
|
|
2194
2194
|
panelIndexRef: React.MutableRefObject<number>;
|
|
2195
2195
|
hiddenIds: string[];
|
|
@@ -2208,9 +2208,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2208
2208
|
readonly current: number;
|
|
2209
2209
|
};
|
|
2210
2210
|
UNSTABLE_virtual: {
|
|
2211
|
-
virtualItems: import("
|
|
2211
|
+
virtualItems: import("../..").VirtualItem[];
|
|
2212
2212
|
totalSize: number;
|
|
2213
|
-
scrollToOffset: (index: number, options?: import("
|
|
2213
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
2214
2214
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2215
2215
|
measure: () => void;
|
|
2216
2216
|
};
|
|
@@ -2224,7 +2224,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2224
2224
|
}) => void) | undefined;
|
|
2225
2225
|
onGoToNext?: ((data: undefined, prevState: {
|
|
2226
2226
|
getId: (item: any) => string;
|
|
2227
|
-
orientation: import("
|
|
2227
|
+
orientation: import("../..").Orientation;
|
|
2228
2228
|
panels: import("../..").Item<any>[];
|
|
2229
2229
|
panelIndexRef: React.MutableRefObject<number>;
|
|
2230
2230
|
hiddenIds: string[];
|
|
@@ -2243,9 +2243,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2243
2243
|
readonly current: number;
|
|
2244
2244
|
};
|
|
2245
2245
|
UNSTABLE_virtual: {
|
|
2246
|
-
virtualItems: import("
|
|
2246
|
+
virtualItems: import("../..").VirtualItem[];
|
|
2247
2247
|
totalSize: number;
|
|
2248
|
-
scrollToOffset: (index: number, options?: import("
|
|
2248
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
2249
2249
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2250
2250
|
measure: () => void;
|
|
2251
2251
|
};
|
|
@@ -2259,7 +2259,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2259
2259
|
}) => void) | undefined;
|
|
2260
2260
|
onGoToPrevious?: ((data: undefined, prevState: {
|
|
2261
2261
|
getId: (item: any) => string;
|
|
2262
|
-
orientation: import("
|
|
2262
|
+
orientation: import("../..").Orientation;
|
|
2263
2263
|
panels: import("../..").Item<any>[];
|
|
2264
2264
|
panelIndexRef: React.MutableRefObject<number>;
|
|
2265
2265
|
hiddenIds: string[];
|
|
@@ -2278,9 +2278,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2278
2278
|
readonly current: number;
|
|
2279
2279
|
};
|
|
2280
2280
|
UNSTABLE_virtual: {
|
|
2281
|
-
virtualItems: import("
|
|
2281
|
+
virtualItems: import("../..").VirtualItem[];
|
|
2282
2282
|
totalSize: number;
|
|
2283
|
-
scrollToOffset: (index: number, options?: import("
|
|
2283
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
2284
2284
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2285
2285
|
measure: () => void;
|
|
2286
2286
|
};
|
|
@@ -2294,7 +2294,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2294
2294
|
}) => void) | undefined;
|
|
2295
2295
|
onGoToPreviousRow?: ((data: undefined, prevState: {
|
|
2296
2296
|
getId: (item: any) => string;
|
|
2297
|
-
orientation: import("
|
|
2297
|
+
orientation: import("../..").Orientation;
|
|
2298
2298
|
panels: import("../..").Item<any>[];
|
|
2299
2299
|
panelIndexRef: React.MutableRefObject<number>;
|
|
2300
2300
|
hiddenIds: string[];
|
|
@@ -2313,9 +2313,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2313
2313
|
readonly current: number;
|
|
2314
2314
|
};
|
|
2315
2315
|
UNSTABLE_virtual: {
|
|
2316
|
-
virtualItems: import("
|
|
2316
|
+
virtualItems: import("../..").VirtualItem[];
|
|
2317
2317
|
totalSize: number;
|
|
2318
|
-
scrollToOffset: (index: number, options?: import("
|
|
2318
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
2319
2319
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2320
2320
|
measure: () => void;
|
|
2321
2321
|
};
|
|
@@ -2329,7 +2329,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2329
2329
|
}) => void) | undefined;
|
|
2330
2330
|
onGoToNextRow?: ((data: undefined, prevState: {
|
|
2331
2331
|
getId: (item: any) => string;
|
|
2332
|
-
orientation: import("
|
|
2332
|
+
orientation: import("../..").Orientation;
|
|
2333
2333
|
panels: import("../..").Item<any>[];
|
|
2334
2334
|
panelIndexRef: React.MutableRefObject<number>;
|
|
2335
2335
|
hiddenIds: string[];
|
|
@@ -2348,9 +2348,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2348
2348
|
readonly current: number;
|
|
2349
2349
|
};
|
|
2350
2350
|
UNSTABLE_virtual: {
|
|
2351
|
-
virtualItems: import("
|
|
2351
|
+
virtualItems: import("../..").VirtualItem[];
|
|
2352
2352
|
totalSize: number;
|
|
2353
|
-
scrollToOffset: (index: number, options?: import("
|
|
2353
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
2354
2354
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2355
2355
|
measure: () => void;
|
|
2356
2356
|
};
|
|
@@ -2364,7 +2364,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2364
2364
|
}) => void) | undefined;
|
|
2365
2365
|
onGoToFirst?: ((data: undefined, prevState: {
|
|
2366
2366
|
getId: (item: any) => string;
|
|
2367
|
-
orientation: import("
|
|
2367
|
+
orientation: import("../..").Orientation;
|
|
2368
2368
|
panels: import("../..").Item<any>[];
|
|
2369
2369
|
panelIndexRef: React.MutableRefObject<number>;
|
|
2370
2370
|
hiddenIds: string[];
|
|
@@ -2383,9 +2383,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2383
2383
|
readonly current: number;
|
|
2384
2384
|
};
|
|
2385
2385
|
UNSTABLE_virtual: {
|
|
2386
|
-
virtualItems: import("
|
|
2386
|
+
virtualItems: import("../..").VirtualItem[];
|
|
2387
2387
|
totalSize: number;
|
|
2388
|
-
scrollToOffset: (index: number, options?: import("
|
|
2388
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
2389
2389
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2390
2390
|
measure: () => void;
|
|
2391
2391
|
};
|
|
@@ -2399,7 +2399,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2399
2399
|
}) => void) | undefined;
|
|
2400
2400
|
onGoToLast?: ((data: undefined, prevState: {
|
|
2401
2401
|
getId: (item: any) => string;
|
|
2402
|
-
orientation: import("
|
|
2402
|
+
orientation: import("../..").Orientation;
|
|
2403
2403
|
panels: import("../..").Item<any>[];
|
|
2404
2404
|
panelIndexRef: React.MutableRefObject<number>;
|
|
2405
2405
|
hiddenIds: string[];
|
|
@@ -2418,9 +2418,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2418
2418
|
readonly current: number;
|
|
2419
2419
|
};
|
|
2420
2420
|
UNSTABLE_virtual: {
|
|
2421
|
-
virtualItems: import("
|
|
2421
|
+
virtualItems: import("../..").VirtualItem[];
|
|
2422
2422
|
totalSize: number;
|
|
2423
|
-
scrollToOffset: (index: number, options?: import("
|
|
2423
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
2424
2424
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2425
2425
|
measure: () => void;
|
|
2426
2426
|
};
|
|
@@ -2434,7 +2434,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2434
2434
|
}) => void) | undefined;
|
|
2435
2435
|
onGoToFirstOfRow?: ((data: undefined, prevState: {
|
|
2436
2436
|
getId: (item: any) => string;
|
|
2437
|
-
orientation: import("
|
|
2437
|
+
orientation: import("../..").Orientation;
|
|
2438
2438
|
panels: import("../..").Item<any>[];
|
|
2439
2439
|
panelIndexRef: React.MutableRefObject<number>;
|
|
2440
2440
|
hiddenIds: string[];
|
|
@@ -2453,9 +2453,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2453
2453
|
readonly current: number;
|
|
2454
2454
|
};
|
|
2455
2455
|
UNSTABLE_virtual: {
|
|
2456
|
-
virtualItems: import("
|
|
2456
|
+
virtualItems: import("../..").VirtualItem[];
|
|
2457
2457
|
totalSize: number;
|
|
2458
|
-
scrollToOffset: (index: number, options?: import("
|
|
2458
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
2459
2459
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2460
2460
|
measure: () => void;
|
|
2461
2461
|
};
|
|
@@ -2469,7 +2469,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2469
2469
|
}) => void) | undefined;
|
|
2470
2470
|
onGoToLastOfRow?: ((data: undefined, prevState: {
|
|
2471
2471
|
getId: (item: any) => string;
|
|
2472
|
-
orientation: import("
|
|
2472
|
+
orientation: import("../..").Orientation;
|
|
2473
2473
|
panels: import("../..").Item<any>[];
|
|
2474
2474
|
panelIndexRef: React.MutableRefObject<number>;
|
|
2475
2475
|
hiddenIds: string[];
|
|
@@ -2488,9 +2488,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2488
2488
|
readonly current: number;
|
|
2489
2489
|
};
|
|
2490
2490
|
UNSTABLE_virtual: {
|
|
2491
|
-
virtualItems: import("
|
|
2491
|
+
virtualItems: import("../..").VirtualItem[];
|
|
2492
2492
|
totalSize: number;
|
|
2493
|
-
scrollToOffset: (index: number, options?: import("
|
|
2493
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
2494
2494
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2495
2495
|
measure: () => void;
|
|
2496
2496
|
};
|
|
@@ -2504,7 +2504,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2504
2504
|
}) => void) | undefined;
|
|
2505
2505
|
onGoToNextPage?: ((data: undefined, prevState: {
|
|
2506
2506
|
getId: (item: any) => string;
|
|
2507
|
-
orientation: import("
|
|
2507
|
+
orientation: import("../..").Orientation;
|
|
2508
2508
|
panels: import("../..").Item<any>[];
|
|
2509
2509
|
panelIndexRef: React.MutableRefObject<number>;
|
|
2510
2510
|
hiddenIds: string[];
|
|
@@ -2523,9 +2523,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2523
2523
|
readonly current: number;
|
|
2524
2524
|
};
|
|
2525
2525
|
UNSTABLE_virtual: {
|
|
2526
|
-
virtualItems: import("
|
|
2526
|
+
virtualItems: import("../..").VirtualItem[];
|
|
2527
2527
|
totalSize: number;
|
|
2528
|
-
scrollToOffset: (index: number, options?: import("
|
|
2528
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
2529
2529
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2530
2530
|
measure: () => void;
|
|
2531
2531
|
};
|
|
@@ -2539,7 +2539,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2539
2539
|
}) => void) | undefined;
|
|
2540
2540
|
onGoToPreviousPage?: ((data: undefined, prevState: {
|
|
2541
2541
|
getId: (item: any) => string;
|
|
2542
|
-
orientation: import("
|
|
2542
|
+
orientation: import("../..").Orientation;
|
|
2543
2543
|
panels: import("../..").Item<any>[];
|
|
2544
2544
|
panelIndexRef: React.MutableRefObject<number>;
|
|
2545
2545
|
hiddenIds: string[];
|
|
@@ -2558,9 +2558,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2558
2558
|
readonly current: number;
|
|
2559
2559
|
};
|
|
2560
2560
|
UNSTABLE_virtual: {
|
|
2561
|
-
virtualItems: import("
|
|
2561
|
+
virtualItems: import("../..").VirtualItem[];
|
|
2562
2562
|
totalSize: number;
|
|
2563
|
-
scrollToOffset: (index: number, options?: import("
|
|
2563
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
2564
2564
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2565
2565
|
measure: () => void;
|
|
2566
2566
|
};
|
|
@@ -2577,7 +2577,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2577
2577
|
textValue: string;
|
|
2578
2578
|
}, prevState: {
|
|
2579
2579
|
getId: (item: any) => string;
|
|
2580
|
-
orientation: import("
|
|
2580
|
+
orientation: import("../..").Orientation;
|
|
2581
2581
|
panels: import("../..").Item<any>[];
|
|
2582
2582
|
panelIndexRef: React.MutableRefObject<number>;
|
|
2583
2583
|
hiddenIds: string[];
|
|
@@ -2596,9 +2596,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2596
2596
|
readonly current: number;
|
|
2597
2597
|
};
|
|
2598
2598
|
UNSTABLE_virtual: {
|
|
2599
|
-
virtualItems: import("
|
|
2599
|
+
virtualItems: import("../..").VirtualItem[];
|
|
2600
2600
|
totalSize: number;
|
|
2601
|
-
scrollToOffset: (index: number, options?: import("
|
|
2601
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
2602
2602
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2603
2603
|
measure: () => void;
|
|
2604
2604
|
};
|
|
@@ -2614,7 +2614,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2614
2614
|
id: string;
|
|
2615
2615
|
}, prevState: {
|
|
2616
2616
|
getId: (item: any) => string;
|
|
2617
|
-
orientation: import("
|
|
2617
|
+
orientation: import("../..").Orientation;
|
|
2618
2618
|
panels: import("../..").Item<any>[];
|
|
2619
2619
|
panelIndexRef: React.MutableRefObject<number>;
|
|
2620
2620
|
hiddenIds: string[];
|
|
@@ -2633,9 +2633,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2633
2633
|
readonly current: number;
|
|
2634
2634
|
};
|
|
2635
2635
|
UNSTABLE_virtual: {
|
|
2636
|
-
virtualItems: import("
|
|
2636
|
+
virtualItems: import("../..").VirtualItem[];
|
|
2637
2637
|
totalSize: number;
|
|
2638
|
-
scrollToOffset: (index: number, options?: import("
|
|
2638
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
2639
2639
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2640
2640
|
measure: () => void;
|
|
2641
2641
|
};
|
|
@@ -2651,7 +2651,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2651
2651
|
value: number;
|
|
2652
2652
|
}, prevState: {
|
|
2653
2653
|
getId: (item: any) => string;
|
|
2654
|
-
orientation: import("
|
|
2654
|
+
orientation: import("../..").Orientation;
|
|
2655
2655
|
panels: import("../..").Item<any>[];
|
|
2656
2656
|
panelIndexRef: React.MutableRefObject<number>;
|
|
2657
2657
|
hiddenIds: string[];
|
|
@@ -2670,9 +2670,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2670
2670
|
readonly current: number;
|
|
2671
2671
|
};
|
|
2672
2672
|
UNSTABLE_virtual: {
|
|
2673
|
-
virtualItems: import("
|
|
2673
|
+
virtualItems: import("../..").VirtualItem[];
|
|
2674
2674
|
totalSize: number;
|
|
2675
|
-
scrollToOffset: (index: number, options?: import("
|
|
2675
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
2676
2676
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2677
2677
|
measure: () => void;
|
|
2678
2678
|
};
|
|
@@ -2690,7 +2690,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2690
2690
|
textValue: string;
|
|
2691
2691
|
}, state: {
|
|
2692
2692
|
getId: (item: any) => string;
|
|
2693
|
-
orientation: import("
|
|
2693
|
+
orientation: import("../..").Orientation;
|
|
2694
2694
|
panels: import("../..").Item<any>[];
|
|
2695
2695
|
panelIndexRef: React.MutableRefObject<number>;
|
|
2696
2696
|
hiddenIds: string[];
|
|
@@ -2709,9 +2709,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2709
2709
|
readonly current: number;
|
|
2710
2710
|
};
|
|
2711
2711
|
UNSTABLE_virtual: {
|
|
2712
|
-
virtualItems: import("
|
|
2712
|
+
virtualItems: import("../..").VirtualItem[];
|
|
2713
2713
|
totalSize: number;
|
|
2714
|
-
scrollToOffset: (index: number, options?: import("
|
|
2714
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
2715
2715
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2716
2716
|
measure: () => void;
|
|
2717
2717
|
};
|
|
@@ -2727,7 +2727,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2727
2727
|
id: string;
|
|
2728
2728
|
}, state: {
|
|
2729
2729
|
getId: (item: any) => string;
|
|
2730
|
-
orientation: import("
|
|
2730
|
+
orientation: import("../..").Orientation;
|
|
2731
2731
|
panels: import("../..").Item<any>[];
|
|
2732
2732
|
panelIndexRef: React.MutableRefObject<number>;
|
|
2733
2733
|
hiddenIds: string[];
|
|
@@ -2746,9 +2746,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2746
2746
|
readonly current: number;
|
|
2747
2747
|
};
|
|
2748
2748
|
UNSTABLE_virtual: {
|
|
2749
|
-
virtualItems: import("
|
|
2749
|
+
virtualItems: import("../..").VirtualItem[];
|
|
2750
2750
|
totalSize: number;
|
|
2751
|
-
scrollToOffset: (index: number, options?: import("
|
|
2751
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
2752
2752
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2753
2753
|
measure: () => void;
|
|
2754
2754
|
};
|
|
@@ -2764,7 +2764,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2764
2764
|
id: string;
|
|
2765
2765
|
}, state: {
|
|
2766
2766
|
getId: (item: any) => string;
|
|
2767
|
-
orientation: import("
|
|
2767
|
+
orientation: import("../..").Orientation;
|
|
2768
2768
|
panels: import("../..").Item<any>[];
|
|
2769
2769
|
panelIndexRef: React.MutableRefObject<number>;
|
|
2770
2770
|
hiddenIds: string[];
|
|
@@ -2783,9 +2783,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2783
2783
|
readonly current: number;
|
|
2784
2784
|
};
|
|
2785
2785
|
UNSTABLE_virtual: {
|
|
2786
|
-
virtualItems: import("
|
|
2786
|
+
virtualItems: import("../..").VirtualItem[];
|
|
2787
2787
|
totalSize: number;
|
|
2788
|
-
scrollToOffset: (index: number, options?: import("
|
|
2788
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
2789
2789
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2790
2790
|
measure: () => void;
|
|
2791
2791
|
};
|
|
@@ -2802,7 +2802,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2802
2802
|
height?: number | undefined;
|
|
2803
2803
|
}, state: {
|
|
2804
2804
|
getId: (item: any) => string;
|
|
2805
|
-
orientation: import("
|
|
2805
|
+
orientation: import("../..").Orientation;
|
|
2806
2806
|
panels: import("../..").Item<any>[];
|
|
2807
2807
|
panelIndexRef: React.MutableRefObject<number>;
|
|
2808
2808
|
hiddenIds: string[];
|
|
@@ -2821,9 +2821,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2821
2821
|
readonly current: number;
|
|
2822
2822
|
};
|
|
2823
2823
|
UNSTABLE_virtual: {
|
|
2824
|
-
virtualItems: import("
|
|
2824
|
+
virtualItems: import("../..").VirtualItem[];
|
|
2825
2825
|
totalSize: number;
|
|
2826
|
-
scrollToOffset: (index: number, options?: import("
|
|
2826
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
2827
2827
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2828
2828
|
measure: () => void;
|
|
2829
2829
|
};
|
|
@@ -2839,7 +2839,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2839
2839
|
width?: number | undefined;
|
|
2840
2840
|
}, state: {
|
|
2841
2841
|
getId: (item: any) => string;
|
|
2842
|
-
orientation: import("
|
|
2842
|
+
orientation: import("../..").Orientation;
|
|
2843
2843
|
panels: import("../..").Item<any>[];
|
|
2844
2844
|
panelIndexRef: React.MutableRefObject<number>;
|
|
2845
2845
|
hiddenIds: string[];
|
|
@@ -2858,9 +2858,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2858
2858
|
readonly current: number;
|
|
2859
2859
|
};
|
|
2860
2860
|
UNSTABLE_virtual: {
|
|
2861
|
-
virtualItems: import("
|
|
2861
|
+
virtualItems: import("../..").VirtualItem[];
|
|
2862
2862
|
totalSize: number;
|
|
2863
|
-
scrollToOffset: (index: number, options?: import("
|
|
2863
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
2864
2864
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2865
2865
|
measure: () => void;
|
|
2866
2866
|
};
|
|
@@ -2876,7 +2876,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2876
2876
|
size: number;
|
|
2877
2877
|
}, state: {
|
|
2878
2878
|
getId: (item: any) => string;
|
|
2879
|
-
orientation: import("
|
|
2879
|
+
orientation: import("../..").Orientation;
|
|
2880
2880
|
panels: import("../..").Item<any>[];
|
|
2881
2881
|
panelIndexRef: React.MutableRefObject<number>;
|
|
2882
2882
|
hiddenIds: string[];
|
|
@@ -2895,9 +2895,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2895
2895
|
readonly current: number;
|
|
2896
2896
|
};
|
|
2897
2897
|
UNSTABLE_virtual: {
|
|
2898
|
-
virtualItems: import("
|
|
2898
|
+
virtualItems: import("../..").VirtualItem[];
|
|
2899
2899
|
totalSize: number;
|
|
2900
|
-
scrollToOffset: (index: number, options?: import("
|
|
2900
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
2901
2901
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2902
2902
|
measure: () => void;
|
|
2903
2903
|
};
|
|
@@ -2914,7 +2914,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2914
2914
|
height: number;
|
|
2915
2915
|
}, state: {
|
|
2916
2916
|
getId: (item: any) => string;
|
|
2917
|
-
orientation: import("
|
|
2917
|
+
orientation: import("../..").Orientation;
|
|
2918
2918
|
panels: import("../..").Item<any>[];
|
|
2919
2919
|
panelIndexRef: React.MutableRefObject<number>;
|
|
2920
2920
|
hiddenIds: string[];
|
|
@@ -2933,9 +2933,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2933
2933
|
readonly current: number;
|
|
2934
2934
|
};
|
|
2935
2935
|
UNSTABLE_virtual: {
|
|
2936
|
-
virtualItems: import("
|
|
2936
|
+
virtualItems: import("../..").VirtualItem[];
|
|
2937
2937
|
totalSize: number;
|
|
2938
|
-
scrollToOffset: (index: number, options?: import("
|
|
2938
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
2939
2939
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2940
2940
|
measure: () => void;
|
|
2941
2941
|
};
|
|
@@ -2951,7 +2951,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2951
2951
|
width: number;
|
|
2952
2952
|
}, state: {
|
|
2953
2953
|
getId: (item: any) => string;
|
|
2954
|
-
orientation: import("
|
|
2954
|
+
orientation: import("../..").Orientation;
|
|
2955
2955
|
panels: import("../..").Item<any>[];
|
|
2956
2956
|
panelIndexRef: React.MutableRefObject<number>;
|
|
2957
2957
|
hiddenIds: string[];
|
|
@@ -2970,9 +2970,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2970
2970
|
readonly current: number;
|
|
2971
2971
|
};
|
|
2972
2972
|
UNSTABLE_virtual: {
|
|
2973
|
-
virtualItems: import("
|
|
2973
|
+
virtualItems: import("../..").VirtualItem[];
|
|
2974
2974
|
totalSize: number;
|
|
2975
|
-
scrollToOffset: (index: number, options?: import("
|
|
2975
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
2976
2976
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2977
2977
|
measure: () => void;
|
|
2978
2978
|
};
|
|
@@ -2989,7 +2989,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2989
2989
|
width: number;
|
|
2990
2990
|
}, state: {
|
|
2991
2991
|
getId: (item: any) => string;
|
|
2992
|
-
orientation: import("
|
|
2992
|
+
orientation: import("../..").Orientation;
|
|
2993
2993
|
panels: import("../..").Item<any>[];
|
|
2994
2994
|
panelIndexRef: React.MutableRefObject<number>;
|
|
2995
2995
|
hiddenIds: string[];
|
|
@@ -3008,9 +3008,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
3008
3008
|
readonly current: number;
|
|
3009
3009
|
};
|
|
3010
3010
|
UNSTABLE_virtual: {
|
|
3011
|
-
virtualItems: import("
|
|
3011
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3012
3012
|
totalSize: number;
|
|
3013
|
-
scrollToOffset: (index: number, options?: import("
|
|
3013
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3014
3014
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3015
3015
|
measure: () => void;
|
|
3016
3016
|
};
|
|
@@ -3028,7 +3028,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
3028
3028
|
height: number;
|
|
3029
3029
|
}, state: {
|
|
3030
3030
|
getId: (item: any) => string;
|
|
3031
|
-
orientation: import("
|
|
3031
|
+
orientation: import("../..").Orientation;
|
|
3032
3032
|
panels: import("../..").Item<any>[];
|
|
3033
3033
|
panelIndexRef: React.MutableRefObject<number>;
|
|
3034
3034
|
hiddenIds: string[];
|
|
@@ -3047,9 +3047,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
3047
3047
|
readonly current: number;
|
|
3048
3048
|
};
|
|
3049
3049
|
UNSTABLE_virtual: {
|
|
3050
|
-
virtualItems: import("
|
|
3050
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3051
3051
|
totalSize: number;
|
|
3052
|
-
scrollToOffset: (index: number, options?: import("
|
|
3052
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3053
3053
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3054
3054
|
measure: () => void;
|
|
3055
3055
|
};
|
|
@@ -3065,7 +3065,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
3065
3065
|
id: string;
|
|
3066
3066
|
}, state: {
|
|
3067
3067
|
getId: (item: any) => string;
|
|
3068
|
-
orientation: import("
|
|
3068
|
+
orientation: import("../..").Orientation;
|
|
3069
3069
|
panels: import("../..").Item<any>[];
|
|
3070
3070
|
panelIndexRef: React.MutableRefObject<number>;
|
|
3071
3071
|
hiddenIds: string[];
|
|
@@ -3084,9 +3084,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
3084
3084
|
readonly current: number;
|
|
3085
3085
|
};
|
|
3086
3086
|
UNSTABLE_virtual: {
|
|
3087
|
-
virtualItems: import("
|
|
3087
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3088
3088
|
totalSize: number;
|
|
3089
|
-
scrollToOffset: (index: number, options?: import("
|
|
3089
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3090
3090
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3091
3091
|
measure: () => void;
|
|
3092
3092
|
};
|
|
@@ -3102,7 +3102,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
3102
3102
|
id: string;
|
|
3103
3103
|
}, state: {
|
|
3104
3104
|
getId: (item: any) => string;
|
|
3105
|
-
orientation: import("
|
|
3105
|
+
orientation: import("../..").Orientation;
|
|
3106
3106
|
panels: import("../..").Item<any>[];
|
|
3107
3107
|
panelIndexRef: React.MutableRefObject<number>;
|
|
3108
3108
|
hiddenIds: string[];
|
|
@@ -3121,9 +3121,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
3121
3121
|
readonly current: number;
|
|
3122
3122
|
};
|
|
3123
3123
|
UNSTABLE_virtual: {
|
|
3124
|
-
virtualItems: import("
|
|
3124
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3125
3125
|
totalSize: number;
|
|
3126
|
-
scrollToOffset: (index: number, options?: import("
|
|
3126
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3127
3127
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3128
3128
|
measure: () => void;
|
|
3129
3129
|
};
|
|
@@ -3139,7 +3139,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
3139
3139
|
id: string;
|
|
3140
3140
|
}, state: {
|
|
3141
3141
|
getId: (item: any) => string;
|
|
3142
|
-
orientation: import("
|
|
3142
|
+
orientation: import("../..").Orientation;
|
|
3143
3143
|
panels: import("../..").Item<any>[];
|
|
3144
3144
|
panelIndexRef: React.MutableRefObject<number>;
|
|
3145
3145
|
hiddenIds: string[];
|
|
@@ -3158,9 +3158,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
3158
3158
|
readonly current: number;
|
|
3159
3159
|
};
|
|
3160
3160
|
UNSTABLE_virtual: {
|
|
3161
|
-
virtualItems: import("
|
|
3161
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3162
3162
|
totalSize: number;
|
|
3163
|
-
scrollToOffset: (index: number, options?: import("
|
|
3163
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3164
3164
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3165
3165
|
measure: () => void;
|
|
3166
3166
|
};
|
|
@@ -3176,7 +3176,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
3176
3176
|
id: string;
|
|
3177
3177
|
}, state: {
|
|
3178
3178
|
getId: (item: any) => string;
|
|
3179
|
-
orientation: import("
|
|
3179
|
+
orientation: import("../..").Orientation;
|
|
3180
3180
|
panels: import("../..").Item<any>[];
|
|
3181
3181
|
panelIndexRef: React.MutableRefObject<number>;
|
|
3182
3182
|
hiddenIds: string[];
|
|
@@ -3195,9 +3195,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
3195
3195
|
readonly current: number;
|
|
3196
3196
|
};
|
|
3197
3197
|
UNSTABLE_virtual: {
|
|
3198
|
-
virtualItems: import("
|
|
3198
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3199
3199
|
totalSize: number;
|
|
3200
|
-
scrollToOffset: (index: number, options?: import("
|
|
3200
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3201
3201
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3202
3202
|
measure: () => void;
|
|
3203
3203
|
};
|
|
@@ -3211,7 +3211,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
3211
3211
|
}) => boolean) | undefined;
|
|
3212
3212
|
shouldSelectAll?: ((data: undefined, state: {
|
|
3213
3213
|
getId: (item: any) => string;
|
|
3214
|
-
orientation: import("
|
|
3214
|
+
orientation: import("../..").Orientation;
|
|
3215
3215
|
panels: import("../..").Item<any>[];
|
|
3216
3216
|
panelIndexRef: React.MutableRefObject<number>;
|
|
3217
3217
|
hiddenIds: string[];
|
|
@@ -3230,9 +3230,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
3230
3230
|
readonly current: number;
|
|
3231
3231
|
};
|
|
3232
3232
|
UNSTABLE_virtual: {
|
|
3233
|
-
virtualItems: import("
|
|
3233
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3234
3234
|
totalSize: number;
|
|
3235
|
-
scrollToOffset: (index: number, options?: import("
|
|
3235
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3236
3236
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3237
3237
|
measure: () => void;
|
|
3238
3238
|
};
|
|
@@ -3246,7 +3246,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
3246
3246
|
}) => boolean) | undefined;
|
|
3247
3247
|
shouldUnselectAll?: ((data: undefined, state: {
|
|
3248
3248
|
getId: (item: any) => string;
|
|
3249
|
-
orientation: import("
|
|
3249
|
+
orientation: import("../..").Orientation;
|
|
3250
3250
|
panels: import("../..").Item<any>[];
|
|
3251
3251
|
panelIndexRef: React.MutableRefObject<number>;
|
|
3252
3252
|
hiddenIds: string[];
|
|
@@ -3265,9 +3265,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
3265
3265
|
readonly current: number;
|
|
3266
3266
|
};
|
|
3267
3267
|
UNSTABLE_virtual: {
|
|
3268
|
-
virtualItems: import("
|
|
3268
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3269
3269
|
totalSize: number;
|
|
3270
|
-
scrollToOffset: (index: number, options?: import("
|
|
3270
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3271
3271
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3272
3272
|
measure: () => void;
|
|
3273
3273
|
};
|
|
@@ -3281,7 +3281,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
3281
3281
|
}) => boolean) | undefined;
|
|
3282
3282
|
shouldSetSelectedIds?: ((data: string[] | "all", state: {
|
|
3283
3283
|
getId: (item: any) => string;
|
|
3284
|
-
orientation: import("
|
|
3284
|
+
orientation: import("../..").Orientation;
|
|
3285
3285
|
panels: import("../..").Item<any>[];
|
|
3286
3286
|
panelIndexRef: React.MutableRefObject<number>;
|
|
3287
3287
|
hiddenIds: string[];
|
|
@@ -3300,9 +3300,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
3300
3300
|
readonly current: number;
|
|
3301
3301
|
};
|
|
3302
3302
|
UNSTABLE_virtual: {
|
|
3303
|
-
virtualItems: import("
|
|
3303
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3304
3304
|
totalSize: number;
|
|
3305
|
-
scrollToOffset: (index: number, options?: import("
|
|
3305
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3306
3306
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3307
3307
|
measure: () => void;
|
|
3308
3308
|
};
|
|
@@ -3320,7 +3320,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
3320
3320
|
event?: Event | React.SyntheticEvent<Element, Event> | undefined;
|
|
3321
3321
|
}, state: {
|
|
3322
3322
|
getId: (item: any) => string;
|
|
3323
|
-
orientation: import("
|
|
3323
|
+
orientation: import("../..").Orientation;
|
|
3324
3324
|
panels: import("../..").Item<any>[];
|
|
3325
3325
|
panelIndexRef: React.MutableRefObject<number>;
|
|
3326
3326
|
hiddenIds: string[];
|
|
@@ -3339,9 +3339,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
3339
3339
|
readonly current: number;
|
|
3340
3340
|
};
|
|
3341
3341
|
UNSTABLE_virtual: {
|
|
3342
|
-
virtualItems: import("
|
|
3342
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3343
3343
|
totalSize: number;
|
|
3344
|
-
scrollToOffset: (index: number, options?: import("
|
|
3344
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3345
3345
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3346
3346
|
measure: () => void;
|
|
3347
3347
|
};
|
|
@@ -3357,7 +3357,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
3357
3357
|
id: string;
|
|
3358
3358
|
}, state: {
|
|
3359
3359
|
getId: (item: any) => string;
|
|
3360
|
-
orientation: import("
|
|
3360
|
+
orientation: import("../..").Orientation;
|
|
3361
3361
|
panels: import("../..").Item<any>[];
|
|
3362
3362
|
panelIndexRef: React.MutableRefObject<number>;
|
|
3363
3363
|
hiddenIds: string[];
|
|
@@ -3376,9 +3376,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
3376
3376
|
readonly current: number;
|
|
3377
3377
|
};
|
|
3378
3378
|
UNSTABLE_virtual: {
|
|
3379
|
-
virtualItems: import("
|
|
3379
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3380
3380
|
totalSize: number;
|
|
3381
|
-
scrollToOffset: (index: number, options?: import("
|
|
3381
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3382
3382
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3383
3383
|
measure: () => void;
|
|
3384
3384
|
};
|
|
@@ -3392,7 +3392,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
3392
3392
|
}) => boolean) | undefined;
|
|
3393
3393
|
shouldGoToNext?: ((data: undefined, state: {
|
|
3394
3394
|
getId: (item: any) => string;
|
|
3395
|
-
orientation: import("
|
|
3395
|
+
orientation: import("../..").Orientation;
|
|
3396
3396
|
panels: import("../..").Item<any>[];
|
|
3397
3397
|
panelIndexRef: React.MutableRefObject<number>;
|
|
3398
3398
|
hiddenIds: string[];
|
|
@@ -3411,9 +3411,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
3411
3411
|
readonly current: number;
|
|
3412
3412
|
};
|
|
3413
3413
|
UNSTABLE_virtual: {
|
|
3414
|
-
virtualItems: import("
|
|
3414
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3415
3415
|
totalSize: number;
|
|
3416
|
-
scrollToOffset: (index: number, options?: import("
|
|
3416
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3417
3417
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3418
3418
|
measure: () => void;
|
|
3419
3419
|
};
|
|
@@ -3427,7 +3427,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
3427
3427
|
}) => boolean) | undefined;
|
|
3428
3428
|
shouldGoToPrevious?: ((data: undefined, state: {
|
|
3429
3429
|
getId: (item: any) => string;
|
|
3430
|
-
orientation: import("
|
|
3430
|
+
orientation: import("../..").Orientation;
|
|
3431
3431
|
panels: import("../..").Item<any>[];
|
|
3432
3432
|
panelIndexRef: React.MutableRefObject<number>;
|
|
3433
3433
|
hiddenIds: string[];
|
|
@@ -3446,9 +3446,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
3446
3446
|
readonly current: number;
|
|
3447
3447
|
};
|
|
3448
3448
|
UNSTABLE_virtual: {
|
|
3449
|
-
virtualItems: import("
|
|
3449
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3450
3450
|
totalSize: number;
|
|
3451
|
-
scrollToOffset: (index: number, options?: import("
|
|
3451
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3452
3452
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3453
3453
|
measure: () => void;
|
|
3454
3454
|
};
|
|
@@ -3462,7 +3462,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
3462
3462
|
}) => boolean) | undefined;
|
|
3463
3463
|
shouldGoToPreviousRow?: ((data: undefined, state: {
|
|
3464
3464
|
getId: (item: any) => string;
|
|
3465
|
-
orientation: import("
|
|
3465
|
+
orientation: import("../..").Orientation;
|
|
3466
3466
|
panels: import("../..").Item<any>[];
|
|
3467
3467
|
panelIndexRef: React.MutableRefObject<number>;
|
|
3468
3468
|
hiddenIds: string[];
|
|
@@ -3481,9 +3481,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
3481
3481
|
readonly current: number;
|
|
3482
3482
|
};
|
|
3483
3483
|
UNSTABLE_virtual: {
|
|
3484
|
-
virtualItems: import("
|
|
3484
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3485
3485
|
totalSize: number;
|
|
3486
|
-
scrollToOffset: (index: number, options?: import("
|
|
3486
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3487
3487
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3488
3488
|
measure: () => void;
|
|
3489
3489
|
};
|
|
@@ -3497,7 +3497,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
3497
3497
|
}) => boolean) | undefined;
|
|
3498
3498
|
shouldGoToNextRow?: ((data: undefined, state: {
|
|
3499
3499
|
getId: (item: any) => string;
|
|
3500
|
-
orientation: import("
|
|
3500
|
+
orientation: import("../..").Orientation;
|
|
3501
3501
|
panels: import("../..").Item<any>[];
|
|
3502
3502
|
panelIndexRef: React.MutableRefObject<number>;
|
|
3503
3503
|
hiddenIds: string[];
|
|
@@ -3516,9 +3516,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
3516
3516
|
readonly current: number;
|
|
3517
3517
|
};
|
|
3518
3518
|
UNSTABLE_virtual: {
|
|
3519
|
-
virtualItems: import("
|
|
3519
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3520
3520
|
totalSize: number;
|
|
3521
|
-
scrollToOffset: (index: number, options?: import("
|
|
3521
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3522
3522
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3523
3523
|
measure: () => void;
|
|
3524
3524
|
};
|
|
@@ -3532,7 +3532,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
3532
3532
|
}) => boolean) | undefined;
|
|
3533
3533
|
shouldGoToFirst?: ((data: undefined, state: {
|
|
3534
3534
|
getId: (item: any) => string;
|
|
3535
|
-
orientation: import("
|
|
3535
|
+
orientation: import("../..").Orientation;
|
|
3536
3536
|
panels: import("../..").Item<any>[];
|
|
3537
3537
|
panelIndexRef: React.MutableRefObject<number>;
|
|
3538
3538
|
hiddenIds: string[];
|
|
@@ -3551,9 +3551,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
3551
3551
|
readonly current: number;
|
|
3552
3552
|
};
|
|
3553
3553
|
UNSTABLE_virtual: {
|
|
3554
|
-
virtualItems: import("
|
|
3554
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3555
3555
|
totalSize: number;
|
|
3556
|
-
scrollToOffset: (index: number, options?: import("
|
|
3556
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3557
3557
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3558
3558
|
measure: () => void;
|
|
3559
3559
|
};
|
|
@@ -3567,7 +3567,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
3567
3567
|
}) => boolean) | undefined;
|
|
3568
3568
|
shouldGoToLast?: ((data: undefined, state: {
|
|
3569
3569
|
getId: (item: any) => string;
|
|
3570
|
-
orientation: import("
|
|
3570
|
+
orientation: import("../..").Orientation;
|
|
3571
3571
|
panels: import("../..").Item<any>[];
|
|
3572
3572
|
panelIndexRef: React.MutableRefObject<number>;
|
|
3573
3573
|
hiddenIds: string[];
|
|
@@ -3586,9 +3586,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
3586
3586
|
readonly current: number;
|
|
3587
3587
|
};
|
|
3588
3588
|
UNSTABLE_virtual: {
|
|
3589
|
-
virtualItems: import("
|
|
3589
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3590
3590
|
totalSize: number;
|
|
3591
|
-
scrollToOffset: (index: number, options?: import("
|
|
3591
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3592
3592
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3593
3593
|
measure: () => void;
|
|
3594
3594
|
};
|
|
@@ -3602,7 +3602,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
3602
3602
|
}) => boolean) | undefined;
|
|
3603
3603
|
shouldGoToFirstOfRow?: ((data: undefined, state: {
|
|
3604
3604
|
getId: (item: any) => string;
|
|
3605
|
-
orientation: import("
|
|
3605
|
+
orientation: import("../..").Orientation;
|
|
3606
3606
|
panels: import("../..").Item<any>[];
|
|
3607
3607
|
panelIndexRef: React.MutableRefObject<number>;
|
|
3608
3608
|
hiddenIds: string[];
|
|
@@ -3621,9 +3621,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
3621
3621
|
readonly current: number;
|
|
3622
3622
|
};
|
|
3623
3623
|
UNSTABLE_virtual: {
|
|
3624
|
-
virtualItems: import("
|
|
3624
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3625
3625
|
totalSize: number;
|
|
3626
|
-
scrollToOffset: (index: number, options?: import("
|
|
3626
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3627
3627
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3628
3628
|
measure: () => void;
|
|
3629
3629
|
};
|
|
@@ -3637,7 +3637,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
3637
3637
|
}) => boolean) | undefined;
|
|
3638
3638
|
shouldGoToLastOfRow?: ((data: undefined, state: {
|
|
3639
3639
|
getId: (item: any) => string;
|
|
3640
|
-
orientation: import("
|
|
3640
|
+
orientation: import("../..").Orientation;
|
|
3641
3641
|
panels: import("../..").Item<any>[];
|
|
3642
3642
|
panelIndexRef: React.MutableRefObject<number>;
|
|
3643
3643
|
hiddenIds: string[];
|
|
@@ -3656,9 +3656,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
3656
3656
|
readonly current: number;
|
|
3657
3657
|
};
|
|
3658
3658
|
UNSTABLE_virtual: {
|
|
3659
|
-
virtualItems: import("
|
|
3659
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3660
3660
|
totalSize: number;
|
|
3661
|
-
scrollToOffset: (index: number, options?: import("
|
|
3661
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3662
3662
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3663
3663
|
measure: () => void;
|
|
3664
3664
|
};
|
|
@@ -3672,7 +3672,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
3672
3672
|
}) => boolean) | undefined;
|
|
3673
3673
|
shouldGoToNextPage?: ((data: undefined, state: {
|
|
3674
3674
|
getId: (item: any) => string;
|
|
3675
|
-
orientation: import("
|
|
3675
|
+
orientation: import("../..").Orientation;
|
|
3676
3676
|
panels: import("../..").Item<any>[];
|
|
3677
3677
|
panelIndexRef: React.MutableRefObject<number>;
|
|
3678
3678
|
hiddenIds: string[];
|
|
@@ -3691,9 +3691,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
3691
3691
|
readonly current: number;
|
|
3692
3692
|
};
|
|
3693
3693
|
UNSTABLE_virtual: {
|
|
3694
|
-
virtualItems: import("
|
|
3694
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3695
3695
|
totalSize: number;
|
|
3696
|
-
scrollToOffset: (index: number, options?: import("
|
|
3696
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3697
3697
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3698
3698
|
measure: () => void;
|
|
3699
3699
|
};
|
|
@@ -3707,7 +3707,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
3707
3707
|
}) => boolean) | undefined;
|
|
3708
3708
|
shouldGoToPreviousPage?: ((data: undefined, state: {
|
|
3709
3709
|
getId: (item: any) => string;
|
|
3710
|
-
orientation: import("
|
|
3710
|
+
orientation: import("../..").Orientation;
|
|
3711
3711
|
panels: import("../..").Item<any>[];
|
|
3712
3712
|
panelIndexRef: React.MutableRefObject<number>;
|
|
3713
3713
|
hiddenIds: string[];
|
|
@@ -3726,9 +3726,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
3726
3726
|
readonly current: number;
|
|
3727
3727
|
};
|
|
3728
3728
|
UNSTABLE_virtual: {
|
|
3729
|
-
virtualItems: import("
|
|
3729
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3730
3730
|
totalSize: number;
|
|
3731
|
-
scrollToOffset: (index: number, options?: import("
|
|
3731
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3732
3732
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3733
3733
|
measure: () => void;
|
|
3734
3734
|
};
|
|
@@ -3745,7 +3745,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
3745
3745
|
textValue: string;
|
|
3746
3746
|
}, state: {
|
|
3747
3747
|
getId: (item: any) => string;
|
|
3748
|
-
orientation: import("
|
|
3748
|
+
orientation: import("../..").Orientation;
|
|
3749
3749
|
panels: import("../..").Item<any>[];
|
|
3750
3750
|
panelIndexRef: React.MutableRefObject<number>;
|
|
3751
3751
|
hiddenIds: string[];
|
|
@@ -3764,9 +3764,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
3764
3764
|
readonly current: number;
|
|
3765
3765
|
};
|
|
3766
3766
|
UNSTABLE_virtual: {
|
|
3767
|
-
virtualItems: import("
|
|
3767
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3768
3768
|
totalSize: number;
|
|
3769
|
-
scrollToOffset: (index: number, options?: import("
|
|
3769
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3770
3770
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3771
3771
|
measure: () => void;
|
|
3772
3772
|
};
|
|
@@ -3782,7 +3782,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
3782
3782
|
id: string;
|
|
3783
3783
|
}, state: {
|
|
3784
3784
|
getId: (item: any) => string;
|
|
3785
|
-
orientation: import("
|
|
3785
|
+
orientation: import("../..").Orientation;
|
|
3786
3786
|
panels: import("../..").Item<any>[];
|
|
3787
3787
|
panelIndexRef: React.MutableRefObject<number>;
|
|
3788
3788
|
hiddenIds: string[];
|
|
@@ -3801,9 +3801,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
3801
3801
|
readonly current: number;
|
|
3802
3802
|
};
|
|
3803
3803
|
UNSTABLE_virtual: {
|
|
3804
|
-
virtualItems: import("
|
|
3804
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3805
3805
|
totalSize: number;
|
|
3806
|
-
scrollToOffset: (index: number, options?: import("
|
|
3806
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3807
3807
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3808
3808
|
measure: () => void;
|
|
3809
3809
|
};
|
|
@@ -3819,7 +3819,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
3819
3819
|
value: number;
|
|
3820
3820
|
}, state: {
|
|
3821
3821
|
getId: (item: any) => string;
|
|
3822
|
-
orientation: import("
|
|
3822
|
+
orientation: import("../..").Orientation;
|
|
3823
3823
|
panels: import("../..").Item<any>[];
|
|
3824
3824
|
panelIndexRef: React.MutableRefObject<number>;
|
|
3825
3825
|
hiddenIds: string[];
|
|
@@ -3838,9 +3838,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
3838
3838
|
readonly current: number;
|
|
3839
3839
|
};
|
|
3840
3840
|
UNSTABLE_virtual: {
|
|
3841
|
-
virtualItems: import("
|
|
3841
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3842
3842
|
totalSize: number;
|
|
3843
|
-
scrollToOffset: (index: number, options?: import("
|
|
3843
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3844
3844
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3845
3845
|
measure: () => void;
|
|
3846
3846
|
};
|
|
@@ -3855,7 +3855,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
3855
3855
|
}, {
|
|
3856
3856
|
state: {
|
|
3857
3857
|
getId: (item: any) => string;
|
|
3858
|
-
orientation: import("
|
|
3858
|
+
orientation: import("../..").Orientation;
|
|
3859
3859
|
panels: import("../..").Item<any>[];
|
|
3860
3860
|
panelIndexRef: React.MutableRefObject<number>;
|
|
3861
3861
|
hiddenIds: string[];
|
|
@@ -3874,9 +3874,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
3874
3874
|
readonly current: number;
|
|
3875
3875
|
};
|
|
3876
3876
|
UNSTABLE_virtual: {
|
|
3877
|
-
virtualItems: import("
|
|
3877
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3878
3878
|
totalSize: number;
|
|
3879
|
-
scrollToOffset: (index: number, options?: import("
|
|
3879
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3880
3880
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3881
3881
|
measure: () => void;
|
|
3882
3882
|
};
|
|
@@ -3987,9 +3987,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
3987
3987
|
readonly current: number;
|
|
3988
3988
|
};
|
|
3989
3989
|
UNSTABLE_virtual: {
|
|
3990
|
-
virtualItems: import("
|
|
3990
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3991
3991
|
totalSize: number;
|
|
3992
|
-
scrollToOffset: (index: number, options?: import("
|
|
3992
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3993
3993
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3994
3994
|
measure: () => void;
|
|
3995
3995
|
};
|
|
@@ -4043,12 +4043,12 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
4043
4043
|
value: number;
|
|
4044
4044
|
}): void;
|
|
4045
4045
|
};
|
|
4046
|
-
selection: import("
|
|
4047
|
-
navigation: import("
|
|
4046
|
+
selection: import("../..").SelectionManager;
|
|
4047
|
+
navigation: import("../..").NavigationManager;
|
|
4048
4048
|
getId: (item: any) => string;
|
|
4049
4049
|
};
|
|
4050
|
-
selection: import("
|
|
4051
|
-
navigation: import("
|
|
4050
|
+
selection: import("../..").SelectionManager;
|
|
4051
|
+
navigation: import("../..").NavigationManager;
|
|
4052
4052
|
getId: (item: any) => string;
|
|
4053
4053
|
}> & {
|
|
4054
4054
|
/**
|
|
@@ -4062,7 +4062,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
4062
4062
|
List: import("@workday/canvas-kit-react/common").ElementComponentM<"div", import("./TabsList").TabListProps<any>, {
|
|
4063
4063
|
state: {
|
|
4064
4064
|
getId: (item: any) => string;
|
|
4065
|
-
orientation: import("
|
|
4065
|
+
orientation: import("../..").Orientation;
|
|
4066
4066
|
panels: import("../..").Item<any>[];
|
|
4067
4067
|
panelIndexRef: React.MutableRefObject<number>;
|
|
4068
4068
|
hiddenIds: string[];
|
|
@@ -4081,9 +4081,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
4081
4081
|
readonly current: number;
|
|
4082
4082
|
};
|
|
4083
4083
|
UNSTABLE_virtual: {
|
|
4084
|
-
virtualItems: import("
|
|
4084
|
+
virtualItems: import("../..").VirtualItem[];
|
|
4085
4085
|
totalSize: number;
|
|
4086
|
-
scrollToOffset: (index: number, options?: import("
|
|
4086
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
4087
4087
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
4088
4088
|
measure: () => void;
|
|
4089
4089
|
};
|
|
@@ -4194,9 +4194,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
4194
4194
|
readonly current: number;
|
|
4195
4195
|
};
|
|
4196
4196
|
UNSTABLE_virtual: {
|
|
4197
|
-
virtualItems: import("
|
|
4197
|
+
virtualItems: import("../..").VirtualItem[];
|
|
4198
4198
|
totalSize: number;
|
|
4199
|
-
scrollToOffset: (index: number, options?: import("
|
|
4199
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
4200
4200
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
4201
4201
|
measure: () => void;
|
|
4202
4202
|
};
|
|
@@ -4250,12 +4250,12 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
4250
4250
|
value: number;
|
|
4251
4251
|
}): void;
|
|
4252
4252
|
};
|
|
4253
|
-
selection: import("
|
|
4254
|
-
navigation: import("
|
|
4253
|
+
selection: import("../..").SelectionManager;
|
|
4254
|
+
navigation: import("../..").NavigationManager;
|
|
4255
4255
|
getId: (item: any) => string;
|
|
4256
4256
|
};
|
|
4257
|
-
selection: import("
|
|
4258
|
-
navigation: import("
|
|
4257
|
+
selection: import("../..").SelectionManager;
|
|
4258
|
+
navigation: import("../..").NavigationManager;
|
|
4259
4259
|
getId: (item: any) => string;
|
|
4260
4260
|
}>;
|
|
4261
4261
|
/**
|
|
@@ -4270,7 +4270,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
4270
4270
|
Item: import("@workday/canvas-kit-react/common").ElementComponentM<"button", import("./TabsItem").TabsItemProps, {
|
|
4271
4271
|
state: {
|
|
4272
4272
|
getId: (item: any) => string;
|
|
4273
|
-
orientation: import("
|
|
4273
|
+
orientation: import("../..").Orientation;
|
|
4274
4274
|
panels: import("../..").Item<any>[];
|
|
4275
4275
|
panelIndexRef: React.MutableRefObject<number>;
|
|
4276
4276
|
hiddenIds: string[];
|
|
@@ -4289,9 +4289,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
4289
4289
|
readonly current: number;
|
|
4290
4290
|
};
|
|
4291
4291
|
UNSTABLE_virtual: {
|
|
4292
|
-
virtualItems: import("
|
|
4292
|
+
virtualItems: import("../..").VirtualItem[];
|
|
4293
4293
|
totalSize: number;
|
|
4294
|
-
scrollToOffset: (index: number, options?: import("
|
|
4294
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
4295
4295
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
4296
4296
|
measure: () => void;
|
|
4297
4297
|
};
|
|
@@ -4402,9 +4402,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
4402
4402
|
readonly current: number;
|
|
4403
4403
|
};
|
|
4404
4404
|
UNSTABLE_virtual: {
|
|
4405
|
-
virtualItems: import("
|
|
4405
|
+
virtualItems: import("../..").VirtualItem[];
|
|
4406
4406
|
totalSize: number;
|
|
4407
|
-
scrollToOffset: (index: number, options?: import("
|
|
4407
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
4408
4408
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
4409
4409
|
measure: () => void;
|
|
4410
4410
|
};
|
|
@@ -4458,12 +4458,12 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
4458
4458
|
value: number;
|
|
4459
4459
|
}): void;
|
|
4460
4460
|
};
|
|
4461
|
-
selection: import("
|
|
4462
|
-
navigation: import("
|
|
4461
|
+
selection: import("../..").SelectionManager;
|
|
4462
|
+
navigation: import("../..").NavigationManager;
|
|
4463
4463
|
getId: (item: any) => string;
|
|
4464
4464
|
};
|
|
4465
|
-
selection: import("
|
|
4466
|
-
navigation: import("
|
|
4465
|
+
selection: import("../..").SelectionManager;
|
|
4466
|
+
navigation: import("../..").NavigationManager;
|
|
4467
4467
|
getId: (item: any) => string;
|
|
4468
4468
|
}> & {
|
|
4469
4469
|
Icon: import("@workday/canvas-kit-react/common").ElementComponent<"span", import("../..").SystemIconProps>;
|
|
@@ -4484,7 +4484,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
4484
4484
|
Panel: import("@workday/canvas-kit-react/common").ElementComponentM<"div", import("./TabsPanel").TabPanelProps, {
|
|
4485
4485
|
state: {
|
|
4486
4486
|
getId: (item: any) => string;
|
|
4487
|
-
orientation: import("
|
|
4487
|
+
orientation: import("../..").Orientation;
|
|
4488
4488
|
panels: import("../..").Item<any>[];
|
|
4489
4489
|
panelIndexRef: React.MutableRefObject<number>;
|
|
4490
4490
|
hiddenIds: string[];
|
|
@@ -4503,9 +4503,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
4503
4503
|
readonly current: number;
|
|
4504
4504
|
};
|
|
4505
4505
|
UNSTABLE_virtual: {
|
|
4506
|
-
virtualItems: import("
|
|
4506
|
+
virtualItems: import("../..").VirtualItem[];
|
|
4507
4507
|
totalSize: number;
|
|
4508
|
-
scrollToOffset: (index: number, options?: import("
|
|
4508
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
4509
4509
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
4510
4510
|
measure: () => void;
|
|
4511
4511
|
};
|
|
@@ -4616,9 +4616,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
4616
4616
|
readonly current: number;
|
|
4617
4617
|
};
|
|
4618
4618
|
UNSTABLE_virtual: {
|
|
4619
|
-
virtualItems: import("
|
|
4619
|
+
virtualItems: import("../..").VirtualItem[];
|
|
4620
4620
|
totalSize: number;
|
|
4621
|
-
scrollToOffset: (index: number, options?: import("
|
|
4621
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
4622
4622
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
4623
4623
|
measure: () => void;
|
|
4624
4624
|
};
|
|
@@ -4672,12 +4672,12 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
4672
4672
|
value: number;
|
|
4673
4673
|
}): void;
|
|
4674
4674
|
};
|
|
4675
|
-
selection: import("
|
|
4676
|
-
navigation: import("
|
|
4675
|
+
selection: import("../..").SelectionManager;
|
|
4676
|
+
navigation: import("../..").NavigationManager;
|
|
4677
4677
|
getId: (item: any) => string;
|
|
4678
4678
|
};
|
|
4679
|
-
selection: import("
|
|
4680
|
-
navigation: import("
|
|
4679
|
+
selection: import("../..").SelectionManager;
|
|
4680
|
+
navigation: import("../..").NavigationManager;
|
|
4681
4681
|
getId: (item: any) => string;
|
|
4682
4682
|
}>;
|
|
4683
4683
|
/**
|
|
@@ -4697,7 +4697,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
4697
4697
|
Panels: import("@workday/canvas-kit-react/common").ElementComponentM<React.FC<{}>, import("./TabsPanels").TabsPanelsProps<any>, {
|
|
4698
4698
|
state: {
|
|
4699
4699
|
getId: (item: any) => string;
|
|
4700
|
-
orientation: import("
|
|
4700
|
+
orientation: import("../..").Orientation;
|
|
4701
4701
|
panels: import("../..").Item<any>[];
|
|
4702
4702
|
panelIndexRef: React.MutableRefObject<number>;
|
|
4703
4703
|
hiddenIds: string[];
|
|
@@ -4716,9 +4716,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
4716
4716
|
readonly current: number;
|
|
4717
4717
|
};
|
|
4718
4718
|
UNSTABLE_virtual: {
|
|
4719
|
-
virtualItems: import("
|
|
4719
|
+
virtualItems: import("../..").VirtualItem[];
|
|
4720
4720
|
totalSize: number;
|
|
4721
|
-
scrollToOffset: (index: number, options?: import("
|
|
4721
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
4722
4722
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
4723
4723
|
measure: () => void;
|
|
4724
4724
|
};
|
|
@@ -4829,9 +4829,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
4829
4829
|
readonly current: number;
|
|
4830
4830
|
};
|
|
4831
4831
|
UNSTABLE_virtual: {
|
|
4832
|
-
virtualItems: import("
|
|
4832
|
+
virtualItems: import("../..").VirtualItem[];
|
|
4833
4833
|
totalSize: number;
|
|
4834
|
-
scrollToOffset: (index: number, options?: import("
|
|
4834
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
4835
4835
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
4836
4836
|
measure: () => void;
|
|
4837
4837
|
};
|
|
@@ -4885,12 +4885,12 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
4885
4885
|
value: number;
|
|
4886
4886
|
}): void;
|
|
4887
4887
|
};
|
|
4888
|
-
selection: import("
|
|
4889
|
-
navigation: import("
|
|
4888
|
+
selection: import("../..").SelectionManager;
|
|
4889
|
+
navigation: import("../..").NavigationManager;
|
|
4890
4890
|
getId: (item: any) => string;
|
|
4891
4891
|
};
|
|
4892
|
-
selection: import("
|
|
4893
|
-
navigation: import("
|
|
4892
|
+
selection: import("../..").SelectionManager;
|
|
4893
|
+
navigation: import("../..").NavigationManager;
|
|
4894
4894
|
getId: (item: any) => string;
|
|
4895
4895
|
}>;
|
|
4896
4896
|
/**
|
|
@@ -4910,7 +4910,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
4910
4910
|
OverflowButton: import("@workday/canvas-kit-react/common").ElementComponentM<"button", import("./TabsOverflowButton").OverflowButtonProps, {
|
|
4911
4911
|
state: {
|
|
4912
4912
|
getId: (item: any) => string;
|
|
4913
|
-
orientation: import("
|
|
4913
|
+
orientation: import("../..").Orientation;
|
|
4914
4914
|
panels: import("../..").Item<any>[];
|
|
4915
4915
|
panelIndexRef: React.MutableRefObject<number>;
|
|
4916
4916
|
hiddenIds: string[];
|
|
@@ -4929,9 +4929,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
4929
4929
|
readonly current: number;
|
|
4930
4930
|
};
|
|
4931
4931
|
UNSTABLE_virtual: {
|
|
4932
|
-
virtualItems: import("
|
|
4932
|
+
virtualItems: import("../..").VirtualItem[];
|
|
4933
4933
|
totalSize: number;
|
|
4934
|
-
scrollToOffset: (index: number, options?: import("
|
|
4934
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
4935
4935
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
4936
4936
|
measure: () => void;
|
|
4937
4937
|
};
|
|
@@ -5042,9 +5042,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
5042
5042
|
readonly current: number;
|
|
5043
5043
|
};
|
|
5044
5044
|
UNSTABLE_virtual: {
|
|
5045
|
-
virtualItems: import("
|
|
5045
|
+
virtualItems: import("../..").VirtualItem[];
|
|
5046
5046
|
totalSize: number;
|
|
5047
|
-
scrollToOffset: (index: number, options?: import("
|
|
5047
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
5048
5048
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
5049
5049
|
measure: () => void;
|
|
5050
5050
|
};
|
|
@@ -5098,12 +5098,12 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
5098
5098
|
value: number;
|
|
5099
5099
|
}): void;
|
|
5100
5100
|
};
|
|
5101
|
-
selection: import("
|
|
5102
|
-
navigation: import("
|
|
5101
|
+
selection: import("../..").SelectionManager;
|
|
5102
|
+
navigation: import("../..").NavigationManager;
|
|
5103
5103
|
getId: (item: any) => string;
|
|
5104
5104
|
};
|
|
5105
|
-
selection: import("
|
|
5106
|
-
navigation: import("
|
|
5105
|
+
selection: import("../..").SelectionManager;
|
|
5106
|
+
navigation: import("../..").NavigationManager;
|
|
5107
5107
|
getId: (item: any) => string;
|
|
5108
5108
|
}>;
|
|
5109
5109
|
/**
|
|
@@ -5127,9 +5127,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
5127
5127
|
readonly current: number;
|
|
5128
5128
|
};
|
|
5129
5129
|
UNSTABLE_virtual: {
|
|
5130
|
-
virtualItems: import("
|
|
5130
|
+
virtualItems: import("../..").VirtualItem[];
|
|
5131
5131
|
totalSize: number;
|
|
5132
|
-
scrollToOffset: (index: number, options?: import("
|
|
5132
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
5133
5133
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
5134
5134
|
measure: () => void;
|
|
5135
5135
|
};
|
|
@@ -5183,8 +5183,8 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
5183
5183
|
value: number;
|
|
5184
5184
|
}): void;
|
|
5185
5185
|
};
|
|
5186
|
-
selection: import("
|
|
5187
|
-
navigation: import("
|
|
5186
|
+
selection: import("../..").SelectionManager;
|
|
5187
|
+
navigation: import("../..").NavigationManager;
|
|
5188
5188
|
getId: (item: any) => string;
|
|
5189
5189
|
}>;
|
|
5190
5190
|
/**
|
|
@@ -5210,17 +5210,17 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
5210
5210
|
initialFocusRef: React.RefObject<any> | undefined;
|
|
5211
5211
|
id: string;
|
|
5212
5212
|
initialVisibility: import("../..").Visibility;
|
|
5213
|
-
initialSelectedIds: import("
|
|
5213
|
+
initialSelectedIds: import("../..").SelectedIds;
|
|
5214
5214
|
initialUnselectedIds: string[];
|
|
5215
|
-
selection: import("
|
|
5215
|
+
selection: import("../..").SelectionManager;
|
|
5216
5216
|
initialCursorId: string;
|
|
5217
5217
|
columnCount: number;
|
|
5218
|
-
navigation: import("
|
|
5218
|
+
navigation: import("../..").NavigationManager;
|
|
5219
5219
|
pageSize: number;
|
|
5220
5220
|
getId: (item: any) => string;
|
|
5221
5221
|
getTextValue: (item: any) => string;
|
|
5222
5222
|
nonInteractiveIds: string[];
|
|
5223
|
-
orientation: import("
|
|
5223
|
+
orientation: import("../..").Orientation;
|
|
5224
5224
|
defaultItemHeight: number;
|
|
5225
5225
|
items: any[];
|
|
5226
5226
|
}> & {
|
|
@@ -5243,9 +5243,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
5243
5243
|
readonly current: number;
|
|
5244
5244
|
};
|
|
5245
5245
|
UNSTABLE_virtual: {
|
|
5246
|
-
virtualItems: import("
|
|
5246
|
+
virtualItems: import("../..").VirtualItem[];
|
|
5247
5247
|
totalSize: number;
|
|
5248
|
-
scrollToOffset: (index: number, options?: import("
|
|
5248
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
5249
5249
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
5250
5250
|
measure: () => void;
|
|
5251
5251
|
};
|
|
@@ -5275,9 +5275,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
5275
5275
|
readonly current: number;
|
|
5276
5276
|
};
|
|
5277
5277
|
UNSTABLE_virtual: {
|
|
5278
|
-
virtualItems: import("
|
|
5278
|
+
virtualItems: import("../..").VirtualItem[];
|
|
5279
5279
|
totalSize: number;
|
|
5280
|
-
scrollToOffset: (index: number, options?: import("
|
|
5280
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
5281
5281
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
5282
5282
|
measure: () => void;
|
|
5283
5283
|
};
|
|
@@ -5307,9 +5307,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
5307
5307
|
readonly current: number;
|
|
5308
5308
|
};
|
|
5309
5309
|
UNSTABLE_virtual: {
|
|
5310
|
-
virtualItems: import("
|
|
5310
|
+
virtualItems: import("../..").VirtualItem[];
|
|
5311
5311
|
totalSize: number;
|
|
5312
|
-
scrollToOffset: (index: number, options?: import("
|
|
5312
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
5313
5313
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
5314
5314
|
measure: () => void;
|
|
5315
5315
|
};
|
|
@@ -5341,9 +5341,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
5341
5341
|
readonly current: number;
|
|
5342
5342
|
};
|
|
5343
5343
|
UNSTABLE_virtual: {
|
|
5344
|
-
virtualItems: import("
|
|
5344
|
+
virtualItems: import("../..").VirtualItem[];
|
|
5345
5345
|
totalSize: number;
|
|
5346
|
-
scrollToOffset: (index: number, options?: import("
|
|
5346
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
5347
5347
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
5348
5348
|
measure: () => void;
|
|
5349
5349
|
};
|
|
@@ -5373,9 +5373,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
5373
5373
|
readonly current: number;
|
|
5374
5374
|
};
|
|
5375
5375
|
UNSTABLE_virtual: {
|
|
5376
|
-
virtualItems: import("
|
|
5376
|
+
virtualItems: import("../..").VirtualItem[];
|
|
5377
5377
|
totalSize: number;
|
|
5378
|
-
scrollToOffset: (index: number, options?: import("
|
|
5378
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
5379
5379
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
5380
5380
|
measure: () => void;
|
|
5381
5381
|
};
|
|
@@ -5405,9 +5405,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
5405
5405
|
readonly current: number;
|
|
5406
5406
|
};
|
|
5407
5407
|
UNSTABLE_virtual: {
|
|
5408
|
-
virtualItems: import("
|
|
5408
|
+
virtualItems: import("../..").VirtualItem[];
|
|
5409
5409
|
totalSize: number;
|
|
5410
|
-
scrollToOffset: (index: number, options?: import("
|
|
5410
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
5411
5411
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
5412
5412
|
measure: () => void;
|
|
5413
5413
|
};
|
|
@@ -5437,9 +5437,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
5437
5437
|
readonly current: number;
|
|
5438
5438
|
};
|
|
5439
5439
|
UNSTABLE_virtual: {
|
|
5440
|
-
virtualItems: import("
|
|
5440
|
+
virtualItems: import("../..").VirtualItem[];
|
|
5441
5441
|
totalSize: number;
|
|
5442
|
-
scrollToOffset: (index: number, options?: import("
|
|
5442
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
5443
5443
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
5444
5444
|
measure: () => void;
|
|
5445
5445
|
};
|
|
@@ -5473,9 +5473,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
5473
5473
|
readonly current: number;
|
|
5474
5474
|
};
|
|
5475
5475
|
UNSTABLE_virtual: {
|
|
5476
|
-
virtualItems: import("
|
|
5476
|
+
virtualItems: import("../..").VirtualItem[];
|
|
5477
5477
|
totalSize: number;
|
|
5478
|
-
scrollToOffset: (index: number, options?: import("
|
|
5478
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
5479
5479
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
5480
5480
|
measure: () => void;
|
|
5481
5481
|
};
|
|
@@ -5507,9 +5507,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
5507
5507
|
readonly current: number;
|
|
5508
5508
|
};
|
|
5509
5509
|
UNSTABLE_virtual: {
|
|
5510
|
-
virtualItems: import("
|
|
5510
|
+
virtualItems: import("../..").VirtualItem[];
|
|
5511
5511
|
totalSize: number;
|
|
5512
|
-
scrollToOffset: (index: number, options?: import("
|
|
5512
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
5513
5513
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
5514
5514
|
measure: () => void;
|
|
5515
5515
|
};
|
|
@@ -5539,9 +5539,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
5539
5539
|
readonly current: number;
|
|
5540
5540
|
};
|
|
5541
5541
|
UNSTABLE_virtual: {
|
|
5542
|
-
virtualItems: import("
|
|
5542
|
+
virtualItems: import("../..").VirtualItem[];
|
|
5543
5543
|
totalSize: number;
|
|
5544
|
-
scrollToOffset: (index: number, options?: import("
|
|
5544
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
5545
5545
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
5546
5546
|
measure: () => void;
|
|
5547
5547
|
};
|
|
@@ -5571,9 +5571,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
5571
5571
|
readonly current: number;
|
|
5572
5572
|
};
|
|
5573
5573
|
UNSTABLE_virtual: {
|
|
5574
|
-
virtualItems: import("
|
|
5574
|
+
virtualItems: import("../..").VirtualItem[];
|
|
5575
5575
|
totalSize: number;
|
|
5576
|
-
scrollToOffset: (index: number, options?: import("
|
|
5576
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
5577
5577
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
5578
5578
|
measure: () => void;
|
|
5579
5579
|
};
|
|
@@ -5603,9 +5603,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
5603
5603
|
readonly current: number;
|
|
5604
5604
|
};
|
|
5605
5605
|
UNSTABLE_virtual: {
|
|
5606
|
-
virtualItems: import("
|
|
5606
|
+
virtualItems: import("../..").VirtualItem[];
|
|
5607
5607
|
totalSize: number;
|
|
5608
|
-
scrollToOffset: (index: number, options?: import("
|
|
5608
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
5609
5609
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
5610
5610
|
measure: () => void;
|
|
5611
5611
|
};
|
|
@@ -5635,9 +5635,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
5635
5635
|
readonly current: number;
|
|
5636
5636
|
};
|
|
5637
5637
|
UNSTABLE_virtual: {
|
|
5638
|
-
virtualItems: import("
|
|
5638
|
+
virtualItems: import("../..").VirtualItem[];
|
|
5639
5639
|
totalSize: number;
|
|
5640
|
-
scrollToOffset: (index: number, options?: import("
|
|
5640
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
5641
5641
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
5642
5642
|
measure: () => void;
|
|
5643
5643
|
};
|
|
@@ -5667,9 +5667,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
5667
5667
|
readonly current: number;
|
|
5668
5668
|
};
|
|
5669
5669
|
UNSTABLE_virtual: {
|
|
5670
|
-
virtualItems: import("
|
|
5670
|
+
virtualItems: import("../..").VirtualItem[];
|
|
5671
5671
|
totalSize: number;
|
|
5672
|
-
scrollToOffset: (index: number, options?: import("
|
|
5672
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
5673
5673
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
5674
5674
|
measure: () => void;
|
|
5675
5675
|
};
|
|
@@ -5699,9 +5699,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
5699
5699
|
readonly current: number;
|
|
5700
5700
|
};
|
|
5701
5701
|
UNSTABLE_virtual: {
|
|
5702
|
-
virtualItems: import("
|
|
5702
|
+
virtualItems: import("../..").VirtualItem[];
|
|
5703
5703
|
totalSize: number;
|
|
5704
|
-
scrollToOffset: (index: number, options?: import("
|
|
5704
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
5705
5705
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
5706
5706
|
measure: () => void;
|
|
5707
5707
|
};
|
|
@@ -5731,9 +5731,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
5731
5731
|
readonly current: number;
|
|
5732
5732
|
};
|
|
5733
5733
|
UNSTABLE_virtual: {
|
|
5734
|
-
virtualItems: import("
|
|
5734
|
+
virtualItems: import("../..").VirtualItem[];
|
|
5735
5735
|
totalSize: number;
|
|
5736
|
-
scrollToOffset: (index: number, options?: import("
|
|
5736
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
5737
5737
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
5738
5738
|
measure: () => void;
|
|
5739
5739
|
};
|
|
@@ -5763,9 +5763,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
5763
5763
|
readonly current: number;
|
|
5764
5764
|
};
|
|
5765
5765
|
UNSTABLE_virtual: {
|
|
5766
|
-
virtualItems: import("
|
|
5766
|
+
virtualItems: import("../..").VirtualItem[];
|
|
5767
5767
|
totalSize: number;
|
|
5768
|
-
scrollToOffset: (index: number, options?: import("
|
|
5768
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
5769
5769
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
5770
5770
|
measure: () => void;
|
|
5771
5771
|
};
|
|
@@ -5795,9 +5795,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
5795
5795
|
readonly current: number;
|
|
5796
5796
|
};
|
|
5797
5797
|
UNSTABLE_virtual: {
|
|
5798
|
-
virtualItems: import("
|
|
5798
|
+
virtualItems: import("../..").VirtualItem[];
|
|
5799
5799
|
totalSize: number;
|
|
5800
|
-
scrollToOffset: (index: number, options?: import("
|
|
5800
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
5801
5801
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
5802
5802
|
measure: () => void;
|
|
5803
5803
|
};
|
|
@@ -5827,9 +5827,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
5827
5827
|
readonly current: number;
|
|
5828
5828
|
};
|
|
5829
5829
|
UNSTABLE_virtual: {
|
|
5830
|
-
virtualItems: import("
|
|
5830
|
+
virtualItems: import("../..").VirtualItem[];
|
|
5831
5831
|
totalSize: number;
|
|
5832
|
-
scrollToOffset: (index: number, options?: import("
|
|
5832
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
5833
5833
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
5834
5834
|
measure: () => void;
|
|
5835
5835
|
};
|
|
@@ -5862,9 +5862,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
5862
5862
|
readonly current: number;
|
|
5863
5863
|
};
|
|
5864
5864
|
UNSTABLE_virtual: {
|
|
5865
|
-
virtualItems: import("
|
|
5865
|
+
virtualItems: import("../..").VirtualItem[];
|
|
5866
5866
|
totalSize: number;
|
|
5867
|
-
scrollToOffset: (index: number, options?: import("
|
|
5867
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
5868
5868
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
5869
5869
|
measure: () => void;
|
|
5870
5870
|
};
|
|
@@ -5896,9 +5896,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
5896
5896
|
readonly current: number;
|
|
5897
5897
|
};
|
|
5898
5898
|
UNSTABLE_virtual: {
|
|
5899
|
-
virtualItems: import("
|
|
5899
|
+
virtualItems: import("../..").VirtualItem[];
|
|
5900
5900
|
totalSize: number;
|
|
5901
|
-
scrollToOffset: (index: number, options?: import("
|
|
5901
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
5902
5902
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
5903
5903
|
measure: () => void;
|
|
5904
5904
|
};
|
|
@@ -5930,9 +5930,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
5930
5930
|
readonly current: number;
|
|
5931
5931
|
};
|
|
5932
5932
|
UNSTABLE_virtual: {
|
|
5933
|
-
virtualItems: import("
|
|
5933
|
+
virtualItems: import("../..").VirtualItem[];
|
|
5934
5934
|
totalSize: number;
|
|
5935
|
-
scrollToOffset: (index: number, options?: import("
|
|
5935
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
5936
5936
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
5937
5937
|
measure: () => void;
|
|
5938
5938
|
};
|
|
@@ -5965,9 +5965,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
5965
5965
|
readonly current: number;
|
|
5966
5966
|
};
|
|
5967
5967
|
UNSTABLE_virtual: {
|
|
5968
|
-
virtualItems: import("
|
|
5968
|
+
virtualItems: import("../..").VirtualItem[];
|
|
5969
5969
|
totalSize: number;
|
|
5970
|
-
scrollToOffset: (index: number, options?: import("
|
|
5970
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
5971
5971
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
5972
5972
|
measure: () => void;
|
|
5973
5973
|
};
|
|
@@ -5997,9 +5997,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
5997
5997
|
readonly current: number;
|
|
5998
5998
|
};
|
|
5999
5999
|
UNSTABLE_virtual: {
|
|
6000
|
-
virtualItems: import("
|
|
6000
|
+
virtualItems: import("../..").VirtualItem[];
|
|
6001
6001
|
totalSize: number;
|
|
6002
|
-
scrollToOffset: (index: number, options?: import("
|
|
6002
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
6003
6003
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
6004
6004
|
measure: () => void;
|
|
6005
6005
|
};
|
|
@@ -6029,9 +6029,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
6029
6029
|
readonly current: number;
|
|
6030
6030
|
};
|
|
6031
6031
|
UNSTABLE_virtual: {
|
|
6032
|
-
virtualItems: import("
|
|
6032
|
+
virtualItems: import("../..").VirtualItem[];
|
|
6033
6033
|
totalSize: number;
|
|
6034
|
-
scrollToOffset: (index: number, options?: import("
|
|
6034
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
6035
6035
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
6036
6036
|
measure: () => void;
|
|
6037
6037
|
};
|
|
@@ -6063,9 +6063,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
6063
6063
|
readonly current: number;
|
|
6064
6064
|
};
|
|
6065
6065
|
UNSTABLE_virtual: {
|
|
6066
|
-
virtualItems: import("
|
|
6066
|
+
virtualItems: import("../..").VirtualItem[];
|
|
6067
6067
|
totalSize: number;
|
|
6068
|
-
scrollToOffset: (index: number, options?: import("
|
|
6068
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
6069
6069
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
6070
6070
|
measure: () => void;
|
|
6071
6071
|
};
|
|
@@ -6095,9 +6095,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
6095
6095
|
readonly current: number;
|
|
6096
6096
|
};
|
|
6097
6097
|
UNSTABLE_virtual: {
|
|
6098
|
-
virtualItems: import("
|
|
6098
|
+
virtualItems: import("../..").VirtualItem[];
|
|
6099
6099
|
totalSize: number;
|
|
6100
|
-
scrollToOffset: (index: number, options?: import("
|
|
6100
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
6101
6101
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
6102
6102
|
measure: () => void;
|
|
6103
6103
|
};
|
|
@@ -6127,9 +6127,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
6127
6127
|
readonly current: number;
|
|
6128
6128
|
};
|
|
6129
6129
|
UNSTABLE_virtual: {
|
|
6130
|
-
virtualItems: import("
|
|
6130
|
+
virtualItems: import("../..").VirtualItem[];
|
|
6131
6131
|
totalSize: number;
|
|
6132
|
-
scrollToOffset: (index: number, options?: import("
|
|
6132
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
6133
6133
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
6134
6134
|
measure: () => void;
|
|
6135
6135
|
};
|
|
@@ -6159,9 +6159,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
6159
6159
|
readonly current: number;
|
|
6160
6160
|
};
|
|
6161
6161
|
UNSTABLE_virtual: {
|
|
6162
|
-
virtualItems: import("
|
|
6162
|
+
virtualItems: import("../..").VirtualItem[];
|
|
6163
6163
|
totalSize: number;
|
|
6164
|
-
scrollToOffset: (index: number, options?: import("
|
|
6164
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
6165
6165
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
6166
6166
|
measure: () => void;
|
|
6167
6167
|
};
|
|
@@ -6195,9 +6195,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
6195
6195
|
readonly current: number;
|
|
6196
6196
|
};
|
|
6197
6197
|
UNSTABLE_virtual: {
|
|
6198
|
-
virtualItems: import("
|
|
6198
|
+
virtualItems: import("../..").VirtualItem[];
|
|
6199
6199
|
totalSize: number;
|
|
6200
|
-
scrollToOffset: (index: number, options?: import("
|
|
6200
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
6201
6201
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
6202
6202
|
measure: () => void;
|
|
6203
6203
|
};
|
|
@@ -6229,9 +6229,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
6229
6229
|
readonly current: number;
|
|
6230
6230
|
};
|
|
6231
6231
|
UNSTABLE_virtual: {
|
|
6232
|
-
virtualItems: import("
|
|
6232
|
+
virtualItems: import("../..").VirtualItem[];
|
|
6233
6233
|
totalSize: number;
|
|
6234
|
-
scrollToOffset: (index: number, options?: import("
|
|
6234
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
6235
6235
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
6236
6236
|
measure: () => void;
|
|
6237
6237
|
};
|
|
@@ -6261,9 +6261,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
6261
6261
|
readonly current: number;
|
|
6262
6262
|
};
|
|
6263
6263
|
UNSTABLE_virtual: {
|
|
6264
|
-
virtualItems: import("
|
|
6264
|
+
virtualItems: import("../..").VirtualItem[];
|
|
6265
6265
|
totalSize: number;
|
|
6266
|
-
scrollToOffset: (index: number, options?: import("
|
|
6266
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
6267
6267
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
6268
6268
|
measure: () => void;
|
|
6269
6269
|
};
|
|
@@ -6293,9 +6293,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
6293
6293
|
readonly current: number;
|
|
6294
6294
|
};
|
|
6295
6295
|
UNSTABLE_virtual: {
|
|
6296
|
-
virtualItems: import("
|
|
6296
|
+
virtualItems: import("../..").VirtualItem[];
|
|
6297
6297
|
totalSize: number;
|
|
6298
|
-
scrollToOffset: (index: number, options?: import("
|
|
6298
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
6299
6299
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
6300
6300
|
measure: () => void;
|
|
6301
6301
|
};
|
|
@@ -6325,9 +6325,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
6325
6325
|
readonly current: number;
|
|
6326
6326
|
};
|
|
6327
6327
|
UNSTABLE_virtual: {
|
|
6328
|
-
virtualItems: import("
|
|
6328
|
+
virtualItems: import("../..").VirtualItem[];
|
|
6329
6329
|
totalSize: number;
|
|
6330
|
-
scrollToOffset: (index: number, options?: import("
|
|
6330
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
6331
6331
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
6332
6332
|
measure: () => void;
|
|
6333
6333
|
};
|
|
@@ -6357,9 +6357,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
6357
6357
|
readonly current: number;
|
|
6358
6358
|
};
|
|
6359
6359
|
UNSTABLE_virtual: {
|
|
6360
|
-
virtualItems: import("
|
|
6360
|
+
virtualItems: import("../..").VirtualItem[];
|
|
6361
6361
|
totalSize: number;
|
|
6362
|
-
scrollToOffset: (index: number, options?: import("
|
|
6362
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
6363
6363
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
6364
6364
|
measure: () => void;
|
|
6365
6365
|
};
|
|
@@ -6389,9 +6389,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
6389
6389
|
readonly current: number;
|
|
6390
6390
|
};
|
|
6391
6391
|
UNSTABLE_virtual: {
|
|
6392
|
-
virtualItems: import("
|
|
6392
|
+
virtualItems: import("../..").VirtualItem[];
|
|
6393
6393
|
totalSize: number;
|
|
6394
|
-
scrollToOffset: (index: number, options?: import("
|
|
6394
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
6395
6395
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
6396
6396
|
measure: () => void;
|
|
6397
6397
|
};
|
|
@@ -6421,9 +6421,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
6421
6421
|
readonly current: number;
|
|
6422
6422
|
};
|
|
6423
6423
|
UNSTABLE_virtual: {
|
|
6424
|
-
virtualItems: import("
|
|
6424
|
+
virtualItems: import("../..").VirtualItem[];
|
|
6425
6425
|
totalSize: number;
|
|
6426
|
-
scrollToOffset: (index: number, options?: import("
|
|
6426
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
6427
6427
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
6428
6428
|
measure: () => void;
|
|
6429
6429
|
};
|
|
@@ -6453,9 +6453,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
6453
6453
|
readonly current: number;
|
|
6454
6454
|
};
|
|
6455
6455
|
UNSTABLE_virtual: {
|
|
6456
|
-
virtualItems: import("
|
|
6456
|
+
virtualItems: import("../..").VirtualItem[];
|
|
6457
6457
|
totalSize: number;
|
|
6458
|
-
scrollToOffset: (index: number, options?: import("
|
|
6458
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
6459
6459
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
6460
6460
|
measure: () => void;
|
|
6461
6461
|
};
|
|
@@ -6485,9 +6485,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
6485
6485
|
readonly current: number;
|
|
6486
6486
|
};
|
|
6487
6487
|
UNSTABLE_virtual: {
|
|
6488
|
-
virtualItems: import("
|
|
6488
|
+
virtualItems: import("../..").VirtualItem[];
|
|
6489
6489
|
totalSize: number;
|
|
6490
|
-
scrollToOffset: (index: number, options?: import("
|
|
6490
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
6491
6491
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
6492
6492
|
measure: () => void;
|
|
6493
6493
|
};
|
|
@@ -6517,9 +6517,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
6517
6517
|
readonly current: number;
|
|
6518
6518
|
};
|
|
6519
6519
|
UNSTABLE_virtual: {
|
|
6520
|
-
virtualItems: import("
|
|
6520
|
+
virtualItems: import("../..").VirtualItem[];
|
|
6521
6521
|
totalSize: number;
|
|
6522
|
-
scrollToOffset: (index: number, options?: import("
|
|
6522
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
6523
6523
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
6524
6524
|
measure: () => void;
|
|
6525
6525
|
};
|
|
@@ -6549,9 +6549,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
6549
6549
|
readonly current: number;
|
|
6550
6550
|
};
|
|
6551
6551
|
UNSTABLE_virtual: {
|
|
6552
|
-
virtualItems: import("
|
|
6552
|
+
virtualItems: import("../..").VirtualItem[];
|
|
6553
6553
|
totalSize: number;
|
|
6554
|
-
scrollToOffset: (index: number, options?: import("
|
|
6554
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
6555
6555
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
6556
6556
|
measure: () => void;
|
|
6557
6557
|
};
|
|
@@ -6584,9 +6584,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
6584
6584
|
readonly current: number;
|
|
6585
6585
|
};
|
|
6586
6586
|
UNSTABLE_virtual: {
|
|
6587
|
-
virtualItems: import("
|
|
6587
|
+
virtualItems: import("../..").VirtualItem[];
|
|
6588
6588
|
totalSize: number;
|
|
6589
|
-
scrollToOffset: (index: number, options?: import("
|
|
6589
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
6590
6590
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
6591
6591
|
measure: () => void;
|
|
6592
6592
|
};
|
|
@@ -6618,9 +6618,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
6618
6618
|
readonly current: number;
|
|
6619
6619
|
};
|
|
6620
6620
|
UNSTABLE_virtual: {
|
|
6621
|
-
virtualItems: import("
|
|
6621
|
+
virtualItems: import("../..").VirtualItem[];
|
|
6622
6622
|
totalSize: number;
|
|
6623
|
-
scrollToOffset: (index: number, options?: import("
|
|
6623
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
6624
6624
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
6625
6625
|
measure: () => void;
|
|
6626
6626
|
};
|
|
@@ -6652,9 +6652,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
6652
6652
|
readonly current: number;
|
|
6653
6653
|
};
|
|
6654
6654
|
UNSTABLE_virtual: {
|
|
6655
|
-
virtualItems: import("
|
|
6655
|
+
virtualItems: import("../..").VirtualItem[];
|
|
6656
6656
|
totalSize: number;
|
|
6657
|
-
scrollToOffset: (index: number, options?: import("
|
|
6657
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
6658
6658
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
6659
6659
|
measure: () => void;
|
|
6660
6660
|
};
|
|
@@ -6685,9 +6685,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
6685
6685
|
readonly current: number;
|
|
6686
6686
|
};
|
|
6687
6687
|
UNSTABLE_virtual: {
|
|
6688
|
-
virtualItems: import("
|
|
6688
|
+
virtualItems: import("../..").VirtualItem[];
|
|
6689
6689
|
totalSize: number;
|
|
6690
|
-
scrollToOffset: (index: number, options?: import("
|
|
6690
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
6691
6691
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
6692
6692
|
measure: () => void;
|
|
6693
6693
|
};
|
|
@@ -6741,8 +6741,8 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
6741
6741
|
value: number;
|
|
6742
6742
|
}): void;
|
|
6743
6743
|
};
|
|
6744
|
-
selection: import("
|
|
6745
|
-
navigation: import("
|
|
6744
|
+
selection: import("../..").SelectionManager;
|
|
6745
|
+
navigation: import("../..").NavigationManager;
|
|
6746
6746
|
getId: (item: any) => string;
|
|
6747
6747
|
}> & {
|
|
6748
6748
|
Target: import("@workday/canvas-kit-react/common").ElementComponentM<import("@workday/canvas-kit-react/common").ElementComponent<"button", import("../..").SecondaryButtonProps>, import("../../menu/lib/MenuTarget").MenuTargetProps, {
|
|
@@ -6763,9 +6763,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
6763
6763
|
readonly current: number;
|
|
6764
6764
|
};
|
|
6765
6765
|
UNSTABLE_virtual: {
|
|
6766
|
-
virtualItems: import("
|
|
6766
|
+
virtualItems: import("../..").VirtualItem[];
|
|
6767
6767
|
totalSize: number;
|
|
6768
|
-
scrollToOffset: (index: number, options?: import("
|
|
6768
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
6769
6769
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
6770
6770
|
measure: () => void;
|
|
6771
6771
|
};
|
|
@@ -6819,8 +6819,8 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
6819
6819
|
value: number;
|
|
6820
6820
|
}): void;
|
|
6821
6821
|
};
|
|
6822
|
-
selection: import("
|
|
6823
|
-
navigation: import("
|
|
6822
|
+
selection: import("../..").SelectionManager;
|
|
6823
|
+
navigation: import("../..").NavigationManager;
|
|
6824
6824
|
getId: (item: any) => string;
|
|
6825
6825
|
}>;
|
|
6826
6826
|
Card: import("@workday/canvas-kit-react/common").ElementComponentM<"div", import("../../menu/lib/MenuCard").MenuCardProps, {
|
|
@@ -6841,9 +6841,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
6841
6841
|
readonly current: number;
|
|
6842
6842
|
};
|
|
6843
6843
|
UNSTABLE_virtual: {
|
|
6844
|
-
virtualItems: import("
|
|
6844
|
+
virtualItems: import("../..").VirtualItem[];
|
|
6845
6845
|
totalSize: number;
|
|
6846
|
-
scrollToOffset: (index: number, options?: import("
|
|
6846
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
6847
6847
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
6848
6848
|
measure: () => void;
|
|
6849
6849
|
};
|
|
@@ -6897,8 +6897,8 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
6897
6897
|
value: number;
|
|
6898
6898
|
}): void;
|
|
6899
6899
|
};
|
|
6900
|
-
selection: import("
|
|
6901
|
-
navigation: import("
|
|
6900
|
+
selection: import("../..").SelectionManager;
|
|
6901
|
+
navigation: import("../..").NavigationManager;
|
|
6902
6902
|
getId: (item: any) => string;
|
|
6903
6903
|
}>;
|
|
6904
6904
|
List: import("@workday/canvas-kit-react/common").ElementComponentM<"div", import("../../menu/lib/MenuList").MenuListProps<any>, {
|
|
@@ -6919,9 +6919,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
6919
6919
|
readonly current: number;
|
|
6920
6920
|
};
|
|
6921
6921
|
UNSTABLE_virtual: {
|
|
6922
|
-
virtualItems: import("
|
|
6922
|
+
virtualItems: import("../..").VirtualItem[];
|
|
6923
6923
|
totalSize: number;
|
|
6924
|
-
scrollToOffset: (index: number, options?: import("
|
|
6924
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
6925
6925
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
6926
6926
|
measure: () => void;
|
|
6927
6927
|
};
|
|
@@ -6975,8 +6975,8 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
6975
6975
|
value: number;
|
|
6976
6976
|
}): void;
|
|
6977
6977
|
};
|
|
6978
|
-
selection: import("
|
|
6979
|
-
navigation: import("
|
|
6978
|
+
selection: import("../..").SelectionManager;
|
|
6979
|
+
navigation: import("../..").NavigationManager;
|
|
6980
6980
|
getId: (item: any) => string;
|
|
6981
6981
|
}>;
|
|
6982
6982
|
Item: import("@workday/canvas-kit-react/common").ElementComponentM<"button", import("../../menu/lib/MenuItem").MenuItemProps, {
|
|
@@ -6997,9 +6997,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
6997
6997
|
readonly current: number;
|
|
6998
6998
|
};
|
|
6999
6999
|
UNSTABLE_virtual: {
|
|
7000
|
-
virtualItems: import("
|
|
7000
|
+
virtualItems: import("../..").VirtualItem[];
|
|
7001
7001
|
totalSize: number;
|
|
7002
|
-
scrollToOffset: (index: number, options?: import("
|
|
7002
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
7003
7003
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
7004
7004
|
measure: () => void;
|
|
7005
7005
|
};
|
|
@@ -7053,8 +7053,8 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
7053
7053
|
value: number;
|
|
7054
7054
|
}): void;
|
|
7055
7055
|
};
|
|
7056
|
-
selection: import("
|
|
7057
|
-
navigation: import("
|
|
7056
|
+
selection: import("../..").SelectionManager;
|
|
7057
|
+
navigation: import("../..").NavigationManager;
|
|
7058
7058
|
getId: (item: any) => string;
|
|
7059
7059
|
}> & {
|
|
7060
7060
|
Icon: (elemProps: import("../..").SystemIconProps) => React.JSX.Element;
|
|
@@ -7080,9 +7080,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
7080
7080
|
readonly current: number;
|
|
7081
7081
|
};
|
|
7082
7082
|
UNSTABLE_virtual: {
|
|
7083
|
-
virtualItems: import("
|
|
7083
|
+
virtualItems: import("../..").VirtualItem[];
|
|
7084
7084
|
totalSize: number;
|
|
7085
|
-
scrollToOffset: (index: number, options?: import("
|
|
7085
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
7086
7086
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
7087
7087
|
measure: () => void;
|
|
7088
7088
|
};
|
|
@@ -7136,8 +7136,8 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
7136
7136
|
value: number;
|
|
7137
7137
|
}): void;
|
|
7138
7138
|
};
|
|
7139
|
-
selection: import("
|
|
7140
|
-
navigation: import("
|
|
7139
|
+
selection: import("../..").SelectionManager;
|
|
7140
|
+
navigation: import("../..").NavigationManager;
|
|
7141
7141
|
getId: (item: any) => string;
|
|
7142
7142
|
}> & {
|
|
7143
7143
|
Icon: (elemProps: import("../..").SystemIconProps) => React.JSX.Element;
|
|
@@ -7164,9 +7164,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
7164
7164
|
readonly current: number;
|
|
7165
7165
|
};
|
|
7166
7166
|
UNSTABLE_virtual: {
|
|
7167
|
-
virtualItems: import("
|
|
7167
|
+
virtualItems: import("../..").VirtualItem[];
|
|
7168
7168
|
totalSize: number;
|
|
7169
|
-
scrollToOffset: (index: number, options?: import("
|
|
7169
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
7170
7170
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
7171
7171
|
measure: () => void;
|
|
7172
7172
|
};
|
|
@@ -7220,8 +7220,8 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
7220
7220
|
value: number;
|
|
7221
7221
|
}): void;
|
|
7222
7222
|
};
|
|
7223
|
-
selection: import("
|
|
7224
|
-
navigation: import("
|
|
7223
|
+
selection: import("../..").SelectionManager;
|
|
7224
|
+
navigation: import("../..").NavigationManager;
|
|
7225
7225
|
getId: (item: any) => string;
|
|
7226
7226
|
}>;
|
|
7227
7227
|
Popper: import("@workday/canvas-kit-react/common").ElementComponentM<"div", import("../../menu/lib/MenuPopper").MenuPopperProps, {
|
|
@@ -7242,9 +7242,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
7242
7242
|
readonly current: number;
|
|
7243
7243
|
};
|
|
7244
7244
|
UNSTABLE_virtual: {
|
|
7245
|
-
virtualItems: import("
|
|
7245
|
+
virtualItems: import("../..").VirtualItem[];
|
|
7246
7246
|
totalSize: number;
|
|
7247
|
-
scrollToOffset: (index: number, options?: import("
|
|
7247
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
7248
7248
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
7249
7249
|
measure: () => void;
|
|
7250
7250
|
};
|
|
@@ -7298,8 +7298,8 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
7298
7298
|
value: number;
|
|
7299
7299
|
}): void;
|
|
7300
7300
|
};
|
|
7301
|
-
selection: import("
|
|
7302
|
-
navigation: import("
|
|
7301
|
+
selection: import("../..").SelectionManager;
|
|
7302
|
+
navigation: import("../..").NavigationManager;
|
|
7303
7303
|
getId: (item: any) => string;
|
|
7304
7304
|
}>;
|
|
7305
7305
|
};
|