@mittwald/flow-react-components 0.1.0-alpha.250 → 0.1.0-alpha.252
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/ActionGroup.js +25 -21
- package/dist/IconView-B0kOF1Eh.js +12 -0
- package/dist/Icons.js +108 -108
- package/dist/List.js +293 -284
- package/dist/Modal.js +14 -13
- package/dist/styles.css +1 -1
- package/dist/types/components/ActionGroup/ActionGroup.d.ts +1 -0
- package/dist/types/components/List/components/Header/components/ViewModeMenu/ViewModeMenu.d.ts +2 -0
- package/dist/types/components/List/index.d.ts +1 -0
- package/dist/types/components/List/model/List.d.ts +3 -3
- package/dist/types/components/List/model/loading/types.d.ts +1 -1
- package/dist/types/components/List/typedList.d.ts +2 -2
- package/package.json +4 -4
- package/dist/IconSettings-De6OINaO.js +0 -10
- package/dist/types/components/List/components/Header/components/SettingsMenu/SettingsMenu.d.ts +0 -2
package/dist/ActionGroup.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* */
|
|
3
3
|
import o from "react";
|
|
4
4
|
import "./propsContext-DzAKlmhS.js";
|
|
5
|
-
import { P as
|
|
5
|
+
import { P as w } from "./PropsContextProvider-C6Z4XGp6.js";
|
|
6
6
|
import "@react-aria/utils";
|
|
7
7
|
import "remeda";
|
|
8
8
|
import { d as n } from "./dynamic-ClpUSmEt.js";
|
|
@@ -10,36 +10,40 @@ import e from "clsx";
|
|
|
10
10
|
import { f as C } from "./flowComponent-CY2oW3O9.js";
|
|
11
11
|
import { TunnelProvider as G } from "@mittwald/react-tunnel";
|
|
12
12
|
import { A as y, g as a } from "./getActionGroupSlot-BHzMGEA7.js";
|
|
13
|
-
const
|
|
14
|
-
actionGroup:
|
|
15
|
-
primary:
|
|
16
|
-
secondary:
|
|
17
|
-
abort:
|
|
18
|
-
actionGroupContainer:
|
|
19
|
-
ignoreBreakpoint:
|
|
20
|
-
|
|
13
|
+
const P = "flow--action-group", x = "flow--action-group--primary", N = "flow--action-group--secondary", k = "flow--action-group--abort", v = "flow--action-group--action-group-container", A = "flow--action-group--ignore-breakpoint", B = "flow--action-group--s", E = "flow--action-group--m", t = {
|
|
14
|
+
actionGroup: P,
|
|
15
|
+
primary: x,
|
|
16
|
+
secondary: N,
|
|
17
|
+
abort: k,
|
|
18
|
+
actionGroupContainer: v,
|
|
19
|
+
ignoreBreakpoint: A,
|
|
20
|
+
s: B,
|
|
21
|
+
m: E
|
|
22
|
+
}, F = C("ActionGroup", (i) => {
|
|
21
23
|
const {
|
|
22
24
|
children: c,
|
|
23
|
-
className:
|
|
24
|
-
refProp:
|
|
25
|
+
className: s,
|
|
26
|
+
refProp: p,
|
|
25
27
|
ignoreBreakpoint: m,
|
|
26
|
-
|
|
27
|
-
|
|
28
|
+
spacing: l = "s",
|
|
29
|
+
...u
|
|
30
|
+
} = i, f = e(
|
|
28
31
|
t.actionGroupContainer,
|
|
29
|
-
|
|
30
|
-
m && t.ignoreBreakpoint
|
|
31
|
-
|
|
32
|
+
s,
|
|
33
|
+
m && t.ignoreBreakpoint,
|
|
34
|
+
t[l]
|
|
35
|
+
), g = {
|
|
32
36
|
Button: {
|
|
33
37
|
slot: n((r) => a(r)),
|
|
34
38
|
className: n((r) => {
|
|
35
|
-
const
|
|
36
|
-
return e(r.className, t[
|
|
39
|
+
const d = a(r);
|
|
40
|
+
return e(r.className, t[d]);
|
|
37
41
|
})
|
|
38
42
|
}
|
|
39
43
|
};
|
|
40
|
-
return /* @__PURE__ */ o.createElement(y, null, /* @__PURE__ */ o.createElement(
|
|
44
|
+
return /* @__PURE__ */ o.createElement(y, null, /* @__PURE__ */ o.createElement(w, { props: g, mergeInParentContext: !0 }, /* @__PURE__ */ o.createElement(G, null, /* @__PURE__ */ o.createElement("div", { ...u, className: f, ref: p }, /* @__PURE__ */ o.createElement("div", { className: t.actionGroup, role: "group" }, c)))));
|
|
41
45
|
});
|
|
42
46
|
export {
|
|
43
|
-
|
|
44
|
-
|
|
47
|
+
F as ActionGroup,
|
|
48
|
+
F as default
|
|
45
49
|
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use client"
|
|
2
|
+
/* */
|
|
3
|
+
import e from "react";
|
|
4
|
+
import { IconFilter as c, IconDeviceFloppy as o, IconArrowsUpDown as r, IconList as l } from "@tabler/icons-react";
|
|
5
|
+
import { I as n } from "./Icon-cEgH3ZXQ.js";
|
|
6
|
+
const I = (t) => /* @__PURE__ */ e.createElement(n, { ...t }, /* @__PURE__ */ e.createElement(c, null)), i = (t) => /* @__PURE__ */ e.createElement(n, { ...t }, /* @__PURE__ */ e.createElement(o, null)), E = (t) => /* @__PURE__ */ e.createElement(n, { ...t }, /* @__PURE__ */ e.createElement(r, null)), p = (t) => /* @__PURE__ */ e.createElement(n, { ...t }, /* @__PURE__ */ e.createElement(l, null));
|
|
7
|
+
export {
|
|
8
|
+
I,
|
|
9
|
+
i as a,
|
|
10
|
+
E as b,
|
|
11
|
+
p as c
|
|
12
|
+
};
|
package/dist/Icons.js
CHANGED
|
@@ -1,29 +1,29 @@
|
|
|
1
1
|
"use client"
|
|
2
2
|
/* */
|
|
3
3
|
import n from "react";
|
|
4
|
-
import { IconAppWindow as o, IconArrowLeft as l, IconHistory as
|
|
5
|
-
import { I as
|
|
6
|
-
import { I as
|
|
7
|
-
import { I as
|
|
8
|
-
import { I as
|
|
9
|
-
import { I as
|
|
10
|
-
import { a as
|
|
11
|
-
import { I as
|
|
12
|
-
import { I as
|
|
13
|
-
import { I as
|
|
14
|
-
import { I as
|
|
15
|
-
import { I as
|
|
16
|
-
import { I as
|
|
17
|
-
import { a as
|
|
18
|
-
import { I as
|
|
19
|
-
import { I as
|
|
20
|
-
import { I as
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import { I as
|
|
24
|
-
import { I as
|
|
25
|
-
const
|
|
26
|
-
|
|
4
|
+
import { IconAppWindow as o, IconArrowLeft as l, IconHistory as a, IconCamera as r, IconClipboardList 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 f, IconTrash as h, IconInbox as t, IconWorld as C, IconDownload as x, IconEdit as S, IconMail as k, IconPuzzle as g, IconExternalLink as $, IconEyeOff as b, IconHome as w, IconFileEuro as v, IconLock as L, IconLockOpen as M, IconPower as D, IconMaximize as F, IconUsersGroup as P, IconMenu2 as y, IconMinimize as z, IconBell as O, IconHash as B, IconShoppingCart as H, IconCreditCard as R, IconChartHistogram as U, IconArchive as A, IconArrowForwardUp as T, IconRefresh as V, IconListSearch as W, IconShieldLock as j, IconServer as K, IconSettings as N, IconShare3 as G, IconEye as X, IconShield as q, IconShieldCheckFilled as J, IconKey as Q, IconDoor as Y, IconStar as Z, IconStarFilled as _, IconSubtask as ee, IconHeadset as ne, IconFileX as ce, IconTicket as te, IconArrowBackUp as oe, IconUser as le } from "@tabler/icons-react";
|
|
5
|
+
import { I as c } from "./Icon-cEgH3ZXQ.js";
|
|
6
|
+
import { I as hn } from "./IconCheck-C7DgNpRc.js";
|
|
7
|
+
import { I as xn, a as Sn } from "./IconCheckboxEmpty-Drda5S1f.js";
|
|
8
|
+
import { I as gn } from "./IconCheckboxIndeterminate-BSSq4uEi.js";
|
|
9
|
+
import { I as bn } from "./IconChevronDown-CQUk3agB.js";
|
|
10
|
+
import { a as vn, I as Ln } from "./IconCalendar-DBkKsCNt.js";
|
|
11
|
+
import { I as Dn } from "./IconChevronRight-D-GVKXLH.js";
|
|
12
|
+
import { I as Pn } from "./IconChevronUp-D3Tg6tuM.js";
|
|
13
|
+
import { I as zn } from "./IconClose-DVYTU3Rp.js";
|
|
14
|
+
import { I as Bn } from "./IconContextMenu-DLHXM1Ph.js";
|
|
15
|
+
import { I as Rn } from "./IconCopy-Ceve0ccv.js";
|
|
16
|
+
import { I as An } from "./IconDanger-DIQGVmr5.js";
|
|
17
|
+
import { a as Vn, I as Wn } from "./IconSucceeded-C10oveWn.js";
|
|
18
|
+
import { I as Kn, a as Nn, b as Gn, c as Xn } from "./IconView-B0kOF1Eh.js";
|
|
19
|
+
import { I as Jn } from "./IconInfo-76ibiNDU.js";
|
|
20
|
+
import { I as Yn, a as Zn } from "./IconPlus-5rBbsI1A.js";
|
|
21
|
+
import { I as ec } from "./IconPending-C1JtBTHt.js";
|
|
22
|
+
import { a as cc, I as tc } from "./IconRadioOn-C_HmW3DQ.js";
|
|
23
|
+
import { I as lc } from "./IconSearch-a4VYepNE.js";
|
|
24
|
+
import { I as rc, a as Ic } from "./IconWarning-CVQw2BUC.js";
|
|
25
|
+
const me = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(o, null)), se = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(l, null)), Ee = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(a, null)), ie = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(r, null)), ue = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(I, null)), pe = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(m, null)), de = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(s, null)), fe = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(E, null)), he = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(i, null)), Ce = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(u, null)), xe = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(p, null)), Se = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(d, null)), ke = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(f, null)), ge = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(h, null)), $e = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(t, null)), be = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(C, null)), we = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(x, null)), ve = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(S, null)), Le = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(k, null)), Me = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(g, null)), De = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement($, null)), Fe = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(b, null)), Pe = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(w, null)), ye = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(t, null)), ze = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(v, null)), Oe = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(L, null)), Be = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(M, null)), He = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(D, null)), Re = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(F, null)), Ue = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(P, null)), Ae = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(y, null)), Te = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(z, null)), Ve = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(O, null)), We = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(B, null)), je = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(H, null)), Ke = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(R, null)), Ne = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(U, null)), Ge = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(A, null)), Xe = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(T, null)), qe = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(V, null)), Je = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(W, null)), Qe = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(j, null)), Ye = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(K, null)), Ze = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(N, null)), _e = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(G, null)), en = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(X, null)), nn = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(q, null)), cn = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(J, null)), tn = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(Q, null)), on = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(Y, null)), ln = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(Z, null)), an = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(_, null)), rn = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(ee, null)), In = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(ne, null)), mn = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(ce, null)), sn = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(te, null)), En = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(oe, null)), un = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(le, null)), pn = (e) => /* @__PURE__ */ n.createElement(
|
|
26
|
+
c,
|
|
27
27
|
{
|
|
28
28
|
...e
|
|
29
29
|
},
|
|
@@ -34,91 +34,91 @@ const Ee = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n
|
|
|
34
34
|
`
|
|
35
35
|
);
|
|
36
36
|
export {
|
|
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
|
-
|
|
37
|
+
me as IconApp,
|
|
38
|
+
se as IconBackLink,
|
|
39
|
+
Ee as IconBackup,
|
|
40
|
+
vn as IconCalendar,
|
|
41
|
+
ie as IconCamera,
|
|
42
|
+
ue as IconChangelog,
|
|
43
|
+
hn as IconCheck,
|
|
44
|
+
xn as IconCheckboxChecked,
|
|
45
|
+
Sn as IconCheckboxEmpty,
|
|
46
|
+
gn as IconCheckboxIndeterminate,
|
|
47
|
+
bn as IconChevronDown,
|
|
48
|
+
Ln as IconChevronLeft,
|
|
49
|
+
Dn as IconChevronRight,
|
|
50
|
+
Pn as IconChevronUp,
|
|
51
|
+
pe as IconClock,
|
|
52
|
+
zn as IconClose,
|
|
53
|
+
de as IconCode,
|
|
54
|
+
Bn as IconContextMenu,
|
|
55
|
+
fe as IconContractPartner,
|
|
56
|
+
he as IconContractPosition,
|
|
57
|
+
Rn as IconCopy,
|
|
58
|
+
Ce as IconCronjob,
|
|
59
|
+
xe as IconCustomer,
|
|
60
|
+
An as IconDanger,
|
|
61
|
+
Se as IconDashboard,
|
|
62
|
+
ke as IconDatabase,
|
|
63
63
|
ge as IconDelete,
|
|
64
|
-
|
|
64
|
+
$e as IconDeliveryBox,
|
|
65
65
|
be as IconDomain,
|
|
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
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
66
|
+
we as IconDownload,
|
|
67
|
+
ve as IconEdit,
|
|
68
|
+
Le as IconEmail,
|
|
69
|
+
Me as IconExtension,
|
|
70
|
+
De as IconExternalLink,
|
|
71
|
+
Vn as IconFailed,
|
|
72
|
+
Kn as IconFilter,
|
|
73
|
+
Fe as IconHide,
|
|
74
|
+
Pe as IconHome,
|
|
75
|
+
ye as IconInbox,
|
|
76
|
+
Jn as IconInfo,
|
|
77
|
+
ze as IconInvoice,
|
|
78
|
+
Oe as IconLock,
|
|
79
|
+
Be as IconLockOpen,
|
|
80
|
+
He as IconLogout,
|
|
81
|
+
Re as IconMaximize,
|
|
82
|
+
Ue as IconMember,
|
|
83
|
+
Ae as IconMenu,
|
|
84
|
+
Te as IconMinimize,
|
|
85
|
+
Yn as IconMinus,
|
|
86
|
+
pn as IconMittwald,
|
|
87
|
+
Ve as IconNotification,
|
|
88
|
+
We as IconNumber,
|
|
89
|
+
je as IconOrder,
|
|
90
|
+
Ke as IconPayment,
|
|
91
|
+
ec as IconPending,
|
|
92
|
+
Ne as IconPerformance,
|
|
93
|
+
Zn as IconPlus,
|
|
94
|
+
Ge as IconProject,
|
|
95
|
+
cc as IconRadioOff,
|
|
96
|
+
tc as IconRadioOn,
|
|
97
|
+
Xe as IconRedo,
|
|
98
|
+
qe as IconRefresh,
|
|
99
|
+
Nn as IconSave,
|
|
100
|
+
lc as IconSearch,
|
|
101
|
+
Je as IconSearchEngine,
|
|
102
|
+
Qe as IconSecurity,
|
|
103
|
+
Ye as IconServer,
|
|
104
|
+
Ze as IconSettings,
|
|
105
|
+
_e as IconShare,
|
|
106
|
+
en as IconShow,
|
|
107
|
+
Gn as IconSorting,
|
|
108
|
+
nn as IconSpamProtectionOff,
|
|
109
|
+
cn as IconSpamProtectionOn,
|
|
110
|
+
tn as IconSshKey,
|
|
111
|
+
on as IconSshSftp,
|
|
112
|
+
ln as IconStar,
|
|
113
|
+
an as IconStarFilled,
|
|
114
|
+
rn as IconSubdomain,
|
|
115
|
+
Wn as IconSucceeded,
|
|
116
|
+
rc as IconSuccess,
|
|
117
|
+
In as IconSupport,
|
|
118
|
+
mn as IconTerminate,
|
|
119
|
+
sn as IconTicket,
|
|
120
|
+
En as IconUndo,
|
|
121
|
+
un as IconUser,
|
|
122
|
+
Xn as IconView,
|
|
123
|
+
Ic as IconWarning
|
|
124
124
|
};
|