@hotelinking/ui 12.45.0 → 12.45.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/dist/ui.cjs +1 -1
  2. package/dist/ui.es.js +250 -250
  3. package/package.json +14 -18
package/dist/ui.es.js CHANGED
@@ -1,10 +1,10 @@
1
- import { defineComponent as B, createBlock as x, createElementBlock as a, openBlock as s, resolveDynamicComponent as Ie, normalizeClass as f, createCommentVNode as b, renderSlot as V, createElementVNode as e, ref as A, watch as R, computed as Y, unref as c, withCtx as v, createVNode as m, toDisplayString as g, createTextVNode as T, Transition as ue, Fragment as $, renderList as _, withDirectives as C, vModelDynamic as lt, vShow as D, withModifiers as pe, vModelText as X, createStaticVNode as K, resolveComponent as je, vModelCheckbox as Ye, reactive as ce, isRef as he, TransitionGroup as rt, onMounted as nt, shallowRef as at, mergeProps as it } from "vue";
1
+ import { defineComponent as B, createBlock as x, createElementBlock as a, openBlock as s, resolveDynamicComponent as Ie, normalizeClass as f, createCommentVNode as b, renderSlot as V, createElementVNode as e, ref as A, watch as R, computed as Y, unref as c, withCtx as v, createVNode as m, toDisplayString as g, createTextVNode as T, Transition as ue, Fragment as $, renderList as _, withDirectives as C, vModelDynamic as lt, vShow as j, withModifiers as pe, vModelText as X, createStaticVNode as K, resolveComponent as De, vModelCheckbox as Ye, reactive as ce, isRef as he, TransitionGroup as rt, onMounted as nt, shallowRef as at, mergeProps as it } from "vue";
2
2
  import { Menu as ve, MenuButton as be, MenuItems as we, MenuItem as xe, Combobox as Pe, ComboboxLabel as Fe, ComboboxInput as qe, ComboboxButton as Ve, ComboboxOptions as Re, ComboboxOption as Ue, SwitchGroup as dt, Switch as ut, SwitchLabel as ct, TransitionRoot as ke, Dialog as $e, TransitionChild as G, DialogPanel as _e, DialogTitle as He, Disclosure as Ce, DisclosureButton as Z, DisclosurePanel as Se, Listbox as gt, ListboxLabel as mt, ListboxButton as pt, ListboxOptions as ft, ListboxOption as yt } from "@headlessui/vue";
3
3
  import z from "dayjs";
4
4
  import Be from "vue3-apexcharts";
5
5
  import ht from "vue3-draggable";
6
6
  import vt from "@vueform/slider";
7
- const j = /* @__PURE__ */ B({
7
+ const D = /* @__PURE__ */ B({
8
8
  __name: "uiIcon",
9
9
  props: {
10
10
  icon: {},
@@ -56,7 +56,7 @@ const j = /* @__PURE__ */ B({
56
56
  },
57
57
  setup(p) {
58
58
  return (u, n) => u.loading ? (s(), a("button", wt, [
59
- u.icon ? (s(), x(j, {
59
+ u.icon ? (s(), x(D, {
60
60
  key: 0,
61
61
  icon: u.icon,
62
62
  color: "white",
@@ -80,7 +80,7 @@ const j = /* @__PURE__ */ B({
80
80
  }, "inline-flex items-center border border-transparent font-medium focus:outline-none focus:ring-2 focus:ring-offset-2 disabled:opacity-25"]),
81
81
  type: "button"
82
82
  }, [
83
- u.icon ? (s(), x(j, {
83
+ u.icon ? (s(), x(D, {
84
84
  key: 0,
85
85
  icon: u.icon,
86
86
  color: "white",
@@ -168,7 +168,7 @@ function Mt(p, u) {
168
168
  })
169
169
  ]);
170
170
  }
171
- function Dt(p, u) {
171
+ function jt(p, u) {
172
172
  return s(), a("svg", {
173
173
  xmlns: "http://www.w3.org/2000/svg",
174
174
  fill: "none",
@@ -219,7 +219,7 @@ function Je(p, u) {
219
219
  })
220
220
  ]);
221
221
  }
222
- function jt(p, u) {
222
+ function Dt(p, u) {
223
223
  return s(), a("svg", {
224
224
  xmlns: "http://www.w3.org/2000/svg",
225
225
  fill: "none",
@@ -755,32 +755,32 @@ const Pt = { class: "flex justify-between sha" }, Ft = {
755
755
  class: "inline-flex items-center px-3 rounded-r-md border border-l-0 border-gray-300 bg-gray-50 hover:bg-gray-200 text-gray-500 sm:text-sm cursor-pointer"
756
756
  }, g(t.rightAddOn), 1)) : b("", !0),
757
757
  e("div", Gt, [
758
- t.icon ? (s(), x(j, {
758
+ t.icon ? (s(), x(D, {
759
759
  key: 0,
760
760
  icon: t.icon,
761
761
  color: t.color,
762
762
  loading: t.loading
763
763
  }, null, 8, ["icon", "color", "loading"])) : b("", !0),
764
- C(m(j, {
764
+ C(m(D, {
765
765
  icon: c(Me),
766
766
  color: "green",
767
767
  loading: t.loading
768
768
  }, null, 8, ["icon", "loading"]), [
769
- [D, t.color === "green"]
769
+ [j, t.color === "green"]
770
770
  ]),
771
- C(m(j, {
771
+ C(m(D, {
772
772
  icon: c(H),
773
773
  color: "yellow",
774
774
  loading: t.loading
775
775
  }, null, 8, ["icon", "loading"]), [
776
- [D, t.color === "yellow"]
776
+ [j, t.color === "yellow"]
777
777
  ]),
778
- C(m(j, {
778
+ C(m(D, {
779
779
  icon: c(W),
780
780
  color: "red",
781
781
  loading: t.loading
782
782
  }, null, 8, ["icon", "loading"]), [
783
- [D, t.color === "red"]
783
+ [j, t.color === "red"]
784
784
  ])
785
785
  ])
786
786
  ], 2),
@@ -792,7 +792,7 @@ const Pt = { class: "flex justify-between sha" }, Ft = {
792
792
  "text-green-400": t.color === "green"
793
793
  }, "mt-2 text-xs flex flex-row items-center"])
794
794
  }, g(t.error), 3), [
795
- [D, t.error]
795
+ [j, t.error]
796
796
  ])
797
797
  ]));
798
798
  }
@@ -859,7 +859,7 @@ const Pt = { class: "flex justify-between sha" }, Ft = {
859
859
  onDrop: pe(o, ["prevent"])
860
860
  }, [
861
861
  e("div", os, [
862
- m(j, {
862
+ m(D, {
863
863
  icon: d.icon,
864
864
  size: "massive",
865
865
  color: "gray",
@@ -887,12 +887,12 @@ const Pt = { class: "flex justify-between sha" }, Ft = {
887
887
  ]),
888
888
  e("p", is, g(d.fileTypesAndSizes), 1),
889
889
  C(e("p", { class: "font-bold text-xs uppercase block p-2 bg-gray-200 rounded" }, g(c(n)), 513), [
890
- [D, c(n) !== null]
890
+ [j, c(n) !== null]
891
891
  ])
892
892
  ])
893
893
  ], 34),
894
894
  C(e("p", ds, [
895
- m(j, {
895
+ m(D, {
896
896
  icon: c(ge),
897
897
  color: "red",
898
898
  class: "mr-2",
@@ -900,7 +900,7 @@ const Pt = { class: "flex justify-between sha" }, Ft = {
900
900
  }, null, 8, ["icon", "loading"]),
901
901
  T(" " + g(d.error), 1)
902
902
  ], 512), [
903
- [D, d.error]
903
+ [j, d.error]
904
904
  ])
905
905
  ]));
906
906
  }
@@ -1039,7 +1039,7 @@ const Pt = { class: "flex justify-between sha" }, Ft = {
1039
1039
  "text-green-400": h.color === "green"
1040
1040
  }, "mt-2 text-xs flex flex-row items-center"])
1041
1041
  }, g(h.error), 3), [
1042
- [D, h.error]
1042
+ [j, h.error]
1043
1043
  ])
1044
1044
  ]),
1045
1045
  _: 1
@@ -1079,7 +1079,7 @@ function vs(p, u) {
1079
1079
  const bs = { class: "flex justify-between" }, ws = {
1080
1080
  key: 0,
1081
1081
  class: "text-[10px] text-gray-500 uppercase justify-self-end self-center"
1082
- }, De = /* @__PURE__ */ B({
1082
+ }, je = /* @__PURE__ */ B({
1083
1083
  __name: "uiSelect_v2",
1084
1084
  props: {
1085
1085
  items: {},
@@ -1190,7 +1190,7 @@ const bs = { class: "flex justify-between" }, ws = {
1190
1190
  "text-green-400": d.color === "green"
1191
1191
  }, "mt-2 text-xs flex flex-row items-center"])
1192
1192
  }, g(d.error), 3), [
1193
- [D, d.error]
1193
+ [j, d.error]
1194
1194
  ])
1195
1195
  ]),
1196
1196
  _: 1
@@ -1307,7 +1307,7 @@ const bs = { class: "flex justify-between" }, ws = {
1307
1307
  "text-green-400": t.color === "green"
1308
1308
  }, "mt-2 text-xs flex flex-row items-center"])
1309
1309
  }, [
1310
- m(j, {
1310
+ m(D, {
1311
1311
  icon: c(ge),
1312
1312
  color: "red",
1313
1313
  class: "mr-2",
@@ -1315,11 +1315,11 @@ const bs = { class: "flex justify-between" }, ws = {
1315
1315
  }, null, 8, ["icon"]),
1316
1316
  T(" " + g(t.error), 1)
1317
1317
  ], 2), [
1318
- [D, t.error]
1318
+ [j, t.error]
1319
1319
  ])
1320
1320
  ]));
1321
1321
  }
1322
- }), Ds = { class: "text-sm font-medium text-gray-900" }, js = {
1322
+ }), js = { class: "text-sm font-medium text-gray-900" }, Ds = {
1323
1323
  key: 0,
1324
1324
  class: "text-sm text-gray-500 ml-2"
1325
1325
  }, Ts = {
@@ -1374,8 +1374,8 @@ const bs = { class: "flex justify-between" }, ws = {
1374
1374
  class: "ml-3"
1375
1375
  }, {
1376
1376
  default: v(() => [
1377
- e("span", Ds, g(l.item.title), 1),
1378
- l.item.subtitle ? (s(), a("span", js, g(l.item.subtitle), 1)) : b("", !0)
1377
+ e("span", js, g(l.item.title), 1),
1378
+ l.item.subtitle ? (s(), a("span", Ds, g(l.item.subtitle), 1)) : b("", !0)
1379
1379
  ]),
1380
1380
  _: 1
1381
1381
  }),
@@ -1684,7 +1684,7 @@ const bs = { class: "flex justify-between" }, ws = {
1684
1684
  onClick: t[0] || (t[0] = (r) => l("close"))
1685
1685
  }, [
1686
1686
  t[3] || (t[3] = e("span", { class: "sr-only" }, "X", -1)),
1687
- m(j, {
1687
+ m(D, {
1688
1688
  icon: c(W),
1689
1689
  "aria-hidden": "true",
1690
1690
  loading: o.loading
@@ -1704,25 +1704,25 @@ const bs = { class: "flex justify-between" }, ws = {
1704
1704
  class: "h-6 w-6 text-red-600",
1705
1705
  "aria-hidden": "true"
1706
1706
  }, null, 512), [
1707
- [D, o.type === "danger"]
1707
+ [j, o.type === "danger"]
1708
1708
  ]),
1709
1709
  C(m(c(Me), {
1710
1710
  class: "h-6 w-6 text-green-600",
1711
1711
  "aria-hidden": "true"
1712
1712
  }, null, 512), [
1713
- [D, o.type === "success"]
1713
+ [j, o.type === "success"]
1714
1714
  ]),
1715
1715
  C(m(c(H), {
1716
1716
  class: "h-6 w-6 text-yellow-600",
1717
1717
  "aria-hidden": "true"
1718
1718
  }, null, 512), [
1719
- [D, o.type === "warning"]
1719
+ [j, o.type === "warning"]
1720
1720
  ]),
1721
1721
  C(m(c(Ot), {
1722
1722
  class: "h-6 w-6 text-indigo-600",
1723
1723
  "aria-hidden": "true"
1724
1724
  }, null, 512), [
1725
- [D, o.type === "default"]
1725
+ [j, o.type === "default"]
1726
1726
  ])
1727
1727
  ], 2),
1728
1728
  e("div", ao, [
@@ -1800,25 +1800,25 @@ const bs = { class: "flex justify-between" }, ws = {
1800
1800
  "aria-hidden": "true",
1801
1801
  class: "h-6 w-6 text-green-400"
1802
1802
  }, null, 512), [
1803
- [D, l.type === "success"]
1803
+ [j, l.type === "success"]
1804
1804
  ]),
1805
1805
  C(m(c(ge), {
1806
1806
  "aria-hidden": "true",
1807
1807
  class: "h-6 w-6 text-red-400"
1808
1808
  }, null, 512), [
1809
- [D, l.type === "danger"]
1809
+ [j, l.type === "danger"]
1810
1810
  ]),
1811
1811
  C(m(c(H), {
1812
1812
  "aria-hidden": "true",
1813
1813
  class: "h-6 w-6 text-yellow-400"
1814
1814
  }, null, 512), [
1815
- [D, l.type === "warning"]
1815
+ [j, l.type === "warning"]
1816
1816
  ]),
1817
1817
  C(m(c(Qe), {
1818
1818
  "aria-hidden": "true",
1819
1819
  class: "h-6 w-6 text-indigo-600"
1820
1820
  }, null, 512), [
1821
- [D, l.type === "info"]
1821
+ [j, l.type === "info"]
1822
1822
  ])
1823
1823
  ]),
1824
1824
  e("div", ho, [
@@ -1851,7 +1851,7 @@ const bs = { class: "flex justify-between" }, ws = {
1851
1851
  key: 0,
1852
1852
  role: "list",
1853
1853
  class: "divide-y divide-gray-100"
1854
- }, $o = { class: "min-w-0" }, _o = { class: "flex items-start gap-x-3" }, Co = { class: "text-sm font-semibold leading-6 text-gray-900" }, So = { class: "mt-1 flex items-center gap-x-2 text-xs leading-5 text-gray-500" }, Bo = { class: "truncate" }, Mo = { class: "flex flex-none items-center gap-x-4" }, Do = ["href"], jo = { class: "sr-only" }, To = {
1854
+ }, $o = { class: "min-w-0" }, _o = { class: "flex items-start gap-x-3" }, Co = { class: "text-sm font-semibold leading-6 text-gray-900" }, So = { class: "mt-1 flex items-center gap-x-2 text-xs leading-5 text-gray-500" }, Bo = { class: "truncate" }, Mo = { class: "flex flex-none items-center gap-x-4" }, jo = ["href"], Do = { class: "sr-only" }, To = {
1855
1855
  key: 1,
1856
1856
  class: "divide-y divide-gray-100 animate-pulse"
1857
1857
  }, zo = /* @__PURE__ */ B({
@@ -1897,8 +1897,8 @@ const bs = { class: "flex justify-between" }, ws = {
1897
1897
  class: "hidden rounded-md bg-white px-2.5 py-1.5 text-sm font-semibold text-gray-900 shadow-sm ring-1 ring-inset ring-gray-300 hover:bg-gray-50 sm:block"
1898
1898
  }, [
1899
1899
  T(g(i.action), 1),
1900
- e("span", jo, ", " + g(i.name), 1)
1901
- ], 8, Do)
1900
+ e("span", Do, ", " + g(i.name), 1)
1901
+ ], 8, jo)
1902
1902
  ])
1903
1903
  ]))), 128))
