@vancone/console-component 0.1.0-beta.3 → 0.1.0-beta.31
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.
|
@@ -1,146 +1,209 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
3
|
-
var
|
|
4
|
-
var
|
|
5
|
-
var
|
|
6
|
-
for (var
|
|
7
|
-
|
|
8
|
-
if (
|
|
9
|
-
for (var
|
|
10
|
-
|
|
11
|
-
return s;
|
|
12
|
-
}, De = (s, t) => We(s, $e(t));
|
|
13
|
-
import { openBlock as a, createElementBlock as S, defineComponent as ce, reactive as le, resolveComponent as v, createVNode as p, withCtx as r, createElementVNode as c, Fragment as ee, renderList as se, toDisplayString as _, normalizeStyle as Oe, ref as A, onMounted as Ge, unref as g, createCommentVNode as j, createTextVNode as z, createBlock as w, resolveDynamicComponent as Ee, computed as Qe, watch as he, createStaticVNode as ot, nextTick as Ve, normalizeClass as Te, resolveDirective as Ke, withDirectives as Pe } from "vue";
|
|
14
|
-
import { useRoute as ke, useRouter as xe } from "vue-router";
|
|
15
|
-
import at from "axios";
|
|
16
|
-
import { ElMessage as Ue, ElMessageBox as nt } from "element-plus";
|
|
17
|
-
import { createI18n as lt, useI18n as _e } from "vue-i18n";
|
|
18
|
-
import { ArrowRight as st, Check as rt, Refresh as Le, QuestionFilled as it, Download as ct, Search as dt, ArrowDown as pt } from "@element-plus/icons-vue";
|
|
19
|
-
import { cloneDeep as Ce } from "lodash";
|
|
20
|
-
const re = (s, t) => {
|
|
21
|
-
const e = s.__vccOpts || s;
|
|
22
|
-
for (const [n, o] of t)
|
|
23
|
-
e[n] = o;
|
|
1
|
+
var co = Object.defineProperty, uo = Object.defineProperties;
|
|
2
|
+
var po = Object.getOwnPropertyDescriptors;
|
|
3
|
+
var vt = Object.getOwnPropertySymbols;
|
|
4
|
+
var fo = Object.prototype.hasOwnProperty, mo = Object.prototype.propertyIsEnumerable;
|
|
5
|
+
var yt = (e, o, t) => o in e ? co(e, o, { enumerable: !0, configurable: !0, writable: !0, value: t }) : e[o] = t, He = (e, o) => {
|
|
6
|
+
for (var t in o || (o = {}))
|
|
7
|
+
fo.call(o, t) && yt(e, t, o[t]);
|
|
8
|
+
if (vt)
|
|
9
|
+
for (var t of vt(o))
|
|
10
|
+
mo.call(o, t) && yt(e, t, o[t]);
|
|
24
11
|
return e;
|
|
25
|
-
},
|
|
26
|
-
|
|
27
|
-
|
|
12
|
+
}, wt = (e, o) => uo(e, po(o));
|
|
13
|
+
var ye = (e, o, t) => new Promise((n, s) => {
|
|
14
|
+
var r = (i) => {
|
|
15
|
+
try {
|
|
16
|
+
a(t.next(i));
|
|
17
|
+
} catch (d) {
|
|
18
|
+
s(d);
|
|
19
|
+
}
|
|
20
|
+
}, l = (i) => {
|
|
21
|
+
try {
|
|
22
|
+
a(t.throw(i));
|
|
23
|
+
} catch (d) {
|
|
24
|
+
s(d);
|
|
25
|
+
}
|
|
26
|
+
}, a = (i) => i.done ? n(i.value) : Promise.resolve(i.value).then(r, l);
|
|
27
|
+
a((t = t.apply(e, o)).next());
|
|
28
|
+
});
|
|
29
|
+
import { openBlock as p, createElementBlock as F, createElementVNode as k, defineComponent as _e, reactive as re, resolveComponent as x, createVNode as _, withCtx as m, unref as O, Fragment as oe, renderList as ce, toDisplayString as D, normalizeStyle as it, ref as I, onMounted as pt, createCommentVNode as B, createTextVNode as Y, createBlock as A, resolveDynamicComponent as Xe, effectScope as At, markRaw as Pe, toRaw as Ge, hasInjectionContext as ho, inject as _o, getCurrentInstance as go, watch as Se, isRef as Le, isReactive as ft, toRef as st, nextTick as Ze, computed as Te, getCurrentScope as bo, onScopeDispose as vo, toRefs as St, createStaticVNode as yo, normalizeClass as Vt, resolveDirective as Mt, withDirectives as Ut } from "vue";
|
|
30
|
+
import { useRoute as qe, useRouter as nt } from "vue-router";
|
|
31
|
+
import wo from "axios";
|
|
32
|
+
import { ElMessage as rt, ElMessageBox as So } from "element-plus";
|
|
33
|
+
import { createI18n as Co, useI18n as Be } from "vue-i18n";
|
|
34
|
+
import { ArrowRight as Oo, Check as ko, Refresh as Tt, QuestionFilled as Eo, Download as xo, Search as $o, ArrowDown as Po } from "@element-plus/icons-vue";
|
|
35
|
+
import { cloneDeep as Ue } from "lodash";
|
|
36
|
+
const ue = (e, o) => {
|
|
37
|
+
const t = e.__vccOpts || e;
|
|
38
|
+
for (const [n, s] of o)
|
|
39
|
+
t[n] = s;
|
|
40
|
+
return t;
|
|
41
|
+
}, Io = {}, No = { class: "building" };
|
|
42
|
+
function Ao(e, o) {
|
|
43
|
+
return p(), F("div", No);
|
|
28
44
|
}
|
|
29
|
-
const ht = /* @__PURE__ */ re(ut, [["render", mt], ["__scopeId", "data-v-07bd45d2"]]), gt = "data:image/png;base64,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", ie = at.create({
|
|
45
|
+
const Vo = /* @__PURE__ */ ue(Io, [["render", Ao], ["__scopeId", "data-v-07bd45d2"]]), pe = wo.create({
|
|
30
46
|
timeout: 2 * 60 * 1e3,
|
|
31
47
|
withCredentials: !0
|
|
32
48
|
});
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
const { headers:
|
|
36
|
-
return n === 0 ? (
|
|
37
|
-
message:
|
|
49
|
+
pe.interceptors.request.use((e) => e);
|
|
50
|
+
pe.interceptors.response.use((e) => {
|
|
51
|
+
const { headers: o, method: t } = e.config, { code: n, message: s } = e.data, { "No-Success-Message": r } = o, l = t !== "get";
|
|
52
|
+
return n === 0 ? (l && !r && rt({
|
|
53
|
+
message: s,
|
|
38
54
|
type: "success"
|
|
39
|
-
}), Promise.resolve(
|
|
55
|
+
}), Promise.resolve(e)) : (rt({
|
|
40
56
|
type: "error",
|
|
41
|
-
message:
|
|
57
|
+
message: s
|
|
42
58
|
}), Promise.reject(new Error(`${n}`)));
|
|
43
|
-
}, (
|
|
59
|
+
}, (e) => {
|
|
44
60
|
var n;
|
|
45
|
-
const { config:
|
|
46
|
-
if (
|
|
47
|
-
const { status:
|
|
48
|
-
if (
|
|
49
|
-
const
|
|
50
|
-
let
|
|
51
|
-
window.location.href = `${
|
|
61
|
+
const { config: o, response: t } = e;
|
|
62
|
+
if (t) {
|
|
63
|
+
const { status: s } = t;
|
|
64
|
+
if (s === 401) {
|
|
65
|
+
const a = window.escape(window.location.href);
|
|
66
|
+
let i = (n = t.data.data) != null ? n : "https://passport.vancone.com";
|
|
67
|
+
window.location.href = `${i}/?from=${a}`;
|
|
52
68
|
}
|
|
53
|
-
const { message:
|
|
54
|
-
|
|
69
|
+
const { message: r, error: l } = t.data;
|
|
70
|
+
rt({
|
|
55
71
|
type: "error",
|
|
56
|
-
message:
|
|
72
|
+
message: r || l
|
|
57
73
|
});
|
|
58
74
|
}
|
|
59
|
-
return Promise.reject(new Error(
|
|
75
|
+
return Promise.reject(new Error(e.message || "Response Error"));
|
|
60
76
|
});
|
|
61
|
-
const
|
|
62
|
-
const { origin:
|
|
63
|
-
return
|
|
64
|
-
},
|
|
65
|
-
function
|
|
66
|
-
return
|
|
77
|
+
const Dt = () => {
|
|
78
|
+
const { origin: e } = window.location;
|
|
79
|
+
return e.includes("beta") || e.includes("localhost") ? "passport.beta.vancone.com" : "passport.vancone.com";
|
|
80
|
+
}, Rt = Dt();
|
|
81
|
+
function Mo() {
|
|
82
|
+
return pe.get(`//${Rt}/api/passport/service/v1/account`);
|
|
83
|
+
}
|
|
84
|
+
function Uo() {
|
|
85
|
+
return pe.delete(`//${Rt}/api/passport/service/v1/login`);
|
|
86
|
+
}
|
|
87
|
+
function To() {
|
|
88
|
+
return pe.get("https://console.vancone.com/api/console/app-group?pageSize=1000");
|
|
67
89
|
}
|
|
68
|
-
function
|
|
69
|
-
return
|
|
90
|
+
function Do() {
|
|
91
|
+
return pe.get("https://console.vancone.com/api/console/app?pageSize=1000");
|
|
92
|
+
}
|
|
93
|
+
const Ro = {
|
|
94
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
95
|
+
width: "32",
|
|
96
|
+
height: "32",
|
|
97
|
+
class: "icon",
|
|
98
|
+
viewBox: "0 0 1024 1024"
|
|
99
|
+
};
|
|
100
|
+
function Fo(e, o) {
|
|
101
|
+
return p(), F("svg", Ro, o[0] || (o[0] = [
|
|
102
|
+
k("path", { d: "M480 544v352H128V544zm416 288v64H544v-64zM416 608H192v224h224zm480 83.072v64H544v-64zM896 544v64H544v-64zM480 128v352H128V128zm416 0v352H544V128zm-480 64H192v224h224zm416 0H608v224h224z" }, null, -1)
|
|
103
|
+
]));
|
|
70
104
|
}
|
|
71
|
-
|
|
72
|
-
|
|
105
|
+
const Go = { render: Fo }, Lo = {
|
|
106
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
107
|
+
width: "32",
|
|
108
|
+
height: "32",
|
|
109
|
+
class: "icon",
|
|
110
|
+
viewBox: "0 0 1024 1024"
|
|
111
|
+
};
|
|
112
|
+
function jo(e, o) {
|
|
113
|
+
return p(), F("svg", Lo, o[0] || (o[0] = [
|
|
114
|
+
k("path", { d: "M487.01 113.079a56.076 56.076 0 0 1 73.216 21.918l1.901 3.536 100.401 203.215L886.93 374.32a56.076 56.076 0 0 1 33.939 92.647l-2.877 3.024-162.329 158.061L793.99 851.31a56.076 56.076 0 0 1-77.726 60.855l-3.609-1.707-200.801-105.472-200.802 105.448a56.076 56.076 0 0 1-81.871-55.345l.512-3.78 38.351-223.256-162.328-158.061a56.076 56.076 0 0 1 27.282-94.989l3.78-.682 224.377-32.573L461.58 138.533a56.08 56.08 0 0 1 25.43-25.454M409.722 408.6l-228.206 33.134 165.132 160.744-39.01 227.133 204.216-107.252 204.19 107.252-39.01-227.133 165.133-160.744L613.96 408.6 511.854 201.9 409.698 408.6z" }, null, -1)
|
|
115
|
+
]));
|
|
73
116
|
}
|
|
74
|
-
|
|
75
|
-
|
|
117
|
+
const zo = { render: jo }, qo = {
|
|
118
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
119
|
+
width: "32",
|
|
120
|
+
height: "32",
|
|
121
|
+
class: "icon",
|
|
122
|
+
viewBox: "0 0 1024 1024"
|
|
123
|
+
};
|
|
124
|
+
function Bo(e, o) {
|
|
125
|
+
return p(), F("svg", qo, o[0] || (o[0] = [
|
|
126
|
+
k("path", { d: "M512 109.714c222.184 0 402.286 180.102 402.286 402.286S734.184 914.286 512 914.286l-2.901-.122c-104.546-8.314-189.416-43.52-253.075-105.13l-.024 80.87h-73.143V658.287h207.238v73.143H283.99c52.858 65.048 128.561 101.4 229.45 109.714l7.63-.122C698.662 836.218 841.144 690.737 841.144 512c0-181.784-147.359-329.143-329.143-329.143S182.857 330.216 182.857 512h-73.143c0-222.184 180.102-402.286 402.286-402.286m-48.762 182.857h73.143V475.43h182.857v73.142h-256z" }, null, -1)
|
|
127
|
+
]));
|
|
76
128
|
}
|
|
77
|
-
const
|
|
129
|
+
const Ho = { render: Bo }, Jo = { class: "app-catalog-wrapper" }, Wo = { class: "catalog-wrapper" }, Yo = { class: "service-list" }, Qo = ["href"], Ko = /* @__PURE__ */ _e({
|
|
78
130
|
__name: "AppCatalog",
|
|
79
131
|
props: {
|
|
80
132
|
visible: { type: Boolean }
|
|
81
133
|
},
|
|
82
|
-
setup(
|
|
83
|
-
const
|
|
84
|
-
function
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
const
|
|
88
|
-
|
|
89
|
-
|
|
134
|
+
setup(e) {
|
|
135
|
+
const o = re([]);
|
|
136
|
+
function t() {
|
|
137
|
+
To().then(({ data: n }) => {
|
|
138
|
+
o.splice(0, o.length, ...n.data.list), Do().then(({ data: s }) => {
|
|
139
|
+
const r = s.data.list;
|
|
140
|
+
o.forEach((l) => {
|
|
141
|
+
l.apps = r.filter((a) => a.appGroupId === l.id);
|
|
90
142
|
});
|
|
91
143
|
});
|
|
92
144
|
});
|
|
93
145
|
}
|
|
94
|
-
return
|
|
95
|
-
const
|
|
96
|
-
return
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
146
|
+
return t(), (n, s) => {
|
|
147
|
+
const r = x("el-input"), l = x("el-scrollbar"), a = x("el-tab-pane"), i = x("el-tabs");
|
|
148
|
+
return p(), F("div", Jo, [
|
|
149
|
+
_(i, { "tab-position": "left" }, {
|
|
150
|
+
default: m(() => [
|
|
151
|
+
_(a, null, {
|
|
152
|
+
label: m(() => [
|
|
153
|
+
_(O(Go), { class: "left-icon" })
|
|
154
|
+
]),
|
|
155
|
+
default: m(() => [
|
|
156
|
+
_(l, {
|
|
157
|
+
class: "right-area",
|
|
158
|
+
style: { width: "100%", height: "100%" }
|
|
159
|
+
}, {
|
|
160
|
+
default: m(() => [
|
|
161
|
+
_(r, {
|
|
162
|
+
class: "search-box",
|
|
163
|
+
placeholder: "Search by App name"
|
|
164
|
+
}),
|
|
165
|
+
k("div", Wo, [
|
|
166
|
+
(p(!0), F(oe, null, ce(o, (d) => (p(), F("div", Yo, [
|
|
167
|
+
k("h1", null, D(d.name), 1),
|
|
168
|
+
(p(!0), F(oe, null, ce(d.apps, (w) => {
|
|
169
|
+
var y, M;
|
|
170
|
+
return p(), F("a", {
|
|
171
|
+
style: it([{ "text-decoration": "none" }, { pointerEvents: ((y = w.homepageUrl) == null ? void 0 : y.length) > 0 ? "auto" : "none" }]),
|
|
172
|
+
target: "_blank",
|
|
173
|
+
href: w.homepageUrl
|
|
174
|
+
}, [
|
|
175
|
+
k("h2", {
|
|
176
|
+
style: it({ color: ((M = w.homepageUrl) == null ? void 0 : M.length) > 0 ? "#555" : "#bbb" })
|
|
177
|
+
}, D(w.name), 5)
|
|
178
|
+
], 12, Qo);
|
|
179
|
+
}), 256))
|
|
180
|
+
]))), 256))
|
|
181
|
+
])
|
|
182
|
+
]),
|
|
183
|
+
_: 1
|
|
184
|
+
})
|
|
185
|
+
]),
|
|
186
|
+
_: 1
|
|
187
|
+
}),
|
|
188
|
+
_(a, null, {
|
|
189
|
+
label: m(() => [
|
|
190
|
+
_(O(zo), { class: "left-icon" })
|
|
191
|
+
]),
|
|
192
|
+
_: 1
|
|
193
|
+
}),
|
|
194
|
+
_(a, null, {
|
|
195
|
+
label: m(() => [
|
|
196
|
+
_(O(Ho), { class: "left-icon" })
|
|
197
|
+
]),
|
|
198
|
+
_: 1
|
|
199
|
+
})
|
|
137
200
|
]),
|
|
138
201
|
_: 1
|
|
139
|
-
}
|
|
202
|
+
})
|
|
140
203
|
]);
|
|
141
204
|
};
|
|
142
205
|
}
|
|
143
|
-
}),
|
|
206
|
+
}), Xo = /* @__PURE__ */ ue(Ko, [["__scopeId", "data-v-3f4e3c4f"]]), Zo = {
|
|
144
207
|
common: {
|
|
145
208
|
header: {
|
|
146
209
|
product: "Products",
|
|
@@ -178,7 +241,7 @@ const yt = { class: "app-catalog-wrapper" }, At = { style: { width: "calc(100% -
|
|
|
178
241
|
yes: "Yes"
|
|
179
242
|
}
|
|
180
243
|
}
|
|
181
|
-
},
|
|
244
|
+
}, en = {
|
|
182
245
|
common: {
|
|
183
246
|
header: {
|
|
184
247
|
product: "产品",
|
|
@@ -216,55 +279,57 @@ const yt = { class: "app-catalog-wrapper" }, At = { style: { width: "calc(100% -
|
|
|
216
279
|
yes: "是"
|
|
217
280
|
}
|
|
218
281
|
}
|
|
219
|
-
},
|
|
282
|
+
}, et = Co({
|
|
220
283
|
legacy: !1,
|
|
221
284
|
locale: localStorage.getItem("locale") || navigator.language.slice(0, 2),
|
|
222
285
|
messages: {
|
|
223
|
-
en:
|
|
224
|
-
zh:
|
|
286
|
+
en: Zo,
|
|
287
|
+
zh: en
|
|
225
288
|
}
|
|
226
|
-
}),
|
|
289
|
+
}), tn = {
|
|
227
290
|
xmlns: "http://www.w3.org/2000/svg",
|
|
228
291
|
"xml:space": "preserve",
|
|
229
292
|
viewBox: "0 0 32 32"
|
|
230
293
|
};
|
|
231
|
-
function
|
|
232
|
-
return
|
|
233
|
-
|
|
294
|
+
function on(e, o) {
|
|
295
|
+
return p(), F("svg", tn, o[0] || (o[0] = [
|
|
296
|
+
k("path", { d: "M22.6 29.1h6.6v-6.6h-6.6m0-3.2h6.6v-6.6h-6.6m-9.9-3.3h6.6V2.9h-6.6m9.9 6.5h6.6V2.9h-6.6m-9.9 16.4h6.6v-6.6h-6.6m-9.8 6.6h6.6v-6.6H2.9m0 16.4h6.6v-6.6H2.9m9.8 6.6h6.6v-6.6h-6.6M2.9 9.4h6.6V2.9H2.9z" }, null, -1)
|
|
234
297
|
]));
|
|
235
298
|
}
|
|
236
|
-
const
|
|
299
|
+
const nn = { render: on }, sn = {
|
|
237
300
|
xmlns: "http://www.w3.org/2000/svg",
|
|
238
301
|
width: "200",
|
|
239
302
|
height: "200",
|
|
240
303
|
class: "icon",
|
|
241
304
|
viewBox: "0 0 1024 1024"
|
|
242
305
|
};
|
|
243
|
-
function
|
|
244
|
-
return
|
|
245
|
-
|
|
306
|
+
function rn(e, o) {
|
|
307
|
+
return p(), F("svg", sn, o[0] || (o[0] = [
|
|
308
|
+
k("path", { d: "M651.404 284.363c-14.446-23.404-34.322-43.717-58.832-56.969A164.4 164.4 0 0 0 512 206.328a157.8 157.8 0 0 0-63.864 12.893 163.8 163.8 0 0 0-52.22 35.105c-14.77 14.405-26.455 32.338-35.04 51.895a164 164 0 0 0-12.829 63.958c0 15.233 6.615 28.88 15.993 39.036 10.063 9.363 23.72 15.988 38.92 15.988a56.73 56.73 0 0 0 38.528-15.988c10.134-10.155 16.747-23.803 16.747-39.036a54.8 54.8 0 0 1 3.918-21.066c3.126-6.232 6.614-12.495 11.643-17.17a60.4 60.4 0 0 1 17.143-11.703c6.614-2.304 14.053-4.646 21.061-4.646a53.95 53.95 0 0 1 38.167 16.35c18.652 18.364 21.384 49.946 7.759 71.803-5.47 7.779-12.83 13.685-19.443 19.915-19.874 16.78-39.748 33.96-55.31 62.045-15.598 27.258-25.733 65.537-25.733 122.47a55.76 55.76 0 0 0 16.352 39.035c9.38 9.758 23.36 15.591 38.204 15.591 15.167 0 29.578-5.833 38.921-15.591a55.6 55.6 0 0 0 16.354-39.036c0-32.769 5.067-53.803 13.228-68.635 8.59-14.873 18.687-24.198 28.822-32.806 9.74-8.57 19.048-16.383 27.638-25.35 8.158-8.966 15.992-18.69 22.21-30.825 5.462-9.327 9.344-21.03 12.435-34.318 7.008-29.276 7.008-63.197-2.3-92.47-4.313-13.647-10.136-27.69-17.899-39.394zM512 706.508a53.51 53.51 0 0 0-38.204 15.988 54.725 54.725 0 0 0 0 78.035A53.51 53.51 0 0 0 512 816.519c15.167 0 29.578-6.232 38.921-15.988a54.72 54.72 0 0 0 0-78.035c-9.343-9.758-23.754-15.988-38.921-15.988m350.046-543.104c-88.409-88.95-211.463-144.363-347.744-145.12-137.826-.792-260.887 54.627-351.194 144.365-89.598 89.7-144.835 213-144.835 348.757a528.6 528.6 0 0 0 10.099 100.288c7.008 31.581 16.352 63.597 28.788 92.47 37.808 90.493 102.03 165.394 180.305 218.113a493.11 493.11 0 0 0 623.435-61.29c90.315-89.34 144.798-213.035 144.798-349.585 0-135.362-54.483-258.228-143.649-348.001zm-137.86 668.742a383.537 383.537 0 0 1-565.784-170.902c-10.135-22.614-17.106-46.814-22.57-71.768-4.636-25.388-7.758-51.132-7.758-78.07a381.15 381.15 0 0 1 112.92-271.516c69.29-69.463 165.86-112.387 272.562-112.387a385.85 385.85 0 0 1 352.768 234.1 398 398 0 0 1 29.58 149.803 393.7 393.7 0 0 1-29.58 149.834 387.25 387.25 0 0 1-142.137 170.906" }, null, -1)
|
|
246
309
|
]));
|
|
247
310
|
}
|
|
248
|
-
const
|
|
311
|
+
const an = { render: rn }, ln = {
|
|
249
312
|
xmlns: "http://www.w3.org/2000/svg",
|
|
250
313
|
width: "200",
|
|
251
314
|
height: "200",
|
|
252
315
|
class: "icon",
|
|
253
316
|
viewBox: "0 0 1024 1024"
|
|
254
317
|
};
|
|
255
|
-
function
|
|
256
|
-
return
|
|
257
|
-
|
|
318
|
+
function cn(e, o) {
|
|
319
|
+
return p(), F("svg", ln, o[0] || (o[0] = [
|
|
320
|
+
k("path", { d: "M358.4 871.2H45.152C19.936 871.2 0 843.904 0 819.2s19.936-50.624 45.152-50.624h56.64l-1.088-283.168c0-204.608 164.032-374.56 337.056-412.576v-1.28C437.76 32.032 470.496 0 510.848 0s73.088 32.032 73.088 71.552v1.28C756.96 110.848 922.08 280.8 922.08 485.408v283.168h55.008c25.216 0 46.944 25.92 46.944 50.624s-21.696 52-46.944 52H665.632c-.416 84.48-69.024 152.8-153.6 152.8s-153.184-68.352-153.6-152.8zm102.4 0c.416 27.904 23.168 50.4 51.2 50.4s50.784-22.496 51.2-50.4zm357.216-103.328v-282.56c0-179.808-149.536-329.984-307.104-329.984S204.544 305.472 204.544 485.312v282.56z" }, null, -1)
|
|
258
321
|
]));
|
|
259
322
|
}
|
|
260
|
-
const
|
|
323
|
+
const un = { render: cn }, dn = { class: "header" }, pn = { class: "title" }, fn = { class: "right" }, mn = { class: "icon-wrapper" }, hn = { class: "user-wrapper" }, _n = { style: { "font-size": "11px", "font-weight": "bold" } }, gn = { class: "user-popover-header" }, bn = { style: { "font-size": "15px", "font-weight": "bold" } }, vn = ["onClick"], yn = /* @__PURE__ */ _e({
|
|
261
324
|
__name: "Header",
|
|
262
325
|
props: {
|
|
263
326
|
title: {},
|
|
264
327
|
helpDocUrl: {}
|
|
265
328
|
},
|
|
266
|
-
setup(
|
|
267
|
-
const { t } =
|
|
329
|
+
setup(e) {
|
|
330
|
+
const { t: o } = Be(), t = I(), n = I(), s = I(), r = I(), l = e;
|
|
331
|
+
I(!1);
|
|
332
|
+
const a = I(""), i = I(et.global.locale), d = re([
|
|
268
333
|
{
|
|
269
334
|
id: "en",
|
|
270
335
|
name: "English"
|
|
@@ -274,189 +339,191 @@ const Vt = { render: Dt }, Tt = { class: "header" }, Kt = { class: "right" }, Pt
|
|
|
274
339
|
name: "简体中文"
|
|
275
340
|
}
|
|
276
341
|
]);
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
var
|
|
280
|
-
|
|
342
|
+
pt(() => {
|
|
343
|
+
a.value = decodeURIComponent(w("passport_username").replace(/\+/g, " ")), a.value === "" && Mo().then(({ data: P }) => {
|
|
344
|
+
var j;
|
|
345
|
+
P.code == 0 && (a.value = (j = P.data.name) != null ? j : P.data.displayId);
|
|
281
346
|
});
|
|
282
347
|
});
|
|
283
|
-
function
|
|
284
|
-
for (var
|
|
285
|
-
for (var
|
|
286
|
-
if (
|
|
287
|
-
return
|
|
348
|
+
function w(P) {
|
|
349
|
+
for (var j = P + "=", V = document.cookie.split(";"), K = 0; K < V.length; K++) {
|
|
350
|
+
for (var z = V[K]; z.charAt(0) == " "; ) z = z.substring(1);
|
|
351
|
+
if (z.indexOf(j) != -1)
|
|
352
|
+
return z.substring(j.length, z.length);
|
|
288
353
|
}
|
|
289
354
|
return "";
|
|
290
355
|
}
|
|
291
|
-
function
|
|
292
|
-
|
|
293
|
-
const
|
|
294
|
-
window.location.href = `//${
|
|
356
|
+
function y() {
|
|
357
|
+
Uo().then(() => {
|
|
358
|
+
const P = escape(window.location.href);
|
|
359
|
+
window.location.href = `//${Dt()}/?from=${P}#login`;
|
|
295
360
|
});
|
|
296
361
|
}
|
|
297
|
-
function
|
|
298
|
-
|
|
299
|
-
}
|
|
300
|
-
function q() {
|
|
301
|
-
window.open("https://portal.vancone.com/", "_blank");
|
|
362
|
+
function M(P) {
|
|
363
|
+
et.global.locale.value = P, i.value = P, localStorage.setItem("locale", P);
|
|
302
364
|
}
|
|
303
|
-
function
|
|
365
|
+
function U() {
|
|
304
366
|
window.open("https://passport.vancone.com/#/account/profile", "_blank");
|
|
305
367
|
}
|
|
306
|
-
function
|
|
368
|
+
function L() {
|
|
307
369
|
window.open(l.helpDocUrl, "_blank");
|
|
308
370
|
}
|
|
309
|
-
return (
|
|
310
|
-
const
|
|
311
|
-
return
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
onClick: q
|
|
315
|
-
}, [
|
|
316
|
-
C[1] || (C[1] = c("img", {
|
|
317
|
-
src: gt,
|
|
318
|
-
class: "logo"
|
|
319
|
-
}, null, -1)),
|
|
320
|
-
C[2] || (C[2] = c("h1", null, "VanCone", -1)),
|
|
321
|
-
c("span", null, _(M.title), 1)
|
|
322
|
-
]),
|
|
323
|
-
p(St, { visible: m.value }, null, 8, ["visible"]),
|
|
324
|
-
c("div", Kt, [
|
|
325
|
-
p($, {
|
|
371
|
+
return (P, j) => {
|
|
372
|
+
const V = x("el-tooltip"), K = x("el-popover"), z = x("el-avatar"), Q = x("el-menu-item"), ne = x("el-icon"), S = x("el-menu");
|
|
373
|
+
return p(), F("div", dn, [
|
|
374
|
+
k("div", pn, [
|
|
375
|
+
_(V, {
|
|
326
376
|
effect: "dark",
|
|
327
|
-
content:
|
|
377
|
+
content: O(o)("common.header.product"),
|
|
328
378
|
placement: "bottom"
|
|
329
379
|
}, {
|
|
330
|
-
default:
|
|
331
|
-
|
|
380
|
+
default: m(() => [
|
|
381
|
+
k("div", {
|
|
382
|
+
ref_key: "appCatalogButtonRef",
|
|
383
|
+
ref: r,
|
|
332
384
|
class: "icon-wrapper",
|
|
333
|
-
|
|
385
|
+
style: { "margin-left": "8px" }
|
|
334
386
|
}, [
|
|
335
|
-
|
|
336
|
-
])
|
|
387
|
+
_(O(nn))
|
|
388
|
+
], 512)
|
|
337
389
|
]),
|
|
338
390
|
_: 1
|
|
339
391
|
}, 8, ["content"]),
|
|
340
|
-
|
|
392
|
+
k("h1", null, D(P.title), 1)
|
|
393
|
+
]),
|
|
394
|
+
_(K, {
|
|
395
|
+
class: "app-popover",
|
|
396
|
+
"virtual-ref": r.value,
|
|
397
|
+
trigger: "click",
|
|
398
|
+
"show-arrow": !1,
|
|
399
|
+
"popper-style": "width: 500px; height: 500px;"
|
|
400
|
+
}, {
|
|
401
|
+
default: m(() => [
|
|
402
|
+
_(Xo, { visible: !0 })
|
|
403
|
+
]),
|
|
404
|
+
_: 1
|
|
405
|
+
}, 8, ["virtual-ref"]),
|
|
406
|
+
k("div", fn, [
|
|
407
|
+
_(V, {
|
|
341
408
|
effect: "dark",
|
|
342
|
-
content:
|
|
409
|
+
content: O(o)("common.header.help"),
|
|
343
410
|
placement: "bottom"
|
|
344
411
|
}, {
|
|
345
|
-
default:
|
|
346
|
-
l.helpDocUrl !== void 0 ? (
|
|
412
|
+
default: m(() => [
|
|
413
|
+
l.helpDocUrl !== void 0 ? (p(), F("div", {
|
|
347
414
|
key: 0,
|
|
348
415
|
class: "icon-wrapper",
|
|
349
|
-
onClick:
|
|
416
|
+
onClick: L
|
|
350
417
|
}, [
|
|
351
|
-
|
|
352
|
-
])) :
|
|
418
|
+
_(O(an))
|
|
419
|
+
])) : B("", !0)
|
|
353
420
|
]),
|
|
354
421
|
_: 1
|
|
355
422
|
}, 8, ["content"]),
|
|
356
|
-
|
|
423
|
+
_(V, {
|
|
357
424
|
effect: "dark",
|
|
358
|
-
content:
|
|
425
|
+
content: O(o)("common.header.message"),
|
|
359
426
|
placement: "bottom"
|
|
360
427
|
}, {
|
|
361
|
-
default:
|
|
362
|
-
|
|
363
|
-
|
|
428
|
+
default: m(() => [
|
|
429
|
+
k("div", mn, [
|
|
430
|
+
_(O(un))
|
|
364
431
|
])
|
|
365
432
|
]),
|
|
366
433
|
_: 1
|
|
367
434
|
}, 8, ["content"]),
|
|
368
|
-
|
|
369
|
-
|
|
435
|
+
k("div", hn, [
|
|
436
|
+
_(z, {
|
|
370
437
|
size: 30,
|
|
371
438
|
src: "",
|
|
372
439
|
ref_key: "avatarRef",
|
|
373
|
-
ref:
|
|
440
|
+
ref: t
|
|
374
441
|
}, {
|
|
375
|
-
default:
|
|
376
|
-
|
|
442
|
+
default: m(() => [
|
|
443
|
+
k("span", _n, D(a.value.substring(0, 2)), 1)
|
|
377
444
|
]),
|
|
378
445
|
_: 1
|
|
379
446
|
}, 512),
|
|
380
|
-
|
|
447
|
+
_(K, {
|
|
381
448
|
teleported: !1,
|
|
382
449
|
width: "280",
|
|
383
450
|
effect: "dark",
|
|
384
451
|
ref_key: "popoverRef",
|
|
385
452
|
ref: n,
|
|
386
|
-
"virtual-ref":
|
|
453
|
+
"virtual-ref": t.value,
|
|
387
454
|
trigger: "hover",
|
|
388
455
|
"virtual-triggering": ""
|
|
389
456
|
}, {
|
|
390
|
-
default:
|
|
391
|
-
|
|
392
|
-
|
|
457
|
+
default: m(() => [
|
|
458
|
+
k("div", gn, [
|
|
459
|
+
_(z, {
|
|
393
460
|
size: 48,
|
|
394
461
|
src: ""
|
|
395
462
|
}, {
|
|
396
|
-
default:
|
|
397
|
-
|
|
463
|
+
default: m(() => [
|
|
464
|
+
k("span", bn, D(a.value.substring(0, 2)), 1)
|
|
398
465
|
]),
|
|
399
466
|
_: 1
|
|
400
467
|
}),
|
|
401
|
-
|
|
468
|
+
k("span", null, D(a.value), 1)
|
|
402
469
|
]),
|
|
403
|
-
|
|
404
|
-
default:
|
|
405
|
-
|
|
406
|
-
default:
|
|
407
|
-
|
|
470
|
+
_(S, { class: "user-menu" }, {
|
|
471
|
+
default: m(() => [
|
|
472
|
+
_(Q, { onClick: U }, {
|
|
473
|
+
default: m(() => [
|
|
474
|
+
Y(D(O(o)("common.header.userCenter")), 1)
|
|
408
475
|
]),
|
|
409
476
|
_: 1
|
|
410
477
|
}),
|
|
411
|
-
|
|
478
|
+
_(Q, {
|
|
412
479
|
ref_key: "switchLanguageRef",
|
|
413
|
-
ref:
|
|
480
|
+
ref: s,
|
|
414
481
|
style: { display: "flext", "justify-content": "space-between" }
|
|
415
482
|
}, {
|
|
416
|
-
default:
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
default:
|
|
420
|
-
|
|
483
|
+
default: m(() => [
|
|
484
|
+
k("span", null, D(O(o)("common.header.switchLanguage")), 1),
|
|
485
|
+
_(ne, { style: { left: "15px" } }, {
|
|
486
|
+
default: m(() => [
|
|
487
|
+
_(O(Oo))
|
|
421
488
|
]),
|
|
422
489
|
_: 1
|
|
423
490
|
})
|
|
424
491
|
]),
|
|
425
492
|
_: 1
|
|
426
493
|
}, 512),
|
|
427
|
-
|
|
494
|
+
_(K, {
|
|
428
495
|
teleported: !1,
|
|
429
496
|
width: "150",
|
|
430
497
|
effect: "dark",
|
|
431
498
|
ref: "popover2Ref",
|
|
432
499
|
placement: "left-start",
|
|
433
|
-
"virtual-ref":
|
|
500
|
+
"virtual-ref": s.value,
|
|
434
501
|
trigger: "hover",
|
|
435
502
|
"virtual-triggering": "",
|
|
436
503
|
"popper-style": "height: 80px; left: -165px"
|
|
437
504
|
}, {
|
|
438
|
-
default:
|
|
439
|
-
(
|
|
505
|
+
default: m(() => [
|
|
506
|
+
(p(!0), F(oe, null, ce(d, (h) => (p(), F("div", {
|
|
440
507
|
class: "select-list",
|
|
441
|
-
onClick: (
|
|
508
|
+
onClick: ($) => M(h.id)
|
|
442
509
|
}, [
|
|
443
|
-
|
|
444
|
-
|
|
510
|
+
k("span", null, D(h.name), 1),
|
|
511
|
+
h.id === i.value ? (p(), A(ne, {
|
|
445
512
|
key: 0,
|
|
446
513
|
style: { color: "#8ba74f" }
|
|
447
514
|
}, {
|
|
448
|
-
default:
|
|
449
|
-
|
|
515
|
+
default: m(() => [
|
|
516
|
+
_(O(ko))
|
|
450
517
|
]),
|
|
451
518
|
_: 1
|
|
452
|
-
})) :
|
|
453
|
-
], 8,
|
|
519
|
+
})) : B("", !0)
|
|
520
|
+
], 8, vn))), 256))
|
|
454
521
|
]),
|
|
455
522
|
_: 1
|
|
456
523
|
}, 8, ["virtual-ref"]),
|
|
457
|
-
|
|
458
|
-
default:
|
|
459
|
-
|
|
524
|
+
_(Q, { onClick: y }, {
|
|
525
|
+
default: m(() => [
|
|
526
|
+
Y(D(O(o)("common.header.signOut")), 1)
|
|
460
527
|
]),
|
|
461
528
|
_: 1
|
|
462
529
|
})
|
|
@@ -471,321 +538,1479 @@ const Vt = { render: Dt }, Tt = { class: "header" }, Kt = { class: "right" }, Pt
|
|
|
471
538
|
]);
|
|
472
539
|
};
|
|
473
540
|
}
|
|
474
|
-
}),
|
|
541
|
+
}), Ft = /* @__PURE__ */ ue(yn, [["__scopeId", "data-v-2d4279e0"]]), wn = { class: "menu-icon-wrapper" }, Sn = { class: "menu-icon-wrapper" }, Cn = /* @__PURE__ */ _e({
|
|
475
542
|
__name: "SideMenuItem",
|
|
476
543
|
props: {
|
|
477
544
|
menu: {}
|
|
478
545
|
},
|
|
479
|
-
setup(
|
|
480
|
-
const
|
|
481
|
-
return (
|
|
482
|
-
const
|
|
483
|
-
return
|
|
546
|
+
setup(e) {
|
|
547
|
+
const o = e;
|
|
548
|
+
return (t, n) => {
|
|
549
|
+
const s = x("SideMenuItem", !0), r = x("el-sub-menu"), l = x("el-menu-item");
|
|
550
|
+
return t.menu.children && t.menu.children.length > 0 ? (p(), A(r, {
|
|
484
551
|
key: 0,
|
|
485
|
-
index:
|
|
552
|
+
index: t.menu.path
|
|
486
553
|
}, {
|
|
487
|
-
title:
|
|
488
|
-
var
|
|
554
|
+
title: m(() => {
|
|
555
|
+
var a, i, d;
|
|
489
556
|
return [
|
|
490
|
-
|
|
491
|
-
(
|
|
557
|
+
k("div", wn, [
|
|
558
|
+
(p(), A(Xe((a = t.menu.meta) == null ? void 0 : a.icon), { class: "menu-icon" }))
|
|
492
559
|
]),
|
|
493
|
-
|
|
560
|
+
k("span", null, D(t.$t((d = (i = t.menu.meta) == null ? void 0 : i.title) != null ? d : "")), 1)
|
|
494
561
|
];
|
|
495
562
|
}),
|
|
496
|
-
default:
|
|
497
|
-
(
|
|
498
|
-
key:
|
|
499
|
-
route:
|
|
563
|
+
default: m(() => [
|
|
564
|
+
(p(!0), F(oe, null, ce(t.menu.children, (a) => (p(), A(s, {
|
|
565
|
+
key: a.path,
|
|
566
|
+
route: a
|
|
500
567
|
}, null, 8, ["route"]))), 128))
|
|
501
568
|
]),
|
|
502
569
|
_: 1
|
|
503
|
-
}, 8, ["index"])) : (
|
|
570
|
+
}, 8, ["index"])) : (p(), A(l, {
|
|
504
571
|
key: 1,
|
|
505
|
-
index:
|
|
572
|
+
index: o.menu.path,
|
|
506
573
|
style: { height: "40px" }
|
|
507
574
|
}, {
|
|
508
|
-
title:
|
|
509
|
-
var
|
|
575
|
+
title: m(() => {
|
|
576
|
+
var a;
|
|
510
577
|
return [
|
|
511
|
-
|
|
578
|
+
k("span", null, D(t.$t((a = t.menu.title) != null ? a : "")), 1)
|
|
512
579
|
];
|
|
513
580
|
}),
|
|
514
|
-
default:
|
|
515
|
-
|
|
516
|
-
(
|
|
581
|
+
default: m(() => [
|
|
582
|
+
k("div", Sn, [
|
|
583
|
+
(p(), A(Xe(t.$props.menu.icon), { class: "menu-icon" }))
|
|
517
584
|
])
|
|
518
585
|
]),
|
|
519
586
|
_: 1
|
|
520
587
|
}, 8, ["index"]));
|
|
521
588
|
};
|
|
522
589
|
}
|
|
523
|
-
}),
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
590
|
+
}), On = /* @__PURE__ */ ue(Cn, [["__scopeId", "data-v-e3b5500a"]]), he = I({}), kn = {}, Ct = I([]);
|
|
591
|
+
var Gt = !1;
|
|
592
|
+
function Je(e, o, t) {
|
|
593
|
+
return Array.isArray(e) ? (e.length = Math.max(e.length, o), e.splice(o, 1, t), t) : (e[o] = t, t);
|
|
594
|
+
}
|
|
595
|
+
function at(e, o) {
|
|
596
|
+
if (Array.isArray(e)) {
|
|
597
|
+
e.splice(o, 1);
|
|
598
|
+
return;
|
|
599
|
+
}
|
|
600
|
+
delete e[o];
|
|
601
|
+
}
|
|
602
|
+
function En() {
|
|
603
|
+
return Lt().__VUE_DEVTOOLS_GLOBAL_HOOK__;
|
|
604
|
+
}
|
|
605
|
+
function Lt() {
|
|
606
|
+
return typeof navigator != "undefined" && typeof window != "undefined" ? window : typeof globalThis != "undefined" ? globalThis : {};
|
|
607
|
+
}
|
|
608
|
+
const xn = typeof Proxy == "function", $n = "devtools-plugin:setup", Pn = "plugin:settings:set";
|
|
609
|
+
let Ae, ct;
|
|
610
|
+
function In() {
|
|
611
|
+
var e;
|
|
612
|
+
return Ae !== void 0 || (typeof window != "undefined" && window.performance ? (Ae = !0, ct = window.performance) : typeof globalThis != "undefined" && (!((e = globalThis.perf_hooks) === null || e === void 0) && e.performance) ? (Ae = !0, ct = globalThis.perf_hooks.performance) : Ae = !1), Ae;
|
|
613
|
+
}
|
|
614
|
+
function Nn() {
|
|
615
|
+
return In() ? ct.now() : Date.now();
|
|
616
|
+
}
|
|
617
|
+
class An {
|
|
618
|
+
constructor(o, t) {
|
|
619
|
+
this.target = null, this.targetQueue = [], this.onQueue = [], this.plugin = o, this.hook = t;
|
|
620
|
+
const n = {};
|
|
621
|
+
if (o.settings)
|
|
622
|
+
for (const l in o.settings) {
|
|
623
|
+
const a = o.settings[l];
|
|
624
|
+
n[l] = a.defaultValue;
|
|
625
|
+
}
|
|
626
|
+
const s = `__vue-devtools-plugin-settings__${o.id}`;
|
|
627
|
+
let r = Object.assign({}, n);
|
|
628
|
+
try {
|
|
629
|
+
const l = localStorage.getItem(s), a = JSON.parse(l);
|
|
630
|
+
Object.assign(r, a);
|
|
631
|
+
} catch (l) {
|
|
632
|
+
}
|
|
633
|
+
this.fallbacks = {
|
|
634
|
+
getSettings() {
|
|
635
|
+
return r;
|
|
636
|
+
},
|
|
637
|
+
setSettings(l) {
|
|
638
|
+
try {
|
|
639
|
+
localStorage.setItem(s, JSON.stringify(l));
|
|
640
|
+
} catch (a) {
|
|
641
|
+
}
|
|
642
|
+
r = l;
|
|
643
|
+
},
|
|
644
|
+
now() {
|
|
645
|
+
return Nn();
|
|
646
|
+
}
|
|
647
|
+
}, t && t.on(Pn, (l, a) => {
|
|
648
|
+
l === this.plugin.id && this.fallbacks.setSettings(a);
|
|
649
|
+
}), this.proxiedOn = new Proxy({}, {
|
|
650
|
+
get: (l, a) => this.target ? this.target.on[a] : (...i) => {
|
|
651
|
+
this.onQueue.push({
|
|
652
|
+
method: a,
|
|
653
|
+
args: i
|
|
654
|
+
});
|
|
655
|
+
}
|
|
656
|
+
}), this.proxiedTarget = new Proxy({}, {
|
|
657
|
+
get: (l, a) => this.target ? this.target[a] : a === "on" ? this.proxiedOn : Object.keys(this.fallbacks).includes(a) ? (...i) => (this.targetQueue.push({
|
|
658
|
+
method: a,
|
|
659
|
+
args: i,
|
|
660
|
+
resolve: () => {
|
|
661
|
+
}
|
|
662
|
+
}), this.fallbacks[a](...i)) : (...i) => new Promise((d) => {
|
|
663
|
+
this.targetQueue.push({
|
|
664
|
+
method: a,
|
|
665
|
+
args: i,
|
|
666
|
+
resolve: d
|
|
667
|
+
});
|
|
668
|
+
})
|
|
669
|
+
});
|
|
670
|
+
}
|
|
671
|
+
setRealTarget(o) {
|
|
672
|
+
return ye(this, null, function* () {
|
|
673
|
+
this.target = o;
|
|
674
|
+
for (const t of this.onQueue)
|
|
675
|
+
this.target.on[t.method](...t.args);
|
|
676
|
+
for (const t of this.targetQueue)
|
|
677
|
+
t.resolve(yield this.target[t.method](...t.args));
|
|
678
|
+
});
|
|
679
|
+
}
|
|
680
|
+
}
|
|
681
|
+
function jt(e, o) {
|
|
682
|
+
const t = e, n = Lt(), s = En(), r = xn && t.enableEarlyProxy;
|
|
683
|
+
if (s && (n.__VUE_DEVTOOLS_PLUGIN_API_AVAILABLE__ || !r))
|
|
684
|
+
s.emit($n, e, o);
|
|
685
|
+
else {
|
|
686
|
+
const l = r ? new An(t, s) : null;
|
|
687
|
+
(n.__VUE_DEVTOOLS_PLUGINS__ = n.__VUE_DEVTOOLS_PLUGINS__ || []).push({
|
|
688
|
+
pluginDescriptor: t,
|
|
689
|
+
setupFn: o,
|
|
690
|
+
proxy: l
|
|
691
|
+
}), l && o(l.proxiedTarget);
|
|
692
|
+
}
|
|
693
|
+
}
|
|
694
|
+
/*!
|
|
695
|
+
* pinia v2.2.6
|
|
696
|
+
* (c) 2024 Eduardo San Martin Morote
|
|
697
|
+
* @license MIT
|
|
698
|
+
*/
|
|
699
|
+
let Fe;
|
|
700
|
+
const je = (e) => Fe = e, zt = process.env.NODE_ENV !== "production" ? Symbol("pinia") : (
|
|
701
|
+
/* istanbul ignore next */
|
|
702
|
+
Symbol()
|
|
703
|
+
);
|
|
704
|
+
function Ne(e) {
|
|
705
|
+
return e && typeof e == "object" && Object.prototype.toString.call(e) === "[object Object]" && typeof e.toJSON != "function";
|
|
706
|
+
}
|
|
707
|
+
var be;
|
|
708
|
+
(function(e) {
|
|
709
|
+
e.direct = "direct", e.patchObject = "patch object", e.patchFunction = "patch function";
|
|
710
|
+
})(be || (be = {}));
|
|
711
|
+
const Ie = typeof window != "undefined", Ot = typeof window == "object" && window.window === window ? window : typeof self == "object" && self.self === self ? self : typeof global == "object" && global.global === global ? global : typeof globalThis == "object" ? globalThis : { HTMLElement: null };
|
|
712
|
+
function Vn(e, { autoBom: o = !1 } = {}) {
|
|
713
|
+
return o && /^\s*(?:text\/\S*|application\/xml|\S*\/\S*\+xml)\s*;.*charset\s*=\s*utf-8/i.test(e.type) ? new Blob(["\uFEFF", e], { type: e.type }) : e;
|
|
714
|
+
}
|
|
715
|
+
function mt(e, o, t) {
|
|
716
|
+
const n = new XMLHttpRequest();
|
|
717
|
+
n.open("GET", e), n.responseType = "blob", n.onload = function() {
|
|
718
|
+
Ht(n.response, o, t);
|
|
719
|
+
}, n.onerror = function() {
|
|
720
|
+
console.error("could not download file");
|
|
721
|
+
}, n.send();
|
|
722
|
+
}
|
|
723
|
+
function qt(e) {
|
|
724
|
+
const o = new XMLHttpRequest();
|
|
725
|
+
o.open("HEAD", e, !1);
|
|
726
|
+
try {
|
|
727
|
+
o.send();
|
|
728
|
+
} catch (t) {
|
|
729
|
+
}
|
|
730
|
+
return o.status >= 200 && o.status <= 299;
|
|
731
|
+
}
|
|
732
|
+
function We(e) {
|
|
733
|
+
try {
|
|
734
|
+
e.dispatchEvent(new MouseEvent("click"));
|
|
735
|
+
} catch (o) {
|
|
736
|
+
const t = document.createEvent("MouseEvents");
|
|
737
|
+
t.initMouseEvent("click", !0, !0, window, 0, 0, 0, 80, 20, !1, !1, !1, !1, 0, null), e.dispatchEvent(t);
|
|
738
|
+
}
|
|
739
|
+
}
|
|
740
|
+
const Ye = typeof navigator == "object" ? navigator : { userAgent: "" }, Bt = /Macintosh/.test(Ye.userAgent) && /AppleWebKit/.test(Ye.userAgent) && !/Safari/.test(Ye.userAgent), Ht = Ie ? (
|
|
741
|
+
// Use download attribute first if possible (#193 Lumia mobile) unless this is a macOS WebView or mini program
|
|
742
|
+
typeof HTMLAnchorElement != "undefined" && "download" in HTMLAnchorElement.prototype && !Bt ? Mn : (
|
|
743
|
+
// Use msSaveOrOpenBlob as a second approach
|
|
744
|
+
"msSaveOrOpenBlob" in Ye ? Un : (
|
|
745
|
+
// Fallback to using FileReader and a popup
|
|
746
|
+
Tn
|
|
747
|
+
)
|
|
748
|
+
)
|
|
749
|
+
) : () => {
|
|
529
750
|
};
|
|
530
|
-
function
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
751
|
+
function Mn(e, o = "download", t) {
|
|
752
|
+
const n = document.createElement("a");
|
|
753
|
+
n.download = o, n.rel = "noopener", typeof e == "string" ? (n.href = e, n.origin !== location.origin ? qt(n.href) ? mt(e, o, t) : (n.target = "_blank", We(n)) : We(n)) : (n.href = URL.createObjectURL(e), setTimeout(function() {
|
|
754
|
+
URL.revokeObjectURL(n.href);
|
|
755
|
+
}, 4e4), setTimeout(function() {
|
|
756
|
+
We(n);
|
|
757
|
+
}, 0));
|
|
758
|
+
}
|
|
759
|
+
function Un(e, o = "download", t) {
|
|
760
|
+
if (typeof e == "string")
|
|
761
|
+
if (qt(e))
|
|
762
|
+
mt(e, o, t);
|
|
763
|
+
else {
|
|
764
|
+
const n = document.createElement("a");
|
|
765
|
+
n.href = e, n.target = "_blank", setTimeout(function() {
|
|
766
|
+
We(n);
|
|
767
|
+
});
|
|
768
|
+
}
|
|
769
|
+
else
|
|
770
|
+
navigator.msSaveOrOpenBlob(Vn(e, t), o);
|
|
771
|
+
}
|
|
772
|
+
function Tn(e, o, t, n) {
|
|
773
|
+
if (n = n || open("", "_blank"), n && (n.document.title = n.document.body.innerText = "downloading..."), typeof e == "string")
|
|
774
|
+
return mt(e, o, t);
|
|
775
|
+
const s = e.type === "application/octet-stream", r = /constructor/i.test(String(Ot.HTMLElement)) || "safari" in Ot, l = /CriOS\/[\d]+/.test(navigator.userAgent);
|
|
776
|
+
if ((l || s && r || Bt) && typeof FileReader != "undefined") {
|
|
777
|
+
const a = new FileReader();
|
|
778
|
+
a.onloadend = function() {
|
|
779
|
+
let i = a.result;
|
|
780
|
+
if (typeof i != "string")
|
|
781
|
+
throw n = null, new Error("Wrong reader.result type");
|
|
782
|
+
i = l ? i : i.replace(/^data:[^;]*;/, "data:attachment/file;"), n ? n.location.href = i : location.assign(i), n = null;
|
|
783
|
+
}, a.readAsDataURL(e);
|
|
784
|
+
} else {
|
|
785
|
+
const a = URL.createObjectURL(e);
|
|
786
|
+
n ? n.location.assign(a) : location.href = a, n = null, setTimeout(function() {
|
|
787
|
+
URL.revokeObjectURL(a);
|
|
788
|
+
}, 4e4);
|
|
789
|
+
}
|
|
790
|
+
}
|
|
791
|
+
function ee(e, o) {
|
|
792
|
+
const t = "🍍 " + e;
|
|
793
|
+
typeof __VUE_DEVTOOLS_TOAST__ == "function" ? __VUE_DEVTOOLS_TOAST__(t, o) : o === "error" ? console.error(t) : o === "warn" ? console.warn(t) : console.log(t);
|
|
794
|
+
}
|
|
795
|
+
function ht(e) {
|
|
796
|
+
return "_a" in e && "install" in e;
|
|
797
|
+
}
|
|
798
|
+
function Jt() {
|
|
799
|
+
if (!("clipboard" in navigator))
|
|
800
|
+
return ee("Your browser doesn't support the Clipboard API", "error"), !0;
|
|
801
|
+
}
|
|
802
|
+
function Wt(e) {
|
|
803
|
+
return e instanceof Error && e.message.toLowerCase().includes("document is not focused") ? (ee('You need to activate the "Emulate a focused page" setting in the "Rendering" panel of devtools.', "warn"), !0) : !1;
|
|
804
|
+
}
|
|
805
|
+
function Dn(e) {
|
|
806
|
+
return ye(this, null, function* () {
|
|
807
|
+
if (!Jt())
|
|
808
|
+
try {
|
|
809
|
+
yield navigator.clipboard.writeText(JSON.stringify(e.state.value)), ee("Global state copied to clipboard.");
|
|
810
|
+
} catch (o) {
|
|
811
|
+
if (Wt(o))
|
|
812
|
+
return;
|
|
813
|
+
ee("Failed to serialize the state. Check the console for more details.", "error"), console.error(o);
|
|
814
|
+
}
|
|
815
|
+
});
|
|
816
|
+
}
|
|
817
|
+
function Rn(e) {
|
|
818
|
+
return ye(this, null, function* () {
|
|
819
|
+
if (!Jt())
|
|
820
|
+
try {
|
|
821
|
+
Yt(e, JSON.parse(yield navigator.clipboard.readText())), ee("Global state pasted from clipboard.");
|
|
822
|
+
} catch (o) {
|
|
823
|
+
if (Wt(o))
|
|
824
|
+
return;
|
|
825
|
+
ee("Failed to deserialize the state from clipboard. Check the console for more details.", "error"), console.error(o);
|
|
826
|
+
}
|
|
827
|
+
});
|
|
828
|
+
}
|
|
829
|
+
function Fn(e) {
|
|
830
|
+
return ye(this, null, function* () {
|
|
831
|
+
try {
|
|
832
|
+
Ht(new Blob([JSON.stringify(e.state.value)], {
|
|
833
|
+
type: "text/plain;charset=utf-8"
|
|
834
|
+
}), "pinia-state.json");
|
|
835
|
+
} catch (o) {
|
|
836
|
+
ee("Failed to export the state as JSON. Check the console for more details.", "error"), console.error(o);
|
|
837
|
+
}
|
|
838
|
+
});
|
|
839
|
+
}
|
|
840
|
+
let we;
|
|
841
|
+
function Gn() {
|
|
842
|
+
we || (we = document.createElement("input"), we.type = "file", we.accept = ".json");
|
|
843
|
+
function e() {
|
|
844
|
+
return new Promise((o, t) => {
|
|
845
|
+
we.onchange = () => ye(this, null, function* () {
|
|
846
|
+
const n = we.files;
|
|
847
|
+
if (!n)
|
|
848
|
+
return o(null);
|
|
849
|
+
const s = n.item(0);
|
|
850
|
+
return o(s ? { text: yield s.text(), file: s } : null);
|
|
851
|
+
}), we.oncancel = () => o(null), we.onerror = t, we.click();
|
|
852
|
+
});
|
|
853
|
+
}
|
|
854
|
+
return e;
|
|
855
|
+
}
|
|
856
|
+
function Ln(e) {
|
|
857
|
+
return ye(this, null, function* () {
|
|
858
|
+
try {
|
|
859
|
+
const t = yield Gn()();
|
|
860
|
+
if (!t)
|
|
861
|
+
return;
|
|
862
|
+
const { text: n, file: s } = t;
|
|
863
|
+
Yt(e, JSON.parse(n)), ee(`Global state imported from "${s.name}".`);
|
|
864
|
+
} catch (o) {
|
|
865
|
+
ee("Failed to import the state from JSON. Check the console for more details.", "error"), console.error(o);
|
|
866
|
+
}
|
|
867
|
+
});
|
|
868
|
+
}
|
|
869
|
+
function Yt(e, o) {
|
|
870
|
+
for (const t in o) {
|
|
871
|
+
const n = e.state.value[t];
|
|
872
|
+
n ? Object.assign(n, o[t]) : e.state.value[t] = o[t];
|
|
873
|
+
}
|
|
874
|
+
}
|
|
875
|
+
function me(e) {
|
|
876
|
+
return {
|
|
877
|
+
_custom: {
|
|
878
|
+
display: e
|
|
879
|
+
}
|
|
880
|
+
};
|
|
881
|
+
}
|
|
882
|
+
const Qt = "🍍 Pinia (root)", Qe = "_root";
|
|
883
|
+
function jn(e) {
|
|
884
|
+
return ht(e) ? {
|
|
885
|
+
id: Qe,
|
|
886
|
+
label: Qt
|
|
887
|
+
} : {
|
|
888
|
+
id: e.$id,
|
|
889
|
+
label: e.$id
|
|
890
|
+
};
|
|
891
|
+
}
|
|
892
|
+
function zn(e) {
|
|
893
|
+
if (ht(e)) {
|
|
894
|
+
const t = Array.from(e._s.keys()), n = e._s;
|
|
895
|
+
return {
|
|
896
|
+
state: t.map((r) => ({
|
|
897
|
+
editable: !0,
|
|
898
|
+
key: r,
|
|
899
|
+
value: e.state.value[r]
|
|
900
|
+
})),
|
|
901
|
+
getters: t.filter((r) => n.get(r)._getters).map((r) => {
|
|
902
|
+
const l = n.get(r);
|
|
903
|
+
return {
|
|
904
|
+
editable: !1,
|
|
905
|
+
key: r,
|
|
906
|
+
value: l._getters.reduce((a, i) => (a[i] = l[i], a), {})
|
|
907
|
+
};
|
|
908
|
+
})
|
|
909
|
+
};
|
|
910
|
+
}
|
|
911
|
+
const o = {
|
|
912
|
+
state: Object.keys(e.$state).map((t) => ({
|
|
913
|
+
editable: !0,
|
|
914
|
+
key: t,
|
|
915
|
+
value: e.$state[t]
|
|
916
|
+
}))
|
|
917
|
+
};
|
|
918
|
+
return e._getters && e._getters.length && (o.getters = e._getters.map((t) => ({
|
|
919
|
+
editable: !1,
|
|
920
|
+
key: t,
|
|
921
|
+
value: e[t]
|
|
922
|
+
}))), e._customProperties.size && (o.customProperties = Array.from(e._customProperties).map((t) => ({
|
|
923
|
+
editable: !0,
|
|
924
|
+
key: t,
|
|
925
|
+
value: e[t]
|
|
926
|
+
}))), o;
|
|
927
|
+
}
|
|
928
|
+
function qn(e) {
|
|
929
|
+
return e ? Array.isArray(e) ? e.reduce((o, t) => (o.keys.push(t.key), o.operations.push(t.type), o.oldValue[t.key] = t.oldValue, o.newValue[t.key] = t.newValue, o), {
|
|
930
|
+
oldValue: {},
|
|
931
|
+
keys: [],
|
|
932
|
+
operations: [],
|
|
933
|
+
newValue: {}
|
|
934
|
+
}) : {
|
|
935
|
+
operation: me(e.type),
|
|
936
|
+
key: me(e.key),
|
|
937
|
+
oldValue: e.oldValue,
|
|
938
|
+
newValue: e.newValue
|
|
939
|
+
} : {};
|
|
940
|
+
}
|
|
941
|
+
function Bn(e) {
|
|
942
|
+
switch (e) {
|
|
943
|
+
case be.direct:
|
|
944
|
+
return "mutation";
|
|
945
|
+
case be.patchFunction:
|
|
946
|
+
return "$patch";
|
|
947
|
+
case be.patchObject:
|
|
948
|
+
return "$patch";
|
|
949
|
+
default:
|
|
950
|
+
return "unknown";
|
|
951
|
+
}
|
|
537
952
|
}
|
|
538
|
-
|
|
953
|
+
let Me = !0;
|
|
954
|
+
const Ke = [], $e = "pinia:mutations", te = "pinia", { assign: Hn } = Object, tt = (e) => "🍍 " + e;
|
|
955
|
+
function Jn(e, o) {
|
|
956
|
+
jt({
|
|
957
|
+
id: "dev.esm.pinia",
|
|
958
|
+
label: "Pinia 🍍",
|
|
959
|
+
logo: "https://pinia.vuejs.org/logo.svg",
|
|
960
|
+
packageName: "pinia",
|
|
961
|
+
homepage: "https://pinia.vuejs.org",
|
|
962
|
+
componentStateTypes: Ke,
|
|
963
|
+
app: e
|
|
964
|
+
}, (t) => {
|
|
965
|
+
typeof t.now != "function" && ee("You seem to be using an outdated version of Vue Devtools. Are you still using the Beta release instead of the stable one? You can find the links at https://devtools.vuejs.org/guide/installation.html."), t.addTimelineLayer({
|
|
966
|
+
id: $e,
|
|
967
|
+
label: "Pinia 🍍",
|
|
968
|
+
color: 15064968
|
|
969
|
+
}), t.addInspector({
|
|
970
|
+
id: te,
|
|
971
|
+
label: "Pinia 🍍",
|
|
972
|
+
icon: "storage",
|
|
973
|
+
treeFilterPlaceholder: "Search stores",
|
|
974
|
+
actions: [
|
|
975
|
+
{
|
|
976
|
+
icon: "content_copy",
|
|
977
|
+
action: () => {
|
|
978
|
+
Dn(o);
|
|
979
|
+
},
|
|
980
|
+
tooltip: "Serialize and copy the state"
|
|
981
|
+
},
|
|
982
|
+
{
|
|
983
|
+
icon: "content_paste",
|
|
984
|
+
action: () => ye(this, null, function* () {
|
|
985
|
+
yield Rn(o), t.sendInspectorTree(te), t.sendInspectorState(te);
|
|
986
|
+
}),
|
|
987
|
+
tooltip: "Replace the state with the content of your clipboard"
|
|
988
|
+
},
|
|
989
|
+
{
|
|
990
|
+
icon: "save",
|
|
991
|
+
action: () => {
|
|
992
|
+
Fn(o);
|
|
993
|
+
},
|
|
994
|
+
tooltip: "Save the state as a JSON file"
|
|
995
|
+
},
|
|
996
|
+
{
|
|
997
|
+
icon: "folder_open",
|
|
998
|
+
action: () => ye(this, null, function* () {
|
|
999
|
+
yield Ln(o), t.sendInspectorTree(te), t.sendInspectorState(te);
|
|
1000
|
+
}),
|
|
1001
|
+
tooltip: "Import the state from a JSON file"
|
|
1002
|
+
}
|
|
1003
|
+
],
|
|
1004
|
+
nodeActions: [
|
|
1005
|
+
{
|
|
1006
|
+
icon: "restore",
|
|
1007
|
+
tooltip: 'Reset the state (with "$reset")',
|
|
1008
|
+
action: (n) => {
|
|
1009
|
+
const s = o._s.get(n);
|
|
1010
|
+
s ? typeof s.$reset != "function" ? ee(`Cannot reset "${n}" store because it doesn't have a "$reset" method implemented.`, "warn") : (s.$reset(), ee(`Store "${n}" reset.`)) : ee(`Cannot reset "${n}" store because it wasn't found.`, "warn");
|
|
1011
|
+
}
|
|
1012
|
+
}
|
|
1013
|
+
]
|
|
1014
|
+
}), t.on.inspectComponent((n, s) => {
|
|
1015
|
+
const r = n.componentInstance && n.componentInstance.proxy;
|
|
1016
|
+
if (r && r._pStores) {
|
|
1017
|
+
const l = n.componentInstance.proxy._pStores;
|
|
1018
|
+
Object.values(l).forEach((a) => {
|
|
1019
|
+
n.instanceData.state.push({
|
|
1020
|
+
type: tt(a.$id),
|
|
1021
|
+
key: "state",
|
|
1022
|
+
editable: !0,
|
|
1023
|
+
value: a._isOptionsAPI ? {
|
|
1024
|
+
_custom: {
|
|
1025
|
+
value: Ge(a.$state),
|
|
1026
|
+
actions: [
|
|
1027
|
+
{
|
|
1028
|
+
icon: "restore",
|
|
1029
|
+
tooltip: "Reset the state of this store",
|
|
1030
|
+
action: () => a.$reset()
|
|
1031
|
+
}
|
|
1032
|
+
]
|
|
1033
|
+
}
|
|
1034
|
+
} : (
|
|
1035
|
+
// NOTE: workaround to unwrap transferred refs
|
|
1036
|
+
Object.keys(a.$state).reduce((i, d) => (i[d] = a.$state[d], i), {})
|
|
1037
|
+
)
|
|
1038
|
+
}), a._getters && a._getters.length && n.instanceData.state.push({
|
|
1039
|
+
type: tt(a.$id),
|
|
1040
|
+
key: "getters",
|
|
1041
|
+
editable: !1,
|
|
1042
|
+
value: a._getters.reduce((i, d) => {
|
|
1043
|
+
try {
|
|
1044
|
+
i[d] = a[d];
|
|
1045
|
+
} catch (w) {
|
|
1046
|
+
i[d] = w;
|
|
1047
|
+
}
|
|
1048
|
+
return i;
|
|
1049
|
+
}, {})
|
|
1050
|
+
});
|
|
1051
|
+
});
|
|
1052
|
+
}
|
|
1053
|
+
}), t.on.getInspectorTree((n) => {
|
|
1054
|
+
if (n.app === e && n.inspectorId === te) {
|
|
1055
|
+
let s = [o];
|
|
1056
|
+
s = s.concat(Array.from(o._s.values())), n.rootNodes = (n.filter ? s.filter((r) => "$id" in r ? r.$id.toLowerCase().includes(n.filter.toLowerCase()) : Qt.toLowerCase().includes(n.filter.toLowerCase())) : s).map(jn);
|
|
1057
|
+
}
|
|
1058
|
+
}), globalThis.$pinia = o, t.on.getInspectorState((n) => {
|
|
1059
|
+
if (n.app === e && n.inspectorId === te) {
|
|
1060
|
+
const s = n.nodeId === Qe ? o : o._s.get(n.nodeId);
|
|
1061
|
+
if (!s)
|
|
1062
|
+
return;
|
|
1063
|
+
s && (n.nodeId !== Qe && (globalThis.$store = Ge(s)), n.state = zn(s));
|
|
1064
|
+
}
|
|
1065
|
+
}), t.on.editInspectorState((n, s) => {
|
|
1066
|
+
if (n.app === e && n.inspectorId === te) {
|
|
1067
|
+
const r = n.nodeId === Qe ? o : o._s.get(n.nodeId);
|
|
1068
|
+
if (!r)
|
|
1069
|
+
return ee(`store "${n.nodeId}" not found`, "error");
|
|
1070
|
+
const { path: l } = n;
|
|
1071
|
+
ht(r) ? l.unshift("state") : (l.length !== 1 || !r._customProperties.has(l[0]) || l[0] in r.$state) && l.unshift("$state"), Me = !1, n.set(r, l, n.state.value), Me = !0;
|
|
1072
|
+
}
|
|
1073
|
+
}), t.on.editComponentState((n) => {
|
|
1074
|
+
if (n.type.startsWith("🍍")) {
|
|
1075
|
+
const s = n.type.replace(/^🍍\s*/, ""), r = o._s.get(s);
|
|
1076
|
+
if (!r)
|
|
1077
|
+
return ee(`store "${s}" not found`, "error");
|
|
1078
|
+
const { path: l } = n;
|
|
1079
|
+
if (l[0] !== "state")
|
|
1080
|
+
return ee(`Invalid path for store "${s}":
|
|
1081
|
+
${l}
|
|
1082
|
+
Only state can be modified.`);
|
|
1083
|
+
l[0] = "$state", Me = !1, n.set(r, l, n.state.value), Me = !0;
|
|
1084
|
+
}
|
|
1085
|
+
});
|
|
1086
|
+
});
|
|
1087
|
+
}
|
|
1088
|
+
function Wn(e, o) {
|
|
1089
|
+
Ke.includes(tt(o.$id)) || Ke.push(tt(o.$id)), jt({
|
|
1090
|
+
id: "dev.esm.pinia",
|
|
1091
|
+
label: "Pinia 🍍",
|
|
1092
|
+
logo: "https://pinia.vuejs.org/logo.svg",
|
|
1093
|
+
packageName: "pinia",
|
|
1094
|
+
homepage: "https://pinia.vuejs.org",
|
|
1095
|
+
componentStateTypes: Ke,
|
|
1096
|
+
app: e,
|
|
1097
|
+
settings: {
|
|
1098
|
+
logStoreChanges: {
|
|
1099
|
+
label: "Notify about new/deleted stores",
|
|
1100
|
+
type: "boolean",
|
|
1101
|
+
defaultValue: !0
|
|
1102
|
+
}
|
|
1103
|
+
// useEmojis: {
|
|
1104
|
+
// label: 'Use emojis in messages ⚡️',
|
|
1105
|
+
// type: 'boolean',
|
|
1106
|
+
// defaultValue: true,
|
|
1107
|
+
// },
|
|
1108
|
+
}
|
|
1109
|
+
}, (t) => {
|
|
1110
|
+
const n = typeof t.now == "function" ? t.now.bind(t) : Date.now;
|
|
1111
|
+
o.$onAction(({ after: l, onError: a, name: i, args: d }) => {
|
|
1112
|
+
const w = Kt++;
|
|
1113
|
+
t.addTimelineEvent({
|
|
1114
|
+
layerId: $e,
|
|
1115
|
+
event: {
|
|
1116
|
+
time: n(),
|
|
1117
|
+
title: "🛫 " + i,
|
|
1118
|
+
subtitle: "start",
|
|
1119
|
+
data: {
|
|
1120
|
+
store: me(o.$id),
|
|
1121
|
+
action: me(i),
|
|
1122
|
+
args: d
|
|
1123
|
+
},
|
|
1124
|
+
groupId: w
|
|
1125
|
+
}
|
|
1126
|
+
}), l((y) => {
|
|
1127
|
+
Oe = void 0, t.addTimelineEvent({
|
|
1128
|
+
layerId: $e,
|
|
1129
|
+
event: {
|
|
1130
|
+
time: n(),
|
|
1131
|
+
title: "🛬 " + i,
|
|
1132
|
+
subtitle: "end",
|
|
1133
|
+
data: {
|
|
1134
|
+
store: me(o.$id),
|
|
1135
|
+
action: me(i),
|
|
1136
|
+
args: d,
|
|
1137
|
+
result: y
|
|
1138
|
+
},
|
|
1139
|
+
groupId: w
|
|
1140
|
+
}
|
|
1141
|
+
});
|
|
1142
|
+
}), a((y) => {
|
|
1143
|
+
Oe = void 0, t.addTimelineEvent({
|
|
1144
|
+
layerId: $e,
|
|
1145
|
+
event: {
|
|
1146
|
+
time: n(),
|
|
1147
|
+
logType: "error",
|
|
1148
|
+
title: "💥 " + i,
|
|
1149
|
+
subtitle: "end",
|
|
1150
|
+
data: {
|
|
1151
|
+
store: me(o.$id),
|
|
1152
|
+
action: me(i),
|
|
1153
|
+
args: d,
|
|
1154
|
+
error: y
|
|
1155
|
+
},
|
|
1156
|
+
groupId: w
|
|
1157
|
+
}
|
|
1158
|
+
});
|
|
1159
|
+
});
|
|
1160
|
+
}, !0), o._customProperties.forEach((l) => {
|
|
1161
|
+
Se(() => O(o[l]), (a, i) => {
|
|
1162
|
+
t.notifyComponentUpdate(), t.sendInspectorState(te), Me && t.addTimelineEvent({
|
|
1163
|
+
layerId: $e,
|
|
1164
|
+
event: {
|
|
1165
|
+
time: n(),
|
|
1166
|
+
title: "Change",
|
|
1167
|
+
subtitle: l,
|
|
1168
|
+
data: {
|
|
1169
|
+
newValue: a,
|
|
1170
|
+
oldValue: i
|
|
1171
|
+
},
|
|
1172
|
+
groupId: Oe
|
|
1173
|
+
}
|
|
1174
|
+
});
|
|
1175
|
+
}, { deep: !0 });
|
|
1176
|
+
}), o.$subscribe(({ events: l, type: a }, i) => {
|
|
1177
|
+
if (t.notifyComponentUpdate(), t.sendInspectorState(te), !Me)
|
|
1178
|
+
return;
|
|
1179
|
+
const d = {
|
|
1180
|
+
time: n(),
|
|
1181
|
+
title: Bn(a),
|
|
1182
|
+
data: Hn({ store: me(o.$id) }, qn(l)),
|
|
1183
|
+
groupId: Oe
|
|
1184
|
+
};
|
|
1185
|
+
a === be.patchFunction ? d.subtitle = "⤵️" : a === be.patchObject ? d.subtitle = "🧩" : l && !Array.isArray(l) && (d.subtitle = l.type), l && (d.data["rawEvent(s)"] = {
|
|
1186
|
+
_custom: {
|
|
1187
|
+
display: "DebuggerEvent",
|
|
1188
|
+
type: "object",
|
|
1189
|
+
tooltip: "raw DebuggerEvent[]",
|
|
1190
|
+
value: l
|
|
1191
|
+
}
|
|
1192
|
+
}), t.addTimelineEvent({
|
|
1193
|
+
layerId: $e,
|
|
1194
|
+
event: d
|
|
1195
|
+
});
|
|
1196
|
+
}, { detached: !0, flush: "sync" });
|
|
1197
|
+
const s = o._hotUpdate;
|
|
1198
|
+
o._hotUpdate = Pe((l) => {
|
|
1199
|
+
s(l), t.addTimelineEvent({
|
|
1200
|
+
layerId: $e,
|
|
1201
|
+
event: {
|
|
1202
|
+
time: n(),
|
|
1203
|
+
title: "🔥 " + o.$id,
|
|
1204
|
+
subtitle: "HMR update",
|
|
1205
|
+
data: {
|
|
1206
|
+
store: me(o.$id),
|
|
1207
|
+
info: me("HMR update")
|
|
1208
|
+
}
|
|
1209
|
+
}
|
|
1210
|
+
}), t.notifyComponentUpdate(), t.sendInspectorTree(te), t.sendInspectorState(te);
|
|
1211
|
+
});
|
|
1212
|
+
const { $dispose: r } = o;
|
|
1213
|
+
o.$dispose = () => {
|
|
1214
|
+
r(), t.notifyComponentUpdate(), t.sendInspectorTree(te), t.sendInspectorState(te), t.getSettings().logStoreChanges && ee(`Disposed "${o.$id}" store 🗑`);
|
|
1215
|
+
}, t.notifyComponentUpdate(), t.sendInspectorTree(te), t.sendInspectorState(te), t.getSettings().logStoreChanges && ee(`"${o.$id}" store installed 🆕`);
|
|
1216
|
+
});
|
|
1217
|
+
}
|
|
1218
|
+
let Kt = 0, Oe;
|
|
1219
|
+
function kt(e, o, t) {
|
|
1220
|
+
const n = o.reduce((s, r) => (s[r] = Ge(e)[r], s), {});
|
|
1221
|
+
for (const s in n)
|
|
1222
|
+
e[s] = function() {
|
|
1223
|
+
const r = Kt, l = t ? new Proxy(e, {
|
|
1224
|
+
get(...i) {
|
|
1225
|
+
return Oe = r, Reflect.get(...i);
|
|
1226
|
+
},
|
|
1227
|
+
set(...i) {
|
|
1228
|
+
return Oe = r, Reflect.set(...i);
|
|
1229
|
+
}
|
|
1230
|
+
}) : e;
|
|
1231
|
+
Oe = r;
|
|
1232
|
+
const a = n[s].apply(l, arguments);
|
|
1233
|
+
return Oe = void 0, a;
|
|
1234
|
+
};
|
|
1235
|
+
}
|
|
1236
|
+
function Yn({ app: e, store: o, options: t }) {
|
|
1237
|
+
if (!o.$id.startsWith("__hot:")) {
|
|
1238
|
+
if (o._isOptionsAPI = !!t.state, !o._p._testing) {
|
|
1239
|
+
kt(o, Object.keys(t.actions), o._isOptionsAPI);
|
|
1240
|
+
const n = o._hotUpdate;
|
|
1241
|
+
Ge(o)._hotUpdate = function(s) {
|
|
1242
|
+
n.apply(this, arguments), kt(o, Object.keys(s._hmrPayload.actions), !!o._isOptionsAPI);
|
|
1243
|
+
};
|
|
1244
|
+
}
|
|
1245
|
+
Wn(
|
|
1246
|
+
e,
|
|
1247
|
+
// FIXME: is there a way to allow the assignment from Store<Id, S, G, A> to StoreGeneric?
|
|
1248
|
+
o
|
|
1249
|
+
);
|
|
1250
|
+
}
|
|
1251
|
+
}
|
|
1252
|
+
function Qn() {
|
|
1253
|
+
const e = At(!0), o = e.run(() => I({}));
|
|
1254
|
+
let t = [], n = [];
|
|
1255
|
+
const s = Pe({
|
|
1256
|
+
install(r) {
|
|
1257
|
+
je(s), s._a = r, r.provide(zt, s), r.config.globalProperties.$pinia = s, process.env.NODE_ENV !== "production" && process.env.NODE_ENV !== "test" && Ie && Jn(r, s), n.forEach((l) => t.push(l)), n = [];
|
|
1258
|
+
},
|
|
1259
|
+
use(r) {
|
|
1260
|
+
return !this._a && !Gt ? n.push(r) : t.push(r), this;
|
|
1261
|
+
},
|
|
1262
|
+
_p: t,
|
|
1263
|
+
// it's actually undefined here
|
|
1264
|
+
// @ts-expect-error
|
|
1265
|
+
_a: null,
|
|
1266
|
+
_e: e,
|
|
1267
|
+
_s: /* @__PURE__ */ new Map(),
|
|
1268
|
+
state: o
|
|
1269
|
+
});
|
|
1270
|
+
return process.env.NODE_ENV !== "production" && process.env.NODE_ENV !== "test" && typeof Proxy != "undefined" && s.use(Yn), s;
|
|
1271
|
+
}
|
|
1272
|
+
function Xt(e, o) {
|
|
1273
|
+
for (const t in o) {
|
|
1274
|
+
const n = o[t];
|
|
1275
|
+
if (!(t in e))
|
|
1276
|
+
continue;
|
|
1277
|
+
const s = e[t];
|
|
1278
|
+
Ne(s) && Ne(n) && !Le(n) && !ft(n) ? e[t] = Xt(s, n) : e[t] = n;
|
|
1279
|
+
}
|
|
1280
|
+
return e;
|
|
1281
|
+
}
|
|
1282
|
+
const Zt = () => {
|
|
1283
|
+
};
|
|
1284
|
+
function Et(e, o, t, n = Zt) {
|
|
1285
|
+
e.push(o);
|
|
1286
|
+
const s = () => {
|
|
1287
|
+
const r = e.indexOf(o);
|
|
1288
|
+
r > -1 && (e.splice(r, 1), n());
|
|
1289
|
+
};
|
|
1290
|
+
return !t && bo() && vo(s), s;
|
|
1291
|
+
}
|
|
1292
|
+
function Ve(e, ...o) {
|
|
1293
|
+
e.slice().forEach((t) => {
|
|
1294
|
+
t(...o);
|
|
1295
|
+
});
|
|
1296
|
+
}
|
|
1297
|
+
const Kn = (e) => e(), xt = Symbol(), lt = Symbol();
|
|
1298
|
+
function ut(e, o) {
|
|
1299
|
+
e instanceof Map && o instanceof Map ? o.forEach((t, n) => e.set(n, t)) : e instanceof Set && o instanceof Set && o.forEach(e.add, e);
|
|
1300
|
+
for (const t in o) {
|
|
1301
|
+
if (!o.hasOwnProperty(t))
|
|
1302
|
+
continue;
|
|
1303
|
+
const n = o[t], s = e[t];
|
|
1304
|
+
Ne(s) && Ne(n) && e.hasOwnProperty(t) && !Le(n) && !ft(n) ? e[t] = ut(s, n) : e[t] = n;
|
|
1305
|
+
}
|
|
1306
|
+
return e;
|
|
1307
|
+
}
|
|
1308
|
+
const Xn = process.env.NODE_ENV !== "production" ? Symbol("pinia:skipHydration") : (
|
|
1309
|
+
/* istanbul ignore next */
|
|
1310
|
+
Symbol()
|
|
1311
|
+
);
|
|
1312
|
+
function Zn(e) {
|
|
1313
|
+
return !Ne(e) || !e.hasOwnProperty(Xn);
|
|
1314
|
+
}
|
|
1315
|
+
const { assign: de } = Object;
|
|
1316
|
+
function $t(e) {
|
|
1317
|
+
return !!(Le(e) && e.effect);
|
|
1318
|
+
}
|
|
1319
|
+
function Pt(e, o, t, n) {
|
|
1320
|
+
const { state: s, actions: r, getters: l } = o, a = t.state.value[e];
|
|
1321
|
+
let i;
|
|
1322
|
+
function d() {
|
|
1323
|
+
!a && (process.env.NODE_ENV === "production" || !n) && (t.state.value[e] = s ? s() : {});
|
|
1324
|
+
const w = process.env.NODE_ENV !== "production" && n ? (
|
|
1325
|
+
// use ref() to unwrap refs inside state TODO: check if this is still necessary
|
|
1326
|
+
St(I(s ? s() : {}).value)
|
|
1327
|
+
) : St(t.state.value[e]);
|
|
1328
|
+
return de(w, r, Object.keys(l || {}).reduce((y, M) => (process.env.NODE_ENV !== "production" && M in w && console.warn(`[🍍]: A getter cannot have the same name as another state property. Rename one of them. Found with "${M}" in store "${e}".`), y[M] = Pe(Te(() => {
|
|
1329
|
+
je(t);
|
|
1330
|
+
const U = t._s.get(e);
|
|
1331
|
+
return l[M].call(U, U);
|
|
1332
|
+
})), y), {}));
|
|
1333
|
+
}
|
|
1334
|
+
return i = dt(e, d, o, t, n, !0), i;
|
|
1335
|
+
}
|
|
1336
|
+
function dt(e, o, t = {}, n, s, r) {
|
|
1337
|
+
let l;
|
|
1338
|
+
const a = de({ actions: {} }, t);
|
|
1339
|
+
if (process.env.NODE_ENV !== "production" && !n._e.active)
|
|
1340
|
+
throw new Error("Pinia destroyed");
|
|
1341
|
+
const i = { deep: !0 };
|
|
1342
|
+
process.env.NODE_ENV !== "production" && !Gt && (i.onTrigger = (u) => {
|
|
1343
|
+
d ? U = u : d == !1 && !h._hotUpdating && (Array.isArray(U) ? U.push(u) : console.error("🍍 debuggerEvents should be an array. This is most likely an internal Pinia bug."));
|
|
1344
|
+
});
|
|
1345
|
+
let d, w, y = [], M = [], U;
|
|
1346
|
+
const L = n.state.value[e];
|
|
1347
|
+
!r && !L && (process.env.NODE_ENV === "production" || !s) && (n.state.value[e] = {});
|
|
1348
|
+
const P = I({});
|
|
1349
|
+
let j;
|
|
1350
|
+
function V(u) {
|
|
1351
|
+
let c;
|
|
1352
|
+
d = w = !1, process.env.NODE_ENV !== "production" && (U = []), typeof u == "function" ? (u(n.state.value[e]), c = {
|
|
1353
|
+
type: be.patchFunction,
|
|
1354
|
+
storeId: e,
|
|
1355
|
+
events: U
|
|
1356
|
+
}) : (ut(n.state.value[e], u), c = {
|
|
1357
|
+
type: be.patchObject,
|
|
1358
|
+
payload: u,
|
|
1359
|
+
storeId: e,
|
|
1360
|
+
events: U
|
|
1361
|
+
});
|
|
1362
|
+
const g = j = Symbol();
|
|
1363
|
+
Ze().then(() => {
|
|
1364
|
+
j === g && (d = !0);
|
|
1365
|
+
}), w = !0, Ve(y, c, n.state.value[e]);
|
|
1366
|
+
}
|
|
1367
|
+
const K = r ? function() {
|
|
1368
|
+
const { state: c } = t, g = c ? c() : {};
|
|
1369
|
+
this.$patch((E) => {
|
|
1370
|
+
de(E, g);
|
|
1371
|
+
});
|
|
1372
|
+
} : (
|
|
1373
|
+
/* istanbul ignore next */
|
|
1374
|
+
process.env.NODE_ENV !== "production" ? () => {
|
|
1375
|
+
throw new Error(`🍍: Store "${e}" is built using the setup syntax and does not implement $reset().`);
|
|
1376
|
+
} : Zt
|
|
1377
|
+
);
|
|
1378
|
+
function z() {
|
|
1379
|
+
l.stop(), y = [], M = [], n._s.delete(e);
|
|
1380
|
+
}
|
|
1381
|
+
const Q = (u, c = "") => {
|
|
1382
|
+
if (xt in u)
|
|
1383
|
+
return u[lt] = c, u;
|
|
1384
|
+
const g = function() {
|
|
1385
|
+
je(n);
|
|
1386
|
+
const E = Array.from(arguments), R = [], q = [];
|
|
1387
|
+
function v(f) {
|
|
1388
|
+
R.push(f);
|
|
1389
|
+
}
|
|
1390
|
+
function T(f) {
|
|
1391
|
+
q.push(f);
|
|
1392
|
+
}
|
|
1393
|
+
Ve(M, {
|
|
1394
|
+
args: E,
|
|
1395
|
+
name: g[lt],
|
|
1396
|
+
store: h,
|
|
1397
|
+
after: v,
|
|
1398
|
+
onError: T
|
|
1399
|
+
});
|
|
1400
|
+
let b;
|
|
1401
|
+
try {
|
|
1402
|
+
b = u.apply(this && this.$id === e ? this : h, E);
|
|
1403
|
+
} catch (f) {
|
|
1404
|
+
throw Ve(q, f), f;
|
|
1405
|
+
}
|
|
1406
|
+
return b instanceof Promise ? b.then((f) => (Ve(R, f), f)).catch((f) => (Ve(q, f), Promise.reject(f))) : (Ve(R, b), b);
|
|
1407
|
+
};
|
|
1408
|
+
return g[xt] = !0, g[lt] = c, g;
|
|
1409
|
+
}, ne = /* @__PURE__ */ Pe({
|
|
1410
|
+
actions: {},
|
|
1411
|
+
getters: {},
|
|
1412
|
+
state: [],
|
|
1413
|
+
hotState: P
|
|
1414
|
+
}), S = {
|
|
1415
|
+
_p: n,
|
|
1416
|
+
// _s: scope,
|
|
1417
|
+
$id: e,
|
|
1418
|
+
$onAction: Et.bind(null, M),
|
|
1419
|
+
$patch: V,
|
|
1420
|
+
$reset: K,
|
|
1421
|
+
$subscribe(u, c = {}) {
|
|
1422
|
+
const g = Et(y, u, c.detached, () => E()), E = l.run(() => Se(() => n.state.value[e], (R) => {
|
|
1423
|
+
(c.flush === "sync" ? w : d) && u({
|
|
1424
|
+
storeId: e,
|
|
1425
|
+
type: be.direct,
|
|
1426
|
+
events: U
|
|
1427
|
+
}, R);
|
|
1428
|
+
}, de({}, i, c)));
|
|
1429
|
+
return g;
|
|
1430
|
+
},
|
|
1431
|
+
$dispose: z
|
|
1432
|
+
}, h = re(process.env.NODE_ENV !== "production" || process.env.NODE_ENV !== "production" && process.env.NODE_ENV !== "test" && Ie ? de(
|
|
1433
|
+
{
|
|
1434
|
+
_hmrPayload: ne,
|
|
1435
|
+
_customProperties: Pe(/* @__PURE__ */ new Set())
|
|
1436
|
+
// devtools custom properties
|
|
1437
|
+
},
|
|
1438
|
+
S
|
|
1439
|
+
// must be added later
|
|
1440
|
+
// setupStore
|
|
1441
|
+
) : S);
|
|
1442
|
+
n._s.set(e, h);
|
|
1443
|
+
const N = (n._a && n._a.runWithContext || Kn)(() => n._e.run(() => (l = At()).run(() => o({ action: Q }))));
|
|
1444
|
+
for (const u in N) {
|
|
1445
|
+
const c = N[u];
|
|
1446
|
+
if (Le(c) && !$t(c) || ft(c))
|
|
1447
|
+
process.env.NODE_ENV !== "production" && s ? Je(P.value, u, st(N, u)) : r || (L && Zn(c) && (Le(c) ? c.value = L[u] : ut(c, L[u])), n.state.value[e][u] = c), process.env.NODE_ENV !== "production" && ne.state.push(u);
|
|
1448
|
+
else if (typeof c == "function") {
|
|
1449
|
+
const g = process.env.NODE_ENV !== "production" && s ? c : Q(c, u);
|
|
1450
|
+
N[u] = g, process.env.NODE_ENV !== "production" && (ne.actions[u] = c), a.actions[u] = c;
|
|
1451
|
+
} else process.env.NODE_ENV !== "production" && $t(c) && (ne.getters[u] = r ? (
|
|
1452
|
+
// @ts-expect-error
|
|
1453
|
+
t.getters[u]
|
|
1454
|
+
) : c, Ie && (N._getters || // @ts-expect-error: same
|
|
1455
|
+
(N._getters = Pe([]))).push(u));
|
|
1456
|
+
}
|
|
1457
|
+
if (de(h, N), de(Ge(h), N), Object.defineProperty(h, "$state", {
|
|
1458
|
+
get: () => process.env.NODE_ENV !== "production" && s ? P.value : n.state.value[e],
|
|
1459
|
+
set: (u) => {
|
|
1460
|
+
if (process.env.NODE_ENV !== "production" && s)
|
|
1461
|
+
throw new Error("cannot set hotState");
|
|
1462
|
+
V((c) => {
|
|
1463
|
+
de(c, u);
|
|
1464
|
+
});
|
|
1465
|
+
}
|
|
1466
|
+
}), process.env.NODE_ENV !== "production" && (h._hotUpdate = Pe((u) => {
|
|
1467
|
+
h._hotUpdating = !0, u._hmrPayload.state.forEach((c) => {
|
|
1468
|
+
if (c in h.$state) {
|
|
1469
|
+
const g = u.$state[c], E = h.$state[c];
|
|
1470
|
+
typeof g == "object" && Ne(g) && Ne(E) ? Xt(g, E) : u.$state[c] = E;
|
|
1471
|
+
}
|
|
1472
|
+
Je(h, c, st(u.$state, c));
|
|
1473
|
+
}), Object.keys(h.$state).forEach((c) => {
|
|
1474
|
+
c in u.$state || at(h, c);
|
|
1475
|
+
}), d = !1, w = !1, n.state.value[e] = st(u._hmrPayload, "hotState"), w = !0, Ze().then(() => {
|
|
1476
|
+
d = !0;
|
|
1477
|
+
});
|
|
1478
|
+
for (const c in u._hmrPayload.actions) {
|
|
1479
|
+
const g = u[c];
|
|
1480
|
+
Je(h, c, Q(g, c));
|
|
1481
|
+
}
|
|
1482
|
+
for (const c in u._hmrPayload.getters) {
|
|
1483
|
+
const g = u._hmrPayload.getters[c], E = r ? (
|
|
1484
|
+
// special handling of options api
|
|
1485
|
+
Te(() => (je(n), g.call(h, h)))
|
|
1486
|
+
) : g;
|
|
1487
|
+
Je(h, c, E);
|
|
1488
|
+
}
|
|
1489
|
+
Object.keys(h._hmrPayload.getters).forEach((c) => {
|
|
1490
|
+
c in u._hmrPayload.getters || at(h, c);
|
|
1491
|
+
}), Object.keys(h._hmrPayload.actions).forEach((c) => {
|
|
1492
|
+
c in u._hmrPayload.actions || at(h, c);
|
|
1493
|
+
}), h._hmrPayload = u._hmrPayload, h._getters = u._getters, h._hotUpdating = !1;
|
|
1494
|
+
})), process.env.NODE_ENV !== "production" && process.env.NODE_ENV !== "test" && Ie) {
|
|
1495
|
+
const u = {
|
|
1496
|
+
writable: !0,
|
|
1497
|
+
configurable: !0,
|
|
1498
|
+
// avoid warning on devtools trying to display this property
|
|
1499
|
+
enumerable: !1
|
|
1500
|
+
};
|
|
1501
|
+
["_p", "_hmrPayload", "_getters", "_customProperties"].forEach((c) => {
|
|
1502
|
+
Object.defineProperty(h, c, de({ value: h[c] }, u));
|
|
1503
|
+
});
|
|
1504
|
+
}
|
|
1505
|
+
return n._p.forEach((u) => {
|
|
1506
|
+
if (process.env.NODE_ENV !== "production" && process.env.NODE_ENV !== "test" && Ie) {
|
|
1507
|
+
const c = l.run(() => u({
|
|
1508
|
+
store: h,
|
|
1509
|
+
app: n._a,
|
|
1510
|
+
pinia: n,
|
|
1511
|
+
options: a
|
|
1512
|
+
}));
|
|
1513
|
+
Object.keys(c || {}).forEach((g) => h._customProperties.add(g)), de(h, c);
|
|
1514
|
+
} else
|
|
1515
|
+
de(h, l.run(() => u({
|
|
1516
|
+
store: h,
|
|
1517
|
+
app: n._a,
|
|
1518
|
+
pinia: n,
|
|
1519
|
+
options: a
|
|
1520
|
+
})));
|
|
1521
|
+
}), process.env.NODE_ENV !== "production" && h.$state && typeof h.$state == "object" && typeof h.$state.constructor == "function" && !h.$state.constructor.toString().includes("[native code]") && console.warn(`[🍍]: The "state" must be a plain object. It cannot be
|
|
1522
|
+
state: () => new MyClass()
|
|
1523
|
+
Found in store "${h.$id}".`), L && r && t.hydrate && t.hydrate(h.$state, L), d = !0, w = !0, h;
|
|
1524
|
+
}
|
|
1525
|
+
/*! #__NO_SIDE_EFFECTS__ */
|
|
1526
|
+
// @__NO_SIDE_EFFECTS__
|
|
1527
|
+
function es(e, o, t) {
|
|
1528
|
+
let n, s;
|
|
1529
|
+
const r = typeof o == "function";
|
|
1530
|
+
n = e, s = r ? t : o;
|
|
1531
|
+
function l(a, i) {
|
|
1532
|
+
const d = ho();
|
|
1533
|
+
if (a = // in test mode, ignore the argument provided as we can always retrieve a
|
|
1534
|
+
// pinia instance with getActivePinia()
|
|
1535
|
+
(process.env.NODE_ENV === "test" && Fe && Fe._testing ? null : a) || (d ? _o(zt, null) : null), a && je(a), process.env.NODE_ENV !== "production" && !Fe)
|
|
1536
|
+
throw new Error(`[🍍]: "getActivePinia()" was called but there was no active Pinia. Are you trying to use a store before calling "app.use(pinia)"?
|
|
1537
|
+
See https://pinia.vuejs.org/core-concepts/outside-component-usage.html for help.
|
|
1538
|
+
This will fail in production.`);
|
|
1539
|
+
a = Fe, a._s.has(n) || (r ? dt(n, o, s, a) : Pt(n, s, a), process.env.NODE_ENV !== "production" && (l._pinia = a));
|
|
1540
|
+
const w = a._s.get(n);
|
|
1541
|
+
if (process.env.NODE_ENV !== "production" && i) {
|
|
1542
|
+
const y = "__hot:" + n, M = r ? dt(y, o, s, a, !0) : Pt(y, de({}, s), a, !0);
|
|
1543
|
+
i._hotUpdate(M), delete a.state.value[y], a._s.delete(y);
|
|
1544
|
+
}
|
|
1545
|
+
if (process.env.NODE_ENV !== "production" && Ie) {
|
|
1546
|
+
const y = go();
|
|
1547
|
+
if (y && y.proxy && // avoid adding stores that are just built for hot module replacement
|
|
1548
|
+
!i) {
|
|
1549
|
+
const M = y.proxy, U = "_pStores" in M ? M._pStores : M._pStores = {};
|
|
1550
|
+
U[n] = w;
|
|
1551
|
+
}
|
|
1552
|
+
}
|
|
1553
|
+
return w;
|
|
1554
|
+
}
|
|
1555
|
+
return l.$id = n, l;
|
|
1556
|
+
}
|
|
1557
|
+
const ts = /"(?:_|\\u0{2}5[Ff]){2}(?:p|\\u0{2}70)(?:r|\\u0{2}72)(?:o|\\u0{2}6[Ff])(?:t|\\u0{2}74)(?:o|\\u0{2}6[Ff])(?:_|\\u0{2}5[Ff]){2}"\s*:/, os = /"(?:c|\\u0063)(?:o|\\u006[Ff])(?:n|\\u006[Ee])(?:s|\\u0073)(?:t|\\u0074)(?:r|\\u0072)(?:u|\\u0075)(?:c|\\u0063)(?:t|\\u0074)(?:o|\\u006[Ff])(?:r|\\u0072)"\s*:/, ns = /^\s*["[{]|^\s*-?\d{1,16}(\.\d{1,17})?([Ee][+-]?\d+)?\s*$/;
|
|
1558
|
+
function ss(e, o) {
|
|
1559
|
+
if (e === "__proto__" || e === "constructor" && o && typeof o == "object" && "prototype" in o) {
|
|
1560
|
+
rs(e);
|
|
1561
|
+
return;
|
|
1562
|
+
}
|
|
1563
|
+
return o;
|
|
1564
|
+
}
|
|
1565
|
+
function rs(e) {
|
|
1566
|
+
console.warn(`[destr] Dropping "${e}" key to prevent prototype pollution.`);
|
|
1567
|
+
}
|
|
1568
|
+
function as(e, o = {}) {
|
|
1569
|
+
if (typeof e != "string")
|
|
1570
|
+
return e;
|
|
1571
|
+
const t = e.trim();
|
|
1572
|
+
if (
|
|
1573
|
+
// eslint-disable-next-line unicorn/prefer-at
|
|
1574
|
+
e[0] === '"' && e.endsWith('"') && !e.includes("\\")
|
|
1575
|
+
)
|
|
1576
|
+
return t.slice(1, -1);
|
|
1577
|
+
if (t.length <= 9) {
|
|
1578
|
+
const n = t.toLowerCase();
|
|
1579
|
+
if (n === "true")
|
|
1580
|
+
return !0;
|
|
1581
|
+
if (n === "false")
|
|
1582
|
+
return !1;
|
|
1583
|
+
if (n === "undefined")
|
|
1584
|
+
return;
|
|
1585
|
+
if (n === "null")
|
|
1586
|
+
return null;
|
|
1587
|
+
if (n === "nan")
|
|
1588
|
+
return Number.NaN;
|
|
1589
|
+
if (n === "infinity")
|
|
1590
|
+
return Number.POSITIVE_INFINITY;
|
|
1591
|
+
if (n === "-infinity")
|
|
1592
|
+
return Number.NEGATIVE_INFINITY;
|
|
1593
|
+
}
|
|
1594
|
+
if (!ns.test(e)) {
|
|
1595
|
+
if (o.strict)
|
|
1596
|
+
throw new SyntaxError("[destr] Invalid JSON");
|
|
1597
|
+
return e;
|
|
1598
|
+
}
|
|
1599
|
+
try {
|
|
1600
|
+
if (ts.test(e) || os.test(e)) {
|
|
1601
|
+
if (o.strict)
|
|
1602
|
+
throw new Error("[destr] Possible prototype pollution");
|
|
1603
|
+
return JSON.parse(e, ss);
|
|
1604
|
+
}
|
|
1605
|
+
return JSON.parse(e);
|
|
1606
|
+
} catch (n) {
|
|
1607
|
+
if (o.strict)
|
|
1608
|
+
throw n;
|
|
1609
|
+
return e;
|
|
1610
|
+
}
|
|
1611
|
+
}
|
|
1612
|
+
function ls(e, o) {
|
|
1613
|
+
if (e == null)
|
|
1614
|
+
return;
|
|
1615
|
+
let t = e;
|
|
1616
|
+
for (let n = 0; n < o.length; n++) {
|
|
1617
|
+
if (t == null || t[o[n]] == null)
|
|
1618
|
+
return;
|
|
1619
|
+
t = t[o[n]];
|
|
1620
|
+
}
|
|
1621
|
+
return t;
|
|
1622
|
+
}
|
|
1623
|
+
function _t(e, o, t) {
|
|
1624
|
+
if (t.length === 0)
|
|
1625
|
+
return o;
|
|
1626
|
+
const n = t[0];
|
|
1627
|
+
return t.length > 1 && (o = _t(
|
|
1628
|
+
typeof e != "object" || e === null || !Object.prototype.hasOwnProperty.call(e, n) ? Number.isInteger(Number(t[1])) ? [] : {} : e[n],
|
|
1629
|
+
o,
|
|
1630
|
+
Array.prototype.slice.call(t, 1)
|
|
1631
|
+
)), Number.isInteger(Number(n)) && Array.isArray(e) ? e.slice()[n] : Object.assign({}, e, { [n]: o });
|
|
1632
|
+
}
|
|
1633
|
+
function eo(e, o) {
|
|
1634
|
+
if (e == null || o.length === 0)
|
|
1635
|
+
return e;
|
|
1636
|
+
if (o.length === 1) {
|
|
1637
|
+
if (e == null)
|
|
1638
|
+
return e;
|
|
1639
|
+
if (Number.isInteger(o[0]) && Array.isArray(e))
|
|
1640
|
+
return Array.prototype.slice.call(e, 0).splice(o[0], 1);
|
|
1641
|
+
const t = {};
|
|
1642
|
+
for (const n in e)
|
|
1643
|
+
t[n] = e[n];
|
|
1644
|
+
return delete t[o[0]], t;
|
|
1645
|
+
}
|
|
1646
|
+
if (e[o[0]] == null) {
|
|
1647
|
+
if (Number.isInteger(o[0]) && Array.isArray(e))
|
|
1648
|
+
return Array.prototype.concat.call([], e);
|
|
1649
|
+
const t = {};
|
|
1650
|
+
for (const n in e)
|
|
1651
|
+
t[n] = e[n];
|
|
1652
|
+
return t;
|
|
1653
|
+
}
|
|
1654
|
+
return _t(
|
|
1655
|
+
e,
|
|
1656
|
+
eo(
|
|
1657
|
+
e[o[0]],
|
|
1658
|
+
Array.prototype.slice.call(o, 1)
|
|
1659
|
+
),
|
|
1660
|
+
[o[0]]
|
|
1661
|
+
);
|
|
1662
|
+
}
|
|
1663
|
+
function to(e, o) {
|
|
1664
|
+
return o.map((t) => t.split(".")).map((t) => [t, ls(e, t)]).filter((t) => t[1] !== void 0).reduce((t, n) => _t(t, n[1], n[0]), {});
|
|
1665
|
+
}
|
|
1666
|
+
function oo(e, o) {
|
|
1667
|
+
return o.map((t) => t.split(".")).reduce((t, n) => eo(t, n), e);
|
|
1668
|
+
}
|
|
1669
|
+
function It(e, {
|
|
1670
|
+
storage: o,
|
|
1671
|
+
serializer: t,
|
|
1672
|
+
key: n,
|
|
1673
|
+
debug: s,
|
|
1674
|
+
pick: r,
|
|
1675
|
+
omit: l,
|
|
1676
|
+
beforeHydrate: a,
|
|
1677
|
+
afterHydrate: i
|
|
1678
|
+
}, d, w = !0) {
|
|
1679
|
+
try {
|
|
1680
|
+
w && (a == null || a(d));
|
|
1681
|
+
const y = o.getItem(n);
|
|
1682
|
+
if (y) {
|
|
1683
|
+
const M = t.deserialize(y), U = r ? to(M, r) : M, L = l ? oo(U, l) : U;
|
|
1684
|
+
e.$patch(L);
|
|
1685
|
+
}
|
|
1686
|
+
w && (i == null || i(d));
|
|
1687
|
+
} catch (y) {
|
|
1688
|
+
s && console.error("[pinia-plugin-persistedstate]", y);
|
|
1689
|
+
}
|
|
1690
|
+
}
|
|
1691
|
+
function Nt(e, {
|
|
1692
|
+
storage: o,
|
|
1693
|
+
serializer: t,
|
|
1694
|
+
key: n,
|
|
1695
|
+
debug: s,
|
|
1696
|
+
pick: r,
|
|
1697
|
+
omit: l
|
|
1698
|
+
}) {
|
|
1699
|
+
try {
|
|
1700
|
+
const a = r ? to(e, r) : e, i = l ? oo(a, l) : a, d = t.serialize(i);
|
|
1701
|
+
o.setItem(n, d);
|
|
1702
|
+
} catch (a) {
|
|
1703
|
+
s && console.error("[pinia-plugin-persistedstate]", a);
|
|
1704
|
+
}
|
|
1705
|
+
}
|
|
1706
|
+
function is(e, o, t) {
|
|
1707
|
+
const { pinia: n, store: s, options: { persist: r = t } } = e;
|
|
1708
|
+
if (!r)
|
|
1709
|
+
return;
|
|
1710
|
+
if (!(s.$id in n.state.value)) {
|
|
1711
|
+
const i = n._s.get(s.$id.replace("__hot:", ""));
|
|
1712
|
+
i && Promise.resolve().then(() => i.$persist());
|
|
1713
|
+
return;
|
|
1714
|
+
}
|
|
1715
|
+
const a = (Array.isArray(r) ? r : r === !0 ? [{}] : [r]).map(o);
|
|
1716
|
+
s.$hydrate = ({ runHooks: i = !0 } = {}) => {
|
|
1717
|
+
a.forEach((d) => {
|
|
1718
|
+
It(s, d, e, i);
|
|
1719
|
+
});
|
|
1720
|
+
}, s.$persist = () => {
|
|
1721
|
+
a.forEach((i) => {
|
|
1722
|
+
Nt(s.$state, i);
|
|
1723
|
+
});
|
|
1724
|
+
}, a.forEach((i) => {
|
|
1725
|
+
It(s, i, e), s.$subscribe(
|
|
1726
|
+
(d, w) => Nt(w, i),
|
|
1727
|
+
{ detached: !0 }
|
|
1728
|
+
);
|
|
1729
|
+
});
|
|
1730
|
+
}
|
|
1731
|
+
function cs(e = {}) {
|
|
1732
|
+
return function(o) {
|
|
1733
|
+
var t;
|
|
1734
|
+
is(
|
|
1735
|
+
o,
|
|
1736
|
+
(n) => {
|
|
1737
|
+
var s, r, l, a, i, d, w;
|
|
1738
|
+
return {
|
|
1739
|
+
key: (e.key ? e.key : (y) => y)((s = n.key) != null ? s : o.store.$id),
|
|
1740
|
+
debug: (l = (r = n.debug) != null ? r : e.debug) != null ? l : !1,
|
|
1741
|
+
serializer: (i = (a = n.serializer) != null ? a : e.serializer) != null ? i : {
|
|
1742
|
+
serialize: (y) => JSON.stringify(y),
|
|
1743
|
+
deserialize: (y) => as(y)
|
|
1744
|
+
},
|
|
1745
|
+
storage: (w = (d = n.storage) != null ? d : e.storage) != null ? w : window.localStorage,
|
|
1746
|
+
beforeHydrate: n.beforeHydrate,
|
|
1747
|
+
afterHydrate: n.afterHydrate,
|
|
1748
|
+
pick: n.pick,
|
|
1749
|
+
omit: n.omit
|
|
1750
|
+
};
|
|
1751
|
+
},
|
|
1752
|
+
(t = e.auto) != null ? t : !1
|
|
1753
|
+
);
|
|
1754
|
+
};
|
|
1755
|
+
}
|
|
1756
|
+
var us = cs();
|
|
1757
|
+
const gt = Qn();
|
|
1758
|
+
gt.use(us);
|
|
1759
|
+
const no = /* @__PURE__ */ es("console", {
|
|
1760
|
+
state: () => ({
|
|
1761
|
+
menu: {
|
|
1762
|
+
collapsed: !0
|
|
1763
|
+
}
|
|
1764
|
+
}),
|
|
1765
|
+
persist: !0
|
|
1766
|
+
}), ds = {
|
|
1767
|
+
key: 0,
|
|
1768
|
+
class: "menu-wrapper"
|
|
1769
|
+
}, ps = /* @__PURE__ */ _e({
|
|
539
1770
|
__name: "SideMenu",
|
|
540
1771
|
props: {
|
|
541
1772
|
menuCollapsed: { type: Boolean }
|
|
542
1773
|
},
|
|
543
1774
|
emits: ["update:menuCollapsed"],
|
|
544
|
-
setup(
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
1775
|
+
setup(e, { emit: o }) {
|
|
1776
|
+
no(gt);
|
|
1777
|
+
const t = qe(), n = Te(() => {
|
|
1778
|
+
var r;
|
|
1779
|
+
const s = t.meta.activeMenu;
|
|
1780
|
+
if (s === "{model}") {
|
|
1781
|
+
let l = t.params.app ? `${t.params.app}/${t.params.model}` : t.params.model;
|
|
1782
|
+
return "/" + ((r = kn[t.params.model]) != null ? r : l);
|
|
551
1783
|
} else
|
|
552
|
-
return
|
|
553
|
-
})
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
u.value && l.value.style.width && (l.value.style.width += "200");
|
|
559
|
-
}), (O, Q) => {
|
|
560
|
-
const F = v("el-menu");
|
|
561
|
-
return a(), S("div", ao, [
|
|
562
|
-
c("div", no, [
|
|
563
|
-
p(g(oo), {
|
|
564
|
-
class: "menu-button",
|
|
565
|
-
onClick: h
|
|
566
|
-
})
|
|
567
|
-
]),
|
|
568
|
-
p(F, {
|
|
1784
|
+
return s;
|
|
1785
|
+
});
|
|
1786
|
+
return (s, r) => {
|
|
1787
|
+
const l = x("el-menu");
|
|
1788
|
+
return O(Ct).length > 0 ? (p(), F("div", ds, [
|
|
1789
|
+
_(l, {
|
|
569
1790
|
class: "menu",
|
|
570
|
-
"default-active":
|
|
1791
|
+
"default-active": n.value,
|
|
571
1792
|
"default-openeds": ["table"],
|
|
572
|
-
router: ""
|
|
573
|
-
collapse: e.menuCollapsed
|
|
1793
|
+
router: ""
|
|
574
1794
|
}, {
|
|
575
|
-
default:
|
|
576
|
-
(
|
|
577
|
-
key:
|
|
578
|
-
menu:
|
|
1795
|
+
default: m(() => [
|
|
1796
|
+
(p(!0), F(oe, null, ce(O(Ct), (a) => (p(), A(On, {
|
|
1797
|
+
key: a.path,
|
|
1798
|
+
menu: a
|
|
579
1799
|
}, null, 8, ["menu"]))), 128))
|
|
580
1800
|
]),
|
|
581
1801
|
_: 1
|
|
582
|
-
}, 8, ["default-active"
|
|
583
|
-
]);
|
|
1802
|
+
}, 8, ["default-active"])
|
|
1803
|
+
])) : B("", !0);
|
|
584
1804
|
};
|
|
585
1805
|
}
|
|
586
|
-
}),
|
|
1806
|
+
}), so = /* @__PURE__ */ ue(ps, [["__scopeId", "data-v-ea5f1473"]]), fs = { class: "container" }, ms = /* @__PURE__ */ _e({
|
|
587
1807
|
__name: "ConsoleApp",
|
|
588
1808
|
props: {
|
|
589
1809
|
title: {},
|
|
590
1810
|
helpDocUrl: {}
|
|
591
1811
|
},
|
|
592
|
-
setup(
|
|
593
|
-
const
|
|
594
|
-
return
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
return a(), S(ee, null, [
|
|
599
|
-
g(t).query.embedded !== "true" ? (a(), w(Ye, {
|
|
1812
|
+
setup(e) {
|
|
1813
|
+
const o = no(gt), t = qe(), n = I(o.menu.collapsed), s = I(), r = e;
|
|
1814
|
+
return (l, a) => {
|
|
1815
|
+
const i = x("router-view"), d = x("el-scrollbar");
|
|
1816
|
+
return p(), F(oe, null, [
|
|
1817
|
+
O(t).query.embedded !== "true" ? (p(), A(Ft, {
|
|
600
1818
|
key: 0,
|
|
601
|
-
title:
|
|
602
|
-
helpDocUrl:
|
|
603
|
-
}, null, 8, ["title", "helpDocUrl"])) :
|
|
604
|
-
|
|
605
|
-
|
|
1819
|
+
title: r.title,
|
|
1820
|
+
helpDocUrl: r.helpDocUrl
|
|
1821
|
+
}, null, 8, ["title", "helpDocUrl"])) : B("", !0),
|
|
1822
|
+
k("div", fs, [
|
|
1823
|
+
O(t).query.embedded !== "true" ? (p(), A(so, {
|
|
606
1824
|
key: 0,
|
|
607
|
-
menuCollapsed:
|
|
608
|
-
"onUpdate:menuCollapsed":
|
|
609
|
-
}, null, 8, ["menuCollapsed"])) :
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
1825
|
+
menuCollapsed: n.value,
|
|
1826
|
+
"onUpdate:menuCollapsed": a[0] || (a[0] = (w) => n.value = w)
|
|
1827
|
+
}, null, 8, ["menuCollapsed"])) : B("", !0),
|
|
1828
|
+
_(d, { class: "main-scrollbar" }, {
|
|
1829
|
+
default: m(() => [
|
|
1830
|
+
k("main", {
|
|
1831
|
+
ref_key: "mainWrapperRef",
|
|
1832
|
+
ref: s,
|
|
1833
|
+
class: "main-wrapper"
|
|
1834
|
+
}, [
|
|
1835
|
+
_(i)
|
|
1836
|
+
], 512)
|
|
1837
|
+
]),
|
|
1838
|
+
_: 1
|
|
1839
|
+
})
|
|
617
1840
|
])
|
|
618
1841
|
], 64);
|
|
619
1842
|
};
|
|
620
1843
|
}
|
|
621
|
-
}),
|
|
1844
|
+
}), hs = {
|
|
622
1845
|
xmlns: "http://www.w3.org/2000/svg",
|
|
623
1846
|
width: "800",
|
|
624
1847
|
height: "800"
|
|
625
1848
|
};
|
|
626
|
-
function
|
|
627
|
-
return
|
|
628
|
-
ot('<defs><linearGradient id="a" x1="399.126" x2="399.126" y1="159.978" y2="715.47" gradientUnits="userSpaceOnUse" spreadMethod="pad"><stop offset="0" stop-color="#f4f2fb"></stop><stop offset="1" stop-color="#e1eef5"></stop></linearGradient><linearGradient id="b" x1="481.607" x2="481.607" y1="594.251" y2="423.306" gradientUnits="userSpaceOnUse" spreadMethod="pad"><stop offset=".362" stop-color="#b4c9db"></stop><stop offset=".898" stop-color="#ecf0f9"></stop></linearGradient><linearGradient id="c" x1="114.87" x2="114.87" y1="540.843" y2="403.668" gradientUnits="userSpaceOnUse" spreadMethod="pad"><stop offset=".227" stop-color="#d0dceb"></stop><stop offset=".789" stop-color="#ecf1fb"></stop></linearGradient><linearGradient id="d" x1="114.872" x2="114.872" y1="418.9" y2="570.033" gradientUnits="userSpaceOnUse" spreadMethod="pad"><stop offset="0" stop-color="#ecf1fb"></stop><stop offset=".818" stop-color="#b6c9dd"></stop></linearGradient><linearGradient id="e" x1="615.999" x2="615.999" y1="449.321" y2="360.996" gradientUnits="userSpaceOnUse" spreadMethod="pad"><stop offset=".227" stop-color="#d0dceb"></stop><stop offset=".789" stop-color="#ecf1fb"></stop></linearGradient><linearGradient id="f" x1="616" x2="616" y1="370.804" y2="468.116" gradientUnits="userSpaceOnUse" spreadMethod="pad"><stop offset="0" stop-color="#ecf1fb"></stop><stop offset=".818" stop-color="#b6c9dd"></stop></linearGradient><linearGradient id="g" x1="672.709" x2="672.709" y1="544.867" y2="510.536" gradientUnits="userSpaceOnUse" spreadMethod="pad"><stop offset=".227" stop-color="#d0dceb"></stop><stop offset=".789" stop-color="#ecf1fb"></stop></linearGradient><linearGradient id="h" x1="672.77" x2="672.77" y1="514.871" y2="570.135" gradientUnits="userSpaceOnUse" spreadMethod="pad"><stop offset="0" stop-color="#ecf1fb"></stop><stop offset=".818" stop-color="#b6c9dd"></stop></linearGradient><linearGradient id="i" x1="461.917" x2="427.163" y1="86.714" y2="146.91" gradientUnits="userSpaceOnUse" spreadMethod="pad"><stop offset="0" stop-color="#ffdb80"></stop><stop offset="1" stop-color="#ffbb24"></stop></linearGradient><linearGradient id="j" x1="419.58" x2="419.58" y1="117.18" y2="174.634" gradientUnits="userSpaceOnUse" spreadMethod="pad"><stop offset="0" stop-color="#f9fafe"></stop><stop offset="1" stop-color="#e5edf7"></stop></linearGradient><linearGradient id="k" x1="-1967.352" x2="-2213.626" y1="525.737" y2="279.463" gradientUnits="userSpaceOnUse" spreadMethod="pad"><stop offset=".15" stop-color="#9fb6cc"></stop><stop offset="1" stop-color="#d5e1f2"></stop></linearGradient><linearGradient id="l" x1="-1980.099" x2="-2214.789" y1="526.438" y2="291.748" gradientUnits="userSpaceOnUse" spreadMethod="pad"><stop offset=".15" stop-color="#b6cadc"></stop><stop offset="1" stop-color="#dfe8f9"></stop></linearGradient><linearGradient id="m" x1="441.358" x2="329.96" y1="472.657" y2="361.259" gradientUnits="userSpaceOnUse" spreadMethod="pad"><stop offset=".15" stop-color="#9fb6cc"></stop><stop offset="1" stop-color="#bccde1"></stop></linearGradient><linearGradient id="n" x1="569.328" x2="454.912" y1="597.606" y2="483.19" gradientUnits="userSpaceOnUse" spreadMethod="pad"><stop offset=".15" stop-color="#afc5d8"></stop><stop offset="1" stop-color="#dfe8f9"></stop></linearGradient><linearGradient id="o" x1="562.331" x2="453.712" y1="598.807" y2="490.188" gradientUnits="userSpaceOnUse" spreadMethod="pad"><stop offset="0" stop-color="#c7d4e5"></stop><stop offset=".687" stop-color="#e8eff8"></stop></linearGradient><linearGradient id="p" x1="219.375" x2="219.375" y1="553.783" y2="478.333" gradientUnits="userSpaceOnUse" spreadMethod="pad"><stop offset="0" stop-color="#fad96e"></stop><stop offset="1" stop-color="#ffb32c"></stop></linearGradient><linearGradient id="q" x1="220.421" x2="220.421" y1="465.465" y2="489.367" gradientUnits="userSpaceOnUse" spreadMethod="pad"><stop offset="0" stop-color="#f4ae98"></stop><stop offset="1" stop-color="#fad1bb"></stop></linearGradient><linearGradient id="r" x1="-840.016" x2="-828.333" y1="946.367" y2="864.11" gradientTransform="rotate(-8.082 -3028.264 -6569.32)" gradientUnits="userSpaceOnUse" spreadMethod="pad"><stop offset="0" stop-color="#fad96e"></stop><stop offset="1" stop-color="#ffa91f"></stop></linearGradient><linearGradient id="s" x1="-7035.52" x2="-7023.838" y1="66.46" y2="-15.798" gradientTransform="scale(-1 1)rotate(-8.082 -118.132 -47761.005)" gradientUnits="userSpaceOnUse" spreadMethod="pad"><stop offset="0" stop-color="#fad96e"></stop><stop offset="1" stop-color="#ffa91f"></stop></linearGradient><linearGradient id="t" x1="219.375" x2="219.375" y1="526.535" y2="574.482" gradientUnits="userSpaceOnUse" spreadMethod="pad"><stop offset="0" stop-color="#275c89"></stop><stop offset="1" stop-color="#013f7c"></stop></linearGradient><linearGradient id="u" x1="6174.812" x2="6157.838" y1="595.174" y2="595.174" gradientUnits="userSpaceOnUse" spreadMethod="pad"><stop offset="0" stop-color="#f4b9a4"></stop><stop offset=".652" stop-color="#fad1bb"></stop></linearGradient><linearGradient id="v" x1="196.36" x2="283.925" y1="576.466" y2="576.466" gradientUnits="userSpaceOnUse" spreadMethod="pad"><stop offset="0" stop-color="#18264b"></stop><stop offset=".652" stop-color="#2d3c65"></stop></linearGradient><linearGradient id="w" x1="176.617" x2="176.617" y1="604.946" y2="586.928" gradientUnits="userSpaceOnUse" spreadMethod="pad"><stop offset="0" stop-color="#4673bc"></stop><stop offset=".652" stop-color="#6a94e0"></stop></linearGradient><linearGradient id="x" x1="238.667" x2="255.641" y1="595.174" y2="595.174" gradientUnits="userSpaceOnUse" spreadMethod="pad"><stop offset="0" stop-color="#f4b9a4"></stop><stop offset=".652" stop-color="#fad1bb"></stop></linearGradient><linearGradient id="y" x1="158.041" x2="245.606" y1="576.466" y2="576.466" gradientUnits="userSpaceOnUse" spreadMethod="pad"><stop offset="0" stop-color="#445677"></stop><stop offset="1" stop-color="#293861"></stop></linearGradient><linearGradient id="z" x1="265.35" x2="265.35" y1="604.946" y2="586.928" gradientUnits="userSpaceOnUse" spreadMethod="pad"><stop offset="0" stop-color="#4673bc"></stop><stop offset=".652" stop-color="#6a94e0"></stop></linearGradient><linearGradient id="A" x1="236.065" x2="204.828" y1="459.983" y2="459.983" gradientUnits="userSpaceOnUse" spreadMethod="pad"><stop offset="0" stop-color="#f4b9a4"></stop><stop offset=".652" stop-color="#fad1bb"></stop></linearGradient><linearGradient id="B" x1="200.53" x2="236.795" y1="447.908" y2="447.908" gradientUnits="userSpaceOnUse" spreadMethod="pad"><stop offset="0" stop-color="#4f5c7c"></stop><stop offset="1" stop-color="#274168"></stop></linearGradient></defs><path fill="url(#a)" d="M482.38 201.33c-38.37 30.29-120.74 33.81-181.17-2.22s-172-31.38-202.22 34.87 37.19 131.33 12.78 178.98S6.01 528.01 61.8 609.36s126.6 60.62 169.22 52.45c84.17-16.13 189.79 115.67 308.62 16.13 68.47-57.35 170.44 42.09 210.17-81.36 32.78-101.86-85.67-139.5-49.97-208.03 37.96-72.88 30.67-159.24-10.46-201.06-38.31-38.96-140.75-38.46-207 13.84"></path><path fill="url(#b)" d="M393.48 423.31h216.44l-22.53 49.03s59.19 57.86-14.13 121.91c-134.28-44.17-221.74-37.1-219.98-38.87 1.77-1.77 40.2-132.07 40.2-132.07"></path><path fill="url(#c)" d="M115.65 403.91s-.22-.57-.52.04c-2.7 5.49-27.15 64.96-29.09 110.86 0 0-4.08 26.37 30.11 26.02 28.54-.29 27.78-24.6 27.68-32.79-.38-33.22-28.18-104.13-28.18-104.13"></path><path fill="url(#d)" d="M114.87 570.03c-.55 0-1-.45-1-1V419.9c0-.55.45-1 1-1s1 .45 1 1v149.13c0 .56-.45 1-1 1"></path><path fill="url(#e)" d="M616.5 361.15s-.14-.37-.33.03c-1.74 3.53-17.48 41.83-18.73 71.38 0 0-2.63 16.98 19.39 16.76 18.38-.18 17.89-15.84 17.82-21.11-.25-21.4-18.15-67.06-18.15-67.06"></path><path fill="url(#f)" d="M616 468.12c-.36 0-.64-.29-.64-.64v-96.02c0-.36.29-.64.64-.64.36 0 .64.29.64.64v96.02c0 .35-.28.64-.64.64"></path><path fill="url(#g)" d="M689.88 527.7c0 9.48-7.69 17.17-17.17 17.17s-17.17-7.69-17.17-17.17 7.69-17.17 17.17-17.17 17.17 7.69 17.17 17.17"></path><path fill="url(#h)" d="M672.77 570.13c-.29 0-.53-.24-.53-.53v-54.2c0-.29.24-.53.53-.53s.53.24.53.53v54.21c0 .29-.24.52-.53.52"></path><path fill="url(#i)" d="M479.29 116.81c0 19.19-15.56 34.75-34.75 34.75s-34.75-15.56-34.75-34.75 15.56-34.75 34.75-34.75 34.75 15.56 34.75 34.75"></path><path fill="url(#j)" d="M464.32 135.76h-34.57c-2.23-10.61-11.65-18.58-22.93-18.58s-20.69 7.97-22.93 18.58h-9.05c-10.73 0-19.44 8.7-19.44 19.44 0 10.73 8.7 19.44 19.44 19.44h89.47c10.73 0 19.44-8.7 19.44-19.44s-8.7-19.44-19.43-19.44"></path><path fill="url(#k)" d="M235.65 388.64c0-24.52-.03-49.03.01-73.54.02-14.37 4.24-18.36 17.97-20.53 41.87-6.61 82.03-18.72 117.91-42.29 10.38-6.82 18.3-7.59 29.06-.47 34.85 23.06 73.26 37.11 114.55 42.8 13.12 1.81 16.84 5.88 16.85 19.25.04 45.72-.4 91.44.18 137.15.34 26.77-8.17 49.99-24.02 70.73-31.46 41.17-74.88 63.76-122.21 80.03-2.5.86-5.83.67-8.36-.23-38.47-13.74-74.58-31.84-104.15-61.09-22.97-22.73-37.84-49.56-37.79-83.22.03-22.87 0-45.73 0-68.59"></path><path fill="url(#l)" d="M234.76 396.09c0-23.21-.03-46.42.01-69.63.02-13.61 4.06-17.38 17.23-19.43 40.15-6.26 78.67-17.72 113.07-40.04 9.95-6.46 17.55-7.18 27.86-.44 33.42 21.83 70.25 35.14 109.84 40.52 12.58 1.71 16.14 5.56 16.15 18.22.03 43.28-.38 86.57.18 129.84.33 25.34-7.83 47.33-23.03 66.96-30.17 38.98-71.81 60.36-117.19 75.77-2.4.81-5.59.64-8.01-.22-36.89-13.01-71.52-30.14-99.87-57.84-22.03-21.52-36.28-46.91-36.23-78.78.02-21.65 0-43.29-.01-64.93"></path><path fill="url(#m)" d="M398.42 430.39c23.18-5.61 40.41-26.11 40.41-50.49 0-28.68-23.85-52.01-53.17-52.01s-53.17 23.33-53.17 52.01c0 24.38 17.24 44.88 40.41 50.49v85.2h25.52v-36.38h32.67v-24.96h-32.67zM358 379.91c0-14.91 12.41-27.05 27.65-27.05S413.3 365 413.3 379.91s-12.41 27.05-27.65 27.05S358 394.82 358 379.91"></path><path fill="#fff" d="M394.5 433.67c21.8-5.39 38.01-25.1 38.01-48.54 0-27.58-22.43-50.01-50.01-50.01s-50.01 22.43-50.01 50.01c0 23.44 16.21 43.15 38.01 48.54v81.92h24v-34.98h30.73v-24H394.5zm-38.01-48.54c0-14.34 11.67-26.01 26.01-26.01s26.01 11.67 26.01 26.01-11.67 26.01-26.01 26.01-26.01-11.67-26.01-26.01"></path><path fill="url(#n)" d="M593.02 540.4c0 44.68-36.22 80.9-80.9 80.9s-80.9-36.22-80.9-80.9 36.22-80.9 80.9-80.9 80.9 36.22 80.9 80.9"></path><path fill="url(#o)" d="M584.83 544.5c0 42.42-34.39 76.81-76.81 76.81s-76.81-34.39-76.81-76.81 34.39-76.81 76.81-76.81 76.81 34.39 76.81 76.81"></path><path fill="#fff" d="m525.32 542.26 23.01-23.01c4.44-4.44 4.44-11.63 0-16.06-4.44-4.44-11.63-4.44-16.06 0l-23.01 23.01-23.01-23.01c-4.44-4.44-11.63-4.44-16.06 0-4.44 4.44-4.44 11.63 0 16.06l23.01 23.01-23.01 23.01c-4.44 4.44-4.44 11.63 0 16.06 2.22 2.22 5.13 3.33 8.03 3.33s5.81-1.11 8.03-3.33l23.01-23.01 23.01 23.01c2.22 2.22 5.13 3.33 8.03 3.33s5.81-1.11 8.03-3.33c4.44-4.44 4.44-11.63 0-16.06z"></path><path fill="url(#p)" d="M211.59 478.69s-18.31-2.53-24.25 5.88c-5.95 8.41-8.12 29.95-8.12 29.95l13.78-.73-1.16 25.09 25.42 14.9 36.22-19.48-5.51-22.73 11.57-3.02s-3.45-32.99-19.55-28.12c-8.27.89-10.88.74-10.88.74s-2.18 6.94-9.65 6.35-7.87-8.83-7.87-8.83"></path><path fill="url(#q)" d="m213.42 468.32-3.8 16.97c-.18.8.24 1.61.99 1.92 1.97.8 5.9 2.16 9.95 2.16 4.2 0 8.16-2.3 9.98-3.53.63-.42.89-1.21.65-1.93l-5.82-17.31a1.68 1.68 0 0 0-1.88-1.12l-8.72 1.55c-.67.12-1.2.63-1.35 1.29"></path><path fill="url(#r)" d="M190.69 481.63c5.33-1.77 12.55-.59 12.85 11.37.29 11.95-11.42 31-7.22 37.63 4.25 6.71 13.34 16.25 19.12 21.68-1.34 6.38-4.98 11.75-4.98 11.75s-21.31-9.83-30.59-19.68-4.6-32.43-.3-48.5c3.24-12.12 11.12-14.25 11.12-14.25"></path><path fill="url(#s)" d="M246.53 481.63c-5.33-1.77-12.55-.59-12.85 11.37-.29 11.95 11.42 31 7.22 37.63-4.25 6.71-13.34 16.25-19.12 21.68 1.34 6.38 4.98 11.75 4.98 11.75s21.31-9.83 30.59-19.68 4.6-32.43.3-48.5c-3.24-12.12-11.12-14.25-11.12-14.25"></path><path fill="url(#t)" d="M193.27 574.48h51.74c2.34 0 4.44-1.78 5.25-4.45l10.43-34.31c1.35-4.45-1.35-9.19-5.25-9.19h-72.12c-3.86 0-6.57 4.65-5.28 9.09l9.96 34.31c.79 2.73 2.9 4.55 5.27 4.55"></path><path fill="#fff" d="M191.21 590.26s-.8-1.76-1.41-1.95c-.62-.19-9.46-.54-12.69-1.38s-12.54-2.16-16.52 1.61c-3.47 3.29-4.62 10.97.67 15.39 1.98 1.72 3.93 2.23 11.28 1.89s18-.27 20.34-3.67c-.09-5.63-1.67-11.89-1.67-11.89"></path><path fill="url(#u)" d="M199.42 588.31s-8.54 1.92-11.6 1.64c-3.05-.28-.5 12.02-.5 12.02s8.16.56 15.37-1.52c2.44-9.43-3.27-12.14-3.27-12.14"></path><path fill="url(#v)" d="m196.36 587.86 4.44 13.81s95.43-12.57 81.79-43.54c-11.4-25.89-86.23 29.73-86.23 29.73"></path><path fill="url(#w)" d="M190.1 588.93s3.5 1.37 3.94 6.24-1 8.15-8.43 9.05-9.32.56-13.98.68c-4.66.11-11.43.56-12.43-8.3s8.06-11.12 17.46-8.86c2.95.57 13.44 1.19 13.44 1.19"></path><path fill="#fff" d="M250.76 590.26s.8-1.76 1.41-1.95c.62-.19 9.46-.54 12.69-1.38s11.9-2.23 16.28 1.51c4.06 3.47 4.33 11.14-.3 15.37-1.98 1.72-4.07 2.35-11.42 2.01s-18-.27-20.34-3.67c.09-5.63 1.68-11.89 1.68-11.89"></path><path fill="url(#x)" d="M242.55 588.31s8.54 1.92 11.6 1.64.5 12.02.5 12.02-8.16.56-15.37-1.52c-2.45-9.43 3.27-12.14 3.27-12.14"></path><path fill="url(#y)" d="m245.61 587.86-4.44 13.81s-95.43-12.57-81.79-43.54c11.4-25.89 86.23 29.73 86.23 29.73"></path><path fill="url(#z)" d="M251.87 588.93s-3.5 1.37-3.94 6.24 1 8.15 8.43 9.05 9.32.56 13.98.68c4.66.11 11.43.56 12.43-8.3s-8.06-11.12-17.46-8.86c-2.96.57-13.44 1.19-13.44 1.19"></path><path fill="url(#A)" d="M235.39 461.53c.57-.81.93-2.88.46-3.48-.84-.68-1.63-.29-2.23.3.14-4.94-.31-9.05-.42-10.09-.31-3.03-3.39-8.58-13.46-8.58s-12.03 7.27-12.03 7.27-.66 5.14-.46 11.38c-.6-.57-1.39-.95-2.21-.28-.46.61-.1 2.68.46 3.48.57.81.93 2.73 1.03 3.79.1 1.01-.63 3.69 2.02 3.35 1.58 6.33 7.99 11.61 11.96 11.61 4.35 0 10.13-5.32 11.77-11.62 2.71.37 1.97-2.33 2.07-3.35.12-1.05.48-2.97 1.04-3.78"></path><path fill="url(#B)" d="M227 437.52s-1.97-6.19-9.5-4.71c-7.54 1.48-8.05 5.04-11 5.18-5.05.24-9.09 6.53-2.61 13.19 2.88 2.97.45 4.24 1.82 6.87s1.36 5.18 1.36 5.18 2.41-7.69.82-10.97c-.82-1.69 2.81-2.15 7.33-1.75s11.65-1.09 12.21-4.17c1.34 6.31 2.67 6.97 4.37 7.93s1.8 8.58 1.8 8.58.3-5.6 1.48-6.87c.98-2.07 2.88-10.2.73-12.17s-.35-8.29-8.81-6.29"></path>', 33)
|
|
1849
|
+
function _s(e, o) {
|
|
1850
|
+
return p(), F("svg", hs, o[0] || (o[0] = [
|
|
1851
|
+
yo('<defs><linearGradient id="a" x1="399.126" x2="399.126" y1="159.978" y2="715.47" gradientUnits="userSpaceOnUse" spreadMethod="pad"><stop offset="0" stop-color="#f4f2fb"></stop><stop offset="1" stop-color="#e1eef5"></stop></linearGradient><linearGradient id="b" x1="481.607" x2="481.607" y1="594.251" y2="423.306" gradientUnits="userSpaceOnUse" spreadMethod="pad"><stop offset=".362" stop-color="#b4c9db"></stop><stop offset=".898" stop-color="#ecf0f9"></stop></linearGradient><linearGradient id="c" x1="114.87" x2="114.87" y1="540.843" y2="403.668" gradientUnits="userSpaceOnUse" spreadMethod="pad"><stop offset=".227" stop-color="#d0dceb"></stop><stop offset=".789" stop-color="#ecf1fb"></stop></linearGradient><linearGradient id="d" x1="114.872" x2="114.872" y1="418.9" y2="570.033" gradientUnits="userSpaceOnUse" spreadMethod="pad"><stop offset="0" stop-color="#ecf1fb"></stop><stop offset=".818" stop-color="#b6c9dd"></stop></linearGradient><linearGradient id="e" x1="615.999" x2="615.999" y1="449.321" y2="360.996" gradientUnits="userSpaceOnUse" spreadMethod="pad"><stop offset=".227" stop-color="#d0dceb"></stop><stop offset=".789" stop-color="#ecf1fb"></stop></linearGradient><linearGradient id="f" x1="616" x2="616" y1="370.804" y2="468.116" gradientUnits="userSpaceOnUse" spreadMethod="pad"><stop offset="0" stop-color="#ecf1fb"></stop><stop offset=".818" stop-color="#b6c9dd"></stop></linearGradient><linearGradient id="g" x1="672.709" x2="672.709" y1="544.867" y2="510.536" gradientUnits="userSpaceOnUse" spreadMethod="pad"><stop offset=".227" stop-color="#d0dceb"></stop><stop offset=".789" stop-color="#ecf1fb"></stop></linearGradient><linearGradient id="h" x1="672.77" x2="672.77" y1="514.871" y2="570.135" gradientUnits="userSpaceOnUse" spreadMethod="pad"><stop offset="0" stop-color="#ecf1fb"></stop><stop offset=".818" stop-color="#b6c9dd"></stop></linearGradient><linearGradient id="i" x1="461.917" x2="427.163" y1="86.714" y2="146.91" gradientUnits="userSpaceOnUse" spreadMethod="pad"><stop offset="0" stop-color="#ffdb80"></stop><stop offset="1" stop-color="#ffbb24"></stop></linearGradient><linearGradient id="j" x1="419.58" x2="419.58" y1="117.18" y2="174.634" gradientUnits="userSpaceOnUse" spreadMethod="pad"><stop offset="0" stop-color="#f9fafe"></stop><stop offset="1" stop-color="#e5edf7"></stop></linearGradient><linearGradient id="k" x1="-1967.352" x2="-2213.626" y1="525.737" y2="279.463" gradientUnits="userSpaceOnUse" spreadMethod="pad"><stop offset=".15" stop-color="#9fb6cc"></stop><stop offset="1" stop-color="#d5e1f2"></stop></linearGradient><linearGradient id="l" x1="-1980.099" x2="-2214.789" y1="526.438" y2="291.748" gradientUnits="userSpaceOnUse" spreadMethod="pad"><stop offset=".15" stop-color="#b6cadc"></stop><stop offset="1" stop-color="#dfe8f9"></stop></linearGradient><linearGradient id="m" x1="441.358" x2="329.96" y1="472.657" y2="361.259" gradientUnits="userSpaceOnUse" spreadMethod="pad"><stop offset=".15" stop-color="#9fb6cc"></stop><stop offset="1" stop-color="#bccde1"></stop></linearGradient><linearGradient id="n" x1="569.328" x2="454.912" y1="597.606" y2="483.19" gradientUnits="userSpaceOnUse" spreadMethod="pad"><stop offset=".15" stop-color="#afc5d8"></stop><stop offset="1" stop-color="#dfe8f9"></stop></linearGradient><linearGradient id="o" x1="562.331" x2="453.712" y1="598.807" y2="490.188" gradientUnits="userSpaceOnUse" spreadMethod="pad"><stop offset="0" stop-color="#c7d4e5"></stop><stop offset=".687" stop-color="#e8eff8"></stop></linearGradient><linearGradient id="p" x1="219.375" x2="219.375" y1="553.783" y2="478.333" gradientUnits="userSpaceOnUse" spreadMethod="pad"><stop offset="0" stop-color="#fad96e"></stop><stop offset="1" stop-color="#ffb32c"></stop></linearGradient><linearGradient id="q" x1="220.421" x2="220.421" y1="465.465" y2="489.367" gradientUnits="userSpaceOnUse" spreadMethod="pad"><stop offset="0" stop-color="#f4ae98"></stop><stop offset="1" stop-color="#fad1bb"></stop></linearGradient><linearGradient id="r" x1="-840.016" x2="-828.333" y1="946.367" y2="864.11" gradientTransform="rotate(-8.082 -3028.264 -6569.32)" gradientUnits="userSpaceOnUse" spreadMethod="pad"><stop offset="0" stop-color="#fad96e"></stop><stop offset="1" stop-color="#ffa91f"></stop></linearGradient><linearGradient id="s" x1="-7035.52" x2="-7023.838" y1="66.46" y2="-15.798" gradientTransform="scale(-1 1)rotate(-8.082 -118.132 -47761.005)" gradientUnits="userSpaceOnUse" spreadMethod="pad"><stop offset="0" stop-color="#fad96e"></stop><stop offset="1" stop-color="#ffa91f"></stop></linearGradient><linearGradient id="t" x1="219.375" x2="219.375" y1="526.535" y2="574.482" gradientUnits="userSpaceOnUse" spreadMethod="pad"><stop offset="0" stop-color="#275c89"></stop><stop offset="1" stop-color="#013f7c"></stop></linearGradient><linearGradient id="u" x1="6174.812" x2="6157.838" y1="595.174" y2="595.174" gradientUnits="userSpaceOnUse" spreadMethod="pad"><stop offset="0" stop-color="#f4b9a4"></stop><stop offset=".652" stop-color="#fad1bb"></stop></linearGradient><linearGradient id="v" x1="196.36" x2="283.925" y1="576.466" y2="576.466" gradientUnits="userSpaceOnUse" spreadMethod="pad"><stop offset="0" stop-color="#18264b"></stop><stop offset=".652" stop-color="#2d3c65"></stop></linearGradient><linearGradient id="w" x1="176.617" x2="176.617" y1="604.946" y2="586.928" gradientUnits="userSpaceOnUse" spreadMethod="pad"><stop offset="0" stop-color="#4673bc"></stop><stop offset=".652" stop-color="#6a94e0"></stop></linearGradient><linearGradient id="x" x1="238.667" x2="255.641" y1="595.174" y2="595.174" gradientUnits="userSpaceOnUse" spreadMethod="pad"><stop offset="0" stop-color="#f4b9a4"></stop><stop offset=".652" stop-color="#fad1bb"></stop></linearGradient><linearGradient id="y" x1="158.041" x2="245.606" y1="576.466" y2="576.466" gradientUnits="userSpaceOnUse" spreadMethod="pad"><stop offset="0" stop-color="#445677"></stop><stop offset="1" stop-color="#293861"></stop></linearGradient><linearGradient id="z" x1="265.35" x2="265.35" y1="604.946" y2="586.928" gradientUnits="userSpaceOnUse" spreadMethod="pad"><stop offset="0" stop-color="#4673bc"></stop><stop offset=".652" stop-color="#6a94e0"></stop></linearGradient><linearGradient id="A" x1="236.065" x2="204.828" y1="459.983" y2="459.983" gradientUnits="userSpaceOnUse" spreadMethod="pad"><stop offset="0" stop-color="#f4b9a4"></stop><stop offset=".652" stop-color="#fad1bb"></stop></linearGradient><linearGradient id="B" x1="200.53" x2="236.795" y1="447.908" y2="447.908" gradientUnits="userSpaceOnUse" spreadMethod="pad"><stop offset="0" stop-color="#4f5c7c"></stop><stop offset="1" stop-color="#274168"></stop></linearGradient></defs><path fill="url(#a)" d="M482.38 201.33c-38.37 30.29-120.74 33.81-181.17-2.22s-172-31.38-202.22 34.87 37.19 131.33 12.78 178.98S6.01 528.01 61.8 609.36s126.6 60.62 169.22 52.45c84.17-16.13 189.79 115.67 308.62 16.13 68.47-57.35 170.44 42.09 210.17-81.36 32.78-101.86-85.67-139.5-49.97-208.03 37.96-72.88 30.67-159.24-10.46-201.06-38.31-38.96-140.75-38.46-207 13.84"></path><path fill="url(#b)" d="M393.48 423.31h216.44l-22.53 49.03s59.19 57.86-14.13 121.91c-134.28-44.17-221.74-37.1-219.98-38.87 1.77-1.77 40.2-132.07 40.2-132.07"></path><path fill="url(#c)" d="M115.65 403.91s-.22-.57-.52.04c-2.7 5.49-27.15 64.96-29.09 110.86 0 0-4.08 26.37 30.11 26.02 28.54-.29 27.78-24.6 27.68-32.79-.38-33.22-28.18-104.13-28.18-104.13"></path><path fill="url(#d)" d="M114.87 570.03c-.55 0-1-.45-1-1V419.9c0-.55.45-1 1-1s1 .45 1 1v149.13c0 .56-.45 1-1 1"></path><path fill="url(#e)" d="M616.5 361.15s-.14-.37-.33.03c-1.74 3.53-17.48 41.83-18.73 71.38 0 0-2.63 16.98 19.39 16.76 18.38-.18 17.89-15.84 17.82-21.11-.25-21.4-18.15-67.06-18.15-67.06"></path><path fill="url(#f)" d="M616 468.12c-.36 0-.64-.29-.64-.64v-96.02c0-.36.29-.64.64-.64.36 0 .64.29.64.64v96.02c0 .35-.28.64-.64.64"></path><path fill="url(#g)" d="M689.88 527.7c0 9.48-7.69 17.17-17.17 17.17s-17.17-7.69-17.17-17.17 7.69-17.17 17.17-17.17 17.17 7.69 17.17 17.17"></path><path fill="url(#h)" d="M672.77 570.13c-.29 0-.53-.24-.53-.53v-54.2c0-.29.24-.53.53-.53s.53.24.53.53v54.21c0 .29-.24.52-.53.52"></path><path fill="url(#i)" d="M479.29 116.81c0 19.19-15.56 34.75-34.75 34.75s-34.75-15.56-34.75-34.75 15.56-34.75 34.75-34.75 34.75 15.56 34.75 34.75"></path><path fill="url(#j)" d="M464.32 135.76h-34.57c-2.23-10.61-11.65-18.58-22.93-18.58s-20.69 7.97-22.93 18.58h-9.05c-10.73 0-19.44 8.7-19.44 19.44 0 10.73 8.7 19.44 19.44 19.44h89.47c10.73 0 19.44-8.7 19.44-19.44s-8.7-19.44-19.43-19.44"></path><path fill="url(#k)" d="M235.65 388.64c0-24.52-.03-49.03.01-73.54.02-14.37 4.24-18.36 17.97-20.53 41.87-6.61 82.03-18.72 117.91-42.29 10.38-6.82 18.3-7.59 29.06-.47 34.85 23.06 73.26 37.11 114.55 42.8 13.12 1.81 16.84 5.88 16.85 19.25.04 45.72-.4 91.44.18 137.15.34 26.77-8.17 49.99-24.02 70.73-31.46 41.17-74.88 63.76-122.21 80.03-2.5.86-5.83.67-8.36-.23-38.47-13.74-74.58-31.84-104.15-61.09-22.97-22.73-37.84-49.56-37.79-83.22.03-22.87 0-45.73 0-68.59"></path><path fill="url(#l)" d="M234.76 396.09c0-23.21-.03-46.42.01-69.63.02-13.61 4.06-17.38 17.23-19.43 40.15-6.26 78.67-17.72 113.07-40.04 9.95-6.46 17.55-7.18 27.86-.44 33.42 21.83 70.25 35.14 109.84 40.52 12.58 1.71 16.14 5.56 16.15 18.22.03 43.28-.38 86.57.18 129.84.33 25.34-7.83 47.33-23.03 66.96-30.17 38.98-71.81 60.36-117.19 75.77-2.4.81-5.59.64-8.01-.22-36.89-13.01-71.52-30.14-99.87-57.84-22.03-21.52-36.28-46.91-36.23-78.78.02-21.65 0-43.29-.01-64.93"></path><path fill="url(#m)" d="M398.42 430.39c23.18-5.61 40.41-26.11 40.41-50.49 0-28.68-23.85-52.01-53.17-52.01s-53.17 23.33-53.17 52.01c0 24.38 17.24 44.88 40.41 50.49v85.2h25.52v-36.38h32.67v-24.96h-32.67zM358 379.91c0-14.91 12.41-27.05 27.65-27.05S413.3 365 413.3 379.91s-12.41 27.05-27.65 27.05S358 394.82 358 379.91"></path><path fill="#fff" d="M394.5 433.67c21.8-5.39 38.01-25.1 38.01-48.54 0-27.58-22.43-50.01-50.01-50.01s-50.01 22.43-50.01 50.01c0 23.44 16.21 43.15 38.01 48.54v81.92h24v-34.98h30.73v-24H394.5zm-38.01-48.54c0-14.34 11.67-26.01 26.01-26.01s26.01 11.67 26.01 26.01-11.67 26.01-26.01 26.01-26.01-11.67-26.01-26.01"></path><path fill="url(#n)" d="M593.02 540.4c0 44.68-36.22 80.9-80.9 80.9s-80.9-36.22-80.9-80.9 36.22-80.9 80.9-80.9 80.9 36.22 80.9 80.9"></path><path fill="url(#o)" d="M584.83 544.5c0 42.42-34.39 76.81-76.81 76.81s-76.81-34.39-76.81-76.81 34.39-76.81 76.81-76.81 76.81 34.39 76.81 76.81"></path><path fill="#fff" d="m525.32 542.26 23.01-23.01c4.44-4.44 4.44-11.63 0-16.06-4.44-4.44-11.63-4.44-16.06 0l-23.01 23.01-23.01-23.01c-4.44-4.44-11.63-4.44-16.06 0-4.44 4.44-4.44 11.63 0 16.06l23.01 23.01-23.01 23.01c-4.44 4.44-4.44 11.63 0 16.06 2.22 2.22 5.13 3.33 8.03 3.33s5.81-1.11 8.03-3.33l23.01-23.01 23.01 23.01c2.22 2.22 5.13 3.33 8.03 3.33s5.81-1.11 8.03-3.33c4.44-4.44 4.44-11.63 0-16.06z"></path><path fill="url(#p)" d="M211.59 478.69s-18.31-2.53-24.25 5.88c-5.95 8.41-8.12 29.95-8.12 29.95l13.78-.73-1.16 25.09 25.42 14.9 36.22-19.48-5.51-22.73 11.57-3.02s-3.45-32.99-19.55-28.12c-8.27.89-10.88.74-10.88.74s-2.18 6.94-9.65 6.35-7.87-8.83-7.87-8.83"></path><path fill="url(#q)" d="m213.42 468.32-3.8 16.97c-.18.8.24 1.61.99 1.92 1.97.8 5.9 2.16 9.95 2.16 4.2 0 8.16-2.3 9.98-3.53.63-.42.89-1.21.65-1.93l-5.82-17.31a1.68 1.68 0 0 0-1.88-1.12l-8.72 1.55c-.67.12-1.2.63-1.35 1.29"></path><path fill="url(#r)" d="M190.69 481.63c5.33-1.77 12.55-.59 12.85 11.37.29 11.95-11.42 31-7.22 37.63 4.25 6.71 13.34 16.25 19.12 21.68-1.34 6.38-4.98 11.75-4.98 11.75s-21.31-9.83-30.59-19.68-4.6-32.43-.3-48.5c3.24-12.12 11.12-14.25 11.12-14.25"></path><path fill="url(#s)" d="M246.53 481.63c-5.33-1.77-12.55-.59-12.85 11.37-.29 11.95 11.42 31 7.22 37.63-4.25 6.71-13.34 16.25-19.12 21.68 1.34 6.38 4.98 11.75 4.98 11.75s21.31-9.83 30.59-19.68 4.6-32.43.3-48.5c-3.24-12.12-11.12-14.25-11.12-14.25"></path><path fill="url(#t)" d="M193.27 574.48h51.74c2.34 0 4.44-1.78 5.25-4.45l10.43-34.31c1.35-4.45-1.35-9.19-5.25-9.19h-72.12c-3.86 0-6.57 4.65-5.28 9.09l9.96 34.31c.79 2.73 2.9 4.55 5.27 4.55"></path><path fill="#fff" d="M191.21 590.26s-.8-1.76-1.41-1.95c-.62-.19-9.46-.54-12.69-1.38s-12.54-2.16-16.52 1.61c-3.47 3.29-4.62 10.97.67 15.39 1.98 1.72 3.93 2.23 11.28 1.89s18-.27 20.34-3.67c-.09-5.63-1.67-11.89-1.67-11.89"></path><path fill="url(#u)" d="M199.42 588.31s-8.54 1.92-11.6 1.64c-3.05-.28-.5 12.02-.5 12.02s8.16.56 15.37-1.52c2.44-9.43-3.27-12.14-3.27-12.14"></path><path fill="url(#v)" d="m196.36 587.86 4.44 13.81s95.43-12.57 81.79-43.54c-11.4-25.89-86.23 29.73-86.23 29.73"></path><path fill="url(#w)" d="M190.1 588.93s3.5 1.37 3.94 6.24-1 8.15-8.43 9.05-9.32.56-13.98.68c-4.66.11-11.43.56-12.43-8.3s8.06-11.12 17.46-8.86c2.95.57 13.44 1.19 13.44 1.19"></path><path fill="#fff" d="M250.76 590.26s.8-1.76 1.41-1.95c.62-.19 9.46-.54 12.69-1.38s11.9-2.23 16.28 1.51c4.06 3.47 4.33 11.14-.3 15.37-1.98 1.72-4.07 2.35-11.42 2.01s-18-.27-20.34-3.67c.09-5.63 1.68-11.89 1.68-11.89"></path><path fill="url(#x)" d="M242.55 588.31s8.54 1.92 11.6 1.64.5 12.02.5 12.02-8.16.56-15.37-1.52c-2.45-9.43 3.27-12.14 3.27-12.14"></path><path fill="url(#y)" d="m245.61 587.86-4.44 13.81s-95.43-12.57-81.79-43.54c11.4-25.89 86.23 29.73 86.23 29.73"></path><path fill="url(#z)" d="M251.87 588.93s-3.5 1.37-3.94 6.24 1 8.15 8.43 9.05 9.32.56 13.98.68c4.66.11 11.43.56 12.43-8.3s-8.06-11.12-17.46-8.86c-2.96.57-13.44 1.19-13.44 1.19"></path><path fill="url(#A)" d="M235.39 461.53c.57-.81.93-2.88.46-3.48-.84-.68-1.63-.29-2.23.3.14-4.94-.31-9.05-.42-10.09-.31-3.03-3.39-8.58-13.46-8.58s-12.03 7.27-12.03 7.27-.66 5.14-.46 11.38c-.6-.57-1.39-.95-2.21-.28-.46.61-.1 2.68.46 3.48.57.81.93 2.73 1.03 3.79.1 1.01-.63 3.69 2.02 3.35 1.58 6.33 7.99 11.61 11.96 11.61 4.35 0 10.13-5.32 11.77-11.62 2.71.37 1.97-2.33 2.07-3.35.12-1.05.48-2.97 1.04-3.78"></path><path fill="url(#B)" d="M227 437.52s-1.97-6.19-9.5-4.71c-7.54 1.48-8.05 5.04-11 5.18-5.05.24-9.09 6.53-2.61 13.19 2.88 2.97.45 4.24 1.82 6.87s1.36 5.18 1.36 5.18 2.41-7.69.82-10.97c-.82-1.69 2.81-2.15 7.33-1.75s11.65-1.09 12.21-4.17c1.34 6.31 2.67 6.97 4.37 7.93s1.8 8.58 1.8 8.58.3-5.6 1.48-6.87c.98-2.07 2.88-10.2.73-12.17s-.35-8.29-8.81-6.29"></path>', 33)
|
|
629
1852
|
]));
|
|
630
1853
|
}
|
|
631
|
-
const
|
|
632
|
-
function
|
|
633
|
-
const
|
|
634
|
-
return
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
default:
|
|
640
|
-
|
|
1854
|
+
const gs = { render: _s }, bs = {}, vs = { class: "wrapper" }, ys = { class: "content" };
|
|
1855
|
+
function ws(e, o) {
|
|
1856
|
+
const t = x("el-button");
|
|
1857
|
+
return p(), F("div", vs, [
|
|
1858
|
+
o[4] || (o[4] = k("img", { src: gs }, null, -1)),
|
|
1859
|
+
k("div", ys, [
|
|
1860
|
+
o[3] || (o[3] = k("h1", null, "You have no permission to access the page.", -1)),
|
|
1861
|
+
_(t, { type: "primary" }, {
|
|
1862
|
+
default: m(() => o[1] || (o[1] = [
|
|
1863
|
+
Y("Apply")
|
|
641
1864
|
])),
|
|
642
1865
|
_: 1
|
|
643
1866
|
}),
|
|
644
|
-
|
|
645
|
-
onClick:
|
|
1867
|
+
_(t, {
|
|
1868
|
+
onClick: o[0] || (o[0] = (n) => e.$router.go(-1))
|
|
646
1869
|
}, {
|
|
647
|
-
default:
|
|
648
|
-
|
|
1870
|
+
default: m(() => o[2] || (o[2] = [
|
|
1871
|
+
Y("Go Back")
|
|
649
1872
|
])),
|
|
650
1873
|
_: 1
|
|
651
1874
|
})
|
|
652
1875
|
])
|
|
653
1876
|
]);
|
|
654
1877
|
}
|
|
655
|
-
const
|
|
656
|
-
function
|
|
657
|
-
const
|
|
658
|
-
return
|
|
1878
|
+
const Ss = /* @__PURE__ */ ue(bs, [["render", ws], ["__scopeId", "data-v-0155b361"]]), Cs = {};
|
|
1879
|
+
function Os(e, o) {
|
|
1880
|
+
const t = x("router-view");
|
|
1881
|
+
return p(), A(t);
|
|
659
1882
|
}
|
|
660
|
-
const
|
|
1883
|
+
const ks = /* @__PURE__ */ ue(Cs, [["render", Os]]), Es = { class: "card-wrapper" }, xs = ["onClick"], $s = { class: "card-inner-wrapper" }, Ps = { class: "card-title" }, Is = { class: "icon" }, Ns = /* @__PURE__ */ _e({
|
|
661
1884
|
__name: "TabCard",
|
|
662
1885
|
props: {
|
|
663
1886
|
cards: {},
|
|
664
1887
|
tableRef: {}
|
|
665
1888
|
},
|
|
666
|
-
setup(
|
|
667
|
-
const { t } =
|
|
668
|
-
function
|
|
669
|
-
|
|
670
|
-
path:
|
|
671
|
-
query:
|
|
1889
|
+
setup(e) {
|
|
1890
|
+
const { t: o } = Be(), t = qe(), n = nt(), s = e, r = I(s.cards[0].key);
|
|
1891
|
+
function l(a) {
|
|
1892
|
+
a.disabled || (r.value = a.key, s.tableRef.updateConfigAndRefresh(a.model), n.push({
|
|
1893
|
+
path: t.path,
|
|
1894
|
+
query: wt(He({}, t.query), { tab: a.key })
|
|
672
1895
|
}));
|
|
673
1896
|
}
|
|
674
|
-
return
|
|
675
|
-
let
|
|
676
|
-
if (
|
|
677
|
-
for (let
|
|
678
|
-
if (
|
|
679
|
-
|
|
1897
|
+
return pt(() => {
|
|
1898
|
+
let a;
|
|
1899
|
+
if (t.query.tab !== void 0) {
|
|
1900
|
+
for (let i of s.cards)
|
|
1901
|
+
if (i.key === t.query.tab) {
|
|
1902
|
+
r.value = i.key, a = i;
|
|
680
1903
|
break;
|
|
681
1904
|
}
|
|
682
1905
|
}
|
|
683
|
-
|
|
684
|
-
|
|
1906
|
+
Ze(() => {
|
|
1907
|
+
s.tableRef && s.cards && s.cards.length > 0 && s.tableRef.updateConfigAndRefresh((a != null ? a : s.cards[0]).model);
|
|
685
1908
|
});
|
|
686
|
-
}),
|
|
687
|
-
() =>
|
|
688
|
-
(
|
|
689
|
-
if (
|
|
690
|
-
for (let
|
|
691
|
-
if (
|
|
692
|
-
|
|
1909
|
+
}), Se(
|
|
1910
|
+
() => s.cards,
|
|
1911
|
+
(a) => {
|
|
1912
|
+
if (t.query.tab !== void 0) {
|
|
1913
|
+
for (let i of s.cards)
|
|
1914
|
+
if (i.key === t.query.tab) {
|
|
1915
|
+
r.value = i.key;
|
|
693
1916
|
break;
|
|
694
1917
|
}
|
|
695
1918
|
} else
|
|
696
|
-
|
|
1919
|
+
a && a.length > 0 && (r.value = a[0].key, s.tableRef.updateConfigAndRefresh(s.cards[0].model));
|
|
697
1920
|
},
|
|
698
1921
|
{
|
|
699
1922
|
deep: !0
|
|
700
1923
|
}
|
|
701
|
-
), (
|
|
702
|
-
(
|
|
703
|
-
class:
|
|
704
|
-
onClick: (
|
|
1924
|
+
), (a, i) => (p(), F("div", Es, [
|
|
1925
|
+
(p(!0), F(oe, null, ce(s.cards, (d) => (p(), F("div", {
|
|
1926
|
+
class: Vt(["card", { "card-selected": r.value === d.key }]),
|
|
1927
|
+
onClick: (w) => l(d)
|
|
705
1928
|
}, [
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
1929
|
+
k("div", $s, [
|
|
1930
|
+
k("div", Ps, [
|
|
1931
|
+
k("div", Is, [
|
|
1932
|
+
d.icon ? (p(), A(Xe(d.icon), {
|
|
710
1933
|
key: 0,
|
|
711
1934
|
class: "svg-icon"
|
|
712
|
-
})) :
|
|
1935
|
+
})) : B("", !0)
|
|
713
1936
|
]),
|
|
714
|
-
|
|
715
|
-
style:
|
|
716
|
-
},
|
|
1937
|
+
k("span", {
|
|
1938
|
+
style: it({ color: d.disabled ? "#aaa" : "black" })
|
|
1939
|
+
}, D(O(o)(d.label)), 5)
|
|
717
1940
|
]),
|
|
718
|
-
|
|
1941
|
+
k("span", null, D(d.count), 1)
|
|
719
1942
|
])
|
|
720
|
-
], 10,
|
|
1943
|
+
], 10, xs))), 256))
|
|
721
1944
|
]));
|
|
722
1945
|
}
|
|
723
|
-
}),
|
|
724
|
-
function
|
|
725
|
-
switch (
|
|
1946
|
+
}), ro = /* @__PURE__ */ ue(Ns, [["__scopeId", "data-v-047a86e6"]]);
|
|
1947
|
+
function ke(e, o, t) {
|
|
1948
|
+
switch (o) {
|
|
726
1949
|
case "POST":
|
|
727
|
-
return
|
|
1950
|
+
return pe.post(e, t);
|
|
728
1951
|
case "PUT":
|
|
729
|
-
return
|
|
1952
|
+
return pe.put(e, t);
|
|
730
1953
|
case "DELETE":
|
|
731
|
-
return
|
|
1954
|
+
return pe.delete(e + "/" + t);
|
|
732
1955
|
default:
|
|
733
|
-
return
|
|
1956
|
+
return pe.get(e, { params: t });
|
|
734
1957
|
}
|
|
735
1958
|
}
|
|
736
|
-
const
|
|
737
|
-
const
|
|
738
|
-
let
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
}), Object.assign(
|
|
742
|
-
},
|
|
1959
|
+
const ze = (e) => {
|
|
1960
|
+
const o = Object.keys(e);
|
|
1961
|
+
let t = {};
|
|
1962
|
+
o.forEach((n) => {
|
|
1963
|
+
t[n] = void 0;
|
|
1964
|
+
}), Object.assign(e, t);
|
|
1965
|
+
}, As = {
|
|
743
1966
|
key: 1,
|
|
744
1967
|
class: "view-span"
|
|
745
|
-
},
|
|
1968
|
+
}, Vs = /* @__PURE__ */ _e({
|
|
746
1969
|
__name: "FormView",
|
|
747
1970
|
props: {
|
|
748
1971
|
id: {},
|
|
1972
|
+
sessionId: {},
|
|
749
1973
|
mode: {},
|
|
750
1974
|
model: {},
|
|
751
1975
|
closeDialogFunc: { type: Function },
|
|
752
1976
|
afterSubmitFunc: { type: Function }
|
|
753
1977
|
},
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
1978
|
+
emits: ["update:id"],
|
|
1979
|
+
setup(e, { expose: o, emit: t }) {
|
|
1980
|
+
const { t: n } = et.global, s = e, r = re({}), l = I(!1), a = I(), i = re({}), d = I(!0), w = (S) => s.mode === "view" && (Q(S, void 0) || Q(S, "input") || Q(S, "select") || Q(S, "password")), y = Te(() => s.model.fields ? s.model.fields.filter(
|
|
1981
|
+
(S) => {
|
|
1982
|
+
var N, u, c, g;
|
|
1983
|
+
let h = S.visible !== !1 && ((N = S.formItemAttributes) == null ? void 0 : N.visible) !== !1;
|
|
1984
|
+
if (s.mode !== "view" && ((u = S.formItemAttributes) == null ? void 0 : u.editable) === !1 || s.mode === "view" && ((c = S.formItemAttributes) == null ? void 0 : c.type) === "password")
|
|
760
1985
|
return !1;
|
|
761
|
-
let
|
|
762
|
-
return
|
|
1986
|
+
let $ = (g = S.formItemAttributes) == null ? void 0 : g.showCondition;
|
|
1987
|
+
return $ && $.field && $.value ? r[$.field] === $.value : h;
|
|
763
1988
|
}
|
|
764
1989
|
) : []);
|
|
765
|
-
|
|
766
|
-
|
|
1990
|
+
Se([() => s.id, () => s.sessionId], () => {
|
|
1991
|
+
U();
|
|
767
1992
|
});
|
|
768
|
-
function
|
|
769
|
-
const
|
|
770
|
-
let
|
|
771
|
-
|
|
772
|
-
var
|
|
773
|
-
if (
|
|
774
|
-
if (((
|
|
775
|
-
let
|
|
776
|
-
|
|
1993
|
+
function M() {
|
|
1994
|
+
const S = s.model.fields;
|
|
1995
|
+
let h = {};
|
|
1996
|
+
S == null || S.forEach(($) => {
|
|
1997
|
+
var N, u, c, g, E, R, q, v, T;
|
|
1998
|
+
if (r[$.prop] = null, $.visible !== !1 && ((N = $.formItemAttributes) == null ? void 0 : N.visible) !== !1) {
|
|
1999
|
+
if (((u = $.formItemAttributes) == null ? void 0 : u.defaultValue) !== void 0 ? r[$.prop] = (c = $.formItemAttributes) == null ? void 0 : c.defaultValue : r[$.prop] = void 0, s.mode !== "view") {
|
|
2000
|
+
let W = (g = $.formItemAttributes) == null ? void 0 : g.validationRule;
|
|
2001
|
+
W !== void 0 && (h[$.prop] = W), Object.assign(i, h);
|
|
777
2002
|
}
|
|
778
|
-
const
|
|
779
|
-
if (
|
|
780
|
-
let
|
|
781
|
-
const
|
|
782
|
-
|
|
783
|
-
var
|
|
784
|
-
if ((
|
|
785
|
-
let
|
|
786
|
-
Array.isArray(
|
|
787
|
-
value:
|
|
788
|
-
label:
|
|
2003
|
+
const b = $.formItemAttributes, f = b == null ? void 0 : b.type, C = (E = b == null ? void 0 : b.selectAttributes) == null ? void 0 : E.api, G = (R = b == null ? void 0 : b.selectAttributes) == null ? void 0 : R.valueMappingField, X = (q = b == null ? void 0 : b.selectAttributes) == null ? void 0 : q.labelMappingField;
|
|
2004
|
+
if (f === "select" && C) {
|
|
2005
|
+
let W = C;
|
|
2006
|
+
const ae = (v = b == null ? void 0 : b.selectAttributes) == null ? void 0 : v.queryParamName, fe = (T = b == null ? void 0 : b.selectAttributes) == null ? void 0 : T.queryParamValueField;
|
|
2007
|
+
ae && (W = `${W}?${ae}=${s.id}`), fe || ke(W, "GET", {}).then(({ data: le }) => {
|
|
2008
|
+
var ie;
|
|
2009
|
+
if ((ie = $.formItemAttributes) != null && ie.selectAttributes) {
|
|
2010
|
+
let Z = [];
|
|
2011
|
+
Array.isArray(le.data) ? Z = le.data : le.data.list && Array.isArray(le.data.list) && (Z = le.data.list), $.formItemAttributes.selectAttributes.options = Z.map((J) => ({
|
|
2012
|
+
value: G ? J[G] : J.value,
|
|
2013
|
+
label: X ? J[X] : J.label
|
|
789
2014
|
}));
|
|
790
2015
|
}
|
|
791
2016
|
});
|
|
@@ -793,129 +2018,152 @@ const Be = (s) => {
|
|
|
793
2018
|
}
|
|
794
2019
|
});
|
|
795
2020
|
}
|
|
796
|
-
function
|
|
797
|
-
var
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
});
|
|
2021
|
+
function U() {
|
|
2022
|
+
var S;
|
|
2023
|
+
console.log("init form", s.id, s.model), P(), d.value = (S = s.model.useI18n) != null ? S : !0, M(), (s.mode === "update" || s.mode === "view") && s.id !== void 0 && s.id !== "" && s.model.api !== "" && (l.value = !0, ke(`${s.model.api}/${s.id}`, "GET", {}).then(({ data: h }) => {
|
|
2024
|
+
ze(r), Object.assign(r, h.data), l.value = !1;
|
|
2025
|
+
}));
|
|
801
2026
|
}
|
|
802
|
-
function
|
|
803
|
-
return new Promise((
|
|
804
|
-
var
|
|
805
|
-
((
|
|
806
|
-
let
|
|
807
|
-
|
|
808
|
-
var
|
|
809
|
-
E.code === 0 && (
|
|
2027
|
+
function L() {
|
|
2028
|
+
return new Promise((S, h) => {
|
|
2029
|
+
var N, u, c, g;
|
|
2030
|
+
((u = (N = s.model.formConfig) == null ? void 0 : N.functions) == null ? void 0 : u.beforeSubmit) !== void 0 && Object.assign(r, (g = (c = s.model.formConfig) == null ? void 0 : c.functions) == null ? void 0 : g.beforeSubmit(r));
|
|
2031
|
+
let $ = s.mode === "create" ? "POST" : "PUT";
|
|
2032
|
+
s.model.api && ke(s.model.api, $, r).then(({ data: E }) => {
|
|
2033
|
+
var R, q, v, T;
|
|
2034
|
+
E.code === 0 && (s.closeDialogFunc && s.closeDialogFunc(), ((q = (R = s.model.formConfig) == null ? void 0 : R.functions) == null ? void 0 : q.afterSubmit) !== void 0 && ((T = (v = s.model.formConfig) == null ? void 0 : v.functions) == null || T.afterSubmit(E.data)), s.afterSubmitFunc && s.afterSubmitFunc(), S());
|
|
810
2035
|
});
|
|
811
2036
|
});
|
|
812
2037
|
}
|
|
813
|
-
function
|
|
814
|
-
var
|
|
815
|
-
(
|
|
2038
|
+
function P() {
|
|
2039
|
+
var S;
|
|
2040
|
+
(S = a.value) == null || S.resetFields();
|
|
816
2041
|
}
|
|
817
|
-
function
|
|
818
|
-
return
|
|
2042
|
+
function j(S) {
|
|
2043
|
+
return S.label ? d ? n(S.label) : S.label : S.prop.slice(0, 1).toUpperCase() + S.prop.slice(1).toLowerCase();
|
|
819
2044
|
}
|
|
820
|
-
function
|
|
821
|
-
var
|
|
822
|
-
if (
|
|
823
|
-
if (
|
|
824
|
-
const
|
|
825
|
-
if (
|
|
826
|
-
return
|
|
827
|
-
const
|
|
828
|
-
if (
|
|
829
|
-
return
|
|
2045
|
+
function V(S) {
|
|
2046
|
+
var h, $, N, u;
|
|
2047
|
+
if (S) {
|
|
2048
|
+
if (Q(S, "select")) {
|
|
2049
|
+
const c = ($ = (h = S.tableColumnAttributes) == null ? void 0 : h.functions) == null ? void 0 : $.transformValue;
|
|
2050
|
+
if (c)
|
|
2051
|
+
return c(r[S.prop]);
|
|
2052
|
+
const g = (u = (N = S.formItemAttributes) == null ? void 0 : N.selectAttributes) == null ? void 0 : u.viewModeLabelField;
|
|
2053
|
+
if (g)
|
|
2054
|
+
return r[g];
|
|
830
2055
|
}
|
|
831
|
-
return
|
|
2056
|
+
return r[S.prop];
|
|
832
2057
|
}
|
|
833
2058
|
}
|
|
834
|
-
function
|
|
835
|
-
var
|
|
836
|
-
return ((
|
|
2059
|
+
function K(S) {
|
|
2060
|
+
var h;
|
|
2061
|
+
return ((h = S.formItemAttributes) == null ? void 0 : h.updatable) === !1 && s.mode === "update";
|
|
837
2062
|
}
|
|
838
|
-
function
|
|
839
|
-
var
|
|
840
|
-
const
|
|
841
|
-
switch (
|
|
2063
|
+
function z(S, h) {
|
|
2064
|
+
var N, u;
|
|
2065
|
+
const $ = (u = (N = h.formItemAttributes) == null ? void 0 : N.type) != null ? u : "input";
|
|
2066
|
+
switch (S) {
|
|
842
2067
|
case "input":
|
|
843
|
-
return
|
|
2068
|
+
return s.mode === "view" ? !1 : $ === "input" || $ === "password";
|
|
844
2069
|
case "select":
|
|
845
2070
|
return !0;
|
|
846
2071
|
default:
|
|
847
|
-
return console.log("Error: unrecognized form component type: ",
|
|
2072
|
+
return console.log("Error: unrecognized form component type: ", S), !0;
|
|
848
2073
|
}
|
|
849
2074
|
}
|
|
850
|
-
function
|
|
851
|
-
var
|
|
852
|
-
return ((
|
|
2075
|
+
function Q(S, h) {
|
|
2076
|
+
var $;
|
|
2077
|
+
return (($ = S.formItemAttributes) == null ? void 0 : $.type) === h;
|
|
2078
|
+
}
|
|
2079
|
+
function ne(S) {
|
|
2080
|
+
var h;
|
|
2081
|
+
for (let $ of s.model.fields) {
|
|
2082
|
+
const N = (h = $.formItemAttributes) == null ? void 0 : h.selectAttributes;
|
|
2083
|
+
if (!(!$.formItemAttributes || $.formItemAttributes.type !== "select" || !N || !N.queryParamValueField) && N.queryParamValueField === S.prop) {
|
|
2084
|
+
const u = N.api;
|
|
2085
|
+
if (u) {
|
|
2086
|
+
let c = u;
|
|
2087
|
+
const g = N.queryParamName;
|
|
2088
|
+
g && (c = `${c}?${g}=${r[N.queryParamValueField]}`), ke(c, "GET", {}).then(({ data: E }) => {
|
|
2089
|
+
if (N) {
|
|
2090
|
+
let R = [];
|
|
2091
|
+
Array.isArray(E.data) ? R = E.data : E.data.list && Array.isArray(E.data.list) && (R = E.data.list), N.options = R.map((q) => ({
|
|
2092
|
+
value: N.valueMappingField ? q[N.valueMappingField] : q.value,
|
|
2093
|
+
label: N.labelMappingField ? q[N.labelMappingField] : q.label
|
|
2094
|
+
}));
|
|
2095
|
+
}
|
|
2096
|
+
});
|
|
2097
|
+
}
|
|
2098
|
+
}
|
|
2099
|
+
}
|
|
853
2100
|
}
|
|
854
|
-
return
|
|
855
|
-
|
|
856
|
-
}),
|
|
857
|
-
refresh:
|
|
858
|
-
reset:
|
|
859
|
-
submit:
|
|
860
|
-
formData:
|
|
861
|
-
}), (
|
|
862
|
-
const
|
|
863
|
-
return
|
|
2101
|
+
return pt(() => {
|
|
2102
|
+
U();
|
|
2103
|
+
}), o({
|
|
2104
|
+
refresh: U,
|
|
2105
|
+
reset: P,
|
|
2106
|
+
submit: L,
|
|
2107
|
+
formData: r
|
|
2108
|
+
}), (S, h) => {
|
|
2109
|
+
const $ = x("el-input"), N = x("el-switch"), u = x("el-date-picker"), c = x("el-option"), g = x("el-select"), E = x("el-form-item"), R = x("el-form"), q = Mt("loading");
|
|
2110
|
+
return Ut((p(), A(R, {
|
|
864
2111
|
ref_key: "formRef",
|
|
865
|
-
ref:
|
|
866
|
-
model:
|
|
867
|
-
rules:
|
|
2112
|
+
ref: a,
|
|
2113
|
+
model: r,
|
|
2114
|
+
rules: i,
|
|
868
2115
|
"label-width": "auto",
|
|
869
2116
|
"label-position": "left",
|
|
870
2117
|
"require-asterisk-position": "right",
|
|
871
2118
|
inline: !0
|
|
872
2119
|
}, {
|
|
873
|
-
default:
|
|
874
|
-
(
|
|
2120
|
+
default: m(() => [
|
|
2121
|
+
(p(!0), F(oe, null, ce(y.value, (v) => (p(), A(E, {
|
|
875
2122
|
class: "form-item",
|
|
876
|
-
prop:
|
|
877
|
-
label:
|
|
2123
|
+
prop: v.prop,
|
|
2124
|
+
label: j(v)
|
|
878
2125
|
}, {
|
|
879
|
-
default:
|
|
880
|
-
var
|
|
2126
|
+
default: m(() => {
|
|
2127
|
+
var T;
|
|
881
2128
|
return [
|
|
882
|
-
|
|
2129
|
+
z("input", v) ? (p(), A($, {
|
|
883
2130
|
key: 0,
|
|
884
|
-
type:
|
|
885
|
-
modelValue:
|
|
886
|
-
"onUpdate:modelValue": (
|
|
887
|
-
placeholder: (
|
|
888
|
-
disabled:
|
|
889
|
-
}, null, 8, ["type", "modelValue", "onUpdate:modelValue", "placeholder", "disabled"])) :
|
|
890
|
-
|
|
891
|
-
|
|
2131
|
+
type: Q(v, "password") ? "password" : "text",
|
|
2132
|
+
modelValue: r[v.prop],
|
|
2133
|
+
"onUpdate:modelValue": (b) => r[v.prop] = b,
|
|
2134
|
+
placeholder: (T = v.formItemAttributes) == null ? void 0 : T.placeholder,
|
|
2135
|
+
disabled: K(v)
|
|
2136
|
+
}, null, 8, ["type", "modelValue", "onUpdate:modelValue", "placeholder", "disabled"])) : B("", !0),
|
|
2137
|
+
w(v) ? (p(), F("span", As, D(V(v)), 1)) : B("", !0),
|
|
2138
|
+
Q(v, "switch") ? (p(), A(N, {
|
|
892
2139
|
key: 2,
|
|
893
|
-
modelValue:
|
|
894
|
-
"onUpdate:modelValue": (
|
|
895
|
-
}, null, 8, ["modelValue", "onUpdate:modelValue"])) :
|
|
896
|
-
|
|
2140
|
+
modelValue: r[v.prop],
|
|
2141
|
+
"onUpdate:modelValue": (b) => r[v.prop] = b
|
|
2142
|
+
}, null, 8, ["modelValue", "onUpdate:modelValue"])) : B("", !0),
|
|
2143
|
+
Q(v, "datepicker") ? (p(), A(u, {
|
|
897
2144
|
key: 3,
|
|
898
2145
|
type: "date",
|
|
899
|
-
modelValue:
|
|
900
|
-
"onUpdate:modelValue": (
|
|
901
|
-
}, null, 8, ["modelValue", "onUpdate:modelValue"])) :
|
|
902
|
-
|
|
2146
|
+
modelValue: r[v.prop],
|
|
2147
|
+
"onUpdate:modelValue": (b) => r[v.prop] = b
|
|
2148
|
+
}, null, 8, ["modelValue", "onUpdate:modelValue"])) : B("", !0),
|
|
2149
|
+
Q(v, "select") && S.mode !== "view" ? (p(), A(g, {
|
|
903
2150
|
key: 4,
|
|
904
|
-
modelValue:
|
|
905
|
-
"onUpdate:modelValue": (
|
|
906
|
-
disabled:
|
|
2151
|
+
modelValue: r[v.prop],
|
|
2152
|
+
"onUpdate:modelValue": (b) => r[v.prop] = b,
|
|
2153
|
+
disabled: K(v),
|
|
2154
|
+
onChange: (b) => ne(v)
|
|
907
2155
|
}, {
|
|
908
|
-
default:
|
|
909
|
-
var
|
|
2156
|
+
default: m(() => {
|
|
2157
|
+
var b, f;
|
|
910
2158
|
return [
|
|
911
|
-
(
|
|
912
|
-
value:
|
|
913
|
-
label:
|
|
2159
|
+
(p(!0), F(oe, null, ce((f = (b = v.formItemAttributes) == null ? void 0 : b.selectAttributes) == null ? void 0 : f.options, (C) => (p(), A(c, {
|
|
2160
|
+
value: C.value,
|
|
2161
|
+
label: C.label
|
|
914
2162
|
}, null, 8, ["value", "label"]))), 256))
|
|
915
2163
|
];
|
|
916
2164
|
}),
|
|
917
2165
|
_: 2
|
|
918
|
-
}, 1032, ["modelValue", "onUpdate:modelValue", "disabled"])) :
|
|
2166
|
+
}, 1032, ["modelValue", "onUpdate:modelValue", "disabled", "onChange"])) : B("", !0)
|
|
919
2167
|
];
|
|
920
2168
|
}),
|
|
921
2169
|
_: 2
|
|
@@ -923,11 +2171,11 @@ const Be = (s) => {
|
|
|
923
2171
|
]),
|
|
924
2172
|
_: 1
|
|
925
2173
|
}, 8, ["model", "rules"])), [
|
|
926
|
-
[
|
|
2174
|
+
[q, l.value]
|
|
927
2175
|
]);
|
|
928
2176
|
};
|
|
929
2177
|
}
|
|
930
|
-
}),
|
|
2178
|
+
}), ao = /* @__PURE__ */ ue(Vs, [["__scopeId", "data-v-aeba890e"]]), Ms = { class: "dialog-footer" }, Us = { class: "operation-button-wrapper" }, Ts = /* @__PURE__ */ _e({
|
|
931
2179
|
__name: "FormDialog",
|
|
932
2180
|
props: {
|
|
933
2181
|
id: {},
|
|
@@ -936,56 +2184,59 @@ const Be = (s) => {
|
|
|
936
2184
|
visible: { type: Boolean },
|
|
937
2185
|
afterSubmitFunc: { type: Function }
|
|
938
2186
|
},
|
|
939
|
-
emits: ["update:visible"],
|
|
940
|
-
setup(
|
|
941
|
-
const { t: n } =
|
|
942
|
-
|
|
943
|
-
|
|
2187
|
+
emits: ["update:visible", "update:id"],
|
|
2188
|
+
setup(e, { expose: o, emit: t }) {
|
|
2189
|
+
const { t: n } = Be(), s = e, r = I(0), l = t, a = I();
|
|
2190
|
+
Se(() => s.visible, () => {
|
|
2191
|
+
s.visible && r.value++;
|
|
2192
|
+
});
|
|
2193
|
+
function i() {
|
|
2194
|
+
a.value && a.value.refresh();
|
|
944
2195
|
}
|
|
945
|
-
function
|
|
946
|
-
l("update:visible", !1),
|
|
2196
|
+
function d() {
|
|
2197
|
+
l("update:visible", !1), a.value.reset();
|
|
947
2198
|
}
|
|
948
|
-
function
|
|
949
|
-
|
|
2199
|
+
function w() {
|
|
2200
|
+
a.value.submit();
|
|
950
2201
|
}
|
|
951
|
-
return
|
|
952
|
-
close:
|
|
953
|
-
refresh:
|
|
954
|
-
}), (
|
|
955
|
-
const
|
|
956
|
-
return
|
|
2202
|
+
return o({
|
|
2203
|
+
close: d,
|
|
2204
|
+
refresh: i
|
|
2205
|
+
}), (y, M) => {
|
|
2206
|
+
const U = x("el-button"), L = x("el-dialog");
|
|
2207
|
+
return p(), A(L, {
|
|
957
2208
|
title: "Edit",
|
|
958
|
-
"model-value":
|
|
2209
|
+
"model-value": s.visible,
|
|
959
2210
|
width: "800px",
|
|
960
|
-
onClose:
|
|
2211
|
+
onClose: d
|
|
961
2212
|
}, {
|
|
962
|
-
footer:
|
|
963
|
-
var
|
|
2213
|
+
footer: m(() => {
|
|
2214
|
+
var P;
|
|
964
2215
|
return [
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
(
|
|
968
|
-
onClick: (
|
|
2216
|
+
k("div", Ms, [
|
|
2217
|
+
k("div", Us, [
|
|
2218
|
+
(p(!0), F(oe, null, ce((P = s.model.formConfig) == null ? void 0 : P.dialogButtons, (j) => (p(), A(U, {
|
|
2219
|
+
onClick: (V) => j.function(a.value.formData)
|
|
969
2220
|
}, {
|
|
970
|
-
default:
|
|
971
|
-
|
|
2221
|
+
default: m(() => [
|
|
2222
|
+
Y(D(O(n)(j.label)), 1)
|
|
972
2223
|
]),
|
|
973
2224
|
_: 2
|
|
974
2225
|
}, 1032, ["onClick"]))), 256))
|
|
975
2226
|
]),
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
default:
|
|
979
|
-
|
|
2227
|
+
k("div", null, [
|
|
2228
|
+
_(U, { onClick: d }, {
|
|
2229
|
+
default: m(() => [
|
|
2230
|
+
Y(D(O(n)("common.basic.cancel")), 1)
|
|
980
2231
|
]),
|
|
981
2232
|
_: 1
|
|
982
2233
|
}),
|
|
983
|
-
|
|
2234
|
+
_(U, {
|
|
984
2235
|
type: "primary",
|
|
985
|
-
onClick:
|
|
2236
|
+
onClick: w
|
|
986
2237
|
}, {
|
|
987
|
-
default:
|
|
988
|
-
|
|
2238
|
+
default: m(() => [
|
|
2239
|
+
Y(D(O(n)("common.basic.save")), 1)
|
|
989
2240
|
]),
|
|
990
2241
|
_: 1
|
|
991
2242
|
})
|
|
@@ -993,338 +2244,348 @@ const Be = (s) => {
|
|
|
993
2244
|
])
|
|
994
2245
|
];
|
|
995
2246
|
}),
|
|
996
|
-
default:
|
|
997
|
-
|
|
2247
|
+
default: m(() => [
|
|
2248
|
+
_(ao, {
|
|
998
2249
|
ref_key: "formViewRef",
|
|
999
|
-
ref:
|
|
1000
|
-
id:
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
2250
|
+
ref: a,
|
|
2251
|
+
id: s.id,
|
|
2252
|
+
sessionId: r.value,
|
|
2253
|
+
mode: s.mode,
|
|
2254
|
+
model: s.model,
|
|
2255
|
+
afterSubmitFunc: s.afterSubmitFunc,
|
|
2256
|
+
closeDialogFunc: d
|
|
2257
|
+
}, null, 8, ["id", "sessionId", "mode", "model", "afterSubmitFunc"])
|
|
1006
2258
|
]),
|
|
1007
2259
|
_: 1
|
|
1008
2260
|
}, 8, ["model-value"]);
|
|
1009
2261
|
};
|
|
1010
2262
|
}
|
|
1011
|
-
}),
|
|
2263
|
+
}), lo = /* @__PURE__ */ ue(Ts, [["__scopeId", "data-v-d1628662"]]), Ds = { class: "toolbar" }, Rs = { class: "tool-buttons" }, Fs = { class: "tool-buttons" }, Gs = { key: 2 }, Ls = /* @__PURE__ */ _e({
|
|
1012
2264
|
__name: "TableView",
|
|
1013
2265
|
props: {
|
|
1014
2266
|
model: {}
|
|
1015
2267
|
},
|
|
1016
|
-
setup(
|
|
1017
|
-
const { t
|
|
2268
|
+
setup(e, { expose: o }) {
|
|
2269
|
+
const { t } = et.global, n = e, s = re([]), r = re({
|
|
1018
2270
|
showPane: !0
|
|
1019
|
-
}),
|
|
2271
|
+
}), l = I(""), a = I(!0), i = I(!1), d = nt(), w = I(""), y = re([]), M = re([]), U = I(), L = I([]), P = I("create"), j = I(!0), V = I(!1), K = I(""), z = re({
|
|
1020
2272
|
pageSize: 10,
|
|
1021
2273
|
pageNo: 1,
|
|
1022
2274
|
totalElements: 0
|
|
1023
|
-
}),
|
|
1024
|
-
(
|
|
1025
|
-
var
|
|
1026
|
-
return ((
|
|
2275
|
+
}), Q = Te(() => s.filter(
|
|
2276
|
+
(f) => {
|
|
2277
|
+
var C, G;
|
|
2278
|
+
return ((C = f.formItemAttributes) == null ? void 0 : C.type) !== "password" && f.visible !== !1 && ((G = f.tableColumnAttributes) == null ? void 0 : G.visible) !== !1;
|
|
1027
2279
|
}
|
|
1028
2280
|
));
|
|
1029
|
-
function
|
|
1030
|
-
var
|
|
1031
|
-
let
|
|
1032
|
-
const
|
|
1033
|
-
if (
|
|
1034
|
-
|
|
1035
|
-
else if (
|
|
1036
|
-
for (let
|
|
1037
|
-
if (
|
|
1038
|
-
|
|
2281
|
+
function ne(f, C) {
|
|
2282
|
+
var ae, fe, le, ie;
|
|
2283
|
+
let G = C.row[f.prop];
|
|
2284
|
+
const X = (fe = (ae = f.tableColumnAttributes) == null ? void 0 : ae.functions) == null ? void 0 : fe.transformValue, W = (le = f.tableColumnAttributes) == null ? void 0 : le.transformValueMappings;
|
|
2285
|
+
if (X)
|
|
2286
|
+
G = X(G);
|
|
2287
|
+
else if (W && W.length > 0) {
|
|
2288
|
+
for (let Z of W)
|
|
2289
|
+
if (G === Z.value) {
|
|
2290
|
+
G = t(Z.label);
|
|
1039
2291
|
break;
|
|
1040
2292
|
}
|
|
1041
|
-
} else if (((
|
|
1042
|
-
const
|
|
1043
|
-
if (
|
|
1044
|
-
if (
|
|
1045
|
-
|
|
1046
|
-
else if (
|
|
1047
|
-
for (let
|
|
1048
|
-
if (
|
|
1049
|
-
|
|
2293
|
+
} else if (((ie = f.formItemAttributes) == null ? void 0 : ie.type) === "select") {
|
|
2294
|
+
const Z = f.formItemAttributes.selectAttributes;
|
|
2295
|
+
if (Z) {
|
|
2296
|
+
if (Z.viewModeLabelField)
|
|
2297
|
+
G = C.row[Z.viewModeLabelField];
|
|
2298
|
+
else if (Z.options && Z.options.length > 0) {
|
|
2299
|
+
for (let J of Z.options)
|
|
2300
|
+
if (J.value === C.row[f.prop]) {
|
|
2301
|
+
G = J.label;
|
|
1050
2302
|
break;
|
|
1051
2303
|
}
|
|
1052
2304
|
}
|
|
1053
2305
|
}
|
|
1054
2306
|
}
|
|
1055
|
-
return
|
|
2307
|
+
return G;
|
|
1056
2308
|
}
|
|
1057
|
-
function
|
|
1058
|
-
var
|
|
1059
|
-
return
|
|
2309
|
+
function S(f, C) {
|
|
2310
|
+
var G, X;
|
|
2311
|
+
return f.label ? t(f.label) : (X = (G = f.functions) == null ? void 0 : G.transformLabel) == null ? void 0 : X.call(G, C.$index, C.row);
|
|
1060
2312
|
}
|
|
1061
|
-
function
|
|
1062
|
-
Object.assign(n.model,
|
|
2313
|
+
function h(f) {
|
|
2314
|
+
ze(n.model), Object.assign(n.model, f);
|
|
1063
2315
|
}
|
|
1064
|
-
function
|
|
1065
|
-
var
|
|
1066
|
-
if (
|
|
2316
|
+
function $() {
|
|
2317
|
+
var C, G, X;
|
|
2318
|
+
if (j.value = !0, !n.model || !n.model.api)
|
|
1067
2319
|
return;
|
|
1068
|
-
|
|
1069
|
-
let
|
|
1070
|
-
|
|
1071
|
-
const { list:
|
|
1072
|
-
|
|
2320
|
+
ze(r), r.showPane = !0, Object.assign(r, (C = n.model.tableConfig) != null ? C : {}), s.splice(0, s.length, ...n.model.fields), l.value = (G = n.model.route) != null ? G : "", a.value = (X = n.model.useI18n) != null ? X : !0;
|
|
2321
|
+
let f = He({}, r.queryParams);
|
|
2322
|
+
f.pageSize = z.pageSize, f.pageNo = z.pageNo, f.search = w.value, ke(n.model.api, "GET", f).then(({ data: W }) => {
|
|
2323
|
+
const { list: ae, totalCount: fe } = W.data;
|
|
2324
|
+
y.splice(0, y.length, ...ae), z.totalElements = fe, j.value = !1;
|
|
1073
2325
|
});
|
|
1074
2326
|
}
|
|
1075
|
-
function
|
|
1076
|
-
var
|
|
1077
|
-
|
|
2327
|
+
function N() {
|
|
2328
|
+
var f, C;
|
|
2329
|
+
r.createPageRoutePath !== void 0 ? d.push(r.createPageRoutePath) : ((f = r.functions) == null ? void 0 : f.create) !== void 0 ? (C = r.functions) == null || C.create() : (P.value = "create", K.value = "", i.value = !0);
|
|
1078
2330
|
}
|
|
1079
|
-
function
|
|
1080
|
-
n.model.api &&
|
|
1081
|
-
|
|
2331
|
+
function u(f, C) {
|
|
2332
|
+
n.model.api && ke(n.model.api, "DELETE", C.id).then(({ data: G }) => {
|
|
2333
|
+
G.code === 0 && (i.value = !1, $());
|
|
1082
2334
|
});
|
|
1083
2335
|
}
|
|
1084
|
-
function
|
|
1085
|
-
|
|
2336
|
+
function c() {
|
|
2337
|
+
So.confirm(
|
|
1086
2338
|
"The selected items will be deleted. Continue?",
|
|
1087
|
-
|
|
2339
|
+
t("common.table.warning"),
|
|
1088
2340
|
{
|
|
1089
|
-
confirmButtonText:
|
|
1090
|
-
cancelButtonText:
|
|
2341
|
+
confirmButtonText: t("common.basic.confirm"),
|
|
2342
|
+
cancelButtonText: t("common.basic.cancel"),
|
|
1091
2343
|
type: "warning"
|
|
1092
2344
|
}
|
|
1093
2345
|
).then(() => {
|
|
1094
|
-
var
|
|
1095
|
-
if (((
|
|
1096
|
-
(
|
|
2346
|
+
var f, C;
|
|
2347
|
+
if (((f = r.functions) == null ? void 0 : f.batchDelete) !== void 0)
|
|
2348
|
+
(C = r.functions) == null || C.batchDelete(L.value);
|
|
1097
2349
|
else {
|
|
1098
|
-
const
|
|
1099
|
-
|
|
1100
|
-
|
|
2350
|
+
const G = L.value.map((X) => X.id);
|
|
2351
|
+
pe.delete(`${n.model.api}/${G.join(",")}`).then(({ data: X }) => {
|
|
2352
|
+
X.code === 0 && (i.value = !1, $());
|
|
1101
2353
|
});
|
|
1102
2354
|
}
|
|
1103
|
-
|
|
2355
|
+
U.value.clearSelection();
|
|
1104
2356
|
}).catch(() => {
|
|
1105
|
-
|
|
2357
|
+
U.value.clearSelection();
|
|
1106
2358
|
});
|
|
1107
2359
|
}
|
|
1108
|
-
function
|
|
1109
|
-
|
|
2360
|
+
function g(f) {
|
|
2361
|
+
z.pageSize = f, $();
|
|
1110
2362
|
}
|
|
1111
|
-
function
|
|
1112
|
-
|
|
2363
|
+
function E(f) {
|
|
2364
|
+
z.pageNo = f, $();
|
|
1113
2365
|
}
|
|
1114
|
-
function
|
|
1115
|
-
|
|
1116
|
-
path:
|
|
2366
|
+
function R(f, C) {
|
|
2367
|
+
r.editPageRoutePath !== void 0 ? d.push({
|
|
2368
|
+
path: r.editPageRoutePath,
|
|
1117
2369
|
query: {
|
|
1118
|
-
id:
|
|
2370
|
+
id: C.id
|
|
1119
2371
|
}
|
|
1120
|
-
}) : (
|
|
2372
|
+
}) : (K.value = C.id, P.value = "update", i.value = !0);
|
|
1121
2373
|
}
|
|
1122
|
-
function
|
|
1123
|
-
let
|
|
1124
|
-
const
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
})), window.open(
|
|
2374
|
+
function q() {
|
|
2375
|
+
let f = window.location.origin + n.model.api + "/export";
|
|
2376
|
+
const C = r.queryParams;
|
|
2377
|
+
C !== void 0 && Object.keys(C).length > 0 && (f += "?", Object.entries(r.queryParams).map((G) => {
|
|
2378
|
+
f += `${G[0]}=${G[1]}&`;
|
|
2379
|
+
})), window.open(f);
|
|
1128
2380
|
}
|
|
1129
|
-
function
|
|
1130
|
-
|
|
2381
|
+
function v(f) {
|
|
2382
|
+
L.value = f;
|
|
1131
2383
|
}
|
|
1132
|
-
function
|
|
1133
|
-
return
|
|
2384
|
+
function T(f) {
|
|
2385
|
+
return f.label ? a.value ? t(f.label) : f.label : f.prop.slice(0, 1).toUpperCase() + f.prop.slice(1).toLowerCase();
|
|
1134
2386
|
}
|
|
1135
|
-
function
|
|
1136
|
-
|
|
2387
|
+
function b(f) {
|
|
2388
|
+
f ? (V.value = !0, M.splice(0, M.length, ...y), y.splice(0, y.length, ...L.value)) : (V.value = !1, y.splice(0, y.length, ...M));
|
|
1137
2389
|
}
|
|
1138
|
-
return
|
|
1139
|
-
|
|
2390
|
+
return Se(() => n.model, () => {
|
|
2391
|
+
$();
|
|
1140
2392
|
}, {
|
|
1141
2393
|
deep: !0,
|
|
1142
2394
|
immediate: !0
|
|
1143
|
-
}),
|
|
1144
|
-
multipleSelection:
|
|
1145
|
-
refresh:
|
|
1146
|
-
updateConfigAndRefresh:
|
|
1147
|
-
}), (
|
|
1148
|
-
const
|
|
1149
|
-
return
|
|
1150
|
-
class:
|
|
2395
|
+
}), o({
|
|
2396
|
+
multipleSelection: L,
|
|
2397
|
+
refresh: $,
|
|
2398
|
+
updateConfigAndRefresh: h
|
|
2399
|
+
}), (f, C) => {
|
|
2400
|
+
const G = x("el-checkbox"), X = x("el-badge"), W = x("el-button"), ae = x("el-icon"), fe = x("el-tooltip"), le = x("el-input"), ie = x("el-table-column"), Z = x("router-link"), J = x("el-tag"), ge = x("el-popconfirm"), ve = x("el-table"), De = x("el-pagination"), io = Mt("loading");
|
|
2401
|
+
return p(), F("div", {
|
|
2402
|
+
class: Vt({ "table-view-wrapper": r.showPane })
|
|
1151
2403
|
}, [
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
2404
|
+
k("div", Ds, [
|
|
2405
|
+
k("div", Rs, [
|
|
2406
|
+
r.selectMode ? (p(), A(X, {
|
|
1155
2407
|
key: 0,
|
|
1156
|
-
value:
|
|
2408
|
+
value: L.value.length,
|
|
1157
2409
|
type: "primary",
|
|
1158
2410
|
class: "selected-badge"
|
|
1159
2411
|
}, {
|
|
1160
|
-
default:
|
|
1161
|
-
|
|
2412
|
+
default: m(() => [
|
|
2413
|
+
_(G, {
|
|
1162
2414
|
class: "selected-checkbox",
|
|
1163
2415
|
border: !0,
|
|
1164
|
-
label:
|
|
1165
|
-
onChange:
|
|
2416
|
+
label: O(t)("common.table.viewSelected"),
|
|
2417
|
+
onChange: b
|
|
1166
2418
|
}, null, 8, ["label"])
|
|
1167
2419
|
]),
|
|
1168
2420
|
_: 1
|
|
1169
|
-
}, 8, ["value"])) :
|
|
1170
|
-
!
|
|
2421
|
+
}, 8, ["value"])) : B("", !0),
|
|
2422
|
+
!r.selectMode && !r.readOnly ? (p(), A(W, {
|
|
1171
2423
|
key: 1,
|
|
1172
2424
|
type: "primary",
|
|
1173
|
-
onClick:
|
|
2425
|
+
onClick: N
|
|
1174
2426
|
}, {
|
|
1175
|
-
default:
|
|
1176
|
-
var
|
|
2427
|
+
default: m(() => {
|
|
2428
|
+
var se, H;
|
|
1177
2429
|
return [
|
|
1178
|
-
|
|
2430
|
+
Y(D(((se = r.labels) == null ? void 0 : se.create) != null ? O(t)((H = r.labels) == null ? void 0 : H.create) : O(t)("common.table.create")), 1)
|
|
1179
2431
|
];
|
|
1180
2432
|
}),
|
|
1181
2433
|
_: 1
|
|
1182
|
-
})) :
|
|
1183
|
-
!
|
|
2434
|
+
})) : B("", !0),
|
|
2435
|
+
!r.selectMode && !r.readOnly ? (p(), A(W, {
|
|
1184
2436
|
key: 2,
|
|
1185
|
-
disabled:
|
|
2437
|
+
disabled: L.value.length == 0,
|
|
1186
2438
|
type: "danger",
|
|
1187
2439
|
plain: "",
|
|
1188
|
-
onClick:
|
|
2440
|
+
onClick: c
|
|
1189
2441
|
}, {
|
|
1190
|
-
default:
|
|
1191
|
-
var
|
|
2442
|
+
default: m(() => {
|
|
2443
|
+
var se, H;
|
|
1192
2444
|
return [
|
|
1193
|
-
|
|
2445
|
+
Y(D(((se = r.labels) == null ? void 0 : se.delete) != null ? O(t)((H = r.labels) == null ? void 0 : H.delete) : O(t)("common.table.delete")), 1)
|
|
1194
2446
|
];
|
|
1195
2447
|
}),
|
|
1196
2448
|
_: 1
|
|
1197
|
-
}, 8, ["disabled"])) :
|
|
1198
|
-
|
|
1199
|
-
icon:
|
|
1200
|
-
onClick:
|
|
2449
|
+
}, 8, ["disabled"])) : B("", !0),
|
|
2450
|
+
_(W, {
|
|
2451
|
+
icon: O(Tt),
|
|
2452
|
+
onClick: $
|
|
1201
2453
|
}, null, 8, ["icon"]),
|
|
1202
|
-
|
|
2454
|
+
r.tooltip ? (p(), A(fe, {
|
|
1203
2455
|
key: 3,
|
|
1204
2456
|
effect: "dark",
|
|
1205
|
-
content:
|
|
2457
|
+
content: O(t)(r.tooltip),
|
|
1206
2458
|
placement: "right"
|
|
1207
2459
|
}, {
|
|
1208
|
-
default:
|
|
1209
|
-
|
|
1210
|
-
default:
|
|
1211
|
-
|
|
2460
|
+
default: m(() => [
|
|
2461
|
+
_(ae, { style: { color: "#8ba74f" } }, {
|
|
2462
|
+
default: m(() => [
|
|
2463
|
+
_(O(Eo))
|
|
1212
2464
|
]),
|
|
1213
2465
|
_: 1
|
|
1214
2466
|
})
|
|
1215
2467
|
]),
|
|
1216
2468
|
_: 1
|
|
1217
|
-
}, 8, ["content"])) :
|
|
2469
|
+
}, 8, ["content"])) : B("", !0)
|
|
1218
2470
|
]),
|
|
1219
|
-
|
|
1220
|
-
|
|
2471
|
+
k("div", Fs, [
|
|
2472
|
+
r.export ? (p(), A(W, {
|
|
1221
2473
|
key: 0,
|
|
1222
2474
|
class: "button-export",
|
|
1223
|
-
onClick:
|
|
2475
|
+
onClick: q
|
|
1224
2476
|
}, {
|
|
1225
|
-
default:
|
|
1226
|
-
|
|
1227
|
-
default:
|
|
1228
|
-
|
|
2477
|
+
default: m(() => [
|
|
2478
|
+
_(ae, null, {
|
|
2479
|
+
default: m(() => [
|
|
2480
|
+
_(O(xo))
|
|
1229
2481
|
]),
|
|
1230
2482
|
_: 1
|
|
1231
2483
|
})
|
|
1232
2484
|
]),
|
|
1233
2485
|
_: 1
|
|
1234
|
-
})) :
|
|
1235
|
-
|
|
1236
|
-
placeholder: `${
|
|
1237
|
-
modelValue:
|
|
1238
|
-
"onUpdate:modelValue":
|
|
2486
|
+
})) : B("", !0),
|
|
2487
|
+
_(le, {
|
|
2488
|
+
placeholder: `${O(t)("common.table.search")}...`,
|
|
2489
|
+
modelValue: w.value,
|
|
2490
|
+
"onUpdate:modelValue": C[0] || (C[0] = (se) => w.value = se)
|
|
1239
2491
|
}, {
|
|
1240
|
-
append:
|
|
1241
|
-
|
|
2492
|
+
append: m(() => [
|
|
2493
|
+
_(W, {
|
|
1242
2494
|
style: { "margin-left": "-20px" },
|
|
1243
|
-
icon:
|
|
1244
|
-
onClick:
|
|
2495
|
+
icon: O($o),
|
|
2496
|
+
onClick: $
|
|
1245
2497
|
}, null, 8, ["icon"])
|
|
1246
2498
|
]),
|
|
1247
2499
|
_: 1
|
|
1248
2500
|
}, 8, ["placeholder", "modelValue"])
|
|
1249
2501
|
])
|
|
1250
2502
|
]),
|
|
1251
|
-
|
|
2503
|
+
Ut((p(), A(ve, {
|
|
1252
2504
|
border: !0,
|
|
1253
2505
|
ref_key: "tableRef",
|
|
1254
|
-
ref:
|
|
1255
|
-
data:
|
|
1256
|
-
onSelectionChange:
|
|
2506
|
+
ref: U,
|
|
2507
|
+
data: y,
|
|
2508
|
+
onSelectionChange: v,
|
|
1257
2509
|
class: "table"
|
|
1258
2510
|
}, {
|
|
1259
|
-
default:
|
|
1260
|
-
var
|
|
2511
|
+
default: m(() => {
|
|
2512
|
+
var se;
|
|
1261
2513
|
return [
|
|
1262
|
-
|
|
2514
|
+
r.readOnly ? B("", !0) : (p(), A(ie, {
|
|
1263
2515
|
key: 0,
|
|
1264
2516
|
type: "selection",
|
|
1265
2517
|
width: "50"
|
|
1266
2518
|
})),
|
|
1267
|
-
(
|
|
1268
|
-
var
|
|
1269
|
-
return
|
|
1270
|
-
prop:
|
|
1271
|
-
label:
|
|
1272
|
-
width: (
|
|
2519
|
+
(p(!0), F(oe, null, ce(Q.value, (H) => {
|
|
2520
|
+
var Ce;
|
|
2521
|
+
return p(), A(ie, {
|
|
2522
|
+
prop: H.prop,
|
|
2523
|
+
label: T(H),
|
|
2524
|
+
width: (Ce = H.tableColumnAttributes) == null ? void 0 : Ce.width,
|
|
1273
2525
|
"show-overflow-tooltip": ""
|
|
1274
2526
|
}, {
|
|
1275
|
-
default:
|
|
1276
|
-
var
|
|
2527
|
+
default: m((Ee) => {
|
|
2528
|
+
var xe, Re, bt;
|
|
1277
2529
|
return [
|
|
1278
|
-
(
|
|
2530
|
+
(xe = H.tableColumnAttributes) != null && xe.link ? (p(), A(Z, {
|
|
1279
2531
|
key: 0,
|
|
1280
2532
|
class: "router-link",
|
|
1281
|
-
to: `/${
|
|
2533
|
+
to: `/${l.value}/detail?id=${Ee.row.id}`
|
|
1282
2534
|
}, {
|
|
1283
|
-
default:
|
|
1284
|
-
|
|
2535
|
+
default: m(() => [
|
|
2536
|
+
k("span", null, D(ne(H, Ee)), 1)
|
|
1285
2537
|
]),
|
|
1286
2538
|
_: 2
|
|
1287
|
-
}, 1032, ["to"])) : (
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
2539
|
+
}, 1032, ["to"])) : (Re = H.tableColumnAttributes) != null && Re.routerLink ? (p(), A(Z, {
|
|
2540
|
+
key: 1,
|
|
2541
|
+
class: "router-link",
|
|
2542
|
+
to: H.tableColumnAttributes.routerLink.replace("{id}", Ee.row.id)
|
|
2543
|
+
}, {
|
|
2544
|
+
default: m(() => [
|
|
2545
|
+
k("span", null, D(ne(H, Ee)), 1)
|
|
1291
2546
|
]),
|
|
1292
2547
|
_: 2
|
|
1293
|
-
},
|
|
2548
|
+
}, 1032, ["to"])) : (p(), F("span", Gs, D(ne(H, Ee)), 1)),
|
|
2549
|
+
((bt = H.tableColumnAttributes) == null ? void 0 : bt.type) === "tag" ? (p(), A(J, { key: 3 }, {
|
|
2550
|
+
default: m(() => [
|
|
2551
|
+
Y(D(Ee.row[H.prop]), 1)
|
|
2552
|
+
]),
|
|
2553
|
+
_: 2
|
|
2554
|
+
}, 1024)) : B("", !0)
|
|
1294
2555
|
];
|
|
1295
2556
|
}),
|
|
1296
2557
|
_: 2
|
|
1297
2558
|
}, 1032, ["prop", "label", "width"]);
|
|
1298
2559
|
}), 256)),
|
|
1299
|
-
|
|
2560
|
+
r.operations === void 0 && !((se = r.selectMode) != null && se) && !r.readOnly ? (p(), A(ie, {
|
|
1300
2561
|
key: 1,
|
|
1301
|
-
label:
|
|
2562
|
+
label: O(t)("common.table.operation"),
|
|
1302
2563
|
width: "120"
|
|
1303
2564
|
}, {
|
|
1304
|
-
default:
|
|
1305
|
-
|
|
2565
|
+
default: m((H) => [
|
|
2566
|
+
_(W, {
|
|
1306
2567
|
link: "",
|
|
1307
2568
|
type: "primary",
|
|
1308
2569
|
class: "operation-button",
|
|
1309
|
-
onClick: (
|
|
2570
|
+
onClick: (Ce) => R(H.$index, H.row)
|
|
1310
2571
|
}, {
|
|
1311
|
-
default:
|
|
1312
|
-
|
|
2572
|
+
default: m(() => [
|
|
2573
|
+
Y(D(O(t)("common.table.edit")), 1)
|
|
1313
2574
|
]),
|
|
1314
2575
|
_: 2
|
|
1315
2576
|
}, 1032, ["onClick"]),
|
|
1316
|
-
|
|
2577
|
+
_(ge, {
|
|
1317
2578
|
title: "Are you sure to delete this?",
|
|
1318
|
-
onConfirm: (
|
|
2579
|
+
onConfirm: (Ce) => u(H.$index, H.row)
|
|
1319
2580
|
}, {
|
|
1320
|
-
reference:
|
|
1321
|
-
|
|
2581
|
+
reference: m(() => [
|
|
2582
|
+
_(W, {
|
|
1322
2583
|
link: "",
|
|
1323
2584
|
type: "primary",
|
|
1324
2585
|
class: "operation-button"
|
|
1325
2586
|
}, {
|
|
1326
|
-
default:
|
|
1327
|
-
|
|
2587
|
+
default: m(() => [
|
|
2588
|
+
Y(D(O(t)("common.table.delete")), 1)
|
|
1328
2589
|
]),
|
|
1329
2590
|
_: 1
|
|
1330
2591
|
})
|
|
@@ -1333,173 +2594,183 @@ const Be = (s) => {
|
|
|
1333
2594
|
}, 1032, ["onConfirm"])
|
|
1334
2595
|
]),
|
|
1335
2596
|
_: 1
|
|
1336
|
-
}, 8, ["label"])) :
|
|
1337
|
-
|
|
2597
|
+
}, 8, ["label"])) : B("", !0),
|
|
2598
|
+
r.operations !== void 0 && !r.readOnly ? (p(), A(ie, {
|
|
1338
2599
|
key: 2,
|
|
1339
|
-
label:
|
|
2600
|
+
label: O(t)("common.table.operation"),
|
|
1340
2601
|
width: "120"
|
|
1341
2602
|
}, {
|
|
1342
|
-
default:
|
|
1343
|
-
(
|
|
2603
|
+
default: m((H) => [
|
|
2604
|
+
(p(!0), F(oe, null, ce(r.operations, (Ce) => (p(), A(W, {
|
|
1344
2605
|
class: "operation-button",
|
|
1345
2606
|
link: "",
|
|
1346
2607
|
type: "primary",
|
|
1347
|
-
key:
|
|
1348
|
-
onClick: (
|
|
1349
|
-
var
|
|
1350
|
-
return ((
|
|
2608
|
+
key: Ce.label,
|
|
2609
|
+
onClick: (Ee) => {
|
|
2610
|
+
var xe, Re;
|
|
2611
|
+
return ((Re = (xe = Ce.functions) == null ? void 0 : xe.click) == null ? void 0 : Re.call(xe, H.$index, H.row)) && $();
|
|
1351
2612
|
}
|
|
1352
2613
|
}, {
|
|
1353
|
-
default:
|
|
1354
|
-
|
|
2614
|
+
default: m(() => [
|
|
2615
|
+
Y(D(S(Ce, H)), 1)
|
|
1355
2616
|
]),
|
|
1356
2617
|
_: 2
|
|
1357
2618
|
}, 1032, ["onClick"]))), 128))
|
|
1358
2619
|
]),
|
|
1359
2620
|
_: 1
|
|
1360
|
-
}, 8, ["label"])) :
|
|
2621
|
+
}, 8, ["label"])) : B("", !0)
|
|
1361
2622
|
];
|
|
1362
2623
|
}),
|
|
1363
2624
|
_: 1
|
|
1364
2625
|
}, 8, ["data"])), [
|
|
1365
|
-
[
|
|
2626
|
+
[io, j.value]
|
|
1366
2627
|
]),
|
|
1367
|
-
|
|
2628
|
+
V.value ? B("", !0) : (p(), A(De, {
|
|
1368
2629
|
key: 0,
|
|
1369
2630
|
size: "small",
|
|
1370
2631
|
background: "",
|
|
1371
|
-
onSizeChange:
|
|
1372
|
-
onCurrentChange:
|
|
1373
|
-
currentPage:
|
|
1374
|
-
"onUpdate:currentPage":
|
|
2632
|
+
onSizeChange: g,
|
|
2633
|
+
onCurrentChange: E,
|
|
2634
|
+
currentPage: z.pageNo,
|
|
2635
|
+
"onUpdate:currentPage": C[1] || (C[1] = (se) => z.pageNo = se),
|
|
1375
2636
|
"page-sizes": [10, 20, 50, 100],
|
|
1376
|
-
"page-size":
|
|
2637
|
+
"page-size": z.pageSize,
|
|
1377
2638
|
layout: "total, sizes, prev, pager, next",
|
|
1378
|
-
total:
|
|
2639
|
+
total: z.totalElements
|
|
1379
2640
|
}, null, 8, ["currentPage", "page-size", "total"])),
|
|
1380
|
-
|
|
1381
|
-
model:
|
|
2641
|
+
_(lo, {
|
|
2642
|
+
model: f.model,
|
|
1382
2643
|
mode: P.value,
|
|
1383
|
-
id:
|
|
1384
|
-
afterSubmitFunc:
|
|
1385
|
-
visible:
|
|
1386
|
-
"onUpdate:visible":
|
|
2644
|
+
id: K.value,
|
|
2645
|
+
afterSubmitFunc: $,
|
|
2646
|
+
visible: i.value,
|
|
2647
|
+
"onUpdate:visible": C[2] || (C[2] = (se) => i.value = se)
|
|
1387
2648
|
}, null, 8, ["model", "mode", "id", "visible"])
|
|
1388
2649
|
], 2);
|
|
1389
2650
|
};
|
|
1390
2651
|
}
|
|
1391
|
-
}),
|
|
2652
|
+
}), ot = /* @__PURE__ */ ue(Ls, [["__scopeId", "data-v-c534121e"]]), js = { class: "nav-bar" }, zs = {
|
|
1392
2653
|
key: 0,
|
|
1393
2654
|
class: "info-card-wrapper"
|
|
1394
|
-
},
|
|
2655
|
+
}, qs = { class: "icon-wrapper" }, Bs = { class: "info-wrapper" }, Hs = { class: "title-wrapper" }, Js = { class: "tabs-wrapper" }, Ws = { class: "dialog-footer" }, Ys = /* @__PURE__ */ _e({
|
|
1395
2656
|
__name: "DetailPage",
|
|
1396
|
-
setup(
|
|
1397
|
-
const { t } =
|
|
2657
|
+
setup(e) {
|
|
2658
|
+
const { t: o } = Be(), t = qe(), n = nt(), s = Te(() => t.query.id), r = I(!1), l = I(!1), a = I("view"), i = I(), d = I(-1), w = I(), y = I(), M = I("summary"), U = I(""), L = I(""), P = I(""), j = I(0), V = re({
|
|
1398
2659
|
api: "",
|
|
1399
2660
|
fields: []
|
|
1400
|
-
}),
|
|
1401
|
-
let
|
|
1402
|
-
|
|
1403
|
-
|
|
2661
|
+
}), K = re([]);
|
|
2662
|
+
let z = [];
|
|
2663
|
+
Se([
|
|
2664
|
+
() => n.currentRoute.value,
|
|
2665
|
+
he
|
|
2666
|
+
], () => {
|
|
2667
|
+
h();
|
|
1404
2668
|
}, {
|
|
1405
|
-
immediate: !0
|
|
2669
|
+
immediate: !0,
|
|
2670
|
+
deep: !0
|
|
1406
2671
|
});
|
|
1407
|
-
function
|
|
1408
|
-
|
|
2672
|
+
function Q(u) {
|
|
2673
|
+
d.value = parseInt(u.index) - 1;
|
|
1409
2674
|
}
|
|
1410
|
-
function
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
2675
|
+
function ne() {
|
|
2676
|
+
var E;
|
|
2677
|
+
let u = (E = z[d.value].api) == null ? void 0 : E.replace("/select", "");
|
|
2678
|
+
u = u == null ? void 0 : u.substring(u.lastIndexOf("/"));
|
|
2679
|
+
const c = V.api + "/" + s.value + u, g = y.value.multipleSelection.map((R) => R.id);
|
|
2680
|
+
ke(c, "POST", g).then(() => {
|
|
2681
|
+
w.value.refresh(), l.value = !1;
|
|
1416
2682
|
});
|
|
1417
2683
|
}
|
|
1418
|
-
function
|
|
1419
|
-
var
|
|
1420
|
-
|
|
1421
|
-
|
|
2684
|
+
function S(u, c, g) {
|
|
2685
|
+
var q;
|
|
2686
|
+
g.functions || (g.functions = {}), g.functions.create = () => {
|
|
2687
|
+
l.value = !0, y.value && y.value.refresh();
|
|
1422
2688
|
};
|
|
1423
|
-
let
|
|
1424
|
-
|
|
1425
|
-
for (var
|
|
1426
|
-
|
|
1427
|
-
|
|
2689
|
+
let E = Ue(c);
|
|
2690
|
+
E.tableConfig || (E.tableConfig = {}), E.tableConfig.selectMode = !0, E.tableConfig.queryParams = {}, u.queryParamName && (E.tableConfig.queryParams[u.queryParamName] = s.value);
|
|
2691
|
+
for (var R in E.fields)
|
|
2692
|
+
E.fields[R].tableColumnAttributes && (q = E.fields[R].tableColumnAttributes) != null && q.link && (E.fields[R].tableColumnAttributes.link = !1);
|
|
2693
|
+
z.push(E), g.labels = {
|
|
1428
2694
|
create: "common.table.add",
|
|
1429
2695
|
delete: "common.table.remove"
|
|
1430
|
-
},
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
2696
|
+
}, g.functions.batchDelete = (v) => {
|
|
2697
|
+
var C;
|
|
2698
|
+
let T = (C = z[d.value].api) == null ? void 0 : C.replace("/select", "");
|
|
2699
|
+
T = T == null ? void 0 : T.substring(T.lastIndexOf("/"));
|
|
2700
|
+
const b = V.api + "/" + s.value + T, f = v.map((G) => G.id);
|
|
2701
|
+
pe.delete(`${b}/${f.join(",")}`).then(({ data: G }) => {
|
|
2702
|
+
G.code === 0 && w.value.refresh();
|
|
1436
2703
|
});
|
|
1437
|
-
},
|
|
2704
|
+
}, g.operations = [
|
|
1438
2705
|
{
|
|
1439
2706
|
label: "common.table.remove",
|
|
1440
2707
|
functions: {
|
|
1441
|
-
click: (
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
2708
|
+
click: (v, T) => {
|
|
2709
|
+
var C;
|
|
2710
|
+
let b = (C = z[d.value].api) == null ? void 0 : C.replace("/select", "");
|
|
2711
|
+
b = b == null ? void 0 : b.substring(b.lastIndexOf("/"));
|
|
2712
|
+
const f = V.api + "/" + s.value + b;
|
|
2713
|
+
ke(f, "DELETE", T.id).then(() => {
|
|
2714
|
+
w.value.refresh();
|
|
1447
2715
|
});
|
|
1448
2716
|
}
|
|
1449
2717
|
}
|
|
1450
2718
|
}
|
|
1451
|
-
],
|
|
2719
|
+
], E.api += "/select";
|
|
1452
2720
|
}
|
|
1453
|
-
function
|
|
1454
|
-
var
|
|
1455
|
-
|
|
1456
|
-
const
|
|
1457
|
-
if (
|
|
2721
|
+
function h() {
|
|
2722
|
+
var E, R, q;
|
|
2723
|
+
K.splice(0);
|
|
2724
|
+
const u = t.params.model;
|
|
2725
|
+
if (he.value[u] === void 0) {
|
|
2726
|
+
console.warn("Detail page model not exist:", u);
|
|
1458
2727
|
return;
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
const
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
})),
|
|
1476
|
-
var
|
|
1477
|
-
return
|
|
1478
|
-
})),
|
|
2728
|
+
} else
|
|
2729
|
+
console.debug("Detail page model found:", u, he.value[u]);
|
|
2730
|
+
ze(V);
|
|
2731
|
+
const c = Ue(he.value[u]);
|
|
2732
|
+
Object.assign(V, c), j.value++, d.value = -1, M.value = "summary";
|
|
2733
|
+
const g = (R = (E = V.pageConfig) == null ? void 0 : E.detailPage) == null ? void 0 : R.tabs;
|
|
2734
|
+
if (g)
|
|
2735
|
+
for (let v of g) {
|
|
2736
|
+
const T = Ue(he.value[v.modelKey]);
|
|
2737
|
+
if (K.push(T), v.type === "table") {
|
|
2738
|
+
T.tableConfig || (T.tableConfig = {});
|
|
2739
|
+
let b = T.tableConfig;
|
|
2740
|
+
b.showPane = !1, v.modelRelationType === "associated" ? S(v, T, b) : v.modelRelationType === "child" && (z.push({
|
|
2741
|
+
fields: []
|
|
2742
|
+
}), T.formConfig === void 0 && (T.formConfig = {}), T.formConfig.functions === void 0 && (T.formConfig.functions = {}), v.queryParamName && (T.formConfig.functions.beforeSubmit = (f) => {
|
|
2743
|
+
f[v.queryParamName] = s.value;
|
|
2744
|
+
})), b.queryParams || (b.queryParams = {}), v.queryParamName && (b.queryParams[v.queryParamName] = s.value), v.queryParams && Object.assign(b.queryParams, v.queryParams), b.readOnly = (q = v.readOnly) != null ? q : !1, v.includeFields && (T.fields = T.fields.filter((f) => {
|
|
2745
|
+
var C;
|
|
2746
|
+
return (C = v.includeFields) == null ? void 0 : C.includes(f.prop);
|
|
2747
|
+
})), v.excludeFields && (T.fields = T.fields.filter((f) => {
|
|
2748
|
+
var C;
|
|
2749
|
+
return !((C = v.excludeFields) != null && C.includes(f.prop));
|
|
2750
|
+
})), v.tooltip && (b.tooltip = v.tooltip);
|
|
1479
2751
|
}
|
|
1480
2752
|
}
|
|
1481
|
-
}
|
|
1482
2753
|
}
|
|
1483
|
-
|
|
2754
|
+
Se(
|
|
1484
2755
|
[
|
|
1485
2756
|
() => {
|
|
1486
|
-
var
|
|
1487
|
-
return (
|
|
2757
|
+
var u, c;
|
|
2758
|
+
return (c = (u = V.pageConfig) == null ? void 0 : u.detailPage) == null ? void 0 : c.infoCard;
|
|
1488
2759
|
},
|
|
1489
2760
|
() => {
|
|
1490
|
-
var
|
|
1491
|
-
return (
|
|
2761
|
+
var u;
|
|
2762
|
+
return (u = i.value) == null ? void 0 : u.formData;
|
|
1492
2763
|
}
|
|
1493
2764
|
],
|
|
1494
|
-
(
|
|
1495
|
-
|
|
1496
|
-
var
|
|
1497
|
-
const
|
|
1498
|
-
|
|
1499
|
-
var
|
|
1500
|
-
if (
|
|
1501
|
-
const
|
|
1502
|
-
|
|
2765
|
+
(u) => {
|
|
2766
|
+
Ze(() => {
|
|
2767
|
+
var g, E, R;
|
|
2768
|
+
const c = (E = (g = V.pageConfig) == null ? void 0 : g.detailPage) == null ? void 0 : E.infoCard;
|
|
2769
|
+
c && (U.value = c.titleFieldProp ? i.value.formData[c.titleFieldProp] : "", L.value = c.subtitleFieldProp ? i.value.formData[c.subtitleFieldProp] : "", P.value = c.tagFieldProp ? i.value.formData[c.tagFieldProp] : "", (R = V.fields) == null || R.forEach((q) => {
|
|
2770
|
+
var v, T;
|
|
2771
|
+
if (q.prop === c.tagFieldProp) {
|
|
2772
|
+
const b = (T = (v = q.tableColumnAttributes) == null ? void 0 : v.functions) == null ? void 0 : T.transformValue;
|
|
2773
|
+
b && (P.value = b(P.value));
|
|
1503
2774
|
}
|
|
1504
2775
|
}));
|
|
1505
2776
|
});
|
|
@@ -1509,35 +2780,35 @@ const Be = (s) => {
|
|
|
1509
2780
|
deep: !0
|
|
1510
2781
|
}
|
|
1511
2782
|
);
|
|
1512
|
-
function
|
|
1513
|
-
|
|
2783
|
+
function $() {
|
|
2784
|
+
r.value = !0;
|
|
1514
2785
|
}
|
|
1515
|
-
function
|
|
1516
|
-
|
|
2786
|
+
function N() {
|
|
2787
|
+
i.value.refresh();
|
|
1517
2788
|
}
|
|
1518
|
-
return (
|
|
1519
|
-
var
|
|
1520
|
-
const
|
|
1521
|
-
return
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
default:
|
|
1525
|
-
var
|
|
2789
|
+
return (u, c) => {
|
|
2790
|
+
var W, ae, fe, le, ie, Z;
|
|
2791
|
+
const g = x("el-breadcrumb-item"), E = x("el-breadcrumb"), R = x("el-button"), q = x("el-icon"), v = x("el-dropdown-item"), T = x("el-dropdown-menu"), b = x("el-dropdown"), f = x("el-tag"), C = x("el-tab-pane"), G = x("el-tabs"), X = x("el-dialog");
|
|
2792
|
+
return p(), F(oe, null, [
|
|
2793
|
+
k("div", js, [
|
|
2794
|
+
_(E, null, {
|
|
2795
|
+
default: m(() => {
|
|
2796
|
+
var J, ge;
|
|
1526
2797
|
return [
|
|
1527
|
-
|
|
1528
|
-
to: { path: `/${(
|
|
2798
|
+
_(g, {
|
|
2799
|
+
to: { path: `/${(ge = (J = V == null ? void 0 : V.breadcrumbRoute) != null ? J : V == null ? void 0 : V.route) != null ? ge : ""}` }
|
|
1529
2800
|
}, {
|
|
1530
|
-
default:
|
|
1531
|
-
var
|
|
2801
|
+
default: m(() => {
|
|
2802
|
+
var ve;
|
|
1532
2803
|
return [
|
|
1533
|
-
|
|
2804
|
+
Y(D(O(o)((ve = V == null ? void 0 : V.name) != null ? ve : "")), 1)
|
|
1534
2805
|
];
|
|
1535
2806
|
}),
|
|
1536
2807
|
_: 1
|
|
1537
2808
|
}, 8, ["to"]),
|
|
1538
|
-
|
|
1539
|
-
default:
|
|
1540
|
-
|
|
2809
|
+
_(g, null, {
|
|
2810
|
+
default: m(() => [
|
|
2811
|
+
Y(D(O(o)("common.basic.detail")), 1)
|
|
1541
2812
|
]),
|
|
1542
2813
|
_: 1
|
|
1543
2814
|
})
|
|
@@ -1545,37 +2816,37 @@ const Be = (s) => {
|
|
|
1545
2816
|
}),
|
|
1546
2817
|
_: 1
|
|
1547
2818
|
}),
|
|
1548
|
-
|
|
1549
|
-
|
|
2819
|
+
k("div", null, [
|
|
2820
|
+
_(R, {
|
|
1550
2821
|
type: "primary",
|
|
1551
|
-
onClick:
|
|
2822
|
+
onClick: $
|
|
1552
2823
|
}, {
|
|
1553
|
-
default:
|
|
1554
|
-
|
|
2824
|
+
default: m(() => [
|
|
2825
|
+
Y(D(O(o)("common.table.edit")), 1)
|
|
1555
2826
|
]),
|
|
1556
2827
|
_: 1
|
|
1557
2828
|
}),
|
|
1558
|
-
|
|
2829
|
+
_(R, {
|
|
1559
2830
|
type: "danger",
|
|
1560
2831
|
plain: "",
|
|
1561
2832
|
disabled: ""
|
|
1562
2833
|
}, {
|
|
1563
|
-
default:
|
|
1564
|
-
|
|
2834
|
+
default: m(() => [
|
|
2835
|
+
Y(D(O(o)("common.table.delete")), 1)
|
|
1565
2836
|
]),
|
|
1566
2837
|
_: 1
|
|
1567
2838
|
}),
|
|
1568
|
-
((
|
|
1569
|
-
dropdown:
|
|
1570
|
-
|
|
1571
|
-
default:
|
|
1572
|
-
var
|
|
2839
|
+
((ae = (W = V.pageConfig) == null ? void 0 : W.detailPage) == null ? void 0 : ae.operationButtons) !== void 0 ? (p(), A(b, { key: 0 }, {
|
|
2840
|
+
dropdown: m(() => [
|
|
2841
|
+
_(T, null, {
|
|
2842
|
+
default: m(() => {
|
|
2843
|
+
var J, ge;
|
|
1573
2844
|
return [
|
|
1574
|
-
(
|
|
1575
|
-
onClick: (
|
|
2845
|
+
(p(!0), F(oe, null, ce((ge = (J = V.pageConfig) == null ? void 0 : J.detailPage) == null ? void 0 : ge.operationButtons, (ve) => (p(), A(v, {
|
|
2846
|
+
onClick: (De) => ve.function(i.value.formData)
|
|
1576
2847
|
}, {
|
|
1577
|
-
default:
|
|
1578
|
-
|
|
2848
|
+
default: m(() => [
|
|
2849
|
+
Y(D(O(o)(ve.label)), 1)
|
|
1579
2850
|
]),
|
|
1580
2851
|
_: 2
|
|
1581
2852
|
}, 1032, ["onClick"]))), 256))
|
|
@@ -1584,13 +2855,13 @@ const Be = (s) => {
|
|
|
1584
2855
|
_: 1
|
|
1585
2856
|
})
|
|
1586
2857
|
]),
|
|
1587
|
-
default:
|
|
1588
|
-
|
|
1589
|
-
default:
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
default:
|
|
1593
|
-
|
|
2858
|
+
default: m(() => [
|
|
2859
|
+
_(R, { style: { margin: "0 10px" } }, {
|
|
2860
|
+
default: m(() => [
|
|
2861
|
+
Y(D(O(o)("common.basic.more")), 1),
|
|
2862
|
+
_(q, { class: "el-icon--right" }, {
|
|
2863
|
+
default: m(() => [
|
|
2864
|
+
_(O(Po))
|
|
1594
2865
|
]),
|
|
1595
2866
|
_: 1
|
|
1596
2867
|
})
|
|
@@ -1599,211 +2870,224 @@ const Be = (s) => {
|
|
|
1599
2870
|
})
|
|
1600
2871
|
]),
|
|
1601
2872
|
_: 1
|
|
1602
|
-
})) :
|
|
1603
|
-
|
|
1604
|
-
icon:
|
|
1605
|
-
onClick:
|
|
2873
|
+
})) : B("", !0),
|
|
2874
|
+
_(R, {
|
|
2875
|
+
icon: O(Tt),
|
|
2876
|
+
onClick: N
|
|
1606
2877
|
}, null, 8, ["icon"])
|
|
1607
2878
|
])
|
|
1608
2879
|
]),
|
|
1609
|
-
(
|
|
1610
|
-
|
|
1611
|
-
(
|
|
2880
|
+
(le = (fe = V.pageConfig) == null ? void 0 : fe.detailPage) != null && le.infoCard ? (p(), F("div", zs, [
|
|
2881
|
+
k("div", qs, [
|
|
2882
|
+
(p(), A(Xe((ie = V.pageConfig.detailPage.infoCard.icon) != null ? ie : ""), { class: "icon" }))
|
|
1612
2883
|
]),
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
((
|
|
2884
|
+
k("div", Bs, [
|
|
2885
|
+
k("div", Hs, [
|
|
2886
|
+
k("h1", null, D(U.value), 1),
|
|
2887
|
+
((Z = P.value) == null ? void 0 : Z.length) > 0 ? (p(), A(f, {
|
|
1617
2888
|
key: 0,
|
|
1618
2889
|
size: "small"
|
|
1619
2890
|
}, {
|
|
1620
|
-
default:
|
|
1621
|
-
|
|
2891
|
+
default: m(() => [
|
|
2892
|
+
Y(D(P.value), 1)
|
|
1622
2893
|
]),
|
|
1623
2894
|
_: 1
|
|
1624
|
-
})) :
|
|
2895
|
+
})) : B("", !0)
|
|
1625
2896
|
]),
|
|
1626
|
-
|
|
2897
|
+
k("span", null, D(L.value), 1)
|
|
1627
2898
|
])
|
|
1628
|
-
])) :
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
modelValue:
|
|
1632
|
-
"onUpdate:modelValue":
|
|
1633
|
-
onTabClick:
|
|
2899
|
+
])) : B("", !0),
|
|
2900
|
+
k("div", Js, [
|
|
2901
|
+
_(G, {
|
|
2902
|
+
modelValue: M.value,
|
|
2903
|
+
"onUpdate:modelValue": c[0] || (c[0] = (J) => M.value = J),
|
|
2904
|
+
onTabClick: Q
|
|
1634
2905
|
}, {
|
|
1635
|
-
default:
|
|
1636
|
-
var
|
|
2906
|
+
default: m(() => {
|
|
2907
|
+
var J, ge;
|
|
1637
2908
|
return [
|
|
1638
|
-
|
|
1639
|
-
label:
|
|
2909
|
+
_(C, {
|
|
2910
|
+
label: O(o)("common.basic.summary"),
|
|
1640
2911
|
name: "summary"
|
|
1641
2912
|
}, {
|
|
1642
|
-
default:
|
|
1643
|
-
|
|
2913
|
+
default: m(() => [
|
|
2914
|
+
_(ao, {
|
|
1644
2915
|
ref_key: "formViewRef",
|
|
1645
|
-
ref:
|
|
1646
|
-
id:
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
2916
|
+
ref: i,
|
|
2917
|
+
id: s.value,
|
|
2918
|
+
sessionId: j.value,
|
|
2919
|
+
mode: a.value,
|
|
2920
|
+
model: V
|
|
2921
|
+
}, null, 8, ["id", "sessionId", "mode", "model"])
|
|
1650
2922
|
]),
|
|
1651
2923
|
_: 1
|
|
1652
2924
|
}, 8, ["label"]),
|
|
1653
|
-
(
|
|
1654
|
-
var
|
|
1655
|
-
return
|
|
1656
|
-
label:
|
|
2925
|
+
(p(!0), F(oe, null, ce((ge = (J = V.pageConfig) == null ? void 0 : J.detailPage) == null ? void 0 : ge.tabs, (ve) => {
|
|
2926
|
+
var De;
|
|
2927
|
+
return p(), A(C, {
|
|
2928
|
+
label: O(o)((De = ve.name) != null ? De : "")
|
|
1657
2929
|
}, null, 8, ["label"]);
|
|
1658
2930
|
}), 256))
|
|
1659
2931
|
];
|
|
1660
2932
|
}),
|
|
1661
2933
|
_: 1
|
|
1662
2934
|
}, 8, ["modelValue"]),
|
|
1663
|
-
|
|
2935
|
+
d.value >= 0 ? (p(), A(ot, {
|
|
1664
2936
|
key: 0,
|
|
1665
2937
|
ref_key: "tabPaneTableRef",
|
|
1666
|
-
ref:
|
|
1667
|
-
model:
|
|
1668
|
-
}, null, 8, ["model"])) :
|
|
1669
|
-
|
|
1670
|
-
modelValue:
|
|
1671
|
-
"onUpdate:modelValue":
|
|
1672
|
-
title:
|
|
2938
|
+
ref: w,
|
|
2939
|
+
model: K[d.value]
|
|
2940
|
+
}, null, 8, ["model"])) : B("", !0),
|
|
2941
|
+
_(X, {
|
|
2942
|
+
modelValue: l.value,
|
|
2943
|
+
"onUpdate:modelValue": c[2] || (c[2] = (J) => l.value = J),
|
|
2944
|
+
title: O(o)("common.table.select"),
|
|
1673
2945
|
width: "800px"
|
|
1674
2946
|
}, {
|
|
1675
|
-
footer:
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
onClick:
|
|
2947
|
+
footer: m(() => [
|
|
2948
|
+
k("span", Ws, [
|
|
2949
|
+
_(R, {
|
|
2950
|
+
onClick: c[1] || (c[1] = (J) => l.value = !1)
|
|
1679
2951
|
}, {
|
|
1680
|
-
default:
|
|
1681
|
-
|
|
2952
|
+
default: m(() => [
|
|
2953
|
+
Y(D(O(o)("common.basic.cancel")), 1)
|
|
1682
2954
|
]),
|
|
1683
2955
|
_: 1
|
|
1684
2956
|
}),
|
|
1685
|
-
|
|
2957
|
+
_(R, {
|
|
1686
2958
|
type: "primary",
|
|
1687
|
-
onClick:
|
|
2959
|
+
onClick: ne
|
|
1688
2960
|
}, {
|
|
1689
|
-
default:
|
|
1690
|
-
|
|
2961
|
+
default: m(() => [
|
|
2962
|
+
Y(D(O(o)("common.basic.save")), 1)
|
|
1691
2963
|
]),
|
|
1692
2964
|
_: 1
|
|
1693
2965
|
})
|
|
1694
2966
|
])
|
|
1695
2967
|
]),
|
|
1696
|
-
default:
|
|
1697
|
-
|
|
2968
|
+
default: m(() => [
|
|
2969
|
+
d.value >= 0 ? (p(), A(ot, {
|
|
1698
2970
|
key: 0,
|
|
1699
2971
|
ref_key: "selectTableRef",
|
|
1700
|
-
ref:
|
|
1701
|
-
model:
|
|
1702
|
-
}, null, 8, ["model"])) :
|
|
2972
|
+
ref: y,
|
|
2973
|
+
model: O(z)[d.value]
|
|
2974
|
+
}, null, 8, ["model"])) : B("", !0)
|
|
1703
2975
|
]),
|
|
1704
2976
|
_: 1
|
|
1705
2977
|
}, 8, ["modelValue", "title"])
|
|
1706
2978
|
]),
|
|
1707
|
-
|
|
1708
|
-
id:
|
|
2979
|
+
_(lo, {
|
|
2980
|
+
id: s.value,
|
|
1709
2981
|
mode: "update",
|
|
1710
|
-
visible:
|
|
1711
|
-
"onUpdate:visible":
|
|
1712
|
-
model:
|
|
1713
|
-
afterSubmitFunc:
|
|
2982
|
+
visible: r.value,
|
|
2983
|
+
"onUpdate:visible": c[3] || (c[3] = (J) => r.value = J),
|
|
2984
|
+
model: V,
|
|
2985
|
+
afterSubmitFunc: N
|
|
1714
2986
|
}, null, 8, ["id", "visible", "model"])
|
|
1715
2987
|
], 64);
|
|
1716
2988
|
};
|
|
1717
2989
|
}
|
|
1718
|
-
}),
|
|
2990
|
+
}), Qs = /* @__PURE__ */ ue(Ys, [["__scopeId", "data-v-f9250724"]]), Ks = { class: "page-title" }, Xs = /* @__PURE__ */ _e({
|
|
1719
2991
|
__name: "TablePage",
|
|
1720
|
-
setup(
|
|
1721
|
-
const { t } =
|
|
2992
|
+
setup(e) {
|
|
2993
|
+
const { t: o } = Be(), t = qe(), n = nt(), s = I(), r = I([]), l = re({
|
|
1722
2994
|
api: "",
|
|
1723
2995
|
fields: []
|
|
1724
|
-
}),
|
|
1725
|
-
function
|
|
1726
|
-
var
|
|
1727
|
-
|
|
1728
|
-
let
|
|
1729
|
-
return P.modelKey &&
|
|
2996
|
+
}), a = re(He({}, l));
|
|
2997
|
+
function i() {
|
|
2998
|
+
var w, y, M, U, L;
|
|
2999
|
+
r.value = [], l.pageConfig && ((y = (w = l.pageConfig) == null ? void 0 : w.tablePage) != null && y.tabViewAttributes) && (r.value = (L = (U = (M = l.pageConfig) == null ? void 0 : M.tablePage) == null ? void 0 : U.tabViewAttributes) == null ? void 0 : L.map((P) => {
|
|
3000
|
+
let j;
|
|
3001
|
+
return P.modelKey && he.value[P.modelKey] ? j = Ue(he.value[P.modelKey]) : j = Ue(l), P.queryParams && (j.tableConfig || (j.tableConfig = {}), j.tableConfig.queryParams = P.queryParams), P.fields && (j.fields = P.fields), P.modelKey && (j.breadcrumbRoute = l.route), {
|
|
1730
3002
|
key: P.key,
|
|
1731
3003
|
label: P.label,
|
|
1732
3004
|
icon: P.icon,
|
|
1733
3005
|
disabled: P.disabled,
|
|
1734
|
-
model:
|
|
3006
|
+
model: j
|
|
1735
3007
|
};
|
|
1736
3008
|
}));
|
|
1737
3009
|
}
|
|
1738
|
-
function
|
|
1739
|
-
var
|
|
1740
|
-
console.log("Init table page, loading model:",
|
|
1741
|
-
const
|
|
1742
|
-
if (
|
|
1743
|
-
console.warn("Model not found",
|
|
3010
|
+
function d() {
|
|
3011
|
+
var M, U;
|
|
3012
|
+
console.log("Init table page, loading model:", t.params.model), console.log("Current model list", he.value);
|
|
3013
|
+
const w = t.params.model;
|
|
3014
|
+
if (he.value[w] === void 0) {
|
|
3015
|
+
console.warn("Model not found", w);
|
|
1744
3016
|
return;
|
|
1745
3017
|
}
|
|
1746
|
-
|
|
1747
|
-
const
|
|
1748
|
-
Object.assign(
|
|
3018
|
+
ze(l);
|
|
3019
|
+
const y = Ue(he.value[w]);
|
|
3020
|
+
Object.assign(l, y), (U = (M = l.pageConfig) == null ? void 0 : M.tablePage) != null && U.tabViewAttributes || Object.assign(a, l), i();
|
|
1749
3021
|
}
|
|
1750
|
-
return
|
|
3022
|
+
return Se([
|
|
1751
3023
|
() => n.currentRoute.value,
|
|
1752
|
-
|
|
3024
|
+
he
|
|
1753
3025
|
], () => {
|
|
1754
|
-
|
|
3026
|
+
d();
|
|
1755
3027
|
}, {
|
|
1756
3028
|
immediate: !0,
|
|
1757
3029
|
deep: !0
|
|
1758
|
-
}), (
|
|
1759
|
-
var
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
(
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
|
|
3030
|
+
}), (w, y) => {
|
|
3031
|
+
var U;
|
|
3032
|
+
const M = x("el-scrollbar");
|
|
3033
|
+
return p(), F(oe, null, [
|
|
3034
|
+
k("h1", Ks, D(O(o)((U = l.name) != null ? U : "")), 1),
|
|
3035
|
+
_(M, null, {
|
|
3036
|
+
default: m(() => {
|
|
3037
|
+
var L, P;
|
|
3038
|
+
return [
|
|
3039
|
+
(P = (L = l.pageConfig) == null ? void 0 : L.tablePage) != null && P.tabViewAttributes ? (p(), A(ro, {
|
|
3040
|
+
key: 0,
|
|
3041
|
+
class: "tabs-wrapper",
|
|
3042
|
+
cards: r.value,
|
|
3043
|
+
tableRef: s.value
|
|
3044
|
+
}, null, 8, ["cards", "tableRef"])) : B("", !0)
|
|
3045
|
+
];
|
|
3046
|
+
}),
|
|
3047
|
+
_: 1
|
|
3048
|
+
}),
|
|
3049
|
+
_(ot, {
|
|
3050
|
+
class: "table-wrapper",
|
|
1768
3051
|
ref_key: "tableRef",
|
|
1769
|
-
ref:
|
|
1770
|
-
model:
|
|
3052
|
+
ref: s,
|
|
3053
|
+
model: a
|
|
1771
3054
|
}, null, 8, ["model"])
|
|
1772
3055
|
], 64);
|
|
1773
3056
|
};
|
|
1774
3057
|
}
|
|
1775
|
-
}),
|
|
1776
|
-
|
|
3058
|
+
}), Zs = /* @__PURE__ */ ue(Xs, [["__scopeId", "data-v-d24124ee"]]), er = [
|
|
3059
|
+
Vo,
|
|
3060
|
+
ms,
|
|
3061
|
+
Ft,
|
|
3062
|
+
Ss,
|
|
3063
|
+
ks,
|
|
3064
|
+
so,
|
|
1777
3065
|
ro,
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
Xo,
|
|
1785
|
-
Ho
|
|
1786
|
-
], aa = (s) => {
|
|
1787
|
-
s && s.component && Jo.forEach((t) => {
|
|
1788
|
-
console.log("component", t.__name, t), s.component(t.__name, t);
|
|
3066
|
+
ot,
|
|
3067
|
+
Qs,
|
|
3068
|
+
Zs
|
|
3069
|
+
], cr = (e) => {
|
|
3070
|
+
e && e.component && er.forEach((o) => {
|
|
3071
|
+
console.log("component", o.__name, o), e.component(o.__name, o);
|
|
1789
3072
|
});
|
|
1790
3073
|
};
|
|
1791
3074
|
export {
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
|
|
3075
|
+
Vo as Building,
|
|
3076
|
+
ms as ConsoleApp,
|
|
3077
|
+
Qs as DetailPage,
|
|
3078
|
+
Ft as Header,
|
|
3079
|
+
Ss as NoPermission,
|
|
3080
|
+
ks as Secondary,
|
|
3081
|
+
so as SideMenu,
|
|
3082
|
+
ro as TabCard,
|
|
3083
|
+
Zs as TablePage,
|
|
3084
|
+
ot as TableView,
|
|
3085
|
+
kn as activeMenuMapping,
|
|
3086
|
+
cr as default,
|
|
3087
|
+
Zo as en,
|
|
3088
|
+
et as i18n,
|
|
3089
|
+
Ct as menuList,
|
|
3090
|
+
he as modelList,
|
|
3091
|
+
gt as pinia,
|
|
3092
|
+
en as zh
|
|
1809
3093
|
};
|