@jsenv/cli 0.2.27 → 0.2.29

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 (21) hide show
  1. package/package.json +1 -1
  2. package/template-node-package/package.json +4 -4
  3. package/template-web/jsconfig.json +9 -0
  4. package/template-web/package.json +6 -6
  5. package/template-web-components/jsconfig.json +9 -0
  6. package/template-web-components/package.json +6 -6
  7. package/template-web-preact/.jsenv/craft/@fs/Users/dmail/Documents/dev/core/node_modules/preact/dist/preact.module.js +49 -50
  8. package/template-web-preact/.jsenv/craft/@fs/Users/dmail/Documents/dev/core/node_modules/preact/jsx-runtime/dist/jsxRuntime.module.js +11 -11
  9. package/template-web-preact/.jsenv/shape/index.html +1 -1
  10. package/template-web-preact/.jsenv/shape/vendors.js +1 -1
  11. package/template-web-preact/.jsenv/shape/vendors.nomodule.js +1 -1
  12. package/template-web-preact/dist/index.html +1 -1
  13. package/template-web-preact/dist/js/vendors.nomodule.js +1 -1
  14. package/template-web-preact/jsconfig.json +9 -0
  15. package/template-web-preact/package.json +9 -9
  16. package/template-web-react/.jsenv/craft/cjs_to_esm/@fs/Users/dmail/Documents/dev/core/node_modules/react/index.production.js__compile_info__.json +2 -2
  17. 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 +2 -2
  18. 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 +2 -2
  19. package/template-web-react/.jsenv/craft/cjs_to_esm/__compile_context__.json +1 -1
  20. package/template-web-react/jsconfig.json +9 -0
  21. package/template-web-react/package.json +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jsenv/cli",
3
- "version": "0.2.27",
3
+ "version": "0.2.29",
4
4
  "description": "Command Line Interface for jsenv",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -12,10 +12,10 @@
12
12
  },
13
13
  "devDependencies": {
14
14
  "@jsenv/assert": "4.4.2",
15
- "@jsenv/core": "39.8.0",
16
- "@jsenv/eslint-config-relax": "1.3.6",
17
- "@jsenv/test": "3.5.32",
18
- "eslint": "9.16.0",
15
+ "@jsenv/core": "39.9.0",
16
+ "@jsenv/eslint-config-relax": "1.3.9",
17
+ "@jsenv/test": "3.5.34",
18
+ "eslint": "9.17.0",
19
19
  "prettier": "3.4.2"
20
20
  }
21
21
  }
@@ -0,0 +1,9 @@
1
+ {
2
+ "compilerOptions": {
3
+ "module": "NodeNext",
4
+ "moduleResolution": "NodeNext",
5
+ "paths": {
6
+ "/*": ["./src/*"]
7
+ }
8
+ }
9
+ }
@@ -10,18 +10,18 @@
10
10
  "test:coverage": "npm run test -- --coverage",
11
11
  "build": "node ./scripts/build.mjs",
12
12
  "build:serve": "node ./scripts/build_serve.mjs --open",
13
- "eslint": "npx eslint . --ext=.html,.js,.mjs,.cjs",
13
+ "eslint": "npx eslint .",
14
14
  "prettier": "prettier --write ."
15
15
  },
16
16
  "devDependencies": {
17
17
  "@babel/plugin-syntax-import-attributes": "7.26.0",
18
18
  "@jsenv/assert": "4.4.2",
19
- "@jsenv/core": "39.8.0",
20
- "@jsenv/eslint-config-relax": "1.3.6",
21
- "@jsenv/plugin-bundling": "2.7.20",
19
+ "@jsenv/core": "39.9.0",
20
+ "@jsenv/eslint-config-relax": "1.3.9",
21
+ "@jsenv/plugin-bundling": "2.7.21",
22
22
  "@jsenv/plugin-minification": "1.5.12",
23
- "@jsenv/test": "3.5.32",
24
- "eslint": "9.16.0",
23
+ "@jsenv/test": "3.5.34",
24
+ "eslint": "9.17.0",
25
25
  "open": "10.1.0",
26
26
  "@playwright/browser-chromium": "1.49.1",
27
27
  "prettier": "3.4.2"
@@ -0,0 +1,9 @@
1
+ {
2
+ "compilerOptions": {
3
+ "module": "NodeNext",
4
+ "moduleResolution": "NodeNext",
5
+ "paths": {
6
+ "/*": ["./src/*"]
7
+ }
8
+ }
9
+ }
@@ -10,7 +10,7 @@
10
10
  "test:coverage": "npm run test -- --coverage",
11
11
  "build": "node ./scripts/build.mjs",
12
12
  "build:serve": "node ./scripts/build_serve.mjs --open",
13
- "eslint": "npx eslint . --ext=.html,.js,.mjs,.cjs",
13
+ "eslint": "npx eslint .",
14
14
  "prettier": "prettier --write .",
15
15
  "playwright:install": "npx playwright install-deps && npx playwright install"
16
16
  },
@@ -18,12 +18,12 @@
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.8.0",
22
- "@jsenv/plugin-bundling": "2.7.20",
21
+ "@jsenv/core": "39.9.0",
22
+ "@jsenv/plugin-bundling": "2.7.21",
23
23
  "@jsenv/plugin-minification": "1.5.12",
24
- "@jsenv/eslint-config-relax": "1.3.6",
25
- "@jsenv/test": "3.5.32",
26
- "eslint": "9.16.0",
24
+ "@jsenv/eslint-config-relax": "1.3.9",
25
+ "@jsenv/test": "3.5.34",
26
+ "eslint": "9.17.0",
27
27
  "open": "10.1.0",
28
28
  "@playwright/browser-chromium": "1.49.1",
29
29
  "prettier": "3.4.2"
@@ -92,77 +92,76 @@ function $(n, l, u, t, i, r, o, e, f, c, s) {
92
92
  _,
93
93
  g = t && t.__k || v,
94
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);
95
+ for (f = I(u, l, g, f, m), 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 = A(y, f, n) : "function" == typeof y.type && void 0 !== _ ? f = _ : d && (f = d.nextSibling), y.__u &= -7);
96
96
  return u.__e = w, f;
97
97
  }
98
- function I(n, l, u, t) {
99
- var i,
100
- r,
98
+ function I(n, l, u, t, i) {
99
+ var r,
101
100
  o,
102
101
  e,
103
102
  f,
104
- c = l.length,
103
+ c,
105
104
  s = u.length,
106
105
  a = s,
107
106
  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));
107
+ for (n.__k = new Array(i), r = 0; r < i; r++) null != (o = l[r]) && "boolean" != typeof o && "function" != typeof o ? (f = r + h, (o = n.__k[r] = "string" == typeof o || "number" == typeof o || "bigint" == typeof o || o.constructor == String ? m(null, o, null, null, null) : d(o) ? m(k, {
108
+ children: o
109
+ }, null, null, null) : void 0 === o.constructor && o.__b > 0 ? m(o.type, o.props, o.key, o.ref ? o.ref : null, o.__v) : o).__ = n, o.__b = n.__b + 1, e = null, -1 !== (c = o.__i = L(o, u, f, a)) && (a--, (e = u[c]) && (e.__u |= 2)), null == e || null === e.__v ? (-1 == c && h--, "function" != typeof o.type && (o.__u |= 4)) : c != f && (c == f - 1 ? h-- : c == f + 1 ? h++ : (c > f ? h-- : h++, o.__u |= 4))) : n.__k[r] = null;
110
+ if (a) for (r = 0; r < s; r++) null != (e = u[r]) && 0 == (2 & e.__u) && (e.__e == t && (t = C(e)), q(e, e));
112
111
  return t;
113
112
  }
114
- function H(n, l, u) {
113
+ function A(n, l, u) {
115
114
  var t, i;
116
115
  if ("function" == typeof n.type) {
117
- for (t = n.__k, i = 0; t && i < t.length; i++) t[i] && (t[i].__ = n, l = H(t[i], l, u));
116
+ for (t = n.__k, i = 0; t && i < t.length; i++) t[i] && (t[i].__ = n, l = A(t[i], l, u));
118
117
  return l;
119
118
  }
120
119
  n.__e != l && (l && n.type && !u.contains(l) && (l = C(n)), u.insertBefore(n.__e, l || null), l = n.__e);
121
120
  do {
122
121
  l = l && l.nextSibling;
123
- } while (null != l && 8 === l.nodeType);
122
+ } while (null != l && 8 == l.nodeType);
124
123
  return l;
125
124
  }
126
- function L(n, l) {
125
+ function H(n, l) {
127
126
  return l = l || [], null == n || "boolean" == typeof n || (d(n) ? n.some(function (n) {
128
- L(n, l);
127
+ H(n, l);
129
128
  }) : l.push(n)), l;
130
129
  }
131
- function T(n, l, u, t) {
132
- var i = n.key,
133
- r = n.type,
134
- o = u - 1,
135
- e = u + 1,
130
+ function L(n, l, u, t) {
131
+ var i,
132
+ r,
133
+ o = n.key,
134
+ e = n.type,
136
135
  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--;
136
+ if (null === f || f && o == f.key && e === f.type && 0 == (2 & f.__u)) return u;
137
+ if (t > (null != f && 0 == (2 & f.__u) ? 1 : 0)) for (i = u - 1, r = u + 1; i >= 0 || r < l.length;) {
138
+ if (i >= 0) {
139
+ if ((f = l[i]) && 0 == (2 & f.__u) && o == f.key && e === f.type) return i;
140
+ i--;
142
141
  }
143
- if (e < l.length) {
144
- if ((f = l[e]) && 0 == (2 & f.__u) && i == f.key && r === f.type) return e;
145
- e++;
142
+ if (r < l.length) {
143
+ if ((f = l[r]) && 0 == (2 & f.__u) && o == f.key && e === f.type) return r;
144
+ r++;
146
145
  }
147
146
  }
148
147
  return -1;
149
148
  }
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";
149
+ function T(n, l, u) {
150
+ "-" == l[0] ? n.setProperty(l, null == u ? "" : u) : n[l] = null == u ? "" : "number" != typeof u || y.test(l) ? u : u + "px";
152
151
  }
153
152
  function F(n, l, u, t, i) {
154
153
  var r;
155
- n: if ("style" === l) {
154
+ n: if ("style" == l) {
156
155
  if ("string" == typeof u) n.style.cssText = u;else {
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]);
156
+ if ("string" == typeof t && (n.style.cssText = t = ""), t) for (l in t) u && l in u || T(n.style, l, "");
157
+ if (u) for (l in u) t && u[l] === t[l] || T(n.style, l, u[l]);
159
158
  }
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
+ } 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 {
161
160
  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 {
162
161
  n[l] = null == u ? "" : u;
163
162
  break n;
164
163
  } catch (n) {}
165
- "function" == typeof u || (null == u || !1 === u && "-" !== l[4] ? n.removeAttribute(l) : n.setAttribute(l, "popover" == l && 1 == u ? "" : u));
164
+ "function" == typeof u || (null == u || !1 === u && "-" != l[4] ? n.removeAttribute(l) : n.setAttribute(l, "popover" == l && 1 == u ? "" : u));
166
165
  }
167
166
  }
168
167
  function O(n) {
@@ -188,17 +187,17 @@ function j(n, u, t, i, r, o, e, f, c, s) {
188
187
  M,
189
188
  P,
190
189
  I,
190
+ A,
191
191
  H,
192
192
  L,
193
193
  T,
194
- A,
195
194
  F = u.type;
196
195
  if (void 0 !== u.constructor) return null;
197
196
  128 & t.__u && (c = !!(32 & t.__u), o = [f = u.__e = t.__e]), (a = l.__b) && a(u);
198
197
  n: if ("function" == typeof F) try {
199
198
  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
+ 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)) {
200
+ 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) {
202
201
  n && (n.__ = u);
203
202
  }), P = 0; P < h._sb.length; P++) h.__h.push(h._sb[P]);
204
203
  h._sb = [], h.__h.length && e.push(h);
@@ -208,22 +207,22 @@ function j(n, u, t, i, r, o, e, f, c, s) {
208
207
  h.componentDidUpdate(v, y, g);
209
208
  });
210
209
  }
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
+ if (h.context = M, h.props = b, h.__P = n, h.__e = !1, I = l.__r, A = 0, C) {
211
+ for (h.state = h.__s, h.__d = !1, I && I(u), a = h.render(h.props, h.state, h.context), H = 0; H < h._sb.length; H++) h.__h.push(h._sb[H]);
213
212
  h._sb = [];
214
213
  } else do {
215
214
  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
+ } while (h.__d && ++A < 25);
216
+ 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(L = null != a && a.type === k && null == a.key ? a.props.children : a) ? L : [L], 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);
218
217
  } catch (n) {
219
218
  if (u.__v = null, c || null != o) {
220
219
  if (n.then) {
221
- for (u.__u |= c ? 160 : 128; f && 8 === f.nodeType && f.nextSibling;) f = f.nextSibling;
220
+ for (u.__u |= c ? 160 : 128; f && 8 == f.nodeType && f.nextSibling;) f = f.nextSibling;
222
221
  o[o.indexOf(f)] = null, u.__e = f;
223
- } else for (A = o.length; A--;) _(o[A]);
222
+ } else for (T = o.length; T--;) _(o[T]);
224
223
  } else u.__e = t.__e, u.__k = t.__k;
225
224
  l.__e(n, u, t);
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);
225
+ } 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
226
  return (a = l.diffed) && a(u), 128 & u.__u ? void 0 : f;
228
227
  }
229
228
  function z(n, u, t) {
@@ -249,12 +248,12 @@ function N(u, t, i, r, o, e, f, c, s) {
249
248
  b = i.props,
250
249
  k = t.props,
251
250
  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)) {
251
+ 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
252
  u = w, e[a] = null;
254
253
  break;
255
254
  }
256
255
  if (null == u) {
257
- if (null === x) return document.createTextNode(k);
256
+ if (null == x) return document.createTextNode(k);
258
257
  u = document.createElementNS(o, x, k.is && k), c && (l.__m && l.__m(t, e), c = !1), e = null;
259
258
  }
260
259
  if (null === x) b === k || c && u.data === k || (u.data = k);else {
@@ -264,8 +263,8 @@ function N(u, t, i, r, o, e, f, c, s) {
264
263
  F(u, a, null, w, o);
265
264
  }
266
265
  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));
266
+ 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]);
267
+ 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));
269
268
  }
270
269
  return u;
271
270
  }
@@ -297,7 +296,7 @@ function B(n, l, u) {
297
296
  }
298
297
  function D(u, t, i) {
299
298
  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);
299
+ 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);
301
300
  }
302
301
  function E(n, l) {
303
302
  D(n, l, E);
@@ -358,4 +357,4 @@ n = v.slice, l = {
358
357
  }, x.prototype.render = k, i = [], o = "function" == typeof Promise ? Promise.prototype.then.bind(Promise.resolve()) : setTimeout, e = function (n, l) {
359
358
  return n.__v.__b - l.__v.__b;
360
359
  }, 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 };
