@mittwald/flow-react-components 0.1.0-alpha.189 → 0.1.0-alpha.190

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.
Files changed (34) hide show
  1. package/dist/{Accordion-44t1KJbp.js → Accordion-C3Df-FUx.js} +1 -1
  2. package/dist/Accordion.js +1 -1
  3. package/dist/Avatar.js +12 -11
  4. package/dist/Button-CVDWL-od.js +129 -0
  5. package/dist/Button.js +1 -1
  6. package/dist/CopyButton.js +22 -13
  7. package/dist/Icons.js +101 -100
  8. package/dist/List.js +276 -241
  9. package/dist/Modal.js +1 -1
  10. package/dist/Navigation.js +1 -1
  11. package/dist/Notification.js +1 -1
  12. package/dist/NumberField.js +17 -17
  13. package/dist/{SearchField-BxKrfsvy.js → SearchField-Dbr_5Zy4.js} +1 -1
  14. package/dist/SearchField.js +1 -1
  15. package/dist/Slider.js +1 -1
  16. package/dist/Tabs.js +1 -1
  17. package/dist/styles.css +1 -1
  18. package/dist/types/components/Avatar/Avatar.d.ts +1 -1
  19. package/dist/types/components/Icon/components/icons/IconContractPartner.d.ts +5 -0
  20. package/dist/types/components/Icon/components/icons/IconGrid.d.ts +5 -0
  21. package/dist/types/components/Icon/components/icons/IconList.d.ts +5 -0
  22. package/dist/types/components/Icon/components/icons/IconPayment.d.ts +5 -0
  23. package/dist/types/components/Icon/components/icons/IconRefresh.d.ts +5 -0
  24. package/dist/types/components/Icon/components/icons/index.d.ts +6 -5
  25. package/dist/types/components/Label/stories/Default.stories.d.ts +1 -0
  26. package/dist/types/components/List/model/filter/Filter.d.ts +10 -10
  27. package/dist/types/components/List/model/filter/FilterValue.d.ts +13 -0
  28. package/dist/types/components/List/model/filter/types.d.ts +2 -1
  29. package/dist/types/components/List/model/types.d.ts +7 -2
  30. package/dist/types/components/List/setupComponents/ListFilter.d.ts +4 -2
  31. package/dist/types/components/List/typedList.d.ts +3 -249
  32. package/dist/types/components/Text/stories/Default.stories.d.ts +3 -0
  33. package/package.json +46 -46
  34. package/dist/Button-Bewd_wSa.js +0 -117
@@ -7,7 +7,7 @@ import { P as N } from "./PropsContextProvider-C6Z4XGp6.js";
7
7
  import "@react-aria/utils";
8
8
  import "remeda";
9
9
  import { d } from "./dynamic-ClpUSmEt.js";
10
- import { B as w } from "./Button-Bewd_wSa.js";
10
+ import { B as w } from "./Button-CVDWL-od.js";
11
11
  import "@tabler/icons-react";
12
12
  import "./Icon-CUhvR1IT.js";
13
13
  import { I as y } from "./IconChevronDown-0Qm5hGlw.js";
package/dist/Accordion.js CHANGED
@@ -1,6 +1,6 @@
1
1
  "use client"
2
2
  /* */