1904
1904
  ]));
@@ -2014,7 +2014,7 @@ const te = (p, u) => {
2014
2014
  }
2015
2015
  }, Ro = { class: "dateSelector flex items-center text-white flex-row" }, Uo = { class: "pagination flex items-center my-1 md:my-0" }, Ho = { class: "date mx-4 font-bold text-center text-indigo-600 select-none uppercase" }, Eo = { class: "pagination flex items-center my-1 sm:my-0" };
2016
2016
  function Zo(p, u, n, i, l, o) {
2017
- const t = je("ChevronLeftIcon"), r = je("ChevronRightIcon");
2017
+ const t = De("ChevronLeftIcon"), r = De("ChevronRightIcon");
2018
2018
  return s(), a("div", Ro, [
2019
2019
  e("div", Uo, [
2020
2020
  e("div", {
@@ -2255,7 +2255,7 @@ const oe = /* @__PURE__ */ te(pl, [["render", yl]]), hl = {
2255
2255
  }, Bl = { key: 1 }, Ml = {
2256
2256
  colspan: "6",
2257
2257
  class: "pl-4"
2258
- }, Dl = { key: 2 }, jl = {
2258
+ }, jl = { key: 2 }, Dl = {
2259
2259
  colspan: "6",
2260
2260
  class: "pl-4"
2261
2261
  }, Tl = {
@@ -2392,8 +2392,8 @@ const oe = /* @__PURE__ */ te(pl, [["render", yl]]), hl = {
2392
2392
  }, null, 8, ["onClick", "price", "currency"])
2393
2393
  ]))), 128))
2394
2394
  ])) : b("", !0),
2395
- k.type === "prices" ? (s(), a("tr", Dl, [
2396
- e("td", jl, g(k.literals.pricesUpgrade), 1),
2395
+ k.type === "prices" ? (s(), a("tr", jl, [
2396
+ e("td", Dl, g(k.literals.pricesUpgrade), 1),
2397
2397
  (s(!0), a($, null, _(k.category.upgradePrices, (N, q) => (s(), a("td", {
2398
2398
  key: q,
2399
2399
  class: "p-0"
@@ -2462,7 +2462,7 @@ const oe = /* @__PURE__ */ te(pl, [["render", yl]]), hl = {
2462
2462
  key: Q
2463
2463
  }, [
2464
2464
  m(oe, {
2465
- onClick: (Id) => F(q, N.id, N.name),
2465
+ onClick: (Yd) => F(q, N.id, N.name),
2466
2466
  class: "border-l border-gray-200 px-6 py-3 text-indigo-600 hover:text-indigo-400 cursor-pointer",
2467
2467
  price: q,
2468
2468
  currency: k.currency.symbol,
@@ -2582,7 +2582,7 @@ const oe = /* @__PURE__ */ te(pl, [["render", yl]]), hl = {
2582
2582
  loading: !1
2583
2583
  }, {
2584
2584
  default: v(() => [
2585
- m(j, {
2585
+ m(D, {
2586
2586
  icon: c(Lt),
2587
2587
  loading: !1,
2588
2588
  color: "red"
@@ -2597,7 +2597,7 @@ const oe = /* @__PURE__ */ te(pl, [["render", yl]]), hl = {
2597
2597
  loading: !1
2598
2598
  }, {
2599
2599
  default: v(() => [
2600
- m(j, {
2600
+ m(D, {
2601
2601
  icon: c(zt),
2602
2602
  loading: !1,
2603
2603
  color: "yellow"
@@ -2612,7 +2612,7 @@ const oe = /* @__PURE__ */ te(pl, [["render", yl]]), hl = {
2612
2612
  loading: !1
2613
2613
  }, {
2614
2614
  default: v(() => [
2615
- m(j, {
2615
+ m(D, {
2616
2616
  icon: c(At),
2617
2617
  loading: !1,
2618
2618
  color: "green"
@@ -2649,7 +2649,7 @@ const oe = /* @__PURE__ */ te(pl, [["render", yl]]), hl = {
2649
2649
  [X, c(o).to]
2650
2650
  ])
2651
2651
  ]),
2652
- m(j, {
2652
+ m(D, {
2653
2653
  class: "ml-4 cursor-pointer",
2654
2654
  size: "big",
2655
2655
  loading: S.loading,
@@ -2670,12 +2670,12 @@ const oe = /* @__PURE__ */ te(pl, [["render", yl]]), hl = {
2670
2670
  onDataPointSelection: O
2671
2671
  }, null, 8, ["type", "series", "height", "options"])
2672
2672
  ], 512), [
2673
- [D, !S.empty]
2673
+ [j, !S.empty]
2674
2674
  ]),
2675
2675
  C(e("div", {
2676
2676
  class: f(["h-[" + S.height + "px]", "w-full flex items-center justify-center flex-col"])
2677
2677
  }, [
2678
- m(j, {
2678
+ m(D, {
2679
2679
  icon: c(H),
2680
2680
  color: "gray",
2681
2681
  loading: !1,
@@ -2683,10 +2683,10 @@ const oe = /* @__PURE__ */ te(pl, [["render", yl]]), hl = {
2683
2683
  }, null, 8, ["icon"]),
2684
2684
  M[3] || (M[3] = e("p", { class: "text-xs uppercase text-gray-300 font-bold" }, "No data for this time frame", -1))
2685
2685
  ], 2), [
2686
- [D, S.empty]
2686
+ [j, S.empty]
2687
2687
  ])
2688
2688
  ], 2), [
2689
- [D, !S.loading]
2689
+ [j, !S.loading]
2690
2690
  ]),
2691
2691
  C(e("div", {
2692
2692
  class: f(["h-[" + S.height + "px]", "card chart apex-chart px-4 py-5 bg-white shadow rounded-lg overflow-hidden sm:p-6 flex grow h-80"])
@@ -2717,7 +2717,7 @@ const oe = /* @__PURE__ */ te(pl, [["render", yl]]), hl = {
2717
2717
  ])
2718
2718
  ], -1)
2719
2719
  ]), 2), [
2720
- [D, S.loading]
2720
+ [j, S.loading]
2721
2721
  ])
2722
2722
  ], 64));
2723
2723
  }
@@ -2754,10 +2754,10 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
2754
2754
  })
2755
2755
  ], -1)),
2756
2756
  C(e("h2", { class: "text-xs font-bold text-center uppercase mb-2" }, g(u.title), 513), [
2757
- [D, u.title]
2757
+ [j, u.title]
2758
2758
  ]),
2759
2759
  C(e("p", { class: "text-xs text-center uppercase md:w-1/4" }, g(u.message), 513), [
2760
- [D, u.message]
2760
+ [j, u.message]
2761
2761
  ])
2762
2762
  ], 2));
2763
2763
  }
@@ -2831,7 +2831,7 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
2831
2831
  "aria-hidden": "true"
2832
2832
  })
2833
2833
  ], 512), [
2834
- [D, d.current !== 1]
2834
+ [j, d.current !== 1]
2835
2835
  ]),
2836
2836
  (s(!0), a($, null, _(r.value, (h) => (s(), a("button", {
2837
2837
  onClick: (w) => n("changePage", h),
@@ -2854,7 +2854,7 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
2854
2854
  "aria-hidden": "true"
2855
2855
  })
2856
2856
  ], 512), [
2857
- [D, d.current !== d.total]
2857
+ [j, d.current !== d.total]
2858
2858
  ])
2859
2859
  ])
2860
2860
  ])
@@ -2864,7 +2864,7 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
2864
2864
  }), _r = { class: "hidden md:flex md:flex-col sticky md:inset-y-0" }, Cr = { class: "flex flex-col flex-grow overflow-y-auto" }, Sr = { class: "grow flex flex-col" }, Br = {
2865
2865
  class: "flex-1 space-y-1",
2866
2866
  "aria-label": "Sidebar"
2867
- }, Mr = { key: 0 }, Dr = ["onClick"], jr = {
2867
+ }, Mr = { key: 0 }, jr = ["onClick"], Dr = {
2868
2868
  key: 1,
2869
2869
  class: "text-left"
2870
2870
  }, Tr = {
@@ -2911,7 +2911,7 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
2911
2911
  class: f([r.current ? "bg-indigo-600 text-white" : "text-gray-600 hover:bg-gray-50 hover:text-gray-900", "group w-full flex items-center pl-2 pr-1 py-2 text-left text-sm font-medium rounded-md focus:outline-none"])
2912
2912
  }, {
2913
2913
  default: v(() => [
2914
- r.icon ? (s(), x(j, {
2914
+ r.icon ? (s(), x(D, {
2915
2915
  key: 0,
2916
2916
  loading: o.loading,
2917
2917
  icon: r.icon,
@@ -2955,7 +2955,7 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
2955
2955
  "group w-full flex items-center pl-2 py-2 text-sm font-medium rounded-md"
2956
2956
  ])
2957
2957
  }, [
2958
- r.icon ? (s(), x(j, {
2958
+ r.icon ? (s(), x(D, {
2959
2959
  key: 0,
2960
2960
  loading: o.loading,
2961
2961
  icon: r.icon,
@@ -2965,8 +2965,8 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
2965
2965
  ]),
2966
2966
  "aria-hidden": "true"
2967
2967
  }, null, 8, ["loading", "icon", "class"])) : b("", !0),
2968
- o.loading ? b("", !0) : (s(), a("span", jr, g(r.name), 1))
2969
- ], 10, Dr)
2968
+ o.loading ? b("", !0) : (s(), a("span", Dr, g(r.name), 1))
2969
+ ], 10, jr)
2970
2970
  ]))
2971
2971
  ], 64))), 128))
2972
2972
  ])
