@iress-oss/ids-components 5.16.0 → 5.18.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{AutocompleteNoResults-D7YVtBHi.js → AutocompleteNoResults-JZ7V7NkM.js} +1 -1
- package/dist/{ComboboxHiddenInput-CzqAhHnZ.js → ComboboxHiddenInput-B8HEOHjE.js} +5 -5
- package/dist/{FieldAppendToLabel-CMgTenh1.js → FieldAppendToLabel--L91ZcMi.js} +3 -3
- package/dist/{InputBase-Bjj3LDLa.js → InputBase-D4yDE4Xu.js} +1 -1
- package/dist/Loading.module-CnqsvkmD.js +13 -0
- package/dist/LoadingSuspense-ZAaPH398.js +5749 -0
- package/dist/LogoFromSrc-CTrXifPX.js +59 -0
- package/dist/MenuItem.module-BfqQpb2V.js +24 -0
- package/dist/Popover.module-DqsebJz2.js +11 -0
- package/dist/PopoverProvider-DsdRCQGa.js +142 -0
- package/dist/{SelectControl-CN6caR5z.js → SelectControl-1_jw_jMH.js} +1 -1
- package/dist/{SliderTicks-Dfw5LJ8X.js → SliderTicks-U5_LKSQq.js} +1 -1
- package/dist/TabSet.module-C4RXA_SN.js +13 -0
- package/dist/Table.module-UEW2qXTE.js +32 -0
- package/dist/components/Alert/Alert.js +1 -1
- package/dist/components/Alert/index.js +1 -1
- package/dist/components/Autocomplete/Autocomplete.js +4 -4
- package/dist/components/Autocomplete/components/AutocompleteInstructions.js +12 -0
- package/dist/components/Autocomplete/components/AutocompleteNoResults.js +1 -1
- package/dist/components/Autocomplete/hooks/useAutocompleteSearch.js +161 -113
- 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 +3 -3
- package/dist/components/Combobox/MultiCombobox/MultiCombobox.js +3 -3
- package/dist/components/Combobox/components/ComboboxHiddenInput.js +1 -1
- package/dist/components/Combobox/components/ComboboxResults.js +4 -4
- package/dist/components/Combobox/components/ComboboxResultsDescriptor.js +2 -2
- package/dist/components/Combobox/index.js +1 -1
- package/dist/components/Expander/Expander.js +1 -1
- package/dist/components/Field/Field.js +1 -1
- package/dist/components/Field/FieldGroup/FieldGroup.js +2 -2
- package/dist/components/Field/components/FieldAppendToLabel.js +3 -3
- package/dist/components/Filter/Filter.js +3 -3
- package/dist/components/Filter/components/FilterResetButton.js +2 -2
- package/dist/components/Filter/components/FilterSearch.js +2 -2
- package/dist/components/Filter/index.js +1 -1
- package/dist/components/Form/Form.js +1 -1
- package/dist/components/Form/FormField/FormField.js +2 -2
- package/dist/components/Form/FormField/FormFieldset.js +2 -2
- package/dist/components/Form/HookForm/HookForm.js +1 -1
- package/dist/components/Form/index.js +1 -1
- package/dist/components/Hide/Hide.js +1 -1
- package/dist/components/Hide/helpers/composeHideClasses.js +2 -2
- package/dist/components/Hide/index.js +1 -1
- package/dist/components/Icon/Icon.js +2 -2
- package/dist/components/Icon/index.js +1 -1
- package/dist/components/Inline/Inline.js +2 -2
- package/dist/components/Inline/index.js +1 -1
- package/dist/components/Input/ClearButton/ClearButton.js +1 -1
- package/dist/components/Input/Input.js +2 -2
- package/dist/components/Input/InputBase/InputBase.js +1 -1
- package/dist/components/Input/index.js +1 -1
- package/dist/components/InputCurrency/InputCurrency.js +1 -1
- package/dist/components/InputCurrency/index.js +1 -1
- package/dist/components/Label/LabelBase/LabelBase.js +1 -1
- package/dist/components/Menu/MenuDivider/MenuDivider.js +2 -2
- package/dist/components/Menu/MenuHeading/MenuHeading.js +2 -2
- package/dist/components/Menu/MenuItem/MenuItem.js +1 -1
- package/dist/components/Menu/MenuItem/hooks/useMenuItemButtonProps.js +1 -1
- package/dist/components/Menu/MenuItem/hooks/useMenuItemComposite.js +1 -1
- package/dist/components/Menu/MenuItem/hooks/useMenuItemInteractions.js +28 -28
- package/dist/components/Menu/MenuText/MenuText.js +3 -3
- package/dist/components/Menu/helpers/mapMenuItems.js +1 -1
- package/dist/components/Menu/hooks/useMenuStyles.js +3 -3
- package/dist/components/Menu/index.js +1 -1
- package/dist/components/Modal/Modal.js +1 -1
- package/dist/components/Modal/index.js +1 -1
- package/dist/components/Navbar/Navbar.js +2 -2
- package/dist/components/Navbar/components/HomeLinkContent.js +2 -2
- package/dist/components/Navbar/components/LogoFromSrc.js +1 -1
- package/dist/components/Navbar/components/NavbarLogo.js +2 -2
- package/dist/components/Navbar/index.js +1 -1
- package/dist/components/Placeholder/Placeholder.js +1 -1
- package/dist/components/Popover/InputPopover/InputPopover.js +1 -1
- package/dist/components/Popover/InputPopover/InputPopoverActivator.js +1 -1
- package/dist/components/Popover/InputPopover/InputPopoverProvider.js +65 -61
- package/dist/components/Popover/Popover.js +2 -2
- package/dist/components/Popover/PopoverProvider.js +4 -3
- package/dist/components/Popover/components/PopoverActivator.js +1 -1
- package/dist/components/Popover/components/PopoverContent.js +1 -1
- package/dist/components/Popover/helpers/handlePopoverTabKey.js +1 -1
- package/dist/components/Popover/hooks/usePopover.js +1 -1
- package/dist/components/Progress/Progress.js +1 -1
- package/dist/components/Provider/Provider.js +1 -1
- package/dist/components/Radio/Radio.js +1 -1
- package/dist/components/Radio/helpers/mapRadioGroupOptions.js +1 -1
- package/dist/components/Radio/index.js +1 -1
- package/dist/components/RadioGroup/RadioGroup.js +3 -3
- package/dist/components/Readonly/Readonly.js +3 -3
- package/dist/components/Readonly/index.js +1 -1
- package/dist/components/RichSelect/RichSelect.js +2 -2
- package/dist/components/RichSelect/SelectBody/SelectBody.js +2 -2
- package/dist/components/RichSelect/SelectCreate/SelectCreate.js +2 -2
- package/dist/components/RichSelect/SelectHeading/SelectHeading.js +2 -2
- package/dist/components/RichSelect/SelectLabel/SelectLabel.js +1 -1
- package/dist/components/RichSelect/SelectMenu/SelectMenu.js +2 -2
- package/dist/components/RichSelect/SelectMenu/SelectMenuItem.js +2 -2
- package/dist/components/RichSelect/SelectSearch/SelectSearch.js +1 -1
- package/dist/components/RichSelect/SelectSearchInput/SelectSearchInput.js +1 -1
- package/dist/components/RichSelect/SelectTags/SelectTags.js +1 -1
- package/dist/components/RichSelect/components/SelectActivator.js +1 -1
- package/dist/components/RichSelect/components/SelectOptions.js +2 -2
- package/dist/components/RichSelect/index.js +1 -1
- package/dist/components/Row/Row.js +2 -2
- package/dist/components/Row/index.js +1 -1
- package/dist/components/Select/Select.js +2 -2
- package/dist/components/Select/components/SelectControl.js +1 -1
- package/dist/components/Select/components/SelectReadonly.js +2 -2
- package/dist/components/Select/helpers/mapSelectOptions.js +1 -1
- package/dist/components/Select/helpers/nodesToSelectOptions.js +1 -1
- package/dist/components/Select/index.js +1 -1
- package/dist/components/Skeleton/Skeleton.js +2 -2
- package/dist/components/SkipLink/SkipLink.js +1 -1
- package/dist/components/Slideout/Slideout.js +2 -2
- package/dist/components/Slideout/components/SlideoutInner.js +2 -2
- package/dist/components/Slideout/index.js +1 -1
- package/dist/components/Slider/Slider.js +2 -2
- package/dist/components/Slider/components/SliderTicks.js +1 -1
- package/dist/components/Slider/index.js +1 -1
- package/dist/components/Spinner/Spinner.js +1 -1
- package/dist/components/Spinner/index.js +1 -1
- package/dist/components/TabSet/Tab/Tab.js +77 -66
- package/dist/components/TabSet/TabSet.js +1 -1
- package/dist/components/TabSet/components/TabSetItem.js +1 -1
- package/dist/components/Table/Table.js +2 -2
- package/dist/components/Table/TableBody/TableBody.js +2 -2
- package/dist/components/Table/components/TableEmpty.js +1 -1
- package/dist/components/Table/components/TableHeader.js +1 -1
- package/dist/components/Table/components/TableHeaderCell.js +1 -1
- package/dist/components/Table/components/TableSortButton.js +2 -2
- package/dist/components/Table/hooks/useIDSTableColumnStyles.js +1 -1
- package/dist/components/Table/index.js +1 -1
- package/dist/components/Tag/Tag.js +1 -1
- package/dist/components/Tag/TagInput/TagInput.js +1 -1
- package/dist/components/Tag/components/TagListInput/TagListInput.js +1 -1
- package/dist/components/Tag/index.js +1 -1
- package/dist/components/Toaster/Toast/Toast.js +1 -1
- package/dist/components/Toaster/Toast/ToastAnimated.js +1 -1
- package/dist/components/Toaster/Toast/ToastIcon.js +1 -1
- package/dist/components/Toaster/Toaster.js +1 -1
- package/dist/components/Toaster/ToasterProvider.js +1 -1
- package/dist/components/Toaster/hooks/useToaster.js +1 -1
- package/dist/components/Toaster/index.js +1 -1
- package/dist/components/Toggle/Toggle.js +3 -3
- package/dist/components/Tooltip/Tooltip.js +1 -1
- package/dist/components/ValidationMessage/ValidationBase/ValidationBase.js +1 -1
- package/dist/components/ValidationMessage/ValidationSummary/ValidationSummary.js +1 -1
- package/dist/constants.js +1 -1
- package/dist/helpers/dom/closestCrossShadow.js +26 -0
- package/dist/helpers/label-value/highlightQueryInLabelValue.js +6 -5
- package/dist/main.js +2 -2
- package/dist/patterns/Loading/Loading.js +1 -1
- package/dist/patterns/Loading/LoadingSuspense.js +1 -1
- package/dist/patterns/Loading/components/ComponentLoading.js +2 -2
- package/dist/patterns/Loading/components/DefaultLoading.js +2 -2
- package/dist/patterns/Loading/components/LongLoading.js +2 -2
- package/dist/patterns/Loading/components/PageLoading.js +2 -2
- package/dist/patterns/Loading/components/StartUpLoading.js +2 -2
- package/dist/patterns/Loading/components/ValidateLoading.js +2 -2
- package/dist/patterns/Loading/index.js +1 -1
- package/dist/src/components/Autocomplete/Autocomplete.types.d.ts +32 -0
- package/dist/src/components/Autocomplete/components/AutocompleteInstructions.d.ts +2 -0
- package/dist/src/components/Autocomplete/hooks/useAutocompleteSearch.d.ts +4 -0
- package/dist/src/components/Modal/Modal.types.d.ts +4 -0
- package/dist/src/components/Popover/Popover.types.d.ts +1 -0
- package/dist/src/components/RichSelect/RichSelect.types.d.ts +8 -1
- package/dist/src/components/RichSelect/SelectMenu/SelectMenuItem.d.ts +1 -1
- package/dist/src/components/RichSelect/components/SelectOptions.d.ts +3 -1
- package/dist/src/components/Slideout/Slideout.types.d.ts +4 -0
- package/dist/src/helpers/dom/closestCrossShadow.d.ts +9 -0
- package/dist/src/interfaces.d.ts +1 -0
- package/dist/style.css +1 -1
- package/dist/{useIDSButtonGroupItem-aiqu-PIW.js → useIDSButtonGroupItem-CS7XOMy8.js} +1 -1
- package/package.json +1 -1
- package/dist/Loading.module-BU91nTNp.js +0 -13
- package/dist/LoadingSuspense-D0TO0TDT.js +0 -5666
- package/dist/LogoFromSrc-_ACFUgYc.js +0 -59
- package/dist/MenuItem.module-aggbBK2E.js +0 -24
- package/dist/Popover.module-B2pz2c2y.js +0 -11
- package/dist/PopoverProvider-Cw5-iAgZ.js +0 -137
- package/dist/TabSet.module-yK1UoG-L.js +0 -13
- package/dist/Table.module-BgIez5R-.js +0 -32
- package/dist/components/Autocomplete/hooks/useAutocompleteFlags.js +0 -16
- package/dist/src/components/Autocomplete/hooks/useAutocompleteFlags.d.ts +0 -5
|
@@ -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-CnqsvkmD.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-v5180", V = "ids-long-loading--panel-v5180", B = "ids-long-loading--dots-v5180", E = "ids-long-loading--check-list-v5180", R = "ids-long-loading--check-list-item-v5180", T = "ids-long-loading--check-list-item__done-v5180", U = "ids-long-loading--checked-v5180", $ = "ids-long-loading--checked__circle-v5180", q = "ids-long-loading--checked__check-v5180", s = {
|
|
14
14
|
root: P,
|
|
15
15
|
panel: V,
|
|
16
16
|
dots: B,
|
|
@@ -3,12 +3,12 @@ import "react";
|
|
|
3
3
|
import "../../../components/Stack/Stack.js";
|
|
4
4
|
import "../../../components/Skeleton/Skeleton.js";
|
|
5
5
|
import "../../../components/Container/Container.js";
|
|
6
|
-
import { ah as n } from "../../../LoadingSuspense-
|
|
6
|
+
import { ah as n } from "../../../LoadingSuspense-ZAaPH398.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-CnqsvkmD.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-CnqsvkmD.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-v5180", P = "ids-start-up-loading--progress-v5180", h = {
|
|
12
12
|
root: H,
|
|
13
13
|
progress: P
|
|
14
14
|
}, U = ({
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
|
-
import { af as d } from "../../../LoadingSuspense-
|
|
2
|
+
import { af as d } from "../../../LoadingSuspense-ZAaPH398.js";
|
|
3
3
|
import "../../../index-2QXL0WYc.js";
|
|
4
4
|
import "react";
|
|
5
5
|
import "../../../components/Text/Text.js";
|
|
6
|
-
import "../../../Loading.module-
|
|
6
|
+
import "../../../Loading.module-CnqsvkmD.js";
|
|
7
7
|
export {
|
|
8
8
|
d as ValidateLoading
|
|
9
9
|
};
|
|
@@ -97,6 +97,26 @@ export interface AutocompleteSearchHookReturn {
|
|
|
97
97
|
* Stop the search.
|
|
98
98
|
*/
|
|
99
99
|
stopSearch: () => void;
|
|
100
|
+
/**
|
|
101
|
+
* Whether to show "Type at least X characters to search" instruction.
|
|
102
|
+
* True when the query length is below the minimum search length.
|
|
103
|
+
*/
|
|
104
|
+
shouldShowInstructions: boolean;
|
|
105
|
+
/**
|
|
106
|
+
* Whether to show nothing (clean, minimal) during debounce waiting period.
|
|
107
|
+
* True when user has typed enough characters but search hasn't started yet.
|
|
108
|
+
*/
|
|
109
|
+
shouldShowDebounceWaiting: boolean;
|
|
110
|
+
/**
|
|
111
|
+
* Whether to show "No results found" message.
|
|
112
|
+
* True only after a legitimate search has been performed and returned empty results.
|
|
113
|
+
*/
|
|
114
|
+
shouldShowNoResults: boolean;
|
|
115
|
+
/**
|
|
116
|
+
* Smart result calculation that handles all display scenarios.
|
|
117
|
+
* Returns the appropriate results based on current state.
|
|
118
|
+
*/
|
|
119
|
+
displayResults: FormattedLabelValueMeta[];
|
|
100
120
|
}
|
|
101
121
|
export interface AutocompletePopoverProps extends Pick<IressInputPopoverProps, 'autoHighlight' | 'align' | 'className' | 'container' | 'contentClassName' | 'displayMode' | 'style'> {
|
|
102
122
|
append?: ReactNode;
|
|
@@ -110,3 +130,15 @@ export interface AutocompleteNoResultsProps extends Pick<IressAutocompleteProps,
|
|
|
110
130
|
noResults?: string;
|
|
111
131
|
};
|
|
112
132
|
}
|
|
133
|
+
export interface AutocompleteInstructionsProps {
|
|
134
|
+
/**
|
|
135
|
+
* The minimum number of characters required to search.
|
|
136
|
+
*/
|
|
137
|
+
minSearchLength: number;
|
|
138
|
+
/**
|
|
139
|
+
* Pass a CSS module object to override styles.
|
|
140
|
+
*/
|
|
141
|
+
styles?: {
|
|
142
|
+
instructions?: string;
|
|
143
|
+
};
|
|
144
|
+
}
|
|
@@ -1,2 +1,6 @@
|
|
|
1
1
|
import { AutocompleteSearchHookProps, AutocompleteSearchHookReturn } from '../Autocomplete.types';
|
|
2
|
+
/**
|
|
3
|
+
* Advanced autocomplete search hook with debouncing and race condition protection
|
|
4
|
+
* Supports both sync array search and async function search
|
|
5
|
+
*/
|
|
2
6
|
export declare const useAutocompleteSearch: ({ debounceThreshold, initialOptions, minSearchLength, options, query, }: AutocompleteSearchHookProps) => AutocompleteSearchHookReturn;
|
|
@@ -50,6 +50,10 @@ export interface IressModalProps extends IressHTMLAttributes {
|
|
|
50
50
|
* Emitted when the modal has opened or closed internally. Use for controlled modals.
|
|
51
51
|
*/
|
|
52
52
|
onShowChange?: (show: boolean) => void;
|
|
53
|
+
/**
|
|
54
|
+
* Emitted when the modal has mounted, unmounted, opened or closed. Open and close occur before animation begins.
|
|
55
|
+
*/
|
|
56
|
+
onStatus?: (status: 'unmounted' | 'initial' | 'open' | 'close') => void;
|
|
53
57
|
/**
|
|
54
58
|
* Emitted when the modal has opened.
|
|
55
59
|
*/
|
|
@@ -142,6 +142,7 @@ export interface PopoverContextValue extends PopoverStateHookReturn, PopoverAria
|
|
|
142
142
|
interactions: ReturnType<typeof useInteractions>;
|
|
143
143
|
list: MutableRefObject<(HTMLElement | null)[]>;
|
|
144
144
|
type?: PopoverTypes;
|
|
145
|
+
resetActiveIndex: () => void;
|
|
145
146
|
setActiveIndex: (value: number | null) => void;
|
|
146
147
|
setShowWithReason: (flag: boolean, e?: Event, reason?: OpenChangeReason) => void;
|
|
147
148
|
setVirtualFocus?: (node: PopoverVirtualNode | null) => void;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { AutocompleteSearchHookProps } from '../Autocomplete';
|
|
2
2
|
import { FloatingUIAligns, FocusableElementRef, FormattedLabelValueMeta, FormElementWidths, IressPopoverProps, LabelValueMeta, PopoverRef, PopoverTypes } from '../../main';
|
|
3
3
|
import { ChangeEvent, ForwardedRef, ReactElement, ReactNode } from 'react';
|
|
4
|
-
export interface IressRichSelectProps extends Omit<AutocompleteSearchHookProps, 'query'>, Omit<IressPopoverProps, 'activator' | 'children' | 'contentClassName' | 'defaultShow' | 'defaultValue' | 'disabledAutoToggle' | 'onChange' | '
|
|
4
|
+
export interface IressRichSelectProps extends Omit<AutocompleteSearchHookProps, 'query'>, Omit<IressPopoverProps, 'activator' | 'children' | 'contentClassName' | 'defaultShow' | 'defaultValue' | 'disabledAutoToggle' | 'onChange' | 'show'> {
|
|
5
5
|
/**
|
|
6
6
|
* Sets the alignment of the dropdown relative to the activator element.
|
|
7
7
|
* @default bottom-start
|
|
@@ -21,6 +21,13 @@ export interface IressRichSelectProps extends Omit<AutocompleteSearchHookProps,
|
|
|
21
21
|
* Set to true if the user can select multiple options.
|
|
22
22
|
*/
|
|
23
23
|
multiSelect?: boolean;
|
|
24
|
+
/**
|
|
25
|
+
* Whether the popover should match the width of the activator element.
|
|
26
|
+
* When true, the dropdown will have the same width as the select input.
|
|
27
|
+
* When false, the dropdown will size based on its content.
|
|
28
|
+
* @default true
|
|
29
|
+
*/
|
|
30
|
+
matchActivatorWidth?: boolean;
|
|
24
31
|
/**
|
|
25
32
|
* Name of the select. Used to pass data when submitted within a form.
|
|
26
33
|
*/
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { IressSelectMenuItemProps } from './SelectMenu.types';
|
|
2
|
-
export declare const IressSelectMenuItem: ({ className, divider, formattedLabel, hiddenOnMobile, label, meta, value, append, canToggle, onClick, onKeyDown, prepend, role, selected, "data-testid": dataTestId, "aria-describedby": ariaDescribedBy, "aria-label": ariaLabel, "aria-labelledby": ariaLabelledBy, id, }: IressSelectMenuItemProps) => import("react/jsx-runtime").JSX.Element;
|
|
2
|
+
export declare const IressSelectMenuItem: ({ className, divider, formattedLabel, formattedMeta, hiddenOnMobile, label, meta, value, append, canToggle, onClick, onKeyDown, prepend, role, selected, "data-testid": dataTestId, "aria-describedby": ariaDescribedBy, "aria-label": ariaLabel, "aria-labelledby": ariaLabelledBy, id, }: IressSelectMenuItemProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import { IressRichSelectProps, SelectOptionsRenderProps } from '../RichSelect.types';
|
|
2
2
|
interface SelectOptionsProps extends Pick<IressRichSelectProps, 'autoHighlight' | 'minSearchLength' | 'multiSelect' | 'onChange' | 'options' | 'renderOptions' | 'value' | 'initialOptions'>, Omit<SelectOptionsRenderProps, 'close'> {
|
|
3
3
|
setShow: (show: boolean) => void;
|
|
4
|
+
shouldShowInstructions?: boolean;
|
|
5
|
+
shouldShowNoResults?: boolean;
|
|
4
6
|
}
|
|
5
|
-
export declare const SelectOptions: ({ autoHighlight, debouncedQuery, error, initialOptions: initialOptionsProp, loading, minSearchLength, multiSelect, onChange, options, query, renderOptions, results, setQuery, setShow, setValue, show, value, }: SelectOptionsProps) => string | number | boolean | Iterable<import('react').ReactNode> | import("react/jsx-runtime").JSX.Element | null | undefined;
|
|
7
|
+
export declare const SelectOptions: ({ autoHighlight, debouncedQuery, error, initialOptions: initialOptionsProp, loading, minSearchLength, multiSelect, onChange, options, query, renderOptions, results, setQuery, setShow, setValue, show, value, shouldShowInstructions, shouldShowNoResults, }: SelectOptionsProps) => string | number | boolean | Iterable<import('react').ReactNode> | import("react/jsx-runtime").JSX.Element | null | undefined;
|
|
6
8
|
export {};
|
|
@@ -58,6 +58,10 @@ export interface IressSlideoutProps extends IressHTMLAttributes {
|
|
|
58
58
|
* Use for controlled slideouts.
|
|
59
59
|
*/
|
|
60
60
|
onShowChange?: (show: boolean, reason?: OpenChangeReason) => void;
|
|
61
|
+
/**
|
|
62
|
+
* Emitted when the slideout has mounted, unmounted, opened or closed. Open and close occur before animation begins.
|
|
63
|
+
*/
|
|
64
|
+
onStatus?: (status: 'unmounted' | 'initial' | 'open' | 'close') => void;
|
|
61
65
|
/**
|
|
62
66
|
* Emitted when the slideout has opened.
|
|
63
67
|
*/
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Finds the closest ancestor element that matches the selector, traversing across shadow DOM boundaries.
|
|
3
|
+
* Similar to native Element.closest() but works across shadow DOM.
|
|
4
|
+
*
|
|
5
|
+
* @param element - The starting element
|
|
6
|
+
* @param selector - CSS selector to match against
|
|
7
|
+
* @returns The closest ancestor element matching the selector, or null if not found
|
|
8
|
+
*/
|
|
9
|
+
export declare const closestCrossShadow: (element: Element | null, selector: string) => Element | null;
|
package/dist/src/interfaces.d.ts
CHANGED
|
@@ -55,6 +55,7 @@ export interface LabelValueMeta extends LabelValue {
|
|
|
55
55
|
}
|
|
56
56
|
export interface FormattedLabelValueMeta extends LabelValueMeta {
|
|
57
57
|
formattedLabel?: React.ReactNode;
|
|
58
|
+
formattedMeta?: React.ReactNode;
|
|
58
59
|
}
|
|
59
60
|
export interface BreakpointDetail {
|
|
60
61
|
mediaQuery: string;
|