@iress-oss/ids-components 5.20.3 → 5.20.5
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-B7El1R2l.js → AutocompleteNoResults-BsQDlhkg.js} +1 -1
- package/dist/{ComboboxHiddenInput-CWfIj-Zz.js → ComboboxHiddenInput-BRjcuIDU.js} +5 -5
- package/dist/{FieldAppendToLabel-BTdzhQ7Z.js → FieldAppendToLabel-BV2QGmB_.js} +3 -3
- package/dist/{InputBase-Hc9D8St6.js → InputBase-43yHsseJ.js} +1 -1
- package/dist/Loading.module-QQc3WwED.js +13 -0
- package/dist/{LoadingSuspense-Bwd232Nt.js → LoadingSuspense-CMLr0JZ4.js} +1732 -1724
- package/dist/LogoFromSrc-BpZ2IUav.js +59 -0
- package/dist/MenuItem.module-T5CKUlD6.js +24 -0
- package/dist/Popover.module-0UmcIbHP.js +11 -0
- package/dist/{PopoverProvider-Cvg6ObBO.js → PopoverProvider-BEq214Fe.js} +5 -5
- package/dist/{SelectControl-WoixPfwh.js → SelectControl-BPUEw1Fe.js} +1 -1
- package/dist/{SliderTicks-D-B1uIdS.js → SliderTicks-BKYxRwF4.js} +1 -1
- package/dist/TabSet.module-Dz0BxI72.js +13 -0
- package/dist/Table.module-CQBUwi11.js +32 -0
- package/dist/components/Alert/Alert.js +1 -1
- package/dist/components/Alert/index.js +1 -1
- package/dist/components/Autocomplete/Autocomplete.js +3 -3
- package/dist/components/Autocomplete/components/AutocompleteNoResults.js +1 -1
- package/dist/components/Autocomplete/hooks/useAutocompleteSearch.js +18 -17
- 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 +33 -33
- package/dist/components/ButtonGroup/hooks/useIDSButtonGroupItem.js +1 -1
- package/dist/components/ButtonGroup/index.js +1 -1
- package/dist/components/Card/helpers/composeIDSCardSlots.js +1 -1
- package/dist/components/Checkbox/Checkbox.js +1 -1
- package/dist/components/Checkbox/helpers/mapCheckboxGroupOptions.js +1 -1
- package/dist/components/Checkbox/index.js +1 -1
- package/dist/components/CheckboxGroup/CheckboxGroup.js +6 -6
- package/dist/components/CheckboxMark/CheckboxMark.types.js +2 -2
- package/dist/components/Combobox/Combobox.js +3 -3
- package/dist/components/Combobox/MultiCombobox/MultiCombobox.js +3 -3
- package/dist/components/Combobox/components/ComboboxHiddenInput.js +1 -1
- package/dist/components/Combobox/components/ComboboxResults.js +4 -4
- package/dist/components/Combobox/components/ComboboxResultsDescriptor.js +2 -2
- package/dist/components/Combobox/hooks/useComboboxInlineCompletion.js +10 -10
- package/dist/components/Combobox/index.js +1 -1
- package/dist/components/Expander/Expander.js +1 -1
- package/dist/components/Field/Field.js +1 -1
- package/dist/components/Field/FieldGroup/FieldGroup.js +2 -2
- package/dist/components/Field/components/FieldAppendToLabel.js +3 -3
- package/dist/components/Filter/Filter.js +3 -3
- package/dist/components/Filter/components/FilterResetButton.js +2 -2
- package/dist/components/Filter/components/FilterSearch.js +2 -2
- package/dist/components/Filter/index.js +1 -1
- package/dist/components/Form/Form.js +1 -1
- package/dist/components/Form/FormField/FormField.js +2 -2
- package/dist/components/Form/FormField/FormFieldset.js +2 -2
- package/dist/components/Form/HookForm/HookForm.js +1 -1
- package/dist/components/Form/index.js +1 -1
- package/dist/components/Hide/Hide.js +1 -1
- package/dist/components/Hide/helpers/composeHideClasses.js +2 -2
- package/dist/components/Hide/index.js +1 -1
- package/dist/components/Icon/Icon.js +2 -2
- package/dist/components/Icon/index.js +1 -1
- package/dist/components/Inline/Inline.js +2 -2
- package/dist/components/Inline/index.js +1 -1
- package/dist/components/Input/ClearButton/ClearButton.js +1 -1
- package/dist/components/Input/Input.js +2 -2
- package/dist/components/Input/InputBase/InputBase.js +1 -1
- package/dist/components/Input/index.js +1 -1
- package/dist/components/InputCurrency/InputCurrency.js +1 -1
- package/dist/components/InputCurrency/index.js +1 -1
- package/dist/components/Label/LabelBase/LabelBase.js +1 -1
- package/dist/components/Menu/Menu.js +1 -1
- package/dist/components/Menu/MenuDivider/MenuDivider.js +2 -2
- package/dist/components/Menu/MenuHeading/MenuHeading.js +2 -2
- package/dist/components/Menu/MenuItem/MenuItem.js +1 -1
- package/dist/components/Menu/MenuItem/hooks/useMenuItemButtonProps.js +1 -1
- package/dist/components/Menu/MenuItem/hooks/useMenuItemComposite.js +2 -2
- package/dist/components/Menu/MenuText/MenuText.js +3 -3
- package/dist/components/Menu/helpers/mapMenuItems.js +1 -1
- package/dist/components/Menu/hooks/useMenuStyles.js +3 -3
- package/dist/components/Menu/index.js +1 -1
- package/dist/components/Modal/Modal.js +3 -3
- package/dist/components/Modal/index.js +1 -1
- package/dist/components/Navbar/Navbar.js +2 -2
- package/dist/components/Navbar/components/HomeLinkContent.js +2 -2
- package/dist/components/Navbar/components/LogoFromSrc.js +1 -1
- package/dist/components/Navbar/components/NavbarLogo.js +2 -2
- package/dist/components/Navbar/index.js +1 -1
- package/dist/components/Placeholder/Placeholder.js +1 -1
- package/dist/components/Popover/InputPopover/InputPopover.js +1 -1
- package/dist/components/Popover/InputPopover/InputPopoverActivator.js +1 -1
- package/dist/components/Popover/InputPopover/InputPopoverProvider.js +2 -2
- package/dist/components/Popover/Popover.js +2 -2
- package/dist/components/Popover/PopoverProvider.js +2 -2
- package/dist/components/Popover/components/NestedPopoverActivator.js +1 -1
- package/dist/components/Popover/components/PopoverActivator.js +1 -1
- package/dist/components/Popover/components/PopoverContent.js +2 -2
- package/dist/components/Popover/helpers/handlePopoverTabKey.js +1 -1
- package/dist/components/Popover/hooks/usePopover.js +1 -1
- package/dist/components/Popover/hooks/usePopoverItem.js +1 -1
- package/dist/components/Popover/hooks/usePopoverNavigation.js +1 -1
- package/dist/components/Progress/Progress.js +23 -27
- package/dist/components/Provider/Provider.js +1 -1
- package/dist/components/Radio/Radio.js +1 -1
- package/dist/components/Radio/helpers/mapRadioGroupOptions.js +1 -1
- package/dist/components/Radio/index.js +1 -1
- package/dist/components/RadioGroup/RadioGroup.js +3 -3
- package/dist/components/Readonly/Readonly.js +3 -3
- package/dist/components/Readonly/index.js +1 -1
- package/dist/components/RichSelect/RichSelect.js +2 -2
- package/dist/components/RichSelect/SelectBody/SelectBody.js +2 -2
- package/dist/components/RichSelect/SelectCreate/SelectCreate.js +2 -2
- package/dist/components/RichSelect/SelectHeading/SelectHeading.js +2 -2
- package/dist/components/RichSelect/SelectLabel/SelectLabel.js +1 -1
- package/dist/components/RichSelect/SelectMenu/SelectMenu.js +2 -2
- package/dist/components/RichSelect/SelectMenu/SelectMenuItem.js +2 -2
- package/dist/components/RichSelect/SelectSearch/SelectSearch.js +1 -1
- package/dist/components/RichSelect/SelectSearchInput/SelectSearchInput.js +1 -1
- package/dist/components/RichSelect/SelectTags/SelectTags.js +1 -1
- package/dist/components/RichSelect/components/SelectActivator.js +1 -1
- package/dist/components/RichSelect/components/SelectOptions.js +2 -2
- package/dist/components/RichSelect/index.js +1 -1
- package/dist/components/Row/Row.js +2 -2
- package/dist/components/Row/index.js +1 -1
- package/dist/components/Select/Select.js +2 -2
- package/dist/components/Select/components/SelectControl.js +1 -1
- package/dist/components/Select/components/SelectReadonly.js +2 -2
- package/dist/components/Select/helpers/mapSelectOptions.js +1 -1
- package/dist/components/Select/helpers/nodesToSelectOptions.js +1 -1
- package/dist/components/Select/index.js +1 -1
- package/dist/components/Skeleton/Skeleton.js +2 -2
- package/dist/components/SkipLink/SkipLink.js +1 -1
- package/dist/components/Slideout/Slideout.js +4 -4
- package/dist/components/Slideout/components/SlideoutInner.js +2 -2
- package/dist/components/Slideout/index.js +1 -1
- package/dist/components/Slider/Slider.js +2 -2
- package/dist/components/Slider/components/SliderTicks.js +1 -1
- package/dist/components/Slider/index.js +1 -1
- package/dist/components/Spinner/Spinner.js +1 -1
- package/dist/components/Spinner/index.js +1 -1
- package/dist/components/TabSet/Tab/Tab.js +1 -1
- package/dist/components/TabSet/TabSet.js +2 -2
- package/dist/components/TabSet/components/TabSetItem.js +2 -2
- 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 +2 -2
- package/dist/components/Toaster/Toast/ToastIcon.js +1 -1
- package/dist/components/Toaster/Toaster.js +2 -2
- 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 +27 -26
- package/dist/components/Tooltip/Tooltip.js +2 -2
- 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/{floating-ui.react-DYBeYtOf.js → floating-ui.react-BoSeAoXU.js} +1 -1
- package/dist/hooks/useControlledState.js +19 -19
- 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/hooks/useEstimatedProgressValue.js +8 -12
- package/dist/patterns/Loading/hooks/useShouldRenderLoading.js +14 -14
- package/dist/patterns/Loading/index.js +1 -1
- package/dist/src/components/Autocomplete/components/AutocompleteNoResults.d.ts +1 -1
- package/dist/src/components/HeadingWithDeprecatedFallback/HeadingWithDeprecatedFallback.d.ts +1 -1
- package/dist/src/components/Popover/components/NestedPopoverActivator.d.ts +1 -1
- package/dist/src/components/RichSelect/components/SelectOptions.d.ts +1 -1
- package/dist/src/components/Select/helpers/mapSelectOptions.d.ts +3 -2
- package/dist/src/components/Table/TableFormattedValue/TableFormattedValue.d.ts +1 -1
- package/dist/src/patterns/Loading/components/ValidateLoading.d.ts +1 -1
- package/dist/style.css +1 -1
- package/dist/{useIDSButtonGroupItem-BB7Moa3N.js → useIDSButtonGroupItem-DnMPV8Ro.js} +1 -1
- package/package.json +20 -20
- package/dist/Loading.module-BjceG0Wh.js +0 -13
- package/dist/LogoFromSrc-CAdoYYud.js +0 -59
- package/dist/MenuItem.module-BQw_K5D4.js +0 -24
- package/dist/Popover.module-ZU-08mVQ.js +0 -11
- package/dist/TabSet.module-4ohNBuQS.js +0 -13
- package/dist/Table.module-BYwGboft.js +0 -32
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
3
|
import "../../../components/Skeleton/Skeleton.js";
|
|
4
|
-
import { ag as e } from "../../../LoadingSuspense-
|
|
5
|
-
import "../../../Loading.module-
|
|
4
|
+
import { ag as e } from "../../../LoadingSuspense-CMLr0JZ4.js";
|
|
5
|
+
import "../../../Loading.module-QQc3WwED.js";
|
|
6
6
|
import "../../../index-cbHCAGLB.js";
|
|
7
7
|
import "../../../components/Text/Text.js";
|
|
8
8
|
export {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import { ae as e } from "../../../LoadingSuspense-
|
|
3
|
+
import { ae as e } from "../../../LoadingSuspense-CMLr0JZ4.js";
|
|
4
4
|
import "../../../components/Text/Text.js";
|
|
5
5
|
import "../../../index-cbHCAGLB.js";
|
|
6
|
-
import "../../../Loading.module-
|
|
6
|
+
import "../../../Loading.module-QQc3WwED.js";
|
|
7
7
|
export {
|
|
8
8
|
e as DefaultLoading
|
|
9
9
|
};
|
|
@@ -2,7 +2,7 @@ import { jsx as c, jsxs as h } from "react/jsx-runtime";
|
|
|
2
2
|
import { IressStack as w } from "../../../components/Stack/Stack.js";
|
|
3
3
|
import { useMemo as f, useId as y } from "react";
|
|
4
4
|
import { c as a } from "../../../index-cbHCAGLB.js";
|
|
5
|
-
import { l as m } from "../../../Loading.module-
|
|
5
|
+
import { l as m } from "../../../Loading.module-QQc3WwED.js";
|
|
6
6
|
import { IressText as M } from "../../../components/Text/Text.js";
|
|
7
7
|
import { IressPanel as S } from "../../../components/Panel/Panel.js";
|
|
8
8
|
import { IressProgress as j } from "../../../components/Progress/Progress.js";
|
|
@@ -10,7 +10,7 @@ import { GlobalCSSClass as L } from "../../../enums.js";
|
|
|
10
10
|
import { propagateTestid as O } from "../../../helpers/utility/propagateTestid.js";
|
|
11
11
|
import { useShowIndicator as C } from "../hooks/useShowIndicator.js";
|
|
12
12
|
import { useEstimatedProgressValue as G } from "../hooks/useEstimatedProgressValue.js";
|
|
13
|
-
const P = "ids-long-loading--root-
|
|
13
|
+
const P = "ids-long-loading--root-v5205", V = "ids-long-loading--panel-v5205", B = "ids-long-loading--dots-v5205", E = "ids-long-loading--check-list-v5205", R = "ids-long-loading--check-list-item-v5205", T = "ids-long-loading--check-list-item__done-v5205", U = "ids-long-loading--checked-v5205", $ = "ids-long-loading--checked__circle-v5205", q = "ids-long-loading--checked__check-v5205", s = {
|
|
14
14
|
root: P,
|
|
15
15
|
panel: V,
|
|
16
16
|
dots: B,
|
|
@@ -3,12 +3,12 @@ import "react";
|
|
|
3
3
|
import "../../../components/Stack/Stack.js";
|
|
4
4
|
import "../../../components/Skeleton/Skeleton.js";
|
|
5
5
|
import "../../../components/Container/Container.js";
|
|
6
|
-
import { ah as n } from "../../../LoadingSuspense-
|
|
6
|
+
import { ah as n } from "../../../LoadingSuspense-CMLr0JZ4.js";
|
|
7
7
|
import "../../../components/Col/Col.js";
|
|
8
8
|
import "../../../components/Divider/Divider.js";
|
|
9
9
|
import "../../../components/Card/Card.js";
|
|
10
10
|
import "../../../index-cbHCAGLB.js";
|
|
11
|
-
import "../../../Loading.module-
|
|
11
|
+
import "../../../Loading.module-QQc3WwED.js";
|
|
12
12
|
export {
|
|
13
13
|
n as PageLoading
|
|
14
14
|
};
|
|
@@ -3,12 +3,12 @@ import { IressStack as j } from "../../../components/Stack/Stack.js";
|
|
|
3
3
|
import { useState as y, useEffect as h, useRef as I, useMemo as T } from "react";
|
|
4
4
|
import { IressProgress as k } from "../../../components/Progress/Progress.js";
|
|
5
5
|
import { c as M } from "../../../index-cbHCAGLB.js";
|
|
6
|
-
import { l as o } from "../../../Loading.module-
|
|
6
|
+
import { l as o } from "../../../Loading.module-QQc3WwED.js";
|
|
7
7
|
import { IressText as v } from "../../../components/Text/Text.js";
|
|
8
8
|
import { propagateTestid as O } from "../../../helpers/utility/propagateTestid.js";
|
|
9
9
|
import { useShowIndicator as E } from "../hooks/useShowIndicator.js";
|
|
10
10
|
import { useEstimatedProgressValue as R } from "../hooks/useEstimatedProgressValue.js";
|
|
11
|
-
const H = "ids-start-up-loading--root-
|
|
11
|
+
const H = "ids-start-up-loading--root-v5205", L = "ids-start-up-loading--progress-v5205", p = {
|
|
12
12
|
root: H,
|
|
13
13
|
progress: L
|
|
14
14
|
}, P = ({
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
|
-
import { af as d } from "../../../LoadingSuspense-
|
|
2
|
+
import { af as d } from "../../../LoadingSuspense-CMLr0JZ4.js";
|
|
3
3
|
import "../../../index-cbHCAGLB.js";
|
|
4
4
|
import "react";
|
|
5
5
|
import "../../../components/Text/Text.js";
|
|
6
|
-
import "../../../Loading.module-
|
|
6
|
+
import "../../../Loading.module-QQc3WwED.js";
|
|
7
7
|
export {
|
|
8
8
|
d as ValidateLoading
|
|
9
9
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { useState as A, useMemo as E, useEffect as V } from "react";
|
|
2
2
|
const l = (r, u = !1, n, t = 0) => {
|
|
3
|
-
const [o,
|
|
3
|
+
const [o, w] = A(n ?? 0), c = E(() => !u && !n && a(o, r, t), [
|
|
4
4
|
r,
|
|
5
5
|
t,
|
|
6
6
|
u,
|
|
@@ -8,22 +8,18 @@ const l = (r, u = !1, n, t = 0) => {
|
|
|
8
8
|
o
|
|
9
9
|
]);
|
|
10
10
|
return V(() => {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
}
|
|
15
|
-
const q = performance.now(), P = () => {
|
|
16
|
-
const x = Math.max(performance.now() - q, 0), a = o + x;
|
|
17
|
-
c(a), w(a, r, t) && requestAnimationFrame(P);
|
|
11
|
+
const q = performance.now(), f = () => {
|
|
12
|
+
const x = Math.max(performance.now() - q, 0), P = o + x;
|
|
13
|
+
w(P), a(P, r, t) && requestAnimationFrame(f);
|
|
18
14
|
};
|
|
19
|
-
requestAnimationFrame(
|
|
15
|
+
requestAnimationFrame(f);
|
|
20
16
|
}, [
|
|
21
17
|
r,
|
|
22
|
-
|
|
18
|
+
c,
|
|
23
19
|
t,
|
|
24
20
|
o
|
|
25
|
-
]), n !== void 0 ? u ? r : n : o;
|
|
26
|
-
},
|
|
21
|
+
]), n !== void 0 ? u ? r : n : !c && o < r ? r : o;
|
|
22
|
+
}, a = (r, u, n) => r < u || r < n;
|
|
27
23
|
export {
|
|
28
24
|
l as useEstimatedProgressValue
|
|
29
25
|
};
|
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
import { useState as
|
|
2
|
-
const
|
|
3
|
-
const [
|
|
1
|
+
import { useState as m, useRef as T, useEffect as f } from "react";
|
|
2
|
+
const a = (e, o = 500, t = 250, c = 250) => {
|
|
3
|
+
const [i, r] = m(t === 0), n = T(0);
|
|
4
4
|
return f(() => {
|
|
5
5
|
const u = setTimeout(() => {
|
|
6
|
-
e || (
|
|
7
|
-
},
|
|
6
|
+
e || (r(!0), n.current = performance.now());
|
|
7
|
+
}, t);
|
|
8
8
|
return () => clearTimeout(u);
|
|
9
|
-
}, [
|
|
9
|
+
}, [t, e]), f(() => {
|
|
10
10
|
if (e !== !0)
|
|
11
11
|
return;
|
|
12
|
-
if (!n.current || performance.now() - n.current < c) {
|
|
13
|
-
t(!1);
|
|
14
|
-
return;
|
|
15
|
-
}
|
|
16
12
|
const u = setTimeout(() => {
|
|
17
|
-
|
|
13
|
+
(!n.current || performance.now() - n.current < c) && r(!1);
|
|
14
|
+
}, 0), s = setTimeout(() => {
|
|
15
|
+
r(!1);
|
|
18
16
|
}, o);
|
|
19
|
-
return () =>
|
|
20
|
-
|
|
17
|
+
return () => {
|
|
18
|
+
clearTimeout(u), clearTimeout(s);
|
|
19
|
+
};
|
|
20
|
+
}, [e, o, c]), e !== !0 || i;
|
|
21
21
|
};
|
|
22
22
|
export {
|
|
23
|
-
|
|
23
|
+
a as useShouldRenderLoading
|
|
24
24
|
};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { AutocompleteNoResultsProps } from '../Autocomplete.types';
|
|
2
|
-
export declare const AutocompleteNoResults: ({ noResultsText, styles, }: AutocompleteNoResultsProps) => number | boolean | Iterable<import('react').ReactNode> | import("react/jsx-runtime").JSX.Element | null | undefined;
|
|
2
|
+
export declare const AutocompleteNoResults: ({ noResultsText, styles, }: AutocompleteNoResultsProps) => number | bigint | boolean | Iterable<import('react').ReactNode> | Promise<string | number | bigint | boolean | import('react').ReactPortal | import('react').ReactElement<unknown, string | import('react').JSXElementConstructor<any>> | Iterable<import('react').ReactNode> | null | undefined> | import("react/jsx-runtime").JSX.Element | null | undefined;
|
package/dist/src/components/HeadingWithDeprecatedFallback/HeadingWithDeprecatedFallback.d.ts
CHANGED
|
@@ -6,5 +6,5 @@ interface HeadingWithDeprecatedFallbackProps extends WithDataAttributes {
|
|
|
6
6
|
headingText?: string;
|
|
7
7
|
HeadingTag?: keyof HTMLElementTagNameMap;
|
|
8
8
|
}
|
|
9
|
-
export declare const HeadingWithDeprecatedFallback: ({ component, "data-testid": dataTestId, heading, headingText, HeadingTag, }: HeadingWithDeprecatedFallbackProps) => string | number | boolean | Iterable<ReactNode> | import("react/jsx-runtime").JSX.Element | null | undefined;
|
|
9
|
+
export declare const HeadingWithDeprecatedFallback: ({ component, "data-testid": dataTestId, heading, headingText, HeadingTag, }: HeadingWithDeprecatedFallbackProps) => string | number | bigint | boolean | Iterable<ReactNode> | Promise<string | number | bigint | boolean | import('react').ReactPortal | import('react').ReactElement<unknown, string | import('react').JSXElementConstructor<any>> | Iterable<ReactNode> | null | undefined> | import("react/jsx-runtime").JSX.Element | null | undefined;
|
|
10
10
|
export {};
|
|
@@ -2,4 +2,4 @@ import { PropsWithChildren } from 'react';
|
|
|
2
2
|
import { PopoverContextValue } from '../Popover.types';
|
|
3
3
|
export declare const NestedPopoverActivator: ({ children, parentPopover, }: PropsWithChildren & {
|
|
4
4
|
parentPopover?: PopoverContextValue;
|
|
5
|
-
}) => string | number | boolean | Iterable<import('react').ReactNode> | import("react/jsx-runtime").JSX.Element | null | undefined;
|
|
5
|
+
}) => string | number | bigint | boolean | Iterable<import('react').ReactNode> | Promise<string | number | bigint | boolean | import('react').ReactPortal | import('react').ReactElement<unknown, string | import('react').JSXElementConstructor<any>> | Iterable<import('react').ReactNode> | null | undefined> | import("react/jsx-runtime").JSX.Element | null | undefined;
|
|
@@ -4,5 +4,5 @@ interface SelectOptionsProps extends Pick<IressRichSelectProps, 'autoHighlight'
|
|
|
4
4
|
shouldShowInstructions?: boolean;
|
|
5
5
|
shouldShowNoResults?: boolean;
|
|
6
6
|
}
|
|
7
|
-
export declare const SelectOptions: ({ autoHighlight, debouncedQuery, error, initialOptions: initialOptionsProp, loading, minSearchLength, multiSelect, onChange, options, query, renderOptions, renderOptionsFooter, results, setQuery, setShow, setValue, show, value, shouldShowInstructions, shouldShowNoResults, }: SelectOptionsProps) => string | number | boolean | Iterable<import('react').ReactNode> | import("react/jsx-runtime").JSX.Element | null | undefined;
|
|
7
|
+
export declare const SelectOptions: ({ autoHighlight, debouncedQuery, error, initialOptions: initialOptionsProp, loading, minSearchLength, multiSelect, onChange, options, query, renderOptions, renderOptionsFooter, results, setQuery, setShow, setValue, show, value, shouldShowInstructions, shouldShowNoResults, }: SelectOptionsProps) => string | number | bigint | boolean | Iterable<import('react').ReactNode> | Promise<string | number | bigint | boolean | import('react').ReactPortal | import('react').ReactElement<unknown, string | import('react').JSXElementConstructor<any>> | Iterable<import('react').ReactNode> | null | undefined> | import("react/jsx-runtime").JSX.Element | null | undefined;
|
|
8
8
|
export {};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
import { SelectOption } from '..';
|
|
2
|
-
|
|
3
|
-
export declare const
|
|
2
|
+
import { default as React } from 'react';
|
|
3
|
+
export declare const mapSelectOptions: (items: SelectOption[]) => React.JSX.Element[] | null;
|
|
4
|
+
export declare const renderOptionOrOptGroup: ({ children, label, onClick, testId, value }: SelectOption, key?: number) => React.JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { IressTableFormattedValueProps } from './TableFormattedValue.types';
|
|
2
|
-
export declare const IressTableFormattedValue: <TRow extends object, TVal = unknown>({ currencyCode, currencyFormatOptions, format, row, value, }: IressTableFormattedValueProps<TRow, TVal>) => string | number | boolean | import('react').ReactElement<any, string | import('react').JSXElementConstructor<any>> | Iterable<import('react').ReactNode> | TVal | null | undefined;
|
|
2
|
+
export declare const IressTableFormattedValue: <TRow extends object, TVal = unknown>({ currencyCode, currencyFormatOptions, format, row, value, }: IressTableFormattedValueProps<TRow, TVal>) => string | number | bigint | boolean | import('react').ReactElement<unknown, string | import('react').JSXElementConstructor<any>> | Iterable<import('react').ReactNode> | Promise<string | number | bigint | boolean | import('react').ReactPortal | import('react').ReactElement<unknown, string | import('react').JSXElementConstructor<any>> | Iterable<import('react').ReactNode> | null | undefined> | TVal | null | undefined;
|
|
@@ -35,4 +35,4 @@ export interface ValidateLoadingProps extends IressHTMLAttributes {
|
|
|
35
35
|
*/
|
|
36
36
|
timeout?: number;
|
|
37
37
|
}
|
|
38
|
-
export declare const ValidateLoading: ({ children, className, loading, message, pattern, position, renderButton, timeout, ...restProps }: ValidateLoadingProps) => string | number | boolean | Iterable<ReactNode> | import("react/jsx-runtime").JSX.Element | null | undefined;
|
|
38
|
+
export declare const ValidateLoading: ({ children, className, loading, message, pattern, position, renderButton, timeout, ...restProps }: ValidateLoadingProps) => string | number | bigint | boolean | Iterable<ReactNode> | Promise<string | number | bigint | boolean | import('react').ReactPortal | import('react').ReactElement<unknown, string | import('react').JSXElementConstructor<any>> | Iterable<ReactNode> | null | undefined> | import("react/jsx-runtime").JSX.Element | null | undefined;
|