@citruslime/ui 3.0.3-beta.10 → 3.0.3-beta.11

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,5 +1,5 @@
1
1
  import { Icon as _ } from "@iconify/vue";
2
- import { defineComponent as j, ref as R, openBlock as u, createElementBlock as g, renderSlot as A, normalizeProps as re, guardReactiveProps as de, Fragment as H, createElementVNode as v, normalizeClass as M, createVNode as k, unref as m, Transition as Me, withCtx as V, withDirectives as te, mergeProps as x, vShow as pe, createBlock as P, Teleport as Cl, renderList as Y, toDisplayString as U, createCommentVNode as z, computed as $, mergeModels as fe, useModel as he, createSlots as be, vModelDynamic as Zl, watch as ee, toRefs as Wl, withKeys as we, onMounted as je, onUnmounted as il, withModifiers as ae, nextTick as Ue, useAttrs as Qe, resolveComponent as $e, createTextVNode as ie, inject as cl, vModelCheckbox as St, toValue as Ml, watchEffect as qt, vModelText as Tl, useCssVars as Kl, toHandlers as Ot, pushScopeId as Ql, popScopeId as xl, provide as hl, normalizeStyle as _l, isRef as Dt } from "vue";
2
+ import { defineComponent as j, ref as R, openBlock as u, createElementBlock as g, renderSlot as A, normalizeProps as ie, guardReactiveProps as de, Fragment as H, createElementVNode as v, normalizeClass as M, createVNode as k, unref as m, Transition as Me, withCtx as V, withDirectives as te, mergeProps as x, vShow as pe, createBlock as P, Teleport as Cl, renderList as Y, toDisplayString as U, createCommentVNode as z, computed as $, createTextVNode as re, mergeModels as fe, useModel as he, createSlots as be, vModelDynamic as Zl, watch as ee, toRefs as Wl, withKeys as we, onMounted as je, onUnmounted as il, withModifiers as ae, nextTick as Ue, useAttrs as Qe, resolveComponent as $e, inject as cl, vModelCheckbox as St, toValue as Ml, watchEffect as qt, vModelText as Tl, useCssVars as Kl, toHandlers as Ot, pushScopeId as Ql, popScopeId as xl, provide as hl, normalizeStyle as _l, isRef as Dt } from "vue";
3
3
  import { generateStringId as At, highlightText as Et, validateEmail as Vt } from "@citruslime/utils";
4
4
  import { onKeyDown as bl, unrefElement as Mt, tryOnScopeDispose as It, onClickOutside as xe, useTimeoutFn as Yl, useMouseInElement as Nt, useFocusWithin as Rt, useMediaQuery as Jl, useThrottle as Ut, useElementBounding as yl, useDebounceFn as Ke, useThrottleFn as zt, useWindowSize as Lt, useBreakpoints as Bt, breakpointsTailwind as Ft, useElementSize as Il } from "@vueuse/core";
5
5
  import { useI18n as ue, createI18n as jt } from "vue-i18n";
@@ -29,7 +29,7 @@ const Ht = { class: "cl-overflow-hidden" }, Zt = /* @__PURE__ */ j({
29
29
  }), c.open = !c.open);
30
30
  }
31
31
  return (n, c) => (u(), g("div", Ht, [
32
- A(n.$slots, "default", re(de({ isItemOpen: e, toggleItem: s })))
32
+ A(n.$slots, "default", ie(de({ isItemOpen: e, toggleItem: s })))
33
33
  ]));
34
34
  }
35
35
  }), Wt = { class: "cl-absolute cl-left-5 cl-top-5" }, Kt = { class: "cl-font-semibold cl-ml-10 cl-p-4 cl-select-none cl-text-grey-5" }, Qt = { class: "cl-overflow-hidden" }, xt = /* @__PURE__ */ j({
@@ -331,7 +331,9 @@ const _e = /* @__PURE__ */ ye(ao, [["render", so], ["__scopeId", "data-v-a21dc5d
331
331
  ])
332
332
  ])) : e.errors || e.$slots.helpText ? (u(), g("div", wo, [
333
333
  v("span", $o, [
334
- A(e.$slots, "helpText")
334
+ A(e.$slots, "helpText", {}, () => [
335
+ re(" ")
336
+ ])
335
337
  ])
336
338
  ])) : z("", !0)
