@iress-oss/ids-components 5.20.2 → 5.20.5
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/dist/{AutocompleteNoResults-D_052VQ9.js → AutocompleteNoResults-BsQDlhkg.js} +1 -1
- package/dist/{ComboboxHiddenInput-BcqYDu3M.js → ComboboxHiddenInput-BRjcuIDU.js} +5 -5
- package/dist/{FieldAppendToLabel-CWIO4lAR.js → FieldAppendToLabel-BV2QGmB_.js} +3 -3
- package/dist/{InputBase-C0zGNQy5.js → InputBase-43yHsseJ.js} +1 -1
- package/dist/Loading.module-QQc3WwED.js +13 -0
- package/dist/{LoadingSuspense-BtzikVZk.js → LoadingSuspense-CMLr0JZ4.js} +1732 -1724
- package/dist/LogoFromSrc-BpZ2IUav.js +59 -0
- package/dist/MenuItem.module-T5CKUlD6.js +24 -0
- package/dist/Popover.module-0UmcIbHP.js +11 -0
- package/dist/{PopoverProvider-DZ92QV8I.js → PopoverProvider-BEq214Fe.js} +5 -5
- package/dist/{SelectControl-B5BG5_Pl.js → SelectControl-BPUEw1Fe.js} +1 -1
- package/dist/{SliderTicks-jPoPzYf3.js → SliderTicks-BKYxRwF4.js} +1 -1
- package/dist/TabSet.module-Dz0BxI72.js +13 -0
- package/dist/Table.module-CQBUwi11.js +32 -0
- package/dist/components/Alert/Alert.js +1 -1
- package/dist/components/Alert/index.js +1 -1
- package/dist/components/Autocomplete/Autocomplete.js +3 -3
- package/dist/components/Autocomplete/components/AutocompleteNoResults.js +1 -1
- package/dist/components/Autocomplete/hooks/useAutocompleteSearch.js +18 -17
- package/dist/components/Autocomplete/index.js +1 -1
- package/dist/components/Badge/Badge.js +4 -4
- package/dist/components/Button/Button.js +2 -2
- package/dist/components/Button/CloseButton/CloseButton.js +1 -1
- package/dist/components/Button/index.js +1 -1
- package/dist/components/ButtonGroup/ButtonGroup.js +33 -33
- package/dist/components/ButtonGroup/hooks/useIDSButtonGroupItem.js +1 -1
- package/dist/components/ButtonGroup/index.js +1 -1
- package/dist/components/Card/helpers/composeIDSCardSlots.js +1 -1
- package/dist/components/Checkbox/Checkbox.js +1 -1
- package/dist/components/Checkbox/helpers/mapCheckboxGroupOptions.js +1 -1
- package/dist/components/Checkbox/index.js +1 -1
- package/dist/components/CheckboxGroup/CheckboxGroup.js +6 -6
- package/dist/components/CheckboxMark/CheckboxMark.types.js +2 -2
- package/dist/components/Combobox/Combobox.js +3 -3
- package/dist/components/Combobox/MultiCombobox/MultiCombobox.js +3 -3
- package/dist/components/Combobox/components/ComboboxHiddenInput.js +1 -1
- package/dist/components/Combobox/components/ComboboxResults.js +4 -4
- package/dist/components/Combobox/components/ComboboxResultsDescriptor.js +2 -2
- package/dist/components/Combobox/hooks/useComboboxInlineCompletion.js +10 -10
- package/dist/components/Combobox/index.js +1 -1
- package/dist/components/Expander/Expander.js +1 -1
- package/dist/components/Field/Field.js +1 -1
- package/dist/components/Field/FieldGroup/FieldGroup.js +2 -2
- package/dist/components/Field/components/FieldAppendToLabel.js +3 -3
- package/dist/components/Filter/Filter.js +3 -3
- package/dist/components/Filter/components/FilterResetButton.js +2 -2
- package/dist/components/Filter/components/FilterSearch.js +2 -2
- package/dist/components/Filter/index.js +1 -1
- package/dist/components/Form/Form.js +1 -1
- package/dist/components/Form/FormField/FormField.js +2 -2
- package/dist/components/Form/FormField/FormFieldset.js +2 -2
- package/dist/components/Form/HookForm/HookForm.js +1 -1
- package/dist/components/Form/index.js +1 -1
- package/dist/components/Hide/Hide.js +1 -1
- package/dist/components/Hide/helpers/composeHideClasses.js +2 -2
- package/dist/components/Hide/index.js +1 -1
- package/dist/components/Icon/Icon.js +2 -2
- package/dist/components/Icon/index.js +1 -1
- package/dist/components/Inline/Inline.js +2 -2
- package/dist/components/Inline/index.js +1 -1
- package/dist/components/Input/ClearButton/ClearButton.js +1 -1
- package/dist/components/Input/Input.js +2 -2
- package/dist/components/Input/InputBase/InputBase.js +1 -1
- package/dist/components/Input/index.js +1 -1
- package/dist/components/InputCurrency/InputCurrency.js +1 -1
- package/dist/components/InputCurrency/index.js +1 -1
- package/dist/components/Label/LabelBase/LabelBase.js +1 -1
- package/dist/components/Menu/Menu.js +1 -1
- package/dist/components/Menu/MenuDivider/MenuDivider.js +2 -2
- package/dist/components/Menu/MenuHeading/MenuHeading.js +2 -2
- package/dist/components/Menu/MenuItem/MenuItem.js +1 -1
- package/dist/components/Menu/MenuItem/hooks/useMenuItemButtonProps.js +1 -1
- package/dist/components/Menu/MenuItem/hooks/useMenuItemComposite.js +2 -2
- package/dist/components/Menu/MenuText/MenuText.js +3 -3
- package/dist/components/Menu/helpers/mapMenuItems.js +1 -1
- package/dist/components/Menu/hooks/useMenuStyles.js +3 -3
- package/dist/components/Menu/index.js +1 -1
- package/dist/components/Modal/Modal.js +3 -3
- package/dist/components/Modal/index.js +1 -1
- package/dist/components/Navbar/Navbar.js +2 -2
- package/dist/components/Navbar/components/HomeLinkContent.js +2 -2
- package/dist/components/Navbar/components/LogoFromSrc.js +1 -1
- package/dist/components/Navbar/components/NavbarLogo.js +2 -2
- package/dist/components/Navbar/index.js +1 -1
- package/dist/components/Placeholder/Placeholder.js +1 -1
- package/dist/components/Popover/InputPopover/InputPopover.js +1 -1
- package/dist/components/Popover/InputPopover/InputPopoverActivator.js +1 -1
- package/dist/components/Popover/InputPopover/InputPopoverProvider.js +2 -2
- package/dist/components/Popover/Popover.js +2 -2
- package/dist/components/Popover/PopoverProvider.js +2 -2
- package/dist/components/Popover/components/NestedPopoverActivator.js +1 -1
- package/dist/components/Popover/components/PopoverActivator.js +1 -1
- package/dist/components/Popover/components/PopoverContent.js +2 -2
- package/dist/components/Popover/helpers/handlePopoverTabKey.js +1 -1
- package/dist/components/Popover/hooks/usePopover.js +1 -1
- package/dist/components/Popover/hooks/usePopoverItem.js +1 -1
- package/dist/components/Popover/hooks/usePopoverNavigation.js +1 -1
- package/dist/components/Progress/Progress.js +23 -27
- package/dist/components/Provider/Provider.js +1 -1
- package/dist/components/Radio/Radio.js +1 -1
- package/dist/components/Radio/helpers/mapRadioGroupOptions.js +1 -1
- package/dist/components/Radio/index.js +1 -1
- package/dist/components/RadioGroup/RadioGroup.js +3 -3
- package/dist/components/Readonly/Readonly.js +3 -3
- package/dist/components/Readonly/index.js +1 -1
- package/dist/components/RichSelect/RichSelect.js +2 -2
- package/dist/components/RichSelect/SelectBody/SelectBody.js +2 -2
- package/dist/components/RichSelect/SelectCreate/SelectCreate.js +2 -2
- package/dist/components/RichSelect/SelectHeading/SelectHeading.js +2 -2
- package/dist/components/RichSelect/SelectLabel/SelectLabel.js +1 -1
- package/dist/components/RichSelect/SelectMenu/SelectMenu.js +2 -2
- package/dist/components/RichSelect/SelectMenu/SelectMenuItem.js +2 -2
- package/dist/components/RichSelect/SelectSearch/SelectSearch.js +1 -1
- package/dist/components/RichSelect/SelectSearchInput/SelectSearchInput.js +1 -1
- package/dist/components/RichSelect/SelectTags/SelectTags.js +1 -1
- package/dist/components/RichSelect/components/SelectActivator.js +1 -1
- package/dist/components/RichSelect/components/SelectOptions.js +2 -2
- package/dist/components/RichSelect/index.js +1 -1
- package/dist/components/Row/Row.js +2 -2
- package/dist/components/Row/index.js +1 -1
- package/dist/components/Select/Select.js +2 -2
- package/dist/components/Select/components/SelectControl.js +1 -1
- package/dist/components/Select/components/SelectReadonly.js +2 -2
- package/dist/components/Select/helpers/mapSelectOptions.js +1 -1
- package/dist/components/Select/helpers/nodesToSelectOptions.js +1 -1
- package/dist/components/Select/index.js +1 -1
- package/dist/components/Skeleton/Skeleton.js +2 -2
- package/dist/components/SkipLink/SkipLink.js +1 -1
- package/dist/components/Slideout/Slideout.js +4 -4
- package/dist/components/Slideout/components/SlideoutInner.js +2 -2
- package/dist/components/Slideout/index.js +1 -1
- package/dist/components/Slider/Slider.js +2 -2
- package/dist/components/Slider/components/SliderTicks.js +1 -1
- package/dist/components/Slider/index.js +1 -1
- package/dist/components/Spinner/Spinner.js +1 -1
- package/dist/components/Spinner/index.js +1 -1
- package/dist/components/TabSet/Tab/Tab.js +1 -1
- package/dist/components/TabSet/TabSet.js +2 -2
- package/dist/components/TabSet/components/TabSetItem.js +2 -2
- package/dist/components/Table/Table.js +2 -2
- package/dist/components/Table/TableBody/TableBody.js +2 -2
- package/dist/components/Table/components/TableEmpty.js +1 -1
- package/dist/components/Table/components/TableHeader.js +1 -1
- package/dist/components/Table/components/TableHeaderCell.js +1 -1
- package/dist/components/Table/components/TableSortButton.js +2 -2
- package/dist/components/Table/hooks/useIDSTableColumnStyles.js +1 -1
- package/dist/components/Table/index.js +1 -1
- package/dist/components/Tag/Tag.js +1 -1
- package/dist/components/Tag/TagInput/TagInput.js +1 -1
- package/dist/components/Tag/components/TagListInput/TagListInput.js +1 -1
- package/dist/components/Tag/index.js +1 -1
- package/dist/components/Toaster/Toast/Toast.js +1 -1
- package/dist/components/Toaster/Toast/ToastAnimated.js +2 -2
- package/dist/components/Toaster/Toast/ToastIcon.js +1 -1
- package/dist/components/Toaster/Toaster.js +2 -2
- package/dist/components/Toaster/ToasterProvider.js +1 -1
- package/dist/components/Toaster/hooks/useToaster.js +1 -1
- package/dist/components/Toaster/index.js +1 -1
- package/dist/components/Toggle/Toggle.js +27 -26
- package/dist/components/Tooltip/Tooltip.js +2 -2
- package/dist/components/ValidationMessage/ValidationBase/ValidationBase.js +1 -1
- package/dist/components/ValidationMessage/ValidationSummary/ValidationSummary.js +1 -1
- package/dist/constants.js +1 -1
- package/dist/{floating-ui.react-DYBeYtOf.js → floating-ui.react-BoSeAoXU.js} +1 -1
- package/dist/hooks/useControlledState.js +19 -19
- package/dist/main.js +2 -2
- package/dist/patterns/Loading/Loading.js +1 -1
- package/dist/patterns/Loading/LoadingSuspense.js +1 -1
- package/dist/patterns/Loading/components/ComponentLoading.js +2 -2
- package/dist/patterns/Loading/components/DefaultLoading.js +2 -2
- package/dist/patterns/Loading/components/LongLoading.js +2 -2
- package/dist/patterns/Loading/components/PageLoading.js +2 -2
- package/dist/patterns/Loading/components/StartUpLoading.js +2 -2
- package/dist/patterns/Loading/components/ValidateLoading.js +2 -2
- package/dist/patterns/Loading/hooks/useEstimatedProgressValue.js +8 -12
- package/dist/patterns/Loading/hooks/useShouldRenderLoading.js +14 -14
- package/dist/patterns/Loading/index.js +1 -1
- package/dist/src/components/Alert/Alert.d.ts +9 -0
- package/dist/src/components/Alert/Alert.types.d.ts +41 -0
- package/dist/src/components/Alert/index.d.ts +2 -0
- package/dist/src/components/Autocomplete/Autocomplete.d.ts +3 -0
- package/dist/src/components/Autocomplete/Autocomplete.types.d.ts +144 -0
- package/dist/src/components/Autocomplete/components/AutocompleteInstructions.d.ts +2 -0
- package/dist/src/components/Autocomplete/components/AutocompleteNoResults.d.ts +2 -0
- package/dist/src/components/Autocomplete/hooks/useAutocompleteSearch.d.ts +6 -0
- package/dist/src/components/Autocomplete/index.d.ts +3 -0
- package/dist/src/components/Badge/Badge.d.ts +2 -0
- package/dist/src/components/Badge/Badge.types.d.ts +37 -0
- package/dist/src/components/Badge/index.d.ts +2 -0
- package/dist/src/components/Button/Button.d.ts +2 -0
- package/dist/src/components/Button/Button.types.d.ts +106 -0
- package/dist/src/components/Button/CloseButton/CloseButton.d.ts +3 -0
- package/dist/src/components/Button/CloseButton/CloseButton.types.d.ts +8 -0
- package/dist/src/components/Button/index.d.ts +4 -0
- package/dist/src/components/ButtonGroup/ButtonGroup.d.ts +2 -0
- package/dist/src/components/ButtonGroup/ButtonGroup.types.d.ts +63 -0
- package/dist/src/components/ButtonGroup/ButtonGroupProvider.d.ts +3 -0
- package/dist/src/components/ButtonGroup/hooks/useButtonGroup.d.ts +1 -0
- package/dist/src/components/ButtonGroup/hooks/useIDSButtonGroupItem.d.ts +2 -0
- package/dist/src/components/ButtonGroup/index.d.ts +3 -0
- package/dist/src/components/Card/Card.d.ts +2 -0
- package/dist/src/components/Card/Card.types.d.ts +91 -0
- package/dist/src/components/Card/components/ButtonCard.d.ts +2 -0
- package/dist/src/components/Card/components/LinkCard.d.ts +2 -0
- package/dist/src/components/Card/helpers/composeIDSCard.d.ts +3 -0
- package/dist/src/components/Card/helpers/composeIDSCardSlots.d.ts +2 -0
- package/dist/src/components/Card/index.d.ts +6 -0
- package/dist/src/components/Checkbox/Checkbox.d.ts +2 -0
- package/dist/src/components/Checkbox/Checkbox.types.d.ts +65 -0
- package/dist/src/components/Checkbox/helpers/mapCheckboxGroupOptions.d.ts +5 -0
- package/dist/src/components/Checkbox/index.d.ts +2 -0
- package/dist/src/components/CheckboxGroup/CheckboxGroup.d.ts +2 -0
- package/dist/src/components/CheckboxGroup/CheckboxGroup.types.d.ts +70 -0
- package/dist/src/components/CheckboxGroup/CheckboxGroupContext.d.ts +2 -0
- package/dist/src/components/CheckboxGroup/index.d.ts +2 -0
- package/dist/src/components/CheckboxMark/CheckboxMark.d.ts +2 -0
- package/dist/src/components/CheckboxMark/CheckboxMark.types.d.ts +11 -0
- package/dist/src/components/CheckboxMark/index.d.ts +2 -0
- package/dist/src/components/Col/Col.d.ts +2 -0
- package/dist/src/components/Col/Col.types.d.ts +78 -0
- package/dist/src/components/Col/index.d.ts +2 -0
- package/dist/src/components/Combobox/Combobox.d.ts +6 -0
- package/dist/src/components/Combobox/Combobox.types.d.ts +55 -0
- package/dist/src/components/Combobox/MultiCombobox/MultiCombobox.d.ts +6 -0
- package/dist/src/components/Combobox/MultiCombobox/MultiCombobox.types.d.ts +27 -0
- package/dist/src/components/Combobox/components/ComboboxHiddenInput.d.ts +2 -0
- package/dist/src/components/Combobox/components/ComboboxResults.d.ts +2 -0
- package/dist/src/components/Combobox/components/ComboboxResultsDescriptor.d.ts +2 -0
- package/dist/src/components/Combobox/hooks/useComboboxFlags.d.ts +5 -0
- package/dist/src/components/Combobox/hooks/useComboboxInlineCompletion.d.ts +2 -0
- package/dist/src/components/Combobox/index.d.ts +4 -0
- package/dist/src/components/Container/Container.d.ts +2 -0
- package/dist/src/components/Container/Container.types.d.ts +15 -0
- package/dist/src/components/Container/index.d.ts +2 -0
- package/dist/src/components/Divider/Divider.d.ts +2 -0
- package/dist/src/components/Divider/Divider.types.d.ts +17 -0
- package/dist/src/components/Divider/index.d.ts +2 -0
- package/dist/src/components/Expander/Expander.d.ts +2 -0
- package/dist/src/components/Expander/Expander.types.d.ts +39 -0
- package/dist/src/components/Expander/index.d.ts +2 -0
- package/dist/src/components/Field/Field.d.ts +2 -0
- package/dist/src/components/Field/Field.types.d.ts +34 -0
- package/dist/src/components/Field/FieldGroup/FieldGroup.d.ts +2 -0
- package/dist/src/components/Field/FieldGroup/FieldGroup.types.d.ts +15 -0
- package/dist/src/components/Field/components/FieldAppendToLabel.d.ts +2 -0
- package/dist/src/components/Field/components/FieldLegend.d.ts +2 -0
- package/dist/src/components/Field/helpers/getUniqueItemsByKey.d.ts +1 -0
- package/dist/src/components/Field/index.d.ts +4 -0
- package/dist/src/components/Filter/Filter.d.ts +2 -0
- package/dist/src/components/Filter/Filter.types.d.ts +71 -0
- package/dist/src/components/Filter/components/FilterLabel.d.ts +2 -0
- package/dist/src/components/Filter/components/FilterResetButton.d.ts +2 -0
- package/dist/src/components/Filter/components/FilterSearch.d.ts +3 -0
- package/dist/src/components/Filter/hooks/useFilterFlags.d.ts +7 -0
- package/dist/src/components/Filter/index.d.ts +2 -0
- package/dist/src/components/Form/Form.d.ts +11 -0
- package/dist/src/components/Form/Form.types.d.ts +188 -0
- package/dist/src/components/Form/FormContext.d.ts +8 -0
- package/dist/src/components/Form/FormField/FormField.d.ts +7 -0
- package/dist/src/components/Form/FormField/FormField.types.d.ts +111 -0
- package/dist/src/components/Form/FormField/FormFieldset.d.ts +7 -0
- package/dist/src/components/Form/FormField/helpers/getErrorTypeMessage.d.ts +2 -0
- package/dist/src/components/Form/FormField/helpers/transformCustomRulesToValidateRule.d.ts +3 -0
- package/dist/src/components/Form/HookForm/HookForm.d.ts +5 -0
- package/dist/src/components/Form/components/FormValidationSummary.d.ts +5 -0
- package/dist/src/components/Form/hooks/useNoDefaultValueInForms.d.ts +8 -0
- package/dist/src/components/Form/index.d.ts +6 -0
- package/dist/src/components/HeadingWithDeprecatedFallback/HeadingWithDeprecatedFallback.d.ts +10 -0
- package/dist/src/components/Hide/Hide.d.ts +2 -0
- package/dist/src/components/Hide/Hide.types.d.ts +24 -0
- package/dist/src/components/Hide/helpers/composeHideClasses.d.ts +4 -0
- package/dist/src/components/Hide/index.d.ts +2 -0
- package/dist/src/components/Icon/Icon.d.ts +2 -0
- package/dist/src/components/Icon/Icon.types.d.ts +99 -0
- package/dist/src/components/Icon/index.d.ts +2 -0
- package/dist/src/components/Inline/Inline.d.ts +2 -0
- package/dist/src/components/Inline/Inline.types.d.ts +41 -0
- package/dist/src/components/Inline/index.d.ts +2 -0
- package/dist/src/components/Input/ClearButton/ClearButton.d.ts +4 -0
- package/dist/src/components/Input/Input.d.ts +14 -0
- package/dist/src/components/Input/Input.types.d.ts +73 -0
- package/dist/src/components/Input/InputBase/InputBase.d.ts +9 -0
- package/dist/src/components/Input/InputBase/InputBase.types.d.ts +15 -0
- package/dist/src/components/Input/index.d.ts +3 -0
- package/dist/src/components/InputCurrency/InputCurrency.d.ts +3 -0
- package/dist/src/components/InputCurrency/InputCurrency.types.d.ts +23 -0
- package/dist/src/components/InputCurrency/index.d.ts +2 -0
- package/dist/src/components/Label/Label.d.ts +2 -0
- package/dist/src/components/Label/Label.types.d.ts +15 -0
- package/dist/src/components/Label/LabelBase/LabelBase.d.ts +2 -0
- package/dist/src/components/Label/LabelBase/LabelBase.types.d.ts +35 -0
- package/dist/src/components/Label/index.d.ts +2 -0
- package/dist/src/components/Menu/Menu.d.ts +2 -0
- package/dist/src/components/Menu/Menu.types.d.ts +130 -0
- package/dist/src/components/Menu/MenuDivider/MenuDivider.d.ts +2 -0
- package/dist/src/components/Menu/MenuHeading/MenuHeading.d.ts +2 -0
- package/dist/src/components/Menu/MenuItem/MenuItem.d.ts +2 -0
- package/dist/src/components/Menu/MenuItem/MenuItem.types.d.ts +122 -0
- package/dist/src/components/Menu/MenuItem/hooks/useMenuItemAria.d.ts +11 -0
- package/dist/src/components/Menu/MenuItem/hooks/useMenuItemButtonProps.d.ts +14 -0
- package/dist/src/components/Menu/MenuItem/hooks/useMenuItemComposite.d.ts +20 -0
- package/dist/src/components/Menu/MenuItem/hooks/useMenuItemInteractions.d.ts +11 -0
- package/dist/src/components/Menu/MenuItem/hooks/useMenuItemRole.d.ts +9 -0
- package/dist/src/components/Menu/MenuProvider.d.ts +3 -0
- package/dist/src/components/Menu/MenuText/MenuText.d.ts +2 -0
- package/dist/src/components/Menu/helpers/mapMenuItems.d.ts +6 -0
- package/dist/src/components/Menu/hooks/useMenu.d.ts +1 -0
- package/dist/src/components/Menu/hooks/useMenuAria.d.ts +11 -0
- package/dist/src/components/Menu/hooks/useMenuComposite.d.ts +18 -0
- package/dist/src/components/Menu/hooks/useMenuRole.d.ts +12 -0
- package/dist/src/components/Menu/hooks/useMenuStyles.d.ts +11 -0
- package/dist/src/components/Menu/index.d.ts +13 -0
- package/dist/src/components/Modal/Modal.d.ts +2 -0
- package/dist/src/components/Modal/Modal.types.d.ts +105 -0
- package/dist/src/components/Modal/ModalProvider.d.ts +3 -0
- package/dist/src/components/Modal/hooks/useIDSProvidedModal.d.ts +5 -0
- package/dist/src/components/Modal/hooks/useModal.d.ts +3 -0
- package/dist/src/components/Modal/index.d.ts +4 -0
- package/dist/src/components/Navbar/Navbar.d.ts +2 -0
- package/dist/src/components/Navbar/Navbar.types.d.ts +65 -0
- package/dist/src/components/Navbar/components/HomeLinkContent.d.ts +7 -0
- package/dist/src/components/Navbar/components/LogoFromSrc.d.ts +6 -0
- package/dist/src/components/Navbar/components/NavbarLogo.d.ts +8 -0
- package/dist/src/components/Navbar/index.d.ts +2 -0
- package/dist/src/components/Panel/Panel.d.ts +2 -0
- package/dist/src/components/Panel/Panel.types.d.ts +59 -0
- package/dist/src/components/Panel/index.d.ts +2 -0
- package/dist/src/components/Placeholder/Placeholder.d.ts +2 -0
- package/dist/src/components/Placeholder/Placeholder.types.d.ts +24 -0
- package/dist/src/components/Placeholder/index.d.ts +2 -0
- package/dist/src/components/Popover/InputPopover/InputPopover.d.ts +3 -0
- package/dist/src/components/Popover/InputPopover/InputPopover.types.d.ts +26 -0
- package/dist/src/components/Popover/InputPopover/InputPopoverActivator.d.ts +2 -0
- package/dist/src/components/Popover/InputPopover/InputPopoverProvider.d.ts +2 -0
- package/dist/src/components/Popover/Popover.d.ts +2 -0
- package/dist/src/components/Popover/Popover.types.d.ts +178 -0
- package/dist/src/components/Popover/PopoverProvider.d.ts +3 -0
- package/dist/src/components/Popover/components/NestedPopoverActivator.d.ts +5 -0
- package/dist/src/components/Popover/components/PopoverActivator.d.ts +2 -0
- package/dist/src/components/Popover/components/PopoverContent.d.ts +2 -0
- package/dist/src/components/Popover/helpers/composeFloatingProps.d.ts +15 -0
- package/dist/src/components/Popover/helpers/composePopoverWidth.d.ts +2 -0
- package/dist/src/components/Popover/helpers/handlePopoverTabKey.d.ts +8 -0
- package/dist/src/components/Popover/helpers/hasFocus.d.ts +1 -0
- package/dist/src/components/Popover/helpers/waitUntilTrue.d.ts +1 -0
- package/dist/src/components/Popover/hooks/usePopover.d.ts +1 -0
- package/dist/src/components/Popover/hooks/usePopoverActivatorInteractions.d.ts +15 -0
- package/dist/src/components/Popover/hooks/usePopoverAria.d.ts +6 -0
- package/dist/src/components/Popover/hooks/usePopoverImperativeHandle.d.ts +4 -0
- package/dist/src/components/Popover/hooks/usePopoverItem.d.ts +12 -0
- package/dist/src/components/Popover/hooks/usePopoverNavigation.d.ts +16 -0
- package/dist/src/components/Popover/hooks/usePopoverState.d.ts +10 -0
- package/dist/src/components/Popover/index.d.ts +5 -0
- package/dist/src/components/Progress/Progress.d.ts +2 -0
- package/dist/src/components/Progress/Progress.types.d.ts +23 -0
- package/dist/src/components/Progress/index.d.ts +1 -0
- package/dist/src/components/Provider/Provider.d.ts +20 -0
- package/dist/src/components/Provider/index.d.ts +1 -0
- package/dist/src/components/Radio/Radio.d.ts +2 -0
- package/dist/src/components/Radio/Radio.types.d.ts +45 -0
- package/dist/src/components/Radio/helpers/mapRadioGroupOptions.d.ts +5 -0
- package/dist/src/components/Radio/index.d.ts +2 -0
- package/dist/src/components/RadioGroup/RadioGroup.d.ts +7 -0
- package/dist/src/components/RadioGroup/RadioGroup.types.d.ts +70 -0
- package/dist/src/components/RadioGroup/RadioGroupContext.d.ts +2 -0
- package/dist/src/components/RadioGroup/index.d.ts +2 -0
- package/dist/src/components/Readonly/Readonly.d.ts +3 -0
- package/dist/src/components/Readonly/Readonly.types.d.ts +10 -0
- package/dist/src/components/Readonly/index.d.ts +2 -0
- package/dist/src/components/RichSelect/RichSelect.d.ts +2 -0
- package/dist/src/components/RichSelect/RichSelect.types.d.ts +193 -0
- package/dist/src/components/RichSelect/SelectBody/SelectBody.d.ts +2 -0
- package/dist/src/components/RichSelect/SelectBody/SelectBody.types.d.ts +12 -0
- package/dist/src/components/RichSelect/SelectCreate/SelectCreate.d.ts +2 -0
- package/dist/src/components/RichSelect/SelectCreate/SelectCreate.types.d.ts +29 -0
- package/dist/src/components/RichSelect/SelectHeading/SelectHeading.d.ts +2 -0
- package/dist/src/components/RichSelect/SelectHeading/SelectHeading.types.d.ts +17 -0
- package/dist/src/components/RichSelect/SelectLabel/SelectLabel.d.ts +2 -0
- package/dist/src/components/RichSelect/SelectLabel/SelectLabel.types.d.ts +3 -0
- package/dist/src/components/RichSelect/SelectMenu/SelectMenu.d.ts +2 -0
- package/dist/src/components/RichSelect/SelectMenu/SelectMenu.types.d.ts +49 -0
- package/dist/src/components/RichSelect/SelectMenu/SelectMenuItem.d.ts +2 -0
- package/dist/src/components/RichSelect/SelectSearch/SelectSearch.d.ts +2 -0
- package/dist/src/components/RichSelect/SelectSearch/SelectSearch.types.d.ts +2 -0
- package/dist/src/components/RichSelect/SelectSearchInput/SelectSearchInput.d.ts +3 -0
- package/dist/src/components/RichSelect/SelectSearchInput/SelectSearchInput.types.d.ts +18 -0
- package/dist/src/components/RichSelect/SelectTags/SelectTags.d.ts +2 -0
- package/dist/src/components/RichSelect/SelectTags/SelectTags.types.d.ts +27 -0
- package/dist/src/components/RichSelect/components/SelectActivator.d.ts +7 -0
- package/dist/src/components/RichSelect/components/SelectHiddenInput.d.ts +4 -0
- package/dist/src/components/RichSelect/components/SelectOptions.d.ts +8 -0
- package/dist/src/components/RichSelect/hooks/useRichSelectState.d.ts +17 -0
- package/dist/src/components/RichSelect/index.d.ts +19 -0
- package/dist/src/components/Row/Row.d.ts +2 -0
- package/dist/src/components/Row/Row.types.d.ts +42 -0
- package/dist/src/components/Row/index.d.ts +2 -0
- package/dist/src/components/Select/Select.d.ts +2 -0
- package/dist/src/components/Select/Select.types.d.ts +89 -0
- package/dist/src/components/Select/SelectOption/SelectOption.d.ts +2 -0
- package/dist/src/components/Select/components/SelectControl.d.ts +2 -0
- package/dist/src/components/Select/components/SelectReadonly.d.ts +2 -0
- package/dist/src/components/Select/helpers/mapSelectOptions.d.ts +4 -0
- package/dist/src/components/Select/helpers/nodesToSelectOptions.d.ts +11 -0
- package/dist/src/components/Select/index.d.ts +4 -0
- package/dist/src/components/Skeleton/Skeleton.d.ts +2 -0
- package/dist/src/components/Skeleton/Skeleton.types.d.ts +36 -0
- package/dist/src/components/Skeleton/index.d.ts +2 -0
- package/dist/src/components/SkipLink/SkipLink.d.ts +2 -0
- package/dist/src/components/SkipLink/SkipLink.types.d.ts +22 -0
- package/dist/src/components/SkipLink/index.d.ts +2 -0
- package/dist/src/components/Slideout/Slideout.d.ts +2 -0
- package/dist/src/components/Slideout/Slideout.types.d.ts +150 -0
- package/dist/src/components/Slideout/SlideoutProvider.d.ts +3 -0
- package/dist/src/components/Slideout/components/SlideoutInner.d.ts +2 -0
- package/dist/src/components/Slideout/hooks/useIDSProvidedSlideout.d.ts +5 -0
- package/dist/src/components/Slideout/hooks/useSlideout.d.ts +3 -0
- package/dist/src/components/Slideout/index.d.ts +4 -0
- package/dist/src/components/Slider/Slider.d.ts +2 -0
- package/dist/src/components/Slider/Slider.types.d.ts +94 -0
- package/dist/src/components/Slider/components/SliderTicks.d.ts +2 -0
- package/dist/src/components/Slider/index.d.ts +2 -0
- package/dist/src/components/Spinner/Spinner.d.ts +2 -0
- package/dist/src/components/Spinner/Spinner.types.d.ts +13 -0
- package/dist/src/components/Spinner/index.d.ts +2 -0
- package/dist/src/components/Stack/Stack.d.ts +2 -0
- package/dist/src/components/Stack/Stack.types.d.ts +22 -0
- package/dist/src/components/Stack/index.d.ts +2 -0
- package/dist/src/components/TabSet/Tab/Tab.d.ts +2 -0
- package/dist/src/components/TabSet/Tab/Tab.types.d.ts +21 -0
- package/dist/src/components/TabSet/TabSet.d.ts +2 -0
- package/dist/src/components/TabSet/TabSet.types.d.ts +84 -0
- package/dist/src/components/TabSet/TabSetProvider.d.ts +3 -0
- package/dist/src/components/TabSet/components/TabSetItem.d.ts +2 -0
- package/dist/src/components/TabSet/helpers/mapTabs.d.ts +3 -0
- package/dist/src/components/TabSet/hooks/useTabSetItems.d.ts +1 -0
- package/dist/src/components/TabSet/index.d.ts +5 -0
- package/dist/src/components/Table/Table.d.ts +7 -0
- package/dist/src/components/Table/Table.types.d.ts +208 -0
- package/dist/src/components/Table/TableBody/TableBody.d.ts +2 -0
- package/dist/src/components/Table/TableBody/TableBody.types.d.ts +29 -0
- package/dist/src/components/Table/TableContext.d.ts +2 -0
- package/dist/src/components/Table/TableFormattedValue/TableFormattedValue.d.ts +2 -0
- package/dist/src/components/Table/TableFormattedValue/TableFormattedValue.types.d.ts +30 -0
- package/dist/src/components/Table/TableProvider.d.ts +5 -0
- package/dist/src/components/Table/components/TableBodyCell.d.ts +2 -0
- package/dist/src/components/Table/components/TableEmpty.d.ts +2 -0
- package/dist/src/components/Table/components/TableHeader.d.ts +2 -0
- package/dist/src/components/Table/components/TableHeaderCell.d.ts +2 -0
- package/dist/src/components/Table/components/TableRows.d.ts +2 -0
- package/dist/src/components/Table/components/TableSortButton.d.ts +2 -0
- package/dist/src/components/Table/helpers/composeIDSTableColumnDefs.d.ts +2 -0
- package/dist/src/components/Table/helpers/composeIDSTableInitialSorting.d.ts +3 -0
- package/dist/src/components/Table/helpers/findColumnByKey.d.ts +2 -0
- package/dist/src/components/Table/helpers/getFormatFromValue.d.ts +2 -0
- package/dist/src/components/Table/helpers/hasColumns.d.ts +2 -0
- package/dist/src/components/Table/hooks/useIDSTableColumnSort.d.ts +2 -0
- package/dist/src/components/Table/hooks/useIDSTableColumnStyles.d.ts +2 -0
- package/dist/src/components/Table/hooks/useTable.d.ts +1 -0
- package/dist/src/components/Table/index.d.ts +6 -0
- package/dist/src/components/Tag/Tag.d.ts +2 -0
- package/dist/src/components/Tag/Tag.types.d.ts +25 -0
- package/dist/src/components/Tag/TagInput/TagInput.d.ts +3 -0
- package/dist/src/components/Tag/TagInput/TagInput.types.d.ts +21 -0
- package/dist/src/components/Tag/components/TagListInput/TagListInput.d.ts +3 -0
- package/dist/src/components/Tag/components/TagListInput/TagListInput.types.d.ts +45 -0
- package/dist/src/components/Tag/index.d.ts +4 -0
- package/dist/src/components/Text/Text.d.ts +2 -0
- package/dist/src/components/Text/Text.types.d.ts +45 -0
- package/dist/src/components/Text/index.d.ts +2 -0
- package/dist/src/components/Toaster/Toast/Toast.d.ts +3 -0
- package/dist/src/components/Toaster/Toast/Toast.types.d.ts +95 -0
- package/dist/src/components/Toaster/Toast/ToastAnimated.d.ts +2 -0
- package/dist/src/components/Toaster/Toast/ToastIcon.d.ts +6 -0
- package/dist/src/components/Toaster/Toaster.d.ts +2 -0
- package/dist/src/components/Toaster/Toaster.types.d.ts +37 -0
- package/dist/src/components/Toaster/ToasterProvider.d.ts +14 -0
- package/dist/src/components/Toaster/hooks/useToaster.d.ts +9 -0
- package/dist/src/components/Toaster/index.d.ts +5 -0
- package/dist/src/components/Toggle/Toggle.d.ts +2 -0
- package/dist/src/components/Toggle/Toggle.types.d.ts +45 -0
- package/dist/src/components/Toggle/index.d.ts +2 -0
- package/dist/src/components/Tooltip/Tooltip.d.ts +2 -0
- package/dist/src/components/Tooltip/Tooltip.types.d.ts +33 -0
- package/dist/src/components/Tooltip/index.d.ts +2 -0
- package/dist/src/components/ValidationMessage/ValidationBase/ValidationBase.d.ts +2 -0
- package/dist/src/components/ValidationMessage/ValidationBase/ValidationBase.types.d.ts +27 -0
- package/dist/src/components/ValidationMessage/ValidationLink/ValidationLink.d.ts +2 -0
- package/dist/src/components/ValidationMessage/ValidationLink/ValidationLink.types.d.ts +12 -0
- package/dist/src/components/ValidationMessage/ValidationMessage.d.ts +2 -0
- package/dist/src/components/ValidationMessage/ValidationMessage.types.d.ts +13 -0
- package/dist/src/components/ValidationMessage/ValidationSummary/ValidationSummary.d.ts +2 -0
- package/dist/src/components/ValidationMessage/ValidationSummary/ValidationSummary.types.d.ts +27 -0
- package/dist/src/components/ValidationMessage/index.d.ts +6 -0
- package/dist/src/constants.d.ts +123 -0
- package/dist/src/enums.d.ts +215 -0
- package/dist/src/helpers/dom/closestCrossShadow.d.ts +9 -0
- package/dist/src/helpers/dom/domUtils.d.ts +5 -0
- package/dist/src/helpers/dom/focusableElements.d.ts +1 -0
- package/dist/src/helpers/dom/getActiveElement.d.ts +1 -0
- package/dist/src/helpers/dom/hasShadowDom.d.ts +1 -0
- package/dist/src/helpers/form/getFormControlValueAsString.d.ts +2 -0
- package/dist/src/helpers/form/getFormControlValueAsStringIfDefined.d.ts +2 -0
- package/dist/src/helpers/form/getValueAsEvent.d.ts +15 -0
- package/dist/src/helpers/form/isValidFormInputElement.d.ts +1 -0
- package/dist/src/helpers/formatting/capitalizeFirstLetter.d.ts +1 -0
- package/dist/src/helpers/formatting/formatCurrency.d.ts +25 -0
- package/dist/src/helpers/formatting/formatDate.d.ts +5 -0
- package/dist/src/helpers/formatting/formatDateTime.d.ts +3 -0
- package/dist/src/helpers/formatting/formatObjectKey.d.ts +1 -0
- package/dist/src/helpers/formatting/formatPercentage.d.ts +1 -0
- package/dist/src/helpers/formatting/stringReplacer.d.ts +2 -0
- package/dist/src/helpers/formatting/toArray.d.ts +1 -0
- package/dist/src/helpers/formatting/toCSSLengthValue.d.ts +1 -0
- package/dist/src/helpers/label-value/composeLabelValueDescriptor.d.ts +9 -0
- package/dist/src/helpers/label-value/getQueryRangeExclusive.d.ts +8 -0
- package/dist/src/helpers/label-value/getValueFromLabelValues.d.ts +2 -0
- package/dist/src/helpers/label-value/highlightQueryInLabel.d.ts +2 -0
- package/dist/src/helpers/label-value/highlightQueryInLabelValue.d.ts +3 -0
- package/dist/src/helpers/label-value/searchLabelValues.d.ts +2 -0
- package/dist/src/helpers/responsive/getResponsiveLayoutModifiers.d.ts +2 -0
- package/dist/src/helpers/responsive/getResponsivePaddingClasses.d.ts +2 -0
- package/dist/src/helpers/transition/getTransitionDuration.d.ts +1 -0
- package/dist/src/helpers/transition/timeStringToNumber.d.ts +1 -0
- package/dist/src/helpers/utility/generateScopedName.d.ts +8 -0
- package/dist/src/helpers/utility/idsLogger.d.ts +3 -0
- package/dist/src/helpers/utility/propagateTestid.d.ts +1 -0
- package/dist/src/hooks/index.d.ts +4 -0
- package/dist/src/hooks/useAriaRelationship.d.ts +11 -0
- package/dist/src/hooks/useBreakpoint.d.ts +11 -0
- package/dist/src/hooks/useControlledState.d.ts +22 -0
- package/dist/src/hooks/useIdIfNeeded.d.ts +2 -0
- package/dist/src/hooks/useResponsiveProps.d.ts +19 -0
- package/dist/src/interfaces.d.ts +68 -0
- package/dist/src/main.d.ts +58 -0
- package/dist/src/patterns/Loading/Loading.d.ts +47 -0
- package/dist/src/patterns/Loading/LoadingSuspense.d.ts +73 -0
- package/dist/src/patterns/Loading/components/ComponentLoading.d.ts +53 -0
- package/dist/src/patterns/Loading/components/DefaultLoading.d.ts +27 -0
- package/dist/src/patterns/Loading/components/LongLoading.d.ts +60 -0
- package/dist/src/patterns/Loading/components/PageLoading.d.ts +41 -0
- package/dist/src/patterns/Loading/components/StartUpLoading.d.ts +67 -0
- package/dist/src/patterns/Loading/components/ValidateLoading.d.ts +38 -0
- package/dist/src/patterns/Loading/hooks/useEstimatedProgressValue.d.ts +11 -0
- package/dist/src/patterns/Loading/hooks/useShouldRenderLoading.d.ts +10 -0
- package/dist/src/patterns/Loading/hooks/useShowIndicator.d.ts +9 -0
- package/dist/src/patterns/Loading/hooks/useSuspenseResource.d.ts +17 -0
- package/dist/src/patterns/Loading/index.d.ts +2 -0
- package/dist/src/types.d.ts +21 -0
- package/dist/style.css +1 -1
- package/dist/{useIDSButtonGroupItem-YYpF5FzH.js → useIDSButtonGroupItem-DnMPV8Ro.js} +1 -1
- package/package.json +23 -23
- package/dist/Loading.module-Bpupt31Y.js +0 -13
- package/dist/LogoFromSrc-DIJbLzdF.js +0 -59
- package/dist/MenuItem.module-B77HFe8G.js +0 -24
- package/dist/Popover.module-DsySRqqg.js +0 -11
- package/dist/TabSet.module-D1hz6nN2.js +0 -13
- package/dist/Table.module-DotXvwJq.js +0 -32
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import { jsx as s } from "react/jsx-runtime";
|
|
2
|
+
import { propagateTestid as a } from "./helpers/utility/propagateTestid.js";
|
|
3
|
+
const e = "ids-navbar-v5205", d = "ids-navbar--logo-image-v5205", r = "ids-navbar--panel-v5205", v = "ids-navbar--logo-slot-v5205", l = "ids-navbar--content-v5205", p = "ids-navbar--content-between-v5205", b = "ids-navbar--content-end-v5205", c = "ids-navbar--toggle-button-v5205", g = "ids-navbar--logo-icon-v5205", m = "ids-navbar--slot-v5205", u = "ids-navbar--logo-link-v5205", k = "ids-navbar--fixed-v5205", x = "ids-navbar--nav-hide-v5205", f = {
|
|
4
|
+
navbar: e,
|
|
5
|
+
"ids-icon": "ids-icon-v5205",
|
|
6
|
+
"ids-field": "ids-field-v5205",
|
|
7
|
+
"ids-field-group": "ids-field-group-v5205",
|
|
8
|
+
logoImage: d,
|
|
9
|
+
panel: r,
|
|
10
|
+
logoSlot: v,
|
|
11
|
+
"ids-menu--inline": "ids-menu--inline-v5205",
|
|
12
|
+
"ids-menuItem": "ids-menu-item-v5205",
|
|
13
|
+
"ids-badge--host": "ids-badge--host-v5205",
|
|
14
|
+
"ids-popover": "ids-popover-v5205",
|
|
15
|
+
"ids-combobox": "ids-combobox-v5205",
|
|
16
|
+
"ids-popover--activator": "ids-popover--activator-v5205",
|
|
17
|
+
"ids-popover--content": "ids-popover--content-v5205",
|
|
18
|
+
"ids-label": "ids-label-v5205",
|
|
19
|
+
"ids-select": "ids-select-v5205",
|
|
20
|
+
"ids-input": "ids-input-v5205",
|
|
21
|
+
"ids-tagListInput": "ids-tag-list-input-v5205",
|
|
22
|
+
"ids-input--wrapper": "ids-input--wrapper-v5205",
|
|
23
|
+
"ids-panel--background-transparent": "ids-panel--background-transparent-v5205",
|
|
24
|
+
"iress—background--transparent": "ids-navbar--iress—background--transparent-v5205",
|
|
25
|
+
content: l,
|
|
26
|
+
contentBetween: p,
|
|
27
|
+
contentEnd: b,
|
|
28
|
+
toggleButton: c,
|
|
29
|
+
logoIcon: g,
|
|
30
|
+
slot: m,
|
|
31
|
+
logoLink: u,
|
|
32
|
+
fixed: k,
|
|
33
|
+
"breakpoint--xs": "ids-navbar--breakpoint--xs-v5205",
|
|
34
|
+
navHide: x,
|
|
35
|
+
"ids-menuItem--selected": "ids-menu-item--selected-v5205",
|
|
36
|
+
"breakpoint--sm": "ids-navbar--breakpoint--sm-v5205",
|
|
37
|
+
"breakpoint--md": "ids-navbar--breakpoint--md-v5205",
|
|
38
|
+
"breakpoint--lg": "ids-navbar--breakpoint--lg-v5205",
|
|
39
|
+
"breakpoint--xl": "ids-navbar--breakpoint--xl-v5205",
|
|
40
|
+
"breakpoint--xxl": "ids-navbar--breakpoint--xxl-v5205"
|
|
41
|
+
}, L = ({
|
|
42
|
+
logoSrc: n,
|
|
43
|
+
logoAltText: o,
|
|
44
|
+
onError: t,
|
|
45
|
+
dataTestid: i
|
|
46
|
+
}) => /* @__PURE__ */ s(
|
|
47
|
+
"img",
|
|
48
|
+
{
|
|
49
|
+
src: n,
|
|
50
|
+
className: f.logoImage,
|
|
51
|
+
"data-testid": a(i, "logo"),
|
|
52
|
+
alt: o,
|
|
53
|
+
onError: t
|
|
54
|
+
}
|
|
55
|
+
);
|
|
56
|
+
export {
|
|
57
|
+
L,
|
|
58
|
+
f as s
|
|
59
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
const e = "ids-menu-item-v5205", t = "ids-menu-item--text-v5205", n = "ids-menu-item--selected-v5205", i = "ids-menu-item--multi-select-v5205", m = "ids-menu-item--button-v5205", s = "ids-menu-item--text-append-v5205", d = "ids-menu-item--text-prepend-v5205", c = "ids-menu-item--heading-v5205", u = "ids-menu-item--contents-v5205", o = "ids-menu-item--append-v5205", v = "ids-menu-item--checkbox-mark-v5205", l = "ids-menu-item--divider-v5205", a = "ids-menu-item--no-wrap-v5205", p = "ids-menu-item--list-item-v5205", x = {
|
|
2
|
+
menuItem: e,
|
|
3
|
+
text: t,
|
|
4
|
+
"menu--nav": "ids-menu-item--menu--nav-v5205",
|
|
5
|
+
selected: n,
|
|
6
|
+
multiSelect: i,
|
|
7
|
+
"menu--inline": "ids-menu-item--menu--inline-v5205",
|
|
8
|
+
"menu--inline-equal-width": "ids-menu-item--menu--inline-equal-width-v5205",
|
|
9
|
+
button: m,
|
|
10
|
+
textAppend: s,
|
|
11
|
+
textPrepend: d,
|
|
12
|
+
heading: c,
|
|
13
|
+
"menu--stack": "ids-menu-item--menu--stack-v5205",
|
|
14
|
+
contents: u,
|
|
15
|
+
append: o,
|
|
16
|
+
checkboxMark: v,
|
|
17
|
+
"ids-checkbox-label": "ids-checkbox-label-v5205",
|
|
18
|
+
divider: l,
|
|
19
|
+
noWrap: a,
|
|
20
|
+
listItem: p
|
|
21
|
+
};
|
|
22
|
+
export {
|
|
23
|
+
x as s
|
|
24
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
const t = "ids-popover-v5205", o = "ids-popover--portal-v5205", p = "ids-popover--has-input-activator-v5205", a = "ids-popover--input-activator-portal-v5205", r = "ids-popover--content-v5205", v = "ids-popover--activator-v5205", s = {
|
|
2
|
+
popover: t,
|
|
3
|
+
portal: o,
|
|
4
|
+
hasInputActivator: p,
|
|
5
|
+
inputActivatorPortal: a,
|
|
6
|
+
content: r,
|
|
7
|
+
activator: v
|
|
8
|
+
};
|
|
9
|
+
export {
|
|
10
|
+
s
|
|
11
|
+
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as F } from "react/jsx-runtime";
|
|
2
2
|
import { createContext as H, forwardRef as V, useRef as _, useMemo as p, useCallback as $ } from "react";
|
|
3
|
-
import { o as y, p as B, h as U, q as D, s as G, i as X, v as J, k as K, l as L, m as Q, j as W } from "./floating-ui.react-
|
|
3
|
+
import { o as y, p as B, h as U, q as D, s as G, i as X, v as J, k as K, l as L, m as Q, j as W } from "./floating-ui.react-BoSeAoXU.js";
|
|
4
4
|
import { POPOVER_USE_MAX_HEIGHT as Y } from "./components/Popover/Popover.types.js";
|
|
5
5
|
import { usePopoverState as Z } from "./components/Popover/hooks/usePopoverState.js";
|
|
6
6
|
import { usePopoverNavigation as T } from "./components/Popover/hooks/usePopoverNavigation.js";
|
|
@@ -8,13 +8,13 @@ import { usePopoverAria as ee } from "./components/Popover/hooks/usePopoverAria.
|
|
|
8
8
|
import { usePopoverImperativeHandle as oe } from "./components/Popover/hooks/usePopoverImperativeHandle.js";
|
|
9
9
|
import { focusableElements as te } from "./helpers/dom/focusableElements.js";
|
|
10
10
|
import { closestCrossShadow as se } from "./helpers/dom/closestCrossShadow.js";
|
|
11
|
-
const ie = "ids-slideout-
|
|
11
|
+
const ie = "ids-slideout-v5205", ne = "ids-slideout--backdrop-v5205", re = "ids-slideout--push-v5205", ce = "ids-slideout--unmounted-v5205", le = "ids-slideout--initial-v5205", ue = "ids-slideout--close-v5205", de = "ids-slideout--open-v5205", ae = "ids-slideout--right-v5205", me = "ids-slideout--left-v5205", pe = "ids-slideout--close-button-v5205", ve = "ids-slideout--content-v5205", fe = "ids-slideout--footer-v5205", he = {
|
|
12
12
|
slideout: ie,
|
|
13
13
|
backdrop: ne,
|
|
14
14
|
push: re,
|
|
15
|
-
"size--sm": "ids-slideout--size--sm-
|
|
16
|
-
"size--md": "ids-slideout--size--md-
|
|
17
|
-
"size--lg": "ids-slideout--size--lg-
|
|
15
|
+
"size--sm": "ids-slideout--size--sm-v5205",
|
|
16
|
+
"size--md": "ids-slideout--size--md-v5205",
|
|
17
|
+
"size--lg": "ids-slideout--size--lg-v5205",
|
|
18
18
|
unmounted: ce,
|
|
19
19
|
initial: le,
|
|
20
20
|
close: ue,
|
|
@@ -3,7 +3,7 @@ import { c as t } from "./index-cbHCAGLB.js";
|
|
|
3
3
|
import { forwardRef as f } from "react";
|
|
4
4
|
import { GlobalCSSClass as r } from "./enums.js";
|
|
5
5
|
import { getFormControlValueAsStringIfDefined as l } from "./helpers/form/getFormControlValueAsStringIfDefined.js";
|
|
6
|
-
const v = "ids-select-
|
|
6
|
+
const v = "ids-select-v5205", S = "ids-select--wrapper-v5205", u = "ids-select--element-v5205", o = {
|
|
7
7
|
select: v,
|
|
8
8
|
wrapper: S,
|
|
9
9
|
element: u
|
|
@@ -4,7 +4,7 @@ import { useMemo as v } from "react";
|
|
|
4
4
|
import { GlobalCSSClass as m } from "./enums.js";
|
|
5
5
|
import { propagateTestid as k } from "./helpers/utility/propagateTestid.js";
|
|
6
6
|
import { BREAKPOINTS as n } from "./constants.js";
|
|
7
|
-
const p = "ids-slider-
|
|
7
|
+
const p = "ids-slider-v5205", M = "ids-slider--control-v5205", N = "ids-slider--tick-mark-list-v5205", S = "ids-slider--tick-mark-v5205", f = "ids-slider--tick-mark-label-v5205", h = "ids-slider--thumb-value-v5205", l = {
|
|
8
8
|
slider: p,
|
|
9
9
|
control: M,
|
|
10
10
|
tickMarkList: N,
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
const t = "ids-tab-set-v5205", s = "ids-tab-set--list-v5205", e = "ids-tab-set--panel-v5205", a = "ids-tab-set--list-item-v5205", i = {
|
|
2
|
+
tabSet: t,
|
|
3
|
+
list: s,
|
|
4
|
+
"layout--top-left": "ids-tab-set--layout--top-left-v5205",
|
|
5
|
+
"layout--top-center": "ids-tab-set--layout--top-center-v5205",
|
|
6
|
+
"layout--top-right": "ids-tab-set--layout--top-right-v5205",
|
|
7
|
+
panel: e,
|
|
8
|
+
"ids-badge": "ids-badge-v5205",
|
|
9
|
+
listItem: a
|
|
10
|
+
};
|
|
11
|
+
export {
|
|
12
|
+
i as s
|
|
13
|
+
};
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
const e = "ids-table-v5205", t = "ids-table--compact-v5205", o = "ids-table--row-group-header-v5205", r = "ids-table--row-group-column-headers-v5205", s = "ids-table--divider-v5205", d = "ids-table--hover-v5205", i = "ids-table--wrapper-v5205", c = "ids-table--sort-button-v5205", l = "ids-table--sort-button-no-wrap-v5205", a = "ids-table--sort-icon-v5205", n = "ids-table--hidden-header-v5205", v = "ids-table--activator-v5205", b = {
|
|
2
|
+
table: e,
|
|
3
|
+
compact: t,
|
|
4
|
+
rowGroupHeader: o,
|
|
5
|
+
rowGroupColumnHeaders: r,
|
|
6
|
+
divider: s,
|
|
7
|
+
"cell--number": "ids-table--cell--number-v5205",
|
|
8
|
+
"cell--center": "ids-table--cell--center-v5205",
|
|
9
|
+
"cell--left": "ids-table--cell--left-v5205",
|
|
10
|
+
"cell--currency": "ids-table--cell--currency-v5205",
|
|
11
|
+
"cell--right": "ids-table--cell--right-v5205",
|
|
12
|
+
"ids-input--formControl": "ids-input--form-control-v5205",
|
|
13
|
+
"ids-field": "ids-field-v5205",
|
|
14
|
+
"ids-checkbox": "ids-checkbox-v5205",
|
|
15
|
+
"ids-checkbox--label": "ids-checkbox--label-v5205",
|
|
16
|
+
"ids-checkbox--input": "ids-checkbox--input-v5205",
|
|
17
|
+
"ids-checkbox--mark": "ids-checkbox--mark-v5205",
|
|
18
|
+
"ids-label--hidden": "ids-label--hidden-v5205",
|
|
19
|
+
"ids-field--input-container": "ids-field--input-container-v5205",
|
|
20
|
+
"iress-view-mode-compact": "ids-table--iress-view-mode-compact-v5205",
|
|
21
|
+
hover: d,
|
|
22
|
+
wrapper: i,
|
|
23
|
+
sortButton: c,
|
|
24
|
+
sortButtonNoWrap: l,
|
|
25
|
+
sortIcon: a,
|
|
26
|
+
hiddenHeader: n,
|
|
27
|
+
activator: v,
|
|
28
|
+
"pseudo-hover": "ids-table--pseudo-hover-v5205"
|
|
29
|
+
};
|
|
30
|
+
export {
|
|
31
|
+
b as s
|
|
32
|
+
};
|
|
@@ -2,7 +2,7 @@ import "react/jsx-runtime";
|
|
|
2
2
|
import "../../index-cbHCAGLB.js";
|
|
3
3
|
import "./Alert.types.js";
|
|
4
4
|
import "../../enums.js";
|
|
5
|
-
import { I as a } from "../../LoadingSuspense-
|
|
5
|
+
import { I as a } from "../../LoadingSuspense-CMLr0JZ4.js";
|
|
6
6
|
import "../Text/Text.js";
|
|
7
7
|
import "../../helpers/utility/propagateTestid.js";
|
|
8
8
|
import "../HeadingWithDeprecatedFallback/HeadingWithDeprecatedFallback.js";
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "../../index-cbHCAGLB.js";
|
|
3
|
-
import "../../AutocompleteNoResults-
|
|
3
|
+
import "../../AutocompleteNoResults-BsQDlhkg.js";
|
|
4
4
|
import "../Popover/Popover.js";
|
|
5
5
|
import "react";
|
|
6
|
-
import "../../PopoverProvider-
|
|
6
|
+
import "../../PopoverProvider-BEq214Fe.js";
|
|
7
7
|
import "../Popover/InputPopover/InputPopover.js";
|
|
8
|
-
import { a as R } from "../../LoadingSuspense-
|
|
8
|
+
import { a as R } from "../../LoadingSuspense-CMLr0JZ4.js";
|
|
9
9
|
import "../../hooks/useControlledState.js";
|
|
10
10
|
import "../../helpers/utility/propagateTestid.js";
|
|
11
11
|
import "../../helpers/formatting/toArray.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { useRef as d, useState as S, useCallback as p, useEffect as M, useMemo as U } from "react";
|
|
2
|
-
import { searchLabelValues as
|
|
3
|
-
import { highlightQueryInLabelValue as
|
|
4
|
-
function
|
|
2
|
+
import { searchLabelValues as L } from "../../../helpers/label-value/searchLabelValues.js";
|
|
3
|
+
import { highlightQueryInLabelValue as V } from "../../../helpers/label-value/highlightQueryInLabelValue.js";
|
|
4
|
+
function B(e, n, u, c) {
|
|
5
5
|
var a = this, t = d(null), l = d(0), s = d(0), r = d(null), i = d([]), h = d(), E = d(), T = d(e), m = d(!0);
|
|
6
6
|
T.current = e;
|
|
7
7
|
var v = typeof window < "u", g = !n && n !== 0 && v;
|
|
@@ -55,23 +55,23 @@ function V(e, n, u, c) {
|
|
|
55
55
|
}, [R, w, n, b, y, g, v, H, c]);
|
|
56
56
|
return N;
|
|
57
57
|
}
|
|
58
|
-
function
|
|
58
|
+
function G(e, n) {
|
|
59
59
|
return e === n;
|
|
60
60
|
}
|
|
61
|
-
function
|
|
62
|
-
var c =
|
|
61
|
+
function P(e, n, u) {
|
|
62
|
+
var c = G, a = d(e), t = S({})[1], l = B(p(function(r) {
|
|
63
63
|
a.current = r, t({});
|
|
64
64
|
}, [t]), n, u, t), s = d(e);
|
|
65
65
|
return c(s.current, e) || (l(e), s.current = e), [a.current, l];
|
|
66
66
|
}
|
|
67
|
-
const
|
|
67
|
+
const j = 500, z = 1, I = (e) => e instanceof Error && e.message ? e.message : typeof e == "string" ? e : !0, J = () => {
|
|
68
68
|
const [e, n] = S(!1), [u, c] = S(!1), [a, t] = S([]), [l, s] = S(!1), r = p(() => {
|
|
69
69
|
t([]), n(!1), c(!1), s(!1);
|
|
70
70
|
}, []), i = p(
|
|
71
71
|
(g, R) => {
|
|
72
72
|
t(
|
|
73
73
|
g.map(
|
|
74
|
-
(y) =>
|
|
74
|
+
(y) => V(y, R)
|
|
75
75
|
)
|
|
76
76
|
), c(!1), n(!1);
|
|
77
77
|
},
|
|
@@ -100,13 +100,14 @@ const G = 500, P = 1, j = (e) => e instanceof Error && e.message ? e.message : t
|
|
|
100
100
|
setSearched: m,
|
|
101
101
|
clearErrorState: v
|
|
102
102
|
};
|
|
103
|
-
},
|
|
103
|
+
}, K = (e, n) => {
|
|
104
104
|
const u = d(""), c = p((s) => u.current === s, []), a = p((s) => {
|
|
105
105
|
u.current = s;
|
|
106
106
|
}, []), t = p(
|
|
107
107
|
async (s, r, i) => {
|
|
108
108
|
if (c(r)) return;
|
|
109
|
-
|
|
109
|
+
n.current = n.current + 1;
|
|
110
|
+
const h = n.current;
|
|
110
111
|
if (a(r), r.length >= i) {
|
|
111
112
|
e.setLoadingState(!0), e.clearErrorState();
|
|
112
113
|
try {
|
|
@@ -116,7 +117,7 @@ const G = 500, P = 1, j = (e) => e instanceof Error && e.message ? e.message : t
|
|
|
116
117
|
} catch (E) {
|
|
117
118
|
if (h !== n.current) return;
|
|
118
119
|
e.setSearched(!0), e.updateWithError(
|
|
119
|
-
|
|
120
|
+
I(E)
|
|
120
121
|
);
|
|
121
122
|
}
|
|
122
123
|
} else
|
|
@@ -128,7 +129,7 @@ const G = 500, P = 1, j = (e) => e instanceof Error && e.message ? e.message : t
|
|
|
128
129
|
if (!c(r))
|
|
129
130
|
if (a(r), r.length >= i) {
|
|
130
131
|
e.setSearched(!0);
|
|
131
|
-
const h =
|
|
132
|
+
const h = L(r, s);
|
|
132
133
|
e.updateWithResults(h, r);
|
|
133
134
|
} else
|
|
134
135
|
e.reset();
|
|
@@ -139,14 +140,14 @@ const G = 500, P = 1, j = (e) => e instanceof Error && e.message ? e.message : t
|
|
|
139
140
|
handleAsync: t,
|
|
140
141
|
handleSync: l
|
|
141
142
|
};
|
|
142
|
-
},
|
|
143
|
-
debounceThreshold: e =
|
|
143
|
+
}, $ = ({
|
|
144
|
+
debounceThreshold: e = j,
|
|
144
145
|
initialOptions: n = [],
|
|
145
|
-
minSearchLength: u =
|
|
146
|
+
minSearchLength: u = z,
|
|
146
147
|
options: c = [],
|
|
147
148
|
query: a = ""
|
|
148
149
|
}) => {
|
|
149
|
-
const t =
|
|
150
|
+
const t = J(), l = d(0), s = K(t, l), [r] = P(a, e);
|
|
150
151
|
M(() => {
|
|
151
152
|
if (typeof c == "function") {
|
|
152
153
|
s.handleAsync(
|
|
@@ -174,5 +175,5 @@ const G = 500, P = 1, j = (e) => e instanceof Error && e.message ? e.message : t
|
|
|
174
175
|
};
|
|
175
176
|
};
|
|
176
177
|
export {
|
|
177
|
-
|
|
178
|
+
$ as useAutocompleteSearch
|
|
178
179
|
};
|
|
@@ -2,7 +2,7 @@ import { jsx as r, jsxs as b } from "react/jsx-runtime";
|
|
|
2
2
|
import { BadgeMode as l } from "./Badge.types.js";
|
|
3
3
|
import { c as v } from "../../index-cbHCAGLB.js";
|
|
4
4
|
import { propagateTestid as p } from "../../helpers/utility/propagateTestid.js";
|
|
5
|
-
const u = "ids-badge--base-
|
|
5
|
+
const u = "ids-badge--base-v5205", m = "ids-badge--pill-v5205", f = "ids-badge--success-v5205", h = "ids-badge--warning-v5205", k = "ids-badge--danger-v5205", N = "ids-badge--info-v5205", w = "ids-badge--positive-v5205", x = "ids-badge--negative-v5205", B = "ids-badge-v5205", M = "ids-badge--host-v5205", s = {
|
|
6
6
|
base: u,
|
|
7
7
|
pill: m,
|
|
8
8
|
success: f,
|
|
@@ -11,10 +11,10 @@ const u = "ids-badge--base-v5202", m = "ids-badge--pill-v5202", f = "ids-badge--
|
|
|
11
11
|
info: N,
|
|
12
12
|
positive: w,
|
|
13
13
|
negative: x,
|
|
14
|
-
"background-default": "ids-badge--background-default-
|
|
15
|
-
"background-alt": "ids-badge--background-alt-
|
|
14
|
+
"background-default": "ids-badge--background-default-v5205",
|
|
15
|
+
"background-alt": "ids-badge--background-alt-v5205",
|
|
16
16
|
badge: B,
|
|
17
|
-
"ids-icon": "ids-icon-
|
|
17
|
+
"ids-icon": "ids-icon-v5205",
|
|
18
18
|
host: M
|
|
19
19
|
}, t = ({
|
|
20
20
|
children: i,
|
|
@@ -2,9 +2,9 @@ import "react/jsx-runtime";
|
|
|
2
2
|
import "react";
|
|
3
3
|
import "../../index-cbHCAGLB.js";
|
|
4
4
|
import "./Button.types.js";
|
|
5
|
-
import { b as a } from "../../LoadingSuspense-
|
|
5
|
+
import { b as a } from "../../LoadingSuspense-CMLr0JZ4.js";
|
|
6
6
|
import "../../enums.js";
|
|
7
|
-
import "../../useIDSButtonGroupItem-
|
|
7
|
+
import "../../useIDSButtonGroupItem-DnMPV8Ro.js";
|
|
8
8
|
export {
|
|
9
9
|
a as IressButton
|
|
10
10
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { BUTTON_MODES as s, BUTTON_TYPES as e, ButtonCssClass as B, ButtonMode as r, ButtonType as T } from "./Button.types.js";
|
|
2
|
-
import { b as u, c as a } from "../../LoadingSuspense-
|
|
2
|
+
import { b as u, c as a } from "../../LoadingSuspense-CMLr0JZ4.js";
|
|
3
3
|
export {
|
|
4
4
|
s as BUTTON_MODES,
|
|
5
5
|
e as BUTTON_TYPES,
|
|
@@ -1,64 +1,64 @@
|
|
|
1
|
-
import { jsx as
|
|
1
|
+
import { jsx as e, jsxs as d } from "react/jsx-runtime";
|
|
2
2
|
import { c as n } from "../../index-cbHCAGLB.js";
|
|
3
|
-
import { s } from "../../useIDSButtonGroupItem-
|
|
4
|
-
import
|
|
5
|
-
import { toArray as
|
|
6
|
-
import { useIdIfNeeded as
|
|
7
|
-
import { IressButtonGroupProvider as
|
|
3
|
+
import { s } from "../../useIDSButtonGroupItem-DnMPV8Ro.js";
|
|
4
|
+
import { useMemo as G, cloneElement as g } from "react";
|
|
5
|
+
import { toArray as x } from "../../helpers/formatting/toArray.js";
|
|
6
|
+
import { useIdIfNeeded as B } from "../../hooks/useIdIfNeeded.js";
|
|
7
|
+
import { IressButtonGroupProvider as I } from "./ButtonGroupProvider.js";
|
|
8
8
|
import { propagateTestid as u } from "../../helpers/utility/propagateTestid.js";
|
|
9
|
-
import { b as
|
|
10
|
-
import { GlobalCSSClass as
|
|
9
|
+
import { b as S } from "../../LoadingSuspense-CMLr0JZ4.js";
|
|
10
|
+
import { GlobalCSSClass as j } from "../../enums.js";
|
|
11
11
|
const w = ({
|
|
12
12
|
children: c,
|
|
13
|
-
className:
|
|
14
|
-
"data-testid":
|
|
15
|
-
defaultSelected:
|
|
13
|
+
className: p,
|
|
14
|
+
"data-testid": r,
|
|
15
|
+
defaultSelected: f,
|
|
16
16
|
hiddenLabel: i,
|
|
17
|
-
label:
|
|
17
|
+
label: t,
|
|
18
18
|
multiple: b,
|
|
19
19
|
onChange: v,
|
|
20
20
|
options: y,
|
|
21
21
|
selected: N,
|
|
22
|
-
...
|
|
22
|
+
...m
|
|
23
23
|
}) => {
|
|
24
|
-
const l =
|
|
24
|
+
const l = B({ id: m.id }), o = `${l}--label`, h = G(() => typeof t == "string" ? /* @__PURE__ */ e(
|
|
25
25
|
"div",
|
|
26
26
|
{
|
|
27
|
-
id:
|
|
27
|
+
id: o,
|
|
28
28
|
className: n(s.label, {
|
|
29
|
-
[
|
|
29
|
+
[j.SROnly]: i
|
|
30
30
|
}),
|
|
31
|
-
"data-testid": u(
|
|
32
|
-
children:
|
|
31
|
+
"data-testid": u(r, "label"),
|
|
32
|
+
children: t
|
|
33
33
|
}
|
|
34
|
-
) :
|
|
35
|
-
id:
|
|
36
|
-
}), [
|
|
37
|
-
return /* @__PURE__ */
|
|
38
|
-
|
|
34
|
+
) : g(t, {
|
|
35
|
+
id: o
|
|
36
|
+
}), [r, i, o, t]);
|
|
37
|
+
return /* @__PURE__ */ e(
|
|
38
|
+
I,
|
|
39
39
|
{
|
|
40
|
-
defaultSelected:
|
|
40
|
+
defaultSelected: f,
|
|
41
41
|
multiple: b,
|
|
42
42
|
onChange: v,
|
|
43
43
|
selected: N,
|
|
44
44
|
children: /* @__PURE__ */ d(
|
|
45
45
|
"div",
|
|
46
46
|
{
|
|
47
|
-
className: n(
|
|
47
|
+
className: n(p, s.buttonGroup),
|
|
48
48
|
id: l,
|
|
49
|
-
"data-testid":
|
|
50
|
-
...
|
|
49
|
+
"data-testid": r,
|
|
50
|
+
...m,
|
|
51
51
|
children: [
|
|
52
52
|
h,
|
|
53
|
-
/* @__PURE__ */ d("div", { role: "group", "aria-labelledby":
|
|
53
|
+
/* @__PURE__ */ d("div", { role: "group", "aria-labelledby": o, className: s.values, children: [
|
|
54
54
|
c,
|
|
55
|
-
|
|
56
|
-
|
|
55
|
+
x(y).map((a) => /* @__PURE__ */ e(
|
|
56
|
+
S,
|
|
57
57
|
{
|
|
58
|
-
"data-testid": u(
|
|
59
|
-
children:
|
|
58
|
+
"data-testid": u(r, "button__button"),
|
|
59
|
+
children: a
|
|
60
60
|
},
|
|
61
|
-
|
|
61
|
+
a
|
|
62
62
|
))
|
|
63
63
|
] })
|
|
64
64
|
]
|
|
@@ -18,7 +18,7 @@ function x({
|
|
|
18
18
|
[s, "body", "Children"],
|
|
19
19
|
[i, "footer", "Footer"]
|
|
20
20
|
];
|
|
21
|
-
return r.some(([t, o]) => o !== "body" && t) ? r.filter(([t]) => !!t).map(([t, o, h]) => /* @__PURE__ */ a(
|
|
21
|
+
return r.some(([t, o]) => o !== "body" && !!t) ? r.filter(([t]) => !!t).map(([t, o, h]) => /* @__PURE__ */ a(
|
|
22
22
|
"div",
|
|
23
23
|
{
|
|
24
24
|
className: f[h],
|
|
@@ -5,7 +5,7 @@ import "../../enums.js";
|
|
|
5
5
|
import "../../helpers/form/getFormControlValueAsString.js";
|
|
6
6
|
import "../CheckboxMark/CheckboxMark.types.js";
|
|
7
7
|
import "../CheckboxMark/CheckboxMark.js";
|
|
8
|
-
import { d as f } from "../../LoadingSuspense-
|
|
8
|
+
import { d as f } from "../../LoadingSuspense-CMLr0JZ4.js";
|
|
9
9
|
import "../../hooks/useControlledState.js";
|
|
10
10
|
import "../Form/hooks/useNoDefaultValueInForms.js";
|
|
11
11
|
import "../CheckboxGroup/CheckboxGroupContext.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as i } from "react/jsx-runtime";
|
|
2
|
-
import { d as a } from "../../../LoadingSuspense-
|
|
2
|
+
import { d as a } from "../../../LoadingSuspense-CMLr0JZ4.js";
|
|
3
3
|
import { idsLogger as p } from "../../../helpers/utility/idsLogger.js";
|
|
4
4
|
import { getFormControlValueAsString as s } from "../../../helpers/form/getFormControlValueAsString.js";
|
|
5
5
|
const h = (r) => r?.length ? (p(
|
|
@@ -6,18 +6,18 @@ import { CheckboxGroupLayout as q } from "./CheckboxGroup.types.js";
|
|
|
6
6
|
import { useControlledState as w } from "../../hooks/useControlledState.js";
|
|
7
7
|
import { useNoDefaultValueInForms as A } from "../Form/hooks/useNoDefaultValueInForms.js";
|
|
8
8
|
import { CheckboxGroupContext as D } from "./CheckboxGroupContext.js";
|
|
9
|
-
const E = "ids-checkbox-group-
|
|
9
|
+
const E = "ids-checkbox-group-v5205", H = "ids-checkbox-group--full-v5205", M = "ids-checkbox-group--block-v5205", z = "ids-checkbox-group--stack-v5205", B = "ids-checkbox-group--inline-v5205", J = "ids-checkbox-group--readonly-v5205", n = {
|
|
10
10
|
checkboxGroup: E,
|
|
11
11
|
full: H,
|
|
12
12
|
block: M,
|
|
13
13
|
stack: z,
|
|
14
|
-
"ids-checkbox": "ids-checkbox-
|
|
15
|
-
"ids-input--readonly": "ids-input--readonly-
|
|
16
|
-
"ids-checkbox--label": "ids-checkbox--label-
|
|
17
|
-
"ids-checkbox--label-span": "ids-checkbox--label-span-
|
|
14
|
+
"ids-checkbox": "ids-checkbox-v5205",
|
|
15
|
+
"ids-input--readonly": "ids-input--readonly-v5205",
|
|
16
|
+
"ids-checkbox--label": "ids-checkbox--label-v5205",
|
|
17
|
+
"ids-checkbox--label-span": "ids-checkbox--label-span-v5205",
|
|
18
18
|
inline: B,
|
|
19
19
|
readonly: J,
|
|
20
|
-
"ids-input-base--readonly": "ids-input-base--readonly-
|
|
20
|
+
"ids-input-base--readonly": "ids-input-base--readonly-v5205"
|
|
21
21
|
}, k = L(
|
|
22
22
|
({
|
|
23
23
|
className: m,
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
const c = "ids-checkbox-mark-
|
|
1
|
+
const c = "ids-checkbox-mark-v5205", k = "ids-checkbox-mark--checked-v5205", t = "ids-checkbox-mark--indeterminate-v5205", a = {
|
|
2
2
|
checkboxMark: c,
|
|
3
3
|
checked: k,
|
|
4
4
|
indeterminate: t
|
|
5
|
-
}, n = "ids-checkbox-mark-
|
|
5
|
+
}, n = "ids-checkbox-mark-v5205", r = "ids-checkbox-mark--indeterminate-mark-v5205", i = "ids-checkbox-mark--checked-mark-v5205", s = "ids-checkbox-mark--checked-v5205", d = "ids-checkbox-mark--indeterminate-v5205", e = {
|
|
6
6
|
checkboxMark: n,
|
|
7
7
|
indeterminateMark: r,
|
|
8
8
|
checkedMark: i,
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
3
|
import "../../index-cbHCAGLB.js";
|
|
4
|
-
import "../../ComboboxHiddenInput-
|
|
4
|
+
import "../../ComboboxHiddenInput-BRjcuIDU.js";
|
|
5
5
|
import "../../helpers/utility/propagateTestid.js";
|
|
6
6
|
import "../../helpers/formatting/toArray.js";
|
|
7
7
|
import "../Popover/Popover.js";
|
|
8
|
-
import "../../PopoverProvider-
|
|
8
|
+
import "../../PopoverProvider-BEq214Fe.js";
|
|
9
9
|
import "../Popover/InputPopover/InputPopover.js";
|
|
10
10
|
import "../../enums.js";
|
|
11
11
|
import "../RichSelect/hooks/useRichSelectState.js";
|
|
12
|
-
import { e as U } from "../../LoadingSuspense-
|
|
12
|
+
import { e as U } from "../../LoadingSuspense-CMLr0JZ4.js";
|
|
13
13
|
import "../Autocomplete/hooks/useAutocompleteSearch.js";
|
|
14
14
|
import "../Badge/Badge.js";
|
|
15
15
|
import "../../hooks/useIdIfNeeded.js";
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
3
|
import "../../../index-cbHCAGLB.js";
|
|
4
|
-
import "../../../ComboboxHiddenInput-
|
|
4
|
+
import "../../../ComboboxHiddenInput-BRjcuIDU.js";
|
|
5
5
|
import "../../../helpers/utility/propagateTestid.js";
|
|
6
6
|
import "../../../helpers/formatting/toArray.js";
|
|
7
7
|
import "../../Popover/Popover.js";
|
|
8
|
-
import "../../../PopoverProvider-
|
|
8
|
+
import "../../../PopoverProvider-BEq214Fe.js";
|
|
9
9
|
import "../../Popover/InputPopover/InputPopover.js";
|
|
10
10
|
import "../../RichSelect/hooks/useRichSelectState.js";
|
|
11
|
-
import { f as S } from "../../../LoadingSuspense-
|
|
11
|
+
import { f as S } from "../../../LoadingSuspense-CMLr0JZ4.js";
|
|
12
12
|
import "../../Autocomplete/hooks/useAutocompleteSearch.js";
|
|
13
13
|
import "../../Badge/Badge.js";
|
|
14
14
|
import "../../../hooks/useIdIfNeeded.js";
|