x-essential-lib 0.7.12 → 0.7.14
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/components/loading/index.vue.d.ts +1 -1
- package/dist/index.js +209 -200
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
interface Props {
|
|
2
2
|
zIndex?: number;
|
|
3
3
|
}
|
|
4
|
-
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
4
|
+
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
5
5
|
export default _default;
|
package/dist/index.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
(function(){"use strict";try{if(typeof document<"u"){var
|
|
2
|
-
import { computed as y, provide as O, inject as I, ref as f, getCurrentScope as xe, onScopeDispose as be, unref as H, watchEffect as ke, getCurrentInstance as Ce, onMounted as T, watch as N, onBeforeUnmount as W, onBeforeMount as Le, defineComponent as E, resolveComponent as h, openBlock as C, createBlock as q, isRef as
|
|
3
|
-
import { useI18n as
|
|
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-4a0b025f]{position:absolute;top:0;left:0;bottom:0;right:0;display:flex;align-items:center;justify-content:center}.lds-spinner[data-v-4a0b025f]{color:official;display:inline-block;position:relative;width:40px;height:40px}.lds-spinner div[data-v-4a0b025f]{transform-origin:20px 20px;animation:lds-spinner-4a0b025f 1.2s linear infinite}.lds-spinner div[data-v-4a0b025f]:after{content:" ";display:block;position:absolute;top:3px;left:18px;width:2px;height:6px;border-radius:5%;background:#9e9e9e}.lds-spinner div[data-v-4a0b025f]:nth-child(1){transform:rotate(0);animation-delay:-1.1s}.lds-spinner div[data-v-4a0b025f]:nth-child(2){transform:rotate(30deg);animation-delay:-1s}.lds-spinner div[data-v-4a0b025f]:nth-child(3){transform:rotate(60deg);animation-delay:-.9s}.lds-spinner div[data-v-4a0b025f]:nth-child(4){transform:rotate(90deg);animation-delay:-.8s}.lds-spinner div[data-v-4a0b025f]:nth-child(5){transform:rotate(120deg);animation-delay:-.7s}.lds-spinner div[data-v-4a0b025f]:nth-child(6){transform:rotate(150deg);animation-delay:-.6s}.lds-spinner div[data-v-4a0b025f]:nth-child(7){transform:rotate(180deg);animation-delay:-.5s}.lds-spinner div[data-v-4a0b025f]:nth-child(8){transform:rotate(210deg);animation-delay:-.4s}.lds-spinner div[data-v-4a0b025f]:nth-child(9){transform:rotate(240deg);animation-delay:-.3s}.lds-spinner div[data-v-4a0b025f]:nth-child(10){transform:rotate(270deg);animation-delay:-.2s}.lds-spinner div[data-v-4a0b025f]:nth-child(11){transform:rotate(300deg);animation-delay:-.1s}.lds-spinner div[data-v-4a0b025f]:nth-child(12){transform:rotate(330deg);animation-delay:0s}@keyframes lds-spinner-4a0b025f{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-8fd5d800]{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 { computed as y, provide as O, inject as I, ref as f, getCurrentScope as xe, onScopeDispose as be, unref as H, watchEffect as ke, getCurrentInstance as Ce, onMounted as T, watch as N, onBeforeUnmount as W, onBeforeMount as Le, defineComponent as E, resolveComponent as h, openBlock as C, createBlock as q, isRef as J, withKeys as F, withModifiers as $, withCtx as w, createVNode as b, createTextVNode as V, toDisplayString as R, createElementVNode as v, normalizeStyle as re, createCommentVNode as le, createElementBlock as ae, Fragment as De, renderList as Me, useTemplateRef as Se } from "vue";
|
|
3
|
+
import { useI18n as Y } from "vue-i18n";
|
|
4
4
|
import { useTheme as ce, useDisplay as je } from "vuetify";
|
|
5
5
|
import { useRouter as ue, useRoute as Re } from "vue-router";
|
|
6
6
|
import qe from "axios";
|
|
7
|
-
function
|
|
7
|
+
function Ve() {
|
|
8
8
|
const e = ce(), t = y(() => e.global.current.value.colors.primary), a = y(() => e.global.current.value.colors.secondary), o = y(() => e.current.value.dark ? "#2e2e2e" : "#bdbdbd"), n = y(() => e.current.value.dark ? "#272727" : "#eeeeee"), l = y(() => e.current.value.dark ? "#1e1e1e" : "#ffffff"), c = y(() => e.current.value.dark ? "#303030" : "#f6f6f6"), r = y(() => e.current.value.dark ? "#ffffff1f" : "#0000001f");
|
|
9
9
|
return {
|
|
10
10
|
primaryColor: t,
|
|
@@ -25,7 +25,7 @@ function X(e) {
|
|
|
25
25
|
}
|
|
26
26
|
return e;
|
|
27
27
|
}
|
|
28
|
-
var
|
|
28
|
+
var Ae = {
|
|
29
29
|
read: function(e) {
|
|
30
30
|
return e[0] === '"' && (e = e.slice(1, -1)), e.replace(/(%[\dA-F]{2})+/gi, decodeURIComponent);
|
|
31
31
|
},
|
|
@@ -36,7 +36,7 @@ var Ve = {
|
|
|
36
36
|
);
|
|
37
37
|
}
|
|
38
38
|
};
|
|
39
|
-
function
|
|
39
|
+
function Q(e, t) {
|
|
40
40
|
function a(n, l, c) {
|
|
41
41
|
if (!(typeof document > "u")) {
|
|
42
42
|
c = X({}, t, c), typeof c.expires == "number" && (c.expires = new Date(Date.now() + c.expires * 864e5)), c.expires && (c.expires = c.expires.toUTCString()), n = encodeURIComponent(n).replace(/%(2[346B]|5E|60|7C)/g, decodeURIComponent).replace(/[()]/g, escape);
|
|
@@ -74,10 +74,10 @@ function J(e, t) {
|
|
|
74
74
|
);
|
|
75
75
|
},
|
|
76
76
|
withAttributes: function(n) {
|
|
77
|
-
return
|
|
77
|
+
return Q(this.converter, X({}, this.attributes, n));
|
|
78
78
|
},
|
|
79
79
|
withConverter: function(n) {
|
|
80
|
-
return
|
|
80
|
+
return Q(X({}, this.converter, n), this.attributes);
|
|
81
81
|
}
|
|
82
82
|
},
|
|
83
83
|
{
|
|
@@ -86,43 +86,43 @@ function J(e, t) {
|
|
|
86
86
|
}
|
|
87
87
|
);
|
|
88
88
|
}
|
|
89
|
-
var A =
|
|
89
|
+
var A = Q(Ae, { path: "/" });
|
|
90
90
|
function Et(e) {
|
|
91
91
|
const t = qe.create({
|
|
92
92
|
timeout: 6e3
|
|
93
93
|
});
|
|
94
94
|
return t.defaults.baseURL = e.baseUrl, t.interceptors.request.use(
|
|
95
|
-
(a) =>
|
|
95
|
+
(a) => Oe(a),
|
|
96
96
|
(a) => {
|
|
97
|
-
|
|
97
|
+
Ie(a, e.onError);
|
|
98
98
|
}
|
|
99
99
|
), t.interceptors.response.use(
|
|
100
|
-
(a) =>
|
|
101
|
-
(a) =>
|
|
100
|
+
(a) => Te(a),
|
|
101
|
+
(a) => Ee(a, e.onError)
|
|
102
102
|
), t;
|
|
103
103
|
}
|
|
104
|
-
function
|
|
104
|
+
function Oe(e) {
|
|
105
105
|
const t = A.get("accessToken") ?? "";
|
|
106
106
|
return e.headers.Authorization = "Basic " + t, e.headers["Content-Type"] = "application/json", e.data = JSON.stringify(e.data), e;
|
|
107
107
|
}
|
|
108
|
-
function
|
|
108
|
+
function Ie(e, t) {
|
|
109
109
|
console.error(e), t("request timeout");
|
|
110
110
|
}
|
|
111
|
-
function
|
|
111
|
+
function Te(e) {
|
|
112
112
|
return e.data;
|
|
113
113
|
}
|
|
114
|
-
function
|
|
114
|
+
function Ee(e, t) {
|
|
115
115
|
var n, l;
|
|
116
116
|
const o = e.response;
|
|
117
|
-
return o && (o.status === 401 &&
|
|
117
|
+
return o && (o.status === 401 && Be(), (n = o.data) != null && n.message ? t((l = o.data) == null ? void 0 : l.message) : t({
|
|
118
118
|
code: o.status,
|
|
119
119
|
message: o.statusText
|
|
120
120
|
})), Promise.reject(e);
|
|
121
121
|
}
|
|
122
|
-
function
|
|
122
|
+
function Be() {
|
|
123
123
|
A.remove("accessToken"), A.remove("refreshToken"), A.remove("activeOrg"), ue().replace({ path: "/passport/login" });
|
|
124
124
|
}
|
|
125
|
-
function
|
|
125
|
+
function Ue(e) {
|
|
126
126
|
return { all: e = e || /* @__PURE__ */ new Map(), on: function(t, a) {
|
|
127
127
|
var o = e.get(t);
|
|
128
128
|
o ? o.push(a) : e.set(t, [a]);
|
|
@@ -138,15 +138,15 @@ function Be(e) {
|
|
|
138
138
|
});
|
|
139
139
|
} };
|
|
140
140
|
}
|
|
141
|
-
const
|
|
142
|
-
return window.eventBus || (window.eventBus =
|
|
141
|
+
const s = function() {
|
|
142
|
+
return window.eventBus || (window.eventBus = Ue()), window.eventBus;
|
|
143
143
|
}();
|
|
144
144
|
async function Bt(e) {
|
|
145
145
|
return new Promise((t) => {
|
|
146
146
|
setTimeout(t, e);
|
|
147
147
|
});
|
|
148
148
|
}
|
|
149
|
-
async function
|
|
149
|
+
async function P(e, t, a) {
|
|
150
150
|
const o = Date.now();
|
|
151
151
|
return new Promise((n) => {
|
|
152
152
|
const l = async () => {
|
|
@@ -155,58 +155,58 @@ async function ee(e, t, a) {
|
|
|
155
155
|
l();
|
|
156
156
|
});
|
|
157
157
|
}
|
|
158
|
-
function
|
|
158
|
+
function We(e, t) {
|
|
159
159
|
const a = document.getElementById("single-spa-application:" + e);
|
|
160
160
|
a && (a.classList.remove("app-left", "app-right", "app-reset"), t ? a.classList.add("app-left") : a.classList.add("app-right"), setTimeout(() => {
|
|
161
161
|
a.classList.add("app-reset");
|
|
162
162
|
}, 50));
|
|
163
163
|
}
|
|
164
164
|
let oe = Date.now();
|
|
165
|
-
function
|
|
165
|
+
function se() {
|
|
166
166
|
const e = Date.now();
|
|
167
167
|
return e - oe > 500 ? (oe = e, !0) : !1;
|
|
168
168
|
}
|
|
169
|
-
let
|
|
170
|
-
function
|
|
171
|
-
return
|
|
169
|
+
let $e = 0;
|
|
170
|
+
function pe() {
|
|
171
|
+
return ++$e;
|
|
172
172
|
}
|
|
173
173
|
async function Ut(e) {
|
|
174
|
-
if (!
|
|
174
|
+
if (!se())
|
|
175
175
|
return;
|
|
176
176
|
let t = !1, a;
|
|
177
177
|
const o = (l) => {
|
|
178
178
|
a = l, t = !0;
|
|
179
|
-
}, n =
|
|
180
|
-
return
|
|
179
|
+
}, n = pe();
|
|
180
|
+
return s.on("confirmDlgResult" + n, o), s.emit("confirmDlg", { ...e, seq: n }), await P(() => t), s.off("confirmDlgResult" + n, o), a;
|
|
181
181
|
}
|
|
182
182
|
async function Wt(e) {
|
|
183
|
-
if (!
|
|
183
|
+
if (!se())
|
|
184
184
|
return;
|
|
185
185
|
let t = !1, a;
|
|
186
186
|
const o = (l) => {
|
|
187
187
|
a = l, t = !0;
|
|
188
|
-
}, n =
|
|
189
|
-
return
|
|
188
|
+
}, n = pe();
|
|
189
|
+
return s.on("promptDlgResult" + n, o), s.emit("promptDlg", { ...e, seq: n }), await P(() => t), s.off("promptDlgResult" + n, o), a;
|
|
190
190
|
}
|
|
191
191
|
function $t(e) {
|
|
192
|
-
|
|
192
|
+
s.emit("openWaitDlg", { text: e });
|
|
193
193
|
}
|
|
194
194
|
function Ht() {
|
|
195
|
-
|
|
195
|
+
s.emit("closeWaitDlg");
|
|
196
196
|
}
|
|
197
197
|
function Kt(e, t) {
|
|
198
|
-
|
|
198
|
+
s.emit("message", { type: "error", text: e, timeout: t });
|
|
199
199
|
}
|
|
200
200
|
function zt(e, t) {
|
|
201
|
-
|
|
201
|
+
s.emit("message", { type: "info", text: e, timeout: t });
|
|
202
202
|
}
|
|
203
203
|
function Xt(e, t) {
|
|
204
|
-
|
|
204
|
+
s.emit("message", { type: "success", text: e, timeout: t });
|
|
205
205
|
}
|
|
206
206
|
function Ft(e, t) {
|
|
207
|
-
|
|
207
|
+
s.emit("message", { type: "warning", text: e, timeout: t });
|
|
208
208
|
}
|
|
209
|
-
var
|
|
209
|
+
var He = /* @__PURE__ */ ((e) => (e.list_app_group = "list_app_group", e.create_app_group = "create_app_group", e.delete_app_group = "delete_app_group", e.update_app_group = "update_app_group", e.arrange_app_group = "arrange_app_group", e.list_app = "list_app", e.get_app = "get_app", e.create_app = "create_app", e.delete_app = "delete_app", e.update_app = "update_app", e.list_app_release = "list_app_release", e.get_app_release = "get_app_release", e.create_app_release = "create_app_release", e.delete_app_release = "delete_app_release", e.deploy_app_release = "deploy_app_release", e.open_app_layer = "open_app_layer", e.open_app = "open_app", e.list_compute_space = "list_compute_space", e.get_compute_space = "get_compute_space", e.create_compute_space = "create_compute_space", e.delete_compute_space = "delete_compute_space", e.update_compute_space = "update_compute_space", e.arrange_compute_space = "arrange_compute_space", e.list_func_group = "list_func_group", e.create_func_group = "create_func_group", e.delete_func_group = "delete_func_group", e.update_func_group = "update_func_group", e.arrange_func_group = "arrange_func_group", e.list_func = "list_func", e.get_func = "get_func", e.create_func = "create_func", e.delete_func = "delete_func", e.update_func = "update_func", e.debug_func = "debug_func", e.call_func = "call_func", e.list_func_release = "list_func_release", e.get_func_release = "get_func_release", e.create_func_release = "create_func_release", e.delete_func_release = "delete_func_release", e.deploy_func_release = "deploy_func_release", e.list_flow_group = "list_flow_group", e.create_flow_group = "create_flow_group", e.delete_flow_group = "delete_flow_group", e.update_flow_group = "update_flow_group", e.arrange_flow_group = "arrange_flow_group", e.list_flow = "list_flow", e.get_flow = "get_flow", e.create_flow = "create_flow", e.delete_flow = "delete_flow", e.update_flow = "update_flow", e.debug_flow = "debug_flow", e.call_flow = "call_flow", e.list_flow_release = "list_flow_release", e.get_flow_release = "get_flow_release", e.create_flow_release = "create_flow_release", e.delete_flow_release = "delete_flow_release", e.deploy_flow_release = "deploy_flow_release", e.list_task = "list_task", e.get_task = "get_task", e.create_task = "create_task", e.delete_task = "delete_task", e.update_task = "update_task", e.call_task = "call_task", e.open_compute_layer = "open_compute_layer", e.list_data_space = "list_data_space", e.get_data_space = "get_data_space", e.create_data_space = "create_data_space", e.delete_data_space = "delete_data_space", e.update_data_space = "update_data_space", e.arrange_data_space = "arrange_data_space", e.list_table_group = "list_table_group", e.create_table_group = "create_table_group", e.delete_table_group = "delete_table_group", e.update_table_group = "update_table_group", e.arrange_table_group = "arrange_table_group", e.list_table = "list_table", e.get_table = "get_table", e.create_table = "create_table", e.delete_table = "delete_table", e.update_table = "update_table", e.get_data = "get_data", e.create_data = "create_data", e.delete_data = "delete_data", e.update_data = "update_data", e.get_relation_graph = "get_relation_graph", e.update_relation_graph = "update_relation_graph", e.list_change = "list_change", e.apply_change = "apply_change", e.open_data_layer = "open_data_layer", e.list_resource_space = "list_resource_space", e.get_resource_space = "get_resource_space", e.create_resource_space = "create_resource_space", e.delete_resource_space = "delete_resource_space", e.update_resource_space = "update_resource_space", e.arrange_resource_space = "arrange_resource_space", e.list_dir = "list_dir", e.create_dir = "create_dir", e.delete_dir = "delete_dir", e.update_dir = "update_dir", e.move_dir = "move_dir", e.list_resource = "list_resource", e.get_resource = "get_resource", e.create_resource = "create_resource", e.delete_resource = "delete_resource", e.update_resource = "update_resource", e.move_resource = "move_resource", e.open_resource_layer = "open_resource_layer", e.list_org_member = "list_org_member", e.add_org_member = "add_org_member", e.remove_org_member = "remove_org_member", e.update_org_member = "update_org_member", e.list_org_role = "list_org_role", e.get_org_role = "get_org_role", e.create_org_role = "create_org_role", e.delete_org_role = "delete_org_role", e.update_org_role = "update_org_role", e.arrange_org_role = "arrange_org_role", e.get_org_structure = "get_org_structure", e.update_org_structure = "update_org_structure", e.filter_table = "filter_table", e))(He || {});
|
|
210
210
|
function ne(e, t) {
|
|
211
211
|
if (!e)
|
|
212
212
|
return !1;
|
|
@@ -220,48 +220,48 @@ function ne(e, t) {
|
|
|
220
220
|
return !1;
|
|
221
221
|
}), Object.keys(a).length <= 0);
|
|
222
222
|
}
|
|
223
|
-
function
|
|
223
|
+
function Ke(e, t, a) {
|
|
224
224
|
const o = e[t];
|
|
225
225
|
return o ? a ? !(!ne(o.includes, a) || ne(o.excludes, a)) : !0 : !1;
|
|
226
226
|
}
|
|
227
227
|
const _e = "essentialDark", ie = "essentialLocale", de = "essentialPermissionObjects", fe = "essentialPermissionChecksum", ge = "essentialLastAppPath", ve = "essentialViews";
|
|
228
|
-
function
|
|
228
|
+
function ze(e) {
|
|
229
229
|
O(_e, e);
|
|
230
230
|
}
|
|
231
231
|
function Zt() {
|
|
232
232
|
return I(_e);
|
|
233
233
|
}
|
|
234
|
-
function
|
|
234
|
+
function Xe(e) {
|
|
235
235
|
O(ie, e);
|
|
236
236
|
}
|
|
237
237
|
function Nt() {
|
|
238
238
|
return I(ie);
|
|
239
239
|
}
|
|
240
|
-
function
|
|
240
|
+
function Fe(e) {
|
|
241
241
|
O(de, e);
|
|
242
242
|
}
|
|
243
|
-
function
|
|
243
|
+
function Ze() {
|
|
244
244
|
return I(de);
|
|
245
245
|
}
|
|
246
|
-
function
|
|
246
|
+
function Ne(e) {
|
|
247
247
|
O(fe, e);
|
|
248
248
|
}
|
|
249
249
|
function Gt() {
|
|
250
250
|
return I(fe);
|
|
251
251
|
}
|
|
252
|
-
function
|
|
252
|
+
function Ge(e) {
|
|
253
253
|
O(ge, e);
|
|
254
254
|
}
|
|
255
255
|
function Qt() {
|
|
256
256
|
return I(ge);
|
|
257
257
|
}
|
|
258
|
-
function
|
|
258
|
+
function Qe(e) {
|
|
259
259
|
O(ve, e);
|
|
260
260
|
}
|
|
261
|
-
function
|
|
261
|
+
function Je() {
|
|
262
262
|
return I(ve);
|
|
263
263
|
}
|
|
264
|
-
const
|
|
264
|
+
const Ye = [
|
|
265
265
|
{
|
|
266
266
|
app: "x-passport-mf",
|
|
267
267
|
path: "/passport/login",
|
|
@@ -372,7 +372,7 @@ const Je = [
|
|
|
372
372
|
function Z(e) {
|
|
373
373
|
let t, a = 0;
|
|
374
374
|
const o = e.split("/").filter((n) => n.trim() !== "");
|
|
375
|
-
return
|
|
375
|
+
return Ye.forEach((n) => {
|
|
376
376
|
const l = n.path.split("/").filter((r) => r.trim() !== "");
|
|
377
377
|
let c = 0;
|
|
378
378
|
for (let r = 0; r < o.length && !(r >= l.length || o[r] !== l[r]); r++)
|
|
@@ -391,16 +391,16 @@ function S(e, t, a) {
|
|
|
391
391
|
if (console.info(`~~~~routeChange~~~~ ${t} -> ${e}`), !n)
|
|
392
392
|
return;
|
|
393
393
|
const l = o.app === n.app, c = o.path === n.path, r = o.level >= n.level;
|
|
394
|
-
l ? c ? G.value = "" : G.value = r ? "inner-left" : "inner-right" : (G.value = "",
|
|
394
|
+
l ? c ? G.value = "" : G.value = r ? "inner-left" : "inner-right" : (G.value = "", We(o.app, r));
|
|
395
395
|
}
|
|
396
|
-
function
|
|
396
|
+
function Pe() {
|
|
397
397
|
return !!A.get("accessToken");
|
|
398
398
|
}
|
|
399
|
-
function
|
|
399
|
+
function et() {
|
|
400
400
|
return !!A.get("activeOrg");
|
|
401
401
|
}
|
|
402
402
|
function Jt(e, t, a, o) {
|
|
403
|
-
const n =
|
|
403
|
+
const n = Pe(), l = et(), c = Z(e.path);
|
|
404
404
|
if (!c) {
|
|
405
405
|
console.assert(!1), a();
|
|
406
406
|
return;
|
|
@@ -439,7 +439,7 @@ function Jt(e, t, a, o) {
|
|
|
439
439
|
else
|
|
440
440
|
S(e.path, t.path, o), a();
|
|
441
441
|
}
|
|
442
|
-
function
|
|
442
|
+
function tt(e) {
|
|
443
443
|
return e.value.length <= 0;
|
|
444
444
|
}
|
|
445
445
|
function Yt(e) {
|
|
@@ -448,81 +448,81 @@ function Yt(e) {
|
|
|
448
448
|
function me(e, t) {
|
|
449
449
|
return !!e.value.find((a) => a === t);
|
|
450
450
|
}
|
|
451
|
-
function
|
|
451
|
+
function at(e, t) {
|
|
452
452
|
const a = e.value.findIndex((o) => o === t);
|
|
453
453
|
a >= 0 && e.value.splice(a, 1), e.value.push(t);
|
|
454
454
|
}
|
|
455
|
-
function
|
|
455
|
+
function ot(e, t) {
|
|
456
456
|
const a = e.value.findIndex((o) => o === t);
|
|
457
457
|
a >= 0 && e.value.splice(a, 1);
|
|
458
458
|
}
|
|
459
|
-
function
|
|
459
|
+
function nt(e) {
|
|
460
460
|
console.assert(e.value.length > 0), e.value.pop();
|
|
461
461
|
}
|
|
462
462
|
function Pt(e) {
|
|
463
463
|
e.value = [];
|
|
464
464
|
}
|
|
465
|
-
function
|
|
465
|
+
function rt(e) {
|
|
466
466
|
return xe() ? (be(e), !0) : !1;
|
|
467
467
|
}
|
|
468
|
-
function
|
|
468
|
+
function lt(e) {
|
|
469
469
|
return typeof e == "function" ? e() : H(e);
|
|
470
470
|
}
|
|
471
|
-
const
|
|
471
|
+
const ct = typeof window < "u" && typeof document < "u";
|
|
472
472
|
typeof WorkerGlobalScope < "u" && globalThis instanceof WorkerGlobalScope;
|
|
473
|
-
const
|
|
474
|
-
function
|
|
473
|
+
const ut = ct ? window : void 0;
|
|
474
|
+
function st() {
|
|
475
475
|
const e = f(!1), t = Ce();
|
|
476
476
|
return t && T(() => {
|
|
477
477
|
e.value = !0;
|
|
478
478
|
}, t), e;
|
|
479
479
|
}
|
|
480
480
|
function pt(e) {
|
|
481
|
-
const t =
|
|
481
|
+
const t = st();
|
|
482
482
|
return y(() => (t.value, !!e()));
|
|
483
483
|
}
|
|
484
|
-
function
|
|
485
|
-
const { window: a =
|
|
484
|
+
function _t(e, t = {}) {
|
|
485
|
+
const { window: a = ut } = t, o = pt(() => a && "matchMedia" in a && typeof a.matchMedia == "function");
|
|
486
486
|
let n;
|
|
487
487
|
const l = f(!1), c = (_) => {
|
|
488
488
|
l.value = _.matches;
|
|
489
489
|
}, r = () => {
|
|
490
490
|
n && ("removeEventListener" in n ? n.removeEventListener("change", c) : n.removeListener(c));
|
|
491
491
|
}, u = ke(() => {
|
|
492
|
-
o.value && (r(), n = a.matchMedia(
|
|
492
|
+
o.value && (r(), n = a.matchMedia(lt(e)), "addEventListener" in n ? n.addEventListener("change", c) : n.addListener(c), l.value = n.matches);
|
|
493
493
|
});
|
|
494
|
-
return
|
|
494
|
+
return rt(() => {
|
|
495
495
|
u(), r(), n = void 0;
|
|
496
496
|
}), l;
|
|
497
497
|
}
|
|
498
|
-
function
|
|
499
|
-
return
|
|
498
|
+
function it(e) {
|
|
499
|
+
return _t("(prefers-color-scheme: dark)", e);
|
|
500
500
|
}
|
|
501
501
|
function ea(e, t, a, o, n, l) {
|
|
502
502
|
const c = Re(), r = ue();
|
|
503
|
-
|
|
504
|
-
const u = ce(), _ =
|
|
503
|
+
ze(e), Xe(t), Fe(a), Ne(o), Ge(n), Qe(l);
|
|
504
|
+
const u = ce(), _ = it();
|
|
505
505
|
N(
|
|
506
506
|
e,
|
|
507
507
|
() => {
|
|
508
|
-
let
|
|
509
|
-
typeof e.value == "boolean" ?
|
|
508
|
+
let p = !1;
|
|
509
|
+
typeof e.value == "boolean" ? p = e.value : p = _.value, u.global.name.value = p ? "dark" : "light";
|
|
510
510
|
},
|
|
511
511
|
{ immediate: !0 }
|
|
512
512
|
);
|
|
513
|
-
const g = (
|
|
514
|
-
if (
|
|
515
|
-
|
|
513
|
+
const g = (p) => {
|
|
514
|
+
if (p.key === "Escape") {
|
|
515
|
+
m();
|
|
516
516
|
return;
|
|
517
517
|
}
|
|
518
|
-
},
|
|
518
|
+
}, m = () => {
|
|
519
519
|
var x;
|
|
520
|
-
if (!
|
|
521
|
-
me(l, "waitDlg") ||
|
|
520
|
+
if (!tt(l)) {
|
|
521
|
+
me(l, "waitDlg") || nt(l);
|
|
522
522
|
return;
|
|
523
523
|
}
|
|
524
|
-
const
|
|
525
|
-
(
|
|
524
|
+
const p = Z(c.path);
|
|
525
|
+
(p == null ? void 0 : p.level) === 0 ? (x = navigator == null ? void 0 : navigator.Backbutton) == null || x.goHome(
|
|
526
526
|
() => {
|
|
527
527
|
},
|
|
528
528
|
() => {
|
|
@@ -530,30 +530,30 @@ function ea(e, t, a, o, n, l) {
|
|
|
530
530
|
) : r.back();
|
|
531
531
|
};
|
|
532
532
|
T(() => {
|
|
533
|
-
window.addEventListener("keydown", g),
|
|
533
|
+
window.addEventListener("keydown", g), s.on("backbutton", m);
|
|
534
534
|
}), W(() => {
|
|
535
|
-
window.removeEventListener("keydown", g),
|
|
535
|
+
window.removeEventListener("keydown", g), s.off("backbutton", m);
|
|
536
536
|
});
|
|
537
|
-
const L = (
|
|
538
|
-
e.value =
|
|
539
|
-
}, k = (
|
|
540
|
-
t.value =
|
|
541
|
-
}, i = (
|
|
542
|
-
const x =
|
|
537
|
+
const L = (p) => {
|
|
538
|
+
e.value = p;
|
|
539
|
+
}, k = (p) => {
|
|
540
|
+
t.value = p;
|
|
541
|
+
}, i = (p) => {
|
|
542
|
+
const x = p;
|
|
543
543
|
a.value = x[0], o.value = x[1];
|
|
544
|
-
}, D = (
|
|
545
|
-
n.value =
|
|
544
|
+
}, D = (p) => {
|
|
545
|
+
n.value = p;
|
|
546
546
|
};
|
|
547
547
|
Le(() => {
|
|
548
|
-
|
|
548
|
+
s.on("updateDark", L), s.on("updateLocale", k), s.on("updatePermission", i), s.on("updateLastAppPath", D), s.emit("syncGlobalState");
|
|
549
549
|
}), W(() => {
|
|
550
|
-
|
|
550
|
+
s.off("updateDark", L), s.off("updateLocale", k), s.off("updatePermission", i), s.off("updateLastAppPath", D);
|
|
551
551
|
});
|
|
552
552
|
}
|
|
553
553
|
function ta() {
|
|
554
|
-
const e =
|
|
554
|
+
const e = Ze();
|
|
555
555
|
function t(a, o) {
|
|
556
|
-
return
|
|
556
|
+
return Ke(
|
|
557
557
|
e.value,
|
|
558
558
|
a,
|
|
559
559
|
o
|
|
@@ -565,46 +565,46 @@ function aa() {
|
|
|
565
565
|
const e = y(() => !!window.cordova), t = je(), a = y(() => t.width.value <= 1280 ? t.width.value + "px" : t.width.value <= 1920 ? 1920 / 2.5 + "px" : 2560 / 2.5 + "px");
|
|
566
566
|
return { sysBarAvail: e, compactWidth: a };
|
|
567
567
|
}
|
|
568
|
-
function
|
|
569
|
-
const a =
|
|
568
|
+
function ee(e, t) {
|
|
569
|
+
const a = Je(), o = y({
|
|
570
570
|
get() {
|
|
571
571
|
return me(a, e);
|
|
572
572
|
},
|
|
573
573
|
set(l) {
|
|
574
|
-
l ?
|
|
574
|
+
l ? at(a, e) : ot(a, e);
|
|
575
575
|
}
|
|
576
576
|
}), n = (l) => {
|
|
577
577
|
t == null || t(l), o.value = !0;
|
|
578
578
|
};
|
|
579
579
|
return T(() => {
|
|
580
|
-
|
|
580
|
+
s.on(e, n);
|
|
581
581
|
}), W(() => {
|
|
582
|
-
|
|
582
|
+
s.off(e, n);
|
|
583
583
|
}), { open: o };
|
|
584
584
|
}
|
|
585
|
-
const
|
|
585
|
+
const dt = /* @__PURE__ */ E({
|
|
586
586
|
__name: "index",
|
|
587
587
|
setup(e) {
|
|
588
|
-
const { t } =
|
|
588
|
+
const { t } = Y(), a = f(""), o = f(""), n = f(""), l = f(""), c = f(""), r = f("");
|
|
589
589
|
let u = 0, _ = !1;
|
|
590
590
|
const g = (k) => {
|
|
591
|
-
var D,
|
|
591
|
+
var D, p, x, M;
|
|
592
592
|
const i = k;
|
|
593
|
-
a.value = i.title, o.value = i.text, n.value = ((D = i.cancel) == null ? void 0 : D.color) ?? "primary", l.value = ((
|
|
594
|
-
}, { open:
|
|
595
|
-
|
|
593
|
+
a.value = i.title, o.value = i.text, n.value = ((D = i.cancel) == null ? void 0 : D.color) ?? "primary", l.value = ((p = i.cancel) == null ? void 0 : p.text) ?? t("dlg.common.cancel"), c.value = ((x = i.confirm) == null ? void 0 : x.color) ?? "primary", r.value = ((M = i.confirm) == null ? void 0 : M.text) ?? t("dlg.common.confirm"), u = i.seq, _ = !1, m.value = !0;
|
|
594
|
+
}, { open: m } = ee("confirmDlg", g), L = () => {
|
|
595
|
+
m.value = !1, _ || (s.emit("confirmDlgResult" + u, !0), _ = !0);
|
|
596
596
|
};
|
|
597
|
-
return N(
|
|
598
|
-
!k && !_ && (
|
|
597
|
+
return N(m, (k) => {
|
|
598
|
+
!k && !_ && (s.emit("confirmDlgResult" + u, !1), _ = !0);
|
|
599
599
|
}), (k, i) => {
|
|
600
|
-
const D = h("v-card-text"),
|
|
600
|
+
const D = h("v-card-text"), p = h("v-btn"), x = h("v-card-actions"), M = h("v-card"), d = h("v-dialog");
|
|
601
601
|
return C(), q(d, {
|
|
602
|
-
modelValue: H(
|
|
603
|
-
"onUpdate:modelValue": i[1] || (i[1] = (j) =>
|
|
602
|
+
modelValue: H(m),
|
|
603
|
+
"onUpdate:modelValue": i[1] || (i[1] = (j) => J(m) ? m.value = j : null),
|
|
604
604
|
transition: "dialog-top-transition",
|
|
605
605
|
"max-width": "600px",
|
|
606
606
|
onKeydown: [
|
|
607
|
-
i[2] || (i[2] = F($((j) =>
|
|
607
|
+
i[2] || (i[2] = F($((j) => m.value = !1, ["stop", "prevent"]), ["esc"])),
|
|
608
608
|
F($(L, ["stop", "prevent"]), ["enter"])
|
|
609
609
|
]
|
|
610
610
|
}, {
|
|
@@ -619,17 +619,17 @@ const it = /* @__PURE__ */ E({
|
|
|
619
619
|
}),
|
|
620
620
|
b(x, { class: "d-flex justify-end" }, {
|
|
621
621
|
default: w(() => [
|
|
622
|
-
b(
|
|
622
|
+
b(p, {
|
|
623
623
|
color: n.value,
|
|
624
624
|
variant: "text",
|
|
625
|
-
onClick: i[0] || (i[0] = (j) =>
|
|
625
|
+
onClick: i[0] || (i[0] = (j) => m.value = !1)
|
|
626
626
|
}, {
|
|
627
627
|
default: w(() => [
|
|
628
628
|
V(R(l.value), 1)
|
|
629
629
|
]),
|
|
630
630
|
_: 1
|
|
631
631
|
}, 8, ["color"]),
|
|
632
|
-
b(
|
|
632
|
+
b(p, {
|
|
633
633
|
color: c.value,
|
|
634
634
|
variant: "text",
|
|
635
635
|
onClick: L
|
|
@@ -650,43 +650,52 @@ const it = /* @__PURE__ */ E({
|
|
|
650
650
|
}, 8, ["modelValue", "onKeydown"]);
|
|
651
651
|
};
|
|
652
652
|
}
|
|
653
|
-
}),
|
|
653
|
+
}), ft = /* @__PURE__ */ E({
|
|
654
654
|
__name: "index",
|
|
655
655
|
props: {
|
|
656
656
|
zIndex: { default: 1 }
|
|
657
657
|
},
|
|
658
658
|
setup(e) {
|
|
659
|
-
const t = y(() => ({
|
|
659
|
+
const { backgroundColor2: t } = Ve(), a = y(() => ({
|
|
660
|
+
background: t.value,
|
|
660
661
|
zIndex: e.zIndex
|
|
661
662
|
}));
|
|
662
|
-
return (
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
663
|
+
return (o, n) => {
|
|
664
|
+
const l = h("v-fade-transition");
|
|
665
|
+
return C(), q(l, null, {
|
|
666
|
+
default: w(() => [
|
|
667
|
+
v("div", {
|
|
668
|
+
class: "x-cont",
|
|
669
|
+
style: re(a.value)
|
|
670
|
+
}, n[0] || (n[0] = [
|
|
671
|
+
v("div", { class: "lds-spinner" }, [
|
|
672
|
+
v("div"),
|
|
673
|
+
v("div"),
|
|
674
|
+
v("div"),
|
|
675
|
+
v("div"),
|
|
676
|
+
v("div"),
|
|
677
|
+
v("div"),
|
|
678
|
+
v("div"),
|
|
679
|
+
v("div"),
|
|
680
|
+
v("div"),
|
|
681
|
+
v("div"),
|
|
682
|
+
v("div"),
|
|
683
|
+
v("div")
|
|
684
|
+
], -1)
|
|
685
|
+
]), 4)
|
|
686
|
+
]),
|
|
687
|
+
_: 1
|
|
688
|
+
});
|
|
689
|
+
};
|
|
681
690
|
}
|
|
682
|
-
}),
|
|
691
|
+
}), te = (e, t) => {
|
|
683
692
|
const a = e.__vccOpts || e;
|
|
684
693
|
for (const [o, n] of t)
|
|
685
694
|
a[o] = n;
|
|
686
695
|
return a;
|
|
687
|
-
},
|
|
688
|
-
var
|
|
689
|
-
const
|
|
696
|
+
}, gt = /* @__PURE__ */ te(ft, [["__scopeId", "data-v-4a0b025f"]]);
|
|
697
|
+
var vt = "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", mt = "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", ht = "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", wt = "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", yt = "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";
|
|
698
|
+
const xt = /* @__PURE__ */ E({
|
|
690
699
|
__name: "item",
|
|
691
700
|
props: {
|
|
692
701
|
id: {},
|
|
@@ -702,13 +711,13 @@ const yt = /* @__PURE__ */ E({
|
|
|
702
711
|
})), n = y(() => {
|
|
703
712
|
switch (a.type) {
|
|
704
713
|
case "success":
|
|
705
|
-
return
|
|
714
|
+
return mt;
|
|
706
715
|
case "info":
|
|
707
|
-
return
|
|
716
|
+
return yt;
|
|
708
717
|
case "error":
|
|
709
|
-
return
|
|
718
|
+
return wt;
|
|
710
719
|
case "warning":
|
|
711
|
-
return
|
|
720
|
+
return vt;
|
|
712
721
|
default:
|
|
713
722
|
return "";
|
|
714
723
|
}
|
|
@@ -732,27 +741,27 @@ const yt = /* @__PURE__ */ E({
|
|
|
732
741
|
class: "mx-1",
|
|
733
742
|
icon: n.value
|
|
734
743
|
}, null, 8, ["icon"])) : le("", !0),
|
|
735
|
-
|
|
744
|
+
v("div", {
|
|
736
745
|
style: re(o.value)
|
|
737
746
|
}, R(a.text), 5),
|
|
738
747
|
b(_, {
|
|
739
748
|
class: "mx-1",
|
|
740
|
-
icon: H(
|
|
741
|
-
onClick: u[0] || (u[0] = (
|
|
749
|
+
icon: H(ht),
|
|
750
|
+
onClick: u[0] || (u[0] = (m) => c("timeout", a.id))
|
|
742
751
|
}, null, 8, ["icon"])
|
|
743
752
|
]),
|
|
744
753
|
_: 1
|
|
745
754
|
}, 8, ["color"]);
|
|
746
755
|
};
|
|
747
756
|
}
|
|
748
|
-
}),
|
|
757
|
+
}), bt = /* @__PURE__ */ te(xt, [["__scopeId", "data-v-d5cfe252"]]), kt = /* @__PURE__ */ E({
|
|
749
758
|
__name: "index",
|
|
750
759
|
setup(e) {
|
|
751
760
|
const t = f([]);
|
|
752
761
|
T(() => {
|
|
753
|
-
|
|
762
|
+
s.on("message", a);
|
|
754
763
|
}), W(() => {
|
|
755
|
-
|
|
764
|
+
s.off("message", a);
|
|
756
765
|
});
|
|
757
766
|
const a = (r) => {
|
|
758
767
|
const { type: u, text: _, timeout: g } = r;
|
|
@@ -768,12 +777,12 @@ const yt = /* @__PURE__ */ E({
|
|
|
768
777
|
const u = t.value.findIndex((_) => _.id === r);
|
|
769
778
|
u >= 0 && t.value.splice(u, 1);
|
|
770
779
|
};
|
|
771
|
-
return (r, u) => (C(),
|
|
780
|
+
return (r, u) => (C(), ae("div", {
|
|
772
781
|
class: "x-cont d-flex flex-column-reverse align-center",
|
|
773
782
|
onClick: u[0] || (u[0] = $(() => {
|
|
774
783
|
}, ["stop"]))
|
|
775
784
|
}, [
|
|
776
|
-
(C(!0),
|
|
785
|
+
(C(!0), ae(De, null, Me(t.value, (_) => (C(), q(bt, {
|
|
777
786
|
id: _.id,
|
|
778
787
|
key: _.id,
|
|
779
788
|
type: _.type,
|
|
@@ -783,29 +792,29 @@ const yt = /* @__PURE__ */ E({
|
|
|
783
792
|
}, null, 8, ["id", "type", "text", "timeout"]))), 128))
|
|
784
793
|
]));
|
|
785
794
|
}
|
|
786
|
-
}),
|
|
795
|
+
}), Ct = /* @__PURE__ */ te(kt, [["__scopeId", "data-v-8fd5d800"]]), Lt = /* @__PURE__ */ E({
|
|
787
796
|
__name: "index",
|
|
788
797
|
setup(e) {
|
|
789
|
-
const { t } =
|
|
798
|
+
const { t } = Y(), a = f(""), o = f(""), n = f(""), l = f(""), c = f(), r = f(""), u = f(""), _ = f(""), g = f(""), m = f(""), L = Se("target");
|
|
790
799
|
let k = 0, i = !1;
|
|
791
800
|
const D = async (M) => {
|
|
792
801
|
var j, K, z, B;
|
|
793
802
|
const d = M;
|
|
794
|
-
a.value = d.title, o.value = d.text, n.value = d.label, l.value = d.placeholder, c.value = d.rules, r.value = d.value, u.value = ((j = d.cancel) == null ? void 0 : j.color) ?? "primary", _.value = ((K = d.cancel) == null ? void 0 : K.text) ?? t("dlg.common.cancel"), g.value = ((z = d.confirm) == null ? void 0 : z.color) ?? "primary",
|
|
795
|
-
}, { open:
|
|
796
|
-
|
|
803
|
+
a.value = d.title, o.value = d.text, n.value = d.label, l.value = d.placeholder, c.value = d.rules, r.value = d.value, u.value = ((j = d.cancel) == null ? void 0 : j.color) ?? "primary", _.value = ((K = d.cancel) == null ? void 0 : K.text) ?? t("dlg.common.cancel"), g.value = ((z = d.confirm) == null ? void 0 : z.color) ?? "primary", m.value = ((B = d.confirm) == null ? void 0 : B.text) ?? t("dlg.common.confirm"), k = d.seq, i = !1, p.value = !0, await P(() => !!L.value), L.value.focus();
|
|
804
|
+
}, { open: p } = ee("promptDlg", D), x = () => {
|
|
805
|
+
p.value = !1, i || (s.emit("promptDlgResult" + k, r.value ?? ""), i = !0);
|
|
797
806
|
};
|
|
798
|
-
return N(
|
|
799
|
-
!M && !i && (
|
|
807
|
+
return N(p, (M) => {
|
|
808
|
+
!M && !i && (s.emit("promptDlgResult" + k, void 0), i = !0);
|
|
800
809
|
}), (M, d) => {
|
|
801
810
|
const j = h("v-card-text"), K = h("v-text-field"), z = h("v-form"), B = h("v-btn"), he = h("v-card-actions"), we = h("v-card"), ye = h("v-dialog");
|
|
802
811
|
return C(), q(ye, {
|
|
803
|
-
modelValue: H(
|
|
804
|
-
"onUpdate:modelValue": d[2] || (d[2] = (U) =>
|
|
812
|
+
modelValue: H(p),
|
|
813
|
+
"onUpdate:modelValue": d[2] || (d[2] = (U) => J(p) ? p.value = U : null),
|
|
805
814
|
transition: "dialog-top-transition",
|
|
806
815
|
"max-width": "600px",
|
|
807
816
|
onKeydown: [
|
|
808
|
-
d[3] || (d[3] = F($((U) =>
|
|
817
|
+
d[3] || (d[3] = F($((U) => p.value = !1, ["stop", "prevent"]), ["esc"])),
|
|
809
818
|
F($(x, ["stop", "prevent"]), ["enter"])
|
|
810
819
|
]
|
|
811
820
|
}, {
|
|
@@ -837,7 +846,7 @@ const yt = /* @__PURE__ */ E({
|
|
|
837
846
|
b(B, {
|
|
838
847
|
color: u.value,
|
|
839
848
|
variant: "text",
|
|
840
|
-
onClick: d[1] || (d[1] = (U) =>
|
|
849
|
+
onClick: d[1] || (d[1] = (U) => p.value = !1)
|
|
841
850
|
}, {
|
|
842
851
|
default: w(() => [
|
|
843
852
|
V(R(_.value), 1)
|
|
@@ -850,7 +859,7 @@ const yt = /* @__PURE__ */ E({
|
|
|
850
859
|
onClick: x
|
|
851
860
|
}, {
|
|
852
861
|
default: w(() => [
|
|
853
|
-
V(R(
|
|
862
|
+
V(R(m.value), 1)
|
|
854
863
|
]),
|
|
855
864
|
_: 1
|
|
856
865
|
}, 8, ["color"])
|
|
@@ -865,38 +874,38 @@ const yt = /* @__PURE__ */ E({
|
|
|
865
874
|
}, 8, ["modelValue", "onKeydown"]);
|
|
866
875
|
};
|
|
867
876
|
}
|
|
868
|
-
}),
|
|
877
|
+
}), Dt = { class: "mx-auto my-auto" }, Mt = { class: "w-100 h-100 d-flex align-center justify-center" }, St = { class: "text-body-1" }, jt = /* @__PURE__ */ E({
|
|
869
878
|
__name: "index",
|
|
870
879
|
setup(e) {
|
|
871
|
-
const { t } =
|
|
880
|
+
const { t } = Y(), a = f(""), o = (c) => {
|
|
872
881
|
const r = c;
|
|
873
882
|
a.value = r.text ?? t("dlg.common.waiting"), l.value = !0;
|
|
874
883
|
}, n = () => {
|
|
875
884
|
l.value = !1;
|
|
876
|
-
}, { open: l } =
|
|
885
|
+
}, { open: l } = ee("waitDlg", o);
|
|
877
886
|
return T(() => {
|
|
878
|
-
|
|
887
|
+
s.on("closeWaitDlg", n);
|
|
879
888
|
}), W(() => {
|
|
880
|
-
|
|
889
|
+
s.off("closeWaitDlg", n);
|
|
881
890
|
}), (c, r) => {
|
|
882
891
|
const u = h("v-card"), _ = h("v-dialog");
|
|
883
892
|
return C(), q(_, {
|
|
884
893
|
modelValue: H(l),
|
|
885
|
-
"onUpdate:modelValue": r[0] || (r[0] = (g) =>
|
|
894
|
+
"onUpdate:modelValue": r[0] || (r[0] = (g) => J(l) ? l.value = g : null),
|
|
886
895
|
persistent: "",
|
|
887
896
|
"no-click-animation": "",
|
|
888
897
|
fullscreen: ""
|
|
889
898
|
}, {
|
|
890
899
|
default: w(() => [
|
|
891
|
-
|
|
900
|
+
v("div", Dt, [
|
|
892
901
|
b(u, {
|
|
893
902
|
width: "300px",
|
|
894
903
|
height: "80px",
|
|
895
904
|
loading: ""
|
|
896
905
|
}, {
|
|
897
906
|
default: w(() => [
|
|
898
|
-
|
|
899
|
-
|
|
907
|
+
v("div", Mt, [
|
|
908
|
+
v("span", St, R(a.value), 1)
|
|
900
909
|
])
|
|
901
910
|
]),
|
|
902
911
|
_: 1
|
|
@@ -907,9 +916,9 @@ const yt = /* @__PURE__ */ E({
|
|
|
907
916
|
}, 8, ["modelValue"]);
|
|
908
917
|
};
|
|
909
918
|
}
|
|
910
|
-
}),
|
|
911
|
-
e.component("XConfirmDlg",
|
|
912
|
-
},
|
|
919
|
+
}), Rt = (e) => {
|
|
920
|
+
e.component("XConfirmDlg", dt), e.component("XLoading", gt), e.component("XMessage", Ct), e.component("XPromptDlg", Lt), e.component("XWaitDlg", jt);
|
|
921
|
+
}, qt = (e, t, a) => {
|
|
913
922
|
const o = e[t];
|
|
914
923
|
return o ? typeof o == "function" ? o() : Promise.resolve(o) : new Promise((n, l) => {
|
|
915
924
|
(typeof queueMicrotask == "function" ? queueMicrotask : setTimeout)(
|
|
@@ -923,27 +932,27 @@ const yt = /* @__PURE__ */ E({
|
|
|
923
932
|
});
|
|
924
933
|
};
|
|
925
934
|
async function oa(e) {
|
|
926
|
-
return (await
|
|
935
|
+
return (await qt(/* @__PURE__ */ Object.assign({ "./locales/en/index.ts": () => import("./i18n-en-iuzmkt0n.js"), "./locales/zhHans/index.ts": () => import("./i18n-zhHans-m6y1by9n.js") }), `./locales/${e}/index.ts`, 4)).default;
|
|
927
936
|
}
|
|
928
|
-
const na = { install:
|
|
937
|
+
const na = { install: Rt };
|
|
929
938
|
export {
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
939
|
+
He as Permission,
|
|
940
|
+
at as addView,
|
|
941
|
+
We as appAppear,
|
|
933
942
|
Pt as clearViews,
|
|
934
943
|
Ht as closeWaitDlg,
|
|
935
944
|
Et as createAxios,
|
|
936
945
|
na as default,
|
|
937
|
-
|
|
938
|
-
|
|
946
|
+
ot as delView,
|
|
947
|
+
s as eventBus,
|
|
939
948
|
me as hasView,
|
|
940
949
|
Zt as injectDark,
|
|
941
950
|
Qt as injectLastAppPath,
|
|
942
951
|
Nt as injectLocale,
|
|
943
952
|
Gt as injectPermissionChecksum,
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
953
|
+
Ze as injectPermissionObjects,
|
|
954
|
+
Je as injectViews,
|
|
955
|
+
tt as isEmpty,
|
|
947
956
|
ne as isExist,
|
|
948
957
|
Yt as lastView,
|
|
949
958
|
oa as loadLocaleMessageEssential,
|
|
@@ -956,20 +965,20 @@ export {
|
|
|
956
965
|
Ut as openConfirmDlg,
|
|
957
966
|
Wt as openPromptDlg,
|
|
958
967
|
$t as openWaitDlg,
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
968
|
+
nt as popView,
|
|
969
|
+
ze as provideDark,
|
|
970
|
+
Ge as provideLastAppPath,
|
|
971
|
+
Xe as provideLocale,
|
|
972
|
+
Ne as providePermissionChecksum,
|
|
973
|
+
Fe as providePermissionObjects,
|
|
974
|
+
Qe as provideViews,
|
|
966
975
|
G as routeTransName,
|
|
967
|
-
|
|
976
|
+
Ve as useColor,
|
|
968
977
|
ea as useMicroApp,
|
|
969
978
|
ta as usePermission,
|
|
970
979
|
aa as useSystem,
|
|
971
|
-
|
|
972
|
-
|
|
980
|
+
ee as useViewStack,
|
|
981
|
+
Ke as verifyPermission,
|
|
973
982
|
Bt as waitMs,
|
|
974
|
-
|
|
983
|
+
P as waitUtil
|
|
975
984
|
};
|