@@ -3012,7 +3012,7 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
3012
3012
  class: f([{ "!bg-indigo-900": t.active }, "w-full h-16 flex items-center justify-center cursor-pointer bg-indigo-600 hover:bg-indigo-700"]),
3013
3013
  onClick: (d) => l.$emit("productBarClick", t.name)
3014
3014
  }, [
3015
- m(j, {
3015
+ m(D, {
3016
3016
  icon: t.icon,
3017
3017
  loading: !1,
3018
3018
  color: "white",
@@ -3054,7 +3054,7 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
3054
3054
  class: f([t.current ? "bg-gray-100" : "hover:bg-gray-100", "flex w-full items-center gap-x-3 rounded-md p-2 text-left text-sm font-semibold leading-6 text-gray-700"])
3055
3055
  }, {
3056
3056
  default: v(() => [
3057
- m(j, {
3057
+ m(D, {
3058
3058
  icon: t.icon,
3059
3059
  color: "primary",
3060
3060
  size: "big",
@@ -3095,7 +3095,7 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
3095
3095
  _: 2
3096
3096
  }, 1024)
3097
3097
  ], 512), [
3098
- [D, t.children.some((r) => r.current) || t.current]
3098
+ [j, t.children.some((r) => r.current) || t.current]
3099
3099
  ])
3100
3100
  ]),
3101
3101
  _: 2
@@ -3104,7 +3104,7 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
3104
3104
  onClick: (r) => l.$emit("sideBarClick", t.id),
3105
3105
  class: f([t.current ? "bg-gray-100" : "hover:bg-gray-100", "group flex gap-x-3 rounded-md p-2 text-sm font-semibold leading-6 text-gray-700 cursor-pointer"])
3106
3106
  }, [
3107
- m(j, {
3107
+ m(D, {
3108
3108
  icon: t.icon,
3109
3109
  color: "primary",
3110
3110
  size: "big",
@@ -3165,7 +3165,7 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
3165
3165
  e("div", rn, [
3166
3166
  e("dt", null, [
3167
3167
  e("div", nn, [
3168
- m(j, {
3168
+ m(D, {
3169
3169
  loading: n.loading,
3170
3170
  icon: n.item.icon,
3171
3171
  class: "h-6 w-6 text-white",
@@ -3194,7 +3194,7 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
3194
3194
  "bg-cyan-300": n.item.color === "secondary"
3195
3195
  }])
3196
3196
  }, [
3197
- m(j, {
3197
+ m(D, {
3198
3198
  icon: n.item.icon,
3199
3199
  class: "h-6 w-6 text-white",
3200
3200
  "aria-hidden": "true",
@@ -3217,7 +3217,7 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
3217
3217
  "ml-2 flex items-baseline text-sm font-semibold"
3218
3218
  ])
3219
3219
  }, [
3220
- n.item.changeType === "increase" ? (s(), x(c(Dt), {
3220
+ n.item.changeType === "increase" ? (s(), x(c(jt), {
3221
3221
  key: 0,
3222
3222
  class: "self-center flex-shrink-0 h-3 w-3 text-green-500",
3223
3223
  "aria-hidden": "true"
@@ -3237,7 +3237,7 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
3237
3237
  }, g(n.item.actionText), 1)
3238
3238
  ])
3239
3239
  ], 512), [
3240
- [D, n.item.showFooter]
3240
+ [j, n.item.showFooter]
3241
3241
  ])
3242
3242
  ])
3243
3243
  ], 2)
@@ -3342,7 +3342,7 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
3342
3342
  })
3343
3343
  ], -1)),
3344
3344
  e("div", null, [
3345
- m(j, {
3345
+ m(D, {
3346
3346
  icon: c(It),
3347
3347
  loading: !1,
3348
3348
  color: "white",
@@ -3355,7 +3355,7 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
3355
3355
  }, $n = { key: 0 }, _n = { class: "flex flex-col" }, Cn = { class: "-my-2 overflow-x-auto" }, Sn = { class: "inline-block min-w-full py-2 align-middle px-1" }, Bn = { class: "relative overflow-hidden shadow ring-1 ring-black ring-opacity-5 md:rounded-lg" }, Mn = {
3356
3356
  key: 0,
3357
3357
  class: "absolute top-0 left-12 flex h-12 items-center space-x-3 sm:left-16 bg-white shadow rounded px-4 py-1 z-10"
3358
- }, Dn = ["onClick"], jn = { class: "min-w-full table-fixed divide-y divide-gray-300" }, Tn = { class: "bg-gray-50" }, zn = ["checked", "indeterminate"], Ln = ["onMouseover", "onMouseleave"], An = ["onClick"], On = {
3358
+ }, jn = ["onClick"], Dn = { class: "min-w-full table-fixed divide-y divide-gray-300" }, Tn = { class: "bg-gray-50" }, zn = ["checked", "indeterminate"], Ln = ["onMouseover", "onMouseleave"], An = ["onClick"], On = {
3359
3359
  key: 2,
3360
3360
  class: "group flex items-center uppercase text-xs"
3361
3361
  }, Nn = { class: "divide-y divide-gray-200 bg-white" }, In = {
@@ -3399,9 +3399,9 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
3399
3399
  key: F,
3400
3400
  type: "button",
3401
3401
  class: "inline-flex items-center rounded bg-indigo-600 hover:bg-indigo-800 px-2.5 py-1.5 text-xs font-medium text-white shadow-sm disabled:cursor-not-allowed disabled:opacity-30"
3402
- }, g(M.name), 9, Dn))), 128))
3402
+ }, g(M.name), 9, jn))), 128))
3403
3403
  ])) : b("", !0),
