@jsenv/cli 0.2.20 → 0.2.23
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/package.json +1 -1
- package/template-node-package/package.json +5 -5
- package/template-web/package.json +8 -8
- package/template-web-components/package.json +8 -8
- package/template-web-preact/.jsenv/craft/@fs/Users/dmail/Documents/dev/core/node_modules/preact/dist/preact.module.js +159 -155
- package/template-web-preact/.jsenv/craft/@fs/Users/dmail/Documents/dev/core/node_modules/preact/jsx-runtime/dist/jsxRuntime.module.js +5 -6
- package/template-web-preact/.jsenv/shape/index.html +2 -2
- package/template-web-preact/.jsenv/shape/main.jsx +1 -1
- package/template-web-preact/.jsenv/shape/main.nomodule.jsx +1 -1
- package/template-web-preact/.jsenv/shape/vendors.js +1 -1
- package/template-web-preact/.jsenv/shape/vendors.nomodule.js +1 -1
- package/template-web-preact/dist/index.html +2 -2
- package/template-web-preact/dist/js/main.nomodule.js +1 -1
- package/template-web-preact/dist/js/vendors.nomodule.js +1 -1
- package/template-web-preact/package.json +11 -11
- package/template-web-react/.jsenv/craft/@fs/Users/dmail/Documents/dev/core/{node_modules → packages/related/cli/node_modules}/react/index.js +1 -1
- package/template-web-react/.jsenv/craft/@fs/Users/dmail/Documents/dev/core/{node_modules → packages/related/cli/node_modules}/react/jsx-runtime.js +1 -1
- package/template-web-react/.jsenv/craft/@fs/Users/dmail/Documents/dev/core/packages/related/cli/node_modules/react/react/jsx-runtime.jsx +61 -0
- package/template-web-react/.jsenv/craft/@fs/Users/dmail/Documents/dev/core/packages/related/cli/node_modules/react/react.jsx +635 -0
- package/template-web-react/.jsenv/craft/@fs/Users/dmail/Documents/dev/core/packages/related/cli/node_modules/react-dom/client.js +34 -0
- package/template-web-react/.jsenv/craft/@fs/Users/dmail/Documents/dev/core/packages/related/cli/node_modules/react-dom/react-dom/client.jsx +9847 -0
- package/template-web-react/.jsenv/craft/app/app.jsx +2 -2
- package/template-web-react/.jsenv/craft/app/counter.jsx +2 -2
- package/template-web-react/.jsenv/craft/cjs_to_esm/@fs/Users/dmail/Documents/dev/core/packages/related/cli/node_modules/react/index.production.js +824 -0
- package/template-web-react/.jsenv/craft/cjs_to_esm/@fs/Users/dmail/Documents/dev/core/packages/related/cli/node_modules/react/index.production.js__compile_info__.json +26 -0
- package/template-web-react/.jsenv/craft/cjs_to_esm/@fs/Users/dmail/Documents/dev/core/packages/related/cli/node_modules/react/index.production.map +1 -0
- package/template-web-react/.jsenv/craft/cjs_to_esm/@fs/Users/dmail/Documents/dev/core/packages/related/cli/node_modules/react/jsx-runtime.production.js +69 -0
- package/template-web-react/.jsenv/craft/cjs_to_esm/@fs/Users/dmail/Documents/dev/core/packages/related/cli/node_modules/react/jsx-runtime.production.js__compile_info__.json +18 -0
- package/template-web-react/.jsenv/craft/cjs_to_esm/@fs/Users/dmail/Documents/dev/core/packages/related/cli/node_modules/react/jsx-runtime.production.map +1 -0
- package/template-web-react/.jsenv/craft/cjs_to_esm/@fs/Users/dmail/Documents/dev/core/packages/related/cli/node_modules/react-dom/client.production.js +16066 -0
- package/template-web-react/.jsenv/craft/cjs_to_esm/@fs/Users/dmail/Documents/dev/core/packages/related/cli/node_modules/react-dom/client.production.js__compile_info__.json +42 -0
- package/template-web-react/.jsenv/craft/cjs_to_esm/@fs/Users/dmail/Documents/dev/core/packages/related/cli/node_modules/react-dom/client.production.map +1 -0
- package/template-web-react/.jsenv/craft/cjs_to_esm/__compile_context__.json +1 -1
- package/template-web-react/.jsenv/craft/main.jsx +3 -3
- package/template-web-react/.jsenv/shape/index.html +1 -1
- package/template-web-react/.jsenv/shape/vendors.js +1 -10
- package/template-web-react/.jsenv/shape/vendors.nomodule.js +1 -10
- package/template-web-react/dist/index.html +1 -1
- package/template-web-react/dist/js/vendors.nomodule.js +1 -10
- package/template-web-react/package.json +12 -12
- package/template-web-react/.jsenv/craft/@fs/Users/dmail/Documents/dev/core/node_modules/react/react/jsx-runtime.jsx +0 -443
- package/template-web-react/.jsenv/craft/@fs/Users/dmail/Documents/dev/core/node_modules/react/react.jsx +0 -413
- package/template-web-react/.jsenv/craft/@fs/Users/dmail/Documents/dev/core/node_modules/react-dom/client.js +0 -25
- package/template-web-react/.jsenv/craft/@fs/Users/dmail/Documents/dev/core/node_modules/react-dom/react-dom/client.jsx +0 -7462
- package/template-web-react/.jsenv/craft/cjs_to_esm/@fs/Users/dmail/Documents/dev/core/node_modules/react/index.production.js +0 -96
- package/template-web-react/.jsenv/craft/cjs_to_esm/@fs/Users/dmail/Documents/dev/core/node_modules/react/index.production.js__compile_info__.json +0 -18
- package/template-web-react/.jsenv/craft/cjs_to_esm/@fs/Users/dmail/Documents/dev/core/node_modules/react/index.production.map +0 -1
- package/template-web-react/.jsenv/craft/cjs_to_esm/@fs/Users/dmail/Documents/dev/core/node_modules/react/jsx-runtime.production.js +0 -99
- package/template-web-react/.jsenv/craft/cjs_to_esm/@fs/Users/dmail/Documents/dev/core/node_modules/react/jsx-runtime.production.js__compile_info__.json +0 -26
- package/template-web-react/.jsenv/craft/cjs_to_esm/@fs/Users/dmail/Documents/dev/core/node_modules/react/jsx-runtime.production.map +0 -1
- package/template-web-react/.jsenv/craft/cjs_to_esm/@fs/Users/dmail/Documents/dev/core/node_modules/react-dom/client.production.js +0 -439
- package/template-web-react/.jsenv/craft/cjs_to_esm/@fs/Users/dmail/Documents/dev/core/node_modules/react-dom/client.production.js__compile_info__.json +0 -30
- package/template-web-react/.jsenv/craft/cjs_to_esm/@fs/Users/dmail/Documents/dev/core/node_modules/react-dom/client.production.map +0 -1
package/package.json
CHANGED
|
@@ -12,10 +12,10 @@
|
|
|
12
12
|
},
|
|
13
13
|
"devDependencies": {
|
|
14
14
|
"@jsenv/assert": "4.4.2",
|
|
15
|
-
"@jsenv/core": "39.7.
|
|
16
|
-
"@jsenv/eslint-config-relax": "1.3.
|
|
17
|
-
"@jsenv/test": "3.5.
|
|
18
|
-
"eslint": "9.
|
|
19
|
-
"prettier": "3.
|
|
15
|
+
"@jsenv/core": "39.7.5",
|
|
16
|
+
"@jsenv/eslint-config-relax": "1.3.6",
|
|
17
|
+
"@jsenv/test": "3.5.31",
|
|
18
|
+
"eslint": "9.16.0",
|
|
19
|
+
"prettier": "3.4.2"
|
|
20
20
|
}
|
|
21
21
|
}
|
|
@@ -16,14 +16,14 @@
|
|
|
16
16
|
"devDependencies": {
|
|
17
17
|
"@babel/plugin-syntax-import-attributes": "7.26.0",
|
|
18
18
|
"@jsenv/assert": "4.4.2",
|
|
19
|
-
"@jsenv/core": "39.7.
|
|
20
|
-
"@jsenv/eslint-config-relax": "1.3.
|
|
21
|
-
"@jsenv/plugin-bundling": "2.7.
|
|
22
|
-
"@jsenv/plugin-minification": "1.5.
|
|
23
|
-
"@jsenv/test": "3.5.
|
|
24
|
-
"eslint": "9.
|
|
19
|
+
"@jsenv/core": "39.7.5",
|
|
20
|
+
"@jsenv/eslint-config-relax": "1.3.6",
|
|
21
|
+
"@jsenv/plugin-bundling": "2.7.20",
|
|
22
|
+
"@jsenv/plugin-minification": "1.5.12",
|
|
23
|
+
"@jsenv/test": "3.5.31",
|
|
24
|
+
"eslint": "9.16.0",
|
|
25
25
|
"open": "10.1.0",
|
|
26
|
-
"@playwright/browser-chromium": "1.49.
|
|
27
|
-
"prettier": "3.
|
|
26
|
+
"@playwright/browser-chromium": "1.49.1",
|
|
27
|
+
"prettier": "3.4.2"
|
|
28
28
|
}
|
|
29
29
|
}
|
|
@@ -18,14 +18,14 @@
|
|
|
18
18
|
"@babel/plugin-syntax-import-attributes": "7.26.0",
|
|
19
19
|
"@jsenv/custom-elements-redefine": "0.0.1",
|
|
20
20
|
"@jsenv/assert": "4.4.2",
|
|
21
|
-
"@jsenv/core": "39.7.
|
|
22
|
-
"@jsenv/plugin-bundling": "2.7.
|
|
23
|
-
"@jsenv/plugin-minification": "1.5.
|
|
24
|
-
"@jsenv/eslint-config-relax": "1.3.
|
|
25
|
-
"@jsenv/test": "3.5.
|
|
26
|
-
"eslint": "9.
|
|
21
|
+
"@jsenv/core": "39.7.5",
|
|
22
|
+
"@jsenv/plugin-bundling": "2.7.20",
|
|
23
|
+
"@jsenv/plugin-minification": "1.5.12",
|
|
24
|
+
"@jsenv/eslint-config-relax": "1.3.6",
|
|
25
|
+
"@jsenv/test": "3.5.31",
|
|
26
|
+
"eslint": "9.16.0",
|
|
27
27
|
"open": "10.1.0",
|
|
28
|
-
"@playwright/browser-chromium": "1.49.
|
|
29
|
-
"prettier": "3.
|
|
28
|
+
"@playwright/browser-chromium": "1.49.1",
|
|
29
|
+
"prettier": "3.4.2"
|
|
30
30
|
}
|
|
31
31
|
}
|
|
@@ -3,159 +3,161 @@ var n,
|
|
|
3
3
|
u,
|
|
4
4
|
t,
|
|
5
5
|
i,
|
|
6
|
-
o,
|
|
7
6
|
r,
|
|
8
|
-
|
|
7
|
+
o,
|
|
9
8
|
e,
|
|
9
|
+
f,
|
|
10
10
|
c,
|
|
11
11
|
s,
|
|
12
12
|
a,
|
|
13
|
-
h
|
|
13
|
+
h,
|
|
14
|
+
p = {},
|
|
14
15
|
v = [],
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
function
|
|
16
|
+
y = /acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,
|
|
17
|
+
d = Array.isArray;
|
|
18
|
+
function w(n, l) {
|
|
18
19
|
for (var u in l) n[u] = l[u];
|
|
19
20
|
return n;
|
|
20
21
|
}
|
|
21
|
-
function
|
|
22
|
+
function _(n) {
|
|
22
23
|
n && n.parentNode && n.parentNode.removeChild(n);
|
|
23
24
|
}
|
|
24
|
-
function
|
|
25
|
+
function g(l, u, t) {
|
|
25
26
|
var i,
|
|
26
|
-
o,
|
|
27
27
|
r,
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
28
|
+
o,
|
|
29
|
+
e = {};
|
|
30
|
+
for (o in u) "key" == o ? i = u[o] : "ref" == o ? r = u[o] : e[o] = u[o];
|
|
31
|
+
if (arguments.length > 2 && (e.children = arguments.length > 3 ? n.call(arguments, 2) : t), "function" == typeof l && null != l.defaultProps) for (o in l.defaultProps) void 0 === e[o] && (e[o] = l.defaultProps[o]);
|
|
32
|
+
return m(l, e, i, r, null);
|
|
32
33
|
}
|
|
33
|
-
function
|
|
34
|
-
var
|
|
34
|
+
function m(n, t, i, r, o) {
|
|
35
|
+
var e = {
|
|
35
36
|
type: n,
|
|
36
37
|
props: t,
|
|
37
38
|
key: i,
|
|
38
|
-
ref:
|
|
39
|
+
ref: r,
|
|
39
40
|
__k: null,
|
|
40
41
|
__: null,
|
|
41
42
|
__b: 0,
|
|
42
43
|
__e: null,
|
|
43
|
-
__d: void 0,
|
|
44
44
|
__c: null,
|
|
45
45
|
constructor: void 0,
|
|
46
|
-
__v: null ==
|
|
46
|
+
__v: null == o ? ++u : o,
|
|
47
47
|
__i: -1,
|
|
48
48
|
__u: 0
|
|
49
49
|
};
|
|
50
|
-
return null ==
|
|
50
|
+
return null == o && null != l.vnode && l.vnode(e), e;
|
|
51
51
|
}
|
|
52
|
-
function
|
|
52
|
+
function b() {
|
|
53
53
|
return {
|
|
54
54
|
current: null
|
|
55
55
|
};
|
|
56
56
|
}
|
|
57
|
-
function
|
|
57
|
+
function k(n) {
|
|
58
58
|
return n.children;
|
|
59
59
|
}
|
|
60
|
-
function
|
|
60
|
+
function x(n, l) {
|
|
61
61
|
this.props = n, this.context = l;
|
|
62
62
|
}
|
|
63
|
-
function
|
|
64
|
-
if (null == l) return n.__ ?
|
|
63
|
+
function C(n, l) {
|
|
64
|
+
if (null == l) return n.__ ? C(n.__, n.__i + 1) : null;
|
|
65
65
|
for (var u; l < n.__k.length; l++) if (null != (u = n.__k[l]) && null != u.__e) return u.__e;
|
|
66
|
-
return "function" == typeof n.type ?
|
|
66
|
+
return "function" == typeof n.type ? C(n) : null;
|
|
67
67
|
}
|
|
68
|
-
function
|
|
68
|
+
function S(n) {
|
|
69
69
|
var l, u;
|
|
70
70
|
if (null != (n = n.__) && null != n.__c) {
|
|
71
71
|
for (n.__e = n.__c.base = null, l = 0; l < n.__k.length; l++) if (null != (u = n.__k[l]) && null != u.__e) {
|
|
72
72
|
n.__e = n.__c.base = u.__e;
|
|
73
73
|
break;
|
|
74
74
|
}
|
|
75
|
-
return
|
|
75
|
+
return S(n);
|
|
76
76
|
}
|
|
77
77
|
}
|
|
78
|
-
function
|
|
79
|
-
(!n.__d && (n.__d = !0) && i.push(n) && !
|
|
78
|
+
function M(n) {
|
|
79
|
+
(!n.__d && (n.__d = !0) && i.push(n) && !P.__r++ || r !== l.debounceRendering) && ((r = l.debounceRendering) || o)(P);
|
|
80
80
|
}
|
|
81
|
-
function
|
|
82
|
-
var n, u, t,
|
|
83
|
-
for (i.sort(
|
|
84
|
-
|
|
81
|
+
function P() {
|
|
82
|
+
var n, u, t, r, o, f, c, s;
|
|
83
|
+
for (i.sort(e); n = i.shift();) n.__d && (u = i.length, r = void 0, f = (o = (t = n).__v).__e, c = [], s = [], t.__P && ((r = w({}, o)).__v = o.__v + 1, l.vnode && l.vnode(r), j(t.__P, r, o, t.__n, t.__P.namespaceURI, 32 & o.__u ? [f] : null, c, null == f ? C(o) : f, !!(32 & o.__u), s), r.__v = o.__v, r.__.__k[r.__i] = r, z(c, r, s), r.__e != f && S(r)), i.length > u && i.sort(e));
|
|
84
|
+
P.__r = 0;
|
|
85
85
|
}
|
|
86
|
-
function
|
|
86
|
+
function $(n, l, u, t, i, r, o, e, f, c, s) {
|
|
87
87
|
var a,
|
|
88
|
-
|
|
88
|
+
h,
|
|
89
89
|
y,
|
|
90
90
|
d,
|
|
91
91
|
w,
|
|
92
|
-
_
|
|
93
|
-
g =
|
|
94
|
-
|
|
95
|
-
u.
|
|
92
|
+
_,
|
|
93
|
+
g = t && t.__k || v,
|
|
94
|
+
m = l.length;
|
|
95
|
+
for (f = I(u, l, g, f), a = 0; a < m; a++) null != (y = u.__k[a]) && (h = -1 === y.__i ? p : g[y.__i] || p, y.__i = a, _ = j(n, y, h, i, r, o, e, f, c, s), d = y.__e, y.ref && h.ref != y.ref && (h.ref && V(h.ref, null, y), s.push(y.ref, y.__c || d, y)), null == w && null != d && (w = d), 4 & y.__u || h.__k === y.__k ? f = H(y, f, n) : "function" == typeof y.type && void 0 !== _ ? f = _ : d && (f = d.nextSibling), y.__u &= -7);
|
|
96
|
+
return u.__e = w, f;
|
|
96
97
|
}
|
|
97
|
-
function
|
|
98
|
-
var
|
|
99
|
-
i,
|
|
100
|
-
o,
|
|
98
|
+
function I(n, l, u, t) {
|
|
99
|
+
var i,
|
|
101
100
|
r,
|
|
101
|
+
o,
|
|
102
|
+
e,
|
|
102
103
|
f,
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
for (n.__k = [],
|
|
108
|
-
children:
|
|
109
|
-
}, null, null, null) : void 0 ===
|
|
110
|
-
if (
|
|
104
|
+
c = l.length,
|
|
105
|
+
s = u.length,
|
|
106
|
+
a = s,
|
|
107
|
+
h = 0;
|
|
108
|
+
for (n.__k = [], i = 0; i < c; i++) null != (r = l[i]) && "boolean" != typeof r && "function" != typeof r ? (e = i + h, (r = n.__k[i] = "string" == typeof r || "number" == typeof r || "bigint" == typeof r || r.constructor == String ? m(null, r, null, null, null) : d(r) ? m(k, {
|
|
109
|
+
children: r
|
|
110
|
+
}, null, null, null) : void 0 === r.constructor && r.__b > 0 ? m(r.type, r.props, r.key, r.ref ? r.ref : null, r.__v) : r).__ = n, r.__b = n.__b + 1, o = null, -1 !== (f = r.__i = T(r, u, e, a)) && (a--, (o = u[f]) && (o.__u |= 2)), null == o || null === o.__v ? (-1 == f && h--, "function" != typeof r.type && (r.__u |= 4)) : f !== e && (f == e - 1 ? h-- : f == e + 1 ? h++ : (f > e ? h-- : h++, r.__u |= 4))) : r = n.__k[i] = null;
|
|
111
|
+
if (a) for (i = 0; i < s; i++) null != (o = u[i]) && 0 == (2 & o.__u) && (o.__e == t && (t = C(o)), q(o, o));
|
|
112
|
+
return t;
|
|
111
113
|
}
|
|
112
|
-
function
|
|
114
|
+
function H(n, l, u) {
|
|
113
115
|
var t, i;
|
|
114
116
|
if ("function" == typeof n.type) {
|
|
115
|
-
for (t = n.__k, i = 0; t && i < t.length; i++) t[i] && (t[i].__ = n, l =
|
|
117
|
+
for (t = n.__k, i = 0; t && i < t.length; i++) t[i] && (t[i].__ = n, l = H(t[i], l, u));
|
|
116
118
|
return l;
|
|
117
119
|
}
|
|
118
|
-
n.__e != l && (l && n.type && !u.contains(l) && (l =
|
|
120
|
+
n.__e != l && (l && n.type && !u.contains(l) && (l = C(n)), u.insertBefore(n.__e, l || null), l = n.__e);
|
|
119
121
|
do {
|
|
120
122
|
l = l && l.nextSibling;
|
|
121
123
|
} while (null != l && 8 === l.nodeType);
|
|
122
124
|
return l;
|
|
123
125
|
}
|
|
124
|
-
function
|
|
125
|
-
return l = l || [], null == n || "boolean" == typeof n || (
|
|
126
|
-
|
|
126
|
+
function L(n, l) {
|
|
127
|
+
return l = l || [], null == n || "boolean" == typeof n || (d(n) ? n.some(function (n) {
|
|
128
|
+
L(n, l);
|
|
127
129
|
}) : l.push(n)), l;
|
|
128
130
|
}
|
|
129
|
-
function
|
|
131
|
+
function T(n, l, u, t) {
|
|
130
132
|
var i = n.key,
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
if (null ===
|
|
136
|
-
if (("function" != typeof
|
|
137
|
-
if (
|
|
138
|
-
if ((
|
|
139
|
-
|
|
133
|
+
r = n.type,
|
|
134
|
+
o = u - 1,
|
|
135
|
+
e = u + 1,
|
|
136
|
+
f = l[u];
|
|
137
|
+
if (null === f || f && i == f.key && r === f.type && 0 == (2 & f.__u)) return u;
|
|
138
|
+
if (("function" != typeof r || r === k || i) && t > (null != f && 0 == (2 & f.__u) ? 1 : 0)) for (; o >= 0 || e < l.length;) {
|
|
139
|
+
if (o >= 0) {
|
|
140
|
+
if ((f = l[o]) && 0 == (2 & f.__u) && i == f.key && r === f.type) return o;
|
|
141
|
+
o--;
|
|
140
142
|
}
|
|
141
|
-
if (
|
|
142
|
-
if ((
|
|
143
|
-
|
|
143
|
+
if (e < l.length) {
|
|
144
|
+
if ((f = l[e]) && 0 == (2 & f.__u) && i == f.key && r === f.type) return e;
|
|
145
|
+
e++;
|
|
144
146
|
}
|
|
145
147
|
}
|
|
146
148
|
return -1;
|
|
147
149
|
}
|
|
148
|
-
function
|
|
149
|
-
"-" === l[0] ? n.setProperty(l, null == u ? "" : u) : n[l] = null == u ? "" : "number" != typeof u ||
|
|
150
|
+
function A(n, l, u) {
|
|
151
|
+
"-" === l[0] ? n.setProperty(l, null == u ? "" : u) : n[l] = null == u ? "" : "number" != typeof u || y.test(l) ? u : u + "px";
|
|
150
152
|
}
|
|
151
|
-
function
|
|
152
|
-
var
|
|
153
|
+
function F(n, l, u, t, i) {
|
|
154
|
+
var r;
|
|
153
155
|
n: if ("style" === l) {
|
|
154
156
|
if ("string" == typeof u) n.style.cssText = u;else {
|
|
155
|
-
if ("string" == typeof t && (n.style.cssText = t = ""), t) for (l in t) u && l in u ||
|
|
156
|
-
if (u) for (l in u) t && u[l] === t[l] ||
|
|
157
|
+
if ("string" == typeof t && (n.style.cssText = t = ""), t) for (l in t) u && l in u || A(n.style, l, "");
|
|
158
|
+
if (u) for (l in u) t && u[l] === t[l] || A(n.style, l, u[l]);
|
|
157
159
|
}
|
|
158
|
-
} else if ("o" === l[0] && "n" === l[1])
|
|
160
|
+
} else if ("o" === l[0] && "n" === l[1]) r = l !== (l = l.replace(f, "$1")), l = l.toLowerCase() in n || "onFocusOut" === l || "onFocusIn" === l ? l.toLowerCase().slice(2) : l.slice(2), n.l || (n.l = {}), n.l[l + r] = u, u ? t ? u.u = t.u : (u.u = c, n.addEventListener(l, r ? a : s, r)) : n.removeEventListener(l, r ? a : s, r);else {
|
|
159
161
|
if ("http://www.w3.org/2000/svg" == i) l = l.replace(/xlink(H|:h)/, "h").replace(/sName$/, "s");else if ("width" != l && "height" != l && "href" != l && "list" != l && "form" != l && "tabIndex" != l && "download" != l && "rowSpan" != l && "colSpan" != l && "role" != l && "popover" != l && l in n) try {
|
|
160
162
|
n[l] = null == u ? "" : u;
|
|
161
163
|
break n;
|
|
@@ -163,67 +165,69 @@ function A(n, l, u, t, i) {
|
|
|
163
165
|
"function" == typeof u || (null == u || !1 === u && "-" !== l[4] ? n.removeAttribute(l) : n.setAttribute(l, "popover" == l && 1 == u ? "" : u));
|
|
164
166
|
}
|
|
165
167
|
}
|
|
166
|
-
function
|
|
168
|
+
function O(n) {
|
|
167
169
|
return function (u) {
|
|
168
170
|
if (this.l) {
|
|
169
171
|
var t = this.l[u.type + n];
|
|
170
|
-
if (null == u.t) u.t =
|
|
171
|
-
return l.event
|
|
172
|
+
if (null == u.t) u.t = c++;else if (u.t < t.u) return;
|
|
173
|
+
return t(l.event ? l.event(u) : u);
|
|
172
174
|
}
|
|
173
175
|
};
|
|
174
176
|
}
|
|
175
|
-
function
|
|
177
|
+
function j(n, u, t, i, r, o, e, f, c, s) {
|
|
176
178
|
var a,
|
|
177
179
|
h,
|
|
178
|
-
v,
|
|
179
180
|
p,
|
|
180
|
-
|
|
181
|
-
|
|
181
|
+
v,
|
|
182
|
+
y,
|
|
182
183
|
g,
|
|
183
184
|
m,
|
|
184
|
-
|
|
185
|
+
b,
|
|
185
186
|
C,
|
|
186
187
|
S,
|
|
187
188
|
M,
|
|
188
|
-
|
|
189
|
+
P,
|
|
189
190
|
I,
|
|
190
191
|
H,
|
|
191
192
|
L,
|
|
192
|
-
T
|
|
193
|
+
T,
|
|
194
|
+
A,
|
|
195
|
+
F = u.type;
|
|
193
196
|
if (void 0 !== u.constructor) return null;
|
|
194
|
-
128 & t.__u && (c = !!(32 & t.__u),
|
|
195
|
-
n: if ("function" == typeof
|
|
196
|
-
if (
|
|
197
|
-
if (
|
|
198
|
-
for (u.__v !== t.__v && (h.props =
|
|
197
|
+
128 & t.__u && (c = !!(32 & t.__u), o = [f = u.__e = t.__e]), (a = l.__b) && a(u);
|
|
198
|
+
n: if ("function" == typeof F) try {
|
|
199
|
+
if (b = u.props, C = "prototype" in F && F.prototype.render, S = (a = F.contextType) && i[a.__c], M = a ? S ? S.props.value : a.__ : i, t.__c ? m = (h = u.__c = t.__c).__ = h.__E : (C ? u.__c = h = new F(b, M) : (u.__c = h = new x(b, M), h.constructor = F, h.render = B), S && S.sub(h), h.props = b, h.state || (h.state = {}), h.context = M, h.__n = i, p = h.__d = !0, h.__h = [], h._sb = []), C && null == h.__s && (h.__s = h.state), C && null != F.getDerivedStateFromProps && (h.__s == h.state && (h.__s = w({}, h.__s)), w(h.__s, F.getDerivedStateFromProps(b, h.__s))), v = h.props, y = h.state, h.__v = u, p) C && null == F.getDerivedStateFromProps && null != h.componentWillMount && h.componentWillMount(), C && null != h.componentDidMount && h.__h.push(h.componentDidMount);else {
|
|
200
|
+
if (C && null == F.getDerivedStateFromProps && b !== v && null != h.componentWillReceiveProps && h.componentWillReceiveProps(b, M), !h.__e && (null != h.shouldComponentUpdate && !1 === h.shouldComponentUpdate(b, h.__s, M) || u.__v === t.__v)) {
|
|
201
|
+
for (u.__v !== t.__v && (h.props = b, h.state = h.__s, h.__d = !1), u.__e = t.__e, u.__k = t.__k, u.__k.some(function (n) {
|
|
199
202
|
n && (n.__ = u);
|
|
200
|
-
}),
|
|
201
|
-
h._sb = [], h.__h.length &&
|
|
203
|
+
}), P = 0; P < h._sb.length; P++) h.__h.push(h._sb[P]);
|
|
204
|
+
h._sb = [], h.__h.length && e.push(h);
|
|
202
205
|
break n;
|
|
203
206
|
}
|
|
204
|
-
null != h.componentWillUpdate && h.componentWillUpdate(
|
|
205
|
-
h.componentDidUpdate(
|
|
207
|
+
null != h.componentWillUpdate && h.componentWillUpdate(b, h.__s, M), C && null != h.componentDidUpdate && h.__h.push(function () {
|
|
208
|
+
h.componentDidUpdate(v, y, g);
|
|
206
209
|
});
|
|
207
210
|
}
|
|
208
|
-
if (h.context =
|
|
209
|
-
for (h.state = h.__s, h.__d = !1,
|
|
211
|
+
if (h.context = M, h.props = b, h.__P = n, h.__e = !1, I = l.__r, H = 0, C) {
|
|
212
|
+
for (h.state = h.__s, h.__d = !1, I && I(u), a = h.render(h.props, h.state, h.context), L = 0; L < h._sb.length; L++) h.__h.push(h._sb[L]);
|
|
210
213
|
h._sb = [];
|
|
211
214
|
} else do {
|
|
212
|
-
h.__d = !1,
|
|
213
|
-
} while (h.__d && ++
|
|
214
|
-
h.state = h.__s, null != h.getChildContext && (i =
|
|
215
|
+
h.__d = !1, I && I(u), a = h.render(h.props, h.state, h.context), h.state = h.__s;
|
|
216
|
+
} while (h.__d && ++H < 25);
|
|
217
|
+
h.state = h.__s, null != h.getChildContext && (i = w(w({}, i), h.getChildContext())), C && !p && null != h.getSnapshotBeforeUpdate && (g = h.getSnapshotBeforeUpdate(v, y)), f = $(n, d(T = null != a && a.type === k && null == a.key ? a.props.children : a) ? T : [T], u, t, i, r, o, e, f, c, s), h.base = u.__e, u.__u &= -161, h.__h.length && e.push(h), m && (h.__E = h.__ = null);
|
|
215
218
|
} catch (n) {
|
|
216
|
-
if (u.__v = null, c || null !=
|
|
217
|
-
|
|
218
|
-
|
|
219
|
+
if (u.__v = null, c || null != o) {
|
|
220
|
+
if (n.then) {
|
|
221
|
+
for (u.__u |= c ? 160 : 128; f && 8 === f.nodeType && f.nextSibling;) f = f.nextSibling;
|
|
222
|
+
o[o.indexOf(f)] = null, u.__e = f;
|
|
223
|
+
} else for (A = o.length; A--;) _(o[A]);
|
|
219
224
|
} else u.__e = t.__e, u.__k = t.__k;
|
|
220
225
|
l.__e(n, u, t);
|
|
221
|
-
} else null ==
|
|
222
|
-
(a = l.diffed) && a(u);
|
|
226
|
+
} else null == o && u.__v === t.__v ? (u.__k = t.__k, u.__e = t.__e) : f = u.__e = N(t.__e, u, t, i, r, o, e, c, s);
|
|
227
|
+
return (a = l.diffed) && a(u), 128 & u.__u ? void 0 : f;
|
|
223
228
|
}
|
|
224
|
-
function
|
|
225
|
-
|
|
226
|
-
for (var i = 0; i < t.length; i++) E(t[i], t[++i], t[++i]);
|
|
229
|
+
function z(n, u, t) {
|
|
230
|
+
for (var i = 0; i < t.length; i++) V(t[i], t[++i], t[++i]);
|
|
227
231
|
l.__c && l.__c(u, n), n.some(function (u) {
|
|
228
232
|
try {
|
|
229
233
|
n = u.__h, u.__h = [], n.some(function (n) {
|
|
@@ -234,38 +238,38 @@ function j(n, u, t) {
|
|
|
234
238
|
}
|
|
235
239
|
});
|
|
236
240
|
}
|
|
237
|
-
function
|
|
241
|
+
function N(u, t, i, r, o, e, f, c, s) {
|
|
238
242
|
var a,
|
|
243
|
+
h,
|
|
239
244
|
v,
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
_,
|
|
245
|
+
y,
|
|
246
|
+
w,
|
|
243
247
|
g,
|
|
244
248
|
m,
|
|
245
249
|
b = i.props,
|
|
246
250
|
k = t.props,
|
|
247
|
-
|
|
248
|
-
if ("svg" ===
|
|
249
|
-
u =
|
|
251
|
+
x = t.type;
|
|
252
|
+
if ("svg" === x ? o = "http://www.w3.org/2000/svg" : "math" === x ? o = "http://www.w3.org/1998/Math/MathML" : o || (o = "http://www.w3.org/1999/xhtml"), null != e) for (a = 0; a < e.length; a++) if ((w = e[a]) && "setAttribute" in w == !!x && (x ? w.localName === x : 3 === w.nodeType)) {
|
|
253
|
+
u = w, e[a] = null;
|
|
250
254
|
break;
|
|
251
255
|
}
|
|
252
256
|
if (null == u) {
|
|
253
|
-
if (null ===
|
|
254
|
-
u = document.createElementNS(
|
|
257
|
+
if (null === x) return document.createTextNode(k);
|
|
258
|
+
u = document.createElementNS(o, x, k.is && k), c && (l.__m && l.__m(t, e), c = !1), e = null;
|
|
255
259
|
}
|
|
256
|
-
if (null ===
|
|
257
|
-
if (
|
|
258
|
-
for (a in b) if (
|
|
260
|
+
if (null === x) b === k || c && u.data === k || (u.data = k);else {
|
|
261
|
+
if (e = e && n.call(u.childNodes), b = i.props || p, !c && null != e) for (b = {}, a = 0; a < u.attributes.length; a++) b[(w = u.attributes[a]).name] = w.value;
|
|
262
|
+
for (a in b) if (w = b[a], "children" == a) ;else if ("dangerouslySetInnerHTML" == a) v = w;else if (!(a in k)) {
|
|
259
263
|
if ("value" == a && "defaultValue" in k || "checked" == a && "defaultChecked" in k) continue;
|
|
260
|
-
|
|
264
|
+
F(u, a, null, w, o);
|
|
261
265
|
}
|
|
262
|
-
for (a in k)
|
|
263
|
-
if (
|
|
264
|
-
c || (a = "value", "progress" ===
|
|
266
|
+
for (a in k) w = k[a], "children" == a ? y = w : "dangerouslySetInnerHTML" == a ? h = w : "value" == a ? g = w : "checked" == a ? m = w : c && "function" != typeof w || b[a] === w || F(u, a, w, b[a], o);
|
|
267
|
+
if (h) c || v && (h.__html === v.__html || h.__html === u.innerHTML) || (u.innerHTML = h.__html), t.__k = [];else if (v && (u.innerHTML = ""), $(u, d(y) ? y : [y], t, i, r, "foreignObject" === x ? "http://www.w3.org/1999/xhtml" : o, e, f, e ? e[0] : i.__k && C(i, 0), c, s), null != e) for (a = e.length; a--;) _(e[a]);
|
|
268
|
+
c || (a = "value", "progress" === x && null == g ? u.removeAttribute("value") : void 0 !== g && (g !== u[a] || "progress" === x && !g || "option" === x && g !== b[a]) && F(u, a, g, b[a], o), a = "checked", void 0 !== m && m !== u[a] && F(u, a, m, b[a], o));
|
|
265
269
|
}
|
|
266
270
|
return u;
|
|
267
271
|
}
|
|
268
|
-
function
|
|
272
|
+
function V(n, u, t) {
|
|
269
273
|
try {
|
|
270
274
|
if ("function" == typeof n) {
|
|
271
275
|
var i = "function" == typeof n.__u;
|
|
@@ -275,9 +279,9 @@ function E(n, u, t) {
|
|
|
275
279
|
l.__e(n, t);
|
|
276
280
|
}
|
|
277
281
|
}
|
|
278
|
-
function
|
|
279
|
-
var i,
|
|
280
|
-
if (l.unmount && l.unmount(n), (i = n.ref) && (i.current && i.current !== n.__e ||
|
|
282
|
+
function q(n, u, t) {
|
|
283
|
+
var i, r;
|
|
284
|
+
if (l.unmount && l.unmount(n), (i = n.ref) && (i.current && i.current !== n.__e || V(i, null, u)), null != (i = n.__c)) {
|
|
281
285
|
if (i.componentWillUnmount) try {
|
|
282
286
|
i.componentWillUnmount();
|
|
283
287
|
} catch (n) {
|
|
@@ -285,31 +289,31 @@ function N(n, u, t) {
|
|
|
285
289
|
}
|
|
286
290
|
i.base = i.__P = null;
|
|
287
291
|
}
|
|
288
|
-
if (i = n.__k) for (
|
|
289
|
-
t ||
|
|
292
|
+
if (i = n.__k) for (r = 0; r < i.length; r++) i[r] && q(i[r], u, t || "function" != typeof n.type);
|
|
293
|
+
t || _(n.__e), n.__c = n.__ = n.__e = void 0;
|
|
290
294
|
}
|
|
291
|
-
function
|
|
295
|
+
function B(n, l, u) {
|
|
292
296
|
return this.constructor(n, u);
|
|
293
297
|
}
|
|
294
|
-
function
|
|
295
|
-
var o,
|
|
296
|
-
l.__ && l.__(u, t),
|
|
298
|
+
function D(u, t, i) {
|
|
299
|
+
var r, o, e, f;
|
|
300
|
+
t === document && (t = document.documentElement), l.__ && l.__(u, t), o = (r = "function" == typeof i) ? null : i && i.__k || t.__k, e = [], f = [], j(t, u = (!r && i || t).__k = g(k, null, [u]), o || p, p, t.namespaceURI, !r && i ? [i] : o ? null : t.firstChild ? n.call(t.childNodes) : null, e, !r && i ? i : o ? o.__e : t.firstChild, r, f), z(e, u, f);
|
|
297
301
|
}
|
|
298
|
-
function
|
|
299
|
-
|
|
302
|
+
function E(n, l) {
|
|
303
|
+
D(n, l, E);
|
|
300
304
|
}
|
|
301
|
-
function
|
|
305
|
+
function G(l, u, t) {
|
|
302
306
|
var i,
|
|
303
|
-
o,
|
|
304
307
|
r,
|
|
305
|
-
|
|
306
|
-
e
|
|
307
|
-
|
|
308
|
-
|
|
308
|
+
o,
|
|
309
|
+
e,
|
|
310
|
+
f = w({}, l.props);
|
|
311
|
+
for (o in l.type && l.type.defaultProps && (e = l.type.defaultProps), u) "key" == o ? i = u[o] : "ref" == o ? r = u[o] : f[o] = void 0 === u[o] && void 0 !== e ? e[o] : u[o];
|
|
312
|
+
return arguments.length > 2 && (f.children = arguments.length > 3 ? n.call(arguments, 2) : t), m(l.type, f, i || l.key, r || l.ref, null);
|
|
309
313
|
}
|
|
310
|
-
function
|
|
314
|
+
function J(n, l) {
|
|
311
315
|
var u = {
|
|
312
|
-
__c: l = "__cC" +
|
|
316
|
+
__c: l = "__cC" + h++,
|
|
313
317
|
__: n,
|
|
314
318
|
Consumer: function (n, l) {
|
|
315
319
|
return n.children(l);
|
|
@@ -322,7 +326,7 @@ function G(n, l) {
|
|
|
322
326
|
u = null;
|
|
323
327
|
}, this.shouldComponentUpdate = function (n) {
|
|
324
328
|
this.props.value !== n.value && u.forEach(function (n) {
|
|
325
|
-
n.__e = !0,
|
|
329
|
+
n.__e = !0, M(n);
|
|
326
330
|
});
|
|
327
331
|
}, this.sub = function (n) {
|
|
328
332
|
u.add(n);
|
|
@@ -337,8 +341,8 @@ function G(n, l) {
|
|
|
337
341
|
}
|
|
338
342
|
n = v.slice, l = {
|
|
339
343
|
__e: function (n, l, u, t) {
|
|
340
|
-
for (var i,
|
|
341
|
-
if ((
|
|
344
|
+
for (var i, r, o; l = l.__;) if ((i = l.__c) && !i.__) try {
|
|
345
|
+
if ((r = i.constructor) && null != r.getDerivedStateFromError && (i.setState(r.getDerivedStateFromError(n)), o = i.__d), null != i.componentDidCatch && (i.componentDidCatch(n, t || {}), o = i.__d), o) return i.__E = i;
|
|
342
346
|
} catch (l) {
|
|
343
347
|
n = l;
|
|
344
348
|
}
|
|
@@ -346,12 +350,12 @@ n = v.slice, l = {
|
|
|
346
350
|
}
|
|
347
351
|
}, u = 0, t = function (n) {
|
|
348
352
|
return null != n && null == n.constructor;
|
|
349
|
-
},
|
|
353
|
+
}, x.prototype.setState = function (n, l) {
|
|
350
354
|
var u;
|
|
351
|
-
u = null != this.__s && this.__s !== this.state ? this.__s : this.__s =
|
|
352
|
-
},
|
|
353
|
-
this.__v && (this.__e = !0, n && this.__h.push(n),
|
|
354
|
-
},
|
|
355
|
+
u = null != this.__s && this.__s !== this.state ? this.__s : this.__s = w({}, this.state), "function" == typeof n && (n = n(w({}, u), this.props)), n && w(u, n), null != n && this.__v && (l && this._sb.push(l), M(this));
|
|
356
|
+
}, x.prototype.forceUpdate = function (n) {
|
|
357
|
+
this.__v && (this.__e = !0, n && this.__h.push(n), M(this));
|
|
358
|
+
}, x.prototype.render = k, i = [], o = "function" == typeof Promise ? Promise.prototype.then.bind(Promise.resolve()) : setTimeout, e = function (n, l) {
|
|
355
359
|
return n.__v.__b - l.__v.__b;
|
|
356
|
-
},
|
|
357
|
-
export {
|
|
360
|
+
}, P.__r = 0, f = /(PointerCapture)$|Capture$/i, c = 0, s = O(!1), a = O(!0), h = 0;
|
|
361
|
+
export { x as Component, k as Fragment, G as cloneElement, J as createContext, g as createElement, b as createRef, g as h, E as hydrate, t as isValidElement, l as options, D as render, L as toChildArray };
|
|
@@ -39,7 +39,6 @@ function u(e, t, n, o, i, u) {
|
|
|
39
39
|
__: null,
|
|
40
40
|
__b: 0,
|
|
41
41
|
__e: null,
|
|
42
|
-
__d: void 0,
|
|
43
42
|
__c: null,
|
|
44
43
|
constructor: void 0,
|
|
45
44
|
__v: --f,
|
|
@@ -72,23 +71,23 @@ function p(e, t) {
|
|
|
72
71
|
var a = t[u];
|
|
73
72
|
if (null != a && "" !== a) {
|
|
74
73
|
var p = "-" == u[0] ? u : c[u] || (c[u] = u.replace(l, "-$&").toLowerCase()),
|
|
75
|
-
|
|
76
|
-
"number" != typeof a || p.startsWith("--") || o.test(p) || (
|
|
74
|
+
s = ";";
|
|
75
|
+
"number" != typeof a || p.startsWith("--") || o.test(p) || (s = "px;"), i = i + p + ":" + a + s;
|
|
77
76
|
}
|
|
78
77
|
}
|
|
79
78
|
return e + '="' + i + '"';
|
|
80
79
|
}
|
|
81
80
|
return null == t || !1 === t || "function" == typeof t || "object" == typeof t ? "" : !0 === t ? e : e + '="' + n(t) + '"';
|
|
82
81
|
}
|
|
83
|
-
function
|
|
82
|
+
function s(r) {
|
|
84
83
|
if (null == r || "boolean" == typeof r || "function" == typeof r) return null;
|
|
85
84
|
if ("object" == typeof r) {
|
|
86
85
|
if (void 0 === r.constructor) return r;
|
|
87
86
|
if (i(r)) {
|
|
88
|
-
for (var e = 0; e < r.length; e++) r[e] =
|
|
87
|
+
for (var e = 0; e < r.length; e++) r[e] = s(r[e]);
|
|
89
88
|
return r;
|
|
90
89
|
}
|
|
91
90
|
}
|
|
92
91
|
return n("" + r);
|
|
93
92
|
}
|
|
94
|
-
export { u as jsx, p as jsxAttr, u as jsxDEV,
|
|
93
|
+
export { u as jsx, p as jsxAttr, u as jsxDEV, s as jsxEscape, a as jsxTemplate, u as jsxs };
|