@iress-oss/ids-components 6.0.1 → 6.2.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/.ai/components/select.md +16 -0
- package/dist/Autocomplete-DKufjQU5.js +324 -0
- package/dist/{Button-bZPKq0ue.js → Button-BY2qzshw.js} +4 -4
- package/dist/{Provider-DvnuqPfQ.js → Provider-BNuRw7ck.js} +2 -2
- package/dist/Shadow-DAfthdT2.js +57 -0
- package/dist/{Slideout-RnRSkJsj.js → Slideout-BOH2gwIN.js} +3 -3
- package/dist/{Table.styles-BLO9zGfS.js → Table.styles-CKD_vWqh.js} +3 -3
- package/dist/TableProvider-C8bDaWu2.js +80 -0
- package/dist/{TableRows-B3nZnazw.js → TableRows-DXoiLfwt.js} +3 -4
- package/dist/{Text.styles-C0D5aEE_.js → Text.styles-DUvXBRio.js} +2 -2
- package/dist/components/Alert/Alert.js +4 -4
- package/dist/components/Alert/Alert.styles.js +1 -1
- package/dist/components/Autocomplete/Autocomplete.d.ts +1 -1
- package/dist/components/Autocomplete/Autocomplete.js +1 -1
- package/dist/components/Autocomplete/Autocomplete.styles.js +1 -1
- package/dist/components/Autocomplete/components/AutocompleteInstructions.js +4 -1
- package/dist/components/Autocomplete/hooks/useAutocompleteSearch.d.ts +7 -2
- package/dist/components/Autocomplete/hooks/useAutocompleteSearch.js +1 -1
- package/dist/components/Autocomplete/index.js +2 -2
- package/dist/components/Avatar/Avatar.js +3 -3
- package/dist/components/Avatar/Avatar.styles.js +1 -1
- package/dist/components/Avatar/AvatarGroup/AvatarGroup.js +3 -3
- package/dist/components/Avatar/AvatarGroup/AvatarGroup.styles.js +1 -1
- package/dist/components/Button/Button.js +1 -1
- package/dist/components/Button/CloseButton/CloseButton.js +2 -2
- package/dist/components/Button/index.js +1 -1
- package/dist/components/ButtonGroup/ButtonGroup.js +4 -4
- package/dist/components/ButtonGroup/ButtonGroup.styles.js +1 -1
- package/dist/components/Card/Card.js +3 -3
- package/dist/components/Card/Card.styles.js +1 -1
- package/dist/components/Checkbox/Checkbox.js +4 -4
- package/dist/components/Checkbox/Checkbox.styles.js +1 -1
- package/dist/components/CheckboxGroup/CheckboxGroup.js +1 -1
- package/dist/components/CheckboxGroup/CheckboxGroup.styles.js +1 -1
- package/dist/components/CheckboxMark/CheckboxMark.js +3 -3
- package/dist/components/CheckboxMark/CheckboxMark.styles.js +1 -1
- package/dist/components/Col/Col.js +2 -2
- package/dist/components/Col/Col.styles.js +1 -1
- package/dist/components/Container/Container.js +2 -2
- package/dist/components/Container/Container.styles.js +1 -1
- package/dist/components/Divider/Divider.js +3 -3
- package/dist/components/Divider/Divider.styles.js +1 -1
- package/dist/components/Expander/Expander.js +4 -4
- package/dist/components/Expander/Expander.styles.js +1 -1
- package/dist/components/ExpanderChevron/ExpanderChevron.js +1 -1
- package/dist/components/ExpanderChevron/ExpanderChevron.styles.js +1 -1
- package/dist/components/Field/Field.js +51 -51
- package/dist/components/Field/Field.styles.d.ts +1 -1
- package/dist/components/Field/Field.styles.js +7 -1
- package/dist/components/Field/components/FieldFooter.js +3 -3
- package/dist/components/Field/components/FieldHint.js +29 -21
- package/dist/components/Field/index.d.ts +0 -2
- package/dist/components/Field/index.js +1 -3
- package/dist/components/{Field/FieldGroup → FieldGroup}/FieldGroup.js +9 -9
- package/dist/components/{Field/FieldGroup → FieldGroup}/FieldGroup.styles.d.ts +1 -1
- package/dist/components/{Field/FieldGroup → FieldGroup}/FieldGroup.styles.js +2 -2
- package/dist/components/FieldGroup/index.d.ts +2 -0
- package/dist/components/FieldGroup/index.js +3 -0
- package/dist/components/Hide/Hide.js +1 -1
- package/dist/components/Hide/helpers/normaliseHideValues.js +1 -1
- package/dist/components/Icon/Icon.constants.js +1 -1
- package/dist/components/Icon/Icon.js +5 -5
- package/dist/components/Icon/Icon.styles.js +1 -1
- package/dist/components/Icon/IconProvider.js +2 -2
- package/dist/components/Icon/helpers/getMaterialSymbolsList.js +1 -1
- package/dist/components/Icon/hooks/useDynamicFontSubsetting.js +56 -39
- package/dist/components/Icon/index.js +1 -1
- package/dist/components/Image/Image.js +2 -2
- package/dist/components/Image/Image.styles.js +1 -1
- package/dist/components/Inline/Inline.js +2 -2
- package/dist/components/Inline/Inline.styles.js +1 -1
- package/dist/components/Input/Input.js +4 -4
- package/dist/components/Input/Input.styles.d.ts +4 -4
- package/dist/components/Input/Input.styles.js +5 -5
- package/dist/components/Input/InputBase/InputBase.js +1 -1
- package/dist/components/InputCurrency/InputCurrency.js +1 -1
- package/dist/components/Label/Label.styles.js +1 -1
- package/dist/components/Label/LabelBase/LabelBase.js +2 -2
- package/dist/components/Link/Link.js +3 -3
- package/dist/components/Link/Link.styles.d.ts +1 -0
- package/dist/components/Link/Link.styles.js +5 -2
- package/dist/components/Menu/Menu.js +84 -80
- package/dist/components/Menu/Menu.styles.js +8 -1
- package/dist/components/Menu/MenuDivider/MenuDivider.js +1 -1
- package/dist/components/Menu/MenuGroup/MenuGroup.d.ts +18 -3
- package/dist/components/Menu/MenuGroup/MenuGroup.js +39 -35
- package/dist/components/Menu/MenuGroup/MenuGroup.styles.js +1 -1
- package/dist/components/Menu/MenuHeading/MenuHeading.d.ts +20 -0
- package/dist/components/Menu/MenuHeading/MenuHeading.js +14 -0
- package/dist/components/Menu/MenuItem/MenuItem.js +4 -4
- package/dist/components/Menu/MenuItem/MenuItem.styles.js +10 -1
- package/dist/components/Menu/MenuText/MenuText.d.ts +1 -5
- package/dist/components/Menu/MenuText/MenuText.js +14 -20
- package/dist/components/Menu/index.d.ts +1 -0
- package/dist/components/Menu/index.js +4 -3
- package/dist/components/Modal/Modal.js +6 -6
- package/dist/components/Modal/Modal.styles.js +1 -1
- package/dist/components/Panel/Panel.js +1 -1
- package/dist/components/Pill/Pill.js +4 -4
- package/dist/components/Pill/Pill.styles.js +1 -1
- package/dist/components/Placeholder/Placeholder.js +1 -1
- package/dist/components/Placeholder/Placeholder.styles.js +1 -1
- package/dist/components/Popover/InputPopover/InputPopover.js +2 -2
- package/dist/components/Popover/Popover.js +4 -4
- package/dist/components/Popover/Popover.styles.js +1 -1
- package/dist/components/Popover/components/PopoverContent.js +54 -44
- package/dist/components/Popover/helpers/handlePopoverTabKey.js +2 -2
- package/dist/components/Popover/hooks/useFloatingPopover.js +1 -1
- package/dist/components/Popover/hooks/usePopoverItem.js +1 -1
- package/dist/components/Popover/hooks/usePopoverNavigation.js +1 -1
- package/dist/components/Progress/Progress.js +5 -5
- package/dist/components/Progress/Progress.styles.js +1 -1
- package/dist/components/Provider/Provider.js +1 -1
- package/dist/components/Provider/index.js +1 -1
- package/dist/components/Radio/Radio.js +4 -4
- package/dist/components/Radio/Radio.styles.js +1 -1
- package/dist/components/RadioGroup/RadioGroup.js +2 -2
- package/dist/components/RadioGroup/RadioGroup.styles.js +1 -1
- package/dist/components/RadioMark/RadioMark.js +3 -3
- package/dist/components/RadioMark/RadioMark.styles.js +1 -1
- package/dist/components/Readonly/Readonly.js +4 -4
- package/dist/components/Readonly/Readonly.styles.js +1 -1
- package/dist/components/Row/Row.js +2 -2
- package/dist/components/Row/Row.styles.js +1 -1
- package/dist/components/Select/Select.d.ts +6 -0
- package/dist/components/Select/Select.js +1 -1
- package/dist/components/Select/Select.styles.js +1 -1
- package/dist/components/Select/SelectBody/SelectBody.js +1 -1
- package/dist/components/Select/SelectBody/SelectBody.styles.js +1 -1
- package/dist/components/Select/SelectHeading/SelectHeading.js +7 -7
- package/dist/components/Select/SelectLabel/SelectLabel.js +1 -1
- package/dist/components/Select/SelectLabel/SelectLabel.styles.js +1 -1
- package/dist/components/Select/SelectMenu/SelectMenu.js +1 -1
- package/dist/components/Select/SelectMenu/SelectMenu.styles.js +1 -1
- package/dist/components/Select/SelectMenu/SelectMenuItem.js +1 -1
- package/dist/components/Select/SelectSearch/SelectSearch.js +1 -1
- package/dist/components/Select/SelectSearch/SelectSearch.styles.js +1 -1
- package/dist/components/Select/SelectSearchInput/SelectSearchInput.js +1 -1
- package/dist/components/Select/SelectSearchInput/SelectSearchInput.styles.js +1 -1
- package/dist/components/Select/SelectTags/SelectTags.js +17 -17
- package/dist/components/Select/SelectTags/SelectTags.styles.js +1 -1
- package/dist/components/Select/components/NativeSelect.js +3 -3
- package/dist/components/Select/components/NativeSelect.styles.d.ts +1 -1
- package/dist/components/Select/components/NativeSelect.styles.js +2 -2
- package/dist/components/Select/components/SelectOptions.d.ts +2 -2
- package/dist/components/Select/components/SelectOptions.js +117 -98
- package/dist/components/Select/index.js +1 -1
- package/dist/components/Skeleton/Skeleton.js +1 -1
- package/dist/components/Skeleton/Skeleton.styles.js +1 -1
- package/dist/components/SkipLink/SkipLink.js +2 -2
- package/dist/components/SkipLink/SkipLink.styles.js +1 -1
- package/dist/components/Slideout/Slideout.js +1 -1
- package/dist/components/Slideout/Slideout.styles.js +2 -1
- package/dist/components/Slideout/components/SlideoutInner.js +2 -2
- package/dist/components/Slideout/hooks/usePushElement.js +1 -1
- package/dist/components/Slideout/index.js +1 -1
- package/dist/components/Slider/Slider.js +3 -3
- package/dist/components/Slider/Slider.styles.js +1 -1
- package/dist/components/Slider/components/SliderTicks.js +2 -2
- package/dist/components/Spinner/Spinner.js +1 -1
- package/dist/components/Spinner/Spinner.styles.js +2 -2
- package/dist/components/Stack/Stack.js +2 -2
- package/dist/components/Stack/Stack.styles.js +1 -1
- package/dist/components/Styled/Styled.js +1 -1
- package/dist/components/TabSet/Tab/Tab.js +3 -3
- package/dist/components/TabSet/Tab/Tab.styles.js +1 -1
- package/dist/components/TabSet/TabSet.d.ts +6 -1
- package/dist/components/TabSet/TabSet.js +39 -35
- package/dist/components/TabSet/TabSet.styles.d.ts +1 -1
- package/dist/components/TabSet/TabSet.styles.js +14 -2
- package/dist/components/Table/Table.js +1 -1
- package/dist/components/Table/Table.styles.js +1 -1
- package/dist/components/Table/TableBody/TableBody.js +1 -1
- package/dist/components/Table/TableProvider.js +2 -43
- package/dist/components/Table/components/TableEmpty.js +1 -1
- package/dist/components/Table/components/TableFilterButton.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/TableRows.js +1 -1
- package/dist/components/Table/components/TableSortButton.js +1 -1
- package/dist/components/Table/helpers/composeTableColumnDefs.js +1 -1
- package/dist/components/Table/helpers/composeTableInitialColumnFilters.js +1 -1
- package/dist/components/Table/hooks/useTable.js +1 -1
- package/dist/components/Table/hooks/useTableColumnFilter.js +2 -2
- package/dist/components/Table/hooks/useTableColumnSort.js +1 -1
- package/dist/components/Table/hooks/useTableColumnStyles.js +4 -4
- package/dist/components/Table/index.js +2 -2
- package/dist/components/Tag/Tag.js +3 -3
- package/dist/components/Tag/Tag.styles.d.ts +14 -14
- package/dist/components/Tag/Tag.styles.js +17 -17
- package/dist/components/Tag/index.d.ts +0 -1
- package/dist/components/Tag/index.js +1 -2
- package/dist/components/{Tag/TagInput → TagInput}/TagInput.d.ts +1 -1
- package/dist/components/{Tag/TagInput → TagInput}/TagInput.js +7 -7
- package/dist/components/TagInput/TagInput.styles.d.ts +1 -0
- package/dist/components/{Tag/TagInput → TagInput}/TagInput.styles.js +2 -2
- package/dist/components/TagInput/index.d.ts +2 -0
- package/dist/components/TagInput/index.js +3 -0
- package/dist/components/Text/Text.js +3 -3
- package/dist/components/Text/Text.styles.js +1 -1
- package/dist/components/Text/index.js +1 -1
- package/dist/components/Toaster/Toaster.js +3 -3
- package/dist/components/Toaster/Toaster.styles.js +1 -1
- package/dist/components/Toaster/components/Toast/Toast.js +2 -2
- package/dist/components/Toaster/components/Toast/Toast.styles.js +1 -1
- package/dist/components/Toggle/Toggle.js +3 -3
- package/dist/components/Toggle/Toggle.styles.js +1 -1
- package/dist/components/Tooltip/Tooltip.d.ts +7 -2
- package/dist/components/Tooltip/Tooltip.js +50 -44
- package/dist/components/Tooltip/Tooltip.styles.js +1 -1
- package/dist/components/Tooltip/TooltipProvider.d.ts +27 -0
- package/dist/components/Tooltip/TooltipProvider.js +14 -0
- package/dist/components/Tooltip/hooks/useTooltipContainer.d.ts +17 -0
- package/dist/components/Tooltip/hooks/useTooltipContainer.js +5 -0
- package/dist/components/Tooltip/index.d.ts +4 -0
- package/dist/components/Tooltip/index.js +4 -2
- package/dist/components/ValidationMessage/ValidationLink/ValidationLink.js +1 -1
- package/dist/components/ValidationMessage/ValidationMessage.js +5 -5
- package/dist/components/ValidationMessage/ValidationSummary/ValidationSummary.js +2 -2
- package/dist/{composeTableColumnDefs-B1U_Snxq.js → composeTableColumnDefs-DzUn8D5f.js} +230 -266
- package/dist/constants.js +1 -1
- package/dist/{create-recipe-CYwSzH6a.js → create-recipe-A316lnq3.js} +3 -3
- package/dist/{css-D3KwXbP0.js → css-R34N3rft.js} +32 -32
- package/dist/{cva-BWFp4eLV.js → cva-DcOwIar2.js} +2 -2
- package/dist/{factory-sKbby7-S.js → factory-BKr3zaf6.js} +4 -4
- package/dist/{floating-ui.react-COiJC198.js → floating-ui.react-TDMXDOBr.js} +50 -50
- package/dist/helpers/dom/focusableElements.js +1 -1
- package/dist/helpers/label-value/highlightQueryInLabel.js +378 -2
- package/dist/helpers/label-value/highlightQueryInLabelValue.js +1 -1
- package/dist/helpers/label-value/searchLabelValues.js +3 -2
- package/dist/helpers/styling/iressCss.js +1 -1
- package/dist/hooks/useBreakpoint.js +1 -1
- package/dist/hooks/useResponsiveProps.js +1 -1
- package/dist/index.d-BITk11Vr.js +4 -0
- package/dist/{index.esm-CmxdHJYy.js → index.esm-CapMi3wi.js} +2 -2
- package/dist/{is-valid-prop-BoZ7GJt2.js → is-valid-prop-BVyYPT21.js} +1 -1
- package/dist/{main-BpD96KHv.js → main-TklToXNs.js} +24 -25
- package/dist/main.d.ts +2 -0
- package/dist/main.js +130 -126
- package/dist/patterns/Breadcrumbs/Breadcrumbs.js +2 -2
- package/dist/patterns/Breadcrumbs/Breadcrumbs.styles.js +1 -1
- package/dist/patterns/ContextualMenu/ContextualMenu.js +5 -5
- package/dist/patterns/ContextualMenu/ContextualMenu.styles.js +1 -1
- package/dist/patterns/DropdownMenu/DropdownMenu.js +119 -107
- package/dist/patterns/DropdownMenu/DropdownMenu.styles.js +1 -1
- package/dist/patterns/DropdownMenu/hooks/useDropdownMenuFlags.d.ts +1 -0
- package/dist/patterns/DropdownMenu/hooks/useDropdownMenuFlags.js +1 -0
- package/dist/patterns/Form/Form.styles.js +1 -1
- package/dist/patterns/Form/FormField/FormFieldset.d.ts +1 -1
- package/dist/patterns/Form/FormField/FormFieldset.js +1 -1
- package/dist/patterns/Form/FormField/helpers/getErrorTypeMessage.js +2 -2
- package/dist/patterns/Form/FormField/helpers/transformCustomRulesToValidateRule.js +5 -5
- package/dist/patterns/Form/FormValidationSummary/FormValidationSummary.js +2 -1
- package/dist/patterns/Form/HookForm/HookForm.js +2 -2
- package/dist/patterns/Form/components/LongForm.js +4 -2
- package/dist/patterns/Form/components/ShortForm.js +2 -1
- package/dist/patterns/Loading/Loading.styles.d.ts +3 -0
- package/dist/patterns/Loading/Loading.styles.js +5 -2
- package/dist/patterns/Loading/components/ComponentLoading.js +4 -4
- package/dist/patterns/Loading/components/DefaultLoading.js +2 -2
- package/dist/patterns/Loading/components/LongLoading.js +4 -4
- package/dist/patterns/Loading/components/PageLoading.js +6 -6
- package/dist/patterns/Loading/components/StartUpLoading.js +2 -2
- package/dist/patterns/Loading/components/ValidateLoading.js +3 -3
- package/dist/patterns/Shadow/Shadow.js +1 -1
- package/dist/patterns/Shadow/index.js +1 -1
- package/dist/patterns/SideNav/SideNav.d.ts +6 -0
- package/dist/patterns/SideNav/SideNav.js +78 -72
- package/dist/patterns/SideNav/SideNav.styles.js +7 -3
- package/dist/rolldown-runtime-3b4jIN3o.js +13 -0
- package/dist/style.css +1 -1
- package/dist/{sva-DOLIp5Dd.js → sva-DGhdmNso.js} +3 -3
- package/dist/{useAutocompleteSearch-BJ_hhoKp.js → useAutocompleteSearch-BYzUn7Ag.js} +49 -43
- package/package.json +16 -16
- package/dist/Autocomplete-CuUjmIAw.js +0 -308
- package/dist/Shadow-OHZiBoEb.js +0 -57
- package/dist/components/Tag/TagInput/TagInput.styles.d.ts +0 -1
- package/dist/highlightQueryInLabel-BLIy9JHT.js +0 -386
- package/dist/index.d-CLYyYDIv.js +0 -4
- /package/dist/components/{Field/FieldGroup → FieldGroup}/FieldGroup.d.ts +0 -0
- /package/dist/{constants-D0UW4Ewm.js → constants-DJz-xntC.js} +0 -0
- /package/dist/{cx-CZ8IJJTy.js → cx-QcEwjve6.js} +0 -0
- /package/dist/{tokens-CG_Rn1W3.js → tokens-DQsbW5to.js} +0 -0
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { t as e } from "./cx-
|
|
2
|
-
import { n as t } from "./is-valid-prop-
|
|
1
|
+
import { t as e } from "./cx-QcEwjve6.js";
|
|
2
|
+
import { n as t } from "./is-valid-prop-BVyYPT21.js";
|
|
3
3
|
import { GlobalCSSClass as n } from "./enums.js";
|
|
4
4
|
import { idsLogger as r } from "./helpers/utility/idsLogger.js";
|
|
5
5
|
import { IressText as i } from "./components/Text/Text.js";
|
|
6
6
|
import { propagateTestid as a } from "./helpers/utility/propagateTestid.js";
|
|
7
7
|
import { useIdIfNeeded as o } from "./hooks/useIdIfNeeded.js";
|
|
8
|
-
import { b as s, d as c, g as l, s as u, u as d, y as f } from "./floating-ui.react-
|
|
8
|
+
import { b as s, d as c, g as l, s as u, u as d, y as f } from "./floating-ui.react-TDMXDOBr.js";
|
|
9
9
|
import { getTransitionDuration as p } from "./helpers/transition/getTransitionDuration.js";
|
|
10
10
|
import { slideout as m } from "./components/Slideout/Slideout.styles.js";
|
|
11
11
|
import { SlideoutInner as ee } from "./components/Slideout/components/SlideoutInner.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { a as e, f as t, l as n, s as r } from "./css-
|
|
2
|
-
import { n as i } from "./cva-
|
|
3
|
-
import { t as a } from "./create-recipe-
|
|
1
|
+
import { a as e, f as t, l as n, s as r } from "./css-R34N3rft.js";
|
|
2
|
+
import { n as i } from "./cva-DcOwIar2.js";
|
|
3
|
+
import { t as a } from "./create-recipe-A316lnq3.js";
|
|
4
4
|
//#region src/styled-system/recipes/table.mjs
|
|
5
5
|
var o = {
|
|
6
6
|
compact: !1,
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
import { a as e, c as t, i as n, l as r, o as i, r as a, s as o, t as s } from "./composeTableColumnDefs-DzUn8D5f.js";
|
|
2
|
+
import { composeTableInitialSorting as c } from "./components/Table/helpers/composeTableInitialSorting.js";
|
|
3
|
+
import { composeTableInitialColumnFilters as l } from "./components/Table/helpers/composeTableInitialColumnFilters.js";
|
|
4
|
+
import * as u from "react";
|
|
5
|
+
import { createContext as d, useMemo as f } from "react";
|
|
6
|
+
import { jsx as p } from "react/jsx-runtime";
|
|
7
|
+
//#region ../../node_modules/@tanstack/react-table/build/lib/index.mjs
|
|
8
|
+
function m(e, t) {
|
|
9
|
+
return e ? h(e) ? /*#__PURE__*/ u.createElement(e, t) : e : null;
|
|
10
|
+
}
|
|
11
|
+
function h(e) {
|
|
12
|
+
return g(e) || typeof e == "function" || _(e);
|
|
13
|
+
}
|
|
14
|
+
function g(e) {
|
|
15
|
+
return typeof e == "function" && (() => {
|
|
16
|
+
let t = Object.getPrototypeOf(e);
|
|
17
|
+
return t.prototype && t.prototype.isReactComponent;
|
|
18
|
+
})();
|
|
19
|
+
}
|
|
20
|
+
function _(e) {
|
|
21
|
+
return typeof e == "object" && typeof e.$$typeof == "symbol" && ["react.memo", "react.forward_ref"].includes(e.$$typeof.description);
|
|
22
|
+
}
|
|
23
|
+
function v(e) {
|
|
24
|
+
let t = {
|
|
25
|
+
state: {},
|
|
26
|
+
onStateChange: () => {},
|
|
27
|
+
renderFallbackValue: null,
|
|
28
|
+
...e
|
|
29
|
+
}, [r] = u.useState(() => ({ current: n(t) })), [i, a] = u.useState(() => r.current.initialState);
|
|
30
|
+
return r.current.setOptions((t) => ({
|
|
31
|
+
...t,
|
|
32
|
+
...e,
|
|
33
|
+
state: {
|
|
34
|
+
...i,
|
|
35
|
+
...e.state
|
|
36
|
+
},
|
|
37
|
+
onStateChange: (t) => {
|
|
38
|
+
a(t), e.onStateChange == null || e.onStateChange(t);
|
|
39
|
+
}
|
|
40
|
+
})), r.current;
|
|
41
|
+
}
|
|
42
|
+
//#endregion
|
|
43
|
+
//#region src/components/Table/TableProvider.tsx
|
|
44
|
+
function y() {
|
|
45
|
+
return d(void 0);
|
|
46
|
+
}
|
|
47
|
+
function b() {
|
|
48
|
+
return x;
|
|
49
|
+
}
|
|
50
|
+
var x = y(), S = ({ children: n, columns: u, rows: d }) => {
|
|
51
|
+
let m = v({
|
|
52
|
+
columns: f(() => s(d, u), [u, d]),
|
|
53
|
+
data: d,
|
|
54
|
+
getCoreRowModel: e(),
|
|
55
|
+
getSortedRowModel: r(),
|
|
56
|
+
getFilteredRowModel: t(),
|
|
57
|
+
getFacetedRowModel: i(),
|
|
58
|
+
getFacetedUniqueValues: o(),
|
|
59
|
+
filterFns: { inArray: a },
|
|
60
|
+
initialState: {
|
|
61
|
+
sorting: c(u),
|
|
62
|
+
columnFilters: l(u)
|
|
63
|
+
}
|
|
64
|
+
}), h = f(() => ({
|
|
65
|
+
api: m,
|
|
66
|
+
getColumnByKey: (e) => u?.find((t) => t.key === e)
|
|
67
|
+
}), [
|
|
68
|
+
d,
|
|
69
|
+
u,
|
|
70
|
+
m.getState().sorting,
|
|
71
|
+
m.getState().columnFilters
|
|
72
|
+
]), { Provider: g } = b();
|
|
73
|
+
return /* @__PURE__ */ p(g, {
|
|
74
|
+
value: h,
|
|
75
|
+
children: n
|
|
76
|
+
});
|
|
77
|
+
};
|
|
78
|
+
S.displayName = "TableProvider";
|
|
79
|
+
//#endregion
|
|
80
|
+
export { m as i, S as n, b as r, x as t };
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { t as e } from "./factory-
|
|
1
|
+
import { t as e } from "./factory-BKr3zaf6.js";
|
|
2
2
|
import { propagateTestid as t } from "./helpers/utility/propagateTestid.js";
|
|
3
|
-
import { i as n } from "./
|
|
4
|
-
import { getTableContext as r } from "./components/Table/TableProvider.js";
|
|
3
|
+
import { i as n, r } from "./TableProvider-C8bDaWu2.js";
|
|
5
4
|
import { TableBodyCell as i } from "./components/Table/components/TableBodyCell.js";
|
|
6
5
|
import * as a from "react";
|
|
7
6
|
import { useContext as o } from "react";
|
|
@@ -86,7 +85,7 @@ var p = (e, t) => Math.abs(e - t) < 1.01, m = (e, t, n) => {
|
|
|
86
85
|
return a.observe(n, { box: "border-box" }), () => {
|
|
87
86
|
a.unobserve(n);
|
|
88
87
|
};
|
|
89
|
-
}, y = { passive: !0 }, b = typeof window > "u"
|
|
88
|
+
}, y = { passive: !0 }, b = typeof window > "u" || "onscrollend" in window, x = (e, t) => {
|
|
90
89
|
let n = e.scrollElement;
|
|
91
90
|
if (!n) return;
|
|
92
91
|
let r = e.targetWindow;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { f as e, l as t } from "./css-
|
|
2
|
-
import { n, t as r } from "./create-recipe-
|
|
1
|
+
import { f as e, l as t } from "./css-R34N3rft.js";
|
|
2
|
+
import { n, t as r } from "./create-recipe-A316lnq3.js";
|
|
3
3
|
//#region src/styled-system/recipes/text.mjs
|
|
4
4
|
var i = /* @__PURE__ */ r("text", { element: "div" }, [{
|
|
5
5
|
element: [
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { t as e } from "../../css-
|
|
2
|
-
import { t } from "../../cx-
|
|
3
|
-
import { n } from "../../is-valid-prop-
|
|
1
|
+
import { t as e } from "../../css-R34N3rft.js";
|
|
2
|
+
import { t } from "../../cx-QcEwjve6.js";
|
|
3
|
+
import { n } from "../../is-valid-prop-BVyYPT21.js";
|
|
4
4
|
import { GlobalCSSClass as r } from "../../enums.js";
|
|
5
5
|
import { IressIcon as i } from "../Icon/Icon.js";
|
|
6
|
-
import { t as a } from "../../Button-
|
|
6
|
+
import { t as a } from "../../Button-BY2qzshw.js";
|
|
7
7
|
import { IressText as o } from "../Text/Text.js";
|
|
8
8
|
import { propagateTestid as s } from "../../helpers/utility/propagateTestid.js";
|
|
9
9
|
import { alert as c } from "./Alert.styles.js";
|
|
@@ -28,7 +28,7 @@ export interface IressAutocompleteProps<T extends FormControlValue = string> ext
|
|
|
28
28
|
clearable?: boolean;
|
|
29
29
|
/**
|
|
30
30
|
* Text to be displayed when the options function errors out. It is not used when the options are provided as an array.
|
|
31
|
-
* @default <IressAlert status="danger">An unknown error occurred. Please contact support if the error persists.</IressAlert>
|
|
31
|
+
* @default <IressAlert status="danger" mb="none" variant="full-width">An unknown error occurred. Please contact support if the error persists.</IressAlert>
|
|
32
32
|
*/
|
|
33
33
|
errorText?: ReactNode;
|
|
34
34
|
/**
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../Autocomplete-
|
|
1
|
+
import { t as e } from "../../Autocomplete-DKufjQU5.js";
|
|
2
2
|
export { e as IressAutocomplete };
|
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
import { IressPanel as e } from "../../Panel/Panel.js";
|
|
2
2
|
import { jsx as t } from "react/jsx-runtime";
|
|
3
3
|
//#region src/components/Autocomplete/components/AutocompleteInstructions.tsx
|
|
4
|
-
var n = ({ minSearchLength: n }) => /* @__PURE__ */ t(e, {
|
|
4
|
+
var n = ({ minSearchLength: n }) => /* @__PURE__ */ t(e, {
|
|
5
|
+
noBorder: !0,
|
|
6
|
+
children: `Type at least ${n} character${n === 1 ? "" : "s"} to search`
|
|
7
|
+
});
|
|
5
8
|
n.displayName = "AutocompleteInstructions";
|
|
6
9
|
//#endregion
|
|
7
10
|
export { n as AutocompleteInstructions };
|
|
@@ -2,7 +2,7 @@ import { FormattedLabelValueMeta, LabelValueMeta } from '../../../interfaces';
|
|
|
2
2
|
export interface AutocompleteSearchHookProps {
|
|
3
3
|
/**
|
|
4
4
|
* Time in milliseconds to wait for before performing result search. Only applies to searchable options (function).
|
|
5
|
-
* @default
|
|
5
|
+
* @default 300
|
|
6
6
|
*/
|
|
7
7
|
debounceThreshold?: number;
|
|
8
8
|
/**
|
|
@@ -15,6 +15,11 @@ export interface AutocompleteSearchHookProps {
|
|
|
15
15
|
* Initial options data set, shown when the input is empty.
|
|
16
16
|
*/
|
|
17
17
|
initialOptions?: LabelValueMeta[];
|
|
18
|
+
/**
|
|
19
|
+
* Time in milliseconds to wait before showing the loading spinner for async options.
|
|
20
|
+
* @default 250
|
|
21
|
+
*/
|
|
22
|
+
loadingDelay?: number;
|
|
18
23
|
/**
|
|
19
24
|
* Minimum number of characters required before triggering async search. Only applies to searchable options (function).
|
|
20
25
|
* Below this threshold, no search will be triggered and no loading state will be shown.
|
|
@@ -80,4 +85,4 @@ export interface AutocompleteSearchHookReturn {
|
|
|
80
85
|
* Advanced autocomplete search hook with debouncing and race condition protection
|
|
81
86
|
* Supports both sync array search and async function search
|
|
82
87
|
*/
|
|
83
|
-
export declare const useAutocompleteSearch: ({ debounceThreshold, disabled, initialOptions, minSearchLength, options, query, }: AutocompleteSearchHookProps) => AutocompleteSearchHookReturn;
|
|
88
|
+
export declare const useAutocompleteSearch: ({ debounceThreshold, disabled, initialOptions, loadingDelay, minSearchLength, options, query, }: AutocompleteSearchHookProps) => AutocompleteSearchHookReturn;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../../useAutocompleteSearch-
|
|
1
|
+
import { t as e } from "../../../useAutocompleteSearch-BYzUn7Ag.js";
|
|
2
2
|
export { e as useAutocompleteSearch };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { autoComplete as e } from "./Autocomplete.styles.js";
|
|
2
|
-
import { t } from "../../useAutocompleteSearch-
|
|
3
|
-
import { t as n } from "../../Autocomplete-
|
|
2
|
+
import { t } from "../../useAutocompleteSearch-BYzUn7Ag.js";
|
|
3
|
+
import { t as n } from "../../Autocomplete-DKufjQU5.js";
|
|
4
4
|
export { n as IressAutocomplete, e as autoComplete, t as useAutocompleteSearch };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { t as e } from "../../css-
|
|
2
|
-
import { t } from "../../cx-
|
|
3
|
-
import { n } from "../../is-valid-prop-
|
|
1
|
+
import { t as e } from "../../css-R34N3rft.js";
|
|
2
|
+
import { t } from "../../cx-QcEwjve6.js";
|
|
3
|
+
import { n } from "../../is-valid-prop-BVyYPT21.js";
|
|
4
4
|
import { GlobalCSSClass as r } from "../../enums.js";
|
|
5
5
|
import { IressIcon as i } from "../Icon/Icon.js";
|
|
6
6
|
import { IressTooltip as a } from "../Tooltip/Tooltip.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { t as e } from "../../../css-
|
|
2
|
-
import { t } from "../../../cx-
|
|
3
|
-
import { n } from "../../../is-valid-prop-
|
|
1
|
+
import { t as e } from "../../../css-R34N3rft.js";
|
|
2
|
+
import { t } from "../../../cx-QcEwjve6.js";
|
|
3
|
+
import { n } from "../../../is-valid-prop-BVyYPT21.js";
|
|
4
4
|
import { GlobalCSSClass as r } from "../../../enums.js";
|
|
5
5
|
import { IressAvatar as i } from "../Avatar.js";
|
|
6
6
|
import { avatarGroup as a } from "./AvatarGroup.styles.js";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../Button-
|
|
1
|
+
import { t as e } from "../../Button-BY2qzshw.js";
|
|
2
2
|
export { e as IressButton };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { t as e } from "../../../cx-
|
|
1
|
+
import { t as e } from "../../../cx-QcEwjve6.js";
|
|
2
2
|
import { GlobalCSSClass as t } from "../../../enums.js";
|
|
3
|
-
import { t as n } from "../../../Button-
|
|
3
|
+
import { t as n } from "../../../Button-BY2qzshw.js";
|
|
4
4
|
import { forwardRef as r } from "react";
|
|
5
5
|
import { jsx as i } from "react/jsx-runtime";
|
|
6
6
|
//#region src/components/Button/CloseButton/CloseButton.tsx
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { t as e } from "../../css-
|
|
2
|
-
import { t } from "../../cx-
|
|
3
|
-
import { n } from "../../is-valid-prop-
|
|
4
|
-
import { t as r } from "../../factory-
|
|
1
|
+
import { t as e } from "../../css-R34N3rft.js";
|
|
2
|
+
import { t } from "../../cx-QcEwjve6.js";
|
|
3
|
+
import { n } from "../../is-valid-prop-BVyYPT21.js";
|
|
4
|
+
import { t as r } from "../../factory-BKr3zaf6.js";
|
|
5
5
|
import { GlobalCSSClass as i } from "../../enums.js";
|
|
6
6
|
import { propagateTestid as a } from "../../helpers/utility/propagateTestid.js";
|
|
7
7
|
import { useIdIfNeeded as o } from "../../hooks/useIdIfNeeded.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { t as e } from "../../css-
|
|
2
|
-
import { t } from "../../cx-
|
|
3
|
-
import { n } from "../../is-valid-prop-
|
|
1
|
+
import { t as e } from "../../css-R34N3rft.js";
|
|
2
|
+
import { t } from "../../cx-QcEwjve6.js";
|
|
3
|
+
import { n } from "../../is-valid-prop-BVyYPT21.js";
|
|
4
4
|
import { GlobalCSSClass as r } from "../../enums.js";
|
|
5
5
|
import { IressText as i } from "../Text/Text.js";
|
|
6
6
|
import { propagateTestid as a } from "../../helpers/utility/propagateTestid.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { t as e } from "../../css-
|
|
2
|
-
import { t } from "../../cx-
|
|
3
|
-
import { n } from "../../is-valid-prop-
|
|
4
|
-
import { t as r } from "../../factory-
|
|
1
|
+
import { t as e } from "../../css-R34N3rft.js";
|
|
2
|
+
import { t } from "../../cx-QcEwjve6.js";
|
|
3
|
+
import { n } from "../../is-valid-prop-BVyYPT21.js";
|
|
4
|
+
import { t as r } from "../../factory-BKr3zaf6.js";
|
|
5
5
|
import { GlobalCSSClass as i } from "../../enums.js";
|
|
6
6
|
import { IressText as a } from "../Text/Text.js";
|
|
7
7
|
import { propagateTestid as o } from "../../helpers/utility/propagateTestid.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { t as e } from "../../cx-
|
|
1
|
+
import { t as e } from "../../cx-QcEwjve6.js";
|
|
2
2
|
import { GlobalCSSClass as t } from "../../enums.js";
|
|
3
3
|
import { toArray as n } from "../../helpers/formatting/toArray.js";
|
|
4
4
|
import { useControlledState as r } from "../../hooks/useControlledState.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { t as e } from "../../css-
|
|
2
|
-
import { t } from "../../cx-
|
|
3
|
-
import { n } from "../../is-valid-prop-
|
|
1
|
+
import { t as e } from "../../css-R34N3rft.js";
|
|
2
|
+
import { t } from "../../cx-QcEwjve6.js";
|
|
3
|
+
import { n } from "../../is-valid-prop-BVyYPT21.js";
|
|
4
4
|
import { GlobalCSSClass as r } from "../../enums.js";
|
|
5
5
|
import { checkboxMark as i } from "./CheckboxMark.styles.js";
|
|
6
6
|
import { jsx as a, jsxs as o } from "react/jsx-runtime";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { t as e } from "../../cx-
|
|
2
|
-
import { t } from "../../factory-
|
|
1
|
+
import { t as e } from "../../cx-QcEwjve6.js";
|
|
2
|
+
import { t } from "../../factory-BKr3zaf6.js";
|
|
3
3
|
import { GlobalCSSClass as n } from "../../enums.js";
|
|
4
4
|
import { col as r } from "./Col.styles.js";
|
|
5
5
|
import { jsx as i } from "react/jsx-runtime";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { t as e } from "../../cx-
|
|
2
|
-
import { t } from "../../factory-
|
|
1
|
+
import { t as e } from "../../cx-QcEwjve6.js";
|
|
2
|
+
import { t } from "../../factory-BKr3zaf6.js";
|
|
3
3
|
import { GlobalCSSClass as n } from "../../enums.js";
|
|
4
4
|
import { container as r } from "./Container.styles.js";
|
|
5
5
|
import { jsx as i } from "react/jsx-runtime";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { t as e } from "../../css-
|
|
2
|
-
import { t } from "../../cx-
|
|
3
|
-
import { n } from "../../is-valid-prop-
|
|
1
|
+
import { t as e } from "../../css-R34N3rft.js";
|
|
2
|
+
import { t } from "../../cx-QcEwjve6.js";
|
|
3
|
+
import { n } from "../../is-valid-prop-BVyYPT21.js";
|
|
4
4
|
import { GlobalCSSClass as r } from "../../enums.js";
|
|
5
5
|
import { divider as i } from "./Divider.styles.js";
|
|
6
6
|
import { jsx as a } from "react/jsx-runtime";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { t as e } from "../../css-
|
|
2
|
-
import { t } from "../../cx-
|
|
3
|
-
import { n } from "../../is-valid-prop-
|
|
4
|
-
import { t as r } from "../../factory-
|
|
1
|
+
import { t as e } from "../../css-R34N3rft.js";
|
|
2
|
+
import { t } from "../../cx-QcEwjve6.js";
|
|
3
|
+
import { n } from "../../is-valid-prop-BVyYPT21.js";
|
|
4
|
+
import { t as r } from "../../factory-BKr3zaf6.js";
|
|
5
5
|
import { GlobalCSSClass as i } from "../../enums.js";
|
|
6
6
|
import { IressText as a } from "../Text/Text.js";
|
|
7
7
|
import { propagateTestid as o } from "../../helpers/utility/propagateTestid.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { t as e } from "../../cx-
|
|
1
|
+
import { t as e } from "../../cx-QcEwjve6.js";
|
|
2
2
|
import { expanderChevron as t } from "./ExpanderChevron.styles.js";
|
|
3
3
|
import { jsx as n } from "react/jsx-runtime";
|
|
4
4
|
//#region src/components/ExpanderChevron/ExpanderChevron.tsx
|
|
@@ -1,72 +1,72 @@
|
|
|
1
|
-
import { t as e } from "../../css-
|
|
2
|
-
import { t } from "../../cx-
|
|
3
|
-
import { n } from "../../is-valid-prop-
|
|
4
|
-
import { t as r } from "../../factory-
|
|
1
|
+
import { t as e } from "../../css-R34N3rft.js";
|
|
2
|
+
import { t } from "../../cx-QcEwjve6.js";
|
|
3
|
+
import { n } from "../../is-valid-prop-BVyYPT21.js";
|
|
4
|
+
import { t as r } from "../../factory-BKr3zaf6.js";
|
|
5
5
|
import { GlobalCSSClass as i } from "../../enums.js";
|
|
6
6
|
import { propagateTestid as a } from "../../helpers/utility/propagateTestid.js";
|
|
7
7
|
import { toArray as o } from "../../helpers/formatting/toArray.js";
|
|
8
8
|
import { IressLabel as s } from "../Label/Label.js";
|
|
9
9
|
import { field as c } from "./Field.styles.js";
|
|
10
10
|
import { FieldFooter as l } from "./components/FieldFooter.js";
|
|
11
|
-
import { FieldHint as u
|
|
12
|
-
import { isValidElement as
|
|
13
|
-
import { jsx as
|
|
11
|
+
import { FieldHint as u } from "./components/FieldHint.js";
|
|
12
|
+
import { isValidElement as d } from "react";
|
|
13
|
+
import { jsx as f, jsxs as p } from "react/jsx-runtime";
|
|
14
14
|
//#region src/components/Field/Field.tsx
|
|
15
|
-
var
|
|
16
|
-
let { htmlFor:
|
|
17
|
-
|
|
18
|
-
let
|
|
19
|
-
hasError: !!
|
|
20
|
-
hasHint: !!
|
|
21
|
-
hiddenLabel:
|
|
22
|
-
horizontal:
|
|
15
|
+
var m = ({ children: m, className: h, "data-testid": g, error: _, errorMessages: v, hiddenLabel: y, hint: b, horizontal: x, label: S, labelWidth: C, required: w, readOnly: T, removeErrorMargin: E = !1, supplementary: D, ...O }) => {
|
|
16
|
+
let { htmlFor: k } = O, A;
|
|
17
|
+
A = k === void 0 && d(m) ? o(m)[0].props.id : k;
|
|
18
|
+
let j = c.raw({
|
|
19
|
+
hasError: !!_ || !!v?.length,
|
|
20
|
+
hasHint: !!b,
|
|
21
|
+
hiddenLabel: y,
|
|
22
|
+
horizontal: x,
|
|
23
23
|
multipleFields: !1,
|
|
24
|
-
removeErrorMargin:
|
|
25
|
-
}), [
|
|
26
|
-
let t = /* @__PURE__ */
|
|
27
|
-
className: e(
|
|
28
|
-
"data-testid": a(
|
|
29
|
-
hiddenLabel:
|
|
30
|
-
htmlFor:
|
|
31
|
-
readOnly:
|
|
32
|
-
required:
|
|
33
|
-
children:
|
|
24
|
+
removeErrorMargin: E
|
|
25
|
+
}), [M, N] = n(O), P = !!T, F = () => {
|
|
26
|
+
let t = /* @__PURE__ */ f(s, {
|
|
27
|
+
className: e(j.label),
|
|
28
|
+
"data-testid": a(g, "label"),
|
|
29
|
+
hiddenLabel: y,
|
|
30
|
+
htmlFor: A,
|
|
31
|
+
readOnly: T,
|
|
32
|
+
required: !P && !!w,
|
|
33
|
+
children: S
|
|
34
34
|
});
|
|
35
|
-
return
|
|
36
|
-
hint:
|
|
37
|
-
horizontal:
|
|
38
|
-
hiddenLabel:
|
|
39
|
-
dataTestId:
|
|
35
|
+
return b ? /* @__PURE__ */ f(u, {
|
|
36
|
+
hint: b,
|
|
37
|
+
horizontal: x,
|
|
38
|
+
hiddenLabel: y,
|
|
39
|
+
dataTestId: g,
|
|
40
40
|
children: t
|
|
41
41
|
}) : t;
|
|
42
42
|
};
|
|
43
|
-
return /* @__PURE__ */
|
|
44
|
-
className: t(
|
|
45
|
-
style: { ...
|
|
46
|
-
"data-testid":
|
|
47
|
-
...
|
|
43
|
+
return /* @__PURE__ */ p(r.div, {
|
|
44
|
+
className: t(h, e(j.root, M), i.Field),
|
|
45
|
+
style: { ...x && C && { gridTemplateColumns: `${C} 1fr` } },
|
|
46
|
+
"data-testid": g,
|
|
47
|
+
...N,
|
|
48
48
|
children: [
|
|
49
|
-
/* @__PURE__ */
|
|
50
|
-
className: e(
|
|
51
|
-
children:
|
|
49
|
+
/* @__PURE__ */ f(r.div, {
|
|
50
|
+
className: e(j.labelContainer),
|
|
51
|
+
children: F()
|
|
52
52
|
}),
|
|
53
|
-
/* @__PURE__ */
|
|
54
|
-
className: e(
|
|
55
|
-
children: /* @__PURE__ */
|
|
56
|
-
className: e(
|
|
57
|
-
children:
|
|
53
|
+
/* @__PURE__ */ f(r.div, {
|
|
54
|
+
className: e(j.fieldContainer),
|
|
55
|
+
children: /* @__PURE__ */ f("div", {
|
|
56
|
+
className: e(j.element),
|
|
57
|
+
children: m
|
|
58
58
|
})
|
|
59
59
|
}),
|
|
60
|
-
/* @__PURE__ */
|
|
61
|
-
className: e(
|
|
62
|
-
"data-testid": a(
|
|
63
|
-
error:
|
|
64
|
-
errorMessages:
|
|
65
|
-
supplementary:
|
|
60
|
+
/* @__PURE__ */ f(l, {
|
|
61
|
+
className: e(j.footer),
|
|
62
|
+
"data-testid": a(g, "error"),
|
|
63
|
+
error: _,
|
|
64
|
+
errorMessages: v,
|
|
65
|
+
supplementary: D
|
|
66
66
|
})
|
|
67
67
|
]
|
|
68
68
|
});
|
|
69
69
|
};
|
|
70
|
-
|
|
70
|
+
m.displayName = "IressField";
|
|
71
71
|
//#endregion
|
|
72
|
-
export {
|
|
72
|
+
export { m as IressField };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const field: import('../../styled-system/types').SlotRecipeRuntimeFn<"label" | "footer" | "hint" | "element" | "root" | "footerIcon" | "supplementary" | "labelContainer" | "fieldContainer", {
|
|
1
|
+
export declare const field: import('../../styled-system/types').SlotRecipeRuntimeFn<"label" | "footer" | "hint" | "element" | "root" | "horizontalLabelWithHint" | "footerIcon" | "supplementary" | "labelContainer" | "fieldContainer", {
|
|
2
2
|
horizontal: {
|
|
3
3
|
true: {
|
|
4
4
|
root: {
|