@iress-oss/ids-components 5.13.1 → 5.14.0
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-Bk7q5K89.js → AutocompleteNoResults-D-7ik_op.js} +1 -1
- package/dist/{ComboboxHiddenInput-BRgHrfvH.js → ComboboxHiddenInput-Bo5hqUzo.js} +6 -6
- package/dist/{FieldAppendToLabel-B7A85TG1.js → FieldAppendToLabel-kSkgzhQp.js} +4 -4
- package/dist/{InputBase-K0leqZnv.js → InputBase-2wLvSYMJ.js} +2 -2
- package/dist/Loading.module-nxv4vxd0.js +13 -0
- package/dist/LoadingSuspense-BDiikfSh.js +5691 -0
- package/dist/LogoFromSrc-RCkIBALM.js +59 -0
- package/dist/MenuItem.module-C1hy3JLs.js +24 -0
- package/dist/Popover.module-BVuEALLH.js +11 -0
- package/dist/{SelectControl-415DMBPp.js → SelectControl-ebML3vaP.js} +2 -2
- package/dist/{SliderTicks-B6vu-MUH.js → SliderTicks-Bvc90tyk.js} +2 -2
- package/dist/TabSet.module-DLn6e1BG.js +13 -0
- package/dist/Table.module-CztzYVfs.js +32 -0
- package/dist/_commonjsHelpers-C6fGbg64.js +6 -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/Menu.js +1 -1
- 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 +2 -2
- 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 +3 -3
- package/dist/components/Modal/hooks/useModal.js +17 -14
- 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 +37 -35
- package/dist/components/Popover/InputPopover/InputPopoverActivator.js +1 -1
- package/dist/components/Popover/InputPopover/InputPopoverProvider.js +55 -53
- package/dist/components/Popover/Popover.js +40 -38
- package/dist/components/Popover/PopoverProvider.js +47 -45
- package/dist/components/Popover/components/NestedPopoverActivator.js +9 -0
- package/dist/components/Popover/components/PopoverActivator.js +2 -2
- package/dist/components/Popover/components/PopoverContent.js +3 -3
- package/dist/components/Popover/helpers/composeFloatingProps.js +26 -22
- package/dist/components/Popover/helpers/handlePopoverTabKey.js +16 -13
- package/dist/components/Popover/helpers/waitUntilTrue.js +12 -0
- package/dist/components/Popover/hooks/usePopoverActivatorInteractions.js +25 -17
- package/dist/components/Popover/hooks/usePopoverItem.js +1 -1
- package/dist/components/Popover/hooks/usePopoverNavigation.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 +3 -3
- package/dist/components/Slideout/components/SlideoutInner.js +2 -2
- package/dist/components/Slideout/hooks/useSlideout.js +17 -14
- 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 +3 -3
- package/dist/components/TabSet/components/TabSetItem.js +2 -2
- 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 +3 -3
- package/dist/components/Toaster/Toast/ToastIcon.js +1 -1
- package/dist/components/Toaster/Toaster.js +4 -4
- 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 +3 -3
- 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/{floating-ui.react-D_ysmiM3.js → floating-ui.react-RKRjRgyj.js} +972 -961
- package/dist/fuzzysort-eoXOpoo6.js +395 -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-2QXL0WYc.js +45 -0
- package/dist/main.js +309 -308
- package/dist/patterns/Loading/Loading.js +4 -3
- package/dist/patterns/Loading/LoadingSuspense.js +7 -0
- package/dist/patterns/Loading/components/ComponentLoading.js +3 -3
- package/dist/patterns/Loading/components/DefaultLoading.js +4 -4
- package/dist/patterns/Loading/components/LongLoading.js +132 -0
- package/dist/patterns/Loading/components/PageLoading.js +4 -4
- package/dist/patterns/Loading/components/StartUpLoading.js +105 -9
- package/dist/patterns/Loading/components/ValidateLoading.js +3 -3
- package/dist/patterns/Loading/hooks/useEstimatedProgressValue.js +29 -0
- package/dist/patterns/Loading/hooks/useShouldRenderLoading.js +19 -15
- package/dist/patterns/Loading/hooks/useShowIndicator.js +20 -0
- package/dist/patterns/Loading/hooks/useSuspenseResource.js +27 -0
- package/dist/patterns/Loading/index.js +3 -2
- package/dist/src/components/Popover/Popover.types.d.ts +1 -0
- package/dist/src/components/Popover/components/NestedPopoverActivator.d.ts +5 -0
- package/dist/src/components/Popover/helpers/handlePopoverTabKey.d.ts +1 -1
- package/dist/src/components/Popover/helpers/waitUntilTrue.d.ts +1 -0
- package/dist/src/components/RichSelect/RichSelect.types.d.ts +14 -0
- package/dist/src/components/RichSelect/components/SelectOptions.d.ts +2 -2
- package/dist/src/patterns/Loading/Loading.d.ts +7 -2
- package/dist/src/patterns/Loading/LoadingSuspense.d.ts +73 -0
- package/dist/src/patterns/Loading/components/LongLoading.d.ts +60 -0
- package/dist/src/patterns/Loading/components/StartUpLoading.d.ts +1 -1
- package/dist/src/patterns/Loading/hooks/useEstimatedProgressValue.d.ts +11 -0
- package/dist/src/patterns/Loading/hooks/useShouldRenderLoading.d.ts +2 -1
- package/dist/src/patterns/Loading/hooks/useShowIndicator.d.ts +9 -0
- package/dist/src/patterns/Loading/hooks/useSuspenseResource.d.ts +17 -0
- package/dist/src/patterns/Loading/index.d.ts +1 -0
- package/dist/style.css +1 -1
- package/dist/{useIDSButtonGroupItem-Dzgv35ni.js → useIDSButtonGroupItem-D278MaLC.js} +2 -2
- package/package.json +9 -9
- package/dist/Loading-CZ64hUvP.js +0 -5638
- package/dist/LogoFromSrc-tAhdMB9Y.js +0 -59
- package/dist/MenuItem.module-Br0lJU3k.js +0 -24
- package/dist/Popover.module-COHnD5HM.js +0 -11
- package/dist/StartUpLoading-DpO7RfDY.js +0 -145
- package/dist/TabSet.module-Bje9oAao.js +0 -13
- package/dist/Table.module-CSNtX5ab.js +0 -32
- package/dist/_commonjsHelpers-DaMA6jEr.js +0 -8
- package/dist/fuzzysort-CuIReeYY.js +0 -393
- package/dist/index-Cu0xwYjD.js +0 -42
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
|
-
import "../../../index-
|
|
2
|
+
import "../../../index-2QXL0WYc.js";
|
|
3
3
|
import "../../../helpers/utility/propagateTestid.js";
|
|
4
|
-
import {
|
|
4
|
+
import { a9 as p } from "../../../LoadingSuspense-BDiikfSh.js";
|
|
5
5
|
export {
|
|
6
6
|
p as SlideoutInner
|
|
7
7
|
};
|
|
@@ -1,17 +1,20 @@
|
|
|
1
|
-
import { useContext as r } from "react";
|
|
2
|
-
import { IressSlideoutContext as
|
|
3
|
-
const
|
|
4
|
-
const o = r(
|
|
5
|
-
return
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
1
|
+
import { useContext as r, useMemo as s } from "react";
|
|
2
|
+
import { IressSlideoutContext as i } from "../SlideoutProvider.js";
|
|
3
|
+
const n = () => {
|
|
4
|
+
const o = r(i);
|
|
5
|
+
return s(
|
|
6
|
+
() => ({
|
|
7
|
+
showSlideout: (e, t = !0) => {
|
|
8
|
+
if (o === void 0)
|
|
9
|
+
throw new Error(
|
|
10
|
+
"IressSlideout: showSlideout must be used within a IressSlideoutProvider"
|
|
11
|
+
);
|
|
12
|
+
o.showSlideout(e, t);
|
|
13
|
+
}
|
|
14
|
+
}),
|
|
15
|
+
[o]
|
|
16
|
+
);
|
|
14
17
|
};
|
|
15
18
|
export {
|
|
16
|
-
|
|
19
|
+
n as useSlideout
|
|
17
20
|
};
|
|
@@ -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 "../../LoadingSuspense-BDiikfSh.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-2QXL0WYc.js";
|
|
3
|
+
import "../../SliderTicks-Bvc90tyk.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 "../../LoadingSuspense-BDiikfSh.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-Bvc90tyk.js";
|
|
3
|
+
import "../../../index-2QXL0WYc.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-2QXL0WYc.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-2QXL0WYc.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-v5140", w = "ids-tab--active-v5140", l = {
|
|
9
9
|
tab: j,
|
|
10
10
|
active: w
|
|
11
11
|
}, p = v(
|
|
@@ -1,7 +1,7 @@
|
|
|
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-
|
|
4
|
-
import { C as c } from "../../floating-ui.react-
|
|
2
|
+
import { c as n } from "../../index-2QXL0WYc.js";
|
|
3
|
+
import { s as e } from "../../TabSet.module-DLn6e1BG.js";
|
|
4
|
+
import { C as c } from "../../floating-ui.react-RKRjRgyj.js";
|
|
5
5
|
import { propagateTestid as b } from "../../helpers/utility/propagateTestid.js";
|
|
6
6
|
import { TabSetLayout as u } from "./TabSet.types.js";
|
|
7
7
|
import { TabSetProvider as S } from "./TabSetProvider.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as u } from "react/jsx-runtime";
|
|
2
|
-
import { s as A } from "../../../TabSet.module-
|
|
3
|
-
import { a as d } from "../../../floating-ui.react-
|
|
2
|
+
import { s as A } from "../../../TabSet.module-DLn6e1BG.js";
|
|
3
|
+
import { a as d } from "../../../floating-ui.react-RKRjRgyj.js";
|
|
4
4
|
import { focusableElements as f } from "../../../helpers/dom/focusableElements.js";
|
|
5
5
|
const m = (i, t, e, a) => {
|
|
6
6
|
var o;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
|
-
import "../../index-
|
|
2
|
+
import "../../index-2QXL0WYc.js";
|
|
3
3
|
import "./Table.types.js";
|
|
4
|
-
import "../../Table.module-
|
|
4
|
+
import "../../Table.module-CztzYVfs.js";
|
|
5
5
|
import "react";
|
|
6
6
|
import "../../helpers/utility/idsLogger.js";
|
|
7
7
|
import "../../hooks/useIdIfNeeded.js";
|
|
8
8
|
import "./components/TableEmpty.js";
|
|
9
9
|
import "../../enums.js";
|
|
10
10
|
import "../../helpers/utility/propagateTestid.js";
|
|
11
|
-
import { J as T } from "../../
|
|
11
|
+
import { J as T } from "../../LoadingSuspense-BDiikfSh.js";
|
|
12
12
|
import "./TableProvider.js";
|
|
13
13
|
import "./helpers/hasColumns.js";
|
|
14
14
|
import "./components/TableRows.js";
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import { jsx as t, jsxs as y, Fragment as
|
|
1
|
+
import { jsx as t, jsxs as y, Fragment as V } from "react/jsx-runtime";
|
|
2
2
|
import { propagateTestid as T } from "../../../helpers/utility/propagateTestid.js";
|
|
3
|
-
import { c as C } from "../../../index-
|
|
4
|
-
import { TableEmpty as
|
|
5
|
-
import {
|
|
6
|
-
import { IressTableProvider as
|
|
7
|
-
import { s as f } from "../../../Table.module-
|
|
3
|
+
import { c as C } from "../../../index-2QXL0WYc.js";
|
|
4
|
+
import { TableEmpty as B } from "../components/TableEmpty.js";
|
|
5
|
+
import { V as F } from "../../../LoadingSuspense-BDiikfSh.js";
|
|
6
|
+
import { IressTableProvider as G } from "../TableProvider.js";
|
|
7
|
+
import { s as f } from "../../../Table.module-CztzYVfs.js";
|
|
8
8
|
import { useState as j, useEffect as k } from "react";
|
|
9
9
|
import { useIdIfNeeded as w } from "../../../hooks/useIdIfNeeded.js";
|
|
10
10
|
import { hasColumns as A } from "../helpers/hasColumns.js";
|
|
11
11
|
import { useTable as N } from "../hooks/useTable.js";
|
|
12
12
|
import { TableRows as E } from "../components/TableRows.js";
|
|
13
13
|
import { useAriaRelationship as O } from "../../../hooks/useAriaRelationship.js";
|
|
14
|
-
import { GlobalCSSClass as
|
|
15
|
-
const
|
|
14
|
+
import { GlobalCSSClass as q } from "../../../enums.js";
|
|
15
|
+
const z = ({
|
|
16
16
|
caption: l,
|
|
17
17
|
hiddenCaption: e,
|
|
18
18
|
onChange: i,
|
|
@@ -27,7 +27,7 @@ const q = ({
|
|
|
27
27
|
"aria-expanded": e ? void 0 : o,
|
|
28
28
|
colSpan: m,
|
|
29
29
|
className: C(f.rowGroupHeader, {
|
|
30
|
-
[
|
|
30
|
+
[q.SROnly]: e
|
|
31
31
|
}),
|
|
32
32
|
id: `${a}--caption`,
|
|
33
33
|
onClick: i,
|
|
@@ -36,7 +36,7 @@ const q = ({
|
|
|
36
36
|
children: /* @__PURE__ */ t("button", { className: f.activator, type: "button", children: l })
|
|
37
37
|
}
|
|
38
38
|
) }) : null;
|
|
39
|
-
},
|
|
39
|
+
}, D = ({
|
|
40
40
|
children: l,
|
|
41
41
|
setControlViaRef: e,
|
|
42
42
|
tableId: i
|
|
@@ -70,7 +70,7 @@ const q = ({
|
|
|
70
70
|
const v = () => {
|
|
71
71
|
g(!d), d ? u == null || u() : p == null || p();
|
|
72
72
|
}, x = d || r;
|
|
73
|
-
return /* @__PURE__ */ t(
|
|
73
|
+
return /* @__PURE__ */ t(G, { columns: i, rows: c, children: /* @__PURE__ */ y(
|
|
74
74
|
"tbody",
|
|
75
75
|
{
|
|
76
76
|
"aria-labelledby": `${s}--caption`,
|
|
@@ -80,7 +80,7 @@ const q = ({
|
|
|
80
80
|
}),
|
|
81
81
|
children: [
|
|
82
82
|
/* @__PURE__ */ t(
|
|
83
|
-
|
|
83
|
+
z,
|
|
84
84
|
{
|
|
85
85
|
setController: R,
|
|
86
86
|
caption: l,
|
|
@@ -90,9 +90,9 @@ const q = ({
|
|
|
90
90
|
tableId: s
|
|
91
91
|
}
|
|
92
92
|
),
|
|
93
|
-
x && /* @__PURE__ */ y(
|
|
93
|
+
x && /* @__PURE__ */ y(V, { children: [
|
|
94
94
|
!m && /* @__PURE__ */ t(
|
|
95
|
-
|
|
95
|
+
F,
|
|
96
96
|
{
|
|
97
97
|
additionalHeaders: `${s}--caption`,
|
|
98
98
|
className: f.rowGroupColumnHeaders,
|
|
@@ -113,8 +113,8 @@ const q = ({
|
|
|
113
113
|
testId: T(n, "tbody")
|
|
114
114
|
}
|
|
115
115
|
),
|
|
116
|
-
/* @__PURE__ */ t(
|
|
117
|
-
/* @__PURE__ */ t(
|
|
116
|
+
/* @__PURE__ */ t(B, { children: a }),
|
|
117
|
+
/* @__PURE__ */ t(D, { setControlViaRef: h, tableId: s, children: e })
|
|
118
118
|
] })
|
|
119
119
|
]
|
|
120
120
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as n } from "react/jsx-runtime";
|
|
2
|
-
import { s } from "../../../Table.module-
|
|
2
|
+
import { s } from "../../../Table.module-CztzYVfs.js";
|
|
3
3
|
import { useTable as l } from "../hooks/useTable.js";
|
|
4
4
|
const u = ({ children: r }) => {
|
|
5
5
|
const t = l(), o = t == null ? void 0 : t.api.getSortedRowModel().rows;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "../../../helpers/utility/propagateTestid.js";
|
|
3
3
|
import "../../../index-CtOScEKX.js";
|
|
4
|
-
import {
|
|
4
|
+
import { V as i } from "../../../LoadingSuspense-BDiikfSh.js";
|
|
5
5
|
import "../hooks/useTable.js";
|
|
6
6
|
export {
|
|
7
7
|
i as TableHeader
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "../hooks/useIDSTableColumnStyles.js";
|
|
3
3
|
import "../hooks/useIDSTableColumnSort.js";
|
|
4
|
-
import {
|
|
4
|
+
import { ab as a } from "../../../LoadingSuspense-BDiikfSh.js";
|
|
5
5
|
import "../hooks/useTable.js";
|
|
6
6
|
export {
|
|
7
|
-
|
|
7
|
+
a as TableHeaderCell
|
|
8
8
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
|
-
import {
|
|
3
|
-
import "../../../Table.module-
|
|
4
|
-
import "../../../index-
|
|
2
|
+
import { aa as p } from "../../../LoadingSuspense-BDiikfSh.js";
|
|
3
|
+
import "../../../Table.module-CztzYVfs.js";
|
|
4
|
+
import "../../../index-2QXL0WYc.js";
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
p as TableSortButton
|
|
7
7
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { s as r } from "../../../Table.module-
|
|
2
|
-
import { c as s } from "../../../index-
|
|
1
|
+
import { s as r } from "../../../Table.module-CztzYVfs.js";
|
|
2
|
+
import { c as s } from "../../../index-2QXL0WYc.js";
|
|
3
3
|
import { useTable as a } from "./useTable.js";
|
|
4
4
|
const b = ({
|
|
5
5
|
columnKey: i
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { TABLE_CELL_FORMATS as r, TABLE_COLUMN_ALIGN as l, TABLE_SCOPES as a, TableCellFormat as T, TableColumnAlign as m, TableScope as s } from "./Table.types.js";
|
|
2
|
-
import { J as L } from "../../
|
|
2
|
+
import { J as L } from "../../LoadingSuspense-BDiikfSh.js";
|
|
3
3
|
import { IressTableFormattedValue as A } from "./TableFormattedValue/TableFormattedValue.js";
|
|
4
4
|
import { IressTableBody as C } from "./TableBody/TableBody.js";
|
|
5
5
|
export {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import "../../index-
|
|
4
|
-
import { K as s } from "../../
|
|
3
|
+
import "../../index-2QXL0WYc.js";
|
|
4
|
+
import { K as s } from "../../LoadingSuspense-BDiikfSh.js";
|
|
5
5
|
import "../../helpers/utility/propagateTestid.js";
|
|
6
6
|
export {
|
|
7
7
|
s as IressTag
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
3
|
import "../../../hooks/useControlledState.js";
|
|
4
|
-
import { L as s } from "../../../
|
|
4
|
+
import { L as s } from "../../../LoadingSuspense-BDiikfSh.js";
|
|
5
5
|
import "../../../helpers/form/getValueAsEvent.js";
|
|
6
6
|
export {
|
|
7
7
|
s as IressTagInput
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
|
-
import "../../../../index-
|
|
2
|
+
import "../../../../index-2QXL0WYc.js";
|
|
3
3
|
import "react";
|
|
4
4
|
import "../../../../helpers/utility/propagateTestid.js";
|
|
5
|
-
import {
|
|
5
|
+
import { a1 as a } from "../../../../LoadingSuspense-BDiikfSh.js";
|
|
6
6
|
export {
|
|
7
7
|
a as TagListInput
|
|
8
8
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as x } from "react/jsx-runtime";
|
|
2
|
-
import { c as d } from "../../index-
|
|
2
|
+
import { c as d } from "../../index-2QXL0WYc.js";
|
|
3
3
|
import { GlobalCSSClass as T, TextMode as c, TextElement as p, TextAlign as B, TextVariant as $ } from "../../enums.js";
|
|
4
4
|
const e = ({
|
|
5
5
|
align: t,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
|
-
import "../../../index-
|
|
3
|
-
import { M as f, T as x } from "../../../
|
|
2
|
+
import "../../../index-2QXL0WYc.js";
|
|
3
|
+
import { M as f, T as x } from "../../../LoadingSuspense-BDiikfSh.js";
|
|
4
4
|
import "../../../enums.js";
|
|
5
5
|
import "../../../helpers/utility/propagateTestid.js";
|
|
6
6
|
import "../../Inline/Inline.types.js";
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import "../../../index-
|
|
4
|
-
import {
|
|
3
|
+
import "../../../index-2QXL0WYc.js";
|
|
4
|
+
import { ad as s } from "../../../LoadingSuspense-BDiikfSh.js";
|
|
5
5
|
import "../../../helpers/transition/getTransitionDuration.js";
|
|
6
|
-
import "../../../floating-ui.react-
|
|
6
|
+
import "../../../floating-ui.react-RKRjRgyj.js";
|
|
7
7
|
export {
|
|
8
8
|
s as IressToastAnimated
|
|
9
9
|
};
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
3
|
import "./Toaster.types.js";
|
|
4
|
-
import "../../index-
|
|
5
|
-
import {
|
|
4
|
+
import "../../index-2QXL0WYc.js";
|
|
5
|
+
import { ae as f } from "../../LoadingSuspense-BDiikfSh.js";
|
|
6
6
|
import "../../enums.js";
|
|
7
7
|
import "../Stack/Stack.js";
|
|
8
|
-
import "../../floating-ui.react-
|
|
8
|
+
import "../../floating-ui.react-RKRjRgyj.js";
|
|
9
9
|
export {
|
|
10
|
-
|
|
10
|
+
f as IressToaster
|
|
11
11
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { TOAST_ANIMATION as o, TOAST_STATUS as r } from "./Toast/Toast.types.js";
|
|
2
2
|
import { TOASTER_ARIA_ATTRIBUTES as I, TOASTER_POSITION as e, TOAST_POSITION_ANIMATION_MATRIX as t, ToasterPosition as O } from "./Toaster.types.js";
|
|
3
|
-
import { M as S, O as _, T as N, N as P, P as R } from "../../
|
|
3
|
+
import { M as S, O as _, T as N, N as P, P as R } from "../../LoadingSuspense-BDiikfSh.js";
|
|
4
4
|
export {
|
|
5
5
|
S as IressToast,
|
|
6
6
|
_ as IressToasterProvider,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsxs as f, jsx as l } from "react/jsx-runtime";
|
|
2
|
-
import { c as a } from "../../index-
|
|
2
|
+
import { c as a } from "../../index-2QXL0WYc.js";
|
|
3
3
|
import { forwardRef as h, useState as B, useId as C, useEffect as x } from "react";
|
|
4
4
|
import { GlobalCSSClass as I } from "../../enums.js";
|
|
5
5
|
import { propagateTestid as u } from "../../helpers/utility/propagateTestid.js";
|
|
@@ -7,7 +7,7 @@ import "../CheckboxMark/CheckboxMark.types.js";
|
|
|
7
7
|
import { IressCheckboxMark as N } from "../CheckboxMark/CheckboxMark.js";
|
|
8
8
|
import { ButtonCssClass as T } from "../Button/Button.types.js";
|
|
9
9
|
import { ToggleLayout as w } from "./Toggle.types.js";
|
|
10
|
-
const L = "ids-toggle--toggle-base-
|
|
10
|
+
const L = "ids-toggle--toggle-base-v5140", M = "ids-toggle--checkbox-mark-v5140", S = "ids-toggle--toggle-button-v5140", j = "ids-toggle--button-checked-v5140", R = "ids-toggle--toggle-button-container-v5140", $ = "ids-toggle--label-v5140", E = "ids-toggle--layout__inline-v5140", G = "ids-toggle--layout__stack-v5140", t = {
|
|
11
11
|
toggleBase: L,
|
|
12
12
|
checkboxMark: M,
|
|
13
13
|
toggleButton: S,
|
|
@@ -15,8 +15,8 @@ const L = "ids-toggle--toggle-base-v5130", M = "ids-toggle--checkbox-mark-v5130"
|
|
|
15
15
|
toggleButtonContainer: R,
|
|
16
16
|
label: $,
|
|
17
17
|
layout__inline: E,
|
|
18
|
-
"layout__inline-reverse": "ids-toggle--layout__inline-reverse-
|
|
19
|
-
"layout__inline-between": "ids-toggle--layout__inline-between-
|
|
18
|
+
"layout__inline-reverse": "ids-toggle--layout__inline-reverse-v5140",
|
|
19
|
+
"layout__inline-between": "ids-toggle--layout__inline-between-v5140",
|
|
20
20
|
layout__stack: G
|
|
21
21
|
}, O = ({
|
|
22
22
|
hiddenLabel: o,
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { jsxs as p, jsx as a } from "react/jsx-runtime";
|
|
2
2
|
import { useState as P, useEffect as R, Fragment as S } from "react";
|
|
3
|
-
import { c as j } from "../../index-
|
|
4
|
-
import { d as E, o as H, b as L, f as M, s as B, t as D, v as G, g as U, h as W, i as k } from "../../floating-ui.react-
|
|
3
|
+
import { c as j } from "../../index-2QXL0WYc.js";
|
|
4
|
+
import { d as E, o as H, b as L, f as M, s as B, t as D, v as G, g as U, h as W, i as k } from "../../floating-ui.react-RKRjRgyj.js";
|
|
5
5
|
import { FloatingUIAlign as q } from "../../enums.js";
|
|
6
6
|
import { propagateTestid as m } from "../../helpers/utility/propagateTestid.js";
|
|
7
7
|
import { toArray as z } from "../../helpers/formatting/toArray.js";
|
|
8
8
|
import { idsLogger as J } from "../../helpers/utility/idsLogger.js";
|
|
9
9
|
import { focusableElements as K } from "../../helpers/dom/focusableElements.js";
|
|
10
|
-
const Q = "ids-tooltip-
|
|
10
|
+
const Q = "ids-tooltip-v5140", V = "ids-tooltip--content-v5140", r = {
|
|
11
11
|
tooltip: Q,
|
|
12
12
|
content: V
|
|
13
13
|
}, X = ({
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsxs as l, jsx as n } from "react/jsx-runtime";
|
|
2
|
-
import { c as r } from "../../../index-
|
|
2
|
+
import { c as r } from "../../../index-2QXL0WYc.js";
|
|
3
3
|
import { capitalizeFirstLetter as g } from "../../../helpers/formatting/capitalizeFirstLetter.js";
|
|
4
4
|
import { GlobalCSSClass as m } from "../../../enums.js";
|
|
5
|
-
const v = "ids-validation-message-
|
|
5
|
+
const v = "ids-validation-message-v5140", f = "ids-validation-message--prefix-v5140", x = "ids-validation-message--message-v5140", p = "ids-validation-message--danger-v5140", u = "ids-validation-message--warning-v5140", N = "ids-validation-message--success-v5140", w = "ids-validation-message--info-v5140", e = {
|
|
6
6
|
validationMessage: v,
|
|
7
7
|
prefix: f,
|
|
8
8
|
message: x,
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { jsx as i } from "react/jsx-runtime";
|
|
2
|
-
import { c as u } from "../../../index-
|
|
2
|
+
import { c as u } from "../../../index-2QXL0WYc.js";
|
|
3
3
|
import { propagateTestid as f } from "../../../helpers/utility/propagateTestid.js";
|
|
4
4
|
import { IressValidationMessage as p } from "../ValidationMessage.js";
|
|
5
5
|
import "react";
|
|
6
6
|
import { useIdIfNeeded as c } from "../../../hooks/useIdIfNeeded.js";
|
|
7
7
|
import { IressValidationLink as y } from "../ValidationLink/ValidationLink.js";
|
|
8
|
-
const v = "ids-validation-summary-
|
|
8
|
+
const v = "ids-validation-summary-v5140", I = {
|
|
9
9
|
validationSummary: v
|
|
10
10
|
}, S = ({
|
|
11
11
|
children: a,
|
package/dist/constants.js
CHANGED