360
+ 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, H as toChildArray };
@@ -28,11 +28,11 @@ function u(e, t, n, o, i, u) {
28
28
  t || (t = {});
29
29
  var a,
30
30
  c,
31
- l = t;
32
- "ref" in t && (a = t.ref, delete t.ref);
33
- var p = {
31
+ p = t;
32
+ if ("ref" in p) for (c in p = {}, t) "ref" == c ? a = t[c] : p[c] = t[c];
33
+ var l = {
34
34
  type: e,
35
- props: l,
35
+ props: p,
36
36
  key: n,
37
37
  ref: a,
38
38
  __k: null,
@@ -47,8 +47,8 @@ function u(e, t, n, o, i, u) {
47
47
  __source: i,
48
48
  __self: u
49
49
  };
50
- if ("function" == typeof e && (a = e.defaultProps)) for (c in a) void 0 === l[c] && (l[c] = a[c]);
51
- return r.vnode && r.vnode(p), p;
50
+ if ("function" == typeof e && (a = e.defaultProps)) for (c in a) void 0 === p[c] && (p[c] = a[c]);
51
+ return r.vnode && r.vnode(l), l;
52
52
  }
53
53
  function a(r) {
54
54
  var t = u(e, {
@@ -58,8 +58,8 @@ function a(r) {
58
58
  return t.key = t.__v, t;
59
59
  }
60
60
  var c = {},
61
- l = /[A-Z]/g;
62
- function p(e, t) {
61
+ p = /[A-Z]/g;
62
+ function l(e, t) {
63
63
  if (r.attr) {
64
64
  var f = r.attr(e, t);
65
65
  if ("string" == typeof f) return f;
@@ -70,9 +70,9 @@ function p(e, t) {
70
70
  for (var u in t) {
71
71
  var a = t[u];
72
72
  if (null != a && "" !== a) {
73
- var p = "-" == u[0] ? u : c[u] || (c[u] = u.replace(l, "-$&").toLowerCase()),
73
+ var l = "-" == u[0] ? u : c[u] || (c[u] = u.replace(p, "-$&").toLowerCase()),
74
74
  s = ";";
75
- "number" != typeof a || p.startsWith("--") || o.test(p) || (s = "px;"), i = i + p + ":" + a + s;
75
+ "number" != typeof a || l.startsWith("--") || o.test(l) || (s = "px;"), i = i + l + ":" + a + s;
76
76
  }
77
77
  }
78
78
  return e + '="' + i + '"';
@@ -90,4 +90,4 @@ function s(r) {
90
90
  }
91
91
  return n("" + r);
92
92
  }
93
- export { u as jsx, p as jsxAttr, u as jsxDEV, s as jsxEscape, a as jsxTemplate, u as jsxs };
93
+ export { u as jsx, l as jsxAttr, u as jsxDEV, s as jsxEscape, a as jsxTemplate, u as jsxs };
@@ -5,7 +5,7 @@
5
5
  <link rel="icon" type="image/svg+xml" href="/other/preact_logo.svg?v=7aea73c3" original-href-position="5:43;5:67">
6
6
  <meta name="viewport" content="width=device-width,initial-scale=1">
7
7
  <script jsenv-injected-by="jsenv:core" content-indented="">
8
- ;(function(){var m = {"/js/vendors.nomodule.js":"/js/vendors.nomodule.js?v=8f73e9f8","/other/preact_logo.svg":"/other/preact_logo.svg?v=7aea73c3"}; window.__v__ = function (s) { return m[s] || s }; })();
8
+ ;(function(){var m = {"/js/vendors.nomodule.js":"/js/vendors.nomodule.js?v=46800e9f","/other/preact_logo.svg":"/other/preact_logo.svg?v=7aea73c3"}; window.__v__ = function (s) { return m[s] || s }; })();
9
9
  </script>
10
10
  <script inlined-from-src="file:///Users/dmail/Documents/dev/core/packages/related/cli/template-web-preact/src/index.html@s.js" jsenv-injected-by="jsenv:core" content-indented="">
11
11
  !function(e,n){if("function"==typeof define&&define.amd)define([],n);else if("undefined"!=typeof exports)n();else{n(),e.s={}}}("undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:this,(function(){"use strict";function e(e,n,t){return e&&e.then||(e=Promise.resolve(e)),n?e.then(n):e}function n(e){return function(){for(var n=[],t=0;t<arguments.length;t++)n[t]=arguments[t];try{return Promise.resolve(e.apply(this,n))}catch(e){return Promise.reject(e)}}}function t(){}function r(e,n){return e&&e.then?e.then(t):Promise.resolve()}function o(e,n){var t=e();return t&&t.then?t.then(n):n(t)}function i(e,n){try{var t=e()}catch(e){return n(e)}return t&&t.then?t.then(void 0,n):t}function u(e,n){return function(e){if(Array.isArray(e))return e}(e)||function(e,n){var t=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=t){var r,o,i,u,c=[],f=!0,l=!1;try{if(i=(t=t.call(e)).next,0===n);else for(;!(f=(r=i.call(t)).done)&&(c.push(r.value),c.length!==n);f=!0);}catch(e){l=!0,o=e}finally{try{if(!f&&null!=t.return&&(u=t.return(),Object(u)!==u))return}finally{if(l)throw o}}return c}}(e,n)||function(e,n){if(e){if("string"==typeof e)return c(e,n);var t={}.toString.call(e).slice(8,-1);return"Object"===t&&e.constructor&&(t=e.constructor.name),"Map"===t||"Set"===t?Array.from(e):"Arguments"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?c(e,n):void 0}}(e,n)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function c(e,n){(null==n||n>e.length)&&(n=e.length);for(var t=0,r=Array(n);t<n;t++)r[t]=e[t];return r}function f(e){return f="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},f(e)}!function(){var t=Object.create(null),c=Object.create(null),l=0,s={},a="object"===("undefined"==typeof document?"undefined":f(document)),d=self,m=!a&&"function"==typeof d.WorkerGlobalScope&&d instanceof d.WorkerGlobalScope,p=m&&"function"==typeof self.skipWaiting;d.System=s;var h=d.location.href.split("#")[0].split("?")[0],v=h.lastIndexOf("/");-1!==v&&(h=h.slice(0,v+1));var y=function(e,n){return new URL(e,n).href};if(a){var P=document.querySelector("base[href]");P&&(h=P.href),s.register=function(e,n){if(!document.currentScript)throw new Error("unexpected call to System.register (document.currentScript is undefined)");if(document.currentScript.__s__)return c[document.currentScript.src]=[e,n],null;var t=document.currentScript.src||"".concat(window.location.href,"__inline_script__").concat(++l);return c[t]=[e,n],_(t)},s.instantiate=function(e){var n=g(e);return new Promise((function(t,r){var o,i,u=function(e){o=e.filename,i=e.error};window.addEventListener("error",u),n.addEventListener("error",(function(){window.removeEventListener("error",u),r("An error occured while loading url with <script> for ".concat(e))})),n.addEventListener("load",(function(){window.removeEventListener("error",u),document.head.removeChild(n),o===e?r(i):t()})),document.head.appendChild(n)}))};var g=function(e){var n=document.createElement("script");return n.async=!0,e.indexOf("".concat(self.location.origin,"/"))&&(n.crossOrigin="anonymous"),n.__s__=!0,n.src=e,n}}if(m){var b=[];if(p){var w=["message","install","activate","fetch"],S={},x=new Promise((function(e){b.push(e)}));w.forEach((function(e){var n=[];self.addEventListener(e,(function(e){var t=S[e.type];t?t(e):(n.push(e),e.waitUntil(x))})),b.push((function(){if(n.length){var e=S[n[0].type];e&&n.forEach((function(n){e(n)})),n.length=0}}))}));var E=self.addEventListener;self.addEventListener=function(e,n,t){return w.indexOf(e)>-1?(S[e]=n,null):E.call(self,e,n,t)}}else{["message"].forEach((function(e){var n=[],t=function(e){n.push(e)};self.addEventListener(e,t),b.push((function(){self.removeEventListener(e,t),n.forEach((function(e){self.dispatchEvent(e)})),n.length=0}))}))}s.register=n((function(n,t){s.register=function(){throw new Error("unexpected call to System.register (called outside url instantiation)")};var r=self.location.href;return c[r]=[n,t],e(_(r),(function(e){return b.forEach((function(e){e()})),b.length=0,e}))})),s.instantiate=n((function(n){return e(self.fetch(n,{credentials:"same-origin"}),(function(t){if(!t.ok)throw Error("Failed to fetch module at ".concat(n));return e(t.text(),(function(e){e.indexOf("//# sourceURL=")<0&&(e+="\n//# sourceURL=".concat(n));var t=s.register;s.register=function(e,t){c[n]=[e,t]},(0,self.eval)(e),s.register=t}))}))}))}var _=function(e,n){var t=y(e,n),r=L(t,n);return r.completionPromise?r.completionPromise===r.namespace?Promise.resolve(r.namespace):r.completionPromise:O(r,n)},L=function(f,l){var a=t[f];if(a)return a;var d=T(),m={url:f,deps:[],dependencyLoads:[],instantiatePromise:null,linkPromise:null,executePromise:null,completionPromise:null,importerSetters:[],setters:[],execute:null,error:null,hoistedExports:!1,namespace:d};return t[f]=m,m.instantiatePromise=n((function(){return i((function(){var e=c[f];return o((function(){if(!e){var n=s.instantiate(f,l);return o((function(){if(n)return r(n)}),(function(){e=c[f]}))}}),(function(){if(!e)throw new Error("System.register() not called after executing ".concat(f));var n=u(e,2),t=n[0],r=(0,n[1])((function(e,n){m.hoistedExports=!0;var t=!1;if("string"==typeof e){var r=e,o=n;r in d&&d[r]===o||(d[r]=o,t=!0)}else Object.keys(e).forEach((function(n){var r=e[n];n in d&&d[n]===r||(d[n]=r,t=!0)})),e&&e.__esModule&&(d.__esModule=e.__esModule);return t&&m.importerSetters.forEach((function(e){e&&e(d)})),n}),{import:function(e){return _(e,f)},meta:M(f)}),o=r.setters,i=r.execute,c=void 0===i?function(){}:i;m.deps=t,m.setters=o,m.execute=c}))}),(function(e){m.error=e,m.execute=null}))}))(),m.linkPromise=n((function(){return e(m.instantiatePromise,(function(){return e(Promise.all(m.deps.map(n((function(e,n){var t=m.setters[n],i=y(e,f),u=L(i,f);return o((function(){if(u.instantiatePromise)return r(u.instantiatePromise)}),(function(){return t&&(u.importerSetters.push(t),!u.hoistedExports&&u.instantiatePromise||t(u.namespace)),u}))})))),(function(e){m.dependencyLoads=e}))}))}))(),m},O=n((function(n,t){return n.completionPromise=e(j(n,n,{}),(function(){return e(k(n,t?[t]:[]),(function(){return n.namespace}))})),n.completionPromise})),j=n((function(e,n,t){if(!t[e.url])return t[e.url]=!0,i((function(){return o((function(){if(e.linkPromise)return r(e.linkPromise)}),(function(){return r(Promise.all(e.dependencyLoads.map((function(e){return j(e,n,t)}))))}))}),(function(n){if(e.error)throw n;throw e.execute=null,n}))})),k=function(e,t){if(!(t.indexOf(e.url)>-1)){if(!e.execute){if(e.error)throw e.error;return e.executePromise?e.executePromise:void 0}var i=e.execute;e.execute=null;var u=[];return e.dependencyLoads.forEach((function(n){try{var r=t.slice();r.push(e.url);var o=k(n,r);o&&u.push(o)}catch(n){throw e.error=n,n}})),n((function(){return o((function(){if(u.length)return r(Promise.all(u))}),(function(){try{var n=i.call(A);if(n)return void(e.executePromise=n.then((function(){e.executePromise=null,e.completionPromise=e.namespace}),(function(n){throw e.executePromise=null,e.error=n,n})));e.instantiatePromise=null,e.linkPromise=null,e.completionPromise=e.namespace}catch(n){throw e.error=n,n}finally{e.execute=null}}))}))()}},A=Object.freeze(Object.create(null)),M=function(e){return{url:e,resolve:function(n){return y(n,e)}}},T="undefined"!=typeof Symbol&&Symbol.toStringTag?function(){var e=Object.create(null);return Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),e}:function(){return Object.create(null)}}()}));
@@ -1 +1 @@
1
- var _,e,n,t,o,r,l,u,i,c,f,s={},a=[],p=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,h=Array.isArray;function d(_,e){for(var n in e)_[n]=e[n];return _}function v(_){_&&_.parentNode&&_.parentNode.removeChild(_)}function m(_,t,o,r,l){var u={type:_,props:t,key:o,ref:r,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:null==l?++n:l,__i:-1,__u:0};return null==l&&null!=e.vnode&&e.vnode(u),u}function y(_){return _.children}function g(_,e){this.props=_,this.context=e}function k(_,e){if(null==e)return _.__?k(_.__,_.__i+1):null;for(var n;e<_.__k.length;e++)if(null!=(n=_.__k[e])&&null!=n.__e)return n.__e;return"function"==typeof _.type?k(_):null}function b(_){var e,n;if(null!=(_=_.__)&&null!=_.__c){for(_.__e=_.__c.base=null,e=0;e<_.__k.length;e++)if(null!=(n=_.__k[e])&&null!=n.__e){_.__e=_.__c.base=n.__e;break}return b(_)}}function w(_){(!_.__d&&(_.__d=!0)&&t.push(_)&&!H.__r++||o!==e.debounceRendering)&&((o=e.debounceRendering)||r)(H)}function H(){var _,n,o,r,u,i,c,f;for(t.sort(l);_=t.shift();)_.__d&&(n=t.length,r=void 0,i=(u=(o=_).__v).__e,c=[],f=[],o.__P&&((r=d({},u)).__v=u.__v+1,e.vnode&&e.vnode(r),U(o.__P,r,u,o.__n,o.__P.namespaceURI,32&u.__u?[i]:null,c,null==i?k(u):i,!!(32&u.__u),f),r.__v=u.__v,r.__.__k[r.__i]=r,T(c,r,f),r.__e!=i&&b(r)),t.length>n&&t.sort(l));H.__r=0}function x(_,e,n,t,o,r,l,u,i,c,f){var p,d,v,g,b,w,H=t&&t.__k||a,x=e.length;for(i=function(_,e,n,t){var o,r,l,u,i,c=e.length,f=n.length,s=f,a=0;for(_.__k=[],o=0;o<c;o++)null!=(r=e[o])&&"boolean"!=typeof r&&"function"!=typeof r?(u=o+a,(r=_.__k[o]="string"==typeof r||"number"==typeof r||"bigint"==typeof r||r.constructor==String?m(null,r,null,null,null):h(r)?m(y,{children:r},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).__=_,r.__b=_.__b+1,l=null,-1!==(i=r.__i=S(r,n,u,s))&&(s--,(l=n[i])&&(l.__u|=2)),null==l||null===l.__v?(-1==i&&a--,"function"!=typeof r.type&&(r.__u|=4)):i!==u&&(i==u-1?a--:i==u+1?a++:(i>u?a--:a++,r.__u|=4))):r=_.__k[o]=null;if(s)for(o=0;o<f;o++)null!=(l=n[o])&&!(2&l.__u)&&(l.__e==t&&(t=k(l)),M(l,l));return t}(n,e,H,i),p=0;p<x;p++)null!=(v=n.__k[p])&&(d=-1===v.__i?s:H[v.__i]||s,v.__i=p,w=U(_,v,d,o,r,l,u,i,c,f),g=v.__e,v.ref&&d.ref!=v.ref&&(d.ref&&F(d.ref,null,v),f.push(v.ref,v.__c||g,v)),null==b&&null!=g&&(b=g),4&v.__u||d.__k===v.__k?i=P(v,i,_):"function"==typeof v.type&&void 0!==w?i=w:g&&(i=g.nextSibling),v.__u&=-7);return n.__e=b,i}function P(_,e,n){var t,o;if("function"==typeof _.type){for(t=_.__k,o=0;t&&o<t.length;o++)t[o]&&(t[o].__=_,e=P(t[o],e,n));return e}_.__e!=e&&(e&&_.type&&!n.contains(e)&&(e=k(_)),n.insertBefore(_.__e,e||null),e=_.__e);do{e=e&&e.nextSibling}while(null!=e&&8===e.nodeType);return e}function S(_,e,n,t){var o=_.key,r=_.type,l=n-1,u=n+1,i=e[n];if(null===i||i&&o==i.key&&r===i.type&&!(2&i.__u))return n;if(("function"!=typeof r||r===y||o)&&t>(null==i||2&i.__u?0:1))for(;l>=0||u<e.length;){if(l>=0){if((i=e[l])&&!(2&i.__u)&&o==i.key&&r===i.type)return l;l--}if(u<e.length){if((i=e[u])&&!(2&i.__u)&&o==i.key&&r===i.type)return u;u++}}return-1}function N(_,e,n){"-"===e[0]?_.setProperty(e,null==n?"":n):_[e]=null==n?"":"number"!=typeof n||p.test(e)?n:n+"px"}function C(_,e,n,t,o){var r;_:if("style"===e)if("string"==typeof n)_.style.cssText=n;else{if("string"==typeof t&&(_.style.cssText=t=""),t)for(e in t)n&&e in n||N(_.style,e,"");if(n)for(e in n)t&&n[e]===t[e]||N(_.style,e,n[e])}else if("o"===e[0]&&"n"===e[1])r=e!==(e=e.replace(u,"$1")),e=e.toLowerCase()in _||"onFocusOut"===e||"onFocusIn"===e?e.toLowerCase().slice(2):e.slice(2),_.l||(_.l={}),_.l[e+r]=n,n?t?n.u=t.u:(n.u=i,_.addEventListener(e,r?f:c,r)):_.removeEventListener(e,r?f:c,r);else{if("http://www.w3.org/2000/svg"==o)e=e.replace(/xlink(H|:h)/,"h").replace(/sName$/,"s");else if("width"!=e&&"height"!=e&&"href"!=e&&"list"!=e&&"form"!=e&&"tabIndex"!=e&&"download"!=e&&"rowSpan"!=e&&"colSpan"!=e&&"role"!=e&&"popover"!=e&&e in _)try{_[e]=null==n?"":n;break _}catch(_){}"function"==typeof n||(null==n||!1===n&&"-"!==e[4]?_.removeAttribute(e):_.setAttribute(e,"popover"==e&&1==n?"":n))}}function E(_){return function(n){if(this.l){var t=this.l[n.type+_];if(null==n.t)n.t=i++;else if(n.t<t.u)return;return t(e.event?e.event(n):n)}}}function U(_,n,t,o,r,l,u,i,c,f){var s,a,p,m,k,b,w,H,P,S,N,C,E,U,T,F,M,L=n.type;if(void 0!==n.constructor)return null;128&t.__u&&(c=!!(32&t.__u),l=[i=n.__e=t.__e]),(s=e.__b)&&s(n);_:if("function"==typeof L)try{if(H=n.props,P="prototype"in L&&L.prototype.render,S=(s=L.contextType)&&o[s.__c],N=s?S?S.props.value:s.__:o,t.__c?w=(a=n.__c=t.__c).__=a.__E:(P?n.__c=a=new L(H,N):(n.__c=a=new g(H,N),a.constructor=L,a.render=A),S&&S.sub(a),a.props=H,a.state||(a.state={}),a.context=N,a.__n=o,p=a.__d=!0,a.__h=[],a._sb=[]),P&&null==a.__s&&(a.__s=a.state),P&&null!=L.getDerivedStateFromProps&&(a.__s==a.state&&(a.__s=d({},a.__s)),d(a.__s,L.getDerivedStateFromProps(H,a.__s))),m=a.props,k=a.state,a.__v=n,p)P&&null==L.getDerivedStateFromProps&&null!=a.componentWillMount&&a.componentWillMount(),P&&null!=a.componentDidMount&&a.__h.push(a.componentDidMount);else{if(P&&null==L.getDerivedStateFromProps&&H!==m&&null!=a.componentWillReceiveProps&&a.componentWillReceiveProps(H,N),!a.__e&&(null!=a.shouldComponentUpdate&&!1===a.shouldComponentUpdate(H,a.__s,N)||n.__v===t.__v)){for(n.__v!==t.__v&&(a.props=H,a.state=a.__s,a.__d=!1),n.__e=t.__e,n.__k=t.__k,n.__k.some((function(_){_&&(_.__=n)})),C=0;C<a._sb.length;C++)a.__h.push(a._sb[C]);a._sb=[],a.__h.length&&u.push(a);break _}null!=a.componentWillUpdate&&a.componentWillUpdate(H,a.__s,N),P&&null!=a.componentDidUpdate&&a.__h.push((function(){a.componentDidUpdate(m,k,b)}))}if(a.context=N,a.props=H,a.__P=_,a.__e=!1,E=e.__r,U=0,P){for(a.state=a.__s,a.__d=!1,E&&E(n),s=a.render(a.props,a.state,a.context),T=0;T<a._sb.length;T++)a.__h.push(a._sb[T]);a._sb=[]}else do{a.__d=!1,E&&E(n),s=a.render(a.props,a.state,a.context),a.state=a.__s}while(a.__d&&++U<25);a.state=a.__s,null!=a.getChildContext&&(o=d(d({},o),a.getChildContext())),P&&!p&&null!=a.getSnapshotBeforeUpdate&&(b=a.getSnapshotBeforeUpdate(m,k)),i=x(_,h(F=null!=s&&s.type===y&&null==s.key?s.props.children:s)?F:[F],n,t,o,r,l,u,i,c,f),a.base=n.__e,n.__u&=-161,a.__h.length&&u.push(a),w&&(a.__E=a.__=null)}catch(_){if(n.__v=null,c||null!=l)if(_.then){for(n.__u|=c?160:128;i&&8===i.nodeType&&i.nextSibling;)i=i.nextSibling;l[l.indexOf(i)]=null,n.__e=i}else for(M=l.length;M--;)v(l[M]);else n.__e=t.__e,n.__k=t.__k;e.__e(_,n,t)}else null==l&&n.__v===t.__v?(n.__k=t.__k,n.__e=t.__e):i=n.__e=D(t.__e,n,t,o,r,l,u,c,f);return(s=e.diffed)&&s(n),128&n.__u?void 0:i}function T(_,n,t){for(var o=0;o<t.length;o++)F(t[o],t[++o],t[++o]);e.__c&&e.__c(n,_),_.some((function(n){try{_=n.__h,n.__h=[],_.some((function(_){_.call(n)}))}catch(_){e.__e(_,n.__v)}}))}function D(n,t,o,r,l,u,i,c,f){var a,p,d,m,y,g,b,w=o.props,H=t.props,P=t.type;if("svg"===P?l="http://www.w3.org/2000/svg":"math"===P?l="http://www.w3.org/1998/Math/MathML":l||(l="http://www.w3.org/1999/xhtml"),null!=u)for(a=0;a<u.length;a++)if((y=u[a])&&"setAttribute"in y==!!P&&(P?y.localName===P:3===y.nodeType)){n=y,u[a]=null;break}if(null==n){if(null===P)return document.createTextNode(H);n=document.createElementNS(l,P,H.is&&H),c&&(e.__m&&e.__m(t,u),c=!1),u=null}if(null===P)w===H||c&&n.data===H||(n.data=H);else{if(u=u&&_.call(n.childNodes),w=o.props||s,!c&&null!=u)for(w={},a=0;a<n.attributes.length;a++)w[(y=n.attributes[a]).name]=y.value;for(a in w)if(y=w[a],"children"==a);else if("dangerouslySetInnerHTML"==a)d=y;else if(!(a in H)){if("value"==a&&"defaultValue"in H||"checked"==a&&"defaultChecked"in H)continue;C(n,a,null,y,l)}for(a in H)y=H[a],"children"==a?m=y:"dangerouslySetInnerHTML"==a?p=y:"value"==a?g=y:"checked"==a?b=y:c&&"function"!=typeof y||w[a]===y||C(n,a,y,w[a],l);if(p)c||d&&(p.__html===d.__html||p.__html===n.innerHTML)||(n.innerHTML=p.__html),t.__k=[];else if(d&&(n.innerHTML=""),x(n,h(m)?m:[m],t,o,r,"foreignObject"===P?"http://www.w3.org/1999/xhtml":l,u,i,u?u[0]:o.__k&&k(o,0),c,f),null!=u)for(a=u.length;a--;)v(u[a]);c||(a="value","progress"===P&&null==g?n.removeAttribute("value"):void 0!==g&&(g!==n[a]||"progress"===P&&!g||"option"===P&&g!==w[a])&&C(n,a,g,w[a],l),a="checked",void 0!==b&&b!==n[a]&&C(n,a,b,w[a],l))}return n}function F(_,n,t){try{if("function"==typeof _){var o="function"==typeof _.__u;o&&_.__u(),o&&null==n||(_.__u=_(n))}else _.current=n}catch(_){e.__e(_,t)}}function M(_,n,t){var o,r;if(e.unmount&&e.unmount(_),(o=_.ref)&&(o.current&&o.current!==_.__e||F(o,null,n)),null!=(o=_.__c)){if(o.componentWillUnmount)try{o.componentWillUnmount()}catch(_){e.__e(_,n)}o.base=o.__P=null}if(o=_.__k)for(r=0;r<o.length;r++)o[r]&&M(o[r],n,t||"function"!=typeof _.type);t||v(_.__e),_.__c=_.__=_.__e=void 0}function A(_,e,n){return this.constructor(_,n)}function L(n,t,o){var r,l,u,i;t===document&&(t=document.documentElement),e.__&&e.__(n,t),l=(r="function"==typeof o)?null:t.__k,u=[],i=[],U(t,n=(!r&&o||t).__k=function(e,n,t){var o,r,l,u={};for(l in n)"key"==l?o=n[l]:"ref"==l?r=n[l]:u[l]=n[l];if(arguments.length>2&&(u.children=arguments.length>3?_.call(arguments,2):t),"function"==typeof e&&null!=e.defaultProps)for(l in e.defaultProps)void 0===u[l]&&(u[l]=e.defaultProps[l]);return m(e,u,o,r,null)}(y,null,[n]),l||s,s,t.namespaceURI,!r&&o?[o]:l?null:t.firstChild?_.call(t.childNodes):null,u,!r&&o?o:l?l.__e:t.firstChild,r,i),T(u,n,i)}_=a.slice,e={__e:function(_,e,n,t){for(var o,r,l;e=e.__;)if((o=e.__c)&&!o.__)try{if((r=o.constructor)&&null!=r.getDerivedStateFromError&&(o.setState(r.getDerivedStateFromError(_)),l=o.__d),null!=o.componentDidCatch&&(o.componentDidCatch(_,t||{}),l=o.__d),l)return o.__E=o}catch(e){_=e}throw _}},n=0,g.prototype.setState=function(_,e){var n;n=null!=this.__s&&this.__s!==this.state?this.__s:this.__s=d({},this.state),"function"==typeof _&&(_=_(d({},n),this.props)),_&&d(n,_),null!=_&&this.__v&&(e&&this._sb.push(e),w(this))},g.prototype.forceUpdate=function(_){this.__v&&(this.__e=!0,_&&this.__h.push(_),w(this))},g.prototype.render=y,t=[],r="function"==typeof Promise?Promise.prototype.then.bind(Promise.resolve()):setTimeout,l=function(_,e){return _.__v.__b-e.__v.__b},H.__r=0,u=/(PointerCapture)$|Capture$/i,i=0,c=E(!1),f=E(!0);var W,I,R,$,q=0,B=[],O=e,j=O.__b,z=O.__r,V=O.diffed,G=O.__c,J=O.unmount,K=O.__;function Q(_,e){O.__h&&O.__h(I,_,q||e),q=0;var n=I.__H||(I.__H={__:[],__h:[]});return _>=n.__.length&&n.__.push({}),n.__[_]}function X(_){return q=1,function(_,e){var n=Q(W++,2);if(n.t=_,!n.__c&&(n.__=[o_(void 0,e),function(_){var e=n.__N?n.__N[0]:n.__[0],t=n.t(e,_);e!==t&&(n.__N=[t,n.__[1]],n.__c.setState({}))}],n.__c=I,!I.u)){var t=function(_,e,t){if(!n.__c.__H)return!0;var r=n.__c.__H.__.filter((function(_){return!!_.__c}));if(r.every((function(_){return!_.__N})))return!o||o.call(this,_,e,t);var l=n.__c.props!==_;return r.forEach((function(_){if(_.__N){var e=_.__[0];_.__=_.__N,_.__N=void 0,e!==_.__[0]&&(l=!0)}})),o&&o.call(this,_,e,t)||l};I.u=!0;var o=I.shouldComponentUpdate,r=I.componentWillUpdate;I.componentWillUpdate=function(_,e,n){if(this.__e){var l=o;o=void 0,t(_,e,n),o=l}r&&r.call(this,_,e,n)},I.shouldComponentUpdate=t}return n.__N||n.__}(o_,_)}function Y(_,e){var n=Q(W++,4);!O.__s&&function(_,e){return!_||_.length!==e.length||e.some((function(e,n){return e!==_[n]}))}(n.__H,e)&&(n.__=_,n.i=e,I.__h.push(n))}function Z(){for(var _;_=B.shift();)if(_.__P&&_.__H)try{_.__H.__h.forEach(n_),_.__H.__h.forEach(t_),_.__H.__h=[]}catch(e){_.__H.__h=[],O.__e(e,_.__v)}}O.__b=function(_){I=null,j&&j(_)},O.__=function(_,e){_&&e.__k&&e.__k.__m&&(_.__m=e.__k.__m),K&&K(_,e)},O.__r=function(_){z&&z(_),W=0;var e=(I=_.__c).__H;e&&(R===I?(e.__h=[],I.__h=[],e.__.forEach((function(_){_.__N&&(_.__=_.__N),_.i=_.__N=void 0}))):(e.__h.forEach(n_),e.__h.forEach(t_),e.__h=[],W=0)),R=I},O.diffed=function(_){V&&V(_);var e=_.__c;e&&e.__H&&(e.__H.__h.length&&(1!==B.push(e)&&$===O.requestAnimationFrame||(($=O.requestAnimationFrame)||e_)(Z)),e.__H.__.forEach((function(_){_.i&&(_.__H=_.i),_.i=void 0}))),R=I=null},O.__c=function(_,e){e.some((function(_){try{_.__h.forEach(n_),_.__h=_.__h.filter((function(_){return!_.__||t_(_)}))}catch(n){e.some((function(_){_.__h&&(_.__h=[])})),e=[],O.__e(n,_.__v)}})),G&&G(_,e)},O.unmount=function(_){J&&J(_);var e,n=_.__c;n&&n.__H&&(n.__H.__.forEach((function(_){try{n_(_)}catch(_){e=_}})),n.__H=void 0,e&&O.__e(e,n.__v))};var __="function"==typeof requestAnimationFrame;function e_(_){var e,n=function(){clearTimeout(t),__&&cancelAnimationFrame(e),setTimeout(_)},t=setTimeout(n,100);__&&(e=requestAnimationFrame(n))}function n_(_){var e=I,n=_.__c;"function"==typeof n&&(_.__c=void 0,n()),I=e}function t_(_){var e=I;_.__c=_.__(),I=e}function o_(_,e){return"function"==typeof e?e(_):e}var r_=0;function l_(_,n,t,o,r,l){n||(n={});var u,i,c=n;"ref"in n&&(u=n.ref,delete n.ref);var f={type:_,props:c,key:t,ref:u,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:--r_,__i:-1,__u:0,__source:r,__self:l};if("function"==typeof _&&(u=_.defaultProps))for(i in u)void 0===c[i]&&(c[i]=u[i]);return e.vnode&&e.vnode(f),f}export{L as D,Y as _,X as h,y as k,l_ as u};
1
+ var _,e,n,t,o,r,l,u,i,c,f,s={},a=[],p=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,h=Array.isArray;function d(_,e){for(var n in e)_[n]=e[n];return _}function v(_){_&&_.parentNode&&_.parentNode.removeChild(_)}function m(_,t,o,r,l){var u={type:_,props:t,key:o,ref:r,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:null==l?++n:l,__i:-1,__u:0};return null==l&&null!=e.vnode&&e.vnode(u),u}function y(_){return _.children}function g(_,e){this.props=_,this.context=e}function k(_,e){if(null==e)return _.__?k(_.__,_.__i+1):null;for(var n;e<_.__k.length;e++)if(null!=(n=_.__k[e])&&null!=n.__e)return n.__e;return"function"==typeof _.type?k(_):null}function b(_){var e,n;if(null!=(_=_.__)&&null!=_.__c){for(_.__e=_.__c.base=null,e=0;e<_.__k.length;e++)if(null!=(n=_.__k[e])&&null!=n.__e){_.__e=_.__c.base=n.__e;break}return b(_)}}function w(_){(!_.__d&&(_.__d=!0)&&t.push(_)&&!H.__r++||o!==e.debounceRendering)&&((o=e.debounceRendering)||r)(H)}function H(){var _,n,o,r,u,i,c,f;for(t.sort(l);_=t.shift();)_.__d&&(n=t.length,r=void 0,i=(u=(o=_).__v).__e,c=[],f=[],o.__P&&((r=d({},u)).__v=u.__v+1,e.vnode&&e.vnode(r),U(o.__P,r,u,o.__n,o.__P.namespaceURI,32&u.__u?[i]:null,c,null==i?k(u):i,!!(32&u.__u),f),r.__v=u.__v,r.__.__k[r.__i]=r,T(c,r,f),r.__e!=i&&b(r)),t.length>n&&t.sort(l));H.__r=0}function x(_,e,n,t,o,r,l,u,i,c,f){var p,d,v,g,b,w,H=t&&t.__k||a,x=e.length;for(i=function(_,e,n,t,o){var r,l,u,i,c,f=n.length,s=f,a=0;for(_.__k=new Array(o),r=0;r<o;r++)null!=(l=e[r])&&"boolean"!=typeof l&&"function"!=typeof l?(i=r+a,(l=_.__k[r]="string"==typeof l||"number"==typeof l||"bigint"==typeof l||l.constructor==String?m(null,l,null,null,null):h(l)?m(y,{children:l},null,null,null):void 0===l.constructor&&l.__b>0?m(l.type,l.props,l.key,l.ref?l.ref:null,l.__v):l).__=_,l.__b=_.__b+1,u=null,-1!==(c=l.__i=S(l,n,i,s))&&(s--,(u=n[c])&&(u.__u|=2)),null==u||null===u.__v?(-1==c&&a--,"function"!=typeof l.type&&(l.__u|=4)):c!=i&&(c==i-1?a--:c==i+1?a++:(c>i?a--:a++,l.__u|=4))):_.__k[r]=null;if(s)for(r=0;r<f;r++)null!=(u=n[r])&&!(2&u.__u)&&(u.__e==t&&(t=k(u)),A(u,u));return t}(n,e,H,i,x),p=0;p<x;p++)null!=(v=n.__k[p])&&(d=-1===v.__i?s:H[v.__i]||s,v.__i=p,w=U(_,v,d,o,r,l,u,i,c,f),g=v.__e,v.ref&&d.ref!=v.ref&&(d.ref&&F(d.ref,null,v),f.push(v.ref,v.__c||g,v)),null==b&&null!=g&&(b=g),4&v.__u||d.__k===v.__k?i=P(v,i,_):"function"==typeof v.type&&void 0!==w?i=w:g&&(i=g.nextSibling),v.__u&=-7);return n.__e=b,i}function P(_,e,n){var t,o;if("function"==typeof _.type){for(t=_.__k,o=0;t&&o<t.length;o++)t[o]&&(t[o].__=_,e=P(t[o],e,n));return e}_.__e!=e&&(e&&_.type&&!n.contains(e)&&(e=k(_)),n.insertBefore(_.__e,e||null),e=_.__e);do{e=e&&e.nextSibling}while(null!=e&&8==e.nodeType);return e}function S(_,e,n,t){var o,r,l=_.key,u=_.type,i=e[n];if(null===i||i&&l==i.key&&u===i.type&&!(2&i.__u))return n;if(t>(null==i||2&i.__u?0:1))for(o=n-1,r=n+1;o>=0||r<e.length;){if(o>=0){if((i=e[o])&&!(2&i.__u)&&l==i.key&&u===i.type)return o;o--}if(r<e.length){if((i=e[r])&&!(2&i.__u)&&l==i.key&&u===i.type)return r;r++}}return-1}function N(_,e,n){"-"==e[0]?_.setProperty(e,null==n?"":n):_[e]=null==n?"":"number"!=typeof n||p.test(e)?n:n+"px"}function C(_,e,n,t,o){var r;_:if("style"==e)if("string"==typeof n)_.style.cssText=n;else{if("string"==typeof t&&(_.style.cssText=t=""),t)for(e in t)n&&e in n||N(_.style,e,"");if(n)for(e in n)t&&n[e]===t[e]||N(_.style,e,n[e])}else if("o"==e[0]&&"n"==e[1])r=e!=(e=e.replace(u,"$1")),e=e.toLowerCase()in _||"onFocusOut"==e||"onFocusIn"==e?e.toLowerCase().slice(2):e.slice(2),_.l||(_.l={}),_.l[e+r]=n,n?t?n.u=t.u:(n.u=i,_.addEventListener(e,r?f:c,r)):_.removeEventListener(e,r?f:c,r);else{if("http://www.w3.org/2000/svg"==o)e=e.replace(/xlink(H|:h)/,"h").replace(/sName$/,"s");else if("width"!=e&&"height"!=e&&"href"!=e&&"list"!=e&&"form"!=e&&"tabIndex"!=e&&"download"!=e&&"rowSpan"!=e&&"colSpan"!=e&&"role"!=e&&"popover"!=e&&e in _)try{_[e]=null==n?"":n;break _}catch(_){}"function"==typeof n||(null==n||!1===n&&"-"!=e[4]?_.removeAttribute(e):_.setAttribute(e,"popover"==e&&1==n?"":n))}}function E(_){return function(n){if(this.l){var t=this.l[n.type+_];if(null==n.t)n.t=i++;else if(n.t<t.u)return;return t(e.event?e.event(n):n)}}}function U(_,n,t,o,r,l,u,i,c,f){var s,a,p,m,k,b,w,H,P,S,N,C,E,U,T,F,A,L=n.type;if(void 0!==n.constructor)return null;128&t.__u&&(c=!!(32&t.__u),l=[i=n.__e=t.__e]),(s=e.__b)&&s(n);_:if("function"==typeof L)try{if(H=n.props,P="prototype"in L&&L.prototype.render,S=(s=L.contextType)&&o[s.__c],N=s?S?S.props.value:s.__:o,t.__c?w=(a=n.__c=t.__c).__=a.__E:(P?n.__c=a=new L(H,N):(n.__c=a=new g(H,N),a.constructor=L,a.render=M),S&&S.sub(a),a.props=H,a.state||(a.state={}),a.context=N,a.__n=o,p=a.__d=!0,a.__h=[],a._sb=[]),P&&null==a.__s&&(a.__s=a.state),P&&null!=L.getDerivedStateFromProps&&(a.__s==a.state&&(a.__s=d({},a.__s)),d(a.__s,L.getDerivedStateFromProps(H,a.__s))),m=a.props,k=a.state,a.__v=n,p)P&&null==L.getDerivedStateFromProps&&null!=a.componentWillMount&&a.componentWillMount(),P&&null!=a.componentDidMount&&a.__h.push(a.componentDidMount);else{if(P&&null==L.getDerivedStateFromProps&&H!==m&&null!=a.componentWillReceiveProps&&a.componentWillReceiveProps(H,N),!a.__e&&(null!=a.shouldComponentUpdate&&!1===a.shouldComponentUpdate(H,a.__s,N)||n.__v==t.__v)){for(n.__v!=t.__v&&(a.props=H,a.state=a.__s,a.__d=!1),n.__e=t.__e,n.__k=t.__k,n.__k.some((function(_){_&&(_.__=n)})),C=0;C<a._sb.length;C++)a.__h.push(a._sb[C]);a._sb=[],a.__h.length&&u.push(a);break _}null!=a.componentWillUpdate&&a.componentWillUpdate(H,a.__s,N),P&&null!=a.componentDidUpdate&&a.__h.push((function(){a.componentDidUpdate(m,k,b)}))}if(a.context=N,a.props=H,a.__P=_,a.__e=!1,E=e.__r,U=0,P){for(a.state=a.__s,a.__d=!1,E&&E(n),s=a.render(a.props,a.state,a.context),T=0;T<a._sb.length;T++)a.__h.push(a._sb[T]);a._sb=[]}else do{a.__d=!1,E&&E(n),s=a.render(a.props,a.state,a.context),a.state=a.__s}while(a.__d&&++U<25);a.state=a.__s,null!=a.getChildContext&&(o=d(d({},o),a.getChildContext())),P&&!p&&null!=a.getSnapshotBeforeUpdate&&(b=a.getSnapshotBeforeUpdate(m,k)),i=x(_,h(F=null!=s&&s.type===y&&null==s.key?s.props.children:s)?F:[F],n,t,o,r,l,u,i,c,f),a.base=n.__e,n.__u&=-161,a.__h.length&&u.push(a),w&&(a.__E=a.__=null)}catch(_){if(n.__v=null,c||null!=l)if(_.then){for(n.__u|=c?160:128;i&&8==i.nodeType&&i.nextSibling;)i=i.nextSibling;l[l.indexOf(i)]=null,n.__e=i}else for(A=l.length;A--;)v(l[A]);else n.__e=t.__e,n.__k=t.__k;e.__e(_,n,t)}else null==l&&n.__v==t.__v?(n.__k=t.__k,n.__e=t.__e):i=n.__e=D(t.__e,n,t,o,r,l,u,c,f);return(s=e.diffed)&&s(n),128&n.__u?void 0:i}function T(_,n,t){for(var o=0;o<t.length;o++)F(t[o],t[++o],t[++o]);e.__c&&e.__c(n,_),_.some((function(n){try{_=n.__h,n.__h=[],_.some((function(_){_.call(n)}))}catch(_){e.__e(_,n.__v)}}))}function D(n,t,o,r,l,u,i,c,f){var a,p,d,m,y,g,b,w=o.props,H=t.props,P=t.type;if("svg"==P?l="http://www.w3.org/2000/svg":"math"==P?l="http://www.w3.org/1998/Math/MathML":l||(l="http://www.w3.org/1999/xhtml"),null!=u)for(a=0;a<u.length;a++)if((y=u[a])&&"setAttribute"in y==!!P&&(P?y.localName==P:3==y.nodeType)){n=y,u[a]=null;break}if(null==n){if(null==P)return document.createTextNode(H);n=document.createElementNS(l,P,H.is&&H),c&&(e.__m&&e.__m(t,u),c=!1),u=null}if(null===P)w===H||c&&n.data===H||(n.data=H);else{if(u=u&&_.call(n.childNodes),w=o.props||s,!c&&null!=u)for(w={},a=0;a<n.attributes.length;a++)w[(y=n.attributes[a]).name]=y.value;for(a in w)if(y=w[a],"children"==a);else if("dangerouslySetInnerHTML"==a)d=y;else if(!(a in H)){if("value"==a&&"defaultValue"in H||"checked"==a&&"defaultChecked"in H)continue;C(n,a,null,y,l)}for(a in H)y=H[a],"children"==a?m=y:"dangerouslySetInnerHTML"==a?p=y:"value"==a?g=y:"checked"==a?b=y:c&&"function"!=typeof y||w[a]===y||C(n,a,y,w[a],l);if(p)c||d&&(p.__html===d.__html||p.__html===n.innerHTML)||(n.innerHTML=p.__html),t.__k=[];else if(d&&(n.innerHTML=""),x(n,h(m)?m:[m],t,o,r,"foreignObject"==P?"http://www.w3.org/1999/xhtml":l,u,i,u?u[0]:o.__k&&k(o,0),c,f),null!=u)for(a=u.length;a--;)v(u[a]);c||(a="value","progress"==P&&null==g?n.removeAttribute("value"):void 0!==g&&(g!==n[a]||"progress"==P&&!g||"option"==P&&g!==w[a])&&C(n,a,g,w[a],l),a="checked",void 0!==b&&b!==n[a]&&C(n,a,b,w[a],l))}return n}function F(_,n,t){try{if("function"==typeof _){var o="function"==typeof _.__u;o&&_.__u(),o&&null==n||(_.__u=_(n))}else _.current=n}catch(_){e.__e(_,t)}}function A(_,n,t){var o,r;if(e.unmount&&e.unmount(_),(o=_.ref)&&(o.current&&o.current!==_.__e||F(o,null,n)),null!=(o=_.__c)){if(o.componentWillUnmount)try{o.componentWillUnmount()}catch(_){e.__e(_,n)}o.base=o.__P=null}if(o=_.__k)for(r=0;r<o.length;r++)o[r]&&A(o[r],n,t||"function"!=typeof _.type);t||v(_.__e),_.__c=_.__=_.__e=void 0}function M(_,e,n){return this.constructor(_,n)}function L(n,t,o){var r,l,u,i;t==document&&(t=document.documentElement),e.__&&e.__(n,t),l=(r="function"==typeof o)?null:t.__k,u=[],i=[],U(t,n=t.__k=function(e,n,t){var o,r,l,u={};for(l in n)"key"==l?o=n[l]:"ref"==l?r=n[l]:u[l]=n[l];if(arguments.length>2&&(u.children=arguments.length>3?_.call(arguments,2):t),"function"==typeof e&&null!=e.defaultProps)for(l in e.defaultProps)void 0===u[l]&&(u[l]=e.defaultProps[l]);return m(e,u,o,r,null)}(y,null,[n]),l||s,s,t.namespaceURI,l?null:t.firstChild?_.call(t.childNodes):null,u,l?l.__e:t.firstChild,r,i),T(u,n,i)}_=a.slice,e={__e:function(_,e,n,t){for(var o,r,l;e=e.__;)if((o=e.__c)&&!o.__)try{if((r=o.constructor)&&null!=r.getDerivedStateFromError&&(o.setState(r.getDerivedStateFromError(_)),l=o.__d),null!=o.componentDidCatch&&(o.componentDidCatch(_,t||{}),l=o.__d),l)return o.__E=o}catch(e){_=e}throw _}},n=0,g.prototype.setState=function(_,e){var n;n=null!=this.__s&&this.__s!==this.state?this.__s:this.__s=d({},this.state),"function"==typeof _&&(_=_(d({},n),this.props)),_&&d(n,_),null!=_&&this.__v&&(e&&this._sb.push(e),w(this))},g.prototype.forceUpdate=function(_){this.__v&&(this.__e=!0,_&&this.__h.push(_),w(this))},g.prototype.render=y,t=[],r="function"==typeof Promise?Promise.prototype.then.bind(Promise.resolve()):setTimeout,l=function(_,e){return _.__v.__b-e.__v.__b},H.__r=0,u=/(PointerCapture)$|Capture$/i,i=0,c=E(!1),f=E(!0);var W,I,R,$,q=0,B=[],O=e,j=O.__b,z=O.__r,V=O.diffed,G=O.__c,J=O.unmount,K=O.__;function Q(_,e){O.__h&&O.__h(I,_,q||e),q=0;var n=I.__H||(I.__H={__:[],__h:[]});return _>=n.__.length&&n.__.push({}),n.__[_]}function X(_){return q=1,function(_,e){var n=Q(W++,2);if(n.t=_,!n.__c&&(n.__=[o_(void 0,e),function(_){var e=n.__N?n.__N[0]:n.__[0],t=n.t(e,_);e!==t&&(n.__N=[t,n.__[1]],n.__c.setState({}))}],n.__c=I,!I.u)){var t=function(_,e,t){if(!n.__c.__H)return!0;var r=n.__c.__H.__.filter((function(_){return!!_.__c}));if(r.every((function(_){return!_.__N})))return!o||o.call(this,_,e,t);var l=n.__c.props!==_;return r.forEach((function(_){if(_.__N){var e=_.__[0];_.__=_.__N,_.__N=void 0,e!==_.__[0]&&(l=!0)}})),o&&o.call(this,_,e,t)||l};I.u=!0;var o=I.shouldComponentUpdate,r=I.componentWillUpdate;I.componentWillUpdate=function(_,e,n){if(this.__e){var l=o;o=void 0,t(_,e,n),o=l}r&&r.call(this,_,e,n)},I.shouldComponentUpdate=t}return n.__N||n.__}(o_,_)}function Y(_,e){var n=Q(W++,4);!O.__s&&function(_,e){return!_||_.length!==e.length||e.some((function(e,n){return e!==_[n]}))}(n.__H,e)&&(n.__=_,n.i=e,I.__h.push(n))}function Z(){for(var _;_=B.shift();)if(_.__P&&_.__H)try{_.__H.__h.forEach(n_),_.__H.__h.forEach(t_),_.__H.__h=[]}catch(e){_.__H.__h=[],O.__e(e,_.__v)}}O.__b=function(_){I=null,j&&j(_)},O.__=function(_,e){_&&e.__k&&e.__k.__m&&(_.__m=e.__k.__m),K&&K(_,e)},O.__r=function(_){z&&z(_),W=0;var e=(I=_.__c).__H;e&&(R===I?(e.__h=[],I.__h=[],e.__.forEach((function(_){_.__N&&(_.__=_.__N),_.i=_.__N=void 0}))):(e.__h.forEach(n_),e.__h.forEach(t_),e.__h=[],W=0)),R=I},O.diffed=function(_){V&&V(_);var e=_.__c;e&&e.__H&&(e.__H.__h.length&&(1!==B.push(e)&&$===O.requestAnimationFrame||(($=O.requestAnimationFrame)||e_)(Z)),e.__H.__.forEach((function(_){_.i&&(_.__H=_.i),_.i=void 0}))),R=I=null},O.__c=function(_,e){e.some((function(_){try{_.__h.forEach(n_),_.__h=_.__h.filter((function(_){return!_.__||t_(_)}))}catch(n){e.some((function(_){_.__h&&(_.__h=[])})),e=[],O.__e(n,_.__v)}})),G&&G(_,e)},O.unmount=function(_){J&&J(_);var e,n=_.__c;n&&n.__H&&(n.__H.__.forEach((function(_){try{n_(_)}catch(_){e=_}})),n.__H=void 0,e&&O.__e(e,n.__v))};var __="function"==typeof requestAnimationFrame;function e_(_){var e,n=function(){clearTimeout(t),__&&cancelAnimationFrame(e),setTimeout(_)},t=setTimeout(n,100);__&&(e=requestAnimationFrame(n))}function n_(_){var e=I,n=_.__c;"function"==typeof n&&(_.__c=void 0,n()),I=e}function t_(_){var e=I;_.__c=_.__(),I=e}function o_(_,e){return"function"==typeof e?e(_):e}var r_=0;function l_(_,n,t,o,r,l){n||(n={});var u,i,c=n;if("ref"in c)for(i in c={},n)"ref"==i?u=n[i]:c[i]=n[i];var f={type:_,props:c,key:t,ref:u,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:--r_,__i:-1,__u:0,__source:r,__self:l};if("function"==typeof _&&(u=_.defaultProps))for(i in u)void 0===c[i]&&(c[i]=u[i]);return e.vnode&&e.vnode(f),f}export{L as D,Y as _,X as h,y as k,l_ as u};
@@ -1 +1 @@
1
- System.register([],(function(_,e){"use strict";var n,t,o,r,l,u,i,c,f,s,p,a,h,d,v,m,y,g,k,b,w,H,x,S,P,N,C,E,U,T;function D(_,e){for(var n in e)_[n]=e[n];return _}function F(_){_&&_.parentNode&&_.parentNode.removeChild(_)}function M(_,e,n,r,l){var u={type:_,props:e,key:n,ref:r,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:null==l?++o:l,__i:-1,__u:0};return null==l&&null!=t.vnode&&t.vnode(u),u}function A(_){return _.children}function L(_,e){this.props=_,this.context=e}function W(_,e){if(null==e)return _.__?W(_.__,_.__i+1):null;for(var n;e<_.__k.length;e++)if(null!=(n=_.__k[e])&&null!=n.__e)return n.__e;return"function"==typeof _.type?W(_):null}function I(_){var e,n;if(null!=(_=_.__)&&null!=_.__c){for(_.__e=_.__c.base=null,e=0;e<_.__k.length;e++)if(null!=(n=_.__k[e])&&null!=n.__e){_.__e=_.__c.base=n.__e;break}return I(_)}}function R(_){(!_.__d&&(_.__d=!0)&&r.push(_)&&!$.__r++||l!==t.debounceRendering)&&((l=t.debounceRendering)||u)($)}function $(){var _,e,n,o,l,u,c,f;for(r.sort(i);_=r.shift();)_.__d&&(e=r.length,o=void 0,u=(l=(n=_).__v).__e,c=[],f=[],n.__P&&((o=D({},l)).__v=l.__v+1,t.vnode&&t.vnode(o),G(n.__P,o,l,n.__n,n.__P.namespaceURI,32&l.__u?[u]:null,c,null==u?W(l):u,!!(32&l.__u),f),o.__v=l.__v,o.__.__k[o.__i]=o,J(c,o,f),o.__e!=u&&I(o)),r.length>e&&r.sort(i));$.__r=0}function q(_,e,n,t,o,r,l,u,i,c,f){var s,p,d,m,y,g,k=t&&t.__k||h,b=e.length;for(i=function(_,e,n,t){var o,r,l,u,i,c=e.length,f=n.length,s=f,p=0;for(_.__k=[],o=0;o<c;o++)null!=(r=e[o])&&"boolean"!=typeof r&&"function"!=typeof r?(u=o+p,(r=_.__k[o]="string"==typeof r||"number"==typeof r||"bigint"==typeof r||r.constructor==String?M(null,r,null,null,null):v(r)?M(A,{children:r},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).__=_,r.__b=_.__b+1,l=null,-1!==(i=r.__i=O(r,n,u,s))&&(s--,(l=n[i])&&(l.__u|=2)),null==l||null===l.__v?(-1==i&&p--,"function"!=typeof r.type&&(r.__u|=4)):i!==u&&(i==u-1?p--:i==u+1?p++:(i>u?p--:p++,r.__u|=4))):r=_.__k[o]=null;if(s)for(o=0;o<f;o++)null!=(l=n[o])&&!(2&l.__u)&&(l.__e==t&&(t=W(l)),X(l,l));return t}(n,e,k,i),s=0;s<b;s++)null!=(d=n.__k[s])&&(p=-1===d.__i?a:k[d.__i]||a,d.__i=s,g=G(_,d,p,o,r,l,u,i,c,f),m=d.__e,d.ref&&p.ref!=d.ref&&(p.ref&&Q(p.ref,null,d),f.push(d.ref,d.__c||m,d)),null==y&&null!=m&&(y=m),4&d.__u||p.__k===d.__k?i=B(d,i,_):"function"==typeof d.type&&void 0!==g?i=g:m&&(i=m.nextSibling),d.__u&=-7);return n.__e=y,i}function B(_,e,n){var t,o;if("function"==typeof _.type){for(t=_.__k,o=0;t&&o<t.length;o++)t[o]&&(t[o].__=_,e=B(t[o],e,n));return e}_.__e!=e&&(e&&_.type&&!n.contains(e)&&(e=W(_)),n.insertBefore(_.__e,e||null),e=_.__e);do{e=e&&e.nextSibling}while(null!=e&&8===e.nodeType);return e}function O(_,e,n,t){var o=_.key,r=_.type,l=n-1,u=n+1,i=e[n];if(null===i||i&&o==i.key&&r===i.type&&!(2&i.__u))return n;if(("function"!=typeof r||r===A||o)&&t>(null==i||2&i.__u?0:1))for(;l>=0||u<e.length;){if(l>=0){if((i=e[l])&&!(2&i.__u)&&o==i.key&&r===i.type)return l;l--}if(u<e.length){if((i=e[u])&&!(2&i.__u)&&o==i.key&&r===i.type)return u;u++}}return-1}function j(_,e,n){"-"===e[0]?_.setProperty(e,null==n?"":n):_[e]=null==n?"":"number"!=typeof n||d.test(e)?n:n+"px"}function z(_,e,n,t,o){var r;_:if("style"===e)if("string"==typeof n)_.style.cssText=n;else{if("string"==typeof t&&(_.style.cssText=t=""),t)for(e in t)n&&e in n||j(_.style,e,"");if(n)for(e in n)t&&n[e]===t[e]||j(_.style,e,n[e])}else if("o"===e[0]&&"n"===e[1])r=e!==(e=e.replace(c,"$1")),e=e.toLowerCase()in _||"onFocusOut"===e||"onFocusIn"===e?e.toLowerCase().slice(2):e.slice(2),_.l||(_.l={}),_.l[e+r]=n,n?t?n.u=t.u:(n.u=f,_.addEventListener(e,r?p:s,r)):_.removeEventListener(e,r?p:s,r);else{if("http://www.w3.org/2000/svg"==o)e=e.replace(/xlink(H|:h)/,"h").replace(/sName$/,"s");else if("width"!=e&&"height"!=e&&"href"!=e&&"list"!=e&&"form"!=e&&"tabIndex"!=e&&"download"!=e&&"rowSpan"!=e&&"colSpan"!=e&&"role"!=e&&"popover"!=e&&e in _)try{_[e]=null==n?"":n;break _}catch(_){}"function"==typeof n||(null==n||!1===n&&"-"!==e[4]?_.removeAttribute(e):_.setAttribute(e,"popover"==e&&1==n?"":n))}}function V(_){return function(e){if(this.l){var n=this.l[e.type+_];if(null==e.t)e.t=f++;else if(e.t<n.u)return;return n(t.event?t.event(e):e)}}}function G(_,e,n,o,r,l,u,i,c,f){var s,p,a,h,d,m,y,g,k,b,w,H,x,S,P,N,C,E=e.type;if(void 0!==e.constructor)return null;128&n.__u&&(c=!!(32&n.__u),l=[i=e.__e=n.__e]),(s=t.__b)&&s(e);_:if("function"==typeof E)try{if(g=e.props,k="prototype"in E&&E.prototype.render,b=(s=E.contextType)&&o[s.__c],w=s?b?b.props.value:s.__:o,n.__c?y=(p=e.__c=n.__c).__=p.__E:(k?e.__c=p=new E(g,w):(e.__c=p=new L(g,w),p.constructor=E,p.render=Y),b&&b.sub(p),p.props=g,p.state||(p.state={}),p.context=w,p.__n=o,a=p.__d=!0,p.__h=[],p._sb=[]),k&&null==p.__s&&(p.__s=p.state),k&&null!=E.getDerivedStateFromProps&&(p.__s==p.state&&(p.__s=D({},p.__s)),D(p.__s,E.getDerivedStateFromProps(g,p.__s))),h=p.props,d=p.state,p.__v=e,a)k&&null==E.getDerivedStateFromProps&&null!=p.componentWillMount&&p.componentWillMount(),k&&null!=p.componentDidMount&&p.__h.push(p.componentDidMount);else{if(k&&null==E.getDerivedStateFromProps&&g!==h&&null!=p.componentWillReceiveProps&&p.componentWillReceiveProps(g,w),!p.__e&&(null!=p.shouldComponentUpdate&&!1===p.shouldComponentUpdate(g,p.__s,w)||e.__v===n.__v)){for(e.__v!==n.__v&&(p.props=g,p.state=p.__s,p.__d=!1),e.__e=n.__e,e.__k=n.__k,e.__k.some((function(_){_&&(_.__=e)})),H=0;H<p._sb.length;H++)p.__h.push(p._sb[H]);p._sb=[],p.__h.length&&u.push(p);break _}null!=p.componentWillUpdate&&p.componentWillUpdate(g,p.__s,w),k&&null!=p.componentDidUpdate&&p.__h.push((function(){p.componentDidUpdate(h,d,m)}))}if(p.context=w,p.props=g,p.__P=_,p.__e=!1,x=t.__r,S=0,k){for(p.state=p.__s,p.__d=!1,x&&x(e),s=p.render(p.props,p.state,p.context),P=0;P<p._sb.length;P++)p.__h.push(p._sb[P]);p._sb=[]}else do{p.__d=!1,x&&x(e),s=p.render(p.props,p.state,p.context),p.state=p.__s}while(p.__d&&++S<25);p.state=p.__s,null!=p.getChildContext&&(o=D(D({},o),p.getChildContext())),k&&!a&&null!=p.getSnapshotBeforeUpdate&&(m=p.getSnapshotBeforeUpdate(h,d)),i=q(_,v(N=null!=s&&s.type===A&&null==s.key?s.props.children:s)?N:[N],e,n,o,r,l,u,i,c,f),p.base=e.__e,e.__u&=-161,p.__h.length&&u.push(p),y&&(p.__E=p.__=null)}catch(_){if(e.__v=null,c||null!=l)if(_.then){for(e.__u|=c?160:128;i&&8===i.nodeType&&i.nextSibling;)i=i.nextSibling;l[l.indexOf(i)]=null,e.__e=i}else for(C=l.length;C--;)F(l[C]);else e.__e=n.__e,e.__k=n.__k;t.__e(_,e,n)}else null==l&&e.__v===n.__v?(e.__k=n.__k,e.__e=n.__e):i=e.__e=K(n.__e,e,n,o,r,l,u,c,f);return(s=t.diffed)&&s(e),128&e.__u?void 0:i}function J(_,e,n){for(var o=0;o<n.length;o++)Q(n[o],n[++o],n[++o]);t.__c&&t.__c(e,_),_.some((function(e){try{_=e.__h,e.__h=[],_.some((function(_){_.call(e)}))}catch(_){t.__e(_,e.__v)}}))}function K(_,e,o,r,l,u,i,c,f){var s,p,h,d,m,y,g,k=o.props,b=e.props,w=e.type;if("svg"===w?l="http://www.w3.org/2000/svg":"math"===w?l="http://www.w3.org/1998/Math/MathML":l||(l="http://www.w3.org/1999/xhtml"),null!=u)for(s=0;s<u.length;s++)if((m=u[s])&&"setAttribute"in m==!!w&&(w?m.localName===w:3===m.nodeType)){_=m,u[s]=null;break}if(null==_){if(null===w)return document.createTextNode(b);_=document.createElementNS(l,w,b.is&&b),c&&(t.__m&&t.__m(e,u),c=!1),u=null}if(null===w)k===b||c&&_.data===b||(_.data=b);else{if(u=u&&n.call(_.childNodes),k=o.props||a,!c&&null!=u)for(k={},s=0;s<_.attributes.length;s++)k[(m=_.attributes[s]).name]=m.value;for(s in k)if(m=k[s],"children"==s);else if("dangerouslySetInnerHTML"==s)h=m;else if(!(s in b)){if("value"==s&&"defaultValue"in b||"checked"==s&&"defaultChecked"in b)continue;z(_,s,null,m,l)}for(s in b)m=b[s],"children"==s?d=m:"dangerouslySetInnerHTML"==s?p=m:"value"==s?y=m:"checked"==s?g=m:c&&"function"!=typeof m||k[s]===m||z(_,s,m,k[s],l);if(p)c||h&&(p.__html===h.__html||p.__html===_.innerHTML)||(_.innerHTML=p.__html),e.__k=[];else if(h&&(_.innerHTML=""),q(_,v(d)?d:[d],e,o,r,"foreignObject"===w?"http://www.w3.org/1999/xhtml":l,u,i,u?u[0]:o.__k&&W(o,0),c,f),null!=u)for(s=u.length;s--;)F(u[s]);c||(s="value","progress"===w&&null==y?_.removeAttribute("value"):void 0!==y&&(y!==_[s]||"progress"===w&&!y||"option"===w&&y!==k[s])&&z(_,s,y,k[s],l),s="checked",void 0!==g&&g!==_[s]&&z(_,s,g,k[s],l))}return _}function Q(_,e,n){try{if("function"==typeof _){var o="function"==typeof _.__u;o&&_.__u(),o&&null==e||(_.__u=_(e))}else _.current=e}catch(_){t.__e(_,n)}}function X(_,e,n){var o,r;if(t.unmount&&t.unmount(_),(o=_.ref)&&(o.current&&o.current!==_.__e||Q(o,null,e)),null!=(o=_.__c)){if(o.componentWillUnmount)try{o.componentWillUnmount()}catch(_){t.__e(_,e)}o.base=o.__P=null}if(o=_.__k)for(r=0;r<o.length;r++)o[r]&&X(o[r],e,n||"function"!=typeof _.type);n||F(_.__e),_.__c=_.__=_.__e=void 0}function Y(_,e,n){return this.constructor(_,n)}function Z(_,e){H.__h&&H.__h(y,_,b||e),b=0;var n=y.__H||(y.__H={__:[],__h:[]});return _>=n.__.length&&n.__.push({}),n.__[_]}function __(){for(var _;_=w.shift();)if(_.__P&&_.__H)try{_.__H.__h.forEach(n_),_.__H.__h.forEach(t_),_.__H.__h=[]}catch(e){_.__H.__h=[],H.__e(e,_.__v)}}function e_(_){var e,n=function(){clearTimeout(t),U&&cancelAnimationFrame(e),setTimeout(_)},t=setTimeout(n,100);U&&(e=requestAnimationFrame(n))}function n_(_){var e=y,n=_.__c;"function"==typeof n&&(_.__c=void 0,n()),y=e}function t_(_){var e=y;_.__c=_.__(),y=e}function o_(_,e){return"function"==typeof e?e(_):e}return _({D:function(_,e,o){var r,l,u,i;e===document&&(e=document.documentElement),t.__&&t.__(_,e),l=(r="function"==typeof o)?null:e.__k,u=[],i=[],G(e,_=(!r&&o||e).__k=function(_,e,t){var o,r,l,u={};for(l in e)"key"==l?o=e[l]:"ref"==l?r=e[l]:u[l]=e[l];if(arguments.length>2&&(u.children=arguments.length>3?n.call(arguments,2):t),"function"==typeof _&&null!=_.defaultProps)for(l in _.defaultProps)void 0===u[l]&&(u[l]=_.defaultProps[l]);return M(_,u,o,r,null)}(A,null,[_]),l||a,a,e.namespaceURI,!r&&o?[o]:l?null:e.firstChild?n.call(e.childNodes):null,u,!r&&o?o:l?l.__e:e.firstChild,r,i),J(u,_,i)},_:function(_,e){var n=Z(m++,4);!H.__s&&function(_,e){return!_||_.length!==e.length||e.some((function(e,n){return e!==_[n]}))}(n.__H,e)&&(n.__=_,n.i=e,y.__h.push(n))},h:function(_){return b=1,function(_,e){var n=Z(m++,2);if(n.t=_,!n.__c&&(n.__=[o_(void 0,e),function(_){var e=n.__N?n.__N[0]:n.__[0],t=n.t(e,_);e!==t&&(n.__N=[t,n.__[1]],n.__c.setState({}))}],n.__c=y,!y.u)){var t=function(_,e,t){if(!n.__c.__H)return!0;var r=n.__c.__H.__.filter((function(_){return!!_.__c}));if(r.every((function(_){return!_.__N})))return!o||o.call(this,_,e,t);var l=n.__c.props!==_;return r.forEach((function(_){if(_.__N){var e=_.__[0];_.__=_.__N,_.__N=void 0,e!==_.__[0]&&(l=!0)}})),o&&o.call(this,_,e,t)||l};y.u=!0;var o=y.shouldComponentUpdate,r=y.componentWillUpdate;y.componentWillUpdate=function(_,e,n){if(this.__e){var l=o;o=void 0,t(_,e,n),o=l}r&&r.call(this,_,e,n)},y.shouldComponentUpdate=t}return n.__N||n.__}(o_,_)},k:A,u:function(_,e,n,o,r,l){e||(e={});var u,i,c=e;"ref"in e&&(u=e.ref,delete e.ref);var f={type:_,props:c,key:n,ref:u,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:--T,__i:-1,__u:0,__source:r,__self:l};if("function"==typeof _&&(u=_.defaultProps))for(i in u)void 0===c[i]&&(c[i]=u[i]);return t.vnode&&t.vnode(f),f}}),{setters:[],execute:function(){a={},h=[],d=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,v=Array.isArray,n=h.slice,t={__e:function(_,e,n,t){for(var o,r,l;e=e.__;)if((o=e.__c)&&!o.__)try{if((r=o.constructor)&&null!=r.getDerivedStateFromError&&(o.setState(r.getDerivedStateFromError(_)),l=o.__d),null!=o.componentDidCatch&&(o.componentDidCatch(_,t||{}),l=o.__d),l)return o.__E=o}catch(e){_=e}throw _}},o=0,L.prototype.setState=function(_,e){var n;n=null!=this.__s&&this.__s!==this.state?this.__s:this.__s=D({},this.state),"function"==typeof _&&(_=_(D({},n),this.props)),_&&D(n,_),null!=_&&this.__v&&(e&&this._sb.push(e),R(this))},L.prototype.forceUpdate=function(_){this.__v&&(this.__e=!0,_&&this.__h.push(_),R(this))},L.prototype.render=A,r=[],u="function"==typeof Promise?Promise.prototype.then.bind(Promise.resolve()):setTimeout,i=function(_,e){return _.__v.__b-e.__v.__b},$.__r=0,c=/(PointerCapture)$|Capture$/i,f=0,s=V(!1),p=V(!0),b=0,w=[],x=(H=t).__b,S=H.__r,P=H.diffed,N=H.__c,C=H.unmount,E=H.__,H.__b=function(_){y=null,x&&x(_)},H.__=function(_,e){_&&e.__k&&e.__k.__m&&(_.__m=e.__k.__m),E&&E(_,e)},H.__r=function(_){S&&S(_),m=0;var e=(y=_.__c).__H;e&&(g===y?(e.__h=[],y.__h=[],e.__.forEach((function(_){_.__N&&(_.__=_.__N),_.i=_.__N=void 0}))):(e.__h.forEach(n_),e.__h.forEach(t_),e.__h=[],m=0)),g=y},H.diffed=function(_){P&&P(_);var e=_.__c;e&&e.__H&&(e.__H.__h.length&&(1!==w.push(e)&&k===H.requestAnimationFrame||((k=H.requestAnimationFrame)||e_)(__)),e.__H.__.forEach((function(_){_.i&&(_.__H=_.i),_.i=void 0}))),g=y=null},H.__c=function(_,e){e.some((function(_){try{_.__h.forEach(n_),_.__h=_.__h.filter((function(_){return!_.__||t_(_)}))}catch(n){e.some((function(_){_.__h&&(_.__h=[])})),e=[],H.__e(n,_.__v)}})),N&&N(_,e)},H.unmount=function(_){C&&C(_);var e,n=_.__c;n&&n.__H&&(n.__H.__.forEach((function(_){try{n_(_)}catch(_){e=_}})),n.__H=void 0,e&&H.__e(e,n.__v))},U="function"==typeof requestAnimationFrame,T=0}}}));
1
+ System.register([],(function(_,e){"use strict";var n,t,o,r,l,u,i,c,f,s,p,a,h,d,v,m,y,g,k,b,w,H,x,S,P,N,C,E,U,T;function D(_,e){for(var n in e)_[n]=e[n];return _}function F(_){_&&_.parentNode&&_.parentNode.removeChild(_)}function A(_,e,n,r,l){var u={type:_,props:e,key:n,ref:r,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:null==l?++o:l,__i:-1,__u:0};return null==l&&null!=t.vnode&&t.vnode(u),u}function M(_){return _.children}function L(_,e){this.props=_,this.context=e}function W(_,e){if(null==e)return _.__?W(_.__,_.__i+1):null;for(var n;e<_.__k.length;e++)if(null!=(n=_.__k[e])&&null!=n.__e)return n.__e;return"function"==typeof _.type?W(_):null}function I(_){var e,n;if(null!=(_=_.__)&&null!=_.__c){for(_.__e=_.__c.base=null,e=0;e<_.__k.length;e++)if(null!=(n=_.__k[e])&&null!=n.__e){_.__e=_.__c.base=n.__e;break}return I(_)}}function R(_){(!_.__d&&(_.__d=!0)&&r.push(_)&&!$.__r++||l!==t.debounceRendering)&&((l=t.debounceRendering)||u)($)}function $(){var _,e,n,o,l,u,c,f;for(r.sort(i);_=r.shift();)_.__d&&(e=r.length,o=void 0,u=(l=(n=_).__v).__e,c=[],f=[],n.__P&&((o=D({},l)).__v=l.__v+1,t.vnode&&t.vnode(o),G(n.__P,o,l,n.__n,n.__P.namespaceURI,32&l.__u?[u]:null,c,null==u?W(l):u,!!(32&l.__u),f),o.__v=l.__v,o.__.__k[o.__i]=o,J(c,o,f),o.__e!=u&&I(o)),r.length>e&&r.sort(i));$.__r=0}function q(_,e,n,t,o,r,l,u,i,c,f){var s,p,d,m,y,g,k=t&&t.__k||h,b=e.length;for(i=function(_,e,n,t,o){var r,l,u,i,c,f=n.length,s=f,p=0;for(_.__k=new Array(o),r=0;r<o;r++)null!=(l=e[r])&&"boolean"!=typeof l&&"function"!=typeof l?(i=r+p,(l=_.__k[r]="string"==typeof l||"number"==typeof l||"bigint"==typeof l||l.constructor==String?A(null,l,null,null,null):v(l)?A(M,{children:l},null,null,null):void 0===l.constructor&&l.__b>0?A(l.type,l.props,l.key,l.ref?l.ref:null,l.__v):l).__=_,l.__b=_.__b+1,u=null,-1!==(c=l.__i=O(l,n,i,s))&&(s--,(u=n[c])&&(u.__u|=2)),null==u||null===u.__v?(-1==c&&p--,"function"!=typeof l.type&&(l.__u|=4)):c!=i&&(c==i-1?p--:c==i+1?p++:(c>i?p--:p++,l.__u|=4))):_.__k[r]=null;if(s)for(r=0;r<f;r++)null!=(u=n[r])&&!(2&u.__u)&&(u.__e==t&&(t=W(u)),X(u,u));return t}(n,e,k,i,b),s=0;s<b;s++)null!=(d=n.__k[s])&&(p=-1===d.__i?a:k[d.__i]||a,d.__i=s,g=G(_,d,p,o,r,l,u,i,c,f),m=d.__e,d.ref&&p.ref!=d.ref&&(p.ref&&Q(p.ref,null,d),f.push(d.ref,d.__c||m,d)),null==y&&null!=m&&(y=m),4&d.__u||p.__k===d.__k?i=B(d,i,_):"function"==typeof d.type&&void 0!==g?i=g:m&&(i=m.nextSibling),d.__u&=-7);return n.__e=y,i}function B(_,e,n){var t,o;if("function"==typeof _.type){for(t=_.__k,o=0;t&&o<t.length;o++)t[o]&&(t[o].__=_,e=B(t[o],e,n));return e}_.__e!=e&&(e&&_.type&&!n.contains(e)&&(e=W(_)),n.insertBefore(_.__e,e||null),e=_.__e);do{e=e&&e.nextSibling}while(null!=e&&8==e.nodeType);return e}function O(_,e,n,t){var o,r,l=_.key,u=_.type,i=e[n];if(null===i||i&&l==i.key&&u===i.type&&!(2&i.__u))return n;if(t>(null==i||2&i.__u?0:1))for(o=n-1,r=n+1;o>=0||r<e.length;){if(o>=0){if((i=e[o])&&!(2&i.__u)&&l==i.key&&u===i.type)return o;o--}if(r<e.length){if((i=e[r])&&!(2&i.__u)&&l==i.key&&u===i.type)return r;r++}}return-1}function j(_,e,n){"-"==e[0]?_.setProperty(e,null==n?"":n):_[e]=null==n?"":"number"!=typeof n||d.test(e)?n:n+"px"}function z(_,e,n,t,o){var r;_:if("style"==e)if("string"==typeof n)_.style.cssText=n;else{if("string"==typeof t&&(_.style.cssText=t=""),t)for(e in t)n&&e in n||j(_.style,e,"");if(n)for(e in n)t&&n[e]===t[e]||j(_.style,e,n[e])}else if("o"==e[0]&&"n"==e[1])r=e!=(e=e.replace(c,"$1")),e=e.toLowerCase()in _||"onFocusOut"==e||"onFocusIn"==e?e.toLowerCase().slice(2):e.slice(2),_.l||(_.l={}),_.l[e+r]=n,n?t?n.u=t.u:(n.u=f,_.addEventListener(e,r?p:s,r)):_.removeEventListener(e,r?p:s,r);else{if("http://www.w3.org/2000/svg"==o)e=e.replace(/xlink(H|:h)/,"h").replace(/sName$/,"s");else if("width"!=e&&"height"!=e&&"href"!=e&&"list"!=e&&"form"!=e&&"tabIndex"!=e&&"download"!=e&&"rowSpan"!=e&&"colSpan"!=e&&"role"!=e&&"popover"!=e&&e in _)try{_[e]=null==n?"":n;break _}catch(_){}"function"==typeof n||(null==n||!1===n&&"-"!=e[4]?_.removeAttribute(e):_.setAttribute(e,"popover"==e&&1==n?"":n))}}function V(_){return function(e){if(this.l){var n=this.l[e.type+_];if(null==e.t)e.t=f++;else if(e.t<n.u)return;return n(t.event?t.event(e):e)}}}function G(_,e,n,o,r,l,u,i,c,f){var s,p,a,h,d,m,y,g,k,b,w,H,x,S,P,N,C,E=e.type;if(void 0!==e.constructor)return null;128&n.__u&&(c=!!(32&n.__u),l=[i=e.__e=n.__e]),(s=t.__b)&&s(e);_:if("function"==typeof E)try{if(g=e.props,k="prototype"in E&&E.prototype.render,b=(s=E.contextType)&&o[s.__c],w=s?b?b.props.value:s.__:o,n.__c?y=(p=e.__c=n.__c).__=p.__E:(k?e.__c=p=new E(g,w):(e.__c=p=new L(g,w),p.constructor=E,p.render=Y),b&&b.sub(p),p.props=g,p.state||(p.state={}),p.context=w,p.__n=o,a=p.__d=!0,p.__h=[],p._sb=[]),k&&null==p.__s&&(p.__s=p.state),k&&null!=E.getDerivedStateFromProps&&(p.__s==p.state&&(p.__s=D({},p.__s)),D(p.__s,E.getDerivedStateFromProps(g,p.__s))),h=p.props,d=p.state,p.__v=e,a)k&&null==E.getDerivedStateFromProps&&null!=p.componentWillMount&&p.componentWillMount(),k&&null!=p.componentDidMount&&p.__h.push(p.componentDidMount);else{if(k&&null==E.getDerivedStateFromProps&&g!==h&&null!=p.componentWillReceiveProps&&p.componentWillReceiveProps(g,w),!p.__e&&(null!=p.shouldComponentUpdate&&!1===p.shouldComponentUpdate(g,p.__s,w)||e.__v==n.__v)){for(e.__v!=n.__v&&(p.props=g,p.state=p.__s,p.__d=!1),e.__e=n.__e,e.__k=n.__k,e.__k.some((function(_){_&&(_.__=e)})),H=0;H<p._sb.length;H++)p.__h.push(p._sb[H]);p._sb=[],p.__h.length&&u.push(p);break _}null!=p.componentWillUpdate&&p.componentWillUpdate(g,p.__s,w),k&&null!=p.componentDidUpdate&&p.__h.push((function(){p.componentDidUpdate(h,d,m)}))}if(p.context=w,p.props=g,p.__P=_,p.__e=!1,x=t.__r,S=0,k){for(p.state=p.__s,p.__d=!1,x&&x(e),s=p.render(p.props,p.state,p.context),P=0;P<p._sb.length;P++)p.__h.push(p._sb[P]);p._sb=[]}else do{p.__d=!1,x&&x(e),s=p.render(p.props,p.state,p.context),p.state=p.__s}while(p.__d&&++S<25);p.state=p.__s,null!=p.getChildContext&&(o=D(D({},o),p.getChildContext())),k&&!a&&null!=p.getSnapshotBeforeUpdate&&(m=p.getSnapshotBeforeUpdate(h,d)),i=q(_,v(N=null!=s&&s.type===M&&null==s.key?s.props.children:s)?N:[N],e,n,o,r,l,u,i,c,f),p.base=e.__e,e.__u&=-161,p.__h.length&&u.push(p),y&&(p.__E=p.__=null)}catch(_){if(e.__v=null,c||null!=l)if(_.then){for(e.__u|=c?160:128;i&&8==i.nodeType&&i.nextSibling;)i=i.nextSibling;l[l.indexOf(i)]=null,e.__e=i}else for(C=l.length;C--;)F(l[C]);else e.__e=n.__e,e.__k=n.__k;t.__e(_,e,n)}else null==l&&e.__v==n.__v?(e.__k=n.__k,e.__e=n.__e):i=e.__e=K(n.__e,e,n,o,r,l,u,c,f);return(s=t.diffed)&&s(e),128&e.__u?void 0:i}function J(_,e,n){for(var o=0;o<n.length;o++)Q(n[o],n[++o],n[++o]);t.__c&&t.__c(e,_),_.some((function(e){try{_=e.__h,e.__h=[],_.some((function(_){_.call(e)}))}catch(_){t.__e(_,e.__v)}}))}function K(_,e,o,r,l,u,i,c,f){var s,p,h,d,m,y,g,k=o.props,b=e.props,w=e.type;if("svg"==w?l="http://www.w3.org/2000/svg":"math"==w?l="http://www.w3.org/1998/Math/MathML":l||(l="http://www.w3.org/1999/xhtml"),null!=u)for(s=0;s<u.length;s++)if((m=u[s])&&"setAttribute"in m==!!w&&(w?m.localName==w:3==m.nodeType)){_=m,u[s]=null;break}if(null==_){if(null==w)return document.createTextNode(b);_=document.createElementNS(l,w,b.is&&b),c&&(t.__m&&t.__m(e,u),c=!1),u=null}if(null===w)k===b||c&&_.data===b||(_.data=b);else{if(u=u&&n.call(_.childNodes),k=o.props||a,!c&&null!=u)for(k={},s=0;s<_.attributes.length;s++)k[(m=_.attributes[s]).name]=m.value;for(s in k)if(m=k[s],"children"==s);else if("dangerouslySetInnerHTML"==s)h=m;else if(!(s in b)){if("value"==s&&"defaultValue"in b||"checked"==s&&"defaultChecked"in b)continue;z(_,s,null,m,l)}for(s in b)m=b[s],"children"==s?d=m:"dangerouslySetInnerHTML"==s?p=m:"value"==s?y=m:"checked"==s?g=m:c&&"function"!=typeof m||k[s]===m||z(_,s,m,k[s],l);if(p)c||h&&(p.__html===h.__html||p.__html===_.innerHTML)||(_.innerHTML=p.__html),e.__k=[];else if(h&&(_.innerHTML=""),q(_,v(d)?d:[d],e,o,r,"foreignObject"==w?"http://www.w3.org/1999/xhtml":l,u,i,u?u[0]:o.__k&&W(o,0),c,f),null!=u)for(s=u.length;s--;)F(u[s]);c||(s="value","progress"==w&&null==y?_.removeAttribute("value"):void 0!==y&&(y!==_[s]||"progress"==w&&!y||"option"==w&&y!==k[s])&&z(_,s,y,k[s],l),s="checked",void 0!==g&&g!==_[s]&&z(_,s,g,k[s],l))}return _}function Q(_,e,n){try{if("function"==typeof _){var o="function"==typeof _.__u;o&&_.__u(),o&&null==e||(_.__u=_(e))}else _.current=e}catch(_){t.__e(_,n)}}function X(_,e,n){var o,r;if(t.unmount&&t.unmount(_),(o=_.ref)&&(o.current&&o.current!==_.__e||Q(o,null,e)),null!=(o=_.__c)){if(o.componentWillUnmount)try{o.componentWillUnmount()}catch(_){t.__e(_,e)}o.base=o.__P=null}if(o=_.__k)for(r=0;r<o.length;r++)o[r]&&X(o[r],e,n||"function"!=typeof _.type);n||F(_.__e),_.__c=_.__=_.__e=void 0}function Y(_,e,n){return this.constructor(_,n)}function Z(_,e){H.__h&&H.__h(y,_,b||e),b=0;var n=y.__H||(y.__H={__:[],__h:[]});return _>=n.__.length&&n.__.push({}),n.__[_]}function __(){for(var _;_=w.shift();)if(_.__P&&_.__H)try{_.__H.__h.forEach(n_),_.__H.__h.forEach(t_),_.__H.__h=[]}catch(e){_.__H.__h=[],H.__e(e,_.__v)}}function e_(_){var e,n=function(){clearTimeout(t),U&&cancelAnimationFrame(e),setTimeout(_)},t=setTimeout(n,100);U&&(e=requestAnimationFrame(n))}function n_(_){var e=y,n=_.__c;"function"==typeof n&&(_.__c=void 0,n()),y=e}function t_(_){var e=y;_.__c=_.__(),y=e}function o_(_,e){return"function"==typeof e?e(_):e}return _({D:function(_,e,o){var r,l,u,i;e==document&&(e=document.documentElement),t.__&&t.__(_,e),l=(r="function"==typeof o)?null:e.__k,u=[],i=[],G(e,_=e.__k=function(_,e,t){var o,r,l,u={};for(l in e)"key"==l?o=e[l]:"ref"==l?r=e[l]:u[l]=e[l];if(arguments.length>2&&(u.children=arguments.length>3?n.call(arguments,2):t),"function"==typeof _&&null!=_.defaultProps)for(l in _.defaultProps)void 0===u[l]&&(u[l]=_.defaultProps[l]);return A(_,u,o,r,null)}(M,null,[_]),l||a,a,e.namespaceURI,l?null:e.firstChild?n.call(e.childNodes):null,u,l?l.__e:e.firstChild,r,i),J(u,_,i)},_:function(_,e){var n=Z(m++,4);!H.__s&&function(_,e){return!_||_.length!==e.length||e.some((function(e,n){return e!==_[n]}))}(n.__H,e)&&(n.__=_,n.i=e,y.__h.push(n))},h:function(_){return b=1,function(_,e){var n=Z(m++,2);if(n.t=_,!n.__c&&(n.__=[o_(void 0,e),function(_){var e=n.__N?n.__N[0]:n.__[0],t=n.t(e,_);e!==t&&(n.__N=[t,n.__[1]],n.__c.setState({}))}],n.__c=y,!y.u)){var t=function(_,e,t){if(!n.__c.__H)return!0;var r=n.__c.__H.__.filter((function(_){return!!_.__c}));if(r.every((function(_){return!_.__N})))return!o||o.call(this,_,e,t);var l=n.__c.props!==_;return r.forEach((function(_){if(_.__N){var e=_.__[0];_.__=_.__N,_.__N=void 0,e!==_.__[0]&&(l=!0)}})),o&&o.call(this,_,e,t)||l};y.u=!0;var o=y.shouldComponentUpdate,r=y.componentWillUpdate;y.componentWillUpdate=function(_,e,n){if(this.__e){var l=o;o=void 0,t(_,e,n),o=l}r&&r.call(this,_,e,n)},y.shouldComponentUpdate=t}return n.__N||n.__}(o_,_)},k:M,u:function(_,e,n,o,r,l){e||(e={});var u,i,c=e;if("ref"in c)for(i in c={},e)"ref"==i?u=e[i]:c[i]=e[i];var f={type:_,props:c,key:n,ref:u,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:--T,__i:-1,__u:0,__source:r,__self:l};if("function"==typeof _&&(u=_.defaultProps))for(i in u)void 0===c[i]&&(c[i]=u[i]);return t.vnode&&t.vnode(f),f}}),{setters:[],execute:function(){a={},h=[],d=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,v=Array.isArray,n=h.slice,t={__e:function(_,e,n,t){for(var o,r,l;e=e.__;)if((o=e.__c)&&!o.__)try{if((r=o.constructor)&&null!=r.getDerivedStateFromError&&(o.setState(r.getDerivedStateFromError(_)),l=o.__d),null!=o.componentDidCatch&&(o.componentDidCatch(_,t||{}),l=o.__d),l)return o.__E=o}catch(e){_=e}throw _}},o=0,L.prototype.setState=function(_,e){var n;n=null!=this.__s&&this.__s!==this.state?this.__s:this.__s=D({},this.state),"function"==typeof _&&(_=_(D({},n),this.props)),_&&D(n,_),null!=_&&this.__v&&(e&&this._sb.push(e),R(this))},L.prototype.forceUpdate=function(_){this.__v&&(this.__e=!0,_&&this.__h.push(_),R(this))},L.prototype.render=M,r=[],u="function"==typeof Promise?Promise.prototype.then.bind(Promise.resolve()):setTimeout,i=function(_,e){return _.__v.__b-e.__v.__b},$.__r=0,c=/(PointerCapture)$|Capture$/i,f=0,s=V(!1),p=V(!0),b=0,w=[],x=(H=t).__b,S=H.__r,P=H.diffed,N=H.__c,C=H.unmount,E=H.__,H.__b=function(_){y=null,x&&x(_)},H.__=function(_,e){_&&e.__k&&e.__k.__m&&(_.__m=e.__k.__m),E&&E(_,e)},H.__r=function(_){S&&S(_),m=0;var e=(y=_.__c).__H;e&&(g===y?(e.__h=[],y.__h=[],e.__.forEach((function(_){_.__N&&(_.__=_.__N),_.i=_.__N=void 0}))):(e.__h.forEach(n_),e.__h.forEach(t_),e.__h=[],m=0)),g=y},H.diffed=function(_){P&&P(_);var e=_.__c;e&&e.__H&&(e.__H.__h.length&&(1!==w.push(e)&&k===H.requestAnimationFrame||((k=H.requestAnimationFrame)||e_)(__)),e.__H.__.forEach((function(_){_.i&&(_.__H=_.i),_.i=void 0}))),g=y=null},H.__c=function(_,e){e.some((function(_){try{_.__h.forEach(n_),_.__h=_.__h.filter((function(_){return!_.__||t_(_)}))}catch(n){e.some((function(_){_.__h&&(_.__h=[])})),e=[],H.__e(n,_.__v)}})),N&&N(_,e)},H.unmount=function(_){C&&C(_);var e,n=_.__c;n&&n.__H&&(n.__H.__.forEach((function(_){try{n_(_)}catch(_){e=_}})),n.__H=void 0,e&&H.__e(e,n.__v))},U="function"==typeof requestAnimationFrame,T=0}}}));
@@ -5,7 +5,7 @@
5
5
  <link rel="icon" type="image/svg+xml" href="/other/preact_logo.svg?v=7aea73c3">
6
6
  <meta name="viewport" content="width=device-width,initial-scale=1">
7
7
  <script>
8
- ;(function(){var m = {"/js/vendors.nomodule.js":"/js/vendors.nomodule.js?v=8f73e9f8","/other/preact_logo.svg":"/other/preact_logo.svg?v=7aea73c3"}; window.__v__ = function (s) { return m[s] || s }; })();
8
+ ;(function(){var m = {"/js/vendors.nomodule.js":"/js/vendors.nomodule.js?v=46800e9f","/other/preact_logo.svg":"/other/preact_logo.svg?v=7aea73c3"}; window.__v__ = function (s) { return m[s] || s }; })();
9
9
  </script>
10
10
  <script>
11
11
  !function(e,n){if("function"==typeof define&&define.amd)define([],n);else if("undefined"!=typeof exports)n();else{n(),e.s={}}}("undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:this,(function(){"use strict";function e(e,n,t){return e&&e.then||(e=Promise.resolve(e)),n?e.then(n):e}function n(e){return function(){for(var n=[],t=0;t<arguments.length;t++)n[t]=arguments[t];try{return Promise.resolve(e.apply(this,n))}catch(e){return Promise.reject(e)}}}function t(){}function r(e,n){return e&&e.then?e.then(t):Promise.resolve()}function o(e,n){var t=e();return t&&t.then?t.then(n):n(t)}function i(e,n){try{var t=e()}catch(e){return n(e)}return t&&t.then?t.then(void 0,n):t}function u(e,n){return function(e){if(Array.isArray(e))return e}(e)||function(e,n){var t=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=t){var r,o,i,u,c=[],f=!0,l=!1;try{if(i=(t=t.call(e)).next,0===n);else for(;!(f=(r=i.call(t)).done)&&(c.push(r.value),c.length!==n);f=!0);}catch(e){l=!0,o=e}finally{try{if(!f&&null!=t.return&&(u=t.return(),Object(u)!==u))return}finally{if(l)throw o}}return c}}(e,n)||function(e,n){if(e){if("string"==typeof e)return c(e,n);var t={}.toString.call(e).slice(8,-1);return"Object"===t&&e.constructor&&(t=e.constructor.name),"Map"===t||"Set"===t?Array.from(e):"Arguments"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?c(e,n):void 0}}(e,n)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function c(e,n){(null==n||n>e.length)&&(n=e.length);for(var t=0,r=Array(n);t<n;t++)r[t]=e[t];return r}function f(e){return f="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},f(e)}!function(){var t=Object.create(null),c=Object.create(null),l=0,s={},a="object"===("undefined"==typeof document?"undefined":f(document)),d=self,m=!a&&"function"==typeof d.WorkerGlobalScope&&d instanceof d.WorkerGlobalScope,p=m&&"function"==typeof self.skipWaiting;d.System=s;var h=d.location.href.split("#")[0].split("?")[0],v=h.lastIndexOf("/");-1!==v&&(h=h.slice(0,v+1));var y=function(e,n){return new URL(e,n).href};if(a){var P=document.querySelector("base[href]");P&&(h=P.href),s.register=function(e,n){if(!document.currentScript)throw new Error("unexpected call to System.register (document.currentScript is undefined)");if(document.currentScript.__s__)return c[document.currentScript.src]=[e,n],null;var t=document.currentScript.src||"".concat(window.location.href,"__inline_script__").concat(++l);return c[t]=[e,n],_(t)},s.instantiate=function(e){var n=g(e);return new Promise((function(t,r){var o,i,u=function(e){o=e.filename,i=e.error};window.addEventListener("error",u),n.addEventListener("error",(function(){window.removeEventListener("error",u),r("An error occured while loading url with <script> for ".concat(e))})),n.addEventListener("load",(function(){window.removeEventListener("error",u),document.head.removeChild(n),o===e?r(i):t()})),document.head.appendChild(n)}))};var g=function(e){var n=document.createElement("script");return n.async=!0,e.indexOf("".concat(self.location.origin,"/"))&&(n.crossOrigin="anonymous"),n.__s__=!0,n.src=e,n}}if(m){var b=[];if(p){var w=["message","install","activate","fetch"],S={},x=new Promise((function(e){b.push(e)}));w.forEach((function(e){var n=[];self.addEventListener(e,(function(e){var t=S[e.type];t?t(e):(n.push(e),e.waitUntil(x))})),b.push((function(){if(n.length){var e=S[n[0].type];e&&n.forEach((function(n){e(n)})),n.length=0}}))}));var E=self.addEventListener;self.addEventListener=function(e,n,t){return w.indexOf(e)>-1?(S[e]=n,null):E.call(self,e,n,t)}}else{["message"].forEach((function(e){var n=[],t=function(e){n.push(e)};self.addEventListener(e,t),b.push((function(){self.removeEventListener(e,t),n.forEach((function(e){self.dispatchEvent(e)})),n.length=0}))}))}s.register=n((function(n,t){s.register=function(){throw new Error("unexpected call to System.register (called outside url instantiation)")};var r=self.location.href;return c[r]=[n,t],e(_(r),(function(e){return b.forEach((function(e){e()})),b.length=0,e}))})),s.instantiate=n((function(n){return e(self.fetch(n,{credentials:"same-origin"}),(function(t){if(!t.ok)throw Error("Failed to fetch module at ".concat(n));return e(t.text(),(function(e){e.indexOf("//# sourceURL=")<0&&(e+="\n//# sourceURL=".concat(n));var t=s.register;s.register=function(e,t){c[n]=[e,t]},(0,self.eval)(e),s.register=t}))}))}))}var _=function(e,n){var t=y(e,n),r=L(t,n);return r.completionPromise?r.completionPromise===r.namespace?Promise.resolve(r.namespace):r.completionPromise:O(r,n)},L=function(f,l){var a=t[f];if(a)return a;var d=T(),m={url:f,deps:[],dependencyLoads:[],instantiatePromise:null,linkPromise:null,executePromise:null,completionPromise:null,importerSetters:[],setters:[],execute:null,error:null,hoistedExports:!1,namespace:d};return t[f]=m,m.instantiatePromise=n((function(){return i((function(){var e=c[f];return o((function(){if(!e){var n=s.instantiate(f,l);return o((function(){if(n)return r(n)}),(function(){e=c[f]}))}}),(function(){if(!e)throw new Error("System.register() not called after executing ".concat(f));var n=u(e,2),t=n[0],r=(0,n[1])((function(e,n){m.hoistedExports=!0;var t=!1;if("string"==typeof e){var r=e,o=n;r in d&&d[r]===o||(d[r]=o,t=!0)}else Object.keys(e).forEach((function(n){var r=e[n];n in d&&d[n]===r||(d[n]=r,t=!0)})),e&&e.__esModule&&(d.__esModule=e.__esModule);return t&&m.importerSetters.forEach((function(e){e&&e(d)})),n}),{import:function(e){return _(e,f)},meta:M(f)}),o=r.setters,i=r.execute,c=void 0===i?function(){}:i;m.deps=t,m.setters=o,m.execute=c}))}),(function(e){m.error=e,m.execute=null}))}))(),m.linkPromise=n((function(){return e(m.instantiatePromise,(function(){return e(Promise.all(m.deps.map(n((function(e,n){var t=m.setters[n],i=y(e,f),u=L(i,f);return o((function(){if(u.instantiatePromise)return r(u.instantiatePromise)}),(function(){return t&&(u.importerSetters.push(t),!u.hoistedExports&&u.instantiatePromise||t(u.namespace)),u}))})))),(function(e){m.dependencyLoads=e}))}))}))(),m},O=n((function(n,t){return n.completionPromise=e(j(n,n,{}),(function(){return e(k(n,t?[t]:[]),(function(){return n.namespace}))})),n.completionPromise})),j=n((function(e,n,t){if(!t[e.url])return t[e.url]=!0,i((function(){return o((function(){if(e.linkPromise)return r(e.linkPromise)}),(function(){return r(Promise.all(e.dependencyLoads.map((function(e){return j(e,n,t)}))))}))}),(function(n){if(e.error)throw n;throw e.execute=null,n}))})),k=function(e,t){if(!(t.indexOf(e.url)>-1)){if(!e.execute){if(e.error)throw e.error;return e.executePromise?e.executePromise:void 0}var i=e.execute;e.execute=null;var u=[];return e.dependencyLoads.forEach((function(n){try{var r=t.slice();r.push(e.url);var o=k(n,r);o&&u.push(o)}catch(n){throw e.error=n,n}})),n((function(){return o((function(){if(u.length)return r(Promise.all(u))}),(function(){try{var n=i.call(A);if(n)return void(e.executePromise=n.then((function(){e.executePromise=null,e.completionPromise=e.namespace}),(function(n){throw e.executePromise=null,e.error=n,n})));e.instantiatePromise=null,e.linkPromise=null,e.completionPromise=e.namespace}catch(n){throw e.error=n,n}finally{e.execute=null}}))}))()}},A=Object.freeze(Object.create(null)),M=function(e){return{url:e,resolve:function(n){return y(n,e)}}},T="undefined"!=typeof Symbol&&Symbol.toStringTag?function(){var e=Object.create(null);return Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),e}:function(){return Object.create(null)}}()}));
