@iress-oss/ids-components 5.20.2 → 5.20.3
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-B7El1R2l.js} +1 -1
- package/dist/{ComboboxHiddenInput-BcqYDu3M.js → ComboboxHiddenInput-CWfIj-Zz.js} +5 -5
- package/dist/{FieldAppendToLabel-CWIO4lAR.js → FieldAppendToLabel-BTdzhQ7Z.js} +3 -3
- package/dist/{InputBase-C0zGNQy5.js → InputBase-Hc9D8St6.js} +1 -1
- package/dist/Loading.module-BjceG0Wh.js +13 -0
- package/dist/{LoadingSuspense-BtzikVZk.js → LoadingSuspense-Bwd232Nt.js} +114 -114
- package/dist/LogoFromSrc-CAdoYYud.js +59 -0
- package/dist/MenuItem.module-BQw_K5D4.js +24 -0
- package/dist/Popover.module-ZU-08mVQ.js +11 -0
- package/dist/{PopoverProvider-DZ92QV8I.js → PopoverProvider-Cvg6ObBO.js} +4 -4
- package/dist/{SelectControl-B5BG5_Pl.js → SelectControl-WoixPfwh.js} +1 -1
- package/dist/{SliderTicks-jPoPzYf3.js → SliderTicks-D-B1uIdS.js} +1 -1
- package/dist/TabSet.module-4ohNBuQS.js +13 -0
- package/dist/Table.module-BYwGboft.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/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 +2 -2
- package/dist/components/ButtonGroup/hooks/useIDSButtonGroupItem.js +1 -1
- package/dist/components/ButtonGroup/index.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/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/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 +1 -1
- 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 +1 -1
- 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 +1 -1
- package/dist/components/Popover/Popover.js +2 -2
- package/dist/components/Popover/PopoverProvider.js +1 -1
- package/dist/components/Popover/components/PopoverActivator.js +1 -1
- package/dist/components/Popover/components/PopoverContent.js +1 -1
- package/dist/components/Popover/helpers/handlePopoverTabKey.js +1 -1
- package/dist/components/Popover/hooks/usePopover.js +1 -1
- package/dist/components/Progress/Progress.js +1 -1
- 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 +2 -2
- 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 +1 -1
- package/dist/components/TabSet/components/TabSetItem.js +1 -1
- 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 +1 -1
- package/dist/components/Toaster/Toast/ToastIcon.js +1 -1
- package/dist/components/Toaster/Toaster.js +1 -1
- 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 +3 -3
- package/dist/components/Tooltip/Tooltip.js +1 -1
- 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/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/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 +3 -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-BB7Moa3N.js} +1 -1
- package/package.json +11 -11
- 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
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
|
-
const e = "ids-autocomplete--popover-content-
|
|
2
|
+
const e = "ids-autocomplete--popover-content-v5203", n = "ids-autocomplete--option-list-v5203", p = {
|
|
3
3
|
popoverContent: e,
|
|
4
4
|
optionList: n
|
|
5
5
|
}, r = ({
|
|
@@ -2,14 +2,14 @@ import { jsx as d } from "react/jsx-runtime";
|
|
|
2
2
|
import { propagateTestid as e } from "./helpers/utility/propagateTestid.js";
|
|
3
3
|
import { c as n } from "./index-cbHCAGLB.js";
|
|
4
4
|
import { forwardRef as p } from "react";
|
|
5
|
-
const m = "ids-combobox--input-
|
|
5
|
+
const m = "ids-combobox--input-v5203", r = "ids-combobox--readonly-v5203", a = "ids-combobox-v5203", c = "ids-combobox--popover-content-v5203", b = "ids-combobox--option-list-v5203", l = {
|
|
6
6
|
input: m,
|
|
7
7
|
readonly: r,
|
|
8
|
-
"ids-field-group--join": "ids-field-group--join-
|
|
9
|
-
"ids-field-group--fields": "ids-field-group--fields-
|
|
10
|
-
"ids-field": "ids-field-
|
|
8
|
+
"ids-field-group--join": "ids-field-group--join-v5203",
|
|
9
|
+
"ids-field-group--fields": "ids-field-group--fields-v5203",
|
|
10
|
+
"ids-field": "ids-field-v5203",
|
|
11
11
|
combobox: a,
|
|
12
|
-
"ids-menuItem": "ids-menu-item-
|
|
12
|
+
"ids-menuItem": "ids-menu-item-v5203",
|
|
13
13
|
popoverContent: c,
|
|
14
14
|
optionList: b
|
|
15
15
|
}, f = p(
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as a, Fragment as d, jsx as m } from "react/jsx-runtime";
|
|
2
2
|
import { c as l } from "./index-cbHCAGLB.js";
|
|
3
|
-
import "./LoadingSuspense-
|
|
3
|
+
import "./LoadingSuspense-Bwd232Nt.js";
|
|
4
4
|
import "react";
|
|
5
5
|
import "./fuzzysort-BNka47rs.js";
|
|
6
6
|
import "./components/Badge/Badge.js";
|
|
@@ -14,7 +14,7 @@ import "./components/Expander/Expander.js";
|
|
|
14
14
|
import "./components/Form/FormContext.js";
|
|
15
15
|
import "./components/Menu/Menu.js";
|
|
16
16
|
import "./components/Menu/MenuProvider.js";
|
|
17
|
-
import "./PopoverProvider-
|
|
17
|
+
import "./PopoverProvider-Cvg6ObBO.js";
|
|
18
18
|
import "./components/CheckboxMark/CheckboxMark.types.js";
|
|
19
19
|
import "./components/CheckboxMark/CheckboxMark.js";
|
|
20
20
|
import "./components/Modal/ModalProvider.js";
|
|
@@ -37,7 +37,7 @@ import "./components/Tooltip/Tooltip.js";
|
|
|
37
37
|
import "./components/ValidationMessage/ValidationMessage.js";
|
|
38
38
|
import { IressValidationSummary as c } from "./components/ValidationMessage/ValidationSummary/ValidationSummary.js";
|
|
39
39
|
import { getUniqueItemsByKey as f } from "./components/Field/helpers/getUniqueItemsByKey.js";
|
|
40
|
-
const v = "ids-field-
|
|
40
|
+
const v = "ids-field-v5203", h = "ids-field--invalid-v5203", y = "ids-field--label-v5203", b = "ids-field--hidden-label-v5203", S = "ids-field--hint-v5203", u = "ids-field--error-summary-v5203", p = {
|
|
41
41
|
field: v,
|
|
42
42
|
invalid: h,
|
|
43
43
|
label: y,
|
|
@@ -3,7 +3,7 @@ import { forwardRef as x, useRef as c, useImperativeHandle as g } from "react";
|
|
|
3
3
|
import { c as d } from "./index-cbHCAGLB.js";
|
|
4
4
|
import { idsLogger as y } from "./helpers/utility/idsLogger.js";
|
|
5
5
|
import { LoggerLevels as b } from "./enums.js";
|
|
6
|
-
const h = "ids-input-base--readonly-
|
|
6
|
+
const h = "ids-input-base--readonly-v5203", v = "ids-input-base--form-control-v5203", I = "ids-input-base--textarea-v5203", R = "ids-input-base--readonly-align-right-v5203", o = {
|
|
7
7
|
readonly: h,
|
|
8
8
|
formControl: v,
|
|
9
9
|
textarea: I,
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
const i = "ids-loading--error-v5203", d = {
|
|
2
|
+
"fade-in": "ids-loading--fade-in-v5203",
|
|
3
|
+
"fade-in--active": "ids-loading--fade-in--active-v5203",
|
|
4
|
+
"slide-in": "ids-loading--slide-in-v5203",
|
|
5
|
+
"slide-in--active": "ids-loading--slide-in--active-v5203",
|
|
6
|
+
"fade-next": "ids-loading--fade-next-v5203",
|
|
7
|
+
"fade-next-width": "ids-loading--fade-next-width-v5203",
|
|
8
|
+
"slide-next": "ids-loading--slide-next-v5203",
|
|
9
|
+
error: i
|
|
10
|
+
};
|
|
11
|
+
export {
|
|
12
|
+
d as l
|
|
13
|
+
};
|
|
@@ -9,19 +9,19 @@ import { TextMode as _n, HeadingLevel as gs, SystemValidationStatus as Sn, Globa
|
|
|
9
9
|
import { IressText as qe } from "./components/Text/Text.js";
|
|
10
10
|
import { propagateTestid as z } from "./helpers/utility/propagateTestid.js";
|
|
11
11
|
import { HeadingWithDeprecatedFallback as yr } from "./components/HeadingWithDeprecatedFallback/HeadingWithDeprecatedFallback.js";
|
|
12
|
-
import { s as wt, A as xs } from "./AutocompleteNoResults-
|
|
12
|
+
import { s as wt, A as xs } from "./AutocompleteNoResults-B7El1R2l.js";
|
|
13
13
|
import { IressPopover as _s } from "./components/Popover/Popover.js";
|
|
14
|
-
import { s as We } from "./PopoverProvider-
|
|
14
|
+
import { s as We } from "./PopoverProvider-Cvg6ObBO.js";
|
|
15
15
|
import { IressInputPopover as Yt } from "./components/Popover/InputPopover/InputPopover.js";
|
|
16
16
|
import { getFormControlValueAsString as bt } from "./helpers/form/getFormControlValueAsString.js";
|
|
17
17
|
import { ClearButton as Cn } from "./components/Input/ClearButton/ClearButton.js";
|
|
18
|
-
import { b as os, I as kn } from "./InputBase-
|
|
18
|
+
import { b as os, I as kn } from "./InputBase-Hc9D8St6.js";
|
|
19
19
|
import { InputMode as Fn } from "./components/Input/Input.types.js";
|
|
20
20
|
import { useControlledState as _t } from "./hooks/useControlledState.js";
|
|
21
21
|
import "./fuzzysort-BNka47rs.js";
|
|
22
22
|
import "./components/Badge/Badge.js";
|
|
23
23
|
import { ButtonMode as An, ButtonType as Vn, ButtonCssClass as Le } from "./components/Button/Button.types.js";
|
|
24
|
-
import { u as $n } from "./useIDSButtonGroupItem-
|
|
24
|
+
import { u as $n } from "./useIDSButtonGroupItem-BB7Moa3N.js";
|
|
25
25
|
import "./components/ButtonGroup/ButtonGroupProvider.js";
|
|
26
26
|
import { IressCard as is } from "./components/Card/Card.js";
|
|
27
27
|
import "./components/CheckboxMark/CheckboxMark.types.js";
|
|
@@ -31,7 +31,7 @@ import { CheckboxGroupContext as Rn } from "./components/CheckboxGroup/CheckboxG
|
|
|
31
31
|
import { toArray as be } from "./helpers/formatting/toArray.js";
|
|
32
32
|
import "./components/CheckboxGroup/CheckboxGroup.js";
|
|
33
33
|
import { IressCol as $t } from "./components/Col/Col.js";
|
|
34
|
-
import { s as ot, C as br } from "./ComboboxHiddenInput-
|
|
34
|
+
import { s as ot, C as br } from "./ComboboxHiddenInput-CWfIj-Zz.js";
|
|
35
35
|
import { useRichSelectState as Xt } from "./components/RichSelect/hooks/useRichSelectState.js";
|
|
36
36
|
import { useAutocompleteSearch as Lt } from "./components/Autocomplete/hooks/useAutocompleteSearch.js";
|
|
37
37
|
import { useIdIfNeeded as Oe } from "./hooks/useIdIfNeeded.js";
|
|
@@ -44,7 +44,7 @@ import { getResponsiveLayoutModifiers as ws } from "./helpers/responsive/getResp
|
|
|
44
44
|
import { formatCurrency as En } from "./helpers/formatting/formatCurrency.js";
|
|
45
45
|
import { IressMenu as xr } from "./components/Menu/Menu.js";
|
|
46
46
|
import "./components/Menu/MenuProvider.js";
|
|
47
|
-
import { s as rt } from "./MenuItem.module-
|
|
47
|
+
import { s as rt } from "./MenuItem.module-BQw_K5D4.js";
|
|
48
48
|
import { useMenu as _r } from "./components/Menu/hooks/useMenu.js";
|
|
49
49
|
import { useMenuItemRole as Sr } from "./components/Menu/MenuItem/hooks/useMenuItemRole.js";
|
|
50
50
|
import { useMenuItemAria as Mn } from "./components/Menu/MenuItem/hooks/useMenuItemAria.js";
|
|
@@ -71,15 +71,15 @@ import { RadioGroupContext as Yn } from "./components/RadioGroup/RadioGroupConte
|
|
|
71
71
|
import "./components/RadioGroup/RadioGroup.js";
|
|
72
72
|
import { usePopoverItem as Zt } from "./components/Popover/hooks/usePopoverItem.js";
|
|
73
73
|
import { RowCssClass as It } from "./components/Row/Row.types.js";
|
|
74
|
-
import { S as Xn, s as Jn } from "./SelectControl-
|
|
74
|
+
import { S as Xn, s as Jn } from "./SelectControl-WoixPfwh.js";
|
|
75
75
|
import { IressSelectOption as Us } from "./components/Select/SelectOption/SelectOption.js";
|
|
76
76
|
import { getValueAsEvent as Ne } from "./helpers/form/getValueAsEvent.js";
|
|
77
77
|
import { getFormControlValueAsStringIfDefined as xt } from "./helpers/form/getFormControlValueAsStringIfDefined.js";
|
|
78
78
|
import { IressSkeleton as ye } from "./components/Skeleton/Skeleton.js";
|
|
79
79
|
import "./components/SkipLink/SkipLink.js";
|
|
80
|
-
import { s as ls, S as Zn } from "./SliderTicks-
|
|
80
|
+
import { s as ls, S as Zn } from "./SliderTicks-D-B1uIdS.js";
|
|
81
81
|
import { TableScope as eo } from "./components/Table/Table.types.js";
|
|
82
|
-
import { s as Ge } from "./Table.module-
|
|
82
|
+
import { s as Ge } from "./Table.module-BYwGboft.js";
|
|
83
83
|
import { TableEmpty as to } from "./components/Table/components/TableEmpty.js";
|
|
84
84
|
import { f as so } from "./index-DLnR8XTt.js";
|
|
85
85
|
import { useIDSTableColumnStyles as ro } from "./components/Table/hooks/useIDSTableColumnStyles.js";
|
|
@@ -95,7 +95,7 @@ import "./components/Toggle/Toggle.js";
|
|
|
95
95
|
import "./components/Tooltip/Tooltip.js";
|
|
96
96
|
import "./components/ValidationMessage/ValidationMessage.js";
|
|
97
97
|
import { useSuspenseResource as lo, uncacheSuspenseResource as co } from "./patterns/Loading/hooks/useSuspenseResource.js";
|
|
98
|
-
import { L as Ar, s as we } from "./LogoFromSrc-
|
|
98
|
+
import { L as Ar, s as we } from "./LogoFromSrc-CAdoYYud.js";
|
|
99
99
|
import { getValueFromLabelValues as uo } from "./helpers/label-value/getValueFromLabelValues.js";
|
|
100
100
|
import { useFilterFlags as fo } from "./components/Filter/hooks/useFilterFlags.js";
|
|
101
101
|
import { FilterLabel as mo } from "./components/Filter/components/FilterLabel.js";
|
|
@@ -107,43 +107,43 @@ import { handlePopoverTabKey as po } from "./components/Popover/helpers/handlePo
|
|
|
107
107
|
import { SelectHiddenInput as vo } from "./components/RichSelect/components/SelectHiddenInput.js";
|
|
108
108
|
import { useComboboxInlineCompletion as go } from "./components/Combobox/hooks/useComboboxInlineCompletion.js";
|
|
109
109
|
import { AutocompleteInstructions as yo } from "./components/Autocomplete/components/AutocompleteInstructions.js";
|
|
110
|
-
import { l as Re } from "./Loading.module-
|
|
110
|
+
import { l as Re } from "./Loading.module-BjceG0Wh.js";
|
|
111
111
|
import { useShouldRenderLoading as bo } from "./patterns/Loading/hooks/useShouldRenderLoading.js";
|
|
112
112
|
import { IressContainer as Fs } from "./components/Container/Container.js";
|
|
113
113
|
import { LongLoading as xo } from "./patterns/Loading/components/LongLoading.js";
|
|
114
|
-
const _o = "ids-alert-
|
|
114
|
+
const _o = "ids-alert-v5203", So = "ids-alert--icon-v5203", wo = "ids-alert--heading-v5203", Io = "ids-alert--wrapper-v5203", No = "ids-alert--footer-v5203", Co = "ids-alert--danger-v5203", ko = "ids-alert--info-v5203", Fo = "ids-alert--success-v5203", Ao = "ids-alert--warning-v5203", pt = {
|
|
115
115
|
alert: _o,
|
|
116
116
|
icon: So,
|
|
117
117
|
heading: wo,
|
|
118
|
-
"iress-u-text": "ids-alert--iress-u-text-
|
|
118
|
+
"iress-u-text": "ids-alert--iress-u-text-v5203",
|
|
119
119
|
wrapper: Io,
|
|
120
120
|
footer: No,
|
|
121
121
|
danger: Co,
|
|
122
122
|
info: ko,
|
|
123
123
|
success: Fo,
|
|
124
124
|
warning: Ao
|
|
125
|
-
}, Vo = "ids-icon-
|
|
125
|
+
}, Vo = "ids-icon-v5203", Nt = {
|
|
126
126
|
icon: Vo,
|
|
127
|
-
"flip-horizontal": "ids-icon--flip-horizontal-
|
|
128
|
-
"flip-vertical": "ids-icon--flip-vertical-
|
|
129
|
-
"flip-both": "ids-icon--flip-both-
|
|
130
|
-
"rotate-180": "ids-icon--rotate-180-
|
|
131
|
-
"rotate-270": "ids-icon--rotate-270-
|
|
132
|
-
"rotate-90": "ids-icon--rotate-90-
|
|
133
|
-
"spin-half": "ids-icon--spin-half-
|
|
134
|
-
"iress-icon-rotation": "ids-icon--iress-icon-rotation-
|
|
135
|
-
"spin-1": "ids-icon--spin-1-
|
|
136
|
-
"spin-2": "ids-icon--spin-2-
|
|
137
|
-
"spin-3": "ids-icon--spin-3-
|
|
138
|
-
"mode-body": "ids-icon--mode-body-
|
|
139
|
-
"mode-muted": "ids-icon--mode-muted-
|
|
140
|
-
"mode-primary": "ids-icon--mode-primary-
|
|
141
|
-
"mode-info": "ids-icon--mode-info-
|
|
142
|
-
"mode-success": "ids-icon--mode-success-
|
|
143
|
-
"mode-warning": "ids-icon--mode-warning-
|
|
144
|
-
"mode-danger": "ids-icon--mode-danger-
|
|
145
|
-
"mode-positive": "ids-icon--mode-positive-
|
|
146
|
-
"mode-negative": "ids-icon--mode-negative-
|
|
127
|
+
"flip-horizontal": "ids-icon--flip-horizontal-v5203",
|
|
128
|
+
"flip-vertical": "ids-icon--flip-vertical-v5203",
|
|
129
|
+
"flip-both": "ids-icon--flip-both-v5203",
|
|
130
|
+
"rotate-180": "ids-icon--rotate-180-v5203",
|
|
131
|
+
"rotate-270": "ids-icon--rotate-270-v5203",
|
|
132
|
+
"rotate-90": "ids-icon--rotate-90-v5203",
|
|
133
|
+
"spin-half": "ids-icon--spin-half-v5203",
|
|
134
|
+
"iress-icon-rotation": "ids-icon--iress-icon-rotation-v5203",
|
|
135
|
+
"spin-1": "ids-icon--spin-1-v5203",
|
|
136
|
+
"spin-2": "ids-icon--spin-2-v5203",
|
|
137
|
+
"spin-3": "ids-icon--spin-3-v5203",
|
|
138
|
+
"mode-body": "ids-icon--mode-body-v5203",
|
|
139
|
+
"mode-muted": "ids-icon--mode-muted-v5203",
|
|
140
|
+
"mode-primary": "ids-icon--mode-primary-v5203",
|
|
141
|
+
"mode-info": "ids-icon--mode-info-v5203",
|
|
142
|
+
"mode-success": "ids-icon--mode-success-v5203",
|
|
143
|
+
"mode-warning": "ids-icon--mode-warning-v5203",
|
|
144
|
+
"mode-danger": "ids-icon--mode-danger-v5203",
|
|
145
|
+
"mode-positive": "ids-icon--mode-positive-v5203",
|
|
146
|
+
"mode-negative": "ids-icon--mode-negative-v5203"
|
|
147
147
|
}, $o = ({
|
|
148
148
|
name: e,
|
|
149
149
|
screenreaderText: s,
|
|
@@ -235,7 +235,7 @@ const Et = ({
|
|
|
235
235
|
);
|
|
236
236
|
Et.HeadingLevel = gs;
|
|
237
237
|
Et.Status = Sn;
|
|
238
|
-
const Do = "ids-input-
|
|
238
|
+
const Do = "ids-input-v5203", Ro = "ids-input--readonly-v5203", To = "ids-input--wrapper-v5203", Lo = "ids-input--addon-v5203", Eo = "ids-input--inline-wrapper-v5203", Mo = "ids-input--internal-v5203", Bo = "ids-input--prepend-v5203", zo = "ids-input--append-v5203", Oo = "ids-input--align-right-v5203", Po = "ids-input--watermark-v5203", ae = {
|
|
239
239
|
input: Do,
|
|
240
240
|
readonly: Ro,
|
|
241
241
|
wrapper: To,
|
|
@@ -246,7 +246,7 @@ const Do = "ids-input-v5202", Ro = "ids-input--readonly-v5202", To = "ids-input-
|
|
|
246
246
|
append: zo,
|
|
247
247
|
alignRight: Oo,
|
|
248
248
|
watermark: Po
|
|
249
|
-
}, Ho = "ids-spinner-
|
|
249
|
+
}, Ho = "ids-spinner-v5203", Wo = {
|
|
250
250
|
spinner: Ho
|
|
251
251
|
}, Mt = ({
|
|
252
252
|
className: e,
|
|
@@ -445,14 +445,14 @@ const Do = "ids-input-v5202", Ro = "ids-input--readonly-v5202", To = "ids-input-
|
|
|
445
445
|
Ze.Type = wn;
|
|
446
446
|
Ze.Width = ys;
|
|
447
447
|
Ze.InputMode = Fn;
|
|
448
|
-
const jo = "ids-rich-select-
|
|
448
|
+
const jo = "ids-rich-select-v5203", Ko = "ids-rich-select--popover-content-v5203", Go = "ids-rich-select--auto-width-v5203", Yo = "ids-rich-select--dropdown-selected-heading-v5203", Xo = "ids-rich-select--dropdown-clear-v5203", Jo = "ids-rich-select--wrapper-v5203", ut = {
|
|
449
449
|
richSelect: jo,
|
|
450
450
|
popoverContent: Ko,
|
|
451
451
|
autoWidth: Go,
|
|
452
452
|
dropdownSelectedHeading: Yo,
|
|
453
453
|
dropdownClear: Xo,
|
|
454
454
|
wrapper: Jo
|
|
455
|
-
}, Zo = "ids-select-label-
|
|
455
|
+
}, Zo = "ids-select-label-v5203", ei = "ids-select-label--contents-v5203", ti = "ids-select-label--placeholder-v5203", si = "ids-select-label--prepend-v5203", ri = "ids-select-label--append-v5203", Ct = {
|
|
456
456
|
selectLabel: Zo,
|
|
457
457
|
contents: ei,
|
|
458
458
|
placeholder: ti,
|
|
@@ -533,7 +533,7 @@ const jo = "ids-rich-select-v5202", Ko = "ids-rich-select--popover-content-v5202
|
|
|
533
533
|
Ve.Mode = An;
|
|
534
534
|
Ve.Type = Vn;
|
|
535
535
|
Ve.Fluid = hr;
|
|
536
|
-
const ii = "ids-close-button-
|
|
536
|
+
const ii = "ids-close-button-v5203", ai = {
|
|
537
537
|
closeButton: ii
|
|
538
538
|
}, Bt = ie(
|
|
539
539
|
({
|
|
@@ -588,7 +588,7 @@ const li = ({
|
|
|
588
588
|
]
|
|
589
589
|
}
|
|
590
590
|
);
|
|
591
|
-
}, ci = "ids-select-tags-
|
|
591
|
+
}, ci = "ids-select-tags-v5203", di = "ids-select-tags--placeholder-v5203", ui = "ids-select-tags--prepend-v5203", fi = "ids-select-tags--append-v5203", mi = "ids-select-tags--tag-v5203", hi = "ids-select-tags--tags-list-v5203", ct = {
|
|
592
592
|
selectTags: ci,
|
|
593
593
|
placeholder: di,
|
|
594
594
|
prepend: ui,
|
|
@@ -793,10 +793,10 @@ const li = ({
|
|
|
793
793
|
role: e ? void 0 : "combobox",
|
|
794
794
|
selected: f
|
|
795
795
|
}
|
|
796
|
-
), xi = "ids-select-search-
|
|
796
|
+
), xi = "ids-select-search-v5203", _i = "ids-select-search--content-v5203", Qs = {
|
|
797
797
|
selectSearch: xi,
|
|
798
798
|
content: _i
|
|
799
|
-
}, Si = "ids-select-body-
|
|
799
|
+
}, Si = "ids-select-body-v5203", wi = "ids-select-body--children-v5203", js = {
|
|
800
800
|
selectBody: Si,
|
|
801
801
|
children: wi
|
|
802
802
|
}, Ii = ({
|
|
@@ -1487,7 +1487,7 @@ const Di = ({
|
|
|
1487
1487
|
(n) => n.value === t || n.value === void 0 && n.label === t
|
|
1488
1488
|
) ?? s.find(
|
|
1489
1489
|
(n) => n.value === t || n.value === void 0 && n.label === t
|
|
1490
|
-
), Bi = "ids-select-search-input-
|
|
1490
|
+
), Bi = "ids-select-search-input-v5203", Ks = {
|
|
1491
1491
|
selectSearchInput: Bi
|
|
1492
1492
|
}, Tr = ie(
|
|
1493
1493
|
({
|
|
@@ -1670,7 +1670,7 @@ const zi = ie(
|
|
|
1670
1670
|
}
|
|
1671
1671
|
);
|
|
1672
1672
|
zi.displayName = "IressAutocomplete";
|
|
1673
|
-
const Oi = "ids-checkbox--label-
|
|
1673
|
+
const Oi = "ids-checkbox--label-v5203", Pi = "ids-checkbox--mark-v5203", Hi = "ids-checkbox--checked-v5203", Wi = "ids-checkbox--indeterminate-v5203", Ui = "ids-checkbox-v5203", qi = "ids-checkbox--hidden-control-v5203", Qi = "ids-checkbox--input-v5203", ji = "ids-checkbox--touch-v5203", Ki = "ids-checkbox--hidden-label-v5203", Gi = "ids-checkbox--label-span-v5203", Pe = {
|
|
1674
1674
|
label: Oi,
|
|
1675
1675
|
mark: Pi,
|
|
1676
1676
|
checked: Hi,
|
|
@@ -2011,7 +2011,7 @@ const Vs = ({
|
|
|
2011
2011
|
$s.displayName = "IressCombobox";
|
|
2012
2012
|
$s.DisplayMode = In;
|
|
2013
2013
|
$s.Width = ys;
|
|
2014
|
-
const Ji = "ids-tag-
|
|
2014
|
+
const Ji = "ids-tag-v5203", Zi = "ids-tag--content-v5203", Gs = {
|
|
2015
2015
|
tag: Ji,
|
|
2016
2016
|
content: Zi
|
|
2017
2017
|
}, Ut = ({
|
|
@@ -2045,24 +2045,24 @@ const Ji = "ids-tag-v5202", Zi = "ids-tag--content-v5202", Gs = {
|
|
|
2045
2045
|
]
|
|
2046
2046
|
}
|
|
2047
2047
|
);
|
|
2048
|
-
}, ea = "ids-tag-list-input--input-
|
|
2048
|
+
}, ea = "ids-tag-list-input--input-v5203", ta = "ids-tag-list-input--readonly-v5203", sa = "ids-tag-list-input-v5203 ids-tag-list-input--input-v5203", ra = "ids-tag-list-input--tag-list-input__label-v5203", na = "ids-tag-list-input--tag-list-input__items-v5203", oa = "ids-tag-list-input--tag-list-input__items-inner-v5203", ia = "ids-tag-list-input--focus-v5203", aa = {
|
|
2049
2049
|
input: ea,
|
|
2050
2050
|
readonly: ta,
|
|
2051
|
-
"ids-field-group--join": "ids-field-group--join-
|
|
2052
|
-
"ids-field-group--fields": "ids-field-group--fields-
|
|
2053
|
-
"ids-field": "ids-field-
|
|
2051
|
+
"ids-field-group--join": "ids-field-group--join-v5203",
|
|
2052
|
+
"ids-field-group--fields": "ids-field-group--fields-v5203",
|
|
2053
|
+
"ids-field": "ids-field-v5203",
|
|
2054
2054
|
tagListInput: sa,
|
|
2055
|
-
"ids-input--addon": "ids-input--addon-
|
|
2056
|
-
"ids-clear-button--clear": "ids-clear-button--clear-
|
|
2055
|
+
"ids-input--addon": "ids-input--addon-v5203",
|
|
2056
|
+
"ids-clear-button--clear": "ids-clear-button--clear-v5203",
|
|
2057
2057
|
tagListInput__label: ra,
|
|
2058
2058
|
tagListInput__items: na,
|
|
2059
|
-
"ids-input--watermark": "ids-input--watermark-
|
|
2060
|
-
"ids-inline": "ids-inline-
|
|
2061
|
-
"ids-input": "ids-input-
|
|
2059
|
+
"ids-input--watermark": "ids-input--watermark-v5203",
|
|
2060
|
+
"ids-inline": "ids-inline-v5203",
|
|
2061
|
+
"ids-input": "ids-input-v5203",
|
|
2062
2062
|
tagListInput__itemsInner: oa,
|
|
2063
|
-
"iress-u-inline": "ids-tag-list-input--iress-u-inline-
|
|
2064
|
-
"ids-tag": "ids-tag-
|
|
2065
|
-
"pseudo-focus": "ids-tag-list-input--pseudo-focus-
|
|
2063
|
+
"iress-u-inline": "ids-tag-list-input--iress-u-inline-v5203",
|
|
2064
|
+
"ids-tag": "ids-tag-v5203",
|
|
2065
|
+
"pseudo-focus": "ids-tag-list-input--pseudo-focus-v5203",
|
|
2066
2066
|
focus: ia
|
|
2067
2067
|
}, et = ({
|
|
2068
2068
|
children: e,
|
|
@@ -2391,7 +2391,7 @@ const ca = ie(
|
|
|
2391
2391
|
}
|
|
2392
2392
|
);
|
|
2393
2393
|
ca.displayName = "IressMultiCombobox";
|
|
2394
|
-
const da = "ids-filter-
|
|
2394
|
+
const da = "ids-filter-v5203", ua = "ids-filter--chevron-v5203", fa = "ids-filter--search-input-v5203", ma = "ids-filter--option-list-v5203", ha = "ids-filter--no-results-v5203", pa = "ids-filter--utils-with-reset-v5203", va = "ids-filter--utils-searchable-v5203", ga = "ids-filter--option-content-v5203", ya = "ids-filter--option-meta-v5203", ba = "ids-filter--option-meta-text-v5203", xa = "ids-filter--reset-v5203", Ee = {
|
|
2395
2395
|
filter: da,
|
|
2396
2396
|
chevron: ua,
|
|
2397
2397
|
searchInput: fa,
|
|
@@ -3701,7 +3701,7 @@ function en(e = {}) {
|
|
|
3701
3701
|
s.current && (s.current.watch = s.current.watch.bind({}));
|
|
3702
3702
|
}, [r]), s.current.formState = Wr(r, o), s.current;
|
|
3703
3703
|
}
|
|
3704
|
-
const Ba = "ids-form--alert-
|
|
3704
|
+
const Ba = "ids-form--alert-v5203", za = {
|
|
3705
3705
|
alert: Ba
|
|
3706
3706
|
}, Oa = ({
|
|
3707
3707
|
alert: e,
|
|
@@ -3905,37 +3905,37 @@ const Ua = ie(
|
|
|
3905
3905
|
}
|
|
3906
3906
|
);
|
|
3907
3907
|
Ua.displayName = "IressInputCurrency";
|
|
3908
|
-
const qa = "ids-modal-
|
|
3908
|
+
const qa = "ids-modal-v5203", Qa = "ids-modal--backdrop-v5203", ja = "ids-modal--initial-v5203", Ka = "ids-modal--close-v5203", Ga = "ids-modal--open-v5203", Ya = "ids-modal--unmounted-v5203", Xa = "ids-modal--close-button-v5203", Ja = "ids-modal--footer-v5203", Za = "ids-modal--fixed-footer-v5203", el = "ids-modal--content-v5203", He = {
|
|
3909
3909
|
modal: qa,
|
|
3910
3910
|
backdrop: Qa,
|
|
3911
|
-
"size--sm": "ids-modal--size--sm-
|
|
3912
|
-
"size--lg": "ids-modal--size--lg-
|
|
3913
|
-
"size--fullpage": "ids-modal--size--fullpage-
|
|
3914
|
-
"size-xs--fullpage": "ids-modal--size-xs--fullpage-
|
|
3915
|
-
"size-xs--sm": "ids-modal--size-xs--sm-
|
|
3916
|
-
"size-xs--md": "ids-modal--size-xs--md-
|
|
3917
|
-
"size-xs--lg": "ids-modal--size-xs--lg-
|
|
3918
|
-
"size-sm--fullpage": "ids-modal--size-sm--fullpage-
|
|
3919
|
-
"size-sm--sm": "ids-modal--size-sm--sm-
|
|
3920
|
-
"size-sm--md": "ids-modal--size-sm--md-
|
|
3921
|
-
"size-sm--lg": "ids-modal--size-sm--lg-
|
|
3922
|
-
"size-md--fullpage": "ids-modal--size-md--fullpage-
|
|
3923
|
-
"size-md--sm": "ids-modal--size-md--sm-
|
|
3924
|
-
"size-md--md": "ids-modal--size-md--md-
|
|
3925
|
-
"size-md--lg": "ids-modal--size-md--lg-
|
|
3926
|
-
"size-lg--fullpage": "ids-modal--size-lg--fullpage-
|
|
3927
|
-
"size-lg--sm": "ids-modal--size-lg--sm-
|
|
3928
|
-
"size-lg--md": "ids-modal--size-lg--md-
|
|
3929
|
-
"size-lg--lg": "ids-modal--size-lg--lg-
|
|
3930
|
-
"size-xl--fullpage": "ids-modal--size-xl--fullpage-
|
|
3931
|
-
"size-xl--sm": "ids-modal--size-xl--sm-
|
|
3932
|
-
"size-xl--md": "ids-modal--size-xl--md-
|
|
3933
|
-
"size-xl--lg": "ids-modal--size-xl--lg-
|
|
3934
|
-
"size-xxl--fullpage": "ids-modal--size-xxl--fullpage-
|
|
3935
|
-
"size-xxl--sm": "ids-modal--size-xxl--sm-
|
|
3936
|
-
"size-xxl--md": "ids-modal--size-xxl--md-
|
|
3937
|
-
"size-xxl--lg": "ids-modal--size-xxl--lg-
|
|
3938
|
-
static: "ids-modal--static-
|
|
3911
|
+
"size--sm": "ids-modal--size--sm-v5203",
|
|
3912
|
+
"size--lg": "ids-modal--size--lg-v5203",
|
|
3913
|
+
"size--fullpage": "ids-modal--size--fullpage-v5203",
|
|
3914
|
+
"size-xs--fullpage": "ids-modal--size-xs--fullpage-v5203",
|
|
3915
|
+
"size-xs--sm": "ids-modal--size-xs--sm-v5203",
|
|
3916
|
+
"size-xs--md": "ids-modal--size-xs--md-v5203",
|
|
3917
|
+
"size-xs--lg": "ids-modal--size-xs--lg-v5203",
|
|
3918
|
+
"size-sm--fullpage": "ids-modal--size-sm--fullpage-v5203",
|
|
3919
|
+
"size-sm--sm": "ids-modal--size-sm--sm-v5203",
|
|
3920
|
+
"size-sm--md": "ids-modal--size-sm--md-v5203",
|
|
3921
|
+
"size-sm--lg": "ids-modal--size-sm--lg-v5203",
|
|
3922
|
+
"size-md--fullpage": "ids-modal--size-md--fullpage-v5203",
|
|
3923
|
+
"size-md--sm": "ids-modal--size-md--sm-v5203",
|
|
3924
|
+
"size-md--md": "ids-modal--size-md--md-v5203",
|
|
3925
|
+
"size-md--lg": "ids-modal--size-md--lg-v5203",
|
|
3926
|
+
"size-lg--fullpage": "ids-modal--size-lg--fullpage-v5203",
|
|
3927
|
+
"size-lg--sm": "ids-modal--size-lg--sm-v5203",
|
|
3928
|
+
"size-lg--md": "ids-modal--size-lg--md-v5203",
|
|
3929
|
+
"size-lg--lg": "ids-modal--size-lg--lg-v5203",
|
|
3930
|
+
"size-xl--fullpage": "ids-modal--size-xl--fullpage-v5203",
|
|
3931
|
+
"size-xl--sm": "ids-modal--size-xl--sm-v5203",
|
|
3932
|
+
"size-xl--md": "ids-modal--size-xl--md-v5203",
|
|
3933
|
+
"size-xl--lg": "ids-modal--size-xl--lg-v5203",
|
|
3934
|
+
"size-xxl--fullpage": "ids-modal--size-xxl--fullpage-v5203",
|
|
3935
|
+
"size-xxl--sm": "ids-modal--size-xxl--sm-v5203",
|
|
3936
|
+
"size-xxl--md": "ids-modal--size-xxl--md-v5203",
|
|
3937
|
+
"size-xxl--lg": "ids-modal--size-xxl--lg-v5203",
|
|
3938
|
+
static: "ids-modal--static-v5203",
|
|
3939
3939
|
initial: ja,
|
|
3940
3940
|
close: Ka,
|
|
3941
3941
|
open: Ga,
|
|
@@ -3944,14 +3944,14 @@ const qa = "ids-modal-v5202", Qa = "ids-modal--backdrop-v5202", ja = "ids-modal-
|
|
|
3944
3944
|
footer: Ja,
|
|
3945
3945
|
fixedFooter: Za,
|
|
3946
3946
|
content: el
|
|
3947
|
-
}, tl = "ids-toaster-
|
|
3947
|
+
}, tl = "ids-toaster-v5203", hs = {
|
|
3948
3948
|
toaster: tl,
|
|
3949
|
-
"toaster__bottom-end": "ids-toaster--toaster__bottom-end-
|
|
3950
|
-
"toaster__bottom-start": "ids-toaster--toaster__bottom-start-
|
|
3951
|
-
"toaster__bottom-center": "ids-toaster--toaster__bottom-center-
|
|
3952
|
-
"toaster__top-end": "ids-toaster--toaster__top-end-
|
|
3953
|
-
"toaster__top-start": "ids-toaster--toaster__top-start-
|
|
3954
|
-
"toaster__top-center": "ids-toaster--toaster__top-center-
|
|
3949
|
+
"toaster__bottom-end": "ids-toaster--toaster__bottom-end-v5203",
|
|
3950
|
+
"toaster__bottom-start": "ids-toaster--toaster__bottom-start-v5203",
|
|
3951
|
+
"toaster__bottom-center": "ids-toaster--toaster__bottom-center-v5203",
|
|
3952
|
+
"toaster__top-end": "ids-toaster--toaster__top-end-v5203",
|
|
3953
|
+
"toaster__top-start": "ids-toaster--toaster__top-start-v5203",
|
|
3954
|
+
"toaster__top-center": "ids-toaster--toaster__top-center-v5203"
|
|
3955
3955
|
}, tn = ({
|
|
3956
3956
|
children: e,
|
|
3957
3957
|
className: s,
|
|
@@ -4313,24 +4313,24 @@ const sl = ({
|
|
|
4313
4313
|
};
|
|
4314
4314
|
sn.HorizontalAlign = Hn;
|
|
4315
4315
|
sn.Breakpoint = hr;
|
|
4316
|
-
const nl = "ids-toast-
|
|
4316
|
+
const nl = "ids-toast-v5203", ol = "ids-toast--open-v5203", il = "ids-toast--fade-v5203", al = "ids-toast--panel-v5203", ll = "ids-toast--unmounted-v5203", cl = "ids-toast--toast__icon-v5203", dl = "ids-toast--toast__wrapper-v5203", ul = "ids-toast--toast__footer-v5203", Xe = {
|
|
4317
4317
|
toast: nl,
|
|
4318
|
-
"start-x": "ids-toast--start-x-
|
|
4319
|
-
"end-x": "ids-toast--end-x-
|
|
4318
|
+
"start-x": "ids-toast--start-x-v5203",
|
|
4319
|
+
"end-x": "ids-toast--end-x-v5203",
|
|
4320
4320
|
open: ol,
|
|
4321
|
-
"start-y": "ids-toast--start-y-
|
|
4322
|
-
"end-y": "ids-toast--end-y-
|
|
4321
|
+
"start-y": "ids-toast--start-y-v5203",
|
|
4322
|
+
"end-y": "ids-toast--end-y-v5203",
|
|
4323
4323
|
fade: il,
|
|
4324
4324
|
panel: al,
|
|
4325
|
-
"toast--error": "ids-toast--toast--error-
|
|
4326
|
-
"toast--success": "ids-toast--toast--success-
|
|
4327
|
-
"toast--info": "ids-toast--toast--info-
|
|
4325
|
+
"toast--error": "ids-toast--toast--error-v5203",
|
|
4326
|
+
"toast--success": "ids-toast--toast--success-v5203",
|
|
4327
|
+
"toast--info": "ids-toast--toast--info-v5203",
|
|
4328
4328
|
unmounted: ll,
|
|
4329
|
-
"iress-u-text": "ids-toast--iress-u-text-
|
|
4329
|
+
"iress-u-text": "ids-toast--iress-u-text-v5203",
|
|
4330
4330
|
toast__icon: cl,
|
|
4331
4331
|
toast__wrapper: dl,
|
|
4332
4332
|
toast__footer: ul,
|
|
4333
|
-
"toast__close-button": "ids-toast--toast__close-button-
|
|
4333
|
+
"toast__close-button": "ids-toast--toast__close-button-v5203"
|
|
4334
4334
|
}, fl = ({ status: e }) => /* @__PURE__ */ i(
|
|
4335
4335
|
de,
|
|
4336
4336
|
{
|
|
@@ -4598,14 +4598,14 @@ const gl = ({
|
|
|
4598
4598
|
children: n
|
|
4599
4599
|
}
|
|
4600
4600
|
)
|
|
4601
|
-
] }), bl = "ids-slideout-push-element-
|
|
4601
|
+
] }), bl = "ids-slideout-push-element-v5203", xl = "ids-slideout-push-element--right-v5203", _l = "ids-slideout-push-element--left-v5203", Sl = "ids-slideout-push-element--open-v5203", $e = {
|
|
4602
4602
|
slideoutPushElement: bl,
|
|
4603
4603
|
right: xl,
|
|
4604
4604
|
left: _l,
|
|
4605
4605
|
open: Sl,
|
|
4606
|
-
"size--sm": "ids-slideout-push-element--size--sm-
|
|
4607
|
-
"size--md": "ids-slideout-push-element--size--md-
|
|
4608
|
-
"size--lg": "ids-slideout-push-element--size--lg-
|
|
4606
|
+
"size--sm": "ids-slideout-push-element--size--sm-v5203",
|
|
4607
|
+
"size--md": "ids-slideout-push-element--size--md-v5203",
|
|
4608
|
+
"size--lg": "ids-slideout-push-element--size--lg-v5203"
|
|
4609
4609
|
}, ss = ({
|
|
4610
4610
|
backdrop: e,
|
|
4611
4611
|
children: s,
|
|
@@ -4769,7 +4769,7 @@ ss.Mode = qn;
|
|
|
4769
4769
|
ss.Padding = gr;
|
|
4770
4770
|
ss.Position = Qn;
|
|
4771
4771
|
ss.Size = jn;
|
|
4772
|
-
const wl = "ids-radio-
|
|
4772
|
+
const wl = "ids-radio-v5203", Il = "ids-radio--input-v5203", Nl = "ids-radio--label-v5203", Cl = "ids-radio--touch-v5203", kl = "ids-radio--hidden-control-v5203", Fl = "ids-radio--mark-v5203", yt = {
|
|
4773
4773
|
radio: wl,
|
|
4774
4774
|
input: Il,
|
|
4775
4775
|
label: Nl,
|
|
@@ -5329,7 +5329,7 @@ const Pl = ie(
|
|
|
5329
5329
|
}
|
|
5330
5330
|
);
|
|
5331
5331
|
Pl.displayName = "IressTagInput";
|
|
5332
|
-
const Hl = "ids-default-loading--position-
|
|
5332
|
+
const Hl = "ids-default-loading--position-v5203", Wl = "ids-default-loading--message-v5203", ar = {
|
|
5333
5333
|
position: Hl,
|
|
5334
5334
|
message: Wl
|
|
5335
5335
|
}, Ul = ({
|
|
@@ -5371,7 +5371,7 @@ const Hl = "ids-default-loading--position-v5202", Wl = "ids-default-loading--mes
|
|
|
5371
5371
|
)
|
|
5372
5372
|
}
|
|
5373
5373
|
);
|
|
5374
|
-
}, ql = "ids-validate-loading--root-
|
|
5374
|
+
}, ql = "ids-validate-loading--root-v5203", Ql = "ids-validate-loading--loading-v5203", jl = "ids-validate-loading--message-v5203", Kl = "ids-validate-loading--top-v5203", Gl = "ids-validate-loading--right-v5203", At = {
|
|
5375
5375
|
root: ql,
|
|
5376
5376
|
loading: Ql,
|
|
5377
5377
|
message: jl,
|
|
@@ -5423,7 +5423,7 @@ const Hl = "ids-default-loading--position-v5202", Wl = "ids-default-loading--mes
|
|
|
5423
5423
|
]
|
|
5424
5424
|
}
|
|
5425
5425
|
) : a({ loading: t, className: At.loading });
|
|
5426
|
-
}, Xl = "ids-component-loading--root-
|
|
5426
|
+
}, Xl = "ids-component-loading--root-v5203", Jl = "ids-component-loading--loaded-v5203", Zl = "ids-component-loading--message-v5203", ec = "ids-component-loading--overlay-v5203", tc = "ids-component-loading--overlay-strong-v5203", sc = "ids-component-loading--spinner-v5203", lt = {
|
|
5427
5427
|
root: Xl,
|
|
5428
5428
|
loaded: Jl,
|
|
5429
5429
|
message: Zl,
|
|
@@ -5514,7 +5514,7 @@ const Hl = "ids-default-loading--position-v5202", Wl = "ids-default-loading--mes
|
|
|
5514
5514
|
]
|
|
5515
5515
|
}
|
|
5516
5516
|
);
|
|
5517
|
-
}, nc = "ids-page-loading--root-
|
|
5517
|
+
}, nc = "ids-page-loading--root-v5203", oc = "ids-page-loading--critical-v5203", ic = "ids-page-loading--show-critical-v5203", ac = "ids-page-loading--skeleton-v5203", lc = "ids-page-loading--hide-template-v5203", Vt = {
|
|
5518
5518
|
root: nc,
|
|
5519
5519
|
critical: oc,
|
|
5520
5520
|
showCritical: ic,
|
|
@@ -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-v5203", d = "ids-navbar--logo-image-v5203", r = "ids-navbar--panel-v5203", v = "ids-navbar--logo-slot-v5203", l = "ids-navbar--content-v5203", p = "ids-navbar--content-between-v5203", b = "ids-navbar--content-end-v5203", c = "ids-navbar--toggle-button-v5203", g = "ids-navbar--logo-icon-v5203", m = "ids-navbar--slot-v5203", u = "ids-navbar--logo-link-v5203", k = "ids-navbar--fixed-v5203", x = "ids-navbar--nav-hide-v5203", f = {
|
|
4
|
+
navbar: e,
|
|
5
|
+
"ids-icon": "ids-icon-v5203",
|
|
6
|
+
"ids-field": "ids-field-v5203",
|
|
7
|
+
"ids-field-group": "ids-field-group-v5203",
|
|
8
|
+
logoImage: d,
|
|
9
|
+
panel: r,
|
|
10
|
+
logoSlot: v,
|
|
11
|
+
"ids-menu--inline": "ids-menu--inline-v5203",
|
|
12
|
+
"ids-menuItem": "ids-menu-item-v5203",
|
|
13
|
+
"ids-badge--host": "ids-badge--host-v5203",
|
|
14
|
+
"ids-popover": "ids-popover-v5203",
|
|
15
|
+
"ids-combobox": "ids-combobox-v5203",
|
|
16
|
+
"ids-popover--activator": "ids-popover--activator-v5203",
|
|
17
|
+
"ids-popover--content": "ids-popover--content-v5203",
|
|
18
|
+
"ids-label": "ids-label-v5203",
|
|
19
|
+
"ids-select": "ids-select-v5203",
|
|
20
|
+
"ids-input": "ids-input-v5203",
|
|
21
|
+
"ids-tagListInput": "ids-tag-list-input-v5203",
|
|
22
|
+
"ids-input--wrapper": "ids-input--wrapper-v5203",
|
|
23
|
+
"ids-panel--background-transparent": "ids-panel--background-transparent-v5203",
|
|
24
|
+
"iress—background--transparent": "ids-navbar--iress—background--transparent-v5203",
|
|
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-v5203",
|
|
34
|
+
navHide: x,
|
|
35
|
+
"ids-menuItem--selected": "ids-menu-item--selected-v5203",
|
|
36
|
+
"breakpoint--sm": "ids-navbar--breakpoint--sm-v5203",
|
|
37
|
+
"breakpoint--md": "ids-navbar--breakpoint--md-v5203",
|
|
38
|
+
"breakpoint--lg": "ids-navbar--breakpoint--lg-v5203",
|
|
39
|
+
"breakpoint--xl": "ids-navbar--breakpoint--xl-v5203",
|
|
40
|
+
"breakpoint--xxl": "ids-navbar--breakpoint--xxl-v5203"
|
|
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
|
+
};
|