mvframe 1.1.24 → 1.1.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/composition.js +117 -110
- package/dist/vendor.js +1 -1
- package/package.json +1 -1
package/dist/composition.js
CHANGED
|
@@ -2,9 +2,9 @@ import { M as z, g as D, s as G } from "./vendor.js";
|
|
|
2
2
|
import { a as Ve, m as Ue, b as Be, c as Ne, p as Fe, u as We } from "./vendor.js";
|
|
3
3
|
import j from "axios";
|
|
4
4
|
const Y = "lang", $e = (e, t) => {
|
|
5
|
-
var
|
|
5
|
+
var a, i;
|
|
6
6
|
const n = typeof window < "u", s = () => {
|
|
7
|
-
var
|
|
7
|
+
var g;
|
|
8
8
|
if (!n)
|
|
9
9
|
return { innerWidth: 1920, innerHeight: 1080 };
|
|
10
10
|
const o = window, l = typeof navigator < "u" ? o.navigator : {}, u = o.screen || {}, d = o.visualViewport, h = {
|
|
@@ -17,7 +17,7 @@ const Y = "lang", $e = (e, t) => {
|
|
|
17
17
|
availWidth: u.availWidth ?? o.innerWidth,
|
|
18
18
|
availHeight: u.availHeight ?? o.innerHeight,
|
|
19
19
|
devicePixelRatio: o.devicePixelRatio || 1,
|
|
20
|
-
bodyHeight: o.innerHeight - ((
|
|
20
|
+
bodyHeight: o.innerHeight - ((g = t.pinia) != null && g.useTab ? 36 : 0) - 64 - 32,
|
|
21
21
|
drawerHeight: parseInt(o.innerHeight * 0.9),
|
|
22
22
|
pageHeight: o.innerHeight - 64 - 32,
|
|
23
23
|
pageWidth: o.innerWidth
|
|
@@ -45,7 +45,7 @@ const Y = "lang", $e = (e, t) => {
|
|
|
45
45
|
...o
|
|
46
46
|
}, (l = e == null ? void 0 : e.config) != null && l.globalProperties && (e.config.globalProperties.$config = globalThis.$config);
|
|
47
47
|
};
|
|
48
|
-
r(), n && (window.addEventListener("resize", r, { passive: !0 }), (
|
|
48
|
+
r(), n && (window.addEventListener("resize", r, { passive: !0 }), (i = (a = window.visualViewport) == null ? void 0 : a.addEventListener) == null || i.call(a, "resize", r, {
|
|
49
49
|
passive: !0
|
|
50
50
|
}));
|
|
51
51
|
}, ve = (e, t) => {
|
|
@@ -54,30 +54,30 @@ const Y = "lang", $e = (e, t) => {
|
|
|
54
54
|
globalThis.$config = globalThis.$config || {}, globalThis.$config.langUse = s.filter(
|
|
55
55
|
(c) => c && c.use !== !1 && c.value
|
|
56
56
|
), (u = e == null ? void 0 : e.config) != null && u.globalProperties && (e.config.globalProperties.$config = globalThis.$config);
|
|
57
|
-
const
|
|
57
|
+
const a = (typeof localStorage < "u" ? localStorage.getItem(Y) : null) || ((d = globalThis.$config) == null ? void 0 : d.lang) || "en_us", i = Object.assign(
|
|
58
58
|
{},
|
|
59
|
-
D(
|
|
59
|
+
D(a),
|
|
60
60
|
((h = globalThis.$config) == null ? void 0 : h.langMaps) || {},
|
|
61
61
|
n.langMaps || {}
|
|
62
|
-
), o = (c,
|
|
62
|
+
), o = (c, g) => !g || globalThis.$getType(g) !== "Object" ? c : String(c).replace(
|
|
63
63
|
/\{([A-Za-z0-9_.$-]+)\}/g,
|
|
64
|
-
(
|
|
65
|
-
), l = (c,
|
|
64
|
+
(m, I) => Object.prototype.hasOwnProperty.call(g, I) ? g[I] : m
|
|
65
|
+
), l = (c, g) => {
|
|
66
66
|
if (c) {
|
|
67
|
-
const
|
|
68
|
-
return o(
|
|
67
|
+
const m = i[c] || c;
|
|
68
|
+
return o(m, g);
|
|
69
69
|
} else
|
|
70
70
|
return c ?? "";
|
|
71
71
|
};
|
|
72
72
|
globalThis.$patchLangMaps = (c) => {
|
|
73
|
-
c && globalThis.$getType(c) === "Object" && Object.assign(
|
|
73
|
+
c && globalThis.$getType(c) === "Object" && Object.assign(i, c);
|
|
74
74
|
}, globalThis.$l = l, e.config.globalProperties.$l = l, e.config.globalProperties.$patchLangMaps = globalThis.$patchLangMaps, String.prototype.$l = function() {
|
|
75
75
|
return $l(this);
|
|
76
76
|
};
|
|
77
77
|
}, Ae = (e, t) => {
|
|
78
78
|
if (!e || !t) return !1;
|
|
79
|
-
const n = e.getBoundingClientRect(), s = t.getBoundingClientRect(), r = s.right > n.left && s.left < n.right,
|
|
80
|
-
return r &&
|
|
79
|
+
const n = e.getBoundingClientRect(), s = t.getBoundingClientRect(), r = s.right > n.left && s.left < n.right, a = s.bottom > n.top && s.top < n.bottom;
|
|
80
|
+
return r && a;
|
|
81
81
|
}, K = (e, t) => {
|
|
82
82
|
if (e === t) return !0;
|
|
83
83
|
if (e == null || t == null || typeof e != "object" || typeof t != "object")
|
|
@@ -90,8 +90,8 @@ const Y = "lang", $e = (e, t) => {
|
|
|
90
90
|
}, O = "download", X = 150, J = (e, t = O) => {
|
|
91
91
|
const n = t || O, s = String(e ?? "").trim();
|
|
92
92
|
if (!s) return n;
|
|
93
|
-
const
|
|
94
|
-
return
|
|
93
|
+
const a = s.replace(/[/\\?%*:|"<>]/g, "_").replace(/\.\./g, "_").split(/[/\\]/).pop() || n, i = 200;
|
|
94
|
+
return a.length > i ? a.slice(0, i) : a;
|
|
95
95
|
}, Z = (e) => {
|
|
96
96
|
const t = ((e == null ? void 0 : e.type) || "").toLowerCase();
|
|
97
97
|
return t ? t.includes("spreadsheet") || t.includes("ms-excel") || t.includes("excel") && t.includes("application") : !1;
|
|
@@ -106,7 +106,7 @@ const Y = "lang", $e = (e, t) => {
|
|
|
106
106
|
}, Q = (e) => {
|
|
107
107
|
if (!e || e.source !== void 0 || e.type === void 0)
|
|
108
108
|
return e;
|
|
109
|
-
const { type: t, data: n, url: s, headers: r, name:
|
|
109
|
+
const { type: t, data: n, url: s, headers: r, name: a, filename: i, init: o, ...l } = e, u = i ?? a;
|
|
110
110
|
return t === "csv" ? {
|
|
111
111
|
...l,
|
|
112
112
|
source: "inline",
|
|
@@ -127,23 +127,23 @@ const Y = "lang", $e = (e, t) => {
|
|
|
127
127
|
source: n = "inline",
|
|
128
128
|
content: s,
|
|
129
129
|
blob: r,
|
|
130
|
-
bom:
|
|
131
|
-
mime:
|
|
130
|
+
bom: a = !0,
|
|
131
|
+
mime: i,
|
|
132
132
|
url: o,
|
|
133
133
|
init: l,
|
|
134
134
|
response: u = "blob",
|
|
135
135
|
openIn: d = "self",
|
|
136
136
|
expectExcel: h,
|
|
137
137
|
filename: c,
|
|
138
|
-
name:
|
|
139
|
-
error:
|
|
138
|
+
name: g,
|
|
139
|
+
error: m = () => {
|
|
140
140
|
},
|
|
141
141
|
// 避免 legacy 字段渗入后续逻辑
|
|
142
|
-
type:
|
|
143
|
-
data:
|
|
142
|
+
type: I,
|
|
143
|
+
data: Te,
|
|
144
144
|
headers: Me,
|
|
145
145
|
...we
|
|
146
|
-
} = t, w = c ??
|
|
146
|
+
} = t, w = c ?? g;
|
|
147
147
|
try {
|
|
148
148
|
if (n === "inline") {
|
|
149
149
|
if (r instanceof Blob) {
|
|
@@ -151,58 +151,58 @@ const Y = "lang", $e = (e, t) => {
|
|
|
151
151
|
return;
|
|
152
152
|
}
|
|
153
153
|
if (s == null) {
|
|
154
|
-
|
|
154
|
+
m(new Error("content or blob is required for inline"));
|
|
155
155
|
return;
|
|
156
156
|
}
|
|
157
|
-
const
|
|
158
|
-
$(new Blob([
|
|
157
|
+
const p = typeof s == "string" ? s : String(s), S = a ? "\uFEFF" + p : p, R = i || (a ? "text/csv;charset=utf-8" : "text/plain;charset=utf-8");
|
|
158
|
+
$(new Blob([S], { type: R }), w);
|
|
159
159
|
return;
|
|
160
160
|
}
|
|
161
161
|
if (n === "fetch") {
|
|
162
162
|
if (!o) {
|
|
163
|
-
|
|
163
|
+
m(new Error("url is required for fetch"));
|
|
164
164
|
return;
|
|
165
165
|
}
|
|
166
|
-
const
|
|
167
|
-
if (!
|
|
168
|
-
|
|
166
|
+
const p = await fetch(o, l);
|
|
167
|
+
if (!p.ok) {
|
|
168
|
+
m(new Error(`fetch failed: ${p.status}`));
|
|
169
169
|
return;
|
|
170
170
|
}
|
|
171
171
|
if (u === "text") {
|
|
172
|
-
const
|
|
172
|
+
const R = await p.text(), W = a ? "\uFEFF" + R : R, q = i || (a ? "text/csv;charset=utf-8" : "text/plain;charset=utf-8");
|
|
173
173
|
$(new Blob([W], { type: q }), w);
|
|
174
174
|
return;
|
|
175
175
|
}
|
|
176
|
-
const
|
|
177
|
-
if (h && !Z(
|
|
178
|
-
|
|
176
|
+
const S = await p.blob();
|
|
177
|
+
if (h && !Z(S)) {
|
|
178
|
+
m(new Error("excel does not exist"));
|
|
179
179
|
return;
|
|
180
180
|
}
|
|
181
|
-
$(
|
|
181
|
+
$(S, w);
|
|
182
182
|
return;
|
|
183
183
|
}
|
|
184
184
|
if (n === "open") {
|
|
185
185
|
if (!o) {
|
|
186
|
-
|
|
186
|
+
m(new Error("url is required for open"));
|
|
187
187
|
return;
|
|
188
188
|
}
|
|
189
189
|
d === "blank" ? window.open(o, "_blank", "noopener,noreferrer") : window.location.href = o;
|
|
190
190
|
return;
|
|
191
191
|
}
|
|
192
|
-
|
|
193
|
-
} catch (
|
|
194
|
-
p
|
|
192
|
+
m(new Error(`unknown source: ${n}`));
|
|
193
|
+
} catch (p) {
|
|
194
|
+
m(p instanceof Error ? p : new Error(String(p)));
|
|
195
195
|
}
|
|
196
196
|
};
|
|
197
197
|
function ee(e, t, n) {
|
|
198
198
|
if (t === "" || t === void 0 || t === null)
|
|
199
199
|
return "";
|
|
200
|
-
const s = globalThis.$fa, r = globalThis.$fu,
|
|
201
|
-
if ((
|
|
200
|
+
const s = globalThis.$fa, r = globalThis.$fu, a = (n == null ? void 0 : n.precision) ?? 2, i = n == null ? void 0 : n.unit;
|
|
201
|
+
if ((i === "currency" || i === "%") && r) {
|
|
202
202
|
const o = {
|
|
203
203
|
[e]: {
|
|
204
|
-
unit:
|
|
205
|
-
precision:
|
|
204
|
+
unit: i === "currency" ? "currency" : "%",
|
|
205
|
+
precision: a
|
|
206
206
|
}
|
|
207
207
|
};
|
|
208
208
|
try {
|
|
@@ -217,7 +217,7 @@ function ee(e, t, n) {
|
|
|
217
217
|
}
|
|
218
218
|
if (s)
|
|
219
219
|
try {
|
|
220
|
-
return s(t,
|
|
220
|
+
return s(t, a);
|
|
221
221
|
} catch {
|
|
222
222
|
return String(t);
|
|
223
223
|
}
|
|
@@ -225,22 +225,22 @@ function ee(e, t, n) {
|
|
|
225
225
|
}
|
|
226
226
|
function Pe(e, t, n = {}) {
|
|
227
227
|
const { columns: s = [] } = e || {}, { resolveMetric: r } = n;
|
|
228
|
-
return !s.length || !t || typeof t != "object" ? [] : s.map((
|
|
229
|
-
const
|
|
230
|
-
if (!
|
|
228
|
+
return !s.length || !t || typeof t != "object" ? [] : s.map((a) => {
|
|
229
|
+
const i = a.property ?? a.prop ?? "";
|
|
230
|
+
if (!i)
|
|
231
231
|
return "";
|
|
232
|
-
let o = t[
|
|
232
|
+
let o = t[i];
|
|
233
233
|
if (o === void 0 && (o = ""), o === "")
|
|
234
234
|
return "";
|
|
235
|
-
const l = typeof r == "function" ? r(
|
|
235
|
+
const l = typeof r == "function" ? r(i) : void 0;
|
|
236
236
|
try {
|
|
237
|
-
return ee(
|
|
237
|
+
return ee(i, o, l);
|
|
238
238
|
} catch {
|
|
239
239
|
return String(o);
|
|
240
240
|
}
|
|
241
241
|
});
|
|
242
242
|
}
|
|
243
|
-
const
|
|
243
|
+
const C = "mvframe_primary", V = "mvframe_theme", k = "mvframe_theme_name", te = "dark", v = "main", A = "mv-theme-", T = { r: 255, g: 255, b: 255 }, ne = { r: 0, g: 0, b: 0 }, U = [1, 3, 5, 7, 9], re = [
|
|
244
244
|
"--el-color-primary-light-3",
|
|
245
245
|
"--el-color-primary-light-5",
|
|
246
246
|
"--el-color-primary-light-7",
|
|
@@ -266,8 +266,8 @@ function y(e, t, n) {
|
|
|
266
266
|
return `#${[s(e), s(t), s(n)].map((r) => r.toString(16).padStart(2, "0")).join("")}`;
|
|
267
267
|
}
|
|
268
268
|
function B(e, t, n, s) {
|
|
269
|
-
const r = (
|
|
270
|
-
return `rgba(${r(e)}, ${r(t)}, ${r(n)}, ${
|
|
269
|
+
const r = (i) => Math.max(0, Math.min(255, Math.round(i))), a = Math.max(0, Math.min(1, s));
|
|
270
|
+
return `rgba(${r(e)}, ${r(t)}, ${r(n)}, ${a})`;
|
|
271
271
|
}
|
|
272
272
|
function oe(e) {
|
|
273
273
|
const t = [e.r, e.g, e.b].map((n) => (n /= 255, n <= 0.03928 ? n / 12.92 : ((n + 0.055) / 1.055) ** 2.4));
|
|
@@ -284,21 +284,21 @@ function b(e, t, n) {
|
|
|
284
284
|
b: e.b * s + t.b * r
|
|
285
285
|
};
|
|
286
286
|
}
|
|
287
|
-
function
|
|
287
|
+
function ae(e, t = "light") {
|
|
288
288
|
const n = L(e);
|
|
289
289
|
if (!n)
|
|
290
290
|
return null;
|
|
291
|
-
const s = b(
|
|
291
|
+
const s = b(T, n, 30), r = b(T, n, 50), a = b(T, n, 70), i = b(T, n, 80), o = b(T, n, 90), l = b(ne, n, 20);
|
|
292
292
|
return {
|
|
293
293
|
"--el-color-primary-light-3": y(s.r, s.g, s.b),
|
|
294
294
|
"--el-color-primary-light-5": y(r.r, r.g, r.b),
|
|
295
|
-
"--el-color-primary-light-7": t === "dark" ? B(n.r, n.g, n.b, 0.7) : y(
|
|
296
|
-
"--el-color-primary-light-8": y(
|
|
295
|
+
"--el-color-primary-light-7": t === "dark" ? B(n.r, n.g, n.b, 0.7) : y(a.r, a.g, a.b),
|
|
296
|
+
"--el-color-primary-light-8": y(i.r, i.g, i.b),
|
|
297
297
|
"--el-color-primary-light-9": y(o.r, o.g, o.b),
|
|
298
298
|
"--el-color-primary-dark-2": y(l.r, l.g, l.b)
|
|
299
299
|
};
|
|
300
300
|
}
|
|
301
|
-
function
|
|
301
|
+
function ie(e) {
|
|
302
302
|
const t = L(e);
|
|
303
303
|
return t ? Object.fromEntries(
|
|
304
304
|
U.map((n) => [
|
|
@@ -334,45 +334,45 @@ function de(e, t) {
|
|
|
334
334
|
const n = F(t);
|
|
335
335
|
return ue(e), e.classList.add(`${A}${n}`), n;
|
|
336
336
|
}
|
|
337
|
-
function
|
|
337
|
+
function ge(e, t, n = "light") {
|
|
338
338
|
const s = L(t.startsWith("#") ? t : `#${t}`);
|
|
339
339
|
if (!s)
|
|
340
340
|
return !1;
|
|
341
341
|
const r = y(s.r, s.g, s.b);
|
|
342
342
|
e.style.setProperty("--color-primary", r), e.style.setProperty("--el-color-primary", r), e.style.setProperty("--color-on-primary-text", N(s));
|
|
343
|
-
const
|
|
344
|
-
|
|
345
|
-
const
|
|
346
|
-
return
|
|
343
|
+
const a = ie(r);
|
|
344
|
+
a && Object.entries(a).forEach(([o, l]) => e.style.setProperty(o, l));
|
|
345
|
+
const i = ae(r, n);
|
|
346
|
+
return i && Object.entries(i).forEach(([o, l]) => e.style.setProperty(o, l)), !0;
|
|
347
347
|
}
|
|
348
|
-
function
|
|
348
|
+
function me(e = {}) {
|
|
349
349
|
const t = document.documentElement, n = (e.mode ?? he(t)) === "light" ? "light" : "dark", s = e.theme ?? ce(t);
|
|
350
350
|
if (de(t, s), e.primary != null && e.primary !== "") {
|
|
351
351
|
const r = String(e.primary).trim();
|
|
352
|
-
if (!
|
|
352
|
+
if (!ge(t, r, n)) {
|
|
353
353
|
t.style.setProperty("--color-primary", r), t.style.setProperty("--el-color-primary", r);
|
|
354
|
-
const
|
|
355
|
-
|
|
354
|
+
const a = L(r.startsWith("#") ? r : `#${r}`);
|
|
355
|
+
a && t.style.setProperty("--color-on-primary-text", N(a));
|
|
356
356
|
}
|
|
357
357
|
} else (e.primary === null || e.primary === "") && (t.style.removeProperty("--color-primary"), le(t));
|
|
358
358
|
t.classList.toggle("light", n === "light"), t.classList.toggle("dark", n === "dark");
|
|
359
359
|
}
|
|
360
|
-
function
|
|
361
|
-
e.primary !== void 0 && (e.primary == null || e.primary === "" ? localStorage.removeItem(
|
|
360
|
+
function Ie(e) {
|
|
361
|
+
e.primary !== void 0 && (e.primary == null || e.primary === "" ? localStorage.removeItem(C) : localStorage.setItem(C, String(e.primary))), e.mode !== void 0 && localStorage.setItem(V, e.mode), e.theme !== void 0 && (e.theme == null || e.theme === "" ? localStorage.removeItem(k) : localStorage.setItem(
|
|
362
362
|
k,
|
|
363
363
|
F(e.theme)
|
|
364
364
|
));
|
|
365
365
|
}
|
|
366
|
-
function
|
|
366
|
+
function Ce() {
|
|
367
367
|
var r;
|
|
368
|
-
const e = localStorage.getItem(
|
|
369
|
-
|
|
368
|
+
const e = localStorage.getItem(C), t = localStorage.getItem(V), n = localStorage.getItem(k) || ((r = globalThis.$config) == null ? void 0 : r.theme) || v, s = t === "light" ? "light" : "dark";
|
|
369
|
+
me({
|
|
370
370
|
primary: e != null && e !== "" ? e : null,
|
|
371
371
|
mode: s,
|
|
372
372
|
theme: n
|
|
373
373
|
});
|
|
374
374
|
}
|
|
375
|
-
const
|
|
375
|
+
const pe = { BASE_URL: "/", DEV: !1, MODE: "production", PROD: !0, SSR: !1 };
|
|
376
376
|
let M = null;
|
|
377
377
|
function H(e) {
|
|
378
378
|
G("error", e);
|
|
@@ -386,10 +386,10 @@ function P(e) {
|
|
|
386
386
|
const t = typeof globalThis < "u" ? globalThis.__MVFRAME_ENV__ : null;
|
|
387
387
|
if (t && t[e] != null && t[e] !== "")
|
|
388
388
|
return String(t[e]);
|
|
389
|
-
const n = typeof import.meta < "u" ?
|
|
389
|
+
const n = typeof import.meta < "u" ? pe : null;
|
|
390
390
|
return n && n[e] != null && n[e] !== "" ? String(n[e]) : "";
|
|
391
391
|
}
|
|
392
|
-
const
|
|
392
|
+
const _ = j.create({
|
|
393
393
|
timeout: 0,
|
|
394
394
|
withCredentials: !1
|
|
395
395
|
});
|
|
@@ -410,22 +410,22 @@ const fe = j.CancelToken, ye = (e) => {
|
|
|
410
410
|
}
|
|
411
411
|
}
|
|
412
412
|
};
|
|
413
|
-
|
|
413
|
+
_.interceptors.request.use(
|
|
414
414
|
(e) => {
|
|
415
415
|
e.headers = e.headers || {};
|
|
416
416
|
const { login: t, accountInfo: n = {} } = window.$store.launch(), { access_token: s } = t.info, r = e.noaccount === !0 || e.noAccount === !0;
|
|
417
|
-
return s && e.headers["Content-HI"] && (e.headers.Authorization = `Bearer ${s}`), globalThis.$config.useRqLang && (e.headers.lang = globalThis.$config.lang || "en_us"), n.partner_org_id && !r && (e.data ? e.method.toLowerCase() === "get" ? e.params.accountId = n.partner_org_id : e.data.accountId = n.partner_org_id : e.method.toLowerCase() === "get" ? e.params = { accountId: n.partner_org_id } : e.data = { accountId: n.partner_org_id }), ye(e), e.cancelToken = new fe((
|
|
417
|
+
return s && e.headers["Content-HI"] && (e.headers.Authorization = `Bearer ${s}`), globalThis.$config.useRqLang && (e.headers.lang = globalThis.$config.lang || "en_us"), n.partner_org_id && !r && (e.data ? e.method.toLowerCase() === "get" ? e.params.accountId = n.partner_org_id : e.data.accountId = n.partner_org_id : e.method.toLowerCase() === "get" ? e.params = { accountId: n.partner_org_id } : e.data = { accountId: n.partner_org_id }), ye(e), e.cancelToken = new fe((a) => {
|
|
418
418
|
f.push({
|
|
419
419
|
v: e.url + "_" + e.headers["Content-HI"] + "_" + e.ex,
|
|
420
|
-
cb:
|
|
420
|
+
cb: a
|
|
421
421
|
});
|
|
422
422
|
}), e;
|
|
423
423
|
},
|
|
424
424
|
(e) => Promise.reject(e)
|
|
425
425
|
);
|
|
426
|
-
|
|
426
|
+
_.interceptors.response.use(
|
|
427
427
|
({ data: e, config: t }) => {
|
|
428
|
-
var
|
|
428
|
+
var a;
|
|
429
429
|
if (e == null || typeof e != "object" || Array.isArray(e))
|
|
430
430
|
return E(t), e;
|
|
431
431
|
let { code: n, message: s, msg: r } = e;
|
|
@@ -433,12 +433,12 @@ T.interceptors.response.use(
|
|
|
433
433
|
E(t);
|
|
434
434
|
else if (n === 500) {
|
|
435
435
|
if (t.showMsg !== !1) {
|
|
436
|
-
const
|
|
436
|
+
const i = (a = t == null ? void 0 : t.headers) != null && a.CONTACT_CUSTOMER_SERVICE ? window.$l("CONTACT_CUSTOMER_SERVICE") : "";
|
|
437
437
|
H({
|
|
438
438
|
grouping: !0,
|
|
439
439
|
showClose: !0,
|
|
440
440
|
duration: 0,
|
|
441
|
-
message: [r,
|
|
441
|
+
message: [r, i].filter(Boolean).join(" ")
|
|
442
442
|
});
|
|
443
443
|
}
|
|
444
444
|
E(t);
|
|
@@ -446,7 +446,7 @@ T.interceptors.response.use(
|
|
|
446
446
|
return e;
|
|
447
447
|
},
|
|
448
448
|
(e) => {
|
|
449
|
-
var n, s, r,
|
|
449
|
+
var n, s, r, a, i;
|
|
450
450
|
let t = !1;
|
|
451
451
|
if (e && e.response)
|
|
452
452
|
switch (e.response.status) {
|
|
@@ -469,36 +469,43 @@ T.interceptors.response.use(
|
|
|
469
469
|
(n = e.stack) != null && n.includes("timeout") ? e.message = window.$l("Timeout, Please Refresh") : (e.message = window.$l("Connect Failed"), t = !0);
|
|
470
470
|
return t || ((s = e == null ? void 0 : e.response) == null ? void 0 : s.status) !== 403 && H({
|
|
471
471
|
grouping: !0,
|
|
472
|
-
message: `${e.message} ${(
|
|
472
|
+
message: `${e.message} ${(a = (r = e.config) == null ? void 0 : r.headers) == null ? void 0 : a["Content-HI"]}`
|
|
473
473
|
}), E(e.config), e.code === "ERR_CANCELED" ? Promise.resolve({ code: e.code, msg: e.message }) : Promise.resolve({
|
|
474
|
-
code: (
|
|
474
|
+
code: (i = e.response) == null ? void 0 : i.status,
|
|
475
475
|
msg: e.message
|
|
476
476
|
});
|
|
477
477
|
}
|
|
478
478
|
);
|
|
479
479
|
function be(e) {
|
|
480
|
-
return e.baseURL = P("VITE_APP_BASEURL"), e.method = "get", e.headers = { "Content-Type": "application/x-www-form-urlencoded" }, e.data && (e.params = e.data),
|
|
480
|
+
return e.baseURL = P("VITE_APP_BASEURL"), e.method = "get", e.headers = { "Content-Type": "application/x-www-form-urlencoded" }, e.data && (e.params = e.data), _(e);
|
|
481
481
|
}
|
|
482
482
|
function Ee(e) {
|
|
483
483
|
return e.baseURL = P("VITE_APP_BASEURL"), e.method = "get", e.headers = {
|
|
484
484
|
...e.headers,
|
|
485
485
|
"Content-HI": e.url
|
|
486
|
-
}, e.url = e.ver ? `api/${e.ver}/ads` : "api/v3/ads", e.data && (e.params = e.data),
|
|
486
|
+
}, e.url = e.ver ? `api/${e.ver}/ads` : "api/v3/ads", e.data && (e.params = e.data), _(e);
|
|
487
487
|
}
|
|
488
|
-
function
|
|
488
|
+
function _e(e) {
|
|
489
489
|
if (e.baseURL = P("VITE_APP_BASEURL"), e.method = "post", e.headers = {
|
|
490
490
|
...e.headers,
|
|
491
491
|
"Content-HI": e.url
|
|
492
|
-
}, e.data
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
492
|
+
}, e.data) {
|
|
493
|
+
if (globalThis.$getType(e.data) === "Object") {
|
|
494
|
+
const { emptyMap: n = [void 0, null], emptyString: s = !1 } = e;
|
|
495
|
+
s && globalThis.$getType(n) === "Array" && n.push("");
|
|
496
|
+
const r = {
|
|
497
|
+
lang: localStorage.getItem("lang") || "en_us"
|
|
498
|
+
};
|
|
499
|
+
n.length && (Object.keys(e.data).forEach((a) => {
|
|
500
|
+
const i = e.data[a];
|
|
501
|
+
n.includes(i) || (r[a] = i);
|
|
502
|
+
}), e.data = r);
|
|
503
|
+
}
|
|
504
|
+
} else
|
|
505
|
+
e.data = {
|
|
506
|
+
lang: localStorage.getItem("lang") || "en_us"
|
|
507
|
+
};
|
|
508
|
+
return e.url = e.ver ? `api/${e.ver}/ads` : "api/v3/ads", _(e);
|
|
502
509
|
}
|
|
503
510
|
function x(e) {
|
|
504
511
|
const {
|
|
@@ -506,15 +513,15 @@ function x(e) {
|
|
|
506
513
|
url: n,
|
|
507
514
|
ex: s,
|
|
508
515
|
method: r = "post",
|
|
509
|
-
emptyString:
|
|
510
|
-
emptyMap:
|
|
516
|
+
emptyString: a = !1,
|
|
517
|
+
emptyMap: i = [void 0, null],
|
|
511
518
|
useToken: o = !0
|
|
512
519
|
} = e;
|
|
513
520
|
e.method = r;
|
|
514
521
|
const { login: l } = globalThis.$store.launch(), { access_token: u } = l.info || {}, d = {};
|
|
515
|
-
if (
|
|
522
|
+
if (a && globalThis.$getType(i) === "Array" && i.push(""), i.length) {
|
|
516
523
|
for (let h in t)
|
|
517
|
-
|
|
524
|
+
i.indexOf(t[h]) === -1 && (d[h] = t[h]);
|
|
518
525
|
e.data = d;
|
|
519
526
|
}
|
|
520
527
|
return e.baseURL = P("VITE_APP_AIURL"), e.headers ? e.headers = {
|
|
@@ -524,33 +531,33 @@ function x(e) {
|
|
|
524
531
|
} : e.headers = {
|
|
525
532
|
"Content-Type": "application/json",
|
|
526
533
|
token: o && u != null ? String(u) : ""
|
|
527
|
-
},
|
|
534
|
+
}, _(e);
|
|
528
535
|
}
|
|
529
536
|
const xe = x;
|
|
530
537
|
function Oe(e) {
|
|
531
|
-
globalThis.$login = be, globalThis.$get = Ee, globalThis.$post =
|
|
538
|
+
globalThis.$login = be, globalThis.$get = Ee, globalThis.$post = _e, globalThis.$form = x, globalThis.$xform = x;
|
|
532
539
|
}
|
|
533
540
|
export {
|
|
534
541
|
te as MVFRAME_DEFAULT_THEME_MODE,
|
|
535
542
|
v as MVFRAME_DEFAULT_THEME_NAME,
|
|
536
543
|
Y as MVFRAME_STORAGE_LANG,
|
|
537
|
-
|
|
544
|
+
C as MVFRAME_STORAGE_PRIMARY,
|
|
538
545
|
V as MVFRAME_STORAGE_THEME,
|
|
539
546
|
k as MVFRAME_STORAGE_THEME_NAME,
|
|
540
547
|
A as MVFRAME_THEME_CLASS_PREFIX,
|
|
541
|
-
|
|
548
|
+
me as applyMvframeTheme,
|
|
542
549
|
K as deepEqual,
|
|
543
550
|
Le as download,
|
|
544
551
|
ee as formatSummaryCell,
|
|
545
552
|
Ve as getMaps,
|
|
546
553
|
Oe as installRq,
|
|
547
554
|
Ae as isInView,
|
|
548
|
-
|
|
555
|
+
Ce as loadMvframeTheme,
|
|
549
556
|
Ue as mapLang,
|
|
550
557
|
Be as mapLangPath,
|
|
551
558
|
Ne as mergeMaps,
|
|
552
559
|
Fe as patchMaps,
|
|
553
|
-
|
|
560
|
+
Ie as persistMvframeTheme,
|
|
554
561
|
J as sanitizeDownloadFileName,
|
|
555
562
|
ke as setMvframeRqEnv,
|
|
556
563
|
x as useForm,
|
|
@@ -559,7 +566,7 @@ export {
|
|
|
559
566
|
be as useLogin,
|
|
560
567
|
We as useMap,
|
|
561
568
|
$e as useOptions,
|
|
562
|
-
|
|
569
|
+
_e as usePost,
|
|
563
570
|
Pe as useRemoteSummary,
|
|
564
571
|
xe as useXform
|
|
565
572
|
};
|
package/dist/vendor.js
CHANGED
|
@@ -13948,7 +13948,7 @@ const Yr = (a, o = {}) => {
|
|
|
13948
13948
|
}, Wr = {
|
|
13949
13949
|
name: "Matt Avias Frame",
|
|
13950
13950
|
copyright: "©2026",
|
|
13951
|
-
version: "1.1.
|
|
13951
|
+
version: "1.1.25",
|
|
13952
13952
|
author: "Matt Avias",
|
|
13953
13953
|
date: "2026-02-26",
|
|
13954
13954
|
/** 默认语言 key,与 `$getLang`、localStorage `lang` 一致;业务在 app.use(mvframe, { config }) 里覆盖 */
|