@@ -1 +1 @@
1
- System.register([],(function(_,e){"use strict";var n,t,o,r,l,u,i,c,f,s,p,a,h,d,v,m,y,g,k,b,w,H,x,S,P,N,C,E,U,T;function D(_,e){for(var n in e)_[n]=e[n];return _}function F(_){_&&_.parentNode&&_.parentNode.removeChild(_)}function M(_,e,n,r,l){var u={type:_,props:e,key:n,ref:r,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:null==l?++o:l,__i:-1,__u:0};return null==l&&null!=t.vnode&&t.vnode(u),u}function A(_){return _.children}function L(_,e){this.props=_,this.context=e}function W(_,e){if(null==e)return _.__?W(_.__,_.__i+1):null;for(var n;e<_.__k.length;e++)if(null!=(n=_.__k[e])&&null!=n.__e)return n.__e;return"function"==typeof _.type?W(_):null}function I(_){var e,n;if(null!=(_=_.__)&&null!=_.__c){for(_.__e=_.__c.base=null,e=0;e<_.__k.length;e++)if(null!=(n=_.__k[e])&&null!=n.__e){_.__e=_.__c.base=n.__e;break}return I(_)}}function R(_){(!_.__d&&(_.__d=!0)&&r.push(_)&&!$.__r++||l!==t.debounceRendering)&&((l=t.debounceRendering)||u)($)}function $(){var _,e,n,o,l,u,c,f;for(r.sort(i);_=r.shift();)_.__d&&(e=r.length,o=void 0,u=(l=(n=_).__v).__e,c=[],f=[],n.__P&&((o=D({},l)).__v=l.__v+1,t.vnode&&t.vnode(o),G(n.__P,o,l,n.__n,n.__P.namespaceURI,32&l.__u?[u]:null,c,null==u?W(l):u,!!(32&l.__u),f),o.__v=l.__v,o.__.__k[o.__i]=o,J(c,o,f),o.__e!=u&&I(o)),r.length>e&&r.sort(i));$.__r=0}function q(_,e,n,t,o,r,l,u,i,c,f){var s,p,d,m,y,g,k=t&&t.__k||h,b=e.length;for(i=function(_,e,n,t){var o,r,l,u,i,c=e.length,f=n.length,s=f,p=0;for(_.__k=[],o=0;o<c;o++)null!=(r=e[o])&&"boolean"!=typeof r&&"function"!=typeof r?(u=o+p,(r=_.__k[o]="string"==typeof r||"number"==typeof r||"bigint"==typeof r||r.constructor==String?M(null,r,null,null,null):v(r)?M(A,{children:r},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).__=_,r.__b=_.__b+1,l=null,-1!==(i=r.__i=O(r,n,u,s))&&(s--,(l=n[i])&&(l.__u|=2)),null==l||null===l.__v?(-1==i&&p--,"function"!=typeof r.type&&(r.__u|=4)):i!==u&&(i==u-1?p--:i==u+1?p++:(i>u?p--:p++,r.__u|=4))):r=_.__k[o]=null;if(s)for(o=0;o<f;o++)null!=(l=n[o])&&!(2&l.__u)&&(l.__e==t&&(t=W(l)),X(l,l));return t}(n,e,k,i),s=0;s<b;s++)null!=(d=n.__k[s])&&(p=-1===d.__i?a:k[d.__i]||a,d.__i=s,g=G(_,d,p,o,r,l,u,i,c,f),m=d.__e,d.ref&&p.ref!=d.ref&&(p.ref&&Q(p.ref,null,d),f.push(d.ref,d.__c||m,d)),null==y&&null!=m&&(y=m),4&d.__u||p.__k===d.__k?i=B(d,i,_):"function"==typeof d.type&&void 0!==g?i=g:m&&(i=m.nextSibling),d.__u&=-7);return n.__e=y,i}function B(_,e,n){var t,o;if("function"==typeof _.type){for(t=_.__k,o=0;t&&o<t.length;o++)t[o]&&(t[o].__=_,e=B(t[o],e,n));return e}_.__e!=e&&(e&&_.type&&!n.contains(e)&&(e=W(_)),n.insertBefore(_.__e,e||null),e=_.__e);do{e=e&&e.nextSibling}while(null!=e&&8===e.nodeType);return e}function O(_,e,n,t){var o=_.key,r=_.type,l=n-1,u=n+1,i=e[n];if(null===i||i&&o==i.key&&r===i.type&&!(2&i.__u))return n;if(("function"!=typeof r||r===A||o)&&t>(null==i||2&i.__u?0:1))for(;l>=0||u<e.length;){if(l>=0){if((i=e[l])&&!(2&i.__u)&&o==i.key&&r===i.type)return l;l--}if(u<e.length){if((i=e[u])&&!(2&i.__u)&&o==i.key&&r===i.type)return u;u++}}return-1}function j(_,e,n){"-"===e[0]?_.setProperty(e,null==n?"":n):_[e]=null==n?"":"number"!=typeof n||d.test(e)?n:n+"px"}function z(_,e,n,t,o){var r;_:if("style"===e)if("string"==typeof n)_.style.cssText=n;else{if("string"==typeof t&&(_.style.cssText=t=""),t)for(e in t)n&&e in n||j(_.style,e,"");if(n)for(e in n)t&&n[e]===t[e]||j(_.style,e,n[e])}else if("o"===e[0]&&"n"===e[1])r=e!==(e=e.replace(c,"$1")),e=e.toLowerCase()in _||"onFocusOut"===e||"onFocusIn"===e?e.toLowerCase().slice(2):e.slice(2),_.l||(_.l={}),_.l[e+r]=n,n?t?n.u=t.u:(n.u=f,_.addEventListener(e,r?p:s,r)):_.removeEventListener(e,r?p:s,r);else{if("http://www.w3.org/2000/svg"==o)e=e.replace(/xlink(H|:h)/,"h").replace(/sName$/,"s");else if("width"!=e&&"height"!=e&&"href"!=e&&"list"!=e&&"form"!=e&&"tabIndex"!=e&&"download"!=e&&"rowSpan"!=e&&"colSpan"!=e&&"role"!=e&&"popover"!=e&&e in _)try{_[e]=null==n?"":n;break _}catch(_){}"function"==typeof n||(null==n||!1===n&&"-"!==e[4]?_.removeAttribute(e):_.setAttribute(e,"popover"==e&&1==n?"":n))}}function V(_){return function(e){if(this.l){var n=this.l[e.type+_];if(null==e.t)e.t=f++;else if(e.t<n.u)return;return n(t.event?t.event(e):e)}}}function G(_,e,n,o,r,l,u,i,c,f){var s,p,a,h,d,m,y,g,k,b,w,H,x,S,P,N,C,E=e.type;if(void 0!==e.constructor)return null;128&n.__u&&(c=!!(32&n.__u),l=[i=e.__e=n.__e]),(s=t.__b)&&s(e);_:if("function"==typeof E)try{if(g=e.props,k="prototype"in E&&E.prototype.render,b=(s=E.contextType)&&o[s.__c],w=s?b?b.props.value:s.__:o,n.__c?y=(p=e.__c=n.__c).__=p.__E:(k?e.__c=p=new E(g,w):(e.__c=p=new L(g,w),p.constructor=E,p.render=Y),b&&b.sub(p),p.props=g,p.state||(p.state={}),p.context=w,p.__n=o,a=p.__d=!0,p.__h=[],p._sb=[]),k&&null==p.__s&&(p.__s=p.state),k&&null!=E.getDerivedStateFromProps&&(p.__s==p.state&&(p.__s=D({},p.__s)),D(p.__s,E.getDerivedStateFromProps(g,p.__s))),h=p.props,d=p.state,p.__v=e,a)k&&null==E.getDerivedStateFromProps&&null!=p.componentWillMount&&p.componentWillMount(),k&&null!=p.componentDidMount&&p.__h.push(p.componentDidMount);else{if(k&&null==E.getDerivedStateFromProps&&g!==h&&null!=p.componentWillReceiveProps&&p.componentWillReceiveProps(g,w),!p.__e&&(null!=p.shouldComponentUpdate&&!1===p.shouldComponentUpdate(g,p.__s,w)||e.__v===n.__v)){for(e.__v!==n.__v&&(p.props=g,p.state=p.__s,p.__d=!1),e.__e=n.__e,e.__k=n.__k,e.__k.some((function(_){_&&(_.__=e)})),H=0;H<p._sb.length;H++)p.__h.push(p._sb[H]);p._sb=[],p.__h.length&&u.push(p);break _}null!=p.componentWillUpdate&&p.componentWillUpdate(g,p.__s,w),k&&null!=p.componentDidUpdate&&p.__h.push((function(){p.componentDidUpdate(h,d,m)}))}if(p.context=w,p.props=g,p.__P=_,p.__e=!1,x=t.__r,S=0,k){for(p.state=p.__s,p.__d=!1,x&&x(e),s=p.render(p.props,p.state,p.context),P=0;P<p._sb.length;P++)p.__h.push(p._sb[P]);p._sb=[]}else do{p.__d=!1,x&&x(e),s=p.render(p.props,p.state,p.context),p.state=p.__s}while(p.__d&&++S<25);p.state=p.__s,null!=p.getChildContext&&(o=D(D({},o),p.getChildContext())),k&&!a&&null!=p.getSnapshotBeforeUpdate&&(m=p.getSnapshotBeforeUpdate(h,d)),i=q(_,v(N=null!=s&&s.type===A&&null==s.key?s.props.children:s)?N:[N],e,n,o,r,l,u,i,c,f),p.base=e.__e,e.__u&=-161,p.__h.length&&u.push(p),y&&(p.__E=p.__=null)}catch(_){if(e.__v=null,c||null!=l)if(_.then){for(e.__u|=c?160:128;i&&8===i.nodeType&&i.nextSibling;)i=i.nextSibling;l[l.indexOf(i)]=null,e.__e=i}else for(C=l.length;C--;)F(l[C]);else e.__e=n.__e,e.__k=n.__k;t.__e(_,e,n)}else null==l&&e.__v===n.__v?(e.__k=n.__k,e.__e=n.__e):i=e.__e=K(n.__e,e,n,o,r,l,u,c,f);return(s=t.diffed)&&s(e),128&e.__u?void 0:i}function J(_,e,n){for(var o=0;o<n.length;o++)Q(n[o],n[++o],n[++o]);t.__c&&t.__c(e,_),_.some((function(e){try{_=e.__h,e.__h=[],_.some((function(_){_.call(e)}))}catch(_){t.__e(_,e.__v)}}))}function K(_,e,o,r,l,u,i,c,f){var s,p,h,d,m,y,g,k=o.props,b=e.props,w=e.type;if("svg"===w?l="http://www.w3.org/2000/svg":"math"===w?l="http://www.w3.org/1998/Math/MathML":l||(l="http://www.w3.org/1999/xhtml"),null!=u)for(s=0;s<u.length;s++)if((m=u[s])&&"setAttribute"in m==!!w&&(w?m.localName===w:3===m.nodeType)){_=m,u[s]=null;break}if(null==_){if(null===w)return document.createTextNode(b);_=document.createElementNS(l,w,b.is&&b),c&&(t.__m&&t.__m(e,u),c=!1),u=null}if(null===w)k===b||c&&_.data===b||(_.data=b);else{if(u=u&&n.call(_.childNodes),k=o.props||a,!c&&null!=u)for(k={},s=0;s<_.attributes.length;s++)k[(m=_.attributes[s]).name]=m.value;for(s in k)if(m=k[s],"children"==s);else if("dangerouslySetInnerHTML"==s)h=m;else if(!(s in b)){if("value"==s&&"defaultValue"in b||"checked"==s&&"defaultChecked"in b)continue;z(_,s,null,m,l)}for(s in b)m=b[s],"children"==s?d=m:"dangerouslySetInnerHTML"==s?p=m:"value"==s?y=m:"checked"==s?g=m:c&&"function"!=typeof m||k[s]===m||z(_,s,m,k[s],l);if(p)c||h&&(p.__html===h.__html||p.__html===_.innerHTML)||(_.innerHTML=p.__html),e.__k=[];else if(h&&(_.innerHTML=""),q(_,v(d)?d:[d],e,o,r,"foreignObject"===w?"http://www.w3.org/1999/xhtml":l,u,i,u?u[0]:o.__k&&W(o,0),c,f),null!=u)for(s=u.length;s--;)F(u[s]);c||(s="value","progress"===w&&null==y?_.removeAttribute("value"):void 0!==y&&(y!==_[s]||"progress"===w&&!y||"option"===w&&y!==k[s])&&z(_,s,y,k[s],l),s="checked",void 0!==g&&g!==_[s]&&z(_,s,g,k[s],l))}return _}function Q(_,e,n){try{if("function"==typeof _){var o="function"==typeof _.__u;o&&_.__u(),o&&null==e||(_.__u=_(e))}else _.current=e}catch(_){t.__e(_,n)}}function X(_,e,n){var o,r;if(t.unmount&&t.unmount(_),(o=_.ref)&&(o.current&&o.current!==_.__e||Q(o,null,e)),null!=(o=_.__c)){if(o.componentWillUnmount)try{o.componentWillUnmount()}catch(_){t.__e(_,e)}o.base=o.__P=null}if(o=_.__k)for(r=0;r<o.length;r++)o[r]&&X(o[r],e,n||"function"!=typeof _.type);n||F(_.__e),_.__c=_.__=_.__e=void 0}function Y(_,e,n){return this.constructor(_,n)}function Z(_,e){H.__h&&H.__h(y,_,b||e),b=0;var n=y.__H||(y.__H={__:[],__h:[]});return _>=n.__.length&&n.__.push({}),n.__[_]}function __(){for(var _;_=w.shift();)if(_.__P&&_.__H)try{_.__H.__h.forEach(n_),_.__H.__h.forEach(t_),_.__H.__h=[]}catch(e){_.__H.__h=[],H.__e(e,_.__v)}}function e_(_){var e,n=function(){clearTimeout(t),U&&cancelAnimationFrame(e),setTimeout(_)},t=setTimeout(n,100);U&&(e=requestAnimationFrame(n))}function n_(_){var e=y,n=_.__c;"function"==typeof n&&(_.__c=void 0,n()),y=e}function t_(_){var e=y;_.__c=_.__(),y=e}function o_(_,e){return"function"==typeof e?e(_):e}return _({D:function(_,e,o){var r,l,u,i;e===document&&(e=document.documentElement),t.__&&t.__(_,e),l=(r="function"==typeof o)?null:e.__k,u=[],i=[],G(e,_=(!r&&o||e).__k=function(_,e,t){var o,r,l,u={};for(l in e)"key"==l?o=e[l]:"ref"==l?r=e[l]:u[l]=e[l];if(arguments.length>2&&(u.children=arguments.length>3?n.call(arguments,2):t),"function"==typeof _&&null!=_.defaultProps)for(l in _.defaultProps)void 0===u[l]&&(u[l]=_.defaultProps[l]);return M(_,u,o,r,null)}(A,null,[_]),l||a,a,e.namespaceURI,!r&&o?[o]:l?null:e.firstChild?n.call(e.childNodes):null,u,!r&&o?o:l?l.__e:e.firstChild,r,i),J(u,_,i)},_:function(_,e){var n=Z(m++,4);!H.__s&&function(_,e){return!_||_.length!==e.length||e.some((function(e,n){return e!==_[n]}))}(n.__H,e)&&(n.__=_,n.i=e,y.__h.push(n))},h:function(_){return b=1,function(_,e){var n=Z(m++,2);if(n.t=_,!n.__c&&(n.__=[o_(void 0,e),function(_){var e=n.__N?n.__N[0]:n.__[0],t=n.t(e,_);e!==t&&(n.__N=[t,n.__[1]],n.__c.setState({}))}],n.__c=y,!y.u)){var t=function(_,e,t){if(!n.__c.__H)return!0;var r=n.__c.__H.__.filter((function(_){return!!_.__c}));if(r.every((function(_){return!_.__N})))return!o||o.call(this,_,e,t);var l=n.__c.props!==_;return r.forEach((function(_){if(_.__N){var e=_.__[0];_.__=_.__N,_.__N=void 0,e!==_.__[0]&&(l=!0)}})),o&&o.call(this,_,e,t)||l};y.u=!0;var o=y.shouldComponentUpdate,r=y.componentWillUpdate;y.componentWillUpdate=function(_,e,n){if(this.__e){var l=o;o=void 0,t(_,e,n),o=l}r&&r.call(this,_,e,n)},y.shouldComponentUpdate=t}return n.__N||n.__}(o_,_)},k:A,u:function(_,e,n,o,r,l){e||(e={});var u,i,c=e;"ref"in e&&(u=e.ref,delete e.ref);var f={type:_,props:c,key:n,ref:u,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:--T,__i:-1,__u:0,__source:r,__self:l};if("function"==typeof _&&(u=_.defaultProps))for(i in u)void 0===c[i]&&(c[i]=u[i]);return t.vnode&&t.vnode(f),f}}),{setters:[],execute:function(){a={},h=[],d=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,v=Array.isArray,n=h.slice,t={__e:function(_,e,n,t){for(var o,r,l;e=e.__;)if((o=e.__c)&&!o.__)try{if((r=o.constructor)&&null!=r.getDerivedStateFromError&&(o.setState(r.getDerivedStateFromError(_)),l=o.__d),null!=o.componentDidCatch&&(o.componentDidCatch(_,t||{}),l=o.__d),l)return o.__E=o}catch(e){_=e}throw _}},o=0,L.prototype.setState=function(_,e){var n;n=null!=this.__s&&this.__s!==this.state?this.__s:this.__s=D({},this.state),"function"==typeof _&&(_=_(D({},n),this.props)),_&&D(n,_),null!=_&&this.__v&&(e&&this._sb.push(e),R(this))},L.prototype.forceUpdate=function(_){this.__v&&(this.__e=!0,_&&this.__h.push(_),R(this))},L.prototype.render=A,r=[],u="function"==typeof Promise?Promise.prototype.then.bind(Promise.resolve()):setTimeout,i=function(_,e){return _.__v.__b-e.__v.__b},$.__r=0,c=/(PointerCapture)$|Capture$/i,f=0,s=V(!1),p=V(!0),b=0,w=[],x=(H=t).__b,S=H.__r,P=H.diffed,N=H.__c,C=H.unmount,E=H.__,H.__b=function(_){y=null,x&&x(_)},H.__=function(_,e){_&&e.__k&&e.__k.__m&&(_.__m=e.__k.__m),E&&E(_,e)},H.__r=function(_){S&&S(_),m=0;var e=(y=_.__c).__H;e&&(g===y?(e.__h=[],y.__h=[],e.__.forEach((function(_){_.__N&&(_.__=_.__N),_.i=_.__N=void 0}))):(e.__h.forEach(n_),e.__h.forEach(t_),e.__h=[],m=0)),g=y},H.diffed=function(_){P&&P(_);var e=_.__c;e&&e.__H&&(e.__H.__h.length&&(1!==w.push(e)&&k===H.requestAnimationFrame||((k=H.requestAnimationFrame)||e_)(__)),e.__H.__.forEach((function(_){_.i&&(_.__H=_.i),_.i=void 0}))),g=y=null},H.__c=function(_,e){e.some((function(_){try{_.__h.forEach(n_),_.__h=_.__h.filter((function(_){return!_.__||t_(_)}))}catch(n){e.some((function(_){_.__h&&(_.__h=[])})),e=[],H.__e(n,_.__v)}})),N&&N(_,e)},H.unmount=function(_){C&&C(_);var e,n=_.__c;n&&n.__H&&(n.__H.__.forEach((function(_){try{n_(_)}catch(_){e=_}})),n.__H=void 0,e&&H.__e(e,n.__v))},U="function"==typeof requestAnimationFrame,T=0}}}));
1
+ System.register([],(function(_,e){"use strict";var n,t,o,r,l,u,i,c,f,s,p,a,h,d,v,m,y,g,k,b,w,H,x,S,P,N,C,E,U,T;function D(_,e){for(var n in e)_[n]=e[n];return _}function F(_){_&&_.parentNode&&_.parentNode.removeChild(_)}function A(_,e,n,r,l){var u={type:_,props:e,key:n,ref:r,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:null==l?++o:l,__i:-1,__u:0};return null==l&&null!=t.vnode&&t.vnode(u),u}function M(_){return _.children}function L(_,e){this.props=_,this.context=e}function W(_,e){if(null==e)return _.__?W(_.__,_.__i+1):null;for(var n;e<_.__k.length;e++)if(null!=(n=_.__k[e])&&null!=n.__e)return n.__e;return"function"==typeof _.type?W(_):null}function I(_){var e,n;if(null!=(_=_.__)&&null!=_.__c){for(_.__e=_.__c.base=null,e=0;e<_.__k.length;e++)if(null!=(n=_.__k[e])&&null!=n.__e){_.__e=_.__c.base=n.__e;break}return I(_)}}function R(_){(!_.__d&&(_.__d=!0)&&r.push(_)&&!$.__r++||l!==t.debounceRendering)&&((l=t.debounceRendering)||u)($)}function $(){var _,e,n,o,l,u,c,f;for(r.sort(i);_=r.shift();)_.__d&&(e=r.length,o=void 0,u=(l=(n=_).__v).__e,c=[],f=[],n.__P&&((o=D({},l)).__v=l.__v+1,t.vnode&&t.vnode(o),G(n.__P,o,l,n.__n,n.__P.namespaceURI,32&l.__u?[u]:null,c,null==u?W(l):u,!!(32&l.__u),f),o.__v=l.__v,o.__.__k[o.__i]=o,J(c,o,f),o.__e!=u&&I(o)),r.length>e&&r.sort(i));$.__r=0}function q(_,e,n,t,o,r,l,u,i,c,f){var s,p,d,m,y,g,k=t&&t.__k||h,b=e.length;for(i=function(_,e,n,t,o){var r,l,u,i,c,f=n.length,s=f,p=0;for(_.__k=new Array(o),r=0;r<o;r++)null!=(l=e[r])&&"boolean"!=typeof l&&"function"!=typeof l?(i=r+p,(l=_.__k[r]="string"==typeof l||"number"==typeof l||"bigint"==typeof l||l.constructor==String?A(null,l,null,null,null):v(l)?A(M,{children:l},null,null,null):void 0===l.constructor&&l.__b>0?A(l.type,l.props,l.key,l.ref?l.ref:null,l.__v):l).__=_,l.__b=_.__b+1,u=null,-1!==(c=l.__i=O(l,n,i,s))&&(s--,(u=n[c])&&(u.__u|=2)),null==u||null===u.__v?(-1==c&&p--,"function"!=typeof l.type&&(l.__u|=4)):c!=i&&(c==i-1?p--:c==i+1?p++:(c>i?p--:p++,l.__u|=4))):_.__k[r]=null;if(s)for(r=0;r<f;r++)null!=(u=n[r])&&!(2&u.__u)&&(u.__e==t&&(t=W(u)),X(u,u));return t}(n,e,k,i,b),s=0;s<b;s++)null!=(d=n.__k[s])&&(p=-1===d.__i?a:k[d.__i]||a,d.__i=s,g=G(_,d,p,o,r,l,u,i,c,f),m=d.__e,d.ref&&p.ref!=d.ref&&(p.ref&&Q(p.ref,null,d),f.push(d.ref,d.__c||m,d)),null==y&&null!=m&&(y=m),4&d.__u||p.__k===d.__k?i=B(d,i,_):"function"==typeof d.type&&void 0!==g?i=g:m&&(i=m.nextSibling),d.__u&=-7);return n.__e=y,i}function B(_,e,n){var t,o;if("function"==typeof _.type){for(t=_.__k,o=0;t&&o<t.length;o++)t[o]&&(t[o].__=_,e=B(t[o],e,n));return e}_.__e!=e&&(e&&_.type&&!n.contains(e)&&(e=W(_)),n.insertBefore(_.__e,e||null),e=_.__e);do{e=e&&e.nextSibling}while(null!=e&&8==e.nodeType);return e}function O(_,e,n,t){var o,r,l=_.key,u=_.type,i=e[n];if(null===i||i&&l==i.key&&u===i.type&&!(2&i.__u))return n;if(t>(null==i||2&i.__u?0:1))for(o=n-1,r=n+1;o>=0||r<e.length;){if(o>=0){if((i=e[o])&&!(2&i.__u)&&l==i.key&&u===i.type)return o;o--}if(r<e.length){if((i=e[r])&&!(2&i.__u)&&l==i.key&&u===i.type)return r;r++}}return-1}function j(_,e,n){"-"==e[0]?_.setProperty(e,null==n?"":n):_[e]=null==n?"":"number"!=typeof n||d.test(e)?n:n+"px"}function z(_,e,n,t,o){var r;_:if("style"==e)if("string"==typeof n)_.style.cssText=n;else{if("string"==typeof t&&(_.style.cssText=t=""),t)for(e in t)n&&e in n||j(_.style,e,"");if(n)for(e in n)t&&n[e]===t[e]||j(_.style,e,n[e])}else if("o"==e[0]&&"n"==e[1])r=e!=(e=e.replace(c,"$1")),e=e.toLowerCase()in _||"onFocusOut"==e||"onFocusIn"==e?e.toLowerCase().slice(2):e.slice(2),_.l||(_.l={}),_.l[e+r]=n,n?t?n.u=t.u:(n.u=f,_.addEventListener(e,r?p:s,r)):_.removeEventListener(e,r?p:s,r);else{if("http://www.w3.org/2000/svg"==o)e=e.replace(/xlink(H|:h)/,"h").replace(/sName$/,"s");else if("width"!=e&&"height"!=e&&"href"!=e&&"list"!=e&&"form"!=e&&"tabIndex"!=e&&"download"!=e&&"rowSpan"!=e&&"colSpan"!=e&&"role"!=e&&"popover"!=e&&e in _)try{_[e]=null==n?"":n;break _}catch(_){}"function"==typeof n||(null==n||!1===n&&"-"!=e[4]?_.removeAttribute(e):_.setAttribute(e,"popover"==e&&1==n?"":n))}}function V(_){return function(e){if(this.l){var n=this.l[e.type+_];if(null==e.t)e.t=f++;else if(e.t<n.u)return;return n(t.event?t.event(e):e)}}}function G(_,e,n,o,r,l,u,i,c,f){var s,p,a,h,d,m,y,g,k,b,w,H,x,S,P,N,C,E=e.type;if(void 0!==e.constructor)return null;128&n.__u&&(c=!!(32&n.__u),l=[i=e.__e=n.__e]),(s=t.__b)&&s(e);_:if("function"==typeof E)try{if(g=e.props,k="prototype"in E&&E.prototype.render,b=(s=E.contextType)&&o[s.__c],w=s?b?b.props.value:s.__:o,n.__c?y=(p=e.__c=n.__c).__=p.__E:(k?e.__c=p=new E(g,w):(e.__c=p=new L(g,w),p.constructor=E,p.render=Y),b&&b.sub(p),p.props=g,p.state||(p.state={}),p.context=w,p.__n=o,a=p.__d=!0,p.__h=[],p._sb=[]),k&&null==p.__s&&(p.__s=p.state),k&&null!=E.getDerivedStateFromProps&&(p.__s==p.state&&(p.__s=D({},p.__s)),D(p.__s,E.getDerivedStateFromProps(g,p.__s))),h=p.props,d=p.state,p.__v=e,a)k&&null==E.getDerivedStateFromProps&&null!=p.componentWillMount&&p.componentWillMount(),k&&null!=p.componentDidMount&&p.__h.push(p.componentDidMount);else{if(k&&null==E.getDerivedStateFromProps&&g!==h&&null!=p.componentWillReceiveProps&&p.componentWillReceiveProps(g,w),!p.__e&&(null!=p.shouldComponentUpdate&&!1===p.shouldComponentUpdate(g,p.__s,w)||e.__v==n.__v)){for(e.__v!=n.__v&&(p.props=g,p.state=p.__s,p.__d=!1),e.__e=n.__e,e.__k=n.__k,e.__k.some((function(_){_&&(_.__=e)})),H=0;H<p._sb.length;H++)p.__h.push(p._sb[H]);p._sb=[],p.__h.length&&u.push(p);break _}null!=p.componentWillUpdate&&p.componentWillUpdate(g,p.__s,w),k&&null!=p.componentDidUpdate&&p.__h.push((function(){p.componentDidUpdate(h,d,m)}))}if(p.context=w,p.props=g,p.__P=_,p.__e=!1,x=t.__r,S=0,k){for(p.state=p.__s,p.__d=!1,x&&x(e),s=p.render(p.props,p.state,p.context),P=0;P<p._sb.length;P++)p.__h.push(p._sb[P]);p._sb=[]}else do{p.__d=!1,x&&x(e),s=p.render(p.props,p.state,p.context),p.state=p.__s}while(p.__d&&++S<25);p.state=p.__s,null!=p.getChildContext&&(o=D(D({},o),p.getChildContext())),k&&!a&&null!=p.getSnapshotBeforeUpdate&&(m=p.getSnapshotBeforeUpdate(h,d)),i=q(_,v(N=null!=s&&s.type===M&&null==s.key?s.props.children:s)?N:[N],e,n,o,r,l,u,i,c,f),p.base=e.__e,e.__u&=-161,p.__h.length&&u.push(p),y&&(p.__E=p.__=null)}catch(_){if(e.__v=null,c||null!=l)if(_.then){for(e.__u|=c?160:128;i&&8==i.nodeType&&i.nextSibling;)i=i.nextSibling;l[l.indexOf(i)]=null,e.__e=i}else for(C=l.length;C--;)F(l[C]);else e.__e=n.__e,e.__k=n.__k;t.__e(_,e,n)}else null==l&&e.__v==n.__v?(e.__k=n.__k,e.__e=n.__e):i=e.__e=K(n.__e,e,n,o,r,l,u,c,f);return(s=t.diffed)&&s(e),128&e.__u?void 0:i}function J(_,e,n){for(var o=0;o<n.length;o++)Q(n[o],n[++o],n[++o]);t.__c&&t.__c(e,_),_.some((function(e){try{_=e.__h,e.__h=[],_.some((function(_){_.call(e)}))}catch(_){t.__e(_,e.__v)}}))}function K(_,e,o,r,l,u,i,c,f){var s,p,h,d,m,y,g,k=o.props,b=e.props,w=e.type;if("svg"==w?l="http://www.w3.org/2000/svg":"math"==w?l="http://www.w3.org/1998/Math/MathML":l||(l="http://www.w3.org/1999/xhtml"),null!=u)for(s=0;s<u.length;s++)if((m=u[s])&&"setAttribute"in m==!!w&&(w?m.localName==w:3==m.nodeType)){_=m,u[s]=null;break}if(null==_){if(null==w)return document.createTextNode(b);_=document.createElementNS(l,w,b.is&&b),c&&(t.__m&&t.__m(e,u),c=!1),u=null}if(null===w)k===b||c&&_.data===b||(_.data=b);else{if(u=u&&n.call(_.childNodes),k=o.props||a,!c&&null!=u)for(k={},s=0;s<_.attributes.length;s++)k[(m=_.attributes[s]).name]=m.value;for(s in k)if(m=k[s],"children"==s);else if("dangerouslySetInnerHTML"==s)h=m;else if(!(s in b)){if("value"==s&&"defaultValue"in b||"checked"==s&&"defaultChecked"in b)continue;z(_,s,null,m,l)}for(s in b)m=b[s],"children"==s?d=m:"dangerouslySetInnerHTML"==s?p=m:"value"==s?y=m:"checked"==s?g=m:c&&"function"!=typeof m||k[s]===m||z(_,s,m,k[s],l);if(p)c||h&&(p.__html===h.__html||p.__html===_.innerHTML)||(_.innerHTML=p.__html),e.__k=[];else if(h&&(_.innerHTML=""),q(_,v(d)?d:[d],e,o,r,"foreignObject"==w?"http://www.w3.org/1999/xhtml":l,u,i,u?u[0]:o.__k&&W(o,0),c,f),null!=u)for(s=u.length;s--;)F(u[s]);c||(s="value","progress"==w&&null==y?_.removeAttribute("value"):void 0!==y&&(y!==_[s]||"progress"==w&&!y||"option"==w&&y!==k[s])&&z(_,s,y,k[s],l),s="checked",void 0!==g&&g!==_[s]&&z(_,s,g,k[s],l))}return _}function Q(_,e,n){try{if("function"==typeof _){var o="function"==typeof _.__u;o&&_.__u(),o&&null==e||(_.__u=_(e))}else _.current=e}catch(_){t.__e(_,n)}}function X(_,e,n){var o,r;if(t.unmount&&t.unmount(_),(o=_.ref)&&(o.current&&o.current!==_.__e||Q(o,null,e)),null!=(o=_.__c)){if(o.componentWillUnmount)try{o.componentWillUnmount()}catch(_){t.__e(_,e)}o.base=o.__P=null}if(o=_.__k)for(r=0;r<o.length;r++)o[r]&&X(o[r],e,n||"function"!=typeof _.type);n||F(_.__e),_.__c=_.__=_.__e=void 0}function Y(_,e,n){return this.constructor(_,n)}function Z(_,e){H.__h&&H.__h(y,_,b||e),b=0;var n=y.__H||(y.__H={__:[],__h:[]});return _>=n.__.length&&n.__.push({}),n.__[_]}function __(){for(var _;_=w.shift();)if(_.__P&&_.__H)try{_.__H.__h.forEach(n_),_.__H.__h.forEach(t_),_.__H.__h=[]}catch(e){_.__H.__h=[],H.__e(e,_.__v)}}function e_(_){var e,n=function(){clearTimeout(t),U&&cancelAnimationFrame(e),setTimeout(_)},t=setTimeout(n,100);U&&(e=requestAnimationFrame(n))}function n_(_){var e=y,n=_.__c;"function"==typeof n&&(_.__c=void 0,n()),y=e}function t_(_){var e=y;_.__c=_.__(),y=e}function o_(_,e){return"function"==typeof e?e(_):e}return _({D:function(_,e,o){var r,l,u,i;e==document&&(e=document.documentElement),t.__&&t.__(_,e),l=(r="function"==typeof o)?null:e.__k,u=[],i=[],G(e,_=e.__k=function(_,e,t){var o,r,l,u={};for(l in e)"key"==l?o=e[l]:"ref"==l?r=e[l]:u[l]=e[l];if(arguments.length>2&&(u.children=arguments.length>3?n.call(arguments,2):t),"function"==typeof _&&null!=_.defaultProps)for(l in _.defaultProps)void 0===u[l]&&(u[l]=_.defaultProps[l]);return A(_,u,o,r,null)}(M,null,[_]),l||a,a,e.namespaceURI,l?null:e.firstChild?n.call(e.childNodes):null,u,l?l.__e:e.firstChild,r,i),J(u,_,i)},_:function(_,e){var n=Z(m++,4);!H.__s&&function(_,e){return!_||_.length!==e.length||e.some((function(e,n){return e!==_[n]}))}(n.__H,e)&&(n.__=_,n.i=e,y.__h.push(n))},h:function(_){return b=1,function(_,e){var n=Z(m++,2);if(n.t=_,!n.__c&&(n.__=[o_(void 0,e),function(_){var e=n.__N?n.__N[0]:n.__[0],t=n.t(e,_);e!==t&&(n.__N=[t,n.__[1]],n.__c.setState({}))}],n.__c=y,!y.u)){var t=function(_,e,t){if(!n.__c.__H)return!0;var r=n.__c.__H.__.filter((function(_){return!!_.__c}));if(r.every((function(_){return!_.__N})))return!o||o.call(this,_,e,t);var l=n.__c.props!==_;return r.forEach((function(_){if(_.__N){var e=_.__[0];_.__=_.__N,_.__N=void 0,e!==_.__[0]&&(l=!0)}})),o&&o.call(this,_,e,t)||l};y.u=!0;var o=y.shouldComponentUpdate,r=y.componentWillUpdate;y.componentWillUpdate=function(_,e,n){if(this.__e){var l=o;o=void 0,t(_,e,n),o=l}r&&r.call(this,_,e,n)},y.shouldComponentUpdate=t}return n.__N||n.__}(o_,_)},k:M,u:function(_,e,n,o,r,l){e||(e={});var u,i,c=e;if("ref"in c)for(i in c={},e)"ref"==i?u=e[i]:c[i]=e[i];var f={type:_,props:c,key:n,ref:u,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:--T,__i:-1,__u:0,__source:r,__self:l};if("function"==typeof _&&(u=_.defaultProps))for(i in u)void 0===c[i]&&(c[i]=u[i]);return t.vnode&&t.vnode(f),f}}),{setters:[],execute:function(){a={},h=[],d=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,v=Array.isArray,n=h.slice,t={__e:function(_,e,n,t){for(var o,r,l;e=e.__;)if((o=e.__c)&&!o.__)try{if((r=o.constructor)&&null!=r.getDerivedStateFromError&&(o.setState(r.getDerivedStateFromError(_)),l=o.__d),null!=o.componentDidCatch&&(o.componentDidCatch(_,t||{}),l=o.__d),l)return o.__E=o}catch(e){_=e}throw _}},o=0,L.prototype.setState=function(_,e){var n;n=null!=this.__s&&this.__s!==this.state?this.__s:this.__s=D({},this.state),"function"==typeof _&&(_=_(D({},n),this.props)),_&&D(n,_),null!=_&&this.__v&&(e&&this._sb.push(e),R(this))},L.prototype.forceUpdate=function(_){this.__v&&(this.__e=!0,_&&this.__h.push(_),R(this))},L.prototype.render=M,r=[],u="function"==typeof Promise?Promise.prototype.then.bind(Promise.resolve()):setTimeout,i=function(_,e){return _.__v.__b-e.__v.__b},$.__r=0,c=/(PointerCapture)$|Capture$/i,f=0,s=V(!1),p=V(!0),b=0,w=[],x=(H=t).__b,S=H.__r,P=H.diffed,N=H.__c,C=H.unmount,E=H.__,H.__b=function(_){y=null,x&&x(_)},H.__=function(_,e){_&&e.__k&&e.__k.__m&&(_.__m=e.__k.__m),E&&E(_,e)},H.__r=function(_){S&&S(_),m=0;var e=(y=_.__c).__H;e&&(g===y?(e.__h=[],y.__h=[],e.__.forEach((function(_){_.__N&&(_.__=_.__N),_.i=_.__N=void 0}))):(e.__h.forEach(n_),e.__h.forEach(t_),e.__h=[],m=0)),g=y},H.diffed=function(_){P&&P(_);var e=_.__c;e&&e.__H&&(e.__H.__h.length&&(1!==w.push(e)&&k===H.requestAnimationFrame||((k=H.requestAnimationFrame)||e_)(__)),e.__H.__.forEach((function(_){_.i&&(_.__H=_.i),_.i=void 0}))),g=y=null},H.__c=function(_,e){e.some((function(_){try{_.__h.forEach(n_),_.__h=_.__h.filter((function(_){return!_.__||t_(_)}))}catch(n){e.some((function(_){_.__h&&(_.__h=[])})),e=[],H.__e(n,_.__v)}})),N&&N(_,e)},H.unmount=function(_){C&&C(_);var e,n=_.__c;n&&n.__H&&(n.__H.__.forEach((function(_){try{n_(_)}catch(_){e=_}})),n.__H=void 0,e&&H.__e(e,n.__v))},U="function"==typeof requestAnimationFrame,T=0}}}));
@@ -0,0 +1,9 @@
1
+ {
2
+ "compilerOptions": {
3
+ "module": "NodeNext",
4
+ "moduleResolution": "NodeNext",
5
+ "paths": {
6
+ "/*": ["./src/*"]
7
+ }
8
+ }
9
+ }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "jsenv-template-web-preact",
3
3
  "private": true,
4
- "version": "0.0.3",
4
+ "version": "0.0.4",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "start": "npm run dev -- --open",
@@ -10,24 +10,24 @@
10
10
  "test:coverage": "npm run test -- --coverage",
11
11
  "build": "node ./scripts/build.mjs",
12
12
  "build:serve": "node ./scripts/build_serve.mjs --open",
13
- "eslint": "npx eslint . --ext=.html,.js,.jsx,.mjs,.cjs",
13
+ "eslint": "npx eslint .",
14
14
  "prettier": "prettier --write .",
15
15
  "playwright:install": "npx playwright install-deps && npx playwright install"
16
16
  },
