@iress-oss/ids-components 5.14.0 → 5.14.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-D-7ik_op.js → AutocompleteNoResults-BJwn3Csz.js} +1 -1
- package/dist/{ComboboxHiddenInput-Bo5hqUzo.js → ComboboxHiddenInput-Dgwi3tti.js} +5 -5
- package/dist/{FieldAppendToLabel-kSkgzhQp.js → FieldAppendToLabel-DOal1Jmq.js} +2 -2
- package/dist/{InputBase-2wLvSYMJ.js → InputBase-DevBiqf2.js} +1 -1
- package/dist/Loading.module-CC_6gnKJ.js +13 -0
- package/dist/{LoadingSuspense-BDiikfSh.js → LoadingSuspense-COCIFlsi.js} +418 -417
- package/dist/LogoFromSrc-0jeEBge9.js +59 -0
- package/dist/MenuItem.module-mlKiHW50.js +24 -0
- package/dist/Popover.module-BVX_vz5-.js +11 -0
- package/dist/{SelectControl-ebML3vaP.js → SelectControl-CrSaqFGs.js} +1 -1
- package/dist/{SliderTicks-Bvc90tyk.js → SliderTicks-C2tiJ8Jz.js} +1 -1
- package/dist/TabSet.module-BdTRhXdV.js +13 -0
- package/dist/Table.module-Dax40UyV.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 +2 -2
- package/dist/components/Autocomplete/components/AutocompleteNoResults.js +1 -1
- package/dist/components/Autocomplete/index.js +1 -1
- package/dist/components/Badge/Badge.js +4 -4
- package/dist/components/Button/Button.js +2 -2
- package/dist/components/Button/CloseButton/CloseButton.js +1 -1
- package/dist/components/Button/index.js +1 -1
- package/dist/components/ButtonGroup/ButtonGroup.js +2 -2
- package/dist/components/ButtonGroup/hooks/useIDSButtonGroupItem.js +1 -1
- package/dist/components/ButtonGroup/index.js +1 -1
- package/dist/components/Checkbox/Checkbox.js +1 -1
- package/dist/components/Checkbox/helpers/mapCheckboxGroupOptions.js +1 -1
- package/dist/components/Checkbox/index.js +1 -1
- package/dist/components/CheckboxGroup/CheckboxGroup.js +6 -6
- package/dist/components/CheckboxMark/CheckboxMark.types.js +2 -2
- package/dist/components/Combobox/Combobox.js +2 -2
- package/dist/components/Combobox/MultiCombobox/MultiCombobox.js +2 -2
- package/dist/components/Combobox/components/ComboboxHiddenInput.js +1 -1
- package/dist/components/Combobox/components/ComboboxResults.js +3 -3
- package/dist/components/Combobox/components/ComboboxResultsDescriptor.js +1 -1
- 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 +2 -2
- package/dist/components/Filter/Filter.js +2 -2
- package/dist/components/Filter/components/FilterResetButton.js +1 -1
- package/dist/components/Filter/components/FilterSearch.js +1 -1
- package/dist/components/Filter/index.js +1 -1
- package/dist/components/Form/Form.js +1 -1
- package/dist/components/Form/FormField/FormField.js +1 -1
- package/dist/components/Form/FormField/FormFieldset.js +1 -1
- 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 +1 -1
- package/dist/components/Hide/index.js +1 -1
- package/dist/components/Icon/Icon.js +1 -1
- package/dist/components/Icon/index.js +1 -1
- package/dist/components/Inline/Inline.js +1 -1
- 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 +1 -1
- 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 +2 -2
- 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/Popover.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/Progress/Progress.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 +2 -2
- package/dist/components/Readonly/index.js +1 -1
- package/dist/components/RichSelect/RichSelect.js +1 -1
- package/dist/components/RichSelect/SelectBody/SelectBody.js +1 -1
- package/dist/components/RichSelect/SelectCreate/SelectCreate.js +1 -1
- package/dist/components/RichSelect/SelectHeading/SelectHeading.js +1 -1
- package/dist/components/RichSelect/SelectLabel/SelectLabel.js +1 -1
- package/dist/components/RichSelect/SelectMenu/SelectMenu.js +1 -1
- package/dist/components/RichSelect/SelectMenu/SelectMenuItem.js +1 -1
- 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 +1 -1
- package/dist/components/RichSelect/index.js +1 -1
- package/dist/components/Row/Row.js +1 -1
- 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 +1 -1
- 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 +1 -1
- package/dist/components/Slideout/components/SlideoutInner.js +1 -1
- 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-D278MaLC.js → useIDSButtonGroupItem-DWuujtfY.js} +1 -1
- package/package.json +1 -1
- package/dist/Loading.module-nxv4vxd0.js +0 -13
- package/dist/LogoFromSrc-RCkIBALM.js +0 -59
- package/dist/MenuItem.module-C1hy3JLs.js +0 -24
- package/dist/Popover.module-BVuEALLH.js +0 -11
- package/dist/TabSet.module-DLn6e1BG.js +0 -13
- package/dist/Table.module-CztzYVfs.js +0 -32
|
@@ -2,7 +2,7 @@ import "react/jsx-runtime";
|
|
|
2
2
|
import "react";
|
|
3
3
|
import "../../index-2QXL0WYc.js";
|
|
4
4
|
import "./Icon.types.js";
|
|
5
|
-
import { k as K } from "../../LoadingSuspense-
|
|
5
|
+
import { k as K } from "../../LoadingSuspense-COCIFlsi.js";
|
|
6
6
|
import "../../fuzzysort-eoXOpoo6.js";
|
|
7
7
|
import "../Badge/Badge.js";
|
|
8
8
|
import "../ButtonGroup/ButtonGroupProvider.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { k as S } from "../../LoadingSuspense-
|
|
1
|
+
import { k as S } from "../../LoadingSuspense-COCIFlsi.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,
|
|
@@ -2,7 +2,7 @@ import "react/jsx-runtime";
|
|
|
2
2
|
import "../../index-2QXL0WYc.js";
|
|
3
3
|
import "./Inline.types.js";
|
|
4
4
|
import "../../helpers/responsive/getResponsiveLayoutModifiers.js";
|
|
5
|
-
import { l as L } from "../../LoadingSuspense-
|
|
5
|
+
import { l as L } from "../../LoadingSuspense-COCIFlsi.js";
|
|
6
6
|
import "react";
|
|
7
7
|
import "../../fuzzysort-eoXOpoo6.js";
|
|
8
8
|
import "../Badge/Badge.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-v5141", s = {
|
|
4
4
|
clear: n
|
|
5
5
|
}, i = ({ onClick: r }) => /* @__PURE__ */ a(
|
|
6
6
|
"button",
|
|
@@ -4,9 +4,9 @@ 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-DevBiqf2.js";
|
|
8
8
|
import "./Input.types.js";
|
|
9
|
-
import { m as u } from "../../LoadingSuspense-
|
|
9
|
+
import { m as u } from "../../LoadingSuspense-COCIFlsi.js";
|
|
10
10
|
import "../../hooks/useControlledState.js";
|
|
11
11
|
import "../Form/hooks/useNoDefaultValueInForms.js";
|
|
12
12
|
export {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import { I as e } from "../../../InputBase-
|
|
3
|
+
import { I as e } from "../../../InputBase-DevBiqf2.js";
|
|
4
4
|
import "../../../index-2QXL0WYc.js";
|
|
5
5
|
import "../../../helpers/utility/idsLogger.js";
|
|
6
6
|
import "../../../enums.js";
|
|
@@ -3,7 +3,7 @@ import { c as t } from "../../../index-2QXL0WYc.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-v5141", R = "ids-label--hidden-v5141", g = "ids-label--has-append-v5141", A = "ids-label--required-v5141", C = "ids-label--optional-v5141", a = {
|
|
7
7
|
label: q,
|
|
8
8
|
hidden: R,
|
|
9
9
|
hasAppend: g,
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "../../../enums.js";
|
|
3
|
-
import { p as e } from "../../../LoadingSuspense-
|
|
3
|
+
import { p as e } from "../../../LoadingSuspense-COCIFlsi.js";
|
|
4
4
|
import "../../../index-2QXL0WYc.js";
|
|
5
|
-
import "../../../MenuItem.module-
|
|
5
|
+
import "../../../MenuItem.module-mlKiHW50.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 "../../../LoadingSuspense-
|
|
6
|
+
import { r as a } from "../../../LoadingSuspense-COCIFlsi.js";
|
|
7
7
|
import "./hooks/useMenuItemInteractions.js";
|
|
8
8
|
import "./hooks/useMenuItemComposite.js";
|
|
9
9
|
export {
|
|
@@ -2,7 +2,7 @@ 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-mlKiHW50.js";
|
|
6
6
|
import { useMemo as h } from "react";
|
|
7
7
|
import { propagateTestid as x } from "../../../../helpers/utility/propagateTestid.js";
|
|
8
8
|
import { c as M } from "../../../../index-2QXL0WYc.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import { a as i } from "../../../../floating-ui.react-RKRjRgyj.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-mlKiHW50.js";
|
|
5
5
|
import { useMenuComposite as p } from "../../hooks/useMenuComposite.js";
|
|
6
6
|
const I = (t, s) => {
|
|
7
7
|
const m = p();
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "../../../index-2QXL0WYc.js";
|
|
3
|
-
import "../../../MenuItem.module-
|
|
3
|
+
import "../../../MenuItem.module-mlKiHW50.js";
|
|
4
4
|
import "../hooks/useMenu.js";
|
|
5
5
|
import "../MenuItem/hooks/useMenuItemRole.js";
|
|
6
|
-
import { q as H } from "../../../LoadingSuspense-
|
|
6
|
+
import { q as H } from "../../../LoadingSuspense-COCIFlsi.js";
|
|
7
7
|
import "react";
|
|
8
8
|
import "../../../fuzzysort-eoXOpoo6.js";
|
|
9
9
|
import "../../Badge/Badge.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 "../../../LoadingSuspense-
|
|
4
|
+
import { p as I, r as g } from "../../../LoadingSuspense-COCIFlsi.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
1
|
import { c as d } from "../../../index-2QXL0WYc.js";
|
|
2
2
|
import { usePopover as l } from "../../Popover/hooks/usePopover.js";
|
|
3
|
-
const c = "ids-menu-
|
|
3
|
+
const c = "ids-menu-v5141", o = "ids-menu--inline-v5141", a = "ids-menu--stack-v5141", v = "ids-menu--fluid-v5141", 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-v5141",
|
|
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-v5141"
|
|
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 "../../LoadingSuspense-
|
|
3
|
+
import { o as p, p as I, r as x, q as f } from "../../LoadingSuspense-COCIFlsi.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
2
|
import "../../index-2QXL0WYc.js";
|
|
3
|
-
import { s as M } from "../../LoadingSuspense-
|
|
3
|
+
import { s as M } from "../../LoadingSuspense-COCIFlsi.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 "../../LoadingSuspense-
|
|
2
|
+
import { s as t } from "../../LoadingSuspense-COCIFlsi.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 {
|
|
@@ -3,9 +3,9 @@ import "react";
|
|
|
3
3
|
import "../../index-2QXL0WYc.js";
|
|
4
4
|
import "./Navbar.types.js";
|
|
5
5
|
import "../../enums.js";
|
|
6
|
-
import { t as v } from "../../LoadingSuspense-
|
|
6
|
+
import { t as v } from "../../LoadingSuspense-COCIFlsi.js";
|
|
7
7
|
import "../Panel/Panel.js";
|
|
8
|
-
import "../../LogoFromSrc-
|
|
8
|
+
import "../../LogoFromSrc-0jeEBge9.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 { a4 as e } from "../../../LoadingSuspense-
|
|
3
|
-
import "../../../LogoFromSrc-
|
|
2
|
+
import { a4 as e } from "../../../LoadingSuspense-COCIFlsi.js";
|
|
3
|
+
import "../../../LogoFromSrc-0jeEBge9.js";
|
|
4
4
|
export {
|
|
5
5
|
e as HomeLinkContent
|
|
6
6
|
};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "../../../index-2QXL0WYc.js";
|
|
3
3
|
import "../../../helpers/utility/propagateTestid.js";
|
|
4
|
-
import { a5 as i } from "../../../LoadingSuspense-
|
|
5
|
-
import "../../../LogoFromSrc-
|
|
4
|
+
import { a5 as i } from "../../../LoadingSuspense-COCIFlsi.js";
|
|
5
|
+
import "../../../LogoFromSrc-0jeEBge9.js";
|
|
6
6
|
export {
|
|
7
7
|
i as NavbarLogo
|
|
8
8
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as o, jsx as a } from "react/jsx-runtime";
|
|
2
2
|
import { c as m } from "../../index-2QXL0WYc.js";
|
|
3
3
|
import { toCSSLengthValue as s } from "../../helpers/formatting/toCSSLengthValue.js";
|
|
4
|
-
const x = "ids-placeholder-
|
|
4
|
+
const x = "ids-placeholder-v5141", u = "ids-placeholder--transparent-v5141", n = {
|
|
5
5
|
placeholder: x,
|
|
6
6
|
transparent: u
|
|
7
7
|
}, H = ({
|
|
@@ -3,7 +3,7 @@ import { forwardRef as F } from "react";
|
|
|
3
3
|
import { c as i } from "../../../index-2QXL0WYc.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-BVX_vz5-.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-BVX_vz5-.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";
|
|
@@ -5,7 +5,7 @@ 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 s } from "../../helpers/utility/propagateTestid.js";
|
|
8
|
-
import { s as E } from "../../Popover.module-
|
|
8
|
+
import { s as E } from "../../Popover.module-BVX_vz5-.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,5 +1,5 @@
|
|
|
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-BVX_vz5-.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";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as n } from "react/jsx-runtime";
|
|
2
2
|
import { c } from "../../../index-2QXL0WYc.js";
|
|
3
|
-
import { s as m } from "../../../Popover.module-
|
|
3
|
+
import { s as m } from "../../../Popover.module-BVX_vz5-.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-RKRjRgyj.js";
|
|
6
6
|
import { composePopoverFloatingProps as x } from "../helpers/composeFloatingProps.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as f } from "../../../index.esm-BnSuefUA.js";
|
|
2
|
-
import { s as c } from "../../../Popover.module-
|
|
2
|
+
import { s as c } from "../../../Popover.module-BVX_vz5-.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
|
import { waitUntilTrue as u } from "./waitUntilTrue.js";
|
|
@@ -3,7 +3,7 @@ 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
5
|
import { c as S } from "../../index-2QXL0WYc.js";
|
|
6
|
-
const x = "ids-progress-
|
|
6
|
+
const x = "ids-progress-v5141", b = "ids-progress--indicator-v5141", n = {
|
|
7
7
|
progress: x,
|
|
8
8
|
indicator: b
|
|
9
9
|
}, N = ({
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "../../index-2QXL0WYc.js";
|
|
3
|
-
import { u as d } from "../../LoadingSuspense-
|
|
3
|
+
import { u as d } from "../../LoadingSuspense-COCIFlsi.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 "../../../LoadingSuspense-
|
|
2
|
+
import { u as t } from "../../../LoadingSuspense-COCIFlsi.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(
|
|
@@ -5,12 +5,12 @@ import { forwardRef as W, useRef as j, useMemo as w, useImperativeHandle as D }
|
|
|
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-v5141", z = "ids-radio-group--stack-v5141", A = "ids-radio-group--block-v5141", B = "ids-radio-group--inline-v5141", J = "ids-radio-group--inline-flex-v5141", K = "ids-radio-group--inline-equal-width-v5141", G = {
|
|
9
9
|
radioGroup: P,
|
|
10
10
|
stack: z,
|
|
11
|
-
"ids-radio": "ids-radio-
|
|
11
|
+
"ids-radio": "ids-radio-v5141",
|
|
12
12
|
block: A,
|
|
13
|
-
"ids-radio--label": "ids-radio--label-
|
|
13
|
+
"ids-radio--label": "ids-radio--label-v5141",
|
|
14
14
|
inline: B,
|
|
15
15
|
inlineFlex: J,
|
|
16
16
|
inlineEqualWidth: K
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
3
|
import "../../helpers/utility/propagateTestid.js";
|
|
4
|
-
import { v as M } from "../../LoadingSuspense-
|
|
4
|
+
import { v as M } from "../../LoadingSuspense-COCIFlsi.js";
|
|
5
5
|
import "../../fuzzysort-eoXOpoo6.js";
|
|
6
6
|
import "../Badge/Badge.js";
|
|
7
7
|
import "../../index-2QXL0WYc.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-DevBiqf2.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
3
|
import "../../index-2QXL0WYc.js";
|
|
4
|
-
import { w as K } from "../../LoadingSuspense-
|
|
4
|
+
import { w as K } from "../../LoadingSuspense-COCIFlsi.js";
|
|
5
5
|
import "../Popover/Popover.js";
|
|
6
6
|
import "../Popover/PopoverProvider.js";
|
|
7
7
|
import "../Popover/InputPopover/InputPopover.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsxs as e, jsx as r } from "react/jsx-runtime";
|
|
2
|
-
import { U as o } from "../../../LoadingSuspense-
|
|
2
|
+
import { U as o } from "../../../LoadingSuspense-COCIFlsi.js";
|
|
3
3
|
import "react";
|
|
4
4
|
import "../../../fuzzysort-eoXOpoo6.js";
|
|
5
5
|
import "../../Badge/Badge.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
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 "../../../LoadingSuspense-
|
|
4
|
+
import { p as c, r as I, k as u } from "../../../LoadingSuspense-COCIFlsi.js";
|
|
5
5
|
import "../../../fuzzysort-eoXOpoo6.js";
|
|
6
6
|
import "../../Badge/Badge.js";
|
|
7
7
|
import "../../../index-2QXL0WYc.js";
|
|
@@ -3,7 +3,7 @@ import "../../../index-2QXL0WYc.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 "../../../LoadingSuspense-
|
|
6
|
+
import { y as b } from "../../../LoadingSuspense-COCIFlsi.js";
|
|
7
7
|
import "../../Text/Text.js";
|
|
8
8
|
import "../../Button/Button.types.js";
|
|
9
9
|
import "../../../enums.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
3
|
import "../../Menu/Menu.js";
|
|
4
|
-
import { z as N } from "../../../LoadingSuspense-
|
|
4
|
+
import { z as N } from "../../../LoadingSuspense-COCIFlsi.js";
|
|
5
5
|
import "../../../fuzzysort-eoXOpoo6.js";
|
|
6
6
|
import "../../Badge/Badge.js";
|
|
7
7
|
import "../../../index-2QXL0WYc.js";
|
|
@@ -2,7 +2,7 @@ import "react/jsx-runtime";
|
|
|
2
2
|
import "../../../index-2QXL0WYc.js";
|
|
3
3
|
import "../../../enums.js";
|
|
4
4
|
import "../../Menu/Menu.js";
|
|
5
|
-
import { _ as F } from "../../../LoadingSuspense-
|
|
5
|
+
import { _ as F } from "../../../LoadingSuspense-COCIFlsi.js";
|
|
6
6
|
import "react";
|
|
7
7
|
import "../../Menu/MenuProvider.js";
|
|
8
8
|
import "../../Popover/PopoverProvider.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
3
|
import "../../../index-2QXL0WYc.js";
|
|
4
|
-
import { B as i } from "../../../LoadingSuspense-
|
|
4
|
+
import { B as i } from "../../../LoadingSuspense-COCIFlsi.js";
|
|
5
5
|
import "../../Popover/hooks/usePopoverItem.js";
|
|
6
6
|
export {
|
|
7
7
|
i as IressSelectSearchInput
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "../../../index-2QXL0WYc.js";
|
|
3
|
-
import { C as N } from "../../../LoadingSuspense-
|
|
3
|
+
import { C as N } from "../../../LoadingSuspense-COCIFlsi.js";
|
|
4
4
|
import "react";
|
|
5
5
|
import "../../../fuzzysort-eoXOpoo6.js";
|
|
6
6
|
import "../../Badge/Badge.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "../../../helpers/formatting/toArray.js";
|
|
3
|
-
import { Y as p } from "../../../LoadingSuspense-
|
|
3
|
+
import { Y as p } from "../../../LoadingSuspense-COCIFlsi.js";
|
|
4
4
|
import "../../../helpers/form/getValueAsEvent.js";
|
|
5
5
|
export {
|
|
6
6
|
p as SelectActivator
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "../../../helpers/form/getValueAsEvent.js";
|
|
3
3
|
import "react";
|
|
4
|
-
import { Z as H } from "../../../LoadingSuspense-
|
|
4
|
+
import { Z as H } from "../../../LoadingSuspense-COCIFlsi.js";
|
|
5
5
|
import "../../../fuzzysort-eoXOpoo6.js";
|
|
6
6
|
import "../../Badge/Badge.js";
|
|
7
7
|
import "../../../index-2QXL0WYc.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 "../../LoadingSuspense-
|
|
2
|
+
import { w as a, x as c, y as S, z as l, A as I, B as o, C as p } from "../../LoadingSuspense-COCIFlsi.js";
|
|
3
3
|
import { IressSelectBody as f } from "./SelectBody/SelectBody.js";
|
|
4
4
|
import { IressSelectCreate as m } from "./SelectCreate/SelectCreate.js";
|
|
5
5
|
export {
|
|
@@ -2,7 +2,7 @@ import "react/jsx-runtime";
|
|
|
2
2
|
import "../../index-2QXL0WYc.js";
|
|
3
3
|
import "./Row.types.js";
|
|
4
4
|
import "../../helpers/responsive/getResponsiveLayoutModifiers.js";
|
|
5
|
-
import { D as K } from "../../LoadingSuspense-
|
|
5
|
+
import { D as K } from "../../LoadingSuspense-COCIFlsi.js";
|
|
6
6
|
import "react";
|
|
7
7
|
import "../../fuzzysort-eoXOpoo6.js";
|
|
8
8
|
import "../Badge/Badge.js";
|
|
@@ -5,8 +5,8 @@ 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 "../../LoadingSuspense-
|
|
8
|
+
import "../../SelectControl-CrSaqFGs.js";
|
|
9
|
+
import { E as x } from "../../LoadingSuspense-COCIFlsi.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
2
|
import "../../../index-2QXL0WYc.js";
|
|
3
|
-
import { S as l } from "../../../SelectControl-
|
|
3
|
+
import { S as l } from "../../../SelectControl-CrSaqFGs.js";
|
|
4
4
|
import "react";
|
|
5
5
|
import "../../../enums.js";
|
|
6
6
|
import "../../../helpers/form/getFormControlValueAsStringIfDefined.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
3
|
import "../../../helpers/utility/propagateTestid.js";
|
|
4
|
-
import { a8 as I } from "../../../LoadingSuspense-
|
|
4
|
+
import { a8 as I } from "../../../LoadingSuspense-COCIFlsi.js";
|
|
5
5
|
import "../../../helpers/form/getFormControlValueAsStringIfDefined.js";
|
|
6
6
|
import "../../../fuzzysort-eoXOpoo6.js";
|
|
7
7
|
import "../../Badge/Badge.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 "../../../LoadingSuspense-
|
|
3
|
+
import "../../../LoadingSuspense-COCIFlsi.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.",
|