@iress-oss/ids-components 0.0.1-dev.2 → 0.0.1-dev.20
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/README.md +1 -1
- package/dist/{AutocompleteNoResults-ImNh0dmJ.js → AutocompleteNoResults-CogA3XZs.js} +1 -1
- package/dist/{ComboboxHiddenInput-BVhoQtv3.js → ComboboxHiddenInput-gTOjjF3f.js} +5 -5
- package/dist/{FieldAppendToLabel-CY2e0YuF.js → FieldAppendToLabel-DCv5E5th.js} +13 -11
- package/dist/{InputBase-LsLk3nX1.js → InputBase-BFK9n82f.js} +1 -1
- package/dist/Loading.module-g2pe-Gfx.js +13 -0
- package/dist/LoadingSuspense-BwlrIicY.js +5773 -0
- package/dist/LogoFromSrc-BnImWqt6.js +59 -0
- package/dist/MenuItem.module-BxcFZeSh.js +24 -0
- package/dist/Popover.module-BKrF_xRW.js +11 -0
- package/dist/PopoverProvider-d3hhpW2k.js +142 -0
- package/dist/{SelectControl-BJo08wJN.js → SelectControl-D1SJlplM.js} +1 -1
- package/dist/SlideoutProvider-CQh140HM.js +200 -0
- package/dist/{SliderTicks-MkaJGb9A.js → SliderTicks-DQN0Ka4d.js} +1 -1
- package/dist/TabSet.module-FRUnHgA1.js +13 -0
- package/dist/Table.module-r-RfIeLI.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 +8 -6
- package/dist/components/Autocomplete/components/AutocompleteInstructions.js +12 -0
- package/dist/components/Autocomplete/components/AutocompleteNoResults.js +1 -1
- package/dist/components/Autocomplete/hooks/useAutocompleteSearch.js +160 -95
- 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 +7 -5
- package/dist/components/Combobox/MultiCombobox/MultiCombobox.js +7 -5
- package/dist/components/Combobox/components/ComboboxHiddenInput.js +1 -1
- package/dist/components/Combobox/components/ComboboxResults.js +8 -6
- package/dist/components/Combobox/components/ComboboxResultsDescriptor.js +6 -4
- 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 +7 -5
- package/dist/components/Filter/Filter.js +7 -5
- package/dist/components/Filter/components/FilterResetButton.js +6 -4
- package/dist/components/Filter/components/FilterSearch.js +6 -4
- package/dist/components/Filter/index.js +1 -1
- package/dist/components/Form/Form.js +1 -1
- package/dist/components/Form/FormField/FormField.js +45 -39
- package/dist/components/Form/FormField/FormFieldset.js +13 -11
- 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 +7 -5
- package/dist/components/Hide/index.js +1 -1
- package/dist/components/Icon/Icon.js +6 -4
- package/dist/components/Icon/index.js +1 -1
- package/dist/components/Inline/Inline.js +6 -4
- 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 +6 -4
- 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/MenuItem/hooks/useMenuItemInteractions.js +41 -41
- package/dist/components/Menu/MenuText/MenuText.js +7 -5
- 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 +2 -2
- package/dist/components/Modal/hooks/useModal.js +17 -14
- 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 +36 -34
- package/dist/components/Popover/InputPopover/InputPopoverActivator.js +1 -1
- package/dist/components/Popover/InputPopover/InputPopoverProvider.js +72 -66
- package/dist/components/Popover/Popover.js +32 -30
- package/dist/components/Popover/PopoverProvider.js +13 -111
- package/dist/components/Popover/components/NestedPopoverActivator.js +9 -0
- package/dist/components/Popover/components/PopoverActivator.js +40 -41
- package/dist/components/Popover/components/PopoverContent.js +15 -15
- 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/usePopover.js +1 -1
- 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 +1 -1
- package/dist/components/Provider/Provider.js +38 -0
- package/dist/components/Provider/index.js +4 -0
- 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 +7 -5
- package/dist/components/Readonly/index.js +1 -1
- package/dist/components/RichSelect/RichSelect.js +6 -4
- package/dist/components/RichSelect/SelectBody/SelectBody.js +7 -5
- package/dist/components/RichSelect/SelectCreate/SelectCreate.js +11 -9
- package/dist/components/RichSelect/SelectHeading/SelectHeading.js +6 -4
- package/dist/components/RichSelect/SelectLabel/SelectLabel.js +1 -1
- package/dist/components/RichSelect/SelectMenu/SelectMenu.js +6 -4
- package/dist/components/RichSelect/SelectMenu/SelectMenuItem.js +6 -4
- package/dist/components/RichSelect/SelectSearch/SelectSearch.js +5 -3
- package/dist/components/RichSelect/SelectSearchInput/SelectSearchInput.js +1 -1
- package/dist/components/RichSelect/SelectTags/SelectTags.js +5 -3
- package/dist/components/RichSelect/components/SelectActivator.js +1 -1
- package/dist/components/RichSelect/components/SelectOptions.js +6 -4
- package/dist/components/RichSelect/index.js +1 -1
- package/dist/components/Row/Row.js +6 -4
- 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 +6 -4
- package/dist/components/Select/helpers/mapSelectOptions.js +1 -1
- package/dist/components/Select/helpers/nodesToSelectOptions.js +3 -3
- 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 +5 -3
- package/dist/components/Slideout/SlideoutProvider.js +6 -89
- package/dist/components/Slideout/components/SlideoutInner.js +3 -2
- package/dist/components/Slideout/hooks/useIDSProvidedSlideout.js +1 -1
- package/dist/components/Slideout/hooks/useSlideout.js +17 -14
- 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 +74 -62
- package/dist/components/TabSet/TabSet.js +2 -2
- package/dist/components/TabSet/components/TabSetItem.js +2 -2
- package/dist/components/Table/Table.js +4 -3
- package/dist/components/Table/TableBody/TableBody.js +2 -2
- package/dist/components/Table/TableProvider.js +29 -25
- package/dist/components/Table/components/TableEmpty.js +1 -1
- package/dist/components/Table/components/TableHeader.js +2 -2
- package/dist/components/Table/components/TableHeaderCell.js +2 -2
- package/dist/components/Table/components/TableRows.js +1 -1
- package/dist/components/Table/components/TableSortButton.js +2 -2
- package/dist/components/Table/helpers/composeIDSTableColumnDefs.js +5 -5
- 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 +3 -3
- package/dist/components/Toaster/ToasterProvider.js +1 -1
- package/dist/components/Toaster/hooks/useToaster.js +24 -3
- package/dist/components/Toaster/index.js +11 -10
- package/dist/components/Toggle/Toggle.js +3 -3
- package/dist/components/Tooltip/Tooltip.js +18 -18
- package/dist/components/ValidationMessage/ValidationBase/ValidationBase.js +1 -1
- package/dist/components/ValidationMessage/ValidationSummary/ValidationSummary.js +1 -1
- package/dist/constants.js +11 -11
- package/dist/{floating-ui.react-D_ysmiM3.js → floating-ui.react-nmA48tb2.js} +1055 -1034
- package/dist/helpers/dom/closestCrossShadow.js +26 -0
- package/dist/helpers/dom/domUtils.js +12 -0
- package/dist/helpers/formatting/formatDateTime.js +21 -16
- package/dist/helpers/label-value/highlightQueryInLabelValue.js +6 -5
- package/dist/{index-CmsyHM_3.js → index-BQfnxwrU.js} +2 -2
- package/dist/{index-CtOScEKX.js → index-Dms7F5NM.js} +8 -8
- package/dist/main.js +185 -181
- package/dist/patterns/Loading/Loading.js +1 -1
- package/dist/patterns/Loading/LoadingSuspense.js +5 -49
- 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 +3 -2
- package/dist/src/components/Autocomplete/Autocomplete.types.d.ts +38 -0
- package/dist/src/components/Autocomplete/components/AutocompleteInstructions.d.ts +2 -0
- package/dist/src/components/Autocomplete/hooks/useAutocompleteSearch.d.ts +5 -1
- package/dist/src/components/Form/Form.types.d.ts +10 -1
- package/dist/src/components/Form/FormField/FormField.d.ts +1 -1
- package/dist/src/components/Form/FormField/FormField.types.d.ts +8 -2
- package/dist/src/components/Modal/Modal.types.d.ts +4 -0
- package/dist/src/components/Popover/Popover.types.d.ts +3 -1
- 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/Provider/Provider.d.ts +20 -0
- package/dist/src/components/Provider/index.d.ts +1 -0
- package/dist/src/components/RichSelect/RichSelect.types.d.ts +27 -1
- package/dist/src/components/RichSelect/SelectMenu/SelectMenuItem.d.ts +1 -1
- package/dist/src/components/RichSelect/components/SelectOptions.d.ts +4 -2
- package/dist/src/components/Slideout/Slideout.types.d.ts +5 -1
- package/dist/src/components/Table/Table.d.ts +7 -6
- package/dist/src/components/Table/Table.types.d.ts +10 -1
- package/dist/src/components/Table/TableProvider.d.ts +5 -2
- package/dist/src/components/Toaster/Toast/Toast.types.d.ts +2 -1
- package/dist/src/components/Toaster/ToasterProvider.d.ts +5 -2
- package/dist/src/components/Toaster/hooks/useToaster.d.ts +3 -3
- package/dist/src/constants.d.ts +7 -7
- package/dist/src/helpers/dom/closestCrossShadow.d.ts +9 -0
- package/dist/src/helpers/dom/domUtils.d.ts +5 -0
- package/dist/src/interfaces.d.ts +1 -0
- package/dist/src/main.d.ts +1 -0
- package/dist/src/patterns/Loading/LoadingSuspense.d.ts +1 -2
- package/dist/src/patterns/Loading/components/PageLoading.d.ts +3 -3
- package/dist/src/patterns/Loading/hooks/useShouldRenderLoading.d.ts +1 -0
- package/dist/src/patterns/Loading/index.d.ts +1 -0
- package/dist/style.css +1 -1
- package/dist/{useIDSButtonGroupItem-Y0ZSkNW8.js → useIDSButtonGroupItem-VfKx4O-O.js} +1 -1
- package/dist/vitest.config.d.ts +2 -0
- package/package.json +16 -28
- package/dist/Loading-rKDsRTjZ.js +0 -5638
- package/dist/Loading.module-C58kTwE4.js +0 -13
- package/dist/LogoFromSrc-KxC2Gztm.js +0 -59
- package/dist/MenuItem.module-3aqP1ZMw.js +0 -24
- package/dist/Popover.module-CLIdWyZD.js +0 -11
- package/dist/TabSet.module-DGDICWMf.js +0 -13
- package/dist/Table.module-Co33h7CZ.js +0 -32
- package/dist/components/Autocomplete/hooks/useAutocompleteFlags.js +0 -16
- package/dist/src/components/Autocomplete/hooks/useAutocompleteFlags.d.ts +0 -5
- /package/dist/{setupTests.d.ts → vitest.setup.d.ts} +0 -0
|
@@ -1,112 +1,177 @@
|
|
|
1
|
-
import { useRef as
|
|
2
|
-
import { searchLabelValues as
|
|
3
|
-
import { highlightQueryInLabelValue as
|
|
4
|
-
function
|
|
5
|
-
var
|
|
6
|
-
|
|
7
|
-
var
|
|
8
|
-
if (typeof
|
|
9
|
-
|
|
10
|
-
var
|
|
11
|
-
|
|
12
|
-
return
|
|
13
|
-
|
|
1
|
+
import { useRef as d, useState as S, useCallback as p, useEffect as M, useMemo as U } from "react";
|
|
2
|
+
import { searchLabelValues as I } from "../../../helpers/label-value/searchLabelValues.js";
|
|
3
|
+
import { highlightQueryInLabelValue as L } from "../../../helpers/label-value/highlightQueryInLabelValue.js";
|
|
4
|
+
function V(e, n, u, c) {
|
|
5
|
+
var o = this, t = d(null), a = d(0), s = d(0), r = d(null), i = d([]), h = d(), E = d(), T = d(e), m = d(!0);
|
|
6
|
+
T.current = e;
|
|
7
|
+
var v = typeof window < "u", g = !n && n !== 0 && v;
|
|
8
|
+
if (typeof e != "function") throw new TypeError("Expected a function");
|
|
9
|
+
n = +n || 0;
|
|
10
|
+
var R = !!(u = u || {}).leading, y = !("trailing" in u) || !!u.trailing, w = "maxWait" in u, H = "debounceOnServer" in u && !!u.debounceOnServer, b = w ? Math.max(+u.maxWait || 0, n) : null;
|
|
11
|
+
M(function() {
|
|
12
|
+
return m.current = !0, function() {
|
|
13
|
+
m.current = !1;
|
|
14
14
|
};
|
|
15
15
|
}, []);
|
|
16
|
-
var
|
|
17
|
-
var
|
|
18
|
-
var
|
|
19
|
-
return
|
|
20
|
-
},
|
|
21
|
-
|
|
22
|
-
},
|
|
23
|
-
if (!
|
|
24
|
-
var
|
|
25
|
-
return !
|
|
26
|
-
},
|
|
27
|
-
return
|
|
28
|
-
},
|
|
29
|
-
var
|
|
30
|
-
if (
|
|
31
|
-
if (
|
|
32
|
-
var
|
|
33
|
-
|
|
16
|
+
var N = U(function() {
|
|
17
|
+
var x = function(l) {
|
|
18
|
+
var f = i.current, W = h.current;
|
|
19
|
+
return i.current = h.current = null, a.current = l, s.current = s.current || l, E.current = T.current.apply(W, f);
|
|
20
|
+
}, A = function(l, f) {
|
|
21
|
+
g && cancelAnimationFrame(r.current), r.current = g ? requestAnimationFrame(l) : setTimeout(l, f);
|
|
22
|
+
}, Q = function(l) {
|
|
23
|
+
if (!m.current) return !1;
|
|
24
|
+
var f = l - t.current;
|
|
25
|
+
return !t.current || f >= n || f < 0 || w && l - a.current >= b;
|
|
26
|
+
}, _ = function(l) {
|
|
27
|
+
return r.current = null, y && i.current ? x(l) : (i.current = h.current = null, E.current);
|
|
28
|
+
}, F = function l() {
|
|
29
|
+
var f = Date.now();
|
|
30
|
+
if (R && s.current === a.current && O(), Q(f)) return _(f);
|
|
31
|
+
if (m.current) {
|
|
32
|
+
var W = n - (f - t.current), k = w ? Math.min(W, b - (f - a.current)) : W;
|
|
33
|
+
A(l, k);
|
|
34
34
|
}
|
|
35
|
-
},
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
35
|
+
}, O = function() {
|
|
36
|
+
c && c({});
|
|
37
|
+
}, D = function() {
|
|
38
|
+
if (v || H) {
|
|
39
|
+
var l = Date.now(), f = Q(l);
|
|
40
|
+
if (i.current = [].slice.call(arguments), h.current = o, t.current = l, f) {
|
|
41
|
+
if (!r.current && m.current) return a.current = t.current, A(F, n), R ? x(t.current) : E.current;
|
|
42
|
+
if (w) return A(F, n), x(t.current);
|
|
41
43
|
}
|
|
42
|
-
return
|
|
44
|
+
return r.current || A(F, n), E.current;
|
|
43
45
|
}
|
|
44
46
|
};
|
|
45
|
-
return
|
|
46
|
-
|
|
47
|
-
},
|
|
48
|
-
return !!
|
|
49
|
-
},
|
|
50
|
-
return
|
|
51
|
-
},
|
|
52
|
-
}, [
|
|
53
|
-
return
|
|
47
|
+
return D.cancel = function() {
|
|
48
|
+
r.current && (g ? cancelAnimationFrame(r.current) : clearTimeout(r.current)), a.current = 0, i.current = t.current = h.current = r.current = null;
|
|
49
|
+
}, D.isPending = function() {
|
|
50
|
+
return !!r.current;
|
|
51
|
+
}, D.flush = function() {
|
|
52
|
+
return r.current ? _(Date.now()) : E.current;
|
|
53
|
+
}, D;
|
|
54
|
+
}, [R, w, n, b, y, g, v, H, c]);
|
|
55
|
+
return N;
|
|
54
56
|
}
|
|
55
|
-
function
|
|
56
|
-
return
|
|
57
|
+
function B(e, n) {
|
|
58
|
+
return e === n;
|
|
57
59
|
}
|
|
58
|
-
function
|
|
59
|
-
var
|
|
60
|
-
|
|
61
|
-
}, [
|
|
62
|
-
return
|
|
60
|
+
function C(e, n, u) {
|
|
61
|
+
var c = B, o = d(e), t = S({})[1], a = V(p(function(r) {
|
|
62
|
+
o.current = r, t({});
|
|
63
|
+
}, [t]), n, u, t), s = d(e);
|
|
64
|
+
return c(s.current, e) || (a(e), s.current = e), [o.current, a];
|
|
63
65
|
}
|
|
64
|
-
const
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
66
|
+
const G = 500, P = 1, j = (e) => e instanceof Error && e.message ? e.message : typeof e == "string" ? e : !0, z = () => {
|
|
67
|
+
const [e, n] = S(!1), [u, c] = S(!1), [o, t] = S([]), [a, s] = S(!1), r = p(() => {
|
|
68
|
+
t([]), n(!1), c(!1), s(!1);
|
|
69
|
+
}, []), i = p(
|
|
70
|
+
(g, R) => {
|
|
71
|
+
t(
|
|
72
|
+
g.map(
|
|
73
|
+
(y) => L(y, R)
|
|
74
|
+
)
|
|
75
|
+
), c(!1), n(!1);
|
|
76
|
+
},
|
|
77
|
+
[]
|
|
78
|
+
), h = p((g) => {
|
|
79
|
+
t([]), c(g), n(!1);
|
|
80
|
+
}, []), E = p(() => {
|
|
81
|
+
c(!1);
|
|
82
|
+
}, []), T = p((g) => {
|
|
83
|
+
n(g);
|
|
84
|
+
}, []), m = p((g) => {
|
|
85
|
+
s(g);
|
|
86
|
+
}, []), v = p(() => {
|
|
87
|
+
c(!1);
|
|
88
|
+
}, []);
|
|
89
|
+
return {
|
|
90
|
+
loading: e,
|
|
91
|
+
error: u,
|
|
92
|
+
results: o,
|
|
93
|
+
hasSearched: a,
|
|
94
|
+
reset: r,
|
|
95
|
+
updateWithResults: i,
|
|
96
|
+
updateWithError: h,
|
|
97
|
+
clearError: E,
|
|
98
|
+
setLoadingState: T,
|
|
99
|
+
setSearched: m,
|
|
100
|
+
clearErrorState: v
|
|
101
|
+
};
|
|
102
|
+
}, J = (e, n) => {
|
|
103
|
+
const u = d(""), c = p((s) => u.current === s, []), o = p((s) => {
|
|
104
|
+
u.current = s;
|
|
105
|
+
}, []), t = p(
|
|
106
|
+
async (s, r, i) => {
|
|
107
|
+
if (c(r)) return;
|
|
108
|
+
const h = ++n.current;
|
|
109
|
+
if (o(r), r.length >= i) {
|
|
110
|
+
e.setLoadingState(!0), e.clearErrorState();
|
|
111
|
+
try {
|
|
112
|
+
const E = await s(r);
|
|
113
|
+
if (h !== n.current) return;
|
|
114
|
+
e.setSearched(!0), e.updateWithResults(E, r);
|
|
115
|
+
} catch (E) {
|
|
116
|
+
if (h !== n.current) return;
|
|
117
|
+
e.setSearched(!0), e.updateWithError(
|
|
118
|
+
j(E)
|
|
119
|
+
);
|
|
120
|
+
}
|
|
121
|
+
} else
|
|
122
|
+
e.reset();
|
|
123
|
+
},
|
|
124
|
+
[e, c, o, n]
|
|
125
|
+
), a = p(
|
|
126
|
+
(s, r, i) => {
|
|
127
|
+
if (!c(r))
|
|
128
|
+
if (o(r), r.length >= i) {
|
|
129
|
+
e.setSearched(!0);
|
|
130
|
+
const h = I(r, s);
|
|
131
|
+
e.updateWithResults(h, r);
|
|
132
|
+
} else
|
|
133
|
+
e.reset();
|
|
134
|
+
},
|
|
135
|
+
[e, c, o]
|
|
136
|
+
);
|
|
137
|
+
return {
|
|
138
|
+
handleAsync: t,
|
|
139
|
+
handleSync: a
|
|
140
|
+
};
|
|
141
|
+
}, Z = ({
|
|
142
|
+
debounceThreshold: e = G,
|
|
143
|
+
initialOptions: n = [],
|
|
144
|
+
minSearchLength: u = P,
|
|
145
|
+
options: c = [],
|
|
146
|
+
query: o = ""
|
|
69
147
|
}) => {
|
|
70
|
-
const
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
if (typeof e == "function") {
|
|
75
|
-
B(
|
|
76
|
-
h,
|
|
77
|
-
s,
|
|
78
|
-
e,
|
|
79
|
-
v,
|
|
148
|
+
const t = z(), a = d(0), s = J(t, a), [r] = C(o, e);
|
|
149
|
+
M(() => {
|
|
150
|
+
if (typeof c == "function") {
|
|
151
|
+
s.handleAsync(
|
|
80
152
|
c,
|
|
81
|
-
|
|
153
|
+
r,
|
|
154
|
+
u
|
|
82
155
|
);
|
|
83
156
|
return;
|
|
84
157
|
}
|
|
85
|
-
|
|
86
|
-
}, [
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
158
|
+
s.handleSync(c, r, u);
|
|
159
|
+
}, [r, c, u, s]);
|
|
160
|
+
const i = () => r.length < u ? n ?? [] : t.hasSearched ? t.results : n ?? [];
|
|
161
|
+
return {
|
|
162
|
+
clearError: t.clearError,
|
|
163
|
+
debouncedQuery: r,
|
|
164
|
+
error: t.error,
|
|
165
|
+
loading: t.loading,
|
|
166
|
+
shouldShowInstructions: o.length < u,
|
|
167
|
+
shouldShowDebounceWaiting: o.length >= u && r.length < u && !t.loading && !t.hasSearched,
|
|
168
|
+
shouldShowNoResults: t.hasSearched && !t.loading && t.results.length === 0 && r.length >= u,
|
|
169
|
+
displayResults: i(),
|
|
170
|
+
// Backward compatibility
|
|
171
|
+
results: r ? t.results : n ?? [],
|
|
172
|
+
stopSearch: t.reset
|
|
95
173
|
};
|
|
96
|
-
}
|
|
97
|
-
if (n.current === r) return;
|
|
98
|
-
if (n.current = r, !r) {
|
|
99
|
-
u(!1), c(!1);
|
|
100
|
-
return;
|
|
101
|
-
}
|
|
102
|
-
let t = !1;
|
|
103
|
-
const a = await e(r).catch(
|
|
104
|
-
(f) => (t = G(f), [])
|
|
105
|
-
);
|
|
106
|
-
m(
|
|
107
|
-
a.map((f) => I(f, r))
|
|
108
|
-
), c(t), u(!1);
|
|
109
|
-
}, G = (n) => n instanceof Error && n.message ? n.message : typeof n == "string" ? n : !0;
|
|
174
|
+
};
|
|
110
175
|
export {
|
|
111
|
-
|
|
176
|
+
Z as useAutocompleteSearch
|
|
112
177
|
};
|
|
@@ -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-v5200", m = "ids-badge--pill-v5200", f = "ids-badge--success-v5200", h = "ids-badge--warning-v5200", k = "ids-badge--danger-v5200", N = "ids-badge--info-v5200", w = "ids-badge--positive-v5200", x = "ids-badge--negative-v5200", B = "ids-badge-v5200", M = "ids-badge--host-v5200", s = {
|
|
6
6
|
base: u,
|
|
7
7
|
pill: m,
|
|
8
8
|
success: f,
|
|
@@ -11,10 +11,10 @@ const u = "ids-badge--base-v5131", m = "ids-badge--pill-v5131", 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-v5200",
|
|
15
|
+
"background-alt": "ids-badge--background-alt-v5200",
|
|
16
16
|
badge: B,
|
|
17
|
-
"ids-icon": "ids-icon-
|
|
17
|
+
"ids-icon": "ids-icon-v5200",
|
|
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 "../../
|
|
5
|
+
import { b as a } from "../../LoadingSuspense-BwlrIicY.js";
|
|
6
6
|
import "../../enums.js";
|
|
7
|
-
import "../../useIDSButtonGroupItem-
|
|
7
|
+
import "../../useIDSButtonGroupItem-VfKx4O-O.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 "../../
|
|
2
|
+
import { b as u, c as a } from "../../LoadingSuspense-BwlrIicY.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-VfKx4O-O.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 "../../
|
|
9
|
+
import { b as I } from "../../LoadingSuspense-BwlrIicY.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 "../../
|
|
8
|
+
import { d as f } from "../../LoadingSuspense-BwlrIicY.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 "../../../
|
|
2
|
+
import { d as p } from "../../../LoadingSuspense-BwlrIicY.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-v5200", z = "ids-checkbox-group--full-v5200", B = "ids-checkbox-group--block-v5200", J = "ids-checkbox-group--stack-v5200", K = "ids-checkbox-group--inline-v5200", O = "ids-checkbox-group--readonly-v5200", 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-v5200",
|
|
15
|
+
"ids-input--readonly": "ids-input--readonly-v5200",
|
|
16
|
+
"ids-checkbox--label": "ids-checkbox--label-v5200",
|
|
17
|
+
"ids-checkbox--label-span": "ids-checkbox--label-span-v5200",
|
|
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-v5200"
|
|
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-v5200", k = "ids-checkbox-mark--checked-v5200", t = "ids-checkbox-mark--indeterminate-v5200", a = {
|
|
2
2
|
checkboxMark: c,
|
|
3
3
|
checked: k,
|
|
4
4
|
indeterminate: t
|
|
5
|
-
}, n = "ids-checkbox-mark-
|
|
5
|
+
}, n = "ids-checkbox-mark-v5200", r = "ids-checkbox-mark--indeterminate-mark-v5200", i = "ids-checkbox-mark--checked-mark-v5200", s = "ids-checkbox-mark--checked-v5200", d = "ids-checkbox-mark--indeterminate-v5200", 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-gTOjjF3f.js";
|
|
5
5
|
import "../../helpers/utility/propagateTestid.js";
|
|
6
6
|
import "../../helpers/formatting/toArray.js";
|
|
7
7
|
import "../Popover/Popover.js";
|
|
8
|
-
import "
|
|
8
|
+
import "../../PopoverProvider-d3hhpW2k.js";
|
|
9
9
|
import "../Popover/InputPopover/InputPopover.js";
|
|
10
10
|
import "../../enums.js";
|
|
11
11
|
import "../RichSelect/hooks/useRichSelectState.js";
|
|
12
|
-
import { e as
|
|
12
|
+
import { e as U } from "../../LoadingSuspense-BwlrIicY.js";
|
|
13
13
|
import "../Autocomplete/hooks/useAutocompleteSearch.js";
|
|
14
14
|
import "../Badge/Badge.js";
|
|
15
15
|
import "../../hooks/useIdIfNeeded.js";
|
|
@@ -25,12 +25,14 @@ 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 "../../SlideoutProvider-CQh140HM.js";
|
|
29
|
+
import "react-dom";
|
|
28
30
|
import "../RadioGroup/RadioGroup.js";
|
|
29
31
|
import "../Skeleton/Skeleton.js";
|
|
30
32
|
import "../SkipLink/SkipLink.js";
|
|
31
|
-
import "../Slideout/SlideoutProvider.js";
|
|
32
33
|
import "../Stack/Stack.js";
|
|
33
34
|
import "../Table/TableContext.js";
|
|
35
|
+
import "../Table/TableProvider.js";
|
|
34
36
|
import "../TabSet/Tab/Tab.js";
|
|
35
37
|
import "../TabSet/TabSet.js";
|
|
36
38
|
import "../Text/Text.js";
|
|
@@ -42,5 +44,5 @@ import "../../helpers/form/getValueAsEvent.js";
|
|
|
42
44
|
import "./hooks/useComboboxInlineCompletion.js";
|
|
43
45
|
import "../Form/hooks/useNoDefaultValueInForms.js";
|
|
44
46
|
export {
|
|
45
|
-
|
|
47
|
+
U as IressCombobox
|
|
46
48
|
};
|
|
@@ -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-gTOjjF3f.js";
|
|
5
5
|
import "../../../helpers/utility/propagateTestid.js";
|
|
6
6
|
import "../../../helpers/formatting/toArray.js";
|
|
7
7
|
import "../../Popover/Popover.js";
|
|
8
|
-
import "
|
|
8
|
+
import "../../../PopoverProvider-d3hhpW2k.js";
|
|
9
9
|
import "../../Popover/InputPopover/InputPopover.js";
|
|
10
10
|
import "../../RichSelect/hooks/useRichSelectState.js";
|
|
11
|
-
import { f as
|
|
11
|
+
import { f as S } from "../../../LoadingSuspense-BwlrIicY.js";
|
|
12
12
|
import "../../Autocomplete/hooks/useAutocompleteSearch.js";
|
|
13
13
|
import "../../Badge/Badge.js";
|
|
14
14
|
import "../../../hooks/useIdIfNeeded.js";
|
|
@@ -24,12 +24,14 @@ 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 "../../../SlideoutProvider-CQh140HM.js";
|
|
28
|
+
import "react-dom";
|
|
27
29
|
import "../../RadioGroup/RadioGroup.js";
|
|
28
30
|
import "../../Skeleton/Skeleton.js";
|
|
29
31
|
import "../../SkipLink/SkipLink.js";
|
|
30
|
-
import "../../Slideout/SlideoutProvider.js";
|
|
31
32
|
import "../../Stack/Stack.js";
|
|
32
33
|
import "../../Table/TableContext.js";
|
|
34
|
+
import "../../Table/TableProvider.js";
|
|
33
35
|
import "../../TabSet/Tab/Tab.js";
|
|
34
36
|
import "../../TabSet/TabSet.js";
|
|
35
37
|
import "../../Text/Text.js";
|
|
@@ -40,5 +42,5 @@ import "../hooks/useComboboxFlags.js";
|
|
|
40
42
|
import "../../../helpers/form/getValueAsEvent.js";
|
|
41
43
|
import "../../Form/hooks/useNoDefaultValueInForms.js";
|
|
42
44
|
export {
|
|
43
|
-
|
|
45
|
+
S as IressMultiCombobox
|
|
44
46
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
|
-
import { C as b } from "../../../ComboboxHiddenInput-
|
|
2
|
+
import { C as b } from "../../../ComboboxHiddenInput-gTOjjF3f.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
|
|
3
|
+
import { $ as L } from "../../../LoadingSuspense-BwlrIicY.js";
|
|
4
4
|
import "../../../fuzzysort-eoXOpoo6.js";
|
|
5
5
|
import "../../Badge/Badge.js";
|
|
6
6
|
import "../../../index-2QXL0WYc.js";
|
|
@@ -13,27 +13,29 @@ import "../../Expander/Expander.js";
|
|
|
13
13
|
import "../../Form/FormContext.js";
|
|
14
14
|
import "../../Menu/Menu.js";
|
|
15
15
|
import "../../Menu/MenuProvider.js";
|
|
16
|
-
import "
|
|
16
|
+
import "../../../PopoverProvider-d3hhpW2k.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 "../../../SlideoutProvider-CQh140HM.js";
|
|
24
|
+
import "react-dom";
|
|
23
25
|
import "../../RadioGroup/RadioGroup.js";
|
|
24
26
|
import "../../Skeleton/Skeleton.js";
|
|
25
27
|
import "../../SkipLink/SkipLink.js";
|
|
26
|
-
import "../../Slideout/SlideoutProvider.js";
|
|
27
28
|
import "../../Stack/Stack.js";
|
|
28
29
|
import "../../Table/TableContext.js";
|
|
30
|
+
import "../../Table/TableProvider.js";
|
|
29
31
|
import "../../TabSet/Tab/Tab.js";
|
|
30
32
|
import "../../TabSet/TabSet.js";
|
|
31
33
|
import "../../Text/Text.js";
|
|
32
34
|
import "../../Toggle/Toggle.js";
|
|
33
35
|
import "../../Tooltip/Tooltip.js";
|
|
34
36
|
import "../../ValidationMessage/ValidationMessage.js";
|
|
35
|
-
import "../../../ComboboxHiddenInput-
|
|
36
|
-
import "../../../AutocompleteNoResults-
|
|
37
|
+
import "../../../ComboboxHiddenInput-gTOjjF3f.js";
|
|
38
|
+
import "../../../AutocompleteNoResults-CogA3XZs.js";
|
|
37
39
|
export {
|
|
38
|
-
|
|
40
|
+
L as ComboboxResults
|
|
39
41
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import { _ as
|
|
3
|
+
import { _ as K } from "../../../LoadingSuspense-BwlrIicY.js";
|
|
4
4
|
import "../../../fuzzysort-eoXOpoo6.js";
|
|
5
5
|
import "../../Badge/Badge.js";
|
|
6
6
|
import "../../../index-2QXL0WYc.js";
|
|
@@ -13,26 +13,28 @@ import "../../Expander/Expander.js";
|
|
|
13
13
|
import "../../Form/FormContext.js";
|
|
14
14
|
import "../../Menu/Menu.js";
|
|
15
15
|
import "../../Menu/MenuProvider.js";
|
|
16
|
-
import "
|
|
16
|
+
import "../../../PopoverProvider-d3hhpW2k.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 "../../../SlideoutProvider-CQh140HM.js";
|
|
24
|
+
import "react-dom";
|
|
23
25
|
import "../../RadioGroup/RadioGroup.js";
|
|
24
26
|
import "../../../helpers/label-value/composeLabelValueDescriptor.js";
|
|
25
27
|
import "../../Text/Text.js";
|
|
26
28
|
import "../../Skeleton/Skeleton.js";
|
|
27
29
|
import "../../SkipLink/SkipLink.js";
|
|
28
|
-
import "../../Slideout/SlideoutProvider.js";
|
|
29
30
|
import "../../Stack/Stack.js";
|
|
30
31
|
import "../../Table/TableContext.js";
|
|
32
|
+
import "../../Table/TableProvider.js";
|
|
31
33
|
import "../../TabSet/Tab/Tab.js";
|
|
32
34
|
import "../../TabSet/TabSet.js";
|
|
33
35
|
import "../../Toggle/Toggle.js";
|
|
34
36
|
import "../../Tooltip/Tooltip.js";
|
|
35
37
|
import "../../ValidationMessage/ValidationMessage.js";
|
|
36
38
|
export {
|
|
37
|
-
|
|
39
|
+
K as ComboboxResultsDescriptor
|
|
38
40
|
};
|
|
@@ -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-v5200", y = "ids-expander--heading-v5200", M = "ids-expander--activator-v5200", O = "ids-expander--section-v5200", $ = "ids-expander-v5200", A = "ids-expander--container-v5200", S = "ids-expander--open-v5200", T = "ids-expander--container-inner-v5200", g = "ids-expander--content-v5200", e = {
|
|
8
8
|
link: j,
|
|
9
9
|
heading: y,
|
|
10
10
|
activator: M,
|