17
17
  "dependencies": {
18
- "preact": "10.25.1"
18
+ "preact": "10.25.4"
19
19
  },
20
20
  "devDependencies": {
21
21
  "@babel/plugin-syntax-import-attributes": "7.26.0",
22
22
  "@babel/plugin-transform-react-jsx": "7.25.9",
23
23
  "@jsenv/assert": "4.4.2",
24
- "@jsenv/core": "39.8.0",
25
- "@jsenv/plugin-preact": "1.6.31",
26
- "@jsenv/plugin-bundling": "2.7.20",
24
+ "@jsenv/core": "39.9.0",
25
+ "@jsenv/plugin-preact": "1.6.32",
26
+ "@jsenv/plugin-bundling": "2.7.21",
27
27
  "@jsenv/plugin-minification": "1.5.12",
28
- "@jsenv/eslint-config-relax": "1.3.6",
29
- "@jsenv/test": "3.5.32",
30
- "eslint": "9.16.0",
28
+ "@jsenv/eslint-config-relax": "1.3.9",
29
+ "@jsenv/test": "3.5.34",
30
+ "eslint": "9.17.0",
31
31
  "open": "10.1.0",
32
32
  "@playwright/browser-chromium": "1.49.1",
33
33
  "prettier": "3.4.2"
@@ -21,6 +21,6 @@
21
21
  "etag": "\"b42a-6jgwVNgxzjbye4ga5hlP0kjH2qQ\""
22
22
  }
