x-essential-lib 0.7.15 → 0.7.17
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 +2 -1
- package/dist/index.js +129 -119
- package/package.json +1 -1
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
interface Props {
|
|
2
|
+
open?: boolean;
|
|
2
3
|
zIndex?: number;
|
|
3
4
|
}
|
|
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, {},
|
|
5
|
+
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
6
|
export default _default;
|
package/dist/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
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
|
|
3
|
-
import { useI18n as
|
|
1
|
+
(function(){"use strict";try{if(typeof document<"u"){var t=document.createElement("style");t.id="x-essential-lib",t.appendChild(document.createTextNode('.x-cont[data-v-18833fd2]{position:absolute;top:0;left:0;bottom:0;right:0;display:flex;align-items:center;justify-content:center}.lds-spinner[data-v-18833fd2]{color:official;display:inline-block;position:relative;width:40px;height:40px}.lds-spinner div[data-v-18833fd2]{transform-origin:20px 20px;animation:lds-spinner-18833fd2 1.2s linear infinite}.lds-spinner div[data-v-18833fd2]:after{content:" ";display:block;position:absolute;top:3px;left:18px;width:2px;height:6px;border-radius:5%;background:#9e9e9e}.lds-spinner div[data-v-18833fd2]:nth-child(1){transform:rotate(0);animation-delay:-1.1s}.lds-spinner div[data-v-18833fd2]:nth-child(2){transform:rotate(30deg);animation-delay:-1s}.lds-spinner div[data-v-18833fd2]:nth-child(3){transform:rotate(60deg);animation-delay:-.9s}.lds-spinner div[data-v-18833fd2]:nth-child(4){transform:rotate(90deg);animation-delay:-.8s}.lds-spinner div[data-v-18833fd2]:nth-child(5){transform:rotate(120deg);animation-delay:-.7s}.lds-spinner div[data-v-18833fd2]:nth-child(6){transform:rotate(150deg);animation-delay:-.6s}.lds-spinner div[data-v-18833fd2]:nth-child(7){transform:rotate(180deg);animation-delay:-.5s}.lds-spinner div[data-v-18833fd2]:nth-child(8){transform:rotate(210deg);animation-delay:-.4s}.lds-spinner div[data-v-18833fd2]:nth-child(9){transform:rotate(240deg);animation-delay:-.3s}.lds-spinner div[data-v-18833fd2]:nth-child(10){transform:rotate(270deg);animation-delay:-.2s}.lds-spinner div[data-v-18833fd2]:nth-child(11){transform:rotate(300deg);animation-delay:-.1s}.lds-spinner div[data-v-18833fd2]:nth-child(12){transform:rotate(330deg);animation-delay:0s}@keyframes lds-spinner-18833fd2{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(t)}}catch(d){console.error("vite-plugin-css-injected-by-js",d)}})();
|
|
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 B, resolveComponent as h, openBlock as C, createBlock as q, isRef as Y, withKeys as F, withModifiers as $, withCtx as w, createVNode as b, createTextVNode as V, toDisplayString as R, createElementBlock as Q, normalizeStyle as le, createElementVNode as m, createCommentVNode as P, Fragment as De, renderList as Me, useTemplateRef as Se } from "vue";
|
|
3
|
+
import { useI18n as ee } 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";
|
|
@@ -87,7 +87,7 @@ function J(e, t) {
|
|
|
87
87
|
);
|
|
88
88
|
}
|
|
89
89
|
var A = J(Ae, { path: "/" });
|
|
90
|
-
function
|
|
90
|
+
function Bt(e) {
|
|
91
91
|
const t = qe.create({
|
|
92
92
|
timeout: 6e3
|
|
93
93
|
});
|
|
@@ -98,7 +98,7 @@ function Et(e) {
|
|
|
98
98
|
}
|
|
99
99
|
), t.interceptors.response.use(
|
|
100
100
|
(a) => Te(a),
|
|
101
|
-
(a) =>
|
|
101
|
+
(a) => Be(a, e.onError)
|
|
102
102
|
), t;
|
|
103
103
|
}
|
|
104
104
|
function Oe(e) {
|
|
@@ -111,15 +111,15 @@ function Ie(e, t) {
|
|
|
111
111
|
function Te(e) {
|
|
112
112
|
return e.data;
|
|
113
113
|
}
|
|
114
|
-
function
|
|
114
|
+
function Be(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 && Ee(), (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 Ee() {
|
|
123
123
|
A.remove("accessToken"), A.remove("refreshToken"), A.remove("activeOrg"), ue().replace({ path: "/passport/login" });
|
|
124
124
|
}
|
|
125
125
|
function Ue(e) {
|
|
@@ -138,15 +138,15 @@ function Ue(e) {
|
|
|
138
138
|
});
|
|
139
139
|
} };
|
|
140
140
|
}
|
|
141
|
-
const
|
|
141
|
+
const p = function() {
|
|
142
142
|
return window.eventBus || (window.eventBus = Ue()), window.eventBus;
|
|
143
143
|
}();
|
|
144
|
-
async function
|
|
144
|
+
async function Et(e) {
|
|
145
145
|
return new Promise((t) => {
|
|
146
146
|
setTimeout(t, e);
|
|
147
147
|
});
|
|
148
148
|
}
|
|
149
|
-
async function
|
|
149
|
+
async function te(e, t, a) {
|
|
150
150
|
const o = Date.now();
|
|
151
151
|
return new Promise((n) => {
|
|
152
152
|
const l = async () => {
|
|
@@ -161,53 +161,53 @@ function We(e, t) {
|
|
|
161
161
|
a.classList.add("app-reset");
|
|
162
162
|
}, 50));
|
|
163
163
|
}
|
|
164
|
-
let
|
|
165
|
-
function
|
|
164
|
+
let ne = Date.now();
|
|
165
|
+
function pe() {
|
|
166
166
|
const e = Date.now();
|
|
167
|
-
return e -
|
|
167
|
+
return e - ne > 500 ? (ne = e, !0) : !1;
|
|
168
168
|
}
|
|
169
169
|
let $e = 0;
|
|
170
|
-
function
|
|
170
|
+
function se() {
|
|
171
171
|
return ++$e;
|
|
172
172
|
}
|
|
173
173
|
async function Ut(e) {
|
|
174
|
-
if (!
|
|
174
|
+
if (!pe())
|
|
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 = se();
|
|
180
|
+
return p.on("confirmDlgResult" + n, o), p.emit("confirmDlg", { ...e, seq: n }), await te(() => t), p.off("confirmDlgResult" + n, o), a;
|
|
181
181
|
}
|
|
182
182
|
async function Wt(e) {
|
|
183
|
-
if (!
|
|
183
|
+
if (!pe())
|
|
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 = se();
|
|
189
|
+
return p.on("promptDlgResult" + n, o), p.emit("promptDlg", { ...e, seq: n }), await te(() => t), p.off("promptDlgResult" + n, o), a;
|
|
190
190
|
}
|
|
191
191
|
function $t(e) {
|
|
192
|
-
|
|
192
|
+
p.emit("openWaitDlg", { text: e });
|
|
193
193
|
}
|
|
194
194
|
function Ht() {
|
|
195
|
-
|
|
195
|
+
p.emit("closeWaitDlg");
|
|
196
196
|
}
|
|
197
197
|
function Kt(e, t) {
|
|
198
|
-
|
|
198
|
+
p.emit("message", { type: "error", text: e, timeout: t });
|
|
199
199
|
}
|
|
200
200
|
function zt(e, t) {
|
|
201
|
-
|
|
201
|
+
p.emit("message", { type: "info", text: e, timeout: t });
|
|
202
202
|
}
|
|
203
203
|
function Xt(e, t) {
|
|
204
|
-
|
|
204
|
+
p.emit("message", { type: "success", text: e, timeout: t });
|
|
205
205
|
}
|
|
206
206
|
function Ft(e, t) {
|
|
207
|
-
|
|
207
|
+
p.emit("message", { type: "warning", text: e, timeout: t });
|
|
208
208
|
}
|
|
209
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
|
-
function
|
|
210
|
+
function re(e, t) {
|
|
211
211
|
if (!e)
|
|
212
212
|
return !1;
|
|
213
213
|
let a = e;
|
|
@@ -222,7 +222,7 @@ function ne(e, t) {
|
|
|
222
222
|
}
|
|
223
223
|
function Ke(e, t, a) {
|
|
224
224
|
const o = e[t];
|
|
225
|
-
return o ? a ? !(!
|
|
225
|
+
return o ? a ? !(!re(o.includes, a) || re(o.excludes, a)) : !0 : !1;
|
|
226
226
|
}
|
|
227
227
|
const _e = "essentialDark", ie = "essentialLocale", de = "essentialPermissionObjects", fe = "essentialPermissionChecksum", ge = "essentialLastAppPath", ve = "essentialViews";
|
|
228
228
|
function ze(e) {
|
|
@@ -471,18 +471,18 @@ function lt(e) {
|
|
|
471
471
|
const ct = typeof window < "u" && typeof document < "u";
|
|
472
472
|
typeof WorkerGlobalScope < "u" && globalThis instanceof WorkerGlobalScope;
|
|
473
473
|
const ut = ct ? window : void 0;
|
|
474
|
-
function
|
|
474
|
+
function pt() {
|
|
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
|
-
function
|
|
481
|
-
const t =
|
|
480
|
+
function st(e) {
|
|
481
|
+
const t = pt();
|
|
482
482
|
return y(() => (t.value, !!e()));
|
|
483
483
|
}
|
|
484
484
|
function _t(e, t = {}) {
|
|
485
|
-
const { window: a = ut } = t, o =
|
|
485
|
+
const { window: a = ut } = t, o = st(() => a && "matchMedia" in a && typeof a.matchMedia == "function");
|
|
486
486
|
let n;
|
|
487
487
|
const l = f(!1), c = (_) => {
|
|
488
488
|
l.value = _.matches;
|
|
@@ -505,13 +505,13 @@ function ea(e, t, a, o, n, l) {
|
|
|
505
505
|
N(
|
|
506
506
|
e,
|
|
507
507
|
() => {
|
|
508
|
-
let
|
|
509
|
-
typeof e.value == "boolean" ?
|
|
508
|
+
let s = !1;
|
|
509
|
+
typeof e.value == "boolean" ? s = e.value : s = _.value, u.global.name.value = s ? "dark" : "light";
|
|
510
510
|
},
|
|
511
511
|
{ immediate: !0 }
|
|
512
512
|
);
|
|
513
|
-
const g = (
|
|
514
|
-
if (
|
|
513
|
+
const g = (s) => {
|
|
514
|
+
if (s.key === "Escape") {
|
|
515
515
|
v();
|
|
516
516
|
return;
|
|
517
517
|
}
|
|
@@ -521,8 +521,8 @@ function ea(e, t, a, o, n, l) {
|
|
|
521
521
|
me(l, "waitDlg") || nt(l);
|
|
522
522
|
return;
|
|
523
523
|
}
|
|
524
|
-
const
|
|
525
|
-
(
|
|
524
|
+
const s = Z(c.path);
|
|
525
|
+
(s == null ? void 0 : s.level) === 0 ? (x = navigator == null ? void 0 : navigator.Backbutton) == null || x.goHome(
|
|
526
526
|
() => {
|
|
527
527
|
},
|
|
528
528
|
() => {
|
|
@@ -530,24 +530,24 @@ 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), p.on("backbutton", v);
|
|
534
534
|
}), W(() => {
|
|
535
|
-
window.removeEventListener("keydown", g),
|
|
535
|
+
window.removeEventListener("keydown", g), p.off("backbutton", v);
|
|
536
536
|
});
|
|
537
|
-
const L = (
|
|
538
|
-
e.value =
|
|
539
|
-
}, k = (
|
|
540
|
-
t.value =
|
|
541
|
-
}, i = (
|
|
542
|
-
const x =
|
|
537
|
+
const L = (s) => {
|
|
538
|
+
e.value = s;
|
|
539
|
+
}, k = (s) => {
|
|
540
|
+
t.value = s;
|
|
541
|
+
}, i = (s) => {
|
|
542
|
+
const x = s;
|
|
543
543
|
a.value = x[0], o.value = x[1];
|
|
544
|
-
}, D = (
|
|
545
|
-
n.value =
|
|
544
|
+
}, D = (s) => {
|
|
545
|
+
n.value = s;
|
|
546
546
|
};
|
|
547
547
|
Le(() => {
|
|
548
|
-
|
|
548
|
+
p.on("updateDark", L), p.on("updateLocale", k), p.on("updatePermission", i), p.on("updateLastAppPath", D), p.emit("syncGlobalState");
|
|
549
549
|
}), W(() => {
|
|
550
|
-
|
|
550
|
+
p.off("updateDark", L), p.off("updateLocale", k), p.off("updatePermission", i), p.off("updateLastAppPath", D);
|
|
551
551
|
});
|
|
552
552
|
}
|
|
553
553
|
function ta() {
|
|
@@ -565,7 +565,7 @@ 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
|
|
568
|
+
function ae(e, t) {
|
|
569
569
|
const a = Je(), o = y({
|
|
570
570
|
get() {
|
|
571
571
|
return me(a, e);
|
|
@@ -577,27 +577,27 @@ function te(e, t) {
|
|
|
577
577
|
t == null || t(l), o.value = !0;
|
|
578
578
|
};
|
|
579
579
|
return T(() => {
|
|
580
|
-
|
|
580
|
+
p.on(e, n);
|
|
581
581
|
}), W(() => {
|
|
582
|
-
|
|
582
|
+
p.off(e, n);
|
|
583
583
|
}), { open: o };
|
|
584
584
|
}
|
|
585
|
-
const dt = /* @__PURE__ */
|
|
585
|
+
const dt = /* @__PURE__ */ B({
|
|
586
586
|
__name: "index",
|
|
587
587
|
setup(e) {
|
|
588
|
-
const { t } =
|
|
588
|
+
const { t } = ee(), 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, s, 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: v } =
|
|
595
|
-
v.value = !1, _ || (
|
|
593
|
+
a.value = i.title, o.value = i.text, n.value = ((D = i.cancel) == null ? void 0 : D.color) ?? "primary", l.value = ((s = i.cancel) == null ? void 0 : s.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, v.value = !0;
|
|
594
|
+
}, { open: v } = ae("confirmDlg", g), L = () => {
|
|
595
|
+
v.value = !1, _ || (p.emit("confirmDlgResult" + u, !0), _ = !0);
|
|
596
596
|
};
|
|
597
597
|
return N(v, (k) => {
|
|
598
|
-
!k && !_ && (
|
|
598
|
+
!k && !_ && (p.emit("confirmDlgResult" + u, !1), _ = !0);
|
|
599
599
|
}), (k, i) => {
|
|
600
|
-
const D = h("v-card-text"),
|
|
600
|
+
const D = h("v-card-text"), s = h("v-btn"), x = h("v-card-actions"), M = h("v-card"), d = h("v-dialog");
|
|
601
601
|
return C(), q(d, {
|
|
602
602
|
modelValue: H(v),
|
|
603
603
|
"onUpdate:modelValue": i[1] || (i[1] = (j) => Y(v) ? v.value = j : null),
|
|
@@ -619,7 +619,7 @@ const dt = /* @__PURE__ */ E({
|
|
|
619
619
|
}),
|
|
620
620
|
b(x, { class: "d-flex justify-end" }, {
|
|
621
621
|
default: w(() => [
|
|
622
|
-
b(
|
|
622
|
+
b(s, {
|
|
623
623
|
color: n.value,
|
|
624
624
|
variant: "text",
|
|
625
625
|
onClick: i[0] || (i[0] = (j) => v.value = !1)
|
|
@@ -629,7 +629,7 @@ const dt = /* @__PURE__ */ E({
|
|
|
629
629
|
]),
|
|
630
630
|
_: 1
|
|
631
631
|
}, 8, ["color"]),
|
|
632
|
-
b(
|
|
632
|
+
b(s, {
|
|
633
633
|
color: c.value,
|
|
634
634
|
variant: "text",
|
|
635
635
|
onClick: L
|
|
@@ -650,9 +650,10 @@ const dt = /* @__PURE__ */ E({
|
|
|
650
650
|
}, 8, ["modelValue", "onKeydown"]);
|
|
651
651
|
};
|
|
652
652
|
}
|
|
653
|
-
}), ft = /* @__PURE__ */
|
|
653
|
+
}), ft = /* @__PURE__ */ B({
|
|
654
654
|
__name: "index",
|
|
655
655
|
props: {
|
|
656
|
+
open: { type: Boolean, default: !0 },
|
|
656
657
|
zIndex: { default: 1 }
|
|
657
658
|
},
|
|
658
659
|
setup(e) {
|
|
@@ -660,34 +661,43 @@ const dt = /* @__PURE__ */ E({
|
|
|
660
661
|
background: t.value,
|
|
661
662
|
zIndex: e.zIndex
|
|
662
663
|
}));
|
|
663
|
-
return (o, n) =>
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
664
|
+
return (o, n) => {
|
|
665
|
+
const l = h("v-fade-transition");
|
|
666
|
+
return C(), q(l, null, {
|
|
667
|
+
default: w(() => [
|
|
668
|
+
o.open ? (C(), Q("div", {
|
|
669
|
+
key: 0,
|
|
670
|
+
class: "x-cont",
|
|
671
|
+
style: le(a.value)
|
|
672
|
+
}, n[0] || (n[0] = [
|
|
673
|
+
m("div", { class: "lds-spinner" }, [
|
|
674
|
+
m("div"),
|
|
675
|
+
m("div"),
|
|
676
|
+
m("div"),
|
|
677
|
+
m("div"),
|
|
678
|
+
m("div"),
|
|
679
|
+
m("div"),
|
|
680
|
+
m("div"),
|
|
681
|
+
m("div"),
|
|
682
|
+
m("div"),
|
|
683
|
+
m("div"),
|
|
684
|
+
m("div"),
|
|
685
|
+
m("div")
|
|
686
|
+
], -1)
|
|
687
|
+
]), 4)) : P("", !0)
|
|
688
|
+
]),
|
|
689
|
+
_: 1
|
|
690
|
+
});
|
|
691
|
+
};
|
|
682
692
|
}
|
|
683
|
-
}),
|
|
693
|
+
}), oe = (e, t) => {
|
|
684
694
|
const a = e.__vccOpts || e;
|
|
685
695
|
for (const [o, n] of t)
|
|
686
696
|
a[o] = n;
|
|
687
697
|
return a;
|
|
688
|
-
}, gt = /* @__PURE__ */
|
|
698
|
+
}, gt = /* @__PURE__ */ oe(ft, [["__scopeId", "data-v-18833fd2"]]);
|
|
689
699
|
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";
|
|
690
|
-
const xt = /* @__PURE__ */
|
|
700
|
+
const xt = /* @__PURE__ */ B({
|
|
691
701
|
__name: "item",
|
|
692
702
|
props: {
|
|
693
703
|
id: {},
|
|
@@ -732,9 +742,9 @@ const xt = /* @__PURE__ */ E({
|
|
|
732
742
|
key: 0,
|
|
733
743
|
class: "mx-1",
|
|
734
744
|
icon: n.value
|
|
735
|
-
}, null, 8, ["icon"])) :
|
|
745
|
+
}, null, 8, ["icon"])) : P("", !0),
|
|
736
746
|
m("div", {
|
|
737
|
-
style:
|
|
747
|
+
style: le(o.value)
|
|
738
748
|
}, R(a.text), 5),
|
|
739
749
|
b(_, {
|
|
740
750
|
class: "mx-1",
|
|
@@ -746,14 +756,14 @@ const xt = /* @__PURE__ */ E({
|
|
|
746
756
|
}, 8, ["color"]);
|
|
747
757
|
};
|
|
748
758
|
}
|
|
749
|
-
}), bt = /* @__PURE__ */
|
|
759
|
+
}), bt = /* @__PURE__ */ oe(xt, [["__scopeId", "data-v-d5cfe252"]]), kt = /* @__PURE__ */ B({
|
|
750
760
|
__name: "index",
|
|
751
761
|
setup(e) {
|
|
752
762
|
const t = f([]);
|
|
753
763
|
T(() => {
|
|
754
|
-
|
|
764
|
+
p.on("message", a);
|
|
755
765
|
}), W(() => {
|
|
756
|
-
|
|
766
|
+
p.off("message", a);
|
|
757
767
|
});
|
|
758
768
|
const a = (r) => {
|
|
759
769
|
const { type: u, text: _, timeout: g } = r;
|
|
@@ -784,29 +794,29 @@ const xt = /* @__PURE__ */ E({
|
|
|
784
794
|
}, null, 8, ["id", "type", "text", "timeout"]))), 128))
|
|
785
795
|
]));
|
|
786
796
|
}
|
|
787
|
-
}), Ct = /* @__PURE__ */
|
|
797
|
+
}), Ct = /* @__PURE__ */ oe(kt, [["__scopeId", "data-v-8fd5d800"]]), Lt = /* @__PURE__ */ B({
|
|
788
798
|
__name: "index",
|
|
789
799
|
setup(e) {
|
|
790
|
-
const { t } =
|
|
800
|
+
const { t } = ee(), a = f(""), o = f(""), n = f(""), l = f(""), c = f(), r = f(""), u = f(""), _ = f(""), g = f(""), v = f(""), L = Se("target");
|
|
791
801
|
let k = 0, i = !1;
|
|
792
802
|
const D = async (M) => {
|
|
793
|
-
var j, K, z,
|
|
803
|
+
var j, K, z, E;
|
|
794
804
|
const d = M;
|
|
795
|
-
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", v.value = ((
|
|
796
|
-
}, { open:
|
|
797
|
-
|
|
805
|
+
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", v.value = ((E = d.confirm) == null ? void 0 : E.text) ?? t("dlg.common.confirm"), k = d.seq, i = !1, s.value = !0, await te(() => !!L.value), L.value.focus();
|
|
806
|
+
}, { open: s } = ae("promptDlg", D), x = () => {
|
|
807
|
+
s.value = !1, i || (p.emit("promptDlgResult" + k, r.value ?? ""), i = !0);
|
|
798
808
|
};
|
|
799
|
-
return N(
|
|
800
|
-
!M && !i && (
|
|
809
|
+
return N(s, (M) => {
|
|
810
|
+
!M && !i && (p.emit("promptDlgResult" + k, void 0), i = !0);
|
|
801
811
|
}), (M, d) => {
|
|
802
|
-
const j = h("v-card-text"), K = h("v-text-field"), z = h("v-form"),
|
|
812
|
+
const j = h("v-card-text"), K = h("v-text-field"), z = h("v-form"), E = h("v-btn"), he = h("v-card-actions"), we = h("v-card"), ye = h("v-dialog");
|
|
803
813
|
return C(), q(ye, {
|
|
804
|
-
modelValue: H(
|
|
805
|
-
"onUpdate:modelValue": d[2] || (d[2] = (U) => Y(
|
|
814
|
+
modelValue: H(s),
|
|
815
|
+
"onUpdate:modelValue": d[2] || (d[2] = (U) => Y(s) ? s.value = U : null),
|
|
806
816
|
transition: "dialog-top-transition",
|
|
807
817
|
"max-width": "600px",
|
|
808
818
|
onKeydown: [
|
|
809
|
-
d[3] || (d[3] = F($((U) =>
|
|
819
|
+
d[3] || (d[3] = F($((U) => s.value = !1, ["stop", "prevent"]), ["esc"])),
|
|
810
820
|
F($(x, ["stop", "prevent"]), ["enter"])
|
|
811
821
|
]
|
|
812
822
|
}, {
|
|
@@ -818,7 +828,7 @@ const xt = /* @__PURE__ */ E({
|
|
|
818
828
|
V(R(o.value), 1)
|
|
819
829
|
]),
|
|
820
830
|
_: 1
|
|
821
|
-
})) :
|
|
831
|
+
})) : P("", !0),
|
|
822
832
|
b(z, { class: "mx-3" }, {
|
|
823
833
|
default: w(() => [
|
|
824
834
|
b(K, {
|
|
@@ -835,17 +845,17 @@ const xt = /* @__PURE__ */ E({
|
|
|
835
845
|
}),
|
|
836
846
|
b(he, { class: "d-flex justify-end" }, {
|
|
837
847
|
default: w(() => [
|
|
838
|
-
b(
|
|
848
|
+
b(E, {
|
|
839
849
|
color: u.value,
|
|
840
850
|
variant: "text",
|
|
841
|
-
onClick: d[1] || (d[1] = (U) =>
|
|
851
|
+
onClick: d[1] || (d[1] = (U) => s.value = !1)
|
|
842
852
|
}, {
|
|
843
853
|
default: w(() => [
|
|
844
854
|
V(R(_.value), 1)
|
|
845
855
|
]),
|
|
846
856
|
_: 1
|
|
847
857
|
}, 8, ["color"]),
|
|
848
|
-
b(
|
|
858
|
+
b(E, {
|
|
849
859
|
color: g.value,
|
|
850
860
|
variant: "text",
|
|
851
861
|
onClick: x
|
|
@@ -866,19 +876,19 @@ const xt = /* @__PURE__ */ E({
|
|
|
866
876
|
}, 8, ["modelValue", "onKeydown"]);
|
|
867
877
|
};
|
|
868
878
|
}
|
|
869
|
-
}), 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__ */
|
|
879
|
+
}), 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__ */ B({
|
|
870
880
|
__name: "index",
|
|
871
881
|
setup(e) {
|
|
872
|
-
const { t } =
|
|
882
|
+
const { t } = ee(), a = f(""), o = (c) => {
|
|
873
883
|
const r = c;
|
|
874
884
|
a.value = r.text ?? t("dlg.common.waiting"), l.value = !0;
|
|
875
885
|
}, n = () => {
|
|
876
886
|
l.value = !1;
|
|
877
|
-
}, { open: l } =
|
|
887
|
+
}, { open: l } = ae("waitDlg", o);
|
|
878
888
|
return T(() => {
|
|
879
|
-
|
|
889
|
+
p.on("closeWaitDlg", n);
|
|
880
890
|
}), W(() => {
|
|
881
|
-
|
|
891
|
+
p.off("closeWaitDlg", n);
|
|
882
892
|
}), (c, r) => {
|
|
883
893
|
const u = h("v-card"), _ = h("v-dialog");
|
|
884
894
|
return C(), q(_, {
|
|
@@ -933,10 +943,10 @@ export {
|
|
|
933
943
|
We as appAppear,
|
|
934
944
|
Pt as clearViews,
|
|
935
945
|
Ht as closeWaitDlg,
|
|
936
|
-
|
|
946
|
+
Bt as createAxios,
|
|
937
947
|
na as default,
|
|
938
948
|
ot as delView,
|
|
939
|
-
|
|
949
|
+
p as eventBus,
|
|
940
950
|
me as hasView,
|
|
941
951
|
Zt as injectDark,
|
|
942
952
|
Qt as injectLastAppPath,
|
|
@@ -945,7 +955,7 @@ export {
|
|
|
945
955
|
Ze as injectPermissionObjects,
|
|
946
956
|
Je as injectViews,
|
|
947
957
|
tt as isEmpty,
|
|
948
|
-
|
|
958
|
+
re as isExist,
|
|
949
959
|
Yt as lastView,
|
|
950
960
|
oa as loadLocaleMessageEssential,
|
|
951
961
|
Z as matchRouteMeta,
|
|
@@ -969,8 +979,8 @@ export {
|
|
|
969
979
|
ea as useMicroApp,
|
|
970
980
|
ta as usePermission,
|
|
971
981
|
aa as useSystem,
|
|
972
|
-
|
|
982
|
+
ae as useViewStack,
|
|
973
983
|
Ke as verifyPermission,
|
|
974
|
-
|
|
975
|
-
|
|
984
|
+
Et as waitMs,
|
|
985
|
+
te as waitUtil
|
|
976
986
|
};
|