@iress-oss/ids-components 0.0.1-dev.8 → 5.13.1
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-ImNh0dmJ.js → AutocompleteNoResults-Bk7q5K89.js} +1 -1
- package/dist/{ComboboxHiddenInput-BVhoQtv3.js → ComboboxHiddenInput-BRgHrfvH.js} +6 -6
- package/dist/{FieldAppendToLabel-CnSsFR-r.js → FieldAppendToLabel-B7A85TG1.js} +4 -4
- package/dist/{InputBase-LsLk3nX1.js → InputBase-K0leqZnv.js} +2 -2
- package/dist/Loading-CZ64hUvP.js +5638 -0
- package/dist/LogoFromSrc-tAhdMB9Y.js +59 -0
- package/dist/MenuItem.module-Br0lJU3k.js +24 -0
- package/dist/Popover.module-COHnD5HM.js +11 -0
- package/dist/{SelectControl-BJo08wJN.js → SelectControl-415DMBPp.js} +2 -2
- package/dist/{SliderTicks-MkaJGb9A.js → SliderTicks-B6vu-MUH.js} +2 -2
- package/dist/StartUpLoading-DpO7RfDY.js +145 -0
- package/dist/TabSet.module-Bje9oAao.js +13 -0
- package/dist/Table.module-CSNtX5ab.js +32 -0
- package/dist/_commonjsHelpers-DaMA6jEr.js +8 -0
- package/dist/components/Alert/Alert.js +2 -2
- package/dist/components/Alert/index.js +1 -1
- package/dist/components/Autocomplete/Autocomplete.js +3 -3
- package/dist/components/Autocomplete/components/AutocompleteNoResults.js +1 -1
- package/dist/components/Autocomplete/index.js +1 -1
- package/dist/components/Badge/Badge.js +5 -5
- package/dist/components/Button/Button.js +3 -3
- package/dist/components/Button/CloseButton/CloseButton.js +2 -2
- package/dist/components/Button/index.js +1 -1
- package/dist/components/ButtonGroup/ButtonGroup.js +3 -3
- package/dist/components/ButtonGroup/hooks/useIDSButtonGroupItem.js +2 -2
- package/dist/components/ButtonGroup/index.js +1 -1
- package/dist/components/Card/helpers/composeIDSCard.js +1 -1
- package/dist/components/Checkbox/Checkbox.js +2 -2
- package/dist/components/Checkbox/helpers/mapCheckboxGroupOptions.js +1 -1
- package/dist/components/Checkbox/index.js +1 -1
- package/dist/components/CheckboxGroup/CheckboxGroup.js +7 -7
- package/dist/components/CheckboxMark/CheckboxMark.js +1 -1
- package/dist/components/CheckboxMark/CheckboxMark.types.js +2 -2
- package/dist/components/Col/Col.js +1 -1
- package/dist/components/Combobox/Combobox.js +3 -3
- package/dist/components/Combobox/MultiCombobox/MultiCombobox.js +3 -3
- package/dist/components/Combobox/components/ComboboxHiddenInput.js +2 -2
- package/dist/components/Combobox/components/ComboboxResults.js +6 -6
- package/dist/components/Combobox/components/ComboboxResultsDescriptor.js +3 -3
- package/dist/components/Combobox/index.js +1 -1
- package/dist/components/Container/Container.js +1 -1
- package/dist/components/Divider/Divider.js +1 -1
- package/dist/components/Expander/Expander.js +2 -2
- package/dist/components/Field/Field.js +2 -2
- package/dist/components/Field/FieldGroup/FieldGroup.js +3 -3
- package/dist/components/Field/components/FieldAppendToLabel.js +4 -4
- package/dist/components/Filter/Filter.js +3 -3
- package/dist/components/Filter/components/FilterResetButton.js +3 -3
- package/dist/components/Filter/components/FilterSearch.js +3 -3
- package/dist/components/Filter/index.js +1 -1
- package/dist/components/Form/Form.js +1 -1
- package/dist/components/Form/FormField/FormField.js +3 -3
- package/dist/components/Form/FormField/FormFieldset.js +3 -3
- package/dist/components/Form/HookForm/HookForm.js +2 -2
- package/dist/components/Form/components/FormValidationSummary.js +1 -1
- package/dist/components/Form/index.js +1 -1
- package/dist/components/Hide/Hide.js +2 -2
- package/dist/components/Hide/helpers/composeHideClasses.js +5 -5
- package/dist/components/Hide/index.js +1 -1
- package/dist/components/Icon/Icon.js +3 -3
- package/dist/components/Icon/index.js +1 -1
- package/dist/components/Inline/Inline.js +3 -3
- package/dist/components/Inline/index.js +1 -1
- package/dist/components/Input/ClearButton/ClearButton.js +1 -1
- package/dist/components/Input/Input.js +3 -3
- package/dist/components/Input/InputBase/InputBase.js +2 -2
- 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 +2 -2
- package/dist/components/Menu/MenuDivider/MenuDivider.js +3 -3
- package/dist/components/Menu/MenuHeading/MenuHeading.js +3 -3
- package/dist/components/Menu/MenuItem/MenuItem.js +1 -1
- package/dist/components/Menu/MenuItem/hooks/useMenuItemButtonProps.js +2 -2
- package/dist/components/Menu/MenuItem/hooks/useMenuItemComposite.js +1 -1
- package/dist/components/Menu/MenuText/MenuText.js +4 -4
- package/dist/components/Menu/helpers/mapMenuItems.js +1 -1
- package/dist/components/Menu/hooks/useMenuStyles.js +4 -4
- package/dist/components/Menu/index.js +1 -1
- package/dist/components/Modal/Modal.js +2 -2
- package/dist/components/Modal/index.js +1 -1
- package/dist/components/Navbar/Navbar.js +3 -3
- 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 +3 -3
- package/dist/components/Navbar/index.js +1 -1
- package/dist/components/Panel/Panel.js +1 -1
- package/dist/components/Placeholder/Placeholder.js +2 -2
- package/dist/components/Popover/InputPopover/InputPopover.js +2 -2
- package/dist/components/Popover/InputPopover/InputPopoverActivator.js +1 -1
- package/dist/components/Popover/Popover.js +2 -2
- package/dist/components/Popover/components/PopoverActivator.js +2 -2
- package/dist/components/Popover/components/PopoverContent.js +2 -2
- package/dist/components/Popover/helpers/handlePopoverTabKey.js +1 -1
- package/dist/components/Progress/Progress.js +2 -2
- package/dist/components/Radio/Radio.js +2 -2
- package/dist/components/Radio/helpers/mapRadioGroupOptions.js +1 -1
- package/dist/components/Radio/index.js +1 -1
- package/dist/components/RadioGroup/RadioGroup.js +4 -4
- package/dist/components/Readonly/Readonly.js +4 -4
- package/dist/components/Readonly/index.js +1 -1
- package/dist/components/RichSelect/RichSelect.js +2 -2
- package/dist/components/RichSelect/SelectBody/SelectBody.js +5 -5
- package/dist/components/RichSelect/SelectCreate/SelectCreate.js +3 -3
- package/dist/components/RichSelect/SelectHeading/SelectHeading.js +3 -3
- package/dist/components/RichSelect/SelectLabel/SelectLabel.js +2 -2
- package/dist/components/RichSelect/SelectMenu/SelectMenu.js +3 -3
- package/dist/components/RichSelect/SelectMenu/SelectMenuItem.js +3 -3
- package/dist/components/RichSelect/SelectSearch/SelectSearch.js +3 -3
- package/dist/components/RichSelect/SelectSearchInput/SelectSearchInput.js +2 -2
- package/dist/components/RichSelect/SelectTags/SelectTags.js +3 -3
- package/dist/components/RichSelect/components/SelectActivator.js +1 -1
- package/dist/components/RichSelect/components/SelectOptions.js +3 -3
- package/dist/components/RichSelect/index.js +1 -1
- package/dist/components/Row/Row.js +3 -3
- package/dist/components/Row/index.js +1 -1
- package/dist/components/Select/Select.js +3 -3
- package/dist/components/Select/components/SelectControl.js +2 -2
- package/dist/components/Select/components/SelectReadonly.js +3 -3
- 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 +3 -3
- package/dist/components/SkipLink/SkipLink.js +2 -2
- 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 +3 -3
- package/dist/components/Slider/components/SliderTicks.js +2 -2
- package/dist/components/Slider/index.js +1 -1
- package/dist/components/Spinner/Spinner.js +2 -2
- package/dist/components/Spinner/index.js +1 -1
- package/dist/components/Stack/Stack.js +1 -1
- package/dist/components/TabSet/Tab/Tab.js +2 -2
- package/dist/components/TabSet/TabSet.js +2 -2
- package/dist/components/TabSet/components/TabSetItem.js +1 -1
- package/dist/components/Table/Table.js +3 -3
- package/dist/components/Table/TableBody/TableBody.js +16 -16
- 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 +2 -2
- package/dist/components/Table/components/TableSortButton.js +4 -4
- package/dist/components/Table/hooks/useIDSTableColumnStyles.js +2 -2
- package/dist/components/Table/index.js +1 -1
- package/dist/components/Tag/Tag.js +2 -2
- package/dist/components/Tag/TagInput/TagInput.js +1 -1
- package/dist/components/Tag/components/TagListInput/TagListInput.js +2 -2
- package/dist/components/Tag/index.js +1 -1
- package/dist/components/Text/Text.js +1 -1
- package/dist/components/Toaster/Toast/Toast.js +2 -2
- package/dist/components/Toaster/Toast/ToastAnimated.js +2 -2
- package/dist/components/Toaster/Toast/ToastIcon.js +1 -1
- package/dist/components/Toaster/Toaster.js +3 -3
- 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 +4 -4
- package/dist/components/Tooltip/Tooltip.js +2 -2
- package/dist/components/ValidationMessage/ValidationBase/ValidationBase.js +2 -2
- package/dist/components/ValidationMessage/ValidationSummary/ValidationSummary.js +2 -2
- package/dist/constants.js +1 -1
- package/dist/fuzzysort-CuIReeYY.js +393 -0
- package/dist/helpers/label-value/getQueryRangeExclusive.js +1 -1
- package/dist/helpers/label-value/highlightQueryInLabel.js +1 -1
- package/dist/helpers/label-value/searchLabelValues.js +1 -1
- package/dist/index-Cu0xwYjD.js +42 -0
- package/dist/main.js +308 -309
- package/dist/patterns/Loading/Loading.js +3 -4
- package/dist/patterns/Loading/components/ComponentLoading.js +3 -3
- package/dist/patterns/Loading/components/DefaultLoading.js +4 -4
- package/dist/patterns/Loading/components/PageLoading.js +4 -4
- package/dist/patterns/Loading/components/StartUpLoading.js +9 -105
- package/dist/patterns/Loading/components/ValidateLoading.js +3 -3
- package/dist/patterns/Loading/hooks/useShouldRenderLoading.js +15 -19
- package/dist/patterns/Loading/index.js +2 -3
- package/dist/src/components/RichSelect/RichSelect.types.d.ts +0 -8
- package/dist/src/patterns/Loading/Loading.d.ts +2 -7
- package/dist/src/patterns/Loading/components/StartUpLoading.d.ts +1 -1
- package/dist/src/patterns/Loading/hooks/useShouldRenderLoading.d.ts +1 -2
- package/dist/src/patterns/Loading/index.d.ts +0 -1
- package/dist/style.css +1 -1
- package/dist/{useIDSButtonGroupItem-Y0ZSkNW8.js → useIDSButtonGroupItem-Dzgv35ni.js} +2 -2
- package/package.json +10 -11
- package/dist/Loading.module-C58kTwE4.js +0 -13
- package/dist/LoadingSuspense-CjQp8lLW.js +0 -5683
- package/dist/LogoFromSrc-KxC2Gztm.js +0 -59
- package/dist/MenuItem.module-3aqP1ZMw.js +0 -24
- package/dist/Popover.module-CLIdWyZD.js +0 -11
- package/dist/TabSet.module-DGDICWMf.js +0 -13
- package/dist/Table.module-Co33h7CZ.js +0 -32
- package/dist/_commonjsHelpers-C6fGbg64.js +0 -6
- package/dist/fuzzysort-eoXOpoo6.js +0 -395
- package/dist/index-2QXL0WYc.js +0 -45
- package/dist/patterns/Loading/LoadingSuspense.js +0 -7
- package/dist/patterns/Loading/components/LongLoading.js +0 -132
- package/dist/patterns/Loading/hooks/useEstimatedProgressValue.js +0 -29
- package/dist/patterns/Loading/hooks/useShowIndicator.js +0 -20
- package/dist/patterns/Loading/hooks/useSuspenseResource.js +0 -27
- package/dist/src/patterns/Loading/LoadingSuspense.d.ts +0 -73
- package/dist/src/patterns/Loading/components/LongLoading.d.ts +0 -60
- package/dist/src/patterns/Loading/hooks/useEstimatedProgressValue.d.ts +0 -11
- package/dist/src/patterns/Loading/hooks/useShowIndicator.d.ts +0 -9
- package/dist/src/patterns/Loading/hooks/useSuspenseResource.d.ts +0 -17
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import {
|
|
4
|
-
import "../../../fuzzysort-
|
|
3
|
+
import { $ as J } from "../../../Loading-CZ64hUvP.js";
|
|
4
|
+
import "../../../fuzzysort-CuIReeYY.js";
|
|
5
5
|
import "../../Badge/Badge.js";
|
|
6
|
-
import "../../../index-
|
|
6
|
+
import "../../../index-Cu0xwYjD.js";
|
|
7
7
|
import "../../ButtonGroup/ButtonGroupProvider.js";
|
|
8
8
|
import "../../../helpers/utility/propagateTestid.js";
|
|
9
9
|
import "../../Card/Card.js";
|
|
@@ -32,8 +32,8 @@ import "../../Text/Text.js";
|
|
|
32
32
|
import "../../Toggle/Toggle.js";
|
|
33
33
|
import "../../Tooltip/Tooltip.js";
|
|
34
34
|
import "../../ValidationMessage/ValidationMessage.js";
|
|
35
|
-
import "../../../ComboboxHiddenInput-
|
|
36
|
-
import "../../../AutocompleteNoResults-
|
|
35
|
+
import "../../../ComboboxHiddenInput-BRgHrfvH.js";
|
|
36
|
+
import "../../../AutocompleteNoResults-Bk7q5K89.js";
|
|
37
37
|
export {
|
|
38
|
-
|
|
38
|
+
J as ComboboxResults
|
|
39
39
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import {
|
|
4
|
-
import "../../../fuzzysort-
|
|
3
|
+
import { _ as I } from "../../../Loading-CZ64hUvP.js";
|
|
4
|
+
import "../../../fuzzysort-CuIReeYY.js";
|
|
5
5
|
import "../../Badge/Badge.js";
|
|
6
|
-
import "../../../index-
|
|
6
|
+
import "../../../index-Cu0xwYjD.js";
|
|
7
7
|
import "../../ButtonGroup/ButtonGroupProvider.js";
|
|
8
8
|
import "../../../enums.js";
|
|
9
9
|
import "../../Card/Card.js";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsxs as k, jsx as t } from "react/jsx-runtime";
|
|
2
|
-
import { c } from "../../index-
|
|
2
|
+
import { c } from "../../index-Cu0xwYjD.js";
|
|
3
3
|
import { useState as h, useEffect as _ } from "react";
|
|
4
4
|
import { propagateTestid as d } from "../../helpers/utility/propagateTestid.js";
|
|
5
5
|
import { ExpanderMode as E } from "./Expander.types.js";
|
|
6
6
|
import { useIdIfNeeded as b } from "../../hooks/useIdIfNeeded.js";
|
|
7
|
-
const j = "ids-expander--link-
|
|
7
|
+
const j = "ids-expander--link-v5130", y = "ids-expander--heading-v5130", M = "ids-expander--activator-v5130", O = "ids-expander--section-v5130", $ = "ids-expander-v5130", A = "ids-expander--container-v5130", S = "ids-expander--open-v5130", T = "ids-expander--container-inner-v5130", g = "ids-expander--content-v5130", e = {
|
|
8
8
|
link: j,
|
|
9
9
|
heading: y,
|
|
10
10
|
activator: M,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as c, jsxs as y } from "react/jsx-runtime";
|
|
2
|
-
import { c as A } from "../../index-
|
|
3
|
-
import { F as E, s as p } from "../../FieldAppendToLabel-
|
|
2
|
+
import { c as A } from "../../index-Cu0xwYjD.js";
|
|
3
|
+
import { F as E, s as p } from "../../FieldAppendToLabel-B7A85TG1.js";
|
|
4
4
|
import { useMemo as o, isValidElement as q } from "react";
|
|
5
5
|
import { IressLabel as V } from "../Label/Label.js";
|
|
6
6
|
import { propagateTestid as k } from "../../helpers/utility/propagateTestid.js";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx as o, jsxs as N } from "react/jsx-runtime";
|
|
2
|
-
import { c as x } from "../../../index-
|
|
2
|
+
import { c as x } from "../../../index-Cu0xwYjD.js";
|
|
3
3
|
import { useMemo as f } from "react";
|
|
4
4
|
import { propagateTestid as b } from "../../../helpers/utility/propagateTestid.js";
|
|
5
|
-
import { F as L } from "../../../FieldAppendToLabel-
|
|
5
|
+
import { F as L } from "../../../FieldAppendToLabel-B7A85TG1.js";
|
|
6
6
|
import { FieldLegend as g } from "../components/FieldLegend.js";
|
|
7
|
-
const y = "ids-field-group-
|
|
7
|
+
const y = "ids-field-group-v5130", A = "ids-field-group--invalid-v5130", E = "ids-field-group--hidden-label-v5130", k = "ids-field-group--legend-v5130", q = "ids-field-group--fields-v5130", w = "ids-field-group--inline-v5130", z = "ids-field-group--join-v5130", l = {
|
|
8
8
|
fieldGroup: y,
|
|
9
9
|
invalid: A,
|
|
10
10
|
hiddenLabel: E,
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
|
-
import "../../../index-
|
|
3
|
-
import { F as M } from "../../../FieldAppendToLabel-
|
|
4
|
-
import "../../../
|
|
2
|
+
import "../../../index-Cu0xwYjD.js";
|
|
3
|
+
import { F as M } from "../../../FieldAppendToLabel-B7A85TG1.js";
|
|
4
|
+
import "../../../Loading-CZ64hUvP.js";
|
|
5
5
|
import "react";
|
|
6
|
-
import "../../../fuzzysort-
|
|
6
|
+
import "../../../fuzzysort-CuIReeYY.js";
|
|
7
7
|
import "../../Badge/Badge.js";
|
|
8
8
|
import "../../ButtonGroup/ButtonGroupProvider.js";
|
|
9
9
|
import "../../../helpers/utility/propagateTestid.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import "../../index-
|
|
4
|
-
import { g as P } from "../../
|
|
3
|
+
import "../../index-Cu0xwYjD.js";
|
|
4
|
+
import { g as P } from "../../Loading-CZ64hUvP.js";
|
|
5
5
|
import "../../helpers/utility/propagateTestid.js";
|
|
6
6
|
import "../Popover/Popover.js";
|
|
7
7
|
import "../Popover/PopoverProvider.js";
|
|
@@ -36,7 +36,7 @@ import "../Toggle/Toggle.js";
|
|
|
36
36
|
import "../Tooltip/Tooltip.js";
|
|
37
37
|
import "../ValidationMessage/ValidationMessage.js";
|
|
38
38
|
import "./hooks/useFilterFlags.js";
|
|
39
|
-
import "../../AutocompleteNoResults-
|
|
39
|
+
import "../../AutocompleteNoResults-Bk7q5K89.js";
|
|
40
40
|
import "./components/FilterLabel.js";
|
|
41
41
|
export {
|
|
42
42
|
P as IressFilter
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
|
-
import {
|
|
2
|
+
import { a2 as I } from "../../../Loading-CZ64hUvP.js";
|
|
3
3
|
import "react";
|
|
4
|
-
import "../../../fuzzysort-
|
|
4
|
+
import "../../../fuzzysort-CuIReeYY.js";
|
|
5
5
|
import "../../Badge/Badge.js";
|
|
6
|
-
import "../../../index-
|
|
6
|
+
import "../../../index-Cu0xwYjD.js";
|
|
7
7
|
import "../../ButtonGroup/ButtonGroupProvider.js";
|
|
8
8
|
import "../../Card/Card.js";
|
|
9
9
|
import "../../CheckboxGroup/CheckboxGroup.js";
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
|
-
import {
|
|
2
|
+
import { a1 as I } from "../../../Loading-CZ64hUvP.js";
|
|
3
3
|
import "react";
|
|
4
|
-
import "../../../fuzzysort-
|
|
4
|
+
import "../../../fuzzysort-CuIReeYY.js";
|
|
5
5
|
import "../../Badge/Badge.js";
|
|
6
|
-
import "../../../index-
|
|
6
|
+
import "../../../index-Cu0xwYjD.js";
|
|
7
7
|
import "../../ButtonGroup/ButtonGroupProvider.js";
|
|
8
8
|
import "../../Card/Card.js";
|
|
9
9
|
import "../../CheckboxGroup/CheckboxGroup.js";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx as l } from "react/jsx-runtime";
|
|
2
2
|
import { useContext as I, useMemo as f, useEffect as M } from "react";
|
|
3
|
-
import {
|
|
3
|
+
import { R as E } from "../../../Loading-CZ64hUvP.js";
|
|
4
4
|
import { getErrorTypeMessage as x } from "./helpers/getErrorTypeMessage.js";
|
|
5
|
-
import "../../../fuzzysort-
|
|
5
|
+
import "../../../fuzzysort-CuIReeYY.js";
|
|
6
6
|
import "../../Badge/Badge.js";
|
|
7
|
-
import "../../../index-
|
|
7
|
+
import "../../../index-Cu0xwYjD.js";
|
|
8
8
|
import "../../ButtonGroup/ButtonGroupProvider.js";
|
|
9
9
|
import "../../Card/Card.js";
|
|
10
10
|
import "../../CheckboxGroup/CheckboxGroup.js";
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx as F } from "react/jsx-runtime";
|
|
2
2
|
import { useContext as c, useMemo as g, useEffect as I } from "react";
|
|
3
|
-
import {
|
|
3
|
+
import { R as M } from "../../../Loading-CZ64hUvP.js";
|
|
4
4
|
import { getErrorTypeMessage as x } from "./helpers/getErrorTypeMessage.js";
|
|
5
|
-
import "../../../index-
|
|
6
|
-
import "../../../fuzzysort-
|
|
5
|
+
import "../../../index-Cu0xwYjD.js";
|
|
6
|
+
import "../../../fuzzysort-CuIReeYY.js";
|
|
7
7
|
import "../../Badge/Badge.js";
|
|
8
8
|
import "../../ButtonGroup/ButtonGroupProvider.js";
|
|
9
9
|
import "../../Card/Card.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import { i as k } from "../../../
|
|
4
|
-
import "../../../index-
|
|
3
|
+
import { i as k } from "../../../Loading-CZ64hUvP.js";
|
|
4
|
+
import "../../../index-Cu0xwYjD.js";
|
|
5
5
|
import "../../../enums.js";
|
|
6
6
|
import "../../../helpers/utility/propagateTestid.js";
|
|
7
7
|
import "../../../hooks/useIdIfNeeded.js";
|
|
@@ -3,7 +3,7 @@ import { useContext as g } from "react";
|
|
|
3
3
|
import { FormContext as b } from "../FormContext.js";
|
|
4
4
|
import { formatObjectKey as x } from "../../../helpers/formatting/formatObjectKey.js";
|
|
5
5
|
import "../../ValidationMessage/ValidationMessage.js";
|
|
6
|
-
import "../../../index-
|
|
6
|
+
import "../../../index-Cu0xwYjD.js";
|
|
7
7
|
import { IressValidationSummary as S } from "../../ValidationMessage/ValidationSummary/ValidationSummary.js";
|
|
8
8
|
const h = (c) => {
|
|
9
9
|
const t = g(b);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { FormDefaultText as e } from "./Form.types.js";
|
|
2
|
-
import { h as m, i as F } from "../../
|
|
2
|
+
import { h as m, i as F } from "../../Loading-CZ64hUvP.js";
|
|
3
3
|
import { IressFormField as f } from "./FormField/FormField.js";
|
|
4
4
|
import { IressFormFieldset as p } from "./FormField/FormFieldset.js";
|
|
5
5
|
import { FormFieldErrorMessages as i } from "./FormField/FormField.types.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
|
-
import "../../index-
|
|
2
|
+
import "../../index-Cu0xwYjD.js";
|
|
3
3
|
import "./Hide.types.js";
|
|
4
|
-
import { j as t } from "../../
|
|
4
|
+
import { j as t } from "../../Loading-CZ64hUvP.js";
|
|
5
5
|
export {
|
|
6
6
|
t as IressHide
|
|
7
7
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { V as G, W as I } from "../../../Loading-CZ64hUvP.js";
|
|
2
2
|
import "react";
|
|
3
|
-
import "../../../fuzzysort-
|
|
3
|
+
import "../../../fuzzysort-CuIReeYY.js";
|
|
4
4
|
import "react/jsx-runtime";
|
|
5
5
|
import "../../Badge/Badge.js";
|
|
6
|
-
import "../../../index-
|
|
6
|
+
import "../../../index-Cu0xwYjD.js";
|
|
7
7
|
import "../../../constants.js";
|
|
8
8
|
import "../../ButtonGroup/ButtonGroupProvider.js";
|
|
9
9
|
import "../../Card/Card.js";
|
|
@@ -33,6 +33,6 @@ import "../../Toggle/Toggle.js";
|
|
|
33
33
|
import "../../Tooltip/Tooltip.js";
|
|
34
34
|
import "../../ValidationMessage/ValidationMessage.js";
|
|
35
35
|
export {
|
|
36
|
-
|
|
37
|
-
|
|
36
|
+
G as composeHideClasses,
|
|
37
|
+
I as normaliseHideValues
|
|
38
38
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import "../../index-
|
|
3
|
+
import "../../index-Cu0xwYjD.js";
|
|
4
4
|
import "./Icon.types.js";
|
|
5
|
-
import { k as K } from "../../
|
|
6
|
-
import "../../fuzzysort-
|
|
5
|
+
import { k as K } from "../../Loading-CZ64hUvP.js";
|
|
6
|
+
import "../../fuzzysort-CuIReeYY.js";
|
|
7
7
|
import "../Badge/Badge.js";
|
|
8
8
|
import "../ButtonGroup/ButtonGroupProvider.js";
|
|
9
9
|
import "../../enums.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { k as S } from "../../
|
|
1
|
+
import { k as S } from "../../Loading-CZ64hUvP.js";
|
|
2
2
|
import { ICON_FLIPS as c, ICON_ROTATES as e, ICON_SETS as N, ICON_SIZES as O, ICON_SPINS as r, IconFlip as t, IconRotate as C, IconSet as _, IconSize as p, IconSpin as i } from "./Icon.types.js";
|
|
3
3
|
export {
|
|
4
4
|
c as ICON_FLIPS,
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
|
-
import "../../index-
|
|
2
|
+
import "../../index-Cu0xwYjD.js";
|
|
3
3
|
import "./Inline.types.js";
|
|
4
4
|
import "../../helpers/responsive/getResponsiveLayoutModifiers.js";
|
|
5
|
-
import { l as L } from "../../
|
|
5
|
+
import { l as L } from "../../Loading-CZ64hUvP.js";
|
|
6
6
|
import "react";
|
|
7
|
-
import "../../fuzzysort-
|
|
7
|
+
import "../../fuzzysort-CuIReeYY.js";
|
|
8
8
|
import "../Badge/Badge.js";
|
|
9
9
|
import "../ButtonGroup/ButtonGroupProvider.js";
|
|
10
10
|
import "../../enums.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as a, jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import { GlobalCSSClass as l } from "../../../enums.js";
|
|
3
|
-
const n = "ids-clear-button--clear-
|
|
3
|
+
const n = "ids-clear-button--clear-v5130", s = {
|
|
4
4
|
clear: n
|
|
5
5
|
}, i = ({ onClick: r }) => /* @__PURE__ */ a(
|
|
6
6
|
"button",
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
|
-
import "../../index-
|
|
2
|
+
import "../../index-Cu0xwYjD.js";
|
|
3
3
|
import "react";
|
|
4
4
|
import "../../enums.js";
|
|
5
5
|
import "../../helpers/form/getFormControlValueAsString.js";
|
|
6
6
|
import "./ClearButton/ClearButton.js";
|
|
7
|
-
import "../../InputBase-
|
|
7
|
+
import "../../InputBase-K0leqZnv.js";
|
|
8
8
|
import "./Input.types.js";
|
|
9
|
-
import { m as u } from "../../
|
|
9
|
+
import { m as u } from "../../Loading-CZ64hUvP.js";
|
|
10
10
|
import "../../hooks/useControlledState.js";
|
|
11
11
|
import "../Form/hooks/useNoDefaultValueInForms.js";
|
|
12
12
|
export {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import { I as e } from "../../../InputBase-
|
|
4
|
-
import "../../../index-
|
|
3
|
+
import { I as e } from "../../../InputBase-K0leqZnv.js";
|
|
4
|
+
import "../../../index-Cu0xwYjD.js";
|
|
5
5
|
import "../../../helpers/utility/idsLogger.js";
|
|
6
6
|
import "../../../enums.js";
|
|
7
7
|
export {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsxs as m, jsx as e, Fragment as S } from "react/jsx-runtime";
|
|
2
|
-
import { c as t } from "../../../index-
|
|
2
|
+
import { c as t } from "../../../index-Cu0xwYjD.js";
|
|
3
3
|
import { GlobalCSSClass as l } from "../../../enums.js";
|
|
4
4
|
import { propagateTestid as x } from "../../../helpers/utility/propagateTestid.js";
|
|
5
5
|
import { useState as y } from "react";
|
|
6
|
-
const q = "ids-label-
|
|
6
|
+
const q = "ids-label-v5130", R = "ids-label--hidden-v5130", g = "ids-label--has-append-v5130", A = "ids-label--required-v5130", C = "ids-label--optional-v5130", a = {
|
|
7
7
|
label: q,
|
|
8
8
|
hidden: R,
|
|
9
9
|
hasAppend: g,
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
|
-
import { o as H } from "../../../
|
|
2
|
+
import { o as H } from "../../../Loading-CZ64hUvP.js";
|
|
3
3
|
import "react";
|
|
4
|
-
import "../../../fuzzysort-
|
|
4
|
+
import "../../../fuzzysort-CuIReeYY.js";
|
|
5
5
|
import "../../Badge/Badge.js";
|
|
6
|
-
import "../../../index-
|
|
6
|
+
import "../../../index-Cu0xwYjD.js";
|
|
7
7
|
import "../../ButtonGroup/ButtonGroupProvider.js";
|
|
8
8
|
import "../../Card/Card.js";
|
|
9
9
|
import "../../CheckboxGroup/CheckboxGroup.js";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "../../../enums.js";
|
|
3
|
-
import { p as e } from "../../../
|
|
4
|
-
import "../../../index-
|
|
5
|
-
import "../../../MenuItem.module-
|
|
3
|
+
import { p as e } from "../../../Loading-CZ64hUvP.js";
|
|
4
|
+
import "../../../index-Cu0xwYjD.js";
|
|
5
|
+
import "../../../MenuItem.module-Br0lJU3k.js";
|
|
6
6
|
export {
|
|
7
7
|
e as IressMenuHeading
|
|
8
8
|
};
|
|
@@ -3,7 +3,7 @@ import "react";
|
|
|
3
3
|
import "./hooks/useMenuItemRole.js";
|
|
4
4
|
import "./hooks/useMenuItemAria.js";
|
|
5
5
|
import "./hooks/useMenuItemButtonProps.js";
|
|
6
|
-
import { r as a } from "../../../
|
|
6
|
+
import { r as a } from "../../../Loading-CZ64hUvP.js";
|
|
7
7
|
import "./hooks/useMenuItemInteractions.js";
|
|
8
8
|
import "./hooks/useMenuItemComposite.js";
|
|
9
9
|
export {
|
|
@@ -2,10 +2,10 @@ import { jsx as o } from "react/jsx-runtime";
|
|
|
2
2
|
import "../../../CheckboxMark/CheckboxMark.types.js";
|
|
3
3
|
import { IressCheckboxMark as v } from "../../../CheckboxMark/CheckboxMark.js";
|
|
4
4
|
import { useMenu as S } from "../../hooks/useMenu.js";
|
|
5
|
-
import { s as e } from "../../../../MenuItem.module-
|
|
5
|
+
import { s as e } from "../../../../MenuItem.module-Br0lJU3k.js";
|
|
6
6
|
import { useMemo as h } from "react";
|
|
7
7
|
import { propagateTestid as x } from "../../../../helpers/utility/propagateTestid.js";
|
|
8
|
-
import { c as M } from "../../../../index-
|
|
8
|
+
import { c as M } from "../../../../index-Cu0xwYjD.js";
|
|
9
9
|
const B = ({
|
|
10
10
|
append: r,
|
|
11
11
|
children: a,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import { a as i } from "../../../../floating-ui.react-D_ysmiM3.js";
|
|
3
3
|
import { cloneElement as n } from "react";
|
|
4
|
-
import { s as l } from "../../../../MenuItem.module-
|
|
4
|
+
import { s as l } from "../../../../MenuItem.module-Br0lJU3k.js";
|
|
5
5
|
import { useMenuComposite as p } from "../../hooks/useMenuComposite.js";
|
|
6
6
|
const I = (t, s) => {
|
|
7
7
|
const m = p();
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
|
-
import "../../../index-
|
|
3
|
-
import "../../../MenuItem.module-
|
|
2
|
+
import "../../../index-Cu0xwYjD.js";
|
|
3
|
+
import "../../../MenuItem.module-Br0lJU3k.js";
|
|
4
4
|
import "../hooks/useMenu.js";
|
|
5
5
|
import "../MenuItem/hooks/useMenuItemRole.js";
|
|
6
|
-
import { q as H } from "../../../
|
|
6
|
+
import { q as H } from "../../../Loading-CZ64hUvP.js";
|
|
7
7
|
import "react";
|
|
8
|
-
import "../../../fuzzysort-
|
|
8
|
+
import "../../../fuzzysort-CuIReeYY.js";
|
|
9
9
|
import "../../Badge/Badge.js";
|
|
10
10
|
import "../../ButtonGroup/ButtonGroupProvider.js";
|
|
11
11
|
import "../../Card/Card.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as i } from "react/jsx-runtime";
|
|
2
2
|
import { idsLogger as c } from "../../../helpers/utility/idsLogger.js";
|
|
3
3
|
import { propagateTestid as p } from "../../../helpers/utility/propagateTestid.js";
|
|
4
|
-
import { p as I, r as g } from "../../../
|
|
4
|
+
import { p as I, r as g } from "../../../Loading-CZ64hUvP.js";
|
|
5
5
|
const b = (e) => (c(
|
|
6
6
|
"IressMenu: mapMenuItems has been deprecated and will be removed in a future version of IDS, please map and render the items array directly in your application instead",
|
|
7
7
|
"warn"
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { c as d } from "../../../index-
|
|
1
|
+
import { c as d } from "../../../index-Cu0xwYjD.js";
|
|
2
2
|
import { usePopover as l } from "../../Popover/hooks/usePopover.js";
|
|
3
|
-
const c = "ids-menu-
|
|
3
|
+
const c = "ids-menu-v5130", o = "ids-menu--inline-v5130", a = "ids-menu--stack-v5130", v = "ids-menu--fluid-v5130", e = {
|
|
4
4
|
menu: c,
|
|
5
5
|
inline: o,
|
|
6
|
-
"inline-equal-width": "ids-menu--inline-equal-width-
|
|
6
|
+
"inline-equal-width": "ids-menu--inline-equal-width-v5130",
|
|
7
7
|
stack: a,
|
|
8
8
|
fluid: v,
|
|
9
|
-
"ids-menu-item--divider": "ids-menu-item--divider-
|
|
9
|
+
"ids-menu-item--divider": "ids-menu-item--divider-v5130"
|
|
10
10
|
}, p = ({
|
|
11
11
|
className: s,
|
|
12
12
|
fluid: t,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { IressMenu as o } from "./Menu.js";
|
|
2
2
|
import { MENU_LAYOUTS as s, MENU_ROLES as u, MenuLayout as m, MenuType as n } from "./Menu.types.js";
|
|
3
|
-
import { o as p, p as I, r as x, q as f } from "../../
|
|
3
|
+
import { o as p, p as I, r as x, q as f } from "../../Loading-CZ64hUvP.js";
|
|
4
4
|
import { MENU_ITEM_ROLES as i, MenuItemRole as E } from "./MenuItem/MenuItem.types.js";
|
|
5
5
|
import { useMenuItemAria as R } from "./MenuItem/hooks/useMenuItemAria.js";
|
|
6
6
|
import { useMenuItemButtonProps as U } from "./MenuItem/hooks/useMenuItemButtonProps.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
|
-
import "../../index-
|
|
3
|
-
import { s as M } from "../../
|
|
2
|
+
import "../../index-Cu0xwYjD.js";
|
|
3
|
+
import { s as M } from "../../Loading-CZ64hUvP.js";
|
|
4
4
|
import "react";
|
|
5
5
|
import "../../enums.js";
|
|
6
6
|
import "../../helpers/responsive/getResponsiveLayoutModifiers.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { MODAL_SIZES as e } from "./Modal.types.js";
|
|
2
|
-
import { s as t } from "../../
|
|
2
|
+
import { s as t } from "../../Loading-CZ64hUvP.js";
|
|
3
3
|
import { IressModalContext as d, IressModalProvider as x } from "./ModalProvider.js";
|
|
4
4
|
import { useModal as f } from "./hooks/useModal.js";
|
|
5
5
|
export {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import "../../index-
|
|
3
|
+
import "../../index-Cu0xwYjD.js";
|
|
4
4
|
import "./Navbar.types.js";
|
|
5
5
|
import "../../enums.js";
|
|
6
|
-
import { t as v } from "../../
|
|
6
|
+
import { t as v } from "../../Loading-CZ64hUvP.js";
|
|
7
7
|
import "../Panel/Panel.js";
|
|
8
|
-
import "../../LogoFromSrc-
|
|
8
|
+
import "../../LogoFromSrc-tAhdMB9Y.js";
|
|
9
9
|
import "../../helpers/utility/idsLogger.js";
|
|
10
10
|
import "../../helpers/utility/propagateTestid.js";
|
|
11
11
|
export {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
|
-
import {
|
|
3
|
-
import "../../../LogoFromSrc-
|
|
2
|
+
import { a3 as e } from "../../../Loading-CZ64hUvP.js";
|
|
3
|
+
import "../../../LogoFromSrc-tAhdMB9Y.js";
|
|
4
4
|
export {
|
|
5
5
|
e as HomeLinkContent
|
|
6
6
|
};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
|
-
import "../../../index-
|
|
2
|
+
import "../../../index-Cu0xwYjD.js";
|
|
3
3
|
import "../../../helpers/utility/propagateTestid.js";
|
|
4
|
-
import {
|
|
5
|
-
import "../../../LogoFromSrc-
|
|
4
|
+
import { a4 as i } from "../../../Loading-CZ64hUvP.js";
|
|
5
|
+
import "../../../LogoFromSrc-tAhdMB9Y.js";
|
|
6
6
|
export {
|
|
7
7
|
i as NavbarLogo
|
|
8
8
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as p } from "react/jsx-runtime";
|
|
2
|
-
import { c as u } from "../../index-
|
|
2
|
+
import { c as u } from "../../index-Cu0xwYjD.js";
|
|
3
3
|
import { PanelCssClass as s, PanelBackground as f } from "./Panel.types.js";
|
|
4
4
|
import { GlobalCSSClass as B, PaddingSize as C, TextAlign as P } from "../../enums.js";
|
|
5
5
|
import { getResponsivePaddingClasses as x } from "../../helpers/responsive/getResponsivePaddingClasses.js";
|