23
23
  },
24
- "createdMs": 1735551836284,
25
- "lastModifiedMs": 1735551836284
24
+ "createdMs": 1735569730290,
25
+ "lastModifiedMs": 1735569730290
26
26
  }
@@ -13,6 +13,6 @@
13
13
  "etag": "\"9b9-sJK01lFXJpzyMXV+bJOPB0SPQDU\""
14
14
  }
15
15
  },
16
- "createdMs": 1735551836246,
17
- "lastModifiedMs": 1735551836246
16
+ "createdMs": 1735569730252,
17
+ "lastModifiedMs": 1735569730252
18
18
  }
@@ -37,6 +37,6 @@
37
37
  "etag": "\"f2312-3geIMc2yNzP1KZDcyx2sC6Q5IfE\""
38
38
  }
39
39
  },
40
- "createdMs": 1735551836757,
41
- "lastModifiedMs": 1735551836757
40
+ "createdMs": 1735569730720,
41
+ "lastModifiedMs": 1735569730720
42
42
  }
@@ -1,3 +1,3 @@
1
1
  {
2
- "version": "2.9.4"
2
+ "version": "2.9.10"
3
3
  }
@@ -0,0 +1,9 @@
1
+ {
2
+ "compilerOptions": {
3
+ "module": "NodeNext",
4
+ "moduleResolution": "NodeNext",
5
+ "paths": {
6
+ "/*": ["./src/*"]
7
+ }
8
+ }
9
+ }
@@ -10,7 +10,7 @@
10
10
  "test:coverage": "npm run test -- --coverage",
