abl-ui 0.3.67 → 0.3.68

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/lib/abl-ui.es.js CHANGED
@@ -1,4 +1,4 @@
1
- import { openBlock as c, createElementBlock as u, normalizeStyle as N, renderSlot as R, createElementVNode as r, normalizeClass as V, createTextVNode as G, toDisplayString as F, createCommentVNode as O, createStaticVNode as $t, Fragment as W, renderList as Z, createVNode as ae, useSlots as ze, ref as S, provide as de, onMounted as he, watch as oe, withDirectives as U, vShow as X, defineComponent as et, toRefs as Re, computed as E, inject as pe, reactive as Se, unref as J, createBlock as ee, Transition as ie, withCtx as Q, render as Ge, getCurrentInstance as tt, onBeforeUnmount as Fe, onUpdated as lt, onBeforeMount as kt, Teleport as He, pushScopeId as xe, popScopeId as $e, withModifiers as q, watchEffect as We, resolveDynamicComponent as Ct, mergeProps as ye, useAttrs as Xt, nextTick as ue, onUnmounted as St, resolveDirective as Yt, createSlots as Gt, vModelDynamic as Jt, normalizeProps as dt, guardReactiveProps as Zt, withKeys as Bt, vModelText as Lt, toRaw as ft, isRef as vt } from "vue";
1
+ import { openBlock as c, createElementBlock as u, normalizeStyle as N, renderSlot as R, createElementVNode as r, normalizeClass as V, createTextVNode as G, toDisplayString as F, createCommentVNode as O, createStaticVNode as $t, Fragment as W, renderList as J, createVNode as ae, useSlots as ze, ref as S, provide as de, onMounted as he, watch as oe, withDirectives as U, vShow as X, defineComponent as et, toRefs as Re, computed as E, inject as pe, reactive as Se, unref as Z, createBlock as ee, Transition as ie, withCtx as Q, render as Ge, getCurrentInstance as tt, onBeforeUnmount as Fe, onUpdated as lt, onBeforeMount as kt, Teleport as He, pushScopeId as xe, popScopeId as $e, withModifiers as q, watchEffect as We, resolveDynamicComponent as Ct, mergeProps as ye, useAttrs as Xt, nextTick as ue, onUnmounted as St, resolveDirective as Yt, createSlots as Gt, vModelDynamic as Jt, normalizeProps as dt, guardReactiveProps as Zt, withKeys as Bt, vModelText as Lt, toRaw as ft, isRef as vt } from "vue";
2
2
  const K = (e, l) => {
3
3
  const t = e.__vccOpts || e;
4
4
  for (const [a, n] of l)
@@ -101,7 +101,7 @@ const sl = { class: "abl-table" }, il = { class: "gridtable" }, cl = { class: "t
101
101
  r("table", il, [
102
102
  r("thead", cl, [
103
103
  r("tr", null, [
104
- (c(!0), u(W, null, Z(t.columns, (i, d) => (c(), u("th", {
104
+ (c(!0), u(W, null, J(t.columns, (i, d) => (c(), u("th", {
105
105
  key: d,
106
106
  class: V(i.fixed == "left" ? "table-fixed-column--left" : i.fixed == "right" ? "table-fixed-column--right" : "")
107
107
  }, [
@@ -113,8 +113,8 @@ const sl = { class: "abl-table" }, il = { class: "gridtable" }, cl = { class: "t
113
113
  ])
114
114
  ]),
115
115
  t.data.length > 0 ? (c(), u("tbody", rl, [
116
- (c(!0), u(W, null, Z(t.data, (i, d) => (c(), u("tr", { key: d }, [
117
- (c(!0), u(W, null, Z(e.columns, (v, h) => (c(), u("td", {
116
+ (c(!0), u(W, null, J(t.data, (i, d) => (c(), u("tr", { key: d }, [
117
+ (c(!0), u(W, null, J(e.columns, (v, h) => (c(), u("td", {
118
118
  key: h,
119
119
  class: V(v.fixed == "left" ? "table-fixed-column--left" : v.fixed == "right" ? "table-fixed-column--right" : "")
120
120
  }, [
@@ -173,31 +173,31 @@ const ml = { class: "abl-tabs" }, gl = {
173
173
  },
174
174
  emits: ["tabClick", "update:modelValue"],
175
175
  setup(e, { emit: l }) {
176
- var b;
176
+ var y;
177
177
  const t = l, a = ze(), n = e, o = S({}), s = S(), i = S([]), d = S(), v = S(0), h = S(!1), p = S(!1), f = S(!0);
178
- (b = a.default()) == null || b.map(({ props: w, children: A }) => {
178
+ (y = a.default()) == null || y.map(({ props: w, children: A }) => {
179
179
  if (w) {
180
- const { title: B, value: C, icon: y, afterIcon: k } = w;
180
+ const { title: B, value: C, icon: b, afterIcon: k } = w;
181
181
  i.value.push({
182
182
  title: B,
183
183
  value: C,
184
- icon: y,
184
+ icon: b,
185
185
  afterIcon: k
186
186
  });
187
187
  } else
188
188
  (A == null ? void 0 : A.length) > 0 && Array.isArray(A) && (A == null || A.map((B) => {
189
- const { title: C, value: y, icon: k, afterIcon: $ } = B.props;
189
+ const { title: C, value: b, icon: k, afterIcon: $ } = B.props;
190
190
  i.value.push({
191
191
  title: C,
192
- value: y,
192
+ value: b,
193
193
  icon: k,
194
194
  afterIcon: $
195
195
  });
196
196
  }));
197
197
  }), de("active", v);
198
198
  const m = (w, A) => {
199
- var C, y;
200
- const B = h.value ? ((C = w == null ? void 0 : w.target) == null ? void 0 : C.offsetLeft) + 10 : (y = w == null ? void 0 : w.target) == null ? void 0 : y.offsetLeft;
199
+ var C, b;
200
+ const B = h.value ? ((C = w == null ? void 0 : w.target) == null ? void 0 : C.offsetLeft) + 10 : (b = w == null ? void 0 : w.target) == null ? void 0 : b.offsetLeft;
201
201
  o.value = {
202
202
  transform: `translateX(${B}px)`,
203
203
  width: w.target.clientWidth + "px"
@@ -219,8 +219,8 @@ const ml = { class: "abl-tabs" }, gl = {
219
219
  if (!s.value)
220
220
  return;
221
221
  let w = 0;
222
- i.value.map((y, k) => {
223
- y.value == n.modelValue && (w = k);
222
+ i.value.map((b, k) => {
223
+ b.value == n.modelValue && (w = k);
224
224
  });
225
225
  const A = s.value[w], B = h.value ? A.offsetLeft + 10 : A == null ? void 0 : A.offsetLeft;
226
226
  o.value = {
@@ -228,9 +228,9 @@ const ml = { class: "abl-tabs" }, gl = {
228
228
  width: A.clientWidth + "px"
229
229
  };
230
230
  const C = document.getElementById("tab-hidden");
231
- (C == null ? void 0 : C.scrollWidth) - 2 > (C == null ? void 0 : C.clientWidth) ? h.value = !0 : h.value = !1, C.addEventListener("scroll", function(y) {
231
+ (C == null ? void 0 : C.scrollWidth) - 2 > (C == null ? void 0 : C.clientWidth) ? h.value = !0 : h.value = !1, C.addEventListener("scroll", function(b) {
232
232
  var k, $, L;
233
- ((k = y.target) == null ? void 0 : k.scrollLeft) + (($ = y.target) == null ? void 0 : $.offsetWidth) >= ((L = y.target) == null ? void 0 : L.scrollWidth) - 1 && (f.value = !1, B.value = !0), y.target.scrollLeft == 0 && (f.value = !0, B.value = !1);
233
+ ((k = b.target) == null ? void 0 : k.scrollLeft) + (($ = b.target) == null ? void 0 : $.offsetWidth) >= ((L = b.target) == null ? void 0 : L.scrollWidth) - 1 && (f.value = !1, B.value = !0), b.target.scrollLeft == 0 && (f.value = !0, B.value = !1);
234
234
  });
235
235
  };
236
236
  return oe(() => n.modelValue, async () => {
@@ -248,13 +248,13 @@ const ml = { class: "abl-tabs" }, gl = {
248
248
  [X, h.value]
249
249
  ]),
250
250
  r("header", hl, [
251
- (c(!0), u(W, null, Z(i.value, (C) => (c(), u("div", {
251
+ (c(!0), u(W, null, J(i.value, (C) => (c(), u("div", {
252
252
  class: V([v.value === C.value ? "header-btn-active" : "", "header-btn"]),
253
253
  key: C.title,
254
254
  ref_for: !0,
255
255
  ref_key: "tabs",
256
256
  ref: s,
257
- onClick: (y) => m(y, C.value)
257
+ onClick: (b) => m(b, C.value)
258
258
  }, [
259
259
  C.icon ? (c(), u("i", {
260
260
  key: 0,
@@ -474,7 +474,7 @@ const Cl = {
474
474
  }, [
475
475
  R(n.$slots, "default")
476
476
  ], 8, Al)), [
477
- [X, J(t) === e.value]
477
+ [X, Z(t) === e.value]
478
478
  ]);
479
479
  }
480
480
  };
@@ -1185,13 +1185,13 @@ const ba = async (e, l, t) => {
1185
1185
  for (let _ = 0; _ < i.length; _++) {
1186
1186
  const {
1187
1187
  name: x,
1188
- fn: b
1188
+ fn: y
1189
1189
  } = i[_], {
1190
1190
  x: w,
1191
1191
  y: A,
1192
1192
  data: B,
1193
1193
  reset: C
1194
- } = await b({
1194
+ } = await y({
1195
1195
  x: h,
1196
1196
  y: p,
1197
1197
  initialPlacement: a,
@@ -1244,7 +1244,7 @@ async function zt(e, l) {
1244
1244
  elementContext: p = "floating",
1245
1245
  altBoundary: f = !1,
1246
1246
  padding: m = 0
1247
- } = Oe(l, e), g = It(m), x = i[f ? p === "floating" ? "reference" : "floating" : p], b = je(await o.getClippingRect({
1247
+ } = Oe(l, e), g = It(m), x = i[f ? p === "floating" ? "reference" : "floating" : p], y = je(await o.getClippingRect({
1248
1248
  element: (t = await (o.isElement == null ? void 0 : o.isElement(x))) == null || t ? x : x.contextElement || await (o.getDocumentElement == null ? void 0 : o.getDocumentElement(i.floating)),
1249
1249
  boundary: v,
1250
1250
  rootBoundary: h,
@@ -1266,10 +1266,10 @@ async function zt(e, l) {
1266
1266
  strategy: d
1267
1267
  }) : w);
1268
1268
  return {
1269
- top: (b.top - C.top + g.top) / B.y,
1270
- bottom: (C.bottom - b.bottom + g.bottom) / B.y,
1271
- left: (b.left - C.left + g.left) / B.x,
1272
- right: (C.right - b.right + g.right) / B.x
1269
+ top: (y.top - C.top + g.top) / B.y,
1270
+ bottom: (C.bottom - y.bottom + g.bottom) / B.y,
1271
+ left: (y.left - C.left + g.left) / B.x,
1272
+ right: (C.right - y.right + g.right) / B.x
1273
1273
  };
1274
1274
  }
1275
1275
  const ya = (e) => ({
@@ -1293,10 +1293,10 @@ const ya = (e) => ({
1293
1293
  const p = It(h), f = {
1294
1294
  x: t,
1295
1295
  y: a
1296
- }, m = ot(n), g = nt(m), _ = await s.getDimensions(v), x = m === "y", b = x ? "top" : "left", w = x ? "bottom" : "right", A = x ? "clientHeight" : "clientWidth", B = o.reference[g] + o.reference[m] - f[m] - o.floating[g], C = f[m] - o.reference[m], y = await (s.getOffsetParent == null ? void 0 : s.getOffsetParent(v));
1297
- let k = y ? y[A] : 0;
1298
- (!k || !await (s.isElement == null ? void 0 : s.isElement(y))) && (k = i.floating[A] || o.floating[g]);
1299
- const $ = B / 2 - C / 2, L = k / 2 - _[g] / 2 - 1, T = Be(p[b], L), I = Be(p[w], L), z = T, D = k - _[g] - I, j = k / 2 - _[g] / 2 + $, Y = Je(z, j, D), te = !d.arrow && Ne(n) != null && j !== Y && o.reference[g] / 2 - (j < z ? T : I) - _[g] / 2 < 0, M = te ? j < z ? j - z : j - D : 0;
1296
+ }, m = ot(n), g = nt(m), _ = await s.getDimensions(v), x = m === "y", y = x ? "top" : "left", w = x ? "bottom" : "right", A = x ? "clientHeight" : "clientWidth", B = o.reference[g] + o.reference[m] - f[m] - o.floating[g], C = f[m] - o.reference[m], b = await (s.getOffsetParent == null ? void 0 : s.getOffsetParent(v));
1297
+ let k = b ? b[A] : 0;
1298
+ (!k || !await (s.isElement == null ? void 0 : s.isElement(b))) && (k = i.floating[A] || o.floating[g]);
1299
+ const $ = B / 2 - C / 2, L = k / 2 - _[g] / 2 - 1, T = Be(p[y], L), I = Be(p[w], L), z = T, D = k - _[g] - I, j = k / 2 - _[g] / 2 + $, Y = Je(z, j, D), te = !d.arrow && Ne(n) != null && j !== Y && o.reference[g] / 2 - (j < z ? T : I) - _[g] / 2 < 0, M = te ? j < z ? j - z : j - D : 0;
1300
1300
  return {
1301
1301
  [m]: f[m] + M,
1302
1302
  data: {
@@ -1333,13 +1333,13 @@ const ya = (e) => ({
1333
1333
  } = Oe(e, l);
1334
1334
  if ((t = o.arrow) != null && t.alignmentOffset)
1335
1335
  return {};
1336
- const b = _e(n), w = _e(i) === i, A = await (d.isRTL == null ? void 0 : d.isRTL(v.floating)), B = f || (w || !_ ? [De(i)] : pa(i));
1336
+ const y = _e(n), w = _e(i) === i, A = await (d.isRTL == null ? void 0 : d.isRTL(v.floating)), B = f || (w || !_ ? [De(i)] : pa(i));
1337
1337
  !f && g !== "none" && B.push(...ga(i, _, g, A));
1338
- const C = [i, ...B], y = await zt(l, x), k = [];
1338
+ const C = [i, ...B], b = await zt(l, x), k = [];
1339
1339
  let $ = ((a = o.flip) == null ? void 0 : a.overflows) || [];
1340
- if (h && k.push(y[b]), p) {
1340
+ if (h && k.push(b[y]), p) {
1341
1341
  const z = va(n, s, A);
1342
- k.push(y[z[0]], y[z[1]]);
1342
+ k.push(b[z[0]], b[z[1]]);
1343
1343
  }
1344
1344
  if ($ = [...$, {
1345
1345
  placement: n,
@@ -1446,11 +1446,11 @@ const xa = function(e) {
1446
1446
  limiter: i = {
1447
1447
  fn: (x) => {
1448
1448
  let {
1449
- x: b,
1449
+ x: y,
1450
1450
  y: w
1451
1451
  } = x;
1452
1452
  return {
1453
- x: b,
1453
+ x: y,
1454
1454
  y: w
1455
1455
  };
1456
1456
  }
@@ -1462,11 +1462,11 @@ const xa = function(e) {
1462
1462
  }, h = await zt(l, d), p = qe(_e(n)), f = At(p);
1463
1463
  let m = v[f], g = v[p];
1464
1464
  if (o) {
1465
- const x = f === "y" ? "top" : "left", b = f === "y" ? "bottom" : "right", w = m + h[x], A = m - h[b];
1465
+ const x = f === "y" ? "top" : "left", y = f === "y" ? "bottom" : "right", w = m + h[x], A = m - h[y];
1466
1466
  m = Je(w, m, A);
1467
1467
  }
1468
1468
  if (s) {
1469
- const x = p === "y" ? "top" : "left", b = p === "y" ? "bottom" : "right", w = g + h[x], A = g - h[b];
1469
+ const x = p === "y" ? "top" : "left", y = p === "y" ? "bottom" : "right", w = g + h[x], A = g - h[y];
1470
1470
  g = Je(w, g, A);
1471
1471
  }
1472
1472
  const _ = i.fn({
@@ -1622,7 +1622,7 @@ function we(e, l, t, a) {
1622
1622
  const f = se(o), m = a && fe(a) ? se(a) : a;
1623
1623
  let g = f, _ = g.frameElement;
1624
1624
  for (; _ && a && m !== g; ) {
1625
- const x = Ce(_), b = _.getBoundingClientRect(), w = ce(_), A = b.left + (_.clientLeft + parseFloat(w.paddingLeft)) * x.x, B = b.top + (_.clientTop + parseFloat(w.paddingTop)) * x.y;
1625
+ const x = Ce(_), y = _.getBoundingClientRect(), w = ce(_), A = y.left + (_.clientLeft + parseFloat(w.paddingLeft)) * x.x, B = y.top + (_.clientTop + parseFloat(w.paddingTop)) * x.y;
1626
1626
  d *= x.x, v *= x.y, h *= x.x, p *= x.y, d += A, v += B, g = se(_), _ = g.frameElement;
1627
1627
  }
1628
1628
  }
@@ -1855,11 +1855,11 @@ function ja(e, l) {
1855
1855
  };
1856
1856
  let A = !0;
1857
1857
  function B(C) {
1858
- const y = C[0].intersectionRatio;
1859
- if (y !== d) {
1858
+ const b = C[0].intersectionRatio;
1859
+ if (b !== d) {
1860
1860
  if (!A)
1861
1861
  return s();
1862
- y ? s(!1, y) : a = setTimeout(() => {
1862
+ b ? s(!1, b) : a = setTimeout(() => {
1863
1863
  s(!1, 1e-7);
1864
1864
  }, 100);
1865
1865
  }
@@ -1887,15 +1887,15 @@ function Fa(e, l, t, a) {
1887
1887
  layoutShift: i = typeof IntersectionObserver == "function",
1888
1888
  animationFrame: d = !1
1889
1889
  } = a, v = ct(e), h = n || o ? [...v ? Ie(v) : [], ...Ie(l)] : [];
1890
- h.forEach((b) => {
1891
- n && b.addEventListener("scroll", t, {
1890
+ h.forEach((y) => {
1891
+ n && y.addEventListener("scroll", t, {
1892
1892
  passive: !0
1893
- }), o && b.addEventListener("resize", t);
1893
+ }), o && y.addEventListener("resize", t);
1894
1894
  });
1895
1895
  const p = v && i ? ja(v, t) : null;
1896
1896
  let f = -1, m = null;
1897
- s && (m = new ResizeObserver((b) => {
1898
- let [w] = b;
1897
+ s && (m = new ResizeObserver((y) => {
1898
+ let [w] = y;
1899
1899
  w && w.target === v && m && (m.unobserve(l), cancelAnimationFrame(f), f = requestAnimationFrame(() => {
1900
1900
  var A;
1901
1901
  (A = m) == null || A.observe(l);
@@ -1904,14 +1904,14 @@ function Fa(e, l, t, a) {
1904
1904
  let g, _ = d ? we(e) : null;
1905
1905
  d && x();
1906
1906
  function x() {
1907
- const b = we(e);
1908
- _ && (b.x !== _.x || b.y !== _.y || b.width !== _.width || b.height !== _.height) && t(), _ = b, g = requestAnimationFrame(x);
1907
+ const y = we(e);
1908
+ _ && (y.x !== _.x || y.y !== _.y || y.width !== _.width || y.height !== _.height) && t(), _ = y, g = requestAnimationFrame(x);
1909
1909
  }
1910
1910
  return t(), () => {
1911
- var b;
1911
+ var y;
1912
1912
  h.forEach((w) => {
1913
1913
  n && w.removeEventListener("scroll", t), o && w.removeEventListener("resize", t);
1914
- }), p == null || p(), (b = m) == null || b.disconnect(), m = null, d && cancelAnimationFrame(g);
1914
+ }), p == null || p(), (y = m) == null || y.disconnect(), m = null, d && cancelAnimationFrame(g);
1915
1915
  };
1916
1916
  }
1917
1917
  const Ha = $a, Wa = _a, qa = ya, yt = (e, l, t) => {
@@ -1939,9 +1939,9 @@ const Ha = $a, Wa = _a, qa = ya, yt = (e, l, t) => {
1939
1939
  return;
1940
1940
  const h = () => {
1941
1941
  !a.value || !n.value || yt(a.value, n.value, {
1942
- middleware: J(e),
1943
- placement: J(l),
1944
- strategy: J(t)
1942
+ middleware: Z(e),
1943
+ placement: Z(l),
1944
+ strategy: Z(t)
1945
1945
  }).then(({ x: f, y: m }) => {
1946
1946
  n.value && Object.assign(n.value.style, {
1947
1947
  left: `${f}px`,
@@ -1949,9 +1949,9 @@ const Ha = $a, Wa = _a, qa = ya, yt = (e, l, t) => {
1949
1949
  });
1950
1950
  });
1951
1951
  }, p = await yt(a.value, n.value, {
1952
- middleware: J(e),
1953
- placement: J(l),
1954
- strategy: J(t)
1952
+ middleware: Z(e),
1953
+ placement: Z(l),
1954
+ strategy: Z(t)
1955
1955
  });
1956
1956
  Fa(a.value, n.value, h), Object.keys(d).forEach((f) => {
1957
1957
  d[f].value = p[f];
@@ -2024,15 +2024,15 @@ const Xa = ["data-side"], jt = {
2024
2024
  },
2025
2025
  setup(e, { expose: l }) {
2026
2026
  const t = e, a = S(), n = E(() => {
2027
- const y = [Ha(), Wa(), xa(10)];
2028
- return t.showArrow && y.push(qa({ element: a.value })), y;
2027
+ const b = [Ha(), Wa(), xa(10)];
2028
+ return t.showArrow && b.push(qa({ element: a.value })), b;
2029
2029
  }), o = S(t.placement), s = S(t.strategy), i = S(t.hover), {
2030
2030
  visible: d,
2031
2031
  open: v,
2032
2032
  close: h
2033
2033
  } = Ka({ hover: i }), p = S(), f = S(
2034
- (y) => {
2035
- p.value = y && y.nextElementSibling || null;
2034
+ (b) => {
2035
+ p.value = b && b.nextElementSibling || null;
2036
2036
  }
2037
2037
  );
2038
2038
  he(() => {
@@ -2044,8 +2044,8 @@ const Xa = ["data-side"], jt = {
2044
2044
  }), Fe(() => {
2045
2045
  p.value.removeEventListener("click", m);
2046
2046
  });
2047
- const m = (y) => {
2048
- y.stopPropagation(), v(), setTimeout(() => {
2047
+ const m = (b) => {
2048
+ b.stopPropagation(), v(), setTimeout(() => {
2049
2049
  document.addEventListener("mousedown", g, { once: !0 });
2050
2050
  });
2051
2051
  }, g = () => {
@@ -2053,36 +2053,36 @@ const Xa = ["data-side"], jt = {
2053
2053
  }, {
2054
2054
  x: _,
2055
2055
  y: x,
2056
- contentRef: b,
2056
+ contentRef: y,
2057
2057
  middlewareData: w
2058
2058
  } = Ua({ middleware: n, placement: o, strategy: s }, p), A = E(() => o.value.split("-")[0]), B = E(() => ({ left: _.value + "px", top: x.value + "px", zIndex: t.zIndex })), C = E(() => {
2059
2059
  if (!t.showArrow)
2060
2060
  return {};
2061
- const { arrow: y } = J(w);
2061
+ const { arrow: b } = Z(w);
2062
2062
  return {
2063
- left: (y == null ? void 0 : y.x) + "px",
2064
- top: (y == null ? void 0 : y.y) + "px"
2063
+ left: (b == null ? void 0 : b.x) + "px",
2064
+ top: (b == null ? void 0 : b.y) + "px"
2065
2065
  };
2066
2066
  });
2067
2067
  return l({
2068
2068
  open: v,
2069
2069
  close: h
2070
- }), (y, k) => (c(), u(W, null, [
2071
- (c(), ee(Ct(y.$slots.default), ye({ ref: f.value }, y.$attrs), null, 16)),
2070
+ }), (b, k) => (c(), u(W, null, [
2071
+ (c(), ee(Ct(b.$slots.default), ye({ ref: f.value }, b.$attrs), null, 16)),
2072
2072
  (c(), ee(He, { to: "body" }, [
2073
2073
  ae(ie, { name: e.transitionName }, {
2074
2074
  default: Q(() => [
2075
- J(d) ? (c(), u("div", {
2075
+ Z(d) ? (c(), u("div", {
2076
2076
  key: 0,
2077
2077
  ref_key: "contentRef",
2078
- ref: b,
2078
+ ref: y,
2079
2079
  class: V(["abl-popper", `is-${e.effect}`, e.popperClass, { "isSelect-popper": t.isSelect }]),
2080
2080
  style: N(B.value),
2081
2081
  "data-side": A.value,
2082
2082
  onMousedown: k[0] || (k[0] = q(() => {
2083
2083
  }, ["stop"]))
2084
2084
  }, [
2085
- R(y.$slots, "content", {}, () => [
2085
+ R(b.$slots, "content", {}, () => [
2086
2086
  G(F(e.content), 1)
2087
2087
  ]),
2088
2088
  e.showArrow ? (c(), u("span", {
@@ -2317,7 +2317,7 @@ const Xe = (e) => (xe("data-v-bc247383"), e = e(), $e(), e), Ga = ["onClick"], J
2317
2317
  style: N(`--color: ${e.color};`),
2318
2318
  onMouseleave: h
2319
2319
  }, [
2320
- (c(!0), u(W, null, Z(e.count, (g) => (c(), u("div", {
2320
+ (c(!0), u(W, null, J(e.count, (g) => (c(), u("div", {
2321
2321
  class: V(["abl-rate-star", { "abl-rate-star-half": e.allowHalf && a.value >= g - 0.5 && a.value < g, "abl-rate-star-full": a.value >= g, "temp-gray": !e.allowHalf && n.value === g }]),
2322
2322
  style: N(`margin-right: ${g !== e.count ? e.gap : 0}px;`),
2323
2323
  onClick: (_) => e.allowHalf ? p(_) : s(g),
@@ -2481,7 +2481,7 @@ const fn = { class: "abl-collapse__title" }, vn = { key: 0 }, pn = { class: "ico
2481
2481
  }, g = () => {
2482
2482
  if (f.value)
2483
2483
  if (Array.isArray(h.value)) {
2484
- const x = h.value.filter((b) => b !== n.name);
2484
+ const x = h.value.filter((y) => y !== n.name);
2485
2485
  v.changeEvent(x);
2486
2486
  } else
2487
2487
  v.changeEvent(null);
@@ -2495,11 +2495,11 @@ const fn = { class: "abl-collapse__title" }, vn = { key: 0 }, pn = { class: "ico
2495
2495
  m();
2496
2496
  }), lt(() => {
2497
2497
  m();
2498
- }), (x, b) => (c(), u("div", {
2499
- class: V(["abl-collapse-item", f.value && "abl-collapse-item__expand", e.isBorder && J(s) > 1 && "abl-collapse-item__border"])
2498
+ }), (x, y) => (c(), u("div", {
2499
+ class: V(["abl-collapse-item", f.value && "abl-collapse-item__expand", e.isBorder && Z(s) > 1 && "abl-collapse-item__border"])
2500
2500
  }, [
2501
2501
  r("div", {
2502
- onClick: b[0] || (b[0] = (w) => g(!f.value)),
2502
+ onClick: y[0] || (y[0] = (w) => g(!f.value)),
2503
2503
  class: V(["abl-collapse-item__title", { "abl-collapse-item__disabled": e.disabled }]),
2504
2504
  style: N({ background: e.background })
2505
2505
  }, [
@@ -2523,19 +2523,19 @@ const fn = { class: "abl-collapse__title" }, vn = { key: 0 }, pn = { class: "ico
2523
2523
  ], 6),
2524
2524
  r("div", {
2525
2525
  class: V(["abl-collapse-item__content-wrap", { "abl-collapse-item-__content-ani": e.animation }]),
2526
- style: N({ height: f.value ? `${J(t) ? d.value + "px" : "auto"}` : "0px", background: e.contentBg })
2526
+ style: N({ height: f.value ? `${Z(t) ? d.value + "px" : "auto"}` : "0px", background: e.contentBg })
2527
2527
  }, [
2528
2528
  r("div", {
2529
2529
  ref_key: "ablCollapseEl",
2530
2530
  ref: a,
2531
- class: V(["abl-collapse-item__content", { "abl-collapse-item__content-open": i.value || !J(t) && f.value }])
2531
+ class: V(["abl-collapse-item__content", { "abl-collapse-item__content-open": i.value || f.value }])
2532
2532
  }, [
2533
2533
  R(x.$slots, "default", {}, void 0, !0)
2534
2534
  ], 2)
2535
2535
  ], 6)
2536
2536
  ], 2));
2537
2537
  }
2538
- }, gn = /* @__PURE__ */ K(mn, [["__scopeId", "data-v-7fef80b3"]]);
2538
+ }, gn = /* @__PURE__ */ K(mn, [["__scopeId", "data-v-adc81689"]]);
2539
2539
  const hn = { class: "abl-progress-text" }, bn = {
2540
2540
  __name: "index",
2541
2541
  props: {
@@ -2817,7 +2817,7 @@ const Vn = /* @__PURE__ */ r("div", {
2817
2817
  o.value[T] = !0;
2818
2818
  }, x = (T) => {
2819
2819
  s.value = (s.value + 1) % n.value;
2820
- }, b = (T) => {
2820
+ }, y = (T) => {
2821
2821
  s.value = (s.value - 1 + n.value) % n.value;
2822
2822
  }, w = () => {
2823
2823
  i.value + a.zoomRate > a.maxScale ? i.value = a.maxScale : i.value = g(i.value, a.zoomRate);
@@ -2827,7 +2827,7 @@ const Vn = /* @__PURE__ */ r("div", {
2827
2827
  f.value -= 90;
2828
2828
  }, C = () => {
2829
2829
  f.value += 90;
2830
- }, y = () => {
2830
+ }, b = () => {
2831
2831
  f.value = 0, i.value = 1, h.value = 0, p.value = 0;
2832
2832
  }, k = (T) => {
2833
2833
  console.log("e====", T);
@@ -2873,7 +2873,7 @@ const Vn = /* @__PURE__ */ r("div", {
2873
2873
  class: "abl-image-preview",
2874
2874
  style: N(`transform: translate3d(${h.value}px, ${p.value}px, 0px);`)
2875
2875
  }, [
2876
- (c(!0), u(W, null, Z(e.previewSrcList, (z, D) => U((c(), u("div", {
2876
+ (c(!0), u(W, null, J(e.previewSrcList, (z, D) => U((c(), u("div", {
2877
2877
  key: D,
2878
2878
  class: "abl-image-preview__box"
2879
2879
  }, [
@@ -2897,7 +2897,7 @@ const Vn = /* @__PURE__ */ r("div", {
2897
2897
  n.value > 1 ? (c(), u(W, { key: 0 }, [
2898
2898
  r("div", {
2899
2899
  class: "abl-image-preview__btn abl-image-preview__prev",
2900
- onClick: q(b, ["stop"])
2900
+ onClick: q(y, ["stop"])
2901
2901
  }, Nn),
2902
2902
  r("div", {
2903
2903
  class: "abl-image-preview__btn abl-image-preview__next",
@@ -2920,7 +2920,7 @@ const Vn = /* @__PURE__ */ r("div", {
2920
2920
  }, qn),
2921
2921
  r("i", {
2922
2922
  class: "abl-icon",
2923
- onClick: q(y, ["stop"])
2923
+ onClick: q(b, ["stop"])
2924
2924
  }, Kn),
2925
2925
  r("i", {
2926
2926
  class: "abl-icon",
@@ -3128,7 +3128,7 @@ const eo = {
3128
3128
  key: 0,
3129
3129
  width: "40%"
3130
3130
  })) : O("", !0),
3131
- ((s = a.value) == null ? void 0 : s.length) > 0 ? (c(!0), u(W, { key: 1 }, Z(a.value, (i, d) => (c(), ee(Qe, {
3131
+ ((s = a.value) == null ? void 0 : s.length) > 0 ? (c(!0), u(W, { key: 1 }, J(a.value, (i, d) => (c(), ee(Qe, {
3132
3132
  width: t(d)
3133
3133
  }, null, 8, ["width"]))), 256)) : O("", !0)
3134
3134
  ])
@@ -3241,8 +3241,8 @@ const ro = (e) => (xe("data-v-b0efe321"), e = e(), $e(), e), uo = ["onClick"], f
3241
3241
  setup(e, { emit: l }) {
3242
3242
  var C;
3243
3243
  const t = l, a = ze(), n = typeof window < "u" && typeof document < "u", o = e, s = S([]);
3244
- (C = a.default()) == null || C.forEach((y) => {
3245
- const { props: k } = y;
3244
+ (C = a.default()) == null || C.forEach((b) => {
3245
+ const { props: k } = b;
3246
3246
  if (k) {
3247
3247
  const { title: $, disabled: L } = k;
3248
3248
  s.value.push({
@@ -3251,18 +3251,18 @@ const ro = (e) => (xe("data-v-b0efe321"), e = e(), $e(), e), uo = ["onClick"], f
3251
3251
  });
3252
3252
  }
3253
3253
  });
3254
- const i = S(), d = S(), v = S(!1), h = S(0), p = S(""), f = S(!1), m = (y) => typeof y == "number" ? y + "px" : y;
3254
+ const i = S(), d = S(), v = S(!1), h = S(0), p = S(""), f = S(!1), m = (b) => typeof b == "number" ? b + "px" : b;
3255
3255
  oe(
3256
3256
  () => v.value,
3257
- (y) => {
3258
- n && (y ? document.body.classList.add("abl-overflow-hidden") : document.body.classList.remove("abl-overflow-hidden"));
3257
+ (b) => {
3258
+ n && (b ? document.body.classList.add("abl-overflow-hidden") : document.body.classList.remove("abl-overflow-hidden"));
3259
3259
  },
3260
3260
  {
3261
3261
  deep: !0,
3262
3262
  immediate: !0
3263
3263
  }
3264
3264
  );
3265
- const g = (y, k) => {
3265
+ const g = (b, k) => {
3266
3266
  if (!s.value[k].disabled) {
3267
3267
  if (k === p.value && o.closeOnClickSelf) {
3268
3268
  x(), setTimeout(() => {
@@ -3272,19 +3272,19 @@ const ro = (e) => (xe("data-v-b0efe321"), e = e(), $e(), e), uo = ["onClick"], f
3272
3272
  }
3273
3273
  f.value = !0, _(k);
3274
3274
  }
3275
- }, _ = async (y) => {
3276
- await b(), v.value = !0, p.value = y, Array.from(d.value.children).map((k, $) => {
3277
- $ === y ? d.value.children[$].style.display = "block" : d.value.children[$].style.display = "none";
3275
+ }, _ = async (b) => {
3276
+ await y(), v.value = !0, p.value = b, Array.from(d.value.children).map((k, $) => {
3277
+ $ === b ? d.value.children[$].style.display = "block" : d.value.children[$].style.display = "none";
3278
3278
  }), t("open", p.value);
3279
3279
  }, x = () => {
3280
3280
  v.value = !1, p.value = 99999, setTimeout(() => {
3281
3281
  f.value = !1;
3282
3282
  }, 300);
3283
- }, b = () => {
3283
+ }, y = () => {
3284
3284
  var $;
3285
3285
  if (!n)
3286
3286
  return;
3287
- const { top: y, bottom: k } = ($ = i == null ? void 0 : i.value) == null ? void 0 : $.getBoundingClientRect();
3287
+ const { top: b, bottom: k } = ($ = i == null ? void 0 : i.value) == null ? void 0 : $.getBoundingClientRect();
3288
3288
  k > 0 && (h.value = k - 1);
3289
3289
  }, w = () => {
3290
3290
  o.closeOnClickMask && x();
@@ -3296,8 +3296,8 @@ const ro = (e) => (xe("data-v-b0efe321"), e = e(), $e(), e), uo = ["onClick"], f
3296
3296
  f.value && x();
3297
3297
  });
3298
3298
  return de(go, A), he(() => {
3299
- b();
3300
- }), (y, k) => (c(), u("div", {
3299
+ y();
3300
+ }), (b, k) => (c(), u("div", {
3301
3301
  class: "abl-dropdown",
3302
3302
  ref_key: "root",
3303
3303
  ref: B
@@ -3310,7 +3310,7 @@ const ro = (e) => (xe("data-v-b0efe321"), e = e(), $e(), e), uo = ["onClick"], f
3310
3310
  ref_key: "dropdownMenuRef",
3311
3311
  ref: i
3312
3312
  }, [
3313
- (c(!0), u(W, null, Z(s.value, ($, L) => (c(), u("div", {
3313
+ (c(!0), u(W, null, J(s.value, ($, L) => (c(), u("div", {
3314
3314
  class: "abl-dropdown-menu__item",
3315
3315
  key: L,
3316
3316
  onClick: q((T) => g($, L), ["stop"])
@@ -3359,7 +3359,7 @@ const ro = (e) => (xe("data-v-b0efe321"), e = e(), $e(), e), uo = ["onClick"], f
3359
3359
  ref_key: "childrenRef",
3360
3360
  ref: d
3361
3361
  }, [
3362
- R(y.$slots, "default", {}, void 0, !0)
3362
+ R(b.$slots, "default", {}, void 0, !0)
3363
3363
  ], 544), [
3364
3364
  [X, v.value]
3365
3365
  ])
@@ -3433,7 +3433,7 @@ const yo = (e) => (xe("data-v-046e593c"), e = e(), $e(), e), _o = ["active"], wo
3433
3433
  }, [
3434
3434
  R(i.$slots, "default", {}, () => [
3435
3435
  r("div", wo, [
3436
- (c(!0), u(W, null, Z(e.options, (v, h) => (c(), ee(Ht, {
3436
+ (c(!0), u(W, null, J(e.options, (v, h) => (c(), ee(Ht, {
3437
3437
  title: v.text,
3438
3438
  onClick: (p) => s(v.value),
3439
3439
  class: V(["abl-dropdown-item__option", n.modelValue === v.value && "abl-dropdown-item__option--active"])
@@ -3528,8 +3528,8 @@ const zo = {
3528
3528
  setup(e, { expose: l, emit: t }) {
3529
3529
  const a = e, n = t, o = S(), s = S(a.autofocus), i = S(!0), d = S(a.type), v = S(!1), h = E({
3530
3530
  get: () => a.modelValue,
3531
- set: (b) => {
3532
- n("update:modelValue", b);
3531
+ set: (y) => {
3532
+ n("update:modelValue", y);
3533
3533
  }
3534
3534
  }), p = () => {
3535
3535
  s.value = !0, n("focus");
@@ -3548,19 +3548,19 @@ const zo = {
3548
3548
  }
3549
3549
  return l({
3550
3550
  blur: () => {
3551
- var b;
3552
- return (b = o.value) == null ? void 0 : b.blur();
3551
+ var y;
3552
+ return (y = o.value) == null ? void 0 : y.blur();
3553
3553
  },
3554
3554
  focus: () => {
3555
- var b;
3556
- return (b = o.value) == null ? void 0 : b.focus();
3555
+ var y;
3556
+ return (y = o.value) == null ? void 0 : y.focus();
3557
3557
  },
3558
3558
  clear: m,
3559
3559
  input: () => o.value
3560
- }), (b, w) => (c(), u("div", {
3561
- class: V(["abl-input", { "is-disabled": e.disabled }, { "abl-input-group": b.$slots.addonBefore || e.addonBefore || b.$slots.addonAfter || e.addonAfter }])
3560
+ }), (y, w) => (c(), u("div", {
3561
+ class: V(["abl-input", { "is-disabled": e.disabled }, { "abl-input-group": y.$slots.addonBefore || e.addonBefore || y.$slots.addonAfter || e.addonAfter }])
3562
3562
  }, [
3563
- R(b.$slots, "addonBefore", {}, () => [
3563
+ R(y.$slots, "addonBefore", {}, () => [
3564
3564
  e.addonBefore ? (c(), u("span", zo, F(e.addonBefore), 1)) : O("", !0)
3565
3565
  ], !0),
3566
3566
  r("div", {
@@ -3568,8 +3568,8 @@ const zo = {
3568
3568
  onMouseenter: _,
3569
3569
  onMouseleave: x
3570
3570
  }, [
3571
- b.$slots.prefix || e.prefixIcon ? (c(), u("span", Ro, [
3572
- R(b.$slots, "prefix", {}, void 0, !0),
3571
+ y.$slots.prefix || e.prefixIcon ? (c(), u("span", Ro, [
3572
+ R(y.$slots, "prefix", {}, void 0, !0),
3573
3573
  e.prefixIcon ? (c(), u("i", {
3574
3574
  key: 0,
3575
3575
  class: V(["iconfont-abl", e.suffixIcon])
@@ -3587,7 +3587,7 @@ const zo = {
3587
3587
  disabled: e.disabled,
3588
3588
  onFocus: p,
3589
3589
  onBlur: f
3590
- }, b.$attrs), null, 16, Oo), [
3590
+ }, y.$attrs), null, 16, Oo), [
3591
3591
  [Jt, h.value]
3592
3592
  ]),
3593
3593
  e.showPassword || e.clearable ? (c(), u("span", No, [
@@ -3610,15 +3610,15 @@ const zo = {
3610
3610
  [X, v.value]
3611
3611
  ])
3612
3612
  ])) : O("", !0),
3613
- b.$slots.suffix || e.suffixIcon ? (c(), u("span", To, [
3614
- R(b.$slots, "suffix", {}, void 0, !0),
3613
+ y.$slots.suffix || e.suffixIcon ? (c(), u("span", To, [
3614
+ R(y.$slots, "suffix", {}, void 0, !0),
3615
3615
  e.suffixIcon ? (c(), u("i", {
3616
3616
  key: 0,
3617
3617
  class: V(["iconfont-abl", e.suffixIcon])
3618
3618
  }, null, 2)) : O("", !0)
3619
3619
  ])) : O("", !0)
3620
3620
  ], 34),
3621
- R(b.$slots, "addonAfter", {}, () => [
3621
+ R(y.$slots, "addonAfter", {}, () => [
3622
3622
  e.addonAfter ? (c(), u("span", Mo, F(e.addonAfter), 1)) : O("", !0)
3623
3623
  ], !0)
3624
3624
  ], 2));
@@ -3782,25 +3782,25 @@ const rt = (e) => (xe("data-v-12e7e74b"), e = e(), $e(), e), Go = { class: "abl-
3782
3782
  a.value = [...t.fileList], a.value.length > t.maxCount && a.value.splice(t.maxCount), t.disabled ? n.value = a.value.length : a.value.length < t.maxCount ? n.value = t.fileList.length + 1 : n.value = t.maxCount;
3783
3783
  }
3784
3784
  const v = (B) => {
3785
- const C = /\.(jpg|jpeg|png|gif|webp)$/i, y = /^data:image/;
3786
- return C.test(B) || y.test(B);
3785
+ const C = /\.(jpg|jpeg|png|gif|webp)$/i, b = /^data:image/;
3786
+ return C.test(B) || b.test(B);
3787
3787
  }, h = (B, C) => {
3788
3788
  var k;
3789
- const y = (k = B.dataTransfer) == null ? void 0 : k.files;
3790
- if (y != null && y.length) {
3791
- const $ = y.length;
3789
+ const b = (k = B.dataTransfer) == null ? void 0 : k.files;
3790
+ if (b != null && b.length) {
3791
+ const $ = b.length;
3792
3792
  for (let L = 0; L < $ && C + L <= t.maxCount; L++)
3793
- g(y[L], C + L);
3793
+ g(b[L], C + L);
3794
3794
  s.value[C].value = "";
3795
3795
  }
3796
3796
  }, p = (B) => {
3797
3797
  s.value[B].click();
3798
3798
  }, f = (B, C) => {
3799
- const y = B.target.files;
3800
- if (y != null && y.length) {
3801
- const k = y.length;
3799
+ const b = B.target.files;
3800
+ if (b != null && b.length) {
3801
+ const k = b.length;
3802
3802
  for (let $ = 0; $ < k && C + $ < t.maxCount; $++)
3803
- g(y[$], C + $);
3803
+ g(b[$], C + $);
3804
3804
  s.value[C].value = "";
3805
3805
  }
3806
3806
  }, m = l, g = function(B, C) {
@@ -3808,36 +3808,36 @@ const rt = (e) => (xe("data-v-12e7e74b"), e = e(), $e(), e), Go = { class: "abl-
3808
3808
  A(t.errorInfo);
3809
3809
  });
3810
3810
  }, _ = (B, C) => {
3811
- var y = new FileReader();
3812
- y.readAsDataURL(B), y.onloadstart = function(k) {
3811
+ var b = new FileReader();
3812
+ b.readAsDataURL(B), b.onloadstart = function(k) {
3813
3813
  console.log("开始读取 onloadstart:", k);
3814
- }, y.onabort = function(k) {
3814
+ }, b.onabort = function(k) {
3815
3815
  console.log("读取中止 onabort:", k);
3816
- }, y.onerror = function(k) {
3816
+ }, b.onerror = function(k) {
3817
3817
  console.log("读取错误 onerror:", k);
3818
- }, y.onprogress = function(k) {
3818
+ }, b.onprogress = function(k) {
3819
3819
  k.loaded === k.total && (o.value[C] = !1);
3820
- }, y.onload = function(k) {
3820
+ }, b.onload = function(k) {
3821
3821
  var $;
3822
3822
  a.value.push({
3823
3823
  name: B.name,
3824
3824
  url: ($ = k.target) == null ? void 0 : $.result
3825
3825
  }), m("update:fileList", a.value), m("change", a.value);
3826
- }, y.onloadend = function(k) {
3826
+ }, b.onloadend = function(k) {
3827
3827
  console.log("读取结束 onloadend:", k);
3828
3828
  };
3829
3829
  }, x = (B, C) => {
3830
- t.customRequest(B).then((y) => {
3831
- a.value.push(y), m("update:fileList", a.value), m("change", a.value);
3832
- }).catch((y) => {
3833
- t.maxCount > 1 && (n.value = a.value.length + 1), A(y);
3830
+ t.customRequest(B).then((b) => {
3831
+ a.value.push(b), m("update:fileList", a.value), m("change", a.value);
3832
+ }).catch((b) => {
3833
+ t.maxCount > 1 && (n.value = a.value.length + 1), A(b);
3834
3834
  }).finally(() => {
3835
3835
  o.value[C] = !1;
3836
3836
  });
3837
- }, b = (B, C) => {
3837
+ }, y = (B, C) => {
3838
3838
  if (v(C)) {
3839
- const y = a.value.slice(0, B).filter((k) => !v(k.url));
3840
- i.value[B - y.length].onPreview();
3839
+ const b = a.value.slice(0, B).filter((k) => !v(k.url));
3840
+ i.value[B - b.length].onPreview();
3841
3841
  } else
3842
3842
  window.open(C);
3843
3843
  }, w = (B) => {
@@ -3848,9 +3848,9 @@ const rt = (e) => (xe("data-v-12e7e74b"), e = e(), $e(), e), Go = { class: "abl-
3848
3848
  at({ type: "error", text: B, duration: 1e3, top: 100 });
3849
3849
  };
3850
3850
  return (B, C) => (c(), u("div", Go, [
3851
- (c(!0), u(W, null, Z(n.value, (y) => (c(), u("div", {
3851
+ (c(!0), u(W, null, J(n.value, (b) => (c(), u("div", {
3852
3852
  class: "abl-upload-item",
3853
- key: y
3853
+ key: b
3854
3854
  }, [
3855
3855
  r("div", Jo, [
3856
3856
  U(r("div", {
@@ -3859,8 +3859,8 @@ const rt = (e) => (xe("data-v-12e7e74b"), e = e(), $e(), e), Go = { class: "abl-
3859
3859
  }, ["stop", "prevent"])),
3860
3860
  onDragover: C[2] || (C[2] = q(() => {
3861
3861
  }, ["stop", "prevent"])),
3862
- onDrop: q((k) => e.disabled ? () => !1 : h(k, y - 1), ["stop", "prevent"]),
3863
- onClick: (k) => e.disabled ? () => !1 : p(y - 1)
3862
+ onDrop: q((k) => e.disabled ? () => !1 : h(k, b - 1), ["stop", "prevent"]),
3863
+ onClick: (k) => e.disabled ? () => !1 : p(b - 1)
3864
3864
  }, [
3865
3865
  r("input", {
3866
3866
  ref_for: !0,
@@ -3871,7 +3871,7 @@ const rt = (e) => (xe("data-v-12e7e74b"), e = e(), $e(), e), Go = { class: "abl-
3871
3871
  }, ["stop"])),
3872
3872
  accept: e.accept,
3873
3873
  multiple: e.multiple,
3874
- onChange: (k) => f(k, y - 1),
3874
+ onChange: (k) => f(k, b - 1),
3875
3875
  style: { display: "none" }
3876
3876
  }, null, 40, Qo),
3877
3877
  r("div", null, [
@@ -3883,7 +3883,7 @@ const rt = (e) => (xe("data-v-12e7e74b"), e = e(), $e(), e), Go = { class: "abl-
3883
3883
  ])
3884
3884
  ])
3885
3885
  ], 42, Zo), [
3886
- [X, !o.value[y - 1] && !a.value[y - 1]]
3886
+ [X, !o.value[b - 1] && !a.value[b - 1]]
3887
3887
  ]),
3888
3888
  U(r("div", ls, [
3889
3889
  ae(Kt, {
@@ -3893,30 +3893,30 @@ const rt = (e) => (xe("data-v-12e7e74b"), e = e(), $e(), e), Go = { class: "abl-
3893
3893
  size: "small"
3894
3894
  }, null, 8, ["tip"])
3895
3895
  ], 512), [
3896
- [X, o.value[y - 1]]
3896
+ [X, o.value[b - 1]]
3897
3897
  ]),
3898
- a.value[y - 1] ? (c(), u("div", as, [
3899
- v(a.value[y - 1].url) ? (c(), ee(qt, {
3898
+ a.value[b - 1] ? (c(), u("div", as, [
3899
+ v(a.value[b - 1].url) ? (c(), ee(qt, {
3900
3900
  key: 0,
3901
3901
  ref_for: !0,
3902
3902
  ref_key: "imageRef",
3903
3903
  ref: i,
3904
3904
  bordered: !1,
3905
3905
  width: "82",
3906
- src: a.value[y - 1].url,
3907
- previewSrcList: [a.value[y - 1].url],
3908
- name: a.value[y - 1].name
3906
+ src: a.value[b - 1].url,
3907
+ previewSrcList: [a.value[b - 1].url],
3908
+ name: a.value[b - 1].name
3909
3909
  }, null, 8, ["src", "previewSrcList", "name"])) : O("", !0),
3910
3910
  r("div", ns, [
3911
3911
  r("a", {
3912
3912
  class: "m-icon",
3913
3913
  title: "preview",
3914
- onClick: (k) => b(y - 1, a.value[y - 1].url)
3914
+ onClick: (k) => y(b - 1, a.value[b - 1].url)
3915
3915
  }, is, 8, os),
3916
3916
  U(r("a", {
3917
3917
  class: "m-icon",
3918
3918
  title: "delete",
3919
- onClick: q((k) => w(y - 1), ["prevent", "stop"])
3919
+ onClick: q((k) => w(b - 1), ["prevent", "stop"])
3920
3920
  }, us, 8, cs), [
3921
3921
  [X, !e.disabled]
3922
3922
  ])
@@ -4006,14 +4006,14 @@ const vs = { class: "abl-select-warpper-content" }, ps = { class: "abl-select-ha
4006
4006
  pure: !0,
4007
4007
  trigger: "click",
4008
4008
  transitionName: "abl-select-menu"
4009
- }), h = S(""), p = S(), f = S(null), m = S(""), g = S(), _ = S(s.modelValue), x = S(!1), b = E(() => {
4009
+ }), h = S(""), p = S(), f = S(null), m = S(""), g = S(), _ = S(s.modelValue), x = S(!1), y = E(() => {
4010
4010
  var P;
4011
4011
  return { width: (((P = p.value) == null ? void 0 : P.getBoundingClientRect().width) || 0) + "px" };
4012
4012
  }), w = Se({
4013
4013
  list: s == null ? void 0 : s.options
4014
4014
  }), A = S(!1), B = S(
4015
4015
  s.search && m.value === "focus" && A.value
4016
- ), C = E(() => s.disabled), y = S(""), k = S([]), $ = () => (a == null ? void 0 : a.default) && (a == null ? void 0 : a.default()) || [], L = () => {
4016
+ ), C = E(() => s.disabled), b = S(""), k = S([]), $ = () => (a == null ? void 0 : a.default) && (a == null ? void 0 : a.default()) || [], L = () => {
4017
4017
  var M;
4018
4018
  try {
4019
4019
  a.default && (w.list = [], (M = a.default()) == null || M.map((P) => {
@@ -4062,7 +4062,7 @@ const vs = { class: "abl-select-warpper-content" }, ps = { class: "abl-select-ha
4062
4062
  });
4063
4063
  const T = (M) => {
4064
4064
  if (!B.value)
4065
- y.value = "";
4065
+ b.value = "";
4066
4066
  else {
4067
4067
  const P = i.filter((H) => {
4068
4068
  let le = M.target.value.toLowerCase();
@@ -4089,7 +4089,7 @@ const vs = { class: "abl-select-warpper-content" }, ps = { class: "abl-select-ha
4089
4089
  var M;
4090
4090
  (M = f.value) == null || M.focus(), !B.value && m.value === "focus" && k.value.length > 0 && (k.value.pop(), d("change", ft(k.value)));
4091
4091
  }, j = () => {
4092
- x.value = !1, m.value = "blur", y.value = "";
4092
+ x.value = !1, m.value = "blur", b.value = "";
4093
4093
  }, Y = () => {
4094
4094
  w.list = i, x.value = !0;
4095
4095
  }, te = () => {
@@ -4148,11 +4148,11 @@ const vs = { class: "abl-select-warpper-content" }, ps = { class: "abl-select-ha
4148
4148
  content: Q(() => [
4149
4149
  r("div", {
4150
4150
  class: "abl-select-options-warpper",
4151
- style: N(b.value),
4151
+ style: N(y.value),
4152
4152
  id: "abl-select"
4153
4153
  }, [
4154
4154
  o.value ? (c(), u(W, { key: 1 }, [
4155
- w.list.length > 0 ? (c(!0), u(W, { key: 0 }, Z(w.list, (H, le) => (c(), u("div", {
4155
+ w.list.length > 0 ? (c(!0), u(W, { key: 0 }, J(w.list, (H, le) => (c(), u("div", {
4156
4156
  class: V(["abl-select-options-item", k.value.some((ne) => ne.value === H.value) ? "abl-options-item-active" : ""]),
4157
4157
  key: H.name + H.value + "slot",
4158
4158
  onClick: (ne) => z(H, ne)
@@ -4160,7 +4160,7 @@ const vs = { class: "abl-select-warpper-content" }, ps = { class: "abl-select-ha
4160
4160
  R(M.$slots, "option", dt(Zt(H)), void 0, !0)
4161
4161
  ], 10, xs))), 128)) : (c(), u("div", $s, " No data "))
4162
4162
  ], 64)) : (c(), u(W, { key: 0 }, [
4163
- w.list.length > 0 ? (c(!0), u(W, { key: 0 }, Z(w.list, (H, le) => (c(), u("div", {
4163
+ w.list.length > 0 ? (c(!0), u(W, { key: 0 }, J(w.list, (H, le) => (c(), u("div", {
4164
4164
  class: V(["abl-select-options-item", k.value.some((ne) => ne.value === H.value) ? "abl-options-item-active" : ""]),
4165
4165
  key: H.name + H.value,
4166
4166
  onClick: (ne) => z(H, ne)
@@ -4207,12 +4207,12 @@ const vs = { class: "abl-select-warpper-content" }, ps = { class: "abl-select-ha
4207
4207
  class: V(["abl-select-input-focus", B.value ? "abl-select-input-search" : ""]),
4208
4208
  ref_key: "inputFocus",
4209
4209
  ref: f,
4210
- "onUpdate:modelValue": P[1] || (P[1] = (H) => y.value = H),
4210
+ "onUpdate:modelValue": P[1] || (P[1] = (H) => b.value = H),
4211
4211
  onFocus: P[2] || (P[2] = (H) => Y()),
4212
4212
  onInput: T,
4213
4213
  placeholder: h.value
4214
4214
  }, null, 42, gs), [
4215
- [Lt, y.value]
4215
+ [Lt, b.value]
4216
4216
  ]),
4217
4217
  x.value ? O("", !0) : U((c(), u("span", {
4218
4218
  key: 0,
@@ -4310,27 +4310,27 @@ const Cs = { class: "abl-header" }, Ss = { class: "abl-title" }, Bs = { class: "
4310
4310
  const g = f.length;
4311
4311
  let _ = [];
4312
4312
  for (let x = 0; x < g; x++) {
4313
- const b = {
4313
+ const y = {
4314
4314
  span: Math.min(f[x].dataset.span, m),
4315
4315
  element: f[x]
4316
4316
  };
4317
- h(_) < m ? (b.span = Math.min(b.span, m - h(_)), x === g - 1 && (b.span = m - h(_)), _.push(b), x === g - 1 && i.value.push(_)) : (i.value.push(_), _ = [b], x === g - 1 && (b.span = m, i.value.push(_)));
4317
+ h(_) < m ? (y.span = Math.min(y.span, m - h(_)), x === g - 1 && (y.span = m - h(_)), _.push(y), x === g - 1 && i.value.push(_)) : (i.value.push(_), _ = [y], x === g - 1 && (y.span = m, i.value.push(_)));
4318
4318
  }
4319
4319
  l.bordered ? ue(() => {
4320
- i.value.forEach((x, b) => {
4320
+ i.value.forEach((x, y) => {
4321
4321
  x.forEach((w) => {
4322
4322
  const A = Array.from(w.element.children), B = A[0].cloneNode(!0);
4323
4323
  B.colSpan = 1, p(B, l.labelStyle), p(B, JSON.parse(w.element.dataset.labelStyle));
4324
4324
  const C = A[1].cloneNode(!0);
4325
- C.colSpan = w.span * 2 - 1, p(C, l.contentStyle), p(C, JSON.parse(w.element.dataset.contentStyle)), s.value[b].appendChild(B), s.value[b].appendChild(C);
4325
+ C.colSpan = w.span * 2 - 1, p(C, l.contentStyle), p(C, JSON.parse(w.element.dataset.contentStyle)), s.value[y].appendChild(B), s.value[y].appendChild(C);
4326
4326
  });
4327
4327
  });
4328
4328
  }) : ue(() => {
4329
- f.forEach((x, b) => {
4329
+ f.forEach((x, y) => {
4330
4330
  const w = Array.from(x.children), A = w[0];
4331
4331
  p(A, l.labelStyle), p(A, JSON.parse(x.dataset.labelStyle));
4332
4332
  const B = w[1];
4333
- p(B, l.contentStyle), p(B, JSON.parse(x.dataset.contentStyle)), o.value[b].appendChild(x);
4333
+ p(B, l.contentStyle), p(B, JSON.parse(x.dataset.contentStyle)), o.value[y].appendChild(x);
4334
4334
  });
4335
4335
  });
4336
4336
  }
@@ -4370,7 +4370,7 @@ const Cs = { class: "abl-header" }, Ss = { class: "abl-title" }, Bs = { class: "
4370
4370
  }, [
4371
4371
  r("table", null, [
4372
4372
  e.bordered ? (c(), u("tbody", As, [
4373
- d.value ? (c(!0), u(W, { key: 0 }, Z(d.value, (g) => (c(), u("tr", {
4373
+ d.value ? (c(!0), u(W, { key: 0 }, J(d.value, (g) => (c(), u("tr", {
4374
4374
  ref_for: !0,
4375
4375
  ref_key: "rows",
4376
4376
  ref: s,
@@ -4378,14 +4378,14 @@ const Cs = { class: "abl-header" }, Ss = { class: "abl-title" }, Bs = { class: "
4378
4378
  key: g
4379
4379
  }))), 128)) : O("", !0)
4380
4380
  ])) : (c(), u("tbody", Ls, [
4381
- (c(!0), u(W, null, Z(i.value, (g, _) => (c(), u("tr", { key: _ }, [
4382
- (c(!0), u(W, null, Z(g, (x, b) => (c(), u("td", {
4381
+ (c(!0), u(W, null, J(i.value, (g, _) => (c(), u("tr", { key: _ }, [
4382
+ (c(!0), u(W, null, J(g, (x, y) => (c(), u("td", {
4383
4383
  ref_for: !0,
4384
4384
  ref_key: "cols",
4385
4385
  ref: o,
4386
4386
  class: "abl-item-td",
4387
4387
  colspan: x.span,
4388
- key: b
4388
+ key: y
4389
4389
  }, null, 8, Vs))), 128))
4390
4390
  ]))), 128))
4391
4391
  ]))
@@ -4510,11 +4510,11 @@ const js = "RangeTrackRefKey", Fs = {
4510
4510
  return !1;
4511
4511
  const x = o.value.getBoundingClientRect();
4512
4512
  if (t.vertical) {
4513
- const b = x.left - 32, w = x.right + 32;
4514
- return _ < b || _ > w;
4513
+ const y = x.left - 32, w = x.right + 32;
4514
+ return _ < y || _ > w;
4515
4515
  } else {
4516
- const b = x.top - 32, w = x.bottom + 32;
4517
- return _ < b || _ > w;
4516
+ const y = x.top - 32, w = x.bottom + 32;
4517
+ return _ < y || _ > w;
4518
4518
  }
4519
4519
  }
4520
4520
  function f(_) {
@@ -4525,7 +4525,7 @@ const js = "RangeTrackRefKey", Fs = {
4525
4525
  w < 0 ? a("update", 0) : w > 100 ? a("update", 100) : isNaN(w) || a("update", w), s.value && (d.value = p(t.vertical ? _.clientX : _.clientY));
4526
4526
  }
4527
4527
  function m(_) {
4528
- if (window.removeEventListener("pointermove", f), window.removeEventListener("pointerup", m), window.removeEventListener("pointercancel", m), v && (console.log(1221), a("change"), v = !1), _.type === "pointercancel" || t.disabled) {
4528
+ if (window.removeEventListener("pointermove", f), window.removeEventListener("pointerup", m), window.removeEventListener("pointercancel", m), v && (a("change"), v = !1), _.type === "pointercancel" || t.disabled) {
4529
4529
  h(void 0), a("moveDone");
4530
4530
  return;
4531
4531
  }
@@ -4553,11 +4553,11 @@ const js = "RangeTrackRefKey", Fs = {
4553
4553
  ]),
4554
4554
  style: N(e.vertical ? { top: `${e.position}%` } : { left: `${e.position}%` }),
4555
4555
  onPointerdown: g,
4556
- onMousedown: q(() => {
4556
+ onMousedownPassive: q(() => {
4557
4557
  }, ["prevent"]),
4558
- onTouchstart: x[0] || (x[0] = (b) => {
4559
- b.cancelable === !0 && b.preventDefault();
4560
- })
4558
+ onTouchstartPassive: x[0] || (x[0] = q((y) => {
4559
+ y.cancelable;
4560
+ }, ["prevent"]))
4561
4561
  }, [
4562
4562
  ae(ie, { name: "fade" }, {
4563
4563
  default: Q(() => [
@@ -4571,8 +4571,8 @@ const js = "RangeTrackRefKey", Fs = {
4571
4571
  e.renderTop ? (c(), ee(xt, {
4572
4572
  key: 0,
4573
4573
  render: () => {
4574
- var b;
4575
- return (b = e.renderTop) == null ? void 0 : b.call(e, ["data", "dataList"].includes(e.modelType) ? e.data : e.data.value);
4574
+ var y;
4575
+ return (y = e.renderTop) == null ? void 0 : y.call(e, ["data", "dataList"].includes(e.modelType) ? e.data : e.data.value);
4576
4576
  }
4577
4577
  }, null, 8, ["render"])) : R(_.$slots, "top", {
4578
4578
  key: 1,
@@ -4595,8 +4595,8 @@ const js = "RangeTrackRefKey", Fs = {
4595
4595
  e.renderBottom ? (c(), ee(xt, {
4596
4596
  key: 0,
4597
4597
  render: () => {
4598
- var b;
4599
- return (b = e.renderBottom) == null ? void 0 : b.call(e, ["data", "dataList"].includes(e.modelType) ? e.data : e.data.value);
4598
+ var y;
4599
+ return (y = e.renderBottom) == null ? void 0 : y.call(e, ["data", "dataList"].includes(e.modelType) ? e.data : e.data.value);
4600
4600
  }
4601
4601
  }, null, 8, ["render"])) : R(_.$slots, "bottom", {
4602
4602
  key: 1,
@@ -4609,7 +4609,7 @@ const js = "RangeTrackRefKey", Fs = {
4609
4609
  })
4610
4610
  ], 38));
4611
4611
  }
4612
- }, Hs = /* @__PURE__ */ K(Fs, [["__scopeId", "data-v-0ce09308"]]);
4612
+ }, Hs = /* @__PURE__ */ K(Fs, [["__scopeId", "data-v-d8c698b8"]]);
4613
4613
  function Ee(e, l, t) {
4614
4614
  [e[l], e[t]] = [e[t], e[l]];
4615
4615
  }
@@ -4760,9 +4760,9 @@ const Us = { class: "abl-range-highlight-container" }, Ks = {
4760
4760
  return qs($, t.min, t.max, t.step);
4761
4761
  }
4762
4762
  const _ = S(-1), x = S(-1);
4763
- let b;
4763
+ let y;
4764
4764
  function w($) {
4765
- x.value = $, clearTimeout(b), b = window.setTimeout(() => {
4765
+ x.value = $, clearTimeout(y), y = window.setTimeout(() => {
4766
4766
  x.value = -1;
4767
4767
  }, 300);
4768
4768
  }
@@ -4792,9 +4792,9 @@ const Us = { class: "abl-range-highlight-container" }, Ks = {
4792
4792
  const $ = d.value[_.value], L = o.value;
4793
4793
  L.splice($, 1), o.value = L, delete d.value[_.value], d.value = Object.fromEntries(Object.entries(d.value).map(([T, I]) => I >= $ ? [T, I - 1] : [T, I]));
4794
4794
  }
4795
- let y = !1;
4795
+ let b = !1;
4796
4796
  function k($) {
4797
- if (!y || (y = !1, !(f != null && f.value) || !s.value))
4797
+ if (!b || (b = !1, !(f != null && f.value) || !s.value))
4798
4798
  return;
4799
4799
  const L = f.value.getBoundingClientRect(), I = (t.vertical ? $.clientY - L.top : $.clientX - L.left) / (t.vertical ? L.height : L.width) * 100, z = m(I);
4800
4800
  if (o.value.some((j) => j.value === z))
@@ -4811,8 +4811,8 @@ const Us = { class: "abl-range-highlight-container" }, Ks = {
4811
4811
  ref_key: "trackRef",
4812
4812
  ref: f,
4813
4813
  class: V([e.vertical ? "abl-range-v-track" : "abl-range-track", { "cursor-copy": s.value }]),
4814
- onPointerdown: L[1] || (L[1] = (I) => vt(y) ? y.value = !0 : y = !0),
4815
- onPointerleave: L[2] || (L[2] = (I) => vt(y) ? y.value = !1 : y = !1),
4814
+ onPointerdown: L[1] || (L[1] = (I) => vt(b) ? b.value = !0 : b = !0),
4815
+ onPointerleave: L[2] || (L[2] = (I) => vt(b) ? b.value = !1 : b = !1),
4816
4816
  onPointerup: q(k, ["prevent"])
4817
4817
  }, [
4818
4818
  U(r("div", Us, [
@@ -4824,7 +4824,7 @@ const Us = { class: "abl-range-highlight-container" }, Ks = {
4824
4824
  [X, e.rangeHighlight && o.value.length >= 2]
4825
4825
  ]),
4826
4826
  (T = e.progress) != null && T.length ? (c(), u("div", Ks, [
4827
- (c(!0), u(W, null, Z(e.progress, (I, z) => (c(), u(W, { key: z }, [
4827
+ (c(!0), u(W, null, J(e.progress, (I, z) => (c(), u(W, { key: z }, [
4828
4828
  Array.isArray(I) ? (c(), u("div", {
4829
4829
  key: 0,
4830
4830
  class: V(e.vertical ? "abl-range-v-progress" : "abl-range-progress"),
@@ -4840,7 +4840,7 @@ const Us = { class: "abl-range-highlight-container" }, Ks = {
4840
4840
  r("div", {
4841
4841
  class: V(e.vertical ? "abl-range-v-points-container" : "abl-range-points-container")
4842
4842
  }, [
4843
- (c(!0), u(W, null, Z(i.value, (I) => (c(), u("div", {
4843
+ (c(!0), u(W, null, J(i.value, (I) => (c(), u("div", {
4844
4844
  key: I,
4845
4845
  class: "abl-range-points"
4846
4846
  }))), 128))
@@ -4850,7 +4850,7 @@ const Us = { class: "abl-range-highlight-container" }, Ks = {
4850
4850
  key: 2,
4851
4851
  class: V(e.vertical ? "abl-range-v-marks" : "abl-range-marks")
4852
4852
  }, [
4853
- (c(!0), u(W, null, Z(e.marks, (I, z) => (c(), u(W, { key: z }, [
4853
+ (c(!0), u(W, null, J(e.marks, (I, z) => (c(), u(W, { key: z }, [
4854
4854
  typeof I == "string" ? (c(), u("div", {
4855
4855
  key: 0,
4856
4856
  class: V(e.vertical ? "abl-range-v-mark-item" : "abl-range-mark-item"),
@@ -4862,7 +4862,7 @@ const Us = { class: "abl-range-highlight-container" }, Ks = {
4862
4862
  }, F(I.label), 7))
4863
4863
  ], 64))), 128))
4864
4864
  ], 2)) : O("", !0),
4865
- (c(!0), u(W, null, Z(d.value, (I, z) => (c(), ee(Hs, {
4865
+ (c(!0), u(W, null, J(d.value, (I, z) => (c(), ee(Hs, {
4866
4866
  key: z,
4867
4867
  position: A.value[z] || 0,
4868
4868
  active: _.value === Number(z),
@@ -4967,12 +4967,12 @@ const Zs = { class: "abl-pagination-wrap" }, Qs = {
4967
4967
  v("update:current", g), v("change", g, t.pageSize);
4968
4968
  });
4969
4969
  const h = (g) => {
4970
- var _ = [], x = Math.floor(t.pagerCount / 2), b = {
4970
+ var _ = [], x = Math.floor(t.pagerCount / 2), y = {
4971
4971
  start: g - x,
4972
4972
  end: g + x
4973
4973
  };
4974
- b.start < 1 && (b.end = b.end + (1 - b.start), b.start = 1), b.end > i.value && (b.start = b.start - (b.end - i.value), b.end = i.value), b.start < 1 && (b.start = 1), b.start > 1 ? o.value = !0 : o.value = !1, b.end < i.value ? s.value = !0 : s.value = !1;
4975
- for (let w = b.start; w <= b.end; w++)
4974
+ y.start < 1 && (y.end = y.end + (1 - y.start), y.start = 1), y.end > i.value && (y.start = y.start - (y.end - i.value), y.end = i.value), y.start < 1 && (y.start = 1), y.start > 1 ? o.value = !0 : o.value = !1, y.end < i.value ? s.value = !0 : s.value = !1;
4975
+ for (let w = y.start; w <= y.end; w++)
4976
4976
  _.push(w);
4977
4977
  return _;
4978
4978
  }, p = () => {
@@ -4991,7 +4991,7 @@ const Zs = { class: "abl-pagination-wrap" }, Qs = {
4991
4991
  e.showTotal ? (c(), u("span", Qs, "total " + F(e.total) + " items", 1)) : O("", !0),
4992
4992
  r("li", {
4993
4993
  class: V(["abl-pagination-item", { disabled: n.value === 1 }]),
4994
- onClick: _[0] || (_[0] = (x) => !J(a).itemRender && m(n.value - 1))
4994
+ onClick: _[0] || (_[0] = (x) => !Z(a).itemRender && m(n.value - 1))
4995
4995
  }, [
4996
4996
  R(g.$slots, "itemRender", {
4997
4997
  page: n.value === 1 ? 1 : n.value - 1,
@@ -5002,7 +5002,7 @@ const Zs = { class: "abl-pagination-wrap" }, Qs = {
5002
5002
  ], 2),
5003
5003
  r("li", {
5004
5004
  class: V(["abl-pagination-item", { active: n.value === 1 }]),
5005
- onClick: _[1] || (_[1] = (x) => !J(a).itemRender && m(1))
5005
+ onClick: _[1] || (_[1] = (x) => !Z(a).itemRender && m(1))
5006
5006
  }, [
5007
5007
  R(g.$slots, "itemRender", {
5008
5008
  page: 1,
@@ -5018,10 +5018,10 @@ const Zs = { class: "abl-pagination-wrap" }, Qs = {
5018
5018
  }, ai, 512), [
5019
5019
  [X, o.value && d.value[0] - 1 > 1]
5020
5020
  ]),
5021
- (c(!0), u(W, null, Z(d.value, (x, b) => (c(), u("li", {
5021
+ (c(!0), u(W, null, J(d.value, (x, y) => (c(), u("li", {
5022
5022
  class: V(["abl-pagination-item", { active: n.value === x }]),
5023
- key: b,
5024
- onClick: (w) => !J(a).itemRender && m(x)
5023
+ key: y,
5024
+ onClick: (w) => !Z(a).itemRender && m(x)
5025
5025
  }, [
5026
5026
  R(g.$slots, "itemRender", {
5027
5027
  page: x,
@@ -5039,7 +5039,7 @@ const Zs = { class: "abl-pagination-wrap" }, Qs = {
5039
5039
  ]),
5040
5040
  U(r("li", {
5041
5041
  class: V(["abl-pagination-item", { active: n.value === i.value }]),
5042
- onClick: _[2] || (_[2] = (x) => !J(a).itemRender && m(i.value))
5042
+ onClick: _[2] || (_[2] = (x) => !Z(a).itemRender && m(i.value))
5043
5043
  }, [
5044
5044
  R(g.$slots, "itemRender", {
5045
5045
  page: i.value,
@@ -5052,7 +5052,7 @@ const Zs = { class: "abl-pagination-wrap" }, Qs = {
5052
5052
  ]),
5053
5053
  r("li", {
5054
5054
  class: V(["abl-pagination-item", { disabled: n.value === i.value }]),
5055
- onClick: _[3] || (_[3] = (x) => !J(a).itemRender && m(n.value + 1))
5055
+ onClick: _[3] || (_[3] = (x) => !Z(a).itemRender && m(n.value + 1))
5056
5056
  }, [
5057
5057
  R(g.$slots, "itemRender", {
5058
5058
  page: i.value === n.value ? n.value : n.value + 1,
@@ -5178,9 +5178,9 @@ const bi = { class: "abl-breadcrumb__item" }, yi = {
5178
5178
  }, [
5179
5179
  R(n.$slots, "default")
5180
5180
  ], 2),
5181
- (s = J(l)) != null && s.separatorIcon ? (c(), u("i", yi, [
5182
- (c(), ee(Ct(J(l).separatorIcon)))
5183
- ])) : (c(), u("span", _i, F(J(l).separator), 1))
5181
+ (s = Z(l)) != null && s.separatorIcon ? (c(), u("i", yi, [
5182
+ (c(), ee(Ct(Z(l).separatorIcon)))
5183
+ ])) : (c(), u("span", _i, F(Z(l).separator), 1))
5184
5184
  ]);
5185
5185
  };
5186
5186
  }