@thednp/shorty 2.0.0-alpha6 → 2.0.0-alpha7

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,65 +1,65 @@
1
- const de = "aria-checked", pe = "aria-description", fe = "aria-describedby", me = "aria-expanded", ge = "aria-haspopup", Ee = "aria-hidden", ve = "aria-label", be = "aria-labelledby", he = "aria-modal", ye = "aria-pressed", we = "aria-selected", Ae = "aria-valuemin", Se = "aria-valuemax", Me = "aria-valuenow", Ne = "aria-valuetext", G = "abort", Y = "beforeunload", j = "blur", J = "change", K = "contextmenu", z = "DOMContentLoaded", X = "DOMMouseScroll", Z = "error", $ = "focus", _ = "focusin", tt = "focusout", et = "gesturechange", nt = "gestureend", ot = "gesturestart", st = "keydown", ct = "keypress", rt = "keyup", it = "load", at = "click", ut = "dblclick", lt = "mousedown", dt = "mouseup", pt = "hover", ft = "mouseenter", mt = "mouseleave", gt = "mousein", Et = "mouseout", vt = "mouseover", bt = "mousemove", ht = "mousewheel", yt = "move", wt = "orientationchange", At = "pointercancel", St = "pointerdown", Mt = "pointerleave", Nt = "pointermove", Tt = "pointerup", kt = "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: z,
3
- DOMMouseScroll: X,
4
- abort: G,
5
- beforeunload: Y,
6
- blur: j,
7
- change: J,
8
- click: at,
9
- contextmenu: K,
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: it,
23
- mousedown: lt,
24
- mousemove: bt,
25
- mousein: gt,
26
- mouseout: Et,
27
- mouseenter: ft,
28
- mouseleave: mt,
29
- mouseover: vt,
30
- mouseup: dt,
31
- mousewheel: ht,
32
- move: yt,
33
- orientationchange: wt,
34
- pointercancel: At,
35
- pointerdown: St,
36
- pointerleave: Mt,
37
- pointermove: Nt,
1
+ const fe = "aria-checked", me = "aria-description", ge = "aria-describedby", Ee = "aria-expanded", ve = "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", it = "keyup", at = "load", ut = "click", lt = "dblclick", dt = "mousedown", pt = "mouseup", ft = "hover", mt = "mouseenter", gt = "mouseleave", Et = "mousein", vt = "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: it,
22
+ load: at,
23
+ mousedown: dt,
24
+ mousemove: ht,
25
+ mousein: Et,
26
+ mouseout: vt,
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
38
  pointerup: Tt,