11
11
  "build": "node ./scripts/build.mjs",
12
12
  "build:serve": "node ./scripts/build_serve.mjs --open",
13
- "eslint": "npx eslint . --ext=.html,.js,.jsx,.mjs,.cjs",
13
+ "eslint": "npx eslint .",
14
14
  "prettier": "prettier --write .",
15
15
  "playwright:install": "npx playwright install-deps && npx playwright install"
16
16
  },
@@ -22,13 +22,13 @@
22
22
  "@babel/plugin-syntax-import-attributes": "7.26.0",
23
23
  "@babel/plugin-transform-react-jsx": "7.25.9",
24
24
  "@jsenv/assert": "4.4.2",
25
- "@jsenv/core": "39.8.0",
26
- "@jsenv/plugin-react": "1.5.52",
27
- "@jsenv/plugin-bundling": "2.7.20",
25
+ "@jsenv/core": "39.9.0",
26
+ "@jsenv/plugin-react": "1.5.54",
27
+ "@jsenv/plugin-bundling": "2.7.21",
28
28
  "@jsenv/plugin-minification": "1.5.12",
29
- "@jsenv/eslint-config-relax": "1.3.6",
30
- "@jsenv/test": "3.5.32",
31
- "eslint": "9.16.0",
29
+ "@jsenv/eslint-config-relax": "1.3.9",
30
+ "@jsenv/test": "3.5.34",
31
+ "eslint": "9.17.0",
32
32
  "open": "10.1.0",
33
33
  "@playwright/browser-chromium": "1.49.1",
34
34
  "prettier": "3.4.2"