@thednp/shorty 2.0.0-alpha11 → 2.0.0-alpha12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/shorty.mjs CHANGED
@@ -1,68 +1,68 @@
1
- const fe = "aria-checked", me = "aria-description", ge = "aria-describedby", ve = "aria-expanded", Ee = "aria-haspopup", be = "aria-hidden", he = "aria-label", ye = "aria-labelledby", we = "aria-modal", Ae = "aria-pressed", Se = "aria-selected", Me = "aria-valuemin", Ne = "aria-valuemax", ke = "aria-valuenow", Te = "aria-valuetext", j = "abort", J = "beforeunload", K = "blur", X = "change", Y = "contextmenu", H = "DOMContentLoaded", Z = "DOMMouseScroll", $ = "error", _ = "focus", tt = "focusin", et = "focusout", nt = "gesturechange", ot = "gestureend", st = "gesturestart", ct = "keydown", rt = "keypress", at = "keyup", it = "load", ut = "click", lt = "dblclick", dt = "mousedown", pt = "mouseup", ft = "hover", mt = "mouseenter", gt = "mouseleave", vt = "mousein", Et = "mouseout", bt = "mouseover", ht = "mousemove", yt = "mousewheel", wt = "move", At = "orientationchange", St = "pointercancel", Mt = "pointerdown", Nt = "pointerleave", kt = "pointermove", Tt = "pointerup", Dt = "readystatechange", Ct = "reset", Lt = "resize", Ot = "select", It = "selectend", zt = "selectstart", xt = "scroll", Vt = "submit", Bt = "touchstart", Ht = "touchmove", Pt = "touchcancel", Ut = "touchend", Ft = "unload", De = {
2
- DOMContentLoaded: H,
3
- DOMMouseScroll: Z,
4
- abort: j,
5
- beforeunload: J,
6
- blur: K,
7
- change: X,
8
- click: ut,
9
- contextmenu: Y,
10
- dblclick: lt,
11
- error: $,
12
- focus: _,
13
- focusin: tt,
14
- focusout: et,
15
- gesturechange: nt,
16
- gestureend: ot,
17
- gesturestart: st,
18
- hover: ft,
19
- keydown: ct,
20
- keypress: rt,
21
- keyup: at,
22
- load: it,
23
- mousedown: dt,
24
- mousemove: ht,
25
- mousein: vt,
26
- mouseout: Et,
27
- mouseenter: mt,
28
- mouseleave: gt,
29
- mouseover: bt,
30
- mouseup: pt,
31
- mousewheel: yt,
32
- move: wt,
33
- orientationchange: At,
34
- pointercancel: St,
35
- pointerdown: Mt,
36
- pointerleave: Nt,
37
- pointermove: kt,
38
- pointerup: Tt,
39
- readystatechange: Dt,
40
- reset: Ct,
41
- resize: Lt,
42
- scroll: xt,
43
- select: Ot,
44
- selectend: It,
45
- selectstart: zt,
46
- submit: Vt,
47
- touchcancel: Pt,
48
- touchend: Ut,
49
- touchmove: Ht,
50
- touchstart: Bt,
51
- unload: Ft
52
- }, Ce = "drag", Le = "dragstart", Oe = "dragenter", Ie = "dragleave", ze = "dragover", xe = "dragend", Ve = "loadstart", Be = {
1
+ const pe = "aria-checked", fe = "aria-description", me = "aria-describedby", ge = "aria-expanded", ve = "aria-haspopup", Ee = "aria-hidden", be = "aria-label", he = "aria-labelledby", ye = "aria-modal", we = "aria-pressed", Ae = "aria-selected", Se = "aria-valuemin", Me = "aria-valuemax", Ne = "aria-valuenow", ke = "aria-valuetext", G = "abort", j = "beforeunload", J = "blur", K = "change", X = "contextmenu", P = "DOMContentLoaded", Y = "DOMMouseScroll", Z = "error", $ = "focus", _ = "focusin", tt = "focusout", et = "gesturechange", nt = "gestureend", ot = "gesturestart", st = "keydown", ct = "keypress", rt = "keyup", at = "load", it = "click", ut = "dblclick", lt = "mousedown", dt = "mouseup", pt = "hover", ft = "mouseenter", mt = "mouseleave", gt = "mousein", vt = "mouseout", Et = "mouseover", bt = "mousemove", ht = "mousewheel", yt = "move", wt = "orientationchange", At = "pointercancel", St = "pointerdown", Mt = "pointerleave", Nt = "pointermove", kt = "pointerup", Tt = "readystatechange", Dt = "reset", Ct = "resize", Lt = "select", Ot = "selectend", It = "selectstart", zt = "scroll", xt = "submit", Vt = "touchstart", Bt = "touchmove", Ht = "touchcancel", Pt = "touchend", Ut = "unload", Te = {
2
+ DOMContentLoaded: P,
3
+ DOMMouseScroll: Y,
4
+ abort: G,
5
+ beforeunload: j,
6
+ blur: J,
7
+ change: K,
8
+ click: it,
9
+ contextmenu: X,
10
+ dblclick: ut,
11
+ error: Z,
12
+ focus: $,
13
+ focusin: _,
14
+ focusout: tt,
15
+ gesturechange: et,
16
+ gestureend: nt,
17
+ gesturestart: ot,
18
+ hover: pt,
19
+ keydown: st,
20
+ keypress: ct,
21
+ keyup: rt,
22
+ load: at,
23
+ mousedown: lt,
24
+ mousemove: bt,
25
+ mousein: gt,
26
+ mouseout: vt,
27
+ mouseenter: ft,
28
+ mouseleave: mt,
29
+ mouseover: Et,
30
+ mouseup: dt,
31
+ mousewheel: ht,
32
+ move: yt,
33
+ orientationchange: wt,
34
+ pointercancel: At,
35
+ pointerdown: St,
36
+ pointerleave: Mt,
37
+ pointermove: Nt,
38
+ pointerup: kt,
39
+ readystatechange: Tt,
40
+ reset: Dt,
41
+ resize: Ct,
42
+ scroll: zt,
43
+ select: Lt,
44
+ selectend: Ot,
45
+ selectstart: It,
46
+ submit: xt,
47
+ touchcancel: Ht,
48
+ touchend: Pt,
49
+ touchmove: Bt,
50
+ touchstart: Vt,
51
+ unload: Ut
52
+ }, De = "drag", Ce = "dragstart", Le = "dragenter", Oe = "dragleave", Ie = "dragover", ze = "dragend", xe = "loadstart", Ve = {
53
53
  start: "mousedown",
54
54
  end: "mouseup",
55
55
  move: "mousemove",
56
56
  cancel: "mouseleave"
57
- }, He = { down: "mousedown", up: "mouseup" }, Pe = "onmouseleave" in document ? ["mouseenter", "mouseleave"] : (
57
+ }, Be = { down: "mousedown", up: "mouseup" }, He = "onmouseleave" in document ? ["mouseenter", "mouseleave"] : (
58
58
  /* istanbul ignore next */
59
59
  ["mouseover", "mouseout"]
60
- ), Ue = {
60
+ ), Pe = {
61
61
  start: "touchstart",
62
62
  end: "touchend",
63
63
  move: "touchmove",
64
64
  cancel: "touchcancel"
65
- }, Fe = { in: "focusin", out: "focusout" }, We = {
65
+ }, Ue = { in: "focusin", out: "focusout" }, Fe = {
66
66
  Backspace: "Backspace",
67
67
  // 8
68
68
  Tab: "Tab",
@@ -101,7 +101,7 @@ const fe = "aria-checked", me = "aria-description", ge = "aria-describedby", ve
101
101
  // 93
102
102
  ScrollLock: "ScrollLock"
103
103
  // 145
104
- }, Re = "Alt", Qe = "ArrowDown", qe = "ArrowUp", Ge = "ArrowLeft", je = "ArrowRight", Je = "Backspace", Ke = "CapsLock", Xe = "Control", Ye = "Delete", Ze = "Enter", $e = "Escape", _e = "Insert", tn = "Meta", en = "Pause", nn = "ScrollLock", on = "Shift", sn = "Space", cn = "Tab", Wt = "animationDuration", Rt = "animationDelay", P = "animationName", T = "animationend", Qt = "transitionDuration", qt = "transitionDelay", D = "transitionend", U = "transitionProperty", rn = "addEventListener", an = "removeEventListener", un = {
104
+ }, We = "Alt", Re = "ArrowDown", Qe = "ArrowUp", qe = "ArrowLeft", Ge = "ArrowRight", je = "Backspace", Je = "CapsLock", Ke = "Control", Xe = "Delete", Ye = "Enter", Ze = "Escape", $e = "Insert", _e = "Meta", tn = "Pause", en = "ScrollLock", nn = "Shift", on = "Space", sn = "Tab", Ft = "animationDuration", Wt = "animationDelay", U = "animationName", D = "animationend", Rt = "transitionDuration", Qt = "transitionDelay", C = "transitionend", F = "transitionProperty", cn = "addEventListener", rn = "removeEventListener", an = {
105
105
  linear: "linear",
106
106
  easingSinusoidalIn: "cubic-bezier(0.47,0,0.745,0.715)",
107
107
  easingSinusoidalOut: "cubic-bezier(0.39,0.575,0.565,1)",
@@ -127,43 +127,43 @@ const fe = "aria-checked", me = "aria-description", ge = "aria-describedby", ve
127
127
  easingBackIn: "cubic-bezier(0.6,-0.28,0.735,0.045)",
128
128
  easingBackOut: "cubic-bezier(0.175,0.885,0.32,1.275)",
129
129
  easingBackInOut: "cubic-bezier(0.68,-0.55,0.265,1.55)"
130
- }, ln = "offsetHeight", dn = "offsetWidth", pn = "scrollHeight", fn = "scrollWidth", mn = "tabindex", Gt = navigator.userAgentData, S = Gt, { userAgent: jt } = navigator, M = jt, I = /iPhone|iPad|iPod|Android/i;
131
- let C = !1;
132
- S ? C = S.brands.some((t) => I.test(t.brand)) : C = I.test(M);
133
- const gn = C, z = /(iPhone|iPod|iPad)/, vn = S ? S.brands.some((t) => z.test(t.brand)) : (
130
+ }, un = "offsetHeight", ln = "offsetWidth", dn = "scrollHeight", pn = "scrollWidth", fn = "tabindex", qt = navigator.userAgentData, A = qt, { userAgent: Gt } = navigator, S = Gt, z = /iPhone|iPad|iPod|Android/i;
131
+ let L = !1;
132
+ A ? L = A.brands.some((t) => z.test(t.brand)) : L = z.test(S);
133
+ const mn = L, x = /(iPhone|iPod|iPad)/, gn = A ? A.brands.some((t) => x.test(t.brand)) : (
134
134
  /* istanbul ignore next */
135
- z.test(M)
136
- ), En = M ? M.includes("Firefox") : (
135
+ x.test(S)
136
+ ), vn = S ? S.includes("Firefox") : (
137
137
  /* istanbul ignore next */
138
138
  !1
139
- ), { head: N } = document, bn = ["webkitPerspective", "perspective"].some((t) => t in N.style), Jt = (t, e, n, o) => {
139
+ ), { head: M } = document, En = ["webkitPerspective", "perspective"].some((t) => t in M.style), jt = (t, e, n, o) => {
140
140
  const s = o || !1;
141
141
  t.addEventListener(e, n, s);
142
- }, Kt = (t, e, n, o) => {
142
+ }, Jt = (t, e, n, o) => {
143
143
  const s = o || !1;
144
144
  t.removeEventListener(e, n, s);
145
- }, Xt = (t, e, n, o) => {
146
- const s = (c) => {
147
- (c.target === t || c.currentTarget === t) && (n.apply(t, [c]), Kt(t, e, s, o));
145
+ }, Kt = (t, e, n, o) => {
146
+ const s = (r) => {
147
+ (r.target === t || r.currentTarget === t) && (n.apply(t, [r]), Jt(t, e, s, o));
148
148
  };
149
- Jt(t, e, s, o);
150
- }, Yt = () => {
151
- }, hn = (() => {
149
+ jt(t, e, s, o);
150
+ }, Xt = () => {
151
+ }, bn = (() => {
152
152
  let t = !1;
153
153
  try {
154
154
  const e = Object.defineProperty({}, "passive", {
155
155
  get: () => (t = !0, t)
156
156
  });
157
- Xt(document, H, Yt, e);
157
+ Kt(document, P, Xt, e);
158
158
  } catch {
159
159
  }
160
160
  return t;
161
- })(), yn = ["webkitTransform", "transform"].some((t) => t in N.style), wn = "ontouchstart" in window || /* istanbul ignore next */
162
- "msMaxTouchPoints" in navigator, An = ["webkitAnimation", "animation"].some((t) => t in N.style), Sn = ["webkitTransition", "transition"].some((t) => t in N.style), Zt = (t, e) => t.getAttribute(e), Mn = (t, e, n) => e.getAttributeNS(t, n), Nn = (t, e) => t.hasAttribute(e), kn = (t, e, n) => e.hasAttributeNS(t, n), F = (t, e, n) => t.setAttribute(e, n), Tn = (t, e, n, o) => e.setAttributeNS(t, n, o), Dn = (t, e) => t.removeAttribute(e), Cn = (t, e, n) => e.removeAttributeNS(t, n), Ln = (t, ...e) => {
161
+ })(), hn = ["webkitTransform", "transform"].some((t) => t in M.style), yn = "ontouchstart" in window || /* istanbul ignore next */
162
+ "msMaxTouchPoints" in navigator, wn = ["webkitAnimation", "animation"].some((t) => t in M.style), An = ["webkitTransition", "transition"].some((t) => t in M.style), Yt = (t, e) => t.getAttribute(e), Sn = (t, e, n) => e.getAttributeNS(t, n), Mn = (t, e) => t.hasAttribute(e), Nn = (t, e, n) => e.hasAttributeNS(t, n), kn = (t, e, n) => t.setAttribute(e, n), Tn = (t, e, n, o) => e.setAttributeNS(t, n, o), Dn = (t, e) => t.removeAttribute(e), Cn = (t, e, n) => e.removeAttributeNS(t, n), Ln = (t, ...e) => {
163
163
  t.classList.add(...e);
164
164
  }, On = (t, ...e) => {
165
165
  t.classList.remove(...e);
166
- }, In = (t, e) => t.classList.contains(e), { body: zn } = document, { documentElement: xn } = document, Vn = (t) => Array.from(t), E = (t) => t != null && typeof t == "object" || !1, i = (t) => E(t) && typeof t.nodeType == "number" && [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11].some((e) => t.nodeType === e) || !1, u = (t) => i(t) && t.nodeType === 1 || !1, y = /* @__PURE__ */ new Map(), L = {
166
+ }, In = (t, e) => t.classList.contains(e), { body: zn } = document, { documentElement: xn } = document, Vn = (t) => Array.from(t), v = (t) => t != null && typeof t == "object" || !1, i = (t) => v(t) && typeof t.nodeType == "number" && [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11].some((e) => t.nodeType === e) || !1, u = (t) => i(t) && t.nodeType === 1 || !1, b = /* @__PURE__ */ new Map(), O = {
167
167
  /**
168
168
  * Sets web components data.
169
169
  *
@@ -174,7 +174,7 @@ const gn = C, z = /(iPhone|iPod|iPad)/, vn = S ? S.brands.some((t) => z.test(t.b
174
174
  set: (t, e, n) => {
175
175
  if (!u(t))
176
176
  return;
177
- y.has(e) || y.set(e, /* @__PURE__ */ new Map()), y.get(e).set(t, n);
177
+ b.has(e) || b.set(e, /* @__PURE__ */ new Map()), b.get(e).set(t, n);
178
178
  },
179
179
  /**
180
180
  * Returns all instances for specified component.
@@ -182,7 +182,7 @@ const gn = C, z = /(iPhone|iPod|iPad)/, vn = S ? S.brands.some((t) => z.test(t.b
182
182
  * @param component the component's name or a unique key
183
183
  * @returns all the component instances
184
184
  */
185
- getAllFor: (t) => y.get(t) || null,
185
+ getAllFor: (t) => b.get(t) || null,
186
186
  /**
187
187
  * Returns the instance associated with the target.
188
188
  *
@@ -193,7 +193,7 @@ const gn = C, z = /(iPhone|iPod|iPad)/, vn = S ? S.brands.some((t) => z.test(t.b
193
193
  get: (t, e) => {
194
194
  if (!u(t) || !e)
195
195
  return null;
196
- const n = L.getAllFor(e);
196
+ const n = O.getAllFor(e);
197
197
  return t && n && n.get(t) || null;
198
198
  },
199
199
  /**
@@ -203,38 +203,34 @@ const gn = C, z = /(iPhone|iPod|iPad)/, vn = S ? S.brands.some((t) => z.test(t.b
203
203
  * @param component the component's name or a unique key
204
204
  */
205
205
  remove: (t, e) => {
206
- const n = L.getAllFor(e);
207
- !n || !u(t) || (n.delete(t), n.size === 0 && y.delete(e));
206
+ const n = O.getAllFor(e);
207
+ !n || !u(t) || (n.delete(t), n.size === 0 && b.delete(e));
208
208
  }
209
- }, Bn = (t, e) => L.get(t, e), g = (t) => typeof t == "string" || !1, W = (t) => E(t) && t.constructor.name === "Window" || !1, R = (t) => i(t) && t.nodeType === 9 || !1, d = (t) => W(t) ? t.document : R(t) ? t : i(t) ? t.ownerDocument : window.document, h = (t) => Object.entries(t), $t = (t) => {
209
+ }, Bn = (t, e) => O.get(t, e), N = (t) => typeof t == "string" || !1, W = (t) => v(t) && t.constructor.name === "Window" || !1, R = (t) => i(t) && t.nodeType === 9 || !1, d = (t) => W(t) ? t.document : R(t) ? t : i(t) ? t.ownerDocument : window.document, k = (t, ...e) => Object.assign(t, ...e), Zt = (t) => {
210
210
  if (!t)
211
211
  return;
212
- if (g(t))
212
+ if (N(t))
213
213
  return d().createElement(t);
214
- const { tagName: e } = t, n = $t(e);
214
+ const { tagName: e } = t, n = Zt(e);
215
215
  if (!n)
216
216
  return;
217
217
  const o = { ...t };
218
- return delete o.tagName, h(o).forEach(([s, c]) => {
219
- g(s) && g(c) && F(n, s, c);
220
- }), n;
221
- }, _t = (t, e) => {
218
+ return delete o.tagName, k(n, o);
219
+ }, $t = (t, e) => {
222
220
  if (!t || !e)
223
221
  return;
224
- if (g(e))
222
+ if (N(e))
225
223
  return d().createElementNS(t, e);
226
- const { tagName: n } = e, o = _t(t, n);
224
+ const { tagName: n } = e, o = $t(t, n);
227
225
  if (!o)
228
226
  return;
229
227
  const s = { ...e };
230
- return delete s.tagName, h(s).forEach(([c, a]) => {
231
- g(c) && g(a) && F(o, c, a);
232
- }), o;
233
- }, Q = (t, e) => t.dispatchEvent(e), Hn = (t, e, n) => n.indexOf(t) === e, v = (t, e) => {
228
+ return delete s.tagName, k(o, s);
229
+ }, Q = (t, e) => t.dispatchEvent(e), Hn = (t, e, n) => n.indexOf(t) === e, g = (t, e) => {
234
230
  const n = getComputedStyle(t), o = e.replace("webkit", "Webkit").replace(/([A-Z])/g, "-$1").toLowerCase();
235
231
  return n.getPropertyValue(o);
236
- }, te = (t) => {
237
- const e = v(t, P), n = v(t, Rt), o = n.includes("ms") ? (
232
+ }, _t = (t) => {
233
+ const e = g(t, U), n = g(t, Wt), o = n.includes("ms") ? (
238
234
  /* istanbul ignore next */
239
235
  1
240
236
  ) : 1e3, s = e && e !== "none" ? parseFloat(n) * o : 0;
@@ -242,8 +238,8 @@ const gn = C, z = /(iPhone|iPod|iPad)/, vn = S ? S.brands.some((t) => z.test(t.b
242
238
  /* istanbul ignore next */
243
239
  0
244
240
  ) : s;
245
- }, ee = (t) => {
246
- const e = v(t, P), n = v(t, Wt), o = n.includes("ms") ? (
241
+ }, te = (t) => {
242
+ const e = g(t, U), n = g(t, Ft), o = n.includes("ms") ? (
247
243
  /* istanbul ignore next */
248
244
  1
249
245
  ) : 1e3, s = e && e !== "none" ? parseFloat(n) * o : 0;
@@ -253,18 +249,18 @@ const gn = C, z = /(iPhone|iPod|iPad)/, vn = S ? S.brands.some((t) => z.test(t.b
253
249
  ) : s;
254
250
  }, Pn = (t, e) => {
255
251
  let n = 0;
256
- const o = new Event(T), s = ee(t), c = te(t);
252
+ const o = new Event(D), s = te(t), r = _t(t);
257
253
  if (s) {
258
254
  const a = (l) => {
259
- l.target === t && (e.apply(t, [l]), t.removeEventListener(T, a), n = 1);
255
+ l.target === t && (e.apply(t, [l]), t.removeEventListener(D, a), n = 1);
260
256
  };
261
- t.addEventListener(T, a), setTimeout(() => {
257
+ t.addEventListener(D, a), setTimeout(() => {
262
258
  n || Q(t, o);
263
- }, s + c + 17);
259
+ }, s + r + 17);
264
260
  } else
265
261
  e.apply(t, [o]);
266
- }, ne = (t) => {
267
- const e = v(t, U), n = v(t, qt), o = n.includes("ms") ? (
262
+ }, ee = (t) => {
263
+ const e = g(t, F), n = g(t, Qt), o = n.includes("ms") ? (
268
264
  /* istanbul ignore next */
269
265
  1
270
266
  ) : 1e3, s = e && e !== "none" ? parseFloat(n) * o : (
@@ -275,8 +271,8 @@ const gn = C, z = /(iPhone|iPod|iPad)/, vn = S ? S.brands.some((t) => z.test(t.b
275
271
  /* istanbul ignore next */
276
272
  0
277
273
  ) : s;
278
- }, oe = (t) => {
279
- const e = v(t, U), n = v(t, Qt), o = n.includes("ms") ? (
274
+ }, ne = (t) => {
275
+ const e = g(t, F), n = g(t, Rt), o = n.includes("ms") ? (
280
276
  /* istanbul ignore next */
281
277
  1
282
278
  ) : 1e3, s = e && e !== "none" ? parseFloat(n) * o : (
@@ -289,42 +285,42 @@ const gn = C, z = /(iPhone|iPod|iPad)/, vn = S ? S.brands.some((t) => z.test(t.b
289
285
  ) : s;
290
286
  }, Un = (t, e) => {
291
287
  let n = 0;
292
- const o = new Event(D), s = oe(t), c = ne(t);
288
+ const o = new Event(C), s = ne(t), r = ee(t);
293
289
  if (s) {
294
290
  const a = (l) => {
295
- l.target === t && (e.apply(t, [l]), t.removeEventListener(D, a), n = 1);
291
+ l.target === t && (e.apply(t, [l]), t.removeEventListener(C, a), n = 1);
296
292
  };
297
- t.addEventListener(D, a), setTimeout(() => {
293
+ t.addEventListener(C, a), setTimeout(() => {
298
294
  n || Q(t, o);
299
- }, s + c + 17);
295
+ }, s + r + 17);
300
296
  } else
301
297
  e.apply(t, [o]);
302
- }, Fn = (t) => Float32Array.from(Array.from(t)), Wn = (t) => Float64Array.from(Array.from(t)), Rn = (t, e) => t.focus(e), x = (t) => ["true", !0].includes(t) ? !0 : ["false", !1].includes(t) ? !1 : ["null", "", null, void 0].includes(t) ? null : t !== "" && !Number.isNaN(+t) ? +t : t, se = (t) => t.toLowerCase(), Qn = (t, e, n, o) => {
303
- const s = { ...n }, c = { ...t.dataset }, a = { ...e }, l = {}, p = "title";
304
- return h(c).forEach(([r, f]) => {
305
- const A = o && typeof r == "string" && r.includes(o) ? r.replace(o, "").replace(/[A-Z]/g, (G) => se(G)) : r;
306
- l[A] = x(f);
307
- }), h(s).forEach(([r, f]) => {
308
- s[r] = x(f);
309
- }), h(e).forEach(([r, f]) => {
310
- r in s ? a[r] = s[r] : r in l ? a[r] = l[r] : a[r] = r === p ? Zt(t, p) : f;
298
+ }, Fn = (t) => Float32Array.from(Array.from(t)), Wn = (t) => Float64Array.from(Array.from(t)), Rn = (t, e) => t.focus(e), V = (t) => ["true", !0].includes(t) ? !0 : ["false", !1].includes(t) ? !1 : ["null", "", null, void 0].includes(t) ? null : t !== "" && !Number.isNaN(+t) ? +t : t, w = (t) => Object.entries(t), oe = (t) => t.toLowerCase(), Qn = (t, e, n, o) => {
299
+ const s = { ...n }, r = { ...t.dataset }, a = { ...e }, l = {}, p = "title";
300
+ return w(r).forEach(([c, f]) => {
301
+ const y = o && typeof c == "string" && c.includes(o) ? c.replace(o, "").replace(/[A-Z]/g, (q) => oe(q)) : c;
302
+ l[y] = V(f);
303
+ }), w(s).forEach(([c, f]) => {
304
+ s[c] = V(f);
305
+ }), w(e).forEach(([c, f]) => {
306
+ c in s ? a[c] = s[c] : c in l ? a[c] = l[c] : a[c] = c === p ? Yt(t, p) : f;
311
307
  }), a;
312
- }, q = (t, ...e) => Object.assign(t, ...e), qn = (t, e) => E(t) && (Object.hasOwn(t, e) || e in t), Gn = (t) => Object.keys(t), jn = (t) => Object.values(t), Jn = (t, e) => {
308
+ }, qn = (t, e) => v(t) && (Object.hasOwn(t, e) || e in t), Gn = (t) => Object.keys(t), jn = (t) => Object.values(t), Jn = (t, e) => {
313
309
  const n = new CustomEvent(t, {
314
310
  cancelable: !0,
315
311
  bubbles: !0
316
312
  });
317
- return E(e) && q(n, e), n;
313
+ return v(e) && k(n, e), n;
318
314
  }, Kn = { passive: !0 }, Xn = (t) => t.offsetHeight, Yn = (t, e) => {
319
- h(e).forEach(([n, o]) => {
320
- if (o && g(n) && n.includes("--"))
315
+ w(e).forEach(([n, o]) => {
316
+ if (o && N(n) && n.includes("--"))
321
317
  t.style.setProperty(n, o);
322
318
  else {
323
319
  const s = {};
324
- s[n] = o, q(t.style, s);
320
+ s[n] = o, k(t.style, s);
325
321
  }
326
322
  });
327
- }, O = (t) => E(t) && t.constructor.name === "Map" || !1, ce = (t) => typeof t == "number" || !1, m = /* @__PURE__ */ new Map(), Zn = {
323
+ }, I = (t) => v(t) && t.constructor.name === "Map" || !1, se = (t) => typeof t == "number" || !1, m = /* @__PURE__ */ new Map(), Zn = {
328
324
  /**
329
325
  * Sets a new timeout timer for an element, or element -> key association.
330
326
  *
@@ -347,8 +343,8 @@ const gn = C, z = /(iPhone|iPod|iPad)/, vn = S ? S.brands.some((t) => z.test(t.b
347
343
  if (!u(t))
348
344
  return null;
349
345
  const n = m.get(t);
350
- return e && n && O(n) ? n.get(e) || /* istanbul ignore next */
351
- null : ce(n) ? n : null;
346
+ return e && n && I(n) ? n.get(e) || /* istanbul ignore next */
347
+ null : se(n) ? n : null;
352
348
  },
353
349
  /**
354
350
  * Clears the element's timer.
@@ -360,81 +356,78 @@ const gn = C, z = /(iPhone|iPod|iPad)/, vn = S ? S.brands.some((t) => z.test(t.b
360
356
  if (!u(t))
361
357
  return;
362
358
  const n = m.get(t);
363
- e && e.length && O(n) ? (clearTimeout(n.get(e)), n.delete(e), n.size === 0 && m.delete(t)) : (clearTimeout(n), m.delete(t));
359
+ e && e.length && I(n) ? (clearTimeout(n.get(e)), n.delete(e), n.size === 0 && m.delete(t)) : (clearTimeout(n), m.delete(t));
364
360
  }
365
- }, $n = (t) => t.toUpperCase(), w = (t, e) => {
366
- const { width: n, height: o, top: s, right: c, bottom: a, left: l } = t.getBoundingClientRect();
367
- let p = 1, r = 1;
361
+ }, $n = (t) => t.toUpperCase(), h = (t, e) => {
362
+ const { width: n, height: o, top: s, right: r, bottom: a, left: l } = t.getBoundingClientRect();
363
+ let p = 1, c = 1;
368
364
  if (e && u(t)) {
369
- const { offsetWidth: f, offsetHeight: A } = t;
365
+ const { offsetWidth: f, offsetHeight: y } = t;
370
366
  p = f > 0 ? Math.round(n) / f : (
371
367
  /* istanbul ignore next */
372
368
  1
373
- ), r = A > 0 ? Math.round(o) / A : (
369
+ ), c = y > 0 ? Math.round(o) / y : (
374
370
  /* istanbul ignore next */
375
371
  1
376
372
  );
377
373
  }
378
374
  return {
379
375
  width: n / p,
380
- height: o / r,
381
- top: s / r,
382
- right: c / p,
383
- bottom: a / r,
376
+ height: o / c,
377
+ top: s / c,
378
+ right: r / p,
379
+ bottom: a / c,
384
380
  left: l / p,
385
381
  x: l / p,
386
- y: s / r
382
+ y: s / c
387
383
  };
388
- }, _n = (t) => d(t).body, k = (t) => d(t).documentElement, to = (t) => d(t).head, eo = (t) => {
384
+ }, _n = (t) => d(t).body, T = (t) => d(t).documentElement, to = (t) => d(t).head, eo = (t) => {
389
385
  const e = W(t), n = e ? t.scrollX : t.scrollLeft, o = e ? t.scrollY : t.scrollTop;
390
386
  return { x: n, y: o };
391
- }, re = (t) => i(t) && t.constructor.name === "ShadowRoot" || !1, no = (t) => t.nodeName === "HTML" ? t : u(t) && t.assignedSlot || // step into the shadow DOM of the parent of a slotted node
387
+ }, ce = (t) => i(t) && t.constructor.name === "ShadowRoot" || !1, no = (t) => t.nodeName === "HTML" ? t : u(t) && t.assignedSlot || // step into the shadow DOM of the parent of a slotted node
392
388
  i(t) && t.parentNode || // DOM Element detected
393
- re(t) && t.host || // ShadowRoot detected
394
- k(t), ae = (t) => {
389
+ ce(t) && t.host || // ShadowRoot detected
390
+ T(t), re = (t) => {
395
391
  if (!u(t))
396
392
  return !1;
397
- const { width: e, height: n } = w(t), { offsetWidth: o, offsetHeight: s } = t;
393
+ const { width: e, height: n } = h(t), { offsetWidth: o, offsetHeight: s } = t;
398
394
  return Math.round(e) !== o || Math.round(n) !== s;
399
395
  }, oo = (t, e, n) => {
400
- const o = u(e), s = w(t, o && ae(e)), c = { x: 0, y: 0 };
396
+ const o = u(e), s = h(t, o && re(e)), r = { x: 0, y: 0 };
401
397
  if (o) {
402
- const a = w(e, !0);
403
- c.x = a.x + e.clientLeft, c.y = a.y + e.clientTop;
398
+ const a = h(e, !0);
399
+ r.x = a.x + e.clientLeft, r.y = a.y + e.clientTop;
404
400
  }
405
401
  return {
406
- x: s.left + n.x - c.x,
407
- y: s.top + n.y - c.y,
402
+ x: s.left + n.x - r.x,
403
+ y: s.top + n.y - r.y,
408
404
  width: s.width,
409
405
  height: s.height
410
406
  };
411
407
  };
412
- let V = 0, B = 0;
413
- const b = /* @__PURE__ */ new Map(), ie = (t, e) => {
414
- let n = e ? V : B;
408
+ let B = 0, H = 0;
409
+ const E = /* @__PURE__ */ new Map(), ae = (t, e) => {
410
+ let n = e ? B : H;
415
411
  if (e) {
416
- const o = ie(t), s = b.get(o) || /* @__PURE__ */ new Map();
417
- b.has(o) || b.set(o, s), O(s) && !s.has(e) ? (s.set(e, n), V += 1) : n = s.get(e);
412
+ const o = ae(t), s = E.get(o) || /* @__PURE__ */ new Map();
413
+ E.has(o) || E.set(o, s), I(s) && !s.has(e) ? (s.set(e, n), B += 1) : n = s.get(e);
418
414
  } else {
419
415
  const o = t.id || t;
420
- b.has(o) ? n = b.get(o) : (b.set(o, n), B += 1);
416
+ E.has(o) ? n = E.get(o) : (E.set(o, n), H += 1);
421
417
  }
422
418
  return n;
423
- }, so = (t) => {
424
- var e;
425
- return t ? R(t) ? t.defaultView : i(t) ? (e = t == null ? void 0 : t.ownerDocument) == null ? void 0 : e.defaultView : t : window;
426
- }, ue = (t) => Array.isArray(t) || !1, co = (t) => i(t) && t.nodeName === "CANVAS" || !1, le = (t) => u(t) && !!t.shadowRoot || !1, ro = (t) => i(t) && [1, 2, 3, 4, 5, 6, 7, 8].some((e) => t.nodeType === e) || !1, ao = (t) => {
419
+ }, so = (t) => t ? R(t) ? t.defaultView : i(t) ? t?.ownerDocument?.defaultView : t : window, ie = (t) => Array.isArray(t) || !1, co = (t) => i(t) && t.nodeName === "CANVAS" || !1, ue = (t) => u(t) && !!t.shadowRoot || !1, ro = (t) => i(t) && [1, 2, 3, 4, 5, 6, 7, 8].some((e) => t.nodeType === e) || !1, ao = (t) => {
427
420
  if (!i(t))
428
421
  return !1;
429
- const { top: e, bottom: n } = w(t), { clientHeight: o } = k(t);
422
+ const { top: e, bottom: n } = h(t), { clientHeight: o } = T(t);
430
423
  return e <= o && n >= 0;
431
424
  }, io = (t) => {
432
425
  if (!i(t))
433
426
  return !1;
434
- const { clientWidth: e, clientHeight: n } = k(t), { top: o, left: s, bottom: c, right: a } = w(t, !0);
435
- return o >= 0 && s >= 0 && c <= n && a <= e;
436
- }, uo = (t) => ue(t) && t.every(u) || !1, lo = (t) => typeof t == "function" || !1, po = (t) => E(t) && t.constructor.name === "HTMLCollection" || !1, fo = (t) => u(t) && t.tagName === "IMG" || !1, mo = (t) => {
437
- if (!g(t))
427
+ const { clientWidth: e, clientHeight: n } = T(t), { top: o, left: s, bottom: r, right: a } = h(t, !0);
428
+ return o >= 0 && s >= 0 && r <= n && a <= e;
429
+ }, uo = (t) => ie(t) && t.every(u) || !1, lo = (t) => typeof t == "function" || !1, po = (t) => v(t) && t.constructor.name === "HTMLCollection" || !1, fo = (t) => u(t) && t.tagName === "IMG" || !1, mo = (t) => {
430
+ if (!N(t))
438
431
  return !1;
439
432
  try {
440
433
  JSON.parse(t);
@@ -442,228 +435,229 @@ const b = /* @__PURE__ */ new Map(), ie = (t, e) => {
442
435
  return !1;
443
436
  }
444
437
  return !0;
445
- }, go = (t) => E(t) && t.constructor.name === "WeakMap" || !1, vo = (t) => i(t) && ["SVG", "Image", "Video", "Canvas"].some((e) => t.constructor.name.includes(e)) || !1, Eo = (t) => E(t) && t.constructor.name === "NodeList" || !1, bo = (t) => k(t).dir === "rtl", ho = (t) => i(t) && t.constructor.name.includes("SVG") || !1, yo = (t) => i(t) && ["TABLE", "TD", "TH"].includes(t.nodeName) || !1, de = (t, e) => t ? t.closest(e) || // break out of `ShadowRoot`
446
- de(t.getRootNode().host, e) : null, wo = (t, e) => u(t) ? t : (i(e) ? e : d()).querySelector(t), pe = (t, e) => (i(e) ? e : d()).getElementsByTagName(t), Ao = (t) => [...pe("*", t)].filter(le), So = (t, e) => d(e).getElementById(t) || null, Mo = (t, e) => (i(e) ? e : d()).querySelectorAll(t), No = (t, e) => (e && i(e) ? e : d()).getElementsByClassName(
438
+ }, go = (t) => v(t) && t.constructor.name === "WeakMap" || !1, vo = (t) => i(t) && ["SVG", "Image", "Video", "Canvas"].some((e) => t.constructor.name.includes(e)) || !1, Eo = (t) => v(t) && t.constructor.name === "NodeList" || !1, bo = (t) => T(t).dir === "rtl", ho = (t) => i(t) && t.constructor.name.includes("SVG") || !1, yo = (t) => i(t) && ["TABLE", "TD", "TH"].includes(t.nodeName) || !1, le = (t, e) => t ? t.closest(e) || // break out of `ShadowRoot`
439
+ le(t.getRootNode().host, e) : null, wo = (t, e) => u(t) ? t : (i(e) ? e : d()).querySelector(t), de = (t, e) => (i(e) ? e : d()).getElementsByTagName(t), Ao = (t) => [...de("*", t)].filter(ue), So = (t, e) => d(e).getElementById(t) || null, Mo = (t, e) => (i(e) ? e : d()).querySelectorAll(t), No = (t, e) => (e && i(e) ? e : d()).getElementsByClassName(
447
440
  t
448
- ), ko = (t, e) => t.matches(e);
441
+ ), ko = (t, e) => t.matches(e), To = "2.0.0alpha12";
449
442
  export {
450
443
  Vn as ArrayFrom,
451
- H as DOMContentLoadedEvent,
452
- Z as DOMMouseScrollEvent,
453
- L as Data,
444
+ P as DOMContentLoadedEvent,
445
+ Y as DOMMouseScrollEvent,
446
+ O as Data,
454
447
  Fn as Float32ArrayFrom,
455
448
  Wn as Float64ArrayFrom,
456
- q as ObjectAssign,
457
- h as ObjectEntries,
449
+ k as ObjectAssign,
450
+ w as ObjectEntries,
458
451
  qn as ObjectHasOwn,
459
452
  Gn as ObjectKeys,
460
453
  jn as ObjectValues,
461
454
  Zn as Timer,
462
- j as abortEvent,
455
+ G as abortEvent,
463
456
  Ln as addClass,
464
- rn as addEventListener,
465
- Rt as animationDelay,
466
- Wt as animationDuration,
467
- T as animationEndEvent,
468
- P as animationName,
469
- fe as ariaChecked,
470
- ge as ariaDescribedBy,
471
- me as ariaDescription,
472
- ve as ariaExpanded,
473
- Ee as ariaHasPopup,
474
- be as ariaHidden,
475
- he as ariaLabel,
476
- ye as ariaLabelledBy,
477
- we as ariaModal,
478
- Ae as ariaPressed,
479
- Se as ariaSelected,
480
- Ne as ariaValueMax,
481
- Me as ariaValueMin,
482
- ke as ariaValueNow,
483
- Te as ariaValueText,
484
- J as beforeunloadEvent,
485
- un as bezierEasings,
486
- K as blurEvent,
487
- X as changeEvent,
488
- de as closest,
489
- Y as contextmenuEvent,
457
+ cn as addEventListener,
458
+ Wt as animationDelay,
459
+ Ft as animationDuration,
460
+ D as animationEndEvent,
461
+ U as animationName,
462
+ pe as ariaChecked,
463
+ me as ariaDescribedBy,
464
+ fe as ariaDescription,
465
+ ge as ariaExpanded,
466
+ ve as ariaHasPopup,
467
+ Ee as ariaHidden,
468
+ be as ariaLabel,
469
+ he as ariaLabelledBy,
470
+ ye as ariaModal,
471
+ we as ariaPressed,
472
+ Ae as ariaSelected,
473
+ Me as ariaValueMax,
474
+ Se as ariaValueMin,
475
+ Ne as ariaValueNow,
476
+ ke as ariaValueText,
477
+ j as beforeunloadEvent,
478
+ an as bezierEasings,
479
+ J as blurEvent,
480
+ K as changeEvent,
481
+ le as closest,
482
+ X as contextmenuEvent,
490
483
  Jn as createCustomEvent,
491
- $t as createElement,
492
- _t as createElementNS,
484
+ Zt as createElement,
485
+ $t as createElementNS,
493
486
  Q as dispatchEvent,
494
487
  Hn as distinct,
495
488
  zn as documentBody,
496
489
  xn as documentElement,
497
- N as documentHead,
498
- Ce as dragEvent,
499
- xe as dragendEvent,
500
- Oe as dragenterEvent,
501
- Ie as dragleaveEvent,
502
- ze as dragoverEvent,
503
- Le as dragstartEvent,
490
+ M as documentHead,
491
+ De as dragEvent,
492
+ ze as dragendEvent,
493
+ Le as dragenterEvent,
494
+ Oe as dragleaveEvent,
495
+ Ie as dragoverEvent,
496
+ Ce as dragstartEvent,
504
497
  Pn as emulateAnimationEnd,
505
498
  Un as emulateTransitionEnd,
506
- $ as errorEvent,
499
+ Z as errorEvent,
507
500
  Rn as focus,
508
- _ as focusEvent,
509
- Fe as focusEvents,
510
- tt as focusinEvent,
511
- et as focusoutEvent,
512
- nt as gesturechangeEvent,
513
- ot as gestureendEvent,
514
- st as gesturestartEvent,
515
- Zt as getAttribute,
516
- Mn as getAttributeNS,
517
- w as getBoundingClientRect,
501
+ $ as focusEvent,
502
+ Ue as focusEvents,
503
+ _ as focusinEvent,
504
+ tt as focusoutEvent,
505
+ et as gesturechangeEvent,
506
+ nt as gestureendEvent,
507
+ ot as gesturestartEvent,
508
+ Yt as getAttribute,
509
+ Sn as getAttributeNS,
510
+ h as getBoundingClientRect,
518
511
  Ao as getCustomElements,
519
512
  d as getDocument,
520
513
  _n as getDocumentBody,
521
- k as getDocumentElement,
514
+ T as getDocumentElement,
522
515
  to as getDocumentHead,
523
- te as getElementAnimationDelay,
524
- ee as getElementAnimationDuration,
516
+ _t as getElementAnimationDelay,
517
+ te as getElementAnimationDuration,
525
518
  So as getElementById,
526
- v as getElementStyle,
527
- ne as getElementTransitionDelay,
528
- oe as getElementTransitionDuration,
519
+ g as getElementStyle,
520
+ ee as getElementTransitionDelay,
521
+ ne as getElementTransitionDuration,
529
522
  No as getElementsByClassName,
530
- pe as getElementsByTagName,
523
+ de as getElementsByTagName,
531
524
  Bn as getInstance,
532
525
  eo as getNodeScroll,
533
526
  no as getParentNode,
534
527
  oo as getRectRelativeToOffsetParent,
535
- ie as getUID,
528
+ ae as getUID,
536
529
  so as getWindow,
537
- Nn as hasAttribute,
538
- kn as hasAttributeNS,
530
+ Mn as hasAttribute,
531
+ Nn as hasAttributeNS,
539
532
  In as hasClass,
540
- vn as isApple,
541
- ue as isArray,
533
+ gn as isApple,
534
+ ie as isArray,
542
535
  co as isCanvas,
543
- le as isCustomElement,
536
+ ue as isCustomElement,
544
537
  R as isDocument,
545
538
  ro as isElement,
546
539
  ao as isElementInScrollRange,
547
540
  io as isElementInViewport,
548
541
  uo as isElementsArray,
549
- En as isFirefox,
542
+ vn as isFirefox,
550
543
  lo as isFunction,
551
544
  po as isHTMLCollection,
552
545
  u as isHTMLElement,
553
546
  fo as isHTMLImageElement,
554
547
  mo as isJSON,
555
- O as isMap,
548
+ I as isMap,
556
549
  vo as isMedia,
557
- gn as isMobile,
550
+ mn as isMobile,
558
551
  i as isNode,
559
552
  Eo as isNodeList,
560
- ce as isNumber,
561
- E as isObject,
553
+ se as isNumber,
554
+ v as isObject,
562
555
  bo as isRTL,
563
556
  ho as isSVGElement,
564
- ae as isScaledElement,
565
- re as isShadowRoot,
566
- g as isString,
557
+ re as isScaledElement,
558
+ ce as isShadowRoot,
559
+ N as isString,
567
560
  yo as isTableElement,
568
561
  go as isWeakMap,
569
562
  W as isWindow,
570
- Re as keyAlt,
571
- Qe as keyArrowDown,
572
- Ge as keyArrowLeft,
573
- je as keyArrowRight,
574
- qe as keyArrowUp,
575
- Je as keyBackspace,
576
- Ke as keyCapsLock,
577
- Xe as keyControl,
578
- Ye as keyDelete,
579
- Ze as keyEnter,
580
- $e as keyEscape,
581
- _e as keyInsert,
582
- tn as keyMeta,
583
- en as keyPause,
584
- nn as keyScrollLock,
585
- on as keyShift,
586
- sn as keySpace,
587
- cn as keyTab,
588
- We as keyboardEventKeys,
589
- ct as keydownEvent,
590
- rt as keypressEvent,
591
- at as keyupEvent,
592
- it as loadEvent,
593
- Ve as loadstartEvent,
563
+ We as keyAlt,
564
+ Re as keyArrowDown,
565
+ qe as keyArrowLeft,
566
+ Ge as keyArrowRight,
567
+ Qe as keyArrowUp,
568
+ je as keyBackspace,
569
+ Je as keyCapsLock,
570
+ Ke as keyControl,
571
+ Xe as keyDelete,
572
+ Ye as keyEnter,
573
+ Ze as keyEscape,
574
+ $e as keyInsert,
575
+ _e as keyMeta,
576
+ tn as keyPause,
577
+ en as keyScrollLock,
578
+ nn as keyShift,
579
+ on as keySpace,
580
+ sn as keyTab,
581
+ Fe as keyboardEventKeys,
582
+ st as keydownEvent,
583
+ ct as keypressEvent,
584
+ rt as keyupEvent,
585
+ at as loadEvent,
586
+ xe as loadstartEvent,
594
587
  ko as matches,
595
- He as mouseClickEvents,
596
- Pe as mouseHoverEvents,
597
- Be as mouseSwipeEvents,
598
- ut as mouseclickEvent,
599
- lt as mousedblclickEvent,
600
- dt as mousedownEvent,
601
- mt as mouseenterEvent,
602
- ft as mousehoverEvent,
603
- vt as mouseinEvent,
604
- gt as mouseleaveEvent,
605
- ht as mousemoveEvent,
606
- Et as mouseoutEvent,
607
- bt as mouseoverEvent,
608
- pt as mouseupEvent,
609
- yt as mousewheelEvent,
610
- wt as moveEvent,
611
- De as nativeEvents,
612
- Yt as noop,
588
+ Be as mouseClickEvents,
589
+ He as mouseHoverEvents,
590
+ Ve as mouseSwipeEvents,
591
+ it as mouseclickEvent,
592
+ ut as mousedblclickEvent,
593
+ lt as mousedownEvent,
594
+ ft as mouseenterEvent,
595
+ pt as mousehoverEvent,
596
+ gt as mouseinEvent,
597
+ mt as mouseleaveEvent,
598
+ bt as mousemoveEvent,
599
+ vt as mouseoutEvent,
600
+ Et as mouseoverEvent,
601
+ dt as mouseupEvent,
602
+ ht as mousewheelEvent,
603
+ yt as moveEvent,
604
+ Te as nativeEvents,
605
+ Xt as noop,
613
606
  Qn as normalizeOptions,
614
- x as normalizeValue,
615
- Kt as off,
616
- ln as offsetHeight,
617
- dn as offsetWidth,
618
- Jt as on,
619
- Xt as one,
620
- At as orientationchangeEvent,
607
+ V as normalizeValue,
608
+ Jt as off,
609
+ un as offsetHeight,
610
+ ln as offsetWidth,
611
+ jt as on,
612
+ Kt as one,
613
+ wt as orientationchangeEvent,
621
614
  Kn as passiveHandler,
622
- St as pointercancelEvent,
623
- Mt as pointerdownEvent,
624
- Nt as pointerleaveEvent,
625
- kt as pointermoveEvent,
626
- Tt as pointerupEvent,
615
+ At as pointercancelEvent,
616
+ St as pointerdownEvent,
617
+ Mt as pointerleaveEvent,
618
+ Nt as pointermoveEvent,
619
+ kt as pointerupEvent,
627
620
  wo as querySelector,
628
621
  Mo as querySelectorAll,
629
- Dt as readystatechangeEvent,
622
+ Tt as readystatechangeEvent,
630
623
  Xn as reflow,
631
624
  Dn as removeAttribute,
632
625
  Cn as removeAttributeNS,
633
626
  On as removeClass,
634
- an as removeEventListener,
635
- Ct as resetEvent,
636
- Lt as resizeEvent,
637
- xt as scrollEvent,
638
- pn as scrollHeight,
639
- fn as scrollWidth,
640
- Ot as selectEvent,
641
- It as selectendEvent,
642
- zt as selectstartEvent,
643
- F as setAttribute,
627
+ rn as removeEventListener,
628
+ Dt as resetEvent,
629
+ Ct as resizeEvent,
630
+ zt as scrollEvent,
631
+ dn as scrollHeight,
632
+ pn as scrollWidth,
633
+ Lt as selectEvent,
634
+ Ot as selectendEvent,
635
+ It as selectstartEvent,
636
+ kn as setAttribute,
644
637
  Tn as setAttributeNS,
645
638
  Yn as setElementStyle,
646
- Vt as submitEvent,
647
- bn as support3DTransform,
648
- An as supportAnimation,
649
- hn as supportPassive,
650
- wn as supportTouch,
651
- yn as supportTransform,
652
- Sn as supportTransition,
653
- mn as tabindex,
654
- se as toLowerCase,
639
+ xt as submitEvent,
640
+ En as support3DTransform,
641
+ wn as supportAnimation,
642
+ bn as supportPassive,
643
+ yn as supportTouch,
644
+ hn as supportTransform,
645
+ An as supportTransition,
646
+ fn as tabindex,
647
+ oe as toLowerCase,
655
648
  $n as toUpperCase,
656
- Ue as touchEvents,
657
- Pt as touchcancelEvent,
658
- Ut as touchendEvent,
659
- Ht as touchmoveEvent,
660
- Bt as touchstartEvent,
661
- qt as transitionDelay,
662
- Qt as transitionDuration,
663
- D as transitionEndEvent,
664
- U as transitionProperty,
665
- Ft as unloadEvent,
666
- M as userAgent,
667
- S as userAgentData
649
+ Pe as touchEvents,
650
+ Ht as touchcancelEvent,
651
+ Pt as touchendEvent,
652
+ Bt as touchmoveEvent,
653
+ Vt as touchstartEvent,
654
+ Qt as transitionDelay,
655
+ Rt as transitionDuration,
656
+ C as transitionEndEvent,
657
+ F as transitionProperty,
658
+ Ut as unloadEvent,
659
+ S as userAgent,
660
+ A as userAgentData,
661
+ To as version
668
662
  };
669
663
  //# sourceMappingURL=shorty.mjs.map