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.
- package/029c585a.js +825 -0
- package/0f49842f.js +915 -0
- package/14c95def.js +2396 -0
- package/{5a7c40d7.js → 14de54b2.js} +7120 -6939
- package/17b0984b.js +1116 -0
- package/{a1f987b7.js → 1a4b39ab.js} +29 -30
- package/1e35aee7.js +932 -0
- package/{804e952b.js → 1f97d569.js} +73 -76
- package/3120eee5.js +1235 -0
- package/313e94fb.js +796 -0
- package/{384b70d4.js → 41a4677f.js} +10 -12
- package/{e1466a22.js → 48a69d01.js} +89 -97
- package/4a8006fe.js +2501 -0
- package/{a06ced05.js → 585231df.js} +64 -71
- package/5e96f5d8.js +64 -0
- package/5f9be850.js +1055 -0
- package/{3196b84f.js → 6e0c66a6.js} +97 -109
- package/76d315c1.js +2192 -0
- package/{31c6e136.js → 867cdd47.js} +1 -1
- package/{0d5d7030.js → 8a65542f.js} +58 -64
- package/913e1a65.js +804 -0
- package/92e85b65.js +65 -0
- package/97298a99.js +2966 -0
- package/{5fd0f607.js → a396e61e.js} +44 -44
- package/a6d42292.js +1284 -0
- package/afd2e4d5.js +86 -0
- package/be5f3226.js +768 -0
- package/{4791bdd6.js → bf75928a.js} +30142 -30663
- package/{011ccb4a.js → bfd01456.js} +4257 -4221
- package/c239ec69.js +1000 -0
- package/e731f493.js +502 -0
- package/ef3524ce.js +960 -0
- package/f5b4a4bc.js +365 -0
- package/{8d714103.js → fa29410e.js} +598 -622
- package/fbc7bdd4.js +218 -0
- package/index.js +2 -2
- package/package.json +2 -2
- package/01102044.js +0 -940
- package/0e8dfd52.js +0 -793
- package/0f25771b.js +0 -1118
- package/2470e1d8.js +0 -91
- package/32432dc3.js +0 -86
- package/36552e14.js +0 -849
- package/3ad35722.js +0 -365
- package/3f4db197.js +0 -943
- package/71827e37.js +0 -1032
- package/7a200c6a.js +0 -607
- package/872f2918.js +0 -7
- package/93b98f3e.js +0 -832
- package/a42a2ba9.js +0 -2103
- package/af0489f3.js +0 -2456
- package/b56f953d.js +0 -985
- package/b89c6a6a.js +0 -159
- package/bc7030d3.js +0 -70
- package/c739ba3e.js +0 -2679
- package/d306d59c.js +0 -2827
- package/d8adcd1e.js +0 -823
- package/ef845d7f.js +0 -1246
package/92e85b65.js
ADDED
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
import { i as a } from "./f9637058.js";
|
|
2
|
+
class o extends Map {
|
|
3
|
+
constructor(n, t = g) {
|
|
4
|
+
if (super(), Object.defineProperties(this, { _intern: { value: /* @__PURE__ */ new Map() }, _key: { value: t } }), n != null)
|
|
5
|
+
for (const [r, s] of n)
|
|
6
|
+
this.set(r, s);
|
|
7
|
+
}
|
|
8
|
+
get(n) {
|
|
9
|
+
return super.get(c(this, n));
|
|
10
|
+
}
|
|
11
|
+
has(n) {
|
|
12
|
+
return super.has(c(this, n));
|
|
13
|
+
}
|
|
14
|
+
set(n, t) {
|
|
15
|
+
return super.set(l(this, n), t);
|
|
16
|
+
}
|
|
17
|
+
delete(n) {
|
|
18
|
+
return super.delete(p(this, n));
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
function c({ _intern: e, _key: n }, t) {
|
|
22
|
+
const r = n(t);
|
|
23
|
+
return e.has(r) ? e.get(r) : t;
|
|
24
|
+
}
|
|
25
|
+
function l({ _intern: e, _key: n }, t) {
|
|
26
|
+
const r = n(t);
|
|
27
|
+
return e.has(r) ? e.get(r) : (e.set(r, t), t);
|
|
28
|
+
}
|
|
29
|
+
function p({ _intern: e, _key: n }, t) {
|
|
30
|
+
const r = n(t);
|
|
31
|
+
return e.has(r) && (t = e.get(r), e.delete(r)), t;
|
|
32
|
+
}
|
|
33
|
+
function g(e) {
|
|
34
|
+
return e !== null && typeof e == "object" ? e.valueOf() : e;
|
|
35
|
+
}
|
|
36
|
+
const f = Symbol("implicit");
|
|
37
|
+
function h() {
|
|
38
|
+
var e = new o(), n = [], t = [], r = f;
|
|
39
|
+
function s(u) {
|
|
40
|
+
let i = e.get(u);
|
|
41
|
+
if (i === void 0) {
|
|
42
|
+
if (r !== f)
|
|
43
|
+
return r;
|
|
44
|
+
e.set(u, i = n.push(u) - 1);
|
|
45
|
+
}
|
|
46
|
+
return t[i % t.length];
|
|
47
|
+
}
|
|
48
|
+
return s.domain = function(u) {
|
|
49
|
+
if (!arguments.length)
|
|
50
|
+
return n.slice();
|
|
51
|
+
n = [], e = new o();
|
|
52
|
+
for (const i of u)
|
|
53
|
+
e.has(i) || e.set(i, n.push(i) - 1);
|
|
54
|
+
return s;
|
|
55
|
+
}, s.range = function(u) {
|
|
56
|
+
return arguments.length ? (t = Array.from(u), s) : t.slice();
|
|
57
|
+
}, s.unknown = function(u) {
|
|
58
|
+
return arguments.length ? (r = u, s) : r;
|
|
59
|
+
}, s.copy = function() {
|
|
60
|
+
return h(n, t).unknown(r);
|
|
61
|
+
}, a.apply(s, arguments), s;
|
|
62
|
+
}
|
|
63
|
+
export {
|
|
64
|
+
h as o
|
|
65
|
+
};
|