@dolusoft/vue3-datatable 1.7.40 → 1.7.41

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.
@@ -1,4 +1,4 @@
1
- import { onMounted as Ee, nextTick as Ie, getCurrentScope as Kn, onScopeDispose as Xn, unref as Q, getCurrentInstance as Mt, computed as Z, ref as q, watch as le, defineComponent as xe, useCssVars as Yn, shallowRef as be, onUnmounted as tt, openBlock as c, createElementBlock as v, Fragment as H, withDirectives as me, createElementVNode as y, normalizeClass as E, normalizeStyle as U, withModifiers as pe, setBlockTracking as qt, vShow as gt, createCommentVNode as P, mergeProps as Jn, renderSlot as oe, renderList as ue, createVNode as te, reactive as Zn, watchEffect as el, useSlots as pn, onBeforeUnmount as Tt, provide as Se, createBlock as he, resolveDynamicComponent as tl, inject as _e, h as bt, toRef as nl, toDisplayString as G, createTextVNode as Ae, vModelText as ft, vModelSelect as vn, withCtx as ze, vModelCheckbox as jt } from "vue";
1
+ import { onMounted as Ee, nextTick as _e, getCurrentScope as Kn, onScopeDispose as Xn, unref as Q, getCurrentInstance as Mt, computed as Z, ref as q, watch as le, defineComponent as xe, useCssVars as Yn, shallowRef as be, onUnmounted as tt, openBlock as c, createElementBlock as v, Fragment as H, withDirectives as me, createElementVNode as y, normalizeClass as E, normalizeStyle as U, withModifiers as pe, setBlockTracking as qt, vShow as gt, createCommentVNode as P, mergeProps as Jn, renderSlot as oe, renderList as ue, createVNode as te, reactive as Zn, watchEffect as el, useSlots as pn, onBeforeUnmount as Tt, provide as Se, createBlock as he, resolveDynamicComponent as tl, inject as Fe, h as bt, toRef as nl, toDisplayString as G, createTextVNode as Ae, vModelText as ft, vModelSelect as vn, withCtx as ze, vModelCheckbox as jt } from "vue";
2
2
  function ll(e) {
3
3
  return Kn() ? (Xn(e), !0) : !1;
4
4
  }
@@ -11,9 +11,9 @@ function rl(e) {
11
11
  return Mt();
12
12
  }
13
13
  function sl(e, l = !0, n) {
14
- rl() ? Ee(e, n) : l ? e() : Ie(e);
14
+ rl() ? Ee(e, n) : l ? e() : _e(e);
15
15
  }
