@workday/canvas-kit-react 12.0.0-alpha.862-next.0 → 12.0.0-alpha.898-next.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/avatar/lib/Avatar.tsx +78 -33
- package/breadcrumbs/lib/BreadcrumbsItem.tsx +2 -27
- package/breadcrumbs/lib/BreadcrumbsOverflowButton.tsx +1 -1
- package/button/lib/BaseButton.tsx +1 -1
- package/button/lib/types.ts +11 -0
- package/checkbox/lib/CheckboxInput.tsx +2 -2
- package/collection/lib/ListBox.tsx +27 -9
- package/collection/lib/useListRenderItem.tsx +3 -3
- package/collection/lib/useOverflowListItemMeasure.tsx +2 -0
- package/combobox/lib/ComboboxMenuItem.tsx +2 -1
- package/common/lib/AccessibleHide.tsx +1 -1
- package/common/lib/theming/getObjectProxy.ts +2 -1
- package/common/lib/theming/useTheme.ts +1 -1
- package/common/lib/utils/components.ts +1 -1
- package/common/lib/utils/deepMerge.ts +1 -1
- package/common/lib/utils/models.ts +13 -5
- package/dist/commonjs/action-bar/index.js +5 -1
- package/dist/commonjs/action-bar/lib/ActionBar.d.ts +1 -1
- package/dist/commonjs/action-bar/lib/ActionBar.js +6 -2
- package/dist/commonjs/action-bar/lib/ActionBarItem.d.ts +1 -0
- package/dist/commonjs/action-bar/lib/ActionBarItem.d.ts.map +1 -1
- package/dist/commonjs/action-bar/lib/ActionBarItem.js +8 -4
- package/dist/commonjs/action-bar/lib/ActionBarList.js +10 -6
- package/dist/commonjs/action-bar/lib/ActionBarOverflowButton.js +10 -6
- package/dist/commonjs/action-bar/lib/useActionBarModel.js +3 -3
- package/dist/commonjs/avatar/index.js +5 -1
- package/dist/commonjs/avatar/lib/Avatar.d.ts +44 -26
- package/dist/commonjs/avatar/lib/Avatar.d.ts.map +1 -1
- package/dist/commonjs/avatar/lib/Avatar.js +72 -37
- package/dist/commonjs/badge/lib/CountBadge.js +11 -7
- package/dist/commonjs/banner/index.js +5 -1
- package/dist/commonjs/banner/lib/Banner.js +5 -5
- package/dist/commonjs/banner/lib/BannerActionText.js +8 -4
- package/dist/commonjs/banner/lib/BannerIcon.js +3 -3
- package/dist/commonjs/banner/lib/BannerLabel.js +7 -3
- package/dist/commonjs/banner/lib/hooks/index.js +5 -1
- package/dist/commonjs/banner/lib/hooks/useBannerActionText.js +1 -1
- package/dist/commonjs/banner/lib/hooks/useBannerIcon.js +2 -2
- package/dist/commonjs/banner/lib/hooks/useBannerLabel.js +1 -1
- package/dist/commonjs/banner/lib/hooks/useBannerModel.js +2 -2
- package/dist/commonjs/banner/lib/hooks/useThemedPalette.d.ts +1 -1
- package/dist/commonjs/banner/lib/hooks/useThemedPalette.d.ts.map +1 -1
- package/dist/commonjs/banner/lib/hooks/useThemedPalette.js +2 -2
- package/dist/commonjs/breadcrumbs/index.js +5 -1
- package/dist/commonjs/breadcrumbs/lib/Breadcrumbs.d.ts +1 -1
- package/dist/commonjs/breadcrumbs/lib/Breadcrumbs.js +7 -3
- package/dist/commonjs/breadcrumbs/lib/BreadcrumbsCurrentItem.d.ts +1 -0
- package/dist/commonjs/breadcrumbs/lib/BreadcrumbsCurrentItem.d.ts.map +1 -1
- package/dist/commonjs/breadcrumbs/lib/BreadcrumbsCurrentItem.js +5 -5
- package/dist/commonjs/breadcrumbs/lib/BreadcrumbsItem.d.ts +0 -2
- package/dist/commonjs/breadcrumbs/lib/BreadcrumbsItem.d.ts.map +1 -1
- package/dist/commonjs/breadcrumbs/lib/BreadcrumbsItem.js +9 -12
- package/dist/commonjs/breadcrumbs/lib/BreadcrumbsLink.js +4 -4
- package/dist/commonjs/breadcrumbs/lib/BreadcrumbsList.js +8 -4
- package/dist/commonjs/breadcrumbs/lib/BreadcrumbsMenu.d.ts +1 -1
- package/dist/commonjs/breadcrumbs/lib/BreadcrumbsMenu.js +9 -5
- package/dist/commonjs/breadcrumbs/lib/BreadcrumbsOverflowButton.js +11 -7
- package/dist/commonjs/breadcrumbs/lib/hooks/useBreadcrumbsModel.js +4 -4
- package/dist/commonjs/button/index.js +5 -1
- package/dist/commonjs/button/lib/BaseButton.js +41 -37
- package/dist/commonjs/button/lib/Button.js +7 -3
- package/dist/commonjs/button/lib/DeleteButton.js +9 -5
- package/dist/commonjs/button/lib/ExternalHyperlink.js +5 -5
- package/dist/commonjs/button/lib/Hyperlink.js +8 -4
- package/dist/commonjs/button/lib/PrimaryButton.js +10 -6
- package/dist/commonjs/button/lib/SecondaryButton.js +10 -6
- package/dist/commonjs/button/lib/TertiaryButton.js +31 -27
- package/dist/commonjs/button/lib/ToolbarDropdownButton.js +5 -5
- package/dist/commonjs/button/lib/ToolbarIconButton.js +10 -6
- package/dist/commonjs/button/lib/deprecated_Button.js +11 -7
- package/dist/commonjs/button/lib/parts/ButtonLabel.js +3 -3
- package/dist/commonjs/button/lib/parts/ButtonLabelIcon.js +2 -2
- package/dist/commonjs/button/lib/types.d.ts +13 -2
- package/dist/commonjs/button/lib/types.d.ts.map +1 -1
- package/dist/commonjs/card/lib/Card.js +9 -5
- package/dist/commonjs/card/lib/CardBody.js +9 -5
- package/dist/commonjs/card/lib/CardHeading.js +9 -5
- package/dist/commonjs/checkbox/index.js +5 -1
- package/dist/commonjs/checkbox/lib/CheckBackground.d.ts +1 -1
- package/dist/commonjs/checkbox/lib/CheckBackground.js +11 -7
- package/dist/commonjs/checkbox/lib/Checkbox.js +9 -5
- package/dist/commonjs/checkbox/lib/CheckboxCheck.js +14 -10
- package/dist/commonjs/checkbox/lib/CheckboxContainer.js +9 -5
- package/dist/commonjs/checkbox/lib/CheckboxInput.js +15 -11
- package/dist/commonjs/checkbox/lib/CheckboxRipple.js +9 -5
- package/dist/commonjs/collection/index.js +5 -1
- package/dist/commonjs/collection/lib/ListBox.d.ts +22 -5
- package/dist/commonjs/collection/lib/ListBox.d.ts.map +1 -1
- package/dist/commonjs/collection/lib/ListBox.js +20 -20
- package/dist/commonjs/collection/lib/react-virtual.d.ts +5 -5
- package/dist/commonjs/collection/lib/react-virtual.d.ts.map +1 -1
- package/dist/commonjs/collection/lib/useBaseListModel.d.ts +1 -1
- package/dist/commonjs/collection/lib/useBaseListModel.d.ts.map +1 -1
- package/dist/commonjs/collection/lib/useBaseListModel.js +3 -3
- package/dist/commonjs/collection/lib/useCursorListModel.d.ts +2 -2
- package/dist/commonjs/collection/lib/useCursorListModel.d.ts.map +1 -1
- package/dist/commonjs/collection/lib/useCursorListModel.js +21 -21
- package/dist/commonjs/collection/lib/useGridModel.js +2 -2
- package/dist/commonjs/collection/lib/useListActiveDescendant.js +2 -2
- package/dist/commonjs/collection/lib/useListItemAllowChildStrings.js +1 -1
- package/dist/commonjs/collection/lib/useListItemRegister.js +4 -4
- package/dist/commonjs/collection/lib/useListItemRovingFocus.js +3 -3
- package/dist/commonjs/collection/lib/useListItemSelect.js +1 -1
- package/dist/commonjs/collection/lib/useListKeyboardHandler.js +3 -3
- package/dist/commonjs/collection/lib/useListModel.d.ts +2 -2
- package/dist/commonjs/collection/lib/useListModel.d.ts.map +1 -1
- package/dist/commonjs/collection/lib/useListModel.js +1 -1
- package/dist/commonjs/collection/lib/useListRenderItem.js +1 -1
- package/dist/commonjs/collection/lib/useListResetCursorOnBlur.js +1 -1
- package/dist/commonjs/collection/lib/useOverflowListItemMeasure.d.ts +1 -0
- package/dist/commonjs/collection/lib/useOverflowListItemMeasure.d.ts.map +1 -1
- package/dist/commonjs/collection/lib/useOverflowListItemMeasure.js +4 -3
- package/dist/commonjs/collection/lib/useOverflowListMeasure.js +8 -4
- package/dist/commonjs/collection/lib/useOverflowListModel.js +2 -2
- package/dist/commonjs/collection/lib/useOverflowListTarget.js +3 -3
- package/dist/commonjs/collection/lib/useSelectionListModel.d.ts +2 -2
- package/dist/commonjs/collection/lib/useSelectionListModel.d.ts.map +1 -1
- package/dist/commonjs/collection/lib/useSelectionListModel.js +2 -2
- package/dist/commonjs/color-picker/index.js +5 -1
- package/dist/commonjs/color-picker/lib/ColorInput.js +12 -8
- package/dist/commonjs/color-picker/lib/ColorPreview.js +8 -4
- package/dist/commonjs/color-picker/lib/parts/ColorSwatch.d.ts +1 -1
- package/dist/commonjs/color-picker/lib/parts/ColorSwatch.d.ts.map +1 -1
- package/dist/commonjs/color-picker/lib/parts/ColorSwatch.js +8 -4
- package/dist/commonjs/combobox/lib/Combobox.js +1 -1
- package/dist/commonjs/combobox/lib/ComboboxCard.js +3 -3
- package/dist/commonjs/combobox/lib/ComboboxInput.js +2 -2
- package/dist/commonjs/combobox/lib/ComboboxMenu.js +1 -1
- package/dist/commonjs/combobox/lib/ComboboxMenuItem.d.ts.map +1 -1
- package/dist/commonjs/combobox/lib/ComboboxMenuItem.js +12 -12
- package/dist/commonjs/combobox/lib/ComboboxMenuList.js +5 -5
- package/dist/commonjs/combobox/lib/ComboboxPopper.js +7 -3
- package/dist/commonjs/combobox/lib/hooks/index.js +5 -1
- package/dist/commonjs/combobox/lib/hooks/useComboboxInput.d.ts +1 -1
- package/dist/commonjs/combobox/lib/hooks/useComboboxInput.js +2 -2
- package/dist/commonjs/combobox/lib/hooks/useComboboxInputOpenWithArrowKeys.js +1 -1
- package/dist/commonjs/combobox/lib/hooks/useComboboxKeyboardTypeAhead.js +1 -1
- package/dist/commonjs/combobox/lib/hooks/useComboboxListKeyboardHandler.js +3 -3
- package/dist/commonjs/combobox/lib/hooks/useComboboxLoader.js +1 -1
- package/dist/commonjs/combobox/lib/hooks/useComboboxModel.js +5 -5
- package/dist/commonjs/combobox/lib/hooks/useComboboxMoveCursorToSelected.js +1 -1
- package/dist/commonjs/combobox/lib/hooks/useComboboxResetCursorToSelected.js +1 -1
- package/dist/commonjs/combobox/lib/hooks/useSetPopupWidth.js +1 -1
- package/dist/commonjs/common/index.js +5 -1
- package/dist/commonjs/common/lib/AccessibleHide.d.ts +1 -0
- package/dist/commonjs/common/lib/AccessibleHide.d.ts.map +1 -1
- package/dist/commonjs/common/lib/AccessibleHide.js +9 -5
- package/dist/commonjs/common/lib/AriaLiveRegion.js +7 -3
- package/dist/commonjs/common/lib/CanvasProvider.d.ts +64 -55
- package/dist/commonjs/common/lib/CanvasProvider.d.ts.map +1 -1
- package/dist/commonjs/common/lib/CanvasProvider.js +10 -6
- package/dist/commonjs/common/lib/EllipsisText.js +3 -3
- package/dist/commonjs/common/lib/InputProvider.d.ts +2 -2
- package/dist/commonjs/common/lib/InputProvider.d.ts.map +1 -1
- package/dist/commonjs/common/lib/InputProvider.js +5 -1
- package/dist/commonjs/common/lib/parts/index.js +5 -1
- package/dist/commonjs/common/lib/responsive/useResponsiveContainerStyles.d.ts +3 -3
- package/dist/commonjs/common/lib/responsive/useResponsiveContainerStyles.d.ts.map +1 -1
- package/dist/commonjs/common/lib/responsive/useResponsiveContainerStyles.js +2 -2
- package/dist/commonjs/common/lib/styles/focusRing.js +3 -3
- package/dist/commonjs/common/lib/styles/index.js +5 -1
- package/dist/commonjs/common/lib/theming/breakpoints.d.ts +2 -2
- package/dist/commonjs/common/lib/theming/breakpoints.d.ts.map +1 -1
- package/dist/commonjs/common/lib/theming/createCanvasTheme.js +10 -10
- package/dist/commonjs/common/lib/theming/getObjectProxy.d.ts +1 -1
- package/dist/commonjs/common/lib/theming/getObjectProxy.d.ts.map +1 -1
- package/dist/commonjs/common/lib/theming/getObjectProxy.js +1 -0
- package/dist/commonjs/common/lib/theming/index.js +5 -1
- package/dist/commonjs/common/lib/theming/styled.d.ts +1 -1
- package/dist/commonjs/common/lib/theming/styled.d.ts.map +1 -1
- package/dist/commonjs/common/lib/theming/styled.js +2 -2
- package/dist/commonjs/common/lib/theming/types.d.ts +7 -7
- package/dist/commonjs/common/lib/theming/types.d.ts.map +1 -1
- package/dist/commonjs/common/lib/theming/useIsRTL.d.ts +1 -1
- package/dist/commonjs/common/lib/theming/useIsRTL.d.ts.map +1 -1
- package/dist/commonjs/common/lib/theming/useIsRTL.js +5 -1
- package/dist/commonjs/common/lib/theming/useTheme.js +5 -5
- package/dist/commonjs/common/lib/theming/useThemedRing.d.ts +1 -1
- package/dist/commonjs/common/lib/theming/useThemedRing.d.ts.map +1 -1
- package/dist/commonjs/common/lib/theming/useThemedRing.js +1 -1
- package/dist/commonjs/common/lib/types.d.ts +1 -1
- package/dist/commonjs/common/lib/types.d.ts.map +1 -1
- package/dist/commonjs/common/lib/utils/colorUtils.d.ts +1 -1
- package/dist/commonjs/common/lib/utils/colorUtils.d.ts.map +1 -1
- package/dist/commonjs/common/lib/utils/components.d.ts +17 -17
- package/dist/commonjs/common/lib/utils/components.d.ts.map +1 -1
- package/dist/commonjs/common/lib/utils/components.js +7 -7
- package/dist/commonjs/common/lib/utils/elements.js +2 -2
- package/dist/commonjs/common/lib/utils/index.js +5 -1
- package/dist/commonjs/common/lib/utils/isWithinBreakpoint.d.ts +1 -1
- package/dist/commonjs/common/lib/utils/isWithinBreakpoint.d.ts.map +1 -1
- package/dist/commonjs/common/lib/utils/mergeProps.js +1 -1
- package/dist/commonjs/common/lib/utils/models.d.ts +16 -16
- package/dist/commonjs/common/lib/utils/models.d.ts.map +1 -1
- package/dist/commonjs/common/lib/utils/useConstant.js +1 -1
- package/dist/commonjs/common/lib/utils/useModalityType.d.ts +1 -1
- package/dist/commonjs/common/lib/utils/useModalityType.d.ts.map +1 -1
- package/dist/commonjs/common/lib/utils/useResizeObserver.js +1 -1
- package/dist/commonjs/common/lib/utils/useUniqueId.d.ts +2 -2
- package/dist/commonjs/common/lib/utils/useUniqueId.d.ts.map +1 -1
- package/dist/commonjs/common/lib/utils/useUniqueId.js +1 -1
- package/dist/commonjs/common/lib/utils/useWindowSize.js +1 -1
- package/dist/commonjs/dialog/index.js +5 -1
- package/dist/commonjs/dialog/lib/Dialog.js +1 -1
- package/dist/commonjs/dialog/lib/DialogCard.js +7 -3
- package/dist/commonjs/dialog/lib/DialogPopper.js +10 -6
- package/dist/commonjs/dialog/lib/hooks/index.js +5 -1
- package/dist/commonjs/dialog/lib/hooks/useDialogCard.js +1 -1
- package/dist/commonjs/dialog/lib/hooks/useDialogModel.js +7 -7
- package/dist/commonjs/dialog/lib/hooks/useDialogPopper.js +1 -1
- package/dist/commonjs/disclosure/index.js +5 -1
- package/dist/commonjs/disclosure/lib/useDisclosureModel.d.ts +7 -7
- package/dist/commonjs/disclosure/lib/useDisclosureModel.d.ts.map +1 -1
- package/dist/commonjs/disclosure/lib/useDisclosureModel.js +2 -2
- package/dist/commonjs/form-field/index.d.ts +10 -3
- package/dist/commonjs/form-field/index.d.ts.map +1 -1
- package/dist/commonjs/form-field/index.js +21 -4
- package/dist/commonjs/form-field/lib/FormField.d.ts +139 -58
- package/dist/commonjs/form-field/lib/FormField.d.ts.map +1 -1
- package/dist/commonjs/form-field/lib/FormField.js +111 -124
- package/dist/commonjs/form-field/lib/FormFieldContainer.d.ts +18 -0
- package/dist/commonjs/form-field/lib/FormFieldContainer.d.ts.map +1 -0
- package/dist/commonjs/form-field/lib/FormFieldContainer.js +26 -0
- package/dist/commonjs/form-field/lib/FormFieldField.d.ts +12 -0
- package/dist/commonjs/form-field/lib/FormFieldField.d.ts.map +1 -0
- package/dist/commonjs/form-field/lib/FormFieldField.js +20 -0
- package/dist/commonjs/form-field/lib/FormFieldGroup.d.ts +152 -0
- package/dist/commonjs/form-field/lib/FormFieldGroup.d.ts.map +1 -0
- package/dist/commonjs/form-field/lib/FormFieldGroup.js +113 -0
- package/dist/commonjs/form-field/lib/FormFieldGroupInput.d.ts +29 -0
- package/dist/commonjs/form-field/lib/FormFieldGroupInput.d.ts.map +1 -0
- package/dist/commonjs/form-field/lib/FormFieldGroupInput.js +27 -0
- package/dist/commonjs/form-field/lib/FormFieldGroupLabel.d.ts +123 -0
- package/dist/commonjs/form-field/lib/FormFieldGroupLabel.d.ts.map +1 -0
- package/dist/commonjs/form-field/lib/FormFieldGroupLabel.js +43 -0
- package/dist/commonjs/form-field/lib/FormFieldGroupList.d.ts +14 -0
- package/dist/commonjs/form-field/lib/FormFieldGroupList.d.ts.map +1 -0
- package/dist/commonjs/form-field/lib/FormFieldGroupList.js +26 -0
- package/dist/commonjs/form-field/lib/FormFieldHint.d.ts +120 -0
- package/dist/commonjs/form-field/lib/FormFieldHint.d.ts.map +1 -0
- package/dist/commonjs/form-field/lib/FormFieldHint.js +37 -0
- package/dist/commonjs/form-field/lib/FormFieldInput.d.ts +10 -0
- package/dist/commonjs/form-field/lib/FormFieldInput.d.ts.map +1 -0
- package/dist/commonjs/form-field/lib/FormFieldInput.js +17 -0
- package/dist/commonjs/form-field/lib/FormFieldLabel.d.ts +123 -0
- package/dist/commonjs/form-field/lib/FormFieldLabel.d.ts.map +1 -0
- package/dist/commonjs/form-field/lib/FormFieldLabel.js +44 -0
- package/dist/commonjs/form-field/lib/formFieldStencil.d.ts +36 -0
- package/dist/commonjs/form-field/lib/formFieldStencil.d.ts.map +1 -0
- package/dist/commonjs/form-field/lib/formFieldStencil.js +28 -0
- package/dist/commonjs/form-field/lib/hooks/index.d.ts +6 -0
- package/dist/commonjs/form-field/lib/hooks/index.d.ts.map +1 -0
- package/dist/commonjs/form-field/lib/hooks/index.js +21 -0
- package/dist/commonjs/form-field/lib/hooks/useFormFieldHint.d.ts +16 -0
- package/dist/commonjs/form-field/lib/hooks/useFormFieldHint.d.ts.map +1 -0
- package/dist/commonjs/form-field/lib/hooks/useFormFieldHint.js +14 -0
- package/dist/commonjs/form-field/lib/hooks/useFormFieldInput.d.ts +20 -0
- package/dist/commonjs/form-field/lib/hooks/useFormFieldInput.d.ts.map +1 -0
- package/dist/commonjs/form-field/lib/hooks/useFormFieldInput.js +18 -0
- package/dist/commonjs/form-field/lib/hooks/useFormFieldLabel.d.ts +16 -0
- package/dist/commonjs/form-field/lib/hooks/useFormFieldLabel.d.ts.map +1 -0
- package/dist/commonjs/form-field/lib/hooks/useFormFieldLabel.js +14 -0
- package/dist/commonjs/form-field/lib/hooks/useFormFieldModel.d.ts +98 -0
- package/dist/commonjs/form-field/lib/hooks/useFormFieldModel.d.ts.map +1 -0
- package/dist/commonjs/form-field/lib/hooks/useFormFieldModel.js +41 -0
- package/dist/commonjs/form-field/lib/hooks/useFormFieldOrientation.d.ts +12 -0
- package/dist/commonjs/form-field/lib/hooks/useFormFieldOrientation.d.ts.map +1 -0
- package/dist/commonjs/form-field/lib/hooks/useFormFieldOrientation.js +28 -0
- package/dist/commonjs/icon/index.js +5 -1
- package/dist/commonjs/icon/lib/AccentIcon.js +18 -14
- package/dist/commonjs/icon/lib/AppletIcon.js +11 -7
- package/dist/commonjs/icon/lib/Graphic.js +14 -10
- package/dist/commonjs/icon/lib/Svg.d.ts +1 -1
- package/dist/commonjs/icon/lib/Svg.d.ts.map +1 -1
- package/dist/commonjs/icon/lib/Svg.js +13 -9
- package/dist/commonjs/icon/lib/SystemIcon.d.ts.map +1 -1
- package/dist/commonjs/icon/lib/SystemIcon.js +30 -26
- package/dist/commonjs/icon/lib/SystemIconCircle.js +14 -10
- package/dist/commonjs/icon/lib/types.d.ts +1 -1
- package/dist/commonjs/icon/lib/types.d.ts.map +1 -1
- package/dist/commonjs/index.js +5 -1
- package/dist/commonjs/layout/index.js +5 -1
- package/dist/commonjs/layout/lib/Box.d.ts +1 -1
- package/dist/commonjs/layout/lib/Box.d.ts.map +1 -1
- package/dist/commonjs/layout/lib/Box.js +11 -7
- package/dist/commonjs/layout/lib/Flex.d.ts +1 -1
- package/dist/commonjs/layout/lib/Flex.d.ts.map +1 -1
- package/dist/commonjs/layout/lib/Flex.js +8 -4
- package/dist/commonjs/layout/lib/Grid.d.ts +2 -2
- package/dist/commonjs/layout/lib/Grid.d.ts.map +1 -1
- package/dist/commonjs/layout/lib/Grid.js +10 -6
- package/dist/commonjs/layout/lib/utils/background.d.ts +1 -1
- package/dist/commonjs/layout/lib/utils/background.d.ts.map +1 -1
- package/dist/commonjs/layout/lib/utils/background.js +2 -2
- package/dist/commonjs/layout/lib/utils/border/color.d.ts +1 -1
- package/dist/commonjs/layout/lib/utils/border/color.d.ts.map +1 -1
- package/dist/commonjs/layout/lib/utils/border/color.js +1 -1
- package/dist/commonjs/layout/lib/utils/border/index.d.ts +1 -1
- package/dist/commonjs/layout/lib/utils/border/index.d.ts.map +1 -1
- package/dist/commonjs/layout/lib/utils/border/index.js +1 -1
- package/dist/commonjs/layout/lib/utils/border/lineStyle.d.ts +1 -1
- package/dist/commonjs/layout/lib/utils/border/lineStyle.d.ts.map +1 -1
- package/dist/commonjs/layout/lib/utils/border/lineStyle.js +1 -1
- package/dist/commonjs/layout/lib/utils/border/radius.d.ts +1 -1
- package/dist/commonjs/layout/lib/utils/border/radius.d.ts.map +1 -1
- package/dist/commonjs/layout/lib/utils/border/radius.js +1 -1
- package/dist/commonjs/layout/lib/utils/border/shorthand.d.ts +1 -1
- package/dist/commonjs/layout/lib/utils/border/shorthand.d.ts.map +1 -1
- package/dist/commonjs/layout/lib/utils/border/shorthand.js +1 -1
- package/dist/commonjs/layout/lib/utils/border/width.d.ts +1 -1
- package/dist/commonjs/layout/lib/utils/border/width.d.ts.map +1 -1
- package/dist/commonjs/layout/lib/utils/border/width.js +1 -1
- package/dist/commonjs/layout/lib/utils/buildStyleFns.d.ts +2 -2
- package/dist/commonjs/layout/lib/utils/buildStyleFns.d.ts.map +1 -1
- package/dist/commonjs/layout/lib/utils/color.d.ts +1 -1
- package/dist/commonjs/layout/lib/utils/color.d.ts.map +1 -1
- package/dist/commonjs/layout/lib/utils/color.js +2 -2
- package/dist/commonjs/layout/lib/utils/depth.d.ts +1 -1
- package/dist/commonjs/layout/lib/utils/depth.d.ts.map +1 -1
- package/dist/commonjs/layout/lib/utils/depth.js +2 -2
- package/dist/commonjs/layout/lib/utils/flex.d.ts +1 -1
- package/dist/commonjs/layout/lib/utils/flex.d.ts.map +1 -1
- package/dist/commonjs/layout/lib/utils/flex.js +2 -2
- package/dist/commonjs/layout/lib/utils/flexItem.d.ts +1 -1
- package/dist/commonjs/layout/lib/utils/flexItem.d.ts.map +1 -1
- package/dist/commonjs/layout/lib/utils/flexItem.js +2 -2
- package/dist/commonjs/layout/lib/utils/getValidChildren.js +5 -1
- package/dist/commonjs/layout/lib/utils/grid.d.ts +1 -1
- package/dist/commonjs/layout/lib/utils/grid.d.ts.map +1 -1
- package/dist/commonjs/layout/lib/utils/grid.js +2 -2
- package/dist/commonjs/layout/lib/utils/gridItem.d.ts +1 -1
- package/dist/commonjs/layout/lib/utils/gridItem.d.ts.map +1 -1
- package/dist/commonjs/layout/lib/utils/gridItem.js +2 -2
- package/dist/commonjs/layout/lib/utils/layout.d.ts +1 -1
- package/dist/commonjs/layout/lib/utils/layout.d.ts.map +1 -1
- package/dist/commonjs/layout/lib/utils/layout.js +2 -2
- package/dist/commonjs/layout/lib/utils/mergeStyles.js +2 -2
- package/dist/commonjs/layout/lib/utils/other.d.ts +1 -1
- package/dist/commonjs/layout/lib/utils/other.d.ts.map +1 -1
- package/dist/commonjs/layout/lib/utils/other.js +2 -2
- package/dist/commonjs/layout/lib/utils/position.d.ts +1 -1
- package/dist/commonjs/layout/lib/utils/position.d.ts.map +1 -1
- package/dist/commonjs/layout/lib/utils/position.js +2 -2
- package/dist/commonjs/layout/lib/utils/space.d.ts +1 -1
- package/dist/commonjs/layout/lib/utils/space.d.ts.map +1 -1
- package/dist/commonjs/layout/lib/utils/space.js +2 -2
- package/dist/commonjs/layout/lib/utils/styleProps.d.ts +2 -2
- package/dist/commonjs/layout/lib/utils/styleProps.d.ts.map +1 -1
- package/dist/commonjs/layout/lib/utils/systemProps.d.ts +3 -3
- package/dist/commonjs/layout/lib/utils/systemProps.d.ts.map +1 -1
- package/dist/commonjs/layout/lib/utils/text.d.ts +1 -1
- package/dist/commonjs/layout/lib/utils/text.d.ts.map +1 -1
- package/dist/commonjs/layout/lib/utils/text.js +2 -2
- package/dist/commonjs/loading-dots/index.js +5 -1
- package/dist/commonjs/loading-dots/lib/LoadingDots.js +13 -9
- package/dist/commonjs/menu/lib/Menu.d.ts +1 -1
- package/dist/commonjs/menu/lib/Menu.js +1 -1
- package/dist/commonjs/menu/lib/MenuCard.js +16 -12
- package/dist/commonjs/menu/lib/MenuContextTarget.js +10 -6
- package/dist/commonjs/menu/lib/MenuDivider.js +8 -4
- package/dist/commonjs/menu/lib/MenuItem.d.ts +1 -1
- package/dist/commonjs/menu/lib/MenuItem.js +12 -8
- package/dist/commonjs/menu/lib/MenuList.d.ts.map +1 -1
- package/dist/commonjs/menu/lib/MenuList.js +13 -10
- package/dist/commonjs/menu/lib/MenuPopper.js +7 -3
- package/dist/commonjs/menu/lib/MenuTarget.js +12 -8
- package/dist/commonjs/menu/lib/useMenuModel.js +5 -5
- package/dist/commonjs/modal/index.js +5 -1
- package/dist/commonjs/modal/lib/Modal.d.ts +1 -1
- package/dist/commonjs/modal/lib/Modal.js +7 -3
- package/dist/commonjs/modal/lib/ModalBody.js +9 -5
- package/dist/commonjs/modal/lib/ModalCard.js +9 -5
- package/dist/commonjs/modal/lib/ModalHeading.js +9 -5
- package/dist/commonjs/modal/lib/ModalOverflowOverlay.js +9 -5
- package/dist/commonjs/modal/lib/ModalOverlay.js +11 -11
- package/dist/commonjs/modal/lib/hooks/index.js +5 -1
- package/dist/commonjs/modal/lib/hooks/useCloseOnOverlayClick.js +2 -2
- package/dist/commonjs/modal/lib/hooks/useModalCard.d.ts +7 -0
- package/dist/commonjs/modal/lib/hooks/useModalCard.d.ts.map +1 -1
- package/dist/commonjs/modal/lib/hooks/useModalCard.js +9 -2
- package/dist/commonjs/modal/lib/hooks/useModalHeading.js +3 -3
- package/dist/commonjs/modal/lib/hooks/useModalModel.js +9 -9
- package/dist/commonjs/pagination/index.js +5 -1
- package/dist/commonjs/pagination/lib/Pagination/AdditionalDetails.js +9 -5
- package/dist/commonjs/pagination/lib/Pagination/Controls.js +19 -15
- package/dist/commonjs/pagination/lib/Pagination/GoTo/Form.js +9 -5
- package/dist/commonjs/pagination/lib/Pagination/GoTo/Label.js +7 -3
- package/dist/commonjs/pagination/lib/Pagination/GoTo/TextInput.d.ts +1 -1
- package/dist/commonjs/pagination/lib/Pagination/GoTo/TextInput.d.ts.map +1 -1
- package/dist/commonjs/pagination/lib/Pagination/GoTo/TextInput.js +7 -3
- package/dist/commonjs/pagination/lib/Pagination/GoTo/useGoToForm.js +5 -1
- package/dist/commonjs/pagination/lib/Pagination/Nav.d.ts +2 -1
- package/dist/commonjs/pagination/lib/Pagination/Nav.d.ts.map +1 -1
- package/dist/commonjs/pagination/lib/Pagination/Nav.js +6 -2
- package/dist/commonjs/pagination/lib/Pagination/PageButton.js +9 -5
- package/dist/commonjs/pagination/lib/Pagination/PageList.js +9 -5
- package/dist/commonjs/pagination/lib/Pagination/Pagination.d.ts +1 -1
- package/dist/commonjs/pagination/lib/Pagination/Pagination.d.ts.map +1 -1
- package/dist/commonjs/pagination/lib/Pagination/Pagination.js +7 -3
- package/dist/commonjs/pagination/lib/Pagination/buildPageRange.d.ts +1 -1
- package/dist/commonjs/pagination/lib/Pagination/buildPageRange.d.ts.map +1 -1
- package/dist/commonjs/pagination/lib/Pagination/common/List.js +10 -6
- package/dist/commonjs/pagination/lib/Pagination/common/useLiveRegion.d.ts +1 -1
- package/dist/commonjs/pagination/lib/Pagination/common/useLiveRegion.d.ts.map +1 -1
- package/dist/commonjs/pagination/lib/Pagination/common/utils/getValidChildren.js +5 -1
- package/dist/commonjs/pagination/lib/Pagination/common/utils/useRTL.d.ts +1 -1
- package/dist/commonjs/pagination/lib/Pagination/common/utils/useRTL.d.ts.map +1 -1
- package/dist/commonjs/pagination/lib/Pagination/common/utils/useRTL.js +1 -1
- package/dist/commonjs/pagination/lib/Pagination/index.js +5 -1
- package/dist/commonjs/pagination/lib/Pagination/usePaginationModel.d.ts +1 -1
- package/dist/commonjs/pagination/lib/Pagination/usePaginationModel.d.ts.map +1 -1
- package/dist/commonjs/pagination/lib/Pagination/usePaginationModel.js +8 -4
- package/dist/commonjs/popup/index.js +5 -1
- package/dist/commonjs/popup/lib/Popper.d.ts +2 -2
- package/dist/commonjs/popup/lib/Popper.d.ts.map +1 -1
- package/dist/commonjs/popup/lib/Popper.js +9 -5
- package/dist/commonjs/popup/lib/Popup.js +6 -2
- package/dist/commonjs/popup/lib/PopupBody.js +9 -5
- package/dist/commonjs/popup/lib/PopupCard.d.ts +1 -1
- package/dist/commonjs/popup/lib/PopupCard.d.ts.map +1 -1
- package/dist/commonjs/popup/lib/PopupCard.js +21 -17
- package/dist/commonjs/popup/lib/PopupCloseButton.js +7 -3
- package/dist/commonjs/popup/lib/PopupCloseIcon.js +4 -4
- package/dist/commonjs/popup/lib/PopupHeading.js +9 -5
- package/dist/commonjs/popup/lib/PopupPopper.js +7 -3
- package/dist/commonjs/popup/lib/PopupTarget.js +7 -3
- package/dist/commonjs/popup/lib/fallbackPlacements.d.ts +2 -2
- package/dist/commonjs/popup/lib/fallbackPlacements.d.ts.map +1 -1
- package/dist/commonjs/popup/lib/fallbackPlacements.js +1 -1
- package/dist/commonjs/popup/lib/hooks/focus-trap-js.js +1 -1
- package/dist/commonjs/popup/lib/hooks/index.js +5 -1
- package/dist/commonjs/popup/lib/hooks/useAlwaysCloseOnOutsideClick.js +1 -1
- package/dist/commonjs/popup/lib/hooks/useAssistiveHideSiblings.js +2 -2
- package/dist/commonjs/popup/lib/hooks/useBringToTopOnClick.js +1 -1
- package/dist/commonjs/popup/lib/hooks/useCloseOnEscape.js +1 -1
- package/dist/commonjs/popup/lib/hooks/useCloseOnFullscreenExit.js +1 -1
- package/dist/commonjs/popup/lib/hooks/useCloseOnOutsideClick.js +1 -1
- package/dist/commonjs/popup/lib/hooks/useCloseOnTargetHidden.js +1 -1
- package/dist/commonjs/popup/lib/hooks/useDisableBodyScroll.js +1 -1
- package/dist/commonjs/popup/lib/hooks/useFocusRedirect.js +3 -3
- package/dist/commonjs/popup/lib/hooks/useFocusTrap.js +2 -2
- package/dist/commonjs/popup/lib/hooks/useInitialFocus.js +4 -4
- package/dist/commonjs/popup/lib/hooks/usePopupCard.js +1 -1
- package/dist/commonjs/popup/lib/hooks/usePopupCloseButton.js +1 -1
- package/dist/commonjs/popup/lib/hooks/usePopupHeading.js +1 -1
- package/dist/commonjs/popup/lib/hooks/usePopupModel.js +7 -3
- package/dist/commonjs/popup/lib/hooks/usePopupPopper.js +2 -2
- package/dist/commonjs/popup/lib/hooks/usePopupStack.d.ts +1 -1
- package/dist/commonjs/popup/lib/hooks/usePopupStack.d.ts.map +1 -1
- package/dist/commonjs/popup/lib/hooks/usePopupStack.js +3 -3
- package/dist/commonjs/popup/lib/hooks/usePopupTarget.js +2 -2
- package/dist/commonjs/popup/lib/hooks/usePopupTargetContext.js +2 -2
- package/dist/commonjs/popup/lib/hooks/useReturnFocus.js +4 -4
- package/dist/commonjs/popup/lib/hooks/useTransferOnFullscreenEnter.js +1 -1
- package/dist/commonjs/popup/lib/hooks/useTransferOnFullscreenExit.js +1 -1
- package/dist/commonjs/radio/index.js +5 -1
- package/dist/commonjs/radio/lib/Radio.js +18 -14
- package/dist/commonjs/radio/lib/RadioGroup.js +9 -5
- package/dist/commonjs/segmented-control/index.js +5 -1
- package/dist/commonjs/segmented-control/lib/SegmentedControl.js +7 -3
- package/dist/commonjs/segmented-control/lib/SegmentedControlButton.js +4 -4
- package/dist/commonjs/select/index.js +5 -1
- package/dist/commonjs/select/lib/Select.d.ts +805 -59
- package/dist/commonjs/select/lib/Select.d.ts.map +1 -1
- package/dist/commonjs/select/lib/Select.js +23 -37
- package/dist/commonjs/select/lib/hooks/index.js +5 -1
- package/dist/commonjs/select/lib/hooks/useSelectCard.js +1 -1
- package/dist/commonjs/select/lib/hooks/useSelectInput.d.ts +4 -3
- package/dist/commonjs/select/lib/hooks/useSelectInput.d.ts.map +1 -1
- package/dist/commonjs/select/lib/hooks/useSelectInput.js +28 -10
- package/dist/commonjs/select/lib/hooks/useSelectModel.js +2 -2
- package/dist/commonjs/side-panel/index.js +5 -1
- package/dist/commonjs/side-panel/lib/SidePanel.d.ts +1 -1
- package/dist/commonjs/side-panel/lib/SidePanel.js +10 -6
- package/dist/commonjs/skeleton/lib/parts/skeletonHeader.js +7 -3
- package/dist/commonjs/skeleton/lib/parts/skeletonShape.js +8 -4
- package/dist/commonjs/skeleton/lib/parts/skeletonText.js +10 -6
- package/dist/commonjs/skeleton/lib/skeleton.js +10 -6
- package/dist/commonjs/status-indicator/index.js +5 -1
- package/dist/commonjs/status-indicator/lib/StatusIndicator.d.ts +1 -1
- package/dist/commonjs/status-indicator/lib/StatusIndicator.js +8 -4
- package/dist/commonjs/switch/index.js +5 -1
- package/dist/commonjs/switch/lib/Switch.js +27 -23
- package/dist/commonjs/table/index.js +5 -1
- package/dist/commonjs/table/lib/Table.js +4 -4
- package/dist/commonjs/table/lib/TableBody.js +4 -4
- package/dist/commonjs/table/lib/TableCaption.js +4 -4
- package/dist/commonjs/table/lib/TableCell.js +4 -4
- package/dist/commonjs/table/lib/TableFooter.js +4 -4
- package/dist/commonjs/table/lib/TableHead.js +4 -4
- package/dist/commonjs/table/lib/TableHeader.js +4 -4
- package/dist/commonjs/table/lib/TableRow.js +5 -5
- package/dist/commonjs/tabs/index.js +5 -1
- package/dist/commonjs/tabs/lib/Tabs.d.ts +1 -1
- package/dist/commonjs/tabs/lib/Tabs.js +1 -1
- package/dist/commonjs/tabs/lib/TabsItem.d.ts +1 -0
- package/dist/commonjs/tabs/lib/TabsItem.d.ts.map +1 -1
- package/dist/commonjs/tabs/lib/TabsItem.js +13 -9
- package/dist/commonjs/tabs/lib/TabsList.js +15 -11
- package/dist/commonjs/tabs/lib/TabsMenuPopper.js +7 -3
- package/dist/commonjs/tabs/lib/TabsOverflowButton.js +9 -5
- package/dist/commonjs/tabs/lib/TabsPanel.js +7 -7
- package/dist/commonjs/tabs/lib/TabsPanels.js +7 -3
- package/dist/commonjs/tabs/lib/useTabsModel.js +5 -5
- package/dist/commonjs/testing/index.js +5 -1
- package/dist/commonjs/testing/lib/ComponentStatesTable.d.ts +1 -1
- package/dist/commonjs/testing/lib/ComponentStatesTable.d.ts.map +1 -1
- package/dist/commonjs/testing/lib/ComponentStatesTable.js +1 -1
- package/dist/commonjs/testing/lib/StaticStates.js +8 -4
- package/dist/commonjs/testing/lib/permutateProps.js +1 -1
- package/dist/commonjs/testing/lib/propTypes.d.ts +4 -4
- package/dist/commonjs/testing/lib/propTypes.d.ts.map +1 -1
- package/dist/commonjs/text/index.js +5 -1
- package/dist/commonjs/text/lib/LabelText.js +14 -10
- package/dist/commonjs/text/lib/Text.d.ts +2 -2
- package/dist/commonjs/text/lib/Text.d.ts.map +1 -1
- package/dist/commonjs/text/lib/Text.js +24 -20
- package/dist/commonjs/text/lib/TypeLevelComponents.d.ts +1 -1
- package/dist/commonjs/text/lib/TypeLevelComponents.d.ts.map +1 -1
- package/dist/commonjs/text/lib/TypeLevelComponents.js +21 -17
- package/dist/commonjs/text-area/index.js +5 -1
- package/dist/commonjs/text-area/lib/TextArea.d.ts +5 -5
- package/dist/commonjs/text-area/lib/TextArea.d.ts.map +1 -1
- package/dist/commonjs/text-area/lib/TextArea.js +13 -9
- package/dist/commonjs/text-input/index.js +5 -1
- package/dist/commonjs/text-input/lib/InputGroup.d.ts.map +1 -1
- package/dist/commonjs/text-input/lib/InputGroup.js +20 -19
- package/dist/commonjs/text-input/lib/TextInput.d.ts +6 -5
- package/dist/commonjs/text-input/lib/TextInput.d.ts.map +1 -1
- package/dist/commonjs/text-input/lib/TextInput.js +15 -10
- package/dist/commonjs/toast/index.js +5 -1
- package/dist/commonjs/toast/lib/Toast.js +4 -4
- package/dist/commonjs/toast/lib/ToastBody.js +4 -4
- package/dist/commonjs/toast/lib/ToastCloseIcon.js +4 -4
- package/dist/commonjs/toast/lib/ToastIcon.js +4 -4
- package/dist/commonjs/toast/lib/ToastLink.js +2 -2
- package/dist/commonjs/toast/lib/ToastMessage.js +4 -4
- package/dist/commonjs/toast/lib/hooks/useToastModel.d.ts +1 -1
- package/dist/commonjs/toast/lib/hooks/useToastModel.d.ts.map +1 -1
- package/dist/commonjs/toast/lib/hooks/useToastModel.js +2 -2
- package/dist/commonjs/tokens/index.js +5 -1
- package/dist/commonjs/tokens/lib/colors.types.d.ts +2 -2
- package/dist/commonjs/tokens/lib/colors.types.d.ts.map +1 -1
- package/dist/commonjs/tokens/lib/depth.d.ts +3 -3
- package/dist/commonjs/tokens/lib/depth.d.ts.map +1 -1
- package/dist/commonjs/tokens/lib/radius.d.ts +4 -4
- package/dist/commonjs/tokens/lib/radius.d.ts.map +1 -1
- package/dist/commonjs/tokens/lib/space.d.ts +6 -6
- package/dist/commonjs/tokens/lib/space.d.ts.map +1 -1
- package/dist/commonjs/tokens/lib/type/fontFamilies.d.ts +1 -1
- package/dist/commonjs/tokens/lib/type/fontFamilies.d.ts.map +1 -1
- package/dist/commonjs/tokens/lib/type/fontSizes.d.ts +3 -3
- package/dist/commonjs/tokens/lib/type/fontSizes.d.ts.map +1 -1
- package/dist/commonjs/tokens/lib/type/fontWeights.d.ts +3 -3
- package/dist/commonjs/tokens/lib/type/fontWeights.d.ts.map +1 -1
- package/dist/commonjs/tokens/lib/type/index.d.ts +2 -2
- package/dist/commonjs/tokens/lib/type/index.d.ts.map +1 -1
- package/dist/commonjs/tokens/lib/type/levels.d.ts +5 -5
- package/dist/commonjs/tokens/lib/type/levels.d.ts.map +1 -1
- package/dist/commonjs/tokens/lib/type/variants.d.ts +1 -1
- package/dist/commonjs/tokens/lib/type/variants.d.ts.map +1 -1
- package/dist/commonjs/tokens/lib/types.d.ts +1 -1
- package/dist/commonjs/tokens/lib/types.d.ts.map +1 -1
- package/dist/commonjs/tooltip/index.js +5 -1
- package/dist/commonjs/tooltip/lib/OverflowTooltip.d.ts +1 -1
- package/dist/commonjs/tooltip/lib/OverflowTooltip.d.ts.map +1 -1
- package/dist/commonjs/tooltip/lib/OverflowTooltip.js +13 -9
- package/dist/commonjs/tooltip/lib/Tooltip.js +12 -8
- package/dist/commonjs/tooltip/lib/TooltipContainer.d.ts +1 -1
- package/dist/commonjs/tooltip/lib/TooltipContainer.js +3 -3
- package/dist/commonjs/tooltip/lib/useTooltip.js +11 -7
- package/dist/es6/action-bar/lib/ActionBar.d.ts +1 -1
- package/dist/es6/action-bar/lib/ActionBarItem.d.ts +1 -0
- package/dist/es6/action-bar/lib/ActionBarItem.d.ts.map +1 -1
- package/dist/es6/action-bar/lib/ActionBarItem.js +1 -1
- package/dist/es6/action-bar/lib/ActionBarList.js +1 -1
- package/dist/es6/action-bar/lib/ActionBarOverflowButton.js +1 -1
- package/dist/es6/avatar/lib/Avatar.d.ts +44 -26
- package/dist/es6/avatar/lib/Avatar.d.ts.map +1 -1
- package/dist/es6/avatar/lib/Avatar.js +65 -34
- package/dist/es6/badge/lib/CountBadge.js +4 -4
- package/dist/es6/banner/lib/Banner.js +1 -1
- package/dist/es6/banner/lib/BannerActionText.js +1 -1
- package/dist/es6/banner/lib/BannerIcon.js +1 -1
- package/dist/es6/banner/lib/BannerLabel.js +1 -1
- package/dist/es6/banner/lib/hooks/useThemedPalette.d.ts +1 -1
- package/dist/es6/banner/lib/hooks/useThemedPalette.d.ts.map +1 -1
- package/dist/es6/breadcrumbs/lib/Breadcrumbs.d.ts +1 -1
- package/dist/es6/breadcrumbs/lib/Breadcrumbs.js +1 -1
- package/dist/es6/breadcrumbs/lib/BreadcrumbsCurrentItem.d.ts +1 -0
- package/dist/es6/breadcrumbs/lib/BreadcrumbsCurrentItem.d.ts.map +1 -1
- package/dist/es6/breadcrumbs/lib/BreadcrumbsCurrentItem.js +2 -2
- package/dist/es6/breadcrumbs/lib/BreadcrumbsItem.d.ts +0 -2
- package/dist/es6/breadcrumbs/lib/BreadcrumbsItem.d.ts.map +1 -1
- package/dist/es6/breadcrumbs/lib/BreadcrumbsItem.js +3 -10
- package/dist/es6/breadcrumbs/lib/BreadcrumbsLink.js +2 -2
- package/dist/es6/breadcrumbs/lib/BreadcrumbsList.js +1 -1
- package/dist/es6/breadcrumbs/lib/BreadcrumbsMenu.d.ts +1 -1
- package/dist/es6/breadcrumbs/lib/BreadcrumbsMenu.js +2 -2
- package/dist/es6/breadcrumbs/lib/BreadcrumbsOverflowButton.js +2 -2
- package/dist/es6/button/lib/BaseButton.js +29 -29
- package/dist/es6/button/lib/Button.js +1 -1
- package/dist/es6/button/lib/DeleteButton.js +2 -2
- package/dist/es6/button/lib/ExternalHyperlink.js +1 -1
- package/dist/es6/button/lib/Hyperlink.js +1 -1
- package/dist/es6/button/lib/PrimaryButton.js +3 -3
- package/dist/es6/button/lib/SecondaryButton.js +3 -3
- package/dist/es6/button/lib/TertiaryButton.js +24 -24
- package/dist/es6/button/lib/ToolbarDropdownButton.js +1 -1
- package/dist/es6/button/lib/ToolbarIconButton.js +1 -1
- package/dist/es6/button/lib/deprecated_Button.js +1 -1
- package/dist/es6/button/lib/parts/ButtonLabel.js +1 -1
- package/dist/es6/button/lib/parts/ButtonLabelIcon.js +1 -1
- package/dist/es6/button/lib/types.d.ts +13 -2
- package/dist/es6/button/lib/types.d.ts.map +1 -1
- package/dist/es6/card/lib/Card.js +2 -2
- package/dist/es6/card/lib/CardBody.js +2 -2
- package/dist/es6/card/lib/CardHeading.js +2 -2
- package/dist/es6/checkbox/lib/CheckBackground.d.ts +1 -1
- package/dist/es6/checkbox/lib/CheckBackground.js +4 -4
- package/dist/es6/checkbox/lib/Checkbox.js +1 -1
- package/dist/es6/checkbox/lib/CheckboxCheck.js +6 -6
- package/dist/es6/checkbox/lib/CheckboxContainer.js +2 -2
- package/dist/es6/checkbox/lib/CheckboxInput.js +8 -8
- package/dist/es6/checkbox/lib/CheckboxRipple.js +2 -2
- package/dist/es6/collection/lib/ListBox.d.ts +22 -5
- package/dist/es6/collection/lib/ListBox.d.ts.map +1 -1
- package/dist/es6/collection/lib/ListBox.js +16 -16
- package/dist/es6/collection/lib/react-virtual.d.ts +5 -5
- package/dist/es6/collection/lib/react-virtual.d.ts.map +1 -1
- package/dist/es6/collection/lib/useBaseListModel.d.ts +1 -1
- package/dist/es6/collection/lib/useBaseListModel.d.ts.map +1 -1
- package/dist/es6/collection/lib/useCursorListModel.d.ts +2 -2
- package/dist/es6/collection/lib/useCursorListModel.d.ts.map +1 -1
- package/dist/es6/collection/lib/useListModel.d.ts +2 -2
- package/dist/es6/collection/lib/useListModel.d.ts.map +1 -1
- package/dist/es6/collection/lib/useListRenderItem.js +1 -1
- package/dist/es6/collection/lib/useOverflowListItemMeasure.d.ts +1 -0
- package/dist/es6/collection/lib/useOverflowListItemMeasure.d.ts.map +1 -1
- package/dist/es6/collection/lib/useOverflowListItemMeasure.js +1 -0
- package/dist/es6/collection/lib/useSelectionListModel.d.ts +2 -2
- package/dist/es6/collection/lib/useSelectionListModel.d.ts.map +1 -1
- package/dist/es6/color-picker/lib/ColorInput.js +1 -1
- package/dist/es6/color-picker/lib/ColorPreview.js +1 -1
- package/dist/es6/color-picker/lib/parts/ColorSwatch.d.ts +1 -1
- package/dist/es6/color-picker/lib/parts/ColorSwatch.d.ts.map +1 -1
- package/dist/es6/color-picker/lib/parts/ColorSwatch.js +1 -1
- package/dist/es6/combobox/lib/ComboboxCard.js +1 -1
- package/dist/es6/combobox/lib/ComboboxInput.js +1 -1
- package/dist/es6/combobox/lib/ComboboxMenuItem.d.ts.map +1 -1
- package/dist/es6/combobox/lib/ComboboxMenuItem.js +8 -8
- package/dist/es6/combobox/lib/ComboboxMenuList.js +2 -2
- package/dist/es6/combobox/lib/ComboboxPopper.js +1 -1
- package/dist/es6/combobox/lib/hooks/useComboboxInput.d.ts +1 -1
- package/dist/es6/common/lib/AccessibleHide.d.ts +1 -0
- package/dist/es6/common/lib/AccessibleHide.d.ts.map +1 -1
- package/dist/es6/common/lib/AccessibleHide.js +2 -2
- package/dist/es6/common/lib/AriaLiveRegion.js +1 -1
- package/dist/es6/common/lib/CanvasProvider.d.ts +64 -55
- package/dist/es6/common/lib/CanvasProvider.d.ts.map +1 -1
- package/dist/es6/common/lib/CanvasProvider.js +2 -2
- package/dist/es6/common/lib/EllipsisText.js +1 -1
- package/dist/es6/common/lib/InputProvider.d.ts +2 -2
- package/dist/es6/common/lib/InputProvider.d.ts.map +1 -1
- package/dist/es6/common/lib/responsive/useResponsiveContainerStyles.d.ts +3 -3
- package/dist/es6/common/lib/responsive/useResponsiveContainerStyles.d.ts.map +1 -1
- package/dist/es6/common/lib/theming/breakpoints.d.ts +2 -2
- package/dist/es6/common/lib/theming/breakpoints.d.ts.map +1 -1
- package/dist/es6/common/lib/theming/getObjectProxy.d.ts +1 -1
- package/dist/es6/common/lib/theming/getObjectProxy.d.ts.map +1 -1
- package/dist/es6/common/lib/theming/getObjectProxy.js +1 -0
- package/dist/es6/common/lib/theming/styled.d.ts +1 -1
- package/dist/es6/common/lib/theming/styled.d.ts.map +1 -1
- package/dist/es6/common/lib/theming/types.d.ts +7 -7
- package/dist/es6/common/lib/theming/types.d.ts.map +1 -1
- package/dist/es6/common/lib/theming/useIsRTL.d.ts +1 -1
- package/dist/es6/common/lib/theming/useIsRTL.d.ts.map +1 -1
- package/dist/es6/common/lib/theming/useTheme.js +3 -3
- package/dist/es6/common/lib/theming/useThemedRing.d.ts +1 -1
- package/dist/es6/common/lib/theming/useThemedRing.d.ts.map +1 -1
- package/dist/es6/common/lib/types.d.ts +1 -1
- package/dist/es6/common/lib/types.d.ts.map +1 -1
- package/dist/es6/common/lib/utils/colorUtils.d.ts +1 -1
- package/dist/es6/common/lib/utils/colorUtils.d.ts.map +1 -1
- package/dist/es6/common/lib/utils/components.d.ts +17 -17
- package/dist/es6/common/lib/utils/components.d.ts.map +1 -1
- package/dist/es6/common/lib/utils/isWithinBreakpoint.d.ts +1 -1
- package/dist/es6/common/lib/utils/isWithinBreakpoint.d.ts.map +1 -1
- package/dist/es6/common/lib/utils/models.d.ts +16 -16
- package/dist/es6/common/lib/utils/models.d.ts.map +1 -1
- package/dist/es6/common/lib/utils/useModalityType.d.ts +1 -1
- package/dist/es6/common/lib/utils/useModalityType.d.ts.map +1 -1
- package/dist/es6/common/lib/utils/useUniqueId.d.ts +2 -2
- package/dist/es6/common/lib/utils/useUniqueId.d.ts.map +1 -1
- package/dist/es6/dialog/lib/DialogCard.js +1 -1
- package/dist/es6/dialog/lib/DialogPopper.js +2 -2
- package/dist/es6/disclosure/lib/useDisclosureModel.d.ts +7 -7
- package/dist/es6/disclosure/lib/useDisclosureModel.d.ts.map +1 -1
- package/dist/es6/form-field/index.d.ts +10 -3
- package/dist/es6/form-field/index.d.ts.map +1 -1
- package/dist/es6/form-field/index.js +10 -3
- package/dist/es6/form-field/lib/FormField.d.ts +139 -58
- package/dist/es6/form-field/lib/FormField.d.ts.map +1 -1
- package/dist/es6/form-field/lib/FormField.js +110 -106
- package/dist/es6/form-field/lib/FormFieldContainer.d.ts +18 -0
- package/dist/es6/form-field/lib/FormFieldContainer.d.ts.map +1 -0
- package/dist/es6/form-field/lib/FormFieldContainer.js +20 -0
- package/dist/es6/form-field/lib/FormFieldField.d.ts +12 -0
- package/dist/es6/form-field/lib/FormFieldField.d.ts.map +1 -0
- package/dist/es6/form-field/lib/FormFieldField.js +14 -0
- package/dist/es6/form-field/lib/FormFieldGroup.d.ts +152 -0
- package/dist/es6/form-field/lib/FormFieldGroup.d.ts.map +1 -0
- package/dist/es6/form-field/lib/FormFieldGroup.js +107 -0
- package/dist/es6/form-field/lib/FormFieldGroupInput.d.ts +29 -0
- package/dist/es6/form-field/lib/FormFieldGroupInput.d.ts.map +1 -0
- package/dist/es6/form-field/lib/FormFieldGroupInput.js +21 -0
- package/dist/es6/form-field/lib/FormFieldGroupLabel.d.ts +123 -0
- package/dist/es6/form-field/lib/FormFieldGroupLabel.d.ts.map +1 -0
- package/dist/es6/form-field/lib/FormFieldGroupLabel.js +37 -0
- package/dist/es6/form-field/lib/FormFieldGroupList.d.ts +14 -0
- package/dist/es6/form-field/lib/FormFieldGroupList.d.ts.map +1 -0
- package/dist/es6/form-field/lib/FormFieldGroupList.js +20 -0
- package/dist/es6/form-field/lib/FormFieldHint.d.ts +120 -0
- package/dist/es6/form-field/lib/FormFieldHint.d.ts.map +1 -0
- package/dist/es6/form-field/lib/FormFieldHint.js +31 -0
- package/dist/es6/form-field/lib/FormFieldInput.d.ts +10 -0
- package/dist/es6/form-field/lib/FormFieldInput.d.ts.map +1 -0
- package/dist/es6/form-field/lib/FormFieldInput.js +11 -0
- package/dist/es6/form-field/lib/FormFieldLabel.d.ts +123 -0
- package/dist/es6/form-field/lib/FormFieldLabel.d.ts.map +1 -0
- package/dist/es6/form-field/lib/FormFieldLabel.js +38 -0
- package/dist/es6/form-field/lib/formFieldStencil.d.ts +36 -0
- package/dist/es6/form-field/lib/formFieldStencil.d.ts.map +1 -0
- package/dist/es6/form-field/lib/formFieldStencil.js +25 -0
- package/dist/es6/form-field/lib/hooks/index.d.ts +6 -0
- package/dist/es6/form-field/lib/hooks/index.d.ts.map +1 -0
- package/dist/es6/form-field/lib/hooks/index.js +5 -0
- package/dist/es6/form-field/lib/hooks/useFormFieldHint.d.ts +16 -0
- package/dist/es6/form-field/lib/hooks/useFormFieldHint.d.ts.map +1 -0
- package/dist/es6/form-field/lib/hooks/useFormFieldHint.js +11 -0
- package/dist/es6/form-field/lib/hooks/useFormFieldInput.d.ts +20 -0
- package/dist/es6/form-field/lib/hooks/useFormFieldInput.d.ts.map +1 -0
- package/dist/es6/form-field/lib/hooks/useFormFieldInput.js +15 -0
- package/dist/es6/form-field/lib/hooks/useFormFieldLabel.d.ts +16 -0
- package/dist/es6/form-field/lib/hooks/useFormFieldLabel.d.ts.map +1 -0
- package/dist/es6/form-field/lib/hooks/useFormFieldLabel.js +11 -0
- package/dist/es6/form-field/lib/hooks/useFormFieldModel.d.ts +98 -0
- package/dist/es6/form-field/lib/hooks/useFormFieldModel.d.ts.map +1 -0
- package/dist/es6/form-field/lib/hooks/useFormFieldModel.js +38 -0
- package/dist/es6/form-field/lib/hooks/useFormFieldOrientation.d.ts +12 -0
- package/dist/es6/form-field/lib/hooks/useFormFieldOrientation.d.ts.map +1 -0
- package/dist/es6/form-field/lib/hooks/useFormFieldOrientation.js +24 -0
- package/dist/es6/icon/lib/AccentIcon.js +10 -10
- package/dist/es6/icon/lib/AppletIcon.js +4 -4
- package/dist/es6/icon/lib/Graphic.js +7 -7
- package/dist/es6/icon/lib/Svg.d.ts +1 -1
- package/dist/es6/icon/lib/Svg.d.ts.map +1 -1
- package/dist/es6/icon/lib/Svg.js +3 -3
- package/dist/es6/icon/lib/SystemIcon.d.ts.map +1 -1
- package/dist/es6/icon/lib/SystemIcon.js +16 -16
- package/dist/es6/icon/lib/SystemIconCircle.js +6 -6
- package/dist/es6/icon/lib/types.d.ts +1 -1
- package/dist/es6/icon/lib/types.d.ts.map +1 -1
- package/dist/es6/layout/lib/Box.d.ts +1 -1
- package/dist/es6/layout/lib/Box.d.ts.map +1 -1
- package/dist/es6/layout/lib/Box.js +1 -1
- package/dist/es6/layout/lib/Flex.d.ts +1 -1
- package/dist/es6/layout/lib/Flex.d.ts.map +1 -1
- package/dist/es6/layout/lib/Flex.js +1 -1
- package/dist/es6/layout/lib/Grid.d.ts +2 -2
- package/dist/es6/layout/lib/Grid.d.ts.map +1 -1
- package/dist/es6/layout/lib/Grid.js +2 -2
- package/dist/es6/layout/lib/utils/background.d.ts +1 -1
- package/dist/es6/layout/lib/utils/background.d.ts.map +1 -1
- package/dist/es6/layout/lib/utils/border/color.d.ts +1 -1
- package/dist/es6/layout/lib/utils/border/color.d.ts.map +1 -1
- package/dist/es6/layout/lib/utils/border/index.d.ts +1 -1
- package/dist/es6/layout/lib/utils/border/index.d.ts.map +1 -1
- package/dist/es6/layout/lib/utils/border/lineStyle.d.ts +1 -1
- package/dist/es6/layout/lib/utils/border/lineStyle.d.ts.map +1 -1
- package/dist/es6/layout/lib/utils/border/radius.d.ts +1 -1
- package/dist/es6/layout/lib/utils/border/radius.d.ts.map +1 -1
- package/dist/es6/layout/lib/utils/border/shorthand.d.ts +1 -1
- package/dist/es6/layout/lib/utils/border/shorthand.d.ts.map +1 -1
- package/dist/es6/layout/lib/utils/border/width.d.ts +1 -1
- package/dist/es6/layout/lib/utils/border/width.d.ts.map +1 -1
- package/dist/es6/layout/lib/utils/buildStyleFns.d.ts +2 -2
- package/dist/es6/layout/lib/utils/buildStyleFns.d.ts.map +1 -1
- package/dist/es6/layout/lib/utils/color.d.ts +1 -1
- package/dist/es6/layout/lib/utils/color.d.ts.map +1 -1
- package/dist/es6/layout/lib/utils/depth.d.ts +1 -1
- package/dist/es6/layout/lib/utils/depth.d.ts.map +1 -1
- package/dist/es6/layout/lib/utils/flex.d.ts +1 -1
- package/dist/es6/layout/lib/utils/flex.d.ts.map +1 -1
- package/dist/es6/layout/lib/utils/flexItem.d.ts +1 -1
- package/dist/es6/layout/lib/utils/flexItem.d.ts.map +1 -1
- package/dist/es6/layout/lib/utils/grid.d.ts +1 -1
- package/dist/es6/layout/lib/utils/grid.d.ts.map +1 -1
- package/dist/es6/layout/lib/utils/gridItem.d.ts +1 -1
- package/dist/es6/layout/lib/utils/gridItem.d.ts.map +1 -1
- package/dist/es6/layout/lib/utils/layout.d.ts +1 -1
- package/dist/es6/layout/lib/utils/layout.d.ts.map +1 -1
- package/dist/es6/layout/lib/utils/other.d.ts +1 -1
- package/dist/es6/layout/lib/utils/other.d.ts.map +1 -1
- package/dist/es6/layout/lib/utils/position.d.ts +1 -1
- package/dist/es6/layout/lib/utils/position.d.ts.map +1 -1
- package/dist/es6/layout/lib/utils/space.d.ts +1 -1
- package/dist/es6/layout/lib/utils/space.d.ts.map +1 -1
- package/dist/es6/layout/lib/utils/styleProps.d.ts +2 -2
- package/dist/es6/layout/lib/utils/styleProps.d.ts.map +1 -1
- package/dist/es6/layout/lib/utils/systemProps.d.ts +3 -3
- package/dist/es6/layout/lib/utils/systemProps.d.ts.map +1 -1
- package/dist/es6/layout/lib/utils/text.d.ts +1 -1
- package/dist/es6/layout/lib/utils/text.d.ts.map +1 -1
- package/dist/es6/loading-dots/lib/LoadingDots.js +5 -5
- package/dist/es6/menu/lib/Menu.d.ts +1 -1
- package/dist/es6/menu/lib/MenuCard.js +6 -6
- package/dist/es6/menu/lib/MenuContextTarget.js +1 -1
- package/dist/es6/menu/lib/MenuDivider.js +1 -1
- package/dist/es6/menu/lib/MenuItem.d.ts +1 -1
- package/dist/es6/menu/lib/MenuItem.js +1 -1
- package/dist/es6/menu/lib/MenuList.d.ts.map +1 -1
- package/dist/es6/menu/lib/MenuList.js +6 -7
- package/dist/es6/menu/lib/MenuPopper.js +1 -1
- package/dist/es6/menu/lib/MenuTarget.js +2 -2
- package/dist/es6/modal/lib/Modal.d.ts +1 -1
- package/dist/es6/modal/lib/Modal.js +1 -1
- package/dist/es6/modal/lib/ModalBody.js +2 -2
- package/dist/es6/modal/lib/ModalCard.js +2 -2
- package/dist/es6/modal/lib/ModalHeading.js +2 -2
- package/dist/es6/modal/lib/ModalOverflowOverlay.js +2 -2
- package/dist/es6/modal/lib/ModalOverlay.js +4 -4
- package/dist/es6/modal/lib/hooks/useModalCard.d.ts +7 -0
- package/dist/es6/modal/lib/hooks/useModalCard.d.ts.map +1 -1
- package/dist/es6/modal/lib/hooks/useModalCard.js +8 -1
- package/dist/es6/pagination/lib/Pagination/AdditionalDetails.js +1 -1
- package/dist/es6/pagination/lib/Pagination/Controls.js +5 -5
- package/dist/es6/pagination/lib/Pagination/GoTo/Form.js +1 -1
- package/dist/es6/pagination/lib/Pagination/GoTo/Label.js +1 -1
- package/dist/es6/pagination/lib/Pagination/GoTo/TextInput.d.ts +1 -1
- package/dist/es6/pagination/lib/Pagination/GoTo/TextInput.d.ts.map +1 -1
- package/dist/es6/pagination/lib/Pagination/GoTo/TextInput.js +1 -1
- package/dist/es6/pagination/lib/Pagination/Nav.d.ts +2 -1
- package/dist/es6/pagination/lib/Pagination/Nav.d.ts.map +1 -1
- package/dist/es6/pagination/lib/Pagination/Nav.js +1 -1
- package/dist/es6/pagination/lib/Pagination/PageButton.js +1 -1
- package/dist/es6/pagination/lib/Pagination/PageList.js +2 -2
- package/dist/es6/pagination/lib/Pagination/Pagination.d.ts +1 -1
- package/dist/es6/pagination/lib/Pagination/Pagination.d.ts.map +1 -1
- package/dist/es6/pagination/lib/Pagination/Pagination.js +1 -1
- package/dist/es6/pagination/lib/Pagination/buildPageRange.d.ts +1 -1
- package/dist/es6/pagination/lib/Pagination/buildPageRange.d.ts.map +1 -1
- package/dist/es6/pagination/lib/Pagination/common/List.js +2 -2
- package/dist/es6/pagination/lib/Pagination/common/useLiveRegion.d.ts +1 -1
- package/dist/es6/pagination/lib/Pagination/common/useLiveRegion.d.ts.map +1 -1
- package/dist/es6/pagination/lib/Pagination/common/utils/useRTL.d.ts +1 -1
- package/dist/es6/pagination/lib/Pagination/common/utils/useRTL.d.ts.map +1 -1
- package/dist/es6/pagination/lib/Pagination/usePaginationModel.d.ts +1 -1
- package/dist/es6/pagination/lib/Pagination/usePaginationModel.d.ts.map +1 -1
- package/dist/es6/popup/lib/Popper.d.ts +2 -2
- package/dist/es6/popup/lib/Popper.d.ts.map +1 -1
- package/dist/es6/popup/lib/Popper.js +1 -1
- package/dist/es6/popup/lib/PopupBody.js +2 -2
- package/dist/es6/popup/lib/PopupCard.d.ts +1 -1
- package/dist/es6/popup/lib/PopupCard.d.ts.map +1 -1
- package/dist/es6/popup/lib/PopupCard.js +10 -10
- package/dist/es6/popup/lib/PopupCloseButton.js +1 -1
- package/dist/es6/popup/lib/PopupCloseIcon.js +2 -2
- package/dist/es6/popup/lib/PopupHeading.js +2 -2
- package/dist/es6/popup/lib/PopupPopper.js +1 -1
- package/dist/es6/popup/lib/PopupTarget.js +1 -1
- package/dist/es6/popup/lib/fallbackPlacements.d.ts +2 -2
- package/dist/es6/popup/lib/fallbackPlacements.d.ts.map +1 -1
- package/dist/es6/popup/lib/hooks/focus-trap-js.js +1 -1
- package/dist/es6/popup/lib/hooks/useAssistiveHideSiblings.js +1 -1
- package/dist/es6/popup/lib/hooks/usePopupStack.d.ts +1 -1
- package/dist/es6/popup/lib/hooks/usePopupStack.d.ts.map +1 -1
- package/dist/es6/radio/lib/Radio.js +1 -1
- package/dist/es6/radio/lib/RadioGroup.js +2 -2
- package/dist/es6/segmented-control/lib/SegmentedControl.js +1 -1
- package/dist/es6/segmented-control/lib/SegmentedControlButton.js +1 -1
- package/dist/es6/select/lib/Select.d.ts +805 -59
- package/dist/es6/select/lib/Select.d.ts.map +1 -1
- package/dist/es6/select/lib/Select.js +17 -31
- package/dist/es6/select/lib/hooks/useSelectInput.d.ts +4 -3
- package/dist/es6/select/lib/hooks/useSelectInput.d.ts.map +1 -1
- package/dist/es6/select/lib/hooks/useSelectInput.js +24 -6
- package/dist/es6/side-panel/lib/SidePanel.d.ts +1 -1
- package/dist/es6/side-panel/lib/SidePanel.js +1 -1
- package/dist/es6/skeleton/lib/parts/skeletonHeader.js +1 -1
- package/dist/es6/skeleton/lib/parts/skeletonShape.js +1 -1
- package/dist/es6/skeleton/lib/parts/skeletonText.js +1 -1
- package/dist/es6/skeleton/lib/skeleton.js +1 -1
- package/dist/es6/status-indicator/lib/StatusIndicator.d.ts +1 -1
- package/dist/es6/status-indicator/lib/StatusIndicator.js +1 -1
- package/dist/es6/switch/lib/Switch.js +12 -12
- package/dist/es6/table/lib/Table.js +2 -2
- package/dist/es6/table/lib/TableBody.js +2 -2
- package/dist/es6/table/lib/TableCaption.js +2 -2
- package/dist/es6/table/lib/TableCell.js +2 -2
- package/dist/es6/table/lib/TableFooter.js +2 -2
- package/dist/es6/table/lib/TableHead.js +2 -2
- package/dist/es6/table/lib/TableHeader.js +2 -2
- package/dist/es6/table/lib/TableRow.js +2 -2
- package/dist/es6/tabs/lib/Tabs.d.ts +1 -1
- package/dist/es6/tabs/lib/TabsItem.d.ts +1 -0
- package/dist/es6/tabs/lib/TabsItem.d.ts.map +1 -1
- package/dist/es6/tabs/lib/TabsItem.js +1 -1
- package/dist/es6/tabs/lib/TabsList.js +2 -2
- package/dist/es6/tabs/lib/TabsMenuPopper.js +1 -1
- package/dist/es6/tabs/lib/TabsOverflowButton.js +1 -1
- package/dist/es6/tabs/lib/TabsPanel.js +1 -1
- package/dist/es6/testing/lib/ComponentStatesTable.d.ts +1 -1
- package/dist/es6/testing/lib/ComponentStatesTable.d.ts.map +1 -1
- package/dist/es6/testing/lib/StaticStates.js +1 -1
- package/dist/es6/testing/lib/propTypes.d.ts +4 -4
- package/dist/es6/testing/lib/propTypes.d.ts.map +1 -1
- package/dist/es6/text/lib/LabelText.js +7 -7
- package/dist/es6/text/lib/Text.d.ts +2 -2
- package/dist/es6/text/lib/Text.d.ts.map +1 -1
- package/dist/es6/text/lib/Text.js +17 -17
- package/dist/es6/text/lib/TypeLevelComponents.d.ts +1 -1
- package/dist/es6/text/lib/TypeLevelComponents.d.ts.map +1 -1
- package/dist/es6/text/lib/TypeLevelComponents.js +8 -8
- package/dist/es6/text-area/lib/TextArea.d.ts +5 -5
- package/dist/es6/text-area/lib/TextArea.d.ts.map +1 -1
- package/dist/es6/text-area/lib/TextArea.js +6 -6
- package/dist/es6/text-input/lib/InputGroup.d.ts.map +1 -1
- package/dist/es6/text-input/lib/InputGroup.js +9 -8
- package/dist/es6/text-input/lib/TextInput.d.ts +6 -5
- package/dist/es6/text-input/lib/TextInput.d.ts.map +1 -1
- package/dist/es6/text-input/lib/TextInput.js +9 -8
- package/dist/es6/toast/lib/Toast.js +2 -2
- package/dist/es6/toast/lib/ToastBody.js +2 -2
- package/dist/es6/toast/lib/ToastCloseIcon.js +2 -2
- package/dist/es6/toast/lib/ToastIcon.js +2 -2
- package/dist/es6/toast/lib/ToastLink.js +1 -1
- package/dist/es6/toast/lib/ToastMessage.js +2 -2
- package/dist/es6/toast/lib/hooks/useToastModel.d.ts +1 -1
- package/dist/es6/toast/lib/hooks/useToastModel.d.ts.map +1 -1
- package/dist/es6/tokens/lib/colors.types.d.ts +2 -2
- package/dist/es6/tokens/lib/colors.types.d.ts.map +1 -1
- package/dist/es6/tokens/lib/depth.d.ts +3 -3
- package/dist/es6/tokens/lib/depth.d.ts.map +1 -1
- package/dist/es6/tokens/lib/radius.d.ts +4 -4
- package/dist/es6/tokens/lib/radius.d.ts.map +1 -1
- package/dist/es6/tokens/lib/space.d.ts +6 -6
- package/dist/es6/tokens/lib/space.d.ts.map +1 -1
- package/dist/es6/tokens/lib/type/fontFamilies.d.ts +1 -1
- package/dist/es6/tokens/lib/type/fontFamilies.d.ts.map +1 -1
- package/dist/es6/tokens/lib/type/fontSizes.d.ts +3 -3
- package/dist/es6/tokens/lib/type/fontSizes.d.ts.map +1 -1
- package/dist/es6/tokens/lib/type/fontWeights.d.ts +3 -3
- package/dist/es6/tokens/lib/type/fontWeights.d.ts.map +1 -1
- package/dist/es6/tokens/lib/type/index.d.ts +2 -2
- package/dist/es6/tokens/lib/type/index.d.ts.map +1 -1
- package/dist/es6/tokens/lib/type/levels.d.ts +5 -5
- package/dist/es6/tokens/lib/type/levels.d.ts.map +1 -1
- package/dist/es6/tokens/lib/type/variants.d.ts +1 -1
- package/dist/es6/tokens/lib/type/variants.d.ts.map +1 -1
- package/dist/es6/tokens/lib/types.d.ts +1 -1
- package/dist/es6/tokens/lib/types.d.ts.map +1 -1
- package/dist/es6/tooltip/lib/OverflowTooltip.d.ts +1 -1
- package/dist/es6/tooltip/lib/OverflowTooltip.d.ts.map +1 -1
- package/dist/es6/tooltip/lib/OverflowTooltip.js +2 -2
- package/dist/es6/tooltip/lib/Tooltip.js +2 -2
- package/dist/es6/tooltip/lib/TooltipContainer.d.ts +1 -1
- package/form-field/index.ts +10 -3
- package/form-field/lib/FormField.tsx +129 -242
- package/form-field/lib/FormFieldContainer.tsx +33 -0
- package/form-field/lib/FormFieldField.tsx +27 -0
- package/form-field/lib/FormFieldGroup.tsx +133 -0
- package/form-field/lib/FormFieldGroupInput.tsx +24 -0
- package/form-field/lib/FormFieldGroupLabel.tsx +88 -0
- package/form-field/lib/FormFieldGroupList.tsx +50 -0
- package/form-field/lib/FormFieldHint.tsx +51 -0
- package/form-field/lib/FormFieldInput.tsx +14 -0
- package/form-field/lib/FormFieldLabel.tsx +88 -0
- package/form-field/lib/formFieldStencil.ts +49 -0
- package/form-field/lib/hooks/index.ts +5 -0
- package/form-field/lib/hooks/useFormFieldHint.tsx +12 -0
- package/form-field/lib/hooks/useFormFieldInput.tsx +16 -0
- package/form-field/lib/hooks/useFormFieldLabel.tsx +12 -0
- package/form-field/lib/hooks/useFormFieldModel.tsx +42 -0
- package/form-field/lib/hooks/useFormFieldOrientation.tsx +31 -0
- package/icon/lib/SystemIcon.tsx +7 -4
- package/menu/lib/MenuList.tsx +2 -4
- package/modal/lib/Modal.tsx +1 -1
- package/modal/lib/hooks/useModalCard.ts +8 -1
- package/package.json +5 -5
- package/popup/lib/hooks/focus-trap-js.ts +1 -1
- package/popup/lib/hooks/useAssistiveHideSiblings.ts +1 -1
- package/radio/lib/RadioGroup.tsx +1 -1
- package/select/lib/Select.tsx +14 -34
- package/select/lib/hooks/useSelectInput.ts +35 -6
- package/text-input/lib/InputGroup.tsx +4 -3
- package/text-input/lib/TextInput.tsx +4 -3
- package/dist/commonjs/form-field/lib/Hint.d.ts +0 -30
- package/dist/commonjs/form-field/lib/Hint.d.ts.map +0 -1
- package/dist/commonjs/form-field/lib/Hint.js +0 -53
- package/dist/commonjs/form-field/lib/Label.d.ts +0 -46
- package/dist/commonjs/form-field/lib/Label.d.ts.map +0 -1
- package/dist/commonjs/form-field/lib/Label.js +0 -88
- package/dist/commonjs/form-field/lib/types.d.ts +0 -18
- package/dist/commonjs/form-field/lib/types.d.ts.map +0 -1
- package/dist/commonjs/form-field/lib/types.js +0 -15
- package/dist/es6/form-field/lib/Hint.d.ts +0 -30
- package/dist/es6/form-field/lib/Hint.d.ts.map +0 -1
- package/dist/es6/form-field/lib/Hint.js +0 -31
- package/dist/es6/form-field/lib/Label.d.ts +0 -46
- package/dist/es6/form-field/lib/Label.d.ts.map +0 -1
- package/dist/es6/form-field/lib/Label.js +0 -66
- package/dist/es6/form-field/lib/types.d.ts +0 -18
- package/dist/es6/form-field/lib/types.d.ts.map +0 -1
- package/dist/es6/form-field/lib/types.js +0 -12
- package/form-field/lib/Hint.tsx +0 -60
- package/form-field/lib/Label.tsx +0 -134
- package/form-field/lib/types.ts +0 -17
|
@@ -3,7 +3,7 @@ import { CanvasSystemIcon } from '@workday/design-assets-types';
|
|
|
3
3
|
import { Combobox } from '@workday/canvas-kit-react/combobox';
|
|
4
4
|
import { CSProps } from '@workday/canvas-kit-styling';
|
|
5
5
|
import { TextInput } from '@workday/canvas-kit-react/text-input';
|
|
6
|
-
import { ExtractProps
|
|
6
|
+
import { ExtractProps } from '@workday/canvas-kit-react/common';
|
|
7
7
|
export interface SelectInputProps extends ExtractProps<typeof TextInput>, CSProps {
|
|
8
8
|
/**
|
|
9
9
|
* The Icon to render at the start of the `input`. Use this prop if your options
|
|
@@ -11,6 +11,11 @@ export interface SelectInputProps extends ExtractProps<typeof TextInput>, CSProp
|
|
|
11
11
|
* ** Note:An option must be selected in order to render and icon.**
|
|
12
12
|
*/
|
|
13
13
|
inputStartIcon?: CanvasSystemIcon;
|
|
14
|
+
readonly textInputProps?: {
|
|
15
|
+
ref: React.Ref<HTMLInputElement>;
|
|
16
|
+
onChange: () => {};
|
|
17
|
+
value: string;
|
|
18
|
+
};
|
|
14
19
|
}
|
|
15
20
|
export declare const SelectInput: import("@workday/canvas-kit-react/common").ElementComponentM<import("@workday/canvas-kit-react/common").ElementComponent<"input", import("@workday/canvas-kit-react/text-input").TextInputProps> & {
|
|
16
21
|
ErrorType: typeof import("@workday/canvas-kit-react/common").ErrorType;
|
|
@@ -44,7 +49,20 @@ export declare const SelectInput: import("@workday/canvas-kit-react/common").Ele
|
|
|
44
49
|
indexRef: React.MutableRefObject<number>;
|
|
45
50
|
nonInteractiveIds: string[];
|
|
46
51
|
isVirtualized: boolean;
|
|
47
|
-
items: import("../..").Item<any>[];
|
|
52
|
+
items: import("../..").Item<any>[]; /**
|
|
53
|
+
* `Select.Popper` renders a {@link ComboboxPopper Combobox.Menu.Popper}. You have access to all `Popper` props.
|
|
54
|
+
*
|
|
55
|
+
* ```tsx
|
|
56
|
+
* <Select items={options}>
|
|
57
|
+
* <FormField label="Your Label">
|
|
58
|
+
* <Select.Input onChange={(event) => handleChange(event)}>
|
|
59
|
+
* <Select.Popper>
|
|
60
|
+
* ...
|
|
61
|
+
* </Select.Popper>
|
|
62
|
+
* </FormField>
|
|
63
|
+
* </Select>
|
|
64
|
+
* ```
|
|
65
|
+
*/
|
|
48
66
|
mode: "multiple" | "single";
|
|
49
67
|
value: string | undefined;
|
|
50
68
|
inputRef: React.RefObject<HTMLInputElement>;
|
|
@@ -121,7 +139,20 @@ export declare const SelectItem: import("@workday/canvas-kit-react/common").Elem
|
|
|
121
139
|
indexRef: React.MutableRefObject<number>;
|
|
122
140
|
nonInteractiveIds: string[];
|
|
123
141
|
isVirtualized: boolean;
|
|
124
|
-
items: import("../..").Item<any>[];
|
|
142
|
+
items: import("../..").Item<any>[]; /**
|
|
143
|
+
* `Select.Popper` renders a {@link ComboboxPopper Combobox.Menu.Popper}. You have access to all `Popper` props.
|
|
144
|
+
*
|
|
145
|
+
* ```tsx
|
|
146
|
+
* <Select items={options}>
|
|
147
|
+
* <FormField label="Your Label">
|
|
148
|
+
* <Select.Input onChange={(event) => handleChange(event)}>
|
|
149
|
+
* <Select.Popper>
|
|
150
|
+
* ...
|
|
151
|
+
* </Select.Popper>
|
|
152
|
+
* </FormField>
|
|
153
|
+
* </Select>
|
|
154
|
+
* ```
|
|
155
|
+
*/
|
|
125
156
|
mode: "multiple" | "single";
|
|
126
157
|
value: string | undefined;
|
|
127
158
|
inputRef: React.RefObject<HTMLInputElement>;
|
|
@@ -197,7 +228,20 @@ export declare const SelectItem: import("@workday/canvas-kit-react/common").Elem
|
|
|
197
228
|
indexRef: React.MutableRefObject<number>;
|
|
198
229
|
nonInteractiveIds: string[];
|
|
199
230
|
isVirtualized: boolean;
|
|
200
|
-
items: import("../..").Item<any>[];
|
|
231
|
+
items: import("../..").Item<any>[]; /**
|
|
232
|
+
* `Select.Popper` renders a {@link ComboboxPopper Combobox.Menu.Popper}. You have access to all `Popper` props.
|
|
233
|
+
*
|
|
234
|
+
* ```tsx
|
|
235
|
+
* <Select items={options}>
|
|
236
|
+
* <FormField label="Your Label">
|
|
237
|
+
* <Select.Input onChange={(event) => handleChange(event)}>
|
|
238
|
+
* <Select.Popper>
|
|
239
|
+
* ...
|
|
240
|
+
* </Select.Popper>
|
|
241
|
+
* </FormField>
|
|
242
|
+
* </Select>
|
|
243
|
+
* ```
|
|
244
|
+
*/
|
|
201
245
|
mode: "multiple" | "single";
|
|
202
246
|
value: string | undefined;
|
|
203
247
|
inputRef: React.RefObject<HTMLInputElement>;
|
|
@@ -274,7 +318,20 @@ export declare const SelectItem: import("@workday/canvas-kit-react/common").Elem
|
|
|
274
318
|
indexRef: React.MutableRefObject<number>;
|
|
275
319
|
nonInteractiveIds: string[];
|
|
276
320
|
isVirtualized: boolean;
|
|
277
|
-
items: import("../..").Item<any>[];
|
|
321
|
+
items: import("../..").Item<any>[]; /**
|
|
322
|
+
* `Select.Popper` renders a {@link ComboboxPopper Combobox.Menu.Popper}. You have access to all `Popper` props.
|
|
323
|
+
*
|
|
324
|
+
* ```tsx
|
|
325
|
+
* <Select items={options}>
|
|
326
|
+
* <FormField label="Your Label">
|
|
327
|
+
* <Select.Input onChange={(event) => handleChange(event)}>
|
|
328
|
+
* <Select.Popper>
|
|
329
|
+
* ...
|
|
330
|
+
* </Select.Popper>
|
|
331
|
+
* </FormField>
|
|
332
|
+
* </Select>
|
|
333
|
+
* ```
|
|
334
|
+
*/
|
|
278
335
|
mode: "multiple" | "single";
|
|
279
336
|
value: string | undefined;
|
|
280
337
|
inputRef: React.RefObject<HTMLInputElement>;
|
|
@@ -352,7 +409,20 @@ export declare const SelectCard: import("@workday/canvas-kit-react/common").Elem
|
|
|
352
409
|
indexRef: React.MutableRefObject<number>;
|
|
353
410
|
nonInteractiveIds: string[];
|
|
354
411
|
isVirtualized: boolean;
|
|
355
|
-
items: import("../..").Item<any>[];
|
|
412
|
+
items: import("../..").Item<any>[]; /**
|
|
413
|
+
* `Select.Popper` renders a {@link ComboboxPopper Combobox.Menu.Popper}. You have access to all `Popper` props.
|
|
414
|
+
*
|
|
415
|
+
* ```tsx
|
|
416
|
+
* <Select items={options}>
|
|
417
|
+
* <FormField label="Your Label">
|
|
418
|
+
* <Select.Input onChange={(event) => handleChange(event)}>
|
|
419
|
+
* <Select.Popper>
|
|
420
|
+
* ...
|
|
421
|
+
* </Select.Popper>
|
|
422
|
+
* </FormField>
|
|
423
|
+
* </Select>
|
|
424
|
+
* ```
|
|
425
|
+
*/
|
|
356
426
|
mode: "multiple" | "single";
|
|
357
427
|
value: string | undefined;
|
|
358
428
|
inputRef: React.RefObject<HTMLInputElement>;
|
|
@@ -428,7 +498,20 @@ export declare const SelectCard: import("@workday/canvas-kit-react/common").Elem
|
|
|
428
498
|
indexRef: React.MutableRefObject<number>;
|
|
429
499
|
nonInteractiveIds: string[];
|
|
430
500
|
isVirtualized: boolean;
|
|
431
|
-
items: import("../..").Item<any>[];
|
|
501
|
+
items: import("../..").Item<any>[]; /**
|
|
502
|
+
* `Select.Popper` renders a {@link ComboboxPopper Combobox.Menu.Popper}. You have access to all `Popper` props.
|
|
503
|
+
*
|
|
504
|
+
* ```tsx
|
|
505
|
+
* <Select items={options}>
|
|
506
|
+
* <FormField label="Your Label">
|
|
507
|
+
* <Select.Input onChange={(event) => handleChange(event)}>
|
|
508
|
+
* <Select.Popper>
|
|
509
|
+
* ...
|
|
510
|
+
* </Select.Popper>
|
|
511
|
+
* </FormField>
|
|
512
|
+
* </Select>
|
|
513
|
+
* ```
|
|
514
|
+
*/
|
|
432
515
|
mode: "multiple" | "single";
|
|
433
516
|
value: string | undefined;
|
|
434
517
|
inputRef: React.RefObject<HTMLInputElement>;
|
|
@@ -475,7 +558,7 @@ export declare const SelectCard: import("@workday/canvas-kit-react/common").Elem
|
|
|
475
558
|
navigation: import("../../collection/lib/useCursorListModel").NavigationManager;
|
|
476
559
|
getId: (item: any) => string;
|
|
477
560
|
}>;
|
|
478
|
-
export interface SelectProps extends
|
|
561
|
+
export interface SelectProps extends ExtractProps<typeof Combobox> {
|
|
479
562
|
}
|
|
480
563
|
/**
|
|
481
564
|
* Use `Select` to allow users to choose an option from a list or type characters to select a matching option.
|
|
@@ -549,7 +632,20 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
549
632
|
indexRef: React.MutableRefObject<number>;
|
|
550
633
|
nonInteractiveIds: string[];
|
|
551
634
|
isVirtualized: boolean;
|
|
552
|
-
items: import("../..").Item<any>[];
|
|
635
|
+
items: import("../..").Item<any>[]; /**
|
|
636
|
+
* `Select.Popper` renders a {@link ComboboxPopper Combobox.Menu.Popper}. You have access to all `Popper` props.
|
|
637
|
+
*
|
|
638
|
+
* ```tsx
|
|
639
|
+
* <Select items={options}>
|
|
640
|
+
* <FormField label="Your Label">
|
|
641
|
+
* <Select.Input onChange={(event) => handleChange(event)}>
|
|
642
|
+
* <Select.Popper>
|
|
643
|
+
* ...
|
|
644
|
+
* </Select.Popper>
|
|
645
|
+
* </FormField>
|
|
646
|
+
* </Select>
|
|
647
|
+
* ```
|
|
648
|
+
*/
|
|
553
649
|
mode: "multiple" | "single";
|
|
554
650
|
value: string | undefined;
|
|
555
651
|
inputRef: React.RefObject<HTMLInputElement>;
|
|
@@ -586,7 +682,20 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
586
682
|
indexRef: React.MutableRefObject<number>;
|
|
587
683
|
nonInteractiveIds: string[];
|
|
588
684
|
isVirtualized: boolean;
|
|
589
|
-
items: import("../..").Item<any>[];
|
|
685
|
+
items: import("../..").Item<any>[]; /**
|
|
686
|
+
* `Select.Popper` renders a {@link ComboboxPopper Combobox.Menu.Popper}. You have access to all `Popper` props.
|
|
687
|
+
*
|
|
688
|
+
* ```tsx
|
|
689
|
+
* <Select items={options}>
|
|
690
|
+
* <FormField label="Your Label">
|
|
691
|
+
* <Select.Input onChange={(event) => handleChange(event)}>
|
|
692
|
+
* <Select.Popper>
|
|
693
|
+
* ...
|
|
694
|
+
* </Select.Popper>
|
|
695
|
+
* </FormField>
|
|
696
|
+
* </Select>
|
|
697
|
+
* ```
|
|
698
|
+
*/
|
|
590
699
|
mode: "multiple" | "single";
|
|
591
700
|
value: string | undefined;
|
|
592
701
|
inputRef: React.RefObject<HTMLInputElement>;
|
|
@@ -621,7 +730,20 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
621
730
|
indexRef: React.MutableRefObject<number>;
|
|
622
731
|
nonInteractiveIds: string[];
|
|
623
732
|
isVirtualized: boolean;
|
|
624
|
-
items: import("../..").Item<any>[];
|
|
733
|
+
items: import("../..").Item<any>[]; /**
|
|
734
|
+
* `Select.Popper` renders a {@link ComboboxPopper Combobox.Menu.Popper}. You have access to all `Popper` props.
|
|
735
|
+
*
|
|
736
|
+
* ```tsx
|
|
737
|
+
* <Select items={options}>
|
|
738
|
+
* <FormField label="Your Label">
|
|
739
|
+
* <Select.Input onChange={(event) => handleChange(event)}>
|
|
740
|
+
* <Select.Popper>
|
|
741
|
+
* ...
|
|
742
|
+
* </Select.Popper>
|
|
743
|
+
* </FormField>
|
|
744
|
+
* </Select>
|
|
745
|
+
* ```
|
|
746
|
+
*/
|
|
625
747
|
mode: "multiple" | "single";
|
|
626
748
|
value: string | undefined;
|
|
627
749
|
inputRef: React.RefObject<HTMLInputElement>;
|
|
@@ -656,7 +778,20 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
656
778
|
indexRef: React.MutableRefObject<number>;
|
|
657
779
|
nonInteractiveIds: string[];
|
|
658
780
|
isVirtualized: boolean;
|
|
659
|
-
items: import("../..").Item<any>[];
|
|
781
|
+
items: import("../..").Item<any>[]; /**
|
|
782
|
+
* `Select.Popper` renders a {@link ComboboxPopper Combobox.Menu.Popper}. You have access to all `Popper` props.
|
|
783
|
+
*
|
|
784
|
+
* ```tsx
|
|
785
|
+
* <Select items={options}>
|
|
786
|
+
* <FormField label="Your Label">
|
|
787
|
+
* <Select.Input onChange={(event) => handleChange(event)}>
|
|
788
|
+
* <Select.Popper>
|
|
789
|
+
* ...
|
|
790
|
+
* </Select.Popper>
|
|
791
|
+
* </FormField>
|
|
792
|
+
* </Select>
|
|
793
|
+
* ```
|
|
794
|
+
*/
|
|
660
795
|
mode: "multiple" | "single";
|
|
661
796
|
value: string | undefined;
|
|
662
797
|
inputRef: React.RefObject<HTMLInputElement>;
|
|
@@ -693,7 +828,20 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
693
828
|
indexRef: React.MutableRefObject<number>;
|
|
694
829
|
nonInteractiveIds: string[];
|
|
695
830
|
isVirtualized: boolean;
|
|
696
|
-
items: import("../..").Item<any>[];
|
|
831
|
+
items: import("../..").Item<any>[]; /**
|
|
832
|
+
* `Select.Popper` renders a {@link ComboboxPopper Combobox.Menu.Popper}. You have access to all `Popper` props.
|
|
833
|
+
*
|
|
834
|
+
* ```tsx
|
|
835
|
+
* <Select items={options}>
|
|
836
|
+
* <FormField label="Your Label">
|
|
837
|
+
* <Select.Input onChange={(event) => handleChange(event)}>
|
|
838
|
+
* <Select.Popper>
|
|
839
|
+
* ...
|
|
840
|
+
* </Select.Popper>
|
|
841
|
+
* </FormField>
|
|
842
|
+
* </Select>
|
|
843
|
+
* ```
|
|
844
|
+
*/
|
|
697
845
|
mode: "multiple" | "single";
|
|
698
846
|
value: string | undefined;
|
|
699
847
|
inputRef: React.RefObject<HTMLInputElement>;
|
|
@@ -728,7 +876,20 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
728
876
|
indexRef: React.MutableRefObject<number>;
|
|
729
877
|
nonInteractiveIds: string[];
|
|
730
878
|
isVirtualized: boolean;
|
|
731
|
-
items: import("../..").Item<any>[];
|
|
879
|
+
items: import("../..").Item<any>[]; /**
|
|
880
|
+
* `Select.Popper` renders a {@link ComboboxPopper Combobox.Menu.Popper}. You have access to all `Popper` props.
|
|
881
|
+
*
|
|
882
|
+
* ```tsx
|
|
883
|
+
* <Select items={options}>
|
|
884
|
+
* <FormField label="Your Label">
|
|
885
|
+
* <Select.Input onChange={(event) => handleChange(event)}>
|
|
886
|
+
* <Select.Popper>
|
|
887
|
+
* ...
|
|
888
|
+
* </Select.Popper>
|
|
889
|
+
* </FormField>
|
|
890
|
+
* </Select>
|
|
891
|
+
* ```
|
|
892
|
+
*/
|
|
732
893
|
mode: "multiple" | "single";
|
|
733
894
|
value: string | undefined;
|
|
734
895
|
inputRef: React.RefObject<HTMLInputElement>;
|
|
@@ -763,7 +924,20 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
763
924
|
indexRef: React.MutableRefObject<number>;
|
|
764
925
|
nonInteractiveIds: string[];
|
|
765
926
|
isVirtualized: boolean;
|
|
766
|
-
items: import("../..").Item<any>[];
|
|
927
|
+
items: import("../..").Item<any>[]; /**
|
|
928
|
+
* `Select.Popper` renders a {@link ComboboxPopper Combobox.Menu.Popper}. You have access to all `Popper` props.
|
|
929
|
+
*
|
|
930
|
+
* ```tsx
|
|
931
|
+
* <Select items={options}>
|
|
932
|
+
* <FormField label="Your Label">
|
|
933
|
+
* <Select.Input onChange={(event) => handleChange(event)}>
|
|
934
|
+
* <Select.Popper>
|
|
935
|
+
* ...
|
|
936
|
+
* </Select.Popper>
|
|
937
|
+
* </FormField>
|
|
938
|
+
* </Select>
|
|
939
|
+
* ```
|
|
940
|
+
*/
|
|
767
941
|
mode: "multiple" | "single";
|
|
768
942
|
value: string | undefined;
|
|
769
943
|
inputRef: React.RefObject<HTMLInputElement>;
|
|
@@ -800,7 +974,20 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
800
974
|
indexRef: React.MutableRefObject<number>;
|
|
801
975
|
nonInteractiveIds: string[];
|
|
802
976
|
isVirtualized: boolean;
|
|
803
|
-
items: import("../..").Item<any>[];
|
|
977
|
+
items: import("../..").Item<any>[]; /**
|
|
978
|
+
* `Select.Popper` renders a {@link ComboboxPopper Combobox.Menu.Popper}. You have access to all `Popper` props.
|
|
979
|
+
*
|
|
980
|
+
* ```tsx
|
|
981
|
+
* <Select items={options}>
|
|
982
|
+
* <FormField label="Your Label">
|
|
983
|
+
* <Select.Input onChange={(event) => handleChange(event)}>
|
|
984
|
+
* <Select.Popper>
|
|
985
|
+
* ...
|
|
986
|
+
* </Select.Popper>
|
|
987
|
+
* </FormField>
|
|
988
|
+
* </Select>
|
|
989
|
+
* ```
|
|
990
|
+
*/
|
|
804
991
|
mode: "multiple" | "single";
|
|
805
992
|
value: string | undefined;
|
|
806
993
|
inputRef: React.RefObject<HTMLInputElement>;
|
|
@@ -835,7 +1022,20 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
835
1022
|
indexRef: React.MutableRefObject<number>;
|
|
836
1023
|
nonInteractiveIds: string[];
|
|
837
1024
|
isVirtualized: boolean;
|
|
838
|
-
items: import("../..").Item<any>[];
|
|
1025
|
+
items: import("../..").Item<any>[]; /**
|
|
1026
|
+
* `Select.Popper` renders a {@link ComboboxPopper Combobox.Menu.Popper}. You have access to all `Popper` props.
|
|
1027
|
+
*
|
|
1028
|
+
* ```tsx
|
|
1029
|
+
* <Select items={options}>
|
|
1030
|
+
* <FormField label="Your Label">
|
|
1031
|
+
* <Select.Input onChange={(event) => handleChange(event)}>
|
|
1032
|
+
* <Select.Popper>
|
|
1033
|
+
* ...
|
|
1034
|
+
* </Select.Popper>
|
|
1035
|
+
* </FormField>
|
|
1036
|
+
* </Select>
|
|
1037
|
+
* ```
|
|
1038
|
+
*/
|
|
839
1039
|
mode: "multiple" | "single";
|
|
840
1040
|
value: string | undefined;
|
|
841
1041
|
inputRef: React.RefObject<HTMLInputElement>;
|
|
@@ -870,7 +1070,20 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
870
1070
|
indexRef: React.MutableRefObject<number>;
|
|
871
1071
|
nonInteractiveIds: string[];
|
|
872
1072
|
isVirtualized: boolean;
|
|
873
|
-
items: import("../..").Item<any>[];
|
|
1073
|
+
items: import("../..").Item<any>[]; /**
|
|
1074
|
+
* `Select.Popper` renders a {@link ComboboxPopper Combobox.Menu.Popper}. You have access to all `Popper` props.
|
|
1075
|
+
*
|
|
1076
|
+
* ```tsx
|
|
1077
|
+
* <Select items={options}>
|
|
1078
|
+
* <FormField label="Your Label">
|
|
1079
|
+
* <Select.Input onChange={(event) => handleChange(event)}>
|
|
1080
|
+
* <Select.Popper>
|
|
1081
|
+
* ...
|
|
1082
|
+
* </Select.Popper>
|
|
1083
|
+
* </FormField>
|
|
1084
|
+
* </Select>
|
|
1085
|
+
* ```
|
|
1086
|
+
*/
|
|
874
1087
|
mode: "multiple" | "single";
|
|
875
1088
|
value: string | undefined;
|
|
876
1089
|
inputRef: React.RefObject<HTMLInputElement>;
|
|
@@ -905,7 +1118,20 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
905
1118
|
indexRef: React.MutableRefObject<number>;
|
|
906
1119
|
nonInteractiveIds: string[];
|
|
907
1120
|
isVirtualized: boolean;
|
|
908
|
-
items: import("../..").Item<any>[];
|
|
1121
|
+
items: import("../..").Item<any>[]; /**
|
|
1122
|
+
* `Select.Popper` renders a {@link ComboboxPopper Combobox.Menu.Popper}. You have access to all `Popper` props.
|
|
1123
|
+
*
|
|
1124
|
+
* ```tsx
|
|
1125
|
+
* <Select items={options}>
|
|
1126
|
+
* <FormField label="Your Label">
|
|
1127
|
+
* <Select.Input onChange={(event) => handleChange(event)}>
|
|
1128
|
+
* <Select.Popper>
|
|
1129
|
+
* ...
|
|
1130
|
+
* </Select.Popper>
|
|
1131
|
+
* </FormField>
|
|
1132
|
+
* </Select>
|
|
1133
|
+
* ```
|
|
1134
|
+
*/
|
|
909
1135
|
mode: "multiple" | "single";
|
|
910
1136
|
value: string | undefined;
|
|
911
1137
|
inputRef: React.RefObject<HTMLInputElement>;
|
|
@@ -940,7 +1166,20 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
940
1166
|
indexRef: React.MutableRefObject<number>;
|
|
941
1167
|
nonInteractiveIds: string[];
|
|
942
1168
|
isVirtualized: boolean;
|
|
943
|
-
items: import("../..").Item<any>[];
|
|
1169
|
+
items: import("../..").Item<any>[]; /**
|
|
1170
|
+
* `Select.Popper` renders a {@link ComboboxPopper Combobox.Menu.Popper}. You have access to all `Popper` props.
|
|
1171
|
+
*
|
|
1172
|
+
* ```tsx
|
|
1173
|
+
* <Select items={options}>
|
|
1174
|
+
* <FormField label="Your Label">
|
|
1175
|
+
* <Select.Input onChange={(event) => handleChange(event)}>
|
|
1176
|
+
* <Select.Popper>
|
|
1177
|
+
* ...
|
|
1178
|
+
* </Select.Popper>
|
|
1179
|
+
* </FormField>
|
|
1180
|
+
* </Select>
|
|
1181
|
+
* ```
|
|
1182
|
+
*/
|
|
944
1183
|
mode: "multiple" | "single";
|
|
945
1184
|
value: string | undefined;
|
|
946
1185
|
inputRef: React.RefObject<HTMLInputElement>;
|
|
@@ -975,7 +1214,20 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
975
1214
|
indexRef: React.MutableRefObject<number>;
|
|
976
1215
|
nonInteractiveIds: string[];
|
|
977
1216
|
isVirtualized: boolean;
|
|
978
|
-
items: import("../..").Item<any>[];
|
|
1217
|
+
items: import("../..").Item<any>[]; /**
|
|
1218
|
+
* `Select.Popper` renders a {@link ComboboxPopper Combobox.Menu.Popper}. You have access to all `Popper` props.
|
|
1219
|
+
*
|
|
1220
|
+
* ```tsx
|
|
1221
|
+
* <Select items={options}>
|
|
1222
|
+
* <FormField label="Your Label">
|
|
1223
|
+
* <Select.Input onChange={(event) => handleChange(event)}>
|
|
1224
|
+
* <Select.Popper>
|
|
1225
|
+
* ...
|
|
1226
|
+
* </Select.Popper>
|
|
1227
|
+
* </FormField>
|
|
1228
|
+
* </Select>
|
|
1229
|
+
* ```
|
|
1230
|
+
*/
|
|
979
1231
|
mode: "multiple" | "single";
|
|
980
1232
|
value: string | undefined;
|
|
981
1233
|
inputRef: React.RefObject<HTMLInputElement>;
|
|
@@ -1010,7 +1262,20 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
1010
1262
|
indexRef: React.MutableRefObject<number>;
|
|
1011
1263
|
nonInteractiveIds: string[];
|
|
1012
1264
|
isVirtualized: boolean;
|
|
1013
|
-
items: import("../..").Item<any>[];
|
|
1265
|
+
items: import("../..").Item<any>[]; /**
|
|
1266
|
+
* `Select.Popper` renders a {@link ComboboxPopper Combobox.Menu.Popper}. You have access to all `Popper` props.
|
|
1267
|
+
*
|
|
1268
|
+
* ```tsx
|
|
1269
|
+
* <Select items={options}>
|
|
1270
|
+
* <FormField label="Your Label">
|
|
1271
|
+
* <Select.Input onChange={(event) => handleChange(event)}>
|
|
1272
|
+
* <Select.Popper>
|
|
1273
|
+
* ...
|
|
1274
|
+
* </Select.Popper>
|
|
1275
|
+
* </FormField>
|
|
1276
|
+
* </Select>
|
|
1277
|
+
* ```
|
|
1278
|
+
*/
|
|
1014
1279
|
mode: "multiple" | "single";
|
|
1015
1280
|
value: string | undefined;
|
|
1016
1281
|
inputRef: React.RefObject<HTMLInputElement>;
|
|
@@ -1045,7 +1310,20 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
1045
1310
|
indexRef: React.MutableRefObject<number>;
|
|
1046
1311
|
nonInteractiveIds: string[];
|
|
1047
1312
|
isVirtualized: boolean;
|
|
1048
|
-
items: import("../..").Item<any>[];
|
|
1313
|
+
items: import("../..").Item<any>[]; /**
|
|
1314
|
+
* `Select.Popper` renders a {@link ComboboxPopper Combobox.Menu.Popper}. You have access to all `Popper` props.
|
|
1315
|
+
*
|
|
1316
|
+
* ```tsx
|
|
1317
|
+
* <Select items={options}>
|
|
1318
|
+
* <FormField label="Your Label">
|
|
1319
|
+
* <Select.Input onChange={(event) => handleChange(event)}>
|
|
1320
|
+
* <Select.Popper>
|
|
1321
|
+
* ...
|
|
1322
|
+
* </Select.Popper>
|
|
1323
|
+
* </FormField>
|
|
1324
|
+
* </Select>
|
|
1325
|
+
* ```
|
|
1326
|
+
*/
|
|
1049
1327
|
mode: "multiple" | "single";
|
|
1050
1328
|
value: string | undefined;
|
|
1051
1329
|
inputRef: React.RefObject<HTMLInputElement>;
|
|
@@ -1080,7 +1358,20 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
1080
1358
|
indexRef: React.MutableRefObject<number>;
|
|
1081
1359
|
nonInteractiveIds: string[];
|
|
1082
1360
|
isVirtualized: boolean;
|
|
1083
|
-
items: import("../..").Item<any>[];
|
|
1361
|
+
items: import("../..").Item<any>[]; /**
|
|
1362
|
+
* `Select.Popper` renders a {@link ComboboxPopper Combobox.Menu.Popper}. You have access to all `Popper` props.
|
|
1363
|
+
*
|
|
1364
|
+
* ```tsx
|
|
1365
|
+
* <Select items={options}>
|
|
1366
|
+
* <FormField label="Your Label">
|
|
1367
|
+
* <Select.Input onChange={(event) => handleChange(event)}>
|
|
1368
|
+
* <Select.Popper>
|
|
1369
|
+
* ...
|
|
1370
|
+
* </Select.Popper>
|
|
1371
|
+
* </FormField>
|
|
1372
|
+
* </Select>
|
|
1373
|
+
* ```
|
|
1374
|
+
*/
|
|
1084
1375
|
mode: "multiple" | "single";
|
|
1085
1376
|
value: string | undefined;
|
|
1086
1377
|
inputRef: React.RefObject<HTMLInputElement>;
|
|
@@ -1115,7 +1406,20 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
1115
1406
|
indexRef: React.MutableRefObject<number>;
|
|
1116
1407
|
nonInteractiveIds: string[];
|
|
1117
1408
|
isVirtualized: boolean;
|
|
1118
|
-
items: import("../..").Item<any>[];
|
|
1409
|
+
items: import("../..").Item<any>[]; /**
|
|
1410
|
+
* `Select.Popper` renders a {@link ComboboxPopper Combobox.Menu.Popper}. You have access to all `Popper` props.
|
|
1411
|
+
*
|
|
1412
|
+
* ```tsx
|
|
1413
|
+
* <Select items={options}>
|
|
1414
|
+
* <FormField label="Your Label">
|
|
1415
|
+
* <Select.Input onChange={(event) => handleChange(event)}>
|
|
1416
|
+
* <Select.Popper>
|
|
1417
|
+
* ...
|
|
1418
|
+
* </Select.Popper>
|
|
1419
|
+
* </FormField>
|
|
1420
|
+
* </Select>
|
|
1421
|
+
* ```
|
|
1422
|
+
*/
|
|
1119
1423
|
mode: "multiple" | "single";
|
|
1120
1424
|
value: string | undefined;
|
|
1121
1425
|
inputRef: React.RefObject<HTMLInputElement>;
|
|
@@ -1150,7 +1454,20 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
1150
1454
|
indexRef: React.MutableRefObject<number>;
|
|
1151
1455
|
nonInteractiveIds: string[];
|
|
1152
1456
|
isVirtualized: boolean;
|
|
1153
|
-
items: import("../..").Item<any>[];
|
|
1457
|
+
items: import("../..").Item<any>[]; /**
|
|
1458
|
+
* `Select.Popper` renders a {@link ComboboxPopper Combobox.Menu.Popper}. You have access to all `Popper` props.
|
|
1459
|
+
*
|
|
1460
|
+
* ```tsx
|
|
1461
|
+
* <Select items={options}>
|
|
1462
|
+
* <FormField label="Your Label">
|
|
1463
|
+
* <Select.Input onChange={(event) => handleChange(event)}>
|
|
1464
|
+
* <Select.Popper>
|
|
1465
|
+
* ...
|
|
1466
|
+
* </Select.Popper>
|
|
1467
|
+
* </FormField>
|
|
1468
|
+
* </Select>
|
|
1469
|
+
* ```
|
|
1470
|
+
*/
|
|
1154
1471
|
mode: "multiple" | "single";
|
|
1155
1472
|
value: string | undefined;
|
|
1156
1473
|
inputRef: React.RefObject<HTMLInputElement>;
|
|
@@ -1188,7 +1505,20 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
1188
1505
|
indexRef: React.MutableRefObject<number>;
|
|
1189
1506
|
nonInteractiveIds: string[];
|
|
1190
1507
|
isVirtualized: boolean;
|
|
1191
|
-
items: import("../..").Item<any>[];
|
|
1508
|
+
items: import("../..").Item<any>[]; /**
|
|
1509
|
+
* `Select.Popper` renders a {@link ComboboxPopper Combobox.Menu.Popper}. You have access to all `Popper` props.
|
|
1510
|
+
*
|
|
1511
|
+
* ```tsx
|
|
1512
|
+
* <Select items={options}>
|
|
1513
|
+
* <FormField label="Your Label">
|
|
1514
|
+
* <Select.Input onChange={(event) => handleChange(event)}>
|
|
1515
|
+
* <Select.Popper>
|
|
1516
|
+
* ...
|
|
1517
|
+
* </Select.Popper>
|
|
1518
|
+
* </FormField>
|
|
1519
|
+
* </Select>
|
|
1520
|
+
* ```
|
|
1521
|
+
*/
|
|
1192
1522
|
mode: "multiple" | "single";
|
|
1193
1523
|
value: string | undefined;
|
|
1194
1524
|
inputRef: React.RefObject<HTMLInputElement>;
|
|
@@ -1225,7 +1555,20 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
1225
1555
|
indexRef: React.MutableRefObject<number>;
|
|
1226
1556
|
nonInteractiveIds: string[];
|
|
1227
1557
|
isVirtualized: boolean;
|
|
1228
|
-
items: import("../..").Item<any>[];
|
|
1558
|
+
items: import("../..").Item<any>[]; /**
|
|
1559
|
+
* `Select.Popper` renders a {@link ComboboxPopper Combobox.Menu.Popper}. You have access to all `Popper` props.
|
|
1560
|
+
*
|
|
1561
|
+
* ```tsx
|
|
1562
|
+
* <Select items={options}>
|
|
1563
|
+
* <FormField label="Your Label">
|
|
1564
|
+
* <Select.Input onChange={(event) => handleChange(event)}>
|
|
1565
|
+
* <Select.Popper>
|
|
1566
|
+
* ...
|
|
1567
|
+
* </Select.Popper>
|
|
1568
|
+
* </FormField>
|
|
1569
|
+
* </Select>
|
|
1570
|
+
* ```
|
|
1571
|
+
*/
|
|
1229
1572
|
mode: "multiple" | "single";
|
|
1230
1573
|
value: string | undefined;
|
|
1231
1574
|
inputRef: React.RefObject<HTMLInputElement>;
|
|
@@ -1262,7 +1605,20 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
1262
1605
|
indexRef: React.MutableRefObject<number>;
|
|
1263
1606
|
nonInteractiveIds: string[];
|
|
1264
1607
|
isVirtualized: boolean;
|
|
1265
|
-
items: import("../..").Item<any>[];
|
|
1608
|
+
items: import("../..").Item<any>[]; /**
|
|
1609
|
+
* `Select.Popper` renders a {@link ComboboxPopper Combobox.Menu.Popper}. You have access to all `Popper` props.
|
|
1610
|
+
*
|
|
1611
|
+
* ```tsx
|
|
1612
|
+
* <Select items={options}>
|
|
1613
|
+
* <FormField label="Your Label">
|
|
1614
|
+
* <Select.Input onChange={(event) => handleChange(event)}>
|
|
1615
|
+
* <Select.Popper>
|
|
1616
|
+
* ...
|
|
1617
|
+
* </Select.Popper>
|
|
1618
|
+
* </FormField>
|
|
1619
|
+
* </Select>
|
|
1620
|
+
* ```
|
|
1621
|
+
*/
|
|
1266
1622
|
mode: "multiple" | "single";
|
|
1267
1623
|
value: string | undefined;
|
|
1268
1624
|
inputRef: React.RefObject<HTMLInputElement>;
|
|
@@ -1298,7 +1654,20 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
1298
1654
|
indexRef: React.MutableRefObject<number>;
|
|
1299
1655
|
nonInteractiveIds: string[];
|
|
1300
1656
|
isVirtualized: boolean;
|
|
1301
|
-
items: import("../..").Item<any>[];
|
|
1657
|
+
items: import("../..").Item<any>[]; /**
|
|
1658
|
+
* `Select.Popper` renders a {@link ComboboxPopper Combobox.Menu.Popper}. You have access to all `Popper` props.
|
|
1659
|
+
*
|
|
1660
|
+
* ```tsx
|
|
1661
|
+
* <Select items={options}>
|
|
1662
|
+
* <FormField label="Your Label">
|
|
1663
|
+
* <Select.Input onChange={(event) => handleChange(event)}>
|
|
1664
|
+
* <Select.Popper>
|
|
1665
|
+
* ...
|
|
1666
|
+
* </Select.Popper>
|
|
1667
|
+
* </FormField>
|
|
1668
|
+
* </Select>
|
|
1669
|
+
* ```
|
|
1670
|
+
*/
|
|
1302
1671
|
mode: "multiple" | "single";
|
|
1303
1672
|
value: string | undefined;
|
|
1304
1673
|
inputRef: React.RefObject<HTMLInputElement>;
|
|
@@ -1335,7 +1704,20 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
1335
1704
|
indexRef: React.MutableRefObject<number>;
|
|
1336
1705
|
nonInteractiveIds: string[];
|
|
1337
1706
|
isVirtualized: boolean;
|
|
1338
|
-
items: import("../..").Item<any>[];
|
|
1707
|
+
items: import("../..").Item<any>[]; /**
|
|
1708
|
+
* `Select.Popper` renders a {@link ComboboxPopper Combobox.Menu.Popper}. You have access to all `Popper` props.
|
|
1709
|
+
*
|
|
1710
|
+
* ```tsx
|
|
1711
|
+
* <Select items={options}>
|
|
1712
|
+
* <FormField label="Your Label">
|
|
1713
|
+
* <Select.Input onChange={(event) => handleChange(event)}>
|
|
1714
|
+
* <Select.Popper>
|
|
1715
|
+
* ...
|
|
1716
|
+
* </Select.Popper>
|
|
1717
|
+
* </FormField>
|
|
1718
|
+
* </Select>
|
|
1719
|
+
* ```
|
|
1720
|
+
*/
|
|
1339
1721
|
mode: "multiple" | "single";
|
|
1340
1722
|
value: string | undefined;
|
|
1341
1723
|
inputRef: React.RefObject<HTMLInputElement>;
|
|
@@ -1370,7 +1752,20 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
1370
1752
|
indexRef: React.MutableRefObject<number>;
|
|
1371
1753
|
nonInteractiveIds: string[];
|
|
1372
1754
|
isVirtualized: boolean;
|
|
1373
|
-
items: import("../..").Item<any>[];
|
|
1755
|
+
items: import("../..").Item<any>[]; /**
|
|
1756
|
+
* `Select.Popper` renders a {@link ComboboxPopper Combobox.Menu.Popper}. You have access to all `Popper` props.
|
|
1757
|
+
*
|
|
1758
|
+
* ```tsx
|
|
1759
|
+
* <Select items={options}>
|
|
1760
|
+
* <FormField label="Your Label">
|
|
1761
|
+
* <Select.Input onChange={(event) => handleChange(event)}>
|
|
1762
|
+
* <Select.Popper>
|
|
1763
|
+
* ...
|
|
1764
|
+
* </Select.Popper>
|
|
1765
|
+
* </FormField>
|
|
1766
|
+
* </Select>
|
|
1767
|
+
* ```
|
|
1768
|
+
*/
|
|
1374
1769
|
mode: "multiple" | "single";
|
|
1375
1770
|
value: string | undefined;
|
|
1376
1771
|
inputRef: React.RefObject<HTMLInputElement>;
|
|
@@ -1405,7 +1800,20 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
1405
1800
|
indexRef: React.MutableRefObject<number>;
|
|
1406
1801
|
nonInteractiveIds: string[];
|
|
1407
1802
|
isVirtualized: boolean;
|
|
1408
|
-
items: import("../..").Item<any>[];
|
|
1803
|
+
items: import("../..").Item<any>[]; /**
|
|
1804
|
+
* `Select.Popper` renders a {@link ComboboxPopper Combobox.Menu.Popper}. You have access to all `Popper` props.
|
|
1805
|
+
*
|
|
1806
|
+
* ```tsx
|
|
1807
|
+
* <Select items={options}>
|
|
1808
|
+
* <FormField label="Your Label">
|
|
1809
|
+
* <Select.Input onChange={(event) => handleChange(event)}>
|
|
1810
|
+
* <Select.Popper>
|
|
1811
|
+
* ...
|
|
1812
|
+
* </Select.Popper>
|
|
1813
|
+
* </FormField>
|
|
1814
|
+
* </Select>
|
|
1815
|
+
* ```
|
|
1816
|
+
*/
|
|
1409
1817
|
mode: "multiple" | "single";
|
|
1410
1818
|
value: string | undefined;
|
|
1411
1819
|
inputRef: React.RefObject<HTMLInputElement>;
|
|
@@ -1442,7 +1850,20 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
1442
1850
|
indexRef: React.MutableRefObject<number>;
|
|
1443
1851
|
nonInteractiveIds: string[];
|
|
1444
1852
|
isVirtualized: boolean;
|
|
1445
|
-
items: import("../..").Item<any>[];
|
|
1853
|
+
items: import("../..").Item<any>[]; /**
|
|
1854
|
+
* `Select.Popper` renders a {@link ComboboxPopper Combobox.Menu.Popper}. You have access to all `Popper` props.
|
|
1855
|
+
*
|
|
1856
|
+
* ```tsx
|
|
1857
|
+
* <Select items={options}>
|
|
1858
|
+
* <FormField label="Your Label">
|
|
1859
|
+
* <Select.Input onChange={(event) => handleChange(event)}>
|
|
1860
|
+
* <Select.Popper>
|
|
1861
|
+
* ...
|
|
1862
|
+
* </Select.Popper>
|
|
1863
|
+
* </FormField>
|
|
1864
|
+
* </Select>
|
|
1865
|
+
* ```
|
|
1866
|
+
*/
|
|
1446
1867
|
mode: "multiple" | "single";
|
|
1447
1868
|
value: string | undefined;
|
|
1448
1869
|
inputRef: React.RefObject<HTMLInputElement>;
|
|
@@ -1477,7 +1898,20 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
1477
1898
|
indexRef: React.MutableRefObject<number>;
|
|
1478
1899
|
nonInteractiveIds: string[];
|
|
1479
1900
|
isVirtualized: boolean;
|
|
1480
|
-
items: import("../..").Item<any>[];
|
|
1901
|
+
items: import("../..").Item<any>[]; /**
|
|
1902
|
+
* `Select.Popper` renders a {@link ComboboxPopper Combobox.Menu.Popper}. You have access to all `Popper` props.
|
|
1903
|
+
*
|
|
1904
|
+
* ```tsx
|
|
1905
|
+
* <Select items={options}>
|
|
1906
|
+
* <FormField label="Your Label">
|
|
1907
|
+
* <Select.Input onChange={(event) => handleChange(event)}>
|
|
1908
|
+
* <Select.Popper>
|
|
1909
|
+
* ...
|
|
1910
|
+
* </Select.Popper>
|
|
1911
|
+
* </FormField>
|
|
1912
|
+
* </Select>
|
|
1913
|
+
* ```
|
|
1914
|
+
*/
|
|
1481
1915
|
mode: "multiple" | "single";
|
|
1482
1916
|
value: string | undefined;
|
|
1483
1917
|
inputRef: React.RefObject<HTMLInputElement>;
|
|
@@ -1512,7 +1946,20 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
1512
1946
|
indexRef: React.MutableRefObject<number>;
|
|
1513
1947
|
nonInteractiveIds: string[];
|
|
1514
1948
|
isVirtualized: boolean;
|
|
1515
|
-
items: import("../..").Item<any>[];
|
|
1949
|
+
items: import("../..").Item<any>[]; /**
|
|
1950
|
+
* `Select.Popper` renders a {@link ComboboxPopper Combobox.Menu.Popper}. You have access to all `Popper` props.
|
|
1951
|
+
*
|
|
1952
|
+
* ```tsx
|
|
1953
|
+
* <Select items={options}>
|
|
1954
|
+
* <FormField label="Your Label">
|
|
1955
|
+
* <Select.Input onChange={(event) => handleChange(event)}>
|
|
1956
|
+
* <Select.Popper>
|
|
1957
|
+
* ...
|
|
1958
|
+
* </Select.Popper>
|
|
1959
|
+
* </FormField>
|
|
1960
|
+
* </Select>
|
|
1961
|
+
* ```
|
|
1962
|
+
*/
|
|
1516
1963
|
mode: "multiple" | "single";
|
|
1517
1964
|
value: string | undefined;
|
|
1518
1965
|
inputRef: React.RefObject<HTMLInputElement>;
|
|
@@ -1549,7 +1996,20 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
1549
1996
|
indexRef: React.MutableRefObject<number>;
|
|
1550
1997
|
nonInteractiveIds: string[];
|
|
1551
1998
|
isVirtualized: boolean;
|
|
1552
|
-
items: import("../..").Item<any>[];
|
|
1999
|
+
items: import("../..").Item<any>[]; /**
|
|
2000
|
+
* `Select.Popper` renders a {@link ComboboxPopper Combobox.Menu.Popper}. You have access to all `Popper` props.
|
|
2001
|
+
*
|
|
2002
|
+
* ```tsx
|
|
2003
|
+
* <Select items={options}>
|
|
2004
|
+
* <FormField label="Your Label">
|
|
2005
|
+
* <Select.Input onChange={(event) => handleChange(event)}>
|
|
2006
|
+
* <Select.Popper>
|
|
2007
|
+
* ...
|
|
2008
|
+
* </Select.Popper>
|
|
2009
|
+
* </FormField>
|
|
2010
|
+
* </Select>
|
|
2011
|
+
* ```
|
|
2012
|
+
*/
|
|
1553
2013
|
mode: "multiple" | "single";
|
|
1554
2014
|
value: string | undefined;
|
|
1555
2015
|
inputRef: React.RefObject<HTMLInputElement>;
|
|
@@ -1584,7 +2044,20 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
1584
2044
|
indexRef: React.MutableRefObject<number>;
|
|
1585
2045
|
nonInteractiveIds: string[];
|
|
1586
2046
|
isVirtualized: boolean;
|
|
1587
|
-
items: import("../..").Item<any>[];
|
|
2047
|
+
items: import("../..").Item<any>[]; /**
|
|
2048
|
+
* `Select.Popper` renders a {@link ComboboxPopper Combobox.Menu.Popper}. You have access to all `Popper` props.
|
|
2049
|
+
*
|
|
2050
|
+
* ```tsx
|
|
2051
|
+
* <Select items={options}>
|
|
2052
|
+
* <FormField label="Your Label">
|
|
2053
|
+
* <Select.Input onChange={(event) => handleChange(event)}>
|
|
2054
|
+
* <Select.Popper>
|
|
2055
|
+
* ...
|
|
2056
|
+
* </Select.Popper>
|
|
2057
|
+
* </FormField>
|
|
2058
|
+
* </Select>
|
|
2059
|
+
* ```
|
|
2060
|
+
*/
|
|
1588
2061
|
mode: "multiple" | "single";
|
|
1589
2062
|
value: string | undefined;
|
|
1590
2063
|
inputRef: React.RefObject<HTMLInputElement>;
|
|
@@ -1619,7 +2092,20 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
1619
2092
|
indexRef: React.MutableRefObject<number>;
|
|
1620
2093
|
nonInteractiveIds: string[];
|
|
1621
2094
|
isVirtualized: boolean;
|
|
1622
|
-
items: import("../..").Item<any>[];
|
|
2095
|
+
items: import("../..").Item<any>[]; /**
|
|
2096
|
+
* `Select.Popper` renders a {@link ComboboxPopper Combobox.Menu.Popper}. You have access to all `Popper` props.
|
|
2097
|
+
*
|
|
2098
|
+
* ```tsx
|
|
2099
|
+
* <Select items={options}>
|
|
2100
|
+
* <FormField label="Your Label">
|
|
2101
|
+
* <Select.Input onChange={(event) => handleChange(event)}>
|
|
2102
|
+
* <Select.Popper>
|
|
2103
|
+
* ...
|
|
2104
|
+
* </Select.Popper>
|
|
2105
|
+
* </FormField>
|
|
2106
|
+
* </Select>
|
|
2107
|
+
* ```
|
|
2108
|
+
*/
|
|
1623
2109
|
mode: "multiple" | "single";
|
|
1624
2110
|
value: string | undefined;
|
|
1625
2111
|
inputRef: React.RefObject<HTMLInputElement>;
|
|
@@ -1654,7 +2140,20 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
1654
2140
|
indexRef: React.MutableRefObject<number>;
|
|
1655
2141
|
nonInteractiveIds: string[];
|
|
1656
2142
|
isVirtualized: boolean;
|
|
1657
|
-
items: import("../..").Item<any>[];
|
|
2143
|
+
items: import("../..").Item<any>[]; /**
|
|
2144
|
+
* `Select.Popper` renders a {@link ComboboxPopper Combobox.Menu.Popper}. You have access to all `Popper` props.
|
|
2145
|
+
*
|
|
2146
|
+
* ```tsx
|
|
2147
|
+
* <Select items={options}>
|
|
2148
|
+
* <FormField label="Your Label">
|
|
2149
|
+
* <Select.Input onChange={(event) => handleChange(event)}>
|
|
2150
|
+
* <Select.Popper>
|
|
2151
|
+
* ...
|
|
2152
|
+
* </Select.Popper>
|
|
2153
|
+
* </FormField>
|
|
2154
|
+
* </Select>
|
|
2155
|
+
* ```
|
|
2156
|
+
*/
|
|
1658
2157
|
mode: "multiple" | "single";
|
|
1659
2158
|
value: string | undefined;
|
|
1660
2159
|
inputRef: React.RefObject<HTMLInputElement>;
|
|
@@ -1689,7 +2188,20 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
1689
2188
|
indexRef: React.MutableRefObject<number>;
|
|
1690
2189
|
nonInteractiveIds: string[];
|
|
1691
2190
|
isVirtualized: boolean;
|
|
1692
|
-
items: import("../..").Item<any>[];
|
|
2191
|
+
items: import("../..").Item<any>[]; /**
|
|
2192
|
+
* `Select.Popper` renders a {@link ComboboxPopper Combobox.Menu.Popper}. You have access to all `Popper` props.
|
|
2193
|
+
*
|
|
2194
|
+
* ```tsx
|
|
2195
|
+
* <Select items={options}>
|
|
2196
|
+
* <FormField label="Your Label">
|
|
2197
|
+
* <Select.Input onChange={(event) => handleChange(event)}>
|
|
2198
|
+
* <Select.Popper>
|
|
2199
|
+
* ...
|
|
2200
|
+
* </Select.Popper>
|
|
2201
|
+
* </FormField>
|
|
2202
|
+
* </Select>
|
|
2203
|
+
* ```
|
|
2204
|
+
*/
|
|
1693
2205
|
mode: "multiple" | "single";
|
|
1694
2206
|
value: string | undefined;
|
|
1695
2207
|
inputRef: React.RefObject<HTMLInputElement>;
|
|
@@ -1724,7 +2236,20 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
1724
2236
|
indexRef: React.MutableRefObject<number>;
|
|
1725
2237
|
nonInteractiveIds: string[];
|
|
1726
2238
|
isVirtualized: boolean;
|
|
1727
|
-
items: import("../..").Item<any>[];
|
|
2239
|
+
items: import("../..").Item<any>[]; /**
|
|
2240
|
+
* `Select.Popper` renders a {@link ComboboxPopper Combobox.Menu.Popper}. You have access to all `Popper` props.
|
|
2241
|
+
*
|
|
2242
|
+
* ```tsx
|
|
2243
|
+
* <Select items={options}>
|
|
2244
|
+
* <FormField label="Your Label">
|
|
2245
|
+
* <Select.Input onChange={(event) => handleChange(event)}>
|
|
2246
|
+
* <Select.Popper>
|
|
2247
|
+
* ...
|
|
2248
|
+
* </Select.Popper>
|
|
2249
|
+
* </FormField>
|
|
2250
|
+
* </Select>
|
|
2251
|
+
* ```
|
|
2252
|
+
*/
|
|
1728
2253
|
mode: "multiple" | "single";
|
|
1729
2254
|
value: string | undefined;
|
|
1730
2255
|
inputRef: React.RefObject<HTMLInputElement>;
|
|
@@ -1759,7 +2284,20 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
1759
2284
|
indexRef: React.MutableRefObject<number>;
|
|
1760
2285
|
nonInteractiveIds: string[];
|
|
1761
2286
|
isVirtualized: boolean;
|
|
1762
|
-
items: import("../..").Item<any>[];
|
|
2287
|
+
items: import("../..").Item<any>[]; /**
|
|
2288
|
+
* `Select.Popper` renders a {@link ComboboxPopper Combobox.Menu.Popper}. You have access to all `Popper` props.
|
|
2289
|
+
*
|
|
2290
|
+
* ```tsx
|
|
2291
|
+
* <Select items={options}>
|
|
2292
|
+
* <FormField label="Your Label">
|
|
2293
|
+
* <Select.Input onChange={(event) => handleChange(event)}>
|
|
2294
|
+
* <Select.Popper>
|
|
2295
|
+
* ...
|
|
2296
|
+
* </Select.Popper>
|
|
2297
|
+
* </FormField>
|
|
2298
|
+
* </Select>
|
|
2299
|
+
* ```
|
|
2300
|
+
*/
|
|
1763
2301
|
mode: "multiple" | "single";
|
|
1764
2302
|
value: string | undefined;
|
|
1765
2303
|
inputRef: React.RefObject<HTMLInputElement>;
|
|
@@ -1794,7 +2332,20 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
1794
2332
|
indexRef: React.MutableRefObject<number>;
|
|
1795
2333
|
nonInteractiveIds: string[];
|
|
1796
2334
|
isVirtualized: boolean;
|
|
1797
|
-
items: import("../..").Item<any>[];
|
|
2335
|
+
items: import("../..").Item<any>[]; /**
|
|
2336
|
+
* `Select.Popper` renders a {@link ComboboxPopper Combobox.Menu.Popper}. You have access to all `Popper` props.
|
|
2337
|
+
*
|
|
2338
|
+
* ```tsx
|
|
2339
|
+
* <Select items={options}>
|
|
2340
|
+
* <FormField label="Your Label">
|
|
2341
|
+
* <Select.Input onChange={(event) => handleChange(event)}>
|
|
2342
|
+
* <Select.Popper>
|
|
2343
|
+
* ...
|
|
2344
|
+
* </Select.Popper>
|
|
2345
|
+
* </FormField>
|
|
2346
|
+
* </Select>
|
|
2347
|
+
* ```
|
|
2348
|
+
*/
|
|
1798
2349
|
mode: "multiple" | "single";
|
|
1799
2350
|
value: string | undefined;
|
|
1800
2351
|
inputRef: React.RefObject<HTMLInputElement>;
|
|
@@ -1829,7 +2380,20 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
1829
2380
|
indexRef: React.MutableRefObject<number>;
|
|
1830
2381
|
nonInteractiveIds: string[];
|
|
1831
2382
|
isVirtualized: boolean;
|
|
1832
|
-
items: import("../..").Item<any>[];
|
|
2383
|
+
items: import("../..").Item<any>[]; /**
|
|
2384
|
+
* `Select.Popper` renders a {@link ComboboxPopper Combobox.Menu.Popper}. You have access to all `Popper` props.
|
|
2385
|
+
*
|
|
2386
|
+
* ```tsx
|
|
2387
|
+
* <Select items={options}>
|
|
2388
|
+
* <FormField label="Your Label">
|
|
2389
|
+
* <Select.Input onChange={(event) => handleChange(event)}>
|
|
2390
|
+
* <Select.Popper>
|
|
2391
|
+
* ...
|
|
2392
|
+
* </Select.Popper>
|
|
2393
|
+
* </FormField>
|
|
2394
|
+
* </Select>
|
|
2395
|
+
* ```
|
|
2396
|
+
*/
|
|
1833
2397
|
mode: "multiple" | "single";
|
|
1834
2398
|
value: string | undefined;
|
|
1835
2399
|
inputRef: React.RefObject<HTMLInputElement>;
|
|
@@ -1864,7 +2428,20 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
1864
2428
|
indexRef: React.MutableRefObject<number>;
|
|
1865
2429
|
nonInteractiveIds: string[];
|
|
1866
2430
|
isVirtualized: boolean;
|
|
1867
|
-
items: import("../..").Item<any>[];
|
|
2431
|
+
items: import("../..").Item<any>[]; /**
|
|
2432
|
+
* `Select.Popper` renders a {@link ComboboxPopper Combobox.Menu.Popper}. You have access to all `Popper` props.
|
|
2433
|
+
*
|
|
2434
|
+
* ```tsx
|
|
2435
|
+
* <Select items={options}>
|
|
2436
|
+
* <FormField label="Your Label">
|
|
2437
|
+
* <Select.Input onChange={(event) => handleChange(event)}>
|
|
2438
|
+
* <Select.Popper>
|
|
2439
|
+
* ...
|
|
2440
|
+
* </Select.Popper>
|
|
2441
|
+
* </FormField>
|
|
2442
|
+
* </Select>
|
|
2443
|
+
* ```
|
|
2444
|
+
*/
|
|
1868
2445
|
mode: "multiple" | "single";
|
|
1869
2446
|
value: string | undefined;
|
|
1870
2447
|
inputRef: React.RefObject<HTMLInputElement>;
|
|
@@ -1899,7 +2476,20 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
1899
2476
|
indexRef: React.MutableRefObject<number>;
|
|
1900
2477
|
nonInteractiveIds: string[];
|
|
1901
2478
|
isVirtualized: boolean;
|
|
1902
|
-
items: import("../..").Item<any>[];
|
|
2479
|
+
items: import("../..").Item<any>[]; /**
|
|
2480
|
+
* `Select.Popper` renders a {@link ComboboxPopper Combobox.Menu.Popper}. You have access to all `Popper` props.
|
|
2481
|
+
*
|
|
2482
|
+
* ```tsx
|
|
2483
|
+
* <Select items={options}>
|
|
2484
|
+
* <FormField label="Your Label">
|
|
2485
|
+
* <Select.Input onChange={(event) => handleChange(event)}>
|
|
2486
|
+
* <Select.Popper>
|
|
2487
|
+
* ...
|
|
2488
|
+
* </Select.Popper>
|
|
2489
|
+
* </FormField>
|
|
2490
|
+
* </Select>
|
|
2491
|
+
* ```
|
|
2492
|
+
*/
|
|
1903
2493
|
mode: "multiple" | "single";
|
|
1904
2494
|
value: string | undefined;
|
|
1905
2495
|
inputRef: React.RefObject<HTMLInputElement>;
|
|
@@ -1937,7 +2527,20 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
1937
2527
|
indexRef: React.MutableRefObject<number>;
|
|
1938
2528
|
nonInteractiveIds: string[];
|
|
1939
2529
|
isVirtualized: boolean;
|
|
1940
|
-
items: import("../..").Item<any>[];
|
|
2530
|
+
items: import("../..").Item<any>[]; /**
|
|
2531
|
+
* `Select.Popper` renders a {@link ComboboxPopper Combobox.Menu.Popper}. You have access to all `Popper` props.
|
|
2532
|
+
*
|
|
2533
|
+
* ```tsx
|
|
2534
|
+
* <Select items={options}>
|
|
2535
|
+
* <FormField label="Your Label">
|
|
2536
|
+
* <Select.Input onChange={(event) => handleChange(event)}>
|
|
2537
|
+
* <Select.Popper>
|
|
2538
|
+
* ...
|
|
2539
|
+
* </Select.Popper>
|
|
2540
|
+
* </FormField>
|
|
2541
|
+
* </Select>
|
|
2542
|
+
* ```
|
|
2543
|
+
*/
|
|
1941
2544
|
mode: "multiple" | "single";
|
|
1942
2545
|
value: string | undefined;
|
|
1943
2546
|
inputRef: React.RefObject<HTMLInputElement>;
|
|
@@ -1974,7 +2577,20 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
1974
2577
|
indexRef: React.MutableRefObject<number>;
|
|
1975
2578
|
nonInteractiveIds: string[];
|
|
1976
2579
|
isVirtualized: boolean;
|
|
1977
|
-
items: import("../..").Item<any>[];
|
|
2580
|
+
items: import("../..").Item<any>[]; /**
|
|
2581
|
+
* `Select.Popper` renders a {@link ComboboxPopper Combobox.Menu.Popper}. You have access to all `Popper` props.
|
|
2582
|
+
*
|
|
2583
|
+
* ```tsx
|
|
2584
|
+
* <Select items={options}>
|
|
2585
|
+
* <FormField label="Your Label">
|
|
2586
|
+
* <Select.Input onChange={(event) => handleChange(event)}>
|
|
2587
|
+
* <Select.Popper>
|
|
2588
|
+
* ...
|
|
2589
|
+
* </Select.Popper>
|
|
2590
|
+
* </FormField>
|
|
2591
|
+
* </Select>
|
|
2592
|
+
* ```
|
|
2593
|
+
*/
|
|
1978
2594
|
mode: "multiple" | "single";
|
|
1979
2595
|
value: string | undefined;
|
|
1980
2596
|
inputRef: React.RefObject<HTMLInputElement>;
|
|
@@ -2011,7 +2627,20 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
2011
2627
|
indexRef: React.MutableRefObject<number>;
|
|
2012
2628
|
nonInteractiveIds: string[];
|
|
2013
2629
|
isVirtualized: boolean;
|
|
2014
|
-
items: import("../..").Item<any>[];
|
|
2630
|
+
items: import("../..").Item<any>[]; /**
|
|
2631
|
+
* `Select.Popper` renders a {@link ComboboxPopper Combobox.Menu.Popper}. You have access to all `Popper` props.
|
|
2632
|
+
*
|
|
2633
|
+
* ```tsx
|
|
2634
|
+
* <Select items={options}>
|
|
2635
|
+
* <FormField label="Your Label">
|
|
2636
|
+
* <Select.Input onChange={(event) => handleChange(event)}>
|
|
2637
|
+
* <Select.Popper>
|
|
2638
|
+
* ...
|
|
2639
|
+
* </Select.Popper>
|
|
2640
|
+
* </FormField>
|
|
2641
|
+
* </Select>
|
|
2642
|
+
* ```
|
|
2643
|
+
*/
|
|
2015
2644
|
mode: "multiple" | "single";
|
|
2016
2645
|
value: string | undefined;
|
|
2017
2646
|
inputRef: React.RefObject<HTMLInputElement>;
|
|
@@ -2047,7 +2676,20 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
2047
2676
|
indexRef: React.MutableRefObject<number>;
|
|
2048
2677
|
nonInteractiveIds: string[];
|
|
2049
2678
|
isVirtualized: boolean;
|
|
2050
|
-
items: import("../..").Item<any>[];
|
|
2679
|
+
items: import("../..").Item<any>[]; /**
|
|
2680
|
+
* `Select.Popper` renders a {@link ComboboxPopper Combobox.Menu.Popper}. You have access to all `Popper` props.
|
|
2681
|
+
*
|
|
2682
|
+
* ```tsx
|
|
2683
|
+
* <Select items={options}>
|
|
2684
|
+
* <FormField label="Your Label">
|
|
2685
|
+
* <Select.Input onChange={(event) => handleChange(event)}>
|
|
2686
|
+
* <Select.Popper>
|
|
2687
|
+
* ...
|
|
2688
|
+
* </Select.Popper>
|
|
2689
|
+
* </FormField>
|
|
2690
|
+
* </Select>
|
|
2691
|
+
* ```
|
|
2692
|
+
*/
|
|
2051
2693
|
mode: "multiple" | "single";
|
|
2052
2694
|
value: string | undefined;
|
|
2053
2695
|
inputRef: React.RefObject<HTMLInputElement>;
|
|
@@ -2139,7 +2781,20 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
2139
2781
|
indexRef: React.MutableRefObject<number>;
|
|
2140
2782
|
nonInteractiveIds: string[];
|
|
2141
2783
|
isVirtualized: boolean;
|
|
2142
|
-
items: import("../..").Item<any>[];
|
|
2784
|
+
items: import("../..").Item<any>[]; /**
|
|
2785
|
+
* `Select.Popper` renders a {@link ComboboxPopper Combobox.Menu.Popper}. You have access to all `Popper` props.
|
|
2786
|
+
*
|
|
2787
|
+
* ```tsx
|
|
2788
|
+
* <Select items={options}>
|
|
2789
|
+
* <FormField label="Your Label">
|
|
2790
|
+
* <Select.Input onChange={(event) => handleChange(event)}>
|
|
2791
|
+
* <Select.Popper>
|
|
2792
|
+
* ...
|
|
2793
|
+
* </Select.Popper>
|
|
2794
|
+
* </FormField>
|
|
2795
|
+
* </Select>
|
|
2796
|
+
* ```
|
|
2797
|
+
*/
|
|
2143
2798
|
mode: "multiple" | "single";
|
|
2144
2799
|
value: string | undefined;
|
|
2145
2800
|
inputRef: React.RefObject<HTMLInputElement>;
|
|
@@ -2230,7 +2885,20 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
2230
2885
|
indexRef: React.MutableRefObject<number>;
|
|
2231
2886
|
nonInteractiveIds: string[];
|
|
2232
2887
|
isVirtualized: boolean;
|
|
2233
|
-
items: import("../..").Item<any>[];
|
|
2888
|
+
items: import("../..").Item<any>[]; /**
|
|
2889
|
+
* `Select.Popper` renders a {@link ComboboxPopper Combobox.Menu.Popper}. You have access to all `Popper` props.
|
|
2890
|
+
*
|
|
2891
|
+
* ```tsx
|
|
2892
|
+
* <Select items={options}>
|
|
2893
|
+
* <FormField label="Your Label">
|
|
2894
|
+
* <Select.Input onChange={(event) => handleChange(event)}>
|
|
2895
|
+
* <Select.Popper>
|
|
2896
|
+
* ...
|
|
2897
|
+
* </Select.Popper>
|
|
2898
|
+
* </FormField>
|
|
2899
|
+
* </Select>
|
|
2900
|
+
* ```
|
|
2901
|
+
*/
|
|
2234
2902
|
mode: "multiple" | "single";
|
|
2235
2903
|
};
|
|
2236
2904
|
events: {
|
|
@@ -2320,7 +2988,20 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
2320
2988
|
indexRef: React.MutableRefObject<number>;
|
|
2321
2989
|
nonInteractiveIds: string[];
|
|
2322
2990
|
isVirtualized: boolean;
|
|
2323
|
-
items: import("../..").Item<any>[];
|
|
2991
|
+
items: import("../..").Item<any>[]; /**
|
|
2992
|
+
* `Select.Popper` renders a {@link ComboboxPopper Combobox.Menu.Popper}. You have access to all `Popper` props.
|
|
2993
|
+
*
|
|
2994
|
+
* ```tsx
|
|
2995
|
+
* <Select items={options}>
|
|
2996
|
+
* <FormField label="Your Label">
|
|
2997
|
+
* <Select.Input onChange={(event) => handleChange(event)}>
|
|
2998
|
+
* <Select.Popper>
|
|
2999
|
+
* ...
|
|
3000
|
+
* </Select.Popper>
|
|
3001
|
+
* </FormField>
|
|
3002
|
+
* </Select>
|
|
3003
|
+
* ```
|
|
3004
|
+
*/
|
|
2324
3005
|
mode: "multiple" | "single";
|
|
2325
3006
|
value: string | undefined;
|
|
2326
3007
|
inputRef: React.RefObject<HTMLInputElement>;
|
|
@@ -2396,7 +3077,20 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
2396
3077
|
indexRef: React.MutableRefObject<number>;
|
|
2397
3078
|
nonInteractiveIds: string[];
|
|
2398
3079
|
isVirtualized: boolean;
|
|
2399
|
-
items: import("../..").Item<any>[];
|
|
3080
|
+
items: import("../..").Item<any>[]; /**
|
|
3081
|
+
* `Select.Popper` renders a {@link ComboboxPopper Combobox.Menu.Popper}. You have access to all `Popper` props.
|
|
3082
|
+
*
|
|
3083
|
+
* ```tsx
|
|
3084
|
+
* <Select items={options}>
|
|
3085
|
+
* <FormField label="Your Label">
|
|
3086
|
+
* <Select.Input onChange={(event) => handleChange(event)}>
|
|
3087
|
+
* <Select.Popper>
|
|
3088
|
+
* ...
|
|
3089
|
+
* </Select.Popper>
|
|
3090
|
+
* </FormField>
|
|
3091
|
+
* </Select>
|
|
3092
|
+
* ```
|
|
3093
|
+
*/
|
|
2400
3094
|
mode: "multiple" | "single";
|
|
2401
3095
|
value: string | undefined;
|
|
2402
3096
|
inputRef: React.RefObject<HTMLInputElement>;
|
|
@@ -2491,7 +3185,20 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
2491
3185
|
indexRef: React.MutableRefObject<number>;
|
|
2492
3186
|
nonInteractiveIds: string[];
|
|
2493
3187
|
isVirtualized: boolean;
|
|
2494
|
-
items: import("../..").Item<any>[];
|
|
3188
|
+
items: import("../..").Item<any>[]; /**
|
|
3189
|
+
* `Select.Popper` renders a {@link ComboboxPopper Combobox.Menu.Popper}. You have access to all `Popper` props.
|
|
3190
|
+
*
|
|
3191
|
+
* ```tsx
|
|
3192
|
+
* <Select items={options}>
|
|
3193
|
+
* <FormField label="Your Label">
|
|
3194
|
+
* <Select.Input onChange={(event) => handleChange(event)}>
|
|
3195
|
+
* <Select.Popper>
|
|
3196
|
+
* ...
|
|
3197
|
+
* </Select.Popper>
|
|
3198
|
+
* </FormField>
|
|
3199
|
+
* </Select>
|
|
3200
|
+
* ```
|
|
3201
|
+
*/
|
|
2495
3202
|
mode: "multiple" | "single";
|
|
2496
3203
|
value: string | undefined;
|
|
2497
3204
|
inputRef: React.RefObject<HTMLInputElement>;
|
|
@@ -2586,7 +3293,20 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
2586
3293
|
indexRef: React.MutableRefObject<number>;
|
|
2587
3294
|
nonInteractiveIds: string[];
|
|
2588
3295
|
isVirtualized: boolean;
|
|
2589
|
-
items: import("../..").Item<any>[];
|
|
3296
|
+
items: import("../..").Item<any>[]; /**
|
|
3297
|
+
* `Select.Popper` renders a {@link ComboboxPopper Combobox.Menu.Popper}. You have access to all `Popper` props.
|
|
3298
|
+
*
|
|
3299
|
+
* ```tsx
|
|
3300
|
+
* <Select items={options}>
|
|
3301
|
+
* <FormField label="Your Label">
|
|
3302
|
+
* <Select.Input onChange={(event) => handleChange(event)}>
|
|
3303
|
+
* <Select.Popper>
|
|
3304
|
+
* ...
|
|
3305
|
+
* </Select.Popper>
|
|
3306
|
+
* </FormField>
|
|
3307
|
+
* </Select>
|
|
3308
|
+
* ```
|
|
3309
|
+
*/
|
|
2590
3310
|
mode: "multiple" | "single";
|
|
2591
3311
|
value: string | undefined;
|
|
2592
3312
|
inputRef: React.RefObject<HTMLInputElement>;
|
|
@@ -2662,7 +3382,20 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
2662
3382
|
indexRef: React.MutableRefObject<number>;
|
|
2663
3383
|
nonInteractiveIds: string[];
|
|
2664
3384
|
isVirtualized: boolean;
|
|
2665
|
-
items: import("../..").Item<any>[];
|
|
3385
|
+
items: import("../..").Item<any>[]; /**
|
|
3386
|
+
* `Select.Popper` renders a {@link ComboboxPopper Combobox.Menu.Popper}. You have access to all `Popper` props.
|
|
3387
|
+
*
|
|
3388
|
+
* ```tsx
|
|
3389
|
+
* <Select items={options}>
|
|
3390
|
+
* <FormField label="Your Label">
|
|
3391
|
+
* <Select.Input onChange={(event) => handleChange(event)}>
|
|
3392
|
+
* <Select.Popper>
|
|
3393
|
+
* ...
|
|
3394
|
+
* </Select.Popper>
|
|
3395
|
+
* </FormField>
|
|
3396
|
+
* </Select>
|
|
3397
|
+
* ```
|
|
3398
|
+
*/
|
|
2666
3399
|
mode: "multiple" | "single";
|
|
2667
3400
|
value: string | undefined;
|
|
2668
3401
|
inputRef: React.RefObject<HTMLInputElement>;
|
|
@@ -2739,7 +3472,20 @@ export declare const Select: import("@workday/canvas-kit-react/common").Componen
|
|
|
2739
3472
|
indexRef: React.MutableRefObject<number>;
|
|
2740
3473
|
nonInteractiveIds: string[];
|
|
2741
3474
|
isVirtualized: boolean;
|
|
2742
|
-
items: import("../..").Item<any>[];
|
|
3475
|
+
items: import("../..").Item<any>[]; /**
|
|
3476
|
+
* `Select.Popper` renders a {@link ComboboxPopper Combobox.Menu.Popper}. You have access to all `Popper` props.
|
|
3477
|
+
*
|
|
3478
|
+
* ```tsx
|
|
3479
|
+
* <Select items={options}>
|
|
3480
|
+
* <FormField label="Your Label">
|
|
3481
|
+
* <Select.Input onChange={(event) => handleChange(event)}>
|
|
3482
|
+
* <Select.Popper>
|
|
3483
|
+
* ...
|
|
3484
|
+
* </Select.Popper>
|
|
3485
|
+
* </FormField>
|
|
3486
|
+
* </Select>
|
|
3487
|
+
* ```
|
|
3488
|
+
*/
|
|
2743
3489
|
mode: "multiple" | "single";
|
|
2744
3490
|
value: string | undefined;
|
|
2745
3491
|
inputRef: React.RefObject<HTMLInputElement>;
|