lowcoder-comps 0.0.20 → 0.0.22

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.
Files changed (58) hide show
  1. package/029c585a.js +825 -0
  2. package/0f49842f.js +915 -0
  3. package/14c95def.js +2396 -0
  4. package/{5a7c40d7.js → 14de54b2.js} +7120 -6939
  5. package/17b0984b.js +1116 -0
  6. package/{a1f987b7.js → 1a4b39ab.js} +29 -30
  7. package/1e35aee7.js +932 -0
  8. package/{804e952b.js → 1f97d569.js} +73 -76
  9. package/3120eee5.js +1235 -0
  10. package/313e94fb.js +796 -0
  11. package/{384b70d4.js → 41a4677f.js} +10 -12
  12. package/{e1466a22.js → 48a69d01.js} +89 -97
  13. package/4a8006fe.js +2501 -0
  14. package/{a06ced05.js → 585231df.js} +64 -71
  15. package/5e96f5d8.js +64 -0
  16. package/5f9be850.js +1055 -0
  17. package/{3196b84f.js → 6e0c66a6.js} +97 -109
  18. package/76d315c1.js +2192 -0
  19. package/{31c6e136.js → 867cdd47.js} +1 -1
  20. package/{0d5d7030.js → 8a65542f.js} +58 -64
  21. package/913e1a65.js +804 -0
  22. package/92e85b65.js +65 -0
  23. package/97298a99.js +2966 -0
  24. package/{5fd0f607.js → a396e61e.js} +44 -44
  25. package/a6d42292.js +1284 -0
  26. package/afd2e4d5.js +86 -0
  27. package/be5f3226.js +768 -0
  28. package/{4791bdd6.js → bf75928a.js} +30142 -30663
  29. package/{011ccb4a.js → bfd01456.js} +4257 -4221
  30. package/c239ec69.js +1000 -0
  31. package/e731f493.js +502 -0
  32. package/ef3524ce.js +960 -0
  33. package/f5b4a4bc.js +365 -0
  34. package/{8d714103.js → fa29410e.js} +598 -622
  35. package/fbc7bdd4.js +218 -0
  36. package/index.js +2 -2
  37. package/package.json +2 -2
  38. package/01102044.js +0 -940
  39. package/0e8dfd52.js +0 -793
  40. package/0f25771b.js +0 -1118
  41. package/2470e1d8.js +0 -91
  42. package/32432dc3.js +0 -86
  43. package/36552e14.js +0 -849
  44. package/3ad35722.js +0 -365
  45. package/3f4db197.js +0 -943
  46. package/71827e37.js +0 -1032
  47. package/7a200c6a.js +0 -607
  48. package/872f2918.js +0 -7
  49. package/93b98f3e.js +0 -832
  50. package/a42a2ba9.js +0 -2103
  51. package/af0489f3.js +0 -2456
  52. package/b56f953d.js +0 -985
  53. package/b89c6a6a.js +0 -159
  54. package/bc7030d3.js +0 -70
  55. package/c739ba3e.js +0 -2679
  56. package/d306d59c.js +0 -2827
  57. package/d8adcd1e.js +0 -823
  58. package/ef845d7f.js +0 -1246
@@ -1,4 +1,4 @@
1
- import { V as un, W as I, X as Y, Y as Z, Z as fn } from "./4791bdd6.js";
1
+ import { $ as un, a0 as I, a1 as U, a2 as Y, a3 as fn } from "./bf75928a.js";
2
2
  import { i as cn } from "./f9637058.js";
