@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
package/dist/main.js
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import { I as o, a as s, b as t, d as I, c as a, e as p, g as S, h as m, j as x, i as l, k as T, l as f, m as n, n as i,
|
|
1
|
+
import { I as o, a as s, b as t, d as I, c as a, e as p, g as S, h as m, j as x, i as l, k as T, l as f, m as n, n as i, P as E, Q as u, o as O, p as d, r as C, q as _, s as A, f as L, t as M, u as N, v as P, w as R, D as c, E as D, x as g, y as G, z as B, A as F, B as U, C as b, F as y, G as v, H as k, J as H, K as V, L as h, M as Y, O as X, T as z, N as Z } from "./LoadingSuspense-BwlrIicY.js";
|
|
2
2
|
import { ALERT_ICONS as w } from "./components/Alert/Alert.types.js";
|
|
3
3
|
import { useAutocompleteSearch as W } from "./components/Autocomplete/hooks/useAutocompleteSearch.js";
|
|
4
4
|
import { IressBadge as q } from "./components/Badge/Badge.js";
|
|
5
5
|
import { BADGE_MODES as $, BadgeMode as ee } from "./components/Badge/Badge.types.js";
|
|
6
6
|
import { BUTTON_MODES as oe, BUTTON_TYPES as se, ButtonCssClass as te, ButtonMode as Ie, ButtonType as ae } from "./components/Button/Button.types.js";
|
|
7
7
|
import { IressButtonGroup as Se } from "./components/ButtonGroup/ButtonGroup.js";
|
|
8
|
-
import { u as xe } from "./useIDSButtonGroupItem-
|
|
8
|
+
import { u as xe } from "./useIDSButtonGroupItem-VfKx4O-O.js";
|
|
9
9
|
import { CardCssClass as Te, CardSlotClass as fe } from "./components/Card/Card.types.js";
|
|
10
10
|
import { IressCard as ie } from "./components/Card/Card.js";
|
|
11
11
|
import { IressButtonCard as ue } from "./components/Card/components/ButtonCard.js";
|
|
12
12
|
import { IressLinkCard as de } from "./components/Card/components/LinkCard.js";
|
|
13
13
|
import { composeIDSCard as _e } from "./components/Card/helpers/composeIDSCard.js";
|
|
14
14
|
import { composeIDSCardSlots as Le } from "./components/Card/helpers/composeIDSCardSlots.js";
|
|
15
|
-
import { CHECKBOX_GROUP_LAYOUTS as Ne, CheckboxGroupLayout as
|
|
16
|
-
import { IressCheckboxGroup as
|
|
17
|
-
import { COL_ALIGN_SELFS as
|
|
15
|
+
import { CHECKBOX_GROUP_LAYOUTS as Ne, CheckboxGroupLayout as Pe } from "./components/CheckboxGroup/CheckboxGroup.types.js";
|
|
16
|
+
import { IressCheckboxGroup as ce } from "./components/CheckboxGroup/CheckboxGroup.js";
|
|
17
|
+
import { COL_ALIGN_SELFS as ge, COL_OFFSETS as Ge, COL_SPANS as Be, ColAlignSelf as Fe, ColCssClass as Ue, ColOffset as be, ColSpan as ye } from "./components/Col/Col.types.js";
|
|
18
18
|
import { IressCol as ke } from "./components/Col/Col.js";
|
|
19
19
|
import { ContainerCssClass as Ve } from "./components/Container/Container.types.js";
|
|
20
20
|
import { IressContainer as Ye } from "./components/Container/Container.js";
|
|
@@ -31,8 +31,8 @@ import { FormFieldErrorMessages as mr } from "./components/Form/FormField/FormFi
|
|
|
31
31
|
import { HideCssClass as lr, HideTypes as Tr } from "./components/Hide/Hide.types.js";
|
|
32
32
|
import { ICON_FLIPS as nr, ICON_ROTATES as ir, ICON_SETS as Er, ICON_SIZES as ur, ICON_SPINS as Or, IconFlip as dr, IconRotate as Cr, IconSet as _r, IconSize as Ar, IconSpin as Lr } from "./components/Icon/Icon.types.js";
|
|
33
33
|
import { InlineCssClass as Nr } from "./components/Inline/Inline.types.js";
|
|
34
|
-
import { INPUT_MODES as
|
|
35
|
-
import { IressLabel as
|
|
34
|
+
import { INPUT_MODES as Rr, InputMode as cr } from "./components/Input/Input.types.js";
|
|
35
|
+
import { IressLabel as gr } from "./components/Label/Label.js";
|
|
36
36
|
import { IressMenu as Br } from "./components/Menu/Menu.js";
|
|
37
37
|
import { MENU_LAYOUTS as Ur, MENU_ROLES as br, MenuLayout as yr, MenuType as vr } from "./components/Menu/Menu.types.js";
|
|
38
38
|
import { MENU_ITEM_ROLES as Hr, MenuItemRole as Vr } from "./components/Menu/MenuItem/MenuItem.types.js";
|
|
@@ -52,110 +52,112 @@ import { IressPlaceholder as io } from "./components/Placeholder/Placeholder.js"
|
|
|
52
52
|
import { POPOVER_TYPES as uo, POPOVER_USE_MAX_HEIGHT as Oo, PopoverCssClass as Co, PopoverType as _o } from "./components/Popover/Popover.types.js";
|
|
53
53
|
import { IressPopover as Lo } from "./components/Popover/Popover.js";
|
|
54
54
|
import { usePopoverItem as No } from "./components/Popover/hooks/usePopoverItem.js";
|
|
55
|
-
import { IressInputPopover as
|
|
55
|
+
import { IressInputPopover as Ro } from "./components/Popover/InputPopover/InputPopover.js";
|
|
56
56
|
import { IressProgress as Do } from "./components/Progress/Progress.js";
|
|
57
|
-
import {
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
64
|
-
import {
|
|
65
|
-
import {
|
|
66
|
-
import {
|
|
67
|
-
import {
|
|
68
|
-
import {
|
|
69
|
-
import {
|
|
70
|
-
import {
|
|
71
|
-
import {
|
|
72
|
-
import {
|
|
73
|
-
import {
|
|
74
|
-
import {
|
|
75
|
-
import {
|
|
76
|
-
import {
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
91
|
-
import {
|
|
92
|
-
import {
|
|
93
|
-
import {
|
|
94
|
-
import {
|
|
95
|
-
import {
|
|
96
|
-
import {
|
|
97
|
-
import {
|
|
57
|
+
import { IressProvider as Go } from "./components/Provider/Provider.js";
|
|
58
|
+
import { RADIO_GROUP_LAYOUTS as Fo, RadioGroupLayout as Uo } from "./components/RadioGroup/RadioGroup.types.js";
|
|
59
|
+
import { IressRadioGroup as yo } from "./components/RadioGroup/RadioGroup.js";
|
|
60
|
+
import { useRichSelectState as ko } from "./components/RichSelect/hooks/useRichSelectState.js";
|
|
61
|
+
import { IressSelectBody as Vo } from "./components/RichSelect/SelectBody/SelectBody.js";
|
|
62
|
+
import { IressSelectCreate as Yo } from "./components/RichSelect/SelectCreate/SelectCreate.js";
|
|
63
|
+
import { RowCssClass as zo } from "./components/Row/Row.types.js";
|
|
64
|
+
import { IressSelectOption as Ko } from "./components/Select/SelectOption/SelectOption.js";
|
|
65
|
+
import { mapSelectOptions as Qo, renderOptionOrOptGroup as Wo } from "./components/Select/helpers/mapSelectOptions.js";
|
|
66
|
+
import { SKELETON_MODES as qo, SkeletonMode as Jo } from "./components/Skeleton/Skeleton.types.js";
|
|
67
|
+
import { IressSkeleton as es } from "./components/Skeleton/Skeleton.js";
|
|
68
|
+
import { IressSkipLink as os } from "./components/SkipLink/SkipLink.js";
|
|
69
|
+
import { SLIDEOUT_MODES as ts, SLIDEOUT_POSITIONS as Is, SLIDEOUT_SIZES as as, SlideoutMode as ps, SlideoutPosition as Ss, SlideoutSize as ms } from "./components/Slideout/Slideout.types.js";
|
|
70
|
+
import { I as ls, a as Ts } from "./SlideoutProvider-CQh140HM.js";
|
|
71
|
+
import { useSlideout as ns } from "./components/Slideout/hooks/useSlideout.js";
|
|
72
|
+
import { StackCssClass as Es } from "./components/Stack/Stack.types.js";
|
|
73
|
+
import { IressStack as Os } from "./components/Stack/Stack.js";
|
|
74
|
+
import { TABLE_CELL_FORMATS as Cs, TABLE_COLUMN_ALIGN as _s, TABLE_SCOPES as As, TableCellFormat as Ls, TableColumnAlign as Ms, TableScope as Ns } from "./components/Table/Table.types.js";
|
|
75
|
+
import { IressTableFormattedValue as Rs } from "./components/Table/TableFormattedValue/TableFormattedValue.js";
|
|
76
|
+
import { IressTableBody as Ds } from "./components/Table/TableBody/TableBody.js";
|
|
77
|
+
import { IressTab as Gs } from "./components/TabSet/Tab/Tab.js";
|
|
78
|
+
import { TAB_SET_LAYOUTS as Fs, TabSetLayout as Us } from "./components/TabSet/TabSet.types.js";
|
|
79
|
+
import { IressTabSet as ys } from "./components/TabSet/TabSet.js";
|
|
80
|
+
import { mapTabs as ks } from "./components/TabSet/helpers/mapTabs.js";
|
|
81
|
+
import { TEXT_ELEMENTS as Vs } from "./components/Text/Text.types.js";
|
|
82
|
+
import { IressText as Ys } from "./components/Text/Text.js";
|
|
83
|
+
import { TOAST_ANIMATION as zs, TOAST_STATUS as Zs } from "./components/Toaster/Toast/Toast.types.js";
|
|
84
|
+
import { TOASTER_ARIA_ATTRIBUTES as ws, TOASTER_POSITION as Qs, TOAST_POSITION_ANIMATION_MATRIX as Ws, ToasterPosition as js } from "./components/Toaster/Toaster.types.js";
|
|
85
|
+
import { useToaster as Js } from "./components/Toaster/hooks/useToaster.js";
|
|
86
|
+
import { TOGGLE_LAYOUTS as et, ToggleLayout as rt } from "./components/Toggle/Toggle.types.js";
|
|
87
|
+
import { IressToggle as st } from "./components/Toggle/Toggle.js";
|
|
88
|
+
import { IressTooltip as It } from "./components/Tooltip/Tooltip.js";
|
|
89
|
+
import { IressValidationMessage as pt } from "./components/ValidationMessage/ValidationMessage.js";
|
|
90
|
+
import { IressValidationLink as mt } from "./components/ValidationMessage/ValidationLink/ValidationLink.js";
|
|
91
|
+
import { IressValidationSummary as lt } from "./components/ValidationMessage/ValidationSummary/ValidationSummary.js";
|
|
92
|
+
import { Breakpoint as ft, DisplayMode as nt, FloatingUIAlign as it, FormElementType as Et, FormElementWidth as ut, GlobalCSSClass as Ot, GutterSize as dt, HeadingLevel as Ct, HorizontalAlign as _t, LoggerLevels as At, ModalSize as Lt, PaddingSize as Mt, SystemValidationStatus as Nt, TextAlign as Pt, TextElement as Rt, TextFieldType as ct, TextMode as Dt, TextVariant as gt, VerticalAlign as Gt } from "./enums.js";
|
|
93
|
+
import { generateScopedName as Ft } from "./helpers/utility/generateScopedName.js";
|
|
94
|
+
import { toArray as bt } from "./helpers/formatting/toArray.js";
|
|
95
|
+
import { useBreakpoint as vt } from "./hooks/useBreakpoint.js";
|
|
96
|
+
import { useControlledState as Ht } from "./hooks/useControlledState.js";
|
|
97
|
+
import { useIdIfNeeded as ht } from "./hooks/useIdIfNeeded.js";
|
|
98
|
+
import { useResponsiveProps as Xt, useResponsiveValue as zt } from "./hooks/useResponsiveProps.js";
|
|
99
|
+
import { BREAKPOINTS as Kt, BREAKPOINT_DETAILS as wt, CSS_IDS_VERSION as Qt, DISPLAY_MODES as Wt, FLOATING_UI_ALIGNS as jt, FOCUSABLE_QUERY_SELECTOR as qt, FORM_ELEMENT_WIDTHS as Jt, GRID_SIZE as $t, GUTTER_SIZES as eI, HEADING_LEVELS as rI, HORIZONTAL_ALIGNS as oI, LOGGER_LEVELS as sI, PADDING_SIZES as tI, SYSTEM_VALIDATION_STATUSES as II, TEXT_ALIGNS as aI, TEXT_MODES as pI, TEXT_VARIANTS as SI, VERTICAL_ALIGNS as mI, Z_INDEX as xI } from "./constants.js";
|
|
98
100
|
export {
|
|
99
101
|
w as ALERT_ICONS,
|
|
100
102
|
$ as BADGE_MODES,
|
|
101
|
-
|
|
102
|
-
|
|
103
|
+
Kt as BREAKPOINTS,
|
|
104
|
+
wt as BREAKPOINT_DETAILS,
|
|
103
105
|
oe as BUTTON_MODES,
|
|
104
106
|
se as BUTTON_TYPES,
|
|
105
107
|
ee as BadgeMode,
|
|
106
|
-
|
|
108
|
+
ft as Breakpoint,
|
|
107
109
|
te as ButtonCssClass,
|
|
108
110
|
Ie as ButtonMode,
|
|
109
111
|
ae as ButtonType,
|
|
110
112
|
Ne as CHECKBOX_GROUP_LAYOUTS,
|
|
111
|
-
|
|
112
|
-
|
|
113
|
+
ge as COL_ALIGN_SELFS,
|
|
114
|
+
Ge as COL_OFFSETS,
|
|
113
115
|
Be as COL_SPANS,
|
|
114
|
-
|
|
116
|
+
Qt as CSS_IDS_VERSION,
|
|
115
117
|
Te as CardCssClass,
|
|
116
118
|
fe as CardSlotClass,
|
|
117
|
-
|
|
119
|
+
Pe as CheckboxGroupLayout,
|
|
118
120
|
Fe as ColAlignSelf,
|
|
119
121
|
Ue as ColCssClass,
|
|
120
122
|
be as ColOffset,
|
|
121
123
|
ye as ColSpan,
|
|
122
124
|
Ve as ContainerCssClass,
|
|
123
|
-
|
|
124
|
-
|
|
125
|
+
Wt as DISPLAY_MODES,
|
|
126
|
+
nt as DisplayMode,
|
|
125
127
|
ze as DividerCssClass,
|
|
126
128
|
Qe as EXPANDER_MODES,
|
|
127
129
|
We as ExpanderMode,
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
130
|
+
jt as FLOATING_UI_ALIGNS,
|
|
131
|
+
qt as FOCUSABLE_QUERY_SELECTOR,
|
|
132
|
+
Jt as FORM_ELEMENT_WIDTHS,
|
|
133
|
+
it as FloatingUIAlign,
|
|
132
134
|
sr as FormDefaultText,
|
|
133
|
-
|
|
134
|
-
|
|
135
|
+
Et as FormElementType,
|
|
136
|
+
ut as FormElementWidth,
|
|
135
137
|
mr as FormFieldErrorMessages,
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
138
|
+
$t as GRID_SIZE,
|
|
139
|
+
eI as GUTTER_SIZES,
|
|
140
|
+
Ot as GlobalCSSClass,
|
|
141
|
+
dt as GutterSize,
|
|
142
|
+
rI as HEADING_LEVELS,
|
|
143
|
+
oI as HORIZONTAL_ALIGNS,
|
|
144
|
+
Ct as HeadingLevel,
|
|
143
145
|
lr as HideCssClass,
|
|
144
146
|
Tr as HideTypes,
|
|
145
|
-
|
|
147
|
+
_t as HorizontalAlign,
|
|
146
148
|
nr as ICON_FLIPS,
|
|
147
149
|
ir as ICON_ROTATES,
|
|
148
150
|
Er as ICON_SETS,
|
|
149
151
|
ur as ICON_SIZES,
|
|
150
152
|
Or as ICON_SPINS,
|
|
151
|
-
|
|
153
|
+
Rr as INPUT_MODES,
|
|
152
154
|
dr as IconFlip,
|
|
153
155
|
Cr as IconRotate,
|
|
154
156
|
_r as IconSet,
|
|
155
157
|
Ar as IconSize,
|
|
156
158
|
Lr as IconSpin,
|
|
157
159
|
Nr as InlineCssClass,
|
|
158
|
-
|
|
160
|
+
cr as InputMode,
|
|
159
161
|
o as IressAlert,
|
|
160
162
|
s as IressAutocomplete,
|
|
161
163
|
q as IressBadge,
|
|
@@ -164,7 +166,7 @@ export {
|
|
|
164
166
|
Se as IressButtonGroup,
|
|
165
167
|
ie as IressCard,
|
|
166
168
|
I as IressCheckbox,
|
|
167
|
-
|
|
169
|
+
ce as IressCheckboxGroup,
|
|
168
170
|
a as IressCloseButton,
|
|
169
171
|
ke as IressCol,
|
|
170
172
|
p as IressCombobox,
|
|
@@ -183,64 +185,66 @@ export {
|
|
|
183
185
|
f as IressInline,
|
|
184
186
|
n as IressInput,
|
|
185
187
|
i as IressInputCurrency,
|
|
186
|
-
|
|
187
|
-
|
|
188
|
+
Ro as IressInputPopover,
|
|
189
|
+
gr as IressLabel,
|
|
188
190
|
de as IressLinkCard,
|
|
189
191
|
E as IressLoading,
|
|
192
|
+
u as IressLoadingSuspense,
|
|
190
193
|
Br as IressMenu,
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
194
|
+
O as IressMenuDivider,
|
|
195
|
+
d as IressMenuHeading,
|
|
196
|
+
C as IressMenuItem,
|
|
197
|
+
_ as IressMenuText,
|
|
198
|
+
A as IressModal,
|
|
196
199
|
oo as IressModalContext,
|
|
197
200
|
so as IressModalProvider,
|
|
198
|
-
|
|
199
|
-
|
|
201
|
+
L as IressMultiCombobox,
|
|
202
|
+
M as IressNavbar,
|
|
200
203
|
fo as IressPanel,
|
|
201
204
|
io as IressPlaceholder,
|
|
202
205
|
Lo as IressPopover,
|
|
203
206
|
Do as IressProgress,
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
+
Go as IressProvider,
|
|
208
|
+
N as IressRadio,
|
|
209
|
+
yo as IressRadioGroup,
|
|
210
|
+
P as IressReadonly,
|
|
207
211
|
R as IressRichSelect,
|
|
208
212
|
c as IressRow,
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
+
D as IressSelect,
|
|
214
|
+
Vo as IressSelectBody,
|
|
215
|
+
Yo as IressSelectCreate,
|
|
216
|
+
g as IressSelectHeading,
|
|
213
217
|
G as IressSelectLabel,
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
218
|
+
B as IressSelectMenu,
|
|
219
|
+
Ko as IressSelectOption,
|
|
220
|
+
F as IressSelectSearch,
|
|
221
|
+
U as IressSelectSearchInput,
|
|
222
|
+
b as IressSelectTags,
|
|
223
|
+
es as IressSkeleton,
|
|
224
|
+
os as IressSkipLink,
|
|
225
|
+
y as IressSlideout,
|
|
226
|
+
ls as IressSlideoutContext,
|
|
227
|
+
Ts as IressSlideoutProvider,
|
|
228
|
+
v as IressSlider,
|
|
229
|
+
k as IressSpinner,
|
|
230
|
+
Os as IressStack,
|
|
231
|
+
Gs as IressTab,
|
|
232
|
+
ys as IressTabSet,
|
|
233
|
+
H as IressTable,
|
|
234
|
+
Ds as IressTableBody,
|
|
235
|
+
Rs as IressTableFormattedValue,
|
|
236
|
+
V as IressTag,
|
|
237
|
+
h as IressTagInput,
|
|
238
|
+
Ys as IressText,
|
|
239
|
+
Y as IressToast,
|
|
240
|
+
X as IressToasterProvider,
|
|
241
|
+
st as IressToggle,
|
|
242
|
+
It as IressTooltip,
|
|
243
|
+
mt as IressValidationLink,
|
|
244
|
+
pt as IressValidationMessage,
|
|
245
|
+
lt as IressValidationSummary,
|
|
246
|
+
sI as LOGGER_LEVELS,
|
|
247
|
+
At as LoggerLevels,
|
|
244
248
|
Hr as MENU_ITEM_ROLES,
|
|
245
249
|
Ur as MENU_LAYOUTS,
|
|
246
250
|
br as MENU_ROLES,
|
|
@@ -248,74 +252,74 @@ export {
|
|
|
248
252
|
Vr as MenuItemRole,
|
|
249
253
|
yr as MenuLayout,
|
|
250
254
|
vr as MenuType,
|
|
251
|
-
|
|
255
|
+
Lt as ModalSize,
|
|
252
256
|
po as NavbarHorizontalAlign,
|
|
253
|
-
|
|
257
|
+
tI as PADDING_SIZES,
|
|
254
258
|
mo as PANEL_BACKGROUNDS,
|
|
255
259
|
uo as POPOVER_TYPES,
|
|
256
260
|
Oo as POPOVER_USE_MAX_HEIGHT,
|
|
257
|
-
|
|
261
|
+
Mt as PaddingSize,
|
|
258
262
|
xo as PanelBackground,
|
|
259
263
|
lo as PanelCssClass,
|
|
260
264
|
Co as PopoverCssClass,
|
|
261
265
|
_o as PopoverType,
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
266
|
+
Fo as RADIO_GROUP_LAYOUTS,
|
|
267
|
+
Uo as RadioGroupLayout,
|
|
268
|
+
zo as RowCssClass,
|
|
269
|
+
qo as SKELETON_MODES,
|
|
270
|
+
ts as SLIDEOUT_MODES,
|
|
271
|
+
Is as SLIDEOUT_POSITIONS,
|
|
272
|
+
as as SLIDEOUT_SIZES,
|
|
273
|
+
II as SYSTEM_VALIDATION_STATUSES,
|
|
274
|
+
Jo as SkeletonMode,
|
|
275
|
+
ps as SlideoutMode,
|
|
276
|
+
Ss as SlideoutPosition,
|
|
277
|
+
ms as SlideoutSize,
|
|
278
|
+
Es as StackCssClass,
|
|
279
|
+
Nt as SystemValidationStatus,
|
|
280
|
+
Cs as TABLE_CELL_FORMATS,
|
|
281
|
+
_s as TABLE_COLUMN_ALIGN,
|
|
282
|
+
As as TABLE_SCOPES,
|
|
283
|
+
Fs as TAB_SET_LAYOUTS,
|
|
284
|
+
aI as TEXT_ALIGNS,
|
|
285
|
+
Vs as TEXT_ELEMENTS,
|
|
286
|
+
pI as TEXT_MODES,
|
|
287
|
+
SI as TEXT_VARIANTS,
|
|
288
|
+
ws as TOASTER_ARIA_ATTRIBUTES,
|
|
289
|
+
Qs as TOASTER_POSITION,
|
|
290
|
+
zs as TOAST_ANIMATION,
|
|
291
|
+
Ws as TOAST_POSITION_ANIMATION_MATRIX,
|
|
292
|
+
Zs as TOAST_STATUS,
|
|
293
|
+
et as TOGGLE_LAYOUTS,
|
|
294
|
+
Us as TabSetLayout,
|
|
295
|
+
Ls as TableCellFormat,
|
|
296
|
+
Ms as TableColumnAlign,
|
|
297
|
+
Ns as TableScope,
|
|
298
|
+
Pt as TextAlign,
|
|
299
|
+
Rt as TextElement,
|
|
300
|
+
ct as TextFieldType,
|
|
301
|
+
Dt as TextMode,
|
|
302
|
+
gt as TextVariant,
|
|
303
|
+
z as Toast,
|
|
304
|
+
Z as ToasterContext,
|
|
305
|
+
js as ToasterPosition,
|
|
306
|
+
rt as ToggleLayout,
|
|
307
|
+
mI as VERTICAL_ALIGNS,
|
|
308
|
+
Gt as VerticalAlign,
|
|
309
|
+
xI as Z_INDEX,
|
|
306
310
|
_e as composeIDSCard,
|
|
307
311
|
Le as composeIDSCardSlots,
|
|
308
|
-
|
|
312
|
+
Ft as generateScopedName,
|
|
309
313
|
Jr as mapMenuItems,
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
+
Qo as mapSelectOptions,
|
|
315
|
+
ks as mapTabs,
|
|
316
|
+
Wo as renderOptionOrOptGroup,
|
|
317
|
+
bt as toArray,
|
|
314
318
|
W as useAutocompleteSearch,
|
|
315
|
-
|
|
316
|
-
|
|
319
|
+
vt as useBreakpoint,
|
|
320
|
+
Ht as useControlledState,
|
|
317
321
|
xe as useIDSButtonGroupItem,
|
|
318
|
-
|
|
322
|
+
ht as useIdIfNeeded,
|
|
319
323
|
Yr as useMenuItemAria,
|
|
320
324
|
zr as useMenuItemButtonProps,
|
|
321
325
|
Kr as useMenuItemComposite,
|
|
@@ -323,9 +327,9 @@ export {
|
|
|
323
327
|
jr as useMenuItemRole,
|
|
324
328
|
Io as useModal,
|
|
325
329
|
No as usePopoverItem,
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
330
|
+
Xt as useResponsiveProps,
|
|
331
|
+
zt as useResponsiveValue,
|
|
332
|
+
ko as useRichSelectState,
|
|
333
|
+
ns as useSlideout,
|
|
334
|
+
Js as useToaster
|
|
331
335
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "./components/StartUpLoading.js";
|
|
3
|
-
import {
|
|
3
|
+
import { P as s } from "../../LoadingSuspense-BwlrIicY.js";
|
|
4
4
|
import "./hooks/useShouldRenderLoading.js";
|
|
5
5
|
import "./components/LongLoading.js";
|
|
6
6
|
export {
|
|
@@ -1,51 +1,7 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import { Q as
|
|
4
|
-
import
|
|
5
|
-
const x = ({
|
|
6
|
-
children: s,
|
|
7
|
-
delay: l,
|
|
8
|
-
onLoaded: u,
|
|
9
|
-
pattern: e,
|
|
10
|
-
startFrom: c,
|
|
11
|
-
...t
|
|
12
|
-
}) => {
|
|
13
|
-
const o = a(() => l || (e === "component" || e === "default" || e === "validate" ? 0 : e === "long" ? 1300 : 250), [l, e]), d = a(() => c || (e === "component" || e === "default" || e === "long" ? 0 : 250), [c, e]), m = C(!1), [n, j] = b(!1), h = f.shouldRender(n, o, d, 0), [i, S] = b(!1), g = () => {
|
|
14
|
-
m.current || (m.current = !0, j(() => !0), h ? setTimeout(() => {
|
|
15
|
-
S(!0), u == null || u();
|
|
16
|
-
}, o) : (S(!0), u == null || u()));
|
|
17
|
-
};
|
|
18
|
-
return e === "component" || e === "validate" ? /* @__PURE__ */ R(v, { children: [
|
|
19
|
-
/* @__PURE__ */ r(
|
|
20
|
-
f,
|
|
21
|
-
{
|
|
22
|
-
pattern: e,
|
|
23
|
-
loaded: n,
|
|
24
|
-
...t,
|
|
25
|
-
children: i && s
|
|
26
|
-
}
|
|
27
|
-
),
|
|
28
|
-
/* @__PURE__ */ r(k, { fallback: null, children: !i && /* @__PURE__ */ r(w, { onResolved: g, children: !n && s }) })
|
|
29
|
-
] }) : /* @__PURE__ */ R(v, { children: [
|
|
30
|
-
h && /* @__PURE__ */ r(
|
|
31
|
-
f,
|
|
32
|
-
{
|
|
33
|
-
pattern: e,
|
|
34
|
-
loaded: n,
|
|
35
|
-
...t
|
|
36
|
-
}
|
|
37
|
-
),
|
|
38
|
-
/* @__PURE__ */ r(k, { fallback: null, children: i ? s : /* @__PURE__ */ r(w, { onResolved: g, children: !n && s }) })
|
|
39
|
-
] });
|
|
40
|
-
};
|
|
41
|
-
x.use = I;
|
|
42
|
-
x.uncache = E;
|
|
43
|
-
const w = ({
|
|
44
|
-
onResolved: s,
|
|
45
|
-
children: l
|
|
46
|
-
}) => (F(() => {
|
|
47
|
-
s();
|
|
48
|
-
}, [s]), l);
|
|
1
|
+
import "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
import { Q as i } from "../../LoadingSuspense-BwlrIicY.js";
|
|
4
|
+
import "./hooks/useSuspenseResource.js";
|
|
49
5
|
export {
|
|
50
|
-
|
|
6
|
+
i as IressLoadingSuspense
|
|
51
7
|
};
|
|
@@ -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 "../../../
|
|
5
|
-
import "../../../Loading.module-
|
|
4
|
+
import { ag as e } from "../../../LoadingSuspense-BwlrIicY.js";
|
|
5
|
+
import "../../../Loading.module-g2pe-Gfx.js";
|
|
6
6
|
import "../../../index-2QXL0WYc.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 "../../../
|
|
3
|
+
import { ae as e } from "../../../LoadingSuspense-BwlrIicY.js";
|
|
4
4
|
import "../../../components/Text/Text.js";
|
|
5
5
|
import "../../../index-2QXL0WYc.js";
|
|
6
|
-
import "../../../Loading.module-
|
|
6
|
+
import "../../../Loading.module-g2pe-Gfx.js";
|
|
7
7
|
export {
|
|
8
8
|
e as DefaultLoading
|
|
9
9
|
};
|
|
@@ -2,7 +2,7 @@ import { jsx as c, jsxs as g } 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 h } from "../../../index-2QXL0WYc.js";
|
|
5
|
-
import { l as m } from "../../../Loading.module-
|
|
5
|
+
import { l as m } from "../../../Loading.module-g2pe-Gfx.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-v5200", V = "ids-long-loading--panel-v5200", B = "ids-long-loading--dots-v5200", E = "ids-long-loading--check-list-v5200", R = "ids-long-loading--check-list-item-v5200", T = "ids-long-loading--check-list-item__done-v5200", U = "ids-long-loading--checked-v5200", $ = "ids-long-loading--checked__circle-v5200", q = "ids-long-loading--checked__check-v5200", 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 "../../../
|
|
6
|
+
import { ah as n } from "../../../LoadingSuspense-BwlrIicY.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-2QXL0WYc.js";
|
|
11
|
-
import "../../../Loading.module-
|
|
11
|
+
import "../../../Loading.module-g2pe-Gfx.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 u, 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-2QXL0WYc.js";
|
|
6
|
-
import { l as n } from "../../../Loading.module-
|
|
6
|
+
import { l as n } from "../../../Loading.module-g2pe-Gfx.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-v5200", P = "ids-start-up-loading--progress-v5200", h = {
|
|
12
12
|
root: H,
|
|
13
13
|
progress: P
|
|
14
14
|
}, U = ({
|