@hotelinking/ui 9.41.22 → 9.41.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/ui.es.js CHANGED
@@ -556,10 +556,13 @@ function Wt($, D) {
556
556
  })
557
557
  ]);
558
558
  }
559
- const xs = {
559
+ const xs = { class: "flex justify-between" }, bs = {
560
560
  key: 0,
561
561
  class: "block text-sm font-medium text-gray-700 mb-1"
562
- }, bs = { class: "py-1" }, vs = ["onClick"], ys = {
562
+ }, vs = {
563
+ key: 1,
564
+ class: "text-[10px] text-gray-500 uppercase justify-self-end mt-1"
565
+ }, ys = { class: "py-1" }, ws = ["onClick"], ks = {
563
566
  key: 1,
564
567
  class: "animate-pulse px-4 py-2 bg-gray-200 rounded-md inline-flex items-center relative text-left"
565
568
  }, ta = /* @__PURE__ */ Ge({
@@ -569,7 +572,8 @@ const xs = {
569
572
  position: { default: "left" },
570
573
  disabled: { type: Boolean },
571
574
  label: {},
572
- loading: { type: Boolean, default: !0 }
575
+ loading: { type: Boolean, default: !0 },
576
+ requiredText: {}
573
577
  },
574
578
  emits: ["optionSelected"],
575
579
  setup($, { emit: D }) {
@@ -579,7 +583,7 @@ const xs = {
579
583
  }), Y = (M) => {
580
584
  I.disabled || P("optionSelected", M);
581
585
  };
582
- return (M, V) => M.loading ? (E(), O("div", ys, [
586
+ return (M, V) => M.loading ? (E(), O("div", ks, [
583
587
  V[0] || (V[0] = b("div", { class: "h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-28" }, null, -1)),
584
588
  Q(K(wi), {
585
589
  "aria-hidden": "true",
@@ -592,7 +596,10 @@ const xs = {
592
596
  }, {
593
597
  default: be(() => [
594
598
  b("div", null, [
595
- M.label ? (E(), O("label", xs, J(M.label), 1)) : ze("", !0),
599
+ b("div", xs, [
600
+ M.label ? (E(), O("label", bs, J(M.label), 1)) : ze("", !0),
601
+ M.requiredText ? (E(), O("span", vs, J(M.requiredText), 1)) : ze("", !0)
602
+ ]),
596
603
  Q(K(ji), { class: "inline-flex justify-between w-full rounded-md border border-gray-300 shadow-sm px-4 py-2 bg-white text-sm font-medium text-gray-700 hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-offset-gray-100 focus:ring-indigo-500" }, {
597
604
  default: be(() => [
598
605
  st(J(T.value) + " ", 1),
@@ -618,7 +625,7 @@ const xs = {
618
625
  class: me([{ "right-0": M.position === "right", "left-0": M.position === "left" }, "origin-top-right absolute mt-2 w-56 rounded-md shadow-lg bg-white ring-1 ring-black ring-opacity-5 focus:outline-none z-10"])
619
626
  }, {
620
627
  default: be(() => [
621
- b("div", bs, [
628
+ b("div", ys, [
622
629
  (E(!0), O(Re, null, Ne(M.items, (N, ee) => (E(), Fe(K(qi), { key: ee }, {
623
630
  default: be(() => [
624
631
  b("a", {
@@ -627,7 +634,7 @@ const xs = {
627
634
  N.active ? "bg-gray-100 text-gray-900" : "text-gray-700",
628
635
  "block px-4 py-2 text-sm cursor-pointer"
629
636
  ])
630
- }, J(N.name), 11, vs)
637
+ }, J(N.name), 11, ws)
631
638
  ]),
632
639
  _: 2
633
640
  }, 1024))), 128))
@@ -642,16 +649,16 @@ const xs = {
642
649
  _: 1
643
650
  }, 8, ["class"]));
644
651
  }
645
- }), ws = { key: 0 }, ks = { class: "flex justify-between" }, Ss = {
652
+ }), Ss = { key: 0 }, As = { class: "flex justify-between" }, Cs = {
646
653
  key: 0,
647
654
  class: "block text-sm font-medium text-gray-700"
648
- }, As = {
655
+ }, Ms = {
649
656
  key: 1,
650
657
  class: "text-[10px] text-gray-500 uppercase justify-self-end"
651
- }, Cs = ["disabled", "name", "placeholder", "type"], Ms = { class: "absolute inset-y-0 right-0 pr-3 flex items-center pointer-events-none" }, Ls = {
658
+ }, Ls = ["disabled", "name", "placeholder", "type"], Ps = { class: "absolute inset-y-0 right-0 pr-3 flex items-center pointer-events-none" }, Ts = {
652
659
  key: 1,
653
660
  class: "animate-pulse"
654
- }, Ps = {
661
+ }, zs = {
655
662
  key: 0,
656
663
  class: "h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-2/3 md:w-1/4 mb-1.5"
657
664
  }, Ut = /* @__PURE__ */ Ge({
@@ -680,15 +687,15 @@ const xs = {
680
687
  const Y = (M) => {
681
688
  M.target.name && P("inputChanged", { value: M.target.value, name: M.target.name });
682
689
  };
683
- return (M, V) => M.loading ? (E(), O("div", Ls, [
684
- M.label !== void 0 ? (E(), O("div", Ps)) : ze("", !0),
690
+ return (M, V) => M.loading ? (E(), O("div", Ts, [
691
+ M.label !== void 0 ? (E(), O("div", zs)) : ze("", !0),
685
692
  V[3] || (V[3] = b("div", { class: "animate-pulse px-4 py-3.5 bg-gray-200 rounded-md inline-flex items-center relative text-left w-full" }, [
686
693
  b("div", { class: "h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-28" })
687
694
  ], -1))
688
- ])) : (E(), O("div", ws, [
689
- b("div", ks, [
690
- M.label ? (E(), O("label", Ss, J(M.label), 1)) : ze("", !0),
691
- M.requiredText ? (E(), O("span", As, J(M.requiredText), 1)) : ze("", !0)
695
+ ])) : (E(), O("div", Ss, [
696
+ b("div", As, [
697
+ M.label ? (E(), O("label", Cs, J(M.label), 1)) : ze("", !0),
698
+ M.requiredText ? (E(), O("span", Ms, J(M.requiredText), 1)) : ze("", !0)
692
699
  ]),
693
700
  b("div", {
694
701
  class: me([{ "mt-1": M.label }, "relative flex"])
@@ -721,7 +728,7 @@ const xs = {
721
728
  placeholder: M.placeholder,
722
729
  type: M.type,
723
730
  onInput: Y
724
- }, null, 42, Cs), [
731
+ }, null, 42, Ls), [
725
732
  [Ya, T.value]
726
733
  ]),
727
734
  M.rightAddOn ? (E(), O("span", {
@@ -729,7 +736,7 @@ const xs = {
729
736
  onClick: V[2] || (V[2] = (N) => M.$emit("rightAddOnClicked")),
730
737
  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"
731
738
  }, J(M.rightAddOn), 1)) : ze("", !0),
732
- b("div", Ms, [
739
+ b("div", Ps, [
733
740
  M.icon ? (E(), Fe(et, {
734
741
  key: 0,
735
742
  icon: M.icon,
@@ -771,16 +778,16 @@ const xs = {
771
778
  ])
772
779
  ]));
773
780
  }
774
- }), Ts = { key: 0 }, zs = { class: "flex justify-between" }, Is = {
781
+ }), Is = { key: 0 }, Es = { class: "flex justify-between" }, Ds = {
775
782
  key: 0,
776
783
  class: "block text-sm font-medium text-gray-700"
777
- }, Es = {
784
+ }, Ys = {
778
785
  key: 1,
779
786
  class: "text-[10px] text-gray-500 uppercase"
780
- }, Ds = { class: "space-y-1 flex flex-col items-center justify-center" }, Ys = { class: "flex text-sm text-gray-600 flex-col sm:flex-row text-center" }, Xs = ["for"], _s = ["id", "name", "accept"], Rs = { class: "pl-1" }, Fs = { class: "text-xs text-gray-500 pb-4" }, Os = { class: "mt-2 text-xs flex flex-row items-center text-red-300" }, Ns = {
787
+ }, Xs = { class: "space-y-1 flex flex-col items-center justify-center" }, _s = { class: "flex text-sm text-gray-600 flex-col sm:flex-row text-center" }, Rs = ["for"], Fs = ["id", "name", "accept"], Os = { class: "pl-1" }, Ns = { class: "text-xs text-gray-500 pb-4" }, Bs = { class: "mt-2 text-xs flex flex-row items-center text-red-300" }, Hs = {
781
788
  key: 1,
782
789
  class: "animate-pulse"
783
- }, Bs = /* @__PURE__ */ Ge({
790
+ }, Ws = /* @__PURE__ */ Ge({
784
791
  __name: "uiInputFile",
785
792
  props: {
786
793
  name: {},
@@ -809,16 +816,16 @@ const xs = {
809
816
  ee++, P.value += ne.name, ee >= 1 && ee < N.length && (P.value += ", ");
810
817
  });
811
818
  };
812
- return (N, ee) => N.loading ? (E(), O("div", Ns, ee[1] || (ee[1] = [
819
+ return (N, ee) => N.loading ? (E(), O("div", Hs, ee[1] || (ee[1] = [
813
820
  b("div", { class: "flex justify-center items-center flex-col rounded-md border-2 border-dashed px-6 pt-5 pb-6 border-gray-200" }, [
814
821
  b("div", { class: "rounded-full h-20 w-20 bg-gray-200 mb-4" }),
815
822
  b("div", { class: "h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-full md:w-1/3 mb-3" }),
816
823
  b("div", { class: "h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-full md:w-1/4 mb-3" })
817
824
  ], -1)
818
- ]))) : (E(), O("div", Ts, [
819
- b("div", zs, [
820
- N.label ? (E(), O("label", Is, J(N.label), 1)) : ze("", !0),
821
- N.requiredText ? (E(), O("span", Es, J(N.requiredText), 1)) : ze("", !0)
825
+ ]))) : (E(), O("div", Is, [
826
+ b("div", Es, [
827
+ N.label ? (E(), O("label", Ds, J(N.label), 1)) : ze("", !0),
828
+ N.requiredText ? (E(), O("span", Ys, J(N.requiredText), 1)) : ze("", !0)
822
829
  ]),
823
830
  b("div", {
824
831
  class: me([
@@ -833,7 +840,7 @@ const xs = {
833
840
  }, ["prevent"])),
834
841
  onDrop: na(Y, ["prevent"])
835
842
  }, [
836
- b("div", Ds, [
843
+ b("div", Xs, [
837
844
  Q(et, {
838
845
  icon: N.icon,
839
846
  size: "massive",
@@ -842,7 +849,7 @@ const xs = {
842
849
  class: "mb-4",
843
850
  loading: N.loading
844
851
  }, null, 8, ["icon", "loading"]),
845
- b("div", Ys, [
852
+ b("div", _s, [
846
853
  b("label", {
847
854
  for: N.id,
848
855
  class: "relative cursor-pointer rounded-md font-medium text-indigo-600 focus-within:outline-none focus-within:ring-2 focus-within:ring-indigo-500 focus-within:ring-offset-2 hover:text-indigo-500"
@@ -856,17 +863,17 @@ const xs = {
856
863
  accept: N.accept,
857
864
  multiple: "",
858
865
  onChange: M
859
- }, null, 40, _s)
860
- ], 8, Xs),
861
- b("p", Rs, J(N.dragAndDrop), 1)
866
+ }, null, 40, Fs)
867
+ ], 8, Rs),
868
+ b("p", Os, J(N.dragAndDrop), 1)
862
869
  ]),
863
- b("p", Fs, J(N.fileTypesAndSizes), 1),
870
+ b("p", Ns, J(N.fileTypesAndSizes), 1),
864
871
  We(b("p", { class: "font-bold text-xs uppercase block p-2 bg-gray-200 rounded" }, J(K(P)), 513), [
865
872
  [je, K(P) !== null]
866
873
  ])
867
874
  ])
868
875
  ], 34),
869
- We(b("p", Os, [
876
+ We(b("p", Bs, [
870
877
  Q(et, {
871
878
  icon: K(Ai),
872
879
  color: "red",
@@ -879,13 +886,13 @@ const xs = {
879
886
  ])
880
887
  ]));
881
888
  }
882
- }), Hs = { class: "flex justify-between" }, Ws = {
889
+ }), $s = { class: "flex justify-between" }, Vs = {
883
890
  key: 0,
884
891
  class: "text-[10px] text-gray-500 uppercase justify-self-end"
885
- }, $s = { class: "relative mt-1" }, Vs = {
892
+ }, Gs = { class: "relative mt-1" }, js = {
886
893
  key: 1,
887
894
  class: "animate-pulse px-4 py-2.5 bg-gray-200 rounded-md flex justify-between items-center w-full"
888
- }, Gs = /* @__PURE__ */ Ge({
895
+ }, Us = /* @__PURE__ */ Ge({
889
896
  __name: "uiSelect",
890
897
  props: {
891
898
  items: {},
@@ -900,7 +907,7 @@ const xs = {
900
907
  emits: ["selectChanged"],
901
908
  setup($, { emit: D }) {
902
909
  const P = dt(""), I = D, T = $, Y = pt(() => P.value === "" ? T.items : T.items.filter((N) => N.name.toLowerCase().includes(P.value.toLowerCase()))), M = (N) => (N == null ? void 0 : N.name) ?? "", V = pt(() => T.select);
903
- return (N, ee) => N.loading ? (E(), O("div", Vs, [
910
+ return (N, ee) => N.loading ? (E(), O("div", js, [
904
911
  ee[4] || (ee[4] = b("div", { class: "h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-1/2" }, null, -1)),
905
912
  Q(K(Hi), {
906
913
  "aria-hidden": "true",
@@ -917,16 +924,16 @@ const xs = {
917
924
  as: "div"
918
925
  }, {
919
926
  default: be(() => [
920
- b("div", Hs, [
927
+ b("div", $s, [
921
928
  Q(K($a), { class: "block text-sm font-medium" }, {
922
929
  default: be(() => [
923
930
  st(J(N.label), 1)
924
931
  ]),
925
932
  _: 1
926
933
  }),
927
- N.requiredText ? (E(), O("span", Ws, J(N.requiredText), 1)) : ze("", !0)
934
+ N.requiredText ? (E(), O("span", Vs, J(N.requiredText), 1)) : ze("", !0)
928
935
  ]),
929
- b("div", $s, [
936
+ b("div", Gs, [
930
937
  Q(K(xa), {
931
938
  onChange: ee[0] || (ee[0] = (ne) => P.value = ne.target.value),
932
939
  onBlur: ee[1] || (ee[1] = (ne) => P.value = ""),
@@ -1009,7 +1016,7 @@ const xs = {
1009
1016
  _: 1
1010
1017
  }, 8, ["modelValue", "disabled"]));
1011
1018
  }
1012
- }), js = {
1019
+ }), qs = {
1013
1020
  key: 1,
1014
1021
  class: "inline-flex items-center px-3 py-2.5 rounded text-xs font-medium leading-none animate-pulse bg-gray-200"
1015
1022
  }, Yt = /* @__PURE__ */ Ge({
@@ -1027,7 +1034,7 @@ const xs = {
1027
1034
  const P = D, I = $, T = () => {
1028
1035
  I.event != null && P("tagEvent", I.event);
1029
1036
  };
1030
- return (Y, M) => Y.loading ? (E(), O("div", js, M[0] || (M[0] = [
1037
+ return (Y, M) => Y.loading ? (E(), O("div", qs, M[0] || (M[0] = [
1031
1038
  b("div", { class: "h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-12" }, null, -1)
1032
1039
  ]))) : (E(), O("span", {
1033
1040
  key: 0,
@@ -1051,16 +1058,16 @@ const xs = {
1051
1058
  Ct(Y.$slots, "default")
1052
1059
  ], 2));
1053
1060
  }
1054
- }), Us = { key: 0 }, qs = { class: "flex justify-between" }, Zs = {
1061
+ }), Zs = { key: 0 }, Js = { class: "flex justify-between" }, Qs = {
1055
1062
  key: 0,
1056
1063
  class: "block text-sm font-medium text-gray-700"
1057
- }, Js = {
1064
+ }, Ks = {
1058
1065
  key: 1,
1059
1066
  class: "text-[10px] text-gray-500 uppercase justify-self-end"
1060
- }, Qs = ["disabled", "placeholder"], Ks = {
1067
+ }, er = ["disabled", "placeholder"], tr = {
1061
1068
  key: 1,
1062
1069
  class: "animate-pulse"
1063
- }, er = /* @__PURE__ */ Ge({
1070
+ }, ir = /* @__PURE__ */ Ge({
1064
1071
  __name: "uiTextArea",
1065
1072
  props: {
1066
1073
  name: {},
@@ -1080,13 +1087,13 @@ const xs = {
1080
1087
  }, Y = dt(I.value);
1081
1088
  return ft(() => I.value, (M) => {
1082
1089
  Y.value = M, P("inputChanged", { name: I.name, value: Y.value });
1083
- }), (M, V) => M.loading ? (E(), O("div", Ks, V[1] || (V[1] = [
1090
+ }), (M, V) => M.loading ? (E(), O("div", tr, V[1] || (V[1] = [
1084
1091
  b("div", { class: "h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-2/3 md:w-1/4 mb-1.5" }, null, -1),
1085
1092
  b("div", { class: "h-24 bg-gray-200 rounded-lg flex inline-flex items-center relative inline-block text-left w-full" }, null, -1)
1086
- ]))) : (E(), O("div", Us, [
1087
- b("div", qs, [
1088
- M.label ? (E(), O("label", Zs, J(M.label), 1)) : ze("", !0),
1089
- M.requiredText ? (E(), O("span", Js, J(M.requiredText), 1)) : ze("", !0)
1093
+ ]))) : (E(), O("div", Zs, [
1094
+ b("div", Js, [
1095
+ M.label ? (E(), O("label", Qs, J(M.label), 1)) : ze("", !0),
1096
+ M.requiredText ? (E(), O("span", Ks, J(M.requiredText), 1)) : ze("", !0)
1090
1097
  ]),
1091
1098
  b("div", {
1092
1099
  class: me({ "mt-1": M.label })
@@ -1108,7 +1115,7 @@ const xs = {
1108
1115
  "text-green-400": M.color === "green"
1109
1116
  }]),
1110
1117
  onChange: T
1111
- }, null, 42, Qs), [
1118
+ }, null, 42, er), [
1112
1119
  [Xa, Y.value]
1113
1120
  ])
1114
1121
  ], 2),
@@ -1132,13 +1139,13 @@ const xs = {
1132
1139
  ])
1133
1140
  ]));
1134
1141
  }
1135
- }), tr = { class: "text-sm font-medium text-gray-900" }, ir = {
1142
+ }), ar = { class: "text-sm font-medium text-gray-900" }, sr = {
1136
1143
  key: 0,
1137
1144
  class: "text-sm text-gray-500 ml-2"
1138
- }, ar = {
1145
+ }, rr = {
1139
1146
  key: 1,
1140
1147
  class: "animate-pulse flex items-center"
1141
- }, sr = /* @__PURE__ */ Ge({
1148
+ }, nr = /* @__PURE__ */ Ge({
1142
1149
  __name: "uiToggle",
1143
1150
  props: {
1144
1151
  item: {},
@@ -1148,7 +1155,7 @@ const xs = {
1148
1155
  },
1149
1156
  setup($) {
1150
1157
  const D = $, P = dt(D.checked);
1151
- return ft(() => D.checked, (I) => P.value = I), (I, T) => I.loading ? (E(), O("div", ar, T[3] || (T[3] = [
1158
+ return ft(() => D.checked, (I) => P.value = I), (I, T) => I.loading ? (E(), O("div", rr, T[3] || (T[3] = [
1152
1159
  b("div", { class: "relative bg-gray-200 rounded-full w-12 h-6 p-1 flex items-center" }, [
1153
1160
  b("div", { class: "rounded-full bg-gray-300 dark:bg-gray-400 h-4 w-4" })
1154
1161
  ], -1),
@@ -1186,8 +1193,8 @@ const xs = {
1186
1193
  class: "ml-3"
1187
1194
  }, {
1188
1195
  default: be(() => [
1189
- b("span", tr, J(I.item.title), 1),
1190
- I.item.subtitle ? (E(), O("span", ir, J(I.item.subtitle), 1)) : ze("", !0)
1196
+ b("span", ar, J(I.item.title), 1),
1197
+ I.item.subtitle ? (E(), O("span", sr, J(I.item.subtitle), 1)) : ze("", !0)
1191
1198
  ]),
1192
1199
  _: 1
1193
1200
  }),
@@ -1200,13 +1207,13 @@ const xs = {
1200
1207
  _: 1
1201
1208
  }));
1202
1209
  }
1203
- }), rr = {
1210
+ }), or = {
1204
1211
  key: 0,
1205
1212
  class: "flex flex-col"
1206
- }, nr = { class: "flex" }, or = { class: "flex-shrink-0" }, lr = { class: "ml-3" }, cr = { class: "mt-4" }, dr = { class: "-mx-2 -my-1.5 flex" }, hr = ["onClick"], ur = {
1213
+ }, lr = { class: "flex" }, cr = { class: "flex-shrink-0" }, dr = { class: "ml-3" }, hr = { class: "mt-4" }, ur = { class: "-mx-2 -my-1.5 flex" }, gr = ["onClick"], pr = {
1207
1214
  key: 1,
1208
1215
  class: "flex flex-col animate-pulse"
1209
- }, gr = /* @__PURE__ */ Ge({
1216
+ }, fr = /* @__PURE__ */ Ge({
1210
1217
  __name: "uiAlert",
1211
1218
  props: {
1212
1219
  actions: {},
@@ -1219,9 +1226,9 @@ const xs = {
1219
1226
  const P = D, I = (T) => {
1220
1227
  P("alertEvent", T.event);
1221
1228
  };
1222
- return (T, Y) => T.loading ? (E(), O("div", ur, Y[0] || (Y[0] = [
1229
+ return (T, Y) => T.loading ? (E(), O("div", pr, Y[0] || (Y[0] = [
1223
1230
  Qt('<div class="p-4 border-l-4 bg-gray-100 border-gray-400 rounded"><div class="flex"><div class="flex-shrink-0"><div class="h-6 w-6 animate-pulse rounded-full bg-gray-200 dark:bg-gray-300"></div></div><div class="ml-3 w-full"><div class="h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-2/3 mb-2"></div><div class="h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-full mb-2"></div><div class="h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-3/5"></div></div></div></div>', 1)
1224
- ]))) : (E(), O("div", rr, [
1231
+ ]))) : (E(), O("div", or, [
1225
1232
  b("div", {
1226
1233
  class: me([{
1227
1234
  "bg-indigo-50 border-indigo-400": T.type === "info",
@@ -1230,8 +1237,8 @@ const xs = {
1230
1237
  "bg-green-50 border-green-400": T.type === "success"
1231
1238
  }, "p-4 border-l-4 rounded"])
1232
1239
  }, [
1233
- b("div", nr, [
1234
- b("div", or, [
1240
+ b("div", lr, [
1241
+ b("div", cr, [
1235
1242
  T.type === "info" ? (E(), Fe(K(Ma), {
1236
1243
  key: 0,
1237
1244
  class: "h-8 w-8 text-indigo-400",
@@ -1253,7 +1260,7 @@ const xs = {
1253
1260
  "aria-hidden": "true"
1254
1261
  })) : ze("", !0)
1255
1262
  ]),
1256
- b("div", lr, [
1263
+ b("div", dr, [
1257
1264
  b("h3", {
1258
1265
  class: me([{
1259
1266
  "text-red-800": T.type === "danger",
@@ -1270,8 +1277,8 @@ const xs = {
1270
1277
  }, [
1271
1278
  Ct(T.$slots, "default")
1272
1279
  ], 2),
1273
- b("div", cr, [
1274
- b("div", dr, [
1280
+ b("div", hr, [
1281
+ b("div", ur, [
1275
1282
  (E(!0), O(Re, null, Ne(T.actions, (M, V) => (E(), O("button", {
1276
1283
  onClick: (N) => I(M),
1277
1284
  type: "button",
@@ -1285,7 +1292,7 @@ const xs = {
1285
1292
  },
1286
1293
  "px-2 py-1.5 text-sm font-medium rounded-md focus:outline-none focus:ring-2 focus:ring-offset-2"
1287
1294
  ])
1288
- }, J(M.name), 11, hr))), 128))
1295
+ }, J(M.name), 11, gr))), 128))
1289
1296
  ])
1290
1297
  ])
1291
1298
  ])
@@ -1293,35 +1300,35 @@ const xs = {
1293
1300
  ], 2)
1294
1301
  ]));
1295
1302
  }
1296
- }), pr = {
1303
+ }), mr = {
1297
1304
  key: 0,
1298
1305
  class: "inline-flex",
1299
1306
  "aria-label": "Breadcrumb"
1300
- }, fr = {
1307
+ }, xr = {
1301
1308
  role: "list",
1302
1309
  class: "flex items-center space-x-4 text-xs"
1303
- }, mr = { key: 0 }, xr = ["onClick"], br = {
1310
+ }, br = { key: 0 }, vr = ["onClick"], yr = {
1304
1311
  key: 1,
1305
1312
  class: "flex items-center"
1306
- }, vr = ["onClick"], yr = {
1313
+ }, wr = ["onClick"], kr = {
1307
1314
  key: 1,
1308
1315
  class: "flex flex-row items-center animate-pulse"
1309
- }, wr = /* @__PURE__ */ Ge({
1316
+ }, Sr = /* @__PURE__ */ Ge({
1310
1317
  __name: "uiBreadcrumbs",
1311
1318
  props: {
1312
1319
  pages: {},
1313
1320
  loading: { type: Boolean, default: !0 }
1314
1321
  },
1315
1322
  setup($) {
1316
- return (D, P) => D.loading ? (E(), O("div", yr, P[0] || (P[0] = [
1323
+ return (D, P) => D.loading ? (E(), O("div", kr, P[0] || (P[0] = [
1317
1324
  b("div", { class: "animate-pulse rounded-full bg-gray-200 dark:bg-gray-300 h-4 w-4 mr-4" }, null, -1),
1318
1325
  b("div", { class: "h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-1/5 mr-4" }, null, -1),
1319
1326
  b("div", { class: "animate-pulse rounded-full bg-gray-200 dark:bg-gray-300 h-4 w-4 mr-4" }, null, -1),
1320
1327
  b("div", { class: "h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-1/5" }, null, -1)
1321
- ]))) : (E(), O("nav", pr, [
1322
- b("ol", fr, [
1328
+ ]))) : (E(), O("nav", mr, [
1329
+ b("ol", xr, [
1323
1330
  (E(!0), O(Re, null, Ne(D.pages, (I, T) => (E(), O("li", { key: T }, [
1324
- T === 0 ? (E(), O("div", mr, [
1331
+ T === 0 ? (E(), O("div", br, [
1325
1332
  b("p", {
1326
1333
  onClick: (Y) => D.$emit("breadCrumbClicked", I.routeName),
1327
1334
  class: "flex flex-row items-center justify-center text-indigo-600 hover:text-indigo-800 cursor-pointer"
@@ -1331,8 +1338,8 @@ const xs = {
1331
1338
  "aria-hidden": "true"
1332
1339
  }),
1333
1340
  b("span", null, J(I.name), 1)
1334
- ], 8, xr)
1335
- ])) : (E(), O("div", br, [
1341
+ ], 8, vr)
1342
+ ])) : (E(), O("div", yr, [
1336
1343
  Q(K(di), {
1337
1344
  class: "flex-shrink-0 h-3 w-3 text-gray-400",
1338
1345
  "aria-hidden": "true"
@@ -1341,19 +1348,19 @@ const xs = {
1341
1348
  onClick: (Y) => D.$emit("breadCrumbClicked", I.routeName),
1342
1349
  class: me(["cursor-pointer ml-4 text-xs text-gray-400 hover:text-gray-500", { "text-indigo-600 hover:text-indigo-800": !I.current }]),
1343
1350
  "aria-current": "page"
1344
- }, J(I.name), 11, vr)
1351
+ }, J(I.name), 11, wr)
1345
1352
  ]))
1346
1353
  ]))), 128))
1347
1354
  ])
1348
1355
  ]));
1349
1356
  }
1350
- }), kr = { class: "flex items-center flex-col sm:flex-row justify-center sm:justify-start" }, Sr = ["src"], Ar = { class: "font-bold text-center sm:text-left" }, Cr = { class: "mt-1 text-xs text-center sm:text-left" }, Mr = {
1357
+ }), Ar = { class: "flex items-center flex-col sm:flex-row justify-center sm:justify-start" }, Cr = ["src"], Mr = { class: "font-bold text-center sm:text-left" }, Lr = { class: "mt-1 text-xs text-center sm:text-left" }, Pr = {
1351
1358
  key: 0,
1352
1359
  class: "flex flex-wrap mt-4 justify-center sm:justify-start"
1353
- }, Lr = {
1360
+ }, Tr = {
1354
1361
  key: 1,
1355
1362
  class: "rounded-lg bg-white shadow p-6 cursor-pointer animate-pulse"
1356
- }, Pr = /* @__PURE__ */ Ge({
1363
+ }, zr = /* @__PURE__ */ Ge({
1357
1364
  __name: "uiCard",
1358
1365
  props: {
1359
1366
  id: {},
@@ -1366,24 +1373,24 @@ const xs = {
1366
1373
  setup($) {
1367
1374
  return (D, P) => {
1368
1375
  var I;
1369
- return D.loading ? (E(), O("div", Lr, P[1] || (P[1] = [
1376
+ return D.loading ? (E(), O("div", Tr, P[1] || (P[1] = [
1370
1377
  Qt('<div class="flex items-center flex-col sm:flex-row justify-center sm:justify-start w-full"><div class="w-16 h-16 rounded-full bg-gray-200 flex self-center"></div><div class="w-full ml-4"><div class="h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-full mt-4 sm:mt-0 sm:w-16 mb-2"></div><div class="h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-full sm:w-32"></div></div></div>', 1)
1371
1378
  ]))) : (E(), O("div", {
1372
1379
  key: 0,
1373
1380
  class: "rounded-lg bg-white shadow p-6 cursor-pointer",
1374
1381
  onClick: P[0] || (P[0] = (T) => D.$emit("cardSelected", { id: D.id, name: D.name, type: D.type, tags: D.tags }))
1375
1382
  }, [
1376
- b("div", kr, [
1383
+ b("div", Ar, [
1377
1384
  b("img", {
1378
1385
  class: "w-16 h-16 rounded-full mb-4 sm:mb-0 sm:mr-4",
1379
1386
  src: D.logo
1380
- }, null, 8, Sr),
1387
+ }, null, 8, Cr),
1381
1388
  b("div", null, [
1382
- b("h4", Ar, J(D.name), 1),
1383
- b("p", Cr, J(D.type), 1)
1389
+ b("h4", Mr, J(D.name), 1),
1390
+ b("p", Lr, J(D.type), 1)
1384
1391
  ])
1385
1392
  ]),
1386
- D.tags && ((I = D.tags) == null ? void 0 : I.length) > 0 ? (E(), O("div", Mr, [
1393
+ D.tags && ((I = D.tags) == null ? void 0 : I.length) > 0 ? (E(), O("div", Pr, [
1387
1394
  (E(!0), O(Re, null, Ne(D.tags, (T) => (E(), Fe(Yt, {
1388
1395
  class: "mb-1 mr-1",
1389
1396
  key: T.name,
@@ -1399,7 +1406,7 @@ const xs = {
1399
1406
  ]));
1400
1407
  };
1401
1408
  }
1402
- }), Tr = /* @__PURE__ */ Ge({
1409
+ }), Ir = /* @__PURE__ */ Ge({
1403
1410
  __name: "uiFilter",
1404
1411
  props: {
1405
1412
  type: {},
@@ -1423,10 +1430,10 @@ const xs = {
1423
1430
  label: M.label
1424
1431
  }, null, 8, ["loading", "position", "items", "label"]));
1425
1432
  }
1426
- }), zr = { class: "fixed inset-0 z-10 overflow-y-auto" }, Ir = { class: "flex min-h-full items-end justify-center p-4 text-center sm:items-center sm:p-0" }, Er = { class: "absolute top-0 right-0 hidden pt-4 pr-4 sm:block" }, Dr = { class: "sm:flex sm:items-start" }, Yr = { class: "mt-3 text-center sm:mt-0 sm:ml-4 sm:text-left sm:mr-4 sm:w-10/12 break-words" }, Xr = { class: "mt-4 text-gray-500 text-sm" }, _r = {
1433
+ }), Er = { class: "fixed inset-0 z-10 overflow-y-auto" }, Dr = { class: "flex min-h-full items-end justify-center p-4 text-center sm:items-center sm:p-0" }, Yr = { class: "absolute top-0 right-0 hidden pt-4 pr-4 sm:block" }, Xr = { class: "sm:flex sm:items-start" }, _r = { class: "mt-3 text-center sm:mt-0 sm:ml-4 sm:text-left sm:mr-4 sm:w-10/12 break-words" }, Rr = { class: "mt-4 text-gray-500 text-sm" }, Fr = {
1427
1434
  key: 0,
1428
1435
  class: "mt-8"
1429
- }, Rr = ["onClick"], La = /* @__PURE__ */ Ge({
1436
+ }, Or = ["onClick"], La = /* @__PURE__ */ Ge({
1430
1437
  __name: "uiModal",
1431
1438
  props: {
1432
1439
  title: {},
@@ -1466,8 +1473,8 @@ const xs = {
1466
1473
  ])),
1467
1474
  _: 1
1468
1475
  }),
1469
- b("div", zr, [
1470
- b("div", Ir, [
1476
+ b("div", Er, [
1477
+ b("div", Dr, [
1471
1478
  Q(K(qt), {
1472
1479
  as: "template",
1473
1480
  enter: "ease-out duration-300",
@@ -1480,7 +1487,7 @@ const xs = {
1480
1487
  default: be(() => [
1481
1488
  Q(K(Qi), { class: "relative transform rounded-lg bg-white px-4 pb-4 pt-5 text-left shadow-xl transition-all sm:my-8 w-9/12 sm:w-full sm:max-w-lg sm:p-6" }, {
1482
1489
  default: be(() => [
1483
- b("div", Er, [
1490
+ b("div", Yr, [
1484
1491
  b("button", {
1485
1492
  type: "button",
1486
1493
  class: "rounded-md bg-white text-gray-400 hover:text-gray-500 focus:outline-none",
@@ -1494,7 +1501,7 @@ const xs = {
1494
1501
  }, null, 8, ["icon", "loading"])
1495
1502
  ])
1496
1503
  ]),
1497
- b("div", Dr, [
1504
+ b("div", Xr, [
1498
1505
  b("div", {
1499
1506
  class: me(["mx-auto flex h-12 w-12 flex-shrink-0 items-center justify-center rounded-full sm:mx-0 sm:h-10 sm:w-10", {
1500
1507
  "bg-red-100": Y.type === "danger",
@@ -1528,7 +1535,7 @@ const xs = {
1528
1535
  [je, Y.type === "default"]
1529
1536
  ])
1530
1537
  ], 2),
1531
- b("div", Yr, [
1538
+ b("div", _r, [
1532
1539
  Q(K(wa), {
1533
1540
  as: "h3",
1534
1541
  class: "text-lg font-medium leading-6 text-gray-900"
@@ -1538,16 +1545,16 @@ const xs = {
1538
1545
  ]),
1539
1546
  _: 1
1540
1547
  }),
1541
- b("div", Xr, [
1548
+ b("div", Rr, [
1542
1549
  Ct(Y.$slots, "default")
1543
1550
  ]),
1544
- Y.actions ? (E(), O("div", _r, [
1551
+ Y.actions ? (E(), O("div", Fr, [
1545
1552
  (E(!0), O(Re, null, Ne(Y.actions, (V, N) => (E(), O("button", {
1546
1553
  key: N,
1547
1554
  type: "button",
1548
1555
  class: "inline-flex w-full justify-center rounded-md border border-transparent bg-indigo-600 px-4 py-2 text-base font-medium text-white shadow-sm hover:bg-indigo-700 focus:outline-none focus:ring-2 focus:ring-indigo-500 focus:ring-offset-2 mb-2 sm:mb-0 mr-2 sm:w-auto sm:text-sm",
1549
1556
  onClick: (ee) => T(V.value)
1550
- }, J(V.name), 9, Rr))), 128))
1557
+ }, J(V.name), 9, Or))), 128))
1551
1558
  ])) : ze("", !0)
1552
1559
  ])
1553
1560
  ])
@@ -1566,10 +1573,10 @@ const xs = {
1566
1573
  _: 3
1567
1574
  }, 8, ["show"]));
1568
1575
  }
1569
- }), Fr = { class: "w-full flex flex-col items-center space-y-4 sm:items-end" }, Or = {
1576
+ }), Nr = { class: "w-full flex flex-col items-center space-y-4 sm:items-end" }, Br = {
1570
1577
  key: 0,
1571
1578
  class: "max-w-sm w-full bg-white shadow-lg rounded-lg pointer-events-auto ring-1 ring-black ring-opacity-5 overflow-hidden"
1572
- }, Nr = { class: "p-4" }, Br = { class: "flex items-start" }, Hr = { class: "flex-shrink-0 mt-0.5" }, Wr = { class: "ml-3 w-0 flex-1 pt-0.5" }, $r = { class: "font-medium text-gray-900" }, Vr = { class: "mt-1 text-sm text-gray-500" }, Gr = { class: "ml-4 flex-shrink-0 flex" }, jr = /* @__PURE__ */ Ge({
1579
+ }, Hr = { class: "p-4" }, Wr = { class: "flex items-start" }, $r = { class: "flex-shrink-0 mt-0.5" }, Vr = { class: "ml-3 w-0 flex-1 pt-0.5" }, Gr = { class: "font-medium text-gray-900" }, jr = { class: "mt-1 text-sm text-gray-500" }, Ur = { class: "ml-4 flex-shrink-0 flex" }, qr = /* @__PURE__ */ Ge({
1573
1580
  __name: "uiNotification",
1574
1581
  props: {
1575
1582
  type: { default: "info" },
@@ -1584,7 +1591,7 @@ const xs = {
1584
1591
  "aria-live": "assertive",
1585
1592
  class: me([{ fixed: I.fixed }, "inset-0 flex items-end px-4 py-6 pointer-events-none sm:p-6 sm:items-start"])
1586
1593
  }, [
1587
- b("div", Fr, [
1594
+ b("div", Nr, [
1588
1595
  Q(ki, {
1589
1596
  "enter-active-class": "transform ease-out duration-300 transition",
1590
1597
  "enter-from-class": "translate-y-2 opacity-0 sm:translate-y-0 sm:translate-x-2",
@@ -1594,10 +1601,10 @@ const xs = {
1594
1601
  "leave-to-class": "opacity-0"
1595
1602
  }, {
1596
1603
  default: be(() => [
1597
- P.value ? (E(), O("div", Or, [
1598
- b("div", Nr, [
1599
- b("div", Br, [
1600
- b("div", Hr, [
1604
+ P.value ? (E(), O("div", Br, [
1605
+ b("div", Hr, [
1606
+ b("div", Wr, [
1607
+ b("div", $r, [
1601
1608
  We(Q(K(Aa), {
1602
1609
  "aria-hidden": "true",
1603
1610
  class: "h-6 w-6 text-green-400"
@@ -1623,11 +1630,11 @@ const xs = {
1623
1630
  [je, I.type === "info"]
1624
1631
  ])
1625
1632
  ]),
1626
- b("div", Wr, [
1627
- b("p", $r, J(I.title), 1),
1628
- b("p", Vr, J(I.message), 1)
1633
+ b("div", Vr, [
1634
+ b("p", Gr, J(I.title), 1),
1635
+ b("p", jr, J(I.message), 1)
1629
1636
  ]),
1630
- b("div", Gr, [
1637
+ b("div", Ur, [
1631
1638
  b("button", {
1632
1639
  class: "bg-white rounded-md inline-flex text-gray-400 hover:text-gray-500 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500",
1633
1640
  type: "button",
@@ -1649,35 +1656,35 @@ const xs = {
1649
1656
  ])
1650
1657
  ], 2));
1651
1658
  }
1652
- }), Ur = {
1659
+ }), Zr = {
1653
1660
  key: 0,
1654
1661
  role: "list",
1655
1662
  class: "divide-y divide-gray-100"
1656
- }, qr = { class: "min-w-0" }, Zr = { class: "flex items-start gap-x-3" }, Jr = { class: "text-sm font-semibold leading-6 text-gray-900" }, Qr = { class: "mt-1 flex items-center gap-x-2 text-xs leading-5 text-gray-500" }, Kr = { class: "truncate" }, en = { class: "flex flex-none items-center gap-x-4" }, tn = ["href"], an = { class: "sr-only" }, sn = {
1663
+ }, Jr = { class: "min-w-0" }, Qr = { class: "flex items-start gap-x-3" }, Kr = { class: "text-sm font-semibold leading-6 text-gray-900" }, en = { class: "mt-1 flex items-center gap-x-2 text-xs leading-5 text-gray-500" }, tn = { class: "truncate" }, an = { class: "flex flex-none items-center gap-x-4" }, sn = ["href"], rn = { class: "sr-only" }, nn = {
1657
1664
  key: 1,
1658
1665
  class: "divide-y divide-gray-100 animate-pulse"
1659
- }, rn = /* @__PURE__ */ Ge({
1666
+ }, on = /* @__PURE__ */ Ge({
1660
1667
  __name: "uiTaskList",
1661
1668
  props: {
1662
1669
  tasks: {},
1663
1670
  loading: { type: Boolean, default: !0 }
1664
1671
  },
1665
1672
  setup($) {
1666
- return (D, P) => D.loading ? (E(), O("ul", sn, [
1673
+ return (D, P) => D.loading ? (E(), O("ul", nn, [
1667
1674
  (E(!0), O(Re, null, Ne(D.tasks, (I) => (E(), O("li", {
1668
1675
  key: I.id,
1669
1676
  class: "flex items-center justify-between gap-x-6 py-5"
1670
1677
  }, P[0] || (P[0] = [
1671
1678
  Qt('<div class="min-w-0 w-full"><div class="flex items-start gap-x-3"><p class="h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-1/2"></p></div></div><div class="flex flex-none items-center gap-x-4"><div class="hidden rounded-md bg-gray-200 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"><p class="h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-10"></p></div></div>', 2)
1672
1679
  ])))), 128))
1673
- ])) : (E(), O("ul", Ur, [
1680
+ ])) : (E(), O("ul", Zr, [
1674
1681
  (E(!0), O(Re, null, Ne(D.tasks, (I) => (E(), O("li", {
1675
1682
  key: I.id,
1676
1683
  class: "flex items-center justify-between gap-x-6 py-5"
1677
1684
  }, [
1678
- b("div", qr, [
1679
- b("div", Zr, [
1680
- b("p", Jr, J(I.name), 1),
1685
+ b("div", Jr, [
1686
+ b("div", Qr, [
1687
+ b("p", Kr, J(I.name), 1),
1681
1688
  b("p", {
1682
1689
  class: me([
1683
1690
  {
@@ -1689,18 +1696,18 @@ const xs = {
1689
1696
  ])
1690
1697
  }, J(I.statusLiteral), 3)
1691
1698
  ]),
1692
- b("div", Qr, [
1693
- b("p", Kr, J(I.description), 1)
1699
+ b("div", en, [
1700
+ b("p", tn, J(I.description), 1)
1694
1701
  ])
1695
1702
  ]),
1696
- b("div", en, [
1703
+ b("div", an, [
1697
1704
  b("a", {
1698
1705
  href: I.href,
1699
1706
  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"
1700
1707
  }, [
1701
1708
  st(J(I.action), 1),
1702
- b("span", an, ", " + J(I.name), 1)
1703
- ], 8, tn)
1709
+ b("span", rn, ", " + J(I.name), 1)
1710
+ ], 8, sn)
1704
1711
  ])
1705
1712
  ]))), 128))
1706
1713
  ]));
@@ -1988,7 +1995,7 @@ var Pa = { exports: {} };
1988
1995
  })(Pa);
1989
1996
  var Ci = Pa.exports;
1990
1997
  const yt = /* @__PURE__ */ ia(Ci);
1991
- var nn = { exports: {} };
1998
+ var ln = { exports: {} };
1992
1999
  (function($, D) {
1993
2000
  (function(P, I) {
1994
2001
  $.exports = I(Ci);
@@ -2001,8 +2008,8 @@ var nn = { exports: {} };
2001
2008
  } };
2002
2009
  return T.default.locale(Y, null, !0), Y;
2003
2010
  });
2004
- })(nn);
2005
- var on = { exports: {} };
2011
+ })(ln);
2012
+ var cn = { exports: {} };
2006
2013
  (function($, D) {
2007
2014
  (function(P, I) {
2008
2015
  $.exports = I(Ci);
@@ -2020,8 +2027,8 @@ var on = { exports: {} };
2020
2027
  }, weekStart: 1, yearStart: 4, formats: { LTS: "HH:mm:ss", LT: "HH:mm", L: "DD.MM.YYYY", LL: "D. MMMM YYYY", LLL: "D. MMMM YYYY HH:mm", LLLL: "dddd, D. MMMM YYYY HH:mm" }, relativeTime: { future: "in %s", past: "vor %s", s: M, m: M, mm: M, h: M, hh: M, d: M, dd: M, M, MM: M, y: M, yy: M } };
2021
2028
  return T.default.locale(V, null, !0), V;
2022
2029
  });
2023
- })(on);
2024
- var ln = { exports: {} };
2030
+ })(cn);
2031
+ var dn = { exports: {} };
2025
2032
  (function($, D) {
2026
2033
  (function(P, I) {
2027
2034
  $.exports = I();
@@ -2031,8 +2038,8 @@ var ln = { exports: {} };
2031
2038
  return "[" + P + (I[(T - 20) % 10] || I[T] || I[0]) + "]";
2032
2039
  } };
2033
2040
  });
2034
- })(ln);
2035
- var cn = { exports: {} };
2041
+ })(dn);
2042
+ var hn = { exports: {} };
2036
2043
  (function($, D) {
2037
2044
  (function(P, I) {
2038
2045
  $.exports = I(Ci);
@@ -2045,13 +2052,13 @@ var cn = { exports: {} };
2045
2052
  } };
2046
2053
  return T.default.locale(Y, null, !0), Y;
2047
2054
  });
2048
- })(cn);
2055
+ })(hn);
2049
2056
  const ei = ($, D) => {
2050
2057
  const P = $.__vccOpts || $;
2051
2058
  for (const [I, T] of D)
2052
2059
  P[I] = T;
2053
2060
  return P;
2054
- }, dn = {
2061
+ }, un = {
2055
2062
  name: "dateSelector",
2056
2063
  components: { ChevronLeftIcon: Ca, ChevronRightIcon: di },
2057
2064
  computed: {
@@ -2071,11 +2078,11 @@ const ei = ($, D) => {
2071
2078
  D === "previous" && ($ === "day" && (P = yt(this.selectedDate).subtract(1, "day")), $ === "month" && (P = yt(this.selectedDate).subtract(1, "month")), $ === "year" && (P = yt(this.selectedDate).subtract(1, "year"))), D === "next" && ($ === "day" && (P = yt(this.selectedDate).add(1, "day")), $ === "month" && (P = yt(this.selectedDate).add(1, "month")), $ === "year" && (P = yt(this.selectedDate).add(1, "year"))), this.$emit("dateSelected", P);
2072
2079
  }
2073
2080
  }
2074
- }, hn = { class: "dateSelector flex items-center text-white flex-row" }, un = { class: "pagination flex items-center my-1 md:my-0" }, gn = { class: "date mx-4 font-bold text-center text-indigo-600 select-none uppercase" }, pn = { class: "pagination flex items-center my-1 sm:my-0" };
2075
- function fn($, D, P, I, T, Y) {
2081
+ }, gn = { class: "dateSelector flex items-center text-white flex-row" }, pn = { class: "pagination flex items-center my-1 md:my-0" }, fn = { class: "date mx-4 font-bold text-center text-indigo-600 select-none uppercase" }, mn = { class: "pagination flex items-center my-1 sm:my-0" };
2082
+ function xn($, D, P, I, T, Y) {
2076
2083
  const M = Bt("ChevronLeftIcon"), V = Bt("ChevronRightIcon");
2077
- return E(), O("div", hn, [
2078
- b("div", un, [
2084
+ return E(), O("div", gn, [
2085
+ b("div", pn, [
2079
2086
  b("div", {
2080
2087
  class: "previousYear flex items-center cursor-pointer bg-indigo-600 p-1 rounded mx-0.5 hover:bg-indigo-800 shadow-sm",
2081
2088
  onClick: D[0] || (D[0] = (N) => Y.selectDate("year", "previous"))
@@ -2098,8 +2105,8 @@ function fn($, D, P, I, T, Y) {
2098
2105
  Q(M, { class: "h-4" })
2099
2106
  ])
2100
2107
  ]),
2101
- b("div", gn, J(Y.currentDate), 1),
2102
- b("div", pn, [
2108
+ b("div", fn, J(Y.currentDate), 1),
2109
+ b("div", mn, [
2103
2110
  b("div", {
2104
2111
  class: "previousDay flex items-center cursor-pointer bg-indigo-600 p-1 rounded mx-0.5 hover:bg-indigo-800 shadow-sm",
2105
2112
  onClick: D[3] || (D[3] = (N) => Y.selectDate("day", "next"))
@@ -2124,16 +2131,16 @@ function fn($, D, P, I, T, Y) {
2124
2131
  ])
2125
2132
  ]);
2126
2133
  }
2127
- const mn = /* @__PURE__ */ ei(dn, [["render", fn]]), xn = {
2134
+ const bn = /* @__PURE__ */ ei(un, [["render", xn]]), vn = {
2128
2135
  name: "SkeletonTable"
2129
- }, bn = { class: "px-4 sm:px-6 lg:px-8 animate-pulse" }, vn = { class: "flow-root" }, yn = { class: "-mx-4 -my-2 overflow-x-auto sm:-mx-6 lg:-mx-8" }, wn = { class: "inline-block min-w-full py-2 align-middle px-1" }, kn = { class: "overflow-hidden shadow ring-1 ring-black ring-opacity-5 sm:rounded-lg" }, Sn = { class: "min-w-full divide-y divide-gray-300" }, An = { class: "divide-y divide-gray-200 bg-white" };
2130
- function Cn($, D, P, I, T, Y) {
2131
- return E(), O("div", bn, [
2132
- b("div", vn, [
2133
- b("div", yn, [
2134
- b("div", wn, [
2135
- b("div", kn, [
2136
- b("table", Sn, [
2136
+ }, yn = { class: "px-4 sm:px-6 lg:px-8 animate-pulse" }, wn = { class: "flow-root" }, kn = { class: "-mx-4 -my-2 overflow-x-auto sm:-mx-6 lg:-mx-8" }, Sn = { class: "inline-block min-w-full py-2 align-middle px-1" }, An = { class: "overflow-hidden shadow ring-1 ring-black ring-opacity-5 sm:rounded-lg" }, Cn = { class: "min-w-full divide-y divide-gray-300" }, Mn = { class: "divide-y divide-gray-200 bg-white" };
2137
+ function Ln($, D, P, I, T, Y) {
2138
+ return E(), O("div", yn, [
2139
+ b("div", wn, [
2140
+ b("div", kn, [
2141
+ b("div", Sn, [
2142
+ b("div", An, [
2143
+ b("table", Cn, [
2137
2144
  D[1] || (D[1] = b("thead", { class: "bg-gray-50" }, [
2138
2145
  b("tr", null, [
2139
2146
  b("th", {
@@ -2170,7 +2177,7 @@ function Cn($, D, P, I, T, Y) {
2170
2177
  ])
2171
2178
  ])
2172
2179
  ], -1)),
2173
- b("tbody", An, [
2180
+ b("tbody", Mn, [
2174
2181
  (E(), O(Re, null, Ne(10, (M) => b("tr", { key: M }, D[0] || (D[0] = [
2175
2182
  b("td", { class: "whitespace-nowrap py-4 pl-4 pr-3 text-sm font-medium text-gray-900 sm:pl-6" }, [
2176
2183
  b("div", { class: "h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-6" })
@@ -2205,7 +2212,7 @@ function Cn($, D, P, I, T, Y) {
2205
2212
  ])
2206
2213
  ]);
2207
2214
  }
2208
- const Ta = /* @__PURE__ */ ei(xn, [["render", Cn]]);
2215
+ const Ta = /* @__PURE__ */ ei(vn, [["render", Ln]]);
2209
2216
  var za = { exports: {} };
2210
2217
  (function($, D) {
2211
2218
  (function(P, I) {
@@ -2219,15 +2226,15 @@ var za = { exports: {} };
2219
2226
  };
2220
2227
  });
2221
2228
  })(za);
2222
- var Mn = za.exports;
2223
- const Ln = /* @__PURE__ */ ia(Mn), Pn = {
2229
+ var Pn = za.exports;
2230
+ const Tn = /* @__PURE__ */ ia(Pn), zn = {
2224
2231
  name: "calendarDay",
2225
2232
  props: {
2226
2233
  day: Object
2227
2234
  },
2228
2235
  computed: {
2229
2236
  currentDay() {
2230
- return yt.extend(Ln), {
2237
+ return yt.extend(Tn), {
2231
2238
  dayName: yt(this.day).locale("es").format("ddd"),
2232
2239
  day: yt(this.day).locale("es").format("DD"),
2233
2240
  month: yt(this.day).locale("es").format("MMM."),
@@ -2236,8 +2243,8 @@ const Ln = /* @__PURE__ */ ia(Mn), Pn = {
2236
2243
  };
2237
2244
  }
2238
2245
  }
2239
- }, Tn = { class: "text-xs" }, zn = { class: "font-bold text-lg" }, In = { class: "text-xs font-medium" };
2240
- function En($, D, P, I, T, Y) {
2246
+ }, In = { class: "text-xs" }, En = { class: "font-bold text-lg" }, Dn = { class: "text-xs font-medium" };
2247
+ function Yn($, D, P, I, T, Y) {
2241
2248
  return E(), O("div", {
2242
2249
  class: me([
2243
2250
  "day select-none text-center",
@@ -2247,12 +2254,12 @@ function En($, D, P, I, T, Y) {
2247
2254
  }
2248
2255
  ])
2249
2256
  }, [
2250
- b("p", Tn, J(Y.currentDay.dayName), 1),
2251
- b("p", zn, J(Y.currentDay.day), 1),
2252
- b("p", In, J(Y.currentDay.month), 1)
2257
+ b("p", In, J(Y.currentDay.dayName), 1),
2258
+ b("p", En, J(Y.currentDay.day), 1),
2259
+ b("p", Dn, J(Y.currentDay.month), 1)
2253
2260
  ], 2);
2254
2261
  }
2255
- const Dn = /* @__PURE__ */ ei(Pn, [["render", En]]), Yn = {
2262
+ const Xn = /* @__PURE__ */ ei(zn, [["render", Yn]]), _n = {
2256
2263
  name: "dayPrice",
2257
2264
  props: {
2258
2265
  currency: String,
@@ -2271,9 +2278,9 @@ const Dn = /* @__PURE__ */ ei(Pn, [["render", En]]), Yn = {
2271
2278
  };
2272
2279
  }
2273
2280
  }
2274
- }, Xn = { class: "priceDay" };
2275
- function _n($, D, P, I, T, Y) {
2276
- return E(), O("div", Xn, [
2281
+ }, Rn = { class: "priceDay" };
2282
+ function Fn($, D, P, I, T, Y) {
2283
+ return E(), O("div", Rn, [
2277
2284
  b("div", {
2278
2285
  class: me([
2279
2286
  {
@@ -2286,7 +2293,7 @@ function _n($, D, P, I, T, Y) {
2286
2293
  }, J(Y.currentDay.price) + J(P.currency), 3)
2287
2294
  ]);
2288
2295
  }
2289
- const Rn = /* @__PURE__ */ ei(Yn, [["render", _n]]), Fn = {
2296
+ const On = /* @__PURE__ */ ei(_n, [["render", Fn]]), Nn = {
2290
2297
  name: "uiPriceCalendar",
2291
2298
  data: () => ({
2292
2299
  today: /* @__PURE__ */ new Date(),
@@ -2316,7 +2323,7 @@ const Rn = /* @__PURE__ */ ei(Yn, [["render", _n]]), Fn = {
2316
2323
  required: !0
2317
2324
  }
2318
2325
  },
2319
- components: { DateSelector: mn, Day: Dn, Price: Rn, uiButton: Zt, SkeletonTable: Ta },
2326
+ components: { DateSelector: bn, Day: Xn, Price: On, uiButton: Zt, SkeletonTable: Ta },
2320
2327
  computed: {
2321
2328
  days() {
2322
2329
  let $ = [];
@@ -2352,69 +2359,69 @@ const Rn = /* @__PURE__ */ ei(Yn, [["render", _n]]), Fn = {
2352
2359
  this.$emit("changeRoomPrice", $);
2353
2360
  }
2354
2361
  }
2355
- }, On = {
2362
+ }, Bn = {
2356
2363
  key: 0,
2357
2364
  class: "px-4 sm:px-6 lg:px-8"
2358
- }, Nn = { class: "flow-root" }, Bn = { class: "overflow-x-auto sm:-mx-6 lg:-mx-8 shadow ring-1 ring-black ring-opacity-5 sm:rounded-lg" }, Hn = { class: "inline-block min-w-full align-middle" }, Wn = { class: "min-w-full text-sm" }, $n = { class: "bg-white" }, Vn = {
2365
+ }, Hn = { class: "flow-root" }, Wn = { class: "overflow-x-auto sm:-mx-6 lg:-mx-8 shadow ring-1 ring-black ring-opacity-5 sm:rounded-lg" }, $n = { class: "inline-block min-w-full align-middle" }, Vn = { class: "min-w-full text-sm" }, Gn = { class: "bg-white" }, jn = {
2359
2366
  colspan: "6",
2360
2367
  scope: "colgroup",
2361
2368
  class: "bg-gray-50 py-2 pl-4 pr-3 text-left text-sm font-semibold text-gray-900 sm:pl-3"
2362
- }, Gn = {
2369
+ }, Un = {
2363
2370
  colspan: "20",
2364
2371
  scope: "colgroup",
2365
2372
  class: "bg-gray-200 py-2 pl-4 pr-3 text-left font-semibold text-gray-900"
2366
- }, jn = { key: 0 }, Un = {
2373
+ }, qn = { key: 0 }, Zn = {
2367
2374
  colspan: "6",
2368
2375
  class: "pl-4"
2369
- }, qn = { key: 1 }, Zn = {
2376
+ }, Jn = { key: 1 }, Qn = {
2370
2377
  colspan: "6",
2371
2378
  class: "pl-4"
2372
- }, Jn = { key: 2 }, Qn = {
2379
+ }, Kn = { key: 2 }, eo = {
2373
2380
  colspan: "6",
2374
2381
  class: "pl-4"
2375
- }, Kn = {
2382
+ }, to = {
2376
2383
  colspan: "20",
2377
2384
  scope: "colgroup",
2378
2385
  class: "bg-gray-200 py-2 pl-4 pr-3 text-left font-semibold text-gray-900 relative"
2379
- }, eo = {
2386
+ }, io = {
2380
2387
  key: 0,
2381
2388
  class: "absolute top-0 left-12 flex h-12 items-center space-x-3 sm:left-48 bg-white shadow rounded px-4 py-1 z-10"
2382
- }, to = ["onClick"], io = {
2389
+ }, ao = ["onClick"], so = {
2383
2390
  colspan: "2",
2384
2391
  scope: "colgroup",
2385
2392
  class: "relative bg-gray-100 py-3.5 pl-4 pr-3 text-left font-semibold text-gray-900"
2386
- }, ao = ["checked", "indeterminate"], so = { class: "pl-6" }, ro = {
2393
+ }, ro = ["checked", "indeterminate"], no = { class: "pl-6" }, oo = {
2387
2394
  colspan: "2",
2388
2395
  scope: "colgroup",
2389
2396
  class: "bg-gray-100 py-2 pl-4 pr-3 text-left font-semibold text-gray-900"
2390
- }, no = {
2397
+ }, lo = {
2391
2398
  colspan: "2",
2392
2399
  scope: "colgroup",
2393
2400
  class: "bg-gray-100 py-2 pl-4 pr-3 text-left font-semibold text-gray-900"
2394
- }, oo = {
2401
+ }, co = {
2395
2402
  colspan: "2",
2396
2403
  class: "relative py-3.5 pl-4 pr-3 text-left text-sm font-semibold text-gray-900 sm:pl-6"
2397
- }, lo = {
2404
+ }, ho = {
2398
2405
  key: 0,
2399
2406
  class: "absolute inset-y-0 left-0 w-0.5 bg-indigo-600"
2400
- }, co = ["value"], ho = { class: "pl-6" }, uo = {
2407
+ }, uo = ["value"], go = { class: "pl-6" }, po = {
2401
2408
  colspan: "2",
2402
2409
  class: "pl-4"
2403
- }, go = {
2410
+ }, fo = {
2404
2411
  colspan: "2",
2405
2412
  class: "pl-4"
2406
2413
  };
2407
- function po($, D, P, I, T, Y) {
2414
+ function mo($, D, P, I, T, Y) {
2408
2415
  var pe, Pe;
2409
2416
  const M = Bt("DateSelector"), V = Bt("Day"), N = Bt("uiButton"), ee = Bt("Price"), ne = Bt("SkeletonTable");
2410
- return P.loading ? (E(), Fe(ne, { key: 1 })) : (E(), O("div", On, [
2411
- b("div", Nn, [
2412
- b("div", Bn, [
2413
- b("div", Hn, [
2414
- b("table", Wn, [
2415
- b("tbody", $n, [
2417
+ return P.loading ? (E(), Fe(ne, { key: 1 })) : (E(), O("div", Bn, [
2418
+ b("div", Hn, [
2419
+ b("div", Wn, [
2420
+ b("div", $n, [
2421
+ b("table", Vn, [
2422
+ b("tbody", Gn, [
2416
2423
  b("tr", null, [
2417
- b("th", Vn, [
2424
+ b("th", jn, [
2418
2425
  Q(M, {
2419
2426
  selectedDate: $.date,
2420
2427
  onDateSelected: D[0] || (D[0] = (fe) => Y.changeDate(fe))
@@ -2432,7 +2439,7 @@ function po($, D, P, I, T, Y) {
2432
2439
  ]))), 128))
2433
2440
  ]),
2434
2441
  b("tr", null, [
2435
- b("th", Gn, [
2442
+ b("th", Un, [
2436
2443
  b("span", null, J(P.literals.category) + " " + J(P.category.name), 1),
2437
2444
  Q(N, {
2438
2445
  loading: P.loading,
@@ -2447,8 +2454,8 @@ function po($, D, P, I, T, Y) {
2447
2454
  }, 8, ["loading", "onClick"])
2448
2455
  ])
2449
2456
  ]),
2450
- P.type === "discounts" ? (E(), O("tr", jn, [
2451
- b("td", Un, J(P.literals.pricesDiscount), 1),
2457
+ P.type === "discounts" ? (E(), O("tr", qn, [
2458
+ b("td", Zn, J(P.literals.pricesDiscount), 1),
2452
2459
  (E(!0), O(Re, null, Ne(P.category.selectionPrices, (fe, H) => (E(), O("td", {
2453
2460
  key: H,
2454
2461
  class: "p-0"
@@ -2462,8 +2469,8 @@ function po($, D, P, I, T, Y) {
2462
2469
  }, null, 8, ["onClick", "price", "currency"])
2463
2470
  ]))), 128))
2464
2471
  ])) : ze("", !0),
2465
- P.type === "prices" ? (E(), O("tr", qn, [
2466
- b("td", Zn, J(P.literals.pricesSelection), 1),
2472
+ P.type === "prices" ? (E(), O("tr", Jn, [
2473
+ b("td", Qn, J(P.literals.pricesSelection), 1),
2467
2474
  (E(!0), O(Re, null, Ne(P.category.selectionPrices, (fe, H) => (E(), O("td", {
2468
2475
  key: H,
2469
2476
  class: "p-0"
@@ -2477,8 +2484,8 @@ function po($, D, P, I, T, Y) {
2477
2484
  }, null, 8, ["onClick", "price", "currency"])
2478
2485
  ]))), 128))
2479
2486
  ])) : ze("", !0),
2480
- P.type === "prices" ? (E(), O("tr", Jn, [
2481
- b("td", Qn, J(P.literals.pricesUpgrade), 1),
2487
+ P.type === "prices" ? (E(), O("tr", Kn, [
2488
+ b("td", eo, J(P.literals.pricesUpgrade), 1),
2482
2489
  (E(!0), O(Re, null, Ne(P.category.upgradePrices, (fe, H) => (E(), O("td", {
2483
2490
  key: H,
2484
2491
  class: "p-0"
@@ -2493,31 +2500,31 @@ function po($, D, P, I, T, Y) {
2493
2500
  ]))), 128))
2494
2501
  ])) : ze("", !0),
2495
2502
  b("tr", null, [
2496
- b("th", Kn, [
2497
- ((pe = $.selectedRooms) == null ? void 0 : pe.length) > 0 && ((Pe = P.actions) == null ? void 0 : Pe.length) > 0 ? (E(), O("div", eo, [
2503
+ b("th", to, [
2504
+ ((pe = $.selectedRooms) == null ? void 0 : pe.length) > 0 && ((Pe = P.actions) == null ? void 0 : Pe.length) > 0 ? (E(), O("div", io, [
2498
2505
  (E(!0), O(Re, null, Ne(P.actions, (fe, H) => (E(), O("button", {
2499
2506
  onClick: (ve) => Y.tableAction({ action: fe.id, items: $.selectedRooms }),
2500
2507
  key: H,
2501
2508
  type: "button",
2502
2509
  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"
2503
- }, J(fe.name), 9, to))), 128))
2510
+ }, J(fe.name), 9, ao))), 128))
2504
2511
  ])) : ze("", !0),
2505
2512
  b("span", null, J(P.literals.pricesSelection), 1)
2506
2513
  ])
2507
2514
  ]),
2508
2515
  b("tr", null, [
2509
- b("th", io, [
2516
+ b("th", so, [
2510
2517
  b("input", {
2511
2518
  type: "checkbox",
2512
2519
  class: "absolute left-4 top-1/2 -mt-2 h-4 w-4 rounded border-gray-300 text-indigo-600 focus:ring-indigo-600",
2513
2520
  checked: Y.indeterminate || $.selectedRooms.length === P.rooms.length,
2514
2521
  indeterminate: Y.indeterminate,
2515
2522
  onChange: D[1] || (D[1] = (fe) => $.selectedRooms = fe.target.checked ? P.rooms.map((H) => H.name) : [])
2516
- }, null, 40, ao),
2517
- b("span", so, J(P.literals.room), 1)
2523
+ }, null, 40, ro),
2524
+ b("span", no, J(P.literals.room), 1)
2518
2525
  ]),
2519
- b("th", ro, J(P.literals.building), 1),
2520
- b("th", no, J(P.literals.floor), 1),
2526
+ b("th", oo, J(P.literals.building), 1),
2527
+ b("th", lo, J(P.literals.floor), 1),
2521
2528
  D[3] || (D[3] = b("th", {
2522
2529
  colspan: "14",
2523
2530
  scope: "colgroup",
@@ -2528,20 +2535,20 @@ function po($, D, P, I, T, Y) {
2528
2535
  key: fe.name,
2529
2536
  class: me([{ "even:bg-gray-100": P.type === "prices", "odd:bg-gray-100": P.type === "discounts" }])
2530
2537
  }, [
2531
- b("td", oo, [
2532
- $.selectedRooms.includes(fe.name) ? (E(), O("div", lo)) : ze("", !0),
2538
+ b("td", co, [
2539
+ $.selectedRooms.includes(fe.name) ? (E(), O("div", ho)) : ze("", !0),
2533
2540
  We(b("input", {
2534
2541
  type: "checkbox",
2535
2542
  class: "absolute left-4 top-1/2 -mt-2 h-4 w-4 rounded border-gray-300 text-indigo-600 focus:ring-indigo-600",
2536
2543
  value: fe.name,
2537
2544
  "onUpdate:modelValue": D[2] || (D[2] = (H) => $.selectedRooms = H)
2538
- }, null, 8, co), [
2545
+ }, null, 8, uo), [
2539
2546
  [ga, $.selectedRooms]
2540
2547
  ]),
2541
- b("span", ho, J(fe.name), 1)
2548
+ b("span", go, J(fe.name), 1)
2542
2549
  ]),
2543
- b("td", uo, J(fe.building), 1),
2544
- b("td", go, J(fe.floor), 1),
2550
+ b("td", po, J(fe.building), 1),
2551
+ b("td", fo, J(fe.floor), 1),
2545
2552
  (E(!0), O(Re, null, Ne(fe.selectionPrices, (H, ve) => (E(), O("td", {
2546
2553
  class: "p-0",
2547
2554
  key: ve
@@ -2562,7 +2569,7 @@ function po($, D, P, I, T, Y) {
2562
2569
  ])
2563
2570
  ]));
2564
2571
  }
2565
- const fo = /* @__PURE__ */ ei(Fn, [["render", po]]);
2572
+ const xo = /* @__PURE__ */ ei(Nn, [["render", mo]]);
2566
2573
  var Wi = { exports: {} };
2567
2574
  /*!
2568
2575
  * ApexCharts v3.54.1
@@ -11494,8 +11501,8 @@ rect.legend-mouseover-inactive,
11494
11501
  }();
11495
11502
  $.exports = bi;
11496
11503
  })(Wi, Wi.exports);
11497
- var mo = Wi.exports;
11498
- const oa = /* @__PURE__ */ ia(mo), la = [
11504
+ var bo = Wi.exports;
11505
+ const oa = /* @__PURE__ */ ia(bo), la = [
11499
11506
  "animationEnd",
11500
11507
  "beforeMount",
11501
11508
  "mounted",
@@ -11652,11 +11659,11 @@ const oa = /* @__PURE__ */ ia(mo), la = [
11652
11659
  class: "vue-apexcharts"
11653
11660
  });
11654
11661
  }
11655
- }), xo = ($) => {
11662
+ }), vo = ($) => {
11656
11663
  $.component(Jt.name, Jt);
11657
11664
  };
11658
- Jt.install = xo;
11659
- const bo = { class: "chart-selector flex flex-row items-center justify-center" }, aa = /* @__PURE__ */ Ge({
11665
+ Jt.install = vo;
11666
+ const yo = { class: "chart-selector flex flex-row items-center justify-center" }, aa = /* @__PURE__ */ Ge({
11660
11667
  __name: "RangeSelector",
11661
11668
  props: { range: { type: String } },
11662
11669
  emits: ["rangeSelected"],
@@ -11666,7 +11673,7 @@ const bo = { class: "chart-selector flex flex-row items-center justify-center" }
11666
11673
  const Y = (M) => {
11667
11674
  T = M, P("rangeSelected", M);
11668
11675
  };
11669
- return (M, V) => (E(), O("ul", bo, [
11676
+ return (M, V) => (E(), O("ul", yo, [
11670
11677
  b("li", {
11671
11678
  class: me({ selected: K(T) === "24h" }),
11672
11679
  onClick: V[0] || (V[0] = (N) => Y("24h"))
@@ -11685,10 +11692,10 @@ const bo = { class: "chart-selector flex flex-row items-center justify-center" }
11685
11692
  }, "3M", 2)
11686
11693
  ]));
11687
11694
  }
11688
- }), vo = { class: "chart-header flex flex-row items-center w-full justify-between" }, yo = { class: "text-sm font-medium text-gray-500 truncate mr-8" }, wo = {
11695
+ }), wo = { class: "chart-header flex flex-row items-center w-full justify-between" }, ko = { class: "text-sm font-medium text-gray-500 truncate mr-8" }, So = {
11689
11696
  key: 0,
11690
11697
  class: "flex items-center gap-x-2 grow"
11691
- }, ko = { class: "self-center ml-2" }, So = { class: "self-center ml-2" }, Ao = { class: "self-center ml-2" }, Co = { class: "chart-content relative" }, Mo = { class: "h-full w-full flex items-center justify-center flex-col" }, Lo = { class: "card chart apex-chart px-4 py-5 bg-white shadow rounded-lg overflow-hidden sm:p-6 flex grow h-80" }, Po = /* @__PURE__ */ Ge({
11698
+ }, Ao = { class: "self-center ml-2" }, Co = { class: "self-center ml-2" }, Mo = { class: "self-center ml-2" }, Lo = { class: "chart-content relative" }, Po = { class: "h-full w-full flex items-center justify-center flex-col" }, To = { class: "card chart apex-chart px-4 py-5 bg-white shadow rounded-lg overflow-hidden sm:p-6 flex grow h-80" }, zo = /* @__PURE__ */ Ge({
11692
11699
  __name: "uiChart",
11693
11700
  props: {
11694
11701
  title: {},
@@ -11774,9 +11781,9 @@ const bo = { class: "chart-selector flex flex-row items-center justify-center" }
11774
11781
  We(b("div", {
11775
11782
  class: me(["h-[" + Pe.height + "px]", "card chart apex-chart px-4 py-5 bg-white shadow rounded-lg overflow-hidden sm:p-6 flex grow"])
11776
11783
  }, [
11777
- b("div", vo, [
11778
- b("div", yo, J(Pe.title), 1),
11779
- Pe.isNps && Pe.npsLiterals ? (E(), O("div", wo, [
11784
+ b("div", wo, [
11785
+ b("div", ko, J(Pe.title), 1),
11786
+ Pe.isNps && Pe.npsLiterals ? (E(), O("div", So, [
11780
11787
  Q(Yt, {
11781
11788
  size: "small",
11782
11789
  color: "red",
@@ -11789,7 +11796,7 @@ const bo = { class: "chart-selector flex flex-row items-center justify-center" }
11789
11796
  color: "red"
11790
11797
  }, null, 8, ["icon"]),
11791
11798
  fe[0] || (fe[0] = st()),
11792
- b("span", ko, J(Pe.npsLiterals.unhappy), 1)
11799
+ b("span", Ao, J(Pe.npsLiterals.unhappy), 1)
11793
11800
  ]),
11794
11801
  _: 1
11795
11802
  }),
@@ -11805,7 +11812,7 @@ const bo = { class: "chart-selector flex flex-row items-center justify-center" }
11805
11812
  color: "yellow"
11806
11813
  }, null, 8, ["icon"]),
11807
11814
  fe[1] || (fe[1] = st()),
11808
- b("span", So, J(Pe.npsLiterals.neutral), 1)
11815
+ b("span", Co, J(Pe.npsLiterals.neutral), 1)
11809
11816
  ]),
11810
11817
  _: 1
11811
11818
  }),
@@ -11821,7 +11828,7 @@ const bo = { class: "chart-selector flex flex-row items-center justify-center" }
11821
11828
  color: "green"
11822
11829
  }, null, 8, ["icon"]),
11823
11830
  fe[2] || (fe[2] = st()),
11824
- b("span", Ao, J(Pe.npsLiterals.happy), 1)
11831
+ b("span", Mo, J(Pe.npsLiterals.happy), 1)
11825
11832
  ]),
11826
11833
  _: 1
11827
11834
  })
@@ -11831,7 +11838,7 @@ const bo = { class: "chart-selector flex flex-row items-center justify-center" }
11831
11838
  onRangeSelected: V
11832
11839
  }, null, 8, ["range"])
11833
11840
  ]),
11834
- We(b("div", Co, [
11841
+ We(b("div", Lo, [
11835
11842
  Q(K(Jt), {
11836
11843
  type: Pe.type,
11837
11844
  series: N.value,
@@ -11845,7 +11852,7 @@ const bo = { class: "chart-selector flex flex-row items-center justify-center" }
11845
11852
  ], 512), [
11846
11853
  [je, !Pe.empty]
11847
11854
  ]),
11848
- We(b("div", Mo, [
11855
+ We(b("div", Po, [
11849
11856
  Q(et, {
11850
11857
  icon: K(_t),
11851
11858
  color: "gray",
@@ -11859,7 +11866,7 @@ const bo = { class: "chart-selector flex flex-row items-center justify-center" }
11859
11866
  ], 2), [
11860
11867
  [je, !Pe.loading]
11861
11868
  ]),
11862
- We(b("div", Lo, fe[4] || (fe[4] = [
11869
+ We(b("div", To, fe[4] || (fe[4] = [
11863
11870
  b("div", {
11864
11871
  role: "status",
11865
11872
  class: "w-full animate-pulse h-full flex flex-col"
@@ -11890,11 +11897,11 @@ const bo = { class: "chart-selector flex flex-row items-center justify-center" }
11890
11897
  ])
11891
11898
  ], 64));
11892
11899
  }
11893
- }), To = {
11900
+ }), Io = {
11894
11901
  name: "uiFooter"
11895
- }, zo = { class: "bg-white" };
11896
- function Io($, D, P, I, T, Y) {
11897
- return E(), O("footer", zo, D[0] || (D[0] = [
11902
+ }, Eo = { class: "bg-white" };
11903
+ function Do($, D, P, I, T, Y) {
11904
+ return E(), O("footer", Eo, D[0] || (D[0] = [
11898
11905
  b("div", { class: "mx-auto py-6 px-4 sm:px-6 md:flex md:items-center md:justify-between lg:px-8" }, [
11899
11906
  b("div", { class: "mt-8 md:mt-0 md:order-1" }, [
11900
11907
  b("p", { class: "text-center text-base text-gray-400" }, "© Made by Hotelinking.")
@@ -11902,7 +11909,7 @@ function Io($, D, P, I, T, Y) {
11902
11909
  ], -1)
11903
11910
  ]));
11904
11911
  }
11905
- const Eo = /* @__PURE__ */ ei(To, [["render", Io]]), Do = /* @__PURE__ */ Ge({
11912
+ const Yo = /* @__PURE__ */ ei(Io, [["render", Do]]), Xo = /* @__PURE__ */ Ge({
11906
11913
  __name: "uiLoadingScreen",
11907
11914
  props: {
11908
11915
  title: {},
@@ -11930,22 +11937,22 @@ const Eo = /* @__PURE__ */ ei(To, [["render", Io]]), Do = /* @__PURE__ */ Ge({
11930
11937
  ])
11931
11938
  ], 2));
11932
11939
  }
11933
- }), Yo = {
11940
+ }), _o = {
11934
11941
  key: 0,
11935
11942
  class: "py-6 flex items-center justify-between"
11936
- }, Xo = { class: "flex-1 flex justify-between sm:hidden" }, _o = {
11943
+ }, Ro = { class: "flex-1 flex justify-between sm:hidden" }, Fo = {
11937
11944
  href: "#",
11938
11945
  class: "relative inline-flex items-center px-4 py-2 border border-gray-300 text-sm font-medium rounded-md text-gray-700 bg-white hover:bg-gray-50"
11939
- }, Ro = {
11946
+ }, Oo = {
11940
11947
  href: "#",
11941
11948
  class: "ml-3 relative inline-flex items-center px-4 py-2 border border-gray-300 text-sm font-medium rounded-md text-gray-700 bg-white hover:bg-gray-50"
11942
- }, Fo = { class: "hidden sm:flex-1 sm:flex sm:items-center sm:justify-between" }, Oo = { class: "text-sm text-gray-700" }, No = { class: "font-bold" }, Bo = { class: "font-bold" }, Ho = {
11949
+ }, No = { class: "hidden sm:flex-1 sm:flex sm:items-center sm:justify-between" }, Bo = { class: "text-sm text-gray-700" }, Ho = { class: "font-bold" }, Wo = { class: "font-bold" }, $o = {
11943
11950
  class: "relative z-0 inline-flex rounded-md shadow-sm -space-x-px",
11944
11951
  "aria-label": "Pagination"
11945
- }, Wo = { class: "sr-only" }, $o = ["onClick"], Vo = { class: "sr-only" }, Go = {
11952
+ }, Vo = { class: "sr-only" }, Go = ["onClick"], jo = { class: "sr-only" }, Uo = {
11946
11953
  key: 1,
11947
11954
  class: "py-6 flex flex-row justify-between items-center animate-pulse"
11948
- }, jo = /* @__PURE__ */ Ge({
11955
+ }, qo = /* @__PURE__ */ Ge({
11949
11956
  __name: "uiPagination",
11950
11957
  props: {
11951
11958
  current: {},
@@ -11964,36 +11971,36 @@ const Eo = /* @__PURE__ */ ei(To, [["render", Io]]), Do = /* @__PURE__ */ Ge({
11964
11971
  N.push(ee);
11965
11972
  return N;
11966
11973
  });
11967
- return (N, ee) => N.loading ? (E(), O("div", Go, ee[4] || (ee[4] = [
11974
+ return (N, ee) => N.loading ? (E(), O("div", Uo, ee[4] || (ee[4] = [
11968
11975
  b("div", { class: "h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-1/5" }, null, -1),
11969
11976
  b("div", { class: "h-10 w-32 bg-gray-200 rounded dark:bg-gray-300" }, null, -1)
11970
- ]))) : (E(), O("div", Yo, [
11971
- b("div", Xo, [
11972
- b("a", _o, [
11977
+ ]))) : (E(), O("div", _o, [
11978
+ b("div", Ro, [
11979
+ b("a", Fo, [
11973
11980
  Ct(N.$slots, "previous")
11974
11981
  ]),
11975
- b("a", Ro, [
11982
+ b("a", Oo, [
11976
11983
  Ct(N.$slots, "next")
11977
11984
  ])
11978
11985
  ]),
11979
- b("div", Fo, [
11986
+ b("div", No, [
11980
11987
  b("div", null, [
11981
- b("p", Oo, [
11988
+ b("p", Bo, [
11982
11989
  Ct(N.$slots, "showing"),
11983
11990
  ee[2] || (ee[2] = st()),
11984
- b("span", No, J(N.current + " "), 1),
11991
+ b("span", Ho, J(N.current + " "), 1),
11985
11992
  Ct(N.$slots, "of"),
11986
11993
  ee[3] || (ee[3] = st()),
11987
- b("span", Bo, J(N.total), 1)
11994
+ b("span", Wo, J(N.total), 1)
11988
11995
  ])
11989
11996
  ]),
11990
11997
  b("div", null, [
11991
- b("nav", Ho, [
11998
+ b("nav", $o, [
11992
11999
  We(b("button", {
11993
12000
  onClick: ee[0] || (ee[0] = (ne) => P("changePage", N.current - 1)),
11994
12001
  class: "relative inline-flex items-center px-2 py-2 rounded-l-md border border-gray-300 bg-white text-sm font-medium text-gray-500 hover:bg-gray-50"
11995
12002
  }, [
11996
- b("span", Wo, [
12003
+ b("span", Vo, [
11997
12004
  Ct(N.$slots, "previous")
11998
12005
  ]),
11999
12006
  Q(K(Ca), {
@@ -12010,12 +12017,12 @@ const Eo = /* @__PURE__ */ ei(To, [["render", Io]]), Do = /* @__PURE__ */ Ge({
12010
12017
  class: me([[
12011
12018
  ne === N.current ? "z-10 bg-indigo-50 border-indigo-500 text-indigo-600" : "bg-white border-gray-300 text-gray-500 hover:bg-gray-50"
12012
12019
  ], "relative inline-flex items-center px-4 py-2 border text-sm font-medium"])
12013
- }, J(ne), 11, $o))), 128)),
12020
+ }, J(ne), 11, Go))), 128)),
12014
12021
  We(b("button", {
12015
12022
  onClick: ee[1] || (ee[1] = (ne) => P("changePage", N.current + 1)),
12016
12023
  class: "relative inline-flex items-center px-2 py-2 rounded-r-md border border-gray-300 bg-white text-sm font-medium text-gray-500 hover:bg-gray-50"
12017
12024
  }, [
12018
- b("span", Vo, [
12025
+ b("span", jo, [
12019
12026
  Ct(N.$slots, "next")
12020
12027
  ]),
12021
12028
  Q(K(di), {
@@ -12030,25 +12037,25 @@ const Eo = /* @__PURE__ */ ei(To, [["render", Io]]), Do = /* @__PURE__ */ Ge({
12030
12037
  ])
12031
12038
  ]));
12032
12039
  }
12033
- }), Uo = { class: "hidden md:flex md:flex-col sticky md:inset-y-0" }, qo = { class: "flex flex-col flex-grow overflow-y-auto" }, Zo = { class: "grow flex flex-col" }, Jo = {
12040
+ }), Zo = { class: "hidden md:flex md:flex-col sticky md:inset-y-0" }, Jo = { class: "flex flex-col flex-grow overflow-y-auto" }, Qo = { class: "grow flex flex-col" }, Ko = {
12034
12041
  class: "flex-1 space-y-1",
12035
12042
  "aria-label": "Sidebar"
12036
- }, Qo = { key: 0 }, Ko = ["onClick"], el = {
12043
+ }, el = { key: 0 }, tl = ["onClick"], il = {
12037
12044
  key: 1,
12038
12045
  class: "text-left"
12039
- }, tl = {
12046
+ }, al = {
12040
12047
  key: 1,
12041
12048
  class: "flex-1 text-left"
12042
- }, il = {
12049
+ }, sl = {
12043
12050
  key: 2,
12044
12051
  class: "flex-1"
12045
- }, al = {
12052
+ }, rl = {
12046
12053
  key: 0,
12047
12054
  class: "align-left"
12048
- }, sl = {
12055
+ }, nl = {
12049
12056
  key: 1,
12050
12057
  class: "h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-1/2"
12051
- }, rl = { class: "h-12 flex flex-row items-center" }, nl = /* @__PURE__ */ Ge({
12058
+ }, ol = { class: "h-12 flex flex-row items-center" }, ll = /* @__PURE__ */ Ge({
12052
12059
  __name: "uiSidebar",
12053
12060
  props: {
12054
12061
  navigation: {},
@@ -12060,11 +12067,11 @@ const Eo = /* @__PURE__ */ ei(To, [["render", Io]]), Do = /* @__PURE__ */ Ge({
12060
12067
  emits: ["sideBarClick"],
12061
12068
  setup($, { emit: D }) {
12062
12069
  const P = D;
12063
- return (I, T) => (E(), O("div", Uo, [
12064
- b("div", qo, [
12065
- b("div", Zo, [
12066
- b("nav", Jo, [
12067
- I.loading ? (E(), O(Re, { key: 1 }, Ne(5, (Y) => b("div", rl, T[1] || (T[1] = [
12070
+ return (I, T) => (E(), O("div", Zo, [
12071
+ b("div", Jo, [
12072
+ b("div", Qo, [
12073
+ b("nav", Ko, [
12074
+ I.loading ? (E(), O(Re, { key: 1 }, Ne(5, (Y) => b("div", ol, T[1] || (T[1] = [
12068
12075
  b("div", { class: "w-6 h-6 animate-pulse bg-gray-200 rounded-full dark:bg-gray-300 mr-4" }, null, -1),
12069
12076
  b("div", { class: "h-3 animate-pulse bg-gray-200 rounded-full dark:bg-gray-300 grow" }, null, -1)
12070
12077
  ]))), 64)) : (E(!0), O(Re, { key: 0 }, Ne(I.navigation, (Y) => (E(), O(Re, {
@@ -12090,9 +12097,9 @@ const Eo = /* @__PURE__ */ ei(To, [["render", Io]]), Do = /* @__PURE__ */ Ge({
12090
12097
  ]),
12091
12098
  "aria-hidden": "true"
12092
12099
  }, null, 8, ["loading", "icon", "class"])) : ze("", !0),
12093
- I.loading ? (E(), O("div", il, T[0] || (T[0] = [
12100
+ I.loading ? (E(), O("div", sl, T[0] || (T[0] = [
12094
12101
  b("div", { class: "h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-1/2" }, null, -1)
12095
- ]))) : (E(), O("span", tl, J(Y.name), 1)),
12102
+ ]))) : (E(), O("span", al, J(Y.name), 1)),
12096
12103
  Q(K(di), {
12097
12104
  class: me([M ? "text-black rotate-90" : "text-gray-400", "mr-3 flex-shrink-0 h-3 w-3 transform group-hover:text-gray-400 transition-colors ease-in-out duration-150"])
12098
12105
  }, null, 8, ["class"])
@@ -12107,7 +12114,7 @@ const Eo = /* @__PURE__ */ ei(To, [["render", Io]]), Do = /* @__PURE__ */ Ge({
12107
12114
  class: me([V.current ? "bg-gray-200" : "hover:text-gray-900 hover:bg-gray-100", "group text-gray-600 w-full flex items-center text-left pl-11 pr-2 py-2 text-sm font-medium rounded-md"])
12108
12115
  }, {
12109
12116
  default: be(() => [
12110
- I.loading ? (E(), O("div", sl)) : (E(), O("span", al, J(V.name), 1))
12117
+ I.loading ? (E(), O("div", nl)) : (E(), O("span", rl, J(V.name), 1))
12111
12118
  ]),
12112
12119
  _: 2
12113
12120
  }, 1032, ["onClick", "class"]))), 128))
@@ -12116,7 +12123,7 @@ const Eo = /* @__PURE__ */ ei(To, [["render", Io]]), Do = /* @__PURE__ */ Ge({
12116
12123
  }, 1024)
12117
12124
  ]),
12118
12125
  _: 2
12119
- }, 1024)) : (E(), O("div", Qo, [
12126
+ }, 1024)) : (E(), O("div", el, [
12120
12127
  b("button", {
12121
12128
  onClick: (M) => P("sideBarClick", Y.id),
12122
12129
  class: me([
@@ -12134,8 +12141,8 @@ const Eo = /* @__PURE__ */ ei(To, [["render", Io]]), Do = /* @__PURE__ */ Ge({
12134
12141
  ]),
12135
12142
  "aria-hidden": "true"
12136
12143
  }, null, 8, ["loading", "icon", "class"])) : ze("", !0),
12137
- I.loading ? ze("", !0) : (E(), O("span", el, J(Y.name), 1))
12138
- ], 10, Ko)
12144
+ I.loading ? ze("", !0) : (E(), O("span", il, J(Y.name), 1))
12145
+ ], 10, tl)
12139
12146
  ]))
12140
12147
  ], 64))), 128))
12141
12148
  ])
@@ -12143,10 +12150,10 @@ const Eo = /* @__PURE__ */ ei(To, [["render", Io]]), Do = /* @__PURE__ */ Ge({
12143
12150
  ])
12144
12151
  ]));
12145
12152
  }
12146
- }), ol = { key: 0 }, ll = { class: "ml-16 text-sm font-medium text-gray-500 truncate" }, cl = { class: "ml-16 flex items-baseline pb-5" }, dl = { class: "text-2xl font-semibold text-gray-900" }, hl = {
12153
+ }), cl = { key: 0 }, dl = { class: "ml-16 text-sm font-medium text-gray-500 truncate" }, hl = { class: "ml-16 flex items-baseline pb-5" }, ul = { class: "text-2xl font-semibold text-gray-900" }, gl = {
12147
12154
  key: 0,
12148
12155
  class: "text-black ml-2 flex items-baseline text-sm font-semibold"
12149
- }, ul = { class: "absolute bottom-0 inset-x-0 bg-gray-50 px-4 py-4 sm:px-6" }, gl = { class: "text-sm" }, pl = { key: 1 }, fl = { class: "relative bg-white pt-5 px-4 sm:pt-6 sm:px-6 shadow rounded-lg overflow-hidden h-full pb-6" }, ml = { class: "absolute bg-gray-200 rounded-md p-3 animate-pulse" }, Ia = /* @__PURE__ */ Ge({
12156
+ }, pl = { class: "absolute bottom-0 inset-x-0 bg-gray-50 px-4 py-4 sm:px-6" }, fl = { class: "text-sm" }, ml = { key: 1 }, xl = { class: "relative bg-white pt-5 px-4 sm:pt-6 sm:px-6 shadow rounded-lg overflow-hidden h-full pb-6" }, bl = { class: "absolute bg-gray-200 rounded-md p-3 animate-pulse" }, Ia = /* @__PURE__ */ Ge({
12150
12157
  __name: "uiStats",
12151
12158
  props: {
12152
12159
  item: {},
@@ -12154,10 +12161,10 @@ const Eo = /* @__PURE__ */ ei(To, [["render", Io]]), Do = /* @__PURE__ */ Ge({
12154
12161
  },
12155
12162
  emits: ["statClick"],
12156
12163
  setup($, { emit: D }) {
12157
- return (P, I) => P.loading ? (E(), O("div", pl, [
12158
- b("div", fl, [
12164
+ return (P, I) => P.loading ? (E(), O("div", ml, [
12165
+ b("div", xl, [
12159
12166
  b("dt", null, [
12160
- b("div", ml, [
12167
+ b("div", bl, [
12161
12168
  Q(et, {
12162
12169
  loading: P.loading,
12163
12170
  icon: P.item.icon,
@@ -12173,7 +12180,7 @@ const Eo = /* @__PURE__ */ ei(To, [["render", Io]]), Do = /* @__PURE__ */ Ge({
12173
12180
  ], -1))
12174
12181
  ])
12175
12182
  ])
12176
- ])) : (E(), O("div", ol, [
12183
+ ])) : (E(), O("div", cl, [
12177
12184
  b("div", {
12178
12185
  class: me(["relative bg-white pt-5 px-4 sm:pt-6 sm:px-6 shadow rounded-lg overflow-hidden h-full", { "pb-12": P.item.showFooter }])
12179
12186
  }, [
@@ -12194,11 +12201,11 @@ const Eo = /* @__PURE__ */ ei(To, [["render", Io]]), Do = /* @__PURE__ */ Ge({
12194
12201
  loading: P.loading
12195
12202
  }, null, 8, ["icon", "loading"])
12196
12203
  ], 2),
12197
- b("p", ll, J(P.item.name), 1)
12204
+ b("p", dl, J(P.item.name), 1)
12198
12205
  ]),
12199
- b("dd", cl, [
12200
- b("p", dl, J(P.item.stat), 1),
12201
- P.item.explanation ? (E(), O("p", hl, J(P.item.explanation), 1)) : ze("", !0),
12206
+ b("dd", hl, [
12207
+ b("p", ul, J(P.item.stat), 1),
12208
+ P.item.explanation ? (E(), O("p", gl, J(P.item.explanation), 1)) : ze("", !0),
12202
12209
  P.item.changeType ? (E(), O("p", {
12203
12210
  key: 1,
12204
12211
  class: me([
@@ -12222,8 +12229,8 @@ const Eo = /* @__PURE__ */ ei(To, [["render", Io]]), Do = /* @__PURE__ */ Ge({
12222
12229
  })) : ze("", !0),
12223
12230
  st(" " + J(P.item.change), 1)
12224
12231
  ], 2)) : ze("", !0),
12225
- We(b("div", ul, [
12226
- b("div", gl, [
12232
+ We(b("div", pl, [
12233
+ b("div", fl, [
12227
12234
  b("span", {
12228
12235
  onClick: I[0] || (I[0] = (T) => P.$emit("statClick", P.item.id)),
12229
12236
  class: "font-medium text-indigo-600 hover:text-indigo-500 cursor-pointer"
@@ -12236,22 +12243,22 @@ const Eo = /* @__PURE__ */ ei(To, [["render", Io]]), Do = /* @__PURE__ */ Ge({
12236
12243
  ], 2)
12237
12244
  ]));
12238
12245
  }
12239
- }), xl = {
12246
+ }), vl = {
12240
12247
  key: 0,
12241
12248
  class: "overflow-hidden bg-white shadow sm:rounded-lg"
12242
- }, bl = { class: "px-4 py-5 sm:px-6" }, vl = { class: "text-lg font-medium leading-6 text-gray-900" }, yl = { class: "mt-1 max-w-2xl text-sm text-gray-500" }, wl = { class: "border-t border-gray-200" }, kl = { class: "text-sm font-medium text-gray-500" }, Sl = {
12249
+ }, yl = { class: "px-4 py-5 sm:px-6" }, wl = { class: "text-lg font-medium leading-6 text-gray-900" }, kl = { class: "mt-1 max-w-2xl text-sm text-gray-500" }, Sl = { class: "border-t border-gray-200" }, Al = { class: "text-sm font-medium text-gray-500" }, Cl = {
12243
12250
  key: 0,
12244
12251
  class: "mt-1 text-sm text-gray-900 sm:col-span-2 sm:mt-0 break-normal"
12245
- }, Al = {
12252
+ }, Ml = {
12246
12253
  key: 1,
12247
12254
  class: "mt-1 text-sm text-gray-900 sm:col-span-2 sm:mt-0 break-normal"
12248
- }, Cl = ["onClick"], Ml = {
12255
+ }, Ll = ["onClick"], Pl = {
12249
12256
  key: 3,
12250
12257
  class: "mt-1 text-sm text-gray-900 sm:col-span-2 sm:mt-0 break-words"
12251
- }, Ll = {
12258
+ }, Tl = {
12252
12259
  key: 1,
12253
12260
  class: "overflow-hidden bg-white shadow sm:rounded-lg"
12254
- }, Pl = { class: "border-t border-gray-200" }, Tl = /* @__PURE__ */ Ge({
12261
+ }, zl = { class: "border-t border-gray-200" }, Il = /* @__PURE__ */ Ge({
12255
12262
  __name: "uiStripedCard",
12256
12263
  props: {
12257
12264
  title: {},
@@ -12261,9 +12268,9 @@ const Eo = /* @__PURE__ */ ei(To, [["render", Io]]), Do = /* @__PURE__ */ Ge({
12261
12268
  },
12262
12269
  emits: ["itemClicked"],
12263
12270
  setup($, { emit: D }) {
12264
- return (P, I) => P.loading ? (E(), O("div", Ll, [
12271
+ return (P, I) => P.loading ? (E(), O("div", Tl, [
12265
12272
  I[1] || (I[1] = Qt('<div class="px-4 py-5 sm:px-6 animate-pulse"><h3 class="text-lg font-medium leading-6 text-gray-900"><div class="h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-1/4"></div></h3><div class="mt-1 max-w-2xl text-sm text-gray-500"><div class="h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-2/5"></div></div></div>', 1)),
12266
- b("div", Pl, [
12273
+ b("div", zl, [
12267
12274
  b("dl", null, [
12268
12275
  (E(), O(Re, null, Ne(5, (T) => b("div", {
12269
12276
  key: T,
@@ -12278,19 +12285,19 @@ const Eo = /* @__PURE__ */ ei(To, [["render", Io]]), Do = /* @__PURE__ */ Ge({
12278
12285
  ]), 2)), 64))
12279
12286
  ])
12280
12287
  ])
12281
- ])) : (E(), O("div", xl, [
12282
- b("div", bl, [
12283
- b("h3", vl, J(P.title), 1),
12284
- b("p", yl, J(P.subtitle), 1)
12288
+ ])) : (E(), O("div", vl, [
12289
+ b("div", yl, [
12290
+ b("h3", wl, J(P.title), 1),
12291
+ b("p", kl, J(P.subtitle), 1)
12285
12292
  ]),
12286
- b("div", wl, [
12293
+ b("div", Sl, [
12287
12294
  b("dl", null, [
12288
12295
  (E(!0), O(Re, null, Ne(P.items, (T, Y) => (E(), O("div", {
12289
12296
  key: Y,
12290
12297
  class: me(["px-4 py-5 sm:grid sm:grid-cols-3 sm:gap-4 sm:px-6", [Y % 2 === 0 ? "bg-gray-50" : "bg-white"]])
12291
12298
  }, [
12292
- b("dt", kl, J(T.title), 1),
12293
- T.type === "tag" ? (E(), O("dd", Sl, [
12299
+ b("dt", Al, J(T.title), 1),
12300
+ T.type === "tag" ? (E(), O("dd", Cl, [
12294
12301
  Q(Yt, {
12295
12302
  color: T.color
12296
12303
  }, {
@@ -12299,7 +12306,7 @@ const Eo = /* @__PURE__ */ ei(To, [["render", Io]]), Do = /* @__PURE__ */ Ge({
12299
12306
  ]),
12300
12307
  _: 2
12301
12308
  }, 1032, ["color"])
12302
- ])) : T.type === "tags" ? (E(), O("dd", Al, [
12309
+ ])) : T.type === "tags" ? (E(), O("dd", Ml, [
12303
12310
  (E(!0), O(Re, null, Ne(T.tags, (M, V) => (E(), Fe(Yt, {
12304
12311
  loading: P.loading,
12305
12312
  key: V,
@@ -12315,13 +12322,13 @@ const Eo = /* @__PURE__ */ ei(To, [["render", Io]]), Do = /* @__PURE__ */ Ge({
12315
12322
  key: 2,
12316
12323
  class: "mt-1 text-sm text-indigo-600 hover:text-indigo-400 sm:col-span-2 sm:mt-0 cursor-pointer",
12317
12324
  onClick: (M) => P.$emit("itemClicked", T.emits)
12318
- }, J(T.text), 9, Cl)) : (E(), O("dd", Ml, J(T.text), 1))
12325
+ }, J(T.text), 9, Ll)) : (E(), O("dd", Pl, J(T.text), 1))
12319
12326
  ], 2))), 128))
12320
12327
  ])
12321
12328
  ])
12322
12329
  ]));
12323
12330
  }
12324
- }), zl = { class: "absolute top-10 bg-indigo-600 text-white text-xs p-2 rounded z-10 font-light w-60 flex flex-row items-start" }, Il = { class: "ml-2" }, El = {
12331
+ }), El = { class: "absolute top-10 bg-indigo-600 text-white text-xs p-2 rounded z-10 font-light w-60 flex flex-row items-start" }, Dl = { class: "ml-2" }, Yl = {
12325
12332
  __name: "tooltip",
12326
12333
  props: {
12327
12334
  tip: {
@@ -12330,7 +12337,7 @@ const Eo = /* @__PURE__ */ ei(To, [["render", Io]]), Do = /* @__PURE__ */ Ge({
12330
12337
  }
12331
12338
  },
12332
12339
  setup($) {
12333
- return (D, P) => (E(), O("div", zl, [
12340
+ return (D, P) => (E(), O("div", El, [
12334
12341
  P[0] || (P[0] = b("svg", {
12335
12342
  class: "absolute -top-3 left-0",
12336
12343
  xmlns: "http://www.w3.org/2000/svg",
@@ -12354,19 +12361,19 @@ const Eo = /* @__PURE__ */ ei(To, [["render", Io]]), Do = /* @__PURE__ */ Ge({
12354
12361
  size: "big"
12355
12362
  }, null, 8, ["icon"])
12356
12363
  ]),
12357
- b("span", Il, J($.tip), 1)
12364
+ b("span", Dl, J($.tip), 1)
12358
12365
  ]));
12359
12366
  }
12360
- }, Dl = { key: 0 }, Yl = { class: "flex flex-col" }, Xl = { class: "-my-2 overflow-x-auto" }, _l = { class: "inline-block min-w-full py-2 align-middle px-1" }, Rl = { class: "relative overflow-hidden shadow ring-1 ring-black ring-opacity-5 md:rounded-lg" }, Fl = {
12367
+ }, Xl = { key: 0 }, _l = { class: "flex flex-col" }, Rl = { class: "-my-2 overflow-x-auto" }, Fl = { class: "inline-block min-w-full py-2 align-middle px-1" }, Ol = { class: "relative overflow-hidden shadow ring-1 ring-black ring-opacity-5 md:rounded-lg" }, Nl = {
12361
12368
  key: 0,
12362
12369
  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"
12363
- }, Ol = ["onClick"], Nl = { class: "min-w-full table-fixed divide-y divide-gray-300" }, Bl = { class: "bg-gray-50" }, Hl = ["checked", "indeterminate"], Wl = ["onMouseover", "onMouseleave"], $l = ["onClick"], Vl = {
12370
+ }, Bl = ["onClick"], Hl = { class: "min-w-full table-fixed divide-y divide-gray-300" }, Wl = { class: "bg-gray-50" }, $l = ["checked", "indeterminate"], Vl = ["onMouseover", "onMouseleave"], Gl = ["onClick"], jl = {
12364
12371
  key: 2,
12365
12372
  class: "group flex items-center uppercase text-xs"
12366
- }, Gl = { class: "divide-y divide-gray-200 bg-white" }, jl = {
12373
+ }, Ul = { class: "divide-y divide-gray-200 bg-white" }, ql = {
12367
12374
  key: 0,
12368
12375
  class: "absolute inset-y-0 left-0 w-0.5 bg-indigo-600"
12369
- }, Ul = ["value"], ql = ["onClick"], Zl = ["href"], Jl = { key: 3 }, Ql = /* @__PURE__ */ Ge({
12376
+ }, Zl = ["value"], Jl = ["onClick"], Ql = ["href"], Kl = { key: 3 }, ec = /* @__PURE__ */ Ge({
12370
12377
  __name: "uiTable",
12371
12378
  props: {
12372
12379
  orderedBy: {},
@@ -12392,21 +12399,21 @@ const Eo = /* @__PURE__ */ ei(To, [["render", Io]]), Do = /* @__PURE__ */ Ge({
12392
12399
  };
12393
12400
  return (ne, pe) => {
12394
12401
  var Pe, fe;
12395
- return ne.loading ? (E(), Fe(Ta, { key: 1 })) : (E(), O("div", Dl, [
12396
- b("div", Yl, [
12397
- b("div", Xl, [
12398
- b("div", _l, [
12399
- b("div", Rl, [
12400
- ((Pe = K(P)) == null ? void 0 : Pe.length) > 0 && ((fe = ne.actions) == null ? void 0 : fe.length) > 0 ? (E(), O("div", Fl, [
12402
+ return ne.loading ? (E(), Fe(Ta, { key: 1 })) : (E(), O("div", Xl, [
12403
+ b("div", _l, [
12404
+ b("div", Rl, [
12405
+ b("div", Fl, [
12406
+ b("div", Ol, [
12407
+ ((Pe = K(P)) == null ? void 0 : Pe.length) > 0 && ((fe = ne.actions) == null ? void 0 : fe.length) > 0 ? (E(), O("div", Nl, [
12401
12408
  (E(!0), O(Re, null, Ne(ne.actions, (H, ve) => (E(), O("button", {
12402
12409
  onClick: (Ae) => ne.$emit("tableAction", { action: H.id, items: K(P) }),
12403
12410
  key: ve,
12404
12411
  type: "button",
12405
12412
  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"
12406
- }, J(H.name), 9, Ol))), 128))
12413
+ }, J(H.name), 9, Bl))), 128))
12407
12414
  ])) : ze("", !0),
12408
- b("table", Nl, [
12409
- b("thead", Bl, [
12415
+ b("table", Hl, [
12416
+ b("thead", Wl, [
12410
12417
  b("tr", null, [
12411
12418
  b("th", {
12412
12419
  scope: "col",
@@ -12419,7 +12426,7 @@ const Eo = /* @__PURE__ */ ei(To, [["render", Io]]), Do = /* @__PURE__ */ Ge({
12419
12426
  class: "absolute left-4 top-1/2 -mt-2 h-4 w-4 rounded border-gray-300 text-indigo-600 focus:ring-indigo-500",
12420
12427
  type: "checkbox",
12421
12428
  onChange: N
12422
- }, null, 40, Hl)) : ze("", !0)
12429
+ }, null, 40, $l)) : ze("", !0)
12423
12430
  ], 2),
12424
12431
  (E(!0), O(Re, null, Ne(ne.header, (H, ve) => (E(), O("th", {
12425
12432
  key: ve,
@@ -12428,7 +12435,7 @@ const Eo = /* @__PURE__ */ ei(To, [["render", Io]]), Do = /* @__PURE__ */ Ge({
12428
12435
  onMouseover: (Ae) => V(H.name, !0),
12429
12436
  onMouseleave: (Ae) => V(H.name, !1)
12430
12437
  }, [
12431
- H.tooltip ? We((E(), Fe(El, {
12438
+ H.tooltip ? We((E(), Fe(Yl, {
12432
12439
  key: 0,
12433
12440
  tip: H.tooltip
12434
12441
  }, null, 8, ["tip"])), [
@@ -12451,13 +12458,13 @@ const Eo = /* @__PURE__ */ ei(To, [["render", Io]]), Do = /* @__PURE__ */ Ge({
12451
12458
  color: H.value === ne.orderedBy ? "white" : "primary"
12452
12459
  }, null, 8, ["icon", "loading", "color"])
12453
12460
  ], 2)
12454
- ], 8, $l)) : (E(), O("p", Vl, [
12461
+ ], 8, Gl)) : (E(), O("p", jl, [
12455
12462
  b("span", null, J(H.name), 1)
12456
12463
  ]))
12457
- ], 40, Wl))), 128))
12464
+ ], 40, Vl))), 128))
12458
12465
  ])
12459
12466
  ]),
12460
- b("tbody", Gl, [
12467
+ b("tbody", Ul, [
12461
12468
  (E(!0), O(Re, null, Ne(ne.items, (H, ve) => {
12462
12469
  var Ae, Ye;
12463
12470
  return E(), O("tr", {
@@ -12470,14 +12477,14 @@ const Eo = /* @__PURE__ */ ei(To, [["render", Io]]), Do = /* @__PURE__ */ Ge({
12470
12477
  b("td", {
12471
12478
  class: me([((Ae = ne.actions) == null ? void 0 : Ae.length) > 0 ? "w-2" : "w-0", "relative"])
12472
12479
  }, [
12473
- K(P).includes(H.id) ? (E(), O("div", jl)) : ze("", !0),
12480
+ K(P).includes(H.id) ? (E(), O("div", ql)) : ze("", !0),
12474
12481
  ((Ye = ne.actions) == null ? void 0 : Ye.length) > 0 ? We((E(), O("input", {
12475
12482
  key: 1,
12476
12483
  "onUpdate:modelValue": pe[0] || (pe[0] = (Xe) => pa(P) ? P.value = Xe : P = Xe),
12477
12484
  value: H.id,
12478
12485
  class: "absolute left-4 top-1/2 -mt-2 h-4 w-4 rounded border-gray-300 text-indigo-600 focus:ring-indigo-500 flex-wrap",
12479
12486
  type: "checkbox"
12480
- }, null, 8, Ul)), [
12487
+ }, null, 8, Zl)), [
12481
12488
  [ga, K(P)]
12482
12489
  ]) : ze("", !0)
12483
12490
  ], 2),
@@ -12501,12 +12508,12 @@ const Eo = /* @__PURE__ */ ei(To, [["render", Io]]), Do = /* @__PURE__ */ Ge({
12501
12508
  key: 1,
12502
12509
  class: "text-indigo-600 hover:text-indigo-400 cursor-pointer",
12503
12510
  onClick: (xt) => ee(Xe)
12504
- }, J(Xe.content), 9, ql)) : typeof Xe == "object" && Xe.type === "href" ? (E(), O("a", {
12511
+ }, J(Xe.content), 9, Jl)) : typeof Xe == "object" && Xe.type === "href" ? (E(), O("a", {
12505
12512
  key: 2,
12506
12513
  class: "text-indigo-600 hover:text-indigo-400 cursor-pointer",
12507
12514
  href: Xe.href,
12508
12515
  target: "_blank"
12509
- }, J(Xe.content), 9, Zl)) : (E(), O("span", Jl, J(Xe), 1))
12516
+ }, J(Xe.content), 9, Ql)) : (E(), O("span", Kl, J(Xe), 1))
12510
12517
  ], 2))), 128))
12511
12518
  ], 2);
12512
12519
  }), 128))
@@ -12519,10 +12526,10 @@ const Eo = /* @__PURE__ */ ei(To, [["render", Io]]), Do = /* @__PURE__ */ Ge({
12519
12526
  ]));
12520
12527
  };
12521
12528
  }
12522
- }), Kl = { class: "lg:hidden" }, ec = ["value"], tc = { class: "hidden lg:block" }, ic = { class: "border-b border-gray-200" }, ac = {
12529
+ }), tc = { class: "lg:hidden" }, ic = ["value"], ac = { class: "hidden lg:block" }, sc = { class: "border-b border-gray-200" }, rc = {
12523
12530
  class: "-mb-px flex space-x-8",
12524
12531
  "aria-label": "Tabs"
12525
- }, sc = ["onClick", "aria-current"], rc = /* @__PURE__ */ Ge({
12532
+ }, nc = ["onClick", "aria-current"], oc = /* @__PURE__ */ Ge({
12526
12533
  __name: "uiTabs",
12527
12534
  props: {
12528
12535
  tabs: {}
@@ -12534,7 +12541,7 @@ const Eo = /* @__PURE__ */ ei(To, [["render", Io]]), Do = /* @__PURE__ */ Ge({
12534
12541
  Y.value && P("tabClicked", Y.value);
12535
12542
  };
12536
12543
  return (T, Y) => (E(), O("div", null, [
12537
- b("div", Kl, [
12544
+ b("div", tc, [
12538
12545
  b("select", {
12539
12546
  onChange: Y[0] || (Y[0] = (M) => I(M)),
12540
12547
  id: "tabs",
@@ -12544,12 +12551,12 @@ const Eo = /* @__PURE__ */ ei(To, [["render", Io]]), Do = /* @__PURE__ */ Ge({
12544
12551
  (E(!0), O(Re, null, Ne(T.tabs, (M) => (E(), O("option", {
12545
12552
  value: M.id,
12546
12553
  key: M.name
12547
- }, J(M.name), 9, ec))), 128))
12554
+ }, J(M.name), 9, ic))), 128))
12548
12555
  ], 32)
12549
12556
  ]),
12550
- b("div", tc, [
12551
- b("div", ic, [
12552
- b("nav", ac, [
12557
+ b("div", ac, [
12558
+ b("div", sc, [
12559
+ b("nav", rc, [
12553
12560
  (E(!0), O(Re, null, Ne(T.tabs, (M) => (E(), O("a", {
12554
12561
  key: M.name,
12555
12562
  onClick: (V) => P("tabClicked", M.id),
@@ -12567,36 +12574,36 @@ const Eo = /* @__PURE__ */ ei(To, [["render", Io]]), Do = /* @__PURE__ */ Ge({
12567
12574
  "hidden ml-3 py-0.5 px-2.5 rounded-full text-xs font-medium md:inline-block"
12568
12575
  ])
12569
12576
  }, J(M.count), 3)) : ze("", !0)
12570
- ], 10, sc))), 128))
12577
+ ], 10, nc))), 128))
12571
12578
  ])
12572
12579
  ])
12573
12580
  ])
12574
12581
  ]));
12575
12582
  }
12576
- }), nc = { class: "px-4 py-5 sm:px-6" }, oc = { class: "text-xl font-bold" }, lc = {
12583
+ }), lc = { class: "px-4 py-5 sm:px-6" }, cc = { class: "text-xl font-bold" }, dc = {
12577
12584
  key: 0,
12578
12585
  class: "px-4 py-5 sm:p-6"
12579
- }, cc = { class: "flow-root" }, dc = { class: "relative pb-8" }, hc = {
12586
+ }, hc = { class: "flow-root" }, uc = { class: "relative pb-8" }, gc = {
12580
12587
  key: 0,
12581
12588
  class: "absolute left-4 top-4 -ml-px h-full w-0.5 bg-gray-200",
12582
12589
  "aria-hidden": "true"
12583
- }, uc = { class: "relative flex space-x-3" }, gc = { class: "min-w-0 flex-1 pt-1.5 flex justify-between space-x-4 items-center" }, pc = { class: "text-sm text-gray-500" }, fc = ["onClick"], mc = { class: "text-right text-sm whitespace-nowrap text-gray-500" }, xc = ["datetime"], bc = {
12590
+ }, pc = { class: "relative flex space-x-3" }, fc = { class: "min-w-0 flex-1 pt-1.5 flex justify-between space-x-4 items-center" }, mc = { class: "text-sm text-gray-500" }, xc = ["onClick"], bc = { class: "text-right text-sm whitespace-nowrap text-gray-500" }, vc = ["datetime"], yc = {
12584
12591
  key: 1,
12585
12592
  class: "bg-gray-50 px-4 py-4 sm:px-6 z-10"
12586
- }, vc = { class: "text-sm" }, yc = {
12593
+ }, wc = { class: "text-sm" }, kc = {
12587
12594
  key: 2,
12588
12595
  class: "h-full w-full flex items-center justify-center flex-col mb-5"
12589
- }, wc = {
12596
+ }, Sc = {
12590
12597
  key: 1,
12591
12598
  class: "bg-white overflow-hidden shadow rounded-lg"
12592
- }, kc = { class: "px-4 py-5 sm:p-6 animate-pulse" }, Sc = { class: "flow-root" }, Ac = {
12599
+ }, Ac = { class: "px-4 py-5 sm:p-6 animate-pulse" }, Cc = { class: "flow-root" }, Mc = {
12593
12600
  class: "-mb-8",
12594
12601
  role: "list"
12595
- }, Cc = { class: "relative pb-8" }, Mc = {
12602
+ }, Lc = { class: "relative pb-8" }, Pc = {
12596
12603
  key: 0,
12597
12604
  class: "absolute left-4 top-4 -ml-px h-full w-0.5 bg-gray-200",
12598
12605
  "aria-hidden": "true"
12599
- }, Lc = /* @__PURE__ */ Ge({
12606
+ }, Tc = /* @__PURE__ */ Ge({
12600
12607
  __name: "uiTimeline",
12601
12608
  props: {
12602
12609
  name: {},
@@ -12607,18 +12614,18 @@ const Eo = /* @__PURE__ */ ei(To, [["render", Io]]), Do = /* @__PURE__ */ Ge({
12607
12614
  },
12608
12615
  setup($) {
12609
12616
  const P = fa($.timeline);
12610
- return (I, T) => I.loading ? (E(), O("div", wc, [
12617
+ return (I, T) => I.loading ? (E(), O("div", Sc, [
12611
12618
  T[3] || (T[3] = b("div", { class: "px-4 py-5 sm:px-6 animate-pulse" }, [
12612
12619
  b("h1", { class: "text-xl font-bold" }, [
12613
12620
  b("div", { class: "h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-1/4" })
12614
12621
  ])
12615
12622
  ], -1)),
12616
- b("div", kc, [
12617
- b("div", Sc, [
12618
- b("ul", Ac, [
12623
+ b("div", Ac, [
12624
+ b("div", Cc, [
12625
+ b("ul", Mc, [
12619
12626
  (E(), O(Re, null, Ne(10, (Y, M) => b("li", { key: M }, [
12620
- b("div", Cc, [
12621
- Y !== 10 ? (E(), O("span", Mc)) : ze("", !0),
12627
+ b("div", Lc, [
12628
+ Y !== 10 ? (E(), O("span", Pc)) : ze("", !0),
12622
12629
  T[2] || (T[2] = Qt('<div class="relative flex space-x-3"><div><span class="h-8 w-8 rounded-full bg-gray-300 flex items-center justify-center ring-4 ring-white"></span></div><div class="min-w-0 flex-1 pt-1.5 flex justify-between space-x-4 items-center"><div><div class="text-sm text-gray-500 flex-1"><div class="h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-full"></div></div></div><div class="text-right text-sm whitespace-nowrap text-gray-500 flex-1"><div class="h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-1/4"></div></div></div></div>', 1))
12623
12630
  ])
12624
12631
  ])), 64))
@@ -12634,11 +12641,11 @@ const Eo = /* @__PURE__ */ ei(To, [["render", Io]]), Do = /* @__PURE__ */ Ge({
12634
12641
  key: 0,
12635
12642
  class: me(["h-[" + I.height + "px]", "bg-white overflow-hidden shadow rounded-lg"])
12636
12643
  }, [
12637
- b("div", nc, [
12638
- b("h1", oc, J(I.name), 1)
12644
+ b("div", lc, [
12645
+ b("h1", cc, J(I.name), 1)
12639
12646
  ]),
12640
- P.items ? (E(), O("div", lc, [
12641
- b("div", cc, [
12647
+ P.items ? (E(), O("div", dc, [
12648
+ b("div", hc, [
12642
12649
  Q(Ba, {
12643
12650
  name: "list",
12644
12651
  tag: "ul",
@@ -12648,9 +12655,9 @@ const Eo = /* @__PURE__ */ ei(To, [["render", Io]]), Do = /* @__PURE__ */ Ge({
12648
12655
  (E(!0), O(Re, null, Ne(P.items, (Y, M) => {
12649
12656
  var V;
12650
12657
  return E(), O("li", { key: M }, [
12651
- b("div", dc, [
12652
- M < ((V = P.items) == null ? void 0 : V.length) - 1 ? (E(), O("span", hc)) : ze("", !0),
12653
- b("div", uc, [
12658
+ b("div", uc, [
12659
+ M < ((V = P.items) == null ? void 0 : V.length) - 1 ? (E(), O("span", gc)) : ze("", !0),
12660
+ b("div", pc, [
12654
12661
  b("div", null, [
12655
12662
  b("span", {
12656
12663
  class: me([(Y == null ? void 0 : Y.iconBackground) || "bg-indigo-600", "h-8 w-8 rounded-full flex items-center justify-center ring-4 ring-white"])
@@ -12664,20 +12671,20 @@ const Eo = /* @__PURE__ */ ei(To, [["render", Io]]), Do = /* @__PURE__ */ Ge({
12664
12671
  }, null, 8, ["loading", "icon"])
12665
12672
  ], 2)
12666
12673
  ]),
12667
- b("div", gc, [
12674
+ b("div", fc, [
12668
12675
  b("div", null, [
12669
- b("p", pc, [
12676
+ b("p", mc, [
12670
12677
  b("a", {
12671
12678
  onClick: (N) => I.$emit("timelineEventClicked", Y == null ? void 0 : Y.linkId),
12672
12679
  class: "font-medium text-indigo-600 hover:text-indigo-800 cursor-pointer"
12673
- }, J(Y == null ? void 0 : Y.target), 9, fc),
12680
+ }, J(Y == null ? void 0 : Y.target), 9, xc),
12674
12681
  st(" " + J(Y == null ? void 0 : Y.content), 1)
12675
12682
  ])
12676
12683
  ]),
12677
- b("div", mc, [
12684
+ b("div", bc, [
12678
12685
  b("time", {
12679
12686
  datetime: Y == null ? void 0 : Y.datetime
12680
- }, J(Y == null ? void 0 : Y.date), 9, xc)
12687
+ }, J(Y == null ? void 0 : Y.date), 9, vc)
12681
12688
  ])
12682
12689
  ])
12683
12690
  ])
@@ -12689,14 +12696,14 @@ const Eo = /* @__PURE__ */ ei(To, [["render", Io]]), Do = /* @__PURE__ */ Ge({
12689
12696
  })
12690
12697
  ])
12691
12698
  ])) : ze("", !0),
12692
- P.items ? (E(), O("div", bc, [
12693
- b("div", vc, [
12699
+ P.items ? (E(), O("div", yc, [
12700
+ b("div", wc, [
12694
12701
  b("a", {
12695
12702
  class: "cursor-pointer font-medium text-indigo-600 hover:text-indigo-500",
12696
12703
  onClick: T[0] || (T[0] = (Y) => I.$emit("timelineFooterClicked", I.timeline.id))
12697
12704
  }, J(I.timeline.footerText), 1)
12698
12705
  ])
12699
- ])) : (E(), O("div", yc, [
12706
+ ])) : (E(), O("div", kc, [
12700
12707
  Q(et, {
12701
12708
  icon: K(_t),
12702
12709
  color: "gray",
@@ -12707,10 +12714,10 @@ const Eo = /* @__PURE__ */ ei(To, [["render", Io]]), Do = /* @__PURE__ */ Ge({
12707
12714
  ]))
12708
12715
  ], 2));
12709
12716
  }
12710
- }), Pc = { class: "mx-auto px-6 lg:px-8" }, Tc = { class: "flex justify-between h-20" }, zc = { class: "flex" }, Ic = { class: "-ml-2 mr-2 flex items-center lg:hidden" }, Ec = ["src"], Dc = { class: "flex items-center" }, Yc = { class: "lg:ml-4 lg:flex-shrink-0 lg:flex lg:items-center hidden" }, Xc = { class: "redCircle flex items-center justify-center h-4 w-4 bg-red-500 rounded-full absolute -top-0 -left-1" }, _c = ["src"], Rc = ["onClick"], Fc = { class: "pt-2 pb-3 space-y-1" }, Oc = ["onClick"], Nc = { class: "pt-4 pb-3 border-t border-gray-200" }, Bc = { class: "flex items-center px-4 sm:px-6" }, Hc = { class: "flex-shrink-0" }, Wc = ["src"], $c = {
12717
+ }), zc = { class: "mx-auto px-6 lg:px-8" }, Ic = { class: "flex justify-between h-20" }, Ec = { class: "flex" }, Dc = { class: "-ml-2 mr-2 flex items-center lg:hidden" }, Yc = ["src"], Xc = { class: "flex items-center" }, _c = { class: "lg:ml-4 lg:flex-shrink-0 lg:flex lg:items-center hidden" }, Rc = { class: "redCircle flex items-center justify-center h-4 w-4 bg-red-500 rounded-full absolute -top-0 -left-1" }, Fc = ["src"], Oc = ["onClick"], Nc = { class: "pt-2 pb-3 space-y-1" }, Bc = ["onClick"], Hc = { class: "pt-4 pb-3 border-t border-gray-200" }, Wc = { class: "flex items-center px-4 sm:px-6" }, $c = { class: "flex-shrink-0" }, Vc = ["src"], Gc = {
12711
12718
  key: 0,
12712
12719
  class: "ml-3"
12713
- }, Vc = { class: "text-base font-medium text-gray-800" }, Gc = { class: "text-sm font-medium text-gray-500" }, jc = { class: "mt-3 space-y-1" }, Uc = ["onClick"], qc = /* @__PURE__ */ Ge({
12720
+ }, jc = { class: "text-base font-medium text-gray-800" }, Uc = { class: "text-sm font-medium text-gray-500" }, qc = { class: "mt-3 space-y-1" }, Zc = ["onClick"], Jc = /* @__PURE__ */ Ge({
12714
12721
  __name: "uiTopbar",
12715
12722
  props: {
12716
12723
  logo: {},
@@ -12727,10 +12734,10 @@ const Eo = /* @__PURE__ */ ei(To, [["render", Io]]), Do = /* @__PURE__ */ Ge({
12727
12734
  class: "bg-white shadow z-10"
12728
12735
  }, {
12729
12736
  default: be(({ open: T }) => [
12730
- b("div", Pc, [
12731
- b("div", Tc, [
12732
- b("div", zc, [
12733
- b("div", Ic, [
12737
+ b("div", zc, [
12738
+ b("div", Ic, [
12739
+ b("div", Ec, [
12740
+ b("div", Dc, [
12734
12741
  Q(K(Ht), { class: "inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-gray-500 hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-inset focus:ring-indigo-500" }, {
12735
12742
  default: be(() => [
12736
12743
  I[1] || (I[1] = b("span", { class: "sr-only" }, "Open main menu", -1)),
@@ -12755,11 +12762,11 @@ const Eo = /* @__PURE__ */ ei(To, [["render", Io]]), Do = /* @__PURE__ */ Ge({
12755
12762
  class: "h-10",
12756
12763
  src: P.logo,
12757
12764
  alt: "Hotelinking suite product logo"
12758
- }, null, 8, Ec)
12765
+ }, null, 8, Yc)
12759
12766
  ])
12760
12767
  ]),
12761
- b("div", Dc, [
12762
- b("div", Yc, [
12768
+ b("div", Xc, [
12769
+ b("div", _c, [
12763
12770
  Q(K(Gi), {
12764
12771
  as: "div",
12765
12772
  class: "ml-3 relative"
@@ -12768,7 +12775,7 @@ const Eo = /* @__PURE__ */ ei(To, [["render", Io]]), Do = /* @__PURE__ */ Ge({
12768
12775
  b("div", null, [
12769
12776
  We(Q(K(ji), { class: "bg-white rounded-full flex text-sm focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500 relative" }, {
12770
12777
  default: be(() => [
12771
- We(b("div", Xc, I[2] || (I[2] = [
12778
+ We(b("div", Rc, I[2] || (I[2] = [
12772
12779
  b("span", { class: "animate-ping absolute inline-flex h-4 w-4 bg-red-500 rounded-full opacity-75" }, null, -1)
12773
12780
  ]), 512), [
12774
12781
  [je, P.alerted]
@@ -12776,7 +12783,7 @@ const Eo = /* @__PURE__ */ ei(To, [["render", Io]]), Do = /* @__PURE__ */ Ge({
12776
12783
  b("img", {
12777
12784
  class: "h-10 w-10 rounded-full",
12778
12785
  src: P.accountLogo
12779
- }, null, 8, _c)
12786
+ }, null, 8, Fc)
12780
12787
  ]),
12781
12788
  _: 1
12782
12789
  }, 512), [
@@ -12804,7 +12811,7 @@ const Eo = /* @__PURE__ */ ei(To, [["render", Io]]), Do = /* @__PURE__ */ Ge({
12804
12811
  M ? "bg-gray-100" : "",
12805
12812
  "block px-4 py-2 text-sm text-gray-700"
12806
12813
  ]])
12807
- }, J(Y.name), 11, Rc)
12814
+ }, J(Y.name), 11, Oc)
12808
12815
  ]),
12809
12816
  _: 2
12810
12817
  }, 1024))), 128))
@@ -12823,7 +12830,7 @@ const Eo = /* @__PURE__ */ ei(To, [["render", Io]]), Do = /* @__PURE__ */ Ge({
12823
12830
  ]),
12824
12831
  Q(K(ea), { class: "lg:hidden" }, {
12825
12832
  default: be(() => [
12826
- b("div", Fc, [
12833
+ b("div", Nc, [
12827
12834
  (E(!0), O(Re, null, Ne(P.navigation, (Y) => (E(), Fe(K(Ht), {
12828
12835
  as: "template",
12829
12836
  key: Y.name,
@@ -12835,25 +12842,25 @@ const Eo = /* @__PURE__ */ ei(To, [["render", Io]]), Do = /* @__PURE__ */ Ge({
12835
12842
  default: be(() => [
12836
12843
  b("p", {
12837
12844
  onClick: (M) => P.$emit("topBarClick", Y.id)
12838
- }, J(Y.name), 9, Oc)
12845
+ }, J(Y.name), 9, Bc)
12839
12846
  ]),
12840
12847
  _: 2
12841
12848
  }, 1032, ["class"]))), 128))
12842
12849
  ]),
12843
- b("div", Nc, [
12844
- b("div", Bc, [
12845
- b("div", Hc, [
12850
+ b("div", Hc, [
12851
+ b("div", Wc, [
12852
+ b("div", $c, [
12846
12853
  b("img", {
12847
12854
  class: "h-10 w-10 rounded-full",
12848
12855
  src: P.accountLogo
12849
- }, null, 8, Wc)
12856
+ }, null, 8, Vc)
12850
12857
  ]),
12851
- P.brand ? (E(), O("div", $c, [
12852
- b("div", Vc, J(P.brand.title), 1),
12853
- b("div", Gc, J(P.brand.subtitle), 1)
12858
+ P.brand ? (E(), O("div", Gc, [
12859
+ b("div", jc, J(P.brand.title), 1),
12860
+ b("div", Uc, J(P.brand.subtitle), 1)
12854
12861
  ])) : ze("", !0)
12855
12862
  ]),
12856
- b("div", jc, [
12863
+ b("div", qc, [
12857
12864
  (E(!0), O(Re, null, Ne(P.profileMenu, (Y) => (E(), Fe(K(Ht), {
12858
12865
  as: "template",
12859
12866
  key: Y.name,
@@ -12862,7 +12869,7 @@ const Eo = /* @__PURE__ */ ei(To, [["render", Io]]), Do = /* @__PURE__ */ Ge({
12862
12869
  default: be(() => [
12863
12870
  b("p", {
12864
12871
  onClick: (M) => P.$emit("topBarClick", Y.id)
12865
- }, J(Y.name), 9, Uc)
12872
+ }, J(Y.name), 9, Zc)
12866
12873
  ]),
12867
12874
  _: 2
12868
12875
  }, 1024))), 128))
@@ -12875,7 +12882,7 @@ const Eo = /* @__PURE__ */ ei(To, [["render", Io]]), Do = /* @__PURE__ */ Ge({
12875
12882
  _: 1
12876
12883
  }));
12877
12884
  }
12878
- }), Zc = { class: "chart-header flex flex-row justify-between" }, Jc = { class: "text-sm font-medium text-gray-500 truncate" }, Qc = { class: "chart-content" }, Kc = { class: "h-full w-full flex items-center justify-center flex-col" }, ed = { class: "card chart apex-chart px-4 py-5 bg-white shadow rounded-lg overflow-hidden sm:p-6 flex grow h-80" }, td = /* @__PURE__ */ Ge({
12885
+ }), Qc = { class: "chart-header flex flex-row justify-between" }, Kc = { class: "text-sm font-medium text-gray-500 truncate" }, ed = { class: "chart-content" }, td = { class: "h-full w-full flex items-center justify-center flex-col" }, id = { class: "card chart apex-chart px-4 py-5 bg-white shadow rounded-lg overflow-hidden sm:p-6 flex grow h-80" }, ad = /* @__PURE__ */ Ge({
12879
12886
  __name: "uiFunnelChartV2",
12880
12887
  props: {
12881
12888
  title: {},
@@ -12938,14 +12945,14 @@ const Eo = /* @__PURE__ */ ei(To, [["render", Io]]), Do = /* @__PURE__ */ Ge({
12938
12945
  We(b("div", {
12939
12946
  class: me(["h-[" + ee.height + "px]", "card chart apex-chart px-4 py-5 bg-white shadow rounded-lg overflow-hidden sm:p-6 flex grow"])
12940
12947
  }, [
12941
- b("div", Zc, [
12942
- b("div", Jc, J(ee.title), 1),
12948
+ b("div", Qc, [
12949
+ b("div", Kc, J(ee.title), 1),
12943
12950
  Q(aa, {
12944
12951
  range: ee.range,
12945
12952
  onRangeSelected: ne[0] || (ne[0] = (pe) => ee.$emit("selectedRange", { range: pe, chartId: ee.id }))
12946
12953
  }, null, 8, ["range"])
12947
12954
  ]),
12948
- We(b("div", Qc, [
12955
+ We(b("div", ed, [
12949
12956
  Q(K(Jt), {
12950
12957
  type: ee.type,
12951
12958
  series: M.value,
@@ -12959,7 +12966,7 @@ const Eo = /* @__PURE__ */ ei(To, [["render", Io]]), Do = /* @__PURE__ */ Ge({
12959
12966
  ], 512), [
12960
12967
  [je, !ee.empty]
12961
12968
  ]),
12962
- We(b("div", Kc, [
12969
+ We(b("div", td, [
12963
12970
  Q(et, {
12964
12971
  icon: K(_t),
12965
12972
  color: "gray",
@@ -12973,7 +12980,7 @@ const Eo = /* @__PURE__ */ ei(To, [["render", Io]]), Do = /* @__PURE__ */ Ge({
12973
12980
  ], 2), [
12974
12981
  [je, !ee.loading]
12975
12982
  ]),
12976
- We(b("div", ed, ne[2] || (ne[2] = [
12983
+ We(b("div", id, ne[2] || (ne[2] = [
12977
12984
  b("div", {
12978
12985
  role: "status",
12979
12986
  class: "w-full animate-pulse h-full flex flex-col"
@@ -13004,7 +13011,7 @@ const Eo = /* @__PURE__ */ ei(To, [["render", Io]]), Do = /* @__PURE__ */ Ge({
13004
13011
  ])
13005
13012
  ], 64));
13006
13013
  }
13007
- }), id = { class: "w-full flex flex-col items-center justify-center p-10 grow" }, ad = { class: "text-2xl mt-4 font-bold" }, sd = { class: "buttons flex flex-row items-center justify-center mt-8 gap-x-1" }, rd = /* @__PURE__ */ Ge({
13014
+ }), sd = { class: "w-full flex flex-col items-center justify-center p-10 grow" }, rd = { class: "text-2xl mt-4 font-bold" }, nd = { class: "buttons flex flex-row items-center justify-center mt-8 gap-x-1" }, od = /* @__PURE__ */ Ge({
13008
13015
  __name: "uiNoResults",
13009
13016
  props: {
13010
13017
  title: {},
@@ -13015,16 +13022,16 @@ const Eo = /* @__PURE__ */ ei(To, [["render", Io]]), Do = /* @__PURE__ */ Ge({
13015
13022
  },
13016
13023
  emits: ["action", "noResultsOptionSelected"],
13017
13024
  setup($) {
13018
- return (D, P) => (E(), O("div", id, [
13025
+ return (D, P) => (E(), O("div", sd, [
13019
13026
  Q(et, {
13020
13027
  loading: !1,
13021
13028
  icon: K(_t),
13022
13029
  size: "massive",
13023
13030
  color: "gray"
13024
13031
  }, null, 8, ["icon"]),
13025
- b("h2", ad, J(D.title), 1),
13032
+ b("h2", rd, J(D.title), 1),
13026
13033
  b("p", null, J(D.message), 1),
13027
- b("div", sd, [
13034
+ b("div", nd, [
13028
13035
  (E(!0), O(Re, null, Ne(D.actions, (I, T) => (E(), Fe(Zt, {
13029
13036
  key: T,
13030
13037
  loading: !1,
@@ -13044,7 +13051,7 @@ const Eo = /* @__PURE__ */ ei(To, [["render", Io]]), Do = /* @__PURE__ */ Ge({
13044
13051
  ])
13045
13052
  ]));
13046
13053
  }
13047
- }), nd = { class: "fixed inset-0 overflow-hidden" }, od = { class: "absolute inset-0 overflow-hidden" }, ld = { class: "pointer-events-none fixed inset-y-0 right-0 flex max-w-full pl-10" }, cd = { class: "flex h-full flex-col overflow-y-scroll bg-white shadow-xl" }, dd = { class: "bg-indigo-700 px-4 py-6 sm:px-6" }, hd = { class: "flex items-center justify-between" }, ud = { class: "ml-3 flex h-7 items-center" }, gd = { class: "mt-1" }, pd = { class: "text-sm text-indigo-300" }, fd = { class: "relative flex-1 px-4 py-6 sm:px-6" }, md = /* @__PURE__ */ Ge({
13054
+ }), ld = { class: "fixed inset-0 overflow-hidden" }, cd = { class: "absolute inset-0 overflow-hidden" }, dd = { class: "pointer-events-none fixed inset-y-0 right-0 flex max-w-full pl-10" }, hd = { class: "flex h-full flex-col overflow-y-scroll bg-white shadow-xl" }, ud = { class: "bg-indigo-700 px-4 py-6 sm:px-6" }, gd = { class: "flex items-center justify-between" }, pd = { class: "ml-3 flex h-7 items-center" }, fd = { class: "mt-1" }, md = { class: "text-sm text-indigo-300" }, xd = { class: "relative flex-1 px-4 py-6 sm:px-6" }, bd = /* @__PURE__ */ Ge({
13048
13055
  __name: "uiRightSidebar",
13049
13056
  props: {
13050
13057
  title: {},
@@ -13065,9 +13072,9 @@ const Eo = /* @__PURE__ */ ei(To, [["render", Io]]), Do = /* @__PURE__ */ Ge({
13065
13072
  }, {
13066
13073
  default: be(() => [
13067
13074
  I[4] || (I[4] = b("div", { class: "fixed inset-0" }, null, -1)),
13068
- b("div", nd, [
13069
- b("div", od, [
13070
- b("div", ld, [
13075
+ b("div", ld, [
13076
+ b("div", cd, [
13077
+ b("div", dd, [
13071
13078
  Q(K(qt), {
13072
13079
  as: "template",
13073
13080
  enter: "transform transition ease-in-out duration-500 sm:duration-700",
@@ -13080,16 +13087,16 @@ const Eo = /* @__PURE__ */ ei(To, [["render", Io]]), Do = /* @__PURE__ */ Ge({
13080
13087
  default: be(() => [
13081
13088
  Q(K(Qi), { class: "pointer-events-auto w-screen max-w-md" }, {
13082
13089
  default: be(() => [
13083
- b("div", cd, [
13084
- b("div", dd, [
13085
- b("div", hd, [
13090
+ b("div", hd, [
13091
+ b("div", ud, [
13092
+ b("div", gd, [
13086
13093
  Q(K(wa), { class: "text-base font-semibold leading-6 text-white" }, {
13087
13094
  default: be(() => [
13088
13095
  st(J(P.title), 1)
13089
13096
  ]),
13090
13097
  _: 1
13091
13098
  }),
13092
- b("div", ud, [
13099
+ b("div", pd, [
13093
13100
  b("button", {
13094
13101
  type: "button",
13095
13102
  class: "relative rounded-md bg-indigo-700 text-indigo-200 hover:text-white outline-none",
@@ -13104,11 +13111,11 @@ const Eo = /* @__PURE__ */ ei(To, [["render", Io]]), Do = /* @__PURE__ */ Ge({
13104
13111
  ])
13105
13112
  ])
13106
13113
  ]),
13107
- b("div", gd, [
13108
- b("p", pd, J(P.description), 1)
13114
+ b("div", fd, [
13115
+ b("p", md, J(P.description), 1)
13109
13116
  ])
13110
13117
  ]),
13111
- b("div", fd, [
13118
+ b("div", xd, [
13112
13119
  Ct(P.$slots, "default")
13113
13120
  ])
13114
13121
  ])
@@ -13128,15 +13135,15 @@ const Eo = /* @__PURE__ */ ei(To, [["render", Io]]), Do = /* @__PURE__ */ Ge({
13128
13135
  _: 3
13129
13136
  }, 8, ["show"]));
13130
13137
  }
13131
- }), xd = { class: "uiGallery" }, bd = {
13138
+ }), vd = { class: "uiGallery" }, yd = {
13132
13139
  key: 1,
13133
13140
  role: "list",
13134
13141
  class: "grid grid-cols-2 gap-x-4 gap-y-8 sm:grid-cols-3 sm:gap-x-4 lg:grid-cols-6"
13135
- }, vd = { 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" }, yd = ["src"], wd = ["onClick"], kd = { class: "pointer-events-none mt-2 block truncate text-sm font-medium text-gray-900" }, Sd = { class: "flex items-center justify-between" }, Ad = { class: "pointer-events-none block text-sm font-medium text-gray-500" }, Cd = {
13142
+ }, wd = { 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" }, kd = ["src"], Sd = ["onClick"], Ad = { class: "pointer-events-none mt-2 block truncate text-sm font-medium text-gray-900" }, Cd = { class: "flex items-center justify-between" }, Md = { class: "pointer-events-none block text-sm font-medium text-gray-500" }, Ld = {
13136
13143
  key: 2,
13137
13144
  role: "list",
13138
13145
  class: "grid grid-cols-2 gap-x-4 gap-y-8 sm:grid-cols-3 sm:gap-x-4 lg:grid-cols-6"
13139
- }, Md = /* @__PURE__ */ Ge({
13146
+ }, Pd = /* @__PURE__ */ Ge({
13140
13147
  __name: "uiGallery",
13141
13148
  props: {
13142
13149
  galleryId: {},
@@ -13149,7 +13156,7 @@ const Eo = /* @__PURE__ */ ei(To, [["render", Io]]), Do = /* @__PURE__ */ Ge({
13149
13156
  const P = D, I = dt(!1), T = (Y) => {
13150
13157
  I.value = !1, P("modalAction", Y);
13151
13158
  };
13152
- return (Y, M) => (E(), O("div", xd, [
13159
+ return (Y, M) => (E(), O("div", vd, [
13153
13160
  Y.loading ? ze("", !0) : (E(), Fe(La, {
13154
13161
  key: 0,
13155
13162
  open: I.value,
@@ -13164,32 +13171,32 @@ const Eo = /* @__PURE__ */ ei(To, [["render", Io]]), Do = /* @__PURE__ */ Ge({
13164
13171
  ]),
13165
13172
  _: 1
13166
13173
  }, 8, ["open", "title", "actions"])),
13167
- Y.loading ? (E(), O("ul", Cd, [
13174
+ Y.loading ? (E(), O("ul", Ld, [
13168
13175
  (E(), O(Re, null, Ne(4, (V) => b("li", null, M[2] || (M[2] = [
13169
13176
  b("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),
13170
13177
  b("p", { class: "animate-pulse h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-28 mt-4" }, null, -1),
13171
13178
  b("p", { class: "animate-pulse h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-14 mt-2" }, null, -1)
13172
13179
  ]))), 64))
13173
- ])) : (E(), O("ul", bd, [
13180
+ ])) : (E(), O("ul", yd, [
13174
13181
  (E(!0), O(Re, null, Ne(Y.gallery, (V) => (E(), O("li", {
13175
13182
  key: V.source,
13176
13183
  class: "relative"
13177
13184
  }, [
13178
- b("div", vd, [
13185
+ b("div", wd, [
13179
13186
  b("img", {
13180
13187
  src: V.source,
13181
13188
  alt: "",
13182
13189
  class: "pointer-events-none object-cover group-hover:opacity-75"
13183
- }, null, 8, yd),
13190
+ }, null, 8, kd),
13184
13191
  b("button", {
13185
13192
  type: "button",
13186
13193
  class: "absolute inset-0 focus:outline-none",
13187
13194
  onClick: (N) => Y.$emit("imgClicked", V)
13188
- }, null, 8, wd)
13195
+ }, null, 8, Sd)
13189
13196
  ]),
13190
- b("p", kd, J(V.title), 1),
13191
- b("div", Sd, [
13192
- b("p", Ad, J(V.size), 1),
13197
+ b("p", Ad, J(V.title), 1),
13198
+ b("div", Cd, [
13199
+ b("p", Md, J(V.size), 1),
13193
13200
  Q(et, {
13194
13201
  class: "cursor-pointer",
13195
13202
  icon: K(ms),
@@ -13215,10 +13222,10 @@ const Eo = /* @__PURE__ */ ei(To, [["render", Io]]), Do = /* @__PURE__ */ Ge({
13215
13222
  })) : ze("", !0)
13216
13223
  ]));
13217
13224
  }
13218
- }), Ld = { 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" }, Pd = { class: "flex flex-row items-center w-full" }, Td = { class: "content text-sm grow" }, zd = { class: "font-bold" }, Id = { key: 0 }, Ed = { class: "font-bold text-gray-400" }, Dd = {
13225
+ }), Td = { 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" }, zd = { class: "flex flex-row items-center w-full" }, Id = { class: "content text-sm grow" }, Ed = { class: "font-bold" }, Dd = { key: 0 }, Yd = { class: "font-bold text-gray-400" }, Xd = {
13219
13226
  key: 1,
13220
13227
  class: "animate-pulse"
13221
- }, Yd = /* @__PURE__ */ Ge({
13228
+ }, _d = /* @__PURE__ */ Ge({
13222
13229
  __name: "uiDragAndDrop",
13223
13230
  props: {
13224
13231
  elements: {},
@@ -13234,7 +13241,7 @@ const Eo = /* @__PURE__ */ ei(To, [["render", Io]]), Do = /* @__PURE__ */ Ge({
13234
13241
  const Y = (M) => {
13235
13242
  P("dragAndDropUpdated", M);
13236
13243
  };
13237
- return (M, V) => M.loading ? (E(), O("div", Dd, V[2] || (V[2] = [
13244
+ return (M, V) => M.loading ? (E(), O("div", Xd, V[2] || (V[2] = [
13238
13245
  Qt('<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)
13239
13246
  ]))) : (E(), Fe(K(Ua), {
13240
13247
  key: 0,
@@ -13245,8 +13252,8 @@ const Eo = /* @__PURE__ */ ei(To, [["render", Io]]), Do = /* @__PURE__ */ Ge({
13245
13252
  ]
13246
13253
  }, {
13247
13254
  item: be(({ item: N }) => [
13248
- b("div", Ld, [
13249
- b("div", Pd, [
13255
+ b("div", Td, [
13256
+ b("div", zd, [
13250
13257
  Q(et, {
13251
13258
  icon: K(ns),
13252
13259
  loading: !1,
@@ -13254,18 +13261,18 @@ const Eo = /* @__PURE__ */ ei(To, [["render", Io]]), Do = /* @__PURE__ */ Ge({
13254
13261
  class: "mr-4",
13255
13262
  size: "big"
13256
13263
  }, null, 8, ["icon"]),
13257
- b("div", Td, [
13258
- b("p", zd, J(N.name), 1),
13259
- N.description ? (E(), O("p", Id, J(N.description), 1)) : ze("", !0)
13264
+ b("div", Id, [
13265
+ b("p", Ed, J(N.name), 1),
13266
+ N.description ? (E(), O("p", Dd, J(N.description), 1)) : ze("", !0)
13260
13267
  ]),
13261
- b("div", Ed, J(K(T).indexOf(N) + 1), 1)
13268
+ b("div", Yd, J(K(T).indexOf(N) + 1), 1)
13262
13269
  ])
13263
13270
  ])
13264
13271
  ]),
13265
13272
  _: 1
13266
13273
  }, 8, ["modelValue"]));
13267
13274
  }
13268
- }), Xd = { class: "chart-header flex flex-row justify-between" }, _d = { class: "text-sm font-medium text-gray-500 truncate" }, Rd = { class: "chart-content" }, Fd = { class: "h-full w-full flex items-center justify-center flex-col" }, Od = { class: "card chart apex-chart px-4 py-5 bg-white shadow rounded-lg overflow-hidden sm:p-6 flex grow h-80" }, Nd = /* @__PURE__ */ Ge({
13275
+ }), Rd = { class: "chart-header flex flex-row justify-between" }, Fd = { class: "text-sm font-medium text-gray-500 truncate" }, Od = { class: "chart-content" }, Nd = { class: "h-full w-full flex items-center justify-center flex-col" }, Bd = { class: "card chart apex-chart px-4 py-5 bg-white shadow rounded-lg overflow-hidden sm:p-6 flex grow h-80" }, Hd = /* @__PURE__ */ Ge({
13269
13276
  __name: "uiCircleChart",
13270
13277
  props: {
13271
13278
  title: {},
@@ -13325,14 +13332,14 @@ const Eo = /* @__PURE__ */ ei(To, [["render", Io]]), Do = /* @__PURE__ */ Ge({
13325
13332
  We(b("div", {
13326
13333
  class: me(["h-[" + ne.height + "px]", "card chart apex-chart px-4 py-5 bg-white shadow rounded-lg overflow-hidden sm:p-6 flex grow"])
13327
13334
  }, [
13328
- b("div", Xd, [
13329
- b("div", _d, J(ne.title), 1),
13335
+ b("div", Rd, [
13336
+ b("div", Fd, J(ne.title), 1),
13330
13337
  Q(aa, {
13331
13338
  range: ne.range,
13332
13339
  onRangeSelected: pe[0] || (pe[0] = (Pe) => ne.$emit("selectedRange", { range: Pe, chartId: ne.id }))
13333
13340
  }, null, 8, ["range"])
13334
13341
  ]),
13335
- We(b("div", Rd, [
13342
+ We(b("div", Od, [
13336
13343
  Q(K(Jt), {
13337
13344
  class: "flex items-center justify-center",
13338
13345
  type: "donut",
@@ -13346,7 +13353,7 @@ const Eo = /* @__PURE__ */ ei(To, [["render", Io]]), Do = /* @__PURE__ */ Ge({
13346
13353
  ], 512), [
13347
13354
  [je, !ne.empty]
13348
13355
  ]),
13349
- We(b("div", Fd, [
13356
+ We(b("div", Nd, [
13350
13357
  Q(et, {
13351
13358
  icon: K(_t),
13352
13359
  color: "gray",
@@ -13360,7 +13367,7 @@ const Eo = /* @__PURE__ */ ei(To, [["render", Io]]), Do = /* @__PURE__ */ Ge({
13360
13367
  ], 2), [
13361
13368
  [je, !ne.loading]
13362
13369
  ]),
13363
- We(b("div", Od, pe[2] || (pe[2] = [
13370
+ We(b("div", Bd, pe[2] || (pe[2] = [
13364
13371
  b("div", {
13365
13372
  role: "status",
13366
13373
  class: "w-full animate-pulse h-full flex flex-col"
@@ -13391,13 +13398,13 @@ const Eo = /* @__PURE__ */ ei(To, [["render", Io]]), Do = /* @__PURE__ */ Ge({
13391
13398
  ])
13392
13399
  ], 64));
13393
13400
  }
13394
- }), Bd = {
13401
+ }), Wd = {
13395
13402
  key: 0,
13396
13403
  class: "flex flex-col lg:flex-row w-full gap-y-4 gap-x-2"
13397
- }, Hd = {
13404
+ }, $d = {
13398
13405
  key: 1,
13399
13406
  class: "flex flex-col lg:flex-row w-full gap-y-4 gap-x-2"
13400
- }, Wd = /* @__PURE__ */ Ge({
13407
+ }, Vd = /* @__PURE__ */ Ge({
13401
13408
  __name: "uiDateRange",
13402
13409
  props: {
13403
13410
  id: {},
@@ -13417,7 +13424,7 @@ const Eo = /* @__PURE__ */ ei(To, [["render", Io]]), Do = /* @__PURE__ */ Ge({
13417
13424
  };
13418
13425
  return (I, T) => {
13419
13426
  var Y, M, V, N;
13420
- return I.loading ? (E(), O("div", Hd, [
13427
+ return I.loading ? (E(), O("div", $d, [
13421
13428
  Q(Ut, {
13422
13429
  name: "dateFrom",
13423
13430
  loading: !0
@@ -13432,7 +13439,7 @@ const Eo = /* @__PURE__ */ ei(To, [["render", Io]]), Do = /* @__PURE__ */ Ge({
13432
13439
  ])),
13433
13440
  _: 1
13434
13441
  })
13435
- ])) : (E(), O("div", Bd, [
13442
+ ])) : (E(), O("div", Wd, [
13436
13443
  Q(Ut, {
13437
13444
  type: "date",
13438
13445
  loading: !1,
@@ -13477,7 +13484,7 @@ const Eo = /* @__PURE__ */ ei(To, [["render", Io]]), Do = /* @__PURE__ */ Ge({
13477
13484
  function yi($) {
13478
13485
  return [null, void 0, !1].indexOf($) !== -1;
13479
13486
  }
13480
- function $d($) {
13487
+ function Gd($) {
13481
13488
  return $ && $.__esModule && Object.prototype.hasOwnProperty.call($, "default") ? $.default : $;
13482
13489
  }
13483
13490
  function Ea($) {
@@ -13543,7 +13550,7 @@ var ca = Ea(function($, D) {
13543
13550
  }
13544
13551
  return fe;
13545
13552
  }();
13546
- }), Vd = $d(Ea(function($, D) {
13553
+ }), jd = Gd(Ea(function($, D) {
13547
13554
  (function(P) {
13548
13555
  function I(B) {
13549
13556
  return T(B) && typeof B.from == "function";
@@ -14320,7 +14327,7 @@ var $i = { name: "Slider", emits: ["input", "update:modelValue", "start", "slide
14320
14327
  }, Ue = (we) => {
14321
14328
  V.emit("input", we), V.emit("update:modelValue", we), V.emit("update", we);
14322
14329
  }, tt = () => {
14323
- re.value = Vd.create(ce.value, Object.assign({}, ke.value, Xe.value)), pe.value && Te.value && ve.value >= 0 && le(ce.value, ve.value, " - "), re.value.on("set", () => {
14330
+ re.value = jd.create(ce.value, Object.assign({}, ke.value, Xe.value)), pe.value && Te.value && ve.value >= 0 && le(ce.value, ve.value, " - "), re.value.on("set", () => {
14324
14331
  const we = Ce();
14325
14332
  V.emit("change", we), V.emit("set", we), F.value && Ue(we);
14326
14333
  }), re.value.on("update", () => {
@@ -14366,16 +14373,16 @@ var $i = { name: "Slider", emits: ["input", "update:modelValue", "start", "slide
14366
14373
  $i.render = function($, D, P, I, T, Y) {
14367
14374
  return E(), O("div", Wa($.sliderProps, { ref: "slider" }), null, 16);
14368
14375
  }, $i.__file = "src/Slider.vue";
14369
- const Gd = { class: "flex justify-between items-center" }, jd = {
14376
+ const Ud = { class: "flex justify-between items-center" }, qd = {
14370
14377
  key: 0,
14371
14378
  class: "block text-sm font-medium text-gray-700"
14372
- }, Ud = {
14379
+ }, Zd = {
14373
14380
  key: 1,
14374
14381
  class: "text-[10px] text-gray-500 uppercase justify-self-end"
14375
- }, qd = {
14382
+ }, Jd = {
14376
14383
  key: 1,
14377
14384
  class: "h-2 animate-pulse bg-gray-200 rounded-full dark:bg-gray-300 w-full"
14378
- }, Zd = /* @__PURE__ */ Ge({
14385
+ }, Qd = /* @__PURE__ */ Ge({
14379
14386
  __name: "uiRangeSlider",
14380
14387
  props: {
14381
14388
  loading: { type: Boolean, default: !0 },
@@ -14390,14 +14397,14 @@ const Gd = { class: "flex justify-between items-center" }, jd = {
14390
14397
  setup($, { emit: D }) {
14391
14398
  const P = D, T = dt($.sliderValue);
14392
14399
  return (Y, M) => (E(), O("div", null, [
14393
- b("div", Gd, [
14394
- Y.label ? (E(), O("label", jd, J(Y.label), 1)) : ze("", !0),
14395
- Y.requiredText ? (E(), O("span", Ud, J(Y.requiredText), 1)) : ze("", !0)
14400
+ b("div", Ud, [
14401
+ Y.label ? (E(), O("label", qd, J(Y.label), 1)) : ze("", !0),
14402
+ Y.requiredText ? (E(), O("span", Zd, J(Y.requiredText), 1)) : ze("", !0)
14396
14403
  ]),
14397
14404
  b("div", {
14398
14405
  class: me([{ "mt-1": Y.label }, "pt-16 px-6 pb-6 bg-gray-50 border border-gray-300 rounded-lg shadow-sm"])
14399
14406
  }, [
14400
- Y.loading ? (E(), O("p", qd)) : (E(), Fe(K($i), {
14407
+ Y.loading ? (E(), O("p", Jd)) : (E(), Fe(K($i), {
14401
14408
  key: 0,
14402
14409
  modelValue: T.value,
14403
14410
  "onUpdate:modelValue": M[0] || (M[0] = (V) => T.value = V),
@@ -14413,7 +14420,7 @@ const Gd = { class: "flex justify-between items-center" }, jd = {
14413
14420
  ], 2)
14414
14421
  ]));
14415
14422
  }
14416
- }), Jd = { class: "mt-1 mb-8 text-sm text-gray-500" }, Qd = /* @__PURE__ */ Ge({
14423
+ }), Kd = { class: "mt-1 mb-8 text-sm text-gray-500" }, eh = /* @__PURE__ */ Ge({
14417
14424
  __name: "uiSectionTitle",
14418
14425
  props: {
14419
14426
  title: {},
@@ -14424,16 +14431,16 @@ const Gd = { class: "flex justify-between items-center" }, jd = {
14424
14431
  b("h3", {
14425
14432
  class: me(["text-lg font-medium leading-6 text-gray-900", { "mb-8": D.description === void 0 }])
14426
14433
  }, J(D.title), 3),
14427
- b("p", Jd, J(D.description), 1)
14434
+ b("p", Kd, J(D.description), 1)
14428
14435
  ], 64));
14429
14436
  }
14430
- }), Kd = {
14437
+ }), th = {
14431
14438
  key: 0,
14432
14439
  class: "col-span-1 flex flex-col divide-y divide-gray-200 rounded-lg bg-white text-center shadow"
14433
- }, eh = { class: "flex flex-1 flex-col p-8" }, th = { class: "text-2xl font-bold text-gray-900" }, ih = { class: "mt-1 flex flex-grow flex-col justify-between" }, ah = { class: "mt-3 flex flex-wrap gap-x-1 gap-y-1 justify-center" }, sh = {
14440
+ }, ih = { class: "flex flex-1 flex-col p-8" }, ah = { class: "text-2xl font-bold text-gray-900" }, sh = { class: "mt-1 flex flex-grow flex-col justify-between" }, rh = { class: "mt-3 flex flex-wrap gap-x-1 gap-y-1 justify-center" }, nh = {
14434
14441
  key: 1,
14435
14442
  class: "col-span-1 flex flex-col divide-y divide-gray-200 rounded-lg bg-white text-center shadow"
14436
- }, rh = { class: "flex flex-1 flex-col p-8" }, nh = { class: "rounded-md p-3 flex items-center justify-center mx-auto mb-4 bg-gray-200" }, oh = { class: "mt-1 flex flex-grow flex-col justify-between" }, lh = { class: "mt-3 flex flex-wrap gap-x-1 gap-y-1 justify-center" }, ch = /* @__PURE__ */ Ge({
14443
+ }, oh = { class: "flex flex-1 flex-col p-8" }, lh = { class: "rounded-md p-3 flex items-center justify-center mx-auto mb-4 bg-gray-200" }, ch = { class: "mt-1 flex flex-grow flex-col justify-between" }, dh = { class: "mt-3 flex flex-wrap gap-x-1 gap-y-1 justify-center" }, hh = /* @__PURE__ */ Ge({
14437
14444
  __name: "uiDeviceStatus",
14438
14445
  props: {
14439
14446
  id: {},
@@ -14445,9 +14452,9 @@ const Gd = { class: "flex justify-between items-center" }, jd = {
14445
14452
  loading: { type: Boolean, default: !0 }
14446
14453
  },
14447
14454
  setup($) {
14448
- return (D, P) => D.loading ? (E(), O("div", sh, [
14449
- b("div", rh, [
14450
- b("div", nh, [
14455
+ return (D, P) => D.loading ? (E(), O("div", nh, [
14456
+ b("div", oh, [
14457
+ b("div", lh, [
14451
14458
  Q(et, {
14452
14459
  icon: D.icon,
14453
14460
  size: "huge",
@@ -14457,8 +14464,8 @@ const Gd = { class: "flex justify-between items-center" }, jd = {
14457
14464
  }, null, 8, ["icon", "loading"])
14458
14465
  ]),
14459
14466
  P[3] || (P[3] = b("div", { class: "h-4 bg-gray-200 rounded-full dark:bg-gray-300 w-1/3 mx-auto" }, null, -1)),
14460
- b("dl", oh, [
14461
- b("dd", lh, [
14467
+ b("dl", ch, [
14468
+ b("dd", dh, [
14462
14469
  (E(!0), O(Re, null, Ne(D.tags, (I, T) => (E(), Fe(Yt, {
14463
14470
  key: T,
14464
14471
  loading: D.loading,
@@ -14474,8 +14481,8 @@ const Gd = { class: "flex justify-between items-center" }, jd = {
14474
14481
  ])
14475
14482
  ])
14476
14483
  ])
14477
- ])) : (E(), O("div", Kd, [
14478
- b("div", eh, [
14484
+ ])) : (E(), O("div", th, [
14485
+ b("div", ih, [
14479
14486
  b("div", {
14480
14487
  class: me(["rounded-md p-3 flex items-center justify-center mx-auto mb-4", {
14481
14488
  "bg-green-500": !D.color || D.color === "green",
@@ -14494,7 +14501,7 @@ const Gd = { class: "flex justify-between items-center" }, jd = {
14494
14501
  loading: !1
14495
14502
  }, null, 8, ["icon"])
14496
14503
  ], 2),
14497
- b("h3", th, [
14504
+ b("h3", ah, [
14498
14505
  st(J(D.name) + " ", 1),
14499
14506
  We(b("span", {
14500
14507
  class: "text-indigo-600 hover:text-indigo-900 cursor-pointer",
@@ -14503,8 +14510,8 @@ const Gd = { class: "flex justify-between items-center" }, jd = {
14503
14510
  [je, D.qty > 0]
14504
14511
  ])
14505
14512
  ]),
14506
- b("dl", ih, [
14507
- b("dd", ah, [
14513
+ b("dl", sh, [
14514
+ b("dd", rh, [
14508
14515
  (E(!0), O(Re, null, Ne(D.tags, (I, T) => (E(), Fe(Yt, {
14509
14516
  key: T,
14510
14517
  loading: !1,
@@ -14522,24 +14529,24 @@ const Gd = { class: "flex justify-between items-center" }, jd = {
14522
14529
  ])
14523
14530
  ]));
14524
14531
  }
14525
- }), dh = { class: "flex flex-row grow border-r border-gray-200 bg-white pr-6" }, hh = { class: "bg-indigo-600 w-16 mr-6" }, uh = ["onClick"], gh = {
14532
+ }), uh = { class: "flex flex-row grow border-r border-gray-200 bg-white pr-6" }, gh = { class: "bg-indigo-600 w-16 mr-6" }, ph = ["onClick"], fh = {
14526
14533
  key: 0,
14527
14534
  class: "flex flex-col grow gap-y-5 overflow-y-auto pr-6"
14528
- }, ph = { class: "flex h-16 shrink-0 items-center" }, fh = ["src"], mh = { class: "flex flex-1 flex-col" }, xh = {
14535
+ }, mh = { class: "flex h-16 shrink-0 items-center" }, xh = ["src"], bh = { class: "flex flex-1 flex-col" }, vh = {
14529
14536
  key: 0,
14530
14537
  role: "list",
14531
14538
  class: "flex flex-1 flex-col gap-y-7 mb-4"
14532
- }, bh = {
14539
+ }, yh = {
14533
14540
  role: "list",
14534
14541
  class: "ml-2 space-y-1"
14535
- }, vh = ["onClick"], yh = {
14542
+ }, wh = ["onClick"], kh = {
14536
14543
  key: 1,
14537
14544
  role: "list",
14538
14545
  class: "flex flex-1 flex-col gap-y-7 mb-4"
14539
- }, wh = { class: "ml-2 space-y-1" }, kh = { class: "font-bold mb-4" }, Sh = {
14546
+ }, Sh = { class: "ml-2 space-y-1" }, Ah = { class: "font-bold mb-4" }, Ch = {
14540
14547
  key: 1,
14541
14548
  class: "flex flex-col grow gap-y-5 overflow-y-auto pr-6"
14542
- }, Ah = { class: "h-12 flex flex-row items-center" }, ha = /* @__PURE__ */ Ge({
14549
+ }, Mh = { class: "h-12 flex flex-row items-center" }, ha = /* @__PURE__ */ Ge({
14543
14550
  __name: "uiSidebarV2",
14544
14551
  props: {
14545
14552
  navigation: {},
@@ -14551,8 +14558,8 @@ const Gd = { class: "flex justify-between items-center" }, jd = {
14551
14558
  },
14552
14559
  emits: ["sideBarClick", "productBarClick"],
14553
14560
  setup($, { emit: D }) {
14554
- return (P, I) => (E(), O("div", dh, [
14555
- b("div", hh, [
14561
+ return (P, I) => (E(), O("div", uh, [
14562
+ b("div", gh, [
14556
14563
  b("ul", null, [
14557
14564
  (E(!0), O(Re, null, Ne(P.productsSidebar, (T, Y) => (E(), O("li", {
14558
14565
  key: Y,
@@ -14565,26 +14572,26 @@ const Gd = { class: "flex justify-between items-center" }, jd = {
14565
14572
  color: "white",
14566
14573
  size: "bigger"
14567
14574
  }, null, 8, ["icon"])
14568
- ], 10, uh))), 128))
14575
+ ], 10, ph))), 128))
14569
14576
  ])
14570
14577
  ]),
14571
- P.loading ? (E(), O("div", Sh, [
14572
- (E(), O(Re, null, Ne(5, (T) => b("div", Ah, I[0] || (I[0] = [
14578
+ P.loading ? (E(), O("div", Ch, [
14579
+ (E(), O(Re, null, Ne(5, (T) => b("div", Mh, I[0] || (I[0] = [
14573
14580
  b("div", { class: "w-6 h-6 animate-pulse bg-gray-200 rounded-full dark:bg-gray-300 mr-4" }, null, -1),
14574
14581
  b("div", { class: "h-3 animate-pulse bg-gray-200 rounded-full w-1/2 dark:bg-gray-300" }, null, -1)
14575
14582
  ]))), 64))
14576
- ])) : (E(), O("div", gh, [
14577
- b("div", ph, [
14583
+ ])) : (E(), O("div", fh, [
14584
+ b("div", mh, [
14578
14585
  b("img", {
14579
14586
  class: "h-8 w-auto",
14580
14587
  src: P.logo,
14581
14588
  alt: "Your Company"
14582
- }, null, 8, fh)
14589
+ }, null, 8, xh)
14583
14590
  ]),
14584
- b("nav", mh, [
14585
- P.isFilterNavigation ? ze("", !0) : (E(), O("ul", xh, [
14591
+ b("nav", bh, [
14592
+ P.isFilterNavigation ? ze("", !0) : (E(), O("ul", vh, [
14586
14593
  b("li", null, [
14587
- b("ul", bh, [
14594
+ b("ul", yh, [
14588
14595
  (E(!0), O(Re, null, Ne(P.navigation, (T) => (E(), O("li", {
14589
14596
  key: T.name
14590
14597
  }, [
@@ -14657,13 +14664,13 @@ const Gd = { class: "flex justify-between items-center" }, jd = {
14657
14664
  class: "shrink-0"
14658
14665
  }, null, 8, ["icon"]),
14659
14666
  st(" " + J(T.name), 1)
14660
- ], 10, vh))
14667
+ ], 10, wh))
14661
14668
  ]))), 128))
14662
14669
  ])
14663
14670
  ])
14664
14671
  ])),
14665
- P.isFilterNavigation && P.filterNavigation ? (E(), O("ul", yh, [
14666
- b("li", wh, [
14672
+ P.isFilterNavigation && P.filterNavigation ? (E(), O("ul", kh, [
14673
+ b("li", Sh, [
14667
14674
  P.filterNavigation.hasSearch && P.filterNavigation.search ? (E(), Fe(Ut, {
14668
14675
  key: 0,
14669
14676
  name: P.filterNavigation.search.name,
@@ -14677,7 +14684,7 @@ const Gd = { class: "flex justify-between items-center" }, jd = {
14677
14684
  class: "ml-2",
14678
14685
  key: Y
14679
14686
  }, [
14680
- b("p", kh, J(T.label), 1),
14687
+ b("p", Ah, J(T.label), 1),
14681
14688
  (E(!0), O(Re, null, Ne(T.filters, (M, V) => (E(), Fe(ka, {
14682
14689
  class: "mb-2",
14683
14690
  value: M.value,
@@ -14694,14 +14701,14 @@ const Gd = { class: "flex justify-between items-center" }, jd = {
14694
14701
  ]))
14695
14702
  ]));
14696
14703
  }
14697
- }), Ch = { class: "fixed inset-0 flex" }, Mh = { class: "absolute left-full top-0 flex w-16 justify-center pt-5" }, Lh = { class: "hidden lg:fixed lg:inset-y-0 lg:z-50 lg:flex lg:w-[25rem] lg:flex-col" }, Ph = { class: "lg:pl-[25rem]" }, Th = { 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" }, zh = { class: "flex flex-1 gap-x-4 self-stretch lg:gap-x-6" }, Ih = {
14704
+ }), Lh = { class: "fixed inset-0 flex" }, Ph = { class: "absolute left-full top-0 flex w-16 justify-center pt-5" }, Th = { class: "hidden lg:fixed lg:inset-y-0 lg:z-50 lg:flex lg:w-[25rem] lg:flex-col" }, zh = { class: "lg:pl-[25rem]" }, Ih = { 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" }, Eh = { class: "flex flex-1 gap-x-4 self-stretch lg:gap-x-6" }, Dh = {
14698
14705
  class: "relative flex flex-1",
14699
14706
  action: "#",
14700
14707
  method: "GET"
14701
- }, Eh = { class: "relative block h-full w-full border-0 py-0 pl-8 pr-0 text-gray-900 placeholder:text-gray-400 focus:ring-0 sm:text-sm" }, Dh = { class: "flex items-center gap-x-4 lg:gap-x-6" }, Yh = {
14708
+ }, Yh = { class: "relative block h-full w-full border-0 py-0 pl-8 pr-0 text-gray-900 placeholder:text-gray-400 focus:ring-0 sm:text-sm" }, Xh = { class: "flex items-center gap-x-4 lg:gap-x-6" }, _h = {
14702
14709
  type: "button",
14703
14710
  class: "-m-2.5 p-2.5 text-gray-400 hover:text-gray-500 relative"
14704
- }, Xh = { class: "redCircle flex items-center justify-center h-4 w-4 bg-red-500 rounded-full absolute top-1 left-2" }, _h = ["src"], Rh = { class: "hidden lg:flex lg:items-center" }, Fh = ["onClick"], Oh = { class: "py-7" }, Nh = { class: "px-7 lg:px-10" }, Bh = /* @__PURE__ */ Ge({
14711
+ }, Rh = { class: "redCircle flex items-center justify-center h-4 w-4 bg-red-500 rounded-full absolute top-1 left-2" }, Fh = ["src"], Oh = { class: "hidden lg:flex lg:items-center" }, Nh = ["onClick"], Bh = { class: "py-7" }, Hh = { class: "px-7 lg:px-10" }, Wh = /* @__PURE__ */ Ge({
14705
14712
  __name: "uiWrapper",
14706
14713
  props: {
14707
14714
  topbar: {},
@@ -14734,7 +14741,7 @@ const Gd = { class: "flex justify-between items-center" }, jd = {
14734
14741
  ])),
14735
14742
  _: 1
14736
14743
  }),
14737
- b("div", Ch, [
14744
+ b("div", Lh, [
14738
14745
  Q(K(qt), {
14739
14746
  as: "template",
14740
14747
  enter: "transition ease-in-out duration-300 transform",
@@ -14757,7 +14764,7 @@ const Gd = { class: "flex justify-between items-center" }, jd = {
14757
14764
  "leave-to": "opacity-0"
14758
14765
  }, {
14759
14766
  default: be(() => [
14760
- b("div", Mh, [
14767
+ b("div", Ph, [
14761
14768
  b("button", {
14762
14769
  type: "button",
14763
14770
  class: "-m-2.5 p-2.5",
@@ -14796,7 +14803,7 @@ const Gd = { class: "flex justify-between items-center" }, jd = {
14796
14803
  ]),
14797
14804
  _: 1
14798
14805
  }, 8, ["show"]),
14799
- b("div", Lh, [
14806
+ b("div", Th, [
14800
14807
  Q(ha, {
14801
14808
  productsSidebar: V.sidebar.productsSidebar,
14802
14809
  isFilterNavigation: V.sidebar.isFilterNavigation,
@@ -14808,8 +14815,8 @@ const Gd = { class: "flex justify-between items-center" }, jd = {
14808
14815
  onProductBarClick: N[5] || (N[5] = (ee) => V.$emit("productBarClick", ee))
14809
14816
  }, null, 8, ["productsSidebar", "isFilterNavigation", "navigation", "filterNavigation", "logo"])
14810
14817
  ]),
14811
- b("div", Ph, [
14812
- b("div", Th, [
14818
+ b("div", zh, [
14819
+ b("div", Ih, [
14813
14820
  b("button", {
14814
14821
  type: "button",
14815
14822
  class: "-m-2.5 p-2.5 text-gray-700 lg:hidden",
@@ -14825,8 +14832,8 @@ const Gd = { class: "flex justify-between items-center" }, jd = {
14825
14832
  class: "h-6 w-px bg-gray-200 lg:hidden",
14826
14833
  "aria-hidden": "true"
14827
14834
  }, null, -1)),
14828
- b("div", zh, [
14829
- b("form", Ih, [
14835
+ b("div", Eh, [
14836
+ b("form", Dh, [
14830
14837
  N[14] || (N[14] = b("label", {
14831
14838
  for: "search-field",
14832
14839
  class: "sr-only"
@@ -14845,7 +14852,7 @@ const Gd = { class: "flex justify-between items-center" }, jd = {
14845
14852
  ]
14846
14853
  }, {
14847
14854
  default: be(() => [
14848
- b("div", Eh, [
14855
+ b("div", Yh, [
14849
14856
  Q(K(xa), {
14850
14857
  class: "block h-full w-full border-0 py-0 pl-8 pr-0 text-gray-900 placeholder:text-gray-400 focus:ring-0 sm:text-sm",
14851
14858
  onChange: N[7] || (N[7] = (ee) => P.value = ee.target.value),
@@ -14893,10 +14900,10 @@ const Gd = { class: "flex justify-between items-center" }, jd = {
14893
14900
  _: 1
14894
14901
  }, 8, ["modelValue"])
14895
14902
  ]),
14896
- b("div", Dh, [
14897
- b("button", Yh, [
14903
+ b("div", Xh, [
14904
+ b("button", _h, [
14898
14905
  N[16] || (N[16] = b("span", { class: "sr-only" }, "View notifications", -1)),
14899
- We(b("div", Xh, N[15] || (N[15] = [
14906
+ We(b("div", Rh, N[15] || (N[15] = [
14900
14907
  b("span", { class: "animate-ping absolute inline-flex h-4 w-4 bg-red-500 rounded-full opacity-75" }, null, -1)
14901
14908
  ]), 512), [
14902
14909
  [je, V.topbar.alerted]
@@ -14922,8 +14929,8 @@ const Gd = { class: "flex justify-between items-center" }, jd = {
14922
14929
  class: "h-8 w-8 rounded-full bg-gray-50",
14923
14930
  src: V.topbar.accountLogo,
14924
14931
  alt: ""
14925
- }, null, 8, _h),
14926
- b("span", Rh, [
14932
+ }, null, 8, Fh),
14933
+ b("span", Oh, [
14927
14934
  Q(K(wi), {
14928
14935
  class: "ml-2 h-5 w-5 text-gray-400",
14929
14936
  "aria-hidden": "true"
@@ -14950,7 +14957,7 @@ const Gd = { class: "flex justify-between items-center" }, jd = {
14950
14957
  b("a", {
14951
14958
  onClick: (pe) => V.$emit("topBarClick", ee.id),
14952
14959
  class: me([ne ? "bg-gray-50" : "", "block px-3 py-1 text-sm leading-6 text-gray-900"])
14953
- }, J(ee.name), 11, Fh)
14960
+ }, J(ee.name), 11, Nh)
14954
14961
  ]),
14955
14962
  _: 2
14956
14963
  }, 1024))), 128))
@@ -14966,15 +14973,15 @@ const Gd = { class: "flex justify-between items-center" }, jd = {
14966
14973
  ])
14967
14974
  ])
14968
14975
  ]),
14969
- b("main", Oh, [
14970
- b("div", Nh, [
14976
+ b("main", Bh, [
14977
+ b("div", Hh, [
14971
14978
  Ct(V.$slots, "default")
14972
14979
  ])
14973
14980
  ])
14974
14981
  ])
14975
14982
  ]));
14976
14983
  }
14977
- }), Hh = /* @__PURE__ */ Ge({
14984
+ }), $h = /* @__PURE__ */ Ge({
14978
14985
  __name: "uiDynamicStats",
14979
14986
  props: {
14980
14987
  dynamicStats: {},
@@ -14995,94 +15002,94 @@ const Gd = { class: "flex justify-between items-center" }, jd = {
14995
15002
  }
14996
15003
  }), ua = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
14997
15004
  __proto__: null,
14998
- uiAlert: gr,
14999
- uiBreadcrumbs: wr,
15005
+ uiAlert: fr,
15006
+ uiBreadcrumbs: Sr,
15000
15007
  uiButton: Zt,
15001
- uiCard: Pr,
15002
- uiChart: Po,
15008
+ uiCard: zr,
15009
+ uiChart: zo,
15003
15010
  uiCheckbox: ka,
15004
- uiCircleChart: Nd,
15005
- uiDateRange: Wd,
15006
- uiDeviceStatus: ch,
15007
- uiDragAndDrop: Yd,
15011
+ uiCircleChart: Hd,
15012
+ uiDateRange: Vd,
15013
+ uiDeviceStatus: hh,
15014
+ uiDragAndDrop: _d,
15008
15015
  uiDropdown: ta,
15009
- uiDynamicStats: Hh,
15010
- uiFilter: Tr,
15011
- uiFooter: Eo,
15012
- uiFunnelChartV2: td,
15013
- uiGallery: Md,
15016
+ uiDynamicStats: $h,
15017
+ uiFilter: Ir,
15018
+ uiFooter: Yo,
15019
+ uiFunnelChartV2: ad,
15020
+ uiGallery: Pd,
15014
15021
  uiIcon: et,
15015
15022
  uiInput: Ut,
15016
- uiInputFile: Bs,
15017
- uiLoadingScreen: Do,
15023
+ uiInputFile: Ws,
15024
+ uiLoadingScreen: Xo,
15018
15025
  uiModal: La,
15019
- uiNoResults: rd,
15020
- uiNotification: jr,
15021
- uiPagination: jo,
15022
- uiPriceCalendar: fo,
15023
- uiRangeSlider: Zd,
15024
- uiRightSidebar: md,
15025
- uiSectionTitle: Qd,
15026
- uiSelect: Gs,
15027
- uiSidebar: nl,
15026
+ uiNoResults: od,
15027
+ uiNotification: qr,
15028
+ uiPagination: qo,
15029
+ uiPriceCalendar: xo,
15030
+ uiRangeSlider: Qd,
15031
+ uiRightSidebar: bd,
15032
+ uiSectionTitle: eh,
15033
+ uiSelect: Us,
15034
+ uiSidebar: ll,
15028
15035
  uiStats: Ia,
15029
- uiStripedCard: Tl,
15030
- uiTable: Ql,
15031
- uiTabs: rc,
15036
+ uiStripedCard: Il,
15037
+ uiTable: ec,
15038
+ uiTabs: oc,
15032
15039
  uiTag: Yt,
15033
- uiTaskList: rn,
15034
- uiTextArea: er,
15035
- uiTimeline: Lc,
15036
- uiToggle: sr,
15037
- uiTopbar: qc,
15038
- uiWrapper: Bh
15040
+ uiTaskList: on,
15041
+ uiTextArea: ir,
15042
+ uiTimeline: Tc,
15043
+ uiToggle: nr,
15044
+ uiTopbar: Jc,
15045
+ uiWrapper: Wh
15039
15046
  }, Symbol.toStringTag, { value: "Module" }));
15040
- function Wh($) {
15047
+ function Vh($) {
15041
15048
  for (const D in ua)
15042
15049
  $.component(D, ua[D]);
15043
15050
  }
15044
- const jh = { install: Wh };
15051
+ const qh = { install: Vh };
15045
15052
  export {
15046
- jh as default,
15047
- gr as uiAlert,
15048
- wr as uiBreadcrumbs,
15053
+ qh as default,
15054
+ fr as uiAlert,
15055
+ Sr as uiBreadcrumbs,
15049
15056
  Zt as uiButton,
15050
- Pr as uiCard,
15051
- Po as uiChart,
15057
+ zr as uiCard,
15058
+ zo as uiChart,
15052
15059
  ka as uiCheckbox,
15053
- Nd as uiCircleChart,
15054
- Wd as uiDateRange,
15055
- ch as uiDeviceStatus,
15056
- Yd as uiDragAndDrop,
15060
+ Hd as uiCircleChart,
15061
+ Vd as uiDateRange,
15062
+ hh as uiDeviceStatus,
15063
+ _d as uiDragAndDrop,
15057
15064
  ta as uiDropdown,
15058
- Hh as uiDynamicStats,
15059
- Tr as uiFilter,
15060
- Eo as uiFooter,
15061
- td as uiFunnelChartV2,
15062
- Md as uiGallery,
15065
+ $h as uiDynamicStats,
15066
+ Ir as uiFilter,
15067
+ Yo as uiFooter,
15068
+ ad as uiFunnelChartV2,
15069
+ Pd as uiGallery,
15063
15070
  et as uiIcon,
15064
15071
  Ut as uiInput,
15065
- Bs as uiInputFile,
15066
- Do as uiLoadingScreen,
15072
+ Ws as uiInputFile,
15073
+ Xo as uiLoadingScreen,
15067
15074
  La as uiModal,
15068
- rd as uiNoResults,
15069
- jr as uiNotification,
15070
- jo as uiPagination,
15071
- fo as uiPriceCalendar,
15072
- Zd as uiRangeSlider,
15073
- md as uiRightSidebar,
15074
- Qd as uiSectionTitle,
15075
- Gs as uiSelect,
15076
- nl as uiSidebar,
15075
+ od as uiNoResults,
15076
+ qr as uiNotification,
15077
+ qo as uiPagination,
15078
+ xo as uiPriceCalendar,
15079
+ Qd as uiRangeSlider,
15080
+ bd as uiRightSidebar,
15081
+ eh as uiSectionTitle,
15082
+ Us as uiSelect,
15083
+ ll as uiSidebar,
15077
15084
  Ia as uiStats,
15078
- Tl as uiStripedCard,
15079
- Ql as uiTable,
15080
- rc as uiTabs,
15085
+ Il as uiStripedCard,
15086
+ ec as uiTable,
15087
+ oc as uiTabs,
15081
15088
  Yt as uiTag,
15082
- rn as uiTaskList,
15083
- er as uiTextArea,
15084
- Lc as uiTimeline,
15085
- sr as uiToggle,
15086
- qc as uiTopbar,
15087
- Bh as uiWrapper
15089
+ on as uiTaskList,
15090
+ ir as uiTextArea,
15091
+ Tc as uiTimeline,
15092
+ nr as uiToggle,
15093
+ Jc as uiTopbar,
15094
+ Wh as uiWrapper
15088
15095
  };