@mittwald/flow-react-components 0.1.0-alpha.56 → 0.1.0-alpha.58
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/ButtonGroup.js +13 -13
- package/dist/{Checkbox-DBT4VBSr.js → Checkbox-gCtHl4pE.js} +8 -7
- package/dist/Checkbox.js +1 -1
- package/dist/{CheckboxButton-CoEvnLRt.js → CheckboxButton-CW6TfZFj.js} +1 -1
- package/dist/CheckboxButton.js +1 -1
- package/dist/CheckboxGroup.js +1 -1
- package/dist/ContextMenu.js +7 -24
- package/dist/ContextMenuItem-DDPBrwII.js +67 -0
- package/dist/IconCheckboxEmpty-BNFRkCm2.js +10 -0
- package/dist/IconCheckboxIndeterminate-Bsk1h92j.js +9 -0
- package/dist/IconChevronDown-C3dBD472.js +9 -0
- package/dist/IconPlus-DXNLmWa2.js +11 -0
- package/dist/Icons.js +69 -67
- package/dist/List.js +366 -276
- package/dist/NumberField.js +7 -7
- package/dist/styles.css +1 -1
- package/dist/types/components/Button/Button.d.ts +1 -1
- package/dist/types/components/Content/Content.d.ts +1 -1
- package/dist/types/components/ContextMenu/ContextMenu.d.ts +2 -2
- package/dist/types/components/ContextMenu/components/ContextMenuItem/ContextMenuItem.d.ts +2 -2
- package/dist/types/components/ContextMenu/components/ContextMenuItem/ContextMenuItemContent.d.ts +6 -0
- package/dist/types/components/ContextMenu/stories/Default.stories.d.ts +2 -0
- package/dist/types/components/CopyButton/CopyButton.d.ts +1 -1
- package/dist/types/components/FieldError/FieldError.d.ts +1 -1
- package/dist/types/components/Header/Header.d.ts +1 -1
- package/dist/types/components/Icon/Icon.d.ts +1 -1
- package/dist/types/components/Icon/components/icons/IconSubdomain.d.ts +5 -0
- package/dist/types/components/Icon/components/icons/index.d.ts +1 -0
- package/dist/types/components/Image/Image.d.ts +1 -1
- package/dist/types/components/Initials/Initials.d.ts +1 -1
- package/dist/types/components/InlineAlert/InlineAlert.d.ts +1 -1
- package/dist/types/components/Label/Label.d.ts +1 -1
- package/dist/types/components/LayoutCard/LayoutCard.d.ts +1 -1
- package/dist/types/components/Link/Link.d.ts +1 -2
- package/dist/types/components/List/List.d.ts +3 -4
- package/dist/types/components/List/components/Footer/Footer/Footer.d.ts +4 -0
- package/dist/types/components/List/components/Footer/Footer/index.d.ts +4 -0
- package/dist/types/components/List/components/{PaginationInfos → Footer/PaginationInfos}/PaginationInfos.d.ts +1 -1
- package/dist/types/components/List/components/Footer/ShowNextBatchButton/ShowNextBatchButton.d.ts +5 -0
- package/dist/types/components/List/components/Footer/ShowNextBatchButton/index.d.ts +4 -0
- package/dist/types/components/List/components/Header/ActiveFilters/ActiveFilters.d.ts +4 -0
- package/dist/types/components/List/components/Header/ActiveFilters/index.d.ts +4 -0
- package/dist/types/components/List/components/Header/FilterPicker/FilterPicker.d.ts +9 -0
- package/dist/types/components/List/components/{Items/Items.d.ts → Header/Header/Header.d.ts} +2 -2
- package/dist/types/components/List/components/Header/Header/index.d.ts +4 -0
- package/dist/types/components/List/components/{ListFilter.d.ts → Header/ListFilter.d.ts} +1 -1
- package/dist/types/components/List/components/{ListSorting.d.ts → Header/ListSorting.d.ts} +1 -1
- package/dist/types/components/List/components/{FilterBar/components → Header}/SortingPickerItem/SortingPickerItem.d.ts +2 -2
- package/dist/types/components/List/components/{Item → Items/Item}/FallbackRenderer.d.ts +1 -1
- package/dist/types/components/List/components/{Item → Items/Item}/Item.d.ts +1 -1
- package/dist/types/components/List/components/{Item → Items/Item}/index.d.ts +1 -0
- package/dist/types/components/List/components/{FilterBar/FilterBar.d.ts → Items/ItemList/ItemList.d.ts} +2 -2
- package/dist/types/components/List/components/Items/ItemList/index.d.ts +4 -0
- package/dist/types/components/List/components/{ListItemView.d.ts → Items/ListItemView.d.ts} +1 -1
- package/dist/types/components/List/index.d.ts +3 -3
- package/dist/types/components/List/model/List.d.ts +6 -3
- package/dist/types/components/List/model/filter/Filter.d.ts +4 -0
- package/dist/types/components/List/model/filter/types.d.ts +1 -0
- package/dist/types/components/List/model/loading/IncrementalLoader.d.ts +2 -3
- package/dist/types/components/List/model/pagination/BatchesController.d.ts +17 -0
- package/dist/types/components/List/model/pagination/types.d.ts +2 -2
- package/dist/types/components/List/model/sorting/Sorting.d.ts +5 -0
- package/dist/types/components/List/model/sorting/types.d.ts +3 -0
- package/dist/types/components/List/model/types.d.ts +2 -3
- package/dist/types/components/List/testData/domainApi.d.ts +25 -0
- package/dist/types/components/RadioGroup/components/Radio/Radio.d.ts +1 -2
- package/dist/types/components/StatusBadge/StatusBadge.d.ts +1 -1
- package/dist/types/components/Switch/Switch.d.ts +1 -1
- package/dist/types/components/Text/Text.d.ts +1 -1
- package/dist/types/lib/react/components/Translate/Translate.d.ts +10 -0
- package/dist/types/lib/react/components/Translate/index.d.ts +4 -0
- package/dist/types/lib/types/props.d.ts +1 -3
- package/package.json +4 -4
- package/dist/IconCheckboxIndeterminate-B6FOeb87.js +0 -11
- package/dist/IconChevronUp-DJu_PD8w.js +0 -10
- package/dist/IconPlus-BZwxakYk.js +0 -10
- package/dist/types/components/List/components/FilterBar/components/FilterPicker/FilterPicker.d.ts +0 -3
- package/dist/types/components/List/components/FilterBar/components/FilterPickerItem/FilterPickerItem.d.ts +0 -9
- package/dist/types/components/List/components/FilterBar/components/FilterPickerItem/index.d.ts +0 -4
- package/dist/types/components/List/components/FilterBar/index.d.ts +0 -4
- package/dist/types/components/List/components/Items/index.d.ts +0 -4
- package/dist/types/components/List/components/ShowMoreItemsButton/ShowMoreItemsButton.d.ts +0 -5
- package/dist/types/components/List/components/ShowMoreItemsButton/index.d.ts +0 -4
- package/dist/types/components/List/model/pagination/Pagination.d.ts +0 -17
- package/dist/types/components/List/testData/userApi.d.ts +0 -57
- /package/dist/types/components/List/components/{PaginationInfos → Footer/PaginationInfos}/index.d.ts +0 -0
- /package/dist/types/components/List/components/{FilterBar/components → Header}/FilterPicker/index.d.ts +0 -0
- /package/dist/types/components/List/components/{FilterBar/components → Header}/SortingPicker/SortingPicker.d.ts +0 -0
- /package/dist/types/components/List/components/{FilterBar/components → Header}/SortingPicker/index.d.ts +0 -0
- /package/dist/types/components/List/components/{FilterBar/components → Header}/SortingPickerItem/index.d.ts +0 -0
- /package/dist/types/components/List/components/{OptionsButton → Items/OptionsButton}/OptionsButton.d.ts +0 -0
- /package/dist/types/components/List/components/{OptionsButton → Items/OptionsButton}/index.d.ts +0 -0
package/dist/ButtonGroup.js
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
"use client"
|
|
2
2
|
/* */
|
|
3
3
|
import o from "react";
|
|
4
|
-
import { C as
|
|
5
|
-
import { P as
|
|
4
|
+
import { C as u } from "./ClearPropsContext-CD1-9TZA.js";
|
|
5
|
+
import { P as m } from "./PropsContextProvider-BsrVIv1a.js";
|
|
6
6
|
import { u as l } from "./useProps-BEU8ldpP.js";
|
|
7
|
-
import { d
|
|
8
|
-
import
|
|
9
|
-
const f = "flow--button-group",
|
|
7
|
+
import { d } from "./dynamic-ClpUSmEt.js";
|
|
8
|
+
import i from "clsx";
|
|
9
|
+
const f = "flow--button-group", y = "flow--button-group--secondary", t = {
|
|
10
10
|
buttonGroup: f,
|
|
11
|
-
|
|
12
|
-
},
|
|
13
|
-
const { children: e, className: s, ...
|
|
11
|
+
secondary: y
|
|
12
|
+
}, N = (r) => {
|
|
13
|
+
const { children: e, className: s, ...n } = l("ButtonGroup", r), a = i(t.buttonGroup, s), c = {
|
|
14
14
|
Button: {
|
|
15
|
-
className:
|
|
16
|
-
(
|
|
15
|
+
className: d(
|
|
16
|
+
(p) => p.variant === "secondary" ? t.secondary : void 0
|
|
17
17
|
)
|
|
18
18
|
}
|
|
19
19
|
};
|
|
20
|
-
return /* @__PURE__ */ o.createElement(
|
|
20
|
+
return /* @__PURE__ */ o.createElement(u, null, /* @__PURE__ */ o.createElement("div", { ...n, className: a, role: "group" }, /* @__PURE__ */ o.createElement(m, { props: c }, e)));
|
|
21
21
|
};
|
|
22
22
|
export {
|
|
23
|
-
|
|
24
|
-
|
|
23
|
+
N as ButtonGroup,
|
|
24
|
+
N as default
|
|
25
25
|
};
|
|
@@ -10,14 +10,15 @@ import "./propsContext-Dx7WKmmM.js";
|
|
|
10
10
|
import "@react-aria/utils";
|
|
11
11
|
import "remeda";
|
|
12
12
|
import "@mittwald/react-tunnel";
|
|
13
|
-
import { I as x, a as h
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
13
|
+
import { I as x, a as h } from "./IconCheckboxEmpty-BNFRkCm2.js";
|
|
14
|
+
import { I as k } from "./IconCheckboxIndeterminate-Bsk1h92j.js";
|
|
15
|
+
const C = "flow--checkbox", b = "flow--checkbox--icon", o = {
|
|
16
|
+
checkbox: C,
|
|
17
|
+
icon: b
|
|
18
|
+
}, P = (c) => {
|
|
18
19
|
const { children: t, className: r, ...m } = c, a = i(o.checkbox, r);
|
|
19
|
-
return /* @__PURE__ */ e.createElement(p, null, /* @__PURE__ */ e.createElement(l.Checkbox, { ...m, className: a }, ({ isSelected: n, isIndeterminate: s }) => /* @__PURE__ */ e.createElement(e.Fragment, null, n ? /* @__PURE__ */ e.createElement(x, { className: o.icon }) : s ? /* @__PURE__ */ e.createElement(
|
|
20
|
+
return /* @__PURE__ */ e.createElement(p, null, /* @__PURE__ */ e.createElement(l.Checkbox, { ...m, className: a }, ({ isSelected: n, isIndeterminate: s }) => /* @__PURE__ */ e.createElement(e.Fragment, null, n ? /* @__PURE__ */ e.createElement(x, { className: o.icon }) : s ? /* @__PURE__ */ e.createElement(k, { className: o.icon }) : /* @__PURE__ */ e.createElement(h, { className: o.icon }), t)));
|
|
20
21
|
};
|
|
21
22
|
export {
|
|
22
|
-
|
|
23
|
+
P as C
|
|
23
24
|
};
|
package/dist/Checkbox.js
CHANGED
|
@@ -6,7 +6,7 @@ import "./propsContext-Dx7WKmmM.js";
|
|
|
6
6
|
import { P as m } from "./PropsContextProvider-BsrVIv1a.js";
|
|
7
7
|
import "@react-aria/utils";
|
|
8
8
|
import "remeda";
|
|
9
|
-
import { C as b } from "./Checkbox-
|
|
9
|
+
import { C as b } from "./Checkbox-gCtHl4pE.js";
|
|
10
10
|
const p = "flow--checkbox-button", x = "flow--checkbox-button--content", h = "flow--checkbox-button--label", t = {
|
|
11
11
|
checkboxButton: p,
|
|
12
12
|
content: x,
|
package/dist/CheckboxButton.js
CHANGED
package/dist/CheckboxGroup.js
CHANGED
|
@@ -8,7 +8,7 @@ import { P as x } from "./PropsContextProvider-BsrVIv1a.js";
|
|
|
8
8
|
import "@react-aria/utils";
|
|
9
9
|
import "remeda";
|
|
10
10
|
import { F as b } from "./FieldError-BDRDWTgn.js";
|
|
11
|
-
import { C as h } from "./CheckboxButton-
|
|
11
|
+
import { C as h } from "./CheckboxButton-CW6TfZFj.js";
|
|
12
12
|
import { TunnelProvider as C, TunnelExit as t } from "@mittwald/react-tunnel";
|
|
13
13
|
import { s as r } from "./FormField.module-DHK6nIcD.js";
|
|
14
14
|
import { C as k } from "./ColumnLayout-FMONjI17.js";
|
package/dist/ContextMenu.js
CHANGED
|
@@ -1,28 +1,11 @@
|
|
|
1
1
|
"use client"
|
|
2
2
|
/* */
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import { MenuTrigger as
|
|
6
|
-
import { f as u } from "./flowComponent-Dv5hKZam.js";
|
|
7
|
-
import x from "clsx";
|
|
8
|
-
const l = "flow--context-menu", i = "flow--context-menu--menu-list", s = {
|
|
9
|
-
contextMenu: l,
|
|
10
|
-
"popover-slide": "flow--context-menu--popover-slide",
|
|
11
|
-
menuList: i
|
|
12
|
-
}, I = u("ContextMenu", (e) => {
|
|
13
|
-
const { children: t, onAction: n, ...o } = e;
|
|
14
|
-
return /* @__PURE__ */ c.createElement(m.Popover, { className: s.contextMenu, ...o }, /* @__PURE__ */ c.createElement(m.Menu, { className: s.menuList, onAction: n }, t));
|
|
15
|
-
}), a = "flow--context-menu--context-menu-item", f = "flow--context-menu--context-menu-item--icon", M = "flow--context-menu--context-menu-item--text", p = {
|
|
16
|
-
contextMenuItem: a,
|
|
17
|
-
icon: f,
|
|
18
|
-
text: M
|
|
19
|
-
}, N = (e) => {
|
|
20
|
-
const { children: t, className: n, ...o } = e, r = x(p.contextMenuItem, n);
|
|
21
|
-
return /* @__PURE__ */ c.createElement(m.MenuItem, { ...o, className: r }, t);
|
|
22
|
-
};
|
|
3
|
+
import { C as t } from "./ContextMenuItem-DDPBrwII.js";
|
|
4
|
+
import { a as n } from "./ContextMenuItem-DDPBrwII.js";
|
|
5
|
+
import { MenuTrigger as x } from "react-aria-components";
|
|
23
6
|
export {
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
7
|
+
t as ContextMenu,
|
|
8
|
+
n as ContextMenuItem,
|
|
9
|
+
x as ContextMenuTrigger,
|
|
10
|
+
t as default
|
|
28
11
|
};
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
"use client"
|
|
2
|
+
/* */
|
|
3
|
+
import e from "react";
|
|
4
|
+
import * as l from "react-aria-components";
|
|
5
|
+
import { f as x } from "./flowComponent-Dv5hKZam.js";
|
|
6
|
+
import f from "clsx";
|
|
7
|
+
import "./propsContext-Dx7WKmmM.js";
|
|
8
|
+
import { P as d } from "./PropsContextProvider-BsrVIv1a.js";
|
|
9
|
+
import "@react-aria/utils";
|
|
10
|
+
import "remeda";
|
|
11
|
+
import "@tabler/icons-react";
|
|
12
|
+
import "html-react-parser";
|
|
13
|
+
import "@mittwald/react-tunnel";
|
|
14
|
+
import { I as C, a as I } from "./IconCheckboxEmpty-BNFRkCm2.js";
|
|
15
|
+
import { I as M, a as E } from "./IconRadioOn-D9S2_D7W.js";
|
|
16
|
+
import { T as i } from "./Text-Dc6eN_n2.js";
|
|
17
|
+
import { d as h } from "./deepFindOfType-6pG0fH7S.js";
|
|
18
|
+
import { W as w } from "./Wrap-DGT1h1o3.js";
|
|
19
|
+
const N = "flow--context-menu", y = "flow--context-menu--menu-list", u = {
|
|
20
|
+
contextMenu: N,
|
|
21
|
+
"popover-slide": "flow--context-menu--popover-slide",
|
|
22
|
+
menuList: y
|
|
23
|
+
}, D = x("ContextMenu", (n) => {
|
|
24
|
+
const {
|
|
25
|
+
children: t,
|
|
26
|
+
onAction: o,
|
|
27
|
+
selectionMode: c,
|
|
28
|
+
selectedKeys: s,
|
|
29
|
+
defaultSelectedKeys: m,
|
|
30
|
+
onSelectionChange: r,
|
|
31
|
+
...p
|
|
32
|
+
} = n;
|
|
33
|
+
return /* @__PURE__ */ e.createElement(l.Popover, { className: u.contextMenu, ...p }, /* @__PURE__ */ e.createElement(
|
|
34
|
+
l.Menu,
|
|
35
|
+
{
|
|
36
|
+
className: u.menuList,
|
|
37
|
+
onAction: o,
|
|
38
|
+
selectionMode: c,
|
|
39
|
+
selectedKeys: s,
|
|
40
|
+
defaultSelectedKeys: m,
|
|
41
|
+
onSelectionChange: r
|
|
42
|
+
},
|
|
43
|
+
t
|
|
44
|
+
));
|
|
45
|
+
}), T = "flow--context-menu--context-menu-item", v = "flow--context-menu--context-menu-item--icon", P = "flow--context-menu--context-menu-item--text", a = {
|
|
46
|
+
contextMenuItem: T,
|
|
47
|
+
icon: v,
|
|
48
|
+
text: P
|
|
49
|
+
}, g = (n, t) => !!h(n, t), k = (n) => {
|
|
50
|
+
const { selectionMode: t, isSelected: o, children: c } = n, s = {
|
|
51
|
+
Icon: {
|
|
52
|
+
className: a.icon
|
|
53
|
+
},
|
|
54
|
+
Text: {
|
|
55
|
+
className: a.text
|
|
56
|
+
}
|
|
57
|
+
}, m = t === "none" ? null : t === "single" && o ? /* @__PURE__ */ e.createElement(M, null) : t === "single" && !o ? /* @__PURE__ */ e.createElement(E, null) : t === "multiple" && o ? /* @__PURE__ */ e.createElement(C, null) : /* @__PURE__ */ e.createElement(I, null), r = g(c, i);
|
|
58
|
+
return /* @__PURE__ */ e.createElement(d, { props: s }, m, /* @__PURE__ */ e.createElement(w, { if: !r }, /* @__PURE__ */ e.createElement(i, null, c)));
|
|
59
|
+
}, G = (n) => {
|
|
60
|
+
const { children: t, className: o, ...c } = n, s = f(a.contextMenuItem, o);
|
|
61
|
+
return /* @__PURE__ */ e.createElement(l.MenuItem, { ...c, className: s }, (m) => /* @__PURE__ */ e.createElement(k, { ...m }, t));
|
|
62
|
+
};
|
|
63
|
+
export {
|
|
64
|
+
D as C,
|
|
65
|
+
G as a,
|
|
66
|
+
g as d
|
|
67
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use client"
|
|
2
|
+
/* */
|
|
3
|
+
import e from "react";
|
|
4
|
+
import { IconSquareCheckFilled as t, IconSquare as n } from "@tabler/icons-react";
|
|
5
|
+
import { I as o } from "./Icon-DK_xMxr-.js";
|
|
6
|
+
const l = (c) => /* @__PURE__ */ e.createElement(o, { ...c }, /* @__PURE__ */ e.createElement(t, null)), I = (c) => /* @__PURE__ */ e.createElement(o, { ...c }, /* @__PURE__ */ e.createElement(n, null));
|
|
7
|
+
export {
|
|
8
|
+
l as I,
|
|
9
|
+
I as a
|
|
10
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use client"
|
|
2
|
+
/* */
|
|
3
|
+
import e from "react";
|
|
4
|
+
import { IconSquareMinusFilled as t } from "@tabler/icons-react";
|
|
5
|
+
import { I as r } from "./Icon-DK_xMxr-.js";
|
|
6
|
+
const a = (o) => /* @__PURE__ */ e.createElement(r, { ...o }, /* @__PURE__ */ e.createElement(t, null));
|
|
7
|
+
export {
|
|
8
|
+
a as I
|
|
9
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use client"
|
|
2
|
+
/* */
|
|
3
|
+
import o from "react";
|
|
4
|
+
import { IconChevronDown as e } from "@tabler/icons-react";
|
|
5
|
+
import { I as r } from "./Icon-DK_xMxr-.js";
|
|
6
|
+
const a = (n) => /* @__PURE__ */ o.createElement(r, { ...n }, /* @__PURE__ */ o.createElement(e, null));
|
|
7
|
+
export {
|
|
8
|
+
a as I
|
|
9
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use client"
|
|
2
|
+
/* */
|
|
3
|
+
import e from "react";
|
|
4
|
+
import { IconChevronUp as c, IconMinus as t, IconPlus as r } from "@tabler/icons-react";
|
|
5
|
+
import { I as o } from "./Icon-DK_xMxr-.js";
|
|
6
|
+
const m = (n) => /* @__PURE__ */ e.createElement(o, { ...n }, /* @__PURE__ */ e.createElement(c, null)), I = (n) => /* @__PURE__ */ e.createElement(o, { ...n }, /* @__PURE__ */ e.createElement(t, null)), u = (n) => /* @__PURE__ */ e.createElement(o, { ...n }, /* @__PURE__ */ e.createElement(r, null));
|
|
7
|
+
export {
|
|
8
|
+
I,
|
|
9
|
+
m as a,
|
|
10
|
+
u as b
|
|
11
|
+
};
|
package/dist/Icons.js
CHANGED
|
@@ -1,74 +1,76 @@
|
|
|
1
1
|
"use client"
|
|
2
2
|
/* */
|
|
3
3
|
import e from "react";
|
|
4
|
-
import { IconAppWindow as o, IconArrowLeft as l, IconClock as c, IconChevronLeft as a, IconCalendarCheck as r, IconBuilding as I, IconLayoutBoard as m, IconDatabase as s, IconCalendar as E, IconTrash as u, IconWorld as i, IconMail as p, IconExternalLink as f, IconFilter as h, IconEyeCancel as
|
|
4
|
+
import { IconAppWindow as o, IconArrowLeft as l, IconClock as c, IconChevronLeft as a, IconCalendarCheck as r, IconBuilding as I, IconLayoutBoard as m, IconDatabase as s, IconCalendar as E, IconTrash as u, IconWorld as i, IconMail as p, IconExternalLink as f, IconFilter as h, IconEyeCancel as d, IconHome as x, IconList as C, IconPower as S, IconUsersGroup as b, IconBell as k, IconArchive as L, IconDice3 as g, IconSearch as D, IconListSearch as v, IconServer as $, IconSettings as w, IconEye as y, IconAdjustmentsHorizontal as H, IconDoor as A, IconSubtask as B, IconHeadset as F, IconFileX as R, IconLayoutGrid as M } from "@tabler/icons-react";
|
|
5
5
|
import { I as t } from "./Icon-DK_xMxr-.js";
|
|
6
|
-
import { I as
|
|
7
|
-
import { I as Le,
|
|
8
|
-
import { I as
|
|
9
|
-
import { I as we } from "./
|
|
10
|
-
import { I as He } from "./
|
|
11
|
-
import {
|
|
12
|
-
import { I as
|
|
13
|
-
import { I as
|
|
14
|
-
import {
|
|
15
|
-
import { I as Ue
|
|
16
|
-
import {
|
|
17
|
-
import { a as Ke,
|
|
18
|
-
|
|
6
|
+
import { I as be } from "./IconCheck-DmRifITa.js";
|
|
7
|
+
import { I as Le, a as ge } from "./IconCheckboxEmpty-BNFRkCm2.js";
|
|
8
|
+
import { I as ve } from "./IconCheckboxIndeterminate-Bsk1h92j.js";
|
|
9
|
+
import { I as we } from "./IconChevronDown-C3dBD472.js";
|
|
10
|
+
import { I as He } from "./IconChevronRight-T-spe-97.js";
|
|
11
|
+
import { a as Be, I as Fe, b as Re } from "./IconPlus-DXNLmWa2.js";
|
|
12
|
+
import { I as Pe } from "./IconClose-DIMx1m3Z.js";
|
|
13
|
+
import { I as je } from "./IconContextMenu-BF-N2Mtz.js";
|
|
14
|
+
import { I as Ge } from "./IconCopy-C1rPlvpD.js";
|
|
15
|
+
import { I as Ue } from "./IconDanger-Dz5HIiAc.js";
|
|
16
|
+
import { a as ze, b as Ne, I as Xe } from "./IconSucceeded-IhwCzdOs.js";
|
|
17
|
+
import { I as Je, a as Ke, b as Qe } from "./IconWarning-BiArksZS.js";
|
|
18
|
+
import { a as Ze, I as _e } from "./IconRadioOn-D9S2_D7W.js";
|
|
19
|
+
const W = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(o, null)), G = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(l, null)), O = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(c, null)), U = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(a, null)), V = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(r, null)), z = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(I, null)), N = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(m, null)), X = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(s, null)), q = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(E, null)), J = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(u, null)), K = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(i, null)), Q = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(p, null)), Y = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(f, null)), Z = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(h, null)), _ = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(d, null)), ee = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(x, null)), ne = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(C, null)), te = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(S, null)), ce = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(b, null)), oe = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(k, null)), le = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(L, null)), ae = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(g, null)), re = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(D, null)), Ie = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(v, null)), me = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement($, null)), se = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(w, null)), Ee = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(y, null)), ue = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(H, null)), ie = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(A, null)), pe = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(B, null)), fe = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(F, null)), he = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(R, null)), de = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(M, null)), xe = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(c, null));
|
|
19
20
|
export {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
21
|
+
W as IconApp,
|
|
22
|
+
G as IconBackLink,
|
|
23
|
+
O as IconBackup,
|
|
24
|
+
be as IconCheck,
|
|
24
25
|
Le as IconCheckboxChecked,
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
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
|
-
|
|
26
|
+
ge as IconCheckboxEmpty,
|
|
27
|
+
ve as IconCheckboxIndeterminate,
|
|
28
|
+
we as IconChevronDown,
|
|
29
|
+
U as IconChevronLeft,
|
|
30
|
+
He as IconChevronRight,
|
|
31
|
+
Be as IconChevronUp,
|
|
32
|
+
Pe as IconClose,
|
|
33
|
+
je as IconContextMenu,
|
|
34
|
+
Ge as IconCopy,
|
|
35
|
+
V as IconCronjob,
|
|
36
|
+
z as IconCustomer,
|
|
37
|
+
Ue as IconDanger,
|
|
38
|
+
N as IconDashboard,
|
|
39
|
+
X as IconDatabase,
|
|
40
|
+
q as IconDate,
|
|
41
|
+
J as IconDelete,
|
|
42
|
+
K as IconDomain,
|
|
43
|
+
Q as IconEmail,
|
|
44
|
+
Y as IconExternalLink,
|
|
45
|
+
ze as IconFailed,
|
|
46
|
+
Z as IconFilter,
|
|
47
|
+
_ as IconHide,
|
|
48
|
+
ee as IconHome,
|
|
49
|
+
Je as IconInfo,
|
|
50
|
+
ne as IconListView,
|
|
51
|
+
te as IconLogout,
|
|
52
|
+
ce as IconMember,
|
|
53
|
+
Fe as IconMinus,
|
|
54
|
+
oe as IconNotification,
|
|
55
|
+
Ne as IconPending,
|
|
56
|
+
Re as IconPlus,
|
|
57
|
+
le as IconProject,
|
|
58
|
+
Ze as IconRadioOff,
|
|
59
|
+
_e as IconRadioOn,
|
|
60
|
+
ae as IconRandom,
|
|
61
|
+
re as IconSearch,
|
|
62
|
+
Ie as IconSearchEngine,
|
|
63
|
+
me as IconServer,
|
|
64
|
+
se as IconSettings,
|
|
65
|
+
Ee as IconShow,
|
|
66
|
+
ue as IconSorting,
|
|
67
|
+
ie as IconSshSftp,
|
|
68
|
+
pe as IconSubdomain,
|
|
69
|
+
Xe as IconSucceeded,
|
|
70
|
+
Ke as IconSuccess,
|
|
71
|
+
fe as IconSupport,
|
|
72
|
+
he as IconTerminate,
|
|
73
|
+
de as IconTileView,
|
|
74
|
+
xe as IconTime,
|
|
75
|
+
Qe as IconWarning
|
|
74
76
|
};
|