x-essential-lib 0.8.22 → 0.8.24
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 +42 -42
- package/package.json +4 -4
- package/dist/i18n/locales/en/$vuetify.d.ts +0 -103
- package/dist/i18n/locales/en/dlg.d.ts +0 -8
- package/dist/i18n/locales/en/index.d.ts +0 -112
- package/dist/i18n/locales/zhHans/$vuetify.d.ts +0 -103
- package/dist/i18n/locales/zhHans/dlg.d.ts +0 -8
- package/dist/i18n/locales/zhHans/index.d.ts +0 -112
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
(function(){"use strict";try{if(typeof document<"u"){var a=document.createElement("style");a.id="x-essential-lib",a.appendChild(document.createTextNode('.fade-leave-active[data-v-0c686889]{transition:opacity .5s ease}.fade-leave-to[data-v-0c686889]{opacity:0}.x-cont[data-v-0c686889]{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.lds-spinner[data-v-0c686889]{color:official;display:inline-block;position:relative;width:40px;height:40px}.lds-spinner div[data-v-0c686889]{transform-origin:20px 20px;animation:lds-spinner-0c686889 1.2s linear infinite}.lds-spinner div[data-v-0c686889]:after{content:" ";display:block;position:absolute;top:3px;left:18px;width:2px;height:6px;border-radius:5%;background:#9e9e9e}.lds-spinner div[data-v-0c686889]:nth-child(1){transform:rotate(0);animation-delay:-1.1s}.lds-spinner div[data-v-0c686889]:nth-child(2){transform:rotate(30deg);animation-delay:-1s}.lds-spinner div[data-v-0c686889]:nth-child(3){transform:rotate(60deg);animation-delay:-.9s}.lds-spinner div[data-v-0c686889]:nth-child(4){transform:rotate(90deg);animation-delay:-.8s}.lds-spinner div[data-v-0c686889]:nth-child(5){transform:rotate(120deg);animation-delay:-.7s}.lds-spinner div[data-v-0c686889]:nth-child(6){transform:rotate(150deg);animation-delay:-.6s}.lds-spinner div[data-v-0c686889]:nth-child(7){transform:rotate(180deg);animation-delay:-.5s}.lds-spinner div[data-v-0c686889]:nth-child(8){transform:rotate(210deg);animation-delay:-.4s}.lds-spinner div[data-v-0c686889]:nth-child(9){transform:rotate(240deg);animation-delay:-.3s}.lds-spinner div[data-v-0c686889]:nth-child(10){transform:rotate(270deg);animation-delay:-.2s}.lds-spinner div[data-v-0c686889]:nth-child(11){transform:rotate(300deg);animation-delay:-.1s}.lds-spinner div[data-v-0c686889]:nth-child(12){transform:rotate(330deg);animation-delay:0s}@keyframes lds-spinner-0c686889{0%{opacity:1}to{opacity:0}}.x-item[data-v-f1f60167]{width:600px}@media (max-width: 600px){.x-item[data-v-f1f60167]{width:calc(100vw - 16px)}}.x-cont[data-v-3543886b]{position:fixed;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 C, provide as U, inject as $, ref as p, watchEffect as le, onMounted as
|
|
2
|
+
import { computed as C, provide as U, inject as $, ref as p, watchEffect as le, onMounted as N, onBeforeUnmount as K, onBeforeMount as xe, defineComponent as I, watch as F, resolveComponent as v, createBlock as T, openBlock as q, withKeys as z, unref as A, withModifiers as M, isRef as W, withCtx as g, createVNode as b, createTextVNode as L, toDisplayString as S, Transition as ke, createElementBlock as P, createCommentVNode as ee, normalizeStyle as ue, createElementVNode as k, Fragment as De, renderList as Ve, useTemplateRef as ce } from "vue";
|
|
3
3
|
import { useI18n as G } from "vue-i18n";
|
|
4
4
|
import { useTheme as se, useDisplay as Ce } from "vuetify";
|
|
5
5
|
import { useRouter as pe, useRoute as qe } from "vue-router";
|
|
@@ -27,8 +27,8 @@ function kt(e) {
|
|
|
27
27
|
Le(a, e.onError);
|
|
28
28
|
}
|
|
29
29
|
), t.interceptors.response.use(
|
|
30
|
-
(a) =>
|
|
31
|
-
(a) =>
|
|
30
|
+
(a) => Be(a),
|
|
31
|
+
(a) => Me(a, e.onError)
|
|
32
32
|
), t;
|
|
33
33
|
}
|
|
34
34
|
function Te(e) {
|
|
@@ -38,10 +38,10 @@ function Te(e) {
|
|
|
38
38
|
function Le(e, t) {
|
|
39
39
|
console.error(e), t("request timeout");
|
|
40
40
|
}
|
|
41
|
-
function
|
|
41
|
+
function Be(e) {
|
|
42
42
|
return e.data;
|
|
43
43
|
}
|
|
44
|
-
function
|
|
44
|
+
function Me(e, t) {
|
|
45
45
|
const o = e.response;
|
|
46
46
|
return o && (o.status === 401 && Ie(), o.data?.message ? t(o.data?.message) : t({
|
|
47
47
|
code: o.status,
|
|
@@ -55,9 +55,9 @@ const Dt = function() {
|
|
|
55
55
|
return window.globalObjects || (window.globalObjects = {
|
|
56
56
|
router: null,
|
|
57
57
|
i18n: null
|
|
58
|
-
}), window.globalObjects;
|
|
58
|
+
}, console.log("globalObjects created")), window.globalObjects;
|
|
59
59
|
}(), u = function() {
|
|
60
|
-
return window.eventBus || (window.eventBus = Re()), window.eventBus;
|
|
60
|
+
return window.eventBus || (window.eventBus = Re(), console.log("eventBus created")), window.eventBus;
|
|
61
61
|
}();
|
|
62
62
|
async function Vt(e) {
|
|
63
63
|
return new Promise((t) => {
|
|
@@ -116,7 +116,7 @@ async function jt(e) {
|
|
|
116
116
|
return u.on("promptDlgResult" + l, o), u.emit("promptDlg", { ...e, seq: l }), await X(() => t), u.off("promptDlgResult" + l, o), a;
|
|
117
117
|
}
|
|
118
118
|
function Rt(e) {
|
|
119
|
-
u.emit("
|
|
119
|
+
u.emit("waitDlg", { text: e });
|
|
120
120
|
}
|
|
121
121
|
function St() {
|
|
122
122
|
u.emit("closeWaitDlg");
|
|
@@ -130,7 +130,7 @@ function Tt(e, t) {
|
|
|
130
130
|
function Lt(e, t) {
|
|
131
131
|
u.emit("message", { type: "success", text: e, timeout: t });
|
|
132
132
|
}
|
|
133
|
-
function
|
|
133
|
+
function Bt(e, t) {
|
|
134
134
|
u.emit("message", { type: "warning", text: e, timeout: t });
|
|
135
135
|
}
|
|
136
136
|
var Ue = /* @__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_group = "list_org_role_group", e.create_org_role_group = "create_org_role_group", e.delete_org_role_group = "delete_org_role_group", e.update_org_role_group = "update_org_role_group", e.arrange_org_role_group = "arrange_org_role_group", 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.get_org_structure = "get_org_structure", e.update_org_structure = "update_org_structure", e.filter_table = "filter_table", e))(Ue || {});
|
|
@@ -155,16 +155,16 @@ const _e = "essentialDark", de = "essentialLocale", ie = "essentialPermissionObj
|
|
|
155
155
|
function Ke(e) {
|
|
156
156
|
U(_e, e);
|
|
157
157
|
}
|
|
158
|
-
function
|
|
158
|
+
function Mt() {
|
|
159
159
|
return $(_e);
|
|
160
160
|
}
|
|
161
|
-
function
|
|
161
|
+
function Ne(e) {
|
|
162
162
|
U(de, e);
|
|
163
163
|
}
|
|
164
164
|
function It() {
|
|
165
165
|
return $(de);
|
|
166
166
|
}
|
|
167
|
-
function
|
|
167
|
+
function We(e) {
|
|
168
168
|
U(ie, e);
|
|
169
169
|
}
|
|
170
170
|
function Xe() {
|
|
@@ -390,12 +390,12 @@ function tt(e) {
|
|
|
390
390
|
function Kt(e) {
|
|
391
391
|
e.value = [];
|
|
392
392
|
}
|
|
393
|
-
function
|
|
393
|
+
function Nt(e, t, a, o, l, r) {
|
|
394
394
|
const c = qe(), n = pe(), _ = Se(), s = p(!1);
|
|
395
395
|
le(() => {
|
|
396
396
|
let f = !1;
|
|
397
397
|
typeof e.value == "boolean" ? f = e.value : f = _.value, s.value = f;
|
|
398
|
-
}), Ke(s),
|
|
398
|
+
}), Ke(s), Ne(t), We(a), ze(o), He(l), Fe(r);
|
|
399
399
|
const w = se();
|
|
400
400
|
le(() => {
|
|
401
401
|
w.change(s.value ? "dark" : "light");
|
|
@@ -424,7 +424,7 @@ function Wt(e, t, a, o, l, r) {
|
|
|
424
424
|
}, h = () => {
|
|
425
425
|
D();
|
|
426
426
|
};
|
|
427
|
-
|
|
427
|
+
N(() => {
|
|
428
428
|
window.addEventListener("keydown", y), u.on("backbutton", h);
|
|
429
429
|
}), K(() => {
|
|
430
430
|
window.removeEventListener("keydown", y), u.off("backbutton", h);
|
|
@@ -445,7 +445,7 @@ function Wt(e, t, a, o, l, r) {
|
|
|
445
445
|
u.off("updateDark", i), u.off("updateLocale", x), u.off("updatePermission", d), u.off("updateLastAppPath", j);
|
|
446
446
|
});
|
|
447
447
|
}
|
|
448
|
-
function
|
|
448
|
+
function Wt() {
|
|
449
449
|
const e = Xe();
|
|
450
450
|
function t(a, o) {
|
|
451
451
|
return $e(
|
|
@@ -476,7 +476,7 @@ function J(e, t) {
|
|
|
476
476
|
}), l = (r) => {
|
|
477
477
|
t?.(r), o.value = !0;
|
|
478
478
|
};
|
|
479
|
-
return
|
|
479
|
+
return N(() => {
|
|
480
480
|
u.on(e, l);
|
|
481
481
|
}), K(() => {
|
|
482
482
|
u.off(e, l);
|
|
@@ -499,13 +499,13 @@ const at = /* @__PURE__ */ I({
|
|
|
499
499
|
const x = v("v-card-text"), d = v("v-btn"), j = v("v-card-actions"), f = v("v-card"), m = v("v-dialog");
|
|
500
500
|
return q(), T(m, {
|
|
501
501
|
modelValue: A(D),
|
|
502
|
-
"onUpdate:modelValue": i[1] || (i[1] = (V) =>
|
|
502
|
+
"onUpdate:modelValue": i[1] || (i[1] = (V) => W(D) ? D.value = V : null),
|
|
503
503
|
attach: "",
|
|
504
504
|
"max-width": "600px",
|
|
505
505
|
transition: "dialog-top-transition",
|
|
506
506
|
onKeydown: [
|
|
507
|
-
z(
|
|
508
|
-
i[2] || (i[2] = z(
|
|
507
|
+
z(M(y, ["stop", "prevent"]), ["enter"]),
|
|
508
|
+
i[2] || (i[2] = z(M((V) => D.value = !1, ["stop", "prevent"]), ["esc"]))
|
|
509
509
|
]
|
|
510
510
|
}, {
|
|
511
511
|
default: g(() => [
|
|
@@ -565,7 +565,7 @@ const at = /* @__PURE__ */ I({
|
|
|
565
565
|
return (l, r) => (q(), T(ke, { name: "fade" }, {
|
|
566
566
|
default: g(() => [
|
|
567
567
|
l.open ? (q(), P("div", {
|
|
568
|
-
key:
|
|
568
|
+
key: W(o) ? ++o.value : ++o,
|
|
569
569
|
class: "x-cont",
|
|
570
570
|
style: ue(a.value)
|
|
571
571
|
}, r[0] || (r[0] = [
|
|
@@ -620,7 +620,7 @@ const at = /* @__PURE__ */ I({
|
|
|
620
620
|
return "";
|
|
621
621
|
}
|
|
622
622
|
}), l = p(!0), r = t;
|
|
623
|
-
return
|
|
623
|
+
return N(() => {
|
|
624
624
|
setTimeout(() => {
|
|
625
625
|
r("timeout", e.id);
|
|
626
626
|
}, e.timeout);
|
|
@@ -656,7 +656,7 @@ const at = /* @__PURE__ */ I({
|
|
|
656
656
|
__name: "index",
|
|
657
657
|
setup(e) {
|
|
658
658
|
const t = p([]);
|
|
659
|
-
|
|
659
|
+
N(() => {
|
|
660
660
|
u.on("message", a);
|
|
661
661
|
}), K(() => {
|
|
662
662
|
u.off("message", a);
|
|
@@ -677,7 +677,7 @@ const at = /* @__PURE__ */ I({
|
|
|
677
677
|
};
|
|
678
678
|
return (n, _) => (q(), P("div", {
|
|
679
679
|
class: "x-cont d-flex flex-column-reverse align-center",
|
|
680
|
-
onClick: _[0] || (_[0] =
|
|
680
|
+
onClick: _[0] || (_[0] = M(() => {
|
|
681
681
|
}, ["stop"]))
|
|
682
682
|
}, [
|
|
683
683
|
(q(!0), P(De, null, Ve(t.value, (s) => (q(), T(rt, {
|
|
@@ -706,11 +706,11 @@ const at = /* @__PURE__ */ I({
|
|
|
706
706
|
const j = v("v-number-input"), f = v("v-btn"), m = v("v-card-actions"), V = v("v-form"), Q = v("v-card"), Y = v("v-dialog");
|
|
707
707
|
return q(), T(Y, {
|
|
708
708
|
modelValue: A(y),
|
|
709
|
-
"onUpdate:modelValue": d[3] || (d[3] = (R) =>
|
|
709
|
+
"onUpdate:modelValue": d[3] || (d[3] = (R) => W(y) ? y.value = R : null),
|
|
710
710
|
attach: "",
|
|
711
711
|
"max-width": "600px",
|
|
712
712
|
transition: "dialog-top-transition",
|
|
713
|
-
onKeydown: d[4] || (d[4] = z(
|
|
713
|
+
onKeydown: d[4] || (d[4] = z(M((R) => y.value = !1, ["stop", "prevent"]), ["esc"]))
|
|
714
714
|
}, {
|
|
715
715
|
default: g(() => [
|
|
716
716
|
b(Q, { title: a.value }, {
|
|
@@ -719,7 +719,7 @@ const at = /* @__PURE__ */ I({
|
|
|
719
719
|
modelValue: h.value,
|
|
720
720
|
"onUpdate:modelValue": d[2] || (d[2] = (R) => h.value = R),
|
|
721
721
|
class: "mx-3",
|
|
722
|
-
onSubmit:
|
|
722
|
+
onSubmit: M(i, ["prevent"])
|
|
723
723
|
}, {
|
|
724
724
|
default: g(() => [
|
|
725
725
|
b(j, {
|
|
@@ -786,11 +786,11 @@ const at = /* @__PURE__ */ I({
|
|
|
786
786
|
const Q = v("v-card-text"), Y = v("v-text-field"), R = v("v-btn"), be = v("v-card-actions"), ye = v("v-form"), we = v("v-card"), he = v("v-dialog");
|
|
787
787
|
return q(), T(he, {
|
|
788
788
|
modelValue: A(d),
|
|
789
|
-
"onUpdate:modelValue": V[3] || (V[3] = (
|
|
789
|
+
"onUpdate:modelValue": V[3] || (V[3] = (B) => W(d) ? d.value = B : null),
|
|
790
790
|
attach: "",
|
|
791
791
|
"max-width": "600px",
|
|
792
792
|
transition: "dialog-top-transition",
|
|
793
|
-
onKeydown: V[4] || (V[4] = z(
|
|
793
|
+
onKeydown: V[4] || (V[4] = z(M((B) => d.value = !1, ["stop", "prevent"]), ["esc"]))
|
|
794
794
|
}, {
|
|
795
795
|
default: g(() => [
|
|
796
796
|
b(we, { title: a.value }, {
|
|
@@ -803,16 +803,16 @@ const at = /* @__PURE__ */ I({
|
|
|
803
803
|
})) : ee("", !0),
|
|
804
804
|
b(ye, {
|
|
805
805
|
modelValue: j.value,
|
|
806
|
-
"onUpdate:modelValue": V[2] || (V[2] = (
|
|
806
|
+
"onUpdate:modelValue": V[2] || (V[2] = (B) => j.value = B),
|
|
807
807
|
class: "mx-3",
|
|
808
|
-
onSubmit:
|
|
808
|
+
onSubmit: M(f, ["prevent"])
|
|
809
809
|
}, {
|
|
810
810
|
default: g(() => [
|
|
811
811
|
b(Y, {
|
|
812
812
|
ref_key: "target",
|
|
813
813
|
ref: i,
|
|
814
814
|
modelValue: n.value,
|
|
815
|
-
"onUpdate:modelValue": V[0] || (V[0] = (
|
|
815
|
+
"onUpdate:modelValue": V[0] || (V[0] = (B) => n.value = B),
|
|
816
816
|
label: l.value,
|
|
817
817
|
placeholder: r.value,
|
|
818
818
|
rules: c.value
|
|
@@ -822,7 +822,7 @@ const at = /* @__PURE__ */ I({
|
|
|
822
822
|
b(R, {
|
|
823
823
|
color: _.value,
|
|
824
824
|
variant: "text",
|
|
825
|
-
onClick: V[1] || (V[1] = (
|
|
825
|
+
onClick: V[1] || (V[1] = (B) => d.value = !1)
|
|
826
826
|
}, {
|
|
827
827
|
default: g(() => [
|
|
828
828
|
L(S(s.value), 1)
|
|
@@ -854,7 +854,7 @@ const at = /* @__PURE__ */ I({
|
|
|
854
854
|
}, 8, ["modelValue"]);
|
|
855
855
|
};
|
|
856
856
|
}
|
|
857
|
-
}), _t = { class: "
|
|
857
|
+
}), _t = { class: "ma-auto" }, dt = { class: "w-100 h-100 d-flex align-center justify-center" }, it = { class: "text-body-1" }, ft = /* @__PURE__ */ I({
|
|
858
858
|
__name: "index",
|
|
859
859
|
setup(e) {
|
|
860
860
|
const { t } = G(), a = p(""), o = (c) => {
|
|
@@ -863,7 +863,7 @@ const at = /* @__PURE__ */ I({
|
|
|
863
863
|
}, l = () => {
|
|
864
864
|
r.value = !1;
|
|
865
865
|
}, { open: r } = J("waitDlg", o);
|
|
866
|
-
return
|
|
866
|
+
return N(() => {
|
|
867
867
|
u.on("closeWaitDlg", l);
|
|
868
868
|
}), K(() => {
|
|
869
869
|
u.off("closeWaitDlg", l);
|
|
@@ -871,7 +871,7 @@ const at = /* @__PURE__ */ I({
|
|
|
871
871
|
const _ = v("v-card"), s = v("v-dialog");
|
|
872
872
|
return q(), T(s, {
|
|
873
873
|
modelValue: A(r),
|
|
874
|
-
"onUpdate:modelValue": n[0] || (n[0] = (w) =>
|
|
874
|
+
"onUpdate:modelValue": n[0] || (n[0] = (w) => W(r) ? r.value = w : null),
|
|
875
875
|
attach: "",
|
|
876
876
|
fullscreen: "",
|
|
877
877
|
"no-click-animation": "",
|
|
@@ -921,7 +921,7 @@ export {
|
|
|
921
921
|
u as eventBus,
|
|
922
922
|
Dt as globalObjects,
|
|
923
923
|
me as hasView,
|
|
924
|
-
|
|
924
|
+
Mt as injectDark,
|
|
925
925
|
Et as injectLastAppPath,
|
|
926
926
|
It as injectLocale,
|
|
927
927
|
At as injectPermissionChecksum,
|
|
@@ -935,7 +935,7 @@ export {
|
|
|
935
935
|
Ot as messageError,
|
|
936
936
|
Tt as messageInfo,
|
|
937
937
|
Lt as messageSuccess,
|
|
938
|
-
|
|
938
|
+
Bt as messageWarning,
|
|
939
939
|
Ut as onBeforeEach,
|
|
940
940
|
Ct as openConfirmDlg,
|
|
941
941
|
qt as openNumberDlg,
|
|
@@ -944,14 +944,14 @@ export {
|
|
|
944
944
|
tt as popView,
|
|
945
945
|
Ke as provideDark,
|
|
946
946
|
He as provideLastAppPath,
|
|
947
|
-
|
|
947
|
+
Ne as provideLocale,
|
|
948
948
|
ze as providePermissionChecksum,
|
|
949
|
-
|
|
949
|
+
We as providePermissionObjects,
|
|
950
950
|
Fe as provideViews,
|
|
951
951
|
Z as routeTransName,
|
|
952
952
|
Oe as useColor,
|
|
953
|
-
|
|
954
|
-
|
|
953
|
+
Nt as useMicroApp,
|
|
954
|
+
Wt as usePermission,
|
|
955
955
|
Xt as useSystem,
|
|
956
956
|
J as useViewStack,
|
|
957
957
|
$e as verifyPermission,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "x-essential-lib",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.8.
|
|
4
|
+
"version": "0.8.24",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "dist/index.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"vue": "^3.5.17",
|
|
30
30
|
"vue-i18n": "^11.1.10",
|
|
31
31
|
"vue-router": "^4.5.1",
|
|
32
|
-
"vuetify": "^3.9.
|
|
32
|
+
"vuetify": "^3.9.1"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@eslint/js": "^9.31.0",
|
|
@@ -47,10 +47,10 @@
|
|
|
47
47
|
"sass": "^1.89.2",
|
|
48
48
|
"typescript": "^5.8.3",
|
|
49
49
|
"typescript-eslint": "^8.37.0",
|
|
50
|
-
"vite": "^7.0.
|
|
50
|
+
"vite": "^7.0.5",
|
|
51
51
|
"vite-plugin-css-injected-by-js": "^3.5.2",
|
|
52
52
|
"vite-plugin-vuetify": "^2.1.1",
|
|
53
53
|
"vue-eslint-parser": "^10.2.0",
|
|
54
|
-
"vue-tsc": "^3.0.
|
|
54
|
+
"vue-tsc": "^3.0.2"
|
|
55
55
|
}
|
|
56
56
|
}
|
|
@@ -1,103 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
badge: string;
|
|
3
|
-
open: string;
|
|
4
|
-
close: string;
|
|
5
|
-
dismiss: string;
|
|
6
|
-
confirmEdit: {
|
|
7
|
-
ok: string;
|
|
8
|
-
cancel: string;
|
|
9
|
-
};
|
|
10
|
-
dataIterator: {
|
|
11
|
-
noResultsText: string;
|
|
12
|
-
loadingText: string;
|
|
13
|
-
};
|
|
14
|
-
dataTable: {
|
|
15
|
-
itemsPerPageText: string;
|
|
16
|
-
ariaLabel: {
|
|
17
|
-
sortDescending: string;
|
|
18
|
-
sortAscending: string;
|
|
19
|
-
sortNone: string;
|
|
20
|
-
activateNone: string;
|
|
21
|
-
activateDescending: string;
|
|
22
|
-
activateAscending: string;
|
|
23
|
-
};
|
|
24
|
-
sortBy: string;
|
|
25
|
-
};
|
|
26
|
-
dataFooter: {
|
|
27
|
-
itemsPerPageText: string;
|
|
28
|
-
itemsPerPageAll: string;
|
|
29
|
-
nextPage: string;
|
|
30
|
-
prevPage: string;
|
|
31
|
-
firstPage: string;
|
|
32
|
-
lastPage: string;
|
|
33
|
-
pageText: string;
|
|
34
|
-
};
|
|
35
|
-
dateRangeInput: {
|
|
36
|
-
divider: string;
|
|
37
|
-
};
|
|
38
|
-
datePicker: {
|
|
39
|
-
itemsSelected: string;
|
|
40
|
-
range: {
|
|
41
|
-
title: string;
|
|
42
|
-
header: string;
|
|
43
|
-
};
|
|
44
|
-
title: string;
|
|
45
|
-
header: string;
|
|
46
|
-
input: {
|
|
47
|
-
placeholder: string;
|
|
48
|
-
};
|
|
49
|
-
};
|
|
50
|
-
noDataText: string;
|
|
51
|
-
carousel: {
|
|
52
|
-
prev: string;
|
|
53
|
-
next: string;
|
|
54
|
-
ariaLabel: {
|
|
55
|
-
delimiter: string;
|
|
56
|
-
};
|
|
57
|
-
};
|
|
58
|
-
calendar: {
|
|
59
|
-
moreEvents: string;
|
|
60
|
-
today: string;
|
|
61
|
-
};
|
|
62
|
-
input: {
|
|
63
|
-
clear: string;
|
|
64
|
-
prependAction: string;
|
|
65
|
-
appendAction: string;
|
|
66
|
-
otp: string;
|
|
67
|
-
};
|
|
68
|
-
fileInput: {
|
|
69
|
-
counter: string;
|
|
70
|
-
counterSize: string;
|
|
71
|
-
};
|
|
72
|
-
timePicker: {
|
|
73
|
-
am: string;
|
|
74
|
-
pm: string;
|
|
75
|
-
title: string;
|
|
76
|
-
};
|
|
77
|
-
pagination: {
|
|
78
|
-
ariaLabel: {
|
|
79
|
-
root: string;
|
|
80
|
-
next: string;
|
|
81
|
-
previous: string;
|
|
82
|
-
page: string;
|
|
83
|
-
currentPage: string;
|
|
84
|
-
first: string;
|
|
85
|
-
last: string;
|
|
86
|
-
};
|
|
87
|
-
};
|
|
88
|
-
stepper: {
|
|
89
|
-
next: string;
|
|
90
|
-
prev: string;
|
|
91
|
-
};
|
|
92
|
-
rating: {
|
|
93
|
-
ariaLabel: {
|
|
94
|
-
item: string;
|
|
95
|
-
};
|
|
96
|
-
};
|
|
97
|
-
loading: string;
|
|
98
|
-
infiniteScroll: {
|
|
99
|
-
loadMore: string;
|
|
100
|
-
empty: string;
|
|
101
|
-
};
|
|
102
|
-
};
|
|
103
|
-
export default _default;
|
|
@@ -1,112 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
$vuetify: {
|
|
3
|
-
badge: string;
|
|
4
|
-
open: string;
|
|
5
|
-
close: string;
|
|
6
|
-
dismiss: string;
|
|
7
|
-
confirmEdit: {
|
|
8
|
-
ok: string;
|
|
9
|
-
cancel: string;
|
|
10
|
-
};
|
|
11
|
-
dataIterator: {
|
|
12
|
-
noResultsText: string;
|
|
13
|
-
loadingText: string;
|
|
14
|
-
};
|
|
15
|
-
dataTable: {
|
|
16
|
-
itemsPerPageText: string;
|
|
17
|
-
ariaLabel: {
|
|
18
|
-
sortDescending: string;
|
|
19
|
-
sortAscending: string;
|
|
20
|
-
sortNone: string;
|
|
21
|
-
activateNone: string;
|
|
22
|
-
activateDescending: string;
|
|
23
|
-
activateAscending: string;
|
|
24
|
-
};
|
|
25
|
-
sortBy: string;
|
|
26
|
-
};
|
|
27
|
-
dataFooter: {
|
|
28
|
-
itemsPerPageText: string;
|
|
29
|
-
itemsPerPageAll: string;
|
|
30
|
-
nextPage: string;
|
|
31
|
-
prevPage: string;
|
|
32
|
-
firstPage: string;
|
|
33
|
-
lastPage: string;
|
|
34
|
-
pageText: string;
|
|
35
|
-
};
|
|
36
|
-
dateRangeInput: {
|
|
37
|
-
divider: string;
|
|
38
|
-
};
|
|
39
|
-
datePicker: {
|
|
40
|
-
itemsSelected: string;
|
|
41
|
-
range: {
|
|
42
|
-
title: string;
|
|
43
|
-
header: string;
|
|
44
|
-
};
|
|
45
|
-
title: string;
|
|
46
|
-
header: string;
|
|
47
|
-
input: {
|
|
48
|
-
placeholder: string;
|
|
49
|
-
};
|
|
50
|
-
};
|
|
51
|
-
noDataText: string;
|
|
52
|
-
carousel: {
|
|
53
|
-
prev: string;
|
|
54
|
-
next: string;
|
|
55
|
-
ariaLabel: {
|
|
56
|
-
delimiter: string;
|
|
57
|
-
};
|
|
58
|
-
};
|
|
59
|
-
calendar: {
|
|
60
|
-
moreEvents: string;
|
|
61
|
-
today: string;
|
|
62
|
-
};
|
|
63
|
-
input: {
|
|
64
|
-
clear: string;
|
|
65
|
-
prependAction: string;
|
|
66
|
-
appendAction: string;
|
|
67
|
-
otp: string;
|
|
68
|
-
};
|
|
69
|
-
fileInput: {
|
|
70
|
-
counter: string;
|
|
71
|
-
counterSize: string;
|
|
72
|
-
};
|
|
73
|
-
timePicker: {
|
|
74
|
-
am: string;
|
|
75
|
-
pm: string;
|
|
76
|
-
title: string;
|
|
77
|
-
};
|
|
78
|
-
pagination: {
|
|
79
|
-
ariaLabel: {
|
|
80
|
-
root: string;
|
|
81
|
-
next: string;
|
|
82
|
-
previous: string;
|
|
83
|
-
page: string;
|
|
84
|
-
currentPage: string;
|
|
85
|
-
first: string;
|
|
86
|
-
last: string;
|
|
87
|
-
};
|
|
88
|
-
};
|
|
89
|
-
stepper: {
|
|
90
|
-
next: string;
|
|
91
|
-
prev: string;
|
|
92
|
-
};
|
|
93
|
-
rating: {
|
|
94
|
-
ariaLabel: {
|
|
95
|
-
item: string;
|
|
96
|
-
};
|
|
97
|
-
};
|
|
98
|
-
loading: string;
|
|
99
|
-
infiniteScroll: {
|
|
100
|
-
loadMore: string;
|
|
101
|
-
empty: string;
|
|
102
|
-
};
|
|
103
|
-
};
|
|
104
|
-
dlg: {
|
|
105
|
-
common: {
|
|
106
|
-
cancel: string;
|
|
107
|
-
confirm: string;
|
|
108
|
-
waiting: string;
|
|
109
|
-
};
|
|
110
|
-
};
|
|
111
|
-
};
|
|
112
|
-
export default _default;
|
|
@@ -1,103 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
badge: string;
|
|
3
|
-
open: string;
|
|
4
|
-
close: string;
|
|
5
|
-
dismiss: string;
|
|
6
|
-
confirmEdit: {
|
|
7
|
-
ok: string;
|
|
8
|
-
cancel: string;
|
|
9
|
-
};
|
|
10
|
-
dataIterator: {
|
|
11
|
-
noResultsText: string;
|
|
12
|
-
loadingText: string;
|
|
13
|
-
};
|
|
14
|
-
dataTable: {
|
|
15
|
-
itemsPerPageText: string;
|
|
16
|
-
ariaLabel: {
|
|
17
|
-
sortDescending: string;
|
|
18
|
-
sortAscending: string;
|
|
19
|
-
sortNone: string;
|
|
20
|
-
activateNone: string;
|
|
21
|
-
activateDescending: string;
|
|
22
|
-
activateAscending: string;
|
|
23
|
-
};
|
|
24
|
-
sortBy: string;
|
|
25
|
-
};
|
|
26
|
-
dataFooter: {
|
|
27
|
-
itemsPerPageText: string;
|
|
28
|
-
itemsPerPageAll: string;
|
|
29
|
-
nextPage: string;
|
|
30
|
-
prevPage: string;
|
|
31
|
-
firstPage: string;
|
|
32
|
-
lastPage: string;
|
|
33
|
-
pageText: string;
|
|
34
|
-
};
|
|
35
|
-
dateRangeInput: {
|
|
36
|
-
divider: string;
|
|
37
|
-
};
|
|
38
|
-
datePicker: {
|
|
39
|
-
itemsSelected: string;
|
|
40
|
-
range: {
|
|
41
|
-
title: string;
|
|
42
|
-
header: string;
|
|
43
|
-
};
|
|
44
|
-
title: string;
|
|
45
|
-
header: string;
|
|
46
|
-
input: {
|
|
47
|
-
placeholder: string;
|
|
48
|
-
};
|
|
49
|
-
};
|
|
50
|
-
noDataText: string;
|
|
51
|
-
carousel: {
|
|
52
|
-
prev: string;
|
|
53
|
-
next: string;
|
|
54
|
-
ariaLabel: {
|
|
55
|
-
delimiter: string;
|
|
56
|
-
};
|
|
57
|
-
};
|
|
58
|
-
calendar: {
|
|
59
|
-
moreEvents: string;
|
|
60
|
-
today: string;
|
|
61
|
-
};
|
|
62
|
-
input: {
|
|
63
|
-
clear: string;
|
|
64
|
-
prependAction: string;
|
|
65
|
-
appendAction: string;
|
|
66
|
-
otp: string;
|
|
67
|
-
};
|
|
68
|
-
fileInput: {
|
|
69
|
-
counter: string;
|
|
70
|
-
counterSize: string;
|
|
71
|
-
};
|
|
72
|
-
timePicker: {
|
|
73
|
-
am: string;
|
|
74
|
-
pm: string;
|
|
75
|
-
title: string;
|
|
76
|
-
};
|
|
77
|
-
pagination: {
|
|
78
|
-
ariaLabel: {
|
|
79
|
-
root: string;
|
|
80
|
-
next: string;
|
|
81
|
-
previous: string;
|
|
82
|
-
page: string;
|
|
83
|
-
currentPage: string;
|
|
84
|
-
first: string;
|
|
85
|
-
last: string;
|
|
86
|
-
};
|
|
87
|
-
};
|
|
88
|
-
stepper: {
|
|
89
|
-
next: string;
|
|
90
|
-
prev: string;
|
|
91
|
-
};
|
|
92
|
-
rating: {
|
|
93
|
-
ariaLabel: {
|
|
94
|
-
item: string;
|
|
95
|
-
};
|
|
96
|
-
};
|
|
97
|
-
loading: string;
|
|
98
|
-
infiniteScroll: {
|
|
99
|
-
loadMore: string;
|
|
100
|
-
empty: string;
|
|
101
|
-
};
|
|
102
|
-
};
|
|
103
|
-
export default _default;
|
|
@@ -1,112 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
$vuetify: {
|
|
3
|
-
badge: string;
|
|
4
|
-
open: string;
|
|
5
|
-
close: string;
|
|
6
|
-
dismiss: string;
|
|
7
|
-
confirmEdit: {
|
|
8
|
-
ok: string;
|
|
9
|
-
cancel: string;
|
|
10
|
-
};
|
|
11
|
-
dataIterator: {
|
|
12
|
-
noResultsText: string;
|
|
13
|
-
loadingText: string;
|
|
14
|
-
};
|
|
15
|
-
dataTable: {
|
|
16
|
-
itemsPerPageText: string;
|
|
17
|
-
ariaLabel: {
|
|
18
|
-
sortDescending: string;
|
|
19
|
-
sortAscending: string;
|
|
20
|
-
sortNone: string;
|
|
21
|
-
activateNone: string;
|
|
22
|
-
activateDescending: string;
|
|
23
|
-
activateAscending: string;
|
|
24
|
-
};
|
|
25
|
-
sortBy: string;
|
|
26
|
-
};
|
|
27
|
-
dataFooter: {
|
|
28
|
-
itemsPerPageText: string;
|
|
29
|
-
itemsPerPageAll: string;
|
|
30
|
-
nextPage: string;
|
|
31
|
-
prevPage: string;
|
|
32
|
-
firstPage: string;
|
|
33
|
-
lastPage: string;
|
|
34
|
-
pageText: string;
|
|
35
|
-
};
|
|
36
|
-
dateRangeInput: {
|
|
37
|
-
divider: string;
|
|
38
|
-
};
|
|
39
|
-
datePicker: {
|
|
40
|
-
itemsSelected: string;
|
|
41
|
-
range: {
|
|
42
|
-
title: string;
|
|
43
|
-
header: string;
|
|
44
|
-
};
|
|
45
|
-
title: string;
|
|
46
|
-
header: string;
|
|
47
|
-
input: {
|
|
48
|
-
placeholder: string;
|
|
49
|
-
};
|
|
50
|
-
};
|
|
51
|
-
noDataText: string;
|
|
52
|
-
carousel: {
|
|
53
|
-
prev: string;
|
|
54
|
-
next: string;
|
|
55
|
-
ariaLabel: {
|
|
56
|
-
delimiter: string;
|
|
57
|
-
};
|
|
58
|
-
};
|
|
59
|
-
calendar: {
|
|
60
|
-
moreEvents: string;
|
|
61
|
-
today: string;
|
|
62
|
-
};
|
|
63
|
-
input: {
|
|
64
|
-
clear: string;
|
|
65
|
-
prependAction: string;
|
|
66
|
-
appendAction: string;
|
|
67
|
-
otp: string;
|
|
68
|
-
};
|
|
69
|
-
fileInput: {
|
|
70
|
-
counter: string;
|
|
71
|
-
counterSize: string;
|
|
72
|
-
};
|
|
73
|
-
timePicker: {
|
|
74
|
-
am: string;
|
|
75
|
-
pm: string;
|
|
76
|
-
title: string;
|
|
77
|
-
};
|
|
78
|
-
pagination: {
|
|
79
|
-
ariaLabel: {
|
|
80
|
-
root: string;
|
|
81
|
-
next: string;
|
|
82
|
-
previous: string;
|
|
83
|
-
page: string;
|
|
84
|
-
currentPage: string;
|
|
85
|
-
first: string;
|
|
86
|
-
last: string;
|
|
87
|
-
};
|
|
88
|
-
};
|
|
89
|
-
stepper: {
|
|
90
|
-
next: string;
|
|
91
|
-
prev: string;
|
|
92
|
-
};
|
|
93
|
-
rating: {
|
|
94
|
-
ariaLabel: {
|
|
95
|
-
item: string;
|
|
96
|
-
};
|
|
97
|
-
};
|
|
98
|
-
loading: string;
|
|
99
|
-
infiniteScroll: {
|
|
100
|
-
loadMore: string;
|
|
101
|
-
empty: string;
|
|
102
|
-
};
|
|
103
|
-
};
|
|
104
|
-
dlg: {
|
|
105
|
-
common: {
|
|
106
|
-
cancel: string;
|
|
107
|
-
confirm: string;
|
|
108
|
-
waiting: string;
|
|
109
|
-
};
|
|
110
|
-
};
|
|
111
|
-
};
|
|
112
|
-
export default _default;
|