@byteluck-fe/runtime-engine 2.0.26 → 2.0.28
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/runtime-engine.js +127 -93
- package/dist/src/components/update-log/utils.d.ts +5 -0
- package/dist/src/hooks/atomic/useDataPagination.d.ts +1 -1
- package/dist/src/plugins/engine/ExpressionBasePlugin.d.ts +1 -0
- package/dist/src/plugins/engine/ExpressionPlugin.d.ts +1 -0
- package/package.json +1 -1
package/dist/runtime-engine.js
CHANGED
|
@@ -15034,7 +15034,7 @@ function JO(r, e) {
|
|
|
15034
15034
|
"confirmMessage",
|
|
15035
15035
|
"regularRules"
|
|
15036
15036
|
].forEach((n) => {
|
|
15037
|
-
r.props?.hasOwnProperty(n) && (n === "regularRules" && (r.props[n].errMessage = e?.i18n?.[r?.id] ? e?.i18n?.[r?.id]?.
|
|
15037
|
+
r.props?.hasOwnProperty(n) && (n === "regularRules" && (r.props[n].errMessage = e?.i18n?.[r?.id] ? e?.i18n?.[r?.id]?.err_message ?? r.props[n]?.errMessage : r.props[n]?.errMessage), r.props[n] = e?.i18n?.[r?.id]?.[n] ?? r.props?.[n]);
|
|
15038
15038
|
}), r.type) {
|
|
15039
15039
|
case g.EMPLOYEE:
|
|
15040
15040
|
case g.EMPLOYEE2:
|
|
@@ -17638,6 +17638,9 @@ class os {
|
|
|
17638
17638
|
), this.expressionParser.addFunction(
|
|
17639
17639
|
"GET_CONTEXT_PARAM",
|
|
17640
17640
|
(e, t) => this.GET_CONTEXT_PARAM(e, t)
|
|
17641
|
+
), this.expressionParser.addFunction(
|
|
17642
|
+
"GETLOCALE",
|
|
17643
|
+
(e, t) => this.getLocaleText(e, t)
|
|
17641
17644
|
);
|
|
17642
17645
|
}
|
|
17643
17646
|
registerSystemVariables() {
|
|
@@ -17756,6 +17759,9 @@ class os {
|
|
|
17756
17759
|
}
|
|
17757
17760
|
return a;
|
|
17758
17761
|
}
|
|
17762
|
+
getLocaleText(e, t) {
|
|
17763
|
+
return this.engine.getAction().actionUtils.getLocaleText(e);
|
|
17764
|
+
}
|
|
17759
17765
|
}
|
|
17760
17766
|
class ls extends os {
|
|
17761
17767
|
constructor(e) {
|
|
@@ -20412,21 +20418,21 @@ function ZE(r) {
|
|
|
20412
20418
|
var a = e.length - 1;
|
|
20413
20419
|
return t == a ? e.pop() : QE.call(e, t, 1), --this.size, !0;
|
|
20414
20420
|
}
|
|
20415
|
-
var YE = ZE,
|
|
20416
|
-
function
|
|
20417
|
-
var e = this.__data__, t =
|
|
20421
|
+
var YE = ZE, eA = Qa;
|
|
20422
|
+
function tA(r) {
|
|
20423
|
+
var e = this.__data__, t = eA(e, r);
|
|
20418
20424
|
return t < 0 ? void 0 : e[t][1];
|
|
20419
20425
|
}
|
|
20420
|
-
var
|
|
20421
|
-
function
|
|
20422
|
-
return
|
|
20426
|
+
var aA = tA, rA = Qa;
|
|
20427
|
+
function nA(r) {
|
|
20428
|
+
return rA(this.__data__, r) > -1;
|
|
20423
20429
|
}
|
|
20424
|
-
var
|
|
20425
|
-
function
|
|
20426
|
-
var t = this.__data__, a =
|
|
20430
|
+
var sA = nA, iA = Qa;
|
|
20431
|
+
function oA(r, e) {
|
|
20432
|
+
var t = this.__data__, a = iA(t, r);
|
|
20427
20433
|
return a < 0 ? (++this.size, t.push([r, e])) : t[a][1] = e, this;
|
|
20428
20434
|
}
|
|
20429
|
-
var
|
|
20435
|
+
var lA = oA, uA = GE, cA = YE, dA = aA, pA = sA, fA = lA;
|
|
20430
20436
|
function Tt(r) {
|
|
20431
20437
|
var e = -1, t = r == null ? 0 : r.length;
|
|
20432
20438
|
for (this.clear(); ++e < t; ) {
|
|
@@ -20434,71 +20440,71 @@ function Tt(r) {
|
|
|
20434
20440
|
this.set(a[0], a[1]);
|
|
20435
20441
|
}
|
|
20436
20442
|
}
|
|
20437
|
-
Tt.prototype.clear =
|
|
20438
|
-
Tt.prototype.delete =
|
|
20439
|
-
Tt.prototype.get =
|
|
20440
|
-
Tt.prototype.has =
|
|
20441
|
-
Tt.prototype.set =
|
|
20442
|
-
var Za = Tt,
|
|
20443
|
-
function
|
|
20444
|
-
this.__data__ = new
|
|
20443
|
+
Tt.prototype.clear = uA;
|
|
20444
|
+
Tt.prototype.delete = cA;
|
|
20445
|
+
Tt.prototype.get = dA;
|
|
20446
|
+
Tt.prototype.has = pA;
|
|
20447
|
+
Tt.prototype.set = fA;
|
|
20448
|
+
var Za = Tt, hA = Za;
|
|
20449
|
+
function yA() {
|
|
20450
|
+
this.__data__ = new hA(), this.size = 0;
|
|
20445
20451
|
}
|
|
20446
|
-
var
|
|
20447
|
-
function
|
|
20452
|
+
var mA = yA;
|
|
20453
|
+
function gA(r) {
|
|
20448
20454
|
var e = this.__data__, t = e.delete(r);
|
|
20449
20455
|
return this.size = e.size, t;
|
|
20450
20456
|
}
|
|
20451
|
-
var
|
|
20452
|
-
function
|
|
20457
|
+
var vA = gA;
|
|
20458
|
+
function bA(r) {
|
|
20453
20459
|
return this.__data__.get(r);
|
|
20454
20460
|
}
|
|
20455
|
-
var
|
|
20456
|
-
function
|
|
20461
|
+
var PA = bA;
|
|
20462
|
+
function SA(r) {
|
|
20457
20463
|
return this.__data__.has(r);
|
|
20458
20464
|
}
|
|
20459
|
-
var
|
|
20460
|
-
function
|
|
20461
|
-
var e =
|
|
20465
|
+
var wA = SA, TA = typeof xt == "object" && xt && xt.Object === Object && xt, Fl = TA, _A = Fl, OA = typeof self == "object" && self && self.Object === Object && self, IA = _A || OA || Function("return this")(), xe = IA, CA = xe, EA = CA.Symbol, us = EA, xi = us, Ul = Object.prototype, AA = Ul.hasOwnProperty, qA = Ul.toString, Dt = xi ? xi.toStringTag : void 0;
|
|
20466
|
+
function DA(r) {
|
|
20467
|
+
var e = AA.call(r, Dt), t = r[Dt];
|
|
20462
20468
|
try {
|
|
20463
20469
|
r[Dt] = void 0;
|
|
20464
20470
|
var a = !0;
|
|
20465
20471
|
} catch {
|
|
20466
20472
|
}
|
|
20467
|
-
var n =
|
|
20473
|
+
var n = qA.call(r);
|
|
20468
20474
|
return a && (e ? r[Dt] = t : delete r[Dt]), n;
|
|
20469
20475
|
}
|
|
20470
|
-
var
|
|
20471
|
-
function
|
|
20472
|
-
return
|
|
20476
|
+
var kA = DA, xA = Object.prototype, RA = xA.toString;
|
|
20477
|
+
function LA(r) {
|
|
20478
|
+
return RA.call(r);
|
|
20473
20479
|
}
|
|
20474
|
-
var
|
|
20475
|
-
function
|
|
20476
|
-
return r == null ? r === void 0 ? $
|
|
20480
|
+
var VA = LA, Ri = us, MA = kA, NA = VA, BA = "[object Null]", $A = "[object Undefined]", Li = Ri ? Ri.toStringTag : void 0;
|
|
20481
|
+
function FA(r) {
|
|
20482
|
+
return r == null ? r === void 0 ? $A : BA : Li && Li in Object(r) ? MA(r) : NA(r);
|
|
20477
20483
|
}
|
|
20478
|
-
var cs =
|
|
20479
|
-
function
|
|
20484
|
+
var cs = FA;
|
|
20485
|
+
function UA(r) {
|
|
20480
20486
|
var e = typeof r;
|
|
20481
20487
|
return r != null && (e == "object" || e == "function");
|
|
20482
20488
|
}
|
|
20483
|
-
var jl =
|
|
20484
|
-
function
|
|
20485
|
-
if (!
|
|
20489
|
+
var jl = UA, jA = cs, GA = jl, HA = "[object AsyncFunction]", zA = "[object Function]", KA = "[object GeneratorFunction]", WA = "[object Proxy]";
|
|
20490
|
+
function JA(r) {
|
|
20491
|
+
if (!GA(r))
|
|
20486
20492
|
return !1;
|
|
20487
|
-
var e =
|
|
20488
|
-
return e ==
|
|
20493
|
+
var e = jA(r);
|
|
20494
|
+
return e == zA || e == KA || e == HA || e == WA;
|
|
20489
20495
|
}
|
|
20490
|
-
var
|
|
20496
|
+
var XA = JA, QA = xe, ZA = QA["__core-js_shared__"], YA = ZA, Ar = YA, Vi = function() {
|
|
20491
20497
|
var r = /[^.]+$/.exec(Ar && Ar.keys && Ar.keys.IE_PROTO || "");
|
|
20492
20498
|
return r ? "Symbol(src)_1." + r : "";
|
|
20493
20499
|
}();
|
|
20494
|
-
function
|
|
20500
|
+
function e0(r) {
|
|
20495
20501
|
return !!Vi && Vi in r;
|
|
20496
20502
|
}
|
|
20497
|
-
var
|
|
20498
|
-
function
|
|
20503
|
+
var t0 = e0, a0 = Function.prototype, r0 = a0.toString;
|
|
20504
|
+
function n0(r) {
|
|
20499
20505
|
if (r != null) {
|
|
20500
20506
|
try {
|
|
20501
|
-
return
|
|
20507
|
+
return r0.call(r);
|
|
20502
20508
|
} catch {
|
|
20503
20509
|
}
|
|
20504
20510
|
try {
|
|
@@ -20508,53 +20514,53 @@ function nA(r) {
|
|
|
20508
20514
|
}
|
|
20509
20515
|
return "";
|
|
20510
20516
|
}
|
|
20511
|
-
var Gl =
|
|
20512
|
-
"^" +
|
|
20517
|
+
var Gl = n0, s0 = XA, i0 = t0, o0 = jl, l0 = Gl, u0 = /[\\^$.*+?()[\]{}|]/g, c0 = /^\[object .+?Constructor\]$/, d0 = Function.prototype, p0 = Object.prototype, f0 = d0.toString, h0 = p0.hasOwnProperty, y0 = RegExp(
|
|
20518
|
+
"^" + f0.call(h0).replace(u0, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"
|
|
20513
20519
|
);
|
|
20514
|
-
function
|
|
20515
|
-
if (!
|
|
20520
|
+
function m0(r) {
|
|
20521
|
+
if (!o0(r) || i0(r))
|
|
20516
20522
|
return !1;
|
|
20517
|
-
var e =
|
|
20518
|
-
return e.test(
|
|
20523
|
+
var e = s0(r) ? y0 : c0;
|
|
20524
|
+
return e.test(l0(r));
|
|
20519
20525
|
}
|
|
20520
|
-
var
|
|
20521
|
-
function
|
|
20526
|
+
var g0 = m0;
|
|
20527
|
+
function v0(r, e) {
|
|
20522
20528
|
return r?.[e];
|
|
20523
20529
|
}
|
|
20524
|
-
var
|
|
20525
|
-
function
|
|
20526
|
-
var t =
|
|
20527
|
-
return
|
|
20530
|
+
var b0 = v0, P0 = g0, S0 = b0;
|
|
20531
|
+
function w0(r, e) {
|
|
20532
|
+
var t = S0(r, e);
|
|
20533
|
+
return P0(t) ? t : void 0;
|
|
20528
20534
|
}
|
|
20529
|
-
var _t =
|
|
20530
|
-
function
|
|
20535
|
+
var _t = w0, T0 = _t, _0 = xe, O0 = T0(_0, "Map"), ds = O0, I0 = _t, C0 = I0(Object, "create"), Ya = C0, Mi = Ya;
|
|
20536
|
+
function E0() {
|
|
20531
20537
|
this.__data__ = Mi ? Mi(null) : {}, this.size = 0;
|
|
20532
20538
|
}
|
|
20533
|
-
var
|
|
20534
|
-
function
|
|
20539
|
+
var A0 = E0;
|
|
20540
|
+
function q0(r) {
|
|
20535
20541
|
var e = this.has(r) && delete this.__data__[r];
|
|
20536
20542
|
return this.size -= e ? 1 : 0, e;
|
|
20537
20543
|
}
|
|
20538
|
-
var
|
|
20539
|
-
function
|
|
20544
|
+
var D0 = q0, k0 = Ya, x0 = "__lodash_hash_undefined__", R0 = Object.prototype, L0 = R0.hasOwnProperty;
|
|
20545
|
+
function V0(r) {
|
|
20540
20546
|
var e = this.__data__;
|
|
20541
|
-
if (
|
|
20547
|
+
if (k0) {
|
|
20542
20548
|
var t = e[r];
|
|
20543
|
-
return t ===
|
|
20549
|
+
return t === x0 ? void 0 : t;
|
|
20544
20550
|
}
|
|
20545
|
-
return
|
|
20551
|
+
return L0.call(e, r) ? e[r] : void 0;
|
|
20546
20552
|
}
|
|
20547
|
-
var
|
|
20548
|
-
function
|
|
20553
|
+
var M0 = V0, N0 = Ya, B0 = Object.prototype, $0 = B0.hasOwnProperty;
|
|
20554
|
+
function F0(r) {
|
|
20549
20555
|
var e = this.__data__;
|
|
20550
|
-
return
|
|
20556
|
+
return N0 ? e[r] !== void 0 : $0.call(e, r);
|
|
20551
20557
|
}
|
|
20552
|
-
var
|
|
20553
|
-
function
|
|
20558
|
+
var U0 = F0, j0 = Ya, G0 = "__lodash_hash_undefined__";
|
|
20559
|
+
function H0(r, e) {
|
|
20554
20560
|
var t = this.__data__;
|
|
20555
|
-
return this.size += this.has(r) ? 0 : 1, t[r] =
|
|
20561
|
+
return this.size += this.has(r) ? 0 : 1, t[r] = j0 && e === void 0 ? G0 : e, this;
|
|
20556
20562
|
}
|
|
20557
|
-
var
|
|
20563
|
+
var z0 = H0, K0 = A0, W0 = D0, J0 = M0, X0 = U0, Q0 = z0;
|
|
20558
20564
|
function Ot(r) {
|
|
20559
20565
|
var e = -1, t = r == null ? 0 : r.length;
|
|
20560
20566
|
for (this.clear(); ++e < t; ) {
|
|
@@ -20562,16 +20568,16 @@ function Ot(r) {
|
|
|
20562
20568
|
this.set(a[0], a[1]);
|
|
20563
20569
|
}
|
|
20564
20570
|
}
|
|
20565
|
-
Ot.prototype.clear =
|
|
20566
|
-
Ot.prototype.delete =
|
|
20567
|
-
Ot.prototype.get =
|
|
20568
|
-
Ot.prototype.has =
|
|
20569
|
-
Ot.prototype.set =
|
|
20570
|
-
var
|
|
20571
|
+
Ot.prototype.clear = K0;
|
|
20572
|
+
Ot.prototype.delete = W0;
|
|
20573
|
+
Ot.prototype.get = J0;
|
|
20574
|
+
Ot.prototype.has = X0;
|
|
20575
|
+
Ot.prototype.set = Q0;
|
|
20576
|
+
var Z0 = Ot, Ni = Z0, Y0 = Za, e1 = ds;
|
|
20571
20577
|
function t1() {
|
|
20572
20578
|
this.size = 0, this.__data__ = {
|
|
20573
20579
|
hash: new Ni(),
|
|
20574
|
-
map: new (e1 ||
|
|
20580
|
+
map: new (e1 || Y0)(),
|
|
20575
20581
|
string: new Ni()
|
|
20576
20582
|
};
|
|
20577
20583
|
}
|
|
@@ -20627,7 +20633,7 @@ function E1(r, e) {
|
|
|
20627
20633
|
}
|
|
20628
20634
|
return t.set(r, e), this.size = t.size, this;
|
|
20629
20635
|
}
|
|
20630
|
-
var A1 = E1, q1 = Za, D1 =
|
|
20636
|
+
var A1 = E1, q1 = Za, D1 = mA, k1 = vA, x1 = PA, R1 = wA, L1 = A1;
|
|
20631
20637
|
function aa(r) {
|
|
20632
20638
|
var e = this.__data__ = new q1(r);
|
|
20633
20639
|
this.size = e.size;
|
|
@@ -21771,12 +21777,35 @@ function Xl(r, e, t, a) {
|
|
|
21771
21777
|
}
|
|
21772
21778
|
}
|
|
21773
21779
|
async function jq(r) {
|
|
21774
|
-
const { titleData: e, contentData: t, titleType: a, contentType: n, isErrorContinue: s } = r.handler.params
|
|
21775
|
-
let
|
|
21776
|
-
|
|
21780
|
+
const { titleData: e, contentData: t, titleType: a, contentType: n, isErrorContinue: s } = r.handler.params;
|
|
21781
|
+
let i = e.displayValue, o = t.displayValue;
|
|
21782
|
+
const u = r.options?.rowIndex;
|
|
21783
|
+
if (a === "fx" && e) {
|
|
21784
|
+
const d = {
|
|
21785
|
+
rowIndex: u,
|
|
21786
|
+
fx: e
|
|
21787
|
+
};
|
|
21788
|
+
await r.engine.emit("custom:getFxValueOfSetStateHandler", {
|
|
21789
|
+
instance: r.instance,
|
|
21790
|
+
options: d
|
|
21791
|
+
}), i = d.result.values[0];
|
|
21792
|
+
}
|
|
21793
|
+
if (n === "fx" && t) {
|
|
21794
|
+
const d = {
|
|
21795
|
+
rowIndex: u,
|
|
21796
|
+
fx: t
|
|
21797
|
+
};
|
|
21798
|
+
await r.engine.emit("custom:getFxValueOfSetStateHandler", {
|
|
21799
|
+
instance: r.instance,
|
|
21800
|
+
options: d
|
|
21801
|
+
}), o = d.result.values[0];
|
|
21802
|
+
}
|
|
21803
|
+
const l = r.engine.getAction().actionUtils;
|
|
21804
|
+
let c = {};
|
|
21805
|
+
return (a === "fx" || n === "fx" || i && o) && (await l.confirm(i, o) || (c = { state: "FAIL" })), {
|
|
21777
21806
|
input: {},
|
|
21778
21807
|
output: {},
|
|
21779
|
-
error:
|
|
21808
|
+
error: c
|
|
21780
21809
|
};
|
|
21781
21810
|
}
|
|
21782
21811
|
const Gq = async (r) => {
|
|
@@ -23329,8 +23358,14 @@ class su extends os {
|
|
|
23329
23358
|
const a = t > 0 ? t - 1 : 0;
|
|
23330
23359
|
return e[a] ?? "";
|
|
23331
23360
|
}
|
|
23361
|
+
), this.expressionParser.addFunction(
|
|
23362
|
+
"GETLOCALE",
|
|
23363
|
+
(e, t) => this.getLocaleText(e, t)
|
|
23332
23364
|
);
|
|
23333
23365
|
}
|
|
23366
|
+
getLocaleText(e, t) {
|
|
23367
|
+
return this.engine.getAction().actionUtils.getLocaleText(e);
|
|
23368
|
+
}
|
|
23334
23369
|
registerSystemVariables() {
|
|
23335
23370
|
this.expressionParser.addVariable(
|
|
23336
23371
|
"__current__",
|
|
@@ -23441,7 +23476,7 @@ class iu extends os {
|
|
|
23441
23476
|
title: b
|
|
23442
23477
|
}) === !1)
|
|
23443
23478
|
return;
|
|
23444
|
-
m[c.sappId]?.panesList?.map((y) => (y.key === m[c.sappId]?.tabActiveKey && (y.title =
|
|
23479
|
+
m[c.sappId]?.panesList?.map((y) => (y.key === m[c.sappId]?.tabActiveKey && (y.title = w.locale || w[v] || w.zh, y.formKey = this.engine.externalParams?.formKey), y));
|
|
23445
23480
|
const I = m[c.sappId]?.panesList?.find(
|
|
23446
23481
|
(y) => y.key === m[c.sappId]?.tabActiveKey
|
|
23447
23482
|
);
|
|
@@ -25069,11 +25104,10 @@ class _u {
|
|
|
25069
25104
|
case "totalCount":
|
|
25070
25105
|
const u = a.total;
|
|
25071
25106
|
if (s) {
|
|
25072
|
-
|
|
25073
|
-
|
|
25074
|
-
e.setInstance(s, "totalCount", u), e.emit("dataStoreWorker:totalCount", {
|
|
25107
|
+
const I = u === 0 ? i.props.defaultRows : u;
|
|
25108
|
+
e.setInstance(s, "totalCount", I), e.emit("dataStoreWorker:totalCount", {
|
|
25075
25109
|
instance: i,
|
|
25076
|
-
value:
|
|
25110
|
+
value: I
|
|
25077
25111
|
});
|
|
25078
25112
|
}
|
|
25079
25113
|
break;
|
|
@@ -25408,7 +25442,7 @@ class _u {
|
|
|
25408
25442
|
return;
|
|
25409
25443
|
const a = e.instance?.id ?? "", n = e?.value || [], s = t.getInstance(
|
|
25410
25444
|
a
|
|
25411
|
-
), i = s?.props?.datasourceBind?.dataCode, o = s?.props.pageIndex, u = (e?.options).pageSize || s?.props.pageSize, l = [];
|
|
25445
|
+
), i = s?.props?.datasourceBind?.dataCode, o = (e?.options).pageIndex || s?.props.pageIndex, u = (e?.options).pageSize || s?.props.pageSize, l = [];
|
|
25412
25446
|
n?.map((h, b) => {
|
|
25413
25447
|
const v = oa(
|
|
25414
25448
|
this.engine,
|
|
@@ -100,6 +100,10 @@ export interface UpdateLogItem {
|
|
|
100
100
|
* 操作时间
|
|
101
101
|
* */
|
|
102
102
|
operation_time: string;
|
|
103
|
+
/**
|
|
104
|
+
* 操作时间戳
|
|
105
|
+
* */
|
|
106
|
+
operation_timestamp: number;
|
|
103
107
|
/**
|
|
104
108
|
* 操作事件集
|
|
105
109
|
* */
|
|
@@ -108,3 +112,4 @@ export interface UpdateLogItem {
|
|
|
108
112
|
export declare type UpdateLogList = UpdateLogItem[];
|
|
109
113
|
export declare const getDay: (value: string) => string;
|
|
110
114
|
export declare const getTime: (value: string) => string;
|
|
115
|
+
export declare const timestampFormat: (stamp: number) => string;
|
|
@@ -3,12 +3,12 @@ import { ControlPropertyInstance, ControlRuntimeInstance } from '@byteluck-fe/mo
|
|
|
3
3
|
import { Engine } from '@byteluck-fe/model-driven-engine';
|
|
4
4
|
|
|
5
5
|
export default function useDataPagination<T = any>(list: Ref<T[]> | ComputedRef<T[]>, pageSize: number, instance: ControlRuntimeInstance<'subtable'>, instanceProps: ShallowRef<ControlPropertyInstance<'subtable'>>, context: Ref<Engine> | undefined, pageChangeCallBack?: (current: number, pageSize: number) => void): {
|
|
6
|
+
setFirstPage: () => Promise<void>;
|
|
6
7
|
setLastPage: (isDelete?: boolean) => Promise<void>;
|
|
7
8
|
setPagination: () => number;
|
|
8
9
|
setCurrentPage: (page: number) => Promise<void>;
|
|
9
10
|
getTotal: ComputedRef<number>;
|
|
10
11
|
setPageSize: (pageSize: number) => void;
|
|
11
|
-
getEndCurrentPageIndex: ComputedRef<number>;
|
|
12
12
|
getPaginationList: ComputedRef<T[]>;
|
|
13
13
|
serverPagination: ComputedRef<boolean>;
|
|
14
14
|
spinning: Ref<boolean>;
|
|
@@ -22,4 +22,5 @@ export declare class ExpressionBasePlugin implements Plugin {
|
|
|
22
22
|
getDatasourceValue(paths: string[], caller?: string | null): string | any[];
|
|
23
23
|
getFormVariables(keys: string[]): any;
|
|
24
24
|
private GET_CONTEXT_PARAM;
|
|
25
|
+
getLocaleText(key: string, rowNumber: number): any;
|
|
25
26
|
}
|
|
@@ -62,6 +62,7 @@ export declare class ExpressionPlugin extends ExpressionBasePlugin {
|
|
|
62
62
|
resetParseResult(controlId: string, prevParseResult: any, propertyKey: string): any;
|
|
63
63
|
runnerExpressionAndUpdateBeforeSubTableInsert(controlId: string): void;
|
|
64
64
|
registerDatasourceFunctions(): void;
|
|
65
|
+
getLocaleText(key: string, rowNumber: number): any;
|
|
65
66
|
registerSystemVariables(): void;
|
|
66
67
|
getFormControlValue(controlIds: string[]): any;
|
|
67
68
|
getFormControlValueOfEventListener(controlIds: string[]): any;
|