@tempots/ui 0.23.0-next.13 → 0.23.0-next.15

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 (4) hide show
  1. package/LICENSE.txt +202 -0
  2. package/index.cjs +1 -1
  3. package/index.js +313 -306
  4. package/package.json +1 -2
package/index.js CHANGED
@@ -1,13 +1,13 @@
1
- import { makeProviderMark as $t, Fragment as X, OnBrowserCtx as wt, Async as St, OnHeadlessCtx as ce, UseProvider as Ht, makeProp as W, renderableOfTNode as rt, getWindow as xt, Signal as zt, html as Bt, on as Ut, Value as it, attr as It, WithProvider as le, OnDispose as vt, Empty as dt, OneOfType as _t, makeSignal as ae, OnElement as q, Portal as jt, When as Yt, OneOfTuple as ue, makeComputedOf as fe, Prop as he } from "@tempots/dom";
2
- const de = (t) => {
1
+ import { makeProviderMark as $t, Fragment as q, OnBrowserCtx as yt, Async as St, OnHeadlessCtx as ce, UseProvider as Ht, makeProp as D, renderableOfTNode as rt, getWindow as wt, Signal as zt, html as Bt, on as Ut, Value as it, attr as It, WithProvider as le, OnDispose as xt, Empty as dt, OneOfType as _t, makeSignal as ae, OnElement as K, Portal as jt, When as ue, LazyWhen as fe, OneOfTuple as he, makeComputedOf as de, Prop as me } from "@tempots/dom";
2
+ const pe = (t) => {
3
3
  const e = t.split("/").pop();
4
4
  if (e == null || e.startsWith(".")) return;
5
5
  const n = e.split(".") || [];
6
6
  return n.length > 1 ? "." + n.pop() : void 0;
7
- }, me = (t, e) => {
8
- const n = de(e);
7
+ }, ge = (t, e) => {
8
+ const n = pe(e);
9
9
  return n != null && (t.length === 0 || !t.some((o) => n == o));
10
- }, pe = (t, e, n, o) => {
10
+ }, ye = (t, e, n, o) => {
11
11
  let r = t.target;
12
12
  for (; r != null && !(r instanceof HTMLAnchorElement); )
13
13
  r = r.parentElement;
@@ -18,12 +18,12 @@ const de = (t) => {
18
18
  return !0;
19
19
  const { pathname: s, search: c, hash: a } = i;
20
20
  if (o) {
21
- const l = s + c + a, u = i.getAttribute("href");
22
- if (!(u != null && u.startsWith("#")) && u !== l)
21
+ const l = s + c + a, f = i.getAttribute("href");
22
+ if (!(f != null && f.startsWith("#")) && f !== l)
23
23
  return !0;
24
24
  }
25
- return e ? !1 : me(n, s);
26
- }, ge = (t, e = {
25
+ return e ? !1 : ge(n, s);
26
+ }, we = (t, e = {
27
27
  ignoreUrlWithExtension: !0,
28
28
  allowedExtensions: [],
29
29
  ignoreExternalUrl: !0
@@ -32,15 +32,15 @@ const de = (t) => {
32
32
  (o) => o.startsWith(".") ? o : "." + o
33
33
  ) : [];
34
34
  return (o) => {
35
- pe(
35
+ ye(
36
36
  o,
37
37
  e.ignoreUrlWithExtension ?? !0,
38
38
  n,
39
39
  e.ignoreExternalUrl ?? !0
40
40
  ) || t() && o.preventDefault();
41
41
  };
42
- }, ye = $t("LocationProvider"), mn = (t) => X(
43
- wt((e) => St(
42
+ }, xe = $t("LocationProvider"), gn = (t) => q(
43
+ yt((e) => St(
44
44
  import("./browser-location-12vUH3Kv.js").then((n) => n.ProvideBrowserLocation),
45
45
  (n) => n(t)
46
46
  )(e)),
@@ -48,52 +48,52 @@ const de = (t) => {
48
48
  import("./headless-location-Ba_ht5ZQ.js").then((n) => n.ProvideHeadlessLocation),
49
49
  (n) => n(e.container.currentURL, t)
50
50
  )(e))
51
- ), Xt = (t) => Ht(ye, (e) => (n) => {
52
- const o = W(e.value, e.equals);
51
+ ), Yt = (t) => Ht(xe, (e) => (n) => {
52
+ const o = D(e.value, e.equals);
53
53
  e.feedProp(o), o.on(e.set);
54
54
  const r = rt(t(o))(n);
55
55
  return (i) => {
56
56
  o.dispose(), r(i);
57
57
  };
58
- }), pn = (t, e) => t.pathname === e.pathname && JSON.stringify(t.search) === JSON.stringify(e.search) && t.hash === e.hash, we = (t, e) => {
58
+ }), yn = (t, e) => t.pathname === e.pathname && JSON.stringify(t.search) === JSON.stringify(e.search) && t.hash === e.hash, ve = (t, e) => {
59
59
  var i;
60
- const n = new URL(t, e ?? ((i = xt()) == null ? void 0 : i.location.toString())), o = Object.fromEntries(n.searchParams.entries());
60
+ const n = new URL(t, e ?? ((i = wt()) == null ? void 0 : i.location.toString())), o = Object.fromEntries(n.searchParams.entries());
61
61
  let r = n.hash;
62
62
  return r.startsWith("#") && (r = r.substring(1)), {
63
63
  pathname: n.pathname,
64
64
  search: o,
65
65
  hash: r === "" ? void 0 : r
66
66
  };
67
- }, xe = (t, e) => {
68
- const n = we(e);
67
+ }, be = (t, e) => {
68
+ const n = ve(e);
69
69
  return t.set(n), t;
70
- }, gn = (t) => {
70
+ }, wn = (t) => {
71
71
  const n = new URLSearchParams(t.search).toString(), o = t.hash;
72
72
  return `${t.pathname}${n ? `?${n}` : ""}${o ? `#${o}` : ""}`;
73
- }, ve = (t, ...e) => {
73
+ }, Ae = (t, ...e) => {
74
74
  if (typeof t == "string" || zt.is(t))
75
- return ve({ href: t }, ...e);
75
+ return Ae({ href: t }, ...e);
76
76
  const { href: n, ...o } = t;
77
- return Xt((r) => Bt.a(
77
+ return Yt((r) => Bt.a(
78
78
  Ut.click(
79
- ge(() => (xe(r, it.get(n)), !0), o)
79
+ we(() => (be(r, it.get(n)), !0), o)
80
80
  ),
81
81
  It.href(n),
82
82
  ...e
83
83
  ));
84
- }, qt = $t("Appearance"), yn = (t) => {
85
- const e = xt(), n = e != null && e.matchMedia != null && e.matchMedia("(prefers-color-scheme: dark)").matches, o = W(n ? "dark" : "light"), r = (s) => {
84
+ }, qt = $t("Appearance"), xn = (t) => {
85
+ const e = wt(), n = e != null && e.matchMedia != null && e.matchMedia("(prefers-color-scheme: dark)").matches, o = D(n ? "dark" : "light"), r = (s) => {
86
86
  o.set(s.matches ? "dark" : "light");
87
87
  }, i = e != null && e.matchMedia != null ? e.matchMedia("(prefers-color-scheme: dark)") : void 0;
88
- return i == null || i.addEventListener("change", r), X(
88
+ return i == null || i.addEventListener("change", r), q(
89
89
  le(qt, o, t),
90
- vt(() => i == null ? void 0 : i.removeEventListener("change", r))
90
+ xt(() => i == null ? void 0 : i.removeEventListener("change", r))
91
91
  );
92
- }, wn = (t) => Ht(qt, t), be = (t, e) => {
92
+ }, vn = (t) => Ht(qt, t), Ee = (t, e) => {
93
93
  if (typeof e == "function")
94
- return be(t, { success: e });
95
- const n = e.failure ?? ((s) => X(
96
- vt(s.on(console.error)),
94
+ return Ee(t, { success: e });
95
+ const n = e.failure ?? ((s) => q(
96
+ xt(s.on(console.error)),
97
97
  s.map((c) => `Error: ${c}`)
98
98
  )), o = e.success, r = e.loading ?? (() => dt), i = e.notAsked ?? (() => dt);
99
99
  return _t(it.toSignal(t), {
@@ -102,22 +102,22 @@ const de = (t) => {
102
102
  Loading: (s) => r(s.$.previousValue ?? ae(void 0)),
103
103
  NotAsked: i
104
104
  });
105
- }, xn = (t = 10) => q((e) => {
105
+ }, bn = (t = 10) => K((e) => {
106
106
  const n = setTimeout(() => {
107
107
  e == null || e.focus();
108
108
  }, t);
109
109
  return () => clearTimeout(n);
110
- }), vn = (t = 10) => q((e) => {
110
+ }), An = (t = 10) => K((e) => {
111
111
  const n = setTimeout(() => {
112
112
  e == null || e.select();
113
113
  }, t);
114
114
  return () => clearTimeout(n);
115
- }), bn = q((t) => {
115
+ }), En = K((t) => {
116
116
  const e = t.style.getPropertyValue(":empty");
117
117
  return t.style.setProperty(":empty", "display:none"), (n) => {
118
118
  n && t.style.setProperty(":empty", e);
119
119
  };
120
- }), An = (t) => jt("head > title", It.innerText(t)), Ae = {
120
+ }), Rn = (t) => jt("head > title", It.innerText(t)), Re = {
121
121
  partial: {
122
122
  root: null,
123
123
  rootMargin: "0px",
@@ -135,19 +135,19 @@ const de = (t) => {
135
135
  partial: null,
136
136
  full: null
137
137
  };
138
- function Ee(t) {
138
+ function Oe(t) {
139
139
  return _[t] == null && (_[t] = new IntersectionObserver((e) => {
140
140
  e.forEach((n) => {
141
141
  const o = Q[t].get(n.target);
142
142
  o == null || o.set(n.isIntersecting);
143
143
  });
144
- }, Ae[t])), _[t];
144
+ }, Re[t])), _[t];
145
145
  }
146
- const Re = (t, e) => {
147
- const n = W(!1);
148
- return X(
149
- q((o) => {
150
- const r = typeof IntersectionObserver < "u" ? Ee(t) : null;
146
+ const Le = (t, e) => {
147
+ const n = D(!1);
148
+ return q(
149
+ K((o) => {
150
+ const r = typeof IntersectionObserver < "u" ? Oe(t) : null;
151
151
  return Q[t].set(o, n), r == null || r.observe(o), () => {
152
152
  var i;
153
153
  n.dispose(), r == null || r.unobserve(o), Q[t].delete(o), Q[t].size === 0 && ((i = _[t]) == null || i.disconnect(), _[t] = null);
@@ -155,20 +155,20 @@ const Re = (t, e) => {
155
155
  }),
156
156
  rt(e(n))
157
157
  );
158
- }, En = (t, e, n) => Re(t, (o) => Yt(o, e, n ?? dt)), Z = Math.min, D = Math.max, tt = Math.round, G = Math.floor, C = (t) => ({
158
+ }, On = (t, e, n) => Le(t, (o) => ue(o, e, n ?? dt)), Z = Math.min, W = Math.max, tt = Math.round, G = Math.floor, O = (t) => ({
159
159
  x: t,
160
160
  y: t
161
- }), Oe = {
161
+ }), Te = {
162
162
  left: "right",
163
163
  right: "left",
164
164
  bottom: "top",
165
165
  top: "bottom"
166
- }, Le = {
166
+ }, Se = {
167
167
  start: "end",
168
168
  end: "start"
169
169
  };
170
170
  function Ct(t, e, n) {
171
- return D(t, Z(e, n));
171
+ return W(t, Z(e, n));
172
172
  }
173
173
  function st(t, e) {
174
174
  return typeof t == "function" ? t(e) : t;
@@ -182,29 +182,29 @@ function ct(t) {
182
182
  function Kt(t) {
183
183
  return t === "x" ? "y" : "x";
184
184
  }
185
- function Jt(t) {
185
+ function Xt(t) {
186
186
  return t === "y" ? "height" : "width";
187
187
  }
188
188
  function H(t) {
189
189
  return ["top", "bottom"].includes(F(t)) ? "y" : "x";
190
190
  }
191
- function Gt(t) {
191
+ function Jt(t) {
192
192
  return Kt(H(t));
193
193
  }
194
- function Te(t, e, n) {
194
+ function Ce(t, e, n) {
195
195
  n === void 0 && (n = !1);
196
- const o = ct(t), r = Gt(t), i = Jt(r);
196
+ const o = ct(t), r = Jt(t), i = Xt(r);
197
197
  let s = r === "x" ? o === (n ? "end" : "start") ? "right" : "left" : o === "start" ? "bottom" : "top";
198
198
  return e.reference[i] > e.floating[i] && (s = et(s)), [s, et(s)];
199
199
  }
200
- function Se(t) {
200
+ function ke(t) {
201
201
  const e = et(t);
202
202
  return [mt(t), e, mt(e)];
203
203
  }
204
204
  function mt(t) {
205
- return t.replace(/start|end/g, (e) => Le[e]);
205
+ return t.replace(/start|end/g, (e) => Se[e]);
206
206
  }
207
- function Ce(t, e, n) {
207
+ function Pe(t, e, n) {
208
208
  const o = ["left", "right"], r = ["right", "left"], i = ["top", "bottom"], s = ["bottom", "top"];
209
209
  switch (t) {
210
210
  case "top":
@@ -217,15 +217,15 @@ function Ce(t, e, n) {
217
217
  return [];
218
218
  }
219
219
  }
220
- function ke(t, e, n, o) {
220
+ function We(t, e, n, o) {
221
221
  const r = ct(t);
222
- let i = Ce(F(t), n === "start", o);
222
+ let i = Pe(F(t), n === "start", o);
223
223
  return r && (i = i.map((s) => s + "-" + r), e && (i = i.concat(i.map(mt)))), i;
224
224
  }
225
225
  function et(t) {
226
- return t.replace(/left|right|bottom|top/g, (e) => Oe[e]);
226
+ return t.replace(/left|right|bottom|top/g, (e) => Te[e]);
227
227
  }
228
- function Pe(t) {
228
+ function De(t) {
229
229
  return {
230
230
  top: 0,
231
231
  right: 0,
@@ -234,8 +234,8 @@ function Pe(t) {
234
234
  ...t
235
235
  };
236
236
  }
237
- function De(t) {
238
- return typeof t != "number" ? Pe(t) : {
237
+ function Fe(t) {
238
+ return typeof t != "number" ? De(t) : {
239
239
  top: t,
240
240
  right: t,
241
241
  bottom: t,
@@ -265,31 +265,31 @@ function kt(t, e, n) {
265
265
  reference: o,
266
266
  floating: r
267
267
  } = t;
268
- const i = H(e), s = Gt(e), c = Jt(s), a = F(e), l = i === "y", u = o.x + o.width / 2 - r.width / 2, f = o.y + o.height / 2 - r.height / 2, d = o[c] / 2 - r[c] / 2;
268
+ const i = H(e), s = Jt(e), c = Xt(s), a = F(e), l = i === "y", f = o.x + o.width / 2 - r.width / 2, u = o.y + o.height / 2 - r.height / 2, d = o[c] / 2 - r[c] / 2;
269
269
  let h;
270
270
  switch (a) {
271
271
  case "top":
272
272
  h = {
273
- x: u,
273
+ x: f,
274
274
  y: o.y - r.height
275
275
  };
276
276
  break;
277
277
  case "bottom":
278
278
  h = {
279
- x: u,
279
+ x: f,
280
280
  y: o.y + o.height
281
281
  };
282
282
  break;
283
283
  case "right":
284
284
  h = {
285
285
  x: o.x + o.width,
286
- y: f
286
+ y: u
287
287
  };
288
288
  break;
289
289
  case "left":
290
290
  h = {
291
291
  x: o.x - r.width,
292
- y: f
292
+ y: u
293
293
  };
294
294
  break;
295
295
  default:
@@ -308,7 +308,7 @@ function kt(t, e, n) {
308
308
  }
309
309
  return h;
310
310
  }
311
- const We = async (t, e, n) => {
311
+ const Me = async (t, e, n) => {
312
312
  const {
313
313
  placement: o = "bottom",
314
314
  strategy: r = "absolute",
@@ -320,8 +320,8 @@ const We = async (t, e, n) => {
320
320
  floating: e,
321
321
  strategy: r
322
322
  }), {
323
- x: u,
324
- y: f
323
+ x: f,
324
+ y: u
325
325
  } = kt(l, o, a), d = o, h = {}, p = 0;
326
326
  for (let g = 0; g < c.length; g++) {
327
327
  const {
@@ -333,8 +333,8 @@ const We = async (t, e, n) => {
333
333
  data: b,
334
334
  reset: v
335
335
  } = await m({
336
- x: u,
337
- y: f,
336
+ x: f,
337
+ y: u,
338
338
  initialPlacement: o,
339
339
  placement: d,
340
340
  strategy: r,
@@ -346,7 +346,7 @@ const We = async (t, e, n) => {
346
346
  floating: e
347
347
  }
348
348
  });
349
- u = w ?? u, f = x ?? f, h = {
349
+ f = w ?? f, u = x ?? u, h = {
350
350
  ...h,
351
351
  [y]: {
352
352
  ...h[y],
@@ -357,19 +357,19 @@ const We = async (t, e, n) => {
357
357
  floating: e,
358
358
  strategy: r
359
359
  }) : v.rects), {
360
- x: u,
361
- y: f
360
+ x: f,
361
+ y: u
362
362
  } = kt(l, d, a)), g = -1);
363
363
  }
364
364
  return {
365
- x: u,
366
- y: f,
365
+ x: f,
366
+ y: u,
367
367
  placement: d,
368
368
  strategy: r,
369
369
  middlewareData: h
370
370
  };
371
371
  };
372
- async function Qt(t, e) {
372
+ async function Gt(t, e) {
373
373
  var n;
374
374
  e === void 0 && (e = {});
375
375
  const {
@@ -381,16 +381,16 @@ async function Qt(t, e) {
381
381
  strategy: a
382
382
  } = t, {
383
383
  boundary: l = "clippingAncestors",
384
- rootBoundary: u = "viewport",
385
- elementContext: f = "floating",
384
+ rootBoundary: f = "viewport",
385
+ elementContext: u = "floating",
386
386
  altBoundary: d = !1,
387
387
  padding: h = 0
388
- } = st(e, t), p = De(h), y = c[d ? f === "floating" ? "reference" : "floating" : f], m = nt(await i.getClippingRect({
388
+ } = st(e, t), p = Fe(h), y = c[d ? u === "floating" ? "reference" : "floating" : u], m = nt(await i.getClippingRect({
389
389
  element: (n = await (i.isElement == null ? void 0 : i.isElement(y))) == null || n ? y : y.contextElement || await (i.getDocumentElement == null ? void 0 : i.getDocumentElement(c.floating)),
390
390
  boundary: l,
391
- rootBoundary: u,
391
+ rootBoundary: f,
392
392
  strategy: a
393
- })), w = f === "floating" ? {
393
+ })), w = u === "floating" ? {
394
394
  x: o,
395
395
  y: r,
396
396
  width: s.floating.width,
@@ -414,7 +414,7 @@ async function Qt(t, e) {
414
414
  right: (v.right - m.right + p.right) / b.x
415
415
  };
416
416
  }
417
- const Fe = function(t) {
417
+ const Ne = function(t) {
418
418
  return t === void 0 && (t = {}), {
419
419
  name: "flip",
420
420
  options: t,
@@ -428,8 +428,8 @@ const Fe = function(t) {
428
428
  platform: a,
429
429
  elements: l
430
430
  } = e, {
431
- mainAxis: u = !0,
432
- crossAxis: f = !0,
431
+ mainAxis: f = !0,
432
+ crossAxis: u = !0,
433
433
  fallbackPlacements: d,
434
434
  fallbackStrategy: h = "bestFit",
435
435
  fallbackAxisSideDirection: p = "none",
@@ -438,12 +438,12 @@ const Fe = function(t) {
438
438
  } = st(t, e);
439
439
  if ((n = i.arrow) != null && n.alignmentOffset)
440
440
  return {};
441
- const m = F(r), w = H(c), x = F(c) === c, b = await (a.isRTL == null ? void 0 : a.isRTL(l.floating)), v = d || (x || !g ? [et(c)] : Se(c)), N = p !== "none";
442
- !d && N && v.push(...ke(c, g, p, b));
443
- const ie = [c, ...v], ft = await Qt(e, y), J = [];
441
+ const m = F(r), w = H(c), x = F(c) === c, b = await (a.isRTL == null ? void 0 : a.isRTL(l.floating)), v = d || (x || !g ? [et(c)] : ke(c)), N = p !== "none";
442
+ !d && N && v.push(...We(c, g, p, b));
443
+ const ie = [c, ...v], ft = await Gt(e, y), J = [];
444
444
  let U = ((o = i.flip) == null ? void 0 : o.overflows) || [];
445
- if (u && J.push(ft[m]), f) {
446
- const P = Te(r, s, b);
445
+ if (f && J.push(ft[m]), u) {
446
+ const P = Ce(r, s, b);
447
447
  J.push(ft[P[0]], ft[P[1]]);
448
448
  }
449
449
  if (U = [...U, {
@@ -462,20 +462,20 @@ const Fe = function(t) {
462
462
  placement: Tt
463
463
  }
464
464
  };
465
- let I = (Ot = U.filter((V) => V.overflows[0] <= 0).sort((V, T) => V.overflows[1] - T.overflows[1])[0]) == null ? void 0 : Ot.placement;
465
+ let I = (Ot = U.filter((V) => V.overflows[0] <= 0).sort((V, S) => V.overflows[1] - S.overflows[1])[0]) == null ? void 0 : Ot.placement;
466
466
  if (!I)
467
467
  switch (h) {
468
468
  case "bestFit": {
469
469
  var Lt;
470
- const V = (Lt = U.filter((T) => {
470
+ const V = (Lt = U.filter((S) => {
471
471
  if (N) {
472
- const S = H(T.placement);
473
- return S === w || // Create a bias to the `y` side axis due to horizontal
472
+ const C = H(S.placement);
473
+ return C === w || // Create a bias to the `y` side axis due to horizontal
474
474
  // reading directions favoring greater width.
475
- S === "y";
475
+ C === "y";
476
476
  }
477
477
  return !0;
478
- }).map((T) => [T.placement, T.overflows.filter((S) => S > 0).reduce((S, se) => S + se, 0)]).sort((T, S) => T[1] - S[1])[0]) == null ? void 0 : Lt[0];
478
+ }).map((S) => [S.placement, S.overflows.filter((C) => C > 0).reduce((C, se) => C + se, 0)]).sort((S, C) => S[1] - C[1])[0]) == null ? void 0 : Lt[0];
479
479
  V && (I = V);
480
480
  break;
481
481
  }
@@ -494,34 +494,34 @@ const Fe = function(t) {
494
494
  }
495
495
  };
496
496
  };
497
- async function Me(t, e) {
497
+ async function Ve(t, e) {
498
498
  const {
499
499
  placement: n,
500
500
  platform: o,
501
501
  elements: r
502
- } = t, i = await (o.isRTL == null ? void 0 : o.isRTL(r.floating)), s = F(n), c = ct(n), a = H(n) === "y", l = ["left", "top"].includes(s) ? -1 : 1, u = i && a ? -1 : 1, f = st(e, t);
502
+ } = t, i = await (o.isRTL == null ? void 0 : o.isRTL(r.floating)), s = F(n), c = ct(n), a = H(n) === "y", l = ["left", "top"].includes(s) ? -1 : 1, f = i && a ? -1 : 1, u = st(e, t);
503
503
  let {
504
504
  mainAxis: d,
505
505
  crossAxis: h,
506
506
  alignmentAxis: p
507
- } = typeof f == "number" ? {
508
- mainAxis: f,
507
+ } = typeof u == "number" ? {
508
+ mainAxis: u,
509
509
  crossAxis: 0,
510
510
  alignmentAxis: null
511
511
  } : {
512
- mainAxis: f.mainAxis || 0,
513
- crossAxis: f.crossAxis || 0,
514
- alignmentAxis: f.alignmentAxis
512
+ mainAxis: u.mainAxis || 0,
513
+ crossAxis: u.crossAxis || 0,
514
+ alignmentAxis: u.alignmentAxis
515
515
  };
516
516
  return c && typeof p == "number" && (h = c === "end" ? p * -1 : p), a ? {
517
- x: h * u,
517
+ x: h * f,
518
518
  y: d * l
519
519
  } : {
520
520
  x: d * l,
521
- y: h * u
521
+ y: h * f
522
522
  };
523
523
  }
524
- const Ne = function(t) {
524
+ const $e = function(t) {
525
525
  return t === void 0 && (t = 0), {
526
526
  name: "offset",
527
527
  options: t,
@@ -532,7 +532,7 @@ const Ne = function(t) {
532
532
  y: i,
533
533
  placement: s,
534
534
  middlewareData: c
535
- } = e, a = await Me(e, t);
535
+ } = e, a = await Ve(e, t);
536
536
  return s === ((n = c.offset) == null ? void 0 : n.placement) && (o = c.arrow) != null && o.alignmentOffset ? {} : {
537
537
  x: r + a.x,
538
538
  y: i + a.y,
@@ -543,7 +543,7 @@ const Ne = function(t) {
543
543
  };
544
544
  }
545
545
  };
546
- }, Ve = function(t) {
546
+ }, He = function(t) {
547
547
  return t === void 0 && (t = {}), {
548
548
  name: "shift",
549
549
  options: t,
@@ -571,20 +571,20 @@ const Ne = function(t) {
571
571
  } = st(t, e), l = {
572
572
  x: n,
573
573
  y: o
574
- }, u = await Qt(e, a), f = H(F(r)), d = Kt(f);
575
- let h = l[d], p = l[f];
574
+ }, f = await Gt(e, a), u = H(F(r)), d = Kt(u);
575
+ let h = l[d], p = l[u];
576
576
  if (i) {
577
- const y = d === "y" ? "top" : "left", m = d === "y" ? "bottom" : "right", w = h + u[y], x = h - u[m];
577
+ const y = d === "y" ? "top" : "left", m = d === "y" ? "bottom" : "right", w = h + f[y], x = h - f[m];
578
578
  h = Ct(w, h, x);
579
579
  }
580
580
  if (s) {
581
- const y = f === "y" ? "top" : "left", m = f === "y" ? "bottom" : "right", w = p + u[y], x = p - u[m];
581
+ const y = u === "y" ? "top" : "left", m = u === "y" ? "bottom" : "right", w = p + f[y], x = p - f[m];
582
582
  p = Ct(w, p, x);
583
583
  }
584
584
  const g = c.fn({
585
585
  ...e,
586
586
  [d]: h,
587
- [f]: p
587
+ [u]: p
588
588
  });
589
589
  return {
590
590
  ...g,
@@ -593,7 +593,7 @@ const Ne = function(t) {
593
593
  y: g.y - o,
594
594
  enabled: {
595
595
  [d]: i,
596
- [f]: s
596
+ [u]: s
597
597
  }
598
598
  }
599
599
  };
@@ -604,29 +604,29 @@ function lt() {
604
604
  return typeof window < "u";
605
605
  }
606
606
  function B(t) {
607
- return Zt(t) ? (t.nodeName || "").toLowerCase() : "#document";
607
+ return Qt(t) ? (t.nodeName || "").toLowerCase() : "#document";
608
608
  }
609
609
  function A(t) {
610
610
  var e;
611
611
  return (t == null || (e = t.ownerDocument) == null ? void 0 : e.defaultView) || window;
612
612
  }
613
- function L(t) {
613
+ function T(t) {
614
614
  var e;
615
- return (e = (Zt(t) ? t.ownerDocument : t.document) || window.document) == null ? void 0 : e.documentElement;
615
+ return (e = (Qt(t) ? t.ownerDocument : t.document) || window.document) == null ? void 0 : e.documentElement;
616
616
  }
617
- function Zt(t) {
617
+ function Qt(t) {
618
618
  return lt() ? t instanceof Node || t instanceof A(t).Node : !1;
619
619
  }
620
620
  function E(t) {
621
621
  return lt() ? t instanceof Element || t instanceof A(t).Element : !1;
622
622
  }
623
- function O(t) {
623
+ function L(t) {
624
624
  return lt() ? t instanceof HTMLElement || t instanceof A(t).HTMLElement : !1;
625
625
  }
626
626
  function Pt(t) {
627
627
  return !lt() || typeof ShadowRoot > "u" ? !1 : t instanceof ShadowRoot || t instanceof A(t).ShadowRoot;
628
628
  }
629
- function K(t) {
629
+ function X(t) {
630
630
  const {
631
631
  overflow: e,
632
632
  overflowX: n,
@@ -635,7 +635,7 @@ function K(t) {
635
635
  } = R(t);
636
636
  return /auto|scroll|overlay|hidden|clip/.test(e + o + n) && !["inline", "contents"].includes(r);
637
637
  }
638
- function $e(t) {
638
+ function ze(t) {
639
639
  return ["table", "td", "th"].includes(B(t));
640
640
  }
641
641
  function at(t) {
@@ -647,14 +647,14 @@ function at(t) {
647
647
  }
648
648
  });
649
649
  }
650
- function bt(t) {
651
- const e = At(), n = E(t) ? R(t) : t;
650
+ function vt(t) {
651
+ const e = bt(), n = E(t) ? R(t) : t;
652
652
  return n.transform !== "none" || n.perspective !== "none" || (n.containerType ? n.containerType !== "normal" : !1) || !e && (n.backdropFilter ? n.backdropFilter !== "none" : !1) || !e && (n.filter ? n.filter !== "none" : !1) || ["transform", "perspective", "filter"].some((o) => (n.willChange || "").includes(o)) || ["paint", "layout", "strict", "content"].some((o) => (n.contain || "").includes(o));
653
653
  }
654
- function He(t) {
654
+ function Be(t) {
655
655
  let e = k(t);
656
- for (; O(e) && !z(e); ) {
657
- if (bt(e))
656
+ for (; L(e) && !z(e); ) {
657
+ if (vt(e))
658
658
  return e;
659
659
  if (at(e))
660
660
  return null;
@@ -662,7 +662,7 @@ function He(t) {
662
662
  }
663
663
  return null;
664
664
  }
665
- function At() {
665
+ function bt() {
666
666
  return typeof CSS > "u" || !CSS.supports ? !1 : CSS.supports("-webkit-backdrop-filter", "none");
667
667
  }
668
668
  function z(t) {
@@ -688,138 +688,150 @@ function k(t) {
688
688
  t.assignedSlot || // DOM Element detected.
689
689
  t.parentNode || // ShadowRoot detected.
690
690
  Pt(t) && t.host || // Fallback.
691
- L(t)
691
+ T(t)
692
692
  );
693
693
  return Pt(e) ? e.host : e;
694
694
  }
695
- function te(t) {
695
+ function Zt(t) {
696
696
  const e = k(t);
697
- return z(e) ? t.ownerDocument ? t.ownerDocument.body : t.body : O(e) && K(e) ? e : te(e);
697
+ return z(e) ? t.ownerDocument ? t.ownerDocument.body : t.body : L(e) && X(e) ? e : Zt(e);
698
698
  }
699
699
  function j(t, e, n) {
700
700
  var o;
701
701
  e === void 0 && (e = []), n === void 0 && (n = !0);
702
- const r = te(t), i = r === ((o = t.ownerDocument) == null ? void 0 : o.body), s = A(r);
702
+ const r = Zt(t), i = r === ((o = t.ownerDocument) == null ? void 0 : o.body), s = A(r);
703
703
  if (i) {
704
704
  const c = pt(s);
705
- return e.concat(s, s.visualViewport || [], K(r) ? r : [], c && n ? j(c) : []);
705
+ return e.concat(s, s.visualViewport || [], X(r) ? r : [], c && n ? j(c) : []);
706
706
  }
707
707
  return e.concat(r, j(r, [], n));
708
708
  }
709
709
  function pt(t) {
710
710
  return t.parent && Object.getPrototypeOf(t.parent) ? t.frameElement : null;
711
711
  }
712
- function ee(t) {
712
+ function te(t) {
713
713
  const e = R(t);
714
714
  let n = parseFloat(e.width) || 0, o = parseFloat(e.height) || 0;
715
- const r = O(t), i = r ? t.offsetWidth : n, s = r ? t.offsetHeight : o, c = tt(n) !== i || tt(o) !== s;
715
+ const r = L(t), i = r ? t.offsetWidth : n, s = r ? t.offsetHeight : o, c = tt(n) !== i || tt(o) !== s;
716
716
  return c && (n = i, o = s), {
717
717
  width: n,
718
718
  height: o,
719
719
  $: c
720
720
  };
721
721
  }
722
- function Et(t) {
722
+ function At(t) {
723
723
  return E(t) ? t : t.contextElement;
724
724
  }
725
725
  function $(t) {
726
- const e = Et(t);
727
- if (!O(e))
728
- return C(1);
726
+ const e = At(t);
727
+ if (!L(e))
728
+ return O(1);
729
729
  const n = e.getBoundingClientRect(), {
730
730
  width: o,
731
731
  height: r,
732
732
  $: i
733
- } = ee(e);
733
+ } = te(e);
734
734
  let s = (i ? tt(n.width) : n.width) / o, c = (i ? tt(n.height) : n.height) / r;
735
735
  return (!s || !Number.isFinite(s)) && (s = 1), (!c || !Number.isFinite(c)) && (c = 1), {
736
736
  x: s,
737
737
  y: c
738
738
  };
739
739
  }
740
- const ze = /* @__PURE__ */ C(0);
741
- function ne(t) {
740
+ const Ue = /* @__PURE__ */ O(0);
741
+ function ee(t) {
742
742
  const e = A(t);
743
- return !At() || !e.visualViewport ? ze : {
743
+ return !bt() || !e.visualViewport ? Ue : {
744
744
  x: e.visualViewport.offsetLeft,
745
745
  y: e.visualViewport.offsetTop
746
746
  };
747
747
  }
748
- function Be(t, e, n) {
748
+ function Ie(t, e, n) {
749
749
  return e === void 0 && (e = !1), !n || e && n !== A(t) ? !1 : e;
750
750
  }
751
751
  function M(t, e, n, o) {
752
752
  e === void 0 && (e = !1), n === void 0 && (n = !1);
753
- const r = t.getBoundingClientRect(), i = Et(t);
754
- let s = C(1);
753
+ const r = t.getBoundingClientRect(), i = At(t);
754
+ let s = O(1);
755
755
  e && (o ? E(o) && (s = $(o)) : s = $(t));
756
- const c = Be(i, n, o) ? ne(i) : C(0);
757
- let a = (r.left + c.x) / s.x, l = (r.top + c.y) / s.y, u = r.width / s.x, f = r.height / s.y;
756
+ const c = Ie(i, n, o) ? ee(i) : O(0);
757
+ let a = (r.left + c.x) / s.x, l = (r.top + c.y) / s.y, f = r.width / s.x, u = r.height / s.y;
758
758
  if (i) {
759
759
  const d = A(i), h = o && E(o) ? A(o) : o;
760
760
  let p = d, g = pt(p);
761
761
  for (; g && o && h !== p; ) {
762
762
  const y = $(g), m = g.getBoundingClientRect(), w = R(g), x = m.left + (g.clientLeft + parseFloat(w.paddingLeft)) * y.x, b = m.top + (g.clientTop + parseFloat(w.paddingTop)) * y.y;
763
- a *= y.x, l *= y.y, u *= y.x, f *= y.y, a += x, l += b, p = A(g), g = pt(p);
763
+ a *= y.x, l *= y.y, f *= y.x, u *= y.y, a += x, l += b, p = A(g), g = pt(p);
764
764
  }
765
765
  }
766
766
  return nt({
767
- width: u,
768
- height: f,
767
+ width: f,
768
+ height: u,
769
769
  x: a,
770
770
  y: l
771
771
  });
772
772
  }
773
- function Ue(t) {
773
+ function Et(t, e) {
774
+ const n = ut(t).scrollLeft;
775
+ return e ? e.left + n : M(T(t)).left + n;
776
+ }
777
+ function ne(t, e, n) {
778
+ n === void 0 && (n = !1);
779
+ const o = t.getBoundingClientRect(), r = o.left + e.scrollLeft - (n ? 0 : (
780
+ // RTL <body> scrollbar.
781
+ Et(t, o)
782
+ )), i = o.top + e.scrollTop;
783
+ return {
784
+ x: r,
785
+ y: i
786
+ };
787
+ }
788
+ function _e(t) {
774
789
  let {
775
790
  elements: e,
776
791
  rect: n,
777
792
  offsetParent: o,
778
793
  strategy: r
779
794
  } = t;
780
- const i = r === "fixed", s = L(o), c = e ? at(e.floating) : !1;
795
+ const i = r === "fixed", s = T(o), c = e ? at(e.floating) : !1;
781
796
  if (o === s || c && i)
782
797
  return n;
783
798
  let a = {
784
799
  scrollLeft: 0,
785
800
  scrollTop: 0
786
- }, l = C(1);
787
- const u = C(0), f = O(o);
788
- if ((f || !f && !i) && ((B(o) !== "body" || K(s)) && (a = ut(o)), O(o))) {
789
- const d = M(o);
790
- l = $(o), u.x = d.x + o.clientLeft, u.y = d.y + o.clientTop;
801
+ }, l = O(1);
802
+ const f = O(0), u = L(o);
803
+ if ((u || !u && !i) && ((B(o) !== "body" || X(s)) && (a = ut(o)), L(o))) {
804
+ const h = M(o);
805
+ l = $(o), f.x = h.x + o.clientLeft, f.y = h.y + o.clientTop;
791
806
  }
807
+ const d = s && !u && !i ? ne(s, a, !0) : O(0);
792
808
  return {
793
809
  width: n.width * l.x,
794
810
  height: n.height * l.y,
795
- x: n.x * l.x - a.scrollLeft * l.x + u.x,
796
- y: n.y * l.y - a.scrollTop * l.y + u.y
811
+ x: n.x * l.x - a.scrollLeft * l.x + f.x + d.x,
812
+ y: n.y * l.y - a.scrollTop * l.y + f.y + d.y
797
813
  };
798
814
  }
799
- function Ie(t) {
815
+ function je(t) {
800
816
  return Array.from(t.getClientRects());
801
817
  }
802
- function gt(t, e) {
803
- const n = ut(t).scrollLeft;
804
- return e ? e.left + n : M(L(t)).left + n;
805
- }
806
- function _e(t) {
807
- const e = L(t), n = ut(t), o = t.ownerDocument.body, r = D(e.scrollWidth, e.clientWidth, o.scrollWidth, o.clientWidth), i = D(e.scrollHeight, e.clientHeight, o.scrollHeight, o.clientHeight);
808
- let s = -n.scrollLeft + gt(t);
818
+ function Ye(t) {
819
+ const e = T(t), n = ut(t), o = t.ownerDocument.body, r = W(e.scrollWidth, e.clientWidth, o.scrollWidth, o.clientWidth), i = W(e.scrollHeight, e.clientHeight, o.scrollHeight, o.clientHeight);
820
+ let s = -n.scrollLeft + Et(t);
809
821
  const c = -n.scrollTop;
810
- return R(o).direction === "rtl" && (s += D(e.clientWidth, o.clientWidth) - r), {
822
+ return R(o).direction === "rtl" && (s += W(e.clientWidth, o.clientWidth) - r), {
811
823
  width: r,
812
824
  height: i,
813
825
  x: s,
814
826
  y: c
815
827
  };
816
828
  }
817
- function je(t, e) {
818
- const n = A(t), o = L(t), r = n.visualViewport;
829
+ function qe(t, e) {
830
+ const n = A(t), o = T(t), r = n.visualViewport;
819
831
  let i = o.clientWidth, s = o.clientHeight, c = 0, a = 0;
820
832
  if (r) {
821
833
  i = r.width, s = r.height;
822
- const l = At();
834
+ const l = bt();
823
835
  (!l || l && e === "fixed") && (c = r.offsetLeft, a = r.offsetTop);
824
836
  }
825
837
  return {
@@ -829,8 +841,8 @@ function je(t, e) {
829
841
  y: a
830
842
  };
831
843
  }
832
- function Ye(t, e) {
833
- const n = M(t, !0, e === "fixed"), o = n.top + t.clientTop, r = n.left + t.clientLeft, i = O(t) ? $(t) : C(1), s = t.clientWidth * i.x, c = t.clientHeight * i.y, a = r * i.x, l = o * i.y;
844
+ function Ke(t, e) {
845
+ const n = M(t, !0, e === "fixed"), o = n.top + t.clientTop, r = n.left + t.clientLeft, i = L(t) ? $(t) : O(1), s = t.clientWidth * i.x, c = t.clientHeight * i.y, a = r * i.x, l = o * i.y;
834
846
  return {
835
847
  width: s,
836
848
  height: c,
@@ -838,20 +850,21 @@ function Ye(t, e) {
838
850
  y: l
839
851
  };
840
852
  }
841
- function Dt(t, e, n) {
853
+ function Wt(t, e, n) {
842
854
  let o;
843
855
  if (e === "viewport")
844
- o = je(t, n);
856
+ o = qe(t, n);
845
857
  else if (e === "document")
846
- o = _e(L(t));
858
+ o = Ye(T(t));
847
859
  else if (E(e))
848
- o = Ye(e, n);
860
+ o = Ke(e, n);
849
861
  else {
850
- const r = ne(t);
862
+ const r = ee(t);
851
863
  o = {
852
- ...e,
853
864
  x: e.x - r.x,
854
- y: e.y - r.y
865
+ y: e.y - r.y,
866
+ width: e.width,
867
+ height: e.height
855
868
  };
856
869
  }
857
870
  return nt(o);
@@ -868,22 +881,22 @@ function Xe(t, e) {
868
881
  const i = R(t).position === "fixed";
869
882
  let s = i ? k(t) : t;
870
883
  for (; E(s) && !z(s); ) {
871
- const c = R(s), a = bt(s);
872
- !a && c.position === "fixed" && (r = null), (i ? !a && !r : !a && c.position === "static" && !!r && ["absolute", "fixed"].includes(r.position) || K(s) && !a && oe(t, s)) ? o = o.filter((u) => u !== s) : r = c, s = k(s);
884
+ const c = R(s), a = vt(s);
885
+ !a && c.position === "fixed" && (r = null), (i ? !a && !r : !a && c.position === "static" && !!r && ["absolute", "fixed"].includes(r.position) || X(s) && !a && oe(t, s)) ? o = o.filter((f) => f !== s) : r = c, s = k(s);
873
886
  }
874
887
  return e.set(t, o), o;
875
888
  }
876
- function qe(t) {
889
+ function Je(t) {
877
890
  let {
878
891
  element: e,
879
892
  boundary: n,
880
893
  rootBoundary: o,
881
894
  strategy: r
882
895
  } = t;
883
- const s = [...n === "clippingAncestors" ? at(e) ? [] : Xe(e, this._c) : [].concat(n), o], c = s[0], a = s.reduce((l, u) => {
884
- const f = Dt(e, u, r);
885
- return l.top = D(f.top, l.top), l.right = Z(f.right, l.right), l.bottom = Z(f.bottom, l.bottom), l.left = D(f.left, l.left), l;
886
- }, Dt(e, c, r));
896
+ const s = [...n === "clippingAncestors" ? at(e) ? [] : Xe(e, this._c) : [].concat(n), o], c = s[0], a = s.reduce((l, f) => {
897
+ const u = Wt(e, f, r);
898
+ return l.top = W(u.top, l.top), l.right = Z(u.right, l.right), l.bottom = Z(u.bottom, l.bottom), l.left = W(u.left, l.left), l;
899
+ }, Wt(e, c, r));
887
900
  return {
888
901
  width: a.right - a.left,
889
902
  height: a.bottom - a.top,
@@ -891,38 +904,32 @@ function qe(t) {
891
904
  y: a.top
892
905
  };
893
906
  }
894
- function Ke(t) {
907
+ function Ge(t) {
895
908
  const {
896
909
  width: e,
897
910
  height: n
898
- } = ee(t);
911
+ } = te(t);
899
912
  return {
900
913
  width: e,
901
914
  height: n
902
915
  };
903
916
  }
904
- function Je(t, e, n) {
905
- const o = O(e), r = L(e), i = n === "fixed", s = M(t, !0, i, e);
917
+ function Qe(t, e, n) {
918
+ const o = L(e), r = T(e), i = n === "fixed", s = M(t, !0, i, e);
906
919
  let c = {
907
920
  scrollLeft: 0,
908
921
  scrollTop: 0
909
922
  };
910
- const a = C(0);
923
+ const a = O(0);
911
924
  if (o || !o && !i)
912
- if ((B(e) !== "body" || K(r)) && (c = ut(e)), o) {
913
- const h = M(e, !0, i, e);
914
- a.x = h.x + e.clientLeft, a.y = h.y + e.clientTop;
915
- } else r && (a.x = gt(r));
916
- let l = 0, u = 0;
917
- if (r && !o && !i) {
918
- const h = r.getBoundingClientRect();
919
- u = h.top + c.scrollTop, l = h.left + c.scrollLeft - // RTL <body> scrollbar.
920
- gt(r, h);
921
- }
922
- const f = s.left + c.scrollLeft - a.x - l, d = s.top + c.scrollTop - a.y - u;
925
+ if ((B(e) !== "body" || X(r)) && (c = ut(e)), o) {
926
+ const d = M(e, !0, i, e);
927
+ a.x = d.x + e.clientLeft, a.y = d.y + e.clientTop;
928
+ } else r && (a.x = Et(r));
929
+ const l = r && !o && !i ? ne(r, c) : O(0), f = s.left + c.scrollLeft - a.x - l.x, u = s.top + c.scrollTop - a.y - l.y;
923
930
  return {
924
931
  x: f,
925
- y: d,
932
+ y: u,
926
933
  width: s.width,
927
934
  height: s.height
928
935
  };
@@ -930,19 +937,19 @@ function Je(t, e, n) {
930
937
  function ht(t) {
931
938
  return R(t).position === "static";
932
939
  }
933
- function Wt(t, e) {
934
- if (!O(t) || R(t).position === "fixed")
940
+ function Dt(t, e) {
941
+ if (!L(t) || R(t).position === "fixed")
935
942
  return null;
936
943
  if (e)
937
944
  return e(t);
938
945
  let n = t.offsetParent;
939
- return L(t) === n && (n = n.ownerDocument.body), n;
946
+ return T(t) === n && (n = n.ownerDocument.body), n;
940
947
  }
941
948
  function re(t, e) {
942
949
  const n = A(t);
943
950
  if (at(t))
944
951
  return n;
945
- if (!O(t)) {
952
+ if (!L(t)) {
946
953
  let r = k(t);
947
954
  for (; r && !z(r); ) {
948
955
  if (E(r) && !ht(r))
@@ -951,15 +958,15 @@ function re(t, e) {
951
958
  }
952
959
  return n;
953
960
  }
954
- let o = Wt(t, e);
955
- for (; o && $e(o) && ht(o); )
956
- o = Wt(o, e);
957
- return o && z(o) && ht(o) && !bt(o) ? n : o || He(t) || n;
961
+ let o = Dt(t, e);
962
+ for (; o && ze(o) && ht(o); )
963
+ o = Dt(o, e);
964
+ return o && z(o) && ht(o) && !vt(o) ? n : o || Be(t) || n;
958
965
  }
959
- const Ge = async function(t) {
966
+ const Ze = async function(t) {
960
967
  const e = this.getOffsetParent || re, n = this.getDimensions, o = await n(t.floating);
961
968
  return {
962
- reference: Je(t.reference, await e(t.floating), t.strategy),
969
+ reference: Qe(t.reference, await e(t.floating), t.strategy),
963
970
  floating: {
964
971
  x: 0,
965
972
  y: 0,
@@ -968,24 +975,24 @@ const Ge = async function(t) {
968
975
  }
969
976
  };
970
977
  };
971
- function Qe(t) {
978
+ function tn(t) {
972
979
  return R(t).direction === "rtl";
973
980
  }
974
- const Ze = {
975
- convertOffsetParentRelativeRectToViewportRelativeRect: Ue,
976
- getDocumentElement: L,
977
- getClippingRect: qe,
981
+ const en = {
982
+ convertOffsetParentRelativeRectToViewportRelativeRect: _e,
983
+ getDocumentElement: T,
984
+ getClippingRect: Je,
978
985
  getOffsetParent: re,
979
- getElementRects: Ge,
980
- getClientRects: Ie,
981
- getDimensions: Ke,
986
+ getElementRects: Ze,
987
+ getClientRects: je,
988
+ getDimensions: Ge,
982
989
  getScale: $,
983
990
  isElement: E,
984
- isRTL: Qe
991
+ isRTL: tn
985
992
  };
986
- function tn(t, e) {
993
+ function nn(t, e) {
987
994
  let n = null, o;
988
- const r = L(t);
995
+ const r = T(t);
989
996
  function i() {
990
997
  var c;
991
998
  clearTimeout(o), (c = n) == null || c.disconnect(), n = null;
@@ -994,15 +1001,15 @@ function tn(t, e) {
994
1001
  c === void 0 && (c = !1), a === void 0 && (a = 1), i();
995
1002
  const {
996
1003
  left: l,
997
- top: u,
998
- width: f,
1004
+ top: f,
1005
+ width: u,
999
1006
  height: d
1000
1007
  } = t.getBoundingClientRect();
1001
- if (c || e(), !f || !d)
1008
+ if (c || e(), !u || !d)
1002
1009
  return;
1003
- const h = G(u), p = G(r.clientWidth - (l + f)), g = G(r.clientHeight - (u + d)), y = G(l), w = {
1010
+ const h = G(f), p = G(r.clientWidth - (l + u)), g = G(r.clientHeight - (f + d)), y = G(l), w = {
1004
1011
  rootMargin: -h + "px " + -p + "px " + -g + "px " + -y + "px",
1005
- threshold: D(0, Z(1, a)) || 1
1012
+ threshold: W(0, Z(1, a)) || 1
1006
1013
  };
1007
1014
  let x = !0;
1008
1015
  function b(v) {
@@ -1029,7 +1036,7 @@ function tn(t, e) {
1029
1036
  }
1030
1037
  return s(!0), i;
1031
1038
  }
1032
- function en(t, e, n, o) {
1039
+ function on(t, e, n, o) {
1033
1040
  o === void 0 && (o = {});
1034
1041
  const {
1035
1042
  ancestorScroll: r = !0,
@@ -1037,13 +1044,13 @@ function en(t, e, n, o) {
1037
1044
  elementResize: s = typeof ResizeObserver == "function",
1038
1045
  layoutShift: c = typeof IntersectionObserver == "function",
1039
1046
  animationFrame: a = !1
1040
- } = o, l = Et(t), u = r || i ? [...l ? j(l) : [], ...j(e)] : [];
1041
- u.forEach((m) => {
1047
+ } = o, l = At(t), f = r || i ? [...l ? j(l) : [], ...j(e)] : [];
1048
+ f.forEach((m) => {
1042
1049
  r && m.addEventListener("scroll", n, {
1043
1050
  passive: !0
1044
1051
  }), i && m.addEventListener("resize", n);
1045
1052
  });
1046
- const f = l && c ? tn(l, n) : null;
1053
+ const u = l && c ? nn(l, n) : null;
1047
1054
  let d = -1, h = null;
1048
1055
  s && (h = new ResizeObserver((m) => {
1049
1056
  let [w] = m;
@@ -1060,49 +1067,49 @@ function en(t, e, n, o) {
1060
1067
  }
1061
1068
  return n(), () => {
1062
1069
  var m;
1063
- u.forEach((w) => {
1070
+ f.forEach((w) => {
1064
1071
  r && w.removeEventListener("scroll", n), i && w.removeEventListener("resize", n);
1065
- }), f == null || f(), (m = h) == null || m.disconnect(), h = null, a && cancelAnimationFrame(p);
1072
+ }), u == null || u(), (m = h) == null || m.disconnect(), h = null, a && cancelAnimationFrame(p);
1066
1073
  };
1067
1074
  }
1068
- const nn = Ne, on = Ve, Ft = Fe, rn = (t, e, n) => {
1075
+ const rn = $e, sn = He, Ft = Ne, cn = (t, e, n) => {
1069
1076
  const o = /* @__PURE__ */ new Map(), r = {
1070
- platform: Ze,
1077
+ platform: en,
1071
1078
  ...n
1072
1079
  }, i = {
1073
1080
  ...r.platform,
1074
1081
  _c: o
1075
1082
  };
1076
- return We(t, e, {
1083
+ return Me(t, e, {
1077
1084
  ...r,
1078
1085
  platform: i
1079
1086
  });
1080
- }, Rn = ({
1087
+ }, Ln = ({
1081
1088
  content: t,
1082
1089
  open: e,
1083
1090
  placement: n,
1084
1091
  offset: { mainAxis: o, crossAxis: r } = { mainAxis: 0, crossAxis: 0 }
1085
- }) => wt((i) => {
1092
+ }) => yt((i) => {
1086
1093
  const s = it.toSignal(e), c = i.element;
1087
- return Yt(
1094
+ return fe(
1088
1095
  s,
1089
- jt(
1096
+ () => jt(
1090
1097
  "body",
1091
1098
  Bt.div(
1092
- q((a) => {
1099
+ K((a) => {
1093
1100
  const l = a;
1094
- return l.style.position = "absolute", en(c, l, () => {
1095
- rn(c, l, {
1101
+ return l.style.position = "absolute", on(c, l, () => {
1102
+ cn(c, l, {
1096
1103
  placement: n,
1097
1104
  strategy: "absolute",
1098
1105
  middleware: [
1099
1106
  Ft(),
1100
- nn({ mainAxis: o, crossAxis: r }),
1101
- on(),
1107
+ rn({ mainAxis: o, crossAxis: r }),
1108
+ sn(),
1102
1109
  Ft()
1103
1110
  ]
1104
- }).then(({ x: u, y: f }) => {
1105
- l.style.top = `${f}px`, l.style.left = `${u}px`;
1111
+ }).then(({ x: f, y: u }) => {
1112
+ l.style.top = `${u}px`, l.style.left = `${f}px`;
1106
1113
  });
1107
1114
  });
1108
1115
  }),
@@ -1110,22 +1117,22 @@ const nn = Ne, on = Ve, Ft = Fe, rn = (t, e, n) => {
1110
1117
  )
1111
1118
  )
1112
1119
  )(i);
1113
- }), sn = (t, e) => {
1120
+ }), ln = (t, e) => {
1114
1121
  if (typeof e == "function")
1115
- return sn(t, { success: e });
1116
- const n = e.failure ?? ((r) => X(
1117
- vt(r.on(console.error)),
1122
+ return ln(t, { success: e });
1123
+ const n = e.failure ?? ((r) => q(
1124
+ xt(r.on(console.error)),
1118
1125
  r.map((i) => `Error: ${i}`)
1119
1126
  )), o = e.success;
1120
1127
  return _t(it.toSignal(t), {
1121
1128
  Success: (r) => o(r.$.value),
1122
1129
  Failure: (r) => n(r.$.error)
1123
1130
  });
1124
- }, On = () => Ut.focus((t) => {
1131
+ }, Tn = () => Ut.focus((t) => {
1125
1132
  var e;
1126
1133
  return (e = t.target) == null ? void 0 : e.select();
1127
- }), Ln = (t) => wt((e) => {
1128
- const { element: n } = e, o = W({
1134
+ }), Sn = (t) => yt((e) => {
1135
+ const { element: n } = e, o = D({
1129
1136
  width: n.clientWidth,
1130
1137
  height: n.clientHeight
1131
1138
  }), r = rt(t(o))(e), i = () => {
@@ -1135,8 +1142,8 @@ const nn = Ne, on = Ve, Ft = Fe, rn = (t, e, n) => {
1135
1142
  return typeof ResizeObserver == "function" && (s = new ResizeObserver(i), s.observe(n)), (c) => {
1136
1143
  s == null || s.disconnect(), r(c);
1137
1144
  };
1138
- }), Tn = (t) => (e) => {
1139
- const n = xt(), o = W({
1145
+ }), Cn = (t) => (e) => {
1146
+ const n = wt(), o = D({
1140
1147
  width: (n == null ? void 0 : n.innerWidth) ?? 0,
1141
1148
  height: (n == null ? void 0 : n.innerHeight) ?? 0
1142
1149
  }), r = rt(t(o))(e), i = () => {
@@ -1148,7 +1155,7 @@ const nn = Ne, on = Ve, Ft = Fe, rn = (t, e, n) => {
1148
1155
  return n == null || n.addEventListener("resize", i), (s) => {
1149
1156
  n == null || n.removeEventListener("resize", i), r(s);
1150
1157
  };
1151
- }, cn = (t, e) => {
1158
+ }, an = (t, e) => {
1152
1159
  const n = e.split("/").filter((r) => r !== ""), o = {};
1153
1160
  for (let r = 0; r < t.length; r++) {
1154
1161
  const i = t[r], s = n[r];
@@ -1163,22 +1170,22 @@ const nn = Ne, on = Ve, Ft = Fe, rn = (t, e, n) => {
1163
1170
  return { params: o, path: e };
1164
1171
  }
1165
1172
  return n.length !== t.length ? null : { params: o, path: e };
1166
- }, ln = (t) => t.split("/").map((e) => e.startsWith(":") ? { type: "param", name: e.slice(1) } : e === "*" ? { type: "catch-all" } : { type: "literal", value: e }).filter((e) => e.type !== "literal" || e.value !== ""), an = (t) => {
1173
+ }, un = (t) => t.split("/").map((e) => e.startsWith(":") ? { type: "param", name: e.slice(1) } : e === "*" ? { type: "catch-all" } : { type: "literal", value: e }).filter((e) => e.type !== "literal" || e.value !== ""), fn = (t) => {
1167
1174
  const e = t.map((n) => {
1168
- const o = ln(n);
1175
+ const o = un(n);
1169
1176
  return { route: n, segments: o };
1170
1177
  });
1171
1178
  return function(o) {
1172
1179
  for (const { segments: r, route: i } of e) {
1173
- const s = cn(r, o);
1180
+ const s = an(r, o);
1174
1181
  if (s)
1175
1182
  return { ...s, route: i };
1176
1183
  }
1177
1184
  return null;
1178
1185
  };
1179
- }, Sn = (t) => {
1180
- const e = an(Object.keys(t));
1181
- return Xt((n) => {
1186
+ }, kn = (t) => {
1187
+ const e = fn(Object.keys(t));
1188
+ return Yt((n) => {
1182
1189
  const o = n.map((r) => {
1183
1190
  const i = e(r.pathname);
1184
1191
  if (i == null)
@@ -1191,13 +1198,13 @@ const nn = Ne, on = Ve, Ft = Fe, rn = (t, e, n) => {
1191
1198
  hash: r.hash
1192
1199
  };
1193
1200
  });
1194
- return ue(
1201
+ return he(
1195
1202
  o.map((r) => [r.route, r]),
1196
1203
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
1197
1204
  t
1198
1205
  );
1199
1206
  });
1200
- }, ot = 60 * 1e3, yt = 60 * ot, Y = 24 * yt, Mt = 7 * Y, Nt = 30 * Y, un = 365 * Y, fn = [
1207
+ }, ot = 60 * 1e3, gt = 60 * ot, Y = 24 * gt, Mt = 7 * Y, Nt = 30 * Y, hn = 365 * Y, dn = [
1201
1208
  {
1202
1209
  max: ot * 90,
1203
1210
  value: ot,
@@ -1206,8 +1213,8 @@ const nn = Ne, on = Ve, Ft = Fe, rn = (t, e, n) => {
1206
1213
  future: { singular: "in a minute", plural: "in {} minutes" }
1207
1214
  },
1208
1215
  {
1209
- max: yt * 36,
1210
- value: yt,
1216
+ max: gt * 36,
1217
+ value: gt,
1211
1218
  name: "hour",
1212
1219
  past: { singular: "an hour ago", plural: "{} hours ago" },
1213
1220
  future: { singular: "in an hour", plural: "in {} hours" }
@@ -1235,7 +1242,7 @@ const nn = Ne, on = Ve, Ft = Fe, rn = (t, e, n) => {
1235
1242
  },
1236
1243
  {
1237
1244
  max: 1 / 0,
1238
- value: un,
1245
+ value: hn,
1239
1246
  name: "year",
1240
1247
  past: { singular: "last year", plural: "{} years ago" },
1241
1248
  future: { singular: "in a year", plural: "in {} years" }
@@ -1251,58 +1258,58 @@ function Vt(t, e, n, o) {
1251
1258
  })
1252
1259
  );
1253
1260
  }
1254
- function hn(t) {
1261
+ function mn(t) {
1255
1262
  const e = Math.abs(t);
1256
1263
  if (e < ot)
1257
1264
  return t < 0 ? "just now" : "in a moment";
1258
- for (const n of fn)
1265
+ for (const n of dn)
1259
1266
  if (e < n.max)
1260
1267
  return t < 0 ? Vt(e, n.value, n.past.singular, n.past.plural) : Vt(e, n.value, n.future.singular, n.future.plural);
1261
1268
  throw new Error("unreachable");
1262
1269
  }
1263
- const Cn = (t, e) => {
1264
- const n = e != null ? zt.is(e) ? e.map((i) => i) : W(e) : W(/* @__PURE__ */ new Date()), o = fe(
1270
+ const Pn = (t, e) => {
1271
+ const n = e != null ? zt.is(e) ? e.derive() : D(e) : D(/* @__PURE__ */ new Date()), o = de(
1265
1272
  t,
1266
1273
  n
1267
1274
  )((i, s) => {
1268
1275
  const c = i.getTime() - s.getTime();
1269
- return hn(c);
1270
- }), r = he.is(n) ? setInterval(() => n.set(/* @__PURE__ */ new Date()), 5e3) : void 0;
1276
+ return mn(c);
1277
+ }), r = me.is(n) ? setInterval(() => n.set(/* @__PURE__ */ new Date()), 5e3) : void 0;
1271
1278
  return o.onDispose(() => {
1272
1279
  r != null && clearInterval(r), n.dispose();
1273
1280
  }), o;
1274
1281
  };
1275
1282
  export {
1276
- ve as Anchor,
1277
- be as AsyncResultView,
1278
- xn as AutoFocus,
1279
- vn as AutoSelect,
1280
- Ln as ElementSize,
1281
- An as HTMLTitle,
1282
- bn as HiddenWhenEmpty,
1283
- Re as InViewport,
1284
- ye as LocationProviderMarker,
1285
- Rn as PopOver,
1286
- yn as ProvideAppearance,
1287
- mn as ProvideLocation,
1288
- sn as ResultView,
1289
- Sn as Router,
1290
- On as SelectOnFocus,
1291
- wn as UseAppearance,
1292
- Xt as UseLocation,
1293
- En as WhenInViewport,
1294
- Tn as WindowSize,
1295
- me as _checkExtensionCondition,
1296
- de as _getExtension,
1297
- an as _makeRouteMatcher,
1298
- ln as _parseRouteSegments,
1283
+ Ae as Anchor,
1284
+ Ee as AsyncResultView,
1285
+ bn as AutoFocus,
1286
+ An as AutoSelect,
1287
+ Sn as ElementSize,
1288
+ Rn as HTMLTitle,
1289
+ En as HiddenWhenEmpty,
1290
+ Le as InViewport,
1291
+ xe as LocationProviderMarker,
1292
+ Ln as PopOver,
1293
+ xn as ProvideAppearance,
1294
+ gn as ProvideLocation,
1295
+ ln as ResultView,
1296
+ kn as Router,
1297
+ Tn as SelectOnFocus,
1298
+ vn as UseAppearance,
1299
+ Yt as UseLocation,
1300
+ On as WhenInViewport,
1301
+ Cn as WindowSize,
1302
+ ge as _checkExtensionCondition,
1303
+ pe as _getExtension,
1304
+ fn as _makeRouteMatcher,
1305
+ un as _parseRouteSegments,
1299
1306
  qt as appearanceMarker,
1300
- pn as areLocationsEqual,
1301
- ge as handleAnchorClick,
1302
- we as locationFromURL,
1303
- Cn as makeRelativeTime,
1304
- cn as matchesRoute,
1305
- xe as setLocationFromUrl,
1306
- hn as timeDiffToString,
1307
- gn as urlFromLocation
1307
+ yn as areLocationsEqual,
1308
+ we as handleAnchorClick,
1309
+ ve as locationFromURL,
1310
+ Pn as makeRelativeTime,
1311
+ an as matchesRoute,
1312
+ be as setLocationFromUrl,
1313
+ mn as timeDiffToString,
1314
+ wn as urlFromLocation
1308
1315
  };