3404
- e("table", jn, [
3404
+ e("table", Dn, [
3405
3405
  e("thead", Tn, [
3406
3406
  e("tr", null, [
3407
3407
  e("th", {
@@ -3428,7 +3428,7 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
3428
3428
  key: 0,
3429
3429
  tip: M.tooltip
3430
3430
  }, null, 8, ["tip"])), [
3431
- [D, c(i) === M.name]
3431
+ [j, c(i) === M.name]
3432
3432
  ]) : b("", !0),
3433
3433
  M.value ? (s(), a("button", {
3434
3434
  key: 1,
@@ -3441,7 +3441,7 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
3441
3441
  M.value === w.orderedBy ? "bg-indigo-600 text-white group-hover:bg-gray-300" : "text-gray-400 group-hover:visible group-focus:visible"
3442
3442
  ], "ml-2 flex-none rounded group-hover:bg-indigo-200 group-hover:text-white"])
3443
3443
  }, [
3444
- m(j, {
3444
+ m(D, {
3445
3445
  icon: w.orderDirection === "asc" ? c(de) : c(Ke),
3446
3446
  loading: w.loading,
3447
3447
  color: M.value === w.orderedBy ? "white" : "primary"
@@ -3649,7 +3649,7 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
3649
3649
  e("span", {
3650
3650
  class: f([(t == null ? void 0 : t.iconBackground) || "bg-indigo-600", "h-8 w-8 rounded-full flex items-center justify-center ring-4 ring-white"])
3651
3651
  }, [
3652
- m(j, {
3652
+ m(D, {
3653
3653
  loading: l.loading,
3654
3654
  icon: t == null ? void 0 : t.icon,
3655
3655
  "aria-hidden": "true",
@@ -3690,7 +3690,7 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
3690
3690
  }, g(l.timeline.footerText), 1)
3691
3691
  ])
3692
3692
  ])) : (s(), a("div", ua, [
3693
- m(j, {
3693
+ m(D, {
3694
3694
  icon: c(H),
3695
3695
  color: "gray",
3696
3696
  loading: !1,
@@ -3700,7 +3700,7 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
3700
3700
  ]))
3701
3701
  ], 2));
3702
3702
  }
3703
- }), va = { class: "mx-auto px-6 lg:px-8" }, ba = { class: "flex justify-between h-20" }, wa = { class: "flex" }, xa = { class: "-ml-2 mr-2 flex items-center lg:hidden" }, ka = ["src"], $a = { class: "flex items-center" }, _a = { class: "lg:ml-4 lg:flex-shrink-0 lg:flex lg:items-center hidden" }, Ca = { class: "redCircle flex items-center justify-center h-4 w-4 bg-red-500 rounded-full absolute -top-0 -left-1" }, Sa = ["src"], Ba = ["onClick"], Ma = { class: "pt-2 pb-3 space-y-1" }, Da = ["onClick"], ja = { class: "pt-4 pb-3 border-t border-gray-200" }, Ta = { class: "flex items-center px-4 sm:px-6" }, za = { class: "flex-shrink-0" }, La = ["src"], Aa = {
3703
+ }), va = { class: "mx-auto px-6 lg:px-8" }, ba = { class: "flex justify-between h-20" }, wa = { class: "flex" }, xa = { class: "-ml-2 mr-2 flex items-center lg:hidden" }, ka = ["src"], $a = { class: "flex items-center" }, _a = { class: "lg:ml-4 lg:flex-shrink-0 lg:flex lg:items-center hidden" }, Ca = { class: "redCircle flex items-center justify-center h-4 w-4 bg-red-500 rounded-full absolute -top-0 -left-1" }, Sa = ["src"], Ba = ["onClick"], Ma = { class: "pt-2 pb-3 space-y-1" }, ja = ["onClick"], Da = { class: "pt-4 pb-3 border-t border-gray-200" }, Ta = { class: "flex items-center px-4 sm:px-6" }, za = { class: "flex-shrink-0" }, La = ["src"], Aa = {
3704
3704
  key: 0,
3705
3705
  class: "ml-3"
3706
3706
  }, Oa = { class: "text-base font-medium text-gray-800" }, Na = { class: "text-sm font-medium text-gray-500" }, Ia = { class: "mt-3 space-y-1" }, Ya = ["onClick"], Pa = /* @__PURE__ */ B({
@@ -3766,7 +3766,7 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
3766
3766
  C(e("div", Ca, o[2] || (o[2] = [
3767
3767
  e("span", { class: "animate-ping absolute inline-flex h-4 w-4 bg-red-500 rounded-full opacity-75" }, null, -1)
3768
3768
  ]), 512), [
3769
- [D, l.alerted]
3769
+ [j, l.alerted]
3770
3770
  ]),
3771
3771
  e("img", {
3772
3772
  class: "h-10 w-10 rounded-full",
@@ -3775,7 +3775,7 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
3775
3775
  ]),
3776
3776
  _: 1
3777
3777
  }, 512), [
3778
- [D, l.accountLogo]
3778
+ [j, l.accountLogo]
3779
3779
  ])
3780
3780
  ]),
3781
3781
  m(ue, {
@@ -3830,12 +3830,12 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
3830
3830
  default: v(() => [
3831
3831
  e("p", {
3832
3832
  onClick: (d) => l.$emit("topBarClick", r.id)
3833
- }, g(r.name), 9, Da)
3833
+ }, g(r.name), 9, ja)
3834
3834
  ]),
3835
3835
  _: 2
3836
3836
  }, 1032, ["class"]))), 128))
3837
3837
  ]),
3838
- e("div", ja, [
3838
+ e("div", Da, [
3839
3839
  e("div", Ta, [
3840
3840
  e("div", za, [
3841
3841
  e("img", {
@@ -3983,10 +3983,10 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
3983
3983
  onDataPointSelection: d
3984
3984
  }, null, 8, ["type", "series", "height", "options"])
3985
3985
  ], 512), [
3986
- [D, !y.empty]
3986
+ [j, !y.empty]
3987
3987
  ]),
3988
3988
  C(e("div", Ha, [
3989
- m(j, {
3989
+ m(D, {
3990
3990
  icon: c(H),
3991
3991
  color: "gray",
3992
3992
  loading: !1,
@@ -3994,10 +3994,10 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
3994
3994
  }, null, 8, ["icon"]),
3995
3995
  h[1] || (h[1] = e("p", { class: "text-xs uppercase text-gray-300 font-bold" }, "No data", -1))
3996
3996
  ], 512), [
3997
- [D, y.empty]
3997
+ [j, y.empty]
3998
3998
  ])
3999
3999
  ], 2), [
4000
- [D, !y.loading]
4000
+ [j, !y.loading]
4001
4001
  ]),
4002
4002
  C(e("div", Ea, h[2] || (h[2] = [
4003
4003
  e("div", {
@@ -4026,11 +4026,11 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
4026
4026
  ])
4027
4027
  ], -1)
4028
4028
  ]), 512), [
4029
- [D, y.loading]
4029
+ [j, y.loading]
4030
4030
  ])
4031
4031
  ], 64));
4032
4032
  }
