@chenhui996/gg-ui 0.0.1 → 0.0.3
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/README.md +32 -61
- package/gz-ui-lib/components/form/ErrorList.d.ts +2 -1
- package/gz-ui-lib/components/form/Form.d.ts +5 -0
- package/gz-ui-lib/components/form/Item.d.ts +4 -1
- package/gz-ui-lib/components/form/List.d.ts +2 -1
- package/gz-ui-lib/components/form/Provider.d.ts +2 -1
- package/gz-ui-lib/components/form/demo/advanced-search.d.ts +3 -0
- package/gz-ui-lib/components/form/demo/basic.d.ts +3 -0
- package/gz-ui-lib/components/form/demo/col-24-debug.d.ts +3 -0
- package/gz-ui-lib/components/form/demo/complex-form-control.d.ts +3 -0
- package/gz-ui-lib/components/form/demo/component-token.d.ts +3 -0
- package/gz-ui-lib/components/form/demo/control-hooks.d.ts +3 -0
- package/gz-ui-lib/components/form/demo/custom-feedback-icons.d.ts +3 -0
- package/gz-ui-lib/components/form/demo/customized-form-controls.d.ts +3 -0
- package/gz-ui-lib/components/form/demo/disabled.d.ts +6 -0
- package/gz-ui-lib/components/form/demo/dynamic-form-item.d.ts +3 -0
- package/gz-ui-lib/components/form/demo/dynamic-form-items-complex.d.ts +3 -0
- package/gz-ui-lib/components/form/demo/dynamic-form-items-no-style.d.ts +3 -0
- package/gz-ui-lib/components/form/demo/dynamic-form-items.d.ts +3 -0
- package/gz-ui-lib/components/form/demo/dynamic-rule.d.ts +3 -0
- package/gz-ui-lib/components/form/demo/form-context.d.ts +3 -0
- package/gz-ui-lib/components/form/demo/form-dependencies.d.ts +3 -0
- package/gz-ui-lib/components/form/demo/form-in-modal.d.ts +3 -0
- package/gz-ui-lib/components/form/demo/form-item-path.d.ts +3 -0
- package/gz-ui-lib/components/form/demo/getValueProps-normalize.d.ts +3 -0
- package/gz-ui-lib/components/form/demo/global-state.d.ts +3 -0
- package/gz-ui-lib/components/form/demo/inline-login.d.ts +3 -0
- package/gz-ui-lib/components/form/demo/label-debug.d.ts +3 -0
- package/gz-ui-lib/components/form/demo/layout-can-wrap.d.ts +3 -0
- package/gz-ui-lib/components/form/demo/layout-multiple.d.ts +3 -0
- package/gz-ui-lib/components/form/demo/layout.d.ts +3 -0
- package/gz-ui-lib/components/form/demo/login.d.ts +3 -0
- package/gz-ui-lib/components/form/demo/nest-messages.d.ts +3 -0
- package/gz-ui-lib/components/form/demo/ref-item.d.ts +3 -0
- package/gz-ui-lib/components/form/demo/register.d.ts +3 -0
- package/gz-ui-lib/components/form/demo/required-mark.d.ts +3 -0
- package/gz-ui-lib/components/form/demo/size.d.ts +3 -0
- package/gz-ui-lib/components/form/demo/style-class.d.ts +3 -0
- package/gz-ui-lib/components/form/demo/time-related-controls.d.ts +3 -0
- package/gz-ui-lib/components/form/demo/useWatch.d.ts +3 -0
- package/gz-ui-lib/components/form/demo/validate-only.d.ts +3 -0
- package/gz-ui-lib/components/form/demo/validate-other.d.ts +3 -0
- package/gz-ui-lib/components/form/demo/validate-scroll-to-field.d.ts +7 -0
- package/gz-ui-lib/components/form/demo/validate-static.d.ts +3 -0
- package/gz-ui-lib/components/form/demo/validate-trigger.d.ts +3 -0
- package/gz-ui-lib/components/form/demo/variant.d.ts +3 -0
- package/gz-ui-lib/components/form/demo/warning-only.d.ts +3 -0
- package/gz-ui-lib/components/form/demo/without-form-create.d.ts +3 -0
- package/gz-ui-lib/components/form/index.d.ts +3 -5
- package/gz-ui-lib/index.cjs +1 -1
- package/gz-ui-lib/index.d.ts +1 -1
- package/gz-ui-lib/index.js +996 -1012
- package/gz-ui-lib/styles/themes/darkThemeTokens.d.ts +2 -2
- package/gz-ui-lib/styles/themes/lightThemeTokens.d.ts +2 -2
- package/package.json +11 -4
- /package/gz-ui-lib/{gz-ui.css → gg-ui.css} +0 -0
package/gz-ui-lib/index.js
CHANGED
|
@@ -1,121 +1,121 @@
|
|
|
1
1
|
/* empty css */
|
|
2
2
|
import { c as d } from "./index-DI5cS--Y.js";
|
|
3
|
-
import { B as
|
|
3
|
+
import { B as br } from "./index-DI5cS--Y.js";
|
|
4
4
|
import { jsx as l } from "react/jsx-runtime";
|
|
5
5
|
import { forwardRef as c } from "react";
|
|
6
|
-
import { Divider as
|
|
6
|
+
import { Divider as Xt, Space as V, Breadcrumb as qt, Dropdown as Vt, Input as f, Menu as y, Pagination as jt, Steps as Qt, Tabs as he, AutoComplete as Ut, Avatar as be, Badge as Be, Calendar as Yt, Cascader as L, Checkbox as pe, DatePicker as b, Form as h, theme as ae, ConfigProvider as Kt, InputNumber as Jt, Radio as j, Rate as eo, Select as Q, Switch as to, TimePicker as Ce, Transfer as w, TreeSelect as E, Upload as U, Card as Y, Collapse as ve, Empty as K, Popover as oo, Segmented as ro, Tag as J, Timeline as ze, Tooltip as io, Alert as Ie, Tree as Pe, Drawer as ao, Modal as De, Popconfirm as no, Progress as lo, Result as He, Skeleton as v, Spin as Me, Image as ee } from "antd";
|
|
7
7
|
import { message as pr, notification as Cr } from "antd";
|
|
8
|
-
function
|
|
8
|
+
function xe(r) {
|
|
9
9
|
return r && r.__esModule && Object.prototype.hasOwnProperty.call(r, "default") ? r.default : r;
|
|
10
10
|
}
|
|
11
|
-
const
|
|
11
|
+
const co = c((r, t) => {
|
|
12
12
|
const e = d.c(9);
|
|
13
|
-
let
|
|
13
|
+
let o, i;
|
|
14
14
|
e[0] !== r ? ({
|
|
15
|
-
children:
|
|
15
|
+
children: o,
|
|
16
16
|
...i
|
|
17
|
-
} = r, e[0] = r, e[1] =
|
|
18
|
-
let n;
|
|
19
|
-
e[3] !== t || e[4] !== i ? (n = /* @__PURE__ */ l(Zt, { ...i, children: t }), e[3] = t, e[4] = i, e[5] = n) : n = e[5];
|
|
17
|
+
} = r, e[0] = r, e[1] = o, e[2] = i) : (o = e[1], i = e[2]);
|
|
20
18
|
let a;
|
|
21
|
-
|
|
19
|
+
e[3] !== o || e[4] !== i ? (a = /* @__PURE__ */ l(Xt, { ...i, children: o }), e[3] = o, e[4] = i, e[5] = a) : a = e[5];
|
|
20
|
+
let n;
|
|
21
|
+
return e[6] !== t || e[7] !== a ? (n = /* @__PURE__ */ l("div", { ref: t, children: a }), e[6] = t, e[7] = a, e[8] = n) : n = e[8], n;
|
|
22
22
|
});
|
|
23
|
-
|
|
23
|
+
co.displayName = "GZDivider";
|
|
24
24
|
const {
|
|
25
|
-
Compact:
|
|
26
|
-
} =
|
|
27
|
-
const
|
|
28
|
-
let e,
|
|
29
|
-
|
|
25
|
+
Compact: go
|
|
26
|
+
} = V, so = (r) => {
|
|
27
|
+
const t = d.c(6);
|
|
28
|
+
let e, o;
|
|
29
|
+
t[0] !== r ? ({
|
|
30
30
|
children: e,
|
|
31
|
-
...
|
|
32
|
-
} = r,
|
|
31
|
+
...o
|
|
32
|
+
} = r, t[0] = r, t[1] = e, t[2] = o) : (e = t[1], o = t[2]);
|
|
33
33
|
let i;
|
|
34
|
-
return
|
|
35
|
-
},
|
|
34
|
+
return t[3] !== e || t[4] !== o ? (i = /* @__PURE__ */ l(go, { ...o, children: e }), t[3] = e, t[4] = o, t[5] = i) : i = t[5], i;
|
|
35
|
+
}, fe = c((r, t) => {
|
|
36
36
|
const e = d.c(7);
|
|
37
|
-
let
|
|
37
|
+
let o, i;
|
|
38
38
|
e[0] !== r ? ({
|
|
39
|
-
children:
|
|
39
|
+
children: o,
|
|
40
40
|
...i
|
|
41
|
-
} = r, e[0] = r, e[1] =
|
|
42
|
-
let
|
|
43
|
-
return e[3] !==
|
|
41
|
+
} = r, e[0] = r, e[1] = o, e[2] = i) : (o = e[1], i = e[2]);
|
|
42
|
+
let a;
|
|
43
|
+
return e[3] !== o || e[4] !== t || e[5] !== i ? (a = /* @__PURE__ */ l(V, { ref: t, ...i, children: o }), e[3] = o, e[4] = t, e[5] = i, e[6] = a) : a = e[6], a;
|
|
44
44
|
});
|
|
45
|
-
|
|
45
|
+
fe.displayName = "GZSpace";
|
|
46
46
|
const {
|
|
47
47
|
Addon: Fo
|
|
48
|
-
} =
|
|
49
|
-
const
|
|
50
|
-
let e,
|
|
51
|
-
|
|
48
|
+
} = V, uo = (r) => {
|
|
49
|
+
const t = d.c(6);
|
|
50
|
+
let e, o;
|
|
51
|
+
t[0] !== r ? ({
|
|
52
52
|
children: e,
|
|
53
|
-
...
|
|
54
|
-
} = r,
|
|
53
|
+
...o
|
|
54
|
+
} = r, t[0] = r, t[1] = e, t[2] = o) : (e = t[1], o = t[2]);
|
|
55
55
|
let i;
|
|
56
|
-
return
|
|
57
|
-
}, ye =
|
|
58
|
-
ye.Compact =
|
|
59
|
-
ye.Addon =
|
|
60
|
-
const
|
|
56
|
+
return t[3] !== e || t[4] !== o ? (i = /* @__PURE__ */ l(Fo, { ...o, children: e }), t[3] = e, t[4] = o, t[5] = i) : i = t[5], i;
|
|
57
|
+
}, ye = fe;
|
|
58
|
+
ye.Compact = so;
|
|
59
|
+
ye.Addon = uo;
|
|
60
|
+
const mo = c((r, t) => {
|
|
61
61
|
const e = d.c(4);
|
|
62
|
-
let
|
|
62
|
+
let o;
|
|
63
63
|
e[0] !== r ? ({
|
|
64
|
-
...
|
|
65
|
-
} = r, e[0] = r, e[1] =
|
|
64
|
+
...o
|
|
65
|
+
} = r, e[0] = r, e[1] = o) : o = e[1];
|
|
66
66
|
let i;
|
|
67
|
-
return e[2] !==
|
|
67
|
+
return e[2] !== o ? (i = /* @__PURE__ */ l(qt, { ...o }), e[2] = o, e[3] = i) : i = e[3], i;
|
|
68
68
|
});
|
|
69
|
-
|
|
70
|
-
const
|
|
69
|
+
mo.displayName = "GZBreadcrumb";
|
|
70
|
+
const So = c((r, t) => {
|
|
71
71
|
const e = d.c(4);
|
|
72
|
-
let
|
|
72
|
+
let o;
|
|
73
73
|
e[0] !== r ? ({
|
|
74
|
-
...
|
|
75
|
-
} = r, e[0] = r, e[1] =
|
|
74
|
+
...o
|
|
75
|
+
} = r, e[0] = r, e[1] = o) : o = e[1];
|
|
76
76
|
let i;
|
|
77
|
-
return e[2] !==
|
|
77
|
+
return e[2] !== o ? (i = /* @__PURE__ */ l(Vt, { ...o }), e[2] = o, e[3] = i) : i = e[3], i;
|
|
78
78
|
});
|
|
79
|
-
|
|
80
|
-
const
|
|
79
|
+
So.displayName = "GZDropdown";
|
|
80
|
+
const Ee = c((r, t) => {
|
|
81
81
|
const e = d.c(3);
|
|
82
|
-
let
|
|
83
|
-
return e[0] !== r || e[1] !==
|
|
82
|
+
let o;
|
|
83
|
+
return e[0] !== r || e[1] !== t ? (o = /* @__PURE__ */ l(f, { ref: t, ...r }), e[0] = r, e[1] = t, e[2] = o) : o = e[2], o;
|
|
84
84
|
});
|
|
85
|
-
|
|
86
|
-
const Ae = c((r,
|
|
85
|
+
Ee.displayName = "GZInput";
|
|
86
|
+
const Ae = c((r, t) => {
|
|
87
87
|
const e = d.c(3);
|
|
88
|
-
let
|
|
89
|
-
return e[0] !== r || e[1] !==
|
|
88
|
+
let o;
|
|
89
|
+
return e[0] !== r || e[1] !== t ? (o = /* @__PURE__ */ l(f.Password, { ref: t, ...r }), e[0] = r, e[1] = t, e[2] = o) : o = e[2], o;
|
|
90
90
|
});
|
|
91
91
|
Ae.displayName = "GZPassword";
|
|
92
|
-
const ke = c((r,
|
|
92
|
+
const ke = c((r, t) => {
|
|
93
93
|
const e = d.c(3);
|
|
94
|
-
let
|
|
95
|
-
return e[0] !== r || e[1] !==
|
|
94
|
+
let o;
|
|
95
|
+
return e[0] !== r || e[1] !== t ? (o = /* @__PURE__ */ l(f.TextArea, { ref: t, ...r }), e[0] = r, e[1] = t, e[2] = o) : o = e[2], o;
|
|
96
96
|
});
|
|
97
97
|
ke.displayName = "GZTextArea";
|
|
98
|
-
const Te = c((r,
|
|
98
|
+
const Te = c((r, t) => {
|
|
99
99
|
const e = d.c(3);
|
|
100
|
-
let
|
|
101
|
-
return e[0] !== r || e[1] !==
|
|
100
|
+
let o;
|
|
101
|
+
return e[0] !== r || e[1] !== t ? (o = /* @__PURE__ */ l(f.Search, { ref: t, ...r }), e[0] = r, e[1] = t, e[2] = o) : o = e[2], o;
|
|
102
102
|
});
|
|
103
103
|
Te.displayName = "GZSearch";
|
|
104
|
-
const Ge = c((r,
|
|
104
|
+
const Ge = c((r, t) => {
|
|
105
105
|
const e = d.c(3);
|
|
106
|
-
let
|
|
107
|
-
return e[0] !== r || e[1] !==
|
|
106
|
+
let o;
|
|
107
|
+
return e[0] !== r || e[1] !== t ? (o = /* @__PURE__ */ l(f.OTP, { ref: t, ...r }), e[0] = r, e[1] = t, e[2] = o) : o = e[2], o;
|
|
108
108
|
});
|
|
109
109
|
Ge.displayName = "GZOTP";
|
|
110
|
-
const $ =
|
|
110
|
+
const $ = Ee;
|
|
111
111
|
$.Password = Ae;
|
|
112
112
|
$.TextArea = ke;
|
|
113
113
|
$.Search = Te;
|
|
114
114
|
$.OTP = Ge;
|
|
115
|
-
const Le = c((r,
|
|
115
|
+
const Le = c((r, t) => {
|
|
116
116
|
const e = d.c(3);
|
|
117
|
-
let
|
|
118
|
-
return e[0] !== r || e[1] !==
|
|
117
|
+
let o;
|
|
118
|
+
return e[0] !== r || e[1] !== t ? (o = /* @__PURE__ */ l(y, { ref: t, ...r }), e[0] = r, e[1] = t, e[2] = o) : o = e[2], o;
|
|
119
119
|
});
|
|
120
120
|
Le.displayName = "GZMenu";
|
|
121
121
|
const W = Le;
|
|
@@ -123,298 +123,282 @@ W.Item = y.Item;
|
|
|
123
123
|
W.SubMenu = y.SubMenu;
|
|
124
124
|
W.Divider = y.Divider;
|
|
125
125
|
W.ItemGroup = y.ItemGroup;
|
|
126
|
-
const
|
|
127
|
-
const e = d.c(7),
|
|
126
|
+
const ho = c((r, t) => {
|
|
127
|
+
const e = d.c(7), o = r;
|
|
128
128
|
let i;
|
|
129
|
-
if (e[0] !==
|
|
129
|
+
if (e[0] !== o) {
|
|
130
130
|
const {
|
|
131
|
-
children:
|
|
131
|
+
children: F,
|
|
132
132
|
...g
|
|
133
|
-
} =
|
|
134
|
-
i = g, e[0] =
|
|
133
|
+
} = o;
|
|
134
|
+
i = g, e[0] = o, e[1] = i;
|
|
135
135
|
} else
|
|
136
136
|
i = e[1];
|
|
137
|
-
let n;
|
|
138
|
-
e[2] !== i ? (n = /* @__PURE__ */ l(jt, { ...i }), e[2] = i, e[3] = n) : n = e[3];
|
|
139
137
|
let a;
|
|
140
|
-
|
|
138
|
+
e[2] !== i ? (a = /* @__PURE__ */ l(jt, { ...i }), e[2] = i, e[3] = a) : a = e[3];
|
|
139
|
+
let n;
|
|
140
|
+
return e[4] !== t || e[5] !== a ? (n = /* @__PURE__ */ l("div", { ref: t, children: a }), e[4] = t, e[5] = a, e[6] = n) : n = e[6], n;
|
|
141
141
|
});
|
|
142
|
-
|
|
143
|
-
const
|
|
144
|
-
const e = d.c(7),
|
|
142
|
+
ho.displayName = "GZPagination";
|
|
143
|
+
const bo = c((r, t) => {
|
|
144
|
+
const e = d.c(7), o = r;
|
|
145
145
|
let i;
|
|
146
|
-
if (e[0] !==
|
|
146
|
+
if (e[0] !== o) {
|
|
147
147
|
const {
|
|
148
|
-
children:
|
|
148
|
+
children: F,
|
|
149
149
|
...g
|
|
150
|
-
} =
|
|
151
|
-
i = g, e[0] =
|
|
150
|
+
} = o;
|
|
151
|
+
i = g, e[0] = o, e[1] = i;
|
|
152
152
|
} else
|
|
153
153
|
i = e[1];
|
|
154
|
-
let n;
|
|
155
|
-
e[2] !== i ? (n = /* @__PURE__ */ l(Vt, { ...i }), e[2] = i, e[3] = n) : n = e[3];
|
|
156
154
|
let a;
|
|
157
|
-
|
|
155
|
+
e[2] !== i ? (a = /* @__PURE__ */ l(Qt, { ...i }), e[2] = i, e[3] = a) : a = e[3];
|
|
156
|
+
let n;
|
|
157
|
+
return e[4] !== t || e[5] !== a ? (n = /* @__PURE__ */ l("div", { ref: t, children: a }), e[4] = t, e[5] = a, e[6] = n) : n = e[6], n;
|
|
158
158
|
});
|
|
159
|
-
|
|
160
|
-
const we = c((r,
|
|
159
|
+
bo.displayName = "GZSteps";
|
|
160
|
+
const we = c((r, t) => {
|
|
161
161
|
const e = d.c(7);
|
|
162
|
-
let
|
|
162
|
+
let o, i;
|
|
163
163
|
e[0] !== r ? ({
|
|
164
|
-
children:
|
|
164
|
+
children: o,
|
|
165
165
|
...i
|
|
166
|
-
} = r, e[0] = r, e[1] =
|
|
167
|
-
const
|
|
168
|
-
let
|
|
169
|
-
return e[3] !==
|
|
166
|
+
} = r, e[0] = r, e[1] = o, e[2] = i) : (o = e[1], i = e[2]);
|
|
167
|
+
const a = t;
|
|
168
|
+
let n;
|
|
169
|
+
return e[3] !== o || e[4] !== i || e[5] !== a ? (n = /* @__PURE__ */ l(he, { ref: a, ...i, children: o }), e[3] = o, e[4] = i, e[5] = a, e[6] = n) : n = e[6], n;
|
|
170
170
|
});
|
|
171
171
|
we.displayName = "GZTabs";
|
|
172
|
-
const
|
|
173
|
-
|
|
174
|
-
const
|
|
172
|
+
const Bo = we;
|
|
173
|
+
Bo.TabPane = he.TabPane;
|
|
174
|
+
const po = c((r, t) => {
|
|
175
175
|
const e = d.c(7);
|
|
176
|
-
let
|
|
176
|
+
let o, i;
|
|
177
177
|
e[0] !== r ? ({
|
|
178
|
-
children:
|
|
178
|
+
children: o,
|
|
179
179
|
...i
|
|
180
|
-
} = r, e[0] = r, e[1] =
|
|
181
|
-
const
|
|
182
|
-
let
|
|
183
|
-
return e[3] !==
|
|
180
|
+
} = r, e[0] = r, e[1] = o, e[2] = i) : (o = e[1], i = e[2]);
|
|
181
|
+
const a = t;
|
|
182
|
+
let n;
|
|
183
|
+
return e[3] !== o || e[4] !== i || e[5] !== a ? (n = /* @__PURE__ */ l(Ut, { ref: a, ...i, children: o }), e[3] = o, e[4] = i, e[5] = a, e[6] = n) : n = e[6], n;
|
|
184
184
|
});
|
|
185
|
-
|
|
186
|
-
const $e = c((r,
|
|
185
|
+
po.displayName = "GZAutoComplete";
|
|
186
|
+
const $e = c((r, t) => {
|
|
187
187
|
const e = d.c(10);
|
|
188
|
-
let
|
|
188
|
+
let o, i;
|
|
189
189
|
e[0] !== r ? ({
|
|
190
|
-
children:
|
|
190
|
+
children: o,
|
|
191
191
|
...i
|
|
192
|
-
} = r, e[0] = r, e[1] =
|
|
193
|
-
let n;
|
|
194
|
-
e[3] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (n = {
|
|
195
|
-
display: "inline-flex"
|
|
196
|
-
}, e[3] = n) : n = e[3];
|
|
192
|
+
} = r, e[0] = r, e[1] = o, e[2] = i) : (o = e[1], i = e[2]);
|
|
197
193
|
let a;
|
|
198
|
-
e[
|
|
199
|
-
|
|
200
|
-
|
|
194
|
+
e[3] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (a = {
|
|
195
|
+
display: "inline-flex"
|
|
196
|
+
}, e[3] = a) : a = e[3];
|
|
197
|
+
let n;
|
|
198
|
+
e[4] !== o || e[5] !== i ? (n = /* @__PURE__ */ l(be.Group, { ...i, children: o }), e[4] = o, e[5] = i, e[6] = n) : n = e[6];
|
|
199
|
+
let F;
|
|
200
|
+
return e[7] !== t || e[8] !== n ? (F = /* @__PURE__ */ l("div", { ref: t, style: a, children: n }), e[7] = t, e[8] = n, e[9] = F) : F = e[9], F;
|
|
201
201
|
});
|
|
202
202
|
$e.displayName = "GZAvatarGroup";
|
|
203
|
-
const
|
|
203
|
+
const Co = c((r, t) => {
|
|
204
204
|
const e = d.c(7);
|
|
205
|
-
let
|
|
205
|
+
let o, i;
|
|
206
206
|
e[0] !== r ? ({
|
|
207
|
-
children:
|
|
207
|
+
children: o,
|
|
208
208
|
...i
|
|
209
|
-
} = r, e[0] = r, e[1] =
|
|
210
|
-
let
|
|
211
|
-
return e[3] !==
|
|
212
|
-
}), We =
|
|
209
|
+
} = r, e[0] = r, e[1] = o, e[2] = i) : (o = e[1], i = e[2]);
|
|
210
|
+
let a;
|
|
211
|
+
return e[3] !== o || e[4] !== t || e[5] !== i ? (a = /* @__PURE__ */ l(be, { ref: t, ...i, children: o }), e[3] = o, e[4] = t, e[5] = i, e[6] = a) : a = e[6], a;
|
|
212
|
+
}), We = Co;
|
|
213
213
|
We.Group = $e;
|
|
214
214
|
We.displayName = "GZAvatar";
|
|
215
|
-
const Re = c((r,
|
|
215
|
+
const Re = c((r, t) => {
|
|
216
216
|
const e = d.c(10);
|
|
217
|
-
let
|
|
217
|
+
let o, i;
|
|
218
218
|
e[0] !== r ? ({
|
|
219
|
-
children:
|
|
219
|
+
children: o,
|
|
220
220
|
...i
|
|
221
|
-
} = r, e[0] = r, e[1] =
|
|
222
|
-
let n;
|
|
223
|
-
e[3] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (n = {
|
|
224
|
-
display: "contents"
|
|
225
|
-
}, e[3] = n) : n = e[3];
|
|
221
|
+
} = r, e[0] = r, e[1] = o, e[2] = i) : (o = e[1], i = e[2]);
|
|
226
222
|
let a;
|
|
227
|
-
e[
|
|
228
|
-
|
|
229
|
-
|
|
223
|
+
e[3] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (a = {
|
|
224
|
+
display: "contents"
|
|
225
|
+
}, e[3] = a) : a = e[3];
|
|
226
|
+
let n;
|
|
227
|
+
e[4] !== o || e[5] !== i ? (n = /* @__PURE__ */ l(Be.Ribbon, { ...i, children: o }), e[4] = o, e[5] = i, e[6] = n) : n = e[6];
|
|
228
|
+
let F;
|
|
229
|
+
return e[7] !== t || e[8] !== n ? (F = /* @__PURE__ */ l("div", { ref: t, style: a, children: n }), e[7] = t, e[8] = n, e[9] = F) : F = e[9], F;
|
|
230
230
|
});
|
|
231
231
|
Re.displayName = "GZBadgeRibbon";
|
|
232
|
-
const
|
|
232
|
+
const vo = c((r, t) => {
|
|
233
233
|
const e = d.c(7);
|
|
234
|
-
let
|
|
234
|
+
let o, i;
|
|
235
235
|
e[0] !== r ? ({
|
|
236
|
-
children:
|
|
236
|
+
children: o,
|
|
237
237
|
...i
|
|
238
|
-
} = r, e[0] = r, e[1] =
|
|
239
|
-
let
|
|
240
|
-
return e[3] !==
|
|
241
|
-
}), Ne =
|
|
238
|
+
} = r, e[0] = r, e[1] = o, e[2] = i) : (o = e[1], i = e[2]);
|
|
239
|
+
let a;
|
|
240
|
+
return e[3] !== o || e[4] !== t || e[5] !== i ? (a = /* @__PURE__ */ l(Be, { ref: t, ...i, children: o }), e[3] = o, e[4] = t, e[5] = i, e[6] = a) : a = e[6], a;
|
|
241
|
+
}), Ne = vo;
|
|
242
242
|
Ne.Ribbon = Re;
|
|
243
243
|
Ne.displayName = "GZBadge";
|
|
244
|
-
const
|
|
244
|
+
const zo = c((r, t) => {
|
|
245
245
|
const e = d.c(5);
|
|
246
|
-
let
|
|
247
|
-
e[0] !== r ? (
|
|
246
|
+
let o;
|
|
247
|
+
e[0] !== r ? (o = /* @__PURE__ */ l(Yt, { ...r }), e[0] = r, e[1] = o) : o = e[1];
|
|
248
248
|
let i;
|
|
249
|
-
return e[2] !==
|
|
249
|
+
return e[2] !== t || e[3] !== o ? (i = /* @__PURE__ */ l("div", { ref: t, children: o }), e[2] = t, e[3] = o, e[4] = i) : i = e[4], i;
|
|
250
250
|
});
|
|
251
|
-
|
|
252
|
-
const
|
|
251
|
+
zo.displayName = "GZCalendar";
|
|
252
|
+
const Io = c((r, t) => {
|
|
253
253
|
const e = d.c(7);
|
|
254
|
-
let
|
|
254
|
+
let o, i;
|
|
255
255
|
e[0] !== r ? ({
|
|
256
|
-
children:
|
|
256
|
+
children: o,
|
|
257
257
|
...i
|
|
258
|
-
} = r, e[0] = r, e[1] =
|
|
259
|
-
const
|
|
260
|
-
let
|
|
261
|
-
return e[3] !==
|
|
262
|
-
}), R =
|
|
258
|
+
} = r, e[0] = r, e[1] = o, e[2] = i) : (o = e[1], i = e[2]);
|
|
259
|
+
const a = t;
|
|
260
|
+
let n;
|
|
261
|
+
return e[3] !== o || e[4] !== i || e[5] !== a ? (n = /* @__PURE__ */ l(L, { ref: a, ...i, children: o }), e[3] = o, e[4] = i, e[5] = a, e[6] = n) : n = e[6], n;
|
|
262
|
+
}), R = Io;
|
|
263
263
|
R.SHOW_PARENT = L.SHOW_PARENT;
|
|
264
264
|
R.SHOW_CHILD = L.SHOW_CHILD;
|
|
265
265
|
R.Panel = L.Panel;
|
|
266
266
|
R.displayName = "GZCascader";
|
|
267
|
-
const Oe = c((r,
|
|
267
|
+
const Oe = c((r, t) => {
|
|
268
268
|
const e = d.c(7);
|
|
269
|
-
let
|
|
269
|
+
let o, i;
|
|
270
270
|
e[0] !== r ? ({
|
|
271
|
-
children:
|
|
271
|
+
children: o,
|
|
272
272
|
...i
|
|
273
|
-
} = r, e[0] = r, e[1] =
|
|
274
|
-
let
|
|
275
|
-
return e[3] !==
|
|
273
|
+
} = r, e[0] = r, e[1] = o, e[2] = i) : (o = e[1], i = e[2]);
|
|
274
|
+
let a;
|
|
275
|
+
return e[3] !== o || e[4] !== t || e[5] !== i ? (a = /* @__PURE__ */ l(pe.Group, { ref: t, ...i, children: o }), e[3] = o, e[4] = t, e[5] = i, e[6] = a) : a = e[6], a;
|
|
276
276
|
});
|
|
277
277
|
Oe.displayName = "GZCheckboxGroup";
|
|
278
|
-
const
|
|
278
|
+
const Po = c((r, t) => {
|
|
279
279
|
const e = d.c(7);
|
|
280
|
-
let
|
|
280
|
+
let o, i;
|
|
281
281
|
e[0] !== r ? ({
|
|
282
|
-
children:
|
|
282
|
+
children: o,
|
|
283
283
|
...i
|
|
284
|
-
} = r, e[0] = r, e[1] =
|
|
285
|
-
let
|
|
286
|
-
return e[3] !==
|
|
287
|
-
}), _e =
|
|
284
|
+
} = r, e[0] = r, e[1] = o, e[2] = i) : (o = e[1], i = e[2]);
|
|
285
|
+
let a;
|
|
286
|
+
return e[3] !== o || e[4] !== t || e[5] !== i ? (a = /* @__PURE__ */ l(pe, { ref: t, ...i, children: o }), e[3] = o, e[4] = t, e[5] = i, e[6] = a) : a = e[6], a;
|
|
287
|
+
}), _e = Po;
|
|
288
288
|
_e.Group = Oe;
|
|
289
289
|
_e.displayName = "GZCheckbox";
|
|
290
|
-
const Ze = c((r,
|
|
290
|
+
const Ze = c((r, t) => {
|
|
291
291
|
const e = d.c(7);
|
|
292
|
-
let
|
|
292
|
+
let o, i;
|
|
293
293
|
e[0] !== r ? ({
|
|
294
|
-
children:
|
|
294
|
+
children: o,
|
|
295
295
|
...i
|
|
296
|
-
} = r, e[0] = r, e[1] =
|
|
297
|
-
let
|
|
298
|
-
return e[3] !==
|
|
296
|
+
} = r, e[0] = r, e[1] = o, e[2] = i) : (o = e[1], i = e[2]);
|
|
297
|
+
let a;
|
|
298
|
+
return e[3] !== o || e[4] !== t || e[5] !== i ? (a = /* @__PURE__ */ l(b.RangePicker, { ref: t, ...i, children: o }), e[3] = o, e[4] = t, e[5] = i, e[6] = a) : a = e[6], a;
|
|
299
299
|
});
|
|
300
300
|
Ze.displayName = "GZRangePicker";
|
|
301
|
-
const Xe = c((r,
|
|
301
|
+
const Xe = c((r, t) => {
|
|
302
302
|
const e = d.c(3);
|
|
303
|
-
let
|
|
304
|
-
return e[0] !== r || e[1] !==
|
|
303
|
+
let o;
|
|
304
|
+
return e[0] !== r || e[1] !== t ? (o = /* @__PURE__ */ l(b.WeekPicker, { ref: t, ...r }), e[0] = r, e[1] = t, e[2] = o) : o = e[2], o;
|
|
305
305
|
});
|
|
306
306
|
Xe.displayName = "GZWeekPicker";
|
|
307
|
-
const qe = c((r,
|
|
307
|
+
const qe = c((r, t) => {
|
|
308
308
|
const e = d.c(3);
|
|
309
|
-
let
|
|
310
|
-
return e[0] !== r || e[1] !==
|
|
309
|
+
let o;
|
|
310
|
+
return e[0] !== r || e[1] !== t ? (o = /* @__PURE__ */ l(b.MonthPicker, { ref: t, ...r }), e[0] = r, e[1] = t, e[2] = o) : o = e[2], o;
|
|
311
311
|
});
|
|
312
312
|
qe.displayName = "GZMonthPicker";
|
|
313
|
-
const
|
|
313
|
+
const Ve = c((r, t) => {
|
|
314
314
|
const e = d.c(3);
|
|
315
|
-
let
|
|
316
|
-
return e[0] !== r || e[1] !==
|
|
315
|
+
let o;
|
|
316
|
+
return e[0] !== r || e[1] !== t ? (o = /* @__PURE__ */ l(b.YearPicker, { ref: t, ...r }), e[0] = r, e[1] = t, e[2] = o) : o = e[2], o;
|
|
317
317
|
});
|
|
318
|
-
|
|
319
|
-
const
|
|
318
|
+
Ve.displayName = "GZYearPicker";
|
|
319
|
+
const je = c((r, t) => {
|
|
320
320
|
const e = d.c(3);
|
|
321
|
-
let
|
|
322
|
-
return e[0] !== r || e[1] !==
|
|
321
|
+
let o;
|
|
322
|
+
return e[0] !== r || e[1] !== t ? (o = /* @__PURE__ */ l(b.QuarterPicker, { ref: t, ...r }), e[0] = r, e[1] = t, e[2] = o) : o = e[2], o;
|
|
323
323
|
});
|
|
324
|
-
|
|
325
|
-
const Qe = c((r,
|
|
324
|
+
je.displayName = "GZQuarterPicker";
|
|
325
|
+
const Qe = c((r, t) => {
|
|
326
326
|
const e = d.c(3);
|
|
327
|
-
let
|
|
328
|
-
return e[0] !== r || e[1] !==
|
|
327
|
+
let o;
|
|
328
|
+
return e[0] !== r || e[1] !== t ? (o = /* @__PURE__ */ l(b.TimePicker, { ref: t, ...r }), e[0] = r, e[1] = t, e[2] = o) : o = e[2], o;
|
|
329
329
|
});
|
|
330
330
|
Qe.displayName = "GZTimePicker";
|
|
331
|
-
const Do = c((r,
|
|
331
|
+
const Do = c((r, t) => {
|
|
332
332
|
const e = d.c(3);
|
|
333
|
-
let
|
|
334
|
-
return e[0] !== r || e[1] !==
|
|
335
|
-
}),
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
const Ue = c((r,
|
|
344
|
-
const e = d.c(
|
|
345
|
-
let
|
|
333
|
+
let o;
|
|
334
|
+
return e[0] !== r || e[1] !== t ? (o = /* @__PURE__ */ l(b, { ref: t, ...r }), e[0] = r, e[1] = t, e[2] = o) : o = e[2], o;
|
|
335
|
+
}), B = Do;
|
|
336
|
+
B.RangePicker = Ze;
|
|
337
|
+
B.WeekPicker = Xe;
|
|
338
|
+
B.MonthPicker = qe;
|
|
339
|
+
B.YearPicker = Ve;
|
|
340
|
+
B.QuarterPicker = je;
|
|
341
|
+
B.TimePicker = Qe;
|
|
342
|
+
B.displayName = "GZDatePicker";
|
|
343
|
+
const Ue = c((r, t) => {
|
|
344
|
+
const e = d.c(7);
|
|
345
|
+
let o, i;
|
|
346
346
|
e[0] !== r ? ({
|
|
347
|
-
children:
|
|
347
|
+
children: o,
|
|
348
348
|
...i
|
|
349
|
-
} = r, e[0] = r, e[1] =
|
|
350
|
-
|
|
351
|
-
e[3] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (n = {
|
|
352
|
-
display: "contents"
|
|
353
|
-
}, e[3] = n) : n = e[3];
|
|
354
|
-
let a;
|
|
355
|
-
e[4] !== t || e[5] !== i ? (a = /* @__PURE__ */ l(B.Item, { ...i, children: t }), e[4] = t, e[5] = i, e[6] = a) : a = e[6];
|
|
356
|
-
let s;
|
|
357
|
-
return e[7] !== o || e[8] !== a ? (s = /* @__PURE__ */ l("div", { ref: o, style: n, children: a }), e[7] = o, e[8] = a, e[9] = s) : s = e[9], s;
|
|
358
|
-
});
|
|
359
|
-
Ue.displayName = "GZFormItem";
|
|
360
|
-
const Ye = c((r, o) => {
|
|
361
|
-
const e = d.c(6);
|
|
362
|
-
let t;
|
|
363
|
-
e[0] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (t = {
|
|
364
|
-
display: "contents"
|
|
365
|
-
}, e[0] = t) : t = e[0];
|
|
366
|
-
let i;
|
|
367
|
-
e[1] !== r ? (i = /* @__PURE__ */ l(B.List, { ...r }), e[1] = r, e[2] = i) : i = e[2];
|
|
349
|
+
} = r, e[0] = r, e[1] = o, e[2] = i) : (o = e[1], i = e[2]);
|
|
350
|
+
const a = i;
|
|
368
351
|
let n;
|
|
369
|
-
return e[3] !== o || e[4] !==
|
|
352
|
+
return e[3] !== o || e[4] !== t || e[5] !== a ? (n = /* @__PURE__ */ l(h, { ref: t, ...a, children: o }), e[3] = o, e[4] = t, e[5] = a, e[6] = n) : n = e[6], n;
|
|
370
353
|
});
|
|
371
|
-
|
|
372
|
-
const
|
|
373
|
-
const
|
|
374
|
-
let
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
let
|
|
381
|
-
return
|
|
382
|
-
}
|
|
383
|
-
|
|
384
|
-
const
|
|
385
|
-
const
|
|
386
|
-
let
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
let
|
|
393
|
-
return
|
|
394
|
-
}
|
|
395
|
-
Je.displayName = "
|
|
396
|
-
const
|
|
397
|
-
const
|
|
398
|
-
let
|
|
399
|
-
return
|
|
400
|
-
}
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
354
|
+
Ue.displayName = "GZForm";
|
|
355
|
+
const Ye = (r) => {
|
|
356
|
+
const t = d.c(6);
|
|
357
|
+
let e, o;
|
|
358
|
+
t[0] !== r ? ({
|
|
359
|
+
children: e,
|
|
360
|
+
...o
|
|
361
|
+
} = r, t[0] = r, t[1] = e, t[2] = o) : (e = t[1], o = t[2]);
|
|
362
|
+
const i = o;
|
|
363
|
+
let a;
|
|
364
|
+
return t[3] !== e || t[4] !== i ? (a = /* @__PURE__ */ l(h.Item, { ...i, children: e }), t[3] = e, t[4] = i, t[5] = a) : a = t[5], a;
|
|
365
|
+
};
|
|
366
|
+
Ye.displayName = "GZFormItem";
|
|
367
|
+
const Ke = (r) => {
|
|
368
|
+
const t = d.c(2);
|
|
369
|
+
let e;
|
|
370
|
+
return t[0] !== r ? (e = /* @__PURE__ */ l(h.List, { ...r }), t[0] = r, t[1] = e) : e = t[1], e;
|
|
371
|
+
};
|
|
372
|
+
Ke.displayName = "GZFormList";
|
|
373
|
+
const Je = (r) => {
|
|
374
|
+
const t = d.c(2);
|
|
375
|
+
let e;
|
|
376
|
+
return t[0] !== r ? (e = /* @__PURE__ */ l(h.ErrorList, { ...r }), t[0] = r, t[1] = e) : e = t[1], e;
|
|
377
|
+
};
|
|
378
|
+
Je.displayName = "GZErrorList";
|
|
379
|
+
const et = (r) => {
|
|
380
|
+
const t = d.c(2);
|
|
381
|
+
let e;
|
|
382
|
+
return t[0] !== r ? (e = /* @__PURE__ */ l(h.Provider, { ...r }), t[0] = r, t[1] = e) : e = t[1], e;
|
|
383
|
+
};
|
|
384
|
+
et.displayName = "GZFormProvider";
|
|
385
|
+
const p = Ue;
|
|
386
|
+
p.Item = Ye;
|
|
387
|
+
p.List = Ke;
|
|
388
|
+
p.ErrorList = Je;
|
|
389
|
+
p.Provider = et;
|
|
390
|
+
p.useForm = h.useForm;
|
|
391
|
+
p.useFormInstance = h.useFormInstance;
|
|
392
|
+
p.useWatch = h.useWatch;
|
|
393
|
+
var z = {}, Z = { exports: {} }, ne;
|
|
410
394
|
function te() {
|
|
411
|
-
return
|
|
412
|
-
function
|
|
395
|
+
return ne || (ne = 1, (function(r) {
|
|
396
|
+
function t(e) {
|
|
413
397
|
return e && e.__esModule ? e : {
|
|
414
398
|
default: e
|
|
415
399
|
};
|
|
416
400
|
}
|
|
417
|
-
r.exports =
|
|
401
|
+
r.exports = t, r.exports.__esModule = !0, r.exports.default = r.exports;
|
|
418
402
|
})(Z)), Z.exports;
|
|
419
403
|
}
|
|
420
404
|
var I = {}, le;
|
|
@@ -440,7 +424,7 @@ function Ho() {
|
|
|
440
424
|
};
|
|
441
425
|
return I.default = r, I;
|
|
442
426
|
}
|
|
443
|
-
var
|
|
427
|
+
var P = {}, D = {}, H = {}, M = {}, de;
|
|
444
428
|
function Mo() {
|
|
445
429
|
return de || (de = 1, Object.defineProperty(M, "__esModule", {
|
|
446
430
|
value: !0
|
|
@@ -452,34 +436,34 @@ function Mo() {
|
|
|
452
436
|
}), M;
|
|
453
437
|
}
|
|
454
438
|
var ce;
|
|
455
|
-
function
|
|
439
|
+
function xo() {
|
|
456
440
|
if (ce) return H;
|
|
457
441
|
ce = 1, Object.defineProperty(H, "__esModule", {
|
|
458
442
|
value: !0
|
|
459
443
|
}), H.default = void 0;
|
|
460
444
|
var r = Mo();
|
|
461
|
-
function
|
|
445
|
+
function t(g) {
|
|
462
446
|
"@babel/helpers - typeof";
|
|
463
|
-
return
|
|
464
|
-
return typeof
|
|
465
|
-
} : function(
|
|
466
|
-
return
|
|
467
|
-
},
|
|
447
|
+
return t = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(s) {
|
|
448
|
+
return typeof s;
|
|
449
|
+
} : function(s) {
|
|
450
|
+
return s && typeof Symbol == "function" && s.constructor === Symbol && s !== Symbol.prototype ? "symbol" : typeof s;
|
|
451
|
+
}, t(g);
|
|
468
452
|
}
|
|
469
|
-
function e(g,
|
|
453
|
+
function e(g, s) {
|
|
470
454
|
var u = Object.keys(g);
|
|
471
455
|
if (Object.getOwnPropertySymbols) {
|
|
472
456
|
var m = Object.getOwnPropertySymbols(g);
|
|
473
|
-
|
|
457
|
+
s && (m = m.filter(function(S) {
|
|
474
458
|
return Object.getOwnPropertyDescriptor(g, S).enumerable;
|
|
475
459
|
})), u.push.apply(u, m);
|
|
476
460
|
}
|
|
477
461
|
return u;
|
|
478
462
|
}
|
|
479
|
-
function
|
|
480
|
-
for (var
|
|
481
|
-
var u = arguments[
|
|
482
|
-
|
|
463
|
+
function o(g) {
|
|
464
|
+
for (var s = 1; s < arguments.length; s++) {
|
|
465
|
+
var u = arguments[s] != null ? arguments[s] : {};
|
|
466
|
+
s % 2 ? e(Object(u), !0).forEach(function(m) {
|
|
483
467
|
i(g, m, u[m]);
|
|
484
468
|
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(g, Object.getOwnPropertyDescriptors(u)) : e(Object(u)).forEach(function(m) {
|
|
485
469
|
Object.defineProperty(g, m, Object.getOwnPropertyDescriptor(u, m));
|
|
@@ -487,24 +471,24 @@ function Eo() {
|
|
|
487
471
|
}
|
|
488
472
|
return g;
|
|
489
473
|
}
|
|
490
|
-
function i(g,
|
|
491
|
-
return
|
|
474
|
+
function i(g, s, u) {
|
|
475
|
+
return s = a(s), s in g ? Object.defineProperty(g, s, { value: u, enumerable: !0, configurable: !0, writable: !0 }) : g[s] = u, g;
|
|
492
476
|
}
|
|
493
|
-
function
|
|
494
|
-
var
|
|
495
|
-
return
|
|
477
|
+
function a(g) {
|
|
478
|
+
var s = n(g, "string");
|
|
479
|
+
return t(s) == "symbol" ? s : String(s);
|
|
496
480
|
}
|
|
497
|
-
function
|
|
498
|
-
if (
|
|
481
|
+
function n(g, s) {
|
|
482
|
+
if (t(g) != "object" || !g) return g;
|
|
499
483
|
var u = g[Symbol.toPrimitive];
|
|
500
484
|
if (u !== void 0) {
|
|
501
|
-
var m = u.call(g,
|
|
502
|
-
if (
|
|
485
|
+
var m = u.call(g, s);
|
|
486
|
+
if (t(m) != "object") return m;
|
|
503
487
|
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
504
488
|
}
|
|
505
|
-
return (
|
|
489
|
+
return (s === "string" ? String : Number)(g);
|
|
506
490
|
}
|
|
507
|
-
var
|
|
491
|
+
var F = o(o({}, r.commonLocale), {}, {
|
|
508
492
|
locale: "zh_CN",
|
|
509
493
|
today: "今天",
|
|
510
494
|
now: "此刻",
|
|
@@ -532,30 +516,30 @@ function Eo() {
|
|
|
532
516
|
cellDateFormat: "D",
|
|
533
517
|
monthBeforeYear: !1
|
|
534
518
|
});
|
|
535
|
-
return H.default =
|
|
519
|
+
return H.default = F, H;
|
|
536
520
|
}
|
|
537
|
-
var
|
|
538
|
-
function
|
|
539
|
-
if (ge) return
|
|
540
|
-
ge = 1, Object.defineProperty(
|
|
521
|
+
var x = {}, ge;
|
|
522
|
+
function tt() {
|
|
523
|
+
if (ge) return x;
|
|
524
|
+
ge = 1, Object.defineProperty(x, "__esModule", {
|
|
541
525
|
value: !0
|
|
542
|
-
}),
|
|
526
|
+
}), x.default = void 0;
|
|
543
527
|
const r = {
|
|
544
528
|
placeholder: "请选择时间",
|
|
545
529
|
rangePlaceholder: ["开始时间", "结束时间"]
|
|
546
530
|
};
|
|
547
|
-
return
|
|
531
|
+
return x.default = r, x;
|
|
548
532
|
}
|
|
549
|
-
var
|
|
550
|
-
function
|
|
551
|
-
if (
|
|
552
|
-
|
|
533
|
+
var se;
|
|
534
|
+
function ot() {
|
|
535
|
+
if (se) return D;
|
|
536
|
+
se = 1;
|
|
553
537
|
var r = te().default;
|
|
554
|
-
Object.defineProperty(
|
|
538
|
+
Object.defineProperty(D, "__esModule", {
|
|
555
539
|
value: !0
|
|
556
|
-
}),
|
|
557
|
-
var
|
|
558
|
-
const
|
|
540
|
+
}), D.default = void 0;
|
|
541
|
+
var t = r(xo()), e = r(/* @__PURE__ */ tt());
|
|
542
|
+
const o = {
|
|
559
543
|
lang: {
|
|
560
544
|
placeholder: "请选择日期",
|
|
561
545
|
yearPlaceholder: "请选择年份",
|
|
@@ -567,24 +551,24 @@ function tt() {
|
|
|
567
551
|
rangeMonthPlaceholder: ["开始月份", "结束月份"],
|
|
568
552
|
rangeQuarterPlaceholder: ["开始季度", "结束季度"],
|
|
569
553
|
rangeWeekPlaceholder: ["开始周", "结束周"],
|
|
570
|
-
...
|
|
554
|
+
...t.default
|
|
571
555
|
},
|
|
572
556
|
timePickerLocale: {
|
|
573
557
|
...e.default
|
|
574
558
|
}
|
|
575
559
|
};
|
|
576
|
-
return
|
|
560
|
+
return o.lang.ok = "确定", D.default = o, D;
|
|
577
561
|
}
|
|
578
|
-
var
|
|
579
|
-
function
|
|
580
|
-
if (
|
|
581
|
-
|
|
562
|
+
var Fe;
|
|
563
|
+
function fo() {
|
|
564
|
+
if (Fe) return P;
|
|
565
|
+
Fe = 1;
|
|
582
566
|
var r = te().default;
|
|
583
|
-
Object.defineProperty(
|
|
567
|
+
Object.defineProperty(P, "__esModule", {
|
|
584
568
|
value: !0
|
|
585
|
-
}),
|
|
586
|
-
var
|
|
587
|
-
return
|
|
569
|
+
}), P.default = void 0;
|
|
570
|
+
var t = r(/* @__PURE__ */ ot());
|
|
571
|
+
return P.default = t.default, P;
|
|
588
572
|
}
|
|
589
573
|
var ue;
|
|
590
574
|
function yo() {
|
|
@@ -594,11 +578,11 @@ function yo() {
|
|
|
594
578
|
Object.defineProperty(z, "__esModule", {
|
|
595
579
|
value: !0
|
|
596
580
|
}), z.default = void 0;
|
|
597
|
-
var
|
|
598
|
-
const
|
|
581
|
+
var t = r(Ho()), e = r(/* @__PURE__ */ fo()), o = r(/* @__PURE__ */ ot()), i = r(/* @__PURE__ */ tt());
|
|
582
|
+
const a = "${label}不是一个有效的${type}", n = {
|
|
599
583
|
locale: "zh-cn",
|
|
600
|
-
Pagination:
|
|
601
|
-
DatePicker:
|
|
584
|
+
Pagination: t.default,
|
|
585
|
+
DatePicker: o.default,
|
|
602
586
|
TimePicker: i.default,
|
|
603
587
|
Calendar: e.default,
|
|
604
588
|
// locales for all components
|
|
@@ -686,19 +670,19 @@ function yo() {
|
|
|
686
670
|
invalid: "${label}是一个无效日期"
|
|
687
671
|
},
|
|
688
672
|
types: {
|
|
689
|
-
string:
|
|
690
|
-
method:
|
|
691
|
-
array:
|
|
692
|
-
object:
|
|
693
|
-
number:
|
|
694
|
-
date:
|
|
695
|
-
boolean:
|
|
696
|
-
integer:
|
|
697
|
-
float:
|
|
698
|
-
regexp:
|
|
699
|
-
email:
|
|
700
|
-
url:
|
|
701
|
-
hex:
|
|
673
|
+
string: a,
|
|
674
|
+
method: a,
|
|
675
|
+
array: a,
|
|
676
|
+
object: a,
|
|
677
|
+
number: a,
|
|
678
|
+
date: a,
|
|
679
|
+
boolean: a,
|
|
680
|
+
integer: a,
|
|
681
|
+
float: a,
|
|
682
|
+
regexp: a,
|
|
683
|
+
email: a,
|
|
684
|
+
url: a,
|
|
685
|
+
hex: a
|
|
702
686
|
},
|
|
703
687
|
string: {
|
|
704
688
|
len: "${label}须为${len}个字符",
|
|
@@ -735,14 +719,14 @@ function yo() {
|
|
|
735
719
|
gradientColor: "渐变色"
|
|
736
720
|
}
|
|
737
721
|
};
|
|
738
|
-
return z.default =
|
|
722
|
+
return z.default = n, z;
|
|
739
723
|
}
|
|
740
724
|
var X, me;
|
|
741
|
-
function
|
|
725
|
+
function Eo() {
|
|
742
726
|
return me || (me = 1, X = /* @__PURE__ */ yo()), X;
|
|
743
727
|
}
|
|
744
|
-
var Ao = /* @__PURE__ */
|
|
745
|
-
const ko = /* @__PURE__ */
|
|
728
|
+
var Ao = /* @__PURE__ */ Eo();
|
|
729
|
+
const ko = /* @__PURE__ */ xe(Ao), To = {
|
|
746
730
|
token: {
|
|
747
731
|
0: 0,
|
|
748
732
|
1: 2,
|
|
@@ -910,8 +894,7 @@ const ko = /* @__PURE__ */ Ee(Ao), To = {
|
|
|
910
894
|
sizePopupArrow: 16,
|
|
911
895
|
controlHeight: 32,
|
|
912
896
|
opacityImage: 100,
|
|
913
|
-
fontFamily: "
|
|
914
|
-
"fontFamily-cn": "Source Han Sans CN",
|
|
897
|
+
fontFamily: "Source Han Sans CN VF",
|
|
915
898
|
fontFamilyCode: "SFMono-Regular",
|
|
916
899
|
fontSize: 14,
|
|
917
900
|
lineWidth: 1,
|
|
@@ -937,9 +920,9 @@ const ko = /* @__PURE__ */ Ee(Ao), To = {
|
|
|
937
920
|
colorPrimaryHover: "#3272F1",
|
|
938
921
|
colorPrimaryBase: "#245EE6",
|
|
939
922
|
colorPrimaryActive: "#1C4ED8",
|
|
940
|
-
colorPrimaryTextHover: "#
|
|
941
|
-
colorPrimaryText: "#
|
|
942
|
-
colorPrimaryTextActive: "#
|
|
923
|
+
colorPrimaryTextHover: "#3272F1",
|
|
924
|
+
colorPrimaryText: "#245EE6",
|
|
925
|
+
colorPrimaryTextActive: "#1C4ED8",
|
|
943
926
|
colorSuccessBg: "#F6FFED",
|
|
944
927
|
colorSuccessBgHover: "#D9F7BE",
|
|
945
928
|
colorSuccessBorder: "#B7EB8F",
|
|
@@ -1043,7 +1026,7 @@ const ko = /* @__PURE__ */ Ee(Ao), To = {
|
|
|
1043
1026
|
colorBgSolidActive: "rgba(0, 0, 0, 0.95)",
|
|
1044
1027
|
colorErrorBgFilledHover: "#FFDFDC",
|
|
1045
1028
|
colorErrorBgActive: "#FFCCC7",
|
|
1046
|
-
colorLink: "#
|
|
1029
|
+
colorLink: "#245EE6",
|
|
1047
1030
|
colorSplit: "#EEEFF1",
|
|
1048
1031
|
fontSizeIcon: 12,
|
|
1049
1032
|
controlInteractiveSize: 16,
|
|
@@ -1237,6 +1220,7 @@ const ko = /* @__PURE__ */ Ee(Ao), To = {
|
|
|
1237
1220
|
segmentedItemGap: 6,
|
|
1238
1221
|
segmentedIcon: 14,
|
|
1239
1222
|
segmentedIconLG: 16,
|
|
1223
|
+
radioSize: 16,
|
|
1240
1224
|
radioDotSize: 6,
|
|
1241
1225
|
radioDotPadding: 4,
|
|
1242
1226
|
radioButtonPaddingInline: 15,
|
|
@@ -1335,10 +1319,10 @@ const ko = /* @__PURE__ */ Ee(Ao), To = {
|
|
|
1335
1319
|
defaultHoverColor: "#3272F1",
|
|
1336
1320
|
defaultShadow: "0 2px 0 rgba(0,0,0,0.02)",
|
|
1337
1321
|
fontWeight: 400,
|
|
1338
|
-
ghostBg: "rgba(
|
|
1322
|
+
ghostBg: "rgba(0, 0, 0, 0)",
|
|
1339
1323
|
groupBorderColor: "#3272F1",
|
|
1340
1324
|
iconGap: 8,
|
|
1341
|
-
linkHoverBg: "rgba(
|
|
1325
|
+
linkHoverBg: "rgba(0, 0, 0, 0)",
|
|
1342
1326
|
onlyIconSize: 14,
|
|
1343
1327
|
onlyIconSizeLG: 16,
|
|
1344
1328
|
onlyIconSizeSM: 12,
|
|
@@ -1427,7 +1411,7 @@ const ko = /* @__PURE__ */ Ee(Ao), To = {
|
|
|
1427
1411
|
darkItemBg: "#001529",
|
|
1428
1412
|
darkItemColor: "rgba(255, 255, 255, 0.65)",
|
|
1429
1413
|
darkItemDisabledColor: "rgba(255, 255, 255, 0.25)",
|
|
1430
|
-
darkItemHoverBg: "rgba(
|
|
1414
|
+
darkItemHoverBg: "rgba(0, 0, 0, 0)",
|
|
1431
1415
|
darkItemHoverColor: "#FFFFFF",
|
|
1432
1416
|
darkItemSelectedBg: "#245EE6",
|
|
1433
1417
|
darkItemSelectedColor: "#FFFFFF",
|
|
@@ -1438,9 +1422,9 @@ const ko = /* @__PURE__ */ Ee(Ao), To = {
|
|
|
1438
1422
|
groupTitleFontSize: 14,
|
|
1439
1423
|
groupTitleLineHeight: 1.5714285373687744,
|
|
1440
1424
|
horizontalItemBorderRadius: 0,
|
|
1441
|
-
horizontalItemHoverBg: "rgba(
|
|
1425
|
+
horizontalItemHoverBg: "rgba(0, 0, 0, 0)",
|
|
1442
1426
|
horizontalItemHoverColor: "#245EE6",
|
|
1443
|
-
horizontalItemSelectedBg: "rgba(
|
|
1427
|
+
horizontalItemSelectedBg: "rgba(0, 0, 0, 0)",
|
|
1444
1428
|
horizontalItemSelectedColor: "#245EE6",
|
|
1445
1429
|
horizontalLineHeight: 46,
|
|
1446
1430
|
iconMarginInlineEnd: 10,
|
|
@@ -1525,8 +1509,8 @@ const ko = /* @__PURE__ */ Ee(Ao), To = {
|
|
|
1525
1509
|
clearBg: "#FFFFFF",
|
|
1526
1510
|
hoverBorderColor: "#3272F1",
|
|
1527
1511
|
multipleItemBg: "rgba(0, 0, 0, 0.06)",
|
|
1528
|
-
multipleItemBorderColor: "rgba(
|
|
1529
|
-
multipleItemBorderColorDisabled: "rgba(
|
|
1512
|
+
multipleItemBorderColor: "rgba(0, 0, 0, 0)",
|
|
1513
|
+
multipleItemBorderColorDisabled: "rgba(0, 0, 0, 0)",
|
|
1530
1514
|
multipleItemColorDisabled: "rgba(0, 0, 0, 0.25)",
|
|
1531
1515
|
multipleItemHeight: 24,
|
|
1532
1516
|
multipleItemHeightLG: 32,
|
|
@@ -1593,8 +1577,8 @@ const ko = /* @__PURE__ */ Ee(Ao), To = {
|
|
|
1593
1577
|
inputFontSizeLG: 16,
|
|
1594
1578
|
inputFontSizeSM: 14,
|
|
1595
1579
|
multipleItemBg: "rgba(0, 0, 0, 0.06)",
|
|
1596
|
-
multipleItemBorderColor: "rgba(
|
|
1597
|
-
multipleItemBorderColorDisabled: "rgba(
|
|
1580
|
+
multipleItemBorderColor: "rgba(0, 0, 0, 0)",
|
|
1581
|
+
multipleItemBorderColorDisabled: "rgba(0, 0, 0, 0)",
|
|
1598
1582
|
multipleItemColorDisabled: "rgba(0, 0, 0, 0.25)",
|
|
1599
1583
|
multipleItemHeight: 24,
|
|
1600
1584
|
multipleItemHeightLG: 32,
|
|
@@ -1691,8 +1675,8 @@ const ko = /* @__PURE__ */ Ee(Ao), To = {
|
|
|
1691
1675
|
buttonSolidCheckedHoverBg: "#3272F1",
|
|
1692
1676
|
dotColorDisabled: "rgba(0, 0, 0, 0.25)",
|
|
1693
1677
|
dotSize: 8,
|
|
1694
|
-
|
|
1695
|
-
|
|
1678
|
+
radioSize: 16,
|
|
1679
|
+
wrapperMarginInlineEnd: 8
|
|
1696
1680
|
},
|
|
1697
1681
|
Rate: {
|
|
1698
1682
|
starBg: "rgba(0, 0, 0, 0.06)",
|
|
@@ -1708,8 +1692,8 @@ const ko = /* @__PURE__ */ Ee(Ao), To = {
|
|
|
1708
1692
|
clearBg: "#FFFFFF",
|
|
1709
1693
|
hoverBorderColor: "#3272F1",
|
|
1710
1694
|
multipleItemBg: "rgba(0, 0, 0, 0.06)",
|
|
1711
|
-
multipleItemBorderColor: "rgba(
|
|
1712
|
-
multipleItemBorderColorDisabled: "rgba(
|
|
1695
|
+
multipleItemBorderColor: "rgba(0, 0, 0, 0)",
|
|
1696
|
+
multipleItemBorderColorDisabled: "rgba(0, 0, 0, 0)",
|
|
1713
1697
|
multipleItemColorDisabled: "rgba(0, 0, 0, 0.25)",
|
|
1714
1698
|
multipleItemHeight: 24,
|
|
1715
1699
|
multipleItemHeightLG: 32,
|
|
@@ -1782,8 +1766,8 @@ const ko = /* @__PURE__ */ Ee(Ao), To = {
|
|
|
1782
1766
|
inputFontSizeLG: 16,
|
|
1783
1767
|
inputFontSizeSM: 14,
|
|
1784
1768
|
multipleItemBg: "rgba(0, 0, 0, 0.06)",
|
|
1785
|
-
multipleItemBorderColor: "rgba(
|
|
1786
|
-
multipleItemBorderColorDisabled: "rgba(
|
|
1769
|
+
multipleItemBorderColor: "rgba(0, 0, 0, 0)",
|
|
1770
|
+
multipleItemBorderColorDisabled: "rgba(0, 0, 0, 0)",
|
|
1787
1771
|
multipleItemColorDisabled: "rgba(0, 0, 0, 0.25)",
|
|
1788
1772
|
multipleItemHeight: 24,
|
|
1789
1773
|
multipleItemHeightLG: 32,
|
|
@@ -1863,7 +1847,7 @@ const ko = /* @__PURE__ */ Ee(Ao), To = {
|
|
|
1863
1847
|
bodyPadding: 24,
|
|
1864
1848
|
bodyPaddingSM: 12,
|
|
1865
1849
|
extraColor: "rgba(0, 0, 0, 0.88)",
|
|
1866
|
-
headerBg: "rgba(
|
|
1850
|
+
headerBg: "rgba(0, 0, 0, 0)",
|
|
1867
1851
|
headerFontSize: 16,
|
|
1868
1852
|
headerFontSizeSM: 14,
|
|
1869
1853
|
headerHeight: 56,
|
|
@@ -1905,8 +1889,8 @@ const ko = /* @__PURE__ */ Ee(Ao), To = {
|
|
|
1905
1889
|
contentWidth: 220,
|
|
1906
1890
|
descriptionFontSize: 14,
|
|
1907
1891
|
emptyTextPadding: 16,
|
|
1908
|
-
footerBg: "rgba(
|
|
1909
|
-
headerBg: "rgba(
|
|
1892
|
+
footerBg: "rgba(0, 0, 0, 0)",
|
|
1893
|
+
headerBg: "rgba(0, 0, 0, 0)",
|
|
1910
1894
|
itemPadding: "12px 0",
|
|
1911
1895
|
itemPaddingLG: "16px 24px",
|
|
1912
1896
|
itemPaddingSM: "8px 16px",
|
|
@@ -2012,17 +1996,17 @@ const ko = /* @__PURE__ */ Ee(Ao), To = {
|
|
|
2012
1996
|
},
|
|
2013
1997
|
Modal: {
|
|
2014
1998
|
contentBg: "#FFFFFF",
|
|
2015
|
-
footerBg: "rgba(
|
|
1999
|
+
footerBg: "rgba(0, 0, 0, 0)",
|
|
2016
2000
|
headerBg: "#FFFFFF",
|
|
2017
2001
|
titleColor: "rgba(0, 0, 0, 0.88)",
|
|
2018
2002
|
titleFontSize: 16,
|
|
2019
2003
|
titleLineHeight: 1.5
|
|
2020
2004
|
},
|
|
2021
2005
|
Notification: {
|
|
2022
|
-
colorErrorBg: "rgba(
|
|
2023
|
-
colorInfoBg: "rgba(
|
|
2024
|
-
colorSuccessBg: "rgba(
|
|
2025
|
-
colorWarningBg: "rgba(
|
|
2006
|
+
colorErrorBg: "rgba(0, 0, 0, 0)",
|
|
2007
|
+
colorInfoBg: "rgba(0, 0, 0, 0)",
|
|
2008
|
+
colorSuccessBg: "rgba(0, 0, 0, 0)",
|
|
2009
|
+
colorWarningBg: "rgba(0, 0, 0, 0)",
|
|
2026
2010
|
width: 384,
|
|
2027
2011
|
zIndexPopup: 2050
|
|
2028
2012
|
},
|
|
@@ -2058,7 +2042,7 @@ const ko = /* @__PURE__ */ Ee(Ao), To = {
|
|
|
2058
2042
|
dotSizeSM: 14
|
|
2059
2043
|
},
|
|
2060
2044
|
Collapse: {
|
|
2061
|
-
borderlessContentBg: "rgba(
|
|
2045
|
+
borderlessContentBg: "rgba(0, 0, 0, 0)",
|
|
2062
2046
|
borderlessContentPadding: "4px 16px 16px",
|
|
2063
2047
|
contentBg: "#FFFFFF",
|
|
2064
2048
|
contentPadding: "16px 16px",
|
|
@@ -2172,26 +2156,26 @@ const ko = /* @__PURE__ */ Ee(Ao), To = {
|
|
|
2172
2156
|
cyan8: "#58D1C9",
|
|
2173
2157
|
cyan9: "#84E2D8",
|
|
2174
2158
|
cyan10: "#B2F1E8",
|
|
2175
|
-
"guozhi blue1": "#
|
|
2176
|
-
"guozhi blue2": "#
|
|
2177
|
-
"guozhi blue3": "#
|
|
2178
|
-
"guozhi blue4": "#
|
|
2179
|
-
"guozhi blue5": "#
|
|
2180
|
-
"guozhi blue6": "#
|
|
2181
|
-
"guozhi blue7": "#
|
|
2182
|
-
"guozhi blue8": "#
|
|
2183
|
-
"guozhi blue9": "#
|
|
2184
|
-
"guozhi blue10": "#
|
|
2185
|
-
"galaxy blue1": "#
|
|
2186
|
-
"galaxy blue2": "#
|
|
2187
|
-
"galaxy blue3": "#
|
|
2188
|
-
"galaxy blue4": "#
|
|
2189
|
-
"galaxy blue5": "#
|
|
2190
|
-
"galaxy blue6": "#
|
|
2191
|
-
"galaxy blue7": "#
|
|
2192
|
-
"galaxy blue8": "#
|
|
2193
|
-
"galaxy blue9": "#
|
|
2194
|
-
"galaxy blue10": "#
|
|
2159
|
+
"guozhi blue1": "#121728",
|
|
2160
|
+
"guozhi blue2": "#14203F",
|
|
2161
|
+
"guozhi blue3": "#192A53",
|
|
2162
|
+
"guozhi blue4": "#1B3573",
|
|
2163
|
+
"guozhi blue5": "#1E449D",
|
|
2164
|
+
"guozhi blue6": "#2253C7",
|
|
2165
|
+
"guozhi blue7": "#4879DC",
|
|
2166
|
+
"guozhi blue8": "#75A3F3",
|
|
2167
|
+
"guozhi blue9": "#9FC3F8",
|
|
2168
|
+
"guozhi blue10": "#C8DEFA",
|
|
2169
|
+
"galaxy blue1": "#151A29",
|
|
2170
|
+
"galaxy blue2": "#192441",
|
|
2171
|
+
"galaxy blue3": "#203155",
|
|
2172
|
+
"galaxy blue4": "#263F76",
|
|
2173
|
+
"galaxy blue5": "#2D52A1",
|
|
2174
|
+
"galaxy blue6": "#3565CC",
|
|
2175
|
+
"galaxy blue7": "#5E8DE3",
|
|
2176
|
+
"galaxy blue8": "#8BB3F3",
|
|
2177
|
+
"galaxy blue9": "#B5D1F8",
|
|
2178
|
+
"galaxy blue10": "#DFECFA",
|
|
2195
2179
|
purple1: "#1A1325",
|
|
2196
2180
|
purple2: "#24163A",
|
|
2197
2181
|
purple3: "#301C4D",
|
|
@@ -2222,10 +2206,10 @@ const ko = /* @__PURE__ */ Ee(Ao), To = {
|
|
|
2222
2206
|
gray8: "#595959",
|
|
2223
2207
|
gray9: "#434343",
|
|
2224
2208
|
gray10: "#262626",
|
|
2225
|
-
colorPrimary: "#
|
|
2226
|
-
colorSuccess: "#
|
|
2227
|
-
colorWarning: "#
|
|
2228
|
-
colorError: "#
|
|
2209
|
+
colorPrimary: "#2253C7",
|
|
2210
|
+
colorSuccess: "#73D13D",
|
|
2211
|
+
colorWarning: "#D89614",
|
|
2212
|
+
colorError: "#DC4446",
|
|
2229
2213
|
colorInfo: "#3496FF",
|
|
2230
2214
|
colorTextBase: "#FFFFFF",
|
|
2231
2215
|
colorBgBase: "#000000",
|
|
@@ -2234,8 +2218,7 @@ const ko = /* @__PURE__ */ Ee(Ao), To = {
|
|
|
2234
2218
|
sizePopupArrow: 16,
|
|
2235
2219
|
controlHeight: 32,
|
|
2236
2220
|
opacityImage: 100,
|
|
2237
|
-
fontFamily: "
|
|
2238
|
-
"fontFamily-cn": "Source Han Sans CN",
|
|
2221
|
+
fontFamily: "Source Han Sans CN VF",
|
|
2239
2222
|
fontFamilyCode: "SFMono-Regular",
|
|
2240
2223
|
fontSize: 14,
|
|
2241
2224
|
lineWidth: 1,
|
|
@@ -2254,36 +2237,36 @@ const ko = /* @__PURE__ */ Ee(Ao), To = {
|
|
|
2254
2237
|
motionEaseOutQuint: "cubic-bezier(0.23, 1, 0.32, 1)",
|
|
2255
2238
|
motionUnit: 0.10000000149011612,
|
|
2256
2239
|
wireframe: !1,
|
|
2257
|
-
colorPrimaryBg: "#
|
|
2258
|
-
colorPrimaryBgHover: "#
|
|
2259
|
-
colorPrimaryBorder: "#
|
|
2260
|
-
colorPrimaryBorderHover: "#
|
|
2261
|
-
colorPrimaryHover: "#
|
|
2262
|
-
colorPrimaryBase: "#
|
|
2263
|
-
colorPrimaryActive: "#
|
|
2264
|
-
colorPrimaryTextHover: "#
|
|
2265
|
-
colorPrimaryText: "#
|
|
2266
|
-
colorPrimaryTextActive: "#
|
|
2267
|
-
colorSuccessBg: "#
|
|
2268
|
-
colorSuccessBgHover: "#
|
|
2269
|
-
colorSuccessBorder: "#
|
|
2270
|
-
colorSuccessBorderHover: "#
|
|
2271
|
-
colorSuccessHover: "#
|
|
2272
|
-
colorSuccessBase: "#
|
|
2273
|
-
colorSuccessActive: "#
|
|
2274
|
-
colorSuccessTextHover: "#
|
|
2275
|
-
colorSuccessText: "#
|
|
2276
|
-
colorSuccessTextActive: "#
|
|
2277
|
-
colorWarningBg: "#
|
|
2278
|
-
colorWarningBgHover: "#
|
|
2279
|
-
colorWarningBorder: "#
|
|
2280
|
-
colorWarningBorderHover: "#
|
|
2281
|
-
colorWarningHover: "#
|
|
2282
|
-
colorWarningBase: "#
|
|
2283
|
-
colorWarningActive: "#
|
|
2284
|
-
colorWarningTextHover: "#
|
|
2285
|
-
colorWarningText: "#
|
|
2286
|
-
colorWarningTextActive: "#
|
|
2240
|
+
colorPrimaryBg: "#121728",
|
|
2241
|
+
colorPrimaryBgHover: "#14203F",
|
|
2242
|
+
colorPrimaryBorder: "#192A53",
|
|
2243
|
+
colorPrimaryBorderHover: "#1B3573",
|
|
2244
|
+
colorPrimaryHover: "#1E449D",
|
|
2245
|
+
colorPrimaryBase: "#2253C7",
|
|
2246
|
+
colorPrimaryActive: "#4879DC",
|
|
2247
|
+
colorPrimaryTextHover: "#1E449D",
|
|
2248
|
+
colorPrimaryText: "#2253C7",
|
|
2249
|
+
colorPrimaryTextActive: "#4879DC",
|
|
2250
|
+
colorSuccessBg: "#092B00",
|
|
2251
|
+
colorSuccessBgHover: "#135200",
|
|
2252
|
+
colorSuccessBorder: "#237804",
|
|
2253
|
+
colorSuccessBorderHover: "#389E0D",
|
|
2254
|
+
colorSuccessHover: "#389E0D",
|
|
2255
|
+
colorSuccessBase: "#73D13D",
|
|
2256
|
+
colorSuccessActive: "#95DE64",
|
|
2257
|
+
colorSuccessTextHover: "#52C41A",
|
|
2258
|
+
colorSuccessText: "#73D13D",
|
|
2259
|
+
colorSuccessTextActive: "#95DE64",
|
|
2260
|
+
colorWarningBg: "#2B2111",
|
|
2261
|
+
colorWarningBgHover: "#443111",
|
|
2262
|
+
colorWarningBorder: "#594214",
|
|
2263
|
+
colorWarningBorderHover: "#7C5914",
|
|
2264
|
+
colorWarningHover: "#7C5914",
|
|
2265
|
+
colorWarningBase: "#D89614",
|
|
2266
|
+
colorWarningActive: "#E8B339",
|
|
2267
|
+
colorWarningTextHover: "#AA7714",
|
|
2268
|
+
colorWarningText: "#D89614",
|
|
2269
|
+
colorWarningTextActive: "#E8B339",
|
|
2287
2270
|
colorErrorBg: "#2C1618",
|
|
2288
2271
|
colorErrorBgHover: "#451D1F",
|
|
2289
2272
|
colorErrorBorder: "#5B2526",
|
|
@@ -2367,7 +2350,7 @@ const ko = /* @__PURE__ */ Ee(Ao), To = {
|
|
|
2367
2350
|
colorBgSolidActive: "rgba(235, 235, 235, 0.9)",
|
|
2368
2351
|
colorErrorBgFilledHover: "#441E1F",
|
|
2369
2352
|
colorErrorBgActive: "#5B2526",
|
|
2370
|
-
colorLink: "#
|
|
2353
|
+
colorLink: "#2253C7",
|
|
2371
2354
|
colorSplit: "#313337",
|
|
2372
2355
|
fontSizeIcon: 12,
|
|
2373
2356
|
controlInteractiveSize: 16,
|
|
@@ -2394,31 +2377,31 @@ const ko = /* @__PURE__ */ Ee(Ao), To = {
|
|
|
2394
2377
|
paddingContentVertical: 12,
|
|
2395
2378
|
paddingContentHorizontalSM: 16,
|
|
2396
2379
|
paddingContentVerticalSM: 8,
|
|
2397
|
-
colorLinkHover: "#
|
|
2398
|
-
colorLinkActive: "#
|
|
2399
|
-
colorFillContent: "rgba(
|
|
2400
|
-
colorFillContentHover: "rgba(
|
|
2401
|
-
colorFillAlter: "rgba(
|
|
2402
|
-
colorBgContainerDisabled: "rgba(
|
|
2403
|
-
colorBorderBg: "#
|
|
2404
|
-
colorTextPlaceholder: "rgba(
|
|
2405
|
-
colorTextDisabled: "rgba(
|
|
2406
|
-
colorTextHeading: "rgba(
|
|
2407
|
-
colorTextLabel: "rgba(
|
|
2408
|
-
colorTextDescription: "rgba(
|
|
2380
|
+
colorLinkHover: "#1B3573",
|
|
2381
|
+
colorLinkActive: "#4879DC",
|
|
2382
|
+
colorFillContent: "rgba(255, 255, 255, 0.12)",
|
|
2383
|
+
colorFillContentHover: "rgba(255, 255, 255, 0.18)",
|
|
2384
|
+
colorFillAlter: "rgba(255, 255, 255, 0.04)",
|
|
2385
|
+
colorBgContainerDisabled: "rgba(255, 255, 255, 0.08)",
|
|
2386
|
+
colorBorderBg: "#141414",
|
|
2387
|
+
colorTextPlaceholder: "rgba(255, 255, 255, 0.25)",
|
|
2388
|
+
colorTextDisabled: "rgba(255, 255, 255, 0.25)",
|
|
2389
|
+
colorTextHeading: "rgba(255, 255, 255, 0.85)",
|
|
2390
|
+
colorTextLabel: "rgba(255, 255, 255, 0.65)",
|
|
2391
|
+
colorTextDescription: "rgba(255, 255, 255, 0.45)",
|
|
2409
2392
|
colorTextLightSolid: "#FFFFFF",
|
|
2410
|
-
colorHighlight: "#
|
|
2411
|
-
colorBgTextHover: "rgba(
|
|
2412
|
-
colorBgTextActive: "rgba(
|
|
2413
|
-
colorIcon: "rgba(
|
|
2414
|
-
colorIconHover: "rgba(
|
|
2393
|
+
colorHighlight: "#7E2E2F",
|
|
2394
|
+
colorBgTextHover: "rgba(255, 255, 255, 0.12)",
|
|
2395
|
+
colorBgTextActive: "rgba(255, 255, 255, 0.18)",
|
|
2396
|
+
colorIcon: "rgba(255, 255, 255, 0.45)",
|
|
2397
|
+
colorIconHover: "rgba(255, 255, 255, 0.85)",
|
|
2415
2398
|
colorErrorOutline: "rgba(255, 77, 79, 0.1)",
|
|
2416
2399
|
colorWarningOutline: "rgba(250, 173, 20, 0.1)",
|
|
2417
|
-
controlItemBgHover: "rgba(
|
|
2418
|
-
controlItemBgActive: "#
|
|
2419
|
-
controlItemBgActiveHover: "#
|
|
2420
|
-
controlItemBgActiveDisabled: "rgba(
|
|
2421
|
-
controlTmpOutline: "rgba(
|
|
2400
|
+
controlItemBgHover: "rgba(255, 255, 255, 0.08)",
|
|
2401
|
+
controlItemBgActive: "#121728",
|
|
2402
|
+
controlItemBgActiveHover: "#14203F",
|
|
2403
|
+
controlItemBgActiveDisabled: "rgba(255, 255, 255, 0.18)",
|
|
2404
|
+
controlTmpOutline: "rgba(255, 255, 255, 0.04)",
|
|
2422
2405
|
controlOutline: "rgba(5, 145, 255, 0.1)",
|
|
2423
2406
|
controlOutlineWidth: 2,
|
|
2424
2407
|
opacityLoading: 65,
|
|
@@ -2456,7 +2439,7 @@ const ko = /* @__PURE__ */ Ee(Ao), To = {
|
|
|
2456
2439
|
sidebarWidthSm: 180,
|
|
2457
2440
|
sidebarWidthLG: 360,
|
|
2458
2441
|
sidebarCollapsedWidth: 48,
|
|
2459
|
-
colorBgSidebar: "#
|
|
2442
|
+
colorBgSidebar: "#1F1F1F",
|
|
2460
2443
|
headerHeight: 44,
|
|
2461
2444
|
footerHeight: 33,
|
|
2462
2445
|
tooltipVerticalPadding: 6,
|
|
@@ -2507,7 +2490,7 @@ const ko = /* @__PURE__ */ Ee(Ao), To = {
|
|
|
2507
2490
|
codeAndKeyboardTopPadding: 2,
|
|
2508
2491
|
codeKeyboardRadius: 3,
|
|
2509
2492
|
codeAndKeyboardBottomPadding: 1,
|
|
2510
|
-
badgeShadowColor: "#
|
|
2493
|
+
badgeShadowColor: "#141414",
|
|
2511
2494
|
badgeShadowSize: 1,
|
|
2512
2495
|
badgeHeight: 20,
|
|
2513
2496
|
badgeHeightSM: 14,
|
|
@@ -2561,6 +2544,7 @@ const ko = /* @__PURE__ */ Ee(Ao), To = {
|
|
|
2561
2544
|
segmentedItemGap: 6,
|
|
2562
2545
|
segmentedIcon: 14,
|
|
2563
2546
|
segmentedIconLG: 16,
|
|
2547
|
+
radioSize: 16,
|
|
2564
2548
|
radioDotSize: 6,
|
|
2565
2549
|
radioDotPadding: 4,
|
|
2566
2550
|
radioButtonPaddingInline: 15,
|
|
@@ -2637,7 +2621,7 @@ const ko = /* @__PURE__ */ Ee(Ao), To = {
|
|
|
2637
2621
|
},
|
|
2638
2622
|
components: {
|
|
2639
2623
|
Button: {
|
|
2640
|
-
borderColorDisabled: "#
|
|
2624
|
+
borderColorDisabled: "#2E3137",
|
|
2641
2625
|
contentFontSize: 14,
|
|
2642
2626
|
contentFontSizeLG: 14,
|
|
2643
2627
|
contentFontSizeSM: 14,
|
|
@@ -2646,23 +2630,23 @@ const ko = /* @__PURE__ */ Ee(Ao), To = {
|
|
|
2646
2630
|
contentLineHeightSM: 1.6666666269302368,
|
|
2647
2631
|
dangerColor: "#FFFFFF",
|
|
2648
2632
|
dangerShadow: "0 2px 0 rgba(255,38,5,0.06)",
|
|
2649
|
-
defaultActiveBg: "#
|
|
2650
|
-
defaultActiveBorderColor: "#
|
|
2651
|
-
defaultActiveColor: "#
|
|
2652
|
-
defaultBg: "#
|
|
2653
|
-
defaultBorderColor: "#
|
|
2654
|
-
defaultColor: "rgba(
|
|
2655
|
-
defaultGhostBorderColor: "#
|
|
2656
|
-
defaultGhostColor: "#
|
|
2657
|
-
defaultHoverBg: "#
|
|
2658
|
-
defaultHoverBorderColor: "#
|
|
2659
|
-
defaultHoverColor: "#
|
|
2633
|
+
defaultActiveBg: "#141414",
|
|
2634
|
+
defaultActiveBorderColor: "#4879DC",
|
|
2635
|
+
defaultActiveColor: "#4879DC",
|
|
2636
|
+
defaultBg: "#141414",
|
|
2637
|
+
defaultBorderColor: "#2E3137",
|
|
2638
|
+
defaultColor: "rgba(255, 255, 255, 0.85)",
|
|
2639
|
+
defaultGhostBorderColor: "#141414",
|
|
2640
|
+
defaultGhostColor: "#141414",
|
|
2641
|
+
defaultHoverBg: "#141414",
|
|
2642
|
+
defaultHoverBorderColor: "#1E449D",
|
|
2643
|
+
defaultHoverColor: "#1E449D",
|
|
2660
2644
|
defaultShadow: "0 2px 0 rgba(0,0,0,0.02)",
|
|
2661
2645
|
fontWeight: 400,
|
|
2662
|
-
ghostBg: "rgba(
|
|
2663
|
-
groupBorderColor: "#
|
|
2646
|
+
ghostBg: "rgba(0, 0, 0, 0)",
|
|
2647
|
+
groupBorderColor: "#1E449D",
|
|
2664
2648
|
iconGap: 8,
|
|
2665
|
-
linkHoverBg: "rgba(
|
|
2649
|
+
linkHoverBg: "rgba(0, 0, 0, 0)",
|
|
2666
2650
|
onlyIconSize: 14,
|
|
2667
2651
|
onlyIconSizeLG: 16,
|
|
2668
2652
|
onlyIconSizeSM: 12,
|
|
@@ -2675,12 +2659,12 @@ const ko = /* @__PURE__ */ Ee(Ao), To = {
|
|
|
2675
2659
|
primaryColor: "#FFFFFF",
|
|
2676
2660
|
primaryShadow: "0 2px 0 rgba(5,145,255,0.1)",
|
|
2677
2661
|
solidTextColor: "#000000",
|
|
2678
|
-
textHoverBg: "rgba(
|
|
2679
|
-
textTextActiveColor: "rgba(
|
|
2680
|
-
textTextColor: "rgba(
|
|
2681
|
-
textTextHoverColor: "rgba(
|
|
2682
|
-
dashedBgDisabled: "rgba(
|
|
2683
|
-
defaultBgDisabled: "rgba(
|
|
2662
|
+
textHoverBg: "rgba(255, 255, 255, 0.08)",
|
|
2663
|
+
textTextActiveColor: "rgba(255, 255, 255, 0.85)",
|
|
2664
|
+
textTextColor: "rgba(255, 255, 255, 0.85)",
|
|
2665
|
+
textTextHoverColor: "rgba(255, 255, 255, 0.85)",
|
|
2666
|
+
dashedBgDisabled: "rgba(255, 255, 255, 0.08)",
|
|
2667
|
+
defaultBgDisabled: "rgba(255, 255, 255, 0.08)"
|
|
2684
2668
|
},
|
|
2685
2669
|
Typography: {
|
|
2686
2670
|
titleMarginBottom: 0,
|
|
@@ -2692,16 +2676,16 @@ const ko = /* @__PURE__ */ Ee(Ao), To = {
|
|
|
2692
2676
|
verticalMarginInline: 8
|
|
2693
2677
|
},
|
|
2694
2678
|
Layout: {
|
|
2695
|
-
bodyBg: "#
|
|
2696
|
-
footerBg: "#
|
|
2679
|
+
bodyBg: "#000000",
|
|
2680
|
+
footerBg: "#000000",
|
|
2697
2681
|
footerPadding: "24px 50px",
|
|
2698
2682
|
headerBg: "#001529",
|
|
2699
|
-
headerColor: "rgba(
|
|
2683
|
+
headerColor: "rgba(255, 255, 255, 0.85)",
|
|
2700
2684
|
headerHeight: 64,
|
|
2701
2685
|
headerPadding: "0 50px",
|
|
2702
|
-
lightSiderBg: "#
|
|
2703
|
-
lightTriggerBg: "#
|
|
2704
|
-
lightTriggerColor: "rgba(
|
|
2686
|
+
lightSiderBg: "#141414",
|
|
2687
|
+
lightTriggerBg: "#141414",
|
|
2688
|
+
lightTriggerColor: "rgba(255, 255, 255, 0.85)",
|
|
2705
2689
|
siderBg: "#001529",
|
|
2706
2690
|
triggerBg: "#002140",
|
|
2707
2691
|
triggerColor: "#FFFFFF",
|
|
@@ -2720,11 +2704,11 @@ const ko = /* @__PURE__ */ Ee(Ao), To = {
|
|
|
2720
2704
|
},
|
|
2721
2705
|
Breadcrumb: {
|
|
2722
2706
|
iconFontSize: 14,
|
|
2723
|
-
itemColor: "rgba(
|
|
2724
|
-
lastItemColor: "rgba(
|
|
2725
|
-
linkColor: "rgba(
|
|
2726
|
-
linkHoverColor: "rgba(
|
|
2727
|
-
separatorColor: "rgba(
|
|
2707
|
+
itemColor: "rgba(255, 255, 255, 0.45)",
|
|
2708
|
+
lastItemColor: "rgba(255, 255, 255, 0.85)",
|
|
2709
|
+
linkColor: "rgba(255, 255, 255, 0.45)",
|
|
2710
|
+
linkHoverColor: "rgba(255, 255, 255, 0.85)",
|
|
2711
|
+
separatorColor: "rgba(255, 255, 255, 0.45)",
|
|
2728
2712
|
separatorMargin: 8
|
|
2729
2713
|
},
|
|
2730
2714
|
Dropdown: {
|
|
@@ -2737,66 +2721,66 @@ const ko = /* @__PURE__ */ Ee(Ao), To = {
|
|
|
2737
2721
|
activeBarWidth: 0,
|
|
2738
2722
|
collapsedIconSize: 16,
|
|
2739
2723
|
collapsedWidth: 80,
|
|
2740
|
-
dangerItemActiveBg: "#
|
|
2741
|
-
dangerItemColor: "#
|
|
2742
|
-
dangerItemHoverColor: "#
|
|
2743
|
-
dangerItemSelectedBg: "#
|
|
2744
|
-
dangerItemSelectedColor: "#
|
|
2745
|
-
darkDangerItemActiveBg: "#
|
|
2746
|
-
darkDangerItemColor: "#
|
|
2747
|
-
darkDangerItemHoverColor: "#
|
|
2748
|
-
darkDangerItemSelectedBg: "#
|
|
2724
|
+
dangerItemActiveBg: "#2C1618",
|
|
2725
|
+
dangerItemColor: "#DC4446",
|
|
2726
|
+
dangerItemHoverColor: "#DC4446",
|
|
2727
|
+
dangerItemSelectedBg: "#2C1618",
|
|
2728
|
+
dangerItemSelectedColor: "#DC4446",
|
|
2729
|
+
darkDangerItemActiveBg: "#DC4446",
|
|
2730
|
+
darkDangerItemColor: "#DC4446",
|
|
2731
|
+
darkDangerItemHoverColor: "#E86E6B",
|
|
2732
|
+
darkDangerItemSelectedBg: "#DC4446",
|
|
2749
2733
|
darkDangerItemSelectedColor: "#FFFFFF",
|
|
2750
2734
|
darkGroupTitleColor: "rgba(255, 255, 255, 0.65)",
|
|
2751
2735
|
darkItemBg: "#001529",
|
|
2752
2736
|
darkItemColor: "rgba(255, 255, 255, 0.65)",
|
|
2753
2737
|
darkItemDisabledColor: "rgba(255, 255, 255, 0.25)",
|
|
2754
|
-
darkItemHoverBg: "rgba(
|
|
2738
|
+
darkItemHoverBg: "rgba(0, 0, 0, 0)",
|
|
2755
2739
|
darkItemHoverColor: "#FFFFFF",
|
|
2756
|
-
darkItemSelectedBg: "#
|
|
2740
|
+
darkItemSelectedBg: "#2253C7",
|
|
2757
2741
|
darkItemSelectedColor: "#FFFFFF",
|
|
2758
2742
|
darkPopupBg: "#001529",
|
|
2759
2743
|
darkSubMenuItemBg: "#000C17",
|
|
2760
2744
|
dropdownWidth: 160,
|
|
2761
|
-
groupTitleColor: "rgba(
|
|
2745
|
+
groupTitleColor: "rgba(255, 255, 255, 0.45)",
|
|
2762
2746
|
groupTitleFontSize: 14,
|
|
2763
2747
|
groupTitleLineHeight: 1.5714285373687744,
|
|
2764
2748
|
horizontalItemBorderRadius: 0,
|
|
2765
|
-
horizontalItemHoverBg: "rgba(
|
|
2766
|
-
horizontalItemHoverColor: "#
|
|
2767
|
-
horizontalItemSelectedBg: "rgba(
|
|
2768
|
-
horizontalItemSelectedColor: "#
|
|
2749
|
+
horizontalItemHoverBg: "rgba(0, 0, 0, 0)",
|
|
2750
|
+
horizontalItemHoverColor: "#2253C7",
|
|
2751
|
+
horizontalItemSelectedBg: "rgba(0, 0, 0, 0)",
|
|
2752
|
+
horizontalItemSelectedColor: "#2253C7",
|
|
2769
2753
|
horizontalLineHeight: 46,
|
|
2770
2754
|
iconMarginInlineEnd: 10,
|
|
2771
2755
|
iconSize: 14,
|
|
2772
|
-
itemActiveBg: "#
|
|
2773
|
-
itemBg: "#
|
|
2756
|
+
itemActiveBg: "#121728",
|
|
2757
|
+
itemBg: "#141414",
|
|
2774
2758
|
itemBorderRadius: 8,
|
|
2775
|
-
itemColor: "rgba(
|
|
2776
|
-
itemDisabledColor: "rgba(
|
|
2759
|
+
itemColor: "rgba(255, 255, 255, 0.85)",
|
|
2760
|
+
itemDisabledColor: "rgba(255, 255, 255, 0.25)",
|
|
2777
2761
|
itemHeight: 40,
|
|
2778
|
-
itemHoverBg: "rgba(
|
|
2779
|
-
itemHoverColor: "rgba(
|
|
2762
|
+
itemHoverBg: "rgba(255, 255, 255, 0.12)",
|
|
2763
|
+
itemHoverColor: "rgba(255, 255, 255, 0.85)",
|
|
2780
2764
|
itemMarginBlock: 4,
|
|
2781
2765
|
itemMarginInline: 4,
|
|
2782
2766
|
itemPaddingInline: 16,
|
|
2783
|
-
itemSelectedBg: "#
|
|
2784
|
-
itemSelectedColor: "#
|
|
2785
|
-
popupBg: "#
|
|
2786
|
-
subMenuItemBg: "rgba(
|
|
2767
|
+
itemSelectedBg: "#121728",
|
|
2768
|
+
itemSelectedColor: "#2253C7",
|
|
2769
|
+
popupBg: "#1F1F1F",
|
|
2770
|
+
subMenuItemBg: "rgba(255, 255, 255, 0.04)",
|
|
2787
2771
|
subMenuItemBorderRadius: 4,
|
|
2788
|
-
subMenuItemSelectedColor: "#
|
|
2772
|
+
subMenuItemSelectedColor: "#2253C7",
|
|
2789
2773
|
zIndexPopup: 1050
|
|
2790
2774
|
},
|
|
2791
2775
|
Pagination: {
|
|
2792
|
-
itemActiveBg: "#
|
|
2793
|
-
itemActiveBgDisabled: "rgba(
|
|
2794
|
-
itemActiveColor: "#
|
|
2795
|
-
itemActiveColorDisabled: "rgba(
|
|
2796
|
-
itemActiveColorHover: "#
|
|
2797
|
-
itemBg: "#
|
|
2798
|
-
itemInputBg: "#
|
|
2799
|
-
itemLinkBg: "#
|
|
2776
|
+
itemActiveBg: "#141414",
|
|
2777
|
+
itemActiveBgDisabled: "rgba(255, 255, 255, 0.18)",
|
|
2778
|
+
itemActiveColor: "#2253C7",
|
|
2779
|
+
itemActiveColorDisabled: "rgba(255, 255, 255, 0.25)",
|
|
2780
|
+
itemActiveColorHover: "#1E449D",
|
|
2781
|
+
itemBg: "#141414",
|
|
2782
|
+
itemInputBg: "#141414",
|
|
2783
|
+
itemLinkBg: "#141414",
|
|
2800
2784
|
itemSize: 32,
|
|
2801
2785
|
itemSizeSM: 24,
|
|
2802
2786
|
miniOptionsSizeChangerTop: 0
|
|
@@ -2811,12 +2795,12 @@ const ko = /* @__PURE__ */ Ee(Ao), To = {
|
|
|
2811
2795
|
iconSize: 32,
|
|
2812
2796
|
iconSizeSM: 24,
|
|
2813
2797
|
iconTop: -0.5,
|
|
2814
|
-
navArrowColor: "rgba(
|
|
2798
|
+
navArrowColor: "rgba(255, 255, 255, 0.25)",
|
|
2815
2799
|
navContentMaxWidth: "unset",
|
|
2816
2800
|
titleLineHeight: 32
|
|
2817
2801
|
},
|
|
2818
2802
|
Tabs: {
|
|
2819
|
-
cardBg: "rgba(
|
|
2803
|
+
cardBg: "rgba(255, 255, 255, 0.04)",
|
|
2820
2804
|
cardGutter: 2,
|
|
2821
2805
|
cardHeight: 40,
|
|
2822
2806
|
cardHeightLG: 48,
|
|
@@ -2831,11 +2815,11 @@ const ko = /* @__PURE__ */ Ee(Ao), To = {
|
|
|
2831
2815
|
horizontalItemPaddingLG: "16px 0",
|
|
2832
2816
|
horizontalItemPaddingSM: "8px 0",
|
|
2833
2817
|
horizontalMargin: "0 0 16px 0",
|
|
2834
|
-
inkBarColor: "#
|
|
2835
|
-
itemActiveColor: "#
|
|
2836
|
-
itemColor: "rgba(
|
|
2837
|
-
itemHoverColor: "#
|
|
2838
|
-
itemSelectedColor: "#
|
|
2818
|
+
inkBarColor: "#2253C7",
|
|
2819
|
+
itemActiveColor: "#4879DC",
|
|
2820
|
+
itemColor: "rgba(255, 255, 255, 0.85)",
|
|
2821
|
+
itemHoverColor: "#1E449D",
|
|
2822
|
+
itemSelectedColor: "#2253C7",
|
|
2839
2823
|
titleFontSize: 14,
|
|
2840
2824
|
titleFontSizeLG: 16,
|
|
2841
2825
|
titleFontSizeSM: 12,
|
|
@@ -2844,27 +2828,27 @@ const ko = /* @__PURE__ */ Ee(Ao), To = {
|
|
|
2844
2828
|
zIndexPopup: 1050
|
|
2845
2829
|
},
|
|
2846
2830
|
AutoComplete: {
|
|
2847
|
-
activeBorderColor: "#
|
|
2831
|
+
activeBorderColor: "#2253C7",
|
|
2848
2832
|
activeOutlineColor: "rgba(5, 145, 255, 0.1)",
|
|
2849
|
-
clearBg: "#
|
|
2850
|
-
hoverBorderColor: "#
|
|
2851
|
-
multipleItemBg: "rgba(
|
|
2852
|
-
multipleItemBorderColor: "rgba(
|
|
2853
|
-
multipleItemBorderColorDisabled: "rgba(
|
|
2854
|
-
multipleItemColorDisabled: "rgba(
|
|
2833
|
+
clearBg: "#141414",
|
|
2834
|
+
hoverBorderColor: "#1E449D",
|
|
2835
|
+
multipleItemBg: "rgba(255, 255, 255, 0.12)",
|
|
2836
|
+
multipleItemBorderColor: "rgba(0, 0, 0, 0)",
|
|
2837
|
+
multipleItemBorderColorDisabled: "rgba(0, 0, 0, 0)",
|
|
2838
|
+
multipleItemColorDisabled: "rgba(255, 255, 255, 0.25)",
|
|
2855
2839
|
multipleItemHeight: 24,
|
|
2856
2840
|
multipleItemHeightLG: 32,
|
|
2857
2841
|
multipleItemHeightSM: 16,
|
|
2858
|
-
multipleSelectorBgDisabled: "rgba(
|
|
2859
|
-
optionActiveBg: "rgba(
|
|
2842
|
+
multipleSelectorBgDisabled: "rgba(255, 255, 255, 0.08)",
|
|
2843
|
+
optionActiveBg: "rgba(255, 255, 255, 0.08)",
|
|
2860
2844
|
optionFontSize: 14,
|
|
2861
2845
|
optionHeight: 32,
|
|
2862
2846
|
optionLineHeight: 1.5700000524520874,
|
|
2863
2847
|
optionPadding: "5px 12px",
|
|
2864
|
-
optionSelectedBg: "#
|
|
2865
|
-
optionSelectedColor: "rgba(
|
|
2848
|
+
optionSelectedBg: "#121728",
|
|
2849
|
+
optionSelectedColor: "rgba(255, 255, 255, 0.85)",
|
|
2866
2850
|
optionSelectedFontWeight: 700,
|
|
2867
|
-
selectorBg: "#
|
|
2851
|
+
selectorBg: "#141414",
|
|
2868
2852
|
showArrowPaddingInlineEnd: 18,
|
|
2869
2853
|
singleItemHeightLG: 40,
|
|
2870
2854
|
zIndexPopup: 1050
|
|
@@ -2875,18 +2859,18 @@ const ko = /* @__PURE__ */ Ee(Ao), To = {
|
|
|
2875
2859
|
dropdownHeight: 180,
|
|
2876
2860
|
menuPadding: 4,
|
|
2877
2861
|
optionPadding: "5px 12px",
|
|
2878
|
-
optionSelectedBg: "#
|
|
2879
|
-
optionSelectedColor: "rgba(
|
|
2862
|
+
optionSelectedBg: "#121728",
|
|
2863
|
+
optionSelectedColor: "rgba(255, 255, 255, 0.85)",
|
|
2880
2864
|
optionSelectedFontWeight: 700
|
|
2881
2865
|
},
|
|
2882
2866
|
Input: {
|
|
2883
|
-
activeBg: "#
|
|
2884
|
-
activeBorderColor: "#
|
|
2867
|
+
activeBg: "#141414",
|
|
2868
|
+
activeBorderColor: "#2253C7",
|
|
2885
2869
|
activeShadow: "0 0 0 2px rgba(5,145,255,0.1)",
|
|
2886
|
-
addonBg: "rgba(
|
|
2870
|
+
addonBg: "rgba(255, 255, 255, 0.04)",
|
|
2887
2871
|
errorActiveShadow: "0 0 0 2px rgba(255,38,5,0.06)",
|
|
2888
|
-
hoverBg: "#
|
|
2889
|
-
hoverBorderColor: "#
|
|
2872
|
+
hoverBg: "#141414",
|
|
2873
|
+
hoverBorderColor: "#1E449D",
|
|
2890
2874
|
inputFontSize: 14,
|
|
2891
2875
|
inputFontSizeLG: 16,
|
|
2892
2876
|
inputFontSizeSM: 14,
|
|
@@ -2899,31 +2883,31 @@ const ko = /* @__PURE__ */ Ee(Ao), To = {
|
|
|
2899
2883
|
warningActiveShadow: "0 0 0 2px rgba(255,215,5,0.1)"
|
|
2900
2884
|
},
|
|
2901
2885
|
DatePicker: {
|
|
2902
|
-
activeBg: "#
|
|
2903
|
-
activeBorderColor: "#
|
|
2886
|
+
activeBg: "#141414",
|
|
2887
|
+
activeBorderColor: "#2253C7",
|
|
2904
2888
|
activeShadow: "0 0 0 2px rgba(5,145,255,0.1)",
|
|
2905
|
-
addonBg: "rgba(
|
|
2906
|
-
cellActiveWithRangeBg: "#
|
|
2907
|
-
cellBgDisabled: "rgba(
|
|
2889
|
+
addonBg: "rgba(255, 255, 255, 0.04)",
|
|
2890
|
+
cellActiveWithRangeBg: "#121728",
|
|
2891
|
+
cellBgDisabled: "rgba(255, 255, 255, 0.08)",
|
|
2908
2892
|
cellHeight: 24,
|
|
2909
|
-
cellHoverBg: "rgba(
|
|
2893
|
+
cellHoverBg: "rgba(255, 255, 255, 0.08)",
|
|
2910
2894
|
cellHoverWithRangeBg: "#CBE0FD",
|
|
2911
2895
|
cellRangeBorderColor: "#82B4F9",
|
|
2912
2896
|
cellWidth: 36,
|
|
2913
2897
|
errorActiveShadow: "0 0 0 2px rgba(255,38,5,0.06)",
|
|
2914
|
-
hoverBg: "#
|
|
2915
|
-
hoverBorderColor: "#
|
|
2898
|
+
hoverBg: "#141414",
|
|
2899
|
+
hoverBorderColor: "#1E449D",
|
|
2916
2900
|
inputFontSize: 14,
|
|
2917
2901
|
inputFontSizeLG: 16,
|
|
2918
2902
|
inputFontSizeSM: 14,
|
|
2919
|
-
multipleItemBg: "rgba(
|
|
2920
|
-
multipleItemBorderColor: "rgba(
|
|
2921
|
-
multipleItemBorderColorDisabled: "rgba(
|
|
2922
|
-
multipleItemColorDisabled: "rgba(
|
|
2903
|
+
multipleItemBg: "rgba(255, 255, 255, 0.12)",
|
|
2904
|
+
multipleItemBorderColor: "rgba(0, 0, 0, 0)",
|
|
2905
|
+
multipleItemBorderColorDisabled: "rgba(0, 0, 0, 0)",
|
|
2906
|
+
multipleItemColorDisabled: "rgba(255, 255, 255, 0.25)",
|
|
2923
2907
|
multipleItemHeight: 24,
|
|
2924
2908
|
multipleItemHeightLG: 32,
|
|
2925
2909
|
multipleItemHeightSM: 16,
|
|
2926
|
-
multipleSelectorBgDisabled: "rgba(
|
|
2910
|
+
multipleSelectorBgDisabled: "rgba(255, 255, 255, 0.08)",
|
|
2927
2911
|
paddingBlock: 4,
|
|
2928
2912
|
paddingBlockLG: 7,
|
|
2929
2913
|
paddingBlockSM: 0,
|
|
@@ -2945,30 +2929,30 @@ const ko = /* @__PURE__ */ Ee(Ao), To = {
|
|
|
2945
2929
|
itemMarginBottom: 24,
|
|
2946
2930
|
labelColonMarginInlineEnd: 8,
|
|
2947
2931
|
labelColonMarginInlineStart: 2,
|
|
2948
|
-
labelColor: "rgba(
|
|
2932
|
+
labelColor: "rgba(255, 255, 255, 0.85)",
|
|
2949
2933
|
labelFontSize: 14,
|
|
2950
2934
|
labelHeight: 32,
|
|
2951
|
-
labelRequiredMarkColor: "#
|
|
2935
|
+
labelRequiredMarkColor: "#DC4446",
|
|
2952
2936
|
verticalLabelMargin: 0,
|
|
2953
2937
|
verticalLabelPadding: "0 0 8px"
|
|
2954
2938
|
},
|
|
2955
2939
|
InputNumber: {
|
|
2956
|
-
activeBg: "#
|
|
2957
|
-
activeBorderColor: "#
|
|
2940
|
+
activeBg: "#141414",
|
|
2941
|
+
activeBorderColor: "#2253C7",
|
|
2958
2942
|
activeShadow: "0 0 0 2px rgba(5,145,255,0.1)",
|
|
2959
|
-
addonBg: "rgba(
|
|
2943
|
+
addonBg: "rgba(255, 255, 255, 0.04)",
|
|
2960
2944
|
controlWidth: 90,
|
|
2961
2945
|
errorActiveShadow: "0 0 0 2px rgba(255,38,5,0.06)",
|
|
2962
2946
|
filledHandleBg: "#F0F0F0",
|
|
2963
|
-
handleActiveBg: "rgba(
|
|
2964
|
-
handleBg: "#
|
|
2965
|
-
handleBorderColor: "#
|
|
2947
|
+
handleActiveBg: "rgba(255, 255, 255, 0.04)",
|
|
2948
|
+
handleBg: "#141414",
|
|
2949
|
+
handleBorderColor: "#2E3137",
|
|
2966
2950
|
handleFontSize: 7,
|
|
2967
|
-
handleHoverColor: "#
|
|
2951
|
+
handleHoverColor: "#2253C7",
|
|
2968
2952
|
handleVisible: "auto",
|
|
2969
2953
|
handleWidth: 22,
|
|
2970
|
-
hoverBg: "#
|
|
2971
|
-
hoverBorderColor: "#
|
|
2954
|
+
hoverBg: "#141414",
|
|
2955
|
+
hoverBorderColor: "#1E449D",
|
|
2972
2956
|
inputFontSize: 14,
|
|
2973
2957
|
inputFontSizeLG: 16,
|
|
2974
2958
|
inputFontSizeSM: 14,
|
|
@@ -2981,15 +2965,15 @@ const ko = /* @__PURE__ */ Ee(Ao), To = {
|
|
|
2981
2965
|
warningActiveShadow: "0 0 0 2px rgba(255,215,5,0.1)"
|
|
2982
2966
|
},
|
|
2983
2967
|
Mentions: {
|
|
2984
|
-
activeBg: "#
|
|
2985
|
-
activeBorderColor: "#
|
|
2968
|
+
activeBg: "#141414",
|
|
2969
|
+
activeBorderColor: "#2253C7",
|
|
2986
2970
|
activeShadow: "0 0 0 2px rgba(5,145,255,0.1)",
|
|
2987
|
-
addonBg: "rgba(
|
|
2971
|
+
addonBg: "rgba(255, 255, 255, 0.04)",
|
|
2988
2972
|
controlItemWidth: 100,
|
|
2989
2973
|
dropdownHeight: 250,
|
|
2990
2974
|
errorActiveShadow: "0 0 0 2px rgba(255,38,5,0.06)",
|
|
2991
|
-
hoverBg: "#
|
|
2992
|
-
hoverBorderColor: "#
|
|
2975
|
+
hoverBg: "#141414",
|
|
2976
|
+
hoverBorderColor: "#1E449D",
|
|
2993
2977
|
inputFontSize: 14,
|
|
2994
2978
|
inputFontSizeLG: 16,
|
|
2995
2979
|
inputFontSizeSM: 14,
|
|
@@ -3003,74 +2987,74 @@ const ko = /* @__PURE__ */ Ee(Ao), To = {
|
|
|
3003
2987
|
zIndexPopup: 1050
|
|
3004
2988
|
},
|
|
3005
2989
|
Radio: {
|
|
3006
|
-
buttonBg: "#
|
|
3007
|
-
buttonCheckedBg: "#
|
|
3008
|
-
buttonCheckedBgDisabled: "rgba(
|
|
3009
|
-
buttonCheckedColorDisabled: "rgba(
|
|
3010
|
-
buttonColor: "rgba(
|
|
2990
|
+
buttonBg: "#141414",
|
|
2991
|
+
buttonCheckedBg: "#141414",
|
|
2992
|
+
buttonCheckedBgDisabled: "rgba(255, 255, 255, 0.18)",
|
|
2993
|
+
buttonCheckedColorDisabled: "rgba(255, 255, 255, 0.25)",
|
|
2994
|
+
buttonColor: "rgba(255, 255, 255, 0.85)",
|
|
3011
2995
|
buttonPaddingInline: 15,
|
|
3012
|
-
buttonSolidCheckedActiveBg: "#
|
|
3013
|
-
buttonSolidCheckedBg: "#
|
|
2996
|
+
buttonSolidCheckedActiveBg: "#4879DC",
|
|
2997
|
+
buttonSolidCheckedBg: "#2253C7",
|
|
3014
2998
|
buttonSolidCheckedColor: "#FFFFFF",
|
|
3015
|
-
buttonSolidCheckedHoverBg: "#
|
|
3016
|
-
dotColorDisabled: "rgba(
|
|
2999
|
+
buttonSolidCheckedHoverBg: "#1E449D",
|
|
3000
|
+
dotColorDisabled: "rgba(255, 255, 255, 0.25)",
|
|
3017
3001
|
dotSize: 8,
|
|
3018
|
-
|
|
3019
|
-
|
|
3002
|
+
radioSize: 16,
|
|
3003
|
+
wrapperMarginInlineEnd: 8
|
|
3020
3004
|
},
|
|
3021
3005
|
Rate: {
|
|
3022
|
-
starBg: "rgba(
|
|
3023
|
-
starColor: "#
|
|
3006
|
+
starBg: "rgba(255, 255, 255, 0.12)",
|
|
3007
|
+
starColor: "#D8BD14",
|
|
3024
3008
|
starHoverScale: "scale(1.1)",
|
|
3025
3009
|
starSize: 20,
|
|
3026
3010
|
starSizeLG: 25,
|
|
3027
3011
|
starSizeSM: 15
|
|
3028
3012
|
},
|
|
3029
3013
|
Select: {
|
|
3030
|
-
activeBorderColor: "#
|
|
3014
|
+
activeBorderColor: "#2253C7",
|
|
3031
3015
|
activeOutlineColor: "rgba(5, 145, 255, 0.1)",
|
|
3032
|
-
clearBg: "#
|
|
3033
|
-
hoverBorderColor: "#
|
|
3034
|
-
multipleItemBg: "rgba(
|
|
3035
|
-
multipleItemBorderColor: "rgba(
|
|
3036
|
-
multipleItemBorderColorDisabled: "rgba(
|
|
3037
|
-
multipleItemColorDisabled: "rgba(
|
|
3016
|
+
clearBg: "#141414",
|
|
3017
|
+
hoverBorderColor: "#1E449D",
|
|
3018
|
+
multipleItemBg: "rgba(255, 255, 255, 0.12)",
|
|
3019
|
+
multipleItemBorderColor: "rgba(0, 0, 0, 0)",
|
|
3020
|
+
multipleItemBorderColorDisabled: "rgba(0, 0, 0, 0)",
|
|
3021
|
+
multipleItemColorDisabled: "rgba(255, 255, 255, 0.25)",
|
|
3038
3022
|
multipleItemHeight: 24,
|
|
3039
3023
|
multipleItemHeightLG: 32,
|
|
3040
3024
|
multipleItemHeightSM: 16,
|
|
3041
|
-
multipleSelectorBgDisabled: "rgba(
|
|
3042
|
-
optionActiveBg: "rgba(
|
|
3025
|
+
multipleSelectorBgDisabled: "rgba(255, 255, 255, 0.08)",
|
|
3026
|
+
optionActiveBg: "rgba(255, 255, 255, 0.08)",
|
|
3043
3027
|
optionFontSize: 14,
|
|
3044
3028
|
optionHeight: 32,
|
|
3045
3029
|
optionLineHeight: 1.5700000524520874,
|
|
3046
3030
|
optionPadding: "5px 12px",
|
|
3047
|
-
optionSelectedBg: "#
|
|
3048
|
-
optionSelectedColor: "rgba(
|
|
3031
|
+
optionSelectedBg: "#121728",
|
|
3032
|
+
optionSelectedColor: "rgba(255, 255, 255, 0.85)",
|
|
3049
3033
|
optionSelectedFontWeight: 700,
|
|
3050
|
-
selectorBg: "#
|
|
3034
|
+
selectorBg: "#141414",
|
|
3051
3035
|
showArrowPaddingInlineEnd: 18,
|
|
3052
3036
|
singleItemHeightLG: 40,
|
|
3053
3037
|
zIndexPopup: 1050
|
|
3054
3038
|
},
|
|
3055
3039
|
Slider: {
|
|
3056
3040
|
controlSize: 10,
|
|
3057
|
-
dotActiveBorderColor: "#
|
|
3058
|
-
dotBorderColor: "#
|
|
3041
|
+
dotActiveBorderColor: "#192A53",
|
|
3042
|
+
dotBorderColor: "#282B31",
|
|
3059
3043
|
dotSize: 8,
|
|
3060
|
-
handleActiveColor: "#
|
|
3061
|
-
handleActiveOutlineColor: "#
|
|
3062
|
-
handleColor: "#
|
|
3044
|
+
handleActiveColor: "#2253C7",
|
|
3045
|
+
handleActiveOutlineColor: "#14203F",
|
|
3046
|
+
handleColor: "#192A53",
|
|
3063
3047
|
handleColorDisabled: "#414141",
|
|
3064
3048
|
handleLineWidth: 2,
|
|
3065
3049
|
handleLineWidthHover: 2.5,
|
|
3066
3050
|
handleSize: 10,
|
|
3067
3051
|
handleSizeHover: 12,
|
|
3068
|
-
railBg: "rgba(
|
|
3069
|
-
railHoverBg: "rgba(
|
|
3052
|
+
railBg: "rgba(255, 255, 255, 0.08)",
|
|
3053
|
+
railHoverBg: "rgba(255, 255, 255, 0.12)",
|
|
3070
3054
|
railSize: 4,
|
|
3071
|
-
trackBg: "#
|
|
3072
|
-
trackBgDisabled: "rgba(
|
|
3073
|
-
trackHoverBg: "#
|
|
3055
|
+
trackBg: "#192A53",
|
|
3056
|
+
trackBgDisabled: "rgba(255, 255, 255, 0.08)",
|
|
3057
|
+
trackHoverBg: "#1B3573"
|
|
3074
3058
|
},
|
|
3075
3059
|
Switch: {
|
|
3076
3060
|
handleBg: "#FFFFFF",
|
|
@@ -3088,31 +3072,31 @@ const ko = /* @__PURE__ */ Ee(Ao), To = {
|
|
|
3088
3072
|
trackPadding: 2
|
|
3089
3073
|
},
|
|
3090
3074
|
TimePicker: {
|
|
3091
|
-
activeBg: "#
|
|
3092
|
-
activeBorderColor: "#
|
|
3075
|
+
activeBg: "#141414",
|
|
3076
|
+
activeBorderColor: "#2253C7",
|
|
3093
3077
|
activeShadow: "0 0 0 2px rgba(5,145,255,0.1)",
|
|
3094
|
-
addonBg: "rgba(
|
|
3095
|
-
cellActiveWithRangeBg: "#
|
|
3096
|
-
cellBgDisabled: "rgba(
|
|
3078
|
+
addonBg: "rgba(255, 255, 255, 0.04)",
|
|
3079
|
+
cellActiveWithRangeBg: "#121728",
|
|
3080
|
+
cellBgDisabled: "rgba(255, 255, 255, 0.08)",
|
|
3097
3081
|
cellHeight: 24,
|
|
3098
|
-
cellHoverBg: "rgba(
|
|
3082
|
+
cellHoverBg: "rgba(255, 255, 255, 0.08)",
|
|
3099
3083
|
cellHoverWithRangeBg: "#CBE0FD",
|
|
3100
3084
|
cellRangeBorderColor: "#82B4F9",
|
|
3101
3085
|
cellWidth: 36,
|
|
3102
3086
|
errorActiveShadow: "0 0 0 2px rgba(255,38,5,0.06)",
|
|
3103
|
-
hoverBg: "#
|
|
3104
|
-
hoverBorderColor: "#
|
|
3087
|
+
hoverBg: "#141414",
|
|
3088
|
+
hoverBorderColor: "#1E449D",
|
|
3105
3089
|
inputFontSize: 14,
|
|
3106
3090
|
inputFontSizeLG: 16,
|
|
3107
3091
|
inputFontSizeSM: 14,
|
|
3108
|
-
multipleItemBg: "rgba(
|
|
3109
|
-
multipleItemBorderColor: "rgba(
|
|
3110
|
-
multipleItemBorderColorDisabled: "rgba(
|
|
3111
|
-
multipleItemColorDisabled: "rgba(
|
|
3092
|
+
multipleItemBg: "rgba(255, 255, 255, 0.12)",
|
|
3093
|
+
multipleItemBorderColor: "rgba(0, 0, 0, 0)",
|
|
3094
|
+
multipleItemBorderColorDisabled: "rgba(0, 0, 0, 0)",
|
|
3095
|
+
multipleItemColorDisabled: "rgba(255, 255, 255, 0.25)",
|
|
3112
3096
|
multipleItemHeight: 24,
|
|
3113
3097
|
multipleItemHeightLG: 32,
|
|
3114
3098
|
multipleItemHeightSM: 16,
|
|
3115
|
-
multipleSelectorBgDisabled: "rgba(
|
|
3099
|
+
multipleSelectorBgDisabled: "rgba(255, 255, 255, 0.08)",
|
|
3116
3100
|
paddingBlock: 4,
|
|
3117
3101
|
paddingBlockLG: 7,
|
|
3118
3102
|
paddingBlockSM: 0,
|
|
@@ -3139,21 +3123,21 @@ const ko = /* @__PURE__ */ Ee(Ao), To = {
|
|
|
3139
3123
|
},
|
|
3140
3124
|
TreeSelect: {
|
|
3141
3125
|
indentSize: 24,
|
|
3142
|
-
nodeHoverBg: "rgba(
|
|
3143
|
-
nodeHoverColor: "rgba(
|
|
3144
|
-
nodeSelectedBg: "#
|
|
3145
|
-
nodeSelectedColor: "rgba(
|
|
3126
|
+
nodeHoverBg: "rgba(255, 255, 255, 0.08)",
|
|
3127
|
+
nodeHoverColor: "rgba(255, 255, 255, 0.85)",
|
|
3128
|
+
nodeSelectedBg: "#121728",
|
|
3129
|
+
nodeSelectedColor: "rgba(255, 255, 255, 0.85)",
|
|
3146
3130
|
titleHeight: 24
|
|
3147
3131
|
},
|
|
3148
3132
|
Upload: {
|
|
3149
|
-
actionsColor: "rgba(
|
|
3133
|
+
actionsColor: "rgba(255, 255, 255, 0.45)",
|
|
3150
3134
|
pictureCardSize: 102
|
|
3151
3135
|
},
|
|
3152
3136
|
Avatar: {
|
|
3153
3137
|
containerSize: 32,
|
|
3154
3138
|
containerSizeLG: 40,
|
|
3155
3139
|
containerSizeSM: 24,
|
|
3156
|
-
groupBorderColor: "#
|
|
3140
|
+
groupBorderColor: "#141414",
|
|
3157
3141
|
groupOverlapping: -8,
|
|
3158
3142
|
groupSpace: 4,
|
|
3159
3143
|
iconFontSize: 18,
|
|
@@ -3174,20 +3158,20 @@ const ko = /* @__PURE__ */ Ee(Ao), To = {
|
|
|
3174
3158
|
textFontWeight: 400
|
|
3175
3159
|
},
|
|
3176
3160
|
Calendar: {
|
|
3177
|
-
fullBg: "#
|
|
3178
|
-
fullPanelBg: "#
|
|
3179
|
-
itemActiveBg: "#
|
|
3161
|
+
fullBg: "#141414",
|
|
3162
|
+
fullPanelBg: "#141414",
|
|
3163
|
+
itemActiveBg: "#121728",
|
|
3180
3164
|
miniContentHeight: 256,
|
|
3181
3165
|
monthControlWidth: 70,
|
|
3182
3166
|
yearControlWidth: 80
|
|
3183
3167
|
},
|
|
3184
3168
|
Card: {
|
|
3185
|
-
actionsBg: "#
|
|
3169
|
+
actionsBg: "#141414",
|
|
3186
3170
|
actionsLiMargin: "12px 0",
|
|
3187
3171
|
bodyPadding: 24,
|
|
3188
3172
|
bodyPaddingSM: 12,
|
|
3189
|
-
extraColor: "rgba(
|
|
3190
|
-
headerBg: "rgba(
|
|
3173
|
+
extraColor: "rgba(255, 255, 255, 0.85)",
|
|
3174
|
+
headerBg: "rgba(0, 0, 0, 0)",
|
|
3191
3175
|
headerFontSize: 16,
|
|
3192
3176
|
headerFontSizeSM: 14,
|
|
3193
3177
|
headerHeight: 56,
|
|
@@ -3208,13 +3192,13 @@ const ko = /* @__PURE__ */ Ee(Ao), To = {
|
|
|
3208
3192
|
Descriptions: {
|
|
3209
3193
|
colonMarginLeft: 2,
|
|
3210
3194
|
colonMarginRight: 8,
|
|
3211
|
-
contentColor: "rgba(
|
|
3212
|
-
extraColor: "rgba(
|
|
3195
|
+
contentColor: "rgba(255, 255, 255, 0.85)",
|
|
3196
|
+
extraColor: "rgba(255, 255, 255, 0.85)",
|
|
3213
3197
|
itemPaddingBottom: 16,
|
|
3214
3198
|
itemPaddingEnd: 16,
|
|
3215
|
-
labelBg: "rgba(
|
|
3216
|
-
labelColor: "rgba(
|
|
3217
|
-
titleColor: "rgba(
|
|
3199
|
+
labelBg: "rgba(255, 255, 255, 0.04)",
|
|
3200
|
+
labelColor: "rgba(255, 255, 255, 0.45)",
|
|
3201
|
+
titleColor: "rgba(255, 255, 255, 0.85)",
|
|
3218
3202
|
titleMarginBottom: 20
|
|
3219
3203
|
},
|
|
3220
3204
|
Image: {
|
|
@@ -3229,8 +3213,8 @@ const ko = /* @__PURE__ */ Ee(Ao), To = {
|
|
|
3229
3213
|
contentWidth: 220,
|
|
3230
3214
|
descriptionFontSize: 14,
|
|
3231
3215
|
emptyTextPadding: 16,
|
|
3232
|
-
footerBg: "rgba(
|
|
3233
|
-
headerBg: "rgba(
|
|
3216
|
+
footerBg: "rgba(0, 0, 0, 0)",
|
|
3217
|
+
headerBg: "rgba(0, 0, 0, 0)",
|
|
3234
3218
|
itemPadding: "12px 0",
|
|
3235
3219
|
itemPaddingLG: "16px 24px",
|
|
3236
3220
|
itemPaddingSM: "8px 16px",
|
|
@@ -3242,13 +3226,13 @@ const ko = /* @__PURE__ */ Ee(Ao), To = {
|
|
|
3242
3226
|
zIndexPopup: 1030
|
|
3243
3227
|
},
|
|
3244
3228
|
Segmented: {
|
|
3245
|
-
itemActiveBg: "rgba(
|
|
3246
|
-
itemColor: "rgba(
|
|
3247
|
-
itemHoverBg: "rgba(
|
|
3248
|
-
itemHoverColor: "rgba(
|
|
3249
|
-
itemSelectedBg: "#
|
|
3250
|
-
itemSelectedColor: "rgba(
|
|
3251
|
-
trackBg: "#
|
|
3229
|
+
itemActiveBg: "rgba(255, 255, 255, 0.18)",
|
|
3230
|
+
itemColor: "rgba(255, 255, 255, 0.65)",
|
|
3231
|
+
itemHoverBg: "rgba(255, 255, 255, 0.12)",
|
|
3232
|
+
itemHoverColor: "rgba(255, 255, 255, 0.85)",
|
|
3233
|
+
itemSelectedBg: "#1F1F1F",
|
|
3234
|
+
itemSelectedColor: "rgba(255, 255, 255, 0.85)",
|
|
3235
|
+
trackBg: "#000000",
|
|
3252
3236
|
trackPadding: 2
|
|
3253
3237
|
},
|
|
3254
3238
|
Statistic: {
|
|
@@ -3257,7 +3241,7 @@ const ko = /* @__PURE__ */ Ee(Ao), To = {
|
|
|
3257
3241
|
},
|
|
3258
3242
|
Table: {
|
|
3259
3243
|
bodySortBg: "#FAFAFA",
|
|
3260
|
-
borderColor: "#
|
|
3244
|
+
borderColor: "#282B31",
|
|
3261
3245
|
cellFontSize: 14,
|
|
3262
3246
|
cellFontSizeMD: 14,
|
|
3263
3247
|
cellFontSizeSM: 14,
|
|
@@ -3267,36 +3251,36 @@ const ko = /* @__PURE__ */ Ee(Ao), To = {
|
|
|
3267
3251
|
cellPaddingInline: 16,
|
|
3268
3252
|
cellPaddingInlineMD: 8,
|
|
3269
3253
|
cellPaddingInlineSM: 8,
|
|
3270
|
-
expandIconBg: "#
|
|
3271
|
-
filterDropdownBg: "#
|
|
3272
|
-
filterDropdownMenuBg: "#
|
|
3254
|
+
expandIconBg: "#141414",
|
|
3255
|
+
filterDropdownBg: "#141414",
|
|
3256
|
+
filterDropdownMenuBg: "#141414",
|
|
3273
3257
|
fixedHeaderSortActiveBg: "#1C1C1C",
|
|
3274
3258
|
footerBg: "#0D0D0D",
|
|
3275
|
-
footerColor: "rgba(
|
|
3259
|
+
footerColor: "rgba(255, 255, 255, 0.85)",
|
|
3276
3260
|
headerBg: "#0D0D0D",
|
|
3277
3261
|
headerBorderRadius: 8,
|
|
3278
|
-
headerColor: "rgba(
|
|
3279
|
-
headerFilterHoverBg: "rgba(
|
|
3262
|
+
headerColor: "rgba(255, 255, 255, 0.85)",
|
|
3263
|
+
headerFilterHoverBg: "rgba(255, 255, 255, 0.12)",
|
|
3280
3264
|
headerSortActiveBg: "#1C1C1C",
|
|
3281
3265
|
headerSortHoverBg: "#1C1C1C",
|
|
3282
|
-
headerSplitColor: "#
|
|
3283
|
-
rowExpandedBg: "rgba(
|
|
3266
|
+
headerSplitColor: "#282B31",
|
|
3267
|
+
rowExpandedBg: "rgba(255, 255, 255, 0.04)",
|
|
3284
3268
|
rowHoverBg: "#0D0D0D",
|
|
3285
|
-
rowSelectedBg: "#
|
|
3286
|
-
rowSelectedHoverBg: "#
|
|
3269
|
+
rowSelectedBg: "#121728",
|
|
3270
|
+
rowSelectedHoverBg: "#14203F",
|
|
3287
3271
|
selectionColumnWidth: 32,
|
|
3288
|
-
stickyScrollBarBg: "rgba(
|
|
3272
|
+
stickyScrollBarBg: "rgba(255, 255, 255, 0.25)",
|
|
3289
3273
|
stickyScrollBarBorderRadius: 100
|
|
3290
3274
|
},
|
|
3291
3275
|
Tag: {
|
|
3292
3276
|
defaultBg: "#19191C",
|
|
3293
|
-
defaultColor: "rgba(
|
|
3277
|
+
defaultColor: "rgba(255, 255, 255, 0.85)",
|
|
3294
3278
|
solidTextColor: "#FFFFFF"
|
|
3295
3279
|
},
|
|
3296
3280
|
Timeline: {
|
|
3297
3281
|
dotBorderWidth: 2,
|
|
3298
3282
|
itemPaddingBottom: 20,
|
|
3299
|
-
tailColor: "#
|
|
3283
|
+
tailColor: "#313337",
|
|
3300
3284
|
tailWidth: 2
|
|
3301
3285
|
},
|
|
3302
3286
|
Tooltip: {
|
|
@@ -3309,13 +3293,13 @@ const ko = /* @__PURE__ */ Ee(Ao), To = {
|
|
|
3309
3293
|
zIndexPopup: 1070
|
|
3310
3294
|
},
|
|
3311
3295
|
Tree: {
|
|
3312
|
-
directoryNodeSelectedBg: "#
|
|
3296
|
+
directoryNodeSelectedBg: "#2253C7",
|
|
3313
3297
|
directoryNodeSelectedColor: "#FFFFFF",
|
|
3314
3298
|
indentSize: 24,
|
|
3315
|
-
nodeHoverBg: "rgba(
|
|
3316
|
-
nodeHoverColor: "rgba(
|
|
3317
|
-
nodeSelectedBg: "#
|
|
3318
|
-
nodeSelectedColor: "rgba(
|
|
3299
|
+
nodeHoverBg: "rgba(255, 255, 255, 0.08)",
|
|
3300
|
+
nodeHoverColor: "rgba(255, 255, 255, 0.85)",
|
|
3301
|
+
nodeSelectedBg: "#121728",
|
|
3302
|
+
nodeSelectedColor: "rgba(255, 255, 255, 0.85)",
|
|
3319
3303
|
titleHeight: 24
|
|
3320
3304
|
},
|
|
3321
3305
|
Alert: {
|
|
@@ -3330,23 +3314,23 @@ const ko = /* @__PURE__ */ Ee(Ao), To = {
|
|
|
3330
3314
|
zIndexPopup: 1e3
|
|
3331
3315
|
},
|
|
3332
3316
|
Message: {
|
|
3333
|
-
contentBg: "#
|
|
3317
|
+
contentBg: "#1F1F1F",
|
|
3334
3318
|
contentPadding: "9px 12px",
|
|
3335
3319
|
zIndexPopup: 2010
|
|
3336
3320
|
},
|
|
3337
3321
|
Modal: {
|
|
3338
|
-
contentBg: "#
|
|
3339
|
-
footerBg: "rgba(
|
|
3340
|
-
headerBg: "#
|
|
3341
|
-
titleColor: "rgba(
|
|
3322
|
+
contentBg: "#1F1F1F",
|
|
3323
|
+
footerBg: "rgba(0, 0, 0, 0)",
|
|
3324
|
+
headerBg: "#1F1F1F",
|
|
3325
|
+
titleColor: "rgba(255, 255, 255, 0.85)",
|
|
3342
3326
|
titleFontSize: 16,
|
|
3343
3327
|
titleLineHeight: 1.5
|
|
3344
3328
|
},
|
|
3345
3329
|
Notification: {
|
|
3346
|
-
colorErrorBg: "rgba(
|
|
3347
|
-
colorInfoBg: "rgba(
|
|
3348
|
-
colorSuccessBg: "rgba(
|
|
3349
|
-
colorWarningBg: "rgba(
|
|
3330
|
+
colorErrorBg: "rgba(0, 0, 0, 0)",
|
|
3331
|
+
colorInfoBg: "rgba(0, 0, 0, 0)",
|
|
3332
|
+
colorSuccessBg: "rgba(0, 0, 0, 0)",
|
|
3333
|
+
colorWarningBg: "rgba(0, 0, 0, 0)",
|
|
3350
3334
|
width: 384,
|
|
3351
3335
|
zIndexPopup: 2050
|
|
3352
3336
|
},
|
|
@@ -3355,11 +3339,11 @@ const ko = /* @__PURE__ */ Ee(Ao), To = {
|
|
|
3355
3339
|
},
|
|
3356
3340
|
Progress: {
|
|
3357
3341
|
"circleTextFontSize 2": "1.1666666666666667em",
|
|
3358
|
-
circleTextColor: "rgba(
|
|
3342
|
+
circleTextColor: "rgba(255, 255, 255, 0.85)",
|
|
3359
3343
|
circleTextFontSize: "1em",
|
|
3360
3344
|
defaultColor: "#3496FF",
|
|
3361
3345
|
lineBorderRadius: 100,
|
|
3362
|
-
remainingColor: "rgba(
|
|
3346
|
+
remainingColor: "rgba(255, 255, 255, 0.12)"
|
|
3363
3347
|
},
|
|
3364
3348
|
Result: {
|
|
3365
3349
|
extraMargin: "24px 0 0 0",
|
|
@@ -3369,8 +3353,8 @@ const ko = /* @__PURE__ */ Ee(Ao), To = {
|
|
|
3369
3353
|
},
|
|
3370
3354
|
Skeleton: {
|
|
3371
3355
|
blockRadius: 4,
|
|
3372
|
-
gradientFromColor: "rgba(
|
|
3373
|
-
gradientToColor: "rgba(
|
|
3356
|
+
gradientFromColor: "rgba(255, 255, 255, 0.12)",
|
|
3357
|
+
gradientToColor: "rgba(255, 255, 255, 0.18)",
|
|
3374
3358
|
paragraphLiHeight: 16,
|
|
3375
3359
|
paragraphMarginTop: 28,
|
|
3376
3360
|
titleHeight: 28
|
|
@@ -3382,544 +3366,544 @@ const ko = /* @__PURE__ */ Ee(Ao), To = {
|
|
|
3382
3366
|
dotSizeSM: 14
|
|
3383
3367
|
},
|
|
3384
3368
|
Collapse: {
|
|
3385
|
-
borderlessContentBg: "rgba(
|
|
3369
|
+
borderlessContentBg: "rgba(0, 0, 0, 0)",
|
|
3386
3370
|
borderlessContentPadding: "4px 16px 16px",
|
|
3387
|
-
contentBg: "#
|
|
3371
|
+
contentBg: "#141414",
|
|
3388
3372
|
contentPadding: "16px 16px",
|
|
3389
|
-
headerBg: "rgba(
|
|
3373
|
+
headerBg: "rgba(255, 255, 255, 0.04)",
|
|
3390
3374
|
headerPadding: "12px 16px"
|
|
3391
3375
|
}
|
|
3392
3376
|
}
|
|
3393
|
-
},
|
|
3394
|
-
const
|
|
3377
|
+
}, rt = (r) => {
|
|
3378
|
+
const t = r === "dark" ? Go : To;
|
|
3395
3379
|
return {
|
|
3396
|
-
algorithm: r === "dark" ?
|
|
3397
|
-
token:
|
|
3398
|
-
components:
|
|
3380
|
+
algorithm: r === "dark" ? ae.darkAlgorithm : ae.defaultAlgorithm,
|
|
3381
|
+
token: t.token,
|
|
3382
|
+
components: t.components
|
|
3399
3383
|
};
|
|
3400
3384
|
};
|
|
3401
|
-
|
|
3385
|
+
rt("light");
|
|
3402
3386
|
const mr = (r) => {
|
|
3403
|
-
const
|
|
3404
|
-
let e,
|
|
3405
|
-
|
|
3406
|
-
mode:
|
|
3407
|
-
theme:
|
|
3408
|
-
locale:
|
|
3387
|
+
const t = d.c(24);
|
|
3388
|
+
let e, o, i, a, n;
|
|
3389
|
+
t[0] !== r ? ({
|
|
3390
|
+
mode: a,
|
|
3391
|
+
theme: o,
|
|
3392
|
+
locale: n,
|
|
3409
3393
|
children: e,
|
|
3410
3394
|
...i
|
|
3411
|
-
} = r,
|
|
3412
|
-
const
|
|
3413
|
-
let
|
|
3414
|
-
|
|
3415
|
-
const u =
|
|
3395
|
+
} = r, t[0] = r, t[1] = e, t[2] = o, t[3] = i, t[4] = a, t[5] = n) : (e = t[1], o = t[2], i = t[3], a = t[4], n = t[5]);
|
|
3396
|
+
const F = a === void 0 ? "light" : a, g = n === void 0 ? ko : n;
|
|
3397
|
+
let s;
|
|
3398
|
+
t[6] !== F ? (s = rt(F), t[6] = F, t[7] = s) : s = t[7];
|
|
3399
|
+
const u = s, m = o?.token;
|
|
3416
3400
|
let S;
|
|
3417
|
-
|
|
3401
|
+
t[8] !== u.token || t[9] !== m ? (S = {
|
|
3418
3402
|
...u.token,
|
|
3419
3403
|
...m
|
|
3420
|
-
},
|
|
3421
|
-
const O =
|
|
3404
|
+
}, t[8] = u.token, t[9] = m, t[10] = S) : S = t[10];
|
|
3405
|
+
const O = o?.components;
|
|
3422
3406
|
let C;
|
|
3423
|
-
|
|
3407
|
+
t[11] !== u.components || t[12] !== O ? (C = {
|
|
3424
3408
|
...u.components,
|
|
3425
3409
|
...O
|
|
3426
|
-
},
|
|
3410
|
+
}, t[11] = u.components, t[12] = O, t[13] = C) : C = t[13];
|
|
3427
3411
|
let T;
|
|
3428
|
-
|
|
3412
|
+
t[14] !== u || t[15] !== o || t[16] !== S || t[17] !== C ? (T = {
|
|
3429
3413
|
...u,
|
|
3430
|
-
...
|
|
3414
|
+
...o,
|
|
3431
3415
|
token: S,
|
|
3432
3416
|
components: C
|
|
3433
|
-
},
|
|
3417
|
+
}, t[14] = u, t[15] = o, t[16] = S, t[17] = C, t[18] = T) : T = t[18];
|
|
3434
3418
|
const _ = T;
|
|
3435
3419
|
let G;
|
|
3436
|
-
return
|
|
3437
|
-
}, Lo = c((r,
|
|
3420
|
+
return t[19] !== e || t[20] !== g || t[21] !== _ || t[22] !== i ? (G = /* @__PURE__ */ l(Kt, { theme: _, locale: g, ...i, children: e }), t[19] = e, t[20] = g, t[21] = _, t[22] = i, t[23] = G) : G = t[23], G;
|
|
3421
|
+
}, Lo = c((r, t) => {
|
|
3438
3422
|
const e = d.c(7);
|
|
3439
|
-
let
|
|
3423
|
+
let o, i;
|
|
3440
3424
|
e[0] !== r ? ({
|
|
3441
|
-
children:
|
|
3425
|
+
children: o,
|
|
3442
3426
|
...i
|
|
3443
|
-
} = r, e[0] = r, e[1] =
|
|
3444
|
-
const
|
|
3445
|
-
let
|
|
3446
|
-
return e[3] !==
|
|
3427
|
+
} = r, e[0] = r, e[1] = o, e[2] = i) : (o = e[1], i = e[2]);
|
|
3428
|
+
const a = t;
|
|
3429
|
+
let n;
|
|
3430
|
+
return e[3] !== o || e[4] !== i || e[5] !== a ? (n = /* @__PURE__ */ l(Jt, { ref: a, ...i, children: o }), e[3] = o, e[4] = i, e[5] = a, e[6] = n) : n = e[6], n;
|
|
3447
3431
|
});
|
|
3448
3432
|
Lo.displayName = "GZInputNumber";
|
|
3449
|
-
const
|
|
3433
|
+
const it = c((r, t) => {
|
|
3450
3434
|
const e = d.c(7);
|
|
3451
|
-
let
|
|
3435
|
+
let o, i;
|
|
3452
3436
|
e[0] !== r ? ({
|
|
3453
|
-
children:
|
|
3437
|
+
children: o,
|
|
3454
3438
|
...i
|
|
3455
|
-
} = r, e[0] = r, e[1] =
|
|
3456
|
-
let
|
|
3457
|
-
return e[3] !==
|
|
3439
|
+
} = r, e[0] = r, e[1] = o, e[2] = i) : (o = e[1], i = e[2]);
|
|
3440
|
+
let a;
|
|
3441
|
+
return e[3] !== o || e[4] !== t || e[5] !== i ? (a = /* @__PURE__ */ l(j.Group, { ref: t, ...i, children: o }), e[3] = o, e[4] = t, e[5] = i, e[6] = a) : a = e[6], a;
|
|
3458
3442
|
});
|
|
3459
|
-
|
|
3460
|
-
const
|
|
3443
|
+
it.displayName = "GZRadioGroup";
|
|
3444
|
+
const at = c((r, t) => {
|
|
3461
3445
|
const e = d.c(7);
|
|
3462
|
-
let
|
|
3446
|
+
let o, i;
|
|
3463
3447
|
e[0] !== r ? ({
|
|
3464
|
-
children:
|
|
3448
|
+
children: o,
|
|
3465
3449
|
...i
|
|
3466
|
-
} = r, e[0] = r, e[1] =
|
|
3467
|
-
const
|
|
3468
|
-
let
|
|
3469
|
-
return e[3] !==
|
|
3450
|
+
} = r, e[0] = r, e[1] = o, e[2] = i) : (o = e[1], i = e[2]);
|
|
3451
|
+
const a = t;
|
|
3452
|
+
let n;
|
|
3453
|
+
return e[3] !== o || e[4] !== i || e[5] !== a ? (n = /* @__PURE__ */ l(j.Button, { ref: a, ...i, children: o }), e[3] = o, e[4] = i, e[5] = a, e[6] = n) : n = e[6], n;
|
|
3470
3454
|
});
|
|
3471
|
-
|
|
3472
|
-
const wo = c((r,
|
|
3455
|
+
at.displayName = "GZRadioButton";
|
|
3456
|
+
const wo = c((r, t) => {
|
|
3473
3457
|
const e = d.c(7);
|
|
3474
|
-
let
|
|
3458
|
+
let o, i;
|
|
3475
3459
|
e[0] !== r ? ({
|
|
3476
|
-
children:
|
|
3460
|
+
children: o,
|
|
3477
3461
|
...i
|
|
3478
|
-
} = r, e[0] = r, e[1] =
|
|
3479
|
-
const
|
|
3480
|
-
let
|
|
3481
|
-
return e[3] !==
|
|
3462
|
+
} = r, e[0] = r, e[1] = o, e[2] = i) : (o = e[1], i = e[2]);
|
|
3463
|
+
const a = t;
|
|
3464
|
+
let n;
|
|
3465
|
+
return e[3] !== o || e[4] !== i || e[5] !== a ? (n = /* @__PURE__ */ l(j, { ref: a, ...i, children: o }), e[3] = o, e[4] = i, e[5] = a, e[6] = n) : n = e[6], n;
|
|
3482
3466
|
}), oe = wo;
|
|
3483
|
-
oe.Group =
|
|
3484
|
-
oe.Button =
|
|
3467
|
+
oe.Group = it;
|
|
3468
|
+
oe.Button = at;
|
|
3485
3469
|
oe.displayName = "GZRadio";
|
|
3486
|
-
const $o = c((r,
|
|
3487
|
-
const e = d.c(3),
|
|
3470
|
+
const $o = c((r, t) => {
|
|
3471
|
+
const e = d.c(3), o = t;
|
|
3488
3472
|
let i;
|
|
3489
|
-
return e[0] !== r || e[1] !==
|
|
3473
|
+
return e[0] !== r || e[1] !== o ? (i = /* @__PURE__ */ l(eo, { ref: o, ...r }), e[0] = r, e[1] = o, e[2] = i) : i = e[2], i;
|
|
3490
3474
|
});
|
|
3491
3475
|
$o.displayName = "GZRate";
|
|
3492
|
-
const nt = c((r,
|
|
3476
|
+
const nt = c((r, t) => {
|
|
3493
3477
|
const e = d.c(7);
|
|
3494
|
-
let
|
|
3478
|
+
let o, i;
|
|
3495
3479
|
e[0] !== r ? ({
|
|
3496
|
-
children:
|
|
3480
|
+
children: o,
|
|
3497
3481
|
...i
|
|
3498
|
-
} = r, e[0] = r, e[1] =
|
|
3499
|
-
const
|
|
3500
|
-
let
|
|
3501
|
-
return e[3] !==
|
|
3482
|
+
} = r, e[0] = r, e[1] = o, e[2] = i) : (o = e[1], i = e[2]);
|
|
3483
|
+
const a = t;
|
|
3484
|
+
let n;
|
|
3485
|
+
return e[3] !== o || e[4] !== i || e[5] !== a ? (n = /* @__PURE__ */ l(Q.Option, { ref: a, ...i, children: o }), e[3] = o, e[4] = i, e[5] = a, e[6] = n) : n = e[6], n;
|
|
3502
3486
|
});
|
|
3503
3487
|
nt.displayName = "GZSelectOption";
|
|
3504
|
-
const
|
|
3488
|
+
const lt = c((r, t) => {
|
|
3505
3489
|
const e = d.c(7);
|
|
3506
|
-
let
|
|
3490
|
+
let o, i;
|
|
3507
3491
|
e[0] !== r ? ({
|
|
3508
|
-
children:
|
|
3492
|
+
children: o,
|
|
3509
3493
|
...i
|
|
3510
|
-
} = r, e[0] = r, e[1] =
|
|
3511
|
-
const
|
|
3512
|
-
let
|
|
3513
|
-
return e[3] !==
|
|
3494
|
+
} = r, e[0] = r, e[1] = o, e[2] = i) : (o = e[1], i = e[2]);
|
|
3495
|
+
const a = t;
|
|
3496
|
+
let n;
|
|
3497
|
+
return e[3] !== o || e[4] !== i || e[5] !== a ? (n = /* @__PURE__ */ l(Q.OptGroup, { ref: a, ...i, children: o }), e[3] = o, e[4] = i, e[5] = a, e[6] = n) : n = e[6], n;
|
|
3514
3498
|
});
|
|
3515
|
-
|
|
3516
|
-
const Wo = c((r,
|
|
3517
|
-
const e = d.c(3),
|
|
3499
|
+
lt.displayName = "GZSelectOptGroup";
|
|
3500
|
+
const Wo = c((r, t) => {
|
|
3501
|
+
const e = d.c(3), o = t;
|
|
3518
3502
|
let i;
|
|
3519
|
-
return e[0] !== r || e[1] !==
|
|
3503
|
+
return e[0] !== r || e[1] !== o ? (i = /* @__PURE__ */ l(Q, { ref: o, ...r }), e[0] = r, e[1] = o, e[2] = i) : i = e[2], i;
|
|
3520
3504
|
}), re = Wo;
|
|
3521
3505
|
re.Option = nt;
|
|
3522
|
-
re.OptGroup =
|
|
3506
|
+
re.OptGroup = lt;
|
|
3523
3507
|
re.displayName = "GZSelect";
|
|
3524
3508
|
var q = { exports: {} };
|
|
3525
3509
|
var Se;
|
|
3526
3510
|
function Ro() {
|
|
3527
3511
|
return Se || (Se = 1, (function(r) {
|
|
3528
3512
|
(function() {
|
|
3529
|
-
var
|
|
3513
|
+
var t = {}.hasOwnProperty;
|
|
3530
3514
|
function e() {
|
|
3531
|
-
for (var
|
|
3532
|
-
var
|
|
3533
|
-
if (
|
|
3534
|
-
var
|
|
3535
|
-
if (
|
|
3536
|
-
|
|
3537
|
-
else if (Array.isArray(
|
|
3538
|
-
if (
|
|
3539
|
-
var
|
|
3540
|
-
|
|
3515
|
+
for (var o = [], i = 0; i < arguments.length; i++) {
|
|
3516
|
+
var a = arguments[i];
|
|
3517
|
+
if (a) {
|
|
3518
|
+
var n = typeof a;
|
|
3519
|
+
if (n === "string" || n === "number")
|
|
3520
|
+
o.push(a);
|
|
3521
|
+
else if (Array.isArray(a)) {
|
|
3522
|
+
if (a.length) {
|
|
3523
|
+
var F = e.apply(null, a);
|
|
3524
|
+
F && o.push(F);
|
|
3541
3525
|
}
|
|
3542
|
-
} else if (
|
|
3543
|
-
if (
|
|
3544
|
-
|
|
3526
|
+
} else if (n === "object") {
|
|
3527
|
+
if (a.toString !== Object.prototype.toString && !a.toString.toString().includes("[native code]")) {
|
|
3528
|
+
o.push(a.toString());
|
|
3545
3529
|
continue;
|
|
3546
3530
|
}
|
|
3547
|
-
for (var g in
|
|
3548
|
-
|
|
3531
|
+
for (var g in a)
|
|
3532
|
+
t.call(a, g) && a[g] && o.push(g);
|
|
3549
3533
|
}
|
|
3550
3534
|
}
|
|
3551
3535
|
}
|
|
3552
|
-
return
|
|
3536
|
+
return o.join(" ");
|
|
3553
3537
|
}
|
|
3554
3538
|
r.exports ? (e.default = e, r.exports = e) : window.classNames = e;
|
|
3555
3539
|
})();
|
|
3556
3540
|
})(q)), q.exports;
|
|
3557
3541
|
}
|
|
3558
3542
|
var No = Ro();
|
|
3559
|
-
const Oo = /* @__PURE__ */
|
|
3543
|
+
const Oo = /* @__PURE__ */ xe(No), _o = c((r, t) => {
|
|
3560
3544
|
const e = d.c(9);
|
|
3561
|
-
let
|
|
3545
|
+
let o, i;
|
|
3562
3546
|
e[0] !== r ? ({
|
|
3563
|
-
className:
|
|
3547
|
+
className: o,
|
|
3564
3548
|
...i
|
|
3565
|
-
} = r, e[0] = r, e[1] =
|
|
3566
|
-
let n;
|
|
3567
|
-
e[3] !== t ? (n = Oo("gz-switch", t), e[3] = t, e[4] = n) : n = e[4];
|
|
3549
|
+
} = r, e[0] = r, e[1] = o, e[2] = i) : (o = e[1], i = e[2]);
|
|
3568
3550
|
let a;
|
|
3569
|
-
|
|
3551
|
+
e[3] !== o ? (a = Oo("gz-switch", o), e[3] = o, e[4] = a) : a = e[4];
|
|
3552
|
+
let n;
|
|
3553
|
+
return e[5] !== t || e[6] !== i || e[7] !== a ? (n = /* @__PURE__ */ l(to, { ref: t, className: a, ...i }), e[5] = t, e[6] = i, e[7] = a, e[8] = n) : n = e[8], n;
|
|
3570
3554
|
});
|
|
3571
3555
|
_o.displayName = "Switch";
|
|
3572
|
-
const
|
|
3556
|
+
const dt = c((r, t) => {
|
|
3573
3557
|
const e = d.c(3);
|
|
3574
|
-
let
|
|
3575
|
-
return e[0] !== r || e[1] !==
|
|
3558
|
+
let o;
|
|
3559
|
+
return e[0] !== r || e[1] !== t ? (o = /* @__PURE__ */ l(Ce.RangePicker, { ref: t, ...r }), e[0] = r, e[1] = t, e[2] = o) : o = e[2], o;
|
|
3576
3560
|
});
|
|
3577
|
-
|
|
3578
|
-
const Zo = c((r,
|
|
3561
|
+
dt.displayName = "GZTimeRangePicker";
|
|
3562
|
+
const Zo = c((r, t) => {
|
|
3579
3563
|
const e = d.c(3);
|
|
3580
|
-
let
|
|
3581
|
-
return e[0] !== r || e[1] !==
|
|
3582
|
-
}),
|
|
3583
|
-
|
|
3584
|
-
|
|
3585
|
-
const
|
|
3564
|
+
let o;
|
|
3565
|
+
return e[0] !== r || e[1] !== t ? (o = /* @__PURE__ */ l(Ce, { ref: t, ...r }), e[0] = r, e[1] = t, e[2] = o) : o = e[2], o;
|
|
3566
|
+
}), ct = Zo;
|
|
3567
|
+
ct.RangePicker = dt;
|
|
3568
|
+
ct.displayName = "GZTimePicker";
|
|
3569
|
+
const gt = c((r, t) => {
|
|
3586
3570
|
const e = d.c(5);
|
|
3587
|
-
let
|
|
3588
|
-
e[0] !== r ? (
|
|
3571
|
+
let o;
|
|
3572
|
+
e[0] !== r ? (o = /* @__PURE__ */ l(w.List, { ...r }), e[0] = r, e[1] = o) : o = e[1];
|
|
3589
3573
|
let i;
|
|
3590
|
-
return e[2] !==
|
|
3574
|
+
return e[2] !== t || e[3] !== o ? (i = /* @__PURE__ */ l("div", { ref: t, children: o }), e[2] = t, e[3] = o, e[4] = i) : i = e[4], i;
|
|
3591
3575
|
});
|
|
3592
|
-
|
|
3593
|
-
const
|
|
3576
|
+
gt.displayName = "GZTransferList";
|
|
3577
|
+
const st = c((r, t) => {
|
|
3594
3578
|
const e = d.c(5);
|
|
3595
|
-
let
|
|
3596
|
-
e[0] !== r ? (
|
|
3579
|
+
let o;
|
|
3580
|
+
e[0] !== r ? (o = /* @__PURE__ */ l(w.Search, { ...r }), e[0] = r, e[1] = o) : o = e[1];
|
|
3597
3581
|
let i;
|
|
3598
|
-
return e[2] !==
|
|
3582
|
+
return e[2] !== t || e[3] !== o ? (i = /* @__PURE__ */ l("div", { ref: t, children: o }), e[2] = t, e[3] = o, e[4] = i) : i = e[4], i;
|
|
3599
3583
|
});
|
|
3600
|
-
|
|
3601
|
-
const Ft = c((r,
|
|
3584
|
+
st.displayName = "GZTransferSearch";
|
|
3585
|
+
const Ft = c((r, t) => {
|
|
3602
3586
|
const e = d.c(5);
|
|
3603
|
-
let
|
|
3604
|
-
e[0] !== r ? (
|
|
3587
|
+
let o;
|
|
3588
|
+
e[0] !== r ? (o = /* @__PURE__ */ l(w.Operation, { ...r }), e[0] = r, e[1] = o) : o = e[1];
|
|
3605
3589
|
let i;
|
|
3606
|
-
return e[2] !==
|
|
3590
|
+
return e[2] !== t || e[3] !== o ? (i = /* @__PURE__ */ l("div", { ref: t, children: o }), e[2] = t, e[3] = o, e[4] = i) : i = e[4], i;
|
|
3607
3591
|
});
|
|
3608
3592
|
Ft.displayName = "GZTransferOperation";
|
|
3609
|
-
const Xo = c((r,
|
|
3593
|
+
const Xo = c((r, t) => {
|
|
3610
3594
|
const e = d.c(6);
|
|
3611
|
-
let
|
|
3612
|
-
e[0] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (
|
|
3595
|
+
let o;
|
|
3596
|
+
e[0] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (o = {
|
|
3613
3597
|
width: "100%"
|
|
3614
|
-
}, e[0] =
|
|
3598
|
+
}, e[0] = o) : o = e[0];
|
|
3615
3599
|
let i;
|
|
3616
3600
|
e[1] !== r ? (i = /* @__PURE__ */ l(w, { ...r }), e[1] = r, e[2] = i) : i = e[2];
|
|
3617
|
-
let
|
|
3618
|
-
return e[3] !==
|
|
3601
|
+
let a;
|
|
3602
|
+
return e[3] !== t || e[4] !== i ? (a = /* @__PURE__ */ l("div", { ref: t, style: o, children: i }), e[3] = t, e[4] = i, e[5] = a) : a = e[5], a;
|
|
3619
3603
|
}), N = Xo;
|
|
3620
|
-
N.List =
|
|
3621
|
-
N.Search =
|
|
3604
|
+
N.List = gt;
|
|
3605
|
+
N.Search = st;
|
|
3622
3606
|
N.Operation = Ft;
|
|
3623
3607
|
N.displayName = "GZTransfer";
|
|
3624
|
-
const
|
|
3608
|
+
const ut = c((r, t) => {
|
|
3625
3609
|
const e = d.c(7);
|
|
3626
|
-
let
|
|
3610
|
+
let o, i;
|
|
3627
3611
|
e[0] !== r ? ({
|
|
3628
|
-
children:
|
|
3612
|
+
children: o,
|
|
3629
3613
|
...i
|
|
3630
|
-
} = r, e[0] = r, e[1] =
|
|
3631
|
-
const
|
|
3632
|
-
let
|
|
3633
|
-
return e[3] !==
|
|
3614
|
+
} = r, e[0] = r, e[1] = o, e[2] = i) : (o = e[1], i = e[2]);
|
|
3615
|
+
const a = t, n = i;
|
|
3616
|
+
let F;
|
|
3617
|
+
return e[3] !== o || e[4] !== a || e[5] !== n ? (F = /* @__PURE__ */ l(E.TreeNode, { ref: a, ...n, children: o }), e[3] = o, e[4] = a, e[5] = n, e[6] = F) : F = e[6], F;
|
|
3634
3618
|
});
|
|
3635
|
-
|
|
3636
|
-
const qo = c((r,
|
|
3637
|
-
const e = d.c(3),
|
|
3619
|
+
ut.displayName = "GZTreeNode";
|
|
3620
|
+
const qo = c((r, t) => {
|
|
3621
|
+
const e = d.c(3), o = t;
|
|
3638
3622
|
let i;
|
|
3639
|
-
return e[0] !== r || e[1] !==
|
|
3623
|
+
return e[0] !== r || e[1] !== o ? (i = /* @__PURE__ */ l(E, { ref: o, ...r }), e[0] = r, e[1] = o, e[2] = i) : i = e[2], i;
|
|
3640
3624
|
}), A = qo;
|
|
3641
|
-
A.TreeNode =
|
|
3642
|
-
A.SHOW_ALL =
|
|
3643
|
-
A.SHOW_PARENT =
|
|
3644
|
-
A.SHOW_CHILD =
|
|
3625
|
+
A.TreeNode = ut;
|
|
3626
|
+
A.SHOW_ALL = E.SHOW_ALL;
|
|
3627
|
+
A.SHOW_PARENT = E.SHOW_PARENT;
|
|
3628
|
+
A.SHOW_CHILD = E.SHOW_CHILD;
|
|
3645
3629
|
A.displayName = "GZTreeSelect";
|
|
3646
|
-
const
|
|
3630
|
+
const mt = c((r, t) => {
|
|
3647
3631
|
const e = d.c(7);
|
|
3648
|
-
let
|
|
3632
|
+
let o, i;
|
|
3649
3633
|
e[0] !== r ? ({
|
|
3650
|
-
children:
|
|
3634
|
+
children: o,
|
|
3651
3635
|
...i
|
|
3652
|
-
} = r, e[0] = r, e[1] =
|
|
3653
|
-
let
|
|
3654
|
-
return e[3] !==
|
|
3636
|
+
} = r, e[0] = r, e[1] = o, e[2] = i) : (o = e[1], i = e[2]);
|
|
3637
|
+
let a;
|
|
3638
|
+
return e[3] !== o || e[4] !== t || e[5] !== i ? (a = /* @__PURE__ */ l(U.Dragger, { ref: t, ...i, children: o }), e[3] = o, e[4] = t, e[5] = i, e[6] = a) : a = e[6], a;
|
|
3655
3639
|
});
|
|
3656
|
-
|
|
3657
|
-
const
|
|
3640
|
+
mt.displayName = "GZDragger";
|
|
3641
|
+
const Vo = c((r, t) => {
|
|
3658
3642
|
const e = d.c(7);
|
|
3659
|
-
let
|
|
3643
|
+
let o, i;
|
|
3660
3644
|
e[0] !== r ? ({
|
|
3661
|
-
children:
|
|
3645
|
+
children: o,
|
|
3662
3646
|
...i
|
|
3663
|
-
} = r, e[0] = r, e[1] =
|
|
3664
|
-
const
|
|
3665
|
-
let
|
|
3666
|
-
return e[3] !==
|
|
3667
|
-
}), ie =
|
|
3668
|
-
ie.Dragger =
|
|
3647
|
+
} = r, e[0] = r, e[1] = o, e[2] = i) : (o = e[1], i = e[2]);
|
|
3648
|
+
const a = t;
|
|
3649
|
+
let n;
|
|
3650
|
+
return e[3] !== o || e[4] !== i || e[5] !== a ? (n = /* @__PURE__ */ l(U, { ref: a, ...i, children: o }), e[3] = o, e[4] = i, e[5] = a, e[6] = n) : n = e[6], n;
|
|
3651
|
+
}), ie = Vo;
|
|
3652
|
+
ie.Dragger = mt;
|
|
3669
3653
|
ie.LIST_IGNORE = U.LIST_IGNORE;
|
|
3670
3654
|
ie.displayName = "GZUpload";
|
|
3671
|
-
const
|
|
3655
|
+
const St = c((r, t) => {
|
|
3672
3656
|
const e = d.c(3);
|
|
3673
|
-
let
|
|
3674
|
-
return e[0] !== r || e[1] !==
|
|
3657
|
+
let o;
|
|
3658
|
+
return e[0] !== r || e[1] !== t ? (o = /* @__PURE__ */ l(Y, { ref: t, ...r }), e[0] = r, e[1] = t, e[2] = o) : o = e[2], o;
|
|
3675
3659
|
});
|
|
3676
|
-
|
|
3677
|
-
const
|
|
3678
|
-
const
|
|
3660
|
+
St.displayName = "GZCard";
|
|
3661
|
+
const ht = (r) => {
|
|
3662
|
+
const t = d.c(2);
|
|
3679
3663
|
let e;
|
|
3680
|
-
return
|
|
3664
|
+
return t[0] !== r ? (e = /* @__PURE__ */ l(Y.Grid, { ...r }), t[0] = r, t[1] = e) : e = t[1], e;
|
|
3681
3665
|
};
|
|
3682
|
-
|
|
3683
|
-
const
|
|
3684
|
-
const
|
|
3666
|
+
ht.displayName = "GZCardGrid";
|
|
3667
|
+
const bt = (r) => {
|
|
3668
|
+
const t = d.c(2);
|
|
3685
3669
|
let e;
|
|
3686
|
-
return
|
|
3670
|
+
return t[0] !== r ? (e = /* @__PURE__ */ l(Y.Meta, { ...r }), t[0] = r, t[1] = e) : e = t[1], e;
|
|
3687
3671
|
};
|
|
3688
|
-
|
|
3689
|
-
const
|
|
3690
|
-
|
|
3691
|
-
|
|
3692
|
-
const
|
|
3672
|
+
bt.displayName = "GZCardMeta";
|
|
3673
|
+
const Bt = St;
|
|
3674
|
+
Bt.Grid = ht;
|
|
3675
|
+
Bt.Meta = bt;
|
|
3676
|
+
const pt = c((r, t) => {
|
|
3693
3677
|
const e = d.c(3);
|
|
3694
|
-
let
|
|
3695
|
-
return e[0] !== r || e[1] !==
|
|
3678
|
+
let o;
|
|
3679
|
+
return e[0] !== r || e[1] !== t ? (o = /* @__PURE__ */ l(ve, { ref: t, ...r }), e[0] = r, e[1] = t, e[2] = o) : o = e[2], o;
|
|
3696
3680
|
});
|
|
3697
|
-
|
|
3698
|
-
const
|
|
3681
|
+
pt.displayName = "GZCollapse";
|
|
3682
|
+
const Ct = c((r, t) => {
|
|
3699
3683
|
const e = d.c(3);
|
|
3700
|
-
let
|
|
3701
|
-
return e[0] !== r || e[1] !==
|
|
3684
|
+
let o;
|
|
3685
|
+
return e[0] !== r || e[1] !== t ? (o = /* @__PURE__ */ l(ve.Panel, { ref: t, ...r }), e[0] = r, e[1] = t, e[2] = o) : o = e[2], o;
|
|
3702
3686
|
});
|
|
3703
|
-
|
|
3704
|
-
const
|
|
3705
|
-
|
|
3706
|
-
const
|
|
3707
|
-
const
|
|
3687
|
+
Ct.displayName = "GZCollapsePanel";
|
|
3688
|
+
const jo = pt;
|
|
3689
|
+
jo.Panel = Ct;
|
|
3690
|
+
const vt = (r) => {
|
|
3691
|
+
const t = d.c(2);
|
|
3708
3692
|
let e;
|
|
3709
|
-
return
|
|
3693
|
+
return t[0] !== r ? (e = /* @__PURE__ */ l(K, { ...r }), t[0] = r, t[1] = e) : e = t[1], e;
|
|
3710
3694
|
};
|
|
3711
|
-
|
|
3712
|
-
const
|
|
3713
|
-
|
|
3714
|
-
|
|
3715
|
-
const Qo = c((r,
|
|
3695
|
+
vt.displayName = "GZEmpty";
|
|
3696
|
+
const zt = vt;
|
|
3697
|
+
zt.PRESENTED_IMAGE_DEFAULT = K.PRESENTED_IMAGE_DEFAULT;
|
|
3698
|
+
zt.PRESENTED_IMAGE_SIMPLE = K.PRESENTED_IMAGE_SIMPLE;
|
|
3699
|
+
const Qo = c((r, t) => {
|
|
3716
3700
|
const e = d.c(3);
|
|
3717
|
-
let
|
|
3718
|
-
return e[0] !== r || e[1] !==
|
|
3701
|
+
let o;
|
|
3702
|
+
return e[0] !== r || e[1] !== t ? (o = /* @__PURE__ */ l(oo, { ref: t, ...r }), e[0] = r, e[1] = t, e[2] = o) : o = e[2], o;
|
|
3719
3703
|
});
|
|
3720
3704
|
Qo.displayName = "GZPopover";
|
|
3721
|
-
const Uo = c((r,
|
|
3705
|
+
const Uo = c((r, t) => {
|
|
3722
3706
|
const e = d.c(3);
|
|
3723
|
-
let
|
|
3724
|
-
return e[0] !== r || e[1] !==
|
|
3707
|
+
let o;
|
|
3708
|
+
return e[0] !== r || e[1] !== t ? (o = /* @__PURE__ */ l(ro, { ref: t, ...r }), e[0] = r, e[1] = t, e[2] = o) : o = e[2], o;
|
|
3725
3709
|
});
|
|
3726
3710
|
Uo.displayName = "GZSegmented";
|
|
3727
|
-
const
|
|
3711
|
+
const It = c((r, t) => {
|
|
3728
3712
|
const e = d.c(3);
|
|
3729
|
-
let
|
|
3730
|
-
return e[0] !== r || e[1] !==
|
|
3713
|
+
let o;
|
|
3714
|
+
return e[0] !== r || e[1] !== t ? (o = /* @__PURE__ */ l(J, { ref: t, ...r }), e[0] = r, e[1] = t, e[2] = o) : o = e[2], o;
|
|
3731
3715
|
});
|
|
3732
|
-
|
|
3733
|
-
const
|
|
3716
|
+
It.displayName = "GZTag";
|
|
3717
|
+
const Pt = c((r, t) => {
|
|
3734
3718
|
const e = d.c(3);
|
|
3735
|
-
let
|
|
3736
|
-
return e[0] !== r || e[1] !==
|
|
3719
|
+
let o;
|
|
3720
|
+
return e[0] !== r || e[1] !== t ? (o = /* @__PURE__ */ l(J.CheckableTag, { ref: t, ...r }), e[0] = r, e[1] = t, e[2] = o) : o = e[2], o;
|
|
3737
3721
|
});
|
|
3738
|
-
|
|
3739
|
-
const Dt = c((r,
|
|
3722
|
+
Pt.displayName = "GZCheckableTag";
|
|
3723
|
+
const Dt = c((r, t) => {
|
|
3740
3724
|
const e = d.c(3);
|
|
3741
|
-
let
|
|
3742
|
-
return e[0] !== r || e[1] !==
|
|
3725
|
+
let o;
|
|
3726
|
+
return e[0] !== r || e[1] !== t ? (o = /* @__PURE__ */ l(J.CheckableTagGroup, { ref: t, ...r }), e[0] = r, e[1] = t, e[2] = o) : o = e[2], o;
|
|
3743
3727
|
});
|
|
3744
3728
|
Dt.displayName = "GZCheckableTagGroup";
|
|
3745
|
-
const
|
|
3746
|
-
|
|
3747
|
-
|
|
3748
|
-
const
|
|
3749
|
-
const
|
|
3729
|
+
const Ht = It;
|
|
3730
|
+
Ht.CheckableTag = Pt;
|
|
3731
|
+
Ht.CheckableTagGroup = Dt;
|
|
3732
|
+
const Mt = (r) => {
|
|
3733
|
+
const t = d.c(2);
|
|
3750
3734
|
let e;
|
|
3751
|
-
return
|
|
3735
|
+
return t[0] !== r ? (e = /* @__PURE__ */ l(ze, { ...r }), t[0] = r, t[1] = e) : e = t[1], e;
|
|
3752
3736
|
};
|
|
3753
|
-
|
|
3754
|
-
const
|
|
3755
|
-
const
|
|
3737
|
+
Mt.displayName = "GZTimeline";
|
|
3738
|
+
const xt = (r) => {
|
|
3739
|
+
const t = d.c(2);
|
|
3756
3740
|
let e;
|
|
3757
|
-
return
|
|
3741
|
+
return t[0] !== r ? (e = /* @__PURE__ */ l(ze.Item, { ...r }), t[0] = r, t[1] = e) : e = t[1], e;
|
|
3758
3742
|
};
|
|
3759
|
-
|
|
3760
|
-
const Yo =
|
|
3761
|
-
Yo.Item =
|
|
3762
|
-
const Ko = c((r,
|
|
3743
|
+
xt.displayName = "GZTimelineItem";
|
|
3744
|
+
const Yo = Mt;
|
|
3745
|
+
Yo.Item = xt;
|
|
3746
|
+
const Ko = c((r, t) => {
|
|
3763
3747
|
const e = d.c(3);
|
|
3764
|
-
let
|
|
3765
|
-
return e[0] !== r || e[1] !==
|
|
3748
|
+
let o;
|
|
3749
|
+
return e[0] !== r || e[1] !== t ? (o = /* @__PURE__ */ l(io, { ref: t, ...r }), e[0] = r, e[1] = t, e[2] = o) : o = e[2], o;
|
|
3766
3750
|
});
|
|
3767
3751
|
Ko.displayName = "GZTooltip";
|
|
3768
|
-
const
|
|
3752
|
+
const ft = c((r, t) => {
|
|
3769
3753
|
const e = d.c(3);
|
|
3770
|
-
let
|
|
3771
|
-
return e[0] !== r || e[1] !==
|
|
3754
|
+
let o;
|
|
3755
|
+
return e[0] !== r || e[1] !== t ? (o = /* @__PURE__ */ l(Ie, { ref: t, ...r }), e[0] = r, e[1] = t, e[2] = o) : o = e[2], o;
|
|
3772
3756
|
});
|
|
3773
|
-
|
|
3774
|
-
const Jo = Ie.ErrorBoundary,
|
|
3775
|
-
const
|
|
3757
|
+
ft.displayName = "GZAlert";
|
|
3758
|
+
const Jo = Ie.ErrorBoundary, yt = (r) => {
|
|
3759
|
+
const t = d.c(2);
|
|
3776
3760
|
let e;
|
|
3777
|
-
return
|
|
3761
|
+
return t[0] !== r ? (e = /* @__PURE__ */ l(Jo, { ...r }), t[0] = r, t[1] = e) : e = t[1], e;
|
|
3778
3762
|
};
|
|
3779
|
-
|
|
3780
|
-
const er =
|
|
3781
|
-
er.ErrorBoundary =
|
|
3782
|
-
const
|
|
3763
|
+
yt.displayName = "GZAlertErrorBoundary";
|
|
3764
|
+
const er = ft;
|
|
3765
|
+
er.ErrorBoundary = yt;
|
|
3766
|
+
const Et = c((r, t) => {
|
|
3783
3767
|
const e = d.c(3);
|
|
3784
|
-
let
|
|
3785
|
-
return e[0] !== r || e[1] !==
|
|
3768
|
+
let o;
|
|
3769
|
+
return e[0] !== r || e[1] !== t ? (o = /* @__PURE__ */ l(Pe, { ref: t, ...r }), e[0] = r, e[1] = t, e[2] = o) : o = e[2], o;
|
|
3786
3770
|
});
|
|
3787
|
-
|
|
3788
|
-
const tr =
|
|
3771
|
+
Et.displayName = "GZTree";
|
|
3772
|
+
const tr = Pe.DirectoryTree, At = c((r, t) => {
|
|
3789
3773
|
const e = d.c(3);
|
|
3790
|
-
let
|
|
3791
|
-
return e[0] !== r || e[1] !==
|
|
3774
|
+
let o;
|
|
3775
|
+
return e[0] !== r || e[1] !== t ? (o = /* @__PURE__ */ l(tr, { ref: t, ...r }), e[0] = r, e[1] = t, e[2] = o) : o = e[2], o;
|
|
3792
3776
|
});
|
|
3793
|
-
|
|
3794
|
-
const or =
|
|
3795
|
-
or.DirectoryTree =
|
|
3777
|
+
At.displayName = "GZDirectoryTree";
|
|
3778
|
+
const or = Et;
|
|
3779
|
+
or.DirectoryTree = At;
|
|
3796
3780
|
const rr = (r) => {
|
|
3797
|
-
const
|
|
3781
|
+
const t = d.c(2);
|
|
3798
3782
|
let e;
|
|
3799
|
-
return
|
|
3783
|
+
return t[0] !== r ? (e = /* @__PURE__ */ l(ao, { ...r }), t[0] = r, t[1] = e) : e = t[1], e;
|
|
3800
3784
|
};
|
|
3801
3785
|
rr.displayName = "GZDrawer";
|
|
3802
|
-
const
|
|
3803
|
-
const
|
|
3786
|
+
const kt = (r) => {
|
|
3787
|
+
const t = d.c(2);
|
|
3804
3788
|
let e;
|
|
3805
|
-
return
|
|
3789
|
+
return t[0] !== r ? (e = /* @__PURE__ */ l(De, { ...r }), t[0] = r, t[1] = e) : e = t[1], e;
|
|
3806
3790
|
};
|
|
3807
|
-
|
|
3808
|
-
const ir =
|
|
3809
|
-
Object.assign(ir,
|
|
3810
|
-
const
|
|
3791
|
+
kt.displayName = "GZModal";
|
|
3792
|
+
const ir = kt;
|
|
3793
|
+
Object.assign(ir, De);
|
|
3794
|
+
const ar = c((r, t) => {
|
|
3811
3795
|
const e = d.c(3);
|
|
3812
|
-
let
|
|
3813
|
-
return e[0] !== r || e[1] !==
|
|
3796
|
+
let o;
|
|
3797
|
+
return e[0] !== r || e[1] !== t ? (o = /* @__PURE__ */ l(no, { ref: t, ...r }), e[0] = r, e[1] = t, e[2] = o) : o = e[2], o;
|
|
3814
3798
|
});
|
|
3815
|
-
|
|
3816
|
-
const
|
|
3799
|
+
ar.displayName = "GZPopconfirm";
|
|
3800
|
+
const nr = c((r, t) => {
|
|
3817
3801
|
const e = d.c(3);
|
|
3818
|
-
let
|
|
3819
|
-
return e[0] !== r || e[1] !==
|
|
3802
|
+
let o;
|
|
3803
|
+
return e[0] !== r || e[1] !== t ? (o = /* @__PURE__ */ l(lo, { ref: t, ...r }), e[0] = r, e[1] = t, e[2] = o) : o = e[2], o;
|
|
3820
3804
|
});
|
|
3821
|
-
|
|
3822
|
-
const kt = (r) => {
|
|
3823
|
-
const o = d.c(2);
|
|
3824
|
-
let e;
|
|
3825
|
-
return o[0] !== r ? (e = /* @__PURE__ */ l(He, { ...r }), o[0] = r, o[1] = e) : e = o[1], e;
|
|
3826
|
-
};
|
|
3827
|
-
kt.displayName = "GZResult";
|
|
3828
|
-
const lr = kt;
|
|
3829
|
-
Object.assign(lr, He);
|
|
3805
|
+
nr.displayName = "GZProgress";
|
|
3830
3806
|
const Tt = (r) => {
|
|
3831
|
-
const
|
|
3807
|
+
const t = d.c(2);
|
|
3832
3808
|
let e;
|
|
3833
|
-
return
|
|
3809
|
+
return t[0] !== r ? (e = /* @__PURE__ */ l(He, { ...r }), t[0] = r, t[1] = e) : e = t[1], e;
|
|
3834
3810
|
};
|
|
3835
|
-
Tt.displayName = "
|
|
3811
|
+
Tt.displayName = "GZResult";
|
|
3812
|
+
const lr = Tt;
|
|
3813
|
+
Object.assign(lr, He);
|
|
3836
3814
|
const Gt = (r) => {
|
|
3837
|
-
const
|
|
3815
|
+
const t = d.c(2);
|
|
3838
3816
|
let e;
|
|
3839
|
-
return
|
|
3817
|
+
return t[0] !== r ? (e = /* @__PURE__ */ l(v, { ...r }), t[0] = r, t[1] = e) : e = t[1], e;
|
|
3840
3818
|
};
|
|
3841
|
-
Gt.displayName = "
|
|
3819
|
+
Gt.displayName = "GZSkeleton";
|
|
3842
3820
|
const Lt = (r) => {
|
|
3843
|
-
const
|
|
3821
|
+
const t = d.c(2);
|
|
3844
3822
|
let e;
|
|
3845
|
-
return
|
|
3823
|
+
return t[0] !== r ? (e = /* @__PURE__ */ l(v.Button, { ...r }), t[0] = r, t[1] = e) : e = t[1], e;
|
|
3846
3824
|
};
|
|
3847
|
-
Lt.displayName = "
|
|
3825
|
+
Lt.displayName = "GZSkeletonButton";
|
|
3848
3826
|
const wt = (r) => {
|
|
3849
|
-
const
|
|
3827
|
+
const t = d.c(2);
|
|
3850
3828
|
let e;
|
|
3851
|
-
return
|
|
3829
|
+
return t[0] !== r ? (e = /* @__PURE__ */ l(v.Avatar, { ...r }), t[0] = r, t[1] = e) : e = t[1], e;
|
|
3852
3830
|
};
|
|
3853
|
-
wt.displayName = "
|
|
3831
|
+
wt.displayName = "GZSkeletonAvatar";
|
|
3854
3832
|
const $t = (r) => {
|
|
3855
|
-
const
|
|
3833
|
+
const t = d.c(2);
|
|
3856
3834
|
let e;
|
|
3857
|
-
return
|
|
3835
|
+
return t[0] !== r ? (e = /* @__PURE__ */ l(v.Input, { ...r }), t[0] = r, t[1] = e) : e = t[1], e;
|
|
3858
3836
|
};
|
|
3859
|
-
$t.displayName = "
|
|
3837
|
+
$t.displayName = "GZSkeletonInput";
|
|
3860
3838
|
const Wt = (r) => {
|
|
3861
|
-
const
|
|
3839
|
+
const t = d.c(2);
|
|
3862
3840
|
let e;
|
|
3863
|
-
return
|
|
3841
|
+
return t[0] !== r ? (e = /* @__PURE__ */ l(v.Image, { ...r }), t[0] = r, t[1] = e) : e = t[1], e;
|
|
3864
3842
|
};
|
|
3865
|
-
Wt.displayName = "
|
|
3866
|
-
const k = Tt;
|
|
3867
|
-
k.Button = Gt;
|
|
3868
|
-
k.Avatar = Lt;
|
|
3869
|
-
k.Input = wt;
|
|
3870
|
-
k.Image = $t;
|
|
3871
|
-
k.Node = Wt;
|
|
3843
|
+
Wt.displayName = "GZSkeletonImage";
|
|
3872
3844
|
const Rt = (r) => {
|
|
3873
|
-
const
|
|
3845
|
+
const t = d.c(2);
|
|
3874
3846
|
let e;
|
|
3875
|
-
return
|
|
3847
|
+
return t[0] !== r ? (e = /* @__PURE__ */ l(v.Node, { ...r }), t[0] = r, t[1] = e) : e = t[1], e;
|
|
3876
3848
|
};
|
|
3877
|
-
Rt.displayName = "
|
|
3878
|
-
const
|
|
3879
|
-
|
|
3849
|
+
Rt.displayName = "GZSkeletonNode";
|
|
3850
|
+
const k = Gt;
|
|
3851
|
+
k.Button = Lt;
|
|
3852
|
+
k.Avatar = wt;
|
|
3853
|
+
k.Input = $t;
|
|
3854
|
+
k.Image = Wt;
|
|
3855
|
+
k.Node = Rt;
|
|
3880
3856
|
const Nt = (r) => {
|
|
3881
|
-
const
|
|
3857
|
+
const t = d.c(2);
|
|
3882
3858
|
let e;
|
|
3883
|
-
return
|
|
3859
|
+
return t[0] !== r ? (e = /* @__PURE__ */ l(Me, { ...r }), t[0] = r, t[1] = e) : e = t[1], e;
|
|
3884
3860
|
};
|
|
3885
|
-
Nt.displayName = "
|
|
3861
|
+
Nt.displayName = "GZSpin";
|
|
3862
|
+
const dr = Nt;
|
|
3863
|
+
Object.assign(dr, Me);
|
|
3886
3864
|
const Ot = (r) => {
|
|
3887
|
-
const
|
|
3865
|
+
const t = d.c(2);
|
|
3866
|
+
let e;
|
|
3867
|
+
return t[0] !== r ? (e = /* @__PURE__ */ l(ee, { ...r }), t[0] = r, t[1] = e) : e = t[1], e;
|
|
3868
|
+
};
|
|
3869
|
+
Ot.displayName = "GZImage";
|
|
3870
|
+
const _t = (r) => {
|
|
3871
|
+
const t = d.c(2);
|
|
3888
3872
|
let e;
|
|
3889
|
-
return
|
|
3873
|
+
return t[0] !== r ? (e = /* @__PURE__ */ l(ee.PreviewGroup, { ...r }), t[0] = r, t[1] = e) : e = t[1], e;
|
|
3890
3874
|
};
|
|
3891
|
-
|
|
3892
|
-
const
|
|
3893
|
-
Object.assign(
|
|
3894
|
-
|
|
3875
|
+
_t.displayName = "GZImagePreviewGroup";
|
|
3876
|
+
const Zt = Ot;
|
|
3877
|
+
Object.assign(Zt, ee);
|
|
3878
|
+
Zt.PreviewGroup = _t;
|
|
3895
3879
|
export {
|
|
3896
3880
|
er as Alert,
|
|
3897
|
-
|
|
3881
|
+
po as AutoComplete,
|
|
3898
3882
|
We as Avatar,
|
|
3899
3883
|
Ne as Badge,
|
|
3900
|
-
|
|
3901
|
-
|
|
3902
|
-
|
|
3903
|
-
|
|
3884
|
+
mo as Breadcrumb,
|
|
3885
|
+
br as Button,
|
|
3886
|
+
zo as Calendar,
|
|
3887
|
+
Bt as Card,
|
|
3904
3888
|
R as Cascader,
|
|
3905
3889
|
_e as Checkbox,
|
|
3906
|
-
|
|
3890
|
+
jo as Collapse,
|
|
3907
3891
|
mr as ConfigProvider,
|
|
3908
|
-
|
|
3909
|
-
|
|
3892
|
+
B as DatePicker,
|
|
3893
|
+
co as Divider,
|
|
3910
3894
|
rr as Drawer,
|
|
3911
|
-
|
|
3912
|
-
|
|
3913
|
-
|
|
3914
|
-
|
|
3895
|
+
So as Dropdown,
|
|
3896
|
+
zt as Empty,
|
|
3897
|
+
p as Form,
|
|
3898
|
+
Zt as Image,
|
|
3915
3899
|
$ as Input,
|
|
3916
3900
|
Lo as InputNumber,
|
|
3917
3901
|
W as Menu,
|
|
3918
3902
|
ir as Modal,
|
|
3919
|
-
|
|
3920
|
-
|
|
3903
|
+
ho as Pagination,
|
|
3904
|
+
ar as Popconfirm,
|
|
3921
3905
|
Qo as Popover,
|
|
3922
|
-
|
|
3906
|
+
nr as Progress,
|
|
3923
3907
|
oe as Radio,
|
|
3924
3908
|
$o as Rate,
|
|
3925
3909
|
lr as Result,
|
|
@@ -3928,11 +3912,11 @@ export {
|
|
|
3928
3912
|
k as Skeleton,
|
|
3929
3913
|
ye as Space,
|
|
3930
3914
|
dr as Spin,
|
|
3931
|
-
|
|
3915
|
+
bo as Steps,
|
|
3932
3916
|
_o as Switch,
|
|
3933
|
-
|
|
3934
|
-
|
|
3935
|
-
|
|
3917
|
+
Bo as Tabs,
|
|
3918
|
+
Ht as Tag,
|
|
3919
|
+
ct as TimePicker,
|
|
3936
3920
|
Yo as Timeline,
|
|
3937
3921
|
Ko as Tooltip,
|
|
3938
3922
|
N as Transfer,
|