yuyeon 0.3.4-rc.3 → 0.3.4-rc.4

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/yuyeon.js CHANGED
@@ -1,8 +1,8 @@
1
1
  var vr = Object.defineProperty;
2
2
  var yr = (e, t, n) => t in e ? vr(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n;
3
3
  var he = (e, t, n) => yr(e, typeof t != "symbol" ? t + "" : t, n);
4
- import { getCurrentInstance as ae, capitalize as mr, inject as ue, computed as S, shallowRef as J, watchEffect as Ue, ref as M, provide as ce, h as se, watch as V, onScopeDispose as _e, effectScope as pn, toRaw as hr, toRef as oe, onBeforeUnmount as ot, reactive as Oe, onMounted as Ot, nextTick as ye, resolveDynamicComponent as gr, createVNode as d, withDirectives as Ie, mergeProps as H, resolveDirective as ut, unref as ve, readonly as nn, onBeforeMount as Ta, Fragment as X, createTextVNode as Mt, withKeys as br, Transition as Yt, toRefs as wr, withModifiers as xn, Teleport as pr, vShow as It, watchPostEffect as xr, defineComponent as Sn, resolveComponent as Sr, onBeforeUpdate as Cr, useTemplateRef as _r, isVNode as Pt } from "vue";
5
- function Qe(e, t) {
4
+ import { getCurrentInstance as ae, capitalize as mr, inject as ue, computed as S, shallowRef as J, watchEffect as Ue, ref as M, provide as ce, h as se, watch as V, onScopeDispose as _e, effectScope as pn, toRaw as hr, toRef as oe, onBeforeUnmount as qe, reactive as Oe, onMounted as Ot, nextTick as ye, resolveDynamicComponent as gr, createVNode as d, withDirectives as Ie, mergeProps as H, resolveDirective as ut, unref as ve, readonly as nn, onBeforeMount as Ta, Fragment as X, createTextVNode as Mt, withKeys as br, Transition as Yt, toRefs as wr, withModifiers as xn, Teleport as pr, vShow as It, watchPostEffect as xr, defineComponent as Sn, resolveComponent as Sr, onBeforeUpdate as Cr, useTemplateRef as _r, isVNode as Pt } from "vue";
5
+ function et(e, t) {
6
6
  return e ? Object.prototype.hasOwnProperty.call(e, t) : !1;
7
7
  }
8
8
  function Ea(e, t, n) {
@@ -195,7 +195,7 @@ function L(e) {
195
195
  return r(), l;
196
196
  }), e;
197
197
  }
198
- function qe() {
198
+ function Ge() {
199
199
  const e = ae();
200
200
  return e == null ? void 0 : e.uid;
201
201
  }
@@ -275,7 +275,7 @@ function G(e, t = "modelValue", n, a = (r) => r, i = (r) => r) {
275
275
  const u = S(() => {
276
276
  c();
277
277
  const m = r.vnode.props;
278
- return (Qe(m, l) || Qe(m, o)) && (Qe(m, `onUpdate:${l}`) || Qe(m, `onUpdate:${o}`));
278
+ return (et(m, l) || et(m, o)) && (et(m, `onUpdate:${l}`) || et(m, `onUpdate:${o}`));
279
279
  });
280
280
  Cn(
281
281
  () => !u.value,
@@ -335,7 +335,7 @@ function $r(e, t, n = !0) {
335
335
  throw new Error(
336
336
  '"useChoiceItem" must be used inside a component setup function'
337
337
  );
338
- const i = qe();
338
+ const i = Ge();
339
339
  ce(Symbol.for(`${t.description}:id`), i);
340
340
  const r = ue(t, null);
341
341
  if (!r) {
@@ -352,7 +352,7 @@ function $r(e, t, n = !0) {
352
352
  disabled: o
353
353
  },
354
354
  a
355
- ), ot(() => {
355
+ ), qe(() => {
356
356
  r.unregister(i);
357
357
  });
358
358
  const s = S(() => r.isSelected(i)), c = S(
@@ -402,7 +402,7 @@ function Nr(e, t) {
402
402
  }
403
403
  Ot(() => {
404
404
  s();
405
- }), ot(() => {
405
+ }), qe(() => {
406
406
  n = !0;
407
407
  });
408
408
  function c(m, x) {
@@ -541,7 +541,7 @@ let ln = !1;
541
541
  function Ia(e) {
542
542
  Ya(e.currentTarget);
543
543
  }
544
- function tt(e) {
544
+ function nt(e) {
545
545
  _n(e.currentTarget);
546
546
  }
547
547
  function Kr(e) {
@@ -553,7 +553,7 @@ function Ba(e) {
553
553
  ln = !1, _n(e.currentTarget);
554
554
  }
555
555
  function $a(e) {
556
- e.removeEventListener("mousedown", Ia), e.removeEventListener("mouseup", tt), e.removeEventListener("mouseleave", tt), e.removeEventListener("keydown", Pa), e.removeEventListener("keyup", Ba);
556
+ e.removeEventListener("mousedown", Ia), e.removeEventListener("mouseup", nt), e.removeEventListener("mouseleave", nt), e.removeEventListener("keydown", Pa), e.removeEventListener("keyup", Ba);
557
557
  }
558
558
  function Xn(e, t, n = !1) {
559
559
  const { value: a, modifiers: i } = t;
@@ -563,7 +563,7 @@ function Xn(e, t, n = !1) {
563
563
  e.addEventListener("mousedown", Kr);
564
564
  return;
565
565
  }
566
- e.addEventListener("mousedown", Ia), e.addEventListener("mouseup", tt), e.addEventListener("mouseleave", tt), e.addEventListener("keydown", Pa), e.addEventListener("keyup", Ba), e.addEventListener("blur", tt);
566
+ e.addEventListener("mousedown", Ia), e.addEventListener("mouseup", nt), e.addEventListener("mouseleave", nt), e.addEventListener("keydown", Pa), e.addEventListener("keyup", Ba), e.addEventListener("blur", nt);
567
567
  } else !r && !n && $a(e);
568
568
  }
569
569
  const Na = {
@@ -902,7 +902,7 @@ function Qr(e) {
902
902
  typeof r == "string" && (t[i] = r);
903
903
  return t;
904
904
  }
905
- function Je(e, t) {
905
+ function Qe(e, t) {
906
906
  return [`${e} {
907
907
  `, ...t.map((n) => ` ${n}
908
908
  `), `}
@@ -1010,7 +1010,7 @@ function nl(e) {
1010
1010
  palette: { ...pe(Qn) }
1011
1011
  };
1012
1012
  }
1013
- const St = Symbol.for("yuyeon.theme"), Ge = j(
1013
+ const St = Symbol.for("yuyeon.theme"), Xe = j(
1014
1014
  {
1015
1015
  theme: String
1016
1016
  },
@@ -1030,7 +1030,7 @@ function il(e) {
1030
1030
  }), m = S(() => Qr(l.value)), x = S(() => Jr(r.value)), T = S(() => {
1031
1031
  const p = n.separation ? `#${n.separation}` : "", g = [];
1032
1032
  g.push(
1033
- ...Je(":root", ft(m.value, "palette"))
1033
+ ...Qe(":root", ft(m.value, "palette"))
1034
1034
  );
1035
1035
  for (const [w, b] of Object.entries(x.value)) {
1036
1036
  const { colors: _, variables: O, isDark: B } = b, Y = {
@@ -1038,20 +1038,20 @@ function il(e) {
1038
1038
  ...O
1039
1039
  }, k = B ? "dark" : "light";
1040
1040
  a.value === "auto" ? g.push(
1041
- ...Je(
1041
+ ...Qe(
1042
1042
  `@media (prefers-color-scheme: ${k})`,
1043
- Je(
1043
+ Qe(
1044
1044
  `${p}[data-theme-scheme='auto'][data-${k}-theme='${w}']`,
1045
1045
  ft(Y, "theme")
1046
1046
  )
1047
1047
  )
1048
1048
  ) : g.push(
1049
- ...Je(
1049
+ ...Qe(
1050
1050
  `${p}[data-theme-scheme='${k}'][data-${k}-theme='${w}']`,
1051
1051
  ft(Y, "theme")
1052
1052
  )
1053
1053
  ), g.push(
1054
- ...Je(
1054
+ ...Qe(
1055
1055
  `${p} .y-theme--${w}`,
1056
1056
  ft(Y, "theme")
1057
1057
  )
@@ -1123,7 +1123,7 @@ function il(e) {
1123
1123
  }
1124
1124
  };
1125
1125
  }
1126
- function Xe(e) {
1126
+ function Ze(e) {
1127
1127
  ae();
1128
1128
  const t = ue(
1129
1129
  St,
@@ -1257,7 +1257,7 @@ const ul = j(
1257
1257
  },
1258
1258
  "validation"
1259
1259
  );
1260
- function cl(e, t, n = qe()) {
1260
+ function cl(e, t, n = Ge()) {
1261
1261
  const a = S(() => e.name ?? n), i = G(e, "modelValue"), r = S(
1262
1262
  () => e.validationValue === void 0 ? i.value : e.validationValue
1263
1263
  ), l = ae(), o = ol(), s = M(!1), c = S(() => {
@@ -1311,7 +1311,10 @@ function cl(e, t, n = qe()) {
1311
1311
  async function p() {
1312
1312
  c.value.lazy ? h() : await f();
1313
1313
  }
1314
- return Ta(() => {
1314
+ return qe(() => {
1315
+ var g;
1316
+ (g = o == null ? void 0 : o.unregister) == null || g.call(o, a.value);
1317
+ }), Ta(() => {
1315
1318
  o == null || o.register({
1316
1319
  id: a.value,
1317
1320
  vnode: l.vnode,
@@ -1411,7 +1414,7 @@ const ge = "y-input", ct = j({
1411
1414
  }, "YInput"), Be = /* @__PURE__ */ L({
1412
1415
  name: "YInput",
1413
1416
  props: {
1414
- ...Ge(),
1417
+ ...Xe(),
1415
1418
  ...ct()
1416
1419
  },
1417
1420
  emits: ["error", "click", "mousedown", "mouseup", "focus", "blur", "mousedown:display", "mouseup:display", "keydown:display", "click:leading", "update:modelValue", "update:focused"],
@@ -1422,9 +1425,9 @@ const ge = "y-input", ct = j({
1422
1425
  expose: a,
1423
1426
  emit: i
1424
1427
  }) {
1425
- const r = qe(), {
1428
+ const r = Ge(), {
1426
1429
  themeClasses: l
1427
- } = Xe(e), {
1430
+ } = Ze(e), {
1428
1431
  focused: o,
1429
1432
  focusedClasses: s,
1430
1433
  whenFocus: c,
@@ -1826,7 +1829,7 @@ const ge = "y-input", ct = j({
1826
1829
  slots: a,
1827
1830
  expose: i
1828
1831
  }) {
1829
- const r = qe(), l = M(), o = M(), s = M(""), c = M(""), {
1832
+ const r = Ge(), l = M(), o = M(), s = M(""), c = M(""), {
1830
1833
  focused: u,
1831
1834
  whenFocus: y,
1832
1835
  whenBlur: m
@@ -2646,7 +2649,7 @@ function $e(e) {
2646
2649
  const a = new ResizeObserver((i, r) => {
2647
2650
  e == null || e(i, r), i.length && (n.value = i[0].contentRect);
2648
2651
  });
2649
- ot(() => {
2652
+ qe(() => {
2650
2653
  a.disconnect();
2651
2654
  }), V(
2652
2655
  t,
@@ -3155,10 +3158,10 @@ const Nl = /* @__PURE__ */ L({
3155
3158
  outline: {
3156
3159
  type: Boolean
3157
3160
  },
3158
- ...Ge()
3161
+ ...Xe()
3159
3162
  },
3160
3163
  setup(e, { slots: t }) {
3161
- const { themeClasses: n } = Xe(e);
3164
+ const { themeClasses: n } = Ze(e);
3162
3165
  K(
3163
3166
  () => {
3164
3167
  var a;
@@ -3285,7 +3288,7 @@ const Xa = j({
3285
3288
  emit: t,
3286
3289
  slots: n
3287
3290
  }) {
3288
- const i = `input-${(qe() ?? "").toString()}`, r = M(), l = G(e), o = M(!1), s = M(!1), c = S(() => Array.isArray(l.value)), u = S(() => c.value ? l.value.findIndex((g) => g === e.value) : -1), y = S(() => ({
3291
+ const i = `input-${(Ge() ?? "").toString()}`, r = M(), l = G(e), o = M(!1), s = M(!1), c = S(() => Array.isArray(l.value)), u = S(() => c.value ? l.value.findIndex((g) => g === e.value) : -1), y = S(() => ({
3289
3292
  "y-switch--active": o.value,
3290
3293
  "y-switch--focused": s.value,
3291
3294
  "y-switch--disabled": !!e.disabled,
@@ -3748,7 +3751,7 @@ function Zl(e) {
3748
3751
  var r;
3749
3752
  (r = we.get(n.value)) == null || r.delete(t);
3750
3753
  }
3751
- return ot(() => {
3754
+ return qe(() => {
3752
3755
  i();
3753
3756
  }), { layerGroup: n, layerGroupState: we, getActiveLayers: a };
3754
3757
  }
@@ -3982,7 +3985,7 @@ function ei(e, t) {
3982
3985
  });
3983
3986
  });
3984
3987
  }
3985
- const Ze = j({
3988
+ const Je = j({
3986
3989
  modelValue: {
3987
3990
  type: Boolean
3988
3991
  },
@@ -4034,7 +4037,7 @@ const Ze = j({
4034
4037
  },
4035
4038
  contained: Boolean,
4036
4039
  layerGroup: [String, Object],
4037
- ...Ge(),
4040
+ ...Xe(),
4038
4041
  ...Rt(),
4039
4042
  ...to(),
4040
4043
  ...io(),
@@ -4052,7 +4055,7 @@ const Ze = j({
4052
4055
  },
4053
4056
  props: {
4054
4057
  modal: Boolean,
4055
- ...Ze()
4058
+ ...Je()
4056
4059
  },
4057
4060
  emits: {
4058
4061
  "update:modelValue": (e) => !0,
@@ -4081,7 +4084,7 @@ const Ze = j({
4081
4084
  contentEvents: v
4082
4085
  } = ro(e, u), {
4083
4086
  themeClasses: f
4084
- } = Xe(e), {
4087
+ } = Ze(e), {
4085
4088
  layerGroup: h,
4086
4089
  layerGroupState: p,
4087
4090
  getActiveLayers: g
@@ -4303,7 +4306,7 @@ const ni = j({
4303
4306
  offset: {
4304
4307
  type: String
4305
4308
  },
4306
- ...be(Ze({
4309
+ ...be(Je({
4307
4310
  scrim: !0,
4308
4311
  scrollStrategy: null
4309
4312
  }), ["offset", "classes"])
@@ -4468,7 +4471,7 @@ function bo(e, t = go(e.length), n = Ae) {
4468
4471
  return o = ho(n, l)(o), ii(e[l], e[l + 1], o);
4469
4472
  };
4470
4473
  }
4471
- const oi = (e) => Array.isArray(e) && kt(e[0]), sn = (e) => typeof e == "object" && !!e.createAnimation, He = (e) => typeof e == "function", wo = (e) => typeof e == "string", nt = {
4474
+ const oi = (e) => Array.isArray(e) && kt(e[0]), sn = (e) => typeof e == "object" && !!e.createAnimation, He = (e) => typeof e == "function", wo = (e) => typeof e == "string", at = {
4472
4475
  ms: (e) => e * 1e3,
4473
4476
  s: (e) => e / 1e3
4474
4477
  }, ui = (e, t, n) => (((1 - 3 * n + 3 * t) * e + (3 * n - 6 * t)) * e + 3 * t) * e, po = 1e-7, xo = 12;
@@ -4479,7 +4482,7 @@ function So(e, t, n, a, i) {
4479
4482
  while (Math.abs(r) > po && ++o < xo);
4480
4483
  return l;
4481
4484
  }
4482
- function et(e, t, n, a) {
4485
+ function tt(e, t, n, a) {
4483
4486
  if (e === t && n === a)
4484
4487
  return Ae;
4485
4488
  const i = (r) => So(r, 0, 1, e, n);
@@ -4490,16 +4493,16 @@ const Co = (e, t = "end") => (n) => {
4490
4493
  const a = n * e, i = t === "end" ? Math.floor(a) : Math.ceil(a);
4491
4494
  return ai(0, 1, i / e);
4492
4495
  }, ha = {
4493
- ease: et(0.25, 0.1, 0.25, 1),
4494
- "ease-in": et(0.42, 0, 1, 1),
4495
- "ease-in-out": et(0.42, 0, 0.58, 1),
4496
- "ease-out": et(0, 0, 0.58, 1)
4496
+ ease: tt(0.25, 0.1, 0.25, 1),
4497
+ "ease-in": tt(0.42, 0, 1, 1),
4498
+ "ease-in-out": tt(0.42, 0, 0.58, 1),
4499
+ "ease-out": tt(0, 0, 0.58, 1)
4497
4500
  }, _o = /\((.*?)\)/;
4498
4501
  function ga(e) {
4499
4502
  if (He(e))
4500
4503
  return e;
4501
4504
  if (oi(e))
4502
- return et(...e);
4505
+ return tt(...e);
4503
4506
  if (ha[e])
4504
4507
  return ha[e];
4505
4508
  if (e.startsWith("steps")) {
@@ -4619,10 +4622,10 @@ const Eo = ["", "X", "Y", "Z"], Do = ["translate", "scale", "rotate", "skew"], T
4619
4622
  toDefaultUnit: Ae
4620
4623
  },
4621
4624
  skew: ba
4622
- }, rt = /* @__PURE__ */ new Map(), In = (e) => `--motion-${e}`, Et = ["x", "y", "z"];
4625
+ }, lt = /* @__PURE__ */ new Map(), In = (e) => `--motion-${e}`, Et = ["x", "y", "z"];
4623
4626
  Do.forEach((e) => {
4624
4627
  Eo.forEach((t) => {
4625
- Et.push(e + t), rt.set(In(e + t), Ao[e]);
4628
+ Et.push(e + t), lt.set(In(e + t), Ao[e]);
4626
4629
  });
4627
4630
  });
4628
4631
  const Oo = (e, t) => Et.indexOf(e) - Et.indexOf(t), Mo = new Set(Et), di = (e) => Mo.has(e), Yo = (e, t) => {
@@ -4634,7 +4637,7 @@ function Bo(e) {
4634
4637
  if (!wa.has(e)) {
4635
4638
  wa.add(e);
4636
4639
  try {
4637
- const { syntax: t, initialValue: n } = rt.has(e) ? rt.get(e) : {};
4640
+ const { syntax: t, initialValue: n } = lt.has(e) ? lt.get(e) : {};
4638
4641
  CSS.registerProperty({
4639
4642
  name: e,
4640
4643
  inherits: !1,
@@ -4689,7 +4692,7 @@ const ht = {
4689
4692
  t = vn(t);
4690
4693
  let n = fn(t) ? e.style.getPropertyValue(t) : getComputedStyle(e)[t];
4691
4694
  if (!n && n !== 0) {
4692
- const a = rt.get(t);
4695
+ const a = lt.get(t);
4693
4696
  a && (n = a.initialValue);
4694
4697
  }
4695
4698
  return n;
@@ -4724,7 +4727,7 @@ function Ko(e, t, n, a = {}, i) {
4724
4727
  const f = si(e), h = di(t);
4725
4728
  let p = Re.waapi();
4726
4729
  h && Yo(e, t);
4727
- const g = vn(t), w = To(f.values, g), b = rt.get(g);
4730
+ const g = vn(t), w = To(f.values, g), b = lt.get(g);
4728
4731
  return fi(w.animation, !(sn(m) && w.generator) && a.record !== !1), () => {
4729
4732
  const _ = () => {
4730
4733
  var Y, k;
@@ -4739,9 +4742,9 @@ function Ko(e, t, n, a = {}, i) {
4739
4742
  if (fn(g) && (Re.cssRegisterProperty() ? Bo(g) : p = !1), h && !Re.linearEasing() && (He(m) || Ve(m) && m.some(He)) && (p = !1), p) {
4740
4743
  b && (O = O.map((D) => kt(D) ? b.toDefaultUnit(D) : D)), O.length === 1 && (!Re.partialKeyframes() || l) && O.unshift(_());
4741
4744
  const Y = {
4742
- delay: nt.ms(c),
4743
- duration: nt.ms(s),
4744
- endDelay: nt.ms(u),
4745
+ delay: at.ms(c),
4746
+ duration: at.ms(s),
4747
+ endDelay: at.ms(u),
4745
4748
  easing: Ve(m) ? void 0 : xa(m, s),
4746
4749
  direction: T,
4747
4750
  iterations: y + 1,
@@ -4800,7 +4803,7 @@ const zo = (e) => e(), vi = (e, t, n = fe.duration) => new Proxy({
4800
4803
  case "duration":
4801
4804
  return e.duration;
4802
4805
  case "currentTime":
4803
- return nt.s((n == null ? void 0 : n[t]) || 0);
4806
+ return at.s((n == null ? void 0 : n[t]) || 0);
4804
4807
  case "playbackRate":
4805
4808
  case "playState":
4806
4809
  return n == null ? void 0 : n[t];
@@ -4821,7 +4824,7 @@ const zo = (e) => e(), vi = (e, t, n = fe.duration) => new Proxy({
4821
4824
  set: (e, t, n) => {
4822
4825
  switch (t) {
4823
4826
  case "currentTime":
4824
- n = nt.ms(n);
4827
+ n = at.ms(n);
4825
4828
  case "currentTime":
4826
4829
  case "playbackRate":
4827
4830
  for (let a = 0; a < e.animations.length; a++)
@@ -4910,7 +4913,7 @@ const ze = /* @__PURE__ */ L({
4910
4913
  }));
4911
4914
  }
4912
4915
  }, mi = j({
4913
- ...Ze({
4916
+ ...Je({
4914
4917
  scrollStrategy: "none",
4915
4918
  position: "top center"
4916
4919
  }),
@@ -5065,7 +5068,7 @@ const nu = "YTooltip", au = {
5065
5068
  type: Boolean,
5066
5069
  default: !0
5067
5070
  },
5068
- ...Ze({
5071
+ ...Je({
5069
5072
  coordinateStrategy: "levitation",
5070
5073
  scrollStrategy: "reposition",
5071
5074
  openOnHover: !0,
@@ -5493,7 +5496,7 @@ const Ce = /* @__PURE__ */ L({
5493
5496
  fill: "currentColor"
5494
5497
  }, null)]);
5495
5498
  }
5496
- }), lt = /* @__PURE__ */ L({
5499
+ }), ot = /* @__PURE__ */ L({
5497
5500
  name: "YIconExpand",
5498
5501
  setup() {
5499
5502
  return () => d("svg", {
@@ -5577,7 +5580,7 @@ const Ce = /* @__PURE__ */ L({
5577
5580
  }, null)]);
5578
5581
  }
5579
5582
  }), xi = {
5580
- expand: lt,
5583
+ expand: ot,
5581
5584
  dropdown: cu,
5582
5585
  clear: Tn,
5583
5586
  checkbox: Ce,
@@ -5689,7 +5692,7 @@ const Ce = /* @__PURE__ */ L({
5689
5692
  name: "YTreeNode",
5690
5693
  components: {
5691
5694
  YButton: te,
5692
- YIconExpand: lt,
5695
+ YIconExpand: ot,
5693
5696
  YPlate: ze,
5694
5697
  YIconCheckbox: Ce
5695
5698
  },
@@ -5786,7 +5789,7 @@ const Ce = /* @__PURE__ */ L({
5786
5789
  variation: "icon",
5787
5790
  onClick: g
5788
5791
  }, {
5789
- default: () => [t["expand-icon"] ? t["expand-icon"]() : d(lt, null, null)]
5792
+ default: () => [t["expand-icon"] ? t["expand-icon"]() : d(ot, null, null)]
5790
5793
  }) : d("i", {
5791
5794
  class: "y-tree-view-node__no-expand-icon"
5792
5795
  }, null), e.enableSelect && d("div", {
@@ -5981,7 +5984,7 @@ const Sa = $n(), fu = /* @__PURE__ */ Sn({
5981
5984
  function B(A, R = null, F = 0) {
5982
5985
  var N, $, I;
5983
5986
  for (const W of A) {
5984
- const q = Z(W, e.itemKey), re = Z(W, e.itemChildren) ?? [], ie = Qe(l.value, q) ? l.value[q] : {
5987
+ const q = Z(W, e.itemKey), re = Z(W, e.itemChildren) ?? [], ie = et(l.value, q) ? l.value[q] : {
5985
5988
  vnode: null,
5986
5989
  selected: ((N = c.value) == null ? void 0 : N.includes(q)) ?? !1,
5987
5990
  indeterminate: !1,
@@ -6080,7 +6083,7 @@ const Sa = $n(), fu = /* @__PURE__ */ Sn({
6080
6083
  },
6081
6084
  onClick: Function,
6082
6085
  disabled: Boolean,
6083
- ...Ge()
6086
+ ...Xe()
6084
6087
  }, "YListItem"), Nn = /* @__PURE__ */ L({
6085
6088
  name: "YListItem",
6086
6089
  props: {
@@ -6096,7 +6099,7 @@ const Sa = $n(), fu = /* @__PURE__ */ Sn({
6096
6099
  }) {
6097
6100
  const {
6098
6101
  themeClasses: a
6099
- } = Xe(e);
6102
+ } = Ze(e);
6100
6103
  function i(l) {
6101
6104
  n("click", l);
6102
6105
  }
@@ -6125,7 +6128,7 @@ const Sa = $n(), fu = /* @__PURE__ */ Sn({
6125
6128
  }
6126
6129
  }), Ti = j({
6127
6130
  disabled: Boolean,
6128
- ...Ge()
6131
+ ...Xe()
6129
6132
  }, "YList"), Rn = /* @__PURE__ */ L({
6130
6133
  name: "YList",
6131
6134
  props: {
@@ -6137,7 +6140,7 @@ const Sa = $n(), fu = /* @__PURE__ */ Sn({
6137
6140
  }) {
6138
6141
  const a = M(), {
6139
6142
  themeClasses: i
6140
- } = Xe(e), r = J(!1);
6143
+ } = Ze(e), r = J(!1);
6141
6144
  function l(u) {
6142
6145
  var y;
6143
6146
  !r.value && (u.relatedTarget && ((y = a.value) != null && y.contains(u.relatedTarget)));
@@ -7278,7 +7281,7 @@ const ji = j({
7278
7281
  name: "YDataTableControl",
7279
7282
  components: {
7280
7283
  YButton: te,
7281
- YIconExpand: lt,
7284
+ YIconExpand: ot,
7282
7285
  YFieldInput: Ct,
7283
7286
  YIconPageControl: xe
7284
7287
  },
@@ -7313,7 +7316,7 @@ const ji = j({
7313
7316
  },
7314
7317
  dualSortIcon: Boolean,
7315
7318
  sticky: Boolean
7316
- }, "YDataTableHead"), at = /* @__PURE__ */ L({
7319
+ }, "YDataTableHead"), it = /* @__PURE__ */ L({
7317
7320
  name: "YDataTableHead",
7318
7321
  components: {
7319
7322
  YDataTableCell: Dt
@@ -7587,7 +7590,7 @@ const ji = j({
7587
7590
  headRect: E
7588
7591
  }), K(() => {
7589
7592
  var N;
7590
- const A = ee(e, at.props), R = ee(e, je.props), F = ee(e, Fe.props);
7593
+ const A = ee(e, it.props), R = ee(e, je.props), F = ee(e, Fe.props);
7591
7594
  return d(Fe, H({
7592
7595
  class: ["y-data-table", {
7593
7596
  "y-data-table--no-data": !e.loading && e.items.length < 1 && !e.hideNoData
@@ -7608,7 +7611,7 @@ const ji = j({
7608
7611
  var $, I, W;
7609
7612
  return t.default ? t.default(P.value) : d(X, null, [d("thead", {
7610
7613
  ref: D
7611
- }, [d(at, A, t)]), ($ = t.thead) == null ? void 0 : $.call(t, P.value), !e.hideDefaultTbody && d("tbody", null, [d(je, H({
7614
+ }, [d(it, A, t)]), ($ = t.thead) == null ? void 0 : $.call(t, P.value), !e.hideDefaultTbody && d("tbody", null, [d(je, H({
7612
7615
  ref: a
7613
7616
  }, R, {
7614
7617
  items: P.value.items
@@ -7641,7 +7644,7 @@ const ji = j({
7641
7644
  components: {
7642
7645
  YTable: Fe,
7643
7646
  YDataTableLayer: At,
7644
- YDataTableHead: at,
7647
+ YDataTableHead: it,
7645
7648
  YDataTableBody: je,
7646
7649
  YDataTableControl: Ke
7647
7650
  },
@@ -7748,7 +7751,7 @@ const ji = j({
7748
7751
  headRect: O
7749
7752
  }), K(() => {
7750
7753
  var R;
7751
- const E = ee(e, at.props), P = ee(e, je.props), A = ee(e, Fe.props);
7754
+ const E = ee(e, it.props), P = ee(e, je.props), A = ee(e, Fe.props);
7752
7755
  return d(Fe, H({
7753
7756
  class: ["y-data-table", {
7754
7757
  "y-data-table--no-data": !e.loading && e.items.length < 1 && !e.hideNoData
@@ -7769,7 +7772,7 @@ const ji = j({
7769
7772
  var F, N, $;
7770
7773
  return t.default ? t.default(k.value) : d(X, null, [d("thead", {
7771
7774
  ref: Y
7772
- }, [d(at, E, t)]), (F = t.thead) == null ? void 0 : F.call(t, k.value), d("tbody", null, [d(je, H({
7775
+ }, [d(it, E, t)]), (F = t.thead) == null ? void 0 : F.call(t, k.value), d("tbody", null, [d(je, H({
7773
7776
  ref: a
7774
7777
  }, P, {
7775
7778
  items: y.value
@@ -7838,7 +7841,7 @@ const ji = j({
7838
7841
  }), n.value.observe(c), r.value = !0) : (r.value = !1, u && c !== u && ((m = n.value) == null || m.unobserve(u)));
7839
7842
  }, {
7840
7843
  immediate: !0
7841
- }), ot(() => {
7844
+ }), qe(() => {
7842
7845
  n.value && (n.value.disconnect(), n.value = null);
7843
7846
  }), K(() => {
7844
7847
  var c, u;
@@ -7919,12 +7922,12 @@ const Hn = {
7919
7922
  type: Boolean,
7920
7923
  default: !0
7921
7924
  },
7922
- ...Ze({
7925
+ ...Je({
7923
7926
  coordinateStrategy: "levitation",
7924
7927
  scrollStrategy: "reposition"
7925
7928
  }),
7926
7929
  preventCloseBubble: Boolean
7927
- }, it = /* @__PURE__ */ L({
7930
+ }, rt = /* @__PURE__ */ L({
7928
7931
  name: Ui,
7929
7932
  props: {
7930
7933
  ...Hn,
@@ -8169,7 +8172,7 @@ const Hn = {
8169
8172
  emit: t,
8170
8173
  slots: n
8171
8174
  }) {
8172
- const a = M(!1), i = M(!1), r = (qe() ?? "").toString(), l = `input-${r}`;
8175
+ const a = M(!1), i = M(!1), r = (Ge() ?? "").toString(), l = `input-${r}`;
8173
8176
  function o(C) {
8174
8177
  a.value = !0, t("focus", C);
8175
8178
  }
@@ -8392,7 +8395,7 @@ const Zi = j({
8392
8395
  type: [String, Number]
8393
8396
  },
8394
8397
  class: [String, Array],
8395
- ...Ge()
8398
+ ...Xe()
8396
8399
  }, "YIcon"), Ye = /* @__PURE__ */ L({
8397
8400
  name: "YIcon",
8398
8401
  props: Zi(),
@@ -8402,7 +8405,7 @@ const Zi = j({
8402
8405
  }) {
8403
8406
  const a = M(), {
8404
8407
  themeClasses: i
8405
- } = Xe(e), {
8408
+ } = Ze(e), {
8406
8409
  iconData: r
8407
8410
  } = Pu(S(() => a.value || e.icon));
8408
8411
  K(() => {
@@ -8451,7 +8454,7 @@ const Ji = j({
8451
8454
  name: "YDropdown",
8452
8455
  inheritAttrs: !1,
8453
8456
  components: {
8454
- YMenu: it
8457
+ YMenu: rt
8455
8458
  },
8456
8459
  props: {
8457
8460
  ...Ji()
@@ -8468,8 +8471,8 @@ const Ji = j({
8468
8471
  i.value = !1, a("click", l);
8469
8472
  }
8470
8473
  K(() => {
8471
- const l = ee(e, it.props), o = ee(typeof e.dropdownIcon == "object" ? e.dropdownIcon : {}, Ye.props);
8472
- return d(X, null, [d(it, H(l, {
8474
+ const l = ee(e, rt.props), o = ee(typeof e.dropdownIcon == "object" ? e.dropdownIcon : {}, Ye.props);
8475
+ return d(X, null, [d(rt, H(l, {
8473
8476
  modelValue: i.value,
8474
8477
  "onUpdate:modelValue": (s) => i.value = s,
8475
8478
  "content-classes": Me(["y-dropdown__content", e.contentClasses])
@@ -8747,7 +8750,7 @@ const tr = j({
8747
8750
  };
8748
8751
  return d(X, null, [d("div", {
8749
8752
  class: ["y-select__selection"]
8750
- }, [t.selection ? (N = t.selection) == null ? void 0 : N.call(t, F) : h.value.length > 0 ? D.value : e.placeholder]), d(it, H({
8753
+ }, [t.selection ? (N = t.selection) == null ? void 0 : N.call(t, F) : h.value.length > 0 ? D.value : e.placeholder]), d(rt, H({
8751
8754
  ref: l,
8752
8755
  offset: e.offset,
8753
8756
  position: e.position,
@@ -9875,7 +9878,7 @@ const dr = j({
9875
9878
  YIcon: Ye,
9876
9879
  YIconCheckbox: Ce,
9877
9880
  YIconClear: Tn,
9878
- YIconExpand: lt,
9881
+ YIconExpand: ot,
9879
9882
  YIconPageControl: xe,
9880
9883
  YIconSort: Bn,
9881
9884
  YInput: Be,
@@ -9884,7 +9887,7 @@ const dr = j({
9884
9887
  YLayer: me,
9885
9888
  YList: Rn,
9886
9889
  YListItem: Nn,
9887
- YMenu: it,
9890
+ YMenu: rt,
9888
9891
  YMenuPropOptions: Hn,
9889
9892
  YMonthPicker: cr,
9890
9893
  YPagination: Ki,
@@ -9924,7 +9927,7 @@ const dr = j({
9924
9927
  pressYHoverPropsOptions: fr,
9925
9928
  pressYIconPropsOptions: Zi,
9926
9929
  pressYInputPropsOptions: ct,
9927
- pressYLayerProps: Ze,
9930
+ pressYLayerProps: Je,
9928
9931
  pressYListItemProps: ki,
9929
9932
  pressYListPropsOptions: Ti,
9930
9933
  pressYMonthPickerPropsOptions: ur,