@vancone/console-component 0.1.1-beta.73 → 0.1.1-beta.74
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.
|
@@ -11,22 +11,22 @@ var Mt = (e, o, n) => o in e ? So(e, o, { enumerable: !0, configurable: !0, writ
|
|
|
11
11
|
return e;
|
|
12
12
|
}, Nt = (e, o) => xo(e, $o(o));
|
|
13
13
|
var Ne = (e, o, n) => new Promise((t, s) => {
|
|
14
|
-
var a = (
|
|
14
|
+
var a = (l) => {
|
|
15
15
|
try {
|
|
16
|
-
|
|
16
|
+
i(n.next(l));
|
|
17
17
|
} catch (f) {
|
|
18
18
|
s(f);
|
|
19
19
|
}
|
|
20
|
-
}, c = (
|
|
20
|
+
}, c = (l) => {
|
|
21
21
|
try {
|
|
22
|
-
|
|
22
|
+
i(n.throw(l));
|
|
23
23
|
} catch (f) {
|
|
24
24
|
s(f);
|
|
25
25
|
}
|
|
26
|
-
},
|
|
27
|
-
|
|
26
|
+
}, i = (l) => l.done ? t(l.value) : Promise.resolve(l.value).then(a, c);
|
|
27
|
+
i((n = n.apply(e, o)).next());
|
|
28
28
|
});
|
|
29
|
-
import { openBlock as u, createElementBlock as E, createElementVNode as
|
|
29
|
+
import { openBlock as u, createElementBlock as E, createElementVNode as g, defineComponent as Oe, reactive as fe, resolveComponent as $, createVNode as h, withCtx as p, unref as y, Fragment as ne, renderList as me, toDisplayString as A, normalizeStyle as He, shallowRef as he, ref as B, onMounted as wt, createBlock as I, createTextVNode as q, createCommentVNode as L, normalizeClass as Ct, withModifiers as Po, resolveDynamicComponent as it, effectScope as Wt, markRaw as Te, toRaw as We, hasInjectionContext as Io, inject as Vo, getCurrentInstance as Mo, watch as Me, isRef as Ze, isReactive as kt, toRef as mt, nextTick as ct, computed as Re, getCurrentScope as No, onScopeDispose as Uo, toRefs as Ut, onUnmounted as To, createStaticVNode as Ao, resolveDirective as Yt, withDirectives as Jt } from "vue";
|
|
30
30
|
import { useRoute as tt, useRouter as ft } from "vue-router";
|
|
31
31
|
import Do from "axios";
|
|
32
32
|
import { ElMessage as ht, ElMessageBox as Tt } from "element-plus";
|
|
@@ -62,9 +62,9 @@ we.interceptors.response.use((e) => {
|
|
|
62
62
|
if (n) {
|
|
63
63
|
const { status: s } = n;
|
|
64
64
|
if (s === 401) {
|
|
65
|
-
const
|
|
66
|
-
let
|
|
67
|
-
window.location.href = `${
|
|
65
|
+
const i = window.escape(window.location.href);
|
|
66
|
+
let l = (t = n.data.data) != null ? t : "//passport.vancone.com";
|
|
67
|
+
window.location.href = `${l}/?from=${i}`;
|
|
68
68
|
}
|
|
69
69
|
const { message: a, error: c } = n.data;
|
|
70
70
|
ht({
|
|
@@ -186,11 +186,17 @@ function pr(e) {
|
|
|
186
186
|
var o = new RegExp("(^|&)" + e + "=([^&]*)(&|$)"), n = window.location.search.substr(1).match(o);
|
|
187
187
|
return n != null ? unescape(n[2]) : null;
|
|
188
188
|
}
|
|
189
|
-
function
|
|
189
|
+
function oe(e) {
|
|
190
190
|
const o = "i18n(", n = ")";
|
|
191
|
-
return e && e.startsWith(o) && e.endsWith(n) ? Zo(e.slice(o.length, -n.length)) : e != null ? e : "";
|
|
191
|
+
return e && typeof e == "string" && e.startsWith(o) && e.endsWith(n) ? Zo(e.slice(o.length, -n.length)) : e != null ? e : "";
|
|
192
192
|
}
|
|
193
|
-
const
|
|
193
|
+
const Ye = (e) => {
|
|
194
|
+
const o = Object.keys(e);
|
|
195
|
+
let n = {};
|
|
196
|
+
o.forEach((t) => {
|
|
197
|
+
n[t] = void 0;
|
|
198
|
+
}), Object.assign(e, n);
|
|
199
|
+
}, Zt = Xt();
|
|
194
200
|
function tn() {
|
|
195
201
|
return we.get(`//${Zt}/api/passport/service/v1/account`);
|
|
196
202
|
}
|
|
@@ -212,7 +218,7 @@ const an = {
|
|
|
212
218
|
};
|
|
213
219
|
function rn(e, o) {
|
|
214
220
|
return u(), E("svg", an, o[0] || (o[0] = [
|
|
215
|
-
|
|
221
|
+
g("path", { d: "M480 544v352H128V544zm416 288v64H544v-64zM416 608H192v224h224zm480 83.072v64H544v-64zM896 544v64H544v-64zM480 128v352H128V128zm416 0v352H544V128zm-480 64H192v224h224zm416 0H608v224h224z" }, null, -1)
|
|
216
222
|
]));
|
|
217
223
|
}
|
|
218
224
|
const ln = { render: rn }, cn = {
|
|
@@ -224,7 +230,7 @@ const ln = { render: rn }, cn = {
|
|
|
224
230
|
};
|
|
225
231
|
function dn(e, o) {
|
|
226
232
|
return u(), E("svg", cn, o[0] || (o[0] = [
|
|
227
|
-
|
|
233
|
+
g("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)
|
|
228
234
|
]));
|
|
229
235
|
}
|
|
230
236
|
const un = { render: dn }, pn = {
|
|
@@ -236,10 +242,10 @@ const un = { render: dn }, pn = {
|
|
|
236
242
|
};
|
|
237
243
|
function fn(e, o) {
|
|
238
244
|
return u(), E("svg", pn, o[0] || (o[0] = [
|
|
239
|
-
|
|
245
|
+
g("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)
|
|
240
246
|
]));
|
|
241
247
|
}
|
|
242
|
-
const mn = { render: fn }, hn = { class: "app-catalog-wrapper" },
|
|
248
|
+
const mn = { render: fn }, hn = { class: "app-catalog-wrapper" }, vn = { class: "catalog-wrapper" }, _n = { class: "service-list" }, gn = { class: "app-icon-container" }, bn = ["href"], yn = ["innerHTML"], wn = {
|
|
243
249
|
key: 1,
|
|
244
250
|
class: "app-icon"
|
|
245
251
|
}, Cn = /* @__PURE__ */ Oe({
|
|
@@ -254,22 +260,22 @@ const mn = { render: fn }, hn = { class: "app-catalog-wrapper" }, _n = { class:
|
|
|
254
260
|
o.splice(0, o.length, ...t.data.list), sn().then(({ data: s }) => {
|
|
255
261
|
const a = s.data;
|
|
256
262
|
o.forEach((c) => {
|
|
257
|
-
c.apps = a.filter((
|
|
263
|
+
c.apps = a.filter((i) => i.groupId === c.id);
|
|
258
264
|
});
|
|
259
265
|
});
|
|
260
266
|
});
|
|
261
267
|
}
|
|
262
268
|
return n(), (t, s) => {
|
|
263
|
-
const a =
|
|
269
|
+
const a = $("el-input"), c = $("el-scrollbar"), i = $("el-tab-pane"), l = $("el-tabs");
|
|
264
270
|
return u(), E("div", hn, [
|
|
265
|
-
h(
|
|
271
|
+
h(l, { "tab-position": "left" }, {
|
|
266
272
|
default: p(() => [
|
|
267
|
-
h(
|
|
273
|
+
h(i, null, {
|
|
268
274
|
label: p(() => [
|
|
269
275
|
h(y(ln), { class: "left-icon" })
|
|
270
276
|
]),
|
|
271
277
|
default: p(() => [
|
|
272
|
-
s[0] || (s[0] =
|
|
278
|
+
s[0] || (s[0] = g("h1", { class: "catalog-title" }, "Apps", -1)),
|
|
273
279
|
h(a, {
|
|
274
280
|
class: "search-box",
|
|
275
281
|
"prefix-icon": y(Kt),
|
|
@@ -280,25 +286,25 @@ const mn = { render: fn }, hn = { class: "app-catalog-wrapper" }, _n = { class:
|
|
|
280
286
|
style: { width: "100%", height: "400px" }
|
|
281
287
|
}, {
|
|
282
288
|
default: p(() => [
|
|
283
|
-
|
|
284
|
-
(u(!0), E(
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
(u(!0), E(
|
|
288
|
-
var
|
|
289
|
+
g("div", vn, [
|
|
290
|
+
(u(!0), E(ne, null, me(o, (f) => (u(), E("div", _n, [
|
|
291
|
+
g("h1", null, A(f.name), 1),
|
|
292
|
+
g("div", gn, [
|
|
293
|
+
(u(!0), E(ne, null, me(f.apps, (_) => {
|
|
294
|
+
var S, V;
|
|
289
295
|
return u(), E("a", {
|
|
290
|
-
style: He([{ "text-decoration": "none" }, { pointerEvents: ((
|
|
296
|
+
style: He([{ "text-decoration": "none" }, { pointerEvents: ((S = _.homepageUrl) == null ? void 0 : S.length) > 0 ? "auto" : "none" }]),
|
|
291
297
|
target: "_blank",
|
|
292
|
-
href:
|
|
298
|
+
href: _.homepageUrl
|
|
293
299
|
}, [
|
|
294
|
-
|
|
300
|
+
_.iconSvg !== void 0 ? (u(), E("div", {
|
|
295
301
|
key: 0,
|
|
296
302
|
class: "app-icon",
|
|
297
|
-
innerHTML:
|
|
303
|
+
innerHTML: _.iconSvg
|
|
298
304
|
}, null, 8, yn)) : (u(), E("div", wn, " ")),
|
|
299
|
-
|
|
300
|
-
style: He({ color: ((V =
|
|
301
|
-
}, A(
|
|
305
|
+
g("h2", {
|
|
306
|
+
style: He({ color: ((V = _.homepageUrl) == null ? void 0 : V.length) > 0 ? "#555" : "#bbb" })
|
|
307
|
+
}, A(_.name), 5)
|
|
302
308
|
], 12, bn);
|
|
303
309
|
}), 256))
|
|
304
310
|
])
|
|
@@ -310,21 +316,21 @@ const mn = { render: fn }, hn = { class: "app-catalog-wrapper" }, _n = { class:
|
|
|
310
316
|
]),
|
|
311
317
|
_: 1
|
|
312
318
|
}),
|
|
313
|
-
h(
|
|
319
|
+
h(i, null, {
|
|
314
320
|
label: p(() => [
|
|
315
321
|
h(y(un), { class: "left-icon" })
|
|
316
322
|
]),
|
|
317
323
|
default: p(() => [
|
|
318
|
-
s[1] || (s[1] =
|
|
324
|
+
s[1] || (s[1] = g("h1", { class: "catalog-title" }, "Favorites", -1))
|
|
319
325
|
]),
|
|
320
326
|
_: 1
|
|
321
327
|
}),
|
|
322
|
-
h(
|
|
328
|
+
h(i, null, {
|
|
323
329
|
label: p(() => [
|
|
324
330
|
h(y(mn), { class: "left-icon" })
|
|
325
331
|
]),
|
|
326
332
|
default: p(() => [
|
|
327
|
-
s[2] || (s[2] =
|
|
333
|
+
s[2] || (s[2] = g("h1", { class: "catalog-title" }, "Recently", -1))
|
|
328
334
|
]),
|
|
329
335
|
_: 1
|
|
330
336
|
})
|
|
@@ -341,7 +347,7 @@ const mn = { render: fn }, hn = { class: "app-catalog-wrapper" }, _n = { class:
|
|
|
341
347
|
};
|
|
342
348
|
function xn(e, o) {
|
|
343
349
|
return u(), E("svg", Sn, o[0] || (o[0] = [
|
|
344
|
-
|
|
350
|
+
g("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)
|
|
345
351
|
]));
|
|
346
352
|
}
|
|
347
353
|
const $n = { render: xn }, En = {
|
|
@@ -353,7 +359,7 @@ const $n = { render: xn }, En = {
|
|
|
353
359
|
};
|
|
354
360
|
function On(e, o) {
|
|
355
361
|
return u(), E("svg", En, o[0] || (o[0] = [
|
|
356
|
-
|
|
362
|
+
g("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)
|
|
357
363
|
]));
|
|
358
364
|
}
|
|
359
365
|
const Pn = { render: On }, In = {
|
|
@@ -365,7 +371,7 @@ const Pn = { render: On }, In = {
|
|
|
365
371
|
};
|
|
366
372
|
function Vn(e, o) {
|
|
367
373
|
return u(), E("svg", In, o[0] || (o[0] = [
|
|
368
|
-
|
|
374
|
+
g("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)
|
|
369
375
|
]));
|
|
370
376
|
}
|
|
371
377
|
const Mn = { render: Vn }, Nn = {
|
|
@@ -375,7 +381,7 @@ const Mn = { render: Vn }, Nn = {
|
|
|
375
381
|
};
|
|
376
382
|
function Un(e, o) {
|
|
377
383
|
return u(), E("svg", Nn, o[0] || (o[0] = [
|
|
378
|
-
|
|
384
|
+
g("path", {
|
|
379
385
|
d: "M23.8 22.1H8.2c-2.5 0-4.5-2.1-4.5-4.5V7.9c0-2.5 2.1-4.5 4.5-4.5h15.6c2.5 0 4.5 2.1 4.5 4.5v9.7c0 2.4-2.1 4.5-4.5 4.5M16 23.2v5M8.3 28.9h15.4",
|
|
380
386
|
style: { fill: "none", "stroke-width": "3", "stroke-miterlimit": "10" }
|
|
381
387
|
}, null, -1)
|
|
@@ -414,7 +420,7 @@ const An = { class: "header" }, Dn = { class: "title" }, Rn = { class: "right" }
|
|
|
414
420
|
helpDocUrl: {}
|
|
415
421
|
},
|
|
416
422
|
setup(e) {
|
|
417
|
-
const { t: o } = St(), n =
|
|
423
|
+
const { t: o } = St(), n = he(), t = he(), s = he(), a = he(), c = B(!1), i = B([
|
|
418
424
|
{
|
|
419
425
|
id: "1",
|
|
420
426
|
title: "系统通知",
|
|
@@ -447,12 +453,12 @@ const An = { class: "header" }, Dn = { class: "title" }, Rn = { class: "right" }
|
|
|
447
453
|
sendTime: "2025-12-25 14:00:00",
|
|
448
454
|
isRead: !0
|
|
449
455
|
}
|
|
450
|
-
]),
|
|
456
|
+
]), l = B([]), f = B(!1), _ = e, S = he(), V = fe(
|
|
451
457
|
{
|
|
452
458
|
id: "",
|
|
453
459
|
name: ""
|
|
454
460
|
}
|
|
455
|
-
), M =
|
|
461
|
+
), M = B(""), X = B(dt.global.locale), H = fe([
|
|
456
462
|
{
|
|
457
463
|
id: "en",
|
|
458
464
|
name: "English"
|
|
@@ -463,71 +469,71 @@ const An = { class: "header" }, Dn = { class: "title" }, Rn = { class: "right" }
|
|
|
463
469
|
}
|
|
464
470
|
]);
|
|
465
471
|
wt(() => {
|
|
466
|
-
var
|
|
467
|
-
M.value = decodeURIComponent(
|
|
472
|
+
var r, v, k;
|
|
473
|
+
M.value = decodeURIComponent(Z("passport_username").replace(/\+/g, " ")), M.value === "" && tn().then(({ data: P }) => {
|
|
468
474
|
var R;
|
|
469
475
|
P.code == 0 && (M.value = (R = P.data.name) != null ? R : P.data.displayId);
|
|
470
|
-
}), (
|
|
471
|
-
|
|
472
|
-
}) : (k =
|
|
476
|
+
}), (r = _.headerProjectConfig) != null && r.api ? Ee((v = _.headerProjectConfig) == null ? void 0 : v.api, "GET", {}).then(({ data: P }) => {
|
|
477
|
+
S.value = P.data;
|
|
478
|
+
}) : (k = _.headerProjectConfig) != null && k.items && (S.value = _.headerProjectConfig.items);
|
|
473
479
|
});
|
|
474
|
-
function
|
|
475
|
-
let
|
|
480
|
+
function Z(r) {
|
|
481
|
+
let v = r + "=", k = document.cookie.split(";");
|
|
476
482
|
for (let P = 0; P < k.length; P++) {
|
|
477
483
|
let R = k[P];
|
|
478
484
|
for (; R.charAt(0) == " "; ) R = R.substring(1);
|
|
479
|
-
if (R.indexOf(
|
|
480
|
-
return R.substring(
|
|
485
|
+
if (R.indexOf(v) != -1)
|
|
486
|
+
return R.substring(v.length, R.length);
|
|
481
487
|
}
|
|
482
488
|
return "";
|
|
483
489
|
}
|
|
484
|
-
function
|
|
490
|
+
function j() {
|
|
485
491
|
on().then(() => {
|
|
486
|
-
const
|
|
487
|
-
window.location.href = `//${Xt()}/?from=${
|
|
492
|
+
const r = encodeURIComponent(window.location.href);
|
|
493
|
+
window.location.href = `//${Xt()}/?from=${r}#login`;
|
|
488
494
|
});
|
|
489
495
|
}
|
|
490
|
-
function
|
|
491
|
-
dt.global.locale.value =
|
|
496
|
+
function te(r) {
|
|
497
|
+
dt.global.locale.value = r, X.value = r, localStorage.setItem("locale", r);
|
|
492
498
|
}
|
|
493
|
-
function
|
|
499
|
+
function se() {
|
|
494
500
|
window.open("https://passport.vancone.com/#/account/profile", "_blank");
|
|
495
501
|
}
|
|
496
|
-
function
|
|
497
|
-
window.open(
|
|
502
|
+
function ve() {
|
|
503
|
+
window.open(_.helpDocUrl, "_blank");
|
|
498
504
|
}
|
|
499
|
-
function W(
|
|
500
|
-
if (
|
|
505
|
+
function W(r) {
|
|
506
|
+
if (r === "allProjects")
|
|
501
507
|
console.log("show all projects");
|
|
502
508
|
else
|
|
503
|
-
for (let
|
|
504
|
-
if (
|
|
505
|
-
Object.assign(V,
|
|
509
|
+
for (let v of S.value)
|
|
510
|
+
if (v.id === r) {
|
|
511
|
+
Object.assign(V, v);
|
|
506
512
|
break;
|
|
507
513
|
}
|
|
508
514
|
}
|
|
509
515
|
function ke() {
|
|
510
516
|
}
|
|
511
517
|
function U() {
|
|
512
|
-
|
|
518
|
+
l.value.length !== 0 && (i.value = i.value.filter((r) => !l.value.includes(r.id)), l.value = []);
|
|
513
519
|
}
|
|
514
520
|
function w() {
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
}),
|
|
518
|
-
}
|
|
519
|
-
function T(
|
|
520
|
-
|
|
521
|
-
}
|
|
522
|
-
function d(
|
|
523
|
-
return
|
|
524
|
-
}
|
|
525
|
-
return (
|
|
526
|
-
const k =
|
|
527
|
-
return u(), E(
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
521
|
+
l.value.length !== 0 && (i.value.forEach((r) => {
|
|
522
|
+
l.value.includes(r.id) && (r.isRead = !0);
|
|
523
|
+
}), l.value = []);
|
|
524
|
+
}
|
|
525
|
+
function T(r) {
|
|
526
|
+
r ? l.value = i.value.map((v) => v.id) : l.value = [];
|
|
527
|
+
}
|
|
528
|
+
function d(r) {
|
|
529
|
+
return r;
|
|
530
|
+
}
|
|
531
|
+
return (r, v) => {
|
|
532
|
+
const k = $("el-icon"), P = $("el-dropdown-item"), R = $("el-dropdown-menu"), D = $("el-dropdown"), O = $("el-popover"), F = $("el-tooltip"), G = $("el-avatar"), b = $("el-menu-item"), x = $("el-menu"), m = $("el-button"), z = $("el-empty"), C = $("el-checkbox"), ee = $("el-drawer");
|
|
533
|
+
return u(), E(ne, null, [
|
|
534
|
+
g("div", An, [
|
|
535
|
+
g("div", Dn, [
|
|
536
|
+
g("div", {
|
|
531
537
|
ref_key: "appCatalogButtonRef",
|
|
532
538
|
ref: a,
|
|
533
539
|
class: "icon-wrapper",
|
|
@@ -535,8 +541,8 @@ const An = { class: "header" }, Dn = { class: "title" }, Rn = { class: "right" }
|
|
|
535
541
|
}, [
|
|
536
542
|
h(y($n))
|
|
537
543
|
], 512),
|
|
538
|
-
|
|
539
|
-
|
|
544
|
+
g("h1", null, A(r.title), 1),
|
|
545
|
+
_.headerProjectConfig ? (u(), I(D, {
|
|
540
546
|
key: 0,
|
|
541
547
|
placement: "bottom-start",
|
|
542
548
|
onCommand: W
|
|
@@ -544,12 +550,12 @@ const An = { class: "header" }, Dn = { class: "title" }, Rn = { class: "right" }
|
|
|
544
550
|
dropdown: p(() => [
|
|
545
551
|
h(R, { style: { width: "300px" } }, {
|
|
546
552
|
default: p(() => [
|
|
547
|
-
(u(!0), E(
|
|
553
|
+
(u(!0), E(ne, null, me(S.value, (N) => (u(), I(P, {
|
|
548
554
|
key: N.id,
|
|
549
555
|
command: N.id
|
|
550
556
|
}, {
|
|
551
557
|
default: p(() => [
|
|
552
|
-
|
|
558
|
+
q(A(N.name), 1)
|
|
553
559
|
]),
|
|
554
560
|
_: 2
|
|
555
561
|
}, 1032, ["command"]))), 128)),
|
|
@@ -557,8 +563,8 @@ const An = { class: "header" }, Dn = { class: "title" }, Rn = { class: "right" }
|
|
|
557
563
|
divided: "",
|
|
558
564
|
command: "allProjects"
|
|
559
565
|
}, {
|
|
560
|
-
default: p(() =>
|
|
561
|
-
|
|
566
|
+
default: p(() => v[4] || (v[4] = [
|
|
567
|
+
q("全部项目")
|
|
562
568
|
])),
|
|
563
569
|
_: 1
|
|
564
570
|
})
|
|
@@ -567,8 +573,8 @@ const An = { class: "header" }, Dn = { class: "title" }, Rn = { class: "right" }
|
|
|
567
573
|
})
|
|
568
574
|
]),
|
|
569
575
|
default: p(() => [
|
|
570
|
-
|
|
571
|
-
|
|
576
|
+
g("span", null, [
|
|
577
|
+
q(A(V.name) + " ", 1),
|
|
572
578
|
h(k, { class: "el-icon--right" }, {
|
|
573
579
|
default: p(() => [
|
|
574
580
|
h(y(Qt))
|
|
@@ -592,14 +598,14 @@ const An = { class: "header" }, Dn = { class: "title" }, Rn = { class: "right" }
|
|
|
592
598
|
]),
|
|
593
599
|
_: 1
|
|
594
600
|
}, 8, ["virtual-ref"]),
|
|
595
|
-
|
|
601
|
+
g("div", Rn, [
|
|
596
602
|
h(F, {
|
|
597
603
|
effect: "dark",
|
|
598
604
|
content: y(o)("common.header.workbench"),
|
|
599
605
|
placement: "bottom"
|
|
600
606
|
}, {
|
|
601
607
|
default: p(() => [
|
|
602
|
-
|
|
608
|
+
g("div", Fn, [
|
|
603
609
|
h(y(Tn))
|
|
604
610
|
])
|
|
605
611
|
]),
|
|
@@ -611,10 +617,10 @@ const An = { class: "header" }, Dn = { class: "title" }, Rn = { class: "right" }
|
|
|
611
617
|
placement: "bottom"
|
|
612
618
|
}, {
|
|
613
619
|
default: p(() => [
|
|
614
|
-
|
|
620
|
+
_.helpDocUrl !== void 0 ? (u(), E("div", {
|
|
615
621
|
key: 0,
|
|
616
622
|
class: "icon-wrapper",
|
|
617
|
-
onClick:
|
|
623
|
+
onClick: ve
|
|
618
624
|
}, [
|
|
619
625
|
h(y(Pn))
|
|
620
626
|
])) : L("", !0)
|
|
@@ -627,16 +633,16 @@ const An = { class: "header" }, Dn = { class: "title" }, Rn = { class: "right" }
|
|
|
627
633
|
placement: "bottom"
|
|
628
634
|
}, {
|
|
629
635
|
default: p(() => [
|
|
630
|
-
|
|
636
|
+
g("div", {
|
|
631
637
|
class: "icon-wrapper",
|
|
632
|
-
onClick:
|
|
638
|
+
onClick: v[0] || (v[0] = (N) => c.value = !0)
|
|
633
639
|
}, [
|
|
634
640
|
h(y(Mn))
|
|
635
641
|
])
|
|
636
642
|
]),
|
|
637
643
|
_: 1
|
|
638
644
|
}, 8, ["content"]),
|
|
639
|
-
|
|
645
|
+
g("div", Ln, [
|
|
640
646
|
h(G, {
|
|
641
647
|
size: 30,
|
|
642
648
|
src: "",
|
|
@@ -644,7 +650,7 @@ const An = { class: "header" }, Dn = { class: "title" }, Rn = { class: "right" }
|
|
|
644
650
|
ref: n
|
|
645
651
|
}, {
|
|
646
652
|
default: p(() => [
|
|
647
|
-
|
|
653
|
+
g("span", Gn, A(M.value.substring(0, 2)), 1)
|
|
648
654
|
]),
|
|
649
655
|
_: 1
|
|
650
656
|
}, 512),
|
|
@@ -659,33 +665,33 @@ const An = { class: "header" }, Dn = { class: "title" }, Rn = { class: "right" }
|
|
|
659
665
|
"virtual-triggering": ""
|
|
660
666
|
}, {
|
|
661
667
|
default: p(() => [
|
|
662
|
-
|
|
668
|
+
g("div", jn, [
|
|
663
669
|
h(G, {
|
|
664
670
|
size: 48,
|
|
665
671
|
src: ""
|
|
666
672
|
}, {
|
|
667
673
|
default: p(() => [
|
|
668
|
-
|
|
674
|
+
g("span", zn, A(M.value.substring(0, 2)), 1)
|
|
669
675
|
]),
|
|
670
676
|
_: 1
|
|
671
677
|
}),
|
|
672
|
-
|
|
678
|
+
g("span", null, A(M.value), 1)
|
|
673
679
|
]),
|
|
674
|
-
h(
|
|
680
|
+
h(x, { class: "user-menu" }, {
|
|
675
681
|
default: p(() => [
|
|
676
|
-
h(
|
|
682
|
+
h(b, { onClick: se }, {
|
|
677
683
|
default: p(() => [
|
|
678
|
-
|
|
684
|
+
q(A(y(o)("common.header.userCenter")), 1)
|
|
679
685
|
]),
|
|
680
686
|
_: 1
|
|
681
687
|
}),
|
|
682
|
-
h(
|
|
688
|
+
h(b, {
|
|
683
689
|
ref_key: "switchLanguageRef",
|
|
684
690
|
ref: s,
|
|
685
691
|
style: { display: "flex", "justify-content": "space-between" }
|
|
686
692
|
}, {
|
|
687
693
|
default: p(() => [
|
|
688
|
-
|
|
694
|
+
g("span", null, A(y(o)("common.header.switchLanguage")), 1),
|
|
689
695
|
h(k, { style: { left: "15px" } }, {
|
|
690
696
|
default: p(() => [
|
|
691
697
|
h(y(Fo))
|
|
@@ -707,13 +713,13 @@ const An = { class: "header" }, Dn = { class: "title" }, Rn = { class: "right" }
|
|
|
707
713
|
"popper-style": "height: 80px; left: -165px"
|
|
708
714
|
}, {
|
|
709
715
|
default: p(() => [
|
|
710
|
-
(u(!0), E(
|
|
716
|
+
(u(!0), E(ne, null, me(H, (N) => (u(), E("div", {
|
|
711
717
|
class: "select-list",
|
|
712
718
|
key: N.id,
|
|
713
|
-
onClick: (
|
|
719
|
+
onClick: (ae) => te(N.id)
|
|
714
720
|
}, [
|
|
715
|
-
|
|
716
|
-
N.id ===
|
|
721
|
+
g("span", null, A(N.name), 1),
|
|
722
|
+
N.id === X.value ? (u(), I(k, {
|
|
717
723
|
key: 0,
|
|
718
724
|
style: { color: "#8ba74f" }
|
|
719
725
|
}, {
|
|
@@ -726,9 +732,9 @@ const An = { class: "header" }, Dn = { class: "title" }, Rn = { class: "right" }
|
|
|
726
732
|
]),
|
|
727
733
|
_: 1
|
|
728
734
|
}, 8, ["virtual-ref"]),
|
|
729
|
-
h(
|
|
735
|
+
h(b, { onClick: j }, {
|
|
730
736
|
default: p(() => [
|
|
731
|
-
|
|
737
|
+
q(A(y(o)("common.header.signOut")), 1)
|
|
732
738
|
]),
|
|
733
739
|
_: 1
|
|
734
740
|
})
|
|
@@ -741,31 +747,31 @@ const An = { class: "header" }, Dn = { class: "title" }, Rn = { class: "right" }
|
|
|
741
747
|
])
|
|
742
748
|
])
|
|
743
749
|
]),
|
|
744
|
-
h(
|
|
750
|
+
h(ee, {
|
|
745
751
|
modelValue: c.value,
|
|
746
|
-
"onUpdate:modelValue":
|
|
752
|
+
"onUpdate:modelValue": v[3] || (v[3] = (N) => c.value = N),
|
|
747
753
|
direction: "rtl",
|
|
748
754
|
title: y(o)("common.header.messageCenter"),
|
|
749
755
|
size: "500px"
|
|
750
756
|
}, {
|
|
751
757
|
header: p(() => [
|
|
752
|
-
|
|
753
|
-
|
|
758
|
+
g("div", Bn, [
|
|
759
|
+
g("span", null, A(y(o)("common.header.messageCenter")), 1),
|
|
754
760
|
h(m, {
|
|
755
761
|
icon: y(xt),
|
|
756
762
|
link: "",
|
|
757
763
|
onClick: ke
|
|
758
764
|
}, {
|
|
759
765
|
default: p(() => [
|
|
760
|
-
|
|
766
|
+
q(A(y(o)("common.header.refresh")), 1)
|
|
761
767
|
]),
|
|
762
768
|
_: 1
|
|
763
769
|
}, 8, ["icon"])
|
|
764
770
|
])
|
|
765
771
|
]),
|
|
766
772
|
default: p(() => [
|
|
767
|
-
|
|
768
|
-
|
|
773
|
+
g("div", Hn, [
|
|
774
|
+
l.value.length > 0 ? (u(), E("div", Wn, [
|
|
769
775
|
h(m, {
|
|
770
776
|
icon: y(At),
|
|
771
777
|
type: "primary",
|
|
@@ -773,7 +779,7 @@ const An = { class: "header" }, Dn = { class: "title" }, Rn = { class: "right" }
|
|
|
773
779
|
onClick: w
|
|
774
780
|
}, {
|
|
775
781
|
default: p(() => [
|
|
776
|
-
|
|
782
|
+
q(A(y(o)("common.header.markAsRead")), 1)
|
|
777
783
|
]),
|
|
778
784
|
_: 1
|
|
779
785
|
}, 8, ["icon"]),
|
|
@@ -784,53 +790,53 @@ const An = { class: "header" }, Dn = { class: "title" }, Rn = { class: "right" }
|
|
|
784
790
|
onClick: U
|
|
785
791
|
}, {
|
|
786
792
|
default: p(() => [
|
|
787
|
-
|
|
793
|
+
q(A(y(o)("common.header.delete")), 1)
|
|
788
794
|
]),
|
|
789
795
|
_: 1
|
|
790
796
|
}, 8, ["icon"])
|
|
791
797
|
])) : L("", !0),
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
h(
|
|
798
|
+
g("div", Yn, [
|
|
799
|
+
i.value.length === 0 ? (u(), E("div", Jn, [
|
|
800
|
+
h(z, {
|
|
795
801
|
description: y(o)("common.header.noMessages")
|
|
796
802
|
}, null, 8, ["description"])
|
|
797
803
|
])) : (u(), E("div", Kn, [
|
|
798
804
|
h(C, {
|
|
799
|
-
indeterminate:
|
|
805
|
+
indeterminate: l.value.length > 0 && l.value.length < i.value.length,
|
|
800
806
|
modelValue: f.value,
|
|
801
|
-
"onUpdate:modelValue":
|
|
807
|
+
"onUpdate:modelValue": v[1] || (v[1] = (N) => f.value = N),
|
|
802
808
|
onChange: T
|
|
803
809
|
}, {
|
|
804
810
|
default: p(() => [
|
|
805
|
-
|
|
811
|
+
q(A(y(o)("common.header.selectAll")), 1)
|
|
806
812
|
]),
|
|
807
813
|
_: 1
|
|
808
814
|
}, 8, ["indeterminate", "modelValue"])
|
|
809
815
|
])),
|
|
810
|
-
(u(!0), E(
|
|
816
|
+
(u(!0), E(ne, null, me(i.value, (N) => (u(), E("div", {
|
|
811
817
|
key: N.id,
|
|
812
|
-
class: Ct(["message-item", { unread: !N.isRead, selected:
|
|
813
|
-
onClick: (
|
|
818
|
+
class: Ct(["message-item", { unread: !N.isRead, selected: l.value.includes(N.id) }]),
|
|
819
|
+
onClick: (ae) => l.value = l.value.includes(N.id) ? l.value.filter((K) => K !== N.id) : [...l.value, N.id]
|
|
814
820
|
}, [
|
|
815
|
-
|
|
821
|
+
g("div", Xn, [
|
|
816
822
|
h(C, {
|
|
817
|
-
"model-value":
|
|
818
|
-
onChange: (
|
|
819
|
-
|
|
823
|
+
"model-value": l.value.includes(N.id),
|
|
824
|
+
onChange: (ae) => {
|
|
825
|
+
ae ? l.value.includes(N.id) || (l.value = [...l.value, N.id]) : l.value = l.value.filter((K) => K !== N.id);
|
|
820
826
|
},
|
|
821
|
-
onClick:
|
|
827
|
+
onClick: v[2] || (v[2] = Po(() => {
|
|
822
828
|
}, ["stop"]))
|
|
823
829
|
}, null, 8, ["model-value", "onChange"])
|
|
824
830
|
]),
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
831
|
+
g("div", Zn, [
|
|
832
|
+
g("div", es, [
|
|
833
|
+
g("span", ts, A(N.title), 1),
|
|
828
834
|
N.isRead ? L("", !0) : (u(), E("span", os))
|
|
829
835
|
]),
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
836
|
+
g("div", ns, A(N.content), 1),
|
|
837
|
+
g("div", ss, [
|
|
838
|
+
g("span", as, A(N.sender), 1),
|
|
839
|
+
g("span", rs, A(N.sendTime), 1)
|
|
834
840
|
])
|
|
835
841
|
])
|
|
836
842
|
], 10, Qn))), 128))
|
|
@@ -853,33 +859,34 @@ const An = { class: "header" }, Dn = { class: "title" }, Rn = { class: "right" }
|
|
|
853
859
|
setup(e) {
|
|
854
860
|
const o = e;
|
|
855
861
|
return (n, t) => {
|
|
856
|
-
|
|
862
|
+
var i;
|
|
863
|
+
const s = $("SideMenuItem", !0), a = $("el-sub-menu"), c = $("el-menu-item");
|
|
857
864
|
return n.menu.children && n.menu.children.length > 0 ? (u(), I(a, {
|
|
858
865
|
key: 0,
|
|
859
|
-
index: n.menu.path
|
|
866
|
+
index: (i = n.menu.path) != null ? i : Math.random().toString(36)
|
|
860
867
|
}, {
|
|
861
868
|
title: p(() => {
|
|
862
|
-
var
|
|
869
|
+
var l, f, _, S;
|
|
863
870
|
return [
|
|
864
|
-
|
|
865
|
-
(
|
|
871
|
+
g("div", is, [
|
|
872
|
+
(l = o.menu.meta) != null && l.icon ? (u(), I(it((f = n.menu.meta) == null ? void 0 : f.icon), {
|
|
866
873
|
key: 0,
|
|
867
874
|
class: "menu-icon"
|
|
868
875
|
})) : L("", !0),
|
|
869
|
-
(
|
|
876
|
+
(_ = o.menu.meta) != null && _.svgXml ? (u(), E("div", {
|
|
870
877
|
key: 1,
|
|
871
878
|
class: "svg-xml-icon",
|
|
872
879
|
innerHTML: o.menu.meta.svgXml
|
|
873
880
|
}, null, 8, cs)) : L("", !0)
|
|
874
881
|
]),
|
|
875
|
-
|
|
882
|
+
g("span", null, A(y(oe)((S = n.menu.meta) == null ? void 0 : S.title)), 1)
|
|
876
883
|
];
|
|
877
884
|
}),
|
|
878
885
|
default: p(() => [
|
|
879
|
-
(u(!0), E(
|
|
880
|
-
key:
|
|
881
|
-
route:
|
|
882
|
-
menu:
|
|
886
|
+
(u(!0), E(ne, null, me(n.menu.children, (l) => (u(), I(s, {
|
|
887
|
+
key: l.path,
|
|
888
|
+
route: l,
|
|
889
|
+
menu: l
|
|
883
890
|
}, null, 8, ["route", "menu"]))), 128))
|
|
884
891
|
]),
|
|
885
892
|
_: 1
|
|
@@ -889,20 +896,20 @@ const An = { class: "header" }, Dn = { class: "title" }, Rn = { class: "right" }
|
|
|
889
896
|
style: { height: "40px" }
|
|
890
897
|
}, {
|
|
891
898
|
title: p(() => {
|
|
892
|
-
var
|
|
899
|
+
var l;
|
|
893
900
|
return [
|
|
894
|
-
|
|
901
|
+
g("span", null, A(y(oe)((l = n.menu.meta) == null ? void 0 : l.title)), 1)
|
|
895
902
|
];
|
|
896
903
|
}),
|
|
897
904
|
default: p(() => {
|
|
898
|
-
var
|
|
905
|
+
var l, f, _;
|
|
899
906
|
return [
|
|
900
|
-
|
|
901
|
-
(
|
|
907
|
+
g("div", ds, [
|
|
908
|
+
(l = o.menu.meta) != null && l.icon ? (u(), I(it((f = n.$props.menu.meta) == null ? void 0 : f.icon), {
|
|
902
909
|
key: 0,
|
|
903
910
|
class: "menu-icon"
|
|
904
911
|
})) : L("", !0),
|
|
905
|
-
((
|
|
912
|
+
((_ = o.menu.meta) == null ? void 0 : _.svgXml) !== void 0 ? (u(), E("div", {
|
|
906
913
|
key: 1,
|
|
907
914
|
class: "svg-xml-icon",
|
|
908
915
|
innerHTML: o.menu.meta.svgXml
|
|
@@ -914,12 +921,12 @@ const An = { class: "header" }, Dn = { class: "title" }, Rn = { class: "right" }
|
|
|
914
921
|
}, 8, ["index"]));
|
|
915
922
|
};
|
|
916
923
|
}
|
|
917
|
-
}), fs = /* @__PURE__ */ Ce(ps, [["__scopeId", "data-v-
|
|
924
|
+
}), fs = /* @__PURE__ */ Ce(ps, [["__scopeId", "data-v-5f96772b"]]), $e = B({}), ms = {}, Rt = he([]);
|
|
918
925
|
var to = !1;
|
|
919
926
|
function nt(e, o, n) {
|
|
920
927
|
return Array.isArray(e) ? (e.length = Math.max(e.length, o), e.splice(o, 1, n), n) : (e[o] = n, n);
|
|
921
928
|
}
|
|
922
|
-
function
|
|
929
|
+
function vt(e, o) {
|
|
923
930
|
if (Array.isArray(e)) {
|
|
924
931
|
e.splice(o, 1);
|
|
925
932
|
return;
|
|
@@ -932,7 +939,7 @@ function hs() {
|
|
|
932
939
|
function oo() {
|
|
933
940
|
return typeof navigator != "undefined" && typeof window != "undefined" ? window : typeof globalThis != "undefined" ? globalThis : {};
|
|
934
941
|
}
|
|
935
|
-
const
|
|
942
|
+
const vs = typeof Proxy == "function", _s = "devtools-plugin:setup", gs = "plugin:settings:set";
|
|
936
943
|
let je, gt;
|
|
937
944
|
function bs() {
|
|
938
945
|
var e;
|
|
@@ -947,14 +954,14 @@ class ws {
|
|
|
947
954
|
const t = {};
|
|
948
955
|
if (o.settings)
|
|
949
956
|
for (const c in o.settings) {
|
|
950
|
-
const
|
|
951
|
-
t[c] =
|
|
957
|
+
const i = o.settings[c];
|
|
958
|
+
t[c] = i.defaultValue;
|
|
952
959
|
}
|
|
953
960
|
const s = `__vue-devtools-plugin-settings__${o.id}`;
|
|
954
961
|
let a = Object.assign({}, t);
|
|
955
962
|
try {
|
|
956
|
-
const c = localStorage.getItem(s),
|
|
957
|
-
Object.assign(a,
|
|
963
|
+
const c = localStorage.getItem(s), i = JSON.parse(c);
|
|
964
|
+
Object.assign(a, i);
|
|
958
965
|
} catch (c) {
|
|
959
966
|
}
|
|
960
967
|
this.fallbacks = {
|
|
@@ -964,32 +971,32 @@ class ws {
|
|
|
964
971
|
setSettings(c) {
|
|
965
972
|
try {
|
|
966
973
|
localStorage.setItem(s, JSON.stringify(c));
|
|
967
|
-
} catch (
|
|
974
|
+
} catch (i) {
|
|
968
975
|
}
|
|
969
976
|
a = c;
|
|
970
977
|
},
|
|
971
978
|
now() {
|
|
972
979
|
return ys();
|
|
973
980
|
}
|
|
974
|
-
}, n && n.on(gs, (c,
|
|
975
|
-
c === this.plugin.id && this.fallbacks.setSettings(
|
|
981
|
+
}, n && n.on(gs, (c, i) => {
|
|
982
|
+
c === this.plugin.id && this.fallbacks.setSettings(i);
|
|
976
983
|
}), this.proxiedOn = new Proxy({}, {
|
|
977
|
-
get: (c,
|
|
984
|
+
get: (c, i) => this.target ? this.target.on[i] : (...l) => {
|
|
978
985
|
this.onQueue.push({
|
|
979
|
-
method:
|
|
980
|
-
args:
|
|
986
|
+
method: i,
|
|
987
|
+
args: l
|
|
981
988
|
});
|
|
982
989
|
}
|
|
983
990
|
}), this.proxiedTarget = new Proxy({}, {
|
|
984
|
-
get: (c,
|
|
985
|
-
method:
|
|
986
|
-
args:
|
|
991
|
+
get: (c, i) => this.target ? this.target[i] : i === "on" ? this.proxiedOn : Object.keys(this.fallbacks).includes(i) ? (...l) => (this.targetQueue.push({
|
|
992
|
+
method: i,
|
|
993
|
+
args: l,
|
|
987
994
|
resolve: () => {
|
|
988
995
|
}
|
|
989
|
-
}), this.fallbacks[
|
|
996
|
+
}), this.fallbacks[i](...l)) : (...l) => new Promise((f) => {
|
|
990
997
|
this.targetQueue.push({
|
|
991
|
-
method:
|
|
992
|
-
args:
|
|
998
|
+
method: i,
|
|
999
|
+
args: l,
|
|
993
1000
|
resolve: f
|
|
994
1001
|
});
|
|
995
1002
|
})
|
|
@@ -1006,9 +1013,9 @@ class ws {
|
|
|
1006
1013
|
}
|
|
1007
1014
|
}
|
|
1008
1015
|
function no(e, o) {
|
|
1009
|
-
const n = e, t = oo(), s = hs(), a =
|
|
1016
|
+
const n = e, t = oo(), s = hs(), a = vs && n.enableEarlyProxy;
|
|
1010
1017
|
if (s && (t.__VUE_DEVTOOLS_PLUGIN_API_AVAILABLE__ || !a))
|
|
1011
|
-
s.emit(
|
|
1018
|
+
s.emit(_s, e, o);
|
|
1012
1019
|
else {
|
|
1013
1020
|
const c = a ? new ws(n, s) : null;
|
|
1014
1021
|
(t.__VUE_DEVTOOLS_PLUGINS__ = t.__VUE_DEVTOOLS_PLUGINS__ || []).push({
|
|
@@ -1023,8 +1030,8 @@ function no(e, o) {
|
|
|
1023
1030
|
* (c) 2024 Eduardo San Martin Morote
|
|
1024
1031
|
* @license MIT
|
|
1025
1032
|
*/
|
|
1026
|
-
let
|
|
1027
|
-
const et = (e) =>
|
|
1033
|
+
let Xe;
|
|
1034
|
+
const et = (e) => Xe = e, so = process.env.NODE_ENV !== "production" ? Symbol("pinia") : (
|
|
1028
1035
|
/* istanbul ignore next */
|
|
1029
1036
|
Symbol()
|
|
1030
1037
|
);
|
|
@@ -1101,21 +1108,21 @@ function xs(e, o, n, t) {
|
|
|
1101
1108
|
return $t(e, o, n);
|
|
1102
1109
|
const s = e.type === "application/octet-stream", a = /constructor/i.test(String(Ft.HTMLElement)) || "safari" in Ft, c = /CriOS\/[\d]+/.test(navigator.userAgent);
|
|
1103
1110
|
if ((c || s && a || ro) && typeof FileReader != "undefined") {
|
|
1104
|
-
const
|
|
1105
|
-
|
|
1106
|
-
let
|
|
1107
|
-
if (typeof
|
|
1111
|
+
const i = new FileReader();
|
|
1112
|
+
i.onloadend = function() {
|
|
1113
|
+
let l = i.result;
|
|
1114
|
+
if (typeof l != "string")
|
|
1108
1115
|
throw t = null, new Error("Wrong reader.result type");
|
|
1109
|
-
|
|
1110
|
-
},
|
|
1116
|
+
l = c ? l : l.replace(/^data:[^;]*;/, "data:attachment/file;"), t ? t.location.href = l : location.assign(l), t = null;
|
|
1117
|
+
}, i.readAsDataURL(e);
|
|
1111
1118
|
} else {
|
|
1112
|
-
const
|
|
1113
|
-
t ? t.location.assign(
|
|
1114
|
-
URL.revokeObjectURL(
|
|
1119
|
+
const i = URL.createObjectURL(e);
|
|
1120
|
+
t ? t.location.assign(i) : location.href = i, t = null, setTimeout(function() {
|
|
1121
|
+
URL.revokeObjectURL(i);
|
|
1115
1122
|
}, 4e4);
|
|
1116
1123
|
}
|
|
1117
1124
|
}
|
|
1118
|
-
function
|
|
1125
|
+
function ce(e, o) {
|
|
1119
1126
|
const n = "🍍 " + e;
|
|
1120
1127
|
typeof __VUE_DEVTOOLS_TOAST__ == "function" ? __VUE_DEVTOOLS_TOAST__(n, o) : o === "error" ? console.error(n) : o === "warn" ? console.warn(n) : console.log(n);
|
|
1121
1128
|
}
|
|
@@ -1124,20 +1131,20 @@ function Et(e) {
|
|
|
1124
1131
|
}
|
|
1125
1132
|
function io() {
|
|
1126
1133
|
if (!("clipboard" in navigator))
|
|
1127
|
-
return
|
|
1134
|
+
return ce("Your browser doesn't support the Clipboard API", "error"), !0;
|
|
1128
1135
|
}
|
|
1129
1136
|
function co(e) {
|
|
1130
|
-
return e instanceof Error && e.message.toLowerCase().includes("document is not focused") ? (
|
|
1137
|
+
return e instanceof Error && e.message.toLowerCase().includes("document is not focused") ? (ce('You need to activate the "Emulate a focused page" setting in the "Rendering" panel of devtools.', "warn"), !0) : !1;
|
|
1131
1138
|
}
|
|
1132
1139
|
function $s(e) {
|
|
1133
1140
|
return Ne(this, null, function* () {
|
|
1134
1141
|
if (!io())
|
|
1135
1142
|
try {
|
|
1136
|
-
yield navigator.clipboard.writeText(JSON.stringify(e.state.value)),
|
|
1143
|
+
yield navigator.clipboard.writeText(JSON.stringify(e.state.value)), ce("Global state copied to clipboard.");
|
|
1137
1144
|
} catch (o) {
|
|
1138
1145
|
if (co(o))
|
|
1139
1146
|
return;
|
|
1140
|
-
|
|
1147
|
+
ce("Failed to serialize the state. Check the console for more details.", "error"), console.error(o);
|
|
1141
1148
|
}
|
|
1142
1149
|
});
|
|
1143
1150
|
}
|
|
@@ -1145,11 +1152,11 @@ function Es(e) {
|
|
|
1145
1152
|
return Ne(this, null, function* () {
|
|
1146
1153
|
if (!io())
|
|
1147
1154
|
try {
|
|
1148
|
-
uo(e, JSON.parse(yield navigator.clipboard.readText())),
|
|
1155
|
+
uo(e, JSON.parse(yield navigator.clipboard.readText())), ce("Global state pasted from clipboard.");
|
|
1149
1156
|
} catch (o) {
|
|
1150
1157
|
if (co(o))
|
|
1151
1158
|
return;
|
|
1152
|
-
|
|
1159
|
+
ce("Failed to deserialize the state from clipboard. Check the console for more details.", "error"), console.error(o);
|
|
1153
1160
|
}
|
|
1154
1161
|
});
|
|
1155
1162
|
}
|
|
@@ -1160,7 +1167,7 @@ function Os(e) {
|
|
|
1160
1167
|
type: "text/plain;charset=utf-8"
|
|
1161
1168
|
}), "pinia-state.json");
|
|
1162
1169
|
} catch (o) {
|
|
1163
|
-
|
|
1170
|
+
ce("Failed to export the state as JSON. Check the console for more details.", "error"), console.error(o);
|
|
1164
1171
|
}
|
|
1165
1172
|
});
|
|
1166
1173
|
}
|
|
@@ -1187,9 +1194,9 @@ function Is(e) {
|
|
|
1187
1194
|
if (!n)
|
|
1188
1195
|
return;
|
|
1189
1196
|
const { text: t, file: s } = n;
|
|
1190
|
-
uo(e, JSON.parse(t)),
|
|
1197
|
+
uo(e, JSON.parse(t)), ce(`Global state imported from "${s.name}".`);
|
|
1191
1198
|
} catch (o) {
|
|
1192
|
-
|
|
1199
|
+
ce("Failed to import the state from JSON. Check the console for more details.", "error"), console.error(o);
|
|
1193
1200
|
}
|
|
1194
1201
|
});
|
|
1195
1202
|
}
|
|
@@ -1230,7 +1237,7 @@ function Ms(e) {
|
|
|
1230
1237
|
return {
|
|
1231
1238
|
editable: !1,
|
|
1232
1239
|
key: a,
|
|
1233
|
-
value: c._getters.reduce((
|
|
1240
|
+
value: c._getters.reduce((i, l) => (i[l] = c[l], i), {})
|
|
1234
1241
|
};
|
|
1235
1242
|
})
|
|
1236
1243
|
};
|
|
@@ -1278,7 +1285,7 @@ function Us(e) {
|
|
|
1278
1285
|
}
|
|
1279
1286
|
}
|
|
1280
1287
|
let qe = !0;
|
|
1281
|
-
const lt = [],
|
|
1288
|
+
const lt = [], Fe = "pinia:mutations", ue = "pinia", { assign: Ts } = Object, ut = (e) => "🍍 " + e;
|
|
1282
1289
|
function As(e, o) {
|
|
1283
1290
|
no({
|
|
1284
1291
|
id: "dev.esm.pinia",
|
|
@@ -1289,8 +1296,8 @@ function As(e, o) {
|
|
|
1289
1296
|
componentStateTypes: lt,
|
|
1290
1297
|
app: e
|
|
1291
1298
|
}, (n) => {
|
|
1292
|
-
typeof n.now != "function" &&
|
|
1293
|
-
id:
|
|
1299
|
+
typeof n.now != "function" && ce("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."), n.addTimelineLayer({
|
|
1300
|
+
id: Fe,
|
|
1294
1301
|
label: "Pinia 🍍",
|
|
1295
1302
|
color: 15064968
|
|
1296
1303
|
}), n.addInspector({
|
|
@@ -1334,7 +1341,7 @@ function As(e, o) {
|
|
|
1334
1341
|
tooltip: 'Reset the state (with "$reset")',
|
|
1335
1342
|
action: (t) => {
|
|
1336
1343
|
const s = o._s.get(t);
|
|
1337
|
-
s ? typeof s.$reset != "function" ?
|
|
1344
|
+
s ? typeof s.$reset != "function" ? ce(`Cannot reset "${t}" store because it doesn't have a "$reset" method implemented.`, "warn") : (s.$reset(), ce(`Store "${t}" reset.`)) : ce(`Cannot reset "${t}" store because it wasn't found.`, "warn");
|
|
1338
1345
|
}
|
|
1339
1346
|
}
|
|
1340
1347
|
]
|
|
@@ -1342,37 +1349,37 @@ function As(e, o) {
|
|
|
1342
1349
|
const a = t.componentInstance && t.componentInstance.proxy;
|
|
1343
1350
|
if (a && a._pStores) {
|
|
1344
1351
|
const c = t.componentInstance.proxy._pStores;
|
|
1345
|
-
Object.values(c).forEach((
|
|
1352
|
+
Object.values(c).forEach((i) => {
|
|
1346
1353
|
t.instanceData.state.push({
|
|
1347
|
-
type: ut(
|
|
1354
|
+
type: ut(i.$id),
|
|
1348
1355
|
key: "state",
|
|
1349
1356
|
editable: !0,
|
|
1350
|
-
value:
|
|
1357
|
+
value: i._isOptionsAPI ? {
|
|
1351
1358
|
_custom: {
|
|
1352
|
-
value:
|
|
1359
|
+
value: We(i.$state),
|
|
1353
1360
|
actions: [
|
|
1354
1361
|
{
|
|
1355
1362
|
icon: "restore",
|
|
1356
1363
|
tooltip: "Reset the state of this store",
|
|
1357
|
-
action: () =>
|
|
1364
|
+
action: () => i.$reset()
|
|
1358
1365
|
}
|
|
1359
1366
|
]
|
|
1360
1367
|
}
|
|
1361
1368
|
} : (
|
|
1362
1369
|
// NOTE: workaround to unwrap transferred refs
|
|
1363
|
-
Object.keys(
|
|
1370
|
+
Object.keys(i.$state).reduce((l, f) => (l[f] = i.$state[f], l), {})
|
|
1364
1371
|
)
|
|
1365
|
-
}),
|
|
1366
|
-
type: ut(
|
|
1372
|
+
}), i._getters && i._getters.length && t.instanceData.state.push({
|
|
1373
|
+
type: ut(i.$id),
|
|
1367
1374
|
key: "getters",
|
|
1368
1375
|
editable: !1,
|
|
1369
|
-
value:
|
|
1376
|
+
value: i._getters.reduce((l, f) => {
|
|
1370
1377
|
try {
|
|
1371
|
-
|
|
1372
|
-
} catch (
|
|
1373
|
-
|
|
1378
|
+
l[f] = i[f];
|
|
1379
|
+
} catch (_) {
|
|
1380
|
+
l[f] = _;
|
|
1374
1381
|
}
|
|
1375
|
-
return
|
|
1382
|
+
return l;
|
|
1376
1383
|
}, {})
|
|
1377
1384
|
});
|
|
1378
1385
|
});
|
|
@@ -1387,13 +1394,13 @@ function As(e, o) {
|
|
|
1387
1394
|
const s = t.nodeId === rt ? o : o._s.get(t.nodeId);
|
|
1388
1395
|
if (!s)
|
|
1389
1396
|
return;
|
|
1390
|
-
s && (t.nodeId !== rt && (globalThis.$store =
|
|
1397
|
+
s && (t.nodeId !== rt && (globalThis.$store = We(s)), t.state = Ms(s));
|
|
1391
1398
|
}
|
|
1392
1399
|
}), n.on.editInspectorState((t, s) => {
|
|
1393
1400
|
if (t.app === e && t.inspectorId === ue) {
|
|
1394
1401
|
const a = t.nodeId === rt ? o : o._s.get(t.nodeId);
|
|
1395
1402
|
if (!a)
|
|
1396
|
-
return
|
|
1403
|
+
return ce(`store "${t.nodeId}" not found`, "error");
|
|
1397
1404
|
const { path: c } = t;
|
|
1398
1405
|
Et(a) ? c.unshift("state") : (c.length !== 1 || !a._customProperties.has(c[0]) || c[0] in a.$state) && c.unshift("$state"), qe = !1, t.set(a, c, t.state.value), qe = !0;
|
|
1399
1406
|
}
|
|
@@ -1401,10 +1408,10 @@ function As(e, o) {
|
|
|
1401
1408
|
if (t.type.startsWith("🍍")) {
|
|
1402
1409
|
const s = t.type.replace(/^🍍\s*/, ""), a = o._s.get(s);
|
|
1403
1410
|
if (!a)
|
|
1404
|
-
return
|
|
1411
|
+
return ce(`store "${s}" not found`, "error");
|
|
1405
1412
|
const { path: c } = t;
|
|
1406
1413
|
if (c[0] !== "state")
|
|
1407
|
-
return
|
|
1414
|
+
return ce(`Invalid path for store "${s}":
|
|
1408
1415
|
${c}
|
|
1409
1416
|
Only state can be modified.`);
|
|
1410
1417
|
c[0] = "$state", qe = !1, t.set(a, c, t.state.value), qe = !0;
|
|
@@ -1435,81 +1442,81 @@ function Ds(e, o) {
|
|
|
1435
1442
|
}
|
|
1436
1443
|
}, (n) => {
|
|
1437
1444
|
const t = typeof n.now == "function" ? n.now.bind(n) : Date.now;
|
|
1438
|
-
o.$onAction(({ after: c, onError:
|
|
1439
|
-
const
|
|
1445
|
+
o.$onAction(({ after: c, onError: i, name: l, args: f }) => {
|
|
1446
|
+
const _ = fo++;
|
|
1440
1447
|
n.addTimelineEvent({
|
|
1441
|
-
layerId:
|
|
1448
|
+
layerId: Fe,
|
|
1442
1449
|
event: {
|
|
1443
1450
|
time: t(),
|
|
1444
|
-
title: "🛫 " +
|
|
1451
|
+
title: "🛫 " + l,
|
|
1445
1452
|
subtitle: "start",
|
|
1446
1453
|
data: {
|
|
1447
1454
|
store: xe(o.$id),
|
|
1448
|
-
action: xe(
|
|
1455
|
+
action: xe(l),
|
|
1449
1456
|
args: f
|
|
1450
1457
|
},
|
|
1451
|
-
groupId:
|
|
1458
|
+
groupId: _
|
|
1452
1459
|
}
|
|
1453
|
-
}), c((
|
|
1454
|
-
|
|
1455
|
-
layerId:
|
|
1460
|
+
}), c((S) => {
|
|
1461
|
+
De = void 0, n.addTimelineEvent({
|
|
1462
|
+
layerId: Fe,
|
|
1456
1463
|
event: {
|
|
1457
1464
|
time: t(),
|
|
1458
|
-
title: "🛬 " +
|
|
1465
|
+
title: "🛬 " + l,
|
|
1459
1466
|
subtitle: "end",
|
|
1460
1467
|
data: {
|
|
1461
1468
|
store: xe(o.$id),
|
|
1462
|
-
action: xe(
|
|
1469
|
+
action: xe(l),
|
|
1463
1470
|
args: f,
|
|
1464
|
-
result:
|
|
1471
|
+
result: S
|
|
1465
1472
|
},
|
|
1466
|
-
groupId:
|
|
1473
|
+
groupId: _
|
|
1467
1474
|
}
|
|
1468
1475
|
});
|
|
1469
|
-
}),
|
|
1470
|
-
|
|
1471
|
-
layerId:
|
|
1476
|
+
}), i((S) => {
|
|
1477
|
+
De = void 0, n.addTimelineEvent({
|
|
1478
|
+
layerId: Fe,
|
|
1472
1479
|
event: {
|
|
1473
1480
|
time: t(),
|
|
1474
1481
|
logType: "error",
|
|
1475
|
-
title: "💥 " +
|
|
1482
|
+
title: "💥 " + l,
|
|
1476
1483
|
subtitle: "end",
|
|
1477
1484
|
data: {
|
|
1478
1485
|
store: xe(o.$id),
|
|
1479
|
-
action: xe(
|
|
1486
|
+
action: xe(l),
|
|
1480
1487
|
args: f,
|
|
1481
|
-
error:
|
|
1488
|
+
error: S
|
|
1482
1489
|
},
|
|
1483
|
-
groupId:
|
|
1490
|
+
groupId: _
|
|
1484
1491
|
}
|
|
1485
1492
|
});
|
|
1486
1493
|
});
|
|
1487
1494
|
}, !0), o._customProperties.forEach((c) => {
|
|
1488
|
-
Me(() => y(o[c]), (
|
|
1495
|
+
Me(() => y(o[c]), (i, l) => {
|
|
1489
1496
|
n.notifyComponentUpdate(), n.sendInspectorState(ue), qe && n.addTimelineEvent({
|
|
1490
|
-
layerId:
|
|
1497
|
+
layerId: Fe,
|
|
1491
1498
|
event: {
|
|
1492
1499
|
time: t(),
|
|
1493
1500
|
title: "Change",
|
|
1494
1501
|
subtitle: c,
|
|
1495
1502
|
data: {
|
|
1496
|
-
newValue:
|
|
1497
|
-
oldValue:
|
|
1503
|
+
newValue: i,
|
|
1504
|
+
oldValue: l
|
|
1498
1505
|
},
|
|
1499
|
-
groupId:
|
|
1506
|
+
groupId: De
|
|
1500
1507
|
}
|
|
1501
1508
|
});
|
|
1502
1509
|
}, { deep: !0 });
|
|
1503
|
-
}), o.$subscribe(({ events: c, type:
|
|
1510
|
+
}), o.$subscribe(({ events: c, type: i }, l) => {
|
|
1504
1511
|
if (n.notifyComponentUpdate(), n.sendInspectorState(ue), !qe)
|
|
1505
1512
|
return;
|
|
1506
1513
|
const f = {
|
|
1507
1514
|
time: t(),
|
|
1508
|
-
title: Us(
|
|
1515
|
+
title: Us(i),
|
|
1509
1516
|
data: Ts({ store: xe(o.$id) }, Ns(c)),
|
|
1510
|
-
groupId:
|
|
1517
|
+
groupId: De
|
|
1511
1518
|
};
|
|
1512
|
-
|
|
1519
|
+
i === Ve.patchFunction ? f.subtitle = "⤵️" : i === Ve.patchObject ? f.subtitle = "🧩" : c && !Array.isArray(c) && (f.subtitle = c.type), c && (f.data["rawEvent(s)"] = {
|
|
1513
1520
|
_custom: {
|
|
1514
1521
|
display: "DebuggerEvent",
|
|
1515
1522
|
type: "object",
|
|
@@ -1517,14 +1524,14 @@ function Ds(e, o) {
|
|
|
1517
1524
|
value: c
|
|
1518
1525
|
}
|
|
1519
1526
|
}), n.addTimelineEvent({
|
|
1520
|
-
layerId:
|
|
1527
|
+
layerId: Fe,
|
|
1521
1528
|
event: f
|
|
1522
1529
|
});
|
|
1523
1530
|
}, { detached: !0, flush: "sync" });
|
|
1524
1531
|
const s = o._hotUpdate;
|
|
1525
|
-
o._hotUpdate =
|
|
1532
|
+
o._hotUpdate = Te((c) => {
|
|
1526
1533
|
s(c), n.addTimelineEvent({
|
|
1527
|
-
layerId:
|
|
1534
|
+
layerId: Fe,
|
|
1528
1535
|
event: {
|
|
1529
1536
|
time: t(),
|
|
1530
1537
|
title: "🔥 " + o.$id,
|
|
@@ -1538,26 +1545,26 @@ function Ds(e, o) {
|
|
|
1538
1545
|
});
|
|
1539
1546
|
const { $dispose: a } = o;
|
|
1540
1547
|
o.$dispose = () => {
|
|
1541
|
-
a(), n.notifyComponentUpdate(), n.sendInspectorTree(ue), n.sendInspectorState(ue), n.getSettings().logStoreChanges &&
|
|
1542
|
-
}, n.notifyComponentUpdate(), n.sendInspectorTree(ue), n.sendInspectorState(ue), n.getSettings().logStoreChanges &&
|
|
1548
|
+
a(), n.notifyComponentUpdate(), n.sendInspectorTree(ue), n.sendInspectorState(ue), n.getSettings().logStoreChanges && ce(`Disposed "${o.$id}" store 🗑`);
|
|
1549
|
+
}, n.notifyComponentUpdate(), n.sendInspectorTree(ue), n.sendInspectorState(ue), n.getSettings().logStoreChanges && ce(`"${o.$id}" store installed 🆕`);
|
|
1543
1550
|
});
|
|
1544
1551
|
}
|
|
1545
|
-
let fo = 0,
|
|
1552
|
+
let fo = 0, De;
|
|
1546
1553
|
function Lt(e, o, n) {
|
|
1547
|
-
const t = o.reduce((s, a) => (s[a] =
|
|
1554
|
+
const t = o.reduce((s, a) => (s[a] = We(e)[a], s), {});
|
|
1548
1555
|
for (const s in t)
|
|
1549
1556
|
e[s] = function() {
|
|
1550
1557
|
const a = fo, c = n ? new Proxy(e, {
|
|
1551
|
-
get(...
|
|
1552
|
-
return
|
|
1558
|
+
get(...l) {
|
|
1559
|
+
return De = a, Reflect.get(...l);
|
|
1553
1560
|
},
|
|
1554
|
-
set(...
|
|
1555
|
-
return
|
|
1561
|
+
set(...l) {
|
|
1562
|
+
return De = a, Reflect.set(...l);
|
|
1556
1563
|
}
|
|
1557
1564
|
}) : e;
|
|
1558
|
-
|
|
1559
|
-
const
|
|
1560
|
-
return
|
|
1565
|
+
De = a;
|
|
1566
|
+
const i = t[s].apply(c, arguments);
|
|
1567
|
+
return De = void 0, i;
|
|
1561
1568
|
};
|
|
1562
1569
|
}
|
|
1563
1570
|
function Rs({ app: e, store: o, options: n }) {
|
|
@@ -1565,7 +1572,7 @@ function Rs({ app: e, store: o, options: n }) {
|
|
|
1565
1572
|
if (o._isOptionsAPI = !!n.state, !o._p._testing) {
|
|
1566
1573
|
Lt(o, Object.keys(n.actions), o._isOptionsAPI);
|
|
1567
1574
|
const t = o._hotUpdate;
|
|
1568
|
-
|
|
1575
|
+
We(o)._hotUpdate = function(s) {
|
|
1569
1576
|
t.apply(this, arguments), Lt(o, Object.keys(s._hmrPayload.actions), !!o._isOptionsAPI);
|
|
1570
1577
|
};
|
|
1571
1578
|
}
|
|
@@ -1577,9 +1584,9 @@ function Rs({ app: e, store: o, options: n }) {
|
|
|
1577
1584
|
}
|
|
1578
1585
|
}
|
|
1579
1586
|
function Fs() {
|
|
1580
|
-
const e = Wt(!0), o = e.run(() =>
|
|
1587
|
+
const e = Wt(!0), o = e.run(() => B({}));
|
|
1581
1588
|
let n = [], t = [];
|
|
1582
|
-
const s =
|
|
1589
|
+
const s = Te({
|
|
1583
1590
|
install(a) {
|
|
1584
1591
|
et(s), s._a = a, a.provide(so, s), a.config.globalProperties.$pinia = s, process.env.NODE_ENV !== "production" && process.env.NODE_ENV !== "test" && Le && As(a, s), t.forEach((c) => n.push(c)), t = [];
|
|
1585
1592
|
},
|
|
@@ -1621,7 +1628,7 @@ function ze(e, ...o) {
|
|
|
1621
1628
|
n(...o);
|
|
1622
1629
|
});
|
|
1623
1630
|
}
|
|
1624
|
-
const Ls = (e) => e(), jt = Symbol(),
|
|
1631
|
+
const Ls = (e) => e(), jt = Symbol(), _t = Symbol();
|
|
1625
1632
|
function bt(e, o) {
|
|
1626
1633
|
e instanceof Map && o instanceof Map ? o.forEach((n, t) => e.set(t, n)) : e instanceof Set && o instanceof Set && o.forEach(e.add, e);
|
|
1627
1634
|
for (const n in o) {
|
|
@@ -1639,62 +1646,62 @@ const Gs = process.env.NODE_ENV !== "production" ? Symbol("pinia:skipHydration")
|
|
|
1639
1646
|
function js(e) {
|
|
1640
1647
|
return !Ge(e) || !e.hasOwnProperty(Gs);
|
|
1641
1648
|
}
|
|
1642
|
-
const { assign:
|
|
1649
|
+
const { assign: ye } = Object;
|
|
1643
1650
|
function zt(e) {
|
|
1644
1651
|
return !!(Ze(e) && e.effect);
|
|
1645
1652
|
}
|
|
1646
1653
|
function qt(e, o, n, t) {
|
|
1647
|
-
const { state: s, actions: a, getters: c } = o,
|
|
1648
|
-
let
|
|
1654
|
+
const { state: s, actions: a, getters: c } = o, i = n.state.value[e];
|
|
1655
|
+
let l;
|
|
1649
1656
|
function f() {
|
|
1650
|
-
!
|
|
1651
|
-
const
|
|
1657
|
+
!i && (process.env.NODE_ENV === "production" || !t) && (n.state.value[e] = s ? s() : {});
|
|
1658
|
+
const _ = process.env.NODE_ENV !== "production" && t ? (
|
|
1652
1659
|
// use ref() to unwrap refs inside state TODO: check if this is still necessary
|
|
1653
|
-
Ut(
|
|
1660
|
+
Ut(B(s ? s() : {}).value)
|
|
1654
1661
|
) : Ut(n.state.value[e]);
|
|
1655
|
-
return
|
|
1662
|
+
return ye(_, a, Object.keys(c || {}).reduce((S, V) => (process.env.NODE_ENV !== "production" && V in _ && console.warn(`[🍍]: A getter cannot have the same name as another state property. Rename one of them. Found with "${V}" in store "${e}".`), S[V] = Te(Re(() => {
|
|
1656
1663
|
et(n);
|
|
1657
1664
|
const M = n._s.get(e);
|
|
1658
1665
|
return c[V].call(M, M);
|
|
1659
|
-
})),
|
|
1666
|
+
})), S), {}));
|
|
1660
1667
|
}
|
|
1661
|
-
return
|
|
1668
|
+
return l = yt(e, f, o, n, t, !0), l;
|
|
1662
1669
|
}
|
|
1663
1670
|
function yt(e, o, n = {}, t, s, a) {
|
|
1664
1671
|
let c;
|
|
1665
|
-
const
|
|
1672
|
+
const i = ye({ actions: {} }, n);
|
|
1666
1673
|
if (process.env.NODE_ENV !== "production" && !t._e.active)
|
|
1667
1674
|
throw new Error("Pinia destroyed");
|
|
1668
|
-
const
|
|
1669
|
-
process.env.NODE_ENV !== "production" && !to && (
|
|
1675
|
+
const l = { deep: !0 };
|
|
1676
|
+
process.env.NODE_ENV !== "production" && !to && (l.onTrigger = (d) => {
|
|
1670
1677
|
f ? M = d : f == !1 && !U._hotUpdating && (Array.isArray(M) ? M.push(d) : console.error("🍍 debuggerEvents should be an array. This is most likely an internal Pinia bug."));
|
|
1671
1678
|
});
|
|
1672
|
-
let f,
|
|
1673
|
-
const
|
|
1674
|
-
!a && !
|
|
1675
|
-
const
|
|
1676
|
-
let
|
|
1677
|
-
function
|
|
1678
|
-
let
|
|
1679
|
-
f =
|
|
1679
|
+
let f, _, S = [], V = [], M;
|
|
1680
|
+
const X = t.state.value[e];
|
|
1681
|
+
!a && !X && (process.env.NODE_ENV === "production" || !s) && (t.state.value[e] = {});
|
|
1682
|
+
const H = B({});
|
|
1683
|
+
let Z;
|
|
1684
|
+
function j(d) {
|
|
1685
|
+
let r;
|
|
1686
|
+
f = _ = !1, process.env.NODE_ENV !== "production" && (M = []), typeof d == "function" ? (d(t.state.value[e]), r = {
|
|
1680
1687
|
type: Ve.patchFunction,
|
|
1681
1688
|
storeId: e,
|
|
1682
1689
|
events: M
|
|
1683
|
-
}) : (bt(t.state.value[e], d),
|
|
1690
|
+
}) : (bt(t.state.value[e], d), r = {
|
|
1684
1691
|
type: Ve.patchObject,
|
|
1685
1692
|
payload: d,
|
|
1686
1693
|
storeId: e,
|
|
1687
1694
|
events: M
|
|
1688
1695
|
});
|
|
1689
|
-
const
|
|
1696
|
+
const v = Z = Symbol();
|
|
1690
1697
|
ct().then(() => {
|
|
1691
|
-
|
|
1692
|
-
}),
|
|
1698
|
+
Z === v && (f = !0);
|
|
1699
|
+
}), _ = !0, ze(S, r, t.state.value[e]);
|
|
1693
1700
|
}
|
|
1694
|
-
const
|
|
1695
|
-
const { state:
|
|
1701
|
+
const te = a ? function() {
|
|
1702
|
+
const { state: r } = n, v = r ? r() : {};
|
|
1696
1703
|
this.$patch((k) => {
|
|
1697
|
-
|
|
1704
|
+
ye(k, v);
|
|
1698
1705
|
});
|
|
1699
1706
|
} : (
|
|
1700
1707
|
/* istanbul ignore next */
|
|
@@ -1702,13 +1709,13 @@ function yt(e, o, n = {}, t, s, a) {
|
|
|
1702
1709
|
throw new Error(`🍍: Store "${e}" is built using the setup syntax and does not implement $reset().`);
|
|
1703
1710
|
} : ho
|
|
1704
1711
|
);
|
|
1705
|
-
function
|
|
1706
|
-
c.stop(),
|
|
1712
|
+
function se() {
|
|
1713
|
+
c.stop(), S = [], V = [], t._s.delete(e);
|
|
1707
1714
|
}
|
|
1708
|
-
const
|
|
1715
|
+
const ve = (d, r = "") => {
|
|
1709
1716
|
if (jt in d)
|
|
1710
|
-
return d[
|
|
1711
|
-
const
|
|
1717
|
+
return d[_t] = r, d;
|
|
1718
|
+
const v = function() {
|
|
1712
1719
|
et(t);
|
|
1713
1720
|
const k = Array.from(arguments), P = [], R = [];
|
|
1714
1721
|
function D(G) {
|
|
@@ -1719,7 +1726,7 @@ function yt(e, o, n = {}, t, s, a) {
|
|
|
1719
1726
|
}
|
|
1720
1727
|
ze(V, {
|
|
1721
1728
|
args: k,
|
|
1722
|
-
name:
|
|
1729
|
+
name: v[_t],
|
|
1723
1730
|
store: U,
|
|
1724
1731
|
after: D,
|
|
1725
1732
|
onError: O
|
|
@@ -1732,34 +1739,34 @@ function yt(e, o, n = {}, t, s, a) {
|
|
|
1732
1739
|
}
|
|
1733
1740
|
return F instanceof Promise ? F.then((G) => (ze(P, G), G)).catch((G) => (ze(R, G), Promise.reject(G))) : (ze(P, F), F);
|
|
1734
1741
|
};
|
|
1735
|
-
return
|
|
1736
|
-
}, W = /* @__PURE__ */
|
|
1742
|
+
return v[jt] = !0, v[_t] = r, v;
|
|
1743
|
+
}, W = /* @__PURE__ */ Te({
|
|
1737
1744
|
actions: {},
|
|
1738
1745
|
getters: {},
|
|
1739
1746
|
state: [],
|
|
1740
|
-
hotState:
|
|
1747
|
+
hotState: H
|
|
1741
1748
|
}), ke = {
|
|
1742
1749
|
_p: t,
|
|
1743
1750
|
// _s: scope,
|
|
1744
1751
|
$id: e,
|
|
1745
1752
|
$onAction: Gt.bind(null, V),
|
|
1746
|
-
$patch:
|
|
1747
|
-
$reset:
|
|
1748
|
-
$subscribe(d,
|
|
1749
|
-
const
|
|
1750
|
-
(
|
|
1753
|
+
$patch: j,
|
|
1754
|
+
$reset: te,
|
|
1755
|
+
$subscribe(d, r = {}) {
|
|
1756
|
+
const v = Gt(S, d, r.detached, () => k()), k = c.run(() => Me(() => t.state.value[e], (P) => {
|
|
1757
|
+
(r.flush === "sync" ? _ : f) && d({
|
|
1751
1758
|
storeId: e,
|
|
1752
1759
|
type: Ve.direct,
|
|
1753
1760
|
events: M
|
|
1754
1761
|
}, P);
|
|
1755
|
-
},
|
|
1756
|
-
return
|
|
1762
|
+
}, ye({}, l, r)));
|
|
1763
|
+
return v;
|
|
1757
1764
|
},
|
|
1758
|
-
$dispose:
|
|
1759
|
-
}, U = fe(process.env.NODE_ENV !== "production" || process.env.NODE_ENV !== "production" && process.env.NODE_ENV !== "test" && Le ?
|
|
1765
|
+
$dispose: se
|
|
1766
|
+
}, U = fe(process.env.NODE_ENV !== "production" || process.env.NODE_ENV !== "production" && process.env.NODE_ENV !== "test" && Le ? ye(
|
|
1760
1767
|
{
|
|
1761
1768
|
_hmrPayload: W,
|
|
1762
|
-
_customProperties:
|
|
1769
|
+
_customProperties: Te(/* @__PURE__ */ new Set())
|
|
1763
1770
|
// devtools custom properties
|
|
1764
1771
|
},
|
|
1765
1772
|
ke
|
|
@@ -1767,56 +1774,56 @@ function yt(e, o, n = {}, t, s, a) {
|
|
|
1767
1774
|
// setupStore
|
|
1768
1775
|
) : ke);
|
|
1769
1776
|
t._s.set(e, U);
|
|
1770
|
-
const T = (t._a && t._a.runWithContext || Ls)(() => t._e.run(() => (c = Wt()).run(() => o({ action:
|
|
1777
|
+
const T = (t._a && t._a.runWithContext || Ls)(() => t._e.run(() => (c = Wt()).run(() => o({ action: ve }))));
|
|
1771
1778
|
for (const d in T) {
|
|
1772
|
-
const
|
|
1773
|
-
if (Ze(
|
|
1774
|
-
process.env.NODE_ENV !== "production" && s ? nt(
|
|
1775
|
-
else if (typeof
|
|
1776
|
-
const
|
|
1777
|
-
T[d] =
|
|
1778
|
-
} else process.env.NODE_ENV !== "production" && zt(
|
|
1779
|
+
const r = T[d];
|
|
1780
|
+
if (Ze(r) && !zt(r) || kt(r))
|
|
1781
|
+
process.env.NODE_ENV !== "production" && s ? nt(H.value, d, mt(T, d)) : a || (X && js(r) && (Ze(r) ? r.value = X[d] : bt(r, X[d])), t.state.value[e][d] = r), process.env.NODE_ENV !== "production" && W.state.push(d);
|
|
1782
|
+
else if (typeof r == "function") {
|
|
1783
|
+
const v = process.env.NODE_ENV !== "production" && s ? r : ve(r, d);
|
|
1784
|
+
T[d] = v, process.env.NODE_ENV !== "production" && (W.actions[d] = r), i.actions[d] = r;
|
|
1785
|
+
} else process.env.NODE_ENV !== "production" && zt(r) && (W.getters[d] = a ? (
|
|
1779
1786
|
// @ts-expect-error
|
|
1780
1787
|
n.getters[d]
|
|
1781
|
-
) :
|
|
1782
|
-
(T._getters =
|
|
1788
|
+
) : r, Le && (T._getters || // @ts-expect-error: same
|
|
1789
|
+
(T._getters = Te([]))).push(d));
|
|
1783
1790
|
}
|
|
1784
|
-
if (
|
|
1785
|
-
get: () => process.env.NODE_ENV !== "production" && s ?
|
|
1791
|
+
if (ye(U, T), ye(We(U), T), Object.defineProperty(U, "$state", {
|
|
1792
|
+
get: () => process.env.NODE_ENV !== "production" && s ? H.value : t.state.value[e],
|
|
1786
1793
|
set: (d) => {
|
|
1787
1794
|
if (process.env.NODE_ENV !== "production" && s)
|
|
1788
1795
|
throw new Error("cannot set hotState");
|
|
1789
|
-
|
|
1790
|
-
|
|
1796
|
+
j((r) => {
|
|
1797
|
+
ye(r, d);
|
|
1791
1798
|
});
|
|
1792
1799
|
}
|
|
1793
|
-
}), process.env.NODE_ENV !== "production" && (U._hotUpdate =
|
|
1794
|
-
U._hotUpdating = !0, d._hmrPayload.state.forEach((
|
|
1795
|
-
if (
|
|
1796
|
-
const
|
|
1797
|
-
typeof
|
|
1800
|
+
}), process.env.NODE_ENV !== "production" && (U._hotUpdate = Te((d) => {
|
|
1801
|
+
U._hotUpdating = !0, d._hmrPayload.state.forEach((r) => {
|
|
1802
|
+
if (r in U.$state) {
|
|
1803
|
+
const v = d.$state[r], k = U.$state[r];
|
|
1804
|
+
typeof v == "object" && Ge(v) && Ge(k) ? mo(v, k) : d.$state[r] = k;
|
|
1798
1805
|
}
|
|
1799
|
-
nt(U,
|
|
1800
|
-
}), Object.keys(U.$state).forEach((
|
|
1801
|
-
|
|
1802
|
-
}), f = !1,
|
|
1806
|
+
nt(U, r, mt(d.$state, r));
|
|
1807
|
+
}), Object.keys(U.$state).forEach((r) => {
|
|
1808
|
+
r in d.$state || vt(U, r);
|
|
1809
|
+
}), f = !1, _ = !1, t.state.value[e] = mt(d._hmrPayload, "hotState"), _ = !0, ct().then(() => {
|
|
1803
1810
|
f = !0;
|
|
1804
1811
|
});
|
|
1805
|
-
for (const
|
|
1806
|
-
const
|
|
1807
|
-
nt(U,
|
|
1812
|
+
for (const r in d._hmrPayload.actions) {
|
|
1813
|
+
const v = d[r];
|
|
1814
|
+
nt(U, r, ve(v, r));
|
|
1808
1815
|
}
|
|
1809
|
-
for (const
|
|
1810
|
-
const
|
|
1816
|
+
for (const r in d._hmrPayload.getters) {
|
|
1817
|
+
const v = d._hmrPayload.getters[r], k = a ? (
|
|
1811
1818
|
// special handling of options api
|
|
1812
|
-
|
|
1813
|
-
) :
|
|
1814
|
-
nt(U,
|
|
1815
|
-
}
|
|
1816
|
-
Object.keys(U._hmrPayload.getters).forEach((
|
|
1817
|
-
|
|
1818
|
-
}), Object.keys(U._hmrPayload.actions).forEach((
|
|
1819
|
-
|
|
1819
|
+
Re(() => (et(t), v.call(U, U)))
|
|
1820
|
+
) : v;
|
|
1821
|
+
nt(U, r, k);
|
|
1822
|
+
}
|
|
1823
|
+
Object.keys(U._hmrPayload.getters).forEach((r) => {
|
|
1824
|
+
r in d._hmrPayload.getters || vt(U, r);
|
|
1825
|
+
}), Object.keys(U._hmrPayload.actions).forEach((r) => {
|
|
1826
|
+
r in d._hmrPayload.actions || vt(U, r);
|
|
1820
1827
|
}), U._hmrPayload = d._hmrPayload, U._getters = d._getters, U._hotUpdating = !1;
|
|
1821
1828
|
})), process.env.NODE_ENV !== "production" && process.env.NODE_ENV !== "test" && Le) {
|
|
1822
1829
|
const d = {
|
|
@@ -1825,29 +1832,29 @@ function yt(e, o, n = {}, t, s, a) {
|
|
|
1825
1832
|
// avoid warning on devtools trying to display this property
|
|
1826
1833
|
enumerable: !1
|
|
1827
1834
|
};
|
|
1828
|
-
["_p", "_hmrPayload", "_getters", "_customProperties"].forEach((
|
|
1829
|
-
Object.defineProperty(U,
|
|
1835
|
+
["_p", "_hmrPayload", "_getters", "_customProperties"].forEach((r) => {
|
|
1836
|
+
Object.defineProperty(U, r, ye({ value: U[r] }, d));
|
|
1830
1837
|
});
|
|
1831
1838
|
}
|
|
1832
1839
|
return t._p.forEach((d) => {
|
|
1833
1840
|
if (process.env.NODE_ENV !== "production" && process.env.NODE_ENV !== "test" && Le) {
|
|
1834
|
-
const
|
|
1841
|
+
const r = c.run(() => d({
|
|
1835
1842
|
store: U,
|
|
1836
1843
|
app: t._a,
|
|
1837
1844
|
pinia: t,
|
|
1838
|
-
options:
|
|
1845
|
+
options: i
|
|
1839
1846
|
}));
|
|
1840
|
-
Object.keys(
|
|
1847
|
+
Object.keys(r || {}).forEach((v) => U._customProperties.add(v)), ye(U, r);
|
|
1841
1848
|
} else
|
|
1842
|
-
|
|
1849
|
+
ye(U, c.run(() => d({
|
|
1843
1850
|
store: U,
|
|
1844
1851
|
app: t._a,
|
|
1845
1852
|
pinia: t,
|
|
1846
|
-
options:
|
|
1853
|
+
options: i
|
|
1847
1854
|
})));
|
|
1848
1855
|
}), process.env.NODE_ENV !== "production" && U.$state && typeof U.$state == "object" && typeof U.$state.constructor == "function" && !U.$state.constructor.toString().includes("[native code]") && console.warn(`[🍍]: The "state" must be a plain object. It cannot be
|
|
1849
1856
|
state: () => new MyClass()
|
|
1850
|
-
Found in store "${U.$id}".`),
|
|
1857
|
+
Found in store "${U.$id}".`), X && a && n.hydrate && n.hydrate(U.$state, X), f = !0, _ = !0, U;
|
|
1851
1858
|
}
|
|
1852
1859
|
/*! #__NO_SIDE_EFFECTS__ */
|
|
1853
1860
|
// @__NO_SIDE_EFFECTS__
|
|
@@ -1855,29 +1862,29 @@ function zs(e, o, n) {
|
|
|
1855
1862
|
let t, s;
|
|
1856
1863
|
const a = typeof o == "function";
|
|
1857
1864
|
t = e, s = a ? n : o;
|
|
1858
|
-
function c(
|
|
1865
|
+
function c(i, l) {
|
|
1859
1866
|
const f = Io();
|
|
1860
|
-
if (
|
|
1867
|
+
if (i = // in test mode, ignore the argument provided as we can always retrieve a
|
|
1861
1868
|
// pinia instance with getActivePinia()
|
|
1862
|
-
(process.env.NODE_ENV === "test" &&
|
|
1869
|
+
(process.env.NODE_ENV === "test" && Xe && Xe._testing ? null : i) || (f ? Vo(so, null) : null), i && et(i), process.env.NODE_ENV !== "production" && !Xe)
|
|
1863
1870
|
throw new Error(`[🍍]: "getActivePinia()" was called but there was no active Pinia. Are you trying to use a store before calling "app.use(pinia)"?
|
|
1864
1871
|
See https://pinia.vuejs.org/core-concepts/outside-component-usage.html for help.
|
|
1865
1872
|
This will fail in production.`);
|
|
1866
|
-
|
|
1867
|
-
const
|
|
1868
|
-
if (process.env.NODE_ENV !== "production" &&
|
|
1869
|
-
const
|
|
1870
|
-
|
|
1873
|
+
i = Xe, i._s.has(t) || (a ? yt(t, o, s, i) : qt(t, s, i), process.env.NODE_ENV !== "production" && (c._pinia = i));
|
|
1874
|
+
const _ = i._s.get(t);
|
|
1875
|
+
if (process.env.NODE_ENV !== "production" && l) {
|
|
1876
|
+
const S = "__hot:" + t, V = a ? yt(S, o, s, i, !0) : qt(S, ye({}, s), i, !0);
|
|
1877
|
+
l._hotUpdate(V), delete i.state.value[S], i._s.delete(S);
|
|
1871
1878
|
}
|
|
1872
1879
|
if (process.env.NODE_ENV !== "production" && Le) {
|
|
1873
|
-
const
|
|
1874
|
-
if (
|
|
1875
|
-
!
|
|
1876
|
-
const V =
|
|
1877
|
-
M[t] =
|
|
1880
|
+
const S = Mo();
|
|
1881
|
+
if (S && S.proxy && // avoid adding stores that are just built for hot module replacement
|
|
1882
|
+
!l) {
|
|
1883
|
+
const V = S.proxy, M = "_pStores" in V ? V._pStores : V._pStores = {};
|
|
1884
|
+
M[t] = _;
|
|
1878
1885
|
}
|
|
1879
1886
|
}
|
|
1880
|
-
return
|
|
1887
|
+
return _;
|
|
1881
1888
|
}
|
|
1882
1889
|
return c.$id = t, c;
|
|
1883
1890
|
}
|
|
@@ -1957,7 +1964,7 @@ function Ot(e, o, n) {
|
|
|
1957
1964
|
Array.prototype.slice.call(n, 1)
|
|
1958
1965
|
)), Number.isInteger(Number(t)) && Array.isArray(e) ? e.slice()[t] : Object.assign({}, e, { [t]: o });
|
|
1959
1966
|
}
|
|
1960
|
-
function
|
|
1967
|
+
function vo(e, o) {
|
|
1961
1968
|
if (e == null || o.length === 0)
|
|
1962
1969
|
return e;
|
|
1963
1970
|
if (o.length === 1) {
|
|
@@ -1980,18 +1987,18 @@ function _o(e, o) {
|
|
|
1980
1987
|
}
|
|
1981
1988
|
return Ot(
|
|
1982
1989
|
e,
|
|
1983
|
-
|
|
1990
|
+
vo(
|
|
1984
1991
|
e[o[0]],
|
|
1985
1992
|
Array.prototype.slice.call(o, 1)
|
|
1986
1993
|
),
|
|
1987
1994
|
[o[0]]
|
|
1988
1995
|
);
|
|
1989
1996
|
}
|
|
1990
|
-
function
|
|
1997
|
+
function _o(e, o) {
|
|
1991
1998
|
return o.map((n) => n.split(".")).map((n) => [n, Ks(e, n)]).filter((n) => n[1] !== void 0).reduce((n, t) => Ot(n, t[1], t[0]), {});
|
|
1992
1999
|
}
|
|
1993
2000
|
function go(e, o) {
|
|
1994
|
-
return o.map((n) => n.split(".")).reduce((n, t) =>
|
|
2001
|
+
return o.map((n) => n.split(".")).reduce((n, t) => vo(n, t), e);
|
|
1995
2002
|
}
|
|
1996
2003
|
function Bt(e, {
|
|
1997
2004
|
storage: o,
|
|
@@ -2000,19 +2007,19 @@ function Bt(e, {
|
|
|
2000
2007
|
debug: s,
|
|
2001
2008
|
pick: a,
|
|
2002
2009
|
omit: c,
|
|
2003
|
-
beforeHydrate:
|
|
2004
|
-
afterHydrate:
|
|
2005
|
-
}, f,
|
|
2010
|
+
beforeHydrate: i,
|
|
2011
|
+
afterHydrate: l
|
|
2012
|
+
}, f, _ = !0) {
|
|
2006
2013
|
try {
|
|
2007
|
-
|
|
2008
|
-
const
|
|
2009
|
-
if (
|
|
2010
|
-
const V = n.deserialize(
|
|
2011
|
-
e.$patch(
|
|
2012
|
-
}
|
|
2013
|
-
|
|
2014
|
-
} catch (
|
|
2015
|
-
s && console.error("[pinia-plugin-persistedstate]",
|
|
2014
|
+
_ && (i == null || i(f));
|
|
2015
|
+
const S = o.getItem(t);
|
|
2016
|
+
if (S) {
|
|
2017
|
+
const V = n.deserialize(S), M = a ? _o(V, a) : V, X = c ? go(M, c) : M;
|
|
2018
|
+
e.$patch(X);
|
|
2019
|
+
}
|
|
2020
|
+
_ && (l == null || l(f));
|
|
2021
|
+
} catch (S) {
|
|
2022
|
+
s && console.error("[pinia-plugin-persistedstate]", S);
|
|
2016
2023
|
}
|
|
2017
2024
|
}
|
|
2018
2025
|
function Ht(e, {
|
|
@@ -2024,10 +2031,10 @@ function Ht(e, {
|
|
|
2024
2031
|
omit: c
|
|
2025
2032
|
}) {
|
|
2026
2033
|
try {
|
|
2027
|
-
const
|
|
2034
|
+
const i = a ? _o(e, a) : e, l = c ? go(i, c) : i, f = n.serialize(l);
|
|
2028
2035
|
o.setItem(t, f);
|
|
2029
|
-
} catch (
|
|
2030
|
-
s && console.error("[pinia-plugin-persistedstate]",
|
|
2036
|
+
} catch (i) {
|
|
2037
|
+
s && console.error("[pinia-plugin-persistedstate]", i);
|
|
2031
2038
|
}
|
|
2032
2039
|
}
|
|
2033
2040
|
function Qs(e, o, n) {
|
|
@@ -2035,22 +2042,22 @@ function Qs(e, o, n) {
|
|
|
2035
2042
|
if (!a)
|
|
2036
2043
|
return;
|
|
2037
2044
|
if (!(s.$id in t.state.value)) {
|
|
2038
|
-
const
|
|
2039
|
-
|
|
2045
|
+
const l = t._s.get(s.$id.replace("__hot:", ""));
|
|
2046
|
+
l && Promise.resolve().then(() => l.$persist());
|
|
2040
2047
|
return;
|
|
2041
2048
|
}
|
|
2042
|
-
const
|
|
2043
|
-
s.$hydrate = ({ runHooks:
|
|
2044
|
-
|
|
2045
|
-
Bt(s, f, e,
|
|
2049
|
+
const i = (Array.isArray(a) ? a : a === !0 ? [{}] : [a]).map(o);
|
|
2050
|
+
s.$hydrate = ({ runHooks: l = !0 } = {}) => {
|
|
2051
|
+
i.forEach((f) => {
|
|
2052
|
+
Bt(s, f, e, l);
|
|
2046
2053
|
});
|
|
2047
2054
|
}, s.$persist = () => {
|
|
2048
|
-
|
|
2049
|
-
Ht(s.$state,
|
|
2055
|
+
i.forEach((l) => {
|
|
2056
|
+
Ht(s.$state, l);
|
|
2050
2057
|
});
|
|
2051
|
-
},
|
|
2052
|
-
Bt(s,
|
|
2053
|
-
(f,
|
|
2058
|
+
}, i.forEach((l) => {
|
|
2059
|
+
Bt(s, l, e), s.$subscribe(
|
|
2060
|
+
(f, _) => Ht(_, l),
|
|
2054
2061
|
{ detached: !0 }
|
|
2055
2062
|
);
|
|
2056
2063
|
});
|
|
@@ -2061,15 +2068,15 @@ function Xs(e = {}) {
|
|
|
2061
2068
|
Qs(
|
|
2062
2069
|
o,
|
|
2063
2070
|
(t) => {
|
|
2064
|
-
var s, a, c,
|
|
2071
|
+
var s, a, c, i, l, f, _;
|
|
2065
2072
|
return {
|
|
2066
|
-
key: (e.key ? e.key : (
|
|
2073
|
+
key: (e.key ? e.key : (S) => S)((s = t.key) != null ? s : o.store.$id),
|
|
2067
2074
|
debug: (c = (a = t.debug) != null ? a : e.debug) != null ? c : !1,
|
|
2068
|
-
serializer: (
|
|
2069
|
-
serialize: (
|
|
2070
|
-
deserialize: (
|
|
2075
|
+
serializer: (l = (i = t.serializer) != null ? i : e.serializer) != null ? l : {
|
|
2076
|
+
serialize: (S) => JSON.stringify(S),
|
|
2077
|
+
deserialize: (S) => Js(S)
|
|
2071
2078
|
},
|
|
2072
|
-
storage: (
|
|
2079
|
+
storage: (_ = (f = t.storage) != null ? f : e.storage) != null ? _ : window.localStorage,
|
|
2073
2080
|
beforeHydrate: t.beforeHydrate,
|
|
2074
2081
|
afterHydrate: t.afterHydrate,
|
|
2075
2082
|
pick: t.pick,
|
|
@@ -2118,49 +2125,49 @@ const bo = /* @__PURE__ */ zs("console", {
|
|
|
2118
2125
|
},
|
|
2119
2126
|
emits: ["update:menuCollapsed"],
|
|
2120
2127
|
setup(e, { emit: o }) {
|
|
2121
|
-
const n = bo(Pt), t = e, s = o, a = tt(), c =
|
|
2122
|
-
var
|
|
2123
|
-
const
|
|
2124
|
-
if (
|
|
2128
|
+
const n = bo(Pt), t = e, s = o, a = tt(), c = B(window.innerWidth), i = Re(() => {
|
|
2129
|
+
var S;
|
|
2130
|
+
const _ = a.meta.activeMenu;
|
|
2131
|
+
if (_ === "{model}") {
|
|
2125
2132
|
let V = a.params.app ? `${a.params.app}/${a.params.model}` : a.params.model;
|
|
2126
|
-
return "/" + ((
|
|
2133
|
+
return "/" + ((S = ms[a.params.model]) != null ? S : V);
|
|
2127
2134
|
} else
|
|
2128
|
-
return
|
|
2129
|
-
}),
|
|
2135
|
+
return _;
|
|
2136
|
+
}), l = () => {
|
|
2130
2137
|
c.value = window.innerWidth, c.value < 768 && (t.menuCollapsed || (s("update:menuCollapsed", !0), n.menu.collapsed = !0));
|
|
2131
2138
|
};
|
|
2132
2139
|
wt(() => {
|
|
2133
|
-
window.addEventListener("resize",
|
|
2140
|
+
window.addEventListener("resize", l), l();
|
|
2134
2141
|
}), To(() => {
|
|
2135
|
-
window.removeEventListener("resize",
|
|
2142
|
+
window.removeEventListener("resize", l);
|
|
2136
2143
|
});
|
|
2137
2144
|
function f() {
|
|
2138
|
-
const
|
|
2139
|
-
s("update:menuCollapsed", !
|
|
2145
|
+
const _ = t.menuCollapsed;
|
|
2146
|
+
s("update:menuCollapsed", !_), n.menu.collapsed = !_;
|
|
2140
2147
|
}
|
|
2141
|
-
return (
|
|
2142
|
-
const V =
|
|
2148
|
+
return (_, S) => {
|
|
2149
|
+
const V = $("el-menu");
|
|
2143
2150
|
return y(Rt).length > 0 ? (u(), E("div", ea, [
|
|
2144
2151
|
h(V, {
|
|
2145
2152
|
class: "menu",
|
|
2146
|
-
"default-active":
|
|
2147
|
-
collapse:
|
|
2153
|
+
"default-active": i.value,
|
|
2154
|
+
collapse: _.menuCollapsed,
|
|
2148
2155
|
router: ""
|
|
2149
2156
|
}, {
|
|
2150
2157
|
default: p(() => [
|
|
2151
|
-
(u(!0), E(
|
|
2158
|
+
(u(!0), E(ne, null, me(y(Rt), (M) => (u(), I(fs, {
|
|
2152
2159
|
key: M.path,
|
|
2153
2160
|
menu: M
|
|
2154
2161
|
}, null, 8, ["menu"]))), 128))
|
|
2155
2162
|
]),
|
|
2156
2163
|
_: 1
|
|
2157
2164
|
}, 8, ["default-active", "collapse"]),
|
|
2158
|
-
|
|
2165
|
+
g("div", {
|
|
2159
2166
|
class: "collapse-button",
|
|
2160
2167
|
onClick: f
|
|
2161
2168
|
}, [
|
|
2162
2169
|
(u(), E("svg", ta, [
|
|
2163
|
-
|
|
2170
|
+
_.menuCollapsed ? (u(), E("polyline", oa)) : (u(), E("polyline", na))
|
|
2164
2171
|
]))
|
|
2165
2172
|
])
|
|
2166
2173
|
])) : L("", !0);
|
|
@@ -2174,26 +2181,26 @@ const bo = /* @__PURE__ */ zs("console", {
|
|
|
2174
2181
|
helpDocUrl: {}
|
|
2175
2182
|
},
|
|
2176
2183
|
setup(e) {
|
|
2177
|
-
const o = bo(Pt), n = tt(), t =
|
|
2184
|
+
const o = bo(Pt), n = tt(), t = B(o.menu.collapsed), s = e;
|
|
2178
2185
|
return (a, c) => {
|
|
2179
|
-
const
|
|
2180
|
-
return u(), E(
|
|
2186
|
+
const i = $("router-view"), l = $("el-scrollbar");
|
|
2187
|
+
return u(), E(ne, null, [
|
|
2181
2188
|
y(n).query.embedded !== "true" ? (u(), I(eo, {
|
|
2182
2189
|
key: 0,
|
|
2183
2190
|
title: s.title,
|
|
2184
2191
|
helpDocUrl: s.helpDocUrl,
|
|
2185
2192
|
headerProjectConfig: s.headerProjectConfig
|
|
2186
2193
|
}, null, 8, ["title", "helpDocUrl", "headerProjectConfig"])) : L("", !0),
|
|
2187
|
-
|
|
2194
|
+
g("div", aa, [
|
|
2188
2195
|
y(n).query.embedded !== "true" ? (u(), I(yo, {
|
|
2189
2196
|
key: 0,
|
|
2190
2197
|
menuCollapsed: t.value,
|
|
2191
2198
|
"onUpdate:menuCollapsed": c[0] || (c[0] = (f) => t.value = f)
|
|
2192
2199
|
}, null, 8, ["menuCollapsed"])) : L("", !0),
|
|
2193
|
-
h(
|
|
2200
|
+
h(l, { class: "main-scrollbar" }, {
|
|
2194
2201
|
default: p(() => [
|
|
2195
|
-
|
|
2196
|
-
h(
|
|
2202
|
+
g("main", ra, [
|
|
2203
|
+
h(i)
|
|
2197
2204
|
])
|
|
2198
2205
|
]),
|
|
2199
2206
|
_: 1
|
|
@@ -2214,14 +2221,14 @@ function ca(e, o) {
|
|
|
2214
2221
|
}
|
|
2215
2222
|
const da = { render: ca }, ua = {}, pa = { class: "wrapper" }, fa = { class: "content" };
|
|
2216
2223
|
function ma(e, o) {
|
|
2217
|
-
const n =
|
|
2224
|
+
const n = $("el-button");
|
|
2218
2225
|
return u(), E("div", pa, [
|
|
2219
|
-
o[4] || (o[4] =
|
|
2220
|
-
|
|
2221
|
-
o[3] || (o[3] =
|
|
2226
|
+
o[4] || (o[4] = g("img", { src: da }, null, -1)),
|
|
2227
|
+
g("div", fa, [
|
|
2228
|
+
o[3] || (o[3] = g("h1", null, "You have no permission to access the page.", -1)),
|
|
2222
2229
|
h(n, { type: "primary" }, {
|
|
2223
2230
|
default: p(() => o[1] || (o[1] = [
|
|
2224
|
-
|
|
2231
|
+
q("Apply")
|
|
2225
2232
|
])),
|
|
2226
2233
|
_: 1
|
|
2227
2234
|
}),
|
|
@@ -2229,26 +2236,26 @@ function ma(e, o) {
|
|
|
2229
2236
|
onClick: o[0] || (o[0] = (t) => e.$router.go(-1))
|
|
2230
2237
|
}, {
|
|
2231
2238
|
default: p(() => o[2] || (o[2] = [
|
|
2232
|
-
|
|
2239
|
+
q("Go Back")
|
|
2233
2240
|
])),
|
|
2234
2241
|
_: 1
|
|
2235
2242
|
})
|
|
2236
2243
|
])
|
|
2237
2244
|
]);
|
|
2238
2245
|
}
|
|
2239
|
-
const ha = /* @__PURE__ */ Ce(ua, [["render", ma], ["__scopeId", "data-v-0155b361"]]),
|
|
2240
|
-
function
|
|
2241
|
-
const n =
|
|
2246
|
+
const ha = /* @__PURE__ */ Ce(ua, [["render", ma], ["__scopeId", "data-v-0155b361"]]), va = {};
|
|
2247
|
+
function _a(e, o) {
|
|
2248
|
+
const n = $("router-view");
|
|
2242
2249
|
return u(), I(n);
|
|
2243
2250
|
}
|
|
2244
|
-
const ga = /* @__PURE__ */ Ce(
|
|
2251
|
+
const ga = /* @__PURE__ */ Ce(va, [["render", _a]]), ba = { class: "card-wrapper" }, ya = ["onClick"], wa = { class: "card-inner-wrapper" }, Ca = { class: "card-title" }, ka = { class: "icon" }, Sa = /* @__PURE__ */ Oe({
|
|
2245
2252
|
__name: "TabCard",
|
|
2246
2253
|
props: {
|
|
2247
2254
|
cards: {},
|
|
2248
2255
|
tableRef: {}
|
|
2249
2256
|
},
|
|
2250
2257
|
setup(e) {
|
|
2251
|
-
const o = tt(), n = ft(), t = e, s =
|
|
2258
|
+
const o = tt(), n = ft(), t = e, s = B(t.cards[0].key);
|
|
2252
2259
|
function a(c) {
|
|
2253
2260
|
c.disabled || (s.value = c.key, t.tableRef.updateConfigAndRefresh(c.model), n.push({
|
|
2254
2261
|
path: o.path,
|
|
@@ -2258,9 +2265,9 @@ const ga = /* @__PURE__ */ Ce(_a, [["render", va]]), ba = { class: "card-wrapper
|
|
|
2258
2265
|
return wt(() => {
|
|
2259
2266
|
let c;
|
|
2260
2267
|
if (o.query.tab !== void 0) {
|
|
2261
|
-
for (let
|
|
2262
|
-
if (
|
|
2263
|
-
s.value =
|
|
2268
|
+
for (let i of t.cards)
|
|
2269
|
+
if (i.key === o.query.tab) {
|
|
2270
|
+
s.value = i.key, c = i;
|
|
2264
2271
|
break;
|
|
2265
2272
|
}
|
|
2266
2273
|
}
|
|
@@ -2271,9 +2278,9 @@ const ga = /* @__PURE__ */ Ce(_a, [["render", va]]), ba = { class: "card-wrapper
|
|
|
2271
2278
|
() => t.cards,
|
|
2272
2279
|
(c) => {
|
|
2273
2280
|
if (o.query.tab !== void 0) {
|
|
2274
|
-
for (let
|
|
2275
|
-
if (
|
|
2276
|
-
s.value =
|
|
2281
|
+
for (let i of t.cards)
|
|
2282
|
+
if (i.key === o.query.tab) {
|
|
2283
|
+
s.value = i.key;
|
|
2277
2284
|
break;
|
|
2278
2285
|
}
|
|
2279
2286
|
} else
|
|
@@ -2282,35 +2289,29 @@ const ga = /* @__PURE__ */ Ce(_a, [["render", va]]), ba = { class: "card-wrapper
|
|
|
2282
2289
|
{
|
|
2283
2290
|
deep: !0
|
|
2284
2291
|
}
|
|
2285
|
-
), (c,
|
|
2286
|
-
(u(!0), E(
|
|
2287
|
-
class: Ct(["card", { "card-selected": s.value ===
|
|
2288
|
-
onClick: (f) => a(
|
|
2292
|
+
), (c, i) => (u(), E("div", ba, [
|
|
2293
|
+
(u(!0), E(ne, null, me(t.cards, (l) => (u(), E("div", {
|
|
2294
|
+
class: Ct(["card", { "card-selected": s.value === l.key }]),
|
|
2295
|
+
onClick: (f) => a(l)
|
|
2289
2296
|
}, [
|
|
2290
|
-
|
|
2291
|
-
|
|
2292
|
-
|
|
2293
|
-
|
|
2297
|
+
g("div", wa, [
|
|
2298
|
+
g("div", Ca, [
|
|
2299
|
+
g("div", ka, [
|
|
2300
|
+
l.icon ? (u(), I(it(Te(l.icon)), {
|
|
2294
2301
|
key: 0,
|
|
2295
2302
|
class: "svg-icon"
|
|
2296
2303
|
})) : L("", !0)
|
|
2297
2304
|
]),
|
|
2298
|
-
|
|
2299
|
-
style: He({ color:
|
|
2300
|
-
}, A(y(
|
|
2305
|
+
g("span", {
|
|
2306
|
+
style: He({ color: l.disabled ? "#aaa" : "black" })
|
|
2307
|
+
}, A(y(oe)(l.label)), 5)
|
|
2301
2308
|
]),
|
|
2302
|
-
|
|
2309
|
+
g("span", null, A(l.count), 1)
|
|
2303
2310
|
])
|
|
2304
2311
|
], 10, ya))), 256))
|
|
2305
2312
|
]));
|
|
2306
2313
|
}
|
|
2307
|
-
}), wo = /* @__PURE__ */ Ce(Sa, [["__scopeId", "data-v-
|
|
2308
|
-
const o = Object.keys(e);
|
|
2309
|
-
let n = {};
|
|
2310
|
-
o.forEach((t) => {
|
|
2311
|
-
n[t] = void 0;
|
|
2312
|
-
}), Object.assign(e, n);
|
|
2313
|
-
}, xa = {
|
|
2314
|
+
}), wo = /* @__PURE__ */ Ce(Sa, [["__scopeId", "data-v-def6f4dd"]]), xa = {
|
|
2314
2315
|
key: 1,
|
|
2315
2316
|
class: "view-span"
|
|
2316
2317
|
}, $a = {
|
|
@@ -2332,11 +2333,11 @@ const ga = /* @__PURE__ */ Ce(_a, [["render", va]]), ba = { class: "card-wrapper
|
|
|
2332
2333
|
},
|
|
2333
2334
|
emits: ["update:id"],
|
|
2334
2335
|
setup(e, { expose: o, emit: n }) {
|
|
2335
|
-
const t = e, s = fe({}), a =
|
|
2336
|
+
const t = e, s = fe({}), a = B(!1), c = B(), i = fe({}), l = B(!1), f = B(""), _ = B(null), S = (w) => t.mode === "view" && (W(w, void 0) || W(w, "input") || W(w, "select") || W(w, "password") || W(w, "input-number") || W(w, "date") || W(w, "time") || W(w, "datetime")), V = Re(() => t.model.fields ? t.model.fields.filter(
|
|
2336
2337
|
(w) => {
|
|
2337
|
-
var
|
|
2338
|
-
let T = w.visible !== !1 && ((
|
|
2339
|
-
if (t.mode !== "view" && ((
|
|
2338
|
+
var r, v, k, P;
|
|
2339
|
+
let T = w.visible !== !1 && ((r = w.formItem) == null ? void 0 : r.visible) !== !1;
|
|
2340
|
+
if (t.mode !== "view" && ((v = w.formItem) == null ? void 0 : v.editable) === !1 || t.mode === "view" && ((k = w.formItem) == null ? void 0 : k.type) === "password")
|
|
2340
2341
|
return !1;
|
|
2341
2342
|
let d = (P = w.formItem) == null ? void 0 : P.showCondition;
|
|
2342
2343
|
if (d && d.field && d.value !== void 0) {
|
|
@@ -2353,7 +2354,7 @@ const ga = /* @__PURE__ */ Ce(_a, [["render", va]]), ba = { class: "card-wrapper
|
|
|
2353
2354
|
}
|
|
2354
2355
|
) : []);
|
|
2355
2356
|
Me([() => t.id, () => t.sessionId], () => {
|
|
2356
|
-
|
|
2357
|
+
X();
|
|
2357
2358
|
}, {
|
|
2358
2359
|
immediate: !0
|
|
2359
2360
|
});
|
|
@@ -2361,37 +2362,37 @@ const ga = /* @__PURE__ */ Ce(_a, [["render", va]]), ba = { class: "card-wrapper
|
|
|
2361
2362
|
const w = t.model.fields;
|
|
2362
2363
|
let T = {};
|
|
2363
2364
|
w == null || w.forEach((d) => {
|
|
2364
|
-
var
|
|
2365
|
-
if (s[d.prop] = null, d.visible !== !1 && ((
|
|
2366
|
-
if (((
|
|
2367
|
-
let
|
|
2368
|
-
|
|
2365
|
+
var r, v, k, P, R, D, O, F, G, b, x, m, z;
|
|
2366
|
+
if (s[d.prop] = null, d.visible !== !1 && ((r = d.formItem) == null ? void 0 : r.visible) !== !1) {
|
|
2367
|
+
if (((v = d.formItem) == null ? void 0 : v.defaultValue) !== void 0 ? s[d.prop] = (k = d.formItem) == null ? void 0 : k.defaultValue : s[d.prop] = void 0, t.mode !== "view") {
|
|
2368
|
+
let le = (P = d.formItem) == null ? void 0 : P.validationRule;
|
|
2369
|
+
le !== void 0 && (T[d.prop] = le), Ye(i), Object.assign(i, T);
|
|
2369
2370
|
}
|
|
2370
|
-
const C = d.formItem,
|
|
2371
|
-
if (
|
|
2371
|
+
const C = d.formItem, ee = C == null ? void 0 : C.type, N = (R = C == null ? void 0 : C.select) == null ? void 0 : R.useDatableDict, ae = (D = C == null ? void 0 : C.select) == null ? void 0 : D.dictId, K = (O = C == null ? void 0 : C.select) == null ? void 0 : O.api, Y = (F = C == null ? void 0 : C.select) == null ? void 0 : F.valueMappingField, re = (G = C == null ? void 0 : C.select) == null ? void 0 : G.labelMappingField;
|
|
2372
|
+
if (ee === "select") {
|
|
2372
2373
|
if (N) {
|
|
2373
|
-
let
|
|
2374
|
-
const _e = (
|
|
2375
|
-
_e && (
|
|
2374
|
+
let ie = `${Re(() => window.location.href.indexOf("localhost") > 0 ? "http://localhost.vancone.com:8080" : "https://datable.vancone.com/agent/public/0001").value}/api/datable/agent/metadata/dict?dictId=${ae}`;
|
|
2375
|
+
const _e = (b = C == null ? void 0 : C.select) == null ? void 0 : b.queryParamName, pe = (x = C == null ? void 0 : C.select) == null ? void 0 : x.queryParamValueField;
|
|
2376
|
+
_e && (ie = `${ie}?${_e}=${t.id}`), pe || Ee(ie, "GET", {}).then(({ data: ge }) => {
|
|
2376
2377
|
var Se;
|
|
2377
2378
|
if ((Se = d.formItem) != null && Se.select) {
|
|
2378
|
-
let
|
|
2379
|
-
Array.isArray(
|
|
2380
|
-
value:
|
|
2381
|
-
label:
|
|
2379
|
+
let be = [];
|
|
2380
|
+
Array.isArray(ge.data) ? be = ge.data : ge.data.list && Array.isArray(ge.data.list) && (be = ge.data.list), d.formItem.select.options = be.map((Ae) => ({
|
|
2381
|
+
value: Ae.dbOrdinal,
|
|
2382
|
+
label: oe(Ae.value)
|
|
2382
2383
|
}));
|
|
2383
2384
|
}
|
|
2384
2385
|
});
|
|
2385
|
-
} else if (
|
|
2386
|
-
let
|
|
2387
|
-
const
|
|
2388
|
-
|
|
2389
|
-
var
|
|
2390
|
-
if ((
|
|
2386
|
+
} else if (K) {
|
|
2387
|
+
let le = K;
|
|
2388
|
+
const ie = (m = C == null ? void 0 : C.select) == null ? void 0 : m.queryParamName, _e = (z = C == null ? void 0 : C.select) == null ? void 0 : z.queryParamValueField;
|
|
2389
|
+
ie && (le = `${le}?${ie}=${t.id}`), _e || Ee(le, "GET", {}).then(({ data: pe }) => {
|
|
2390
|
+
var ge;
|
|
2391
|
+
if ((ge = d.formItem) != null && ge.select) {
|
|
2391
2392
|
let Se = [];
|
|
2392
|
-
Array.isArray(pe.data) ? Se = pe.data : pe.data.list && Array.isArray(pe.data.list) && (Se = pe.data.list), d.formItem.select.options = Se.map((
|
|
2393
|
-
value:
|
|
2394
|
-
label:
|
|
2393
|
+
Array.isArray(pe.data) ? Se = pe.data : pe.data.list && Array.isArray(pe.data.list) && (Se = pe.data.list), d.formItem.select.options = Se.map((be) => ({
|
|
2394
|
+
value: Y ? be[Y] : be.value,
|
|
2395
|
+
label: oe(re ? be[re] : be.label)
|
|
2395
2396
|
}));
|
|
2396
2397
|
}
|
|
2397
2398
|
});
|
|
@@ -2400,17 +2401,17 @@ const ga = /* @__PURE__ */ Ce(_a, [["render", va]]), ba = { class: "card-wrapper
|
|
|
2400
2401
|
}
|
|
2401
2402
|
});
|
|
2402
2403
|
}
|
|
2403
|
-
function
|
|
2404
|
-
|
|
2405
|
-
|
|
2404
|
+
function X() {
|
|
2405
|
+
Z(), M(), (t.mode === "update" || t.mode === "view") && t.id !== void 0 && t.id !== "" && t.model.api !== "" && (a.value = !0, Ee(`${t.model.api}/${t.id}`, "GET", {}).then(({ data: w }) => {
|
|
2406
|
+
Ye(s), Object.assign(s, w.data), t.model.fields.forEach((T) => {
|
|
2406
2407
|
T.formItem && T.formItem.type === "select" && s[T.prop] !== void 0 && ke(T);
|
|
2407
2408
|
}), a.value = !1;
|
|
2408
2409
|
}));
|
|
2409
2410
|
}
|
|
2410
|
-
function
|
|
2411
|
+
function H() {
|
|
2411
2412
|
return new Promise((w, T) => {
|
|
2412
|
-
var
|
|
2413
|
-
((
|
|
2413
|
+
var r, v, k, P;
|
|
2414
|
+
((v = (r = t.model.formConfig) == null ? void 0 : r.functions) == null ? void 0 : v.beforeSubmit) !== void 0 && Object.assign(s, (P = (k = t.model.formConfig) == null ? void 0 : k.functions) == null ? void 0 : P.beforeSubmit(s));
|
|
2414
2415
|
let d = t.mode === "create" ? "POST" : "PUT";
|
|
2415
2416
|
t.model.api && Ee(t.model.api, d, s).then(({ data: R }) => {
|
|
2416
2417
|
var D, O, F, G;
|
|
@@ -2418,40 +2419,40 @@ const ga = /* @__PURE__ */ Ce(_a, [["render", va]]), ba = { class: "card-wrapper
|
|
|
2418
2419
|
});
|
|
2419
2420
|
});
|
|
2420
2421
|
}
|
|
2421
|
-
function
|
|
2422
|
+
function Z() {
|
|
2422
2423
|
var w;
|
|
2423
2424
|
(w = c.value) == null || w.resetFields();
|
|
2424
2425
|
}
|
|
2425
|
-
function
|
|
2426
|
-
return w != null && w.prop ? w.label ?
|
|
2426
|
+
function j(w) {
|
|
2427
|
+
return w != null && w.prop ? w.label ? oe(w.label) : w.prop.slice(0, 1).toUpperCase() + w.prop.slice(1).toLowerCase() : "";
|
|
2427
2428
|
}
|
|
2428
|
-
function
|
|
2429
|
-
var T, d,
|
|
2429
|
+
function te(w) {
|
|
2430
|
+
var T, d, r, v, k, P;
|
|
2430
2431
|
if (w) {
|
|
2431
2432
|
if (W(w, "select")) {
|
|
2432
2433
|
const R = (d = (T = w.tableColumn) == null ? void 0 : T.functions) == null ? void 0 : d.transformValue;
|
|
2433
2434
|
if (R)
|
|
2434
2435
|
return R(s[w.prop]);
|
|
2435
|
-
const D = (
|
|
2436
|
+
const D = (v = (r = w.formItem) == null ? void 0 : r.select) == null ? void 0 : v.viewModeLabelField;
|
|
2436
2437
|
if (D)
|
|
2437
|
-
return
|
|
2438
|
+
return oe(s[D]);
|
|
2438
2439
|
const O = (P = (k = w.formItem) == null ? void 0 : k.select) == null ? void 0 : P.options;
|
|
2439
2440
|
if (O) {
|
|
2440
2441
|
for (let F of O)
|
|
2441
2442
|
if (F.value === s[w.prop])
|
|
2442
|
-
return
|
|
2443
|
+
return oe(F.label);
|
|
2443
2444
|
}
|
|
2444
2445
|
}
|
|
2445
|
-
return
|
|
2446
|
+
return oe(s[w.prop]);
|
|
2446
2447
|
}
|
|
2447
2448
|
}
|
|
2448
|
-
function
|
|
2449
|
+
function se(w) {
|
|
2449
2450
|
var T;
|
|
2450
2451
|
return ((T = w.formItem) == null ? void 0 : T.updatable) === !1 && t.mode === "update";
|
|
2451
2452
|
}
|
|
2452
|
-
function
|
|
2453
|
-
var
|
|
2454
|
-
const d = (
|
|
2453
|
+
function ve(w, T) {
|
|
2454
|
+
var r, v;
|
|
2455
|
+
const d = (v = (r = T.formItem) == null ? void 0 : r.type) != null ? v : "input";
|
|
2455
2456
|
switch (w) {
|
|
2456
2457
|
case "input":
|
|
2457
2458
|
return t.mode === "view" ? !1 : d === "input" || d === "password";
|
|
@@ -2475,18 +2476,18 @@ const ga = /* @__PURE__ */ Ce(_a, [["render", va]]), ba = { class: "card-wrapper
|
|
|
2475
2476
|
function ke(w) {
|
|
2476
2477
|
var T;
|
|
2477
2478
|
for (let d of t.model.fields) {
|
|
2478
|
-
const
|
|
2479
|
-
if (!(!d.formItem || d.formItem.type !== "select" || !
|
|
2480
|
-
const
|
|
2481
|
-
if (
|
|
2482
|
-
let k =
|
|
2483
|
-
const P =
|
|
2484
|
-
P && (k = `${k}?${P}=${s[
|
|
2485
|
-
if (
|
|
2479
|
+
const r = (T = d.formItem) == null ? void 0 : T.select;
|
|
2480
|
+
if (!(!d.formItem || d.formItem.type !== "select" || !r || !r.queryParamValueField) && r.queryParamValueField === w.prop) {
|
|
2481
|
+
const v = r.api;
|
|
2482
|
+
if (v) {
|
|
2483
|
+
let k = v;
|
|
2484
|
+
const P = r.queryParamName;
|
|
2485
|
+
P && (k = `${k}?${P}=${s[r.queryParamValueField]}`), Ee(k, "GET", {}).then(({ data: R }) => {
|
|
2486
|
+
if (r) {
|
|
2486
2487
|
let D = [];
|
|
2487
|
-
Array.isArray(R.data) ? D = R.data : R.data.list && Array.isArray(R.data.list) && (D = R.data.list),
|
|
2488
|
-
value:
|
|
2489
|
-
label:
|
|
2488
|
+
Array.isArray(R.data) ? D = R.data : R.data.list && Array.isArray(R.data.list) && (D = R.data.list), r.options = D.map((O) => ({
|
|
2489
|
+
value: r.valueMappingField ? O[r.valueMappingField] : O.value,
|
|
2490
|
+
label: oe(r.labelMappingField ? O[r.labelMappingField] : O.label)
|
|
2490
2491
|
}));
|
|
2491
2492
|
}
|
|
2492
2493
|
});
|
|
@@ -2495,23 +2496,23 @@ const ga = /* @__PURE__ */ Ce(_a, [["render", va]]), ba = { class: "card-wrapper
|
|
|
2495
2496
|
}
|
|
2496
2497
|
}
|
|
2497
2498
|
function U(w) {
|
|
2498
|
-
|
|
2499
|
+
_.value = w, f.value = s[w.prop], l.value = !0;
|
|
2499
2500
|
}
|
|
2500
2501
|
return Me(f, (w) => {
|
|
2501
|
-
|
|
2502
|
+
_.value && (s[_.value.prop] = w);
|
|
2502
2503
|
}), o({
|
|
2503
|
-
refresh:
|
|
2504
|
-
reset:
|
|
2505
|
-
submit:
|
|
2504
|
+
refresh: X,
|
|
2505
|
+
reset: Z,
|
|
2506
|
+
submit: H,
|
|
2506
2507
|
formData: s
|
|
2507
2508
|
}), (w, T) => {
|
|
2508
|
-
const d =
|
|
2509
|
-
return u(), E(
|
|
2509
|
+
const d = $("el-input"), r = $("el-switch"), v = $("el-date-picker"), k = $("el-time-picker"), P = $("el-option"), R = $("el-select"), D = $("el-input-number"), O = $("el-button"), F = $("el-form-item"), G = $("el-form"), b = $("el-dialog"), x = Yt("loading");
|
|
2510
|
+
return u(), E(ne, null, [
|
|
2510
2511
|
Jt((u(), I(G, {
|
|
2511
2512
|
ref_key: "formRef",
|
|
2512
2513
|
ref: c,
|
|
2513
2514
|
model: s,
|
|
2514
|
-
rules:
|
|
2515
|
+
rules: i,
|
|
2515
2516
|
"validate-on-rule-change": !1,
|
|
2516
2517
|
"label-width": "auto",
|
|
2517
2518
|
"label-position": "left",
|
|
@@ -2519,73 +2520,73 @@ const ga = /* @__PURE__ */ Ce(_a, [["render", va]]), ba = { class: "card-wrapper
|
|
|
2519
2520
|
inline: !t.disableInline
|
|
2520
2521
|
}, {
|
|
2521
2522
|
default: p(() => [
|
|
2522
|
-
(u(!0), E(
|
|
2523
|
+
(u(!0), E(ne, null, me(V.value, (m) => (u(), I(F, {
|
|
2523
2524
|
class: "form-item",
|
|
2524
2525
|
style: He({ width: t.disableInline ? "100%" : "calc(50% - 32px)" }),
|
|
2525
2526
|
prop: m.prop,
|
|
2526
|
-
label:
|
|
2527
|
+
label: j(m)
|
|
2527
2528
|
}, {
|
|
2528
2529
|
default: p(() => {
|
|
2529
|
-
var
|
|
2530
|
+
var z, C, ee, N, ae, K, Y, re, le, ie, _e, pe, ge, Se, be, Ae, Je, Ke, de, J;
|
|
2530
2531
|
return [
|
|
2531
|
-
|
|
2532
|
+
ve("input", m) ? (u(), I(d, {
|
|
2532
2533
|
key: 0,
|
|
2533
2534
|
type: W(m, "password") ? "password" : "text",
|
|
2534
2535
|
modelValue: s[m.prop],
|
|
2535
|
-
"onUpdate:modelValue": (
|
|
2536
|
-
placeholder: (
|
|
2537
|
-
disabled:
|
|
2536
|
+
"onUpdate:modelValue": (Q) => s[m.prop] = Q,
|
|
2537
|
+
placeholder: (z = m.formItem) == null ? void 0 : z.placeholder,
|
|
2538
|
+
disabled: se(m)
|
|
2538
2539
|
}, null, 8, ["type", "modelValue", "onUpdate:modelValue", "placeholder", "disabled"])) : L("", !0),
|
|
2539
|
-
|
|
2540
|
-
W(m, "switch") ? (u(), I(
|
|
2540
|
+
S(m) ? (u(), E("span", xa, A(te(m)), 1)) : L("", !0),
|
|
2541
|
+
W(m, "switch") ? (u(), I(r, {
|
|
2541
2542
|
key: 2,
|
|
2542
2543
|
modelValue: s[m.prop],
|
|
2543
|
-
"onUpdate:modelValue": (
|
|
2544
|
+
"onUpdate:modelValue": (Q) => s[m.prop] = Q,
|
|
2544
2545
|
disabled: t.mode === "view"
|
|
2545
2546
|
}, null, 8, ["modelValue", "onUpdate:modelValue", "disabled"])) : L("", !0),
|
|
2546
|
-
W(m, "date") && t.mode !== "view" ? (u(), I(
|
|
2547
|
+
W(m, "date") && t.mode !== "view" ? (u(), I(v, {
|
|
2547
2548
|
key: 3,
|
|
2548
2549
|
style: { width: "100%" },
|
|
2549
2550
|
type: "date",
|
|
2550
2551
|
"value-format": "YYYY-MM-DD",
|
|
2551
2552
|
modelValue: s[m.prop],
|
|
2552
|
-
"onUpdate:modelValue": (
|
|
2553
|
+
"onUpdate:modelValue": (Q) => s[m.prop] = Q,
|
|
2553
2554
|
disabled: t.mode === "view"
|
|
2554
2555
|
}, null, 8, ["modelValue", "onUpdate:modelValue", "disabled"])) : L("", !0),
|
|
2555
2556
|
W(m, "time") && t.mode !== "view" ? (u(), I(k, {
|
|
2556
2557
|
key: 4,
|
|
2557
2558
|
style: { width: "100%" },
|
|
2558
2559
|
modelValue: s[m.prop],
|
|
2559
|
-
"onUpdate:modelValue": (
|
|
2560
|
+
"onUpdate:modelValue": (Q) => s[m.prop] = Q,
|
|
2560
2561
|
disabled: t.mode === "view"
|
|
2561
2562
|
}, null, 8, ["modelValue", "onUpdate:modelValue", "disabled"])) : L("", !0),
|
|
2562
|
-
W(m, "datetime") && t.mode !== "view" ? (u(), I(
|
|
2563
|
+
W(m, "datetime") && t.mode !== "view" ? (u(), I(v, {
|
|
2563
2564
|
key: 5,
|
|
2564
2565
|
style: { width: "100%" },
|
|
2565
2566
|
type: "datetime",
|
|
2566
2567
|
"value-format": "YYYY-MM-DD HH:mm:ss",
|
|
2567
2568
|
modelValue: s[m.prop],
|
|
2568
|
-
"onUpdate:modelValue": (
|
|
2569
|
+
"onUpdate:modelValue": (Q) => s[m.prop] = Q,
|
|
2569
2570
|
disabled: t.mode === "view"
|
|
2570
2571
|
}, null, 8, ["modelValue", "onUpdate:modelValue", "disabled"])) : L("", !0),
|
|
2571
2572
|
W(m, "select") && t.mode !== "view" ? (u(), I(R, {
|
|
2572
2573
|
key: 6,
|
|
2573
|
-
multiple: (
|
|
2574
|
-
"collapse-tags": (
|
|
2575
|
-
filterable: (
|
|
2576
|
-
"allow-create": (
|
|
2577
|
-
"default-first-option": (_e = (
|
|
2574
|
+
multiple: (ee = (C = m.formItem) == null ? void 0 : C.select) == null ? void 0 : ee.multiple,
|
|
2575
|
+
"collapse-tags": (ae = (N = m.formItem) == null ? void 0 : N.select) == null ? void 0 : ae.multiple,
|
|
2576
|
+
filterable: (Y = (K = m.formItem) == null ? void 0 : K.select) == null ? void 0 : Y.allowCreate,
|
|
2577
|
+
"allow-create": (le = (re = m.formItem) == null ? void 0 : re.select) == null ? void 0 : le.allowCreate,
|
|
2578
|
+
"default-first-option": (_e = (ie = m.formItem) == null ? void 0 : ie.select) == null ? void 0 : _e.allowCreate,
|
|
2578
2579
|
modelValue: s[m.prop],
|
|
2579
|
-
"onUpdate:modelValue": (
|
|
2580
|
-
disabled:
|
|
2581
|
-
onChange: (
|
|
2580
|
+
"onUpdate:modelValue": (Q) => s[m.prop] = Q,
|
|
2581
|
+
disabled: se(m),
|
|
2582
|
+
onChange: (Q) => ke(m)
|
|
2582
2583
|
}, {
|
|
2583
2584
|
default: p(() => {
|
|
2584
|
-
var
|
|
2585
|
+
var Q, Pe;
|
|
2585
2586
|
return [
|
|
2586
|
-
(u(!0), E(
|
|
2587
|
+
(u(!0), E(ne, null, me((Pe = (Q = m.formItem) == null ? void 0 : Q.select) == null ? void 0 : Pe.options, (Ie) => (u(), I(P, {
|
|
2587
2588
|
value: Ie.value,
|
|
2588
|
-
label: y(
|
|
2589
|
+
label: y(oe)(Ie.label)
|
|
2589
2590
|
}, null, 8, ["value", "label"]))), 256))
|
|
2590
2591
|
];
|
|
2591
2592
|
}),
|
|
@@ -2595,14 +2596,14 @@ const ga = /* @__PURE__ */ Ce(_a, [["render", va]]), ba = { class: "card-wrapper
|
|
|
2595
2596
|
key: 7,
|
|
2596
2597
|
style: { width: "100%" },
|
|
2597
2598
|
modelValue: s[m.prop],
|
|
2598
|
-
"onUpdate:modelValue": (
|
|
2599
|
-
min: (Se = (
|
|
2600
|
-
max: (
|
|
2601
|
-
step: (
|
|
2599
|
+
"onUpdate:modelValue": (Q) => s[m.prop] = Q,
|
|
2600
|
+
min: (Se = (ge = (pe = m.formItem) == null ? void 0 : pe.inputNumber) == null ? void 0 : ge.min) != null ? Se : Number.NEGATIVE_INFINITY,
|
|
2601
|
+
max: (Je = (Ae = (be = m.formItem) == null ? void 0 : be.inputNumber) == null ? void 0 : Ae.max) != null ? Je : Number.POSITIVE_INFINITY,
|
|
2602
|
+
step: (J = (de = (Ke = m.formItem) == null ? void 0 : Ke.inputNumber) == null ? void 0 : de.step) != null ? J : 1,
|
|
2602
2603
|
"value-on-clear": -10
|
|
2603
2604
|
}, null, 8, ["modelValue", "onUpdate:modelValue", "min", "max", "step"])) : L("", !0),
|
|
2604
2605
|
W(m, "svg") && t.mode !== "view" ? (u(), E("div", $a, [
|
|
2605
|
-
|
|
2606
|
+
g("div", {
|
|
2606
2607
|
class: "svg-icon",
|
|
2607
2608
|
innerHTML: s[m.prop]
|
|
2608
2609
|
}, null, 8, Ea),
|
|
@@ -2610,16 +2611,16 @@ const ga = /* @__PURE__ */ Ce(_a, [["render", va]]), ba = { class: "card-wrapper
|
|
|
2610
2611
|
type: "primary",
|
|
2611
2612
|
size: "small",
|
|
2612
2613
|
class: "svg-code-btn",
|
|
2613
|
-
onClick: (
|
|
2614
|
+
onClick: (Q) => U(m)
|
|
2614
2615
|
}, {
|
|
2615
2616
|
default: p(() => T[2] || (T[2] = [
|
|
2616
|
-
|
|
2617
|
+
q(" Code ")
|
|
2617
2618
|
])),
|
|
2618
2619
|
_: 2
|
|
2619
2620
|
}, 1032, ["onClick"])
|
|
2620
2621
|
])) : L("", !0),
|
|
2621
2622
|
W(m, "svg") && t.mode === "view" ? (u(), E("div", Oa, [
|
|
2622
|
-
|
|
2623
|
+
g("div", {
|
|
2623
2624
|
class: "svg-icon",
|
|
2624
2625
|
innerHTML: s[m.prop]
|
|
2625
2626
|
}, null, 8, Pa),
|
|
@@ -2627,10 +2628,10 @@ const ga = /* @__PURE__ */ Ce(_a, [["render", va]]), ba = { class: "card-wrapper
|
|
|
2627
2628
|
type: "primary",
|
|
2628
2629
|
size: "small",
|
|
2629
2630
|
class: "svg-code-btn",
|
|
2630
|
-
onClick: (
|
|
2631
|
+
onClick: (Q) => U(m)
|
|
2631
2632
|
}, {
|
|
2632
2633
|
default: p(() => T[3] || (T[3] = [
|
|
2633
|
-
|
|
2634
|
+
q(" Code ")
|
|
2634
2635
|
])),
|
|
2635
2636
|
_: 2
|
|
2636
2637
|
}, 1032, ["onClick"])
|
|
@@ -2642,12 +2643,12 @@ const ga = /* @__PURE__ */ Ce(_a, [["render", va]]), ba = { class: "card-wrapper
|
|
|
2642
2643
|
]),
|
|
2643
2644
|
_: 1
|
|
2644
2645
|
}, 8, ["model", "rules", "inline"])), [
|
|
2645
|
-
[
|
|
2646
|
+
[x, a.value]
|
|
2646
2647
|
]),
|
|
2647
|
-
h(
|
|
2648
|
+
h(b, {
|
|
2648
2649
|
class: "console-dialog",
|
|
2649
|
-
modelValue:
|
|
2650
|
-
"onUpdate:modelValue": T[1] || (T[1] = (m) =>
|
|
2650
|
+
modelValue: l.value,
|
|
2651
|
+
"onUpdate:modelValue": T[1] || (T[1] = (m) => l.value = m),
|
|
2651
2652
|
title: "SVG Code",
|
|
2652
2653
|
width: "60%",
|
|
2653
2654
|
"close-on-click-modal": !1
|
|
@@ -2666,7 +2667,7 @@ const ga = /* @__PURE__ */ Ce(_a, [["render", va]]), ba = { class: "card-wrapper
|
|
|
2666
2667
|
], 64);
|
|
2667
2668
|
};
|
|
2668
2669
|
}
|
|
2669
|
-
}), Co = /* @__PURE__ */ Ce(Ia, [["__scopeId", "data-v-
|
|
2670
|
+
}), Co = /* @__PURE__ */ Ce(Ia, [["__scopeId", "data-v-c2a11be0"]]), Va = { class: "console-dialog__body" }, Ma = {
|
|
2670
2671
|
key: 0,
|
|
2671
2672
|
class: "process-view"
|
|
2672
2673
|
}, Na = { class: "operation-button-wrapper" }, ko = /* @__PURE__ */ Oe({
|
|
@@ -2681,25 +2682,25 @@ const ga = /* @__PURE__ */ Ce(_a, [["render", va]]), ba = { class: "card-wrapper
|
|
|
2681
2682
|
},
|
|
2682
2683
|
emits: ["update:visible", "update:id"],
|
|
2683
2684
|
setup(e, { expose: o, emit: n }) {
|
|
2684
|
-
const { t } = St(), s = e, a =
|
|
2685
|
+
const { t } = St(), s = e, a = B(0), c = n, i = he();
|
|
2685
2686
|
Me(() => s.visible, () => {
|
|
2686
2687
|
s.visible && a.value++;
|
|
2687
2688
|
});
|
|
2688
|
-
function
|
|
2689
|
-
|
|
2689
|
+
function l() {
|
|
2690
|
+
i.value && i.value.refresh();
|
|
2690
2691
|
}
|
|
2691
2692
|
function f() {
|
|
2692
|
-
c("update:visible", !1),
|
|
2693
|
+
c("update:visible", !1), i.value.reset();
|
|
2693
2694
|
}
|
|
2694
|
-
function
|
|
2695
|
-
|
|
2695
|
+
function _() {
|
|
2696
|
+
i.value.submit();
|
|
2696
2697
|
}
|
|
2697
2698
|
return o({
|
|
2698
2699
|
close: f,
|
|
2699
|
-
refresh:
|
|
2700
|
-
}), (
|
|
2701
|
-
const M =
|
|
2702
|
-
return u(), I(
|
|
2700
|
+
refresh: l
|
|
2701
|
+
}), (S, V) => {
|
|
2702
|
+
const M = $("el-step"), X = $("el-steps"), H = $("el-button"), Z = $("el-dialog");
|
|
2703
|
+
return u(), I(Z, {
|
|
2703
2704
|
class: "console-dialog",
|
|
2704
2705
|
title: "Edit",
|
|
2705
2706
|
"align-center": "",
|
|
@@ -2708,35 +2709,35 @@ const ga = /* @__PURE__ */ Ce(_a, [["render", va]]), ba = { class: "card-wrapper
|
|
|
2708
2709
|
onClose: f
|
|
2709
2710
|
}, {
|
|
2710
2711
|
footer: p(() => {
|
|
2711
|
-
var
|
|
2712
|
+
var j;
|
|
2712
2713
|
return [
|
|
2713
|
-
|
|
2714
|
+
g("div", {
|
|
2714
2715
|
class: "dialog-footer",
|
|
2715
2716
|
style: He({ width: s.showProcess ? "calc(100% - 350px)" : "auto" })
|
|
2716
2717
|
}, [
|
|
2717
|
-
|
|
2718
|
-
(u(!0), E(
|
|
2719
|
-
onClick: (
|
|
2718
|
+
g("div", Na, [
|
|
2719
|
+
(u(!0), E(ne, null, me((j = s.model.formConfig) == null ? void 0 : j.dialogButtons, (te) => (u(), I(H, {
|
|
2720
|
+
onClick: (se) => te.function(i.value.formData)
|
|
2720
2721
|
}, {
|
|
2721
2722
|
default: p(() => [
|
|
2722
|
-
|
|
2723
|
+
q(A(y(t)(te.label)), 1)
|
|
2723
2724
|
]),
|
|
2724
2725
|
_: 2
|
|
2725
2726
|
}, 1032, ["onClick"]))), 256))
|
|
2726
2727
|
]),
|
|
2727
|
-
|
|
2728
|
-
h(
|
|
2728
|
+
g("div", null, [
|
|
2729
|
+
h(H, { onClick: f }, {
|
|
2729
2730
|
default: p(() => [
|
|
2730
|
-
|
|
2731
|
+
q(A(y(t)("common.basic.cancel")), 1)
|
|
2731
2732
|
]),
|
|
2732
2733
|
_: 1
|
|
2733
2734
|
}),
|
|
2734
|
-
h(
|
|
2735
|
+
h(H, {
|
|
2735
2736
|
type: "primary",
|
|
2736
|
-
onClick:
|
|
2737
|
+
onClick: _
|
|
2737
2738
|
}, {
|
|
2738
2739
|
default: p(() => [
|
|
2739
|
-
|
|
2740
|
+
q(A(y(t)("common.basic.save")), 1)
|
|
2740
2741
|
]),
|
|
2741
2742
|
_: 1
|
|
2742
2743
|
})
|
|
@@ -2745,12 +2746,12 @@ const ga = /* @__PURE__ */ Ce(_a, [["render", va]]), ba = { class: "card-wrapper
|
|
|
2745
2746
|
];
|
|
2746
2747
|
}),
|
|
2747
2748
|
default: p(() => [
|
|
2748
|
-
|
|
2749
|
+
g("div", Va, [
|
|
2749
2750
|
h(Co, {
|
|
2750
2751
|
class: "form-view",
|
|
2751
|
-
style: He({ width:
|
|
2752
|
+
style: He({ width: S.showProcess ? "calc(100% - 280px)" : "100%" }),
|
|
2752
2753
|
ref_key: "formViewRef",
|
|
2753
|
-
ref:
|
|
2754
|
+
ref: i,
|
|
2754
2755
|
id: s.id,
|
|
2755
2756
|
sessionId: a.value,
|
|
2756
2757
|
mode: s.mode,
|
|
@@ -2759,9 +2760,9 @@ const ga = /* @__PURE__ */ Ce(_a, [["render", va]]), ba = { class: "card-wrapper
|
|
|
2759
2760
|
closeDialogFunc: f,
|
|
2760
2761
|
disableInline: s.showProcess
|
|
2761
2762
|
}, null, 8, ["style", "id", "sessionId", "mode", "model", "afterSubmitFunc", "disableInline"]),
|
|
2762
|
-
|
|
2763
|
-
V[0] || (V[0] =
|
|
2764
|
-
h(
|
|
2763
|
+
S.showProcess ? (u(), E("div", Ma, [
|
|
2764
|
+
V[0] || (V[0] = g("h1", null, "流程动态", -1)),
|
|
2765
|
+
h(X, {
|
|
2765
2766
|
style: { height: "90%" },
|
|
2766
2767
|
direction: "vertical",
|
|
2767
2768
|
active: 1
|
|
@@ -2788,7 +2789,7 @@ const ga = /* @__PURE__ */ Ce(_a, [["render", va]]), ba = { class: "card-wrapper
|
|
|
2788
2789
|
};
|
|
2789
2790
|
function Ta(e, o) {
|
|
2790
2791
|
return u(), E("svg", Ua, o[0] || (o[0] = [
|
|
2791
|
-
|
|
2792
|
+
g("path", {
|
|
2792
2793
|
fill: "#888a8d",
|
|
2793
2794
|
d: "M192 672a16 16 0 0 1 16 16v128h604.992V688a16 16 0 0 1 16-16h64a16 16 0 0 1 16 16v160a64 64 0 0 1-56.512 63.552l-7.488.448H176a64 64 0 0 1-64-64V688a16 16 0 0 1 16-16zm268.032-505.664v2.56l-.128 13.248v89.024l.064 46.08V718.72A18.176 18.176 0 0 1 443.2 736h-62.08a18.176 18.176 0 0 1-17.216-16.768V334.464h-1.28l-130.432 129.28a16 16 0 0 1-22.592-.128l-.32-.256L164.544 416a16 16 0 0 1 .448-22.4l86.08-84.736a18.2 18.2 0 0 1 2.688-3.2l142.72-139.648c7.04-6.784 56.512-6.656 63.488.32zm184.832-5.312c9.152.448 16.512 7.68 17.216 16.768v384.704h1.344L793.792 433.28a16 16 0 0 1 22.592.128l.256.256 44.736 47.36a16 16 0 0 1-.448 22.4l-86.08 84.736a18.2 18.2 0 0 1-2.624 3.2l-142.72 139.648c-7.104 6.784-56.512 6.656-63.488-.32v-2.56l.064-13.312V579.84l-.064-17.28V178.304a18.176 18.176 0 0 1 16.768-17.216h62.08z"
|
|
2794
2795
|
}, null, -1)
|
|
@@ -2800,99 +2801,99 @@ const Aa = { render: Ta }, Da = { class: "toolbar" }, Ra = { class: "tool-button
|
|
|
2800
2801
|
model: {}
|
|
2801
2802
|
},
|
|
2802
2803
|
setup(e, { expose: o }) {
|
|
2803
|
-
const { t: n } = dt.global, t = e, s = fe([]), a = fe({}), c =
|
|
2804
|
+
const { t: n } = dt.global, t = e, s = fe([]), a = fe({}), c = B(""), i = B(!1), l = ft(), f = B(""), _ = fe([]), S = fe([]), V = he(), M = he([]), X = B("create"), H = B(!0), Z = B(!1), j = B(""), te = fe({
|
|
2804
2805
|
pageSize: 10,
|
|
2805
2806
|
pageNo: 1,
|
|
2806
2807
|
totalElements: 0
|
|
2807
2808
|
});
|
|
2808
|
-
let
|
|
2809
|
-
const
|
|
2810
|
-
(
|
|
2811
|
-
var
|
|
2812
|
-
return ((
|
|
2809
|
+
let se = {};
|
|
2810
|
+
const ve = Re(() => s.filter(
|
|
2811
|
+
(b) => {
|
|
2812
|
+
var x, m;
|
|
2813
|
+
return ((x = b.formItem) == null ? void 0 : x.type) !== "password" && b.visible !== !1 && ((m = b.tableColumn) == null ? void 0 : m.visible) !== !1;
|
|
2813
2814
|
}
|
|
2814
2815
|
));
|
|
2815
|
-
function W(
|
|
2816
|
-
var
|
|
2817
|
-
let m =
|
|
2818
|
-
const
|
|
2819
|
-
if (
|
|
2820
|
-
m =
|
|
2816
|
+
function W(b, x) {
|
|
2817
|
+
var ee, N, ae, K;
|
|
2818
|
+
let m = x.row[b.prop];
|
|
2819
|
+
const z = (N = (ee = b.tableColumn) == null ? void 0 : ee.functions) == null ? void 0 : N.transformValue, C = (ae = b.tableColumn) == null ? void 0 : ae.transformValueMappings;
|
|
2820
|
+
if (z)
|
|
2821
|
+
m = z(m);
|
|
2821
2822
|
else if (C && C.length > 0) {
|
|
2822
|
-
for (let
|
|
2823
|
-
if (m ===
|
|
2824
|
-
m =
|
|
2823
|
+
for (let Y of C)
|
|
2824
|
+
if (m === Y.value) {
|
|
2825
|
+
m = oe(Y.label);
|
|
2825
2826
|
break;
|
|
2826
2827
|
}
|
|
2827
|
-
} else if (((
|
|
2828
|
-
const
|
|
2829
|
-
if (
|
|
2830
|
-
if (
|
|
2831
|
-
m =
|
|
2832
|
-
else if (
|
|
2833
|
-
for (let
|
|
2834
|
-
if (
|
|
2835
|
-
m =
|
|
2828
|
+
} else if (((K = b.formItem) == null ? void 0 : K.type) === "select") {
|
|
2829
|
+
const Y = b.formItem.select;
|
|
2830
|
+
if (Y) {
|
|
2831
|
+
if (Y.viewModeLabelField)
|
|
2832
|
+
m = x.row[Y.viewModeLabelField];
|
|
2833
|
+
else if (Y.options && Y.options.length > 0) {
|
|
2834
|
+
for (let re of Y.options)
|
|
2835
|
+
if (re.value === x.row[b.prop]) {
|
|
2836
|
+
m = re.label;
|
|
2836
2837
|
break;
|
|
2837
2838
|
}
|
|
2838
|
-
} else if (
|
|
2839
|
-
if (
|
|
2840
|
-
let
|
|
2841
|
-
Ee(
|
|
2839
|
+
} else if (Y.useDatableDict && Y.dictId) {
|
|
2840
|
+
if (se[Y.dictId] === void 0) {
|
|
2841
|
+
let le = `${Re(() => window.location.href.indexOf("localhost") > 0 ? "http://localhost.vancone.com:8080" : "https://datable.vancone.com/agent/public/0001").value}/api/datable/agent/metadata/dict?dictId=${Y.dictId}`;
|
|
2842
|
+
Ee(le, "GET", {}).then(({ data: ie }) => {
|
|
2842
2843
|
let _e = [];
|
|
2843
|
-
Array.isArray(
|
|
2844
|
-
for (let pe of
|
|
2844
|
+
Array.isArray(ie.data) ? _e = ie.data : ie.data.list && Array.isArray(ie.data.list) && (_e = ie.data.list), se[Y.dictId] = _e;
|
|
2845
|
+
for (let pe of se[Y.dictId])
|
|
2845
2846
|
if (pe.dbOrdinal == m) {
|
|
2846
2847
|
m = pe.value;
|
|
2847
2848
|
break;
|
|
2848
2849
|
}
|
|
2849
2850
|
});
|
|
2850
2851
|
} else
|
|
2851
|
-
for (let
|
|
2852
|
-
if (
|
|
2853
|
-
m =
|
|
2852
|
+
for (let re of se[Y.dictId])
|
|
2853
|
+
if (re.dbOrdinal == m) {
|
|
2854
|
+
m = re.value;
|
|
2854
2855
|
break;
|
|
2855
2856
|
}
|
|
2856
2857
|
}
|
|
2857
2858
|
}
|
|
2858
2859
|
}
|
|
2859
|
-
return
|
|
2860
|
+
return oe(m);
|
|
2860
2861
|
}
|
|
2861
|
-
function ke(
|
|
2862
|
-
var m,
|
|
2863
|
-
return
|
|
2862
|
+
function ke(b, x) {
|
|
2863
|
+
var m, z;
|
|
2864
|
+
return b.label ? oe(b.label) : oe((z = (m = b.functions) == null ? void 0 : m.transformLabel) == null ? void 0 : z.call(m, x.$index, x.row));
|
|
2864
2865
|
}
|
|
2865
|
-
function U(
|
|
2866
|
-
|
|
2866
|
+
function U(b) {
|
|
2867
|
+
Ye(t.model), Object.assign(t.model, b);
|
|
2867
2868
|
}
|
|
2868
2869
|
function w() {
|
|
2869
|
-
var
|
|
2870
|
-
if (
|
|
2870
|
+
var x, m, z;
|
|
2871
|
+
if (H.value = !0, !t.model || !t.model.api)
|
|
2871
2872
|
return;
|
|
2872
|
-
|
|
2873
|
-
let
|
|
2874
|
-
|
|
2875
|
-
const { list:
|
|
2876
|
-
|
|
2873
|
+
Ye(a), Object.assign(a, (x = t.model.tableConfig) != null ? x : {}), a.display = (m = a.display) != null ? m : {}, a.display.advancedSearch !== !0 && (a.display.advancedSearch = !1), a.display.fileTaskButton !== !0 && (a.display.fileTaskButton = !1), a.display.pagination !== !1 && (a.display.pagination = !0), a.display.pane !== !1 && (a.display.pane = !0), a.display.searchBox !== !1 && (a.display.searchBox = !0), s.splice(0, s.length, ...t.model.fields), c.value = (z = t.model.route) != null ? z : "";
|
|
2874
|
+
let b = ot({}, a.queryParams);
|
|
2875
|
+
b.pageSize = te.pageSize, b.pageNo = te.pageNo, b.search = f.value, Ee(t.model.api, "GET", b).then(({ data: C }) => {
|
|
2876
|
+
const { list: ee, totalCount: N } = C.data;
|
|
2877
|
+
_.splice(0, _.length, ...ee), te.totalElements = N, H.value = !1;
|
|
2877
2878
|
});
|
|
2878
2879
|
}
|
|
2879
2880
|
function T() {
|
|
2880
|
-
var
|
|
2881
|
-
a.createPageRoutePath !== void 0 ?
|
|
2881
|
+
var b, x;
|
|
2882
|
+
a.createPageRoutePath !== void 0 ? l.push(a.createPageRoutePath) : ((b = a.functions) == null ? void 0 : b.create) !== void 0 ? (x = a.functions) == null || x.create() : (X.value = "create", j.value = "", i.value = !0);
|
|
2882
2883
|
}
|
|
2883
|
-
function d(
|
|
2884
|
-
var m,
|
|
2884
|
+
function d(b, x) {
|
|
2885
|
+
var m, z;
|
|
2885
2886
|
if (t.model.api) {
|
|
2886
|
-
if (
|
|
2887
|
-
const C = (
|
|
2888
|
-
C !== void 0 && C(
|
|
2887
|
+
if (x.id === void 0) {
|
|
2888
|
+
const C = (z = (m = t.model.formConfig) == null ? void 0 : m.functions) == null ? void 0 : z.beforeSubmit;
|
|
2889
|
+
C !== void 0 && C(x);
|
|
2889
2890
|
}
|
|
2890
|
-
Ee(t.model.api, "DELETE",
|
|
2891
|
-
C.code === 0 && (
|
|
2891
|
+
Ee(t.model.api, "DELETE", x.id).then(({ data: C }) => {
|
|
2892
|
+
C.code === 0 && (i.value = !1, w());
|
|
2892
2893
|
});
|
|
2893
2894
|
}
|
|
2894
2895
|
}
|
|
2895
|
-
function
|
|
2896
|
+
function r() {
|
|
2896
2897
|
Tt.confirm(
|
|
2897
2898
|
"The selected items will be deleted. Continue?",
|
|
2898
2899
|
n("common.table.warning"),
|
|
@@ -2902,13 +2903,13 @@ const Aa = { render: Ta }, Da = { class: "toolbar" }, Ra = { class: "tool-button
|
|
|
2902
2903
|
type: "warning"
|
|
2903
2904
|
}
|
|
2904
2905
|
).then(() => {
|
|
2905
|
-
var
|
|
2906
|
-
if (((
|
|
2907
|
-
(
|
|
2906
|
+
var b, x;
|
|
2907
|
+
if (((b = a.functions) == null ? void 0 : b.batchDelete) !== void 0)
|
|
2908
|
+
(x = a.functions) == null || x.batchDelete(M.value);
|
|
2908
2909
|
else {
|
|
2909
|
-
const m = M.value.map((
|
|
2910
|
-
we.delete(`${t.model.api}/${m.join(",")}`).then(({ data:
|
|
2911
|
-
|
|
2910
|
+
const m = M.value.map((z) => z.id);
|
|
2911
|
+
we.delete(`${t.model.api}/${m.join(",")}`).then(({ data: z }) => {
|
|
2912
|
+
z.code === 0 && (i.value = !1, w());
|
|
2912
2913
|
});
|
|
2913
2914
|
}
|
|
2914
2915
|
V.value.clearSelection();
|
|
@@ -2916,59 +2917,59 @@ const Aa = { render: Ta }, Da = { class: "toolbar" }, Ra = { class: "tool-button
|
|
|
2916
2917
|
V.value.clearSelection();
|
|
2917
2918
|
});
|
|
2918
2919
|
}
|
|
2919
|
-
function
|
|
2920
|
-
|
|
2920
|
+
function v(b) {
|
|
2921
|
+
te.pageSize = b, w();
|
|
2921
2922
|
}
|
|
2922
|
-
function k(
|
|
2923
|
-
|
|
2923
|
+
function k(b) {
|
|
2924
|
+
te.pageNo = b, w();
|
|
2924
2925
|
}
|
|
2925
|
-
function P(
|
|
2926
|
-
a.editPageRoutePath !== void 0 ?
|
|
2926
|
+
function P(b, x) {
|
|
2927
|
+
a.editPageRoutePath !== void 0 ? l.push({
|
|
2927
2928
|
path: a.editPageRoutePath,
|
|
2928
2929
|
query: {
|
|
2929
|
-
id:
|
|
2930
|
+
id: x.id
|
|
2930
2931
|
}
|
|
2931
|
-
}) : (
|
|
2932
|
+
}) : (j.value = x.id, X.value = "update", i.value = !0);
|
|
2932
2933
|
}
|
|
2933
2934
|
function R() {
|
|
2934
2935
|
var m;
|
|
2935
|
-
let
|
|
2936
|
-
const
|
|
2937
|
-
|
|
2938
|
-
|
|
2939
|
-
})), window.open(
|
|
2936
|
+
let b = ((m = t.model.api) != null && m.startsWith("http") ? "" : window.location.origin) + t.model.api + "/export";
|
|
2937
|
+
const x = a.queryParams;
|
|
2938
|
+
x !== void 0 && Object.keys(x).length > 0 && (b += "?", Object.entries(a.queryParams).map((z) => {
|
|
2939
|
+
b += `${z[0]}=${z[1]}&`;
|
|
2940
|
+
})), window.open(b);
|
|
2940
2941
|
}
|
|
2941
|
-
function D(
|
|
2942
|
-
M.value =
|
|
2942
|
+
function D(b) {
|
|
2943
|
+
M.value = b;
|
|
2943
2944
|
}
|
|
2944
|
-
function O(
|
|
2945
|
-
return
|
|
2945
|
+
function O(b) {
|
|
2946
|
+
return b != null && b.prop ? b.label ? oe(b.label) : b.prop.slice(0, 1).toUpperCase() + b.prop.slice(1).toLowerCase() : "";
|
|
2946
2947
|
}
|
|
2947
|
-
function F(
|
|
2948
|
-
|
|
2948
|
+
function F(b) {
|
|
2949
|
+
b ? (Z.value = !0, S.splice(0, S.length, ..._), _.splice(0, _.length, ...M.value)) : (Z.value = !1, _.splice(0, _.length, ...S));
|
|
2949
2950
|
}
|
|
2950
2951
|
function G() {
|
|
2951
|
-
var
|
|
2952
|
+
var ee;
|
|
2952
2953
|
if (M.value.length === 0) {
|
|
2953
2954
|
Tt.alert("Select rows before printing", "Print", {
|
|
2954
2955
|
confirmButtonText: "OK"
|
|
2955
2956
|
});
|
|
2956
2957
|
return;
|
|
2957
2958
|
}
|
|
2958
|
-
let
|
|
2959
|
-
|
|
2960
|
-
|
|
2959
|
+
let b = "";
|
|
2960
|
+
ve.value.forEach((N) => {
|
|
2961
|
+
b += `<th>${O(N)}</th>`;
|
|
2961
2962
|
});
|
|
2962
|
-
let
|
|
2963
|
+
let x = "";
|
|
2963
2964
|
M.value.forEach((N) => {
|
|
2964
|
-
|
|
2965
|
-
|
|
2966
|
-
}),
|
|
2965
|
+
x += "<tr>", ve.value.forEach((ae) => {
|
|
2966
|
+
x += `<td>${N[ae.prop]}</td>`;
|
|
2967
|
+
}), x += "</tr>";
|
|
2967
2968
|
});
|
|
2968
|
-
let m = `<table><tr>${
|
|
2969
|
-
const
|
|
2970
|
-
|
|
2971
|
-
const C =
|
|
2969
|
+
let m = `<table><tr>${b}</tr>${x}</table>`;
|
|
2970
|
+
const z = document.createElement("iframe");
|
|
2971
|
+
z.style.display = "none", document.body.appendChild(z);
|
|
2972
|
+
const C = z.contentDocument || ((ee = z.contentWindow) == null ? void 0 : ee.document);
|
|
2972
2973
|
C == null || C.open(), C == null || C.write(`
|
|
2973
2974
|
<!DOCTYPE html>
|
|
2974
2975
|
<html>
|
|
@@ -3029,15 +3030,15 @@ const Aa = { render: Ta }, Da = { class: "toolbar" }, Ra = { class: "tool-button
|
|
|
3029
3030
|
multipleSelection: M,
|
|
3030
3031
|
refresh: w,
|
|
3031
3032
|
updateConfigAndRefresh: U
|
|
3032
|
-
}), (
|
|
3033
|
-
var
|
|
3034
|
-
const m =
|
|
3033
|
+
}), (b, x) => {
|
|
3034
|
+
var Ae, Je, Ke;
|
|
3035
|
+
const m = $("el-checkbox"), z = $("el-badge"), C = $("el-button"), ee = $("el-dropdown-item"), N = $("el-dropdown-menu"), ae = $("el-dropdown"), K = $("el-icon"), Y = $("el-tooltip"), re = $("el-input"), le = $("el-table-column"), ie = $("router-link"), _e = $("el-tag"), pe = $("el-popconfirm"), ge = $("el-table"), Se = $("el-pagination"), be = Yt("loading");
|
|
3035
3036
|
return u(), E("div", {
|
|
3036
|
-
class: Ct({ "table-view-wrapper": (
|
|
3037
|
+
class: Ct({ "table-view-wrapper": (Ae = a.display) == null ? void 0 : Ae.pane })
|
|
3037
3038
|
}, [
|
|
3038
|
-
|
|
3039
|
-
|
|
3040
|
-
a.selectMode ? (u(), I(
|
|
3039
|
+
g("div", Da, [
|
|
3040
|
+
g("div", Ra, [
|
|
3041
|
+
a.selectMode ? (u(), I(z, {
|
|
3041
3042
|
key: 0,
|
|
3042
3043
|
value: M.value.length,
|
|
3043
3044
|
type: "primary",
|
|
@@ -3059,9 +3060,9 @@ const Aa = { render: Ta }, Da = { class: "toolbar" }, Ra = { class: "tool-button
|
|
|
3059
3060
|
onClick: T
|
|
3060
3061
|
}, {
|
|
3061
3062
|
default: p(() => {
|
|
3062
|
-
var
|
|
3063
|
+
var de, J;
|
|
3063
3064
|
return [
|
|
3064
|
-
|
|
3065
|
+
q(A(((de = a.labels) == null ? void 0 : de.create) != null ? y(n)((J = a.labels) == null ? void 0 : J.create) : y(n)("common.table.create")), 1)
|
|
3065
3066
|
];
|
|
3066
3067
|
}),
|
|
3067
3068
|
_: 1
|
|
@@ -3071,12 +3072,12 @@ const Aa = { render: Ta }, Da = { class: "toolbar" }, Ra = { class: "tool-button
|
|
|
3071
3072
|
disabled: M.value.length == 0,
|
|
3072
3073
|
type: "danger",
|
|
3073
3074
|
plain: "",
|
|
3074
|
-
onClick:
|
|
3075
|
+
onClick: r
|
|
3075
3076
|
}, {
|
|
3076
3077
|
default: p(() => {
|
|
3077
|
-
var
|
|
3078
|
+
var de, J;
|
|
3078
3079
|
return [
|
|
3079
|
-
|
|
3080
|
+
q(A(((de = a.labels) == null ? void 0 : de.delete) != null ? y(n)((J = a.labels) == null ? void 0 : J.delete) : y(n)("common.table.delete")), 1)
|
|
3080
3081
|
];
|
|
3081
3082
|
}),
|
|
3082
3083
|
_: 1
|
|
@@ -3086,7 +3087,7 @@ const Aa = { render: Ta }, Da = { class: "toolbar" }, Ra = { class: "tool-button
|
|
|
3086
3087
|
style: { width: "28px" },
|
|
3087
3088
|
onClick: w
|
|
3088
3089
|
}, null, 8, ["icon"]),
|
|
3089
|
-
(
|
|
3090
|
+
(Je = a.display) != null && Je.fileTaskButton ? (u(), I(ae, {
|
|
3090
3091
|
key: 3,
|
|
3091
3092
|
placement: "bottom-start",
|
|
3092
3093
|
trigger: "click"
|
|
@@ -3094,41 +3095,41 @@ const Aa = { render: Ta }, Da = { class: "toolbar" }, Ra = { class: "tool-button
|
|
|
3094
3095
|
dropdown: p(() => [
|
|
3095
3096
|
h(N, null, {
|
|
3096
3097
|
default: p(() => [
|
|
3097
|
-
h(
|
|
3098
|
+
h(ee, {
|
|
3098
3099
|
icon: y(Go),
|
|
3099
3100
|
disabled: !0
|
|
3100
3101
|
}, {
|
|
3101
|
-
default: p(() =>
|
|
3102
|
-
|
|
3102
|
+
default: p(() => x[3] || (x[3] = [
|
|
3103
|
+
q("导入")
|
|
3103
3104
|
])),
|
|
3104
3105
|
_: 1
|
|
3105
3106
|
}, 8, ["icon"]),
|
|
3106
|
-
h(
|
|
3107
|
+
h(ee, {
|
|
3107
3108
|
icon: y(Dt),
|
|
3108
3109
|
divided: "",
|
|
3109
3110
|
disabled: !0
|
|
3110
3111
|
}, {
|
|
3111
|
-
default: p(() =>
|
|
3112
|
-
|
|
3112
|
+
default: p(() => x[4] || (x[4] = [
|
|
3113
|
+
q("导出选中内容")
|
|
3113
3114
|
])),
|
|
3114
3115
|
_: 1
|
|
3115
3116
|
}, 8, ["icon"]),
|
|
3116
|
-
h(
|
|
3117
|
+
h(ee, {
|
|
3117
3118
|
icon: y(Dt),
|
|
3118
3119
|
onClick: R
|
|
3119
3120
|
}, {
|
|
3120
|
-
default: p(() =>
|
|
3121
|
-
|
|
3121
|
+
default: p(() => x[5] || (x[5] = [
|
|
3122
|
+
q("导出查询结果")
|
|
3122
3123
|
])),
|
|
3123
3124
|
_: 1
|
|
3124
3125
|
}, 8, ["icon"]),
|
|
3125
|
-
h(
|
|
3126
|
+
h(ee, {
|
|
3126
3127
|
icon: y(jo),
|
|
3127
3128
|
divided: "",
|
|
3128
3129
|
disabled: !0
|
|
3129
3130
|
}, {
|
|
3130
|
-
default: p(() =>
|
|
3131
|
-
|
|
3131
|
+
default: p(() => x[6] || (x[6] = [
|
|
3132
|
+
q("任务中心")
|
|
3132
3133
|
])),
|
|
3133
3134
|
_: 1
|
|
3134
3135
|
}, 8, ["icon"])
|
|
@@ -3146,28 +3147,28 @@ const Aa = { render: Ta }, Da = { class: "toolbar" }, Ra = { class: "tool-button
|
|
|
3146
3147
|
]),
|
|
3147
3148
|
_: 1
|
|
3148
3149
|
})) : L("", !0),
|
|
3149
|
-
h(
|
|
3150
|
+
h(ae, {
|
|
3150
3151
|
placement: "bottom-start",
|
|
3151
3152
|
trigger: "click"
|
|
3152
3153
|
}, {
|
|
3153
3154
|
dropdown: p(() => [
|
|
3154
3155
|
h(N, null, {
|
|
3155
3156
|
default: p(() => [
|
|
3156
|
-
h(
|
|
3157
|
+
h(ee, {
|
|
3157
3158
|
icon: y(zo),
|
|
3158
3159
|
onClick: G
|
|
3159
3160
|
}, {
|
|
3160
|
-
default: p(() =>
|
|
3161
|
-
|
|
3161
|
+
default: p(() => x[7] || (x[7] = [
|
|
3162
|
+
q("打印")
|
|
3162
3163
|
])),
|
|
3163
3164
|
_: 1
|
|
3164
3165
|
}, 8, ["icon"]),
|
|
3165
|
-
h(
|
|
3166
|
+
h(ee, {
|
|
3166
3167
|
icon: y(qo),
|
|
3167
3168
|
disabled: !0
|
|
3168
3169
|
}, {
|
|
3169
|
-
default: p(() =>
|
|
3170
|
-
|
|
3170
|
+
default: p(() => x[8] || (x[8] = [
|
|
3171
|
+
q("表格设置")
|
|
3171
3172
|
])),
|
|
3172
3173
|
_: 1
|
|
3173
3174
|
}, 8, ["icon"])
|
|
@@ -3183,14 +3184,14 @@ const Aa = { render: Ta }, Da = { class: "toolbar" }, Ra = { class: "tool-button
|
|
|
3183
3184
|
]),
|
|
3184
3185
|
_: 1
|
|
3185
3186
|
}),
|
|
3186
|
-
a.tooltip ? (u(), I(
|
|
3187
|
+
a.tooltip ? (u(), I(Y, {
|
|
3187
3188
|
key: 4,
|
|
3188
3189
|
effect: "dark",
|
|
3189
3190
|
content: y(n)(a.tooltip),
|
|
3190
3191
|
placement: "right"
|
|
3191
3192
|
}, {
|
|
3192
3193
|
default: p(() => [
|
|
3193
|
-
h(
|
|
3194
|
+
h(K, { style: { color: "#8ba74f" } }, {
|
|
3194
3195
|
default: p(() => [
|
|
3195
3196
|
h(y(Ho))
|
|
3196
3197
|
]),
|
|
@@ -3200,11 +3201,11 @@ const Aa = { render: Ta }, Da = { class: "toolbar" }, Ra = { class: "tool-button
|
|
|
3200
3201
|
_: 1
|
|
3201
3202
|
}, 8, ["content"])) : L("", !0)
|
|
3202
3203
|
]),
|
|
3203
|
-
|
|
3204
|
-
h(
|
|
3204
|
+
g("div", Fa, [
|
|
3205
|
+
h(re, {
|
|
3205
3206
|
placeholder: `${y(n)("common.table.search")}...`,
|
|
3206
3207
|
modelValue: f.value,
|
|
3207
|
-
"onUpdate:modelValue":
|
|
3208
|
+
"onUpdate:modelValue": x[0] || (x[0] = (de) => f.value = de)
|
|
3208
3209
|
}, {
|
|
3209
3210
|
append: p(() => [
|
|
3210
3211
|
h(C, {
|
|
@@ -3215,66 +3216,66 @@ const Aa = { render: Ta }, Da = { class: "toolbar" }, Ra = { class: "tool-button
|
|
|
3215
3216
|
]),
|
|
3216
3217
|
_: 1
|
|
3217
3218
|
}, 8, ["placeholder", "modelValue"]),
|
|
3218
|
-
(
|
|
3219
|
+
(Ke = a.display) != null && Ke.advancedSearch ? (u(), I(C, {
|
|
3219
3220
|
key: 0,
|
|
3220
3221
|
type: "text"
|
|
3221
3222
|
}, {
|
|
3222
|
-
default: p(() =>
|
|
3223
|
-
|
|
3223
|
+
default: p(() => x[9] || (x[9] = [
|
|
3224
|
+
q("高级搜索")
|
|
3224
3225
|
])),
|
|
3225
3226
|
_: 1
|
|
3226
3227
|
})) : L("", !0)
|
|
3227
3228
|
])
|
|
3228
3229
|
]),
|
|
3229
|
-
Jt((u(), I(
|
|
3230
|
+
Jt((u(), I(ge, {
|
|
3230
3231
|
border: !0,
|
|
3231
3232
|
ref_key: "tableRef",
|
|
3232
3233
|
ref: V,
|
|
3233
|
-
data:
|
|
3234
|
+
data: _,
|
|
3234
3235
|
onSelectionChange: D,
|
|
3235
3236
|
class: "table"
|
|
3236
3237
|
}, {
|
|
3237
3238
|
default: p(() => {
|
|
3238
|
-
var
|
|
3239
|
+
var de;
|
|
3239
3240
|
return [
|
|
3240
|
-
a.readOnly ? L("", !0) : (u(), I(
|
|
3241
|
+
a.readOnly ? L("", !0) : (u(), I(le, {
|
|
3241
3242
|
key: 0,
|
|
3242
3243
|
type: "selection",
|
|
3243
3244
|
width: "50"
|
|
3244
3245
|
})),
|
|
3245
|
-
(u(!0), E(
|
|
3246
|
-
var
|
|
3247
|
-
return u(), I(
|
|
3248
|
-
prop:
|
|
3249
|
-
label: O(
|
|
3250
|
-
width: (
|
|
3246
|
+
(u(!0), E(ne, null, me(ve.value, (J) => {
|
|
3247
|
+
var Q;
|
|
3248
|
+
return u(), I(le, {
|
|
3249
|
+
prop: J.prop,
|
|
3250
|
+
label: O(J),
|
|
3251
|
+
width: (Q = J.tableColumn) == null ? void 0 : Q.width,
|
|
3251
3252
|
"show-overflow-tooltip": ""
|
|
3252
3253
|
}, {
|
|
3253
3254
|
default: p((Pe) => {
|
|
3254
|
-
var Ie,
|
|
3255
|
+
var Ie, Qe, It;
|
|
3255
3256
|
return [
|
|
3256
|
-
(Ie =
|
|
3257
|
+
(Ie = J.tableColumn) != null && Ie.link ? (u(), I(ie, {
|
|
3257
3258
|
key: 0,
|
|
3258
3259
|
class: "router-link",
|
|
3259
3260
|
to: `/${c.value}/detail?id=${Pe.row.id}`
|
|
3260
3261
|
}, {
|
|
3261
3262
|
default: p(() => [
|
|
3262
|
-
|
|
3263
|
+
g("span", null, A(W(J, Pe)), 1)
|
|
3263
3264
|
]),
|
|
3264
3265
|
_: 2
|
|
3265
|
-
}, 1032, ["to"])) : (
|
|
3266
|
+
}, 1032, ["to"])) : (Qe = J.tableColumn) != null && Qe.routerLink ? (u(), I(ie, {
|
|
3266
3267
|
key: 1,
|
|
3267
3268
|
class: "router-link",
|
|
3268
|
-
to:
|
|
3269
|
+
to: J.tableColumn.routerLink.replace("{id}", Pe.row.id)
|
|
3269
3270
|
}, {
|
|
3270
3271
|
default: p(() => [
|
|
3271
|
-
|
|
3272
|
+
g("span", null, A(W(J, Pe)), 1)
|
|
3272
3273
|
]),
|
|
3273
3274
|
_: 2
|
|
3274
|
-
}, 1032, ["to"])) : (u(), E("span", La, A(W(
|
|
3275
|
-
((It =
|
|
3275
|
+
}, 1032, ["to"])) : (u(), E("span", La, A(W(J, Pe)), 1)),
|
|
3276
|
+
((It = J.tableColumn) == null ? void 0 : It.type) === "tag" ? (u(), I(_e, { key: 3 }, {
|
|
3276
3277
|
default: p(() => [
|
|
3277
|
-
|
|
3278
|
+
q(A(Pe.row[J.prop]), 1)
|
|
3278
3279
|
]),
|
|
3279
3280
|
_: 2
|
|
3280
3281
|
}, 1024)) : L("", !0)
|
|
@@ -3283,27 +3284,27 @@ const Aa = { render: Ta }, Da = { class: "toolbar" }, Ra = { class: "tool-button
|
|
|
3283
3284
|
_: 2
|
|
3284
3285
|
}, 1032, ["prop", "label", "width"]);
|
|
3285
3286
|
}), 256)),
|
|
3286
|
-
a.operations === void 0 && !((
|
|
3287
|
+
a.operations === void 0 && !((de = a.selectMode) != null && de) && !a.readOnly ? (u(), I(le, {
|
|
3287
3288
|
key: 1,
|
|
3288
3289
|
label: y(n)("common.table.operation"),
|
|
3289
3290
|
width: "120"
|
|
3290
3291
|
}, {
|
|
3291
|
-
default: p((
|
|
3292
|
+
default: p((J) => [
|
|
3292
3293
|
a.updatable !== !1 ? (u(), I(C, {
|
|
3293
3294
|
key: 0,
|
|
3294
3295
|
link: "",
|
|
3295
3296
|
type: "primary",
|
|
3296
3297
|
class: "operation-button",
|
|
3297
|
-
onClick: (
|
|
3298
|
+
onClick: (Q) => P(J.$index, J.row)
|
|
3298
3299
|
}, {
|
|
3299
3300
|
default: p(() => [
|
|
3300
|
-
|
|
3301
|
+
q(A(y(n)("common.table.edit")), 1)
|
|
3301
3302
|
]),
|
|
3302
3303
|
_: 2
|
|
3303
3304
|
}, 1032, ["onClick"])) : L("", !0),
|
|
3304
3305
|
h(pe, {
|
|
3305
3306
|
title: "Are you sure to delete this?",
|
|
3306
|
-
onConfirm: (
|
|
3307
|
+
onConfirm: (Q) => d(J.$index, J.row)
|
|
3307
3308
|
}, {
|
|
3308
3309
|
reference: p(() => [
|
|
3309
3310
|
a.deletable !== !1 ? (u(), I(C, {
|
|
@@ -3313,7 +3314,7 @@ const Aa = { render: Ta }, Da = { class: "toolbar" }, Ra = { class: "tool-button
|
|
|
3313
3314
|
class: "operation-button"
|
|
3314
3315
|
}, {
|
|
3315
3316
|
default: p(() => [
|
|
3316
|
-
|
|
3317
|
+
q(A(y(n)("common.table.delete")), 1)
|
|
3317
3318
|
]),
|
|
3318
3319
|
_: 1
|
|
3319
3320
|
})) : L("", !0)
|
|
@@ -3323,24 +3324,24 @@ const Aa = { render: Ta }, Da = { class: "toolbar" }, Ra = { class: "tool-button
|
|
|
3323
3324
|
]),
|
|
3324
3325
|
_: 1
|
|
3325
3326
|
}, 8, ["label"])) : L("", !0),
|
|
3326
|
-
a.operations !== void 0 && !a.readOnly ? (u(), I(
|
|
3327
|
+
a.operations !== void 0 && !a.readOnly ? (u(), I(le, {
|
|
3327
3328
|
key: 2,
|
|
3328
3329
|
label: y(n)("common.table.operation"),
|
|
3329
3330
|
width: "120"
|
|
3330
3331
|
}, {
|
|
3331
|
-
default: p((
|
|
3332
|
-
(u(!0), E(
|
|
3332
|
+
default: p((J) => [
|
|
3333
|
+
(u(!0), E(ne, null, me(a.operations, (Q) => (u(), I(C, {
|
|
3333
3334
|
class: "operation-button",
|
|
3334
3335
|
link: "",
|
|
3335
3336
|
type: "primary",
|
|
3336
|
-
key:
|
|
3337
|
+
key: Q.label,
|
|
3337
3338
|
onClick: (Pe) => {
|
|
3338
|
-
var Ie,
|
|
3339
|
-
return ((
|
|
3339
|
+
var Ie, Qe;
|
|
3340
|
+
return ((Qe = (Ie = Q.functions) == null ? void 0 : Ie.click) == null ? void 0 : Qe.call(Ie, J.$index, J.row)) && w();
|
|
3340
3341
|
}
|
|
3341
3342
|
}, {
|
|
3342
3343
|
default: p(() => [
|
|
3343
|
-
|
|
3344
|
+
q(A(ke(Q, J)), 1)
|
|
3344
3345
|
]),
|
|
3345
3346
|
_: 2
|
|
3346
3347
|
}, 1032, ["onClick"]))), 128))
|
|
@@ -3351,43 +3352,43 @@ const Aa = { render: Ta }, Da = { class: "toolbar" }, Ra = { class: "tool-button
|
|
|
3351
3352
|
}),
|
|
3352
3353
|
_: 1
|
|
3353
3354
|
}, 8, ["data"])), [
|
|
3354
|
-
[
|
|
3355
|
+
[be, H.value]
|
|
3355
3356
|
]),
|
|
3356
|
-
|
|
3357
|
+
Z.value ? L("", !0) : (u(), I(Se, {
|
|
3357
3358
|
key: 0,
|
|
3358
3359
|
size: "small",
|
|
3359
3360
|
background: "",
|
|
3360
|
-
onSizeChange:
|
|
3361
|
+
onSizeChange: v,
|
|
3361
3362
|
onCurrentChange: k,
|
|
3362
|
-
currentPage:
|
|
3363
|
-
"onUpdate:currentPage":
|
|
3363
|
+
currentPage: te.pageNo,
|
|
3364
|
+
"onUpdate:currentPage": x[1] || (x[1] = (de) => te.pageNo = de),
|
|
3364
3365
|
"page-sizes": [10, 20, 50, 100],
|
|
3365
|
-
"page-size":
|
|
3366
|
+
"page-size": te.pageSize,
|
|
3366
3367
|
layout: "total, sizes, prev, pager, next",
|
|
3367
|
-
total:
|
|
3368
|
+
total: te.totalElements
|
|
3368
3369
|
}, null, 8, ["currentPage", "page-size", "total"])),
|
|
3369
3370
|
h(ko, {
|
|
3370
|
-
model:
|
|
3371
|
-
mode:
|
|
3372
|
-
id:
|
|
3371
|
+
model: b.model,
|
|
3372
|
+
mode: X.value,
|
|
3373
|
+
id: j.value,
|
|
3373
3374
|
afterSubmitFunc: w,
|
|
3374
|
-
visible:
|
|
3375
|
-
"onUpdate:visible":
|
|
3375
|
+
visible: i.value,
|
|
3376
|
+
"onUpdate:visible": x[2] || (x[2] = (de) => i.value = de)
|
|
3376
3377
|
}, null, 8, ["model", "mode", "id", "visible"])
|
|
3377
3378
|
], 2);
|
|
3378
3379
|
};
|
|
3379
3380
|
}
|
|
3380
|
-
}), pt = /* @__PURE__ */ Ce(Ga, [["__scopeId", "data-v-
|
|
3381
|
+
}), pt = /* @__PURE__ */ Ce(Ga, [["__scopeId", "data-v-676ef8b1"]]), ja = { class: "nav-bar" }, za = { style: { "font-size": "16px" } }, qa = {
|
|
3381
3382
|
key: 0,
|
|
3382
3383
|
class: "info-card-wrapper"
|
|
3383
3384
|
}, Ba = { class: "icon-wrapper" }, Ha = { class: "info-wrapper" }, Wa = { class: "title-wrapper" }, Ya = { class: "tabs-wrapper" }, Ja = { class: "dialog-footer" }, Ka = /* @__PURE__ */ Oe({
|
|
3384
3385
|
__name: "DetailPage",
|
|
3385
3386
|
setup(e) {
|
|
3386
|
-
const { t: o } = St(), n = tt(), t = ft(), s =
|
|
3387
|
+
const { t: o } = St(), n = tt(), t = ft(), s = Re(() => n.query.id), a = B(!1), c = B(!1), i = B("view"), l = he(), f = B(-1), _ = he(), S = he(), V = B("summary"), M = B(""), X = B(""), H = B(""), Z = B(0), j = fe({
|
|
3387
3388
|
api: "",
|
|
3388
3389
|
fields: []
|
|
3389
|
-
}),
|
|
3390
|
-
let
|
|
3390
|
+
}), te = fe([]);
|
|
3391
|
+
let se = [];
|
|
3391
3392
|
Me([
|
|
3392
3393
|
() => t.currentRoute.value,
|
|
3393
3394
|
$e
|
|
@@ -3397,49 +3398,49 @@ const Aa = { render: Ta }, Da = { class: "toolbar" }, Ra = { class: "tool-button
|
|
|
3397
3398
|
immediate: !0,
|
|
3398
3399
|
deep: !0
|
|
3399
3400
|
});
|
|
3400
|
-
function
|
|
3401
|
+
function ve(d) {
|
|
3401
3402
|
f.value = parseInt(d.index) - 1;
|
|
3402
3403
|
}
|
|
3403
3404
|
function W() {
|
|
3404
3405
|
var k;
|
|
3405
|
-
let d = (k =
|
|
3406
|
+
let d = (k = se[f.value].api) == null ? void 0 : k.replace("/select", "");
|
|
3406
3407
|
d = d == null ? void 0 : d.substring(d.lastIndexOf("/"));
|
|
3407
|
-
const
|
|
3408
|
-
Ee(
|
|
3409
|
-
|
|
3408
|
+
const r = j.api + "/" + s.value + d, v = S.value.multipleSelection.map((P) => P.id);
|
|
3409
|
+
Ee(r, "POST", v).then(() => {
|
|
3410
|
+
_.value.refresh(), c.value = !1;
|
|
3410
3411
|
});
|
|
3411
3412
|
}
|
|
3412
|
-
function ke(d,
|
|
3413
|
+
function ke(d, r, v) {
|
|
3413
3414
|
var R;
|
|
3414
|
-
|
|
3415
|
-
c.value = !0,
|
|
3415
|
+
v.functions || (v.functions = {}), v.functions.create = () => {
|
|
3416
|
+
c.value = !0, S.value && S.value.refresh();
|
|
3416
3417
|
};
|
|
3417
|
-
let k = Be(
|
|
3418
|
+
let k = Be(r);
|
|
3418
3419
|
k.tableConfig || (k.tableConfig = {}), k.tableConfig.selectMode = !0, k.tableConfig.queryParams = {}, d.queryParamName && (k.tableConfig.queryParams[d.queryParamName] = s.value);
|
|
3419
3420
|
for (var P in k.fields)
|
|
3420
3421
|
k.fields[P].tableColumn && (R = k.fields[P].tableColumn) != null && R.link && (k.fields[P].tableColumn.link = !1);
|
|
3421
|
-
|
|
3422
|
+
se.push(k), v.labels = {
|
|
3422
3423
|
create: "common.table.add",
|
|
3423
3424
|
delete: "common.table.remove"
|
|
3424
|
-
},
|
|
3425
|
-
var
|
|
3426
|
-
let O = (
|
|
3425
|
+
}, v.functions.batchDelete = (D) => {
|
|
3426
|
+
var b;
|
|
3427
|
+
let O = (b = se[f.value].api) == null ? void 0 : b.replace("/select", "");
|
|
3427
3428
|
O = O == null ? void 0 : O.substring(O.lastIndexOf("/"));
|
|
3428
|
-
const F =
|
|
3429
|
-
we.delete(`${F}/${G.join(",")}`).then(({ data:
|
|
3430
|
-
|
|
3429
|
+
const F = j.api + "/" + s.value + O, G = D.map((x) => x.id);
|
|
3430
|
+
we.delete(`${F}/${G.join(",")}`).then(({ data: x }) => {
|
|
3431
|
+
x.code === 0 && _.value.refresh();
|
|
3431
3432
|
});
|
|
3432
|
-
},
|
|
3433
|
+
}, v.operations = [
|
|
3433
3434
|
{
|
|
3434
3435
|
label: "common.table.remove",
|
|
3435
3436
|
functions: {
|
|
3436
3437
|
click: (D, O) => {
|
|
3437
|
-
var
|
|
3438
|
-
let F = (
|
|
3438
|
+
var b;
|
|
3439
|
+
let F = (b = se[f.value].api) == null ? void 0 : b.replace("/select", "");
|
|
3439
3440
|
F = F == null ? void 0 : F.substring(F.lastIndexOf("/"));
|
|
3440
|
-
const G =
|
|
3441
|
+
const G = j.api + "/" + s.value + F;
|
|
3441
3442
|
Ee(G, "DELETE", O.id).then(() => {
|
|
3442
|
-
|
|
3443
|
+
_.value.refresh();
|
|
3443
3444
|
});
|
|
3444
3445
|
}
|
|
3445
3446
|
}
|
|
@@ -3448,21 +3449,21 @@ const Aa = { render: Ta }, Da = { class: "toolbar" }, Ra = { class: "tool-button
|
|
|
3448
3449
|
}
|
|
3449
3450
|
function U() {
|
|
3450
3451
|
var k, P, R;
|
|
3451
|
-
|
|
3452
|
+
te.splice(0);
|
|
3452
3453
|
const d = n.params.model;
|
|
3453
3454
|
if ($e.value[d] === void 0) {
|
|
3454
3455
|
console.warn("Detail page model not exist:", d);
|
|
3455
3456
|
return;
|
|
3456
3457
|
} else
|
|
3457
3458
|
console.debug("Detail page model found:", d, $e.value[d]);
|
|
3458
|
-
|
|
3459
|
-
const
|
|
3460
|
-
Object.assign(
|
|
3461
|
-
const
|
|
3462
|
-
if (
|
|
3463
|
-
for (let D of
|
|
3459
|
+
Ye(j);
|
|
3460
|
+
const r = Be($e.value[d]);
|
|
3461
|
+
Object.assign(j, r), Z.value++, f.value = -1, V.value = "summary";
|
|
3462
|
+
const v = (P = (k = j.pageConfig) == null ? void 0 : k.detailPage) == null ? void 0 : P.tabs;
|
|
3463
|
+
if (v)
|
|
3464
|
+
for (let D of v) {
|
|
3464
3465
|
const O = Be($e.value[D.modelKey]);
|
|
3465
|
-
if (
|
|
3466
|
+
if (te.push(O), D.type === "table") {
|
|
3466
3467
|
O.tableConfig || (O.tableConfig = {});
|
|
3467
3468
|
let F = O.tableConfig;
|
|
3468
3469
|
if (F.display = {
|
|
@@ -3470,20 +3471,20 @@ const Aa = { render: Ta }, Da = { class: "toolbar" }, Ra = { class: "tool-button
|
|
|
3470
3471
|
}, D.modelRelationType === "associated")
|
|
3471
3472
|
ke(D, O, F);
|
|
3472
3473
|
else if (D.modelRelationType === "child") {
|
|
3473
|
-
|
|
3474
|
+
se.push({
|
|
3474
3475
|
fields: []
|
|
3475
3476
|
}), O.formConfig === void 0 && (O.formConfig = {}), O.formConfig.functions === void 0 && (O.formConfig.functions = {});
|
|
3476
3477
|
const G = O.formConfig.functions.beforeSubmit;
|
|
3477
|
-
D.queryParamName && (O.formConfig.functions.beforeSubmit = (
|
|
3478
|
-
|
|
3478
|
+
D.queryParamName && (O.formConfig.functions.beforeSubmit = (b) => {
|
|
3479
|
+
b[D.queryParamName] = s.value, G !== void 0 && G(b);
|
|
3479
3480
|
});
|
|
3480
3481
|
}
|
|
3481
3482
|
F.queryParams || (F.queryParams = {}), D.queryParamName && (F.queryParams[D.queryParamName] = s.value), D.queryParams && Object.assign(F.queryParams, D.queryParams), F.readOnly = (R = D.readOnly) != null ? R : !1, D.includeFields && (O.fields = O.fields.filter((G) => {
|
|
3482
|
-
var
|
|
3483
|
-
return (
|
|
3483
|
+
var b;
|
|
3484
|
+
return (b = D.includeFields) == null ? void 0 : b.includes(G.prop);
|
|
3484
3485
|
})), D.excludeFields && (O.fields = O.fields.filter((G) => {
|
|
3485
|
-
var
|
|
3486
|
-
return !((
|
|
3486
|
+
var b;
|
|
3487
|
+
return !((b = D.excludeFields) != null && b.includes(G.prop));
|
|
3487
3488
|
})), D.tooltip && (F.tooltip = D.tooltip);
|
|
3488
3489
|
}
|
|
3489
3490
|
}
|
|
@@ -3491,23 +3492,23 @@ const Aa = { render: Ta }, Da = { class: "toolbar" }, Ra = { class: "tool-button
|
|
|
3491
3492
|
Me(
|
|
3492
3493
|
[
|
|
3493
3494
|
() => {
|
|
3494
|
-
var d,
|
|
3495
|
-
return (
|
|
3495
|
+
var d, r;
|
|
3496
|
+
return (r = (d = j.pageConfig) == null ? void 0 : d.detailPage) == null ? void 0 : r.infoCard;
|
|
3496
3497
|
},
|
|
3497
3498
|
() => {
|
|
3498
3499
|
var d;
|
|
3499
|
-
return (d =
|
|
3500
|
+
return (d = l.value) == null ? void 0 : d.formData;
|
|
3500
3501
|
}
|
|
3501
3502
|
],
|
|
3502
3503
|
(d) => {
|
|
3503
3504
|
ct(() => {
|
|
3504
|
-
var
|
|
3505
|
-
const
|
|
3506
|
-
|
|
3505
|
+
var v, k, P;
|
|
3506
|
+
const r = (k = (v = j.pageConfig) == null ? void 0 : v.detailPage) == null ? void 0 : k.infoCard;
|
|
3507
|
+
r && (M.value = r.titleFieldProp ? l.value.formData[r.titleFieldProp] : "", X.value = r.subtitleFieldProp ? l.value.formData[r.subtitleFieldProp] : "", H.value = r.tagFieldProp ? l.value.formData[r.tagFieldProp] : "", (P = j.fields) == null || P.forEach((R) => {
|
|
3507
3508
|
var D, O;
|
|
3508
|
-
if (R.prop ===
|
|
3509
|
+
if (R.prop === r.tagFieldProp) {
|
|
3509
3510
|
const F = (O = (D = R.tableColumn) == null ? void 0 : D.functions) == null ? void 0 : O.transformValue;
|
|
3510
|
-
F && (
|
|
3511
|
+
F && (H.value = F(H.value));
|
|
3511
3512
|
}
|
|
3512
3513
|
}));
|
|
3513
3514
|
});
|
|
@@ -3521,45 +3522,45 @@ const Aa = { render: Ta }, Da = { class: "toolbar" }, Ra = { class: "tool-button
|
|
|
3521
3522
|
a.value = !0;
|
|
3522
3523
|
}
|
|
3523
3524
|
function T() {
|
|
3524
|
-
|
|
3525
|
-
}
|
|
3526
|
-
return (d,
|
|
3527
|
-
var m,
|
|
3528
|
-
const
|
|
3529
|
-
return u(), E(
|
|
3530
|
-
|
|
3531
|
-
h(
|
|
3532
|
-
onClick:
|
|
3525
|
+
l.value.refresh();
|
|
3526
|
+
}
|
|
3527
|
+
return (d, r) => {
|
|
3528
|
+
var m, z, C, ee, N, ae;
|
|
3529
|
+
const v = $("el-page-header"), k = $("el-button"), P = $("el-icon"), R = $("el-dropdown-item"), D = $("el-dropdown-menu"), O = $("el-dropdown"), F = $("el-tag"), G = $("el-tab-pane"), b = $("el-tabs"), x = $("el-dialog");
|
|
3530
|
+
return u(), E(ne, null, [
|
|
3531
|
+
g("div", ja, [
|
|
3532
|
+
h(v, {
|
|
3533
|
+
onClick: r[0] || (r[0] = (K) => y(t).back())
|
|
3533
3534
|
}, {
|
|
3534
|
-
title: p(() =>
|
|
3535
|
-
|
|
3535
|
+
title: p(() => r[5] || (r[5] = [
|
|
3536
|
+
g("span", null, null, -1)
|
|
3536
3537
|
])),
|
|
3537
3538
|
content: p(() => [
|
|
3538
|
-
|
|
3539
|
+
g("span", za, A(y(oe)(j == null ? void 0 : j.name)), 1)
|
|
3539
3540
|
]),
|
|
3540
3541
|
_: 1
|
|
3541
3542
|
}),
|
|
3542
|
-
|
|
3543
|
+
g("div", null, [
|
|
3543
3544
|
h(k, {
|
|
3544
3545
|
type: "primary",
|
|
3545
3546
|
onClick: w
|
|
3546
3547
|
}, {
|
|
3547
3548
|
default: p(() => [
|
|
3548
|
-
|
|
3549
|
+
q(A(y(o)("common.table.edit")), 1)
|
|
3549
3550
|
]),
|
|
3550
3551
|
_: 1
|
|
3551
3552
|
}),
|
|
3552
|
-
((
|
|
3553
|
+
((z = (m = j.pageConfig) == null ? void 0 : m.detailPage) == null ? void 0 : z.operationButtons) !== void 0 ? (u(), I(O, { key: 0 }, {
|
|
3553
3554
|
dropdown: p(() => [
|
|
3554
3555
|
h(D, null, {
|
|
3555
3556
|
default: p(() => {
|
|
3556
|
-
var
|
|
3557
|
+
var K, Y;
|
|
3557
3558
|
return [
|
|
3558
|
-
(u(!0), E(
|
|
3559
|
-
onClick: (
|
|
3559
|
+
(u(!0), E(ne, null, me((Y = (K = j.pageConfig) == null ? void 0 : K.detailPage) == null ? void 0 : Y.operationButtons, (re) => (u(), I(R, {
|
|
3560
|
+
onClick: (le) => re.function(l.value.formData)
|
|
3560
3561
|
}, {
|
|
3561
3562
|
default: p(() => [
|
|
3562
|
-
|
|
3563
|
+
q(A(y(oe)(re.label)), 1)
|
|
3563
3564
|
]),
|
|
3564
3565
|
_: 2
|
|
3565
3566
|
}, 1032, ["onClick"]))), 256))
|
|
@@ -3571,7 +3572,7 @@ const Aa = { render: Ta }, Da = { class: "toolbar" }, Ra = { class: "tool-button
|
|
|
3571
3572
|
default: p(() => [
|
|
3572
3573
|
h(k, { style: { margin: "0 10px" } }, {
|
|
3573
3574
|
default: p(() => [
|
|
3574
|
-
|
|
3575
|
+
q(A(y(o)("common.basic.more")), 1),
|
|
3575
3576
|
h(P, { class: "el-icon--right" }, {
|
|
3576
3577
|
default: p(() => [
|
|
3577
3578
|
h(y(Qt))
|
|
@@ -3600,34 +3601,34 @@ const Aa = { render: Ta }, Da = { class: "toolbar" }, Ra = { class: "tool-button
|
|
|
3600
3601
|
})
|
|
3601
3602
|
])
|
|
3602
3603
|
]),
|
|
3603
|
-
(
|
|
3604
|
-
|
|
3605
|
-
(u(), I(it((N =
|
|
3604
|
+
(ee = (C = j.pageConfig) == null ? void 0 : C.detailPage) != null && ee.infoCard ? (u(), E("div", qa, [
|
|
3605
|
+
g("div", Ba, [
|
|
3606
|
+
(u(), I(it((N = j.pageConfig.detailPage.infoCard.icon) != null ? N : ""), { class: "icon" }))
|
|
3606
3607
|
]),
|
|
3607
|
-
|
|
3608
|
-
|
|
3609
|
-
|
|
3610
|
-
((
|
|
3608
|
+
g("div", Ha, [
|
|
3609
|
+
g("div", Wa, [
|
|
3610
|
+
g("h1", null, A(M.value), 1),
|
|
3611
|
+
((ae = H.value) == null ? void 0 : ae.length) > 0 ? (u(), I(F, {
|
|
3611
3612
|
key: 0,
|
|
3612
3613
|
size: "small"
|
|
3613
3614
|
}, {
|
|
3614
3615
|
default: p(() => [
|
|
3615
|
-
|
|
3616
|
+
q(A(H.value), 1)
|
|
3616
3617
|
]),
|
|
3617
3618
|
_: 1
|
|
3618
3619
|
})) : L("", !0)
|
|
3619
3620
|
]),
|
|
3620
|
-
|
|
3621
|
+
g("span", null, A(X.value), 1)
|
|
3621
3622
|
])
|
|
3622
3623
|
])) : L("", !0),
|
|
3623
|
-
|
|
3624
|
-
h(
|
|
3624
|
+
g("div", Ya, [
|
|
3625
|
+
h(b, {
|
|
3625
3626
|
modelValue: V.value,
|
|
3626
|
-
"onUpdate:modelValue":
|
|
3627
|
-
onTabClick:
|
|
3627
|
+
"onUpdate:modelValue": r[1] || (r[1] = (K) => V.value = K),
|
|
3628
|
+
onTabClick: ve
|
|
3628
3629
|
}, {
|
|
3629
3630
|
default: p(() => {
|
|
3630
|
-
var
|
|
3631
|
+
var K, Y;
|
|
3631
3632
|
return [
|
|
3632
3633
|
h(G, {
|
|
3633
3634
|
label: y(o)("common.basic.summary"),
|
|
@@ -3636,17 +3637,17 @@ const Aa = { render: Ta }, Da = { class: "toolbar" }, Ra = { class: "tool-button
|
|
|
3636
3637
|
default: p(() => [
|
|
3637
3638
|
h(Co, {
|
|
3638
3639
|
ref_key: "formViewRef",
|
|
3639
|
-
ref:
|
|
3640
|
+
ref: l,
|
|
3640
3641
|
id: s.value,
|
|
3641
|
-
sessionId:
|
|
3642
|
-
mode:
|
|
3643
|
-
model:
|
|
3642
|
+
sessionId: Z.value,
|
|
3643
|
+
mode: i.value,
|
|
3644
|
+
model: j
|
|
3644
3645
|
}, null, 8, ["id", "sessionId", "mode", "model"])
|
|
3645
3646
|
]),
|
|
3646
3647
|
_: 1
|
|
3647
3648
|
}, 8, ["label"]),
|
|
3648
|
-
(u(!0), E(
|
|
3649
|
-
label: y(
|
|
3649
|
+
(u(!0), E(ne, null, me((Y = (K = j.pageConfig) == null ? void 0 : K.detailPage) == null ? void 0 : Y.tabs, (re) => (u(), I(G, {
|
|
3650
|
+
label: y(oe)(re.name)
|
|
3650
3651
|
}, null, 8, ["label"]))), 256))
|
|
3651
3652
|
];
|
|
3652
3653
|
}),
|
|
@@ -3655,22 +3656,22 @@ const Aa = { render: Ta }, Da = { class: "toolbar" }, Ra = { class: "tool-button
|
|
|
3655
3656
|
f.value >= 0 ? (u(), I(pt, {
|
|
3656
3657
|
key: 0,
|
|
3657
3658
|
ref_key: "tabPaneTableRef",
|
|
3658
|
-
ref:
|
|
3659
|
-
model:
|
|
3659
|
+
ref: _,
|
|
3660
|
+
model: te[f.value]
|
|
3660
3661
|
}, null, 8, ["model"])) : L("", !0),
|
|
3661
|
-
h(
|
|
3662
|
+
h(x, {
|
|
3662
3663
|
modelValue: c.value,
|
|
3663
|
-
"onUpdate:modelValue":
|
|
3664
|
+
"onUpdate:modelValue": r[3] || (r[3] = (K) => c.value = K),
|
|
3664
3665
|
title: y(o)("common.table.select"),
|
|
3665
3666
|
width: "800px"
|
|
3666
3667
|
}, {
|
|
3667
3668
|
footer: p(() => [
|
|
3668
|
-
|
|
3669
|
+
g("span", Ja, [
|
|
3669
3670
|
h(k, {
|
|
3670
|
-
onClick:
|
|
3671
|
+
onClick: r[2] || (r[2] = (K) => c.value = !1)
|
|
3671
3672
|
}, {
|
|
3672
3673
|
default: p(() => [
|
|
3673
|
-
|
|
3674
|
+
q(A(y(o)("common.basic.cancel")), 1)
|
|
3674
3675
|
]),
|
|
3675
3676
|
_: 1
|
|
3676
3677
|
}),
|
|
@@ -3679,7 +3680,7 @@ const Aa = { render: Ta }, Da = { class: "toolbar" }, Ra = { class: "tool-button
|
|
|
3679
3680
|
onClick: W
|
|
3680
3681
|
}, {
|
|
3681
3682
|
default: p(() => [
|
|
3682
|
-
|
|
3683
|
+
q(A(y(o)("common.basic.save")), 1)
|
|
3683
3684
|
]),
|
|
3684
3685
|
_: 1
|
|
3685
3686
|
})
|
|
@@ -3689,8 +3690,8 @@ const Aa = { render: Ta }, Da = { class: "toolbar" }, Ra = { class: "tool-button
|
|
|
3689
3690
|
f.value >= 0 ? (u(), I(pt, {
|
|
3690
3691
|
key: 0,
|
|
3691
3692
|
ref_key: "selectTableRef",
|
|
3692
|
-
ref:
|
|
3693
|
-
model: y(
|
|
3693
|
+
ref: S,
|
|
3694
|
+
model: y(se)[f.value]
|
|
3694
3695
|
}, null, 8, ["model"])) : L("", !0)
|
|
3695
3696
|
]),
|
|
3696
3697
|
_: 1
|
|
@@ -3700,57 +3701,60 @@ const Aa = { render: Ta }, Da = { class: "toolbar" }, Ra = { class: "tool-button
|
|
|
3700
3701
|
id: s.value,
|
|
3701
3702
|
mode: "update",
|
|
3702
3703
|
visible: a.value,
|
|
3703
|
-
"onUpdate:visible":
|
|
3704
|
-
model:
|
|
3704
|
+
"onUpdate:visible": r[4] || (r[4] = (K) => a.value = K),
|
|
3705
|
+
model: j,
|
|
3705
3706
|
afterSubmitFunc: T
|
|
3706
3707
|
}, null, 8, ["id", "visible", "model"])
|
|
3707
3708
|
], 64);
|
|
3708
3709
|
};
|
|
3709
3710
|
}
|
|
3710
|
-
}), Qa = /* @__PURE__ */ Ce(Ka, [["__scopeId", "data-v-
|
|
3711
|
+
}), Qa = /* @__PURE__ */ Ce(Ka, [["__scopeId", "data-v-5fe1d5fa"]]), Xa = { class: "page-title" }, Za = /* @__PURE__ */ Oe({
|
|
3711
3712
|
__name: "TablePage",
|
|
3712
3713
|
setup(e) {
|
|
3713
|
-
const o = tt(), n = ft(), t =
|
|
3714
|
+
const o = tt(), n = ft(), t = he(), s = he([]), a = fe({
|
|
3714
3715
|
api: "",
|
|
3715
3716
|
fields: []
|
|
3716
3717
|
}), c = fe(ot({}, a));
|
|
3717
|
-
function
|
|
3718
|
-
var f,
|
|
3719
|
-
s.value = [], a.pageConfig && ((
|
|
3720
|
-
|
|
3721
|
-
|
|
3722
|
-
|
|
3723
|
-
|
|
3724
|
-
|
|
3725
|
-
|
|
3726
|
-
|
|
3718
|
+
function i() {
|
|
3719
|
+
var f, _, S, V, M;
|
|
3720
|
+
s.value = [], a.pageConfig && ((_ = (f = a.pageConfig) == null ? void 0 : f.tablePage) != null && _.tabViewAttributes) && (s.value = (M = (V = (S = a.pageConfig) == null ? void 0 : S.tablePage) == null ? void 0 : V.tabViewAttributes) == null ? void 0 : M.map((X) => {
|
|
3721
|
+
const H = We(X);
|
|
3722
|
+
let Z;
|
|
3723
|
+
H.modelKey && $e.value[H.modelKey] ? Z = Be($e.value[H.modelKey]) : Z = Be(a), H.queryParams && (Z.tableConfig || (Z.tableConfig = {}), Z.tableConfig.queryParams = H.queryParams), H.fields && (Z.fields = H.fields), H.modelKey && (Z.breadcrumbRoute = a.route);
|
|
3724
|
+
const j = H.icon;
|
|
3725
|
+
return {
|
|
3726
|
+
key: H.key,
|
|
3727
|
+
label: H.label,
|
|
3728
|
+
icon: j ? Te(j) : void 0,
|
|
3729
|
+
disabled: H.disabled,
|
|
3730
|
+
model: Z
|
|
3727
3731
|
};
|
|
3728
3732
|
}));
|
|
3729
3733
|
}
|
|
3730
|
-
function
|
|
3731
|
-
var
|
|
3734
|
+
function l() {
|
|
3735
|
+
var S, V;
|
|
3732
3736
|
const f = o.params.model;
|
|
3733
3737
|
if ($e.value[f] === void 0) {
|
|
3734
3738
|
console.warn("TablePage.init: model not found", f, $e.value);
|
|
3735
3739
|
return;
|
|
3736
3740
|
}
|
|
3737
|
-
|
|
3738
|
-
const
|
|
3739
|
-
Object.assign(a,
|
|
3741
|
+
Ye(a);
|
|
3742
|
+
const _ = Be($e.value[f]);
|
|
3743
|
+
Object.assign(a, _), (V = (S = a.pageConfig) == null ? void 0 : S.tablePage) != null && V.tabViewAttributes || Object.assign(c, a), i();
|
|
3740
3744
|
}
|
|
3741
3745
|
return Me([
|
|
3742
3746
|
() => n.currentRoute.value,
|
|
3743
3747
|
$e
|
|
3744
3748
|
], () => {
|
|
3745
|
-
|
|
3749
|
+
l();
|
|
3746
3750
|
}, {
|
|
3747
3751
|
immediate: !0,
|
|
3748
3752
|
deep: !0
|
|
3749
|
-
}), (f,
|
|
3750
|
-
const
|
|
3751
|
-
return u(), E(
|
|
3752
|
-
|
|
3753
|
-
h(
|
|
3753
|
+
}), (f, _) => {
|
|
3754
|
+
const S = $("el-scrollbar");
|
|
3755
|
+
return u(), E(ne, null, [
|
|
3756
|
+
g("h1", Xa, A(y(oe)(a == null ? void 0 : a.name)), 1),
|
|
3757
|
+
h(S, null, {
|
|
3754
3758
|
default: p(() => {
|
|
3755
3759
|
var V, M;
|
|
3756
3760
|
return [
|
|
@@ -3773,7 +3777,7 @@ const Aa = { render: Ta }, Da = { class: "toolbar" }, Ra = { class: "tool-button
|
|
|
3773
3777
|
], 64);
|
|
3774
3778
|
};
|
|
3775
3779
|
}
|
|
3776
|
-
}), er = /* @__PURE__ */ Ce(Za, [["__scopeId", "data-v-
|
|
3780
|
+
}), er = /* @__PURE__ */ Ce(Za, [["__scopeId", "data-v-4c0b2381"]]), tr = [
|
|
3777
3781
|
Ko,
|
|
3778
3782
|
la,
|
|
3779
3783
|
eo,
|
|
@@ -3801,7 +3805,7 @@ export {
|
|
|
3801
3805
|
er as TablePage,
|
|
3802
3806
|
pt as TableView,
|
|
3803
3807
|
ms as activeMenuMapping,
|
|
3804
|
-
|
|
3808
|
+
oe as convertI18n,
|
|
3805
3809
|
ur as createFile,
|
|
3806
3810
|
en as deepMerge,
|
|
3807
3811
|
fr as default,
|