@chewel611/naive-ui-plus 0.0.43 → 0.0.44
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +556 -558
- package/dist/index.umd.cjs +1 -1
- package/es/modal/PModal.d.ts +1 -3
- package/es/modal/PModal.vue.js +49 -51
- package/es/modal/index.d.ts +1 -3
- package/es/modal/typing.d.ts +1 -2
- package/lib/modal/PModal.d.ts +1 -3
- package/lib/modal/PModal.vue.cjs +1 -1
- package/lib/modal/index.d.ts +1 -3
- package/lib/modal/typing.d.ts +1 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { useDialog as Ee, useMessage as ce, NCard as Oe, NDataTable as Me, NSpace as
|
|
2
|
-
import { defineComponent as H, ref as A, computed as
|
|
3
|
-
import { PlusSquareOutlined as gt, DeleteOutlined as
|
|
1
|
+
import { useDialog as Ee, useMessage as ce, NCard as Oe, NDataTable as Me, NSpace as he, NTooltip as Ne, NIcon as R, NDropdown as Q, NButton as _e, NAvatar as ve, NBreadcrumb as Ie, NBreadcrumbItem as Ue, NDivider as He, useThemeVars as We, NMenu as qe, NLayout as Le, NLayoutSider as je, NFlex as Ve, NLayoutHeader as Fe, NLayoutContent as Ke, NBackTop as Ye, NConfigProvider as Xe, dateZhCN as Je, zhCN as Ze, NDialogProvider as Ge, NNotificationProvider as Qe, NMessageProvider as et, NModal as tt, NText as at, NEmpty as nt, NSpin as ot, NResult as be } from "naive-ui";
|
|
2
|
+
import { defineComponent as H, ref as A, computed as F, unref as n, onMounted as ee, openBlock as g, createBlock as x, withCtx as r, createElementVNode as m, createElementBlock as U, renderSlot as K, createCommentVNode as M, createVNode as i, toDisplayString as q, h as B, toRaw as Ce, reactive as ye, normalizeClass as oe, withDirectives as st, vShow as lt, nextTick as se, inject as Re, Fragment as Te, renderList as rt, resolveDynamicComponent as pe, withModifiers as me, resolveComponent as Ae, KeepAlive as ct, useCssVars as it, watch as ze, normalizeStyle as Be, provide as ut, mergeProps as dt, createTextVNode as ge, onBeforeMount as ft } from "vue";
|
|
3
|
+
import { PlusSquareOutlined as gt, DeleteOutlined as Se, ReloadOutlined as we, MoreOutlined as pt, EditOutlined as mt, MenuUnfoldOutlined as ht, MenuFoldOutlined as _t, FullscreenOutlined as vt, FullscreenExitOutlined as bt, CloseOutlined as $e, ColumnWidthOutlined as yt, MinusOutlined as wt, LeftOutlined as Pt, RightOutlined as kt, DownOutlined as xt, AlertOutlined as Lt } from "@vicons/antd";
|
|
4
4
|
import { defineStore as Pe } from "pinia";
|
|
5
5
|
import { useRoute as te, useRouter as le } from "vue-router";
|
|
6
6
|
import Ct from "element-resize-detector";
|
|
7
|
-
import
|
|
8
|
-
const
|
|
7
|
+
import Tt from "vuedraggable";
|
|
8
|
+
const St = { class: "text-lg font-medium" }, $t = { id: "data-content" }, Et = {
|
|
9
9
|
key: 0,
|
|
10
10
|
class: "rounded-lg bg-gray-50 flex flex-row gap-2 items-center justify-end p-4 mb-4"
|
|
11
11
|
}, Ot = /* @__PURE__ */ H({
|
|
@@ -19,28 +19,28 @@ const Tt = { class: "text-lg font-medium" }, $t = { id: "data-content" }, Et = {
|
|
|
19
19
|
onAdd: {},
|
|
20
20
|
onEdit: {}
|
|
21
21
|
},
|
|
22
|
-
setup(e, { expose:
|
|
23
|
-
const
|
|
22
|
+
setup(e, { expose: l }) {
|
|
23
|
+
const o = A(null), p = Ee(), h = ce(), d = A(!1), y = A([]), u = A([]), S = A({
|
|
24
24
|
page: 1,
|
|
25
25
|
itemCount: 0,
|
|
26
26
|
pageSize: 10,
|
|
27
27
|
pageSizes: [10, 20, 30, 50],
|
|
28
28
|
showSizePicker: !0,
|
|
29
29
|
onChange: async (P) => {
|
|
30
|
-
|
|
30
|
+
S.value.page = P, await O();
|
|
31
31
|
},
|
|
32
32
|
onUpdatePageSize: async (P) => {
|
|
33
|
-
|
|
33
|
+
S.value.pageSize = P, await O();
|
|
34
34
|
}
|
|
35
|
-
}),
|
|
36
|
-
const k = (
|
|
35
|
+
}), w = e, c = (P) => {
|
|
36
|
+
const k = (L) => {
|
|
37
37
|
const N = [];
|
|
38
38
|
return P && P.forEach((I) => {
|
|
39
39
|
I.key !== "edit" && I.key !== "delete" && N.push({
|
|
40
40
|
label: I.name,
|
|
41
41
|
key: I.key,
|
|
42
|
-
icon: I.icon && (() =>
|
|
43
|
-
props: { onClick: () => I.action(
|
|
42
|
+
icon: I.icon && (() => B(R, null, { default: () => B(I.icon) })),
|
|
43
|
+
props: { onClick: () => I.action(L) }
|
|
44
44
|
});
|
|
45
45
|
}), N;
|
|
46
46
|
};
|
|
@@ -49,54 +49,54 @@ const Tt = { class: "text-lg font-medium" }, $t = { id: "data-content" }, Et = {
|
|
|
49
49
|
key: "actions",
|
|
50
50
|
width: 100,
|
|
51
51
|
fixed: "right",
|
|
52
|
-
render: (
|
|
52
|
+
render: (L) => {
|
|
53
53
|
let N = [];
|
|
54
|
-
if (
|
|
54
|
+
if (w.onEdit && N.push({
|
|
55
55
|
label: "编辑",
|
|
56
56
|
key: "edit",
|
|
57
|
-
icon: () =>
|
|
58
|
-
props: { onClick: async () => await
|
|
59
|
-
}),
|
|
57
|
+
icon: () => B(R, null, { default: () => B(mt) }),
|
|
58
|
+
props: { onClick: async () => await w.onEdit(L) }
|
|
59
|
+
}), w.onDelete && N.push({
|
|
60
60
|
label: "删除",
|
|
61
61
|
key: "delete",
|
|
62
|
-
icon: () =>
|
|
63
|
-
props: { onClick: () => E(
|
|
64
|
-
}), N = [...N, ...k(
|
|
65
|
-
return
|
|
62
|
+
icon: () => B(R, null, { default: () => B(Se) }),
|
|
63
|
+
props: { onClick: () => E(L) }
|
|
64
|
+
}), N = [...N, ...k(L)], !(N.length <= 0))
|
|
65
|
+
return B(
|
|
66
66
|
Q,
|
|
67
67
|
{
|
|
68
68
|
options: N,
|
|
69
69
|
placement: "bottom-start"
|
|
70
70
|
},
|
|
71
71
|
{
|
|
72
|
-
default: () =>
|
|
72
|
+
default: () => B(
|
|
73
73
|
_e,
|
|
74
74
|
{ size: "small", type: "primary" },
|
|
75
|
-
{ default: () => ["操作",
|
|
75
|
+
{ default: () => ["操作", B(R, () => B(pt))] }
|
|
76
76
|
)
|
|
77
77
|
}
|
|
78
78
|
);
|
|
79
79
|
}
|
|
80
80
|
};
|
|
81
|
-
},
|
|
82
|
-
const P =
|
|
83
|
-
title:
|
|
84
|
-
key:
|
|
85
|
-
width:
|
|
86
|
-
fixed:
|
|
87
|
-
render:
|
|
88
|
-
ellipsis:
|
|
89
|
-
})), k =
|
|
90
|
-
(
|
|
81
|
+
}, $ = F(() => {
|
|
82
|
+
const P = w.columns.filter((L) => L.key != "action").map((L) => ({
|
|
83
|
+
title: L.title,
|
|
84
|
+
key: L.key,
|
|
85
|
+
width: L.width,
|
|
86
|
+
fixed: L.fixed ?? !1,
|
|
87
|
+
render: L.render,
|
|
88
|
+
ellipsis: L.ellipsis ? { tooltip: !0 } : !1
|
|
89
|
+
})), k = w.columns.reduce(
|
|
90
|
+
(L, N) => N.key === "action" ? N : L,
|
|
91
91
|
void 0
|
|
92
92
|
)?.action;
|
|
93
|
-
return k && k?.length > 0 ||
|
|
93
|
+
return k && k?.length > 0 || w.onEdit || w.onDelete ? [
|
|
94
94
|
{ type: "selection", fixed: "left" },
|
|
95
95
|
...P,
|
|
96
|
-
|
|
96
|
+
c(k)
|
|
97
97
|
] : [{ type: "selection", fixed: "left" }, ...P];
|
|
98
|
-
}),
|
|
99
|
-
const P =
|
|
98
|
+
}), a = async () => await O(), E = (P) => T([P]), D = () => {
|
|
99
|
+
const P = s();
|
|
100
100
|
T(P);
|
|
101
101
|
}, T = (P) => {
|
|
102
102
|
P && P.length > 0 && p.warning({
|
|
@@ -105,35 +105,35 @@ const Tt = { class: "text-lg font-medium" }, $t = { id: "data-content" }, Et = {
|
|
|
105
105
|
positiveText: "确定",
|
|
106
106
|
negativeText: "取消",
|
|
107
107
|
onPositiveClick: async () => {
|
|
108
|
-
if (
|
|
108
|
+
if (w.onDelete)
|
|
109
109
|
try {
|
|
110
|
-
await
|
|
110
|
+
await w.onDelete(P) ? (O(), h.success("删除成功")) : h.error("删除失败");
|
|
111
111
|
} catch (k) {
|
|
112
|
-
|
|
112
|
+
h.error(k.message);
|
|
113
113
|
}
|
|
114
114
|
}
|
|
115
115
|
});
|
|
116
|
-
},
|
|
117
|
-
if (!
|
|
118
|
-
|
|
116
|
+
}, s = () => y.value ? u.value.filter((k) => y.value.includes(k.id)).map((k) => Ce(k)) : [], _ = () => s()[0], C = () => Ce(u.value), O = async () => {
|
|
117
|
+
if (!d.value) {
|
|
118
|
+
d.value = !0;
|
|
119
119
|
try {
|
|
120
|
-
if (
|
|
121
|
-
var { items: P, totalCount: k } = await
|
|
122
|
-
|
|
123
|
-
|
|
120
|
+
if (w.onLoad) {
|
|
121
|
+
var { items: P, totalCount: k } = await w.onLoad(
|
|
122
|
+
S.value.page,
|
|
123
|
+
S.value.pageSize
|
|
124
124
|
);
|
|
125
|
-
|
|
125
|
+
u.value = P, S.value.itemCount = k;
|
|
126
126
|
}
|
|
127
|
-
} catch (
|
|
128
|
-
|
|
127
|
+
} catch (L) {
|
|
128
|
+
h.error(L.message);
|
|
129
129
|
} finally {
|
|
130
|
-
|
|
130
|
+
d.value = !1;
|
|
131
131
|
}
|
|
132
132
|
}
|
|
133
|
-
}, v =
|
|
134
|
-
const P =
|
|
133
|
+
}, v = F(() => {
|
|
134
|
+
const P = n(o);
|
|
135
135
|
if (!P) return;
|
|
136
|
-
const k = P?.$el,
|
|
136
|
+
const k = P?.$el, L = k.querySelector(".n-data-table-thead "), { bottomIncludeBody: N } = ae(L), I = 48;
|
|
137
137
|
let j = 12, G = 25;
|
|
138
138
|
const Y = k.querySelector(
|
|
139
139
|
".n-data-table__pagination"
|
|
@@ -145,12 +145,12 @@ const Tt = { class: "text-lg font-medium" }, $t = { id: "data-content" }, Et = {
|
|
|
145
145
|
j += 28;
|
|
146
146
|
return N - (I + j + G);
|
|
147
147
|
}), Z = (P) => !P || !P.getBoundingClientRect ? 0 : P.getBoundingClientRect(), ae = (P) => {
|
|
148
|
-
const k = document.documentElement,
|
|
148
|
+
const k = document.documentElement, L = k.scrollLeft, N = k.scrollTop, I = k.clientLeft, j = k.clientTop, G = window.pageXOffset, Y = window.pageYOffset, ne = Z(P), {
|
|
149
149
|
left: X,
|
|
150
150
|
top: ie,
|
|
151
151
|
width: ue,
|
|
152
152
|
height: t
|
|
153
|
-
} = ne, f = (G ||
|
|
153
|
+
} = ne, f = (G || L) - (I || 0), b = (Y || N) - (j || 0), z = X + G, J = ie + Y, de = z - f, fe = J - b, ke = window.document.documentElement.clientWidth, xe = window.document.documentElement.clientHeight;
|
|
154
154
|
return {
|
|
155
155
|
left: de,
|
|
156
156
|
top: fe,
|
|
@@ -160,83 +160,83 @@ const Tt = { class: "text-lg font-medium" }, $t = { id: "data-content" }, Et = {
|
|
|
160
160
|
bottomIncludeBody: xe - fe
|
|
161
161
|
};
|
|
162
162
|
};
|
|
163
|
-
return ee(async () => await O()),
|
|
164
|
-
getData:
|
|
163
|
+
return ee(async () => await O()), l({
|
|
164
|
+
getData: C,
|
|
165
165
|
getSelectedRow: _,
|
|
166
|
-
getSelectedRows:
|
|
166
|
+
getSelectedRows: s,
|
|
167
167
|
refreshData: O,
|
|
168
168
|
resetPage: () => {
|
|
169
|
-
|
|
169
|
+
S.value.page = 1;
|
|
170
170
|
}
|
|
171
171
|
}), (P, k) => {
|
|
172
|
-
const
|
|
173
|
-
return g(),
|
|
174
|
-
header:
|
|
175
|
-
|
|
172
|
+
const L = Ne, N = he, I = Me;
|
|
173
|
+
return g(), x(n(Oe), { bordered: !1 }, {
|
|
174
|
+
header: r(() => [
|
|
175
|
+
i(N, {
|
|
176
176
|
justify: "space-between",
|
|
177
177
|
align: "center",
|
|
178
178
|
class: "w-full"
|
|
179
179
|
}, {
|
|
180
|
-
default:
|
|
181
|
-
m("span",
|
|
182
|
-
|
|
183
|
-
default:
|
|
184
|
-
|
|
180
|
+
default: r(() => [
|
|
181
|
+
m("span", St, q(e.title), 1),
|
|
182
|
+
i(N, null, {
|
|
183
|
+
default: r(() => [
|
|
184
|
+
w.onAdd ? (g(), x(L, {
|
|
185
185
|
key: 0,
|
|
186
186
|
trigger: "hover"
|
|
187
187
|
}, {
|
|
188
|
-
trigger:
|
|
189
|
-
|
|
188
|
+
trigger: r(() => [
|
|
189
|
+
i(n(R), {
|
|
190
190
|
size: "18",
|
|
191
191
|
class: "mr-1 cursor-pointer hover:text-blue-600",
|
|
192
|
-
onClick:
|
|
192
|
+
onClick: w.onAdd
|
|
193
193
|
}, {
|
|
194
|
-
default:
|
|
195
|
-
|
|
194
|
+
default: r(() => [
|
|
195
|
+
i(n(gt))
|
|
196
196
|
]),
|
|
197
197
|
_: 1
|
|
198
198
|
}, 8, ["onClick"])
|
|
199
199
|
]),
|
|
200
|
-
default:
|
|
200
|
+
default: r(() => [
|
|
201
201
|
k[1] || (k[1] = m("span", null, "新增", -1))
|
|
202
202
|
]),
|
|
203
203
|
_: 1
|
|
204
204
|
})) : M("", !0),
|
|
205
|
-
|
|
205
|
+
w.onDelete ? (g(), x(L, {
|
|
206
206
|
key: 1,
|
|
207
207
|
trigger: "hover"
|
|
208
208
|
}, {
|
|
209
|
-
trigger:
|
|
210
|
-
|
|
209
|
+
trigger: r(() => [
|
|
210
|
+
i(n(R), {
|
|
211
211
|
size: "18",
|
|
212
212
|
class: "mr-1 cursor-pointer hover:text-blue-600",
|
|
213
|
-
onClick:
|
|
213
|
+
onClick: D
|
|
214
214
|
}, {
|
|
215
|
-
default:
|
|
216
|
-
|
|
215
|
+
default: r(() => [
|
|
216
|
+
i(n(Se))
|
|
217
217
|
]),
|
|
218
218
|
_: 1
|
|
219
219
|
})
|
|
220
220
|
]),
|
|
221
|
-
default:
|
|
221
|
+
default: r(() => [
|
|
222
222
|
k[2] || (k[2] = m("span", null, "删除", -1))
|
|
223
223
|
]),
|
|
224
224
|
_: 1
|
|
225
225
|
})) : M("", !0),
|
|
226
|
-
|
|
227
|
-
trigger:
|
|
228
|
-
|
|
226
|
+
i(L, { trigger: "hover" }, {
|
|
227
|
+
trigger: r(() => [
|
|
228
|
+
i(n(R), {
|
|
229
229
|
size: "18",
|
|
230
230
|
class: "cursor-pointer hover:text-blue-600",
|
|
231
|
-
onClick:
|
|
231
|
+
onClick: a
|
|
232
232
|
}, {
|
|
233
|
-
default:
|
|
234
|
-
|
|
233
|
+
default: r(() => [
|
|
234
|
+
i(n(we))
|
|
235
235
|
]),
|
|
236
236
|
_: 1
|
|
237
237
|
})
|
|
238
238
|
]),
|
|
239
|
-
default:
|
|
239
|
+
default: r(() => [
|
|
240
240
|
k[3] || (k[3] = m("span", null, "刷新", -1))
|
|
241
241
|
]),
|
|
242
242
|
_: 1
|
|
@@ -248,24 +248,24 @@ const Tt = { class: "text-lg font-medium" }, $t = { id: "data-content" }, Et = {
|
|
|
248
248
|
_: 1
|
|
249
249
|
})
|
|
250
250
|
]),
|
|
251
|
-
default:
|
|
251
|
+
default: r(() => [
|
|
252
252
|
m("div", $t, [
|
|
253
253
|
P.$slots.toolbar ? (g(), U("div", Et, [
|
|
254
|
-
|
|
254
|
+
K(P.$slots, "toolbar")
|
|
255
255
|
])) : M("", !0),
|
|
256
|
-
|
|
256
|
+
i(I, {
|
|
257
257
|
remote: "",
|
|
258
258
|
ref_key: "$table",
|
|
259
|
-
ref:
|
|
260
|
-
"checked-row-keys":
|
|
261
|
-
"onUpdate:checkedRowKeys": k[0] || (k[0] = (j) =>
|
|
259
|
+
ref: o,
|
|
260
|
+
"checked-row-keys": y.value,
|
|
261
|
+
"onUpdate:checkedRowKeys": k[0] || (k[0] = (j) => y.value = j),
|
|
262
262
|
"max-height": v.value,
|
|
263
|
-
loading:
|
|
263
|
+
loading: d.value,
|
|
264
264
|
bordered: !1,
|
|
265
265
|
"single-line": !1,
|
|
266
|
-
columns:
|
|
267
|
-
data:
|
|
268
|
-
pagination:
|
|
266
|
+
columns: $.value,
|
|
267
|
+
data: u.value,
|
|
268
|
+
pagination: S.value,
|
|
269
269
|
"row-key": (j) => j[e.idField]
|
|
270
270
|
}, null, 8, ["checked-row-keys", "max-height", "loading", "columns", "data", "pagination", "row-key"])
|
|
271
271
|
])
|
|
@@ -275,9 +275,9 @@ const Tt = { class: "text-lg font-medium" }, $t = { id: "data-content" }, Et = {
|
|
|
275
275
|
};
|
|
276
276
|
}
|
|
277
277
|
}), W = (e) => {
|
|
278
|
-
const
|
|
279
|
-
return
|
|
280
|
-
|
|
278
|
+
const l = e;
|
|
279
|
+
return l.install = function(o) {
|
|
280
|
+
o.component(l.__name, e);
|
|
281
281
|
}, e;
|
|
282
282
|
}, Nt = W(Ot), Rt = ["Redirect", "RedirectSon", "login"], re = Pe(
|
|
283
283
|
"p-layout",
|
|
@@ -295,91 +295,91 @@ const Tt = { class: "text-lg font-medium" }, $t = { id: "data-content" }, Et = {
|
|
|
295
295
|
});
|
|
296
296
|
return {
|
|
297
297
|
state: e,
|
|
298
|
-
initTabs: (
|
|
299
|
-
|
|
298
|
+
initTabs: (s) => {
|
|
299
|
+
s.sort((_, C) => _.meta.affix && !C.meta.affix ? -1 : !_.meta.affix && C.meta.affix ? 1 : Number(C.meta.sort ?? 0) - Number(_.meta.sort ?? 0)), e.tabs = s;
|
|
300
300
|
},
|
|
301
|
-
addTab: (
|
|
302
|
-
(
|
|
303
|
-
) || e.tabs?.push(
|
|
301
|
+
addTab: (s) => Rt.includes(s.name) ? !1 : (e.tabs?.some(
|
|
302
|
+
(C) => C.fullPath == s.fullPath
|
|
303
|
+
) || e.tabs?.push(s), !0),
|
|
304
304
|
getCurrentTab: () => {
|
|
305
|
-
const
|
|
306
|
-
return e.tabs.find((_) => _.fullPath ==
|
|
305
|
+
const s = te();
|
|
306
|
+
return e.tabs.find((_) => _.fullPath == s.fullPath);
|
|
307
307
|
},
|
|
308
|
-
closeCurrentTab: (
|
|
308
|
+
closeCurrentTab: (s) => {
|
|
309
309
|
const _ = e.tabs.findIndex(
|
|
310
|
-
(
|
|
310
|
+
(C) => C.fullPath == s.fullPath
|
|
311
311
|
);
|
|
312
312
|
e.tabs.splice(_, 1);
|
|
313
313
|
},
|
|
314
314
|
closeAllTabs: () => {
|
|
315
|
-
e.tabs = e.tabs.filter((
|
|
315
|
+
e.tabs = e.tabs.filter((s) => s?.meta?.affix ?? !1);
|
|
316
316
|
},
|
|
317
|
-
closeOtherTabs: (
|
|
317
|
+
closeOtherTabs: (s) => {
|
|
318
318
|
e.tabs = e.tabs.filter(
|
|
319
|
-
(_) => _.fullPath ==
|
|
319
|
+
(_) => _.fullPath == s.fullPath || (_?.meta?.affix ?? !1)
|
|
320
320
|
);
|
|
321
321
|
},
|
|
322
|
-
closeLeftTabs: (
|
|
322
|
+
closeLeftTabs: (s) => {
|
|
323
323
|
const _ = e.tabs.findIndex(
|
|
324
|
-
(
|
|
324
|
+
(C) => C.fullPath == s.fullPath
|
|
325
325
|
);
|
|
326
326
|
e.tabs = e.tabs.filter(
|
|
327
|
-
(
|
|
327
|
+
(C, O) => O >= _ || (C?.meta?.affix ?? !1)
|
|
328
328
|
);
|
|
329
329
|
},
|
|
330
|
-
closeRightTabs: (
|
|
330
|
+
closeRightTabs: (s) => {
|
|
331
331
|
const _ = e.tabs.findIndex(
|
|
332
|
-
(
|
|
332
|
+
(C) => C.fullPath == s.fullPath
|
|
333
333
|
);
|
|
334
334
|
e.tabs = e.tabs.filter(
|
|
335
|
-
(
|
|
335
|
+
(C, O) => O <= _ || (C?.meta?.affix ?? !1)
|
|
336
336
|
);
|
|
337
337
|
},
|
|
338
338
|
collapse: () => {
|
|
339
339
|
e.collapsed = !e.collapsed;
|
|
340
340
|
},
|
|
341
|
-
setTitle: (
|
|
342
|
-
e.title =
|
|
341
|
+
setTitle: (s) => {
|
|
342
|
+
e.title = s;
|
|
343
343
|
},
|
|
344
|
-
setLogo: (
|
|
345
|
-
e.logo =
|
|
344
|
+
setLogo: (s) => {
|
|
345
|
+
e.logo = s;
|
|
346
346
|
},
|
|
347
|
-
setUser: (
|
|
348
|
-
e.uid =
|
|
347
|
+
setUser: (s, _) => {
|
|
348
|
+
e.uid = s, e.uname = _;
|
|
349
349
|
},
|
|
350
|
-
setSettingPages: (
|
|
351
|
-
e.settingPages =
|
|
350
|
+
setSettingPages: (s) => {
|
|
351
|
+
e.settingPages = s;
|
|
352
352
|
},
|
|
353
|
-
setLogout: (
|
|
354
|
-
e.logout =
|
|
353
|
+
setLogout: (s) => {
|
|
354
|
+
e.logout = s;
|
|
355
355
|
},
|
|
356
|
-
enableLanguage: (
|
|
357
|
-
e.enableLanguage =
|
|
356
|
+
enableLanguage: (s) => {
|
|
357
|
+
e.enableLanguage = s;
|
|
358
358
|
}
|
|
359
359
|
};
|
|
360
360
|
}
|
|
361
|
-
), At = { class: "logo" },
|
|
361
|
+
), At = { class: "logo" }, zt = /* @__PURE__ */ H({
|
|
362
362
|
__name: "PLogo",
|
|
363
363
|
setup(e) {
|
|
364
|
-
const
|
|
365
|
-
return (
|
|
366
|
-
|
|
364
|
+
const l = re();
|
|
365
|
+
return (o, p) => (g(), U("div", At, [
|
|
366
|
+
i(n(ve), {
|
|
367
367
|
color: "var(--color-logo)",
|
|
368
368
|
size: 32,
|
|
369
|
-
src:
|
|
370
|
-
class: oe({ "mr-2": !
|
|
369
|
+
src: n(l).state.logo,
|
|
370
|
+
class: oe({ "mr-2": !n(l).state.collapsed })
|
|
371
371
|
}, null, 8, ["src", "class"]),
|
|
372
|
-
st(m("h1", { class: "font-bold ease-in-out ml-2 logo-size" }, q(
|
|
373
|
-
[lt, !
|
|
372
|
+
st(m("h1", { class: "font-bold ease-in-out ml-2 logo-size" }, q(n(l).state.title), 513), [
|
|
373
|
+
[lt, !n(l).state.collapsed]
|
|
374
374
|
])
|
|
375
375
|
]));
|
|
376
376
|
}
|
|
377
|
-
}),
|
|
378
|
-
const
|
|
379
|
-
for (const [p,
|
|
380
|
-
|
|
381
|
-
return
|
|
382
|
-
},
|
|
377
|
+
}), V = (e, l) => {
|
|
378
|
+
const o = e.__vccOpts || e;
|
|
379
|
+
for (const [p, h] of l)
|
|
380
|
+
o[p] = h;
|
|
381
|
+
return o;
|
|
382
|
+
}, Bt = /* @__PURE__ */ V(zt, [["__scopeId", "data-v-e48aeefa"]]), Dt = {
|
|
383
383
|
translationApiUrl: "https://translate.zvo.cn/api",
|
|
384
384
|
defaultLanguage: "chinese",
|
|
385
385
|
currentLanguage: "",
|
|
@@ -388,75 +388,75 @@ const Tt = { class: "text-lg font-medium" }, $t = { id: "data-content" }, Et = {
|
|
|
388
388
|
selectLanguage: async (e) => {
|
|
389
389
|
}
|
|
390
390
|
}, Mt = Pe("language", () => {
|
|
391
|
-
const e = A(Dt),
|
|
391
|
+
const e = A(Dt), l = async () => (e.value.options.length === 0 && (e.value.options = await e.value.initLanguages()), e.value.options);
|
|
392
392
|
return {
|
|
393
|
-
select: async (
|
|
394
|
-
if (e.value.currentLanguage ===
|
|
393
|
+
select: async (c) => {
|
|
394
|
+
if (e.value.currentLanguage === c)
|
|
395
395
|
return;
|
|
396
|
-
const
|
|
397
|
-
(
|
|
396
|
+
const $ = (await l()).find(
|
|
397
|
+
(a) => a.key === c
|
|
398
398
|
);
|
|
399
|
-
|
|
399
|
+
$ && (e.value.currentLanguage = $.key, e.value.selectLanguage($));
|
|
400
400
|
},
|
|
401
|
-
selectLanguageCallback: async (
|
|
402
|
-
e.value.selectLanguage =
|
|
401
|
+
selectLanguageCallback: async (c) => {
|
|
402
|
+
e.value.selectLanguage = c;
|
|
403
403
|
},
|
|
404
|
-
initLanguagesCallback: async (
|
|
405
|
-
e.value.initLanguages =
|
|
404
|
+
initLanguagesCallback: async (c) => {
|
|
405
|
+
e.value.initLanguages = c;
|
|
406
406
|
},
|
|
407
|
-
getLanguages:
|
|
407
|
+
getLanguages: l,
|
|
408
408
|
getCurrentLanguage: async () => {
|
|
409
409
|
if (e.value.currentLanguage)
|
|
410
|
-
return (await
|
|
411
|
-
(
|
|
410
|
+
return (await l()).find(
|
|
411
|
+
(c) => c.key === e.value.currentLanguage
|
|
412
412
|
);
|
|
413
413
|
},
|
|
414
|
-
setTranslationApiUrl: (
|
|
415
|
-
e.value.translationApiUrl =
|
|
414
|
+
setTranslationApiUrl: (c) => {
|
|
415
|
+
e.value.translationApiUrl = c;
|
|
416
416
|
},
|
|
417
417
|
getTranslationApiUrl: () => e.value.translationApiUrl,
|
|
418
418
|
getDefaultLanguage: () => e.value.defaultLanguage ? e.value.defaultLanguage : "chinese_simplified",
|
|
419
|
-
setDefaultLanguage: (
|
|
420
|
-
(
|
|
419
|
+
setDefaultLanguage: (c) => {
|
|
420
|
+
(c === "Chinese" || c === "chinese") && (c = "chinese_simplified"), e.value.defaultLanguage = c;
|
|
421
421
|
}
|
|
422
422
|
};
|
|
423
423
|
}), It = { key: 1 }, De = /* @__PURE__ */ H({
|
|
424
424
|
__name: "PLanguage",
|
|
425
425
|
setup(e) {
|
|
426
426
|
const {
|
|
427
|
-
select:
|
|
428
|
-
getLanguages:
|
|
427
|
+
select: l,
|
|
428
|
+
getLanguages: o,
|
|
429
429
|
getCurrentLanguage: p,
|
|
430
|
-
getDefaultLanguage:
|
|
431
|
-
getTranslationApiUrl:
|
|
432
|
-
} = Mt(),
|
|
433
|
-
const
|
|
434
|
-
|
|
430
|
+
getDefaultLanguage: h,
|
|
431
|
+
getTranslationApiUrl: d
|
|
432
|
+
} = Mt(), y = A(), u = A([]), S = async (c) => await l(c), w = async () => {
|
|
433
|
+
const c = window.translate;
|
|
434
|
+
c && (c.selectLanguageTag.show = !1, c.selectLanguageTag.languages = (await o()).map(($) => $.key).join(","), c.ignore.class.push("ignore-translate-flag"), c.ignore.id.push("ignore-translation"), c.language.setLocal(h()), c.request.api.translate = "api/v1/translation", c.request.api.connectTest = "api/v1/translation/connect-test", c.request.api.init = "api/v1/translation/init", c.request.api.language = "api/v1/translation/language", c.request.setHost(d()), c.request.listener.start(), c.listener.start(), c.whole.enableAll(), c.execute());
|
|
435
435
|
};
|
|
436
436
|
return ee(async () => {
|
|
437
|
-
await se(), await
|
|
438
|
-
}), (
|
|
439
|
-
const
|
|
440
|
-
return
|
|
437
|
+
await se(), await w(), y.value = await p(), u.value = await o();
|
|
438
|
+
}), (c, $) => {
|
|
439
|
+
const a = R, E = _e;
|
|
440
|
+
return u.value.length > 0 ? (g(), x(n(Q), {
|
|
441
441
|
key: 0,
|
|
442
442
|
id: "ignore-translation",
|
|
443
443
|
placement: "bottom-start",
|
|
444
444
|
trigger: "hover",
|
|
445
445
|
class: "flex flex-col justify-center h-full ignore",
|
|
446
|
-
onSelect:
|
|
447
|
-
options:
|
|
446
|
+
onSelect: S,
|
|
447
|
+
options: u.value
|
|
448
448
|
}, {
|
|
449
|
-
default:
|
|
450
|
-
|
|
449
|
+
default: r(() => [
|
|
450
|
+
i(E, {
|
|
451
451
|
quaternary: "",
|
|
452
452
|
type: "info"
|
|
453
453
|
}, {
|
|
454
|
-
default:
|
|
455
|
-
|
|
454
|
+
default: r(() => [
|
|
455
|
+
y.value ? (g(), U("label", It, q(y.value?.label), 1)) : (g(), x(a, {
|
|
456
456
|
key: 0,
|
|
457
457
|
size: "18"
|
|
458
458
|
}, {
|
|
459
|
-
default:
|
|
459
|
+
default: r(() => [...$[0] || ($[0] = [
|
|
460
460
|
m("svg", {
|
|
461
461
|
xmlns: "http://www.w3.org/2000/svg",
|
|
462
462
|
"xmlns:xlink": "http://www.w3.org/1999/xlink",
|
|
@@ -485,41 +485,41 @@ const Tt = { class: "text-lg font-medium" }, $t = { id: "data-content" }, Et = {
|
|
|
485
485
|
}), Ut = { class: "layout-header" }, Ht = { class: "layout-header-left" }, Wt = { class: "link-text" }, qt = {
|
|
486
486
|
key: 1,
|
|
487
487
|
class: "link-text"
|
|
488
|
-
}, jt = { class: "layout-header-right" },
|
|
488
|
+
}, jt = { class: "layout-header-right" }, Vt = {
|
|
489
489
|
key: 0,
|
|
490
490
|
class: "layout-header-trigger-min"
|
|
491
|
-
},
|
|
491
|
+
}, Ft = { class: "layout-header-trigger layout-header-trigger-min" }, Kt = { class: "layout-header-trigger layout-header-trigger-min" }, Yt = { class: "avatar" }, Xt = /* @__PURE__ */ H({
|
|
492
492
|
__name: "PHeader",
|
|
493
493
|
setup(e) {
|
|
494
|
-
const
|
|
494
|
+
const l = ce(), o = Ee(), p = re(), h = le(), d = te(), y = Re("reloadPage"), u = (T) => h.push({ name: T }), S = F(() => w(d.matched)), w = (T) => T.map((s) => {
|
|
495
495
|
const _ = {
|
|
496
|
-
key:
|
|
497
|
-
label:
|
|
498
|
-
icon:
|
|
499
|
-
meta:
|
|
500
|
-
disabled:
|
|
496
|
+
key: s.name,
|
|
497
|
+
label: s.meta.title,
|
|
498
|
+
icon: s.meta.icon,
|
|
499
|
+
meta: s.meta,
|
|
500
|
+
disabled: s.path === "/",
|
|
501
501
|
children: void 0
|
|
502
502
|
};
|
|
503
|
-
return
|
|
504
|
-
|
|
503
|
+
return s.children && s.children.length > 0 && (_.children = w(
|
|
504
|
+
s.children
|
|
505
505
|
)), _;
|
|
506
|
-
}),
|
|
507
|
-
document.fullscreenElement ? document.exitFullscreen && (document.exitFullscreen(),
|
|
508
|
-
},
|
|
506
|
+
}), c = A(!1), $ = () => {
|
|
507
|
+
document.fullscreenElement ? document.exitFullscreen && (document.exitFullscreen(), c.value = !1) : (document.documentElement.requestFullscreen(), c.value = !0);
|
|
508
|
+
}, a = F(() => {
|
|
509
509
|
const T = [];
|
|
510
510
|
return T.push({
|
|
511
511
|
label: "退出登录",
|
|
512
512
|
key: "logout"
|
|
513
|
-
}), p.state.settingPages && p.state.settingPages.length > 0 && p.state.settingPages.forEach((
|
|
513
|
+
}), p.state.settingPages && p.state.settingPages.length > 0 && p.state.settingPages.forEach((s) => {
|
|
514
514
|
T.push({
|
|
515
|
-
label:
|
|
516
|
-
key:
|
|
515
|
+
label: s.title,
|
|
516
|
+
key: s.route
|
|
517
517
|
});
|
|
518
518
|
}), T;
|
|
519
519
|
}), E = (T) => {
|
|
520
|
-
T === "logout" ?
|
|
521
|
-
},
|
|
522
|
-
|
|
520
|
+
T === "logout" ? D() : h.push({ name: T });
|
|
521
|
+
}, D = () => {
|
|
522
|
+
o.info({
|
|
523
523
|
title: "提示",
|
|
524
524
|
content: "您确定要退出登录吗",
|
|
525
525
|
positiveText: "确定",
|
|
@@ -527,79 +527,79 @@ const Tt = { class: "text-lg font-medium" }, $t = { id: "data-content" }, Et = {
|
|
|
527
527
|
onPositiveClick: async () => {
|
|
528
528
|
if (p.state.logout)
|
|
529
529
|
try {
|
|
530
|
-
await p.state.logout(), localStorage.removeItem("TABS-ROUTES"),
|
|
530
|
+
await p.state.logout(), localStorage.removeItem("TABS-ROUTES"), l.error("退出成功");
|
|
531
531
|
} catch (T) {
|
|
532
|
-
console.error(T),
|
|
532
|
+
console.error(T), l.error("退出登录失败");
|
|
533
533
|
} finally {
|
|
534
534
|
location.reload();
|
|
535
535
|
}
|
|
536
536
|
else
|
|
537
|
-
|
|
537
|
+
l.error("没有配置登出接口, 请配置[usePLayoutStore.logout]方法");
|
|
538
538
|
},
|
|
539
539
|
onNegativeClick: () => {
|
|
540
540
|
}
|
|
541
541
|
});
|
|
542
542
|
};
|
|
543
|
-
return (T,
|
|
544
|
-
const _ = Ne,
|
|
543
|
+
return (T, s) => {
|
|
544
|
+
const _ = Ne, C = He, O = ve;
|
|
545
545
|
return g(), U("div", Ut, [
|
|
546
546
|
m("div", Ht, [
|
|
547
547
|
m("div", {
|
|
548
548
|
class: "ml-1 layout-header-trigger layout-header-trigger-min",
|
|
549
|
-
onClick:
|
|
550
|
-
(...v) =>
|
|
549
|
+
onClick: s[0] || (s[0] = //@ts-ignore
|
|
550
|
+
(...v) => n(p).collapse && n(p).collapse(...v))
|
|
551
551
|
}, [
|
|
552
|
-
|
|
552
|
+
n(p).state.collapsed ? (g(), x(n(R), {
|
|
553
553
|
key: 0,
|
|
554
554
|
size: "18"
|
|
555
555
|
}, {
|
|
556
|
-
default:
|
|
557
|
-
|
|
556
|
+
default: r(() => [
|
|
557
|
+
i(n(ht))
|
|
558
558
|
]),
|
|
559
559
|
_: 1
|
|
560
|
-
})) : (g(),
|
|
560
|
+
})) : (g(), x(n(R), {
|
|
561
561
|
key: 1,
|
|
562
562
|
size: "18"
|
|
563
563
|
}, {
|
|
564
|
-
default:
|
|
565
|
-
|
|
564
|
+
default: r(() => [
|
|
565
|
+
i(n(_t))
|
|
566
566
|
]),
|
|
567
567
|
_: 1
|
|
568
568
|
}))
|
|
569
569
|
]),
|
|
570
570
|
m("div", {
|
|
571
571
|
class: "mr-1 layout-header-trigger layout-header-trigger-min",
|
|
572
|
-
onClick:
|
|
573
|
-
(...v) =>
|
|
572
|
+
onClick: s[1] || (s[1] = //@ts-ignore
|
|
573
|
+
(...v) => n(y) && n(y)(...v))
|
|
574
574
|
}, [
|
|
575
|
-
|
|
576
|
-
default:
|
|
577
|
-
|
|
575
|
+
i(n(R), { size: "18" }, {
|
|
576
|
+
default: r(() => [
|
|
577
|
+
i(n(we))
|
|
578
578
|
]),
|
|
579
579
|
_: 1
|
|
580
580
|
})
|
|
581
581
|
]),
|
|
582
|
-
|
|
583
|
-
default:
|
|
584
|
-
(g(!0), U(
|
|
582
|
+
i(n(Ie), null, {
|
|
583
|
+
default: r(() => [
|
|
584
|
+
(g(!0), U(Te, null, rt(S.value, (v) => (g(), U(Te, {
|
|
585
585
|
key: v.label
|
|
586
586
|
}, [
|
|
587
|
-
v.label ? (g(),
|
|
588
|
-
default:
|
|
589
|
-
v.children && v.children.length ? (g(),
|
|
587
|
+
v.label ? (g(), x(n(Ue), { key: 0 }, {
|
|
588
|
+
default: r(() => [
|
|
589
|
+
v.children && v.children.length ? (g(), x(n(Q), {
|
|
590
590
|
key: 0,
|
|
591
591
|
options: v.children,
|
|
592
|
-
onSelect:
|
|
592
|
+
onSelect: u
|
|
593
593
|
}, {
|
|
594
|
-
default:
|
|
594
|
+
default: r(() => [
|
|
595
595
|
m("span", Wt, [
|
|
596
|
-
v.icon ? (g(),
|
|
596
|
+
v.icon ? (g(), x(pe(v.icon), { key: 0 })) : M("", !0),
|
|
597
597
|
m("span", null, q(v.label), 1)
|
|
598
598
|
])
|
|
599
599
|
]),
|
|
600
600
|
_: 2
|
|
601
601
|
}, 1032, ["options"])) : (g(), U("span", qt, [
|
|
602
|
-
v.icon ? (g(),
|
|
602
|
+
v.icon ? (g(), x(pe(v.icon), { key: 0 })) : M("", !0),
|
|
603
603
|
m("span", null, q(v.label), 1)
|
|
604
604
|
]))
|
|
605
605
|
]),
|
|
@@ -611,41 +611,41 @@ const Tt = { class: "text-lg font-medium" }, $t = { id: "data-content" }, Et = {
|
|
|
611
611
|
})
|
|
612
612
|
]),
|
|
613
613
|
m("div", jt, [
|
|
614
|
-
|
|
615
|
-
|
|
614
|
+
n(p).state.enableLanguage ? (g(), U("div", Vt, [
|
|
615
|
+
i(De)
|
|
616
616
|
])) : M("", !0),
|
|
617
|
-
m("div",
|
|
618
|
-
|
|
619
|
-
trigger:
|
|
620
|
-
|
|
617
|
+
m("div", Ft, [
|
|
618
|
+
i(_, { placement: "bottom" }, {
|
|
619
|
+
trigger: r(() => [
|
|
620
|
+
i(n(R), {
|
|
621
621
|
size: "18",
|
|
622
|
-
onClick:
|
|
622
|
+
onClick: me($, ["stop"])
|
|
623
623
|
}, {
|
|
624
|
-
default:
|
|
625
|
-
|
|
624
|
+
default: r(() => [
|
|
625
|
+
c.value ? (g(), x(n(bt), { key: 1 })) : (g(), x(n(vt), { key: 0 }))
|
|
626
626
|
]),
|
|
627
627
|
_: 1
|
|
628
628
|
})
|
|
629
629
|
]),
|
|
630
|
-
default:
|
|
631
|
-
|
|
630
|
+
default: r(() => [
|
|
631
|
+
s[2] || (s[2] = m("span", null, "全屏", -1))
|
|
632
632
|
]),
|
|
633
633
|
_: 1
|
|
634
634
|
})
|
|
635
635
|
]),
|
|
636
|
-
m("div",
|
|
637
|
-
|
|
636
|
+
m("div", Kt, [
|
|
637
|
+
i(n(Q), {
|
|
638
638
|
trigger: "hover",
|
|
639
639
|
onSelect: E,
|
|
640
|
-
options:
|
|
640
|
+
options: a.value
|
|
641
641
|
}, {
|
|
642
|
-
default:
|
|
642
|
+
default: r(() => [
|
|
643
643
|
m("div", Yt, [
|
|
644
|
-
m("span", null, q(
|
|
645
|
-
|
|
646
|
-
|
|
644
|
+
m("span", null, q(n(p).state.uname), 1),
|
|
645
|
+
i(C, { vertical: "" }),
|
|
646
|
+
i(O, {
|
|
647
647
|
round: "",
|
|
648
|
-
src:
|
|
648
|
+
src: n(p).state.avatar
|
|
649
649
|
}, null, 8, ["src"])
|
|
650
650
|
])
|
|
651
651
|
]),
|
|
@@ -656,20 +656,20 @@ const Tt = { class: "text-lg font-medium" }, $t = { id: "data-content" }, Et = {
|
|
|
656
656
|
]);
|
|
657
657
|
};
|
|
658
658
|
}
|
|
659
|
-
}), Jt = /* @__PURE__ */
|
|
659
|
+
}), Jt = /* @__PURE__ */ V(Xt, [["__scopeId", "data-v-563e4e55"]]), Zt = { class: "mt-1" }, Gt = /* @__PURE__ */ H({
|
|
660
660
|
__name: "PContent",
|
|
661
661
|
props: {
|
|
662
662
|
loading: { type: Boolean, default: !1 }
|
|
663
663
|
},
|
|
664
664
|
setup(e) {
|
|
665
|
-
return (
|
|
665
|
+
return (l, o) => {
|
|
666
666
|
const p = Ae("RouterView");
|
|
667
667
|
return g(), U("div", Zt, [
|
|
668
|
-
e.loading ? M("", !0) : (g(),
|
|
669
|
-
default:
|
|
670
|
-
(g(),
|
|
671
|
-
(g(),
|
|
672
|
-
key:
|
|
668
|
+
e.loading ? M("", !0) : (g(), x(p, { key: 0 }, {
|
|
669
|
+
default: r(({ Component: h, route: d }) => [
|
|
670
|
+
(g(), x(ct, null, [
|
|
671
|
+
(g(), x(pe(h), {
|
|
672
|
+
key: d.fullPath
|
|
673
673
|
}))
|
|
674
674
|
], 1024))
|
|
675
675
|
]),
|
|
@@ -682,18 +682,18 @@ const Tt = { class: "text-lg font-medium" }, $t = { id: "data-content" }, Et = {
|
|
|
682
682
|
__name: "PTabs",
|
|
683
683
|
setup(e) {
|
|
684
684
|
it((t) => ({
|
|
685
|
-
v4f917f8c:
|
|
685
|
+
v4f917f8c: o.value,
|
|
686
686
|
v1c2fb72a: p.value
|
|
687
687
|
}));
|
|
688
|
-
const
|
|
689
|
-
activeKey:
|
|
688
|
+
const l = We(), o = F(() => l.value.cardColor), p = F(() => l.value.textColor1), h = ce(), d = te(), y = le(), u = A(null), S = A(null), w = A(!1), c = re(), $ = F(() => c.state.tabs), a = ye({
|
|
689
|
+
activeKey: d.fullPath,
|
|
690
690
|
scrollable: !0,
|
|
691
691
|
dropdownX: 0,
|
|
692
692
|
dropdownY: 0,
|
|
693
693
|
showDropdown: !1,
|
|
694
694
|
isMultiHeaderFixed: !0,
|
|
695
695
|
multiTabsSetting: !0
|
|
696
|
-
}), E = ["Login", "Redirect", "ErrorPage"],
|
|
696
|
+
}), E = ["Login", "Redirect", "ErrorPage"], D = (t) => ({
|
|
697
697
|
meta: t.meta,
|
|
698
698
|
name: t.name,
|
|
699
699
|
fullPath: t.fullPath ?? t.path,
|
|
@@ -701,105 +701,105 @@ const Tt = { class: "text-lg font-medium" }, $t = { id: "data-content" }, Et = {
|
|
|
701
701
|
hash: t.hash ?? "",
|
|
702
702
|
query: t.query ?? {},
|
|
703
703
|
params: t.params ?? {}
|
|
704
|
-
}), T =
|
|
705
|
-
const b =
|
|
704
|
+
}), T = F(() => {
|
|
705
|
+
const b = c.state.collapsed ? "64px" : "272px";
|
|
706
706
|
return {
|
|
707
707
|
left: b,
|
|
708
708
|
width: `calc(100% - ${b})`
|
|
709
709
|
};
|
|
710
|
-
}),
|
|
711
|
-
const t =
|
|
710
|
+
}), s = F(() => {
|
|
711
|
+
const t = $.value.length <= 1;
|
|
712
712
|
return [
|
|
713
713
|
{
|
|
714
714
|
label: "刷新当前",
|
|
715
715
|
key: "1",
|
|
716
|
-
icon: () =>
|
|
716
|
+
icon: () => B(R, null, { default: () => B(we) })
|
|
717
717
|
},
|
|
718
718
|
{
|
|
719
719
|
label: "关闭当前",
|
|
720
720
|
key: "2",
|
|
721
|
-
disabled:
|
|
722
|
-
icon: () =>
|
|
721
|
+
disabled: w.value || t,
|
|
722
|
+
icon: () => B(R, null, { default: () => B($e) })
|
|
723
723
|
},
|
|
724
724
|
{
|
|
725
725
|
label: "关闭其他",
|
|
726
726
|
key: "3",
|
|
727
727
|
disabled: t,
|
|
728
|
-
icon: () =>
|
|
728
|
+
icon: () => B(R, null, { default: () => B(yt) })
|
|
729
729
|
},
|
|
730
730
|
{
|
|
731
731
|
label: "关闭全部",
|
|
732
732
|
key: "4",
|
|
733
733
|
disabled: t,
|
|
734
|
-
icon: () =>
|
|
734
|
+
icon: () => B(R, null, { default: () => B(wt) })
|
|
735
735
|
}
|
|
736
736
|
];
|
|
737
737
|
}), _ = () => {
|
|
738
|
-
let t = [
|
|
739
|
-
|
|
740
|
-
const b =
|
|
738
|
+
let t = [D(d)];
|
|
739
|
+
y.getRoutes().filter((f) => f.meta.affix).forEach((f) => {
|
|
740
|
+
const b = D(f);
|
|
741
741
|
t.every((z) => z.name !== b.name) && t.push(b);
|
|
742
742
|
});
|
|
743
743
|
try {
|
|
744
|
-
if (
|
|
744
|
+
if (c.state.cacheTabs) {
|
|
745
745
|
const f = localStorage.getItem("TABS_ROUTES");
|
|
746
746
|
t = f ? JSON.parse(f) : t;
|
|
747
747
|
}
|
|
748
748
|
} finally {
|
|
749
749
|
return t;
|
|
750
750
|
}
|
|
751
|
-
},
|
|
752
|
-
const f =
|
|
751
|
+
}, C = (t) => {
|
|
752
|
+
const f = y.getRoutes();
|
|
753
753
|
t.forEach((b) => {
|
|
754
754
|
const z = f.find((J) => J.path === b.path);
|
|
755
755
|
z && (b.meta = z.meta || b.meta, b.name = z.name || b.name);
|
|
756
|
-
}),
|
|
756
|
+
}), c.state.cacheTabs && localStorage.setItem("TABS_ROUTES", JSON.stringify(t));
|
|
757
757
|
}, O = () => {
|
|
758
758
|
const t = _();
|
|
759
|
-
|
|
759
|
+
C(t), c.initTabs(t);
|
|
760
760
|
}, v = async (t) => {
|
|
761
|
-
if (await se(), !
|
|
762
|
-
const f =
|
|
763
|
-
f < b ? (
|
|
764
|
-
J.id === `tag${
|
|
765
|
-
})) :
|
|
761
|
+
if (await se(), !u.value) return;
|
|
762
|
+
const f = u.value.offsetWidth, b = u.value.scrollWidth;
|
|
763
|
+
f < b ? (a.scrollable = !0, t && [...u.value.querySelectorAll(".tabs-card-scroll-item") || []].forEach((J) => {
|
|
764
|
+
J.id === `tag${a.activeKey.split("/").join("/")}` && J.scrollIntoView && J.scrollIntoView();
|
|
765
|
+
})) : a.scrollable = !1;
|
|
766
766
|
}, Z = (t) => !(t.draggedContext.element.meta.affix || t.relatedContext.element.meta.affix), ae = () => {
|
|
767
767
|
let t;
|
|
768
|
-
t = Ct(), t.listenTo(
|
|
768
|
+
t = Ct(), t.listenTo(S.value, () => v(!0));
|
|
769
769
|
}, P = (t) => {
|
|
770
|
-
if (!t || t.fullPath ===
|
|
771
|
-
if (
|
|
772
|
-
|
|
770
|
+
if (!t || t.fullPath === d.fullPath) return;
|
|
771
|
+
if (a.activeKey = t.fullPath, toString.call(t) === "[object String]") {
|
|
772
|
+
y.replace(t).catch(console.error);
|
|
773
773
|
return;
|
|
774
774
|
}
|
|
775
775
|
const f = t;
|
|
776
|
-
|
|
776
|
+
y.replace(f).catch(console.error);
|
|
777
777
|
}, k = (t, f) => {
|
|
778
|
-
t.preventDefault(),
|
|
779
|
-
|
|
778
|
+
t.preventDefault(), w.value = f.path === "/home", a.showDropdown = !1, se().then(() => {
|
|
779
|
+
a.showDropdown = !0, a.dropdownX = t.clientX, a.dropdownY = t.clientY;
|
|
780
780
|
});
|
|
781
|
-
},
|
|
782
|
-
if (
|
|
783
|
-
var t =
|
|
784
|
-
(f) => f.name ==
|
|
781
|
+
}, L = () => {
|
|
782
|
+
if (d.meta.keepAlive) {
|
|
783
|
+
var t = y.currentRoute.value.matched.find(
|
|
784
|
+
(f) => f.name == d.name
|
|
785
785
|
);
|
|
786
786
|
t && t.components?.default?.name;
|
|
787
787
|
}
|
|
788
788
|
}, N = (t) => {
|
|
789
|
-
if (
|
|
790
|
-
return
|
|
791
|
-
if (
|
|
792
|
-
const f =
|
|
793
|
-
|
|
789
|
+
if ($.value.length === 1)
|
|
790
|
+
return h.warning("这已经是最后一页,不能再关闭了!");
|
|
791
|
+
if (L(), c.closeCurrentTab(t), a.activeKey === t.fullPath) {
|
|
792
|
+
const f = $.value[Math.max(0, $.value.length - 1)];
|
|
793
|
+
a.activeKey = f.fullPath, y.push(f);
|
|
794
794
|
}
|
|
795
795
|
v();
|
|
796
796
|
}, I = (t) => {
|
|
797
|
-
const f =
|
|
797
|
+
const f = $.value.find((b) => b.fullPath == t.fullPath);
|
|
798
798
|
f && N(f);
|
|
799
799
|
}, j = (t) => {
|
|
800
|
-
|
|
800
|
+
c.closeOtherTabs(t), a.activeKey = t.fullPath, v();
|
|
801
801
|
}, G = () => {
|
|
802
|
-
|
|
802
|
+
c.closeAllTabs(), v();
|
|
803
803
|
}, Y = Re("reloadPage"), ne = (t) => {
|
|
804
804
|
switch (t) {
|
|
805
805
|
//刷新
|
|
@@ -808,113 +808,113 @@ const Tt = { class: "text-lg font-medium" }, $t = { id: "data-content" }, Et = {
|
|
|
808
808
|
break;
|
|
809
809
|
//关闭
|
|
810
810
|
case "2":
|
|
811
|
-
N(
|
|
811
|
+
N(d);
|
|
812
812
|
break;
|
|
813
813
|
//关闭其他
|
|
814
814
|
case "3":
|
|
815
|
-
j(
|
|
815
|
+
j(d);
|
|
816
816
|
break;
|
|
817
817
|
//关闭所有
|
|
818
818
|
case "4":
|
|
819
819
|
G();
|
|
820
820
|
break;
|
|
821
821
|
}
|
|
822
|
-
v(),
|
|
822
|
+
v(), a.showDropdown = !1;
|
|
823
823
|
}, X = (t, f) => {
|
|
824
|
-
const b =
|
|
825
|
-
if (
|
|
824
|
+
const b = u.value.scrollLeft, z = f > 0 && b + f >= t || f < 0 && b + f <= t ? t : b + f;
|
|
825
|
+
if (u.value && u.value.scrollTo(z, 0), z !== t)
|
|
826
826
|
return window.requestAnimationFrame(() => X(t, f));
|
|
827
827
|
}, ie = () => {
|
|
828
|
-
const t =
|
|
828
|
+
const t = u.value.offsetWidth, f = u.value.scrollLeft;
|
|
829
829
|
if (!f) return;
|
|
830
830
|
const b = f > t ? f - t : 0;
|
|
831
831
|
X(b, (b - f) / 20);
|
|
832
832
|
}, ue = () => {
|
|
833
|
-
const t =
|
|
833
|
+
const t = u.value.offsetWidth, f = u.value.scrollWidth, b = u.value.scrollLeft;
|
|
834
834
|
if (f - b <= t) return;
|
|
835
835
|
const z = f - b > t * 2 ? b + t : f - t;
|
|
836
836
|
X(z, (z - b) / 20);
|
|
837
837
|
};
|
|
838
838
|
return window.addEventListener("beforeunload", () => {
|
|
839
|
-
|
|
839
|
+
c.state.cacheTabs && localStorage.setItem("TABS_ROUTES", JSON.stringify($.value));
|
|
840
840
|
}), window.addEventListener(
|
|
841
841
|
"scroll",
|
|
842
842
|
(t) => {
|
|
843
843
|
let f = t.target.scrollTop || document.documentElement.scrollTop || window.pageYOffset || document.body.scrollTop;
|
|
844
|
-
|
|
844
|
+
a.isMultiHeaderFixed = f >= 64;
|
|
845
845
|
},
|
|
846
846
|
!0
|
|
847
|
-
),
|
|
848
|
-
() =>
|
|
847
|
+
), ze(
|
|
848
|
+
() => d.fullPath,
|
|
849
849
|
(t) => {
|
|
850
|
-
E.includes(
|
|
850
|
+
E.includes(d.name) || (a.activeKey = t, c.addTab(D(d)), v(!0));
|
|
851
851
|
},
|
|
852
852
|
{ immediate: !0 }
|
|
853
853
|
), O(), ee(() => ae()), (t, f) => (g(), U("div", {
|
|
854
854
|
class: "box-border tabs-view tabs-view-fix tabs-view-default-background",
|
|
855
|
-
style:
|
|
855
|
+
style: Be(T.value)
|
|
856
856
|
}, [
|
|
857
857
|
m("div", Qt, [
|
|
858
858
|
m("div", {
|
|
859
859
|
ref_key: "navWrap",
|
|
860
|
-
ref:
|
|
861
|
-
class: oe(["tabs-card", { "tabs-card-scrollable":
|
|
860
|
+
ref: S,
|
|
861
|
+
class: oe(["tabs-card", { "tabs-card-scrollable": a.scrollable }])
|
|
862
862
|
}, [
|
|
863
863
|
m("span", {
|
|
864
|
-
class: oe(["tabs-card-prev", { "tabs-card-prev-hide": !
|
|
864
|
+
class: oe(["tabs-card-prev", { "tabs-card-prev-hide": !a.scrollable }]),
|
|
865
865
|
onClick: ie
|
|
866
866
|
}, [
|
|
867
|
-
|
|
867
|
+
i(n(R), {
|
|
868
868
|
size: "16",
|
|
869
869
|
color: "#515a6e"
|
|
870
870
|
}, {
|
|
871
|
-
default:
|
|
872
|
-
|
|
871
|
+
default: r(() => [
|
|
872
|
+
i(n(Pt))
|
|
873
873
|
]),
|
|
874
874
|
_: 1
|
|
875
875
|
})
|
|
876
876
|
], 2),
|
|
877
877
|
m("span", {
|
|
878
|
-
class: oe(["tabs-card-next", { "tabs-card-next-hide": !
|
|
878
|
+
class: oe(["tabs-card-next", { "tabs-card-next-hide": !a.scrollable }]),
|
|
879
879
|
onClick: ue
|
|
880
880
|
}, [
|
|
881
|
-
|
|
881
|
+
i(n(R), {
|
|
882
882
|
size: "16",
|
|
883
883
|
color: "#515a6e"
|
|
884
884
|
}, {
|
|
885
|
-
default:
|
|
886
|
-
|
|
885
|
+
default: r(() => [
|
|
886
|
+
i(n(kt))
|
|
887
887
|
]),
|
|
888
888
|
_: 1
|
|
889
889
|
})
|
|
890
890
|
], 2),
|
|
891
891
|
m("div", {
|
|
892
892
|
ref_key: "navScroll",
|
|
893
|
-
ref:
|
|
893
|
+
ref: u,
|
|
894
894
|
class: "tabs-card-scroll"
|
|
895
895
|
}, [
|
|
896
|
-
|
|
896
|
+
i(n(Tt), {
|
|
897
897
|
animation: "300",
|
|
898
898
|
"item-key": "fullPath",
|
|
899
899
|
class: "flex",
|
|
900
|
-
list:
|
|
900
|
+
list: $.value,
|
|
901
901
|
move: Z
|
|
902
902
|
}, {
|
|
903
|
-
item:
|
|
903
|
+
item: r(({ element: b }) => [
|
|
904
904
|
m("div", {
|
|
905
|
-
class: oe(["tabs-card-scroll-item", { "active-item":
|
|
905
|
+
class: oe(["tabs-card-scroll-item", { "active-item": a.activeKey === b.fullPath }]),
|
|
906
906
|
id: `tag${b.fullPath.split("/").join("/")}`,
|
|
907
|
-
onClick:
|
|
907
|
+
onClick: me((z) => P(b), ["stop"]),
|
|
908
908
|
onContextmenu: (z) => k(z, b)
|
|
909
909
|
}, [
|
|
910
910
|
m("span", null, q(b.meta.title), 1),
|
|
911
|
-
b.meta.affix ? M("", !0) : (g(),
|
|
911
|
+
b.meta.affix ? M("", !0) : (g(), x(n(R), {
|
|
912
912
|
key: 0,
|
|
913
913
|
size: "14",
|
|
914
|
-
onClick:
|
|
914
|
+
onClick: me((z) => I(b), ["stop"])
|
|
915
915
|
}, {
|
|
916
|
-
default:
|
|
917
|
-
|
|
916
|
+
default: r(() => [
|
|
917
|
+
i(n($e))
|
|
918
918
|
]),
|
|
919
919
|
_: 1
|
|
920
920
|
}, 8, ["onClick"]))
|
|
@@ -925,20 +925,20 @@ const Tt = { class: "text-lg font-medium" }, $t = { id: "data-content" }, Et = {
|
|
|
925
925
|
], 512)
|
|
926
926
|
], 2),
|
|
927
927
|
m("div", ta, [
|
|
928
|
-
|
|
928
|
+
i(n(Q), {
|
|
929
929
|
trigger: "hover",
|
|
930
930
|
placement: "bottom-end",
|
|
931
|
-
options:
|
|
931
|
+
options: s.value,
|
|
932
932
|
onSelect: ne
|
|
933
933
|
}, {
|
|
934
|
-
default:
|
|
934
|
+
default: r(() => [
|
|
935
935
|
m("div", aa, [
|
|
936
|
-
|
|
936
|
+
i(n(R), {
|
|
937
937
|
size: "16",
|
|
938
938
|
color: "#515a6e"
|
|
939
939
|
}, {
|
|
940
|
-
default:
|
|
941
|
-
|
|
940
|
+
default: r(() => [
|
|
941
|
+
i(n(xt))
|
|
942
942
|
]),
|
|
943
943
|
_: 1
|
|
944
944
|
})
|
|
@@ -947,56 +947,56 @@ const Tt = { class: "text-lg font-medium" }, $t = { id: "data-content" }, Et = {
|
|
|
947
947
|
_: 1
|
|
948
948
|
}, 8, ["options"])
|
|
949
949
|
]),
|
|
950
|
-
|
|
950
|
+
i(n(Q), {
|
|
951
951
|
placement: "bottom-start",
|
|
952
|
-
show:
|
|
953
|
-
x:
|
|
954
|
-
y:
|
|
955
|
-
options:
|
|
956
|
-
onClickoutside: f[0] || (f[0] = (b) =>
|
|
952
|
+
show: a.showDropdown,
|
|
953
|
+
x: a.dropdownX,
|
|
954
|
+
y: a.dropdownY,
|
|
955
|
+
options: s.value,
|
|
956
|
+
onClickoutside: f[0] || (f[0] = (b) => a.showDropdown = !1),
|
|
957
957
|
onSelect: ne
|
|
958
958
|
}, null, 8, ["show", "x", "y", "options"])
|
|
959
959
|
])
|
|
960
960
|
], 4));
|
|
961
961
|
}
|
|
962
|
-
}), oa = /* @__PURE__ */
|
|
962
|
+
}), oa = /* @__PURE__ */ V(na, [["__scopeId", "data-v-50f5202c"]]), sa = /* @__PURE__ */ H({
|
|
963
963
|
__name: "PMenus",
|
|
964
964
|
setup(e) {
|
|
965
|
-
const
|
|
966
|
-
|
|
967
|
-
),
|
|
968
|
-
|
|
969
|
-
},
|
|
970
|
-
if (!
|
|
971
|
-
const E =
|
|
972
|
-
|
|
973
|
-
},
|
|
974
|
-
const
|
|
975
|
-
|
|
976
|
-
const E =
|
|
977
|
-
|
|
978
|
-
},
|
|
979
|
-
const T = [],
|
|
965
|
+
const l = A([]), o = te(), p = le(), h = re(), d = A(o.name), y = A(
|
|
966
|
+
o.matched && o.matched.length ? o.matched.map((a) => a.name) : []
|
|
967
|
+
), u = (a) => {
|
|
968
|
+
o.name !== a && (/http(s)?:/.test(a) ? window.open(a) : p.push({ name: a }));
|
|
969
|
+
}, S = (a) => {
|
|
970
|
+
if (!a) return;
|
|
971
|
+
const E = a.find((D) => y.value.indexOf(D) === -1);
|
|
972
|
+
y.value = E ? [E] : [];
|
|
973
|
+
}, w = () => {
|
|
974
|
+
const a = o.matched;
|
|
975
|
+
y.value = a.map((D) => D.name);
|
|
976
|
+
const E = o.meta?.activeMenu || "";
|
|
977
|
+
d.value = E || o.name;
|
|
978
|
+
}, c = (a, E = [], D = !1) => {
|
|
979
|
+
const T = [], s = [
|
|
980
980
|
"/:path(.*)*",
|
|
981
981
|
"/redirect",
|
|
982
982
|
"/redirect/:path(.*)",
|
|
983
983
|
"/login",
|
|
984
984
|
"/oidc-callback"
|
|
985
985
|
];
|
|
986
|
-
if (!
|
|
986
|
+
if (!a || a.length === 0)
|
|
987
987
|
return T;
|
|
988
|
-
|
|
989
|
-
let O = (
|
|
990
|
-
return O === 0 && (O = (_.meta?.sort ?? 0) - (
|
|
988
|
+
a = a.sort((_, C) => {
|
|
989
|
+
let O = (C.children?.length ? 1 : 0) - (_.children?.length ? 1 : 0);
|
|
990
|
+
return O === 0 && (O = (_.meta?.sort ?? 0) - (C.meta?.sort ?? 0)), O;
|
|
991
991
|
});
|
|
992
|
-
for (const _ of
|
|
993
|
-
if (
|
|
994
|
-
E.push(_.name),
|
|
992
|
+
for (const _ of a) {
|
|
993
|
+
if (D || _.meta?.hidden || s.includes(_.path.toLowerCase())) {
|
|
994
|
+
E.push(_.name), c(_.children || [], E, !0);
|
|
995
995
|
continue;
|
|
996
996
|
}
|
|
997
|
-
const
|
|
997
|
+
const C = _.children?.filter(
|
|
998
998
|
(ae) => !ae.meta?.hidden
|
|
999
|
-
) || [], O = _.meta?.alwaysShow != !0 &&
|
|
999
|
+
) || [], O = _.meta?.alwaysShow != !0 && C.length === 1, v = O ? C[0] : _, Z = {
|
|
1000
1000
|
key: v.name,
|
|
1001
1001
|
label: v.meta?.title,
|
|
1002
1002
|
affix: v.meta?.affix,
|
|
@@ -1008,50 +1008,50 @@ const Tt = { class: "text-lg font-medium" }, $t = { id: "data-content" }, Et = {
|
|
|
1008
1008
|
meta: v.meta,
|
|
1009
1009
|
children: void 0
|
|
1010
1010
|
};
|
|
1011
|
-
E.includes(v.name) || (T.push(Z), E.push(v.name)), v.children?.length > 0 && (Z.children =
|
|
1011
|
+
E.includes(v.name) || (T.push(Z), E.push(v.name)), v.children?.length > 0 && (Z.children = c(v.children, E, D));
|
|
1012
1012
|
}
|
|
1013
1013
|
return T;
|
|
1014
|
-
},
|
|
1015
|
-
const
|
|
1016
|
-
|
|
1014
|
+
}, $ = () => {
|
|
1015
|
+
const a = p.getRoutes();
|
|
1016
|
+
l.value = c(a);
|
|
1017
1017
|
};
|
|
1018
|
-
return
|
|
1019
|
-
() =>
|
|
1018
|
+
return ze(
|
|
1019
|
+
() => o.fullPath,
|
|
1020
1020
|
() => {
|
|
1021
|
-
|
|
1021
|
+
w();
|
|
1022
1022
|
}
|
|
1023
1023
|
), ee(() => {
|
|
1024
|
-
|
|
1025
|
-
}), (
|
|
1024
|
+
$(), w();
|
|
1025
|
+
}), (a, E) => (g(), x(n(qe), {
|
|
1026
1026
|
class: "h-full",
|
|
1027
1027
|
inverted: "",
|
|
1028
1028
|
mode: "vertical",
|
|
1029
|
-
options:
|
|
1030
|
-
collapsed:
|
|
1029
|
+
options: l.value,
|
|
1030
|
+
collapsed: n(h).state.collapsed,
|
|
1031
1031
|
"collapsed-width": 64,
|
|
1032
1032
|
"collapsed-icon-size": 20,
|
|
1033
1033
|
indent: 24,
|
|
1034
|
-
"expanded-keys":
|
|
1035
|
-
value:
|
|
1036
|
-
"onUpdate:value":
|
|
1037
|
-
"onUpdate:expandedKeys":
|
|
1034
|
+
"expanded-keys": y.value,
|
|
1035
|
+
value: d.value,
|
|
1036
|
+
"onUpdate:value": u,
|
|
1037
|
+
"onUpdate:expandedKeys": S
|
|
1038
1038
|
}, null, 8, ["options", "collapsed", "expanded-keys", "value"]));
|
|
1039
1039
|
}
|
|
1040
1040
|
}), la = { class: "layout-content-main layout-content-main-fix" }, ra = { class: "main-view main-view-fix" }, ca = /* @__PURE__ */ H({
|
|
1041
1041
|
__name: "PLayout",
|
|
1042
1042
|
setup(e) {
|
|
1043
|
-
const
|
|
1043
|
+
const l = re(), o = A(!1);
|
|
1044
1044
|
return ut("reloadPage", () => {
|
|
1045
|
-
|
|
1046
|
-
}), (
|
|
1047
|
-
const
|
|
1048
|
-
return g(),
|
|
1045
|
+
o.value = !0, se(() => o.value = !1);
|
|
1046
|
+
}), (h, d) => {
|
|
1047
|
+
const y = Ye;
|
|
1048
|
+
return g(), x(n(Le), {
|
|
1049
1049
|
"has-sider": "",
|
|
1050
1050
|
class: "layout",
|
|
1051
1051
|
position: "absolute"
|
|
1052
1052
|
}, {
|
|
1053
|
-
default:
|
|
1054
|
-
|
|
1053
|
+
default: r(() => [
|
|
1054
|
+
i(n(je), {
|
|
1055
1055
|
class: "layout-sider",
|
|
1056
1056
|
inverted: "",
|
|
1057
1057
|
"show-trigger": "bar",
|
|
@@ -1059,43 +1059,43 @@ const Tt = { class: "text-lg font-medium" }, $t = { id: "data-content" }, Et = {
|
|
|
1059
1059
|
"collapse-mode": "width",
|
|
1060
1060
|
"trigger-class": "!-right-5",
|
|
1061
1061
|
"collapsed-trigger-class": "!-right-5",
|
|
1062
|
-
collapsed:
|
|
1062
|
+
collapsed: n(l).state.collapsed,
|
|
1063
1063
|
"native-scrollbar": !1,
|
|
1064
1064
|
"collapsed-width": 64,
|
|
1065
|
-
onCollapse:
|
|
1066
|
-
onExpand:
|
|
1065
|
+
onCollapse: n(l).collapse,
|
|
1066
|
+
onExpand: n(l).collapse
|
|
1067
1067
|
}, {
|
|
1068
|
-
default:
|
|
1069
|
-
|
|
1070
|
-
default:
|
|
1071
|
-
|
|
1072
|
-
|
|
1068
|
+
default: r(() => [
|
|
1069
|
+
i(n(Ve), { vertical: "" }, {
|
|
1070
|
+
default: r(() => [
|
|
1071
|
+
i(Bt),
|
|
1072
|
+
i(sa)
|
|
1073
1073
|
]),
|
|
1074
1074
|
_: 1
|
|
1075
1075
|
})
|
|
1076
1076
|
]),
|
|
1077
1077
|
_: 1
|
|
1078
1078
|
}, 8, ["collapsed", "onCollapse", "onExpand"]),
|
|
1079
|
-
|
|
1080
|
-
default:
|
|
1081
|
-
|
|
1082
|
-
default:
|
|
1083
|
-
|
|
1079
|
+
i(n(Le), null, {
|
|
1080
|
+
default: r(() => [
|
|
1081
|
+
i(n(Fe), { position: "absolute" }, {
|
|
1082
|
+
default: r(() => [
|
|
1083
|
+
i(Jt)
|
|
1084
1084
|
]),
|
|
1085
1085
|
_: 1
|
|
1086
1086
|
}),
|
|
1087
|
-
|
|
1088
|
-
default:
|
|
1087
|
+
i(n(Ke), { class: "layout-content layout-default-background" }, {
|
|
1088
|
+
default: r(() => [
|
|
1089
1089
|
m("div", la, [
|
|
1090
|
-
|
|
1090
|
+
i(oa),
|
|
1091
1091
|
m("div", ra, [
|
|
1092
|
-
|
|
1092
|
+
i(Gt, { loading: o.value }, null, 8, ["loading"])
|
|
1093
1093
|
])
|
|
1094
1094
|
])
|
|
1095
1095
|
]),
|
|
1096
1096
|
_: 1
|
|
1097
1097
|
}),
|
|
1098
|
-
|
|
1098
|
+
i(y, {
|
|
1099
1099
|
right: 20,
|
|
1100
1100
|
class: "z-50"
|
|
1101
1101
|
})
|
|
@@ -1107,12 +1107,12 @@ const Tt = { class: "text-lg font-medium" }, $t = { id: "data-content" }, Et = {
|
|
|
1107
1107
|
});
|
|
1108
1108
|
};
|
|
1109
1109
|
}
|
|
1110
|
-
}), ia = /* @__PURE__ */
|
|
1111
|
-
function da(e,
|
|
1112
|
-
const
|
|
1113
|
-
return g(),
|
|
1110
|
+
}), ia = /* @__PURE__ */ V(ca, [["__scopeId", "data-v-0bac2e7d"]]), ua = {};
|
|
1111
|
+
function da(e, l) {
|
|
1112
|
+
const o = Ae("router-view");
|
|
1113
|
+
return g(), x(o);
|
|
1114
1114
|
}
|
|
1115
|
-
const fa = /* @__PURE__ */
|
|
1115
|
+
const fa = /* @__PURE__ */ V(ua, [["render", da]]), ga = W(fa), pa = W(ia), ma = /* @__PURE__ */ H({
|
|
1116
1116
|
__name: "PApplication",
|
|
1117
1117
|
props: {
|
|
1118
1118
|
theme: {},
|
|
@@ -1129,22 +1129,22 @@ const fa = /* @__PURE__ */ F(ua, [["render", da]]), ga = W(fa), pa = W(ia), ha =
|
|
|
1129
1129
|
} }
|
|
1130
1130
|
},
|
|
1131
1131
|
setup(e) {
|
|
1132
|
-
return (
|
|
1132
|
+
return (l, o) => {
|
|
1133
1133
|
const p = Xe;
|
|
1134
|
-
return g(),
|
|
1135
|
-
locale:
|
|
1134
|
+
return g(), x(p, {
|
|
1135
|
+
locale: n(Ze),
|
|
1136
1136
|
theme: e.theme,
|
|
1137
1137
|
"theme-overrides": e.themeOverrides,
|
|
1138
|
-
"date-locale":
|
|
1138
|
+
"date-locale": n(Je)
|
|
1139
1139
|
}, {
|
|
1140
|
-
default:
|
|
1141
|
-
|
|
1142
|
-
default:
|
|
1143
|
-
|
|
1144
|
-
default:
|
|
1145
|
-
|
|
1146
|
-
default:
|
|
1147
|
-
|
|
1140
|
+
default: r(() => [
|
|
1141
|
+
i(n(Ge), null, {
|
|
1142
|
+
default: r(() => [
|
|
1143
|
+
i(n(Qe), null, {
|
|
1144
|
+
default: r(() => [
|
|
1145
|
+
i(n(et), null, {
|
|
1146
|
+
default: r(() => [
|
|
1147
|
+
K(l.$slots, "default")
|
|
1148
1148
|
]),
|
|
1149
1149
|
_: 3
|
|
1150
1150
|
})
|
|
@@ -1159,7 +1159,7 @@ const fa = /* @__PURE__ */ F(ua, [["render", da]]), ga = W(fa), pa = W(ia), ha =
|
|
|
1159
1159
|
}, 8, ["locale", "theme", "theme-overrides", "date-locale"]);
|
|
1160
1160
|
};
|
|
1161
1161
|
}
|
|
1162
|
-
}),
|
|
1162
|
+
}), ha = W(ma), _a = /* @__PURE__ */ H({
|
|
1163
1163
|
__name: "PModal",
|
|
1164
1164
|
props: {
|
|
1165
1165
|
saveBtnText: { default: "保存" },
|
|
@@ -1170,102 +1170,100 @@ const fa = /* @__PURE__ */ F(ua, [["render", da]]), ga = W(fa), pa = W(ia), ha =
|
|
|
1170
1170
|
width: { default: 800 },
|
|
1171
1171
|
height: { default: 500 },
|
|
1172
1172
|
visible: { type: Boolean },
|
|
1173
|
-
loading: { type: Boolean },
|
|
1174
1173
|
onSave: {},
|
|
1175
1174
|
onClose: {},
|
|
1176
1175
|
onAfterEnter: {},
|
|
1177
1176
|
onAfterLeave: {},
|
|
1178
|
-
|
|
1177
|
+
onUpdateVisible: {}
|
|
1179
1178
|
},
|
|
1180
1179
|
emits: ["update:visible", "update:loading"],
|
|
1181
|
-
setup(e, { expose:
|
|
1182
|
-
const p = ce(), d =
|
|
1183
|
-
i("update:loading", !0);
|
|
1180
|
+
setup(e, { expose: l, emit: o }) {
|
|
1181
|
+
const p = ce(), h = A(!1), d = A(!1), y = o, u = e, S = async () => {
|
|
1184
1182
|
try {
|
|
1185
|
-
|
|
1186
|
-
} catch (
|
|
1187
|
-
p.error(
|
|
1183
|
+
h.value = !0, u.onSave && await u.onSave() && w();
|
|
1184
|
+
} catch (a) {
|
|
1185
|
+
p.error(a.message);
|
|
1188
1186
|
} finally {
|
|
1189
|
-
|
|
1187
|
+
h.value = !1;
|
|
1190
1188
|
}
|
|
1191
|
-
},
|
|
1192
|
-
|
|
1193
|
-
},
|
|
1189
|
+
}, w = () => {
|
|
1190
|
+
h.value = !1, d.value = !1, y("update:visible", !1);
|
|
1191
|
+
}, c = async () => {
|
|
1194
1192
|
try {
|
|
1195
|
-
d.onClose ? await
|
|
1196
|
-
} catch (
|
|
1197
|
-
p.error(
|
|
1193
|
+
d.value = !0, u.onClose ? await u.onClose() && w() : w();
|
|
1194
|
+
} catch (a) {
|
|
1195
|
+
p.error(a.message);
|
|
1196
|
+
} finally {
|
|
1197
|
+
d.value = !1;
|
|
1198
1198
|
}
|
|
1199
1199
|
};
|
|
1200
|
-
return
|
|
1200
|
+
return l({
|
|
1201
1201
|
open: () => {
|
|
1202
|
-
|
|
1202
|
+
h.value = !1, d.value = !1, y("update:visible", !0);
|
|
1203
1203
|
},
|
|
1204
|
-
close:
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
const E = at, B = _e, T = me;
|
|
1209
|
-
return g(), L(a(tt), dt({
|
|
1204
|
+
close: w
|
|
1205
|
+
}), (a, E) => {
|
|
1206
|
+
const D = at, T = _e, s = he;
|
|
1207
|
+
return g(), x(n(tt), dt({
|
|
1210
1208
|
ref: "$modal",
|
|
1211
1209
|
preset: "card"
|
|
1212
|
-
},
|
|
1210
|
+
}, a.$attrs, {
|
|
1213
1211
|
"header-class": "bg-gray-50",
|
|
1214
|
-
show:
|
|
1212
|
+
show: u.visible,
|
|
1215
1213
|
draggable: !0,
|
|
1216
1214
|
closable: !1,
|
|
1217
1215
|
"close-on-esc": !1,
|
|
1218
1216
|
"mask-closable": !1,
|
|
1219
1217
|
bordered: !1,
|
|
1220
|
-
style: { width: `${
|
|
1221
|
-
onClose:
|
|
1222
|
-
onAfterEnter:
|
|
1223
|
-
onAfterLeave:
|
|
1224
|
-
|
|
1218
|
+
style: { width: `${u.width}px` },
|
|
1219
|
+
onClose: w,
|
|
1220
|
+
onAfterEnter: u.onAfterEnter,
|
|
1221
|
+
onAfterLeave: u.onAfterLeave,
|
|
1222
|
+
onUpdateVisible: u.onUpdateVisible
|
|
1225
1223
|
}), {
|
|
1226
|
-
header:
|
|
1227
|
-
|
|
1228
|
-
default:
|
|
1224
|
+
header: r(() => [
|
|
1225
|
+
a.$slots.header ? K(a.$slots, "header", { key: 0 }) : u.title ? (g(), x(D, { key: 1 }, {
|
|
1226
|
+
default: r(() => [
|
|
1229
1227
|
ge(q(e.title), 1)
|
|
1230
1228
|
]),
|
|
1231
1229
|
_: 1
|
|
1232
1230
|
})) : M("", !0)
|
|
1233
1231
|
]),
|
|
1234
|
-
"header-extra":
|
|
1235
|
-
|
|
1232
|
+
"header-extra": r(() => [
|
|
1233
|
+
K(a.$slots, "header-extra")
|
|
1236
1234
|
]),
|
|
1237
|
-
default:
|
|
1235
|
+
default: r(() => [
|
|
1238
1236
|
m("div", {
|
|
1239
1237
|
class: "overflow-y-auto overflow-hidden mt-5",
|
|
1240
|
-
style:
|
|
1238
|
+
style: Be({ maxHeight: `${u.height}px` })
|
|
1241
1239
|
}, [
|
|
1242
|
-
|
|
1240
|
+
K(a.$slots, "default")
|
|
1243
1241
|
], 4)
|
|
1244
1242
|
]),
|
|
1245
|
-
footer:
|
|
1246
|
-
|
|
1243
|
+
footer: r(() => [
|
|
1244
|
+
K(a.$slots, "footer")
|
|
1247
1245
|
]),
|
|
1248
|
-
action:
|
|
1249
|
-
|
|
1250
|
-
default:
|
|
1251
|
-
|
|
1246
|
+
action: r(() => [
|
|
1247
|
+
i(s, { justify: "end" }, {
|
|
1248
|
+
default: r(() => [
|
|
1249
|
+
u.hideSaveBtn ? M("", !0) : (g(), x(T, {
|
|
1252
1250
|
key: 0,
|
|
1253
1251
|
type: "primary",
|
|
1254
|
-
loading:
|
|
1255
|
-
onClick:
|
|
1252
|
+
loading: h.value,
|
|
1253
|
+
onClick: S
|
|
1256
1254
|
}, {
|
|
1257
|
-
default:
|
|
1255
|
+
default: r(() => [
|
|
1258
1256
|
ge(q(e.saveBtnText), 1)
|
|
1259
1257
|
]),
|
|
1260
1258
|
_: 1
|
|
1261
1259
|
}, 8, ["loading"])),
|
|
1262
|
-
|
|
1263
|
-
|
|
1260
|
+
K(a.$slots, "action-extra"),
|
|
1261
|
+
u.hideCancelBtn ? M("", !0) : (g(), x(T, {
|
|
1264
1262
|
key: 1,
|
|
1265
|
-
|
|
1266
|
-
|
|
1263
|
+
loading: d.value,
|
|
1264
|
+
onClick: c
|
|
1267
1265
|
}, {
|
|
1268
|
-
default:
|
|
1266
|
+
default: r(() => [
|
|
1269
1267
|
ge(q(e.cancelBtnText), 1)
|
|
1270
1268
|
]),
|
|
1271
1269
|
_: 1
|
|
@@ -1275,17 +1273,17 @@ const fa = /* @__PURE__ */ F(ua, [["render", da]]), ga = W(fa), pa = W(ia), ha =
|
|
|
1275
1273
|
})
|
|
1276
1274
|
]),
|
|
1277
1275
|
_: 3
|
|
1278
|
-
}, 16, ["show", "style", "onAfterEnter", "onAfterLeave", "
|
|
1276
|
+
}, 16, ["show", "style", "onAfterEnter", "onAfterLeave", "onUpdateVisible"]);
|
|
1279
1277
|
};
|
|
1280
1278
|
}
|
|
1281
1279
|
}), va = W(_a), ba = W(De), ya = H({
|
|
1282
1280
|
name: "Redirect",
|
|
1283
1281
|
setup() {
|
|
1284
|
-
const e = te(),
|
|
1282
|
+
const e = te(), l = le();
|
|
1285
1283
|
return ft(() => {
|
|
1286
|
-
const { params:
|
|
1287
|
-
|
|
1288
|
-
path: "/" + (Array.isArray(
|
|
1284
|
+
const { params: o, query: p } = e, { path: h } = o;
|
|
1285
|
+
l.replace({
|
|
1286
|
+
path: "/" + (Array.isArray(h) ? h.join("/") : h),
|
|
1289
1287
|
query: p
|
|
1290
1288
|
});
|
|
1291
1289
|
}), () => /* @__PURE__ */ React.createElement(nt, null);
|
|
@@ -1293,32 +1291,32 @@ const fa = /* @__PURE__ */ F(ua, [["render", da]]), ga = W(fa), pa = W(ia), ha =
|
|
|
1293
1291
|
}), wa = W(ya), Pa = { class: "frame" }, ka = ["src"], xa = /* @__PURE__ */ H({
|
|
1294
1292
|
__name: "PIframe",
|
|
1295
1293
|
setup(e) {
|
|
1296
|
-
const
|
|
1297
|
-
|
|
1298
|
-
function
|
|
1299
|
-
|
|
1294
|
+
const l = te(), o = A(!1), p = A(null), h = A("");
|
|
1295
|
+
n(l.meta)?.frameSrc && (h.value = n(l.meta)?.frameSrc);
|
|
1296
|
+
function d() {
|
|
1297
|
+
o.value = !1;
|
|
1300
1298
|
}
|
|
1301
|
-
function
|
|
1299
|
+
function y() {
|
|
1302
1300
|
se(() => {
|
|
1303
|
-
const
|
|
1304
|
-
if (!
|
|
1305
|
-
const
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
}) :
|
|
1309
|
-
|
|
1301
|
+
const u = n(p);
|
|
1302
|
+
if (!u) return;
|
|
1303
|
+
const S = u;
|
|
1304
|
+
S.attachEvent ? S.attachEvent("onload", () => {
|
|
1305
|
+
d();
|
|
1306
|
+
}) : u.onload = () => {
|
|
1307
|
+
d();
|
|
1310
1308
|
};
|
|
1311
1309
|
});
|
|
1312
1310
|
}
|
|
1313
1311
|
return ee(() => {
|
|
1314
|
-
|
|
1315
|
-
}), (
|
|
1316
|
-
const
|
|
1317
|
-
return g(),
|
|
1318
|
-
default:
|
|
1312
|
+
o.value = !0, y();
|
|
1313
|
+
}), (u, S) => {
|
|
1314
|
+
const w = ot;
|
|
1315
|
+
return g(), x(w, { show: o.value }, {
|
|
1316
|
+
default: r(() => [
|
|
1319
1317
|
m("div", Pa, [
|
|
1320
1318
|
m("iframe", {
|
|
1321
|
-
src:
|
|
1319
|
+
src: h.value,
|
|
1322
1320
|
class: "frame-iframe",
|
|
1323
1321
|
ref_key: "frameRef",
|
|
1324
1322
|
ref: p
|
|
@@ -1329,7 +1327,7 @@ const fa = /* @__PURE__ */ F(ua, [["render", da]]), ga = W(fa), pa = W(ia), ha =
|
|
|
1329
1327
|
}, 8, ["show"]);
|
|
1330
1328
|
};
|
|
1331
1329
|
}
|
|
1332
|
-
}), La = /* @__PURE__ */
|
|
1330
|
+
}), La = /* @__PURE__ */ V(xa, [["__scopeId", "data-v-161a378e"]]), Ca = W(La), Ta = { class: "border border-gray-100 rounded-lg" }, Sa = { class: "text-xl font-semibold text-gray-800" }, $a = { class: "text-sm text-gray-500 mt-1" }, Ea = /* @__PURE__ */ H({
|
|
1333
1331
|
__name: "PPage",
|
|
1334
1332
|
props: {
|
|
1335
1333
|
icon: { type: Object, required: !1, default: () => Lt },
|
|
@@ -1337,44 +1335,44 @@ const fa = /* @__PURE__ */ F(ua, [["render", da]]), ga = W(fa), pa = W(ia), ha =
|
|
|
1337
1335
|
subtitle: { type: String, required: !1 }
|
|
1338
1336
|
},
|
|
1339
1337
|
setup(e) {
|
|
1340
|
-
const
|
|
1341
|
-
return (
|
|
1342
|
-
const
|
|
1343
|
-
return g(), U("div",
|
|
1344
|
-
|
|
1338
|
+
const l = e;
|
|
1339
|
+
return (o, p) => {
|
|
1340
|
+
const h = R, d = ve, y = he, u = Oe;
|
|
1341
|
+
return g(), U("div", Ta, [
|
|
1342
|
+
l.title ? (g(), x(u, {
|
|
1345
1343
|
key: 0,
|
|
1346
1344
|
class: "mb-4",
|
|
1347
1345
|
bordered: !1,
|
|
1348
1346
|
"content-class": "py-4"
|
|
1349
1347
|
}, {
|
|
1350
|
-
default:
|
|
1351
|
-
|
|
1348
|
+
default: r(() => [
|
|
1349
|
+
i(y, {
|
|
1352
1350
|
align: "center",
|
|
1353
1351
|
justify: "space-between"
|
|
1354
1352
|
}, {
|
|
1355
|
-
default:
|
|
1356
|
-
|
|
1353
|
+
default: r(() => [
|
|
1354
|
+
i(y, {
|
|
1357
1355
|
align: "center",
|
|
1358
1356
|
size: 16
|
|
1359
1357
|
}, {
|
|
1360
|
-
default:
|
|
1361
|
-
|
|
1358
|
+
default: r(() => [
|
|
1359
|
+
l.icon ? (g(), x(d, {
|
|
1362
1360
|
key: 0,
|
|
1363
1361
|
size: 48,
|
|
1364
1362
|
class: "bg-linear-to-br from-blue-500 to-indigo-600"
|
|
1365
1363
|
}, {
|
|
1366
|
-
default:
|
|
1367
|
-
|
|
1364
|
+
default: r(() => [
|
|
1365
|
+
i(h, {
|
|
1368
1366
|
size: 24,
|
|
1369
|
-
component:
|
|
1367
|
+
component: l.icon,
|
|
1370
1368
|
color: "#fff"
|
|
1371
1369
|
}, null, 8, ["component"])
|
|
1372
1370
|
]),
|
|
1373
1371
|
_: 1
|
|
1374
1372
|
})) : M("", !0),
|
|
1375
1373
|
m("div", null, [
|
|
1376
|
-
m("div",
|
|
1377
|
-
m("div", $a, q(
|
|
1374
|
+
m("div", Sa, q(l.title), 1),
|
|
1375
|
+
m("div", $a, q(l.subtitle ?? l.title + "主页"), 1)
|
|
1378
1376
|
])
|
|
1379
1377
|
]),
|
|
1380
1378
|
_: 1
|
|
@@ -1385,24 +1383,24 @@ const fa = /* @__PURE__ */ F(ua, [["render", da]]), ga = W(fa), pa = W(ia), ha =
|
|
|
1385
1383
|
]),
|
|
1386
1384
|
_: 1
|
|
1387
1385
|
})) : M("", !0),
|
|
1388
|
-
|
|
1386
|
+
o.$slots.search ? (g(), x(u, {
|
|
1389
1387
|
key: 1,
|
|
1390
1388
|
class: "mb-4",
|
|
1391
1389
|
"content-class": "flex flex-row gap-2",
|
|
1392
1390
|
bordered: !1
|
|
1393
1391
|
}, {
|
|
1394
|
-
default:
|
|
1395
|
-
|
|
1392
|
+
default: r(() => [
|
|
1393
|
+
K(o.$slots, "search")
|
|
1396
1394
|
]),
|
|
1397
1395
|
_: 3
|
|
1398
1396
|
})) : M("", !0),
|
|
1399
|
-
|
|
1397
|
+
o.$slots.default ? (g(), x(u, {
|
|
1400
1398
|
key: 2,
|
|
1401
1399
|
"content-class": "flex flex-row gap-2 p-0!",
|
|
1402
1400
|
bordered: !1
|
|
1403
1401
|
}, {
|
|
1404
|
-
default:
|
|
1405
|
-
|
|
1402
|
+
default: r(() => [
|
|
1403
|
+
K(o.$slots, "default")
|
|
1406
1404
|
]),
|
|
1407
1405
|
_: 3
|
|
1408
1406
|
})) : M("", !0)
|
|
@@ -1410,57 +1408,57 @@ const fa = /* @__PURE__ */ F(ua, [["render", da]]), ga = W(fa), pa = W(ia), ha =
|
|
|
1410
1408
|
};
|
|
1411
1409
|
}
|
|
1412
1410
|
}), Oa = W(Ea), Na = {}, Ra = { class: "flex flex-col justify-center page-container" };
|
|
1413
|
-
function Aa(e,
|
|
1414
|
-
const
|
|
1411
|
+
function Aa(e, l) {
|
|
1412
|
+
const o = be;
|
|
1415
1413
|
return g(), U("div", Ra, [
|
|
1416
|
-
|
|
1414
|
+
i(o, {
|
|
1417
1415
|
status: "500",
|
|
1418
1416
|
title: "服务器错误",
|
|
1419
1417
|
description: "抱歉,服务器出错了"
|
|
1420
1418
|
})
|
|
1421
1419
|
]);
|
|
1422
1420
|
}
|
|
1423
|
-
const
|
|
1424
|
-
function Ma(e,
|
|
1425
|
-
const
|
|
1421
|
+
const za = /* @__PURE__ */ V(Na, [["render", Aa], ["__scopeId", "data-v-89cb65c7"]]), Ba = {}, Da = { class: "flex flex-col justify-center page-container" };
|
|
1422
|
+
function Ma(e, l) {
|
|
1423
|
+
const o = be;
|
|
1426
1424
|
return g(), U("div", Da, [
|
|
1427
|
-
|
|
1425
|
+
i(o, {
|
|
1428
1426
|
status: "404",
|
|
1429
1427
|
title: "资源不存在",
|
|
1430
1428
|
description: "抱歉,你访问的页面不存在"
|
|
1431
1429
|
})
|
|
1432
1430
|
]);
|
|
1433
1431
|
}
|
|
1434
|
-
const Ia = /* @__PURE__ */
|
|
1435
|
-
function Wa(e,
|
|
1436
|
-
const
|
|
1432
|
+
const Ia = /* @__PURE__ */ V(Ba, [["render", Ma], ["__scopeId", "data-v-99232671"]]), Ua = {}, Ha = { class: "flex flex-col justify-center page-container" };
|
|
1433
|
+
function Wa(e, l) {
|
|
1434
|
+
const o = be;
|
|
1437
1435
|
return g(), U("div", Ha, [
|
|
1438
|
-
|
|
1436
|
+
i(o, {
|
|
1439
1437
|
status: "403",
|
|
1440
1438
|
title: "禁止访问",
|
|
1441
1439
|
description: "抱歉,你无权访问该页面"
|
|
1442
1440
|
})
|
|
1443
1441
|
]);
|
|
1444
1442
|
}
|
|
1445
|
-
const qa = /* @__PURE__ */
|
|
1443
|
+
const qa = /* @__PURE__ */ V(Ua, [["render", Wa], ["__scopeId", "data-v-3baa9c16"]]), ja = W(za), Va = W(Ia), Fa = W(qa), Ka = Pe("app-oidc", () => {
|
|
1446
1444
|
const e = ye({});
|
|
1447
1445
|
return {
|
|
1448
|
-
setCallback: (
|
|
1449
|
-
callCallback: async (
|
|
1450
|
-
setError: (
|
|
1451
|
-
callError: async (
|
|
1446
|
+
setCallback: (d) => e.callback = d,
|
|
1447
|
+
callCallback: async (d) => await e.callback?.(d),
|
|
1448
|
+
setError: (d) => e.error = d,
|
|
1449
|
+
callError: async (d, y) => await e.error?.(d, y)
|
|
1452
1450
|
};
|
|
1453
1451
|
}), Ya = { class: "view-auth-callback" }, Xa = /* @__PURE__ */ H({
|
|
1454
1452
|
__name: "POidc",
|
|
1455
1453
|
setup(e) {
|
|
1456
|
-
const
|
|
1454
|
+
const l = le(), { callCallback: o, callError: p } = Ka();
|
|
1457
1455
|
return ee(async () => {
|
|
1458
1456
|
try {
|
|
1459
|
-
await
|
|
1460
|
-
} catch (
|
|
1461
|
-
await p(
|
|
1457
|
+
await o(l);
|
|
1458
|
+
} catch (h) {
|
|
1459
|
+
await p(l, h);
|
|
1462
1460
|
}
|
|
1463
|
-
}), (
|
|
1461
|
+
}), (h, d) => (g(), U("div", Ya, [...d[0] || (d[0] = [
|
|
1464
1462
|
m("div", { class: "view-auth-callback-content" }, [
|
|
1465
1463
|
m("div", { class: "view-auth-callback-spinner" }, [
|
|
1466
1464
|
m("span", null, "正在处理登录回调...")
|
|
@@ -1468,12 +1466,12 @@ const qa = /* @__PURE__ */ F(Ua, [["render", Wa], ["__scopeId", "data-v-3baa9c16
|
|
|
1468
1466
|
], -1)
|
|
1469
1467
|
])]));
|
|
1470
1468
|
}
|
|
1471
|
-
}), Ja = /* @__PURE__ */
|
|
1469
|
+
}), Ja = /* @__PURE__ */ V(Xa, [["__scopeId", "data-v-167395ae"]]), Za = W(Ja), Ga = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1472
1470
|
__proto__: null,
|
|
1473
|
-
P403:
|
|
1474
|
-
P404:
|
|
1471
|
+
P403: Fa,
|
|
1472
|
+
P404: Va,
|
|
1475
1473
|
P500: ja,
|
|
1476
|
-
PApplication:
|
|
1474
|
+
PApplication: ha,
|
|
1477
1475
|
PEmptyLayout: ga,
|
|
1478
1476
|
PIframe: Ca,
|
|
1479
1477
|
PLanguage: ba,
|
|
@@ -1483,16 +1481,16 @@ const qa = /* @__PURE__ */ F(Ua, [["render", Wa], ["__scopeId", "data-v-3baa9c16
|
|
|
1483
1481
|
PPage: Oa,
|
|
1484
1482
|
PRedirect: wa,
|
|
1485
1483
|
PTable: Nt
|
|
1486
|
-
}, Symbol.toStringTag, { value: "Module" })), Qa = (e,
|
|
1487
|
-
|
|
1488
|
-
}),
|
|
1484
|
+
}, Symbol.toStringTag, { value: "Module" })), Qa = (e, l) => (Object.values(Ga).forEach((o) => {
|
|
1485
|
+
o.install && e.use(o);
|
|
1486
|
+
}), l?.(), e), rn = {
|
|
1489
1487
|
install: Qa
|
|
1490
1488
|
};
|
|
1491
1489
|
export {
|
|
1492
|
-
|
|
1493
|
-
|
|
1490
|
+
Fa as P403,
|
|
1491
|
+
Va as P404,
|
|
1494
1492
|
ja as P500,
|
|
1495
|
-
|
|
1493
|
+
ha as PApplication,
|
|
1496
1494
|
ga as PEmptyLayout,
|
|
1497
1495
|
Ca as PIframe,
|
|
1498
1496
|
ba as PLanguage,
|
|
@@ -1506,5 +1504,5 @@ export {
|
|
|
1506
1504
|
Qa as install,
|
|
1507
1505
|
Mt as useLanguageStore,
|
|
1508
1506
|
re as useLayoutStore,
|
|
1509
|
-
|
|
1507
|
+
Ka as useOidcStore
|
|
1510
1508
|
};
|