39
- readystatechange: kt,
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
- }, ke = "loadstart", De = {
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 = "loadstart", Le = {
53
53
  start: "mousedown",
54
54
  end: "mouseup",
55
55
  move: "mousemove",
56
56
  cancel: "mouseleave"
57
- }, Ce = { down: "mousedown", up: "mouseup" }, Le = "onmouseleave" in document ? ["mouseenter", "mouseleave"] : ["mouseover", "mouseout"], Oe = {
57
+ }, Oe = { down: "mousedown", up: "mouseup" }, Ie = "onmouseleave" in document ? ["mouseenter", "mouseleave"] : ["mouseover", "mouseout"], ze = {
58
58
  start: "touchstart",
59
59
  end: "touchend",
60
60
  move: "touchmove",
61
61
  cancel: "touchcancel"
62
- }, Ie = { in: "focusin", out: "focusout" }, ze = {
62
+ }, xe = { in: "focusin", out: "focusout" }, Ve = {
63
63
  Backspace: "Backspace",
64
64
  Tab: "Tab",
65
65
  Enter: "Enter",
@@ -79,7 +79,7 @@ const de = "aria-checked", pe = "aria-description", fe = "aria-describedby", me
79
79
  Meta: "Meta",
80
80
  ContextMenu: "ContextMenu",
81
81
  ScrollLock: "ScrollLock"
82
- }, xe = "Alt", Ve = "ArrowDown", Be = "ArrowUp", He = "ArrowLeft", Pe = "ArrowRight", Ue = "Backspace", Fe = "CapsLock", We = "Control", Re = "Delete", Qe = "Enter", qe = "Escape", Ge = "Insert", Ye = "Meta", je = "Pause", Je = "ScrollLock", Ke = "Shift", Xe = "Space", Ze = "Tab", Ft = "animationDuration", Wt = "animationDelay", x = "animationName", k = "animationend", Rt = "transitionDuration", Qt = "transitionDelay", D = "transitionend", V = "transitionProperty", $e = "addEventListener", _e = "removeEventListener", tn = {
82
+ }, Be = "Alt", He = "ArrowDown", Pe = "ArrowUp", Ue = "ArrowLeft", Fe = "ArrowRight", We = "Backspace", Re = "CapsLock", Qe = "Control", qe = "Delete", Ge = "Enter", je = "Escape", Je = "Insert", Ke = "Meta", Xe = "Pause", Ye = "ScrollLock", Ze = "Shift", $e = "Space", _e = "Tab", Wt = "animationDuration", Rt = "animationDelay", P = "animationName", T = "animationend", Qt = "transitionDuration", qt = "transitionDelay", D = "transitionend", U = "transitionProperty", tn = "addEventListener", en = "removeEventListener", nn = {
83
83
  linear: "linear",
84
84
  easingSinusoidalIn: "cubic-bezier(0.47,0,0.745,0.715)",
85
85
  easingSinusoidalOut: "cubic-bezier(0.39,0.575,0.565,1)",
@@ -105,185 +105,185 @@ const de = "aria-checked", pe = "aria-description", fe = "aria-describedby", me
105
105
  easingBackIn: "cubic-bezier(0.6,-0.28,0.735,0.045)",
106
106
  easingBackOut: "cubic-bezier(0.175,0.885,0.32,1.275)",
107
107
  easingBackInOut: "cubic-bezier(0.68,-0.55,0.265,1.55)"
108
- }, en = "offsetHeight", nn = "offsetWidth", on = "scrollHeight", sn = "scrollWidth", cn = "tabindex", rn = navigator.userAgentData, A = rn, { userAgent: an } = navigator, S = an, W = /iPhone|iPad|iPod|Android/i;
109
- let O = !1;
110
- A ? O = A.brands.some((t) => W.test(t.brand)) : O = W.test(S);
111
- const un = O, R = /(iPhone|iPod|iPad)/, ln = A ? A.brands.some((t) => R.test(t.brand)) : R.test(S), dn = S ? S.includes("Firefox") : !1, { head: M } = document, pn = ["webkitPerspective", "perspective"].some((t) => t in M.style), qt = (t, e, n, o) => {
108
+ }, on = "offsetHeight", sn = "offsetWidth", cn = "scrollHeight", rn = "scrollWidth", an = "tabindex", Gt = navigator.userAgentData, S = Gt, { userAgent: jt } = navigator, M = jt, I = /iPhone|iPad|iPod|Android/i;
109
+ let C = !1;
110
+ S ? C = S.brands.some((t) => I.test(t.brand)) : C = I.test(M);
111
+ const un = C, z = /(iPhone|iPod|iPad)/, ln = S ? S.brands.some((t) => z.test(t.brand)) : z.test(M), dn = M ? M.includes("Firefox") : !1, { head: N } = document, pn = ["webkitPerspective", "perspective"].some((t) => t in N.style), Jt = (t, e, n, o) => {
112
112
  const s = o || !1;
113
113
  t.addEventListener(e, n, s);
114
- }, Gt = (t, e, n, o) => {
114
+ }, Kt = (t, e, n, o) => {
115
115
  const s = o || !1;
116
116
  t.removeEventListener(e, n, s);
117
- }, Yt = (t, e, n, o) => {
117
+ }, Xt = (t, e, n, o) => {
118
118
  const s = (c) => {
119
- (c.target === t || c.currentTarget === t) && (n.apply(t, [c]), Gt(t, e, s, o));
119
+ (c.target === t || c.currentTarget === t) && (n.apply(t, [c]), Kt(t, e, s, o));
120
120
  };
121
- qt(t, e, s, o);
122
- }, jt = () => {
121
+ Jt(t, e, s, o);
122
+ }, Yt = () => {
123
123
  }, fn = (() => {
124
124
  let t = !1;
125
125
  try {
126
126
  const e = Object.defineProperty({}, "passive", {
127
127
  get: () => (t = !0, t)
128
128
  });
129
- Yt(document, z, jt, e);
129
+ Xt(document, H, Yt, e);
130
130
  } catch {
131
131
  }
132
132
  return t;
133
- })(), mn = ["webkitTransform", "transform"].some((t) => t in M.style), gn = "ontouchstart" in window || "msMaxTouchPoints" in navigator, En = ["webkitAnimation", "animation"].some((t) => t in M.style), vn = ["webkitTransition", "transition"].some((t) => t in M.style), Jt = (t, e) => t.getAttribute(e), bn = (t, e, n) => e.getAttributeNS(t, n), hn = (t, e) => t.hasAttribute(e), yn = (t, e, n) => e.hasAttributeNS(t, n), B = (t, e, n) => t.setAttribute(e, n), wn = (t, e, n, o) => e.setAttributeNS(t, n, o), An = (t, e) => t.removeAttribute(e), Sn = (t, e, n) => e.removeAttributeNS(t, n), Mn = (t, ...e) => {
133
+ })(), mn = ["webkitTransform", "transform"].some((t) => t in N.style), gn = "ontouchstart" in window || "msMaxTouchPoints" in navigator, En = ["webkitAnimation", "animation"].some((t) => t in N.style), vn = ["webkitTransition", "transition"].some((t) => t in N.style), Zt = (t, e) => t.getAttribute(e), bn = (t, e, n) => e.getAttributeNS(t, n), hn = (t, e) => t.hasAttribute(e), yn = (t, e, n) => e.hasAttributeNS(t, n), F = (t, e, n) => t.setAttribute(e, n), wn = (t, e, n, o) => e.setAttributeNS(t, n, o), An = (t, e) => t.removeAttribute(e), Sn = (t, e, n) => e.removeAttributeNS(t, n), Mn = (t, ...e) => {
134
134
  t.classList.add(...e);
135
135
  }, Nn = (t, ...e) => {
136
136
  t.classList.remove(...e);
137
- }, Tn = (t, e) => t.classList.contains(e), { body: kn } = document, { documentElement: Dn } = document, Cn = (t) => Array.from(t), m = (t) => t != null && typeof t == "object" || !1, a = (t) => m(t) && typeof t.nodeType == "number" && [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11].some((e) => t.nodeType === e) || !1, u = (t) => a(t) && t.nodeType === 1 || !1, w = /* @__PURE__ */ new Map(), C = {
137
+ }, kn = (t, e) => t.classList.contains(e), { body: Tn } = document, { documentElement: Dn } = document, Cn = (t) => Array.from(t), v = (t) => t != null && typeof t == "object" || !1, a = (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) => a(t) && t.nodeType === 1 || !1, y = /* @__PURE__ */ new Map(), L = {
138
138
  set: (t, e, n) => {
139
139
  if (!u(t))
140
140
  return;
141
- w.has(e) || w.set(e, /* @__PURE__ */ new Map()), w.get(e).set(t, n);
141
+ y.has(e) || y.set(e, /* @__PURE__ */ new Map()), y.get(e).set(t, n);
142
142
  },
143
- getAllFor: (t) => w.get(t) || null,
143
+ getAllFor: (t) => y.get(t) || null,
144
144
  get: (t, e) => {
145
145
  if (!u(t) || !e)
146
146
  return null;
147
- const n = C.getAllFor(e);
147
+ const n = L.getAllFor(e);
148
148
  return t && n && n.get(t) || null;
149
149
  },
150
150
  remove: (t, e) => {
151
- const n = C.getAllFor(e);
152
- !n || !u(t) || (n.delete(t), n.size === 0 && w.delete(e));
151
+ const n = L.getAllFor(e);
152
+ !n || !u(t) || (n.delete(t), n.size === 0 && y.delete(e));
153
153
  }
154
- }, Ln = (t, e) => C.get(t, e), p = (t) => typeof t == "string" || !1, H = (t) => m(t) && t.constructor.name === "Window" || !1, P = (t) => a(t) && t.nodeType === 9 || !1, d = (t) => H(t) ? t.document : P(t) ? t : a(t) ? t.ownerDocument : window.document, b = (t) => Object.entries(t), Kt = (t) => {
154
+ }, Ln = (t, e) => L.get(t, e), g = (t) => typeof t == "string" || !1, W = (t) => v(t) && t.constructor.name === "Window" || !1, R = (t) => a(t) && t.nodeType === 9 || !1, d = (t) => W(t) ? t.document : R(t) ? t : a(t) ? t.ownerDocument : window.document, h = (t) => Object.entries(t), $t = (t) => {
155
155
  if (!t)
156
156
  return;
157
- if (p(t))
157
+ if (g(t))
158
158
  return d().createElement(t);
159
- const { tagName: e } = t, n = Kt(e);
159
+ const { tagName: e } = t, n = $t(e);
160
160
  if (!n)
161
161
  return;
162
162
  const o = { ...t };
163
- return delete o.tagName, b(o).forEach(([s, c]) => {
164
- p(s) && p(c) && B(n, s, c);
163
+ return delete o.tagName, h(o).forEach(([s, c]) => {
164
+ g(s) && g(c) && F(n, s, c);
165
165
  }), n;
166
- }, Xt = (t, e) => {
166
+ }, _t = (t, e) => {
167
167
  if (!t || !e)
168
168
  return;
169
- if (p(e))
169
+ if (g(e))
170
170
  return d().createElementNS(t, e);
171
- const { tagName: n } = e, o = Xt(t, n);
171
+ const { tagName: n } = e, o = _t(t, n);
172
172
  if (!o)
173
173
  return;
174
174
  const s = { ...e };
175
- return delete s.tagName, b(s).forEach(([c, i]) => {
176
- p(c) && p(i) && B(o, c, i);
175
+ return delete s.tagName, h(s).forEach(([c, i]) => {
176
+ g(c) && g(i) && F(o, c, i);
177
177
  }), o;
178
- }, U = (t, e) => t.dispatchEvent(e), On = (t, e, n) => n.indexOf(t) === e, f = (t, e) => {
178
+ }, Q = (t, e) => t.dispatchEvent(e), On = (t, e, n) => n.indexOf(t) === e, E = (t, e) => {
179
179
  const n = getComputedStyle(t), o = e.replace("webkit", "Webkit").replace(/([A-Z])/g, "-$1").toLowerCase();
180
180
  return n.getPropertyValue(o);
181
- }, Zt = (t) => {
182
- const e = f(t, x), n = f(t, Wt), o = n.includes("ms") ? 1 : 1e3, s = e && e !== "none" ? parseFloat(n) * o : 0;
181
+ }, te = (t) => {
182
+ const e = E(t, P), n = E(t, Rt), o = n.includes("ms") ? 1 : 1e3, s = e && e !== "none" ? parseFloat(n) * o : 0;
183
183
  return Number.isNaN(s) ? 0 : s;
184
- }, $t = (t) => {
185
- const e = f(t, x), n = f(t, Ft), o = n.includes("ms") ? 1 : 1e3, s = e && e !== "none" ? parseFloat(n) * o : 0;
184
+ }, ee = (t) => {
185
+ const e = E(t, P), n = E(t, Wt), o = n.includes("ms") ? 1 : 1e3, s = e && e !== "none" ? parseFloat(n) * o : 0;
186
186
  return Number.isNaN(s) ? 0 : s;
187
187
  }, In = (t, e) => {
188
188
  let n = 0;
189
- const o = new Event(k), s = $t(t), c = Zt(t);
189
+ const o = new Event(T), s = ee(t), c = te(t);
190
190
  if (s) {
191
191
  const i = (l) => {
192
- l.target === t && (e.apply(t, [l]), t.removeEventListener(k, i), n = 1);
192
+ l.target === t && (e.apply(t, [l]), t.removeEventListener(T, i), n = 1);
193
193
  };
194
- t.addEventListener(k, i), setTimeout(() => {
195
- n || U(t, o);
194
+ t.addEventListener(T, i), setTimeout(() => {
195
+ n || Q(t, o);
196
196
  }, s + c + 17);
197
197
  } else
198
198
  e.apply(t, [o]);
199
- }, _t = (t) => {
200
- const e = f(t, V), n = f(t, Qt), o = n.includes("ms") ? 1 : 1e3, s = e && e !== "none" ? parseFloat(n) * o : 0;
199
+ }, ne = (t) => {
200
+ const e = E(t, U), n = E(t, qt), o = n.includes("ms") ? 1 : 1e3, s = e && e !== "none" ? parseFloat(n) * o : 0;
201
201
  return Number.isNaN(s) ? 0 : s;
202
- }, te = (t) => {
203
- const e = f(t, V), n = f(t, Rt), o = n.includes("ms") ? 1 : 1e3, s = e && e !== "none" ? parseFloat(n) * o : 0;
202
+ }, oe = (t) => {
203
+ const e = E(t, U), n = E(t, Qt), o = n.includes("ms") ? 1 : 1e3, s = e && e !== "none" ? parseFloat(n) * o : 0;
204
204
  return Number.isNaN(s) ? 0 : s;
205
205
  }, zn = (t, e) => {
206
206
  let n = 0;
207
- const o = new Event(D), s = te(t), c = _t(t);
207
+ const o = new Event(D), s = oe(t), c = ne(t);
208
208
  if (s) {
209
209
  const i = (l) => {
210
210
  l.target === t && (e.apply(t, [l]), t.removeEventListener(D, i), n = 1);
211
211
  };
212
212
  t.addEventListener(D, i), setTimeout(() => {
213
- n || U(t, o);
213
+ n || Q(t, o);
214
214
  }, s + c + 17);
215
215
  } else
216
216
  e.apply(t, [o]);
217
- }, xn = (t) => Float32Array.from(Array.from(t)), Vn = (t) => Float64Array.from(Array.from(t)), Bn = (t, e) => t.focus(e), Hn = (t, e) => m(t) && (Object.hasOwn(t, e) || e in t), I = (t) => ["true", !0].includes(t) ? !0 : ["false", !1].includes(t) ? !1 : ["null", "", null, void 0].includes(t) ? null : t !== "" && !Number.isNaN(+t) ? +t : t, ee = (t) => t.toLowerCase(), Pn = (t, e, n, o) => {
218
- const s = { ...n }, c = { ...t.dataset }, i = { ...e }, l = {}, g = "title";
219
- return b(c).forEach(([r, E]) => {
220
- const T = o && typeof r == "string" && r.includes(o) ? r.replace(o, "").replace(/[A-Z]/g, (le) => ee(le)) : r;
221
- l[T] = I(E);
222
- }), b(s).forEach(([r, E]) => {
223
- s[r] = I(E);
224
- }), b(e).forEach(([r, E]) => {
225
- r in s ? i[r] = s[r] : r in l ? i[r] = l[r] : i[r] = r === g ? Jt(t, g) : E;
217
+ }, xn = (t) => Float32Array.from(Array.from(t)), Vn = (t) => Float64Array.from(Array.from(t)), Bn = (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(), Hn = (t, e, n, o) => {
218
+ const s = { ...n }, c = { ...t.dataset }, i = { ...e }, l = {}, p = "title";
219
+ return h(c).forEach(([r, f]) => {
220
+ const A = o && typeof r == "string" && r.includes(o) ? r.replace(o, "").replace(/[A-Z]/g, (G) => se(G)) : r;
221
+ l[A] = x(f);
222
+ }), h(s).forEach(([r, f]) => {
223
+ s[r] = x(f);
224
+ }), h(e).forEach(([r, f]) => {
225
+ r in s ? i[r] = s[r] : r in l ? i[r] = l[r] : i[r] = r === p ? Zt(t, p) : f;
226
226
  }), i;
227
- }, F = (t, ...e) => Object.assign(t, ...e), Un = (t) => Object.keys(t), Fn = (t) => Object.values(t), Wn = (t, e) => {
227
+ }, q = (t, ...e) => Object.assign(t, ...e), Pn = (t, e) => v(t) && (Object.hasOwn(t, e) || e in t), Un = (t) => Object.keys(t), Fn = (t) => Object.values(t), Wn = (t, e) => {
228
228
  const n = new CustomEvent(t, {
229
229
  cancelable: !0,
230
230
  bubbles: !0
231
231
  });
232
- return m(e) && F(n, e), n;
232
+ return v(e) && q(n, e), n;
233
233
  }, Rn = { passive: !0 }, Qn = (t) => t.offsetHeight, qn = (t, e) => {
234
- b(e).forEach(([n, o]) => {
235
- if (o && p(n) && n.includes("--"))
234
+ h(e).forEach(([n, o]) => {
235
+ if (o && g(n) && n.includes("--"))
236
236
  t.style.setProperty(n, o);
237
237
  else {
238
238
  const s = {};
239
- s[n] = o, F(t.style, s);
239
+ s[n] = o, q(t.style, s);
240
240
  }
241
241
  });
242
- }, L = (t) => m(t) && t.constructor.name === "Map" || !1, ne = (t) => typeof t == "number" || !1, v = /* @__PURE__ */ new Map(), Gn = {
242
+ }, O = (t) => v(t) && t.constructor.name === "Map" || !1, ce = (t) => typeof t == "number" || !1, m = /* @__PURE__ */ new Map(), Gn = {
243
243
  set: (t, e, n, o) => {
244
- !u(t) || (o && o.length ? (v.has(t) || v.set(t, /* @__PURE__ */ new Map()), v.get(t).set(o, setTimeout(e, n))) : v.set(t, setTimeout(e, n)));
244
+ !u(t) || (o && o.length ? (m.has(t) || m.set(t, /* @__PURE__ */ new Map()), m.get(t).set(o, setTimeout(e, n))) : m.set(t, setTimeout(e, n)));
245
245
  },
246
246
  get: (t, e) => {
247
247
  if (!u(t))
248
248
  return null;
249
- const n = v.get(t);
250
- return e && n && L(n) ? n.get(e) || null : ne(n) ? n : null;
249
+ const n = m.get(t);
250
+ return e && n && O(n) ? n.get(e) || null : ce(n) ? n : null;
251
251
  },
252
252
  clear: (t, e) => {
253
253
  if (!u(t))
254
254
  return;
255
- const n = v.get(t);
256
- e && e.length && L(n) ? (clearTimeout(n.get(e)), n.delete(e), n.size === 0 && v.delete(t)) : (clearTimeout(n), v.delete(t));
255
+ const n = m.get(t);
256
+ e && e.length && O(n) ? (clearTimeout(n.get(e)), n.delete(e), n.size === 0 && m.delete(t)) : (clearTimeout(n), m.delete(t));
257
257
  }
258
- }, Yn = (t) => t.toUpperCase(), y = (t, e) => {
258
+ }, jn = (t) => t.toUpperCase(), w = (t, e) => {
259
259
  const { width: n, height: o, top: s, right: c, bottom: i, left: l } = t.getBoundingClientRect();
260
- let g = 1, r = 1;
260
+ let p = 1, r = 1;
261
261
  if (e && u(t)) {
262
- const { offsetWidth: E, offsetHeight: T } = t;
263
- g = E > 0 ? Math.round(n) / E : 1, r = T > 0 ? Math.round(o) / T : 1;
262
+ const { offsetWidth: f, offsetHeight: A } = t;
263
+ p = f > 0 ? Math.round(n) / f : 1, r = A > 0 ? Math.round(o) / A : 1;
264
264
  }
265
265
  return {
266
- width: n / g,
266
+ width: n / p,
267
267
  height: o / r,
268
268
  top: s / r,
269
- right: c / g,
269
+ right: c / p,
270
270
  bottom: i / r,
271
- left: l / g,
272
- x: l / g,
271
+ left: l / p,
272
+ x: l / p,
273
273
  y: s / r
274
274
  };
275
- }, jn = (t) => d(t).body, N = (t) => d(t).documentElement, Jn = (t) => d(t).head, Kn = (t) => {
276
- const e = H(t), n = e ? t.scrollX : t.scrollLeft, o = e ? t.scrollY : t.scrollTop;
275
+ }, Jn = (t) => d(t).body, k = (t) => d(t).documentElement, Kn = (t) => d(t).head, Xn = (t) => {
276
+ const e = W(t), n = e ? t.scrollX : t.scrollLeft, o = e ? t.scrollY : t.scrollTop;
277
277
  return { x: n, y: o };
278
- }, oe = (t) => a(t) && t.constructor.name === "ShadowRoot" || !1, Xn = (t) => t.nodeName === "HTML" ? t : u(t) && t.assignedSlot || a(t) && t.parentNode || oe(t) && t.host || N(t), se = (t) => {
278
+ }, re = (t) => a(t) && t.constructor.name === "ShadowRoot" || !1, Yn = (t) => t.nodeName === "HTML" ? t : u(t) && t.assignedSlot || a(t) && t.parentNode || re(t) && t.host || k(t), ie = (t) => {
279
279
  if (!u(t))
280
280
  return !1;
281
- const { width: e, height: n } = y(t), { offsetWidth: o, offsetHeight: s } = t;
281
+ const { width: e, height: n } = w(t), { offsetWidth: o, offsetHeight: s } = t;
282
282
  return Math.round(e) !== o || Math.round(n) !== s;
283
283
  }, Zn = (t, e, n) => {
284
- const o = u(e), s = y(t, o && se(e)), c = { x: 0, y: 0 };
284
+ const o = u(e), s = w(t, o && ie(e)), c = { x: 0, y: 0 };
285
285
  if (o) {
286
- const i = y(e, !0);
286
+ const i = w(e, !0);
287
287
  c.x = i.x + e.clientLeft, c.y = i.y + e.clientTop;
288
288
  }
289
289
  return {
@@ -293,32 +293,32 @@ const un = O, R = /(iPhone|iPod|iPad)/, ln = A ? A.brands.some((t) => R.test(t.b
293
293
  height: s.height
294
294
  };
295
295
  };
296
- let Q = 0, q = 0;
297
- const h = /* @__PURE__ */ new Map(), ce = (t, e) => {
298
- let n = e ? Q : q;
296
+ let V = 0, B = 0;
297
+ const b = /* @__PURE__ */ new Map(), ae = (t, e) => {
298
+ let n = e ? V : B;
299
299
  if (e) {
300
- const o = ce(t), s = h.get(o) || /* @__PURE__ */ new Map();
301
- h.has(o) || h.set(o, s), L(s) && !s.has(e) ? (s.set(e, n), Q += 1) : n = s.get(e);
300
+ const o = ae(t), s = b.get(o) || /* @__PURE__ */ new Map();
301
+ b.has(o) || b.set(o, s), O(s) && !s.has(e) ? (s.set(e, n), V += 1) : n = s.get(e);
302
302
  } else {
303
303
  const o = t.id || t;
304
- h.has(o) ? n = h.get(o) : (h.set(o, n), q += 1);
304
+ b.has(o) ? n = b.get(o) : (b.set(o, n), B += 1);
305
305
  }
306
306
  return n;
307
307
  }, $n = (t) => {
308
308
  var e;
309
- return t ? P(t) ? t.defaultView : a(t) ? (e = t == null ? void 0 : t.ownerDocument) == null ? void 0 : e.defaultView : t : window;
310
- }, re = (t) => Array.isArray(t) || !1, _n = (t) => a(t) && t.nodeName === "CANVAS" || !1, ie = (t) => u(t) && !!t.shadowRoot || !1, to = (t) => a(t) && [1, 2, 3, 4, 5, 6, 7, 8].some((e) => t.nodeType === e) || !1, eo = (t) => {
309
+ return t ? R(t) ? t.defaultView : a(t) ? (e = t == null ? void 0 : t.ownerDocument) == null ? void 0 : e.defaultView : t : window;
310
+ }, ue = (t) => Array.isArray(t) || !1, _n = (t) => a(t) && t.nodeName === "CANVAS" || !1, le = (t) => u(t) && !!t.shadowRoot || !1, to = (t) => a(t) && [1, 2, 3, 4, 5, 6, 7, 8].some((e) => t.nodeType === e) || !1, eo = (t) => {
311
311
  if (!a(t))
312
312
  return !1;
313
- const { top: e, bottom: n } = y(t), { clientHeight: o } = N(t);
313
+ const { top: e, bottom: n } = w(t), { clientHeight: o } = k(t);
314
314
  return e <= o && n >= 0;
315
315
  }, no = (t) => {
316
316
  if (!a(t))
317
317
  return !1;
318
- const { clientWidth: e, clientHeight: n } = N(t), { top: o, left: s, bottom: c, right: i } = y(t, !0);
318
+ const { clientWidth: e, clientHeight: n } = k(t), { top: o, left: s, bottom: c, right: i } = w(t, !0);
319
319
  return o >= 0 && s >= 0 && c <= n && i <= e;
320
- }, oo = (t) => re(t) && t.every(u) || !1, so = (t) => typeof t == "function" || !1, co = (t) => m(t) && t.constructor.name === "HTMLCollection" || !1, ro = (t) => u(t) && t.tagName === "IMG" || !1, io = (t) => {
321
- if (!p(t))
320
+ }, oo = (t) => ue(t) && t.every(u) || !1, so = (t) => typeof t == "function" || !1, co = (t) => v(t) && t.constructor.name === "HTMLCollection" || !1, ro = (t) => u(t) && t.tagName === "IMG" || !1, io = (t) => {
321
+ if (!g(t))
322
322
  return !1;
323
323
  try {
324
324
  JSON.parse(t);
@@ -326,223 +326,221 @@ const h = /* @__PURE__ */ new Map(), ce = (t, e) => {
326
326
  return !1;
327
327
  }
328
328
  return !0;
329
- }, ao = (t) => m(t) && t.constructor.name === "WeakMap" || !1, uo = (t) => a(t) && ["SVG", "Image", "Video", "Canvas"].some((e) => t.constructor.name.includes(e)) || !1, lo = (t) => m(t) && t.constructor.name === "NodeList" || !1, po = (t) => N(t).dir === "rtl", fo = (t) => a(t) && t.constructor.name.includes("SVG") || !1, mo = (t) => a(t) && ["TABLE", "TD", "TH"].includes(t.nodeName) || !1, ae = (t, e) => t ? t.closest(e) || ae(t.getRootNode().host, e) : null, go = (t, e) => u(t) ? t : (a(e) ? e : d()).querySelector(t), ue = (t, e) => (a(e) ? e : d()).getElementsByTagName(t), Eo = (t) => [...ue("*", t)].filter(ie), vo = (t, e) => d(e).getElementById(t) || null, bo = (t, e) => (a(e) ? e : d()).querySelectorAll(t), ho = (t, e) => (e && a(e) ? e : d()).getElementsByClassName(
329
+ }, ao = (t) => v(t) && t.constructor.name === "WeakMap" || !1, uo = (t) => a(t) && ["SVG", "Image", "Video", "Canvas"].some((e) => t.constructor.name.includes(e)) || !1, lo = (t) => v(t) && t.constructor.name === "NodeList" || !1, po = (t) => k(t).dir === "rtl", fo = (t) => a(t) && t.constructor.name.includes("SVG") || !1, mo = (t) => a(t) && ["TABLE", "TD", "TH"].includes(t.nodeName) || !1, de = (t, e) => t ? t.closest(e) || de(t.getRootNode().host, e) : null, go = (t, e) => u(t) ? t : (a(e) ? e : d()).querySelector(t), pe = (t, e) => (a(e) ? e : d()).getElementsByTagName(t), Eo = (t) => [...pe("*", t)].filter(le), vo = (t, e) => d(e).getElementById(t) || null, bo = (t, e) => (a(e) ? e : d()).querySelectorAll(t), ho = (t, e) => (e && a(e) ? e : d()).getElementsByClassName(
330
330
  t
331
- ), yo = (t, e) => t.matches(e), wo = {
332
- ariaChecked: de,
333
- ariaDescription: pe,
334
- ariaDescribedBy: fe,
335
- ariaExpanded: me,
336
- ariaHidden: Ee,
337
- ariaHasPopup: ge,
338
- ariaLabel: ve,
339
- ariaLabelledBy: be,
340
- ariaModal: he,
341
- ariaPressed: ye,
342
- ariaSelected: we,
343
- ariaValueMin: Ae,
344
- ariaValueMax: Se,
345
- ariaValueNow: Me,
346
- ariaValueText: Ne,
347
- nativeEvents: Te,
348
- abortEvent: G,
349
- blurEvent: j,
350
- moveEvent: yt,
351
- changeEvent: J,
352
- errorEvent: Z,
353
- resetEvent: Dt,
354
- resizeEvent: Ct,
355
- scrollEvent: zt,
356
- submitEvent: xt,
357
- loadEvent: it,
358
- loadstartEvent: ke,
359
- unloadEvent: Ut,
360
- readystatechangeEvent: kt,
361
- beforeunloadEvent: Y,
362
- orientationchangeEvent: wt,
363
- contextmenuEvent: K,
364
- DOMContentLoadedEvent: z,
365
- DOMMouseScrollEvent: X,
366
- selectEvent: Lt,
367
- selectendEvent: Ot,
368
- selectstartEvent: It,
369
- mouseClickEvents: Ce,
370
- mouseclickEvent: at,
371
- mousedblclickEvent: ut,
372
- mousedownEvent: lt,
373
- mouseupEvent: dt,
374
- mousehoverEvent: pt,
375
- mouseHoverEvents: Le,
376
- mouseenterEvent: ft,
377
- mouseleaveEvent: mt,
378
- mouseinEvent: gt,
379
- mouseoutEvent: Et,
380
- mouseoverEvent: vt,
381
- mousemoveEvent: bt,
382
- mousewheelEvent: ht,
383
- mouseSwipeEvents: De,
384
- touchEvents: Oe,
385
- touchstartEvent: Vt,
386
- touchmoveEvent: Bt,
387
- touchcancelEvent: Ht,
388
- touchendEvent: Pt,
389
- pointercancelEvent: At,
390
- pointerdownEvent: St,
391
- pointerleaveEvent: Mt,
392
- pointermoveEvent: Nt,
393
- pointerupEvent: Tt,
394
- focusEvents: Ie,
395
- focusEvent: $,
396
- focusinEvent: _,
397
- focusoutEvent: tt,
398
- gesturechangeEvent: et,
399
- gestureendEvent: nt,
400
- gesturestartEvent: ot,
401
- bezierEasings: tn,
402
- animationDuration: Ft,
403
- animationDelay: Wt,
404
- animationName: x,
405
- animationEndEvent: k,
406
- transitionDuration: Rt,
407
- transitionDelay: Qt,
408
- transitionEndEvent: D,
409
- transitionProperty: V,
410
- isMobile: un,
411
- isApple: ln,
412
- isFirefox: dn,
413
- support3DTransform: pn,
414
- supportPassive: fn,
415
- supportTransform: mn,
416
- supportTouch: gn,
417
- supportAnimation: En,
418
- supportTransition: vn,
419
- addEventListener: $e,
420
- removeEventListener: _e,
421
- keyboardEventKeys: ze,
422
- keydownEvent: st,
423
- keypressEvent: ct,
424
- keyupEvent: rt,
425
- keyAlt: xe,
426
- keyArrowDown: Ve,
427
- keyArrowLeft: He,
428
- keyArrowRight: Pe,
429
- keyArrowUp: Be,
430
- keyBackspace: Ue,
431
- keyCapsLock: Fe,
432
- keyControl: We,
433
- keyDelete: Re,
434
- keyEnter: Qe,
435
- keyEscape: qe,
436
- keyInsert: Ge,
437
- keyMeta: Ye,
438
- keyPause: je,
439
- keyScrollLock: Je,
440
- keyShift: Ke,
441
- keySpace: Xe,
442
- keyTab: Ze,
443
- offsetHeight: en,
444
- offsetWidth: nn,
445
- scrollHeight: on,
446
- scrollWidth: sn,
447
- userAgentData: A,
448
- userAgent: S,
449
- tabindex: cn,
450
- addClass: Mn,
451
- removeClass: Nn,
452
- hasClass: Tn,
453
- on: qt,
454
- off: Gt,
455
- one: Yt,
456
- documentBody: kn,
457
- documentElement: Dn,
458
- documentHead: M,
459
- dispatchEvent: U,
460
- distinct: On,
461
- Data: C,
462
- getInstance: Ln,
463
- createElement: Kt,
464
- createElementNS: Xt,
465
- createCustomEvent: Wn,
466
- toUpperCase: Yn,
467
- toLowerCase: ee,
468
- Timer: Gn,
469
- emulateAnimationEnd: In,
470
- emulateTransitionEnd: zn,
471
- isElementInScrollRange: eo,
472
- isElementInViewport: no,
473
- passiveHandler: Rn,
474
- getElementAnimationDuration: $t,
475
- getElementAnimationDelay: Zt,
476
- getElementTransitionDuration: te,
477
- getElementTransitionDelay: _t,
478
- getNodeScroll: Kn,
479
- getParentNode: Xn,
480
- getRectRelativeToOffsetParent: Zn,
481
- getWindow: $n,
482
- isArray: re,
483
- isCanvas: _n,
484
- isString: p,
485
- isCustomElement: ie,
486
- isElement: to,
487
- isJSON: io,
488
- isMap: L,
489
- isWeakMap: ao,
490
- isNode: a,
491
- isNumber: ne,
492
- isHTMLElement: u,
493
- isHTMLImageElement: ro,
494
- isSVGElement: fo,
495
- isNodeList: lo,
496
- isHTMLCollection: co,
497
- isScaledElement: se,
498
- isTableElement: mo,
499
- isShadowRoot: oe,
500
- isDocument: P,
501
- isElementsArray: oo,
502
- isFunction: so,
503
- isObject: m,
504
- isWindow: H,
505
- isMedia: uo,
506
- isRTL: po,
507
- closest: ae,
508
- querySelector: go,
509
- getCustomElements: Eo,
510
- getElementById: vo,
511
- querySelectorAll: bo,
512
- getElementsByClassName: ho,
513
- getElementsByTagName: ue,
514
- matches: yo,
515
- hasOwn: Hn,
516
- normalizeValue: I,
517
- normalizeOptions: Pn,
518
- reflow: Qn,
519
- noop: jt,
520
- focus: Bn,
521
- getUID: ce,
522
- ArrayFrom: Cn,
523
- Float32ArrayFrom: xn,
524
- Float64ArrayFrom: Vn,
525
- ObjectAssign: F,
526
- ObjectEntries: b,
527
- ObjectKeys: Un,
528
- ObjectValues: Fn,
529
- getBoundingClientRect: y,
530
- getDocument: d,
531
- getDocumentBody: jn,
532
- getDocumentElement: N,
533
- getDocumentHead: Jn,
534
- getElementStyle: f,
535
- setElementStyle: qn,
536
- hasAttribute: hn,
537
- hasAttributeNS: yn,
538
- getAttribute: Jt,
539
- getAttributeNS: bn,
540
- setAttribute: B,
541
- setAttributeNS: wn,
542
- removeAttribute: An,
543
- removeAttributeNS: Sn
544
- };
331
+ ), yo = (t, e) => t.matches(e);
545
332
  export {
546
- wo as default
333
+ Cn as ArrayFrom,
334
+ H as DOMContentLoadedEvent,
335
+ Z as DOMMouseScrollEvent,
336
+ L as Data,
337
+ xn as Float32ArrayFrom,
338
+ Vn as Float64ArrayFrom,
339
+ q as ObjectAssign,
340
+ h as ObjectEntries,
341
+ Pn as ObjectHasOwn,
342
+ Un as ObjectKeys,
343
+ Fn as ObjectValues,
344
+ Gn as Timer,
345
+ j as abortEvent,
346
+ Mn as addClass,
347
+ tn as addEventListener,
348
+ Rt as animationDelay,
349
+ Wt as animationDuration,
350
+ T as animationEndEvent,
351
+ P as animationName,
352
+ fe as ariaChecked,
353
+ ge as ariaDescribedBy,
354
+ me as ariaDescription,
355
+ Ee as ariaExpanded,
356
+ ve as ariaHasPopup,
357
+ be as ariaHidden,
358
+ he as ariaLabel,
359
+ ye as ariaLabelledBy,
360
+ we as ariaModal,
361
+ Ae as ariaPressed,
362
+ Se as ariaSelected,
363
+ Ne as ariaValueMax,
364
+ Me as ariaValueMin,
365
+ ke as ariaValueNow,
366
+ Te as ariaValueText,
367
+ J as beforeunloadEvent,
368
+ nn as bezierEasings,
369
+ K as blurEvent,
370
+ X as changeEvent,
371
+ de as closest,
372
+ Y as contextmenuEvent,
373
+ Wn as createCustomEvent,
374
+ $t as createElement,
375
+ _t as createElementNS,
376
+ Q as dispatchEvent,
377
+ On as distinct,
378
+ Tn as documentBody,
379
+ Dn as documentElement,
380
+ N as documentHead,
381
+ In as emulateAnimationEnd,
382
+ zn as emulateTransitionEnd,
383
+ $ as errorEvent,
384
+ Bn as focus,
385
+ _ as focusEvent,
386
+ xe as focusEvents,
387
+ tt as focusinEvent,
388
+ et as focusoutEvent,
389
+ nt as gesturechangeEvent,
390
+ ot as gestureendEvent,
391
+ st as gesturestartEvent,
392
+ Zt as getAttribute,
393
+ bn as getAttributeNS,
394
+ w as getBoundingClientRect,
395
+ Eo as getCustomElements,
396
+ d as getDocument,
397
+ Jn as getDocumentBody,
398
+ k as getDocumentElement,
399
+ Kn as getDocumentHead,
400
+ te as getElementAnimationDelay,
401
+ ee as getElementAnimationDuration,
402
+ vo as getElementById,
403
+ E as getElementStyle,
404
+ ne as getElementTransitionDelay,
405
+ oe as getElementTransitionDuration,
406
+ ho as getElementsByClassName,
407
+ pe as getElementsByTagName,
408
+ Ln as getInstance,
409
+ Xn as getNodeScroll,
410
+ Yn as getParentNode,
411
+ Zn as getRectRelativeToOffsetParent,
412
+ ae as getUID,
413
+ $n as getWindow,
414
+ hn as hasAttribute,
415
+ yn as hasAttributeNS,
416
+ kn as hasClass,
417
+ ln as isApple,
418
+ ue as isArray,
419
+ _n as isCanvas,
420
+ le as isCustomElement,
421
+ R as isDocument,
422
+ to as isElement,
423
+ eo as isElementInScrollRange,
424
+ no as isElementInViewport,
425
+ oo as isElementsArray,
426
+ dn as isFirefox,
427
+ so as isFunction,
428
+ co as isHTMLCollection,
429
+ u as isHTMLElement,
430
+ ro as isHTMLImageElement,
431
+ io as isJSON,
432
+ O as isMap,
433
+ uo as isMedia,
434
+ un as isMobile,
435
+ a as isNode,
436
+ lo as isNodeList,
437
+ ce as isNumber,
438
+ v as isObject,
439
+ po as isRTL,
440
+ fo as isSVGElement,
441
+ ie as isScaledElement,
442
+ re as isShadowRoot,
443
+ g as isString,
444
+ mo as isTableElement,
445
+ ao as isWeakMap,
446
+ W as isWindow,
447
+ Be as keyAlt,
448
+ He as keyArrowDown,
449
+ Ue as keyArrowLeft,
450
+ Fe as keyArrowRight,
451
+ Pe as keyArrowUp,
452
+ We as keyBackspace,
453
+ Re as keyCapsLock,
454
+ Qe as keyControl,
455
+ qe as keyDelete,
456
+ Ge as keyEnter,
457
+ je as keyEscape,
458
+ Je as keyInsert,
459
+ Ke as keyMeta,
460
+ Xe as keyPause,
461
+ Ye as keyScrollLock,
462
+ Ze as keyShift,
463
+ $e as keySpace,
464
+ _e as keyTab,
465
+ Ve as keyboardEventKeys,
466
+ ct as keydownEvent,
467
+ rt as keypressEvent,
468
+ it as keyupEvent,
469
+ at as loadEvent,
470
+ Ce as loadstartEvent,
471
+ yo as matches,
472
+ Oe as mouseClickEvents,
473
+ Ie as mouseHoverEvents,
474
+ Le as mouseSwipeEvents,
475
+ ut as mouseclickEvent,
476
+ lt as mousedblclickEvent,
477
+ dt as mousedownEvent,
478
+ mt as mouseenterEvent,
479
+ ft as mousehoverEvent,
480
+ Et as mouseinEvent,
481
+ gt as mouseleaveEvent,
482
+ ht as mousemoveEvent,
483
+ vt as mouseoutEvent,
484
+ bt as mouseoverEvent,
485
+ pt as mouseupEvent,
486
+ yt as mousewheelEvent,
487
+ wt as moveEvent,
488
+ De as nativeEvents,
489
+ Yt as noop,
490
+ Hn as normalizeOptions,
491
+ x as normalizeValue,
492
+ Kt as off,
493
+ on as offsetHeight,
494
+ sn as offsetWidth,
495
+ Jt as on,
496
+ Xt as one,
497
+ At as orientationchangeEvent,
498
+ Rn as passiveHandler,
499
+ St as pointercancelEvent,
500
+ Mt as pointerdownEvent,
501
+ Nt as pointerleaveEvent,
502
+ kt as pointermoveEvent,
503
+ Tt as pointerupEvent,
504
+ go as querySelector,
505
+ bo as querySelectorAll,
506
+ Dt as readystatechangeEvent,
507
+ Qn as reflow,
508
+ An as removeAttribute,
509
+ Sn as removeAttributeNS,
510
+ Nn as removeClass,
511
+ en as removeEventListener,
512
+ Ct as resetEvent,
513
+ Lt as resizeEvent,
514
+ xt as scrollEvent,
515
+ cn as scrollHeight,
516
+ rn as scrollWidth,
517
+ Ot as selectEvent,
518
+ It as selectendEvent,
519
+ zt as selectstartEvent,
520
+ F as setAttribute,
521
+ wn as setAttributeNS,
522
+ qn as setElementStyle,
523
+ Vt as submitEvent,
524
+ pn as support3DTransform,
525
+ En as supportAnimation,
526
+ fn as supportPassive,
527
+ gn as supportTouch,
528
+ mn as supportTransform,
529
+ vn as supportTransition,
530
+ an as tabindex,
531
+ se as toLowerCase,
532
+ jn as toUpperCase,
533
+ ze as touchEvents,
534
+ Pt as touchcancelEvent,
535
+ Ut as touchendEvent,
536
+ Ht as touchmoveEvent,
537
+ Bt as touchstartEvent,
538
+ qt as transitionDelay,
539
+ Qt as transitionDuration,
540
+ D as transitionEndEvent,
541
+ U as transitionProperty,
542
+ Ft as unloadEvent,
543
+ M as userAgent,
544
+ S as userAgentData
547
545
  };
548
546
  //# sourceMappingURL=shorty.mjs.map