yuyeon 0.0.33 → 0.0.34

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,7 +1,7 @@
1
1
  var ar = Object.defineProperty;
2
2
  var ir = (e, t, n) => t in e ? ar(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n;
3
3
  var Re = (e, t, n) => (ir(e, typeof t != "symbol" ? t + "" : t, n), n);
4
- import { defineComponent as D, h as V, getCurrentInstance as se, watch as L, onScopeDispose as mt, effectScope as Ca, ref as A, computed as x, toRaw as rr, provide as re, inject as he, toRef as fe, onBeforeUnmount as ln, reactive as tt, onMounted as Ta, nextTick as nt, watchEffect as $e, toRefs as or, resolveDynamicComponent as lr, createVNode as u, withDirectives as Ct, mergeProps as q, resolveDirective as sn, unref as Ea, readonly as Ft, withKeys as sr, createTextVNode as Tt, withModifiers as un, Transition as cn, shallowRef as De, Fragment as z, Teleport as ur, vShow as cr, onBeforeUpdate as dr, watchPostEffect as fr, isVNode as ka } from "vue";
4
+ import { defineComponent as D, h as V, getCurrentInstance as se, watch as L, onScopeDispose as mt, effectScope as Ca, ref as A, computed as x, toRaw as rr, provide as re, inject as he, toRef as fe, onBeforeUnmount as ln, reactive as tt, onMounted as Ta, nextTick as nt, watchEffect as Ae, toRefs as or, resolveDynamicComponent as lr, createVNode as u, withDirectives as Ct, mergeProps as q, resolveDirective as sn, unref as Ea, readonly as Ft, withKeys as sr, createTextVNode as Tt, withModifiers as un, Transition as cn, shallowRef as Ye, Fragment as z, Teleport as ur, vShow as cr, onBeforeUpdate as dr, watchPostEffect as fr, isVNode as ka } from "vue";
5
5
  const hr = D({
6
6
  name: "YApp",
7
7
  setup(e, { slots: t }) {
@@ -77,7 +77,7 @@ function Te(e, t, n) {
77
77
  function He(e, t = 0, n = 1) {
78
78
  return Math.max(t, Math.min(n, e));
79
79
  }
80
- function Ae(e, t = 0) {
80
+ function Oe(e, t = 0) {
81
81
  return Array.from({ length: e }, (n, a) => t + a);
82
82
  }
83
83
  function Se(e, t) {
@@ -175,15 +175,15 @@ function xe(e, t, n, a, i, r) {
175
175
  }
176
176
  const s = process.env.NODE_ENV !== "production" ? { target: e, type: t, key: n, newValue: a, oldValue: i, oldTarget: r } : void 0;
177
177
  if (l.length === 1)
178
- l[0] && (process.env.NODE_ENV !== "production" ? Oe(l[0], s) : Oe(l[0]));
178
+ l[0] && (process.env.NODE_ENV !== "production" ? Be(l[0], s) : Be(l[0]));
179
179
  else {
180
180
  const c = [];
181
181
  for (const d of l)
182
182
  d && c.push(...d);
183
- process.env.NODE_ENV !== "production" ? Oe(Ze(c), s) : Oe(Ze(c));
183
+ process.env.NODE_ENV !== "production" ? Be(Ze(c), s) : Be(Ze(c));
184
184
  }
185
185
  }
186
- function Oe(e, t) {
186
+ function Be(e, t) {
187
187
  const n = pe(e) ? e : [...e];
188
188
  for (const a of n)
189
189
  a.computed && Fn(a, t);
@@ -555,12 +555,12 @@ function qr(e) {
555
555
  function Xr(e, t) {
556
556
  e = F(e);
557
557
  const n = e.dep;
558
- n && (process.env.NODE_ENV !== "production" ? Oe(n, {
558
+ n && (process.env.NODE_ENV !== "production" ? Be(n, {
559
559
  target: e,
560
560
  type: "set",
561
561
  key: "value",
562
562
  newValue: t
563
- }) : Oe(n));
563
+ }) : Be(n));
564
564
  }
565
565
  function ge(e) {
566
566
  return !!(e && e.__v_isRef === !0);
@@ -1120,7 +1120,7 @@ function yo(e, t) {
1120
1120
  }
1121
1121
  function go(e) {
1122
1122
  const t = tt({}), n = x(e);
1123
- return $e(
1123
+ return Ae(
1124
1124
  () => {
1125
1125
  for (const a in n.value)
1126
1126
  t[a] = n.value[a];
@@ -1413,7 +1413,7 @@ const li = (e, t, n) => {
1413
1413
  r.startsWith("y-theme--") && r !== i && e.classList.remove(r);
1414
1414
  }), e.classList.add(i);
1415
1415
  }
1416
- $e(
1416
+ Ae(
1417
1417
  () => {
1418
1418
  var l, s, c, d, v;
1419
1419
  const i = ((s = (l = t.instance) == null ? void 0 : l.$yuyeon) == null ? void 0 : s.theme) ?? ((v = (d = (c = n == null ? void 0 : n.ctx) == null ? void 0 : c.root.appContext.config.globalProperties) == null ? void 0 : d.$yuyeon) == null ? void 0 : v.theme), r = t.value ?? Ea(i.currentThemeKey) ?? "";
@@ -3378,7 +3378,7 @@ const Tn = R({
3378
3378
  set: (E) => {
3379
3379
  t("update:modelValue", E);
3380
3380
  }
3381
- }), S = De(!1), p = fe(e, "disabled"), {
3381
+ }), S = Ye(!1), p = fe(e, "disabled"), {
3382
3382
  lazyValue: w,
3383
3383
  onAfterUpdate: y
3384
3384
  } = Zo(fe(e, "eager"), m), g = x(() => !p.value && (w.value || m.value)), {
@@ -3414,7 +3414,7 @@ const Tn = R({
3414
3414
  var E, O;
3415
3415
  return (O = (E = s.value) == null ? void 0 : E[0]) == null ? void 0 : O.el;
3416
3416
  });
3417
- $e(() => {
3417
+ Ae(() => {
3418
3418
  var O, M;
3419
3419
  if (!r.value) {
3420
3420
  c.value = Y.value;
@@ -3613,12 +3613,12 @@ const fi = (e, t, n) => Math.min(Math.max(n, e), t), ne = {
3613
3613
  endDelay: 0,
3614
3614
  repeat: 0,
3615
3615
  easing: "ease"
3616
- }, wt = (e) => typeof e == "number", Pe = (e) => Array.isArray(e) && !wt(e[0]), rl = (e, t, n) => {
3616
+ }, wt = (e) => typeof e == "number", Ve = (e) => Array.isArray(e) && !wt(e[0]), rl = (e, t, n) => {
3617
3617
  const a = t - e;
3618
3618
  return ((n - e) % a + a) % a + e;
3619
3619
  };
3620
3620
  function ol(e, t) {
3621
- return Pe(e) ? e[rl(0, e.length, t)] : e;
3621
+ return Ve(e) ? e[rl(0, e.length, t)] : e;
3622
3622
  }
3623
3623
  const hi = (e, t, n) => -n * e + n * t + e, vi = () => {
3624
3624
  }, be = (e) => e, En = (e, t, n) => t - e === 0 ? 1 : (n - e) / (t - e);
@@ -3643,7 +3643,7 @@ function sl(e, t = ll(e.length), n = be) {
3643
3643
  return l = ol(n, o)(l), hi(e[o], e[o + 1], l);
3644
3644
  };
3645
3645
  }
3646
- const yi = (e) => Array.isArray(e) && wt(e[0]), qt = (e) => typeof e == "object" && !!e.createAnimation, Ye = (e) => typeof e == "function", ul = (e) => typeof e == "string", ze = {
3646
+ const yi = (e) => Array.isArray(e) && wt(e[0]), qt = (e) => typeof e == "object" && !!e.createAnimation, Ne = (e) => typeof e == "function", ul = (e) => typeof e == "string", ze = {
3647
3647
  ms: (e) => e * 1e3,
3648
3648
  s: (e) => e / 1e3
3649
3649
  }, gi = (e, t, n) => (((1 - 3 * n + 3 * t) * e + (3 * n - 6 * t)) * e + 3 * t) * e, cl = 1e-7, dl = 12;
@@ -3671,7 +3671,7 @@ const hl = (e, t = "end") => (n) => {
3671
3671
  "ease-out": Fe(0, 0, 0.58, 1)
3672
3672
  }, vl = /\((.*?)\)/;
3673
3673
  function va(e) {
3674
- if (Ye(e))
3674
+ if (Ne(e))
3675
3675
  return e;
3676
3676
  if (yi(e))
3677
3677
  return Fe(...e);
@@ -3694,8 +3694,8 @@ class pi {
3694
3694
  const v = a.createAnimation(n);
3695
3695
  a = v.easing, n = v.keyframes || n, i = v.duration || i;
3696
3696
  }
3697
- this.repeat = l, this.easing = Pe(a) ? be : va(a), this.updateDuration(i);
3698
- const d = sl(n, s, Pe(a) ? a.map(va) : be);
3697
+ this.repeat = l, this.easing = Ve(a) ? be : va(a), this.updateDuration(i);
3698
+ const d = sl(n, s, Ve(a) ? a.map(va) : be);
3699
3699
  this.tick = (v) => {
3700
3700
  var f;
3701
3701
  r = r;
@@ -3840,16 +3840,16 @@ const Lt = (e, t) => document.createElement("div").animate(e, t), ga = {
3840
3840
  }
3841
3841
  return !0;
3842
3842
  }
3843
- }, jt = {}, Be = {};
3843
+ }, jt = {}, Ie = {};
3844
3844
  for (const e in ga)
3845
- Be[e] = () => (jt[e] === void 0 && (jt[e] = ga[e]()), jt[e]);
3845
+ Ie[e] = () => (jt[e] === void 0 && (jt[e] = ga[e]()), jt[e]);
3846
3846
  const El = 0.015, kl = (e, t) => {
3847
3847
  let n = "";
3848
3848
  const a = Math.round(t / El);
3849
3849
  for (let i = 0; i < a; i++)
3850
3850
  n += e(En(0, a - 1, i)) + ", ";
3851
3851
  return n.substring(0, n.length - 2);
3852
- }, pa = (e, t) => Ye(e) ? Be.linearEasing() ? `linear(${kl(e, t)})` : ne.easing : yi(e) ? $l(e) : e, $l = ([e, t, n, a]) => `cubic-bezier(${e}, ${t}, ${n}, ${a})`;
3852
+ }, pa = (e, t) => Ne(e) ? Ie.linearEasing() ? `linear(${kl(e, t)})` : ne.easing : yi(e) ? $l(e) : e, $l = ([e, t, n, a]) => `cubic-bezier(${e}, ${t}, ${n}, ${a})`;
3853
3853
  function Al(e, t) {
3854
3854
  for (let n = 0; n < e.length; n++)
3855
3855
  e[n] === null && (e[n] = n ? e[n - 1] : t());
@@ -3897,7 +3897,7 @@ function Pl(e, t, n, a = {}, i) {
3897
3897
  const r = Il(), o = a.record !== !1 && r;
3898
3898
  let l, { duration: s = ne.duration, delay: c = ne.delay, endDelay: d = ne.endDelay, repeat: v = ne.repeat, easing: f = ne.easing, persist: b = !1, direction: m, offset: S, allowWebkitAcceleration: p = !1 } = a;
3899
3899
  const w = bi(e), y = wi(t);
3900
- let g = Be.waapi();
3900
+ let g = Ie.waapi();
3901
3901
  y && xl(e, t);
3902
3902
  const h = Jt(t), C = yl(w.values, h), _ = et.get(h);
3903
3903
  return Si(C.animation, !(qt(f) && C.generator) && a.record !== !1), () => {
@@ -3911,13 +3911,13 @@ function Pl(e, t, n, a = {}, i) {
3911
3911
  const I = f.createAnimation(N, t !== "opacity", B, h, C);
3912
3912
  f = I.easing, N = I.keyframes || N, s = I.duration || s;
3913
3913
  }
3914
- if (Zt(h) && (Be.cssRegisterProperty() ? Tl(h) : g = !1), y && !Be.linearEasing() && (Ye(f) || Pe(f) && f.some(Ye)) && (g = !1), g) {
3915
- _ && (N = N.map((k) => wt(k) ? _.toDefaultUnit(k) : k)), N.length === 1 && (!Be.partialKeyframes() || o) && N.unshift(B());
3914
+ if (Zt(h) && (Ie.cssRegisterProperty() ? Tl(h) : g = !1), y && !Ie.linearEasing() && (Ne(f) || Ve(f) && f.some(Ne)) && (g = !1), g) {
3915
+ _ && (N = N.map((k) => wt(k) ? _.toDefaultUnit(k) : k)), N.length === 1 && (!Ie.partialKeyframes() || o) && N.unshift(B());
3916
3916
  const I = {
3917
3917
  delay: ze.ms(c),
3918
3918
  duration: ze.ms(s),
3919
3919
  endDelay: ze.ms(d),
3920
- easing: Pe(f) ? void 0 : pa(f, s),
3920
+ easing: Ve(f) ? void 0 : pa(f, s),
3921
3921
  direction: m,
3922
3922
  iterations: v + 1,
3923
3923
  fill: "both"
@@ -3925,7 +3925,7 @@ function Pl(e, t, n, a = {}, i) {
3925
3925
  l = e.animate({
3926
3926
  [h]: N,
3927
3927
  offset: S,
3928
- easing: Pe(f) ? f.map((k) => pa(k, s)) : void 0
3928
+ easing: Ve(f) ? f.map((k) => pa(k, s)) : void 0
3929
3929
  }, I), l.finished || (l.finished = new Promise((k, Y) => {
3930
3930
  l.onfinish = k, l.oncancel = Y;
3931
3931
  }));
@@ -4008,7 +4008,7 @@ const Yl = (e) => e(), xi = (e, t, n = ne.duration) => new Proxy({
4008
4008
  }
4009
4009
  }, Rl = (e) => e.finished;
4010
4010
  function Ll(e, t, n) {
4011
- return Ye(e) ? e(t, n) : e;
4011
+ return Ne(e) ? e(t, n) : e;
4012
4012
  }
4013
4013
  function jl(e) {
4014
4014
  return function(n, a, i = {}) {
@@ -4052,9 +4052,9 @@ function Hl(e, t = {}) {
4052
4052
  ], t, t.duration);
4053
4053
  }
4054
4054
  function Kl(e, t, n) {
4055
- return (Ye(e) ? Hl : Fl)(e, t, n);
4055
+ return (Ne(e) ? Hl : Fl)(e, t, n);
4056
4056
  }
4057
- const Ne = /* @__PURE__ */ D({
4057
+ const Me = /* @__PURE__ */ D({
4058
4058
  name: "YPlate",
4059
4059
  props: {
4060
4060
  variation: Object
@@ -4089,7 +4089,7 @@ const ba = {
4089
4089
  }, Wl = /* @__PURE__ */ D({
4090
4090
  name: "YSnackbar",
4091
4091
  components: {
4092
- YPlate: Ne,
4092
+ YPlate: Me,
4093
4093
  YLayer: _e
4094
4094
  },
4095
4095
  emits: ["update:modelValue", "click"],
@@ -4183,7 +4183,7 @@ const ba = {
4183
4183
  }, {
4184
4184
  default: () => {
4185
4185
  var S;
4186
- return u(z, null, [u(Ne, null, null), u("div", {
4186
+ return u(z, null, [u(Me, null, null), u("div", {
4187
4187
  class: "y-snackbar__content",
4188
4188
  onClick: un(b, ["capture"]),
4189
4189
  onMouseenter: () => i.value = !0,
@@ -4272,7 +4272,7 @@ const zl = {
4272
4272
  var y, g;
4273
4273
  return (g = (y = o.value) == null ? void 0 : y[0]) == null ? void 0 : g.el;
4274
4274
  });
4275
- $e(() => {
4275
+ Ae(() => {
4276
4276
  var g, h, C;
4277
4277
  if (!r.value) {
4278
4278
  ((g = b.value) == null ? void 0 : g.nodeType) !== 3 && (l.value = b.value);
@@ -4323,7 +4323,7 @@ const zl = {
4323
4323
  }, {
4324
4324
  default: (...h) => {
4325
4325
  var C;
4326
- return u(z, null, [u(Ne, null, null), u("div", {
4326
+ return u(z, null, [u(Me, null, null), u("div", {
4327
4327
  class: "y-tooltip__content"
4328
4328
  }, [((C = t.default) == null ? void 0 : C.call(t, ...h)) ?? ""])]);
4329
4329
  }
@@ -4539,7 +4539,7 @@ const we = /* @__PURE__ */ D({
4539
4539
  prev: "m19.82 23.585-7.6399-7.5489 7.4693-7.622",
4540
4540
  last: "m10.488 23.812 7.4981-7.7457-7.3307-7.8207m0 0zm10.856-0.075007v15.659",
4541
4541
  first: "m21.512 23.812-7.4981-7.7457 7.3307-7.8207m0 0zm-10.856-0.075007v15.659"
4542
- }, Ie = /* @__PURE__ */ D({
4542
+ }, Pe = /* @__PURE__ */ D({
4543
4543
  name: "YIconPageControl",
4544
4544
  props: {
4545
4545
  type: {
@@ -4694,7 +4694,7 @@ const Xl = D({
4694
4694
  components: {
4695
4695
  YButton: te,
4696
4696
  YIconExpand: _t,
4697
- YPlate: Ne,
4697
+ YPlate: Me,
4698
4698
  YIconCheckbox: we
4699
4699
  },
4700
4700
  props: {
@@ -4771,7 +4771,7 @@ const Xl = D({
4771
4771
  onClick: (_) => e.enableActive ? s(_) : void 0
4772
4772
  },
4773
4773
  [
4774
- V(Ne),
4774
+ V(Me),
4775
4775
  V("div", { class: "y-tree-view-node__indents" }, h),
4776
4776
  /* EXPAND */
4777
4777
  !f.value && g.length > 0 ? V(
@@ -4934,7 +4934,7 @@ const wa = An(), Jl = /* @__PURE__ */ D({
4934
4934
  emit: n,
4935
4935
  expose: a
4936
4936
  }) {
4937
- const i = A({}), r = J(e, "expanded"), o = J(e, "active"), l = J(e, "selected"), s = A(/* @__PURE__ */ new Set()), c = A(/* @__PURE__ */ new Set()), d = A(/* @__PURE__ */ new Set()), v = A(/* @__PURE__ */ new Set()), f = De(co(S, e.searchDebounceWait)), b = A([]), m = De(!1);
4937
+ const i = A({}), r = J(e, "expanded"), o = J(e, "active"), l = J(e, "selected"), s = A(/* @__PURE__ */ new Set()), c = A(/* @__PURE__ */ new Set()), d = A(/* @__PURE__ */ new Set()), v = A(/* @__PURE__ */ new Set()), f = Ye(co(S, e.searchDebounceWait)), b = A([]), m = Ye(!1);
4938
4938
  function S(T, $ = "", P = Zl) {
4939
4939
  const E = /* @__PURE__ */ new Set();
4940
4940
  if (!$) {
@@ -4949,7 +4949,7 @@ const wa = An(), Jl = /* @__PURE__ */ D({
4949
4949
  $i(P, O, $ ?? "", e.itemKey, e.itemText, e.itemChildren, E);
4950
4950
  v.value = E, m.value = !1, h();
4951
4951
  }
4952
- $e(() => {
4952
+ Ae(() => {
4953
4953
  m.value = !0, f.value(e.items, e.search, e.filter);
4954
4954
  });
4955
4955
  function p(T, $ = []) {
@@ -5176,7 +5176,7 @@ const Oi = R({
5176
5176
  }) {
5177
5177
  const n = A(), {
5178
5178
  themeClasses: a
5179
- } = Ot(e), i = De(!1);
5179
+ } = Ot(e), i = Ye(!1);
5180
5180
  function r(c) {
5181
5181
  var d;
5182
5182
  !i.value && (c.relatedTarget && ((d = n.value) != null && d.contains(c.relatedTarget)));
@@ -5204,7 +5204,7 @@ const Oi = R({
5204
5204
  });
5205
5205
  }
5206
5206
  });
5207
- function Me(e) {
5207
+ function $e(e) {
5208
5208
  const t = A(), n = A();
5209
5209
  if (window) {
5210
5210
  const a = new ResizeObserver((i, r) => {
@@ -5239,7 +5239,7 @@ const Pn = R({
5239
5239
  flexHeight: {
5240
5240
  type: Boolean
5241
5241
  }
5242
- }, "YTable"), Ve = /* @__PURE__ */ D({
5242
+ }, "YTable"), De = /* @__PURE__ */ D({
5243
5243
  name: "YTable",
5244
5244
  props: {
5245
5245
  ...Pn()
@@ -5250,28 +5250,39 @@ const Pn = R({
5250
5250
  const {
5251
5251
  resizeObservedRef: n,
5252
5252
  contentRect: a
5253
- } = Me();
5253
+ } = $e(), {
5254
+ resizeObservedRef: i,
5255
+ contentRect: r
5256
+ } = $e();
5254
5257
  re("YTable", {
5255
5258
  containerRect: a
5256
5259
  }), H(() => {
5257
- var o;
5258
- const i = e.tag ?? "div", r = e.flexHeight ? ((o = a.value) == null ? void 0 : o.height) ?? e.height : e.height;
5259
- return u(i, {
5260
+ var s, c, d;
5261
+ const o = e.tag ?? "div", l = e.flexHeight ? ((s = a.value) == null ? void 0 : s.height) ?? e.height : e.height;
5262
+ return u(o, {
5260
5263
  class: ["y-table", {
5261
5264
  "y-table--fixed-head": e.fixedHead,
5262
5265
  "y-table--fixed-height": e.flexHeight || e.height,
5263
5266
  "y-table--flex-height": e.flexHeight
5264
- }]
5267
+ }],
5268
+ style: {
5269
+ "--y-table-container-width": W((c = a.value) == null ? void 0 : c.width),
5270
+ "--y-table-wrapper-width": W((d = r.value) == null ? void 0 : d.width)
5271
+ }
5265
5272
  }, {
5266
5273
  default: () => {
5267
- var l, s, c, d, v;
5268
- return [(l = t.top) == null ? void 0 : l.call(t), t.default ? u("div", {
5274
+ var v, f, b, m, S;
5275
+ return [(v = t.top) == null ? void 0 : v.call(t), t.default ? u("div", {
5269
5276
  class: ["y-table__container"],
5270
- ref: n,
5277
+ ref: n
5278
+ }, [(f = t.leading) == null ? void 0 : f.call(t), u("div", {
5279
+ class: ["y-table__wrapper"],
5271
5280
  style: {
5272
- height: W(r)
5281
+ height: W(l)
5273
5282
  }
5274
- }, [(s = t.leading) == null ? void 0 : s.call(t), u("table", null, [t.default()]), (c = t.trailing) == null ? void 0 : c.call(t)]) : (d = t.container) == null ? void 0 : d.call(t, n, a), (v = t.bottom) == null ? void 0 : v.call(t)];
5283
+ }, [u("table", {
5284
+ ref: i
5285
+ }, [t.default()])]), (b = t.trailing) == null ? void 0 : b.call(t)]) : (m = t.container) == null ? void 0 : m.call(t, n, a), (S = t.bottom) == null ? void 0 : S.call(t)];
5275
5286
  }
5276
5287
  });
5277
5288
  });
@@ -5345,7 +5356,7 @@ const Pn = R({
5345
5356
  ), en = Symbol.for("yuyeon.data-table.header");
5346
5357
  function Bi(e, t) {
5347
5358
  const n = A([]), a = A([]);
5348
- $e(() => {
5359
+ Ae(() => {
5349
5360
  var b;
5350
5361
  const r = e.headers.length > 0 ? Array.isArray(e.headers[0]) ? e.headers : [e.headers] : [], o = r.flatMap(
5351
5362
  (m, S) => m.map((p) => ({ column: p, rowIndex: S }))
@@ -5369,9 +5380,9 @@ function Bi(e, t) {
5369
5380
  rowIndex: o[m].rowIndex
5370
5381
  });
5371
5382
  }
5372
- const d = Ae(l).map(
5383
+ const d = Oe(l).map(
5373
5384
  () => []
5374
- ), v = Ae(l).fill(0);
5385
+ ), v = Oe(l).fill(0);
5375
5386
  o.forEach(({ column: m, rowIndex: S }) => {
5376
5387
  const { key: p } = m;
5377
5388
  for (let w = S; w <= S + (m.rowspan ?? 1) - 1; w += 1)
@@ -5704,9 +5715,9 @@ const Di = R({
5704
5715
  slots: t,
5705
5716
  emit: n
5706
5717
  }) {
5707
- const a = J(e), i = x(() => parseInt(e.length, 10)), r = x(() => parseInt(e.start, 10)), o = De(-1), {
5718
+ const a = J(e), i = x(() => parseInt(e.length, 10)), r = x(() => parseInt(e.start, 10)), o = Ye(-1), {
5708
5719
  resizeObservedRef: l
5709
- } = Me((w) => {
5720
+ } = $e((w) => {
5710
5721
  if (1 > w.length)
5711
5722
  return;
5712
5723
  const {
@@ -5766,16 +5777,16 @@ const Di = R({
5766
5777
  if (c.value <= 1)
5767
5778
  return [a.value];
5768
5779
  if (i.value <= c.value)
5769
- return Ae(i.value, r.value);
5780
+ return Oe(i.value, r.value);
5770
5781
  const w = c.value % 2 === 0, y = w ? c.value / 2 : Math.floor(c.value / 2), g = w ? y : y + 1, h = i.value - y;
5771
5782
  if (g - a.value >= 0)
5772
- return [...Ae(Math.max(1, c.value - 1), r.value), "ellipsis", i.value];
5783
+ return [...Oe(Math.max(1, c.value - 1), r.value), "ellipsis", i.value];
5773
5784
  if (a.value - h >= (w ? 1 : 0)) {
5774
5785
  const C = c.value - 1, _ = i.value - C + r.value;
5775
- return [r.value, "ellipsis", ...Ae(C, _)];
5786
+ return [r.value, "ellipsis", ...Oe(C, _)];
5776
5787
  } else {
5777
5788
  const C = Math.max(1, c.value - 3), _ = C === 1 ? a.value : a.value - Math.ceil(C / 2) + r.value;
5778
- return [r.value, "ellipsis", ...Ae(C, _), "ellipsis", i.value];
5789
+ return [r.value, "ellipsis", ...Oe(C, _), "ellipsis", i.value];
5779
5790
  }
5780
5791
  }), {
5781
5792
  refs: f,
@@ -5837,14 +5848,14 @@ const Di = R({
5837
5848
  key: "first",
5838
5849
  class: "y-pagination__first"
5839
5850
  }, [t.first ? t.first(d.value.first) : u(te, d.value.first, {
5840
- default: () => [t["first-icon"] ? t["first-icon"]() : u(Ie, {
5851
+ default: () => [t["first-icon"] ? t["first-icon"]() : u(Pe, {
5841
5852
  type: "first"
5842
5853
  }, null)]
5843
5854
  })]), u("li", {
5844
5855
  key: "prev",
5845
5856
  class: "y-pagination__prev"
5846
5857
  }, [t.prev ? t.prev(d.value.prev) : u(te, d.value.prev, {
5847
- default: () => [t["prev-icon"] ? t["prev-icon"]() : u(Ie, {
5858
+ default: () => [t["prev-icon"] ? t["prev-icon"]() : u(Pe, {
5848
5859
  type: "prev"
5849
5860
  }, null)]
5850
5861
  })]), S.value.map((w, y) => u("li", {
@@ -5858,14 +5869,14 @@ const Di = R({
5858
5869
  key: "next",
5859
5870
  class: "y-pagination__next"
5860
5871
  }, [t.next ? t.next(d.value.next) : u(te, d.value.next, {
5861
- default: () => [t["next-icon"] ? t["next-icon"]() : u(Ie, {
5872
+ default: () => [t["next-icon"] ? t["next-icon"]() : u(Pe, {
5862
5873
  type: "next"
5863
5874
  }, null)]
5864
5875
  })]), e.showEndButton && u("li", {
5865
5876
  key: "last",
5866
5877
  class: "y-pagination__last"
5867
5878
  }, [t.last ? t.last(d.value.last) : u(te, d.value.last, {
5868
- default: () => [t["last-icon"] ? t["last-icon"]() : u(Ie, {
5879
+ default: () => [t["last-icon"] ? t["last-icon"]() : u(Pe, {
5869
5880
  type: "last"
5870
5881
  }, null)]
5871
5882
  })])])])), {
@@ -5903,7 +5914,7 @@ function Ni(e) {
5903
5914
  }
5904
5915
  function Mi(e) {
5905
5916
  const { page: t, pageSize: n, total: a } = e, i = x(() => n.value === -1 ? 0 : n.value * (t.value - 1)), r = x(() => n.value === -1 ? a.value : Math.min(a.value, i.value + n.value)), o = x(() => n.value === -1 || a.value === 0 ? 1 : Math.ceil(a.value / n.value));
5906
- $e(() => {
5917
+ Ae(() => {
5907
5918
  t.value > o.value && (t.value = o.value);
5908
5919
  });
5909
5920
  function l(f) {
@@ -5947,7 +5958,7 @@ const ss = R({
5947
5958
  YButton: te,
5948
5959
  YIconExpand: _t,
5949
5960
  YFieldInput: bt,
5950
- YIconPageControl: Ie
5961
+ YIconPageControl: Pe
5951
5962
  },
5952
5963
  props: ss(),
5953
5964
  setup(e, {
@@ -6283,7 +6294,7 @@ const Nn = R({
6283
6294
  }), {
6284
6295
  resizeObservedRef: N,
6285
6296
  contentRect: K
6286
- } = Me();
6297
+ } = $e();
6287
6298
  Hi({
6288
6299
  page: a,
6289
6300
  pageSize: i,
@@ -6315,10 +6326,10 @@ const Nn = R({
6315
6326
  items: c.value,
6316
6327
  columns: l.value,
6317
6328
  headers: s.value
6318
- })), X = ae(e, Ge.props), k = ae(e, Ue.props), Y = ae(e, Ve.props);
6329
+ })), X = ae(e, Ge.props), k = ae(e, Ue.props), Y = ae(e, De.props);
6319
6330
  return H(() => {
6320
6331
  var j;
6321
- return u(Ve, q({
6332
+ return u(De, q({
6322
6333
  class: ["y-data-table"]
6323
6334
  }, Y, {
6324
6335
  style: {
@@ -6363,7 +6374,7 @@ const Nn = R({
6363
6374
  }, "YDataTableServer"), ms = /* @__PURE__ */ D({
6364
6375
  name: "YDataTableServer",
6365
6376
  components: {
6366
- YTable: Ve,
6377
+ YTable: De,
6367
6378
  YDataTableLayer: rn,
6368
6379
  YDataTableHead: Ge,
6369
6380
  YDataTableBody: Ue,
@@ -6424,7 +6435,7 @@ const Nn = R({
6424
6435
  }), {
6425
6436
  resizeObservedRef: C,
6426
6437
  contentRect: _
6427
- } = Me();
6438
+ } = $e();
6428
6439
  Hi({
6429
6440
  page: a,
6430
6441
  pageSize: i,
@@ -6459,8 +6470,8 @@ const Nn = R({
6459
6470
  }));
6460
6471
  H(() => {
6461
6472
  var X;
6462
- const N = ae(e, Ge.props), K = ae(e, Ue.props), I = ae(e, Ve.props);
6463
- return u(Ve, q({
6473
+ const N = ae(e, Ge.props), K = ae(e, Ue.props), I = ae(e, De.props);
6474
+ return u(De, q({
6464
6475
  class: ["y-data-table"]
6465
6476
  }, I, {
6466
6477
  style: {
@@ -6517,7 +6528,7 @@ function ys(e, t) {
6517
6528
  }
6518
6529
  const Sa = Symbol.for("yuyeon.active-stack");
6519
6530
  function gs(e, t, n) {
6520
- const a = he(Sa, null), i = De([]);
6531
+ const a = he(Sa, null), i = Ye([]);
6521
6532
  function r(s) {
6522
6533
  i.value.push(s);
6523
6534
  }
@@ -7236,10 +7247,10 @@ const tr = R({
7236
7247
  const {
7237
7248
  resizeObservedRef: n,
7238
7249
  contentRect: a
7239
- } = Me(), {
7250
+ } = $e(), {
7240
7251
  resizeObservedRef: i,
7241
7252
  contentRect: r
7242
- } = Me(), o = oo(e, Mn), l = x(() => ({
7253
+ } = $e(), o = oo(e, Mn), l = x(() => ({
7243
7254
  next: o.next,
7244
7255
  prev: o.prev,
7245
7256
  select: o.select,
@@ -7304,7 +7315,7 @@ const nr = "YAlert", $s = $t(nr), As = {
7304
7315
  "y-alert--outlined": a.value.includes("outlined")
7305
7316
  }],
7306
7317
  style: i.value
7307
- }, [u(Ne, null, null), t.leading && u("div", {
7318
+ }, [u(Me, null, null), t.leading && u("div", {
7308
7319
  class: ["y-alert__leading"]
7309
7320
  }, [t.leading()]), u("div", {
7310
7321
  class: ["y-alert__content"]
@@ -7339,7 +7350,7 @@ const nr = "YAlert", $s = $t(nr), As = {
7339
7350
  YIconCheckbox: we,
7340
7351
  YIconClear: si,
7341
7352
  YIconExpand: _t,
7342
- YIconPageControl: Ie,
7353
+ YIconPageControl: Pe,
7343
7354
  YIconSort: Ei,
7344
7355
  YInput: ht,
7345
7356
  YInputCheckbox: on,
@@ -7355,7 +7366,7 @@ const nr = "YAlert", $s = $t(nr), As = {
7355
7366
  YSpinnerRing: ri,
7356
7367
  YSwitch: jo,
7357
7368
  YTab: er,
7358
- YTable: Ve,
7369
+ YTable: De,
7359
7370
  YTabs: ks,
7360
7371
  YTooltip: Ul,
7361
7372
  YTreeView: Jl,