aptechka 0.1.8 → 0.1.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/Composed-C2Vv1xxR.cjs +1 -0
- package/lib/Composed-DhtYBEmo.js +79 -0
- package/lib/abstract-elements/index.cjs +1 -1
- package/lib/abstract-elements/index.js +1 -1
- package/lib/canvas/index.cjs +1 -1
- package/lib/canvas/index.js +2 -2
- package/lib/component/Component.d.ts +29 -0
- package/lib/component/hooks/animation.d.ts +9 -0
- package/lib/component/hooks/context.d.ts +2 -0
- package/lib/component/hooks/intersection.d.ts +4 -0
- package/lib/component/hooks/resize.d.ts +6 -0
- package/lib/component/hooks/shadow.d.ts +1 -0
- package/lib/component/hooks/stores.d.ts +6 -0
- package/lib/component/hooks/style.d.ts +2 -0
- package/lib/component/index.cjs +1 -0
- package/lib/component/index.d.ts +7 -0
- package/lib/component/index.js +187 -0
- package/lib/connector/index.cjs +1 -1
- package/lib/connector/index.d.ts +4 -3
- package/lib/connector/index.js +24 -22
- package/lib/{createStylesheet-BsVHqHhr.cjs → createStylesheet-BoJwXvjE.cjs} +1 -1
- package/lib/{createStylesheet-ITfBHk7A.js → createStylesheet-DSgkNlUZ.js} +1 -1
- package/lib/element-constructor/ElementConstructor.d.ts +4 -3
- package/lib/element-constructor/index.cjs +1 -1
- package/lib/element-constructor/index.js +2 -2
- package/lib/element-constructor/tags.d.ts +2 -3
- package/lib/element-resizer/index.cjs +1 -1
- package/lib/element-resizer/index.d.ts +1 -1
- package/lib/element-resizer/index.js +2 -1
- package/lib/en3/core/en3.d.ts +2 -2
- package/lib/en3/objects/En3Clip.d.ts +1 -1
- package/lib/{index-COirQu7j.js → index-228VqUsZ.js} +2 -2
- package/lib/{index-Bt91QUTY.cjs → index-Cv4y7_7y.cjs} +1 -1
- package/lib/intersector/index.cjs +1 -1
- package/lib/intersector/index.d.ts +1 -1
- package/lib/intersector/index.js +2 -1
- package/lib/layout-box/index.cjs +1 -1
- package/lib/layout-box/index.d.ts +2 -2
- package/lib/layout-box/index.js +70 -72
- package/lib/modal/index.cjs +1 -1
- package/lib/modal/index.js +2 -2
- package/lib/object-C1ph624j.cjs +1 -0
- package/lib/object-DIPjdukP.js +73 -0
- package/lib/popover/index.cjs +1 -1
- package/lib/popover/index.js +79 -71
- package/lib/router/Route.d.ts +8 -2
- package/lib/router/index.cjs +1 -1
- package/lib/router/index.d.ts +1 -2
- package/lib/router/index.js +139 -140
- package/lib/scroll/index.cjs +1 -1
- package/lib/scroll/index.js +2 -2
- package/lib/select/index.cjs +1 -1
- package/lib/select/index.js +1 -1
- package/lib/store/index.cjs +1 -1
- package/lib/store/index.js +48 -111
- package/lib/studio/index.cjs +1 -1
- package/lib/studio/index.js +3 -3
- package/lib/tags-920hsh9U.cjs +1 -0
- package/lib/tags-kZqsS_nJ.js +793 -0
- package/lib/theme/index.cjs +1 -1
- package/lib/theme/index.js +1 -1
- package/lib/ticker/index.cjs +1 -1
- package/lib/ticker/index.d.ts +1 -1
- package/lib/ticker/index.js +42 -36
- package/lib/utils/dom.d.ts +2 -2
- package/lib/utils/index.cjs +1 -1
- package/lib/utils/index.d.ts +1 -1
- package/lib/utils/index.js +113 -168
- package/lib/utils/object.d.ts +1 -0
- package/package.json +10 -2
- package/lib/router/RouteElement.d.ts +0 -14
- package/lib/tags-8Y7LSTwg.js +0 -779
- package/lib/tags-pcim-Cws.cjs +0 -1
package/lib/tags-8Y7LSTwg.js
DELETED
|
@@ -1,779 +0,0 @@
|
|
|
1
|
-
var un = Object.defineProperty, fn = Object.defineProperties;
|
|
2
|
-
var cn = Object.getOwnPropertyDescriptors;
|
|
3
|
-
var I = Object.getOwnPropertySymbols;
|
|
4
|
-
var ln = Object.prototype.hasOwnProperty, dn = Object.prototype.propertyIsEnumerable;
|
|
5
|
-
var K = (n, e, r) => e in n ? un(n, e, { enumerable: !0, configurable: !0, writable: !0, value: r }) : n[e] = r, G = (n, e) => {
|
|
6
|
-
for (var r in e || (e = {}))
|
|
7
|
-
ln.call(e, r) && K(n, r, e[r]);
|
|
8
|
-
if (I)
|
|
9
|
-
for (var r of I(e))
|
|
10
|
-
dn.call(e, r) && K(n, r, e[r]);
|
|
11
|
-
return n;
|
|
12
|
-
}, U = (n, e) => fn(n, cn(e));
|
|
13
|
-
var H = (n, e, r) => {
|
|
14
|
-
if (!e.has(n))
|
|
15
|
-
throw TypeError("Cannot " + r);
|
|
16
|
-
};
|
|
17
|
-
var a = (n, e, r) => (H(n, e, "read from private field"), r ? r.call(n) : e.get(n)), l = (n, e, r) => {
|
|
18
|
-
if (e.has(n))
|
|
19
|
-
throw TypeError("Cannot add the same private member more than once");
|
|
20
|
-
e instanceof WeakSet ? e.add(n) : e.set(n, r);
|
|
21
|
-
}, Y = (n, e, r, s) => (H(n, e, "write to private field"), s ? s.call(n, r) : e.set(n, r), r);
|
|
22
|
-
var u = (n, e, r) => (H(n, e, "access private method"), r);
|
|
23
|
-
import { S as h } from "./Store-JOKrNVEr.js";
|
|
24
|
-
import { i as wn } from "./browser-0zX67oeU.js";
|
|
25
|
-
import { c as Q } from "./string-BrDhnNUL.js";
|
|
26
|
-
import { connector as hn } from "./connector/index.js";
|
|
27
|
-
const mn = /* @__PURE__ */ new Set([
|
|
28
|
-
// 'a', 'style', 'title', 'script',
|
|
29
|
-
"animate",
|
|
30
|
-
"animateMotion",
|
|
31
|
-
"animateTransform",
|
|
32
|
-
"circle",
|
|
33
|
-
"clipPath",
|
|
34
|
-
"defs",
|
|
35
|
-
"desc",
|
|
36
|
-
"ellipse",
|
|
37
|
-
"feBlend",
|
|
38
|
-
"feColorMatrix",
|
|
39
|
-
"feComponentTransfer",
|
|
40
|
-
"feComposite",
|
|
41
|
-
"feConvolveMatrix",
|
|
42
|
-
"feDiffuseLighting",
|
|
43
|
-
"feDisplacementMap",
|
|
44
|
-
"feDistantLight",
|
|
45
|
-
"feDropShadow",
|
|
46
|
-
"feFlood",
|
|
47
|
-
"feFuncA",
|
|
48
|
-
"feFuncB",
|
|
49
|
-
"feFuncG",
|
|
50
|
-
"feFuncR",
|
|
51
|
-
"feGaussianBlur",
|
|
52
|
-
"feImage",
|
|
53
|
-
"feMerge",
|
|
54
|
-
"feMergeNode",
|
|
55
|
-
"feMorphology",
|
|
56
|
-
"feOffset",
|
|
57
|
-
"fePointLight",
|
|
58
|
-
"feSpecularLighting",
|
|
59
|
-
"feSpotLight",
|
|
60
|
-
"feTile",
|
|
61
|
-
"feTurbulence",
|
|
62
|
-
"filter",
|
|
63
|
-
"foreignObject",
|
|
64
|
-
"g",
|
|
65
|
-
"image",
|
|
66
|
-
"line",
|
|
67
|
-
"linearGradient",
|
|
68
|
-
"listener",
|
|
69
|
-
"marker",
|
|
70
|
-
"mask",
|
|
71
|
-
"metadata",
|
|
72
|
-
"mpath",
|
|
73
|
-
"path",
|
|
74
|
-
"pattern",
|
|
75
|
-
"polygon",
|
|
76
|
-
"polyline",
|
|
77
|
-
"radialGradient",
|
|
78
|
-
"rect",
|
|
79
|
-
"set",
|
|
80
|
-
"solidColor",
|
|
81
|
-
"stop",
|
|
82
|
-
"svg",
|
|
83
|
-
"switch",
|
|
84
|
-
"symbol",
|
|
85
|
-
"text",
|
|
86
|
-
"textPath",
|
|
87
|
-
"title",
|
|
88
|
-
"tspan",
|
|
89
|
-
"view"
|
|
90
|
-
]);
|
|
91
|
-
var f, d, L, X, N, Z, k, _, p, V, T, O, x, j, C, nn, A, en, g, W, b, $, D, tn, M, rn, y, J, m, v, F, sn, P, an, S, R, E, z, q;
|
|
92
|
-
const B = class B {
|
|
93
|
-
constructor(...e) {
|
|
94
|
-
l(this, L);
|
|
95
|
-
l(this, N);
|
|
96
|
-
l(this, k);
|
|
97
|
-
l(this, p);
|
|
98
|
-
l(this, T);
|
|
99
|
-
l(this, x);
|
|
100
|
-
l(this, C);
|
|
101
|
-
l(this, A);
|
|
102
|
-
l(this, g);
|
|
103
|
-
l(this, b);
|
|
104
|
-
l(this, D);
|
|
105
|
-
l(this, M);
|
|
106
|
-
l(this, y);
|
|
107
|
-
l(this, m);
|
|
108
|
-
l(this, F);
|
|
109
|
-
l(this, P);
|
|
110
|
-
l(this, S);
|
|
111
|
-
l(this, E);
|
|
112
|
-
l(this, f, void 0);
|
|
113
|
-
l(this, d, /* @__PURE__ */ new Set());
|
|
114
|
-
l(this, q, (e) => {
|
|
115
|
-
a(this, d).forEach((r) => {
|
|
116
|
-
r(e);
|
|
117
|
-
}), a(this, d).clear();
|
|
118
|
-
});
|
|
119
|
-
const r = e[0], s = e[1];
|
|
120
|
-
Y(this, f, u(this, L, X).call(this, r, s == null ? void 0 : s.forceSvg)), u(this, k, _).call(this, s);
|
|
121
|
-
}
|
|
122
|
-
get node() {
|
|
123
|
-
return a(this, f);
|
|
124
|
-
}
|
|
125
|
-
};
|
|
126
|
-
f = new WeakMap(), d = new WeakMap(), L = new WeakSet(), X = function(e, r) {
|
|
127
|
-
let s = null;
|
|
128
|
-
if (e instanceof Node)
|
|
129
|
-
s = e;
|
|
130
|
-
else if (typeof e == "string")
|
|
131
|
-
if (!e.includes("<") && e.includes("-"))
|
|
132
|
-
s = new (customElements.get(e))();
|
|
133
|
-
else if (e.includes("<")) {
|
|
134
|
-
const i = document.createElement("div");
|
|
135
|
-
i.innerHTML = e, s = i.firstElementChild;
|
|
136
|
-
} else
|
|
137
|
-
mn.has(e) || r ? s = document.createElementNS(
|
|
138
|
-
"http://www.w3.org/2000/svg",
|
|
139
|
-
e
|
|
140
|
-
) : s = document.createElement(e);
|
|
141
|
-
else
|
|
142
|
-
s = document.createElement("div");
|
|
143
|
-
return s;
|
|
144
|
-
}, N = new WeakSet(), Z = function(e) {
|
|
145
|
-
return e instanceof HTMLElement || e instanceof SVGElement;
|
|
146
|
-
}, k = new WeakSet(), _ = function(e) {
|
|
147
|
-
if (!e)
|
|
148
|
-
return;
|
|
149
|
-
const r = u(this, N, Z).call(this, a(this, f)), s = e.ref;
|
|
150
|
-
delete e.ref, e != null && e.onDisconnect && (a(this, d).add(e.onDisconnect), delete e.onDisconnect);
|
|
151
|
-
let i, o;
|
|
152
|
-
for (const c in e) {
|
|
153
|
-
const w = e[c];
|
|
154
|
-
c === "class" && r ? u(this, p, V).call(this, w) : c === "style" && r ? u(this, C, nn).call(this, w) : c === "lightChildren" ? u(this, m, v).call(this, a(this, f), w) : c === "children" ? u(this, m, v).call(this, a(this, f) instanceof Element ? a(this, f).shadowRoot || a(this, f) : a(this, f), w) : c.startsWith("on") ? (o || (o = {}), o[c] = w) : (i || (i = {}), i[c] = w);
|
|
155
|
-
}
|
|
156
|
-
if (u(this, M, rn).call(this, i), u(this, D, tn).call(this, o), s && (typeof s == "function" ? s(a(this, f)) : s.current = a(this, f)), wn && a(this, d).size) {
|
|
157
|
-
const c = a(this, f) instanceof DocumentFragment ? a(this, f).firstChild : a(this, f);
|
|
158
|
-
hn.subscribe(c, {
|
|
159
|
-
disconnectCallback: a(this, q),
|
|
160
|
-
unsubscribeAfterDisconnect: !0,
|
|
161
|
-
maxWaitSec: 1
|
|
162
|
-
});
|
|
163
|
-
}
|
|
164
|
-
}, p = new WeakSet(), V = function(e) {
|
|
165
|
-
const r = a(this, f);
|
|
166
|
-
if (e) {
|
|
167
|
-
if (typeof e == "string")
|
|
168
|
-
r.classList.add(e);
|
|
169
|
-
else if (Array.isArray(e))
|
|
170
|
-
e.forEach((s) => {
|
|
171
|
-
u(this, p, V).call(this, s);
|
|
172
|
-
});
|
|
173
|
-
else if (typeof e == "object")
|
|
174
|
-
if (e instanceof h)
|
|
175
|
-
u(this, T, O).call(this, e);
|
|
176
|
-
else
|
|
177
|
-
for (const s in e) {
|
|
178
|
-
const i = e[s];
|
|
179
|
-
i instanceof h ? u(this, x, j).call(this, s, i) : i ? r.classList.add(s) : r.classList.remove(s);
|
|
180
|
-
}
|
|
181
|
-
} else
|
|
182
|
-
return;
|
|
183
|
-
}, T = new WeakSet(), O = function(e) {
|
|
184
|
-
const r = a(this, f);
|
|
185
|
-
a(this, d).add(
|
|
186
|
-
e.subscribe(({ current: s, previous: i }) => {
|
|
187
|
-
i && [i].flat().forEach((o) => {
|
|
188
|
-
o && r.classList.remove(o);
|
|
189
|
-
}), s && [s].flat().forEach((o) => {
|
|
190
|
-
o && r.classList.add(o);
|
|
191
|
-
});
|
|
192
|
-
})
|
|
193
|
-
);
|
|
194
|
-
}, x = new WeakSet(), j = function(e, r) {
|
|
195
|
-
const s = a(this, f);
|
|
196
|
-
a(this, d).add(
|
|
197
|
-
r.subscribe(({ current: i }) => {
|
|
198
|
-
i ? s.classList.add(e) : s.classList.remove(e);
|
|
199
|
-
})
|
|
200
|
-
);
|
|
201
|
-
}, C = new WeakSet(), nn = function(e) {
|
|
202
|
-
if (!e)
|
|
203
|
-
return;
|
|
204
|
-
const r = a(this, f);
|
|
205
|
-
r.tagName === "style" || r.tagName === "STYLE" ? u(this, g, W).call(this, e) : u(this, A, en).call(this, e);
|
|
206
|
-
}, A = new WeakSet(), en = function(e) {
|
|
207
|
-
for (const r in e) {
|
|
208
|
-
const s = r, i = e[s];
|
|
209
|
-
i instanceof h ? a(this, d).add(
|
|
210
|
-
i.subscribe(({ current: o }) => {
|
|
211
|
-
u(this, b, $).call(this, s, o);
|
|
212
|
-
})
|
|
213
|
-
) : u(this, b, $).call(this, s, i);
|
|
214
|
-
}
|
|
215
|
-
}, g = new WeakSet(), W = function(e) {
|
|
216
|
-
const r = a(this, f);
|
|
217
|
-
for (const s in e) {
|
|
218
|
-
const i = e[s];
|
|
219
|
-
if (typeof i == "object" && !(i instanceof h))
|
|
220
|
-
r.appendChild(new Text(`${s} {`)), u(this, g, W).call(this, i), r.appendChild(new Text("}"));
|
|
221
|
-
else if (i instanceof h) {
|
|
222
|
-
const o = new Text();
|
|
223
|
-
a(this, d).add(
|
|
224
|
-
i.subscribe((c) => {
|
|
225
|
-
c.current ? o.nodeValue = `${Q(s)}: ${c.current};` : o.nodeValue = "";
|
|
226
|
-
})
|
|
227
|
-
), r.appendChild(o);
|
|
228
|
-
} else
|
|
229
|
-
r.appendChild(new Text(`${Q(s)}: ${i};`));
|
|
230
|
-
}
|
|
231
|
-
}, b = new WeakSet(), $ = function(e, r) {
|
|
232
|
-
const s = a(this, f);
|
|
233
|
-
e.includes("--") ? r ? s.style.setProperty(e, r) : s.style.removeProperty(e) : r ? s.style[e] = r : s.style[e] = "";
|
|
234
|
-
}, D = new WeakSet(), tn = function(e) {
|
|
235
|
-
if (!e)
|
|
236
|
-
return;
|
|
237
|
-
const r = a(this, f);
|
|
238
|
-
for (const s in e) {
|
|
239
|
-
const i = s, o = i.split("on").slice(1).map((w, on) => on === 0 ? w.toLocaleLowerCase() : w).join("on"), c = e[i];
|
|
240
|
-
typeof c == "object" ? r.addEventListener(
|
|
241
|
-
o,
|
|
242
|
-
c.callback,
|
|
243
|
-
c.options
|
|
244
|
-
) : typeof c == "function" && r.addEventListener(o, c);
|
|
245
|
-
}
|
|
246
|
-
}, M = new WeakSet(), rn = function(e) {
|
|
247
|
-
for (const r in e) {
|
|
248
|
-
const s = e[r];
|
|
249
|
-
s instanceof h ? a(this, d).add(
|
|
250
|
-
s.subscribe(({ current: i }) => {
|
|
251
|
-
u(this, y, J).call(this, r, i);
|
|
252
|
-
})
|
|
253
|
-
) : u(this, y, J).call(this, r, s);
|
|
254
|
-
}
|
|
255
|
-
}, y = new WeakSet(), J = function(e, r) {
|
|
256
|
-
var i, o;
|
|
257
|
-
const s = a(this, f);
|
|
258
|
-
e in s && !((o = (i = s.constructor) == null ? void 0 : i.observedAttributes) != null && o.includes(e)) ? r != null && (s[e] = r.toString()) : r != null && s.setAttribute(e, r.toString());
|
|
259
|
-
}, m = new WeakSet(), v = function(e, r) {
|
|
260
|
-
r && (r = [r].flat(), r.forEach((s) => {
|
|
261
|
-
if (s instanceof h) {
|
|
262
|
-
const i = document.createElement("div");
|
|
263
|
-
i.style.display = "contents", e.appendChild(i), a(this, d).add(
|
|
264
|
-
s.subscribe(({ current: o }) => {
|
|
265
|
-
u(this, P, an).call(this, i, u(this, F, sn).call(this, o), Array.from(i.childNodes));
|
|
266
|
-
})
|
|
267
|
-
);
|
|
268
|
-
} else if (s instanceof B)
|
|
269
|
-
e.appendChild(s.node);
|
|
270
|
-
else if (s instanceof Function)
|
|
271
|
-
u(this, m, v).call(this, e, s());
|
|
272
|
-
else {
|
|
273
|
-
const i = u(this, E, z).call(this, s);
|
|
274
|
-
i instanceof Node && e.appendChild(i);
|
|
275
|
-
}
|
|
276
|
-
}));
|
|
277
|
-
}, F = new WeakSet(), sn = function(e) {
|
|
278
|
-
return [e].flat().map((s) => s instanceof B ? s.node : u(this, E, z).call(this, s)).flat().filter(Boolean);
|
|
279
|
-
}, P = new WeakSet(), an = function(e, r, s) {
|
|
280
|
-
s.length > r.length && s.forEach((i) => {
|
|
281
|
-
r.find((o) => u(this, S, R).call(this, i, o)) || (e.removeChild(i), s = s.filter((o) => o !== i));
|
|
282
|
-
}), s.forEach((i, o) => {
|
|
283
|
-
if (o < r.length) {
|
|
284
|
-
const c = r[o];
|
|
285
|
-
u(this, S, R).call(this, i, c) || e.replaceChild(c, i);
|
|
286
|
-
} else
|
|
287
|
-
e.removeChild(i);
|
|
288
|
-
});
|
|
289
|
-
for (let i = s.length; i < r.length; i++)
|
|
290
|
-
e.appendChild(r[i]);
|
|
291
|
-
}, S = new WeakSet(), R = function(e, r) {
|
|
292
|
-
return r ? r instanceof Node ? e.isEqualNode(r) : e.textContent === r.toString() : !1;
|
|
293
|
-
}, E = new WeakSet(), z = function(e) {
|
|
294
|
-
if (e instanceof Node)
|
|
295
|
-
return e;
|
|
296
|
-
if (e != null) {
|
|
297
|
-
const r = String(e);
|
|
298
|
-
if (r.trim().startsWith("<") && r.trim().endsWith(">")) {
|
|
299
|
-
const s = document.createElement("div");
|
|
300
|
-
return s.innerHTML = r, s.firstElementChild;
|
|
301
|
-
} else
|
|
302
|
-
return new Text(r);
|
|
303
|
-
} else
|
|
304
|
-
return;
|
|
305
|
-
}, q = new WeakMap();
|
|
306
|
-
let t = B;
|
|
307
|
-
function En(...n) {
|
|
308
|
-
return new t(...n);
|
|
309
|
-
}
|
|
310
|
-
function vn(n) {
|
|
311
|
-
return new t("a", n);
|
|
312
|
-
}
|
|
313
|
-
function Ln(n) {
|
|
314
|
-
return new t("abbr", n);
|
|
315
|
-
}
|
|
316
|
-
function Nn(n) {
|
|
317
|
-
return new t("address", n);
|
|
318
|
-
}
|
|
319
|
-
function kn(n) {
|
|
320
|
-
return new t("area", n);
|
|
321
|
-
}
|
|
322
|
-
function Tn(n) {
|
|
323
|
-
return new t("article", n);
|
|
324
|
-
}
|
|
325
|
-
function xn(n) {
|
|
326
|
-
return new t("aside", n);
|
|
327
|
-
}
|
|
328
|
-
function Cn(n) {
|
|
329
|
-
return new t("audio", n);
|
|
330
|
-
}
|
|
331
|
-
function An(n) {
|
|
332
|
-
return new t("b", n);
|
|
333
|
-
}
|
|
334
|
-
function Dn(n) {
|
|
335
|
-
return new t("base", n);
|
|
336
|
-
}
|
|
337
|
-
function Mn(n) {
|
|
338
|
-
return new t("bdi", n);
|
|
339
|
-
}
|
|
340
|
-
function Fn(n) {
|
|
341
|
-
return new t("bdo", n);
|
|
342
|
-
}
|
|
343
|
-
function Pn(n) {
|
|
344
|
-
return new t("blockquote", n);
|
|
345
|
-
}
|
|
346
|
-
function qn(n) {
|
|
347
|
-
return new t("body", n);
|
|
348
|
-
}
|
|
349
|
-
function Bn(n) {
|
|
350
|
-
return new t("br", n);
|
|
351
|
-
}
|
|
352
|
-
function Gn(n) {
|
|
353
|
-
return new t("button", n);
|
|
354
|
-
}
|
|
355
|
-
function Hn(n) {
|
|
356
|
-
return new t("canvas", n);
|
|
357
|
-
}
|
|
358
|
-
function Vn(n) {
|
|
359
|
-
return new t("caption", n);
|
|
360
|
-
}
|
|
361
|
-
function Wn(n) {
|
|
362
|
-
return new t("cite", n);
|
|
363
|
-
}
|
|
364
|
-
function $n(n) {
|
|
365
|
-
return new t("code", n);
|
|
366
|
-
}
|
|
367
|
-
function Jn(n) {
|
|
368
|
-
return new t("col", n);
|
|
369
|
-
}
|
|
370
|
-
function Rn(n) {
|
|
371
|
-
return new t("colgroup", n);
|
|
372
|
-
}
|
|
373
|
-
function zn(n) {
|
|
374
|
-
return new t("data", n);
|
|
375
|
-
}
|
|
376
|
-
function In(n) {
|
|
377
|
-
return new t("datalist", n);
|
|
378
|
-
}
|
|
379
|
-
function Kn(n) {
|
|
380
|
-
return new t("dd", n);
|
|
381
|
-
}
|
|
382
|
-
function Un(n) {
|
|
383
|
-
return new t("del", n);
|
|
384
|
-
}
|
|
385
|
-
function Yn(n) {
|
|
386
|
-
return new t("details", n);
|
|
387
|
-
}
|
|
388
|
-
function Qn(n) {
|
|
389
|
-
return new t("dfn", n);
|
|
390
|
-
}
|
|
391
|
-
function Xn(n) {
|
|
392
|
-
return new t("dialog", n);
|
|
393
|
-
}
|
|
394
|
-
function Zn(n) {
|
|
395
|
-
return new t("div", n);
|
|
396
|
-
}
|
|
397
|
-
function _n(n) {
|
|
398
|
-
return new t("dl", n);
|
|
399
|
-
}
|
|
400
|
-
function On(n) {
|
|
401
|
-
return new t("dt", n);
|
|
402
|
-
}
|
|
403
|
-
function jn(n) {
|
|
404
|
-
return new t("em", n);
|
|
405
|
-
}
|
|
406
|
-
function ne(n) {
|
|
407
|
-
return new t("embed", n);
|
|
408
|
-
}
|
|
409
|
-
function ee(n) {
|
|
410
|
-
return new t("fieldset", n);
|
|
411
|
-
}
|
|
412
|
-
function te(n) {
|
|
413
|
-
return new t("figcaption", n);
|
|
414
|
-
}
|
|
415
|
-
function re(n) {
|
|
416
|
-
return new t("figure", n);
|
|
417
|
-
}
|
|
418
|
-
function se(n) {
|
|
419
|
-
return new t("footer", n);
|
|
420
|
-
}
|
|
421
|
-
function ie(n) {
|
|
422
|
-
return new t("form", n);
|
|
423
|
-
}
|
|
424
|
-
function ae(n) {
|
|
425
|
-
return new t("h1", n);
|
|
426
|
-
}
|
|
427
|
-
function oe(n) {
|
|
428
|
-
return new t("h2", n);
|
|
429
|
-
}
|
|
430
|
-
function ue(n) {
|
|
431
|
-
return new t("h3", n);
|
|
432
|
-
}
|
|
433
|
-
function fe(n) {
|
|
434
|
-
return new t("h4", n);
|
|
435
|
-
}
|
|
436
|
-
function ce(n) {
|
|
437
|
-
return new t("h5", n);
|
|
438
|
-
}
|
|
439
|
-
function le(n) {
|
|
440
|
-
return new t("h6", n);
|
|
441
|
-
}
|
|
442
|
-
function de(n) {
|
|
443
|
-
return new t("head", n);
|
|
444
|
-
}
|
|
445
|
-
function we(n) {
|
|
446
|
-
return new t("header", n);
|
|
447
|
-
}
|
|
448
|
-
function he(n) {
|
|
449
|
-
return new t("hgroup", n);
|
|
450
|
-
}
|
|
451
|
-
function me(n) {
|
|
452
|
-
return new t("hr", n);
|
|
453
|
-
}
|
|
454
|
-
function pe(n) {
|
|
455
|
-
return new t("html", n);
|
|
456
|
-
}
|
|
457
|
-
function ge(n) {
|
|
458
|
-
return new t("i", n);
|
|
459
|
-
}
|
|
460
|
-
function be(n) {
|
|
461
|
-
return new t("iframe", n);
|
|
462
|
-
}
|
|
463
|
-
function ye(n) {
|
|
464
|
-
return new t("img", n);
|
|
465
|
-
}
|
|
466
|
-
function Se(n) {
|
|
467
|
-
return new t("input", n);
|
|
468
|
-
}
|
|
469
|
-
function Ee(n) {
|
|
470
|
-
return new t("ins", n);
|
|
471
|
-
}
|
|
472
|
-
function ve(n) {
|
|
473
|
-
return new t("kbd", n);
|
|
474
|
-
}
|
|
475
|
-
function Le(n) {
|
|
476
|
-
return new t("label", n);
|
|
477
|
-
}
|
|
478
|
-
function Ne(n) {
|
|
479
|
-
return new t("legend", n);
|
|
480
|
-
}
|
|
481
|
-
function ke(n) {
|
|
482
|
-
return new t("li", n);
|
|
483
|
-
}
|
|
484
|
-
function Te(n) {
|
|
485
|
-
return new t("link", n);
|
|
486
|
-
}
|
|
487
|
-
function xe(n) {
|
|
488
|
-
return new t("main", n);
|
|
489
|
-
}
|
|
490
|
-
function Ce(n) {
|
|
491
|
-
return new t("map", n);
|
|
492
|
-
}
|
|
493
|
-
function Ae(n) {
|
|
494
|
-
return new t("mark", n);
|
|
495
|
-
}
|
|
496
|
-
function De(n) {
|
|
497
|
-
return new t("menu", n);
|
|
498
|
-
}
|
|
499
|
-
function Me(n) {
|
|
500
|
-
return new t("meta", n);
|
|
501
|
-
}
|
|
502
|
-
function Fe(n) {
|
|
503
|
-
return new t("meter", n);
|
|
504
|
-
}
|
|
505
|
-
function Pe(n) {
|
|
506
|
-
return new t("nav", n);
|
|
507
|
-
}
|
|
508
|
-
function qe(n) {
|
|
509
|
-
return new t("noscript", n);
|
|
510
|
-
}
|
|
511
|
-
function Be(n) {
|
|
512
|
-
return new t("object", n);
|
|
513
|
-
}
|
|
514
|
-
function Ge(n) {
|
|
515
|
-
return new t("ol", n);
|
|
516
|
-
}
|
|
517
|
-
function He(n) {
|
|
518
|
-
return new t("optgroup", n);
|
|
519
|
-
}
|
|
520
|
-
function Ve(n) {
|
|
521
|
-
return new t("option", n);
|
|
522
|
-
}
|
|
523
|
-
function We(n) {
|
|
524
|
-
return new t("output", n);
|
|
525
|
-
}
|
|
526
|
-
function $e(n) {
|
|
527
|
-
return new t("p", n);
|
|
528
|
-
}
|
|
529
|
-
function Je(n) {
|
|
530
|
-
return new t("picture", n);
|
|
531
|
-
}
|
|
532
|
-
function Re(n) {
|
|
533
|
-
return new t("pre", n);
|
|
534
|
-
}
|
|
535
|
-
function ze(n) {
|
|
536
|
-
return new t("progress", n);
|
|
537
|
-
}
|
|
538
|
-
function Ie(n) {
|
|
539
|
-
return new t("q", n);
|
|
540
|
-
}
|
|
541
|
-
function Ke(n) {
|
|
542
|
-
return new t("rp", n);
|
|
543
|
-
}
|
|
544
|
-
function Ue(n) {
|
|
545
|
-
return new t("rt", n);
|
|
546
|
-
}
|
|
547
|
-
function Ye(n) {
|
|
548
|
-
return new t("ruby", n);
|
|
549
|
-
}
|
|
550
|
-
function Qe(n) {
|
|
551
|
-
return new t("s", n);
|
|
552
|
-
}
|
|
553
|
-
function Xe(n) {
|
|
554
|
-
return new t("samp", n);
|
|
555
|
-
}
|
|
556
|
-
function Ze(n) {
|
|
557
|
-
return new t("script", n);
|
|
558
|
-
}
|
|
559
|
-
function _e(n) {
|
|
560
|
-
return new t("search", n);
|
|
561
|
-
}
|
|
562
|
-
function Oe(n) {
|
|
563
|
-
return new t("section", n);
|
|
564
|
-
}
|
|
565
|
-
function je(n) {
|
|
566
|
-
return new t("select", n);
|
|
567
|
-
}
|
|
568
|
-
function nt(n) {
|
|
569
|
-
return new t("slot", n);
|
|
570
|
-
}
|
|
571
|
-
function et(n) {
|
|
572
|
-
return new t("small", n);
|
|
573
|
-
}
|
|
574
|
-
function tt(n) {
|
|
575
|
-
return new t("source", n);
|
|
576
|
-
}
|
|
577
|
-
function rt(n) {
|
|
578
|
-
return new t("span", n);
|
|
579
|
-
}
|
|
580
|
-
function st(n) {
|
|
581
|
-
return new t("strong", n);
|
|
582
|
-
}
|
|
583
|
-
function it(n) {
|
|
584
|
-
return new t("style", {
|
|
585
|
-
style: n
|
|
586
|
-
});
|
|
587
|
-
}
|
|
588
|
-
function at(n) {
|
|
589
|
-
return new t("sub", n);
|
|
590
|
-
}
|
|
591
|
-
function ot(n) {
|
|
592
|
-
return new t("summary", n);
|
|
593
|
-
}
|
|
594
|
-
function ut(n) {
|
|
595
|
-
return new t("sup", n);
|
|
596
|
-
}
|
|
597
|
-
function ft(n) {
|
|
598
|
-
return new t("table", n);
|
|
599
|
-
}
|
|
600
|
-
function ct(n) {
|
|
601
|
-
return new t("tbody", n);
|
|
602
|
-
}
|
|
603
|
-
function lt(n) {
|
|
604
|
-
return new t("td", n);
|
|
605
|
-
}
|
|
606
|
-
function dt(n) {
|
|
607
|
-
return new t("template", n);
|
|
608
|
-
}
|
|
609
|
-
function wt(n) {
|
|
610
|
-
return new t("textarea", n);
|
|
611
|
-
}
|
|
612
|
-
function ht(n) {
|
|
613
|
-
return new t("tfoot", n);
|
|
614
|
-
}
|
|
615
|
-
function mt(n) {
|
|
616
|
-
return new t("th", n);
|
|
617
|
-
}
|
|
618
|
-
function pt(n) {
|
|
619
|
-
return new t("thead", n);
|
|
620
|
-
}
|
|
621
|
-
function gt(n) {
|
|
622
|
-
return new t("time", n);
|
|
623
|
-
}
|
|
624
|
-
function bt(n) {
|
|
625
|
-
return new t("title", n);
|
|
626
|
-
}
|
|
627
|
-
function yt(n) {
|
|
628
|
-
return new t("tr", n);
|
|
629
|
-
}
|
|
630
|
-
function St(n) {
|
|
631
|
-
return new t("track", n);
|
|
632
|
-
}
|
|
633
|
-
function Et(n) {
|
|
634
|
-
return new t("u", n);
|
|
635
|
-
}
|
|
636
|
-
function vt(n) {
|
|
637
|
-
return new t("ul", n);
|
|
638
|
-
}
|
|
639
|
-
function Lt(n) {
|
|
640
|
-
return new t("var", n);
|
|
641
|
-
}
|
|
642
|
-
function Nt(n) {
|
|
643
|
-
return new t("video", n);
|
|
644
|
-
}
|
|
645
|
-
function kt(n) {
|
|
646
|
-
return new t("wbr", n);
|
|
647
|
-
}
|
|
648
|
-
function Tt(n) {
|
|
649
|
-
return new t(document.createDocumentFragment(), n);
|
|
650
|
-
}
|
|
651
|
-
function xt(n) {
|
|
652
|
-
return new t(document.createTextNode(""), n);
|
|
653
|
-
}
|
|
654
|
-
function Ct(n) {
|
|
655
|
-
return new t("div", U(G({}, n), {
|
|
656
|
-
style: G({
|
|
657
|
-
display: "contents"
|
|
658
|
-
}, n == null ? void 0 : n.style)
|
|
659
|
-
}));
|
|
660
|
-
}
|
|
661
|
-
export {
|
|
662
|
-
ye as $,
|
|
663
|
-
Yn as A,
|
|
664
|
-
Qn as B,
|
|
665
|
-
Xn as C,
|
|
666
|
-
Zn as D,
|
|
667
|
-
t as E,
|
|
668
|
-
_n as F,
|
|
669
|
-
On as G,
|
|
670
|
-
jn as H,
|
|
671
|
-
ne as I,
|
|
672
|
-
ee as J,
|
|
673
|
-
te as K,
|
|
674
|
-
re as L,
|
|
675
|
-
se as M,
|
|
676
|
-
ie as N,
|
|
677
|
-
ae as O,
|
|
678
|
-
oe as P,
|
|
679
|
-
ue as Q,
|
|
680
|
-
fe as R,
|
|
681
|
-
ce as S,
|
|
682
|
-
le as T,
|
|
683
|
-
de as U,
|
|
684
|
-
we as V,
|
|
685
|
-
he as W,
|
|
686
|
-
me as X,
|
|
687
|
-
pe as Y,
|
|
688
|
-
ge as Z,
|
|
689
|
-
be as _,
|
|
690
|
-
vn as a,
|
|
691
|
-
Se as a0,
|
|
692
|
-
Ee as a1,
|
|
693
|
-
ve as a2,
|
|
694
|
-
Le as a3,
|
|
695
|
-
Ne as a4,
|
|
696
|
-
ke as a5,
|
|
697
|
-
Te as a6,
|
|
698
|
-
xe as a7,
|
|
699
|
-
Ce as a8,
|
|
700
|
-
Ae as a9,
|
|
701
|
-
tt as aA,
|
|
702
|
-
rt as aB,
|
|
703
|
-
st as aC,
|
|
704
|
-
it as aD,
|
|
705
|
-
at as aE,
|
|
706
|
-
ot as aF,
|
|
707
|
-
ut as aG,
|
|
708
|
-
ft as aH,
|
|
709
|
-
ct as aI,
|
|
710
|
-
lt as aJ,
|
|
711
|
-
dt as aK,
|
|
712
|
-
wt as aL,
|
|
713
|
-
ht as aM,
|
|
714
|
-
mt as aN,
|
|
715
|
-
pt as aO,
|
|
716
|
-
gt as aP,
|
|
717
|
-
bt as aQ,
|
|
718
|
-
yt as aR,
|
|
719
|
-
St as aS,
|
|
720
|
-
Et as aT,
|
|
721
|
-
vt as aU,
|
|
722
|
-
Lt as aV,
|
|
723
|
-
Nt as aW,
|
|
724
|
-
kt as aX,
|
|
725
|
-
Tt as aY,
|
|
726
|
-
xt as aZ,
|
|
727
|
-
Ct as a_,
|
|
728
|
-
De as aa,
|
|
729
|
-
Me as ab,
|
|
730
|
-
Fe as ac,
|
|
731
|
-
Pe as ad,
|
|
732
|
-
qe as ae,
|
|
733
|
-
Be as af,
|
|
734
|
-
Ge as ag,
|
|
735
|
-
He as ah,
|
|
736
|
-
Ve as ai,
|
|
737
|
-
We as aj,
|
|
738
|
-
$e as ak,
|
|
739
|
-
Je as al,
|
|
740
|
-
Re as am,
|
|
741
|
-
ze as an,
|
|
742
|
-
Ie as ao,
|
|
743
|
-
Ke as ap,
|
|
744
|
-
Ue as aq,
|
|
745
|
-
Ye as ar,
|
|
746
|
-
Qe as as,
|
|
747
|
-
Xe as at,
|
|
748
|
-
Ze as au,
|
|
749
|
-
_e as av,
|
|
750
|
-
Oe as aw,
|
|
751
|
-
je as ax,
|
|
752
|
-
nt as ay,
|
|
753
|
-
et as az,
|
|
754
|
-
Ln as b,
|
|
755
|
-
Nn as c,
|
|
756
|
-
kn as d,
|
|
757
|
-
En as e,
|
|
758
|
-
Tn as f,
|
|
759
|
-
xn as g,
|
|
760
|
-
Cn as h,
|
|
761
|
-
An as i,
|
|
762
|
-
Dn as j,
|
|
763
|
-
Mn as k,
|
|
764
|
-
Fn as l,
|
|
765
|
-
Pn as m,
|
|
766
|
-
qn as n,
|
|
767
|
-
Bn as o,
|
|
768
|
-
Gn as p,
|
|
769
|
-
Hn as q,
|
|
770
|
-
Vn as r,
|
|
771
|
-
Wn as s,
|
|
772
|
-
$n as t,
|
|
773
|
-
Jn as u,
|
|
774
|
-
Rn as v,
|
|
775
|
-
zn as w,
|
|
776
|
-
In as x,
|
|
777
|
-
Kn as y,
|
|
778
|
-
Un as z
|
|
779
|
-
};
|