g-ui-web 1.1.26 → 1.1.27
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/lib/g-ui-web.js +3 -4
- package/lib/g-ui-web.js.gz +0 -0
- package/lib/g-ui-web.umd.cjs +1 -1
- package/lib/style.css +1 -1
- package/lib/style.css.gz +0 -0
- package/package.json +1 -1
package/lib/g-ui-web.js
CHANGED
|
@@ -95564,12 +95564,12 @@ const Clt = (e, t) => {
|
|
|
95564
95564
|
C.filter((O) => O[_] === A).forEach((O) => {
|
|
95565
95565
|
const V = S.find((L) => L[b] === O[b]);
|
|
95566
95566
|
if (V)
|
|
95567
|
-
V[`${_}${M + 1}`] = A, V[`${w}${M + 1}`] = O
|
|
95567
|
+
V[`${_}${M + 1}`] = A, V[`${w}${M + 1}`] = O[w];
|
|
95568
95568
|
else {
|
|
95569
95569
|
const L = {
|
|
95570
95570
|
[b]: O[b],
|
|
95571
95571
|
[`${_}${M + 1}`]: A,
|
|
95572
|
-
[`${w}${M + 1}`]: O
|
|
95572
|
+
[`${w}${M + 1}`]: O[w]
|
|
95573
95573
|
};
|
|
95574
95574
|
for (let P = 0; P < x.length; P++)
|
|
95575
95575
|
P !== M && (L[`${_}${P + 1}`] = "", L[`${w}${P + 1}`] = 0);
|
|
@@ -95581,7 +95581,6 @@ const Clt = (e, t) => {
|
|
|
95581
95581
|
return x.forEach((A, M) => {
|
|
95582
95582
|
g.columns.forEach((k, O) => {
|
|
95583
95583
|
E.push({
|
|
95584
|
-
// ...column,
|
|
95585
95584
|
title: A,
|
|
95586
95585
|
field: `${k.field}${M + 1}`
|
|
95587
95586
|
});
|
|
@@ -95652,7 +95651,7 @@ const Clt = (e, t) => {
|
|
|
95652
95651
|
]);
|
|
95653
95652
|
};
|
|
95654
95653
|
}
|
|
95655
|
-
}), Wlt = /* @__PURE__ */ Qn(Hlt, [["__scopeId", "data-v-
|
|
95654
|
+
}), Wlt = /* @__PURE__ */ Qn(Hlt, [["__scopeId", "data-v-56a72cc0"]]), Glt = rr(Wlt), wm = Tr(), Gf = document.documentElement, Ult = (e) => e || "-", Klt = (e) => e || "", Ylt = (e, t) => {
|
|
95656
95655
|
let r = [];
|
|
95657
95656
|
for (let n = 0; n <= e; n++)
|
|
95658
95657
|
r.push({
|
package/lib/g-ui-web.js.gz
CHANGED
|
Binary file
|