16
- function Fe(e) {
16
+ function Ie(e) {
17
17
  var l;
18
18
  const n = ol(e);
19
19
  return (l = n == null ? void 0 : n.$el) != null ? l : n;
@@ -32,12 +32,12 @@ function ul(e) {
32
32
  function cl(e, l, n = {}) {
33
33
  const { window: o = mn, ...t } = n;
34
34
  let i;
35
- const a = ul(() => o && "ResizeObserver" in o), r = () => {
35
+ const a = ul(() => o && "ResizeObserver" in o), s = () => {
36
36
  i && (i.disconnect(), i = void 0);
37
- }, u = Z(() => Array.isArray(e) ? e.map((g) => Fe(g)) : [Fe(e)]), f = le(
37
+ }, u = Z(() => Array.isArray(e) ? e.map((g) => Ie(g)) : [Ie(e)]), f = le(
38
38
  u,
39
39
  (g) => {
40
- if (r(), a.value && o) {
40
+ if (s(), a.value && o) {
41
41
  i = new ResizeObserver(l);
42
42
  for (const T of g)
43
43
  T && i.observe(T, t);
@@ -45,7 +45,7 @@ function cl(e, l, n = {}) {
45
45
  },
46
46
  { immediate: !0, flush: "post" }
47
47
  ), h = () => {
48
- r(), f();
48
+ s(), f();
49
49
  };
50
50
  return ll(h), {
51
51
  isSupported: a,
@@ -55,33 +55,33 @@ function cl(e, l, n = {}) {
55
55
  function dl(e, l = { width: 0, height: 0 }, n = {}) {
56
56
  const { window: o = mn, box: t = "content-box" } = n, i = Z(() => {
57
57
  var g, T;
58
- return (T = (g = Fe(e)) == null ? void 0 : g.namespaceURI) == null ? void 0 : T.includes("svg");
59
- }), a = q(l.width), r = q(l.height), { stop: u } = cl(
58
+ return (T = (g = Ie(e)) == null ? void 0 : g.namespaceURI) == null ? void 0 : T.includes("svg");
59
+ }), a = q(l.width), s = q(l.height), { stop: u } = cl(
60
60
  e,
61
61
  ([g]) => {
62
62
  const T = t === "border-box" ? g.borderBoxSize : t === "content-box" ? g.contentBoxSize : g.devicePixelContentBoxSize;
63
63
  if (o && i.value) {
64
- const F = Fe(e);
65
- if (F) {
66
- const I = F.getBoundingClientRect();
67
- a.value = I.width, r.value = I.height;
64
+ const I = Ie(e);
65
+ if (I) {
66
+ const _ = I.getBoundingClientRect();
67
+ a.value = _.width, s.value = _.height;
68
68
  }
69
69
  } else if (T) {
70
- const F = Array.isArray(T) ? T : [T];
71
- a.value = F.reduce((I, { inlineSize: A }) => I + A, 0), r.value = F.reduce((I, { blockSize: A }) => I + A, 0);
70
+ const I = Array.isArray(T) ? T : [T];
71
+ a.value = I.reduce((_, { inlineSize: A }) => _ + A, 0), s.value = I.reduce((_, { blockSize: A }) => _ + A, 0);
72
72
  } else
73
- a.value = g.contentRect.width, r.value = g.contentRect.height;
73
+ a.value = g.contentRect.width, s.value = g.contentRect.height;
74
74
  },
75
75
  n
76
76
  );
77
77
  sl(() => {
78
- const g = Fe(e);
79
- g && (a.value = "offsetWidth" in g ? g.offsetWidth : l.width, r.value = "offsetHeight" in g ? g.offsetHeight : l.height);
78
+ const g = Ie(e);
79
+ g && (a.value = "offsetWidth" in g ? g.offsetWidth : l.width, s.value = "offsetHeight" in g ? g.offsetHeight : l.height);
80
80
  });
81
81
  const f = le(
82
- () => Fe(e),
82
+ () => Ie(e),
83
83
  (g) => {
84
- a.value = g ? l.width : 0, r.value = g ? l.height : 0;
84
+ a.value = g ? l.width : 0, s.value = g ? l.height : 0;
85
85
  }
86
86
  );
87
87
  function h() {
@@ -89,7 +89,7 @@ function dl(e, l = { width: 0, height: 0 }, n = {}) {
89
89
  }
90
90
  return {
91
91
  width: a,
92
- height: r,
92
+ height: s,
93
93
  stop: h
94
94
  };
95
95
  }
@@ -133,7 +133,7 @@ function lt(e) {
133
133
  var l = typeof e;
134
134
  return e != null && (l == "object" || l == "function");
135
135
  }
136
- var Vt = NaN, Pl = /^[-+]0x[0-9a-f]+$/i, _l = /^0b[01]+$/i, Fl = /^0o[0-7]+$/i, Il = parseInt;
136
+ var Vt = NaN, Pl = /^[-+]0x[0-9a-f]+$/i, Fl = /^0b[01]+$/i, Il = /^0o[0-7]+$/i, _l = parseInt;
137
137
  function Ne(e) {
138
138
  if (typeof e == "number")
139
139
  return e;
@@ -146,8 +146,8 @@ function Ne(e) {
146
146
  if (typeof e != "string")
147
147
  return e === 0 ? e : +e;
148
148
  e = Tl(e);
149
- var n = _l.test(e);
150
- return n || Fl.test(e) ? Il(e.slice(2), n ? 2 : 8) : Pl.test(e) ? Vt : +e;
149
+ var n = Fl.test(e);
150
+ return n || Il.test(e) ? _l(e.slice(2), n ? 2 : 8) : Pl.test(e) ? Vt : +e;
151
151
  }
152
152
  function Ol(e, l, n) {
153
153
  return e === e && (n !== void 0 && (e = e <= n ? e : n), l !== void 0 && (e = e >= l ? e : l)), e;
@@ -159,16 +159,16 @@ var ht = function() {
159
159
  return gn.Date.now();
160
160
  }, $l = "Expected a function", Rl = Math.max, Al = Math.min;
161
161
  function yn(e, l, n) {
162
- var o, t, i, a, r, u, f = 0, h = !1, g = !1, T = !0;
162
+ var o, t, i, a, s, u, f = 0, h = !1, g = !1, T = !0;
163
163
  if (typeof e != "function")
164
164
  throw new TypeError($l);
165
165
  l = Ne(l) || 0, lt(n) && (h = !!n.leading, g = "maxWait" in n, i = g ? Rl(Ne(n.maxWait) || 0, l) : i, T = "trailing" in n ? !!n.trailing : T);
166
- function F(S) {
166
+ function I(S) {
167
167
  var z = o, B = t;
168
168
  return o = t = void 0, f = S, a = e.apply(B, z), a;
169
169
  }
170
- function I(S) {
171
- return f = S, r = setTimeout(D, l), h ? F(S) : a;
170
+ function _(S) {
171
+ return f = S, s = setTimeout(D, l), h ? I(S) : a;
172
172
  }
173
173
  function A(S) {
174
174
  var z = S - u, B = S - f, Y = l - z;
@@ -182,26 +182,26 @@ function yn(e, l, n) {
182
182
  var S = ht();
183
183
  if (k(S))
184
184
  return j(S);
185
- r = setTimeout(D, A(S));
185
+ s = setTimeout(D, A(S));
186
186
  }
187
187
  function j(S) {
188
- return r = void 0, T && o ? F(S) : (o = t = void 0, a);
188
+ return s = void 0, T && o ? I(S) : (o = t = void 0, a);
189
189
  }
190
190
  function X() {
191
- r !== void 0 && clearTimeout(r), f = 0, o = u = t = r = void 0;
191
+ s !== void 0 && clearTimeout(s), f = 0, o = u = t = s = void 0;
192
192
  }
193
193
  function N() {
194
- return r === void 0 ? a : j(ht());
194
+ return s === void 0 ? a : j(ht());
195
195
  }
196
196
  function ee() {
197
197
  var S = ht(), z = k(S);
198
198
  if (o = arguments, t = this, u = S, z) {
199
- if (r === void 0)
200
- return I(u);
199
+ if (s === void 0)
200
+ return _(u);
201
201
  if (g)
202
- return clearTimeout(r), r = setTimeout(D, l), F(u);
202
+ return clearTimeout(s), s = setTimeout(D, l), I(u);
203
203
  }
204
- return r === void 0 && (r = setTimeout(D, l)), a;
204
+ return s === void 0 && (s = setTimeout(D, l)), a;
205
205
  }
206
206
  return ee.cancel = X, ee.flush = N, ee;
207
207
  }
@@ -238,7 +238,7 @@ function Vl(e, { expose: l }) {
238
238
  });
239
239
  let t = null, i = be(null);
240
240
  const a = { pageX: 0, pageY: 0, scrollPos: 0 };
241
- let r = null;
241
+ let s = null;
242
242
  const u = () => {
243
243
  t = setTimeout(() => {
244
244
  i.value && i.value.classList.remove("scrollbar__thumbPlaceholder--scrolling"), t = null;
@@ -252,17 +252,17 @@ function Vl(e, { expose: l }) {
252
252
  const B = n.type === "horizontal" ? "pageX" : "pageY", Y = (z[B] - a[B]) / n.scrollInfo.wrapperMainSize * n.scrollInfo.contentMainSize;
253
253
  n.wrapperEl.scrollTo({ [n.type === "horizontal" ? "left" : "top"]: a.scrollPos + Y, behavior: "auto" });
254
254
  }, 16), g = () => {
255
- u(), i.value.removeEventListener("pointermove", h), i.value.removeEventListener("pointerup", g), i.value.removeEventListener("pointercancel", g), i.value.removeEventListener("mousewheel", g), document.removeEventListener("mousewheel", g), typeof r == "number" && i.value.releasePointerCapture(r), r = null;
255
+ u(), i.value.removeEventListener("pointermove", h), i.value.removeEventListener("pointerup", g), i.value.removeEventListener("pointercancel", g), i.value.removeEventListener("mousewheel", g), document.removeEventListener("mousewheel", g), typeof s == "number" && i.value.releasePointerCapture(s), s = null;
256
256
  }, T = (z) => {
257
- z.ctrlKey || z.button !== 0 || (f(), a.pageX = z.pageX, a.pageY = z.pageY, a.scrollPos = n.wrapperEl[n.type === "horizontal" ? "scrollLeft" : "scrollTop"], r = z == null ? void 0 : z.pointerId, i.value.setPointerCapture(r), i.value.addEventListener("pointermove", h), i.value.addEventListener("pointerup", g), i.value.addEventListener("pointercancel", g), i.value.addEventListener("mousewheel", g, { passive: !1 }), document.addEventListener("mousewheel", g, { passive: !1 }), i.value.classList.add("scrollbar__thumbPlaceholder--scrolling"));
257
+ z.ctrlKey || z.button !== 0 || (f(), a.pageX = z.pageX, a.pageY = z.pageY, a.scrollPos = n.wrapperEl[n.type === "horizontal" ? "scrollLeft" : "scrollTop"], s = z == null ? void 0 : z.pointerId, i.value.setPointerCapture(s), i.value.addEventListener("pointermove", h), i.value.addEventListener("pointerup", g), i.value.addEventListener("pointercancel", g), i.value.addEventListener("mousewheel", g, { passive: !1 }), document.addEventListener("mousewheel", g, { passive: !1 }), i.value.classList.add("scrollbar__thumbPlaceholder--scrolling"));
258
258
  };
259
259
  l({
260
260
  autoHideAfterScroll: () => {
261
261
  f(), i.value && i.value.classList.add("scrollbar__thumbPlaceholder--scrolling"), u();
262
262
  }
263
263
  });
264
- let I = be(!1), A = be(!1), k = be(null), D = null, j = null, X = Z(() => n.fixedThumb && !A.value);
265
- const N = ([z]) => A.value = z.isIntersecting, ee = ([z]) => I.value = z.isIntersecting, S = () => {
264
+ let _ = be(!1), A = be(!1), k = be(null), D = null, j = null, X = Z(() => n.fixedThumb && !A.value);
265
+ const N = ([z]) => A.value = z.isIntersecting, ee = ([z]) => _.value = z.isIntersecting, S = () => {
266
266
  D && (D.disconnect(), D = null), j && (j.disconnect(), j = null);
267
267
  };
268
268
  return le(() => [n.fixedThumb, n.wrapperEl], () => {
@@ -294,7 +294,7 @@ function Vl(e, { expose: l }) {
294
294
  class: E(["scrollbar__thumb", `scrollbar__thumb--${e.type}`])
295
295
  }, null, 2), qt(1), B[0])
296
296
  ], 46, jl), [
297
- [gt, !!e.scrollInfo.thumbSize && (e.fixedThumb ? I.value : !0)]
297
+ [gt, !!e.scrollInfo.thumbSize && (e.fixedThumb ? _.value : !0)]
298
298
  ]),
299
299
  n.fixedThumb ? me((c(), v("div", {
300
300
  key: 0,
@@ -327,9 +327,9 @@ function Kt(...e) {
327
327
  const l = "value" in (e == null ? void 0 : e[0]);
328
328
  let n;
329
329
  l ? n = e == null ? void 0 : e[1] : n = e == null ? void 0 : e[0];
330
- const { wait: o, type: t, callback: i } = ot(ot({}, Ql), n), a = l ? e[0] : be(null), r = Zn({ left: 0, top: 0, right: 0, bottom: 0, width: 0, height: 0, x: 0, y: 0 }), u = () => {
330
+ const { wait: o, type: t, callback: i } = ot(ot({}, Ql), n), a = l ? e[0] : be(null), s = Zn({ left: 0, top: 0, right: 0, bottom: 0, width: 0, height: 0, x: 0, y: 0 }), u = () => {
331
331
  const T = a.value.getBoundingClientRect();
332
- r.left = T.left, r.top = T.top, r.right = T.right, r.bottom = T.bottom, r.width = T.width, r.height = T.height, r.x = T.x, r.y = T.y, i == null || i();
332
+ s.left = T.left, s.top = T.top, s.right = T.right, s.bottom = T.bottom, s.width = T.width, s.height = T.height, s.x = T.x, s.y = T.y, i == null || i();
333
333
  };
334
334
  let f = null, h = null;
335
335
  const g = () => {
@@ -337,7 +337,7 @@ function Kt(...e) {
337
337
  };
338
338
  return el(() => {
339
339
  a.value && (g(), f = u, t === "throttle" && o >= 4 ? f = wn(f, o) : t === "debounce" && o >= 4 && (f = yn(f, o)), window.addEventListener("resize", f), h = new ResizeObserver(f), h.observe(a.value));
340
- }), tt(g), l ? r : [a, r];
340
+ }), tt(g), l ? s : [a, s];
341
341
  }
342
342
  const Kl = {
343
343
  name: "CustomScrollbar",
@@ -350,7 +350,7 @@ function Xl(e, { expose: l, emit: n }) {
350
350
  }, i = (N, ee) => {
351
351
  t[ee].instance || (t[ee].instance = N);
352
352
  };
353
- let a = be(null), r = be(null);
353
+ let a = be(null), s = be(null);
354
354
  Ee(() => {
355
355
  var N;
356
356
  const ee = Array.from((N = a.value.parentElement) == null ? void 0 : N.childNodes);
@@ -360,22 +360,22 @@ function Xl(e, { expose: l, emit: n }) {
360
360
  return (B = z == null ? void 0 : z.classList) == null ? void 0 : B.contains(`scrollbar__thumbPlaceholder--${S}`);
361
361
  });
362
362
  });
363
- const u = Kt(a, { wait: o.throttleWait, type: o.throttleType, callback: T }), f = Kt(r, { wait: o.throttleWait, type: o.throttleType, callback: T });
363
+ const u = Kt(a, { wait: o.throttleWait, type: o.throttleType, callback: T }), f = Kt(s, { wait: o.throttleWait, type: o.throttleType, callback: T });
364
364
  let h = be(0), g = be(0);
365
365
  function T() {
366
366
  h.value = Math.max(a.value.scrollHeight - u.height | 0, 0), g.value = Math.max(a.value.scrollWidth - u.width | 0, 0);
367
367
  }
368
- let F = Z(() => ({
368
+ let I = Z(() => ({
369
369
  thumbSize: g.value ? Ke(u.width / a.value.scrollWidth * u.width, o.thumbMinSize > u.width ? 48 : o.thumbMinSize, o.thumbMaxSize) : 0,
370
370
  contentMainSize: f.width,
371
371
  wrapperMainSize: u.width,
372
372
  boundaryDistance: Math.abs(u.left)
373
- })), I = Z(() => ({
373
+ })), _ = Z(() => ({
374
374
  thumbSize: h.value ? Ke(u.height / a.value.scrollHeight * u.height, o.thumbMinSize > u.height ? 48 : o.thumbMinSize, o.thumbMaxSize) : 0,
375
375
  contentMainSize: f.height,
376
376
  wrapperMainSize: u.height,
377
377
  boundaryDistance: Math.abs(u.top)
378
- })), A = Z(() => u.height - I.value.thumbSize - 5), k = Z(() => u.width - F.value.thumbSize - 5);
378
+ })), A = Z(() => u.height - _.value.thumbSize - 5), k = Z(() => u.width - I.value.thumbSize - 5);
379
379
  const D = () => {
380
380
  g.value && (t.horizontal.el.style.transform = `translate3d(${a.value.scrollLeft / g.value * k.value}px, 0, 0)`, t.horizontal.instance.autoHideAfterScroll()), h.value && (t.vertical.el.style.transform = `translate3d(0, ${a.value.scrollTop / h.value * A.value}px, 0)`, t.vertical.instance.autoHideAfterScroll());
381
381
  };
@@ -404,7 +404,7 @@ function Xl(e, { expose: l, emit: n }) {
404
404
  }), [
405
405
  y("div", {
406
406
  ref: (S, z) => {
407
- z.contentEl = S, r.value = S;
407
+ z.contentEl = S, s.value = S;
408
408
  },
409
409
  class: E(["scrollbar__content", e.contentClass, { "scrollbar__content--fixedThumb": e.fixedThumb, [`scrollbar__content--${e.direction}`]: e.direction }]),
410
410
  style: U(e.contentStyle)
@@ -420,7 +420,7 @@ function Xl(e, { expose: l, emit: n }) {
420
420
  autoHideDelay: e.autoHideDelay,
421
421
  fixedThumb: z === e.direction ? !1 : e.fixedThumb,
422
422
  type: z,
423
- scrollInfo: z === "vertical" ? I.value : F.value,
423
+ scrollInfo: z === "vertical" ? _.value : I.value,
424
424
  thumbWidth: e.thumbWidth,
425
425
  wrapperEl: a.value
426
426
  }, null, 8, ["autoExpand", "autoHide", "autoHideDelay", "fixedThumb", "type", "scrollInfo", "thumbWidth", "wrapperEl"])), 64))
@@ -469,7 +469,7 @@ const Xt = /* @__PURE__ */ xe(xn(ot({}, Kl), {
469
469
  "splitter-dblclick"
470
470
  ],
471
471
  setup(e, { emit: l }) {
472
- const n = l, o = e, t = pn(), i = q([]), a = Z(() => i.value.reduce((d, w) => (d[~~w.id] = w) && d, {})), r = Z(() => i.value.length), u = q(null), f = q(!1), h = q({
472
+ const n = l, o = e, t = pn(), i = q([]), a = Z(() => i.value.reduce((d, w) => (d[~~w.id] = w) && d, {})), s = Z(() => i.value.length), u = q(null), f = q(!1), h = q({
473
473
  mouseDown: !1,
474
474
  dragging: !1,
475
475
  activeSplitter: null,
@@ -482,9 +482,9 @@ const Xt = /* @__PURE__ */ xe(xn(ot({}, Kl), {
482
482
  }), T = Z(() => ({
483
483
  [`splitpanes splitpanes--${o.horizontal ? "horizontal" : "vertical"}`]: !0,
484
484
  "splitpanes--dragging": h.value.dragging
485
- })), F = () => {
485
+ })), I = () => {
486
486
  document.addEventListener("mousemove", k, { passive: !1 }), document.addEventListener("mouseup", D), "ontouchstart" in window && (document.addEventListener("touchmove", k, { passive: !1 }), document.addEventListener("touchend", D));
487
- }, I = () => {
487
+ }, _ = () => {
488
488
  document.removeEventListener("mousemove", k, { passive: !1 }), document.removeEventListener("mouseup", D), "ontouchstart" in window && (document.removeEventListener("touchmove", k, { passive: !1 }), document.removeEventListener("touchend", D));
489
489
  }, A = (d, w) => {
490
490
  const L = d.target.closest(".splitpanes__splitter");
@@ -492,14 +492,14 @@ const Xt = /* @__PURE__ */ xe(xn(ot({}, Kl), {
492
492
  const { left: x, top: C } = L.getBoundingClientRect(), { clientX: M, clientY: W } = "ontouchstart" in window && d.touches ? d.touches[0] : d;
493
493
  h.value.cursorOffset = o.horizontal ? W - C : M - x;
494
494
  }
495
- F(), h.value.mouseDown = !0, h.value.activeSplitter = w;
495
+ I(), h.value.mouseDown = !0, h.value.activeSplitter = w;
496
496
  }, k = (d) => {
497
497
  h.value.mouseDown && (d.preventDefault(), h.value.dragging = !0, requestAnimationFrame(() => {
498
498
  z(ee(d)), ae("resize", { event: d }, !0);
499
499
  }));
500
500
  }, D = (d) => {
501
501
  h.value.dragging && ae("resized", { event: d }, !0), h.value.mouseDown = !1, h.value.activeSplitter = null, setTimeout(() => {
502
- h.value.dragging = !1, I();
502
+ h.value.dragging = !1, _();
503
503
  }, 100);
504
504
  }, j = (d, w) => {
505
505
  "ontouchstart" in window && (d.preventDefault(), g.value.splitter === w ? (clearTimeout(g.value.timeoutId), g.value.timeoutId = null, X(d, w), g.value.splitter = null) : (g.value.splitter = w, g.value.timeoutId = setTimeout(() => g.value.splitter = null, 500))), h.value.dragging || ae("splitter-click", { event: d, index: w }, !0);
@@ -554,7 +554,7 @@ const Xt = /* @__PURE__ */ xe(xn(ot({}, Kl), {
554
554
  }), i.value[x[1]].size = 100 - d.prevReachedMinPanes - i.value[0].min - d.prevPanesSize - d.nextPanesSize, null) : w > 100 - d.nextPanesSize - i.value[x[1]].min && (x[1] = re(L).index, d.nextReachedMinPanes = 0, x[1] > L + 1 && i.value.forEach((C, M) => {
555
555
  M > L && M < x[1] && (C.size = C.min, d.nextReachedMinPanes += C.min);
556
556
  }), d.nextPanesSize = ne(x[1] - 1), x[1] === void 0) ? (d.nextReachedMinPanes = 0, i.value.forEach((C, M) => {
557
- M < r.value - 1 && M >= L + 1 && (C.size = C.min, d.nextReachedMinPanes += C.min);
557
+ M < s.value - 1 && M >= L + 1 && (C.size = C.min, d.nextReachedMinPanes += C.min);
558
558
  }), i.value[x[0]].size = 100 - d.prevPanesSize - ne(x[0] - 1), null) : { sums: d, panesToResize: x };
559
559
  }, Y = (d) => i.value.reduce((w, L, x) => w + (x < d ? L.size : 0), 0), ne = (d) => i.value.reduce((w, L, x) => w + (x > d + 1 ? L.size : 0), 0), ut = (d) => [...i.value].reverse().find((w) => w.index < d && w.size > w.min) || {}, re = (d) => i.value.find((w) => w.index > d + 1 && w.size > w.min) || {}, qe = () => {
560
560
  var d;
@@ -582,20 +582,20 @@ const Xt = /* @__PURE__ */ xe(xn(ot({}, Kl), {
582
582
  }, je = (d) => {
583
583
  var w;
584
584
  let L = -1;
585
- Array.from(((w = u.value) == null ? void 0 : w.children) || []).some((x) => (x.className.includes("splitpanes__pane") && L++, x.isSameNode(d.el))), i.value.splice(L, 0, { ...d, index: L }), i.value.forEach((x, C) => x.index = C), f.value && Ie(() => {
585
+ Array.from(((w = u.value) == null ? void 0 : w.children) || []).some((x) => (x.className.includes("splitpanes__pane") && L++, x.isSameNode(d.el))), i.value.splice(L, 0, { ...d, index: L }), i.value.forEach((x, C) => x.index = C), f.value && _e(() => {
586
586
  ye(), ce({ addedPane: i.value[L] }), ae("pane-add", { pane: i.value[L] });
587
587
  });
588
588
  }, Ue = (d) => {
589
589
  const w = i.value.findIndex((x) => x.id === d);
590
590
  i.value[w].el = null;
591
591
  const L = i.value.splice(w, 1)[0];
592
- i.value.forEach((x, C) => x.index = C), Ie(() => {
592
+ i.value.forEach((x, C) => x.index = C), _e(() => {
593
593
  ye(), ae("pane-remove", { pane: L }), ce({ removedPane: { ...L } });
594
594
  });
595
595
  }, ce = (d = {}) => {
596
596
  !d.addedPane && !d.removedPane ? Me() : i.value.some((w) => w.givenSize !== null || w.min || w.max < 100) ? Ve(d) : ve(), f.value && ae("resized");
597
597
  }, ve = () => {
598
- const d = 100 / r.value;
598
+ const d = 100 / s.value;
599
599
  let w = 0;
600
600
  const L = [], x = [];
601
601
  for (const C of i.value)
@@ -610,13 +610,13 @@ const Xt = /* @__PURE__ */ xe(xn(ot({}, Kl), {
610
610
  let C = 100;
611
611
  if (d > 0.1) {
612
612
  for (const M of i.value)
613
- M.givenSize === null && (M.size = Math.max(Math.min(d / (r.value - x), M.max), M.min)), C -= M.size;
613
+ M.givenSize === null && (M.size = Math.max(Math.min(d / (s.value - x), M.max), M.min)), C -= M.size;
614
614
  C > 0.1 && Te(C, w, L);
615
615
  }
616
616
  }, Ve = ({ addedPane: d, removedPane: w } = {}) => {
617
- let L = 100 / r.value, x = 0;
617
+ let L = 100 / s.value, x = 0;
618
618
  const C = [], M = [];
619
- ((d == null ? void 0 : d.givenSize) ?? null) !== null && (L = (100 - d.givenSize) / (r.value - 1));
619
+ ((d == null ? void 0 : d.givenSize) ?? null) !== null && (L = (100 - d.givenSize) / (s.value - 1));
620
620
  for (const W of i.value)
621
621
  x -= W.size, W.size >= W.max && C.push(W.id), W.size <= W.min && M.push(W.id);
622
622
  if (!(Math.abs(x) < 0.1)) {
@@ -626,7 +626,7 @@ const Xt = /* @__PURE__ */ xe(xn(ot({}, Kl), {
626
626
  }
627
627
  }, Te = (d, w, L) => {
628
628
  let x;
629
- d > 0 ? x = d / (r.value - w.length) : x = d / (r.value - L.length), i.value.forEach((C, M) => {
629
+ d > 0 ? x = d / (s.value - w.length) : x = d / (s.value - L.length), i.value.forEach((C, M) => {
630
630
  if (d > 0 && !w.includes(C.id)) {
631
631
  const W = Math.max(Math.min(C.size + x, C.max), C.min), ie = W - C.size;
632
632
  d -= ie, C.size = W;
@@ -634,7 +634,7 @@ const Xt = /* @__PURE__ */ xe(xn(ot({}, Kl), {
634
634
  const W = Math.max(Math.min(C.size + x, C.max), C.min), ie = W - C.size;
635
635
  d -= ie, C.size = W;
636
636
  }
637
- }), Math.abs(d) > 0.1 && Ie(() => {
637
+ }), Math.abs(d) > 0.1 && _e(() => {
638
638
  f.value && console.warn("Splitpanes: Could not resize panes correctly due to their constraints.");
639
639
  });
640
640
  }, ae = (d, w = void 0, L = !1) => {
@@ -671,25 +671,25 @@ const Xt = /* @__PURE__ */ xe(xn(ot({}, Kl), {
671
671
  },
672
672
  setup(e) {
673
673
  var l;
674
- const n = e, o = _e("requestUpdate"), t = _e("onPaneAdd"), i = _e("horizontal"), a = _e("onPaneRemove"), r = _e("onPaneClick"), u = (l = Mt()) == null ? void 0 : l.uid, f = _e("indexedPanes"), h = Z(() => f.value[u]), g = q(null), T = Z(() => {
674
+ const n = e, o = Fe("requestUpdate"), t = Fe("onPaneAdd"), i = Fe("horizontal"), a = Fe("onPaneRemove"), s = Fe("onPaneClick"), u = (l = Mt()) == null ? void 0 : l.uid, f = Fe("indexedPanes"), h = Z(() => f.value[u]), g = q(null), T = Z(() => {
675
675
  const k = isNaN(n.size) || n.size === void 0 ? 0 : parseFloat(n.size);
676
- return Math.max(Math.min(k, I.value), F.value);
677
- }), F = Z(() => {
676
+ return Math.max(Math.min(k, _.value), I.value);
677
+ }), I = Z(() => {
678
678
  const k = parseFloat(n.minSize);
679
679
  return isNaN(k) ? 0 : k;
680
- }), I = Z(() => {
680
+ }), _ = Z(() => {
681
681
  const k = parseFloat(n.maxSize);
682
682
  return isNaN(k) ? 100 : k;
683
683
  }), A = Z(() => {
684
684
  var k;
685
685
  return `${i.value ? "height" : "width"}: ${(k = h.value) == null ? void 0 : k.size}%`;
686
686
  });
687
- return le(() => T.value, (k) => o({ uid: u, size: k })), le(() => F.value, (k) => o({ uid: u, min: k })), le(() => I.value, (k) => o({ uid: u, max: k })), Ee(() => {
687
+ return le(() => T.value, (k) => o({ uid: u, size: k })), le(() => I.value, (k) => o({ uid: u, min: k })), le(() => _.value, (k) => o({ uid: u, max: k })), Ee(() => {
688
688
  t({
689
689
  id: u,
690
690
  el: g.value,
691
- min: F.value,
692
- max: I.value,
691
+ min: I.value,
692
+ max: _.value,
693
693
  // The given size (useful to know the user intention).
694
694
  givenSize: n.size === void 0 ? null : T.value,
695
695
  size: T.value
@@ -699,7 +699,7 @@ const Xt = /* @__PURE__ */ xe(xn(ot({}, Kl), {
699
699
  ref_key: "paneEl",
700
700
  ref: g,
701
701
  class: "splitpanes__pane",
702
- onClick: D[0] || (D[0] = (j) => Q(r)(j, k._.uid)),
702
+ onClick: D[0] || (D[0] = (j) => Q(s)(j, k._.uid)),
703
703
  style: U(A.value)
704
704
  }, [
705
705
  oe(k.$slots, "default")
@@ -715,30 +715,30 @@ const Xt = /* @__PURE__ */ xe(xn(ot({}, Kl), {
715
715
  if (t.length > 3 || !t.length)
716
716
  return null;
717
717
  if (t.length > 1) {
718
- const r = t.pop(), u = t.pop(), f = {
718
+ const s = t.pop(), u = t.pop(), f = {
719
719
  // Allow provider without '@': "provider:prefix:name"
720
720
  provider: t.length > 0 ? t[0] : o,
721
721
  prefix: u,
722
- name: r
722
+ name: s
723
723
  };
724
724
  return l && !Je(f) ? null : f;
725
725
  }
726
726
  const i = t[0], a = i.split("-");
727
727
  if (a.length > 1) {
728
- const r = {
728
+ const s = {
729
729
  provider: o,
730
730
  prefix: a.shift(),
731
731
  name: a.join("-")
732
732
  };
733
- return l && !Je(r) ? null : r;
733
+ return l && !Je(s) ? null : s;
734
734
  }
735
735
  if (n && o === "") {
736
- const r = {
736
+ const s = {
737
737
  provider: o,
738
738
  prefix: "",
739
739
  name: i
740
740
  };
741
- return l && !Je(r, n) ? null : r;
741
+ return l && !Je(s, n) ? null : s;
742
742
  }
743
743
  return null;
744
744
  }, Je = (e, l) => e ? !!((e.provider === "" || e.provider.match(We)) && (l && e.prefix === "" || e.prefix.match(We)) && e.name.match(We)) : !1, kn = Object.freeze(
@@ -779,8 +779,8 @@ function Jl(e, l) {
779
779
  return t[a] = [];
780
780
  if (!(a in t)) {
781
781
  t[a] = null;
782
- const r = o[a] && o[a].parent, u = r && i(r);
783
- u && (t[a] = [r].concat(u));
782
+ const s = o[a] && o[a].parent, u = s && i(s);
783
+ u && (t[a] = [s].concat(u));
784
784
  }
785
785
  return t[a];
786
786
  }
@@ -789,9 +789,9 @@ function Jl(e, l) {
789
789
  function Zl(e, l, n) {
790
790
  const o = e.icons, t = e.aliases || /* @__PURE__ */ Object.create(null);
791
791
  let i = {};
792
- function a(r) {
792
+ function a(s) {
793
793
  i = Jt(
794
- o[r] || t[r],
794
+ o[s] || t[s],
795
795
  i
796
796
  );
797
797
  }
@@ -935,8 +935,8 @@ function en(e, l, n) {
935
935
  let i = o.shift(), a = so.test(i);
936
936
  for (; ; ) {
937
937
  if (a) {
938
- const r = parseFloat(i);
939
- isNaN(r) ? t.push(i) : t.push(Math.ceil(r * l * n) / n);
938
+ const s = parseFloat(i);
939
+ isNaN(s) ? t.push(i) : t.push(Math.ceil(s * l * n) / n);
940
940
  } else
941
941
  t.push(i);
942
942
  if (i = o.shift(), i === void 0)
@@ -1015,17 +1015,17 @@ function ho(e, l) {
1015
1015
  "</g>"
1016
1016
  ));
1017
1017
  });
1018
- const a = o.width, r = o.height, u = t.width, f = t.height;
1018
+ const a = o.width, s = o.height, u = t.width, f = t.height;
1019
1019
  let h, g;
1020
- a === null ? (g = r === null ? "1em" : r === "auto" ? f : r, h = en(g, u / f)) : (h = a === "auto" ? u : a, g = r === null ? en(h, f / u) : r === "auto" ? f : r);
1021
- const T = {}, F = (A, k) => {
1020
+ a === null ? (g = s === null ? "1em" : s === "auto" ? f : s, h = en(g, u / f)) : (h = a === "auto" ? u : a, g = s === null ? en(h, f / u) : s === "auto" ? f : s);
1021
+ const T = {}, I = (A, k) => {
1022
1022
  fo(k) || (T[A] = k.toString());
1023
1023
  };
1024
- F("width", h), F("height", g);
1025
- const I = [t.left, t.top, u, f];
1026
- return T.viewBox = I.join(" "), {
1024
+ I("width", h), I("height", g);
1025
+ const _ = [t.left, t.top, u, f];
1026
+ return T.viewBox = _.join(" "), {
1027
1027
  attributes: T,
1028
- viewBox: I,
1028
+ viewBox: _,
1029
1029
  body: i
1030
1030
  };
1031
1031
  }
@@ -1040,11 +1040,11 @@ function go(e, l = vo) {
1040
1040
  return e;
1041
1041
  const t = "suffix" + (Math.random() * 16777216 | Date.now()).toString(16);
1042
1042
  return n.forEach((i) => {
1043
- const a = typeof l == "function" ? l(i) : l + (mo++).toString(), r = i.replace(/[.*+?^${}()|[\]\\]/g, "\\$&");
1043
+ const a = typeof l == "function" ? l(i) : l + (mo++).toString(), s = i.replace(/[.*+?^${}()|[\]\\]/g, "\\$&");
1044
1044
  e = e.replace(
1045
1045
  // Allowed characters before id: [#;"]
1046
1046
  // Allowed characters after id: [)"], .[a-z]
1047
- new RegExp('([#;"])(' + r + ')([")]|\\.[a-z])', "g"),
1047
+ new RegExp('([#;"])(' + s + ')([")]|\\.[a-z])', "g"),
1048
1048
  "$1" + a + t + "$3"
1049
1049
  );
1050
1050
  }), e = e.replace(new RegExp(t, "g"), ""), e;
@@ -1056,7 +1056,7 @@ function bo(e, l) {
1056
1056
  function xt(e) {
1057
1057
  return wt[e] || wt[""];
1058
1058
  }
1059
- function _t(e) {
1059
+ function Ft(e) {
1060
1060
  let l;
1061
1061
  if (typeof e.resources == "string")
1062
1062
  l = [e.resources];
@@ -1081,21 +1081,21 @@ function _t(e) {
1081
1081
  dataAfterTimeout: e.dataAfterTimeout !== !1
1082
1082
  };
1083
1083
  }
1084
- const Ft = /* @__PURE__ */ Object.create(null), Re = [
1084
+ const It = /* @__PURE__ */ Object.create(null), Re = [
1085
1085
  "https://api.simplesvg.com",
1086
1086
  "https://api.unisvg.com"
1087
1087
  ], Ze = [];
1088
1088
  for (; Re.length > 0; )
1089
1089
  Re.length === 1 || Math.random() > 0.5 ? Ze.push(Re.shift()) : Ze.push(Re.pop());
1090
- Ft[""] = _t({
1090
+ It[""] = Ft({
1091
1091
  resources: ["https://api.iconify.design"].concat(Ze)
1092
1092
  });
1093
1093
  function yo(e, l) {
1094
- const n = _t(l);
1095
- return n === null ? !1 : (Ft[e] = n, !0);
1094
+ const n = Ft(l);
1095
+ return n === null ? !1 : (It[e] = n, !0);
1096
1096
  }
1097
- function It(e) {
1098
- return Ft[e];
1097
+ function _t(e) {
1098
+ return It[e];
1099
1099
  }
1100
1100
  const wo = () => {
1101
1101
  let e;
@@ -1107,7 +1107,7 @@ const wo = () => {
1107
1107
  };
1108
1108
  let tn = wo();
1109
1109
  function xo(e, l) {
1110
- const n = It(e);
1110
+ const n = _t(e);
1111
1111
  if (!n)
1112
1112
  return 0;
1113
1113
  let o;
@@ -1133,19 +1133,19 @@ const Co = (e, l, n) => {
1133
1133
  provider: e,
1134
1134
  prefix: l,
1135
1135
  icons: []
1136
- }, r = 0;
1136
+ }, s = 0;
1137
1137
  return n.forEach((u, f) => {
1138
- r += u.length + 1, r >= t && f > 0 && (o.push(a), a = {
1138
+ s += u.length + 1, s >= t && f > 0 && (o.push(a), a = {
1139
1139
  type: i,
1140
1140
  provider: e,
1141
1141
  prefix: l,
1142
1142
  icons: []
1143
- }, r = u.length), a.icons.push(u);
1143
+ }, s = u.length), a.icons.push(u);
1144
1144
  }), o.push(a), o;
1145
1145
  };
1146
1146
  function So(e) {
1147
1147
  if (typeof e == "string") {
1148
- const l = It(e);
1148
+ const l = _t(e);
1149
1149
  if (l)
1150
1150
  return l.path;
1151
1151
  }
@@ -1159,8 +1159,8 @@ const zo = (e, l, n) => {
1159
1159
  let o = So(l.provider);
1160
1160
  switch (l.type) {
1161
1161
  case "icons": {
1162
- const i = l.prefix, r = l.icons.join(","), u = new URLSearchParams({
1163
- icons: r
1162
+ const i = l.prefix, s = l.icons.join(","), u = new URLSearchParams({
1163
+ icons: s
1164
1164
  });
1165
1165
  o += i + ".json?" + u.toString();
1166
1166
  break;
@@ -1217,13 +1217,13 @@ function Eo(e) {
1217
1217
  if (o.name === t.name && o.prefix === t.prefix && o.provider === t.provider)
1218
1218
  return;
1219
1219
  o = t;
1220
- const i = t.provider, a = t.prefix, r = t.name, u = n[i] || (n[i] = /* @__PURE__ */ Object.create(null)), f = u[a] || (u[a] = Le(i, a));
1220
+ const i = t.provider, a = t.prefix, s = t.name, u = n[i] || (n[i] = /* @__PURE__ */ Object.create(null)), f = u[a] || (u[a] = Le(i, a));
1221
1221
  let h;
1222
- r in f.icons ? h = l.loaded : a === "" || f.missing.has(r) ? h = l.missing : h = l.pending;
1222
+ s in f.icons ? h = l.loaded : a === "" || f.missing.has(s) ? h = l.missing : h = l.pending;
1223
1223
  const g = {
1224
1224
  provider: i,
1225
1225
  prefix: a,
1226
- name: r
1226
+ name: s
1227
1227
  };
1228
1228
  h.push(g);
1229
1229
  }), l;
@@ -1243,7 +1243,7 @@ function Mo(e) {
1243
1243
  let n = !1;
1244
1244
  const o = e.provider, t = e.prefix;
1245
1245
  l.forEach((i) => {
1246
- const a = i.icons, r = a.pending.length;
1246
+ const a = i.icons, s = a.pending.length;
1247
1247
  a.pending = a.pending.filter((u) => {
1248
1248
  if (u.prefix !== t)
1249
1249
  return !0;
@@ -1263,7 +1263,7 @@ function Mo(e) {
1263
1263
  else
1264
1264
  return n = !0, !0;
1265
1265
  return !1;
1266
- }), a.pending.length !== r && (n || Mn([e], i.id), i.callback(
1266
+ }), a.pending.length !== s && (n || Mn([e], i.id), i.callback(
1267
1267
  a.loaded.slice(0),
1268
1268
  a.missing.slice(0),
1269
1269
  a.pending.slice(0),
@@ -1287,14 +1287,14 @@ function Po(e, l, n) {
1287
1287
  (a.loaderCallbacks || (a.loaderCallbacks = [])).push(i);
1288
1288
  }), t;
1289
1289
  }
1290
- function _o(e, l = !0, n = !1) {
1290
+ function Fo(e, l = !0, n = !1) {
1291
1291
  const o = [];
1292
1292
  return e.forEach((t) => {
1293
1293
  const i = typeof t == "string" ? rt(t, l, n) : t;
1294
1294
  i && o.push(i);
1295
1295
  }), o;
1296
1296
  }
1297
- var Fo = {
1297
+ var Io = {
1298
1298
  resources: [],
1299
1299
  index: 0,
1300
1300
  timeout: 2e3,
@@ -1302,7 +1302,7 @@ var Fo = {
1302
1302
  random: !1,
1303
1303
  dataAfterTimeout: !1
1304
1304
  };
1305
- function Io(e, l, n, o) {
1305
+ function _o(e, l, n, o) {
1306
1306
  const t = e.resources.length, i = e.random ? Math.floor(Math.random() * t) : e.index;
1307
1307
  let a;
1308
1308
  if (e.random) {
@@ -1314,23 +1314,23 @@ function Io(e, l, n, o) {
1314
1314
  a = a.concat(S);
1315
1315
  } else
1316
1316
  a = e.resources.slice(i).concat(e.resources.slice(0, i));
1317
- const r = Date.now();
1318
- let u = "pending", f = 0, h, g = null, T = [], F = [];
1319
- typeof o == "function" && F.push(o);
1320
- function I() {
1317
+ const s = Date.now();
1318
+ let u = "pending", f = 0, h, g = null, T = [], I = [];
1319
+ typeof o == "function" && I.push(o);
1320
+ function _() {
1321
1321
  g && (clearTimeout(g), g = null);
1322
1322
  }
1323
1323
  function A() {
1324
- u === "pending" && (u = "aborted"), I(), T.forEach((S) => {
1324
+ u === "pending" && (u = "aborted"), _(), T.forEach((S) => {
1325
1325
  S.status === "pending" && (S.status = "aborted");
1326
1326
  }), T = [];
1327
1327
  }
1328
1328
  function k(S, z) {
1329
- z && (F = []), typeof S == "function" && F.push(S);
1329
+ z && (I = []), typeof S == "function" && I.push(S);
1330
1330
  }
1331
1331
  function D() {
1332
1332
  return {
1333
- startTime: r,
1333
+ startTime: s,
1334
1334
  payload: l,
1335
1335
  status: u,
1336
1336
  queriesSent: f,
@@ -1340,7 +1340,7 @@ function Io(e, l, n, o) {
1340
1340
  };
1341
1341
  }
1342
1342
  function j() {
1343
- u = "failed", F.forEach((S) => {
1343
+ u = "failed", I.forEach((S) => {
1344
1344
  S(void 0, h);
1345
1345
  });
1346
1346
  }
@@ -1369,23 +1369,23 @@ function Io(e, l, n, o) {
1369
1369
  h = B, T.length || (a.length ? ee() : j());
1370
1370
  return;
1371
1371
  }
1372
- if (I(), X(), !e.random) {
1372
+ if (_(), X(), !e.random) {
1373
1373
  const ne = e.resources.indexOf(S.resource);
1374
1374
  ne !== -1 && ne !== e.index && (e.index = ne);
1375
1375
  }
1376
- u = "completed", F.forEach((ne) => {
1376
+ u = "completed", I.forEach((ne) => {
1377
1377
  ne(B);
1378
1378
  });
1379
1379
  }
1380
1380
  function ee() {
1381
1381
  if (u !== "pending")
1382
1382
  return;
1383
- I();
1383
+ _();
1384
1384
  const S = a.shift();
1385
1385
  if (S === void 0) {
1386
1386
  if (T.length) {
1387
1387
  g = setTimeout(() => {
1388
- I(), u === "pending" && (X(), j());
1388
+ _(), u === "pending" && (X(), j());
1389
1389
  }, e.timeout);
1390
1390
  return;
1391
1391
  }
@@ -1405,17 +1405,17 @@ function Io(e, l, n, o) {
1405
1405
  }
1406
1406
  function Tn(e) {
1407
1407
  const l = {
1408
- ...Fo,
1408
+ ...Io,
1409
1409
  ...e
1410
1410
  };
1411
1411
  let n = [];
1412
1412
  function o() {
1413
- n = n.filter((r) => r().status === "pending");
1413
+ n = n.filter((s) => s().status === "pending");
1414
1414
  }
1415
- function t(r, u, f) {
1416
- const h = Io(
1415
+ function t(s, u, f) {
1416
+ const h = _o(
1417
1417
  l,
1418
- r,
1418
+ s,
1419
1419
  u,
1420
1420
  (g, T) => {
1421
1421
  o(), f && f(g, T);
@@ -1423,14 +1423,14 @@ function Tn(e) {
1423
1423
  );
1424
1424
  return n.push(h), h;
1425
1425
  }
1426
- function i(r) {
1427
- return n.find((u) => r(u)) || null;
1426
+ function i(s) {
1427
+ return n.find((u) => s(u)) || null;
1428
1428
  }
1429
1429
  return {
1430
1430
  query: t,
1431
1431
  find: i,
1432
- setIndex: (r) => {
1433
- l.index = r;
1432
+ setIndex: (s) => {
1433
+ l.index = s;
1434
1434
  },
1435
1435
  getIndex: () => l.index,
1436
1436
  cleanup: o
@@ -1441,7 +1441,7 @@ function nn() {
1441
1441
  const mt = /* @__PURE__ */ Object.create(null);
1442
1442
  function Oo(e) {
1443
1443
  if (!mt[e]) {
1444
- const l = It(e);
1444
+ const l = _t(e);
1445
1445
  if (!l)
1446
1446
  return;
1447
1447
  const n = Tn(l), o = {
@@ -1462,16 +1462,16 @@ function $o(e, l, n) {
1462
1462
  const a = Oo(e);
1463
1463
  a && (o = a.redundancy);
1464
1464
  } else {
1465
- const i = _t(e);
1465
+ const i = Ft(e);
1466
1466
  if (i) {
1467
1467
  o = Tn(i);
1468
- const a = e.resources ? e.resources[0] : "", r = xt(a);
1469
- r && (t = r.send);
1468
+ const a = e.resources ? e.resources[0] : "", s = xt(a);
1469
+ s && (t = s.send);
1470
1470
  }
1471
1471
  }
1472
1472
  return !o || !t ? (n(void 0, 424), nn) : o.query(l, t, n)().abort;
1473
1473
  }
1474
- const ln = "iconify2", He = "iconify", Pn = He + "-count", on = He + "-version", _n = 36e5, Ro = 168, Ao = 50;
1474
+ const ln = "iconify2", He = "iconify", Pn = He + "-count", on = He + "-version", Fn = 36e5, Ro = 168, Ao = 50;
1475
1475
  function kt(e, l) {
1476
1476
  try {
1477
1477
  return e.getItem(l);
@@ -1499,7 +1499,7 @@ function St(e) {
1499
1499
  const at = {
1500
1500
  local: !0,
1501
1501
  session: !0
1502
- }, Fn = {
1502
+ }, In = {
1503
1503
  local: /* @__PURE__ */ new Set(),
1504
1504
  session: /* @__PURE__ */ new Set()
1505
1505
  };
@@ -1508,7 +1508,7 @@ function No(e) {
1508
1508
  $t = e;
1509
1509
  }
1510
1510
  let Xe = typeof window > "u" ? {} : window;
1511
- function In(e) {
1511
+ function _n(e) {
1512
1512
  const l = e + "Storage";
1513
1513
  try {
1514
1514
  if (Xe && Xe[l] && typeof Xe[l].length == "number")
@@ -1518,26 +1518,26 @@ function In(e) {
1518
1518
  at[e] = !1;
1519
1519
  }
1520
1520
  function On(e, l) {
1521
- const n = In(e);
1521
+ const n = _n(e);
1522
1522
  if (!n)
1523
1523
  return;
1524
1524
  const o = kt(n, on);
1525
1525
  if (o !== ln) {
1526
1526
  if (o) {
1527
- const r = St(n);
1528
- for (let u = 0; u < r; u++)
1527
+ const s = St(n);
1528
+ for (let u = 0; u < s; u++)
1529
1529
  rn(n, He + u.toString());
1530
1530
  }
1531
1531
  Ot(n, on, ln), Ct(n, 0);
1532
1532
  return;
1533
1533
  }
1534
- const t = Math.floor(Date.now() / _n) - Ro, i = (r) => {
1535
- const u = He + r.toString(), f = kt(n, u);
1534
+ const t = Math.floor(Date.now() / Fn) - Ro, i = (s) => {
1535
+ const u = He + s.toString(), f = kt(n, u);
1536
1536
  if (typeof f == "string") {
1537
1537
  try {
1538
1538
  const h = JSON.parse(f);
1539
1539
  if (typeof h == "object" && typeof h.cached == "number" && h.cached > t && typeof h.provider == "string" && typeof h.data == "object" && typeof h.data.prefix == "string" && // Valid item: run callback
1540
- l(h, r))
1540
+ l(h, s))
1541
1541
  return !0;
1542
1542
  } catch {
1543
1543
  }
@@ -1545,8 +1545,8 @@ function On(e, l) {
1545
1545
  }
1546
1546
  };
1547
1547
  let a = St(n);
1548
- for (let r = a - 1; r >= 0; r--)
1549
- i(r) || (r === a - 1 ? (a--, Ct(n, a)) : Fn[e].add(r));
1548
+ for (let s = a - 1; s >= 0; s--)
1549
+ i(s) || (s === a - 1 ? (a--, Ct(n, a)) : In[e].add(s));
1550
1550
  }
1551
1551
  function $n() {
1552
1552
  if (!$t) {
@@ -1583,23 +1583,23 @@ function Do(e, l) {
1583
1583
  $t || $n();
1584
1584
  function n(o) {
1585
1585
  let t;
1586
- if (!at[o] || !(t = In(o)))
1586
+ if (!at[o] || !(t = _n(o)))
1587
1587
  return;
1588
- const i = Fn[o];
1588
+ const i = In[o];
1589
1589
  let a;
1590
1590
  if (i.size)
1591
1591
  i.delete(a = Array.from(i).shift());
1592
1592
  else if (a = St(t), a >= Ao || !Ct(t, a + 1))
1593
1593
  return;
1594
- const r = {
1595
- cached: Math.floor(Date.now() / _n),
1594
+ const s = {
1595
+ cached: Math.floor(Date.now() / Fn),
1596
1596
  provider: e.provider,
1597
1597
  data: l
1598
1598
  };
1599
1599
  return Ot(
1600
1600
  t,
1601
1601
  He + a.toString(),
1602
- JSON.stringify(r)
1602
+ JSON.stringify(s)
1603
1603
  );
1604
1604
  }
1605
1605
  l.lastModified && !Wo(e, l.lastModified) || Object.keys(l.icons).length && (l.not_found && (l = Object.assign({}, l), delete l.not_found), n("local") || n("session"));
@@ -1619,10 +1619,10 @@ function Bo(e, l) {
1619
1619
  let i;
1620
1620
  if (!t || !(i = xt(n)))
1621
1621
  return;
1622
- i.prepare(n, o, t).forEach((r) => {
1623
- $o(n, r, (u) => {
1622
+ i.prepare(n, o, t).forEach((s) => {
1623
+ $o(n, s, (u) => {
1624
1624
  if (typeof u != "object")
1625
- r.icons.forEach((f) => {
1625
+ s.icons.forEach((f) => {
1626
1626
  e.missing.add(f);
1627
1627
  });
1628
1628
  else
@@ -1646,7 +1646,7 @@ function Bo(e, l) {
1646
1646
  }));
1647
1647
  }
1648
1648
  const qo = (e, l) => {
1649
- const n = _o(e, !0, zn()), o = Eo(n);
1649
+ const n = Fo(e, !0, zn()), o = Eo(n);
1650
1650
  if (!o.pending.length) {
1651
1651
  let u = !0;
1652
1652
  return l && setTimeout(() => {
@@ -1661,17 +1661,17 @@ const qo = (e, l) => {
1661
1661
  };
1662
1662
  }
1663
1663
  const t = /* @__PURE__ */ Object.create(null), i = [];
1664
- let a, r;
1664
+ let a, s;
1665
1665
  return o.pending.forEach((u) => {
1666
1666
  const { provider: f, prefix: h } = u;
1667
- if (h === r && f === a)
1667
+ if (h === s && f === a)
1668
1668
  return;
1669
- a = f, r = h, i.push(Le(f, h));
1669
+ a = f, s = h, i.push(Le(f, h));
1670
1670
  const g = t[f] || (t[f] = /* @__PURE__ */ Object.create(null));
1671
1671
  g[h] || (g[h] = []);
1672
1672
  }), o.pending.forEach((u) => {
1673
- const { provider: f, prefix: h, name: g } = u, T = Le(f, h), F = T.pendingIcons || (T.pendingIcons = /* @__PURE__ */ new Set());
1674
- F.has(g) || (F.add(g), t[f][h].push(g));
1673
+ const { provider: f, prefix: h, name: g } = u, T = Le(f, h), I = T.pendingIcons || (T.pendingIcons = /* @__PURE__ */ new Set());
1674
+ I.has(g) || (I.add(g), t[f][h].push(g));
1675
1675
  }), i.forEach((u) => {
1676
1676
  const { provider: f, prefix: h } = u;
1677
1677
  t[f][h].length && Bo(u, t[f][h]);
@@ -1778,7 +1778,7 @@ function dn(e) {
1778
1778
  return e + (e.match(/^[-0-9.]+$/) ? "px" : "");
1779
1779
  }
1780
1780
  const fn = (e, l) => {
1781
- const n = jo(an, l), o = { ...Jo }, t = l.mode || "svg", i = {}, a = l.style, r = typeof a == "object" && !(a instanceof Array) ? a : {};
1781
+ const n = jo(an, l), o = { ...Jo }, t = l.mode || "svg", i = {}, a = l.style, s = typeof a == "object" && !(a instanceof Array) ? a : {};
1782
1782
  for (let A in l) {
1783
1783
  const k = l[A];
1784
1784
  if (k !== void 0)
@@ -1816,24 +1816,24 @@ const fn = (e, l) => {
1816
1816
  if (n.inline && (i.verticalAlign = "-0.125em"), t === "svg") {
1817
1817
  o.style = {
1818
1818
  ...i,
1819
- ...r
1819
+ ...s
1820
1820
  }, Object.assign(o, f);
1821
1821
  let A = 0, k = l.id;
1822
1822
  return typeof k == "string" && (k = k.replace(/-/g, "_")), o.innerHTML = go(u.body, k ? () => k + "ID" + A++ : "iconifyVue"), bt("svg", o);
1823
1823
  }
1824
- const { body: h, width: g, height: T } = e, F = t === "mask" || (t === "bg" ? !1 : h.indexOf("currentColor") !== -1), I = Qo(h, {
1824
+ const { body: h, width: g, height: T } = e, I = t === "mask" || (t === "bg" ? !1 : h.indexOf("currentColor") !== -1), _ = Qo(h, {
1825
1825
  ...f,
1826
1826
  width: g + "",
1827
1827
  height: T + ""
1828
1828
  });
1829
1829
  return o.style = {
1830
1830
  ...i,
1831
- "--svg": Yo(I),
1831
+ "--svg": Yo(_),
1832
1832
  width: dn(f.width),
1833
1833
  height: dn(f.height),
1834
1834
  ...Zo,
1835
- ...F ? zt : Rn,
1836
- ...r
1835
+ ...I ? zt : Rn,
1836
+ ...s
1837
1837
  }, bt("span", o);
1838
1838
  };
1839
1839
  zn(!0);
@@ -1947,27 +1947,27 @@ const ei = {
1947
1947
  },
1948
1948
  setup(e) {
1949
1949
  const l = e, n = nl(l, "expandedrows"), o = q(!1);
1950
- function t(r) {
1950
+ function t(s) {
1951
1951
  if (l.expandall)
1952
1952
  o.value = !o.value, n.value.forEach((u) => {
1953
1953
  u.isExpanded = o.value;
1954
1954
  });
1955
1955
  else {
1956
- const u = n.value.find((f) => f.id == r);
1957
- u ? u.isExpanded = !u.isExpanded : n.value.push({ id: r, isExpanded: !0 });
1956
+ const u = n.value.find((f) => f.id == s);
1957
+ u ? u.isExpanded = !u.isExpanded : n.value.push({ id: s, isExpanded: !0 });
1958
1958
  }
1959
1959
  }
1960
- const i = (r) => r._rowIndex !== void 0 ? r._rowIndex : r.id || 0, a = q(-1);
1960
+ const i = (s) => s._rowIndex !== void 0 ? s._rowIndex : s.id || 0, a = q(-1);
1961
1961
  return le(() => n.value, () => {
1962
- var r;
1963
- l.expandall && (new Set(n.value.map((u) => u.isExpanded)).size > 1 ? (a.value = -1, o.value = !0) : (r = n.value.at(0)) != null && r.isExpanded ? (a.value = 0, o.value = !0) : (a.value = 1, o.value = !1));
1964
- }, { deep: !0 }), (r, u) => {
1962
+ var s;
1963
+ l.expandall && (new Set(n.value.map((u) => u.isExpanded)).size > 1 ? (a.value = -1, o.value = !0) : (s = n.value.at(0)) != null && s.isExpanded ? (a.value = 0, o.value = !0) : (a.value = 1, o.value = !1));
1964
+ }, { deep: !0 }), (s, u) => {
1965
1965
  var f;
1966
1966
  return c(), v("button", {
1967
1967
  class: "expandbtn",
1968
- onClick: u[0] || (u[0] = (h) => t(i(r.item)))
1968
+ onClick: u[0] || (u[0] = (h) => t(i(s.item)))
1969
1969
  }, [
1970
- ((f = n.value.find((h) => h.id == i(r.item))) == null ? void 0 : f.isExpanded) === !0 ? (c(), v(H, { key: 0 }, [
1970
+ ((f = n.value.find((h) => h.id == i(s.item))) == null ? void 0 : f.isExpanded) === !0 ? (c(), v(H, { key: 0 }, [
1971
1971
  l.expandall ? (c(), v(H, { key: 0 }, [
1972
1972
  a.value ? (c(), he(Q(we), {
1973
1973
  key: 0,
@@ -2043,7 +2043,7 @@ const ei = {
2043
2043
  }, i = (a) => {
2044
2044
  n.column.condition = a, a === "" && (n.column.value = ""), o("filterChange", n.column);
2045
2045
  };
2046
- return (a, r) => (c(), v("div", ii, [
2046
+ return (a, s) => (c(), v("div", ii, [
2047
2047
  y("div", {
2048
2048
  class: "bh-text-[13px] bh-font-normal bh-rounded bh-overflow-hidden",
2049
2049
  onClick: pe(t, ["stop"])
@@ -2051,101 +2051,101 @@ const ei = {
2051
2051
  y("button", {
2052
2052
  type: "button",
2053
2053
  class: E({ active: n.column.condition === "" }),
2054
- onClick: r[0] || (r[0] = (u) => i(""))
2054
+ onClick: s[0] || (s[0] = (u) => i(""))
2055
2055
  }, G((n.columnFilterLang && n.columnFilterLang.NoFilter) ?? "No filter"), 3),
2056
2056
  n.column.type === "string" ? (c(), v(H, { key: 0 }, [
2057
2057
  y("button", {
2058
2058
  type: "button",
2059
2059
  class: E({ active: n.column.condition === "Contains" }),
2060
- onClick: r[1] || (r[1] = (u) => i("Contains"))
2060
+ onClick: s[1] || (s[1] = (u) => i("Contains"))
2061
2061
  }, G((n.columnFilterLang && n.columnFilterLang.Contains) ?? "Contains"), 3),
2062
2062
  y("button", {
2063
2063
  type: "button",
2064
2064
  class: E({ active: n.column.condition === "NotContains" }),
2065
- onClick: r[2] || (r[2] = (u) => i("NotContains"))
2065
+ onClick: s[2] || (s[2] = (u) => i("NotContains"))
2066
2066
  }, G((n.columnFilterLang && n.columnFilterLang.NotContains) ?? "NotContains"), 3),
2067
2067
  y("button", {
2068
2068
  type: "button",
2069
2069
  class: E({ active: n.column.condition === "Equal" }),
2070
- onClick: r[3] || (r[3] = (u) => i("Equal"))
2070
+ onClick: s[3] || (s[3] = (u) => i("Equal"))
2071
2071
  }, G((n.columnFilterLang && n.columnFilterLang.Equal) ?? "Equal (=)"), 3),
2072
2072
  y("button", {
2073
2073
  type: "button",
2074
2074
  class: E({ active: n.column.condition === "NotEqual" }),
2075
- onClick: r[4] || (r[4] = (u) => i("NotEqual"))
2075
+ onClick: s[4] || (s[4] = (u) => i("NotEqual"))
2076
2076
  }, G((n.columnFilterLang && n.columnFilterLang.NotEqual) ?? "NotEqual (!=)"), 3),
2077
2077
  y("button", {
2078
2078
  type: "button",
2079
2079
  class: E({ active: n.column.condition === "StartsWith" }),
2080
- onClick: r[5] || (r[5] = (u) => i("StartsWith"))
2080
+ onClick: s[5] || (s[5] = (u) => i("StartsWith"))
2081
2081
  }, G((n.columnFilterLang && n.columnFilterLang.StartsWith) ?? "StartsWith"), 3),
2082
2082
  y("button", {
2083
2083
  type: "button",
2084
2084
  class: E({ active: n.column.condition === "EndsWith" }),
2085
- onClick: r[6] || (r[6] = (u) => i("EndsWith"))
2085
+ onClick: s[6] || (s[6] = (u) => i("EndsWith"))
2086
2086
  }, G((n.columnFilterLang && n.columnFilterLang.EndsWith) ?? "EndsWith"), 3)
2087
2087
  ], 64)) : n.column.type === "number" ? (c(), v(H, { key: 1 }, [
2088
2088
  y("button", {
2089
2089
  type: "button",
2090
2090
  class: E({ active: n.column.condition === "Equal" }),
2091
- onClick: r[7] || (r[7] = (u) => i("Equal"))
2091
+ onClick: s[7] || (s[7] = (u) => i("Equal"))
2092
2092
  }, G((n.columnFilterLang && n.columnFilterLang.Equal) ?? "Equal (=)"), 3),
2093
2093
  y("button", {
2094
2094
  type: "button",
2095
2095
  class: E({ active: n.column.condition === "NotEqual" }),
2096
- onClick: r[8] || (r[8] = (u) => i("NotEqual"))
2096
+ onClick: s[8] || (s[8] = (u) => i("NotEqual"))
2097
2097
  }, G((n.columnFilterLang && n.columnFilterLang.NotEqual) ?? "NotEqual (!=)"), 3),
2098
2098
  y("button", {
2099
2099
  type: "button",
2100
2100
  class: E({ active: n.column.condition === "GreaterThan" }),
2101
- onClick: r[9] || (r[9] = (u) => i("GreaterThan"))
2101
+ onClick: s[9] || (s[9] = (u) => i("GreaterThan"))
2102
2102
  }, G((n.columnFilterLang && n.columnFilterLang.GreaterThan) ?? "GreaterThan (>)"), 3),
2103
2103
  y("button", {
2104
2104
  type: "button",
2105
2105
  class: E({ active: n.column.condition === "GreaterThanOrEqual" }),
2106
- onClick: r[10] || (r[10] = (u) => i("GreaterThanOrEqual"))
2106
+ onClick: s[10] || (s[10] = (u) => i("GreaterThanOrEqual"))
2107
2107
  }, G((n.columnFilterLang && n.columnFilterLang.GreaterThanOrEqual) ?? "GreaterThanOrEqual (>=)"), 3),
2108
2108
  y("button", {
2109
2109
  type: "button",
2110
2110
  class: E({ active: n.column.condition === "LessThan" }),
2111
- onClick: r[11] || (r[11] = (u) => i("LessThan"))
2111
+ onClick: s[11] || (s[11] = (u) => i("LessThan"))
2112
2112
  }, G((n.columnFilterLang && n.columnFilterLang.LessThan) ?? "LessThan (<)"), 3),
2113
2113
  y("button", {
2114
2114
  type: "button",
2115
2115
  class: E({ active: n.column.condition === "LessThanOrEqual" }),
2116
- onClick: r[12] || (r[12] = (u) => i("LessThanOrEqual"))
2116
+ onClick: s[12] || (s[12] = (u) => i("LessThanOrEqual"))
2117
2117
  }, G((n.columnFilterLang && n.columnFilterLang.LessThanOrEqual) ?? "LessThanOrEqual (<=)"), 3)
2118
2118
  ], 64)) : n.column.type === "date" ? (c(), v(H, { key: 2 }, [
2119
2119
  y("button", {
2120
2120
  type: "button",
2121
2121
  class: E({ active: n.column.condition === "Equal" }),
2122
- onClick: r[13] || (r[13] = (u) => i("Equal"))
2122
+ onClick: s[13] || (s[13] = (u) => i("Equal"))
2123
2123
  }, G((n.columnFilterLang && n.columnFilterLang.Equal) ?? "Equal (=)"), 3),
2124
2124
  y("button", {
2125
2125
  type: "button",
2126
2126
  class: E({ active: n.column.condition === "NotEqual" }),
2127
- onClick: r[14] || (r[14] = (u) => i("NotEqual"))
2127
+ onClick: s[14] || (s[14] = (u) => i("NotEqual"))
2128
2128
  }, G((n.columnFilterLang && n.columnFilterLang.NotEqual) ?? "Not equal (!=)"), 3),
2129
2129
  y("button", {
2130
2130
  type: "button",
2131
2131
  class: E({ active: n.column.condition === "GreaterThan" }),
2132
- onClick: r[15] || (r[15] = (u) => i("GreaterThan"))
2132
+ onClick: s[15] || (s[15] = (u) => i("GreaterThan"))
2133
2133
  }, G((n.columnFilterLang && n.columnFilterLang.GreaterThan) ?? "GreaterThan (>)"), 3),
2134
2134
  y("button", {
2135
2135
  type: "button",
2136
2136
  class: E({ active: n.column.condition === "LessThan" }),
2137
- onClick: r[16] || (r[16] = (u) => i("LessThan"))
2137
+ onClick: s[16] || (s[16] = (u) => i("LessThan"))
2138
2138
  }, G((n.columnFilterLang && n.columnFilterLang.LessThan) ?? "LessThan (<)"), 3)
2139
2139
  ], 64)) : P("", !0),
2140
2140
  y("button", {
2141
2141
  type: "button",
2142
2142
  class: E({ active: n.column.condition === "IsNull" }),
2143
- onClick: r[17] || (r[17] = (u) => i("IsNull"))
2143
+ onClick: s[17] || (s[17] = (u) => i("IsNull"))
2144
2144
  }, G((n.columnFilterLang && n.columnFilterLang.IsNull) ?? "IsNull"), 3),
2145
2145
  y("button", {
2146
2146
  type: "button",
2147
2147
  class: E({ active: n.column.condition === "IsNotNull" }),
2148
- onClick: r[18] || (r[18] = (u) => i("IsNotNull"))
2148
+ onClick: s[18] || (s[18] = (u) => i("IsNotNull"))
2149
2149
  }, G((n.columnFilterLang && n.columnFilterLang.IsNotNull) ?? "IsNotNull"), 3)
2150
2150
  ])
2151
2151
  ]));
@@ -2216,7 +2216,7 @@ const Si = /* @__PURE__ */ Be(yi, [["render", Ci]]), zi = { key: "hdrrow" }, Li
2216
2216
  }, Ti = {
2217
2217
  key: 0,
2218
2218
  class: "bh-filter bh-relative"
2219
- }, Pi = ["onUpdate:modelValue"], _i = ["onUpdate:modelValue"], Fi = ["onUpdate:modelValue"], Ii = ["onUpdate:modelValue"], Oi = /* @__PURE__ */ y("option", { value: void 0 }, "All", -1), $i = /* @__PURE__ */ y("option", { value: !0 }, "True", -1), Ri = /* @__PURE__ */ y("option", { value: !1 }, "False", -1), Ai = [
2219
+ }, Pi = ["onUpdate:modelValue"], Fi = ["onUpdate:modelValue"], Ii = ["onUpdate:modelValue"], _i = ["onUpdate:modelValue"], Oi = /* @__PURE__ */ y("option", { value: void 0 }, "All", -1), $i = /* @__PURE__ */ y("option", { value: !0 }, "True", -1), Ri = /* @__PURE__ */ y("option", { value: !1 }, "False", -1), Ai = [
2220
2220
  Oi,
2221
2221
  $i,
2222
2222
  Ri
@@ -2244,7 +2244,7 @@ const Si = /* @__PURE__ */ Be(yi, [["render", Ci]]), zi = { key: "hdrrow" }, Li
2244
2244
  const n = q(null), o = e, t = l;
2245
2245
  return le(() => o.checkAll, () => {
2246
2246
  n.value && (n.value.indeterminate = o.checkAll !== 0 ? !o.checkAll : !1, n.value.checked = o.checkAll);
2247
- }), (a, r) => (c(), v("tr", zi, [
2247
+ }), (a, s) => (c(), v("tr", zi, [
2248
2248
  o.all.hasCheckbox ? (c(), v("th", {
2249
2249
  key: "chkall",
2250
2250
  style: U({ width: o.all.checkboxColumnWidth + " !important", minWidth: o.all.checkboxColumnWidth + " !important" }),
@@ -2259,7 +2259,7 @@ const Si = /* @__PURE__ */ Be(yi, [["render", Ci]]), zi = { key: "hdrrow" }, Li
2259
2259
  ref_key: "selectedAll",
2260
2260
  ref: n,
2261
2261
  type: "checkbox",
2262
- onClick: r[0] || (r[0] = pe((u) => {
2262
+ onClick: s[0] || (s[0] = pe((u) => {
2263
2263
  var f;
2264
2264
  return t("selectAll", (f = u == null ? void 0 : u.target) == null ? void 0 : f.checked);
2265
2265
  }, ["stop"]))
@@ -2337,7 +2337,7 @@ const Si = /* @__PURE__ */ Be(yi, [["render", Ci]]), zi = { key: "hdrrow" }, Li
2337
2337
  "onUpdate:modelValue": (h) => u.value = h,
2338
2338
  type: "text",
2339
2339
  class: "bh-form-control",
2340
- onKeyup: r[1] || (r[1] = (h) => t("filterChange"))
2340
+ onKeyup: s[1] || (s[1] = (h) => t("filterChange"))
2341
2341
  }, null, 40, Pi)), [
2342
2342
  [
2343
2343
  ft,
@@ -2351,8 +2351,8 @@ const Si = /* @__PURE__ */ Be(yi, [["render", Ci]]), zi = { key: "hdrrow" }, Li
2351
2351
  "onUpdate:modelValue": (h) => u.value = h,
2352
2352
  type: "number",
2353
2353
  class: "bh-form-control",
2354
- onKeyup: r[2] || (r[2] = (h) => t("filterChange"))
2355
- }, null, 40, _i)), [
2354
+ onKeyup: s[2] || (s[2] = (h) => t("filterChange"))
2355
+ }, null, 40, Fi)), [
2356
2356
  [
2357
2357
  ft,
2358
2358
  u.value,
@@ -2367,17 +2367,17 @@ const Si = /* @__PURE__ */ Be(yi, [["render", Ci]]), zi = { key: "hdrrow" }, Li
2367
2367
  "onUpdate:modelValue": (h) => u.value = h,
2368
2368
  type: "date",
2369
2369
  class: "bh-form-control",
2370
- onChange: r[3] || (r[3] = (h) => t("filterChange"))
2371
- }, null, 40, Fi)), [
2370
+ onChange: s[3] || (s[3] = (h) => t("filterChange"))
2371
+ }, null, 40, Ii)), [
2372
2372
  [ft, u.value]
2373
2373
  ]) : u.type === "bool" ? me((c(), v("select", {
2374
2374
  key: 3,
2375
2375
  "onUpdate:modelValue": (h) => u.value = h,
2376
2376
  class: "bh-form-control",
2377
- onChange: r[4] || (r[4] = (h) => t("filterChange")),
2378
- onClick: r[5] || (r[5] = //@ts-ignore
2377
+ onChange: s[4] || (s[4] = (h) => t("filterChange")),
2378
+ onClick: s[5] || (s[5] = //@ts-ignore
2379
2379
  (...h) => o.isOpenFilter && o.isOpenFilter(...h))
2380
- }, Ai, 40, Ii)), [
2380
+ }, Ai, 40, _i)), [
2381
2381
  [vn, u.value]
2382
2382
  ]) : P("", !0),
2383
2383
  u.type !== "bool" ? (c(), v("button", {
@@ -2391,8 +2391,8 @@ const Si = /* @__PURE__ */ Be(yi, [["render", Ci]]), zi = { key: "hdrrow" }, Li
2391
2391
  column: u,
2392
2392
  type: u.type,
2393
2393
  columnFilterLang: o.columnFilterLang,
2394
- onClose: r[6] || (r[6] = (h) => t("toggleFilterMenu", null)),
2395
- onFilterChange: r[7] || (r[7] = (h) => t("filterChange"))
2394
+ onClose: s[6] || (s[6] = (h) => t("toggleFilterMenu", null)),
2395
+ onFilterChange: s[7] || (s[7] = (h) => t("filterChange"))
2396
2396
  }, null, 8, ["column", "type", "columnFilterLang"]), [
2397
2397
  [gt, o.isOpenFilter === u.field]
2398
2398
  ])
@@ -2443,18 +2443,18 @@ const Si = /* @__PURE__ */ Be(yi, [["render", Ci]]), zi = { key: "hdrrow" }, Li
2443
2443
  d: "M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z"
2444
2444
  }, null, -1), Tr = [
2445
2445
  Mr
2446
- ], Pr = ["onClick"], _r = ["innerHTML"], Fr = {
2446
+ ], Pr = ["onClick"], Fr = ["innerHTML"], Ir = {
2447
2447
  key: 1,
2448
2448
  "aria-hidden": "true",
2449
2449
  width: "14",
2450
2450
  height: "14",
2451
2451
  viewBox: "0 0 16 16"
2452
- }, Ir = /* @__PURE__ */ y("path", {
2452
+ }, _r = /* @__PURE__ */ y("path", {
2453
2453
  fill: "currentColor",
2454
2454
  "fill-rule": "evenodd",
2455
2455
  d: "M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8L4.646 2.354a.5.5 0 0 1 0-.708z"
2456
2456
  }, null, -1), Or = [
2457
- Ir
2457
+ _r
2458
2458
  ], $r = ["innerHTML"], Rr = {
2459
2459
  key: 1,
2460
2460
  "aria-hidden": "true",
@@ -2559,23 +2559,23 @@ const Si = /* @__PURE__ */ Be(yi, [["render", Ci]]), zi = { key: "hdrrow" }, Li
2559
2559
  setup(e, { expose: l, emit: n }) {
2560
2560
  var Wt, Dt;
2561
2561
  const o = pn(), t = e;
2562
- for (const s of t.columns || []) {
2563
- const m = ((Wt = s.type) == null ? void 0 : Wt.toLowerCase()) || "string";
2564
- s.type = m, s.isUnique = s.isUnique !== void 0 ? s.isUnique : !1, s.hide = s.hide !== void 0 ? s.hide : !1, s.filter = s.filter !== void 0 ? s.filter : !0, s.search = s.search !== void 0 ? s.search : !0, s.sort = s.sort !== void 0 ? s.sort : !0, s.html = s.html !== void 0 ? s.html : !1, s.condition = !m || m === "string" ? "Contains" : "Equal";
2562
+ for (const r of t.columns || []) {
2563
+ const m = ((Wt = r.type) == null ? void 0 : Wt.toLowerCase()) || "string";
2564
+ r.type = m, r.isUnique = r.isUnique !== void 0 ? r.isUnique : !1, r.hide = r.hide !== void 0 ? r.hide : !1, r.filter = r.filter !== void 0 ? r.filter : !0, r.search = r.search !== void 0 ? r.search : !0, r.sort = r.sort !== void 0 ? r.sort : !0, r.html = r.html !== void 0 ? r.html : !1, r.condition = !m || m === "string" ? "Contains" : "Equal";
2565
2565
  }
2566
- const i = q([]), a = q(t.page), r = q(
2566
+ const i = q([]), a = q(t.page), s = q(
2567
2567
  t.pagination ? t.pageSize : (Dt = t.rows) == null ? void 0 : Dt.length
2568
- ), u = t.pageSize, f = q(t.sortColumn), h = t.sortColumn, g = q(t.sortDirection), T = t.sortDirection, F = q(t.totalRows), I = q([]), A = q(null), k = q(t.loading), D = q(t.search);
2568
+ ), u = t.pageSize, f = q(t.sortColumn), h = t.sortColumn, g = q(t.sortDirection), T = t.sortDirection, I = q(t.totalRows), _ = q([]), A = q(null), k = q(t.loading), D = q(t.search);
2569
2569
  JSON.parse(JSON.stringify(t.columns));
2570
2570
  const j = q(null), X = q(null);
2571
2571
  let N = q(0);
2572
2572
  const ee = q(230), S = q(t.leftmenuDefaultWidth), z = q(!1), B = q(null), Y = () => {
2573
2573
  if (B.value) {
2574
- const s = z.value ? t.leftmenuMinWidth : t.leftmenuDefaultWidth;
2574
+ const r = z.value ? t.leftmenuMinWidth : t.leftmenuDefaultWidth;
2575
2575
  B.value.style.cssText = `
2576
2576
  width: ${S.value}px !important;
2577
- min-width: ${s}px !important;
2578
- max-width: ${s}px !important;
2577
+ min-width: ${r}px !important;
2578
+ max-width: ${r}px !important;
2579
2579
  `;
2580
2580
  }
2581
2581
  }, ne = () => {
@@ -2584,7 +2584,7 @@ const Si = /* @__PURE__ */ Be(yi, [["render", Ci]]), zi = { key: "hdrrow" }, Li
2584
2584
  z.value = !z.value, S.value = z.value ? t.leftmenuMinWidth : t.leftmenuDefaultWidth, Y(), re("currentLeftMenuSize", S.value);
2585
2585
  };
2586
2586
  Ee(() => {
2587
- ve(), Ie(() => {
2587
+ ve(), _e(() => {
2588
2588
  Qe.value <= 0 && (Qe.value = 10), re("currentTopMenuSize", t.topmenumin || 20), t.initialLeftMenuState !== void 0 ? (z.value = t.initialLeftMenuState, S.value = z.value ? t.leftmenuMinWidth : t.leftmenuDefaultWidth) : S.value = t.leftmenuDefaultWidth, Y(), window.addEventListener("resize", ne);
2589
2589
  });
2590
2590
  });
@@ -2602,14 +2602,14 @@ const Si = /* @__PURE__ */ Be(yi, [["render", Ci]]), zi = { key: "hdrrow" }, Li
2602
2602
  clearSelectedRows() {
2603
2603
  return Hn();
2604
2604
  },
2605
- selectRow(s) {
2606
- At(s);
2605
+ selectRow(r) {
2606
+ At(r);
2607
2607
  },
2608
- unselectRow(s) {
2609
- Nt(s);
2608
+ unselectRow(r) {
2609
+ Nt(r);
2610
2610
  },
2611
- isRowSelected(s) {
2612
- return Ge(s);
2611
+ isRowSelected(r) {
2612
+ return Ge(r);
2613
2613
  },
2614
2614
  getFilteredRows() {
2615
2615
  return Ue();
@@ -2618,84 +2618,84 @@ const Si = /* @__PURE__ */ Be(yi, [["render", Ci]]), zi = { key: "hdrrow" }, Li
2618
2618
  Bn();
2619
2619
  },
2620
2620
  // Expose function to set the left menu state
2621
- setLeftMenuState(s) {
2622
- z.value = s, S.value = s ? t.leftmenuMinWidth : t.leftmenuDefaultWidth, Y();
2621
+ setLeftMenuState(r) {
2622
+ z.value = r, S.value = r ? t.leftmenuMinWidth : t.leftmenuDefaultWidth, Y();
2623
2623
  }
2624
- }), le(() => t.initialLeftMenuState, (s) => {
2625
- s !== void 0 && (z.value = s, S.value = z.value ? t.leftmenuMinWidth : t.leftmenuDefaultWidth, Y());
2624
+ }), le(() => t.initialLeftMenuState, (r) => {
2625
+ r !== void 0 && (z.value = r, S.value = z.value ? t.leftmenuMinWidth : t.leftmenuDefaultWidth, Y());
2626
2626
  }, { immediate: !0 });
2627
- const qe = (s, ...m) => s.replace(/{(\d+)}/g, (p, $) => typeof m[$] < "u" ? m[$] : p), K = Z(() => {
2628
- const s = t.columns.find((m) => m.isUnique);
2629
- return (s == null ? void 0 : s.field) || null;
2627
+ const qe = (r, ...m) => r.replace(/{(\d+)}/g, (p, $) => typeof m[$] < "u" ? m[$] : p), K = Z(() => {
2628
+ const r = t.columns.find((m) => m.isUnique);
2629
+ return (r == null ? void 0 : r.field) || null;
2630
2630
  }), de = Z(() => {
2631
- const s = r.value < 1 ? 1 : Math.ceil(F.value / r.value);
2632
- return Math.max(s || 0, 1);
2633
- }), ye = Z(() => (a.value - 1) * r.value + 1), Oe = Z(() => {
2634
- const s = a.value * r.value;
2635
- return F.value >= s ? s : F.value;
2631
+ const r = s.value < 1 ? 1 : Math.ceil(I.value / s.value);
2632
+ return Math.max(r || 0, 1);
2633
+ }), ye = Z(() => (a.value - 1) * s.value + 1), Oe = Z(() => {
2634
+ const r = a.value * s.value;
2635
+ return I.value >= r ? r : I.value;
2636
2636
  }), je = Z(() => {
2637
- let s, m;
2638
- return typeof t.showNumbersCount < "u" && t.showNumbersCount < de.value ? (s = Math.max(
2637
+ let r, m;
2638
+ return typeof t.showNumbersCount < "u" && t.showNumbersCount < de.value ? (r = Math.max(
2639
2639
  a.value - Math.floor(t.showNumbersCount / 2),
2640
2640
  1
2641
- ), m = s + t.showNumbersCount - 1, m > de.value && (m = de.value, s = m - t.showNumbersCount + 1)) : (s = 1, m = de.value), Array.from(Array(m + 1 - s).keys()).map(
2642
- (V) => s + V
2641
+ ), m = r + t.showNumbersCount - 1, m > de.value && (m = de.value, r = m - t.showNumbersCount + 1)) : (r = 1, m = de.value), Array.from(Array(m + 1 - r).keys()).map(
2642
+ (V) => r + V
2643
2643
  );
2644
2644
  }), Ue = () => {
2645
2645
  var V, R, se;
2646
- let s = t.rows || [];
2646
+ let r = t.rows || [];
2647
2647
  if (!t.isServerMode) {
2648
2648
  if ((V = t.columns) == null || V.forEach((b) => {
2649
- b.filter && (b.value !== void 0 && b.value !== null && b.value !== "" || b.condition === "IsNull" || b.condition == "IsNotNull") && (b.type === "string" ? (b.value && !b.condition && (b.condition = "Contains"), b.condition === "Contains" ? s = s.filter((_) => {
2649
+ b.filter && (b.value !== void 0 && b.value !== null && b.value !== "" || b.condition === "IsNull" || b.condition == "IsNotNull") && (b.type === "string" ? (b.value && !b.condition && (b.condition = "Contains"), b.condition === "Contains" ? r = r.filter((F) => {
2650
2650
  var J;
2651
- return (J = O(_, b.field)) == null ? void 0 : J.toString().toLowerCase().includes(b.value.toLowerCase());
2652
- }) : b.condition === "NotContains" ? s = s.filter((_) => {
2651
+ return (J = O(F, b.field)) == null ? void 0 : J.toString().toLowerCase().includes(b.value.toLowerCase());
2652
+ }) : b.condition === "NotContains" ? r = r.filter((F) => {
2653
2653
  var J;
2654
- return !((J = O(_, b.field)) != null && J.toString().toLowerCase().includes(b.value.toLowerCase()));
2655
- }) : b.condition === "Equal" ? s = s.filter((_) => {
2654
+ return !((J = O(F, b.field)) != null && J.toString().toLowerCase().includes(b.value.toLowerCase()));
2655
+ }) : b.condition === "Equal" ? r = r.filter((F) => {
2656
2656
  var J;
2657
- return ((J = O(_, b.field)) == null ? void 0 : J.toString().toLowerCase()) === b.value.toLowerCase();
2658
- }) : b.condition === "NotEqual" ? s = s.filter((_) => {
2657
+ return ((J = O(F, b.field)) == null ? void 0 : J.toString().toLowerCase()) === b.value.toLowerCase();
2658
+ }) : b.condition === "NotEqual" ? r = r.filter((F) => {
2659
2659
  var J;
2660
- return ((J = O(_, b.field)) == null ? void 0 : J.toString().toLowerCase()) !== b.value.toLowerCase();
2661
- }) : b.condition == "StartsWith" ? s = s.filter((_) => {
2660
+ return ((J = O(F, b.field)) == null ? void 0 : J.toString().toLowerCase()) !== b.value.toLowerCase();
2661
+ }) : b.condition == "StartsWith" ? r = r.filter((F) => {
2662
2662
  var J;
2663
- return ((J = O(_, b.field)) == null ? void 0 : J.toString().toLowerCase().indexOf(b.value.toLowerCase())) === 0;
2664
- }) : b.condition == "EndsWith" && (s = s.filter((_) => {
2663
+ return ((J = O(F, b.field)) == null ? void 0 : J.toString().toLowerCase().indexOf(b.value.toLowerCase())) === 0;
2664
+ }) : b.condition == "EndsWith" && (r = r.filter((F) => {
2665
2665
  var J;
2666
- return ((J = O(_, b.field)) == null ? void 0 : J.toString().toLowerCase().substr(b.value.length * -1)) === b.value.toLowerCase();
2667
- }))) : b.type === "number" ? (b.value && !b.condition && (b.condition = "Equal"), b.condition === "Equal" ? s = s.filter((_) => O(_, b.field) && parseFloat(O(_, b.field)) === parseFloat(b.value)) : b.condition === "NotEqual" ? s = s.filter((_) => O(_, b.field) && parseFloat(O(_, b.field)) !== parseFloat(b.value)) : b.condition === "GreaterThan" ? s = s.filter((_) => O(_, b.field) && parseFloat(O(_, b.field)) > parseFloat(b.value)) : b.condition === "GreaterThanOrEqual" ? s = s.filter((_) => O(_, b.field) && parseFloat(O(_, b.field)) >= parseFloat(b.value)) : b.condition === "LessThan" ? s = s.filter((_) => O(_, b.field) && parseFloat(O(_, b.field)) < parseFloat(b.value)) : b.condition === "LessThanOrEqual" && (s = s.filter((_) => O(_, b.field) && parseFloat(O(_, b.field)) <= parseFloat(b.value)))) : b.type === "date" ? (b.value && !b.condition && (b.condition = "Equal"), b.condition === "Equal" ? s = s.filter((_) => O(_, b.field) && ke(O(_, b.field)) === b.value) : b.condition === "NotEqual" ? s = s.filter((_) => O(_, b.field) && ke(O(_, b.field)) !== b.value) : b.condition === "GreaterThan" ? s = s.filter((_) => O(_, b.field) && ke(O(_, b.field)) > b.value) : b.condition === "LessThan" && (s = s.filter((_) => O(_, b.field) && ke(O(_, b.field)) < b.value))) : b.type === "bool" && (s = s.filter((_) => O(_, b.field) === b.value)), b.condition === "IsNull" ? (s = s.filter((_) => O(_, b.field) == null || O(_, b.field) == ""), b.value = "") : b.condition === "IsNotNull" && (b.value = "", s = s.filter((_) => O(_, b.field))));
2668
- }), D.value && (s != null && s.length)) {
2666
+ return ((J = O(F, b.field)) == null ? void 0 : J.toString().toLowerCase().substr(b.value.length * -1)) === b.value.toLowerCase();
2667
+ }))) : b.type === "number" ? (b.value && !b.condition && (b.condition = "Equal"), b.condition === "Equal" ? r = r.filter((F) => O(F, b.field) && parseFloat(O(F, b.field)) === parseFloat(b.value)) : b.condition === "NotEqual" ? r = r.filter((F) => O(F, b.field) && parseFloat(O(F, b.field)) !== parseFloat(b.value)) : b.condition === "GreaterThan" ? r = r.filter((F) => O(F, b.field) && parseFloat(O(F, b.field)) > parseFloat(b.value)) : b.condition === "GreaterThanOrEqual" ? r = r.filter((F) => O(F, b.field) && parseFloat(O(F, b.field)) >= parseFloat(b.value)) : b.condition === "LessThan" ? r = r.filter((F) => O(F, b.field) && parseFloat(O(F, b.field)) < parseFloat(b.value)) : b.condition === "LessThanOrEqual" && (r = r.filter((F) => O(F, b.field) && parseFloat(O(F, b.field)) <= parseFloat(b.value)))) : b.type === "date" ? (b.value && !b.condition && (b.condition = "Equal"), b.condition === "Equal" ? r = r.filter((F) => O(F, b.field) && ke(O(F, b.field)) === b.value) : b.condition === "NotEqual" ? r = r.filter((F) => O(F, b.field) && ke(O(F, b.field)) !== b.value) : b.condition === "GreaterThan" ? r = r.filter((F) => O(F, b.field) && ke(O(F, b.field)) > b.value) : b.condition === "LessThan" && (r = r.filter((F) => O(F, b.field) && ke(O(F, b.field)) < b.value))) : b.type === "bool" && (r = r.filter((F) => O(F, b.field) === b.value)), b.condition === "IsNull" ? (r = r.filter((F) => O(F, b.field) == null || O(F, b.field) == ""), b.value = "") : b.condition === "IsNotNull" && (b.value = "", r = r.filter((F) => O(F, b.field))));
2668
+ }), D.value && (r != null && r.length)) {
2669
2669
  let b = [];
2670
- const _ = (t.columns || []).filter((J) => J.search && !J.hide).map((J) => J.field);
2671
- for (var m = 0; m < (s == null ? void 0 : s.length); m++)
2672
- for (var p = 0; p < _.length; p++)
2673
- if ((R = O(s[m], _[p])) != null && R.toString().toLowerCase().includes(D.value.toLowerCase())) {
2674
- b.push(s[m]);
2670
+ const F = (t.columns || []).filter((J) => J.search && !J.hide).map((J) => J.field);
2671
+ for (var m = 0; m < (r == null ? void 0 : r.length); m++)
2672
+ for (var p = 0; p < F.length; p++)
2673
+ if ((R = O(r[m], F[p])) != null && R.toString().toLowerCase().includes(D.value.toLowerCase())) {
2674
+ b.push(r[m]);
2675
2675
  break;
2676
2676
  }
2677
- s = b;
2677
+ r = b;
2678
2678
  }
2679
2679
  var $ = new Intl.Collator(void 0, {
2680
2680
  numeric: ((se = t.columns.find((b) => b.field == f.value)) == null ? void 0 : se.type) === "number",
2681
2681
  sensitivity: "base"
2682
2682
  });
2683
2683
  const Gn = g.value === "desc" ? -1 : 1;
2684
- s.sort((b, _) => {
2684
+ r.sort((b, F) => {
2685
2685
  var Ht, Bt;
2686
- const J = (Ht = f.value) == null ? void 0 : Ht.split(".").reduce((Ce, dt) => Ce == null ? void 0 : Ce[dt], b), Qn = (Bt = f.value) == null ? void 0 : Bt.split(".").reduce((Ce, dt) => Ce == null ? void 0 : Ce[dt], _);
2686
+ const J = (Ht = f.value) == null ? void 0 : Ht.split(".").reduce((Ce, dt) => Ce == null ? void 0 : Ce[dt], b), Qn = (Bt = f.value) == null ? void 0 : Bt.split(".").reduce((Ce, dt) => Ce == null ? void 0 : Ce[dt], F);
2687
2687
  return $.compare(J, Qn) * Gn;
2688
2688
  });
2689
2689
  }
2690
- return s;
2690
+ return r;
2691
2691
  }, ce = q([]), ve = () => {
2692
- let s = [], m = Ue();
2693
- t.isServerMode ? (F.value = t.totalRows || 0, s = m) : (F.value = (m == null ? void 0 : m.length) || 0, s = m.slice(ye.value - 1, Oe.value)), t.hasSubtable && s.forEach(function(p) {
2692
+ let r = [], m = Ue();
2693
+ t.isServerMode ? (I.value = t.totalRows || 0, r = m) : (I.value = (m == null ? void 0 : m.length) || 0, r = m.slice(ye.value - 1, Oe.value)), t.hasSubtable && r.forEach(function(p) {
2694
2694
  p.isExpanded != null && (ce.value.find((V) => V.id == p.id) || ce.value.push({
2695
2695
  id: p.id,
2696
2696
  isExpanded: p.isExpanded
2697
2697
  }));
2698
- }), i.value = s || [];
2698
+ }), i.value = r || [];
2699
2699
  };
2700
2700
  le(
2701
2701
  () => t.loading,
@@ -2703,14 +2703,14 @@ const Si = /* @__PURE__ */ Be(yi, [["render", Ci]]), zi = { key: "hdrrow" }, Li
2703
2703
  k.value = t.loading;
2704
2704
  }
2705
2705
  );
2706
- const Me = (s) => {
2707
- s ? j.value === s.field ? j.value = null : j.value = s.field : j.value = null;
2706
+ const Me = (r) => {
2707
+ r ? j.value === r.field ? j.value = null : j.value = r.field : j.value = null;
2708
2708
  }, Ve = () => {
2709
2709
  if (a.value == 1)
2710
2710
  return !1;
2711
2711
  a.value--;
2712
- }, Te = (s) => {
2713
- a.value = s;
2712
+ }, Te = (r) => {
2713
+ a.value = r;
2714
2714
  }, ae = () => {
2715
2715
  if (a.value >= de.value)
2716
2716
  return !1;
@@ -2721,29 +2721,29 @@ const Si = /* @__PURE__ */ Be(yi, [["render", Ci]]), zi = { key: "hdrrow" }, Li
2721
2721
  }), le(() => t.rows, () => {
2722
2722
  t.isServerMode || (a.value = 1), M(!1), ve();
2723
2723
  });
2724
- const w = (s) => {
2725
- r.value = s;
2724
+ const w = (r) => {
2725
+ s.value = r;
2726
2726
  };
2727
- le(() => r.value, () => {
2728
- M(!1), t.isServerMode ? a.value === 1 ? ge("pagesize", !0) : a.value = 1 : (a.value = 1, ve(), re("pageSizeChange", r.value));
2727
+ le(() => s.value, () => {
2728
+ M(!1), t.isServerMode ? a.value === 1 ? ge("pagesize", !0) : a.value = 1 : (a.value = 1, ve(), re("pageSizeChange", s.value));
2729
2729
  });
2730
- const x = (s) => {
2730
+ const x = (r) => {
2731
2731
  let m = "asc";
2732
- s == f.value && g.value === "asc" && (m = "desc");
2733
- let p = (a.value - 1) * r.value, $ = r.value;
2734
- f.value = s, g.value = m, M(!1), ve(), t.isServerMode ? ge("sort") : re("sortChange", { offset: p, limit: $, field: s, direction: m });
2735
- }, C = (s) => {
2736
- A.value = s.length && i.value.length && s.length === i.value.length;
2732
+ r == f.value && g.value === "asc" && (m = "desc");
2733
+ let p = (a.value - 1) * s.value, $ = s.value;
2734
+ f.value = r, g.value = m, M(!1), ve(), t.isServerMode ? ge("sort") : re("sortChange", { offset: p, limit: $, field: r, direction: m });
2735
+ }, C = (r) => {
2736
+ A.value = r.length && i.value.length && r.length === i.value.length;
2737
2737
  const m = i.value.filter(
2738
- (p, $) => I.value.includes(K.value ? p[K.value] : $)
2738
+ (p, $) => _.value.includes(K.value ? p[K.value] : $)
2739
2739
  );
2740
2740
  re("rowSelect", m);
2741
2741
  };
2742
- le(() => I.value, C);
2743
- const M = (s) => {
2744
- s ? I.value = i.value.map(
2742
+ le(() => _.value, C);
2743
+ const M = (r) => {
2744
+ r ? _.value = i.value.map(
2745
2745
  (m, p) => K.value ? m[K.value] : p
2746
- ) : I.value = [];
2746
+ ) : _.value = [];
2747
2747
  }, W = () => {
2748
2748
  M(!1), t.isServerMode ? a.value === 1 ? ge("filter", !0) : a.value = 1 : (a.value = 1, ve(), re("filterChange", t.columns));
2749
2749
  }, ie = () => {
@@ -2755,80 +2755,80 @@ const Si = /* @__PURE__ */ Be(yi, [["render", Ci]]), zi = { key: "hdrrow" }, Li
2755
2755
  D.value = t.search, ie();
2756
2756
  }
2757
2757
  );
2758
- const O = (s, m) => m == null ? void 0 : m.split(".").reduce((p, $) => p == null ? void 0 : p[$], s), ke = (s) => {
2758
+ const O = (r, m) => m == null ? void 0 : m.split(".").reduce((p, $) => p == null ? void 0 : p[$], r), ke = (r) => {
2759
2759
  try {
2760
- if (!s)
2760
+ if (!r)
2761
2761
  return "";
2762
- const m = new Date(s), p = m.getDate(), $ = m.getMonth() + 1;
2762
+ const m = new Date(r), p = m.getDate(), $ = m.getMonth() + 1;
2763
2763
  return m.getFullYear() + "-" + ($ > 9 ? $ : "0" + $) + "-" + (p > 9 ? p : "0" + p);
2764
2764
  } catch {
2765
2765
  }
2766
2766
  return "";
2767
- }, Pe = (s, m) => {
2767
+ }, Pe = (r, m) => {
2768
2768
  N.value++, N.value === 1 ? X.value = setTimeout(() => {
2769
- N.value = 0, t.selectRowOnClick && (Ge(m) ? Nt(m) : At(m), C(I.value)), re("rowClick", s);
2770
- }, ee.value) : N.value === 2 && (clearTimeout(X.value), N.value = 0, re("rowDBClick", s));
2771
- }, ge = (s, m = !1) => {
2769
+ N.value = 0, t.selectRowOnClick && (Ge(m) ? Nt(m) : At(m), C(_.value)), re("rowClick", r);
2770
+ }, ee.value) : N.value === 2 && (clearTimeout(X.value), N.value = 0, re("rowDBClick", r));
2771
+ }, ge = (r, m = !1) => {
2772
2772
  if (t.isServerMode) {
2773
2773
  An();
2774
2774
  const p = {
2775
2775
  current_page: m ? 1 : a.value,
2776
- pagesize: r.value,
2777
- offset: (a.value - 1) * r.value,
2776
+ pagesize: s.value,
2777
+ offset: (a.value - 1) * s.value,
2778
2778
  sort_column: f.value,
2779
2779
  sort_direction: g.value,
2780
2780
  search: D.value,
2781
2781
  column_filters: t.columns,
2782
- change_type: s
2782
+ change_type: r
2783
2783
  };
2784
2784
  re("change", p);
2785
2785
  }
2786
2786
  }, An = () => {
2787
- for (let s = 0; s < t.columns.length; s++) {
2788
- let m = t.columns[s];
2787
+ for (let r = 0; r < t.columns.length; r++) {
2788
+ let m = t.columns[r];
2789
2789
  m.filter && (m.value !== void 0 && m.value !== null && m.value !== "" || m.condition === "IsNull" || m.condition === "IsNotNull") && (m.type === "string" && m.value && !m.condition && (m.condition = "Contains"), m.type === "number" && m.value && !m.condition && (m.condition = "Equal"), m.type === "date" && m.value && !m.condition && (m.condition = "Equal"));
2790
2790
  }
2791
2791
  }, Nn = () => {
2792
2792
  M(!1);
2793
- for (let s = 0; s < t.columns.length; s++)
2794
- t.columns[s].value = "";
2795
- D.value = "", r.value = u, f.value = h, g.value = T, t.isServerMode ? a.value === 1 ? ge("reset", !0) : a.value = 1 : (a.value = 1, ve());
2793
+ for (let r = 0; r < t.columns.length; r++)
2794
+ t.columns[r].value = "";
2795
+ D.value = "", s.value = u, f.value = h, g.value = T, t.isServerMode ? a.value === 1 ? ge("reset", !0) : a.value = 1 : (a.value = 1, ve());
2796
2796
  }, Wn = () => i.value.filter(
2797
- (m, p) => I.value.includes(K.value ? m[K.value] : p)
2797
+ (m, p) => _.value.includes(K.value ? m[K.value] : p)
2798
2798
  ), Dn = () => t.columns, Hn = () => {
2799
- I.value = [];
2800
- }, At = (s) => {
2801
- if (!Ge(s)) {
2802
- const m = i.value.find((p, $) => $ === s);
2803
- I.value.push(
2804
- K.value ? m[K.value] : s
2799
+ _.value = [];
2800
+ }, At = (r) => {
2801
+ if (!Ge(r)) {
2802
+ const m = i.value.find((p, $) => $ === r);
2803
+ _.value.push(
2804
+ K.value ? m[K.value] : r
2805
2805
  );
2806
2806
  }
2807
- }, Nt = (s) => {
2808
- if (Ge(s)) {
2809
- const m = i.value.find((p, $) => $ === s);
2810
- I.value = I.value.filter(
2811
- (p) => p !== (K.value ? m[K.value] : s)
2807
+ }, Nt = (r) => {
2808
+ if (Ge(r)) {
2809
+ const m = i.value.find((p, $) => $ === r);
2810
+ _.value = _.value.filter(
2811
+ (p) => p !== (K.value ? m[K.value] : r)
2812
2812
  );
2813
2813
  }
2814
- }, Ge = (s) => {
2815
- const m = i.value.find((p, $) => $ === s);
2816
- return m ? I.value.includes(
2817
- K.value ? m[K.value] : s
2814
+ }, Ge = (r) => {
2815
+ const m = i.value.find((p, $) => $ === r);
2816
+ return m ? _.value.includes(
2817
+ K.value ? m[K.value] : r
2818
2818
  ) : !1;
2819
2819
  }, Bn = () => {
2820
- ce.value.forEach((s) => {
2821
- s.isExpanded = !1;
2820
+ ce.value.forEach((r) => {
2821
+ r.isExpanded = !1;
2822
2822
  });
2823
2823
  };
2824
2824
  let fe = 0;
2825
2825
  t.hasCheckbox && fe++, t.hasSubtable && fe++, t.hasRightPanel && fe++;
2826
2826
  const qn = q(0), jn = setInterval(function() {
2827
2827
  qn.value++;
2828
- }, 2200), Qe = q(t.topmenusize), ct = q(null), Un = dl(ct).height, Vn = (s) => {
2829
- if (!s || !s.panes || !s.panes.length) return;
2830
- const m = s.panes[0].size;
2831
- Qe.value = m, Ie(() => {
2828
+ }, 2200), Qe = q(t.topmenusize), ct = q(null), Un = dl(ct).height, Vn = (r) => {
2829
+ if (!r || !r.panes || !r.panes.length) return;
2830
+ const m = r.panes[0].size;
2831
+ Qe.value = m, _e(() => {
2832
2832
  var V;
2833
2833
  const p = (V = ct.value) == null ? void 0 : V.$el, $ = p ? p.offsetHeight : 0;
2834
2834
  re("currentTopMenuSize", $);
@@ -2836,7 +2836,7 @@ const Si = /* @__PURE__ */ Be(yi, [["render", Ci]]), zi = { key: "hdrrow" }, Li
2836
2836
  };
2837
2837
  return tt(() => {
2838
2838
  clearInterval(jn), window.removeEventListener("resize", ne);
2839
- }), (s, m) => (c(), v("div", Di, [
2839
+ }), (r, m) => (c(), v("div", Di, [
2840
2840
  te(Q(Yt), {
2841
2841
  class: "default-theme",
2842
2842
  style: U({ height: t.height })
@@ -2845,7 +2845,7 @@ const Si = /* @__PURE__ */ Be(yi, [["render", Ci]]), zi = { key: "hdrrow" }, Li
2845
2845
  te(Q(pt), null, {
2846
2846
  default: ze(() => [
2847
2847
  y("div", Hi, [
2848
- s.enableleftmenu ? (c(), v("div", {
2848
+ r.enableleftmenu ? (c(), v("div", {
2849
2849
  key: 0,
2850
2850
  ref_key: "leftmenuel",
2851
2851
  ref: B,
@@ -2858,7 +2858,7 @@ const Si = /* @__PURE__ */ Be(yi, [["render", Ci]]), zi = { key: "hdrrow" }, Li
2858
2858
  maxWidth: (z.value ? t.leftmenuMinWidth : t.leftmenuDefaultWidth) + "px"
2859
2859
  })
2860
2860
  }, [
2861
- oe(s.$slots, "tableleftmenu", {}, () => [
2861
+ oe(r.$slots, "tableleftmenu", {}, () => [
2862
2862
  Bi
2863
2863
  ]),
2864
2864
  y("div", qi, [
@@ -2878,7 +2878,7 @@ const Si = /* @__PURE__ */ Be(yi, [["render", Ci]]), zi = { key: "hdrrow" }, Li
2878
2878
  ])
2879
2879
  ], 4)) : P("", !0),
2880
2880
  y("div", Vi, [
2881
- s.enabletopmenu ? (c(), he(Q(Yt), {
2881
+ r.enabletopmenu ? (c(), he(Q(Yt), {
2882
2882
  key: 0,
2883
2883
  class: "default-theme",
2884
2884
  horizontal: "horizontal",
@@ -2886,35 +2886,35 @@ const Si = /* @__PURE__ */ Be(yi, [["render", Ci]]), zi = { key: "hdrrow" }, Li
2886
2886
  "push-other-panes": ""
2887
2887
  }, {
2888
2888
  default: ze(() => [
2889
- s.enabletopmenu ? (c(), he(Q(pt), {
2889
+ r.enabletopmenu ? (c(), he(Q(pt), {
2890
2890
  key: 0,
2891
2891
  ref_key: "topmenuel",
2892
2892
  ref: ct,
2893
2893
  size: Qe.value || 10,
2894
- "max-size": s.topmenumax || 100,
2895
- style: U({ "min-height": s.topmenumin + "px" })
2894
+ "max-size": r.topmenumax || 100,
2895
+ style: U({ "min-height": r.topmenumin + "px" })
2896
2896
  }, {
2897
2897
  default: ze(() => [
2898
- oe(s.$slots, "tabletopmenu", {}, () => [
2898
+ oe(r.$slots, "tabletopmenu", {}, () => [
2899
2899
  Gi
2900
2900
  ])
2901
2901
  ]),
2902
2902
  _: 3
2903
2903
  }, 8, ["size", "max-size", "style"])) : P("", !0),
2904
2904
  te(Q(pt), {
2905
- style: U({ "padding-right": s.tableRightOffset + "px", "padding-left": s.tableLeftOffset + "px" })
2905
+ style: U({ "padding-right": r.tableRightOffset + "px", "padding-left": r.tableLeftOffset + "px" })
2906
2906
  }, {
2907
2907
  default: ze(() => [
2908
- s.enableHeaderArea ? (c(), v("div", {
2908
+ r.enableHeaderArea ? (c(), v("div", {
2909
2909
  key: 0,
2910
2910
  class: "bh-w-full bh-overflow-auto",
2911
- style: U({ height: s.headerAreaHeight, "margin-bottom": "10px" })
2911
+ style: U({ height: r.headerAreaHeight, "margin-bottom": "10px" })
2912
2912
  }, [
2913
- oe(s.$slots, "tableHeaderArea", {}, () => [
2913
+ oe(r.$slots, "tableHeaderArea", {}, () => [
2914
2914
  Qi
2915
2915
  ])
2916
2916
  ], 4)) : P("", !0),
2917
- oe(s.$slots, "tableactionheader", {}, () => [
2917
+ oe(r.$slots, "tableactionheader", {}, () => [
2918
2918
  Ki
2919
2919
  ]),
2920
2920
  y("div", {
@@ -2922,7 +2922,7 @@ const Si = /* @__PURE__ */ Be(yi, [["render", Ci]]), zi = { key: "hdrrow" }, Li
2922
2922
  }, [
2923
2923
  te(Q(Xt), {
2924
2924
  style: U({
2925
- height: t.stickyHeader && Number(t.height.replace("px", "")) - (s.footerOffset + Q(Un)) + "px"
2925
+ height: t.stickyHeader && Number(t.height.replace("px", "")) - (r.footerOffset + Q(Un)) + "px"
2926
2926
  }),
2927
2927
  autoHide: t.scrollbarautohide,
2928
2928
  fixedThumb: t.scrollbarfixedthumb,
@@ -2963,10 +2963,10 @@ const Si = /* @__PURE__ */ Be(yi, [["render", Ci]]), zi = { key: "hdrrow" }, Li
2963
2963
  return c(), v(H, {
2964
2964
  key: p[K.value] ? p[K.value] : $
2965
2965
  }, [
2966
- F.value ? (c(), v("tr", {
2966
+ I.value ? (c(), v("tr", {
2967
2967
  key: 0,
2968
2968
  class: E([
2969
- typeof t.rowClass == "function" ? s.rowClass(p) : t.rowClass,
2969
+ typeof t.rowClass == "function" ? r.rowClass(p) : t.rowClass,
2970
2970
  t.selectRowOnClick ? "bh-cursor-pointer" : ""
2971
2971
  ]),
2972
2972
  onClick: pe((R) => Pe(p, $), ["prevent"])
@@ -2980,13 +2980,13 @@ const Si = /* @__PURE__ */ Be(yi, [["render", Ci]]), zi = { key: "hdrrow" }, Li
2980
2980
  }, [
2981
2981
  y("div", Yi, [
2982
2982
  me(y("input", {
2983
- "onUpdate:modelValue": m[0] || (m[0] = (R) => I.value = R),
2983
+ "onUpdate:modelValue": m[0] || (m[0] = (R) => _.value = R),
2984
2984
  type: "checkbox",
2985
2985
  value: p[K.value] ? p[K.value] : $,
2986
2986
  onClick: m[1] || (m[1] = pe(() => {
2987
2987
  }, ["stop"]))
2988
2988
  }, null, 8, Ji), [
2989
- [jt, I.value]
2989
+ [jt, _.value]
2990
2990
  ]),
2991
2991
  y("div", null, [
2992
2992
  te(Et, { class: "check" })
@@ -3021,13 +3021,13 @@ const Si = /* @__PURE__ */ Be(yi, [["render", Ci]]), zi = { key: "hdrrow" }, Li
3021
3021
  R.hide ? P("", !0) : (c(), v("td", {
3022
3022
  key: R.field,
3023
3023
  class: E([
3024
- typeof t.cellClass == "function" ? s.cellClass(p) : t.cellClass,
3024
+ typeof t.cellClass == "function" ? r.cellClass(p) : t.cellClass,
3025
3025
  se === 0 && t.stickyFirstColumn ? "bh-sticky bh-left-0 bh-bg-blue-light" : "",
3026
3026
  t.hasCheckbox && se === 0 && t.stickyFirstColumn ? "bh-left-[52px]" : "",
3027
3027
  R.cellClass ? R.cellClass : ""
3028
3028
  ])
3029
3029
  }, [
3030
- Q(o)[R.field] ? oe(s.$slots, R.field, {
3030
+ Q(o)[R.field] ? oe(r.$slots, R.field, {
3031
3031
  key: 0,
3032
3032
  value: p
3033
3033
  }) : R.cellRenderer ? (c(), v("div", {
@@ -3042,7 +3042,7 @@ const Si = /* @__PURE__ */ Be(yi, [["render", Ci]]), zi = { key: "hdrrow" }, Li
3042
3042
  (V = ce.value.find((R) => R.id == (p._rowIndex !== void 0 ? p._rowIndex : p.id || $))) != null && V.isExpanded && t.hasSubtable ? (c(), v("tr", {
3043
3043
  key: 1,
3044
3044
  class: E([
3045
- typeof t.rowClass == "function" ? s.rowClass(p) : t.rowClass,
3045
+ typeof t.rowClass == "function" ? r.rowClass(p) : t.rowClass,
3046
3046
  t.selectRowOnClick ? "bh-cursor-pointer" : ""
3047
3047
  ]),
3048
3048
  onClick: pe((R) => Pe(p, $), ["prevent"])
@@ -3050,7 +3050,7 @@ const Si = /* @__PURE__ */ Be(yi, [["render", Ci]]), zi = { key: "hdrrow" }, Li
3050
3050
  y("td", {
3051
3051
  colspan: t.columns.length + Q(fe)
3052
3052
  }, [
3053
- oe(s.$slots, "tsub", {
3053
+ oe(r.$slots, "tsub", {
3054
3054
  rowData: p,
3055
3055
  rowIndex: $,
3056
3056
  filterItems: i.value
@@ -3059,7 +3059,7 @@ const Si = /* @__PURE__ */ Be(yi, [["render", Ci]]), zi = { key: "hdrrow" }, Li
3059
3059
  ], 10, er)) : P("", !0)
3060
3060
  ], 64);
3061
3061
  }), 128)),
3062
- !F.value && k.value && s.skeletonloader ? (c(!0), v(H, { key: 0 }, ue(t.pageSize, (p) => (c(), v("tr", {
3062
+ !I.value && k.value && r.skeletonloader ? (c(!0), v(H, { key: 0 }, ue(t.pageSize, (p) => (c(), v("tr", {
3063
3063
  key: p,
3064
3064
  class: "!bh-bg-white bh-h-11 !bh-border-transparent"
3065
3065
  }, [
@@ -3068,7 +3068,7 @@ const Si = /* @__PURE__ */ Be(yi, [["render", Ci]]), zi = { key: "hdrrow" }, Li
3068
3068
  class: "!bh-p-0 !bh-border-transparent"
3069
3069
  }, or, 8, nr)
3070
3070
  ]))), 128)) : P("", !0),
3071
- F.value ? (c(!0), v(H, { key: 1 }, ue(t.footerRows, (p, $) => (c(), v("tr", {
3071
+ I.value ? (c(!0), v(H, { key: 1 }, ue(t.footerRows, (p, $) => (c(), v("tr", {
3072
3072
  key: p[K.value] ? p[K.value] : $,
3073
3073
  class: "sticky-table-footer"
3074
3074
  }, [
@@ -3080,7 +3080,7 @@ const Si = /* @__PURE__ */ Be(yi, [["render", Ci]]), zi = { key: "hdrrow" }, Li
3080
3080
  V.hide ? P("", !0) : (c(), v("td", {
3081
3081
  key: V.field,
3082
3082
  class: E([
3083
- typeof t.cellClass == "function" ? s.cellClass(p) : t.cellClass,
3083
+ typeof t.cellClass == "function" ? r.cellClass(p) : t.cellClass,
3084
3084
  R === 0 && t.stickyFirstColumn ? "bh-sticky bh-left-0 bh-bg-blue-light" : "",
3085
3085
  t.hasCheckbox && R === 0 && t.stickyFirstColumn ? "bh-left-[52px]" : "",
3086
3086
  V.cellClass ? V.cellClass : ""
@@ -3113,24 +3113,24 @@ const Si = /* @__PURE__ */ Be(yi, [["render", Ci]]), zi = { key: "hdrrow" }, Li
3113
3113
  }, null, 8, ["currentSortColumn", "currentSortDirection", "isOpenFilter", "checkAll"])
3114
3114
  ], 2)) : P("", !0)
3115
3115
  ], 2),
3116
- k.value && s.enableloadinganimation ? (c(), v("div", {
3116
+ k.value && r.enableloadinganimation ? (c(), v("div", {
3117
3117
  key: 0,
3118
3118
  class: "bh-absolute bh-inset-0 bh-bg-blue-light/50 bh-grid bh-place-content-center dt-center-loading",
3119
3119
  style: U({
3120
3120
  height: Number(t.height.replace("px", "")) - 175 + "px"
3121
3121
  })
3122
3122
  }, [
3123
- oe(s.$slots, "loadercontent")
3123
+ oe(r.$slots, "loadercontent")
3124
3124
  ], 4)) : P("", !0)
3125
3125
  ], 6),
3126
- !F.value && !k.value ? (c(), v("div", {
3126
+ !I.value && !k.value ? (c(), v("div", {
3127
3127
  key: 0,
3128
3128
  class: "nodatacontent",
3129
3129
  style: U({
3130
3130
  height: Number(t.height.replace("px", "")) - 175 + "px"
3131
3131
  })
3132
3132
  }, [
3133
- oe(s.$slots, "nodatacontent", {}, () => [
3133
+ oe(r.$slots, "nodatacontent", {}, () => [
3134
3134
  y("span", null, G(t.noDataContent), 1)
3135
3135
  ])
3136
3136
  ], 4)) : P("", !0)
@@ -3144,27 +3144,27 @@ const Si = /* @__PURE__ */ Be(yi, [["render", Ci]]), zi = { key: "hdrrow" }, Li
3144
3144
  ]),
3145
3145
  _: 3
3146
3146
  })) : P("", !0),
3147
- s.enabletopmenu ? P("", !0) : (c(), v("div", {
3147
+ r.enabletopmenu ? P("", !0) : (c(), v("div", {
3148
3148
  key: 1,
3149
- class: "bh-w-full bh-h-full default-theme splitpanes__pane",
3150
- style: U({ "padding-right": s.tableRightOffset + "px", "padding-left": s.tableLeftOffset + "px" })
3149
+ class: "bh-w-full bh-h-full",
3150
+ style: U({ "padding-right": r.tableRightOffset + "px", "padding-left": r.tableLeftOffset + "px" })
3151
3151
  }, [
3152
- s.enableHeaderArea ? (c(), v("div", {
3152
+ r.enableHeaderArea ? (c(), v("div", {
3153
3153
  key: 0,
3154
3154
  class: "bh-w-full bh-overflow-auto",
3155
- style: U({ height: s.headerAreaHeight, "margin-bottom": "10px" })
3155
+ style: U({ height: r.headerAreaHeight, "margin-bottom": "10px" })
3156
3156
  }, [
3157
- oe(s.$slots, "tableHeaderArea", {}, () => [
3157
+ oe(r.$slots, "tableHeaderArea", {}, () => [
3158
3158
  rr
3159
3159
  ])
3160
3160
  ], 4)) : P("", !0),
3161
- oe(s.$slots, "tableactionheader"),
3161
+ oe(r.$slots, "tableactionheader"),
3162
3162
  y("div", {
3163
3163
  class: E(t.scrollbarstyle)
3164
3164
  }, [
3165
3165
  te(Q(Xt), {
3166
3166
  style: U({
3167
- height: t.height
3167
+ height: t.stickyHeader ? Number(t.height.replace("px", "")) - r.footerOffset + "px" : t.height
3168
3168
  }),
3169
3169
  autoHide: t.scrollbarautohide,
3170
3170
  fixedThumb: t.scrollbarfixedthumb,
@@ -3205,10 +3205,10 @@ const Si = /* @__PURE__ */ Be(yi, [["render", Ci]]), zi = { key: "hdrrow" }, Li
3205
3205
  return c(), v(H, {
3206
3206
  key: p[K.value] ? p[K.value] : $
3207
3207
  }, [
3208
- F.value ? (c(), v("tr", {
3208
+ I.value ? (c(), v("tr", {
3209
3209
  key: 0,
3210
3210
  class: E([
3211
- typeof t.rowClass == "function" ? s.rowClass(p) : t.rowClass,
3211
+ typeof t.rowClass == "function" ? r.rowClass(p) : t.rowClass,
3212
3212
  t.selectRowOnClick ? "bh-cursor-pointer" : ""
3213
3213
  ]),
3214
3214
  onClick: pe((R) => Pe(p, $), ["prevent"])
@@ -3222,13 +3222,13 @@ const Si = /* @__PURE__ */ Be(yi, [["render", Ci]]), zi = { key: "hdrrow" }, Li
3222
3222
  }, [
3223
3223
  y("div", ar, [
3224
3224
  me(y("input", {
3225
- "onUpdate:modelValue": m[3] || (m[3] = (R) => I.value = R),
3225
+ "onUpdate:modelValue": m[3] || (m[3] = (R) => _.value = R),
3226
3226
  type: "checkbox",
3227
3227
  value: p[K.value] ? p[K.value] : $,
3228
3228
  onClick: m[4] || (m[4] = pe(() => {
3229
3229
  }, ["stop"]))
3230
3230
  }, null, 8, ur), [
3231
- [jt, I.value]
3231
+ [jt, _.value]
3232
3232
  ]),
3233
3233
  y("div", null, [
3234
3234
  te(Et, { class: "check" })
@@ -3263,13 +3263,13 @@ const Si = /* @__PURE__ */ Be(yi, [["render", Ci]]), zi = { key: "hdrrow" }, Li
3263
3263
  R.hide ? P("", !0) : (c(), v("td", {
3264
3264
  key: R.field,
3265
3265
  class: E([
3266
- typeof t.cellClass == "function" ? s.cellClass(p) : t.cellClass,
3266
+ typeof t.cellClass == "function" ? r.cellClass(p) : t.cellClass,
3267
3267
  se === 0 && t.stickyFirstColumn ? "bh-sticky bh-left-0 bh-bg-blue-light" : "",
3268
3268
  t.hasCheckbox && se === 0 && t.stickyFirstColumn ? "bh-left-[52px]" : "",
3269
3269
  R.cellClass ? R.cellClass : ""
3270
3270
  ])
3271
3271
  }, [
3272
- Q(o)[R.field] ? oe(s.$slots, R.field, {
3272
+ Q(o)[R.field] ? oe(r.$slots, R.field, {
3273
3273
  key: 0,
3274
3274
  value: p
3275
3275
  }) : R.cellRenderer ? (c(), v("div", {
@@ -3284,7 +3284,7 @@ const Si = /* @__PURE__ */ Be(yi, [["render", Ci]]), zi = { key: "hdrrow" }, Li
3284
3284
  (V = ce.value.find((R) => R.id == (p._rowIndex !== void 0 ? p._rowIndex : p.id || $))) != null && V.isExpanded && t.hasSubtable ? (c(), v("tr", {
3285
3285
  key: 1,
3286
3286
  class: E([
3287
- typeof t.rowClass == "function" ? s.rowClass(p) : t.rowClass,
3287
+ typeof t.rowClass == "function" ? r.rowClass(p) : t.rowClass,
3288
3288
  t.selectRowOnClick ? "bh-cursor-pointer" : ""
3289
3289
  ]),
3290
3290
  onClick: pe((R) => Pe(p, $), ["prevent"])
@@ -3302,7 +3302,7 @@ const Si = /* @__PURE__ */ Be(yi, [["render", Ci]]), zi = { key: "hdrrow" }, Li
3302
3302
  border: "1px solid var(--fade-grey)"
3303
3303
  })
3304
3304
  }, [
3305
- oe(s.$slots, "tsub", {
3305
+ oe(r.$slots, "tsub", {
3306
3306
  rowData: p,
3307
3307
  rowIndex: $,
3308
3308
  filterItems: i.value
@@ -3312,7 +3312,7 @@ const Si = /* @__PURE__ */ Be(yi, [["render", Ci]]), zi = { key: "hdrrow" }, Li
3312
3312
  ], 10, dr)) : P("", !0)
3313
3313
  ], 64);
3314
3314
  }), 128)),
3315
- !F.value && k.value && s.skeletonloader ? (c(!0), v(H, { key: 0 }, ue(t.pageSize, (p) => (c(), v("tr", {
3315
+ !I.value && k.value && r.skeletonloader ? (c(!0), v(H, { key: 0 }, ue(t.pageSize, (p) => (c(), v("tr", {
3316
3316
  key: p,
3317
3317
  class: "!bh-bg-white bh-h-11 !bh-border-transparent"
3318
3318
  }, [
@@ -3321,7 +3321,7 @@ const Si = /* @__PURE__ */ Be(yi, [["render", Ci]]), zi = { key: "hdrrow" }, Li
3321
3321
  class: "!bh-p-0 !bh-border-transparent"
3322
3322
  }, vr, 8, hr)
3323
3323
  ]))), 128)) : P("", !0),
3324
- F.value ? (c(!0), v(H, { key: 1 }, ue(t.footerRows, (p, $) => (c(), v("tr", {
3324
+ I.value ? (c(!0), v(H, { key: 1 }, ue(t.footerRows, (p, $) => (c(), v("tr", {
3325
3325
  key: p[K.value] ? p[K.value] : $,
3326
3326
  class: "sticky-table-footer"
3327
3327
  }, [
@@ -3333,7 +3333,7 @@ const Si = /* @__PURE__ */ Be(yi, [["render", Ci]]), zi = { key: "hdrrow" }, Li
3333
3333
  V.hide ? P("", !0) : (c(), v("td", {
3334
3334
  key: V.field,
3335
3335
  class: E([
3336
- typeof t.cellClass == "function" ? s.cellClass(p) : t.cellClass,
3336
+ typeof t.cellClass == "function" ? r.cellClass(p) : t.cellClass,
3337
3337
  R === 0 && t.stickyFirstColumn ? "bh-sticky bh-left-0 bh-bg-blue-light" : "",
3338
3338
  t.hasCheckbox && R === 0 && t.stickyFirstColumn ? "bh-left-[52px]" : "",
3339
3339
  V.cellClass ? V.cellClass : ""
@@ -3366,24 +3366,24 @@ const Si = /* @__PURE__ */ Be(yi, [["render", Ci]]), zi = { key: "hdrrow" }, Li
3366
3366
  }, null, 8, ["currentSortColumn", "currentSortDirection", "isOpenFilter", "checkAll"])
3367
3367
  ], 2)) : P("", !0)
3368
3368
  ], 2),
3369
- k.value && s.enableloadinganimation ? (c(), v("div", {
3369
+ k.value && r.enableloadinganimation ? (c(), v("div", {
3370
3370
  key: 0,
3371
3371
  class: "bh-absolute bh-inset-0 bh-bg-blue-light/50 bh-grid bh-place-content-center dt-center-loading",
3372
3372
  style: U({
3373
3373
  height: Number(t.height.replace("px", "")) - 175 + "px"
3374
3374
  })
3375
3375
  }, [
3376
- oe(s.$slots, "loadercontent")
3376
+ oe(r.$slots, "loadercontent")
3377
3377
  ], 4)) : P("", !0)
3378
3378
  ], 6),
3379
- !F.value && !k.value ? (c(), v("div", {
3379
+ !I.value && !k.value ? (c(), v("div", {
3380
3380
  key: 0,
3381
3381
  class: "nodatacontent",
3382
3382
  style: U({
3383
3383
  height: Number(t.height.replace("px", "")) - 175 + "px"
3384
3384
  })
3385
3385
  }, [
3386
- oe(s.$slots, "nodatacontent", {}, () => [
3386
+ oe(r.$slots, "nodatacontent", {}, () => [
3387
3387
  y("span", null, G(t.noDataContent), 1)
3388
3388
  ])
3389
3389
  ], 4)) : P("", !0)
@@ -3400,7 +3400,7 @@ const Si = /* @__PURE__ */ Be(yi, [["render", Ci]]), zi = { key: "hdrrow" }, Li
3400
3400
  ]),
3401
3401
  _: 3
3402
3402
  }, 8, ["style"]),
3403
- t.pagination && F.value ? (c(), v("div", {
3403
+ t.pagination && I.value ? (c(), v("div", {
3404
3404
  key: 0,
3405
3405
  class: E(["bh-pagination", {
3406
3406
  "bh-pointer-events-none": k.value,
@@ -3408,28 +3408,28 @@ const Si = /* @__PURE__ */ Be(yi, [["render", Ci]]), zi = { key: "hdrrow" }, Li
3408
3408
  }])
3409
3409
  }, [
3410
3410
  y("div", gr, [
3411
- s.enablefooterpagination ? oe(s.$slots, "footerpageinfo", {
3411
+ r.enablefooterpagination ? oe(r.$slots, "footerpageinfo", {
3412
3412
  key: 0,
3413
- paginationInfo: s.paginationInfo,
3414
- filterRowCount: F.value,
3413
+ paginationInfo: r.paginationInfo,
3414
+ filterRowCount: I.value,
3415
3415
  offset: ye.value,
3416
3416
  limit: Oe.value,
3417
- showPageSize: s.showPageSize,
3418
- pageSizeOptions: s.pageSizeOptions,
3419
- currentPageSize: r.value,
3417
+ showPageSize: r.showPageSize,
3418
+ pageSizeOptions: r.pageSizeOptions,
3419
+ currentPageSize: s.value,
3420
3420
  stringFormat: qe,
3421
3421
  setPageSize: w
3422
3422
  }, () => [
3423
3423
  y("div", br, [
3424
3424
  y("span", yr, G(qe(
3425
3425
  t.paginationInfo,
3426
- F.value ? ye.value : 0,
3426
+ I.value ? ye.value : 0,
3427
3427
  Oe.value,
3428
- F.value
3428
+ I.value
3429
3429
  )), 1),
3430
3430
  t.showPageSize ? me((c(), v("select", {
3431
3431
  key: 0,
3432
- "onUpdate:modelValue": m[6] || (m[6] = (p) => r.value = p),
3432
+ "onUpdate:modelValue": m[6] || (m[6] = (p) => s.value = p),
3433
3433
  class: "bh-pagesize"
3434
3434
  }, [
3435
3435
  (c(!0), v(H, null, ue(t.pageSizeOptions, (p) => (c(), v("option", {
@@ -3437,11 +3437,11 @@ const Si = /* @__PURE__ */ Be(yi, [["render", Ci]]), zi = { key: "hdrrow" }, Li
3437
3437
  key: p
3438
3438
  }, G(p), 9, wr))), 128))
3439
3439
  ], 512)), [
3440
- [vn, r.value]
3440
+ [vn, s.value]
3441
3441
  ]) : P("", !0)
3442
3442
  ])
3443
3443
  ]) : P("", !0),
3444
- s.enablefooterpagination ? oe(s.$slots, "footerpagination", {
3444
+ r.enablefooterpagination ? oe(r.$slots, "footerpagination", {
3445
3445
  key: 1,
3446
3446
  currentPage: a.value,
3447
3447
  maxPage: de.value,
@@ -3489,7 +3489,7 @@ const Si = /* @__PURE__ */ Be(yi, [["render", Ci]]), zi = { key: "hdrrow" }, Li
3489
3489
  t.nextArrow ? (c(), v("span", {
3490
3490
  key: 0,
3491
3491
  innerHTML: t.nextArrow
3492
- }, null, 8, _r)) : (c(), v("svg", Fr, Or))
3492
+ }, null, 8, Fr)) : (c(), v("svg", Ir, Or))
3493
3493
  ], 2),
3494
3494
  t.showLastPage ? (c(), v("button", {
3495
3495
  key: 2,