@vancone/console-component 0.1.1-beta.70 → 0.1.1-beta.72
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/package.json
CHANGED
|
@@ -186,7 +186,7 @@ function pr(e) {
|
|
|
186
186
|
var o = new RegExp("(^|&)" + e + "=([^&]*)(&|$)"), n = window.location.search.substr(1).match(o);
|
|
187
187
|
return n != null ? unescape(n[2]) : null;
|
|
188
188
|
}
|
|
189
|
-
function
|
|
189
|
+
function le(e) {
|
|
190
190
|
const o = "i18n(", n = ")";
|
|
191
191
|
return e && e.startsWith(o) && e.endsWith(n) ? Zo(e.slice(o.length, -n.length)) : e != null ? e : "";
|
|
192
192
|
}
|
|
@@ -872,7 +872,7 @@ const An = { class: "header" }, Dn = { class: "title" }, Rn = { class: "right" }
|
|
|
872
872
|
innerHTML: o.menu.meta.svgXml
|
|
873
873
|
}, null, 8, cs)) : L("", !0)
|
|
874
874
|
]),
|
|
875
|
-
v("span", null, A(y(
|
|
875
|
+
v("span", null, A(y(le)((b = n.menu.meta) == null ? void 0 : b.title)), 1)
|
|
876
876
|
];
|
|
877
877
|
}),
|
|
878
878
|
default: p(() => [
|
|
@@ -891,7 +891,7 @@ const An = { class: "header" }, Dn = { class: "title" }, Rn = { class: "right" }
|
|
|
891
891
|
title: p(() => {
|
|
892
892
|
var r;
|
|
893
893
|
return [
|
|
894
|
-
v("span", null, A(y(
|
|
894
|
+
v("span", null, A(y(le)((r = n.menu.meta) == null ? void 0 : r.title)), 1)
|
|
895
895
|
];
|
|
896
896
|
}),
|
|
897
897
|
default: p(() => {
|
|
@@ -1115,7 +1115,7 @@ function xs(e, o, n, t) {
|
|
|
1115
1115
|
}, 4e4);
|
|
1116
1116
|
}
|
|
1117
1117
|
}
|
|
1118
|
-
function
|
|
1118
|
+
function ie(e, o) {
|
|
1119
1119
|
const n = "🍍 " + e;
|
|
1120
1120
|
typeof __VUE_DEVTOOLS_TOAST__ == "function" ? __VUE_DEVTOOLS_TOAST__(n, o) : o === "error" ? console.error(n) : o === "warn" ? console.warn(n) : console.log(n);
|
|
1121
1121
|
}
|
|
@@ -1124,20 +1124,20 @@ function Et(e) {
|
|
|
1124
1124
|
}
|
|
1125
1125
|
function io() {
|
|
1126
1126
|
if (!("clipboard" in navigator))
|
|
1127
|
-
return
|
|
1127
|
+
return ie("Your browser doesn't support the Clipboard API", "error"), !0;
|
|
1128
1128
|
}
|
|
1129
1129
|
function co(e) {
|
|
1130
|
-
return e instanceof Error && e.message.toLowerCase().includes("document is not focused") ? (
|
|
1130
|
+
return e instanceof Error && e.message.toLowerCase().includes("document is not focused") ? (ie('You need to activate the "Emulate a focused page" setting in the "Rendering" panel of devtools.', "warn"), !0) : !1;
|
|
1131
1131
|
}
|
|
1132
1132
|
function $s(e) {
|
|
1133
1133
|
return Ne(this, null, function* () {
|
|
1134
1134
|
if (!io())
|
|
1135
1135
|
try {
|
|
1136
|
-
yield navigator.clipboard.writeText(JSON.stringify(e.state.value)),
|
|
1136
|
+
yield navigator.clipboard.writeText(JSON.stringify(e.state.value)), ie("Global state copied to clipboard.");
|
|
1137
1137
|
} catch (o) {
|
|
1138
1138
|
if (co(o))
|
|
1139
1139
|
return;
|
|
1140
|
-
|
|
1140
|
+
ie("Failed to serialize the state. Check the console for more details.", "error"), console.error(o);
|
|
1141
1141
|
}
|
|
1142
1142
|
});
|
|
1143
1143
|
}
|
|
@@ -1145,11 +1145,11 @@ function Es(e) {
|
|
|
1145
1145
|
return Ne(this, null, function* () {
|
|
1146
1146
|
if (!io())
|
|
1147
1147
|
try {
|
|
1148
|
-
uo(e, JSON.parse(yield navigator.clipboard.readText())),
|
|
1148
|
+
uo(e, JSON.parse(yield navigator.clipboard.readText())), ie("Global state pasted from clipboard.");
|
|
1149
1149
|
} catch (o) {
|
|
1150
1150
|
if (co(o))
|
|
1151
1151
|
return;
|
|
1152
|
-
|
|
1152
|
+
ie("Failed to deserialize the state from clipboard. Check the console for more details.", "error"), console.error(o);
|
|
1153
1153
|
}
|
|
1154
1154
|
});
|
|
1155
1155
|
}
|
|
@@ -1160,7 +1160,7 @@ function Os(e) {
|
|
|
1160
1160
|
type: "text/plain;charset=utf-8"
|
|
1161
1161
|
}), "pinia-state.json");
|
|
1162
1162
|
} catch (o) {
|
|
1163
|
-
|
|
1163
|
+
ie("Failed to export the state as JSON. Check the console for more details.", "error"), console.error(o);
|
|
1164
1164
|
}
|
|
1165
1165
|
});
|
|
1166
1166
|
}
|
|
@@ -1187,9 +1187,9 @@ function Is(e) {
|
|
|
1187
1187
|
if (!n)
|
|
1188
1188
|
return;
|
|
1189
1189
|
const { text: t, file: s } = n;
|
|
1190
|
-
uo(e, JSON.parse(t)),
|
|
1190
|
+
uo(e, JSON.parse(t)), ie(`Global state imported from "${s.name}".`);
|
|
1191
1191
|
} catch (o) {
|
|
1192
|
-
|
|
1192
|
+
ie("Failed to import the state from JSON. Check the console for more details.", "error"), console.error(o);
|
|
1193
1193
|
}
|
|
1194
1194
|
});
|
|
1195
1195
|
}
|
|
@@ -1289,7 +1289,7 @@ function As(e, o) {
|
|
|
1289
1289
|
componentStateTypes: lt,
|
|
1290
1290
|
app: e
|
|
1291
1291
|
}, (n) => {
|
|
1292
|
-
typeof n.now != "function" &&
|
|
1292
|
+
typeof n.now != "function" && ie("You seem to be using an outdated version of Vue Devtools. Are you still using the Beta release instead of the stable one? You can find the links at https://devtools.vuejs.org/guide/installation.html."), n.addTimelineLayer({
|
|
1293
1293
|
id: Re,
|
|
1294
1294
|
label: "Pinia 🍍",
|
|
1295
1295
|
color: 15064968
|
|
@@ -1334,7 +1334,7 @@ function As(e, o) {
|
|
|
1334
1334
|
tooltip: 'Reset the state (with "$reset")',
|
|
1335
1335
|
action: (t) => {
|
|
1336
1336
|
const s = o._s.get(t);
|
|
1337
|
-
s ? typeof s.$reset != "function" ?
|
|
1337
|
+
s ? typeof s.$reset != "function" ? ie(`Cannot reset "${t}" store because it doesn't have a "$reset" method implemented.`, "warn") : (s.$reset(), ie(`Store "${t}" reset.`)) : ie(`Cannot reset "${t}" store because it wasn't found.`, "warn");
|
|
1338
1338
|
}
|
|
1339
1339
|
}
|
|
1340
1340
|
]
|
|
@@ -1393,7 +1393,7 @@ function As(e, o) {
|
|
|
1393
1393
|
if (t.app === e && t.inspectorId === ue) {
|
|
1394
1394
|
const a = t.nodeId === rt ? o : o._s.get(t.nodeId);
|
|
1395
1395
|
if (!a)
|
|
1396
|
-
return
|
|
1396
|
+
return ie(`store "${t.nodeId}" not found`, "error");
|
|
1397
1397
|
const { path: c } = t;
|
|
1398
1398
|
Et(a) ? c.unshift("state") : (c.length !== 1 || !a._customProperties.has(c[0]) || c[0] in a.$state) && c.unshift("$state"), qe = !1, t.set(a, c, t.state.value), qe = !0;
|
|
1399
1399
|
}
|
|
@@ -1401,10 +1401,10 @@ function As(e, o) {
|
|
|
1401
1401
|
if (t.type.startsWith("🍍")) {
|
|
1402
1402
|
const s = t.type.replace(/^🍍\s*/, ""), a = o._s.get(s);
|
|
1403
1403
|
if (!a)
|
|
1404
|
-
return
|
|
1404
|
+
return ie(`store "${s}" not found`, "error");
|
|
1405
1405
|
const { path: c } = t;
|
|
1406
1406
|
if (c[0] !== "state")
|
|
1407
|
-
return
|
|
1407
|
+
return ie(`Invalid path for store "${s}":
|
|
1408
1408
|
${c}
|
|
1409
1409
|
Only state can be modified.`);
|
|
1410
1410
|
c[0] = "$state", qe = !1, t.set(a, c, t.state.value), qe = !0;
|
|
@@ -1538,8 +1538,8 @@ function Ds(e, o) {
|
|
|
1538
1538
|
});
|
|
1539
1539
|
const { $dispose: a } = o;
|
|
1540
1540
|
o.$dispose = () => {
|
|
1541
|
-
a(), n.notifyComponentUpdate(), n.sendInspectorTree(ue), n.sendInspectorState(ue), n.getSettings().logStoreChanges &&
|
|
1542
|
-
}, n.notifyComponentUpdate(), n.sendInspectorTree(ue), n.sendInspectorState(ue), n.getSettings().logStoreChanges &&
|
|
1541
|
+
a(), n.notifyComponentUpdate(), n.sendInspectorTree(ue), n.sendInspectorState(ue), n.getSettings().logStoreChanges && ie(`Disposed "${o.$id}" store 🗑`);
|
|
1542
|
+
}, n.notifyComponentUpdate(), n.sendInspectorTree(ue), n.sendInspectorState(ue), n.getSettings().logStoreChanges && ie(`"${o.$id}" store installed 🆕`);
|
|
1543
1543
|
});
|
|
1544
1544
|
}
|
|
1545
1545
|
let fo = 0, Ae;
|
|
@@ -2297,7 +2297,7 @@ const ga = /* @__PURE__ */ Ce(_a, [["render", va]]), ba = { class: "card-wrapper
|
|
|
2297
2297
|
]),
|
|
2298
2298
|
v("span", {
|
|
2299
2299
|
style: He({ color: i.disabled ? "#aaa" : "black" })
|
|
2300
|
-
}, A(y(
|
|
2300
|
+
}, A(y(le)(i.label)), 5)
|
|
2301
2301
|
]),
|
|
2302
2302
|
v("span", null, A(i.count), 1)
|
|
2303
2303
|
])
|
|
@@ -2378,7 +2378,7 @@ const ga = /* @__PURE__ */ Ce(_a, [["render", va]]), ba = { class: "card-wrapper
|
|
|
2378
2378
|
let ge = [];
|
|
2379
2379
|
Array.isArray(ve.data) ? ge = ve.data : ve.data.list && Array.isArray(ve.data.list) && (ge = ve.data.list), d.formItem.select.options = ge.map((Te) => ({
|
|
2380
2380
|
value: Te.dbOrdinal,
|
|
2381
|
-
label:
|
|
2381
|
+
label: le(Te.value)
|
|
2382
2382
|
}));
|
|
2383
2383
|
}
|
|
2384
2384
|
});
|
|
@@ -2391,7 +2391,7 @@ const ga = /* @__PURE__ */ Ce(_a, [["render", va]]), ba = { class: "card-wrapper
|
|
|
2391
2391
|
let Se = [];
|
|
2392
2392
|
Array.isArray(pe.data) ? Se = pe.data : pe.data.list && Array.isArray(pe.data.list) && (Se = pe.data.list), d.formItem.select.options = Se.map((ge) => ({
|
|
2393
2393
|
value: J ? ge[J] : ge.value,
|
|
2394
|
-
label:
|
|
2394
|
+
label: le(se ? ge[se] : ge.label)
|
|
2395
2395
|
}));
|
|
2396
2396
|
}
|
|
2397
2397
|
});
|
|
@@ -2423,7 +2423,7 @@ const ga = /* @__PURE__ */ Ce(_a, [["render", va]]), ba = { class: "card-wrapper
|
|
|
2423
2423
|
(w = c.value) == null || w.resetFields();
|
|
2424
2424
|
}
|
|
2425
2425
|
function H(w) {
|
|
2426
|
-
return w != null && w.prop ? w.label ?
|
|
2426
|
+
return w != null && w.prop ? w.label ? le(w.label) : w.prop.slice(0, 1).toUpperCase() + w.prop.slice(1).toLowerCase() : "";
|
|
2427
2427
|
}
|
|
2428
2428
|
function ee(w) {
|
|
2429
2429
|
var T, d, l, _, k, P;
|
|
@@ -2434,15 +2434,15 @@ const ga = /* @__PURE__ */ Ce(_a, [["render", va]]), ba = { class: "card-wrapper
|
|
|
2434
2434
|
return R(s[w.prop]);
|
|
2435
2435
|
const D = (_ = (l = w.formItem) == null ? void 0 : l.select) == null ? void 0 : _.viewModeLabelField;
|
|
2436
2436
|
if (D)
|
|
2437
|
-
return
|
|
2437
|
+
return le(s[D]);
|
|
2438
2438
|
const O = (P = (k = w.formItem) == null ? void 0 : k.select) == null ? void 0 : P.options;
|
|
2439
2439
|
if (O) {
|
|
2440
2440
|
for (let F of O)
|
|
2441
2441
|
if (F.value === s[w.prop])
|
|
2442
|
-
return
|
|
2442
|
+
return le(F.label);
|
|
2443
2443
|
}
|
|
2444
2444
|
}
|
|
2445
|
-
return
|
|
2445
|
+
return le(s[w.prop]);
|
|
2446
2446
|
}
|
|
2447
2447
|
}
|
|
2448
2448
|
function oe(w) {
|
|
@@ -2486,7 +2486,7 @@ const ga = /* @__PURE__ */ Ce(_a, [["render", va]]), ba = { class: "card-wrapper
|
|
|
2486
2486
|
let D = [];
|
|
2487
2487
|
Array.isArray(R.data) ? D = R.data : R.data.list && Array.isArray(R.data.list) && (D = R.data.list), l.options = D.map((O) => ({
|
|
2488
2488
|
value: l.valueMappingField ? O[l.valueMappingField] : O.value,
|
|
2489
|
-
label:
|
|
2489
|
+
label: le(l.labelMappingField ? O[l.labelMappingField] : O.label)
|
|
2490
2490
|
}));
|
|
2491
2491
|
}
|
|
2492
2492
|
});
|
|
@@ -2526,7 +2526,7 @@ const ga = /* @__PURE__ */ Ce(_a, [["render", va]]), ba = { class: "card-wrapper
|
|
|
2526
2526
|
label: H(m)
|
|
2527
2527
|
}, {
|
|
2528
2528
|
default: p(() => {
|
|
2529
|
-
var q, C, Z, N, ne, Q, J, se, ae, re, _e, pe, ve, Se, ge, Te, Ye, Je,
|
|
2529
|
+
var q, C, Z, N, ne, Q, J, se, ae, re, _e, pe, ve, Se, ge, Te, Ye, Je, ce, K;
|
|
2530
2530
|
return [
|
|
2531
2531
|
he("input", m) ? (u(), I(d, {
|
|
2532
2532
|
key: 0,
|
|
@@ -2585,7 +2585,7 @@ const ga = /* @__PURE__ */ Ce(_a, [["render", va]]), ba = { class: "card-wrapper
|
|
|
2585
2585
|
return [
|
|
2586
2586
|
(u(!0), E(te, null, me((Pe = (X = m.formItem) == null ? void 0 : X.select) == null ? void 0 : Pe.options, (Ie) => (u(), I(P, {
|
|
2587
2587
|
value: Ie.value,
|
|
2588
|
-
label: y(
|
|
2588
|
+
label: y(le)(Ie.label)
|
|
2589
2589
|
}, null, 8, ["value", "label"]))), 256))
|
|
2590
2590
|
];
|
|
2591
2591
|
}),
|
|
@@ -2598,7 +2598,7 @@ const ga = /* @__PURE__ */ Ce(_a, [["render", va]]), ba = { class: "card-wrapper
|
|
|
2598
2598
|
"onUpdate:modelValue": (X) => s[m.prop] = X,
|
|
2599
2599
|
min: (Se = (ve = (pe = m.formItem) == null ? void 0 : pe.inputNumber) == null ? void 0 : ve.min) != null ? Se : Number.NEGATIVE_INFINITY,
|
|
2600
2600
|
max: (Ye = (Te = (ge = m.formItem) == null ? void 0 : ge.inputNumber) == null ? void 0 : Te.max) != null ? Ye : Number.POSITIVE_INFINITY,
|
|
2601
|
-
step: (K = (
|
|
2601
|
+
step: (K = (ce = (Je = m.formItem) == null ? void 0 : Je.inputNumber) == null ? void 0 : ce.step) != null ? K : 1,
|
|
2602
2602
|
"value-on-clear": -10
|
|
2603
2603
|
}, null, 8, ["modelValue", "onUpdate:modelValue", "min", "max", "step"])) : L("", !0),
|
|
2604
2604
|
W(m, "svg") && t.mode !== "view" ? (u(), E("div", $a, [
|
|
@@ -2821,7 +2821,7 @@ const Aa = { render: Ta }, Da = { class: "toolbar" }, Ra = { class: "tool-button
|
|
|
2821
2821
|
else if (C && C.length > 0) {
|
|
2822
2822
|
for (let J of C)
|
|
2823
2823
|
if (m === J.value) {
|
|
2824
|
-
m =
|
|
2824
|
+
m = le(J.label);
|
|
2825
2825
|
break;
|
|
2826
2826
|
}
|
|
2827
2827
|
} else if (((Q = g.formItem) == null ? void 0 : Q.type) === "select") {
|
|
@@ -2856,7 +2856,7 @@ const Aa = { render: Ta }, Da = { class: "toolbar" }, Ra = { class: "tool-button
|
|
|
2856
2856
|
}
|
|
2857
2857
|
}
|
|
2858
2858
|
}
|
|
2859
|
-
return
|
|
2859
|
+
return le(m);
|
|
2860
2860
|
}
|
|
2861
2861
|
function ke(g, S) {
|
|
2862
2862
|
var m, q;
|
|
@@ -2942,7 +2942,7 @@ const Aa = { render: Ta }, Da = { class: "toolbar" }, Ra = { class: "tool-button
|
|
|
2942
2942
|
M.value = g;
|
|
2943
2943
|
}
|
|
2944
2944
|
function O(g) {
|
|
2945
|
-
return g != null && g.prop ? g.label ?
|
|
2945
|
+
return g != null && g.prop ? g.label ? le(g.label) : g.prop.slice(0, 1).toUpperCase() + g.prop.slice(1).toLowerCase() : "";
|
|
2946
2946
|
}
|
|
2947
2947
|
function F(g) {
|
|
2948
2948
|
g ? (de.value = !0, $.splice(0, $.length, ...b), b.splice(0, b.length, ...M.value)) : (de.value = !1, b.splice(0, b.length, ...$));
|
|
@@ -3059,9 +3059,9 @@ const Aa = { render: Ta }, Da = { class: "toolbar" }, Ra = { class: "tool-button
|
|
|
3059
3059
|
onClick: T
|
|
3060
3060
|
}, {
|
|
3061
3061
|
default: p(() => {
|
|
3062
|
-
var
|
|
3062
|
+
var ce, K;
|
|
3063
3063
|
return [
|
|
3064
|
-
B(A(((
|
|
3064
|
+
B(A(((ce = a.labels) == null ? void 0 : ce.create) != null ? y(n)((K = a.labels) == null ? void 0 : K.create) : y(n)("common.table.create")), 1)
|
|
3065
3065
|
];
|
|
3066
3066
|
}),
|
|
3067
3067
|
_: 1
|
|
@@ -3074,9 +3074,9 @@ const Aa = { render: Ta }, Da = { class: "toolbar" }, Ra = { class: "tool-button
|
|
|
3074
3074
|
onClick: l
|
|
3075
3075
|
}, {
|
|
3076
3076
|
default: p(() => {
|
|
3077
|
-
var
|
|
3077
|
+
var ce, K;
|
|
3078
3078
|
return [
|
|
3079
|
-
B(A(((
|
|
3079
|
+
B(A(((ce = a.labels) == null ? void 0 : ce.delete) != null ? y(n)((K = a.labels) == null ? void 0 : K.delete) : y(n)("common.table.delete")), 1)
|
|
3080
3080
|
];
|
|
3081
3081
|
}),
|
|
3082
3082
|
_: 1
|
|
@@ -3204,7 +3204,7 @@ const Aa = { render: Ta }, Da = { class: "toolbar" }, Ra = { class: "tool-button
|
|
|
3204
3204
|
h(se, {
|
|
3205
3205
|
placeholder: `${y(n)("common.table.search")}...`,
|
|
3206
3206
|
modelValue: f.value,
|
|
3207
|
-
"onUpdate:modelValue": S[0] || (S[0] = (
|
|
3207
|
+
"onUpdate:modelValue": S[0] || (S[0] = (ce) => f.value = ce)
|
|
3208
3208
|
}, {
|
|
3209
3209
|
append: p(() => [
|
|
3210
3210
|
h(C, {
|
|
@@ -3235,7 +3235,7 @@ const Aa = { render: Ta }, Da = { class: "toolbar" }, Ra = { class: "tool-button
|
|
|
3235
3235
|
class: "table"
|
|
3236
3236
|
}, {
|
|
3237
3237
|
default: p(() => {
|
|
3238
|
-
var
|
|
3238
|
+
var ce;
|
|
3239
3239
|
return [
|
|
3240
3240
|
a.readOnly ? L("", !0) : (u(), I(ae, {
|
|
3241
3241
|
key: 0,
|
|
@@ -3283,7 +3283,7 @@ const Aa = { render: Ta }, Da = { class: "toolbar" }, Ra = { class: "tool-button
|
|
|
3283
3283
|
_: 2
|
|
3284
3284
|
}, 1032, ["prop", "label", "width"]);
|
|
3285
3285
|
}), 256)),
|
|
3286
|
-
a.operations === void 0 && !((
|
|
3286
|
+
a.operations === void 0 && !((ce = a.selectMode) != null && ce) && !a.readOnly ? (u(), I(ae, {
|
|
3287
3287
|
key: 1,
|
|
3288
3288
|
label: y(n)("common.table.operation"),
|
|
3289
3289
|
width: "120"
|
|
@@ -3360,7 +3360,7 @@ const Aa = { render: Ta }, Da = { class: "toolbar" }, Ra = { class: "tool-button
|
|
|
3360
3360
|
onSizeChange: _,
|
|
3361
3361
|
onCurrentChange: k,
|
|
3362
3362
|
currentPage: ee.pageNo,
|
|
3363
|
-
"onUpdate:currentPage": S[1] || (S[1] = (
|
|
3363
|
+
"onUpdate:currentPage": S[1] || (S[1] = (ce) => ee.pageNo = ce),
|
|
3364
3364
|
"page-sizes": [10, 20, 50, 100],
|
|
3365
3365
|
"page-size": ee.pageSize,
|
|
3366
3366
|
layout: "total, sizes, prev, pager, next",
|
|
@@ -3372,12 +3372,12 @@ const Aa = { render: Ta }, Da = { class: "toolbar" }, Ra = { class: "tool-button
|
|
|
3372
3372
|
id: H.value,
|
|
3373
3373
|
afterSubmitFunc: w,
|
|
3374
3374
|
visible: r.value,
|
|
3375
|
-
"onUpdate:visible": S[2] || (S[2] = (
|
|
3375
|
+
"onUpdate:visible": S[2] || (S[2] = (ce) => r.value = ce)
|
|
3376
3376
|
}, null, 8, ["model", "mode", "id", "visible"])
|
|
3377
3377
|
], 2);
|
|
3378
3378
|
};
|
|
3379
3379
|
}
|
|
3380
|
-
}), pt = /* @__PURE__ */ Ce(Ga, [["__scopeId", "data-v-
|
|
3380
|
+
}), pt = /* @__PURE__ */ Ce(Ga, [["__scopeId", "data-v-023aa648"]]), ja = { class: "nav-bar" }, za = { style: { "font-size": "16px" } }, qa = {
|
|
3381
3381
|
key: 0,
|
|
3382
3382
|
class: "info-card-wrapper"
|
|
3383
3383
|
}, Ba = { class: "icon-wrapper" }, Ha = { class: "info-wrapper" }, Wa = { class: "title-wrapper" }, Ya = { class: "tabs-wrapper" }, Ja = { class: "dialog-footer" }, Ka = /* @__PURE__ */ Oe({
|
|
@@ -3535,7 +3535,7 @@ const Aa = { render: Ta }, Da = { class: "toolbar" }, Ra = { class: "tool-button
|
|
|
3535
3535
|
v("span", null, null, -1)
|
|
3536
3536
|
])),
|
|
3537
3537
|
content: p(() => [
|
|
3538
|
-
v("span", za, A(y(
|
|
3538
|
+
v("span", za, A(y(le)(H == null ? void 0 : H.name)), 1)
|
|
3539
3539
|
]),
|
|
3540
3540
|
_: 1
|
|
3541
3541
|
}),
|
|
@@ -3559,7 +3559,7 @@ const Aa = { render: Ta }, Da = { class: "toolbar" }, Ra = { class: "tool-button
|
|
|
3559
3559
|
onClick: (ae) => se.function(i.value.formData)
|
|
3560
3560
|
}, {
|
|
3561
3561
|
default: p(() => [
|
|
3562
|
-
B(A(y(
|
|
3562
|
+
B(A(y(le)(se.label)), 1)
|
|
3563
3563
|
]),
|
|
3564
3564
|
_: 2
|
|
3565
3565
|
}, 1032, ["onClick"]))), 256))
|
|
@@ -3646,7 +3646,7 @@ const Aa = { render: Ta }, Da = { class: "toolbar" }, Ra = { class: "tool-button
|
|
|
3646
3646
|
_: 1
|
|
3647
3647
|
}, 8, ["label"]),
|
|
3648
3648
|
(u(!0), E(te, null, me((J = (Q = H.pageConfig) == null ? void 0 : Q.detailPage) == null ? void 0 : J.tabs, (se) => (u(), I(G, {
|
|
3649
|
-
label: y(
|
|
3649
|
+
label: y(le)(se.name)
|
|
3650
3650
|
}, null, 8, ["label"]))), 256))
|
|
3651
3651
|
];
|
|
3652
3652
|
}),
|
|
@@ -3749,7 +3749,7 @@ const Aa = { render: Ta }, Da = { class: "toolbar" }, Ra = { class: "tool-button
|
|
|
3749
3749
|
}), (f, b) => {
|
|
3750
3750
|
const $ = x("el-scrollbar");
|
|
3751
3751
|
return u(), E(te, null, [
|
|
3752
|
-
v("h1", Xa, A(y(
|
|
3752
|
+
v("h1", Xa, A(y(le)(a == null ? void 0 : a.name)), 1),
|
|
3753
3753
|
h($, null, {
|
|
3754
3754
|
default: p(() => {
|
|
3755
3755
|
var V, M;
|
|
@@ -3801,7 +3801,7 @@ export {
|
|
|
3801
3801
|
er as TablePage,
|
|
3802
3802
|
pt as TableView,
|
|
3803
3803
|
ms as activeMenuMapping,
|
|
3804
|
-
|
|
3804
|
+
le as convertI18n,
|
|
3805
3805
|
ur as createFile,
|
|
3806
3806
|
en as deepMerge,
|
|
3807
3807
|
fr as default,
|