@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
|
@@ -8,19 +8,86 @@ export declare const MultiSelect: import("@workday/canvas-kit-react/common").Com
|
|
|
8
8
|
initialFocusRef: React.RefObject<any> | undefined;
|
|
9
9
|
id: string;
|
|
10
10
|
initialVisibility: import("@workday/canvas-kit-react/disclosure").Visibility;
|
|
11
|
-
initialSelectedIds: import("@workday/canvas-kit-react/collection
|
|
11
|
+
initialSelectedIds: import("@workday/canvas-kit-react/collection").SelectedIds;
|
|
12
12
|
initialUnselectedIds: string[];
|
|
13
|
-
selection: import("@workday/canvas-kit-react/collection
|
|
14
|
-
initialCursorId: string;
|
|
13
|
+
selection: import("@workday/canvas-kit-react/collection").SelectionManager;
|
|
14
|
+
initialCursorId: string | string[];
|
|
15
15
|
columnCount: number;
|
|
16
|
-
navigation: import("@workday/canvas-kit-react/collection
|
|
16
|
+
navigation: import("@workday/canvas-kit-react/collection").NavigationManager;
|
|
17
17
|
pageSize: number;
|
|
18
18
|
getId: (item: any) => string;
|
|
19
19
|
getTextValue: (item: any) => string;
|
|
20
20
|
nonInteractiveIds: string[];
|
|
21
|
-
orientation: import("@workday/canvas-kit-react/collection
|
|
21
|
+
orientation: import("@workday/canvas-kit-react/collection").Orientation;
|
|
22
22
|
defaultItemHeight: number;
|
|
23
23
|
items: any[];
|
|
24
|
+
UNSTABLE_parentModel: {
|
|
25
|
+
state: {
|
|
26
|
+
selectedIds: string[] | "all";
|
|
27
|
+
unselectedIds: string[];
|
|
28
|
+
cursorId: string | string[];
|
|
29
|
+
columnCount: number;
|
|
30
|
+
pageSizeRef: React.MutableRefObject<number>;
|
|
31
|
+
cursorIndexRef: {
|
|
32
|
+
readonly current: number;
|
|
33
|
+
};
|
|
34
|
+
UNSTABLE_virtual: {
|
|
35
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
36
|
+
totalSize: number;
|
|
37
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
38
|
+
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
39
|
+
measure: () => void;
|
|
40
|
+
};
|
|
41
|
+
UNSTABLE_defaultItemHeight: number;
|
|
42
|
+
containerRef: React.RefObject<HTMLDivElement>;
|
|
43
|
+
id: string;
|
|
44
|
+
orientation: "horizontal" | "vertical";
|
|
45
|
+
indexRef: React.MutableRefObject<number>;
|
|
46
|
+
nonInteractiveIds: string[];
|
|
47
|
+
isVirtualized: boolean;
|
|
48
|
+
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
49
|
+
};
|
|
50
|
+
events: {
|
|
51
|
+
select(data: {
|
|
52
|
+
id: string;
|
|
53
|
+
}): void;
|
|
54
|
+
selectAll(): void;
|
|
55
|
+
unselectAll(): void;
|
|
56
|
+
setSelectedIds(ids: string[] | "all"): void;
|
|
57
|
+
remove(data: {
|
|
58
|
+
id: string;
|
|
59
|
+
nextId?: string | undefined;
|
|
60
|
+
event?: Event | React.SyntheticEvent<Element, Event> | undefined;
|
|
61
|
+
}): void;
|
|
62
|
+
goTo(data: {
|
|
63
|
+
id: string;
|
|
64
|
+
}): void;
|
|
65
|
+
goToNext(): void;
|
|
66
|
+
goToPrevious(): void;
|
|
67
|
+
goToPreviousRow(): void;
|
|
68
|
+
goToNextRow(): void;
|
|
69
|
+
goToFirst(): void;
|
|
70
|
+
goToLast(): void;
|
|
71
|
+
goToFirstOfRow(): void;
|
|
72
|
+
goToLastOfRow(): void;
|
|
73
|
+
goToNextPage(): void;
|
|
74
|
+
goToPreviousPage(): void;
|
|
75
|
+
registerItem(data: {
|
|
76
|
+
id: string;
|
|
77
|
+
textValue: string;
|
|
78
|
+
}): void;
|
|
79
|
+
unregisterItem(data: {
|
|
80
|
+
id: string;
|
|
81
|
+
}): void;
|
|
82
|
+
updateItemHeight(data: {
|
|
83
|
+
value: number;
|
|
84
|
+
}): void;
|
|
85
|
+
};
|
|
86
|
+
selection: import("@workday/canvas-kit-react/collection").SelectionManager;
|
|
87
|
+
navigation: import("@workday/canvas-kit-react/collection").NavigationManager;
|
|
88
|
+
getId: (item: any) => string;
|
|
89
|
+
getTextValue: (item: any) => string;
|
|
90
|
+
} | undefined;
|
|
24
91
|
value: string | undefined;
|
|
25
92
|
onFilterChange(event: React.ChangeEvent<HTMLInputElement>): void;
|
|
26
93
|
onChange(event: React.ChangeEvent<HTMLInputElement>): void;
|
|
@@ -35,16 +102,16 @@ export declare const MultiSelect: import("@workday/canvas-kit-react/common").Com
|
|
|
35
102
|
visibility: "hidden" | "visible";
|
|
36
103
|
selectedIds: string[] | "all";
|
|
37
104
|
unselectedIds: string[];
|
|
38
|
-
cursorId: string;
|
|
105
|
+
cursorId: string | string[];
|
|
39
106
|
columnCount: number;
|
|
40
107
|
pageSizeRef: React.MutableRefObject<number>;
|
|
41
108
|
cursorIndexRef: {
|
|
42
109
|
readonly current: number;
|
|
43
110
|
};
|
|
44
111
|
UNSTABLE_virtual: {
|
|
45
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
112
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
46
113
|
totalSize: number;
|
|
47
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
114
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
48
115
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
49
116
|
measure: () => void;
|
|
50
117
|
};
|
|
@@ -72,16 +139,16 @@ export declare const MultiSelect: import("@workday/canvas-kit-react/common").Com
|
|
|
72
139
|
visibility: "hidden" | "visible";
|
|
73
140
|
selectedIds: string[] | "all";
|
|
74
141
|
unselectedIds: string[];
|
|
75
|
-
cursorId: string;
|
|
142
|
+
cursorId: string | string[];
|
|
76
143
|
columnCount: number;
|
|
77
144
|
pageSizeRef: React.MutableRefObject<number>;
|
|
78
145
|
cursorIndexRef: {
|
|
79
146
|
readonly current: number;
|
|
80
147
|
};
|
|
81
148
|
UNSTABLE_virtual: {
|
|
82
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
149
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
83
150
|
totalSize: number;
|
|
84
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
151
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
85
152
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
86
153
|
measure: () => void;
|
|
87
154
|
};
|
|
@@ -107,16 +174,16 @@ export declare const MultiSelect: import("@workday/canvas-kit-react/common").Com
|
|
|
107
174
|
visibility: "hidden" | "visible";
|
|
108
175
|
selectedIds: string[] | "all";
|
|
109
176
|
unselectedIds: string[];
|
|
110
|
-
cursorId: string;
|
|
177
|
+
cursorId: string | string[];
|
|
111
178
|
columnCount: number;
|
|
112
179
|
pageSizeRef: React.MutableRefObject<number>;
|
|
113
180
|
cursorIndexRef: {
|
|
114
181
|
readonly current: number;
|
|
115
182
|
};
|
|
116
183
|
UNSTABLE_virtual: {
|
|
117
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
184
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
118
185
|
totalSize: number;
|
|
119
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
186
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
120
187
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
121
188
|
measure: () => void;
|
|
122
189
|
};
|
|
@@ -142,16 +209,16 @@ export declare const MultiSelect: import("@workday/canvas-kit-react/common").Com
|
|
|
142
209
|
visibility: "hidden" | "visible";
|
|
143
210
|
selectedIds: string[] | "all";
|
|
144
211
|
unselectedIds: string[];
|
|
145
|
-
cursorId: string;
|
|
212
|
+
cursorId: string | string[];
|
|
146
213
|
columnCount: number;
|
|
147
214
|
pageSizeRef: React.MutableRefObject<number>;
|
|
148
215
|
cursorIndexRef: {
|
|
149
216
|
readonly current: number;
|
|
150
217
|
};
|
|
151
218
|
UNSTABLE_virtual: {
|
|
152
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
219
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
153
220
|
totalSize: number;
|
|
154
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
221
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
155
222
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
156
223
|
measure: () => void;
|
|
157
224
|
};
|
|
@@ -179,16 +246,16 @@ export declare const MultiSelect: import("@workday/canvas-kit-react/common").Com
|
|
|
179
246
|
visibility: "hidden" | "visible";
|
|
180
247
|
selectedIds: string[] | "all";
|
|
181
248
|
unselectedIds: string[];
|
|
182
|
-
cursorId: string;
|
|
249
|
+
cursorId: string | string[];
|
|
183
250
|
columnCount: number;
|
|
184
251
|
pageSizeRef: React.MutableRefObject<number>;
|
|
185
252
|
cursorIndexRef: {
|
|
186
253
|
readonly current: number;
|
|
187
254
|
};
|
|
188
255
|
UNSTABLE_virtual: {
|
|
189
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
256
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
190
257
|
totalSize: number;
|
|
191
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
258
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
192
259
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
193
260
|
measure: () => void;
|
|
194
261
|
};
|
|
@@ -214,16 +281,16 @@ export declare const MultiSelect: import("@workday/canvas-kit-react/common").Com
|
|
|
214
281
|
visibility: "hidden" | "visible";
|
|
215
282
|
selectedIds: string[] | "all";
|
|
216
283
|
unselectedIds: string[];
|
|
217
|
-
cursorId: string;
|
|
284
|
+
cursorId: string | string[];
|
|
218
285
|
columnCount: number;
|
|
219
286
|
pageSizeRef: React.MutableRefObject<number>;
|
|
220
287
|
cursorIndexRef: {
|
|
221
288
|
readonly current: number;
|
|
222
289
|
};
|
|
223
290
|
UNSTABLE_virtual: {
|
|
224
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
291
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
225
292
|
totalSize: number;
|
|
226
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
293
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
227
294
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
228
295
|
measure: () => void;
|
|
229
296
|
};
|
|
@@ -249,16 +316,16 @@ export declare const MultiSelect: import("@workday/canvas-kit-react/common").Com
|
|
|
249
316
|
visibility: "hidden" | "visible";
|
|
250
317
|
selectedIds: string[] | "all";
|
|
251
318
|
unselectedIds: string[];
|
|
252
|
-
cursorId: string;
|
|
319
|
+
cursorId: string | string[];
|
|
253
320
|
columnCount: number;
|
|
254
321
|
pageSizeRef: React.MutableRefObject<number>;
|
|
255
322
|
cursorIndexRef: {
|
|
256
323
|
readonly current: number;
|
|
257
324
|
};
|
|
258
325
|
UNSTABLE_virtual: {
|
|
259
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
326
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
260
327
|
totalSize: number;
|
|
261
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
328
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
262
329
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
263
330
|
measure: () => void;
|
|
264
331
|
};
|
|
@@ -284,16 +351,16 @@ export declare const MultiSelect: import("@workday/canvas-kit-react/common").Com
|
|
|
284
351
|
visibility: "hidden" | "visible";
|
|
285
352
|
selectedIds: string[] | "all";
|
|
286
353
|
unselectedIds: string[];
|
|
287
|
-
cursorId: string;
|
|
354
|
+
cursorId: string | string[];
|
|
288
355
|
columnCount: number;
|
|
289
356
|
pageSizeRef: React.MutableRefObject<number>;
|
|
290
357
|
cursorIndexRef: {
|
|
291
358
|
readonly current: number;
|
|
292
359
|
};
|
|
293
360
|
UNSTABLE_virtual: {
|
|
294
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
361
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
295
362
|
totalSize: number;
|
|
296
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
363
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
297
364
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
298
365
|
measure: () => void;
|
|
299
366
|
};
|
|
@@ -323,16 +390,16 @@ export declare const MultiSelect: import("@workday/canvas-kit-react/common").Com
|
|
|
323
390
|
visibility: "hidden" | "visible";
|
|
324
391
|
selectedIds: string[] | "all";
|
|
325
392
|
unselectedIds: string[];
|
|
326
|
-
cursorId: string;
|
|
393
|
+
cursorId: string | string[];
|
|
327
394
|
columnCount: number;
|
|
328
395
|
pageSizeRef: React.MutableRefObject<number>;
|
|
329
396
|
cursorIndexRef: {
|
|
330
397
|
readonly current: number;
|
|
331
398
|
};
|
|
332
399
|
UNSTABLE_virtual: {
|
|
333
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
400
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
334
401
|
totalSize: number;
|
|
335
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
402
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
336
403
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
337
404
|
measure: () => void;
|
|
338
405
|
};
|
|
@@ -360,16 +427,16 @@ export declare const MultiSelect: import("@workday/canvas-kit-react/common").Com
|
|
|
360
427
|
visibility: "hidden" | "visible";
|
|
361
428
|
selectedIds: string[] | "all";
|
|
362
429
|
unselectedIds: string[];
|
|
363
|
-
cursorId: string;
|
|
430
|
+
cursorId: string | string[];
|
|
364
431
|
columnCount: number;
|
|
365
432
|
pageSizeRef: React.MutableRefObject<number>;
|
|
366
433
|
cursorIndexRef: {
|
|
367
434
|
readonly current: number;
|
|
368
435
|
};
|
|
369
436
|
UNSTABLE_virtual: {
|
|
370
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
437
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
371
438
|
totalSize: number;
|
|
372
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
439
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
373
440
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
374
441
|
measure: () => void;
|
|
375
442
|
};
|
|
@@ -395,16 +462,16 @@ export declare const MultiSelect: import("@workday/canvas-kit-react/common").Com
|
|
|
395
462
|
visibility: "hidden" | "visible";
|
|
396
463
|
selectedIds: string[] | "all";
|
|
397
464
|
unselectedIds: string[];
|
|
398
|
-
cursorId: string;
|
|
465
|
+
cursorId: string | string[];
|
|
399
466
|
columnCount: number;
|
|
400
467
|
pageSizeRef: React.MutableRefObject<number>;
|
|
401
468
|
cursorIndexRef: {
|
|
402
469
|
readonly current: number;
|
|
403
470
|
};
|
|
404
471
|
UNSTABLE_virtual: {
|
|
405
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
472
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
406
473
|
totalSize: number;
|
|
407
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
474
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
408
475
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
409
476
|
measure: () => void;
|
|
410
477
|
};
|
|
@@ -430,16 +497,16 @@ export declare const MultiSelect: import("@workday/canvas-kit-react/common").Com
|
|
|
430
497
|
visibility: "hidden" | "visible";
|
|
431
498
|
selectedIds: string[] | "all";
|
|
432
499
|
unselectedIds: string[];
|
|
433
|
-
cursorId: string;
|
|
500
|
+
cursorId: string | string[];
|
|
434
501
|
columnCount: number;
|
|
435
502
|
pageSizeRef: React.MutableRefObject<number>;
|
|
436
503
|
cursorIndexRef: {
|
|
437
504
|
readonly current: number;
|
|
438
505
|
};
|
|
439
506
|
UNSTABLE_virtual: {
|
|
440
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
507
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
441
508
|
totalSize: number;
|
|
442
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
509
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
443
510
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
444
511
|
measure: () => void;
|
|
445
512
|
};
|
|
@@ -465,16 +532,16 @@ export declare const MultiSelect: import("@workday/canvas-kit-react/common").Com
|
|
|
465
532
|
visibility: "hidden" | "visible";
|
|
466
533
|
selectedIds: string[] | "all";
|
|
467
534
|
unselectedIds: string[];
|
|
468
|
-
cursorId: string;
|
|
535
|
+
cursorId: string | string[];
|
|
469
536
|
columnCount: number;
|
|
470
537
|
pageSizeRef: React.MutableRefObject<number>;
|
|
471
538
|
cursorIndexRef: {
|
|
472
539
|
readonly current: number;
|
|
473
540
|
};
|
|
474
541
|
UNSTABLE_virtual: {
|
|
475
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
542
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
476
543
|
totalSize: number;
|
|
477
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
544
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
478
545
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
479
546
|
measure: () => void;
|
|
480
547
|
};
|
|
@@ -500,16 +567,16 @@ export declare const MultiSelect: import("@workday/canvas-kit-react/common").Com
|
|
|
500
567
|
visibility: "hidden" | "visible";
|
|
501
568
|
selectedIds: string[] | "all";
|
|
502
569
|
unselectedIds: string[];
|
|
503
|
-
cursorId: string;
|
|
570
|
+
cursorId: string | string[];
|
|
504
571
|
columnCount: number;
|
|
505
572
|
pageSizeRef: React.MutableRefObject<number>;
|
|
506
573
|
cursorIndexRef: {
|
|
507
574
|
readonly current: number;
|
|
508
575
|
};
|
|
509
576
|
UNSTABLE_virtual: {
|
|
510
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
577
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
511
578
|
totalSize: number;
|
|
512
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
579
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
513
580
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
514
581
|
measure: () => void;
|
|
515
582
|
};
|
|
@@ -535,16 +602,16 @@ export declare const MultiSelect: import("@workday/canvas-kit-react/common").Com
|
|
|
535
602
|
visibility: "hidden" | "visible";
|
|
536
603
|
selectedIds: string[] | "all";
|
|
537
604
|
unselectedIds: string[];
|
|
538
|
-
cursorId: string;
|
|
605
|
+
cursorId: string | string[];
|
|
539
606
|
columnCount: number;
|
|
540
607
|
pageSizeRef: React.MutableRefObject<number>;
|
|
541
608
|
cursorIndexRef: {
|
|
542
609
|
readonly current: number;
|
|
543
610
|
};
|
|
544
611
|
UNSTABLE_virtual: {
|
|
545
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
612
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
546
613
|
totalSize: number;
|
|
547
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
614
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
548
615
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
549
616
|
measure: () => void;
|
|
550
617
|
};
|
|
@@ -570,16 +637,16 @@ export declare const MultiSelect: import("@workday/canvas-kit-react/common").Com
|
|
|
570
637
|
visibility: "hidden" | "visible";
|
|
571
638
|
selectedIds: string[] | "all";
|
|
572
639
|
unselectedIds: string[];
|
|
573
|
-
cursorId: string;
|
|
640
|
+
cursorId: string | string[];
|
|
574
641
|
columnCount: number;
|
|
575
642
|
pageSizeRef: React.MutableRefObject<number>;
|
|
576
643
|
cursorIndexRef: {
|
|
577
644
|
readonly current: number;
|
|
578
645
|
};
|
|
579
646
|
UNSTABLE_virtual: {
|
|
580
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
647
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
581
648
|
totalSize: number;
|
|
582
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
649
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
583
650
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
584
651
|
measure: () => void;
|
|
585
652
|
};
|
|
@@ -605,16 +672,16 @@ export declare const MultiSelect: import("@workday/canvas-kit-react/common").Com
|
|
|
605
672
|
visibility: "hidden" | "visible";
|
|
606
673
|
selectedIds: string[] | "all";
|
|
607
674
|
unselectedIds: string[];
|
|
608
|
-
cursorId: string;
|
|
675
|
+
cursorId: string | string[];
|
|
609
676
|
columnCount: number;
|
|
610
677
|
pageSizeRef: React.MutableRefObject<number>;
|
|
611
678
|
cursorIndexRef: {
|
|
612
679
|
readonly current: number;
|
|
613
680
|
};
|
|
614
681
|
UNSTABLE_virtual: {
|
|
615
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
682
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
616
683
|
totalSize: number;
|
|
617
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
684
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
618
685
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
619
686
|
measure: () => void;
|
|
620
687
|
};
|
|
@@ -640,16 +707,16 @@ export declare const MultiSelect: import("@workday/canvas-kit-react/common").Com
|
|
|
640
707
|
visibility: "hidden" | "visible";
|
|
641
708
|
selectedIds: string[] | "all";
|
|
642
709
|
unselectedIds: string[];
|
|
643
|
-
cursorId: string;
|
|
710
|
+
cursorId: string | string[];
|
|
644
711
|
columnCount: number;
|
|
645
712
|
pageSizeRef: React.MutableRefObject<number>;
|
|
646
713
|
cursorIndexRef: {
|
|
647
714
|
readonly current: number;
|
|
648
715
|
};
|
|
649
716
|
UNSTABLE_virtual: {
|
|
650
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
717
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
651
718
|
totalSize: number;
|
|
652
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
719
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
653
720
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
654
721
|
measure: () => void;
|
|
655
722
|
};
|
|
@@ -675,16 +742,16 @@ export declare const MultiSelect: import("@workday/canvas-kit-react/common").Com
|
|
|
675
742
|
visibility: "hidden" | "visible";
|
|
676
743
|
selectedIds: string[] | "all";
|
|
677
744
|
unselectedIds: string[];
|
|
678
|
-
cursorId: string;
|
|
745
|
+
cursorId: string | string[];
|
|
679
746
|
columnCount: number;
|
|
680
747
|
pageSizeRef: React.MutableRefObject<number>;
|
|
681
748
|
cursorIndexRef: {
|
|
682
749
|
readonly current: number;
|
|
683
750
|
};
|
|
684
751
|
UNSTABLE_virtual: {
|
|
685
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
752
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
686
753
|
totalSize: number;
|
|
687
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
754
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
688
755
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
689
756
|
measure: () => void;
|
|
690
757
|
};
|
|
@@ -710,16 +777,16 @@ export declare const MultiSelect: import("@workday/canvas-kit-react/common").Com
|
|
|
710
777
|
visibility: "hidden" | "visible";
|
|
711
778
|
selectedIds: string[] | "all";
|
|
712
779
|
unselectedIds: string[];
|
|
713
|
-
cursorId: string;
|
|
780
|
+
cursorId: string | string[];
|
|
714
781
|
columnCount: number;
|
|
715
782
|
pageSizeRef: React.MutableRefObject<number>;
|
|
716
783
|
cursorIndexRef: {
|
|
717
784
|
readonly current: number;
|
|
718
785
|
};
|
|
719
786
|
UNSTABLE_virtual: {
|
|
720
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
787
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
721
788
|
totalSize: number;
|
|
722
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
789
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
723
790
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
724
791
|
measure: () => void;
|
|
725
792
|
};
|
|
@@ -736,7 +803,7 @@ export declare const MultiSelect: import("@workday/canvas-kit-react/common").Com
|
|
|
736
803
|
width: number;
|
|
737
804
|
}) => void) | undefined;
|
|
738
805
|
onRegisterItem?: ((data: {
|
|
739
|
-
|
|
806
|
+
id: string;
|
|
740
807
|
textValue: string;
|
|
741
808
|
}, prevState: {
|
|
742
809
|
stackRef: React.RefObject<HTMLDivElement>;
|
|
@@ -748,16 +815,16 @@ export declare const MultiSelect: import("@workday/canvas-kit-react/common").Com
|
|
|
748
815
|
visibility: "hidden" | "visible";
|
|
749
816
|
selectedIds: string[] | "all";
|
|
750
817
|
unselectedIds: string[];
|
|
751
|
-
cursorId: string;
|
|
818
|
+
cursorId: string | string[];
|
|
752
819
|
columnCount: number;
|
|
753
820
|
pageSizeRef: React.MutableRefObject<number>;
|
|
754
821
|
cursorIndexRef: {
|
|
755
822
|
readonly current: number;
|
|
756
823
|
};
|
|
757
824
|
UNSTABLE_virtual: {
|
|
758
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
825
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
759
826
|
totalSize: number;
|
|
760
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
827
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
761
828
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
762
829
|
measure: () => void;
|
|
763
830
|
};
|
|
@@ -785,16 +852,16 @@ export declare const MultiSelect: import("@workday/canvas-kit-react/common").Com
|
|
|
785
852
|
visibility: "hidden" | "visible";
|
|
786
853
|
selectedIds: string[] | "all";
|
|
787
854
|
unselectedIds: string[];
|
|
788
|
-
cursorId: string;
|
|
855
|
+
cursorId: string | string[];
|
|
789
856
|
columnCount: number;
|
|
790
857
|
pageSizeRef: React.MutableRefObject<number>;
|
|
791
858
|
cursorIndexRef: {
|
|
792
859
|
readonly current: number;
|
|
793
860
|
};
|
|
794
861
|
UNSTABLE_virtual: {
|
|
795
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
862
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
796
863
|
totalSize: number;
|
|
797
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
864
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
798
865
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
799
866
|
measure: () => void;
|
|
800
867
|
};
|
|
@@ -822,16 +889,16 @@ export declare const MultiSelect: import("@workday/canvas-kit-react/common").Com
|
|
|
822
889
|
visibility: "hidden" | "visible";
|
|
823
890
|
selectedIds: string[] | "all";
|
|
824
891
|
unselectedIds: string[];
|
|
825
|
-
cursorId: string;
|
|
892
|
+
cursorId: string | string[];
|
|
826
893
|
columnCount: number;
|
|
827
894
|
pageSizeRef: React.MutableRefObject<number>;
|
|
828
895
|
cursorIndexRef: {
|
|
829
896
|
readonly current: number;
|
|
830
897
|
};
|
|
831
898
|
UNSTABLE_virtual: {
|
|
832
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
899
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
833
900
|
totalSize: number;
|
|
834
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
901
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
835
902
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
836
903
|
measure: () => void;
|
|
837
904
|
};
|
|
@@ -858,16 +925,16 @@ export declare const MultiSelect: import("@workday/canvas-kit-react/common").Com
|
|
|
858
925
|
visibility: "hidden" | "visible";
|
|
859
926
|
selectedIds: string[] | "all";
|
|
860
927
|
unselectedIds: string[];
|
|
861
|
-
cursorId: string;
|
|
928
|
+
cursorId: string | string[];
|
|
862
929
|
columnCount: number;
|
|
863
930
|
pageSizeRef: React.MutableRefObject<number>;
|
|
864
931
|
cursorIndexRef: {
|
|
865
932
|
readonly current: number;
|
|
866
933
|
};
|
|
867
934
|
UNSTABLE_virtual: {
|
|
868
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
935
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
869
936
|
totalSize: number;
|
|
870
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
937
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
871
938
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
872
939
|
measure: () => void;
|
|
873
940
|
};
|
|
@@ -895,16 +962,16 @@ export declare const MultiSelect: import("@workday/canvas-kit-react/common").Com
|
|
|
895
962
|
visibility: "hidden" | "visible";
|
|
896
963
|
selectedIds: string[] | "all";
|
|
897
964
|
unselectedIds: string[];
|
|
898
|
-
cursorId: string;
|
|
965
|
+
cursorId: string | string[];
|
|
899
966
|
columnCount: number;
|
|
900
967
|
pageSizeRef: React.MutableRefObject<number>;
|
|
901
968
|
cursorIndexRef: {
|
|
902
969
|
readonly current: number;
|
|
903
970
|
};
|
|
904
971
|
UNSTABLE_virtual: {
|
|
905
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
972
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
906
973
|
totalSize: number;
|
|
907
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
974
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
908
975
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
909
976
|
measure: () => void;
|
|
910
977
|
};
|
|
@@ -930,16 +997,16 @@ export declare const MultiSelect: import("@workday/canvas-kit-react/common").Com
|
|
|
930
997
|
visibility: "hidden" | "visible";
|
|
931
998
|
selectedIds: string[] | "all";
|
|
932
999
|
unselectedIds: string[];
|
|
933
|
-
cursorId: string;
|
|
1000
|
+
cursorId: string | string[];
|
|
934
1001
|
columnCount: number;
|
|
935
1002
|
pageSizeRef: React.MutableRefObject<number>;
|
|
936
1003
|
cursorIndexRef: {
|
|
937
1004
|
readonly current: number;
|
|
938
1005
|
};
|
|
939
1006
|
UNSTABLE_virtual: {
|
|
940
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
1007
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
941
1008
|
totalSize: number;
|
|
942
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
1009
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
943
1010
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
944
1011
|
measure: () => void;
|
|
945
1012
|
};
|
|
@@ -965,16 +1032,16 @@ export declare const MultiSelect: import("@workday/canvas-kit-react/common").Com
|
|
|
965
1032
|
visibility: "hidden" | "visible";
|
|
966
1033
|
selectedIds: string[] | "all";
|
|
967
1034
|
unselectedIds: string[];
|
|
968
|
-
cursorId: string;
|
|
1035
|
+
cursorId: string | string[];
|
|
969
1036
|
columnCount: number;
|
|
970
1037
|
pageSizeRef: React.MutableRefObject<number>;
|
|
971
1038
|
cursorIndexRef: {
|
|
972
1039
|
readonly current: number;
|
|
973
1040
|
};
|
|
974
1041
|
UNSTABLE_virtual: {
|
|
975
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
1042
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
976
1043
|
totalSize: number;
|
|
977
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
1044
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
978
1045
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
979
1046
|
measure: () => void;
|
|
980
1047
|
};
|
|
@@ -1002,16 +1069,16 @@ export declare const MultiSelect: import("@workday/canvas-kit-react/common").Com
|
|
|
1002
1069
|
visibility: "hidden" | "visible";
|
|
1003
1070
|
selectedIds: string[] | "all";
|
|
1004
1071
|
unselectedIds: string[];
|
|
1005
|
-
cursorId: string;
|
|
1072
|
+
cursorId: string | string[];
|
|
1006
1073
|
columnCount: number;
|
|
1007
1074
|
pageSizeRef: React.MutableRefObject<number>;
|
|
1008
1075
|
cursorIndexRef: {
|
|
1009
1076
|
readonly current: number;
|
|
1010
1077
|
};
|
|
1011
1078
|
UNSTABLE_virtual: {
|
|
1012
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
1079
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
1013
1080
|
totalSize: number;
|
|
1014
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
1081
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
1015
1082
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1016
1083
|
measure: () => void;
|
|
1017
1084
|
};
|
|
@@ -1037,16 +1104,16 @@ export declare const MultiSelect: import("@workday/canvas-kit-react/common").Com
|
|
|
1037
1104
|
visibility: "hidden" | "visible";
|
|
1038
1105
|
selectedIds: string[] | "all";
|
|
1039
1106
|
unselectedIds: string[];
|
|
1040
|
-
cursorId: string;
|
|
1107
|
+
cursorId: string | string[];
|
|
1041
1108
|
columnCount: number;
|
|
1042
1109
|
pageSizeRef: React.MutableRefObject<number>;
|
|
1043
1110
|
cursorIndexRef: {
|
|
1044
1111
|
readonly current: number;
|
|
1045
1112
|
};
|
|
1046
1113
|
UNSTABLE_virtual: {
|
|
1047
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
1114
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
1048
1115
|
totalSize: number;
|
|
1049
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
1116
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
1050
1117
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1051
1118
|
measure: () => void;
|
|
1052
1119
|
};
|
|
@@ -1072,16 +1139,16 @@ export declare const MultiSelect: import("@workday/canvas-kit-react/common").Com
|
|
|
1072
1139
|
visibility: "hidden" | "visible";
|
|
1073
1140
|
selectedIds: string[] | "all";
|
|
1074
1141
|
unselectedIds: string[];
|
|
1075
|
-
cursorId: string;
|
|
1142
|
+
cursorId: string | string[];
|
|
1076
1143
|
columnCount: number;
|
|
1077
1144
|
pageSizeRef: React.MutableRefObject<number>;
|
|
1078
1145
|
cursorIndexRef: {
|
|
1079
1146
|
readonly current: number;
|
|
1080
1147
|
};
|
|
1081
1148
|
UNSTABLE_virtual: {
|
|
1082
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
1149
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
1083
1150
|
totalSize: number;
|
|
1084
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
1151
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
1085
1152
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1086
1153
|
measure: () => void;
|
|
1087
1154
|
};
|
|
@@ -1107,16 +1174,16 @@ export declare const MultiSelect: import("@workday/canvas-kit-react/common").Com
|
|
|
1107
1174
|
visibility: "hidden" | "visible";
|
|
1108
1175
|
selectedIds: string[] | "all";
|
|
1109
1176
|
unselectedIds: string[];
|
|
1110
|
-
cursorId: string;
|
|
1177
|
+
cursorId: string | string[];
|
|
1111
1178
|
columnCount: number;
|
|
1112
1179
|
pageSizeRef: React.MutableRefObject<number>;
|
|
1113
1180
|
cursorIndexRef: {
|
|
1114
1181
|
readonly current: number;
|
|
1115
1182
|
};
|
|
1116
1183
|
UNSTABLE_virtual: {
|
|
1117
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
1184
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
1118
1185
|
totalSize: number;
|
|
1119
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
1186
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
1120
1187
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1121
1188
|
measure: () => void;
|
|
1122
1189
|
};
|
|
@@ -1146,16 +1213,16 @@ export declare const MultiSelect: import("@workday/canvas-kit-react/common").Com
|
|
|
1146
1213
|
visibility: "hidden" | "visible";
|
|
1147
1214
|
selectedIds: string[] | "all";
|
|
1148
1215
|
unselectedIds: string[];
|
|
1149
|
-
cursorId: string;
|
|
1216
|
+
cursorId: string | string[];
|
|
1150
1217
|
columnCount: number;
|
|
1151
1218
|
pageSizeRef: React.MutableRefObject<number>;
|
|
1152
1219
|
cursorIndexRef: {
|
|
1153
1220
|
readonly current: number;
|
|
1154
1221
|
};
|
|
1155
1222
|
UNSTABLE_virtual: {
|
|
1156
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
1223
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
1157
1224
|
totalSize: number;
|
|
1158
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
1225
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
1159
1226
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1160
1227
|
measure: () => void;
|
|
1161
1228
|
};
|
|
@@ -1183,16 +1250,16 @@ export declare const MultiSelect: import("@workday/canvas-kit-react/common").Com
|
|
|
1183
1250
|
visibility: "hidden" | "visible";
|
|
1184
1251
|
selectedIds: string[] | "all";
|
|
1185
1252
|
unselectedIds: string[];
|
|
1186
|
-
cursorId: string;
|
|
1253
|
+
cursorId: string | string[];
|
|
1187
1254
|
columnCount: number;
|
|
1188
1255
|
pageSizeRef: React.MutableRefObject<number>;
|
|
1189
1256
|
cursorIndexRef: {
|
|
1190
1257
|
readonly current: number;
|
|
1191
1258
|
};
|
|
1192
1259
|
UNSTABLE_virtual: {
|
|
1193
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
1260
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
1194
1261
|
totalSize: number;
|
|
1195
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
1262
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
1196
1263
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1197
1264
|
measure: () => void;
|
|
1198
1265
|
};
|
|
@@ -1218,16 +1285,16 @@ export declare const MultiSelect: import("@workday/canvas-kit-react/common").Com
|
|
|
1218
1285
|
visibility: "hidden" | "visible";
|
|
1219
1286
|
selectedIds: string[] | "all";
|
|
1220
1287
|
unselectedIds: string[];
|
|
1221
|
-
cursorId: string;
|
|
1288
|
+
cursorId: string | string[];
|
|
1222
1289
|
columnCount: number;
|
|
1223
1290
|
pageSizeRef: React.MutableRefObject<number>;
|
|
1224
1291
|
cursorIndexRef: {
|
|
1225
1292
|
readonly current: number;
|
|
1226
1293
|
};
|
|
1227
1294
|
UNSTABLE_virtual: {
|
|
1228
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
1295
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
1229
1296
|
totalSize: number;
|
|
1230
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
1297
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
1231
1298
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1232
1299
|
measure: () => void;
|
|
1233
1300
|
};
|
|
@@ -1253,16 +1320,16 @@ export declare const MultiSelect: import("@workday/canvas-kit-react/common").Com
|
|
|
1253
1320
|
visibility: "hidden" | "visible";
|
|
1254
1321
|
selectedIds: string[] | "all";
|
|
1255
1322
|
unselectedIds: string[];
|
|
1256
|
-
cursorId: string;
|
|
1323
|
+
cursorId: string | string[];
|
|
1257
1324
|
columnCount: number;
|
|
1258
1325
|
pageSizeRef: React.MutableRefObject<number>;
|
|
1259
1326
|
cursorIndexRef: {
|
|
1260
1327
|
readonly current: number;
|
|
1261
1328
|
};
|
|
1262
1329
|
UNSTABLE_virtual: {
|
|
1263
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
1330
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
1264
1331
|
totalSize: number;
|
|
1265
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
1332
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
1266
1333
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1267
1334
|
measure: () => void;
|
|
1268
1335
|
};
|
|
@@ -1288,16 +1355,16 @@ export declare const MultiSelect: import("@workday/canvas-kit-react/common").Com
|
|
|
1288
1355
|
visibility: "hidden" | "visible";
|
|
1289
1356
|
selectedIds: string[] | "all";
|
|
1290
1357
|
unselectedIds: string[];
|
|
1291
|
-
cursorId: string;
|
|
1358
|
+
cursorId: string | string[];
|
|
1292
1359
|
columnCount: number;
|
|
1293
1360
|
pageSizeRef: React.MutableRefObject<number>;
|
|
1294
1361
|
cursorIndexRef: {
|
|
1295
1362
|
readonly current: number;
|
|
1296
1363
|
};
|
|
1297
1364
|
UNSTABLE_virtual: {
|
|
1298
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
1365
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
1299
1366
|
totalSize: number;
|
|
1300
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
1367
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
1301
1368
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1302
1369
|
measure: () => void;
|
|
1303
1370
|
};
|
|
@@ -1323,16 +1390,16 @@ export declare const MultiSelect: import("@workday/canvas-kit-react/common").Com
|
|
|
1323
1390
|
visibility: "hidden" | "visible";
|
|
1324
1391
|
selectedIds: string[] | "all";
|
|
1325
1392
|
unselectedIds: string[];
|
|
1326
|
-
cursorId: string;
|
|
1393
|
+
cursorId: string | string[];
|
|
1327
1394
|
columnCount: number;
|
|
1328
1395
|
pageSizeRef: React.MutableRefObject<number>;
|
|
1329
1396
|
cursorIndexRef: {
|
|
1330
1397
|
readonly current: number;
|
|
1331
1398
|
};
|
|
1332
1399
|
UNSTABLE_virtual: {
|
|
1333
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
1400
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
1334
1401
|
totalSize: number;
|
|
1335
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
1402
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
1336
1403
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1337
1404
|
measure: () => void;
|
|
1338
1405
|
};
|
|
@@ -1358,16 +1425,16 @@ export declare const MultiSelect: import("@workday/canvas-kit-react/common").Com
|
|
|
1358
1425
|
visibility: "hidden" | "visible";
|
|
1359
1426
|
selectedIds: string[] | "all";
|
|
1360
1427
|
unselectedIds: string[];
|
|
1361
|
-
cursorId: string;
|
|
1428
|
+
cursorId: string | string[];
|
|
1362
1429
|
columnCount: number;
|
|
1363
1430
|
pageSizeRef: React.MutableRefObject<number>;
|
|
1364
1431
|
cursorIndexRef: {
|
|
1365
1432
|
readonly current: number;
|
|
1366
1433
|
};
|
|
1367
1434
|
UNSTABLE_virtual: {
|
|
1368
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
1435
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
1369
1436
|
totalSize: number;
|
|
1370
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
1437
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
1371
1438
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1372
1439
|
measure: () => void;
|
|
1373
1440
|
};
|
|
@@ -1393,16 +1460,16 @@ export declare const MultiSelect: import("@workday/canvas-kit-react/common").Com
|
|
|
1393
1460
|
visibility: "hidden" | "visible";
|
|
1394
1461
|
selectedIds: string[] | "all";
|
|
1395
1462
|
unselectedIds: string[];
|
|
1396
|
-
cursorId: string;
|
|
1463
|
+
cursorId: string | string[];
|
|
1397
1464
|
columnCount: number;
|
|
1398
1465
|
pageSizeRef: React.MutableRefObject<number>;
|
|
1399
1466
|
cursorIndexRef: {
|
|
1400
1467
|
readonly current: number;
|
|
1401
1468
|
};
|
|
1402
1469
|
UNSTABLE_virtual: {
|
|
1403
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
1470
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
1404
1471
|
totalSize: number;
|
|
1405
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
1472
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
1406
1473
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1407
1474
|
measure: () => void;
|
|
1408
1475
|
};
|
|
@@ -1428,16 +1495,16 @@ export declare const MultiSelect: import("@workday/canvas-kit-react/common").Com
|
|
|
1428
1495
|
visibility: "hidden" | "visible";
|
|
1429
1496
|
selectedIds: string[] | "all";
|
|
1430
1497
|
unselectedIds: string[];
|
|
1431
|
-
cursorId: string;
|
|
1498
|
+
cursorId: string | string[];
|
|
1432
1499
|
columnCount: number;
|
|
1433
1500
|
pageSizeRef: React.MutableRefObject<number>;
|
|
1434
1501
|
cursorIndexRef: {
|
|
1435
1502
|
readonly current: number;
|
|
1436
1503
|
};
|
|
1437
1504
|
UNSTABLE_virtual: {
|
|
1438
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
1505
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
1439
1506
|
totalSize: number;
|
|
1440
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
1507
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
1441
1508
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1442
1509
|
measure: () => void;
|
|
1443
1510
|
};
|
|
@@ -1463,16 +1530,16 @@ export declare const MultiSelect: import("@workday/canvas-kit-react/common").Com
|
|
|
1463
1530
|
visibility: "hidden" | "visible";
|
|
1464
1531
|
selectedIds: string[] | "all";
|
|
1465
1532
|
unselectedIds: string[];
|
|
1466
|
-
cursorId: string;
|
|
1533
|
+
cursorId: string | string[];
|
|
1467
1534
|
columnCount: number;
|
|
1468
1535
|
pageSizeRef: React.MutableRefObject<number>;
|
|
1469
1536
|
cursorIndexRef: {
|
|
1470
1537
|
readonly current: number;
|
|
1471
1538
|
};
|
|
1472
1539
|
UNSTABLE_virtual: {
|
|
1473
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
1540
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
1474
1541
|
totalSize: number;
|
|
1475
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
1542
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
1476
1543
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1477
1544
|
measure: () => void;
|
|
1478
1545
|
};
|
|
@@ -1498,16 +1565,16 @@ export declare const MultiSelect: import("@workday/canvas-kit-react/common").Com
|
|
|
1498
1565
|
visibility: "hidden" | "visible";
|
|
1499
1566
|
selectedIds: string[] | "all";
|
|
1500
1567
|
unselectedIds: string[];
|
|
1501
|
-
cursorId: string;
|
|
1568
|
+
cursorId: string | string[];
|
|
1502
1569
|
columnCount: number;
|
|
1503
1570
|
pageSizeRef: React.MutableRefObject<number>;
|
|
1504
1571
|
cursorIndexRef: {
|
|
1505
1572
|
readonly current: number;
|
|
1506
1573
|
};
|
|
1507
1574
|
UNSTABLE_virtual: {
|
|
1508
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
1575
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
1509
1576
|
totalSize: number;
|
|
1510
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
1577
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
1511
1578
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1512
1579
|
measure: () => void;
|
|
1513
1580
|
};
|
|
@@ -1533,16 +1600,16 @@ export declare const MultiSelect: import("@workday/canvas-kit-react/common").Com
|
|
|
1533
1600
|
visibility: "hidden" | "visible";
|
|
1534
1601
|
selectedIds: string[] | "all";
|
|
1535
1602
|
unselectedIds: string[];
|
|
1536
|
-
cursorId: string;
|
|
1603
|
+
cursorId: string | string[];
|
|
1537
1604
|
columnCount: number;
|
|
1538
1605
|
pageSizeRef: React.MutableRefObject<number>;
|
|
1539
1606
|
cursorIndexRef: {
|
|
1540
1607
|
readonly current: number;
|
|
1541
1608
|
};
|
|
1542
1609
|
UNSTABLE_virtual: {
|
|
1543
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
1610
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
1544
1611
|
totalSize: number;
|
|
1545
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
1612
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
1546
1613
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1547
1614
|
measure: () => void;
|
|
1548
1615
|
};
|
|
@@ -1559,7 +1626,7 @@ export declare const MultiSelect: import("@workday/canvas-kit-react/common").Com
|
|
|
1559
1626
|
width: number;
|
|
1560
1627
|
}) => boolean) | undefined;
|
|
1561
1628
|
shouldRegisterItem?: ((data: {
|
|
1562
|
-
|
|
1629
|
+
id: string;
|
|
1563
1630
|
textValue: string;
|
|
1564
1631
|
}, state: {
|
|
1565
1632
|
stackRef: React.RefObject<HTMLDivElement>;
|
|
@@ -1571,16 +1638,16 @@ export declare const MultiSelect: import("@workday/canvas-kit-react/common").Com
|
|
|
1571
1638
|
visibility: "hidden" | "visible";
|
|
1572
1639
|
selectedIds: string[] | "all";
|
|
1573
1640
|
unselectedIds: string[];
|
|
1574
|
-
cursorId: string;
|
|
1641
|
+
cursorId: string | string[];
|
|
1575
1642
|
columnCount: number;
|
|
1576
1643
|
pageSizeRef: React.MutableRefObject<number>;
|
|
1577
1644
|
cursorIndexRef: {
|
|
1578
1645
|
readonly current: number;
|
|
1579
1646
|
};
|
|
1580
1647
|
UNSTABLE_virtual: {
|
|
1581
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
1648
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
1582
1649
|
totalSize: number;
|
|
1583
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
1650
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
1584
1651
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1585
1652
|
measure: () => void;
|
|
1586
1653
|
};
|
|
@@ -1608,16 +1675,16 @@ export declare const MultiSelect: import("@workday/canvas-kit-react/common").Com
|
|
|
1608
1675
|
visibility: "hidden" | "visible";
|
|
1609
1676
|
selectedIds: string[] | "all";
|
|
1610
1677
|
unselectedIds: string[];
|
|
1611
|
-
cursorId: string;
|
|
1678
|
+
cursorId: string | string[];
|
|
1612
1679
|
columnCount: number;
|
|
1613
1680
|
pageSizeRef: React.MutableRefObject<number>;
|
|
1614
1681
|
cursorIndexRef: {
|
|
1615
1682
|
readonly current: number;
|
|
1616
1683
|
};
|
|
1617
1684
|
UNSTABLE_virtual: {
|
|
1618
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
1685
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
1619
1686
|
totalSize: number;
|
|
1620
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
1687
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
1621
1688
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1622
1689
|
measure: () => void;
|
|
1623
1690
|
};
|
|
@@ -1645,16 +1712,16 @@ export declare const MultiSelect: import("@workday/canvas-kit-react/common").Com
|
|
|
1645
1712
|
visibility: "hidden" | "visible";
|
|
1646
1713
|
selectedIds: string[] | "all";
|
|
1647
1714
|
unselectedIds: string[];
|
|
1648
|
-
cursorId: string;
|
|
1715
|
+
cursorId: string | string[];
|
|
1649
1716
|
columnCount: number;
|
|
1650
1717
|
pageSizeRef: React.MutableRefObject<number>;
|
|
1651
1718
|
cursorIndexRef: {
|
|
1652
1719
|
readonly current: number;
|
|
1653
1720
|
};
|
|
1654
1721
|
UNSTABLE_virtual: {
|
|
1655
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
1722
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
1656
1723
|
totalSize: number;
|
|
1657
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
1724
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
1658
1725
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1659
1726
|
measure: () => void;
|
|
1660
1727
|
};
|
|
@@ -1681,16 +1748,16 @@ export declare const MultiSelect: import("@workday/canvas-kit-react/common").Com
|
|
|
1681
1748
|
visibility: "hidden" | "visible";
|
|
1682
1749
|
selectedIds: string[] | "all";
|
|
1683
1750
|
unselectedIds: string[];
|
|
1684
|
-
cursorId: string;
|
|
1751
|
+
cursorId: string | string[];
|
|
1685
1752
|
columnCount: number;
|
|
1686
1753
|
pageSizeRef: React.MutableRefObject<number>;
|
|
1687
1754
|
cursorIndexRef: {
|
|
1688
1755
|
readonly current: number;
|
|
1689
1756
|
};
|
|
1690
1757
|
UNSTABLE_virtual: {
|
|
1691
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
1758
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
1692
1759
|
totalSize: number;
|
|
1693
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
1760
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
1694
1761
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1695
1762
|
measure: () => void;
|
|
1696
1763
|
};
|
|
@@ -1738,7 +1805,7 @@ export declare const MultiSelect: import("@workday/canvas-kit-react/common").Com
|
|
|
1738
1805
|
goToNextPage(): void;
|
|
1739
1806
|
goToPreviousPage(): void;
|
|
1740
1807
|
registerItem(data: {
|
|
1741
|
-
|
|
1808
|
+
id: string;
|
|
1742
1809
|
textValue: string;
|
|
1743
1810
|
}): void;
|
|
1744
1811
|
unregisterItem(data: {
|
|
@@ -1750,23 +1817,20 @@ export declare const MultiSelect: import("@workday/canvas-kit-react/common").Com
|
|
|
1750
1817
|
};
|
|
1751
1818
|
onFilterChange: (event: React.ChangeEvent<HTMLInputElement>) => void;
|
|
1752
1819
|
onChange: (event: React.ChangeEvent<HTMLInputElement>) => void;
|
|
1753
|
-
|
|
1754
|
-
navigation: import("@workday/canvas-kit-react/collection/lib/useCursorListModel").NavigationManager;
|
|
1755
|
-
getId: (item: any) => string;
|
|
1756
|
-
selected: {
|
|
1820
|
+
UNSTABLE_parentModel: {
|
|
1757
1821
|
state: {
|
|
1758
|
-
cursorId: string;
|
|
1759
1822
|
selectedIds: string[] | "all";
|
|
1760
1823
|
unselectedIds: string[];
|
|
1824
|
+
cursorId: string | string[];
|
|
1761
1825
|
columnCount: number;
|
|
1762
1826
|
pageSizeRef: React.MutableRefObject<number>;
|
|
1763
1827
|
cursorIndexRef: {
|
|
1764
1828
|
readonly current: number;
|
|
1765
1829
|
};
|
|
1766
1830
|
UNSTABLE_virtual: {
|
|
1767
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
1831
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
1768
1832
|
totalSize: number;
|
|
1769
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
1833
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
1770
1834
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1771
1835
|
measure: () => void;
|
|
1772
1836
|
};
|
|
@@ -1805,7 +1869,7 @@ export declare const MultiSelect: import("@workday/canvas-kit-react/common").Com
|
|
|
1805
1869
|
goToNextPage(): void;
|
|
1806
1870
|
goToPreviousPage(): void;
|
|
1807
1871
|
registerItem(data: {
|
|
1808
|
-
|
|
1872
|
+
id: string;
|
|
1809
1873
|
textValue: string;
|
|
1810
1874
|
}): void;
|
|
1811
1875
|
unregisterItem(data: {
|
|
@@ -1815,56 +1879,109 @@ export declare const MultiSelect: import("@workday/canvas-kit-react/common").Com
|
|
|
1815
1879
|
value: number;
|
|
1816
1880
|
}): void;
|
|
1817
1881
|
};
|
|
1818
|
-
selection: import("@workday/canvas-kit-react/collection
|
|
1819
|
-
navigation: import("@workday/canvas-kit-react/collection
|
|
1882
|
+
selection: import("@workday/canvas-kit-react/collection").SelectionManager;
|
|
1883
|
+
navigation: import("@workday/canvas-kit-react/collection").NavigationManager;
|
|
1820
1884
|
getId: (item: any) => string;
|
|
1885
|
+
getTextValue: (item: any) => string;
|
|
1886
|
+
UNSTABLE_parentModel: {
|
|
1887
|
+
state: {
|
|
1888
|
+
selectedIds: string[] | "all";
|
|
1889
|
+
unselectedIds: string[];
|
|
1890
|
+
cursorId: string | string[];
|
|
1891
|
+
columnCount: number;
|
|
1892
|
+
pageSizeRef: React.MutableRefObject<number>;
|
|
1893
|
+
cursorIndexRef: {
|
|
1894
|
+
readonly current: number;
|
|
1895
|
+
};
|
|
1896
|
+
UNSTABLE_virtual: {
|
|
1897
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
1898
|
+
totalSize: number;
|
|
1899
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
1900
|
+
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1901
|
+
measure: () => void;
|
|
1902
|
+
};
|
|
1903
|
+
UNSTABLE_defaultItemHeight: number;
|
|
1904
|
+
containerRef: React.RefObject<HTMLDivElement>;
|
|
1905
|
+
id: string;
|
|
1906
|
+
orientation: "horizontal" | "vertical";
|
|
1907
|
+
indexRef: React.MutableRefObject<number>;
|
|
1908
|
+
nonInteractiveIds: string[];
|
|
1909
|
+
isVirtualized: boolean;
|
|
1910
|
+
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
1911
|
+
};
|
|
1912
|
+
events: {
|
|
1913
|
+
select(data: {
|
|
1914
|
+
id: string;
|
|
1915
|
+
}): void;
|
|
1916
|
+
selectAll(): void;
|
|
1917
|
+
unselectAll(): void;
|
|
1918
|
+
setSelectedIds(ids: string[] | "all"): void;
|
|
1919
|
+
remove(data: {
|
|
1920
|
+
id: string;
|
|
1921
|
+
nextId?: string | undefined;
|
|
1922
|
+
event?: Event | React.SyntheticEvent<Element, Event> | undefined;
|
|
1923
|
+
}): void;
|
|
1924
|
+
goTo(data: {
|
|
1925
|
+
id: string;
|
|
1926
|
+
}): void;
|
|
1927
|
+
goToNext(): void;
|
|
1928
|
+
goToPrevious(): void;
|
|
1929
|
+
goToPreviousRow(): void;
|
|
1930
|
+
goToNextRow(): void;
|
|
1931
|
+
goToFirst(): void;
|
|
1932
|
+
goToLast(): void;
|
|
1933
|
+
goToFirstOfRow(): void;
|
|
1934
|
+
goToLastOfRow(): void;
|
|
1935
|
+
goToNextPage(): void;
|
|
1936
|
+
goToPreviousPage(): void;
|
|
1937
|
+
registerItem(data: {
|
|
1938
|
+
id: string;
|
|
1939
|
+
textValue: string;
|
|
1940
|
+
}): void;
|
|
1941
|
+
unregisterItem(data: {
|
|
1942
|
+
id: string;
|
|
1943
|
+
}): void;
|
|
1944
|
+
updateItemHeight(data: {
|
|
1945
|
+
value: number;
|
|
1946
|
+
}): void;
|
|
1947
|
+
};
|
|
1948
|
+
selection: import("@workday/canvas-kit-react/collection").SelectionManager;
|
|
1949
|
+
navigation: import("@workday/canvas-kit-react/collection").NavigationManager;
|
|
1950
|
+
getId: (item: any) => string;
|
|
1951
|
+
getTextValue: (item: any) => string;
|
|
1952
|
+
} | undefined;
|
|
1821
1953
|
};
|
|
1822
|
-
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
|
|
1954
|
+
selection: import("@workday/canvas-kit-react/collection").SelectionManager;
|
|
1955
|
+
navigation: import("@workday/canvas-kit-react/collection").NavigationManager;
|
|
1956
|
+
getId: (item: any) => string;
|
|
1957
|
+
getTextValue: (item: any) => string;
|
|
1958
|
+
selected: {
|
|
1826
1959
|
state: {
|
|
1827
|
-
|
|
1828
|
-
targetRef: React.RefObject<HTMLButtonElement>;
|
|
1829
|
-
initialFocusRef: React.RefObject<any> | undefined;
|
|
1830
|
-
returnFocusRef: React.RefObject<any> | undefined;
|
|
1831
|
-
placement: import("@popperjs/core").Placement;
|
|
1832
|
-
id: string;
|
|
1833
|
-
visibility: "hidden" | "visible";
|
|
1960
|
+
cursorId: string | string[];
|
|
1834
1961
|
selectedIds: string[] | "all";
|
|
1835
1962
|
unselectedIds: string[];
|
|
1836
|
-
cursorId: string;
|
|
1837
1963
|
columnCount: number;
|
|
1838
1964
|
pageSizeRef: React.MutableRefObject<number>;
|
|
1839
1965
|
cursorIndexRef: {
|
|
1840
1966
|
readonly current: number;
|
|
1841
1967
|
};
|
|
1842
1968
|
UNSTABLE_virtual: {
|
|
1843
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
1969
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
1844
1970
|
totalSize: number;
|
|
1845
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
1971
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
1846
1972
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1847
1973
|
measure: () => void;
|
|
1848
1974
|
};
|
|
1849
1975
|
UNSTABLE_defaultItemHeight: number;
|
|
1850
1976
|
containerRef: React.RefObject<HTMLDivElement>;
|
|
1977
|
+
id: string;
|
|
1851
1978
|
orientation: "horizontal" | "vertical";
|
|
1852
1979
|
indexRef: React.MutableRefObject<number>;
|
|
1853
1980
|
nonInteractiveIds: string[];
|
|
1854
1981
|
isVirtualized: boolean;
|
|
1855
1982
|
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
1856
|
-
mode: "multiple" | "single";
|
|
1857
|
-
value: string | undefined;
|
|
1858
|
-
inputRef: React.RefObject<HTMLInputElement>;
|
|
1859
|
-
width: number;
|
|
1860
1983
|
};
|
|
1861
1984
|
events: {
|
|
1862
|
-
setWidth(width: number): void;
|
|
1863
|
-
updatePlacement(data: {
|
|
1864
|
-
placement: import("@popperjs/core").Placement;
|
|
1865
|
-
}): void;
|
|
1866
|
-
show(event?: Event | React.SyntheticEvent<Element, Event> | undefined): void;
|
|
1867
|
-
hide(event?: Event | React.SyntheticEvent<Element, Event> | undefined): void;
|
|
1868
1985
|
select(data: {
|
|
1869
1986
|
id: string;
|
|
1870
1987
|
}): void;
|
|
@@ -1890,7 +2007,7 @@ export declare const MultiSelect: import("@workday/canvas-kit-react/common").Com
|
|
|
1890
2007
|
goToNextPage(): void;
|
|
1891
2008
|
goToPreviousPage(): void;
|
|
1892
2009
|
registerItem(data: {
|
|
1893
|
-
|
|
2010
|
+
id: string;
|
|
1894
2011
|
textValue: string;
|
|
1895
2012
|
}): void;
|
|
1896
2013
|
unregisterItem(data: {
|
|
@@ -1900,25 +2017,24 @@ export declare const MultiSelect: import("@workday/canvas-kit-react/common").Com
|
|
|
1900
2017
|
value: number;
|
|
1901
2018
|
}): void;
|
|
1902
2019
|
};
|
|
1903
|
-
|
|
1904
|
-
|
|
1905
|
-
selection: import("@workday/canvas-kit-react/collection/lib/useSelectionListModel").SelectionManager;
|
|
1906
|
-
navigation: import("@workday/canvas-kit-react/collection/lib/useCursorListModel").NavigationManager;
|
|
2020
|
+
selection: import("@workday/canvas-kit-react/collection").SelectionManager;
|
|
2021
|
+
navigation: import("@workday/canvas-kit-react/collection").NavigationManager;
|
|
1907
2022
|
getId: (item: any) => string;
|
|
1908
|
-
|
|
2023
|
+
getTextValue: (item: any) => string;
|
|
2024
|
+
UNSTABLE_parentModel: {
|
|
1909
2025
|
state: {
|
|
1910
|
-
cursorId: string;
|
|
1911
2026
|
selectedIds: string[] | "all";
|
|
1912
2027
|
unselectedIds: string[];
|
|
2028
|
+
cursorId: string | string[];
|
|
1913
2029
|
columnCount: number;
|
|
1914
2030
|
pageSizeRef: React.MutableRefObject<number>;
|
|
1915
2031
|
cursorIndexRef: {
|
|
1916
2032
|
readonly current: number;
|
|
1917
2033
|
};
|
|
1918
2034
|
UNSTABLE_virtual: {
|
|
1919
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
2035
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
1920
2036
|
totalSize: number;
|
|
1921
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
2037
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
1922
2038
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1923
2039
|
measure: () => void;
|
|
1924
2040
|
};
|
|
@@ -1957,7 +2073,7 @@ export declare const MultiSelect: import("@workday/canvas-kit-react/common").Com
|
|
|
1957
2073
|
goToNextPage(): void;
|
|
1958
2074
|
goToPreviousPage(): void;
|
|
1959
2075
|
registerItem(data: {
|
|
1960
|
-
|
|
2076
|
+
id: string;
|
|
1961
2077
|
textValue: string;
|
|
1962
2078
|
}): void;
|
|
1963
2079
|
unregisterItem(data: {
|
|
@@ -1967,12 +2083,14 @@ export declare const MultiSelect: import("@workday/canvas-kit-react/common").Com
|
|
|
1967
2083
|
value: number;
|
|
1968
2084
|
}): void;
|
|
1969
2085
|
};
|
|
1970
|
-
selection: import("@workday/canvas-kit-react/collection
|
|
1971
|
-
navigation: import("@workday/canvas-kit-react/collection
|
|
2086
|
+
selection: import("@workday/canvas-kit-react/collection").SelectionManager;
|
|
2087
|
+
navigation: import("@workday/canvas-kit-react/collection").NavigationManager;
|
|
1972
2088
|
getId: (item: any) => string;
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
|
|
2089
|
+
getTextValue: (item: any) => string;
|
|
2090
|
+
} | undefined;
|
|
2091
|
+
};
|
|
2092
|
+
}> & {
|
|
2093
|
+
Input: import("@workday/canvas-kit-react/common").ElementComponentM<import("@workday/canvas-kit-react/common").ElementComponent<"input", import("@workday/canvas-kit-react/text-input").TextInputProps> & {
|
|
1976
2094
|
ErrorType: typeof import("@workday/canvas-kit-react/common").ErrorType;
|
|
1977
2095
|
}, import("./MultiSelectInput").MultiSelectInputProps, {
|
|
1978
2096
|
state: {
|
|
@@ -1985,16 +2103,16 @@ export declare const MultiSelect: import("@workday/canvas-kit-react/common").Com
|
|
|
1985
2103
|
visibility: "hidden" | "visible";
|
|
1986
2104
|
selectedIds: string[] | "all";
|
|
1987
2105
|
unselectedIds: string[];
|
|
1988
|
-
cursorId: string;
|
|
2106
|
+
cursorId: string | string[];
|
|
1989
2107
|
columnCount: number;
|
|
1990
2108
|
pageSizeRef: React.MutableRefObject<number>;
|
|
1991
2109
|
cursorIndexRef: {
|
|
1992
2110
|
readonly current: number;
|
|
1993
2111
|
};
|
|
1994
2112
|
UNSTABLE_virtual: {
|
|
1995
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
2113
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
1996
2114
|
totalSize: number;
|
|
1997
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
2115
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
1998
2116
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1999
2117
|
measure: () => void;
|
|
2000
2118
|
};
|
|
@@ -2042,7 +2160,7 @@ export declare const MultiSelect: import("@workday/canvas-kit-react/common").Com
|
|
|
2042
2160
|
goToNextPage(): void;
|
|
2043
2161
|
goToPreviousPage(): void;
|
|
2044
2162
|
registerItem(data: {
|
|
2045
|
-
|
|
2163
|
+
id: string;
|
|
2046
2164
|
textValue: string;
|
|
2047
2165
|
}): void;
|
|
2048
2166
|
unregisterItem(data: {
|
|
@@ -2054,12 +2172,147 @@ export declare const MultiSelect: import("@workday/canvas-kit-react/common").Com
|
|
|
2054
2172
|
};
|
|
2055
2173
|
onFilterChange: (event: React.ChangeEvent<HTMLInputElement>) => void;
|
|
2056
2174
|
onChange: (event: React.ChangeEvent<HTMLInputElement>) => void;
|
|
2057
|
-
|
|
2058
|
-
|
|
2175
|
+
UNSTABLE_parentModel: {
|
|
2176
|
+
state: {
|
|
2177
|
+
selectedIds: string[] | "all";
|
|
2178
|
+
unselectedIds: string[];
|
|
2179
|
+
cursorId: string | string[];
|
|
2180
|
+
columnCount: number;
|
|
2181
|
+
pageSizeRef: React.MutableRefObject<number>;
|
|
2182
|
+
cursorIndexRef: {
|
|
2183
|
+
readonly current: number;
|
|
2184
|
+
};
|
|
2185
|
+
UNSTABLE_virtual: {
|
|
2186
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
2187
|
+
totalSize: number;
|
|
2188
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
2189
|
+
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2190
|
+
measure: () => void;
|
|
2191
|
+
};
|
|
2192
|
+
UNSTABLE_defaultItemHeight: number;
|
|
2193
|
+
containerRef: React.RefObject<HTMLDivElement>;
|
|
2194
|
+
id: string;
|
|
2195
|
+
orientation: "horizontal" | "vertical";
|
|
2196
|
+
indexRef: React.MutableRefObject<number>;
|
|
2197
|
+
nonInteractiveIds: string[];
|
|
2198
|
+
isVirtualized: boolean;
|
|
2199
|
+
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
2200
|
+
};
|
|
2201
|
+
events: {
|
|
2202
|
+
select(data: {
|
|
2203
|
+
id: string;
|
|
2204
|
+
}): void;
|
|
2205
|
+
selectAll(): void;
|
|
2206
|
+
unselectAll(): void;
|
|
2207
|
+
setSelectedIds(ids: string[] | "all"): void;
|
|
2208
|
+
remove(data: {
|
|
2209
|
+
id: string;
|
|
2210
|
+
nextId?: string | undefined;
|
|
2211
|
+
event?: Event | React.SyntheticEvent<Element, Event> | undefined;
|
|
2212
|
+
}): void;
|
|
2213
|
+
goTo(data: {
|
|
2214
|
+
id: string;
|
|
2215
|
+
}): void;
|
|
2216
|
+
goToNext(): void;
|
|
2217
|
+
goToPrevious(): void;
|
|
2218
|
+
goToPreviousRow(): void;
|
|
2219
|
+
goToNextRow(): void;
|
|
2220
|
+
goToFirst(): void;
|
|
2221
|
+
goToLast(): void;
|
|
2222
|
+
goToFirstOfRow(): void;
|
|
2223
|
+
goToLastOfRow(): void;
|
|
2224
|
+
goToNextPage(): void;
|
|
2225
|
+
goToPreviousPage(): void;
|
|
2226
|
+
registerItem(data: {
|
|
2227
|
+
id: string;
|
|
2228
|
+
textValue: string;
|
|
2229
|
+
}): void;
|
|
2230
|
+
unregisterItem(data: {
|
|
2231
|
+
id: string;
|
|
2232
|
+
}): void;
|
|
2233
|
+
updateItemHeight(data: {
|
|
2234
|
+
value: number;
|
|
2235
|
+
}): void;
|
|
2236
|
+
};
|
|
2237
|
+
selection: import("@workday/canvas-kit-react/collection").SelectionManager;
|
|
2238
|
+
navigation: import("@workday/canvas-kit-react/collection").NavigationManager;
|
|
2239
|
+
getId: (item: any) => string;
|
|
2240
|
+
getTextValue: (item: any) => string;
|
|
2241
|
+
UNSTABLE_parentModel: {
|
|
2242
|
+
state: {
|
|
2243
|
+
selectedIds: string[] | "all";
|
|
2244
|
+
unselectedIds: string[];
|
|
2245
|
+
cursorId: string | string[];
|
|
2246
|
+
columnCount: number;
|
|
2247
|
+
pageSizeRef: React.MutableRefObject<number>;
|
|
2248
|
+
cursorIndexRef: {
|
|
2249
|
+
readonly current: number;
|
|
2250
|
+
};
|
|
2251
|
+
UNSTABLE_virtual: {
|
|
2252
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
2253
|
+
totalSize: number;
|
|
2254
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
2255
|
+
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2256
|
+
measure: () => void;
|
|
2257
|
+
};
|
|
2258
|
+
UNSTABLE_defaultItemHeight: number;
|
|
2259
|
+
containerRef: React.RefObject<HTMLDivElement>;
|
|
2260
|
+
id: string;
|
|
2261
|
+
orientation: "horizontal" | "vertical";
|
|
2262
|
+
indexRef: React.MutableRefObject<number>;
|
|
2263
|
+
nonInteractiveIds: string[];
|
|
2264
|
+
isVirtualized: boolean;
|
|
2265
|
+
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
2266
|
+
};
|
|
2267
|
+
events: {
|
|
2268
|
+
select(data: {
|
|
2269
|
+
id: string;
|
|
2270
|
+
}): void;
|
|
2271
|
+
selectAll(): void;
|
|
2272
|
+
unselectAll(): void;
|
|
2273
|
+
setSelectedIds(ids: string[] | "all"): void;
|
|
2274
|
+
remove(data: {
|
|
2275
|
+
id: string;
|
|
2276
|
+
nextId?: string | undefined;
|
|
2277
|
+
event?: Event | React.SyntheticEvent<Element, Event> | undefined;
|
|
2278
|
+
}): void;
|
|
2279
|
+
goTo(data: {
|
|
2280
|
+
id: string;
|
|
2281
|
+
}): void;
|
|
2282
|
+
goToNext(): void;
|
|
2283
|
+
goToPrevious(): void;
|
|
2284
|
+
goToPreviousRow(): void;
|
|
2285
|
+
goToNextRow(): void;
|
|
2286
|
+
goToFirst(): void;
|
|
2287
|
+
goToLast(): void;
|
|
2288
|
+
goToFirstOfRow(): void;
|
|
2289
|
+
goToLastOfRow(): void;
|
|
2290
|
+
goToNextPage(): void;
|
|
2291
|
+
goToPreviousPage(): void;
|
|
2292
|
+
registerItem(data: {
|
|
2293
|
+
id: string;
|
|
2294
|
+
textValue: string;
|
|
2295
|
+
}): void;
|
|
2296
|
+
unregisterItem(data: {
|
|
2297
|
+
id: string;
|
|
2298
|
+
}): void;
|
|
2299
|
+
updateItemHeight(data: {
|
|
2300
|
+
value: number;
|
|
2301
|
+
}): void;
|
|
2302
|
+
};
|
|
2303
|
+
selection: import("@workday/canvas-kit-react/collection").SelectionManager;
|
|
2304
|
+
navigation: import("@workday/canvas-kit-react/collection").NavigationManager;
|
|
2305
|
+
getId: (item: any) => string;
|
|
2306
|
+
getTextValue: (item: any) => string;
|
|
2307
|
+
} | undefined;
|
|
2308
|
+
};
|
|
2309
|
+
selection: import("@workday/canvas-kit-react/collection").SelectionManager;
|
|
2310
|
+
navigation: import("@workday/canvas-kit-react/collection").NavigationManager;
|
|
2059
2311
|
getId: (item: any) => string;
|
|
2312
|
+
getTextValue: (item: any) => string;
|
|
2060
2313
|
selected: {
|
|
2061
2314
|
state: {
|
|
2062
|
-
cursorId: string;
|
|
2315
|
+
cursorId: string | string[];
|
|
2063
2316
|
selectedIds: string[] | "all";
|
|
2064
2317
|
unselectedIds: string[];
|
|
2065
2318
|
columnCount: number;
|
|
@@ -2068,9 +2321,9 @@ export declare const MultiSelect: import("@workday/canvas-kit-react/common").Com
|
|
|
2068
2321
|
readonly current: number;
|
|
2069
2322
|
};
|
|
2070
2323
|
UNSTABLE_virtual: {
|
|
2071
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
2324
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
2072
2325
|
totalSize: number;
|
|
2073
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
2326
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
2074
2327
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2075
2328
|
measure: () => void;
|
|
2076
2329
|
};
|
|
@@ -2109,7 +2362,7 @@ export declare const MultiSelect: import("@workday/canvas-kit-react/common").Com
|
|
|
2109
2362
|
goToNextPage(): void;
|
|
2110
2363
|
goToPreviousPage(): void;
|
|
2111
2364
|
registerItem(data: {
|
|
2112
|
-
|
|
2365
|
+
id: string;
|
|
2113
2366
|
textValue: string;
|
|
2114
2367
|
}): void;
|
|
2115
2368
|
unregisterItem(data: {
|
|
@@ -2119,12 +2372,82 @@ export declare const MultiSelect: import("@workday/canvas-kit-react/common").Com
|
|
|
2119
2372
|
value: number;
|
|
2120
2373
|
}): void;
|
|
2121
2374
|
};
|
|
2122
|
-
selection: import("@workday/canvas-kit-react/collection
|
|
2123
|
-
navigation: import("@workday/canvas-kit-react/collection
|
|
2375
|
+
selection: import("@workday/canvas-kit-react/collection").SelectionManager;
|
|
2376
|
+
navigation: import("@workday/canvas-kit-react/collection").NavigationManager;
|
|
2124
2377
|
getId: (item: any) => string;
|
|
2378
|
+
getTextValue: (item: any) => string;
|
|
2379
|
+
UNSTABLE_parentModel: {
|
|
2380
|
+
state: {
|
|
2381
|
+
selectedIds: string[] | "all";
|
|
2382
|
+
unselectedIds: string[];
|
|
2383
|
+
cursorId: string | string[];
|
|
2384
|
+
columnCount: number;
|
|
2385
|
+
pageSizeRef: React.MutableRefObject<number>;
|
|
2386
|
+
cursorIndexRef: {
|
|
2387
|
+
readonly current: number;
|
|
2388
|
+
};
|
|
2389
|
+
UNSTABLE_virtual: {
|
|
2390
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
2391
|
+
totalSize: number;
|
|
2392
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
2393
|
+
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2394
|
+
measure: () => void;
|
|
2395
|
+
};
|
|
2396
|
+
UNSTABLE_defaultItemHeight: number;
|
|
2397
|
+
containerRef: React.RefObject<HTMLDivElement>;
|
|
2398
|
+
id: string;
|
|
2399
|
+
orientation: "horizontal" | "vertical";
|
|
2400
|
+
indexRef: React.MutableRefObject<number>;
|
|
2401
|
+
nonInteractiveIds: string[];
|
|
2402
|
+
isVirtualized: boolean;
|
|
2403
|
+
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
2404
|
+
};
|
|
2405
|
+
events: {
|
|
2406
|
+
select(data: {
|
|
2407
|
+
id: string;
|
|
2408
|
+
}): void;
|
|
2409
|
+
selectAll(): void;
|
|
2410
|
+
unselectAll(): void;
|
|
2411
|
+
setSelectedIds(ids: string[] | "all"): void;
|
|
2412
|
+
remove(data: {
|
|
2413
|
+
id: string;
|
|
2414
|
+
nextId?: string | undefined;
|
|
2415
|
+
event?: Event | React.SyntheticEvent<Element, Event> | undefined;
|
|
2416
|
+
}): void;
|
|
2417
|
+
goTo(data: {
|
|
2418
|
+
id: string;
|
|
2419
|
+
}): void;
|
|
2420
|
+
goToNext(): void;
|
|
2421
|
+
goToPrevious(): void;
|
|
2422
|
+
goToPreviousRow(): void;
|
|
2423
|
+
goToNextRow(): void;
|
|
2424
|
+
goToFirst(): void;
|
|
2425
|
+
goToLast(): void;
|
|
2426
|
+
goToFirstOfRow(): void;
|
|
2427
|
+
goToLastOfRow(): void;
|
|
2428
|
+
goToNextPage(): void;
|
|
2429
|
+
goToPreviousPage(): void;
|
|
2430
|
+
registerItem(data: {
|
|
2431
|
+
id: string;
|
|
2432
|
+
textValue: string;
|
|
2433
|
+
}): void;
|
|
2434
|
+
unregisterItem(data: {
|
|
2435
|
+
id: string;
|
|
2436
|
+
}): void;
|
|
2437
|
+
updateItemHeight(data: {
|
|
2438
|
+
value: number;
|
|
2439
|
+
}): void;
|
|
2440
|
+
};
|
|
2441
|
+
selection: import("@workday/canvas-kit-react/collection").SelectionManager;
|
|
2442
|
+
navigation: import("@workday/canvas-kit-react/collection").NavigationManager;
|
|
2443
|
+
getId: (item: any) => string;
|
|
2444
|
+
getTextValue: (item: any) => string;
|
|
2445
|
+
} | undefined;
|
|
2125
2446
|
};
|
|
2126
2447
|
}>;
|
|
2127
|
-
|
|
2448
|
+
SearchInput: import("@workday/canvas-kit-react/common").ElementComponentM<import("@workday/canvas-kit-react/common").ElementComponent<"input", import("@workday/canvas-kit-react/text-input").TextInputProps> & {
|
|
2449
|
+
ErrorType: typeof import("@workday/canvas-kit-react/common").ErrorType;
|
|
2450
|
+
}, import("./MultiSelectInput").MultiSelectInputProps, {
|
|
2128
2451
|
state: {
|
|
2129
2452
|
stackRef: React.RefObject<HTMLDivElement>;
|
|
2130
2453
|
targetRef: React.RefObject<HTMLButtonElement>;
|
|
@@ -2135,16 +2458,16 @@ export declare const MultiSelect: import("@workday/canvas-kit-react/common").Com
|
|
|
2135
2458
|
visibility: "hidden" | "visible";
|
|
2136
2459
|
selectedIds: string[] | "all";
|
|
2137
2460
|
unselectedIds: string[];
|
|
2138
|
-
cursorId: string;
|
|
2461
|
+
cursorId: string | string[];
|
|
2139
2462
|
columnCount: number;
|
|
2140
2463
|
pageSizeRef: React.MutableRefObject<number>;
|
|
2141
2464
|
cursorIndexRef: {
|
|
2142
2465
|
readonly current: number;
|
|
2143
2466
|
};
|
|
2144
2467
|
UNSTABLE_virtual: {
|
|
2145
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
2468
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
2146
2469
|
totalSize: number;
|
|
2147
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
2470
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
2148
2471
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2149
2472
|
measure: () => void;
|
|
2150
2473
|
};
|
|
@@ -2156,8 +2479,12 @@ export declare const MultiSelect: import("@workday/canvas-kit-react/common").Com
|
|
|
2156
2479
|
isVirtualized: boolean;
|
|
2157
2480
|
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
2158
2481
|
mode: "multiple" | "single";
|
|
2482
|
+
value: string | undefined;
|
|
2483
|
+
inputRef: React.RefObject<HTMLInputElement>;
|
|
2484
|
+
width: number;
|
|
2159
2485
|
};
|
|
2160
2486
|
events: {
|
|
2487
|
+
setWidth(width: number): void;
|
|
2161
2488
|
updatePlacement(data: {
|
|
2162
2489
|
placement: import("@popperjs/core").Placement;
|
|
2163
2490
|
}): void;
|
|
@@ -2188,7 +2515,7 @@ export declare const MultiSelect: import("@workday/canvas-kit-react/common").Com
|
|
|
2188
2515
|
goToNextPage(): void;
|
|
2189
2516
|
goToPreviousPage(): void;
|
|
2190
2517
|
registerItem(data: {
|
|
2191
|
-
|
|
2518
|
+
id: string;
|
|
2192
2519
|
textValue: string;
|
|
2193
2520
|
}): void;
|
|
2194
2521
|
unregisterItem(data: {
|
|
@@ -2198,31 +2525,515 @@ export declare const MultiSelect: import("@workday/canvas-kit-react/common").Com
|
|
|
2198
2525
|
value: number;
|
|
2199
2526
|
}): void;
|
|
2200
2527
|
};
|
|
2201
|
-
|
|
2202
|
-
|
|
2203
|
-
|
|
2204
|
-
|
|
2205
|
-
|
|
2206
|
-
|
|
2207
|
-
|
|
2208
|
-
|
|
2209
|
-
|
|
2210
|
-
|
|
2211
|
-
|
|
2212
|
-
|
|
2213
|
-
|
|
2214
|
-
|
|
2215
|
-
|
|
2216
|
-
|
|
2217
|
-
|
|
2218
|
-
|
|
2219
|
-
|
|
2220
|
-
|
|
2221
|
-
|
|
2222
|
-
|
|
2223
|
-
|
|
2224
|
-
|
|
2225
|
-
|
|
2528
|
+
onFilterChange: (event: React.ChangeEvent<HTMLInputElement>) => void;
|
|
2529
|
+
onChange: (event: React.ChangeEvent<HTMLInputElement>) => void;
|
|
2530
|
+
UNSTABLE_parentModel: {
|
|
2531
|
+
state: {
|
|
2532
|
+
selectedIds: string[] | "all";
|
|
2533
|
+
unselectedIds: string[];
|
|
2534
|
+
cursorId: string | string[];
|
|
2535
|
+
columnCount: number;
|
|
2536
|
+
pageSizeRef: React.MutableRefObject<number>;
|
|
2537
|
+
cursorIndexRef: {
|
|
2538
|
+
readonly current: number;
|
|
2539
|
+
};
|
|
2540
|
+
UNSTABLE_virtual: {
|
|
2541
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
2542
|
+
totalSize: number;
|
|
2543
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
2544
|
+
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2545
|
+
measure: () => void;
|
|
2546
|
+
};
|
|
2547
|
+
UNSTABLE_defaultItemHeight: number;
|
|
2548
|
+
containerRef: React.RefObject<HTMLDivElement>;
|
|
2549
|
+
id: string;
|
|
2550
|
+
orientation: "horizontal" | "vertical";
|
|
2551
|
+
indexRef: React.MutableRefObject<number>;
|
|
2552
|
+
nonInteractiveIds: string[];
|
|
2553
|
+
isVirtualized: boolean;
|
|
2554
|
+
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
2555
|
+
};
|
|
2556
|
+
events: {
|
|
2557
|
+
select(data: {
|
|
2558
|
+
id: string;
|
|
2559
|
+
}): void;
|
|
2560
|
+
selectAll(): void;
|
|
2561
|
+
unselectAll(): void;
|
|
2562
|
+
setSelectedIds(ids: string[] | "all"): void;
|
|
2563
|
+
remove(data: {
|
|
2564
|
+
id: string;
|
|
2565
|
+
nextId?: string | undefined;
|
|
2566
|
+
event?: Event | React.SyntheticEvent<Element, Event> | undefined;
|
|
2567
|
+
}): void;
|
|
2568
|
+
goTo(data: {
|
|
2569
|
+
id: string;
|
|
2570
|
+
}): void;
|
|
2571
|
+
goToNext(): void;
|
|
2572
|
+
goToPrevious(): void;
|
|
2573
|
+
goToPreviousRow(): void;
|
|
2574
|
+
goToNextRow(): void;
|
|
2575
|
+
goToFirst(): void;
|
|
2576
|
+
goToLast(): void;
|
|
2577
|
+
goToFirstOfRow(): void;
|
|
2578
|
+
goToLastOfRow(): void;
|
|
2579
|
+
goToNextPage(): void;
|
|
2580
|
+
goToPreviousPage(): void;
|
|
2581
|
+
registerItem(data: {
|
|
2582
|
+
id: string;
|
|
2583
|
+
textValue: string;
|
|
2584
|
+
}): void;
|
|
2585
|
+
unregisterItem(data: {
|
|
2586
|
+
id: string;
|
|
2587
|
+
}): void;
|
|
2588
|
+
updateItemHeight(data: {
|
|
2589
|
+
value: number;
|
|
2590
|
+
}): void;
|
|
2591
|
+
};
|
|
2592
|
+
selection: import("@workday/canvas-kit-react/collection").SelectionManager;
|
|
2593
|
+
navigation: import("@workday/canvas-kit-react/collection").NavigationManager;
|
|
2594
|
+
getId: (item: any) => string;
|
|
2595
|
+
getTextValue: (item: any) => string;
|
|
2596
|
+
UNSTABLE_parentModel: {
|
|
2597
|
+
state: {
|
|
2598
|
+
selectedIds: string[] | "all";
|
|
2599
|
+
unselectedIds: string[];
|
|
2600
|
+
cursorId: string | string[];
|
|
2601
|
+
columnCount: number;
|
|
2602
|
+
pageSizeRef: React.MutableRefObject<number>;
|
|
2603
|
+
cursorIndexRef: {
|
|
2604
|
+
readonly current: number;
|
|
2605
|
+
};
|
|
2606
|
+
UNSTABLE_virtual: {
|
|
2607
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
2608
|
+
totalSize: number;
|
|
2609
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
2610
|
+
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2611
|
+
measure: () => void;
|
|
2612
|
+
};
|
|
2613
|
+
UNSTABLE_defaultItemHeight: number;
|
|
2614
|
+
containerRef: React.RefObject<HTMLDivElement>;
|
|
2615
|
+
id: string;
|
|
2616
|
+
orientation: "horizontal" | "vertical";
|
|
2617
|
+
indexRef: React.MutableRefObject<number>;
|
|
2618
|
+
nonInteractiveIds: string[];
|
|
2619
|
+
isVirtualized: boolean;
|
|
2620
|
+
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
2621
|
+
};
|
|
2622
|
+
events: {
|
|
2623
|
+
select(data: {
|
|
2624
|
+
id: string;
|
|
2625
|
+
}): void;
|
|
2626
|
+
selectAll(): void;
|
|
2627
|
+
unselectAll(): void;
|
|
2628
|
+
setSelectedIds(ids: string[] | "all"): void;
|
|
2629
|
+
remove(data: {
|
|
2630
|
+
id: string;
|
|
2631
|
+
nextId?: string | undefined;
|
|
2632
|
+
event?: Event | React.SyntheticEvent<Element, Event> | undefined;
|
|
2633
|
+
}): void;
|
|
2634
|
+
goTo(data: {
|
|
2635
|
+
id: string;
|
|
2636
|
+
}): void;
|
|
2637
|
+
goToNext(): void;
|
|
2638
|
+
goToPrevious(): void;
|
|
2639
|
+
goToPreviousRow(): void;
|
|
2640
|
+
goToNextRow(): void;
|
|
2641
|
+
goToFirst(): void;
|
|
2642
|
+
goToLast(): void;
|
|
2643
|
+
goToFirstOfRow(): void;
|
|
2644
|
+
goToLastOfRow(): void;
|
|
2645
|
+
goToNextPage(): void;
|
|
2646
|
+
goToPreviousPage(): void;
|
|
2647
|
+
registerItem(data: {
|
|
2648
|
+
id: string;
|
|
2649
|
+
textValue: string;
|
|
2650
|
+
}): void;
|
|
2651
|
+
unregisterItem(data: {
|
|
2652
|
+
id: string;
|
|
2653
|
+
}): void;
|
|
2654
|
+
updateItemHeight(data: {
|
|
2655
|
+
value: number;
|
|
2656
|
+
}): void;
|
|
2657
|
+
};
|
|
2658
|
+
selection: import("@workday/canvas-kit-react/collection").SelectionManager;
|
|
2659
|
+
navigation: import("@workday/canvas-kit-react/collection").NavigationManager;
|
|
2660
|
+
getId: (item: any) => string;
|
|
2661
|
+
getTextValue: (item: any) => string;
|
|
2662
|
+
} | undefined;
|
|
2663
|
+
};
|
|
2664
|
+
selection: import("@workday/canvas-kit-react/collection").SelectionManager;
|
|
2665
|
+
navigation: import("@workday/canvas-kit-react/collection").NavigationManager;
|
|
2666
|
+
getId: (item: any) => string;
|
|
2667
|
+
getTextValue: (item: any) => string;
|
|
2668
|
+
selected: {
|
|
2669
|
+
state: {
|
|
2670
|
+
cursorId: string | string[];
|
|
2671
|
+
selectedIds: string[] | "all";
|
|
2672
|
+
unselectedIds: string[];
|
|
2673
|
+
columnCount: number;
|
|
2674
|
+
pageSizeRef: React.MutableRefObject<number>;
|
|
2675
|
+
cursorIndexRef: {
|
|
2676
|
+
readonly current: number;
|
|
2677
|
+
};
|
|
2678
|
+
UNSTABLE_virtual: {
|
|
2679
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
2680
|
+
totalSize: number;
|
|
2681
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
2682
|
+
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2683
|
+
measure: () => void;
|
|
2684
|
+
};
|
|
2685
|
+
UNSTABLE_defaultItemHeight: number;
|
|
2686
|
+
containerRef: React.RefObject<HTMLDivElement>;
|
|
2687
|
+
id: string;
|
|
2688
|
+
orientation: "horizontal" | "vertical";
|
|
2689
|
+
indexRef: React.MutableRefObject<number>;
|
|
2690
|
+
nonInteractiveIds: string[];
|
|
2691
|
+
isVirtualized: boolean;
|
|
2692
|
+
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
2693
|
+
};
|
|
2694
|
+
events: {
|
|
2695
|
+
select(data: {
|
|
2696
|
+
id: string;
|
|
2697
|
+
}): void;
|
|
2698
|
+
selectAll(): void;
|
|
2699
|
+
unselectAll(): void;
|
|
2700
|
+
setSelectedIds(ids: string[] | "all"): void;
|
|
2701
|
+
remove(data: {
|
|
2702
|
+
id: string;
|
|
2703
|
+
nextId?: string | undefined;
|
|
2704
|
+
event?: Event | React.SyntheticEvent<Element, Event> | undefined;
|
|
2705
|
+
}): void;
|
|
2706
|
+
goTo(data: {
|
|
2707
|
+
id: string;
|
|
2708
|
+
}): void;
|
|
2709
|
+
goToNext(): void;
|
|
2710
|
+
goToPrevious(): void;
|
|
2711
|
+
goToPreviousRow(): void;
|
|
2712
|
+
goToNextRow(): void;
|
|
2713
|
+
goToFirst(): void;
|
|
2714
|
+
goToLast(): void;
|
|
2715
|
+
goToFirstOfRow(): void;
|
|
2716
|
+
goToLastOfRow(): void;
|
|
2717
|
+
goToNextPage(): void;
|
|
2718
|
+
goToPreviousPage(): void;
|
|
2719
|
+
registerItem(data: {
|
|
2720
|
+
id: string;
|
|
2721
|
+
textValue: string;
|
|
2722
|
+
}): void;
|
|
2723
|
+
unregisterItem(data: {
|
|
2724
|
+
id: string;
|
|
2725
|
+
}): void;
|
|
2726
|
+
updateItemHeight(data: {
|
|
2727
|
+
value: number;
|
|
2728
|
+
}): void;
|
|
2729
|
+
};
|
|
2730
|
+
selection: import("@workday/canvas-kit-react/collection").SelectionManager;
|
|
2731
|
+
navigation: import("@workday/canvas-kit-react/collection").NavigationManager;
|
|
2732
|
+
getId: (item: any) => string;
|
|
2733
|
+
getTextValue: (item: any) => string;
|
|
2734
|
+
UNSTABLE_parentModel: {
|
|
2735
|
+
state: {
|
|
2736
|
+
selectedIds: string[] | "all";
|
|
2737
|
+
unselectedIds: string[];
|
|
2738
|
+
cursorId: string | string[];
|
|
2739
|
+
columnCount: number;
|
|
2740
|
+
pageSizeRef: React.MutableRefObject<number>;
|
|
2741
|
+
cursorIndexRef: {
|
|
2742
|
+
readonly current: number;
|
|
2743
|
+
};
|
|
2744
|
+
UNSTABLE_virtual: {
|
|
2745
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
2746
|
+
totalSize: number;
|
|
2747
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
2748
|
+
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2749
|
+
measure: () => void;
|
|
2750
|
+
};
|
|
2751
|
+
UNSTABLE_defaultItemHeight: number;
|
|
2752
|
+
containerRef: React.RefObject<HTMLDivElement>;
|
|
2753
|
+
id: string;
|
|
2754
|
+
orientation: "horizontal" | "vertical";
|
|
2755
|
+
indexRef: React.MutableRefObject<number>;
|
|
2756
|
+
nonInteractiveIds: string[];
|
|
2757
|
+
isVirtualized: boolean;
|
|
2758
|
+
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
2759
|
+
};
|
|
2760
|
+
events: {
|
|
2761
|
+
select(data: {
|
|
2762
|
+
id: string;
|
|
2763
|
+
}): void;
|
|
2764
|
+
selectAll(): void;
|
|
2765
|
+
unselectAll(): void;
|
|
2766
|
+
setSelectedIds(ids: string[] | "all"): void;
|
|
2767
|
+
remove(data: {
|
|
2768
|
+
id: string;
|
|
2769
|
+
nextId?: string | undefined;
|
|
2770
|
+
event?: Event | React.SyntheticEvent<Element, Event> | undefined;
|
|
2771
|
+
}): void;
|
|
2772
|
+
goTo(data: {
|
|
2773
|
+
id: string;
|
|
2774
|
+
}): void;
|
|
2775
|
+
goToNext(): void;
|
|
2776
|
+
goToPrevious(): void;
|
|
2777
|
+
goToPreviousRow(): void;
|
|
2778
|
+
goToNextRow(): void;
|
|
2779
|
+
goToFirst(): void;
|
|
2780
|
+
goToLast(): void;
|
|
2781
|
+
goToFirstOfRow(): void;
|
|
2782
|
+
goToLastOfRow(): void;
|
|
2783
|
+
goToNextPage(): void;
|
|
2784
|
+
goToPreviousPage(): void;
|
|
2785
|
+
registerItem(data: {
|
|
2786
|
+
id: string;
|
|
2787
|
+
textValue: string;
|
|
2788
|
+
}): void;
|
|
2789
|
+
unregisterItem(data: {
|
|
2790
|
+
id: string;
|
|
2791
|
+
}): void;
|
|
2792
|
+
updateItemHeight(data: {
|
|
2793
|
+
value: number;
|
|
2794
|
+
}): void;
|
|
2795
|
+
};
|
|
2796
|
+
selection: import("@workday/canvas-kit-react/collection").SelectionManager;
|
|
2797
|
+
navigation: import("@workday/canvas-kit-react/collection").NavigationManager;
|
|
2798
|
+
getId: (item: any) => string;
|
|
2799
|
+
getTextValue: (item: any) => string;
|
|
2800
|
+
} | undefined;
|
|
2801
|
+
};
|
|
2802
|
+
}>;
|
|
2803
|
+
Popper: import("@workday/canvas-kit-react/common").ElementComponentM<"div", import("@workday/canvas-kit-react/popup").PopperProps & React.RefAttributes<HTMLDivElement>, {
|
|
2804
|
+
state: {
|
|
2805
|
+
stackRef: React.RefObject<HTMLDivElement>;
|
|
2806
|
+
targetRef: React.RefObject<HTMLButtonElement>;
|
|
2807
|
+
initialFocusRef: React.RefObject<any> | undefined;
|
|
2808
|
+
returnFocusRef: React.RefObject<any> | undefined;
|
|
2809
|
+
placement: import("@popperjs/core").Placement;
|
|
2810
|
+
id: string;
|
|
2811
|
+
visibility: "hidden" | "visible";
|
|
2812
|
+
selectedIds: string[] | "all";
|
|
2813
|
+
unselectedIds: string[];
|
|
2814
|
+
cursorId: string | string[];
|
|
2815
|
+
columnCount: number;
|
|
2816
|
+
pageSizeRef: React.MutableRefObject<number>;
|
|
2817
|
+
cursorIndexRef: {
|
|
2818
|
+
readonly current: number;
|
|
2819
|
+
};
|
|
2820
|
+
UNSTABLE_virtual: {
|
|
2821
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
2822
|
+
totalSize: number;
|
|
2823
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
2824
|
+
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2825
|
+
measure: () => void;
|
|
2826
|
+
};
|
|
2827
|
+
UNSTABLE_defaultItemHeight: number;
|
|
2828
|
+
containerRef: React.RefObject<HTMLDivElement>;
|
|
2829
|
+
orientation: "horizontal" | "vertical";
|
|
2830
|
+
indexRef: React.MutableRefObject<number>;
|
|
2831
|
+
nonInteractiveIds: string[];
|
|
2832
|
+
isVirtualized: boolean;
|
|
2833
|
+
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
2834
|
+
mode: "multiple" | "single";
|
|
2835
|
+
};
|
|
2836
|
+
events: {
|
|
2837
|
+
updatePlacement(data: {
|
|
2838
|
+
placement: import("@popperjs/core").Placement;
|
|
2839
|
+
}): void;
|
|
2840
|
+
show(event?: Event | React.SyntheticEvent<Element, Event> | undefined): void;
|
|
2841
|
+
hide(event?: Event | React.SyntheticEvent<Element, Event> | undefined): void;
|
|
2842
|
+
select(data: {
|
|
2843
|
+
id: string;
|
|
2844
|
+
}): void;
|
|
2845
|
+
selectAll(): void;
|
|
2846
|
+
unselectAll(): void;
|
|
2847
|
+
setSelectedIds(ids: string[] | "all"): void;
|
|
2848
|
+
remove(data: {
|
|
2849
|
+
id: string;
|
|
2850
|
+
nextId?: string | undefined;
|
|
2851
|
+
event?: Event | React.SyntheticEvent<Element, Event> | undefined;
|
|
2852
|
+
}): void;
|
|
2853
|
+
goTo(data: {
|
|
2854
|
+
id: string;
|
|
2855
|
+
}): void;
|
|
2856
|
+
goToNext(): void;
|
|
2857
|
+
goToPrevious(): void;
|
|
2858
|
+
goToPreviousRow(): void;
|
|
2859
|
+
goToNextRow(): void;
|
|
2860
|
+
goToFirst(): void;
|
|
2861
|
+
goToLast(): void;
|
|
2862
|
+
goToFirstOfRow(): void;
|
|
2863
|
+
goToLastOfRow(): void;
|
|
2864
|
+
goToNextPage(): void;
|
|
2865
|
+
goToPreviousPage(): void;
|
|
2866
|
+
registerItem(data: {
|
|
2867
|
+
id: string;
|
|
2868
|
+
textValue: string;
|
|
2869
|
+
}): void;
|
|
2870
|
+
unregisterItem(data: {
|
|
2871
|
+
id: string;
|
|
2872
|
+
}): void;
|
|
2873
|
+
updateItemHeight(data: {
|
|
2874
|
+
value: number;
|
|
2875
|
+
}): void;
|
|
2876
|
+
};
|
|
2877
|
+
UNSTABLE_parentModel: {
|
|
2878
|
+
state: {
|
|
2879
|
+
selectedIds: string[] | "all";
|
|
2880
|
+
unselectedIds: string[];
|
|
2881
|
+
cursorId: string | string[];
|
|
2882
|
+
columnCount: number;
|
|
2883
|
+
pageSizeRef: React.MutableRefObject<number>;
|
|
2884
|
+
cursorIndexRef: {
|
|
2885
|
+
readonly current: number;
|
|
2886
|
+
};
|
|
2887
|
+
UNSTABLE_virtual: {
|
|
2888
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
2889
|
+
totalSize: number;
|
|
2890
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
2891
|
+
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2892
|
+
measure: () => void;
|
|
2893
|
+
};
|
|
2894
|
+
UNSTABLE_defaultItemHeight: number;
|
|
2895
|
+
containerRef: React.RefObject<HTMLDivElement>;
|
|
2896
|
+
id: string;
|
|
2897
|
+
orientation: "horizontal" | "vertical";
|
|
2898
|
+
indexRef: React.MutableRefObject<number>;
|
|
2899
|
+
nonInteractiveIds: string[];
|
|
2900
|
+
isVirtualized: boolean;
|
|
2901
|
+
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
2902
|
+
};
|
|
2903
|
+
events: {
|
|
2904
|
+
select(data: {
|
|
2905
|
+
id: string;
|
|
2906
|
+
}): void;
|
|
2907
|
+
selectAll(): void;
|
|
2908
|
+
unselectAll(): void;
|
|
2909
|
+
setSelectedIds(ids: string[] | "all"): void;
|
|
2910
|
+
remove(data: {
|
|
2911
|
+
id: string;
|
|
2912
|
+
nextId?: string | undefined;
|
|
2913
|
+
event?: Event | React.SyntheticEvent<Element, Event> | undefined;
|
|
2914
|
+
}): void;
|
|
2915
|
+
goTo(data: {
|
|
2916
|
+
id: string;
|
|
2917
|
+
}): void;
|
|
2918
|
+
goToNext(): void;
|
|
2919
|
+
goToPrevious(): void;
|
|
2920
|
+
goToPreviousRow(): void;
|
|
2921
|
+
goToNextRow(): void;
|
|
2922
|
+
goToFirst(): void;
|
|
2923
|
+
goToLast(): void;
|
|
2924
|
+
goToFirstOfRow(): void;
|
|
2925
|
+
goToLastOfRow(): void;
|
|
2926
|
+
goToNextPage(): void;
|
|
2927
|
+
goToPreviousPage(): void;
|
|
2928
|
+
registerItem(data: {
|
|
2929
|
+
id: string;
|
|
2930
|
+
textValue: string;
|
|
2931
|
+
}): void;
|
|
2932
|
+
unregisterItem(data: {
|
|
2933
|
+
id: string;
|
|
2934
|
+
}): void;
|
|
2935
|
+
updateItemHeight(data: {
|
|
2936
|
+
value: number;
|
|
2937
|
+
}): void;
|
|
2938
|
+
};
|
|
2939
|
+
selection: import("@workday/canvas-kit-react/collection").SelectionManager;
|
|
2940
|
+
navigation: import("@workday/canvas-kit-react/collection").NavigationManager;
|
|
2941
|
+
getId: (item: any) => string;
|
|
2942
|
+
getTextValue: (item: any) => string;
|
|
2943
|
+
UNSTABLE_parentModel: {
|
|
2944
|
+
state: {
|
|
2945
|
+
selectedIds: string[] | "all";
|
|
2946
|
+
unselectedIds: string[];
|
|
2947
|
+
cursorId: string | string[];
|
|
2948
|
+
columnCount: number;
|
|
2949
|
+
pageSizeRef: React.MutableRefObject<number>;
|
|
2950
|
+
cursorIndexRef: {
|
|
2951
|
+
readonly current: number;
|
|
2952
|
+
};
|
|
2953
|
+
UNSTABLE_virtual: {
|
|
2954
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
2955
|
+
totalSize: number;
|
|
2956
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
2957
|
+
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2958
|
+
measure: () => void;
|
|
2959
|
+
};
|
|
2960
|
+
UNSTABLE_defaultItemHeight: number;
|
|
2961
|
+
containerRef: React.RefObject<HTMLDivElement>;
|
|
2962
|
+
id: string;
|
|
2963
|
+
orientation: "horizontal" | "vertical";
|
|
2964
|
+
indexRef: React.MutableRefObject<number>;
|
|
2965
|
+
nonInteractiveIds: string[];
|
|
2966
|
+
isVirtualized: boolean;
|
|
2967
|
+
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
2968
|
+
};
|
|
2969
|
+
events: {
|
|
2970
|
+
select(data: {
|
|
2971
|
+
id: string;
|
|
2972
|
+
}): void;
|
|
2973
|
+
selectAll(): void;
|
|
2974
|
+
unselectAll(): void;
|
|
2975
|
+
setSelectedIds(ids: string[] | "all"): void;
|
|
2976
|
+
remove(data: {
|
|
2977
|
+
id: string;
|
|
2978
|
+
nextId?: string | undefined;
|
|
2979
|
+
event?: Event | React.SyntheticEvent<Element, Event> | undefined;
|
|
2980
|
+
}): void;
|
|
2981
|
+
goTo(data: {
|
|
2982
|
+
id: string;
|
|
2983
|
+
}): void;
|
|
2984
|
+
goToNext(): void;
|
|
2985
|
+
goToPrevious(): void;
|
|
2986
|
+
goToPreviousRow(): void;
|
|
2987
|
+
goToNextRow(): void;
|
|
2988
|
+
goToFirst(): void;
|
|
2989
|
+
goToLast(): void;
|
|
2990
|
+
goToFirstOfRow(): void;
|
|
2991
|
+
goToLastOfRow(): void;
|
|
2992
|
+
goToNextPage(): void;
|
|
2993
|
+
goToPreviousPage(): void;
|
|
2994
|
+
registerItem(data: {
|
|
2995
|
+
id: string;
|
|
2996
|
+
textValue: string;
|
|
2997
|
+
}): void;
|
|
2998
|
+
unregisterItem(data: {
|
|
2999
|
+
id: string;
|
|
3000
|
+
}): void;
|
|
3001
|
+
updateItemHeight(data: {
|
|
3002
|
+
value: number;
|
|
3003
|
+
}): void;
|
|
3004
|
+
};
|
|
3005
|
+
selection: import("@workday/canvas-kit-react/collection").SelectionManager;
|
|
3006
|
+
navigation: import("@workday/canvas-kit-react/collection").NavigationManager;
|
|
3007
|
+
getId: (item: any) => string;
|
|
3008
|
+
getTextValue: (item: any) => string;
|
|
3009
|
+
} | undefined;
|
|
3010
|
+
};
|
|
3011
|
+
selection: import("@workday/canvas-kit-react/collection").SelectionManager;
|
|
3012
|
+
navigation: import("@workday/canvas-kit-react/collection").NavigationManager;
|
|
3013
|
+
getId: (item: any) => string;
|
|
3014
|
+
getTextValue: (item: any) => string;
|
|
3015
|
+
}>;
|
|
3016
|
+
Card: import("@workday/canvas-kit-react/common").ElementComponentM<"div", import("./MultiSelectCard").MultiSelectCardProps, {
|
|
3017
|
+
state: {
|
|
3018
|
+
stackRef: React.RefObject<HTMLDivElement>;
|
|
3019
|
+
targetRef: React.RefObject<HTMLButtonElement>;
|
|
3020
|
+
initialFocusRef: React.RefObject<any> | undefined;
|
|
3021
|
+
returnFocusRef: React.RefObject<any> | undefined;
|
|
3022
|
+
placement: import("@popperjs/core").Placement;
|
|
3023
|
+
id: string;
|
|
3024
|
+
visibility: "hidden" | "visible";
|
|
3025
|
+
selectedIds: string[] | "all";
|
|
3026
|
+
unselectedIds: string[];
|
|
3027
|
+
cursorId: string | string[];
|
|
3028
|
+
columnCount: number;
|
|
3029
|
+
pageSizeRef: React.MutableRefObject<number>;
|
|
3030
|
+
cursorIndexRef: {
|
|
3031
|
+
readonly current: number;
|
|
3032
|
+
};
|
|
3033
|
+
UNSTABLE_virtual: {
|
|
3034
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
3035
|
+
totalSize: number;
|
|
3036
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
2226
3037
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2227
3038
|
measure: () => void;
|
|
2228
3039
|
};
|
|
@@ -2270,7 +3081,7 @@ export declare const MultiSelect: import("@workday/canvas-kit-react/common").Com
|
|
|
2270
3081
|
goToNextPage(): void;
|
|
2271
3082
|
goToPreviousPage(): void;
|
|
2272
3083
|
registerItem(data: {
|
|
2273
|
-
|
|
3084
|
+
id: string;
|
|
2274
3085
|
textValue: string;
|
|
2275
3086
|
}): void;
|
|
2276
3087
|
unregisterItem(data: {
|
|
@@ -2282,12 +3093,147 @@ export declare const MultiSelect: import("@workday/canvas-kit-react/common").Com
|
|
|
2282
3093
|
};
|
|
2283
3094
|
onFilterChange: (event: React.ChangeEvent<HTMLInputElement>) => void;
|
|
2284
3095
|
onChange: (event: React.ChangeEvent<HTMLInputElement>) => void;
|
|
2285
|
-
|
|
2286
|
-
|
|
3096
|
+
UNSTABLE_parentModel: {
|
|
3097
|
+
state: {
|
|
3098
|
+
selectedIds: string[] | "all";
|
|
3099
|
+
unselectedIds: string[];
|
|
3100
|
+
cursorId: string | string[];
|
|
3101
|
+
columnCount: number;
|
|
3102
|
+
pageSizeRef: React.MutableRefObject<number>;
|
|
3103
|
+
cursorIndexRef: {
|
|
3104
|
+
readonly current: number;
|
|
3105
|
+
};
|
|
3106
|
+
UNSTABLE_virtual: {
|
|
3107
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
3108
|
+
totalSize: number;
|
|
3109
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
3110
|
+
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3111
|
+
measure: () => void;
|
|
3112
|
+
};
|
|
3113
|
+
UNSTABLE_defaultItemHeight: number;
|
|
3114
|
+
containerRef: React.RefObject<HTMLDivElement>;
|
|
3115
|
+
id: string;
|
|
3116
|
+
orientation: "horizontal" | "vertical";
|
|
3117
|
+
indexRef: React.MutableRefObject<number>;
|
|
3118
|
+
nonInteractiveIds: string[];
|
|
3119
|
+
isVirtualized: boolean;
|
|
3120
|
+
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
3121
|
+
};
|
|
3122
|
+
events: {
|
|
3123
|
+
select(data: {
|
|
3124
|
+
id: string;
|
|
3125
|
+
}): void;
|
|
3126
|
+
selectAll(): void;
|
|
3127
|
+
unselectAll(): void;
|
|
3128
|
+
setSelectedIds(ids: string[] | "all"): void;
|
|
3129
|
+
remove(data: {
|
|
3130
|
+
id: string;
|
|
3131
|
+
nextId?: string | undefined;
|
|
3132
|
+
event?: Event | React.SyntheticEvent<Element, Event> | undefined;
|
|
3133
|
+
}): void;
|
|
3134
|
+
goTo(data: {
|
|
3135
|
+
id: string;
|
|
3136
|
+
}): void;
|
|
3137
|
+
goToNext(): void;
|
|
3138
|
+
goToPrevious(): void;
|
|
3139
|
+
goToPreviousRow(): void;
|
|
3140
|
+
goToNextRow(): void;
|
|
3141
|
+
goToFirst(): void;
|
|
3142
|
+
goToLast(): void;
|
|
3143
|
+
goToFirstOfRow(): void;
|
|
3144
|
+
goToLastOfRow(): void;
|
|
3145
|
+
goToNextPage(): void;
|
|
3146
|
+
goToPreviousPage(): void;
|
|
3147
|
+
registerItem(data: {
|
|
3148
|
+
id: string;
|
|
3149
|
+
textValue: string;
|
|
3150
|
+
}): void;
|
|
3151
|
+
unregisterItem(data: {
|
|
3152
|
+
id: string;
|
|
3153
|
+
}): void;
|
|
3154
|
+
updateItemHeight(data: {
|
|
3155
|
+
value: number;
|
|
3156
|
+
}): void;
|
|
3157
|
+
};
|
|
3158
|
+
selection: import("@workday/canvas-kit-react/collection").SelectionManager;
|
|
3159
|
+
navigation: import("@workday/canvas-kit-react/collection").NavigationManager;
|
|
3160
|
+
getId: (item: any) => string;
|
|
3161
|
+
getTextValue: (item: any) => string;
|
|
3162
|
+
UNSTABLE_parentModel: {
|
|
3163
|
+
state: {
|
|
3164
|
+
selectedIds: string[] | "all";
|
|
3165
|
+
unselectedIds: string[];
|
|
3166
|
+
cursorId: string | string[];
|
|
3167
|
+
columnCount: number;
|
|
3168
|
+
pageSizeRef: React.MutableRefObject<number>;
|
|
3169
|
+
cursorIndexRef: {
|
|
3170
|
+
readonly current: number;
|
|
3171
|
+
};
|
|
3172
|
+
UNSTABLE_virtual: {
|
|
3173
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
3174
|
+
totalSize: number;
|
|
3175
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
3176
|
+
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3177
|
+
measure: () => void;
|
|
3178
|
+
};
|
|
3179
|
+
UNSTABLE_defaultItemHeight: number;
|
|
3180
|
+
containerRef: React.RefObject<HTMLDivElement>;
|
|
3181
|
+
id: string;
|
|
3182
|
+
orientation: "horizontal" | "vertical";
|
|
3183
|
+
indexRef: React.MutableRefObject<number>;
|
|
3184
|
+
nonInteractiveIds: string[];
|
|
3185
|
+
isVirtualized: boolean;
|
|
3186
|
+
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
3187
|
+
};
|
|
3188
|
+
events: {
|
|
3189
|
+
select(data: {
|
|
3190
|
+
id: string;
|
|
3191
|
+
}): void;
|
|
3192
|
+
selectAll(): void;
|
|
3193
|
+
unselectAll(): void;
|
|
3194
|
+
setSelectedIds(ids: string[] | "all"): void;
|
|
3195
|
+
remove(data: {
|
|
3196
|
+
id: string;
|
|
3197
|
+
nextId?: string | undefined;
|
|
3198
|
+
event?: Event | React.SyntheticEvent<Element, Event> | undefined;
|
|
3199
|
+
}): void;
|
|
3200
|
+
goTo(data: {
|
|
3201
|
+
id: string;
|
|
3202
|
+
}): void;
|
|
3203
|
+
goToNext(): void;
|
|
3204
|
+
goToPrevious(): void;
|
|
3205
|
+
goToPreviousRow(): void;
|
|
3206
|
+
goToNextRow(): void;
|
|
3207
|
+
goToFirst(): void;
|
|
3208
|
+
goToLast(): void;
|
|
3209
|
+
goToFirstOfRow(): void;
|
|
3210
|
+
goToLastOfRow(): void;
|
|
3211
|
+
goToNextPage(): void;
|
|
3212
|
+
goToPreviousPage(): void;
|
|
3213
|
+
registerItem(data: {
|
|
3214
|
+
id: string;
|
|
3215
|
+
textValue: string;
|
|
3216
|
+
}): void;
|
|
3217
|
+
unregisterItem(data: {
|
|
3218
|
+
id: string;
|
|
3219
|
+
}): void;
|
|
3220
|
+
updateItemHeight(data: {
|
|
3221
|
+
value: number;
|
|
3222
|
+
}): void;
|
|
3223
|
+
};
|
|
3224
|
+
selection: import("@workday/canvas-kit-react/collection").SelectionManager;
|
|
3225
|
+
navigation: import("@workday/canvas-kit-react/collection").NavigationManager;
|
|
3226
|
+
getId: (item: any) => string;
|
|
3227
|
+
getTextValue: (item: any) => string;
|
|
3228
|
+
} | undefined;
|
|
3229
|
+
};
|
|
3230
|
+
selection: import("@workday/canvas-kit-react/collection").SelectionManager;
|
|
3231
|
+
navigation: import("@workday/canvas-kit-react/collection").NavigationManager;
|
|
2287
3232
|
getId: (item: any) => string;
|
|
3233
|
+
getTextValue: (item: any) => string;
|
|
2288
3234
|
selected: {
|
|
2289
3235
|
state: {
|
|
2290
|
-
cursorId: string;
|
|
3236
|
+
cursorId: string | string[];
|
|
2291
3237
|
selectedIds: string[] | "all";
|
|
2292
3238
|
unselectedIds: string[];
|
|
2293
3239
|
columnCount: number;
|
|
@@ -2296,9 +3242,9 @@ export declare const MultiSelect: import("@workday/canvas-kit-react/common").Com
|
|
|
2296
3242
|
readonly current: number;
|
|
2297
3243
|
};
|
|
2298
3244
|
UNSTABLE_virtual: {
|
|
2299
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
3245
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
2300
3246
|
totalSize: number;
|
|
2301
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
3247
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
2302
3248
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2303
3249
|
measure: () => void;
|
|
2304
3250
|
};
|
|
@@ -2337,7 +3283,7 @@ export declare const MultiSelect: import("@workday/canvas-kit-react/common").Com
|
|
|
2337
3283
|
goToNextPage(): void;
|
|
2338
3284
|
goToPreviousPage(): void;
|
|
2339
3285
|
registerItem(data: {
|
|
2340
|
-
|
|
3286
|
+
id: string;
|
|
2341
3287
|
textValue: string;
|
|
2342
3288
|
}): void;
|
|
2343
3289
|
unregisterItem(data: {
|
|
@@ -2347,9 +3293,77 @@ export declare const MultiSelect: import("@workday/canvas-kit-react/common").Com
|
|
|
2347
3293
|
value: number;
|
|
2348
3294
|
}): void;
|
|
2349
3295
|
};
|
|
2350
|
-
selection: import("@workday/canvas-kit-react/collection
|
|
2351
|
-
navigation: import("@workday/canvas-kit-react/collection
|
|
3296
|
+
selection: import("@workday/canvas-kit-react/collection").SelectionManager;
|
|
3297
|
+
navigation: import("@workday/canvas-kit-react/collection").NavigationManager;
|
|
2352
3298
|
getId: (item: any) => string;
|
|
3299
|
+
getTextValue: (item: any) => string;
|
|
3300
|
+
UNSTABLE_parentModel: {
|
|
3301
|
+
state: {
|
|
3302
|
+
selectedIds: string[] | "all";
|
|
3303
|
+
unselectedIds: string[];
|
|
3304
|
+
cursorId: string | string[];
|
|
3305
|
+
columnCount: number;
|
|
3306
|
+
pageSizeRef: React.MutableRefObject<number>;
|
|
3307
|
+
cursorIndexRef: {
|
|
3308
|
+
readonly current: number;
|
|
3309
|
+
};
|
|
3310
|
+
UNSTABLE_virtual: {
|
|
3311
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
3312
|
+
totalSize: number;
|
|
3313
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
3314
|
+
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3315
|
+
measure: () => void;
|
|
3316
|
+
};
|
|
3317
|
+
UNSTABLE_defaultItemHeight: number;
|
|
3318
|
+
containerRef: React.RefObject<HTMLDivElement>;
|
|
3319
|
+
id: string;
|
|
3320
|
+
orientation: "horizontal" | "vertical";
|
|
3321
|
+
indexRef: React.MutableRefObject<number>;
|
|
3322
|
+
nonInteractiveIds: string[];
|
|
3323
|
+
isVirtualized: boolean;
|
|
3324
|
+
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
3325
|
+
};
|
|
3326
|
+
events: {
|
|
3327
|
+
select(data: {
|
|
3328
|
+
id: string;
|
|
3329
|
+
}): void;
|
|
3330
|
+
selectAll(): void;
|
|
3331
|
+
unselectAll(): void;
|
|
3332
|
+
setSelectedIds(ids: string[] | "all"): void;
|
|
3333
|
+
remove(data: {
|
|
3334
|
+
id: string;
|
|
3335
|
+
nextId?: string | undefined;
|
|
3336
|
+
event?: Event | React.SyntheticEvent<Element, Event> | undefined;
|
|
3337
|
+
}): void;
|
|
3338
|
+
goTo(data: {
|
|
3339
|
+
id: string;
|
|
3340
|
+
}): void;
|
|
3341
|
+
goToNext(): void;
|
|
3342
|
+
goToPrevious(): void;
|
|
3343
|
+
goToPreviousRow(): void;
|
|
3344
|
+
goToNextRow(): void;
|
|
3345
|
+
goToFirst(): void;
|
|
3346
|
+
goToLast(): void;
|
|
3347
|
+
goToFirstOfRow(): void;
|
|
3348
|
+
goToLastOfRow(): void;
|
|
3349
|
+
goToNextPage(): void;
|
|
3350
|
+
goToPreviousPage(): void;
|
|
3351
|
+
registerItem(data: {
|
|
3352
|
+
id: string;
|
|
3353
|
+
textValue: string;
|
|
3354
|
+
}): void;
|
|
3355
|
+
unregisterItem(data: {
|
|
3356
|
+
id: string;
|
|
3357
|
+
}): void;
|
|
3358
|
+
updateItemHeight(data: {
|
|
3359
|
+
value: number;
|
|
3360
|
+
}): void;
|
|
3361
|
+
};
|
|
3362
|
+
selection: import("@workday/canvas-kit-react/collection").SelectionManager;
|
|
3363
|
+
navigation: import("@workday/canvas-kit-react/collection").NavigationManager;
|
|
3364
|
+
getId: (item: any) => string;
|
|
3365
|
+
getTextValue: (item: any) => string;
|
|
3366
|
+
} | undefined;
|
|
2353
3367
|
};
|
|
2354
3368
|
}>;
|
|
2355
3369
|
List: import("@workday/canvas-kit-react/common").ElementComponentM<"ul", import("@workday/canvas-kit-react/combobox/lib/ComboboxMenuList").ComboboxMenuListProps<any>, {
|
|
@@ -2363,16 +3377,16 @@ export declare const MultiSelect: import("@workday/canvas-kit-react/common").Com
|
|
|
2363
3377
|
visibility: "hidden" | "visible";
|
|
2364
3378
|
selectedIds: string[] | "all";
|
|
2365
3379
|
unselectedIds: string[];
|
|
2366
|
-
cursorId: string;
|
|
3380
|
+
cursorId: string | string[];
|
|
2367
3381
|
columnCount: number;
|
|
2368
3382
|
pageSizeRef: React.MutableRefObject<number>;
|
|
2369
3383
|
cursorIndexRef: {
|
|
2370
3384
|
readonly current: number;
|
|
2371
3385
|
};
|
|
2372
3386
|
UNSTABLE_virtual: {
|
|
2373
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
3387
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
2374
3388
|
totalSize: number;
|
|
2375
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
3389
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
2376
3390
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2377
3391
|
measure: () => void;
|
|
2378
3392
|
};
|
|
@@ -2420,7 +3434,7 @@ export declare const MultiSelect: import("@workday/canvas-kit-react/common").Com
|
|
|
2420
3434
|
goToNextPage(): void;
|
|
2421
3435
|
goToPreviousPage(): void;
|
|
2422
3436
|
registerItem(data: {
|
|
2423
|
-
|
|
3437
|
+
id: string;
|
|
2424
3438
|
textValue: string;
|
|
2425
3439
|
}): void;
|
|
2426
3440
|
unregisterItem(data: {
|
|
@@ -2432,11 +3446,146 @@ export declare const MultiSelect: import("@workday/canvas-kit-react/common").Com
|
|
|
2432
3446
|
};
|
|
2433
3447
|
onFilterChange: (event: React.ChangeEvent<HTMLInputElement>) => void;
|
|
2434
3448
|
onChange: (event: React.ChangeEvent<HTMLInputElement>) => void;
|
|
2435
|
-
|
|
2436
|
-
|
|
3449
|
+
UNSTABLE_parentModel: {
|
|
3450
|
+
state: {
|
|
3451
|
+
selectedIds: string[] | "all";
|
|
3452
|
+
unselectedIds: string[];
|
|
3453
|
+
cursorId: string | string[];
|
|
3454
|
+
columnCount: number;
|
|
3455
|
+
pageSizeRef: React.MutableRefObject<number>;
|
|
3456
|
+
cursorIndexRef: {
|
|
3457
|
+
readonly current: number;
|
|
3458
|
+
};
|
|
3459
|
+
UNSTABLE_virtual: {
|
|
3460
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
3461
|
+
totalSize: number;
|
|
3462
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
3463
|
+
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3464
|
+
measure: () => void;
|
|
3465
|
+
};
|
|
3466
|
+
UNSTABLE_defaultItemHeight: number;
|
|
3467
|
+
containerRef: React.RefObject<HTMLDivElement>;
|
|
3468
|
+
id: string;
|
|
3469
|
+
orientation: "horizontal" | "vertical";
|
|
3470
|
+
indexRef: React.MutableRefObject<number>;
|
|
3471
|
+
nonInteractiveIds: string[];
|
|
3472
|
+
isVirtualized: boolean;
|
|
3473
|
+
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
3474
|
+
};
|
|
3475
|
+
events: {
|
|
3476
|
+
select(data: {
|
|
3477
|
+
id: string;
|
|
3478
|
+
}): void;
|
|
3479
|
+
selectAll(): void;
|
|
3480
|
+
unselectAll(): void;
|
|
3481
|
+
setSelectedIds(ids: string[] | "all"): void;
|
|
3482
|
+
remove(data: {
|
|
3483
|
+
id: string;
|
|
3484
|
+
nextId?: string | undefined;
|
|
3485
|
+
event?: Event | React.SyntheticEvent<Element, Event> | undefined;
|
|
3486
|
+
}): void;
|
|
3487
|
+
goTo(data: {
|
|
3488
|
+
id: string;
|
|
3489
|
+
}): void;
|
|
3490
|
+
goToNext(): void;
|
|
3491
|
+
goToPrevious(): void;
|
|
3492
|
+
goToPreviousRow(): void;
|
|
3493
|
+
goToNextRow(): void;
|
|
3494
|
+
goToFirst(): void;
|
|
3495
|
+
goToLast(): void;
|
|
3496
|
+
goToFirstOfRow(): void;
|
|
3497
|
+
goToLastOfRow(): void;
|
|
3498
|
+
goToNextPage(): void;
|
|
3499
|
+
goToPreviousPage(): void;
|
|
3500
|
+
registerItem(data: {
|
|
3501
|
+
id: string;
|
|
3502
|
+
textValue: string;
|
|
3503
|
+
}): void;
|
|
3504
|
+
unregisterItem(data: {
|
|
3505
|
+
id: string;
|
|
3506
|
+
}): void;
|
|
3507
|
+
updateItemHeight(data: {
|
|
3508
|
+
value: number;
|
|
3509
|
+
}): void;
|
|
3510
|
+
};
|
|
3511
|
+
selection: import("@workday/canvas-kit-react/collection").SelectionManager;
|
|
3512
|
+
navigation: import("@workday/canvas-kit-react/collection").NavigationManager;
|
|
3513
|
+
getId: (item: any) => string;
|
|
3514
|
+
getTextValue: (item: any) => string;
|
|
3515
|
+
UNSTABLE_parentModel: {
|
|
3516
|
+
state: {
|
|
3517
|
+
selectedIds: string[] | "all";
|
|
3518
|
+
unselectedIds: string[];
|
|
3519
|
+
cursorId: string | string[];
|
|
3520
|
+
columnCount: number;
|
|
3521
|
+
pageSizeRef: React.MutableRefObject<number>;
|
|
3522
|
+
cursorIndexRef: {
|
|
3523
|
+
readonly current: number;
|
|
3524
|
+
};
|
|
3525
|
+
UNSTABLE_virtual: {
|
|
3526
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
3527
|
+
totalSize: number;
|
|
3528
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
3529
|
+
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3530
|
+
measure: () => void;
|
|
3531
|
+
};
|
|
3532
|
+
UNSTABLE_defaultItemHeight: number;
|
|
3533
|
+
containerRef: React.RefObject<HTMLDivElement>;
|
|
3534
|
+
id: string;
|
|
3535
|
+
orientation: "horizontal" | "vertical";
|
|
3536
|
+
indexRef: React.MutableRefObject<number>;
|
|
3537
|
+
nonInteractiveIds: string[];
|
|
3538
|
+
isVirtualized: boolean;
|
|
3539
|
+
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
3540
|
+
};
|
|
3541
|
+
events: {
|
|
3542
|
+
select(data: {
|
|
3543
|
+
id: string;
|
|
3544
|
+
}): void;
|
|
3545
|
+
selectAll(): void;
|
|
3546
|
+
unselectAll(): void;
|
|
3547
|
+
setSelectedIds(ids: string[] | "all"): void;
|
|
3548
|
+
remove(data: {
|
|
3549
|
+
id: string;
|
|
3550
|
+
nextId?: string | undefined;
|
|
3551
|
+
event?: Event | React.SyntheticEvent<Element, Event> | undefined;
|
|
3552
|
+
}): void;
|
|
3553
|
+
goTo(data: {
|
|
3554
|
+
id: string;
|
|
3555
|
+
}): void;
|
|
3556
|
+
goToNext(): void;
|
|
3557
|
+
goToPrevious(): void;
|
|
3558
|
+
goToPreviousRow(): void;
|
|
3559
|
+
goToNextRow(): void;
|
|
3560
|
+
goToFirst(): void;
|
|
3561
|
+
goToLast(): void;
|
|
3562
|
+
goToFirstOfRow(): void;
|
|
3563
|
+
goToLastOfRow(): void;
|
|
3564
|
+
goToNextPage(): void;
|
|
3565
|
+
goToPreviousPage(): void;
|
|
3566
|
+
registerItem(data: {
|
|
3567
|
+
id: string;
|
|
3568
|
+
textValue: string;
|
|
3569
|
+
}): void;
|
|
3570
|
+
unregisterItem(data: {
|
|
3571
|
+
id: string;
|
|
3572
|
+
}): void;
|
|
3573
|
+
updateItemHeight(data: {
|
|
3574
|
+
value: number;
|
|
3575
|
+
}): void;
|
|
3576
|
+
};
|
|
3577
|
+
selection: import("@workday/canvas-kit-react/collection").SelectionManager;
|
|
3578
|
+
navigation: import("@workday/canvas-kit-react/collection").NavigationManager;
|
|
3579
|
+
getId: (item: any) => string;
|
|
3580
|
+
getTextValue: (item: any) => string;
|
|
3581
|
+
} | undefined;
|
|
3582
|
+
};
|
|
3583
|
+
selection: import("@workday/canvas-kit-react/collection").SelectionManager;
|
|
3584
|
+
navigation: import("@workday/canvas-kit-react/collection").NavigationManager;
|
|
2437
3585
|
getId: (item: any) => string;
|
|
3586
|
+
getTextValue: (item: any) => string;
|
|
2438
3587
|
}>;
|
|
2439
|
-
Item: import("@workday/canvas-kit-react/common").ElementComponentM<"li", import("@workday/canvas-kit-react/menu/lib/
|
|
3588
|
+
Item: import("@workday/canvas-kit-react/common").ElementComponentM<"li", import("@workday/canvas-kit-react/menu/lib/MenuItem").MenuItemProps, {
|
|
2440
3589
|
state: {
|
|
2441
3590
|
stackRef: React.RefObject<HTMLDivElement>;
|
|
2442
3591
|
targetRef: React.RefObject<HTMLButtonElement>;
|
|
@@ -2447,16 +3596,16 @@ export declare const MultiSelect: import("@workday/canvas-kit-react/common").Com
|
|
|
2447
3596
|
visibility: "hidden" | "visible";
|
|
2448
3597
|
selectedIds: string[] | "all";
|
|
2449
3598
|
unselectedIds: string[];
|
|
2450
|
-
cursorId: string;
|
|
3599
|
+
cursorId: string | string[];
|
|
2451
3600
|
columnCount: number;
|
|
2452
3601
|
pageSizeRef: React.MutableRefObject<number>;
|
|
2453
3602
|
cursorIndexRef: {
|
|
2454
3603
|
readonly current: number;
|
|
2455
3604
|
};
|
|
2456
3605
|
UNSTABLE_virtual: {
|
|
2457
|
-
virtualItems: import("@workday/canvas-kit-react/collection
|
|
3606
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
2458
3607
|
totalSize: number;
|
|
2459
|
-
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection
|
|
3608
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
2460
3609
|
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2461
3610
|
measure: () => void;
|
|
2462
3611
|
};
|
|
@@ -2500,7 +3649,7 @@ export declare const MultiSelect: import("@workday/canvas-kit-react/common").Com
|
|
|
2500
3649
|
goToNextPage(): void;
|
|
2501
3650
|
goToPreviousPage(): void;
|
|
2502
3651
|
registerItem(data: {
|
|
2503
|
-
|
|
3652
|
+
id: string;
|
|
2504
3653
|
textValue: string;
|
|
2505
3654
|
}): void;
|
|
2506
3655
|
unregisterItem(data: {
|
|
@@ -2510,14 +3659,147 @@ export declare const MultiSelect: import("@workday/canvas-kit-react/common").Com
|
|
|
2510
3659
|
value: number;
|
|
2511
3660
|
}): void;
|
|
2512
3661
|
};
|
|
2513
|
-
|
|
2514
|
-
|
|
3662
|
+
UNSTABLE_parentModel: {
|
|
3663
|
+
state: {
|
|
3664
|
+
selectedIds: string[] | "all";
|
|
3665
|
+
unselectedIds: string[];
|
|
3666
|
+
cursorId: string | string[];
|
|
3667
|
+
columnCount: number;
|
|
3668
|
+
pageSizeRef: React.MutableRefObject<number>;
|
|
3669
|
+
cursorIndexRef: {
|
|
3670
|
+
readonly current: number;
|
|
3671
|
+
};
|
|
3672
|
+
UNSTABLE_virtual: {
|
|
3673
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
3674
|
+
totalSize: number;
|
|
3675
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
3676
|
+
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3677
|
+
measure: () => void;
|
|
3678
|
+
};
|
|
3679
|
+
UNSTABLE_defaultItemHeight: number;
|
|
3680
|
+
containerRef: React.RefObject<HTMLDivElement>;
|
|
3681
|
+
id: string;
|
|
3682
|
+
orientation: "horizontal" | "vertical";
|
|
3683
|
+
indexRef: React.MutableRefObject<number>;
|
|
3684
|
+
nonInteractiveIds: string[];
|
|
3685
|
+
isVirtualized: boolean;
|
|
3686
|
+
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
3687
|
+
};
|
|
3688
|
+
events: {
|
|
3689
|
+
select(data: {
|
|
3690
|
+
id: string;
|
|
3691
|
+
}): void;
|
|
3692
|
+
selectAll(): void;
|
|
3693
|
+
unselectAll(): void;
|
|
3694
|
+
setSelectedIds(ids: string[] | "all"): void;
|
|
3695
|
+
remove(data: {
|
|
3696
|
+
id: string;
|
|
3697
|
+
nextId?: string | undefined;
|
|
3698
|
+
event?: Event | React.SyntheticEvent<Element, Event> | undefined;
|
|
3699
|
+
}): void;
|
|
3700
|
+
goTo(data: {
|
|
3701
|
+
id: string;
|
|
3702
|
+
}): void;
|
|
3703
|
+
goToNext(): void;
|
|
3704
|
+
goToPrevious(): void;
|
|
3705
|
+
goToPreviousRow(): void;
|
|
3706
|
+
goToNextRow(): void;
|
|
3707
|
+
goToFirst(): void;
|
|
3708
|
+
goToLast(): void;
|
|
3709
|
+
goToFirstOfRow(): void;
|
|
3710
|
+
goToLastOfRow(): void;
|
|
3711
|
+
goToNextPage(): void;
|
|
3712
|
+
goToPreviousPage(): void;
|
|
3713
|
+
registerItem(data: {
|
|
3714
|
+
id: string;
|
|
3715
|
+
textValue: string;
|
|
3716
|
+
}): void;
|
|
3717
|
+
unregisterItem(data: {
|
|
3718
|
+
id: string;
|
|
3719
|
+
}): void;
|
|
3720
|
+
updateItemHeight(data: {
|
|
3721
|
+
value: number;
|
|
3722
|
+
}): void;
|
|
3723
|
+
};
|
|
3724
|
+
selection: import("@workday/canvas-kit-react/collection").SelectionManager;
|
|
3725
|
+
navigation: import("@workday/canvas-kit-react/collection").NavigationManager;
|
|
3726
|
+
getId: (item: any) => string;
|
|
3727
|
+
getTextValue: (item: any) => string;
|
|
3728
|
+
UNSTABLE_parentModel: {
|
|
3729
|
+
state: {
|
|
3730
|
+
selectedIds: string[] | "all";
|
|
3731
|
+
unselectedIds: string[];
|
|
3732
|
+
cursorId: string | string[];
|
|
3733
|
+
columnCount: number;
|
|
3734
|
+
pageSizeRef: React.MutableRefObject<number>;
|
|
3735
|
+
cursorIndexRef: {
|
|
3736
|
+
readonly current: number;
|
|
3737
|
+
};
|
|
3738
|
+
UNSTABLE_virtual: {
|
|
3739
|
+
virtualItems: import("@workday/canvas-kit-react/collection").VirtualItem[];
|
|
3740
|
+
totalSize: number;
|
|
3741
|
+
scrollToOffset: (index: number, options?: import("@workday/canvas-kit-react/collection").ScrollToOffsetOptions | undefined) => void;
|
|
3742
|
+
scrollToIndex: (index: number, options?: import("@workday/canvas-kit-react/collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3743
|
+
measure: () => void;
|
|
3744
|
+
};
|
|
3745
|
+
UNSTABLE_defaultItemHeight: number;
|
|
3746
|
+
containerRef: React.RefObject<HTMLDivElement>;
|
|
3747
|
+
id: string;
|
|
3748
|
+
orientation: "horizontal" | "vertical";
|
|
3749
|
+
indexRef: React.MutableRefObject<number>;
|
|
3750
|
+
nonInteractiveIds: string[];
|
|
3751
|
+
isVirtualized: boolean;
|
|
3752
|
+
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
3753
|
+
};
|
|
3754
|
+
events: {
|
|
3755
|
+
select(data: {
|
|
3756
|
+
id: string;
|
|
3757
|
+
}): void;
|
|
3758
|
+
selectAll(): void;
|
|
3759
|
+
unselectAll(): void;
|
|
3760
|
+
setSelectedIds(ids: string[] | "all"): void;
|
|
3761
|
+
remove(data: {
|
|
3762
|
+
id: string;
|
|
3763
|
+
nextId?: string | undefined;
|
|
3764
|
+
event?: Event | React.SyntheticEvent<Element, Event> | undefined;
|
|
3765
|
+
}): void;
|
|
3766
|
+
goTo(data: {
|
|
3767
|
+
id: string;
|
|
3768
|
+
}): void;
|
|
3769
|
+
goToNext(): void;
|
|
3770
|
+
goToPrevious(): void;
|
|
3771
|
+
goToPreviousRow(): void;
|
|
3772
|
+
goToNextRow(): void;
|
|
3773
|
+
goToFirst(): void;
|
|
3774
|
+
goToLast(): void;
|
|
3775
|
+
goToFirstOfRow(): void;
|
|
3776
|
+
goToLastOfRow(): void;
|
|
3777
|
+
goToNextPage(): void;
|
|
3778
|
+
goToPreviousPage(): void;
|
|
3779
|
+
registerItem(data: {
|
|
3780
|
+
id: string;
|
|
3781
|
+
textValue: string;
|
|
3782
|
+
}): void;
|
|
3783
|
+
unregisterItem(data: {
|
|
3784
|
+
id: string;
|
|
3785
|
+
}): void;
|
|
3786
|
+
updateItemHeight(data: {
|
|
3787
|
+
value: number;
|
|
3788
|
+
}): void;
|
|
3789
|
+
};
|
|
3790
|
+
selection: import("@workday/canvas-kit-react/collection").SelectionManager;
|
|
3791
|
+
navigation: import("@workday/canvas-kit-react/collection").NavigationManager;
|
|
3792
|
+
getId: (item: any) => string;
|
|
3793
|
+
getTextValue: (item: any) => string;
|
|
3794
|
+
} | undefined;
|
|
3795
|
+
};
|
|
3796
|
+
selection: import("@workday/canvas-kit-react/collection").SelectionManager;
|
|
3797
|
+
navigation: import("@workday/canvas-kit-react/collection").NavigationManager;
|
|
2515
3798
|
getId: (item: any) => string;
|
|
3799
|
+
getTextValue: (item: any) => string;
|
|
2516
3800
|
}> & {
|
|
2517
|
-
Icon: (elemProps: import("@workday/canvas-kit-react/icon").SystemIconProps) =>
|
|
2518
|
-
Text: (
|
|
2519
|
-
children?: React.ReactNode;
|
|
2520
|
-
}) => React.JSX.Element;
|
|
3801
|
+
Icon: (elemProps: import("@workday/canvas-kit-react/icon").SystemIconProps) => import("react/jsx-runtime").JSX.Element;
|
|
3802
|
+
Text: import("@workday/canvas-kit-react/common").ElementComponent<"span", unknown>;
|
|
2521
3803
|
};
|
|
2522
3804
|
};
|
|
2523
3805
|
//# sourceMappingURL=MultiSelect.d.ts.map
|