@iress-oss/ids-components 5.20.6 → 5.20.7
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-DCkx2_pN.js → AutocompleteNoResults-C17GZMC5.js} +1 -1
- package/dist/{ComboboxHiddenInput-BWWbOQYl.js → ComboboxHiddenInput-Bcgb791z.js} +5 -5
- package/dist/{FieldAppendToLabel-BeT3VZhm.js → FieldAppendToLabel-BitJwDPF.js} +3 -3
- package/dist/{InputBase-g0hRVFf5.js → InputBase-B1iM_zGQ.js} +1 -1
- package/dist/Loading.module-CKBFK8HQ.js +13 -0
- package/dist/{LoadingSuspense-W8C8sQp2.js → LoadingSuspense-Dpeukkud.js} +114 -114
- package/dist/LogoFromSrc-Bmy4soAb.js +59 -0
- package/dist/MenuItem.module-CqRjlcI0.js +24 -0
- package/dist/Popover.module-DAzssZjn.js +11 -0
- package/dist/{PopoverProvider-BaTDtOkm.js → PopoverProvider-LcpEvIV2.js} +4 -4
- package/dist/{SelectControl-R1wPpqUp.js → SelectControl-BwOmdZRG.js} +1 -1
- package/dist/{SliderTicks-DRlAg7oj.js → SliderTicks-BUkhZPcp.js} +1 -1
- package/dist/TabSet.module-DO_A1O9o.js +13 -0
- package/dist/Table.module-p7T7USNr.js +32 -0
- package/dist/components/Alert/Alert.js +1 -1
- package/dist/components/Alert/index.js +1 -1
- package/dist/components/Autocomplete/Autocomplete.js +3 -3
- package/dist/components/Autocomplete/components/AutocompleteNoResults.js +1 -1
- package/dist/components/Autocomplete/hooks/useAutocompleteSearch.js +123 -121
- 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/style.css +1 -1
- package/dist/{useIDSButtonGroupItem-Onr-mHXt.js → useIDSButtonGroupItem-B2tN1t3Z.js} +1 -1
- package/package.json +15 -15
- package/dist/Loading.module-CceozArx.js +0 -13
- package/dist/LogoFromSrc-DLkcibPJ.js +0 -59
- package/dist/MenuItem.module-BdaNFtn_.js +0 -24
- package/dist/Popover.module-CHPW7gB0.js +0 -11
- package/dist/TabSet.module-CQX2psY8.js +0 -13
- package/dist/Table.module-ChK1mYV2.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-v5207", n = "ids-autocomplete--option-list-v5207", 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-v5207", r = "ids-combobox--readonly-v5207", a = "ids-combobox-v5207", c = "ids-combobox--popover-content-v5207", b = "ids-combobox--option-list-v5207", 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-v5207",
|
|
9
|
+
"ids-field-group--fields": "ids-field-group--fields-v5207",
|
|
10
|
+
"ids-field": "ids-field-v5207",
|
|
11
11
|
combobox: a,
|
|
12
|
-
"ids-menuItem": "ids-menu-item-
|
|
12
|
+
"ids-menuItem": "ids-menu-item-v5207",
|
|
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-Dpeukkud.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-LcpEvIV2.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-v5207", h = "ids-field--invalid-v5207", y = "ids-field--label-v5207", b = "ids-field--hidden-label-v5207", S = "ids-field--hint-v5207", u = "ids-field--error-summary-v5207", 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-v5207", v = "ids-input-base--form-control-v5207", I = "ids-input-base--textarea-v5207", R = "ids-input-base--readonly-align-right-v5207", o = {
|
|
7
7
|
readonly: h,
|
|
8
8
|
formControl: v,
|
|
9
9
|
textarea: I,
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
const i = "ids-loading--error-v5207", d = {
|
|
2
|
+
"fade-in": "ids-loading--fade-in-v5207",
|
|
3
|
+
"fade-in--active": "ids-loading--fade-in--active-v5207",
|
|
4
|
+
"slide-in": "ids-loading--slide-in-v5207",
|
|
5
|
+
"slide-in--active": "ids-loading--slide-in--active-v5207",
|
|
6
|
+
"fade-next": "ids-loading--fade-next-v5207",
|
|
7
|
+
"fade-next-width": "ids-loading--fade-next-width-v5207",
|
|
8
|
+
"slide-next": "ids-loading--slide-next-v5207",
|
|
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 Ke } from "./components/Text/Text.js";
|
|
10
10
|
import { propagateTestid as z } from "./helpers/utility/propagateTestid.js";
|
|
11
11
|
import { HeadingWithDeprecatedFallback as br } from "./components/HeadingWithDeprecatedFallback/HeadingWithDeprecatedFallback.js";
|
|
12
|
-
import { s as It, A as xs } from "./AutocompleteNoResults-
|
|
12
|
+
import { s as It, A as xs } from "./AutocompleteNoResults-C17GZMC5.js";
|
|
13
13
|
import { IressPopover as _s } from "./components/Popover/Popover.js";
|
|
14
|
-
import { s as Ue } from "./PopoverProvider-
|
|
14
|
+
import { s as Ue } from "./PopoverProvider-LcpEvIV2.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-B1iM_zGQ.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-B2tN1t3Z.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 _e } 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 xr } from "./ComboboxHiddenInput-
|
|
34
|
+
import { s as ot, C as xr } from "./ComboboxHiddenInput-Bcgb791z.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 Is } from "./helpers/responsive/getResp
|
|
|
44
44
|
import { formatCurrency as En } from "./helpers/formatting/formatCurrency.js";
|
|
45
45
|
import { IressMenu as _r } 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-CqRjlcI0.js";
|
|
48
48
|
import { useMenu as Sr } from "./components/Menu/hooks/useMenu.js";
|
|
49
49
|
import { useMenuItemRole as Ir } from "./components/Menu/MenuItem/hooks/useMenuItemRole.js";
|
|
50
50
|
import { useMenuItemAria as Mn } from "./components/Menu/MenuItem/hooks/useMenuItemAria.js";
|
|
@@ -70,15 +70,15 @@ import { RadioGroupContext as Gn } from "./components/RadioGroup/RadioGroupConte
|
|
|
70
70
|
import "./components/RadioGroup/RadioGroup.js";
|
|
71
71
|
import { usePopoverItem as Zt } from "./components/Popover/hooks/usePopoverItem.js";
|
|
72
72
|
import { RowCssClass as wt } from "./components/Row/Row.types.js";
|
|
73
|
-
import { S as Yn, s as Xn } from "./SelectControl-
|
|
73
|
+
import { S as Yn, s as Xn } from "./SelectControl-BwOmdZRG.js";
|
|
74
74
|
import { IressSelectOption as qs } from "./components/Select/SelectOption/SelectOption.js";
|
|
75
75
|
import { getValueAsEvent as Ne } from "./helpers/form/getValueAsEvent.js";
|
|
76
76
|
import { getFormControlValueAsStringIfDefined as xt } from "./helpers/form/getFormControlValueAsStringIfDefined.js";
|
|
77
77
|
import { IressSkeleton as xe } from "./components/Skeleton/Skeleton.js";
|
|
78
78
|
import "./components/SkipLink/SkipLink.js";
|
|
79
|
-
import { s as ls, S as Jn } from "./SliderTicks-
|
|
79
|
+
import { s as ls, S as Jn } from "./SliderTicks-BUkhZPcp.js";
|
|
80
80
|
import { TableScope as Zn } from "./components/Table/Table.types.js";
|
|
81
|
-
import { s as Ye } from "./Table.module-
|
|
81
|
+
import { s as Ye } from "./Table.module-p7T7USNr.js";
|
|
82
82
|
import { TableEmpty as eo } from "./components/Table/components/TableEmpty.js";
|
|
83
83
|
import { f as to } from "./index-DLnR8XTt.js";
|
|
84
84
|
import { useIDSTableColumnStyles as so } from "./components/Table/hooks/useIDSTableColumnStyles.js";
|
|
@@ -94,7 +94,7 @@ import "./components/Toggle/Toggle.js";
|
|
|
94
94
|
import "./components/Tooltip/Tooltip.js";
|
|
95
95
|
import "./components/ValidationMessage/ValidationMessage.js";
|
|
96
96
|
import { useSuspenseResource as ao, uncacheSuspenseResource as lo } from "./patterns/Loading/hooks/useSuspenseResource.js";
|
|
97
|
-
import { L as Ar, s as be } from "./LogoFromSrc-
|
|
97
|
+
import { L as Ar, s as be } from "./LogoFromSrc-Bmy4soAb.js";
|
|
98
98
|
import { getValueFromLabelValues as co } from "./helpers/label-value/getValueFromLabelValues.js";
|
|
99
99
|
import { useFilterFlags as uo } from "./components/Filter/hooks/useFilterFlags.js";
|
|
100
100
|
import { FilterLabel as fo } from "./components/Filter/components/FilterLabel.js";
|
|
@@ -106,43 +106,43 @@ import { handlePopoverTabKey as ho } from "./components/Popover/helpers/handlePo
|
|
|
106
106
|
import { SelectHiddenInput as po } from "./components/RichSelect/components/SelectHiddenInput.js";
|
|
107
107
|
import { useComboboxInlineCompletion as vo } from "./components/Combobox/hooks/useComboboxInlineCompletion.js";
|
|
108
108
|
import { AutocompleteInstructions as go } from "./components/Autocomplete/components/AutocompleteInstructions.js";
|
|
109
|
-
import { l as Re } from "./Loading.module-
|
|
109
|
+
import { l as Re } from "./Loading.module-CKBFK8HQ.js";
|
|
110
110
|
import { useShouldRenderLoading as yo } from "./patterns/Loading/hooks/useShouldRenderLoading.js";
|
|
111
111
|
import { IressContainer as As } from "./components/Container/Container.js";
|
|
112
112
|
import { LongLoading as bo } from "./patterns/Loading/components/LongLoading.js";
|
|
113
|
-
const xo = "ids-alert-
|
|
113
|
+
const xo = "ids-alert-v5207", _o = "ids-alert--icon-v5207", So = "ids-alert--heading-v5207", Io = "ids-alert--wrapper-v5207", wo = "ids-alert--footer-v5207", No = "ids-alert--danger-v5207", Co = "ids-alert--info-v5207", ko = "ids-alert--success-v5207", Fo = "ids-alert--warning-v5207", pt = {
|
|
114
114
|
alert: xo,
|
|
115
115
|
icon: _o,
|
|
116
116
|
heading: So,
|
|
117
|
-
"iress-u-text": "ids-alert--iress-u-text-
|
|
117
|
+
"iress-u-text": "ids-alert--iress-u-text-v5207",
|
|
118
118
|
wrapper: Io,
|
|
119
119
|
footer: wo,
|
|
120
120
|
danger: No,
|
|
121
121
|
info: Co,
|
|
122
122
|
success: ko,
|
|
123
123
|
warning: Fo
|
|
124
|
-
}, Ao = "ids-icon-
|
|
124
|
+
}, Ao = "ids-icon-v5207", Nt = {
|
|
125
125
|
icon: Ao,
|
|
126
|
-
"flip-horizontal": "ids-icon--flip-horizontal-
|
|
127
|
-
"flip-vertical": "ids-icon--flip-vertical-
|
|
128
|
-
"flip-both": "ids-icon--flip-both-
|
|
129
|
-
"rotate-180": "ids-icon--rotate-180-
|
|
130
|
-
"rotate-270": "ids-icon--rotate-270-
|
|
131
|
-
"rotate-90": "ids-icon--rotate-90-
|
|
132
|
-
"spin-half": "ids-icon--spin-half-
|
|
133
|
-
"iress-icon-rotation": "ids-icon--iress-icon-rotation-
|
|
134
|
-
"spin-1": "ids-icon--spin-1-
|
|
135
|
-
"spin-2": "ids-icon--spin-2-
|
|
136
|
-
"spin-3": "ids-icon--spin-3-
|
|
137
|
-
"mode-body": "ids-icon--mode-body-
|
|
138
|
-
"mode-muted": "ids-icon--mode-muted-
|
|
139
|
-
"mode-primary": "ids-icon--mode-primary-
|
|
140
|
-
"mode-info": "ids-icon--mode-info-
|
|
141
|
-
"mode-success": "ids-icon--mode-success-
|
|
142
|
-
"mode-warning": "ids-icon--mode-warning-
|
|
143
|
-
"mode-danger": "ids-icon--mode-danger-
|
|
144
|
-
"mode-positive": "ids-icon--mode-positive-
|
|
145
|
-
"mode-negative": "ids-icon--mode-negative-
|
|
126
|
+
"flip-horizontal": "ids-icon--flip-horizontal-v5207",
|
|
127
|
+
"flip-vertical": "ids-icon--flip-vertical-v5207",
|
|
128
|
+
"flip-both": "ids-icon--flip-both-v5207",
|
|
129
|
+
"rotate-180": "ids-icon--rotate-180-v5207",
|
|
130
|
+
"rotate-270": "ids-icon--rotate-270-v5207",
|
|
131
|
+
"rotate-90": "ids-icon--rotate-90-v5207",
|
|
132
|
+
"spin-half": "ids-icon--spin-half-v5207",
|
|
133
|
+
"iress-icon-rotation": "ids-icon--iress-icon-rotation-v5207",
|
|
134
|
+
"spin-1": "ids-icon--spin-1-v5207",
|
|
135
|
+
"spin-2": "ids-icon--spin-2-v5207",
|
|
136
|
+
"spin-3": "ids-icon--spin-3-v5207",
|
|
137
|
+
"mode-body": "ids-icon--mode-body-v5207",
|
|
138
|
+
"mode-muted": "ids-icon--mode-muted-v5207",
|
|
139
|
+
"mode-primary": "ids-icon--mode-primary-v5207",
|
|
140
|
+
"mode-info": "ids-icon--mode-info-v5207",
|
|
141
|
+
"mode-success": "ids-icon--mode-success-v5207",
|
|
142
|
+
"mode-warning": "ids-icon--mode-warning-v5207",
|
|
143
|
+
"mode-danger": "ids-icon--mode-danger-v5207",
|
|
144
|
+
"mode-positive": "ids-icon--mode-positive-v5207",
|
|
145
|
+
"mode-negative": "ids-icon--mode-negative-v5207"
|
|
146
146
|
}, Vo = ({
|
|
147
147
|
name: e,
|
|
148
148
|
screenreaderText: s,
|
|
@@ -234,7 +234,7 @@ const Et = ({
|
|
|
234
234
|
);
|
|
235
235
|
Et.HeadingLevel = gs;
|
|
236
236
|
Et.Status = Sn;
|
|
237
|
-
const $o = "ids-input-
|
|
237
|
+
const $o = "ids-input-v5207", Do = "ids-input--readonly-v5207", Ro = "ids-input--wrapper-v5207", To = "ids-input--addon-v5207", Lo = "ids-input--inline-wrapper-v5207", Eo = "ids-input--internal-v5207", Mo = "ids-input--prepend-v5207", Bo = "ids-input--append-v5207", zo = "ids-input--align-right-v5207", Oo = "ids-input--watermark-v5207", le = {
|
|
238
238
|
input: $o,
|
|
239
239
|
readonly: Do,
|
|
240
240
|
wrapper: Ro,
|
|
@@ -245,7 +245,7 @@ const $o = "ids-input-v5206", Do = "ids-input--readonly-v5206", Ro = "ids-input-
|
|
|
245
245
|
append: Bo,
|
|
246
246
|
alignRight: zo,
|
|
247
247
|
watermark: Oo
|
|
248
|
-
}, Po = "ids-spinner-
|
|
248
|
+
}, Po = "ids-spinner-v5207", Ho = {
|
|
249
249
|
spinner: Po
|
|
250
250
|
}, Mt = ({
|
|
251
251
|
className: e,
|
|
@@ -444,14 +444,14 @@ const $o = "ids-input-v5206", Do = "ids-input--readonly-v5206", Ro = "ids-input-
|
|
|
444
444
|
et.Type = In;
|
|
445
445
|
et.Width = ys;
|
|
446
446
|
et.InputMode = Fn;
|
|
447
|
-
const Ko = "ids-rich-select-
|
|
447
|
+
const Ko = "ids-rich-select-v5207", jo = "ids-rich-select--popover-content-v5207", Qo = "ids-rich-select--auto-width-v5207", Go = "ids-rich-select--dropdown-selected-heading-v5207", Yo = "ids-rich-select--dropdown-clear-v5207", Xo = "ids-rich-select--wrapper-v5207", ut = {
|
|
448
448
|
richSelect: Ko,
|
|
449
449
|
popoverContent: jo,
|
|
450
450
|
autoWidth: Qo,
|
|
451
451
|
dropdownSelectedHeading: Go,
|
|
452
452
|
dropdownClear: Yo,
|
|
453
453
|
wrapper: Xo
|
|
454
|
-
}, Jo = "ids-select-label-
|
|
454
|
+
}, Jo = "ids-select-label-v5207", Zo = "ids-select-label--contents-v5207", ei = "ids-select-label--placeholder-v5207", ti = "ids-select-label--prepend-v5207", si = "ids-select-label--append-v5207", Ct = {
|
|
455
455
|
selectLabel: Jo,
|
|
456
456
|
contents: Zo,
|
|
457
457
|
placeholder: ei,
|
|
@@ -532,7 +532,7 @@ const Ko = "ids-rich-select-v5206", jo = "ids-rich-select--popover-content-v5206
|
|
|
532
532
|
Ve.Mode = An;
|
|
533
533
|
Ve.Type = Vn;
|
|
534
534
|
Ve.Fluid = pr;
|
|
535
|
-
const oi = "ids-close-button-
|
|
535
|
+
const oi = "ids-close-button-v5207", ii = {
|
|
536
536
|
closeButton: oi
|
|
537
537
|
}, Bt = ie(
|
|
538
538
|
({
|
|
@@ -587,7 +587,7 @@ const ai = ({
|
|
|
587
587
|
]
|
|
588
588
|
}
|
|
589
589
|
);
|
|
590
|
-
}, li = "ids-select-tags-
|
|
590
|
+
}, li = "ids-select-tags-v5207", ci = "ids-select-tags--placeholder-v5207", di = "ids-select-tags--prepend-v5207", ui = "ids-select-tags--append-v5207", fi = "ids-select-tags--tag-v5207", mi = "ids-select-tags--tags-list-v5207", ct = {
|
|
591
591
|
selectTags: li,
|
|
592
592
|
placeholder: ci,
|
|
593
593
|
prepend: di,
|
|
@@ -790,10 +790,10 @@ const ai = ({
|
|
|
790
790
|
role: e ? void 0 : "combobox",
|
|
791
791
|
selected: m
|
|
792
792
|
}
|
|
793
|
-
), bi = "ids-select-search-
|
|
793
|
+
), bi = "ids-select-search-v5207", xi = "ids-select-search--content-v5207", js = {
|
|
794
794
|
selectSearch: bi,
|
|
795
795
|
content: xi
|
|
796
|
-
}, _i = "ids-select-body-
|
|
796
|
+
}, _i = "ids-select-body-v5207", Si = "ids-select-body--children-v5207", Qs = {
|
|
797
797
|
selectBody: _i,
|
|
798
798
|
children: Si
|
|
799
799
|
}, Ii = ({
|
|
@@ -1484,7 +1484,7 @@ const $i = ({
|
|
|
1484
1484
|
(n) => n.value === t || n.value === void 0 && n.label === t
|
|
1485
1485
|
) ?? s.find(
|
|
1486
1486
|
(n) => n.value === t || n.value === void 0 && n.label === t
|
|
1487
|
-
), Mi = "ids-select-search-input-
|
|
1487
|
+
), Mi = "ids-select-search-input-v5207", Gs = {
|
|
1488
1488
|
selectSearchInput: Mi
|
|
1489
1489
|
}, Tr = ie(
|
|
1490
1490
|
({
|
|
@@ -1671,7 +1671,7 @@ const Bi = ie(
|
|
|
1671
1671
|
}
|
|
1672
1672
|
);
|
|
1673
1673
|
Bi.displayName = "IressAutocomplete";
|
|
1674
|
-
const zi = "ids-checkbox--label-
|
|
1674
|
+
const zi = "ids-checkbox--label-v5207", Oi = "ids-checkbox--mark-v5207", Pi = "ids-checkbox--checked-v5207", Hi = "ids-checkbox--indeterminate-v5207", Wi = "ids-checkbox-v5207", Ui = "ids-checkbox--hidden-control-v5207", qi = "ids-checkbox--input-v5207", Ki = "ids-checkbox--touch-v5207", ji = "ids-checkbox--hidden-label-v5207", Qi = "ids-checkbox--label-span-v5207", He = {
|
|
1675
1675
|
label: zi,
|
|
1676
1676
|
mark: Oi,
|
|
1677
1677
|
checked: Pi,
|
|
@@ -2012,7 +2012,7 @@ const $s = ({
|
|
|
2012
2012
|
Ds.displayName = "IressCombobox";
|
|
2013
2013
|
Ds.DisplayMode = wn;
|
|
2014
2014
|
Ds.Width = ys;
|
|
2015
|
-
const Xi = "ids-tag-
|
|
2015
|
+
const Xi = "ids-tag-v5207", Ji = "ids-tag--content-v5207", Ys = {
|
|
2016
2016
|
tag: Xi,
|
|
2017
2017
|
content: Ji
|
|
2018
2018
|
}, Ut = ({
|
|
@@ -2046,24 +2046,24 @@ const Xi = "ids-tag-v5206", Ji = "ids-tag--content-v5206", Ys = {
|
|
|
2046
2046
|
]
|
|
2047
2047
|
}
|
|
2048
2048
|
);
|
|
2049
|
-
}, Zi = "ids-tag-list-input--input-
|
|
2049
|
+
}, Zi = "ids-tag-list-input--input-v5207", ea = "ids-tag-list-input--readonly-v5207", ta = "ids-tag-list-input-v5207 ids-tag-list-input--input-v5207", sa = "ids-tag-list-input--tag-list-input__label-v5207", ra = "ids-tag-list-input--tag-list-input__items-v5207", na = "ids-tag-list-input--tag-list-input__items-inner-v5207", oa = "ids-tag-list-input--focus-v5207", ia = {
|
|
2050
2050
|
input: Zi,
|
|
2051
2051
|
readonly: ea,
|
|
2052
|
-
"ids-field-group--join": "ids-field-group--join-
|
|
2053
|
-
"ids-field-group--fields": "ids-field-group--fields-
|
|
2054
|
-
"ids-field": "ids-field-
|
|
2052
|
+
"ids-field-group--join": "ids-field-group--join-v5207",
|
|
2053
|
+
"ids-field-group--fields": "ids-field-group--fields-v5207",
|
|
2054
|
+
"ids-field": "ids-field-v5207",
|
|
2055
2055
|
tagListInput: ta,
|
|
2056
|
-
"ids-input--addon": "ids-input--addon-
|
|
2057
|
-
"ids-clear-button--clear": "ids-clear-button--clear-
|
|
2056
|
+
"ids-input--addon": "ids-input--addon-v5207",
|
|
2057
|
+
"ids-clear-button--clear": "ids-clear-button--clear-v5207",
|
|
2058
2058
|
tagListInput__label: sa,
|
|
2059
2059
|
tagListInput__items: ra,
|
|
2060
|
-
"ids-input--watermark": "ids-input--watermark-
|
|
2061
|
-
"ids-inline": "ids-inline-
|
|
2062
|
-
"ids-input": "ids-input-
|
|
2060
|
+
"ids-input--watermark": "ids-input--watermark-v5207",
|
|
2061
|
+
"ids-inline": "ids-inline-v5207",
|
|
2062
|
+
"ids-input": "ids-input-v5207",
|
|
2063
2063
|
tagListInput__itemsInner: na,
|
|
2064
|
-
"iress-u-inline": "ids-tag-list-input--iress-u-inline-
|
|
2065
|
-
"ids-tag": "ids-tag-
|
|
2066
|
-
"pseudo-focus": "ids-tag-list-input--pseudo-focus-
|
|
2064
|
+
"iress-u-inline": "ids-tag-list-input--iress-u-inline-v5207",
|
|
2065
|
+
"ids-tag": "ids-tag-v5207",
|
|
2066
|
+
"pseudo-focus": "ids-tag-list-input--pseudo-focus-v5207",
|
|
2067
2067
|
focus: oa
|
|
2068
2068
|
}, tt = ({
|
|
2069
2069
|
children: e,
|
|
@@ -2392,7 +2392,7 @@ const la = ie(
|
|
|
2392
2392
|
}
|
|
2393
2393
|
);
|
|
2394
2394
|
la.displayName = "IressMultiCombobox";
|
|
2395
|
-
const ca = "ids-filter-
|
|
2395
|
+
const ca = "ids-filter-v5207", da = "ids-filter--chevron-v5207", ua = "ids-filter--search-input-v5207", fa = "ids-filter--option-list-v5207", ma = "ids-filter--no-results-v5207", ha = "ids-filter--utils-with-reset-v5207", pa = "ids-filter--utils-searchable-v5207", va = "ids-filter--option-content-v5207", ga = "ids-filter--option-meta-v5207", ya = "ids-filter--option-meta-text-v5207", ba = "ids-filter--reset-v5207", Ee = {
|
|
2396
2396
|
filter: ca,
|
|
2397
2397
|
chevron: da,
|
|
2398
2398
|
searchInput: ua,
|
|
@@ -3702,7 +3702,7 @@ function en(e = {}) {
|
|
|
3702
3702
|
s.current && (s.current.watch = s.current.watch.bind({}));
|
|
3703
3703
|
}, [r]), s.current.formState = Wr(r, o), s.current;
|
|
3704
3704
|
}
|
|
3705
|
-
const Ma = "ids-form--alert-
|
|
3705
|
+
const Ma = "ids-form--alert-v5207", Ba = {
|
|
3706
3706
|
alert: Ma
|
|
3707
3707
|
}, za = ({
|
|
3708
3708
|
alert: e,
|
|
@@ -3911,37 +3911,37 @@ const Wa = ie(
|
|
|
3911
3911
|
}
|
|
3912
3912
|
);
|
|
3913
3913
|
Wa.displayName = "IressInputCurrency";
|
|
3914
|
-
const Ua = "ids-modal-
|
|
3914
|
+
const Ua = "ids-modal-v5207", qa = "ids-modal--backdrop-v5207", Ka = "ids-modal--initial-v5207", ja = "ids-modal--close-v5207", Qa = "ids-modal--open-v5207", Ga = "ids-modal--unmounted-v5207", Ya = "ids-modal--close-button-v5207", Xa = "ids-modal--footer-v5207", Ja = "ids-modal--fixed-footer-v5207", Za = "ids-modal--content-v5207", We = {
|
|
3915
3915
|
modal: Ua,
|
|
3916
3916
|
backdrop: qa,
|
|
3917
|
-
"size--sm": "ids-modal--size--sm-
|
|
3918
|
-
"size--lg": "ids-modal--size--lg-
|
|
3919
|
-
"size--fullpage": "ids-modal--size--fullpage-
|
|
3920
|
-
"size-xs--fullpage": "ids-modal--size-xs--fullpage-
|
|
3921
|
-
"size-xs--sm": "ids-modal--size-xs--sm-
|
|
3922
|
-
"size-xs--md": "ids-modal--size-xs--md-
|
|
3923
|
-
"size-xs--lg": "ids-modal--size-xs--lg-
|
|
3924
|
-
"size-sm--fullpage": "ids-modal--size-sm--fullpage-
|
|
3925
|
-
"size-sm--sm": "ids-modal--size-sm--sm-
|
|
3926
|
-
"size-sm--md": "ids-modal--size-sm--md-
|
|
3927
|
-
"size-sm--lg": "ids-modal--size-sm--lg-
|
|
3928
|
-
"size-md--fullpage": "ids-modal--size-md--fullpage-
|
|
3929
|
-
"size-md--sm": "ids-modal--size-md--sm-
|
|
3930
|
-
"size-md--md": "ids-modal--size-md--md-
|
|
3931
|
-
"size-md--lg": "ids-modal--size-md--lg-
|
|
3932
|
-
"size-lg--fullpage": "ids-modal--size-lg--fullpage-
|
|
3933
|
-
"size-lg--sm": "ids-modal--size-lg--sm-
|
|
3934
|
-
"size-lg--md": "ids-modal--size-lg--md-
|
|
3935
|
-
"size-lg--lg": "ids-modal--size-lg--lg-
|
|
3936
|
-
"size-xl--fullpage": "ids-modal--size-xl--fullpage-
|
|
3937
|
-
"size-xl--sm": "ids-modal--size-xl--sm-
|
|
3938
|
-
"size-xl--md": "ids-modal--size-xl--md-
|
|
3939
|
-
"size-xl--lg": "ids-modal--size-xl--lg-
|
|
3940
|
-
"size-xxl--fullpage": "ids-modal--size-xxl--fullpage-
|
|
3941
|
-
"size-xxl--sm": "ids-modal--size-xxl--sm-
|
|
3942
|
-
"size-xxl--md": "ids-modal--size-xxl--md-
|
|
3943
|
-
"size-xxl--lg": "ids-modal--size-xxl--lg-
|
|
3944
|
-
static: "ids-modal--static-
|
|
3917
|
+
"size--sm": "ids-modal--size--sm-v5207",
|
|
3918
|
+
"size--lg": "ids-modal--size--lg-v5207",
|
|
3919
|
+
"size--fullpage": "ids-modal--size--fullpage-v5207",
|
|
3920
|
+
"size-xs--fullpage": "ids-modal--size-xs--fullpage-v5207",
|
|
3921
|
+
"size-xs--sm": "ids-modal--size-xs--sm-v5207",
|
|
3922
|
+
"size-xs--md": "ids-modal--size-xs--md-v5207",
|
|
3923
|
+
"size-xs--lg": "ids-modal--size-xs--lg-v5207",
|
|
3924
|
+
"size-sm--fullpage": "ids-modal--size-sm--fullpage-v5207",
|
|
3925
|
+
"size-sm--sm": "ids-modal--size-sm--sm-v5207",
|
|
3926
|
+
"size-sm--md": "ids-modal--size-sm--md-v5207",
|
|
3927
|
+
"size-sm--lg": "ids-modal--size-sm--lg-v5207",
|
|
3928
|
+
"size-md--fullpage": "ids-modal--size-md--fullpage-v5207",
|
|
3929
|
+
"size-md--sm": "ids-modal--size-md--sm-v5207",
|
|
3930
|
+
"size-md--md": "ids-modal--size-md--md-v5207",
|
|
3931
|
+
"size-md--lg": "ids-modal--size-md--lg-v5207",
|
|
3932
|
+
"size-lg--fullpage": "ids-modal--size-lg--fullpage-v5207",
|
|
3933
|
+
"size-lg--sm": "ids-modal--size-lg--sm-v5207",
|
|
3934
|
+
"size-lg--md": "ids-modal--size-lg--md-v5207",
|
|
3935
|
+
"size-lg--lg": "ids-modal--size-lg--lg-v5207",
|
|
3936
|
+
"size-xl--fullpage": "ids-modal--size-xl--fullpage-v5207",
|
|
3937
|
+
"size-xl--sm": "ids-modal--size-xl--sm-v5207",
|
|
3938
|
+
"size-xl--md": "ids-modal--size-xl--md-v5207",
|
|
3939
|
+
"size-xl--lg": "ids-modal--size-xl--lg-v5207",
|
|
3940
|
+
"size-xxl--fullpage": "ids-modal--size-xxl--fullpage-v5207",
|
|
3941
|
+
"size-xxl--sm": "ids-modal--size-xxl--sm-v5207",
|
|
3942
|
+
"size-xxl--md": "ids-modal--size-xxl--md-v5207",
|
|
3943
|
+
"size-xxl--lg": "ids-modal--size-xxl--lg-v5207",
|
|
3944
|
+
static: "ids-modal--static-v5207",
|
|
3945
3945
|
initial: Ka,
|
|
3946
3946
|
close: ja,
|
|
3947
3947
|
open: Qa,
|
|
@@ -3950,14 +3950,14 @@ const Ua = "ids-modal-v5206", qa = "ids-modal--backdrop-v5206", Ka = "ids-modal-
|
|
|
3950
3950
|
footer: Xa,
|
|
3951
3951
|
fixedFooter: Ja,
|
|
3952
3952
|
content: Za
|
|
3953
|
-
}, el = "ids-toaster-
|
|
3953
|
+
}, el = "ids-toaster-v5207", hs = {
|
|
3954
3954
|
toaster: el,
|
|
3955
|
-
"toaster__bottom-end": "ids-toaster--toaster__bottom-end-
|
|
3956
|
-
"toaster__bottom-start": "ids-toaster--toaster__bottom-start-
|
|
3957
|
-
"toaster__bottom-center": "ids-toaster--toaster__bottom-center-
|
|
3958
|
-
"toaster__top-end": "ids-toaster--toaster__top-end-
|
|
3959
|
-
"toaster__top-start": "ids-toaster--toaster__top-start-
|
|
3960
|
-
"toaster__top-center": "ids-toaster--toaster__top-center-
|
|
3955
|
+
"toaster__bottom-end": "ids-toaster--toaster__bottom-end-v5207",
|
|
3956
|
+
"toaster__bottom-start": "ids-toaster--toaster__bottom-start-v5207",
|
|
3957
|
+
"toaster__bottom-center": "ids-toaster--toaster__bottom-center-v5207",
|
|
3958
|
+
"toaster__top-end": "ids-toaster--toaster__top-end-v5207",
|
|
3959
|
+
"toaster__top-start": "ids-toaster--toaster__top-start-v5207",
|
|
3960
|
+
"toaster__top-center": "ids-toaster--toaster__top-center-v5207"
|
|
3961
3961
|
}, tn = ({
|
|
3962
3962
|
children: e,
|
|
3963
3963
|
className: s,
|
|
@@ -4317,24 +4317,24 @@ const tl = ({
|
|
|
4317
4317
|
};
|
|
4318
4318
|
sn.HorizontalAlign = Hn;
|
|
4319
4319
|
sn.Breakpoint = pr;
|
|
4320
|
-
const rl = "ids-toast-
|
|
4320
|
+
const rl = "ids-toast-v5207", nl = "ids-toast--open-v5207", ol = "ids-toast--fade-v5207", il = "ids-toast--panel-v5207", al = "ids-toast--unmounted-v5207", ll = "ids-toast--toast__icon-v5207", cl = "ids-toast--toast__wrapper-v5207", dl = "ids-toast--toast__footer-v5207", Je = {
|
|
4321
4321
|
toast: rl,
|
|
4322
|
-
"start-x": "ids-toast--start-x-
|
|
4323
|
-
"end-x": "ids-toast--end-x-
|
|
4322
|
+
"start-x": "ids-toast--start-x-v5207",
|
|
4323
|
+
"end-x": "ids-toast--end-x-v5207",
|
|
4324
4324
|
open: nl,
|
|
4325
|
-
"start-y": "ids-toast--start-y-
|
|
4326
|
-
"end-y": "ids-toast--end-y-
|
|
4325
|
+
"start-y": "ids-toast--start-y-v5207",
|
|
4326
|
+
"end-y": "ids-toast--end-y-v5207",
|
|
4327
4327
|
fade: ol,
|
|
4328
4328
|
panel: il,
|
|
4329
|
-
"toast--error": "ids-toast--toast--error-
|
|
4330
|
-
"toast--success": "ids-toast--toast--success-
|
|
4331
|
-
"toast--info": "ids-toast--toast--info-
|
|
4329
|
+
"toast--error": "ids-toast--toast--error-v5207",
|
|
4330
|
+
"toast--success": "ids-toast--toast--success-v5207",
|
|
4331
|
+
"toast--info": "ids-toast--toast--info-v5207",
|
|
4332
4332
|
unmounted: al,
|
|
4333
|
-
"iress-u-text": "ids-toast--iress-u-text-
|
|
4333
|
+
"iress-u-text": "ids-toast--iress-u-text-v5207",
|
|
4334
4334
|
toast__icon: ll,
|
|
4335
4335
|
toast__wrapper: cl,
|
|
4336
4336
|
toast__footer: dl,
|
|
4337
|
-
"toast__close-button": "ids-toast--toast__close-button-
|
|
4337
|
+
"toast__close-button": "ids-toast--toast__close-button-v5207"
|
|
4338
4338
|
}, ul = ({ status: e }) => /* @__PURE__ */ i(
|
|
4339
4339
|
de,
|
|
4340
4340
|
{
|
|
@@ -4604,14 +4604,14 @@ const vl = ({
|
|
|
4604
4604
|
children: n
|
|
4605
4605
|
}
|
|
4606
4606
|
)
|
|
4607
|
-
] }), yl = "ids-slideout-push-element-
|
|
4607
|
+
] }), yl = "ids-slideout-push-element-v5207", bl = "ids-slideout-push-element--right-v5207", xl = "ids-slideout-push-element--left-v5207", _l = "ids-slideout-push-element--open-v5207", $e = {
|
|
4608
4608
|
slideoutPushElement: yl,
|
|
4609
4609
|
right: bl,
|
|
4610
4610
|
left: xl,
|
|
4611
4611
|
open: _l,
|
|
4612
|
-
"size--sm": "ids-slideout-push-element--size--sm-
|
|
4613
|
-
"size--md": "ids-slideout-push-element--size--md-
|
|
4614
|
-
"size--lg": "ids-slideout-push-element--size--lg-
|
|
4612
|
+
"size--sm": "ids-slideout-push-element--size--sm-v5207",
|
|
4613
|
+
"size--md": "ids-slideout-push-element--size--md-v5207",
|
|
4614
|
+
"size--lg": "ids-slideout-push-element--size--lg-v5207"
|
|
4615
4615
|
}, ss = ({
|
|
4616
4616
|
backdrop: e,
|
|
4617
4617
|
children: s,
|
|
@@ -4782,7 +4782,7 @@ ss.Mode = Un;
|
|
|
4782
4782
|
ss.Padding = yr;
|
|
4783
4783
|
ss.Position = qn;
|
|
4784
4784
|
ss.Size = Kn;
|
|
4785
|
-
const Sl = "ids-radio-
|
|
4785
|
+
const Sl = "ids-radio-v5207", Il = "ids-radio--input-v5207", wl = "ids-radio--label-v5207", Nl = "ids-radio--touch-v5207", Cl = "ids-radio--hidden-control-v5207", kl = "ids-radio--mark-v5207", yt = {
|
|
4786
4786
|
radio: Sl,
|
|
4787
4787
|
input: Il,
|
|
4788
4788
|
label: wl,
|
|
@@ -5344,7 +5344,7 @@ const Ol = ie(
|
|
|
5344
5344
|
}
|
|
5345
5345
|
);
|
|
5346
5346
|
Ol.displayName = "IressTagInput";
|
|
5347
|
-
const Pl = "ids-default-loading--position-
|
|
5347
|
+
const Pl = "ids-default-loading--position-v5207", Hl = "ids-default-loading--message-v5207", lr = {
|
|
5348
5348
|
position: Pl,
|
|
5349
5349
|
message: Hl
|
|
5350
5350
|
}, Wl = ({
|
|
@@ -5386,7 +5386,7 @@ const Pl = "ids-default-loading--position-v5206", Hl = "ids-default-loading--mes
|
|
|
5386
5386
|
)
|
|
5387
5387
|
}
|
|
5388
5388
|
);
|
|
5389
|
-
}, Ul = "ids-validate-loading--root-
|
|
5389
|
+
}, Ul = "ids-validate-loading--root-v5207", ql = "ids-validate-loading--loading-v5207", Kl = "ids-validate-loading--message-v5207", jl = "ids-validate-loading--top-v5207", Ql = "ids-validate-loading--right-v5207", At = {
|
|
5390
5390
|
root: Ul,
|
|
5391
5391
|
loading: ql,
|
|
5392
5392
|
message: Kl,
|
|
@@ -5438,7 +5438,7 @@ const Pl = "ids-default-loading--position-v5206", Hl = "ids-default-loading--mes
|
|
|
5438
5438
|
]
|
|
5439
5439
|
}
|
|
5440
5440
|
) : a({ loading: t, className: At.loading });
|
|
5441
|
-
}, Yl = "ids-component-loading--root-
|
|
5441
|
+
}, Yl = "ids-component-loading--root-v5207", Xl = "ids-component-loading--loaded-v5207", Jl = "ids-component-loading--message-v5207", Zl = "ids-component-loading--overlay-v5207", ec = "ids-component-loading--overlay-strong-v5207", tc = "ids-component-loading--spinner-v5207", lt = {
|
|
5442
5442
|
root: Yl,
|
|
5443
5443
|
loaded: Xl,
|
|
5444
5444
|
message: Jl,
|
|
@@ -5524,7 +5524,7 @@ const Pl = "ids-default-loading--position-v5206", Hl = "ids-default-loading--mes
|
|
|
5524
5524
|
]
|
|
5525
5525
|
}
|
|
5526
5526
|
);
|
|
5527
|
-
}, rc = "ids-page-loading--root-
|
|
5527
|
+
}, rc = "ids-page-loading--root-v5207", nc = "ids-page-loading--critical-v5207", oc = "ids-page-loading--show-critical-v5207", ic = "ids-page-loading--skeleton-v5207", ac = "ids-page-loading--hide-template-v5207", Vt = {
|
|
5528
5528
|
root: rc,
|
|
5529
5529
|
critical: nc,
|
|
5530
5530
|
showCritical: oc,
|
|
@@ -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-v5207", d = "ids-navbar--logo-image-v5207", r = "ids-navbar--panel-v5207", v = "ids-navbar--logo-slot-v5207", l = "ids-navbar--content-v5207", p = "ids-navbar--content-between-v5207", b = "ids-navbar--content-end-v5207", c = "ids-navbar--toggle-button-v5207", g = "ids-navbar--logo-icon-v5207", m = "ids-navbar--slot-v5207", u = "ids-navbar--logo-link-v5207", k = "ids-navbar--fixed-v5207", x = "ids-navbar--nav-hide-v5207", f = {
|
|
4
|
+
navbar: e,
|
|
5
|
+
"ids-icon": "ids-icon-v5207",
|
|
6
|
+
"ids-field": "ids-field-v5207",
|
|
7
|
+
"ids-field-group": "ids-field-group-v5207",
|
|
8
|
+
logoImage: d,
|
|
9
|
+
panel: r,
|
|
10
|
+
logoSlot: v,
|
|
11
|
+
"ids-menu--inline": "ids-menu--inline-v5207",
|
|
12
|
+
"ids-menuItem": "ids-menu-item-v5207",
|
|
13
|
+
"ids-badge--host": "ids-badge--host-v5207",
|
|
14
|
+
"ids-popover": "ids-popover-v5207",
|
|
15
|
+
"ids-combobox": "ids-combobox-v5207",
|
|
16
|
+
"ids-popover--activator": "ids-popover--activator-v5207",
|
|
17
|
+
"ids-popover--content": "ids-popover--content-v5207",
|
|
18
|
+
"ids-label": "ids-label-v5207",
|
|
19
|
+
"ids-select": "ids-select-v5207",
|
|
20
|
+
"ids-input": "ids-input-v5207",
|
|
21
|
+
"ids-tagListInput": "ids-tag-list-input-v5207",
|
|
22
|
+
"ids-input--wrapper": "ids-input--wrapper-v5207",
|
|
23
|
+
"ids-panel--background-transparent": "ids-panel--background-transparent-v5207",
|
|
24
|
+
"iress—background--transparent": "ids-navbar--iress—background--transparent-v5207",
|
|
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-v5207",
|
|
34
|
+
navHide: x,
|
|
35
|
+
"ids-menuItem--selected": "ids-menu-item--selected-v5207",
|
|
36
|
+
"breakpoint--sm": "ids-navbar--breakpoint--sm-v5207",
|
|
37
|
+
"breakpoint--md": "ids-navbar--breakpoint--md-v5207",
|
|
38
|
+
"breakpoint--lg": "ids-navbar--breakpoint--lg-v5207",
|
|
39
|
+
"breakpoint--xl": "ids-navbar--breakpoint--xl-v5207",
|
|
40
|
+
"breakpoint--xxl": "ids-navbar--breakpoint--xxl-v5207"
|
|
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
|
+
};
|