lowcoder-comps 0.0.26 → 0.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/000297fb.js +5 -0
- package/{92fb34a2.js → 0205ce17.js} +27 -27
- package/{3f63d12d.js → 1269154d.js} +32711 -34763
- package/{6fbc4c21.js → 1f088099.js} +18 -18
- package/{2b3b3386.js → 2ae47d58.js} +548 -548
- package/2ff7471d.js +9 -0
- package/{44cd1a62.js → 42b75267.js} +11 -11
- package/{ed8c376c.js → 45a7c119.js} +286 -293
- package/4bc5ef7f.js +881 -0
- package/{90d3581f.js → 4c822e6b.js} +133 -132
- package/5bb002c8.js +64 -0
- package/{82c8e71b.js → 6517e88b.js} +12 -10
- package/65d3daa9.js +391 -0
- package/{87b4699c.js → 6909d829.js} +1 -1
- package/{b28dda80.js → 711961f8.js} +13 -12
- package/77491f00.js +86 -0
- package/7805c934.js +455 -0
- package/7dc7ce37.js +19104 -0
- package/{c3caea77.js → 83feec48.js} +45 -43
- package/{c66d9114.js → 8c8fb30b.js} +25 -24
- package/{3220cb2e.js → 945d7302.js} +2 -1
- package/{4891fa68.js → 9a9b397d.js} +6 -5
- package/{3ebbaeae.js → a2d32dbb.js} +18 -18
- package/{2c0287e1.js → a39d3869.js} +2 -2
- package/a40faea7.js +11624 -0
- package/b7bda09a.js +237 -0
- package/{5f138044.js → b99f5b2a.js} +158 -147
- package/bcc07d29.js +1536 -0
- package/c2bf7d82.js +819 -0
- package/c4bd6ed7.js +1269 -0
- package/c4c5f13b.js +8 -0
- package/d2bae1f4.js +2284 -0
- package/d4b9d281.js +1089 -0
- package/{11b36d97.js → d4ba48b2.js} +148 -145
- package/dd0ec77a.js +48428 -0
- package/{c889073f.js → e0bacb89.js} +1 -1
- package/{b70abaaf.js → e437d53e.js} +1 -1
- package/e95fa522.js +1102 -0
- package/ed46c11a.js +1276 -0
- package/f2b8cbc8.js +25 -0
- package/index.js +2 -2
- package/package.json +1 -1
- package/33035c6f.js +0 -86
- package/3f82489c.js +0 -2396
- package/454ca826.js +0 -46724
- package/4938ecf8.js +0 -22
- package/558b96ef.js +0 -18798
- package/596b7f71.js +0 -365
- package/637a168a.js +0 -235
- package/765a2a38.js +0 -1055
- package/8ed940ee.js +0 -786
- package/9c1ceb2f.js +0 -448
- package/aad4f2fa.js +0 -1235
- package/b053e17f.js +0 -1000
- package/bed24264.js +0 -2192
- package/d3478475.js +0 -64
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { Y as zt, Z as ot, W as wt, V as Ft, s as Nt, g as Xt,
|
|
2
|
-
import { c as Qt } from "./
|
|
1
|
+
import { Y as zt, Z as ot, W as wt, V as Ft, s as Nt, g as Xt, C as Yt, D as St, a as Ht, b as $t, E as Ut, l as Ct, T as qt, i as jt, d as Gt } from "./1269154d.js";
|
|
2
|
+
import { c as Qt } from "./945d7302.js";
|
|
3
3
|
import { i as Kt } from "./f9637058.js";
|
|
4
4
|
import { o as Zt } from "./92e85b65.js";
|
|
5
|
-
import { l as ft } from "./
|
|
6
|
-
import { l as pt } from "./
|
|
5
|
+
import { l as ft } from "./a2d32dbb.js";
|
|
6
|
+
import { l as pt } from "./e437d53e.js";
|
|
7
7
|
import "./2ff2c7a6.js";
|
|
8
8
|
import "./256b619e.js";
|
|
9
9
|
function Jt(e, t, i) {
|
|
@@ -160,23 +160,23 @@ var nt = function() {
|
|
|
160
160
|
}
|
|
161
161
|
},
|
|
162
162
|
parse: function(r) {
|
|
163
|
-
var l = this, u = [0], g = [], b = [null], a = [], F = this.table, x = "", U = 0, gt = 0, Vt = 2, xt = 1,
|
|
163
|
+
var l = this, u = [0], g = [], b = [null], a = [], F = this.table, x = "", U = 0, gt = 0, Vt = 2, xt = 1, Wt = a.slice.call(arguments, 1), k = Object.create(this.lexer), W = { yy: {} };
|
|
164
164
|
for (var J in this.yy)
|
|
165
|
-
Object.prototype.hasOwnProperty.call(this.yy, J) && (
|
|
166
|
-
k.setInput(r,
|
|
165
|
+
Object.prototype.hasOwnProperty.call(this.yy, J) && (W.yy[J] = this.yy[J]);
|
|
166
|
+
k.setInput(r, W.yy), W.yy.lexer = k, W.yy.parser = this, typeof k.yylloc == "undefined" && (k.yylloc = {});
|
|
167
167
|
var tt = k.yylloc;
|
|
168
168
|
a.push(tt);
|
|
169
|
-
var
|
|
170
|
-
typeof
|
|
169
|
+
var Bt = k.options && k.options.ranges;
|
|
170
|
+
typeof W.yy.parseError == "function" ? this.parseError = W.yy.parseError : this.parseError = Object.getPrototypeOf(this).parseError;
|
|
171
171
|
function Ot() {
|
|
172
172
|
var I;
|
|
173
173
|
return I = g.pop() || k.lex() || xt, typeof I != "number" && (I instanceof Array && (g = I, I = g.pop()), I = l.symbols_[I] || I), I;
|
|
174
174
|
}
|
|
175
|
-
for (var D,
|
|
176
|
-
if (
|
|
175
|
+
for (var D, B, v, it, O = {}, q, M, dt, j; ; ) {
|
|
176
|
+
if (B = u[u.length - 1], this.defaultActions[B] ? v = this.defaultActions[B] : ((D === null || typeof D == "undefined") && (D = Ot()), v = F[B] && F[B][D]), typeof v == "undefined" || !v.length || !v[0]) {
|
|
177
177
|
var et = "";
|
|
178
178
|
j = [];
|
|
179
|
-
for (q in F[
|
|
179
|
+
for (q in F[B])
|
|
180
180
|
this.terminals_[q] && q > Vt && j.push("'" + this.terminals_[q] + "'");
|
|
181
181
|
k.showPosition ? et = "Parse error on line " + (U + 1) + `:
|
|
182
182
|
` + k.showPosition() + `
|
|
@@ -189,7 +189,7 @@ Expecting ` + j.join(", ") + ", got '" + (this.terminals_[D] || D) + "'" : et =
|
|
|
189
189
|
});
|
|
190
190
|
}
|
|
191
191
|
if (v[0] instanceof Array && v.length > 1)
|
|
192
|
-
throw new Error("Parse Error: multiple actions possible at state: " +
|
|
192
|
+
throw new Error("Parse Error: multiple actions possible at state: " + B + ", token: " + D);
|
|
193
193
|
switch (v[0]) {
|
|
194
194
|
case 1:
|
|
195
195
|
u.push(D), b.push(k.yytext), a.push(k.yylloc), u.push(v[1]), D = null, gt = k.yyleng, x = k.yytext, U = k.yylineno, tt = k.yylloc;
|
|
@@ -200,18 +200,18 @@ Expecting ` + j.join(", ") + ", got '" + (this.terminals_[D] || D) + "'" : et =
|
|
|
200
200
|
last_line: a[a.length - 1].last_line,
|
|
201
201
|
first_column: a[a.length - (M || 1)].first_column,
|
|
202
202
|
last_column: a[a.length - 1].last_column
|
|
203
|
-
},
|
|
203
|
+
}, Bt && (O._$.range = [
|
|
204
204
|
a[a.length - (M || 1)].range[0],
|
|
205
205
|
a[a.length - 1].range[1]
|
|
206
206
|
]), it = this.performAction.apply(O, [
|
|
207
207
|
x,
|
|
208
208
|
gt,
|
|
209
209
|
U,
|
|
210
|
-
|
|
210
|
+
W.yy,
|
|
211
211
|
v[1],
|
|
212
212
|
b,
|
|
213
213
|
a
|
|
214
|
-
].concat(
|
|
214
|
+
].concat(Wt)), typeof it != "undefined")
|
|
215
215
|
return it;
|
|
216
216
|
M && (u = u.slice(0, -1 * M * 2), b = b.slice(0, -1 * M), a = a.slice(0, -1 * M)), u.push(this.productions_[v[1]][0]), b.push(O.$), a.push(O._$), dt = F[u[u.length - 2]][u[u.length - 1]], u.push(dt);
|
|
217
217
|
break;
|
|
@@ -1058,7 +1058,7 @@ class li {
|
|
|
1058
1058
|
height: c
|
|
1059
1059
|
}), this.componentStore.plot.setBoundingBoxXY({ x: s, y: n }), this.componentStore.xAxis.setRange([s, s + o]), this.componentStore.xAxis.setBoundingBoxXY({ x: s, y: n + c }), this.componentStore.yAxis.setRange([n, n + c]), this.componentStore.yAxis.setBoundingBoxXY({ x: 0, y: n }), this.chartData.plots.some((d) => mt(d)) && this.componentStore.xAxis.recalculateOuterPaddingToDrawBar();
|
|
1060
1060
|
}
|
|
1061
|
-
|
|
1061
|
+
calculateHorizontalSpace() {
|
|
1062
1062
|
let t = this.chartConfig.width, i = this.chartConfig.height, s = 0, n = 0, o = 0, c = Math.floor(t * this.chartConfig.plotReservedSpacePercent / 100), f = Math.floor(
|
|
1063
1063
|
i * this.chartConfig.plotReservedSpacePercent / 100
|
|
1064
1064
|
), d = this.componentStore.plot.calculateSpace({
|
|
@@ -1080,7 +1080,7 @@ class li {
|
|
|
1080
1080
|
}), this.componentStore.plot.setBoundingBoxXY({ x: n, y: o }), this.componentStore.yAxis.setRange([n, n + c]), this.componentStore.yAxis.setBoundingBoxXY({ x: n, y: s }), this.componentStore.xAxis.setRange([o, o + f]), this.componentStore.xAxis.setBoundingBoxXY({ x: 0, y: o }), this.chartData.plots.some((R) => mt(R)) && this.componentStore.xAxis.recalculateOuterPaddingToDrawBar();
|
|
1081
1081
|
}
|
|
1082
1082
|
calculateSpace() {
|
|
1083
|
-
this.chartConfig.chartOrientation === "horizontal" ? this.
|
|
1083
|
+
this.chartConfig.chartOrientation === "horizontal" ? this.calculateHorizontalSpace() : this.calculateVerticalSpace();
|
|
1084
1084
|
}
|
|
1085
1085
|
getDrawableElement() {
|
|
1086
1086
|
this.calculateSpace();
|