337
339
  ]));
@@ -469,7 +471,7 @@ const To = /* @__PURE__ */ v("div", { tabindex: "0" }, null, -1), So = {
469
471
  r.key === "Escape" && d();
470
472
  }
471
473
  return (r, a) => (u(), g(H, null, [
472
- A(r.$slots, "trigger", re(de({ open: c }))),
474
+ A(r.$slots, "trigger", ie(de({ open: c }))),
473
475
  (u(), P(Cl, { to: "body" }, [
474
476
  k(Me, { name: "fade" }, {
475
477
  default: V(() => [
@@ -511,9 +513,9 @@ const To = /* @__PURE__ */ v("div", { tabindex: "0" }, null, -1), So = {
511
513
  r.headerColour === "white" ? (u(), g("hr", So)) : z("", !0)
512
514
  ], 2),
513
515
  v("div", qo, [
514
- A(r.$slots, "default", re(de({ close: d })))
516
+ A(r.$slots, "default", ie(de({ close: d })))
515
517
  ]),
516
- A(r.$slots, "footer", re(de({ close: d })))
518
+ A(r.$slots, "footer", ie(de({ close: d })))
517
519
  ], 16)
518
520
  ], 512), [
519
521
  [pe, e.value]
@@ -920,7 +922,7 @@ const To = /* @__PURE__ */ v("div", { tabindex: "0" }, null, -1), So = {
920
922
  ]),
921
923
  te(v("div", jo, [
922
924
  v("div", Po, [
923
- ie(U(m(a)("comboBox.required")) + " ", 1),
925
+ re(U(m(a)("comboBox.required")) + " ", 1),
924
926
  k(m(_), {
925
927
  class: "cl-ml-1 cl-mt-1",
926
928
  icon: "ph:warning"
@@ -959,7 +961,7 @@ const To = /* @__PURE__ */ v("div", { tabindex: "0" }, null, -1), So = {
959
961
  ]),
960
962
  k(lt, { size: "small" }, {
961
963
  title: V(() => [
962
- ie(U(m(a)("comboBox.createTitle", { object: w.objectType })), 1)
964
+ re(U(m(a)("comboBox.createTitle", { object: w.objectType })), 1)
963
965
  ]),
964
966
  trigger: V(({ open: b }) => [
965
967
  te(k(zo, {
@@ -994,7 +996,7 @@ const To = /* @__PURE__ */ v("div", { tabindex: "0" }, null, -1), So = {
994
996
  onClick: b
995
997
  }, {
996
998
  default: V(() => [
997
- ie(U(m(a)("comboBox.cancel")), 1)
999
+ re(U(m(a)("comboBox.cancel")), 1)
998
1000
  ]),
999
1001
  _: 2
1000
1002
  }, 1032, ["onClick"]),
@@ -1007,7 +1009,7 @@ const To = /* @__PURE__ */ v("div", { tabindex: "0" }, null, -1), So = {
1007
1009
  }
1008
1010
  }, {
1009
1011
  default: V(() => [
1010
- ie(U(m(a)("comboBox.create")), 1)
1012
+ re(U(m(a)("comboBox.create")), 1)
1011
1013
  ]),
1012
1014
  _: 2
1013
1015
  }, 1032, ["disabled", "onClick"])
@@ -1036,7 +1038,7 @@ const To = /* @__PURE__ */ v("div", { tabindex: "0" }, null, -1), So = {
1036
1038
  class: "cl-box-border cl-font-light cl-mb-2 cl-p-2 cl-placeholder-grey-3 cl-text-sm"
1037
1039
  }, {
1038
1040
  default: V(() => [
1039
- ie(U(m(a)("comboBox.createProperty")), 1)
1041
+ re(U(m(a)("comboBox.createProperty")), 1)
1040
1042
  ]),
1041
1043
  _: 1
1042
1044
  }, 8, ["modelValue"])
@@ -1098,7 +1100,7 @@ const Sl = /* @__PURE__ */ ye(ia, [["render", ua]]), wl = /* @__PURE__ */ j({
1098
1100
  class: "cl-animate-pulse cl-bg-off-white cl-rounded-full cl-w-16"
1099
1101
  }, [
1100
1102
  A(t.$slots, "default", {}, () => [
1101
- ie("   ")
1103
+ re("   ")
1102
1104
  ])
1103
1105
  ]))), 128))
1104
1106
  ], 16))), 128));
@@ -1153,7 +1155,7 @@ const da = {
1153
1155
  ], 2),
1154
1156
  v("div", fa, [
1155
1157
  v("div", ma, [
1156
- A(n.$slots, "additional-grid-actions", re(de({
1158
+ A(n.$slots, "additional-grid-actions", ie(de({
1157
1159
  loading: n.loading,
1158
1160
  editMode: n.editMode
1159
1161
  })))
@@ -1169,9 +1171,9 @@ const da = {
1169
1171
  }, {
1170
1172
  default: V(() => [
1171
1173
  n.editMode ? (u(), g(H, { key: 0 }, [
1172
- ie(U(m(l)("grid.finishEditing")), 1)
1174
+ re(U(m(l)("grid.finishEditing")), 1)
1173
1175
  ], 64)) : (u(), g(H, { key: 1 }, [
1174
- ie(U(m(l)("grid.editData")), 1)
1176
+ re(U(m(l)("grid.editData")), 1)
1175
1177
  ], 64))
1176
1178
  ]),
1177
1179
  _: 1
@@ -1192,7 +1194,7 @@ const da = {
1192
1194
  onClick: c[1] || (c[1] = ae((d) => n.$emit("update:filterPanelOpen", !n.filterPanelOpen), ["prevent"]))
1193
1195
  }, {
1194
1196
  default: V(() => [
1195
- ie(U(m(l)("grid.modifyFilters")), 1)
1197
+ re(U(m(l)("grid.modifyFilters")), 1)
1196
1198
  ]),
1197
1199
  _: 1
1198
1200
  }, 8, ["disabled"])
@@ -1207,7 +1209,7 @@ const da = {
1207
1209
  onClick: c[2] || (c[2] = ae((d) => n.$emit("clear-filters"), ["prevent"]))
1208
1210
  }, {
1209
1211
  default: V(() => [
1210
- ie(U(m(l)("grid.clearFilters")), 1)
1212
+ re(U(m(l)("grid.clearFilters")), 1)
1211
1213
  ]),
1212
1214
  _: 1
1213
1215
  }, 8, ["id", "disabled"])) : z("", !0)
@@ -1844,11 +1846,11 @@ const Ra = {
1844
1846
  disabled: !0
1845
1847
  }, null, 8, ["id", "model-value"])) : (p.column.type === "date" || p.column.type === "datetime" || p.column.type === "dateRange") && p.column.field !== void 0 ? (u(), g(H, { key: 2 }, [
1846
1848
  p.column.format !== void 0 ? (u(), g(H, { key: 0 }, [
1847
- ie(U(n(p.data[p.column.field], p.column.format)), 1)
1849
+ re(U(n(p.data[p.column.field], p.column.format)), 1)
1848
1850
  ], 64)) : p.column.type === "date" || p.column.type === "dateRange" ? (u(), g(H, { key: 1 }, [
1849
- ie(U(n(p.data[p.column.field], m(se).DATE)), 1)
1851
+ re(U(n(p.data[p.column.field], m(se).DATE)), 1)
1850
1852
  ], 64)) : (u(), g(H, { key: 2 }, [
1851
- ie(U(n(p.data[p.column.field], m(se).DATETIME)), 1)
1853
+ re(U(n(p.data[p.column.field], m(se).DATETIME)), 1)
1852
1854
  ], 64))
1853
1855
  ], 64)) : p.column.type === "list" && p.column.field !== void 0 && p.column.listEntries !== void 0 ? (u(), g("span", Ra, U(m(e)(((a = p.column.listEntries.find((i) => i.value === p.data[p.column.field])) == null ? void 0 : a.translationKey) ?? "")), 1)) : p.column.type === "number" && p.column.field !== void 0 ? (u(), g("span", Ua, U(d(p.data[p.column.field], m(s))), 1)) : p.column.field !== void 0 ? (u(), g("span", za, [
1854
1856
  v("span", {
@@ -1898,7 +1900,7 @@ const Ra = {
1898
1900
  "cl-hidden": r.options.hideGridMobileView
1899
1901
  }])
1900
1902
  }, U(r.column.caption), 3),
1901
- r.editMode && r.column.editable === !0 ? A(r.$slots, `${r.column.name}Edit`, re(x({ key: 0 }, {
1903
+ r.editMode && r.column.editable === !0 ? A(r.$slots, `${r.column.name}Edit`, ie(x({ key: 0 }, {
1902
1904
  cellFocused: () => e("focus"),
1903
1905
  column: r.column,
1904
1906
  edited: c.value,
@@ -1914,7 +1916,7 @@ const Ra = {
1914
1916
  "row-index": r.rowIndex
1915
1917
  }, {
1916
1918
  [r.column.name]: V(() => [
1917
- A(r.$slots, r.column.name, re(de({
1919
+ A(r.$slots, r.column.name, ie(de({
1918
1920
  column: r.column,
1919
1921
  record: r.data,
1920
1922
  searchValue: r.searchValue
@@ -1931,7 +1933,7 @@ const Ra = {
1931
1933
  "row-index": r.rowIndex
1932
1934
  }, {
1933
1935
  [r.column.name]: V(() => [
1934
- A(r.$slots, r.column.name, re(de({ column: r.column, record: r.data, searchValue: r.searchValue })))
1936
+ A(r.$slots, r.column.name, ie(de({ column: r.column, record: r.data, searchValue: r.searchValue })))
1935
1937
  ]),
1936
1938
  _: 2
1937
1939
  }, 1032, ["column", "data", "time-zone", "search-value", "row-index"]))
@@ -1967,7 +1969,7 @@ const Ra = {
1967
1969
  Y(t.$slots, (n, c) => ({
1968
1970
  name: c,
1969
1971
  fn: V((d) => [
1970
- A(t.$slots, c, re(de(d)))
1972
+ A(t.$slots, c, ie(de(d)))
1971
1973
  ])
1972
1974
  }))
1973
1975
  ]), 1032, ["data", "column", "options", "time-zone", "search-value", "edit-mode", "row-index", "onEdit", "onUndo"]))), 128))
@@ -2092,7 +2094,7 @@ const Ra = {
2092
2094
  Y(h.$slots, (F, X) => ({
2093
2095
  name: X,
2094
2096
  fn: V((I) => [
2095
- A(h.$slots, X, re(de(I)))
2097
+ A(h.$slots, X, ie(de(I)))
2096
2098
  ])
2097
2099
  }))
2098
2100
  ]), 1032, ["data", "options", "columns", "time-zone", "search-value", "edit-mode", "class", "row-index", "onClick", "onCellFocus", "onCellEdit"]))), 128)),
@@ -2123,7 +2125,7 @@ const Ra = {
2123
2125
  onClick: q[0] || (q[0] = ae((T) => h.$emit("clear-filters"), ["prevent"]))
2124
2126
  }, {
2125
2127
  default: V(() => [
2126
- ie(U(m(s)("grid.clearFilters")), 1)
2128
+ re(U(m(s)("grid.clearFilters")), 1)
2127
2129
  ]),
2128
2130
  _: 1
2129
2131
  })
@@ -3358,8 +3360,8 @@ const Tn = { class: "cl-gap-1 cl-grid cl-grid-cols-2" }, Sn = ["onClick"], qn =
3358
3360
  function e() {
3359
3361
  l("toggleModal");
3360
3362
  }
3361
- return (s, n) => (u(), g("div", re(de(s.$attrs)), [
3362
- A(s.$slots, "default", re(de({ toggleModalInput: e })))
3363
+ return (s, n) => (u(), g("div", ie(de(s.$attrs)), [
3364
+ A(s.$slots, "default", ie(de({ toggleModalInput: e })))
3363
3365
  ], 16));
3364
3366
  }
3365
3367
  }), Kn = ["placeholder"], Qn = ["value", "disabled"], xn = ["value", "disabled"], _n = ["disabled"], $l = /* @__PURE__ */ j({
@@ -3421,7 +3423,7 @@ const Tn = { class: "cl-gap-1 cl-grid cl-grid-cols-2" }, Sn = ["onClick"], qn =
3421
3423
  "cl-relative": a.isGridFilter === !1
3422
3424
  }])
3423
3425
  }, [
3424
- A(a.$slots, "input", re(de({ selectModalVisible: s.value, toggleSelectModalState: c })), () => [
3426
+ A(a.$slots, "input", ie(de({ selectModalVisible: s.value, toggleSelectModalState: c })), () => [
3425
3427
  n.value === !1 ? (u(), P(sl, {
3426
3428
  key: 0,
3427
3429
  class: M([r.value, "cl-border cl-border-grey-2 cl-flex cl-gap-2 cl-items-center cl-justify-between cl-min-h-8 cl-rounded-lg cl-select-none cl-transition-colors cl-w-full disabled:cl-bg-grey-1 disabled:cl-border-grey-2 disabled:cl-placeholder-grey-3"]),
@@ -3467,7 +3469,7 @@ const Tn = { class: "cl-gap-1 cl-grid cl-grid-cols-2" }, Sn = ["onClick"], qn =
3467
3469
  "cl-overflow-hidden": a.disabled
3468
3470
  }]
3469
3471
  }), [
3470
- A(a.$slots, "default", re(de({ select: d })))
3472
+ A(a.$slots, "default", ie(de({ select: d })))
3471
3473
  ], 16)) : z("", !0)
3472
3474
  ], 2)
3473
3475
  ]),
@@ -3763,7 +3765,7 @@ const ns = {
3763
3765
  }]),
3764
3766
  onClick: ae((q) => d(y.method), ["prevent"])
3765
3767
  }, [
3766
- ie(U(y.description) + " ", 1),
3768
+ re(U(y.description) + " ", 1),
3767
3769
  k(m(_), {
3768
3770
  icon: y.icon,
3769
3771
  class: "cl-float-right cl-text-grey-4 cl-text-sm"
@@ -4048,7 +4050,7 @@ const ns = {
4048
4050
  onSelect: (Q) => L("")
4049
4051
  }, {
4050
4052
  default: V(() => [
4051
- ie("   ")
4053
+ re("   ")
4052
4054
  ]),
4053
4055
  _: 2
4054
4056
  }, 1032, ["onSelect"]),
@@ -4058,7 +4060,7 @@ const ns = {
4058
4060
  onSelect: (Q) => L("true")
4059
4061
  }, {
4060
4062
  default: V(() => [
4061
- ie(U(m(s)("grid.true")), 1)
4063
+ re(U(m(s)("grid.true")), 1)
4062
4064
  ]),
4063
4065
  _: 2
4064
4066
  }, 1032, ["is-selected", "onSelect"]),
@@ -4068,7 +4070,7 @@ const ns = {
4068
4070
  onSelect: (Q) => L("false")
4069
4071
  }, {
4070
4072
  default: V(() => [
4071
- ie(U(m(s)("grid.false")), 1)
4073
+ re(U(m(s)("grid.false")), 1)
4072
4074
  ]),
4073
4075
  _: 2
4074
4076
  }, 1032, ["is-selected", "onSelect"])
@@ -4169,7 +4171,7 @@ const ns = {
4169
4171
  onSelect: (Q) => L("")
4170
4172
  }, {
4171
4173
  default: V(() => [
4172
- ie("   ")
4174
+ re("   ")
4173
4175
  ]),
4174
4176
  _: 2
4175
4177
  }, 1032, ["onSelect"]),
@@ -4180,7 +4182,7 @@ const ns = {
4180
4182
  onSelect: (b) => L(Q.value)
4181
4183
  }, {
4182
4184
  default: V(() => [
4183
- ie(U(m(s)(Q.translationKey)), 1)
4185
+ re(U(m(s)(Q.translationKey)), 1)
4184
4186
  ]),
4185
4187
  _: 2
4186
4188
  }, 1032, ["is-selected", "onSelect"]))), 128))
