@iress-oss/ids-components 5.20.8 → 5.20.9
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-B9WjoXJo.js +10 -0
- package/dist/Badge-BqaFutTZ.js +40 -0
- package/dist/CheckboxGroup-WLxp9nIX.js +79 -0
- package/dist/CheckboxMark.types-CW7xyywE.js +17 -0
- package/dist/ClearButton-s0_b3pvJ.js +25 -0
- package/dist/ComboboxHiddenInput-DH3V3Dyg.js +27 -0
- package/dist/Expander-B3_k6HJq.js +55 -0
- package/dist/InputBase-BnBuTYZm.js +48 -0
- package/dist/LabelBase-CV1O4V_d.js +51 -0
- package/dist/Loading.module-DdUL1FMv.js +16 -0
- package/dist/LogoFromSrc-7oPJTvAO.js +50 -0
- package/dist/LongLoading-Dw8sUYlh.js +117 -0
- package/dist/MenuItem.module-guf-3YyL.js +24 -0
- package/dist/Placeholder-C1YrHg4w.js +35 -0
- package/dist/Popover.module-6flgSLob.js +10 -0
- package/dist/PopoverProvider-DgUOscvy.js +109 -0
- package/dist/Progress-BypnLSGF.js +35 -0
- package/dist/RadioGroup-DtA0WE3l.js +78 -0
- package/dist/SelectControl-D8Y9Up2f.js +28 -0
- package/dist/Skeleton-D_iuo6Xw.js +34 -0
- package/dist/SkipLink-rElTLeMe.js +15 -0
- package/dist/SlideoutProvider-DnaE67W-.js +125 -0
- package/dist/SliderTicks-BqTI-XhQ.js +47 -0
- package/dist/StartUpLoading-DFAMmjg3.js +68 -0
- package/dist/Tab-C08D4jxr.js +68 -0
- package/dist/TabSet.module-q8a7ksiF.js +13 -0
- package/dist/Table.module-DnaTe51E.js +32 -0
- package/dist/Toggle-CF22OY-P.js +66 -0
- package/dist/Tooltip-BxM_1Wtq.js +60 -0
- package/dist/ValidationBase-A2Ed7iem.js +29 -0
- package/dist/ValidationSummary-D6Wa4vOf.js +38 -0
- package/dist/chunk-efA98nb6.js +13 -0
- package/dist/classnames-BTnCYmAN.js +31 -0
- package/dist/components/Alert/Alert.js +2 -11
- package/dist/components/Alert/Alert.types.js +8 -8
- package/dist/components/Alert/index.js +3 -6
- package/dist/components/Autocomplete/Autocomplete.js +2 -45
- package/dist/components/Autocomplete/Autocomplete.types.js +0 -1
- package/dist/components/Autocomplete/components/AutocompleteInstructions.js +10 -10
- package/dist/components/Autocomplete/components/AutocompleteNoResults.js +2 -5
- package/dist/components/Autocomplete/hooks/useAutocompleteSearch.js +2 -191
- package/dist/components/Autocomplete/index.js +3 -6
- package/dist/components/Badge/Badge.js +2 -49
- package/dist/components/Badge/Badge.types.js +14 -14
- package/dist/components/Badge/index.js +3 -7
- package/dist/components/Button/Button.js +2 -10
- package/dist/components/Button/Button.types.js +22 -20
- package/dist/components/Button/CloseButton/CloseButton.js +2 -7
- package/dist/components/Button/CloseButton/CloseButton.types.js +0 -1
- package/dist/components/Button/index.js +3 -11
- package/dist/components/ButtonGroup/ButtonGroup.js +2 -72
- package/dist/components/ButtonGroup/ButtonGroup.types.js +0 -1
- package/dist/components/ButtonGroup/ButtonGroupProvider.js +26 -33
- package/dist/components/ButtonGroup/hooks/useButtonGroup.js +6 -6
- package/dist/components/ButtonGroup/hooks/useIDSButtonGroupItem.js +2 -6
- package/dist/components/ButtonGroup/index.js +3 -6
- package/dist/components/Card/Card.js +34 -48
- package/dist/components/Card/Card.types.js +8 -5
- package/dist/components/Card/components/ButtonCard.js +29 -37
- package/dist/components/Card/components/LinkCard.js +28 -36
- package/dist/components/Card/helpers/composeIDSCard.js +18 -26
- package/dist/components/Card/helpers/composeIDSCardSlots.js +47 -32
- package/dist/components/Card/index.js +7 -15
- package/dist/components/Checkbox/Checkbox.js +2 -15
- package/dist/components/Checkbox/Checkbox.types.js +0 -1
- package/dist/components/Checkbox/helpers/mapCheckboxGroupOptions.js +12 -19
- package/dist/components/Checkbox/index.js +2 -4
- package/dist/components/CheckboxGroup/CheckboxGroup.js +2 -99
- package/dist/components/CheckboxGroup/CheckboxGroup.types.js +10 -10
- package/dist/components/CheckboxGroup/CheckboxGroupContext.js +5 -5
- package/dist/components/CheckboxGroup/index.js +3 -7
- package/dist/components/CheckboxMark/CheckboxMark.js +29 -40
- package/dist/components/CheckboxMark/CheckboxMark.types.js +2 -16
- package/dist/components/CheckboxMark/index.js +3 -6
- package/dist/components/Col/Col.js +14 -33
- package/dist/components/Col/Col.types.js +67 -65
- package/dist/components/Col/index.js +3 -12
- package/dist/components/Combobox/Combobox.js +2 -48
- package/dist/components/Combobox/Combobox.types.js +0 -1
- package/dist/components/Combobox/MultiCombobox/MultiCombobox.js +2 -46
- package/dist/components/Combobox/MultiCombobox/MultiCombobox.types.js +0 -1
- package/dist/components/Combobox/components/ComboboxHiddenInput.js +2 -8
- package/dist/components/Combobox/components/ComboboxResults.js +2 -41
- package/dist/components/Combobox/components/ComboboxResultsDescriptor.js +2 -40
- package/dist/components/Combobox/hooks/useComboboxFlags.js +11 -14
- package/dist/components/Combobox/hooks/useComboboxInlineCompletion.js +39 -59
- package/dist/components/Combobox/index.js +2 -5
- package/dist/components/Container/Container.js +12 -21
- package/dist/components/Container/Container.types.js +6 -4
- package/dist/components/Container/index.js +3 -6
- package/dist/components/Divider/Divider.js +14 -21
- package/dist/components/Divider/Divider.types.js +6 -4
- package/dist/components/Divider/index.js +2 -5
- package/dist/components/Expander/Expander.js +2 -80
- package/dist/components/Expander/Expander.types.js +10 -6
- package/dist/components/Expander/index.js +3 -7
- package/dist/components/Field/Field.js +2 -71
- package/dist/components/Field/Field.types.js +0 -1
- package/dist/components/Field/FieldGroup/FieldGroup.js +2 -77
- package/dist/components/Field/FieldGroup/FieldGroup.types.js +0 -1
- package/dist/components/Field/components/FieldAppendToLabel.js +2 -43
- package/dist/components/Field/components/FieldLegend.js +9 -6
- package/dist/components/Field/helpers/getUniqueItemsByKey.js +4 -8
- package/dist/components/Field/index.js +2 -6
- package/dist/components/Filter/Filter.js +2 -45
- package/dist/components/Filter/Filter.types.js +0 -1
- package/dist/components/Filter/components/FilterLabel.js +6 -10
- package/dist/components/Filter/components/FilterResetButton.js +2 -39
- package/dist/components/Filter/components/FilterSearch.js +2 -39
- package/dist/components/Filter/hooks/useFilterFlags.js +15 -24
- package/dist/components/Filter/index.js +2 -4
- package/dist/components/Form/Form.js +2 -6
- package/dist/components/Form/Form.types.js +6 -4
- package/dist/components/Form/FormContext.js +5 -7
- package/dist/components/Form/FormField/FormField.js +2 -91
- package/dist/components/Form/FormField/FormField.types.js +6 -4
- package/dist/components/Form/FormField/FormFieldset.js +2 -81
- package/dist/components/Form/FormField/helpers/getErrorTypeMessage.js +9 -19
- package/dist/components/Form/FormField/helpers/transformCustomRulesToValidateRule.js +23 -33
- package/dist/components/Form/HookForm/HookForm.js +2 -12
- package/dist/components/Form/components/FormValidationSummary.js +22 -22
- package/dist/components/Form/hooks/useNoDefaultValueInForms.js +6 -13
- package/dist/components/Form/index.js +4 -13
- package/dist/components/HeadingWithDeprecatedFallback/HeadingWithDeprecatedFallback.js +12 -14
- package/dist/components/Hide/Hide.js +2 -7
- package/dist/components/Hide/Hide.types.js +8 -5
- package/dist/components/Hide/helpers/composeHideClasses.js +2 -40
- package/dist/components/Hide/index.js +3 -7
- package/dist/components/Icon/Icon.js +2 -40
- package/dist/components/Icon/Icon.types.js +35 -30
- package/dist/components/Icon/index.js +3 -15
- package/dist/components/Inline/Inline.js +2 -41
- package/dist/components/Inline/Inline.types.js +6 -4
- package/dist/components/Inline/index.js +3 -6
- package/dist/components/Input/ClearButton/ClearButton.js +2 -20
- package/dist/components/Input/Input.js +2 -14
- package/dist/components/Input/Input.types.js +15 -15
- package/dist/components/Input/InputBase/InputBase.js +2 -9
- package/dist/components/Input/InputBase/InputBase.types.js +0 -1
- package/dist/components/Input/index.js +3 -7
- package/dist/components/InputCurrency/InputCurrency.js +2 -8
- package/dist/components/InputCurrency/InputCurrency.types.js +0 -1
- package/dist/components/InputCurrency/index.js +2 -4
- package/dist/components/Label/Label.js +9 -6
- package/dist/components/Label/Label.types.js +0 -1
- package/dist/components/Label/LabelBase/LabelBase.js +2 -70
- package/dist/components/Label/LabelBase/LabelBase.types.js +0 -1
- package/dist/components/Label/index.js +2 -4
- package/dist/components/Menu/Menu.js +49 -63
- package/dist/components/Menu/Menu.types.js +17 -10
- package/dist/components/Menu/MenuDivider/MenuDivider.js +2 -39
- package/dist/components/Menu/MenuHeading/MenuHeading.js +2 -8
- package/dist/components/Menu/MenuItem/MenuItem.js +2 -11
- package/dist/components/Menu/MenuItem/MenuItem.types.js +10 -6
- package/dist/components/Menu/MenuItem/hooks/useMenuItemAria.js +11 -16
- package/dist/components/Menu/MenuItem/hooks/useMenuItemButtonProps.js +44 -46
- package/dist/components/Menu/MenuItem/hooks/useMenuItemComposite.js +17 -14
- package/dist/components/Menu/MenuItem/hooks/useMenuItemInteractions.js +53 -64
- package/dist/components/Menu/MenuItem/hooks/useMenuItemRole.js +8 -8
- package/dist/components/Menu/MenuProvider.js +45 -66
- package/dist/components/Menu/MenuText/MenuText.js +2 -40
- package/dist/components/Menu/helpers/mapMenuItems.js +2 -47
- package/dist/components/Menu/hooks/useMenu.js +6 -6
- package/dist/components/Menu/hooks/useMenuAria.js +13 -18
- package/dist/components/Menu/hooks/useMenuComposite.js +7 -7
- package/dist/components/Menu/hooks/useMenuRole.js +11 -12
- package/dist/components/Menu/hooks/useMenuStyles.js +2 -26
- package/dist/components/Menu/index.js +10 -29
- package/dist/components/Modal/Modal.js +2 -16
- package/dist/components/Modal/Modal.types.js +9 -4
- package/dist/components/Modal/ModalProvider.js +26 -31
- package/dist/components/Modal/hooks/useIDSProvidedModal.js +12 -12
- package/dist/components/Modal/hooks/useModal.js +11 -19
- package/dist/components/Modal/index.js +5 -11
- package/dist/components/Navbar/Navbar.js +2 -13
- package/dist/components/Navbar/Navbar.types.js +6 -4
- package/dist/components/Navbar/components/HomeLinkContent.js +2 -6
- package/dist/components/Navbar/components/LogoFromSrc.js +2 -6
- package/dist/components/Navbar/components/NavbarLogo.js +2 -8
- package/dist/components/Navbar/index.js +3 -6
- package/dist/components/Panel/Panel.js +21 -35
- package/dist/components/Panel/Panel.types.js +12 -11
- package/dist/components/Panel/index.js +3 -8
- package/dist/components/Placeholder/Placeholder.js +2 -42
- package/dist/components/Placeholder/Placeholder.types.js +0 -1
- package/dist/components/Placeholder/index.js +2 -4
- package/dist/components/Popover/InputPopover/InputPopover.js +51 -87
- package/dist/components/Popover/InputPopover/InputPopover.types.js +0 -1
- package/dist/components/Popover/InputPopover/InputPopoverActivator.js +50 -58
- package/dist/components/Popover/InputPopover/InputPopoverProvider.js +86 -107
- package/dist/components/Popover/Popover.js +59 -97
- package/dist/components/Popover/Popover.types.js +14 -15
- package/dist/components/Popover/PopoverProvider.js +2 -15
- package/dist/components/Popover/components/NestedPopoverActivator.js +9 -9
- package/dist/components/Popover/components/PopoverActivator.js +63 -81
- package/dist/components/Popover/components/PopoverContent.js +51 -58
- package/dist/components/Popover/helpers/composeFloatingProps.js +42 -33
- package/dist/components/Popover/helpers/composePopoverWidth.js +7 -4
- package/dist/components/Popover/helpers/handlePopoverTabKey.js +23 -29
- package/dist/components/Popover/helpers/hasFocus.js +7 -7
- package/dist/components/Popover/helpers/waitUntilTrue.js +11 -11
- package/dist/components/Popover/hooks/usePopover.js +6 -6
- package/dist/components/Popover/hooks/usePopoverActivatorInteractions.js +23 -32
- package/dist/components/Popover/hooks/usePopoverAria.js +12 -17
- package/dist/components/Popover/hooks/usePopoverImperativeHandle.js +20 -24
- package/dist/components/Popover/hooks/usePopoverItem.js +20 -16
- package/dist/components/Popover/hooks/usePopoverNavigation.js +32 -31
- package/dist/components/Popover/hooks/usePopoverState.js +21 -28
- package/dist/components/Popover/index.js +5 -13
- package/dist/components/Progress/Progress.js +2 -48
- package/dist/components/Progress/Progress.types.js +0 -1
- package/dist/components/Progress/index.js +2 -4
- package/dist/components/Provider/Provider.js +2 -38
- package/dist/components/Provider/index.js +2 -4
- package/dist/components/Radio/Radio.js +2 -11
- package/dist/components/Radio/Radio.types.js +0 -1
- package/dist/components/Radio/helpers/mapRadioGroupOptions.js +12 -19
- package/dist/components/Radio/index.js +2 -4
- package/dist/components/RadioGroup/RadioGroup.js +2 -98
- package/dist/components/RadioGroup/RadioGroup.types.js +11 -11
- package/dist/components/RadioGroup/RadioGroupContext.js +5 -5
- package/dist/components/RadioGroup/index.js +3 -8
- package/dist/components/Readonly/Readonly.js +2 -43
- package/dist/components/Readonly/Readonly.types.js +0 -1
- package/dist/components/Readonly/index.js +2 -4
- package/dist/components/RichSelect/RichSelect.js +2 -42
- package/dist/components/RichSelect/RichSelect.types.js +0 -1
- package/dist/components/RichSelect/SelectBody/SelectBody.js +2 -56
- package/dist/components/RichSelect/SelectBody/SelectBody.types.js +0 -1
- package/dist/components/RichSelect/SelectCreate/SelectCreate.js +2 -63
- package/dist/components/RichSelect/SelectCreate/SelectCreate.types.js +0 -1
- package/dist/components/RichSelect/SelectHeading/SelectHeading.js +2 -40
- package/dist/components/RichSelect/SelectHeading/SelectHeading.types.js +0 -1
- package/dist/components/RichSelect/SelectLabel/SelectLabel.js +2 -12
- package/dist/components/RichSelect/SelectLabel/SelectLabel.types.js +0 -1
- package/dist/components/RichSelect/SelectMenu/SelectMenu.js +2 -44
- package/dist/components/RichSelect/SelectMenu/SelectMenu.types.js +0 -1
- package/dist/components/RichSelect/SelectMenu/SelectMenuItem.js +2 -39
- package/dist/components/RichSelect/SelectSearch/SelectSearch.js +2 -39
- package/dist/components/RichSelect/SelectSearch/SelectSearch.types.js +0 -1
- package/dist/components/RichSelect/SelectSearchInput/SelectSearchInput.js +2 -8
- package/dist/components/RichSelect/SelectSearchInput/SelectSearchInput.types.js +0 -1
- package/dist/components/RichSelect/SelectTags/SelectTags.js +2 -45
- package/dist/components/RichSelect/SelectTags/SelectTags.types.js +0 -1
- package/dist/components/RichSelect/components/SelectActivator.js +2 -7
- package/dist/components/RichSelect/components/SelectHiddenInput.js +18 -29
- package/dist/components/RichSelect/components/SelectOptions.js +2 -40
- package/dist/components/RichSelect/hooks/useRichSelectState.js +15 -17
- package/dist/components/RichSelect/index.js +3 -16
- package/dist/components/Row/Row.js +2 -41
- package/dist/components/Row/Row.types.js +6 -4
- package/dist/components/Row/index.js +3 -6
- package/dist/components/Select/Select.js +2 -14
- package/dist/components/Select/Select.types.js +0 -1
- package/dist/components/Select/SelectOption/SelectOption.js +8 -8
- package/dist/components/Select/components/SelectControl.js +2 -9
- package/dist/components/Select/components/SelectReadonly.js +2 -40
- package/dist/components/Select/helpers/mapSelectOptions.js +2 -21
- package/dist/components/Select/helpers/nodesToSelectOptions.js +2 -9
- package/dist/components/Select/index.js +3 -9
- package/dist/components/Skeleton/Skeleton.js +2 -44
- package/dist/components/Skeleton/Skeleton.types.js +10 -6
- package/dist/components/Skeleton/index.js +3 -7
- package/dist/components/SkipLink/SkipLink.js +2 -30
- package/dist/components/SkipLink/SkipLink.types.js +0 -1
- package/dist/components/SkipLink/index.js +2 -4
- package/dist/components/Slideout/Slideout.js +2 -18
- package/dist/components/Slideout/Slideout.types.js +14 -14
- package/dist/components/Slideout/SlideoutProvider.js +2 -8
- package/dist/components/Slideout/components/SlideoutInner.js +2 -8
- package/dist/components/Slideout/hooks/useIDSProvidedSlideout.js +12 -12
- package/dist/components/Slideout/hooks/useSlideout.js +11 -19
- package/dist/components/Slideout/index.js +5 -16
- package/dist/components/Slider/Slider.js +2 -12
- package/dist/components/Slider/Slider.types.js +0 -1
- package/dist/components/Slider/components/SliderTicks.js +2 -10
- package/dist/components/Slider/index.js +2 -4
- package/dist/components/Spinner/Spinner.js +2 -6
- package/dist/components/Spinner/Spinner.types.js +0 -1
- package/dist/components/Spinner/index.js +2 -4
- package/dist/components/Stack/Stack.js +15 -26
- package/dist/components/Stack/Stack.types.js +6 -4
- package/dist/components/Stack/index.js +3 -6
- package/dist/components/TabSet/Tab/Tab.js +2 -100
- package/dist/components/TabSet/Tab/Tab.types.js +0 -1
- package/dist/components/TabSet/TabSet.js +37 -58
- package/dist/components/TabSet/TabSet.types.js +10 -6
- package/dist/components/TabSet/TabSetProvider.js +45 -49
- package/dist/components/TabSet/components/TabSetItem.js +24 -44
- package/dist/components/TabSet/helpers/mapTabs.js +2 -33
- package/dist/components/TabSet/hooks/useTabSetItems.js +5 -5
- package/dist/components/TabSet/index.js +21 -11
- package/dist/components/Table/Table.js +2 -18
- package/dist/components/Table/Table.types.js +22 -22
- package/dist/components/Table/TableBody/TableBody.js +2 -125
- package/dist/components/Table/TableBody/TableBody.types.js +0 -1
- package/dist/components/Table/TableContext.js +9 -9
- package/dist/components/Table/TableFormattedValue/TableFormattedValue.js +11 -17
- package/dist/components/Table/TableFormattedValue/TableFormattedValue.types.js +0 -1
- package/dist/components/Table/TableProvider.js +31 -38
- package/dist/components/Table/components/TableBodyCell.js +16 -30
- package/dist/components/Table/components/TableEmpty.js +15 -11
- package/dist/components/Table/components/TableHeader.js +2 -8
- package/dist/components/Table/components/TableHeaderCell.js +2 -8
- package/dist/components/Table/components/TableRows.js +29 -48
- package/dist/components/Table/components/TableSortButton.js +2 -7
- package/dist/components/Table/helpers/composeIDSTableColumnDefs.js +29 -41
- package/dist/components/Table/helpers/composeIDSTableInitialSorting.js +6 -9
- package/dist/components/Table/helpers/findColumnByKey.js +4 -4
- package/dist/components/Table/helpers/getFormatFromValue.js +7 -10
- package/dist/components/Table/helpers/hasColumns.js +4 -4
- package/dist/components/Table/hooks/useIDSTableColumnSort.js +18 -23
- package/dist/components/Table/hooks/useIDSTableColumnStyles.js +21 -23
- package/dist/components/Table/hooks/useTable.js +5 -5
- package/dist/components/Table/index.js +4 -15
- package/dist/components/Tag/Tag.js +2 -8
- package/dist/components/Tag/Tag.types.js +0 -1
- package/dist/components/Tag/TagInput/TagInput.js +2 -8
- package/dist/components/Tag/TagInput/TagInput.types.js +0 -1
- package/dist/components/Tag/components/TagListInput/TagListInput.js +2 -8
- package/dist/components/Tag/components/TagListInput/TagListInput.types.js +0 -1
- package/dist/components/Tag/index.js +2 -5
- package/dist/components/Text/Text.js +19 -34
- package/dist/components/Text/Text.types.js +18 -18
- package/dist/components/Text/index.js +3 -6
- package/dist/components/Toaster/Toast/Toast.js +2 -13
- package/dist/components/Toaster/Toast/Toast.types.js +12 -9
- package/dist/components/Toaster/Toast/ToastAnimated.js +2 -9
- package/dist/components/Toaster/Toast/ToastIcon.js +2 -6
- package/dist/components/Toaster/Toaster.js +2 -11
- package/dist/components/Toaster/Toaster.types.js +23 -25
- package/dist/components/Toaster/ToasterProvider.js +2 -7
- package/dist/components/Toaster/hooks/useToaster.js +2 -26
- package/dist/components/Toaster/index.js +4 -17
- package/dist/components/Toggle/Toggle.js +2 -102
- package/dist/components/Toggle/Toggle.types.js +10 -10
- package/dist/components/Toggle/index.js +3 -7
- package/dist/components/Tooltip/Tooltip.js +2 -77
- package/dist/components/Tooltip/Tooltip.types.js +0 -1
- package/dist/components/Tooltip/index.js +2 -4
- package/dist/components/ValidationMessage/ValidationBase/ValidationBase.js +2 -51
- package/dist/components/ValidationMessage/ValidationBase/ValidationBase.types.js +0 -1
- package/dist/components/ValidationMessage/ValidationLink/ValidationLink.js +15 -21
- package/dist/components/ValidationMessage/ValidationLink/ValidationLink.types.js +0 -1
- package/dist/components/ValidationMessage/ValidationMessage.js +11 -8
- package/dist/components/ValidationMessage/ValidationMessage.types.js +0 -1
- package/dist/components/ValidationMessage/ValidationSummary/ValidationSummary.js +2 -69
- package/dist/components/ValidationMessage/ValidationSummary/ValidationSummary.types.js +0 -1
- package/dist/components/ValidationMessage/index.js +4 -8
- package/dist/constants-C4s0aMXs.js +161 -0
- package/dist/constants.js +2 -193
- package/dist/enums.js +42 -22
- package/dist/floating-ui.react-Dj2ev6bJ.js +3098 -0
- package/dist/fuzzysort-BZ6Yv-YR.js +377 -0
- package/dist/helpers/dom/closestCrossShadow.js +19 -24
- package/dist/helpers/dom/domUtils.js +10 -11
- package/dist/helpers/dom/focusableElements.js +7 -9
- package/dist/helpers/dom/getActiveElement.js +7 -7
- package/dist/helpers/dom/hasShadowDom.js +4 -4
- package/dist/helpers/form/getFormControlValueAsString.js +4 -4
- package/dist/helpers/form/getFormControlValueAsStringIfDefined.js +6 -7
- package/dist/helpers/form/getValueAsEvent.js +6 -6
- package/dist/helpers/form/isValidFormInputElement.js +4 -4
- package/dist/helpers/formatting/capitalizeFirstLetter.js +4 -4
- package/dist/helpers/formatting/formatCurrency.js +14 -21
- package/dist/helpers/formatting/formatDate.js +16 -22
- package/dist/helpers/formatting/formatDateTime.js +49 -54
- package/dist/helpers/formatting/formatObjectKey.js +4 -4
- package/dist/helpers/formatting/formatPercentage.js +6 -6
- package/dist/helpers/formatting/stringReplacer.js +8 -8
- package/dist/helpers/formatting/toArray.js +4 -4
- package/dist/helpers/formatting/toCSSLengthValue.js +6 -6
- package/dist/helpers/label-value/composeLabelValueDescriptor.js +9 -12
- package/dist/helpers/label-value/getQueryRangeExclusive.js +10 -13
- package/dist/helpers/label-value/getValueFromLabelValues.js +7 -7
- package/dist/helpers/label-value/highlightQueryInLabel.js +7 -6
- package/dist/helpers/label-value/highlightQueryInLabelValue.js +8 -8
- package/dist/helpers/label-value/searchLabelValues.js +12 -11
- package/dist/helpers/responsive/getResponsiveLayoutModifiers.js +8 -10
- package/dist/helpers/responsive/getResponsivePaddingClasses.js +6 -10
- package/dist/helpers/transition/getTransitionDuration.js +5 -7
- package/dist/helpers/transition/timeStringToNumber.js +4 -4
- package/dist/helpers/utility/generateScopedName.js +8 -9
- package/dist/helpers/utility/idsLogger.js +5 -9
- package/dist/helpers/utility/propagateTestid.js +4 -4
- package/dist/hooks/index.js +5 -11
- package/dist/hooks/useAriaRelationship.js +20 -35
- package/dist/hooks/useBreakpoint.js +16 -16
- package/dist/hooks/useControlledState.js +35 -53
- package/dist/hooks/useIdIfNeeded.js +7 -7
- package/dist/hooks/useResponsiveProps.js +25 -25
- package/dist/index.esm-BCkAygZA.js +169 -0
- package/dist/interfaces.js +0 -1
- package/dist/lib-CUMSFn3v.js +1415 -0
- package/dist/main-CTy1XcUn.js +4604 -0
- package/dist/main.js +88 -336
- package/dist/patterns/Loading/Loading.js +2 -8
- package/dist/patterns/Loading/LoadingSuspense.js +2 -7
- package/dist/patterns/Loading/components/ComponentLoading.js +2 -10
- package/dist/patterns/Loading/components/DefaultLoading.js +2 -9
- package/dist/patterns/Loading/components/LongLoading.js +2 -132
- package/dist/patterns/Loading/components/PageLoading.js +2 -14
- package/dist/patterns/Loading/components/StartUpLoading.js +2 -107
- package/dist/patterns/Loading/components/ValidateLoading.js +2 -9
- package/dist/patterns/Loading/hooks/useEstimatedProgressValue.js +25 -25
- package/dist/patterns/Loading/hooks/useShouldRenderLoading.js +26 -23
- package/dist/patterns/Loading/hooks/useShowIndicator.js +18 -19
- package/dist/patterns/Loading/hooks/useSuspenseResource.js +19 -26
- package/dist/patterns/Loading/index.js +2 -5
- package/dist/style.css +2 -1
- package/dist/types.js +0 -1
- package/dist/useAutocompleteSearch-CBgqGiKn.js +179 -0
- package/dist/useIDSButtonGroupItem-BkzYQzAi.js +21 -0
- package/dist/useMenuStyles-cry3mes_.js +20 -0
- package/package.json +15 -15
- package/dist/AutocompleteNoResults-B60rzwfa.js +0 -12
- package/dist/ComboboxHiddenInput-BUswpU00.js +0 -32
- package/dist/FieldAppendToLabel-BK8cAMZT.js +0 -77
- package/dist/InputBase-B6gEHXZ7.js +0 -56
- package/dist/Loading.module-BXP_0EH0.js +0 -13
- package/dist/LoadingSuspense-CuQm3zqO.js +0 -5740
- package/dist/LogoFromSrc-BvialtyP.js +0 -59
- package/dist/MenuItem.module-BFPHZtJl.js +0 -24
- package/dist/Popover.module-oIsv6lht.js +0 -11
- package/dist/PopoverProvider-BMBTLkRr.js +0 -142
- package/dist/SelectControl-Bf6qXlwP.js +0 -47
- package/dist/SlideoutProvider-CQh140HM.js +0 -200
- package/dist/SliderTicks-DRFLh0Rw.js +0 -74
- package/dist/TabSet.module-Dks7jQfN.js +0 -13
- package/dist/Table.module-BARl9Jy6.js +0 -32
- package/dist/_commonjsHelpers-C6fGbg64.js +0 -6
- package/dist/floating-ui.react-DfIjfJIq.js +0 -3503
- package/dist/fuzzysort-BNka47rs.js +0 -395
- package/dist/index-BaVtNOfa.js +0 -1693
- package/dist/index-DLnR8XTt.js +0 -47
- package/dist/index-cbHCAGLB.js +0 -40
- package/dist/index.esm-CL8gh5wr.js +0 -192
- package/dist/useIDSButtonGroupItem-DXJpvTGd.js +0 -29
package/dist/main.js
CHANGED
|
@@ -1,336 +1,88 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { ALERT_ICONS as
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
64
|
-
import {
|
|
65
|
-
import {
|
|
66
|
-
import {
|
|
67
|
-
import {
|
|
68
|
-
import {
|
|
69
|
-
import {
|
|
70
|
-
import {
|
|
71
|
-
import {
|
|
72
|
-
import {
|
|
73
|
-
import {
|
|
74
|
-
import {
|
|
75
|
-
import {
|
|
76
|
-
import {
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
88
|
-
|
|
89
|
-
import { IressValidationMessage as St } from "./components/ValidationMessage/ValidationMessage.js";
|
|
90
|
-
import { IressValidationLink as xt } from "./components/ValidationMessage/ValidationLink/ValidationLink.js";
|
|
91
|
-
import { IressValidationSummary as Tt } from "./components/ValidationMessage/ValidationSummary/ValidationSummary.js";
|
|
92
|
-
import { Breakpoint as nt, DisplayMode as it, FloatingUIAlign as Et, FormElementType as ut, FormElementWidth as dt, GlobalCSSClass as Ot, GutterSize as Ct, HeadingLevel as _t, HorizontalAlign as At, LoggerLevels as Lt, ModalSize as Mt, PaddingSize as Nt, SystemValidationStatus as Rt, TextAlign as Pt, TextElement as ct, TextFieldType as Dt, TextMode as Gt, TextVariant as gt, VerticalAlign as Bt } from "./enums.js";
|
|
93
|
-
import { generateScopedName as Ut } from "./helpers/utility/generateScopedName.js";
|
|
94
|
-
import { toArray as yt } from "./helpers/formatting/toArray.js";
|
|
95
|
-
import { useBreakpoint as kt } from "./hooks/useBreakpoint.js";
|
|
96
|
-
import { useControlledState as Vt } from "./hooks/useControlledState.js";
|
|
97
|
-
import { useIdIfNeeded as Yt } from "./hooks/useIdIfNeeded.js";
|
|
98
|
-
import { useResponsiveProps as zt, useResponsiveValue as Zt } from "./hooks/useResponsiveProps.js";
|
|
99
|
-
import { BREAKPOINTS as wt, BREAKPOINT_DETAILS as Qt, CSS_IDS_VERSION as Wt, DISPLAY_MODES as jt, FLOATING_UI_ALIGNS as qt, FOCUSABLE_QUERY_SELECTOR as Jt, FORM_ELEMENT_WIDTHS as $t, GRID_SIZE as eI, GUTTER_SIZES as rI, HEADING_LEVELS as oI, HORIZONTAL_ALIGNS as sI, LOGGER_LEVELS as tI, PADDING_SIZES as II, SYSTEM_VALIDATION_STATUSES as aI, TEXT_ALIGNS as pI, TEXT_MODES as SI, TEXT_VARIANTS as mI, VERTICAL_ALIGNS as xI, Z_INDEX as lI } from "./constants.js";
|
|
100
|
-
export {
|
|
101
|
-
w as ALERT_ICONS,
|
|
102
|
-
$ as BADGE_MODES,
|
|
103
|
-
wt as BREAKPOINTS,
|
|
104
|
-
Qt as BREAKPOINT_DETAILS,
|
|
105
|
-
oe as BUTTON_MODES,
|
|
106
|
-
se as BUTTON_TYPES,
|
|
107
|
-
ee as BadgeMode,
|
|
108
|
-
nt as Breakpoint,
|
|
109
|
-
te as ButtonCssClass,
|
|
110
|
-
Ie as ButtonMode,
|
|
111
|
-
ae as ButtonType,
|
|
112
|
-
Ne as CHECKBOX_GROUP_LAYOUTS,
|
|
113
|
-
Ge as COL_ALIGN_SELFS,
|
|
114
|
-
ge as COL_OFFSETS,
|
|
115
|
-
Be as COL_SPANS,
|
|
116
|
-
Wt as CSS_IDS_VERSION,
|
|
117
|
-
Te as CardCssClass,
|
|
118
|
-
fe as CardSlotClass,
|
|
119
|
-
Re as CheckboxGroupLayout,
|
|
120
|
-
Fe as ColAlignSelf,
|
|
121
|
-
Ue as ColCssClass,
|
|
122
|
-
be as ColOffset,
|
|
123
|
-
ye as ColSpan,
|
|
124
|
-
Ve as ContainerCssClass,
|
|
125
|
-
jt as DISPLAY_MODES,
|
|
126
|
-
it as DisplayMode,
|
|
127
|
-
ze as DividerCssClass,
|
|
128
|
-
Qe as EXPANDER_MODES,
|
|
129
|
-
We as ExpanderMode,
|
|
130
|
-
qt as FLOATING_UI_ALIGNS,
|
|
131
|
-
Jt as FOCUSABLE_QUERY_SELECTOR,
|
|
132
|
-
$t as FORM_ELEMENT_WIDTHS,
|
|
133
|
-
Et as FloatingUIAlign,
|
|
134
|
-
sr as FormDefaultText,
|
|
135
|
-
ut as FormElementType,
|
|
136
|
-
dt as FormElementWidth,
|
|
137
|
-
mr as FormFieldErrorMessages,
|
|
138
|
-
eI as GRID_SIZE,
|
|
139
|
-
rI as GUTTER_SIZES,
|
|
140
|
-
Ot as GlobalCSSClass,
|
|
141
|
-
Ct as GutterSize,
|
|
142
|
-
oI as HEADING_LEVELS,
|
|
143
|
-
sI as HORIZONTAL_ALIGNS,
|
|
144
|
-
_t as HeadingLevel,
|
|
145
|
-
lr as HideCssClass,
|
|
146
|
-
Tr as HideTypes,
|
|
147
|
-
At as HorizontalAlign,
|
|
148
|
-
nr as ICON_FLIPS,
|
|
149
|
-
ir as ICON_ROTATES,
|
|
150
|
-
Er as ICON_SETS,
|
|
151
|
-
ur as ICON_SIZES,
|
|
152
|
-
dr as ICON_SPINS,
|
|
153
|
-
Pr as INPUT_MODES,
|
|
154
|
-
Or as IconFlip,
|
|
155
|
-
Cr as IconRotate,
|
|
156
|
-
_r as IconSet,
|
|
157
|
-
Ar as IconSize,
|
|
158
|
-
Lr as IconSpin,
|
|
159
|
-
Nr as InlineCssClass,
|
|
160
|
-
cr as InputMode,
|
|
161
|
-
o as IressAlert,
|
|
162
|
-
s as IressAutocomplete,
|
|
163
|
-
q as IressBadge,
|
|
164
|
-
t as IressButton,
|
|
165
|
-
ue as IressButtonCard,
|
|
166
|
-
Se as IressButtonGroup,
|
|
167
|
-
ie as IressCard,
|
|
168
|
-
I as IressCheckbox,
|
|
169
|
-
ce as IressCheckboxGroup,
|
|
170
|
-
a as IressCloseButton,
|
|
171
|
-
ke as IressCol,
|
|
172
|
-
p as IressCombobox,
|
|
173
|
-
Ye as IressContainer,
|
|
174
|
-
Ke as IressDivider,
|
|
175
|
-
qe as IressExpander,
|
|
176
|
-
$e as IressField,
|
|
177
|
-
rr as IressFieldGroup,
|
|
178
|
-
S as IressFilter,
|
|
179
|
-
m as IressForm,
|
|
180
|
-
Ir as IressFormField,
|
|
181
|
-
pr as IressFormFieldset,
|
|
182
|
-
x as IressHide,
|
|
183
|
-
l as IressHookForm,
|
|
184
|
-
T as IressIcon,
|
|
185
|
-
f as IressInline,
|
|
186
|
-
n as IressInput,
|
|
187
|
-
i as IressInputCurrency,
|
|
188
|
-
Po as IressInputPopover,
|
|
189
|
-
Gr as IressLabel,
|
|
190
|
-
Oe as IressLinkCard,
|
|
191
|
-
E as IressLoading,
|
|
192
|
-
u as IressLoadingSuspense,
|
|
193
|
-
Br as IressMenu,
|
|
194
|
-
d as IressMenuDivider,
|
|
195
|
-
O as IressMenuHeading,
|
|
196
|
-
C as IressMenuItem,
|
|
197
|
-
_ as IressMenuText,
|
|
198
|
-
A as IressModal,
|
|
199
|
-
oo as IressModalContext,
|
|
200
|
-
so as IressModalProvider,
|
|
201
|
-
L as IressMultiCombobox,
|
|
202
|
-
M as IressNavbar,
|
|
203
|
-
fo as IressPanel,
|
|
204
|
-
io as IressPlaceholder,
|
|
205
|
-
Lo as IressPopover,
|
|
206
|
-
Do as IressProgress,
|
|
207
|
-
go as IressProvider,
|
|
208
|
-
N as IressRadio,
|
|
209
|
-
yo as IressRadioGroup,
|
|
210
|
-
R as IressReadonly,
|
|
211
|
-
P as IressRichSelect,
|
|
212
|
-
c as IressRow,
|
|
213
|
-
D as IressSelect,
|
|
214
|
-
ho as IressSelectBody,
|
|
215
|
-
Xo as IressSelectCreate,
|
|
216
|
-
G as IressSelectHeading,
|
|
217
|
-
g as IressSelectLabel,
|
|
218
|
-
B as IressSelectMenu,
|
|
219
|
-
wo as IressSelectOption,
|
|
220
|
-
F as IressSelectSearch,
|
|
221
|
-
U as IressSelectSearchInput,
|
|
222
|
-
b as IressSelectTags,
|
|
223
|
-
rs as IressSkeleton,
|
|
224
|
-
ss as IressSkipLink,
|
|
225
|
-
y as IressSlideout,
|
|
226
|
-
Ts as IressSlideoutContext,
|
|
227
|
-
fs as IressSlideoutProvider,
|
|
228
|
-
v as IressSlider,
|
|
229
|
-
k as IressSpinner,
|
|
230
|
-
Os as IressStack,
|
|
231
|
-
Bs as IressTab,
|
|
232
|
-
vs as IressTabSet,
|
|
233
|
-
H as IressTable,
|
|
234
|
-
Gs as IressTableBody,
|
|
235
|
-
cs as IressTableFormattedValue,
|
|
236
|
-
V as IressTag,
|
|
237
|
-
h as IressTagInput,
|
|
238
|
-
Xs as IressText,
|
|
239
|
-
Y as IressToast,
|
|
240
|
-
X as IressToasterProvider,
|
|
241
|
-
tt as IressToggle,
|
|
242
|
-
at as IressTooltip,
|
|
243
|
-
xt as IressValidationLink,
|
|
244
|
-
St as IressValidationMessage,
|
|
245
|
-
Tt as IressValidationSummary,
|
|
246
|
-
tI as LOGGER_LEVELS,
|
|
247
|
-
Lt as LoggerLevels,
|
|
248
|
-
Hr as MENU_ITEM_ROLES,
|
|
249
|
-
Ur as MENU_LAYOUTS,
|
|
250
|
-
br as MENU_ROLES,
|
|
251
|
-
eo as MODAL_SIZES,
|
|
252
|
-
Vr as MenuItemRole,
|
|
253
|
-
yr as MenuLayout,
|
|
254
|
-
vr as MenuType,
|
|
255
|
-
Mt as ModalSize,
|
|
256
|
-
po as NavbarHorizontalAlign,
|
|
257
|
-
II as PADDING_SIZES,
|
|
258
|
-
mo as PANEL_BACKGROUNDS,
|
|
259
|
-
uo as POPOVER_TYPES,
|
|
260
|
-
Oo as POPOVER_USE_MAX_HEIGHT,
|
|
261
|
-
Nt as PaddingSize,
|
|
262
|
-
xo as PanelBackground,
|
|
263
|
-
lo as PanelCssClass,
|
|
264
|
-
Co as PopoverCssClass,
|
|
265
|
-
_o as PopoverType,
|
|
266
|
-
Fo as RADIO_GROUP_LAYOUTS,
|
|
267
|
-
Uo as RadioGroupLayout,
|
|
268
|
-
Zo as RowCssClass,
|
|
269
|
-
Jo as SKELETON_MODES,
|
|
270
|
-
Is as SLIDEOUT_MODES,
|
|
271
|
-
as as SLIDEOUT_POSITIONS,
|
|
272
|
-
ps as SLIDEOUT_SIZES,
|
|
273
|
-
aI as SYSTEM_VALIDATION_STATUSES,
|
|
274
|
-
$o as SkeletonMode,
|
|
275
|
-
Ss as SlideoutMode,
|
|
276
|
-
ms as SlideoutPosition,
|
|
277
|
-
xs as SlideoutSize,
|
|
278
|
-
us as StackCssClass,
|
|
279
|
-
Rt as SystemValidationStatus,
|
|
280
|
-
_s as TABLE_CELL_FORMATS,
|
|
281
|
-
As as TABLE_COLUMN_ALIGN,
|
|
282
|
-
Ls as TABLE_SCOPES,
|
|
283
|
-
Us as TAB_SET_LAYOUTS,
|
|
284
|
-
pI as TEXT_ALIGNS,
|
|
285
|
-
hs as TEXT_ELEMENTS,
|
|
286
|
-
SI as TEXT_MODES,
|
|
287
|
-
mI as TEXT_VARIANTS,
|
|
288
|
-
Qs as TOASTER_ARIA_ATTRIBUTES,
|
|
289
|
-
Ws as TOASTER_POSITION,
|
|
290
|
-
Zs as TOAST_ANIMATION,
|
|
291
|
-
js as TOAST_POSITION_ANIMATION_MATRIX,
|
|
292
|
-
Ks as TOAST_STATUS,
|
|
293
|
-
rt as TOGGLE_LAYOUTS,
|
|
294
|
-
bs as TabSetLayout,
|
|
295
|
-
Ms as TableCellFormat,
|
|
296
|
-
Ns as TableColumnAlign,
|
|
297
|
-
Rs as TableScope,
|
|
298
|
-
Pt as TextAlign,
|
|
299
|
-
ct as TextElement,
|
|
300
|
-
Dt as TextFieldType,
|
|
301
|
-
Gt as TextMode,
|
|
302
|
-
gt as TextVariant,
|
|
303
|
-
z as Toast,
|
|
304
|
-
Z as ToasterContext,
|
|
305
|
-
qs as ToasterPosition,
|
|
306
|
-
ot as ToggleLayout,
|
|
307
|
-
xI as VERTICAL_ALIGNS,
|
|
308
|
-
Bt as VerticalAlign,
|
|
309
|
-
lI as Z_INDEX,
|
|
310
|
-
_e as composeIDSCard,
|
|
311
|
-
Le as composeIDSCardSlots,
|
|
312
|
-
Ut as generateScopedName,
|
|
313
|
-
Jr as mapMenuItems,
|
|
314
|
-
Wo as mapSelectOptions,
|
|
315
|
-
Hs as mapTabs,
|
|
316
|
-
jo as renderOptionOrOptGroup,
|
|
317
|
-
vo as shouldFireRadioGroupBlur,
|
|
318
|
-
yt as toArray,
|
|
319
|
-
W as useAutocompleteSearch,
|
|
320
|
-
kt as useBreakpoint,
|
|
321
|
-
Vt as useControlledState,
|
|
322
|
-
xe as useIDSButtonGroupItem,
|
|
323
|
-
Yt as useIdIfNeeded,
|
|
324
|
-
Yr as useMenuItemAria,
|
|
325
|
-
zr as useMenuItemButtonProps,
|
|
326
|
-
Kr as useMenuItemComposite,
|
|
327
|
-
Qr as useMenuItemInteractions,
|
|
328
|
-
jr as useMenuItemRole,
|
|
329
|
-
Io as useModal,
|
|
330
|
-
No as usePopoverItem,
|
|
331
|
-
zt as useResponsiveProps,
|
|
332
|
-
Zt as useResponsiveValue,
|
|
333
|
-
Ho as useRichSelectState,
|
|
334
|
-
is as useSlideout,
|
|
335
|
-
$s as useToaster
|
|
336
|
-
};
|
|
1
|
+
import { A as e, At as t, B as n, C as r, Ct as i, D as a, Dt as o, E as s, Et as c, G as l, H as u, I as d, J as f, K as p, L as m, N as h, Ot as g, Q as _, R as v, S as y, St as b, T as x, Tt as S, V as C, X as w, Z as T, _t as E, at as D, b as O, c as k, ct as A, dt as j, ft as M, g as N, h as P, ht as F, it as I, j as L, kt as R, l as z, lt as B, m as V, mt as H, n as U, nt as W, p as G, pt as K, rt as q, s as J, st as Y, t as X, tt as Z, ut as Q, wt as $, x as ee, yt as te, z as ne } from "./main-CTy1XcUn.js";
|
|
2
|
+
import { ALERT_ICONS as re } from "./components/Alert/Alert.types.js";
|
|
3
|
+
import { Breakpoint as ie, DisplayMode as ae, FloatingUIAlign as oe, FormElementType as se, FormElementWidth as ce, GlobalCSSClass as le, GutterSize as ue, HeadingLevel as de, HorizontalAlign as fe, LoggerLevels as pe, ModalSize as me, PaddingSize as he, SystemValidationStatus as ge, TextAlign as _e, TextElement as ve, TextFieldType as ye, TextMode as be, TextVariant as xe, VerticalAlign as Se } from "./enums.js";
|
|
4
|
+
import { ICON_FLIPS as Ce, ICON_ROTATES as we, ICON_SETS as Te, ICON_SIZES as Ee, ICON_SPINS as De, IconFlip as Oe, IconRotate as ke, IconSet as Ae, IconSize as je, IconSpin as Me } from "./components/Icon/Icon.types.js";
|
|
5
|
+
import { TEXT_ELEMENTS as Ne } from "./components/Text/Text.types.js";
|
|
6
|
+
import { IressText as Pe } from "./components/Text/Text.js";
|
|
7
|
+
import { POPOVER_TYPES as Fe, POPOVER_USE_MAX_HEIGHT as Ie, PopoverCssClass as Le, PopoverType as Re } from "./components/Popover/Popover.types.js";
|
|
8
|
+
import { toArray as ze } from "./helpers/formatting/toArray.js";
|
|
9
|
+
import { useControlledState as Be } from "./hooks/useControlledState.js";
|
|
10
|
+
import { _ as Ve, a as He, c as Ue, d as We, f as Ge, g as Ke, h as qe, i as Je, l as Ye, m as Xe, n as Ze, o as Qe, p as $e, r as et, s as tt, t as nt, u as rt, v as it, y as at } from "./constants-C4s0aMXs.js";
|
|
11
|
+
import { IressPopover as ot } from "./components/Popover/Popover.js";
|
|
12
|
+
import { usePopoverItem as st } from "./components/Popover/hooks/usePopoverItem.js";
|
|
13
|
+
import { IressInputPopover as ct } from "./components/Popover/InputPopover/InputPopover.js";
|
|
14
|
+
import { INPUT_MODES as lt, InputMode as ut } from "./components/Input/Input.types.js";
|
|
15
|
+
import { t as dt } from "./useAutocompleteSearch-CBgqGiKn.js";
|
|
16
|
+
import { PANEL_BACKGROUNDS as ft, PanelBackground as pt, PanelCssClass as mt } from "./components/Panel/Panel.types.js";
|
|
17
|
+
import { IressPanel as ht } from "./components/Panel/Panel.js";
|
|
18
|
+
import { useRichSelectState as gt } from "./components/RichSelect/hooks/useRichSelectState.js";
|
|
19
|
+
import { BUTTON_MODES as _t, BUTTON_TYPES as vt, ButtonCssClass as yt, ButtonMode as bt, ButtonType as xt } from "./components/Button/Button.types.js";
|
|
20
|
+
import { t as St } from "./useIDSButtonGroupItem-BkzYQzAi.js";
|
|
21
|
+
import { HideCssClass as Ct, HideTypes as wt } from "./components/Hide/Hide.types.js";
|
|
22
|
+
import { useBreakpoint as Tt } from "./hooks/useBreakpoint.js";
|
|
23
|
+
import { useIdIfNeeded as Et } from "./hooks/useIdIfNeeded.js";
|
|
24
|
+
import { useResponsiveProps as Dt, useResponsiveValue as Ot } from "./hooks/useResponsiveProps.js";
|
|
25
|
+
import { MENU_LAYOUTS as kt, MENU_ROLES as At, MenuLayout as jt, MenuType as Mt } from "./components/Menu/Menu.types.js";
|
|
26
|
+
import { IressMenu as Nt } from "./components/Menu/Menu.js";
|
|
27
|
+
import { useMenuItemRole as Pt } from "./components/Menu/MenuItem/hooks/useMenuItemRole.js";
|
|
28
|
+
import { useMenuItemAria as Ft } from "./components/Menu/MenuItem/hooks/useMenuItemAria.js";
|
|
29
|
+
import { useMenuItemButtonProps as It } from "./components/Menu/MenuItem/hooks/useMenuItemButtonProps.js";
|
|
30
|
+
import { useMenuItemInteractions as Lt } from "./components/Menu/MenuItem/hooks/useMenuItemInteractions.js";
|
|
31
|
+
import { useMenuItemComposite as Rt } from "./components/Menu/MenuItem/hooks/useMenuItemComposite.js";
|
|
32
|
+
import { MENU_ITEM_ROLES as zt, MenuItemRole as Bt } from "./components/Menu/MenuItem/MenuItem.types.js";
|
|
33
|
+
import { BADGE_MODES as Vt, BadgeMode as Ht } from "./components/Badge/Badge.types.js";
|
|
34
|
+
import { t as Ut } from "./Badge-BqaFutTZ.js";
|
|
35
|
+
import { CardCssClass as Wt, CardSlotClass as Gt } from "./components/Card/Card.types.js";
|
|
36
|
+
import { composeIDSCard as Kt } from "./components/Card/helpers/composeIDSCard.js";
|
|
37
|
+
import { composeIDSCardSlots as qt } from "./components/Card/helpers/composeIDSCardSlots.js";
|
|
38
|
+
import { IressCard as Jt } from "./components/Card/Card.js";
|
|
39
|
+
import { IressButtonCard as Yt } from "./components/Card/components/ButtonCard.js";
|
|
40
|
+
import { IressLinkCard as Xt } from "./components/Card/components/LinkCard.js";
|
|
41
|
+
import { CHECKBOX_GROUP_LAYOUTS as Zt, CheckboxGroupLayout as Qt } from "./components/CheckboxGroup/CheckboxGroup.types.js";
|
|
42
|
+
import { t as $t } from "./CheckboxGroup-WLxp9nIX.js";
|
|
43
|
+
import { COL_ALIGN_SELFS as en, COL_OFFSETS as tn, COL_SPANS as nn, ColAlignSelf as rn, ColCssClass as an, ColOffset as on, ColSpan as sn } from "./components/Col/Col.types.js";
|
|
44
|
+
import { IressCol as cn } from "./components/Col/Col.js";
|
|
45
|
+
import { InlineCssClass as ln } from "./components/Inline/Inline.types.js";
|
|
46
|
+
import { ContainerCssClass as un } from "./components/Container/Container.types.js";
|
|
47
|
+
import { IressContainer as dn } from "./components/Container/Container.js";
|
|
48
|
+
import { DividerCssClass as fn } from "./components/Divider/Divider.types.js";
|
|
49
|
+
import { IressDivider as pn } from "./components/Divider/Divider.js";
|
|
50
|
+
import { EXPANDER_MODES as mn, ExpanderMode as hn } from "./components/Expander/Expander.types.js";
|
|
51
|
+
import { t as gn } from "./Expander-B3_k6HJq.js";
|
|
52
|
+
import { IressLabel as _n } from "./components/Label/Label.js";
|
|
53
|
+
import { FormDefaultText as vn } from "./components/Form/Form.types.js";
|
|
54
|
+
import { IressValidationMessage as yn } from "./components/ValidationMessage/ValidationMessage.js";
|
|
55
|
+
import { IressValidationLink as bn } from "./components/ValidationMessage/ValidationLink/ValidationLink.js";
|
|
56
|
+
import { t as xn } from "./ValidationSummary-D6Wa4vOf.js";
|
|
57
|
+
import { FormFieldErrorMessages as Sn } from "./components/Form/FormField/FormField.types.js";
|
|
58
|
+
import { MODAL_SIZES as Cn } from "./components/Modal/Modal.types.js";
|
|
59
|
+
import { IressModalContext as wn, IressModalProvider as Tn } from "./components/Modal/ModalProvider.js";
|
|
60
|
+
import { useModal as En } from "./components/Modal/hooks/useModal.js";
|
|
61
|
+
import { NavbarHorizontalAlign as Dn } from "./components/Navbar/Navbar.types.js";
|
|
62
|
+
import { t as On } from "./Placeholder-C1YrHg4w.js";
|
|
63
|
+
import { t as kn } from "./Progress-BypnLSGF.js";
|
|
64
|
+
import { TOAST_ANIMATION as An, TOAST_STATUS as jn } from "./components/Toaster/Toast/Toast.types.js";
|
|
65
|
+
import { TOASTER_ARIA_ATTRIBUTES as Mn, TOASTER_POSITION as Nn, TOAST_POSITION_ANIMATION_MATRIX as Pn, ToasterPosition as Fn } from "./components/Toaster/Toaster.types.js";
|
|
66
|
+
import { StackCssClass as In } from "./components/Stack/Stack.types.js";
|
|
67
|
+
import { IressStack as Ln } from "./components/Stack/Stack.js";
|
|
68
|
+
import { SLIDEOUT_MODES as Rn, SLIDEOUT_POSITIONS as zn, SLIDEOUT_SIZES as Bn, SlideoutMode as Vn, SlideoutPosition as Hn, SlideoutSize as Un } from "./components/Slideout/Slideout.types.js";
|
|
69
|
+
import { n as Wn, t as Gn } from "./SlideoutProvider-DnaE67W-.js";
|
|
70
|
+
import { useSlideout as Kn } from "./components/Slideout/hooks/useSlideout.js";
|
|
71
|
+
import { RADIO_GROUP_LAYOUTS as qn, RadioGroupLayout as Jn } from "./components/RadioGroup/RadioGroup.types.js";
|
|
72
|
+
import { n as Yn, t as Xn } from "./RadioGroup-DtA0WE3l.js";
|
|
73
|
+
import { RowCssClass as Zn } from "./components/Row/Row.types.js";
|
|
74
|
+
import { IressSelectOption as Qn } from "./components/Select/SelectOption/SelectOption.js";
|
|
75
|
+
import { SKELETON_MODES as $n, SkeletonMode as er } from "./components/Skeleton/Skeleton.types.js";
|
|
76
|
+
import { t as tr } from "./Skeleton-D_iuo6Xw.js";
|
|
77
|
+
import { t as nr } from "./SkipLink-rElTLeMe.js";
|
|
78
|
+
import { TABLE_CELL_FORMATS as rr, TABLE_COLUMN_ALIGN as ir, TABLE_SCOPES as ar, TableCellFormat as or, TableColumnAlign as sr, TableScope as cr } from "./components/Table/Table.types.js";
|
|
79
|
+
import { IressTableFormattedValue as lr } from "./components/Table/TableFormattedValue/TableFormattedValue.js";
|
|
80
|
+
import { t as ur } from "./Tab-C08D4jxr.js";
|
|
81
|
+
import { TAB_SET_LAYOUTS as dr, TabSetLayout as fr } from "./components/TabSet/TabSet.types.js";
|
|
82
|
+
import { IressTabSet as pr } from "./components/TabSet/TabSet.js";
|
|
83
|
+
import { mapTabs as mr } from "./components/TabSet/index.js";
|
|
84
|
+
import { TOGGLE_LAYOUTS as hr, ToggleLayout as gr } from "./components/Toggle/Toggle.types.js";
|
|
85
|
+
import { t as _r } from "./Toggle-CF22OY-P.js";
|
|
86
|
+
import { t as vr } from "./Tooltip-BxM_1Wtq.js";
|
|
87
|
+
import { generateScopedName as yr } from "./helpers/utility/generateScopedName.js";
|
|
88
|
+
export { re as ALERT_ICONS, Vt as BADGE_MODES, nt as BREAKPOINTS, Ze as BREAKPOINT_DETAILS, _t as BUTTON_MODES, vt as BUTTON_TYPES, Ht as BadgeMode, ie as Breakpoint, yt as ButtonCssClass, bt as ButtonMode, xt as ButtonType, Zt as CHECKBOX_GROUP_LAYOUTS, en as COL_ALIGN_SELFS, tn as COL_OFFSETS, nn as COL_SPANS, et as CSS_IDS_VERSION, Wt as CardCssClass, Gt as CardSlotClass, Qt as CheckboxGroupLayout, rn as ColAlignSelf, an as ColCssClass, on as ColOffset, sn as ColSpan, un as ContainerCssClass, Je as DISPLAY_MODES, ae as DisplayMode, fn as DividerCssClass, mn as EXPANDER_MODES, hn as ExpanderMode, He as FLOATING_UI_ALIGNS, Qe as FOCUSABLE_QUERY_SELECTOR, tt as FORM_ELEMENT_WIDTHS, oe as FloatingUIAlign, vn as FormDefaultText, se as FormElementType, ce as FormElementWidth, Sn as FormFieldErrorMessages, Ue as GRID_SIZE, Ye as GUTTER_SIZES, le as GlobalCSSClass, ue as GutterSize, rt as HEADING_LEVELS, We as HORIZONTAL_ALIGNS, de as HeadingLevel, Ct as HideCssClass, wt as HideTypes, fe as HorizontalAlign, Ce as ICON_FLIPS, we as ICON_ROTATES, Te as ICON_SETS, Ee as ICON_SIZES, De as ICON_SPINS, lt as INPUT_MODES, Oe as IconFlip, ke as IconRotate, Ae as IconSet, je as IconSize, Me as IconSpin, ln as InlineCssClass, ut as InputMode, R as IressAlert, q as IressAutocomplete, Ut as IressBadge, S as IressButton, Yt as IressButtonCard, W as IressButtonGroup, Jt as IressCard, Z as IressCheckbox, $t as IressCheckboxGroup, $ as IressCloseButton, cn as IressCol, _ as IressCombobox, dn as IressContainer, pn as IressDivider, gn as IressExpander, p as IressField, l as IressFieldGroup, u as IressFilter, n as IressForm, ne as IressFormField, v as IressFormFieldset, te as IressHide, C as IressHookForm, t as IressIcon, w as IressInline, c as IressInput, m as IressInputCurrency, ct as IressInputPopover, _n as IressLabel, Xt as IressLinkCard, U as IressLoading, X as IressLoadingSuspense, Nt as IressMenu, j as IressMenuDivider, B as IressMenuHeading, A as IressMenuItem, Q as IressMenuText, d as IressModal, wn as IressModalContext, Tn as IressModalProvider, f as IressMultiCombobox, h as IressNavbar, ht as IressPanel, On as IressPlaceholder, ot as IressPopover, kn as IressProgress, y as IressProvider, ee as IressRadio, Xn as IressRadioGroup, o as IressReadonly, F as IressRichSelect, O as IressRow, N as IressSelect, H as IressSelectBody, K as IressSelectCreate, M as IressSelectHeading, i as IressSelectLabel, D as IressSelectMenu, Qn as IressSelectOption, E as IressSelectSearch, I as IressSelectSearchInput, b as IressSelectTags, tr as IressSkeleton, nr as IressSkipLink, r as IressSlideout, Gn as IressSlideoutContext, Wn as IressSlideoutProvider, G as IressSlider, g as IressSpinner, Ln as IressStack, ur as IressTab, pr as IressTabSet, z as IressTable, k as IressTableBody, lr as IressTableFormattedValue, T as IressTag, J as IressTagInput, Pe as IressText, e as IressToast, s as IressToasterProvider, _r as IressToggle, vr as IressTooltip, bn as IressValidationLink, yn as IressValidationMessage, xn as IressValidationSummary, Ge as LOGGER_LEVELS, pe as LoggerLevels, zt as MENU_ITEM_ROLES, kt as MENU_LAYOUTS, At as MENU_ROLES, Cn as MODAL_SIZES, Bt as MenuItemRole, jt as MenuLayout, Mt as MenuType, me as ModalSize, Dn as NavbarHorizontalAlign, $e as PADDING_SIZES, ft as PANEL_BACKGROUNDS, Fe as POPOVER_TYPES, Ie as POPOVER_USE_MAX_HEIGHT, he as PaddingSize, pt as PanelBackground, mt as PanelCssClass, Le as PopoverCssClass, Re as PopoverType, qn as RADIO_GROUP_LAYOUTS, Jn as RadioGroupLayout, Zn as RowCssClass, $n as SKELETON_MODES, Rn as SLIDEOUT_MODES, zn as SLIDEOUT_POSITIONS, Bn as SLIDEOUT_SIZES, Xe as SYSTEM_VALIDATION_STATUSES, er as SkeletonMode, Vn as SlideoutMode, Hn as SlideoutPosition, Un as SlideoutSize, In as StackCssClass, ge as SystemValidationStatus, rr as TABLE_CELL_FORMATS, ir as TABLE_COLUMN_ALIGN, ar as TABLE_SCOPES, dr as TAB_SET_LAYOUTS, qe as TEXT_ALIGNS, Ne as TEXT_ELEMENTS, Ke as TEXT_MODES, Ve as TEXT_VARIANTS, Mn as TOASTER_ARIA_ATTRIBUTES, Nn as TOASTER_POSITION, An as TOAST_ANIMATION, Pn as TOAST_POSITION_ANIMATION_MATRIX, jn as TOAST_STATUS, hr as TOGGLE_LAYOUTS, fr as TabSetLayout, or as TableCellFormat, sr as TableColumnAlign, cr as TableScope, _e as TextAlign, ve as TextElement, ye as TextFieldType, be as TextMode, xe as TextVariant, L as Toast, a as ToasterContext, Fn as ToasterPosition, gr as ToggleLayout, it as VERTICAL_ALIGNS, Se as VerticalAlign, at as Z_INDEX, Kt as composeIDSCard, qt as composeIDSCardSlots, yr as generateScopedName, Y as mapMenuItems, V as mapSelectOptions, mr as mapTabs, P as renderOptionOrOptGroup, Yn as shouldFireRadioGroupBlur, ze as toArray, dt as useAutocompleteSearch, Tt as useBreakpoint, Be as useControlledState, St as useIDSButtonGroupItem, Et as useIdIfNeeded, Ft as useMenuItemAria, It as useMenuItemButtonProps, Rt as useMenuItemComposite, Lt as useMenuItemInteractions, Pt as useMenuItemRole, En as useModal, st as usePopoverItem, Dt as useResponsiveProps, Ot as useResponsiveValue, gt as useRichSelectState, Kn as useSlideout, x as useToaster };
|
|
@@ -1,8 +1,2 @@
|
|
|
1
|
-
import "
|
|
2
|
-
|
|
3
|
-
import { P as s } from "../../LoadingSuspense-CuQm3zqO.js";
|
|
4
|
-
import "./hooks/useShouldRenderLoading.js";
|
|
5
|
-
import "./components/LongLoading.js";
|
|
6
|
-
export {
|
|
7
|
-
s as IressLoading
|
|
8
|
-
};
|
|
1
|
+
import { n as e } from "../../main-CTy1XcUn.js";
|
|
2
|
+
export { e as IressLoading };
|
|
@@ -1,7 +1,2 @@
|
|
|
1
|
-
import "
|
|
2
|
-
|
|
3
|
-
import { Q as i } from "../../LoadingSuspense-CuQm3zqO.js";
|
|
4
|
-
import "./hooks/useSuspenseResource.js";
|
|
5
|
-
export {
|
|
6
|
-
i as IressLoadingSuspense
|
|
7
|
-
};
|
|
1
|
+
import { t as e } from "../../main-CTy1XcUn.js";
|
|
2
|
+
export { e as IressLoadingSuspense };
|
|
@@ -1,10 +1,2 @@
|
|
|
1
|
-
import "
|
|
2
|
-
|
|
3
|
-
import "../../../components/Skeleton/Skeleton.js";
|
|
4
|
-
import { ag as e } from "../../../LoadingSuspense-CuQm3zqO.js";
|
|
5
|
-
import "../../../Loading.module-BXP_0EH0.js";
|
|
6
|
-
import "../../../index-cbHCAGLB.js";
|
|
7
|
-
import "../../../components/Text/Text.js";
|
|
8
|
-
export {
|
|
9
|
-
e as ComponentLoading
|
|
10
|
-
};
|
|
1
|
+
import { i as e } from "../../../main-CTy1XcUn.js";
|
|
2
|
+
export { e as ComponentLoading };
|
|
@@ -1,9 +1,2 @@
|
|
|
1
|
-
import "
|
|
2
|
-
|
|
3
|
-
import { ae as e } from "../../../LoadingSuspense-CuQm3zqO.js";
|
|
4
|
-
import "../../../components/Text/Text.js";
|
|
5
|
-
import "../../../index-cbHCAGLB.js";
|
|
6
|
-
import "../../../Loading.module-BXP_0EH0.js";
|
|
7
|
-
export {
|
|
8
|
-
e as DefaultLoading
|
|
9
|
-
};
|
|
1
|
+
import { o as e } from "../../../main-CTy1XcUn.js";
|
|
2
|
+
export { e as DefaultLoading };
|
|
@@ -1,132 +1,2 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
import { useMemo as f, useId as y } from "react";
|
|
4
|
-
import { c as a } from "../../../index-cbHCAGLB.js";
|
|
5
|
-
import { l as m } from "../../../Loading.module-BXP_0EH0.js";
|
|
6
|
-
import { IressText as M } from "../../../components/Text/Text.js";
|
|
7
|
-
import { IressPanel as S } from "../../../components/Panel/Panel.js";
|
|
8
|
-
import { IressProgress as j } from "../../../components/Progress/Progress.js";
|
|
9
|
-
import { GlobalCSSClass as L } from "../../../enums.js";
|
|
10
|
-
import { propagateTestid as O } from "../../../helpers/utility/propagateTestid.js";
|
|
11
|
-
import { useShowIndicator as C } from "../hooks/useShowIndicator.js";
|
|
12
|
-
import { useEstimatedProgressValue as G } from "../hooks/useEstimatedProgressValue.js";
|
|
13
|
-
const P = "ids-long-loading--root-v5208", V = "ids-long-loading--panel-v5208", B = "ids-long-loading--dots-v5208", E = "ids-long-loading--check-list-v5208", R = "ids-long-loading--check-list-item-v5208", T = "ids-long-loading--check-list-item__done-v5208", U = "ids-long-loading--checked-v5208", $ = "ids-long-loading--checked__circle-v5208", q = "ids-long-loading--checked__check-v5208", s = {
|
|
14
|
-
root: P,
|
|
15
|
-
panel: V,
|
|
16
|
-
dots: B,
|
|
17
|
-
checkList: E,
|
|
18
|
-
checkListItem: R,
|
|
19
|
-
checkListItem__done: T,
|
|
20
|
-
checked: U,
|
|
21
|
-
checked__circle: $,
|
|
22
|
-
checked__check: q
|
|
23
|
-
}, z = () => {
|
|
24
|
-
const r = y();
|
|
25
|
-
return /* @__PURE__ */ h(
|
|
26
|
-
"svg",
|
|
27
|
-
{
|
|
28
|
-
className: s.checked,
|
|
29
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
30
|
-
viewBox: "0 0 52 52",
|
|
31
|
-
"aria-labelledby": r,
|
|
32
|
-
children: [
|
|
33
|
-
/* @__PURE__ */ c("title", { id: r, children: "Finished: " }),
|
|
34
|
-
/* @__PURE__ */ c(
|
|
35
|
-
"circle",
|
|
36
|
-
{
|
|
37
|
-
className: s.checked__circle,
|
|
38
|
-
cx: "26",
|
|
39
|
-
cy: "26",
|
|
40
|
-
r: "25",
|
|
41
|
-
fill: "none"
|
|
42
|
-
}
|
|
43
|
-
),
|
|
44
|
-
/* @__PURE__ */ c(
|
|
45
|
-
"path",
|
|
46
|
-
{
|
|
47
|
-
className: s.checked__check,
|
|
48
|
-
fill: "none",
|
|
49
|
-
d: "M14.1 27.2l7.1 7.2 16.7-16.8"
|
|
50
|
-
}
|
|
51
|
-
)
|
|
52
|
-
]
|
|
53
|
-
}
|
|
54
|
-
);
|
|
55
|
-
}, ce = ({
|
|
56
|
-
children: r,
|
|
57
|
-
className: u,
|
|
58
|
-
error: g,
|
|
59
|
-
estimatedFinishTime: n = 1e4,
|
|
60
|
-
loaded: l,
|
|
61
|
-
messageList: t = {},
|
|
62
|
-
progress: v,
|
|
63
|
-
renderProgress: N = (i) => /* @__PURE__ */ c(j, { ...i }),
|
|
64
|
-
timeout: k,
|
|
65
|
-
...p
|
|
66
|
-
}) => {
|
|
67
|
-
const i = C(
|
|
68
|
-
l,
|
|
69
|
-
k?.message,
|
|
70
|
-
k?.loaded ?? 1300
|
|
71
|
-
), I = Math.max(...Object.keys(t).map(Number)) + 500, o = G(
|
|
72
|
-
n,
|
|
73
|
-
l,
|
|
74
|
-
v,
|
|
75
|
-
I
|
|
76
|
-
), _ = f(() => {
|
|
77
|
-
const e = Object.keys(t), d = e.findIndex(
|
|
78
|
-
(x) => Number(x) > o
|
|
79
|
-
);
|
|
80
|
-
return l ? "" : e[d] ?? e[e.length - 1];
|
|
81
|
-
}, [t, l, o]), b = f(() => Object.entries(t).map(([e, d]) => ({
|
|
82
|
-
timecode: Number(e),
|
|
83
|
-
message: d,
|
|
84
|
-
current: e === _,
|
|
85
|
-
finished: o >= Number(e)
|
|
86
|
-
})), [t, _, o]);
|
|
87
|
-
return /* @__PURE__ */ c(
|
|
88
|
-
"div",
|
|
89
|
-
{
|
|
90
|
-
className: a(s.root, u, m["fade-in"], {
|
|
91
|
-
[m["fade-in--active"]]: i
|
|
92
|
-
}),
|
|
93
|
-
...p,
|
|
94
|
-
children: /* @__PURE__ */ c(
|
|
95
|
-
S,
|
|
96
|
-
{
|
|
97
|
-
"data-testid": O(p["data-testid"], "panel"),
|
|
98
|
-
className: a(s.panel, {
|
|
99
|
-
[m.error]: !!g
|
|
100
|
-
}),
|
|
101
|
-
children: g ?? /* @__PURE__ */ h(w, { gutter: "md", children: [
|
|
102
|
-
r,
|
|
103
|
-
N({
|
|
104
|
-
className: s.progress,
|
|
105
|
-
min: 0,
|
|
106
|
-
max: n,
|
|
107
|
-
value: Math.min(o, n),
|
|
108
|
-
sectionTitle: `${Math.min(o, n) / n * 100}% loaded`
|
|
109
|
-
}),
|
|
110
|
-
/* @__PURE__ */ c(M, { variant: "lead", noGutter: !0, children: /* @__PURE__ */ c("ul", { className: s.checkList, children: b.map((e) => /* @__PURE__ */ h(
|
|
111
|
-
"li",
|
|
112
|
-
{
|
|
113
|
-
className: a(s.checkListItem, {
|
|
114
|
-
[s.checkListItem__done]: e.finished
|
|
115
|
-
}),
|
|
116
|
-
children: [
|
|
117
|
-
e.finished && /* @__PURE__ */ c(z, {}),
|
|
118
|
-
e.message,
|
|
119
|
-
e.current && /* @__PURE__ */ c("span", { className: s.dots, children: /* @__PURE__ */ c("span", { className: L.SROnly, children: "..." }) })
|
|
120
|
-
]
|
|
121
|
-
},
|
|
122
|
-
e.timecode
|
|
123
|
-
)) }) })
|
|
124
|
-
] })
|
|
125
|
-
}
|
|
126
|
-
)
|
|
127
|
-
}
|
|
128
|
-
);
|
|
129
|
-
};
|
|
130
|
-
export {
|
|
131
|
-
ce as LongLoading
|
|
132
|
-
};
|
|
1
|
+
import { t as e } from "../../../LongLoading-Dw8sUYlh.js";
|
|
2
|
+
export { e as LongLoading };
|