4033
- }), Ja = { class: "w-full flex flex-col justify-center p-10 grow" }, Wa = { class: "text-2xl mt-4 font-bold" }, Ga = { class: "mt-4" }, Ka = { class: "buttons flex mt-8 gap-x-1" }, Qa = /* @__PURE__ */ B({
4033
+ }), Ja = { class: "w-full flex flex-col justify-center p-10 grow" }, Wa = { class: "text-center" }, Ga = { class: "text-2xl mt-4 font-bold" }, Ka = { class: "mt-4" }, Qa = { class: "buttons flex mt-8 gap-x-1 justify-center flex-col gap-y-2 md:flex-row md:gap-y-0" }, Xa = /* @__PURE__ */ B({
4034
4034
  __name: "uiNoResults",
4035
4035
  props: {
4036
4036
  title: {},
@@ -4042,17 +4042,17 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
4042
4042
  emits: ["action", "noResultsOptionSelected"],
4043
4043
  setup(p) {
4044
4044
  return (u, n) => (s(), a("div", Ja, [
4045
- m(j, {
4045
+ m(D, {
4046
4046
  class: "mx-auto",
4047
4047
  loading: !1,
4048
4048
  icon: c(H),
4049
4049
  size: "massive",
4050
4050
  color: "gray"
4051
4051
  }, null, 8, ["icon"]),
4052
- e("div", null, [
4053
- e("h2", Wa, g(u.title), 1),
4054
- e("p", Ga, g(u.message), 1),
4055
- e("div", Ka, [
4052
+ e("div", Wa, [
4053
+ e("h2", Ga, g(u.title), 1),
4054
+ e("p", Ka, g(u.message), 1),
4055
+ e("div", Qa, [
4056
4056
  (s(!0), a($, null, _(u.actions, (i, l) => (s(), x(J, {
4057
4057
  key: l,
4058
4058
  loading: !1,
@@ -4073,7 +4073,7 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
4073
4073
  ])
4074
4074
  ]));
4075
4075
  }
4076
- }), Xa = { class: "fixed inset-0 overflow-hidden" }, ei = { class: "absolute inset-0 overflow-hidden" }, ti = { class: "pointer-events-none fixed inset-y-0 right-0 flex max-w-full pl-10" }, si = { class: "flex h-full flex-col overflow-y-scroll bg-white shadow-xl" }, oi = { class: "bg-indigo-700 px-4 py-6 sm:px-6" }, li = { class: "flex items-center justify-between" }, ri = { class: "ml-3 flex h-7 items-center" }, ni = { class: "mt-1" }, ai = { class: "text-sm text-indigo-300" }, ii = { class: "relative flex-1 px-4 py-6 sm:px-6" }, di = /* @__PURE__ */ B({
4076
+ }), ei = { class: "fixed inset-0 overflow-hidden" }, ti = { class: "absolute inset-0 overflow-hidden" }, si = { class: "pointer-events-none fixed inset-y-0 right-0 flex max-w-full pl-10" }, oi = { class: "flex h-full flex-col overflow-y-scroll bg-white shadow-xl" }, li = { class: "bg-indigo-700 px-4 py-6 sm:px-6" }, ri = { class: "flex items-center justify-between" }, ni = { class: "ml-3 flex h-7 items-center" }, ai = { class: "mt-1" }, ii = { class: "text-sm text-indigo-300" }, di = { class: "relative flex-1 px-4 py-6 sm:px-6" }, ui = /* @__PURE__ */ B({
4077
4077
  __name: "uiRightSidebar",
4078
4078
  props: {
4079
4079
  title: {},
@@ -4094,9 +4094,9 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
4094
4094
  }, {
4095
4095
  default: v(() => [
4096
4096
  i[4] || (i[4] = e("div", { class: "fixed inset-0" }, null, -1)),
4097
- e("div", Xa, [
4098
- e("div", ei, [
4099
- e("div", ti, [
4097
+ e("div", ei, [
4098
+ e("div", ti, [
4099
+ e("div", si, [
4100
4100
  m(c(G), {
4101
4101
  as: "template",
4102
4102
  enter: "transform transition ease-in-out duration-500 sm:duration-700",
@@ -4109,16 +4109,16 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
4109
4109
  default: v(() => [
4110
4110
  m(c(_e), { class: "pointer-events-auto w-screen max-w-md" }, {
4111
4111
  default: v(() => [
4112
- e("div", si, [
4113
- e("div", oi, [
4114
- e("div", li, [
4112
+ e("div", oi, [
4113
+ e("div", li, [
4114
+ e("div", ri, [
4115
4115
  m(c(He), { class: "text-base font-semibold leading-6 text-white" }, {
4116
4116
  default: v(() => [
4117
4117
  T(g(n.title), 1)
4118
4118
  ]),
4119
4119
  _: 1
4120
4120
  }),
4121
- e("div", ri, [
4121
+ e("div", ni, [
4122
4122
  e("button", {
4123
4123
  type: "button",
4124
4124
  class: "relative rounded-md bg-indigo-700 text-indigo-200 hover:text-white outline-none",
@@ -4133,11 +4133,11 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
4133
4133
  ])
4134
4134
  ])
4135
4135
  ]),
4136
- e("div", ni, [
4137
- e("p", ai, g(n.description), 1)
4136
+ e("div", ai, [
4137
+ e("p", ii, g(n.description), 1)
4138
4138
  ])
4139
4139
  ]),
4140
- e("div", ii, [
4140
+ e("div", di, [
4141
4141
  V(n.$slots, "default")
4142
4142
  ])
4143
4143
  ])
@@ -4158,15 +4158,15 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
4158
4158
  _: 3
4159
4159
  }, 8, ["show"]));
4160
4160
  }
4161
- }), ui = { class: "uiGallery" }, ci = {
4161
+ }), ci = { class: "uiGallery" }, gi = {
4162
4162
  key: 1,
4163
4163
  role: "list",
4164
4164
  class: "grid grid-cols-2 gap-x-4 gap-y-8 sm:grid-cols-3 sm:gap-x-4 lg:grid-cols-6"
4165
- }, gi = { class: "group aspect-h-7 aspect-w-10 block w-full overflow-hidden rounded-lg bg-gray-100 focus-within:ring-2 focus-within:ring-indigo-500 focus-within:ring-offset-2 focus-within:ring-offset-gray-100" }, mi = ["src"], pi = ["onClick"], fi = { class: "pointer-events-none mt-2 block truncate text-sm font-medium text-gray-900" }, yi = { class: "flex items-center justify-between" }, hi = { class: "pointer-events-none block text-sm font-medium text-gray-500" }, vi = {
4165
+ }, mi = { class: "group aspect-h-7 aspect-w-10 block w-full overflow-hidden rounded-lg bg-gray-100 focus-within:ring-2 focus-within:ring-indigo-500 focus-within:ring-offset-2 focus-within:ring-offset-gray-100" }, pi = ["src"], fi = ["onClick"], yi = { class: "pointer-events-none mt-2 block truncate text-sm font-medium text-gray-900" }, hi = { class: "flex items-center justify-between" }, vi = { class: "pointer-events-none block text-sm font-medium text-gray-500" }, bi = {
4166
4166
  key: 2,
4167
4167
  role: "list",
4168
4168
  class: "grid grid-cols-2 gap-x-4 gap-y-8 sm:grid-cols-3 sm:gap-x-4 lg:grid-cols-6"
4169
- }, bi = /* @__PURE__ */ B({
4169
+ }, wi = /* @__PURE__ */ B({
4170
4170
  __name: "uiGallery",
4171
4171
  props: {
4172
4172
  galleryId: {},
@@ -4179,7 +4179,7 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
4179
4179
  const n = u, i = A(!1), l = (o) => {
4180
4180
  i.value = !1, n("modalAction", o);
4181
4181
  };
4182
- return (o, t) => (s(), a("div", ui, [
4182
+ return (o, t) => (s(), a("div", ci, [
4183
4183
  o.loading ? b("", !0) : (s(), x(et, {
4184
4184
  key: 0,
4185
4185
  open: i.value,
@@ -4194,33 +4194,33 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
4194
4194
  ]),
4195
4195
  _: 1
4196
4196
  }, 8, ["open", "title", "actions"])),
4197
- o.loading ? (s(), a("ul", vi, [
4197
+ o.loading ? (s(), a("ul", bi, [
4198
4198
  (s(), a($, null, _(4, (r) => e("li", null, t[2] || (t[2] = [
4199
4199
  e("div", { class: "group aspect-h-7 aspect-w-10 block w-full overflow-hidden rounded-lg bg-gray-200 animate-pulse dark:bg-gray-200 focus-within:ring-2 focus-within:ring-indigo-500 focus-within:ring-offset-2 focus-within:ring-offset-gray-100" }, null, -1),
4200
4200
  e("p", { class: "animate-pulse h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-28 mt-4" }, null, -1),
4201
4201
  e("p", { class: "animate-pulse h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-14 mt-2" }, null, -1)
4202
4202
  ]))), 64))
4203
- ])) : (s(), a("ul", ci, [
4203
+ ])) : (s(), a("ul", gi, [
4204
4204
  (s(!0), a($, null, _(o.gallery, (r) => (s(), a("li", {
4205
4205
  key: r.source,
4206
4206
  class: "relative"
4207
4207
  }, [
4208
- e("div", gi, [
4208
+ e("div", mi, [
4209
4209
  e("img", {
4210
4210
  src: r.source,
4211
4211
  alt: "",
4212
4212
  class: "pointer-events-none object-cover group-hover:opacity-75"
4213
- }, null, 8, mi),
4213
+ }, null, 8, pi),
4214
4214
  e("button", {
4215
4215
  type: "button",
4216
4216
  class: "absolute inset-0 focus:outline-none",
4217
4217
  onClick: (d) => o.$emit("imgClicked", r)
4218
- }, null, 8, pi)
4218
+ }, null, 8, fi)
4219
4219
  ]),
4220
- e("p", fi, g(r.title), 1),
4221
- e("div", yi, [
4222
- e("p", hi, g(r.size), 1),
4223
- m(j, {
4220
+ e("p", yi, g(r.title), 1),
4221
+ e("div", hi, [
4222
+ e("p", vi, g(r.size), 1),
4223
+ m(D, {
4224
4224
  class: "cursor-pointer",
4225
4225
  icon: c(Yt),
4226
4226
  color: "red",
@@ -4245,10 +4245,10 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
4245
4245
  })) : b("", !0)
4246
4246
  ]));
4247
4247
  }
4248
- }), wi = { class: "cursor-move mb-1 relative flex items-center space-x-3 rounded-lg border border-gray-300 bg-white p-4 shadow-sm focus-within:ring-2 focus-within:ring-indigo-500 focus-within:ring-offset-2 hover:border-gray-400" }, xi = { class: "flex flex-row items-center w-full" }, ki = { class: "content text-sm grow" }, $i = { class: "font-bold" }, _i = { key: 0 }, Ci = { class: "font-bold text-gray-400" }, Si = {
4248
+ }), xi = { class: "cursor-move mb-1 relative flex items-center space-x-3 rounded-lg border border-gray-300 bg-white p-4 shadow-sm focus-within:ring-2 focus-within:ring-indigo-500 focus-within:ring-offset-2 hover:border-gray-400" }, ki = { class: "flex flex-row items-center w-full" }, $i = { class: "content text-sm grow" }, _i = { class: "font-bold" }, Ci = { key: 0 }, Si = { class: "font-bold text-gray-400" }, Bi = {
4249
4249
  key: 1,
4250
4250
  class: "animate-pulse"
4251
- }, Bi = /* @__PURE__ */ B({
4251
+ }, Mi = /* @__PURE__ */ B({
4252
4252
  __name: "uiDragAndDrop",
4253
4253
  props: {
4254
4254
  elements: {},
@@ -4264,7 +4264,7 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
4264
4264
  const o = (t) => {
4265
4265
  n("dragAndDropUpdated", t);
4266
4266
  };
4267
- return (t, r) => t.loading ? (s(), a("div", Si, r[2] || (r[2] = [
4267
+ return (t, r) => t.loading ? (s(), a("div", Bi, r[2] || (r[2] = [
4268
4268
  K('<div class="h-16 mb-1 relative flex items-center space-x-3 rounded-lg bg-gray-200 dark:bg-gray-300 p-4 shadow-sm"></div><div class="h-16 mb-1 relative flex items-center space-x-3 rounded-lg bg-gray-200 dark:bg-gray-300 p-4 shadow-sm"></div><div class="h-16 mb-1 relative flex items-center space-x-3 rounded-lg bg-gray-200 dark:bg-gray-300 p-4 shadow-sm"></div><div class="h-16 mb-1 relative flex items-center space-x-3 rounded-lg bg-gray-200 dark:bg-gray-300 p-4 shadow-sm"></div><div class="h-16 relative flex items-center space-x-3 rounded-lg bg-gray-200 dark:bg-gray-300 p-4 shadow-sm"></div>', 5)
4269
4269
  ]))) : (s(), x(c(ht), {
4270
4270
  key: 0,
@@ -4275,27 +4275,27 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
4275
4275
  ]
4276
4276
  }, {
4277
4277
  item: v(({ item: d }) => [
4278
- e("div", wi, [
4279
- e("div", xi, [
4280
- m(j, {
4281
- icon: c(jt),
4278
+ e("div", xi, [
4279
+ e("div", ki, [
4280
+ m(D, {
4281
+ icon: c(Dt),
4282
4282
  loading: !1,
4283
4283
  color: "gray",
4284
4284
  class: "mr-4",
4285
4285
  size: "big"
4286
4286
  }, null, 8, ["icon"]),
4287
- e("div", ki, [
4288
- e("p", $i, g(d.name), 1),
4289
- d.description ? (s(), a("p", _i, g(d.description), 1)) : b("", !0)
4287
+ e("div", $i, [
4288
+ e("p", _i, g(d.name), 1),
4289
+ d.description ? (s(), a("p", Ci, g(d.description), 1)) : b("", !0)
4290
4290
  ]),
4291
- e("div", Ci, g(c(l).indexOf(d) + 1), 1)
4291
+ e("div", Si, g(c(l).indexOf(d) + 1), 1)
4292
4292
  ])
4293
4293
  ])
4294
4294
  ]),
4295
4295
  _: 1
4296
4296
  }, 8, ["modelValue"]));
4297
4297
  }
4298
- }), Mi = { class: "chart-header flex flex-row justify-between" }, Di = { class: "text-sm font-medium text-gray-500 truncate" }, ji = { class: "hidden sm:flex items-center" }, Ti = { class: "w-1/2 min-w-0 flex-1" }, zi = ["max"], Li = { class: "min-w-0 flex-1" }, Ai = ["max"], Oi = { class: "chart-content" }, Ni = { class: "h-full w-full flex items-center justify-center flex-col" }, Ii = { class: "card chart apex-chart px-4 py-5 bg-white shadow rounded-lg overflow-hidden sm:p-6 flex grow h-80" }, Yi = /* @__PURE__ */ B({
4298
+ }), ji = { class: "chart-header flex flex-row justify-between" }, Di = { class: "text-sm font-medium text-gray-500 truncate" }, Ti = { class: "hidden sm:flex items-center" }, zi = { class: "w-1/2 min-w-0 flex-1" }, Li = ["max"], Ai = { class: "min-w-0 flex-1" }, Oi = ["max"], Ni = { class: "chart-content" }, Ii = { class: "h-full w-full flex items-center justify-center flex-col" }, Yi = { class: "card chart apex-chart px-4 py-5 bg-white shadow rounded-lg overflow-hidden sm:p-6 flex grow h-80" }, Pi = /* @__PURE__ */ B({
4299
4299
  __name: "uiCircleChart",
4300
4300
  props: {
4301
4301
  labels: {},
@@ -4363,10 +4363,10 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
4363
4363
  C(e("div", {
4364
4364
  class: f(["h-[" + O.height + "px]", "card chart apex-chart px-4 py-5 bg-white shadow rounded-lg overflow-hidden sm:p-6 flex grow"])
4365
4365
  }, [
4366
- e("div", Mi, [
4366
+ e("div", ji, [
4367
4367
  e("div", Di, g(O.title), 1),
4368
- e("div", ji, [
4369
- e("div", Ti, [
4368
+ e("div", Ti, [
4369
+ e("div", zi, [
4370
4370
  C(e("input", {
4371
4371
  type: "datetime-local",
4372
4372
  "onUpdate:modelValue": S[0] || (S[0] = (M) => c(o).from = M),
@@ -4375,11 +4375,11 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
4375
4375
  name: "from",
4376
4376
  id: "from",
4377
4377
  class: "text-xs relative block w-full rounded rounded-r-none border-0 bg-transparent py-1.5 text-gray-900 ring-1 ring-inset ring-gray-300 placeholder:text-gray-400 focus:z-10 focus:ring-2 focus:ring-inset focus:ring-indigo-600"
4378
- }, null, 40, zi), [
4378
+ }, null, 40, Li), [
4379
4379
  [X, c(o).from]
4380
4380
  ])
4381
4381
  ]),
4382
- e("div", Li, [
4382
+ e("div", Ai, [
4383
4383
  C(e("input", {
4384
4384
  type: "datetime-local",
4385
4385
  "onUpdate:modelValue": S[1] || (S[1] = (M) => c(o).to = M),
@@ -4388,11 +4388,11 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
4388
4388
  name: "to",
4389
4389
  id: "to",
4390
4390
  class: "text-xs relative block w-full -mr-2 rounded rounded-l-none border-0 bg-transparent py-1.5 text-gray-900 ring-1 ring-inset ring-gray-300 placeholder:text-gray-400 focus:z-10 focus:ring-2 focus:ring-inset focus:ring-indigo-600"
4391
- }, null, 40, Ai), [
4391
+ }, null, 40, Oi), [
4392
4392
  [X, c(o).to]
4393
4393
  ])
4394
4394
  ]),
4395
- m(j, {
4395
+ m(D, {
4396
4396
  class: "ml-4 cursor-pointer",
4397
4397
  size: "big",
4398
4398
  loading: O.loading,
@@ -4401,7 +4401,7 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
4401
4401
  }, null, 8, ["loading", "icon"])
4402
4402
  ])
4403
4403
  ]),
4404
- C(e("div", Oi, [
4404
+ C(e("div", Ni, [
4405
4405
  m(c(Be), {
4406
4406
  class: "flex items-center justify-center mt-4",
4407
4407
  type: "donut",
@@ -4413,10 +4413,10 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
4413
4413
  onDataPointSelection: w
4414
4414
  }, null, 8, ["series", "options", "height"])
4415
4415
  ], 512), [
4416
- [D, !O.empty]
4416
+ [j, !O.empty]
4417
4417
  ]),
4418
- C(e("div", Ni, [
4419
- m(j, {
4418
+ C(e("div", Ii, [
4419
+ m(D, {
4420
4420
  icon: c(H),
4421
4421
  color: "gray",
4422
4422
  loading: !1,
@@ -4424,12 +4424,12 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
4424
4424
  }, null, 8, ["icon"]),
4425
4425
  S[3] || (S[3] = e("p", { class: "text-xs uppercase text-gray-300 font-bold" }, "No data", -1))
4426
4426
  ], 512), [
4427
- [D, O.empty]
4427
+ [j, O.empty]
4428
4428
  ])
4429
4429
  ], 2), [
4430
- [D, !O.loading]
4430
+ [j, !O.loading]
4431
4431
  ]),
4432
- C(e("div", Ii, S[4] || (S[4] = [
4432
+ C(e("div", Yi, S[4] || (S[4] = [
4433
4433
  e("div", {
4434
4434
  role: "status",
4435
4435
  class: "w-full animate-pulse h-full flex flex-col"
@@ -4456,17 +4456,17 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
4456
4456
  ])
4457
4457
  ], -1)
4458
4458
  ]), 512), [
4459
- [D, O.loading]
4459
+ [j, O.loading]
4460
4460
  ])
4461
4461
  ], 64));
4462
4462
  }
4463
- }), Pi = {
4463
+ }), Fi = {
4464
4464
  key: 0,
4465
4465
  class: "flex flex-col lg:flex-row w-full gap-y-4 gap-x-2"
4466
- }, Fi = {
4466
+ }, qi = {
4467
4467
  key: 1,
4468
4468
  class: "flex flex-col lg:flex-row w-full gap-y-4 gap-x-2"
4469
- }, qi = /* @__PURE__ */ B({
4469
+ }, Vi = /* @__PURE__ */ B({
4470
4470
  __name: "uiDateRange",
4471
4471
  props: {
4472
4472
  id: {},
@@ -4490,7 +4490,7 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
4490
4490
  const t = () => {
4491
4491
  o("uiDateRangeButtonClicked", l);
4492
4492
  };
4493
- return (r, d) => r.loading ? (s(), a("div", Fi, [
4493
+ return (r, d) => r.loading ? (s(), a("div", qi, [
4494
4494
  m(E, {
4495
4495
  name: "dateFrom",
4496
4496
  loading: !0
@@ -4506,7 +4506,7 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
4506
4506
  _: 1,
4507
4507
  __: [2]
4508
4508
  })
4509
- ])) : (s(), a("div", Pi, [
4509
+ ])) : (s(), a("div", Fi, [
4510
4510
  m(E, {
4511
4511
  type: "datetime-local",
4512
4512
  loading: !1,
@@ -4548,16 +4548,16 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
4548
4548
  }, 8, ["disabled", "class"])
4549
4549
  ]));
4550
4550
  }
4551
- }), Vi = { class: "flex justify-between items-center" }, Ri = {
4551
+ }), Ri = { class: "flex justify-between items-center" }, Ui = {
4552
4552
  key: 0,
4553
4553
  class: "block text-sm font-medium text-gray-700"
4554
- }, Ui = {
4554
+ }, Hi = {
4555
4555
  key: 1,
4556
4556
  class: "place-self-center text-[10px] text-gray-500 uppercase justify-self-end"
4557
- }, Hi = {
4557
+ }, Ei = {
4558
4558
  key: 1,
4559
4559
  class: "h-2 animate-pulse bg-gray-200 rounded-full dark:bg-gray-300 w-full"
4560
- }, Ei = /* @__PURE__ */ B({
4560
+ }, Zi = /* @__PURE__ */ B({
4561
4561
  __name: "uiRangeSlider",
4562
4562
  props: {
4563
4563
  loading: { type: Boolean, default: !0 },
@@ -4572,14 +4572,14 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
4572
4572
  setup(p, { emit: u }) {
4573
4573
  const n = u, l = A(p.sliderValue);
4574
4574
  return (o, t) => (s(), a("div", null, [
4575
- e("div", Vi, [
4576
- o.label ? (s(), a("label", Ri, g(o.label), 1)) : b("", !0),
4577
- o.requiredText ? (s(), a("span", Ui, g(o.requiredText), 1)) : b("", !0)
4575
+ e("div", Ri, [
4576
+ o.label ? (s(), a("label", Ui, g(o.label), 1)) : b("", !0),
4577
+ o.requiredText ? (s(), a("span", Hi, g(o.requiredText), 1)) : b("", !0)
4578
4578
  ]),
4579
4579
  e("div", {
4580
4580
  class: f([{ "mt-1": o.label }, "pt-16 px-6 pb-6 bg-gray-50 border border-gray-300 rounded-lg shadow-sm"])
4581
4581
  }, [
4582
- o.loading ? (s(), a("p", Hi)) : (s(), x(c(vt), {
4582
+ o.loading ? (s(), a("p", Ei)) : (s(), x(c(vt), {
4583
4583
  key: 0,
4584
4584
  modelValue: l.value,
4585
4585
  "onUpdate:modelValue": t[0] || (t[0] = (r) => l.value = r),
@@ -4595,7 +4595,7 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
4595
4595
  ], 2)
4596
4596
  ]));
4597
4597
  }
4598
- }), Zi = { class: "mt-1 mb-8 text-sm text-gray-500" }, Ji = /* @__PURE__ */ B({
4598
+ }), Ji = { class: "mt-1 mb-8 text-sm text-gray-500" }, Wi = /* @__PURE__ */ B({
4599
4599
  __name: "uiSectionTitle",
4600
4600
  props: {
4601
4601
  title: {},
@@ -4606,16 +4606,16 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
4606
4606
  e("h3", {
4607
4607
  class: f(["text-lg font-medium leading-6 text-gray-900", { "mb-8": u.description === void 0 }])
4608
4608
  }, g(u.title), 3),
4609
- e("p", Zi, g(u.description), 1)
4609
+ e("p", Ji, g(u.description), 1)
4610
4610
  ], 64));
4611
4611
  }
4612
- }), Wi = {
4612
+ }), Gi = {
4613
4613
  key: 0,
4614
4614
  class: "col-span-1 flex flex-col divide-y divide-gray-200 rounded-lg bg-white text-center shadow"
4615
- }, Gi = { class: "flex flex-1 flex-col p-8" }, Ki = { class: "text-2xl font-bold text-gray-900" }, Qi = { class: "mt-1 flex flex-grow flex-col justify-between" }, Xi = { class: "mt-3 flex flex-wrap gap-x-1 gap-y-1 justify-center" }, ed = {
4615
+ }, Ki = { class: "flex flex-1 flex-col p-8" }, Qi = { class: "text-2xl font-bold text-gray-900" }, Xi = { class: "mt-1 flex flex-grow flex-col justify-between" }, ed = { class: "mt-3 flex flex-wrap gap-x-1 gap-y-1 justify-center" }, td = {
4616
4616
  key: 1,
4617
4617
  class: "col-span-1 flex flex-col divide-y divide-gray-200 rounded-lg bg-white text-center shadow"
4618
- }, td = { class: "flex flex-1 flex-col p-8" }, sd = { class: "rounded-md p-3 flex items-center justify-center mx-auto mb-4 bg-gray-200" }, od = { class: "mt-1 flex flex-grow flex-col justify-between" }, ld = { class: "mt-3 flex flex-wrap gap-x-1 gap-y-1 justify-center" }, rd = /* @__PURE__ */ B({
4618
+ }, sd = { class: "flex flex-1 flex-col p-8" }, od = { class: "rounded-md p-3 flex items-center justify-center mx-auto mb-4 bg-gray-200" }, ld = { class: "mt-1 flex flex-grow flex-col justify-between" }, rd = { class: "mt-3 flex flex-wrap gap-x-1 gap-y-1 justify-center" }, nd = /* @__PURE__ */ B({
4619
4619
  __name: "uiDeviceStatus",
4620
4620
  props: {
4621
4621
  id: {},
@@ -4628,10 +4628,10 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
4628
4628
  },
4629
4629
  emits: ["deviceStatusTagClicked", "deviceStatusQtyClicked"],
4630
4630
  setup(p, { emit: u }) {
4631
- return (n, i) => n.loading ? (s(), a("div", ed, [
4632
- e("div", td, [
4633
- e("div", sd, [
4634
- m(j, {
4631
+ return (n, i) => n.loading ? (s(), a("div", td, [
4632
+ e("div", sd, [
4633
+ e("div", od, [
4634
+ m(D, {
4635
4635
  icon: n.icon,
4636
4636
  size: "huge",
4637
4637
  class: "text-white",
@@ -4640,8 +4640,8 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
4640
4640
  }, null, 8, ["icon", "loading"])
4641
4641
  ]),
4642
4642
  i[3] || (i[3] = e("div", { class: "h-4 bg-gray-200 rounded-full dark:bg-gray-300 w-1/3 mx-auto" }, null, -1)),
4643
- e("dl", od, [
4644
- e("dd", ld, [
4643
+ e("dl", ld, [
4644
+ e("dd", rd, [
4645
4645
  (s(!0), a($, null, _(n.tags, (l, o) => (s(), x(U, {
4646
4646
  key: o,
4647
4647
  loading: n.loading,
@@ -4657,8 +4657,8 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
4657
4657
  ])
4658
4658
  ])
4659
4659
  ])
4660
- ])) : (s(), a("div", Wi, [
4661
- e("div", Gi, [
4660
+ ])) : (s(), a("div", Gi, [
4661
+ e("div", Ki, [
4662
4662
  e("div", {
4663
4663
  class: f(["rounded-md p-3 flex items-center justify-center mx-auto mb-4", {
4664
4664
  "bg-green-500": !n.color || n.color === "green",
@@ -4669,7 +4669,7 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
4669
4669
  "bg-gray-100": n.color === "light"
4670
4670
  }])
4671
4671
  }, [
4672
- m(j, {
4672
+ m(D, {
4673
4673
  icon: n.icon,
4674
4674
  size: "huge",
4675
4675
  class: "text-white",
@@ -4677,17 +4677,17 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
4677
4677
  loading: !1
4678
4678
  }, null, 8, ["icon"])
4679
4679
  ], 2),
4680
- e("h3", Ki, [
4680
+ e("h3", Qi, [
4681
4681
  T(g(n.name) + " ", 1),
4682
4682
  C(e("span", {
4683
4683
  class: "text-indigo-600 hover:text-indigo-900 cursor-pointer",
4684
4684
  onClick: i[0] || (i[0] = (l) => n.$emit("deviceStatusQtyClicked", n.id))
4685
4685
  }, "(" + g(n.qty) + ")", 513), [
4686
- [D, n.qty > 0]
4686
+ [j, n.qty > 0]
4687
4687
  ])
4688
4688
  ]),
4689
- e("dl", Qi, [
4690
- e("dd", Xi, [
4689
+ e("dl", Xi, [
4690
+ e("dd", ed, [
4691
4691
  (s(!0), a($, null, _(n.tags, (l, o) => (s(), x(U, {
4692
4692
  key: o,
4693
4693
  loading: !1,
@@ -4705,10 +4705,10 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
4705
4705
  ])
4706
4706
  ]));
4707
4707
  }
4708
- }), nd = { class: "fixed inset-0 flex" }, ad = { class: "absolute left-full top-0 flex w-16 justify-center pt-5" }, id = { class: "hidden lg:fixed lg:inset-y-0 lg:z-50 lg:flex lg:w-[25rem] lg:flex-col" }, dd = { class: "lg:pl-[25rem]" }, ud = { class: "sticky top-0 z-10 flex h-16 shrink-0 items-center gap-x-4 border-b border-gray-200 bg-white px-4 shadow-sm sm:gap-x-6 sm:px-6 lg:px-8" }, cd = { class: "flex flex-1 gap-x-4 self-stretch lg:gap-x-6" }, gd = { class: "flex items-center gap-x-4 lg:gap-x-6" }, md = {
4708
+ }), ad = { class: "fixed inset-0 flex" }, id = { class: "absolute left-full top-0 flex w-16 justify-center pt-5" }, dd = { class: "hidden lg:fixed lg:inset-y-0 lg:z-50 lg:flex lg:w-[25rem] lg:flex-col" }, ud = { class: "lg:pl-[25rem]" }, cd = { class: "sticky top-0 z-10 flex h-16 shrink-0 items-center gap-x-4 border-b border-gray-200 bg-white px-4 shadow-sm sm:gap-x-6 sm:px-6 lg:px-8" }, gd = { class: "flex flex-1 gap-x-4 self-stretch lg:gap-x-6" }, md = { class: "flex items-center gap-x-4 lg:gap-x-6" }, pd = {
4709
4709
  type: "button",
4710
4710
  class: "-m-2.5 p-2.5 text-gray-400 hover:text-gray-500 relative"
4711
- }, pd = { class: "redCircle flex items-center justify-center h-4 w-4 bg-red-500 rounded-full absolute top-1 left-2" }, fd = ["src"], yd = { class: "hidden lg:flex lg:items-center" }, hd = ["onClick"], vd = { class: "py-7" }, bd = { class: "px-7 lg:px-10" }, wd = /* @__PURE__ */ B({
4711
+ }, fd = { class: "redCircle flex items-center justify-center h-4 w-4 bg-red-500 rounded-full absolute top-1 left-2" }, yd = ["src"], hd = { class: "hidden lg:flex lg:items-center" }, vd = ["onClick"], bd = { class: "py-7" }, wd = { class: "px-7 lg:px-10" }, xd = /* @__PURE__ */ B({
4712
4712
  __name: "uiWrapper",
4713
4713
  props: {
4714
4714
  topbar: {},
@@ -4746,7 +4746,7 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
4746
4746
  _: 1,
4747
4747
  __: [9]
4748
4748
  }),
4749
- e("div", nd, [
4749
+ e("div", ad, [
4750
4750
  m(c(G), {
4751
4751
  as: "template",
4752
4752
  enter: "transition ease-in-out duration-300 transform",
@@ -4769,7 +4769,7 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
4769
4769
  "leave-to": "opacity-0"
4770
4770
  }, {
4771
4771
  default: v(() => [
4772
- e("div", ad, [
4772
+ e("div", id, [
4773
4773
  e("button", {
4774
4774
  type: "button",
4775
4775
  class: "-m-2.5 p-2.5",
@@ -4810,7 +4810,7 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
4810
4810
  ]),
4811
4811
  _: 1
4812
4812
  }, 8, ["show"]),
4813
- e("div", id, [
4813
+ e("div", dd, [
4814
4814
  m(ye, {
4815
4815
  productsSidebar: t.sidebar.productsSidebar,
4816
4816
  isFilterNavigation: t.sidebar.isFilterNavigation,
@@ -4824,8 +4824,8 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
4824
4824
  onInputChanged: r[7] || (r[7] = (d) => t.$emit("inputChanged", d))
4825
4825
  }, null, 8, ["productsSidebar", "isFilterNavigation", "navigation", "filterNavigation", "logo"])
4826
4826
  ]),
4827
- e("div", dd, [
4828
- e("div", ud, [
4827
+ e("div", ud, [
4828
+ e("div", cd, [
4829
4829
  e("button", {
4830
4830
  type: "button",
4831
4831
  class: "-m-2.5 p-2.5 text-gray-700 lg:hidden",
@@ -4841,20 +4841,20 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
4841
4841
  class: "h-6 w-px bg-gray-200 lg:hidden",
4842
4842
  "aria-hidden": "true"
4843
4843
  }, null, -1)),
4844
- e("div", cd, [
4845
- m(De, {
4844
+ e("div", gd, [
4845
+ m(je, {
4846
4846
  class: "w-full self-center relative",
4847
4847
  items: t.topbar.selectItems,
4848
4848
  select: t.topbar.selectedItem,
4849
4849
  onSelectChanged: r[8] || (r[8] = (d) => t.$emit("selectChanged", d))
4850
4850
  }, null, 8, ["items", "select"]),
4851
- e("div", gd, [
4852
- e("button", md, [
4851
+ e("div", md, [
4852
+ e("button", pd, [
4853
4853
  r[13] || (r[13] = e("span", { class: "sr-only" }, "View notifications", -1)),
4854
- C(e("div", pd, r[12] || (r[12] = [
4854
+ C(e("div", fd, r[12] || (r[12] = [
4855
4855
  e("span", { class: "animate-ping absolute inline-flex h-4 w-4 bg-red-500 rounded-full opacity-75" }, null, -1)
4856
4856
  ]), 512), [
4857
- [D, t.topbar.alerted]
4857
+ [j, t.topbar.alerted]
4858
4858
  ]),
4859
4859
  m(c(Tt), {
4860
4860
  class: "h-6 w-6",
@@ -4877,8 +4877,8 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
4877
4877
  class: "h-8 w-8 rounded-full bg-gray-50",
4878
4878
  src: t.topbar.accountLogo,
4879
4879
  alt: ""
4880
- }, null, 8, fd),
4881
- e("span", yd, [
4880
+ }, null, 8, yd),
4881
+ e("span", hd, [
4882
4882
  m(c(de), {
4883
4883
  class: "ml-2 h-5 w-5 text-gray-400",
4884
4884
  "aria-hidden": "true"
@@ -4906,7 +4906,7 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
4906
4906
  e("a", {
4907
4907
  onClick: (h) => t.$emit("topBarClick", d.id),
4908
4908
  class: f([y ? "bg-gray-50" : "", "block px-3 py-1 text-sm leading-6 text-gray-900"])
4909
- }, g(d.name), 11, hd)
4909
+ }, g(d.name), 11, vd)
4910
4910
  ]),
4911
4911
  _: 2
4912
4912
  }, 1024))), 128))
@@ -4922,15 +4922,15 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
4922
4922
  ])
4923
4923
  ])
4924
4924
  ]),
4925
- e("main", vd, [
4926
- e("div", bd, [
4925
+ e("main", bd, [
4926
+ e("div", wd, [
4927
4927
  V(t.$slots, "default")
4928
4928
  ])
4929
4929
  ])
4930
4930
  ])
4931
4931
  ]));
4932
4932
  }
4933
- }), xd = /* @__PURE__ */ B({
4933
+ }), kd = /* @__PURE__ */ B({
4934
4934
  __name: "uiDynamicStats",
4935
4935
  props: {
4936
4936
  dynamicStats: {},
@@ -4949,13 +4949,13 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
4949
4949
  }, null, 8, ["item", "loading"]))), 128))
4950
4950
  ], 2));
4951
4951
  }
4952
- }), kd = { class: "flex justify-between" }, $d = {
4952
+ }), $d = { class: "flex justify-between" }, _d = {
4953
4953
  key: 0,
4954
4954
  class: "text-[10px] text-gray-500 uppercase justify-self-end place-self-center"
4955
- }, _d = { class: "relative" }, Cd = { class: "block flex flex-wrap gap-2" }, Sd = {
4955
+ }, Cd = { class: "relative" }, Sd = { class: "block flex flex-wrap gap-2" }, Bd = {
4956
4956
  key: 0,
4957
4957
  class: "p-0.5"
4958
- }, Bd = ["onClick"], Md = { class: "absolute mt-1 w-full rounded-md bg-white shadow-lg z-50" }, Dd = {
4958
+ }, Md = ["onClick"], jd = { class: "absolute mt-1 w-full rounded-md bg-white shadow-lg z-50" }, Dd = {
4959
4959
  key: 1,
4960
4960
  class: "animate-pulse px-4 py-2.5 bg-gray-200 rounded-md flex justify-between items-center w-full"
4961
4961
  }, ot = /* @__PURE__ */ B({
@@ -5000,16 +5000,16 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
5000
5000
  as: "div"
5001
5001
  }, {
5002
5002
  default: v(() => [
5003
- e("div", kd, [
5003
+ e("div", $d, [
5004
5004
  m(c(mt), { class: "block text-sm font-medium" }, {
5005
5005
  default: v(() => [
5006
5006
  T(g(r.label), 1)
5007
5007
  ]),
5008
5008
  _: 1
5009
5009
  }),
5010
- r.requiredText ? (s(), a("span", $d, g(r.requiredText), 1)) : b("", !0)
5010
+ r.requiredText ? (s(), a("span", _d, g(r.requiredText), 1)) : b("", !0)
5011
5011
  ]),
5012
- e("div", _d, [
5012
+ e("div", Cd, [
5013
5013
  m(c(pt), {
5014
5014
  class: f([{
5015
5015
  "mt-1": r.requiredText || r.label,
@@ -5027,8 +5027,8 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
5027
5027
  }, "relative w-full rounded-md border py-2 pl-2 pr-10 shadow-sm focus:border-indigo-500 focus:outline-none focus:ring-1 focus:ring-indigo-500 sm:text-sm"])
5028
5028
  }, {
5029
5029
  default: v(() => [
5030
- e("span", Cd, [
5031
- c(l).length === 0 ? (s(), a("span", Sd, "...")) : b("", !0),
5030
+ e("span", Sd, [
5031
+ c(l).length === 0 ? (s(), a("span", Bd, "...")) : b("", !0),
5032
5032
  (s(!0), a($, null, _(c(l), (y) => (s(), a("span", {
5033
5033
  key: y.id,
5034
5034
  class: "flex items-center gap-1 rounded text-xs font-medium bg-indigo-100 text-indigo-800 border border-indigo-200 px-2 py-0.5"
@@ -5048,7 +5048,7 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
5048
5048
  "stroke-width": "2",
5049
5049
  d: "M6 18L18 6M6 6l12 12"
5050
5050
  }, null, -1)
5051
- ]), 8, Bd))
5051
+ ]), 8, Md))
5052
5052
  ]))), 128))
5053
5053
  ]),
5054
5054
  d[2] || (d[2] = e("span", { class: "absolute h-full right-0 mr-2 self-center top-0 flex items-center" }, [
@@ -5070,7 +5070,7 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
5070
5070
  _: 1,
5071
5071
  __: [2]
5072
5072
  }, 8, ["class"]),
5073
- e("div", Md, [
5073
+ e("div", jd, [
5074
5074
  m(c(ft), { class: "shadow-2xs focus:outline-hidden max-h-60 overflow-auto rounded-md py-1 text-base leading-6 sm:text-sm sm:leading-5" }, {
5075
5075
  default: v(() => [
5076
5076
  (s(!0), a($, null, _(r.items, (y) => (s(), x(c(yt), {
@@ -5117,14 +5117,14 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
5117
5117
  "text-green-400": r.color === "green"
5118
5118
  }, "mt-2 text-xs flex flex-row items-center"])
5119
5119
  }, g(r.error), 3), [
5120
- [D, r.error]
5120
+ [j, r.error]
5121
5121
  ])
5122
5122
  ])
5123
5123
  ]),
5124
5124
  _: 1
5125
5125
  }, 8, ["modelValue", "disabled"]));
5126
5126
  }
5127
- }), jd = { class: "flex flex-col lg:flex-row items-center" }, Td = /* @__PURE__ */ B({
5127
+ }), Td = { class: "flex flex-col lg:flex-row items-center" }, zd = /* @__PURE__ */ B({
5128
5128
  __name: "uiSmartFilter",
5129
5129
  props: {
5130
5130
  items: {},
@@ -5145,7 +5145,7 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
5145
5145
  l.value = me, i("smartFilterSelected", r.value);
5146
5146
  break;
5147
5147
  case "uiSelect":
5148
- l.value = De, i("smartFilterSelected", r.value);
5148
+ l.value = je, i("smartFilterSelected", r.value);
5149
5149
  break;
5150
5150
  case "uiSelectMultiple":
5151
5151
  l.value = ot, i("smartFilterSelected", r.value);
@@ -5153,7 +5153,7 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
5153
5153
  }
5154
5154
  o.value = r.props;
5155
5155
  };
5156
- return (r, d) => (s(), a("div", jd, [
5156
+ return (r, d) => (s(), a("div", Td, [
5157
5157
  m(Xe, {
5158
5158
  items: r.items,
5159
5159
  loading: r.loading,
@@ -5187,34 +5187,34 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
5187
5187
  uiCard: so,
5188
5188
  uiChart: lr,
5189
5189
  uiCheckbox: Ee,
5190
- uiCircleChart: Yi,
5191
- uiDateRange: qi,
5192
- uiDeviceStatus: rd,
5193
- uiDragAndDrop: Bi,
5190
+ uiCircleChart: Pi,
5191
+ uiDateRange: Vi,
5192
+ uiDeviceStatus: nd,
5193
+ uiDragAndDrop: Mi,
5194
5194
  uiDropdown: me,
5195
- uiDynamicStats: xd,
5195
+ uiDynamicStats: kd,
5196
5196
  uiFilter: Xe,
5197
5197
  uiFooter: ir,
5198
5198
  uiFunnelChartV2: Za,
5199
- uiGallery: bi,
5200
- uiIcon: j,
5199
+ uiGallery: wi,
5200
+ uiIcon: D,
5201
5201
  uiInput: E,
5202
5202
  uiInputFile: cs,
5203
5203
  uiLoadingScreen: dr,
5204
5204
  uiModal: et,
5205
- uiNoResults: Qa,
5205
+ uiNoResults: Xa,
5206
5206
  uiNotification: xo,
5207
5207
  uiPagination: $r,
5208
5208
  uiPriceCalendar: Hl,
5209
- uiRangeSlider: Ei,
5210
- uiRightSidebar: di,
5211
- uiSectionTitle: Ji,
5209
+ uiRangeSlider: Zi,
5210
+ uiRightSidebar: ui,
5211
+ uiSectionTitle: Wi,
5212
5212
  uiSelect: ys,
5213
5213
  uiSelectMultiple: ot,
5214
- uiSelect_v2: De,
5214
+ uiSelect_v2: je,
5215
5215
  uiSidebar: Nr,
5216
5216
  uiSidebarV2: ye,
5217
- uiSmartFilter: Td,
5217
+ uiSmartFilter: zd,
5218
5218
  uiStats: st,
5219
5219
  uiStripedCard: bn,
5220
5220
  uiTable: Vn,
@@ -5225,71 +5225,71 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
5225
5225
  uiTimeline: ha,
5226
5226
  uiToggle: zs,
5227
5227
  uiTopbar: Pa,
5228
- uiWrapper: wd
5229
- }, Symbol.toStringTag, { value: "Module" })), zd = [
5228
+ uiWrapper: xd
5229
+ }, Symbol.toStringTag, { value: "Module" })), Ld = [
5230
5230
  "primary",
5231
5231
  "secondary",
5232
5232
  "light",
5233
5233
  "green",
5234
5234
  "yellow",
5235
5235
  "red"
5236
- ], Ud = [
5236
+ ], Hd = [
5237
5237
  "text",
5238
5238
  "email",
5239
5239
  "password",
5240
5240
  "number",
5241
5241
  "date",
5242
5242
  "datetime-local"
5243
- ], Ld = ["black", "gray", "white"], Hd = [...zd, ...Ld], Ad = ["small", "medium", "big"], Od = ["bigger", "huge", "massive"], Ed = [...Ad, ...Od], Zd = ["default", "success", "warning", "danger"];
5244
- function Nd(p) {
5243
+ ], Ad = ["black", "gray", "white"], Ed = [...Ld, ...Ad], Od = ["small", "medium", "big"], Nd = ["bigger", "huge", "massive"], Zd = [...Od, ...Nd], Jd = ["default", "success", "warning", "danger"];
5244
+ function Id(p) {
5245
5245
  for (const u in Ne)
5246
5246
  p.component(u, Ne[u]);
5247
5247
  }
5248
- const Jd = { install: Nd };
5248
+ const Wd = { install: Id };
5249
5249
  export {
5250
- Hd as AllColors,
5251
- Ed as AllSizes,
5252
- Od as BiggerSizes,
5253
- zd as Colors,
5254
- Ld as MonoColors,
5255
- Ad as Sizes,
5256
- Zd as Types,
5257
- Ud as UiInputTypes,
5258
- Jd as default,
5250
+ Ed as AllColors,
5251
+ Zd as AllSizes,
5252
+ Nd as BiggerSizes,
5253
+ Ld as Colors,
5254
+ Ad as MonoColors,
5255
+ Od as Sizes,
5256
+ Jd as Types,
5257
+ Hd as UiInputTypes,
5258
+ Wd as default,
5259
5259
  qs as uiAlert,
5260
5260
  Ws as uiBreadcrumbs,
5261
5261
  J as uiButton,
5262
5262
  so as uiCard,
5263
5263
  lr as uiChart,
5264
5264
  Ee as uiCheckbox,
5265
- Yi as uiCircleChart,
5266
- qi as uiDateRange,
5267
- rd as uiDeviceStatus,
5268
- Bi as uiDragAndDrop,
5265
+ Pi as uiCircleChart,
5266
+ Vi as uiDateRange,
5267
+ nd as uiDeviceStatus,
5268
+ Mi as uiDragAndDrop,
5269
5269
  me as uiDropdown,
5270
- xd as uiDynamicStats,
5270
+ kd as uiDynamicStats,
5271
5271
  Xe as uiFilter,
5272
5272
  ir as uiFooter,
5273
5273
  Za as uiFunnelChartV2,
5274
- bi as uiGallery,
5275
- j as uiIcon,
5274
+ wi as uiGallery,
5275
+ D as uiIcon,
5276
5276
  E as uiInput,
5277
5277
  cs as uiInputFile,
5278
5278
  dr as uiLoadingScreen,
5279
5279
  et as uiModal,
5280
- Qa as uiNoResults,
5280
+ Xa as uiNoResults,
5281
5281
  xo as uiNotification,
5282
5282
  $r as uiPagination,
5283
5283
  Hl as uiPriceCalendar,
5284
- Ei as uiRangeSlider,
5285
- di as uiRightSidebar,
5286
- Ji as uiSectionTitle,
5284
+ Zi as uiRangeSlider,
5285
+ ui as uiRightSidebar,
5286
+ Wi as uiSectionTitle,
5287
5287
  ys as uiSelect,
5288
5288
  ot as uiSelectMultiple,
5289
- De as uiSelect_v2,
5289
+ je as uiSelect_v2,
5290
5290
  Nr as uiSidebar,
5291
5291
  ye as uiSidebarV2,
5292
- Td as uiSmartFilter,
5292
+ zd as uiSmartFilter,
5293
5293
  st as uiStats,
5294
5294
  bn as uiStripedCard,
5295
5295
  Vn as uiTable,
@@ -5300,5 +5300,5 @@ export {
5300
5300
  ha as uiTimeline,
5301
5301
  zs as uiToggle,
5302
5302
  Pa as uiTopbar,
5303
- wd as uiWrapper
5303
+ xd as uiWrapper
5304
5304
  };