@@ -4258,7 +4260,7 @@ const ns = {
4258
4260
  }
4259
4261
  }, [
4260
4262
  r.initialLoad ? (u(), P(m(wl), { key: 0 })) : (u(), g("div", Os, [
4261
- ie(U(i.caption) + " ", 1),
4263
+ re(U(i.caption) + " ", 1),
4262
4264
  te(k(m(_), {
4263
4265
  class: "cl-inline-block",
4264
4266
  icon: "ph:caret-up"
@@ -4381,7 +4383,7 @@ const ns = {
4381
4383
  }, 1e3), { t: p } = ue();
4382
4384
  return (r, a) => {
4383
4385
  const i = $e("icon");
4384
- return A(r.$slots, "search", re(de({ searchValue: e.value, performSearch: c })), () => [
4386
+ return A(r.$slots, "search", ie(de({ searchValue: e.value, performSearch: c })), () => [
4385
4387
  v("div", Vs, [
4386
4388
  v("div", Ms, [
4387
4389
  k(Re, {
@@ -4440,7 +4442,7 @@ const ns = {
4440
4442
  onClick: a[0] || (a[0] = ae((i) => n.value = !0, ["prevent"]))
4441
4443
  }), {
4442
4444
  default: V(() => [
4443
- ie(U(m(s)("grid.manageView")), 1)
4445
+ re(U(m(s)("grid.manageView")), 1)
4444
4446
  ]),
4445
4447
  _: 1
4446
4448
  }, 16, ["disabled"]),
@@ -4613,7 +4615,7 @@ const ns = {
4613
4615
  columns: I.value
4614
4616
  }, {
4615
4617
  search: V((G) => [
4616
- A(N.$slots, "search", re(de(G)))
4618
+ A(N.$slots, "search", ie(de(G)))
4617
4619
  ]),
4618
4620
  _: 3
4619
4621
  }, 8, ["search-value", "request", "columns"])) : z("", !0),
@@ -4638,7 +4640,7 @@ const ns = {
4638
4640
  onClearFilters: y
4639
4641
  }, {
4640
4642
  "additional-grid-actions": V((G) => [
4641
- A(N.$slots, "additional-grid-actions", re(de(G)))
4643
+ A(N.$slots, "additional-grid-actions", ie(de(G)))
4642
4644
  ]),
4643
4645
  "view-manager": V(() => [
4644
4646
  k(Ks, {
@@ -4784,7 +4786,7 @@ const ns = {
4784
4786
  Y(y.$slots, (h, q) => ({
4785
4787
  name: q,
4786
4788
  fn: V((C) => [
4787
- A(y.$slots, q, re(de(C)))
4789
+ A(y.$slots, q, ie(de(C)))
4788
4790
  ])
4789
4791
  }))
4790
4792
  ]), 1032, ["grid-id", "columns", "data", "options", "page-size", "time-zone", "initial-load"])
@@ -4933,7 +4935,7 @@ const lr = { class: "cl-col-[1_/_-1] cl-grid cl-grid-cols-subgrid" }, tr = ["id"
4933
4935
  Y(t.$slots, (n, c) => ({
4934
4936
  name: c,
4935
4937
  fn: V((d) => [
4936
- A(t.$slots, c, re(de(d)))
4938
+ A(t.$slots, c, ie(de(d)))
4937
4939
  ])
4938
4940
  }))
4939
4941
  ]), 1040, ["id", "data", "time-zone", "column", "is-small-grid", "class"]))), 128))
@@ -4966,7 +4968,7 @@ const lr = { class: "cl-col-[1_/_-1] cl-grid cl-grid-cols-subgrid" }, tr = ["id"
4966
4968
  ]])
4967
4969
  }, [
4968
4970
  A(n.$slots, "noData", {}, () => [
4969
- ie(U(m(l)("grid.noData")), 1)
4971
+ re(U(m(l)("grid.noData")), 1)
4970
4972
  ])
4971
4973
  ], 2)) : (u(!0), g(H, { key: 2 }, Y(n.data.results, (p, r) => (u(), P(bt, {
4972
4974
  id: `${n.gridId}-r${r}`,
@@ -4986,7 +4988,7 @@ const lr = { class: "cl-col-[1_/_-1] cl-grid cl-grid-cols-subgrid" }, tr = ["id"
4986
4988
  Y(n.$slots, (a, i) => ({
4987
4989
  name: i,
4988
4990
  fn: V((f) => [
4989
- A(n.$slots, i, re(de(f)))
4991
+ A(n.$slots, i, ie(de(f)))
4990
4992
  ])
4991
4993
  }))
4992
4994
  ]), 1032, ["id", "grid-id", "row", "columns", "class", "time-zone", "is-small-grid"]))), 128))
@@ -5065,7 +5067,7 @@ const lr = { class: "cl-col-[1_/_-1] cl-grid cl-grid-cols-subgrid" }, tr = ["id"
5065
5067
  a.isSmallGrid ? "cl-px-1 cl-py-1.5 cl-text-xs" : "cl-p-2 cl-text-sm"
5066
5068
  ]
5067
5069
  }, e), [
5068
- a.$slots[a.column.name] ? A(a.$slots, a.column.name, re(x({ key: 0 }, { column: a.column, data: a.data }))) : a.column.type === "boolean" && a.column.field !== void 0 ? (u(), P(dl, {
5070
+ a.$slots[a.column.name] ? A(a.$slots, a.column.name, ie(x({ key: 0 }, { column: a.column, data: a.data }))) : a.column.type === "boolean" && a.column.field !== void 0 ? (u(), P(dl, {
5069
5071
  key: 1,
5070
5072
  id: m(l),
5071
5073
  class: "disabled:checked:cl-bg-primary-light disabled:checked:cl-border-primary-light",
@@ -5076,11 +5078,11 @@ const lr = { class: "cl-col-[1_/_-1] cl-grid cl-grid-cols-subgrid" }, tr = ["id"
5076
5078
  id: m(l)
5077
5079
  }, [
5078
5080
  a.column.format !== void 0 ? (u(), g(H, { key: 0 }, [
5079
- ie(U(d(a.data[a.column.field], a.column.format)), 1)
5081
+ re(U(d(a.data[a.column.field], a.column.format)), 1)
5080
5082
  ], 64)) : a.column.type === "date" || a.column.type === "dateRange" ? (u(), g(H, { key: 1 }, [
5081
- ie(U(d(a.data[a.column.field], m(se).DATE)), 1)
5083
+ re(U(d(a.data[a.column.field], m(se).DATE)), 1)
5082
5084
  ], 64)) : (u(), g(H, { key: 2 }, [
5083
- ie(U(d(a.data[a.column.field], m(se).DATETIME)), 1)
5085
+ re(U(d(a.data[a.column.field], m(se).DATETIME)), 1)
5084
5086
  ], 64))
5085
5087
  ], 8, nr)) : a.column.type === "list" && a.column.field !== void 0 && a.column.listEntries !== void 0 ? (u(), g("span", {
5086
5088
  key: 3,
@@ -5618,7 +5620,7 @@ const $t = /* @__PURE__ */ ye(ur, [["render", gr]]), vr = { class: "cl-flex cl-g
5618
5620
  var r;
5619
5621
  (r = n.value) == null || r.focus();
5620
5622
  }
5621
- }), (r, a) => d.value ? (u(), g("div", re(x({ key: 0 }, r.$attrs)), [
5623
+ }), (r, a) => d.value ? (u(), g("div", ie(x({ key: 0 }, r.$attrs)), [
5622
5624
  v("div", jr, [
5623
5625
  v("span", {
5624
5626
  class: M(["cl-border cl-border-transparent cl-leading-6 cl-mr-1 cl-px-2 cl-rounded-full cl-select-none cl-shadow cl-text-center cl-text-xs", {
@@ -6282,7 +6284,7 @@ const mi = {
6282
6284
  onClick: ae(r, ["prevent"])
6283
6285
  }, {
6284
6286
  default: V(() => [
6285
- ie(U(m(e)("login.login")), 1)
6287
+ re(U(m(e)("login.login")), 1)
6286
6288
  ]),
6287
6289
  _: 1
6288
6290
  }, 8, ["loading", "disabled"])
@@ -6404,7 +6406,7 @@ const mi = {
6404
6406
  icon: "ph:push-pin"
6405
6407
  }))
6406
6408
  ]),
6407
- A(q.$slots, "default", re(de({ groupIsOpen: c })), void 0, !0)
6409
+ A(q.$slots, "default", ie(de({ groupIsOpen: c })), void 0, !0)
6408
6410
  ])
6409
6411
  ], 2), [
6410
6412
  [pe, n.value]
@@ -6559,7 +6561,7 @@ const Xi = /* @__PURE__ */ ye(_i, [["render", Ji]]), ec = /* @__PURE__ */ j({
6559
6561
  }]),
6560
6562
  onScrollPassive: i
6561
6563
  }, [
6562
- A(C.$slots, "headings", re(de({ isTabOpen: O, toggleOpen: h, colour: C.colour, layout: C.layout })))
6564
+ A(C.$slots, "headings", ie(de({ isTabOpen: O, toggleOpen: h, colour: C.colour, layout: C.layout })))
6563
6565
  ], 34),
6564
6566
  r.value && a.value ? (u(), g("div", {
6565
6567
  key: 1,
@@ -6577,7 +6579,7 @@ const Xi = /* @__PURE__ */ ye(_i, [["render", Ji]]), ec = /* @__PURE__ */ j({
6577
6579
  "cl-overflow-hidden": C.overflowHidden
6578
6580
  }])
6579
6581
  }, [
6580
- A(C.$slots, "content", re(de({ isTabOpen: O })))
6582
+ A(C.$slots, "content", ie(de({ isTabOpen: O })))
6581
6583
  ], 2), [
6582
6584
  [pe, c.value]
6583
6585
  ])
@@ -6609,7 +6611,7 @@ const Xi = /* @__PURE__ */ ye(_i, [["render", Ji]]), ec = /* @__PURE__ */ j({
6609
6611
  inert: e.disabled
6610
6612
  }, [
6611
6613
  A(e.$slots, "default", {}, () => [
6612
- ie(U(e.title), 1)
6614
+ re(U(e.title), 1)
6613
6615
  ])
6614
6616
  ], 10, lc));
6615
6617
  }
@@ -6934,10 +6936,10 @@ const Xi = /* @__PURE__ */ ye(_i, [["render", Ji]]), ec = /* @__PURE__ */ j({
6934
6936
  ])) : z("", !0)
6935
6937
  ], 2)) : z("", !0),
6936
6938
  v("div", wc, [
6937
- A(r.$slots, "default", re(de({ toggleOpen: s, groupIsOpen: e })))
6939
+ A(r.$slots, "default", ie(de({ toggleOpen: s, groupIsOpen: e })))
6938
6940
  ]),
6939
6941
  r.$slots.footer ? (u(), g("div", $c, [
6940
- A(r.$slots, "footer", re(de({ toggleOpen: s, groupIsOpen: e })))
6942
+ A(r.$slots, "footer", ie(de({ toggleOpen: s, groupIsOpen: e })))
6941
6943
  ])) : z("", !0)
6942
6944
  ], 16),
