@stonecrop/desktop 0.4.1 → 0.4.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/desktop.js CHANGED
@@ -1,5 +1,5 @@
1
- import { defineComponent as Y, ref as b, onMounted as ge, openBlock as x, createElementBlock as O, normalizeClass as de, createElementVNode as I, Fragment as fe, renderList as pe, toDisplayString as q, createCommentVNode as K, withDirectives as Te, vShow as It, watch as D, computed as P, getCurrentScope as Re, onScopeDispose as Be, unref as k, toRef as ae, readonly as Sn, customRef as On, createBlock as ue, resolveDynamicComponent as Ct, mergeProps as Dt, effectScope as At, markRaw as W, inject as Vt, toRaw as $e, hasInjectionContext as Nn, getCurrentInstance as Ue, reactive as Pn, isRef as G, isReactive as Se, nextTick as he, toRefs as nt, useTemplateRef as We, normalizeStyle as z, renderSlot as oe, createVNode as ot, withCtx as rt, createTextVNode as In, onBeforeUnmount as $o, resolveComponent as ko, withKeys as ze, vModelText as xo } from "vue";
2
- const So = { class: "action-menu-icon" }, Oo = ["onclick"], No = { key: 1 }, Po = ["onClick"], Io = { class: "dropdown-container" }, Co = { class: "dropdown" }, Do = ["onclick"], Ao = ["href"], Vo = { class: "dropdown-item" }, To = /* @__PURE__ */ Y({
1
+ import { defineComponent as Y, ref as b, onMounted as ge, openBlock as x, createElementBlock as O, normalizeClass as de, createElementVNode as C, Fragment as fe, renderList as pe, toDisplayString as q, createCommentVNode as K, withDirectives as Te, vShow as Ct, watch as D, computed as P, getCurrentScope as Re, onScopeDispose as Be, unref as k, toRef as ae, readonly as Sn, customRef as On, createBlock as ue, resolveDynamicComponent as It, mergeProps as Dt, effectScope as At, markRaw as W, inject as Vt, toRaw as $e, hasInjectionContext as Nn, getCurrentInstance as Ue, reactive as Pn, isRef as G, isReactive as Se, nextTick as he, toRefs as nt, useTemplateRef as We, normalizeStyle as z, renderSlot as oe, createVNode as ot, withCtx as rt, createTextVNode as Cn, onBeforeUnmount as $o, resolveComponent as ko, withKeys as ze, vModelText as xo } from "vue";
2
+ const So = { class: "action-menu-icon" }, Oo = ["onclick"], No = { key: 1 }, Po = ["onClick"], Co = { class: "dropdown-container" }, Io = { class: "dropdown" }, Do = ["onclick"], Ao = ["href"], Vo = { class: "dropdown-item" }, To = /* @__PURE__ */ Y({
3
3
  __name: "ActionSet",
4
4
  props: {
5
5
  elements: {}
@@ -27,12 +27,12 @@ const So = { class: "action-menu-icon" }, Oo = ["onclick"], No = { key: 1 }, Po
27
27
  onMouseover: a,
28
28
  onMouseleave: c
29
29
  }, [
30
- I("div", So, [
31
- I("div", {
30
+ C("div", So, [
31
+ C("div", {
32
32
  id: "chevron",
33
33
  onClick: d[0] || (d[0] = (f) => s.value = !s.value)
34
34
  }, d[1] || (d[1] = [
35
- I("svg", {
35
+ C("svg", {
36
36
  class: "leftBar",
37
37
  version: "1.1",
38
38
  id: "Layer_1",
@@ -45,9 +45,9 @@ const So = { class: "action-menu-icon" }, Oo = ["onclick"], No = { key: 1 }, Po
45
45
  width: "50",
46
46
  height: "50"
47
47
  }, [
48
- I("polygon", { points: "54.2,33.4 29.2,58.8 25,54.6 50,29.2 " })
48
+ C("polygon", { points: "54.2,33.4 29.2,58.8 25,54.6 50,29.2 " })
49
49
  ], -1),
50
- I("svg", {
50
+ C("svg", {
51
51
  class: "rightBar",
52
52
  version: "1.1",
53
53
  id: "Layer_1",
@@ -60,11 +60,11 @@ const So = { class: "action-menu-icon" }, Oo = ["onclick"], No = { key: 1 }, Po
60
60
  width: "50",
61
61
  height: "50"
62
62
  }, [
63
- I("polygon", { points: "70.8,58.8 45.8,33.4 50,29.2 75,54.6 " })
63
+ C("polygon", { points: "70.8,58.8 45.8,33.4 50,29.2 75,54.6 " })
64
64
  ], -1)
65
65
  ]))
66
66
  ]),
67
- d[2] || (d[2] = I("div", { style: { "margin-right": "30px" } }, null, -1)),
67
+ d[2] || (d[2] = C("div", { style: { "margin-right": "30px" } }, null, -1)),
68
68
  (x(!0), O(fe, null, pe(t.value, (f, g) => (x(), O("div", {
69
69
  class: "action-element",
70
70
  key: f.label
@@ -75,12 +75,12 @@ const So = { class: "action-menu-icon" }, Oo = ["onclick"], No = { key: 1 }, Po
75
75
  class: "button-default"
76
76
  }, q(f.label), 9, Oo)) : K("", !0),
77
77
  f.type == "dropdown" ? (x(), O("div", No, [
78
- I("button", {
78
+ C("button", {
79
79
  class: "button-default",
80
80
  onClick: (h) => l(g)
81
81
  }, q(f.label), 9, Po),
82
- Te(I("div", Io, [
83
- I("div", Co, [
82
+ Te(C("div", Co, [
83
+ C("div", Io, [
84
84
  (x(!0), O(fe, null, pe(f.actions, (h) => (x(), O("div", {
85
85
  key: h.label
86
86
  }, [
@@ -92,12 +92,12 @@ const So = { class: "action-menu-icon" }, Oo = ["onclick"], No = { key: 1 }, Po
92
92
  key: 1,
93
93
  href: h.link
94
94
  }, [
95
- I("button", Vo, q(h.label), 1)
95
+ C("button", Vo, q(h.label), 1)
96
96
  ], 8, Ao)) : K("", !0)
97
97
  ]))), 128))
98
98
  ])
99
99
  ], 512), [
100
- [It, f.show]
100
+ [Ct, f.show]
101
101
  ])
102
102
  ])) : K("", !0)
103
103
  ]))), 128))
@@ -118,7 +118,7 @@ const Ro = /* @__PURE__ */ Tt(Mo, [["render", Lo]]), Bo = (e, t) => {
118
118
  n[o] = r;
119
119
  return n;
120
120
  };
121
- function Cn(e) {
121
+ function In(e) {
122
122
  return Re() ? (Be(e), !0) : !1;
123
123
  }
124
124
  function Ae(e) {
@@ -165,7 +165,7 @@ function Go(...e) {
165
165
  ), l = () => {
166
166
  c(), i();
167
167
  };
168
- return Cn(l), l;
168
+ return In(l), l;
169
169
  }
170
170
  function dt(e) {
171
171
  return typeof Window < "u" && e instanceof Window ? e.document.documentElement : typeof Document < "u" && e instanceof Document ? e.documentElement : e;
@@ -213,7 +213,7 @@ function Xo(e, t = !1) {
213
213
  const a = dt(Ae(e));
214
214
  !a || !n.value || (Kt && (o == null || o()), a.style.overflow = r, ft.delete(a), n.value = !1);
215
215
  };
216
- return Cn(i), P({
216
+ return In(i), P({
217
217
  get() {
218
218
  return n.value;
219
219
  },
@@ -262,7 +262,7 @@ const qo = { class: "aform" }, Ko = /* @__PURE__ */ Y({
262
262
  }
263
263
  });
264
264
  return (i, a) => (x(), O("form", qo, [
265
- (x(!0), O(fe, null, pe(i.modelValue, (c, l) => (x(), ue(Ct(c.component), Dt({
265
+ (x(!0), O(fe, null, pe(i.modelValue, (c, l) => (x(), ue(It(c.component), Dt({
266
266
  key: l,
267
267
  schema: c,
268
268
  modelValue: s.value[l].value,
@@ -1146,7 +1146,7 @@ const Pr = process.env.NODE_ENV !== "production" ? Symbol("pinia:skipHydration")
1146
1146
  /* istanbul ignore next */
1147
1147
  Symbol()
1148
1148
  );
1149
- function Ir(e) {
1149
+ function Cr(e) {
1150
1150
  return !me(e) || !e.hasOwnProperty(Pr);
1151
1151
  }
1152
1152
  const { assign: R } = Object;
@@ -1243,7 +1243,7 @@ function xt(e, t, n = {}, o, r, s) {
1243
1243
  return le instanceof Promise ? le.then((V) => (ye(A, V), V)).catch((V) => (ye(X, V), Promise.reject(V))) : (ye(A, le), le);
1244
1244
  };
1245
1245
  return v[nn] = !0, v[ht] = p, v;
1246
- }, C = /* @__PURE__ */ W({
1246
+ }, I = /* @__PURE__ */ W({
1247
1247
  actions: {},
1248
1248
  getters: {},
1249
1249
  state: [],
@@ -1268,7 +1268,7 @@ function xt(e, t, n = {}, o, r, s) {
1268
1268
  $dispose: ie
1269
1269
  }, m = Pn(process.env.NODE_ENV !== "production" || process.env.NODE_ENV !== "production" && process.env.NODE_ENV !== "test" && re ? R(
1270
1270
  {
1271
- _hmrPayload: C,
1271
+ _hmrPayload: I,
1272
1272
  _customProperties: W(/* @__PURE__ */ new Set())
1273
1273
  // devtools custom properties
1274
1274
  },
@@ -1281,11 +1281,11 @@ function xt(e, t, n = {}, o, r, s) {
1281
1281
  for (const y in E) {
1282
1282
  const p = E[y];
1283
1283
  if (G(p) && !on(p) || Se(p))
1284
- process.env.NODE_ENV !== "production" && r ? Je(w.value, y, ae(E, y)) : s || (h && Ir(p) && (G(p) ? p.value = h[y] : kt(p, h[y])), o.state.value[e][y] = p), process.env.NODE_ENV !== "production" && C.state.push(y);
1284
+ process.env.NODE_ENV !== "production" && r ? Je(w.value, y, ae(E, y)) : s || (h && Cr(p) && (G(p) ? p.value = h[y] : kt(p, h[y])), o.state.value[e][y] = p), process.env.NODE_ENV !== "production" && I.state.push(y);
1285
1285
  else if (typeof p == "function") {
1286
1286
  const v = process.env.NODE_ENV !== "production" && r ? p : M(p, y);
1287
- E[y] = v, process.env.NODE_ENV !== "production" && (C.actions[y] = p), a.actions[y] = p;
1288
- } else process.env.NODE_ENV !== "production" && on(p) && (C.getters[y] = s ? (
1287
+ E[y] = v, process.env.NODE_ENV !== "production" && (I.actions[y] = p), a.actions[y] = p;
1288
+ } else process.env.NODE_ENV !== "production" && on(p) && (I.getters[y] = s ? (
1289
1289
  // @ts-expect-error
1290
1290
  n.getters[y]
1291
1291
  ) : p, re && (E._getters || // @ts-expect-error: same
@@ -1361,7 +1361,7 @@ Found in store "${m.$id}".`), h && s && n.hydrate && n.hydrate(m.$state, h), l =
1361
1361
  }
1362
1362
  /*! #__NO_SIDE_EFFECTS__ */
1363
1363
  // @__NO_SIDE_EFFECTS__
1364
- function Cr(e, t, n) {
1364
+ function Ir(e, t, n) {
1365
1365
  let o, r;
1366
1366
  const s = typeof t == "function";
1367
1367
  o = e, r = s ? n : t;
@@ -1391,7 +1391,7 @@ This will fail in production.`);
1391
1391
  }
1392
1392
  return i.$id = o, i;
1393
1393
  }
1394
- const Dr = /* @__PURE__ */ Cr("data", () => {
1394
+ const Dr = /* @__PURE__ */ Ir("data", () => {
1395
1395
  const e = b([]), t = b({});
1396
1396
  return { records: e, record: t };
1397
1397
  });
@@ -1884,11 +1884,11 @@ function Ps(e) {
1884
1884
  return r.type;
1885
1885
  })));
1886
1886
  }
1887
- var ao = /* @__PURE__ */ new Set(), Is = 0, Wt = function(e, t) {
1888
- this.id = Is++, ao.add(this), this.name = e, this.options = Rt(t), this.method = Ps(this.options), this._iL = !1, this._onML = null, this._addEL = {
1887
+ var ao = /* @__PURE__ */ new Set(), Cs = 0, Wt = function(e, t) {
1888
+ this.id = Cs++, ao.add(this), this.name = e, this.options = Rt(t), this.method = Ps(this.options), this._iL = !1, this._onML = null, this._addEL = {
1889
1889
  message: [],
1890
1890
  internal: []
1891
- }, this._uMP = /* @__PURE__ */ new Set(), this._befC = [], this._prepP = null, Cs(this);
1891
+ }, this._uMP = /* @__PURE__ */ new Set(), this._befC = [], this._prepP = null, Is(this);
1892
1892
  };
1893
1893
  Wt._pubkey = !0;
1894
1894
  Wt.prototype = {
@@ -1961,7 +1961,7 @@ function ln(e, t, n) {
1961
1961
  }), i;
1962
1962
  });
1963
1963
  }
1964
- function Cs(e) {
1964
+ function Is(e) {
1965
1965
  var t = e.method.create(e.name, e.options);
1966
1966
  Vr(t) ? (e._prepP = t, t.then(function(n) {
1967
1967
  e._state = n;
@@ -2296,8 +2296,8 @@ function yt(e, t) {
2296
2296
  * (c) 2024 Eduardo San Martin Morote
2297
2297
  * @license MIT
2298
2298
  */
2299
- let Ie;
2300
- const at = (e) => Ie = e, zs = process.env.NODE_ENV !== "production" ? Symbol("pinia") : (
2299
+ let Ce;
2300
+ const at = (e) => Ce = e, zs = process.env.NODE_ENV !== "production" ? Symbol("pinia") : (
2301
2301
  /* istanbul ignore next */
2302
2302
  Symbol()
2303
2303
  );
@@ -2308,7 +2308,7 @@ var Ve;
2308
2308
  (function(e) {
2309
2309
  e.direct = "direct", e.patchObject = "patch object", e.patchFunction = "patch function";
2310
2310
  })(Ve || (Ve = {}));
2311
- const Ce = typeof window < "u";
2311
+ const Ie = typeof window < "u";
2312
2312
  function po(e, t) {
2313
2313
  for (const n in t) {
2314
2314
  const o = t[n];
@@ -2446,7 +2446,7 @@ function Ot(e, t, n = {}, o, r, s) {
2446
2446
  return V instanceof Promise ? V.then((L) => (we(X, L), L)).catch((L) => (we(Oe, L), Promise.reject(L))) : (we(X, V), V);
2447
2447
  };
2448
2448
  return $[mn] = !0, $[wt] = v, $;
2449
- }, C = /* @__PURE__ */ W({
2449
+ }, I = /* @__PURE__ */ W({
2450
2450
  actions: {},
2451
2451
  getters: {},
2452
2452
  state: [],
@@ -2469,9 +2469,9 @@ function Ot(e, t, n = {}, o, r, s) {
2469
2469
  return $;
2470
2470
  },
2471
2471
  $dispose: ie
2472
- }, m = Pn(process.env.NODE_ENV !== "production" || process.env.NODE_ENV !== "production" && process.env.NODE_ENV !== "test" && Ce ? B(
2472
+ }, m = Pn(process.env.NODE_ENV !== "production" || process.env.NODE_ENV !== "production" && process.env.NODE_ENV !== "test" && Ie ? B(
2473
2473
  {
2474
- _hmrPayload: C,
2474
+ _hmrPayload: I,
2475
2475
  _customProperties: W(/* @__PURE__ */ new Set())
2476
2476
  // devtools custom properties
2477
2477
  },
@@ -2484,14 +2484,14 @@ function Ot(e, t, n = {}, o, r, s) {
2484
2484
  for (const p in y) {
2485
2485
  const v = y[p];
2486
2486
  if (G(v) && !vn(v) || Se(v))
2487
- process.env.NODE_ENV !== "production" && r ? Ge(w.value, p, ae(y, p)) : s || (h && Ys(v) && (G(v) ? v.value = h[p] : St(v, h[p])), o.state.value[e][p] = v), process.env.NODE_ENV !== "production" && C.state.push(p);
2487
+ process.env.NODE_ENV !== "production" && r ? Ge(w.value, p, ae(y, p)) : s || (h && Ys(v) && (G(v) ? v.value = h[p] : St(v, h[p])), o.state.value[e][p] = v), process.env.NODE_ENV !== "production" && I.state.push(p);
2488
2488
  else if (typeof v == "function") {
2489
2489
  const $ = process.env.NODE_ENV !== "production" && r ? v : M(v, p);
2490
- y[p] = $, process.env.NODE_ENV !== "production" && (C.actions[p] = v), a.actions[p] = v;
2491
- } else process.env.NODE_ENV !== "production" && vn(v) && (C.getters[p] = s ? (
2490
+ y[p] = $, process.env.NODE_ENV !== "production" && (I.actions[p] = v), a.actions[p] = v;
2491
+ } else process.env.NODE_ENV !== "production" && vn(v) && (I.getters[p] = s ? (
2492
2492
  // @ts-expect-error
2493
2493
  n.getters[p]
2494
- ) : v, Ce && (y._getters || // @ts-expect-error: same
2494
+ ) : v, Ie && (y._getters || // @ts-expect-error: same
2495
2495
  (y._getters = W([]))).push(p));
2496
2496
  }
2497
2497
  if (B(m, y), B($e(m), y), Object.defineProperty(m, "$state", {
@@ -2531,7 +2531,7 @@ function Ot(e, t, n = {}, o, r, s) {
2531
2531
  }), Object.keys(m._hmrPayload.actions).forEach((v) => {
2532
2532
  v in p._hmrPayload.actions || yt(m, v);
2533
2533
  }), m._hmrPayload = p._hmrPayload, m._getters = p._getters, m._hotUpdating = !1;
2534
- })), process.env.NODE_ENV !== "production" && process.env.NODE_ENV !== "test" && Ce) {
2534
+ })), process.env.NODE_ENV !== "production" && process.env.NODE_ENV !== "test" && Ie) {
2535
2535
  const p = {
2536
2536
  writable: !0,
2537
2537
  configurable: !0,
@@ -2543,7 +2543,7 @@ function Ot(e, t, n = {}, o, r, s) {
2543
2543
  });
2544
2544
  }
2545
2545
  return o._p.forEach((p) => {
2546
- if (process.env.NODE_ENV !== "production" && process.env.NODE_ENV !== "test" && Ce) {
2546
+ if (process.env.NODE_ENV !== "production" && process.env.NODE_ENV !== "test" && Ie) {
2547
2547
  const v = i.run(() => p({
2548
2548
  store: m,
2549
2549
  app: o._a,
@@ -2575,17 +2575,17 @@ function Xs(e, t, n) {
2575
2575
  const l = Nn();
2576
2576
  if (a = // in test mode, ignore the argument provided as we can always retrieve a
2577
2577
  // pinia instance with getActivePinia()
2578
- (process.env.NODE_ENV === "test" && Ie && Ie._testing ? null : a) || (l ? Vt(zs, null) : null), a && at(a), process.env.NODE_ENV !== "production" && !Ie)
2578
+ (process.env.NODE_ENV === "test" && Ce && Ce._testing ? null : a) || (l ? Vt(zs, null) : null), a && at(a), process.env.NODE_ENV !== "production" && !Ce)
2579
2579
  throw new Error(`[🍍]: "getActivePinia()" was called but there was no active Pinia. Are you trying to use a store before calling "app.use(pinia)"?
2580
2580
  See https://pinia.vuejs.org/core-concepts/outside-component-usage.html for help.
2581
2581
  This will fail in production.`);
2582
- a = Ie, a._s.has(o) || (s ? Ot(o, t, r, a) : gn(o, r, a), process.env.NODE_ENV !== "production" && (i._pinia = a));
2582
+ a = Ce, a._s.has(o) || (s ? Ot(o, t, r, a) : gn(o, r, a), process.env.NODE_ENV !== "production" && (i._pinia = a));
2583
2583
  const u = a._s.get(o);
2584
2584
  if (process.env.NODE_ENV !== "production" && c) {
2585
2585
  const d = "__hot:" + o, f = s ? Ot(d, t, r, a, !0) : gn(d, B({}, r), a, !0);
2586
2586
  c._hotUpdate(f), delete a.state.value[d], a._s.delete(d);
2587
2587
  }
2588
- if (process.env.NODE_ENV !== "production" && Ce) {
2588
+ if (process.env.NODE_ENV !== "production" && Ie) {
2589
2589
  const d = Ue();
2590
2590
  if (d && d.proxy && // avoid adding stores that are just built for hot module replacement
2591
2591
  !c) {
@@ -3169,8 +3169,8 @@ const _a = (e) => {
3169
3169
  };
3170
3170
  }), h = () => {
3171
3171
  const { left: S, bottom: N, width: ie, height: M } = bo(o);
3172
- a.mask, a.modalComponent && e.store.$patch((C) => {
3173
- C.modal.visible = !0, C.modal.colIndex = e.colIndex, C.modal.rowIndex = e.rowIndex, C.modal.left = S, C.modal.bottom = N, C.modal.width = ie, C.modal.height = M, typeof a.modalComponent == "function" ? C.modal.component = a.modalComponent({ table: C.table, row: c, column: a }) : C.modal.component = a.modalComponent, C.modal.componentProps = a.modalComponentExtraProps;
3172
+ a.mask, a.modalComponent && e.store.$patch((I) => {
3173
+ I.modal.visible = !0, I.modal.colIndex = e.colIndex, I.modal.rowIndex = e.rowIndex, I.modal.left = S, I.modal.bottom = N, I.modal.width = ie, I.modal.height = M, typeof a.modalComponent == "function" ? I.modal.component = a.modalComponent({ table: I.table, row: c, column: a }) : I.modal.component = a.modalComponent, I.modal.componentProps = a.modalComponentExtraProps;
3174
3174
  });
3175
3175
  };
3176
3176
  if (e.addNavigation) {
@@ -3213,7 +3213,7 @@ const _a = (e) => {
3213
3213
  onClick: h,
3214
3214
  class: de(["atable-cell", S.pinned ? "sticky-column" : ""])
3215
3215
  }, [
3216
- k(a).cellComponent ? (x(), ue(Ct(k(a).cellComponent), Dt({
3216
+ k(a).cellComponent ? (x(), ue(It(k(a).cellComponent), Dt({
3217
3217
  key: 0,
3218
3218
  value: d.value
3219
3219
  }, k(a).cellComponentProps), null, 16, ["value"])) : f.value ? (x(), O("span", {
@@ -3263,7 +3263,7 @@ const _a = (e) => {
3263
3263
  ]) : K("", !0),
3264
3264
  oe(r.$slots, "default")
3265
3265
  ], 8, Oa)), [
3266
- [It, n.value]
3266
+ [Ct, n.value]
3267
3267
  ]);
3268
3268
  }
3269
3269
  }), _o = qt ? window : void 0;
@@ -3375,12 +3375,12 @@ function Eo(e) {
3375
3375
  return !n || n.tagName === "BODY" ? !1 : Eo(n);
3376
3376
  }
3377
3377
  }
3378
- function Ia(e) {
3378
+ function Ca(e) {
3379
3379
  const t = e || window.event, n = t.target;
3380
3380
  return Eo(n) ? !1 : t.touches.length > 1 ? !0 : (t.preventDefault && t.preventDefault(), !1);
3381
3381
  }
3382
3382
  const _t = /* @__PURE__ */ new WeakMap();
3383
- function Ca(e, t = !1) {
3383
+ function Ia(e, t = !1) {
3384
3384
  const n = b(t);
3385
3385
  let o = null, r = "";
3386
3386
  D(va(e), (a) => {
@@ -3401,7 +3401,7 @@ function Ca(e, t = !1) {
3401
3401
  a,
3402
3402
  "touchmove",
3403
3403
  (c) => {
3404
- Ia(c);
3404
+ Ca(c);
3405
3405
  },
3406
3406
  { passive: !1 }
3407
3407
  )), a.style.overflow = "hidden", n.value = !0);
@@ -3425,7 +3425,7 @@ function Da() {
3425
3425
  if (t.value = o.value, e)
3426
3426
  return;
3427
3427
  e = !0;
3428
- const r = Ca(n, o.value);
3428
+ const r = Ia(n, o.value);
3429
3429
  D(t, (s) => r.value = s);
3430
3430
  };
3431
3431
  }
@@ -3444,7 +3444,7 @@ const Aa = {
3444
3444
  },
3445
3445
  setup(e) {
3446
3446
  return (t, n) => t.columns.length ? (x(), O("thead", Aa, [
3447
- I("tr", Va, [
3447
+ C("tr", Va, [
3448
3448
  t.store.zeroColumn ? (x(), O("th", {
3449
3449
  key: 0,
3450
3450
  id: "header-index",
@@ -3461,7 +3461,7 @@ const Aa = {
3461
3461
  class: de(o.pinned ? "sticky-column" : "")
3462
3462
  }, [
3463
3463
  oe(t.$slots, "default", {}, () => [
3464
- In(q(o.label || String.fromCharCode(r + 97).toUpperCase()), 1)
3464
+ Cn(q(o.label || String.fromCharCode(r + 97).toUpperCase()), 1)
3465
3465
  ])
3466
3466
  ], 6))), 128))
3467
3467
  ])
@@ -3546,7 +3546,7 @@ const Aa = {
3546
3546
  for (let E = s.value.length - 1; E >= 0; E--)
3547
3547
  c.value[E].parent === m && (c.value[E].open = !c.value[E].open, c.value[E].childrenOpen && M(E));
3548
3548
  } else i.value.view === "list-expansion" && (c.value[m].expanded = !c.value[m].expanded);
3549
- }, C = (m, E) => {
3549
+ }, I = (m, E) => {
3550
3550
  const y = h(m, E);
3551
3551
  return ne(m, E, y);
3552
3552
  }, ne = (m, E, y) => {
@@ -3572,7 +3572,7 @@ const Aa = {
3572
3572
  m.target instanceof Node && (E = l.value.parent) != null && E.contains(m.target) || l.value.visible && (l.value.visible = !1);
3573
3573
  },
3574
3574
  getCellData: h,
3575
- getCellDisplayValue: C,
3575
+ getCellDisplayValue: I,
3576
3576
  getFormattedValue: ne,
3577
3577
  getHeaderCellStyle: S,
3578
3578
  getIndent: (m, E) => E && m === 0 && E > 0 ? `${E}ch` : "inherit",
@@ -3646,7 +3646,7 @@ const Aa = {
3646
3646
  store: k(i)
3647
3647
  }, null, 8, ["columns", "store"])
3648
3648
  ], !0),
3649
- I("tbody", null, [
3649
+ C("tbody", null, [
3650
3650
  oe(l.$slots, "body", { data: k(i) }, () => [
3651
3651
  (x(!0), O(fe, null, pe(k(i).rows, (d, f) => (x(), ue(Na, {
3652
3652
  key: d.id,
@@ -3680,7 +3680,7 @@ const Aa = {
3680
3680
  oe(l.$slots, "modal", { data: k(i) }, () => [
3681
3681
  Te(ot(ja, { store: k(i) }, {
3682
3682
  default: rt(() => [
3683
- (x(), ue(Ct(k(i).modal.component), Dt({
3683
+ (x(), ue(It(k(i).modal.component), Dt({
3684
3684
  key: `${k(i).modal.rowIndex}:${k(i).modal.colIndex}`,
3685
3685
  colIndex: k(i).modal.colIndex,
3686
3686
  rowIndex: k(i).modal.rowIndex,
@@ -3689,7 +3689,7 @@ const Aa = {
3689
3689
  ]),
3690
3690
  _: 1
3691
3691
  }, 8, ["store"]), [
3692
- [It, k(i).modal.visible]
3692
+ [Ct, k(i).modal.visible]
3693
3693
  ])
3694
3694
  ], !0)
3695
3695
  ], 4)), [
@@ -3743,19 +3743,19 @@ const Aa = {
3743
3743
  return (d, f) => {
3744
3744
  const g = ko("router-link");
3745
3745
  return x(), O("footer", null, [
3746
- I("ul", Wa, [
3747
- I("li", {
3746
+ C("ul", Wa, [
3747
+ C("li", {
3748
3748
  class: "hidebreadcrumbs",
3749
3749
  onClick: i,
3750
3750
  onKeydown: ze(i, ["enter"])
3751
3751
  }, [
3752
- I("a", Ha, [
3753
- I("div", {
3752
+ C("a", Ha, [
3753
+ C("div", {
3754
3754
  class: de(s.value)
3755
3755
  }, "×", 2)
3756
3756
  ])
3757
3757
  ], 32),
3758
- I("li", {
3758
+ C("li", {
3759
3759
  class: "hometab",
3760
3760
  onClick: u,
3761
3761
  onKeydown: ze(u, ["enter"]),
@@ -3767,8 +3767,8 @@ const Aa = {
3767
3767
  }, {
3768
3768
  default: rt(() => [
3769
3769
  (x(), O("svg", Fa, f[5] || (f[5] = [
3770
- I("g", null, [
3771
- I("path", {
3770
+ C("g", null, [
3771
+ C("path", {
3772
3772
  style: { fill: "#010002" },
3773
3773
  d: `M351.191,401.923H72.901c-4.487,0-8.129-3.633-8.129-8.129V242.262l-56.664-0.114
3774
3774
  c-3.284-0.008-6.243-1.992-7.495-5.023c-1.252-3.04-0.553-6.527,1.764-8.852L206.104,24.546c1.853-1.845,4.503-2.666,7.047-2.276
@@ -3786,19 +3786,19 @@ const Aa = {
3786
3786
  _: 1
3787
3787
  })
3788
3788
  ], 36),
3789
- I("li", {
3789
+ C("li", {
3790
3790
  class: "searchtab",
3791
3791
  onClick: a,
3792
3792
  onKeydown: ze(a, ["enter"]),
3793
3793
  style: z({ display: t.value ? "block" : "none" })
3794
3794
  }, [
3795
- I("a", za, [
3796
- I("span", {
3795
+ C("a", za, [
3796
+ C("span", {
3797
3797
  style: z({ display: n.value ? "none" : "block" })
3798
3798
  }, [
3799
3799
  (x(), O("svg", Ja, f[6] || (f[6] = [
3800
- I("g", { transform: "matrix(-0.08088215,0,0,0.08088215,9.8016177,3.1263021e-6)" }, [
3801
- I("path", {
3800
+ C("g", { transform: "matrix(-0.08088215,0,0,0.08088215,9.8016177,3.1263021e-6)" }, [
3801
+ C("path", {
3802
3802
  d: "M 93.148438,80.832031 C 109.5,57.742188 104.03125,25.769531 80.941406,9.421875 57.851562,-6.925781 25.878906,-1.460938 9.53125,21.632812 -6.816406,44.722656 -1.351562,76.691406 21.742188,93.039062 38.222656,104.70703 60.011719,105.60547 77.394531,95.339844 l 37.769529,37.542966 c 4.07813,4.29297 10.86328,4.46485 15.15625,0.38672 4.29297,-4.07422 4.46485,-10.85937 0.39063,-15.15234 -0.12891,-0.13672 -0.25391,-0.26172 -0.39063,-0.39063 z m -41.839844,3.5 C 33.0625,84.335938 18.269531,69.554688 18.257812,51.308594 18.253906,33.0625 33.035156,18.269531 51.285156,18.261719 c 18.222656,-0.0078 33.007813,14.75 33.042969,32.972656 0.03125,18.25 -14.742187,33.066406 -32.996094,33.097656 -0.0078,0 -0.01172,0 -0.02344,0 z m 0,0",
3803
3803
  style: { fill: "#000000", "fill-opacity": "1", "fill-rule": "nonzero", stroke: "none" },
3804
3804
  id: "path2"
@@ -3806,7 +3806,7 @@ const Aa = {
3806
3806
  ], -1)
3807
3807
  ])))
3808
3808
  ], 4),
3809
- Te(I("input", {
3809
+ Te(C("input", {
3810
3810
  "onUpdate:modelValue": f[0] || (f[0] = (h) => o.value = h),
3811
3811
  ref: "searchinput",
3812
3812
  style: z({ display: n.value ? "block" : "none" }),
@@ -3829,7 +3829,7 @@ const Aa = {
3829
3829
  to: h.to
3830
3830
  }, {
3831
3831
  default: rt(() => [
3832
- In(q(h.title), 1)
3832
+ Cn(q(h.title), 1)
3833
3833
  ]),
3834
3834
  _: 2
3835
3835
  }, 1032, ["to"])