aptechka 0.1.3 → 0.1.6

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 (210) hide show
  1. package/lib/Animated-CJcYqJzq.js +130 -0
  2. package/lib/Animated-DyZuTEQE.cjs +1 -0
  3. package/lib/Damped-AHRBHNEQ.cjs +1 -0
  4. package/lib/Damped-Csj-9_gH.js +36 -0
  5. package/lib/Derived-Bc88XJ8J.js +27 -0
  6. package/lib/Derived-SjPdLJiZ.cjs +1 -0
  7. package/lib/ElementConstructor-9f-12v7T.cjs +1 -0
  8. package/lib/ElementConstructor-CoKM2CTK.js +228 -0
  9. package/lib/{SourceManager-vXInLlh_.js → SourceManager-BoP9RAJr.js} +26 -26
  10. package/lib/SourceManager-CI6NfLzW.cjs +1 -0
  11. package/lib/Store-D0_rDIsE.cjs +1 -0
  12. package/lib/Store-JOKrNVEr.js +152 -0
  13. package/lib/Viewport-COsaberc.cjs +1 -0
  14. package/lib/Viewport-CXY5xcGJ.js +129 -0
  15. package/lib/WheelControls-CX9WUbBC.js +83 -0
  16. package/lib/WheelControls-CfDeGCOU.cjs +1 -0
  17. package/lib/abstract-elements/AbstractButtonElement.d.ts +5 -0
  18. package/lib/abstract-elements/index.cjs +1 -0
  19. package/lib/abstract-elements/index.d.ts +1 -0
  20. package/lib/abstract-elements/index.js +27 -0
  21. package/lib/accordion/AccordionElement.d.ts +24 -1
  22. package/lib/accordion/index.cjs +1 -0
  23. package/lib/accordion/index.js +166 -0
  24. package/lib/animation/Animated.d.ts +9 -12
  25. package/lib/animation/Tweened.d.ts +1 -1
  26. package/lib/animation/index.cjs +1 -1
  27. package/lib/animation/index.d.ts +1 -1
  28. package/lib/animation/index.js +11 -17
  29. package/lib/attribute/index.cjs +1 -1
  30. package/lib/attribute/index.d.ts +8 -4
  31. package/lib/attribute/index.js +44 -35
  32. package/lib/canvas/index.cjs +1 -0
  33. package/lib/{canvas-2d → canvas}/index.d.ts +4 -3
  34. package/lib/canvas/index.js +97 -0
  35. package/lib/connector/index.cjs +1 -0
  36. package/lib/connector/index.d.ts +15 -0
  37. package/lib/connector/index.js +54 -0
  38. package/lib/controls/WheelControls.d.ts +3 -2
  39. package/lib/controls/index.cjs +1 -1
  40. package/lib/controls/index.js +23 -27
  41. package/lib/createStylesheet-BON7aJYs.js +10 -0
  42. package/lib/createStylesheet-uicRVW05.cjs +1 -0
  43. package/lib/createTheme-BMH9cRrS.js +15 -0
  44. package/lib/createTheme-COo8IzPG.cjs +1 -0
  45. package/lib/custom-element/index.cjs +1 -1
  46. package/lib/custom-element/index.d.ts +3 -1
  47. package/lib/custom-element/index.js +19 -9
  48. package/lib/device/Viewport.d.ts +1 -1
  49. package/lib/device/index.cjs +1 -1
  50. package/lib/device/index.js +5 -121
  51. package/lib/element-constructor/ElementConstructor.d.ts +15 -17
  52. package/lib/element-constructor/createStylesheet.d.ts +2 -0
  53. package/lib/element-constructor/createTheme.d.ts +12 -0
  54. package/lib/element-constructor/htmlTags.d.ts +115 -113
  55. package/lib/element-constructor/index.cjs +1 -1
  56. package/lib/element-constructor/index.d.ts +2 -1
  57. package/lib/element-constructor/index.js +387 -1136
  58. package/lib/element-constructor/svgTags.d.ts +63 -63
  59. package/lib/element-resizer/index.cjs +1 -0
  60. package/lib/element-resizer/index.d.ts +9 -0
  61. package/lib/element-resizer/index.js +64 -0
  62. package/lib/en3/attachments/En3SourceManager.d.ts +2 -2
  63. package/lib/en3/index.cjs +7 -7
  64. package/lib/en3/index.js +252 -242
  65. package/lib/en3/objects/En3Clip.d.ts +2 -2
  66. package/lib/events-CoqmkUxo.js +11 -0
  67. package/lib/events-D68xg4dy.cjs +1 -0
  68. package/lib/file-EevnUtRj.cjs +1 -0
  69. package/lib/file-lxi_oXJf.js +13 -0
  70. package/lib/htmlTags-BCNUG7oK.js +683 -0
  71. package/lib/htmlTags-BSQys9wH.cjs +1 -0
  72. package/lib/image/index.cjs +1 -1
  73. package/lib/image/index.js +13 -20
  74. package/lib/index-DgtdcBEI.js +310 -0
  75. package/lib/index-i_Ki9M-w.cjs +9 -0
  76. package/lib/intersector/index.cjs +1 -1
  77. package/lib/intersector/index.d.ts +2 -1
  78. package/lib/intersector/index.js +33 -22
  79. package/lib/jsx/ComponentElement.d.ts +17 -0
  80. package/lib/jsx/h.d.ts +8 -0
  81. package/lib/jsx/hooks.d.ts +25 -0
  82. package/lib/jsx/index.cjs +1 -0
  83. package/lib/jsx/index.d.ts +4 -0
  84. package/lib/jsx/index.js +116 -0
  85. package/lib/jsx/render.d.ts +2 -0
  86. package/lib/jsx/type.d.ts +186 -0
  87. package/lib/ladder/index.cjs +1 -1
  88. package/lib/ladder/index.js +3 -4
  89. package/lib/layout-box/index.cjs +1 -1
  90. package/lib/layout-box/index.d.ts +1 -0
  91. package/lib/layout-box/index.js +113 -99
  92. package/lib/loading/index.cjs +1 -1
  93. package/lib/loading/index.js +1 -1
  94. package/lib/media/index.cjs +1 -1
  95. package/lib/media/index.js +17 -20
  96. package/lib/modal/ModalElement.d.ts +12 -0
  97. package/lib/modal/index.cjs +1 -0
  98. package/lib/modal/index.d.ts +1 -0
  99. package/lib/modal/index.js +144 -0
  100. package/lib/morph/index.cjs +1 -1
  101. package/lib/morph/index.js +1 -1
  102. package/lib/number-Bo5RdrA1.js +23 -0
  103. package/lib/number-yVpzMdbQ.cjs +1 -0
  104. package/lib/popover/PopoverButtonElement.d.ts +14 -0
  105. package/lib/popover/PopoverElement.d.ts +19 -0
  106. package/lib/popover/index.cjs +1 -0
  107. package/lib/popover/index.d.ts +2 -0
  108. package/lib/popover/index.js +122 -0
  109. package/lib/router/index.cjs +1 -1
  110. package/lib/router/index.js +2 -2
  111. package/lib/scroll/ScrollElement.d.ts +5 -3
  112. package/lib/scroll/index.cjs +1 -71
  113. package/lib/scroll/index.js +349 -314
  114. package/lib/scroll-entries/index.cjs +1 -1
  115. package/lib/scroll-entries/index.d.ts +1 -1
  116. package/lib/scroll-entries/index.js +4 -2
  117. package/lib/select/SelectElement.d.ts +25 -0
  118. package/lib/select/SelectHeadElement.d.ts +12 -0
  119. package/lib/select/SelectOptionElement.d.ts +13 -0
  120. package/lib/select/SelectUserElement.d.ts +7 -0
  121. package/lib/select/index.cjs +1 -0
  122. package/lib/select/index.d.ts +4 -0
  123. package/lib/select/index.js +7 -0
  124. package/lib/source/SourceClass.d.ts +1 -1
  125. package/lib/source/index.cjs +2 -2
  126. package/lib/source/index.js +13 -18
  127. package/lib/store/CumulativeResource.d.ts +2 -2
  128. package/lib/store/Resource.d.ts +1 -1
  129. package/lib/store/Store.d.ts +55 -9
  130. package/lib/store/StoreRegistry.d.ts +2 -2
  131. package/lib/store/index.cjs +1 -1
  132. package/lib/store/index.d.ts +2 -1
  133. package/lib/store/index.js +105 -66
  134. package/lib/string-BrDhnNUL.js +39 -0
  135. package/lib/string-DzUwFYSS.cjs +1 -0
  136. package/lib/studio/StudioElement.d.ts +3 -0
  137. package/lib/studio/index.cjs +10 -0
  138. package/lib/studio/index.js +1004 -0
  139. package/lib/studio/studioStorage.d.ts +14 -0
  140. package/lib/studio/tweaker/TweakerBooleanManagerElement.d.ts +10 -0
  141. package/lib/studio/tweaker/TweakerColorManagerElement.d.ts +10 -0
  142. package/lib/studio/tweaker/TweakerElement.d.ts +17 -0
  143. package/lib/studio/tweaker/TweakerFieldElement.d.ts +21 -0
  144. package/lib/studio/tweaker/TweakerFolderElement.d.ts +22 -0
  145. package/lib/studio/tweaker/TweakerLinkManagerElement.d.ts +10 -0
  146. package/lib/studio/tweaker/TweakerNumberManagerElement.d.ts +17 -0
  147. package/lib/studio/tweaker/TweakerRangeManagerElement.d.ts +10 -0
  148. package/lib/studio/tweaker/TweakerSelectManagerElement.d.ts +10 -0
  149. package/lib/studio/tweaker/TweakerStoreManagerElement.d.ts +10 -0
  150. package/lib/studio/tweaker/TweakerStringManagerElement.d.ts +12 -0
  151. package/lib/studio/tweaker/tweakerManagerConstructors.d.ts +5 -0
  152. package/lib/style-At6aDoqG.cjs +1 -0
  153. package/lib/style-j2TwriJ_.js +10 -0
  154. package/lib/theme/index.cjs +1 -0
  155. package/lib/theme/index.d.ts +90 -0
  156. package/lib/theme/index.js +34 -0
  157. package/lib/ticker/index.cjs +1 -1
  158. package/lib/ticker/index.js +1 -1
  159. package/lib/utils/events.d.ts +6 -0
  160. package/lib/utils/index.cjs +1 -1
  161. package/lib/utils/index.d.ts +8 -7
  162. package/lib/utils/index.js +95 -105
  163. package/lib/utils/number.d.ts +2 -3
  164. package/lib/utils/string.d.ts +1 -0
  165. package/lib/utils/style.d.ts +2 -0
  166. package/lib/utils/ts-utility.d.ts +2 -0
  167. package/lib/video/index.cjs +1 -1
  168. package/lib/video/index.js +13 -20
  169. package/lib/window-resizer/index.cjs +1 -0
  170. package/lib/window-resizer/index.d.ts +9 -0
  171. package/lib/window-resizer/index.js +46 -0
  172. package/package.json +91 -28
  173. package/lib/Damped-DdPj4Sho.cjs +0 -1
  174. package/lib/Damped-H3PuZwKV.js +0 -152
  175. package/lib/SourceManager-tmQlXkSD.cjs +0 -1
  176. package/lib/Store-qq7IjRLE.js +0 -136
  177. package/lib/Store-txkR3wXU.cjs +0 -1
  178. package/lib/WheelControls-9ZQKSYYq.js +0 -83
  179. package/lib/WheelControls-TYhGU6oA.cjs +0 -1
  180. package/lib/canvas-2d/index.cjs +0 -5
  181. package/lib/canvas-2d/index.js +0 -90
  182. package/lib/element-constructor/specialObjects.d.ts +0 -2
  183. package/lib/measurer/CumulativeOffsetLeft.d.ts +0 -4
  184. package/lib/measurer/CumulativeOffsetTop.d.ts +0 -4
  185. package/lib/measurer/Meaurer.d.ts +0 -8
  186. package/lib/measurer/index.cjs +0 -1
  187. package/lib/measurer/index.d.ts +0 -3
  188. package/lib/measurer/index.js +0 -48
  189. package/lib/number-2bR0KBcX.cjs +0 -1
  190. package/lib/number-bCHB2GAD.js +0 -31
  191. package/lib/resizer/index.cjs +0 -1
  192. package/lib/resizer/index.d.ts +0 -10
  193. package/lib/resizer/index.js +0 -45
  194. package/lib/string-GmxZA5Nq.js +0 -31
  195. package/lib/string-WmNOGq16.cjs +0 -1
  196. package/lib/utils/dev.d.ts +0 -3
  197. /package/lib/{attributes-w0u-KiIb.js → attributes-69we3byR.js} +0 -0
  198. /package/lib/{attributes-_2U65GDl.cjs → attributes-Bf2svn4j.cjs} +0 -0
  199. /package/lib/{browser-S4eq8AeN.js → browser-0zX67oeU.js} +0 -0
  200. /package/lib/{browser-QbF6EW-w.cjs → browser-CpzFX2xg.cjs} +0 -0
  201. /package/lib/{dom-bHEwc_xV.js → dom-BY7JhTx5.js} +0 -0
  202. /package/lib/{dom-QhWsdQS2.cjs → dom-qY2LdCVL.cjs} +0 -0
  203. /package/lib/{easings-uF-tgahf.js → easings-BKi40vHz.js} +0 -0
  204. /package/lib/{easings-_wFs9ZWc.cjs → easings-DsS5-Kqc.cjs} +0 -0
  205. /package/lib/{function-zwSFehNd.js → function-C10DGppn.js} +0 -0
  206. /package/lib/{function-QP7IreXR.cjs → function-MthRj-GJ.cjs} +0 -0
  207. /package/lib/{layout-rZzbsLPd.cjs → layout-8ryRAMGJ.cjs} +0 -0
  208. /package/lib/{layout-5SJlcXTY.js → layout-HoBT_Da2.js} +0 -0
  209. /package/lib/{math-_a3IpKOc.js → math-BOBiC4TN.js} +0 -0
  210. /package/lib/{math-FNUBmQPK.cjs → math-GDWEqu7y.cjs} +0 -0