6943
6945
  m(d) === !1 && t.value ? (u(), g("div", kc)) : z("", !0)
@@ -7189,7 +7191,7 @@ const Gc = { class: "cl-flex cl-flex-nowrap cl-flex-row cl-w-full" }, Hc = { cla
7189
7191
  Y(T.$slots, (ne, N) => ({
7190
7192
  name: N,
7191
7193
  fn: V((D) => [
7192
- A(T.$slots, N, re(de(D)))
7194
+ A(T.$slots, N, ie(de(D)))
7193
7195
  ])
7194
7196
  }))
7195
7197
  ]), 1032, ["selected-path", "id-prefix", "depth", "breadth", "path-fragments", "root-node", "onRecalculateTreePath", "onSetChildNodeHeight"])
@@ -7233,7 +7235,7 @@ const Gc = { class: "cl-flex cl-flex-nowrap cl-flex-row cl-w-full" }, Hc = { cla
7233
7235
  Y(c.$slots, (a, i) => ({
7234
7236
  name: i,
7235
7237
  fn: V((f) => [
7236
- A(c.$slots, i, re(de(f)))
7238
+ A(c.$slots, i, ie(de(f)))
7237
7239
  ])
7238
7240
  }))
7239
7241
  ]), 1032, ["selected-path", "class", "root-node", "breadth", "id-prefix", "path-fragments"]))), 128))