aristid-ds 16.2.0 → 17.0.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/CHANGELOG.md +50 -0
- package/README.md +1 -1
- package/dist/Kit/App/index.js +1 -1
- package/dist/Kit/DataDisplay/Avatar/index.js +1 -1
- package/dist/Kit/DataDisplay/Badge/index.js +1 -1
- package/dist/Kit/DataDisplay/Badge/types.d.ts +2 -0
- package/dist/Kit/DataDisplay/Collapse/index.js +1 -1
- package/dist/Kit/DataDisplay/Collapse/types.d.ts +1 -0
- package/dist/Kit/DataDisplay/Comment/index.js +1 -1
- package/dist/Kit/DataDisplay/Comment/types.d.ts +1 -0
- package/dist/Kit/DataDisplay/Empty/index.js +1 -1
- package/dist/Kit/DataDisplay/Error/index.js +1 -1
- package/dist/Kit/DataDisplay/IdCard/index.js +1 -1
- package/dist/Kit/DataDisplay/ItemCard/index.js +1 -1
- package/dist/Kit/DataDisplay/ItemCard/types.d.ts +4 -4
- package/dist/Kit/DataDisplay/ItemList/index.js +1 -1
- package/dist/Kit/DataDisplay/RedirectCard/index.js +1 -1
- package/dist/Kit/DataDisplay/Table/KitTableExpandButton.d.ts +1 -1
- package/dist/Kit/DataDisplay/Table/Table.d.ts +1 -1
- package/dist/Kit/DataDisplay/Table/index.js +1 -1
- package/dist/Kit/DataDisplay/Tabs/index.js +1 -1
- package/dist/Kit/DataDisplay/Tag/index.js +1 -1
- package/dist/Kit/DataDisplay/Tag/types.d.ts +7 -1
- package/dist/Kit/DataDisplay/Tag/useTagGroup.d.ts +3 -12
- package/dist/Kit/DataDisplay/Tree/index.js +1 -1
- package/dist/Kit/DataDisplay/Tree/types.d.ts +1 -1
- package/dist/Kit/DataDisplay/types.d.ts +3 -0
- package/dist/Kit/DataEntry/AutoComplete/index.js +60 -2
- package/dist/Kit/DataEntry/AutoComplete/types.d.ts +3 -2
- package/dist/Kit/DataEntry/Checkbox/index.js +1 -1
- package/dist/Kit/DataEntry/ColorPicker/index.js +1 -1
- package/dist/Kit/DataEntry/DatePicker/DatePicker.d.ts +1 -1
- package/dist/Kit/DataEntry/DatePicker/RangePicker.d.ts +2 -2
- package/dist/Kit/DataEntry/DatePicker/index.js +1 -1
- package/dist/Kit/DataEntry/DatePicker/preset/useActiveDatePickerPreset.d.ts +2 -2
- package/dist/Kit/DataEntry/DatePicker/types.d.ts +7 -3
- package/dist/Kit/DataEntry/Filter/index.js +1 -1
- package/dist/Kit/DataEntry/Input/index.js +1 -1
- package/dist/Kit/DataEntry/Input/types.d.ts +5 -2
- package/dist/Kit/DataEntry/InputNumber/index.d.ts +1 -1
- package/dist/Kit/DataEntry/InputNumber/index.js +1 -1
- package/dist/Kit/DataEntry/InputNumber/types.d.ts +3 -2
- package/dist/Kit/DataEntry/InputWrapper/index.js +1 -1
- package/dist/Kit/DataEntry/InputWrapper/types.d.ts +8 -1
- package/dist/Kit/DataEntry/Radio/index.js +1 -1
- package/dist/Kit/DataEntry/Rate/index.d.ts +1 -1
- package/dist/Kit/DataEntry/Rate/index.js +1 -1
- package/dist/Kit/DataEntry/RichText/MenuBar/FontSizeSelect/index.js +1 -1
- package/dist/Kit/DataEntry/RichText/MenuBar/LinkButton/index.js +1 -1
- package/dist/Kit/DataEntry/RichText/MenuBar/MenuActionList/index.js +5 -5
- package/dist/Kit/DataEntry/RichText/MenuBar/index.js +1 -1
- package/dist/Kit/DataEntry/RichText/index.js +1 -1
- package/dist/Kit/DataEntry/SearchInput/index.js +1 -1
- package/dist/Kit/DataEntry/Select/index.js +1 -1
- package/dist/Kit/DataEntry/Select/renders.d.ts +1 -1
- package/dist/Kit/DataEntry/Select/types.d.ts +3 -1
- package/dist/Kit/DataEntry/Slider/index.d.ts +1 -1
- package/dist/Kit/DataEntry/TreeSelect/index.js +1 -1
- package/dist/Kit/DataEntry/TreeSelect/renders.d.ts +1 -1
- package/dist/Kit/DataEntry/TreeSelect/types.d.ts +4 -1
- package/dist/Kit/DataEntry/Upload/index.js +1 -1
- package/dist/Kit/Feedback/Alert/index.js +1 -1
- package/dist/Kit/Feedback/Alert/types.d.ts +9 -5
- package/dist/Kit/Feedback/Loader/index.js +1 -1
- package/dist/Kit/Feedback/Loader/types.d.ts +1 -1
- package/dist/Kit/Feedback/Modal/index.js +1 -1
- package/dist/Kit/Feedback/Notification/index.js +1 -1
- package/dist/Kit/Feedback/Progress/index.js +1 -1
- package/dist/Kit/Feedback/SnackBar/index.js +1 -1
- package/dist/Kit/General/Button/index.js +1 -1
- package/dist/Kit/General/DynamicActions/index.js +1 -1
- package/dist/Kit/General/Icon/types.d.ts +1 -2
- package/dist/Kit/General/Typography/index.js +1 -1
- package/dist/Kit/General/Typography/types.d.ts +1 -1
- package/dist/Kit/Layout/Divider/types.d.ts +2 -1
- package/dist/Kit/Layout/PageLayout/index.js +1 -1
- package/dist/Kit/Layout/Space/index.js +18 -12
- package/dist/Kit/Navigation/DropDown/index.js +16 -15
- package/dist/Kit/Navigation/Header/index.js +1 -1
- package/dist/Kit/Navigation/PageHeader/index.js +1 -1
- package/dist/Kit/Navigation/PageHeader/types.d.ts +1 -0
- package/dist/Kit/Navigation/Pagination/index.js +1 -1
- package/dist/Kit/Navigation/SideMenu/index.js +1 -1
- package/dist/Kit/Navigation/SidePanel/index.js +1 -1
- package/dist/Kit/Navigation/Steps/index.js +1 -1
- package/dist/Kit/Navigation/Steps/types.d.ts +2 -1
- package/dist/Kit/index.js +47 -47
- package/dist/assets/App.css +1 -1
- package/dist/assets/Avatar.css +1 -1
- package/dist/assets/Badge.css +1 -1
- package/dist/assets/Button.css +1 -1
- package/dist/assets/Checkbox.css +1 -1
- package/dist/assets/Collapse.css +1 -1
- package/dist/assets/DatePicker.css +1 -1
- package/dist/assets/ItemCard.css +1 -1
- package/dist/assets/Loader.css +1 -1
- package/dist/assets/Pagination.css +1 -1
- package/dist/assets/Radio.css +1 -1
- package/dist/assets/SideMenu.css +1 -1
- package/dist/assets/Steps.css +1 -1
- package/dist/assets/Table.css +1 -1
- package/dist/assets/Tag.css +1 -1
- package/dist/assets/Tree.css +1 -1
- package/dist/assets/styles.css +1 -1
- package/dist/chunks/{Alert.CptjyHNo.js → Alert.CLGWsecl.js} +1 -1
- package/dist/chunks/{App.B-o65pBo.js → App.DMKfu33b.js} +1 -1
- package/dist/chunks/{Avatar.C7Y05jlE.js → Avatar.Cod8BuVs.js} +5 -4
- package/dist/chunks/{Avatar.BkWsGZQz.js → Avatar.DMy3wRdr.js} +1 -1
- package/dist/chunks/Badge.85bpGcH7.js +36 -0
- package/dist/chunks/{Button.W4yUc4_g.js → Button.BwZ9TVAy.js} +8 -8
- package/dist/chunks/{Checkbox.CD7_4xKA.js → Checkbox.UZ_xOkpB.js} +59 -58
- package/dist/chunks/{Collapse.Kx-SBhE4.js → Collapse.DineX-8_.js} +62 -51
- package/dist/chunks/{ColorPicker.CiLVQ7ma.js → ColorPicker.CIfnJxzt.js} +1 -1
- package/dist/chunks/Comment.C28oythd.js +48 -0
- package/dist/chunks/{DatePicker.s-w_Yoy_.js → DatePicker.B6MnduRh.js} +7 -7
- package/dist/chunks/{DynamicActions.DLAChqhe.js → DynamicActions.Cm8BsY8r.js} +1 -1
- package/dist/chunks/{Empty.kKYv59Zi.js → Empty.ChbH81Kb.js} +1 -1
- package/dist/chunks/{Error.BUEl7nbL.js → Error.B1hGHo8i.js} +2 -2
- package/dist/chunks/{Filter.CEQpPFYE.js → Filter.BqMbNcsH.js} +2 -2
- package/dist/chunks/{FontSizeSelect.XLWRKIOf.js → FontSizeSelect.Rc82wPGZ.js} +1 -1
- package/dist/chunks/{Header.BJgzh9IF.js → Header.DwTjCAR4.js} +2 -2
- package/dist/chunks/{IdCard.BBfDw0-e.js → IdCard.CWE38g68.js} +3 -1
- package/dist/chunks/{Input.CtZ4tgRD.js → Input.DrLszrjk.js} +2 -2
- package/dist/chunks/{InputNumber.BEYbLzDt.js → InputNumber.CUVPnyxG.js} +1 -1
- package/dist/chunks/{InputWrapper.DuqdZ-tp.js → InputWrapper.By9kN0xU.js} +2 -1
- package/dist/chunks/ItemCard.CdfDmmnw.js +188 -0
- package/dist/chunks/{ItemList.D3ZOFW5C.js → ItemList.DAwKyhy1.js} +3 -3
- package/dist/chunks/{LinkButton.BBk_vytt.js → LinkButton.BVCE_uhb.js} +3 -3
- package/dist/chunks/Loader.BL2-LOk7.js +35 -0
- package/dist/chunks/{MenuBar.pdIb57up.js → MenuBar.CMHSAtol.js} +4 -4
- package/dist/chunks/{Modal.CvtoS2TF.js → Modal.CsGHowNT.js} +3 -3
- package/dist/chunks/{Notification.DRllbqkG.js → Notification.D-vgkwp1.js} +3 -2
- package/dist/chunks/PageHeader.BsBe2qmv.js +61 -0
- package/dist/chunks/{PageLayout.BS_4gV3M.js → PageLayout.DxAVdp5a.js} +2 -2
- package/dist/chunks/{Pagination.D4RHg4eu.js → Pagination.D0KoqOs0.js} +1 -1
- package/dist/chunks/{Progress.ZWy41SUW.js → Progress.5NGz8Onb.js} +2 -1
- package/dist/chunks/Radio.CEJd1j6E.js +118 -0
- package/dist/chunks/Rate.66ssppnZ.js +34 -0
- package/dist/chunks/{RedirectCard.DvR9Spw2.js → RedirectCard.C9L2Ym_b.js} +3 -2
- package/dist/chunks/{RichText.BR_A94YI.js → RichText.mJKHbN6t.js} +15 -11
- package/dist/chunks/{SearchInput.CZnUAGz5.js → SearchInput.CNgLpnTf.js} +1 -1
- package/dist/chunks/{Select.CepppHZ6.js → Select.v3Ly7XpX.js} +86 -80
- package/dist/chunks/SideMenu.CSrmEHB_.js +137 -0
- package/dist/chunks/{SidePanel.CaUEt3pC.js → SidePanel.CTtyKSw5.js} +2 -2
- package/dist/chunks/{SnackBar.Dvnae0aa.js → SnackBar.Bdq4XTnk.js} +4 -4
- package/dist/chunks/{Steps.CF_4sPDw.js → Steps.Cv9QH9E2.js} +10 -6
- package/dist/chunks/{Table.DvFA660k.js → Table.CodO0Y9t.js} +3 -3
- package/dist/chunks/{Tabs.YH0DNmKq.js → Tabs.CUVbsW1C.js} +4 -3
- package/dist/chunks/Tag.ucduTbaH.js +157 -0
- package/dist/chunks/{Tree.DI2X_dWa.js → Tree.UCxeoAGW.js} +1 -1
- package/dist/chunks/TreeSelect.-QrLhdAJ.js +169 -0
- package/dist/chunks/{Typography.LjOcXtjO.js → Typography.DVDv9LwQ.js} +12 -4
- package/dist/chunks/{Upload.C_TOub0N.js → Upload.B93h1Ueu.js} +7 -5
- package/dist/chunks/{styles.module.Bfe7jTpt.js → styles.module.I-VT2CFc.js} +1 -1
- package/dist/index.es.js +47 -47
- package/dist/index.umd.js +3 -3
- package/dist/translation/en-US/components/DataDisplay/Collapse/index.js +5 -1
- package/dist/translation/en-US/components/Feedback/Progress/index.d.ts +2 -0
- package/dist/translation/en-US/components/Feedback/Progress/index.js +4 -0
- package/dist/translation/en-US/components/Navigation/PageHeader/index.d.ts +2 -0
- package/dist/translation/en-US/components/Navigation/PageHeader/index.js +4 -0
- package/dist/translation/en-US/components/Navigation/SideMenu/index.d.ts +2 -0
- package/dist/translation/en-US/components/Navigation/SideMenu/index.js +7 -0
- package/dist/translation/en-US/index.js +18 -12
- package/dist/translation/fr-FR/components/DataDisplay/Collapse/index.js +5 -1
- package/dist/translation/fr-FR/components/Feedback/Progress/index.d.ts +2 -0
- package/dist/translation/fr-FR/components/Feedback/Progress/index.js +4 -0
- package/dist/translation/fr-FR/components/Navigation/PageHeader/index.d.ts +2 -0
- package/dist/translation/fr-FR/components/Navigation/PageHeader/index.js +4 -0
- package/dist/translation/fr-FR/components/Navigation/SideMenu/index.d.ts +2 -0
- package/dist/translation/fr-FR/components/Navigation/SideMenu/index.js +7 -0
- package/dist/translation/fr-FR/index.js +18 -12
- package/dist/translation/pt-PT/components/DataDisplay/Collapse/index.js +5 -1
- package/dist/translation/pt-PT/components/Feedback/Progress/index.d.ts +2 -0
- package/dist/translation/pt-PT/components/Feedback/Progress/index.js +4 -0
- package/dist/translation/pt-PT/components/Navigation/PageHeader/index.d.ts +2 -0
- package/dist/translation/pt-PT/components/Navigation/PageHeader/index.js +4 -0
- package/dist/translation/pt-PT/components/Navigation/SideMenu/index.d.ts +2 -0
- package/dist/translation/pt-PT/components/Navigation/SideMenu/index.js +7 -0
- package/dist/translation/pt-PT/index.js +18 -12
- package/dist/translation/types/components/DataDisplay/Collapse/index.d.ts +2 -0
- package/dist/translation/types/components/Feedback/Progress/index.d.ts +3 -0
- package/dist/translation/types/components/Navigation/PageHeader/index.d.ts +3 -0
- package/dist/translation/types/components/Navigation/SideMenu/index.d.ts +4 -0
- package/dist/translation/types/index.d.ts +6 -0
- package/dist/utils/hooks/useGetPopupContainer.d.ts +2 -2
- package/package.json +3 -3
- package/dist/Kit/DataEntry/DatePicker/preset/useActiveRangePickerPreset.d.ts +0 -17
- package/dist/assets/AutoComplete.css +0 -1
- package/dist/chunks/AutoComplete.DjcjDCwe.js +0 -55
- package/dist/chunks/Badge.BmH3YSz4.js +0 -57
- package/dist/chunks/Comment.Cd7i1Ope.js +0 -47
- package/dist/chunks/ItemCard.CZWby7um.js +0 -160
- package/dist/chunks/Loader.C-wRwi_O.js +0 -16
- package/dist/chunks/PageHeader.StAURUeV.js +0 -54
- package/dist/chunks/Radio.DWGDlt8U.js +0 -117
- package/dist/chunks/Rate.Dmfwlgev.js +0 -27
- package/dist/chunks/SideMenu.BFZc2x69.js +0 -135
- package/dist/chunks/Tag.B9K2nEub.js +0 -158
- package/dist/chunks/TreeSelect.k8HffaA-.js +0 -161
|
@@ -2,7 +2,7 @@ import { SelectProps } from 'antd';
|
|
|
2
2
|
import { KitHTMLAttributes } from '../../../types';
|
|
3
3
|
import { ReactNode, MouseEvent } from 'react';
|
|
4
4
|
import { IKitIdCard } from '../../DataDisplay/IdCard/types';
|
|
5
|
-
import { IKitInputWrapperBase } from '../InputWrapper/types';
|
|
5
|
+
import { IKitInputWrapperBase, KitInputStatus } from '../InputWrapper/types';
|
|
6
6
|
export type {RefSelectProps} from 'antd';
|
|
7
7
|
|
|
8
8
|
type AntdSelectTypesToOmit =
|
|
@@ -26,6 +26,7 @@ type AntdSelectTypesToOmit =
|
|
|
26
26
|
| 'menuItemSelectedIcon'
|
|
27
27
|
| 'labelRender'
|
|
28
28
|
| 'optionRender'
|
|
29
|
+
| 'status'
|
|
29
30
|
| 'readOnly';
|
|
30
31
|
|
|
31
32
|
type OptionCommons = {
|
|
@@ -68,4 +69,5 @@ export interface IKitSelect
|
|
|
68
69
|
required?: boolean;
|
|
69
70
|
readonlyLight?: boolean;
|
|
70
71
|
readonly?: boolean;
|
|
72
|
+
status?: KitInputStatus;
|
|
71
73
|
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { IKitSliderRange, IKitSliderSingle } from './types';
|
|
2
|
-
import { SliderRef } from 'rc-slider/es/Slider';
|
|
2
|
+
import { SliderRef } from '@rc-component/slider/es/Slider';
|
|
3
3
|
export declare const KitSlider: import('react').ForwardRefExoticComponent<(IKitSliderSingle | IKitSliderRange) & import('react').RefAttributes<SliderRef>>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../../chunks/TreeSelect.
|
|
1
|
+
import { t as e } from "../../../chunks/TreeSelect.-QrLhdAJ.js";
|
|
2
2
|
export { e as KitTreeSelect };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ReactElement } from 'react';
|
|
2
|
-
import { CustomTagProps } from 'rc-select/es/BaseSelect';
|
|
2
|
+
import { CustomTagProps } from '@rc-component/select/es/BaseSelect';
|
|
3
3
|
import { IKitSelect } from '../Select/types';
|
|
4
4
|
import { IKitTreeSelect } from './types';
|
|
5
5
|
export declare const getTagRender: (customTag: CustomTagProps, disabled: IKitTreeSelect['disabled'], status: IKitTreeSelect['status'], readonly: boolean) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { TreeSelectProps } from 'antd';
|
|
2
2
|
import { KitHTMLAttributes } from '../../../types';
|
|
3
|
-
import { IKitInputWrapperBase } from '../InputWrapper/types';
|
|
3
|
+
import { IKitInputWrapperBase, KitInputStatus } from '../InputWrapper/types';
|
|
4
4
|
export type {RefSelectProps} from 'antd';
|
|
5
5
|
|
|
6
6
|
type AntdSelectTypesToOmit =
|
|
@@ -11,6 +11,7 @@ type AntdSelectTypesToOmit =
|
|
|
11
11
|
| 'maxTagPlaceholder'
|
|
12
12
|
| 'showCheckedStrategy'
|
|
13
13
|
| 'switcherIcon'
|
|
14
|
+
| 'treeCheckable'
|
|
14
15
|
| 'treeIcon'
|
|
15
16
|
| 'treeLoadedKeys'
|
|
16
17
|
| 'treeLine'
|
|
@@ -18,6 +19,7 @@ type AntdSelectTypesToOmit =
|
|
|
18
19
|
| 'variant'
|
|
19
20
|
| 'clearIcon'
|
|
20
21
|
| 'dropdownStyle'
|
|
22
|
+
| 'status'
|
|
21
23
|
| 'readOnly';
|
|
22
24
|
|
|
23
25
|
export interface IKitTreeSelect
|
|
@@ -28,4 +30,5 @@ export interface IKitTreeSelect
|
|
|
28
30
|
readonlyLight?: boolean;
|
|
29
31
|
readonly?: boolean;
|
|
30
32
|
styles?: TreeSelectProps['styles'];
|
|
33
|
+
status?: KitInputStatus;
|
|
31
34
|
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../../chunks/Upload.
|
|
1
|
+
import { t as e } from "../../../chunks/Upload.B93h1Ueu.js";
|
|
2
2
|
export { e as KitUpload };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../../chunks/Alert.
|
|
1
|
+
import { t as e } from "../../../chunks/Alert.CLGWsecl.js";
|
|
2
2
|
export { e as KitAlert };
|
|
@@ -1,11 +1,15 @@
|
|
|
1
|
-
import { FunctionComponent, ReactNode } from 'react';
|
|
2
|
-
import { AlertProps } from 'antd';
|
|
1
|
+
import { FunctionComponent, MouseEvent as ReactMouseEvent, ReactNode } from 'react';
|
|
3
2
|
import { KitHTMLAttributes } from '../../../types';
|
|
4
3
|
import { ToastPosition } from 'react-hot-toast';
|
|
5
|
-
type
|
|
4
|
+
export type KitAlertType = 'info' | 'success' | 'warning' | 'error';
|
|
6
5
|
|
|
7
|
-
export interface IKitAlert
|
|
8
|
-
|
|
6
|
+
export interface IKitAlert extends Omit<KitHTMLAttributes<HTMLDivElement>, 'role'> {
|
|
7
|
+
type?: KitAlertType;
|
|
8
|
+
message?: ReactNode;
|
|
9
|
+
description?: ReactNode;
|
|
10
|
+
showIcon?: boolean;
|
|
11
|
+
closable?: boolean;
|
|
12
|
+
onClose?: (e: ReactMouseEvent<HTMLButtonElement>) => void;
|
|
9
13
|
details?: ReactNode;
|
|
10
14
|
customContent?: ReactNode;
|
|
11
15
|
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../../chunks/Loader.
|
|
1
|
+
import { t as e } from "../../../chunks/Loader.BL2-LOk7.js";
|
|
2
2
|
export { e as KitLoader };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { i as e, n as t, r as n, t as r } from "../../../chunks/Modal.
|
|
1
|
+
import { i as e, n as t, r as n, t as r } from "../../../chunks/Modal.CsGHowNT.js";
|
|
2
2
|
export { r as KitModal, t as KitModalContent, n as KitModalFooter, e as KitModalHeader };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../../chunks/Notification.
|
|
1
|
+
import { t as e } from "../../../chunks/Notification.D-vgkwp1.js";
|
|
2
2
|
export { e as KitNotification };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../../chunks/Progress.
|
|
1
|
+
import { t as e } from "../../../chunks/Progress.5NGz8Onb.js";
|
|
2
2
|
export { e as KitProgress };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as e, r as t, t as n } from "../../../chunks/SnackBar.
|
|
1
|
+
import { n as e, r as t, t as n } from "../../../chunks/SnackBar.Bdq4XTnk.js";
|
|
2
2
|
export { n as KitSnackBarProvider, e as closeKitSnackBar, t as openKitSnackBar };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../../chunks/Button.
|
|
1
|
+
import { t as e } from "../../../chunks/Button.BwZ9TVAy.js";
|
|
2
2
|
export { e as KitButton };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../../chunks/DynamicActions.
|
|
1
|
+
import { t as e } from "../../../chunks/DynamicActions.Cm8BsY8r.js";
|
|
2
2
|
export { e as default };
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { ReactNode, MouseEvent } from 'react';
|
|
2
2
|
import { KitHTMLAttributes } from '../../../types';
|
|
3
|
-
import { IconComponentProps } from '@ant-design/icons/es/components/Icon';
|
|
4
3
|
import { KitColorProp } from '../../../utils/functions/types';
|
|
5
|
-
export interface IKitIcon extends
|
|
4
|
+
export interface IKitIcon extends KitHTMLAttributes<HTMLSpanElement> {
|
|
6
5
|
on?: boolean;
|
|
7
6
|
color?: KitColorProp;
|
|
8
7
|
displayName?: string;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../../chunks/Typography.
|
|
1
|
+
import { t as e } from "../../../chunks/Typography.DVDv9LwQ.js";
|
|
2
2
|
export { e as KitTypography };
|
|
@@ -2,7 +2,7 @@ import { BlockProps, EllipsisConfig } from 'antd/es/typography/Base';
|
|
|
2
2
|
import { AllHTMLAttributes, ForwardedRef, FunctionComponent, CSSProperties } from 'react';
|
|
3
3
|
import { KitHTMLAttributes } from '../../../types';
|
|
4
4
|
export interface IInternalKitTitle extends Base {
|
|
5
|
-
component?:
|
|
5
|
+
component?: keyof JSX.IntrinsicElements;
|
|
6
6
|
ref: ForwardedRef;
|
|
7
7
|
style?: CSSProperties;
|
|
8
8
|
className?: string;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { DividerProps } from 'antd';
|
|
2
2
|
import { KitHTMLAttributes } from '../../../types';
|
|
3
|
-
type
|
|
3
|
+
// `type` (use `orientation` for direction) and `orientationMargin` (use `styles.content.margin`) are deprecated in antd v6
|
|
4
|
+
type AntdDividerTypesToOmit = 'style' | 'plain' | 'variant' | 'type' | 'orientationMargin';
|
|
4
5
|
|
|
5
6
|
export interface IKitDivider extends Omit<DividerProps, AntdDividerTypesToOmit>, KitHTMLAttributes<HTMLDivElement> {
|
|
6
7
|
noMargin?: boolean;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../../chunks/PageLayout.
|
|
1
|
+
import { t as e } from "../../../chunks/PageLayout.DxAVdp5a.js";
|
|
2
2
|
export { e as KitPageLayout };
|
|
@@ -2,19 +2,25 @@ import { n as e } from "../../../chunks/useKitTheme.Bcv-etUA.js";
|
|
|
2
2
|
import { jsx as t } from "react/jsx-runtime";
|
|
3
3
|
import { useCallback as n, useMemo as r } from "react";
|
|
4
4
|
import { Space as i } from "antd";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
5
|
+
//#region src/Kit/Layout/Space/index.tsx
|
|
6
|
+
var a = ({ size: a, direction: o, orientation: s, split: c, separator: l, ...u }) => {
|
|
7
|
+
let { spacing: d } = e(), f = a ?? "xs", p = n((e) => typeof e == "number" ? e : typeof e == "string" ? d[e] : 0, [d]), m = r(() => {
|
|
8
|
+
if (typeof f == "object") {
|
|
9
|
+
let [e, t] = f;
|
|
10
|
+
return e = p(e), t = p(t), [e, t];
|
|
10
11
|
}
|
|
11
|
-
return
|
|
12
|
-
}, [
|
|
12
|
+
return p(f);
|
|
13
|
+
}, [f, p]);
|
|
13
14
|
return t(i, {
|
|
14
|
-
...
|
|
15
|
-
|
|
15
|
+
...u,
|
|
16
|
+
orientation: s ?? o,
|
|
17
|
+
separator: l ?? c,
|
|
18
|
+
size: m
|
|
16
19
|
});
|
|
17
|
-
}
|
|
18
|
-
|
|
20
|
+
}, o = ({ direction: e, orientation: n, ...r }) => t(i.Compact, {
|
|
21
|
+
...r,
|
|
22
|
+
orientation: n ?? e
|
|
23
|
+
}), s = a;
|
|
24
|
+
s.displayName = "KitSpace", s.Compact = o;
|
|
19
25
|
//#endregion
|
|
20
|
-
export {
|
|
26
|
+
export { s as KitSpace };
|
|
@@ -37,29 +37,30 @@ var f = (e) => e.type === "divider", p = (e) => e.type === "group", m = (e) => {
|
|
|
37
37
|
...e,
|
|
38
38
|
items: t
|
|
39
39
|
};
|
|
40
|
-
}, g = ({ overlayClassName: n,
|
|
41
|
-
let { appId:
|
|
42
|
-
|
|
43
|
-
let
|
|
40
|
+
}, g = ({ overlayClassName: n, overlayStyle: i, rootClassName: u, menu: d, getPopupContainer: f, dropdownRender: p, onOpenChange: m, children: g, ..._ }) => {
|
|
41
|
+
let { appId: v } = e(), [y, b] = s(!1), x = o(null), S = o(0);
|
|
42
|
+
y && S.current++;
|
|
43
|
+
let C = t(x, f), w = l(v, n, u), T = h(d);
|
|
44
44
|
return a(() => {
|
|
45
|
-
let e = () =>
|
|
45
|
+
let e = () => b(!1);
|
|
46
46
|
return window.addEventListener("blur", e), () => window.removeEventListener("blur", e);
|
|
47
47
|
}, []), r(c, {
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
48
|
+
rootClassName: w,
|
|
49
|
+
styles: i ? { root: i } : void 0,
|
|
50
|
+
getPopupContainer: C,
|
|
51
|
+
menu: T,
|
|
52
|
+
open: y,
|
|
52
53
|
onOpenChange: (e, t) => {
|
|
53
|
-
t.source === "menu" ?
|
|
54
|
+
t.source === "menu" ? b(!0) : b(e), m?.(e, t);
|
|
54
55
|
},
|
|
55
|
-
|
|
56
|
-
...
|
|
56
|
+
popupRender: p,
|
|
57
|
+
..._,
|
|
57
58
|
children: r("span", {
|
|
58
|
-
ref:
|
|
59
|
+
ref: x,
|
|
59
60
|
tabIndex: -1,
|
|
60
61
|
style: { display: "inline-flex" },
|
|
61
|
-
children:
|
|
62
|
-
},
|
|
62
|
+
children: g
|
|
63
|
+
}, S.current)
|
|
63
64
|
});
|
|
64
65
|
};
|
|
65
66
|
g.displayName = "KitDropDown";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../../chunks/Header.
|
|
1
|
+
import { t as e } from "../../../chunks/Header.DwTjCAR4.js";
|
|
2
2
|
export { e as KitHeader };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../../chunks/PageHeader.
|
|
1
|
+
import { t as e } from "../../../chunks/PageHeader.BsBe2qmv.js";
|
|
2
2
|
export { e as KitPageHeader };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../../chunks/Pagination.
|
|
1
|
+
import { t as e } from "../../../chunks/Pagination.D0KoqOs0.js";
|
|
2
2
|
export { e as KitPagination };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../../chunks/SideMenu.
|
|
1
|
+
import { t as e } from "../../../chunks/SideMenu.CSrmEHB_.js";
|
|
2
2
|
export { e as KitSideMenu };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as e, r as t, t as n } from "../../../chunks/SidePanel.
|
|
1
|
+
import { n as e, r as t, t as n } from "../../../chunks/SidePanel.CTtyKSw5.js";
|
|
2
2
|
export { n as KitSidePanel, e as KitSidePanelContent, t as KitSidePanelHeader };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../../chunks/Steps.
|
|
1
|
+
import { t as e } from "../../../chunks/Steps.Cv9QH9E2.js";
|
|
2
2
|
export { e as KitSteps };
|
|
@@ -4,7 +4,8 @@ type AntdStepTypesToOmit = 'subTitle' | 'icon';
|
|
|
4
4
|
|
|
5
5
|
type IKitStep = Omit<StepProps, AntdStepTypesToOmit>;
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
// antd v6: `direction` -> `orientation`, `labelPlacement` -> `titlePlacement` (both set internally by the DS)
|
|
8
|
+
type AntdStepsTypesToOmit = 'type' | 'progressDot' | 'size' | 'percent' | 'labelPlacement' | 'direction';
|
|
8
9
|
|
|
9
10
|
export interface IKitSteps extends Omit<StepsProps, AntdStepsTypesToOmit>, KitHTMLAttributes<HTMLDivElement> {
|
|
10
11
|
items?: IKitStep[];
|
package/dist/Kit/index.js
CHANGED
|
@@ -1,61 +1,61 @@
|
|
|
1
|
-
import { t as e } from "../chunks/App.
|
|
2
|
-
import { t } from "../chunks/Empty.
|
|
3
|
-
import { t as n } from "../chunks/Typography.
|
|
1
|
+
import { t as e } from "../chunks/App.DMKfu33b.js";
|
|
2
|
+
import { t } from "../chunks/Empty.ChbH81Kb.js";
|
|
3
|
+
import { t as n } from "../chunks/Typography.DVDv9LwQ.js";
|
|
4
4
|
import { KitTooltip as r } from "./DataDisplay/Tooltip/index.js";
|
|
5
5
|
import { KitSpace as i } from "./Layout/Space/index.js";
|
|
6
|
-
import { t as a } from "../chunks/Avatar.
|
|
7
|
-
import { t as o } from "../chunks/Badge.
|
|
8
|
-
import { n as s, t as c } from "../chunks/Comment.
|
|
9
|
-
import { t as l } from "../chunks/IdCard.
|
|
10
|
-
import { t as u } from "../chunks/InputWrapper.
|
|
11
|
-
import { t as d } from "../chunks/Checkbox.
|
|
6
|
+
import { t as a } from "../chunks/Avatar.DMy3wRdr.js";
|
|
7
|
+
import { t as o } from "../chunks/Badge.85bpGcH7.js";
|
|
8
|
+
import { n as s, t as c } from "../chunks/Comment.C28oythd.js";
|
|
9
|
+
import { t as l } from "../chunks/IdCard.CWE38g68.js";
|
|
10
|
+
import { t as u } from "../chunks/InputWrapper.By9kN0xU.js";
|
|
11
|
+
import { t as d } from "../chunks/Checkbox.UZ_xOkpB.js";
|
|
12
12
|
import { t as f } from "../chunks/CheckableTile.G1mWLqE7.js";
|
|
13
13
|
import { t as p } from "../chunks/Switch.6L3-gRH2.js";
|
|
14
14
|
import { t as m } from "../chunks/Breadcrumb.DIt0b2vn.js";
|
|
15
|
-
import { t as h } from "../chunks/Tag.
|
|
16
|
-
import { t as g } from "../chunks/Modal.
|
|
17
|
-
import { t as _ } from "../chunks/Button.
|
|
15
|
+
import { t as h } from "../chunks/Tag.ucduTbaH.js";
|
|
16
|
+
import { t as g } from "../chunks/Modal.CsGHowNT.js";
|
|
17
|
+
import { t as _ } from "../chunks/Button.BwZ9TVAy.js";
|
|
18
18
|
import { KitDropDown as v } from "./Navigation/DropDown/index.js";
|
|
19
19
|
import { t as y } from "../chunks/Icon.CxPVsgjL.js";
|
|
20
|
-
import { t as b } from "../chunks/ItemCard.
|
|
21
|
-
import { t as x } from "../chunks/
|
|
22
|
-
import { t as S } from "../chunks/
|
|
23
|
-
import { t as C } from "../chunks/
|
|
24
|
-
import { t as w } from "../chunks/
|
|
25
|
-
import { t as T } from "../chunks/ItemList.
|
|
26
|
-
import { n as E, t as D } from "../chunks/Table.
|
|
27
|
-
import { t as O } from "../chunks/Tabs.
|
|
28
|
-
import { t as k } from "../chunks/Tree.
|
|
20
|
+
import { t as b } from "../chunks/ItemCard.CdfDmmnw.js";
|
|
21
|
+
import { t as x } from "../chunks/Loader.BL2-LOk7.js";
|
|
22
|
+
import { t as S } from "../chunks/Collapse.DineX-8_.js";
|
|
23
|
+
import { t as C } from "../chunks/Image.kjyHNj64.js";
|
|
24
|
+
import { t as w } from "../chunks/Error.B1hGHo8i.js";
|
|
25
|
+
import { t as T } from "../chunks/ItemList.DAwKyhy1.js";
|
|
26
|
+
import { n as E, t as D } from "../chunks/Table.CodO0Y9t.js";
|
|
27
|
+
import { t as O } from "../chunks/Tabs.CUVbsW1C.js";
|
|
28
|
+
import { t as k } from "../chunks/Tree.UCxeoAGW.js";
|
|
29
29
|
import { KitTour as A } from "./DataDisplay/Tour/index.js";
|
|
30
|
-
import { t as j } from "../chunks/RedirectCard.
|
|
30
|
+
import { t as j } from "../chunks/RedirectCard.C9L2Ym_b.js";
|
|
31
31
|
import { t as M } from "../chunks/Divider.BmAL40z9.js";
|
|
32
|
-
import { t as N } from "../chunks/Input.
|
|
33
|
-
import { t as P } from "../chunks/InputNumber.
|
|
34
|
-
import { t as F } from "../chunks/Radio.
|
|
35
|
-
import { t as I } from "../chunks/Rate.
|
|
36
|
-
import { t as L } from "../chunks/RichText.
|
|
32
|
+
import { t as N } from "../chunks/Input.DrLszrjk.js";
|
|
33
|
+
import { t as P } from "../chunks/InputNumber.CUVPnyxG.js";
|
|
34
|
+
import { t as F } from "../chunks/Radio.CEJd1j6E.js";
|
|
35
|
+
import { t as I } from "../chunks/Rate.66ssppnZ.js";
|
|
36
|
+
import { t as L } from "../chunks/RichText.mJKHbN6t.js";
|
|
37
37
|
import { AntAffix as R, AntAlert as z, AntAnchor as B, AntApp as V, AntAutoComplete as H, AntAvatar as U, AntBackTop as W, AntBadge as G, AntBreadcrumb as K, AntButton as q, AntCalendar as J, AntCard as Y, AntCarousel as X, AntCascader as Z, AntCheckbox as Q, AntCol as $, AntCollapse as ee, AntColorPicker as te, AntConfigProvider as ne, AntDatePicker as re, AntDescriptions as ie, AntDivider as ae, AntDrawer as oe, AntDropdown as se, AntEmpty as ce, AntFlex as le, AntFloatButton as ue, AntForm as de, AntGrid as fe, AntImage as pe, AntInput as me, AntInputNumber as he, AntLayout as ge, AntList as _e, AntMentions as ve, AntMenu as ye, AntModal as be, AntPagination as xe, AntPopconfirm as Se, AntPopover as Ce, AntProgress as we, AntQRCode as Te, AntRadio as Ee, AntRate as De, AntResult as Oe, AntRow as ke, AntSegmented as Ae, AntSelect as je, AntSkeleton as Me, AntSlider as Ne, AntSpace as Pe, AntSpin as Fe, AntStatistic as Ie, AntSteps as Le, AntSwitch as Re, AntTable as ze, AntTabs as Be, AntTag as Ve, AntTimePicker as He, AntTimeline as Ue, AntTooltip as We, AntTour as Ge, AntTransfer as Ke, AntTree as qe, AntTreeSelect as Je, AntTypography as Ye, AntUpload as Xe, AntWatermark as Ze } from "./Ant/index.js";
|
|
38
|
-
import { t as Qe } from "../chunks/SearchInput.
|
|
39
|
-
import { t as $e } from "../chunks/Select.
|
|
40
|
-
import { t as et } from "../chunks/DatePicker.
|
|
41
|
-
import {
|
|
42
|
-
import { t as nt } from "../chunks/Progress.
|
|
43
|
-
import { t as rt } from "../chunks/Upload.
|
|
38
|
+
import { t as Qe } from "../chunks/SearchInput.CNgLpnTf.js";
|
|
39
|
+
import { t as $e } from "../chunks/Select.v3Ly7XpX.js";
|
|
40
|
+
import { t as et } from "../chunks/DatePicker.B6MnduRh.js";
|
|
41
|
+
import { KitAutoComplete as tt } from "./DataEntry/AutoComplete/index.js";
|
|
42
|
+
import { t as nt } from "../chunks/Progress.5NGz8Onb.js";
|
|
43
|
+
import { t as rt } from "../chunks/Upload.B93h1Ueu.js";
|
|
44
44
|
import { t as it } from "../chunks/Slider.DqG7lOzt.js";
|
|
45
|
-
import { t as at } from "../chunks/ColorPicker.
|
|
46
|
-
import { t as ot } from "../chunks/Filter.
|
|
47
|
-
import { t as st } from "../chunks/TreeSelect.
|
|
48
|
-
import { t as ct } from "../chunks/Alert.
|
|
49
|
-
import { n as lt, r as ut, t as dt } from "../chunks/SnackBar.
|
|
50
|
-
import { t as ft } from "../chunks/Notification.
|
|
45
|
+
import { t as at } from "../chunks/ColorPicker.CIfnJxzt.js";
|
|
46
|
+
import { t as ot } from "../chunks/Filter.BqMbNcsH.js";
|
|
47
|
+
import { t as st } from "../chunks/TreeSelect.-QrLhdAJ.js";
|
|
48
|
+
import { t as ct } from "../chunks/Alert.CLGWsecl.js";
|
|
49
|
+
import { n as lt, r as ut, t as dt } from "../chunks/SnackBar.Bdq4XTnk.js";
|
|
50
|
+
import { t as ft } from "../chunks/Notification.D-vgkwp1.js";
|
|
51
51
|
import { t as pt } from "../chunks/Skeleton.w4TjsphH.js";
|
|
52
52
|
import { t as mt } from "../chunks/Section.DX_VJj4c.js";
|
|
53
53
|
import { t as ht } from "../chunks/Grid.C52krwRd.js";
|
|
54
|
-
import { t as gt } from "../chunks/Header.
|
|
55
|
-
import { t as _t } from "../chunks/SideMenu.
|
|
56
|
-
import { t as vt } from "../chunks/PageLayout.
|
|
57
|
-
import { t as yt } from "../chunks/PageHeader.
|
|
58
|
-
import { t as bt } from "../chunks/Steps.
|
|
59
|
-
import { t as xt } from "../chunks/Pagination.
|
|
60
|
-
import { n as St, r as Ct, t as wt } from "../chunks/SidePanel.
|
|
61
|
-
export { R as AntAffix, z as AntAlert, B as AntAnchor, V as AntApp, H as AntAutoComplete, U as AntAvatar, W as AntBackTop, G as AntBadge, K as AntBreadcrumb, q as AntButton, J as AntCalendar, Y as AntCard, X as AntCarousel, Z as AntCascader, Q as AntCheckbox, $ as AntCol, ee as AntCollapse, te as AntColorPicker, ne as AntConfigProvider, re as AntDatePicker, ie as AntDescriptions, ae as AntDivider, oe as AntDrawer, se as AntDropdown, ce as AntEmpty, le as AntFlex, ue as AntFloatButton, de as AntForm, fe as AntGrid, pe as AntImage, me as AntInput, he as AntInputNumber, ge as AntLayout, _e as AntList, ve as AntMentions, ye as AntMenu, be as AntModal, xe as AntPagination, Se as AntPopconfirm, Ce as AntPopover, we as AntProgress, Te as AntQRCode, Ee as AntRadio, De as AntRate, Oe as AntResult, ke as AntRow, Ae as AntSegmented, je as AntSelect, Me as AntSkeleton, Ne as AntSlider, Pe as AntSpace, Fe as AntSpin, Ie as AntStatistic, Le as AntSteps, Re as AntSwitch, ze as AntTable, Be as AntTabs, Ve as AntTag, He as AntTimePicker, Ue as AntTimeline, We as AntTooltip, Ge as AntTour, Ke as AntTransfer, qe as AntTree, Je as AntTreeSelect, Ye as AntTypography, Xe as AntUpload, Ze as AntWatermark, ct as KitAlert, e as KitApp, tt as KitAutoComplete, a as KitAvatar, o as KitBadge, m as KitBreadcrumb, _ as KitButton, f as KitCheckableTile, d as KitCheckbox,
|
|
54
|
+
import { t as gt } from "../chunks/Header.DwTjCAR4.js";
|
|
55
|
+
import { t as _t } from "../chunks/SideMenu.CSrmEHB_.js";
|
|
56
|
+
import { t as vt } from "../chunks/PageLayout.DxAVdp5a.js";
|
|
57
|
+
import { t as yt } from "../chunks/PageHeader.BsBe2qmv.js";
|
|
58
|
+
import { t as bt } from "../chunks/Steps.Cv9QH9E2.js";
|
|
59
|
+
import { t as xt } from "../chunks/Pagination.D0KoqOs0.js";
|
|
60
|
+
import { n as St, r as Ct, t as wt } from "../chunks/SidePanel.CTtyKSw5.js";
|
|
61
|
+
export { R as AntAffix, z as AntAlert, B as AntAnchor, V as AntApp, H as AntAutoComplete, U as AntAvatar, W as AntBackTop, G as AntBadge, K as AntBreadcrumb, q as AntButton, J as AntCalendar, Y as AntCard, X as AntCarousel, Z as AntCascader, Q as AntCheckbox, $ as AntCol, ee as AntCollapse, te as AntColorPicker, ne as AntConfigProvider, re as AntDatePicker, ie as AntDescriptions, ae as AntDivider, oe as AntDrawer, se as AntDropdown, ce as AntEmpty, le as AntFlex, ue as AntFloatButton, de as AntForm, fe as AntGrid, pe as AntImage, me as AntInput, he as AntInputNumber, ge as AntLayout, _e as AntList, ve as AntMentions, ye as AntMenu, be as AntModal, xe as AntPagination, Se as AntPopconfirm, Ce as AntPopover, we as AntProgress, Te as AntQRCode, Ee as AntRadio, De as AntRate, Oe as AntResult, ke as AntRow, Ae as AntSegmented, je as AntSelect, Me as AntSkeleton, Ne as AntSlider, Pe as AntSpace, Fe as AntSpin, Ie as AntStatistic, Le as AntSteps, Re as AntSwitch, ze as AntTable, Be as AntTabs, Ve as AntTag, He as AntTimePicker, Ue as AntTimeline, We as AntTooltip, Ge as AntTour, Ke as AntTransfer, qe as AntTree, Je as AntTreeSelect, Ye as AntTypography, Xe as AntUpload, Ze as AntWatermark, ct as KitAlert, e as KitApp, tt as KitAutoComplete, a as KitAvatar, o as KitBadge, m as KitBreadcrumb, _ as KitButton, f as KitCheckableTile, d as KitCheckbox, S as KitCollapse, at as KitColorPicker, s as KitComment, et as KitDatePicker, M as KitDivider, v as KitDropDown, t as KitEmpty, w as KitError, ot as KitFilter, ht as KitGrid, gt as KitHeader, y as KitIcon, l as KitIdCard, C as KitImage, N as KitInput, P as KitInputNumber, u as KitInputWrapper, b as KitItemCard, T as KitItemList, x as KitLoader, g as KitModal, ft as KitNotification, yt as KitPageHeader, vt as KitPageLayout, xt as KitPagination, nt as KitProgress, F as KitRadio, I as KitRate, j as KitRedirectCard, L as KitRichText, Qe as KitSearchInput, mt as KitSection, $e as KitSelect, _t as KitSideMenu, wt as KitSidePanel, St as KitSidePanelContent, Ct as KitSidePanelHeader, pt as KitSkeleton, it as KitSlider, dt as KitSnackBarProvider, i as KitSpace, bt as KitSteps, p as KitSwitch, D as KitTable, E as KitTableExpandButton, O as KitTabs, h as KitTag, c as KitThread, r as KitTooltip, A as KitTour, k as KitTree, st as KitTreeSelect, n as KitTypography, rt as KitUpload, lt as closeKitSnackBar, ut as openKitSnackBar };
|