@avilang/practical-ui 0.3.59 → 0.3.61

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 (3) hide show
  1. package/README.md +3 -3
  2. package/dist/index.js +174 -165
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -1,3 +1,3 @@
1
- # practical-ui
2
-
3
- 一个基于 [naive-ui](https://github.com/tusen-ai/naive-ui) 封装的组件库。
1
+ # practical-ui
2
+
3
+ 一个基于 [naive-ui](https://github.com/tusen-ai/naive-ui) 封装的组件库。
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { ref as I, readonly as Tn, watch as He, computed as $, getCurrentInstance as bo, onMounted as Pt, onBeforeUnmount as kt, onBeforeMount as ir, reactive as xo, inject as ge, onActivated as xd, onDeactivated as Oa, createTextVNode as Ht, Fragment as je, Comment as Ma, defineComponent as ee, provide as Ee, withDirectives as vn, toRef as ie, h as f, Teleport as si, nextTick as gt, renderSlot as wn, mergeProps as Rt, isVNode as Bf, shallowRef as Cd, watchEffect as rt, Transition as _t, TransitionGroup as kf, vShow as Rr, cloneVNode as yd, Text as Rf, markRaw as Rl, onUnmounted as wd, normalizeClass as jt, createApp as Ff, unref as oe, openBlock as Re, createBlock as vt, withCtx as at, createVNode as tn, onScopeDispose as di, mergeModels as On, useModel as ao, useTemplateRef as Cr, withKeys as Pf, createSlots as Dr, normalizeProps as zf, guardReactiveProps as $f, useAttrs as Co, normalizeStyle as on, useSlots as Sd, createCommentVNode as bt, createElementBlock as it, createElementVNode as $n, toDisplayString as fn, resolveDynamicComponent as An, renderList as Jr, withModifiers as Af, toValue as Df } from "vue";
1
+ import { ref as I, readonly as Tn, watch as He, computed as $, getCurrentInstance as bo, onMounted as Pt, onBeforeUnmount as kt, onBeforeMount as ar, reactive as xo, inject as ge, onActivated as xd, onDeactivated as Oa, createTextVNode as Ht, Fragment as je, Comment as Ma, defineComponent as ee, provide as Ee, withDirectives as vn, toRef as ie, h as f, Teleport as si, nextTick as gt, renderSlot as wn, mergeProps as Rt, isVNode as Bf, shallowRef as Cd, watchEffect as rt, Transition as _t, TransitionGroup as kf, vShow as Rr, cloneVNode as yd, Text as Rf, markRaw as Rl, onUnmounted as wd, normalizeClass as jt, createApp as Ff, unref as oe, openBlock as Re, createBlock as vt, withCtx as at, createVNode as tn, onScopeDispose as di, mergeModels as On, useModel as ao, useTemplateRef as Zn, withKeys as Pf, createSlots as Dr, normalizeProps as zf, guardReactiveProps as $f, useAttrs as Co, normalizeStyle as on, useSlots as Sd, createCommentVNode as bt, createElementBlock as it, createElementVNode as $n, toDisplayString as fn, resolveDynamicComponent as An, renderList as Jr, withModifiers as Af, toValue as Df } from "vue";
2
2
  function Ef(e) {
3
3
  let t = ".", r = "__", o = "--", i;
4
4
  if (e) {
@@ -448,7 +448,7 @@ const $l = {
448
448
  function Ut(e) {
449
449
  return parseInt(e, 16);
450
450
  }
451
- function Qn(e) {
451
+ function er(e) {
452
452
  try {
453
453
  let t;
454
454
  if (t = ih.exec(e))
@@ -484,7 +484,7 @@ function Qn(e) {
484
484
  Qr(Ut(t[4] + t[4]) / 255)
485
485
  ];
486
486
  if (e in $l)
487
- return Qn($l[e]);
487
+ return er($l[e]);
488
488
  throw new Error(`[seemly/rgba]: Invalid color value ${e}.`);
489
489
  } catch (t) {
490
490
  throw t;
@@ -500,16 +500,16 @@ function Ii(e, t, r, o, i) {
500
500
  return Ot((e * t * (1 - o) + r * o) / i);
501
501
  }
502
502
  function Ge(e, t) {
503
- Array.isArray(e) || (e = Qn(e)), Array.isArray(t) || (t = Qn(t));
503
+ Array.isArray(e) || (e = er(e)), Array.isArray(t) || (t = er(t));
504
504
  const r = e[3], o = t[3], i = Qr(r + o - r * o);
505
505
  return aa(Ii(e[0], r, t[0], o, i), Ii(e[1], r, t[1], o, i), Ii(e[2], r, t[2], o, i), i);
506
506
  }
507
507
  function De(e, t) {
508
- const [r, o, i, a = 1] = Array.isArray(e) ? e : Qn(e);
508
+ const [r, o, i, a = 1] = Array.isArray(e) ? e : er(e);
509
509
  return t.alpha ? aa(r, o, i, t.alpha) : aa(r, o, i, a);
510
510
  }
511
511
  function zo(e, t) {
512
- const [r, o, i, a = 1] = Array.isArray(e) ? e : Qn(e), { lightness: l = 1, alpha: s = 1 } = t;
512
+ const [r, o, i, a = 1] = Array.isArray(e) ? e : er(e), { lightness: l = 1, alpha: s = 1 } = t;
513
513
  return dh([r * l, o * l, i * l, a * s]);
514
514
  }
515
515
  function Qr(e) {
@@ -823,7 +823,7 @@ function Ha() {
823
823
  const e = () => {
824
824
  $o += 1;
825
825
  };
826
- return Dl && (Dl = La()) ? (ir(e), kt(() => {
826
+ return Dl && (Dl = La()) ? (ar(e), kt(() => {
827
827
  $o -= 1, $o === 0 && We("click", document, Al, !0);
828
828
  })) : e(), Tn(Gr);
829
829
  }
@@ -850,7 +850,7 @@ function ja(e) {
850
850
  const a = () => {
851
851
  Ao += 1, Ke("click", window, i, !0);
852
852
  };
853
- return Tl && (Tl = La()) ? (ir(a), kt(() => {
853
+ return Tl && (Tl = La()) ? (ar(a), kt(() => {
854
854
  Ao -= 1, Ao === 0 && We("click", window, El, !0), We("click", window, i, !0), o();
855
855
  })) : a(), Tn(t);
856
856
  }
@@ -942,7 +942,7 @@ function yh(e = {}, t) {
942
942
  d ? (Ke("keydown", document, a), Ke("keyup", document, l)) : (We("keydown", document, a), We("keyup", document, l));
943
943
  });
944
944
  };
945
- return La() ? (ir(s), kt(() => {
945
+ return La() ? (ar(s), kt(() => {
946
946
  (t === void 0 || t.value) && (We("keydown", document, a), We("keyup", document, l));
947
947
  })) : s(), Tn(r);
948
948
  }
@@ -1011,13 +1011,13 @@ function Ml() {
1011
1011
  }
1012
1012
  let Vr = 0;
1013
1013
  function kh() {
1014
- return Mr && (ir(() => {
1014
+ return Mr && (ar(() => {
1015
1015
  Vr || (window.addEventListener("compositionstart", Ol), window.addEventListener("compositionend", Ml)), Vr++;
1016
1016
  }), kt(() => {
1017
1017
  Vr <= 1 ? (window.removeEventListener("compositionstart", Ol), window.removeEventListener("compositionend", Ml), Vr = 0) : Vr--;
1018
1018
  })), Va;
1019
1019
  }
1020
- let pr = 0, Il = "", Ll = "", Nl = "", Hl = "";
1020
+ let gr = 0, Il = "", Ll = "", Nl = "", Hl = "";
1021
1021
  const jl = I("0px");
1022
1022
  function Rh(e) {
1023
1023
  if (typeof document > "u") return;
@@ -1029,18 +1029,18 @@ function Rh(e) {
1029
1029
  Pt(() => {
1030
1030
  r = He(e, (a) => {
1031
1031
  if (a) {
1032
- if (!pr) {
1032
+ if (!gr) {
1033
1033
  const l = window.innerWidth - t.offsetWidth;
1034
1034
  l > 0 && (Il = t.style.marginRight, t.style.marginRight = `${l}px`, jl.value = `${l}px`), Ll = t.style.overflow, Nl = t.style.overflowX, Hl = t.style.overflowY, t.style.overflow = "hidden", t.style.overflowX = "hidden", t.style.overflowY = "hidden";
1035
1035
  }
1036
- o = !0, pr++;
1036
+ o = !0, gr++;
1037
1037
  } else
1038
- pr--, pr || i(), o = !1;
1038
+ gr--, gr || i(), o = !1;
1039
1039
  }, {
1040
1040
  immediate: !0
1041
1041
  });
1042
1042
  }), kt(() => {
1043
- r == null || r(), o && (pr--, pr || i(), o = !1);
1043
+ r == null || r(), o && (gr--, gr || i(), o = !1);
1044
1044
  });
1045
1045
  }
1046
1046
  function Fh(e) {
@@ -1214,45 +1214,45 @@ const Ka = ee({
1214
1214
  [t]
1215
1215
  ]) : _l("follower", this.$slots);
1216
1216
  }
1217
- }), gr = "@@mmoContext", $h = {
1217
+ }), mr = "@@mmoContext", $h = {
1218
1218
  mounted(e, { value: t }) {
1219
- e[gr] = {
1219
+ e[mr] = {
1220
1220
  handler: void 0
1221
- }, typeof t == "function" && (e[gr].handler = t, Ke("mousemoveoutside", e, t));
1221
+ }, typeof t == "function" && (e[mr].handler = t, Ke("mousemoveoutside", e, t));
1222
1222
  },
1223
1223
  updated(e, { value: t }) {
1224
- const r = e[gr];
1225
- typeof t == "function" ? r.handler ? r.handler !== t && (We("mousemoveoutside", e, r.handler), r.handler = t, Ke("mousemoveoutside", e, t)) : (e[gr].handler = t, Ke("mousemoveoutside", e, t)) : r.handler && (We("mousemoveoutside", e, r.handler), r.handler = void 0);
1224
+ const r = e[mr];
1225
+ typeof t == "function" ? r.handler ? r.handler !== t && (We("mousemoveoutside", e, r.handler), r.handler = t, Ke("mousemoveoutside", e, t)) : (e[mr].handler = t, Ke("mousemoveoutside", e, t)) : r.handler && (We("mousemoveoutside", e, r.handler), r.handler = void 0);
1226
1226
  },
1227
1227
  unmounted(e) {
1228
- const { handler: t } = e[gr];
1229
- t && We("mousemoveoutside", e, t), e[gr].handler = void 0;
1228
+ const { handler: t } = e[mr];
1229
+ t && We("mousemoveoutside", e, t), e[mr].handler = void 0;
1230
1230
  }
1231
- }, mr = "@@coContext", uo = {
1231
+ }, br = "@@coContext", uo = {
1232
1232
  mounted(e, { value: t, modifiers: r }) {
1233
- e[mr] = {
1233
+ e[br] = {
1234
1234
  handler: void 0
1235
- }, typeof t == "function" && (e[mr].handler = t, Ke("clickoutside", e, t, {
1235
+ }, typeof t == "function" && (e[br].handler = t, Ke("clickoutside", e, t, {
1236
1236
  capture: r.capture
1237
1237
  }));
1238
1238
  },
1239
1239
  updated(e, { value: t, modifiers: r }) {
1240
- const o = e[mr];
1240
+ const o = e[br];
1241
1241
  typeof t == "function" ? o.handler ? o.handler !== t && (We("clickoutside", e, o.handler, {
1242
1242
  capture: r.capture
1243
1243
  }), o.handler = t, Ke("clickoutside", e, t, {
1244
1244
  capture: r.capture
1245
- })) : (e[mr].handler = t, Ke("clickoutside", e, t, {
1245
+ })) : (e[br].handler = t, Ke("clickoutside", e, t, {
1246
1246
  capture: r.capture
1247
1247
  })) : o.handler && (We("clickoutside", e, o.handler, {
1248
1248
  capture: r.capture
1249
1249
  }), o.handler = void 0);
1250
1250
  },
1251
1251
  unmounted(e, { modifiers: t }) {
1252
- const { handler: r } = e[mr];
1252
+ const { handler: r } = e[br];
1253
1253
  r && We("clickoutside", e, r, {
1254
1254
  capture: t.capture
1255
- }), e[mr].handler = void 0;
1255
+ }), e[br].handler = void 0;
1256
1256
  }
1257
1257
  };
1258
1258
  function Ah(e, t) {
@@ -1290,20 +1290,20 @@ class Dh {
1290
1290
  });
1291
1291
  }
1292
1292
  }
1293
- const Ni = new Dh(), br = "@@ziContext", qa = {
1293
+ const Ni = new Dh(), xr = "@@ziContext", qa = {
1294
1294
  mounted(e, t) {
1295
1295
  const { value: r = {} } = t, { zIndex: o, enabled: i } = r;
1296
- e[br] = {
1296
+ e[xr] = {
1297
1297
  enabled: !!i,
1298
1298
  initialized: !1
1299
- }, i && (Ni.ensureZIndex(e, o), e[br].initialized = !0);
1299
+ }, i && (Ni.ensureZIndex(e, o), e[xr].initialized = !0);
1300
1300
  },
1301
1301
  updated(e, t) {
1302
- const { value: r = {} } = t, { zIndex: o, enabled: i } = r, a = e[br].enabled;
1303
- i && !a && (Ni.ensureZIndex(e, o), e[br].initialized = !0), e[br].enabled = !!i;
1302
+ const { value: r = {} } = t, { zIndex: o, enabled: i } = r, a = e[xr].enabled;
1303
+ i && !a && (Ni.ensureZIndex(e, o), e[xr].initialized = !0), e[xr].enabled = !!i;
1304
1304
  },
1305
1305
  unmounted(e, t) {
1306
- if (!e[br].initialized)
1306
+ if (!e[xr].initialized)
1307
1307
  return;
1308
1308
  const { value: r = {} } = t, { zIndex: o } = r;
1309
1309
  Ni.unregister(e, o);
@@ -1319,7 +1319,7 @@ function Oh(e, t, r) {
1319
1319
  i.has(e) || o !== null && (i.add(e), o.push(Th(e, t)));
1320
1320
  }
1321
1321
  const Mh = typeof document < "u";
1322
- function ar() {
1322
+ function lr() {
1323
1323
  if (Mh)
1324
1324
  return;
1325
1325
  const e = ge(Eh, null);
@@ -1768,7 +1768,7 @@ const Wh = En([
1768
1768
  Pt(() => {
1769
1769
  r.value && (d(), a());
1770
1770
  });
1771
- const s = ar();
1771
+ const s = lr();
1772
1772
  Wh.mount({
1773
1773
  id: "vueuc/binder",
1774
1774
  head: !0,
@@ -1861,12 +1861,12 @@ const Wh = En([
1861
1861
  });
1862
1862
  }
1863
1863
  });
1864
- var Zn = [], Vh = function() {
1865
- return Zn.some(function(e) {
1864
+ var Jn = [], Vh = function() {
1865
+ return Jn.some(function(e) {
1866
1866
  return e.activeTargets.length > 0;
1867
1867
  });
1868
1868
  }, Kh = function() {
1869
- return Zn.some(function(e) {
1869
+ return Jn.some(function(e) {
1870
1870
  return e.skippedTargets.length > 0;
1871
1871
  });
1872
1872
  }, Xl = "ResizeObserver loop completed with undelivered notifications.", Uh = function() {
@@ -1878,16 +1878,16 @@ var Zn = [], Vh = function() {
1878
1878
  (function(e) {
1879
1879
  e.BORDER_BOX = "border-box", e.CONTENT_BOX = "content-box", e.DEVICE_PIXEL_CONTENT_BOX = "device-pixel-content-box";
1880
1880
  })(co || (co = {}));
1881
- var Jn = function(e) {
1881
+ var Qn = function(e) {
1882
1882
  return Object.freeze(e);
1883
1883
  }, qh = /* @__PURE__ */ function() {
1884
1884
  function e(t, r) {
1885
- this.inlineSize = t, this.blockSize = r, Jn(this);
1885
+ this.inlineSize = t, this.blockSize = r, Qn(this);
1886
1886
  }
1887
1887
  return e;
1888
1888
  }(), jd = function() {
1889
1889
  function e(t, r, o, i) {
1890
- return this.x = t, this.y = r, this.width = o, this.height = i, this.top = this.y, this.left = this.x, this.bottom = this.top + this.height, this.right = this.left + this.width, Jn(this);
1890
+ return this.x = t, this.y = r, this.width = o, this.height = i, this.top = this.y, this.left = this.x, this.bottom = this.top + this.height, this.right = this.left + this.width, Qn(this);
1891
1891
  }
1892
1892
  return e.prototype.toJSON = function() {
1893
1893
  var t = this, r = t.x, o = t.y, i = t.top, a = t.right, l = t.bottom, s = t.left, d = t.width, u = t.height;
@@ -1929,7 +1929,7 @@ var Jn = function(e) {
1929
1929
  return parseFloat(e || "0");
1930
1930
  }, wr = function(e, t, r) {
1931
1931
  return e === void 0 && (e = 0), t === void 0 && (t = 0), r === void 0 && (r = !1), new qh((r ? t : e) || 0, (r ? e : t) || 0);
1932
- }, Jl = Jn({
1932
+ }, Jl = Qn({
1933
1933
  devicePixelContentBoxSize: wr(),
1934
1934
  borderBoxSize: wr(),
1935
1935
  contentBoxSize: wr(),
@@ -1939,7 +1939,7 @@ var Jn = function(e) {
1939
1939
  return Eo.get(e);
1940
1940
  if (_d(e))
1941
1941
  return Eo.set(e, Jl), Jl;
1942
- var r = getComputedStyle(e), o = Ya(e) && e.ownerSVGElement && e.getBBox(), i = !Yh && r.boxSizing === "border-box", a = Xh.test(r.writingMode || ""), l = !o && Zl.test(r.overflowY || ""), s = !o && Zl.test(r.overflowX || ""), d = o ? 0 : sn(r.paddingTop), u = o ? 0 : sn(r.paddingRight), c = o ? 0 : sn(r.paddingBottom), v = o ? 0 : sn(r.paddingLeft), p = o ? 0 : sn(r.borderTopWidth), m = o ? 0 : sn(r.borderRightWidth), h = o ? 0 : sn(r.borderBottomWidth), g = o ? 0 : sn(r.borderLeftWidth), x = v + u, b = d + c, C = g + m, S = p + h, y = s ? e.offsetHeight - S - e.clientHeight : 0, k = l ? e.offsetWidth - C - e.clientWidth : 0, R = i ? x + C : 0, w = i ? b + S : 0, B = o ? o.width : sn(r.width) - R - k, F = o ? o.height : sn(r.height) - w - y, A = B + x + k + C, V = F + b + y + S, O = Jn({
1942
+ var r = getComputedStyle(e), o = Ya(e) && e.ownerSVGElement && e.getBBox(), i = !Yh && r.boxSizing === "border-box", a = Xh.test(r.writingMode || ""), l = !o && Zl.test(r.overflowY || ""), s = !o && Zl.test(r.overflowX || ""), d = o ? 0 : sn(r.paddingTop), u = o ? 0 : sn(r.paddingRight), c = o ? 0 : sn(r.paddingBottom), v = o ? 0 : sn(r.paddingLeft), p = o ? 0 : sn(r.borderTopWidth), m = o ? 0 : sn(r.borderRightWidth), h = o ? 0 : sn(r.borderBottomWidth), g = o ? 0 : sn(r.borderLeftWidth), x = v + u, b = d + c, C = g + m, S = p + h, y = s ? e.offsetHeight - S - e.clientHeight : 0, k = l ? e.offsetWidth - C - e.clientWidth : 0, R = i ? x + C : 0, w = i ? b + S : 0, B = o ? o.width : sn(r.width) - R - k, F = o ? o.height : sn(r.height) - w - y, A = B + x + k + C, V = F + b + y + S, O = Qn({
1943
1943
  devicePixelContentBoxSize: wr(Math.round(B * devicePixelRatio), Math.round(F * devicePixelRatio), a),
1944
1944
  borderBoxSize: wr(A, V, a),
1945
1945
  contentBoxSize: wr(B, F, a),
@@ -1959,7 +1959,7 @@ var Jn = function(e) {
1959
1959
  }, Zh = /* @__PURE__ */ function() {
1960
1960
  function e(t) {
1961
1961
  var r = Wd(t);
1962
- this.target = t, this.contentRect = r.contentRect, this.borderBoxSize = Jn([r.borderBoxSize]), this.contentBoxSize = Jn([r.contentBoxSize]), this.devicePixelContentBoxSize = Jn([r.devicePixelContentBoxSize]);
1962
+ this.target = t, this.contentRect = r.contentRect, this.borderBoxSize = Qn([r.borderBoxSize]), this.contentBoxSize = Qn([r.contentBoxSize]), this.devicePixelContentBoxSize = Qn([r.devicePixelContentBoxSize]);
1963
1963
  }
1964
1964
  return e;
1965
1965
  }(), Kd = function(e) {
@@ -1970,7 +1970,7 @@ var Jn = function(e) {
1970
1970
  return t;
1971
1971
  }, Jh = function() {
1972
1972
  var e = 1 / 0, t = [];
1973
- Zn.forEach(function(l) {
1973
+ Jn.forEach(function(l) {
1974
1974
  if (l.activeTargets.length !== 0) {
1975
1975
  var s = [];
1976
1976
  l.activeTargets.forEach(function(u) {
@@ -1987,7 +1987,7 @@ var Jn = function(e) {
1987
1987
  }
1988
1988
  return e;
1989
1989
  }, Ql = function(e) {
1990
- Zn.forEach(function(r) {
1990
+ Jn.forEach(function(r) {
1991
1991
  r.activeTargets.splice(0, r.activeTargets.length), r.skippedTargets.splice(0, r.skippedTargets.length), r.observationTargets.forEach(function(i) {
1992
1992
  i.isActive() && (Kd(i.target) > e ? r.activeTargets.push(i) : r.skippedTargets.push(i));
1993
1993
  });
@@ -2108,10 +2108,10 @@ var Jn = function(e) {
2108
2108
  To.set(t, o);
2109
2109
  }, e.observe = function(t, r, o) {
2110
2110
  var i = To.get(t), a = i.observationTargets.length === 0;
2111
- rs(i.observationTargets, r) < 0 && (a && Zn.push(i), i.observationTargets.push(new s0(r, o && o.box)), ns(1), da.schedule());
2111
+ rs(i.observationTargets, r) < 0 && (a && Jn.push(i), i.observationTargets.push(new s0(r, o && o.box)), ns(1), da.schedule());
2112
2112
  }, e.unobserve = function(t, r) {
2113
2113
  var o = To.get(t), i = rs(o.observationTargets, r), a = o.observationTargets.length === 1;
2114
- i >= 0 && (a && Zn.splice(Zn.indexOf(o), 1), o.observationTargets.splice(i, 1), ns(-1));
2114
+ i >= 0 && (a && Jn.splice(Jn.indexOf(o), 1), o.observationTargets.splice(i, 1), ns(-1));
2115
2115
  }, e.disconnect = function(t) {
2116
2116
  var r = this, o = To.get(t);
2117
2117
  o.observationTargets.slice().forEach(function(i) {
@@ -2345,7 +2345,7 @@ const is = ee({
2345
2345
  }
2346
2346
  },
2347
2347
  setup(e) {
2348
- const t = ar();
2348
+ const t = lr();
2349
2349
  v0.mount({
2350
2350
  id: "vueuc/virtual-list",
2351
2351
  head: !0,
@@ -2656,7 +2656,7 @@ const is = ee({
2656
2656
  const { onUpdateOverflow: C } = e;
2657
2657
  x ? C !== void 0 && C(!0) : (C !== void 0 && C(!1), c.setAttribute(Cn, ""));
2658
2658
  }
2659
- const a = ar();
2659
+ const a = lr();
2660
2660
  return p0.mount({
2661
2661
  id: "vueuc/overflow",
2662
2662
  head: !0,
@@ -3034,7 +3034,7 @@ function ro(e) {
3034
3034
  });
3035
3035
  };
3036
3036
  }
3037
- function lr(e, t = [], r) {
3037
+ function sr(e, t = [], r) {
3038
3038
  const o = {};
3039
3039
  return Object.getOwnPropertyNames(e).forEach((a) => {
3040
3040
  t.includes(a) || (o[a] = e[a]);
@@ -3096,7 +3096,7 @@ function nu() {
3096
3096
  }
3097
3097
  function Ye(e, t, r, o) {
3098
3098
  r || Nn("useThemeClass", "cssVarsRef is not passed");
3099
- const i = ge(an, null), a = i == null ? void 0 : i.mergedThemeHashRef, l = i == null ? void 0 : i.styleMountTarget, s = I(""), d = ar();
3099
+ const i = ge(an, null), a = i == null ? void 0 : i.mergedThemeHashRef, l = i == null ? void 0 : i.styleMountTarget, s = I(""), d = lr();
3100
3100
  let u;
3101
3101
  const c = `__${e}`, v = () => {
3102
3102
  let p = c;
@@ -4273,7 +4273,7 @@ function Gv(e) {
4273
4273
  return qv.call(e);
4274
4274
  }
4275
4275
  var Xv = "[object Null]", Yv = "[object Undefined]", vs = In ? In.toStringTag : void 0;
4276
- function sr(e) {
4276
+ function dr(e) {
4277
4277
  return e == null ? e === void 0 ? Yv : Xv : vs && vs in Object(e) ? Kv(e) : Gv(e);
4278
4278
  }
4279
4279
  function Ln(e) {
@@ -4281,7 +4281,7 @@ function Ln(e) {
4281
4281
  }
4282
4282
  var Zv = "[object Symbol]";
4283
4283
  function Ja(e) {
4284
- return typeof e == "symbol" || Ln(e) && sr(e) == Zv;
4284
+ return typeof e == "symbol" || Ln(e) && dr(e) == Zv;
4285
4285
  }
4286
4286
  function au(e, t) {
4287
4287
  for (var r = -1, o = e == null ? 0 : e.length, i = Array(o); ++r < o; )
@@ -4310,7 +4310,7 @@ var Qv = "[object AsyncFunction]", ep = "[object Function]", tp = "[object Gener
4310
4310
  function el(e) {
4311
4311
  if (!jn(e))
4312
4312
  return !1;
4313
- var t = sr(e);
4313
+ var t = dr(e);
4314
4314
  return t == ep || t == tp || t == Qv || t == np;
4315
4315
  }
4316
4316
  var Ki = mn["__core-js_shared__"], ms = function() {
@@ -4321,7 +4321,7 @@ function rp(e) {
4321
4321
  return !!ms && ms in e;
4322
4322
  }
4323
4323
  var op = Function.prototype, ip = op.toString;
4324
- function dr(e) {
4324
+ function ur(e) {
4325
4325
  if (e != null) {
4326
4326
  try {
4327
4327
  return ip.call(e);
@@ -4341,16 +4341,16 @@ function hp(e) {
4341
4341
  if (!jn(e) || rp(e))
4342
4342
  return !1;
4343
4343
  var t = el(e) ? fp : lp;
4344
- return t.test(dr(e));
4344
+ return t.test(ur(e));
4345
4345
  }
4346
4346
  function vp(e, t) {
4347
4347
  return e == null ? void 0 : e[t];
4348
4348
  }
4349
- function ur(e, t) {
4349
+ function cr(e, t) {
4350
4350
  var r = vp(e, t);
4351
4351
  return hp(r) ? r : void 0;
4352
4352
  }
4353
- var ha = ur(mn, "WeakMap"), bs = Object.create, pp = /* @__PURE__ */ function() {
4353
+ var ha = cr(mn, "WeakMap"), bs = Object.create, pp = /* @__PURE__ */ function() {
4354
4354
  function e() {
4355
4355
  }
4356
4356
  return function(t) {
@@ -4402,7 +4402,7 @@ function wp(e) {
4402
4402
  }
4403
4403
  var Jo = function() {
4404
4404
  try {
4405
- var e = ur(Object, "defineProperty");
4405
+ var e = cr(Object, "defineProperty");
4406
4406
  return e({}, "", {}), e;
4407
4407
  } catch {
4408
4408
  }
@@ -4492,7 +4492,7 @@ function Ip(e, t) {
4492
4492
  }
4493
4493
  var Lp = "[object Arguments]";
4494
4494
  function Cs(e) {
4495
- return Ln(e) && sr(e) == Lp;
4495
+ return Ln(e) && dr(e) == Lp;
4496
4496
  }
4497
4497
  var su = Object.prototype, Np = su.hasOwnProperty, Hp = su.propertyIsEnumerable, Qo = Cs(/* @__PURE__ */ function() {
4498
4498
  return arguments;
@@ -4506,7 +4506,7 @@ var du = typeof exports == "object" && exports && !exports.nodeType && exports,
4506
4506
  dt[ig] = dt[ag] = dt[lg] = dt[sg] = dt[dg] = dt[ug] = dt[cg] = dt[fg] = dt[hg] = !0;
4507
4507
  dt[Vp] = dt[Kp] = dt[rg] = dt[Up] = dt[og] = dt[qp] = dt[Gp] = dt[Xp] = dt[Yp] = dt[Zp] = dt[Jp] = dt[Qp] = dt[eg] = dt[tg] = dt[ng] = !1;
4508
4508
  function vg(e) {
4509
- return Ln(e) && rl(e.length) && !!dt[sr(e)];
4509
+ return Ln(e) && rl(e.length) && !!dt[dr(e)];
4510
4510
  }
4511
4511
  function pg(e) {
4512
4512
  return function(t) {
@@ -4573,7 +4573,7 @@ function ll(e, t) {
4573
4573
  var r = typeof e;
4574
4574
  return r == "number" || r == "symbol" || r == "boolean" || e == null || Ja(e) ? !0 : Pg.test(e) || !Fg.test(e) || t != null && e in Object(t);
4575
4575
  }
4576
- var ho = ur(Object, "create");
4576
+ var ho = cr(Object, "create");
4577
4577
  function zg() {
4578
4578
  this.__data__ = ho ? ho(null) : {}, this.size = 0;
4579
4579
  }
@@ -4600,18 +4600,18 @@ function Ng(e, t) {
4600
4600
  var r = this.__data__;
4601
4601
  return this.size += this.has(e) ? 0 : 1, r[e] = ho && t === void 0 ? Lg : t, this;
4602
4602
  }
4603
- function er(e) {
4603
+ function tr(e) {
4604
4604
  var t = -1, r = e == null ? 0 : e.length;
4605
4605
  for (this.clear(); ++t < r; ) {
4606
4606
  var o = e[t];
4607
4607
  this.set(o[0], o[1]);
4608
4608
  }
4609
4609
  }
4610
- er.prototype.clear = zg;
4611
- er.prototype.delete = $g;
4612
- er.prototype.get = Tg;
4613
- er.prototype.has = Ig;
4614
- er.prototype.set = Ng;
4610
+ tr.prototype.clear = zg;
4611
+ tr.prototype.delete = $g;
4612
+ tr.prototype.get = Tg;
4613
+ tr.prototype.has = Ig;
4614
+ tr.prototype.set = Ng;
4615
4615
  function Hg() {
4616
4616
  this.__data__ = [], this.size = 0;
4617
4617
  }
@@ -4652,12 +4652,12 @@ Bn.prototype.delete = Wg;
4652
4652
  Bn.prototype.get = Vg;
4653
4653
  Bn.prototype.has = Kg;
4654
4654
  Bn.prototype.set = Ug;
4655
- var vo = ur(mn, "Map");
4655
+ var vo = cr(mn, "Map");
4656
4656
  function qg() {
4657
4657
  this.size = 0, this.__data__ = {
4658
- hash: new er(),
4658
+ hash: new tr(),
4659
4659
  map: new (vo || Bn)(),
4660
- string: new er()
4660
+ string: new tr()
4661
4661
  };
4662
4662
  }
4663
4663
  function Gg(e) {
@@ -4751,7 +4751,7 @@ function am(e, t) {
4751
4751
  }
4752
4752
  var mu = fu(Object.getPrototypeOf, Object), lm = "[object Object]", sm = Function.prototype, dm = Object.prototype, bu = sm.toString, um = dm.hasOwnProperty, cm = bu.call(Object);
4753
4753
  function fm(e) {
4754
- if (!Ln(e) || sr(e) != lm)
4754
+ if (!Ln(e) || dr(e) != lm)
4755
4755
  return !1;
4756
4756
  var t = mu(e);
4757
4757
  if (t === null)
@@ -4852,9 +4852,9 @@ function Qm(e, t, r) {
4852
4852
  function Ps(e) {
4853
4853
  return Qm(e, al, Jm);
4854
4854
  }
4855
- var ga = ur(mn, "DataView"), ma = ur(mn, "Promise"), ba = ur(mn, "Set"), zs = "[object Map]", eb = "[object Object]", $s = "[object Promise]", As = "[object Set]", Ds = "[object WeakMap]", Es = "[object DataView]", tb = dr(ga), nb = dr(vo), rb = dr(ma), ob = dr(ba), ib = dr(ha), Dn = sr;
4855
+ var ga = cr(mn, "DataView"), ma = cr(mn, "Promise"), ba = cr(mn, "Set"), zs = "[object Map]", eb = "[object Object]", $s = "[object Promise]", As = "[object Set]", Ds = "[object WeakMap]", Es = "[object DataView]", tb = ur(ga), nb = ur(vo), rb = ur(ma), ob = ur(ba), ib = ur(ha), Dn = dr;
4856
4856
  (ga && Dn(new ga(new ArrayBuffer(1))) != Es || vo && Dn(new vo()) != zs || ma && Dn(ma.resolve()) != $s || ba && Dn(new ba()) != As || ha && Dn(new ha()) != Ds) && (Dn = function(e) {
4857
- var t = sr(e), r = t == eb ? e.constructor : void 0, o = r ? dr(r) : "";
4857
+ var t = dr(e), r = t == eb ? e.constructor : void 0, o = r ? ur(r) : "";
4858
4858
  if (o)
4859
4859
  switch (o) {
4860
4860
  case tb:
@@ -5202,7 +5202,7 @@ function sx(e, t) {
5202
5202
  var Xr = Op(function(e, t, r) {
5203
5203
  Au(e, t, r);
5204
5204
  });
5205
- function tr(e) {
5205
+ function nr(e) {
5206
5206
  const {
5207
5207
  mergedLocaleRef: t,
5208
5208
  mergedDateLocaleRef: r
@@ -5221,7 +5221,7 @@ function tr(e) {
5221
5221
  const zr = "naive-ui-style";
5222
5222
  function zt(e, t, r) {
5223
5223
  if (!t) return;
5224
- const o = ar(), i = $(() => {
5224
+ const o = lr(), i = $(() => {
5225
5225
  const {
5226
5226
  value: s
5227
5227
  } = t;
@@ -5251,7 +5251,7 @@ function zt(e, t, r) {
5251
5251
  });
5252
5252
  });
5253
5253
  };
5254
- return o ? l() : ir(l), i;
5254
+ return o ? l() : ar(l), i;
5255
5255
  }
5256
5256
  const _n = {
5257
5257
  fontFamily: 'v-sans, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"',
@@ -5298,7 +5298,7 @@ function Wn(e, t, r) {
5298
5298
  process.env.NODE_ENV !== "production" && Nn("use-style", "No style is specified.");
5299
5299
  return;
5300
5300
  }
5301
- const o = ar(), i = ge(an, null), a = () => {
5301
+ const o = lr(), i = ge(an, null), a = () => {
5302
5302
  const l = r.value;
5303
5303
  t.mount({
5304
5304
  id: l === void 0 ? e : l + e,
@@ -5317,10 +5317,10 @@ function Wn(e, t, r) {
5317
5317
  parent: i == null ? void 0 : i.styleMountTarget
5318
5318
  });
5319
5319
  };
5320
- o ? a() : ir(a);
5320
+ o ? a() : ar(a);
5321
5321
  }
5322
5322
  function ve(e, t, r, o, i, a) {
5323
- const l = ar(), s = ge(an, null);
5323
+ const l = lr(), s = ge(an, null);
5324
5324
  if (r) {
5325
5325
  const u = () => {
5326
5326
  const c = a == null ? void 0 : a.value;
@@ -5341,7 +5341,7 @@ function ve(e, t, r, o, i, a) {
5341
5341
  parent: s == null ? void 0 : s.styleMountTarget
5342
5342
  });
5343
5343
  };
5344
- l ? u() : ir(u);
5344
+ l ? u() : ar(u);
5345
5345
  }
5346
5346
  return $(() => {
5347
5347
  var u;
@@ -5436,7 +5436,7 @@ const fx = z("base-icon", `
5436
5436
  "aria-disabled": this.ariaDisabled
5437
5437
  }, this.$slots);
5438
5438
  }
5439
- }), cr = ee({
5439
+ }), fr = ee({
5440
5440
  name: "BaseIconSwitchTransition",
5441
5441
  setup(e, {
5442
5442
  slots: t
@@ -5847,7 +5847,7 @@ const Sx = z("base-clear", `
5847
5847
  } = this;
5848
5848
  return f("div", {
5849
5849
  class: `${e}-base-clear`
5850
- }, f(cr, null, {
5850
+ }, f(fr, null, {
5851
5851
  default: () => {
5852
5852
  var t, r;
5853
5853
  return this.show ? f("div", {
@@ -6118,7 +6118,7 @@ const Sx = z("base-clear", `
6118
6118
  class: `${e}-base-loading`,
6119
6119
  role: "img",
6120
6120
  "aria-label": "loading"
6121
- }, f(cr, null, {
6121
+ }, f(fr, null, {
6122
6122
  default: () => this.show ? f("div", {
6123
6123
  key: "icon",
6124
6124
  class: `${e}-base-loading__transition-wrapper`
@@ -6249,7 +6249,7 @@ const ke = {
6249
6249
  successDefault: "#18a058",
6250
6250
  successActive: "#0c7a43",
6251
6251
  successSuppl: "#36ad6a"
6252
- }, Px = Qn(ke.neutralBase), Tu = Qn(ke.neutralInvertBase), zx = `rgba(${Tu.slice(0, 3).join(", ")}, `;
6252
+ }, Px = er(ke.neutralBase), Tu = er(ke.neutralInvertBase), zx = `rgba(${Tu.slice(0, 3).join(", ")}, `;
6253
6253
  function Vs(e) {
6254
6254
  return `${zx + String(e)})`;
6255
6255
  }
@@ -6493,7 +6493,7 @@ const Bo = {
6493
6493
  type: String,
6494
6494
  default: "bottom"
6495
6495
  }
6496
- }), fr = ee({
6496
+ }), hr = ee({
6497
6497
  name: "Scrollbar",
6498
6498
  props: Ex,
6499
6499
  inheritAttrs: !1,
@@ -6979,7 +6979,7 @@ const Bo = {
6979
6979
  });
6980
6980
  return a ? f(je, null, p, c(this.themeClass, this.cssVars)) : p;
6981
6981
  }
6982
- }), Ou = fr;
6982
+ }), Ou = hr;
6983
6983
  function Ks(e) {
6984
6984
  return Array.isArray(e) ? e : [e];
6985
6985
  }
@@ -7485,7 +7485,7 @@ const pl = {
7485
7485
  mergedComponentPropsRef: o
7486
7486
  } = Ae(e), i = ve("Empty", "-empty", l1, pl, e, t), {
7487
7487
  localeRef: a
7488
- } = tr("Empty"), l = $(() => {
7488
+ } = nr("Empty"), l = $(() => {
7489
7489
  var c, v, p;
7490
7490
  return (c = e.description) !== null && c !== void 0 ? c : (p = (v = o == null ? void 0 : o.value) === null || v === void 0 ? void 0 : v.Empty) === null || p === void 0 ? void 0 : p.description;
7491
7491
  }), s = $(() => {
@@ -8291,7 +8291,7 @@ const f1 = z("base-select-menu", `
8291
8291
  theme: o.peers.Empty,
8292
8292
  themeOverrides: o.peerOverrides.Empty,
8293
8293
  size: this.size
8294
- })])) : f(fr, {
8294
+ })])) : f(hr, {
8295
8295
  ref: "scrollbarRef",
8296
8296
  theme: o.peers.Scrollbar,
8297
8297
  themeOverrides: o.peerOverrides.Scrollbar,
@@ -8373,7 +8373,7 @@ function v1(e) {
8373
8373
  boxShadow: t
8374
8374
  });
8375
8375
  }
8376
- const hr = {
8376
+ const vr = {
8377
8377
  name: "Popover",
8378
8378
  common: Ze,
8379
8379
  self: v1
@@ -8590,7 +8590,7 @@ const g1 = ee({
8590
8590
  namespaceRef: o,
8591
8591
  mergedClsPrefixRef: i,
8592
8592
  inlineThemeDisabled: a
8593
- } = Ae(e), l = ve("Popover", "-popover", p1, hr, e, i), s = I(null), d = ge("NPopover"), u = I(null), c = I(e.show), v = I(!1);
8593
+ } = Ae(e), l = ve("Popover", "-popover", p1, vr, e, i), s = I(null), d = ge("NPopover"), u = I(null), c = I(e.show), v = I(!1);
8594
8594
  rt(() => {
8595
8595
  const {
8596
8596
  show: w
@@ -8826,7 +8826,7 @@ function x1(e, t, r) {
8826
8826
  } : e.props[o] = a;
8827
8827
  });
8828
8828
  }
8829
- const nr = {
8829
+ const rr = {
8830
8830
  show: {
8831
8831
  type: Boolean,
8832
8832
  default: void 0
@@ -8917,10 +8917,10 @@ const nr = {
8917
8917
  },
8918
8918
  minWidth: Number,
8919
8919
  maxWidth: Number
8920
- }, C1 = Object.assign(Object.assign(Object.assign({}, ve.props), nr), {
8920
+ }, C1 = Object.assign(Object.assign(Object.assign({}, ve.props), rr), {
8921
8921
  internalOnAfterLeave: Function,
8922
8922
  internalRenderBody: Function
8923
- }), vr = ee({
8923
+ }), pr = ee({
8924
8924
  name: "Popover",
8925
8925
  inheritAttrs: !1,
8926
8926
  props: C1,
@@ -9804,7 +9804,7 @@ const _u = {
9804
9804
  name: "InternalSelection",
9805
9805
  common: Ze,
9806
9806
  peers: {
9807
- Popover: hr
9807
+ Popover: vr
9808
9808
  },
9809
9809
  self: z1
9810
9810
  }, $1 = M([z("base-selection", `
@@ -10597,7 +10597,7 @@ const _u = {
10597
10597
  class: `${s}-base-selection-tags`,
10598
10598
  tabindex: o ? void 0 : 0
10599
10599
  }, w, g);
10600
- x = f(je, null, h ? f(vr, Object.assign({}, F, {
10600
+ x = f(je, null, h ? f(pr, Object.assign({}, F, {
10601
10601
  scrollable: !0,
10602
10602
  style: "max-height: calc(var(--v-target-height) * 6.6);"
10603
10603
  }), {
@@ -11388,7 +11388,7 @@ const Zs = ee({
11388
11388
  Vu && Wn("-input-safari", j1, t);
11389
11389
  const l = I(null), s = I(null), d = I(null), u = I(null), c = I(null), v = I(null), p = I(null), m = W1(p), h = I(null), {
11390
11390
  localeRef: g
11391
- } = tr("Input"), x = I(e.defaultValue), b = ie(e, "value"), C = Mt(b, x), S = Hn(e), {
11391
+ } = nr("Input"), x = I(e.defaultValue), b = ie(e, "value"), C = Mt(b, x), S = Hn(e), {
11392
11392
  mergedSizeRef: y,
11393
11393
  mergedDisabledRef: k,
11394
11394
  mergedStatusRef: R
@@ -12049,7 +12049,7 @@ const Zs = ee({
12049
12049
  class: `${r}-input-wrapper`
12050
12050
  }, _e(d.prefix, (u) => u && f("div", {
12051
12051
  class: `${r}-input__prefix`
12052
- }, u)), a === "textarea" ? f(fr, {
12052
+ }, u)), a === "textarea" ? f(hr, {
12053
12053
  ref: "textareaScrollbarInstRef",
12054
12054
  class: `${r}-input__textarea`,
12055
12055
  container: this.getTextareaScrollContainer,
@@ -12913,7 +12913,7 @@ const Ci = {
12913
12913
  type: Boolean,
12914
12914
  default: !Vu
12915
12915
  }
12916
- }), rr = ee({
12916
+ }), or = ee({
12917
12917
  name: "Button",
12918
12918
  props: rC,
12919
12919
  slots: Object,
@@ -13239,7 +13239,7 @@ const Ci = {
13239
13239
  style: {
13240
13240
  margin: Sr(this.$slots.default) ? "0" : ""
13241
13241
  }
13242
- }, f(cr, null, {
13242
+ }, f(fr, null, {
13243
13243
  default: () => this.loading ? f(Vn, {
13244
13244
  clsPrefix: e,
13245
13245
  key: "loading",
@@ -14189,7 +14189,7 @@ const Xu = {
14189
14189
  class: `${u}-checkbox-box-wrapper`
14190
14190
  }, " ", f("div", {
14191
14191
  class: `${u}-checkbox-box`
14192
- }, f(cr, null, {
14192
+ }, f(fr, null, {
14193
14193
  default: () => this.indeterminate ? f("div", {
14194
14194
  key: "indeterminate",
14195
14195
  class: `${u}-checkbox-icon`
@@ -14726,7 +14726,7 @@ const Cl = {
14726
14726
  name: "Popselect",
14727
14727
  common: Ze,
14728
14728
  peers: {
14729
- Popover: hr,
14729
+ Popover: vr,
14730
14730
  InternalSelectMenu: gl
14731
14731
  },
14732
14732
  self: FC
@@ -14886,8 +14886,8 @@ const Cl = {
14886
14886
  }
14887
14887
  });
14888
14888
  }
14889
- }), $C = Object.assign(Object.assign(Object.assign(Object.assign({}, ve.props), lr(nr, ["showArrow", "arrow"])), {
14890
- placement: Object.assign(Object.assign({}, nr.placement), {
14889
+ }), $C = Object.assign(Object.assign(Object.assign(Object.assign({}, ve.props), sr(rr, ["showArrow", "arrow"])), {
14890
+ placement: Object.assign(Object.assign({}, rr.placement), {
14891
14891
  default: "bottom"
14892
14892
  }),
14893
14893
  trigger: {
@@ -14962,7 +14962,7 @@ const Cl = {
14962
14962
  });
14963
14963
  }
14964
14964
  };
14965
- return f(vr, Object.assign({}, lr(this.$props, Js), t, {
14965
+ return f(pr, Object.assign({}, sr(this.$props, Js), t, {
14966
14966
  internalDeactivateImmediately: !0
14967
14967
  }), {
14968
14968
  trigger: () => {
@@ -15167,7 +15167,7 @@ const ec = {
15167
15167
  return xi(x.value, J);
15168
15168
  }), C = $(() => J1(h.value, e.valueField, e.childrenField)), S = I(!1), y = Mt(ie(e, "show"), S), k = I(null), R = I(null), w = I(null), {
15169
15169
  localeRef: B
15170
- } = tr("Select"), F = $(() => {
15170
+ } = nr("Select"), F = $(() => {
15171
15171
  var P;
15172
15172
  return (P = e.placeholder) !== null && P !== void 0 ? P : B.value.placeholder;
15173
15173
  }), A = [], V = I(/* @__PURE__ */ new Map()), O = $(() => {
@@ -16075,7 +16075,7 @@ const NC = Object.assign(Object.assign({}, ve.props), {
16075
16075
  mergedRtlRef: i
16076
16076
  } = Ae(e), a = ve("Pagination", "-pagination", IC, nc, e, r), {
16077
16077
  localeRef: l
16078
- } = tr("Pagination"), s = I(null), d = I(e.defaultPage), u = I(rc(e)), c = Mt(ie(e, "page"), d), v = Mt(ie(e, "pageSize"), u), p = $(() => {
16078
+ } = nr("Pagination"), s = I(null), d = I(e.defaultPage), u = I(rc(e)), c = Mt(ie(e, "page"), d), v = Mt(ie(e, "pageSize"), u), p = $(() => {
16079
16079
  const {
16080
16080
  itemCount: G
16081
16081
  } = e;
@@ -16661,7 +16661,7 @@ const ic = {
16661
16661
  name: "Dropdown",
16662
16662
  common: Ze,
16663
16663
  peers: {
16664
- Popover: hr
16664
+ Popover: vr
16665
16665
  },
16666
16666
  self: jC
16667
16667
  }, _C = {
@@ -16684,7 +16684,7 @@ const ac = {
16684
16684
  name: "Tooltip",
16685
16685
  common: Ze,
16686
16686
  peers: {
16687
- Popover: hr
16687
+ Popover: vr
16688
16688
  },
16689
16689
  self: WC
16690
16690
  }, lc = {
@@ -16856,7 +16856,7 @@ const GC = {
16856
16856
  Pagination: nc,
16857
16857
  Scrollbar: Bo,
16858
16858
  Empty: pl,
16859
- Popover: hr,
16859
+ Popover: vr,
16860
16860
  Ellipsis: lc,
16861
16861
  Dropdown: ic
16862
16862
  },
@@ -17685,7 +17685,7 @@ const cy = Object.assign(Object.assign({}, ve.props), {
17685
17685
  });
17686
17686
  };
17687
17687
  }
17688
- }), vy = Object.assign(Object.assign({}, nr), ve.props), vc = ee({
17688
+ }), vy = Object.assign(Object.assign({}, rr), ve.props), vc = ee({
17689
17689
  name: "Tooltip",
17690
17690
  props: vy,
17691
17691
  slots: Object,
@@ -17712,7 +17712,7 @@ const cy = Object.assign(Object.assign({}, ve.props), {
17712
17712
  mergedTheme: e,
17713
17713
  internalExtraClass: t
17714
17714
  } = this;
17715
- return f(vr, Object.assign(Object.assign({}, this.$props), {
17715
+ return f(pr, Object.assign(Object.assign({}, this.$props), {
17716
17716
  theme: e.peers.Popover,
17717
17717
  themeOverrides: e.peerOverrides.Popover,
17718
17718
  builtinThemeOverrides: this.popoverThemeOverrides,
@@ -17993,7 +17993,7 @@ const gc = Object.assign(Object.assign({}, ve.props), {
17993
17993
  onMousedown: (t) => {
17994
17994
  t.preventDefault();
17995
17995
  }
17996
- }, f(cr, null, {
17996
+ }, f(fr, null, {
17997
17997
  default: () => this.loading ? f(Vn, {
17998
17998
  key: "loading",
17999
17999
  clsPrefix: this.clsPrefix,
@@ -18098,7 +18098,7 @@ const gc = Object.assign(Object.assign({}, ve.props), {
18098
18098
  } = this;
18099
18099
  return f("div", {
18100
18100
  class: [`${r}-data-table-filter-menu`, this.rtlEnabled && `${r}-data-table-filter-menu--rtl`]
18101
- }, f(fr, null, {
18101
+ }, f(hr, null, {
18102
18102
  default: () => {
18103
18103
  const {
18104
18104
  checkboxGroupValue: o,
@@ -18135,14 +18135,14 @@ const gc = Object.assign(Object.assign({}, ve.props), {
18135
18135
  }
18136
18136
  }), f("div", {
18137
18137
  class: `${r}-data-table-filter-menu__action`
18138
- }, f(rr, {
18138
+ }, f(or, {
18139
18139
  size: "tiny",
18140
18140
  theme: e.peers.Button,
18141
18141
  themeOverrides: e.peerOverrides.Button,
18142
18142
  onClick: this.handleClearClick
18143
18143
  }, {
18144
18144
  default: () => t.clear
18145
- }), f(rr, {
18145
+ }), f(or, {
18146
18146
  theme: e.peers.Button,
18147
18147
  themeOverrides: e.peerOverrides.Button,
18148
18148
  type: "primary",
@@ -18258,7 +18258,7 @@ const Cy = ee({
18258
18258
  handleFilterMenuCancel: r,
18259
18259
  filterIconPopoverProps: o
18260
18260
  } = this;
18261
- return f(vr, Object.assign({
18261
+ return f(pr, Object.assign({
18262
18262
  show: this.showPopover,
18263
18263
  onUpdateShow: (i) => this.showPopover = i,
18264
18264
  trigger: "click",
@@ -19194,7 +19194,7 @@ const xc = ee({
19194
19194
  },
19195
19195
  // for menu, not documented
19196
19196
  value: [String, Number]
19197
- }, Oy = Object.keys(nr), My = Object.assign(Object.assign(Object.assign({}, nr), Ty), ve.props), yc = ee({
19197
+ }, Oy = Object.keys(rr), My = Object.assign(Object.assign(Object.assign({}, rr), Ty), ve.props), yc = ee({
19198
19198
  name: "Dropdown",
19199
19199
  inheritAttrs: !1,
19200
19200
  props: My,
@@ -19436,7 +19436,7 @@ const xc = ee({
19436
19436
  onUpdateShow: this.doUpdateShow,
19437
19437
  "onUpdate:show": void 0
19438
19438
  };
19439
- return f(vr, Object.assign({}, Sn(this.$props, Oy), r), {
19439
+ return f(pr, Object.assign({}, Sn(this.$props, Oy), r), {
19440
19440
  trigger: () => {
19441
19441
  var o, i;
19442
19442
  return (i = (o = this.$slots).default) === null || i === void 0 ? void 0 : i.call(o);
@@ -20173,7 +20173,7 @@ const _y = ee({
20173
20173
  minWidth: yt(t) || "100%"
20174
20174
  };
20175
20175
  t && (m.width = "100%");
20176
- const h = f(fr, Object.assign({}, this.scrollbarProps, {
20176
+ const h = f(hr, Object.assign({}, this.scrollbarProps, {
20177
20177
  ref: "scrollbarInstRef",
20178
20178
  scrollable: c || v,
20179
20179
  class: `${r}-data-table-base-table-body`,
@@ -21864,7 +21864,7 @@ const rw = ee({
21864
21864
  mergedCurrentPageRef: S
21865
21865
  }), {
21866
21866
  localeRef: mt
21867
- } = tr("DataTable"), tt = $(() => e.virtualScroll || e.flexHeight || e.maxHeight !== void 0 || b.value ? "fixed" : e.tableLayout);
21867
+ } = nr("DataTable"), tt = $(() => e.virtualScroll || e.flexHeight || e.maxHeight !== void 0 || b.value ? "fixed" : e.tableLayout);
21868
21868
  Ee(ln, {
21869
21869
  props: e,
21870
21870
  treeMateRef: C,
@@ -22471,7 +22471,7 @@ const Pc = {
22471
22471
  }) : null, y = _e(this.$slots.action, (k) => k || c || u || d ? f("div", {
22472
22472
  class: [`${C}-dialog__action`, this.actionClass],
22473
22473
  style: this.actionStyle
22474
- }, k || (d ? [pt(d)] : [this.negativeText && f(rr, Object.assign({
22474
+ }, k || (d ? [pt(d)] : [this.negativeText && f(or, Object.assign({
22475
22475
  theme: g.peers.Button,
22476
22476
  themeOverrides: g.peerOverrides.Button,
22477
22477
  ghost: !0,
@@ -22479,7 +22479,7 @@ const Pc = {
22479
22479
  onClick: h
22480
22480
  }, p), {
22481
22481
  default: () => pt(this.negativeText)
22482
- }), this.positiveText && f(rr, Object.assign({
22482
+ }), this.positiveText && f(or, Object.assign({
22483
22483
  theme: g.peers.Button,
22484
22484
  themeOverrides: g.peerOverrides.Button,
22485
22485
  size: "small",
@@ -22774,7 +22774,7 @@ const Bl = Object.assign(Object.assign({}, bl), Si), vw = Mn(Bl), pw = ee({
22774
22774
  return this.displayDirective === "show" || this.displayed || this.show ? vn(f("div", {
22775
22775
  role: "none",
22776
22776
  class: `${s}-modal-body-wrapper`
22777
- }, f(fr, {
22777
+ }, f(hr, {
22778
22778
  ref: "scrollbarRef",
22779
22779
  theme: this.mergedTheme.peers.Scrollbar,
22780
22780
  themeOverrides: this.mergedTheme.peerOverrides.Scrollbar,
@@ -23317,7 +23317,7 @@ const Bl = Object.assign(Object.assign({}, bl), Si), vw = Mn(Bl), pw = ee({
23317
23317
  },
23318
23318
  render() {
23319
23319
  var e, t;
23320
- return f(je, null, [this.dialogList.map((r) => f(bw, lr(r, ["destroy", "style"], {
23320
+ return f(je, null, [this.dialogList.map((r) => f(bw, sr(r, ["destroy", "style"], {
23321
23321
  internalStyle: r.style,
23322
23322
  to: this.to,
23323
23323
  ref: (o) => {
@@ -23926,7 +23926,7 @@ const zw = {
23926
23926
  class: [`${i}-message ${i}-message--${t}-type`, this.rtlEnabled && `${i}-message--rtl`]
23927
23927
  }, (v = Ew(d, t, i)) && c ? f("div", {
23928
23928
  class: `${i}-message__icon ${i}-message__icon--${t}-type`
23929
- }, f(cr, null, {
23929
+ }, f(fr, null, {
23930
23930
  default: () => v
23931
23931
  })) : null, f("div", {
23932
23932
  class: `${i}-message__content`
@@ -24144,7 +24144,7 @@ const Tw = ee({
24144
24144
  },
24145
24145
  internalKey: o.key,
24146
24146
  onInternalAfterLeave: this.handleAfterLeave
24147
- }, lr(o, ["destroy"], void 0), {
24147
+ }, sr(o, ["destroy"], void 0), {
24148
24148
  duration: o.duration === void 0 ? this.duration : o.duration,
24149
24149
  keepAliveOnHover: o.keepAliveOnHover === void 0 ? this.keepAliveOnHover : o.keepAliveOnHover,
24150
24150
  closable: o.closable === void 0 ? this.closable : o.closable
@@ -24296,7 +24296,7 @@ const Lw = ee({
24296
24296
  var e, t;
24297
24297
  return f(je, null, [this.modalList.map((r) => {
24298
24298
  var o;
24299
- return f(Lw, lr(r, ["destroy"], {
24299
+ return f(Lw, sr(r, ["destroy"], {
24300
24300
  to: (o = r.to) !== null && o !== void 0 ? o : this.to,
24301
24301
  ref: (i) => {
24302
24302
  i === null ? delete this.modalInstRefs[`n-modal-${r.key}`] : this.modalInstRefs[`n-modal-${r.key}`] = i;
@@ -24407,7 +24407,7 @@ const _w = {
24407
24407
  return f("div", {
24408
24408
  ref: "selfRef",
24409
24409
  class: [`${r}-notification-container`, t && `${r}-notification-container--scrollable`, `${r}-notification-container--${i}`]
24410
- }, t ? f(fr, {
24410
+ }, t ? f(hr, {
24411
24411
  theme: o.peers.Scrollbar,
24412
24412
  themeOverrides: o.peerOverrides.Scrollbar,
24413
24413
  contentStyle: {
@@ -24996,7 +24996,7 @@ const _c = "n-notification-api", Yw = Object.assign(Object.assign({}, ve.props),
24996
24996
  const l = i.key;
24997
24997
  a === null ? delete this.notificationRefs[l] : this.notificationRefs[l] = a;
24998
24998
  }
24999
- }, lr(i, ["destroy", "hide", "deactivate"]), {
24999
+ }, sr(i, ["destroy", "hide", "deactivate"]), {
25000
25000
  internalKey: i.key,
25001
25001
  onInternalAfterLeave: this.handleAfterLeave,
25002
25002
  keepAliveOnHover: i.keepAliveOnHover === void 0 ? this.keepAliveOnHover : i.keepAliveOnHover
@@ -25181,7 +25181,7 @@ const aS = {
25181
25181
  common: Ze,
25182
25182
  peers: {
25183
25183
  Button: Ci,
25184
- Popover: hr
25184
+ Popover: vr
25185
25185
  },
25186
25186
  self: iS
25187
25187
  };
@@ -25701,8 +25701,8 @@ var qc = function(t, r, o, i, a, l) {
25701
25701
  if (p ? v = "number" : m ? v = "string" : h && (v = "array"), !v)
25702
25702
  return !1;
25703
25703
  h && (c = r.length), m && (c = r.replace(u, "_").length), l ? c !== t.len && i.push(Yt(a.messages[v].len, t.fullField, t.len)) : s && !d && c < t.min ? i.push(Yt(a.messages[v].min, t.fullField, t.min)) : d && !s && c > t.max ? i.push(Yt(a.messages[v].max, t.fullField, t.max)) : s && d && (c < t.min || c > t.max) && i.push(Yt(a.messages[v].range, t.fullField, t.min, t.max));
25704
- }, xr = "enum", $S = function(t, r, o, i, a) {
25705
- t[xr] = Array.isArray(t[xr]) ? t[xr] : [], t[xr].indexOf(r) === -1 && i.push(Yt(a.messages[xr], t.fullField, t[xr].join(", ")));
25704
+ }, Cr = "enum", $S = function(t, r, o, i, a) {
25705
+ t[Cr] = Array.isArray(t[Cr]) ? t[Cr] : [], t[Cr].indexOf(r) === -1 && i.push(Yt(a.messages[Cr], t.fullField, t[Cr].join(", ")));
25706
25706
  }, AS = function(t, r, o, i, a) {
25707
25707
  if (t.pattern) {
25708
25708
  if (t.pattern instanceof RegExp)
@@ -26730,7 +26730,7 @@ const e2 = {
26730
26730
  setup(e) {
26731
26731
  const {
26732
26732
  localeRef: t
26733
- } = tr("Popconfirm"), {
26733
+ } = nr("Popconfirm"), {
26734
26734
  inlineThemeDisabled: r
26735
26735
  } = Ae(), {
26736
26736
  mergedClsPrefixRef: o,
@@ -26754,7 +26754,7 @@ const e2 = {
26754
26754
  "--n-icon-color": v
26755
26755
  };
26756
26756
  }), s = r ? Ye("popconfirm-panel", void 0, l, a) : void 0;
26757
- return Object.assign(Object.assign({}, tr("Popconfirm")), {
26757
+ return Object.assign(Object.assign({}, nr("Popconfirm")), {
26758
26758
  mergedClsPrefix: o,
26759
26759
  cssVars: r ? void 0 : l,
26760
26760
  localizedPositiveText: $(() => e.positiveText || t.value.positiveText),
@@ -26777,12 +26777,12 @@ const e2 = {
26777
26777
  mergedClsPrefix: t,
26778
26778
  showIcon: r,
26779
26779
  $slots: o
26780
- } = this, i = Zt(o.action, () => this.negativeText === null && this.positiveText === null ? [] : [this.negativeText !== null && f(rr, Object.assign({
26780
+ } = this, i = Zt(o.action, () => this.negativeText === null && this.positiveText === null ? [] : [this.negativeText !== null && f(or, Object.assign({
26781
26781
  size: "small",
26782
26782
  onClick: this.handleNegativeClick
26783
26783
  }, this.negativeButtonProps), {
26784
26784
  default: () => this.localizedNegativeText
26785
- }), this.positiveText !== null && f(rr, Object.assign({
26785
+ }), this.positiveText !== null && f(or, Object.assign({
26786
26786
  size: "small",
26787
26787
  type: "primary",
26788
26788
  onClick: this.handlePositiveClick
@@ -26819,7 +26819,7 @@ const e2 = {
26819
26819
  `)]), T("action", `
26820
26820
  display: flex;
26821
26821
  justify-content: flex-end;
26822
- `, [M("&:not(:first-child)", "margin-top: 8px"), z("button", [M("&:not(:last-child)", "margin-right: 8px;")])])]), a2 = Object.assign(Object.assign(Object.assign({}, ve.props), nr), {
26822
+ `, [M("&:not(:first-child)", "margin-top: 8px"), z("button", [M("&:not(:last-child)", "margin-right: 8px;")])])]), a2 = Object.assign(Object.assign(Object.assign({}, ve.props), rr), {
26823
26823
  positiveText: String,
26824
26824
  negativeText: String,
26825
26825
  showIcon: {
@@ -26892,7 +26892,7 @@ const e2 = {
26892
26892
  $props: t,
26893
26893
  mergedTheme: r
26894
26894
  } = this;
26895
- return f(vr, lr(t, bd, {
26895
+ return f(pr, sr(t, bd, {
26896
26896
  theme: r.peers.Popover,
26897
26897
  themeOverrides: r.peerOverrides.Popover,
26898
26898
  internalExtraClass: ["popconfirm"],
@@ -27403,7 +27403,7 @@ const h2 = ee({
27403
27403
  class: `${e}-switch__button-placeholder`
27404
27404
  }), m)) : null)), f("div", {
27405
27405
  class: `${e}-switch__button`
27406
- }, _e(d, (p) => _e(u, (m) => _e(c, (h) => f(cr, null, {
27406
+ }, _e(d, (p) => _e(u, (m) => _e(c, (h) => f(fr, null, {
27407
27407
  default: () => this.loading ? f(Vn, {
27408
27408
  key: "loading",
27409
27409
  clsPrefix: e,
@@ -28970,6 +28970,7 @@ const ai = /* @__PURE__ */ Object.assign({
28970
28970
  autofocus: { type: Boolean, default: !1 },
28971
28971
  disabled: { type: Boolean, default: !1 },
28972
28972
  clearable: { type: Boolean, default: !1 },
28973
+ autosize: { type: [Object, Boolean], default: !0 },
28973
28974
  readonly: { type: Boolean, default: !1 },
28974
28975
  trim: { type: Boolean, default: !0 },
28975
28976
  // 默认去除首尾空格
@@ -29008,7 +29009,7 @@ const ai = /* @__PURE__ */ Object.assign({
29008
29009
  let m = p;
29009
29010
  e.trim && (m = m.trim()), i("input", { value: m });
29010
29011
  }
29011
- const u = Cr("input"), c = () => {
29012
+ const u = Zn("input"), c = () => {
29012
29013
  u.value && u.value.focus();
29013
29014
  };
29014
29015
  function v() {
@@ -29032,6 +29033,7 @@ const ai = /* @__PURE__ */ Object.assign({
29032
29033
  disabled: e.disabled,
29033
29034
  readonly: e.readonly,
29034
29035
  clearable: e.clearable,
29036
+ autosize: e.type !== "textarea" ? !1 : e.autosize,
29035
29037
  onInput: d,
29036
29038
  onBlur: s,
29037
29039
  onKeyup: Pf(v, ["enter"])
@@ -29043,7 +29045,7 @@ const ai = /* @__PURE__ */ Object.assign({
29043
29045
  ]),
29044
29046
  key: "0"
29045
29047
  } : void 0
29046
- ]), 1032, ["type", "size", "show-password-on", "value", "maxlength", "show-count", "count-graphemes", "placeholder", "autofocus", "disabled", "readonly", "clearable"]));
29048
+ ]), 1032, ["type", "size", "show-password-on", "value", "maxlength", "show-count", "count-graphemes", "placeholder", "autofocus", "disabled", "readonly", "clearable", "autosize"]));
29047
29049
  }
29048
29050
  }), li = /* @__PURE__ */ Object.assign({
29049
29051
  name: "PSelect",
@@ -29110,7 +29112,7 @@ const ai = /* @__PURE__ */ Object.assign({
29110
29112
  _: 1
29111
29113
  }, 8, ["class", "style", "options", "value", "size", "remote", "filterable", "loading", "placeholder", "disabled", "value-field", "label-field", "clearable", "show-checkmark", "onUpdate:value", "onSearch"]));
29112
29114
  }
29113
- }), or = /* @__PURE__ */ Object.assign({
29115
+ }), ir = /* @__PURE__ */ Object.assign({
29114
29116
  name: "PButton",
29115
29117
  inheritAttrs: !1
29116
29118
  }, {
@@ -29134,7 +29136,7 @@ const ai = /* @__PURE__ */ Object.assign({
29134
29136
  const r = Co(), o = Sd(), i = t, a = ki(function() {
29135
29137
  e.waiting || i("click");
29136
29138
  }, 300);
29137
- return (l, s) => (Re(), vt(oe(rr), {
29139
+ return (l, s) => (Re(), vt(oe(or), {
29138
29140
  class: jt([
29139
29141
  oe(r).class ? oe(r).class : "",
29140
29142
  e.size === "xs" ? "p-button-xs" : "",
@@ -29245,7 +29247,7 @@ const ai = /* @__PURE__ */ Object.assign({
29245
29247
  ])
29246
29248
  ], 64)) : bt("", !0),
29247
29249
  e.item._isActionItem ? (Re(), it(je, { key: 1 }, [
29248
- tn(oe(or), {
29250
+ tn(oe(ir), {
29249
29251
  style: { width: "80px" },
29250
29252
  onClick: a
29251
29253
  }, {
@@ -29279,7 +29281,7 @@ const ai = /* @__PURE__ */ Object.assign({
29279
29281
  ]),
29280
29282
  _: 1
29281
29283
  }),
29282
- tn(oe(or), {
29284
+ tn(oe(ir), {
29283
29285
  style: { "margin-left": "10px", width: "80px" },
29284
29286
  type: "default",
29285
29287
  onClick: l
@@ -29348,7 +29350,7 @@ const ai = /* @__PURE__ */ Object.assign({
29348
29350
  }), i.value = B;
29349
29351
  };
29350
29352
  a();
29351
- const l = I([]), s = I({}), d = { _isActionItem: !0, width: 170, showResetBtnIcon: e.showResetBtnIcon }, u = { _isEmptyItem: !0 }, c = Cr("search"), v = $(() => s.value.singleLine || l.value.length === 2 && l.value[1].length === 1), p = $(() => {
29353
+ const l = I([]), s = I({}), d = { _isActionItem: !0, width: 170, showResetBtnIcon: e.showResetBtnIcon }, u = { _isEmptyItem: !0 }, c = Zn("search"), v = $(() => s.value.singleLine || l.value.length === 2 && l.value[1].length === 1), p = $(() => {
29352
29354
  let B = e.labelWidth || 59;
29353
29355
  return B = Math.min(B, e.maxLabelWidth), v.value === !1 ? B : e.maxLabelWidth;
29354
29356
  });
@@ -29399,7 +29401,7 @@ const ai = /* @__PURE__ */ Object.assign({
29399
29401
  function b() {
29400
29402
  return x(i.value);
29401
29403
  }
29402
- const C = Cr("searchItem");
29404
+ const C = Zn("searchItem");
29403
29405
  function S() {
29404
29406
  return C.value.forEach((B) => {
29405
29407
  B.reset();
@@ -29598,11 +29600,11 @@ const ai = /* @__PURE__ */ Object.assign({
29598
29600
  !S.field || S.placeholder || S.slot && (C[S.field] = Df(S.value));
29599
29601
  }), { ...i.value, ...C };
29600
29602
  }
29601
- const s = r, d = Cr("form"), u = (C = !0) => (C && document.activeElement && document.activeElement.blur(), d.value.validate().then(() => ({ formData: l(), valid: !0 })).catch((S) => ({ formData: l(), valid: !1, errors: S }))), c = ki(function() {
29603
+ const s = r, d = Zn("form"), u = (C = !0) => (C && document.activeElement && document.activeElement.blur(), d.value.validate().then(() => ({ formData: l(), valid: !0 })).catch((S) => ({ formData: l(), valid: !1, errors: S }))), c = ki(function() {
29602
29604
  u(!0).then((C) => {
29603
29605
  s("submit", C);
29604
29606
  });
29605
- }), v = Cr("formItem");
29607
+ }), v = Zn("formItem");
29606
29608
  function p(C = "") {
29607
29609
  if (!C) {
29608
29610
  d.value.restoreValidation();
@@ -29626,7 +29628,7 @@ const ai = /* @__PURE__ */ Object.assign({
29626
29628
  }
29627
29629
  let x = {};
29628
29630
  e.model.forEach((C) => {
29629
- !C.slot && C.ref === !0 && (x[C.field] = Cr(`form-item-${C.field}`));
29631
+ !C.slot && C.ref === !0 && (x[C.field] = Zn(`form-item-${C.field}`));
29630
29632
  });
29631
29633
  function b(C = "") {
29632
29634
  return C && x[C] ? x[C].value[0] : null;
@@ -29749,8 +29751,10 @@ const ai = /* @__PURE__ */ Object.assign({
29749
29751
  _: 3
29750
29752
  }, 8, ["class", "show-label", "label-placement", "show-require-mark", "label-align", "model", "rules", "inline", "onSubmit"]));
29751
29753
  }
29752
- }), $2 = /* @__PURE__ */ ee((e) => {
29753
- const t = {
29754
+ }), $2 = /* @__PURE__ */ ee((e, {
29755
+ expose: t
29756
+ }) => {
29757
+ const r = {
29754
29758
  bordered: !1,
29755
29759
  bottomBordered: !1,
29756
29760
  singleColumn: !1,
@@ -29758,10 +29762,15 @@ const ai = /* @__PURE__ */ Object.assign({
29758
29762
  striped: !1,
29759
29763
  pagination: !1,
29760
29764
  size: "small"
29761
- };
29762
- return () => f(rw, {
29763
- ...t,
29764
- ...e
29765
+ }, o = Zn("table");
29766
+ return t({
29767
+ scrollTo: (i = {}) => {
29768
+ o && o.value && o.value.scrollTo && o.value.scrollTo(i);
29769
+ }
29770
+ }), () => f(rw, {
29771
+ ...r,
29772
+ ...e,
29773
+ ref: "table"
29765
29774
  }, {
29766
29775
  empty: () => f($r, {
29767
29776
  size: "medium",
@@ -29789,7 +29798,7 @@ const ai = /* @__PURE__ */ Object.assign({
29789
29798
  e.onClose && e.onClose(), e.onPositiveClick && e.onPositiveClick();
29790
29799
  }
29791
29800
  return (o, i) => (Re(), it(je, null, [
29792
- e.negativeText ? (Re(), vt(oe(or), {
29801
+ e.negativeText ? (Re(), vt(oe(ir), {
29793
29802
  key: 0,
29794
29803
  size: "xs",
29795
29804
  type: "default",
@@ -29801,7 +29810,7 @@ const ai = /* @__PURE__ */ Object.assign({
29801
29810
  ]),
29802
29811
  _: 1
29803
29812
  }, 8, ["default-type"])) : bt("", !0),
29804
- e.positiveText ? (Re(), vt(oe(or), {
29813
+ e.positiveText ? (Re(), vt(oe(ir), {
29805
29814
  key: 1,
29806
29815
  size: "xs",
29807
29816
  type: e.type,
@@ -30135,7 +30144,7 @@ const ef = {
30135
30144
  r.value || (e.onPositiveClick ? i(e.onPositiveClick, "positiveClick") : e.onClose());
30136
30145
  }
30137
30146
  return (s, d) => (Re(), it(je, null, [
30138
- e.negativeText ? (Re(), vt(oe(or), {
30147
+ e.negativeText ? (Re(), vt(oe(ir), {
30139
30148
  key: 0,
30140
30149
  size: "small",
30141
30150
  type: "default",
@@ -30148,7 +30157,7 @@ const ef = {
30148
30157
  ]),
30149
30158
  _: 1
30150
30159
  }, 8, ["default-type", "disabled"])) : bt("", !0),
30151
- e.positiveText ? (Re(), vt(oe(or), {
30160
+ e.positiveText ? (Re(), vt(oe(ir), {
30152
30161
  key: 1,
30153
30162
  size: "small",
30154
30163
  type: e.type,
@@ -30343,7 +30352,7 @@ const V2 = () => {
30343
30352
  }, K2 = {
30344
30353
  install: (e, t = {}) => {
30345
30354
  const { prefix: r = "p" } = t;
30346
- e.component(`${r}-practical`, v2), e.component(`${r}-search`, R2), e.component(`${r}-form`, z2), e.component(`${r}-input`, ai), e.component(`${r}-select`, li), e.component(`${r}-switch`, Ta), e.component(`${r}-button`, or), e.component(`${r}-data-table`, $2), e.component(`${r}-popconfirm`, D2), e.component(`${r}-pagination`, E2), e.component(`${r}-promised`, M2), e.component(`${r}-icon-wrapper`, r2), e.component(`${r}-icon`, go), e.component(`${r}-input-group`, q1), e.component(`${r}-input-group-label`, Y1), e.component(`${r}-popover`, vr), e.component(`${r}-spin`, Yc), e.component(`${r}-collapse`, wC), e.component(`${r}-collapse-item`, kC), e.component(`${r}-dropdown`, yc), e.component(`${r}-tooltip`, vc);
30355
+ e.component(`${r}-practical`, v2), e.component(`${r}-search`, R2), e.component(`${r}-form`, z2), e.component(`${r}-input`, ai), e.component(`${r}-select`, li), e.component(`${r}-switch`, Ta), e.component(`${r}-button`, ir), e.component(`${r}-data-table`, $2), e.component(`${r}-popconfirm`, D2), e.component(`${r}-pagination`, E2), e.component(`${r}-promised`, M2), e.component(`${r}-icon-wrapper`, r2), e.component(`${r}-icon`, go), e.component(`${r}-input-group`, q1), e.component(`${r}-input-group-label`, Y1), e.component(`${r}-popover`, pr), e.component(`${r}-spin`, Yc), e.component(`${r}-collapse`, wC), e.component(`${r}-collapse-item`, kC), e.component(`${r}-dropdown`, yc), e.component(`${r}-tooltip`, vc);
30347
30356
  }
30348
30357
  };
30349
30358
  export {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@avilang/practical-ui",
3
3
  "type": "module",
4
- "version": "0.3.59",
4
+ "version": "0.3.61",
5
5
  "description": "Practical UI components created based on vue3",
6
6
  "main": "dist/index.js",
7
7
  "files": [