x-essential-lib 0.6.6 → 0.6.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +134 -134
- package/dist/utils/router.d.ts +1 -1
- package/package.json +6 -6
- package/dist/utils/globalState.d.ts +0 -16
package/dist/index.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
(function(){"use strict";try{if(typeof document<"u"){var a=document.createElement("style");a.id="x-essential-lib",a.appendChild(document.createTextNode('.x-cont[data-v-7ab74c70]{position:absolute;top:0;left:0;bottom:0;right:0;display:flex;align-items:center;justify-content:center}.lds-spinner[data-v-7ab74c70]{color:official;display:inline-block;position:relative;width:40px;height:40px}.lds-spinner div[data-v-7ab74c70]{transform-origin:20px 20px;animation:lds-spinner-7ab74c70 1.2s linear infinite}.lds-spinner div[data-v-7ab74c70]:after{content:" ";display:block;position:absolute;top:3px;left:18px;width:2px;height:6px;border-radius:5%;background:#9e9e9e}.lds-spinner div[data-v-7ab74c70]:nth-child(1){transform:rotate(0);animation-delay:-1.1s}.lds-spinner div[data-v-7ab74c70]:nth-child(2){transform:rotate(30deg);animation-delay:-1s}.lds-spinner div[data-v-7ab74c70]:nth-child(3){transform:rotate(60deg);animation-delay:-.9s}.lds-spinner div[data-v-7ab74c70]:nth-child(4){transform:rotate(90deg);animation-delay:-.8s}.lds-spinner div[data-v-7ab74c70]:nth-child(5){transform:rotate(120deg);animation-delay:-.7s}.lds-spinner div[data-v-7ab74c70]:nth-child(6){transform:rotate(150deg);animation-delay:-.6s}.lds-spinner div[data-v-7ab74c70]:nth-child(7){transform:rotate(180deg);animation-delay:-.5s}.lds-spinner div[data-v-7ab74c70]:nth-child(8){transform:rotate(210deg);animation-delay:-.4s}.lds-spinner div[data-v-7ab74c70]:nth-child(9){transform:rotate(240deg);animation-delay:-.3s}.lds-spinner div[data-v-7ab74c70]:nth-child(10){transform:rotate(270deg);animation-delay:-.2s}.lds-spinner div[data-v-7ab74c70]:nth-child(11){transform:rotate(300deg);animation-delay:-.1s}.lds-spinner div[data-v-7ab74c70]:nth-child(12){transform:rotate(330deg);animation-delay:0s}@keyframes lds-spinner-7ab74c70{0%{opacity:1}to{opacity:0}}.x-item[data-v-d5cfe252]{width:600px}@media (max-width: 600px){.x-item[data-v-d5cfe252]{width:calc(100vw - 16px)}}.x-cont[data-v-d525e6f5]{position:absolute;left:50%;bottom:20px;transform:translate(-50%);z-index:9999}')),document.head.appendChild(a)}}catch(t){console.error("vite-plugin-css-injected-by-js",t)}})();
|
|
2
|
-
import { ref as d, defineComponent as T, computed as g, onMounted as V, onBeforeUnmount as I, watch as Z, resolveComponent as h, openBlock as D, createBlock as O, withKeys as F, withModifiers as W, withCtx as w, createVNode as C, createTextVNode as E, toDisplayString as q, createElementBlock as Q, normalizeStyle as
|
|
2
|
+
import { ref as d, defineComponent as T, computed as g, onMounted as V, onBeforeUnmount as I, watch as Z, resolveComponent as h, openBlock as D, createBlock as O, withKeys as F, withModifiers as W, withCtx as w, createVNode as C, createTextVNode as E, toDisplayString as q, createElementBlock as Q, normalizeStyle as re, pushScopeId as fe, popScopeId as ge, createElementVNode as v, createCommentVNode as ne, unref as le, Fragment as ve, renderList as me, getCurrentScope as he, onScopeDispose as we, watchEffect as ye, getCurrentInstance as xe } from "vue";
|
|
3
3
|
import { useI18n as Y } from "vue-i18n";
|
|
4
4
|
import { defineStore as ce } from "pinia";
|
|
5
5
|
import ke from "axios";
|
|
6
6
|
import { useRouter as ue, useRoute as Ce } from "vue-router";
|
|
7
7
|
import { useTheme as P, useDisplay as be } from "vuetify";
|
|
8
8
|
const G = ce("global", () => {
|
|
9
|
-
const e = d(), o = d("en"), t = d({}),
|
|
9
|
+
const e = d(), o = d("en"), t = d({}), r = d(""), a = d("");
|
|
10
10
|
return {
|
|
11
11
|
dark: e,
|
|
12
12
|
locale: o,
|
|
13
13
|
permissionObjects: t,
|
|
14
|
-
permissionChecksum:
|
|
14
|
+
permissionChecksum: r,
|
|
15
15
|
lastAppPath: a
|
|
16
16
|
};
|
|
17
17
|
}), $ = ce("viewMgr", () => {
|
|
@@ -24,7 +24,7 @@ const G = ce("global", () => {
|
|
|
24
24
|
if (u > 0)
|
|
25
25
|
return e.value[u - 1];
|
|
26
26
|
}
|
|
27
|
-
function
|
|
27
|
+
function r(u) {
|
|
28
28
|
return e.value.find((s) => s === u) !== void 0;
|
|
29
29
|
}
|
|
30
30
|
function a(u) {
|
|
@@ -35,7 +35,7 @@ const G = ce("global", () => {
|
|
|
35
35
|
const s = e.value.findIndex((_) => _ === u);
|
|
36
36
|
s !== -1 && e.value.splice(s, 1);
|
|
37
37
|
}
|
|
38
|
-
function
|
|
38
|
+
function n() {
|
|
39
39
|
console.assert(e.value.length > 0), e.value.pop();
|
|
40
40
|
}
|
|
41
41
|
function c() {
|
|
@@ -45,10 +45,10 @@ const G = ce("global", () => {
|
|
|
45
45
|
views: e,
|
|
46
46
|
isEmpty: o,
|
|
47
47
|
lastView: t,
|
|
48
|
-
hasView:
|
|
48
|
+
hasView: r,
|
|
49
49
|
addView: a,
|
|
50
50
|
delView: l,
|
|
51
|
-
popView:
|
|
51
|
+
popView: n,
|
|
52
52
|
clearViews: c
|
|
53
53
|
};
|
|
54
54
|
});
|
|
@@ -56,8 +56,8 @@ const G = ce("global", () => {
|
|
|
56
56
|
function X(e) {
|
|
57
57
|
for (var o = 1; o < arguments.length; o++) {
|
|
58
58
|
var t = arguments[o];
|
|
59
|
-
for (var
|
|
60
|
-
e[
|
|
59
|
+
for (var r in t)
|
|
60
|
+
e[r] = t[r];
|
|
61
61
|
}
|
|
62
62
|
return e;
|
|
63
63
|
}
|
|
@@ -73,33 +73,33 @@ var De = {
|
|
|
73
73
|
}
|
|
74
74
|
};
|
|
75
75
|
function J(e, o) {
|
|
76
|
-
function t(a, l,
|
|
76
|
+
function t(a, l, n) {
|
|
77
77
|
if (!(typeof document > "u")) {
|
|
78
|
-
|
|
78
|
+
n = X({}, o, n), typeof n.expires == "number" && (n.expires = new Date(Date.now() + n.expires * 864e5)), n.expires && (n.expires = n.expires.toUTCString()), a = encodeURIComponent(a).replace(/%(2[346B]|5E|60|7C)/g, decodeURIComponent).replace(/[()]/g, escape);
|
|
79
79
|
var c = "";
|
|
80
|
-
for (var u in
|
|
81
|
-
|
|
80
|
+
for (var u in n)
|
|
81
|
+
n[u] && (c += "; " + u, n[u] !== !0 && (c += "=" + n[u].split(";")[0]));
|
|
82
82
|
return document.cookie = a + "=" + e.write(l, a) + c;
|
|
83
83
|
}
|
|
84
84
|
}
|
|
85
|
-
function
|
|
85
|
+
function r(a) {
|
|
86
86
|
if (!(typeof document > "u" || arguments.length && !a)) {
|
|
87
|
-
for (var l = document.cookie ? document.cookie.split("; ") : [],
|
|
87
|
+
for (var l = document.cookie ? document.cookie.split("; ") : [], n = {}, c = 0; c < l.length; c++) {
|
|
88
88
|
var u = l[c].split("="), s = u.slice(1).join("=");
|
|
89
89
|
try {
|
|
90
90
|
var _ = decodeURIComponent(u[0]);
|
|
91
|
-
if (
|
|
91
|
+
if (n[_] = e.read(s, _), a === _)
|
|
92
92
|
break;
|
|
93
93
|
} catch {
|
|
94
94
|
}
|
|
95
95
|
}
|
|
96
|
-
return a ?
|
|
96
|
+
return a ? n[a] : n;
|
|
97
97
|
}
|
|
98
98
|
}
|
|
99
99
|
return Object.create(
|
|
100
100
|
{
|
|
101
101
|
set: t,
|
|
102
|
-
get:
|
|
102
|
+
get: r,
|
|
103
103
|
remove: function(a, l) {
|
|
104
104
|
t(
|
|
105
105
|
a,
|
|
@@ -153,27 +153,27 @@ function Se(e, o) {
|
|
|
153
153
|
if (!t)
|
|
154
154
|
return Promise.reject(e);
|
|
155
155
|
t.status === 401 && Ae();
|
|
156
|
-
let
|
|
157
|
-
return
|
|
156
|
+
let r = (a = t.data) == null ? void 0 : a.message;
|
|
157
|
+
return r || (r = {
|
|
158
158
|
code: t.status,
|
|
159
159
|
message: t.statusText
|
|
160
|
-
}), o(
|
|
160
|
+
}), o(r), Promise.reject(e);
|
|
161
161
|
}
|
|
162
162
|
function Ae() {
|
|
163
163
|
j.remove("accessToken"), j.remove("refreshToken"), j.remove("activeOrg"), ue().replace({ path: "/passport/login" });
|
|
164
164
|
}
|
|
165
165
|
function qe(e) {
|
|
166
166
|
return { all: e = e || /* @__PURE__ */ new Map(), on: function(o, t) {
|
|
167
|
-
var
|
|
168
|
-
|
|
167
|
+
var r = e.get(o);
|
|
168
|
+
r ? r.push(t) : e.set(o, [t]);
|
|
169
169
|
}, off: function(o, t) {
|
|
170
|
-
var
|
|
171
|
-
|
|
170
|
+
var r = e.get(o);
|
|
171
|
+
r && (t ? r.splice(r.indexOf(t) >>> 0, 1) : e.set(o, []));
|
|
172
172
|
}, emit: function(o, t) {
|
|
173
|
-
var
|
|
174
|
-
|
|
173
|
+
var r = e.get(o);
|
|
174
|
+
r && r.slice().map(function(a) {
|
|
175
175
|
a(t);
|
|
176
|
-
}), (
|
|
176
|
+
}), (r = e.get("*")) && r.slice().map(function(a) {
|
|
177
177
|
a(o, t);
|
|
178
178
|
});
|
|
179
179
|
} };
|
|
@@ -187,10 +187,10 @@ async function kt(e) {
|
|
|
187
187
|
});
|
|
188
188
|
}
|
|
189
189
|
async function ee(e, o, t) {
|
|
190
|
-
const
|
|
190
|
+
const r = Date.now();
|
|
191
191
|
return new Promise((a) => {
|
|
192
192
|
const l = async () => {
|
|
193
|
-
e() ? a(!0) : o && Date.now() -
|
|
193
|
+
e() ? a(!0) : o && Date.now() - r > o ? a(!1) : setTimeout(l, t ?? 30);
|
|
194
194
|
};
|
|
195
195
|
l();
|
|
196
196
|
});
|
|
@@ -214,19 +214,19 @@ async function Ct(e) {
|
|
|
214
214
|
if (!pe())
|
|
215
215
|
return;
|
|
216
216
|
let o = !1, t;
|
|
217
|
-
const
|
|
217
|
+
const r = (l) => {
|
|
218
218
|
t = l, o = !0;
|
|
219
219
|
}, a = se();
|
|
220
|
-
return p.on("confirmDlgResult" + a,
|
|
220
|
+
return p.on("confirmDlgResult" + a, r), p.emit("confirmDlg", { ...e, seq: a }), await ee(() => o), p.off("confirmDlgResult" + a, r), t;
|
|
221
221
|
}
|
|
222
222
|
async function bt(e) {
|
|
223
223
|
if (!pe())
|
|
224
224
|
return;
|
|
225
225
|
let o = !1, t;
|
|
226
|
-
const
|
|
226
|
+
const r = (l) => {
|
|
227
227
|
t = l, o = !0;
|
|
228
228
|
}, a = se();
|
|
229
|
-
return p.on("promptDlgResult" + a,
|
|
229
|
+
return p.on("promptDlgResult" + a, r), p.emit("promptDlg", { ...e, seq: a }), await ee(() => o), p.off("promptDlgResult" + a, r), t;
|
|
230
230
|
}
|
|
231
231
|
function Dt(e) {
|
|
232
232
|
p.emit("openWaitDlg", { text: e });
|
|
@@ -347,22 +347,22 @@ const Ee = [
|
|
|
347
347
|
requiredState: "org"
|
|
348
348
|
},
|
|
349
349
|
{
|
|
350
|
-
app: "x-
|
|
351
|
-
path: "/
|
|
350
|
+
app: "x-compute-mf",
|
|
351
|
+
path: "/compute",
|
|
352
352
|
level: 1,
|
|
353
353
|
requiredState: "org",
|
|
354
354
|
mainActive: 2
|
|
355
355
|
},
|
|
356
356
|
{
|
|
357
|
-
app: "x-
|
|
358
|
-
path: "/
|
|
357
|
+
app: "x-data-mf",
|
|
358
|
+
path: "/data",
|
|
359
359
|
level: 1,
|
|
360
360
|
requiredState: "org",
|
|
361
361
|
mainActive: 2
|
|
362
362
|
},
|
|
363
363
|
{
|
|
364
|
-
app: "x-
|
|
365
|
-
path: "/
|
|
364
|
+
app: "x-resource-mf",
|
|
365
|
+
path: "/resource",
|
|
366
366
|
level: 1,
|
|
367
367
|
requiredState: "org",
|
|
368
368
|
mainActive: 2
|
|
@@ -370,28 +370,28 @@ const Ee = [
|
|
|
370
370
|
];
|
|
371
371
|
function K(e) {
|
|
372
372
|
let o, t = 0;
|
|
373
|
-
const
|
|
373
|
+
const r = e.split("/").filter((a) => a.trim() !== "");
|
|
374
374
|
return Ee.forEach((a) => {
|
|
375
375
|
const l = a.path.split("/").filter((c) => c.trim() !== "");
|
|
376
|
-
let
|
|
377
|
-
for (let c = 0; c <
|
|
378
|
-
|
|
379
|
-
|
|
376
|
+
let n = 0;
|
|
377
|
+
for (let c = 0; c < r.length && !(c >= l.length || r[c] !== l[c]); c++)
|
|
378
|
+
n++;
|
|
379
|
+
n > 0 && n > t && (o = a, t = n);
|
|
380
380
|
}), o;
|
|
381
381
|
}
|
|
382
382
|
const N = d("");
|
|
383
383
|
function L(e, o) {
|
|
384
384
|
const t = G();
|
|
385
385
|
o === "/" && (o = t.lastAppPath);
|
|
386
|
-
const
|
|
387
|
-
if (!
|
|
386
|
+
const r = K(e), a = K(o);
|
|
387
|
+
if (!r) {
|
|
388
388
|
console.assert(!1);
|
|
389
389
|
return;
|
|
390
390
|
}
|
|
391
391
|
if (console.info(`~~~~routeChange~~~~ ${o} -> ${e}`), !a)
|
|
392
392
|
return;
|
|
393
|
-
const l =
|
|
394
|
-
l ?
|
|
393
|
+
const l = r.app === a.app, n = r.path === a.path, c = r.level >= a.level;
|
|
394
|
+
l ? n ? N.value = "" : N.value = c ? "inner-left" : "inner-right" : (N.value = "", Re(r.app, c));
|
|
395
395
|
}
|
|
396
396
|
function je() {
|
|
397
397
|
return !!j.get("accessToken");
|
|
@@ -400,41 +400,41 @@ function Te() {
|
|
|
400
400
|
return !!j.get("activeOrg");
|
|
401
401
|
}
|
|
402
402
|
function qt(e, o, t) {
|
|
403
|
-
const
|
|
403
|
+
const r = je(), a = Te(), l = K(e.path);
|
|
404
404
|
if (!l) {
|
|
405
405
|
console.assert(!1), t();
|
|
406
406
|
return;
|
|
407
407
|
}
|
|
408
408
|
if (l.requiredState === "auth")
|
|
409
|
-
if (
|
|
409
|
+
if (r)
|
|
410
410
|
if (a) {
|
|
411
|
-
const
|
|
412
|
-
L(
|
|
411
|
+
const n = "/main";
|
|
412
|
+
L(n, o.path), t({ path: n });
|
|
413
413
|
} else
|
|
414
414
|
L(e.path, o.path), t();
|
|
415
415
|
else {
|
|
416
|
-
const
|
|
417
|
-
L(
|
|
416
|
+
const n = "/passport/login";
|
|
417
|
+
L(n, o.path), t({ path: n });
|
|
418
418
|
}
|
|
419
419
|
else if (l.requiredState === "org")
|
|
420
|
-
if (
|
|
420
|
+
if (r)
|
|
421
421
|
if (a)
|
|
422
422
|
L(e.path, o.path), t();
|
|
423
423
|
else {
|
|
424
|
-
const
|
|
425
|
-
L(
|
|
424
|
+
const n = "/org/joinOrCreate";
|
|
425
|
+
L(n, o.path), t({ path: n });
|
|
426
426
|
}
|
|
427
427
|
else {
|
|
428
|
-
const
|
|
429
|
-
L(
|
|
428
|
+
const n = "/passport/login";
|
|
429
|
+
L(n, o.path), t({ path: n });
|
|
430
430
|
}
|
|
431
|
-
else if (
|
|
431
|
+
else if (r)
|
|
432
432
|
if (a) {
|
|
433
|
-
const
|
|
434
|
-
L(
|
|
433
|
+
const n = "/main";
|
|
434
|
+
L(n, o.path), t({ path: n });
|
|
435
435
|
} else {
|
|
436
|
-
const
|
|
437
|
-
L(
|
|
436
|
+
const n = "/org/joinOrCreate";
|
|
437
|
+
L(n, o.path), t({ path: n });
|
|
438
438
|
}
|
|
439
439
|
else
|
|
440
440
|
L(e.path, o.path), t();
|
|
@@ -442,18 +442,18 @@ function qt(e, o, t) {
|
|
|
442
442
|
const Be = /* @__PURE__ */ T({
|
|
443
443
|
__name: "index",
|
|
444
444
|
setup(e) {
|
|
445
|
-
const { t: o } = Y(), t = $(),
|
|
445
|
+
const { t: o } = Y(), t = $(), r = g({
|
|
446
446
|
get() {
|
|
447
447
|
return t.hasView("confirmDlg");
|
|
448
448
|
},
|
|
449
449
|
set(m) {
|
|
450
450
|
m ? t.addView("confirmDlg") : t.delView("confirmDlg");
|
|
451
451
|
}
|
|
452
|
-
}), a = d(""), l = d(""),
|
|
452
|
+
}), a = d(""), l = d(""), n = d(""), c = d(""), u = d(""), s = d("");
|
|
453
453
|
let _ = 0, y = !1;
|
|
454
454
|
const i = (m) => {
|
|
455
455
|
var x, b, S, R;
|
|
456
|
-
a.value = m.title, l.value = m.text,
|
|
456
|
+
a.value = m.title, l.value = m.text, n.value = ((x = m.cancel) == null ? void 0 : x.color) ?? "primary", c.value = ((b = m.cancel) == null ? void 0 : b.text) ?? o("dlg.common.cancel"), u.value = ((S = m.confirm) == null ? void 0 : S.color) ?? "primary", s.value = ((R = m.confirm) == null ? void 0 : R.text) ?? o("dlg.common.confirm"), _ = m.seq, y = !1, r.value = !0;
|
|
457
457
|
};
|
|
458
458
|
V(() => {
|
|
459
459
|
p.on("confirmDlg", i);
|
|
@@ -461,19 +461,19 @@ const Be = /* @__PURE__ */ T({
|
|
|
461
461
|
p.off("confirmDlg", i);
|
|
462
462
|
});
|
|
463
463
|
const M = () => {
|
|
464
|
-
|
|
464
|
+
r.value = !1, y || (p.emit("confirmDlgResult" + _, !0), y = !0);
|
|
465
465
|
};
|
|
466
|
-
return Z(
|
|
466
|
+
return Z(r, (m) => {
|
|
467
467
|
!m && !y && (p.emit("confirmDlgResult" + _, !1), y = !0);
|
|
468
468
|
}), (m, x) => {
|
|
469
469
|
const b = h("v-card-text"), S = h("v-btn"), R = h("v-card-actions"), f = h("v-card"), k = h("v-dialog");
|
|
470
470
|
return D(), O(k, {
|
|
471
|
-
modelValue:
|
|
472
|
-
"onUpdate:modelValue": x[1] || (x[1] = (A) =>
|
|
471
|
+
modelValue: r.value,
|
|
472
|
+
"onUpdate:modelValue": x[1] || (x[1] = (A) => r.value = A),
|
|
473
473
|
transition: "dialog-top-transition",
|
|
474
474
|
"max-width": "600px",
|
|
475
475
|
onKeydown: [
|
|
476
|
-
x[2] || (x[2] = F(W((A) =>
|
|
476
|
+
x[2] || (x[2] = F(W((A) => r.value = !1, ["stop", "prevent"]), ["esc"])),
|
|
477
477
|
F(W(M, ["stop", "prevent"]), ["enter"])
|
|
478
478
|
]
|
|
479
479
|
}, {
|
|
@@ -489,9 +489,9 @@ const Be = /* @__PURE__ */ T({
|
|
|
489
489
|
C(R, { class: "d-flex justify-end" }, {
|
|
490
490
|
default: w(() => [
|
|
491
491
|
C(S, {
|
|
492
|
-
color:
|
|
492
|
+
color: n.value,
|
|
493
493
|
variant: "text",
|
|
494
|
-
onClick: x[0] || (x[0] = (A) =>
|
|
494
|
+
onClick: x[0] || (x[0] = (A) => r.value = !1)
|
|
495
495
|
}, {
|
|
496
496
|
default: w(() => [
|
|
497
497
|
E(q(c.value), 1)
|
|
@@ -540,19 +540,19 @@ const Be = /* @__PURE__ */ T({
|
|
|
540
540
|
zIndex: { default: 1 }
|
|
541
541
|
},
|
|
542
542
|
setup(e) {
|
|
543
|
-
const o = P(), t = e,
|
|
543
|
+
const o = P(), t = e, r = g(() => ({
|
|
544
544
|
background: o.current.value.dark ? "#1e1e1e" : "#ffffff",
|
|
545
545
|
zIndex: t.zIndex
|
|
546
546
|
}));
|
|
547
547
|
return (a, l) => (D(), Q("div", {
|
|
548
548
|
class: "x-cont",
|
|
549
|
-
style:
|
|
549
|
+
style: re(r.value)
|
|
550
550
|
}, $e, 4));
|
|
551
551
|
}
|
|
552
552
|
}), te = (e, o) => {
|
|
553
553
|
const t = e.__vccOpts || e;
|
|
554
|
-
for (const [
|
|
555
|
-
t[
|
|
554
|
+
for (const [r, a] of o)
|
|
555
|
+
t[r] = a;
|
|
556
556
|
return t;
|
|
557
557
|
}, ze = /* @__PURE__ */ te(He, [["__scopeId", "data-v-7ab74c70"]]);
|
|
558
558
|
var Xe = "M13,13H11V7H13M13,17H11V15H13M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z", Fe = "M12 2C6.5 2 2 6.5 2 12S6.5 22 12 22 22 17.5 22 12 17.5 2 12 2M10 17L5 12L6.41 10.59L10 14.17L17.59 6.58L19 8L10 17Z", Ke = "M19,6.41L17.59,5L12,10.59L6.41,5L5,6.41L10.59,12L5,17.59L6.41,19L12,13.41L17.59,19L19,17.59L13.41,12L19,6.41Z", Ze = "M12,2C17.53,2 22,6.47 22,12C22,17.53 17.53,22 12,22C6.47,22 2,17.53 2,12C2,6.47 6.47,2 12,2M15.59,7L12,10.59L8.41,7L7,8.41L10.59,12L7,15.59L8.41,17L12,13.41L15.59,17L17,15.59L13.41,12L17,8.41L15.59,7Z", Ge = "M13,9H11V7H13M13,17H11V11H13M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z";
|
|
@@ -566,7 +566,7 @@ const Ne = /* @__PURE__ */ T({
|
|
|
566
566
|
},
|
|
567
567
|
emits: ["timeout"],
|
|
568
568
|
setup(e, { emit: o }) {
|
|
569
|
-
const t = e,
|
|
569
|
+
const t = e, r = g(() => ({
|
|
570
570
|
width: "calc(100% - 64px)",
|
|
571
571
|
overflowWrap: "break-word"
|
|
572
572
|
})), a = g(() => {
|
|
@@ -582,13 +582,13 @@ const Ne = /* @__PURE__ */ T({
|
|
|
582
582
|
default:
|
|
583
583
|
return "";
|
|
584
584
|
}
|
|
585
|
-
}), l = d(!0),
|
|
585
|
+
}), l = d(!0), n = o;
|
|
586
586
|
return V(() => {
|
|
587
587
|
setTimeout(() => {
|
|
588
|
-
|
|
588
|
+
n("timeout", t.id);
|
|
589
589
|
}, t.timeout);
|
|
590
590
|
}), Z(l, (c) => {
|
|
591
|
-
c ||
|
|
591
|
+
c || n("timeout", t.id);
|
|
592
592
|
}), (c, u) => {
|
|
593
593
|
const s = h("v-icon"), _ = h("v-sheet");
|
|
594
594
|
return D(), O(_, {
|
|
@@ -601,14 +601,14 @@ const Ne = /* @__PURE__ */ T({
|
|
|
601
601
|
key: 0,
|
|
602
602
|
class: "mx-1",
|
|
603
603
|
icon: a.value
|
|
604
|
-
}, null, 8, ["icon"])) :
|
|
604
|
+
}, null, 8, ["icon"])) : ne("", !0),
|
|
605
605
|
v("div", {
|
|
606
|
-
style:
|
|
606
|
+
style: re(r.value)
|
|
607
607
|
}, q(t.text), 5),
|
|
608
608
|
C(s, {
|
|
609
609
|
class: "mx-1",
|
|
610
610
|
icon: le(Ke),
|
|
611
|
-
onClick: u[0] || (u[0] = (y) =>
|
|
611
|
+
onClick: u[0] || (u[0] = (y) => n("timeout", t.id))
|
|
612
612
|
}, null, 8, ["icon"])
|
|
613
613
|
]),
|
|
614
614
|
_: 1
|
|
@@ -626,14 +626,14 @@ const Ne = /* @__PURE__ */ T({
|
|
|
626
626
|
});
|
|
627
627
|
const t = (c) => {
|
|
628
628
|
l(c.type, c.text, c.timeout);
|
|
629
|
-
},
|
|
630
|
-
|
|
629
|
+
}, r = (c) => {
|
|
630
|
+
n(c);
|
|
631
631
|
};
|
|
632
632
|
let a = 0;
|
|
633
633
|
const l = (c, u, s) => {
|
|
634
634
|
const _ = a++;
|
|
635
635
|
o.value.push({ id: _, type: c, text: u, timeout: s });
|
|
636
|
-
},
|
|
636
|
+
}, n = (c) => {
|
|
637
637
|
const u = o.value.findIndex((s) => s.id === c);
|
|
638
638
|
u >= 0 && o.value.splice(u, 1);
|
|
639
639
|
};
|
|
@@ -648,25 +648,25 @@ const Ne = /* @__PURE__ */ T({
|
|
|
648
648
|
type: s.type,
|
|
649
649
|
text: s.text,
|
|
650
650
|
timeout: s.timeout,
|
|
651
|
-
onTimeout:
|
|
651
|
+
onTimeout: r
|
|
652
652
|
}, null, 8, ["id", "type", "text", "timeout"]))), 128))
|
|
653
653
|
]));
|
|
654
654
|
}
|
|
655
655
|
}), Ye = /* @__PURE__ */ te(Je, [["__scopeId", "data-v-d525e6f5"]]), Pe = /* @__PURE__ */ T({
|
|
656
656
|
__name: "index",
|
|
657
657
|
setup(e) {
|
|
658
|
-
const { t: o } = Y(), t = $(),
|
|
658
|
+
const { t: o } = Y(), t = $(), r = g({
|
|
659
659
|
get() {
|
|
660
660
|
return t.hasView("promptDlg");
|
|
661
661
|
},
|
|
662
662
|
set(f) {
|
|
663
663
|
f ? t.addView("promptDlg") : t.delView("promptDlg");
|
|
664
664
|
}
|
|
665
|
-
}), a = d(""), l = d(""),
|
|
665
|
+
}), a = d(""), l = d(""), n = d(""), c = d(""), u = d(), s = d(""), _ = d(""), y = d(""), i = d(""), M = d(""), m = d();
|
|
666
666
|
let x = 0, b = !1;
|
|
667
667
|
const S = async (f) => {
|
|
668
668
|
var k, A, H, z, B;
|
|
669
|
-
a.value = f.title, l.value = f.text,
|
|
669
|
+
a.value = f.title, l.value = f.text, n.value = f.label, c.value = f.placeholder, u.value = f.rules, s.value = f.value, _.value = ((k = f.cancel) == null ? void 0 : k.color) ?? "primary", y.value = ((A = f.cancel) == null ? void 0 : A.text) ?? o("dlg.common.cancel"), i.value = ((H = f.confirm) == null ? void 0 : H.color) ?? "primary", M.value = ((z = f.confirm) == null ? void 0 : z.text) ?? o("dlg.common.confirm"), x = f.seq, b = !1, r.value = !0, await ee(() => !!m.value, 1e3), (B = m.value) == null || B.focus();
|
|
670
670
|
};
|
|
671
671
|
V(() => {
|
|
672
672
|
p.on("promptDlg", S);
|
|
@@ -674,19 +674,19 @@ const Ne = /* @__PURE__ */ T({
|
|
|
674
674
|
p.off("promptDlg", S);
|
|
675
675
|
});
|
|
676
676
|
const R = () => {
|
|
677
|
-
|
|
677
|
+
r.value = !1, b || (p.emit("promptDlgResult" + x, s.value ?? ""), b = !0);
|
|
678
678
|
};
|
|
679
|
-
return Z(
|
|
679
|
+
return Z(r, (f) => {
|
|
680
680
|
!f && !b && (p.emit("promptDlgResult" + x, void 0), b = !0);
|
|
681
681
|
}), (f, k) => {
|
|
682
682
|
const A = h("v-card-text"), H = h("v-text-field"), z = h("v-form"), B = h("v-btn"), de = h("v-card-actions"), _e = h("v-card"), ie = h("v-dialog");
|
|
683
683
|
return D(), O(ie, {
|
|
684
|
-
modelValue:
|
|
685
|
-
"onUpdate:modelValue": k[2] || (k[2] = (U) =>
|
|
684
|
+
modelValue: r.value,
|
|
685
|
+
"onUpdate:modelValue": k[2] || (k[2] = (U) => r.value = U),
|
|
686
686
|
transition: "dialog-top-transition",
|
|
687
687
|
"max-width": "600px",
|
|
688
688
|
onKeydown: [
|
|
689
|
-
k[3] || (k[3] = F(W((U) =>
|
|
689
|
+
k[3] || (k[3] = F(W((U) => r.value = !1, ["stop", "prevent"]), ["esc"])),
|
|
690
690
|
F(W(R, ["stop", "prevent"]), ["enter"])
|
|
691
691
|
]
|
|
692
692
|
}, {
|
|
@@ -698,7 +698,7 @@ const Ne = /* @__PURE__ */ T({
|
|
|
698
698
|
E(q(l.value), 1)
|
|
699
699
|
]),
|
|
700
700
|
_: 1
|
|
701
|
-
})) :
|
|
701
|
+
})) : ne("", !0),
|
|
702
702
|
C(z, { class: "mx-3" }, {
|
|
703
703
|
default: w(() => [
|
|
704
704
|
C(H, {
|
|
@@ -706,7 +706,7 @@ const Ne = /* @__PURE__ */ T({
|
|
|
706
706
|
ref: m,
|
|
707
707
|
modelValue: s.value,
|
|
708
708
|
"onUpdate:modelValue": k[0] || (k[0] = (U) => s.value = U),
|
|
709
|
-
label:
|
|
709
|
+
label: n.value,
|
|
710
710
|
placeholder: c.value,
|
|
711
711
|
rules: u.value
|
|
712
712
|
}, null, 8, ["modelValue", "label", "placeholder", "rules"])
|
|
@@ -718,7 +718,7 @@ const Ne = /* @__PURE__ */ T({
|
|
|
718
718
|
C(B, {
|
|
719
719
|
color: _.value,
|
|
720
720
|
variant: "text",
|
|
721
|
-
onClick: k[1] || (k[1] = (U) =>
|
|
721
|
+
onClick: k[1] || (k[1] = (U) => r.value = !1)
|
|
722
722
|
}, {
|
|
723
723
|
default: w(() => [
|
|
724
724
|
E(q(y.value), 1)
|
|
@@ -749,7 +749,7 @@ const Ne = /* @__PURE__ */ T({
|
|
|
749
749
|
}), et = { class: "mx-auto my-auto" }, tt = { class: "w-100 h-100 d-flex align-center justify-center" }, ot = { class: "text-body-1" }, at = /* @__PURE__ */ T({
|
|
750
750
|
__name: "index",
|
|
751
751
|
setup(e) {
|
|
752
|
-
const { t: o } = Y(), t = $(),
|
|
752
|
+
const { t: o } = Y(), t = $(), r = g({
|
|
753
753
|
get() {
|
|
754
754
|
return t.hasView("waitDlg");
|
|
755
755
|
},
|
|
@@ -757,19 +757,19 @@ const Ne = /* @__PURE__ */ T({
|
|
|
757
757
|
c ? t.addView("waitDlg") : t.delView("waitDlg");
|
|
758
758
|
}
|
|
759
759
|
}), a = d(""), l = (c) => {
|
|
760
|
-
a.value = c.text ?? o("dlg.common.waiting"),
|
|
761
|
-
},
|
|
762
|
-
|
|
760
|
+
a.value = c.text ?? o("dlg.common.waiting"), r.value = !0;
|
|
761
|
+
}, n = () => {
|
|
762
|
+
r.value = !1;
|
|
763
763
|
};
|
|
764
764
|
return V(() => {
|
|
765
|
-
p.on("openWaitDlg", l), p.on("closeWaitDlg",
|
|
765
|
+
p.on("openWaitDlg", l), p.on("closeWaitDlg", n);
|
|
766
766
|
}), I(() => {
|
|
767
|
-
p.off("openWaitDlg", l), p.off("closeWaitDlg",
|
|
767
|
+
p.off("openWaitDlg", l), p.off("closeWaitDlg", n);
|
|
768
768
|
}), (c, u) => {
|
|
769
769
|
const s = h("v-card"), _ = h("v-dialog");
|
|
770
770
|
return D(), O(_, {
|
|
771
|
-
modelValue:
|
|
772
|
-
"onUpdate:modelValue": u[0] || (u[0] = (y) =>
|
|
771
|
+
modelValue: r.value,
|
|
772
|
+
"onUpdate:modelValue": u[0] || (u[0] = (y) => r.value = y),
|
|
773
773
|
persistent: "",
|
|
774
774
|
"no-click-animation": "",
|
|
775
775
|
fullscreen: ""
|
|
@@ -794,22 +794,22 @@ const Ne = /* @__PURE__ */ T({
|
|
|
794
794
|
}, 8, ["modelValue"]);
|
|
795
795
|
};
|
|
796
796
|
}
|
|
797
|
-
}),
|
|
797
|
+
}), rt = (e) => {
|
|
798
798
|
e.component("XConfirmDlg", Be), e.component("XLoading", ze), e.component("XMessage", Ye), e.component("XPromptDlg", Pe), e.component("XWaitDlg", at);
|
|
799
799
|
};
|
|
800
800
|
function Rt() {
|
|
801
|
-
const e = P(), o = g(() => e.global.current.value.colors.primary), t = g(() => e.global.current.value.colors.secondary),
|
|
801
|
+
const e = P(), o = g(() => e.global.current.value.colors.primary), t = g(() => e.global.current.value.colors.secondary), r = g(() => e.current.value.dark ? "#2e2e2e" : "#bdbdbd"), a = g(() => e.current.value.dark ? "#272727" : "#eeeeee"), l = g(() => e.current.value.dark ? "#1e1e1e" : "#ffffff"), n = g(() => e.current.value.dark ? "#303030" : "#f6f6f6"), c = g(() => e.current.value.dark ? "#ffffff1f" : "#0000001f");
|
|
802
802
|
return {
|
|
803
803
|
primaryColor: o,
|
|
804
804
|
secondaryColor: t,
|
|
805
|
-
backgroundColor0:
|
|
805
|
+
backgroundColor0: r,
|
|
806
806
|
backgroundColor1: a,
|
|
807
807
|
backgroundColor2: l,
|
|
808
|
-
highlightColor:
|
|
808
|
+
highlightColor: n,
|
|
809
809
|
borderColor: c
|
|
810
810
|
};
|
|
811
811
|
}
|
|
812
|
-
function
|
|
812
|
+
function nt(e) {
|
|
813
813
|
return he() ? (we(e), !0) : !1;
|
|
814
814
|
}
|
|
815
815
|
function lt(e) {
|
|
@@ -829,16 +829,16 @@ function st(e) {
|
|
|
829
829
|
return g(() => (o.value, !!e()));
|
|
830
830
|
}
|
|
831
831
|
function dt(e, o = {}) {
|
|
832
|
-
const { window: t = ut } = o,
|
|
832
|
+
const { window: t = ut } = o, r = st(() => t && "matchMedia" in t && typeof t.matchMedia == "function");
|
|
833
833
|
let a;
|
|
834
|
-
const l = d(!1),
|
|
834
|
+
const l = d(!1), n = (s) => {
|
|
835
835
|
l.value = s.matches;
|
|
836
836
|
}, c = () => {
|
|
837
|
-
a && ("removeEventListener" in a ? a.removeEventListener("change",
|
|
837
|
+
a && ("removeEventListener" in a ? a.removeEventListener("change", n) : a.removeListener(n));
|
|
838
838
|
}, u = ye(() => {
|
|
839
|
-
|
|
839
|
+
r.value && (c(), a = t.matchMedia(lt(e)), "addEventListener" in a ? a.addEventListener("change", n) : a.addListener(n), l.value = a.matches);
|
|
840
840
|
});
|
|
841
|
-
return
|
|
841
|
+
return nt(() => {
|
|
842
842
|
u(), c(), a = void 0;
|
|
843
843
|
}), l;
|
|
844
844
|
}
|
|
@@ -846,19 +846,19 @@ function _t(e) {
|
|
|
846
846
|
return dt("(prefers-color-scheme: dark)", e);
|
|
847
847
|
}
|
|
848
848
|
function it() {
|
|
849
|
-
const e = be(), o = G(), t = _t(),
|
|
850
|
-
return { dark:
|
|
849
|
+
const e = be(), o = G(), t = _t(), r = g(() => typeof o.dark == "boolean" ? o.dark : t.value), a = g(() => !!window.cordova), l = g(() => e.width.value <= 1280 ? e.width.value + "px" : e.width.value <= 1920 ? 1920 / 2.5 + "px" : 2560 / 2.5 + "px");
|
|
850
|
+
return { dark: r, sysBarAvail: a, compactWidth: l };
|
|
851
851
|
}
|
|
852
852
|
function It() {
|
|
853
|
-
const e = Ce(), o = ue(), t = P(), { dark:
|
|
853
|
+
const e = Ce(), o = ue(), t = P(), { dark: r } = it(), a = G(), l = $();
|
|
854
854
|
Z(
|
|
855
|
-
|
|
855
|
+
r,
|
|
856
856
|
(i) => {
|
|
857
857
|
t.global.name.value = i ? "dark" : "light";
|
|
858
858
|
},
|
|
859
859
|
{ immediate: !0 }
|
|
860
860
|
);
|
|
861
|
-
const
|
|
861
|
+
const n = (i) => {
|
|
862
862
|
if (i.key === "Escape") {
|
|
863
863
|
c();
|
|
864
864
|
return;
|
|
@@ -878,9 +878,9 @@ function It() {
|
|
|
878
878
|
) : o.back();
|
|
879
879
|
};
|
|
880
880
|
V(() => {
|
|
881
|
-
window.addEventListener("keydown",
|
|
881
|
+
window.addEventListener("keydown", n), p.on("backbutton", c);
|
|
882
882
|
}), I(() => {
|
|
883
|
-
window.removeEventListener("keydown",
|
|
883
|
+
window.removeEventListener("keydown", n), p.off("backbutton", c);
|
|
884
884
|
});
|
|
885
885
|
const u = (i) => {
|
|
886
886
|
a.dark = i;
|
|
@@ -899,14 +899,14 @@ function It() {
|
|
|
899
899
|
}
|
|
900
900
|
function Ot() {
|
|
901
901
|
const e = G();
|
|
902
|
-
function o(t,
|
|
902
|
+
function o(t, r) {
|
|
903
903
|
const a = e.permissionObjects[t];
|
|
904
|
-
return a ?
|
|
904
|
+
return a ? r ? !(!ae(a.includes, r) || ae(a.excludes, r)) : !0 : !1;
|
|
905
905
|
}
|
|
906
906
|
return { verifyPermission: o };
|
|
907
907
|
}
|
|
908
908
|
function Et(e, o) {
|
|
909
|
-
const t = $(),
|
|
909
|
+
const t = $(), r = g({
|
|
910
910
|
get() {
|
|
911
911
|
return t.hasView(e);
|
|
912
912
|
},
|
|
@@ -914,17 +914,17 @@ function Et(e, o) {
|
|
|
914
914
|
l ? t.addView(e) : t.delView(e);
|
|
915
915
|
}
|
|
916
916
|
}), a = (l) => {
|
|
917
|
-
o == null || o(l),
|
|
917
|
+
o == null || o(l), r.value = !0;
|
|
918
918
|
};
|
|
919
919
|
return V(() => {
|
|
920
920
|
p.on(e, a);
|
|
921
921
|
}), I(() => {
|
|
922
922
|
p.off(e, a);
|
|
923
|
-
}), { open:
|
|
923
|
+
}), { open: r };
|
|
924
924
|
}
|
|
925
925
|
const ft = (e, o, t) => {
|
|
926
|
-
const
|
|
927
|
-
return
|
|
926
|
+
const r = e[o];
|
|
927
|
+
return r ? typeof r == "function" ? r() : Promise.resolve(r) : new Promise((a, l) => {
|
|
928
928
|
(typeof queueMicrotask == "function" ? queueMicrotask : setTimeout)(
|
|
929
929
|
l.bind(
|
|
930
930
|
null,
|
|
@@ -938,7 +938,7 @@ const ft = (e, o, t) => {
|
|
|
938
938
|
async function jt(e) {
|
|
939
939
|
return (await ft(/* @__PURE__ */ Object.assign({ "./locales/en/index.ts": () => import("./en-iuzmkt0n.js"), "./locales/zhHans/index.ts": () => import("./zhHans-m6y1by9n.js") }), `./locales/${e}/index.ts`, 4)).default;
|
|
940
940
|
}
|
|
941
|
-
const Tt = { install:
|
|
941
|
+
const Tt = { install: rt };
|
|
942
942
|
export {
|
|
943
943
|
Oe as Permission,
|
|
944
944
|
Re as appAppear,
|
package/dist/utils/router.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { RouteLocationNormalized, NavigationGuardNext } from 'vue-router';
|
|
2
2
|
interface RouteMeta {
|
|
3
|
-
app: 'x-app-mf' | 'x-
|
|
3
|
+
app: 'x-app-mf' | 'x-compute-mf' | 'x-data-mf' | 'x-main-mf' | 'x-mine-mf' | 'x-org-mf' | 'x-passport-mf' | 'x-resource-mf';
|
|
4
4
|
path: string;
|
|
5
5
|
level: number;
|
|
6
6
|
requiredState?: 'auth' | 'org';
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "x-essential-lib",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.6.
|
|
4
|
+
"version": "0.6.7",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "dist/index.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
@@ -28,12 +28,12 @@
|
|
|
28
28
|
},
|
|
29
29
|
"peerDependencies": {
|
|
30
30
|
"axios": "^1.7.2",
|
|
31
|
-
"pinia": "^2.
|
|
31
|
+
"pinia": "^2.2.2",
|
|
32
32
|
"pinia-plugin-persistedstate": "^3.2.1",
|
|
33
|
-
"vue": "^3.4.
|
|
34
|
-
"vue-i18n": "^9.
|
|
35
|
-
"vue-router": "^4.4.
|
|
36
|
-
"vuetify": "^3.
|
|
33
|
+
"vue": "^3.4.38",
|
|
34
|
+
"vue-i18n": "^9.14.0",
|
|
35
|
+
"vue-router": "^4.4.3",
|
|
36
|
+
"vuetify": "^3.7.0"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@mdi/js": "^7.4.47",
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
type LocaleHook = (val: any) => Promise<void>;
|
|
2
|
-
export declare class GlobalState {
|
|
3
|
-
private master;
|
|
4
|
-
private localeHook;
|
|
5
|
-
private alreadySync;
|
|
6
|
-
private handlers;
|
|
7
|
-
constructor(master: boolean, localeHook?: LocaleHook);
|
|
8
|
-
sync(): Promise<void>;
|
|
9
|
-
dispose(): void;
|
|
10
|
-
private onDarkChange;
|
|
11
|
-
private onLocaleChange;
|
|
12
|
-
private onPermissionChange;
|
|
13
|
-
private onLastAppPathChange;
|
|
14
|
-
private onSync;
|
|
15
|
-
}
|
|
16
|
-
export {};
|