aptechka 0.1.20 → 0.2.0
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/ElementConstructor-1bvPqYNa.js +313 -0
- package/lib/ElementConstructor-CdUaQS-S.cjs +1 -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/{createStylesheet-DTOK6fTn.cjs → createStylesheet-B5Nhxdpo.cjs} +1 -1
- package/lib/{createStylesheet-Zqf3lXhM.js → createStylesheet-DpGvTRP3.js} +1 -1
- package/lib/{createTheme-B_W5dUY9.cjs → createTheme-CLqJF9Pw.cjs} +1 -1
- package/lib/{createTheme-D0IoYkYN.js → createTheme-WJyOPh-q.js} +1 -1
- package/lib/element-constructor/index.cjs +1 -1
- package/lib/element-constructor/index.js +114 -113
- package/lib/getComponentElement-B0Qb2RbZ.js +145 -0
- package/lib/getComponentElement-BcreYwFe.cjs +1 -0
- package/lib/{index-B-ZmkQyB.cjs → index-BNZNGmrW.cjs} +1 -1
- package/lib/{index-Dizn7btU.js → index-DMIfOO2r.js} +2 -2
- package/lib/jsx/ComponentElement.d.ts +27 -0
- package/lib/jsx/getComponentElement.d.ts +2 -0
- package/lib/jsx/h.d.ts +3 -0
- package/lib/jsx/hooks/useConnect.d.ts +2 -0
- package/lib/jsx/hooks/useContext.d.ts +3 -0
- package/lib/jsx/hooks/useCreate.d.ts +2 -0
- package/lib/jsx/hooks/useDisconnect.d.ts +2 -0
- package/lib/jsx/hooks/useInternals.d.ts +1 -0
- package/lib/jsx/hooks/useShadow.d.ts +1 -0
- package/lib/jsx/hooks/useStore.d.ts +6 -0
- package/lib/jsx/hooks/useStylesheet.d.ts +2 -0
- package/lib/jsx/index.cjs +1 -0
- package/lib/jsx/index.d.ts +12 -0
- package/lib/jsx/index.js +99 -0
- package/lib/jsx/render.d.ts +1 -0
- package/lib/jsx/type.d.ts +184 -0
- package/lib/modal/index.cjs +1 -1
- package/lib/modal/index.js +2 -2
- package/lib/router/Route.d.ts +1 -1
- package/lib/router/index.cjs +1 -1
- package/lib/router/index.js +80 -78
- 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 +111 -48
- package/lib/string-Cgp_uJvP.cjs +1 -0
- package/lib/string-DCGBU6em.js +134 -0
- package/lib/studio/index.cjs +1 -1
- package/lib/studio/index.js +14 -14
- package/lib/tags-D0k7-iVY.js +485 -0
- package/lib/tags-DGIuh1Hi.cjs +1 -0
- package/lib/theme/index.cjs +1 -1
- package/lib/theme/index.js +2 -2
- package/lib/utils/dom.d.ts +1 -1
- package/lib/utils/index.cjs +1 -1
- package/lib/utils/index.js +27 -28
- package/package.json +9 -6
- package/lib/Composed-ClTo1f0b.js +0 -79
- package/lib/Composed-Mdr4ZFbI.cjs +0 -1
- package/lib/component/Component.d.ts +0 -26
- package/lib/component/hooks/animation.d.ts +0 -9
- package/lib/component/hooks/attributes.d.ts +0 -2
- package/lib/component/hooks/custom-element.d.ts +0 -2
- package/lib/component/hooks/intersection.d.ts +0 -4
- package/lib/component/hooks/resize.d.ts +0 -6
- package/lib/component/hooks/stores.d.ts +0 -6
- package/lib/component/hooks/style.d.ts +0 -2
- package/lib/component/index.cjs +0 -1
- package/lib/component/index.d.ts +0 -8
- package/lib/component/index.js +0 -224
- package/lib/object-BZELAoVj.cjs +0 -1
- package/lib/object-R34VLqhp.js +0 -85
- package/lib/string-3lAkpJJP.js +0 -51
- package/lib/string-vBu90jhV.cjs +0 -1
- package/lib/tags-75InVOh4.cjs +0 -1
- package/lib/tags-DgRVzazL.js +0 -795
|
@@ -0,0 +1,313 @@
|
|
|
1
|
+
var R = (c, e, s) => {
|
|
2
|
+
if (!e.has(c))
|
|
3
|
+
throw TypeError("Cannot " + s);
|
|
4
|
+
};
|
|
5
|
+
var n = (c, e, s) => (R(c, e, "read from private field"), s ? s.call(c) : e.get(c)), f = (c, e, s) => {
|
|
6
|
+
if (e.has(c))
|
|
7
|
+
throw TypeError("Cannot add the same private member more than once");
|
|
8
|
+
e instanceof WeakSet ? e.add(c) : e.set(c, s);
|
|
9
|
+
}, K = (c, e, s, t) => (R(c, e, "write to private field"), t ? t.call(c, s) : e.set(c, s), s);
|
|
10
|
+
var a = (c, e, s) => (R(c, e, "access private method"), s);
|
|
11
|
+
import { S as m } from "./Store-JOKrNVEr.js";
|
|
12
|
+
import { i as fe } from "./browser-0zX67oeU.js";
|
|
13
|
+
import { c as U, u as le, i as Q } from "./string-DCGBU6em.js";
|
|
14
|
+
import { connector as re } from "./connector/index.js";
|
|
15
|
+
const ce = /* @__PURE__ */ new Set([
|
|
16
|
+
// 'a', 'style', 'title', 'script',
|
|
17
|
+
"animate",
|
|
18
|
+
"animateMotion",
|
|
19
|
+
"animateTransform",
|
|
20
|
+
"circle",
|
|
21
|
+
"clipPath",
|
|
22
|
+
"defs",
|
|
23
|
+
"desc",
|
|
24
|
+
"ellipse",
|
|
25
|
+
"feBlend",
|
|
26
|
+
"feColorMatrix",
|
|
27
|
+
"feComponentTransfer",
|
|
28
|
+
"feComposite",
|
|
29
|
+
"feConvolveMatrix",
|
|
30
|
+
"feDiffuseLighting",
|
|
31
|
+
"feDisplacementMap",
|
|
32
|
+
"feDistantLight",
|
|
33
|
+
"feDropShadow",
|
|
34
|
+
"feFlood",
|
|
35
|
+
"feFuncA",
|
|
36
|
+
"feFuncB",
|
|
37
|
+
"feFuncG",
|
|
38
|
+
"feFuncR",
|
|
39
|
+
"feGaussianBlur",
|
|
40
|
+
"feImage",
|
|
41
|
+
"feMerge",
|
|
42
|
+
"feMergeNode",
|
|
43
|
+
"feMorphology",
|
|
44
|
+
"feOffset",
|
|
45
|
+
"fePointLight",
|
|
46
|
+
"feSpecularLighting",
|
|
47
|
+
"feSpotLight",
|
|
48
|
+
"feTile",
|
|
49
|
+
"feTurbulence",
|
|
50
|
+
"filter",
|
|
51
|
+
"foreignObject",
|
|
52
|
+
"g",
|
|
53
|
+
"image",
|
|
54
|
+
"line",
|
|
55
|
+
"linearGradient",
|
|
56
|
+
"listener",
|
|
57
|
+
"marker",
|
|
58
|
+
"mask",
|
|
59
|
+
"metadata",
|
|
60
|
+
"mpath",
|
|
61
|
+
"path",
|
|
62
|
+
"pattern",
|
|
63
|
+
"polygon",
|
|
64
|
+
"polyline",
|
|
65
|
+
"radialGradient",
|
|
66
|
+
"rect",
|
|
67
|
+
"set",
|
|
68
|
+
"solidColor",
|
|
69
|
+
"stop",
|
|
70
|
+
"svg",
|
|
71
|
+
"switch",
|
|
72
|
+
"symbol",
|
|
73
|
+
"text",
|
|
74
|
+
"textPath",
|
|
75
|
+
"title",
|
|
76
|
+
"tspan",
|
|
77
|
+
"view"
|
|
78
|
+
]);
|
|
79
|
+
var l, d, h, N, Z, w, _, A, O, y, W, M, j, x, ee, v, te, D, se, S, q, p, z, k, ie, H, ne, E, J, g, T, b, V, F, oe, P, ae, L, Y, C, I, B, G;
|
|
80
|
+
const $ = class $ {
|
|
81
|
+
constructor(...e) {
|
|
82
|
+
f(this, N);
|
|
83
|
+
f(this, w);
|
|
84
|
+
f(this, A);
|
|
85
|
+
f(this, y);
|
|
86
|
+
f(this, M);
|
|
87
|
+
f(this, x);
|
|
88
|
+
f(this, v);
|
|
89
|
+
f(this, D);
|
|
90
|
+
f(this, S);
|
|
91
|
+
f(this, p);
|
|
92
|
+
f(this, k);
|
|
93
|
+
f(this, H);
|
|
94
|
+
f(this, E);
|
|
95
|
+
f(this, g);
|
|
96
|
+
f(this, b);
|
|
97
|
+
f(this, F);
|
|
98
|
+
f(this, P);
|
|
99
|
+
f(this, L);
|
|
100
|
+
f(this, C);
|
|
101
|
+
f(this, l, void 0);
|
|
102
|
+
f(this, d, /* @__PURE__ */ new Set());
|
|
103
|
+
f(this, h, /* @__PURE__ */ new Set());
|
|
104
|
+
f(this, B, () => {
|
|
105
|
+
n(this, d).forEach((e) => {
|
|
106
|
+
e();
|
|
107
|
+
}), n(this, d).clear();
|
|
108
|
+
});
|
|
109
|
+
f(this, G, (e) => {
|
|
110
|
+
n(this, h).forEach((s) => {
|
|
111
|
+
s(e);
|
|
112
|
+
}), n(this, h).clear();
|
|
113
|
+
});
|
|
114
|
+
const s = e[0], t = e[1];
|
|
115
|
+
K(this, l, a(this, N, Z).call(this, s, t == null ? void 0 : t.forceSvg)), a(this, A, O).call(this, t);
|
|
116
|
+
}
|
|
117
|
+
get node() {
|
|
118
|
+
return n(this, l);
|
|
119
|
+
}
|
|
120
|
+
};
|
|
121
|
+
l = new WeakMap(), d = new WeakMap(), h = new WeakMap(), N = new WeakSet(), Z = function(e, s) {
|
|
122
|
+
let t = null;
|
|
123
|
+
if (e instanceof Node)
|
|
124
|
+
t = e;
|
|
125
|
+
else if (typeof e == "string")
|
|
126
|
+
if (!e.includes("<") && e.includes("-"))
|
|
127
|
+
t = new (customElements.get(e))();
|
|
128
|
+
else if (e.includes("<")) {
|
|
129
|
+
const i = document.createElement("div");
|
|
130
|
+
i.innerHTML = e, t = i.firstElementChild;
|
|
131
|
+
} else
|
|
132
|
+
ce.has(e) || s ? t = document.createElementNS(
|
|
133
|
+
"http://www.w3.org/2000/svg",
|
|
134
|
+
e
|
|
135
|
+
) : t = document.createElement(e);
|
|
136
|
+
else
|
|
137
|
+
t = document.createElement("div");
|
|
138
|
+
return t;
|
|
139
|
+
}, w = new WeakSet(), _ = function(e) {
|
|
140
|
+
return e instanceof HTMLElement || e instanceof SVGElement;
|
|
141
|
+
}, A = new WeakSet(), O = function(e) {
|
|
142
|
+
if (!e)
|
|
143
|
+
return;
|
|
144
|
+
const s = a(this, w, _).call(this, n(this, l)), t = e.ref;
|
|
145
|
+
delete e.ref, e != null && e.onConnect && (n(this, d).add(e.onConnect), delete e.onConnect), e != null && e.onDisconnect && (n(this, h).add(e.onDisconnect), delete e.onDisconnect);
|
|
146
|
+
let i, o;
|
|
147
|
+
for (const r in e) {
|
|
148
|
+
const u = e[r];
|
|
149
|
+
r === "class" && s ? a(this, y, W).call(this, u) : r === "style" && s ? a(this, v, te).call(this, u) : r === "lightChildren" ? a(this, g, T).call(this, n(this, l), u) : r === "children" ? a(this, g, T).call(this, n(this, l) instanceof Element ? n(this, l).shadowRoot || n(this, l) : n(this, l), u) : r.startsWith("on") ? (o || (o = {}), o[r] = u) : (i || (i = {}), i[r] = u);
|
|
150
|
+
}
|
|
151
|
+
if (a(this, H, ne).call(this, i), a(this, k, ie).call(this, o), t && (typeof t == "function" ? t(n(this, l)) : t.current = n(this, l)), fe && (n(this, h).size || n(this, d).size)) {
|
|
152
|
+
const r = n(this, l) instanceof DocumentFragment ? n(this, l).firstChild : n(this, l);
|
|
153
|
+
re.subscribe(r, {
|
|
154
|
+
connectCallback: n(this, B),
|
|
155
|
+
disconnectCallback: n(this, G),
|
|
156
|
+
unsubscribeAfterDisconnect: !0,
|
|
157
|
+
maxWaitSec: 20
|
|
158
|
+
});
|
|
159
|
+
}
|
|
160
|
+
}, y = new WeakSet(), W = function(e) {
|
|
161
|
+
const s = n(this, l);
|
|
162
|
+
if (e) {
|
|
163
|
+
if (typeof e == "string")
|
|
164
|
+
s.classList.add(e);
|
|
165
|
+
else if (Array.isArray(e))
|
|
166
|
+
e.forEach((t) => {
|
|
167
|
+
a(this, y, W).call(this, t);
|
|
168
|
+
});
|
|
169
|
+
else if (typeof e == "object")
|
|
170
|
+
if (e instanceof m)
|
|
171
|
+
a(this, M, j).call(this, e);
|
|
172
|
+
else
|
|
173
|
+
for (const t in e) {
|
|
174
|
+
const i = e[t];
|
|
175
|
+
i instanceof m ? a(this, x, ee).call(this, t, i) : i ? s.classList.add(t) : s.classList.remove(t);
|
|
176
|
+
}
|
|
177
|
+
} else
|
|
178
|
+
return;
|
|
179
|
+
}, M = new WeakSet(), j = function(e) {
|
|
180
|
+
const s = n(this, l);
|
|
181
|
+
n(this, h).add(
|
|
182
|
+
e.subscribe(({ current: t, previous: i }) => {
|
|
183
|
+
i && [i].flat().forEach((o) => {
|
|
184
|
+
o && s.classList.remove(o);
|
|
185
|
+
}), t && [t].flat().forEach((o) => {
|
|
186
|
+
o && s.classList.add(o);
|
|
187
|
+
});
|
|
188
|
+
})
|
|
189
|
+
);
|
|
190
|
+
}, x = new WeakSet(), ee = function(e, s) {
|
|
191
|
+
const t = n(this, l);
|
|
192
|
+
n(this, h).add(
|
|
193
|
+
s.subscribe(({ current: i }) => {
|
|
194
|
+
i ? t.classList.add(e) : t.classList.remove(e);
|
|
195
|
+
})
|
|
196
|
+
);
|
|
197
|
+
}, v = new WeakSet(), te = function(e) {
|
|
198
|
+
if (!e)
|
|
199
|
+
return;
|
|
200
|
+
const s = n(this, l);
|
|
201
|
+
s.tagName === "style" || s.tagName === "STYLE" ? a(this, S, q).call(this, e) : a(this, D, se).call(this, e);
|
|
202
|
+
}, D = new WeakSet(), se = function(e) {
|
|
203
|
+
for (const s in e) {
|
|
204
|
+
const t = s, i = e[t];
|
|
205
|
+
i instanceof m ? n(this, h).add(
|
|
206
|
+
i.subscribe(({ current: o }) => {
|
|
207
|
+
a(this, p, z).call(this, t, o);
|
|
208
|
+
})
|
|
209
|
+
) : a(this, p, z).call(this, t, i);
|
|
210
|
+
}
|
|
211
|
+
}, S = new WeakSet(), q = function(e) {
|
|
212
|
+
const s = n(this, l);
|
|
213
|
+
for (const t in e) {
|
|
214
|
+
const i = e[t];
|
|
215
|
+
if (typeof i == "object" && !(i instanceof m))
|
|
216
|
+
s.appendChild(new Text(`${t} {`)), a(this, S, q).call(this, i), s.appendChild(new Text("}"));
|
|
217
|
+
else if (i instanceof m) {
|
|
218
|
+
const o = new Text();
|
|
219
|
+
n(this, h).add(
|
|
220
|
+
i.subscribe((r) => {
|
|
221
|
+
r.current ? o.nodeValue = `${U(t)}: ${r.current};` : o.nodeValue = "";
|
|
222
|
+
})
|
|
223
|
+
), s.appendChild(o);
|
|
224
|
+
} else
|
|
225
|
+
s.appendChild(new Text(`${U(t)}: ${i};`));
|
|
226
|
+
}
|
|
227
|
+
}, p = new WeakSet(), z = function(e, s) {
|
|
228
|
+
const t = n(this, l);
|
|
229
|
+
e.includes("--") ? s ? t.style.setProperty(e, s) : t.style.removeProperty(e) : s ? t.style[e] = s : t.style[e] = "";
|
|
230
|
+
}, k = new WeakSet(), ie = function(e) {
|
|
231
|
+
if (!e)
|
|
232
|
+
return;
|
|
233
|
+
const s = n(this, l);
|
|
234
|
+
for (const t in e) {
|
|
235
|
+
const i = t, o = le(
|
|
236
|
+
i.split("on").slice(1).join("on")
|
|
237
|
+
), r = e[i];
|
|
238
|
+
typeof r == "object" ? s.addEventListener(
|
|
239
|
+
o,
|
|
240
|
+
r.callback,
|
|
241
|
+
r.options
|
|
242
|
+
) : typeof r == "function" && s.addEventListener(o, r);
|
|
243
|
+
}
|
|
244
|
+
}, H = new WeakSet(), ne = function(e) {
|
|
245
|
+
for (const s in e) {
|
|
246
|
+
const t = e[s];
|
|
247
|
+
t instanceof m ? n(this, h).add(
|
|
248
|
+
t.subscribe(({ current: i }) => {
|
|
249
|
+
a(this, E, J).call(this, s, i);
|
|
250
|
+
})
|
|
251
|
+
) : a(this, E, J).call(this, s, t);
|
|
252
|
+
}
|
|
253
|
+
}, E = new WeakSet(), J = function(e, s) {
|
|
254
|
+
var i, o;
|
|
255
|
+
const t = n(this, l);
|
|
256
|
+
e in t && !((o = (i = t.constructor) == null ? void 0 : i.observedAttributes) != null && o.includes(e)) ? s != null && (t[e] = s.toString()) : s != null && t.setAttribute(e, s.toString());
|
|
257
|
+
}, g = new WeakSet(), T = function(e, s) {
|
|
258
|
+
s && (s = [s].flat(), s.forEach((t) => {
|
|
259
|
+
if (t instanceof m) {
|
|
260
|
+
const i = document.createElement("div");
|
|
261
|
+
i.style.display = "contents", e.appendChild(i), n(this, h).add(
|
|
262
|
+
t.subscribe(({ current: o }) => {
|
|
263
|
+
a(this, P, ae).call(this, i, a(this, F, oe).call(this, o), Array.from(i.childNodes));
|
|
264
|
+
})
|
|
265
|
+
);
|
|
266
|
+
} else if (t instanceof $)
|
|
267
|
+
a(this, b, V).call(this, e, t.node);
|
|
268
|
+
else if (t instanceof Function)
|
|
269
|
+
a(this, g, T).call(this, e, Q(t) ? new t() : t());
|
|
270
|
+
else {
|
|
271
|
+
const i = a(this, C, I).call(this, t);
|
|
272
|
+
i instanceof Node && a(this, b, V).call(this, e, i);
|
|
273
|
+
}
|
|
274
|
+
}));
|
|
275
|
+
}, b = new WeakSet(), V = function(e, s) {
|
|
276
|
+
!(e instanceof ShadowRoot) && s instanceof HTMLElement && s.tagName === "STYLE" ? (n(this, d).add(() => {
|
|
277
|
+
[...document.head.querySelectorAll("style")].find((i) => i.outerHTML === s.outerHTML) || document.head.appendChild(s);
|
|
278
|
+
}), n(this, h).add(() => {
|
|
279
|
+
s.remove();
|
|
280
|
+
})) : e.appendChild(s);
|
|
281
|
+
}, F = new WeakSet(), oe = function(e) {
|
|
282
|
+
return [e].flat().map((t) => t instanceof $ ? t.node : typeof t == "function" ? Q(t) ? new t() : t() : a(this, C, I).call(this, t)).flat().filter(Boolean);
|
|
283
|
+
}, P = new WeakSet(), ae = function(e, s, t) {
|
|
284
|
+
t.length > s.length && t.forEach((i) => {
|
|
285
|
+
s.find((o) => a(this, L, Y).call(this, i, o)) || (e.removeChild(i), t = t.filter((o) => o !== i));
|
|
286
|
+
}), t.forEach((i, o) => {
|
|
287
|
+
if (o < s.length) {
|
|
288
|
+
const r = s[o];
|
|
289
|
+
a(this, L, Y).call(this, i, r) || e.replaceChild(r, i);
|
|
290
|
+
} else
|
|
291
|
+
e.removeChild(i);
|
|
292
|
+
});
|
|
293
|
+
for (let i = t.length; i < s.length; i++)
|
|
294
|
+
e.appendChild(s[i]);
|
|
295
|
+
}, L = new WeakSet(), Y = function(e, s) {
|
|
296
|
+
return s ? s instanceof Node ? e.isEqualNode(s) : e.textContent === s.toString() : !1;
|
|
297
|
+
}, C = new WeakSet(), I = function(e) {
|
|
298
|
+
if (e instanceof Node)
|
|
299
|
+
return e;
|
|
300
|
+
if (e != null) {
|
|
301
|
+
const s = String(e);
|
|
302
|
+
if (s.trim().startsWith("<") && s.trim().endsWith(">")) {
|
|
303
|
+
const t = document.createElement("div");
|
|
304
|
+
return t.innerHTML = s, t.firstElementChild;
|
|
305
|
+
} else
|
|
306
|
+
return new Text(s);
|
|
307
|
+
} else
|
|
308
|
+
return;
|
|
309
|
+
}, B = new WeakMap(), G = new WeakMap();
|
|
310
|
+
let X = $;
|
|
311
|
+
export {
|
|
312
|
+
X as E
|
|
313
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";var R=(l,e,s)=>{if(!e.has(l))throw TypeError("Cannot "+s)};var n=(l,e,s)=>(R(l,e,"read from private field"),s?s.call(l):e.get(l)),f=(l,e,s)=>{if(e.has(l))throw TypeError("Cannot add the same private member more than once");e instanceof WeakSet?e.add(l):e.set(l,s)},Q=(l,e,s,t)=>(R(l,e,"write to private field"),t?t.call(l,s):e.set(l,s),s);var a=(l,e,s)=>(R(l,e,"access private method"),s);const m=require("./Store-D0_rDIsE.cjs"),ae=require("./browser-CpzFX2xg.cjs"),S=require("./string-Cgp_uJvP.cjs"),fe=require("./connector/index.cjs"),re=new Set(["animate","animateMotion","animateTransform","circle","clipPath","defs","desc","ellipse","feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence","filter","foreignObject","g","image","line","linearGradient","listener","marker","mask","metadata","mpath","path","pattern","polygon","polyline","radialGradient","rect","set","solidColor","stop","svg","switch","symbol","text","textPath","title","tspan","view"]);var r,h,d,w,X,A,Z,M,_,y,z,x,O,v,j,D,ee,k,te,E,J,b,V,H,se,q,ie,p,K,g,N,C,Y,F,ne,P,oe,L,I,T,U,B,G;const $=class ${constructor(...e){f(this,w);f(this,A);f(this,M);f(this,y);f(this,x);f(this,v);f(this,D);f(this,k);f(this,E);f(this,b);f(this,H);f(this,q);f(this,p);f(this,g);f(this,C);f(this,F);f(this,P);f(this,L);f(this,T);f(this,r,void 0);f(this,h,new Set);f(this,d,new Set);f(this,B,()=>{n(this,h).forEach(e=>{e()}),n(this,h).clear()});f(this,G,e=>{n(this,d).forEach(s=>{s(e)}),n(this,d).clear()});const s=e[0],t=e[1];Q(this,r,a(this,w,X).call(this,s,t==null?void 0:t.forceSvg)),a(this,M,_).call(this,t)}get node(){return n(this,r)}};r=new WeakMap,h=new WeakMap,d=new WeakMap,w=new WeakSet,X=function(e,s){let t=null;if(e instanceof Node)t=e;else if(typeof e=="string")if(!e.includes("<")&&e.includes("-"))t=new(customElements.get(e));else if(e.includes("<")){const i=document.createElement("div");i.innerHTML=e,t=i.firstElementChild}else re.has(e)||s?t=document.createElementNS("http://www.w3.org/2000/svg",e):t=document.createElement(e);else t=document.createElement("div");return t},A=new WeakSet,Z=function(e){return e instanceof HTMLElement||e instanceof SVGElement},M=new WeakSet,_=function(e){if(!e)return;const s=a(this,A,Z).call(this,n(this,r)),t=e.ref;delete e.ref,e!=null&&e.onConnect&&(n(this,h).add(e.onConnect),delete e.onConnect),e!=null&&e.onDisconnect&&(n(this,d).add(e.onDisconnect),delete e.onDisconnect);let i,o;for(const c in e){const u=e[c];c==="class"&&s?a(this,y,z).call(this,u):c==="style"&&s?a(this,D,ee).call(this,u):c==="lightChildren"?a(this,g,N).call(this,n(this,r),u):c==="children"?a(this,g,N).call(this,n(this,r)instanceof Element?n(this,r).shadowRoot||n(this,r):n(this,r),u):c.startsWith("on")?(o||(o={}),o[c]=u):(i||(i={}),i[c]=u)}if(a(this,q,ie).call(this,i),a(this,H,se).call(this,o),t&&(typeof t=="function"?t(n(this,r)):t.current=n(this,r)),ae.isBrowser&&(n(this,d).size||n(this,h).size)){const c=n(this,r)instanceof DocumentFragment?n(this,r).firstChild:n(this,r);fe.connector.subscribe(c,{connectCallback:n(this,B),disconnectCallback:n(this,G),unsubscribeAfterDisconnect:!0,maxWaitSec:20})}},y=new WeakSet,z=function(e){const s=n(this,r);if(e){if(typeof e=="string")s.classList.add(e);else if(Array.isArray(e))e.forEach(t=>{a(this,y,z).call(this,t)});else if(typeof e=="object")if(e instanceof m.Store)a(this,x,O).call(this,e);else for(const t in e){const i=e[t];i instanceof m.Store?a(this,v,j).call(this,t,i):i?s.classList.add(t):s.classList.remove(t)}}else return},x=new WeakSet,O=function(e){const s=n(this,r);n(this,d).add(e.subscribe(({current:t,previous:i})=>{i&&[i].flat().forEach(o=>{o&&s.classList.remove(o)}),t&&[t].flat().forEach(o=>{o&&s.classList.add(o)})}))},v=new WeakSet,j=function(e,s){const t=n(this,r);n(this,d).add(s.subscribe(({current:i})=>{i?t.classList.add(e):t.classList.remove(e)}))},D=new WeakSet,ee=function(e){if(!e)return;const s=n(this,r);s.tagName==="style"||s.tagName==="STYLE"?a(this,E,J).call(this,e):a(this,k,te).call(this,e)},k=new WeakSet,te=function(e){for(const s in e){const t=s,i=e[t];i instanceof m.Store?n(this,d).add(i.subscribe(({current:o})=>{a(this,b,V).call(this,t,o)})):a(this,b,V).call(this,t,i)}},E=new WeakSet,J=function(e){const s=n(this,r);for(const t in e){const i=e[t];if(typeof i=="object"&&!(i instanceof m.Store))s.appendChild(new Text(`${t} {`)),a(this,E,J).call(this,i),s.appendChild(new Text("}"));else if(i instanceof m.Store){const o=new Text;n(this,d).add(i.subscribe(c=>{c.current?o.nodeValue=`${S.camelToKebab(t)}: ${c.current};`:o.nodeValue=""})),s.appendChild(o)}else s.appendChild(new Text(`${S.camelToKebab(t)}: ${i};`))}},b=new WeakSet,V=function(e,s){const t=n(this,r);e.includes("--")?s?t.style.setProperty(e,s):t.style.removeProperty(e):s?t.style[e]=s:t.style[e]=""},H=new WeakSet,se=function(e){if(!e)return;const s=n(this,r);for(const t in e){const i=t,o=S.uncapitalize(i.split("on").slice(1).join("on")),c=e[i];typeof c=="object"?s.addEventListener(o,c.callback,c.options):typeof c=="function"&&s.addEventListener(o,c)}},q=new WeakSet,ie=function(e){for(const s in e){const t=e[s];t instanceof m.Store?n(this,d).add(t.subscribe(({current:i})=>{a(this,p,K).call(this,s,i)})):a(this,p,K).call(this,s,t)}},p=new WeakSet,K=function(e,s){var i,o;const t=n(this,r);e in t&&!((o=(i=t.constructor)==null?void 0:i.observedAttributes)!=null&&o.includes(e))?s!=null&&(t[e]=s.toString()):s!=null&&t.setAttribute(e,s.toString())},g=new WeakSet,N=function(e,s){s&&(s=[s].flat(),s.forEach(t=>{if(t instanceof m.Store){const i=document.createElement("div");i.style.display="contents",e.appendChild(i),n(this,d).add(t.subscribe(({current:o})=>{a(this,P,oe).call(this,i,a(this,F,ne).call(this,o),Array.from(i.childNodes))}))}else if(t instanceof $)a(this,C,Y).call(this,e,t.node);else if(t instanceof Function)a(this,g,N).call(this,e,S.isESClass(t)?new t:t());else{const i=a(this,T,U).call(this,t);i instanceof Node&&a(this,C,Y).call(this,e,i)}}))},C=new WeakSet,Y=function(e,s){!(e instanceof ShadowRoot)&&s instanceof HTMLElement&&s.tagName==="STYLE"?(n(this,h).add(()=>{[...document.head.querySelectorAll("style")].find(i=>i.outerHTML===s.outerHTML)||document.head.appendChild(s)}),n(this,d).add(()=>{s.remove()})):e.appendChild(s)},F=new WeakSet,ne=function(e){return[e].flat().map(t=>t instanceof $?t.node:typeof t=="function"?S.isESClass(t)?new t:t():a(this,T,U).call(this,t)).flat().filter(Boolean)},P=new WeakSet,oe=function(e,s,t){t.length>s.length&&t.forEach(i=>{s.find(o=>a(this,L,I).call(this,i,o))||(e.removeChild(i),t=t.filter(o=>o!==i))}),t.forEach((i,o)=>{if(o<s.length){const c=s[o];a(this,L,I).call(this,i,c)||e.replaceChild(c,i)}else e.removeChild(i)});for(let i=t.length;i<s.length;i++)e.appendChild(s[i])},L=new WeakSet,I=function(e,s){return s?s instanceof Node?e.isEqualNode(s):e.textContent===s.toString():!1},T=new WeakSet,U=function(e){if(e instanceof Node)return e;if(e!=null){const s=String(e);if(s.trim().startsWith("<")&&s.trim().endsWith(">")){const t=document.createElement("div");return t.innerHTML=s,t.firstElementChild}else return new Text(s)}else return},B=new WeakMap,G=new WeakMap;let W=$;exports.ElementConstructor=W;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("../custom-element/index.cjs");require("../Store-D0_rDIsE.cjs");const r=require("../browser-CpzFX2xg.cjs"),s=require("../tags-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("../custom-element/index.cjs");require("../Store-D0_rDIsE.cjs");const r=require("../browser-CpzFX2xg.cjs"),s=require("../tags-DGIuh1Hi.cjs");class o extends t.CustomElement{constructor(){super(),r.isBrowser&&s.element(this,{style:{cursor:"default"},tabIndex:this.getAttribute("tabindex")||"0",role:"button",onKeydown:e=>{e.code==="Space"&&this.click()},onClick:()=>{this.click()}})}}exports.AbstractButtonElement=o;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { CustomElement as e } from "../custom-element/index.js";
|
|
2
2
|
import "../Store-JOKrNVEr.js";
|
|
3
3
|
import { i as o } from "../browser-0zX67oeU.js";
|
|
4
|
-
import { e as r } from "../tags-
|
|
4
|
+
import { e as r } from "../tags-D0k7-iVY.js";
|
|
5
5
|
class l extends e {
|
|
6
6
|
constructor() {
|
|
7
7
|
super(), o && r(this, {
|
package/lib/canvas/index.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const W=require("../custom-element/index.cjs");require("../Store-D0_rDIsE.cjs");const S=require("../math-GDWEqu7y.cjs"),E=require("../tags-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const W=require("../custom-element/index.cjs");require("../Store-D0_rDIsE.cjs");const S=require("../math-GDWEqu7y.cjs"),E=require("../tags-DGIuh1Hi.cjs"),b=require("../createStylesheet-B5Nhxdpo.cjs"),k=require("../element-resizer/index.cjs"),C=require("../ticker/index.cjs");var y=Object.defineProperty,q=Object.getOwnPropertyDescriptor,P=(i,e,s,h)=>{for(var r=h>1?void 0:h?q(e,s):e,f=i.length-1,g;f>=0;f--)(g=i[f])&&(r=(h?g(e,s,r):g(r))||r);return h&&r&&y(e,s,r),r},R=(i,e,s)=>{if(!e.has(i))throw TypeError("Cannot "+s)},t=(i,e,s)=>(R(i,e,"read from private field"),s?s.call(i):e.get(i)),a=(i,e,s)=>{if(e.has(i))throw TypeError("Cannot add the same private member more than once");e instanceof WeakSet?e.add(i):e.set(i,s)},c=(i,e,s,h)=>(R(i,e,"write to private field"),h?h.call(i,s):e.set(i,s),s),M=(i,e,s)=>(R(i,e,"access private method"),s),n,p,l,o,d,u,v,_,m,w,x;const O=b.createStylesheet({":host, canvas":{display:"block",width:"100%",height:"100%"}});exports.CanvasElement=class extends W.CustomElement{constructor(){super(),a(this,w),a(this,n,null),a(this,p,null),a(this,l,0),a(this,o,0),a(this,d,1),a(this,u,0),a(this,v,1),a(this,_,e=>{c(this,d,S.clamp(devicePixelRatio,1,2)),c(this,l,e.contentRect.width),c(this,o,e.contentRect.height),t(this,n).width=t(this,l)*this.pixelRatio,t(this,n).height=t(this,o)*this.pixelRatio,this.context.scale(this.pixelRatio,this.pixelRatio),M(this,w,x).call(this)}),a(this,m,e=>{c(this,u,e.timestamp),c(this,v,e.elapsed),M(this,w,x).call(this)}),this.openShadow(O),E.element(this,{children:E.canvas({ref:e=>{c(this,n,e),c(this,p,e.getContext("2d"))}})})}get canvasElement(){return t(this,n)}get context(){return t(this,p)}get pixelRatio(){return t(this,d)}get width(){return t(this,l)}get height(){return t(this,o)}get detail(){return{width:t(this,l),height:t(this,o),element:this,canvasElement:t(this,n),pixelRatio:t(this,d),context:t(this,p),timestamp:t(this,u),elapsed:t(this,v)}}connectedCallback(){k.elementResizer.subscribe(this,t(this,_)),this.hasAttribute("static")||C.ticker.subscribe(t(this,m),{culling:this,maxFPS:this.hasAttribute("fps")?parseInt(this.getAttribute("fps")):void 0})}disconnectedCallback(){k.elementResizer.unsubscribe(t(this,_)),C.ticker.unsubscribe(t(this,m)),t(this,n).remove()}};n=new WeakMap;p=new WeakMap;l=new WeakMap;o=new WeakMap;d=new WeakMap;u=new WeakMap;v=new WeakMap;_=new WeakMap;m=new WeakMap;w=new WeakSet;x=function(){this.dispatchEvent(new CustomEvent("canvasRender",{composed:!0,detail:this.detail}))};exports.CanvasElement=P([W.define("e-canvas")],exports.CanvasElement);
|
package/lib/canvas/index.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { CustomElement as M, define as b } from "../custom-element/index.js";
|
|
2
2
|
import "../Store-JOKrNVEr.js";
|
|
3
3
|
import { c as P } from "../math-BOBiC4TN.js";
|
|
4
|
-
import { e as S, q as y } from "../tags-
|
|
5
|
-
import { c as A } from "../createStylesheet-
|
|
4
|
+
import { e as S, q as y } from "../tags-D0k7-iVY.js";
|
|
5
|
+
import { c as A } from "../createStylesheet-DpGvTRP3.js";
|
|
6
6
|
import { elementResizer as k } from "../element-resizer/index.js";
|
|
7
7
|
import { ticker as E } from "../ticker/index.js";
|
|
8
8
|
var O = Object.defineProperty, z = Object.getOwnPropertyDescriptor, D = (t, i, s, r) => {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const n=require("./tags-
|
|
1
|
+
"use strict";const n=require("./tags-DGIuh1Hi.cjs");function r(t){const e=new CSSStyleSheet;return e.replaceSync(n.style(t).node.innerHTML),e}exports.createStylesheet=r;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const l=require("./string-
|
|
1
|
+
"use strict";const l=require("./string-Cgp_uJvP.cjs");function s(r,a){const t=(a==null?void 0:a.prefix)||"",c={style:{}};for(const e in r)c[e]={var:`var(--${t}${l.camelToKebab(e)})`,value:r[e]},c.style[`--${t}${l.camelToKebab(e)}`]=r[e];return c}exports.createTheme=s;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../tags-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("../ElementConstructor-CdUaQS-S.cjs"),e=require("../tags-DGIuh1Hi.cjs"),r=require("../createStylesheet-B5Nhxdpo.cjs"),a=require("../createTheme-CLqJF9Pw.cjs");exports.ElementConstructor=t.ElementConstructor;exports.a=e.a;exports.abbr=e.abbr;exports.address=e.address;exports.area=e.area;exports.article=e.article;exports.aside=e.aside;exports.audio=e.audio;exports.b=e.b;exports.base=e.base;exports.bdi=e.bdi;exports.bdo=e.bdo;exports.blockquote=e.blockquote;exports.body=e.body;exports.br=e.br;exports.button=e.button;exports.canvas=e.canvas;exports.caption=e.caption;exports.cite=e.cite;exports.code=e.code;exports.col=e.col;exports.colgroup=e.colgroup;exports.contents=e.contents;exports.data=e.data;exports.datalist=e.datalist;exports.dd=e.dd;exports.del=e.del;exports.details=e.details;exports.dfn=e.dfn;exports.dialog=e.dialog;exports.div=e.div;exports.dl=e.dl;exports.dt=e.dt;exports.element=e.element;exports.em=e.em;exports.embed=e.embed;exports.empty=e.empty;exports.fieldset=e.fieldset;exports.figcaption=e.figcaption;exports.figure=e.figure;exports.footer=e.footer;exports.form=e.form;exports.fragment=e.fragment;exports.h1=e.h1;exports.h2=e.h2;exports.h3=e.h3;exports.h4=e.h4;exports.h5=e.h5;exports.h6=e.h6;exports.head=e.head;exports.header=e.header;exports.hgroup=e.hgroup;exports.hr=e.hr;exports.html=e.html;exports.htmlVar=e.htmlVar;exports.i=e.i;exports.iframe=e.iframe;exports.img=e.img;exports.input=e.input;exports.ins=e.ins;exports.kbd=e.kbd;exports.label=e.label;exports.legend=e.legend;exports.li=e.li;exports.link=e.link;exports.main=e.main;exports.map=e.map;exports.mark=e.mark;exports.menu=e.menu;exports.meta=e.meta;exports.meter=e.meter;exports.nav=e.nav;exports.noscript=e.noscript;exports.object=e.object;exports.ol=e.ol;exports.optgroup=e.optgroup;exports.option=e.option;exports.output=e.output;exports.p=e.p;exports.picture=e.picture;exports.pre=e.pre;exports.progress=e.progress;exports.q=e.q;exports.rp=e.rp;exports.rt=e.rt;exports.ruby=e.ruby;exports.s=e.s;exports.samp=e.samp;exports.script=e.script;exports.search=e.search;exports.section=e.section;exports.select=e.select;exports.slot=e.slot;exports.small=e.small;exports.source=e.source;exports.span=e.span;exports.strong=e.strong;exports.style=e.style;exports.sub=e.sub;exports.summary=e.summary;exports.sup=e.sup;exports.table=e.table;exports.tbody=e.tbody;exports.td=e.td;exports.template=e.template;exports.textarea=e.textarea;exports.tfoot=e.tfoot;exports.th=e.th;exports.thead=e.thead;exports.time=e.time;exports.title=e.title;exports.tr=e.tr;exports.track=e.track;exports.u=e.u;exports.ul=e.ul;exports.video=e.video;exports.wbr=e.wbr;exports.createStylesheet=r.createStylesheet;exports.createTheme=a.createTheme;
|
|
@@ -1,124 +1,125 @@
|
|
|
1
|
-
import { E as e
|
|
2
|
-
import { c as
|
|
3
|
-
import { c as
|
|
1
|
+
import { E as e } from "../ElementConstructor-1bvPqYNa.js";
|
|
2
|
+
import { a as r, b as o, c as i, d as l, f as d, g as m, h as p, i as c, j as n, k as u, l as b, m as h, n as f, o as g, p as y, q as k, r as x, s as v, t as q, u as E, v as j, aZ as w, w as C, x as S, y as T, z as V, A as z, B as A, C as B, D, E as F, F as G, e as H, G as I, H as J, aY as K, I as L, J as M, K as N, L as O, M as P, aX as Q, N as R, O as U, P as W, Q as X, R as Y, S as Z, T as _, U as $, V as aa, W as sa, X as ea, aU as ta, Y as ra, Z as oa, _ as ia, $ as la, a0 as da, a1 as ma, a2 as pa, a3 as ca, a4 as na, a5 as ua, a6 as ba, a7 as ha, a8 as fa, a9 as ga, aa as ya, ab as ka, ac as xa, ad as va, ae as qa, af as Ea, ag as ja, ah as wa, ai as Ca, aj as Sa, ak as Ta, al as Va, am as za, an as Aa, ao as Ba, ap as Da, aq as Fa, ar as Ga, as as Ha, at as Ia, au as Ja, av as Ka, aw as La, ax as Ma, ay as Na, az as Oa, aA as Pa, aB as Qa, aC as Ra, aD as Ua, aE as Wa, aF as Xa, aG as Ya, aH as Za, aI as _a, aJ as $a, aK as as, aL as ss, aM as es, aN as ts, aO as rs, aP as os, aQ as is, aR as ls, aS as ds, aT as ms, aV as ps, aW as cs } from "../tags-D0k7-iVY.js";
|
|
3
|
+
import { c as us } from "../createStylesheet-DpGvTRP3.js";
|
|
4
|
+
import { c as hs } from "../createTheme-WJyOPh-q.js";
|
|
4
5
|
export {
|
|
5
6
|
e as ElementConstructor,
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
7
|
+
r as a,
|
|
8
|
+
o as abbr,
|
|
9
|
+
i as address,
|
|
10
|
+
l as area,
|
|
11
|
+
d as article,
|
|
12
|
+
m as aside,
|
|
13
|
+
p as audio,
|
|
14
|
+
c as b,
|
|
15
|
+
n as base,
|
|
16
|
+
u as bdi,
|
|
17
|
+
b as bdo,
|
|
18
|
+
h as blockquote,
|
|
19
|
+
f as body,
|
|
20
|
+
g as br,
|
|
21
|
+
y as button,
|
|
22
|
+
k as canvas,
|
|
23
|
+
x as caption,
|
|
23
24
|
v as cite,
|
|
24
|
-
|
|
25
|
-
|
|
25
|
+
q as code,
|
|
26
|
+
E as col,
|
|
26
27
|
j as colgroup,
|
|
27
28
|
w as contents,
|
|
28
|
-
|
|
29
|
-
|
|
29
|
+
us as createStylesheet,
|
|
30
|
+
hs as createTheme,
|
|
30
31
|
C as data,
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
32
|
+
S as datalist,
|
|
33
|
+
T as dd,
|
|
34
|
+
V as del,
|
|
35
|
+
z as details,
|
|
36
|
+
A as dfn,
|
|
37
|
+
B as dialog,
|
|
38
|
+
D as div,
|
|
39
|
+
F as dl,
|
|
40
|
+
G as dt,
|
|
41
|
+
H as element,
|
|
42
|
+
I as em,
|
|
43
|
+
J as embed,
|
|
44
|
+
K as empty,
|
|
45
|
+
L as fieldset,
|
|
46
|
+
M as figcaption,
|
|
47
|
+
N as figure,
|
|
48
|
+
O as footer,
|
|
49
|
+
P as form,
|
|
50
|
+
Q as fragment,
|
|
51
|
+
R as h1,
|
|
52
|
+
U as h2,
|
|
53
|
+
W as h3,
|
|
54
|
+
X as h4,
|
|
55
|
+
Y as h5,
|
|
56
|
+
Z as h6,
|
|
57
|
+
_ as head,
|
|
58
|
+
$ as header,
|
|
59
|
+
aa as hgroup,
|
|
60
|
+
sa as hr,
|
|
61
|
+
ea as html,
|
|
62
|
+
ta as htmlVar,
|
|
63
|
+
ra as i,
|
|
64
|
+
oa as iframe,
|
|
65
|
+
ia as img,
|
|
66
|
+
la as input,
|
|
67
|
+
da as ins,
|
|
68
|
+
ma as kbd,
|
|
69
|
+
pa as label,
|
|
70
|
+
ca as legend,
|
|
71
|
+
na as li,
|
|
72
|
+
ua as link,
|
|
73
|
+
ba as main,
|
|
74
|
+
ha as map,
|
|
75
|
+
fa as mark,
|
|
76
|
+
ga as menu,
|
|
77
|
+
ya as meta,
|
|
78
|
+
ka as meter,
|
|
79
|
+
xa as nav,
|
|
79
80
|
va as noscript,
|
|
80
|
-
|
|
81
|
-
|
|
81
|
+
qa as object,
|
|
82
|
+
Ea as ol,
|
|
82
83
|
ja as optgroup,
|
|
83
84
|
wa as option,
|
|
84
85
|
Ca as output,
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
86
|
+
Sa as p,
|
|
87
|
+
Ta as picture,
|
|
88
|
+
Va as pre,
|
|
89
|
+
za as progress,
|
|
90
|
+
Aa as q,
|
|
91
|
+
Ba as rp,
|
|
92
|
+
Da as rt,
|
|
93
|
+
Fa as ruby,
|
|
94
|
+
Ga as s,
|
|
95
|
+
Ha as samp,
|
|
96
|
+
Ia as script,
|
|
97
|
+
Ja as search,
|
|
98
|
+
Ka as section,
|
|
99
|
+
La as select,
|
|
100
|
+
Ma as slot,
|
|
101
|
+
Na as small,
|
|
102
|
+
Oa as source,
|
|
103
|
+
Pa as span,
|
|
104
|
+
Qa as strong,
|
|
105
|
+
Ra as style,
|
|
106
|
+
Ua as sub,
|
|
107
|
+
Wa as summary,
|
|
108
|
+
Xa as sup,
|
|
109
|
+
Ya as table,
|
|
110
|
+
Za as tbody,
|
|
111
|
+
_a as td,
|
|
112
|
+
$a as template,
|
|
113
|
+
as as textarea,
|
|
114
|
+
ss as tfoot,
|
|
115
|
+
es as th,
|
|
116
|
+
ts as thead,
|
|
117
|
+
rs as time,
|
|
118
|
+
os as title,
|
|
119
|
+
is as tr,
|
|
120
|
+
ls as track,
|
|
121
|
+
ds as u,
|
|
122
|
+
ms as ul,
|
|
123
|
+
ps as video,
|
|
124
|
+
cs as wbr
|
|
124
125
|
};
|