@iress-oss/ids-components 5.19.0 → 5.20.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-D_adOX6J.js → AutocompleteNoResults-CogA3XZs.js} +1 -1
- package/dist/{ComboboxHiddenInput-DgbYej-J.js → ComboboxHiddenInput-gTOjjF3f.js} +5 -5
- package/dist/{FieldAppendToLabel-B-8fGGeb.js → FieldAppendToLabel-CuSREliL.js} +11 -10
- package/dist/{InputBase-Bn5cQ5z1.js → InputBase-BFK9n82f.js} +1 -1
- package/dist/Loading.module-g2pe-Gfx.js +13 -0
- package/dist/{LoadingSuspense-U4UZBhSB.js → LoadingSuspense-D9nGJ3gx.js} +1037 -1036
- 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-BCmddfo7.js → PopoverProvider-d3hhpW2k.js} +4 -4
- package/dist/{SelectControl-3oO2h0ri.js → SelectControl-D1SJlplM.js} +1 -1
- package/dist/{SliderTicks-BkIFXa6K.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 +5 -4
- package/dist/components/Autocomplete/components/AutocompleteNoResults.js +1 -1
- 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 +5 -4
- package/dist/components/Combobox/MultiCombobox/MultiCombobox.js +5 -4
- package/dist/components/Combobox/components/ComboboxHiddenInput.js +1 -1
- package/dist/components/Combobox/components/ComboboxResults.js +6 -5
- package/dist/components/Combobox/components/ComboboxResultsDescriptor.js +4 -3
- package/dist/components/Combobox/index.js +1 -1
- package/dist/components/Expander/Expander.js +1 -1
- package/dist/components/Field/Field.js +1 -1
- package/dist/components/Field/FieldGroup/FieldGroup.js +2 -2
- package/dist/components/Field/components/FieldAppendToLabel.js +5 -4
- package/dist/components/Filter/Filter.js +5 -4
- package/dist/components/Filter/components/FilterResetButton.js +4 -3
- package/dist/components/Filter/components/FilterSearch.js +4 -3
- package/dist/components/Filter/index.js +1 -1
- package/dist/components/Form/Form.js +1 -1
- package/dist/components/Form/FormField/FormField.js +5 -4
- package/dist/components/Form/FormField/FormFieldset.js +11 -10
- 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 +5 -4
- package/dist/components/Hide/index.js +1 -1
- package/dist/components/Icon/Icon.js +4 -3
- package/dist/components/Icon/index.js +1 -1
- package/dist/components/Inline/Inline.js +4 -3
- package/dist/components/Inline/index.js +1 -1
- package/dist/components/Input/ClearButton/ClearButton.js +1 -1
- package/dist/components/Input/Input.js +2 -2
- package/dist/components/Input/InputBase/InputBase.js +1 -1
- package/dist/components/Input/index.js +1 -1
- package/dist/components/InputCurrency/InputCurrency.js +1 -1
- package/dist/components/InputCurrency/index.js +1 -1
- package/dist/components/Label/LabelBase/LabelBase.js +1 -1
- package/dist/components/Menu/MenuDivider/MenuDivider.js +4 -3
- package/dist/components/Menu/MenuHeading/MenuHeading.js +2 -2
- package/dist/components/Menu/MenuItem/MenuItem.js +1 -1
- package/dist/components/Menu/MenuItem/hooks/useMenuItemButtonProps.js +1 -1
- package/dist/components/Menu/MenuItem/hooks/useMenuItemComposite.js +1 -1
- package/dist/components/Menu/MenuText/MenuText.js +5 -4
- package/dist/components/Menu/helpers/mapMenuItems.js +1 -1
- package/dist/components/Menu/hooks/useMenuStyles.js +3 -3
- package/dist/components/Menu/index.js +1 -1
- package/dist/components/Modal/Modal.js +1 -1
- package/dist/components/Modal/index.js +1 -1
- package/dist/components/Navbar/Navbar.js +2 -2
- package/dist/components/Navbar/components/HomeLinkContent.js +2 -2
- package/dist/components/Navbar/components/LogoFromSrc.js +1 -1
- package/dist/components/Navbar/components/NavbarLogo.js +2 -2
- package/dist/components/Navbar/index.js +1 -1
- package/dist/components/Placeholder/Placeholder.js +1 -1
- package/dist/components/Popover/InputPopover/InputPopover.js +1 -1
- package/dist/components/Popover/InputPopover/InputPopoverActivator.js +1 -1
- package/dist/components/Popover/InputPopover/InputPopoverProvider.js +1 -1
- package/dist/components/Popover/Popover.js +2 -2
- package/dist/components/Popover/PopoverProvider.js +1 -1
- package/dist/components/Popover/components/PopoverActivator.js +1 -1
- package/dist/components/Popover/components/PopoverContent.js +1 -1
- package/dist/components/Popover/helpers/handlePopoverTabKey.js +1 -1
- package/dist/components/Popover/hooks/usePopover.js +1 -1
- package/dist/components/Progress/Progress.js +1 -1
- package/dist/components/Provider/Provider.js +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 +5 -4
- package/dist/components/Readonly/index.js +1 -1
- package/dist/components/RichSelect/RichSelect.js +4 -3
- package/dist/components/RichSelect/SelectBody/SelectBody.js +5 -4
- package/dist/components/RichSelect/SelectCreate/SelectCreate.js +5 -4
- package/dist/components/RichSelect/SelectHeading/SelectHeading.js +4 -3
- package/dist/components/RichSelect/SelectLabel/SelectLabel.js +1 -1
- package/dist/components/RichSelect/SelectMenu/SelectMenu.js +4 -3
- package/dist/components/RichSelect/SelectMenu/SelectMenuItem.js +4 -3
- package/dist/components/RichSelect/SelectSearch/SelectSearch.js +3 -2
- package/dist/components/RichSelect/SelectSearchInput/SelectSearchInput.js +1 -1
- package/dist/components/RichSelect/SelectTags/SelectTags.js +3 -2
- package/dist/components/RichSelect/components/SelectActivator.js +1 -1
- package/dist/components/RichSelect/components/SelectOptions.js +4 -3
- package/dist/components/RichSelect/index.js +1 -1
- package/dist/components/Row/Row.js +4 -3
- package/dist/components/Row/index.js +1 -1
- package/dist/components/Select/Select.js +2 -2
- package/dist/components/Select/components/SelectControl.js +1 -1
- package/dist/components/Select/components/SelectReadonly.js +4 -3
- package/dist/components/Select/helpers/mapSelectOptions.js +1 -1
- package/dist/components/Select/helpers/nodesToSelectOptions.js +1 -1
- package/dist/components/Select/index.js +1 -1
- package/dist/components/Skeleton/Skeleton.js +2 -2
- package/dist/components/SkipLink/SkipLink.js +1 -1
- package/dist/components/Slideout/Slideout.js +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 +1 -1
- package/dist/components/TabSet/TabSet.js +1 -1
- package/dist/components/TabSet/components/TabSetItem.js +1 -1
- package/dist/components/Table/Table.js +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 +1 -1
- 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 +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/{index-CmsyHM_3.js → index-BQfnxwrU.js} +2 -2
- package/dist/{index-CtOScEKX.js → index-Dms7F5NM.js} +8 -8
- 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/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/style.css +1 -1
- package/dist/{useIDSButtonGroupItem-DmWrryOR.js → useIDSButtonGroupItem-VfKx4O-O.js} +1 -1
- package/package.json +1 -1
- package/dist/Loading.module-DV-X9MgR.js +0 -13
- package/dist/LogoFromSrc-CpUGDF0Z.js +0 -59
- package/dist/MenuItem.module-CEkjIjoS.js +0 -24
- package/dist/Popover.module-CVRr72JE.js +0 -11
- package/dist/TabSet.module-BRO3CmMd.js +0 -13
- package/dist/Table.module-fgDgW5gS.js +0 -32
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "./components/StartUpLoading.js";
|
|
3
|
-
import { P as s } from "../../LoadingSuspense-
|
|
3
|
+
import { P as s } from "../../LoadingSuspense-D9nGJ3gx.js";
|
|
4
4
|
import "./hooks/useShouldRenderLoading.js";
|
|
5
5
|
import "./components/LongLoading.js";
|
|
6
6
|
export {
|
|
@@ -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 "../../../LoadingSuspense-
|
|
5
|
-
import "../../../Loading.module-
|
|
4
|
+
import { ag as e } from "../../../LoadingSuspense-D9nGJ3gx.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 "../../../LoadingSuspense-
|
|
3
|
+
import { ae as e } from "../../../LoadingSuspense-D9nGJ3gx.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 "../../../LoadingSuspense-
|
|
6
|
+
import { ah as n } from "../../../LoadingSuspense-D9nGJ3gx.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 = ({
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
|
-
import { af as d } from "../../../LoadingSuspense-
|
|
2
|
+
import { af as d } from "../../../LoadingSuspense-D9nGJ3gx.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-g2pe-Gfx.js";
|
|
7
7
|
export {
|
|
8
8
|
d as ValidateLoading
|
|
9
9
|
};
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { IressTableProps,
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import { IressTableProps, TableEnums, TableExports, TableRef } from './Table.types';
|
|
2
|
+
import { ReactElement, Ref } from 'react';
|
|
3
|
+
declare const ForwardedTable: <TRow extends object = never, TVal = never>(props: IressTableProps<TRow, TVal> & {
|
|
4
|
+
ref?: Ref<TableRef<TRow>>;
|
|
5
|
+
}) => ReactElement;
|
|
6
|
+
export declare const IressTable: typeof ForwardedTable & TableEnums & TableExports;
|
|
7
|
+
export {};
|
|
@@ -168,7 +168,16 @@ export interface TableColumnStylesHook {
|
|
|
168
168
|
className: string;
|
|
169
169
|
style: React.CSSProperties;
|
|
170
170
|
}
|
|
171
|
-
export interface
|
|
171
|
+
export interface TableRef<TRow extends object> {
|
|
172
|
+
api: Table<TRow>;
|
|
173
|
+
}
|
|
174
|
+
export interface TableExports {
|
|
175
|
+
/**
|
|
176
|
+
* Allows you to access the table context within a child of the `IressTable`.
|
|
177
|
+
*/
|
|
178
|
+
useTable: <TRow extends object, TVal = never>() => TableContextValue<TRow, TVal>;
|
|
179
|
+
}
|
|
180
|
+
export interface TableEnums {
|
|
172
181
|
/** @deprecated IressTable.Scope enum is now deprecated and will be removed in a future version. Please use the value directly instead. **/
|
|
173
182
|
Scope: typeof TableScope;
|
|
174
183
|
}
|
|
@@ -1,2 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
1
|
+
import { ReactElement, Ref } from 'react';
|
|
2
|
+
import { IressTableProviderProps, TableRef } from './Table.types';
|
|
3
|
+
export declare const IressTableProvider: <TRow extends object = never, TVal = never>(props: IressTableProviderProps<TRow, TVal> & {
|
|
4
|
+
ref?: Ref<TableRef<TRow>>;
|
|
5
|
+
}) => ReactElement;
|