@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
|
@@ -19,17 +19,17 @@ export declare const useSelectModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
19
19
|
initialFocusRef: import("react").RefObject<any> | undefined;
|
|
20
20
|
id: string;
|
|
21
21
|
initialVisibility: import("../../..").Visibility;
|
|
22
|
-
initialSelectedIds: import("
|
|
22
|
+
initialSelectedIds: import("../../..").SelectedIds;
|
|
23
23
|
initialUnselectedIds: string[];
|
|
24
|
-
selection: import("
|
|
24
|
+
selection: import("../../..").SelectionManager;
|
|
25
25
|
initialCursorId: string;
|
|
26
26
|
columnCount: number;
|
|
27
|
-
navigation: import("
|
|
27
|
+
navigation: import("../../..").NavigationManager;
|
|
28
28
|
pageSize: number;
|
|
29
29
|
getId: (item: any) => string;
|
|
30
30
|
getTextValue: (item: any) => string;
|
|
31
31
|
nonInteractiveIds: string[];
|
|
32
|
-
orientation: import("
|
|
32
|
+
orientation: import("../../..").Orientation;
|
|
33
33
|
defaultItemHeight: number;
|
|
34
34
|
items: any[];
|
|
35
35
|
value: string | undefined;
|
|
@@ -53,9 +53,9 @@ export declare const useSelectModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
53
53
|
readonly current: number;
|
|
54
54
|
};
|
|
55
55
|
UNSTABLE_virtual: {
|
|
56
|
-
virtualItems: import("
|
|
56
|
+
virtualItems: import("../../..").VirtualItem[];
|
|
57
57
|
totalSize: number;
|
|
58
|
-
scrollToOffset: (index: number, options?: import("
|
|
58
|
+
scrollToOffset: (index: number, options?: import("../../..").ScrollToOffsetOptions | undefined) => void;
|
|
59
59
|
scrollToIndex: (index: number, options?: import("../../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
60
60
|
measure: () => void;
|
|
61
61
|
};
|
|
@@ -90,9 +90,9 @@ export declare const useSelectModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
90
90
|
readonly current: number;
|
|
91
91
|
};
|
|
92
92
|
UNSTABLE_virtual: {
|
|
93
|
-
virtualItems: import("
|
|
93
|
+
virtualItems: import("../../..").VirtualItem[];
|
|
94
94
|
totalSize: number;
|
|
95
|
-
scrollToOffset: (index: number, options?: import("
|
|
95
|
+
scrollToOffset: (index: number, options?: import("../../..").ScrollToOffsetOptions | undefined) => void;
|
|
96
96
|
scrollToIndex: (index: number, options?: import("../../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
97
97
|
measure: () => void;
|
|
98
98
|
};
|
|
@@ -125,9 +125,9 @@ export declare const useSelectModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
125
125
|
readonly current: number;
|
|
126
126
|
};
|
|
127
127
|
UNSTABLE_virtual: {
|
|
128
|
-
virtualItems: import("
|
|
128
|
+
virtualItems: import("../../..").VirtualItem[];
|
|
129
129
|
totalSize: number;
|
|
130
|
-
scrollToOffset: (index: number, options?: import("
|
|
130
|
+
scrollToOffset: (index: number, options?: import("../../..").ScrollToOffsetOptions | undefined) => void;
|
|
131
131
|
scrollToIndex: (index: number, options?: import("../../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
132
132
|
measure: () => void;
|
|
133
133
|
};
|
|
@@ -160,9 +160,9 @@ export declare const useSelectModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
160
160
|
readonly current: number;
|
|
161
161
|
};
|
|
162
162
|
UNSTABLE_virtual: {
|
|
163
|
-
virtualItems: import("
|
|
163
|
+
virtualItems: import("../../..").VirtualItem[];
|
|
164
164
|
totalSize: number;
|
|
165
|
-
scrollToOffset: (index: number, options?: import("
|
|
165
|
+
scrollToOffset: (index: number, options?: import("../../..").ScrollToOffsetOptions | undefined) => void;
|
|
166
166
|
scrollToIndex: (index: number, options?: import("../../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
167
167
|
measure: () => void;
|
|
168
168
|
};
|
|
@@ -197,9 +197,9 @@ export declare const useSelectModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
197
197
|
readonly current: number;
|
|
198
198
|
};
|
|
199
199
|
UNSTABLE_virtual: {
|
|
200
|
-
virtualItems: import("
|
|
200
|
+
virtualItems: import("../../..").VirtualItem[];
|
|
201
201
|
totalSize: number;
|
|
202
|
-
scrollToOffset: (index: number, options?: import("
|
|
202
|
+
scrollToOffset: (index: number, options?: import("../../..").ScrollToOffsetOptions | undefined) => void;
|
|
203
203
|
scrollToIndex: (index: number, options?: import("../../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
204
204
|
measure: () => void;
|
|
205
205
|
};
|
|
@@ -232,9 +232,9 @@ export declare const useSelectModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
232
232
|
readonly current: number;
|
|
233
233
|
};
|
|
234
234
|
UNSTABLE_virtual: {
|
|
235
|
-
virtualItems: import("
|
|
235
|
+
virtualItems: import("../../..").VirtualItem[];
|
|
236
236
|
totalSize: number;
|
|
237
|
-
scrollToOffset: (index: number, options?: import("
|
|
237
|
+
scrollToOffset: (index: number, options?: import("../../..").ScrollToOffsetOptions | undefined) => void;
|
|
238
238
|
scrollToIndex: (index: number, options?: import("../../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
239
239
|
measure: () => void;
|
|
240
240
|
};
|
|
@@ -267,9 +267,9 @@ export declare const useSelectModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
267
267
|
readonly current: number;
|
|
268
268
|
};
|
|
269
269
|
UNSTABLE_virtual: {
|
|
270
|
-
virtualItems: import("
|
|
270
|
+
virtualItems: import("../../..").VirtualItem[];
|
|
271
271
|
totalSize: number;
|
|
272
|
-
scrollToOffset: (index: number, options?: import("
|
|
272
|
+
scrollToOffset: (index: number, options?: import("../../..").ScrollToOffsetOptions | undefined) => void;
|
|
273
273
|
scrollToIndex: (index: number, options?: import("../../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
274
274
|
measure: () => void;
|
|
275
275
|
};
|
|
@@ -302,9 +302,9 @@ export declare const useSelectModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
302
302
|
readonly current: number;
|
|
303
303
|
};
|
|
304
304
|
UNSTABLE_virtual: {
|
|
305
|
-
virtualItems: import("
|
|
305
|
+
virtualItems: import("../../..").VirtualItem[];
|
|
306
306
|
totalSize: number;
|
|
307
|
-
scrollToOffset: (index: number, options?: import("
|
|
307
|
+
scrollToOffset: (index: number, options?: import("../../..").ScrollToOffsetOptions | undefined) => void;
|
|
308
308
|
scrollToIndex: (index: number, options?: import("../../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
309
309
|
measure: () => void;
|
|
310
310
|
};
|
|
@@ -341,9 +341,9 @@ export declare const useSelectModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
341
341
|
readonly current: number;
|
|
342
342
|
};
|
|
343
343
|
UNSTABLE_virtual: {
|
|
344
|
-
virtualItems: import("
|
|
344
|
+
virtualItems: import("../../..").VirtualItem[];
|
|
345
345
|
totalSize: number;
|
|
346
|
-
scrollToOffset: (index: number, options?: import("
|
|
346
|
+
scrollToOffset: (index: number, options?: import("../../..").ScrollToOffsetOptions | undefined) => void;
|
|
347
347
|
scrollToIndex: (index: number, options?: import("../../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
348
348
|
measure: () => void;
|
|
349
349
|
};
|
|
@@ -378,9 +378,9 @@ export declare const useSelectModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
378
378
|
readonly current: number;
|
|
379
379
|
};
|
|
380
380
|
UNSTABLE_virtual: {
|
|
381
|
-
virtualItems: import("
|
|
381
|
+
virtualItems: import("../../..").VirtualItem[];
|
|
382
382
|
totalSize: number;
|
|
383
|
-
scrollToOffset: (index: number, options?: import("
|
|
383
|
+
scrollToOffset: (index: number, options?: import("../../..").ScrollToOffsetOptions | undefined) => void;
|
|
384
384
|
scrollToIndex: (index: number, options?: import("../../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
385
385
|
measure: () => void;
|
|
386
386
|
};
|
|
@@ -413,9 +413,9 @@ export declare const useSelectModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
413
413
|
readonly current: number;
|
|
414
414
|
};
|
|
415
415
|
UNSTABLE_virtual: {
|
|
416
|
-
virtualItems: import("
|
|
416
|
+
virtualItems: import("../../..").VirtualItem[];
|
|
417
417
|
totalSize: number;
|
|
418
|
-
scrollToOffset: (index: number, options?: import("
|
|
418
|
+
scrollToOffset: (index: number, options?: import("../../..").ScrollToOffsetOptions | undefined) => void;
|
|
419
419
|
scrollToIndex: (index: number, options?: import("../../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
420
420
|
measure: () => void;
|
|
421
421
|
};
|
|
@@ -448,9 +448,9 @@ export declare const useSelectModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
448
448
|
readonly current: number;
|
|
449
449
|
};
|
|
450
450
|
UNSTABLE_virtual: {
|
|
451
|
-
virtualItems: import("
|
|
451
|
+
virtualItems: import("../../..").VirtualItem[];
|
|
452
452
|
totalSize: number;
|
|
453
|
-
scrollToOffset: (index: number, options?: import("
|
|
453
|
+
scrollToOffset: (index: number, options?: import("../../..").ScrollToOffsetOptions | undefined) => void;
|
|
454
454
|
scrollToIndex: (index: number, options?: import("../../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
455
455
|
measure: () => void;
|
|
456
456
|
};
|
|
@@ -483,9 +483,9 @@ export declare const useSelectModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
483
483
|
readonly current: number;
|
|
484
484
|
};
|
|
485
485
|
UNSTABLE_virtual: {
|
|
486
|
-
virtualItems: import("
|
|
486
|
+
virtualItems: import("../../..").VirtualItem[];
|
|
487
487
|
totalSize: number;
|
|
488
|
-
scrollToOffset: (index: number, options?: import("
|
|
488
|
+
scrollToOffset: (index: number, options?: import("../../..").ScrollToOffsetOptions | undefined) => void;
|
|
489
489
|
scrollToIndex: (index: number, options?: import("../../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
490
490
|
measure: () => void;
|
|
491
491
|
};
|
|
@@ -518,9 +518,9 @@ export declare const useSelectModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
518
518
|
readonly current: number;
|
|
519
519
|
};
|
|
520
520
|
UNSTABLE_virtual: {
|
|
521
|
-
virtualItems: import("
|
|
521
|
+
virtualItems: import("../../..").VirtualItem[];
|
|
522
522
|
totalSize: number;
|
|
523
|
-
scrollToOffset: (index: number, options?: import("
|
|
523
|
+
scrollToOffset: (index: number, options?: import("../../..").ScrollToOffsetOptions | undefined) => void;
|
|
524
524
|
scrollToIndex: (index: number, options?: import("../../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
525
525
|
measure: () => void;
|
|
526
526
|
};
|
|
@@ -553,9 +553,9 @@ export declare const useSelectModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
553
553
|
readonly current: number;
|
|
554
554
|
};
|
|
555
555
|
UNSTABLE_virtual: {
|
|
556
|
-
virtualItems: import("
|
|
556
|
+
virtualItems: import("../../..").VirtualItem[];
|
|
557
557
|
totalSize: number;
|
|
558
|
-
scrollToOffset: (index: number, options?: import("
|
|
558
|
+
scrollToOffset: (index: number, options?: import("../../..").ScrollToOffsetOptions | undefined) => void;
|
|
559
559
|
scrollToIndex: (index: number, options?: import("../../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
560
560
|
measure: () => void;
|
|
561
561
|
};
|
|
@@ -588,9 +588,9 @@ export declare const useSelectModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
588
588
|
readonly current: number;
|
|
589
589
|
};
|
|
590
590
|
UNSTABLE_virtual: {
|
|
591
|
-
virtualItems: import("
|
|
591
|
+
virtualItems: import("../../..").VirtualItem[];
|
|
592
592
|
totalSize: number;
|
|
593
|
-
scrollToOffset: (index: number, options?: import("
|
|
593
|
+
scrollToOffset: (index: number, options?: import("../../..").ScrollToOffsetOptions | undefined) => void;
|
|
594
594
|
scrollToIndex: (index: number, options?: import("../../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
595
595
|
measure: () => void;
|
|
596
596
|
};
|
|
@@ -623,9 +623,9 @@ export declare const useSelectModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
623
623
|
readonly current: number;
|
|
624
624
|
};
|
|
625
625
|
UNSTABLE_virtual: {
|
|
626
|
-
virtualItems: import("
|
|
626
|
+
virtualItems: import("../../..").VirtualItem[];
|
|
627
627
|
totalSize: number;
|
|
628
|
-
scrollToOffset: (index: number, options?: import("
|
|
628
|
+
scrollToOffset: (index: number, options?: import("../../..").ScrollToOffsetOptions | undefined) => void;
|
|
629
629
|
scrollToIndex: (index: number, options?: import("../../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
630
630
|
measure: () => void;
|
|
631
631
|
};
|
|
@@ -658,9 +658,9 @@ export declare const useSelectModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
658
658
|
readonly current: number;
|
|
659
659
|
};
|
|
660
660
|
UNSTABLE_virtual: {
|
|
661
|
-
virtualItems: import("
|
|
661
|
+
virtualItems: import("../../..").VirtualItem[];
|
|
662
662
|
totalSize: number;
|
|
663
|
-
scrollToOffset: (index: number, options?: import("
|
|
663
|
+
scrollToOffset: (index: number, options?: import("../../..").ScrollToOffsetOptions | undefined) => void;
|
|
664
664
|
scrollToIndex: (index: number, options?: import("../../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
665
665
|
measure: () => void;
|
|
666
666
|
};
|
|
@@ -693,9 +693,9 @@ export declare const useSelectModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
693
693
|
readonly current: number;
|
|
694
694
|
};
|
|
695
695
|
UNSTABLE_virtual: {
|
|
696
|
-
virtualItems: import("
|
|
696
|
+
virtualItems: import("../../..").VirtualItem[];
|
|
697
697
|
totalSize: number;
|
|
698
|
-
scrollToOffset: (index: number, options?: import("
|
|
698
|
+
scrollToOffset: (index: number, options?: import("../../..").ScrollToOffsetOptions | undefined) => void;
|
|
699
699
|
scrollToIndex: (index: number, options?: import("../../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
700
700
|
measure: () => void;
|
|
701
701
|
};
|
|
@@ -728,9 +728,9 @@ export declare const useSelectModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
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
|
};
|
|
@@ -766,9 +766,9 @@ export declare const useSelectModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
766
766
|
readonly current: number;
|
|
767
767
|
};
|
|
768
768
|
UNSTABLE_virtual: {
|
|
769
|
-
virtualItems: import("
|
|
769
|
+
virtualItems: import("../../..").VirtualItem[];
|
|
770
770
|
totalSize: number;
|
|
771
|
-
scrollToOffset: (index: number, options?: import("
|
|
771
|
+
scrollToOffset: (index: number, options?: import("../../..").ScrollToOffsetOptions | undefined) => void;
|
|
772
772
|
scrollToIndex: (index: number, options?: import("../../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
773
773
|
measure: () => void;
|
|
774
774
|
};
|
|
@@ -803,9 +803,9 @@ export declare const useSelectModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
803
803
|
readonly current: number;
|
|
804
804
|
};
|
|
805
805
|
UNSTABLE_virtual: {
|
|
806
|
-
virtualItems: import("
|
|
806
|
+
virtualItems: import("../../..").VirtualItem[];
|
|
807
807
|
totalSize: number;
|
|
808
|
-
scrollToOffset: (index: number, options?: import("
|
|
808
|
+
scrollToOffset: (index: number, options?: import("../../..").ScrollToOffsetOptions | undefined) => void;
|
|
809
809
|
scrollToIndex: (index: number, options?: import("../../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
810
810
|
measure: () => void;
|
|
811
811
|
};
|
|
@@ -840,9 +840,9 @@ export declare const useSelectModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
840
840
|
readonly current: number;
|
|
841
841
|
};
|
|
842
842
|
UNSTABLE_virtual: {
|
|
843
|
-
virtualItems: import("
|
|
843
|
+
virtualItems: import("../../..").VirtualItem[];
|
|
844
844
|
totalSize: number;
|
|
845
|
-
scrollToOffset: (index: number, options?: import("
|
|
845
|
+
scrollToOffset: (index: number, options?: import("../../..").ScrollToOffsetOptions | undefined) => void;
|
|
846
846
|
scrollToIndex: (index: number, options?: import("../../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
847
847
|
measure: () => void;
|
|
848
848
|
};
|
|
@@ -876,9 +876,9 @@ export declare const useSelectModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
876
876
|
readonly current: number;
|
|
877
877
|
};
|
|
878
878
|
UNSTABLE_virtual: {
|
|
879
|
-
virtualItems: import("
|
|
879
|
+
virtualItems: import("../../..").VirtualItem[];
|
|
880
880
|
totalSize: number;
|
|
881
|
-
scrollToOffset: (index: number, options?: import("
|
|
881
|
+
scrollToOffset: (index: number, options?: import("../../..").ScrollToOffsetOptions | undefined) => void;
|
|
882
882
|
scrollToIndex: (index: number, options?: import("../../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
883
883
|
measure: () => void;
|
|
884
884
|
};
|
|
@@ -913,9 +913,9 @@ export declare const useSelectModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
913
913
|
readonly current: number;
|
|
914
914
|
};
|
|
915
915
|
UNSTABLE_virtual: {
|
|
916
|
-
virtualItems: import("
|
|
916
|
+
virtualItems: import("../../..").VirtualItem[];
|
|
917
917
|
totalSize: number;
|
|
918
|
-
scrollToOffset: (index: number, options?: import("
|
|
918
|
+
scrollToOffset: (index: number, options?: import("../../..").ScrollToOffsetOptions | undefined) => void;
|
|
919
919
|
scrollToIndex: (index: number, options?: import("../../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
920
920
|
measure: () => void;
|
|
921
921
|
};
|
|
@@ -948,9 +948,9 @@ export declare const useSelectModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
948
948
|
readonly current: number;
|
|
949
949
|
};
|
|
950
950
|
UNSTABLE_virtual: {
|
|
951
|
-
virtualItems: import("
|
|
951
|
+
virtualItems: import("../../..").VirtualItem[];
|
|
952
952
|
totalSize: number;
|
|
953
|
-
scrollToOffset: (index: number, options?: import("
|
|
953
|
+
scrollToOffset: (index: number, options?: import("../../..").ScrollToOffsetOptions | undefined) => void;
|
|
954
954
|
scrollToIndex: (index: number, options?: import("../../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
955
955
|
measure: () => void;
|
|
956
956
|
};
|
|
@@ -983,9 +983,9 @@ export declare const useSelectModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
983
983
|
readonly current: number;
|
|
984
984
|
};
|
|
985
985
|
UNSTABLE_virtual: {
|
|
986
|
-
virtualItems: import("
|
|
986
|
+
virtualItems: import("../../..").VirtualItem[];
|
|
987
987
|
totalSize: number;
|
|
988
|
-
scrollToOffset: (index: number, options?: import("
|
|
988
|
+
scrollToOffset: (index: number, options?: import("../../..").ScrollToOffsetOptions | undefined) => void;
|
|
989
989
|
scrollToIndex: (index: number, options?: import("../../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
990
990
|
measure: () => void;
|
|
991
991
|
};
|
|
@@ -1020,9 +1020,9 @@ export declare const useSelectModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
1020
1020
|
readonly current: number;
|
|
1021
1021
|
};
|
|
1022
1022
|
UNSTABLE_virtual: {
|
|
1023
|
-
virtualItems: import("
|
|
1023
|
+
virtualItems: import("../../..").VirtualItem[];
|
|
1024
1024
|
totalSize: number;
|
|
1025
|
-
scrollToOffset: (index: number, options?: import("
|
|
1025
|
+
scrollToOffset: (index: number, options?: import("../../..").ScrollToOffsetOptions | undefined) => void;
|
|
1026
1026
|
scrollToIndex: (index: number, options?: import("../../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1027
1027
|
measure: () => void;
|
|
1028
1028
|
};
|
|
@@ -1055,9 +1055,9 @@ export declare const useSelectModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
1055
1055
|
readonly current: number;
|
|
1056
1056
|
};
|
|
1057
1057
|
UNSTABLE_virtual: {
|
|
1058
|
-
virtualItems: import("
|
|
1058
|
+
virtualItems: import("../../..").VirtualItem[];
|
|
1059
1059
|
totalSize: number;
|
|
1060
|
-
scrollToOffset: (index: number, options?: import("
|
|
1060
|
+
scrollToOffset: (index: number, options?: import("../../..").ScrollToOffsetOptions | undefined) => void;
|
|
1061
1061
|
scrollToIndex: (index: number, options?: import("../../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1062
1062
|
measure: () => void;
|
|
1063
1063
|
};
|
|
@@ -1090,9 +1090,9 @@ export declare const useSelectModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
1090
1090
|
readonly current: number;
|
|
1091
1091
|
};
|
|
1092
1092
|
UNSTABLE_virtual: {
|
|
1093
|
-
virtualItems: import("
|
|
1093
|
+
virtualItems: import("../../..").VirtualItem[];
|
|
1094
1094
|
totalSize: number;
|
|
1095
|
-
scrollToOffset: (index: number, options?: import("
|
|
1095
|
+
scrollToOffset: (index: number, options?: import("../../..").ScrollToOffsetOptions | undefined) => void;
|
|
1096
1096
|
scrollToIndex: (index: number, options?: import("../../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1097
1097
|
measure: () => void;
|
|
1098
1098
|
};
|
|
@@ -1125,9 +1125,9 @@ export declare const useSelectModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
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
|
};
|
|
@@ -1164,9 +1164,9 @@ export declare const useSelectModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
1164
1164
|
readonly current: number;
|
|
1165
1165
|
};
|
|
1166
1166
|
UNSTABLE_virtual: {
|
|
1167
|
-
virtualItems: import("
|
|
1167
|
+
virtualItems: import("../../..").VirtualItem[];
|
|
1168
1168
|
totalSize: number;
|
|
1169
|
-
scrollToOffset: (index: number, options?: import("
|
|
1169
|
+
scrollToOffset: (index: number, options?: import("../../..").ScrollToOffsetOptions | undefined) => void;
|
|
1170
1170
|
scrollToIndex: (index: number, options?: import("../../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1171
1171
|
measure: () => void;
|
|
1172
1172
|
};
|
|
@@ -1201,9 +1201,9 @@ export declare const useSelectModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
1201
1201
|
readonly current: number;
|
|
1202
1202
|
};
|
|
1203
1203
|
UNSTABLE_virtual: {
|
|
1204
|
-
virtualItems: import("
|
|
1204
|
+
virtualItems: import("../../..").VirtualItem[];
|
|
1205
1205
|
totalSize: number;
|
|
1206
|
-
scrollToOffset: (index: number, options?: import("
|
|
1206
|
+
scrollToOffset: (index: number, options?: import("../../..").ScrollToOffsetOptions | undefined) => void;
|
|
1207
1207
|
scrollToIndex: (index: number, options?: import("../../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1208
1208
|
measure: () => void;
|
|
1209
1209
|
};
|
|
@@ -1236,9 +1236,9 @@ export declare const useSelectModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
1236
1236
|
readonly current: number;
|
|
1237
1237
|
};
|
|
1238
1238
|
UNSTABLE_virtual: {
|
|
1239
|
-
virtualItems: import("
|
|
1239
|
+
virtualItems: import("../../..").VirtualItem[];
|
|
1240
1240
|
totalSize: number;
|
|
1241
|
-
scrollToOffset: (index: number, options?: import("
|
|
1241
|
+
scrollToOffset: (index: number, options?: import("../../..").ScrollToOffsetOptions | undefined) => void;
|
|
1242
1242
|
scrollToIndex: (index: number, options?: import("../../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1243
1243
|
measure: () => void;
|
|
1244
1244
|
};
|
|
@@ -1271,9 +1271,9 @@ export declare const useSelectModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
1271
1271
|
readonly current: number;
|
|
1272
1272
|
};
|
|
1273
1273
|
UNSTABLE_virtual: {
|
|
1274
|
-
virtualItems: import("
|
|
1274
|
+
virtualItems: import("../../..").VirtualItem[];
|
|
1275
1275
|
totalSize: number;
|
|
1276
|
-
scrollToOffset: (index: number, options?: import("
|
|
1276
|
+
scrollToOffset: (index: number, options?: import("../../..").ScrollToOffsetOptions | undefined) => void;
|
|
1277
1277
|
scrollToIndex: (index: number, options?: import("../../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1278
1278
|
measure: () => void;
|
|
1279
1279
|
};
|
|
@@ -1306,9 +1306,9 @@ export declare const useSelectModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
1306
1306
|
readonly current: number;
|
|
1307
1307
|
};
|
|
1308
1308
|
UNSTABLE_virtual: {
|
|
1309
|
-
virtualItems: import("
|
|
1309
|
+
virtualItems: import("../../..").VirtualItem[];
|
|
1310
1310
|
totalSize: number;
|
|
1311
|
-
scrollToOffset: (index: number, options?: import("
|
|
1311
|
+
scrollToOffset: (index: number, options?: import("../../..").ScrollToOffsetOptions | undefined) => void;
|
|
1312
1312
|
scrollToIndex: (index: number, options?: import("../../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1313
1313
|
measure: () => void;
|
|
1314
1314
|
};
|
|
@@ -1341,9 +1341,9 @@ export declare const useSelectModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
1341
1341
|
readonly current: number;
|
|
1342
1342
|
};
|
|
1343
1343
|
UNSTABLE_virtual: {
|
|
1344
|
-
virtualItems: import("
|
|
1344
|
+
virtualItems: import("../../..").VirtualItem[];
|
|
1345
1345
|
totalSize: number;
|
|
1346
|
-
scrollToOffset: (index: number, options?: import("
|
|
1346
|
+
scrollToOffset: (index: number, options?: import("../../..").ScrollToOffsetOptions | undefined) => void;
|
|
1347
1347
|
scrollToIndex: (index: number, options?: import("../../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1348
1348
|
measure: () => void;
|
|
1349
1349
|
};
|
|
@@ -1376,9 +1376,9 @@ export declare const useSelectModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
1376
1376
|
readonly current: number;
|
|
1377
1377
|
};
|
|
1378
1378
|
UNSTABLE_virtual: {
|
|
1379
|
-
virtualItems: import("
|
|
1379
|
+
virtualItems: import("../../..").VirtualItem[];
|
|
1380
1380
|
totalSize: number;
|
|
1381
|
-
scrollToOffset: (index: number, options?: import("
|
|
1381
|
+
scrollToOffset: (index: number, options?: import("../../..").ScrollToOffsetOptions | undefined) => void;
|
|
1382
1382
|
scrollToIndex: (index: number, options?: import("../../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1383
1383
|
measure: () => void;
|
|
1384
1384
|
};
|
|
@@ -1411,9 +1411,9 @@ export declare const useSelectModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
1411
1411
|
readonly current: number;
|
|
1412
1412
|
};
|
|
1413
1413
|
UNSTABLE_virtual: {
|
|
1414
|
-
virtualItems: import("
|
|
1414
|
+
virtualItems: import("../../..").VirtualItem[];
|
|
1415
1415
|
totalSize: number;
|
|
1416
|
-
scrollToOffset: (index: number, options?: import("
|
|
1416
|
+
scrollToOffset: (index: number, options?: import("../../..").ScrollToOffsetOptions | undefined) => void;
|
|
1417
1417
|
scrollToIndex: (index: number, options?: import("../../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1418
1418
|
measure: () => void;
|
|
1419
1419
|
};
|
|
@@ -1446,9 +1446,9 @@ export declare const useSelectModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
1446
1446
|
readonly current: number;
|
|
1447
1447
|
};
|
|
1448
1448
|
UNSTABLE_virtual: {
|
|
1449
|
-
virtualItems: import("
|
|
1449
|
+
virtualItems: import("../../..").VirtualItem[];
|
|
1450
1450
|
totalSize: number;
|
|
1451
|
-
scrollToOffset: (index: number, options?: import("
|
|
1451
|
+
scrollToOffset: (index: number, options?: import("../../..").ScrollToOffsetOptions | undefined) => void;
|
|
1452
1452
|
scrollToIndex: (index: number, options?: import("../../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1453
1453
|
measure: () => void;
|
|
1454
1454
|
};
|
|
@@ -1481,9 +1481,9 @@ export declare const useSelectModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
1481
1481
|
readonly current: number;
|
|
1482
1482
|
};
|
|
1483
1483
|
UNSTABLE_virtual: {
|
|
1484
|
-
virtualItems: import("
|
|
1484
|
+
virtualItems: import("../../..").VirtualItem[];
|
|
1485
1485
|
totalSize: number;
|
|
1486
|
-
scrollToOffset: (index: number, options?: import("
|
|
1486
|
+
scrollToOffset: (index: number, options?: import("../../..").ScrollToOffsetOptions | undefined) => void;
|
|
1487
1487
|
scrollToIndex: (index: number, options?: import("../../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1488
1488
|
measure: () => void;
|
|
1489
1489
|
};
|
|
@@ -1516,9 +1516,9 @@ export declare const useSelectModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
1516
1516
|
readonly current: number;
|
|
1517
1517
|
};
|
|
1518
1518
|
UNSTABLE_virtual: {
|
|
1519
|
-
virtualItems: import("
|
|
1519
|
+
virtualItems: import("../../..").VirtualItem[];
|
|
1520
1520
|
totalSize: number;
|
|
1521
|
-
scrollToOffset: (index: number, options?: import("
|
|
1521
|
+
scrollToOffset: (index: number, options?: import("../../..").ScrollToOffsetOptions | undefined) => void;
|
|
1522
1522
|
scrollToIndex: (index: number, options?: import("../../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1523
1523
|
measure: () => void;
|
|
1524
1524
|
};
|
|
@@ -1551,9 +1551,9 @@ export declare const useSelectModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
1551
1551
|
readonly current: number;
|
|
1552
1552
|
};
|
|
1553
1553
|
UNSTABLE_virtual: {
|
|
1554
|
-
virtualItems: import("
|
|
1554
|
+
virtualItems: import("../../..").VirtualItem[];
|
|
1555
1555
|
totalSize: number;
|
|
1556
|
-
scrollToOffset: (index: number, options?: import("
|
|
1556
|
+
scrollToOffset: (index: number, options?: import("../../..").ScrollToOffsetOptions | undefined) => void;
|
|
1557
1557
|
scrollToIndex: (index: number, options?: import("../../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1558
1558
|
measure: () => void;
|
|
1559
1559
|
};
|
|
@@ -1589,9 +1589,9 @@ export declare const useSelectModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
1589
1589
|
readonly current: number;
|
|
1590
1590
|
};
|
|
1591
1591
|
UNSTABLE_virtual: {
|
|
1592
|
-
virtualItems: import("
|
|
1592
|
+
virtualItems: import("../../..").VirtualItem[];
|
|
1593
1593
|
totalSize: number;
|
|
1594
|
-
scrollToOffset: (index: number, options?: import("
|
|
1594
|
+
scrollToOffset: (index: number, options?: import("../../..").ScrollToOffsetOptions | undefined) => void;
|
|
1595
1595
|
scrollToIndex: (index: number, options?: import("../../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1596
1596
|
measure: () => void;
|
|
1597
1597
|
};
|
|
@@ -1626,9 +1626,9 @@ export declare const useSelectModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
1626
1626
|
readonly current: number;
|
|
1627
1627
|
};
|
|
1628
1628
|
UNSTABLE_virtual: {
|
|
1629
|
-
virtualItems: import("
|
|
1629
|
+
virtualItems: import("../../..").VirtualItem[];
|
|
1630
1630
|
totalSize: number;
|
|
1631
|
-
scrollToOffset: (index: number, options?: import("
|
|
1631
|
+
scrollToOffset: (index: number, options?: import("../../..").ScrollToOffsetOptions | undefined) => void;
|
|
1632
1632
|
scrollToIndex: (index: number, options?: import("../../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1633
1633
|
measure: () => void;
|
|
1634
1634
|
};
|
|
@@ -1663,9 +1663,9 @@ export declare const useSelectModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
1663
1663
|
readonly current: number;
|
|
1664
1664
|
};
|
|
1665
1665
|
UNSTABLE_virtual: {
|
|
1666
|
-
virtualItems: import("
|
|
1666
|
+
virtualItems: import("../../..").VirtualItem[];
|
|
1667
1667
|
totalSize: number;
|
|
1668
|
-
scrollToOffset: (index: number, options?: import("
|
|
1668
|
+
scrollToOffset: (index: number, options?: import("../../..").ScrollToOffsetOptions | undefined) => void;
|
|
1669
1669
|
scrollToIndex: (index: number, options?: import("../../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1670
1670
|
measure: () => void;
|
|
1671
1671
|
};
|
|
@@ -1699,9 +1699,9 @@ export declare const useSelectModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
1699
1699
|
readonly current: number;
|
|
1700
1700
|
};
|
|
1701
1701
|
UNSTABLE_virtual: {
|
|
1702
|
-
virtualItems: import("
|
|
1702
|
+
virtualItems: import("../../..").VirtualItem[];
|
|
1703
1703
|
totalSize: number;
|
|
1704
|
-
scrollToOffset: (index: number, options?: import("
|
|
1704
|
+
scrollToOffset: (index: number, options?: import("../../..").ScrollToOffsetOptions | undefined) => void;
|
|
1705
1705
|
scrollToIndex: (index: number, options?: import("../../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1706
1706
|
measure: () => void;
|
|
1707
1707
|
};
|
|
@@ -1761,8 +1761,8 @@ export declare const useSelectModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
1761
1761
|
};
|
|
1762
1762
|
onFilterChange: (event: import("react").ChangeEvent<HTMLInputElement>) => void;
|
|
1763
1763
|
onChange: (event: import("react").ChangeEvent<HTMLInputElement>) => void;
|
|
1764
|
-
selection: import("
|
|
1765
|
-
navigation: import("
|
|
1764
|
+
selection: import("../../..").SelectionManager;
|
|
1765
|
+
navigation: import("../../..").NavigationManager;
|
|
1766
1766
|
getId: (item: any) => string;
|
|
1767
1767
|
}) & import("@workday/canvas-kit-react/common").ModelExtras<{
|
|
1768
1768
|
shouldVirtualize: boolean;
|
|
@@ -1771,17 +1771,17 @@ export declare const useSelectModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
1771
1771
|
initialFocusRef: import("react").RefObject<any> | undefined;
|
|
1772
1772
|
id: string;
|
|
1773
1773
|
initialVisibility: import("../../..").Visibility;
|
|
1774
|
-
initialSelectedIds: import("
|
|
1774
|
+
initialSelectedIds: import("../../..").SelectedIds;
|
|
1775
1775
|
initialUnselectedIds: string[];
|
|
1776
|
-
selection: import("
|
|
1776
|
+
selection: import("../../..").SelectionManager;
|
|
1777
1777
|
initialCursorId: string;
|
|
1778
1778
|
columnCount: number;
|
|
1779
|
-
navigation: import("
|
|
1779
|
+
navigation: import("../../..").NavigationManager;
|
|
1780
1780
|
pageSize: number;
|
|
1781
1781
|
getId: (item: any) => string;
|
|
1782
1782
|
getTextValue: (item: any) => string;
|
|
1783
1783
|
nonInteractiveIds: string[];
|
|
1784
|
-
orientation: import("
|
|
1784
|
+
orientation: import("../../..").Orientation;
|
|
1785
1785
|
defaultItemHeight: number;
|
|
1786
1786
|
items: any[];
|
|
1787
1787
|
value: string | undefined;
|
|
@@ -1804,9 +1804,9 @@ export declare const useSelectModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
1804
1804
|
readonly current: number;
|
|
1805
1805
|
};
|
|
1806
1806
|
UNSTABLE_virtual: {
|
|
1807
|
-
virtualItems: import("
|
|
1807
|
+
virtualItems: import("../../..").VirtualItem[];
|
|
1808
1808
|
totalSize: number;
|
|
1809
|
-
scrollToOffset: (index: number, options?: import("
|
|
1809
|
+
scrollToOffset: (index: number, options?: import("../../..").ScrollToOffsetOptions | undefined) => void;
|
|
1810
1810
|
scrollToIndex: (index: number, options?: import("../../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1811
1811
|
measure: () => void;
|
|
1812
1812
|
};
|
|
@@ -1880,9 +1880,9 @@ export declare const useSelectModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
1880
1880
|
readonly current: number;
|
|
1881
1881
|
};
|
|
1882
1882
|
UNSTABLE_virtual: {
|
|
1883
|
-
virtualItems: import("
|
|
1883
|
+
virtualItems: import("../../..").VirtualItem[];
|
|
1884
1884
|
totalSize: number;
|
|
1885
|
-
scrollToOffset: (index: number, options?: import("
|
|
1885
|
+
scrollToOffset: (index: number, options?: import("../../..").ScrollToOffsetOptions | undefined) => void;
|
|
1886
1886
|
scrollToIndex: (index: number, options?: import("../../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1887
1887
|
measure: () => void;
|
|
1888
1888
|
};
|
|
@@ -1942,8 +1942,8 @@ export declare const useSelectModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
1942
1942
|
};
|
|
1943
1943
|
onFilterChange: (event: import("react").ChangeEvent<HTMLInputElement>) => void;
|
|
1944
1944
|
onChange: (event: import("react").ChangeEvent<HTMLInputElement>) => void;
|
|
1945
|
-
selection: import("
|
|
1946
|
-
navigation: import("
|
|
1945
|
+
selection: import("../../..").SelectionManager;
|
|
1946
|
+
navigation: import("../../..").NavigationManager;
|
|
1947
1947
|
getId: (item: any) => string;
|
|
1948
1948
|
}>;
|
|
1949
1949
|
//# sourceMappingURL=useSelectModel.d.ts.map
|