3
- import { A as r } from "./Accordion-44t1KJbp.js";
3
+ import { A as r } from "./Accordion-C3Df-FUx.js";
4
4
  export {
5
5
  r as Accordion,
6
6
  r as default
package/dist/Avatar.js CHANGED
@@ -1,9 +1,9 @@
1
1
  "use client"
2
2
  /* */
3
- import i, { isValidElement as p } from "react";
4
- import v from "clsx";
5
- import { C as c } from "./ClearPropsContext-CUvsbMn8.js";
6
- import { P as f } from "./PropsContextProvider-C6Z4XGp6.js";
3
+ import s, { isValidElement as v } from "react";
4
+ import p from "clsx";
5
+ import { C as f } from "./ClearPropsContext-CUvsbMn8.js";
6
+ import { P as c } from "./PropsContextProvider-C6Z4XGp6.js";
7
7
  import "@react-aria/utils";
8
8
  import "./propsContext-DzAKlmhS.js";
9
9
  import "remeda";
@@ -21,22 +21,23 @@ const C = "flow--avatar", h = "flow--avatar--icon", x = "flow--avatar--initials"
21
21
  "variant-1": "flow--avatar--variant-1",
22
22
  "variant-2": "flow--avatar--variant-2",
23
23
  "variant-3": "flow--avatar--variant-3",
24
- "variant-4": "flow--avatar--variant-4"
24
+ "variant-4": "flow--avatar--variant-4",
25
+ "variant-5": "flow--avatar--variant-5"
25
26
  }, u = (o) => {
26
27
  const a = [];
27
28
  z(o, (t) => {
28
- p(t) ? a.push({
29
+ v(t) ? a.push({
29
30
  props: t.props,
30
31
  type: t.type
31
32
  }) : a.push(t);
32
33
  });
33
- const s = w(a);
34
- return Math.abs(s % 4) + 1;
34
+ const i = w(a);
35
+ return Math.abs(i % 4) + 1;
35
36
  }, $ = d("Avatar", (o) => {
36
- const { children: a, className: s, variant: t, size: e = "m", refProp: n } = o, l = v(
37
+ const { children: a, className: i, variant: t, size: e = "m", refProp: n } = o, l = p(
37
38
  r.avatar,
38
39
  r[`size-${e}`],
39
- s,
40
+ i,
40
41
  r[`variant-${t ?? u(a)}`]
41
42
  ), m = {
42
43
  Initials: {
@@ -46,7 +47,7 @@ const C = "flow--avatar", h = "flow--avatar--icon", x = "flow--avatar--initials"
46
47
  className: r.icon
47
48
  }
48
49
  };
49
- return /* @__PURE__ */ i.createElement(c, null, /* @__PURE__ */ i.createElement("div", { className: l, ref: n }, /* @__PURE__ */ i.createElement(f, { props: m }, a)));
50
+ return /* @__PURE__ */ s.createElement(f, null, /* @__PURE__ */ s.createElement("div", { className: l, ref: n }, /* @__PURE__ */ s.createElement(c, { props: m }, a)));
50
51
  });
51
52
  export {
52
53
  $ as Avatar,
@@ -0,0 +1,129 @@
1
+ "use client"
2
+ /* */
3
+ import o, { useEffect as F } from "react";
4
+ import * as E from "react-aria-components";
5
+ import y from "clsx";
6
+ import { C } from "./ClearPropsContext-CUvsbMn8.js";
7
+ import { P as h } from "./PropsContextProvider-C6Z4XGp6.js";
8
+ import "@react-aria/utils";
9
+ import "./propsContext-DzAKlmhS.js";
10
+ import "remeda";
11
+ import "@tabler/icons-react";
12
+ import "./Icon-CUhvR1IT.js";
13
+ import { I, a as N } from "./IconSucceeded-DLE96uUC.js";
14
+ import { W as f } from "./Wrap-DGT1h1o3.js";
15
+ import { T as B } from "./Text-DQmfbsPC.js";
16
+ import { f as k } from "./flowComponent-COVzhVCB.js";
17
+ import { L as A } from "./LoadingSpinner-BwRfUBmo.js";
18
+ import { useLocalizedStringFormatter as D } from "react-aria";
19
+ import { useLiveRegion as T } from "@chakra-ui/live-region";
20
+ const z = "flow--button", L = "flow--button--content", R = "flow--button--state-icon", K = "flow--button--avatar", U = "flow--button--icon", W = "flow--button--text", $ = "flow--button--counter-badge", j = "flow--button--is-succeeded", q = "flow--button--is-failed", G = "flow--button--is-pending", H = "flow--button--plain", J = "flow--button--primary", M = "flow--button--solid", O = "flow--button--aria-disabled", Q = "flow--button--accent", V = "flow--button--danger", X = "flow--button--secondary", Y = "flow--button--dark", Z = "flow--button--light", _ = "flow--button--soft", t = {
21
+ button: z,
22
+ content: L,
23
+ stateIcon: R,
24
+ avatar: K,
25
+ icon: U,
26
+ text: W,
27
+ counterBadge: $,
28
+ isSucceeded: j,
29
+ isFailed: q,
30
+ isPending: G,
31
+ plain: H,
32
+ "size-s": "flow--button--size-s",
33
+ primary: J,
34
+ solid: M,
35
+ ariaDisabled: O,
36
+ accent: Q,
37
+ danger: V,
38
+ secondary: X,
39
+ dark: Y,
40
+ light: Z,
41
+ soft: _
42
+ }, ee = { "de-DE": {
43
+ "action.isFailed": "Fehlgeschlagen",
44
+ "action.isPending": "Ausstehend...",
45
+ "action.isSucceeded": "Erfolgreich"
46
+ }, "en-EN": {
47
+ "action.isFailed": "Failed",
48
+ "action.isPending": "Pending...",
49
+ "action.isSucceeded": "Succeeded"
50
+ } }, te = (e, r = {}) => {
51
+ const i = D(ee), {
52
+ isPendingText: s = i.format("action.isPending"),
53
+ isSucceededText: c = i.format("action.isSucceeded"),
54
+ isFailedText: a = i.format("action.isFailed")
55
+ } = r, n = T({
56
+ "aria-live": "polite",
57
+ "aria-atomic": !1,
58
+ "aria-relevant": "text additions",
59
+ role: "status"
60
+ });
61
+ F(() => {
62
+ e === "isPending" ? n.speak(s) : e === "isSucceeded" ? n.speak(c) : e === "isFailed" && n.speak(a);
63
+ }, [e]);
64
+ }, oe = (e) => ((e.isPending || e.isSucceeded || e.isFailed || e["aria-disabled"]) && (e = { ...e }, e.onPress = void 0, e.onPressStart = void 0, e.onPressEnd = void 0, e.onPressChange = void 0, e.onPressUp = void 0, e.onKeyDown = void 0, e.onKeyUp = void 0), e), Se = k("Button", (e) => {
65
+ e = oe(e);
66
+ const {
67
+ color: r = "primary",
68
+ variant: i = "solid",
69
+ children: s,
70
+ className: c,
71
+ size: a = "m",
72
+ isPending: n,
73
+ isSucceeded: d,
74
+ isFailed: l,
75
+ "aria-disabled": g,
76
+ refProp: b,
77
+ slot: ne,
78
+ ariaSlot: P,
79
+ unstyled: m,
80
+ ...w
81
+ } = e, v = m ? c : y(
82
+ t.button,
83
+ n && t.isPending,
84
+ d && t.isSucceeded,
85
+ l && t.isFailed,
86
+ t[`size-${a}`],
87
+ t[r],
88
+ t[i],
89
+ c,
90
+ /**
91
+ * Workaround warning: The Aria.Button does not support "aria-disabled"
92
+ * by now, so this Button will be visually disabled via CSS.
93
+ */
94
+ g && t.ariaDisabled
95
+ );
96
+ te(
97
+ n ? "isPending" : d ? "isSucceeded" : l ? "isFailed" : "isIdle"
98
+ );
99
+ const p = {
100
+ Icon: {
101
+ className: t.icon,
102
+ "aria-hidden": !0,
103
+ size: a
104
+ },
105
+ Text: {
106
+ className: t.text
107
+ },
108
+ Avatar: {
109
+ className: t.avatar
110
+ },
111
+ CounterBadge: {
112
+ className: t.counterBadge
113
+ }
114
+ }, u = d ? I : l ? N : n ? A : void 0, S = u && /* @__PURE__ */ o.createElement(u, { size: a, className: t.stateIcon }), x = typeof s == "string";
115
+ return /* @__PURE__ */ o.createElement(C, null, /* @__PURE__ */ o.createElement(
116
+ E.Button,
117
+ {
118
+ className: v,
119
+ ref: b,
120
+ slot: P,
121
+ ...w
122
+ },
123
+ /* @__PURE__ */ o.createElement(h, { props: p }, /* @__PURE__ */ o.createElement(f, { if: !m }, /* @__PURE__ */ o.createElement("span", { className: t.content }, /* @__PURE__ */ o.createElement(f, { if: x }, /* @__PURE__ */ o.createElement(B, null, s))))),
124
+ S
125
+ ));
126
+ });
127
+ export {
128
+ Se as B
129
+ };
package/dist/Button.js CHANGED
@@ -1,6 +1,6 @@
1
1
  "use client"
2
2
  /* */
3
- import { B as o } from "./Button-Bewd_wSa.js";
3
+ import { B as o } from "./Button-CVDWL-od.js";
4
4
  export {
5
5
  o as Button,
6
6
  o as default
@@ -1,30 +1,39 @@
1
1
  "use client"
2
2
  /* */
3
3
  import o from "react";
4
- import a from "copy-to-clipboard";
5
- import { B as i } from "./Button-Bewd_wSa.js";
4
+ import i from "copy-to-clipboard";
5
+ import { B as l } from "./Button-CVDWL-od.js";
6
6
  import "@tabler/icons-react";
7
7
  import "./Icon-CUhvR1IT.js";
8
8
  import { I as c } from "./IconCopy-CWGdqxzm.js";
9
- import { useLocalizedStringFormatter as l } from "react-aria";
10
- import { a as s, T as f } from "./TooltipTrigger-TslkLN5s.js";
11
- import { onlyText as u } from "react-children-utilities";
12
- import { C as y } from "./ClearPropsContext-CUvsbMn8.js";
9
+ import { useLocalizedStringFormatter as s } from "react-aria";
10
+ import { a as f, T as u } from "./TooltipTrigger-TslkLN5s.js";
11
+ import { onlyText as y } from "react-children-utilities";
12
+ import { C } from "./ClearPropsContext-CUvsbMn8.js";
13
13
  import "./propsContext-DzAKlmhS.js";
14
14
  import "@react-aria/utils";
15
15
  import "remeda";
16
16
  import "dot-prop";
17
- import { f as C } from "./flowComponent-COVzhVCB.js";
18
- import { A as E } from "./Action-B9iiMUXq.js";
19
- const B = { "de-DE": {
17
+ import { f as E } from "./flowComponent-COVzhVCB.js";
18
+ import { A as B } from "./Action-B9iiMUXq.js";
19
+ const g = { "de-DE": {
20
20
  "copyButton.copy": "Kopieren"
21
21
  }, "en-EN": {
22
22
  "copyButton.copy": "Copy"
23
- } }, R = C("CopyButton", (r) => {
24
- const { text: e, refProp: m, ...p } = r, t = l(B).format("copyButton.copy"), n = () => {
25
- a(u(e));
23
+ } }, R = E("CopyButton", (r) => {
24
+ const { text: e, refProp: n, variant: p = "plain", ...m } = r, t = s(g).format("copyButton.copy"), a = () => {
25
+ i(y(e));
26
26
  };
27
- return /* @__PURE__ */ o.createElement(y, null, /* @__PURE__ */ o.createElement(s, null, /* @__PURE__ */ o.createElement(E, { action: n, showFeedback: !0 }, /* @__PURE__ */ o.createElement(i, { "aria-label": t, ...p, ref: m }, /* @__PURE__ */ o.createElement(c, null))), /* @__PURE__ */ o.createElement(f, null, t)));
27
+ return /* @__PURE__ */ o.createElement(C, null, /* @__PURE__ */ o.createElement(f, null, /* @__PURE__ */ o.createElement(B, { action: a, showFeedback: !0 }, /* @__PURE__ */ o.createElement(
28
+ l,
29
+ {
30
+ "aria-label": t,
31
+ ...m,
32
+ ref: n,
33
+ variant: p
34
+ },
35
+ /* @__PURE__ */ o.createElement(c, null)
36
+ )), /* @__PURE__ */ o.createElement(u, null, t)));
28
37
  });
29
38
  export {
30
39
  R as CopyButton,
package/dist/Icons.js CHANGED
@@ -1,26 +1,26 @@
1
1
  "use client"
2
2
  /* */
3
3
  import n from "react";
4
- import { IconAppWindow as o, IconArrowLeft as l, IconClock as c, IconCamera as a, IconClipboardList as r, IconChevronLeft as I, IconCode as m, IconFileInfo as s, IconCreditCard as E, IconCalendarCheck as i, IconBuilding as u, IconLayoutBoard as p, IconDatabase as d, IconCalendar as C, IconTrash as h, IconWorld as f, IconEdit as x, IconMail as S, IconPuzzle as k, IconExternalLink as L, IconFilter as $, IconEyeCancel as g, IconHome as v, IconInbox as b, IconFileEuro as M, IconList as w, IconLock as F, IconLockOpen as z, IconPower as D, IconMaximize as P, IconUsersGroup as H, IconMenu2 as O, IconMinimize as y, IconBell as B, IconHash as T, IconShoppingCart as A, IconChartHistogram as R, IconArchive as U, IconDice3 as V, IconDeviceFloppy as j, IconListSearch as W, IconServer as G, IconSettings as N, IconShare3 as X, IconEye as q, IconAdjustmentsHorizontal as J, IconShield as K, IconShieldCheckFilled as Q, IconDoor as Y, IconStar as Z, IconStarFilled as _, IconSubtask as ee, IconHeadset as ne, IconFileX as te, IconTicket as ce, IconLayoutGrid as oe, IconUser as le } from "@tabler/icons-react";
4
+ import { IconAppWindow as c, IconArrowLeft as o, IconHistory as l, IconCamera as a, IconClipboardList as r, IconChevronLeft as I, IconClock as m, IconCode as s, IconFileDescription as E, IconFileInfo as i, IconCalendarCheck as u, IconBuilding as p, IconBorderAll as d, IconDatabase as C, IconCalendar as f, IconTrash as h, IconWorld as x, IconEdit as S, IconMail as k, IconPuzzle as $, IconExternalLink as L, IconFilter as g, IconLayoutGrid as v, IconEyeOff as b, IconHome as M, IconInbox as F, IconFileEuro as w, IconList as z, IconLock as D, IconLockOpen as P, IconPower as H, IconMaximize as O, IconUsersGroup as y, IconMenu2 as R, IconMinimize as A, IconBell as B, IconHash as T, IconShoppingCart as U, IconCreditCard as j, IconChartHistogram as G, IconArchive as V, IconRefresh as W, IconDeviceFloppy as N, IconListSearch as X, IconServer as q, IconSettings as J, IconShare3 as K, IconEye as Q, IconAdjustmentsHorizontal as Y, IconShield as Z, IconShieldCheckFilled as _, IconDoor as ee, IconStar as ne, IconStarFilled as te, IconSubtask as ce, IconHeadset as oe, IconFileX as le, IconTicket as ae, IconUser as re } from "@tabler/icons-react";
5
5
  import { I as t } from "./Icon-CUhvR1IT.js";
6
- import { I as hn } from "./IconCheck-Baz3lkPw.js";
7
- import { I as xn, a as Sn } from "./IconCheckboxEmpty-CsDSdQbR.js";
8
- import { I as Ln } from "./IconCheckboxIndeterminate-CiRBKhOR.js";
9
- import { I as gn } from "./IconChevronDown-0Qm5hGlw.js";
10
- import { I as bn } from "./IconChevronRight-DV5yxS6Q.js";
11
- import { I as wn } from "./IconChevronUp-BMWrCjp3.js";
12
- import { I as zn } from "./IconClose-BHf4btna.js";
13
- import { I as Pn } from "./IconContextMenu-C9_95BDt.js";
14
- import { I as On } from "./IconCopy-CWGdqxzm.js";
15
- import { I as Bn } from "./IconDanger-DFMRrq2m.js";
16
- import { a as An, I as Rn } from "./IconSucceeded-DLE96uUC.js";
17
- import { I as Vn } from "./IconInfo-BqmpjObo.js";
18
- import { I as Wn, a as Gn } from "./IconPlus-BWI6sp0-.js";
19
- import { I as Xn } from "./IconPending-MprHiXiv.js";
20
- import { a as Jn, I as Kn } from "./IconRadioOn-CVwFv8s0.js";
21
- import { I as Yn } from "./IconSearch-D6QHaNuF.js";
22
- import { I as _n, a as et } from "./IconWarning-DY_gujxC.js";
23
- const me = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(o, null)), se = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(l, null)), Ee = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(c, null)), ie = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(a, null)), ue = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(r, null)), pe = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(I, null)), de = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(m, null)), Ce = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(s, null)), he = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(E, null)), fe = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(i, null)), xe = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(u, null)), Se = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(p, null)), ke = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(d, null)), Le = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(C, null)), $e = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(h, null)), ge = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(f, null)), ve = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(x, null)), be = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(S, null)), Me = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(k, null)), we = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(L, null)), Fe = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement($, null)), ze = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(g, null)), De = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(v, null)), Pe = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(b, null)), He = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(M, null)), Oe = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(w, null)), ye = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(F, null)), Be = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(z, null)), Te = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(D, null)), Ae = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(P, null)), Re = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(H, null)), Ue = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(O, null)), Ve = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(y, null)), je = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(B, null)), We = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(T, null)), Ge = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(A, null)), Ne = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(R, null)), Xe = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(U, null)), qe = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(V, null)), Je = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(j, null)), Ke = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(W, null)), Qe = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(G, null)), Ye = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(N, null)), Ze = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(X, null)), _e = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(q, null)), en = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(J, null)), nn = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(K, null)), tn = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(Q, null)), cn = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(Y, null)), on = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(Z, null)), ln = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(_, null)), an = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(ee, null)), rn = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(ne, null)), In = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(te, null)), mn = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(ce, null)), sn = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(oe, null)), En = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(c, null)), un = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(le, null)), pn = (e) => /* @__PURE__ */ n.createElement(
6
+ import { I as Sn } from "./IconCheck-Baz3lkPw.js";
7
+ import { I as $n, a as Ln } from "./IconCheckboxEmpty-CsDSdQbR.js";
8
+ import { I as vn } from "./IconCheckboxIndeterminate-CiRBKhOR.js";
9
+ import { I as Mn } from "./IconChevronDown-0Qm5hGlw.js";
10
+ import { I as wn } from "./IconChevronRight-DV5yxS6Q.js";
11
+ import { I as Dn } from "./IconChevronUp-BMWrCjp3.js";
12
+ import { I as Hn } from "./IconClose-BHf4btna.js";
13
+ import { I as yn } from "./IconContextMenu-C9_95BDt.js";
14
+ import { I as An } from "./IconCopy-CWGdqxzm.js";
15
+ import { I as Tn } from "./IconDanger-DFMRrq2m.js";
16
+ import { a as jn, I as Gn } from "./IconSucceeded-DLE96uUC.js";
17
+ import { I as Wn } from "./IconInfo-BqmpjObo.js";
18
+ import { I as Xn, a as qn } from "./IconPlus-BWI6sp0-.js";
19
+ import { I as Kn } from "./IconPending-MprHiXiv.js";
20
+ import { a as Yn, I as Zn } from "./IconRadioOn-CVwFv8s0.js";
21
+ import { I as et } from "./IconSearch-D6QHaNuF.js";
22
+ import { I as tt, a as ct } from "./IconWarning-DY_gujxC.js";
23
+ const Ee = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(c, null)), ie = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(o, null)), ue = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(l, null)), pe = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(a, null)), de = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(r, null)), Ce = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(I, null)), fe = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(m, null)), he = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(s, null)), xe = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(E, null)), Se = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(i, null)), ke = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(u, null)), $e = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(p, null)), Le = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(d, null)), ge = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(C, null)), ve = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(f, null)), be = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(h, null)), Me = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(x, null)), Fe = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(S, null)), we = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(k, null)), ze = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement($, null)), De = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(L, null)), Pe = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(g, null)), He = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(v, null)), Oe = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(b, null)), ye = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(M, null)), Re = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(F, null)), Ae = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(w, null)), Be = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(z, null)), Te = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(D, null)), Ue = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(P, null)), je = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(H, null)), Ge = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(O, null)), Ve = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(y, null)), We = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(R, null)), Ne = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(A, null)), Xe = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(B, null)), qe = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(T, null)), Je = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(U, null)), Ke = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(j, null)), Qe = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(G, null)), Ye = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(V, null)), Ze = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(W, null)), _e = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(N, null)), en = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(X, null)), nn = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(q, null)), tn = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(J, null)), cn = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(K, null)), on = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(Q, null)), ln = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(Y, null)), an = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(Z, null)), rn = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(_, null)), In = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(ee, null)), mn = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(ne, null)), sn = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(te, null)), En = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(ce, null)), un = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(oe, null)), pn = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(le, null)), dn = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(ae, null)), Cn = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(re, null)), fn = (e) => /* @__PURE__ */ n.createElement(
24
24
  t,
25
25
  {
26
26
  ...e
@@ -32,85 +32,86 @@ const me = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n
32
32
  `
33
33
  );
34
34
  export {
35
- me as IconApp,
36
- se as IconBackLink,
37
- Ee as IconBackup,
38
- Le as IconCalendar,
39
- ie as IconCamera,
40
- ue as IconChangelog,
41
- hn as IconCheck,
42
- xn as IconCheckboxChecked,
43
- Sn as IconCheckboxEmpty,
44
- Ln as IconCheckboxIndeterminate,
45
- gn as IconChevronDown,
46
- pe as IconChevronLeft,
47
- bn as IconChevronRight,
48
- wn as IconChevronUp,
49
- En as IconClock,
50
- zn as IconClose,
51
- de as IconCode,
52
- Pn as IconContextMenu,
53
- Ce as IconContractPosition,
54
- On as IconCopy,
55
- he as IconCredit,
56
- fe as IconCronjob,
57
- xe as IconCustomer,
58
- Bn as IconDanger,
59
- Se as IconDashboard,
60
- ke as IconDatabase,
61
- $e as IconDelete,
62
- ge as IconDomain,
63
- ve as IconEdit,
64
- be as IconEmail,
65
- Me as IconExtension,
66
- we as IconExternalLink,
67
- An as IconFailed,
68
- Fe as IconFilter,
69
- ze as IconHide,
70
- De as IconHome,
71
- Pe as IconInbox,
72
- Vn as IconInfo,
73
- He as IconInvoice,
74
- Oe as IconListView,
75
- ye as IconLock,
76
- Be as IconLockOpen,
77
- Te as IconLogout,
78
- Ae as IconMaximize,
79
- Re as IconMember,
80
- Ue as IconMenu,
81
- Ve as IconMinimize,
82
- Wn as IconMinus,
83
- pn as IconMittwald,
84
- je as IconNotification,
85
- We as IconNumber,
86
- Ge as IconOrder,
87
- Xn as IconPending,
88
- Ne as IconPerformance,
89
- Gn as IconPlus,
90
- Xe as IconProject,
91
- Jn as IconRadioOff,
92
- Kn as IconRadioOn,
93
- qe as IconRandom,
94
- Je as IconSave,
95
- Yn as IconSearch,
96
- Ke as IconSearchEngine,
97
- Qe as IconServer,
98
- Ye as IconSettings,
99
- Ze as IconShare,
100
- _e as IconShow,
101
- en as IconSorting,
102
- nn as IconSpamProtectionOff,
103
- tn as IconSpamProtectionOn,
104
- cn as IconSshSftp,
105
- on as IconStar,
106
- ln as IconStarFilled,
107
- an as IconSubdomain,
108
- Rn as IconSucceeded,
109
- _n as IconSuccess,
110
- rn as IconSupport,
111
- In as IconTerminate,
112
- mn as IconTicket,
113
- sn as IconTileView,
114
- un as IconUser,
115
- et as IconWarning
35
+ Ee as IconApp,
36
+ ie as IconBackLink,
37
+ ue as IconBackup,
38
+ ve as IconCalendar,
39
+ pe as IconCamera,
40
+ de as IconChangelog,
41
+ Sn as IconCheck,
42
+ $n as IconCheckboxChecked,
43
+ Ln as IconCheckboxEmpty,
44
+ vn as IconCheckboxIndeterminate,
45
+ Mn as IconChevronDown,
46
+ Ce as IconChevronLeft,
47
+ wn as IconChevronRight,
48
+ Dn as IconChevronUp,
49
+ fe as IconClock,
50
+ Hn as IconClose,
51
+ he as IconCode,
52
+ yn as IconContextMenu,
53
+ xe as IconContractPartner,
54
+ Se as IconContractPosition,
55
+ An as IconCopy,
56
+ ke as IconCronjob,
57
+ $e as IconCustomer,
58
+ Tn as IconDanger,
59
+ Le as IconDashboard,
60
+ ge as IconDatabase,
61
+ be as IconDelete,
62
+ Me as IconDomain,
63
+ Fe as IconEdit,
64
+ we as IconEmail,
65
+ ze as IconExtension,
66
+ De as IconExternalLink,
67
+ jn as IconFailed,
68
+ Pe as IconFilter,
69
+ He as IconGrid,
70
+ Oe as IconHide,
71
+ ye as IconHome,
72
+ Re as IconInbox,
73
+ Wn as IconInfo,
74
+ Ae as IconInvoice,
75
+ Be as IconList,
76
+ Te as IconLock,
77
+ Ue as IconLockOpen,
78
+ je as IconLogout,
79
+ Ge as IconMaximize,
80
+ Ve as IconMember,
81
+ We as IconMenu,
82
+ Ne as IconMinimize,
83
+ Xn as IconMinus,
84
+ fn as IconMittwald,
85
+ Xe as IconNotification,
86
+ qe as IconNumber,
87
+ Je as IconOrder,
88
+ Ke as IconPayment,
89
+ Kn as IconPending,
90
+ Qe as IconPerformance,
91
+ qn as IconPlus,
92
+ Ye as IconProject,
93
+ Yn as IconRadioOff,
94
+ Zn as IconRadioOn,
95
+ Ze as IconRefresh,
96
+ _e as IconSave,
97
+ et as IconSearch,
98
+ en as IconSearchEngine,
99
+ nn as IconServer,
100
+ tn as IconSettings,
101
+ cn as IconShare,
102
+ on as IconShow,
103
+ ln as IconSorting,
104
+ an as IconSpamProtectionOff,
105
+ rn as IconSpamProtectionOn,
106
+ In as IconSshSftp,
107
+ mn as IconStar,
108
+ sn as IconStarFilled,
109
+ En as IconSubdomain,
110
+ Gn as IconSucceeded,
111
+ tt as IconSuccess,
112
+ un as IconSupport,
113
+ pn as IconTerminate,
114
+ dn as IconTicket,
115
+ Cn as IconUser,
116
+ ct as IconWarning
116
117
  };