@workday/canvas-kit-preview-react 13.0.0-alpha.998-next.0 → 13.0.0
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/color-picker/lib/parts/ColorReset.tsx +0 -1
- package/dist/commonjs/color-picker/lib/ColorPicker.d.ts +1 -1
- package/dist/commonjs/color-picker/lib/ColorPicker.js +2 -8
- package/dist/commonjs/color-picker/lib/parts/ColorReset.d.ts +1 -2
- package/dist/commonjs/color-picker/lib/parts/ColorReset.d.ts.map +1 -1
- package/dist/commonjs/color-picker/lib/parts/ColorReset.js +2 -27
- package/dist/commonjs/color-picker/lib/parts/SwatchBook.d.ts +1 -2
- package/dist/commonjs/color-picker/lib/parts/SwatchBook.d.ts.map +1 -1
- package/dist/commonjs/color-picker/lib/parts/SwatchBook.js +9 -33
- package/dist/commonjs/divider/lib/Divider.d.ts +2 -2
- package/dist/commonjs/divider/lib/Divider.d.ts.map +1 -1
- package/dist/commonjs/divider/lib/Divider.js +4 -27
- package/dist/commonjs/index.d.ts +1 -2
- package/dist/commonjs/index.d.ts.map +1 -1
- package/dist/commonjs/index.js +1 -2
- package/dist/commonjs/{InformationHighlight → information-highlight}/index.d.ts.map +1 -1
- package/dist/commonjs/{InformationHighlight → information-highlight}/lib/InformationHighlight.d.ts +2 -2
- package/dist/commonjs/information-highlight/lib/InformationHighlight.d.ts.map +1 -0
- package/dist/commonjs/information-highlight/lib/InformationHighlight.js +42 -0
- package/dist/commonjs/information-highlight/lib/hooks/useInformationHighlightModel.d.ts.map +1 -0
- package/dist/commonjs/information-highlight/lib/parts/Body.d.ts +2 -0
- package/dist/commonjs/information-highlight/lib/parts/Body.d.ts.map +1 -0
- package/dist/commonjs/information-highlight/lib/parts/Body.js +17 -0
- package/dist/commonjs/information-highlight/lib/parts/Heading.d.ts.map +1 -0
- package/dist/commonjs/information-highlight/lib/parts/Heading.js +17 -0
- package/dist/commonjs/information-highlight/lib/parts/Icon.d.ts.map +1 -0
- package/dist/commonjs/information-highlight/lib/parts/Icon.js +19 -0
- package/dist/commonjs/information-highlight/lib/parts/Link.d.ts.map +1 -0
- package/dist/commonjs/information-highlight/lib/parts/Link.js +17 -0
- package/dist/commonjs/loading-sparkles/lib/LoadingSparkles.d.ts +1 -0
- package/dist/commonjs/loading-sparkles/lib/LoadingSparkles.d.ts.map +1 -1
- package/dist/commonjs/loading-sparkles/lib/LoadingSparkles.js +8 -45
- package/dist/commonjs/loading-sparkles/lib/sparkleIcon.js +1 -1
- package/dist/commonjs/menu/lib/Menu.d.ts +1 -1
- package/dist/commonjs/menu/lib/Menu.d.ts.map +1 -1
- package/dist/commonjs/menu/lib/Menu.js +17 -19
- package/dist/commonjs/menu/lib/MenuItem.d.ts +1 -1
- package/dist/commonjs/menu/lib/MenuItem.js +2 -6
- package/dist/commonjs/multi-select/lib/MultiSelect.d.ts +1548 -266
- package/dist/commonjs/multi-select/lib/MultiSelect.d.ts.map +1 -1
- package/dist/commonjs/multi-select/lib/MultiSelect.js +2 -5
- package/dist/commonjs/multi-select/lib/MultiSelectCard.d.ts +464 -59
- package/dist/commonjs/multi-select/lib/MultiSelectCard.d.ts.map +1 -1
- package/dist/commonjs/multi-select/lib/MultiSelectCard.js +2 -5
- package/dist/commonjs/multi-select/lib/MultiSelectInput.d.ts +646 -37
- package/dist/commonjs/multi-select/lib/MultiSelectInput.d.ts.map +1 -1
- package/dist/commonjs/multi-select/lib/MultiSelectInput.js +7 -25
- package/dist/commonjs/multi-select/lib/MultiSelectItem.d.ts +619 -81
- package/dist/commonjs/multi-select/lib/MultiSelectItem.d.ts.map +1 -1
- package/dist/commonjs/multi-select/lib/MultiSelectItem.js +2 -5
- package/dist/commonjs/multi-select/lib/MultiSelectedItem.d.ts +468 -65
- package/dist/commonjs/multi-select/lib/MultiSelectedItem.d.ts.map +1 -1
- package/dist/commonjs/multi-select/lib/MultiSelectedItem.js +2 -7
- package/dist/commonjs/multi-select/lib/MultiSelectedList.d.ts +215 -12
- package/dist/commonjs/multi-select/lib/MultiSelectedList.d.ts.map +1 -1
- package/dist/commonjs/multi-select/lib/MultiSelectedList.js +2 -7
- package/dist/commonjs/multi-select/lib/useMultiSelectItemRemove.d.ts +215 -12
- package/dist/commonjs/multi-select/lib/useMultiSelectItemRemove.d.ts.map +1 -1
- package/dist/commonjs/multi-select/lib/useMultiSelectModel.d.ts +718 -178
- package/dist/commonjs/multi-select/lib/useMultiSelectModel.d.ts.map +1 -1
- package/dist/commonjs/pill/index.d.ts +5 -0
- package/dist/commonjs/pill/index.d.ts.map +1 -1
- package/dist/commonjs/pill/index.js +13 -0
- package/dist/commonjs/pill/lib/Pill.d.ts +229 -18
- package/dist/commonjs/pill/lib/Pill.d.ts.map +1 -1
- package/dist/commonjs/pill/lib/Pill.js +42 -172
- package/dist/commonjs/pill/lib/PillAvatar.d.ts +222 -1
- package/dist/commonjs/pill/lib/PillAvatar.d.ts.map +1 -1
- package/dist/commonjs/pill/lib/PillAvatar.js +12 -10
- package/dist/commonjs/pill/lib/PillCount.d.ts +7 -0
- package/dist/commonjs/pill/lib/PillCount.d.ts.map +1 -1
- package/dist/commonjs/pill/lib/PillCount.js +13 -14
- package/dist/commonjs/pill/lib/PillIcon.d.ts +16 -8
- package/dist/commonjs/pill/lib/PillIcon.d.ts.map +1 -1
- package/dist/commonjs/pill/lib/PillIcon.js +11 -8
- package/dist/commonjs/pill/lib/PillIconButton.d.ts +69 -10
- package/dist/commonjs/pill/lib/PillIconButton.d.ts.map +1 -1
- package/dist/commonjs/pill/lib/PillIconButton.js +11 -50
- package/dist/commonjs/pill/lib/PillLabel.d.ts +1 -1
- package/dist/commonjs/pill/lib/PillLabel.d.ts.map +1 -1
- package/dist/commonjs/pill/lib/PillLabel.js +8 -15
- package/dist/commonjs/pill/lib/usePillModel.d.ts +5 -30
- package/dist/commonjs/pill/lib/usePillModel.d.ts.map +1 -1
- package/dist/commonjs/pill/lib/usePillModel.js +1 -6
- package/dist/commonjs/radio/lib/RadioButton.d.ts +2 -3
- package/dist/commonjs/radio/lib/RadioButton.d.ts.map +1 -1
- package/dist/commonjs/radio/lib/RadioButton.js +2 -7
- package/dist/commonjs/radio/lib/RadioGroup.d.ts +12 -13
- package/dist/commonjs/radio/lib/RadioGroup.d.ts.map +1 -1
- package/dist/commonjs/radio/lib/RadioGroup.js +6 -9
- package/dist/commonjs/radio/lib/RadioInput.js +2 -1
- package/dist/commonjs/radio/lib/RadioLabel.js +3 -3
- package/dist/commonjs/radio/lib/RadioText.js +6 -5
- package/dist/commonjs/radio/lib/StyledRadioButton.js +9 -10
- package/dist/commonjs/segmented-control/lib/SegmentedControl.d.ts +410 -139
- package/dist/commonjs/segmented-control/lib/SegmentedControl.d.ts.map +1 -1
- package/dist/commonjs/segmented-control/lib/SegmentedControl.js +2 -5
- package/dist/commonjs/segmented-control/lib/SegmentedControlItem.d.ts +81 -6
- package/dist/commonjs/segmented-control/lib/SegmentedControlItem.d.ts.map +1 -1
- package/dist/commonjs/segmented-control/lib/SegmentedControlItem.js +3 -5
- package/dist/commonjs/segmented-control/lib/SegmentedControlList.d.ts +148 -12
- package/dist/commonjs/segmented-control/lib/SegmentedControlList.d.ts.map +1 -1
- package/dist/commonjs/segmented-control/lib/SegmentedControlList.js +2 -25
- package/dist/commonjs/segmented-control/lib/hooks/useSegmentedControlItem.d.ts +74 -8
- package/dist/commonjs/segmented-control/lib/hooks/useSegmentedControlItem.d.ts.map +1 -1
- package/dist/commonjs/segmented-control/lib/hooks/useSegmentedControlModel.d.ts +412 -142
- package/dist/commonjs/segmented-control/lib/hooks/useSegmentedControlModel.d.ts.map +1 -1
- package/dist/commonjs/segmented-control/lib/hooks/useSegmentedControlModel.js +1 -1
- package/dist/commonjs/select/lib/Select.js +3 -2
- package/dist/commonjs/select/lib/SelectBase.d.ts +1 -1
- package/dist/commonjs/select/lib/SelectBase.d.ts.map +1 -1
- package/dist/commonjs/select/lib/SelectBase.js +18 -21
- package/dist/commonjs/select/lib/SelectMenu.d.ts +1 -1
- package/dist/commonjs/select/lib/SelectMenu.d.ts.map +1 -1
- package/dist/commonjs/select/lib/SelectMenu.js +4 -28
- package/dist/commonjs/select/lib/SelectOption.d.ts +1 -1
- package/dist/commonjs/select/lib/SelectOption.d.ts.map +1 -1
- package/dist/commonjs/select/lib/SelectOption.js +2 -25
- package/dist/commonjs/side-panel/lib/SidePanel.d.ts +37 -4
- package/dist/commonjs/side-panel/lib/SidePanel.d.ts.map +1 -1
- package/dist/commonjs/side-panel/lib/SidePanel.js +46 -71
- package/dist/commonjs/side-panel/lib/SidePanelToggleButton.d.ts +38 -0
- package/dist/commonjs/side-panel/lib/SidePanelToggleButton.d.ts.map +1 -1
- package/dist/commonjs/side-panel/lib/SidePanelToggleButton.js +46 -29
- package/dist/commonjs/side-panel/lib/hooks.d.ts +2 -1
- package/dist/commonjs/side-panel/lib/hooks.d.ts.map +1 -1
- package/dist/commonjs/side-panel/lib/hooks.js +1 -0
- package/dist/commonjs/status-indicator/lib/StatusIndicator.d.ts.map +1 -1
- package/dist/commonjs/status-indicator/lib/StatusIndicator.js +15 -18
- package/dist/commonjs/status-indicator/lib/StatusIndicatorIcon.d.ts.map +1 -1
- package/dist/commonjs/status-indicator/lib/StatusIndicatorIcon.js +2 -5
- package/dist/commonjs/status-indicator/lib/StatusIndicatorLabel.d.ts.map +1 -1
- package/dist/commonjs/status-indicator/lib/StatusIndicatorLabel.js +4 -7
- package/dist/commonjs/text-area/lib/TextArea.d.ts +6 -6
- package/dist/commonjs/text-area/lib/TextArea.js +4 -7
- package/dist/commonjs/text-area/lib/TextAreaField.d.ts +2 -2
- package/dist/commonjs/text-area/lib/TextAreaField.d.ts.map +1 -1
- package/dist/commonjs/text-area/lib/TextAreaField.js +2 -4
- package/dist/commonjs/text-input/lib/TextInput.d.ts +7 -7
- package/dist/commonjs/text-input/lib/TextInput.js +4 -7
- package/dist/commonjs/text-input/lib/TextInputField.d.ts +2 -8
- package/dist/commonjs/text-input/lib/TextInputField.d.ts.map +1 -1
- package/dist/commonjs/text-input/lib/TextInputField.js +2 -4
- package/dist/commonjs/text-input/lib/hooks/useTextInputField.d.ts +1 -1
- package/dist/commonjs/text-input/lib/hooks/useTextInputModel.d.ts +5 -5
- package/dist/es6/color-picker/lib/ColorPicker.d.ts +1 -1
- package/dist/es6/color-picker/lib/ColorPicker.js +2 -8
- package/dist/es6/color-picker/lib/parts/ColorReset.d.ts +1 -2
- package/dist/es6/color-picker/lib/parts/ColorReset.d.ts.map +1 -1
- package/dist/es6/color-picker/lib/parts/ColorReset.js +2 -4
- package/dist/es6/color-picker/lib/parts/SwatchBook.d.ts +1 -2
- package/dist/es6/color-picker/lib/parts/SwatchBook.d.ts.map +1 -1
- package/dist/es6/color-picker/lib/parts/SwatchBook.js +9 -10
- package/dist/es6/divider/lib/Divider.d.ts +2 -2
- package/dist/es6/divider/lib/Divider.d.ts.map +1 -1
- package/dist/es6/divider/lib/Divider.js +4 -4
- package/dist/es6/index.d.ts +1 -2
- package/dist/es6/index.d.ts.map +1 -1
- package/dist/es6/index.js +1 -2
- package/dist/es6/{InformationHighlight → information-highlight}/index.d.ts.map +1 -1
- package/dist/es6/{InformationHighlight → information-highlight}/lib/InformationHighlight.d.ts +2 -2
- package/dist/es6/information-highlight/lib/InformationHighlight.d.ts.map +1 -0
- package/dist/es6/{InformationHighlight → information-highlight}/lib/InformationHighlight.js +11 -11
- package/dist/es6/information-highlight/lib/hooks/useInformationHighlightModel.d.ts.map +1 -0
- package/dist/es6/information-highlight/lib/parts/Body.d.ts +2 -0
- package/dist/es6/information-highlight/lib/parts/Body.d.ts.map +1 -0
- package/dist/es6/{InformationHighlight → information-highlight}/lib/parts/Body.js +6 -6
- package/dist/es6/information-highlight/lib/parts/Heading.d.ts.map +1 -0
- package/dist/es6/{InformationHighlight → information-highlight}/lib/parts/Heading.js +4 -4
- package/dist/es6/information-highlight/lib/parts/Icon.d.ts.map +1 -0
- package/dist/es6/{InformationHighlight → information-highlight}/lib/parts/Icon.js +2 -2
- package/dist/es6/information-highlight/lib/parts/Link.d.ts.map +1 -0
- package/dist/es6/{InformationHighlight → information-highlight}/lib/parts/Link.js +4 -4
- package/dist/es6/loading-sparkles/lib/LoadingSparkles.d.ts +1 -0
- package/dist/es6/loading-sparkles/lib/LoadingSparkles.d.ts.map +1 -1
- package/dist/es6/loading-sparkles/lib/LoadingSparkles.js +10 -24
- package/dist/es6/loading-sparkles/lib/sparkleIcon.js +1 -1
- package/dist/es6/menu/lib/Menu.d.ts +1 -1
- package/dist/es6/menu/lib/Menu.d.ts.map +1 -1
- package/dist/es6/menu/lib/Menu.js +18 -20
- package/dist/es6/menu/lib/MenuItem.d.ts +1 -1
- package/dist/es6/menu/lib/MenuItem.js +2 -6
- package/dist/es6/multi-select/lib/MultiSelect.d.ts +1548 -266
- package/dist/es6/multi-select/lib/MultiSelect.d.ts.map +1 -1
- package/dist/es6/multi-select/lib/MultiSelect.js +2 -2
- package/dist/es6/multi-select/lib/MultiSelectCard.d.ts +464 -59
- package/dist/es6/multi-select/lib/MultiSelectCard.d.ts.map +1 -1
- package/dist/es6/multi-select/lib/MultiSelectCard.js +2 -2
- package/dist/es6/multi-select/lib/MultiSelectInput.d.ts +646 -37
- package/dist/es6/multi-select/lib/MultiSelectInput.d.ts.map +1 -1
- package/dist/es6/multi-select/lib/MultiSelectInput.js +7 -22
- package/dist/es6/multi-select/lib/MultiSelectItem.d.ts +619 -81
- package/dist/es6/multi-select/lib/MultiSelectItem.d.ts.map +1 -1
- package/dist/es6/multi-select/lib/MultiSelectItem.js +2 -2
- package/dist/es6/multi-select/lib/MultiSelectedItem.d.ts +468 -65
- package/dist/es6/multi-select/lib/MultiSelectedItem.d.ts.map +1 -1
- package/dist/es6/multi-select/lib/MultiSelectedItem.js +2 -4
- package/dist/es6/multi-select/lib/MultiSelectedList.d.ts +215 -12
- package/dist/es6/multi-select/lib/MultiSelectedList.d.ts.map +1 -1
- package/dist/es6/multi-select/lib/MultiSelectedList.js +2 -4
- package/dist/es6/multi-select/lib/useMultiSelectItemRemove.d.ts +215 -12
- package/dist/es6/multi-select/lib/useMultiSelectItemRemove.d.ts.map +1 -1
- package/dist/es6/multi-select/lib/useMultiSelectModel.d.ts +718 -178
- package/dist/es6/multi-select/lib/useMultiSelectModel.d.ts.map +1 -1
- package/dist/es6/pill/index.d.ts +5 -0
- package/dist/es6/pill/index.d.ts.map +1 -1
- package/dist/es6/pill/index.js +5 -0
- package/dist/es6/pill/lib/Pill.d.ts +229 -18
- package/dist/es6/pill/lib/Pill.d.ts.map +1 -1
- package/dist/es6/pill/lib/Pill.js +46 -173
- package/dist/es6/pill/lib/PillAvatar.d.ts +222 -1
- package/dist/es6/pill/lib/PillAvatar.d.ts.map +1 -1
- package/dist/es6/pill/lib/PillAvatar.js +13 -8
- package/dist/es6/pill/lib/PillCount.d.ts +7 -0
- package/dist/es6/pill/lib/PillCount.d.ts.map +1 -1
- package/dist/es6/pill/lib/PillCount.js +14 -12
- package/dist/es6/pill/lib/PillIcon.d.ts +16 -8
- package/dist/es6/pill/lib/PillIcon.d.ts.map +1 -1
- package/dist/es6/pill/lib/PillIcon.js +11 -5
- package/dist/es6/pill/lib/PillIconButton.d.ts +69 -10
- package/dist/es6/pill/lib/PillIconButton.d.ts.map +1 -1
- package/dist/es6/pill/lib/PillIconButton.js +13 -49
- package/dist/es6/pill/lib/PillLabel.d.ts +1 -1
- package/dist/es6/pill/lib/PillLabel.d.ts.map +1 -1
- package/dist/es6/pill/lib/PillLabel.js +9 -13
- package/dist/es6/pill/lib/usePillModel.d.ts +5 -30
- package/dist/es6/pill/lib/usePillModel.d.ts.map +1 -1
- package/dist/es6/pill/lib/usePillModel.js +1 -6
- package/dist/es6/radio/lib/RadioButton.d.ts +2 -3
- package/dist/es6/radio/lib/RadioButton.d.ts.map +1 -1
- package/dist/es6/radio/lib/RadioButton.js +2 -4
- package/dist/es6/radio/lib/RadioGroup.d.ts +12 -13
- package/dist/es6/radio/lib/RadioGroup.d.ts.map +1 -1
- package/dist/es6/radio/lib/RadioGroup.js +6 -6
- package/dist/es6/radio/lib/RadioInput.js +2 -1
- package/dist/es6/radio/lib/RadioLabel.js +3 -3
- package/dist/es6/radio/lib/RadioText.js +6 -5
- package/dist/es6/radio/lib/StyledRadioButton.js +9 -10
- package/dist/es6/segmented-control/lib/SegmentedControl.d.ts +410 -139
- package/dist/es6/segmented-control/lib/SegmentedControl.d.ts.map +1 -1
- package/dist/es6/segmented-control/lib/SegmentedControl.js +2 -2
- package/dist/es6/segmented-control/lib/SegmentedControlItem.d.ts +81 -6
- package/dist/es6/segmented-control/lib/SegmentedControlItem.d.ts.map +1 -1
- package/dist/es6/segmented-control/lib/SegmentedControlItem.js +3 -5
- package/dist/es6/segmented-control/lib/SegmentedControlList.d.ts +148 -12
- package/dist/es6/segmented-control/lib/SegmentedControlList.d.ts.map +1 -1
- package/dist/es6/segmented-control/lib/SegmentedControlList.js +2 -2
- package/dist/es6/segmented-control/lib/hooks/useSegmentedControlItem.d.ts +74 -8
- package/dist/es6/segmented-control/lib/hooks/useSegmentedControlItem.d.ts.map +1 -1
- package/dist/es6/segmented-control/lib/hooks/useSegmentedControlModel.d.ts +412 -142
- package/dist/es6/segmented-control/lib/hooks/useSegmentedControlModel.d.ts.map +1 -1
- package/dist/es6/segmented-control/lib/hooks/useSegmentedControlModel.js +1 -1
- package/dist/es6/select/lib/Select.js +3 -2
- package/dist/es6/select/lib/SelectBase.d.ts +1 -1
- package/dist/es6/select/lib/SelectBase.d.ts.map +1 -1
- package/dist/es6/select/lib/SelectBase.js +18 -21
- package/dist/es6/select/lib/SelectMenu.d.ts +1 -1
- package/dist/es6/select/lib/SelectMenu.d.ts.map +1 -1
- package/dist/es6/select/lib/SelectMenu.js +4 -5
- package/dist/es6/select/lib/SelectOption.d.ts +1 -1
- package/dist/es6/select/lib/SelectOption.d.ts.map +1 -1
- package/dist/es6/select/lib/SelectOption.js +2 -2
- package/dist/es6/side-panel/lib/SidePanel.d.ts +37 -4
- package/dist/es6/side-panel/lib/SidePanel.d.ts.map +1 -1
- package/dist/es6/side-panel/lib/SidePanel.js +46 -71
- package/dist/es6/side-panel/lib/SidePanelToggleButton.d.ts +38 -0
- package/dist/es6/side-panel/lib/SidePanelToggleButton.d.ts.map +1 -1
- package/dist/es6/side-panel/lib/SidePanelToggleButton.js +46 -29
- package/dist/es6/side-panel/lib/hooks.d.ts +2 -1
- package/dist/es6/side-panel/lib/hooks.d.ts.map +1 -1
- package/dist/es6/side-panel/lib/hooks.js +1 -0
- package/dist/es6/status-indicator/lib/StatusIndicator.d.ts.map +1 -1
- package/dist/es6/status-indicator/lib/StatusIndicator.js +15 -15
- package/dist/es6/status-indicator/lib/StatusIndicatorIcon.d.ts.map +1 -1
- package/dist/es6/status-indicator/lib/StatusIndicatorIcon.js +2 -2
- package/dist/es6/status-indicator/lib/StatusIndicatorLabel.d.ts.map +1 -1
- package/dist/es6/status-indicator/lib/StatusIndicatorLabel.js +4 -4
- package/dist/es6/text-area/lib/TextArea.d.ts +6 -6
- package/dist/es6/text-area/lib/TextArea.js +4 -4
- package/dist/es6/text-area/lib/TextAreaField.d.ts +2 -2
- package/dist/es6/text-area/lib/TextAreaField.d.ts.map +1 -1
- package/dist/es6/text-area/lib/TextAreaField.js +2 -4
- package/dist/es6/text-input/lib/TextInput.d.ts +7 -7
- package/dist/es6/text-input/lib/TextInput.js +4 -4
- package/dist/es6/text-input/lib/TextInputField.d.ts +2 -8
- package/dist/es6/text-input/lib/TextInputField.d.ts.map +1 -1
- package/dist/es6/text-input/lib/TextInputField.js +2 -4
- package/dist/es6/text-input/lib/hooks/useTextInputField.d.ts +1 -1
- package/dist/es6/text-input/lib/hooks/useTextInputModel.d.ts +5 -5
- package/divider/lib/Divider.tsx +0 -1
- package/index.ts +1 -2
- package/information-highlight/index.ts +5 -0
- package/{InformationHighlight → information-highlight}/lib/InformationHighlight.tsx +2 -2
- package/{InformationHighlight → information-highlight}/lib/parts/Body.tsx +3 -4
- package/{InformationHighlight → information-highlight}/lib/parts/Heading.tsx +0 -1
- package/{InformationHighlight → information-highlight}/lib/parts/Icon.tsx +0 -1
- package/{InformationHighlight → information-highlight}/lib/parts/Link.tsx +0 -1
- package/information-highlight/package.json +6 -0
- package/loading-sparkles/lib/LoadingSparkles.tsx +27 -55
- package/loading-sparkles/lib/sparkleIcon.ts +1 -1
- package/menu/lib/Menu.tsx +2 -3
- package/multi-select/lib/MultiSelectCard.tsx +0 -2
- package/multi-select/lib/MultiSelectInput.tsx +2 -1
- package/multi-select/lib/MultiSelectItem.tsx +0 -2
- package/multi-select/lib/MultiSelectedItem.tsx +1 -3
- package/package.json +6 -6
- package/pill/index.ts +5 -0
- package/pill/lib/Pill.tsx +146 -174
- package/pill/lib/PillAvatar.tsx +19 -13
- package/pill/lib/PillCount.tsx +32 -27
- package/pill/lib/PillIcon.tsx +16 -18
- package/pill/lib/PillIconButton.tsx +50 -74
- package/pill/lib/PillLabel.tsx +16 -20
- package/pill/lib/usePillModel.tsx +1 -6
- package/radio/lib/RadioButton.tsx +0 -1
- package/radio/lib/RadioGroup.tsx +0 -1
- package/segmented-control/lib/hooks/useSegmentedControlModel.tsx +1 -1
- package/side-panel/lib/SidePanel.tsx +66 -86
- package/side-panel/lib/SidePanelToggleButton.tsx +93 -33
- package/side-panel/lib/hooks.ts +2 -1
- package/status-indicator/lib/StatusIndicator.tsx +1 -0
- package/status-indicator/lib/StatusIndicatorIcon.tsx +0 -2
- package/status-indicator/lib/StatusIndicatorLabel.tsx +0 -2
- package/text-area/lib/TextArea.tsx +1 -1
- package/text-area/lib/TextAreaField.tsx +1 -5
- package/text-input/lib/TextInput.tsx +1 -1
- package/text-input/lib/TextInputField.tsx +1 -5
- package/common/index.ts +0 -1
- package/common/lib/parts/_brand-assets.ts +0 -19
- package/common/lib/parts/index.ts +0 -1
- package/common/package.json +0 -6
- package/dist/commonjs/InformationHighlight/lib/InformationHighlight.d.ts.map +0 -1
- package/dist/commonjs/InformationHighlight/lib/InformationHighlight.js +0 -65
- package/dist/commonjs/InformationHighlight/lib/hooks/useInformationHighlightModel.d.ts.map +0 -1
- package/dist/commonjs/InformationHighlight/lib/parts/Body.d.ts +0 -2
- package/dist/commonjs/InformationHighlight/lib/parts/Body.d.ts.map +0 -1
- package/dist/commonjs/InformationHighlight/lib/parts/Body.js +0 -40
- package/dist/commonjs/InformationHighlight/lib/parts/Heading.d.ts.map +0 -1
- package/dist/commonjs/InformationHighlight/lib/parts/Heading.js +0 -40
- package/dist/commonjs/InformationHighlight/lib/parts/Icon.d.ts.map +0 -1
- package/dist/commonjs/InformationHighlight/lib/parts/Icon.js +0 -42
- package/dist/commonjs/InformationHighlight/lib/parts/Link.d.ts.map +0 -1
- package/dist/commonjs/InformationHighlight/lib/parts/Link.js +0 -40
- package/dist/commonjs/common/index.d.ts +0 -2
- package/dist/commonjs/common/index.d.ts.map +0 -1
- package/dist/commonjs/common/index.js +0 -17
- package/dist/commonjs/common/lib/parts/_brand-assets.d.ts +0 -10
- package/dist/commonjs/common/lib/parts/_brand-assets.d.ts.map +0 -1
- package/dist/commonjs/common/lib/parts/_brand-assets.js +0 -13
- package/dist/commonjs/common/lib/parts/index.d.ts +0 -2
- package/dist/commonjs/common/lib/parts/index.d.ts.map +0 -1
- package/dist/commonjs/common/lib/parts/index.js +0 -17
- package/dist/es6/InformationHighlight/lib/InformationHighlight.d.ts.map +0 -1
- package/dist/es6/InformationHighlight/lib/hooks/useInformationHighlightModel.d.ts.map +0 -1
- package/dist/es6/InformationHighlight/lib/parts/Body.d.ts +0 -2
- package/dist/es6/InformationHighlight/lib/parts/Body.d.ts.map +0 -1
- package/dist/es6/InformationHighlight/lib/parts/Heading.d.ts.map +0 -1
- package/dist/es6/InformationHighlight/lib/parts/Icon.d.ts.map +0 -1
- package/dist/es6/InformationHighlight/lib/parts/Link.d.ts.map +0 -1
- package/dist/es6/common/index.d.ts +0 -2
- package/dist/es6/common/index.d.ts.map +0 -1
- package/dist/es6/common/index.js +0 -1
- package/dist/es6/common/lib/parts/_brand-assets.d.ts +0 -10
- package/dist/es6/common/lib/parts/_brand-assets.d.ts.map +0 -1
- package/dist/es6/common/lib/parts/_brand-assets.js +0 -10
- package/dist/es6/common/lib/parts/index.d.ts +0 -2
- package/dist/es6/common/lib/parts/index.d.ts.map +0 -1
- package/dist/es6/common/lib/parts/index.js +0 -1
- /package/dist/commonjs/{InformationHighlight → information-highlight}/index.d.ts +0 -0
- /package/dist/commonjs/{InformationHighlight → information-highlight}/index.js +0 -0
- /package/dist/commonjs/{InformationHighlight → information-highlight}/lib/hooks/useInformationHighlightModel.d.ts +0 -0
- /package/dist/commonjs/{InformationHighlight → information-highlight}/lib/hooks/useInformationHighlightModel.js +0 -0
- /package/dist/commonjs/{InformationHighlight → information-highlight}/lib/parts/Heading.d.ts +0 -0
- /package/dist/commonjs/{InformationHighlight → information-highlight}/lib/parts/Icon.d.ts +0 -0
- /package/dist/commonjs/{InformationHighlight → information-highlight}/lib/parts/Link.d.ts +0 -0
- /package/dist/es6/{InformationHighlight → information-highlight}/index.d.ts +0 -0
- /package/dist/es6/{InformationHighlight → information-highlight}/index.js +0 -0
- /package/dist/es6/{InformationHighlight → information-highlight}/lib/hooks/useInformationHighlightModel.d.ts +0 -0
- /package/dist/es6/{InformationHighlight → information-highlight}/lib/hooks/useInformationHighlightModel.js +0 -0
- /package/dist/es6/{InformationHighlight → information-highlight}/lib/parts/Heading.d.ts +0 -0
- /package/dist/es6/{InformationHighlight → information-highlight}/lib/parts/Icon.d.ts +0 -0
- /package/dist/es6/{InformationHighlight → information-highlight}/lib/parts/Link.d.ts +0 -0
- /package/{InformationHighlight → information-highlight}/lib/hooks/useInformationHighlightModel.ts +0 -0
|
@@ -21,19 +21,86 @@ export declare const useMultiSelectModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
21
21
|
initialFocusRef: React.RefObject<any> | undefined;
|
|
22
22
|
id: string;
|
|
23
23
|
initialVisibility: import("@workday/canvas-kit-react/disclosure").Visibility;
|
|
24
|
-
initialSelectedIds: import("@workday/canvas-kit-react/collection
|
|
24
|
+
initialSelectedIds: import("@workday/canvas-kit-react/collection").SelectedIds;
|
|
25
25
|
initialUnselectedIds: string[];
|
|
26
|
-
selection: import("@workday/canvas-kit-react/collection
|
|
27
|
-
initialCursorId: string;
|
|
26
|
+
selection: import("@workday/canvas-kit-react/collection").SelectionManager;
|
|
27
|
+
initialCursorId: string | string[];
|
|
28
28
|
columnCount: number;
|
|
29
|
-
navigation: import("@workday/canvas-kit-react/collection
|
|
29
|
+
navigation: import("@workday/canvas-kit-react/collection").NavigationManager;
|
|
30
30
|
pageSize: number;
|
|
31
31
|
getId: (item: any) => string;
|
|
32
32
|
getTextValue: (item: any) => string;
|
|
33
33
|
nonInteractiveIds: string[];
|
|
34
|
-
orientation: import("@workday/canvas-kit-react/collection
|
|
34
|
+
orientation: import("@workday/canvas-kit-react/collection").Orientation;
|
|
35
35
|
defaultItemHeight: number;
|
|
36
36
|
items: any[];
|
|
37
|
+
UNSTABLE_parentModel: {
|
|
38
|
+
state: {
|
|
39
|
+
selectedIds: string[] | "all";
|
|
40
|
+
unselectedIds: string[];
|
|
41
|
+
cursorId: string | string[];
|
|
42
|
+
columnCount: number;
|
|
43
|
+
pageSizeRef: React.MutableRefObject<number>;
|
|
44
|
+
cursorIndexRef: {
|
|
45
|
+
readonly current: number;
|
|
46
|
+
};
|
|
47
|
+
UNSTABLE_virtual: {
|
|
48
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
49
|
+
totalSize: number;
|
|
50
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
51
|
+
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
52
|
+
measure: () => void;
|
|
53
|
+
};
|
|
54
|
+
UNSTABLE_defaultItemHeight: number;
|
|
55
|
+
containerRef: React.RefObject<HTMLDivElement>;
|
|
56
|
+
id: string;
|
|
57
|
+
orientation: "horizontal" | "vertical";
|
|
58
|
+
indexRef: React.MutableRefObject<number>;
|
|
59
|
+
nonInteractiveIds: string[];
|
|
60
|
+
isVirtualized: boolean;
|
|
61
|
+
items: Item<any>[];
|
|
62
|
+
};
|
|
63
|
+
events: {
|
|
64
|
+
select(data: {
|
|
65
|
+
id: string;
|
|
66
|
+
}): void;
|
|
67
|
+
selectAll(): void;
|
|
68
|
+
unselectAll(): void;
|
|
69
|
+
setSelectedIds(ids: string[] | "all"): void;
|
|
70
|
+
remove(data: {
|
|
71
|
+
id: string;
|
|
72
|
+
nextId?: string | undefined;
|
|
73
|
+
event?: Event | React.SyntheticEvent<Element, Event> | undefined;
|
|
74
|
+
}): void;
|
|
75
|
+
goTo(data: {
|
|
76
|
+
id: string;
|
|
77
|
+
}): void;
|
|
78
|
+
goToNext(): void;
|
|
79
|
+
goToPrevious(): void;
|
|
80
|
+
goToPreviousRow(): void;
|
|
81
|
+
goToNextRow(): void;
|
|
82
|
+
goToFirst(): void;
|
|
83
|
+
goToLast(): void;
|
|
84
|
+
goToFirstOfRow(): void;
|
|
85
|
+
goToLastOfRow(): void;
|
|
86
|
+
goToNextPage(): void;
|
|
87
|
+
goToPreviousPage(): void;
|
|
88
|
+
registerItem(data: {
|
|
89
|
+
id: string;
|
|
90
|
+
textValue: string;
|
|
91
|
+
}): void;
|
|
92
|
+
unregisterItem(data: {
|
|
93
|
+
id: string;
|
|
94
|
+
}): void;
|
|
95
|
+
updateItemHeight(data: {
|
|
96
|
+
value: number;
|
|
97
|
+
}): void;
|
|
98
|
+
};
|
|
99
|
+
selection: import("@workday/canvas-kit-react/collection").SelectionManager;
|
|
100
|
+
navigation: import("@workday/canvas-kit-react/collection").NavigationManager;
|
|
101
|
+
getId: (item: any) => string;
|
|
102
|
+
getTextValue: (item: any) => string;
|
|
103
|
+
} | undefined;
|
|
37
104
|
value: string | undefined;
|
|
38
105
|
onFilterChange(event: React.ChangeEvent<HTMLInputElement>): void;
|
|
39
106
|
onChange(event: React.ChangeEvent<HTMLInputElement>): void;
|
|
@@ -48,16 +115,16 @@ export declare const useMultiSelectModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
48
115
|
visibility: "hidden" | "visible";
|
|
49
116
|
selectedIds: string[] | "all";
|
|
50
117
|
unselectedIds: string[];
|
|
51
|
-
cursorId: string;
|
|
118
|
+
cursorId: string | string[];
|
|
52
119
|
columnCount: number;
|
|
53
120
|
pageSizeRef: React.MutableRefObject<number>;
|
|
54
121
|
cursorIndexRef: {
|
|
55
122
|
readonly current: number;
|
|
56
123
|
};
|
|
57
124
|
UNSTABLE_virtual: {
|
|
58
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
125
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
59
126
|
totalSize: number;
|
|
60
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
127
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
61
128
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
62
129
|
measure: () => void;
|
|
63
130
|
};
|
|
@@ -85,16 +152,16 @@ export declare const useMultiSelectModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
85
152
|
visibility: "hidden" | "visible";
|
|
86
153
|
selectedIds: string[] | "all";
|
|
87
154
|
unselectedIds: string[];
|
|
88
|
-
cursorId: string;
|
|
155
|
+
cursorId: string | string[];
|
|
89
156
|
columnCount: number;
|
|
90
157
|
pageSizeRef: React.MutableRefObject<number>;
|
|
91
158
|
cursorIndexRef: {
|
|
92
159
|
readonly current: number;
|
|
93
160
|
};
|
|
94
161
|
UNSTABLE_virtual: {
|
|
95
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
162
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
96
163
|
totalSize: number;
|
|
97
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
164
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
98
165
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
99
166
|
measure: () => void;
|
|
100
167
|
};
|
|
@@ -120,16 +187,16 @@ export declare const useMultiSelectModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
120
187
|
visibility: "hidden" | "visible";
|
|
121
188
|
selectedIds: string[] | "all";
|
|
122
189
|
unselectedIds: string[];
|
|
123
|
-
cursorId: string;
|
|
190
|
+
cursorId: string | string[];
|
|
124
191
|
columnCount: number;
|
|
125
192
|
pageSizeRef: React.MutableRefObject<number>;
|
|
126
193
|
cursorIndexRef: {
|
|
127
194
|
readonly current: number;
|
|
128
195
|
};
|
|
129
196
|
UNSTABLE_virtual: {
|
|
130
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
197
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
131
198
|
totalSize: number;
|
|
132
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
199
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
133
200
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
134
201
|
measure: () => void;
|
|
135
202
|
};
|
|
@@ -155,16 +222,16 @@ export declare const useMultiSelectModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
155
222
|
visibility: "hidden" | "visible";
|
|
156
223
|
selectedIds: string[] | "all";
|
|
157
224
|
unselectedIds: string[];
|
|
158
|
-
cursorId: string;
|
|
225
|
+
cursorId: string | string[];
|
|
159
226
|
columnCount: number;
|
|
160
227
|
pageSizeRef: React.MutableRefObject<number>;
|
|
161
228
|
cursorIndexRef: {
|
|
162
229
|
readonly current: number;
|
|
163
230
|
};
|
|
164
231
|
UNSTABLE_virtual: {
|
|
165
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
232
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
166
233
|
totalSize: number;
|
|
167
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
234
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
168
235
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
169
236
|
measure: () => void;
|
|
170
237
|
};
|
|
@@ -192,16 +259,16 @@ export declare const useMultiSelectModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
192
259
|
visibility: "hidden" | "visible";
|
|
193
260
|
selectedIds: string[] | "all";
|
|
194
261
|
unselectedIds: string[];
|
|
195
|
-
cursorId: string;
|
|
262
|
+
cursorId: string | string[];
|
|
196
263
|
columnCount: number;
|
|
197
264
|
pageSizeRef: React.MutableRefObject<number>;
|
|
198
265
|
cursorIndexRef: {
|
|
199
266
|
readonly current: number;
|
|
200
267
|
};
|
|
201
268
|
UNSTABLE_virtual: {
|
|
202
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
269
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
203
270
|
totalSize: number;
|
|
204
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
271
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
205
272
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
206
273
|
measure: () => void;
|
|
207
274
|
};
|
|
@@ -227,16 +294,16 @@ export declare const useMultiSelectModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
227
294
|
visibility: "hidden" | "visible";
|
|
228
295
|
selectedIds: string[] | "all";
|
|
229
296
|
unselectedIds: string[];
|
|
230
|
-
cursorId: string;
|
|
297
|
+
cursorId: string | string[];
|
|
231
298
|
columnCount: number;
|
|
232
299
|
pageSizeRef: React.MutableRefObject<number>;
|
|
233
300
|
cursorIndexRef: {
|
|
234
301
|
readonly current: number;
|
|
235
302
|
};
|
|
236
303
|
UNSTABLE_virtual: {
|
|
237
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
304
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
238
305
|
totalSize: number;
|
|
239
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
306
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
240
307
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
241
308
|
measure: () => void;
|
|
242
309
|
};
|
|
@@ -262,16 +329,16 @@ export declare const useMultiSelectModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
262
329
|
visibility: "hidden" | "visible";
|
|
263
330
|
selectedIds: string[] | "all";
|
|
264
331
|
unselectedIds: string[];
|
|
265
|
-
cursorId: string;
|
|
332
|
+
cursorId: string | string[];
|
|
266
333
|
columnCount: number;
|
|
267
334
|
pageSizeRef: React.MutableRefObject<number>;
|
|
268
335
|
cursorIndexRef: {
|
|
269
336
|
readonly current: number;
|
|
270
337
|
};
|
|
271
338
|
UNSTABLE_virtual: {
|
|
272
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
339
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
273
340
|
totalSize: number;
|
|
274
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
341
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
275
342
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
276
343
|
measure: () => void;
|
|
277
344
|
};
|
|
@@ -297,16 +364,16 @@ export declare const useMultiSelectModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
297
364
|
visibility: "hidden" | "visible";
|
|
298
365
|
selectedIds: string[] | "all";
|
|
299
366
|
unselectedIds: string[];
|
|
300
|
-
cursorId: string;
|
|
367
|
+
cursorId: string | string[];
|
|
301
368
|
columnCount: number;
|
|
302
369
|
pageSizeRef: React.MutableRefObject<number>;
|
|
303
370
|
cursorIndexRef: {
|
|
304
371
|
readonly current: number;
|
|
305
372
|
};
|
|
306
373
|
UNSTABLE_virtual: {
|
|
307
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
374
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
308
375
|
totalSize: number;
|
|
309
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
376
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
310
377
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
311
378
|
measure: () => void;
|
|
312
379
|
};
|
|
@@ -336,16 +403,16 @@ export declare const useMultiSelectModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
336
403
|
visibility: "hidden" | "visible";
|
|
337
404
|
selectedIds: string[] | "all";
|
|
338
405
|
unselectedIds: string[];
|
|
339
|
-
cursorId: string;
|
|
406
|
+
cursorId: string | string[];
|
|
340
407
|
columnCount: number;
|
|
341
408
|
pageSizeRef: React.MutableRefObject<number>;
|
|
342
409
|
cursorIndexRef: {
|
|
343
410
|
readonly current: number;
|
|
344
411
|
};
|
|
345
412
|
UNSTABLE_virtual: {
|
|
346
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
413
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
347
414
|
totalSize: number;
|
|
348
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
415
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
349
416
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
350
417
|
measure: () => void;
|
|
351
418
|
};
|
|
@@ -373,16 +440,16 @@ export declare const useMultiSelectModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
373
440
|
visibility: "hidden" | "visible";
|
|
374
441
|
selectedIds: string[] | "all";
|
|
375
442
|
unselectedIds: string[];
|
|
376
|
-
cursorId: string;
|
|
443
|
+
cursorId: string | string[];
|
|
377
444
|
columnCount: number;
|
|
378
445
|
pageSizeRef: React.MutableRefObject<number>;
|
|
379
446
|
cursorIndexRef: {
|
|
380
447
|
readonly current: number;
|
|
381
448
|
};
|
|
382
449
|
UNSTABLE_virtual: {
|
|
383
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
450
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
384
451
|
totalSize: number;
|
|
385
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
452
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
386
453
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
387
454
|
measure: () => void;
|
|
388
455
|
};
|
|
@@ -408,16 +475,16 @@ export declare const useMultiSelectModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
408
475
|
visibility: "hidden" | "visible";
|
|
409
476
|
selectedIds: string[] | "all";
|
|
410
477
|
unselectedIds: string[];
|
|
411
|
-
cursorId: string;
|
|
478
|
+
cursorId: string | string[];
|
|
412
479
|
columnCount: number;
|
|
413
480
|
pageSizeRef: React.MutableRefObject<number>;
|
|
414
481
|
cursorIndexRef: {
|
|
415
482
|
readonly current: number;
|
|
416
483
|
};
|
|
417
484
|
UNSTABLE_virtual: {
|
|
418
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
485
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
419
486
|
totalSize: number;
|
|
420
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
487
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
421
488
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
422
489
|
measure: () => void;
|
|
423
490
|
};
|
|
@@ -443,16 +510,16 @@ export declare const useMultiSelectModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
443
510
|
visibility: "hidden" | "visible";
|
|
444
511
|
selectedIds: string[] | "all";
|
|
445
512
|
unselectedIds: string[];
|
|
446
|
-
cursorId: string;
|
|
513
|
+
cursorId: string | string[];
|
|
447
514
|
columnCount: number;
|
|
448
515
|
pageSizeRef: React.MutableRefObject<number>;
|
|
449
516
|
cursorIndexRef: {
|
|
450
517
|
readonly current: number;
|
|
451
518
|
};
|
|
452
519
|
UNSTABLE_virtual: {
|
|
453
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
520
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
454
521
|
totalSize: number;
|
|
455
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
522
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
456
523
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
457
524
|
measure: () => void;
|
|
458
525
|
};
|
|
@@ -478,16 +545,16 @@ export declare const useMultiSelectModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
478
545
|
visibility: "hidden" | "visible";
|
|
479
546
|
selectedIds: string[] | "all";
|
|
480
547
|
unselectedIds: string[];
|
|
481
|
-
cursorId: string;
|
|
548
|
+
cursorId: string | string[];
|
|
482
549
|
columnCount: number;
|
|
483
550
|
pageSizeRef: React.MutableRefObject<number>;
|
|
484
551
|
cursorIndexRef: {
|
|
485
552
|
readonly current: number;
|
|
486
553
|
};
|
|
487
554
|
UNSTABLE_virtual: {
|
|
488
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
555
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
489
556
|
totalSize: number;
|
|
490
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
557
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
491
558
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
492
559
|
measure: () => void;
|
|
493
560
|
};
|
|
@@ -513,16 +580,16 @@ export declare const useMultiSelectModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
513
580
|
visibility: "hidden" | "visible";
|
|
514
581
|
selectedIds: string[] | "all";
|
|
515
582
|
unselectedIds: string[];
|
|
516
|
-
cursorId: string;
|
|
583
|
+
cursorId: string | string[];
|
|
517
584
|
columnCount: number;
|
|
518
585
|
pageSizeRef: React.MutableRefObject<number>;
|
|
519
586
|
cursorIndexRef: {
|
|
520
587
|
readonly current: number;
|
|
521
588
|
};
|
|
522
589
|
UNSTABLE_virtual: {
|
|
523
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
590
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
524
591
|
totalSize: number;
|
|
525
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
592
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
526
593
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
527
594
|
measure: () => void;
|
|
528
595
|
};
|
|
@@ -548,16 +615,16 @@ export declare const useMultiSelectModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
548
615
|
visibility: "hidden" | "visible";
|
|
549
616
|
selectedIds: string[] | "all";
|
|
550
617
|
unselectedIds: string[];
|
|
551
|
-
cursorId: string;
|
|
618
|
+
cursorId: string | string[];
|
|
552
619
|
columnCount: number;
|
|
553
620
|
pageSizeRef: React.MutableRefObject<number>;
|
|
554
621
|
cursorIndexRef: {
|
|
555
622
|
readonly current: number;
|
|
556
623
|
};
|
|
557
624
|
UNSTABLE_virtual: {
|
|
558
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
625
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
559
626
|
totalSize: number;
|
|
560
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
627
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
561
628
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
562
629
|
measure: () => void;
|
|
563
630
|
};
|
|
@@ -583,16 +650,16 @@ export declare const useMultiSelectModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
583
650
|
visibility: "hidden" | "visible";
|
|
584
651
|
selectedIds: string[] | "all";
|
|
585
652
|
unselectedIds: string[];
|
|
586
|
-
cursorId: string;
|
|
653
|
+
cursorId: string | string[];
|
|
587
654
|
columnCount: number;
|
|
588
655
|
pageSizeRef: React.MutableRefObject<number>;
|
|
589
656
|
cursorIndexRef: {
|
|
590
657
|
readonly current: number;
|
|
591
658
|
};
|
|
592
659
|
UNSTABLE_virtual: {
|
|
593
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
660
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
594
661
|
totalSize: number;
|
|
595
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
662
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
596
663
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
597
664
|
measure: () => void;
|
|
598
665
|
};
|
|
@@ -618,16 +685,16 @@ export declare const useMultiSelectModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
618
685
|
visibility: "hidden" | "visible";
|
|
619
686
|
selectedIds: string[] | "all";
|
|
620
687
|
unselectedIds: string[];
|
|
621
|
-
cursorId: string;
|
|
688
|
+
cursorId: string | string[];
|
|
622
689
|
columnCount: number;
|
|
623
690
|
pageSizeRef: React.MutableRefObject<number>;
|
|
624
691
|
cursorIndexRef: {
|
|
625
692
|
readonly current: number;
|
|
626
693
|
};
|
|
627
694
|
UNSTABLE_virtual: {
|
|
628
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
695
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
629
696
|
totalSize: number;
|
|
630
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
697
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
631
698
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
632
699
|
measure: () => void;
|
|
633
700
|
};
|
|
@@ -653,16 +720,16 @@ export declare const useMultiSelectModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
653
720
|
visibility: "hidden" | "visible";
|
|
654
721
|
selectedIds: string[] | "all";
|
|
655
722
|
unselectedIds: string[];
|
|
656
|
-
cursorId: string;
|
|
723
|
+
cursorId: string | string[];
|
|
657
724
|
columnCount: number;
|
|
658
725
|
pageSizeRef: React.MutableRefObject<number>;
|
|
659
726
|
cursorIndexRef: {
|
|
660
727
|
readonly current: number;
|
|
661
728
|
};
|
|
662
729
|
UNSTABLE_virtual: {
|
|
663
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
730
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
664
731
|
totalSize: number;
|
|
665
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
732
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
666
733
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
667
734
|
measure: () => void;
|
|
668
735
|
};
|
|
@@ -688,16 +755,16 @@ export declare const useMultiSelectModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
688
755
|
visibility: "hidden" | "visible";
|
|
689
756
|
selectedIds: string[] | "all";
|
|
690
757
|
unselectedIds: string[];
|
|
691
|
-
cursorId: string;
|
|
758
|
+
cursorId: string | string[];
|
|
692
759
|
columnCount: number;
|
|
693
760
|
pageSizeRef: React.MutableRefObject<number>;
|
|
694
761
|
cursorIndexRef: {
|
|
695
762
|
readonly current: number;
|
|
696
763
|
};
|
|
697
764
|
UNSTABLE_virtual: {
|
|
698
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
765
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
699
766
|
totalSize: number;
|
|
700
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
767
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
701
768
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
702
769
|
measure: () => void;
|
|
703
770
|
};
|
|
@@ -723,16 +790,16 @@ export declare const useMultiSelectModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
723
790
|
visibility: "hidden" | "visible";
|
|
724
791
|
selectedIds: string[] | "all";
|
|
725
792
|
unselectedIds: string[];
|
|
726
|
-
cursorId: string;
|
|
793
|
+
cursorId: string | string[];
|
|
727
794
|
columnCount: number;
|
|
728
795
|
pageSizeRef: React.MutableRefObject<number>;
|
|
729
796
|
cursorIndexRef: {
|
|
730
797
|
readonly current: number;
|
|
731
798
|
};
|
|
732
799
|
UNSTABLE_virtual: {
|
|
733
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
800
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
734
801
|
totalSize: number;
|
|
735
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
802
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
736
803
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
737
804
|
measure: () => void;
|
|
738
805
|
};
|
|
@@ -749,7 +816,7 @@ export declare const useMultiSelectModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
749
816
|
width: number;
|
|
750
817
|
}) => void) | undefined;
|
|
751
818
|
onRegisterItem?: ((data: {
|
|
752
|
-
|
|
819
|
+
id: string;
|
|
753
820
|
textValue: string;
|
|
754
821
|
}, prevState: {
|
|
755
822
|
stackRef: React.RefObject<HTMLDivElement>;
|
|
@@ -761,16 +828,16 @@ export declare const useMultiSelectModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
761
828
|
visibility: "hidden" | "visible";
|
|
762
829
|
selectedIds: string[] | "all";
|
|
763
830
|
unselectedIds: string[];
|
|
764
|
-
cursorId: string;
|
|
831
|
+
cursorId: string | string[];
|
|
765
832
|
columnCount: number;
|
|
766
833
|
pageSizeRef: React.MutableRefObject<number>;
|
|
767
834
|
cursorIndexRef: {
|
|
768
835
|
readonly current: number;
|
|
769
836
|
};
|
|
770
837
|
UNSTABLE_virtual: {
|
|
771
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
838
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
772
839
|
totalSize: number;
|
|
773
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
840
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
774
841
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
775
842
|
measure: () => void;
|
|
776
843
|
};
|
|
@@ -798,16 +865,16 @@ export declare const useMultiSelectModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
798
865
|
visibility: "hidden" | "visible";
|
|
799
866
|
selectedIds: string[] | "all";
|
|
800
867
|
unselectedIds: string[];
|
|
801
|
-
cursorId: string;
|
|
868
|
+
cursorId: string | string[];
|
|
802
869
|
columnCount: number;
|
|
803
870
|
pageSizeRef: React.MutableRefObject<number>;
|
|
804
871
|
cursorIndexRef: {
|
|
805
872
|
readonly current: number;
|
|
806
873
|
};
|
|
807
874
|
UNSTABLE_virtual: {
|
|
808
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
875
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
809
876
|
totalSize: number;
|
|
810
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
877
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
811
878
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
812
879
|
measure: () => void;
|
|
813
880
|
};
|
|
@@ -835,16 +902,16 @@ export declare const useMultiSelectModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
835
902
|
visibility: "hidden" | "visible";
|
|
836
903
|
selectedIds: string[] | "all";
|
|
837
904
|
unselectedIds: string[];
|
|
838
|
-
cursorId: string;
|
|
905
|
+
cursorId: string | string[];
|
|
839
906
|
columnCount: number;
|
|
840
907
|
pageSizeRef: React.MutableRefObject<number>;
|
|
841
908
|
cursorIndexRef: {
|
|
842
909
|
readonly current: number;
|
|
843
910
|
};
|
|
844
911
|
UNSTABLE_virtual: {
|
|
845
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
912
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
846
913
|
totalSize: number;
|
|
847
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
914
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
848
915
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
849
916
|
measure: () => void;
|
|
850
917
|
};
|
|
@@ -871,16 +938,16 @@ export declare const useMultiSelectModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
871
938
|
visibility: "hidden" | "visible";
|
|
872
939
|
selectedIds: string[] | "all";
|
|
873
940
|
unselectedIds: string[];
|
|
874
|
-
cursorId: string;
|
|
941
|
+
cursorId: string | string[];
|
|
875
942
|
columnCount: number;
|
|
876
943
|
pageSizeRef: React.MutableRefObject<number>;
|
|
877
944
|
cursorIndexRef: {
|
|
878
945
|
readonly current: number;
|
|
879
946
|
};
|
|
880
947
|
UNSTABLE_virtual: {
|
|
881
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
948
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
882
949
|
totalSize: number;
|
|
883
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
950
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
884
951
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
885
952
|
measure: () => void;
|
|
886
953
|
};
|
|
@@ -908,16 +975,16 @@ export declare const useMultiSelectModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
908
975
|
visibility: "hidden" | "visible";
|
|
909
976
|
selectedIds: string[] | "all";
|
|
910
977
|
unselectedIds: string[];
|
|
911
|
-
cursorId: string;
|
|
978
|
+
cursorId: string | string[];
|
|
912
979
|
columnCount: number;
|
|
913
980
|
pageSizeRef: React.MutableRefObject<number>;
|
|
914
981
|
cursorIndexRef: {
|
|
915
982
|
readonly current: number;
|
|
916
983
|
};
|
|
917
984
|
UNSTABLE_virtual: {
|
|
918
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
985
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
919
986
|
totalSize: number;
|
|
920
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
987
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
921
988
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
922
989
|
measure: () => void;
|
|
923
990
|
};
|
|
@@ -943,16 +1010,16 @@ export declare const useMultiSelectModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
943
1010
|
visibility: "hidden" | "visible";
|
|
944
1011
|
selectedIds: string[] | "all";
|
|
945
1012
|
unselectedIds: string[];
|
|
946
|
-
cursorId: string;
|
|
1013
|
+
cursorId: string | string[];
|
|
947
1014
|
columnCount: number;
|
|
948
1015
|
pageSizeRef: React.MutableRefObject<number>;
|
|
949
1016
|
cursorIndexRef: {
|
|
950
1017
|
readonly current: number;
|
|
951
1018
|
};
|
|
952
1019
|
UNSTABLE_virtual: {
|
|
953
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
1020
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
954
1021
|
totalSize: number;
|
|
955
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
1022
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
956
1023
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
957
1024
|
measure: () => void;
|
|
958
1025
|
};
|
|
@@ -978,16 +1045,16 @@ export declare const useMultiSelectModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
978
1045
|
visibility: "hidden" | "visible";
|
|
979
1046
|
selectedIds: string[] | "all";
|
|
980
1047
|
unselectedIds: string[];
|
|
981
|
-
cursorId: string;
|
|
1048
|
+
cursorId: string | string[];
|
|
982
1049
|
columnCount: number;
|
|
983
1050
|
pageSizeRef: React.MutableRefObject<number>;
|
|
984
1051
|
cursorIndexRef: {
|
|
985
1052
|
readonly current: number;
|
|
986
1053
|
};
|
|
987
1054
|
UNSTABLE_virtual: {
|
|
988
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
1055
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
989
1056
|
totalSize: number;
|
|
990
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
1057
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
991
1058
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
992
1059
|
measure: () => void;
|
|
993
1060
|
};
|
|
@@ -1015,16 +1082,16 @@ export declare const useMultiSelectModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
1015
1082
|
visibility: "hidden" | "visible";
|
|
1016
1083
|
selectedIds: string[] | "all";
|
|
1017
1084
|
unselectedIds: string[];
|
|
1018
|
-
cursorId: string;
|
|
1085
|
+
cursorId: string | string[];
|
|
1019
1086
|
columnCount: number;
|
|
1020
1087
|
pageSizeRef: React.MutableRefObject<number>;
|
|
1021
1088
|
cursorIndexRef: {
|
|
1022
1089
|
readonly current: number;
|
|
1023
1090
|
};
|
|
1024
1091
|
UNSTABLE_virtual: {
|
|
1025
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
1092
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
1026
1093
|
totalSize: number;
|
|
1027
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
1094
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
1028
1095
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1029
1096
|
measure: () => void;
|
|
1030
1097
|
};
|
|
@@ -1050,16 +1117,16 @@ export declare const useMultiSelectModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
1050
1117
|
visibility: "hidden" | "visible";
|
|
1051
1118
|
selectedIds: string[] | "all";
|
|
1052
1119
|
unselectedIds: string[];
|
|
1053
|
-
cursorId: string;
|
|
1120
|
+
cursorId: string | string[];
|
|
1054
1121
|
columnCount: number;
|
|
1055
1122
|
pageSizeRef: React.MutableRefObject<number>;
|
|
1056
1123
|
cursorIndexRef: {
|
|
1057
1124
|
readonly current: number;
|
|
1058
1125
|
};
|
|
1059
1126
|
UNSTABLE_virtual: {
|
|
1060
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
1127
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
1061
1128
|
totalSize: number;
|
|
1062
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
1129
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
1063
1130
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1064
1131
|
measure: () => void;
|
|
1065
1132
|
};
|
|
@@ -1085,16 +1152,16 @@ export declare const useMultiSelectModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
1085
1152
|
visibility: "hidden" | "visible";
|
|
1086
1153
|
selectedIds: string[] | "all";
|
|
1087
1154
|
unselectedIds: string[];
|
|
1088
|
-
cursorId: string;
|
|
1155
|
+
cursorId: string | string[];
|
|
1089
1156
|
columnCount: number;
|
|
1090
1157
|
pageSizeRef: React.MutableRefObject<number>;
|
|
1091
1158
|
cursorIndexRef: {
|
|
1092
1159
|
readonly current: number;
|
|
1093
1160
|
};
|
|
1094
1161
|
UNSTABLE_virtual: {
|
|
1095
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
1162
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
1096
1163
|
totalSize: number;
|
|
1097
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
1164
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
1098
1165
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1099
1166
|
measure: () => void;
|
|
1100
1167
|
};
|
|
@@ -1120,16 +1187,16 @@ export declare const useMultiSelectModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
1120
1187
|
visibility: "hidden" | "visible";
|
|
1121
1188
|
selectedIds: string[] | "all";
|
|
1122
1189
|
unselectedIds: string[];
|
|
1123
|
-
cursorId: string;
|
|
1190
|
+
cursorId: string | string[];
|
|
1124
1191
|
columnCount: number;
|
|
1125
1192
|
pageSizeRef: React.MutableRefObject<number>;
|
|
1126
1193
|
cursorIndexRef: {
|
|
1127
1194
|
readonly current: number;
|
|
1128
1195
|
};
|
|
1129
1196
|
UNSTABLE_virtual: {
|
|
1130
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
1197
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
1131
1198
|
totalSize: number;
|
|
1132
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
1199
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
1133
1200
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1134
1201
|
measure: () => void;
|
|
1135
1202
|
};
|
|
@@ -1159,16 +1226,16 @@ export declare const useMultiSelectModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
1159
1226
|
visibility: "hidden" | "visible";
|
|
1160
1227
|
selectedIds: string[] | "all";
|
|
1161
1228
|
unselectedIds: string[];
|
|
1162
|
-
cursorId: string;
|
|
1229
|
+
cursorId: string | string[];
|
|
1163
1230
|
columnCount: number;
|
|
1164
1231
|
pageSizeRef: React.MutableRefObject<number>;
|
|
1165
1232
|
cursorIndexRef: {
|
|
1166
1233
|
readonly current: number;
|
|
1167
1234
|
};
|
|
1168
1235
|
UNSTABLE_virtual: {
|
|
1169
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
1236
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
1170
1237
|
totalSize: number;
|
|
1171
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
1238
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
1172
1239
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1173
1240
|
measure: () => void;
|
|
1174
1241
|
};
|
|
@@ -1196,16 +1263,16 @@ export declare const useMultiSelectModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
1196
1263
|
visibility: "hidden" | "visible";
|
|
1197
1264
|
selectedIds: string[] | "all";
|
|
1198
1265
|
unselectedIds: string[];
|
|
1199
|
-
cursorId: string;
|
|
1266
|
+
cursorId: string | string[];
|
|
1200
1267
|
columnCount: number;
|
|
1201
1268
|
pageSizeRef: React.MutableRefObject<number>;
|
|
1202
1269
|
cursorIndexRef: {
|
|
1203
1270
|
readonly current: number;
|
|
1204
1271
|
};
|
|
1205
1272
|
UNSTABLE_virtual: {
|
|
1206
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
1273
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
1207
1274
|
totalSize: number;
|
|
1208
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
1275
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
1209
1276
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1210
1277
|
measure: () => void;
|
|
1211
1278
|
};
|
|
@@ -1231,16 +1298,16 @@ export declare const useMultiSelectModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
1231
1298
|
visibility: "hidden" | "visible";
|
|
1232
1299
|
selectedIds: string[] | "all";
|
|
1233
1300
|
unselectedIds: string[];
|
|
1234
|
-
cursorId: string;
|
|
1301
|
+
cursorId: string | string[];
|
|
1235
1302
|
columnCount: number;
|
|
1236
1303
|
pageSizeRef: React.MutableRefObject<number>;
|
|
1237
1304
|
cursorIndexRef: {
|
|
1238
1305
|
readonly current: number;
|
|
1239
1306
|
};
|
|
1240
1307
|
UNSTABLE_virtual: {
|
|
1241
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
1308
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
1242
1309
|
totalSize: number;
|
|
1243
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
1310
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
1244
1311
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1245
1312
|
measure: () => void;
|
|
1246
1313
|
};
|
|
@@ -1266,16 +1333,16 @@ export declare const useMultiSelectModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
1266
1333
|
visibility: "hidden" | "visible";
|
|
1267
1334
|
selectedIds: string[] | "all";
|
|
1268
1335
|
unselectedIds: string[];
|
|
1269
|
-
cursorId: string;
|
|
1336
|
+
cursorId: string | string[];
|
|
1270
1337
|
columnCount: number;
|
|
1271
1338
|
pageSizeRef: React.MutableRefObject<number>;
|
|
1272
1339
|
cursorIndexRef: {
|
|
1273
1340
|
readonly current: number;
|
|
1274
1341
|
};
|
|
1275
1342
|
UNSTABLE_virtual: {
|
|
1276
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
1343
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
1277
1344
|
totalSize: number;
|
|
1278
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
1345
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
1279
1346
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1280
1347
|
measure: () => void;
|
|
1281
1348
|
};
|
|
@@ -1301,16 +1368,16 @@ export declare const useMultiSelectModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
1301
1368
|
visibility: "hidden" | "visible";
|
|
1302
1369
|
selectedIds: string[] | "all";
|
|
1303
1370
|
unselectedIds: string[];
|
|
1304
|
-
cursorId: string;
|
|
1371
|
+
cursorId: string | string[];
|
|
1305
1372
|
columnCount: number;
|
|
1306
1373
|
pageSizeRef: React.MutableRefObject<number>;
|
|
1307
1374
|
cursorIndexRef: {
|
|
1308
1375
|
readonly current: number;
|
|
1309
1376
|
};
|
|
1310
1377
|
UNSTABLE_virtual: {
|
|
1311
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
1378
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
1312
1379
|
totalSize: number;
|
|
1313
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
1380
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
1314
1381
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1315
1382
|
measure: () => void;
|
|
1316
1383
|
};
|
|
@@ -1336,16 +1403,16 @@ export declare const useMultiSelectModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
1336
1403
|
visibility: "hidden" | "visible";
|
|
1337
1404
|
selectedIds: string[] | "all";
|
|
1338
1405
|
unselectedIds: string[];
|
|
1339
|
-
cursorId: string;
|
|
1406
|
+
cursorId: string | string[];
|
|
1340
1407
|
columnCount: number;
|
|
1341
1408
|
pageSizeRef: React.MutableRefObject<number>;
|
|
1342
1409
|
cursorIndexRef: {
|
|
1343
1410
|
readonly current: number;
|
|
1344
1411
|
};
|
|
1345
1412
|
UNSTABLE_virtual: {
|
|
1346
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
1413
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
1347
1414
|
totalSize: number;
|
|
1348
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
1415
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
1349
1416
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1350
1417
|
measure: () => void;
|
|
1351
1418
|
};
|
|
@@ -1371,16 +1438,16 @@ export declare const useMultiSelectModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
1371
1438
|
visibility: "hidden" | "visible";
|
|
1372
1439
|
selectedIds: string[] | "all";
|
|
1373
1440
|
unselectedIds: string[];
|
|
1374
|
-
cursorId: string;
|
|
1441
|
+
cursorId: string | string[];
|
|
1375
1442
|
columnCount: number;
|
|
1376
1443
|
pageSizeRef: React.MutableRefObject<number>;
|
|
1377
1444
|
cursorIndexRef: {
|
|
1378
1445
|
readonly current: number;
|
|
1379
1446
|
};
|
|
1380
1447
|
UNSTABLE_virtual: {
|
|
1381
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
1448
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
1382
1449
|
totalSize: number;
|
|
1383
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
1450
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
1384
1451
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1385
1452
|
measure: () => void;
|
|
1386
1453
|
};
|
|
@@ -1406,16 +1473,16 @@ export declare const useMultiSelectModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
1406
1473
|
visibility: "hidden" | "visible";
|
|
1407
1474
|
selectedIds: string[] | "all";
|
|
1408
1475
|
unselectedIds: string[];
|
|
1409
|
-
cursorId: string;
|
|
1476
|
+
cursorId: string | string[];
|
|
1410
1477
|
columnCount: number;
|
|
1411
1478
|
pageSizeRef: React.MutableRefObject<number>;
|
|
1412
1479
|
cursorIndexRef: {
|
|
1413
1480
|
readonly current: number;
|
|
1414
1481
|
};
|
|
1415
1482
|
UNSTABLE_virtual: {
|
|
1416
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
1483
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
1417
1484
|
totalSize: number;
|
|
1418
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
1485
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
1419
1486
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1420
1487
|
measure: () => void;
|
|
1421
1488
|
};
|
|
@@ -1441,16 +1508,16 @@ export declare const useMultiSelectModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
1441
1508
|
visibility: "hidden" | "visible";
|
|
1442
1509
|
selectedIds: string[] | "all";
|
|
1443
1510
|
unselectedIds: string[];
|
|
1444
|
-
cursorId: string;
|
|
1511
|
+
cursorId: string | string[];
|
|
1445
1512
|
columnCount: number;
|
|
1446
1513
|
pageSizeRef: React.MutableRefObject<number>;
|
|
1447
1514
|
cursorIndexRef: {
|
|
1448
1515
|
readonly current: number;
|
|
1449
1516
|
};
|
|
1450
1517
|
UNSTABLE_virtual: {
|
|
1451
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
1518
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
1452
1519
|
totalSize: number;
|
|
1453
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
1520
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
1454
1521
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1455
1522
|
measure: () => void;
|
|
1456
1523
|
};
|
|
@@ -1476,16 +1543,16 @@ export declare const useMultiSelectModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
1476
1543
|
visibility: "hidden" | "visible";
|
|
1477
1544
|
selectedIds: string[] | "all";
|
|
1478
1545
|
unselectedIds: string[];
|
|
1479
|
-
cursorId: string;
|
|
1546
|
+
cursorId: string | string[];
|
|
1480
1547
|
columnCount: number;
|
|
1481
1548
|
pageSizeRef: React.MutableRefObject<number>;
|
|
1482
1549
|
cursorIndexRef: {
|
|
1483
1550
|
readonly current: number;
|
|
1484
1551
|
};
|
|
1485
1552
|
UNSTABLE_virtual: {
|
|
1486
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
1553
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
1487
1554
|
totalSize: number;
|
|
1488
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
1555
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
1489
1556
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1490
1557
|
measure: () => void;
|
|
1491
1558
|
};
|
|
@@ -1511,16 +1578,16 @@ export declare const useMultiSelectModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
1511
1578
|
visibility: "hidden" | "visible";
|
|
1512
1579
|
selectedIds: string[] | "all";
|
|
1513
1580
|
unselectedIds: string[];
|
|
1514
|
-
cursorId: string;
|
|
1581
|
+
cursorId: string | string[];
|
|
1515
1582
|
columnCount: number;
|
|
1516
1583
|
pageSizeRef: React.MutableRefObject<number>;
|
|
1517
1584
|
cursorIndexRef: {
|
|
1518
1585
|
readonly current: number;
|
|
1519
1586
|
};
|
|
1520
1587
|
UNSTABLE_virtual: {
|
|
1521
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
1588
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
1522
1589
|
totalSize: number;
|
|
1523
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
1590
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
1524
1591
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1525
1592
|
measure: () => void;
|
|
1526
1593
|
};
|
|
@@ -1546,16 +1613,16 @@ export declare const useMultiSelectModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
1546
1613
|
visibility: "hidden" | "visible";
|
|
1547
1614
|
selectedIds: string[] | "all";
|
|
1548
1615
|
unselectedIds: string[];
|
|
1549
|
-
cursorId: string;
|
|
1616
|
+
cursorId: string | string[];
|
|
1550
1617
|
columnCount: number;
|
|
1551
1618
|
pageSizeRef: React.MutableRefObject<number>;
|
|
1552
1619
|
cursorIndexRef: {
|
|
1553
1620
|
readonly current: number;
|
|
1554
1621
|
};
|
|
1555
1622
|
UNSTABLE_virtual: {
|
|
1556
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
1623
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
1557
1624
|
totalSize: number;
|
|
1558
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
1625
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
1559
1626
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1560
1627
|
measure: () => void;
|
|
1561
1628
|
};
|
|
@@ -1572,7 +1639,7 @@ export declare const useMultiSelectModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
1572
1639
|
width: number;
|
|
1573
1640
|
}) => boolean) | undefined;
|
|
1574
1641
|
shouldRegisterItem?: ((data: {
|
|
1575
|
-
|
|
1642
|
+
id: string;
|
|
1576
1643
|
textValue: string;
|
|
1577
1644
|
}, state: {
|
|
1578
1645
|
stackRef: React.RefObject<HTMLDivElement>;
|
|
@@ -1584,16 +1651,16 @@ export declare const useMultiSelectModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
1584
1651
|
visibility: "hidden" | "visible";
|
|
1585
1652
|
selectedIds: string[] | "all";
|
|
1586
1653
|
unselectedIds: string[];
|
|
1587
|
-
cursorId: string;
|
|
1654
|
+
cursorId: string | string[];
|
|
1588
1655
|
columnCount: number;
|
|
1589
1656
|
pageSizeRef: React.MutableRefObject<number>;
|
|
1590
1657
|
cursorIndexRef: {
|
|
1591
1658
|
readonly current: number;
|
|
1592
1659
|
};
|
|
1593
1660
|
UNSTABLE_virtual: {
|
|
1594
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
1661
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
1595
1662
|
totalSize: number;
|
|
1596
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
1663
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
1597
1664
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1598
1665
|
measure: () => void;
|
|
1599
1666
|
};
|
|
@@ -1621,16 +1688,16 @@ export declare const useMultiSelectModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
1621
1688
|
visibility: "hidden" | "visible";
|
|
1622
1689
|
selectedIds: string[] | "all";
|
|
1623
1690
|
unselectedIds: string[];
|
|
1624
|
-
cursorId: string;
|
|
1691
|
+
cursorId: string | string[];
|
|
1625
1692
|
columnCount: number;
|
|
1626
1693
|
pageSizeRef: React.MutableRefObject<number>;
|
|
1627
1694
|
cursorIndexRef: {
|
|
1628
1695
|
readonly current: number;
|
|
1629
1696
|
};
|
|
1630
1697
|
UNSTABLE_virtual: {
|
|
1631
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
1698
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
1632
1699
|
totalSize: number;
|
|
1633
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
1700
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
1634
1701
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1635
1702
|
measure: () => void;
|
|
1636
1703
|
};
|
|
@@ -1658,16 +1725,16 @@ export declare const useMultiSelectModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
1658
1725
|
visibility: "hidden" | "visible";
|
|
1659
1726
|
selectedIds: string[] | "all";
|
|
1660
1727
|
unselectedIds: string[];
|
|
1661
|
-
cursorId: string;
|
|
1728
|
+
cursorId: string | string[];
|
|
1662
1729
|
columnCount: number;
|
|
1663
1730
|
pageSizeRef: React.MutableRefObject<number>;
|
|
1664
1731
|
cursorIndexRef: {
|
|
1665
1732
|
readonly current: number;
|
|
1666
1733
|
};
|
|
1667
1734
|
UNSTABLE_virtual: {
|
|
1668
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
1735
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
1669
1736
|
totalSize: number;
|
|
1670
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
1737
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
1671
1738
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1672
1739
|
measure: () => void;
|
|
1673
1740
|
};
|
|
@@ -1694,16 +1761,16 @@ export declare const useMultiSelectModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
1694
1761
|
visibility: "hidden" | "visible";
|
|
1695
1762
|
selectedIds: string[] | "all";
|
|
1696
1763
|
unselectedIds: string[];
|
|
1697
|
-
cursorId: string;
|
|
1764
|
+
cursorId: string | string[];
|
|
1698
1765
|
columnCount: number;
|
|
1699
1766
|
pageSizeRef: React.MutableRefObject<number>;
|
|
1700
1767
|
cursorIndexRef: {
|
|
1701
1768
|
readonly current: number;
|
|
1702
1769
|
};
|
|
1703
1770
|
UNSTABLE_virtual: {
|
|
1704
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
1771
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
1705
1772
|
totalSize: number;
|
|
1706
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
1773
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
1707
1774
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1708
1775
|
measure: () => void;
|
|
1709
1776
|
};
|
|
@@ -1751,7 +1818,7 @@ export declare const useMultiSelectModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
1751
1818
|
goToNextPage(): void;
|
|
1752
1819
|
goToPreviousPage(): void;
|
|
1753
1820
|
registerItem(data: {
|
|
1754
|
-
|
|
1821
|
+
id: string;
|
|
1755
1822
|
textValue: string;
|
|
1756
1823
|
}): void;
|
|
1757
1824
|
unregisterItem(data: {
|
|
@@ -1763,12 +1830,147 @@ export declare const useMultiSelectModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
1763
1830
|
};
|
|
1764
1831
|
onFilterChange: (event: React.ChangeEvent<HTMLInputElement>) => void;
|
|
1765
1832
|
onChange: (event: React.ChangeEvent<HTMLInputElement>) => void;
|
|
1766
|
-
|
|
1767
|
-
|
|
1833
|
+
UNSTABLE_parentModel: {
|
|
1834
|
+
state: {
|
|
1835
|
+
selectedIds: string[] | "all";
|
|
1836
|
+
unselectedIds: string[];
|
|
1837
|
+
cursorId: string | string[];
|
|
1838
|
+
columnCount: number;
|
|
1839
|
+
pageSizeRef: React.MutableRefObject<number>;
|
|
1840
|
+
cursorIndexRef: {
|
|
1841
|
+
readonly current: number;
|
|
1842
|
+
};
|
|
1843
|
+
UNSTABLE_virtual: {
|
|
1844
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
1845
|
+
totalSize: number;
|
|
1846
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
1847
|
+
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1848
|
+
measure: () => void;
|
|
1849
|
+
};
|
|
1850
|
+
UNSTABLE_defaultItemHeight: number;
|
|
1851
|
+
containerRef: React.RefObject<HTMLDivElement>;
|
|
1852
|
+
id: string;
|
|
1853
|
+
orientation: "horizontal" | "vertical";
|
|
1854
|
+
indexRef: React.MutableRefObject<number>;
|
|
1855
|
+
nonInteractiveIds: string[];
|
|
1856
|
+
isVirtualized: boolean;
|
|
1857
|
+
items: Item<any>[];
|
|
1858
|
+
};
|
|
1859
|
+
events: {
|
|
1860
|
+
select(data: {
|
|
1861
|
+
id: string;
|
|
1862
|
+
}): void;
|
|
1863
|
+
selectAll(): void;
|
|
1864
|
+
unselectAll(): void;
|
|
1865
|
+
setSelectedIds(ids: string[] | "all"): void;
|
|
1866
|
+
remove(data: {
|
|
1867
|
+
id: string;
|
|
1868
|
+
nextId?: string | undefined;
|
|
1869
|
+
event?: Event | React.SyntheticEvent<Element, Event> | undefined;
|
|
1870
|
+
}): void;
|
|
1871
|
+
goTo(data: {
|
|
1872
|
+
id: string;
|
|
1873
|
+
}): void;
|
|
1874
|
+
goToNext(): void;
|
|
1875
|
+
goToPrevious(): void;
|
|
1876
|
+
goToPreviousRow(): void;
|
|
1877
|
+
goToNextRow(): void;
|
|
1878
|
+
goToFirst(): void;
|
|
1879
|
+
goToLast(): void;
|
|
1880
|
+
goToFirstOfRow(): void;
|
|
1881
|
+
goToLastOfRow(): void;
|
|
1882
|
+
goToNextPage(): void;
|
|
1883
|
+
goToPreviousPage(): void;
|
|
1884
|
+
registerItem(data: {
|
|
1885
|
+
id: string;
|
|
1886
|
+
textValue: string;
|
|
1887
|
+
}): void;
|
|
1888
|
+
unregisterItem(data: {
|
|
1889
|
+
id: string;
|
|
1890
|
+
}): void;
|
|
1891
|
+
updateItemHeight(data: {
|
|
1892
|
+
value: number;
|
|
1893
|
+
}): void;
|
|
1894
|
+
};
|
|
1895
|
+
selection: import("@workday/canvas-kit-react/collection").SelectionManager;
|
|
1896
|
+
navigation: import("@workday/canvas-kit-react/collection").NavigationManager;
|
|
1897
|
+
getId: (item: any) => string;
|
|
1898
|
+
getTextValue: (item: any) => string;
|
|
1899
|
+
UNSTABLE_parentModel: {
|
|
1900
|
+
state: {
|
|
1901
|
+
selectedIds: string[] | "all";
|
|
1902
|
+
unselectedIds: string[];
|
|
1903
|
+
cursorId: string | string[];
|
|
1904
|
+
columnCount: number;
|
|
1905
|
+
pageSizeRef: React.MutableRefObject<number>;
|
|
1906
|
+
cursorIndexRef: {
|
|
1907
|
+
readonly current: number;
|
|
1908
|
+
};
|
|
1909
|
+
UNSTABLE_virtual: {
|
|
1910
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
1911
|
+
totalSize: number;
|
|
1912
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
1913
|
+
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1914
|
+
measure: () => void;
|
|
1915
|
+
};
|
|
1916
|
+
UNSTABLE_defaultItemHeight: number;
|
|
1917
|
+
containerRef: React.RefObject<HTMLDivElement>;
|
|
1918
|
+
id: string;
|
|
1919
|
+
orientation: "horizontal" | "vertical";
|
|
1920
|
+
indexRef: React.MutableRefObject<number>;
|
|
1921
|
+
nonInteractiveIds: string[];
|
|
1922
|
+
isVirtualized: boolean;
|
|
1923
|
+
items: Item<any>[];
|
|
1924
|
+
};
|
|
1925
|
+
events: {
|
|
1926
|
+
select(data: {
|
|
1927
|
+
id: string;
|
|
1928
|
+
}): void;
|
|
1929
|
+
selectAll(): void;
|
|
1930
|
+
unselectAll(): void;
|
|
1931
|
+
setSelectedIds(ids: string[] | "all"): void;
|
|
1932
|
+
remove(data: {
|
|
1933
|
+
id: string;
|
|
1934
|
+
nextId?: string | undefined;
|
|
1935
|
+
event?: Event | React.SyntheticEvent<Element, Event> | undefined;
|
|
1936
|
+
}): void;
|
|
1937
|
+
goTo(data: {
|
|
1938
|
+
id: string;
|
|
1939
|
+
}): void;
|
|
1940
|
+
goToNext(): void;
|
|
1941
|
+
goToPrevious(): void;
|
|
1942
|
+
goToPreviousRow(): void;
|
|
1943
|
+
goToNextRow(): void;
|
|
1944
|
+
goToFirst(): void;
|
|
1945
|
+
goToLast(): void;
|
|
1946
|
+
goToFirstOfRow(): void;
|
|
1947
|
+
goToLastOfRow(): void;
|
|
1948
|
+
goToNextPage(): void;
|
|
1949
|
+
goToPreviousPage(): void;
|
|
1950
|
+
registerItem(data: {
|
|
1951
|
+
id: string;
|
|
1952
|
+
textValue: string;
|
|
1953
|
+
}): void;
|
|
1954
|
+
unregisterItem(data: {
|
|
1955
|
+
id: string;
|
|
1956
|
+
}): void;
|
|
1957
|
+
updateItemHeight(data: {
|
|
1958
|
+
value: number;
|
|
1959
|
+
}): void;
|
|
1960
|
+
};
|
|
1961
|
+
selection: import("@workday/canvas-kit-react/collection").SelectionManager;
|
|
1962
|
+
navigation: import("@workday/canvas-kit-react/collection").NavigationManager;
|
|
1963
|
+
getId: (item: any) => string;
|
|
1964
|
+
getTextValue: (item: any) => string;
|
|
1965
|
+
} | undefined;
|
|
1966
|
+
};
|
|
1967
|
+
selection: import("@workday/canvas-kit-react/collection").SelectionManager;
|
|
1968
|
+
navigation: import("@workday/canvas-kit-react/collection").NavigationManager;
|
|
1768
1969
|
getId: (item: any) => string;
|
|
1970
|
+
getTextValue: (item: any) => string;
|
|
1769
1971
|
selected: {
|
|
1770
1972
|
state: {
|
|
1771
|
-
cursorId: string;
|
|
1973
|
+
cursorId: string | string[];
|
|
1772
1974
|
selectedIds: string[] | "all";
|
|
1773
1975
|
unselectedIds: string[];
|
|
1774
1976
|
columnCount: number;
|
|
@@ -1777,9 +1979,9 @@ export declare const useMultiSelectModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
1777
1979
|
readonly current: number;
|
|
1778
1980
|
};
|
|
1779
1981
|
UNSTABLE_virtual: {
|
|
1780
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
1982
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
1781
1983
|
totalSize: number;
|
|
1782
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
1984
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
1783
1985
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1784
1986
|
measure: () => void;
|
|
1785
1987
|
};
|
|
@@ -1818,7 +2020,7 @@ export declare const useMultiSelectModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
1818
2020
|
goToNextPage(): void;
|
|
1819
2021
|
goToPreviousPage(): void;
|
|
1820
2022
|
registerItem(data: {
|
|
1821
|
-
|
|
2023
|
+
id: string;
|
|
1822
2024
|
textValue: string;
|
|
1823
2025
|
}): void;
|
|
1824
2026
|
unregisterItem(data: {
|
|
@@ -1828,9 +2030,77 @@ export declare const useMultiSelectModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
1828
2030
|
value: number;
|
|
1829
2031
|
}): void;
|
|
1830
2032
|
};
|
|
1831
|
-
selection: import("@workday/canvas-kit-react/collection
|
|
1832
|
-
navigation: import("@workday/canvas-kit-react/collection
|
|
2033
|
+
selection: import("@workday/canvas-kit-react/collection").SelectionManager;
|
|
2034
|
+
navigation: import("@workday/canvas-kit-react/collection").NavigationManager;
|
|
1833
2035
|
getId: (item: any) => string;
|
|
2036
|
+
getTextValue: (item: any) => string;
|
|
2037
|
+
UNSTABLE_parentModel: {
|
|
2038
|
+
state: {
|
|
2039
|
+
selectedIds: string[] | "all";
|
|
2040
|
+
unselectedIds: string[];
|
|
2041
|
+
cursorId: string | string[];
|
|
2042
|
+
columnCount: number;
|
|
2043
|
+
pageSizeRef: React.MutableRefObject<number>;
|
|
2044
|
+
cursorIndexRef: {
|
|
2045
|
+
readonly current: number;
|
|
2046
|
+
};
|
|
2047
|
+
UNSTABLE_virtual: {
|
|
2048
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
2049
|
+
totalSize: number;
|
|
2050
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
2051
|
+
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2052
|
+
measure: () => void;
|
|
2053
|
+
};
|
|
2054
|
+
UNSTABLE_defaultItemHeight: number;
|
|
2055
|
+
containerRef: React.RefObject<HTMLDivElement>;
|
|
2056
|
+
id: string;
|
|
2057
|
+
orientation: "horizontal" | "vertical";
|
|
2058
|
+
indexRef: React.MutableRefObject<number>;
|
|
2059
|
+
nonInteractiveIds: string[];
|
|
2060
|
+
isVirtualized: boolean;
|
|
2061
|
+
items: Item<any>[];
|
|
2062
|
+
};
|
|
2063
|
+
events: {
|
|
2064
|
+
select(data: {
|
|
2065
|
+
id: string;
|
|
2066
|
+
}): void;
|
|
2067
|
+
selectAll(): void;
|
|
2068
|
+
unselectAll(): void;
|
|
2069
|
+
setSelectedIds(ids: string[] | "all"): void;
|
|
2070
|
+
remove(data: {
|
|
2071
|
+
id: string;
|
|
2072
|
+
nextId?: string | undefined;
|
|
2073
|
+
event?: Event | React.SyntheticEvent<Element, Event> | undefined;
|
|
2074
|
+
}): void;
|
|
2075
|
+
goTo(data: {
|
|
2076
|
+
id: string;
|
|
2077
|
+
}): void;
|
|
2078
|
+
goToNext(): void;
|
|
2079
|
+
goToPrevious(): void;
|
|
2080
|
+
goToPreviousRow(): void;
|
|
2081
|
+
goToNextRow(): void;
|
|
2082
|
+
goToFirst(): void;
|
|
2083
|
+
goToLast(): void;
|
|
2084
|
+
goToFirstOfRow(): void;
|
|
2085
|
+
goToLastOfRow(): void;
|
|
2086
|
+
goToNextPage(): void;
|
|
2087
|
+
goToPreviousPage(): void;
|
|
2088
|
+
registerItem(data: {
|
|
2089
|
+
id: string;
|
|
2090
|
+
textValue: string;
|
|
2091
|
+
}): void;
|
|
2092
|
+
unregisterItem(data: {
|
|
2093
|
+
id: string;
|
|
2094
|
+
}): void;
|
|
2095
|
+
updateItemHeight(data: {
|
|
2096
|
+
value: number;
|
|
2097
|
+
}): void;
|
|
2098
|
+
};
|
|
2099
|
+
selection: import("@workday/canvas-kit-react/collection").SelectionManager;
|
|
2100
|
+
navigation: import("@workday/canvas-kit-react/collection").NavigationManager;
|
|
2101
|
+
getId: (item: any) => string;
|
|
2102
|
+
getTextValue: (item: any) => string;
|
|
2103
|
+
} | undefined;
|
|
1834
2104
|
};
|
|
1835
2105
|
}) & import("@workday/canvas-kit-react/common").ModelExtras<{
|
|
1836
2106
|
mode: "multiple";
|
|
@@ -1839,19 +2109,86 @@ export declare const useMultiSelectModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
1839
2109
|
initialFocusRef: React.RefObject<any> | undefined;
|
|
1840
2110
|
id: string;
|
|
1841
2111
|
initialVisibility: import("@workday/canvas-kit-react/disclosure").Visibility;
|
|
1842
|
-
initialSelectedIds: import("@workday/canvas-kit-react/collection
|
|
2112
|
+
initialSelectedIds: import("@workday/canvas-kit-react/collection").SelectedIds;
|
|
1843
2113
|
initialUnselectedIds: string[];
|
|
1844
|
-
selection: import("@workday/canvas-kit-react/collection
|
|
1845
|
-
initialCursorId: string;
|
|
2114
|
+
selection: import("@workday/canvas-kit-react/collection").SelectionManager;
|
|
2115
|
+
initialCursorId: string | string[];
|
|
1846
2116
|
columnCount: number;
|
|
1847
|
-
navigation: import("@workday/canvas-kit-react/collection
|
|
2117
|
+
navigation: import("@workday/canvas-kit-react/collection").NavigationManager;
|
|
1848
2118
|
pageSize: number;
|
|
1849
2119
|
getId: (item: any) => string;
|
|
1850
2120
|
getTextValue: (item: any) => string;
|
|
1851
2121
|
nonInteractiveIds: string[];
|
|
1852
|
-
orientation: import("@workday/canvas-kit-react/collection
|
|
2122
|
+
orientation: import("@workday/canvas-kit-react/collection").Orientation;
|
|
1853
2123
|
defaultItemHeight: number;
|
|
1854
2124
|
items: any[];
|
|
2125
|
+
UNSTABLE_parentModel: {
|
|
2126
|
+
state: {
|
|
2127
|
+
selectedIds: string[] | "all";
|
|
2128
|
+
unselectedIds: string[];
|
|
2129
|
+
cursorId: string | string[];
|
|
2130
|
+
columnCount: number;
|
|
2131
|
+
pageSizeRef: React.MutableRefObject<number>;
|
|
2132
|
+
cursorIndexRef: {
|
|
2133
|
+
readonly current: number;
|
|
2134
|
+
};
|
|
2135
|
+
UNSTABLE_virtual: {
|
|
2136
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
2137
|
+
totalSize: number;
|
|
2138
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
2139
|
+
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2140
|
+
measure: () => void;
|
|
2141
|
+
};
|
|
2142
|
+
UNSTABLE_defaultItemHeight: number;
|
|
2143
|
+
containerRef: React.RefObject<HTMLDivElement>;
|
|
2144
|
+
id: string;
|
|
2145
|
+
orientation: "horizontal" | "vertical";
|
|
2146
|
+
indexRef: React.MutableRefObject<number>;
|
|
2147
|
+
nonInteractiveIds: string[];
|
|
2148
|
+
isVirtualized: boolean;
|
|
2149
|
+
items: Item<any>[];
|
|
2150
|
+
};
|
|
2151
|
+
events: {
|
|
2152
|
+
select(data: {
|
|
2153
|
+
id: string;
|
|
2154
|
+
}): void;
|
|
2155
|
+
selectAll(): void;
|
|
2156
|
+
unselectAll(): void;
|
|
2157
|
+
setSelectedIds(ids: string[] | "all"): void;
|
|
2158
|
+
remove(data: {
|
|
2159
|
+
id: string;
|
|
2160
|
+
nextId?: string | undefined;
|
|
2161
|
+
event?: Event | React.SyntheticEvent<Element, Event> | undefined;
|
|
2162
|
+
}): void;
|
|
2163
|
+
goTo(data: {
|
|
2164
|
+
id: string;
|
|
2165
|
+
}): void;
|
|
2166
|
+
goToNext(): void;
|
|
2167
|
+
goToPrevious(): void;
|
|
2168
|
+
goToPreviousRow(): void;
|
|
2169
|
+
goToNextRow(): void;
|
|
2170
|
+
goToFirst(): void;
|
|
2171
|
+
goToLast(): void;
|
|
2172
|
+
goToFirstOfRow(): void;
|
|
2173
|
+
goToLastOfRow(): void;
|
|
2174
|
+
goToNextPage(): void;
|
|
2175
|
+
goToPreviousPage(): void;
|
|
2176
|
+
registerItem(data: {
|
|
2177
|
+
id: string;
|
|
2178
|
+
textValue: string;
|
|
2179
|
+
}): void;
|
|
2180
|
+
unregisterItem(data: {
|
|
2181
|
+
id: string;
|
|
2182
|
+
}): void;
|
|
2183
|
+
updateItemHeight(data: {
|
|
2184
|
+
value: number;
|
|
2185
|
+
}): void;
|
|
2186
|
+
};
|
|
2187
|
+
selection: import("@workday/canvas-kit-react/collection").SelectionManager;
|
|
2188
|
+
navigation: import("@workday/canvas-kit-react/collection").NavigationManager;
|
|
2189
|
+
getId: (item: any) => string;
|
|
2190
|
+
getTextValue: (item: any) => string;
|
|
2191
|
+
} | undefined;
|
|
1855
2192
|
value: string | undefined;
|
|
1856
2193
|
onFilterChange(event: React.ChangeEvent<HTMLInputElement>): void;
|
|
1857
2194
|
onChange(event: React.ChangeEvent<HTMLInputElement>): void;
|
|
@@ -1865,16 +2202,16 @@ export declare const useMultiSelectModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
1865
2202
|
visibility: "hidden" | "visible";
|
|
1866
2203
|
selectedIds: string[] | "all";
|
|
1867
2204
|
unselectedIds: string[];
|
|
1868
|
-
cursorId: string;
|
|
2205
|
+
cursorId: string | string[];
|
|
1869
2206
|
columnCount: number;
|
|
1870
2207
|
pageSizeRef: React.MutableRefObject<number>;
|
|
1871
2208
|
cursorIndexRef: {
|
|
1872
2209
|
readonly current: number;
|
|
1873
2210
|
};
|
|
1874
2211
|
UNSTABLE_virtual: {
|
|
1875
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
2212
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
1876
2213
|
totalSize: number;
|
|
1877
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
2214
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
1878
2215
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1879
2216
|
measure: () => void;
|
|
1880
2217
|
};
|
|
@@ -1921,7 +2258,7 @@ export declare const useMultiSelectModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
1921
2258
|
goToNextPage(): void;
|
|
1922
2259
|
goToPreviousPage(): void;
|
|
1923
2260
|
registerItem(data: {
|
|
1924
|
-
|
|
2261
|
+
id: string;
|
|
1925
2262
|
textValue: string;
|
|
1926
2263
|
}): void;
|
|
1927
2264
|
unregisterItem(data: {
|
|
@@ -1941,16 +2278,16 @@ export declare const useMultiSelectModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
1941
2278
|
visibility: "hidden" | "visible";
|
|
1942
2279
|
selectedIds: string[] | "all";
|
|
1943
2280
|
unselectedIds: string[];
|
|
1944
|
-
cursorId: string;
|
|
2281
|
+
cursorId: string | string[];
|
|
1945
2282
|
columnCount: number;
|
|
1946
2283
|
pageSizeRef: React.MutableRefObject<number>;
|
|
1947
2284
|
cursorIndexRef: {
|
|
1948
2285
|
readonly current: number;
|
|
1949
2286
|
};
|
|
1950
2287
|
UNSTABLE_virtual: {
|
|
1951
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
2288
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
1952
2289
|
totalSize: number;
|
|
1953
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
2290
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
1954
2291
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1955
2292
|
measure: () => void;
|
|
1956
2293
|
};
|
|
@@ -1998,7 +2335,7 @@ export declare const useMultiSelectModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
1998
2335
|
goToNextPage(): void;
|
|
1999
2336
|
goToPreviousPage(): void;
|
|
2000
2337
|
registerItem(data: {
|
|
2001
|
-
|
|
2338
|
+
id: string;
|
|
2002
2339
|
textValue: string;
|
|
2003
2340
|
}): void;
|
|
2004
2341
|
unregisterItem(data: {
|
|
@@ -2010,12 +2347,147 @@ export declare const useMultiSelectModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
2010
2347
|
};
|
|
2011
2348
|
onFilterChange: (event: React.ChangeEvent<HTMLInputElement>) => void;
|
|
2012
2349
|
onChange: (event: React.ChangeEvent<HTMLInputElement>) => void;
|
|
2013
|
-
|
|
2014
|
-
|
|
2350
|
+
UNSTABLE_parentModel: {
|
|
2351
|
+
state: {
|
|
2352
|
+
selectedIds: string[] | "all";
|
|
2353
|
+
unselectedIds: string[];
|
|
2354
|
+
cursorId: string | string[];
|
|
2355
|
+
columnCount: number;
|
|
2356
|
+
pageSizeRef: React.MutableRefObject<number>;
|
|
2357
|
+
cursorIndexRef: {
|
|
2358
|
+
readonly current: number;
|
|
2359
|
+
};
|
|
2360
|
+
UNSTABLE_virtual: {
|
|
2361
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
2362
|
+
totalSize: number;
|
|
2363
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
2364
|
+
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2365
|
+
measure: () => void;
|
|
2366
|
+
};
|
|
2367
|
+
UNSTABLE_defaultItemHeight: number;
|
|
2368
|
+
containerRef: React.RefObject<HTMLDivElement>;
|
|
2369
|
+
id: string;
|
|
2370
|
+
orientation: "horizontal" | "vertical";
|
|
2371
|
+
indexRef: React.MutableRefObject<number>;
|
|
2372
|
+
nonInteractiveIds: string[];
|
|
2373
|
+
isVirtualized: boolean;
|
|
2374
|
+
items: Item<any>[];
|
|
2375
|
+
};
|
|
2376
|
+
events: {
|
|
2377
|
+
select(data: {
|
|
2378
|
+
id: string;
|
|
2379
|
+
}): void;
|
|
2380
|
+
selectAll(): void;
|
|
2381
|
+
unselectAll(): void;
|
|
2382
|
+
setSelectedIds(ids: string[] | "all"): void;
|
|
2383
|
+
remove(data: {
|
|
2384
|
+
id: string;
|
|
2385
|
+
nextId?: string | undefined;
|
|
2386
|
+
event?: Event | React.SyntheticEvent<Element, Event> | undefined;
|
|
2387
|
+
}): void;
|
|
2388
|
+
goTo(data: {
|
|
2389
|
+
id: string;
|
|
2390
|
+
}): void;
|
|
2391
|
+
goToNext(): void;
|
|
2392
|
+
goToPrevious(): void;
|
|
2393
|
+
goToPreviousRow(): void;
|
|
2394
|
+
goToNextRow(): void;
|
|
2395
|
+
goToFirst(): void;
|
|
2396
|
+
goToLast(): void;
|
|
2397
|
+
goToFirstOfRow(): void;
|
|
2398
|
+
goToLastOfRow(): void;
|
|
2399
|
+
goToNextPage(): void;
|
|
2400
|
+
goToPreviousPage(): void;
|
|
2401
|
+
registerItem(data: {
|
|
2402
|
+
id: string;
|
|
2403
|
+
textValue: string;
|
|
2404
|
+
}): void;
|
|
2405
|
+
unregisterItem(data: {
|
|
2406
|
+
id: string;
|
|
2407
|
+
}): void;
|
|
2408
|
+
updateItemHeight(data: {
|
|
2409
|
+
value: number;
|
|
2410
|
+
}): void;
|
|
2411
|
+
};
|
|
2412
|
+
selection: import("@workday/canvas-kit-react/collection").SelectionManager;
|
|
2413
|
+
navigation: import("@workday/canvas-kit-react/collection").NavigationManager;
|
|
2414
|
+
getId: (item: any) => string;
|
|
2415
|
+
getTextValue: (item: any) => string;
|
|
2416
|
+
UNSTABLE_parentModel: {
|
|
2417
|
+
state: {
|
|
2418
|
+
selectedIds: string[] | "all";
|
|
2419
|
+
unselectedIds: string[];
|
|
2420
|
+
cursorId: string | string[];
|
|
2421
|
+
columnCount: number;
|
|
2422
|
+
pageSizeRef: React.MutableRefObject<number>;
|
|
2423
|
+
cursorIndexRef: {
|
|
2424
|
+
readonly current: number;
|
|
2425
|
+
};
|
|
2426
|
+
UNSTABLE_virtual: {
|
|
2427
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
2428
|
+
totalSize: number;
|
|
2429
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
2430
|
+
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2431
|
+
measure: () => void;
|
|
2432
|
+
};
|
|
2433
|
+
UNSTABLE_defaultItemHeight: number;
|
|
2434
|
+
containerRef: React.RefObject<HTMLDivElement>;
|
|
2435
|
+
id: string;
|
|
2436
|
+
orientation: "horizontal" | "vertical";
|
|
2437
|
+
indexRef: React.MutableRefObject<number>;
|
|
2438
|
+
nonInteractiveIds: string[];
|
|
2439
|
+
isVirtualized: boolean;
|
|
2440
|
+
items: Item<any>[];
|
|
2441
|
+
};
|
|
2442
|
+
events: {
|
|
2443
|
+
select(data: {
|
|
2444
|
+
id: string;
|
|
2445
|
+
}): void;
|
|
2446
|
+
selectAll(): void;
|
|
2447
|
+
unselectAll(): void;
|
|
2448
|
+
setSelectedIds(ids: string[] | "all"): void;
|
|
2449
|
+
remove(data: {
|
|
2450
|
+
id: string;
|
|
2451
|
+
nextId?: string | undefined;
|
|
2452
|
+
event?: Event | React.SyntheticEvent<Element, Event> | undefined;
|
|
2453
|
+
}): void;
|
|
2454
|
+
goTo(data: {
|
|
2455
|
+
id: string;
|
|
2456
|
+
}): void;
|
|
2457
|
+
goToNext(): void;
|
|
2458
|
+
goToPrevious(): void;
|
|
2459
|
+
goToPreviousRow(): void;
|
|
2460
|
+
goToNextRow(): void;
|
|
2461
|
+
goToFirst(): void;
|
|
2462
|
+
goToLast(): void;
|
|
2463
|
+
goToFirstOfRow(): void;
|
|
2464
|
+
goToLastOfRow(): void;
|
|
2465
|
+
goToNextPage(): void;
|
|
2466
|
+
goToPreviousPage(): void;
|
|
2467
|
+
registerItem(data: {
|
|
2468
|
+
id: string;
|
|
2469
|
+
textValue: string;
|
|
2470
|
+
}): void;
|
|
2471
|
+
unregisterItem(data: {
|
|
2472
|
+
id: string;
|
|
2473
|
+
}): void;
|
|
2474
|
+
updateItemHeight(data: {
|
|
2475
|
+
value: number;
|
|
2476
|
+
}): void;
|
|
2477
|
+
};
|
|
2478
|
+
selection: import("@workday/canvas-kit-react/collection").SelectionManager;
|
|
2479
|
+
navigation: import("@workday/canvas-kit-react/collection").NavigationManager;
|
|
2480
|
+
getId: (item: any) => string;
|
|
2481
|
+
getTextValue: (item: any) => string;
|
|
2482
|
+
} | undefined;
|
|
2483
|
+
};
|
|
2484
|
+
selection: import("@workday/canvas-kit-react/collection").SelectionManager;
|
|
2485
|
+
navigation: import("@workday/canvas-kit-react/collection").NavigationManager;
|
|
2015
2486
|
getId: (item: any) => string;
|
|
2487
|
+
getTextValue: (item: any) => string;
|
|
2016
2488
|
selected: {
|
|
2017
2489
|
state: {
|
|
2018
|
-
cursorId: string;
|
|
2490
|
+
cursorId: string | string[];
|
|
2019
2491
|
selectedIds: string[] | "all";
|
|
2020
2492
|
unselectedIds: string[];
|
|
2021
2493
|
columnCount: number;
|
|
@@ -2024,9 +2496,9 @@ export declare const useMultiSelectModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
2024
2496
|
readonly current: number;
|
|
2025
2497
|
};
|
|
2026
2498
|
UNSTABLE_virtual: {
|
|
2027
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
2499
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
2028
2500
|
totalSize: number;
|
|
2029
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
2501
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
2030
2502
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2031
2503
|
measure: () => void;
|
|
2032
2504
|
};
|
|
@@ -2065,7 +2537,7 @@ export declare const useMultiSelectModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
2065
2537
|
goToNextPage(): void;
|
|
2066
2538
|
goToPreviousPage(): void;
|
|
2067
2539
|
registerItem(data: {
|
|
2068
|
-
|
|
2540
|
+
id: string;
|
|
2069
2541
|
textValue: string;
|
|
2070
2542
|
}): void;
|
|
2071
2543
|
unregisterItem(data: {
|
|
@@ -2075,9 +2547,77 @@ export declare const useMultiSelectModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
2075
2547
|
value: number;
|
|
2076
2548
|
}): void;
|
|
2077
2549
|
};
|
|
2078
|
-
selection: import("@workday/canvas-kit-react/collection
|
|
2079
|
-
navigation: import("@workday/canvas-kit-react/collection
|
|
2550
|
+
selection: import("@workday/canvas-kit-react/collection").SelectionManager;
|
|
2551
|
+
navigation: import("@workday/canvas-kit-react/collection").NavigationManager;
|
|
2080
2552
|
getId: (item: any) => string;
|
|
2553
|
+
getTextValue: (item: any) => string;
|
|
2554
|
+
UNSTABLE_parentModel: {
|
|
2555
|
+
state: {
|
|
2556
|
+
selectedIds: string[] | "all";
|
|
2557
|
+
unselectedIds: string[];
|
|
2558
|
+
cursorId: string | string[];
|
|
2559
|
+
columnCount: number;
|
|
2560
|
+
pageSizeRef: React.MutableRefObject<number>;
|
|
2561
|
+
cursorIndexRef: {
|
|
2562
|
+
readonly current: number;
|
|
2563
|
+
};
|
|
2564
|
+
UNSTABLE_virtual: {
|
|
2565
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
2566
|
+
totalSize: number;
|
|
2567
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
2568
|
+
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2569
|
+
measure: () => void;
|
|
2570
|
+
};
|
|
2571
|
+
UNSTABLE_defaultItemHeight: number;
|
|
2572
|
+
containerRef: React.RefObject<HTMLDivElement>;
|
|
2573
|
+
id: string;
|
|
2574
|
+
orientation: "horizontal" | "vertical";
|
|
2575
|
+
indexRef: React.MutableRefObject<number>;
|
|
2576
|
+
nonInteractiveIds: string[];
|
|
2577
|
+
isVirtualized: boolean;
|
|
2578
|
+
items: Item<any>[];
|
|
2579
|
+
};
|
|
2580
|
+
events: {
|
|
2581
|
+
select(data: {
|
|
2582
|
+
id: string;
|
|
2583
|
+
}): void;
|
|
2584
|
+
selectAll(): void;
|
|
2585
|
+
unselectAll(): void;
|
|
2586
|
+
setSelectedIds(ids: string[] | "all"): void;
|
|
2587
|
+
remove(data: {
|
|
2588
|
+
id: string;
|
|
2589
|
+
nextId?: string | undefined;
|
|
2590
|
+
event?: Event | React.SyntheticEvent<Element, Event> | undefined;
|
|
2591
|
+
}): void;
|
|
2592
|
+
goTo(data: {
|
|
2593
|
+
id: string;
|
|
2594
|
+
}): void;
|
|
2595
|
+
goToNext(): void;
|
|
2596
|
+
goToPrevious(): void;
|
|
2597
|
+
goToPreviousRow(): void;
|
|
2598
|
+
goToNextRow(): void;
|
|
2599
|
+
goToFirst(): void;
|
|
2600
|
+
goToLast(): void;
|
|
2601
|
+
goToFirstOfRow(): void;
|
|
2602
|
+
goToLastOfRow(): void;
|
|
2603
|
+
goToNextPage(): void;
|
|
2604
|
+
goToPreviousPage(): void;
|
|
2605
|
+
registerItem(data: {
|
|
2606
|
+
id: string;
|
|
2607
|
+
textValue: string;
|
|
2608
|
+
}): void;
|
|
2609
|
+
unregisterItem(data: {
|
|
2610
|
+
id: string;
|
|
2611
|
+
}): void;
|
|
2612
|
+
updateItemHeight(data: {
|
|
2613
|
+
value: number;
|
|
2614
|
+
}): void;
|
|
2615
|
+
};
|
|
2616
|
+
selection: import("@workday/canvas-kit-react/collection").SelectionManager;
|
|
2617
|
+
navigation: import("@workday/canvas-kit-react/collection").NavigationManager;
|
|
2618
|
+
getId: (item: any) => string;
|
|
2619
|
+
getTextValue: (item: any) => string;
|
|
2620
|
+
} | undefined;
|
|
2081
2621
|
};
|
|
2082
2622
|
}>;
|
|
2083
2623
|
//# sourceMappingURL=useMultiSelectModel.d.ts.map
|