@@ -1,1390 +1,641 @@
1
- var on = Object.defineProperty, fn = Object.defineProperties;
2
- var sn = Object.getOwnPropertyDescriptors;
3
- var W = Object.getOwnPropertySymbols;
4
- var cn = Object.prototype.hasOwnProperty, an = Object.prototype.propertyIsEnumerable;
5
- var K = (n, r, t) => r in n ? on(n, r, { enumerable: !0, configurable: !0, writable: !0, value: t }) : n[r] = t, o = (n, r) => {
6
- for (var t in r || (r = {}))
7
- cn.call(r, t) && K(n, t, r[t]);
8
- if (W)
9
- for (var t of W(r))
10
- an.call(r, t) && K(n, t, r[t]);
11
- return n;
12
- }, f = (n, r) => fn(n, sn(r));
13
- var q = (n, r, t) => {
14
- if (!r.has(n))
15
- throw TypeError("Cannot " + t);
16
- };
17
- var U = (n, r, t) => (q(n, r, "read from private field"), t ? t.call(n) : r.get(n)), a = (n, r, t) => {
18
- if (r.has(n))
19
- throw TypeError("Cannot add the same private member more than once");
20
- r instanceof WeakSet ? r.add(n) : r.set(n, t);
21
- }, E = (n, r, t, u) => (q(n, r, "write to private field"), u ? u.call(n, t) : r.set(n, t), t);
22
- var c = (n, r, t) => (q(n, r, "access private method"), t);
23
- import { S as l } from "../Store-qq7IjRLE.js";
24
- import { i as wn } from "../browser-S4eq8AeN.js";
25
- import { c as Y } from "../string-GmxZA5Nq.js";
26
- var g, T, z, C, Q, d, L, p, $, M, X, k, Z, x, O, N, _, v, H, m, R, A, j, F, nn, b, J, y, V, P, en, B, tn, D, rn, S, I, G, un;
27
- const h = class h {
28
- constructor(...r) {
29
- a(this, T);
30
- a(this, C);
31
- a(this, d);
32
- a(this, p);
33
- a(this, M);
34
- a(this, k);
35
- a(this, x);
36
- a(this, N);
37
- a(this, v);
38
- a(this, m);
39
- a(this, A);
40
- a(this, F);
41
- a(this, b);
42
- a(this, y);
43
- a(this, P);
44
- a(this, B);
45
- a(this, D);
46
- a(this, S);
47
- a(this, G);
48
- a(this, g, []);
49
- const t = r[0], u = r[1];
50
- if (wn)
51
- if (typeof t == "string") {
52
- const i = document.createElement("div");
53
- i.innerHTML = t;
54
- const s = i.firstElementChild;
55
- E(this, g, [s]), c(this, d, L).call(this, s, u);
56
- } else
57
- t instanceof HTMLElement ? (E(this, g, [t]), c(this, d, L).call(this, t, u)) : E(this, g, c(this, T, z).call(this, t));
58
- }
59
- get rootElements() {
60
- return U(this, g);
61
- }
62
- };
63
- g = new WeakMap(), T = new WeakSet(), z = function(r) {
64
- const t = [];
65
- for (const u in r) {
66
- const i = u, s = r[i], w = c(this, C, Q).call(this, i, s == null ? void 0 : s.svg);
67
- s && c(this, d, L).call(this, w, s), t.push(w);
68
- }
69
- return t;
70
- }, C = new WeakSet(), Q = function(r, t = !1) {
71
- let u = null;
72
- return r.includes("-") ? u = new (customElements.get(r))() : t ? u = document.createElementNS("http://www.w3.org/2000/svg", r) : u = document.createElement(r), u;
73
- }, d = new WeakSet(), L = function(r, t) {
74
- for (const u in t) {
75
- const i = u;
76
- i === "class" ? c(this, p, $).call(this, r, t[i]) : i === "style" ? c(this, x, O).call(this, r, t[i]) : i === "events" ? c(this, A, j).call(this, r, t[i]) : i === "attributes" ? c(this, F, nn).call(this, r, t[i]) : i === "children" ? c(this, y, V).call(this, r, t[i]) : i === "shadowChildren" ? c(this, y, V).call(this, r.shadowRoot || r, t[i]) : i === "parent" && c(this, G, un).call(this, r, t[i]);
77
- }
78
- t != null && t.created && t.created(r);
79
- }, p = new WeakSet(), $ = function(r, t) {
80
- if (t) {
81
- if (typeof t == "string")
82
- r.classList.add(t);
83
- else if (Array.isArray(t))
84
- t.forEach((u) => {
85
- c(this, p, $).call(this, r, u);
86
- });
87
- else if (typeof t == "object")
88
- if (t instanceof l)
89
- c(this, M, X).call(this, r, t);
90
- else
91
- for (const u in t) {
92
- const i = t[u];
93
- i instanceof l ? c(this, k, Z).call(this, r, u, i) : i ? r.classList.add(u) : r.classList.remove(u);
94
- }
95
- } else
96
- return;
97
- }, M = new WeakSet(), X = function(r, t) {
98
- t.subscribe(({ current: u, previous: i }) => {
99
- i && [i].flat().forEach((s) => {
100
- s && r.classList.remove(s);
101
- }), u && [u].flat().forEach((s) => {
102
- s && r.classList.add(s);
103
- });
104
- });
105
- }, k = new WeakSet(), Z = function(r, t, u) {
106
- u.subscribe(({ current: i }) => {
107
- i ? r.classList.add(t) : r.classList.remove(t);
108
- });
109
- }, x = new WeakSet(), O = function(r, t) {
110
- if (!t)
111
- return;
112
- r.tagName === "style" || r.tagName === "STYLE" ? c(this, v, H).call(this, r, t) : c(this, N, _).call(this, r, t);
113
- }, N = new WeakSet(), _ = function(r, t) {
114
- for (const u in t) {
115
- const i = u, s = t[i];
116
- s instanceof l ? s.subscribe(({ current: w }) => {
117
- c(this, m, R).call(this, r, i, w);
118
- }) : c(this, m, R).call(this, r, i, s);
119
- }
120
- }, v = new WeakSet(), H = function(r, t) {
121
- for (const u in t) {
122
- const i = t[u];
123
- if (typeof i == "object" && !(i instanceof l))
124
- r.appendChild(new Text(`${u} {`)), c(this, v, H).call(this, r, i), r.appendChild(new Text("}"));
125
- else if (i instanceof l) {
126
- const s = new Text();
127
- i.subscribe((w) => {
128
- w.current ? s.nodeValue = `${Y(u)}: ${w.current};` : s.nodeValue = "";
129
- }), r.appendChild(s);
130
- } else
131
- r.appendChild(new Text(`${Y(u)}: ${i};`));
132
- }
133
- }, m = new WeakSet(), R = function(r, t, u) {
134
- t.includes("--") ? u ? r.style.setProperty(t, u) : r.style.removeProperty(t) : u ? r.style[t] = u : r.style[t] = "";
135
- }, A = new WeakSet(), j = function(r, t) {
136
- if (t)
137
- for (const u in t) {
138
- const i = u, s = t[i];
139
- typeof s == "object" ? r.addEventListener(i, s.callback, s.options) : typeof s == "function" && r.addEventListener(i, s);
140
- }
141
- }, F = new WeakSet(), nn = function(r, t) {
142
- for (const u in t) {
143
- const i = t[u];
144
- i instanceof l ? i.subscribe(({ current: s }) => {
145
- c(this, b, J).call(this, r, u, s);
146
- }) : c(this, b, J).call(this, r, u, i);
147
- }
148
- }, b = new WeakSet(), J = function(r, t, u) {
149
- var i, s;
150
- t in r && !((s = (i = r.constructor) == null ? void 0 : i.observedAttributes) != null && s.includes(t)) ? u != null && (r[t] = u.toString()) : u != null && r.setAttribute(t, u.toString());
151
- }, y = new WeakSet(), V = function(r, t) {
152
- t && t.forEach((u) => {
153
- if (u instanceof l) {
154
- const i = document.createElement("div");
155
- i.style.display = "contents", r.appendChild(i), u.subscribe(({ current: s }) => {
156
- c(this, B, tn).call(this, i, c(this, P, en).call(this, s), Array.from(i.childNodes));
157
- });
158
- } else if (u instanceof h)
159
- r.append(...u.rootElements);
160
- else {
161
- const i = c(this, S, I).call(this, u);
162
- i instanceof Node && r.append(i);
163
- }
164
- });
165
- }, P = new WeakSet(), en = function(r) {
166
- return [r].flat().map((u) => u instanceof h ? u.rootElements : c(this, S, I).call(this, u)).flat().filter(Boolean);
167
- }, B = new WeakSet(), tn = function(r, t, u) {
168
- u.forEach((i, s) => {
169
- if (s < t.length) {
170
- const w = t[s];
171
- c(this, D, rn).call(this, i, w) || r.replaceChild(w, i);
172
- } else
173
- r.removeChild(i);
174
- });
175
- for (let i = u.length; i < t.length; i++)
176
- r.appendChild(t[i]);
177
- }, D = new WeakSet(), rn = function(r, t) {
178
- return t ? t instanceof Node ? r.isEqualNode(t) : r.textContent === t.toString() : !1;
179
- }, S = new WeakSet(), I = function(r) {
180
- if (r instanceof Node)
181
- return r;
182
- if (r != null) {
183
- const t = String(r);
184
- if (t.trim().startsWith("<") && t.trim().endsWith(">")) {
185
- const u = document.createElement("div");
186
- return u.innerHTML = t, u.firstElementChild;
187
- } else
188
- return new Text(t);
189
- } else
190
- return;
191
- }, G = new WeakSet(), un = function(r, t) {
192
- if (!t)
193
- return;
194
- (t instanceof h ? t.rootElements[0] : t).appendChild(r);
195
- };
196
- let e = h;
197
- function vn(...n) {
198
- return new e(...n);
199
- }
200
- function mn(...n) {
201
- return () => new e(...n);
202
- }
203
- function bn(n) {
204
- return new e({
205
- a: n
206
- });
207
- }
208
- function yn(n) {
209
- return new e({
210
- abbr: n
211
- });
212
- }
213
- function Sn(n) {
214
- return new e({
215
- address: n
216
- });
217
- }
218
- function En(n) {
219
- return new e({
220
- area: n
221
- });
222
- }
223
- function Ln(n) {
224
- return new e({
225
- article: n
226
- });
227
- }
228
- function Tn(n) {
229
- return new e({
230
- aside: n
231
- });
232
- }
233
- function Cn(n) {
234
- return new e({
235
- audio: n
236
- });
237
- }
238
- function Mn(n) {
239
- return new e({
240
- b: n
241
- });
242
- }
243
- function kn(n) {
244
- return new e({
245
- base: n
246
- });
247
- }
248
- function xn(n) {
249
- return new e({
250
- bdi: n
251
- });
252
- }
253
- function Nn(n) {
254
- return new e({
255
- bdo: n
256
- });
257
- }
258
- function An(n) {
259
- return new e({
260
- blockquote: n
261
- });
262
- }
263
- function Fn(n) {
264
- return new e({
265
- body: n
266
- });
267
- }
268
- function Pn(n) {
269
- return new e({
270
- br: n
271
- });
272
- }
273
- function Bn(n) {
274
- return new e({
275
- button: n
276
- });
277
- }
278
- function Dn(n) {
279
- return new e({
280
- canvas: n
281
- });
282
- }
283
- function Gn(n) {
284
- return new e({
285
- caption: n
286
- });
287
- }
288
- function qn(n) {
289
- return new e({
290
- cite: n
291
- });
292
- }
293
- function $n(n) {
294
- return new e({
295
- code: n
296
- });
297
- }
298
- function Hn(n) {
299
- return new e({
300
- col: n
301
- });
302
- }
303
- function Rn(n) {
304
- return new e({
305
- colgroup: n
306
- });
307
- }
308
- function Jn(n) {
309
- return new e({
310
- data: n
311
- });
312
- }
313
- function Vn(n) {
314
- return new e({
315
- datalist: n
316
- });
317
- }
318
- function In(n) {
319
- return new e({
320
- dd: n
321
- });
322
- }
323
- function Wn(n) {
324
- return new e({
325
- del: n
326
- });
327
- }
328
- function Kn(n) {
329
- return new e({
330
- details: n
331
- });
332
- }
333
- function Un(n) {
334
- return new e({
335
- dfn: n
336
- });
337
- }
338
- function Yn(n) {
339
- return new e({
340
- dialog: n
341
- });
342
- }
343
- function zn(n) {
344
- return new e({
345
- div: n
346
- });
347
- }
348
- function Qn(n) {
349
- return new e({
350
- dl: n
351
- });
352
- }
353
- function Xn(n) {
354
- return new e({
355
- dt: n
356
- });
357
- }
358
- function Zn(n) {
359
- return new e({
360
- em: n
361
- });
362
- }
363
- function On(n) {
364
- return new e({
365
- embed: n
366
- });
367
- }
368
- function _n(n) {
369
- return new e({
370
- fieldset: n
371
- });
372
- }
373
- function jn(n) {
374
- return new e({
375
- figcaption: n
376
- });
377
- }
378
- function ne(n) {
379
- return new e({
380
- figure: n
381
- });
382
- }
383
- function ee(n) {
384
- return new e({
385
- footer: n
386
- });
387
- }
388
- function te(n) {
389
- return new e({
390
- form: n
391
- });
392
- }
393
- function re(n) {
394
- return new e({
395
- h1: n
396
- });
397
- }
398
- function ue(n) {
399
- return new e({
400
- h2: n
401
- });
402
- }
403
- function ie(n) {
404
- return new e({
405
- h3: n
406
- });
407
- }
408
- function oe(n) {
409
- return new e({
410
- h4: n
411
- });
412
- }
413
- function fe(n) {
414
- return new e({
415
- h5: n
416
- });
417
- }
418
- function se(n) {
419
- return new e({
420
- h6: n
421
- });
422
- }
423
- function ce(n) {
424
- return new e({
425
- head: n
426
- });
427
- }
428
- function ae(n) {
429
- return new e({
430
- header: n
431
- });
432
- }
433
- function we(n) {
434
- return new e({
435
- hgroup: n
436
- });
437
- }
438
- function le(n) {
439
- return new e({
440
- hr: n
441
- });
442
- }
443
- function ge(n) {
444
- return new e({
445
- html: n
446
- });
447
- }
448
- function de(n) {
449
- return new e({
450
- i: n
451
- });
452
- }
453
- function he(n) {
454
- return new e({
455
- iframe: n
456
- });
457
- }
458
- function pe(n) {
459
- return new e({
460
- img: n
461
- });
462
- }
463
- function ve(n) {
464
- return new e({
465
- input: n
466
- });
467
- }
468
- function me(n) {
469
- return new e({
470
- ins: n
471
- });
472
- }
473
- function be(n) {
474
- return new e({
475
- kbd: n
476
- });
477
- }
478
- function ye(n) {
479
- return new e({
480
- label: n
481
- });
482
- }
483
- function Se(n) {
484
- return new e({
485
- legend: n
486
- });
487
- }
488
- function Ee(n) {
489
- return new e({
490
- li: n
491
- });
492
- }
493
- function Le(n) {
494
- return new e({
495
- link: n
496
- });
497
- }
498
- function Te(n) {
499
- return new e({
500
- main: n
501
- });
502
- }
503
- function Ce(n) {
504
- return new e({
505
- map: n
506
- });
507
- }
508
- function Me(n) {
509
- return new e({
510
- mark: n
511
- });
512
- }
513
- function ke(n) {
514
- return new e({
515
- menu: n
516
- });
517
- }
518
- function xe(n) {
519
- return new e({
520
- meta: n
521
- });
522
- }
523
- function Ne(n) {
524
- return new e({
525
- meter: n
526
- });
527
- }
528
- function Ae(n) {
529
- return new e({
530
- nav: n
531
- });
532
- }
533
- function Fe(n) {
534
- return new e({
535
- noscript: n
536
- });
537
- }
538
- function Pe(n) {
539
- return new e({
540
- object: n
541
- });
542
- }
543
- function Be(n) {
544
- return new e({
545
- ol: n
546
- });
547
- }
548
- function De(n) {
549
- return new e({
550
- optgroup: n
551
- });
552
- }
553
- function Ge(n) {
554
- return new e({
555
- option: n
556
- });
557
- }
558
- function qe(n) {
559
- return new e({
560
- output: n
561
- });
562
- }
563
- function $e(n) {
564
- return new e({
565
- p: n
566
- });
567
- }
568
- function He(n) {
569
- return new e({
570
- picture: n
571
- });
572
- }
573
- function Re(n) {
574
- return new e({
575
- pre: n
576
- });
577
- }
578
- function Je(n) {
579
- return new e({
580
- progress: n
581
- });
582
- }
583
- function Ve(n) {
584
- return new e({
585
- q: n
586
- });
587
- }
588
- function Ie(n) {
589
- return new e({
590
- rp: n
591
- });
592
- }
593
- function We(n) {
594
- return new e({
595
- rt: n
596
- });
597
- }
598
- function Ke(n) {
599
- return new e({
600
- ruby: n
601
- });
602
- }
603
- function Ue(n) {
604
- return new e({
605
- s: n
606
- });
607
- }
608
- function Ye(n) {
609
- return new e({
610
- samp: n
611
- });
612
- }
613
- function ze(n) {
614
- return new e({
615
- script: n
616
- });
617
- }
618
- function Qe(n) {
619
- return new e({
620
- search: n
621
- });
622
- }
623
- function Xe(n) {
624
- return new e({
625
- section: n
626
- });
627
- }
628
- function Ze(n) {
629
- return new e({
630
- select: n
631
- });
632
- }
633
- function Oe(n) {
634
- return new e({
635
- slot: n
636
- });
637
- }
638
- function _e(n) {
639
- return new e({
640
- small: n
641
- });
642
- }
643
- function je(n) {
644
- return new e({
645
- source: n
646
- });
647
- }
648
- function nt(n) {
649
- return new e({
650
- span: n
651
- });
652
- }
653
- function et(n) {
654
- return new e({
655
- strong: n
656
- });
657
- }
658
- function ln(n) {
659
- return new e({
660
- style: {
661
- style: n
662
- }
663
- });
664
- }
665
- function tt(n) {
666
- return new e({
667
- sub: n
668
- });
669
- }
670
- function rt(n) {
671
- return new e({
672
- summary: n
673
- });
674
- }
675
- function ut(n) {
676
- return new e({
677
- sup: n
678
- });
679
- }
680
- function it(n) {
681
- return new e({
682
- table: n
683
- });
684
- }
685
- function ot(n) {
686
- return new e({
687
- tbody: n
688
- });
689
- }
690
- function ft(n) {
691
- return new e({
692
- td: n
693
- });
694
- }
695
- function st(n) {
696
- return new e({
697
- template: n
698
- });
699
- }
700
- function ct(n) {
701
- return new e({
702
- textarea: n
703
- });
704
- }
705
- function at(n) {
706
- return new e({
707
- tfoot: n
708
- });
709
- }
710
- function wt(n) {
711
- return new e({
712
- th: n
713
- });
714
- }
715
- function lt(n) {
716
- return new e({
717
- thead: n
718
- });
719
- }
720
- function gt(n) {
721
- return new e({
722
- time: n
723
- });
724
- }
725
- function dt(n) {
726
- return new e({
727
- title: n
728
- });
729
- }
730
- function ht(n) {
731
- return new e({
732
- tr: n
733
- });
734
- }
735
- function pt(n) {
736
- return new e({
737
- track: n
738
- });
739
- }
740
- function vt(n) {
741
- return new e({
742
- u: n
743
- });
744
- }
745
- function mt(n) {
746
- return new e({
747
- ul: n
748
- });
749
- }
750
- function bt(n) {
751
- return new e({
752
- var: n
753
- });
754
- }
755
- function yt(n) {
756
- return new e({
757
- video: n
758
- });
759
- }
760
- function St(n) {
761
- return new e({
762
- wbr: n
763
- });
764
- }
765
- function Et(n) {
766
- const r = new CSSStyleSheet();
767
- return r.replaceSync(ln(n).rootElements[0].innerHTML), r;
768
- }
769
- function Lt(n) {
770
- return new e({
771
- a: f(o({}, n), {
1
+ var o = Object.defineProperty, f = Object.defineProperties;
2
+ var c = Object.getOwnPropertyDescriptors;
3
+ var u = Object.getOwnPropertySymbols;
4
+ var g = Object.prototype.hasOwnProperty, v = Object.prototype.propertyIsEnumerable;
5
+ var i = (e, a, s) => a in e ? o(e, a, { enumerable: !0, configurable: !0, writable: !0, value: s }) : e[a] = s, t = (e, a) => {
6
+ for (var s in a || (a = {}))
7
+ g.call(a, s) && i(e, s, a[s]);
8
+ if (u)
9
+ for (var s of u(a))
10
+ v.call(a, s) && i(e, s, a[s]);
11
+ return e;
12
+ }, n = (e, a) => f(e, c(a));
13
+ import { E as r } from "../ElementConstructor-CoKM2CTK.js";
14
+ import { e as Te, a as ke } from "../ElementConstructor-CoKM2CTK.js";
15
+ import { a as De, b as Ge, d as Be, e as Pe, f as Oe, g as je, h as Ae, i as qe, j as Ee, k as Ie, l as Ne, m as Re, n as Ve, o as ze, p as He, c as Je, q as Ke, r as Qe, s as Ue, t as We, u as Xe, aW as Ye, v as Ze, w as _e, x as $e, y as et, z as tt, A as nt, B as rt, C as at, D as st, E as ut, F as it, G as ot, H as ft, I as ct, J as gt, K as vt, L as lt, M as wt, N as pt, O as mt, P as dt, Q as ht, R as bt, S as yt, T as xt, U as Mt, V as Ft, W as Lt, aT as St, X as Tt, Y as kt, Z as Ct, _ as Dt, $ as Gt, a0 as Bt, a1 as Pt, a2 as Ot, a3 as jt, a4 as At, a5 as qt, a6 as Et, a7 as It, a8 as Nt, a9 as Rt, aa as Vt, ab as zt, ac as Ht, ad as Jt, ae as Kt, af as Qt, ag as Ut, ah as Wt, ai as Xt, aj as Yt, ak as Zt, al as _t, am as $t, an as en, ao as tn, ap as nn, aq as rn, ar as an, as as sn, at as un, au as on, av as fn, aw as cn, ax as gn, ay as vn, az as ln, aA as wn, aB as pn, aC as mn, aD as dn, aE as hn, aF as bn, aG as yn, aH as xn, aI as Mn, aJ as Fn, aK as Ln, aL as Sn, aM as Tn, aN as kn, aO as Cn, aP as Dn, aQ as Gn, aR as Bn, aS as Pn, aU as On, aV as jn } from "../htmlTags-BCNUG7oK.js";
16
+ import { c as qn } from "../createStylesheet-BON7aJYs.js";
17
+ import { c as In } from "../createTheme-BMH9cRrS.js";
18
+ function p(e) {
19
+ return new r({
20
+ a: n(t({}, e), {
772
21
  svg: !0
773
22
  })
774
23
  });
775
24
  }
776
- function Tt(n) {
777
- return new e({
778
- animate: f(o({}, n), {
25
+ function m(e) {
26
+ return new r({
27
+ animate: n(t({}, e), {
779
28
  svg: !0
780
29
  })
781
30
  });
782
31
  }
783
- function Ct(n) {
784
- return new e({
785
- animateMotion: f(o({}, n), {
32
+ function d(e) {
33
+ return new r({
34
+ animateMotion: n(t({}, e), {
786
35
  svg: !0
787
36
  })
788
37
  });
789
38
  }
790
- function Mt(n) {
791
- return new e({
792
- animateTransform: f(o({}, n), {
39
+ function h(e) {
40
+ return new r({
41
+ animateTransform: n(t({}, e), {
793
42
  svg: !0
794
43
  })
795
44
  });
796
45
  }
797
- function kt(n) {
798
- return new e({
799
- circle: f(o({}, n), {
46
+ function b(e) {
47
+ return new r({
48
+ circle: n(t({}, e), {
800
49
  svg: !0
801
50
  })
802
51
  });
803
52
  }
804
- function xt(n) {
805
- return new e({
806
- clipPath: f(o({}, n), {
53
+ function y(e) {
54
+ return new r({
55
+ clipPath: n(t({}, e), {
807
56
  svg: !0
808
57
  })
809
58
  });
810
59
  }
811
- function Nt(n) {
812
- return new e({
813
- defs: f(o({}, n), {
60
+ function x(e) {
61
+ return new r({
62
+ defs: n(t({}, e), {
814
63
  svg: !0
815
64
  })
816
65
  });
817
66
  }
818
- function At(n) {
819
- return new e({
820
- desc: f(o({}, n), {
67
+ function M(e) {
68
+ return new r({
69
+ desc: n(t({}, e), {
821
70
  svg: !0
822
71
  })
823
72
  });
824
73
  }
825
- function Ft(n) {
826
- return new e({
827
- ellipse: f(o({}, n), {
74
+ function F(e) {
75
+ return new r({
76
+ ellipse: n(t({}, e), {
828
77
  svg: !0
829
78
  })
830
79
  });
831
80
  }
832
- function Pt(n) {
833
- return new e({
834
- feBlend: f(o({}, n), {
81
+ function L(e) {
82
+ return new r({
83
+ feBlend: n(t({}, e), {
835
84
  svg: !0
836
85
  })
837
86
  });
838
87
  }
839
- function Bt(n) {
840
- return new e({
841
- feColorMatrix: f(o({}, n), {
88
+ function S(e) {
89
+ return new r({
90
+ feColorMatrix: n(t({}, e), {
842
91
  svg: !0
843
92
  })
844
93
  });
845
94
  }
846
- function Dt(n) {
847
- return new e({
848
- feComponentTransfer: f(o({}, n), {
95
+ function T(e) {
96
+ return new r({
97
+ feComponentTransfer: n(t({}, e), {
849
98
  svg: !0
850
99
  })
851
100
  });
852
101
  }
853
- function Gt(n) {
854
- return new e({
855
- feComposite: f(o({}, n), {
102
+ function k(e) {
103
+ return new r({
104
+ feComposite: n(t({}, e), {
856
105
  svg: !0
857
106
  })
858
107
  });
859
108
  }
860
- function qt(n) {
861
- return new e({
862
- feConvolveMatrix: f(o({}, n), {
109
+ function C(e) {
110
+ return new r({
111
+ feConvolveMatrix: n(t({}, e), {
863
112
  svg: !0
864
113
  })
865
114
  });
866
115
  }
867
- function $t(n) {
868
- return new e({
869
- feDiffuseLighting: f(o({}, n), {
116
+ function D(e) {
117
+ return new r({
118
+ feDiffuseLighting: n(t({}, e), {
870
119
  svg: !0
871
120
  })
872
121
  });
873
122
  }
874
- function Ht(n) {
875
- return new e({
876
- feDisplacementMap: f(o({}, n), {
123
+ function G(e) {
124
+ return new r({
125
+ feDisplacementMap: n(t({}, e), {
877
126
  svg: !0
878
127
  })
879
128
  });
880
129
  }
881
- function Rt(n) {
882
- return new e({
883
- feDistantLight: f(o({}, n), {
130
+ function B(e) {
131
+ return new r({
132
+ feDistantLight: n(t({}, e), {
884
133
  svg: !0
885
134
  })
886
135
  });
887
136
  }
888
- function Jt(n) {
889
- return new e({
890
- feDropShadow: f(o({}, n), {
137
+ function P(e) {
138
+ return new r({
139
+ feDropShadow: n(t({}, e), {
891
140
  svg: !0
892
141
  })
893
142
  });
894
143
  }
895
- function Vt(n) {
896
- return new e({
897
- feFlood: f(o({}, n), {
144
+ function O(e) {
145
+ return new r({
146
+ feFlood: n(t({}, e), {
898
147
  svg: !0
899
148
  })
900
149
  });
901
150
  }
902
- function It(n) {
903
- return new e({
904
- feFuncA: f(o({}, n), {
151
+ function j(e) {
152
+ return new r({
153
+ feFuncA: n(t({}, e), {
905
154
  svg: !0
906
155
  })
907
156
  });
908
157
  }
909
- function Wt(n) {
910
- return new e({
911
- feFuncB: f(o({}, n), {
158
+ function A(e) {
159
+ return new r({
160
+ feFuncB: n(t({}, e), {
912
161
  svg: !0
913
162
  })
914
163
  });
915
164
  }
916
- function Kt(n) {
917
- return new e({
918
- feFuncG: f(o({}, n), {
165
+ function q(e) {
166
+ return new r({
167
+ feFuncG: n(t({}, e), {
919
168
  svg: !0
920
169
  })
921
170
  });
922
171
  }
923
- function Ut(n) {
924
- return new e({
925
- feFuncR: f(o({}, n), {
172
+ function E(e) {
173
+ return new r({
174
+ feFuncR: n(t({}, e), {
926
175
  svg: !0
927
176
  })
928
177
  });
929
178
  }
930
- function Yt(n) {
931
- return new e({
932
- feGaussianBlur: f(o({}, n), {
179
+ function I(e) {
180
+ return new r({
181
+ feGaussianBlur: n(t({}, e), {
933
182
  svg: !0
934
183
  })
935
184
  });
936
185
  }
937
- function zt(n) {
938
- return new e({
939
- feImage: f(o({}, n), {
186
+ function N(e) {
187
+ return new r({
188
+ feImage: n(t({}, e), {
940
189
  svg: !0
941
190
  })
942
191
  });
943
192
  }
944
- function Qt(n) {
945
- return new e({
946
- feMerge: f(o({}, n), {
193
+ function R(e) {
194
+ return new r({
195
+ feMerge: n(t({}, e), {
947
196
  svg: !0
948
197
  })
949
198
  });
950
199
  }
951
- function Xt(n) {
952
- return new e({
953
- feMergeNode: f(o({}, n), {
200
+ function V(e) {
201
+ return new r({
202
+ feMergeNode: n(t({}, e), {
954
203
  svg: !0
955
204
  })
956
205
  });
957
206
  }
958
- function Zt(n) {
959
- return new e({
960
- feMorphology: f(o({}, n), {
207
+ function z(e) {
208
+ return new r({
209
+ feMorphology: n(t({}, e), {
961
210
  svg: !0
962
211
  })
963
212
  });
964
213
  }
965
- function Ot(n) {
966
- return new e({
967
- feOffset: f(o({}, n), {
214
+ function H(e) {
215
+ return new r({
216
+ feOffset: n(t({}, e), {
968
217
  svg: !0
969
218
  })
970
219
  });
971
220
  }
972
- function _t(n) {
973
- return new e({
974
- fePointLight: f(o({}, n), {
221
+ function J(e) {
222
+ return new r({
223
+ fePointLight: n(t({}, e), {
975
224
  svg: !0
976
225
  })
977
226
  });
978
227
  }
979
- function jt(n) {
980
- return new e({
981
- feSpecularLighting: f(o({}, n), {
228
+ function K(e) {
229
+ return new r({
230
+ feSpecularLighting: n(t({}, e), {
982
231
  svg: !0
983
232
  })
984
233
  });
985
234
  }
986
- function nr(n) {
987
- return new e({
988
- feSpotLight: f(o({}, n), {
235
+ function Q(e) {
236
+ return new r({
237
+ feSpotLight: n(t({}, e), {
989
238
  svg: !0
990
239
  })
991
240
  });
992
241
  }
993
- function er(n) {
994
- return new e({
995
- feTile: f(o({}, n), {
242
+ function U(e) {
243
+ return new r({
244
+ feTile: n(t({}, e), {
996
245
  svg: !0
997
246
  })
998
247
  });
999
248
  }
1000
- function tr(n) {
1001
- return new e({
1002
- feTurbulence: f(o({}, n), {
249
+ function W(e) {
250
+ return new r({
251
+ feTurbulence: n(t({}, e), {
1003
252
  svg: !0
1004
253
  })
1005
254
  });
1006
255
  }
1007
- function rr(n) {
1008
- return new e({
1009
- filter: f(o({}, n), {
256
+ function X(e) {
257
+ return new r({
258
+ filter: n(t({}, e), {
1010
259
  svg: !0
1011
260
  })
1012
261
  });
1013
262
  }
1014
- function ur(n) {
1015
- return new e({
1016
- foreignObject: f(o({}, n), {
263
+ function Y(e) {
264
+ return new r({
265
+ foreignObject: n(t({}, e), {
1017
266
  svg: !0
1018
267
  })
1019
268
  });
1020
269
  }
1021
- function ir(n) {
1022
- return new e({
1023
- g: f(o({}, n), {
270
+ function Z(e) {
271
+ return new r({
272
+ g: n(t({}, e), {
1024
273
  svg: !0
1025
274
  })
1026
275
  });
1027
276
  }
1028
- function or(n) {
1029
- return new e({
1030
- image: f(o({}, n), {
277
+ function _(e) {
278
+ return new r({
279
+ image: n(t({}, e), {
1031
280
  svg: !0
1032
281
  })
1033
282
  });
1034
283
  }
1035
- function fr(n) {
1036
- return new e({
1037
- line: f(o({}, n), {
284
+ function $(e) {
285
+ return new r({
286
+ line: n(t({}, e), {
1038
287
  svg: !0
1039
288
  })
1040
289
  });
1041
290
  }
1042
- function sr(n) {
1043
- return new e({
1044
- linearGradient: f(o({}, n), {
291
+ function ee(e) {
292
+ return new r({
293
+ linearGradient: n(t({}, e), {
1045
294
  svg: !0
1046
295
  })
1047
296
  });
1048
297
  }
1049
- function cr(n) {
1050
- return new e({
1051
- marker: f(o({}, n), {
298
+ function te(e) {
299
+ return new r({
300
+ marker: n(t({}, e), {
1052
301
  svg: !0
1053
302
  })
1054
303
  });
1055
304
  }
1056
- function ar(n) {
1057
- return new e({
1058
- mask: f(o({}, n), {
305
+ function ne(e) {
306
+ return new r({
307
+ mask: n(t({}, e), {
1059
308
  svg: !0
1060
309
  })
1061
310
  });
1062
311
  }
1063
- function wr(n) {
1064
- return new e({
1065
- metadata: f(o({}, n), {
312
+ function re(e) {
313
+ return new r({
314
+ metadata: n(t({}, e), {
1066
315
  svg: !0
1067
316
  })
1068
317
  });
1069
318
  }
1070
- function lr(n) {
1071
- return new e({
1072
- mpath: f(o({}, n), {
319
+ function ae(e) {
320
+ return new r({
321
+ mpath: n(t({}, e), {
1073
322
  svg: !0
1074
323
  })
1075
324
  });
1076
325
  }
1077
- function gr(n) {
1078
- return new e({
1079
- path: f(o({}, n), {
326
+ function se(e) {
327
+ return new r({
328
+ path: n(t({}, e), {
1080
329
  svg: !0
1081
330
  })
1082
331
  });
1083
332
  }
1084
- function dr(n) {
1085
- return new e({
1086
- pattern: f(o({}, n), {
333
+ function ue(e) {
334
+ return new r({
335
+ pattern: n(t({}, e), {
1087
336
  svg: !0
1088
337
  })
1089
338
  });
1090
339
  }
1091
- function hr(n) {
1092
- return new e({
1093
- polygon: f(o({}, n), {
340
+ function ie(e) {
341
+ return new r({
342
+ polygon: n(t({}, e), {
1094
343
  svg: !0
1095
344
  })
1096
345
  });
1097
346
  }
1098
- function pr(n) {
1099
- return new e({
1100
- polyline: f(o({}, n), {
347
+ function oe(e) {
348
+ return new r({
349
+ polyline: n(t({}, e), {
1101
350
  svg: !0
1102
351
  })
1103
352
  });
1104
353
  }
1105
- function vr(n) {
1106
- return new e({
1107
- radialGradient: f(o({}, n), {
354
+ function fe(e) {
355
+ return new r({
356
+ radialGradient: n(t({}, e), {
1108
357
  svg: !0
1109
358
  })
1110
359
  });
1111
360
  }
1112
- function mr(n) {
1113
- return new e({
1114
- rect: f(o({}, n), {
361
+ function ce(e) {
362
+ return new r({
363
+ rect: n(t({}, e), {
1115
364
  svg: !0
1116
365
  })
1117
366
  });
1118
367
  }
1119
- function br(n) {
1120
- return new e({
1121
- script: f(o({}, n), {
368
+ function ge(e) {
369
+ return new r({
370
+ script: n(t({}, e), {
1122
371
  svg: !0
1123
372
  })
1124
373
  });
1125
374
  }
1126
- function yr(n) {
1127
- return new e({
1128
- set: f(o({}, n), {
375
+ function ve(e) {
376
+ return new r({
377
+ set: n(t({}, e), {
1129
378
  svg: !0
1130
379
  })
1131
380
  });
1132
381
  }
1133
- function Sr(n) {
1134
- return new e({
1135
- stop: f(o({}, n), {
382
+ function le(e) {
383
+ return new r({
384
+ stop: n(t({}, e), {
1136
385
  svg: !0
1137
386
  })
1138
387
  });
1139
388
  }
1140
- function Er(n) {
1141
- return new e({
1142
- style: f(o({}, n), {
389
+ function we(e) {
390
+ return new r({
391
+ style: n(t({}, e), {
1143
392
  svg: !0
1144
393
  })
1145
394
  });
1146
395
  }
1147
- function Lr(n) {
1148
- return new e({
1149
- svg: f(o({}, n), {
396
+ function pe(e) {
397
+ return new r({
398
+ svg: n(t({}, e), {
1150
399
  svg: !0
1151
400
  })
1152
401
  });
1153
402
  }
1154
- function Tr(n) {
1155
- return new e({
1156
- switch: f(o({}, n), {
403
+ function me(e) {
404
+ return new r({
405
+ switch: n(t({}, e), {
1157
406
  svg: !0
1158
407
  })
1159
408
  });
1160
409
  }
1161
- function Cr(n) {
1162
- return new e({
1163
- symbol: f(o({}, n), {
410
+ function de(e) {
411
+ return new r({
412
+ symbol: n(t({}, e), {
1164
413
  svg: !0
1165
414
  })
1166
415
  });
1167
416
  }
1168
- function Mr(n) {
1169
- return new e({
1170
- text: f(o({}, n), {
417
+ function he(e) {
418
+ return new r({
419
+ text: n(t({}, e), {
1171
420
  svg: !0
1172
421
  })
1173
422
  });
1174
423
  }
1175
- function kr(n) {
1176
- return new e({
1177
- textPath: f(o({}, n), {
424
+ function be(e) {
425
+ return new r({
426
+ textPath: n(t({}, e), {
1178
427
  svg: !0
1179
428
  })
1180
429
  });
1181
430
  }
1182
- function xr(n) {
1183
- return new e({
1184
- title: f(o({}, n), {
431
+ function ye(e) {
432
+ return new r({
433
+ title: n(t({}, e), {
1185
434
  svg: !0
1186
435
  })
1187
436
  });
1188
437
  }
1189
- function Nr(n) {
1190
- return new e({
1191
- tspan: f(o({}, n), {
438
+ function xe(e) {
439
+ return new r({
440
+ tspan: n(t({}, e), {
1192
441
  svg: !0
1193
442
  })
1194
443
  });
1195
444
  }
1196
- function Ar(n) {
1197
- return new e({
1198
- use: f(o({}, n), {
445
+ function Me(e) {
446
+ return new r({
447
+ use: n(t({}, e), {
1199
448
  svg: !0
1200
449
  })
1201
450
  });
1202
451
  }
1203
- function Fr(n) {
1204
- return new e({
1205
- view: f(o({}, n), {
452
+ function Fe(e) {
453
+ return new r({
454
+ view: n(t({}, e), {
1206
455
  svg: !0
1207
456
  })
1208
457
  });
1209
458
  }
1210
459
  export {
1211
- e as ElementConstructor,
1212
- bn as a,
1213
- yn as abbr,
1214
- Sn as address,
1215
- Tt as animate,
1216
- Ct as animateMotion,
1217
- Mt as animateTransform,
1218
- En as area,
1219
- Ln as article,
1220
- Tn as aside,
1221
- Cn as audio,
1222
- Mn as b,
1223
- kn as base,
1224
- xn as bdi,
1225
- Nn as bdo,
1226
- An as blockquote,
1227
- Fn as body,
1228
- Pn as br,
1229
- Bn as button,
1230
- Dn as canvas,
1231
- Gn as caption,
1232
- kt as circle,
1233
- qn as cite,
1234
- xt as clipPath,
1235
- $n as code,
1236
- Hn as col,
1237
- Rn as colgroup,
1238
- Jn as data,
1239
- Vn as datalist,
1240
- In as dd,
1241
- Nt as defs,
1242
- Wn as del,
1243
- At as desc,
1244
- Kn as details,
1245
- Un as dfn,
1246
- Yn as dialog,
1247
- zn as div,
1248
- Qn as dl,
1249
- Xn as dt,
1250
- vn as element,
1251
- mn as elementFactory,
1252
- Ft as ellipse,
1253
- Zn as em,
1254
- On as embed,
1255
- Pt as feBlend,
1256
- Bt as feColorMatrix,
1257
- Dt as feComponentTransfer,
1258
- Gt as feComposite,
1259
- qt as feConvolveMatrix,
1260
- $t as feDiffuseLighting,
1261
- Ht as feDisplacementMap,
1262
- Rt as feDistantLight,
1263
- Jt as feDropShadow,
1264
- Vt as feFlood,
1265
- It as feFuncA,
1266
- Wt as feFuncB,
1267
- Kt as feFuncG,
1268
- Ut as feFuncR,
1269
- Yt as feGaussianBlur,
1270
- zt as feImage,
1271
- Qt as feMerge,
1272
- Xt as feMergeNode,
1273
- Zt as feMorphology,
1274
- Ot as feOffset,
1275
- _t as fePointLight,
1276
- jt as feSpecularLighting,
1277
- nr as feSpotLight,
1278
- er as feTile,
1279
- tr as feTurbulence,
1280
- _n as fieldset,
1281
- jn as figcaption,
1282
- ne as figure,
1283
- rr as filter,
1284
- ee as footer,
1285
- ur as foreignObject,
1286
- te as form,
1287
- ir as g,
1288
- re as h1,
1289
- ue as h2,
1290
- ie as h3,
1291
- oe as h4,
1292
- fe as h5,
1293
- se as h6,
1294
- ce as head,
1295
- ae as header,
1296
- we as hgroup,
1297
- le as hr,
1298
- ge as html,
1299
- bt as htmlVar,
1300
- de as i,
1301
- he as iframe,
1302
- or as image,
1303
- pe as img,
1304
- ve as input,
1305
- me as ins,
1306
- be as kbd,
1307
- ye as label,
1308
- Se as legend,
1309
- Ee as li,
1310
- fr as line,
1311
- sr as linearGradient,
1312
- Le as link,
1313
- Te as main,
1314
- Ce as map,
1315
- Me as mark,
1316
- cr as marker,
1317
- ar as mask,
1318
- ke as menu,
1319
- xe as meta,
1320
- wr as metadata,
1321
- Ne as meter,
1322
- lr as mpath,
1323
- Ae as nav,
1324
- Fe as noscript,
1325
- Pe as object,
1326
- Be as ol,
1327
- De as optgroup,
1328
- Ge as option,
1329
- qe as output,
1330
- $e as p,
1331
- gr as path,
1332
- dr as pattern,
1333
- He as picture,
1334
- hr as polygon,
1335
- pr as polyline,
1336
- Re as pre,
1337
- Je as progress,
1338
- Ve as q,
1339
- vr as radialGradient,
1340
- mr as rect,
1341
- Ie as rp,
1342
- We as rt,
1343
- Ke as ruby,
1344
- Ue as s,
1345
- Ye as samp,
1346
- ze as script,
1347
- Qe as search,
1348
- Xe as section,
1349
- Ze as select,
1350
- yr as set,
1351
- Oe as slot,
1352
- _e as small,
1353
- je as source,
1354
- nt as span,
1355
- Sr as stop,
1356
- et as strong,
1357
- ln as style,
1358
- Et as stylesheet,
1359
- tt as sub,
1360
- rt as summary,
1361
- ut as sup,
1362
- Lr as svg,
1363
- Lt as svgA,
1364
- br as svgScript,
1365
- Er as svgStyle,
1366
- Tr as svgSwitch,
1367
- xr as svgTitle,
1368
- Cr as symbol,
1369
- it as table,
1370
- ot as tbody,
1371
- ft as td,
1372
- st as template,
1373
- Mr as text,
1374
- kr as textPath,
1375
- ct as textarea,
1376
- at as tfoot,
1377
- wt as th,
1378
- lt as thead,
1379
- gt as time,
1380
- dt as title,
1381
- ht as tr,
1382
- pt as track,
1383
- Nr as tspan,
1384
- vt as u,
1385
- mt as ul,
1386
- Ar as use,
1387
- yt as video,
1388
- Fr as view,
1389
- St as wbr
460
+ r as ElementConstructor,
461
+ De as a,
462
+ Ge as abbr,
463
+ Be as address,
464
+ m as animate,
465
+ d as animateMotion,
466
+ h as animateTransform,
467
+ Pe as area,
468
+ Oe as article,
469
+ je as aside,
470
+ Ae as audio,
471
+ qe as b,
472
+ Ee as base,
473
+ Ie as bdi,
474
+ Ne as bdo,
475
+ Re as blockquote,
476
+ Ve as body,
477
+ ze as br,
478
+ He as button,
479
+ Je as canvas,
480
+ Ke as caption,
481
+ b as circle,
482
+ Qe as cite,
483
+ y as clipPath,
484
+ Ue as code,
485
+ We as col,
486
+ Xe as colgroup,
487
+ qn as createStylesheet,
488
+ In as createTheme,
489
+ Ye as custom,
490
+ Ze as data,
491
+ _e as datalist,
492
+ $e as dd,
493
+ x as defs,
494
+ et as del,
495
+ M as desc,
496
+ tt as details,
497
+ nt as dfn,
498
+ rt as dialog,
499
+ at as div,
500
+ st as dl,
501
+ ut as dt,
502
+ Te as element,
503
+ ke as elementFactory,
504
+ F as ellipse,
505
+ it as em,
506
+ ot as embed,
507
+ L as feBlend,
508
+ S as feColorMatrix,
509
+ T as feComponentTransfer,
510
+ k as feComposite,
511
+ C as feConvolveMatrix,
512
+ D as feDiffuseLighting,
513
+ G as feDisplacementMap,
514
+ B as feDistantLight,
515
+ P as feDropShadow,
516
+ O as feFlood,
517
+ j as feFuncA,
518
+ A as feFuncB,
519
+ q as feFuncG,
520
+ E as feFuncR,
521
+ I as feGaussianBlur,
522
+ N as feImage,
523
+ R as feMerge,
524
+ V as feMergeNode,
525
+ z as feMorphology,
526
+ H as feOffset,
527
+ J as fePointLight,
528
+ K as feSpecularLighting,
529
+ Q as feSpotLight,
530
+ U as feTile,
531
+ W as feTurbulence,
532
+ ft as fieldset,
533
+ ct as figcaption,
534
+ gt as figure,
535
+ X as filter,
536
+ vt as footer,
537
+ Y as foreignObject,
538
+ lt as form,
539
+ Z as g,
540
+ wt as h1,
541
+ pt as h2,
542
+ mt as h3,
543
+ dt as h4,
544
+ ht as h5,
545
+ bt as h6,
546
+ yt as head,
547
+ xt as header,
548
+ Mt as hgroup,
549
+ Ft as hr,
550
+ Lt as html,
551
+ St as htmlVar,
552
+ Tt as i,
553
+ kt as iframe,
554
+ _ as image,
555
+ Ct as img,
556
+ Dt as input,
557
+ Gt as ins,
558
+ Bt as kbd,
559
+ Pt as label,
560
+ Ot as legend,
561
+ jt as li,
562
+ $ as line,
563
+ ee as linearGradient,
564
+ At as link,
565
+ qt as main,
566
+ Et as map,
567
+ It as mark,
568
+ te as marker,
569
+ ne as mask,
570
+ Nt as menu,
571
+ Rt as meta,
572
+ re as metadata,
573
+ Vt as meter,
574
+ ae as mpath,
575
+ zt as nav,
576
+ Ht as noscript,
577
+ Jt as object,
578
+ Kt as ol,
579
+ Qt as optgroup,
580
+ Ut as option,
581
+ Wt as output,
582
+ Xt as p,
583
+ se as path,
584
+ ue as pattern,
585
+ Yt as picture,
586
+ ie as polygon,
587
+ oe as polyline,
588
+ Zt as pre,
589
+ _t as progress,
590
+ $t as q,
591
+ fe as radialGradient,
592
+ ce as rect,
593
+ en as rp,
594
+ tn as rt,
595
+ nn as ruby,
596
+ rn as s,
597
+ an as samp,
598
+ sn as script,
599
+ un as search,
600
+ on as section,
601
+ fn as select,
602
+ ve as set,
603
+ cn as slot,
604
+ gn as small,
605
+ vn as source,
606
+ ln as span,
607
+ le as stop,
608
+ wn as strong,
609
+ pn as style,
610
+ mn as sub,
611
+ dn as summary,
612
+ hn as sup,
613
+ pe as svg,
614
+ p as svgA,
615
+ ge as svgScript,
616
+ we as svgStyle,
617
+ me as svgSwitch,
618
+ ye as svgTitle,
619
+ de as symbol,
620
+ bn as table,
621
+ yn as tbody,
622
+ xn as td,
623
+ Mn as template,
624
+ he as text,
625
+ be as textPath,
626
+ Fn as textarea,
627
+ Ln as tfoot,
628
+ Sn as th,
629
+ Tn as thead,
630
+ kn as time,
631
+ Cn as title,
632
+ Dn as tr,
633
+ Gn as track,
634
+ xe as tspan,
635
+ Bn as u,
636
+ Pn as ul,
637
+ Me as use,
638
+ On as video,
639
+ Fe as view,
640
+ jn as wbr
1390
641
  };