3
3
  function F(n, t) {
4
4
  return n == null || t == null ? NaN : n < t ? -1 : n > t ? 1 : n >= t ? 0 : NaN;
@@ -126,7 +126,7 @@ function Sn(n, t) {
126
126
  }
127
127
  function C(n, t) {
128
128
  var e = typeof t, r;
129
- return t == null || e === "boolean" ? un(t) : (e === "number" ? I : e === "string" ? (r = Y(t)) ? (t = r, Z) : fn : t instanceof Y ? Z : t instanceof Date ? vn : xn(t) ? kn : Array.isArray(t) ? An : typeof t.valueOf != "function" && typeof t.toString != "function" || isNaN(t) ? Sn : I)(n, t);
129
+ return t == null || e === "boolean" ? un(t) : (e === "number" ? I : e === "string" ? (r = U(t)) ? (t = r, Y) : fn : t instanceof U ? Y : t instanceof Date ? vn : xn(t) ? kn : Array.isArray(t) ? An : typeof t.valueOf != "function" && typeof t.toString != "function" || isNaN(t) ? Sn : I)(n, t);
130
130
  }
131
131
  function bn(n, t) {
132
132
  return n = +n, t = +t, function(e) {
@@ -167,7 +167,7 @@ function D(n) {
167
167
  if (!(t = $n.exec(n)))
168
168
  throw new Error("invalid format: " + n);
169
169
  var t;
170
- return new V({
170
+ return new B({
171
171
  fill: t[1],
172
172
  align: t[2],
173
173
  sign: t[3],
@@ -180,11 +180,11 @@ function D(n) {
180
180
  type: t[10]
181
181
  });
182
182
  }
183
- D.prototype = V.prototype;
184
- function V(n) {
183
+ D.prototype = B.prototype;
184
+ function B(n) {
185
185
  this.fill = n.fill === void 0 ? " " : n.fill + "", this.align = n.align === void 0 ? ">" : n.align + "", this.sign = n.sign === void 0 ? "-" : n.sign + "", this.symbol = n.symbol === void 0 ? "" : n.symbol + "", this.zero = !!n.zero, this.width = n.width === void 0 ? void 0 : +n.width, this.comma = !!n.comma, this.precision = n.precision === void 0 ? void 0 : +n.precision, this.trim = !!n.trim, this.type = n.type === void 0 ? "" : n.type + "";
186
186
  }
187
- V.prototype.toString = function() {
187
+ B.prototype.toString = function() {
188
188
  return this.fill + this.align + this.sign + this.symbol + (this.zero ? "0" : "") + (this.width === void 0 ? "" : Math.max(1, this.width | 0)) + (this.comma ? "," : "") + (this.precision === void 0 ? "" : "." + Math.max(0, this.precision | 0)) + (this.trim ? "~" : "") + this.type;
189
189
  };
190
190
  function Fn(n) {
@@ -213,14 +213,14 @@ function Rn(n, t) {
213
213
  var r = e[0], i = e[1], f = i - (nn = Math.max(-8, Math.min(8, Math.floor(i / 3))) * 3) + 1, a = r.length;
214
214
  return f === a ? r : f > a ? r + new Array(f - a + 1).join("0") : f > 0 ? r.slice(0, f) + "." + r.slice(f) : "0." + new Array(1 - f).join("0") + E(n, Math.max(0, t + f - 1))[0];
215
215
  }
216
- function U(n, t) {
216
+ function Z(n, t) {
217
217
  var e = E(n, t);
218
218
  if (!e)
219
219
  return n + "";
220
220
  var r = e[0], i = e[1];
221
221
  return i < 0 ? "0." + new Array(-i).join("0") + r : r.length > i + 1 ? r.slice(0, i + 1) + "." + r.slice(i + 1) : r + new Array(i - r.length + 2).join("0");
222
222
  }
223
- const W = {
223
+ const H = {
224
224
  "%": (n, t) => (n * 100).toFixed(t),
225
225
  b: (n) => Math.round(n).toString(2),
226
226
  c: (n) => n + "",
@@ -229,33 +229,33 @@ const W = {
229
229
  f: (n, t) => n.toFixed(t),
230
230
  g: (n, t) => n.toPrecision(t),
231
231
  o: (n) => Math.round(n).toString(8),
232
- p: (n, t) => U(n * 100, t),
233
- r: U,
232
+ p: (n, t) => Z(n * 100, t),
233
+ r: Z,
234
234
  s: Rn,
235
235
  X: (n) => Math.round(n).toString(16).toUpperCase(),
236
236
  x: (n) => Math.round(n).toString(16)
237
237
  };
238
- function H(n) {
238
+ function J(n) {
239
239
  return n;
240
240
  }
241
- var J = Array.prototype.map, K = ["y", "z", "a", "f", "p", "n", "µ", "m", "", "k", "M", "G", "T", "P", "E", "Z", "Y"];
241
+ var K = Array.prototype.map, Q = ["y", "z", "a", "f", "p", "n", "µ", "m", "", "k", "M", "G", "T", "P", "E", "Z", "Y"];
242
242
  function En(n) {
243
- var t = n.grouping === void 0 || n.thousands === void 0 ? H : Pn(J.call(n.grouping, Number), n.thousands + ""), e = n.currency === void 0 ? "" : n.currency[0] + "", r = n.currency === void 0 ? "" : n.currency[1] + "", i = n.decimal === void 0 ? "." : n.decimal + "", f = n.numerals === void 0 ? H : zn(J.call(n.numerals, String)), a = n.percent === void 0 ? "%" : n.percent + "", u = n.minus === void 0 ? "−" : n.minus + "", c = n.nan === void 0 ? "NaN" : n.nan + "";
243
+ var t = n.grouping === void 0 || n.thousands === void 0 ? J : Pn(K.call(n.grouping, Number), n.thousands + ""), e = n.currency === void 0 ? "" : n.currency[0] + "", r = n.currency === void 0 ? "" : n.currency[1] + "", i = n.decimal === void 0 ? "." : n.decimal + "", f = n.numerals === void 0 ? J : zn(K.call(n.numerals, String)), a = n.percent === void 0 ? "%" : n.percent + "", u = n.minus === void 0 ? "−" : n.minus + "", c = n.nan === void 0 ? "NaN" : n.nan + "";
244
244
  function o(h) {
245
245
  h = D(h);
246
- var s = h.fill, p = h.align, y = h.sign, S = h.symbol, k = h.zero, b = h.width, T = h.comma, w = h.precision, X = h.trim, d = h.type;
247
- d === "n" ? (T = !0, d = "g") : W[d] || (w === void 0 && (w = 12), X = !0, d = "g"), (k || s === "0" && p === "=") && (k = !0, s = "0", p = "=");
248
- var en = S === "$" ? e : S === "#" && /[boxX]/.test(d) ? "0" + d.toLowerCase() : "", on = S === "$" ? r : /[%p]/.test(d) ? a : "", B = W[d], an = /[defgprs%]/.test(d);
246
+ var s = h.fill, p = h.align, y = h.sign, S = h.symbol, k = h.zero, b = h.width, T = h.comma, w = h.precision, G = h.trim, d = h.type;
247
+ d === "n" ? (T = !0, d = "g") : H[d] || (w === void 0 && (w = 12), G = !0, d = "g"), (k || s === "0" && p === "=") && (k = !0, s = "0", p = "=");
248
+ var en = S === "$" ? e : S === "#" && /[boxX]/.test(d) ? "0" + d.toLowerCase() : "", on = S === "$" ? r : /[%p]/.test(d) ? a : "", O = H[d], an = /[defgprs%]/.test(d);
249
249
  w = w === void 0 ? 6 : /[gprs]/.test(d) ? Math.max(1, Math.min(21, w)) : Math.max(0, Math.min(20, w));
250
- function G(m) {
251
- var N = en, g = on, x, O, j;
250
+ function V(m) {
251
+ var N = en, g = on, x, X, j;
252
252
  if (d === "c")
253
- g = B(m) + g, m = "";
253
+ g = O(m) + g, m = "";
254
254
  else {
255
255
  m = +m;
256
256
  var P = m < 0 || 1 / m < 0;
257
- if (m = isNaN(m) ? c : B(Math.abs(m), w), X && (m = Fn(m)), P && +m == 0 && y !== "+" && (P = !1), N = (P ? y === "(" ? y : u : y === "-" || y === "(" ? "" : y) + N, g = (d === "s" ? K[8 + nn / 3] : "") + g + (P && y === "(" ? ")" : ""), an) {
258
- for (x = -1, O = m.length; ++x < O; )
257
+ if (m = isNaN(m) ? c : O(Math.abs(m), w), G && (m = Fn(m)), P && +m == 0 && y !== "+" && (P = !1), N = (P ? y === "(" ? y : u : y === "-" || y === "(" ? "" : y) + N, g = (d === "s" ? Q[8 + nn / 3] : "") + g + (P && y === "(" ? ")" : ""), an) {
258
+ for (x = -1, X = m.length; ++x < X; )
259
259
  if (j = m.charCodeAt(x), 48 > j || j > 57) {
260
260
  g = (j === 46 ? i + m.slice(x + 1) : m.slice(x)) + g, m = m.slice(0, x);
261
261
  break;
@@ -280,12 +280,12 @@ function En(n) {
280
280
  }
281
281
  return f(m);
282
282
  }
283
- return G.toString = function() {
283
+ return V.toString = function() {
284
284
  return h + "";
285
- }, G;
285
+ }, V;
286
286
  }
287
287
  function l(h, s) {
288
- var p = o((h = D(h), h.type = "f", h)), y = Math.max(-8, Math.min(8, Math.floor(v(s) / 3))) * 3, S = Math.pow(10, -y), k = K[8 + y / 3];
288
+ var p = o((h = D(h), h.type = "f", h)), y = Math.max(-8, Math.min(8, Math.floor(v(s) / 3))) * 3, S = Math.pow(10, -y), k = Q[8 + y / 3];
289
289
  return function(b) {
290
290
  return p(S * b) + k;
291
291
  };
@@ -321,7 +321,7 @@ function qn(n) {
321
321
  function Cn(n) {
322
322
  return +n;
323
323
  }
324
- var Q = [0, 1];
324
+ var W = [0, 1];
325
325
  function A(n) {
326
326
  return n;
327
327
  }
@@ -330,19 +330,19 @@ function q(n, t) {
330
330
  return (e - n) / t;
331
331
  } : qn(isNaN(t) ? NaN : 0.5);
332
332
  }
333
- function Vn(n, t) {
333
+ function Bn(n, t) {
334
334
  var e;
335
335
  return n > t && (e = n, n = t, t = e), function(r) {
336
336
  return Math.max(n, Math.min(t, r));
337
337
  };
338
338
  }
339
- function Xn(n, t, e) {
339
+ function Gn(n, t, e) {
340
340
  var r = n[0], i = n[1], f = t[0], a = t[1];
341
341
  return i < r ? (r = q(i, r), f = e(a, f)) : (r = q(r, i), f = e(f, a)), function(u) {
342
342
  return f(r(u));
343
343
  };
344
344
  }
345
- function Bn(n, t, e) {
345
+ function On(n, t, e) {
346
346
  var r = Math.min(n.length, t.length) - 1, i = new Array(r), f = new Array(r), a = -1;
347
347
  for (n[r] < n[0] && (n = n.slice().reverse(), t = t.slice().reverse()); ++a < r; )
348
348
  i[a] = q(n[a], n[a + 1]), f[a] = e(t[a], t[a + 1]);
@@ -351,14 +351,14 @@ function Bn(n, t, e) {
351
351
  return f[c](i[c](u));
352
352
  };
353
353
  }
354
- function Gn(n, t) {
354
+ function Vn(n, t) {
355
355
  return t.domain(n.domain()).range(n.range()).interpolate(n.interpolate()).clamp(n.clamp()).unknown(n.unknown());
356
356
  }
357
- function On() {
358
- var n = Q, t = Q, e = C, r, i, f, a = A, u, c, o;
357
+ function Xn() {
358
+ var n = W, t = W, e = C, r, i, f, a = A, u, c, o;
359
359
  function l() {
360
360
  var s = Math.min(n.length, t.length);
361
- return a !== A && (a = Vn(n[0], n[s - 1])), u = s > 2 ? Bn : Xn, c = o = null, h;
361
+ return a !== A && (a = Bn(n[0], n[s - 1])), u = s > 2 ? On : Gn, c = o = null, h;
362
362
  }
363
363
  function h(s) {
364
364
  return s == null || isNaN(s = +s) ? f : (c || (c = u(n.map(r), t, e)))(r(a(s)));
@@ -381,10 +381,10 @@ function On() {
381
381
  return r = s, i = p, l();
382
382
  };
383
383
  }
384
- function Yn() {
385
- return On()(A, A);
384
+ function Un() {
385
+ return Xn()(A, A);
386
386
  }
387
- function Zn(n, t, e, r) {
387
+ function Yn(n, t, e, r) {
388
388
  var i = Nn(n, t, e), f;
389
389
  switch (r = D(r == null ? ",f" : r), r.type) {
390
390
  case "s": {
@@ -407,14 +407,14 @@ function Zn(n, t, e, r) {
407
407
  }
408
408
  return tn(r);
409
409
  }
410
- function Un(n) {
410
+ function Zn(n) {
411
411
  var t = n.domain;
412
412
  return n.ticks = function(e) {
413
413
  var r = t();
414
414
  return wn(r[0], r[r.length - 1], e == null ? 10 : e);
415
415
  }, n.tickFormat = function(e, r) {
416
416
  var i = t();
417
- return Zn(i[0], i[i.length - 1], e == null ? 10 : e, r);
417
+ return Yn(i[0], i[i.length - 1], e == null ? 10 : e, r);
418
418
  }, n.nice = function(e) {
419
419
  e == null && (e = 10);
420
420
  var r = t(), i = 0, f = r.length - 1, a = r[i], u = r[f], c, o, l = 10;
@@ -432,16 +432,16 @@ function Un(n) {
432
432
  return n;
433
433
  }, n;
434
434
  }
435
- function Wn() {
436
- var n = Yn();
435
+ function Hn() {
436
+ var n = Un();
437
437
  return n.copy = function() {
438
- return Gn(n, Wn());
439
- }, cn.apply(n, arguments), Un(n);
438
+ return Vn(n, Hn());
439
+ }, cn.apply(n, arguments), Zn(n);
440
440
  }
441
441
  export {
442
- Gn as a,
442
+ Vn as a,
443
443
  _ as b,
444
- Yn as c,
445
- Wn as l,
444
+ Un as c,
445
+ Hn as l,
446
446
  Nn as t
447
447
  };