aristid-ds 17.1.0-e41230a → 17.1.1
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 +9 -34
- package/README.md +1 -16
- package/dist/Kit/DataDisplay/Collapse/index.js +1 -1
- package/dist/Kit/DataDisplay/ItemCard/index.js +1 -1
- package/dist/Kit/DataDisplay/ItemList/index.js +1 -1
- package/dist/Kit/DataDisplay/RedirectCard/index.js +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/DataEntry/AutoComplete/index.js +5 -5
- package/dist/Kit/DataEntry/Checkbox/index.js +1 -1
- package/dist/Kit/DataEntry/ColorPicker/index.js +1 -1
- package/dist/Kit/DataEntry/DatePicker/index.js +1 -1
- package/dist/Kit/DataEntry/Input/index.js +1 -1
- package/dist/Kit/DataEntry/InputNumber/index.js +1 -1
- package/dist/Kit/DataEntry/InputWrapper/index.js +1 -1
- package/dist/Kit/DataEntry/Radio/index.js +1 -1
- package/dist/Kit/DataEntry/RichText/MenuBar/LinkButton/index.js +1 -1
- package/dist/Kit/DataEntry/RichText/MenuBar/MenuActionList/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/TreeSelect/index.js +1 -1
- package/dist/Kit/DataEntry/Upload/index.js +1 -1
- package/dist/Kit/Feedback/Alert/index.js +1 -1
- package/dist/Kit/Feedback/Modal/index.js +1 -1
- package/dist/Kit/Feedback/Notification/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/Button/types.d.ts +4 -15
- package/dist/Kit/General/DynamicActions/index.js +1 -1
- package/dist/Kit/Layout/PageLayout/index.js +1 -1
- package/dist/Kit/Navigation/DropDown/index.js +38 -50
- package/dist/Kit/Navigation/Header/index.js +1 -1
- package/dist/Kit/Navigation/PageHeader/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/index.d.ts +0 -1
- package/dist/Kit/index.js +54 -55
- package/dist/assets/Alert.css +1 -1
- package/dist/assets/App.css +1 -1
- package/dist/assets/Button.css +1 -1
- package/dist/assets/ColorPicker.css +1 -1
- package/dist/assets/DatePicker.css +1 -1
- package/dist/assets/Input.css +1 -1
- package/dist/assets/InputNumber.css +1 -1
- package/dist/assets/InputWrapper.css +1 -1
- package/dist/assets/Notification.css +1 -1
- package/dist/assets/RichText.css +1 -1
- package/dist/assets/styles.css +1 -1
- package/dist/chunks/{Alert.CrmbhCGw.js → Alert.Fan9I2X_.js} +1 -1
- package/dist/chunks/{Button.v1MQw30k.js → Button.Cju0Vkdz.js} +2 -2
- package/dist/chunks/{Checkbox.Bo3N2_HB.js → Checkbox.UZ_xOkpB.js} +5 -5
- package/dist/chunks/{Collapse.Chl_oSFX.js → Collapse.D1QX8Gxe.js} +17 -17
- package/dist/chunks/{ColorPicker.rUXYswcG.js → ColorPicker.CIfnJxzt.js} +8 -8
- package/dist/chunks/{DatePicker.BZlCppmB.js → DatePicker.B6MnduRh.js} +8 -8
- package/dist/chunks/{DynamicActions.qq2NpBeB.js → DynamicActions.CqyKvdyO.js} +1 -1
- package/dist/chunks/{Header.BBAyPU4i.js → Header.VNvuTvNZ.js} +12 -12
- package/dist/chunks/{Input.BVOno3po.js → Input.CpnF5RXW.js} +18 -18
- package/dist/chunks/{InputNumber.BitD3ti0.js → InputNumber.CUVPnyxG.js} +2 -2
- package/dist/chunks/{InputWrapper.ClVv6MKw.js → InputWrapper.By9kN0xU.js} +1 -1
- package/dist/chunks/{ItemCard.NOwKiaOa.js → ItemCard.BXyMeYTQ.js} +35 -35
- package/dist/chunks/{ItemList.CaBU0JnF.js → ItemList.Aive5gpV.js} +12 -12
- package/dist/chunks/{LinkButton.DoFT7L5o.js → LinkButton.ChlCoTqi.js} +6 -6
- package/dist/chunks/{Modal.BV2B37Lq.js → Modal.CEnN88S9.js} +1 -1
- package/dist/chunks/{Notification.BMo655AG.js → Notification.BBhoZYZv.js} +2 -2
- package/dist/chunks/{PageHeader.aid527xG.js → PageHeader.BNCc0oAq.js} +2 -2
- package/dist/chunks/{PageLayout.Vk7ocz7U.js → PageLayout.D0LNbiwL.js} +2 -2
- package/dist/chunks/{Radio.DepTCCZw.js → Radio.CEJd1j6E.js} +1 -1
- package/dist/chunks/{RedirectCard.CKQEtQnm.js → RedirectCard.CTYoGvmf.js} +1 -1
- package/dist/chunks/{RichText.B2k_EebE.js → RichText.DnxqGaDh.js} +12 -12
- package/dist/chunks/{SearchInput.DaDXvsIv.js → SearchInput.Bfq_95YB.js} +1 -1
- package/dist/chunks/{Select.s7ntBKRR.js → Select.CbVbgGh6.js} +22 -22
- package/dist/chunks/{SideMenu.CH2Z0TdM.js → SideMenu.BdTfOYPo.js} +2 -2
- package/dist/chunks/{SidePanel.DN2qSVay.js → SidePanel.C-uTFidl.js} +16 -16
- package/dist/chunks/{SnackBar.C7_Izy5H.js → SnackBar.D_sa0Rgq.js} +2 -2
- package/dist/chunks/{Table.eZGKvND1.js → Table.C4iSzTaK.js} +46 -37
- package/dist/chunks/{Tabs.DzoxGGJ1.js → Tabs.RtAv1ydB.js} +1 -1
- package/dist/chunks/{Tag.Cif-4UOP.js → Tag.DFNr23h3.js} +1 -1
- package/dist/chunks/TreeSelect.DA5rTYhf.js +169 -0
- package/dist/chunks/{Upload.DlW3ObtU.js → Upload.BnkynpXS.js} +2 -2
- package/dist/chunks/{styles.module.1MMI-Pri.js → styles.module.I-VT2CFc.js} +1 -1
- package/dist/index.es.js +54 -55
- package/dist/index.umd.js +4 -4
- package/dist/theme/aristid/general/colors/index.js +15 -17
- package/dist/theme/aristid/general/utilities/index.js +5 -5
- package/dist/theme/types/components/General/Button/index.d.ts +1 -1
- package/dist/theme/types/general/colors/index.d.ts +0 -5
- package/dist/theme/types/index.d.ts +0 -2
- package/dist/translation/en-US/index.js +32 -34
- package/dist/translation/fr-FR/index.js +26 -28
- package/dist/translation/pt-PT/index.js +28 -30
- package/dist/translation/types/index.d.ts +0 -2
- package/package.json +150 -150
- package/dist/Kit/DataDisplay/Carousel/CarouselArrow.d.ts +0 -3
- package/dist/Kit/DataDisplay/Carousel/CarouselBulletNav.d.ts +0 -3
- package/dist/Kit/DataDisplay/Carousel/index.d.ts +0 -3
- package/dist/Kit/DataDisplay/Carousel/index.js +0 -2
- package/dist/Kit/DataDisplay/Carousel/types.d.ts +0 -59
- package/dist/assets/Carousel.css +0 -1
- package/dist/chunks/Carousel.DCzkHSg3.js +0 -108
- package/dist/chunks/TreeSelect.DbNLXwTZ.js +0 -180
- package/dist/theme/aristid/components/DataDisplay/Carousel/index.d.ts +0 -2
- package/dist/theme/aristid/components/DataDisplay/Carousel/index.js +0 -21
- package/dist/theme/types/components/DataDisplay/Carousel/index.d.ts +0 -85
- package/dist/translation/en-US/components/DataDisplay/Carousel/index.d.ts +0 -2
- package/dist/translation/en-US/components/DataDisplay/Carousel/index.js +0 -9
- package/dist/translation/fr-FR/components/DataDisplay/Carousel/index.d.ts +0 -2
- package/dist/translation/fr-FR/components/DataDisplay/Carousel/index.js +0 -9
- package/dist/translation/pt-PT/components/DataDisplay/Carousel/index.d.ts +0 -2
- package/dist/translation/pt-PT/components/DataDisplay/Carousel/index.js +0 -9
- package/dist/translation/types/components/DataDisplay/Carousel/index.d.ts +0 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,44 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## [
|
|
4
|
-
|
|
5
|
-
### ✨ Features
|
|
6
|
-
|
|
7
|
-
- **Colors:**
|
|
8
|
-
- Update the `error` ramp step 400 (`--general-colors-secondary-error-400`, aliased by `--general-utilities-error-default` and `--general-utilities-text-error`) failing the WCAG AA contrast check: `#EB0D18` becomes `#E80A15`, raising the ratio on the error input background from 4.41 to 4.53 with no perceptible visual change (@philippechevieux)
|
|
9
|
-
- Darken the whole `secondary.warning` (orange) ramp for accessibility: `100` `#FFF4E6`→`#FEF8EE`, `200` `#FFD8A8`→`#F9DAAF`, `300` `#FFA94D`→`#EF9B48`, `400` `#FF922B`→`#EB7E24`, `500` `#FD7E14`→`#DC651A`, `600` `#F76707`→`#BC4F18`, `700` `#360F00`→`#3F190B` (@philippechevieux)
|
|
10
|
-
- Repoint the `text.warning` alias from `warning.default` (ramp `400`) to `warning.dark` (ramp `600`): warning text on the warning surface only reached 2.64:1, it now reaches 4.65:1 and passes WCAG AA (@philippechevieux)
|
|
11
|
-
- Improve the accessibility of the `Grey` palette: add `--general-colors-neutral-grey-50` (`#F3F7F8`) and re-value the 7 existing shades — `100` → `#E0E9ED`, `200` → `#C5D4DC`, `300` → `#9CB6C4`, `400` → `#6C8FA4`, `500` → `#567A91`, `600` → `#3D5061`, `700` → `#1E262E` (@philippechevieux)
|
|
12
|
-
- Remap the neutral semantic aliases onto the new scale: `neutral-light` → `grey-50`, `neutral-dark` → `grey-500`, `neutral-deepDark` → `grey-700` (`neutral-medium` stays on `grey-200`), and point `--general-utilities-disabled` at `grey-500` so disabled texts, placeholders and character counts reach the WCAG AA contrast ratio (4.58:1 on white, was 2.27:1) (@philippechevieux)
|
|
13
|
-
- **Accessibility**:
|
|
14
|
-
- Render placeholder text in italic on every data entry component — `Input`, `Input.TextArea`, `Input.Password`, `SearchInput`, `AutoComplete`, `InputNumber`, `DatePicker`, `RangePicker`, `Select`, `TreeSelect`, `ColorPicker` and `RichText` — in all sizes and including the AI variants, so the empty (default) state is visually distinct from filled content now that the placeholder grey is darker (@philippechevieux)
|
|
15
|
-
- **DropDown:**
|
|
16
|
-
- Highlight the open path (menu items and submenus) and mark the selected item with a check (@philippechevieux)
|
|
17
|
-
- Top-align each submenu panel with its trigger and offset it by `spacing.s`, bridging the gap so hover doesn't close the menu (@philippechevieux)
|
|
18
|
-
- Give a hovered submenu the same background highlight as a menu item, instead of a bordered frame (@philippechevieux)
|
|
19
|
-
- **Carousel:**
|
|
20
|
-
- Add the `KitCarousel` component: slides browsed horizontally with the current one centered, floating previous/next buttons and a bullet navigation (@philippechevieux)
|
|
3
|
+
## [17.1.1](https://www.npmjs.com/package/aristid-ds/v/17.1.1) (2026-08-31)
|
|
21
4
|
|
|
22
5
|
### 🐛 Bug Fixes
|
|
23
6
|
|
|
24
|
-
- **Button:**
|
|
25
|
-
- Fix the focus ring being offset to the right on the primary split button (all sizes): Ant Design 6 wraps the dropdown trigger in a `span.ant-dropdown-trigger`, breaking the adjacent-sibling selector that hides the divider when the main button is focused (@philippechevieux)
|
|
26
7
|
- **Alert:**
|
|
27
|
-
- Fix the icon and single-line message not being vertically centered against each other on a message-only alert (no description) (@philippechevieux)
|
|
28
|
-
- Fix the icon being misaligned on a description-only alert (no message): the empty title row still reserved its vertical spacing, so the description was pushed down away from the icon (@philippechevieux)
|
|
29
8
|
- Fix the icons' & borders' color for the "Info" type (@frykten)
|
|
30
|
-
- **
|
|
31
|
-
-
|
|
32
|
-
-
|
|
33
|
-
-
|
|
34
|
-
- Fix
|
|
35
|
-
|
|
36
|
-
- Fix
|
|
37
|
-
-
|
|
38
|
-
|
|
39
|
-
### 📝 Documentation
|
|
40
|
-
|
|
41
|
-
- Fix the Storybook table of contents listing the titles of the components used as demo data (`KitRedirectCard`, `KitItemCard`…) alongside the real chapters (@philippechevieux)
|
|
9
|
+
- **Button:**
|
|
10
|
+
- Remove deprecated unused `text` type (@frykten)
|
|
11
|
+
- ⚠️ Add `box-sizing: border-box` (@frykten)
|
|
12
|
+
- ⚠️ Move all button types to `display: inline-flex` (use the property `block` to get a `display: flex`) (@frykten)
|
|
13
|
+
- Fix the focus outline not appearing on `primary` and `tertiary` type buttons (@frykten)
|
|
14
|
+
- **Table:**
|
|
15
|
+
- Fix `align`-based text alignment (e.g. `align: 'center'`) being ignored on header cells (@frykten)
|
|
16
|
+
- ⚠️ Ant-cell classes are not duplicated, verify the header/body cell rendering for a possible visual diff if you wrote specific CSS selectors on these `.ant-table-cell, .ant-table-cell-ellipsis, .ant-table-selection-column` (@frykten)
|
|
42
17
|
|
|
43
18
|
## [17.1.0](https://www.npmjs.com/package/aristid-ds/v/17.1.0) (2026-07-23)
|
|
44
19
|
|
package/README.md
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
|
|
12
12
|
A React component library built on top of [Ant Design](https://ant.design/), providing ~58 components with a token-based theming system and multi-locale support.
|
|
13
13
|
|
|
14
|
-
**Package:** `aristid-ds` · **Stack:** React 18, TypeScript 5, Ant Design
|
|
14
|
+
**Package:** `aristid-ds` · **Stack:** React 18, TypeScript 5, Ant Design 5, Vite 7, Storybook 8
|
|
15
15
|
|
|
16
16
|
---
|
|
17
17
|
|
|
@@ -136,18 +136,3 @@ With npm + Jest:
|
|
|
136
136
|
- [CONTRIBUTING.md](./CONTRIBUTING.md) — how to add components, locales, run tests, commit conventions
|
|
137
137
|
- [CLAUDE.md](./CLAUDE.md) — AI assistant context for working on this repo
|
|
138
138
|
- [docs/ADR.md](./docs/ADR.md) — architecture decision records
|
|
139
|
-
|
|
140
|
-
## AI tooling (Claude Code)
|
|
141
|
-
|
|
142
|
-
This repo ships Claude Code tooling to help work on components — see [CLAUDE.md](./CLAUDE.md) for details.
|
|
143
|
-
|
|
144
|
-
**Start here:** run **`/art-ds-task <Jira key>`** (e.g. `/art-ds-task DS-483`, optional Figma URL as a
|
|
145
|
-
second argument). It runs a preflight, reads the ticket, delegates to the engineer agent, and opens the
|
|
146
|
-
PR — see [CLAUDE.md § Orchestrated workflow](./CLAUDE.md#orchestrated-workflow--art-ds-task).
|
|
147
|
-
|
|
148
|
-
Under the hood:
|
|
149
|
-
|
|
150
|
-
- a **`ard-ds-engineer`** agent that fixes / improves / refactors a Kit component end-to-end
|
|
151
|
-
(reproduce → fix → self-verify → commit + push + PR); see [CLAUDE.md § Repo agent](./CLAUDE.md#repo-agent);
|
|
152
|
-
- repo-local **skills** in [`.claude/skills/`](./.claude/skills) (orchestrate a task, preflight,
|
|
153
|
-
read a ticket, create / fix / verify a component, update the changelog).
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../../chunks/Collapse.
|
|
1
|
+
import { t as e } from "../../../chunks/Collapse.D1QX8Gxe.js";
|
|
2
2
|
export { e as KitCollapse };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../../chunks/ItemCard.
|
|
1
|
+
import { t as e } from "../../../chunks/ItemCard.BXyMeYTQ.js";
|
|
2
2
|
export { e as KitItemCard };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../../chunks/ItemList.
|
|
1
|
+
import { t as e } from "../../../chunks/ItemList.Aive5gpV.js";
|
|
2
2
|
export { e as KitItemList };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../../chunks/RedirectCard.
|
|
1
|
+
import { t as e } from "../../../chunks/RedirectCard.CTYoGvmf.js";
|
|
2
2
|
export { e as KitRedirectCard };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as e, t } from "../../../chunks/Table.
|
|
1
|
+
import { n as e, t } from "../../../chunks/Table.C4iSzTaK.js";
|
|
2
2
|
export { t as KitTable, e as KitTableExpandButton };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../../chunks/Tabs.
|
|
1
|
+
import { t as e } from "../../../chunks/Tabs.RtAv1ydB.js";
|
|
2
2
|
export { e as KitTabs };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../../chunks/Tag.
|
|
1
|
+
import { t as e } from "../../../chunks/Tag.DFNr23h3.js";
|
|
2
2
|
export { e as KitTag };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { t as e } from "../../../chunks/
|
|
2
|
-
import { t } from "../../../chunks/
|
|
3
|
-
import { t as n } from "../../../chunks/Input.
|
|
1
|
+
import { t as e } from "../../../chunks/InputWrapper.By9kN0xU.js";
|
|
2
|
+
import { t } from "../../../chunks/useGetPopupContainer.C6KjVnVk.js";
|
|
3
|
+
import { t as n } from "../../../chunks/Input.CpnF5RXW.js";
|
|
4
4
|
import { jsx as r } from "react/jsx-runtime";
|
|
5
5
|
import { forwardRef as i, useRef as a, useState as o } from "react";
|
|
6
6
|
import { AutoComplete as s } from "antd";
|
|
@@ -13,12 +13,12 @@ var d = (e, t, n) => c(e, "ant-select-dropdown", "kit-select-dropdown-bottom", {
|
|
|
13
13
|
"kit-select-dropdown-error": n === "error",
|
|
14
14
|
"kit-select-dropdown-warning": n === "warning"
|
|
15
15
|
}), f = i(({ allowClear: i, label: c, helper: f, htmlFor: p, autoFocus: m, defaultValue: h, disabled: g, placeholder: _, status: v, value: y, getPopupContainer: b, onFocus: x, onBlur: S, popupClassName: C, wrapperClassName: w, required: T, actions: E, size: D = "large", extra: O, ...k }, A) => {
|
|
16
|
-
let [j, M] = o(!1), N = a(null), P = A ?? N, F =
|
|
16
|
+
let [j, M] = o(!1), N = a(null), P = A ?? N, F = t(P, b), I = (e) => {
|
|
17
17
|
M(!0), x && x(e);
|
|
18
18
|
}, L = (e) => {
|
|
19
19
|
M(!1), S && S(e);
|
|
20
20
|
}, R = typeof k.classNames == "function" ? void 0 : k.classNames;
|
|
21
|
-
return r(
|
|
21
|
+
return r(e, {
|
|
22
22
|
label: c,
|
|
23
23
|
helper: f,
|
|
24
24
|
htmlFor: p,
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../../chunks/Checkbox.
|
|
1
|
+
import { t as e } from "../../../chunks/Checkbox.UZ_xOkpB.js";
|
|
2
2
|
export { e as KitCheckbox };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../../chunks/ColorPicker.
|
|
1
|
+
import { t as e } from "../../../chunks/ColorPicker.CIfnJxzt.js";
|
|
2
2
|
export { e as KitColorPicker };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../../chunks/DatePicker.
|
|
1
|
+
import { t as e } from "../../../chunks/DatePicker.B6MnduRh.js";
|
|
2
2
|
export { e as KitDatePicker };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../../chunks/Input.
|
|
1
|
+
import { t as e } from "../../../chunks/Input.CpnF5RXW.js";
|
|
2
2
|
export { e as KitInput };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../../chunks/InputNumber.
|
|
1
|
+
import { t as e } from "../../../chunks/InputNumber.CUVPnyxG.js";
|
|
2
2
|
export { e as KitInputNumber };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../../chunks/InputWrapper.
|
|
1
|
+
import { t as e } from "../../../chunks/InputWrapper.By9kN0xU.js";
|
|
2
2
|
export { e as KitInputWrapper };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../../chunks/Radio.
|
|
1
|
+
import { t as e } from "../../../chunks/Radio.CEJd1j6E.js";
|
|
2
2
|
export { e as KitRadio };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../../../../chunks/LinkButton.
|
|
1
|
+
import { t as e } from "../../../../../chunks/LinkButton.ChlCoTqi.js";
|
|
2
2
|
export { e as KitLinkButton };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { t as e } from "../../../../../chunks/Divider.BmAL40z9.js";
|
|
2
2
|
import { KitFontStylesButtons as t } from "../FontStylesButtons/index.js";
|
|
3
3
|
import { KitTextAlignButtons as n } from "../TextAlignButtons/index.js";
|
|
4
|
-
import { t as r } from "../../../../../chunks/LinkButton.
|
|
4
|
+
import { t as r } from "../../../../../chunks/LinkButton.ChlCoTqi.js";
|
|
5
5
|
import { KitListButtons as i } from "../ListButtons/index.js";
|
|
6
6
|
import { KitIndentListButtons as a } from "../IndentListButtons/index.js";
|
|
7
7
|
import { Fragment as o, jsx as s, jsxs as c } from "react/jsx-runtime";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../../chunks/RichText.
|
|
1
|
+
import { t as e } from "../../../chunks/RichText.DnxqGaDh.js";
|
|
2
2
|
export { e as KitRichText };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../../chunks/SearchInput.
|
|
1
|
+
import { t as e } from "../../../chunks/SearchInput.Bfq_95YB.js";
|
|
2
2
|
export { e as KitSearchInput };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../../chunks/Select.
|
|
1
|
+
import { t as e } from "../../../chunks/Select.CbVbgGh6.js";
|
|
2
2
|
export { e as KitSelect };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../../chunks/TreeSelect.
|
|
1
|
+
import { t as e } from "../../../chunks/TreeSelect.DA5rTYhf.js";
|
|
2
2
|
export { e as KitTreeSelect };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../../chunks/Upload.
|
|
1
|
+
import { t as e } from "../../../chunks/Upload.BnkynpXS.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.Fan9I2X_.js";
|
|
2
2
|
export { e as KitAlert };
|
|
@@ -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.CEnN88S9.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.BBhoZYZv.js";
|
|
2
2
|
export { e as KitNotification };
|
|
@@ -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.D_sa0Rgq.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.Cju0Vkdz.js";
|
|
2
2
|
export { e as KitButton };
|
|
@@ -1,19 +1,8 @@
|
|
|
1
1
|
import { KitHTMLAttributes } from '../../../types';
|
|
2
2
|
import { CSSProperties, ForwardRefExoticComponent, RefAttributes } from 'react';
|
|
3
|
-
import {
|
|
3
|
+
import { IKitButtonPropertiesCssTokens } from '../../../theme/types/components/General/Button';
|
|
4
4
|
import { IKitDropdownMenu, IKitDropdown } from '../../Navigation/DropDown/types';
|
|
5
|
-
|
|
6
|
-
* @deprecated The 'text' type is deprecated and will be removed in a future version.
|
|
7
|
-
*/
|
|
8
|
-
export type KitButtonType =
|
|
9
|
-
| 'primary'
|
|
10
|
-
| 'secondary'
|
|
11
|
-
| 'tertiary'
|
|
12
|
-
| 'text'
|
|
13
|
-
| 'segmented'
|
|
14
|
-
| 'link'
|
|
15
|
-
| 'redirect'
|
|
16
|
-
| 'action';
|
|
5
|
+
export type KitButtonType = 'primary' | 'secondary' | 'tertiary' | 'segmented' | 'link' | 'redirect' | 'action';
|
|
17
6
|
export type KitButtonColor = 'primary' | 'secondary' | 'neutral' | 'error' | 'success';
|
|
18
7
|
|
|
19
8
|
type KitButtonHtmlType = 'submit' | 'button' | 'reset';
|
|
@@ -73,8 +62,8 @@ export interface IKitButton extends IKitSplitButton, IKitSimpleButton {}
|
|
|
73
62
|
|
|
74
63
|
export interface IStyledKitButton {
|
|
75
64
|
$buttonCssTokens: {
|
|
76
|
-
custom:
|
|
77
|
-
default:
|
|
65
|
+
custom: IKitButtonPropertiesCssTokens;
|
|
66
|
+
default: IKitButtonPropertiesCssTokens;
|
|
78
67
|
};
|
|
79
68
|
$iconSize?: KitButtonIconSize;
|
|
80
69
|
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../../chunks/DynamicActions.
|
|
1
|
+
import { t as e } from "../../../chunks/DynamicActions.CqyKvdyO.js";
|
|
2
2
|
export { e as default };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../../chunks/PageLayout.
|
|
1
|
+
import { t as e } from "../../../chunks/PageLayout.D0LNbiwL.js";
|
|
2
2
|
export { e as KitPageLayout };
|
|
@@ -1,17 +1,15 @@
|
|
|
1
1
|
import { n as e } from "../../../chunks/useKitTheme.Bcv-etUA.js";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
import {
|
|
9
|
-
import { faCheck as p } from "@fortawesome/free-solid-svg-icons";
|
|
10
|
-
import { ConfigContext as m } from "antd/es/config-provider/";
|
|
2
|
+
import { t } from "../../../chunks/useGetPopupContainer.C6KjVnVk.js";
|
|
3
|
+
import { Fragment as n, jsx as r, jsxs as i } from "react/jsx-runtime";
|
|
4
|
+
import { useEffect as a, useRef as o, useState as s } from "react";
|
|
5
|
+
import { Dropdown as c } from "antd";
|
|
6
|
+
import l from "classnames";
|
|
7
|
+
import { FontAwesomeIcon as u } from "@fortawesome/react-fontawesome";
|
|
8
|
+
import { faCheck as d } from "@fortawesome/free-solid-svg-icons";
|
|
11
9
|
//#region src/Kit/Navigation/DropDown/index.tsx
|
|
12
|
-
var
|
|
10
|
+
var f = (e) => e.type === "divider", p = (e) => e.type === "group", m = (e) => {
|
|
13
11
|
if (e === null) return e;
|
|
14
|
-
let t =
|
|
12
|
+
let t = f(e) || p(e) ? e : {
|
|
15
13
|
...e,
|
|
16
14
|
onClick: (t) => {
|
|
17
15
|
var n;
|
|
@@ -19,7 +17,7 @@ var h = 1, g = t.xxs, _ = 11 + t.s, v = -(h + g), y = (e) => e.type === "divider
|
|
|
19
17
|
}
|
|
20
18
|
};
|
|
21
19
|
if ("children" in t && t.children !== void 0) {
|
|
22
|
-
let e = t.children.map((e) =>
|
|
20
|
+
let e = t.children.map((e) => m(e));
|
|
23
21
|
return {
|
|
24
22
|
...t,
|
|
25
23
|
children: e
|
|
@@ -27,59 +25,49 @@ var h = 1, g = t.xxs, _ = 11 + t.s, v = -(h + g), y = (e) => e.type === "divider
|
|
|
27
25
|
}
|
|
28
26
|
return "label" in t ? {
|
|
29
27
|
...t,
|
|
30
|
-
label:
|
|
28
|
+
label: i(n, { children: [t.label, r(u, {
|
|
31
29
|
className: "ant-dropdown-check",
|
|
32
|
-
icon:
|
|
30
|
+
icon: d
|
|
33
31
|
})] })
|
|
34
32
|
} : t;
|
|
35
|
-
},
|
|
33
|
+
}, h = (e) => {
|
|
36
34
|
if (e === void 0 || e.items === void 0) return e;
|
|
37
|
-
let t = e.items.map(
|
|
35
|
+
let t = e.items.map(m);
|
|
38
36
|
return {
|
|
39
37
|
...e,
|
|
40
38
|
items: t
|
|
41
39
|
};
|
|
42
|
-
},
|
|
43
|
-
let { appId:
|
|
44
|
-
|
|
45
|
-
let
|
|
46
|
-
...
|
|
40
|
+
}, g = ({ overlayClassName: n, overlayStyle: i, rootClassName: u, styles: d, menu: f, getPopupContainer: 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, p), w = l(v, n, u), T = typeof d == "function" ? void 0 : d, E = i ? {
|
|
44
|
+
...T,
|
|
47
45
|
root: {
|
|
48
|
-
...
|
|
49
|
-
...
|
|
46
|
+
...T?.root,
|
|
47
|
+
...i
|
|
50
48
|
}
|
|
51
|
-
} :
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
overflow: {
|
|
55
|
-
adjustX: 1,
|
|
56
|
-
adjustY: 1
|
|
57
|
-
}
|
|
58
|
-
} }, P = S(p), F = P && {
|
|
59
|
-
...P,
|
|
60
|
-
builtinPlacements: P.builtinPlacements ?? N
|
|
61
|
-
};
|
|
62
|
-
return s(() => {
|
|
63
|
-
let e = () => T(!1);
|
|
49
|
+
} : T, D = h(f);
|
|
50
|
+
return a(() => {
|
|
51
|
+
let e = () => b(!1);
|
|
64
52
|
return window.addEventListener("blur", e), () => window.removeEventListener("blur", e);
|
|
65
|
-
}, []),
|
|
66
|
-
rootClassName:
|
|
67
|
-
styles:
|
|
68
|
-
getPopupContainer:
|
|
69
|
-
menu:
|
|
70
|
-
open:
|
|
53
|
+
}, []), r(c, {
|
|
54
|
+
rootClassName: w,
|
|
55
|
+
styles: E,
|
|
56
|
+
getPopupContainer: C,
|
|
57
|
+
menu: D,
|
|
58
|
+
open: y,
|
|
71
59
|
onOpenChange: (e, t) => {
|
|
72
|
-
t.source === "menu" ?
|
|
60
|
+
t.source === "menu" ? b(!0) : b(e), m?.(e, t);
|
|
73
61
|
},
|
|
74
|
-
...
|
|
75
|
-
children:
|
|
76
|
-
ref:
|
|
62
|
+
..._,
|
|
63
|
+
children: r("span", {
|
|
64
|
+
ref: x,
|
|
77
65
|
tabIndex: -1,
|
|
78
66
|
style: { display: "inline-flex" },
|
|
79
|
-
children:
|
|
80
|
-
},
|
|
67
|
+
children: g
|
|
68
|
+
}, S.current)
|
|
81
69
|
});
|
|
82
70
|
};
|
|
83
|
-
|
|
71
|
+
g.displayName = "KitDropDown";
|
|
84
72
|
//#endregion
|
|
85
|
-
export {
|
|
73
|
+
export { g as KitDropDown };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../../chunks/Header.
|
|
1
|
+
import { t as e } from "../../../chunks/Header.VNvuTvNZ.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.BNCc0oAq.js";
|
|
2
2
|
export { e as KitPageHeader };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../../chunks/SideMenu.
|
|
1
|
+
import { t as e } from "../../../chunks/SideMenu.BdTfOYPo.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.C-uTFidl.js";
|
|
2
2
|
export { n as KitSidePanel, e as KitSidePanelContent, t as KitSidePanelHeader };
|
package/dist/Kit/index.d.ts
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
export { KitApp } from './App';
|
|
2
2
|
export { KitAvatar } from './DataDisplay/Avatar';
|
|
3
3
|
export { KitBadge } from './DataDisplay/Badge';
|
|
4
|
-
export { KitCarousel } from './DataDisplay/Carousel';
|
|
5
4
|
export { KitComment } from './DataDisplay/Comment';
|
|
6
5
|
export { KitItemCard } from './DataDisplay/ItemCard';
|
|
7
6
|
export { KitCollapse } from './DataDisplay/Collapse';
|
package/dist/Kit/index.js
CHANGED
|
@@ -5,58 +5,57 @@ import { KitTooltip as r } from "./DataDisplay/Tooltip/index.js";
|
|
|
5
5
|
import { KitSpace as i } from "./Layout/Space/index.js";
|
|
6
6
|
import { t as a } from "../chunks/Avatar.DMy3wRdr.js";
|
|
7
7
|
import { t as o } from "../chunks/Badge.lE7m-vaK.js";
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import { t as
|
|
11
|
-
import {
|
|
12
|
-
import { t as f } from "../chunks/
|
|
13
|
-
import { t as p } from "../chunks/
|
|
14
|
-
import { t as m } from "../chunks/
|
|
15
|
-
import { t as h } from "../chunks/
|
|
16
|
-
import { t as g } from "../chunks/
|
|
17
|
-
import { t as _ } from "../chunks/
|
|
18
|
-
import {
|
|
19
|
-
import { t as y } from "../chunks/
|
|
20
|
-
import { t as b } from "../chunks/
|
|
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/
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import { t as k } from "../chunks/
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import { t as M } from "../chunks/
|
|
32
|
-
import { t as N } from "../chunks/
|
|
33
|
-
import { t as P } from "../chunks/
|
|
34
|
-
import { t as F } from "../chunks/
|
|
35
|
-
import { t as I } from "../chunks/
|
|
36
|
-
import { t as L } from "../chunks/
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import { t as $e } from "../chunks/
|
|
40
|
-
import { t as et } from "../chunks/
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import { t as rt } from "../chunks/
|
|
44
|
-
import { t as it } from "../chunks/
|
|
45
|
-
import { t as at } from "../chunks/
|
|
46
|
-
import { t as ot } from "../chunks/
|
|
47
|
-
import { t as st } from "../chunks/
|
|
48
|
-
import { t as ct } from "../chunks/
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import { t as pt } from "../chunks/
|
|
52
|
-
import { t as mt } from "../chunks/
|
|
53
|
-
import { t as ht } from "../chunks/
|
|
54
|
-
import { t as gt } from "../chunks/
|
|
55
|
-
import { t as _t } from "../chunks/
|
|
56
|
-
import { t as vt } from "../chunks/
|
|
57
|
-
import { t as yt } from "../chunks/
|
|
58
|
-
import { t as bt } from "../chunks/
|
|
59
|
-
import { t as xt } from "../chunks/
|
|
60
|
-
import {
|
|
61
|
-
|
|
62
|
-
export { z as AntAffix, B as AntAlert, V as AntAnchor, H as AntApp, U as AntAutoComplete, W as AntAvatar, G as AntBackTop, K as AntBadge, q as AntBreadcrumb, J as AntButton, Y as AntCalendar, X as AntCard, Z as AntCarousel, Q as AntCascader, $ as AntCheckbox, ee as AntCol, te as AntCollapse, ne as AntColorPicker, re as AntConfigProvider, ie as AntDatePicker, ae as AntDescriptions, oe as AntDivider, se as AntDrawer, ce as AntDropdown, le as AntEmpty, ue as AntFlex, de as AntFloatButton, fe as AntForm, pe as AntGrid, me as AntImage, he as AntInput, ge as AntInputNumber, _e as AntLayout, ve as AntList, ye as AntMentions, be as AntMenu, xe as AntModal, Se as AntPagination, Ce as AntPopconfirm, we as AntPopover, Te as AntProgress, Ee as AntQRCode, De as AntRadio, Oe as AntRate, ke as AntResult, Ae as AntRow, je as AntSegmented, Me as AntSelect, Ne as AntSkeleton, Pe as AntSlider, Fe as AntSpace, Ie as AntSpin, Le as AntStatistic, Re as AntSteps, ze as AntSwitch, Be as AntTable, Ve as AntTabs, He as AntTag, Ue as AntTimePicker, We as AntTimeline, Ge as AntTooltip, Ke as AntTour, qe as AntTransfer, Je as AntTree, Ye as AntTreeSelect, Xe as AntTypography, Ze as AntUpload, Qe as AntWatermark, lt as KitAlert, e as KitApp, nt as KitAutoComplete, a as KitAvatar, o as KitBadge, _ as KitBreadcrumb, s as KitButton, l as KitCarousel, h as KitCheckableTile, m as KitCheckbox, C as KitCollapse, ot as KitColorPicker, u as KitComment, tt as KitDatePicker, N as KitDivider, c as KitDropDown, t as KitEmpty, T as KitError, st as KitFilter, gt as KitGrid, _t as KitHeader, b as KitIcon, f as KitIdCard, w as KitImage, P as KitInput, F as KitInputNumber, p as KitInputWrapper, x as KitItemCard, E as KitItemList, S as KitLoader, y as KitModal, pt as KitNotification, bt as KitPageHeader, yt as KitPageLayout, St as KitPagination, rt as KitProgress, I as KitRadio, L as KitRate, M as KitRedirectCard, R as KitRichText, $e as KitSearchInput, ht as KitSection, et as KitSelect, vt as KitSideMenu, Tt as KitSidePanel, Ct as KitSidePanelContent, wt as KitSidePanelHeader, mt as KitSkeleton, at as KitSlider, ft as KitSnackBarProvider, i as KitSpace, xt as KitSteps, g as KitSwitch, O as KitTable, D as KitTableExpandButton, k as KitTabs, v as KitTag, d as KitThread, r as KitTooltip, j as KitTour, A as KitTree, ct as KitTreeSelect, n as KitTypography, it as KitUpload, ut as closeKitSnackBar, dt as openKitSnackBar };
|
|
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
|
+
import { t as f } from "../chunks/CheckableTile.G1mWLqE7.js";
|
|
13
|
+
import { t as p } from "../chunks/Switch.D4X2HkVR.js";
|
|
14
|
+
import { t as m } from "../chunks/Breadcrumb.DIt0b2vn.js";
|
|
15
|
+
import { t as h } from "../chunks/Tag.DFNr23h3.js";
|
|
16
|
+
import { t as g } from "../chunks/Modal.CEnN88S9.js";
|
|
17
|
+
import { t as _ } from "../chunks/Button.Cju0Vkdz.js";
|
|
18
|
+
import { KitDropDown as v } from "./Navigation/DropDown/index.js";
|
|
19
|
+
import { t as y } from "../chunks/Icon.CxPVsgjL.js";
|
|
20
|
+
import { t as b } from "../chunks/ItemCard.BXyMeYTQ.js";
|
|
21
|
+
import { t as x } from "../chunks/Loader.BL2-LOk7.js";
|
|
22
|
+
import { t as S } from "../chunks/Collapse.D1QX8Gxe.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.Aive5gpV.js";
|
|
26
|
+
import { n as E, t as D } from "../chunks/Table.C4iSzTaK.js";
|
|
27
|
+
import { t as O } from "../chunks/Tabs.RtAv1ydB.js";
|
|
28
|
+
import { t as k } from "../chunks/Tree.UCxeoAGW.js";
|
|
29
|
+
import { KitTour as A } from "./DataDisplay/Tour/index.js";
|
|
30
|
+
import { t as j } from "../chunks/RedirectCard.CTYoGvmf.js";
|
|
31
|
+
import { t as M } from "../chunks/Divider.BmAL40z9.js";
|
|
32
|
+
import { t as N } from "../chunks/Input.CpnF5RXW.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.DnxqGaDh.js";
|
|
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.Bfq_95YB.js";
|
|
39
|
+
import { t as $e } from "../chunks/Select.CbVbgGh6.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.BnkynpXS.js";
|
|
44
|
+
import { t as it } from "../chunks/Slider.DqG7lOzt.js";
|
|
45
|
+
import { t as at } from "../chunks/ColorPicker.CIfnJxzt.js";
|
|
46
|
+
import { t as ot } from "../chunks/Filter.BZGFrvpc.js";
|
|
47
|
+
import { t as st } from "../chunks/TreeSelect.DA5rTYhf.js";
|
|
48
|
+
import { t as ct } from "../chunks/Alert.Fan9I2X_.js";
|
|
49
|
+
import { n as lt, r as ut, t as dt } from "../chunks/SnackBar.D_sa0Rgq.js";
|
|
50
|
+
import { t as ft } from "../chunks/Notification.BBhoZYZv.js";
|
|
51
|
+
import { t as pt } from "../chunks/Skeleton.w4TjsphH.js";
|
|
52
|
+
import { t as mt } from "../chunks/Section.DX_VJj4c.js";
|
|
53
|
+
import { t as ht } from "../chunks/Grid.C52krwRd.js";
|
|
54
|
+
import { t as gt } from "../chunks/Header.VNvuTvNZ.js";
|
|
55
|
+
import { t as _t } from "../chunks/SideMenu.BdTfOYPo.js";
|
|
56
|
+
import { t as vt } from "../chunks/PageLayout.D0LNbiwL.js";
|
|
57
|
+
import { t as yt } from "../chunks/PageHeader.BNCc0oAq.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.C-uTFidl.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 };
|