@kengic/vue 0.6.12 → 0.6.13
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/kengic-vue.js
CHANGED
|
@@ -3306,8 +3306,8 @@ function sendQuery(e, t, r, a) {
|
|
|
3306
3306
|
if (e.random) {
|
|
3307
3307
|
let E = e.resources.slice(0);
|
|
3308
3308
|
for (i = []; E.length > 1; ) {
|
|
3309
|
-
const
|
|
3310
|
-
i.push(E[
|
|
3309
|
+
const P = Math.floor(Math.random() * E.length);
|
|
3310
|
+
i.push(E[P]), E = E.slice(0, P).concat(E.slice(P + 1));
|
|
3311
3311
|
}
|
|
3312
3312
|
i = i.concat(E);
|
|
3313
3313
|
} else
|
|
@@ -3323,8 +3323,8 @@ function sendQuery(e, t, r, a) {
|
|
|
3323
3323
|
E.status === "pending" && (E.status = "aborted");
|
|
3324
3324
|
}), m = [];
|
|
3325
3325
|
}
|
|
3326
|
-
function _(E,
|
|
3327
|
-
|
|
3326
|
+
function _(E, P) {
|
|
3327
|
+
P && (v = []), typeof E == "function" && v.push(E);
|
|
3328
3328
|
}
|
|
3329
3329
|
function b() {
|
|
3330
3330
|
return {
|
|
@@ -3347,8 +3347,8 @@ function sendQuery(e, t, r, a) {
|
|
|
3347
3347
|
E.status === "pending" && (E.status = "aborted");
|
|
3348
3348
|
}), m = [];
|
|
3349
3349
|
}
|
|
3350
|
-
function T(E,
|
|
3351
|
-
const A =
|
|
3350
|
+
function T(E, P, I) {
|
|
3351
|
+
const A = P !== "success";
|
|
3352
3352
|
switch (m = m.filter((w) => w !== E), l) {
|
|
3353
3353
|
case "pending":
|
|
3354
3354
|
break;
|
|
@@ -3359,7 +3359,7 @@ function sendQuery(e, t, r, a) {
|
|
|
3359
3359
|
default:
|
|
3360
3360
|
return;
|
|
3361
3361
|
}
|
|
3362
|
-
if (
|
|
3362
|
+
if (P === "abort") {
|
|
3363
3363
|
u = I, y();
|
|
3364
3364
|
return;
|
|
3365
3365
|
}
|
|
@@ -3390,14 +3390,14 @@ function sendQuery(e, t, r, a) {
|
|
|
3390
3390
|
y();
|
|
3391
3391
|
return;
|
|
3392
3392
|
}
|
|
3393
|
-
const
|
|
3393
|
+
const P = {
|
|
3394
3394
|
status: "pending",
|
|
3395
3395
|
resource: E,
|
|
3396
3396
|
callback: (I, A) => {
|
|
3397
|
-
T(
|
|
3397
|
+
T(P, I, A);
|
|
3398
3398
|
}
|
|
3399
3399
|
};
|
|
3400
|
-
m.push(
|
|
3400
|
+
m.push(P), c++, d = setTimeout(M, e.rotate), r(E, t, P.callback);
|
|
3401
3401
|
}
|
|
3402
3402
|
return setTimeout(M), b;
|
|
3403
3403
|
}
|
|
@@ -3928,206 +3928,206 @@ var commonjsGlobal = typeof globalThis < "u" ? globalThis : typeof window < "u"
|
|
|
3928
3928
|
(function(r, a) {
|
|
3929
3929
|
e.exports = a();
|
|
3930
3930
|
})(commonjsGlobal, function() {
|
|
3931
|
-
var r = 1e3, a = 6e4, n = 36e5, o = "millisecond", i = "second", s = "minute", l = "hour", c = "day", u = "week", d = "month", m = "quarter", v = "year", C = "date", g = "Invalid Date", _ = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, b = /\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g, y = { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(
|
|
3932
|
-
var
|
|
3933
|
-
return "[" +
|
|
3934
|
-
} }, k = function(
|
|
3935
|
-
var
|
|
3936
|
-
return !
|
|
3937
|
-
}, T = { s: k, z: function(
|
|
3938
|
-
var
|
|
3939
|
-
return (
|
|
3940
|
-
}, m: function
|
|
3941
|
-
if (
|
|
3942
|
-
return -
|
|
3943
|
-
var
|
|
3944
|
-
return +(-(
|
|
3945
|
-
}, a: function(
|
|
3946
|
-
return
|
|
3947
|
-
}, p: function(
|
|
3948
|
-
return { M: d, y: v, w: u, d: c, D: C, h: l, m: s, s: i, ms: o, Q: m }[
|
|
3949
|
-
}, u: function(
|
|
3950
|
-
return
|
|
3931
|
+
var r = 1e3, a = 6e4, n = 36e5, o = "millisecond", i = "second", s = "minute", l = "hour", c = "day", u = "week", d = "month", m = "quarter", v = "year", C = "date", g = "Invalid Date", _ = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, b = /\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g, y = { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(V) {
|
|
3932
|
+
var O = ["th", "st", "nd", "rd"], D = V % 100;
|
|
3933
|
+
return "[" + V + (O[(D - 20) % 10] || O[D] || O[0]) + "]";
|
|
3934
|
+
} }, k = function(V, O, D) {
|
|
3935
|
+
var K = String(V);
|
|
3936
|
+
return !K || K.length >= O ? V : "" + Array(O + 1 - K.length).join(D) + V;
|
|
3937
|
+
}, T = { s: k, z: function(V) {
|
|
3938
|
+
var O = -V.utcOffset(), D = Math.abs(O), K = Math.floor(D / 60), L = D % 60;
|
|
3939
|
+
return (O <= 0 ? "+" : "-") + k(K, 2, "0") + ":" + k(L, 2, "0");
|
|
3940
|
+
}, m: function V(O, D) {
|
|
3941
|
+
if (O.date() < D.date())
|
|
3942
|
+
return -V(D, O);
|
|
3943
|
+
var K = 12 * (D.year() - O.year()) + (D.month() - O.month()), L = O.clone().add(K, d), N = D - L < 0, B = O.clone().add(K + (N ? -1 : 1), d);
|
|
3944
|
+
return +(-(K + (D - L) / (N ? L - B : B - L)) || 0);
|
|
3945
|
+
}, a: function(V) {
|
|
3946
|
+
return V < 0 ? Math.ceil(V) || 0 : Math.floor(V);
|
|
3947
|
+
}, p: function(V) {
|
|
3948
|
+
return { M: d, y: v, w: u, d: c, D: C, h: l, m: s, s: i, ms: o, Q: m }[V] || String(V || "").toLowerCase().replace(/s$/, "");
|
|
3949
|
+
}, u: function(V) {
|
|
3950
|
+
return V === void 0;
|
|
3951
3951
|
} }, M = "en", E = {};
|
|
3952
3952
|
E[M] = y;
|
|
3953
|
-
var
|
|
3954
|
-
return
|
|
3955
|
-
}, I = function
|
|
3956
|
-
var
|
|
3957
|
-
if (!
|
|
3953
|
+
var P = function(V) {
|
|
3954
|
+
return V instanceof G;
|
|
3955
|
+
}, I = function V(O, D, K) {
|
|
3956
|
+
var L;
|
|
3957
|
+
if (!O)
|
|
3958
3958
|
return M;
|
|
3959
|
-
if (typeof
|
|
3960
|
-
var
|
|
3961
|
-
E[
|
|
3962
|
-
var
|
|
3963
|
-
if (!
|
|
3964
|
-
return
|
|
3959
|
+
if (typeof O == "string") {
|
|
3960
|
+
var N = O.toLowerCase();
|
|
3961
|
+
E[N] && (L = N), D && (E[N] = D, L = N);
|
|
3962
|
+
var B = O.split("-");
|
|
3963
|
+
if (!L && B.length > 1)
|
|
3964
|
+
return V(B[0]);
|
|
3965
3965
|
} else {
|
|
3966
|
-
var H =
|
|
3967
|
-
E[H] =
|
|
3968
|
-
}
|
|
3969
|
-
return !
|
|
3970
|
-
}, A = function(
|
|
3971
|
-
if (
|
|
3972
|
-
return
|
|
3973
|
-
var D = typeof
|
|
3974
|
-
return D.date =
|
|
3966
|
+
var H = O.name;
|
|
3967
|
+
E[H] = O, L = H;
|
|
3968
|
+
}
|
|
3969
|
+
return !K && L && (M = L), L || !K && M;
|
|
3970
|
+
}, A = function(V, O) {
|
|
3971
|
+
if (P(V))
|
|
3972
|
+
return V.clone();
|
|
3973
|
+
var D = typeof O == "object" ? O : {};
|
|
3974
|
+
return D.date = V, D.args = arguments, new G(D);
|
|
3975
3975
|
}, w = T;
|
|
3976
|
-
w.l = I, w.i =
|
|
3977
|
-
return A(
|
|
3976
|
+
w.l = I, w.i = P, w.w = function(V, O) {
|
|
3977
|
+
return A(V, { locale: O.$L, utc: O.$u, x: O.$x, $offset: O.$offset });
|
|
3978
3978
|
};
|
|
3979
|
-
var
|
|
3980
|
-
function
|
|
3979
|
+
var G = function() {
|
|
3980
|
+
function V(D) {
|
|
3981
3981
|
this.$L = I(D.locale, null, !0), this.parse(D);
|
|
3982
3982
|
}
|
|
3983
|
-
var
|
|
3984
|
-
return
|
|
3985
|
-
this.$d = function(
|
|
3986
|
-
var
|
|
3987
|
-
if (
|
|
3983
|
+
var O = V.prototype;
|
|
3984
|
+
return O.parse = function(D) {
|
|
3985
|
+
this.$d = function(K) {
|
|
3986
|
+
var L = K.date, N = K.utc;
|
|
3987
|
+
if (L === null)
|
|
3988
3988
|
return new Date(NaN);
|
|
3989
|
-
if (w.u(
|
|
3989
|
+
if (w.u(L))
|
|
3990
3990
|
return new Date();
|
|
3991
|
-
if (
|
|
3992
|
-
return new Date(
|
|
3993
|
-
if (typeof
|
|
3994
|
-
var
|
|
3995
|
-
if (
|
|
3996
|
-
var H =
|
|
3997
|
-
return
|
|
3991
|
+
if (L instanceof Date)
|
|
3992
|
+
return new Date(L);
|
|
3993
|
+
if (typeof L == "string" && !/Z$/i.test(L)) {
|
|
3994
|
+
var B = L.match(_);
|
|
3995
|
+
if (B) {
|
|
3996
|
+
var H = B[2] - 1 || 0, Y = (B[7] || "0").substring(0, 3);
|
|
3997
|
+
return N ? new Date(Date.UTC(B[1], H, B[3] || 1, B[4] || 0, B[5] || 0, B[6] || 0, Y)) : new Date(B[1], H, B[3] || 1, B[4] || 0, B[5] || 0, B[6] || 0, Y);
|
|
3998
3998
|
}
|
|
3999
3999
|
}
|
|
4000
|
-
return new Date(
|
|
4000
|
+
return new Date(L);
|
|
4001
4001
|
}(D), this.$x = D.x || {}, this.init();
|
|
4002
|
-
},
|
|
4002
|
+
}, O.init = function() {
|
|
4003
4003
|
var D = this.$d;
|
|
4004
4004
|
this.$y = D.getFullYear(), this.$M = D.getMonth(), this.$D = D.getDate(), this.$W = D.getDay(), this.$H = D.getHours(), this.$m = D.getMinutes(), this.$s = D.getSeconds(), this.$ms = D.getMilliseconds();
|
|
4005
|
-
},
|
|
4005
|
+
}, O.$utils = function() {
|
|
4006
4006
|
return w;
|
|
4007
|
-
},
|
|
4007
|
+
}, O.isValid = function() {
|
|
4008
4008
|
return this.$d.toString() !== g;
|
|
4009
|
-
},
|
|
4010
|
-
var
|
|
4011
|
-
return this.startOf(
|
|
4012
|
-
},
|
|
4013
|
-
return A(D) < this.startOf(
|
|
4014
|
-
},
|
|
4015
|
-
return this.endOf(
|
|
4016
|
-
},
|
|
4017
|
-
return w.u(D) ? this[
|
|
4018
|
-
},
|
|
4009
|
+
}, O.isSame = function(D, K) {
|
|
4010
|
+
var L = A(D);
|
|
4011
|
+
return this.startOf(K) <= L && L <= this.endOf(K);
|
|
4012
|
+
}, O.isAfter = function(D, K) {
|
|
4013
|
+
return A(D) < this.startOf(K);
|
|
4014
|
+
}, O.isBefore = function(D, K) {
|
|
4015
|
+
return this.endOf(K) < A(D);
|
|
4016
|
+
}, O.$g = function(D, K, L) {
|
|
4017
|
+
return w.u(D) ? this[K] : this.set(L, D);
|
|
4018
|
+
}, O.unix = function() {
|
|
4019
4019
|
return Math.floor(this.valueOf() / 1e3);
|
|
4020
|
-
},
|
|
4020
|
+
}, O.valueOf = function() {
|
|
4021
4021
|
return this.$d.getTime();
|
|
4022
|
-
},
|
|
4023
|
-
var
|
|
4024
|
-
var
|
|
4025
|
-
return
|
|
4026
|
-
},
|
|
4027
|
-
return w.w(
|
|
4028
|
-
}, X = this.$W,
|
|
4029
|
-
switch (
|
|
4022
|
+
}, O.startOf = function(D, K) {
|
|
4023
|
+
var L = this, N = !!w.u(K) || K, B = w.p(D), H = function(ce, re) {
|
|
4024
|
+
var ue = w.w(L.$u ? Date.UTC(L.$y, re, ce) : new Date(L.$y, re, ce), L);
|
|
4025
|
+
return N ? ue : ue.endOf(c);
|
|
4026
|
+
}, Y = function(ce, re) {
|
|
4027
|
+
return w.w(L.toDate()[ce].apply(L.toDate("s"), (N ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(re)), L);
|
|
4028
|
+
}, X = this.$W, Q = this.$M, Z = this.$D, ae = "set" + (this.$u ? "UTC" : "");
|
|
4029
|
+
switch (B) {
|
|
4030
4030
|
case v:
|
|
4031
|
-
return
|
|
4031
|
+
return N ? H(1, 0) : H(31, 11);
|
|
4032
4032
|
case d:
|
|
4033
|
-
return
|
|
4033
|
+
return N ? H(1, Q) : H(0, Q + 1);
|
|
4034
4034
|
case u:
|
|
4035
|
-
var
|
|
4036
|
-
return H(
|
|
4035
|
+
var ne = this.$locale().weekStart || 0, le = (X < ne ? X + 7 : X) - ne;
|
|
4036
|
+
return H(N ? Z - le : Z + (6 - le), Q);
|
|
4037
4037
|
case c:
|
|
4038
4038
|
case C:
|
|
4039
|
-
return
|
|
4039
|
+
return Y(ae + "Hours", 0);
|
|
4040
4040
|
case l:
|
|
4041
|
-
return
|
|
4041
|
+
return Y(ae + "Minutes", 1);
|
|
4042
4042
|
case s:
|
|
4043
|
-
return
|
|
4043
|
+
return Y(ae + "Seconds", 2);
|
|
4044
4044
|
case i:
|
|
4045
|
-
return
|
|
4045
|
+
return Y(ae + "Milliseconds", 3);
|
|
4046
4046
|
default:
|
|
4047
4047
|
return this.clone();
|
|
4048
4048
|
}
|
|
4049
|
-
},
|
|
4049
|
+
}, O.endOf = function(D) {
|
|
4050
4050
|
return this.startOf(D, !1);
|
|
4051
|
-
},
|
|
4052
|
-
var
|
|
4053
|
-
if (
|
|
4051
|
+
}, O.$set = function(D, K) {
|
|
4052
|
+
var L, N = w.p(D), B = "set" + (this.$u ? "UTC" : ""), H = (L = {}, L[c] = B + "Date", L[C] = B + "Date", L[d] = B + "Month", L[v] = B + "FullYear", L[l] = B + "Hours", L[s] = B + "Minutes", L[i] = B + "Seconds", L[o] = B + "Milliseconds", L)[N], Y = N === c ? this.$D + (K - this.$W) : K;
|
|
4053
|
+
if (N === d || N === v) {
|
|
4054
4054
|
var X = this.clone().set(C, 1);
|
|
4055
|
-
X.$d[H](
|
|
4055
|
+
X.$d[H](Y), X.init(), this.$d = X.set(C, Math.min(this.$D, X.daysInMonth())).$d;
|
|
4056
4056
|
} else
|
|
4057
|
-
H && this.$d[H](
|
|
4057
|
+
H && this.$d[H](Y);
|
|
4058
4058
|
return this.init(), this;
|
|
4059
|
-
},
|
|
4060
|
-
return this.clone().$set(D,
|
|
4061
|
-
},
|
|
4059
|
+
}, O.set = function(D, K) {
|
|
4060
|
+
return this.clone().$set(D, K);
|
|
4061
|
+
}, O.get = function(D) {
|
|
4062
4062
|
return this[w.p(D)]();
|
|
4063
|
-
},
|
|
4064
|
-
var
|
|
4063
|
+
}, O.add = function(D, K) {
|
|
4064
|
+
var L, N = this;
|
|
4065
4065
|
D = Number(D);
|
|
4066
|
-
var
|
|
4067
|
-
var
|
|
4068
|
-
return w.w(
|
|
4066
|
+
var B = w.p(K), H = function(Q) {
|
|
4067
|
+
var Z = A(N);
|
|
4068
|
+
return w.w(Z.date(Z.date() + Math.round(Q * D)), N);
|
|
4069
4069
|
};
|
|
4070
|
-
if (
|
|
4070
|
+
if (B === d)
|
|
4071
4071
|
return this.set(d, this.$M + D);
|
|
4072
|
-
if (
|
|
4072
|
+
if (B === v)
|
|
4073
4073
|
return this.set(v, this.$y + D);
|
|
4074
|
-
if (
|
|
4074
|
+
if (B === c)
|
|
4075
4075
|
return H(1);
|
|
4076
|
-
if (
|
|
4076
|
+
if (B === u)
|
|
4077
4077
|
return H(7);
|
|
4078
|
-
var
|
|
4078
|
+
var Y = (L = {}, L[s] = a, L[l] = n, L[i] = r, L)[B] || 1, X = this.$d.getTime() + D * Y;
|
|
4079
4079
|
return w.w(X, this);
|
|
4080
|
-
},
|
|
4081
|
-
return this.add(-1 * D,
|
|
4082
|
-
},
|
|
4083
|
-
var
|
|
4080
|
+
}, O.subtract = function(D, K) {
|
|
4081
|
+
return this.add(-1 * D, K);
|
|
4082
|
+
}, O.format = function(D) {
|
|
4083
|
+
var K = this, L = this.$locale();
|
|
4084
4084
|
if (!this.isValid())
|
|
4085
|
-
return
|
|
4086
|
-
var
|
|
4087
|
-
return re && (re[
|
|
4088
|
-
},
|
|
4085
|
+
return L.invalidDate || g;
|
|
4086
|
+
var N = D || "YYYY-MM-DDTHH:mm:ssZ", B = w.z(this), H = this.$H, Y = this.$m, X = this.$M, Q = L.weekdays, Z = L.months, ae = function(re, ue, fe, de) {
|
|
4087
|
+
return re && (re[ue] || re(K, N)) || fe[ue].slice(0, de);
|
|
4088
|
+
}, ne = function(re) {
|
|
4089
4089
|
return w.s(H % 12 || 12, re, "0");
|
|
4090
|
-
},
|
|
4091
|
-
var
|
|
4092
|
-
return fe ?
|
|
4093
|
-
},
|
|
4094
|
-
return
|
|
4095
|
-
return
|
|
4090
|
+
}, le = L.meridiem || function(re, ue, fe) {
|
|
4091
|
+
var de = re < 12 ? "AM" : "PM";
|
|
4092
|
+
return fe ? de.toLowerCase() : de;
|
|
4093
|
+
}, ce = { YY: String(this.$y).slice(-2), YYYY: this.$y, M: X + 1, MM: w.s(X + 1, 2, "0"), MMM: ae(L.monthsShort, X, Z, 3), MMMM: ae(Z, X), D: this.$D, DD: w.s(this.$D, 2, "0"), d: String(this.$W), dd: ae(L.weekdaysMin, this.$W, Q, 2), ddd: ae(L.weekdaysShort, this.$W, Q, 3), dddd: Q[this.$W], H: String(H), HH: w.s(H, 2, "0"), h: ne(1), hh: ne(2), a: le(H, Y, !0), A: le(H, Y, !1), m: String(Y), mm: w.s(Y, 2, "0"), s: String(this.$s), ss: w.s(this.$s, 2, "0"), SSS: w.s(this.$ms, 3, "0"), Z: B };
|
|
4094
|
+
return N.replace(b, function(re, ue) {
|
|
4095
|
+
return ue || ce[re] || B.replace(":", "");
|
|
4096
4096
|
});
|
|
4097
|
-
},
|
|
4097
|
+
}, O.utcOffset = function() {
|
|
4098
4098
|
return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
|
|
4099
|
-
},
|
|
4100
|
-
var
|
|
4101
|
-
return
|
|
4102
|
-
},
|
|
4099
|
+
}, O.diff = function(D, K, L) {
|
|
4100
|
+
var N, B = w.p(K), H = A(D), Y = (H.utcOffset() - this.utcOffset()) * a, X = this - H, Q = w.m(this, H);
|
|
4101
|
+
return Q = (N = {}, N[v] = Q / 12, N[d] = Q, N[m] = Q / 3, N[u] = (X - Y) / 6048e5, N[c] = (X - Y) / 864e5, N[l] = X / n, N[s] = X / a, N[i] = X / r, N)[B] || X, L ? Q : w.a(Q);
|
|
4102
|
+
}, O.daysInMonth = function() {
|
|
4103
4103
|
return this.endOf(d).$D;
|
|
4104
|
-
},
|
|
4104
|
+
}, O.$locale = function() {
|
|
4105
4105
|
return E[this.$L];
|
|
4106
|
-
},
|
|
4106
|
+
}, O.locale = function(D, K) {
|
|
4107
4107
|
if (!D)
|
|
4108
4108
|
return this.$L;
|
|
4109
|
-
var
|
|
4110
|
-
return
|
|
4111
|
-
},
|
|
4109
|
+
var L = this.clone(), N = I(D, K, !0);
|
|
4110
|
+
return N && (L.$L = N), L;
|
|
4111
|
+
}, O.clone = function() {
|
|
4112
4112
|
return w.w(this.$d, this);
|
|
4113
|
-
},
|
|
4113
|
+
}, O.toDate = function() {
|
|
4114
4114
|
return new Date(this.valueOf());
|
|
4115
|
-
},
|
|
4115
|
+
}, O.toJSON = function() {
|
|
4116
4116
|
return this.isValid() ? this.toISOString() : null;
|
|
4117
|
-
},
|
|
4117
|
+
}, O.toISOString = function() {
|
|
4118
4118
|
return this.$d.toISOString();
|
|
4119
|
-
},
|
|
4119
|
+
}, O.toString = function() {
|
|
4120
4120
|
return this.$d.toUTCString();
|
|
4121
|
-
},
|
|
4122
|
-
}(), $ =
|
|
4123
|
-
return A.prototype = $, [["$ms", o], ["$s", i], ["$m", s], ["$H", l], ["$W", c], ["$M", d], ["$y", v], ["$D", C]].forEach(function(
|
|
4124
|
-
$[
|
|
4125
|
-
return this.$g(
|
|
4121
|
+
}, V;
|
|
4122
|
+
}(), $ = G.prototype;
|
|
4123
|
+
return A.prototype = $, [["$ms", o], ["$s", i], ["$m", s], ["$H", l], ["$W", c], ["$M", d], ["$y", v], ["$D", C]].forEach(function(V) {
|
|
4124
|
+
$[V[1]] = function(O) {
|
|
4125
|
+
return this.$g(O, V[0], V[1]);
|
|
4126
4126
|
};
|
|
4127
|
-
}), A.extend = function(
|
|
4128
|
-
return
|
|
4129
|
-
}, A.locale = I, A.isDayjs =
|
|
4130
|
-
return A(1e3 *
|
|
4127
|
+
}), A.extend = function(V, O) {
|
|
4128
|
+
return V.$i || (V(O, G, A), V.$i = !0), A;
|
|
4129
|
+
}, A.locale = I, A.isDayjs = P, A.unix = function(V) {
|
|
4130
|
+
return A(1e3 * V);
|
|
4131
4131
|
}, A.en = E[M], A.Ls = E, A.p = {}, A;
|
|
4132
4132
|
});
|
|
4133
4133
|
})(dayjs_min);
|
|
@@ -4175,7 +4175,7 @@ function filesize(e, {
|
|
|
4175
4175
|
} = {}) {
|
|
4176
4176
|
let b = C, y = Number(e), k = [], T = 0, M = EMPTY;
|
|
4177
4177
|
a === -1 && u.length === 0 ? (a = 10, u = JEDEC) : a === -1 && u.length > 0 ? (u = u === IEC ? IEC : JEDEC, a = u === IEC ? 2 : 10) : (a = a === 2 ? 2 : 10, u = a === 10 || u === JEDEC ? JEDEC : IEC);
|
|
4178
|
-
const E = a === 10 ? 1e3 : 1024,
|
|
4178
|
+
const E = a === 10 ? 1e3 : 1024, P = m === !0, I = y < 0, A = Math[g];
|
|
4179
4179
|
if (typeof e != "bigint" && isNaN(e))
|
|
4180
4180
|
throw new TypeError(INVALID_NUMBER);
|
|
4181
4181
|
if (typeof A !== FUNCTION)
|
|
@@ -4190,10 +4190,10 @@ function filesize(e, {
|
|
|
4190
4190
|
k[0] = A(T * w) / w, k[0] === E && b < 8 && C === -1 && (k[0] = 1, b++), M = k[1] = a === 10 && b === 1 ? t ? SI_KBIT : SI_KBYTE : STRINGS.symbol[u][t ? BITS : BYTES][b];
|
|
4191
4191
|
}
|
|
4192
4192
|
if (I && (k[0] = -k[0]), _ > 0 && (k[0] = k[0].toPrecision(_)), k[1] = c[k[1]] || k[1], o === !0 ? k[0] = k[0].toLocaleString() : o.length > 0 ? k[0] = k[0].toLocaleString(o, i) : s.length > 0 && (k[0] = k[0].toString().replace(PERIOD, s)), r && Number.isInteger(k[0]) === !1 && n > 0) {
|
|
4193
|
-
const w = s || PERIOD,
|
|
4194
|
-
k[0] = `${
|
|
4193
|
+
const w = s || PERIOD, G = k[0].toString().split(w), $ = G[1] || EMPTY, V = $.length, O = n - V;
|
|
4194
|
+
k[0] = `${G[0]}${w}${$.padEnd(V + O, ZERO)}`;
|
|
4195
4195
|
}
|
|
4196
|
-
return
|
|
4196
|
+
return P && (k[1] = v[b] ? v[b] : STRINGS.fullform[u][b] + (t ? BIT : BYTE) + (k[0] === 1 ? EMPTY : S)), d === ARRAY ? k : d === OBJECT ? {
|
|
4197
4197
|
value: k[0],
|
|
4198
4198
|
symbol: k[1],
|
|
4199
4199
|
exponent: b,
|
|
@@ -6672,27 +6672,27 @@ function createSetupStore(e, t, r = {}, a, n) {
|
|
|
6672
6672
|
function k(I, A) {
|
|
6673
6673
|
return function() {
|
|
6674
6674
|
setActivePinia(a);
|
|
6675
|
-
const w = Array.from(arguments),
|
|
6676
|
-
function
|
|
6677
|
-
|
|
6675
|
+
const w = Array.from(arguments), G = [], $ = [];
|
|
6676
|
+
function V(K) {
|
|
6677
|
+
G.push(K);
|
|
6678
6678
|
}
|
|
6679
|
-
function
|
|
6680
|
-
$.push(
|
|
6679
|
+
function O(K) {
|
|
6680
|
+
$.push(K);
|
|
6681
6681
|
}
|
|
6682
6682
|
triggerSubscriptions(m, {
|
|
6683
6683
|
args: w,
|
|
6684
6684
|
name: I,
|
|
6685
6685
|
store: E,
|
|
6686
|
-
after:
|
|
6687
|
-
onError:
|
|
6686
|
+
after: V,
|
|
6687
|
+
onError: O
|
|
6688
6688
|
});
|
|
6689
6689
|
let D;
|
|
6690
6690
|
try {
|
|
6691
6691
|
D = A.apply(this && this.$id === e ? this : E, w);
|
|
6692
|
-
} catch (
|
|
6693
|
-
throw triggerSubscriptions($,
|
|
6692
|
+
} catch (K) {
|
|
6693
|
+
throw triggerSubscriptions($, K), K;
|
|
6694
6694
|
}
|
|
6695
|
-
return D instanceof Promise ? D.then((
|
|
6695
|
+
return D instanceof Promise ? D.then((K) => (triggerSubscriptions(G, K), K)).catch((K) => (triggerSubscriptions($, K), Promise.reject(K))) : (triggerSubscriptions(G, D), D);
|
|
6696
6696
|
};
|
|
6697
6697
|
}
|
|
6698
6698
|
const T = /* @__PURE__ */ markRaw({
|
|
@@ -6707,7 +6707,7 @@ function createSetupStore(e, t, r = {}, a, n) {
|
|
|
6707
6707
|
$patch: _,
|
|
6708
6708
|
$reset: b,
|
|
6709
6709
|
$subscribe(I, A = {}) {
|
|
6710
|
-
const w = addSubscription(d, I, A.detached, () =>
|
|
6710
|
+
const w = addSubscription(d, I, A.detached, () => G()), G = o.run(() => watch(() => a.state.value[e], ($) => {
|
|
6711
6711
|
(A.flush === "sync" ? u : c) && I({
|
|
6712
6712
|
storeId: e,
|
|
6713
6713
|
type: MutationType.direct,
|
|
@@ -6725,18 +6725,18 @@ function createSetupStore(e, t, r = {}, a, n) {
|
|
|
6725
6725
|
M
|
|
6726
6726
|
));
|
|
6727
6727
|
a._s.set(e, E);
|
|
6728
|
-
const
|
|
6729
|
-
for (const I in
|
|
6730
|
-
const A =
|
|
6728
|
+
const P = a._e.run(() => (o = effectScope(), o.run(() => t())));
|
|
6729
|
+
for (const I in P) {
|
|
6730
|
+
const A = P[I];
|
|
6731
6731
|
if (isRef(A) && !isComputed(A) || isReactive(A))
|
|
6732
|
-
process.env.NODE_ENV !== "production" && n ? set(g.value, I, toRef(
|
|
6732
|
+
process.env.NODE_ENV !== "production" && n ? set(g.value, I, toRef(P, I)) : i || (C && shouldHydrate(A) && (isRef(A) ? A.value = C[I] : mergeReactiveObjects(A, C[I])), a.state.value[e][I] = A), process.env.NODE_ENV !== "production" && T.state.push(I);
|
|
6733
6733
|
else if (typeof A == "function") {
|
|
6734
6734
|
const w = process.env.NODE_ENV !== "production" && n ? A : k(I, A);
|
|
6735
|
-
|
|
6735
|
+
P[I] = w, process.env.NODE_ENV !== "production" && (T.actions[I] = A), s.actions[I] = A;
|
|
6736
6736
|
} else
|
|
6737
|
-
process.env.NODE_ENV !== "production" && isComputed(A) && (T.getters[I] = i ? r.getters[I] : A, IS_CLIENT && (
|
|
6737
|
+
process.env.NODE_ENV !== "production" && isComputed(A) && (T.getters[I] = i ? r.getters[I] : A, IS_CLIENT && (P._getters || (P._getters = markRaw([]))).push(I));
|
|
6738
6738
|
}
|
|
6739
|
-
if (assign$1(E,
|
|
6739
|
+
if (assign$1(E, P), assign$1(toRaw(E), P), Object.defineProperty(E, "$state", {
|
|
6740
6740
|
get: () => process.env.NODE_ENV !== "production" && n ? g.value : a.state.value[e],
|
|
6741
6741
|
set: (I) => {
|
|
6742
6742
|
if (process.env.NODE_ENV !== "production" && n)
|
|
@@ -6749,8 +6749,8 @@ function createSetupStore(e, t, r = {}, a, n) {
|
|
|
6749
6749
|
E._hotUpdate = markRaw((A) => {
|
|
6750
6750
|
E._hotUpdating = !0, A._hmrPayload.state.forEach((w) => {
|
|
6751
6751
|
if (w in E.$state) {
|
|
6752
|
-
const
|
|
6753
|
-
typeof
|
|
6752
|
+
const G = A.$state[w], $ = E.$state[w];
|
|
6753
|
+
typeof G == "object" && isPlainObject(G) && isPlainObject($) ? patchObject(G, $) : A.$state[w] = $;
|
|
6754
6754
|
}
|
|
6755
6755
|
set(E, w, toRef(A.$state, w));
|
|
6756
6756
|
}), Object.keys(E.$state).forEach((w) => {
|
|
@@ -6759,11 +6759,11 @@ function createSetupStore(e, t, r = {}, a, n) {
|
|
|
6759
6759
|
c = !0;
|
|
6760
6760
|
});
|
|
6761
6761
|
for (const w in A._hmrPayload.actions) {
|
|
6762
|
-
const
|
|
6763
|
-
set(E, w, k(w,
|
|
6762
|
+
const G = A[w];
|
|
6763
|
+
set(E, w, k(w, G));
|
|
6764
6764
|
}
|
|
6765
6765
|
for (const w in A._hmrPayload.getters) {
|
|
6766
|
-
const
|
|
6766
|
+
const G = A._hmrPayload.getters[w], $ = i ? computed(() => (setActivePinia(a), G.call(E, E))) : G;
|
|
6767
6767
|
set(E, w, $);
|
|
6768
6768
|
}
|
|
6769
6769
|
Object.keys(E._hmrPayload.getters).forEach((w) => {
|
|
@@ -8766,14 +8766,14 @@ const useKgVarStore = () => (store$7 || (store$7 = defineStore("KgVar", {
|
|
|
8766
8766
|
function useKgVar(e, t, r = 0) {
|
|
8767
8767
|
var a, n;
|
|
8768
8768
|
try {
|
|
8769
|
-
let o = function(
|
|
8770
|
-
u.setIsCreating(c,
|
|
8771
|
-
}, i = function(
|
|
8772
|
-
u.setIsUpdating(c,
|
|
8773
|
-
}, s = function(
|
|
8774
|
-
u.setIsCopying(c,
|
|
8775
|
-
}, l = function(
|
|
8776
|
-
u.setIsDeleting(c,
|
|
8769
|
+
let o = function(Q) {
|
|
8770
|
+
u.setIsCreating(c, Q);
|
|
8771
|
+
}, i = function(Q) {
|
|
8772
|
+
u.setIsUpdating(c, Q);
|
|
8773
|
+
}, s = function(Q) {
|
|
8774
|
+
u.setIsCopying(c, Q);
|
|
8775
|
+
}, l = function(Q) {
|
|
8776
|
+
u.setIsDeleting(c, Q);
|
|
8777
8777
|
}, c = e || inject(KG_DI_FORM_ID, "");
|
|
8778
8778
|
if (!c)
|
|
8779
8779
|
throw new Error("useKgVar() | \u5FC5\u987B\u4F20\u5165 formID \u53C2\u6570.");
|
|
@@ -8783,13 +8783,13 @@ function useKgVar(e, t, r = 0) {
|
|
|
8783
8783
|
}), onUnmounted(() => {
|
|
8784
8784
|
u.leave(c);
|
|
8785
8785
|
}));
|
|
8786
|
-
const d = (
|
|
8787
|
-
var
|
|
8788
|
-
return (
|
|
8789
|
-
}), m = computed(() => u.isRetrieving(c)), v = computed(() => u.isRetrievingVarProfileMaster(c)), C = computed(() => u.isRetrievingVarGridMaster(c)), g = computed(() => u.isCreating(c)), _ = computed(() => u.isCreatingRequesting(c)), b = computed(() => u.isUpdating(c)), y = computed(() => u.isUpdatingRequesting(c)), k = computed(() => u.isCopying(c)), T = computed(() => u.isCopyingRequesting(c)), M = computed(() => u.isDeleting(c)), E = computed(() => u.isDeletingRequesting(c)),
|
|
8790
|
-
var
|
|
8791
|
-
return (
|
|
8792
|
-
}),
|
|
8786
|
+
const d = (Q) => computed(() => {
|
|
8787
|
+
var Z, ae, ne;
|
|
8788
|
+
return (ne = (ae = (Z = u.getVarCatalog(c, Q)) == null ? void 0 : Z.var_text) != null ? ae : Q) != null ? ne : "";
|
|
8789
|
+
}), m = computed(() => u.isRetrieving(c)), v = computed(() => u.isRetrievingVarProfileMaster(c)), C = computed(() => u.isRetrievingVarGridMaster(c)), g = computed(() => u.isCreating(c)), _ = computed(() => u.isCreatingRequesting(c)), b = computed(() => u.isUpdating(c)), y = computed(() => u.isUpdatingRequesting(c)), k = computed(() => u.isCopying(c)), T = computed(() => u.isCopyingRequesting(c)), M = computed(() => u.isDeleting(c)), E = computed(() => u.isDeletingRequesting(c)), P = computed(() => u.isOtherRequesting(c)), I = computed(() => u.getVarButtons(c)), A = computed(() => u.getVarButtonSearch(c)), w = computed(() => u.getVarButtonCreate(c)), G = computed(() => u.getVarButtonUpdate(c)), $ = computed(() => u.getVarButtonCopy(c)), V = computed(() => u.getVarButtonDelete(c)), O = computed(() => u.getVarProfileMasters(c)), D = computed(() => u.getCurrentVarProfileMaster(c)), K = computed(() => u.getCurrentVarProfileMasterID(c)), L = computed(() => {
|
|
8790
|
+
var Q, Z;
|
|
8791
|
+
return (Z = (Q = D.value) == null ? void 0 : Q.varProfileDetails) != null ? Z : null;
|
|
8792
|
+
}), N = computed(() => u.getVarGridConfig(c)), B = computed(() => u.getVarGridMasters(c)), H = computed(() => u.getCurrentVarGridMaster(c)), Y = computed(() => u.getSystemVarGridDetails(c)), X = computed(() => u.getCurrentVarGridDetails(c));
|
|
8793
8793
|
return {
|
|
8794
8794
|
formID: c,
|
|
8795
8795
|
store: u,
|
|
@@ -8804,21 +8804,21 @@ function useKgVar(e, t, r = 0) {
|
|
|
8804
8804
|
isCopyingRequesting: T,
|
|
8805
8805
|
isDeleting: M,
|
|
8806
8806
|
isDeletingRequesting: E,
|
|
8807
|
-
isOtherRequesting:
|
|
8807
|
+
isOtherRequesting: P,
|
|
8808
8808
|
varButtons: I,
|
|
8809
8809
|
varButtonSearch: A,
|
|
8810
8810
|
varButtonCreate: w,
|
|
8811
|
-
varButtonUpdate:
|
|
8811
|
+
varButtonUpdate: G,
|
|
8812
8812
|
varButtonCopy: $,
|
|
8813
|
-
varButtonDelete:
|
|
8814
|
-
varProfileMasters:
|
|
8813
|
+
varButtonDelete: V,
|
|
8814
|
+
varProfileMasters: O,
|
|
8815
8815
|
currentVarProfileMaster: D,
|
|
8816
|
-
currentVarProfileMasterID:
|
|
8817
|
-
currentVarProfileDetails:
|
|
8818
|
-
varGridConfig:
|
|
8819
|
-
varGridMasters:
|
|
8816
|
+
currentVarProfileMasterID: K,
|
|
8817
|
+
currentVarProfileDetails: L,
|
|
8818
|
+
varGridConfig: N,
|
|
8819
|
+
varGridMasters: B,
|
|
8820
8820
|
currentVarGridMaster: H,
|
|
8821
|
-
systemVarGridDetails:
|
|
8821
|
+
systemVarGridDetails: Y,
|
|
8822
8822
|
currentVarGridDetails: X,
|
|
8823
8823
|
setIsCreating: o,
|
|
8824
8824
|
setIsUpdating: i,
|
|
@@ -8906,31 +8906,31 @@ const DI_KG_VAR__KG_SLOTS = Symbol("DI_KG_VAR__KG_SLOTS"), DI_KG_VAR__KG_PROPS =
|
|
|
8906
8906
|
async function C() {
|
|
8907
8907
|
var g, _, b, y, k, T, M;
|
|
8908
8908
|
if (d.value) {
|
|
8909
|
-
const E = (_ = (g = c.selectedRows) == null ? void 0 : g.value) != null ? _ : [],
|
|
8909
|
+
const E = (_ = (g = c.selectedRows) == null ? void 0 : g.value) != null ? _ : [], P = (b = E.map((A) => A[m.value])) != null ? b : [];
|
|
8910
8910
|
await o.store.emit(o.formID, "lookupBeforeOk", {
|
|
8911
8911
|
var_nam: i,
|
|
8912
8912
|
isMultiple: !0,
|
|
8913
|
-
values:
|
|
8913
|
+
values: P,
|
|
8914
8914
|
rows: E
|
|
8915
8915
|
}) || (o.store.emit(o.formID, "lookupOk", {
|
|
8916
8916
|
var_nam: i,
|
|
8917
8917
|
model: l,
|
|
8918
8918
|
isMultiple: !0,
|
|
8919
|
-
values:
|
|
8919
|
+
values: P,
|
|
8920
8920
|
rows: E
|
|
8921
8921
|
}), r("update:visible", !1));
|
|
8922
8922
|
} else {
|
|
8923
|
-
const E = (T = (k = (y = c.selectedRows) == null ? void 0 : y.value) == null ? void 0 : k[0]) != null ? T : null,
|
|
8923
|
+
const E = (T = (k = (y = c.selectedRows) == null ? void 0 : y.value) == null ? void 0 : k[0]) != null ? T : null, P = (M = E == null ? void 0 : E[m.value]) != null ? M : "";
|
|
8924
8924
|
await o.store.emit(o.formID, "lookupBeforeOk", {
|
|
8925
8925
|
var_nam: i,
|
|
8926
8926
|
isMultiple: !1,
|
|
8927
|
-
value:
|
|
8927
|
+
value: P,
|
|
8928
8928
|
row: E
|
|
8929
8929
|
}) || (o.store.emit(o.formID, "lookupOk", {
|
|
8930
8930
|
var_nam: i,
|
|
8931
8931
|
model: l,
|
|
8932
8932
|
isMultiple: !1,
|
|
8933
|
-
value:
|
|
8933
|
+
value: P,
|
|
8934
8934
|
row: E
|
|
8935
8935
|
}), r("update:visible", !1));
|
|
8936
8936
|
}
|
|
@@ -9164,9 +9164,9 @@ function useKgFormItemSelect() {
|
|
|
9164
9164
|
}), d;
|
|
9165
9165
|
});
|
|
9166
9166
|
async function c() {
|
|
9167
|
-
var b, y, k, T, M, E,
|
|
9167
|
+
var b, y, k, T, M, E, P, I;
|
|
9168
9168
|
let d = [];
|
|
9169
|
-
const m = (b = a.value) == null ? void 0 : b.cmd, v = (k = (y = a.value) == null ? void 0 : y.cmd_method) != null ? k : "GET", C = (M = (T = a.value) == null ? void 0 : T.val_clm) != null ? M : "", g = (
|
|
9169
|
+
const m = (b = a.value) == null ? void 0 : b.cmd, v = (k = (y = a.value) == null ? void 0 : y.cmd_method) != null ? k : "GET", C = (M = (T = a.value) == null ? void 0 : T.val_clm) != null ? M : "", g = (P = (E = a.value) == null ? void 0 : E.lbl_clm) != null ? P : "";
|
|
9170
9170
|
if (!m || !C || !g) {
|
|
9171
9171
|
KgLogger.error("\u4E0B\u62C9\u5217\u8868\u914D\u7F6E\u6709\u8BEF.", {
|
|
9172
9172
|
frm_id: r.formID,
|
|
@@ -9650,13 +9650,13 @@ const KgFormItemRadioGroup = defineComponent({
|
|
|
9650
9650
|
var_nam: I,
|
|
9651
9651
|
model: A,
|
|
9652
9652
|
isMultiple: w,
|
|
9653
|
-
value:
|
|
9653
|
+
value: G,
|
|
9654
9654
|
values: $
|
|
9655
9655
|
}) => {
|
|
9656
|
-
var
|
|
9656
|
+
var V;
|
|
9657
9657
|
switch (I) {
|
|
9658
9658
|
case e.kgVarName:
|
|
9659
|
-
A.value && (w ? A.value[e.kgVarName] = $ : A.value[e.kgVarName] =
|
|
9659
|
+
A.value && (w ? A.value[e.kgVarName] = $ : A.value[e.kgVarName] = G), (V = n.value) == null || V.validate([e.kgVarName]);
|
|
9660
9660
|
break;
|
|
9661
9661
|
}
|
|
9662
9662
|
return !1;
|
|
@@ -9666,7 +9666,7 @@ const KgFormItemRadioGroup = defineComponent({
|
|
|
9666
9666
|
} = _useRules(e), {
|
|
9667
9667
|
controlType: m
|
|
9668
9668
|
} = useKgFormItem(e), v = computed(() => {
|
|
9669
|
-
var A, w,
|
|
9669
|
+
var A, w, G, $, V;
|
|
9670
9670
|
if (o.isRetrieving.value)
|
|
9671
9671
|
return !0;
|
|
9672
9672
|
let I = !1;
|
|
@@ -9683,20 +9683,20 @@ const KgFormItemRadioGroup = defineComponent({
|
|
|
9683
9683
|
I = ((w = u.value) == null ? void 0 : w.crt_ena_flg) === 0;
|
|
9684
9684
|
break;
|
|
9685
9685
|
case o.isUpdating.value:
|
|
9686
|
-
I = ((
|
|
9686
|
+
I = ((G = u.value) == null ? void 0 : G.upt_ena_flg) === 0;
|
|
9687
9687
|
break;
|
|
9688
9688
|
case o.isCopying.value:
|
|
9689
9689
|
I = (($ = u.value) == null ? void 0 : $.cpy_ena_flg) === 0;
|
|
9690
9690
|
break;
|
|
9691
9691
|
case o.isDeleting.value:
|
|
9692
|
-
I = ((
|
|
9692
|
+
I = ((V = u.value) == null ? void 0 : V.del_ena_flg) === 0;
|
|
9693
9693
|
break;
|
|
9694
9694
|
}
|
|
9695
9695
|
break;
|
|
9696
9696
|
}
|
|
9697
9697
|
return I;
|
|
9698
9698
|
}), C = computed(() => {
|
|
9699
|
-
var A, w,
|
|
9699
|
+
var A, w, G, $;
|
|
9700
9700
|
let I = " ";
|
|
9701
9701
|
if (e.kgPlaceholder)
|
|
9702
9702
|
I = e.kgPlaceholder;
|
|
@@ -9706,12 +9706,12 @@ const KgFormItemRadioGroup = defineComponent({
|
|
|
9706
9706
|
I = o.t((w = (A = c.value) == null ? void 0 : A.placeholder) != null ? w : " ").value;
|
|
9707
9707
|
break;
|
|
9708
9708
|
case KG_FORM_CONTEXT.SUBMIT:
|
|
9709
|
-
I = o.t(($ = (
|
|
9709
|
+
I = o.t(($ = (G = u.value) == null ? void 0 : G.placeholder) != null ? $ : " ").value;
|
|
9710
9710
|
break;
|
|
9711
9711
|
}
|
|
9712
9712
|
return I;
|
|
9713
9713
|
}), g = computed(() => {
|
|
9714
|
-
var A, w,
|
|
9714
|
+
var A, w, G, $, V, O, D, K, L, N;
|
|
9715
9715
|
let I = 6;
|
|
9716
9716
|
if (e.kgSpan !== void 0)
|
|
9717
9717
|
I = e.kgSpan;
|
|
@@ -9723,24 +9723,24 @@ const KgFormItemRadioGroup = defineComponent({
|
|
|
9723
9723
|
case KG_FORM_CONTEXT.SUBMIT:
|
|
9724
9724
|
switch (!0) {
|
|
9725
9725
|
case o.isCreating.value:
|
|
9726
|
-
I = ($ = (
|
|
9726
|
+
I = ($ = (G = u.value) == null ? void 0 : G.crt_width) != null ? $ : 6;
|
|
9727
9727
|
break;
|
|
9728
9728
|
case o.isUpdating.value:
|
|
9729
|
-
I = (
|
|
9729
|
+
I = (O = (V = u.value) == null ? void 0 : V.upt_width) != null ? O : 6;
|
|
9730
9730
|
break;
|
|
9731
9731
|
case o.isCopying.value:
|
|
9732
|
-
I = (
|
|
9732
|
+
I = (K = (D = u.value) == null ? void 0 : D.cpy_width) != null ? K : 6;
|
|
9733
9733
|
break;
|
|
9734
9734
|
case o.isDeleting.value:
|
|
9735
|
-
I = (
|
|
9735
|
+
I = (N = (L = u.value) == null ? void 0 : L.del_width) != null ? N : 6;
|
|
9736
9736
|
break;
|
|
9737
9737
|
}
|
|
9738
9738
|
}
|
|
9739
9739
|
return Math.min(24, Math.max(1, I));
|
|
9740
9740
|
}), _ = computed(() => {
|
|
9741
|
-
var
|
|
9741
|
+
var G, $;
|
|
9742
9742
|
const I = get(T.value, "$el.parentElement");
|
|
9743
|
-
if (I && !((
|
|
9743
|
+
if (I && !((G = I.classList) != null && G.contains("ant-row")))
|
|
9744
9744
|
throw new Error("<KgForm.Item> \u7684\u7236\u5143\u7D20\u5FC5\u987B\u662F <Row> \u6216\u8005 <a-row>.");
|
|
9745
9745
|
let A = {};
|
|
9746
9746
|
const w = Math.abs(Number.parseInt(($ = get(T.value, "$el.parentElement.style.marginLeft")) != null ? $ : "0px"));
|
|
@@ -9749,7 +9749,7 @@ const KgFormItemRadioGroup = defineComponent({
|
|
|
9749
9749
|
paddingRight: `${w}px !important`
|
|
9750
9750
|
}), A;
|
|
9751
9751
|
}), b = computed(() => {
|
|
9752
|
-
var A, w,
|
|
9752
|
+
var A, w, G, $;
|
|
9753
9753
|
let I = "kg-form-item";
|
|
9754
9754
|
switch (s.value && (I += " kg-form-item-lookup"), e.kgContext) {
|
|
9755
9755
|
case KG_FORM_CONTEXT.SEARCH:
|
|
@@ -9762,7 +9762,7 @@ const KgFormItemRadioGroup = defineComponent({
|
|
|
9762
9762
|
case KG_FORM_CONTEXT.SUBMIT:
|
|
9763
9763
|
switch (!0) {
|
|
9764
9764
|
case (o.isCreating.value && ((w = u.value) == null ? void 0 : w.crt_vis_flg) === 0):
|
|
9765
|
-
case (o.isUpdating.value && ((
|
|
9765
|
+
case (o.isUpdating.value && ((G = u.value) == null ? void 0 : G.upt_vis_flg) === 0):
|
|
9766
9766
|
case (o.isCopying.value && (($ = u.value) == null ? void 0 : $.cpy_vis_flg) === 0):
|
|
9767
9767
|
I += " kg-form-item--invisible";
|
|
9768
9768
|
break;
|
|
@@ -9853,7 +9853,7 @@ const KgFormItemRadioGroup = defineComponent({
|
|
|
9853
9853
|
title: o.t(e.kgVarName).value
|
|
9854
9854
|
}, [o.t(e.kgVarName).value]) : null;
|
|
9855
9855
|
}
|
|
9856
|
-
function
|
|
9856
|
+
function P() {
|
|
9857
9857
|
var I;
|
|
9858
9858
|
return !s.value || !((I = s.value) != null && I.lkp_id) ? null : createVNode(Form.ItemRest, null, {
|
|
9859
9859
|
default: () => [createVNode(KgFormItemAddonLookup, {
|
|
@@ -9880,7 +9880,7 @@ const KgFormItemRadioGroup = defineComponent({
|
|
|
9880
9880
|
validateFirst: !0,
|
|
9881
9881
|
htmlFor: k.value
|
|
9882
9882
|
}, {
|
|
9883
|
-
default: () => createVNode(Fragment, null, [M(),
|
|
9883
|
+
default: () => createVNode(Fragment, null, [M(), P()]),
|
|
9884
9884
|
label: () => E()
|
|
9885
9885
|
})]
|
|
9886
9886
|
});
|
|
@@ -10280,8 +10280,8 @@ const KgSubmit_Header = "", FORM_ID__VAR_SUBMIT_CONFIG = "kg-submit.VarSubmitCon
|
|
|
10280
10280
|
}) => {
|
|
10281
10281
|
const u = o.store.getVarSubmitConfig(o.formID);
|
|
10282
10282
|
return s = watch(c, (d) => {
|
|
10283
|
-
var m, v, C, g, _, b, y, k, T, M, E,
|
|
10284
|
-
d && (d.id = (m = u == null ? void 0 : u.id) != null ? m : null, d.frm_id = o.formID, d.resizable_flg = (v = u == null ? void 0 : u.resizable_flg) != null ? v : 1, d.fullscreen_flg = (C = u == null ? void 0 : u.fullscreen_flg) != null ? C : 1, d.dft_fullscreen_flg = (g = u == null ? void 0 : u.dft_fullscreen_flg) != null ? g : 0, d.responsive_flg = (_ = u == null ? void 0 : u.responsive_flg) != null ? _ : 1, d.max_width = (b = u == null ? void 0 : u.max_width) != null ? b : DEFAULT_MAX_WIDTH, d.min_width = (y = u == null ? void 0 : u.min_width) != null ? y : DEFAULT_MIN_WIDTH, d.dft_width = (k = u == null ? void 0 : u.dft_width) != null ? k : DEFAULT_WIDTH, d.layout = (T = u == null ? void 0 : u.layout) != null ? T : KG_VAR_SUBMIT__LAYOUT.VERTICAL, d.label_col = (M = u == null ? void 0 : u.label_col) != null ? M : DEFAULT_LABEL_COL_FOR_SPAN, d.label_col_unit = (E = u == null ? void 0 : u.label_col_unit) != null ? E : KG_WIDTH_UNIT.SPAN, d.display_type = (
|
|
10283
|
+
var m, v, C, g, _, b, y, k, T, M, E, P;
|
|
10284
|
+
d && (d.id = (m = u == null ? void 0 : u.id) != null ? m : null, d.frm_id = o.formID, d.resizable_flg = (v = u == null ? void 0 : u.resizable_flg) != null ? v : 1, d.fullscreen_flg = (C = u == null ? void 0 : u.fullscreen_flg) != null ? C : 1, d.dft_fullscreen_flg = (g = u == null ? void 0 : u.dft_fullscreen_flg) != null ? g : 0, d.responsive_flg = (_ = u == null ? void 0 : u.responsive_flg) != null ? _ : 1, d.max_width = (b = u == null ? void 0 : u.max_width) != null ? b : DEFAULT_MAX_WIDTH, d.min_width = (y = u == null ? void 0 : u.min_width) != null ? y : DEFAULT_MIN_WIDTH, d.dft_width = (k = u == null ? void 0 : u.dft_width) != null ? k : DEFAULT_WIDTH, d.layout = (T = u == null ? void 0 : u.layout) != null ? T : KG_VAR_SUBMIT__LAYOUT.VERTICAL, d.label_col = (M = u == null ? void 0 : u.label_col) != null ? M : DEFAULT_LABEL_COL_FOR_SPAN, d.label_col_unit = (E = u == null ? void 0 : u.label_col_unit) != null ? E : KG_WIDTH_UNIT.SPAN, d.display_type = (P = u == null ? void 0 : u.display_type) != null ? P : KG_VAR_SUBMIT__DISPLAY_TYPE.DRAWER);
|
|
10285
10285
|
}, {
|
|
10286
10286
|
immediate: !0
|
|
10287
10287
|
}), !1;
|
|
@@ -10544,81 +10544,81 @@ const getProps$p = () => ({
|
|
|
10544
10544
|
const r = inject("$dayjs", dayjs), a = inject(DI_KG_VAR__KG_SLOTS, null);
|
|
10545
10545
|
inject(DI_KG_VAR__KG_PROPS, null);
|
|
10546
10546
|
const n = useKg(), o = useKgVar(), i = useKgButton(), s = useKgTable(), l = useKgSubmit(), c = useKgSearch();
|
|
10547
|
-
i.onSubmitSave(async () => (await
|
|
10547
|
+
i.onSubmitSave(async () => (await le(), !1)), i.onSubmitCancel(async () => (await ne(), !1)), _useFormModel$1();
|
|
10548
10548
|
const u = computed(() => o.isDeleting.value && T.value.length === 0 && M.value.length === 0), d = computed(() => l.store.isLoading(o.formID)), m = computed(() => o.store.getVarSubmitConfig(o.formID)), v = computed(() => o.store.getVarSubmitFieldsForCreateKey(o.formID)), C = computed(() => o.store.getVarSubmitFieldsForCreateNotKey(o.formID)), g = computed(() => o.store.getVarSubmitFieldsForUpdateKey(o.formID)), _ = computed(() => o.store.getVarSubmitFieldsForUpdateNotKey(o.formID)), b = computed(() => o.store.getVarSubmitFieldsForCopyKey(o.formID)), y = computed(() => o.store.getVarSubmitFieldsForCopyNotKey(o.formID)), k = computed(() => o.store.getVarSubmitFieldsForDelete(o.formID)), T = computed(() => {
|
|
10549
|
-
var
|
|
10549
|
+
var F, x, z;
|
|
10550
10550
|
switch (!0) {
|
|
10551
10551
|
case o.isCreating.value:
|
|
10552
|
-
return (
|
|
10552
|
+
return (F = v.value) != null ? F : [];
|
|
10553
10553
|
case o.isUpdating.value:
|
|
10554
|
-
return (
|
|
10554
|
+
return (x = g.value) != null ? x : [];
|
|
10555
10555
|
case o.isCopying.value:
|
|
10556
|
-
return (
|
|
10556
|
+
return (z = b.value) != null ? z : [];
|
|
10557
10557
|
case o.isDeleting.value:
|
|
10558
10558
|
return [];
|
|
10559
10559
|
}
|
|
10560
10560
|
return [];
|
|
10561
10561
|
}), M = computed(() => {
|
|
10562
|
-
var
|
|
10562
|
+
var F, x, z, J;
|
|
10563
10563
|
switch (!0) {
|
|
10564
10564
|
case o.isCreating.value:
|
|
10565
|
-
return (
|
|
10565
|
+
return (F = C.value) != null ? F : [];
|
|
10566
10566
|
case o.isUpdating.value:
|
|
10567
|
-
return (
|
|
10567
|
+
return (x = _.value) != null ? x : [];
|
|
10568
10568
|
case o.isCopying.value:
|
|
10569
|
-
return (
|
|
10569
|
+
return (z = y.value) != null ? z : [];
|
|
10570
10570
|
case o.isDeleting.value:
|
|
10571
|
-
return (
|
|
10571
|
+
return (J = k.value) != null ? J : [];
|
|
10572
10572
|
}
|
|
10573
10573
|
return [];
|
|
10574
|
-
}), E = computed(() => !!o.store.isCreatingRequesting(o.formID) || !!o.store.isUpdatingRequesting(o.formID) || !!o.store.isCopyingRequesting(o.formID) || !!o.store.isDeletingRequesting(o.formID)),
|
|
10574
|
+
}), E = computed(() => !!o.store.isCreatingRequesting(o.formID) || !!o.store.isUpdatingRequesting(o.formID) || !!o.store.isCopyingRequesting(o.formID) || !!o.store.isDeletingRequesting(o.formID)), P = computed(() => E.value || d.value), I = computed(() => d.value), A = ref({
|
|
10575
10575
|
kgWidth: 0
|
|
10576
10576
|
}), w = computed(() => {
|
|
10577
|
-
var
|
|
10578
|
-
return !!(u.value ||
|
|
10579
|
-
}),
|
|
10580
|
-
var
|
|
10581
|
-
return u.value ? 398 : (
|
|
10577
|
+
var F;
|
|
10578
|
+
return !!(u.value || N.isFullscreen || ((F = m.value) == null ? void 0 : F.resizable_flg) === 0);
|
|
10579
|
+
}), G = computed(() => {
|
|
10580
|
+
var F, x;
|
|
10581
|
+
return u.value ? 398 : (x = (F = m.value) == null ? void 0 : F.min_width) != null ? x : DEFAULT_MIN_WIDTH;
|
|
10582
10582
|
}), $ = computed(() => {
|
|
10583
|
-
var
|
|
10584
|
-
return u.value ? 398 : (
|
|
10585
|
-
}),
|
|
10586
|
-
_useResizeObserver$1(
|
|
10587
|
-
const D = _useTitle(),
|
|
10583
|
+
var F, x;
|
|
10584
|
+
return u.value ? 398 : (x = (F = m.value) == null ? void 0 : F.max_width) != null ? x : DEFAULT_MAX_WIDTH;
|
|
10585
|
+
}), V = computed(() => u.value ? 398 : A.value.kgWidth), O = ref(null);
|
|
10586
|
+
_useResizeObserver$1(O);
|
|
10587
|
+
const D = _useTitle(), K = computed(() => u.value ? 400 : A.value.kgWidth && A.value.kgWidth > 0 ? "auto" : 0), L = computed(() => K.value === 0 ? !1 : !!(o.isCreating.value || o.isUpdating.value || o.isCopying.value || o.isDeleting.value)), N = reactive({
|
|
10588
10588
|
isFullscreen: !1
|
|
10589
10589
|
}), {
|
|
10590
|
-
getClass:
|
|
10591
|
-
} = _useClass(e,
|
|
10590
|
+
getClass: B
|
|
10591
|
+
} = _useClass(e, N), {
|
|
10592
10592
|
getLayout: H
|
|
10593
10593
|
} = _useLayout(), {
|
|
10594
|
-
getDefaultWidth:
|
|
10594
|
+
getDefaultWidth: Y
|
|
10595
10595
|
} = _useDefaultWidth(), X = computed(() => {
|
|
10596
|
-
var
|
|
10596
|
+
var F, x, z;
|
|
10597
10597
|
switch (H.value) {
|
|
10598
10598
|
case "horizontal":
|
|
10599
|
-
switch ((
|
|
10599
|
+
switch ((F = m.value) == null ? void 0 : F.label_col_unit) {
|
|
10600
10600
|
case KG_WIDTH_UNIT.SPAN:
|
|
10601
10601
|
return {
|
|
10602
|
-
span: (
|
|
10602
|
+
span: (x = m.value) == null ? void 0 : x.label_col
|
|
10603
10603
|
};
|
|
10604
10604
|
default:
|
|
10605
10605
|
return {
|
|
10606
10606
|
style: {
|
|
10607
|
-
width: `${(
|
|
10607
|
+
width: `${(z = m.value) == null ? void 0 : z.label_col}px`
|
|
10608
10608
|
}
|
|
10609
10609
|
};
|
|
10610
10610
|
}
|
|
10611
10611
|
default:
|
|
10612
10612
|
return;
|
|
10613
10613
|
}
|
|
10614
|
-
}),
|
|
10615
|
-
var
|
|
10614
|
+
}), Q = computed(() => {
|
|
10615
|
+
var F, x;
|
|
10616
10616
|
switch (H.value) {
|
|
10617
10617
|
case "horizontal":
|
|
10618
|
-
switch ((
|
|
10618
|
+
switch ((F = m.value) == null ? void 0 : F.label_col_unit) {
|
|
10619
10619
|
case KG_WIDTH_UNIT.SPAN:
|
|
10620
10620
|
return {
|
|
10621
|
-
span: 24 - ((
|
|
10621
|
+
span: 24 - ((x = m.value) == null ? void 0 : x.label_col)
|
|
10622
10622
|
};
|
|
10623
10623
|
default:
|
|
10624
10624
|
return;
|
|
@@ -10627,19 +10627,19 @@ const getProps$p = () => ({
|
|
|
10627
10627
|
return;
|
|
10628
10628
|
}
|
|
10629
10629
|
});
|
|
10630
|
-
watch(
|
|
10631
|
-
|
|
10630
|
+
watch(L, (F, x) => {
|
|
10631
|
+
F === !0 && Z(), x === !0 && F === !1 && ae();
|
|
10632
10632
|
}, {
|
|
10633
10633
|
immediate: !0
|
|
10634
|
-
}), watch(
|
|
10635
|
-
|
|
10634
|
+
}), watch(Y, (F) => {
|
|
10635
|
+
F && (A.value.kgWidth = F);
|
|
10636
10636
|
}, {
|
|
10637
10637
|
immediate: !0
|
|
10638
10638
|
});
|
|
10639
|
-
function
|
|
10640
|
-
var
|
|
10641
|
-
const
|
|
10642
|
-
|
|
10639
|
+
function Z() {
|
|
10640
|
+
var x;
|
|
10641
|
+
const F = watch(l.model, (z) => {
|
|
10642
|
+
z && Object.keys(z).length > 0 && (setTimeout(() => F()), l.store.emit(o.formID, "open", {
|
|
10643
10643
|
isCreating: o.isCreating.value,
|
|
10644
10644
|
isUpdating: o.isUpdating.value,
|
|
10645
10645
|
isCopying: o.isCopying.value,
|
|
@@ -10650,12 +10650,12 @@ const getProps$p = () => ({
|
|
|
10650
10650
|
}, {
|
|
10651
10651
|
immediate: !0
|
|
10652
10652
|
});
|
|
10653
|
-
((
|
|
10653
|
+
((x = m.value) == null ? void 0 : x.dft_fullscreen_flg) === 1 && !u.value && (N.isFullscreen = !0);
|
|
10654
10654
|
}
|
|
10655
10655
|
async function ae() {
|
|
10656
|
-
A.value.kgWidth =
|
|
10656
|
+
A.value.kgWidth = Y.value, N.isFullscreen = !1, await l.store.emit(o.formID, "close", null);
|
|
10657
10657
|
}
|
|
10658
|
-
function
|
|
10658
|
+
function ne() {
|
|
10659
10659
|
switch (!0) {
|
|
10660
10660
|
case o.isCreating.value:
|
|
10661
10661
|
o.store.setIsCreating(o.formID, !1);
|
|
@@ -10671,8 +10671,8 @@ const getProps$p = () => ({
|
|
|
10671
10671
|
break;
|
|
10672
10672
|
}
|
|
10673
10673
|
}
|
|
10674
|
-
async function
|
|
10675
|
-
var
|
|
10674
|
+
async function le() {
|
|
10675
|
+
var F, x;
|
|
10676
10676
|
try {
|
|
10677
10677
|
if (await l.store.emit(o.formID, "beforeOk", {
|
|
10678
10678
|
isCreating: o.isCreating.value,
|
|
@@ -10685,11 +10685,11 @@ const getProps$p = () => ({
|
|
|
10685
10685
|
}))
|
|
10686
10686
|
return;
|
|
10687
10687
|
try {
|
|
10688
|
-
await ((
|
|
10689
|
-
} catch (
|
|
10690
|
-
KgUtil.throwIfNotFormError(
|
|
10688
|
+
await ((F = l.formRef.value) == null ? void 0 : F.validate());
|
|
10689
|
+
} catch (ee) {
|
|
10690
|
+
KgUtil.throwIfNotFormError(ee);
|
|
10691
10691
|
}
|
|
10692
|
-
if (await ((
|
|
10692
|
+
if (await ((x = l.formRef.value) == null ? void 0 : x.validate()), await l.store.emit(o.formID, "afterValidate", {
|
|
10693
10693
|
isCreating: o.isCreating.value,
|
|
10694
10694
|
isUpdating: o.isUpdating.value,
|
|
10695
10695
|
isCopying: o.isCopying.value,
|
|
@@ -10701,26 +10701,26 @@ const getProps$p = () => ({
|
|
|
10701
10701
|
return;
|
|
10702
10702
|
switch (!0) {
|
|
10703
10703
|
case o.isCreating.value:
|
|
10704
|
-
await
|
|
10704
|
+
await ce();
|
|
10705
10705
|
break;
|
|
10706
10706
|
case o.isUpdating.value:
|
|
10707
10707
|
await re();
|
|
10708
10708
|
break;
|
|
10709
10709
|
case o.isCopying.value:
|
|
10710
|
-
await
|
|
10710
|
+
await ue();
|
|
10711
10711
|
break;
|
|
10712
10712
|
case o.isDeleting.value:
|
|
10713
10713
|
await fe();
|
|
10714
10714
|
break;
|
|
10715
10715
|
}
|
|
10716
|
-
} catch (
|
|
10717
|
-
KgUtil.throwIfNotFormError(
|
|
10716
|
+
} catch (z) {
|
|
10717
|
+
KgUtil.throwIfNotFormError(z);
|
|
10718
10718
|
}
|
|
10719
10719
|
}
|
|
10720
|
-
async function
|
|
10721
|
-
var
|
|
10722
|
-
const
|
|
10723
|
-
if (!
|
|
10720
|
+
async function ce() {
|
|
10721
|
+
var x, z, J, ee, oe, se;
|
|
10722
|
+
const F = (x = o.varButtonCreate.value) == null ? void 0 : x.cmd;
|
|
10723
|
+
if (!F) {
|
|
10724
10724
|
KgLogger.error("[KgSubmit] '\u521B\u5EFA\u6309\u94AE'\u6CA1\u6709\u914D\u7F6E\u63A5\u53E3\u5730\u5740.", {
|
|
10725
10725
|
VarButton: o.varButtonCreate.value
|
|
10726
10726
|
});
|
|
@@ -10728,7 +10728,7 @@ const getProps$p = () => ({
|
|
|
10728
10728
|
}
|
|
10729
10729
|
o.store.setIsCreatingRequesting(o.formID, !0);
|
|
10730
10730
|
try {
|
|
10731
|
-
let
|
|
10731
|
+
let te = ref(KgUtil.parseParams(KgVarUtil.parseCommandParameter((J = (z = o.varButtonCreate.value) == null ? void 0 : z.cmd_prm) != null ? J : ""), o.formID, r)), ie = ref(KgUtil.parseParams(toRaw(l.model.value), o.formID, r));
|
|
10732
10732
|
if (await l.store.emit(o.formID, "beforeRequest", {
|
|
10733
10733
|
isCreating: o.isCreating.value,
|
|
10734
10734
|
isUpdating: o.isUpdating.value,
|
|
@@ -10737,16 +10737,16 @@ const getProps$p = () => ({
|
|
|
10737
10737
|
row: s.selectedFirstRow.value,
|
|
10738
10738
|
rows: s.selectedRows.value,
|
|
10739
10739
|
model: l.model,
|
|
10740
|
-
params:
|
|
10741
|
-
data:
|
|
10740
|
+
params: te,
|
|
10741
|
+
data: ie
|
|
10742
10742
|
}))
|
|
10743
10743
|
return;
|
|
10744
10744
|
await httpClient().request({
|
|
10745
|
-
method: (
|
|
10746
|
-
url:
|
|
10747
|
-
params:
|
|
10748
|
-
data:
|
|
10749
|
-
}), ((
|
|
10745
|
+
method: (oe = (ee = o.varButtonCreate.value) == null ? void 0 : ee.cmd_method) != null ? oe : "POST",
|
|
10746
|
+
url: F,
|
|
10747
|
+
params: te.value,
|
|
10748
|
+
data: ie.value
|
|
10749
|
+
}), ((se = o.varButtonCreate.value) == null ? void 0 : se.show_success_message_flg) !== 0 && message.success(D.title.value + n.t("kg.succeed")), await l.store.emit(o.formID, "ok", {
|
|
10750
10750
|
isCreating: o.isCreating.value,
|
|
10751
10751
|
isUpdating: o.isUpdating.value,
|
|
10752
10752
|
isCopying: o.isCopying.value,
|
|
@@ -10754,16 +10754,16 @@ const getProps$p = () => ({
|
|
|
10754
10754
|
row: s.selectedFirstRow.value,
|
|
10755
10755
|
model: l.model
|
|
10756
10756
|
}), o.store.setIsCreating(o.formID, !1), c.search(!0);
|
|
10757
|
-
} catch (
|
|
10758
|
-
console.error(
|
|
10757
|
+
} catch (te) {
|
|
10758
|
+
console.error(te), l.store.emit(o.formID, "error", te);
|
|
10759
10759
|
} finally {
|
|
10760
10760
|
o.store.setIsCreatingRequesting(o.formID, !1);
|
|
10761
10761
|
}
|
|
10762
10762
|
}
|
|
10763
10763
|
async function re() {
|
|
10764
|
-
var
|
|
10765
|
-
const
|
|
10766
|
-
if (!
|
|
10764
|
+
var x, z, J, ee, oe, se;
|
|
10765
|
+
const F = (x = o.varButtonUpdate.value) == null ? void 0 : x.cmd;
|
|
10766
|
+
if (!F) {
|
|
10767
10767
|
KgLogger.error("[KgSubmit] '\u66F4\u65B0\u6309\u94AE'\u6CA1\u6709\u914D\u7F6E\u63A5\u53E3\u5730\u5740.", {
|
|
10768
10768
|
VarButton: o.varButtonUpdate.value
|
|
10769
10769
|
});
|
|
@@ -10771,7 +10771,7 @@ const getProps$p = () => ({
|
|
|
10771
10771
|
}
|
|
10772
10772
|
try {
|
|
10773
10773
|
o.store.setIsUpdatingRequesting(o.formID, !0);
|
|
10774
|
-
let
|
|
10774
|
+
let te = ref(KgUtil.parseParams(KgVarUtil.parseCommandParameter((J = (z = o.varButtonUpdate.value) == null ? void 0 : z.cmd_prm) != null ? J : ""), o.formID, r)), ie = ref(KgUtil.parseParams(toRaw(l.model.value), o.formID, r));
|
|
10775
10775
|
if (await l.store.emit(o.formID, "beforeRequest", {
|
|
10776
10776
|
isCreating: o.isCreating.value,
|
|
10777
10777
|
isUpdating: o.isUpdating.value,
|
|
@@ -10780,16 +10780,16 @@ const getProps$p = () => ({
|
|
|
10780
10780
|
row: s.selectedRow.value,
|
|
10781
10781
|
rows: s.selectedRows.value,
|
|
10782
10782
|
model: l.model,
|
|
10783
|
-
params:
|
|
10784
|
-
data:
|
|
10783
|
+
params: te,
|
|
10784
|
+
data: ie
|
|
10785
10785
|
}))
|
|
10786
10786
|
return;
|
|
10787
10787
|
await httpClient().request({
|
|
10788
|
-
method: (
|
|
10789
|
-
url:
|
|
10790
|
-
params:
|
|
10791
|
-
data:
|
|
10792
|
-
}), ((
|
|
10788
|
+
method: (oe = (ee = o.varButtonUpdate.value) == null ? void 0 : ee.cmd_method) != null ? oe : "POST",
|
|
10789
|
+
url: F,
|
|
10790
|
+
params: te.value,
|
|
10791
|
+
data: ie.value
|
|
10792
|
+
}), ((se = o.varButtonUpdate.value) == null ? void 0 : se.show_success_message_flg) !== 0 && message.success(n.t("kg.updateSuccess")), await l.store.emit(o.formID, "ok", {
|
|
10793
10793
|
isCreating: o.isCreating.value,
|
|
10794
10794
|
isUpdating: o.isUpdating.value,
|
|
10795
10795
|
isCopying: o.isCopying.value,
|
|
@@ -10797,16 +10797,16 @@ const getProps$p = () => ({
|
|
|
10797
10797
|
row: s.selectedFirstRow.value,
|
|
10798
10798
|
model: l.model
|
|
10799
10799
|
}), o.store.setIsUpdating(o.formID, !1), c.search();
|
|
10800
|
-
} catch (
|
|
10801
|
-
console.error(
|
|
10800
|
+
} catch (te) {
|
|
10801
|
+
console.error(te), l.store.emit(o.formID, "error", te);
|
|
10802
10802
|
} finally {
|
|
10803
10803
|
o.store.setIsUpdatingRequesting(o.formID, !1);
|
|
10804
10804
|
}
|
|
10805
10805
|
}
|
|
10806
|
-
async function
|
|
10807
|
-
var
|
|
10808
|
-
const
|
|
10809
|
-
if (!
|
|
10806
|
+
async function ue() {
|
|
10807
|
+
var x, z, J, ee, oe, se, te, ie;
|
|
10808
|
+
const F = (x = o.varButtonCopy.value) == null ? void 0 : x.cmd;
|
|
10809
|
+
if (!F) {
|
|
10810
10810
|
KgLogger.error("[KgSubmit] '\u590D\u5236\u6309\u94AE'\u6CA1\u6709\u914D\u7F6E\u63A5\u53E3\u5730\u5740.", {
|
|
10811
10811
|
VarButton: o.varButtonCopy.value
|
|
10812
10812
|
});
|
|
@@ -10814,11 +10814,11 @@ const getProps$p = () => ({
|
|
|
10814
10814
|
}
|
|
10815
10815
|
try {
|
|
10816
10816
|
o.store.setIsCopyingRequesting(o.formID, !0);
|
|
10817
|
-
let ge = ref(KgUtil.parseParams(KgVarUtil.parseCommandParameter((
|
|
10818
|
-
...(
|
|
10817
|
+
let ge = ref(KgUtil.parseParams(KgVarUtil.parseCommandParameter((J = (z = o.varButtonCopy.value) == null ? void 0 : z.cmd_prm) != null ? J : ""), o.formID, r)), pe = ref(KgUtil.parseParams({
|
|
10818
|
+
...(ee = s.selectedFirstRow.value) != null ? ee : {},
|
|
10819
10819
|
...toRaw(l.model.value)
|
|
10820
10820
|
}, o.formID, r));
|
|
10821
|
-
if (((
|
|
10821
|
+
if (((oe = m.value) == null ? void 0 : oe.cpy_clear_id_flg) !== 0 && delete pe.value.id, await l.store.emit(o.formID, "beforeRequest", {
|
|
10822
10822
|
isCreating: o.isCreating.value,
|
|
10823
10823
|
isUpdating: o.isUpdating.value,
|
|
10824
10824
|
isCopying: o.isCopying.value,
|
|
@@ -10831,11 +10831,11 @@ const getProps$p = () => ({
|
|
|
10831
10831
|
}))
|
|
10832
10832
|
return;
|
|
10833
10833
|
await httpClient().request({
|
|
10834
|
-
method: (
|
|
10835
|
-
url:
|
|
10834
|
+
method: (te = (se = o.varButtonCopy.value) == null ? void 0 : se.cmd_method) != null ? te : "POST",
|
|
10835
|
+
url: F,
|
|
10836
10836
|
params: ge.value,
|
|
10837
10837
|
data: pe.value
|
|
10838
|
-
}), ((
|
|
10838
|
+
}), ((ie = o.varButtonCopy.value) == null ? void 0 : ie.show_success_message_flg) !== 0 && message.success(n.t("kg.copySuccess")), await l.store.emit(o.formID, "ok", {
|
|
10839
10839
|
isCreating: o.isCreating.value,
|
|
10840
10840
|
isUpdating: o.isUpdating.value,
|
|
10841
10841
|
isCopying: o.isCopying.value,
|
|
@@ -10850,9 +10850,9 @@ const getProps$p = () => ({
|
|
|
10850
10850
|
}
|
|
10851
10851
|
}
|
|
10852
10852
|
async function fe() {
|
|
10853
|
-
var
|
|
10854
|
-
const
|
|
10855
|
-
if (!
|
|
10853
|
+
var x, z, J, ee, oe, se;
|
|
10854
|
+
const F = (x = o.varButtonDelete.value) == null ? void 0 : x.cmd;
|
|
10855
|
+
if (!F) {
|
|
10856
10856
|
KgLogger.error("[KgSubmit] '\u5220\u9664\u6309\u94AE'\u6CA1\u6709\u914D\u7F6E\u63A5\u53E3\u5730\u5740.", {
|
|
10857
10857
|
VarButton: o.varButtonDelete.value
|
|
10858
10858
|
});
|
|
@@ -10860,12 +10860,12 @@ const getProps$p = () => ({
|
|
|
10860
10860
|
}
|
|
10861
10861
|
try {
|
|
10862
10862
|
o.store.setIsDeletingRequesting(o.formID, !0);
|
|
10863
|
-
let
|
|
10864
|
-
ids: (
|
|
10863
|
+
let te = ref({
|
|
10864
|
+
ids: (J = (z = s.selectedRows.value) == null ? void 0 : z.map((pe) => {
|
|
10865
10865
|
var me, _e, he;
|
|
10866
10866
|
return (he = pe[(_e = (me = o.varButtonDelete.value) == null ? void 0 : me.del_param_clm) != null ? _e : "id"]) != null ? he : "";
|
|
10867
|
-
})) != null ?
|
|
10868
|
-
}),
|
|
10867
|
+
})) != null ? J : []
|
|
10868
|
+
}), ie = ref({});
|
|
10869
10869
|
if (await l.store.emit(o.formID, "beforeRequest", {
|
|
10870
10870
|
isCreating: o.isCreating.value,
|
|
10871
10871
|
isUpdating: o.isUpdating.value,
|
|
@@ -10874,18 +10874,18 @@ const getProps$p = () => ({
|
|
|
10874
10874
|
row: s.selectedFirstRow.value,
|
|
10875
10875
|
rows: s.selectedRows.value,
|
|
10876
10876
|
model: l.model,
|
|
10877
|
-
params:
|
|
10878
|
-
data:
|
|
10877
|
+
params: te,
|
|
10878
|
+
data: ie
|
|
10879
10879
|
}))
|
|
10880
10880
|
return;
|
|
10881
10881
|
await httpClient().request({
|
|
10882
|
-
method: (
|
|
10883
|
-
url:
|
|
10884
|
-
params:
|
|
10885
|
-
data:
|
|
10882
|
+
method: (oe = (ee = o.varButtonDelete.value) == null ? void 0 : ee.cmd_method) != null ? oe : "DELETE",
|
|
10883
|
+
url: F,
|
|
10884
|
+
params: te.value,
|
|
10885
|
+
data: ie.value
|
|
10886
10886
|
}, {
|
|
10887
10887
|
joinParamsToUrl: !0
|
|
10888
|
-
}), ((
|
|
10888
|
+
}), ((se = o.varButtonDelete.value) == null ? void 0 : se.show_success_message_flg) !== 0 && message.success(n.t("kg.deleteSuccess")), await l.store.emit(o.formID, "ok", {
|
|
10889
10889
|
isCreating: o.isCreating.value,
|
|
10890
10890
|
isUpdating: o.isUpdating.value,
|
|
10891
10891
|
isCopying: o.isCopying.value,
|
|
@@ -10893,52 +10893,52 @@ const getProps$p = () => ({
|
|
|
10893
10893
|
row: s.selectedFirstRow.value,
|
|
10894
10894
|
model: l.model
|
|
10895
10895
|
}), o.store.setIsDeleting(o.formID, !1), c.search(!0);
|
|
10896
|
-
} catch (
|
|
10897
|
-
console.error(
|
|
10896
|
+
} catch (te) {
|
|
10897
|
+
console.error(te), l.store.emit(o.formID, "error", te);
|
|
10898
10898
|
} finally {
|
|
10899
10899
|
o.store.setIsDeletingRequesting(o.formID, !1);
|
|
10900
10900
|
}
|
|
10901
10901
|
}
|
|
10902
|
-
function
|
|
10903
|
-
var
|
|
10904
|
-
const
|
|
10905
|
-
return isFunction$2(
|
|
10906
|
-
kgVarName:
|
|
10902
|
+
function de(F) {
|
|
10903
|
+
var z, J;
|
|
10904
|
+
const x = (J = (z = a == null ? void 0 : a.KgSubmit) == null ? void 0 : z["KgForm.Item"]) == null ? void 0 : J[F.var_nam];
|
|
10905
|
+
return isFunction$2(x) ? createVNode(KgForm.Item, {
|
|
10906
|
+
kgVarName: F.var_nam,
|
|
10907
10907
|
kgContext: KG_FORM_CONTEXT.SUBMIT,
|
|
10908
|
-
kgRules: l.rules.value[
|
|
10909
|
-
onKgSubmit:
|
|
10908
|
+
kgRules: l.rules.value[F.var_nam],
|
|
10909
|
+
onKgSubmit: le
|
|
10910
10910
|
}, {
|
|
10911
10911
|
control: ({
|
|
10912
|
-
varName:
|
|
10913
|
-
props:
|
|
10914
|
-
model:
|
|
10915
|
-
varVariableConfig:
|
|
10916
|
-
varProfileDetail:
|
|
10912
|
+
varName: ee,
|
|
10913
|
+
props: oe,
|
|
10914
|
+
model: se,
|
|
10915
|
+
varVariableConfig: te,
|
|
10916
|
+
varProfileDetail: ie,
|
|
10917
10917
|
varSubmitField: ge
|
|
10918
|
-
}) =>
|
|
10919
|
-
varName:
|
|
10920
|
-
props:
|
|
10921
|
-
model:
|
|
10922
|
-
varVariableConfig:
|
|
10923
|
-
varProfileDetail:
|
|
10918
|
+
}) => x({
|
|
10919
|
+
varName: ee,
|
|
10920
|
+
props: oe,
|
|
10921
|
+
model: se,
|
|
10922
|
+
varVariableConfig: te,
|
|
10923
|
+
varProfileDetail: ie,
|
|
10924
10924
|
varSubmitField: ge
|
|
10925
10925
|
})
|
|
10926
10926
|
}) : createVNode(KgForm.Item, {
|
|
10927
|
-
kgVarName:
|
|
10927
|
+
kgVarName: F.var_nam,
|
|
10928
10928
|
kgContext: KG_FORM_CONTEXT.SUBMIT,
|
|
10929
|
-
kgRules: l.rules.value[
|
|
10930
|
-
onKgSubmit:
|
|
10929
|
+
kgRules: l.rules.value[F.var_nam],
|
|
10930
|
+
onKgSubmit: le
|
|
10931
10931
|
}, null);
|
|
10932
10932
|
}
|
|
10933
|
-
function
|
|
10934
|
-
let
|
|
10933
|
+
function R() {
|
|
10934
|
+
let F, x;
|
|
10935
10935
|
return createVNode(KgResizable, {
|
|
10936
10936
|
kgType: l.displayType.value === KG_VAR_SUBMIT__DISPLAY_TYPE.MODAL ? "right" : "left",
|
|
10937
|
-
kgMinWidth:
|
|
10937
|
+
kgMinWidth: G.value,
|
|
10938
10938
|
kgMaxWidth: $.value,
|
|
10939
|
-
kgWidth:
|
|
10939
|
+
kgWidth: V.value,
|
|
10940
10940
|
kgDisabled: w.value,
|
|
10941
|
-
"onUpdate:kgWidth": (
|
|
10941
|
+
"onUpdate:kgWidth": (z) => A.value.kgWidth = z
|
|
10942
10942
|
}, {
|
|
10943
10943
|
default: () => [createVNode(Spin, {
|
|
10944
10944
|
spinning: d.value
|
|
@@ -10948,18 +10948,18 @@ const getProps$p = () => ({
|
|
|
10948
10948
|
model: l.model.value,
|
|
10949
10949
|
layout: H.value,
|
|
10950
10950
|
labelCol: X.value,
|
|
10951
|
-
wrapperCol:
|
|
10951
|
+
wrapperCol: Q.value
|
|
10952
10952
|
}, {
|
|
10953
10953
|
default: () => [createVNode("div", {
|
|
10954
|
-
ref:
|
|
10954
|
+
ref: O
|
|
10955
10955
|
}, [T.value.length > 0 && createVNode(Row, {
|
|
10956
10956
|
gutter: 12
|
|
10957
|
-
}, _isSlot$8(
|
|
10958
|
-
default: () => [
|
|
10957
|
+
}, _isSlot$8(F = T.value.map(de)) ? F : {
|
|
10958
|
+
default: () => [F]
|
|
10959
10959
|
}), T.value.length > 0 && M.value.length > 0 && createVNode(Divider, null, null), M.value.length > 0 && createVNode(Row, {
|
|
10960
10960
|
gutter: 12
|
|
10961
|
-
}, _isSlot$8(
|
|
10962
|
-
default: () => [
|
|
10961
|
+
}, _isSlot$8(x = M.value.map(de)) ? x : {
|
|
10962
|
+
default: () => [x]
|
|
10963
10963
|
}), u.value && createVNode("div", {
|
|
10964
10964
|
style: "text-align: center; padding: 6px 0 12px;"
|
|
10965
10965
|
}, [n.t("kg.confirmDelete")])])]
|
|
@@ -10967,56 +10967,56 @@ const getProps$p = () => ({
|
|
|
10967
10967
|
})]
|
|
10968
10968
|
});
|
|
10969
10969
|
}
|
|
10970
|
-
function
|
|
10971
|
-
let
|
|
10970
|
+
function U() {
|
|
10971
|
+
let F, x;
|
|
10972
10972
|
return createVNode("div", null, [createVNode(Button, {
|
|
10973
10973
|
type: "primary",
|
|
10974
|
-
ghost: !
|
|
10975
|
-
disabled:
|
|
10976
|
-
onClick:
|
|
10977
|
-
}, _isSlot$8(
|
|
10978
|
-
default: () => [
|
|
10974
|
+
ghost: !P.value,
|
|
10975
|
+
disabled: P.value,
|
|
10976
|
+
onClick: ne
|
|
10977
|
+
}, _isSlot$8(F = n.t("kg.cancel")) ? F : {
|
|
10978
|
+
default: () => [F]
|
|
10979
10979
|
}), createVNode(Button, {
|
|
10980
10980
|
type: "primary",
|
|
10981
10981
|
disabled: I.value,
|
|
10982
10982
|
loading: E.value,
|
|
10983
10983
|
danger: !!o.isDeleting.value,
|
|
10984
|
-
onClick:
|
|
10985
|
-
}, _isSlot$8(
|
|
10986
|
-
default: () => [
|
|
10984
|
+
onClick: le
|
|
10985
|
+
}, _isSlot$8(x = n.t(o.isDeleting.value ? "kg.delete" : "kg.save")) ? x : {
|
|
10986
|
+
default: () => [x]
|
|
10987
10987
|
})]);
|
|
10988
10988
|
}
|
|
10989
|
-
function
|
|
10989
|
+
function W() {
|
|
10990
10990
|
return createVNode("div", {
|
|
10991
10991
|
title: D.title.value
|
|
10992
10992
|
}, [D.title.value]);
|
|
10993
10993
|
}
|
|
10994
|
-
function
|
|
10994
|
+
function q() {
|
|
10995
10995
|
return createVNode(KgSubmitHeader, {
|
|
10996
|
-
isFullscreen:
|
|
10997
|
-
"onUpdate:isFullscreen": (
|
|
10996
|
+
isFullscreen: N.isFullscreen,
|
|
10997
|
+
"onUpdate:isFullscreen": (F) => N.isFullscreen = F,
|
|
10998
10998
|
kgShowFullscreenButton: !u.value,
|
|
10999
10999
|
kgShowConfigButton: !u.value && e.kgShowConfigButton,
|
|
11000
|
-
onKgCancel:
|
|
11000
|
+
onKgCancel: ne
|
|
11001
11001
|
}, null);
|
|
11002
11002
|
}
|
|
11003
11003
|
return onUnmounted(() => {
|
|
11004
11004
|
l.store.dispose(o.formID);
|
|
11005
11005
|
}), () => createVNode(Drawer, {
|
|
11006
|
-
visible:
|
|
11006
|
+
visible: L.value,
|
|
11007
11007
|
placement: "right",
|
|
11008
11008
|
closable: !1,
|
|
11009
11009
|
maskClosable: !1,
|
|
11010
11010
|
keyboard: !1,
|
|
11011
11011
|
destroyOnClose: !0,
|
|
11012
|
-
width:
|
|
11013
|
-
class:
|
|
11012
|
+
width: K.value,
|
|
11013
|
+
class: B.value,
|
|
11014
11014
|
"kg-frm_id": o.formID
|
|
11015
11015
|
}, {
|
|
11016
|
-
title:
|
|
11017
|
-
extra:
|
|
11018
|
-
default:
|
|
11019
|
-
footer:
|
|
11016
|
+
title: W,
|
|
11017
|
+
extra: q,
|
|
11018
|
+
default: R,
|
|
11019
|
+
footer: U
|
|
11020
11020
|
});
|
|
11021
11021
|
}
|
|
11022
11022
|
}), KgYesOrNo$1 = "", getProps$o = () => ({
|
|
@@ -11290,8 +11290,8 @@ const getProps$n = () => ({
|
|
|
11290
11290
|
return !1;
|
|
11291
11291
|
});
|
|
11292
11292
|
const l = computed(() => e.kgVarName ? n.store.getVarGridDetail(n.formID, e.kgVarName) : null), c = computed(() => n.store.getVarSubmitField(n.formID, e.kgVarName)), u = computed(() => {
|
|
11293
|
-
var T, M, E,
|
|
11294
|
-
return i.displayType.value === KG_VAR_SUBMIT__DISPLAY_TYPE.TABLE && ((T = e.kgRow) == null ? void 0 : T[s.id.value]) === ((M = s.selectedRow.value) == null ? void 0 : M[s.id.value]) && (!!n.isCreating.value && ((E = c.value) == null ? void 0 : E.crt_flg) === 1 || !!n.isUpdating.value && ((
|
|
11293
|
+
var T, M, E, P, I, A;
|
|
11294
|
+
return i.displayType.value === KG_VAR_SUBMIT__DISPLAY_TYPE.TABLE && ((T = e.kgRow) == null ? void 0 : T[s.id.value]) === ((M = s.selectedRow.value) == null ? void 0 : M[s.id.value]) && (!!n.isCreating.value && ((E = c.value) == null ? void 0 : E.crt_flg) === 1 || !!n.isUpdating.value && ((P = c.value) == null ? void 0 : P.upt_flg) === 1 || !!n.isCopying.value && ((I = c.value) == null ? void 0 : I.cpy_flg) === 1 || !!n.isDeleting.value && ((A = c.value) == null ? void 0 : A.del_flg) === 1);
|
|
11295
11295
|
}), d = computed(() => {
|
|
11296
11296
|
var T, M;
|
|
11297
11297
|
return i.displayType.value === KG_VAR_SUBMIT__DISPLAY_TYPE.TABLE && ((T = e.kgRow) == null ? void 0 : T[s.id.value]) === ((M = s.selectedRow.value) == null ? void 0 : M[s.id.value]) && (!!n.isCreating.value && !!n.isCreatingRequesting.value || !!n.isUpdating.value && !!n.isUpdatingRequesting.value || !!n.isCopying.value && !!n.isCopyingRequesting.value || !!n.isDeleting.value && !!n.isDeletingRequesting.value);
|
|
@@ -11300,7 +11300,7 @@ const getProps$n = () => ({
|
|
|
11300
11300
|
let T = "kg-table-td";
|
|
11301
11301
|
return ((M = l.value) == null ? void 0 : M.align) === "center" ? T += " kg-table-td--center" : ((E = l.value) == null ? void 0 : E.align) === "right" && (T += " kg-table-td--right"), u.value && (T += " kg-table-td--submitting"), T;
|
|
11302
11302
|
}), v = computed(() => {
|
|
11303
|
-
var M, E,
|
|
11303
|
+
var M, E, P, I;
|
|
11304
11304
|
if (e.kgValue === KG_TABLE_TEMP_ID)
|
|
11305
11305
|
return "";
|
|
11306
11306
|
let T = e.kgValue;
|
|
@@ -11308,7 +11308,7 @@ const getProps$n = () => ({
|
|
|
11308
11308
|
case KG_TABLE_CELL_DISPLAY_TYPE.DESC:
|
|
11309
11309
|
{
|
|
11310
11310
|
const A = KgUtil.tryParseJSON((E = l.value) == null ? void 0 : E.display_type_properties);
|
|
11311
|
-
T = (I = (
|
|
11311
|
+
T = (I = (P = e.kgRow) == null ? void 0 : P[A.dscFieldName || `${e.kgVarName}_dsc`]) != null ? I : e.kgValue;
|
|
11312
11312
|
}
|
|
11313
11313
|
break;
|
|
11314
11314
|
}
|
|
@@ -11316,7 +11316,7 @@ const getProps$n = () => ({
|
|
|
11316
11316
|
`)), T;
|
|
11317
11317
|
}), C = ref(null);
|
|
11318
11318
|
function g(T) {
|
|
11319
|
-
var M, E,
|
|
11319
|
+
var M, E, P;
|
|
11320
11320
|
if (T.detail === 1 && !(n.isCreating.value || n.isUpdating.value || n.isCopying.value || n.isDeleting.value))
|
|
11321
11321
|
switch ((M = l.value) == null ? void 0 : M.display_type) {
|
|
11322
11322
|
case KG_TABLE_CELL_DISPLAY_TYPE.UPDATE_LINK:
|
|
@@ -11326,7 +11326,7 @@ const getProps$n = () => ({
|
|
|
11326
11326
|
{
|
|
11327
11327
|
T.stopPropagation(), T.preventDefault();
|
|
11328
11328
|
const I = KgUtil.tryParseJSON((E = l.value) == null ? void 0 : E.display_type_properties);
|
|
11329
|
-
(
|
|
11329
|
+
(P = a.router.value) == null || P.push({
|
|
11330
11330
|
path: I.path,
|
|
11331
11331
|
query: e.kgRow
|
|
11332
11332
|
});
|
|
@@ -11358,33 +11358,33 @@ const getProps$n = () => ({
|
|
|
11358
11358
|
});
|
|
11359
11359
|
}
|
|
11360
11360
|
function y() {
|
|
11361
|
-
var T, M, E,
|
|
11361
|
+
var T, M, E, P, I, A, w, G, $, V;
|
|
11362
11362
|
if (u.value)
|
|
11363
11363
|
return b();
|
|
11364
11364
|
switch ((T = l.value) == null ? void 0 : T.display_type) {
|
|
11365
11365
|
case KG_TABLE_CELL_DISPLAY_TYPE.YN: {
|
|
11366
|
-
const
|
|
11366
|
+
const O = KgUtil.tryParseJSON((M = l.value) == null ? void 0 : M.display_type_properties);
|
|
11367
11367
|
return createVNode(KgYesOrNo, {
|
|
11368
|
-
kgValue: isNil(e.kgValue) ? void 0 : e.kgValue === ((E =
|
|
11369
|
-
kgNilAsFalse:
|
|
11368
|
+
kgValue: isNil(e.kgValue) ? void 0 : e.kgValue === ((E = O.yValue) != null ? E : 1),
|
|
11369
|
+
kgNilAsFalse: O.nilAsFalse
|
|
11370
11370
|
}, null);
|
|
11371
11371
|
}
|
|
11372
11372
|
case KG_TABLE_CELL_DISPLAY_TYPE.ENUM: {
|
|
11373
|
-
const
|
|
11373
|
+
const O = KgUtil.tryParseJSON((P = l.value) == null ? void 0 : P.display_type_properties), D = isArrayLike(O) && O.find((K) => K.value === e.kgValue);
|
|
11374
11374
|
if (D) {
|
|
11375
|
-
const
|
|
11376
|
-
return
|
|
11375
|
+
const K = n.t(D.varName).value;
|
|
11376
|
+
return K ? createVNode(Tag, {
|
|
11377
11377
|
color: (I = D.color) != null ? I : "default"
|
|
11378
|
-
}, _isSlot$7(
|
|
11379
|
-
default: () => [
|
|
11378
|
+
}, _isSlot$7(K) ? K : {
|
|
11379
|
+
default: () => [K]
|
|
11380
11380
|
}) : k();
|
|
11381
11381
|
} else
|
|
11382
11382
|
return k();
|
|
11383
11383
|
}
|
|
11384
11384
|
case KG_TABLE_CELL_DISPLAY_TYPE.DESC: {
|
|
11385
|
-
const
|
|
11386
|
-
if (
|
|
11387
|
-
const D =
|
|
11385
|
+
const O = KgUtil.tryParseJSON((A = l.value) == null ? void 0 : A.display_type_properties);
|
|
11386
|
+
if (O.isTag && isArrayLike(O.tagColors)) {
|
|
11387
|
+
const D = O.tagColors.find((K) => K.value === e.kgValue);
|
|
11388
11388
|
return v.value ? createVNode(Tag, {
|
|
11389
11389
|
color: (w = D == null ? void 0 : D.color) != null ? w : "default"
|
|
11390
11390
|
}, {
|
|
@@ -11394,11 +11394,11 @@ const getProps$n = () => ({
|
|
|
11394
11394
|
return k();
|
|
11395
11395
|
}
|
|
11396
11396
|
case KG_TABLE_CELL_DISPLAY_TYPE.PROGRESS: {
|
|
11397
|
-
const
|
|
11397
|
+
const O = KgUtil.tryParseJSON((G = l.value) == null ? void 0 : G.display_type_properties);
|
|
11398
11398
|
return createVNode(KgProgressA, {
|
|
11399
|
-
kgTextWidth:
|
|
11400
|
-
kgLeft: ($ = e.kgRow) == null ? void 0 : $[
|
|
11401
|
-
kgRight: (
|
|
11399
|
+
kgTextWidth: O.textWidth,
|
|
11400
|
+
kgLeft: ($ = e.kgRow) == null ? void 0 : $[O.leftColumn],
|
|
11401
|
+
kgRight: (V = e.kgRow) == null ? void 0 : V[O.rightColumn]
|
|
11402
11402
|
}, null);
|
|
11403
11403
|
}
|
|
11404
11404
|
case KG_TABLE_CELL_DISPLAY_TYPE.FILE_SIZE:
|
|
@@ -11810,10 +11810,10 @@ const getProps$h = () => ({
|
|
|
11810
11810
|
var M;
|
|
11811
11811
|
let k, T;
|
|
11812
11812
|
return createVNode(Fragment, null, [(M = n.varGridMasters.value) == null ? void 0 : M.map((E) => {
|
|
11813
|
-
var
|
|
11813
|
+
var P;
|
|
11814
11814
|
return createVNode(Menu.Item, {
|
|
11815
11815
|
key: E.id,
|
|
11816
|
-
class: E.id === ((
|
|
11816
|
+
class: E.id === ((P = n.currentVarGridMaster.value) == null ? void 0 : P.id) ? "selected" : "",
|
|
11817
11817
|
"kg-var_nam": E.grd_var_nam,
|
|
11818
11818
|
onClick: () => n.store.setCurrentVarGridMasterID(n.formID, E.id)
|
|
11819
11819
|
}, {
|
|
@@ -11900,18 +11900,18 @@ function _useColumns(e) {
|
|
|
11900
11900
|
return "right";
|
|
11901
11901
|
}
|
|
11902
11902
|
function M() {
|
|
11903
|
-
var I, A, w,
|
|
11904
|
-
return !((A = (I = t == null ? void 0 : t.value) == null ? void 0 : I.KgTable) != null && A.kgDisabled || isNil((
|
|
11903
|
+
var I, A, w, G;
|
|
11904
|
+
return !((A = (I = t == null ? void 0 : t.value) == null ? void 0 : I.KgTable) != null && A.kgDisabled || isNil((G = (w = t == null ? void 0 : t.value) == null ? void 0 : w.KgTable) == null ? void 0 : G.kgDisabled) && e.kgDisabled || g.ord_flg !== 1 || r.isCreating.value || r.isUpdating.value || r.isCopying.value || r.isDeleting.value);
|
|
11905
11905
|
}
|
|
11906
11906
|
function E() {
|
|
11907
11907
|
return ["left", "center", "right"].includes(g.align || "") ? g.align : "left";
|
|
11908
11908
|
}
|
|
11909
|
-
const
|
|
11909
|
+
const P = b();
|
|
11910
11910
|
return {
|
|
11911
11911
|
dataIndex: _,
|
|
11912
11912
|
title: y(),
|
|
11913
|
-
width:
|
|
11914
|
-
resizable: typeof
|
|
11913
|
+
width: P,
|
|
11914
|
+
resizable: typeof P == "number",
|
|
11915
11915
|
minWidth: KG_TABLE_TD_MIN_WIDTH,
|
|
11916
11916
|
maxWidth: KG_TABLE_TD_MAX_WIDTH,
|
|
11917
11917
|
fixed: T(),
|
|
@@ -11980,24 +11980,24 @@ const KgTable$1 = "", getProps$g = () => ({
|
|
|
11980
11980
|
slots: t,
|
|
11981
11981
|
emit: r
|
|
11982
11982
|
}) {
|
|
11983
|
-
var
|
|
11983
|
+
var de;
|
|
11984
11984
|
const a = inject("$dayjs", dayjs), n = inject(DI_KG_VAR__KG_SLOTS, null), o = inject(DI_KG_VAR__KG_PROPS, null), i = useKg(), s = useKgVar(), l = useKgSearch(), c = useKgButton(), u = useKgTable(), d = useKgSubmit();
|
|
11985
11985
|
l.onSearch(async ({
|
|
11986
|
-
resetPageIndex:
|
|
11987
|
-
}) => (
|
|
11988
|
-
name:
|
|
11986
|
+
resetPageIndex: R
|
|
11987
|
+
}) => (H(R), !1)), l.onReset(async () => (H(!0), !1)), u.store.$onAction(async ({
|
|
11988
|
+
name: R,
|
|
11989
11989
|
args: U
|
|
11990
11990
|
}) => {
|
|
11991
|
-
switch (
|
|
11991
|
+
switch (R) {
|
|
11992
11992
|
case "setRowSelect":
|
|
11993
11993
|
if (U[0] === s.formID) {
|
|
11994
|
-
const
|
|
11994
|
+
const W = U[1], q = U[2], F = W[u.id.value];
|
|
11995
11995
|
switch (!0) {
|
|
11996
|
-
case (q &&
|
|
11997
|
-
|
|
11996
|
+
case (q && !V.value.includes(F)):
|
|
11997
|
+
Y([...V.value, F]);
|
|
11998
11998
|
break;
|
|
11999
|
-
case (!q &&
|
|
12000
|
-
|
|
11999
|
+
case (!q && V.value.includes(F)):
|
|
12000
|
+
Y(without$1(V.value, F));
|
|
12001
12001
|
break;
|
|
12002
12002
|
}
|
|
12003
12003
|
}
|
|
@@ -12012,96 +12012,102 @@ const KgTable$1 = "", getProps$g = () => ({
|
|
|
12012
12012
|
} = _useLoading(), b = ref(null);
|
|
12013
12013
|
_useResizeObserver(b);
|
|
12014
12014
|
const y = computed(() => {
|
|
12015
|
-
var
|
|
12016
|
-
return (U = (
|
|
12015
|
+
var R, U;
|
|
12016
|
+
return (U = (R = s.varButtonSearch.value) == null ? void 0 : R.cmd) != null ? U : null;
|
|
12017
12017
|
}), k = computed(() => {
|
|
12018
|
-
var U,
|
|
12019
|
-
let
|
|
12020
|
-
pageNo:
|
|
12021
|
-
pageSize:
|
|
12022
|
-
...
|
|
12023
|
-
...(
|
|
12018
|
+
var U, W, q, F, x, z, J;
|
|
12019
|
+
let R = {
|
|
12020
|
+
pageNo: O.pageIndex,
|
|
12021
|
+
pageSize: O.pageSize,
|
|
12022
|
+
...D,
|
|
12023
|
+
...(W = (U = l.model) == null ? void 0 : U.value) != null ? W : {}
|
|
12024
12024
|
};
|
|
12025
|
-
return s.varButtonSearch.value && (
|
|
12026
|
-
...
|
|
12027
|
-
...KgVarUtil.parseCommandParameter((
|
|
12028
|
-
}), (
|
|
12029
|
-
...
|
|
12030
|
-
...KgVarUtil.parseCommandParameter((
|
|
12031
|
-
}), ((
|
|
12032
|
-
}), T = computed(() =>
|
|
12033
|
-
var
|
|
12034
|
-
|
|
12035
|
-
|
|
12036
|
-
|
|
12037
|
-
|
|
12025
|
+
return s.varButtonSearch.value && (R = {
|
|
12026
|
+
...R,
|
|
12027
|
+
...KgVarUtil.parseCommandParameter((F = (q = s.varButtonSearch.value) == null ? void 0 : q.cmd_prm) != null ? F : "")
|
|
12028
|
+
}), (x = s.varGridConfig.value) != null && x.cmd_prm && (R = {
|
|
12029
|
+
...R,
|
|
12030
|
+
...KgVarUtil.parseCommandParameter((z = s.varGridConfig.value.cmd_prm) != null ? z : "")
|
|
12031
|
+
}), ((J = s.varGridConfig.value) == null ? void 0 : J.convert_sort_field_to_under_score_flg) === 1 && R.column && (R.column = snakeCase$1(R.column)), R;
|
|
12032
|
+
}), T = computed(() => {
|
|
12033
|
+
var R, U, W, q;
|
|
12034
|
+
if (!isNil((U = (R = o == null ? void 0 : o.value) == null ? void 0 : R.KgTable) == null ? void 0 : U.kgDisabled))
|
|
12035
|
+
return (q = (W = o == null ? void 0 : o.value) == null ? void 0 : W.KgTable) == null ? void 0 : q.kgDisabled;
|
|
12036
|
+
if (!isNil(e.kgDisabled))
|
|
12037
|
+
return e.kgDisabled;
|
|
12038
|
+
}), M = computed(() => !!T.value || _.value || !!s.isCreating.value || !!s.isUpdating.value || !!s.isCopying.value || !!s.isDeleting.value), E = computed(() => !!T.value || _.value || !!s.isCreating.value || !!s.isUpdating.value || !!s.isCopying.value || !!s.isDeleting.value || O.total === 0), P = computed(() => {
|
|
12039
|
+
var R;
|
|
12040
|
+
return !!((R = n == null ? void 0 : n.KgTable) != null && R.expandedRowRender);
|
|
12038
12041
|
}), I = computed(() => {
|
|
12039
|
-
|
|
12042
|
+
var R;
|
|
12043
|
+
return ((R = s.varGridConfig.value) == null ? void 0 : R.show_check_column_flg) === 1;
|
|
12044
|
+
}), A = computed(() => {
|
|
12045
|
+
if (!!I.value)
|
|
12040
12046
|
return {
|
|
12041
12047
|
fixed: "left",
|
|
12042
12048
|
columnWidth: KG_TABLE_TD_CHECK_WIDTH,
|
|
12043
12049
|
hideSelectAll: !u.isMultiSelect.value,
|
|
12044
|
-
selectedRowKeys:
|
|
12050
|
+
selectedRowKeys: V,
|
|
12045
12051
|
preserveSelectedRowKeys: !1,
|
|
12046
|
-
getCheckboxProps: (
|
|
12047
|
-
disabled: !!s.isCreating.value || !!s.isUpdating.value || !!s.isCopying.value || !!s.isDeleting.value
|
|
12052
|
+
getCheckboxProps: (R) => ({
|
|
12053
|
+
disabled: !!T.value || !!s.isCreating.value || !!s.isUpdating.value || !!s.isCopying.value || !!s.isDeleting.value
|
|
12048
12054
|
}),
|
|
12049
|
-
onSelect: (
|
|
12050
|
-
onChange: (
|
|
12055
|
+
onSelect: (R) => X(R),
|
|
12056
|
+
onChange: (R) => u.isMultiSelect.value && Y(R)
|
|
12051
12057
|
};
|
|
12052
|
-
}), A = computed(() => {
|
|
12053
|
-
var U;
|
|
12054
|
-
let K = "kg-table";
|
|
12055
|
-
return ((U = s.varGridConfig.value) == null ? void 0 : U.show_bottom_border_flg) === 1 && (K += " kg-table--bottom-border"), !u.isShowBottomLeft.value && !u.isShowBottomRight.value && (K += " kg-table--no-bottom"), d.displayType.value === KG_VAR_SUBMIT__DISPLAY_TYPE.TABLE && (s.isCreating.value || s.isUpdating.value || s.isCopying.value || s.isDeleting.value) && (K += " kg-table--submitting"), K;
|
|
12056
12058
|
}), w = computed(() => {
|
|
12057
12059
|
var U;
|
|
12058
|
-
let
|
|
12059
|
-
return ((U = s.varGridConfig.value) == null ? void 0 : U.show_bottom_border_flg) === 1 && (
|
|
12060
|
-
}),
|
|
12060
|
+
let R = "kg-table";
|
|
12061
|
+
return ((U = s.varGridConfig.value) == null ? void 0 : U.show_bottom_border_flg) === 1 && (R += " kg-table--bottom-border"), !u.isShowBottomLeft.value && !u.isShowBottomRight.value && (R += " kg-table--no-bottom"), d.displayType.value === KG_VAR_SUBMIT__DISPLAY_TYPE.TABLE && (s.isCreating.value || s.isUpdating.value || s.isCopying.value || s.isDeleting.value) && (R += " kg-table--submitting"), R;
|
|
12062
|
+
}), G = computed(() => {
|
|
12063
|
+
var U;
|
|
12064
|
+
let R = "kg-table-bottom";
|
|
12065
|
+
return ((U = s.varGridConfig.value) == null ? void 0 : U.show_bottom_border_flg) === 1 && (R += " kg-table-bottom--border"), R;
|
|
12066
|
+
}), $ = ref([]), V = (de = u.store.getSelectedRowKeys(s.formID)) != null ? de : ref([]), O = reactive({
|
|
12061
12067
|
pageIndex: 1,
|
|
12062
12068
|
pageSize: 10,
|
|
12063
12069
|
total: 0
|
|
12064
|
-
}),
|
|
12070
|
+
}), D = reactive({
|
|
12065
12071
|
column: void 0,
|
|
12066
12072
|
order: void 0
|
|
12067
|
-
}),
|
|
12068
|
-
|
|
12073
|
+
}), K = watch(u.pageSizeOption, (R) => {
|
|
12074
|
+
R && (setTimeout(() => K()), O.pageSize = R, m.value = !0, KgLogger.debug(`${s.formID} | KgTable | isReadReady: ${m.value}`));
|
|
12069
12075
|
}, {
|
|
12070
12076
|
immediate: !0
|
|
12071
12077
|
});
|
|
12072
|
-
watch(u.pageSizeOptions, (
|
|
12073
|
-
|
|
12074
|
-
}), watch([y, u.isReadAutomatically, l.isReady], ([
|
|
12075
|
-
|
|
12078
|
+
watch(u.pageSizeOptions, (R) => {
|
|
12079
|
+
R.length > 0 && !R.includes(O.pageSize) && (O.pageSize = u.pageSizeOption.value);
|
|
12080
|
+
}), watch([y, u.isReadAutomatically, l.isReady], ([R, U, W]) => {
|
|
12081
|
+
R && U && W && !u.store.getIsRetrieved(s.formID) && H(!0);
|
|
12076
12082
|
}, {
|
|
12077
12083
|
immediate: !0
|
|
12078
|
-
}), watch(s.isCreating, (
|
|
12079
|
-
|
|
12084
|
+
}), watch(s.isCreating, (R, U) => {
|
|
12085
|
+
R === !0 ? L() : R === !1 && U === !0 && N();
|
|
12080
12086
|
}), onUnmounted(() => {
|
|
12081
12087
|
u.store.dispose(s.formID);
|
|
12082
12088
|
});
|
|
12083
|
-
function
|
|
12089
|
+
function L() {
|
|
12084
12090
|
if (d.displayType.value === KG_VAR_SUBMIT__DISPLAY_TYPE.TABLE) {
|
|
12085
|
-
const
|
|
12091
|
+
const R = {
|
|
12086
12092
|
[u.id.value]: KG_TABLE_TEMP_ID
|
|
12087
12093
|
};
|
|
12088
|
-
|
|
12094
|
+
$.value = [R, ...$.value], u.store.setSelectedRows(s.formID, [R]);
|
|
12089
12095
|
}
|
|
12090
12096
|
}
|
|
12091
|
-
function
|
|
12092
|
-
const
|
|
12093
|
-
|
|
12097
|
+
function N() {
|
|
12098
|
+
const R = $.value.find((U) => U[u.id.value] === KG_TABLE_TEMP_ID);
|
|
12099
|
+
R && ($.value = without$1($.value, R), u.store.setSelectedRows(s.formID, []));
|
|
12094
12100
|
}
|
|
12095
|
-
function
|
|
12096
|
-
var
|
|
12097
|
-
if (!(!!s.isCreating.value || !!s.isUpdating.value || !!s.isCopying.value || !!s.isDeleting.value) && !!
|
|
12101
|
+
function B(R, U) {
|
|
12102
|
+
var W;
|
|
12103
|
+
if (!(!!T.value || !!s.isCreating.value || !!s.isUpdating.value || !!s.isCopying.value || !!s.isDeleting.value) && !!A.value) {
|
|
12098
12104
|
if (!U) {
|
|
12099
12105
|
u.store.setSelectedRows(s.formID, []);
|
|
12100
12106
|
return;
|
|
12101
12107
|
}
|
|
12102
|
-
switch (
|
|
12108
|
+
switch (R == null ? void 0 : R.detail) {
|
|
12103
12109
|
case 1:
|
|
12104
|
-
switch ((
|
|
12110
|
+
switch ((W = s.varGridConfig.value) == null ? void 0 : W.operation_on_row_click) {
|
|
12105
12111
|
case 0:
|
|
12106
12112
|
break;
|
|
12107
12113
|
case 1:
|
|
@@ -12117,165 +12123,157 @@ const KgTable$1 = "", getProps$g = () => ({
|
|
|
12117
12123
|
}
|
|
12118
12124
|
}
|
|
12119
12125
|
}
|
|
12120
|
-
function
|
|
12126
|
+
function H(R = !1) {
|
|
12121
12127
|
KgLogger.debug(`${s.formID} | KgTable | retrieve() | \u8FDB\u5165\u65B9\u6CD5.`);
|
|
12122
12128
|
const U = watch(m, (q) => {
|
|
12123
|
-
q && (setTimeout(() => U()),
|
|
12129
|
+
q && (setTimeout(() => U()), W());
|
|
12124
12130
|
}, {
|
|
12125
12131
|
immediate: !0
|
|
12126
12132
|
});
|
|
12127
|
-
async function
|
|
12128
|
-
var q,
|
|
12133
|
+
async function W() {
|
|
12134
|
+
var q, F;
|
|
12129
12135
|
if (KgLogger.debug(`${s.formID} | KgTable | retrieve() | read() | \u8FDB\u5165\u65B9\u6CD5.`), !y.value) {
|
|
12130
12136
|
KgLogger.error("[KgTable] '\u67E5\u8BE2\u6309\u94AE'\u6CA1\u6709\u914D\u7F6E\u63A5\u53E3\u5730\u5740.", {
|
|
12131
12137
|
VarButton: s.varButtonSearch.value
|
|
12132
12138
|
});
|
|
12133
12139
|
return;
|
|
12134
12140
|
}
|
|
12135
|
-
|
|
12141
|
+
R && (O.pageIndex = 1), u.store.setIsRetrieving(s.formID, !0);
|
|
12136
12142
|
try {
|
|
12137
|
-
const
|
|
12143
|
+
const x = KgUtil.parseParams(k.value, u.profileFormID.value, a), z = ref({});
|
|
12138
12144
|
await u.store.emit(s.formID, "beforeRetrieve", {
|
|
12139
|
-
params:
|
|
12140
|
-
response:
|
|
12141
|
-
}) ? KgLogger.debug(`${s.formID} | KgTable | retrieve() | read() | \u89E6\u53D1 beforeRetrieve \u4E8B\u4EF6.`) :
|
|
12145
|
+
params: x,
|
|
12146
|
+
response: z
|
|
12147
|
+
}) ? KgLogger.debug(`${s.formID} | KgTable | retrieve() | read() | \u89E6\u53D1 beforeRetrieve \u4E8B\u4EF6.`) : z.value = await httpClient().request({
|
|
12142
12148
|
method: "GET",
|
|
12143
12149
|
url: y.value,
|
|
12144
|
-
params:
|
|
12150
|
+
params: x
|
|
12145
12151
|
}, {
|
|
12146
12152
|
successMessageMode: "none"
|
|
12147
12153
|
});
|
|
12148
|
-
let
|
|
12154
|
+
let J = ref([]), ee = ref(0);
|
|
12149
12155
|
switch (!0) {
|
|
12150
|
-
case !
|
|
12151
|
-
|
|
12156
|
+
case !z.value:
|
|
12157
|
+
J.value = [], ee.value = 0;
|
|
12152
12158
|
break;
|
|
12153
|
-
case isArrayLike(
|
|
12154
|
-
|
|
12159
|
+
case isArrayLike(z.value):
|
|
12160
|
+
J.value = z.value, ee.value = z.value.length;
|
|
12155
12161
|
break;
|
|
12156
|
-
case ("total" in
|
|
12157
|
-
|
|
12162
|
+
case ("total" in z.value && "records" in z.value):
|
|
12163
|
+
J.value = (q = z.value.records) != null ? q : [], ee.value = (F = z.value.total) != null ? F : 0;
|
|
12158
12164
|
break;
|
|
12159
12165
|
}
|
|
12160
12166
|
await u.store.emit(s.formID, "beforeSetDatas", {
|
|
12161
|
-
datas:
|
|
12162
|
-
total:
|
|
12163
|
-
}),
|
|
12164
|
-
page:
|
|
12165
|
-
datas:
|
|
12167
|
+
datas: J,
|
|
12168
|
+
total: ee
|
|
12169
|
+
}), $.value = J.value, O.total = ee.value, B(), v.value = [], await nextTick(), await u.store.emit(s.formID, "retrieve", {
|
|
12170
|
+
page: z.value,
|
|
12171
|
+
datas: $
|
|
12166
12172
|
}), u.store.setIsRetrieved(s.formID, !0);
|
|
12167
|
-
} catch (
|
|
12168
|
-
throw
|
|
12173
|
+
} catch (x) {
|
|
12174
|
+
throw x;
|
|
12169
12175
|
} finally {
|
|
12170
12176
|
u.store.setIsRetrieving(s.formID, !1);
|
|
12171
12177
|
}
|
|
12172
12178
|
}
|
|
12173
12179
|
}
|
|
12174
|
-
function
|
|
12175
|
-
u.store.setSelectedRows(s.formID,
|
|
12176
|
-
var
|
|
12177
|
-
return (
|
|
12180
|
+
function Y(R) {
|
|
12181
|
+
u.store.setSelectedRows(s.formID, R.map((U) => {
|
|
12182
|
+
var W;
|
|
12183
|
+
return (W = $.value) == null ? void 0 : W.find((q) => q[u.id.value] === U);
|
|
12178
12184
|
}).filter((U) => !!U));
|
|
12179
12185
|
}
|
|
12180
|
-
function
|
|
12181
|
-
var U,
|
|
12186
|
+
function X(R) {
|
|
12187
|
+
var U, W;
|
|
12182
12188
|
switch (u.isMultiSelect.value) {
|
|
12183
12189
|
case !0:
|
|
12184
12190
|
{
|
|
12185
|
-
const q =
|
|
12186
|
-
|
|
12191
|
+
const q = R[u.id.value];
|
|
12192
|
+
V.value.includes(q) ? V.value = without$1(V.value, q) : V.value = [...(U = V.value) != null ? U : [], q];
|
|
12187
12193
|
}
|
|
12188
12194
|
break;
|
|
12189
12195
|
case !1:
|
|
12190
12196
|
{
|
|
12191
|
-
const q =
|
|
12192
|
-
(
|
|
12197
|
+
const q = R[u.id.value];
|
|
12198
|
+
(W = V.value) != null && W.includes(q) ? V.value = [] : V.value = [q];
|
|
12193
12199
|
}
|
|
12194
12200
|
break;
|
|
12195
12201
|
}
|
|
12196
|
-
u.store.setSelectedRows(s.formID,
|
|
12197
|
-
var
|
|
12198
|
-
return (
|
|
12202
|
+
u.store.setSelectedRows(s.formID, V.value.map((q) => {
|
|
12203
|
+
var F;
|
|
12204
|
+
return (F = $.value) == null ? void 0 : F.find((x) => x[u.id.value] === q);
|
|
12199
12205
|
}).filter((q) => !!q));
|
|
12200
12206
|
}
|
|
12201
|
-
function
|
|
12202
|
-
U.width =
|
|
12207
|
+
function Q(R, U) {
|
|
12208
|
+
U.width = R, s.store.setVarGridDetailWidth(s.formID, U.dataIndex, R);
|
|
12203
12209
|
}
|
|
12204
|
-
async function
|
|
12205
|
-
var
|
|
12210
|
+
async function Z(R, U, W, q) {
|
|
12211
|
+
var F;
|
|
12206
12212
|
switch (q.action) {
|
|
12207
12213
|
case "sort":
|
|
12208
12214
|
{
|
|
12209
12215
|
await nextTick();
|
|
12210
|
-
let
|
|
12211
|
-
|
|
12216
|
+
let x = W;
|
|
12217
|
+
x.order ? (D.column = (F = x.field) != null ? F : void 0, D.order = x.order === "ascend" ? "asc" : x.order === "descend" ? "desc" : void 0) : (D.column = void 0, D.order = void 0), H(!0);
|
|
12212
12218
|
}
|
|
12213
12219
|
break;
|
|
12214
12220
|
}
|
|
12215
12221
|
}
|
|
12216
|
-
function
|
|
12222
|
+
function ae(R, U) {
|
|
12217
12223
|
var q;
|
|
12218
|
-
const
|
|
12224
|
+
const W = U[u.id.value];
|
|
12219
12225
|
switch ((q = s.varGridConfig.value) == null ? void 0 : q.expand_accordion_flg) {
|
|
12220
12226
|
case 0:
|
|
12221
|
-
|
|
12227
|
+
R ? v.value = uniq([...v.value, W]) : v.value = without$1(v.value, W);
|
|
12222
12228
|
break;
|
|
12223
12229
|
default:
|
|
12224
|
-
|
|
12230
|
+
R ? v.value = [W] : v.value = [];
|
|
12225
12231
|
break;
|
|
12226
12232
|
}
|
|
12227
12233
|
}
|
|
12228
|
-
function
|
|
12229
|
-
U !==
|
|
12234
|
+
function ne(R, U) {
|
|
12235
|
+
U !== O.pageSize ? (O.pageIndex = 1, O.pageSize = U) : O.pageIndex = R, H();
|
|
12230
12236
|
}
|
|
12231
|
-
function
|
|
12232
|
-
u.store.setSelectedRows(s.formID, [
|
|
12233
|
-
var
|
|
12234
|
-
return (
|
|
12237
|
+
function le(R) {
|
|
12238
|
+
u.store.setSelectedRows(s.formID, [R].map((U) => {
|
|
12239
|
+
var W;
|
|
12240
|
+
return (W = $.value) == null ? void 0 : W.find((q) => q[u.id.value] === U[u.id.value]);
|
|
12235
12241
|
}).filter((U) => !!U)), c.click(s.formID, KG_BUTTON_TYPE.UPDATE);
|
|
12236
12242
|
}
|
|
12237
|
-
function
|
|
12238
|
-
title:
|
|
12243
|
+
function ce({
|
|
12244
|
+
title: R,
|
|
12239
12245
|
column: U
|
|
12240
12246
|
}) {
|
|
12241
12247
|
switch (U.dataIndex) {
|
|
12242
|
-
case "index":
|
|
12243
|
-
const z = (() => {
|
|
12244
|
-
var q, J, L, B;
|
|
12245
|
-
if (!isNil((J = (q = o == null ? void 0 : o.value) == null ? void 0 : q.KgTable) == null ? void 0 : J.kgDisabled))
|
|
12246
|
-
return (B = (L = o == null ? void 0 : o.value) == null ? void 0 : L.KgTable) == null ? void 0 : B.kgDisabled;
|
|
12247
|
-
if (!isNil(e.kgDisabled))
|
|
12248
|
-
return e.kgDisabled;
|
|
12249
|
-
})();
|
|
12248
|
+
case "index":
|
|
12250
12249
|
return createVNode(KgTableSetting, {
|
|
12251
|
-
kgDisabled:
|
|
12250
|
+
kgDisabled: T.value
|
|
12252
12251
|
}, null);
|
|
12253
|
-
}
|
|
12254
12252
|
default:
|
|
12255
|
-
return createVNode("pre", null, [
|
|
12253
|
+
return createVNode("pre", null, [R]);
|
|
12256
12254
|
}
|
|
12257
12255
|
}
|
|
12258
|
-
function
|
|
12259
|
-
var
|
|
12260
|
-
return (
|
|
12256
|
+
function re() {
|
|
12257
|
+
var R;
|
|
12258
|
+
return (R = n == null ? void 0 : n.KgTable) != null && R["summary.bodyCell"] ? createVNode(TableSummary, {
|
|
12261
12259
|
fixed: "bottom"
|
|
12262
12260
|
}, {
|
|
12263
12261
|
default: () => [createVNode(TableSummary.Row, null, {
|
|
12264
|
-
default: () => [
|
|
12262
|
+
default: () => [P.value && createVNode(TableSummary.Cell, {
|
|
12265
12263
|
index: 0
|
|
12266
|
-
}, null),
|
|
12267
|
-
index:
|
|
12268
|
-
}, null), C.value.map((U,
|
|
12264
|
+
}, null), I.value && createVNode(TableSummary.Cell, {
|
|
12265
|
+
index: P.value ? 1 : 0
|
|
12266
|
+
}, null), C.value.map((U, W) => {
|
|
12269
12267
|
const q = s.store.getVarGridDetail(s.formID, U.dataIndex);
|
|
12270
|
-
let
|
|
12271
|
-
return
|
|
12272
|
-
index:
|
|
12268
|
+
let F = W;
|
|
12269
|
+
return P.value && I.value ? F += 2 : (P.value || I.value) && (F += 1), createVNode(TableSummary.Cell, {
|
|
12270
|
+
index: F
|
|
12273
12271
|
}, {
|
|
12274
12272
|
default: () => {
|
|
12275
|
-
var
|
|
12276
|
-
return [(
|
|
12273
|
+
var x, z;
|
|
12274
|
+
return [(z = (x = n == null ? void 0 : n.KgTable) == null ? void 0 : x["summary.bodyCell"]) == null ? void 0 : z.call(x, {
|
|
12277
12275
|
column: U,
|
|
12278
|
-
index:
|
|
12276
|
+
index: F,
|
|
12279
12277
|
varGridDetail: q
|
|
12280
12278
|
})];
|
|
12281
12279
|
}
|
|
@@ -12284,51 +12282,51 @@ const KgTable$1 = "", getProps$g = () => ({
|
|
|
12284
12282
|
})]
|
|
12285
12283
|
}) : null;
|
|
12286
12284
|
}
|
|
12287
|
-
function
|
|
12288
|
-
column:
|
|
12285
|
+
function ue({
|
|
12286
|
+
column: R,
|
|
12289
12287
|
index: U,
|
|
12290
|
-
record:
|
|
12288
|
+
record: W,
|
|
12291
12289
|
text: q,
|
|
12292
|
-
value:
|
|
12290
|
+
value: F
|
|
12293
12291
|
}) {
|
|
12294
|
-
var
|
|
12295
|
-
let
|
|
12296
|
-
|
|
12292
|
+
var J;
|
|
12293
|
+
let x = "";
|
|
12294
|
+
R.customRender ? x = R.customRender({
|
|
12297
12295
|
index: U,
|
|
12298
|
-
record:
|
|
12299
|
-
column:
|
|
12296
|
+
record: W,
|
|
12297
|
+
column: R,
|
|
12300
12298
|
text: q,
|
|
12301
|
-
value:
|
|
12299
|
+
value: F,
|
|
12302
12300
|
renderIndex: U
|
|
12303
|
-
}) :
|
|
12304
|
-
const
|
|
12305
|
-
kgRow:
|
|
12306
|
-
kgValue:
|
|
12307
|
-
kgVarName:
|
|
12308
|
-
onKgUpdateLinkClick: () =>
|
|
12301
|
+
}) : x = F;
|
|
12302
|
+
const z = createVNode(KgTableCell, {
|
|
12303
|
+
kgRow: W,
|
|
12304
|
+
kgValue: x,
|
|
12305
|
+
kgVarName: R.dataIndex,
|
|
12306
|
+
onKgUpdateLinkClick: () => le(W)
|
|
12309
12307
|
}, null);
|
|
12310
|
-
if ((
|
|
12311
|
-
const
|
|
12308
|
+
if ((J = n == null ? void 0 : n.KgTable) != null && J.bodyCell) {
|
|
12309
|
+
const ee = R.dataIndex ? s.store.getVarGridDetail(s.formID, R.dataIndex) : null;
|
|
12312
12310
|
return n.KgTable.bodyCell({
|
|
12313
|
-
column:
|
|
12311
|
+
column: R,
|
|
12314
12312
|
index: U,
|
|
12315
|
-
record:
|
|
12313
|
+
record: W,
|
|
12316
12314
|
text: q,
|
|
12317
|
-
value:
|
|
12318
|
-
row:
|
|
12319
|
-
varGridDetail:
|
|
12320
|
-
defaultRender:
|
|
12315
|
+
value: F,
|
|
12316
|
+
row: W,
|
|
12317
|
+
varGridDetail: ee,
|
|
12318
|
+
defaultRender: z
|
|
12321
12319
|
});
|
|
12322
12320
|
} else
|
|
12323
|
-
return
|
|
12321
|
+
return z;
|
|
12324
12322
|
}
|
|
12325
|
-
function
|
|
12323
|
+
function fe() {
|
|
12326
12324
|
return !u.isReadAutomatically.value && !u.store.getIsRetrieved(s.formID) ? i.t("kg.KgTable.emptyText") : i.t("kg.emptyText");
|
|
12327
12325
|
}
|
|
12328
12326
|
return () => {
|
|
12329
|
-
var
|
|
12327
|
+
var R;
|
|
12330
12328
|
return createVNode("div", {
|
|
12331
|
-
class:
|
|
12329
|
+
class: w.value,
|
|
12332
12330
|
"kg-frm_id": s.formID,
|
|
12333
12331
|
ref: b
|
|
12334
12332
|
}, [createVNode(Table, {
|
|
@@ -12341,55 +12339,55 @@ const KgTable$1 = "", getProps$g = () => ({
|
|
|
12341
12339
|
pagination: !1,
|
|
12342
12340
|
showSorterTooltip: !1,
|
|
12343
12341
|
columns: C.value,
|
|
12344
|
-
dataSource:
|
|
12342
|
+
dataSource: $.value,
|
|
12345
12343
|
loading: _.value,
|
|
12346
12344
|
rowKey: u.id.value,
|
|
12347
|
-
rowSelection: I.value,
|
|
12348
12345
|
expandColumnWidth: 28,
|
|
12349
12346
|
expandedRowKeys: v.value,
|
|
12347
|
+
rowSelection: A.value,
|
|
12350
12348
|
customRow: (U) => ({
|
|
12351
|
-
onClick: (
|
|
12349
|
+
onClick: (W) => B(W, U)
|
|
12352
12350
|
}),
|
|
12353
|
-
onResizeColumn:
|
|
12354
|
-
onChange:
|
|
12355
|
-
onExpand:
|
|
12351
|
+
onResizeColumn: Q,
|
|
12352
|
+
onChange: Z,
|
|
12353
|
+
onExpand: ae
|
|
12356
12354
|
}, {
|
|
12357
|
-
headerCell:
|
|
12358
|
-
bodyCell:
|
|
12359
|
-
emptyText:
|
|
12360
|
-
expandedRowRender: (
|
|
12361
|
-
summary:
|
|
12355
|
+
headerCell: ce,
|
|
12356
|
+
bodyCell: ue,
|
|
12357
|
+
emptyText: fe,
|
|
12358
|
+
expandedRowRender: (R = n == null ? void 0 : n.KgTable) == null ? void 0 : R.expandedRowRender,
|
|
12359
|
+
summary: re
|
|
12362
12360
|
}), (u.isShowBottomLeft.value || u.isShowBottomRight.value) && createVNode("div", {
|
|
12363
|
-
class:
|
|
12361
|
+
class: G.value
|
|
12364
12362
|
}, [createVNode("div", {
|
|
12365
12363
|
class: "left"
|
|
12366
12364
|
}, [u.isShowBottomLeft.value && createVNode(KgTableInfo, {
|
|
12367
|
-
kgShowClearCheck:
|
|
12368
|
-
kgShowClearTable:
|
|
12369
|
-
kgShowLocate:
|
|
12370
|
-
kgTotal:
|
|
12365
|
+
kgShowClearCheck: V.value.length > 0,
|
|
12366
|
+
kgShowClearTable: O.total > 0,
|
|
12367
|
+
kgShowLocate: V.value.length === 1,
|
|
12368
|
+
kgTotal: V.value.length,
|
|
12371
12369
|
kgDisabled: M.value
|
|
12372
12370
|
}, null)]), createVNode("div", {
|
|
12373
12371
|
class: "right"
|
|
12374
12372
|
}, [u.isShowBottomRight.value && createVNode(Pagination, {
|
|
12375
12373
|
size: "default",
|
|
12376
|
-
current:
|
|
12377
|
-
pageSize:
|
|
12374
|
+
current: O.pageIndex,
|
|
12375
|
+
pageSize: O.pageSize,
|
|
12378
12376
|
pageSizeOptions: u.pageSizeOptions.value.map((U) => String(U)),
|
|
12379
|
-
total:
|
|
12377
|
+
total: O.total,
|
|
12380
12378
|
showSizeChanger: !0,
|
|
12381
12379
|
showQuickJumper: !1,
|
|
12382
12380
|
hideOnSinglePage: !1,
|
|
12383
|
-
disabled:
|
|
12381
|
+
disabled: E.value,
|
|
12384
12382
|
locale: {
|
|
12385
12383
|
page: ""
|
|
12386
12384
|
},
|
|
12387
|
-
showTotal: (U,
|
|
12388
|
-
from:
|
|
12389
|
-
to:
|
|
12385
|
+
showTotal: (U, W) => i.t("kg.KgTable.totalText", {
|
|
12386
|
+
from: W[0],
|
|
12387
|
+
to: W[1],
|
|
12390
12388
|
total: U
|
|
12391
12389
|
}),
|
|
12392
|
-
onChange: (U,
|
|
12390
|
+
onChange: (U, W) => ne(U, W)
|
|
12393
12391
|
}, null)])])]);
|
|
12394
12392
|
};
|
|
12395
12393
|
}
|
|
@@ -12591,8 +12589,8 @@ const KgButtonCreate = defineComponent({
|
|
|
12591
12589
|
attrs: a
|
|
12592
12590
|
}) {
|
|
12593
12591
|
const n = useKg(), o = useKgVar(), i = useKgButton(), s = useKgTable(), l = useKgSubmit(), c = computed(() => o.store.getVarButton(o.formID, e.kgVarName)), u = computed(() => {
|
|
12594
|
-
var k, T, M, E,
|
|
12595
|
-
return o.isUpdating.value || o.isCopying.value || o.isDeleting.value || s.isRetrieving.value || ((k = c.value) == null ? void 0 : k.dis_no_select_flg) === 1 && ((M = (T = s.selectedRows.value) == null ? void 0 : T.length) != null ? M : 0) === 0 || ((E = c.value) == null ? void 0 : E.dis_mult_select_flg) === 1 && ((I = (
|
|
12592
|
+
var k, T, M, E, P, I, A, w;
|
|
12593
|
+
return o.isUpdating.value || o.isCopying.value || o.isDeleting.value || s.isRetrieving.value || ((k = c.value) == null ? void 0 : k.dis_no_select_flg) === 1 && ((M = (T = s.selectedRows.value) == null ? void 0 : T.length) != null ? M : 0) === 0 || ((E = c.value) == null ? void 0 : E.dis_mult_select_flg) === 1 && ((I = (P = s.selectedRows.value) == null ? void 0 : P.length) != null ? I : 0) > 1 || ((A = c.value) == null ? void 0 : A.permission_type) === 2 && !n.p((w = c.value) == null ? void 0 : w.permission_code) ? !0 : isNil(e.kgDisabled) ? !1 : e.kgDisabled;
|
|
12596
12594
|
}), d = computed(() => !!o.isCreatingRequesting.value);
|
|
12597
12595
|
async function m() {
|
|
12598
12596
|
e.onKgClick && await e.onKgClick() || o.store.setIsCreating(o.formID, !0);
|
|
@@ -12791,8 +12789,8 @@ const KgButtonCreate = defineComponent({
|
|
|
12791
12789
|
...KgVarUtil.parseCommandParameter((k = (y = s.value) == null ? void 0 : y.cmd_prm) != null ? k : "")
|
|
12792
12790
|
}), _;
|
|
12793
12791
|
}), d = computed(() => {
|
|
12794
|
-
var _, b, y, k, T, M, E,
|
|
12795
|
-
return n.isCreating.value || n.isUpdating.value || n.isCopying.value || n.isDeleting.value || i.isRetrieving.value || ((_ = s.value) == null ? void 0 : _.dis_no_select_flg) === 1 && ((y = (b = i.selectedRows.value) == null ? void 0 : b.length) != null ? y : 0) === 0 || ((k = s.value) == null ? void 0 : k.dis_mult_select_flg) === 1 && ((M = (T = i.selectedRows.value) == null ? void 0 : T.length) != null ? M : 0) > 1 || ((E = s.value) == null ? void 0 : E.permission_type) === 2 && !a.p((
|
|
12792
|
+
var _, b, y, k, T, M, E, P;
|
|
12793
|
+
return n.isCreating.value || n.isUpdating.value || n.isCopying.value || n.isDeleting.value || i.isRetrieving.value || ((_ = s.value) == null ? void 0 : _.dis_no_select_flg) === 1 && ((y = (b = i.selectedRows.value) == null ? void 0 : b.length) != null ? y : 0) === 0 || ((k = s.value) == null ? void 0 : k.dis_mult_select_flg) === 1 && ((M = (T = i.selectedRows.value) == null ? void 0 : T.length) != null ? M : 0) > 1 || ((E = s.value) == null ? void 0 : E.permission_type) === 2 && !a.p((P = s.value) == null ? void 0 : P.permission_code) ? !0 : isNil(e.kgDisabled) ? !1 : e.kgDisabled;
|
|
12796
12794
|
}), m = ref(!1);
|
|
12797
12795
|
async function v(_) {
|
|
12798
12796
|
if (!l.value)
|
|
@@ -12966,13 +12964,13 @@ const KgButtonCreate = defineComponent({
|
|
|
12966
12964
|
params: KgVarUtil.parseCommandParameter((T = (k = e.kgButton) == null ? void 0 : k.cmd_prm) != null ? T : ""),
|
|
12967
12965
|
data: _ != null ? _ : []
|
|
12968
12966
|
}), ((M = e.kgButton) == null ? void 0 : M.reload_all_after_done_flg) === 1 && (((E = e.kgButton) == null ? void 0 : E.re_select_after_reload_flg) !== 0 && n.onRetrieve(async ({
|
|
12969
|
-
datas:
|
|
12967
|
+
datas: P
|
|
12970
12968
|
}) => {
|
|
12971
|
-
const I =
|
|
12969
|
+
const I = P.value, A = intersectionWith$1(I, _ != null ? _ : [], (w, G) => (w == null ? void 0 : w[n.id.value]) === (G == null ? void 0 : G[n.id.value]));
|
|
12972
12970
|
return A.length > 0 && n.store.setSelectedRows(r.formID, A), !1;
|
|
12973
12971
|
}, !0), a.search(!0));
|
|
12974
|
-
} catch (
|
|
12975
|
-
console.error(
|
|
12972
|
+
} catch (P) {
|
|
12973
|
+
console.error(P);
|
|
12976
12974
|
} finally {
|
|
12977
12975
|
r.store.setIsOtherRequesting(r.formID, !1), d == null || d.hideLoading();
|
|
12978
12976
|
}
|
|
@@ -13072,8 +13070,8 @@ const KgButtonCreate = defineComponent({
|
|
|
13072
13070
|
}
|
|
13073
13071
|
});
|
|
13074
13072
|
const c = computed(() => o.store.getVarButton(o.formID, e.kgVarName)), u = computed(() => {
|
|
13075
|
-
var k, T, M, E,
|
|
13076
|
-
return o.isCreating.value || o.isCopying.value || o.isDeleting.value || i.isRetrieving.value || ((k = c.value) == null ? void 0 : k.dis_no_select_flg) === 1 && ((M = (T = i.selectedRows.value) == null ? void 0 : T.length) != null ? M : 0) === 0 || ((E = c.value) == null ? void 0 : E.dis_mult_select_flg) === 1 && ((I = (
|
|
13073
|
+
var k, T, M, E, P, I, A, w;
|
|
13074
|
+
return o.isCreating.value || o.isCopying.value || o.isDeleting.value || i.isRetrieving.value || ((k = c.value) == null ? void 0 : k.dis_no_select_flg) === 1 && ((M = (T = i.selectedRows.value) == null ? void 0 : T.length) != null ? M : 0) === 0 || ((E = c.value) == null ? void 0 : E.dis_mult_select_flg) === 1 && ((I = (P = i.selectedRows.value) == null ? void 0 : P.length) != null ? I : 0) > 1 || ((A = c.value) == null ? void 0 : A.permission_type) === 2 && !n.p((w = c.value) == null ? void 0 : w.permission_code) ? !0 : isNil(e.kgDisabled) ? !1 : e.kgDisabled;
|
|
13077
13075
|
}), d = computed(() => !!o.isUpdatingRequesting.value);
|
|
13078
13076
|
async function m() {
|
|
13079
13077
|
e.onKgClick && await e.onKgClick() || await s.store.emit(o.formID, "updateBeforeClick", {
|
|
@@ -13693,7 +13691,7 @@ const leftVarProfileDetailColumns = (e) => {
|
|
|
13693
13691
|
row: y,
|
|
13694
13692
|
model: k
|
|
13695
13693
|
}) => {
|
|
13696
|
-
var M, E,
|
|
13694
|
+
var M, E, P;
|
|
13697
13695
|
const T = s.store.getSystemVarProfileDetails(s.formID);
|
|
13698
13696
|
switch (l.value = T ? cloneDeep(unref(toRaw(T))) : [], !0) {
|
|
13699
13697
|
case g:
|
|
@@ -13711,10 +13709,10 @@ const leftVarProfileDetailColumns = (e) => {
|
|
|
13711
13709
|
});
|
|
13712
13710
|
l.value = l.value.map((w) => {
|
|
13713
13711
|
var $;
|
|
13714
|
-
const
|
|
13715
|
-
return
|
|
13712
|
+
const G = ($ = I == null ? void 0 : I.varProfileDetails) == null ? void 0 : $.find((V) => V.var_nam === w.var_nam);
|
|
13713
|
+
return G ? {
|
|
13716
13714
|
...w,
|
|
13717
|
-
...
|
|
13715
|
+
...G,
|
|
13718
13716
|
id: w.id
|
|
13719
13717
|
} : w;
|
|
13720
13718
|
});
|
|
@@ -13731,7 +13729,7 @@ const leftVarProfileDetailColumns = (e) => {
|
|
|
13731
13729
|
}
|
|
13732
13730
|
switch (!0) {
|
|
13733
13731
|
case b:
|
|
13734
|
-
k.value.prf_var_nam = ((
|
|
13732
|
+
k.value.prf_var_nam = ((P = k.value.prf_var_nam) != null ? P : "") + "_COPY";
|
|
13735
13733
|
break;
|
|
13736
13734
|
}
|
|
13737
13735
|
return !1;
|
|
@@ -13780,14 +13778,14 @@ const leftVarProfileDetailColumns = (e) => {
|
|
|
13780
13778
|
showSelectAll: !1,
|
|
13781
13779
|
searchPlaceholder: " ",
|
|
13782
13780
|
filterOption: (M, E) => {
|
|
13783
|
-
var
|
|
13784
|
-
return !!((
|
|
13781
|
+
var P;
|
|
13782
|
+
return !!((P = E.var_nam) != null && P.includes(M));
|
|
13785
13783
|
}
|
|
13786
13784
|
}, {
|
|
13787
13785
|
children: ({
|
|
13788
13786
|
direction: M,
|
|
13789
13787
|
filteredItems: E,
|
|
13790
|
-
selectedKeys:
|
|
13788
|
+
selectedKeys: P,
|
|
13791
13789
|
disabled: I,
|
|
13792
13790
|
onItemSelectAll: A,
|
|
13793
13791
|
onItemSelect: w
|
|
@@ -13802,12 +13800,12 @@ const leftVarProfileDetailColumns = (e) => {
|
|
|
13802
13800
|
columns: M === "left" ? leftVarProfileDetailColumns(e.hostFormID) : rightVarProfileDetailColumns(e.hostFormID),
|
|
13803
13801
|
rowKey: "id",
|
|
13804
13802
|
dataSource: E,
|
|
13805
|
-
customRow: (
|
|
13806
|
-
onClick: ($) => C($,
|
|
13803
|
+
customRow: (G) => ({
|
|
13804
|
+
onClick: ($) => C($, G, M, P)
|
|
13807
13805
|
}),
|
|
13808
13806
|
rowSelection: m({
|
|
13809
13807
|
disabled: I,
|
|
13810
|
-
selectedKeys:
|
|
13808
|
+
selectedKeys: P,
|
|
13811
13809
|
onItemSelectAll: A,
|
|
13812
13810
|
onItemSelect: w
|
|
13813
13811
|
})
|
|
@@ -14014,6 +14012,10 @@ function _useFormModel(e, t) {
|
|
|
14014
14012
|
};
|
|
14015
14013
|
}
|
|
14016
14014
|
const KgSearch$1 = "", getProps$9 = () => ({
|
|
14015
|
+
kgDisabled: {
|
|
14016
|
+
type: Boolean,
|
|
14017
|
+
default: void 0
|
|
14018
|
+
},
|
|
14017
14019
|
kgHeaderTeleport: {
|
|
14018
14020
|
type: Boolean,
|
|
14019
14021
|
default: void 0
|
|
@@ -14022,31 +14024,35 @@ const KgSearch$1 = "", getProps$9 = () => ({
|
|
|
14022
14024
|
name: "KgSearch",
|
|
14023
14025
|
props: getProps$9(),
|
|
14024
14026
|
setup(e) {
|
|
14025
|
-
const t = inject(DI_KG_VAR__KG_SLOTS, null)
|
|
14026
|
-
|
|
14027
|
-
|
|
14028
|
-
|
|
14029
|
-
|
|
14030
|
-
|
|
14031
|
-
|
|
14032
|
-
|
|
14033
|
-
|
|
14034
|
-
}
|
|
14035
|
-
|
|
14036
|
-
|
|
14037
|
-
|
|
14038
|
-
|
|
14039
|
-
|
|
14040
|
-
|
|
14041
|
-
|
|
14027
|
+
const t = inject(DI_KG_VAR__KG_SLOTS, null), r = inject(DI_KG_VAR__KG_PROPS, null), a = useKg(), n = useKgVar(), o = useKgSearch(), i = useKgTable(), {
|
|
14028
|
+
isVisible: s,
|
|
14029
|
+
isResizable: l,
|
|
14030
|
+
isHeaderTeleport: c,
|
|
14031
|
+
defaultHeight: u,
|
|
14032
|
+
maxHeight: d,
|
|
14033
|
+
minHeight: m
|
|
14034
|
+
} = _useCommon(), v = ref(null), C = ref({
|
|
14035
|
+
kgHeight: m.value
|
|
14036
|
+
});
|
|
14037
|
+
_useLayoutHeaderResizeObserver(), _useFormModel(v, C);
|
|
14038
|
+
const g = computed(() => {
|
|
14039
|
+
var N, B, H, Y;
|
|
14040
|
+
if (!isNil((B = (N = r == null ? void 0 : r.value) == null ? void 0 : N.KgSearch) == null ? void 0 : B.kgDisabled))
|
|
14041
|
+
return (Y = (H = r == null ? void 0 : r.value) == null ? void 0 : H.KgSearch) == null ? void 0 : Y.kgDisabled;
|
|
14042
|
+
if (!isNil(e.kgDisabled))
|
|
14043
|
+
return e.kgDisabled;
|
|
14044
|
+
}), _ = computed(() => {
|
|
14045
|
+
var N, B;
|
|
14046
|
+
return !!(g.value || i.isRetrieving.value || ((N = n.varButtonSearch.value) == null ? void 0 : N.permission_type) === 2 && !a.p((B = n.varButtonSearch.value) == null ? void 0 : B.permission_code) || n.isCreating.value || n.isUpdating.value || n.isCopying.value || n.isDeleting.value);
|
|
14047
|
+
}), b = computed(() => !!(g.value || i.isRetrieving.value || n.isCreating.value || n.isUpdating.value || n.isCopying.value || n.isDeleting.value)), y = computed(() => !!(g.value || i.isRetrieving.value)), k = ref({
|
|
14042
14048
|
visible: !1
|
|
14043
|
-
}),
|
|
14044
|
-
var
|
|
14045
|
-
if (
|
|
14046
|
-
return
|
|
14047
|
-
}),
|
|
14048
|
-
var
|
|
14049
|
-
switch ((
|
|
14049
|
+
}), T = computed(() => C.value.kgHeight === m.value), M = computed(() => {
|
|
14050
|
+
var N, B, H;
|
|
14051
|
+
if (n.t((N = n.varButtonSearch.value) == null ? void 0 : N.var_nam).value !== ((B = n.varButtonSearch.value) == null ? void 0 : B.var_nam))
|
|
14052
|
+
return n.t((H = n.varButtonSearch.value) == null ? void 0 : H.var_nam).value;
|
|
14053
|
+
}), E = computed(() => {
|
|
14054
|
+
var N;
|
|
14055
|
+
switch ((N = n.varButtonSearch.value) == null ? void 0 : N.primary_flg) {
|
|
14050
14056
|
case 1:
|
|
14051
14057
|
return !0;
|
|
14052
14058
|
case 0:
|
|
@@ -14054,124 +14060,124 @@ const KgSearch$1 = "", getProps$9 = () => ({
|
|
|
14054
14060
|
default:
|
|
14055
14061
|
return !0;
|
|
14056
14062
|
}
|
|
14057
|
-
}),
|
|
14058
|
-
let
|
|
14059
|
-
return
|
|
14063
|
+
}), P = computed(() => !!(n.isRetrieving.value || n.isRetrievingVarProfileMaster.value || c.value && !!n.isOtherRequesting.value)), I = computed(() => !!n.isRetrieving.value || !!n.isRetrievingVarProfileMaster.value), A = computed(() => {
|
|
14064
|
+
let N = "kg-search";
|
|
14065
|
+
return s.value && (N += " kg-search--visible"), c.value && (N += " kg-search--teleport"), N;
|
|
14060
14066
|
});
|
|
14061
14067
|
onUnmounted(() => {
|
|
14062
|
-
|
|
14068
|
+
o.store.dispose(n.formID);
|
|
14063
14069
|
});
|
|
14064
|
-
async function
|
|
14065
|
-
|
|
14066
|
-
await
|
|
14067
|
-
resetPageIndex:
|
|
14070
|
+
async function w(N = !1) {
|
|
14071
|
+
_.value || (s.value ? v.value && v.value.validate().then(async () => {
|
|
14072
|
+
await o.store.emit(n.formID, "search", {
|
|
14073
|
+
resetPageIndex: N
|
|
14068
14074
|
});
|
|
14069
|
-
}).catch((
|
|
14070
|
-
KgLogger.debug(`${
|
|
14071
|
-
e:
|
|
14075
|
+
}).catch((B) => {
|
|
14076
|
+
KgLogger.debug(`${n.formID} | KgSearch | onSearch() | \u8868\u5355\u9A8C\u8BC1\u5931\u8D25.`, {
|
|
14077
|
+
e: B
|
|
14072
14078
|
});
|
|
14073
|
-
}) : await
|
|
14074
|
-
resetPageIndex:
|
|
14079
|
+
}) : await o.store.emit(n.formID, "search", {
|
|
14080
|
+
resetPageIndex: N
|
|
14075
14081
|
}));
|
|
14076
14082
|
}
|
|
14077
|
-
|
|
14078
|
-
async function
|
|
14079
|
-
var
|
|
14080
|
-
(
|
|
14081
|
-
await
|
|
14082
|
-
}).catch((
|
|
14083
|
+
o.store.setSearchFn(n.formID, w);
|
|
14084
|
+
async function G() {
|
|
14085
|
+
var N;
|
|
14086
|
+
(N = v.value) == null || N.resetFields(), s.value ? v.value && v.value.validate().then(async () => {
|
|
14087
|
+
await o.store.emit(n.formID, "reset", {});
|
|
14088
|
+
}).catch((B) => {
|
|
14083
14089
|
KgLogger.debug("[KgSearch] \u8868\u5355\u9A8C\u8BC1\u5931\u8D25", {
|
|
14084
|
-
e:
|
|
14090
|
+
e: B
|
|
14085
14091
|
});
|
|
14086
|
-
}) : await
|
|
14092
|
+
}) : await o.store.emit(n.formID, "reset", {});
|
|
14087
14093
|
}
|
|
14088
|
-
|
|
14089
|
-
function
|
|
14090
|
-
return
|
|
14094
|
+
o.store.setResetFn(n.formID, G);
|
|
14095
|
+
function $() {
|
|
14096
|
+
return w(!0), Promise.resolve(!0);
|
|
14091
14097
|
}
|
|
14092
|
-
function
|
|
14093
|
-
var
|
|
14098
|
+
function V() {
|
|
14099
|
+
var N;
|
|
14094
14100
|
return createVNode("div", {
|
|
14095
14101
|
class: "title",
|
|
14096
|
-
onClick:
|
|
14097
|
-
}, [((
|
|
14102
|
+
onClick: L
|
|
14103
|
+
}, [((N = t == null ? void 0 : t.KgSearch) == null ? void 0 : N.left) && createVNode("div", {
|
|
14098
14104
|
class: "kg-search-title-left",
|
|
14099
|
-
onClick: (
|
|
14100
|
-
|
|
14105
|
+
onClick: (B) => {
|
|
14106
|
+
B.stopPropagation(), B.preventDefault();
|
|
14101
14107
|
}
|
|
14102
|
-
}, [t.KgSearch.left()]),
|
|
14108
|
+
}, [t.KgSearch.left()]), T.value ? createVNode(CaretUpOutlined$1, null, null) : createVNode(CaretDownOutlined$1, null, null), createVNode("span", null, [a.t("kg.KgSearch.title")])]);
|
|
14103
14109
|
}
|
|
14104
|
-
function
|
|
14105
|
-
var
|
|
14106
|
-
return ((
|
|
14107
|
-
value: (
|
|
14108
|
-
"onUpdate:value": (
|
|
14109
|
-
disabled:
|
|
14110
|
+
function O() {
|
|
14111
|
+
var N, B, H, Y;
|
|
14112
|
+
return ((H = (B = (N = n.varProfileMasters) == null ? void 0 : N.value) == null ? void 0 : B.length) != null ? H : 0) === 0 ? null : createVNode(Fragment, null, [createVNode(Select, {
|
|
14113
|
+
value: (Y = n.currentVarProfileMasterID.value) != null ? Y : void 0,
|
|
14114
|
+
"onUpdate:value": (X) => n.store.setCurrentVarProfileMasterID(n.formID, X),
|
|
14115
|
+
disabled: b.value,
|
|
14110
14116
|
class: "kg-search-profile-master-select"
|
|
14111
14117
|
}, {
|
|
14112
14118
|
default: () => {
|
|
14113
|
-
var
|
|
14114
|
-
return (Q = (
|
|
14115
|
-
value:
|
|
14119
|
+
var X, Q;
|
|
14120
|
+
return (Q = (X = n.varProfileMasters) == null ? void 0 : X.value) == null ? void 0 : Q.map((Z) => createVNode(Select.Option, {
|
|
14121
|
+
value: Z.id
|
|
14116
14122
|
}, {
|
|
14117
|
-
default: () => [
|
|
14123
|
+
default: () => [n.t(Z == null ? void 0 : Z.prf_var_nam).value]
|
|
14118
14124
|
}));
|
|
14119
14125
|
},
|
|
14120
14126
|
suffixIcon: () => createVNode(CaretDownOutlined$1, null, null)
|
|
14121
14127
|
}), createVNode(Button, {
|
|
14122
|
-
disabled:
|
|
14128
|
+
disabled: b.value,
|
|
14123
14129
|
onClick: () => {
|
|
14124
|
-
|
|
14130
|
+
k.value.visible = !0;
|
|
14125
14131
|
},
|
|
14126
14132
|
class: "kg-search-profile-master-btn"
|
|
14127
14133
|
}, {
|
|
14128
14134
|
default: () => [createVNode(SettingOutlined$1, null, null)]
|
|
14129
14135
|
}), createVNode(KgSearchConfigModal, {
|
|
14130
|
-
visible:
|
|
14131
|
-
"onUpdate:visible": (
|
|
14132
|
-
hostFormID:
|
|
14136
|
+
visible: k.value.visible,
|
|
14137
|
+
"onUpdate:visible": (X) => k.value.visible = X,
|
|
14138
|
+
hostFormID: n.formID
|
|
14133
14139
|
}, null)]);
|
|
14134
14140
|
}
|
|
14135
|
-
function
|
|
14136
|
-
var
|
|
14137
|
-
return createVNode(Fragment, null, [
|
|
14141
|
+
function D() {
|
|
14142
|
+
var N, B, H, Y, X;
|
|
14143
|
+
return createVNode(Fragment, null, [O(), !(((N = n.varButtonSearch.value) == null ? void 0 : N.permission_type) !== 2 && !a.p((B = n.varButtonSearch.value) == null ? void 0 : B.permission_code)) && createVNode(Button, {
|
|
14138
14144
|
type: "primary",
|
|
14139
|
-
ghost: !
|
|
14140
|
-
disabled:
|
|
14141
|
-
onClick:
|
|
14145
|
+
ghost: !_.value,
|
|
14146
|
+
disabled: _.value,
|
|
14147
|
+
onClick: G,
|
|
14142
14148
|
class: "kg-search-btn-reset"
|
|
14143
14149
|
}, {
|
|
14144
|
-
default: () => [createVNode(ReloadOutlined$1, null, null),
|
|
14150
|
+
default: () => [createVNode(ReloadOutlined$1, null, null), a.t("kg.reset")]
|
|
14145
14151
|
}), createVNode(KgButton.Item, {
|
|
14146
14152
|
kgType: KG_BUTTON_TYPE.SEARCH,
|
|
14147
|
-
kgVarName: (
|
|
14148
|
-
kgIcon: (
|
|
14149
|
-
kgText:
|
|
14150
|
-
kgColor: (
|
|
14151
|
-
kgPrimary:
|
|
14152
|
-
kgLoading:
|
|
14153
|
-
onKgClick:
|
|
14153
|
+
kgVarName: (H = n.varButtonSearch.value) == null ? void 0 : H.var_nam,
|
|
14154
|
+
kgIcon: (Y = n.varButtonSearch.value) == null ? void 0 : Y.icon,
|
|
14155
|
+
kgText: M.value,
|
|
14156
|
+
kgColor: (X = n.varButtonSearch.value) == null ? void 0 : X.color,
|
|
14157
|
+
kgPrimary: E.value,
|
|
14158
|
+
kgLoading: y.value,
|
|
14159
|
+
onKgClick: $
|
|
14154
14160
|
}, null)]);
|
|
14155
14161
|
}
|
|
14156
|
-
function
|
|
14162
|
+
function K() {
|
|
14157
14163
|
return createVNode(Spin, {
|
|
14158
|
-
spinning:
|
|
14164
|
+
spinning: I.value
|
|
14159
14165
|
}, {
|
|
14160
14166
|
default: () => {
|
|
14161
|
-
var
|
|
14167
|
+
var N;
|
|
14162
14168
|
return [createVNode(KgForm, {
|
|
14163
|
-
ref:
|
|
14164
|
-
model: (
|
|
14169
|
+
ref: v,
|
|
14170
|
+
model: (N = o.model.value) != null ? N : {}
|
|
14165
14171
|
}, {
|
|
14166
14172
|
default: () => [createVNode(Row, {
|
|
14167
14173
|
gutter: 6
|
|
14168
14174
|
}, {
|
|
14169
14175
|
default: () => {
|
|
14170
|
-
var
|
|
14171
|
-
return [(
|
|
14172
|
-
kgVarName:
|
|
14176
|
+
var B;
|
|
14177
|
+
return [(B = n.currentVarProfileDetails.value) == null ? void 0 : B.map((H) => createVNode(KgForm.Item, {
|
|
14178
|
+
kgVarName: H.var_nam,
|
|
14173
14179
|
kgContext: KG_FORM_CONTEXT.SEARCH,
|
|
14174
|
-
onKgSubmit: () =>
|
|
14180
|
+
onKgSubmit: () => w(!0)
|
|
14175
14181
|
}, null))];
|
|
14176
14182
|
}
|
|
14177
14183
|
})]
|
|
@@ -14179,40 +14185,40 @@ const KgSearch$1 = "", getProps$9 = () => ({
|
|
|
14179
14185
|
}
|
|
14180
14186
|
});
|
|
14181
14187
|
}
|
|
14182
|
-
function
|
|
14183
|
-
|
|
14188
|
+
function L() {
|
|
14189
|
+
T.value ? C.value.kgHeight = u.value : C.value.kgHeight = m.value;
|
|
14184
14190
|
}
|
|
14185
14191
|
return () => createVNode(KgResizable, {
|
|
14186
|
-
kgHeight:
|
|
14187
|
-
"onUpdate:kgHeight": (
|
|
14188
|
-
kgMinHeight:
|
|
14189
|
-
kgMaxHeight:
|
|
14190
|
-
kgDisabled: !
|
|
14191
|
-
kgClass:
|
|
14192
|
-
"kg-frm_id":
|
|
14192
|
+
kgHeight: C.value.kgHeight,
|
|
14193
|
+
"onUpdate:kgHeight": (N) => C.value.kgHeight = N,
|
|
14194
|
+
kgMinHeight: m.value,
|
|
14195
|
+
kgMaxHeight: d.value,
|
|
14196
|
+
kgDisabled: !l.value,
|
|
14197
|
+
kgClass: A.value,
|
|
14198
|
+
"kg-frm_id": n.formID
|
|
14193
14199
|
}, {
|
|
14194
|
-
default: () => [
|
|
14200
|
+
default: () => [s.value && createVNode("div", {
|
|
14195
14201
|
class: "ant-collapse ant-collapse-icon-position-left"
|
|
14196
14202
|
}, [createVNode("div", {
|
|
14197
14203
|
class: "ant-collapse-item ant-collapse-item-active ant-collapse-no-arrow"
|
|
14198
14204
|
}, [createVNode(Teleport, {
|
|
14199
14205
|
to: "#kg-search-header-teleport",
|
|
14200
|
-
disabled: !
|
|
14206
|
+
disabled: !c.value
|
|
14201
14207
|
}, {
|
|
14202
14208
|
default: () => [createVNode("div", {
|
|
14203
14209
|
class: "ant-collapse-header"
|
|
14204
14210
|
}, [createVNode(Spin, {
|
|
14205
|
-
spinning:
|
|
14211
|
+
spinning: P.value
|
|
14206
14212
|
}, {
|
|
14207
|
-
default: () => [
|
|
14213
|
+
default: () => [V(), createVNode("div", {
|
|
14208
14214
|
class: "ant-collapse-extra"
|
|
14209
|
-
}, [
|
|
14215
|
+
}, [D()])]
|
|
14210
14216
|
})])]
|
|
14211
14217
|
}), createVNode("div", {
|
|
14212
14218
|
class: "ant-collapse-content ant-collapse-content-active"
|
|
14213
14219
|
}, [createVNode("div", {
|
|
14214
14220
|
class: "ant-collapse-content-box"
|
|
14215
|
-
}, [
|
|
14221
|
+
}, [K()])])])])]
|
|
14216
14222
|
});
|
|
14217
14223
|
}
|
|
14218
14224
|
});
|
|
@@ -14683,7 +14689,7 @@ const KgVarConfigModalVarVarCatalog = defineComponent({
|
|
|
14683
14689
|
columnWidth: 32,
|
|
14684
14690
|
hideSelectAll: !0,
|
|
14685
14691
|
selectedRowKeys: d,
|
|
14686
|
-
onSelect: ($) =>
|
|
14692
|
+
onSelect: ($) => P($)
|
|
14687
14693
|
}), v = ref({
|
|
14688
14694
|
visible: !1
|
|
14689
14695
|
}), C = computed(() => !!(unref(u) || unref(n) || unref(o) || unref(i))), g = computed(() => {
|
|
@@ -14695,46 +14701,46 @@ const KgVarConfigModalVarVarCatalog = defineComponent({
|
|
|
14695
14701
|
}, {
|
|
14696
14702
|
immediate: !0
|
|
14697
14703
|
}), watch(() => a.getSelectedVarCatalog, async ($) => {
|
|
14698
|
-
var
|
|
14699
|
-
l.value.var_text = (
|
|
14704
|
+
var V, O;
|
|
14705
|
+
l.value.var_text = (V = $ == null ? void 0 : $.var_text) != null ? V : "", (O = s.value) == null || O.clearValidate();
|
|
14700
14706
|
});
|
|
14701
14707
|
async function y($ = !1) {
|
|
14702
|
-
var
|
|
14708
|
+
var V, O, D;
|
|
14703
14709
|
n.value = !0;
|
|
14704
14710
|
try {
|
|
14705
14711
|
const {
|
|
14706
|
-
records:
|
|
14712
|
+
records: K
|
|
14707
14713
|
} = await List({
|
|
14708
14714
|
params: {
|
|
14709
14715
|
pageNo: 1,
|
|
14710
14716
|
pageSize: 999,
|
|
14711
14717
|
frm_id: e == null ? void 0 : e.value,
|
|
14712
|
-
var_nam: (
|
|
14718
|
+
var_nam: (V = a.getSelectedVar) == null ? void 0 : V.var_nam,
|
|
14713
14719
|
column: "frm_id,locale_id,cust_lvl",
|
|
14714
14720
|
order: "asc"
|
|
14715
14721
|
}
|
|
14716
14722
|
});
|
|
14717
|
-
if (u.value = null, c.value =
|
|
14718
|
-
const
|
|
14719
|
-
var
|
|
14720
|
-
return
|
|
14723
|
+
if (u.value = null, c.value = K != null ? K : [], $) {
|
|
14724
|
+
const L = c.value.find((N) => {
|
|
14725
|
+
var B;
|
|
14726
|
+
return N.id === ((B = a.getSelectedVarCatalog) == null ? void 0 : B.id);
|
|
14721
14727
|
});
|
|
14722
|
-
a.setSelectedVarCatalog(
|
|
14728
|
+
a.setSelectedVarCatalog(L != null ? L : null), d.value = L != null && L.id ? [L.id] : [];
|
|
14723
14729
|
} else
|
|
14724
|
-
a.setSelectedVarCatalog((
|
|
14725
|
-
} catch (
|
|
14726
|
-
KgLogger.debug(
|
|
14730
|
+
a.setSelectedVarCatalog((O = c.value[0]) != null ? O : null), d.value = (D = c.value[0]) != null && D.id ? [c.value[0].id] : [];
|
|
14731
|
+
} catch (K) {
|
|
14732
|
+
KgLogger.debug(K == null ? void 0 : K.message);
|
|
14727
14733
|
} finally {
|
|
14728
14734
|
n.value = !1;
|
|
14729
14735
|
}
|
|
14730
14736
|
}
|
|
14731
14737
|
async function k() {
|
|
14732
|
-
var $,
|
|
14738
|
+
var $, V, O;
|
|
14733
14739
|
try {
|
|
14734
14740
|
o.value = !0, await (($ = s.value) == null ? void 0 : $.validate());
|
|
14735
14741
|
const D = new VarCatalog({
|
|
14736
|
-
...(
|
|
14737
|
-
var_text: (
|
|
14742
|
+
...(V = a.getSelectedVarCatalog) != null ? V : {},
|
|
14743
|
+
var_text: (O = l.value) == null ? void 0 : O.var_text
|
|
14738
14744
|
});
|
|
14739
14745
|
D.id ? D.cust_lvl === KG_CUSTOM_LEVEL.L0 ? (D.cust_lvl = KG_CUSTOM_LEVEL.L10, Reflect.deleteProperty(D, "id"), await Add({
|
|
14740
14746
|
data: D
|
|
@@ -14763,23 +14769,23 @@ const KgVarConfigModalVarVarCatalog = defineComponent({
|
|
|
14763
14769
|
}
|
|
14764
14770
|
function T({
|
|
14765
14771
|
isAllForm: $,
|
|
14766
|
-
isAllLanguage:
|
|
14772
|
+
isAllLanguage: V
|
|
14767
14773
|
}) {
|
|
14768
|
-
var
|
|
14774
|
+
var O, D, K;
|
|
14769
14775
|
u.value = new VarCatalog({
|
|
14770
14776
|
id: "",
|
|
14771
14777
|
cust_lvl: KG_CUSTOM_LEVEL.L10,
|
|
14772
|
-
grp_nam: (
|
|
14778
|
+
grp_nam: (O = a.getSelectedVar) == null ? void 0 : O.grp_nam,
|
|
14773
14779
|
var_nam: (D = a.getSelectedVar) == null ? void 0 : D.var_nam,
|
|
14774
14780
|
frm_id: $ || !(e != null && e.value) ? "ALL" : e == null ? void 0 : e.value,
|
|
14775
|
-
locale_id:
|
|
14781
|
+
locale_id: V ? "ALL" : (K = t.locale) == null ? void 0 : K.value,
|
|
14776
14782
|
var_text: ""
|
|
14777
14783
|
}), c.value = [...c.value, u.value], a.setSelectedVarCatalog(unref(u)), d.value = [""];
|
|
14778
14784
|
}
|
|
14779
14785
|
function M() {
|
|
14780
|
-
var
|
|
14786
|
+
var V;
|
|
14781
14787
|
c.value = without$1(c.value, u.value), u.value = null;
|
|
14782
|
-
const $ = (
|
|
14788
|
+
const $ = (V = c.value[0]) != null ? V : null;
|
|
14783
14789
|
a.setSelectedVarCatalog($), d.value = $ ? [$.id] : [];
|
|
14784
14790
|
}
|
|
14785
14791
|
function E() {
|
|
@@ -14799,9 +14805,9 @@ const KgVarConfigModalVarVarCatalog = defineComponent({
|
|
|
14799
14805
|
}
|
|
14800
14806
|
});
|
|
14801
14807
|
}
|
|
14802
|
-
function
|
|
14803
|
-
var
|
|
14804
|
-
((
|
|
14808
|
+
function P($) {
|
|
14809
|
+
var V;
|
|
14810
|
+
((V = a.getSelectedVarCatalog) == null ? void 0 : V.id) !== $.id && (unref(u) ? KgUtil.confirm({
|
|
14805
14811
|
content: t.t("kg.KgVarConfig.discardConfirmMessage"),
|
|
14806
14812
|
onOk: () => {
|
|
14807
14813
|
c.value = without$1(c.value, u.value), u.value = null, a.setSelectedVarCatalog(unref($)), d.value = [$.id];
|
|
@@ -14831,7 +14837,7 @@ const KgVarConfigModalVarVarCatalog = defineComponent({
|
|
|
14831
14837
|
})]);
|
|
14832
14838
|
}
|
|
14833
14839
|
function w() {
|
|
14834
|
-
let $,
|
|
14840
|
+
let $, V;
|
|
14835
14841
|
return createVNode("div", {
|
|
14836
14842
|
class: "form"
|
|
14837
14843
|
}, [createVNode(Form, {
|
|
@@ -14848,7 +14854,7 @@ const KgVarConfigModalVarVarCatalog = defineComponent({
|
|
|
14848
14854
|
}, {
|
|
14849
14855
|
default: () => [createVNode(Textarea, {
|
|
14850
14856
|
value: l.value.var_text,
|
|
14851
|
-
"onUpdate:value": (
|
|
14857
|
+
"onUpdate:value": (O) => l.value.var_text = O,
|
|
14852
14858
|
disabled: !a.getSelectedVarCatalog
|
|
14853
14859
|
}, null), createVNode("button", {
|
|
14854
14860
|
hidden: !0
|
|
@@ -14866,14 +14872,14 @@ const KgVarConfigModalVarVarCatalog = defineComponent({
|
|
|
14866
14872
|
disabled: b.value,
|
|
14867
14873
|
onClick: k,
|
|
14868
14874
|
type: "primary"
|
|
14869
|
-
}, _isSlot(
|
|
14870
|
-
default: () => [
|
|
14875
|
+
}, _isSlot(V = t.t("common.save")) ? V : {
|
|
14876
|
+
default: () => [V]
|
|
14871
14877
|
})])]);
|
|
14872
14878
|
}
|
|
14873
|
-
function
|
|
14874
|
-
var
|
|
14875
|
-
let
|
|
14876
|
-
return $.id || (
|
|
14879
|
+
function G($) {
|
|
14880
|
+
var O;
|
|
14881
|
+
let V = "";
|
|
14882
|
+
return $.id || (V += " ant-table-row-create"), $.id === ((O = a.getSelectedVarCatalog) == null ? void 0 : O.id) && (V += " ant-table-row-selected "), V;
|
|
14877
14883
|
}
|
|
14878
14884
|
return () => createVNode("div", {
|
|
14879
14885
|
class: "kg-var-config-modal-var-var-catalog"
|
|
@@ -14889,10 +14895,10 @@ const KgVarConfigModalVarVarCatalog = defineComponent({
|
|
|
14889
14895
|
rowKey: "id",
|
|
14890
14896
|
dataSource: c.value,
|
|
14891
14897
|
loading: n.value,
|
|
14892
|
-
rowClassName:
|
|
14898
|
+
rowClassName: G,
|
|
14893
14899
|
rowSelection: m.value,
|
|
14894
14900
|
customRow: ($) => ({
|
|
14895
|
-
onClick: () =>
|
|
14901
|
+
onClick: () => P($)
|
|
14896
14902
|
})
|
|
14897
14903
|
}, null), w(), createVNode(KgVarConfigModalVarCreateModal, {
|
|
14898
14904
|
visible: v.value.visible,
|
|
@@ -15220,9 +15226,9 @@ const KgWarehouse$1 = "", getProps = () => ({
|
|
|
15220
15226
|
customRender: ({
|
|
15221
15227
|
record: T
|
|
15222
15228
|
}) => {
|
|
15223
|
-
var E,
|
|
15229
|
+
var E, P, I;
|
|
15224
15230
|
const M = T;
|
|
15225
|
-
return createVNode("div", null, [createVNode("div", null, [(E = M.whDsc) != null ? E : " ", createTextVNode(" - "), (
|
|
15231
|
+
return createVNode("div", null, [createVNode("div", null, [(E = M.whDsc) != null ? E : " ", createTextVNode(" - "), (P = M.whId) != null ? P : " "]), createVNode("div", {
|
|
15226
15232
|
class: "address"
|
|
15227
15233
|
}, [(I = M.adrId) != null ? I : " "])]);
|
|
15228
15234
|
}
|
|
@@ -15230,8 +15236,8 @@ const KgWarehouse$1 = "", getProps = () => ({
|
|
|
15230
15236
|
var M;
|
|
15231
15237
|
const T = (M = o.value) == null ? void 0 : M.toUpperCase();
|
|
15232
15238
|
return u.value.filter((E) => {
|
|
15233
|
-
var
|
|
15234
|
-
return ((I = (
|
|
15239
|
+
var P, I, A, w, G, $;
|
|
15240
|
+
return ((I = (P = E.whDsc) == null ? void 0 : P.toUpperCase()) == null ? void 0 : I.includes(T)) || ((w = (A = E.whId) == null ? void 0 : A.toUpperCase()) == null ? void 0 : w.includes(T)) || (($ = (G = E.adrId) == null ? void 0 : G.toUpperCase()) == null ? void 0 : $.includes(T));
|
|
15235
15241
|
});
|
|
15236
15242
|
}), m = computed(() => {
|
|
15237
15243
|
var T, M;
|