mvframe 1.0.73 → 1.0.75
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.cn.md +64 -1
- package/README.md +51 -1
- package/dist/index.js +11 -10
- package/dist/notify.js +80 -0
- package/dist/vendor.js +434 -425
- package/package.json +13 -4
- package/scripts/dev-with-notify.js +92 -0
- package/scripts/notify-server.js +405 -0
- package/scripts/scaffold-app.js +121 -1
package/dist/vendor.js
CHANGED
|
@@ -8,7 +8,8 @@ import { deepEqual as fl, isInView as Ea, loadMvframeTheme as za, MVFRAME_STORAG
|
|
|
8
8
|
import Re from "vuedraggable";
|
|
9
9
|
import { e as Il, A as Ra, T as Va, D as Da, i as Pa, L as Ba, a as Ae, H as Fa } from "./@visactor.js";
|
|
10
10
|
import { e as Ha } from "./element-plus.js";
|
|
11
|
-
|
|
11
|
+
import Ua from "./notify.js";
|
|
12
|
+
const Ka = {
|
|
12
13
|
"Theme color": "Theme color",
|
|
13
14
|
"Restore default": "Restore default",
|
|
14
15
|
Appearance: "Appearance",
|
|
@@ -25,7 +26,7 @@ const Ua = {
|
|
|
25
26
|
"Frame Config": "Frame Config",
|
|
26
27
|
Cancel: "Cancel",
|
|
27
28
|
Submit: "Submit"
|
|
28
|
-
},
|
|
29
|
+
}, Ga = {
|
|
29
30
|
"Theme color": "主题色",
|
|
30
31
|
"Restore default": "恢复默认",
|
|
31
32
|
Appearance: "外观",
|
|
@@ -42,7 +43,7 @@ const Ua = {
|
|
|
42
43
|
"Frame Config": "框架设置",
|
|
43
44
|
Cancel: "取消",
|
|
44
45
|
Submit: "确定"
|
|
45
|
-
},
|
|
46
|
+
}, Ja = {
|
|
46
47
|
"Theme color": "主題色",
|
|
47
48
|
"Restore default": "還原預設",
|
|
48
49
|
Appearance: "外觀",
|
|
@@ -59,7 +60,7 @@ const Ua = {
|
|
|
59
60
|
"Frame Config": "框架設定",
|
|
60
61
|
Cancel: "取消",
|
|
61
62
|
Submit: "確定"
|
|
62
|
-
},
|
|
63
|
+
}, Wa = {
|
|
63
64
|
"Theme color": "テーマカラー",
|
|
64
65
|
"Restore default": "既定に戻す",
|
|
65
66
|
Appearance: "外観",
|
|
@@ -76,7 +77,7 @@ const Ua = {
|
|
|
76
77
|
"Frame Config": "フレーム設定",
|
|
77
78
|
Cancel: "キャンセル",
|
|
78
79
|
Submit: "確定"
|
|
79
|
-
},
|
|
80
|
+
}, Ya = {
|
|
80
81
|
"Theme color": "테마 색",
|
|
81
82
|
"Restore default": "기본값으로 복원",
|
|
82
83
|
Appearance: "모양",
|
|
@@ -93,7 +94,7 @@ const Ua = {
|
|
|
93
94
|
"Frame Config": "프레임 설정",
|
|
94
95
|
Cancel: "취소",
|
|
95
96
|
Submit: "확인"
|
|
96
|
-
},
|
|
97
|
+
}, Za = {
|
|
97
98
|
"Theme color": "Màu chủ đề",
|
|
98
99
|
"Restore default": "Khôi phục mặc định",
|
|
99
100
|
Appearance: "Giao diện",
|
|
@@ -111,48 +112,48 @@ const Ua = {
|
|
|
111
112
|
Cancel: "Hủy",
|
|
112
113
|
Submit: "Gửi"
|
|
113
114
|
}, We = {
|
|
114
|
-
en_us:
|
|
115
|
-
zh_cn:
|
|
116
|
-
zh_tw:
|
|
117
|
-
ja_jp:
|
|
118
|
-
ko_kr:
|
|
119
|
-
vi_vn:
|
|
115
|
+
en_us: Ka,
|
|
116
|
+
zh_cn: Ga,
|
|
117
|
+
zh_tw: Ja,
|
|
118
|
+
ja_jp: Wa,
|
|
119
|
+
ko_kr: Ya,
|
|
120
|
+
vi_vn: Za
|
|
120
121
|
};
|
|
121
|
-
function
|
|
122
|
+
function qa(l) {
|
|
122
123
|
return String(l || "en_us").toLowerCase().replace(/-/g, "_");
|
|
123
124
|
}
|
|
124
|
-
const
|
|
125
|
-
function
|
|
126
|
-
const a =
|
|
125
|
+
const Di = We;
|
|
126
|
+
function Pi(l) {
|
|
127
|
+
const a = qa(l);
|
|
127
128
|
return { ...We[a] || We.en_us };
|
|
128
129
|
}
|
|
129
|
-
const
|
|
130
|
+
const Xa = [
|
|
130
131
|
{ label: "English", icon: "us", txt: "EN", value: "en_us", use: !0 },
|
|
131
132
|
{ label: "简体中文", icon: "cn", txt: "简", value: "zh_cn", use: !0 },
|
|
132
133
|
{ label: "繁體中文", icon: "hk", txt: "繁", value: "zh_tw", use: !0 },
|
|
133
134
|
{ label: "日本語", icon: "jp", txt: "日", value: "ja_jp", use: !0 },
|
|
134
135
|
{ label: "한국어", icon: "kr", txt: "한", value: "ko_kr", use: !0 },
|
|
135
136
|
{ label: "Tiếng Việt", icon: "vn", txt: "Vi", value: "vi_vn", use: !0 }
|
|
136
|
-
],
|
|
137
|
+
], Qa = (l, a) => {
|
|
137
138
|
const t = [];
|
|
138
139
|
for (let e = l; e <= a; e++)
|
|
139
140
|
t.push({ label: e, value: e });
|
|
140
141
|
return Object.freeze(t);
|
|
141
|
-
}, Rl =
|
|
142
|
+
}, Rl = Qa(18, 64), et = Object.freeze([
|
|
142
143
|
{
|
|
143
144
|
label: "All",
|
|
144
145
|
value: "All"
|
|
145
146
|
},
|
|
146
147
|
...Rl
|
|
147
|
-
]),
|
|
148
|
+
]), lt = Object.freeze([
|
|
148
149
|
...Rl,
|
|
149
150
|
{
|
|
150
151
|
label: "65+",
|
|
151
152
|
value: 65
|
|
152
153
|
}
|
|
153
|
-
]),
|
|
154
|
-
minOptions:
|
|
155
|
-
maxOptions:
|
|
154
|
+
]), at = Object.freeze({
|
|
155
|
+
minOptions: et,
|
|
156
|
+
maxOptions: lt
|
|
156
157
|
}), Vl = Object.freeze([
|
|
157
158
|
{
|
|
158
159
|
label: "Today Tab",
|
|
@@ -178,9 +179,9 @@ const qa = [
|
|
|
178
179
|
description: "Reach users when they're browsing apps.",
|
|
179
180
|
description1: "Reach users when they're browsing apps. Your ad will appear at the top of the You Might Also Like list to users who have scrolled to the bottom of relevant product pages."
|
|
180
181
|
}
|
|
181
|
-
]),
|
|
182
|
+
]), tt = Vl.reduce((l, a) => (l[a.value] = a, l), /* @__PURE__ */ Object.create(null)), ot = Object.freeze({
|
|
182
183
|
arr: Vl,
|
|
183
|
-
obj:
|
|
184
|
+
obj: tt
|
|
184
185
|
}), Xe = Object.freeze([
|
|
185
186
|
{
|
|
186
187
|
label: "All Categories",
|
|
@@ -366,30 +367,30 @@ const qa = [
|
|
|
366
367
|
label: "Game Word",
|
|
367
368
|
value: 7019
|
|
368
369
|
}
|
|
369
|
-
]),
|
|
370
|
+
]), nt = Object.freeze(
|
|
370
371
|
Xe.reduce((l, a) => (l[a.value] = a, l), {})
|
|
371
372
|
), Dl = [], Pl = [];
|
|
372
373
|
Xe.forEach((l) => {
|
|
373
374
|
l.label.includes("Game") ? l.label !== "Games" && Pl.push(l) : l.value && Dl.push(l);
|
|
374
375
|
});
|
|
375
|
-
const
|
|
376
|
+
const st = Object.freeze({
|
|
376
377
|
label: "App",
|
|
377
378
|
value: 5e3,
|
|
378
379
|
children: Object.freeze([...Dl])
|
|
379
|
-
}),
|
|
380
|
+
}), rt = Object.freeze({
|
|
380
381
|
label: "Game",
|
|
381
382
|
value: 6014
|
|
382
|
-
}),
|
|
383
|
+
}), it = Object.freeze({
|
|
383
384
|
label: "Game",
|
|
384
385
|
value: 6014,
|
|
385
|
-
children: Object.freeze([
|
|
386
|
-
}),
|
|
386
|
+
children: Object.freeze([rt, ...Pl])
|
|
387
|
+
}), ct = Object.freeze({
|
|
387
388
|
label: "All Categories",
|
|
388
389
|
value: 0
|
|
389
|
-
}),
|
|
390
|
+
}), ut = Object.freeze([ct, st, it]), dt = Object.freeze({
|
|
390
391
|
arr: Xe,
|
|
391
|
-
obj:
|
|
392
|
-
tree:
|
|
392
|
+
obj: nt,
|
|
393
|
+
tree: ut
|
|
393
394
|
}), Bl = Object.freeze([
|
|
394
395
|
{
|
|
395
396
|
label: "All categories",
|
|
@@ -403,9 +404,9 @@ const nt = Object.freeze({
|
|
|
403
404
|
label: "Other categories",
|
|
404
405
|
value: "Other categories"
|
|
405
406
|
}
|
|
406
|
-
]),
|
|
407
|
+
]), pt = Bl.reduce((l, a) => (l[a.value] = a, l), /* @__PURE__ */ Object.create(null)), ft = Object.freeze({
|
|
407
408
|
arr: Bl,
|
|
408
|
-
obj:
|
|
409
|
+
obj: pt
|
|
409
410
|
}), Fl = Object.freeze([
|
|
410
411
|
{
|
|
411
412
|
label: "All Users",
|
|
@@ -425,7 +426,7 @@ const nt = Object.freeze({
|
|
|
425
426
|
label: "Returning Users",
|
|
426
427
|
value: "Returning Users"
|
|
427
428
|
}
|
|
428
|
-
]),
|
|
429
|
+
]), mt = Hl.reduce((l, a) => (l[a.value] = a, l), /* @__PURE__ */ Object.create(null)), ht = Object.freeze({ arr: Fl, all: Hl, obj: mt }), Ul = Object.freeze([
|
|
429
430
|
{
|
|
430
431
|
label: "iPhone",
|
|
431
432
|
value: "IPHONE",
|
|
@@ -443,10 +444,10 @@ const nt = Object.freeze({
|
|
|
443
444
|
icon: "im-iphone_ipad"
|
|
444
445
|
},
|
|
445
446
|
...Ul
|
|
446
|
-
]),
|
|
447
|
+
]), bt = Kl.reduce((l, a) => (l[a.value] = a, l), /* @__PURE__ */ Object.create(null)), vt = Object.freeze({
|
|
447
448
|
arr: Ul,
|
|
448
449
|
all: Kl,
|
|
449
|
-
obj:
|
|
450
|
+
obj: bt
|
|
450
451
|
}), Gl = Object.freeze([
|
|
451
452
|
{
|
|
452
453
|
label: "Male",
|
|
@@ -465,7 +466,7 @@ const nt = Object.freeze({
|
|
|
465
466
|
icon: "im-male_female"
|
|
466
467
|
},
|
|
467
468
|
...Gl
|
|
468
|
-
]),
|
|
469
|
+
]), gt = Jl.reduce((l, a) => (l[a.value] = a, l), /* @__PURE__ */ Object.create(null)), _t = Object.freeze({ arr: Gl, all: Jl, obj: gt }), yt = Object.freeze([
|
|
469
470
|
{
|
|
470
471
|
label: "None",
|
|
471
472
|
value: 0
|
|
@@ -499,9 +500,9 @@ const nt = Object.freeze({
|
|
|
499
500
|
label: "Broad",
|
|
500
501
|
value: "BROAD"
|
|
501
502
|
}
|
|
502
|
-
]),
|
|
503
|
+
]), wt = Wl.reduce((l, a) => (l[a.value] = a, l), /* @__PURE__ */ Object.create(null)), Ct = Object.freeze({
|
|
503
504
|
arr: Wl,
|
|
504
|
-
obj:
|
|
505
|
+
obj: wt
|
|
505
506
|
}), Yl = Object.freeze([
|
|
506
507
|
{
|
|
507
508
|
label: "Pre-Orders",
|
|
@@ -569,9 +570,9 @@ const nt = Object.freeze({
|
|
|
569
570
|
align: "right",
|
|
570
571
|
formatter: (l) => l.crTotalPreOrders || 0
|
|
571
572
|
}
|
|
572
|
-
]),
|
|
573
|
+
]), St = Object.freeze(
|
|
573
574
|
Yl.reduce((l, a) => (l[a.value] = a, l), /* @__PURE__ */ Object.create(null))
|
|
574
|
-
), Zl = Object.freeze({ arr: Yl, obj:
|
|
575
|
+
), Zl = Object.freeze({ arr: Yl, obj: St }), ql = Object.freeze([
|
|
575
576
|
{
|
|
576
577
|
label: "Spend",
|
|
577
578
|
label_en_us: "Spend",
|
|
@@ -806,9 +807,9 @@ const nt = Object.freeze({
|
|
|
806
807
|
formatter: (l) => l.viewReDownloadsFormat || 0
|
|
807
808
|
},
|
|
808
809
|
...Zl.arr
|
|
809
|
-
]),
|
|
810
|
+
]), Tt = Object.freeze(
|
|
810
811
|
ql.reduce((l, a) => (l[a.value] = a, l), /* @__PURE__ */ Object.create(null))
|
|
811
|
-
), Qe = Object.freeze({ arr: ql, obj:
|
|
812
|
+
), Qe = Object.freeze({ arr: ql, obj: Tt }), Xl = Object.freeze([
|
|
812
813
|
{
|
|
813
814
|
label: "MMP CPI",
|
|
814
815
|
value: "mmpCPI",
|
|
@@ -1040,9 +1041,9 @@ const nt = Object.freeze({
|
|
|
1040
1041
|
align: "right",
|
|
1041
1042
|
visible: !1
|
|
1042
1043
|
}
|
|
1043
|
-
]),
|
|
1044
|
+
]), At = Object.freeze(
|
|
1044
1045
|
Xl.reduce((l, a) => (l[a.value] = a, l), /* @__PURE__ */ Object.create(null))
|
|
1045
|
-
), Ql = Object.freeze({ arr: Xl, obj:
|
|
1046
|
+
), Ql = Object.freeze({ arr: Xl, obj: At }), ea = Object.freeze([
|
|
1046
1047
|
{
|
|
1047
1048
|
label: "None",
|
|
1048
1049
|
value: 0
|
|
@@ -1059,29 +1060,29 @@ const nt = Object.freeze({
|
|
|
1059
1060
|
label: "Generic",
|
|
1060
1061
|
value: 3
|
|
1061
1062
|
}
|
|
1062
|
-
]),
|
|
1063
|
+
]), xt = ea.reduce((l, a) => (l[a.value] = a, l), /* @__PURE__ */ Object.create(null)), kt = Object.freeze({ arr: ea, obj: xt }), $t = Qe, la = Object.freeze([...Qe.arr, ...Ql.arr]), Mt = la.reduce((l, a) => (l[a.value] = a, l), /* @__PURE__ */ Object.create(null)), Ot = Object.freeze({
|
|
1063
1064
|
arr: la,
|
|
1064
|
-
obj: Object.freeze(
|
|
1065
|
-
}),
|
|
1066
|
-
age:
|
|
1067
|
-
adplacement:
|
|
1068
|
-
appCategory:
|
|
1069
|
-
category:
|
|
1070
|
-
customerType:
|
|
1071
|
-
device:
|
|
1072
|
-
gender:
|
|
1073
|
-
level:
|
|
1074
|
-
matchType:
|
|
1065
|
+
obj: Object.freeze(Mt)
|
|
1066
|
+
}), Et = Object.freeze({
|
|
1067
|
+
age: at,
|
|
1068
|
+
adplacement: ot,
|
|
1069
|
+
appCategory: dt,
|
|
1070
|
+
category: ft,
|
|
1071
|
+
customerType: ht,
|
|
1072
|
+
device: vt,
|
|
1073
|
+
gender: _t,
|
|
1074
|
+
level: yt,
|
|
1075
|
+
matchType: Ct,
|
|
1075
1076
|
metricAsa: Qe,
|
|
1076
1077
|
metricEX: Zl,
|
|
1077
1078
|
metricMmp: Ql,
|
|
1078
|
-
tag:
|
|
1079
|
-
asaMetric:
|
|
1080
|
-
allMetric:
|
|
1081
|
-
}),
|
|
1079
|
+
tag: kt,
|
|
1080
|
+
asaMetric: $t,
|
|
1081
|
+
allMetric: Ot
|
|
1082
|
+
}), zt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1082
1083
|
__proto__: null,
|
|
1083
|
-
default:
|
|
1084
|
-
}, Symbol.toStringTag, { value: "Module" })), el = -12, ll = 14,
|
|
1084
|
+
default: Et
|
|
1085
|
+
}, Symbol.toStringTag, { value: "Module" })), el = -12, ll = 14, jt = 0, Lt = {
|
|
1085
1086
|
"-12": "Pacific/Baker_Island",
|
|
1086
1087
|
"-11": "Pacific/Pago_Pago",
|
|
1087
1088
|
"-10": "Pacific/Honolulu",
|
|
@@ -1110,39 +1111,39 @@ const nt = Object.freeze({
|
|
|
1110
1111
|
13: "Pacific/Tongatapu",
|
|
1111
1112
|
14: "Pacific/Kiritimati"
|
|
1112
1113
|
};
|
|
1113
|
-
function
|
|
1114
|
+
function Nt(l) {
|
|
1114
1115
|
return String(Number(l));
|
|
1115
1116
|
}
|
|
1116
|
-
const
|
|
1117
|
+
const It = Object.freeze(
|
|
1117
1118
|
(() => {
|
|
1118
1119
|
const l = [];
|
|
1119
1120
|
for (let a = el; a <= ll; a++)
|
|
1120
1121
|
l.push({
|
|
1121
1122
|
value: a,
|
|
1122
|
-
label:
|
|
1123
|
+
label: Lt[String(a)] ?? `Offset/${a}`
|
|
1123
1124
|
});
|
|
1124
1125
|
return l;
|
|
1125
1126
|
})()
|
|
1126
1127
|
);
|
|
1127
|
-
function
|
|
1128
|
+
function Rt(l) {
|
|
1128
1129
|
const a = Number(l);
|
|
1129
1130
|
return Number.isInteger(a) && a >= el && a <= ll;
|
|
1130
1131
|
}
|
|
1131
|
-
const
|
|
1132
|
+
const Vt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1132
1133
|
__proto__: null,
|
|
1133
|
-
ADS_MANAGER_TIMEZONE_DEFAULT:
|
|
1134
|
+
ADS_MANAGER_TIMEZONE_DEFAULT: jt,
|
|
1134
1135
|
ADS_MANAGER_UTC_OFFSET_MAX: ll,
|
|
1135
1136
|
ADS_MANAGER_UTC_OFFSET_MIN: el,
|
|
1136
|
-
formatTimezoneOffsetValuePlain:
|
|
1137
|
-
isValidTimezoneOffsetHours:
|
|
1138
|
-
timezone:
|
|
1139
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
1137
|
+
formatTimezoneOffsetValuePlain: Nt,
|
|
1138
|
+
isValidTimezoneOffsetHours: Rt,
|
|
1139
|
+
timezone: It
|
|
1140
|
+
}, Symbol.toStringTag, { value: "Module" })), Dt = {
|
|
1140
1141
|
campany: "MStars All Rights Reserved.",
|
|
1141
1142
|
copyright: "© 2026 mstars.ai",
|
|
1142
1143
|
email: "info@mstars.ai"
|
|
1143
|
-
},
|
|
1144
|
+
}, Pt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1144
1145
|
__proto__: null,
|
|
1145
|
-
default:
|
|
1146
|
+
default: Dt
|
|
1146
1147
|
}, Symbol.toStringTag, { value: "Module" })), hl = Object.freeze([
|
|
1147
1148
|
{
|
|
1148
1149
|
label: "China",
|
|
@@ -3595,7 +3596,7 @@ function gl(l) {
|
|
|
3595
3596
|
}
|
|
3596
3597
|
return Object.freeze(a);
|
|
3597
3598
|
}
|
|
3598
|
-
function
|
|
3599
|
+
function Bt(l) {
|
|
3599
3600
|
const a = /* @__PURE__ */ Object.create(null);
|
|
3600
3601
|
for (const t of l) {
|
|
3601
3602
|
const e = t == null ? void 0 : t.children;
|
|
@@ -3607,14 +3608,14 @@ function Pt(l) {
|
|
|
3607
3608
|
}
|
|
3608
3609
|
return Object.freeze(a);
|
|
3609
3610
|
}
|
|
3610
|
-
const
|
|
3611
|
+
const Ft = Object.freeze({
|
|
3611
3612
|
all: hl,
|
|
3612
3613
|
allObj: gl(hl),
|
|
3613
3614
|
group: bl,
|
|
3614
|
-
groupObj:
|
|
3615
|
+
groupObj: Bt(bl),
|
|
3615
3616
|
asa: vl,
|
|
3616
3617
|
asaObj: gl(vl)
|
|
3617
|
-
}),
|
|
3618
|
+
}), Ht = {
|
|
3618
3619
|
vTableTool: {
|
|
3619
3620
|
refresh: "Refresh",
|
|
3620
3621
|
column: "Column",
|
|
@@ -3634,14 +3635,14 @@ const Bt = Object.freeze({
|
|
|
3634
3635
|
{ abbr: "Sun", full: "Sunday" }
|
|
3635
3636
|
],
|
|
3636
3637
|
/** `common/timezone.js`:Ads Manager 时区整点偏移选项与工具方法 */
|
|
3637
|
-
...
|
|
3638
|
-
meta:
|
|
3638
|
+
...Vt,
|
|
3639
|
+
meta: Pt,
|
|
3639
3640
|
/** `common/country/`:国家/地区列表与分组,含 `*Obj` 映射 */
|
|
3640
|
-
country:
|
|
3641
|
-
},
|
|
3641
|
+
country: Ft
|
|
3642
|
+
}, Ut = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
3642
3643
|
__proto__: null,
|
|
3643
|
-
default:
|
|
3644
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
3644
|
+
default: Ht
|
|
3645
|
+
}, Symbol.toStringTag, { value: "Module" })), Kt = {
|
|
3645
3646
|
color: [
|
|
3646
3647
|
"rgb(22, 177, 255)",
|
|
3647
3648
|
"rgb(86, 202, 0)",
|
|
@@ -3655,10 +3656,10 @@ const Bt = Object.freeze({
|
|
|
3655
3656
|
"rgb(115, 103, 240)",
|
|
3656
3657
|
"rgb(253, 216, 53)"
|
|
3657
3658
|
]
|
|
3658
|
-
},
|
|
3659
|
+
}, Gt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
3659
3660
|
__proto__: null,
|
|
3660
|
-
default:
|
|
3661
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
3661
|
+
default: Kt
|
|
3662
|
+
}, Symbol.toStringTag, { value: "Module" })), Jt = Object.freeze({
|
|
3662
3663
|
RUNNING: {
|
|
3663
3664
|
class: "imicon im-dot txt-green txt-shadow-green-008",
|
|
3664
3665
|
button_class: "fs16-i hover no-shadow im-play-fill",
|
|
@@ -3942,17 +3943,17 @@ const Bt = Object.freeze({
|
|
|
3942
3943
|
value: "Denied",
|
|
3943
3944
|
sort: 40
|
|
3944
3945
|
}
|
|
3945
|
-
}),
|
|
3946
|
+
}), Wt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
3946
3947
|
__proto__: null,
|
|
3947
|
-
default:
|
|
3948
|
-
}, Symbol.toStringTag, { value: "Module" })), _l = /* @__PURE__ */ Object.assign({ "./chip/asa.js":
|
|
3949
|
-
function
|
|
3948
|
+
default: Jt
|
|
3949
|
+
}, Symbol.toStringTag, { value: "Module" })), _l = /* @__PURE__ */ Object.assign({ "./chip/asa.js": zt, "./chip/common.js": Ut, "./chip/config.js": Gt, "./chip/statusMap.js": Wt });
|
|
3950
|
+
function Yt(l) {
|
|
3950
3951
|
const a = l.match(/^\.\/chip\/(.+)\.js$/);
|
|
3951
3952
|
return a ? a[1] : l;
|
|
3952
3953
|
}
|
|
3953
3954
|
const al = {};
|
|
3954
3955
|
for (const l of Object.keys(_l)) {
|
|
3955
|
-
const a = _l[l], t =
|
|
3956
|
+
const a = _l[l], t = Yt(l);
|
|
3956
3957
|
al[t] = a.default ?? a;
|
|
3957
3958
|
}
|
|
3958
3959
|
let tl = null;
|
|
@@ -3997,10 +3998,10 @@ function je(l) {
|
|
|
3997
3998
|
}
|
|
3998
3999
|
return l;
|
|
3999
4000
|
}
|
|
4000
|
-
function
|
|
4001
|
+
function Zt(l) {
|
|
4001
4002
|
return je(sl(l));
|
|
4002
4003
|
}
|
|
4003
|
-
const
|
|
4004
|
+
const qt = Object.freeze({
|
|
4004
4005
|
avgCPA: "cpa",
|
|
4005
4006
|
avgCPM: "cpm",
|
|
4006
4007
|
avgCPT: "cpt"
|
|
@@ -4016,7 +4017,7 @@ function Le(l) {
|
|
|
4016
4017
|
if (nl(l)) {
|
|
4017
4018
|
const t = {};
|
|
4018
4019
|
for (const e of Object.keys(l)) {
|
|
4019
|
-
const o =
|
|
4020
|
+
const o = qt[e] ?? e;
|
|
4020
4021
|
t[o] = Le(l[e]);
|
|
4021
4022
|
}
|
|
4022
4023
|
return t;
|
|
@@ -4053,18 +4054,18 @@ function rl(l, a) {
|
|
|
4053
4054
|
}
|
|
4054
4055
|
return t;
|
|
4055
4056
|
}
|
|
4056
|
-
function
|
|
4057
|
+
function Bi() {
|
|
4057
4058
|
return ol();
|
|
4058
4059
|
}
|
|
4059
4060
|
function Fe(l) {
|
|
4060
4061
|
return Ve(sl(l));
|
|
4061
4062
|
}
|
|
4062
|
-
Fe.lang =
|
|
4063
|
+
Fe.lang = Zt;
|
|
4063
4064
|
Fe.jump = (l) => Ve(Le(sl(l)));
|
|
4064
|
-
function
|
|
4065
|
+
function Fi(l) {
|
|
4065
4066
|
!l || typeof l != "object" || Array.isArray(l) || (tl = rl(ol(), l));
|
|
4066
4067
|
}
|
|
4067
|
-
function
|
|
4068
|
+
function Xt(l, a = {}) {
|
|
4068
4069
|
tl = rl(al, a || {});
|
|
4069
4070
|
}
|
|
4070
4071
|
const yl = "mvframe-top-toast-style", Ye = "mvframe-top-toast-root", wl = {
|
|
@@ -4089,7 +4090,7 @@ const yl = "mvframe-top-toast-style", Ye = "mvframe-top-toast-root", wl = {
|
|
|
4089
4090
|
color: "#409eff"
|
|
4090
4091
|
}
|
|
4091
4092
|
};
|
|
4092
|
-
function
|
|
4093
|
+
function Qt() {
|
|
4093
4094
|
if (typeof document > "u" || document.getElementById(yl)) return;
|
|
4094
4095
|
const l = document.createElement("style");
|
|
4095
4096
|
l.id = yl, l.textContent = `
|
|
@@ -4150,12 +4151,12 @@ function Xt() {
|
|
|
4150
4151
|
}
|
|
4151
4152
|
`, document.head.appendChild(l);
|
|
4152
4153
|
}
|
|
4153
|
-
function
|
|
4154
|
+
function eo() {
|
|
4154
4155
|
if (typeof document > "u") return null;
|
|
4155
4156
|
let l = document.getElementById(Ye);
|
|
4156
|
-
return l || (
|
|
4157
|
+
return l || (Qt(), l = document.createElement("div"), l.id = Ye, l.setAttribute("aria-live", "assertive"), document.body.appendChild(l)), l;
|
|
4157
4158
|
}
|
|
4158
|
-
function
|
|
4159
|
+
function lo(l, a) {
|
|
4159
4160
|
const t = a === "error" ? 4500 : 3e3;
|
|
4160
4161
|
if (l == null)
|
|
4161
4162
|
return { message: "", duration: t, showClose: !1 };
|
|
@@ -4172,7 +4173,7 @@ function eo(l, a) {
|
|
|
4172
4173
|
return { message: String(l), duration: t, showClose: !1 };
|
|
4173
4174
|
}
|
|
4174
4175
|
function Ne(l, a) {
|
|
4175
|
-
const t = wl[l] || wl.error, { message: e, duration: o, showClose: n } =
|
|
4176
|
+
const t = wl[l] || wl.error, { message: e, duration: o, showClose: n } = lo(a, l), f = eo();
|
|
4176
4177
|
if (!f) {
|
|
4177
4178
|
console.error("[mvframe/message]", e);
|
|
4178
4179
|
return;
|
|
@@ -4196,7 +4197,7 @@ function Ne(l, a) {
|
|
|
4196
4197
|
}
|
|
4197
4198
|
f.appendChild(b), o > 0 && (h = window.setTimeout(C, o));
|
|
4198
4199
|
}
|
|
4199
|
-
function
|
|
4200
|
+
function Hi() {
|
|
4200
4201
|
return {
|
|
4201
4202
|
success: (l) => Ne("success", l),
|
|
4202
4203
|
warning: (l) => Ne("warning", l),
|
|
@@ -4204,8 +4205,8 @@ function Bi() {
|
|
|
4204
4205
|
error: (l) => Ne("error", l)
|
|
4205
4206
|
};
|
|
4206
4207
|
}
|
|
4207
|
-
var
|
|
4208
|
-
function
|
|
4208
|
+
var Ui = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
4209
|
+
function Ki(l) {
|
|
4209
4210
|
return l && l.__esModule && Object.prototype.hasOwnProperty.call(l, "default") ? l.default : l;
|
|
4210
4211
|
}
|
|
4211
4212
|
const Ie = (l) => {
|
|
@@ -4213,7 +4214,7 @@ const Ie = (l) => {
|
|
|
4213
4214
|
$l.init(Ml).setPageLoading(l);
|
|
4214
4215
|
} catch {
|
|
4215
4216
|
}
|
|
4216
|
-
},
|
|
4217
|
+
}, ao = ({ router: l, useAdmin: a, adminPermission: t, noaccess: e }) => {
|
|
4217
4218
|
l.beforeEach((o, n, f) => {
|
|
4218
4219
|
Ie(!0), a && o.meta.admin ? t() ? f() : e && e(o, n, f) : f();
|
|
4219
4220
|
}), l.afterEach((o, n, f) => {
|
|
@@ -4227,18 +4228,18 @@ const Ie = (l) => {
|
|
|
4227
4228
|
}), l.onError(() => {
|
|
4228
4229
|
Ie(!1);
|
|
4229
4230
|
});
|
|
4230
|
-
},
|
|
4231
|
+
}, to = (l, { routes: a, guard: t, useAdmin: e = !1, adminPermission: o = () => !0, noaccess: n }) => {
|
|
4231
4232
|
const f = ya({
|
|
4232
4233
|
history: wa(),
|
|
4233
4234
|
routes: a
|
|
4234
4235
|
});
|
|
4235
|
-
t && t(f),
|
|
4236
|
+
t && t(f), ao({ router: f, useAdmin: e, adminPermission: o, noaccess: n }), l.use(f), globalThis.$router = f;
|
|
4236
4237
|
}, ue = (l, a) => {
|
|
4237
4238
|
const t = l.__vccOpts || l;
|
|
4238
4239
|
for (const [e, o] of a)
|
|
4239
4240
|
t[e] = o;
|
|
4240
4241
|
return t;
|
|
4241
|
-
},
|
|
4242
|
+
}, oo = ["disabled", "onClick"], no = /* @__PURE__ */ Object.assign({
|
|
4242
4243
|
name: "MvcBtnGroup",
|
|
4243
4244
|
inheritAttrs: !1
|
|
4244
4245
|
}, {
|
|
@@ -4317,16 +4318,16 @@ const Ie = (l) => {
|
|
|
4317
4318
|
"aria-hidden": "true"
|
|
4318
4319
|
}, null, 2)) : G("", !0),
|
|
4319
4320
|
ce(" " + z(h.$l(C.label)), 1)
|
|
4320
|
-
], 10,
|
|
4321
|
+
], 10, oo))), 128))
|
|
4321
4322
|
], 16));
|
|
4322
4323
|
}
|
|
4323
|
-
}),
|
|
4324
|
+
}), so = /* @__PURE__ */ ue(no, [["__scopeId", "data-v-39d01040"]]), ro = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
4324
4325
|
__proto__: null,
|
|
4325
|
-
default:
|
|
4326
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
4326
|
+
default: so
|
|
4327
|
+
}, Symbol.toStringTag, { value: "Module" })), io = {
|
|
4327
4328
|
key: 1,
|
|
4328
4329
|
class: "headerTitle"
|
|
4329
|
-
},
|
|
4330
|
+
}, co = /* @__PURE__ */ Object.assign({
|
|
4330
4331
|
name: "MvcCard",
|
|
4331
4332
|
inheritAttrs: !1
|
|
4332
4333
|
}, {
|
|
@@ -4371,7 +4372,7 @@ const Ie = (l) => {
|
|
|
4371
4372
|
key: 0,
|
|
4372
4373
|
class: K(["header", a.headerClass])
|
|
4373
4374
|
}, [
|
|
4374
|
-
t.$slots.header ? Z(t.$slots, "header", { key: 0 }, void 0, !0) : a.title ? (T(), E("span",
|
|
4375
|
+
t.$slots.header ? Z(t.$slots, "header", { key: 0 }, void 0, !0) : a.title ? (T(), E("span", io, z(a.title), 1)) : G("", !0)
|
|
4375
4376
|
], 2)) : G("", !0),
|
|
4376
4377
|
i("div", {
|
|
4377
4378
|
class: K(["body", a.bodyClass])
|
|
@@ -4386,13 +4387,13 @@ const Ie = (l) => {
|
|
|
4386
4387
|
], 2)) : G("", !0)
|
|
4387
4388
|
], 16));
|
|
4388
4389
|
}
|
|
4389
|
-
}),
|
|
4390
|
+
}), uo = /* @__PURE__ */ ue(co, [["__scopeId", "data-v-610b0b4c"]]), po = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
4390
4391
|
__proto__: null,
|
|
4391
|
-
default:
|
|
4392
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
4392
|
+
default: uo
|
|
4393
|
+
}, Symbol.toStringTag, { value: "Module" })), fo = { class: "MvcDrawer" }, mo = { class: "dragArea" }, ho = {
|
|
4393
4394
|
key: 0,
|
|
4394
4395
|
class: "flexMode vc hc h56 w64 abs r t z9"
|
|
4395
|
-
},
|
|
4396
|
+
}, bo = /* @__PURE__ */ Object.assign({
|
|
4396
4397
|
name: "MvcDrawer",
|
|
4397
4398
|
inheritAttrs: !1
|
|
4398
4399
|
}, {
|
|
@@ -4467,7 +4468,7 @@ const Ie = (l) => {
|
|
|
4467
4468
|
}
|
|
4468
4469
|
), (w, r) => {
|
|
4469
4470
|
const d = I("Loading"), c = I("el-drawer");
|
|
4470
|
-
return T(), E("div",
|
|
4471
|
+
return T(), E("div", fo, [
|
|
4471
4472
|
R(c, {
|
|
4472
4473
|
modelValue: s(o).drawerInfo.visible,
|
|
4473
4474
|
"onUpdate:modelValue": r[0] || (r[0] = ($) => s(o).drawerInfo.visible = $),
|
|
@@ -4482,7 +4483,7 @@ const Ie = (l) => {
|
|
|
4482
4483
|
class: K(s(o).dragMode && "notransition noevent noselect")
|
|
4483
4484
|
}, {
|
|
4484
4485
|
default: O(() => [
|
|
4485
|
-
i("div",
|
|
4486
|
+
i("div", mo, [
|
|
4486
4487
|
i("div", {
|
|
4487
4488
|
class: K(["dragHandle", s(o).dragMode && "active"]),
|
|
4488
4489
|
onMousedown: m
|
|
@@ -4490,7 +4491,7 @@ const Ie = (l) => {
|
|
|
4490
4491
|
i("i", { class: "imicon im-handle fs12" }, null, -1)
|
|
4491
4492
|
])], 34)
|
|
4492
4493
|
]),
|
|
4493
|
-
s(y) ? G("", !0) : (T(), E("div",
|
|
4494
|
+
s(y) ? G("", !0) : (T(), E("div", ho, [
|
|
4494
4495
|
i("i", {
|
|
4495
4496
|
class: "imicon im-close fs20 txt-dark7 hover-txt-primary",
|
|
4496
4497
|
onClick: v
|
|
@@ -4510,13 +4511,13 @@ const Ie = (l) => {
|
|
|
4510
4511
|
]);
|
|
4511
4512
|
};
|
|
4512
4513
|
}
|
|
4513
|
-
}), aa = /* @__PURE__ */ ue(
|
|
4514
|
+
}), aa = /* @__PURE__ */ ue(bo, [["__scopeId", "data-v-665c2158"]]), vo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
4514
4515
|
__proto__: null,
|
|
4515
4516
|
default: aa
|
|
4516
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
4517
|
+
}, Symbol.toStringTag, { value: "Module" })), go = {
|
|
4517
4518
|
key: 1,
|
|
4518
4519
|
class: "flexMode vc"
|
|
4519
|
-
},
|
|
4520
|
+
}, _o = { class: "pl4" }, yo = { class: "pl4" }, wo = /* @__PURE__ */ Object.assign({
|
|
4520
4521
|
name: "MvcDrawerArea",
|
|
4521
4522
|
inheritAttrs: !1
|
|
4522
4523
|
}, {
|
|
@@ -4619,7 +4620,7 @@ const Ie = (l) => {
|
|
|
4619
4620
|
key: 0,
|
|
4620
4621
|
class: K(["drawerFooter relative flexMode vc hb h64", e.footerClass])
|
|
4621
4622
|
}, [
|
|
4622
|
-
A.$slots.footer ? Z(A.$slots, "footer", { key: 0 }, void 0, !0) : (T(), E("div",
|
|
4623
|
+
A.$slots.footer ? Z(A.$slots, "footer", { key: 0 }, void 0, !0) : (T(), E("div", go, [
|
|
4623
4624
|
A.$slots.cancel ? Z(A.$slots, "cancel", { key: 0 }, void 0, !0) : e.showCancel ? (T(), J(w, {
|
|
4624
4625
|
key: 1,
|
|
4625
4626
|
plain: "",
|
|
@@ -4632,7 +4633,7 @@ const Ie = (l) => {
|
|
|
4632
4633
|
}, null, 2)
|
|
4633
4634
|
]),
|
|
4634
4635
|
default: O(() => [
|
|
4635
|
-
i("span",
|
|
4636
|
+
i("span", _o, z(A.$l(e.cancelTxt)), 1)
|
|
4636
4637
|
]),
|
|
4637
4638
|
_: 1
|
|
4638
4639
|
})) : G("", !0),
|
|
@@ -4649,7 +4650,7 @@ const Ie = (l) => {
|
|
|
4649
4650
|
}, null, 2)
|
|
4650
4651
|
]),
|
|
4651
4652
|
default: O(() => [
|
|
4652
|
-
i("span",
|
|
4653
|
+
i("span", yo, z(A.$l(e.confirmTxt)), 1)
|
|
4653
4654
|
]),
|
|
4654
4655
|
_: 1
|
|
4655
4656
|
}, 8, ["loading"])) : G("", !0),
|
|
@@ -4659,11 +4660,11 @@ const Ie = (l) => {
|
|
|
4659
4660
|
], 64);
|
|
4660
4661
|
};
|
|
4661
4662
|
}
|
|
4662
|
-
}),
|
|
4663
|
+
}), Co = /* @__PURE__ */ ue(wo, [["__scopeId", "data-v-1df88ac3"]]), So = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
4663
4664
|
__proto__: null,
|
|
4664
|
-
default:
|
|
4665
|
+
default: Co
|
|
4665
4666
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
4666
|
-
function
|
|
4667
|
+
function To(l) {
|
|
4667
4668
|
var t;
|
|
4668
4669
|
if (l == null) return [];
|
|
4669
4670
|
const a = Array.isArray(l) ? l : [l];
|
|
@@ -4681,7 +4682,7 @@ function Cl(l, a) {
|
|
|
4681
4682
|
if (l[t] !== a[t]) return !1;
|
|
4682
4683
|
return !0;
|
|
4683
4684
|
}
|
|
4684
|
-
const
|
|
4685
|
+
const Ao = jl({
|
|
4685
4686
|
name: "MvcFormItemFilter",
|
|
4686
4687
|
setup(l, a) {
|
|
4687
4688
|
function t(o) {
|
|
@@ -4709,11 +4710,11 @@ const To = jl({
|
|
|
4709
4710
|
}
|
|
4710
4711
|
return () => {
|
|
4711
4712
|
var f, b;
|
|
4712
|
-
const o = (b = (f = a.slots).default) == null ? void 0 : b.call(f), n =
|
|
4713
|
+
const o = (b = (f = a.slots).default) == null ? void 0 : b.call(f), n = To(o);
|
|
4713
4714
|
return t(n);
|
|
4714
4715
|
};
|
|
4715
4716
|
}
|
|
4716
|
-
}),
|
|
4717
|
+
}), xo = { class: "MvcForm" }, ko = /* @__PURE__ */ Object.assign({
|
|
4717
4718
|
name: "MvcForm"
|
|
4718
4719
|
}, {
|
|
4719
4720
|
__name: "index",
|
|
@@ -4771,7 +4772,7 @@ const To = jl({
|
|
|
4771
4772
|
validate: b
|
|
4772
4773
|
}), (m, C) => {
|
|
4773
4774
|
const A = I("el-form");
|
|
4774
|
-
return T(), E("div",
|
|
4775
|
+
return T(), E("div", xo, [
|
|
4775
4776
|
R(A, {
|
|
4776
4777
|
ref: "form",
|
|
4777
4778
|
model: s(o).form,
|
|
@@ -4781,7 +4782,7 @@ const To = jl({
|
|
|
4781
4782
|
"label-position": "top"
|
|
4782
4783
|
}, {
|
|
4783
4784
|
default: O(() => [
|
|
4784
|
-
R(s(
|
|
4785
|
+
R(s(Ao), null, {
|
|
4785
4786
|
default: O(() => [
|
|
4786
4787
|
Z(m.$slots, "default")
|
|
4787
4788
|
]),
|
|
@@ -4793,10 +4794,10 @@ const To = jl({
|
|
|
4793
4794
|
]);
|
|
4794
4795
|
};
|
|
4795
4796
|
}
|
|
4796
|
-
}),
|
|
4797
|
+
}), $o = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
4797
4798
|
__proto__: null,
|
|
4798
|
-
default:
|
|
4799
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
4799
|
+
default: ko
|
|
4800
|
+
}, Symbol.toStringTag, { value: "Module" })), Mo = { class: "FrameTab sticky z9" }, Oo = { class: "tabArea relative flexMode vr g4 h36 pl16 pt4 xscroll nobar fadeout backdrop" }, Eo = ["id", "onContextmenu", "onClick", "onDblclick"], zo = ["onClick"], jo = /* @__PURE__ */ Object.assign({
|
|
4800
4801
|
name: "FrameTab",
|
|
4801
4802
|
inheritAttrs: !1
|
|
4802
4803
|
}, {
|
|
@@ -4915,8 +4916,8 @@ const To = jl({
|
|
|
4915
4916
|
}
|
|
4916
4917
|
), Ee(() => {
|
|
4917
4918
|
h.$el.removeEventListener("scroll", k), e == null || e(), e = null;
|
|
4918
|
-
}), (g, x) => (T(), E("div",
|
|
4919
|
-
i("div",
|
|
4919
|
+
}), (g, x) => (T(), E("div", Mo, [
|
|
4920
|
+
i("div", Oo, [
|
|
4920
4921
|
(T(!0), E(te, null, ie(s(_), (L, P) => (T(), E("div", {
|
|
4921
4922
|
key: L.name,
|
|
4922
4923
|
id: `tab_${L.name}`,
|
|
@@ -4938,8 +4939,8 @@ const To = jl({
|
|
|
4938
4939
|
onClick: pl((V) => $(L, P), ["stop"])
|
|
4939
4940
|
}, [...x[0] || (x[0] = [
|
|
4940
4941
|
i("span", null, "✕", -1)
|
|
4941
|
-
])], 8,
|
|
4942
|
-
], 42,
|
|
4942
|
+
])], 8, zo)
|
|
4943
|
+
], 42, Eo))), 128)),
|
|
4943
4944
|
x[1] || (x[1] = i("div", { class: "w16 h16 noShrink" }, null, -1))
|
|
4944
4945
|
]),
|
|
4945
4946
|
i("div", {
|
|
@@ -4947,10 +4948,10 @@ const To = jl({
|
|
|
4947
4948
|
}, null, 2)
|
|
4948
4949
|
]));
|
|
4949
4950
|
}
|
|
4950
|
-
}),
|
|
4951
|
+
}), Lo = /* @__PURE__ */ ue(jo, [["__scopeId", "data-v-6592753c"]]), No = { class: "LogoArea flexMode vc h64 p0-16 relative" }, Io = { class: "logo" }, Ro = { class: "logomini" }, Vo = { class: "MenuArea p4 yscroll" }, Do = ["onClick"], Po = { class: "itemIcon w24 txt-c txt-tip fs18" }, Bo = { key: 1 }, Fo = {
|
|
4951
4952
|
key: 0,
|
|
4952
4953
|
class: "itemChildrenArea mt2 p4"
|
|
4953
|
-
},
|
|
4954
|
+
}, Ho = ["onClick"], Uo = { class: "itemIcon w24 txt-c txt-tip fs18" }, Ko = { class: "h64 p8-4" }, Go = { class: "flexMode vc g8 p8-16 radius4 hover" }, Jo = /* @__PURE__ */ Object.assign({
|
|
4954
4955
|
name: "FrameMenu",
|
|
4955
4956
|
inheritAttrs: !1
|
|
4956
4957
|
}, {
|
|
@@ -5034,11 +5035,11 @@ const To = jl({
|
|
|
5034
5035
|
return T(), E("div", {
|
|
5035
5036
|
class: K(["FrameMenu sticky vh100 noselect noShrink", s(e).collapse && "collapse"])
|
|
5036
5037
|
}, [
|
|
5037
|
-
i("div",
|
|
5038
|
-
i("div",
|
|
5038
|
+
i("div", No, [
|
|
5039
|
+
i("div", Io, [
|
|
5039
5040
|
Z(c.$slots, "logo", {}, void 0, !0)
|
|
5040
5041
|
]),
|
|
5041
|
-
i("div",
|
|
5042
|
+
i("div", Ro, [
|
|
5042
5043
|
Z(c.$slots, "logomini", {}, void 0, !0)
|
|
5043
5044
|
]),
|
|
5044
5045
|
i("div", {
|
|
@@ -5050,7 +5051,7 @@ const To = jl({
|
|
|
5050
5051
|
}, null, 2)
|
|
5051
5052
|
])
|
|
5052
5053
|
]),
|
|
5053
|
-
i("div",
|
|
5054
|
+
i("div", Vo, [
|
|
5054
5055
|
(T(!0), E(te, null, ie(t.routes, (u, S) => {
|
|
5055
5056
|
var g, x;
|
|
5056
5057
|
return T(), E("div", {
|
|
@@ -5066,11 +5067,11 @@ const To = jl({
|
|
|
5066
5067
|
onClick: (L) => y(u),
|
|
5067
5068
|
onDblclick: k
|
|
5068
5069
|
}, [
|
|
5069
|
-
i("div",
|
|
5070
|
+
i("div", Po, [
|
|
5070
5071
|
u.meta.icon ? (T(), E("i", {
|
|
5071
5072
|
key: 0,
|
|
5072
5073
|
class: K([t.iconClass, u.meta.icon])
|
|
5073
|
-
}, null, 2)) : (T(), E("span",
|
|
5074
|
+
}, null, 2)) : (T(), E("span", Bo, z(((g = u.meta.title) == null ? void 0 : g.substr(0, 1)) || "U"), 1))
|
|
5074
5075
|
]),
|
|
5075
5076
|
i("div", {
|
|
5076
5077
|
class: K(["itemTitle txt-nowrap fs14", [
|
|
@@ -5078,15 +5079,15 @@ const To = jl({
|
|
|
5078
5079
|
s(e).collapse && "hide"
|
|
5079
5080
|
]])
|
|
5080
5081
|
}, z(u.meta.title), 3)
|
|
5081
|
-
], 42,
|
|
5082
|
-
(x = u.children) != null && x.length ? (T(), E("div",
|
|
5082
|
+
], 42, Do),
|
|
5083
|
+
(x = u.children) != null && x.length ? (T(), E("div", Fo, [
|
|
5083
5084
|
(T(!0), E(te, null, ie(u.children, (L, P) => (T(), E("div", {
|
|
5084
5085
|
key: P,
|
|
5085
5086
|
class: K(["childrenItem flexMode vc g8 radius4 h40 p0-16", s(o).name === L.name && "active bg-primary"]),
|
|
5086
5087
|
onClick: (V) => y(L),
|
|
5087
5088
|
onDblclick: k
|
|
5088
5089
|
}, [
|
|
5089
|
-
i("div",
|
|
5090
|
+
i("div", Uo, [
|
|
5090
5091
|
L.meta.icon ? (T(), E("i", {
|
|
5091
5092
|
key: 0,
|
|
5092
5093
|
class: K([t.iconClass, L.meta.icon])
|
|
@@ -5098,19 +5099,19 @@ const To = jl({
|
|
|
5098
5099
|
s(e).collapse && "hide"
|
|
5099
5100
|
]])
|
|
5100
5101
|
}, z(L.meta.title), 3)
|
|
5101
|
-
], 42,
|
|
5102
|
+
], 42, Ho))), 128))
|
|
5102
5103
|
])) : G("", !0)
|
|
5103
5104
|
]);
|
|
5104
5105
|
}), 128))
|
|
5105
5106
|
]),
|
|
5106
|
-
i("div",
|
|
5107
|
+
i("div", Ko, [
|
|
5107
5108
|
R(_, {
|
|
5108
5109
|
placement: "top",
|
|
5109
5110
|
title: c.$l("Log out?"),
|
|
5110
5111
|
onConfirm: r
|
|
5111
5112
|
}, {
|
|
5112
5113
|
reference: O(() => [
|
|
5113
|
-
i("div",
|
|
5114
|
+
i("div", Go, [
|
|
5114
5115
|
$[1] || ($[1] = i("i", { class: "imicon im-power fs24" }, null, -1)),
|
|
5115
5116
|
i("span", {
|
|
5116
5117
|
class: K(["fs14", s(e).collapse && "hide"])
|
|
@@ -5123,7 +5124,7 @@ const To = jl({
|
|
|
5123
5124
|
], 2);
|
|
5124
5125
|
};
|
|
5125
5126
|
}
|
|
5126
|
-
}),
|
|
5127
|
+
}), Wo = /* @__PURE__ */ ue(Jo, [["__scopeId", "data-v-d7eb624b"]]), Yo = { class: "FrameFooter" }, Zo = { class: "txt-tip" }, qo = { class: "txt-primary" }, Xo = /* @__PURE__ */ Object.assign({
|
|
5127
5128
|
name: "FrameFooter",
|
|
5128
5129
|
inheritAttrs: !1
|
|
5129
5130
|
}, {
|
|
@@ -5131,12 +5132,12 @@ const To = jl({
|
|
|
5131
5132
|
setup(l) {
|
|
5132
5133
|
q({});
|
|
5133
5134
|
const a = j(() => globalThis.$config);
|
|
5134
|
-
return (t, e) => (T(), E("div",
|
|
5135
|
-
i("span",
|
|
5136
|
-
i("span",
|
|
5135
|
+
return (t, e) => (T(), E("div", Yo, [
|
|
5136
|
+
i("span", Zo, z(s(a).copyright), 1),
|
|
5137
|
+
i("span", qo, z(s(a).author), 1)
|
|
5137
5138
|
]));
|
|
5138
5139
|
}
|
|
5139
|
-
}),
|
|
5140
|
+
}), Qo = /* @__PURE__ */ ue(Xo, [["__scopeId", "data-v-c3ba0162"]]), en = { class: "FrameTool fixed r t flexMode vc g8 p0-8 w40 h40 noShrink z9" }, ln = /* @__PURE__ */ Object.assign({
|
|
5140
5141
|
name: "FrameTool",
|
|
5141
5142
|
inheritAttrs: !1
|
|
5142
5143
|
}, {
|
|
@@ -5158,7 +5159,7 @@ const To = jl({
|
|
|
5158
5159
|
return (o, n) => {
|
|
5159
5160
|
const f = I("Icon"), b = I("Drawer");
|
|
5160
5161
|
return T(), E(te, null, [
|
|
5161
|
-
i("div",
|
|
5162
|
+
i("div", en, [
|
|
5162
5163
|
i("div", {
|
|
5163
5164
|
class: "hover w24 h24 flexMode hc vc radius",
|
|
5164
5165
|
onClick: e
|
|
@@ -5177,7 +5178,7 @@ const To = jl({
|
|
|
5177
5178
|
], 64);
|
|
5178
5179
|
};
|
|
5179
5180
|
}
|
|
5180
|
-
}),
|
|
5181
|
+
}), an = { class: "MvcFrame" }, tn = /* @__PURE__ */ Object.assign({
|
|
5181
5182
|
name: "MvcFrame",
|
|
5182
5183
|
inheritAttrs: !1
|
|
5183
5184
|
}, {
|
|
@@ -5221,8 +5222,8 @@ const To = jl({
|
|
|
5221
5222
|
}));
|
|
5222
5223
|
return (C, A) => {
|
|
5223
5224
|
const p = I("Loading"), y = I("router-view");
|
|
5224
|
-
return T(), E("div",
|
|
5225
|
-
R(
|
|
5225
|
+
return T(), E("div", an, [
|
|
5226
|
+
R(Wo, fe(a.menu, { onOnCollapseChange: v }), Oe({ _: 2 }, [
|
|
5226
5227
|
C.$slots.logo ? {
|
|
5227
5228
|
name: "logo",
|
|
5228
5229
|
fn: O(() => [
|
|
@@ -5243,18 +5244,18 @@ const To = jl({
|
|
|
5243
5244
|
style: xe(s(m))
|
|
5244
5245
|
}, [
|
|
5245
5246
|
R(p, { loading: s(h) }, null, 8, ["loading"]),
|
|
5246
|
-
s(o).useTab ? (T(), J(
|
|
5247
|
-
R(
|
|
5247
|
+
s(o).useTab ? (T(), J(Lo, { key: 0 })) : G("", !0),
|
|
5248
|
+
R(ln),
|
|
5248
5249
|
R(y, Pe(Ze(a.page)), null, 16),
|
|
5249
|
-
R(
|
|
5250
|
+
R(Qo)
|
|
5250
5251
|
], 4)
|
|
5251
5252
|
]);
|
|
5252
5253
|
};
|
|
5253
5254
|
}
|
|
5254
|
-
}),
|
|
5255
|
+
}), on = /* @__PURE__ */ ue(tn, [["__scopeId", "data-v-b25da17b"]]), nn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
5255
5256
|
__proto__: null,
|
|
5256
|
-
default:
|
|
5257
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
5257
|
+
default: on
|
|
5258
|
+
}, Symbol.toStringTag, { value: "Module" })), sn = ["xlink:href"], rn = /* @__PURE__ */ Object.assign({
|
|
5258
5259
|
name: "MvcIcon"
|
|
5259
5260
|
}, {
|
|
5260
5261
|
__name: "index",
|
|
@@ -5290,13 +5291,13 @@ const To = jl({
|
|
|
5290
5291
|
}, [
|
|
5291
5292
|
i("use", {
|
|
5292
5293
|
"xlink:href": `#${s(t).prefix}-${l.name}`
|
|
5293
|
-
}, null, 8,
|
|
5294
|
+
}, null, 8, sn)
|
|
5294
5295
|
], 4));
|
|
5295
5296
|
}
|
|
5296
|
-
}),
|
|
5297
|
+
}), cn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
5297
5298
|
__proto__: null,
|
|
5298
|
-
default:
|
|
5299
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
5299
|
+
default: rn
|
|
5300
|
+
}, Symbol.toStringTag, { value: "Module" })), un = /* @__PURE__ */ Object.assign({
|
|
5300
5301
|
name: "MvcInput",
|
|
5301
5302
|
inheritAttrs: !1
|
|
5302
5303
|
}, {
|
|
@@ -5364,13 +5365,13 @@ const To = jl({
|
|
|
5364
5365
|
]), 1040, ["modelValue", "show-word-limit", "maxlength"]);
|
|
5365
5366
|
};
|
|
5366
5367
|
}
|
|
5367
|
-
}),
|
|
5368
|
+
}), dn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
5368
5369
|
__proto__: null,
|
|
5369
|
-
default:
|
|
5370
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
5370
|
+
default: un
|
|
5371
|
+
}, Symbol.toStringTag, { value: "Module" })), pn = {
|
|
5371
5372
|
key: 0,
|
|
5372
5373
|
class: "langPrefix flexMode vc g4 noShrink"
|
|
5373
|
-
},
|
|
5374
|
+
}, fn = { class: "langTag fs12 txt-tip" }, mn = { class: "flexMode vc g8 vl" }, hn = { class: "langTag fs12 txt-tip noShrink" }, bn = { class: "txt-p" }, vn = /* @__PURE__ */ Object.assign({
|
|
5374
5375
|
name: "MvcLang",
|
|
5375
5376
|
inheritAttrs: !1
|
|
5376
5377
|
}, {
|
|
@@ -5402,7 +5403,7 @@ const To = jl({
|
|
|
5402
5403
|
o.lang = m.includes(h) ? h : m[0] || "en_us";
|
|
5403
5404
|
}, b = j(() => {
|
|
5404
5405
|
var m;
|
|
5405
|
-
return ((m = globalThis.$config) != null && m.langUse && Array.isArray(globalThis.$config.langUse) && globalThis.$config.langUse.length > 0 ? globalThis.$config.langUse :
|
|
5406
|
+
return ((m = globalThis.$config) != null && m.langUse && Array.isArray(globalThis.$config.langUse) && globalThis.$config.langUse.length > 0 ? globalThis.$config.langUse : Xa.filter((C) => C.use !== !1)).filter((C) => C && C.use !== !1 && C.value);
|
|
5406
5407
|
}), v = j(() => b.value.find((h) => h.value === o.lang) ?? null);
|
|
5407
5408
|
return (h, m) => {
|
|
5408
5409
|
const C = I("el-option"), A = I("el-select");
|
|
@@ -5413,8 +5414,8 @@ const To = jl({
|
|
|
5413
5414
|
teleported: a.teleported
|
|
5414
5415
|
}, e.value, { onChange: n }), {
|
|
5415
5416
|
prefix: O(() => [
|
|
5416
|
-
v.value ? (T(), E("div",
|
|
5417
|
-
i("span",
|
|
5417
|
+
v.value ? (T(), E("div", pn, [
|
|
5418
|
+
i("span", fn, z(v.value.txt), 1)
|
|
5418
5419
|
])) : G("", !0)
|
|
5419
5420
|
]),
|
|
5420
5421
|
default: O(() => [
|
|
@@ -5424,9 +5425,9 @@ const To = jl({
|
|
|
5424
5425
|
value: p.value
|
|
5425
5426
|
}, {
|
|
5426
5427
|
default: O(() => [
|
|
5427
|
-
i("div",
|
|
5428
|
-
i("span",
|
|
5429
|
-
i("span",
|
|
5428
|
+
i("div", mn, [
|
|
5429
|
+
i("span", hn, z(p.txt), 1),
|
|
5430
|
+
i("span", bn, z(p.label), 1)
|
|
5430
5431
|
])
|
|
5431
5432
|
]),
|
|
5432
5433
|
_: 2
|
|
@@ -5436,13 +5437,13 @@ const To = jl({
|
|
|
5436
5437
|
}, 16, ["modelValue", "class", "teleported"]);
|
|
5437
5438
|
};
|
|
5438
5439
|
}
|
|
5439
|
-
}),
|
|
5440
|
+
}), gn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
5440
5441
|
__proto__: null,
|
|
5441
|
-
default:
|
|
5442
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
5442
|
+
default: vn
|
|
5443
|
+
}, Symbol.toStringTag, { value: "Module" })), _n = { class: "listViewport" }, yn = {
|
|
5443
5444
|
class: "listScroll yscroll",
|
|
5444
5445
|
role: "listbox"
|
|
5445
|
-
},
|
|
5446
|
+
}, wn = ["aria-selected", "onClick"], Cn = /* @__PURE__ */ Object.assign({
|
|
5446
5447
|
name: "MvcList",
|
|
5447
5448
|
inheritAttrs: !1
|
|
5448
5449
|
}, {
|
|
@@ -5525,8 +5526,8 @@ const To = jl({
|
|
|
5525
5526
|
return T(), E("div", fe({
|
|
5526
5527
|
class: ["MvcList", [s(v), m.$attrs.class]]
|
|
5527
5528
|
}, m.$attrs), [
|
|
5528
|
-
i("div",
|
|
5529
|
-
i("div",
|
|
5529
|
+
i("div", _n, [
|
|
5530
|
+
i("div", yn, [
|
|
5530
5531
|
(T(!0), E(te, null, ie(s(b), (p) => (T(), E("div", {
|
|
5531
5532
|
key: f(p),
|
|
5532
5533
|
class: K(["listItem", { active: o(p), isDisabled: p.disabled }]),
|
|
@@ -5537,7 +5538,7 @@ const To = jl({
|
|
|
5537
5538
|
Z(m.$slots, "item", { option: p }, () => [
|
|
5538
5539
|
ce(z(m.$l(p.label)), 1)
|
|
5539
5540
|
], !0)
|
|
5540
|
-
], 10,
|
|
5541
|
+
], 10, wn))), 128))
|
|
5541
5542
|
]),
|
|
5542
5543
|
R(A, fe({
|
|
5543
5544
|
loading: t.loading
|
|
@@ -5546,10 +5547,10 @@ const To = jl({
|
|
|
5546
5547
|
], 16);
|
|
5547
5548
|
};
|
|
5548
5549
|
}
|
|
5549
|
-
}),
|
|
5550
|
+
}), Sn = /* @__PURE__ */ ue(Cn, [["__scopeId", "data-v-6a45c452"]]), Tn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
5550
5551
|
__proto__: null,
|
|
5551
|
-
default:
|
|
5552
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
5552
|
+
default: Sn
|
|
5553
|
+
}, Symbol.toStringTag, { value: "Module" })), An = { class: "content flexMode flexV vc g12 relative z1" }, xn = /* @__PURE__ */ Object.assign({
|
|
5553
5554
|
name: "MvcLoading",
|
|
5554
5555
|
inheritAttrs: !1
|
|
5555
5556
|
}, {
|
|
@@ -5599,7 +5600,7 @@ const To = jl({
|
|
|
5599
5600
|
"aria-live": "polite",
|
|
5600
5601
|
style: xe({ borderRadius: `${(Number(a.radius) || 0) / 16}rem` })
|
|
5601
5602
|
}, [
|
|
5602
|
-
i("div",
|
|
5603
|
+
i("div", An, [
|
|
5603
5604
|
i("i", {
|
|
5604
5605
|
class: K([a.icon, `fs${a.size}`, "imicon ani-rotate"]),
|
|
5605
5606
|
"aria-hidden": "true"
|
|
@@ -5614,16 +5615,16 @@ const To = jl({
|
|
|
5614
5615
|
_: 1
|
|
5615
5616
|
}));
|
|
5616
5617
|
}
|
|
5617
|
-
}),
|
|
5618
|
+
}), kn = /* @__PURE__ */ ue(xn, [["__scopeId", "data-v-89f58c94"]]), $n = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
5618
5619
|
__proto__: null,
|
|
5619
|
-
default:
|
|
5620
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
5620
|
+
default: kn
|
|
5621
|
+
}, Symbol.toStringTag, { value: "Module" })), Mn = { class: "MvcLogin flexMode flexV hc vc wp100 vh100 p24-16" }, On = { class: "panelWrap wp100 maxw400 p24 radius8 border noShrink" }, En = { class: "flexMode vc hb mb16" }, zn = { class: "pl8 fs20 fw700 txt-h1" }, jn = { class: "contentArea minh160" }, Ln = {
|
|
5621
5622
|
key: 1,
|
|
5622
5623
|
class: "oauthAuthPanel flexMode flexV g8 wp100 vl"
|
|
5623
|
-
},
|
|
5624
|
+
}, Nn = ["disabled"], In = ["disabled"], Rn = {
|
|
5624
5625
|
key: 2,
|
|
5625
5626
|
class: "scanArea flexMode flexV vc g12"
|
|
5626
|
-
},
|
|
5627
|
+
}, Vn = { class: "scanTitle m0 block fs14 txt-h2" }, Dn = { class: "footerLine flexMode flexWrap hc g8 mt24 fs12 txt-tip" }, Ke = "mvframe_login_remember", Pn = /* @__PURE__ */ Object.assign({
|
|
5627
5628
|
name: "MvcLogin",
|
|
5628
5629
|
inheritAttrs: !1
|
|
5629
5630
|
}, {
|
|
@@ -5782,10 +5783,10 @@ const To = jl({
|
|
|
5782
5783
|
};
|
|
5783
5784
|
return (_, u) => {
|
|
5784
5785
|
const S = I("BtnGroup"), g = I("Input"), x = I("el-form-item"), L = I("el-checkbox"), P = I("el-button"), V = I("Form");
|
|
5785
|
-
return T(), E("div",
|
|
5786
|
-
i("div",
|
|
5787
|
-
i("div",
|
|
5788
|
-
i("span",
|
|
5786
|
+
return T(), E("div", Mn, [
|
|
5787
|
+
i("div", On, [
|
|
5788
|
+
i("div", En, [
|
|
5789
|
+
i("span", zn, z(_.$l(t.title)), 1)
|
|
5789
5790
|
]),
|
|
5790
5791
|
R(S, {
|
|
5791
5792
|
modelValue: s(f).method,
|
|
@@ -5795,7 +5796,7 @@ const To = jl({
|
|
|
5795
5796
|
size: "small",
|
|
5796
5797
|
class: "mb32"
|
|
5797
5798
|
}, null, 8, ["modelValue", "options", "disabled"]),
|
|
5798
|
-
i("div",
|
|
5799
|
+
i("div", jn, [
|
|
5799
5800
|
s(f).method === "password" ? (T(), J(V, {
|
|
5800
5801
|
key: 0,
|
|
5801
5802
|
ref_key: "pwdFormRef",
|
|
@@ -5887,7 +5888,7 @@ const To = jl({
|
|
|
5887
5888
|
}, 8, ["loading", "disabled"])
|
|
5888
5889
|
]),
|
|
5889
5890
|
_: 1
|
|
5890
|
-
}, 8, ["modelValue", "rules"])) : s(f).method === "auth" ? (T(), E("div",
|
|
5891
|
+
}, 8, ["modelValue", "rules"])) : s(f).method === "auth" ? (T(), E("div", Ln, [
|
|
5891
5892
|
u[7] || (u[7] = i("p", { class: "oauthAuthTip m0 block fs12 lh20 txt-tip mb16" }, " 需在应用中配置 OAuth Client 与 token;以下为品牌示意按钮,不发起跳转。 ", -1)),
|
|
5892
5893
|
i("button", {
|
|
5893
5894
|
type: "button",
|
|
@@ -5896,7 +5897,7 @@ const To = jl({
|
|
|
5896
5897
|
onClick: m
|
|
5897
5898
|
}, [...u[5] || (u[5] = [
|
|
5898
5899
|
xa('<svg class="oauthGoogleLogo noShrink" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" width="18" height="18" aria-hidden="true" data-v-6faa6992><path fill="#EA4335" d="M24 9.5c3.54 0 6.71 1.22 9.21 3.6l6.85-6.85C35.9 2.38 30.47 0 24 0 14.62 0 6.51 5.38 2.56 13.22l7.98 6.19C12.43 13.72 17.74 9.5 24 9.5z" data-v-6faa6992></path><path fill="#4285F4" d="M46.98 24.55c0-1.57-.15-3.09-.38-4.55H24v9.02h12.94c-.58 2.96-2.26 5.48-4.78 7.18l7.73 6c4.51-4.18 7.09-10.36 7.09-17.65z" data-v-6faa6992></path><path fill="#FBBC05" d="M10.53 28.59c-.48-1.45-.76-2.99-.76-4.59s.27-3.14.76-4.59l-7.98-6.19C.92 16.46 0 20.12 0 24c0 3.88.92 7.54 2.56 10.78l7.97-6.19z" data-v-6faa6992></path><path fill="#34A853" d="M24 48c6.48 0 11.93-2.13 15.89-5.81l-7.73-6c-2.15 1.45-4.92 2.3-8.16 2.3-6.26 0-11.57-4.22-13.47-9.91l-7.98 6.19C6.51 42.62 14.62 48 24 48z" data-v-6faa6992></path></svg><span class="oauthGoogleLabel" data-v-6faa6992>Sign in with Google</span>', 2)
|
|
5899
|
-
])], 8,
|
|
5900
|
+
])], 8, Nn),
|
|
5900
5901
|
i("button", {
|
|
5901
5902
|
type: "button",
|
|
5902
5903
|
class: "oauthApple wp100 mb16",
|
|
@@ -5917,9 +5918,9 @@ const To = jl({
|
|
|
5917
5918
|
})
|
|
5918
5919
|
], -1),
|
|
5919
5920
|
i("span", { class: "oauthAppleLabel fs14" }, "Sign in with Apple", -1)
|
|
5920
|
-
])], 8,
|
|
5921
|
-
])) : (T(), E("div",
|
|
5922
|
-
i("p",
|
|
5921
|
+
])], 8, In)
|
|
5922
|
+
])) : (T(), E("div", Rn, [
|
|
5923
|
+
i("p", Vn, z(s(k)), 1),
|
|
5923
5924
|
i("div", {
|
|
5924
5925
|
class: K(["qrBlock w180 h180 radius6", `qr-${s(f).method}`]),
|
|
5925
5926
|
"aria-hidden": "true"
|
|
@@ -5927,17 +5928,17 @@ const To = jl({
|
|
|
5927
5928
|
]))
|
|
5928
5929
|
])
|
|
5929
5930
|
]),
|
|
5930
|
-
i("div",
|
|
5931
|
+
i("div", Dn, [
|
|
5931
5932
|
i("span", null, z(s(y).copyright), 1),
|
|
5932
5933
|
i("span", null, z(s(y).author), 1)
|
|
5933
5934
|
])
|
|
5934
5935
|
]);
|
|
5935
5936
|
};
|
|
5936
5937
|
}
|
|
5937
|
-
}),
|
|
5938
|
+
}), Bn = /* @__PURE__ */ ue(Pn, [["__scopeId", "data-v-6faa6992"]]), Fn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
5938
5939
|
__proto__: null,
|
|
5939
|
-
default:
|
|
5940
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
5940
|
+
default: Bn
|
|
5941
|
+
}, Symbol.toStringTag, { value: "Module" })), Hn = /* @__PURE__ */ Object.assign({
|
|
5941
5942
|
name: "MvcNote",
|
|
5942
5943
|
inheritAttrs: !0
|
|
5943
5944
|
}, {
|
|
@@ -5971,13 +5972,13 @@ const To = jl({
|
|
|
5971
5972
|
Z(e.$slots, "default", {}, void 0, !0)
|
|
5972
5973
|
], 4));
|
|
5973
5974
|
}
|
|
5974
|
-
}),
|
|
5975
|
+
}), Un = /* @__PURE__ */ ue(Hn, [["__scopeId", "data-v-e3e84cc8"]]), Kn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
5975
5976
|
__proto__: null,
|
|
5976
|
-
default:
|
|
5977
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
5977
|
+
default: Un
|
|
5978
|
+
}, Symbol.toStringTag, { value: "Module" })), Gn = {
|
|
5978
5979
|
key: 0,
|
|
5979
5980
|
class: "PageHeader"
|
|
5980
|
-
},
|
|
5981
|
+
}, Jn = { class: "PageHeaderLeft" }, Wn = { class: "PageHeaderTitle" }, Yn = { class: "PageHeaderSubTitle" }, Zn = { class: "PageHeaderRight" }, qn = /* @__PURE__ */ Object.assign({
|
|
5981
5982
|
name: "MvcPage",
|
|
5982
5983
|
inheritAttrs: !1
|
|
5983
5984
|
}, {
|
|
@@ -6010,14 +6011,14 @@ const To = jl({
|
|
|
6010
6011
|
return (v, h) => (T(), E("div", {
|
|
6011
6012
|
class: K(["MvcPage", s(f) && "hasTab"])
|
|
6012
6013
|
}, [
|
|
6013
|
-
a.noheader ? G("", !0) : (T(), E("div",
|
|
6014
|
-
i("div",
|
|
6014
|
+
a.noheader ? G("", !0) : (T(), E("div", Gn, [
|
|
6015
|
+
i("div", Jn, [
|
|
6015
6016
|
v.$slots.header ? Z(v.$slots, "header", { key: 0 }, void 0, !0) : s(n) ? (T(), E(te, { key: 1 }, [
|
|
6016
|
-
i("h3",
|
|
6017
|
-
i("p",
|
|
6017
|
+
i("h3", Wn, z(a.title), 1),
|
|
6018
|
+
i("p", Yn, z(a.subtitle), 1)
|
|
6018
6019
|
], 64)) : G("", !0)
|
|
6019
6020
|
]),
|
|
6020
|
-
i("div",
|
|
6021
|
+
i("div", Zn, [
|
|
6021
6022
|
v.$slots.right ? Z(v.$slots, "right", { key: 0 }, void 0, !0) : G("", !0)
|
|
6022
6023
|
])
|
|
6023
6024
|
])),
|
|
@@ -6029,10 +6030,10 @@ const To = jl({
|
|
|
6029
6030
|
], 6)
|
|
6030
6031
|
], 2));
|
|
6031
6032
|
}
|
|
6032
|
-
}),
|
|
6033
|
+
}), Xn = /* @__PURE__ */ ue(qn, [["__scopeId", "data-v-763c9c00"]]), Qn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6033
6034
|
__proto__: null,
|
|
6034
|
-
default:
|
|
6035
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
6035
|
+
default: Xn
|
|
6036
|
+
}, Symbol.toStringTag, { value: "Module" })), es = { class: "flexMode hb vc" }, ls = { key: 1 }, as = { class: "tag" }, ts = { class: "flexMode hr" }, os = /* @__PURE__ */ Object.assign({
|
|
6036
6037
|
name: "MvcSelect",
|
|
6037
6038
|
inheritAttrs: !1
|
|
6038
6039
|
}, {
|
|
@@ -6170,7 +6171,7 @@ const To = jl({
|
|
|
6170
6171
|
t.filterable ? {
|
|
6171
6172
|
name: "header",
|
|
6172
6173
|
fn: O(() => [
|
|
6173
|
-
i("div",
|
|
6174
|
+
i("div", es, [
|
|
6174
6175
|
t.multiple ? (T(), J(g, {
|
|
6175
6176
|
key: 0,
|
|
6176
6177
|
modelValue: s(f),
|
|
@@ -6183,8 +6184,8 @@ const To = jl({
|
|
|
6183
6184
|
ce(z(l.selectAllTxt), 1)
|
|
6184
6185
|
]),
|
|
6185
6186
|
_: 1
|
|
6186
|
-
}, 8, ["modelValue", "indeterminate"])) : (T(), E("span",
|
|
6187
|
-
i("span",
|
|
6187
|
+
}, 8, ["modelValue", "indeterminate"])) : (T(), E("span", ls)),
|
|
6188
|
+
i("span", as, z(s($)) + "/" + z(s(_)), 1)
|
|
6188
6189
|
])
|
|
6189
6190
|
]),
|
|
6190
6191
|
key: "0"
|
|
@@ -6192,7 +6193,7 @@ const To = jl({
|
|
|
6192
6193
|
t.multiple ? {
|
|
6193
6194
|
name: "footer",
|
|
6194
6195
|
fn: O(() => [
|
|
6195
|
-
i("div",
|
|
6196
|
+
i("div", ts, [
|
|
6196
6197
|
R(x, {
|
|
6197
6198
|
type: "primary",
|
|
6198
6199
|
size: "small",
|
|
@@ -6210,10 +6211,10 @@ const To = jl({
|
|
|
6210
6211
|
]), 1040, ["model-value"]);
|
|
6211
6212
|
};
|
|
6212
6213
|
}
|
|
6213
|
-
}),
|
|
6214
|
+
}), ns = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6214
6215
|
__proto__: null,
|
|
6215
|
-
default:
|
|
6216
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
6216
|
+
default: os
|
|
6217
|
+
}, Symbol.toStringTag, { value: "Module" })), ss = { class: "flexMode hb vc" }, rs = { key: 1 }, is = { class: "tag" }, cs = { class: "flexMode hr" }, us = /* @__PURE__ */ Object.assign({
|
|
6217
6218
|
name: "MvcSelectV2",
|
|
6218
6219
|
inheritAttrs: !1
|
|
6219
6220
|
}, {
|
|
@@ -6347,7 +6348,7 @@ const To = jl({
|
|
|
6347
6348
|
t.filterable ? {
|
|
6348
6349
|
name: "header",
|
|
6349
6350
|
fn: O(() => [
|
|
6350
|
-
i("div",
|
|
6351
|
+
i("div", ss, [
|
|
6351
6352
|
t.multiple ? (T(), J(g, {
|
|
6352
6353
|
key: 0,
|
|
6353
6354
|
modelValue: s(f),
|
|
@@ -6360,8 +6361,8 @@ const To = jl({
|
|
|
6360
6361
|
ce(z(l.selectAllTxt), 1)
|
|
6361
6362
|
]),
|
|
6362
6363
|
_: 1
|
|
6363
|
-
}, 8, ["modelValue", "indeterminate"])) : (T(), E("span",
|
|
6364
|
-
i("span",
|
|
6364
|
+
}, 8, ["modelValue", "indeterminate"])) : (T(), E("span", rs)),
|
|
6365
|
+
i("span", is, z(s($)) + "/" + z(s(_)), 1)
|
|
6365
6366
|
])
|
|
6366
6367
|
]),
|
|
6367
6368
|
key: "0"
|
|
@@ -6376,7 +6377,7 @@ const To = jl({
|
|
|
6376
6377
|
t.multiple ? {
|
|
6377
6378
|
name: "footer",
|
|
6378
6379
|
fn: O(() => [
|
|
6379
|
-
i("div",
|
|
6380
|
+
i("div", cs, [
|
|
6380
6381
|
R(x, {
|
|
6381
6382
|
type: "primary",
|
|
6382
6383
|
size: "small",
|
|
@@ -6394,10 +6395,10 @@ const To = jl({
|
|
|
6394
6395
|
]), 1040, ["model-value"]);
|
|
6395
6396
|
};
|
|
6396
6397
|
}
|
|
6397
|
-
}),
|
|
6398
|
+
}), ds = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6398
6399
|
__proto__: null,
|
|
6399
|
-
default:
|
|
6400
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
6400
|
+
default: us
|
|
6401
|
+
}, Symbol.toStringTag, { value: "Module" })), ps = jl({
|
|
6401
6402
|
name: "MvcTableColumnFilter",
|
|
6402
6403
|
props: {
|
|
6403
6404
|
tableName: {
|
|
@@ -6472,28 +6473,28 @@ const To = jl({
|
|
|
6472
6473
|
}
|
|
6473
6474
|
return f = f.sort((v, h) => v.props.sort - h.props.sort), () => f;
|
|
6474
6475
|
}
|
|
6475
|
-
}),
|
|
6476
|
+
}), fs = { class: "hp100 flexMode" }, ms = { class: "w200 hp100 border-r fs14" }, hs = { class: "flexMode vc h36 p8 bg-gray3 border-b txt-nowrap" }, bs = { class: "p4" }, vs = ["onClick"], gs = {
|
|
6476
6477
|
class: "flexMode vs hp100",
|
|
6477
6478
|
style: { width: "calc(100% - 200px)" }
|
|
6478
|
-
},
|
|
6479
|
+
}, _s = { class: "wp50 border-r fs14" }, ys = { class: "flexMode vc g8 h36 p8 bg-gray3 border-b txt-nowrap" }, ws = { class: "tagArea blue small" }, Cs = { class: "p4" }, Ss = {
|
|
6479
6480
|
key: 0,
|
|
6480
6481
|
class: "absCenter fs12 txt-dark5 txt-nowrap"
|
|
6481
|
-
},
|
|
6482
|
+
}, Ts = { class: "flexMode vc g8" }, As = ["txt", "onClick"], xs = { class: "wp50 border-r fs14" }, ks = { class: "flexMode vc g8 h36 p8 bg-gray3 border-b txt-nowrap" }, $s = { class: "tagArea blue small" }, Ms = {
|
|
6482
6483
|
class: "relative p4",
|
|
6483
6484
|
style: { height: "calc(100% - 36px)" }
|
|
6484
|
-
},
|
|
6485
|
+
}, Os = {
|
|
6485
6486
|
class: "relative",
|
|
6486
6487
|
style: { height: "30%" }
|
|
6487
|
-
},
|
|
6488
|
+
}, Es = {
|
|
6488
6489
|
key: 0,
|
|
6489
6490
|
class: "absCenter fs12 txt-dark5 txt-nowrap"
|
|
6490
|
-
},
|
|
6491
|
+
}, zs = { class: "columnItem flexMode vc hb h40 g8 p4-8 mb4 radius4" }, js = { class: "flexMode vc g8 txt-nowrap" }, Ls = { class: "flexMode vc g8" }, Ns = ["txt", "onClick"], Is = {
|
|
6491
6492
|
class: "relative",
|
|
6492
6493
|
style: { height: "calc(70% - 10px)" }
|
|
6493
|
-
},
|
|
6494
|
+
}, Rs = {
|
|
6494
6495
|
key: 0,
|
|
6495
6496
|
class: "absCenter fs12 txt-dark5 txt-nowrap"
|
|
6496
|
-
},
|
|
6497
|
+
}, Vs = { class: "columnItem flexMode vc hb h40 g8 p4-8 mb4 radius4" }, Ds = { class: "flexMode vc g8 txt-nowrap" }, Ps = { class: "flexMode vc" }, Bs = ["txt", "onClick"], Fs = ["txt", "onClick"], Hs = /* @__PURE__ */ Object.assign({
|
|
6497
6498
|
name: "MvcTableColumnConfig",
|
|
6498
6499
|
inheritAttrs: !1
|
|
6499
6500
|
}, {
|
|
@@ -6585,40 +6586,40 @@ const To = jl({
|
|
|
6585
6586
|
onSubmit: C
|
|
6586
6587
|
}, {
|
|
6587
6588
|
default: O(() => [
|
|
6588
|
-
i("div",
|
|
6589
|
-
i("div",
|
|
6590
|
-
i("div",
|
|
6591
|
-
i("div",
|
|
6589
|
+
i("div", fs, [
|
|
6590
|
+
i("div", ms, [
|
|
6591
|
+
i("div", hs, z(r.$l("Column Type")), 1),
|
|
6592
|
+
i("div", bs, [
|
|
6592
6593
|
(T(!0), E(te, null, ie(s(w), (_) => (T(), E("div", {
|
|
6593
6594
|
key: _.value,
|
|
6594
6595
|
class: K(["typeItem p8-16 mb4 radius4 txt-nowrap", [s(e).type === _.value && "active", _.hide && "hide"]]),
|
|
6595
6596
|
onClick: (u) => f(_.value)
|
|
6596
|
-
}, z(_.label), 11,
|
|
6597
|
+
}, z(_.label), 11, vs))), 128))
|
|
6597
6598
|
])
|
|
6598
6599
|
]),
|
|
6599
|
-
i("div",
|
|
6600
|
-
i("div",
|
|
6601
|
-
i("div",
|
|
6600
|
+
i("div", gs, [
|
|
6601
|
+
i("div", _s, [
|
|
6602
|
+
i("div", ys, [
|
|
6602
6603
|
i("span", null, z(r.$l("Columns")), 1),
|
|
6603
|
-
i("span",
|
|
6604
|
+
i("span", ws, z(s(e).columns[s(e).type].length), 1)
|
|
6604
6605
|
]),
|
|
6605
6606
|
R(c, { style: { height: "calc(100% - 36px)" } }, {
|
|
6606
6607
|
default: O(() => [
|
|
6607
|
-
i("div",
|
|
6608
|
-
s(e).columns[s(e).type].length === 0 ? (T(), E("span",
|
|
6608
|
+
i("div", Cs, [
|
|
6609
|
+
s(e).columns[s(e).type].length === 0 ? (T(), E("span", Ss, z(r.$l("No Columns")), 1)) : G("", !0),
|
|
6609
6610
|
(T(!0), E(te, null, ie(s(e).columns[s(e).type], (_, u) => (T(), E("div", {
|
|
6610
6611
|
key: _.prop,
|
|
6611
6612
|
class: "columnItem flexMode vc hb h40 g8 p4-8 mb4 radius4 txt-nowrap"
|
|
6612
6613
|
}, [
|
|
6613
6614
|
i("span", null, z(r.$l(_.label)), 1),
|
|
6614
|
-
i("div",
|
|
6615
|
+
i("div", Ts, [
|
|
6615
6616
|
i("div", {
|
|
6616
6617
|
class: "tipbtn left",
|
|
6617
6618
|
txt: r.$l("Visible"),
|
|
6618
6619
|
onClick: (S) => b(_, u)
|
|
6619
6620
|
}, [...d[0] || (d[0] = [
|
|
6620
6621
|
i("i", { class: "imicon im-plus fs16" }, null, -1)
|
|
6621
|
-
])], 8,
|
|
6622
|
+
])], 8, As)
|
|
6622
6623
|
])
|
|
6623
6624
|
]))), 128))
|
|
6624
6625
|
])
|
|
@@ -6626,14 +6627,14 @@ const To = jl({
|
|
|
6626
6627
|
_: 1
|
|
6627
6628
|
})
|
|
6628
6629
|
]),
|
|
6629
|
-
i("div",
|
|
6630
|
-
i("div",
|
|
6630
|
+
i("div", xs, [
|
|
6631
|
+
i("div", ks, [
|
|
6631
6632
|
i("span", null, z(r.$l("Visible Columns")), 1),
|
|
6632
|
-
i("span",
|
|
6633
|
+
i("span", $s, z(s(e).visible.length), 1)
|
|
6633
6634
|
]),
|
|
6634
|
-
i("div",
|
|
6635
|
-
i("div",
|
|
6636
|
-
s(e).fixed.length === 0 ? (T(), E("span",
|
|
6635
|
+
i("div", Ms, [
|
|
6636
|
+
i("div", Os, [
|
|
6637
|
+
s(e).fixed.length === 0 ? (T(), E("span", Es, z(r.$l("No Fixed Columns")), 1)) : G("", !0),
|
|
6637
6638
|
R(c, { height: s(y) }, {
|
|
6638
6639
|
default: O(() => [
|
|
6639
6640
|
R(s(Re), {
|
|
@@ -6643,19 +6644,19 @@ const To = jl({
|
|
|
6643
6644
|
"ghost-class": "ghost"
|
|
6644
6645
|
}, {
|
|
6645
6646
|
item: O(({ element: _, index: u }) => [
|
|
6646
|
-
i("div",
|
|
6647
|
-
i("div",
|
|
6647
|
+
i("div", zs, [
|
|
6648
|
+
i("div", js, [
|
|
6648
6649
|
d[1] || (d[1] = i("i", { class: "imicon im-handle cursor-grab" }, null, -1)),
|
|
6649
6650
|
i("span", null, z(r.$l(_.label)), 1)
|
|
6650
6651
|
]),
|
|
6651
|
-
i("div",
|
|
6652
|
+
i("div", Ls, [
|
|
6652
6653
|
i("div", {
|
|
6653
6654
|
class: "tipbtn red left",
|
|
6654
6655
|
txt: r.$l("Unfixed"),
|
|
6655
6656
|
onClick: (S) => h(_, u)
|
|
6656
6657
|
}, [...d[2] || (d[2] = [
|
|
6657
6658
|
i("i", { class: "imicon im-download1 fs14" }, null, -1)
|
|
6658
|
-
])], 8,
|
|
6659
|
+
])], 8, Ns)
|
|
6659
6660
|
])
|
|
6660
6661
|
])
|
|
6661
6662
|
]),
|
|
@@ -6668,8 +6669,8 @@ const To = jl({
|
|
|
6668
6669
|
d[6] || (d[6] = i("div", { class: "p4-0" }, [
|
|
6669
6670
|
i("div", { class: "border-t" })
|
|
6670
6671
|
], -1)),
|
|
6671
|
-
i("div",
|
|
6672
|
-
s(e).visible.length === 0 ? (T(), E("span",
|
|
6672
|
+
i("div", Is, [
|
|
6673
|
+
s(e).visible.length === 0 ? (T(), E("span", Rs, z(r.$l("No Columns")), 1)) : G("", !0),
|
|
6673
6674
|
R(c, { height: s(k) }, {
|
|
6674
6675
|
default: O(() => [
|
|
6675
6676
|
R(s(Re), {
|
|
@@ -6680,26 +6681,26 @@ const To = jl({
|
|
|
6680
6681
|
"ghost-class": "ghost"
|
|
6681
6682
|
}, {
|
|
6682
6683
|
item: O(({ element: _, index: u }) => [
|
|
6683
|
-
i("div",
|
|
6684
|
-
i("div",
|
|
6684
|
+
i("div", Vs, [
|
|
6685
|
+
i("div", Ds, [
|
|
6685
6686
|
d[3] || (d[3] = i("i", { class: "imicon im-handle cursor-grab" }, null, -1)),
|
|
6686
6687
|
i("span", null, z(r.$l(_.label)), 1)
|
|
6687
6688
|
]),
|
|
6688
|
-
i("div",
|
|
6689
|
+
i("div", Ps, [
|
|
6689
6690
|
i("div", {
|
|
6690
6691
|
class: "tipbtn left",
|
|
6691
6692
|
txt: r.$l("Fixed"),
|
|
6692
6693
|
onClick: (S) => v(_, u)
|
|
6693
6694
|
}, [...d[4] || (d[4] = [
|
|
6694
6695
|
i("i", { class: "imicon im-download1 fs14 rotateZ180" }, null, -1)
|
|
6695
|
-
])], 8,
|
|
6696
|
+
])], 8, Bs),
|
|
6696
6697
|
i("div", {
|
|
6697
6698
|
class: "tipbtn red left",
|
|
6698
6699
|
txt: r.$l("Hide"),
|
|
6699
6700
|
onClick: (S) => m(_, u)
|
|
6700
6701
|
}, [...d[5] || (d[5] = [
|
|
6701
6702
|
i("i", { class: "imicon im-close fs14" }, null, -1)
|
|
6702
|
-
])], 8,
|
|
6703
|
+
])], 8, Fs)
|
|
6703
6704
|
])
|
|
6704
6705
|
])
|
|
6705
6706
|
]),
|
|
@@ -6718,10 +6719,10 @@ const To = jl({
|
|
|
6718
6719
|
}, 8, ["loading"]);
|
|
6719
6720
|
};
|
|
6720
6721
|
}
|
|
6721
|
-
}),
|
|
6722
|
+
}), Us = /* @__PURE__ */ ue(Hs, [["__scopeId", "data-v-1927ce52"]]), Ks = { class: "p16 border-b" }, Gs = { class: "flexMode vc g8" }, Js = {
|
|
6722
6723
|
key: 0,
|
|
6723
6724
|
class: "flexMode vc g8"
|
|
6724
|
-
},
|
|
6725
|
+
}, Ws = { class: "flexMode g16 hr vc" }, Ys = { class: "TheEnd p16" }, Zs = { class: "sticky flexMode vc hb p4-8 mt16 mb8 fs14 txt-dark9 z9 backdrop border-l4-primary bg-gray3 radius4" }, qs = { class: "fw700" }, Xs = { class: "flexMode vc g8" }, Qs = /* @__PURE__ */ Object.assign({
|
|
6725
6726
|
name: "MvcTableColumnDownload",
|
|
6726
6727
|
inheritAttrs: !1
|
|
6727
6728
|
}, {
|
|
@@ -6854,14 +6855,14 @@ const To = jl({
|
|
|
6854
6855
|
]),
|
|
6855
6856
|
submit: O(() => [...r[6] || (r[6] = [])]),
|
|
6856
6857
|
default: O(() => [
|
|
6857
|
-
i("div",
|
|
6858
|
+
i("div", Ks, [
|
|
6858
6859
|
R($, null, {
|
|
6859
6860
|
default: O(() => [
|
|
6860
|
-
i("div",
|
|
6861
|
+
i("div", Gs, [
|
|
6861
6862
|
i("span", null, z(w.$l("Total")), 1),
|
|
6862
6863
|
i("span", null, z(t.list.length), 1)
|
|
6863
6864
|
]),
|
|
6864
|
-
t.selection.length ? (T(), E("div",
|
|
6865
|
+
t.selection.length ? (T(), E("div", Js, [
|
|
6865
6866
|
i("span", null, z(w.$l("Selection")), 1),
|
|
6866
6867
|
i("span", null, z(t.selection.length), 1),
|
|
6867
6868
|
R(d, {
|
|
@@ -6870,7 +6871,7 @@ const To = jl({
|
|
|
6870
6871
|
label: w.$l("Only Selection")
|
|
6871
6872
|
}, null, 8, ["modelValue", "label"])
|
|
6872
6873
|
])) : G("", !0),
|
|
6873
|
-
i("div",
|
|
6874
|
+
i("div", Ws, [
|
|
6874
6875
|
R(c, { onClick: h }, {
|
|
6875
6876
|
icon: O(() => [...r[4] || (r[4] = [
|
|
6876
6877
|
i("i", { class: "imicon im-copy" }, null, -1)
|
|
@@ -6890,12 +6891,12 @@ const To = jl({
|
|
|
6890
6891
|
_: 1
|
|
6891
6892
|
})
|
|
6892
6893
|
]),
|
|
6893
|
-
i("div",
|
|
6894
|
+
i("div", Ys, [
|
|
6894
6895
|
(T(!0), E(te, null, ie(s(p), (g) => (T(), E("div", {
|
|
6895
6896
|
key: g.type
|
|
6896
6897
|
}, [
|
|
6897
|
-
i("div",
|
|
6898
|
-
i("span",
|
|
6898
|
+
i("div", Zs, [
|
|
6899
|
+
i("span", qs, z(g.label), 1),
|
|
6899
6900
|
R(d, {
|
|
6900
6901
|
modelValue: g.checkstatus,
|
|
6901
6902
|
"onUpdate:modelValue": (x) => g.checkstatus = x,
|
|
@@ -6915,7 +6916,7 @@ const To = jl({
|
|
|
6915
6916
|
default: O(() => {
|
|
6916
6917
|
var P;
|
|
6917
6918
|
return [
|
|
6918
|
-
i("div",
|
|
6919
|
+
i("div", Xs, [
|
|
6919
6920
|
i("span", null, z(x.label), 1),
|
|
6920
6921
|
(P = x.prop) != null && P.includes("country") ? (T(), J(_, {
|
|
6921
6922
|
key: 0,
|
|
@@ -6938,13 +6939,13 @@ const To = jl({
|
|
|
6938
6939
|
}, 16);
|
|
6939
6940
|
};
|
|
6940
6941
|
}
|
|
6941
|
-
}),
|
|
6942
|
+
}), er = { class: "MvcTable" }, lr = {
|
|
6942
6943
|
key: 0,
|
|
6943
6944
|
class: "flexMode vc"
|
|
6944
|
-
},
|
|
6945
|
+
}, ar = { class: "tableArea relative radius ctx-auto" }, tr = {
|
|
6945
6946
|
key: 1,
|
|
6946
6947
|
class: "flexMode vc h56 p16 xscroll nobar fadeout"
|
|
6947
|
-
},
|
|
6948
|
+
}, or = /* @__PURE__ */ Object.assign({
|
|
6948
6949
|
name: "MvcTable",
|
|
6949
6950
|
inheritAttrs: !1
|
|
6950
6951
|
}, {
|
|
@@ -7049,11 +7050,11 @@ const To = jl({
|
|
|
7049
7050
|
{
|
|
7050
7051
|
title: "Table Column Customization",
|
|
7051
7052
|
size: 1024,
|
|
7052
|
-
cpt: ze(
|
|
7053
|
+
cpt: ze(Us)
|
|
7053
7054
|
},
|
|
7054
7055
|
{
|
|
7055
7056
|
title: "Download from Current Table",
|
|
7056
|
-
cpt: ze(
|
|
7057
|
+
cpt: ze(Qs)
|
|
7057
7058
|
}
|
|
7058
7059
|
]
|
|
7059
7060
|
}), b = ne(null), { proxy: v } = ke();
|
|
@@ -7153,7 +7154,7 @@ const To = jl({
|
|
|
7153
7154
|
editRow: V
|
|
7154
7155
|
}), (H, Y) => {
|
|
7155
7156
|
const _e = I("el-button"), oe = I("Loading"), de = I("el-table"), Ce = I("el-pagination"), ye = I("Drawer");
|
|
7156
|
-
return T(), E("div",
|
|
7157
|
+
return T(), E("div", er, [
|
|
7157
7158
|
e.noheader === !1 ? (T(), E("div", {
|
|
7158
7159
|
key: 0,
|
|
7159
7160
|
class: K(["flexMode hb g12 p16 bg-white", e.autoHeader ? "minh64" : "h64"])
|
|
@@ -7163,7 +7164,7 @@ const To = jl({
|
|
|
7163
7164
|
}, [
|
|
7164
7165
|
Z(H.$slots, "header", {}, void 0, !0)
|
|
7165
7166
|
], 2),
|
|
7166
|
-
s(be) ? (T(), E("div",
|
|
7167
|
+
s(be) ? (T(), E("div", lr, [
|
|
7167
7168
|
s(be).refresh ? (T(), J(_e, {
|
|
7168
7169
|
key: 0,
|
|
7169
7170
|
onClick: $
|
|
@@ -7202,7 +7203,7 @@ const To = jl({
|
|
|
7202
7203
|
})) : G("", !0)
|
|
7203
7204
|
])) : G("", !0)
|
|
7204
7205
|
], 2)) : G("", !0),
|
|
7205
|
-
i("div",
|
|
7206
|
+
i("div", ar, [
|
|
7206
7207
|
R(oe, {
|
|
7207
7208
|
loading: s(o).loading
|
|
7208
7209
|
}, null, 8, ["loading"]),
|
|
@@ -7222,7 +7223,7 @@ const To = jl({
|
|
|
7222
7223
|
onSelectionChange: c
|
|
7223
7224
|
}, {
|
|
7224
7225
|
default: O(() => [
|
|
7225
|
-
R(s(
|
|
7226
|
+
R(s(ps), fe({
|
|
7226
7227
|
"table-name": e.tableName,
|
|
7227
7228
|
column: s(be) ? s(be).column : !1
|
|
7228
7229
|
}, H.$attrs), {
|
|
@@ -7235,7 +7236,7 @@ const To = jl({
|
|
|
7235
7236
|
_: 3
|
|
7236
7237
|
}, 8, ["height", "data", "default-expand-all", "row-key", "show-summary"]))
|
|
7237
7238
|
]),
|
|
7238
|
-
e.nofooter === !1 ? (T(), E("div",
|
|
7239
|
+
e.nofooter === !1 ? (T(), E("div", tr, [
|
|
7239
7240
|
R(Ce, {
|
|
7240
7241
|
"current-page": s(n).page,
|
|
7241
7242
|
"onUpdate:currentPage": Y[0] || (Y[0] = (pe) => s(n).page = pe),
|
|
@@ -7262,10 +7263,10 @@ const To = jl({
|
|
|
7262
7263
|
]);
|
|
7263
7264
|
};
|
|
7264
7265
|
}
|
|
7265
|
-
}),
|
|
7266
|
+
}), nr = /* @__PURE__ */ ue(or, [["__scopeId", "data-v-f79bf58d"]]), sr = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
7266
7267
|
__proto__: null,
|
|
7267
|
-
default:
|
|
7268
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
7268
|
+
default: nr
|
|
7269
|
+
}, Symbol.toStringTag, { value: "Module" })), rr = { class: "minh480 pt16" }, ir = /* @__PURE__ */ Object.assign({
|
|
7269
7270
|
name: "MvcTabs",
|
|
7270
7271
|
inheritAttrs: !1
|
|
7271
7272
|
}, {
|
|
@@ -7339,16 +7340,16 @@ const To = jl({
|
|
|
7339
7340
|
disabled: t.disabled,
|
|
7340
7341
|
"onUpdate:modelValue": f
|
|
7341
7342
|
}, null, 8, ["model-value", "options", "value-key", "label-key", "icon-key", "icon-class", "disabled"]),
|
|
7342
|
-
i("div",
|
|
7343
|
+
i("div", rr, [
|
|
7343
7344
|
s(v) ? (T(), J(zl(s(v)), Pe(fe({ key: 0 }, s(h))), null, 16)) : G("", !0)
|
|
7344
7345
|
])
|
|
7345
7346
|
], 16);
|
|
7346
7347
|
};
|
|
7347
7348
|
}
|
|
7348
|
-
}),
|
|
7349
|
+
}), cr = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
7349
7350
|
__proto__: null,
|
|
7350
|
-
default:
|
|
7351
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
7351
|
+
default: ir
|
|
7352
|
+
}, Symbol.toStringTag, { value: "Module" })), ur = /* @__PURE__ */ Object.assign({
|
|
7352
7353
|
name: "MvcTextarea",
|
|
7353
7354
|
inheritAttrs: !1
|
|
7354
7355
|
}, {
|
|
@@ -7441,31 +7442,31 @@ const To = jl({
|
|
|
7441
7442
|
}, r.$attrs, { onInput: m }), null, 16, ["modelValue", "rows", "style", "input-style", "show-word-limit", "maxlength"]);
|
|
7442
7443
|
};
|
|
7443
7444
|
}
|
|
7444
|
-
}),
|
|
7445
|
+
}), dr = /* @__PURE__ */ ue(ur, [["__scopeId", "data-v-4dba94bf"]]), pr = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
7445
7446
|
__proto__: null,
|
|
7446
|
-
default:
|
|
7447
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
7447
|
+
default: dr
|
|
7448
|
+
}, Symbol.toStringTag, { value: "Module" })), fr = { class: "hp100 flexMode g16 p16" }, mr = { class: "w200 hp100 border radius8 fs14" }, hr = { class: "flexMode vc h36 p8 bg-gray3 border-b txt-nowrap" }, br = { class: "p4" }, vr = ["onClick"], gr = { class: "txt-nowrap" }, _r = {
|
|
7448
7449
|
class: "flexMode vs hp100 border radius8",
|
|
7449
7450
|
style: { width: "calc(100% - 12.5rem)" }
|
|
7450
|
-
},
|
|
7451
|
+
}, yr = { class: "wp50 border-r fs14" }, wr = { class: "flexMode vc g8 h36 p8 bg-gray3 border-b txt-nowrap" }, Cr = { class: "tagArea blue small" }, Sr = { class: "p4" }, Tr = {
|
|
7451
7452
|
key: 0,
|
|
7452
7453
|
class: "absCenter tag rect"
|
|
7453
|
-
},
|
|
7454
|
+
}, Ar = { class: "flexMode vc g8" }, xr = ["txt", "onClick"], kr = { class: "wp50 border-r fs14" }, $r = { class: "flexMode vc g8 h36 p8 bg-gray3 border-b txt-nowrap" }, Mr = { class: "tagArea blue small" }, Or = {
|
|
7454
7455
|
class: "relative",
|
|
7455
7456
|
style: { height: "calc(100% - 2.25rem)" }
|
|
7456
|
-
},
|
|
7457
|
+
}, Er = {
|
|
7457
7458
|
class: "relative p4 bg-body",
|
|
7458
7459
|
style: { height: "30%" }
|
|
7459
|
-
},
|
|
7460
|
+
}, zr = {
|
|
7460
7461
|
key: 0,
|
|
7461
7462
|
class: "absCenter tag rect"
|
|
7462
|
-
},
|
|
7463
|
+
}, jr = { class: "columnItem flexMode vc hb h40 g8 p4-8 mb4 radius4 border bg-white" }, Lr = { class: "flexMode vc g8 txt-nowrap" }, Nr = { class: "flexMode vc g8" }, Ir = ["txt", "onClick"], Rr = { class: "h16 flexMode hc vc g4" }, Vr = { class: "fs10" }, Dr = {
|
|
7463
7464
|
class: "relative p4",
|
|
7464
7465
|
style: { height: "calc(70% - 1rem)" }
|
|
7465
|
-
},
|
|
7466
|
+
}, Pr = {
|
|
7466
7467
|
key: 0,
|
|
7467
7468
|
class: "absCenter tag rect"
|
|
7468
|
-
},
|
|
7469
|
+
}, Br = { class: "columnItem flexMode vc hb h40 g8 p4-8 mb4 radius4 border" }, Fr = { class: "flexMode vc g8 txt-nowrap" }, Hr = { class: "flexMode vc g4" }, Ur = ["txt", "onClick"], Kr = ["txt", "onClick"], Gr = /* @__PURE__ */ Object.assign({
|
|
7469
7470
|
name: "MvcVTableColumnConfig",
|
|
7470
7471
|
inheritAttrs: !1
|
|
7471
7472
|
}, {
|
|
@@ -7557,42 +7558,42 @@ const To = jl({
|
|
|
7557
7558
|
onSubmit: C
|
|
7558
7559
|
}, {
|
|
7559
7560
|
default: O(() => [
|
|
7560
|
-
i("div",
|
|
7561
|
-
i("div",
|
|
7562
|
-
i("div",
|
|
7563
|
-
i("div",
|
|
7561
|
+
i("div", fr, [
|
|
7562
|
+
i("div", mr, [
|
|
7563
|
+
i("div", hr, z(r.$l("Column Type")), 1),
|
|
7564
|
+
i("div", br, [
|
|
7564
7565
|
(T(!0), E(te, null, ie(s(w), (_) => (T(), E("div", {
|
|
7565
7566
|
key: _.value,
|
|
7566
7567
|
class: K(["typeItem p8-16 mb4 radius4", [s(e).type === _.value && "active", _.hide && "hide"]]),
|
|
7567
7568
|
onClick: (u) => f(_.value)
|
|
7568
7569
|
}, [
|
|
7569
|
-
i("span",
|
|
7570
|
-
], 10,
|
|
7570
|
+
i("span", gr, z(_.label), 1)
|
|
7571
|
+
], 10, vr))), 128))
|
|
7571
7572
|
])
|
|
7572
7573
|
]),
|
|
7573
|
-
i("div",
|
|
7574
|
-
i("div",
|
|
7575
|
-
i("div",
|
|
7574
|
+
i("div", _r, [
|
|
7575
|
+
i("div", yr, [
|
|
7576
|
+
i("div", wr, [
|
|
7576
7577
|
i("span", null, z(r.$l("Columns")), 1),
|
|
7577
|
-
i("span",
|
|
7578
|
+
i("span", Cr, z(s(e).columns[s(e).type].length), 1)
|
|
7578
7579
|
]),
|
|
7579
7580
|
R(c, { style: { height: "calc(100% - 2.25rem)" } }, {
|
|
7580
7581
|
default: O(() => [
|
|
7581
|
-
i("div",
|
|
7582
|
-
s(e).columns[s(e).type].length === 0 ? (T(), E("span",
|
|
7582
|
+
i("div", Sr, [
|
|
7583
|
+
s(e).columns[s(e).type].length === 0 ? (T(), E("span", Tr, z(r.$l("No Columns")), 1)) : G("", !0),
|
|
7583
7584
|
(T(!0), E(te, null, ie(s(e).columns[s(e).type], (_, u) => (T(), E("div", {
|
|
7584
7585
|
key: _.prop,
|
|
7585
7586
|
class: "columnItem flexMode vc hb h40 g8 p4-8 mb4 border radius4 txt-nowrap"
|
|
7586
7587
|
}, [
|
|
7587
7588
|
i("span", null, z(r.$l(_.label)), 1),
|
|
7588
|
-
i("div",
|
|
7589
|
+
i("div", Ar, [
|
|
7589
7590
|
i("div", {
|
|
7590
7591
|
class: "tipbtn left",
|
|
7591
7592
|
txt: r.$l("Visible"),
|
|
7592
7593
|
onClick: (S) => b(_, u)
|
|
7593
7594
|
}, [...d[0] || (d[0] = [
|
|
7594
7595
|
i("i", { class: "imicon im-plus-square fs20 txt-p hover" }, null, -1)
|
|
7595
|
-
])], 8,
|
|
7596
|
+
])], 8, xr)
|
|
7596
7597
|
])
|
|
7597
7598
|
]))), 128))
|
|
7598
7599
|
])
|
|
@@ -7600,14 +7601,14 @@ const To = jl({
|
|
|
7600
7601
|
_: 1
|
|
7601
7602
|
})
|
|
7602
7603
|
]),
|
|
7603
|
-
i("div",
|
|
7604
|
-
i("div",
|
|
7604
|
+
i("div", kr, [
|
|
7605
|
+
i("div", $r, [
|
|
7605
7606
|
i("span", null, z(r.$l("Visible Columns")), 1),
|
|
7606
|
-
i("span",
|
|
7607
|
+
i("span", Mr, z(s(e).visible.length), 1)
|
|
7607
7608
|
]),
|
|
7608
|
-
i("div",
|
|
7609
|
-
i("div",
|
|
7610
|
-
s(e).fixed.length === 0 ? (T(), E("span",
|
|
7609
|
+
i("div", Or, [
|
|
7610
|
+
i("div", Er, [
|
|
7611
|
+
s(e).fixed.length === 0 ? (T(), E("span", zr, z(r.$l("No Fixed Columns")), 1)) : G("", !0),
|
|
7611
7612
|
R(c, { height: s(y) }, {
|
|
7612
7613
|
default: O(() => [
|
|
7613
7614
|
R(s(Re), {
|
|
@@ -7617,21 +7618,21 @@ const To = jl({
|
|
|
7617
7618
|
"ghost-class": "ghost"
|
|
7618
7619
|
}, {
|
|
7619
7620
|
item: O(({ element: _, index: u }) => [
|
|
7620
|
-
i("div",
|
|
7621
|
-
i("div",
|
|
7621
|
+
i("div", jr, [
|
|
7622
|
+
i("div", Lr, [
|
|
7622
7623
|
d[1] || (d[1] = i("div", { class: "flexMode hc vc w24 h24 radius4 grab hover-bg-fa" }, [
|
|
7623
7624
|
i("i", { class: "imicon im-handle" })
|
|
7624
7625
|
], -1)),
|
|
7625
7626
|
i("span", null, z(r.$l(_.label)), 1)
|
|
7626
7627
|
]),
|
|
7627
|
-
i("div",
|
|
7628
|
+
i("div", Nr, [
|
|
7628
7629
|
i("div", {
|
|
7629
7630
|
class: "tipbtn red left",
|
|
7630
7631
|
txt: r.$l("Unfixed"),
|
|
7631
7632
|
onClick: (S) => h(_, u)
|
|
7632
7633
|
}, [...d[2] || (d[2] = [
|
|
7633
7634
|
i("i", { class: "imicon im-minus-square fs20 txt-p hover" }, null, -1)
|
|
7634
|
-
])], 8,
|
|
7635
|
+
])], 8, Ir)
|
|
7635
7636
|
])
|
|
7636
7637
|
])
|
|
7637
7638
|
]),
|
|
@@ -7641,13 +7642,13 @@ const To = jl({
|
|
|
7641
7642
|
_: 1
|
|
7642
7643
|
}, 8, ["height"])
|
|
7643
7644
|
]),
|
|
7644
|
-
i("div",
|
|
7645
|
+
i("div", Rr, [
|
|
7645
7646
|
d[3] || (d[3] = i("i", { class: "imicon im-doubleup fs12" }, null, -1)),
|
|
7646
|
-
i("span",
|
|
7647
|
+
i("span", Vr, z(r.$l("Fixed")), 1),
|
|
7647
7648
|
d[4] || (d[4] = i("i", { class: "imicon im-doubleup fs12" }, null, -1))
|
|
7648
7649
|
]),
|
|
7649
|
-
i("div",
|
|
7650
|
-
s(e).visible.length === 0 ? (T(), E("span",
|
|
7650
|
+
i("div", Dr, [
|
|
7651
|
+
s(e).visible.length === 0 ? (T(), E("span", Pr, z(r.$l("No Columns")), 1)) : G("", !0),
|
|
7651
7652
|
R(c, { height: s(k) }, {
|
|
7652
7653
|
default: O(() => [
|
|
7653
7654
|
R(s(Re), {
|
|
@@ -7658,28 +7659,28 @@ const To = jl({
|
|
|
7658
7659
|
"ghost-class": "ghost"
|
|
7659
7660
|
}, {
|
|
7660
7661
|
item: O(({ element: _, index: u }) => [
|
|
7661
|
-
i("div",
|
|
7662
|
-
i("div",
|
|
7662
|
+
i("div", Br, [
|
|
7663
|
+
i("div", Fr, [
|
|
7663
7664
|
d[5] || (d[5] = i("div", { class: "flexMode hc vc w24 h24 radius4 grab hover-bg-fa" }, [
|
|
7664
7665
|
i("i", { class: "imicon im-handle" })
|
|
7665
7666
|
], -1)),
|
|
7666
7667
|
i("span", null, z(r.$l(_.label)), 1)
|
|
7667
7668
|
]),
|
|
7668
|
-
i("div",
|
|
7669
|
+
i("div", Hr, [
|
|
7669
7670
|
i("div", {
|
|
7670
7671
|
class: "tipbtn left",
|
|
7671
7672
|
txt: r.$l("Fixed"),
|
|
7672
7673
|
onClick: (S) => v(_, u)
|
|
7673
7674
|
}, [...d[6] || (d[6] = [
|
|
7674
7675
|
i("i", { class: "imicon im-plus-square fs20 txt-p hover" }, null, -1)
|
|
7675
|
-
])], 8,
|
|
7676
|
+
])], 8, Ur),
|
|
7676
7677
|
i("div", {
|
|
7677
7678
|
class: "tipbtn red left",
|
|
7678
7679
|
txt: r.$l("Hide"),
|
|
7679
7680
|
onClick: (S) => m(_, u)
|
|
7680
7681
|
}, [...d[7] || (d[7] = [
|
|
7681
7682
|
i("i", { class: "imicon im-close-square fs20 txt-p hover" }, null, -1)
|
|
7682
|
-
])], 8,
|
|
7683
|
+
])], 8, Kr)
|
|
7683
7684
|
])
|
|
7684
7685
|
])
|
|
7685
7686
|
]),
|
|
@@ -7698,7 +7699,7 @@ const To = jl({
|
|
|
7698
7699
|
}, 8, ["loading"]);
|
|
7699
7700
|
};
|
|
7700
7701
|
}
|
|
7701
|
-
}),
|
|
7702
|
+
}), Jr = /* @__PURE__ */ ue(Gr, [["__scopeId", "data-v-73161392"]]), Wr = { class: "p16" }, Yr = { class: "flexMode vc hb p16 border radius8 bg-white" }, Zr = { class: "flexMode vc g8" }, qr = { class: "m0" }, Xr = { class: "p16" }, Qr = { class: "sticky flexMode vc g16 pb16 z9 backdrop radius4" }, ei = { class: "fw700" }, li = { class: "flexMode vc g8" }, ai = /* @__PURE__ */ Object.assign({
|
|
7702
7703
|
name: "MvcVTableColumnDownload",
|
|
7703
7704
|
inheritAttrs: !1
|
|
7704
7705
|
}, {
|
|
@@ -7853,11 +7854,11 @@ const To = jl({
|
|
|
7853
7854
|
]),
|
|
7854
7855
|
submit: O(() => [...c[6] || (c[6] = [])]),
|
|
7855
7856
|
default: O(() => [
|
|
7856
|
-
i("div",
|
|
7857
|
-
i("div",
|
|
7857
|
+
i("div", Wr, [
|
|
7858
|
+
i("div", Yr, [
|
|
7858
7859
|
i("div", null, [
|
|
7859
|
-
i("div",
|
|
7860
|
-
i("h4",
|
|
7860
|
+
i("div", Zr, [
|
|
7861
|
+
i("h4", qr, z(d.$l("Total")), 1),
|
|
7861
7862
|
i("span", null, z(t.list.length), 1)
|
|
7862
7863
|
]),
|
|
7863
7864
|
t.selection.length ? (T(), J($, {
|
|
@@ -7909,12 +7910,12 @@ const To = jl({
|
|
|
7909
7910
|
})
|
|
7910
7911
|
])
|
|
7911
7912
|
]),
|
|
7912
|
-
i("div",
|
|
7913
|
+
i("div", Xr, [
|
|
7913
7914
|
(T(!0), E(te, null, ie(s(p), (V) => (T(), E("div", {
|
|
7914
7915
|
key: V.type
|
|
7915
7916
|
}, [
|
|
7916
|
-
i("div",
|
|
7917
|
-
i("span",
|
|
7917
|
+
i("div", Qr, [
|
|
7918
|
+
i("span", ei, z(V.label), 1),
|
|
7918
7919
|
R($, {
|
|
7919
7920
|
modelValue: V.checkstatus,
|
|
7920
7921
|
"onUpdate:modelValue": (B) => V.checkstatus = B,
|
|
@@ -7934,7 +7935,7 @@ const To = jl({
|
|
|
7934
7935
|
default: O(() => {
|
|
7935
7936
|
var he;
|
|
7936
7937
|
return [
|
|
7937
|
-
i("div",
|
|
7938
|
+
i("div", li, [
|
|
7938
7939
|
i("span", null, z(B.label), 1),
|
|
7939
7940
|
(he = B.prop) != null && he.includes("country") ? (T(), J(x, {
|
|
7940
7941
|
key: 0,
|
|
@@ -7958,7 +7959,7 @@ const To = jl({
|
|
|
7958
7959
|
};
|
|
7959
7960
|
}
|
|
7960
7961
|
});
|
|
7961
|
-
class
|
|
7962
|
+
class ti {
|
|
7962
7963
|
constructor(a) {
|
|
7963
7964
|
this.editorType = "Input", this.eventHandlers = [], this.editorConfig = a != null && typeof a == "object" && !Array.isArray(a) ? a : /* @__PURE__ */ Object.create(null);
|
|
7964
7965
|
}
|
|
@@ -8054,14 +8055,14 @@ class ai {
|
|
|
8054
8055
|
}
|
|
8055
8056
|
}
|
|
8056
8057
|
const Sl = /* @__PURE__ */ new Set();
|
|
8057
|
-
function
|
|
8058
|
+
function oi(l, a, t) {
|
|
8058
8059
|
const e = String(l || "t").replace(/[^a-zA-Z0-9_]/g, "_"), o = String(a || "c").replace(/[^a-zA-Z0-9_]/g, "_"), n = `mvframe_input_${e}_${o}`;
|
|
8059
8060
|
if (Sl.has(n))
|
|
8060
8061
|
return n;
|
|
8061
8062
|
const f = t != null && typeof t == "object" && !Array.isArray(t) ? t : /* @__PURE__ */ Object.create(null);
|
|
8062
|
-
return Il(n, new
|
|
8063
|
+
return Il(n, new ti(f)), Sl.add(n), n;
|
|
8063
8064
|
}
|
|
8064
|
-
const
|
|
8065
|
+
const ni = /* @__PURE__ */ Object.assign({
|
|
8065
8066
|
name: "VTableElementSelectEditor",
|
|
8066
8067
|
inheritAttrs: !1
|
|
8067
8068
|
}, {
|
|
@@ -8132,7 +8133,7 @@ const oi = /* @__PURE__ */ Object.assign({
|
|
|
8132
8133
|
};
|
|
8133
8134
|
}
|
|
8134
8135
|
}), Tl = /* @__PURE__ */ new Set();
|
|
8135
|
-
class
|
|
8136
|
+
class si {
|
|
8136
8137
|
constructor(a) {
|
|
8137
8138
|
this.editorConfig = a || /* @__PURE__ */ Object.create(null), this.editorType = "Input", this.container = null, this.successCallback = null, this._rootEl = null, this._app = null, this._current = void 0;
|
|
8138
8139
|
}
|
|
@@ -8147,7 +8148,7 @@ class ni {
|
|
|
8147
8148
|
const { container: t, value: e, referencePosition: o, endEdit: n } = a;
|
|
8148
8149
|
this.container = t, this.successCallback = n, this._current = e, this._rootEl = document.createElement("div"), this._rootEl.className = "MvcVTableElementSelectRoot", this._rootEl.style.position = "absolute", this._rootEl.style.boxSizing = "border-box", this._rootEl.style.zIndex = "30", t.appendChild(this._rootEl);
|
|
8149
8150
|
const f = this.editorConfig.values ?? [];
|
|
8150
|
-
this._app = ka(
|
|
8151
|
+
this._app = ka(ni, {
|
|
8151
8152
|
modelValue: e,
|
|
8152
8153
|
values: f,
|
|
8153
8154
|
onCommit: (b) => {
|
|
@@ -8192,19 +8193,19 @@ class ni {
|
|
|
8192
8193
|
this._rootEl = null, this.container = null;
|
|
8193
8194
|
}
|
|
8194
8195
|
}
|
|
8195
|
-
function
|
|
8196
|
+
function ri(l, a, t) {
|
|
8196
8197
|
if (!Array.isArray(t) || !t.length)
|
|
8197
8198
|
return "";
|
|
8198
8199
|
const e = String(l || "t").replace(/[^a-zA-Z0-9_]/g, "_"), o = String(a || "c").replace(/[^a-zA-Z0-9_]/g, "_"), n = `mvframe_list_${e}_${o}`;
|
|
8199
8200
|
return Tl.has(n) || (Il(
|
|
8200
8201
|
n,
|
|
8201
|
-
new
|
|
8202
|
+
new si({ values: [...t] })
|
|
8202
8203
|
), Tl.add(n)), n;
|
|
8203
8204
|
}
|
|
8204
8205
|
function re(l, a = "") {
|
|
8205
8206
|
return typeof document > "u" ? a : getComputedStyle(document.documentElement).getPropertyValue(l).trim() || a;
|
|
8206
8207
|
}
|
|
8207
|
-
const
|
|
8208
|
+
const ii = 8;
|
|
8208
8209
|
function Al(l, a) {
|
|
8209
8210
|
var w, r;
|
|
8210
8211
|
if (typeof l != "string" || !l || typeof document > "u")
|
|
@@ -8253,7 +8254,7 @@ function ta(l) {
|
|
|
8253
8254
|
return null;
|
|
8254
8255
|
if (a.length > 1)
|
|
8255
8256
|
for (let t = 0; t < a.length; t++)
|
|
8256
|
-
a[t].marginRight = t < a.length - 1 ?
|
|
8257
|
+
a[t].marginRight = t < a.length - 1 ? ii : 0;
|
|
8257
8258
|
return a.length === 1 ? a[0] : a;
|
|
8258
8259
|
}
|
|
8259
8260
|
return typeof l == "string" ? Al(l) : l && typeof l == "object" && typeof l.name == "string" ? Al(l.name, l) : null;
|
|
@@ -8265,7 +8266,7 @@ function oa(l) {
|
|
|
8265
8266
|
function na(l) {
|
|
8266
8267
|
return `_${l}EditorLoading`;
|
|
8267
8268
|
}
|
|
8268
|
-
function
|
|
8269
|
+
function ci(l, a, t, e) {
|
|
8269
8270
|
const o = typeof t == "string" && t ? t : e(a), n = l.disable;
|
|
8270
8271
|
l.disable = (f) => {
|
|
8271
8272
|
try {
|
|
@@ -8277,15 +8278,15 @@ function ii(l, a, t, e) {
|
|
|
8277
8278
|
return typeof n == "function" ? n(f) : n === !0;
|
|
8278
8279
|
};
|
|
8279
8280
|
}
|
|
8280
|
-
function
|
|
8281
|
-
|
|
8281
|
+
function ui(l, a, t) {
|
|
8282
|
+
ci(
|
|
8282
8283
|
l,
|
|
8283
8284
|
a,
|
|
8284
8285
|
t,
|
|
8285
8286
|
oa
|
|
8286
8287
|
);
|
|
8287
8288
|
}
|
|
8288
|
-
function
|
|
8289
|
+
function di(l, a, t) {
|
|
8289
8290
|
const e = typeof t == "string" && t ? t : na(a), o = l.editor;
|
|
8290
8291
|
if (o != null) {
|
|
8291
8292
|
if (typeof o == "string") {
|
|
@@ -8326,7 +8327,7 @@ const Ge = {
|
|
|
8326
8327
|
/** 仅一列时两侧外边都去掉 */
|
|
8327
8328
|
noOuterBoth: [1, 0, 1, 0]
|
|
8328
8329
|
};
|
|
8329
|
-
function
|
|
8330
|
+
function pi(l) {
|
|
8330
8331
|
const a = l.field;
|
|
8331
8332
|
if (!a)
|
|
8332
8333
|
return;
|
|
@@ -8356,7 +8357,7 @@ function Je(l, a) {
|
|
|
8356
8357
|
...o && typeof o == "object" ? o : {}
|
|
8357
8358
|
}, borderLineWidth: t });
|
|
8358
8359
|
}
|
|
8359
|
-
function
|
|
8360
|
+
function fi(l, a) {
|
|
8360
8361
|
if (!l || !(a != null && a.length))
|
|
8361
8362
|
return;
|
|
8362
8363
|
const t = `${l}_Column`;
|
|
@@ -8376,7 +8377,7 @@ function pi(l, a) {
|
|
|
8376
8377
|
}));
|
|
8377
8378
|
localStorage.setItem(t, JSON.stringify(e));
|
|
8378
8379
|
}
|
|
8379
|
-
function
|
|
8380
|
+
function mi(l) {
|
|
8380
8381
|
if (!l)
|
|
8381
8382
|
return null;
|
|
8382
8383
|
try {
|
|
@@ -8386,13 +8387,13 @@ function fi(l) {
|
|
|
8386
8387
|
return null;
|
|
8387
8388
|
}
|
|
8388
8389
|
}
|
|
8389
|
-
function
|
|
8390
|
+
function hi({
|
|
8390
8391
|
tableName: l,
|
|
8391
8392
|
columnMetas: a,
|
|
8392
8393
|
summaryData: t,
|
|
8393
8394
|
summaryMetricProp: e
|
|
8394
8395
|
}) {
|
|
8395
|
-
const o = Array.isArray(a) ? a.filter((p) => p != null) : [], n =
|
|
8396
|
+
const o = Array.isArray(a) ? a.filter((p) => p != null) : [], n = mi(l);
|
|
8396
8397
|
let f;
|
|
8397
8398
|
n != null && n.length ? f = n.slice().sort((p, y) => p.sort - y.sort).filter((p) => p != null && p.visible) : f = o.map((p, y) => ({
|
|
8398
8399
|
prop: p.type === "selection" ? Me : p.field,
|
|
@@ -8433,7 +8434,7 @@ function mi({
|
|
|
8433
8434
|
delete k.inputEditor, delete k.inputEditorConfig;
|
|
8434
8435
|
const S = k.editorValues;
|
|
8435
8436
|
if (delete k.editorValues, _ && l && p.prop != null && p.prop !== "") {
|
|
8436
|
-
const g =
|
|
8437
|
+
const g = oi(
|
|
8437
8438
|
l,
|
|
8438
8439
|
p.prop,
|
|
8439
8440
|
u
|
|
@@ -8441,7 +8442,7 @@ function mi({
|
|
|
8441
8442
|
g && (k.editor = g);
|
|
8442
8443
|
}
|
|
8443
8444
|
if (Array.isArray(S) && S.length && l) {
|
|
8444
|
-
const g =
|
|
8445
|
+
const g = ri(
|
|
8445
8446
|
l,
|
|
8446
8447
|
p.prop,
|
|
8447
8448
|
S
|
|
@@ -8461,11 +8462,11 @@ function mi({
|
|
|
8461
8462
|
const _ = ta(w);
|
|
8462
8463
|
_ && (c.icon = _);
|
|
8463
8464
|
}
|
|
8464
|
-
if (c.cellType === "switch" && p.prop != null && p.prop !== "" && (
|
|
8465
|
+
if (c.cellType === "switch" && p.prop != null && p.prop !== "" && (pi(c), ui(
|
|
8465
8466
|
c,
|
|
8466
8467
|
p.prop,
|
|
8467
8468
|
y != null && y.vtable && typeof y.vtable.switchLoadingKey == "string" ? y.vtable.switchLoadingKey : void 0
|
|
8468
|
-
)), c.editor && p.prop != null && p.prop !== "" &&
|
|
8469
|
+
)), c.editor && p.prop != null && p.prop !== "" && di(
|
|
8469
8470
|
c,
|
|
8470
8471
|
p.prop,
|
|
8471
8472
|
y != null && y.vtable && typeof y.vtable.editorLoadingKey == "string" ? y.vtable.editorLoadingKey : void 0
|
|
@@ -8497,7 +8498,7 @@ function xl(l, a) {
|
|
|
8497
8498
|
if (a != null)
|
|
8498
8499
|
return typeof a == "function" ? a(l) : a[l];
|
|
8499
8500
|
}
|
|
8500
|
-
function
|
|
8501
|
+
function bi(l = {}) {
|
|
8501
8502
|
const { frameSideLines: a = !1 } = l, t = re("--color-border", "#e5e5e5"), e = re("--color-white", "#ffffff"), o = re("--color-bg-page-header", e), n = re("--color-bg-menu-children", "#f9f9f9"), f = re("--color-txt-h2", "#333333"), b = re("--color-txt-p", "#555555"), v = re("--color-primary", "#007bff"), h = re("--color-primary-bg-txt", "rgba(0, 123, 255, 0.12)"), m = re(
|
|
8502
8503
|
"--color-vtable-hover-cross",
|
|
8503
8504
|
"rgba(0, 123, 255, 0.045)"
|
|
@@ -8619,7 +8620,7 @@ function hi(l = {}) {
|
|
|
8619
8620
|
};
|
|
8620
8621
|
return new Va(w, Da);
|
|
8621
8622
|
}
|
|
8622
|
-
function
|
|
8623
|
+
function vi(l = {}) {
|
|
8623
8624
|
const a = re("--color-txt-tip", "#999999"), t = typeof document < "u" && getComputedStyle(document.body).fontFamily || "system-ui,sans-serif", e = typeof globalThis.$l == "function" && globalThis.$l("No Data") || "No Data", o = l.text !== void 0 && l.text !== "" ? l.text : e, n = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 96 96" width="96" height="96"><g fill="none" stroke="${a}" stroke-width="2.25" stroke-linecap="round" stroke-linejoin="round" opacity="0.5"><rect x="16" y="28" width="64" height="48" rx="4"/><path d="M16 40h64"/><ellipse cx="48" cy="52" rx="14" ry="6"/></g><circle cx="48" cy="20" r="7" fill="${a}" opacity="0.18"/></svg>`;
|
|
8624
8625
|
return {
|
|
8625
8626
|
displayMode: "basedOnContainer",
|
|
@@ -8640,13 +8641,13 @@ function bi(l = {}) {
|
|
|
8640
8641
|
}
|
|
8641
8642
|
};
|
|
8642
8643
|
}
|
|
8643
|
-
const
|
|
8644
|
+
const gi = {
|
|
8644
8645
|
key: 0,
|
|
8645
8646
|
class: "flexMode vc"
|
|
8646
|
-
},
|
|
8647
|
+
}, _i = { class: "tableArea relative radius ctx-auto" }, yi = {
|
|
8647
8648
|
key: 1,
|
|
8648
8649
|
class: "tableFooter relative flexMode vc h56 p16 xscroll nobar z9"
|
|
8649
|
-
},
|
|
8650
|
+
}, wi = /* @__PURE__ */ Object.assign({
|
|
8650
8651
|
name: "MvcVTable",
|
|
8651
8652
|
inheritAttrs: !1
|
|
8652
8653
|
}, {
|
|
@@ -8811,11 +8812,11 @@ const vi = {
|
|
|
8811
8812
|
{
|
|
8812
8813
|
title: "Table Column Customization",
|
|
8813
8814
|
size: 1024,
|
|
8814
|
-
cpt: ze(
|
|
8815
|
+
cpt: ze(Jr)
|
|
8815
8816
|
},
|
|
8816
8817
|
{
|
|
8817
8818
|
title: "Download from Current Table",
|
|
8818
|
-
cpt: ze(
|
|
8819
|
+
cpt: ze(ai)
|
|
8819
8820
|
}
|
|
8820
8821
|
]
|
|
8821
8822
|
}), b = ne(null), v = $a(null);
|
|
@@ -8832,7 +8833,7 @@ const vi = {
|
|
|
8832
8833
|
d();
|
|
8833
8834
|
}), me(() => {
|
|
8834
8835
|
var M;
|
|
8835
|
-
e.tableName && ((M = e.columnMetas) != null && M.length) &&
|
|
8836
|
+
e.tableName && ((M = e.columnMetas) != null && M.length) && fi(e.tableName, e.columnMetas), typeof MutationObserver < "u" && (C = new MutationObserver(() => {
|
|
8836
8837
|
clearTimeout(A), A = setTimeout(de, 80);
|
|
8837
8838
|
}), C.observe(document.documentElement, {
|
|
8838
8839
|
attributes: !0,
|
|
@@ -8849,7 +8850,7 @@ const vi = {
|
|
|
8849
8850
|
for (const N of M)
|
|
8850
8851
|
(!(Me in N) || N[Me] !== !0) && (N[Me] = !1);
|
|
8851
8852
|
return M;
|
|
8852
|
-
}, _ = () =>
|
|
8853
|
+
}, _ = () => hi({
|
|
8853
8854
|
tableName: e.tableName,
|
|
8854
8855
|
columnMetas: e.columnMetas,
|
|
8855
8856
|
summaryData: n.summary || null,
|
|
@@ -9054,9 +9055,9 @@ const vi = {
|
|
|
9054
9055
|
Ae.DRAG_SELECT_END,
|
|
9055
9056
|
ee
|
|
9056
9057
|
), M.on(Ae.ICON_CLICK, X);
|
|
9057
|
-
}, Y = () =>
|
|
9058
|
+
}, Y = () => vi({
|
|
9058
9059
|
text: e.emptyText || void 0
|
|
9059
|
-
}), _e = () =>
|
|
9060
|
+
}), _e = () => bi({
|
|
9060
9061
|
frameSideLines: n.list.length === 0
|
|
9061
9062
|
}), oe = () => {
|
|
9062
9063
|
const M = _(), D = $(n.list, M.hasSelection), N = 40, U = M.columns.some((X) => (X == null ? void 0 : X.tree) === !0);
|
|
@@ -9237,7 +9238,7 @@ const vi = {
|
|
|
9237
9238
|
}, [
|
|
9238
9239
|
Z(M.$slots, "header", {}, void 0, !0)
|
|
9239
9240
|
], 2),
|
|
9240
|
-
s(il).length ? (T(), E("div",
|
|
9241
|
+
s(il).length ? (T(), E("div", gi, [
|
|
9241
9242
|
(T(!0), E(te, null, ie(s(il), (se) => (T(), J(U, {
|
|
9242
9243
|
key: se.key,
|
|
9243
9244
|
class: "tipbtn bottom fs20",
|
|
@@ -9262,7 +9263,7 @@ const vi = {
|
|
|
9262
9263
|
]), 1032, ["txt", "onClick"]))), 128))
|
|
9263
9264
|
])) : G("", !0)
|
|
9264
9265
|
], 2)) : G("", !0),
|
|
9265
|
-
i("div",
|
|
9266
|
+
i("div", _i, [
|
|
9266
9267
|
i("div", {
|
|
9267
9268
|
class: "vtableWrapper relative wp100 z1",
|
|
9268
9269
|
style: xe({ height: `${s(ha)}px` })
|
|
@@ -9282,7 +9283,7 @@ const vi = {
|
|
|
9282
9283
|
])
|
|
9283
9284
|
], 4)
|
|
9284
9285
|
]),
|
|
9285
|
-
e.nofooter === !1 ? (T(), E("div",
|
|
9286
|
+
e.nofooter === !1 ? (T(), E("div", yi, [
|
|
9286
9287
|
R(X, {
|
|
9287
9288
|
"current-page": s(n).page,
|
|
9288
9289
|
"onUpdate:currentPage": D[0] || (D[0] = (se) => s(n).page = se),
|
|
@@ -9311,18 +9312,18 @@ const vi = {
|
|
|
9311
9312
|
});
|
|
9312
9313
|
};
|
|
9313
9314
|
}
|
|
9314
|
-
}),
|
|
9315
|
+
}), Ci = /* @__PURE__ */ ue(wi, [["__scopeId", "data-v-a13ba899"]]), Si = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
9315
9316
|
__proto__: null,
|
|
9316
|
-
default:
|
|
9317
|
-
}, Symbol.toStringTag, { value: "Module" })), kl = /* @__PURE__ */ Object.assign({ "../component/BtnGroup/index.vue":
|
|
9317
|
+
default: Ci
|
|
9318
|
+
}, Symbol.toStringTag, { value: "Module" })), kl = /* @__PURE__ */ Object.assign({ "../component/BtnGroup/index.vue": ro, "../component/Card/index.vue": po, "../component/Drawer/index.vue": vo, "../component/DrawerArea/index.vue": So, "../component/Form/index.vue": $o, "../component/Frame/index.vue": nn, "../component/Icon/index.vue": cn, "../component/Input/index.vue": dn, "../component/Lang/index.vue": gn, "../component/List/index.vue": Tn, "../component/Loading/index.vue": $n, "../component/Login/index.vue": Fn, "../component/Note/index.vue": Kn, "../component/Page/index.vue": Qn, "../component/Select/index.vue": ns, "../component/SelectV2/index.vue": ds, "../component/Table/index.vue": sr, "../component/Tabs/index.vue": cr, "../component/Textarea/index.vue": pr, "../component/VTable/index.vue": Si }), Ti = (l) => {
|
|
9318
9319
|
for (let a in kl) {
|
|
9319
9320
|
let t = a.match(/\.\.\/component\/(.*)\/index.vue/)[1];
|
|
9320
9321
|
l.component(t, kl[a].default);
|
|
9321
9322
|
}
|
|
9322
|
-
},
|
|
9323
|
+
}, Ai = {
|
|
9323
9324
|
name: "Matt Avias Frame",
|
|
9324
9325
|
copyright: "©2026",
|
|
9325
|
-
version: "1.0.
|
|
9326
|
+
version: "1.0.75",
|
|
9326
9327
|
author: "Matt Avias",
|
|
9327
9328
|
date: "2026-02-26",
|
|
9328
9329
|
/** 默认语言 key,与 `$getLang`、localStorage `lang` 一致;业务在 app.use(mvframe, { config }) 里覆盖 */
|
|
@@ -9332,37 +9333,45 @@ const vi = {
|
|
|
9332
9333
|
/** 同 Table 的 summary-metric:{ [prop]: { unit, precision, currency } } 或 (prop) => metric */
|
|
9333
9334
|
summaryMetric: null
|
|
9334
9335
|
},
|
|
9336
|
+
/** 浏览器端只配置本地通知服务地址/token;钉钉 webhook/secret 必须放在 mvframe-notify Node 服务环境变量里 */
|
|
9337
|
+
notify: {
|
|
9338
|
+
enabled: !1,
|
|
9339
|
+
endpoint: "http://127.0.0.1:3300",
|
|
9340
|
+
path: "/notify",
|
|
9341
|
+
token: "",
|
|
9342
|
+
timeout: 5e3
|
|
9343
|
+
},
|
|
9335
9344
|
loginPageName: "Entry",
|
|
9336
9345
|
// Login为保留名称
|
|
9337
9346
|
firstPageName: "Overview_Home"
|
|
9338
|
-
},
|
|
9347
|
+
}, xi = {
|
|
9339
9348
|
url: "//at.alicdn.com/t/c/font_4830641_s8ulvguq839.js",
|
|
9340
9349
|
prefix: "ant"
|
|
9341
|
-
},
|
|
9350
|
+
}, ki = (l, a = {}) => {
|
|
9342
9351
|
globalThis.$config = {
|
|
9343
|
-
...
|
|
9344
|
-
iconfont:
|
|
9352
|
+
...Ai,
|
|
9353
|
+
iconfont: xi,
|
|
9345
9354
|
...a
|
|
9346
9355
|
};
|
|
9347
|
-
},
|
|
9348
|
-
l.use(
|
|
9356
|
+
}, Gi = (l, a) => {
|
|
9357
|
+
l.use(ki, a.config).use(Xt, a.maps).use(Na, a).use(Ti).use(va).use(Ua, a.notify).use(ga).use(_a, a.pinia).use(to, a.vueRouter).use(Ia, a.lang);
|
|
9349
9358
|
};
|
|
9350
9359
|
export {
|
|
9351
|
-
|
|
9352
|
-
|
|
9353
|
-
|
|
9360
|
+
Xa as M,
|
|
9361
|
+
Bi as a,
|
|
9362
|
+
Zt as b,
|
|
9354
9363
|
rl as c,
|
|
9355
|
-
|
|
9356
|
-
|
|
9357
|
-
|
|
9358
|
-
|
|
9359
|
-
|
|
9364
|
+
Ki as d,
|
|
9365
|
+
Hi as e,
|
|
9366
|
+
Ui as f,
|
|
9367
|
+
Pi as g,
|
|
9368
|
+
Xt as h,
|
|
9360
9369
|
Le as i,
|
|
9361
|
-
|
|
9362
|
-
|
|
9370
|
+
Di as j,
|
|
9371
|
+
Gi as k,
|
|
9363
9372
|
je as m,
|
|
9364
|
-
|
|
9365
|
-
|
|
9373
|
+
qa as n,
|
|
9374
|
+
Fi as p,
|
|
9366
9375
|
Ne as s,
|
|
9367
9376
|
Fe as u
|
|
9368
9377
|
};
|