aptechka 0.1.2 → 0.1.5

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