@iress-oss/ids-components 5.15.2 → 5.16.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-DmkoqKJm.js → AutocompleteNoResults-D7YVtBHi.js} +1 -1
- package/dist/{ComboboxHiddenInput-CLb6Xp8s.js → ComboboxHiddenInput-CzqAhHnZ.js} +5 -5
- package/dist/{FieldAppendToLabel-Dw0Mn-US.js → FieldAppendToLabel-CMgTenh1.js} +4 -4
- package/dist/{InputBase-55eUCLgT.js → InputBase-Bjj3LDLa.js} +1 -1
- package/dist/Loading.module-BU91nTNp.js +13 -0
- package/dist/LoadingSuspense-D0TO0TDT.js +5666 -0
- package/dist/LogoFromSrc-_ACFUgYc.js +59 -0
- package/dist/MenuItem.module-aggbBK2E.js +24 -0
- package/dist/Popover.module-B2pz2c2y.js +11 -0
- package/dist/{PopoverProvider-BAhkQIhz.js → PopoverProvider-Cw5-iAgZ.js} +4 -4
- package/dist/{SelectControl-BbirMx9B.js → SelectControl-CN6caR5z.js} +1 -1
- package/dist/SlideoutProvider-CQh140HM.js +200 -0
- package/dist/{SliderTicks-Jb0VVHsB.js → SliderTicks-Dfw5LJ8X.js} +1 -1
- package/dist/TabSet.module-yK1UoG-L.js +13 -0
- package/dist/Table.module-BgIez5R-.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 +4 -4
- package/dist/components/Autocomplete/components/AutocompleteNoResults.js +1 -1
- package/dist/components/Autocomplete/hooks/useAutocompleteSearch.js +100 -85
- 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 +4 -4
- package/dist/components/Combobox/MultiCombobox/MultiCombobox.js +4 -4
- package/dist/components/Combobox/components/ComboboxHiddenInput.js +1 -1
- package/dist/components/Combobox/components/ComboboxResults.js +5 -5
- package/dist/components/Combobox/components/ComboboxResultsDescriptor.js +3 -3
- 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 +4 -4
- package/dist/components/Filter/Filter.js +4 -4
- 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 +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 +3 -3
- 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 +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 +3 -3
- 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 +4 -4
- 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/InputPopover/InputPopoverProvider.js +1 -1
- package/dist/components/Popover/Popover.js +2 -2
- package/dist/components/Popover/PopoverProvider.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/Popover/hooks/usePopover.js +1 -1
- package/dist/components/Progress/Progress.js +1 -1
- package/dist/components/Provider/Provider.js +2 -2
- 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 +4 -4
- package/dist/components/Readonly/index.js +1 -1
- package/dist/components/RichSelect/RichSelect.js +3 -3
- package/dist/components/RichSelect/SelectBody/SelectBody.js +3 -3
- 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 +1 -1
- 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 +2 -2
- package/dist/components/RichSelect/SelectSearchInput/SelectSearchInput.js +1 -1
- package/dist/components/RichSelect/SelectTags/SelectTags.js +2 -2
- 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 +2 -2
- package/dist/components/Select/components/SelectControl.js +1 -1
- 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 +2 -2
- package/dist/components/SkipLink/SkipLink.js +1 -1
- package/dist/components/Slideout/Slideout.js +4 -3
- package/dist/components/Slideout/SlideoutProvider.js +6 -89
- package/dist/components/Slideout/components/SlideoutInner.js +2 -2
- package/dist/components/Slideout/hooks/useIDSProvidedSlideout.js +1 -1
- package/dist/components/Slideout/hooks/useSlideout.js +1 -1
- package/dist/components/Slideout/index.js +7 -7
- 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 +3 -3
- 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/src/components/Autocomplete/Autocomplete.types.d.ts +6 -0
- package/dist/src/components/Autocomplete/hooks/useAutocompleteSearch.d.ts +1 -1
- package/dist/src/components/RichSelect/SelectMenu/SelectMenuItem.d.ts +1 -1
- package/dist/src/components/RichSelect/components/SelectOptions.d.ts +2 -2
- package/dist/src/components/Slideout/Slideout.types.d.ts +1 -1
- package/dist/style.css +1 -1
- package/dist/{useIDSButtonGroupItem-BdwMUgHj.js → useIDSButtonGroupItem-aiqu-PIW.js} +1 -1
- package/package.json +1 -1
- package/dist/Loading.module-DUh3NIWC.js +0 -13
- package/dist/LoadingSuspense-BMFBqvXJ.js +0 -5713
- package/dist/LogoFromSrc-7tFjDtcF.js +0 -59
- package/dist/MenuItem.module-bTAQrrT3.js +0 -24
- package/dist/Popover.module-Ct33fXgT.js +0 -11
- package/dist/TabSet.module-z2bbww8p.js +0 -13
- package/dist/Table.module-DNbVlA6R.js +0 -32
|
@@ -1,114 +1,129 @@
|
|
|
1
|
-
import { useRef as
|
|
2
|
-
import { searchLabelValues as
|
|
1
|
+
import { useRef as m, useState as A, useCallback as P, useEffect as M, useMemo as j } from "react";
|
|
2
|
+
import { searchLabelValues as q } from "../../../helpers/label-value/searchLabelValues.js";
|
|
3
3
|
import { highlightQueryInLabelValue as z } from "../../../helpers/label-value/highlightQueryInLabelValue.js";
|
|
4
|
-
function B(
|
|
5
|
-
var
|
|
6
|
-
|
|
7
|
-
var
|
|
8
|
-
if (typeof
|
|
4
|
+
function B(t, r, u, i) {
|
|
5
|
+
var s = this, n = m(null), c = m(0), v = m(0), e = m(null), p = m([]), l = m(), a = m(), g = m(t), h = m(!0);
|
|
6
|
+
g.current = t;
|
|
7
|
+
var d = typeof window < "u", w = !r && r !== 0 && d;
|
|
8
|
+
if (typeof t != "function") throw new TypeError("Expected a function");
|
|
9
9
|
r = +r || 0;
|
|
10
|
-
var
|
|
10
|
+
var F = !!(u = u || {}).leading, W = !("trailing" in u) || !!u.trailing, x = "maxWait" in u, b = "debounceOnServer" in u && !!u.debounceOnServer, D = x ? Math.max(+u.maxWait || 0, r) : null;
|
|
11
11
|
M(function() {
|
|
12
|
-
return
|
|
13
|
-
|
|
12
|
+
return h.current = !0, function() {
|
|
13
|
+
h.current = !1;
|
|
14
14
|
};
|
|
15
15
|
}, []);
|
|
16
|
-
var
|
|
17
|
-
var
|
|
18
|
-
var
|
|
19
|
-
return
|
|
20
|
-
},
|
|
21
|
-
w && cancelAnimationFrame(e.current), e.current = w ? requestAnimationFrame(
|
|
22
|
-
},
|
|
23
|
-
if (!
|
|
24
|
-
var
|
|
25
|
-
return !
|
|
26
|
-
}, O = function(
|
|
27
|
-
return e.current = null, W &&
|
|
28
|
-
},
|
|
29
|
-
var
|
|
30
|
-
if (
|
|
31
|
-
if (
|
|
32
|
-
var
|
|
33
|
-
|
|
16
|
+
var S = j(function() {
|
|
17
|
+
var I = function(f) {
|
|
18
|
+
var o = p.current, T = l.current;
|
|
19
|
+
return p.current = l.current = null, c.current = f, v.current = v.current || f, a.current = g.current.apply(T, o);
|
|
20
|
+
}, E = function(f, o) {
|
|
21
|
+
w && cancelAnimationFrame(e.current), e.current = w ? requestAnimationFrame(f) : setTimeout(f, o);
|
|
22
|
+
}, C = function(f) {
|
|
23
|
+
if (!h.current) return !1;
|
|
24
|
+
var o = f - n.current;
|
|
25
|
+
return !n.current || o >= r || o < 0 || x && f - c.current >= D;
|
|
26
|
+
}, O = function(f) {
|
|
27
|
+
return e.current = null, W && p.current ? I(f) : (p.current = l.current = null, a.current);
|
|
28
|
+
}, y = function f() {
|
|
29
|
+
var o = Date.now();
|
|
30
|
+
if (F && v.current === c.current && V(), C(o)) return O(o);
|
|
31
|
+
if (h.current) {
|
|
32
|
+
var T = r - (o - n.current), k = x ? Math.min(T, D - (o - c.current)) : T;
|
|
33
|
+
E(f, k);
|
|
34
34
|
}
|
|
35
|
-
},
|
|
36
|
-
|
|
37
|
-
},
|
|
38
|
-
if (
|
|
39
|
-
var
|
|
40
|
-
if (
|
|
41
|
-
if (!e.current &&
|
|
42
|
-
if (
|
|
35
|
+
}, V = function() {
|
|
36
|
+
i && i({});
|
|
37
|
+
}, R = function() {
|
|
38
|
+
if (d || b) {
|
|
39
|
+
var f = Date.now(), o = C(f);
|
|
40
|
+
if (p.current = [].slice.call(arguments), l.current = s, n.current = f, o) {
|
|
41
|
+
if (!e.current && h.current) return c.current = n.current, E(y, r), F ? I(n.current) : a.current;
|
|
42
|
+
if (x) return E(y, r), I(n.current);
|
|
43
43
|
}
|
|
44
|
-
return e.current ||
|
|
44
|
+
return e.current || E(y, r), a.current;
|
|
45
45
|
}
|
|
46
46
|
};
|
|
47
|
-
return
|
|
48
|
-
e.current && (w ? cancelAnimationFrame(e.current) : clearTimeout(e.current)),
|
|
49
|
-
},
|
|
47
|
+
return R.cancel = function() {
|
|
48
|
+
e.current && (w ? cancelAnimationFrame(e.current) : clearTimeout(e.current)), c.current = 0, p.current = n.current = l.current = e.current = null;
|
|
49
|
+
}, R.isPending = function() {
|
|
50
50
|
return !!e.current;
|
|
51
|
-
},
|
|
52
|
-
return e.current ? O(Date.now()) :
|
|
53
|
-
},
|
|
54
|
-
}, [
|
|
55
|
-
return
|
|
51
|
+
}, R.flush = function() {
|
|
52
|
+
return e.current ? O(Date.now()) : a.current;
|
|
53
|
+
}, R;
|
|
54
|
+
}, [F, x, r, D, W, w, d, b, i]);
|
|
55
|
+
return S;
|
|
56
56
|
}
|
|
57
|
-
function G(
|
|
58
|
-
return
|
|
57
|
+
function G(t, r) {
|
|
58
|
+
return t === r;
|
|
59
59
|
}
|
|
60
|
-
function H(
|
|
61
|
-
var
|
|
62
|
-
|
|
63
|
-
}, [
|
|
64
|
-
return
|
|
60
|
+
function H(t, r, u) {
|
|
61
|
+
var i = G, s = m(t), n = A({})[1], c = B(P(function(e) {
|
|
62
|
+
s.current = e, n({});
|
|
63
|
+
}, [n]), r, u, n), v = m(t);
|
|
64
|
+
return i(v.current, t) || (c(t), v.current = t), [s.current, c];
|
|
65
65
|
}
|
|
66
66
|
const Y = ({
|
|
67
|
-
debounceThreshold:
|
|
67
|
+
debounceThreshold: t = 500,
|
|
68
68
|
initialOptions: r = [],
|
|
69
|
-
|
|
69
|
+
minSearchLength: u = 1,
|
|
70
|
+
options: i = [],
|
|
70
71
|
query: s = ""
|
|
71
72
|
}) => {
|
|
72
|
-
const [
|
|
73
|
+
const [n, c] = A(!1), [v, e] = A(!1), [p, l] = A([]), [a] = H(s, t), g = m(s), h = m(0);
|
|
73
74
|
return M(() => {
|
|
74
|
-
s &&
|
|
75
|
-
}, [s]), M(() => {
|
|
76
|
-
if (typeof
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
75
|
+
s !== g.current && (l([]), (typeof i != "function" || s.length >= u) && c(!0));
|
|
76
|
+
}, [s, i, u]), M(() => {
|
|
77
|
+
if (typeof i == "function") {
|
|
78
|
+
const d = i, w = ++h.current;
|
|
79
|
+
a.length >= u ? J({
|
|
80
|
+
lastQueryRun: g,
|
|
81
|
+
debouncedQuery: a,
|
|
82
|
+
searchFn: d,
|
|
83
|
+
setResults: l,
|
|
84
|
+
setLoading: c,
|
|
85
|
+
setError: e,
|
|
86
|
+
currentRequestIdRef: h,
|
|
87
|
+
requestId: w
|
|
88
|
+
}) : g.current !== a && (g.current = a, l([]), c(!1), e(!1));
|
|
85
89
|
return;
|
|
86
90
|
}
|
|
87
|
-
|
|
88
|
-
}, [
|
|
89
|
-
clearError: () =>
|
|
90
|
-
debouncedQuery:
|
|
91
|
-
error:
|
|
92
|
-
loading:
|
|
93
|
-
results:
|
|
91
|
+
g.current !== a && (g.current = a, l(q(a, i)), c(!1), e(!1));
|
|
92
|
+
}, [a, n, i, u]), {
|
|
93
|
+
clearError: () => e(!1),
|
|
94
|
+
debouncedQuery: a,
|
|
95
|
+
error: v,
|
|
96
|
+
loading: n,
|
|
97
|
+
results: a ? p : r ?? [],
|
|
94
98
|
stopSearch: () => {
|
|
95
|
-
|
|
99
|
+
c(!1), e(!1);
|
|
96
100
|
}
|
|
97
101
|
};
|
|
98
|
-
}, J = async (
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
+
}, J = async ({
|
|
103
|
+
lastQueryRun: t,
|
|
104
|
+
debouncedQuery: r,
|
|
105
|
+
searchFn: u,
|
|
106
|
+
setResults: i,
|
|
107
|
+
setLoading: s,
|
|
108
|
+
setError: n,
|
|
109
|
+
currentRequestIdRef: c,
|
|
110
|
+
requestId: v
|
|
111
|
+
}) => {
|
|
112
|
+
if (t.current === r) return;
|
|
113
|
+
if (t.current = r, !r) {
|
|
114
|
+
s(!1), n(!1);
|
|
102
115
|
return;
|
|
103
116
|
}
|
|
104
|
-
let
|
|
105
|
-
const
|
|
106
|
-
(
|
|
117
|
+
let e = !1;
|
|
118
|
+
const p = await u(r).catch(
|
|
119
|
+
(l) => (e = K(l), [])
|
|
107
120
|
);
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
121
|
+
v === c.current && (i(
|
|
122
|
+
p.map(
|
|
123
|
+
(l) => z(l, r)
|
|
124
|
+
)
|
|
125
|
+
), n(e), s(!1));
|
|
126
|
+
}, K = (t) => t instanceof Error && t.message ? t.message : typeof t == "string" ? t : !0;
|
|
112
127
|
export {
|
|
113
128
|
Y as useAutocompleteSearch
|
|
114
129
|
};
|
|
@@ -2,7 +2,7 @@ import { jsx as r, jsxs as b } from "react/jsx-runtime";
|
|
|
2
2
|
import { BadgeMode as l } from "./Badge.types.js";
|
|
3
3
|
import { c as v } from "../../index-2QXL0WYc.js";
|
|
4
4
|
import { propagateTestid as p } from "../../helpers/utility/propagateTestid.js";
|
|
5
|
-
const u = "ids-badge--base-
|
|
5
|
+
const u = "ids-badge--base-v5160", m = "ids-badge--pill-v5160", f = "ids-badge--success-v5160", h = "ids-badge--warning-v5160", k = "ids-badge--danger-v5160", N = "ids-badge--info-v5160", w = "ids-badge--positive-v5160", x = "ids-badge--negative-v5160", B = "ids-badge-v5160", M = "ids-badge--host-v5160", s = {
|
|
6
6
|
base: u,
|
|
7
7
|
pill: m,
|
|
8
8
|
success: f,
|
|
@@ -11,10 +11,10 @@ const u = "ids-badge--base-v5151", m = "ids-badge--pill-v5151", f = "ids-badge--
|
|
|
11
11
|
info: N,
|
|
12
12
|
positive: w,
|
|
13
13
|
negative: x,
|
|
14
|
-
"background-default": "ids-badge--background-default-
|
|
15
|
-
"background-alt": "ids-badge--background-alt-
|
|
14
|
+
"background-default": "ids-badge--background-default-v5160",
|
|
15
|
+
"background-alt": "ids-badge--background-alt-v5160",
|
|
16
16
|
badge: B,
|
|
17
|
-
"ids-icon": "ids-icon-
|
|
17
|
+
"ids-icon": "ids-icon-v5160",
|
|
18
18
|
host: M
|
|
19
19
|
}, t = ({
|
|
20
20
|
children: i,
|
|
@@ -2,9 +2,9 @@ import "react/jsx-runtime";
|
|
|
2
2
|
import "react";
|
|
3
3
|
import "../../index-2QXL0WYc.js";
|
|
4
4
|
import "./Button.types.js";
|
|
5
|
-
import { b as a } from "../../LoadingSuspense-
|
|
5
|
+
import { b as a } from "../../LoadingSuspense-D0TO0TDT.js";
|
|
6
6
|
import "../../enums.js";
|
|
7
|
-
import "../../useIDSButtonGroupItem-
|
|
7
|
+
import "../../useIDSButtonGroupItem-aiqu-PIW.js";
|
|
8
8
|
export {
|
|
9
9
|
a as IressButton
|
|
10
10
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { BUTTON_MODES as s, BUTTON_TYPES as e, ButtonCssClass as B, ButtonMode as r, ButtonType as T } from "./Button.types.js";
|
|
2
|
-
import { b as u, c as a } from "../../LoadingSuspense-
|
|
2
|
+
import { b as u, c as a } from "../../LoadingSuspense-D0TO0TDT.js";
|
|
3
3
|
export {
|
|
4
4
|
s as BUTTON_MODES,
|
|
5
5
|
e as BUTTON_TYPES,
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { jsx as o, jsxs as d } from "react/jsx-runtime";
|
|
2
2
|
import { c as n } from "../../index-2QXL0WYc.js";
|
|
3
|
-
import { s } from "../../useIDSButtonGroupItem-
|
|
3
|
+
import { s } from "../../useIDSButtonGroupItem-aiqu-PIW.js";
|
|
4
4
|
import G, { useMemo as _ } from "react";
|
|
5
5
|
import { toArray as g } from "../../helpers/formatting/toArray.js";
|
|
6
6
|
import { useIdIfNeeded as x } from "../../hooks/useIdIfNeeded.js";
|
|
7
7
|
import { IressButtonGroupProvider as B } from "./ButtonGroupProvider.js";
|
|
8
8
|
import { propagateTestid as u } from "../../helpers/utility/propagateTestid.js";
|
|
9
|
-
import { b as I } from "../../LoadingSuspense-
|
|
9
|
+
import { b as I } from "../../LoadingSuspense-D0TO0TDT.js";
|
|
10
10
|
import { GlobalCSSClass as S } from "../../enums.js";
|
|
11
11
|
const w = ({
|
|
12
12
|
children: c,
|
|
@@ -5,7 +5,7 @@ import "../../enums.js";
|
|
|
5
5
|
import "../../helpers/form/getFormControlValueAsString.js";
|
|
6
6
|
import "../CheckboxMark/CheckboxMark.types.js";
|
|
7
7
|
import "../CheckboxMark/CheckboxMark.js";
|
|
8
|
-
import { d as f } from "../../LoadingSuspense-
|
|
8
|
+
import { d as f } from "../../LoadingSuspense-D0TO0TDT.js";
|
|
9
9
|
import "../../hooks/useControlledState.js";
|
|
10
10
|
import "../Form/hooks/useNoDefaultValueInForms.js";
|
|
11
11
|
import "../CheckboxGroup/CheckboxGroupContext.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as a } from "react/jsx-runtime";
|
|
2
|
-
import { d as p } from "../../../LoadingSuspense-
|
|
2
|
+
import { d as p } from "../../../LoadingSuspense-D0TO0TDT.js";
|
|
3
3
|
import { idsLogger as i } from "../../../helpers/utility/idsLogger.js";
|
|
4
4
|
import { getFormControlValueAsString as d } from "../../../helpers/form/getFormControlValueAsString.js";
|
|
5
5
|
const h = (r) => r != null && r.length ? (i(
|
|
@@ -6,18 +6,18 @@ import { CheckboxGroupLayout as w } from "./CheckboxGroup.types.js";
|
|
|
6
6
|
import { useControlledState as A } from "../../hooks/useControlledState.js";
|
|
7
7
|
import { useNoDefaultValueInForms as D } from "../Form/hooks/useNoDefaultValueInForms.js";
|
|
8
8
|
import { CheckboxGroupContext as H } from "./CheckboxGroupContext.js";
|
|
9
|
-
const M = "ids-checkbox-group-
|
|
9
|
+
const M = "ids-checkbox-group-v5160", z = "ids-checkbox-group--full-v5160", B = "ids-checkbox-group--block-v5160", J = "ids-checkbox-group--stack-v5160", K = "ids-checkbox-group--inline-v5160", O = "ids-checkbox-group--readonly-v5160", u = {
|
|
10
10
|
checkboxGroup: M,
|
|
11
11
|
full: z,
|
|
12
12
|
block: B,
|
|
13
13
|
stack: J,
|
|
14
|
-
"ids-checkbox": "ids-checkbox-
|
|
15
|
-
"ids-input--readonly": "ids-input--readonly-
|
|
16
|
-
"ids-checkbox--label": "ids-checkbox--label-
|
|
17
|
-
"ids-checkbox--label-span": "ids-checkbox--label-span-
|
|
14
|
+
"ids-checkbox": "ids-checkbox-v5160",
|
|
15
|
+
"ids-input--readonly": "ids-input--readonly-v5160",
|
|
16
|
+
"ids-checkbox--label": "ids-checkbox--label-v5160",
|
|
17
|
+
"ids-checkbox--label-span": "ids-checkbox--label-span-v5160",
|
|
18
18
|
inline: K,
|
|
19
19
|
readonly: O,
|
|
20
|
-
"ids-input-base--readonly": "ids-input-base--readonly-
|
|
20
|
+
"ids-input-base--readonly": "ids-input-base--readonly-v5160"
|
|
21
21
|
}, h = S(
|
|
22
22
|
({
|
|
23
23
|
className: v,
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
const c = "ids-checkbox-mark-
|
|
1
|
+
const c = "ids-checkbox-mark-v5160", k = "ids-checkbox-mark--checked-v5160", t = "ids-checkbox-mark--indeterminate-v5160", a = {
|
|
2
2
|
checkboxMark: c,
|
|
3
3
|
checked: k,
|
|
4
4
|
indeterminate: t
|
|
5
|
-
}, n = "ids-checkbox-mark-
|
|
5
|
+
}, n = "ids-checkbox-mark-v5160", r = "ids-checkbox-mark--indeterminate-mark-v5160", i = "ids-checkbox-mark--checked-mark-v5160", s = "ids-checkbox-mark--checked-v5160", d = "ids-checkbox-mark--indeterminate-v5160", e = {
|
|
6
6
|
checkboxMark: n,
|
|
7
7
|
indeterminateMark: r,
|
|
8
8
|
checkedMark: i,
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
3
|
import "../../index-2QXL0WYc.js";
|
|
4
|
-
import "../../ComboboxHiddenInput-
|
|
4
|
+
import "../../ComboboxHiddenInput-CzqAhHnZ.js";
|
|
5
5
|
import "../../helpers/utility/propagateTestid.js";
|
|
6
6
|
import "../../helpers/formatting/toArray.js";
|
|
7
7
|
import "../Popover/Popover.js";
|
|
8
|
-
import "../../PopoverProvider-
|
|
8
|
+
import "../../PopoverProvider-Cw5-iAgZ.js";
|
|
9
9
|
import "../Popover/InputPopover/InputPopover.js";
|
|
10
10
|
import "../../enums.js";
|
|
11
11
|
import "../RichSelect/hooks/useRichSelectState.js";
|
|
12
|
-
import { e as T } from "../../LoadingSuspense-
|
|
12
|
+
import { e as T } from "../../LoadingSuspense-D0TO0TDT.js";
|
|
13
13
|
import "../Autocomplete/hooks/useAutocompleteSearch.js";
|
|
14
14
|
import "../Badge/Badge.js";
|
|
15
15
|
import "../../hooks/useIdIfNeeded.js";
|
|
@@ -25,7 +25,7 @@ import "../CheckboxMark/CheckboxMark.types.js";
|
|
|
25
25
|
import "../CheckboxMark/CheckboxMark.js";
|
|
26
26
|
import "../Modal/ModalProvider.js";
|
|
27
27
|
import "../Panel/Panel.js";
|
|
28
|
-
import "
|
|
28
|
+
import "../../SlideoutProvider-CQh140HM.js";
|
|
29
29
|
import "react-dom";
|
|
30
30
|
import "../RadioGroup/RadioGroup.js";
|
|
31
31
|
import "../Skeleton/Skeleton.js";
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
3
|
import "../../../index-2QXL0WYc.js";
|
|
4
|
-
import "../../../ComboboxHiddenInput-
|
|
4
|
+
import "../../../ComboboxHiddenInput-CzqAhHnZ.js";
|
|
5
5
|
import "../../../helpers/utility/propagateTestid.js";
|
|
6
6
|
import "../../../helpers/formatting/toArray.js";
|
|
7
7
|
import "../../Popover/Popover.js";
|
|
8
|
-
import "../../../PopoverProvider-
|
|
8
|
+
import "../../../PopoverProvider-Cw5-iAgZ.js";
|
|
9
9
|
import "../../Popover/InputPopover/InputPopover.js";
|
|
10
10
|
import "../../RichSelect/hooks/useRichSelectState.js";
|
|
11
|
-
import { f as R } from "../../../LoadingSuspense-
|
|
11
|
+
import { f as R } from "../../../LoadingSuspense-D0TO0TDT.js";
|
|
12
12
|
import "../../Autocomplete/hooks/useAutocompleteSearch.js";
|
|
13
13
|
import "../../Badge/Badge.js";
|
|
14
14
|
import "../../../hooks/useIdIfNeeded.js";
|
|
@@ -24,7 +24,7 @@ import "../../CheckboxMark/CheckboxMark.types.js";
|
|
|
24
24
|
import "../../CheckboxMark/CheckboxMark.js";
|
|
25
25
|
import "../../Modal/ModalProvider.js";
|
|
26
26
|
import "../../Panel/Panel.js";
|
|
27
|
-
import "
|
|
27
|
+
import "../../../SlideoutProvider-CQh140HM.js";
|
|
28
28
|
import "react-dom";
|
|
29
29
|
import "../../RadioGroup/RadioGroup.js";
|
|
30
30
|
import "../../Skeleton/Skeleton.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
|
-
import { C as b } from "../../../ComboboxHiddenInput-
|
|
2
|
+
import { C as b } from "../../../ComboboxHiddenInput-CzqAhHnZ.js";
|
|
3
3
|
import "../../../helpers/utility/propagateTestid.js";
|
|
4
4
|
import "../../../index-2QXL0WYc.js";
|
|
5
5
|
import "react";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import { $ as K } from "../../../LoadingSuspense-
|
|
3
|
+
import { $ as K } from "../../../LoadingSuspense-D0TO0TDT.js";
|
|
4
4
|
import "../../../fuzzysort-eoXOpoo6.js";
|
|
5
5
|
import "../../Badge/Badge.js";
|
|
6
6
|
import "../../../index-2QXL0WYc.js";
|
|
@@ -13,14 +13,14 @@ import "../../Expander/Expander.js";
|
|
|
13
13
|
import "../../Form/FormContext.js";
|
|
14
14
|
import "../../Menu/Menu.js";
|
|
15
15
|
import "../../Menu/MenuProvider.js";
|
|
16
|
-
import "../../../PopoverProvider-
|
|
16
|
+
import "../../../PopoverProvider-Cw5-iAgZ.js";
|
|
17
17
|
import "../../CheckboxMark/CheckboxMark.types.js";
|
|
18
18
|
import "../../CheckboxMark/CheckboxMark.js";
|
|
19
19
|
import "../../Modal/ModalProvider.js";
|
|
20
20
|
import "../../Panel/Panel.js";
|
|
21
21
|
import "../../Popover/Popover.js";
|
|
22
22
|
import "../../Popover/InputPopover/InputPopover.js";
|
|
23
|
-
import "
|
|
23
|
+
import "../../../SlideoutProvider-CQh140HM.js";
|
|
24
24
|
import "react-dom";
|
|
25
25
|
import "../../RadioGroup/RadioGroup.js";
|
|
26
26
|
import "../../Skeleton/Skeleton.js";
|
|
@@ -33,8 +33,8 @@ import "../../Text/Text.js";
|
|
|
33
33
|
import "../../Toggle/Toggle.js";
|
|
34
34
|
import "../../Tooltip/Tooltip.js";
|
|
35
35
|
import "../../ValidationMessage/ValidationMessage.js";
|
|
36
|
-
import "../../../ComboboxHiddenInput-
|
|
37
|
-
import "../../../AutocompleteNoResults-
|
|
36
|
+
import "../../../ComboboxHiddenInput-CzqAhHnZ.js";
|
|
37
|
+
import "../../../AutocompleteNoResults-D7YVtBHi.js";
|
|
38
38
|
export {
|
|
39
39
|
K as ComboboxResults
|
|
40
40
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import { _ as J } from "../../../LoadingSuspense-
|
|
3
|
+
import { _ as J } from "../../../LoadingSuspense-D0TO0TDT.js";
|
|
4
4
|
import "../../../fuzzysort-eoXOpoo6.js";
|
|
5
5
|
import "../../Badge/Badge.js";
|
|
6
6
|
import "../../../index-2QXL0WYc.js";
|
|
@@ -13,14 +13,14 @@ import "../../Expander/Expander.js";
|
|
|
13
13
|
import "../../Form/FormContext.js";
|
|
14
14
|
import "../../Menu/Menu.js";
|
|
15
15
|
import "../../Menu/MenuProvider.js";
|
|
16
|
-
import "../../../PopoverProvider-
|
|
16
|
+
import "../../../PopoverProvider-Cw5-iAgZ.js";
|
|
17
17
|
import "../../CheckboxMark/CheckboxMark.types.js";
|
|
18
18
|
import "../../CheckboxMark/CheckboxMark.js";
|
|
19
19
|
import "../../Modal/ModalProvider.js";
|
|
20
20
|
import "../../Panel/Panel.js";
|
|
21
21
|
import "../../Popover/Popover.js";
|
|
22
22
|
import "../../Popover/InputPopover/InputPopover.js";
|
|
23
|
-
import "
|
|
23
|
+
import "../../../SlideoutProvider-CQh140HM.js";
|
|
24
24
|
import "react-dom";
|
|
25
25
|
import "../../RadioGroup/RadioGroup.js";
|
|
26
26
|
import "../../../helpers/label-value/composeLabelValueDescriptor.js";
|
|
@@ -4,7 +4,7 @@ import { useState as h, useEffect as _ } from "react";
|
|
|
4
4
|
import { propagateTestid as d } from "../../helpers/utility/propagateTestid.js";
|
|
5
5
|
import { ExpanderMode as E } from "./Expander.types.js";
|
|
6
6
|
import { useIdIfNeeded as b } from "../../hooks/useIdIfNeeded.js";
|
|
7
|
-
const j = "ids-expander--link-
|
|
7
|
+
const j = "ids-expander--link-v5160", y = "ids-expander--heading-v5160", M = "ids-expander--activator-v5160", O = "ids-expander--section-v5160", $ = "ids-expander-v5160", A = "ids-expander--container-v5160", S = "ids-expander--open-v5160", T = "ids-expander--container-inner-v5160", g = "ids-expander--content-v5160", e = {
|
|
8
8
|
link: j,
|
|
9
9
|
heading: y,
|
|
10
10
|
activator: M,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as c, jsxs as y } from "react/jsx-runtime";
|
|
2
2
|
import { c as A } from "../../index-2QXL0WYc.js";
|
|
3
|
-
import { F as E, s as p } from "../../FieldAppendToLabel-
|
|
3
|
+
import { F as E, s as p } from "../../FieldAppendToLabel-CMgTenh1.js";
|
|
4
4
|
import { useMemo as o, isValidElement as q } from "react";
|
|
5
5
|
import { IressLabel as V } from "../Label/Label.js";
|
|
6
6
|
import { propagateTestid as k } from "../../helpers/utility/propagateTestid.js";
|
|
@@ -2,9 +2,9 @@ import { jsx as o, jsxs as N } from "react/jsx-runtime";
|
|
|
2
2
|
import { c as x } from "../../../index-2QXL0WYc.js";
|
|
3
3
|
import { useMemo as f } from "react";
|
|
4
4
|
import { propagateTestid as b } from "../../../helpers/utility/propagateTestid.js";
|
|
5
|
-
import { F as L } from "../../../FieldAppendToLabel-
|
|
5
|
+
import { F as L } from "../../../FieldAppendToLabel-CMgTenh1.js";
|
|
6
6
|
import { FieldLegend as g } from "../components/FieldLegend.js";
|
|
7
|
-
const y = "ids-field-group-
|
|
7
|
+
const y = "ids-field-group-v5160", A = "ids-field-group--invalid-v5160", E = "ids-field-group--hidden-label-v5160", k = "ids-field-group--legend-v5160", q = "ids-field-group--fields-v5160", w = "ids-field-group--inline-v5160", z = "ids-field-group--join-v5160", l = {
|
|
8
8
|
fieldGroup: y,
|
|
9
9
|
invalid: A,
|
|
10
10
|
hiddenLabel: E,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "../../../index-2QXL0WYc.js";
|
|
3
|
-
import { F as N } from "../../../FieldAppendToLabel-
|
|
4
|
-
import "../../../LoadingSuspense-
|
|
3
|
+
import { F as N } from "../../../FieldAppendToLabel-CMgTenh1.js";
|
|
4
|
+
import "../../../LoadingSuspense-D0TO0TDT.js";
|
|
5
5
|
import "react";
|
|
6
6
|
import "../../../fuzzysort-eoXOpoo6.js";
|
|
7
7
|
import "../../Badge/Badge.js";
|
|
@@ -15,14 +15,14 @@ import "../../Expander/Expander.js";
|
|
|
15
15
|
import "../../Form/FormContext.js";
|
|
16
16
|
import "../../Menu/Menu.js";
|
|
17
17
|
import "../../Menu/MenuProvider.js";
|
|
18
|
-
import "../../../PopoverProvider-
|
|
18
|
+
import "../../../PopoverProvider-Cw5-iAgZ.js";
|
|
19
19
|
import "../../CheckboxMark/CheckboxMark.types.js";
|
|
20
20
|
import "../../CheckboxMark/CheckboxMark.js";
|
|
21
21
|
import "../../Modal/ModalProvider.js";
|
|
22
22
|
import "../../Panel/Panel.js";
|
|
23
23
|
import "../../Popover/Popover.js";
|
|
24
24
|
import "../../Popover/InputPopover/InputPopover.js";
|
|
25
|
-
import "
|
|
25
|
+
import "../../../SlideoutProvider-CQh140HM.js";
|
|
26
26
|
import "react-dom";
|
|
27
27
|
import "../../RadioGroup/RadioGroup.js";
|
|
28
28
|
import "../../Text/Text.js";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
3
|
import "../../index-2QXL0WYc.js";
|
|
4
|
-
import { g as Q } from "../../LoadingSuspense-
|
|
4
|
+
import { g as Q } from "../../LoadingSuspense-D0TO0TDT.js";
|
|
5
5
|
import "../../helpers/utility/propagateTestid.js";
|
|
6
6
|
import "../Popover/Popover.js";
|
|
7
|
-
import "../../PopoverProvider-
|
|
7
|
+
import "../../PopoverProvider-Cw5-iAgZ.js";
|
|
8
8
|
import "../Popover/InputPopover/InputPopover.js";
|
|
9
9
|
import "../RichSelect/hooks/useRichSelectState.js";
|
|
10
10
|
import "../Autocomplete/hooks/useAutocompleteSearch.js";
|
|
@@ -23,7 +23,7 @@ import "../CheckboxMark/CheckboxMark.types.js";
|
|
|
23
23
|
import "../CheckboxMark/CheckboxMark.js";
|
|
24
24
|
import "../Modal/ModalProvider.js";
|
|
25
25
|
import "../Panel/Panel.js";
|
|
26
|
-
import "
|
|
26
|
+
import "../../SlideoutProvider-CQh140HM.js";
|
|
27
27
|
import "react-dom";
|
|
28
28
|
import "../RadioGroup/RadioGroup.js";
|
|
29
29
|
import "../Skeleton/Skeleton.js";
|
|
@@ -37,7 +37,7 @@ import "../Toggle/Toggle.js";
|
|
|
37
37
|
import "../Tooltip/Tooltip.js";
|
|
38
38
|
import "../ValidationMessage/ValidationMessage.js";
|
|
39
39
|
import "./hooks/useFilterFlags.js";
|
|
40
|
-
import "../../AutocompleteNoResults-
|
|
40
|
+
import "../../AutocompleteNoResults-D7YVtBHi.js";
|
|
41
41
|
import "./components/FilterLabel.js";
|
|
42
42
|
export {
|
|
43
43
|
Q as IressFilter
|