@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.
- package/dist/{Accordion-44t1KJbp.js → Accordion-C3Df-FUx.js} +1 -1
- package/dist/Accordion.js +1 -1
- package/dist/Avatar.js +12 -11
- package/dist/Button-CVDWL-od.js +129 -0
- package/dist/Button.js +1 -1
- package/dist/CopyButton.js +22 -13
- package/dist/Icons.js +101 -100
- package/dist/List.js +276 -241
- package/dist/Modal.js +1 -1
- package/dist/Navigation.js +1 -1
- package/dist/Notification.js +1 -1
- package/dist/NumberField.js +17 -17
- package/dist/{SearchField-BxKrfsvy.js → SearchField-Dbr_5Zy4.js} +1 -1
- package/dist/SearchField.js +1 -1
- package/dist/Slider.js +1 -1
- package/dist/Tabs.js +1 -1
- package/dist/styles.css +1 -1
- package/dist/types/components/Avatar/Avatar.d.ts +1 -1
- package/dist/types/components/Icon/components/icons/IconContractPartner.d.ts +5 -0
- package/dist/types/components/Icon/components/icons/IconGrid.d.ts +5 -0
- package/dist/types/components/Icon/components/icons/IconList.d.ts +5 -0
- package/dist/types/components/Icon/components/icons/IconPayment.d.ts +5 -0
- package/dist/types/components/Icon/components/icons/IconRefresh.d.ts +5 -0
- package/dist/types/components/Icon/components/icons/index.d.ts +6 -5
- package/dist/types/components/Label/stories/Default.stories.d.ts +1 -0
- package/dist/types/components/List/model/filter/Filter.d.ts +10 -10
- package/dist/types/components/List/model/filter/FilterValue.d.ts +13 -0
- package/dist/types/components/List/model/filter/types.d.ts +2 -1
- package/dist/types/components/List/model/types.d.ts +7 -2
- package/dist/types/components/List/setupComponents/ListFilter.d.ts +4 -2
- package/dist/types/components/List/typedList.d.ts +3 -249
- package/dist/types/components/Text/stories/Default.stories.d.ts +3 -0
- package/package.json +46 -46
- 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-
|
|
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
package/dist/Avatar.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use client"
|
|
2
2
|
/* */
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import { C as
|
|
6
|
-
import { P as
|
|
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
|
-
|
|
29
|
+
v(t) ? a.push({
|
|
29
30
|
props: t.props,
|
|
30
31
|
type: t.type
|
|
31
32
|
}) : a.push(t);
|
|
32
33
|
});
|
|
33
|
-
const
|
|
34
|
-
return Math.abs(
|
|
34
|
+
const i = w(a);
|
|
35
|
+
return Math.abs(i % 4) + 1;
|
|
35
36
|
}, $ = d("Avatar", (o) => {
|
|
36
|
-
const { children: a, className:
|
|
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
|
-
|
|
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__ */
|
|
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
package/dist/CopyButton.js
CHANGED
|
@@ -1,30 +1,39 @@
|
|
|
1
1
|
"use client"
|
|
2
2
|
/* */
|
|
3
3
|
import o from "react";
|
|
4
|
-
import
|
|
5
|
-
import { B as
|
|
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
|
|
10
|
-
import { a as
|
|
11
|
-
import { onlyText as
|
|
12
|
-
import { C
|
|
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
|
|
18
|
-
import { A as
|
|
19
|
-
const
|
|
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 =
|
|
24
|
-
const { text: e, refProp:
|
|
25
|
-
|
|
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(
|
|
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
|
|
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
|
|
7
|
-
import { I as
|
|
8
|
-
import { I as
|
|
9
|
-
import { I as
|
|
10
|
-
import { I as
|
|
11
|
-
import { I as
|
|
12
|
-
import { I as
|
|
13
|
-
import { I as
|
|
14
|
-
import { I as
|
|
15
|
-
import { I as
|
|
16
|
-
import { a as
|
|
17
|
-
import { I as
|
|
18
|
-
import { I as
|
|
19
|
-
import { I as
|
|
20
|
-
import { a as
|
|
21
|
-
import { I as
|
|
22
|
-
import { I as
|
|
23
|
-
const
|
|
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
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
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
|
};
|