@das-fed/ui 6.4.0-dev.54.7 → 6.4.0-dev.54.9
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 +5 -5
- package/packages/business-components/change-enterprises/i18n/index.d.ts +3 -3
- package/packages/business-components/change-pwd/i18n/index.d.ts +26 -34
- package/packages/business-components/change-pwd/index.js +66 -65
- package/packages/business-components/change-pwd/index.js.gz +0 -0
- package/packages/business-components/device-panel/i18n/index.d.ts +172 -0
- package/packages/business-components/device-panel/index.js +331 -261
- package/packages/business-components/device-panel/index.js.gz +0 -0
- package/packages/business-components/export-button/i18n/index.d.ts +16 -20
- package/packages/business-components/export-button/index.js +88 -86
- package/packages/business-components/export-button/index.js.gz +0 -0
- package/packages/business-components/import-button/i18n/index.d.ts +34 -30
- package/packages/business-components/import-button/index.js +148 -144
- package/packages/business-components/import-button/index.js.gz +0 -0
- package/packages/business-components/model-table-dialog/i18n/index.d.ts +6 -6
- package/packages/business-components/model-table-dialog/index.js +82 -83
- package/packages/business-components/model-table-dialog/index.js.gz +0 -0
- package/packages/business-components/model-table-dialog/src/ModelTable.vue.d.ts +17 -49
- package/packages/business-components/model-table-dialog/style.css +1 -1
- package/packages/business-components/model-table-dialog/style.css.gz +0 -0
- package/packages/business-components/process-configuration/i18n/index.d.ts +37 -29
- package/packages/business-components/process-configuration/index.js +103 -92
- package/packages/business-components/process-configuration/index.js.gz +0 -0
- package/packages/business-components/process-form/i18n/index.d.ts +109 -69
- package/packages/business-components/process-form/index.js +691 -672
- package/packages/business-components/process-form/index.js.gz +0 -0
- package/packages/business-components/process-log/i18n/index.d.ts +4 -0
- package/packages/business-components/process-log/index.js +29 -28
- package/packages/business-components/process-log/index.js.gz +0 -0
- package/packages/business-components/process-search-form/i18n/index.d.ts +9 -9
- package/packages/business-components/process-search-form/index.js +2 -2
- package/packages/business-components/process-search-form/index.js.gz +0 -0
- package/packages/business-components/process-table/i18n/index.d.ts +8 -8
- package/packages/business-components/process-table/index.js +36 -36
- package/packages/business-components/process-table/index.js.gz +0 -0
- package/packages/business-components/upload-file/i18n/index.d.ts +2 -2
- package/packages/business-components/upload-file/index.js +45 -42
- package/packages/business-components/upload-file/index.js.gz +0 -0
- package/packages/business-components/urgent-panel/i18n/index.d.ts +28 -0
- package/packages/business-components/urgent-panel/index.js +595 -576
- package/packages/business-components/urgent-panel/index.js.gz +0 -0
- package/packages/business-components/user-org-dialog/i18n/index.d.ts +7 -3
- package/packages/business-components/user-org-dialog/index.js +92 -91
- package/packages/business-components/user-org-dialog/index.js.gz +0 -0
- package/packages/business-components/video-dialog/i18n/index.d.ts +29 -17
- package/packages/business-components/video-dialog/index.js +116 -113
- package/packages/business-components/video-dialog/index.js.gz +0 -0
- package/packages/components/button/index.js +54 -56
- package/packages/components/button/index.js.gz +0 -0
- package/packages/components/image-upload/i18n/index.d.ts +9 -21
- package/packages/components/image-upload/index.js +92 -92
- package/packages/components/image-upload/index.js.gz +0 -0
- package/packages/components/image-viewer/i18n/index.d.ts +1 -30
- package/packages/components/image-viewer/index.js +213 -219
- package/packages/components/image-viewer/index.js.gz +0 -0
- package/packages/components/input/i18n/index.d.ts +3 -3
- package/packages/components/input/index.js +1 -1
- package/packages/components/input/index.js.gz +0 -0
- package/packages/components/input-dialog-select/i18n/index.d.ts +1 -6
- package/packages/components/input-dialog-select/index.js +49 -51
- package/packages/components/input-dialog-select/index.js.gz +0 -0
- package/packages/components/live-player/i18n/index.d.ts +3 -7
- package/packages/components/live-player/index.js +7 -5
- package/packages/components/live-player/index.js.gz +0 -0
- package/packages/components/live-player/style.css +1 -1
- package/packages/components/loading/i18n/index.d.ts +1 -1
- package/packages/components/loading/index.js +1 -3
- package/packages/components/loading/index.js.gz +0 -0
- package/packages/components/map/i18n/index.d.ts +7 -11
- package/packages/components/map/index.js +168 -167
- package/packages/components/map/index.js.gz +0 -0
- package/packages/components/menu-aside/i18n/index.d.ts +1 -1
- package/packages/components/menu-aside/index.js +1 -3
- package/packages/components/menu-aside/index.js.gz +0 -0
- package/packages/components/message/i18n/index.d.ts +1 -1
- package/packages/components/message/index.js +1 -3
- package/packages/components/message/index.js.gz +0 -0
- package/packages/components/notification/i18n/index.d.ts +1 -1
- package/packages/components/notification/index.js +1 -3
- package/packages/components/notification/index.js.gz +0 -0
- package/packages/components/pagination/i18n/index.d.ts +8 -8
- package/packages/components/pagination/index.js +124 -124
- package/packages/components/pagination/index.js.gz +0 -0
- package/packages/components/pagination/style.css +1 -1
- package/packages/components/pagination/style.css.gz +0 -0
- package/packages/components/popover/i18n/index.d.ts +2 -2
- package/packages/components/preview/i18n/index.d.ts +1 -1
- package/packages/components/preview/index.js +1 -3
- package/packages/components/preview/index.js.gz +0 -0
- package/packages/components/search/index.js +26 -36
- package/packages/components/search/index.js.gz +0 -0
- package/packages/components/search/style.css +1 -1
- package/packages/components/search/style.css.gz +0 -0
- package/packages/components/{search → search-form}/i18n/index.d.ts +6 -10
- package/packages/components/search-form/index.js +426 -418
- package/packages/components/search-form/index.js.gz +0 -0
- package/packages/components/search-form/style.css +1 -1
- package/packages/components/search-form/style.css.gz +0 -0
- package/packages/components/spin/i18n/index.d.ts +1 -1
- package/packages/components/spin/index.js +1 -3
- package/packages/components/spin/index.js.gz +0 -0
- package/packages/components/table/i18n/index.d.ts +19 -19
- package/packages/components/table/index.js +7 -7
- package/packages/components/table/index.js.gz +0 -0
- package/packages/components/table/style.css +1 -1
- package/packages/components/table/style.css.gz +0 -0
- package/packages/components/tabs/i18n/index.d.ts +3 -3
- package/packages/components/time-line/index.js +36 -40
- package/packages/components/time-line/index.js.gz +0 -0
- package/packages/components/tooltip/i18n/index.d.ts +1 -1
- package/packages/components/tooltip/index.js +1 -3
- package/packages/components/tooltip/index.js.gz +0 -0
- package/packages/components/tree/i18n/index.d.ts +8 -12
- package/packages/components/tree/index.js +137 -135
- package/packages/components/tree/index.js.gz +0 -0
- package/packages/components/tree/src/App.vue.d.ts +9 -27
- package/packages/components/upload/i18n/index.d.ts +5 -5
- package/packages/components/upload/index.js +1 -1
- package/packages/components/upload/index.js.gz +0 -0
- package/packages/components/virtual-tree/i18n/index.d.ts +1 -1
- package/packages/components/virtual-tree/index.js +1 -3
- package/packages/components/virtual-tree/index.js.gz +0 -0
- package/i18n-collection/en.js +0 -537
- package/i18n-collection/zh-CN.js +0 -537
- package/packages/components/button/i18n/index.d.ts +0 -2
- package/packages/components/time-line/i18n/index.d.ts +0 -7
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import '@das-fed/ui/packages/business-components/model-table-dialog/style.css';
|
|
2
|
-
import { defineComponent as Dt, computed as I, watch as
|
|
2
|
+
import { defineComponent as Dt, computed as I, watch as J, ref as P, openBlock as z, createElementBlock as G, createVNode as M, unref as y, mergeProps as H, isRef as ze, withCtx as R, createTextVNode as ft, toDisplayString as dt, createBlock as Re, createSlots as It, renderList as Et, renderSlot as ie, createCommentVNode as Y, onMounted as dn, createElementVNode as pn, normalizeProps as vn, guardReactiveProps as hn, Fragment as gn, normalizeStyle as pt, nextTick as bn } from "vue";
|
|
3
3
|
import { withInstall as Kt } from "@das-fed/utils/with-install/index";
|
|
4
4
|
import { i18n as mn, setI18nRule as yn } from "@das-fed/web/packages/i18n/index";
|
|
5
|
-
import { DasDialog as
|
|
5
|
+
import { DasDialog as _n } from "@das-fed/ui/packages/components/dialog/index";
|
|
6
6
|
import { DasButton as vt } from "@das-fed/ui/packages/components/button/index";
|
|
7
|
-
import { DasMessage as
|
|
7
|
+
import { DasMessage as Tn } from "@das-fed/ui/packages/components/message/index";
|
|
8
8
|
import { DasModelTableRef as Sn, DasModelTable as wn } from "@das-fed/ui/packages/business-components/model-table-dialog";
|
|
9
9
|
import { useModelValue as me } from "@das-fed/utils/vue";
|
|
10
10
|
import { DasSelectList as ht } from "@das-fed/ui/packages/components/select-list/index";
|
|
@@ -34,40 +34,40 @@ const zt = () => (e) => mn(e).value, Rt = () => ({
|
|
|
34
34
|
emits: ["confirm", "close", "open", "update:modelValue", "treeChange", "tableChange", "update:resultTree", "update:resultTable"],
|
|
35
35
|
setup(e, { expose: t, emit: n }) {
|
|
36
36
|
var A;
|
|
37
|
-
const a = zt(), s = e, d = n, g = I(() => s.title || a("标题")), { getServiceApi: f, isEmpty: p } = Rt(), w = me(s, "options"),
|
|
38
|
-
|
|
37
|
+
const a = zt(), s = e, d = n, g = I(() => s.title || a("标题")), { getServiceApi: f, isEmpty: p } = Rt(), w = me(s, "options"), _ = me(s, "modelValue"), x = (v) => {
|
|
38
|
+
_.value = v;
|
|
39
39
|
};
|
|
40
|
-
|
|
40
|
+
J(_, (v) => {
|
|
41
41
|
d("update:modelValue", v), d(v ? "open" : "close");
|
|
42
42
|
});
|
|
43
43
|
const L = () => {
|
|
44
|
-
const { left: v, content: S } = w.value, C = v == null ? void 0 : v.selectListProps, D = S == null ? void 0 : S.selectListProps,
|
|
45
|
-
|
|
44
|
+
const { left: v, content: S } = w.value, C = v == null ? void 0 : v.selectListProps, D = S == null ? void 0 : S.selectListProps, T = typeof C == "boolean" ? C : p(C || {}), re = typeof D == "boolean" ? D : p(D || {}), V = T && re ? { treeSelectList: $.value, tableSelectList: q.value } : T ? $.value : q.value, W = s == null ? void 0 : s.beforeConfirm;
|
|
45
|
+
W && typeof W == "function" && !W(V) || te(V);
|
|
46
46
|
}, $ = P([]), N = (v) => {
|
|
47
47
|
$.value = v || {};
|
|
48
|
-
},
|
|
49
|
-
|
|
48
|
+
}, q = P([]), Oe = (v) => {
|
|
49
|
+
q.value = v || {};
|
|
50
50
|
}, { run: k, loading: ee, data: Pe, error: je } = f((A = s.submitOptions) == null ? void 0 : A.api), te = async (v) => {
|
|
51
51
|
var V;
|
|
52
52
|
if (!k) return d("confirm", v), x(!1);
|
|
53
|
-
const { params: S = {}, query: C = {}, searchKey: D = "" } = s.submitOptions,
|
|
54
|
-
if (D && (
|
|
53
|
+
const { params: S = {}, query: C = {}, searchKey: D = "" } = s.submitOptions, T = { ...S, ...C };
|
|
54
|
+
if (D && (T[D] = v), await k(T), je.value) return;
|
|
55
55
|
const re = Pe.value;
|
|
56
|
-
|
|
56
|
+
Tn.success(((V = s.submitOptions) == null ? void 0 : V.successText) || a("提交成功")), d("confirm", re || v), x(!1);
|
|
57
57
|
}, ne = Sn(), he = () => ne.value;
|
|
58
|
-
return
|
|
58
|
+
return J(
|
|
59
59
|
() => s.modelValue,
|
|
60
60
|
(v) => x(v)
|
|
61
61
|
), t({ getModelTableRef: he }), (v, S) => (z(), G("div", xn, [
|
|
62
|
-
M(y(
|
|
62
|
+
M(y(_n), H({
|
|
63
63
|
class: "business-dialog",
|
|
64
64
|
title: g.value,
|
|
65
65
|
loading: y(ee)
|
|
66
66
|
}, v.$attrs, {
|
|
67
67
|
width: v.width,
|
|
68
68
|
height: v.height,
|
|
69
|
-
modelValue: y(
|
|
70
|
-
"onUpdate:modelValue": S[1] || (S[1] = (C) => ze(
|
|
69
|
+
modelValue: y(_),
|
|
70
|
+
"onUpdate:modelValue": S[1] || (S[1] = (C) => ze(_) ? _.value = C : null)
|
|
71
71
|
}), {
|
|
72
72
|
footer: R(() => [
|
|
73
73
|
M(y(vt), {
|
|
@@ -102,7 +102,7 @@ const zt = () => (e) => mn(e).value, Rt = () => ({
|
|
|
102
102
|
})
|
|
103
103
|
]),
|
|
104
104
|
default: R(() => [
|
|
105
|
-
y(
|
|
105
|
+
y(_) ? (z(), Re(
|
|
106
106
|
y(wn),
|
|
107
107
|
H({
|
|
108
108
|
key: 0,
|
|
@@ -116,7 +116,7 @@ const zt = () => (e) => mn(e).value, Rt = () => ({
|
|
|
116
116
|
_: 2
|
|
117
117
|
/* DYNAMIC */
|
|
118
118
|
}, [
|
|
119
|
-
Et(v.$slots, (C, D,
|
|
119
|
+
Et(v.$slots, (C, D, T) => ({
|
|
120
120
|
name: D,
|
|
121
121
|
fn: R(() => [
|
|
122
122
|
ie(v.$slots, D, {}, void 0, !0)
|
|
@@ -125,7 +125,7 @@ const zt = () => (e) => mn(e).value, Rt = () => ({
|
|
|
125
125
|
]),
|
|
126
126
|
1040
|
|
127
127
|
/* FULL_PROPS, DYNAMIC_SLOTS */
|
|
128
|
-
)) :
|
|
128
|
+
)) : Y("v-if", !0)
|
|
129
129
|
]),
|
|
130
130
|
_: 3
|
|
131
131
|
/* FORWARDED */
|
|
@@ -136,7 +136,7 @@ const zt = () => (e) => mn(e).value, Rt = () => ({
|
|
|
136
136
|
onClick: S[2] || (S[2] = (C) => x(!0))
|
|
137
137
|
}, [
|
|
138
138
|
ie(v.$slots, "default", {}, void 0, !0)
|
|
139
|
-
])) :
|
|
139
|
+
])) : Y("v-if", !0)
|
|
140
140
|
]));
|
|
141
141
|
}
|
|
142
142
|
}), Lt = (e, t) => {
|
|
@@ -148,12 +148,12 @@ const zt = () => (e) => mn(e).value, Rt = () => ({
|
|
|
148
148
|
function Dn() {
|
|
149
149
|
this.__data__ = [], this.size = 0;
|
|
150
150
|
}
|
|
151
|
-
function
|
|
151
|
+
function Te(e, t) {
|
|
152
152
|
return e === t || e !== e && t !== t;
|
|
153
153
|
}
|
|
154
154
|
function Se(e, t) {
|
|
155
155
|
for (var n = e.length; n--; )
|
|
156
|
-
if (
|
|
156
|
+
if (Te(e[n][0], t))
|
|
157
157
|
return n;
|
|
158
158
|
return -1;
|
|
159
159
|
}
|
|
@@ -285,10 +285,10 @@ function yr(e) {
|
|
|
285
285
|
}
|
|
286
286
|
return mr.call(t, e) ? t[e] : void 0;
|
|
287
287
|
}
|
|
288
|
-
var
|
|
288
|
+
var _r = Object.prototype, Tr = _r.hasOwnProperty;
|
|
289
289
|
function Sr(e) {
|
|
290
290
|
var t = this.__data__;
|
|
291
|
-
return pe ? t[e] !== void 0 :
|
|
291
|
+
return pe ? t[e] !== void 0 : Tr.call(t, e);
|
|
292
292
|
}
|
|
293
293
|
var wr = "__lodash_hash_undefined__";
|
|
294
294
|
function Cr(e, t) {
|
|
@@ -368,7 +368,7 @@ ce.prototype.delete = Nn;
|
|
|
368
368
|
ce.prototype.get = Fn;
|
|
369
369
|
ce.prototype.has = Vn;
|
|
370
370
|
ce.prototype.set = Ir;
|
|
371
|
-
var
|
|
371
|
+
var _e = function() {
|
|
372
372
|
try {
|
|
373
373
|
var e = Ue(Object, "defineProperty");
|
|
374
374
|
return e({}, "", {}), e;
|
|
@@ -376,7 +376,7 @@ var Te = function() {
|
|
|
376
376
|
}
|
|
377
377
|
}();
|
|
378
378
|
function Be(e, t, n) {
|
|
379
|
-
t == "__proto__" &&
|
|
379
|
+
t == "__proto__" && _e ? _e(e, t, {
|
|
380
380
|
configurable: !0,
|
|
381
381
|
enumerable: !0,
|
|
382
382
|
value: n,
|
|
@@ -384,7 +384,7 @@ function Be(e, t, n) {
|
|
|
384
384
|
}) : e[t] = n;
|
|
385
385
|
}
|
|
386
386
|
function Le(e, t, n) {
|
|
387
|
-
(n !== void 0 && !
|
|
387
|
+
(n !== void 0 && !Te(e[t], n) || n === void 0 && !(t in e)) && Be(e, t, n);
|
|
388
388
|
}
|
|
389
389
|
function Er(e) {
|
|
390
390
|
return function(t, n, a) {
|
|
@@ -396,8 +396,8 @@ function Er(e) {
|
|
|
396
396
|
return t;
|
|
397
397
|
};
|
|
398
398
|
}
|
|
399
|
-
var Kr = Er(), Vt = typeof exports == "object" && exports && !exports.nodeType && exports,
|
|
400
|
-
|
|
399
|
+
var Kr = Er(), Vt = typeof exports == "object" && exports && !exports.nodeType && exports, _t = Vt && typeof module == "object" && module && !module.nodeType && module, zr = _t && _t.exports === Vt, Tt = zr ? se.Buffer : void 0;
|
|
400
|
+
Tt && Tt.allocUnsafe;
|
|
401
401
|
function Rr(e, t) {
|
|
402
402
|
return e.slice();
|
|
403
403
|
}
|
|
@@ -476,8 +476,8 @@ function ra(e) {
|
|
|
476
476
|
var n = ta.call(t, "constructor") && t.constructor;
|
|
477
477
|
return typeof n == "function" && n instanceof n && Xt.call(n) == na;
|
|
478
478
|
}
|
|
479
|
-
var aa = "[object Arguments]", oa = "[object Array]", la = "[object Boolean]", ia = "[object Date]", sa = "[object Error]", ua = "[object Function]", ca = "[object Map]", fa = "[object Number]", da = "[object Object]", pa = "[object RegExp]", va = "[object Set]", ha = "[object String]", ga = "[object WeakMap]", ba = "[object ArrayBuffer]", ma = "[object DataView]", ya = "[object Float32Array]",
|
|
480
|
-
m[ya] = m[
|
|
479
|
+
var aa = "[object Arguments]", oa = "[object Array]", la = "[object Boolean]", ia = "[object Date]", sa = "[object Error]", ua = "[object Function]", ca = "[object Map]", fa = "[object Number]", da = "[object Object]", pa = "[object RegExp]", va = "[object Set]", ha = "[object String]", ga = "[object WeakMap]", ba = "[object ArrayBuffer]", ma = "[object DataView]", ya = "[object Float32Array]", _a = "[object Float64Array]", Ta = "[object Int8Array]", Sa = "[object Int16Array]", wa = "[object Int32Array]", Ca = "[object Uint8Array]", Oa = "[object Uint8ClampedArray]", Pa = "[object Uint16Array]", ja = "[object Uint32Array]", m = {};
|
|
480
|
+
m[ya] = m[_a] = m[Ta] = m[Sa] = m[wa] = m[Ca] = m[Oa] = m[Pa] = m[ja] = !0;
|
|
481
481
|
m[aa] = m[oa] = m[ba] = m[la] = m[ma] = m[ia] = m[sa] = m[ua] = m[ca] = m[fa] = m[da] = m[pa] = m[va] = m[ha] = m[ga] = !1;
|
|
482
482
|
function xa(e) {
|
|
483
483
|
return ve(e) && Ht(e.length) && !!m[we(e)];
|
|
@@ -501,7 +501,7 @@ function Fe(e, t) {
|
|
|
501
501
|
var Da = Object.prototype, Ia = Da.hasOwnProperty;
|
|
502
502
|
function Ea(e, t, n) {
|
|
503
503
|
var a = e[t];
|
|
504
|
-
(!(Ia.call(e, t) &&
|
|
504
|
+
(!(Ia.call(e, t) && Te(a, n)) || n === void 0 && !(t in e)) && Be(e, t, n);
|
|
505
505
|
}
|
|
506
506
|
function Ka(e, t, n, a) {
|
|
507
507
|
var s = !n;
|
|
@@ -560,12 +560,12 @@ function Ga(e, t, n, a, s, d, g) {
|
|
|
560
560
|
Le(e, n, w);
|
|
561
561
|
return;
|
|
562
562
|
}
|
|
563
|
-
var
|
|
563
|
+
var _ = d ? d(f, p, n + "", e, t, g) : void 0, x = _ === void 0;
|
|
564
564
|
if (x) {
|
|
565
565
|
var L = Ne(p), $ = !L && Wt(p), N = !L && !$ && Yt(p);
|
|
566
|
-
|
|
566
|
+
_ = p, L || $ || N ? Ne(f) ? _ = f : Xr(f) ? _ = Nr(f) : $ ? (x = !1, _ = Rr(p)) : N ? (x = !1, _ = Mr(p)) : _ = [] : ra(p) || Me(p) ? (_ = f, Me(f) ? _ = Ba(f) : (!Q(f) || Ve(f)) && (_ = Br(p))) : x = !1;
|
|
567
567
|
}
|
|
568
|
-
x && (g.set(p,
|
|
568
|
+
x && (g.set(p, _), s(_, p, a, d, g), g.delete(p)), Le(e, n, _);
|
|
569
569
|
}
|
|
570
570
|
function kt(e, t, n, a, s) {
|
|
571
571
|
e !== t && Kr(t, function(d, g) {
|
|
@@ -609,8 +609,8 @@ function Wa(e) {
|
|
|
609
609
|
return e;
|
|
610
610
|
};
|
|
611
611
|
}
|
|
612
|
-
var Xa =
|
|
613
|
-
return
|
|
612
|
+
var Xa = _e ? function(e, t) {
|
|
613
|
+
return _e(e, "toString", {
|
|
614
614
|
configurable: !0,
|
|
615
615
|
enumerable: !1,
|
|
616
616
|
value: Wa(t),
|
|
@@ -637,7 +637,7 @@ function to(e, t, n) {
|
|
|
637
637
|
if (!Q(n))
|
|
638
638
|
return !1;
|
|
639
639
|
var a = typeof t;
|
|
640
|
-
return (a == "number" ? Ge(n) && Zt(t, n.length) : a == "string" && t in n) ?
|
|
640
|
+
return (a == "number" ? Ge(n) && Zt(t, n.length) : a == "string" && t in n) ? Te(n[t], e) : !1;
|
|
641
641
|
}
|
|
642
642
|
function no(e) {
|
|
643
643
|
return eo(function(t, n) {
|
|
@@ -671,7 +671,7 @@ const ro = { class: "business-dialog-content" }, ao = { class: "table-list-box"
|
|
|
671
671
|
emits: ["treeChange", "tableChange", "update:resultTree", "update:resultTable"],
|
|
672
672
|
setup(e, { expose: t, emit: n }) {
|
|
673
673
|
var at, ot, lt;
|
|
674
|
-
const a = e, s = n, d = zt(), { getServiceApi: g, isEmpty: f } = Rt(), p = "id" + (/* @__PURE__ */ new Date()).getTime(), w = ((at = a.left) == null ? void 0 : at.vNodeName) || d("全部"),
|
|
674
|
+
const a = e, s = n, d = zt(), { getServiceApi: g, isEmpty: f } = Rt(), p = "id" + (/* @__PURE__ */ new Date()).getTime(), w = ((at = a.left) == null ? void 0 : at.vNodeName) || d("全部"), _ = async (r) => {
|
|
675
675
|
var j, E, U, B;
|
|
676
676
|
const { query: o = {}, params: l = {}, api: i, searchKey: c = "id" } = ((j = a.left) == null ? void 0 : j.grandChildren) || {};
|
|
677
677
|
if (!i) return [];
|
|
@@ -709,7 +709,7 @@ const ro = { class: "business-dialog-content" }, ao = { class: "table-list-box"
|
|
|
709
709
|
defaultExpandedKeys: [p]
|
|
710
710
|
}), (u = (c = a.left) == null ? void 0 : c.grandChildren) != null && u.api && Object.assign(r, {
|
|
711
711
|
load: x,
|
|
712
|
-
getGrandChildren:
|
|
712
|
+
getGrandChildren: _,
|
|
713
713
|
defaultExpandedKeys: [Ke]
|
|
714
714
|
}), At(r, ((h = a.left) == null ? void 0 : h.props) || {});
|
|
715
715
|
}), $ = I(() => {
|
|
@@ -728,7 +728,7 @@ const ro = { class: "business-dialog-content" }, ao = { class: "table-list-box"
|
|
|
728
728
|
labelKey: ((c = (i = a.content) == null ? void 0 : i.props) == null ? void 0 : c.rowName) || "name"
|
|
729
729
|
};
|
|
730
730
|
return Object.assign(r, ((u = a.content) == null ? void 0 : u.selectListProps) || {}), r;
|
|
731
|
-
}),
|
|
731
|
+
}), q = I(() => he(a.content)), Oe = I(() => {
|
|
732
732
|
var o;
|
|
733
733
|
const r = (o = a.left) == null ? void 0 : o.selectListProps;
|
|
734
734
|
return r != null && r.height ? `height:${r == null ? void 0 : r.height}` : "flex: 1;";
|
|
@@ -745,7 +745,7 @@ const ro = { class: "business-dialog-content" }, ao = { class: "table-list-box"
|
|
|
745
745
|
return (o = (r = a.left) == null ? void 0 : r.props) != null && o.width || (i = (l = a.content) == null ? void 0 : l.props) != null && i.width ? "width:auto" : "width:250px";
|
|
746
746
|
}), je = I(() => {
|
|
747
747
|
var r;
|
|
748
|
-
return (r = a.content) != null && r.searchKey &&
|
|
748
|
+
return (r = a.content) != null && r.searchKey && W.value || Ae.value;
|
|
749
749
|
}), te = I(() => {
|
|
750
750
|
var l;
|
|
751
751
|
const r = {
|
|
@@ -765,9 +765,9 @@ const ro = { class: "business-dialog-content" }, ao = { class: "table-list-box"
|
|
|
765
765
|
}), ne = I(() => f(a.left)), he = (r) => {
|
|
766
766
|
var o;
|
|
767
767
|
return (r == null ? void 0 : r.selectAll) || f(((o = r == null ? void 0 : r.props) == null ? void 0 : o.selection) || {});
|
|
768
|
-
}, A = me(N.value, "data"), v = me($.value, "data"), S = P([]), C = P([]), D = P(""),
|
|
768
|
+
}, A = me(N.value, "data"), v = me($.value, "data"), S = P([]), C = P([]), D = P(""), T = P(null), re = On(), {
|
|
769
769
|
run: V,
|
|
770
|
-
loading:
|
|
770
|
+
loading: W,
|
|
771
771
|
data: He,
|
|
772
772
|
error: tn
|
|
773
773
|
} = g((ot = a.left) == null ? void 0 : ot.api), xe = async (r) => {
|
|
@@ -786,7 +786,7 @@ const ro = { class: "business-dialog-content" }, ao = { class: "table-list-box"
|
|
|
786
786
|
loading: Ae,
|
|
787
787
|
data: nn,
|
|
788
788
|
error: rn
|
|
789
|
-
} = g((lt = a.content) == null ? void 0 : lt.api),
|
|
789
|
+
} = g((lt = a.content) == null ? void 0 : lt.api), X = async (r) => {
|
|
790
790
|
var O;
|
|
791
791
|
if (!$e) return;
|
|
792
792
|
const { params: o = {}, searchKey: l = "", query: i = {} } = a.content, c = {
|
|
@@ -802,7 +802,7 @@ const ro = { class: "business-dialog-content" }, ao = { class: "table-list-box"
|
|
|
802
802
|
Je.value = +(h.totalCount || (h == null ? void 0 : h.length) || 0), We.value = (h == null ? void 0 : h.data) || h || [], s("update:resultTable", h), sn();
|
|
803
803
|
}, be = async (r) => {
|
|
804
804
|
var b, j;
|
|
805
|
-
if (!$e || !
|
|
805
|
+
if (!$e || !q.value) return;
|
|
806
806
|
const { searchKey: o = "", params: l = {} } = a.content, i = {
|
|
807
807
|
pageIndex: 1,
|
|
808
808
|
pageSize: -1,
|
|
@@ -817,10 +817,10 @@ const ro = { class: "business-dialog-content" }, ao = { class: "table-list-box"
|
|
|
817
817
|
var l;
|
|
818
818
|
const { searchKeyDataFormat: r = "string" } = a.content, o = r.toLocaleLowerCase() === "array";
|
|
819
819
|
if ((l = L.value) != null && l.showCheckbox) {
|
|
820
|
-
const i = (
|
|
820
|
+
const i = (T.value || []).filter((c) => c !== p);
|
|
821
821
|
return o ? i : i.join(",");
|
|
822
822
|
}
|
|
823
|
-
return o ? [
|
|
823
|
+
return o ? [T.value] : T.value;
|
|
824
824
|
}, an = (r, o) => {
|
|
825
825
|
A.value = [o];
|
|
826
826
|
}, on = (r) => {
|
|
@@ -834,7 +834,7 @@ const ro = { class: "business-dialog-content" }, ao = { class: "table-list-box"
|
|
|
834
834
|
});
|
|
835
835
|
}, Qe = () => {
|
|
836
836
|
var r, o;
|
|
837
|
-
(r =
|
|
837
|
+
(r = T.value) != null && r.length && (T.value = (o = a.left) != null && o.multiple ? [] : "");
|
|
838
838
|
}, ke = (r) => {
|
|
839
839
|
var c;
|
|
840
840
|
const { valueKey: o = "id" } = N.value, { rowKey: l = "id" } = te.value, i = r[o];
|
|
@@ -880,9 +880,9 @@ const ro = { class: "business-dialog-content" }, ao = { class: "table-list-box"
|
|
|
880
880
|
if (tt) {
|
|
881
881
|
if (r) {
|
|
882
882
|
const i = ((l = (o = a.left) == null ? void 0 : o.props) == null ? void 0 : l.nodeKey) || "id", c = [Ke];
|
|
883
|
-
r.forEach((u) => c.push(u[i])),
|
|
883
|
+
r.forEach((u) => c.push(u[i])), T.value = [...new Set(c)];
|
|
884
884
|
} else
|
|
885
|
-
|
|
885
|
+
T.value = Ke;
|
|
886
886
|
tt = !1;
|
|
887
887
|
}
|
|
888
888
|
};
|
|
@@ -898,9 +898,9 @@ const ro = { class: "business-dialog-content" }, ao = { class: "table-list-box"
|
|
|
898
898
|
const { valueKey: c } = $.value;
|
|
899
899
|
if (rt) {
|
|
900
900
|
const b = [];
|
|
901
|
-
(O = v.value) == null || O.forEach((j) => b.push(j[c || l])),
|
|
901
|
+
(O = v.value) == null || O.forEach((j) => b.push(j[c || l])), T.value = o ? [...b] : b[0] || "", rt = !1;
|
|
902
902
|
}
|
|
903
|
-
if (
|
|
903
|
+
if (T.value.length) return;
|
|
904
904
|
const u = [], h = Array.from(r);
|
|
905
905
|
for (; h.length; ) {
|
|
906
906
|
const b = h.shift();
|
|
@@ -908,43 +908,43 @@ const ro = { class: "business-dialog-content" }, ao = { class: "table-list-box"
|
|
|
908
908
|
const E = b[i.children || "children"] || [];
|
|
909
909
|
E.length && (o ? h.unshift(...E) : h.push(...E));
|
|
910
910
|
}
|
|
911
|
-
o || (
|
|
911
|
+
o || (T.value = u[0] || ""), o && !k.value && (T.value = (r == null ? void 0 : r.length) > 1 ? [p] : [], T.value.push(...u));
|
|
912
912
|
}, cn = (r) => {
|
|
913
913
|
ae.value = r == null ? void 0 : r.pageIndex, ge.value = r == null ? void 0 : r.pageSize;
|
|
914
914
|
};
|
|
915
|
-
return
|
|
915
|
+
return J(
|
|
916
916
|
() => A,
|
|
917
917
|
(r) => {
|
|
918
918
|
s("tableChange", r.value);
|
|
919
919
|
},
|
|
920
920
|
{ deep: !0, immediate: !0 }
|
|
921
|
-
),
|
|
922
|
-
() =>
|
|
921
|
+
), J(
|
|
922
|
+
() => T,
|
|
923
923
|
(r) => {
|
|
924
924
|
var l;
|
|
925
925
|
const o = ln(r);
|
|
926
|
-
v.value = o, s("treeChange", o), (l = a.content) != null && l.searchKey && (
|
|
926
|
+
v.value = o, s("treeChange", o), (l = a.content) != null && l.searchKey && (X(), be());
|
|
927
927
|
},
|
|
928
928
|
{ deep: !0 }
|
|
929
|
-
),
|
|
929
|
+
), J(
|
|
930
930
|
() => {
|
|
931
931
|
var r;
|
|
932
932
|
return (r = a.content) == null ? void 0 : r.params;
|
|
933
933
|
},
|
|
934
934
|
() => {
|
|
935
|
-
ae.value = 1,
|
|
935
|
+
ae.value = 1, X();
|
|
936
936
|
},
|
|
937
937
|
{ deep: !0 }
|
|
938
|
-
),
|
|
938
|
+
), J(
|
|
939
939
|
() => {
|
|
940
940
|
var r;
|
|
941
941
|
return (r = a.content) == null ? void 0 : r.query;
|
|
942
942
|
},
|
|
943
943
|
() => {
|
|
944
|
-
De(), A.value = [],
|
|
944
|
+
De(), A.value = [], X(), be();
|
|
945
945
|
},
|
|
946
946
|
{ deep: !0 }
|
|
947
|
-
),
|
|
947
|
+
), J(
|
|
948
948
|
() => {
|
|
949
949
|
var r;
|
|
950
950
|
return (r = a.left) == null ? void 0 : r.params;
|
|
@@ -955,9 +955,9 @@ const ro = { class: "business-dialog-content" }, ao = { class: "table-list-box"
|
|
|
955
955
|
{ deep: !0 }
|
|
956
956
|
), dn(() => {
|
|
957
957
|
var r, o;
|
|
958
|
-
f(((r = a.left) == null ? void 0 : r.grandChildren) || {}) || xe(), (o = a.content) != null && o.searchKey || (
|
|
958
|
+
f(((r = a.left) == null ? void 0 : r.grandChildren) || {}) || xe(), (o = a.content) != null && o.searchKey || (X(), be());
|
|
959
959
|
}), t({
|
|
960
|
-
getTableData:
|
|
960
|
+
getTableData: X,
|
|
961
961
|
getAllTableData: be,
|
|
962
962
|
getTreeData: xe,
|
|
963
963
|
removeTableAll: De,
|
|
@@ -986,29 +986,28 @@ const ro = { class: "business-dialog-content" }, ao = { class: "table-list-box"
|
|
|
986
986
|
"selection-rows": oe.value,
|
|
987
987
|
"onUpdate:selectionRows": o[6] || (o[6] = (l) => oe.value = l),
|
|
988
988
|
data: We.value,
|
|
989
|
-
allData:
|
|
989
|
+
allData: q.value ? Xe.value : null,
|
|
990
990
|
loading: y(Ae),
|
|
991
991
|
onRadioChange: an,
|
|
992
992
|
onSelectionChange: on,
|
|
993
|
-
onCurrentPageChange:
|
|
993
|
+
onCurrentPageChange: X,
|
|
994
994
|
onSizeChange: o[7] || (o[7] = (l) => {
|
|
995
|
-
ae.value = 1,
|
|
995
|
+
ae.value = 1, X();
|
|
996
996
|
}),
|
|
997
997
|
"max-height": "100%"
|
|
998
998
|
}), {
|
|
999
999
|
"pagination-left": R(() => [
|
|
1000
|
-
q(' <div v-if="showAllTableDataText" class="pagination-text">{{ i18n(`共${totalCount}条数据`) }}</div> '),
|
|
1001
1000
|
ie(r.$slots, "pagination-left", {}, void 0, !0)
|
|
1002
1001
|
]),
|
|
1003
1002
|
default: R((l) => {
|
|
1004
1003
|
var i, c;
|
|
1005
1004
|
return [
|
|
1006
1005
|
ie(r.$slots, "table-column", vn(hn(l)), void 0, !0),
|
|
1007
|
-
(i = r.content) != null && i.multiple && ee.value && !
|
|
1006
|
+
(i = r.content) != null && i.multiple && ee.value && !q.value ? (z(), Re(y(gt), {
|
|
1008
1007
|
key: 0,
|
|
1009
1008
|
type: "selection",
|
|
1010
1009
|
width: "50"
|
|
1011
|
-
})) :
|
|
1010
|
+
})) : Y("v-if", !0),
|
|
1012
1011
|
(z(!0), G(
|
|
1013
1012
|
gn,
|
|
1014
1013
|
null,
|
|
@@ -1043,19 +1042,19 @@ const ro = { class: "business-dialog-content" }, ao = { class: "table-list-box"
|
|
|
1043
1042
|
name: "firstSlot",
|
|
1044
1043
|
fn: R(() => [
|
|
1045
1044
|
ie(r.$slots, "tree-header-search", {}, void 0, !0),
|
|
1046
|
-
M(y(bt), { spinning: y(
|
|
1045
|
+
M(y(bt), { spinning: y(W) }, {
|
|
1047
1046
|
default: R(() => [
|
|
1048
1047
|
M(y(Pn), H({
|
|
1049
1048
|
ref_key: "$currentTreeRef",
|
|
1050
1049
|
ref: re,
|
|
1051
|
-
loading: y(
|
|
1050
|
+
loading: y(W)
|
|
1052
1051
|
}, L.value, {
|
|
1053
1052
|
"filter-value": D.value,
|
|
1054
1053
|
"onUpdate:filterValue": o[0] || (o[0] = (l) => D.value = l),
|
|
1055
1054
|
data: S.value,
|
|
1056
1055
|
"onUpdate:data": o[1] || (o[1] = (l) => S.value = l),
|
|
1057
|
-
modelValue:
|
|
1058
|
-
"onUpdate:modelValue": o[2] || (o[2] = (l) =>
|
|
1056
|
+
modelValue: T.value,
|
|
1057
|
+
"onUpdate:modelValue": o[2] || (o[2] = (l) => T.value = l)
|
|
1059
1058
|
}), null, 16, ["loading", "filter-value", "data", "modelValue"])
|
|
1060
1059
|
]),
|
|
1061
1060
|
_: 1
|
|
@@ -1091,8 +1090,8 @@ const ro = { class: "business-dialog-content" }, ao = { class: "table-list-box"
|
|
|
1091
1090
|
],
|
|
1092
1091
|
4
|
|
1093
1092
|
/* STYLE */
|
|
1094
|
-
)) :
|
|
1095
|
-
k.value && ee.value ? (z(), G("div", oo)) :
|
|
1093
|
+
)) : Y("v-if", !0),
|
|
1094
|
+
k.value && ee.value ? (z(), G("div", oo)) : Y("v-if", !0),
|
|
1096
1095
|
ee.value ? (z(), G("div", lo, [
|
|
1097
1096
|
M(y(ht), H({
|
|
1098
1097
|
modelValue: y(A),
|
|
@@ -1100,20 +1099,20 @@ const ro = { class: "business-dialog-content" }, ao = { class: "table-list-box"
|
|
|
1100
1099
|
onItemRemove: ke,
|
|
1101
1100
|
onRemoveAll: De
|
|
1102
1101
|
}, N.value), null, 16, ["modelValue"])
|
|
1103
|
-
])) :
|
|
1102
|
+
])) : Y("v-if", !0)
|
|
1104
1103
|
],
|
|
1105
1104
|
4
|
|
1106
1105
|
/* STYLE */
|
|
1107
|
-
)) :
|
|
1106
|
+
)) : Y("v-if", !0)
|
|
1108
1107
|
]));
|
|
1109
1108
|
}
|
|
1110
|
-
}), so = /* @__PURE__ */ Lt(io, [["__scopeId", "data-v-
|
|
1109
|
+
}), so = /* @__PURE__ */ Lt(io, [["__scopeId", "data-v-059f72e7"]]), uo = {
|
|
1111
1110
|
全部: { "zh-CN": "全部", en: "All" },
|
|
1112
1111
|
请输入关键词: { "zh-CN": "请输入关键词", en: "Please enter keywords" },
|
|
1113
1112
|
取消: { "zh-CN": "取消", en: "Cancel" },
|
|
1114
|
-
确定: { "zh-CN": "确定", en: "
|
|
1113
|
+
确定: { "zh-CN": "确定", en: "Confirm" },
|
|
1115
1114
|
标题: { "zh-CN": "标题", en: "Title" },
|
|
1116
|
-
提交成功: { "zh-CN": "提交成功", en: "
|
|
1115
|
+
提交成功: { "zh-CN": "提交成功", en: "Submission Successful" }
|
|
1117
1116
|
};
|
|
1118
1117
|
yn(uo);
|
|
1119
1118
|
const Oo = () => P(null), Po = () => P(null), jo = Kt(An), xo = Kt(so), $o = { name: "modelTable 表格弹窗" };
|
|
Binary file
|