@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,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as o, jsx as a } from "react/jsx-runtime";
|
|
2
|
-
import { c as m } from "../../index-
|
|
2
|
+
import { c as m } from "../../index-Cu0xwYjD.js";
|
|
3
3
|
import { toCSSLengthValue as s } from "../../helpers/formatting/toCSSLengthValue.js";
|
|
4
|
-
const x = "ids-placeholder-
|
|
4
|
+
const x = "ids-placeholder-v5130", u = "ids-placeholder--transparent-v5130", n = {
|
|
5
5
|
placeholder: x,
|
|
6
6
|
transparent: u
|
|
7
7
|
}, H = ({
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx as o, jsxs as j } from "react/jsx-runtime";
|
|
2
2
|
import { forwardRef as F } from "react";
|
|
3
|
-
import { c as i } from "../../../index-
|
|
3
|
+
import { c as i } from "../../../index-Cu0xwYjD.js";
|
|
4
4
|
import { GlobalCSSClass as S } from "../../../enums.js";
|
|
5
5
|
import { propagateTestid as m } from "../../../helpers/utility/propagateTestid.js";
|
|
6
|
-
import { s as r } from "../../../Popover.module-
|
|
6
|
+
import { s as r } from "../../../Popover.module-COHnD5HM.js";
|
|
7
7
|
import { InputPopoverProvider as W } from "./InputPopoverProvider.js";
|
|
8
8
|
import { PopoverContent as b } from "../components/PopoverContent.js";
|
|
9
9
|
import { InputPopoverActivator as w } from "./InputPopoverActivator.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as E } from "react/jsx-runtime";
|
|
2
|
-
import { s as R } from "../../../Popover.module-
|
|
2
|
+
import { s as R } from "../../../Popover.module-COHnD5HM.js";
|
|
3
3
|
import { usePopover as k } from "../hooks/usePopover.js";
|
|
4
4
|
import { useCallback as f, cloneElement as F } from "react";
|
|
5
5
|
import { hasFocus as S } from "../helpers/hasFocus.js";
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { jsx as t, jsxs as I } from "react/jsx-runtime";
|
|
2
2
|
import { forwardRef as N, useRef as W } from "react";
|
|
3
|
-
import { c as j } from "../../index-
|
|
3
|
+
import { c as j } from "../../index-Cu0xwYjD.js";
|
|
4
4
|
import { PopoverType as R } from "./Popover.types.js";
|
|
5
5
|
import { FloatingUIAlign as S, GlobalCSSClass as b } from "../../enums.js";
|
|
6
6
|
import { idsLogger as k } from "../../helpers/utility/idsLogger.js";
|
|
7
7
|
import { propagateTestid as a } from "../../helpers/utility/propagateTestid.js";
|
|
8
|
-
import { s as E } from "../../Popover.module-
|
|
8
|
+
import { s as E } from "../../Popover.module-COHnD5HM.js";
|
|
9
9
|
import { PopoverProvider as F } from "./PopoverProvider.js";
|
|
10
10
|
import { PopoverActivator as G } from "./components/PopoverActivator.js";
|
|
11
11
|
import { PopoverContent as L } from "./components/PopoverContent.js";
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { jsx as d } from "react/jsx-runtime";
|
|
2
|
-
import { s as u } from "../../../Popover.module-
|
|
2
|
+
import { s as u } from "../../../Popover.module-COHnD5HM.js";
|
|
3
3
|
import { PopoverCssClass as l } from "../Popover.types.js";
|
|
4
4
|
import { usePopover as m } from "../hooks/usePopover.js";
|
|
5
5
|
import { useRef as A, useMemo as g, useEffect as b } from "react";
|
|
6
6
|
import { focusableElements as v } from "../../../helpers/dom/focusableElements.js";
|
|
7
7
|
import { usePopoverActivatorInteractions as T } from "../hooks/usePopoverActivatorInteractions.js";
|
|
8
|
-
import { c as x } from "../../../index-
|
|
8
|
+
import { c as x } from "../../../index-Cu0xwYjD.js";
|
|
9
9
|
const P = [
|
|
10
10
|
"aria-controls",
|
|
11
11
|
"aria-expanded",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as n } from "react/jsx-runtime";
|
|
2
|
-
import { c } from "../../../index-
|
|
3
|
-
import { s as m } from "../../../Popover.module-
|
|
2
|
+
import { c } from "../../../index-Cu0xwYjD.js";
|
|
3
|
+
import { s as m } from "../../../Popover.module-COHnD5HM.js";
|
|
4
4
|
import { usePopover as F } from "../hooks/usePopover.js";
|
|
5
5
|
import { k as g, F as h, l as p, m as i, n as P, p as I, q as N } from "../../../floating-ui.react-D_ysmiM3.js";
|
|
6
6
|
import { composePopoverFloatingProps as x } from "../helpers/composeFloatingProps.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as c } from "../../../index.esm-BnSuefUA.js";
|
|
2
|
-
import { s as i } from "../../../Popover.module-
|
|
2
|
+
import { s as i } from "../../../Popover.module-COHnD5HM.js";
|
|
3
3
|
import { FOCUSABLE_QUERY_SELECTOR as l } from "../../../constants.js";
|
|
4
4
|
import { focusableElements as m } from "../../../helpers/dom/focusableElements.js";
|
|
5
5
|
const d = (s, n) => {
|
|
@@ -2,8 +2,8 @@ import { jsx as i } from "react/jsx-runtime";
|
|
|
2
2
|
import { useState as f, useEffect as v } from "react";
|
|
3
3
|
import { propagateTestid as h } from "../../helpers/utility/propagateTestid.js";
|
|
4
4
|
import { stringReplacer as M } from "../../helpers/formatting/stringReplacer.js";
|
|
5
|
-
import { c as S } from "../../index-
|
|
6
|
-
const x = "ids-progress-
|
|
5
|
+
import { c as S } from "../../index-Cu0xwYjD.js";
|
|
6
|
+
const x = "ids-progress-v5130", b = "ids-progress--indicator-v5130", n = {
|
|
7
7
|
progress: x,
|
|
8
8
|
indicator: b
|
|
9
9
|
}, N = ({
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
|
-
import "../../index-
|
|
3
|
-
import { u as d } from "../../
|
|
2
|
+
import "../../index-Cu0xwYjD.js";
|
|
3
|
+
import { u as d } from "../../Loading-CZ64hUvP.js";
|
|
4
4
|
import "react";
|
|
5
5
|
import "../../hooks/useIdIfNeeded.js";
|
|
6
6
|
import "../../helpers/utility/propagateTestid.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as i } from "react/jsx-runtime";
|
|
2
|
-
import { u as t } from "../../../
|
|
2
|
+
import { u as t } from "../../../Loading-CZ64hUvP.js";
|
|
3
3
|
import { idsLogger as p } from "../../../helpers/utility/idsLogger.js";
|
|
4
4
|
import { getFormControlValueAsString as d } from "../../../helpers/form/getFormControlValueAsString.js";
|
|
5
5
|
const f = (r) => r != null && r.length ? (p(
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { jsx as v } from "react/jsx-runtime";
|
|
2
|
-
import { c as L } from "../../index-
|
|
2
|
+
import { c as L } from "../../index-Cu0xwYjD.js";
|
|
3
3
|
import { RadioGroupLayout as S } from "./RadioGroup.types.js";
|
|
4
4
|
import { forwardRef as W, useRef as j, useMemo as w, useImperativeHandle as D } from "react";
|
|
5
5
|
import { useControlledState as F } from "../../hooks/useControlledState.js";
|
|
6
6
|
import { RadioGroupContext as H } from "./RadioGroupContext.js";
|
|
7
7
|
import { useNoDefaultValueInForms as M } from "../Form/hooks/useNoDefaultValueInForms.js";
|
|
8
|
-
const P = "ids-radio-group-
|
|
8
|
+
const P = "ids-radio-group-v5130", z = "ids-radio-group--stack-v5130", A = "ids-radio-group--block-v5130", B = "ids-radio-group--inline-v5130", J = "ids-radio-group--inline-flex-v5130", K = "ids-radio-group--inline-equal-width-v5130", G = {
|
|
9
9
|
radioGroup: P,
|
|
10
10
|
stack: z,
|
|
11
|
-
"ids-radio": "ids-radio-
|
|
11
|
+
"ids-radio": "ids-radio-v5130",
|
|
12
12
|
block: A,
|
|
13
|
-
"ids-radio--label": "ids-radio--label-
|
|
13
|
+
"ids-radio--label": "ids-radio--label-v5130",
|
|
14
14
|
inline: B,
|
|
15
15
|
inlineFlex: J,
|
|
16
16
|
inlineEqualWidth: K
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
3
|
import "../../helpers/utility/propagateTestid.js";
|
|
4
|
-
import { v as M } from "../../
|
|
5
|
-
import "../../fuzzysort-
|
|
4
|
+
import { v as M } from "../../Loading-CZ64hUvP.js";
|
|
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 "../../enums.js";
|
|
10
10
|
import "../Card/Card.js";
|
|
@@ -34,7 +34,7 @@ import "../TabSet/TabSet.js";
|
|
|
34
34
|
import "../Toggle/Toggle.js";
|
|
35
35
|
import "../Tooltip/Tooltip.js";
|
|
36
36
|
import "../ValidationMessage/ValidationMessage.js";
|
|
37
|
-
import "../../InputBase-
|
|
37
|
+
import "../../InputBase-K0leqZnv.js";
|
|
38
38
|
import "../Form/hooks/useNoDefaultValueInForms.js";
|
|
39
39
|
export {
|
|
40
40
|
M as IressReadonly
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import "../../index-
|
|
4
|
-
import { w as K } from "../../
|
|
3
|
+
import "../../index-Cu0xwYjD.js";
|
|
4
|
+
import { w as K } from "../../Loading-CZ64hUvP.js";
|
|
5
5
|
import "../Popover/Popover.js";
|
|
6
6
|
import "../Popover/PopoverProvider.js";
|
|
7
7
|
import "../Popover/InputPopover/InputPopover.js";
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsxs as e, jsx as r } from "react/jsx-runtime";
|
|
2
|
-
import {
|
|
2
|
+
import { S as o } from "../../../Loading-CZ64hUvP.js";
|
|
3
3
|
import "react";
|
|
4
|
-
import "../../../fuzzysort-
|
|
4
|
+
import "../../../fuzzysort-CuIReeYY.js";
|
|
5
5
|
import "../../Badge/Badge.js";
|
|
6
|
-
import { c } from "../../../index-
|
|
6
|
+
import { c } from "../../../index-Cu0xwYjD.js";
|
|
7
7
|
import "../../ButtonGroup/ButtonGroupProvider.js";
|
|
8
8
|
import "../../Card/Card.js";
|
|
9
9
|
import "../../CheckboxGroup/CheckboxGroup.js";
|
|
@@ -31,7 +31,7 @@ import "../../TabSet/TabSet.js";
|
|
|
31
31
|
import "../../Toggle/Toggle.js";
|
|
32
32
|
import "../../Tooltip/Tooltip.js";
|
|
33
33
|
import "../../ValidationMessage/ValidationMessage.js";
|
|
34
|
-
const
|
|
34
|
+
const P = ({
|
|
35
35
|
children: t,
|
|
36
36
|
className: p,
|
|
37
37
|
footer: i,
|
|
@@ -50,5 +50,5 @@ const O = ({
|
|
|
50
50
|
}
|
|
51
51
|
);
|
|
52
52
|
export {
|
|
53
|
-
|
|
53
|
+
P as IressSelectBody
|
|
54
54
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsxs as l, jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
3
|
import { useIdIfNeeded as a } from "../../../hooks/useIdIfNeeded.js";
|
|
4
|
-
import { p as c, r as I, k as u } from "../../../
|
|
5
|
-
import "../../../fuzzysort-
|
|
4
|
+
import { p as c, r as I, k as u } from "../../../Loading-CZ64hUvP.js";
|
|
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,10 +1,10 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
|
-
import { x as J } from "../../../
|
|
2
|
+
import { x as J } from "../../../Loading-CZ64hUvP.js";
|
|
3
3
|
import "react";
|
|
4
|
-
import "../../../fuzzysort-
|
|
4
|
+
import "../../../fuzzysort-CuIReeYY.js";
|
|
5
5
|
import "../../Badge/Badge.js";
|
|
6
6
|
import "../../Button/Button.types.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 "react/jsx-runtime";
|
|
2
|
-
import "../../../index-
|
|
2
|
+
import "../../../index-Cu0xwYjD.js";
|
|
3
3
|
import "react";
|
|
4
4
|
import "../../../helpers/formatting/toArray.js";
|
|
5
5
|
import "../../../helpers/label-value/composeLabelValueDescriptor.js";
|
|
6
|
-
import { y as b } from "../../../
|
|
6
|
+
import { y as b } from "../../../Loading-CZ64hUvP.js";
|
|
7
7
|
import "../../Text/Text.js";
|
|
8
8
|
import "../../Button/Button.types.js";
|
|
9
9
|
import "../../../enums.js";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
3
|
import "../../Menu/Menu.js";
|
|
4
|
-
import { z as N } from "../../../
|
|
5
|
-
import "../../../fuzzysort-
|
|
4
|
+
import { z as N } from "../../../Loading-CZ64hUvP.js";
|
|
5
|
+
import "../../../fuzzysort-CuIReeYY.js";
|
|
6
6
|
import "../../Badge/Badge.js";
|
|
7
|
-
import "../../../index-
|
|
7
|
+
import "../../../index-Cu0xwYjD.js";
|
|
8
8
|
import "../../../helpers/formatting/toArray.js";
|
|
9
9
|
import "../../../hooks/useIdIfNeeded.js";
|
|
10
10
|
import "../../ButtonGroup/ButtonGroupProvider.js";
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
|
-
import "../../../index-
|
|
2
|
+
import "../../../index-Cu0xwYjD.js";
|
|
3
3
|
import "../../../enums.js";
|
|
4
4
|
import "../../Menu/Menu.js";
|
|
5
|
-
import {
|
|
5
|
+
import { Z as F } from "../../../Loading-CZ64hUvP.js";
|
|
6
6
|
import "react";
|
|
7
7
|
import "../../Menu/MenuProvider.js";
|
|
8
8
|
import "../../Popover/PopoverProvider.js";
|
|
9
|
-
import "../../../fuzzysort-
|
|
9
|
+
import "../../../fuzzysort-CuIReeYY.js";
|
|
10
10
|
import "../../Badge/Badge.js";
|
|
11
11
|
import "../../ButtonGroup/ButtonGroupProvider.js";
|
|
12
12
|
import "../../Card/Card.js";
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
|
-
import { A as H } from "../../../
|
|
2
|
+
import { A 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,7 +1,7 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import "../../../index-
|
|
4
|
-
import { B as i } from "../../../
|
|
3
|
+
import "../../../index-Cu0xwYjD.js";
|
|
4
|
+
import { B as i } from "../../../Loading-CZ64hUvP.js";
|
|
5
5
|
import "../../Popover/hooks/usePopoverItem.js";
|
|
6
6
|
export {
|
|
7
7
|
i as IressSelectSearchInput
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
|
-
import "../../../index-
|
|
3
|
-
import { C as N } from "../../../
|
|
2
|
+
import "../../../index-Cu0xwYjD.js";
|
|
3
|
+
import { C as N } from "../../../Loading-CZ64hUvP.js";
|
|
4
4
|
import "react";
|
|
5
|
-
import "../../../fuzzysort-
|
|
5
|
+
import "../../../fuzzysort-CuIReeYY.js";
|
|
6
6
|
import "../../Badge/Badge.js";
|
|
7
7
|
import "../../Button/Button.types.js";
|
|
8
8
|
import "../../../helpers/formatting/toArray.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "../../../helpers/formatting/toArray.js";
|
|
3
|
-
import {
|
|
3
|
+
import { X as p } from "../../../Loading-CZ64hUvP.js";
|
|
4
4
|
import "../../../helpers/form/getValueAsEvent.js";
|
|
5
5
|
export {
|
|
6
6
|
p as SelectActivator
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "../../../helpers/form/getValueAsEvent.js";
|
|
3
3
|
import "react";
|
|
4
|
-
import {
|
|
5
|
-
import "../../../fuzzysort-
|
|
4
|
+
import { Y as H } from "../../../Loading-CZ64hUvP.js";
|
|
5
|
+
import "../../../fuzzysort-CuIReeYY.js";
|
|
6
6
|
import "../../Badge/Badge.js";
|
|
7
|
-
import "../../../index-
|
|
7
|
+
import "../../../index-Cu0xwYjD.js";
|
|
8
8
|
import "../../../helpers/formatting/toArray.js";
|
|
9
9
|
import "../../ButtonGroup/ButtonGroupProvider.js";
|
|
10
10
|
import "../../Card/Card.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { useRichSelectState as r } from "./hooks/useRichSelectState.js";
|
|
2
|
-
import { w as a, x as c, y as S, z as l, A as I, B as o, C as p } from "../../
|
|
2
|
+
import { w as a, x as c, y as S, z as l, A as I, B as o, C as p } from "../../Loading-CZ64hUvP.js";
|
|
3
3
|
import { IressSelectBody as f } from "./SelectBody/SelectBody.js";
|
|
4
4
|
import { IressSelectCreate as m } from "./SelectCreate/SelectCreate.js";
|
|
5
5
|
export {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
|
-
import "../../index-
|
|
2
|
+
import "../../index-Cu0xwYjD.js";
|
|
3
3
|
import "./Row.types.js";
|
|
4
4
|
import "../../helpers/responsive/getResponsiveLayoutModifiers.js";
|
|
5
|
-
import { D as K } from "../../
|
|
5
|
+
import { D as K } 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,12 +1,12 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import "../../index-
|
|
3
|
+
import "../../index-Cu0xwYjD.js";
|
|
4
4
|
import "../../helpers/utility/propagateTestid.js";
|
|
5
5
|
import "../../enums.js";
|
|
6
6
|
import "../../hooks/useControlledState.js";
|
|
7
7
|
import "../../hooks/useIdIfNeeded.js";
|
|
8
|
-
import "../../SelectControl-
|
|
9
|
-
import { E as x } from "../../
|
|
8
|
+
import "../../SelectControl-415DMBPp.js";
|
|
9
|
+
import { E as x } from "../../Loading-CZ64hUvP.js";
|
|
10
10
|
import "../../helpers/form/getValueAsEvent.js";
|
|
11
11
|
import "../Form/hooks/useNoDefaultValueInForms.js";
|
|
12
12
|
export {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
|
-
import "../../../index-
|
|
3
|
-
import { S as l } from "../../../SelectControl-
|
|
2
|
+
import "../../../index-Cu0xwYjD.js";
|
|
3
|
+
import { S as l } from "../../../SelectControl-415DMBPp.js";
|
|
4
4
|
import "react";
|
|
5
5
|
import "../../../enums.js";
|
|
6
6
|
import "../../../helpers/form/getFormControlValueAsStringIfDefined.js";
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
3
|
import "../../../helpers/utility/propagateTestid.js";
|
|
4
|
-
import {
|
|
4
|
+
import { a7 as I } from "../../../Loading-CZ64hUvP.js";
|
|
5
5
|
import "../../../helpers/form/getFormControlValueAsStringIfDefined.js";
|
|
6
|
-
import "../../../fuzzysort-
|
|
6
|
+
import "../../../fuzzysort-CuIReeYY.js";
|
|
7
7
|
import "../../Badge/Badge.js";
|
|
8
|
-
import "../../../index-
|
|
8
|
+
import "../../../index-Cu0xwYjD.js";
|
|
9
9
|
import "../../ButtonGroup/ButtonGroupProvider.js";
|
|
10
10
|
import "../../Card/Card.js";
|
|
11
11
|
import "../../CheckboxGroup/CheckboxGroup.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as p } from "react/jsx-runtime";
|
|
2
2
|
import { idsLogger as a } from "../../../helpers/utility/idsLogger.js";
|
|
3
|
-
import "../../../
|
|
3
|
+
import "../../../Loading-CZ64hUvP.js";
|
|
4
4
|
import { IressSelectOption as d } from "../SelectOption/SelectOption.js";
|
|
5
5
|
const l = (r) => (a(
|
|
6
6
|
"IressSelect: mapSelectOptions 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.",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "../../../helpers/formatting/toArray.js";
|
|
2
2
|
import "../../../helpers/form/getFormControlValueAsString.js";
|
|
3
|
-
import {
|
|
3
|
+
import { a6 as m, a5 as a } from "../../../Loading-CZ64hUvP.js";
|
|
4
4
|
import "../SelectOption/SelectOption.js";
|
|
5
5
|
import "react/jsx-runtime";
|
|
6
6
|
export {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { E as o } from "../../
|
|
1
|
+
import { E as o } from "../../Loading-CZ64hUvP.js";
|
|
2
2
|
import { IressSelectOption as p } from "./SelectOption/SelectOption.js";
|
|
3
3
|
import { mapSelectOptions as O, renderOptionOrOptGroup as m } from "./helpers/mapSelectOptions.js";
|
|
4
4
|
export {
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
-
import { c as h } from "../../index-
|
|
2
|
+
import { c as h } from "../../index-Cu0xwYjD.js";
|
|
3
3
|
import { TextVariant as p } from "../../enums.js";
|
|
4
4
|
import { SkeletonMode as v } from "./Skeleton.types.js";
|
|
5
5
|
import { toCSSLengthValue as i } from "../../helpers/formatting/toCSSLengthValue.js";
|
|
6
6
|
import { IressText as f } from "../Text/Text.js";
|
|
7
|
-
const S = "ids-skeleton-
|
|
7
|
+
const S = "ids-skeleton-v5130", g = "ids-skeleton--rect-v5130", u = "ids-skeleton--circle-v5130", T = "ids-skeleton--text-v5130", c = {
|
|
8
8
|
skeleton: S,
|
|
9
|
-
"iress-skeleton-loading": "ids-skeleton--iress-skeleton-loading-
|
|
9
|
+
"iress-skeleton-loading": "ids-skeleton--iress-skeleton-loading-v5130",
|
|
10
10
|
rect: g,
|
|
11
11
|
circle: u,
|
|
12
12
|
text: T
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as n } from "react/jsx-runtime";
|
|
2
2
|
import { forwardRef as e } from "react";
|
|
3
|
-
import { c as t } from "../../index-
|
|
3
|
+
import { c as t } from "../../index-Cu0xwYjD.js";
|
|
4
4
|
import { idsLogger as m } from "../../helpers/utility/idsLogger.js";
|
|
5
|
-
const a = "ids-skip-link-
|
|
5
|
+
const a = "ids-skip-link-v5130", f = {
|
|
6
6
|
skipLink: a
|
|
7
7
|
}, l = e(
|
|
8
8
|
({
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
|
-
import "../../index-
|
|
2
|
+
import "../../index-Cu0xwYjD.js";
|
|
3
3
|
import "./Slideout.types.js";
|
|
4
|
-
import { F } from "../../
|
|
4
|
+
import { F } from "../../Loading-CZ64hUvP.js";
|
|
5
5
|
import "react";
|
|
6
6
|
import "../../floating-ui.react-D_ysmiM3.js";
|
|
7
7
|
import "../../helpers/transition/timeStringToNumber.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
|
-
import "../../../index-
|
|
2
|
+
import "../../../index-Cu0xwYjD.js";
|
|
3
3
|
import "../../../helpers/utility/propagateTestid.js";
|
|
4
|
-
import {
|
|
4
|
+
import { a8 as p } from "../../../Loading-CZ64hUvP.js";
|
|
5
5
|
export {
|
|
6
6
|
p as SlideoutInner
|
|
7
7
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { SLIDEOUT_MODES as S, SLIDEOUT_POSITIONS as t, SLIDEOUT_SIZES as r, SlideoutMode as i, SlideoutPosition as d, SlideoutSize as s } from "./Slideout.types.js";
|
|
2
|
-
import { F as u } from "../../
|
|
2
|
+
import { F as u } from "../../Loading-CZ64hUvP.js";
|
|
3
3
|
import { IressSlideoutContext as O, IressSlideoutProvider as x } from "./SlideoutProvider.js";
|
|
4
4
|
import { useSlideout as f } from "./hooks/useSlideout.js";
|
|
5
5
|
export {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
|
-
import "../../index-
|
|
3
|
-
import "../../SliderTicks-
|
|
2
|
+
import "../../index-Cu0xwYjD.js";
|
|
3
|
+
import "../../SliderTicks-B6vu-MUH.js";
|
|
4
4
|
import "react";
|
|
5
5
|
import "../../helpers/utility/propagateTestid.js";
|
|
6
6
|
import "../../hooks/useControlledState.js";
|
|
7
7
|
import "../../hooks/useIdIfNeeded.js";
|
|
8
|
-
import { G as f } from "../../
|
|
8
|
+
import { G as f } from "../../Loading-CZ64hUvP.js";
|
|
9
9
|
import "../Form/hooks/useNoDefaultValueInForms.js";
|
|
10
10
|
export {
|
|
11
11
|
f as IressSlider
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
|
-
import { S } from "../../../SliderTicks-
|
|
3
|
-
import "../../../index-
|
|
2
|
+
import { S } from "../../../SliderTicks-B6vu-MUH.js";
|
|
3
|
+
import "../../../index-Cu0xwYjD.js";
|
|
4
4
|
import "react";
|
|
5
5
|
import "../../../enums.js";
|
|
6
6
|
import "../../../helpers/utility/propagateTestid.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as m } from "react/jsx-runtime";
|
|
2
|
-
import { c as a } from "../../index-
|
|
2
|
+
import { c as a } from "../../index-Cu0xwYjD.js";
|
|
3
3
|
import { StackCssClass as s } from "./Stack.types.js";
|
|
4
4
|
import { getResponsiveLayoutModifiers as i } from "../../helpers/responsive/getResponsiveLayoutModifiers.js";
|
|
5
5
|
import { GutterSize as p } from "../../enums.js";
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { jsx as n, jsxs as u } from "react/jsx-runtime";
|
|
2
|
-
import { c as m } from "../../../index-
|
|
2
|
+
import { c as m } from "../../../index-Cu0xwYjD.js";
|
|
3
3
|
import { forwardRef as v, useEffect as N } from "react";
|
|
4
4
|
import { useIdIfNeeded as T } from "../../../hooks/useIdIfNeeded.js";
|
|
5
5
|
import { useTabSetItems as h } from "../hooks/useTabSetItems.js";
|
|
6
6
|
import { TabSetItem as I } from "../components/TabSetItem.js";
|
|
7
7
|
import { createPortal as $ } from "react-dom";
|
|
8
|
-
const j = "ids-tab-
|
|
8
|
+
const j = "ids-tab-v5130", w = "ids-tab--active-v5130", l = {
|
|
9
9
|
tab: j,
|
|
10
10
|
active: w
|
|
11
11
|
}, p = v(
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as a, jsxs as d } from "react/jsx-runtime";
|
|
2
|
-
import { c as n } from "../../index-
|
|
3
|
-
import { s as e } from "../../TabSet.module-
|
|
2
|
+
import { c as n } from "../../index-Cu0xwYjD.js";
|
|
3
|
+
import { s as e } from "../../TabSet.module-Bje9oAao.js";
|
|
4
4
|
import { C as c } from "../../floating-ui.react-D_ysmiM3.js";
|
|
5
5
|
import { propagateTestid as b } from "../../helpers/utility/propagateTestid.js";
|
|
6
6
|
import { TabSetLayout as u } from "./TabSet.types.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as u } from "react/jsx-runtime";
|
|
2
|
-
import { s as A } from "../../../TabSet.module-
|
|
2
|
+
import { s as A } from "../../../TabSet.module-Bje9oAao.js";
|
|
3
3
|
import { a as d } from "../../../floating-ui.react-D_ysmiM3.js";
|
|
4
4
|
import { focusableElements as f } from "../../../helpers/dom/focusableElements.js";
|
|
5
5
|
const m = (i, t, e, a) => {
|