@hotelinking/ui 10.42.24 → 10.43.0
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/components/index.d.ts +2 -1
- package/dist/types/components/index.d.ts +2 -1
- package/dist/ui.cjs +1 -1
- package/dist/ui.es.js +447 -445
- package/package.json +1 -1
package/dist/ui.es.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { defineComponent as M, createBlock as _, createElementBlock as n, openBlock as s, resolveDynamicComponent as Ae, normalizeClass as y, createCommentVNode as b, renderSlot as R, createElementVNode as e, ref as O, watch as q, computed as F, unref as c, withCtx as v, createVNode as m, toDisplayString as g, createTextVNode as L, Transition as ue, Fragment as k, renderList as $, withDirectives as C, vModelDynamic as tt, vShow as D, withModifiers as
|
|
2
|
-
import { Menu as
|
|
1
|
+
import { defineComponent as M, createBlock as _, createElementBlock as n, openBlock as s, resolveDynamicComponent as Ae, normalizeClass as y, createCommentVNode as b, renderSlot as R, createElementVNode as e, ref as O, watch as q, computed as F, unref as c, withCtx as v, createVNode as m, toDisplayString as g, createTextVNode as L, Transition as ue, Fragment as k, renderList as $, withDirectives as C, vModelDynamic as tt, vShow as D, withModifiers as Be, vModelText as X, createStaticVNode as Q, resolveComponent as Me, vModelCheckbox as Oe, reactive as ce, isRef as Ye, TransitionGroup as st, onMounted as ot, shallowRef as lt, mergeProps as rt } from "vue";
|
|
2
|
+
import { Menu as ye, MenuButton as ve, MenuItems as be, MenuItem as we, Combobox as Ie, ComboboxLabel as nt, ComboboxInput as Pe, ComboboxButton as Fe, ComboboxOptions as Ve, ComboboxOption as Re, SwitchGroup as at, Switch as it, SwitchLabel as dt, TransitionRoot as xe, Dialog as ke, TransitionChild as G, DialogPanel as _e, DialogTitle as qe, Disclosure as $e, DisclosureButton as Z, DisclosurePanel as Ce } from "@headlessui/vue";
|
|
3
3
|
import z from "dayjs";
|
|
4
|
-
import
|
|
4
|
+
import Se from "vue3-apexcharts";
|
|
5
5
|
import ut from "vue3-draggable";
|
|
6
6
|
import ct from "@vueform/slider";
|
|
7
7
|
const j = /* @__PURE__ */ M({
|
|
@@ -609,7 +609,7 @@ const Nt = { class: "flex justify-between" }, At = {
|
|
|
609
609
|
"aria-hidden": "true",
|
|
610
610
|
class: "-mr-1 ml-2 h-5 w-5 text-gray-200 dark:text-gray-300"
|
|
611
611
|
})
|
|
612
|
-
])) : (s(), _(c(
|
|
612
|
+
])) : (s(), _(c(ye), {
|
|
613
613
|
key: 0,
|
|
614
614
|
as: "div",
|
|
615
615
|
class: y(["relative inline-block text-left", { "opacity-25": t.disabled }])
|
|
@@ -620,7 +620,7 @@ const Nt = { class: "flex justify-between" }, At = {
|
|
|
620
620
|
t.label ? (s(), n("label", At, g(t.label), 1)) : b("", !0),
|
|
621
621
|
t.requiredText ? (s(), n("span", Ot, g(t.requiredText), 1)) : b("", !0)
|
|
622
622
|
]),
|
|
623
|
-
m(c(
|
|
623
|
+
m(c(ve), { 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" }, {
|
|
624
624
|
default: v(() => [
|
|
625
625
|
L(g(r.value) + " ", 1),
|
|
626
626
|
m(c(de), {
|
|
@@ -640,13 +640,13 @@ const Nt = { class: "flex justify-between" }, At = {
|
|
|
640
640
|
"leave-to-class": "transform opacity-0 scale-95"
|
|
641
641
|
}, {
|
|
642
642
|
default: v(() => [
|
|
643
|
-
t.disabled ? b("", !0) : (s(), _(c(
|
|
643
|
+
t.disabled ? b("", !0) : (s(), _(c(be), {
|
|
644
644
|
key: 0,
|
|
645
645
|
class: y([{ "right-0": t.position === "right", "left-0": t.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"])
|
|
646
646
|
}, {
|
|
647
647
|
default: v(() => [
|
|
648
648
|
e("div", Yt, [
|
|
649
|
-
(s(!0), n(k, null, $(t.items, (d, f) => (s(), _(c(
|
|
649
|
+
(s(!0), n(k, null, $(t.items, (d, f) => (s(), _(c(we), { key: f }, {
|
|
650
650
|
default: v(() => [
|
|
651
651
|
e("a", {
|
|
652
652
|
onClick: (h) => o(d),
|
|
@@ -859,9 +859,9 @@ const Nt = { class: "flex justify-between" }, At = {
|
|
|
859
859
|
],
|
|
860
860
|
"dropArea flex justify-center rounded-md border-2 border-dashed px-6 pt-5 pb-6"
|
|
861
861
|
]),
|
|
862
|
-
onDragover: f[0] || (f[0] =
|
|
862
|
+
onDragover: f[0] || (f[0] = Be(() => {
|
|
863
863
|
}, ["prevent"])),
|
|
864
|
-
onDrop:
|
|
864
|
+
onDrop: Be(o, ["prevent"])
|
|
865
865
|
}, [
|
|
866
866
|
e("div", Kt, [
|
|
867
867
|
m(j, {
|
|
@@ -1484,12 +1484,12 @@ const Nt = { class: "flex justify-between" }, At = {
|
|
|
1484
1484
|
const l = p, a = i, r = (o) => {
|
|
1485
1485
|
a("modalAction", { modal: l.modalName, action: o });
|
|
1486
1486
|
};
|
|
1487
|
-
return (o, t) => (s(), _(c(
|
|
1487
|
+
return (o, t) => (s(), _(c(xe), {
|
|
1488
1488
|
as: "template",
|
|
1489
1489
|
show: o.open
|
|
1490
1490
|
}, {
|
|
1491
1491
|
default: v(() => [
|
|
1492
|
-
m(c(
|
|
1492
|
+
m(c(ke), {
|
|
1493
1493
|
as: "div",
|
|
1494
1494
|
class: "relative z-10",
|
|
1495
1495
|
onClose: t[1] || (t[1] = (u) => r("close"))
|
|
@@ -1521,7 +1521,7 @@ const Nt = { class: "flex justify-between" }, At = {
|
|
|
1521
1521
|
"leave-to": "opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95"
|
|
1522
1522
|
}, {
|
|
1523
1523
|
default: v(() => [
|
|
1524
|
-
m(c(
|
|
1524
|
+
m(c(_e), { 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" }, {
|
|
1525
1525
|
default: v(() => [
|
|
1526
1526
|
e("div", Ws, [
|
|
1527
1527
|
e("button", {
|
|
@@ -1753,9 +1753,9 @@ const Nt = { class: "flex justify-between" }, At = {
|
|
|
1753
1753
|
function _o(p) {
|
|
1754
1754
|
return p && p.__esModule && Object.prototype.hasOwnProperty.call(p, "default") ? p.default : p;
|
|
1755
1755
|
}
|
|
1756
|
-
var le = { exports: {} }, $o = le.exports,
|
|
1756
|
+
var le = { exports: {} }, $o = le.exports, De;
|
|
1757
1757
|
function Co() {
|
|
1758
|
-
return
|
|
1758
|
+
return De || (De = 1, function(p, i) {
|
|
1759
1759
|
(function(l, a) {
|
|
1760
1760
|
p.exports = a(z);
|
|
1761
1761
|
})($o, function(l) {
|
|
@@ -1770,9 +1770,9 @@ function Co() {
|
|
|
1770
1770
|
}(le)), le.exports;
|
|
1771
1771
|
}
|
|
1772
1772
|
Co();
|
|
1773
|
-
var re = { exports: {} }, So = re.exports,
|
|
1773
|
+
var re = { exports: {} }, So = re.exports, je;
|
|
1774
1774
|
function Bo() {
|
|
1775
|
-
return
|
|
1775
|
+
return je || (je = 1, function(p, i) {
|
|
1776
1776
|
(function(l, a) {
|
|
1777
1777
|
p.exports = a(z);
|
|
1778
1778
|
})(So, function(l) {
|
|
@@ -1792,9 +1792,9 @@ function Bo() {
|
|
|
1792
1792
|
}(re)), re.exports;
|
|
1793
1793
|
}
|
|
1794
1794
|
Bo();
|
|
1795
|
-
var ne = { exports: {} }, Mo = ne.exports,
|
|
1795
|
+
var ne = { exports: {} }, Mo = ne.exports, Te;
|
|
1796
1796
|
function Do() {
|
|
1797
|
-
return
|
|
1797
|
+
return Te || (Te = 1, function(p, i) {
|
|
1798
1798
|
(function(l, a) {
|
|
1799
1799
|
p.exports = a();
|
|
1800
1800
|
})(Mo, function() {
|
|
@@ -1806,9 +1806,9 @@ function Do() {
|
|
|
1806
1806
|
}(ne)), ne.exports;
|
|
1807
1807
|
}
|
|
1808
1808
|
Do();
|
|
1809
|
-
var ae = { exports: {} }, jo = ae.exports,
|
|
1809
|
+
var ae = { exports: {} }, jo = ae.exports, ze;
|
|
1810
1810
|
function To() {
|
|
1811
|
-
return
|
|
1811
|
+
return ze || (ze = 1, function(p, i) {
|
|
1812
1812
|
(function(l, a) {
|
|
1813
1813
|
p.exports = a(z);
|
|
1814
1814
|
})(jo, function(l) {
|
|
@@ -1860,7 +1860,7 @@ const te = (p, i) => {
|
|
|
1860
1860
|
}
|
|
1861
1861
|
}, Lo = { class: "dateSelector flex items-center text-white flex-row" }, No = { class: "pagination flex items-center my-1 md:my-0" }, Ao = { class: "date mx-4 font-bold text-center text-indigo-600 select-none uppercase" }, Oo = { class: "pagination flex items-center my-1 sm:my-0" };
|
|
1862
1862
|
function Yo(p, i, l, a, r, o) {
|
|
1863
|
-
const t =
|
|
1863
|
+
const t = Me("ChevronLeftIcon"), u = Me("ChevronRightIcon");
|
|
1864
1864
|
return s(), n("div", Lo, [
|
|
1865
1865
|
e("div", No, [
|
|
1866
1866
|
e("div", {
|
|
@@ -2002,9 +2002,9 @@ function Zo(p, i, l, a, r, o) {
|
|
|
2002
2002
|
]);
|
|
2003
2003
|
}
|
|
2004
2004
|
const Xe = /* @__PURE__ */ te(Po, [["render", Zo]]);
|
|
2005
|
-
var ie = { exports: {} }, Jo = ie.exports,
|
|
2005
|
+
var ie = { exports: {} }, Jo = ie.exports, Le;
|
|
2006
2006
|
function Wo() {
|
|
2007
|
-
return
|
|
2007
|
+
return Le || (Le = 1, function(p, i) {
|
|
2008
2008
|
(function(l, a) {
|
|
2009
2009
|
p.exports = a();
|
|
2010
2010
|
})(Jo, function() {
|
|
@@ -2505,7 +2505,7 @@ const oe = /* @__PURE__ */ te(ll, [["render", nl]]), al = {
|
|
|
2505
2505
|
])
|
|
2506
2506
|
]),
|
|
2507
2507
|
C(e("div", Zl, [
|
|
2508
|
-
m(c(
|
|
2508
|
+
m(c(Se), {
|
|
2509
2509
|
class: "chart",
|
|
2510
2510
|
type: S.type,
|
|
2511
2511
|
series: h.value,
|
|
@@ -2747,7 +2747,7 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ M({
|
|
|
2747
2747
|
]))), 64)) : (s(!0), n(k, { key: 0 }, $(a.navigation, (o) => (s(), n(k, {
|
|
2748
2748
|
key: o.name
|
|
2749
2749
|
}, [
|
|
2750
|
-
o.children ? (s(), _(c(
|
|
2750
|
+
o.children ? (s(), _(c($e), {
|
|
2751
2751
|
key: 1,
|
|
2752
2752
|
as: "div",
|
|
2753
2753
|
class: "space-y-1"
|
|
@@ -2776,7 +2776,7 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ M({
|
|
|
2776
2776
|
]),
|
|
2777
2777
|
_: 2
|
|
2778
2778
|
}, 1032, ["class"]),
|
|
2779
|
-
m(c(
|
|
2779
|
+
m(c(Ce), { class: "space-y-1" }, {
|
|
2780
2780
|
default: v(() => [
|
|
2781
2781
|
(s(!0), n(k, null, $(o.children, (u) => (s(), _(c(Z), {
|
|
2782
2782
|
onClick: (d) => l("sideBarClick", u.id),
|
|
@@ -2820,10 +2820,182 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ M({
|
|
|
2820
2820
|
])
|
|
2821
2821
|
]));
|
|
2822
2822
|
}
|
|
2823
|
-
}), Br = {
|
|
2823
|
+
}), Br = { class: "flex flex-row grow border-r border-gray-200 bg-white pr-6" }, Mr = { class: "bg-indigo-600 w-16 mr-6" }, Dr = ["onClick"], jr = {
|
|
2824
|
+
key: 0,
|
|
2825
|
+
class: "flex flex-col grow gap-y-5 overflow-y-auto pr-6"
|
|
2826
|
+
}, Tr = { class: "flex h-16 shrink-0 items-center" }, zr = ["src"], Lr = { class: "flex flex-1 flex-col" }, Nr = {
|
|
2827
|
+
key: 0,
|
|
2828
|
+
role: "list",
|
|
2829
|
+
class: "flex flex-1 flex-col gap-y-7 mb-4"
|
|
2830
|
+
}, Ar = {
|
|
2831
|
+
role: "list",
|
|
2832
|
+
class: "ml-2 space-y-1"
|
|
2833
|
+
}, Or = ["onClick"], Yr = {
|
|
2834
|
+
key: 1,
|
|
2835
|
+
role: "list",
|
|
2836
|
+
class: "flex flex-1 flex-col gap-y-7 mb-4"
|
|
2837
|
+
}, Ir = { class: "ml-2 space-y-1" }, Pr = { class: "font-bold mb-4" }, Fr = {
|
|
2838
|
+
key: 1,
|
|
2839
|
+
class: "flex flex-col grow gap-y-5 overflow-y-auto pr-6"
|
|
2840
|
+
}, Vr = { class: "h-12 flex flex-row items-center" }, he = /* @__PURE__ */ M({
|
|
2841
|
+
__name: "uiSidebarV2",
|
|
2842
|
+
props: {
|
|
2843
|
+
navigation: {},
|
|
2844
|
+
filterNavigation: {},
|
|
2845
|
+
isFilterNavigation: { type: Boolean, default: !1 },
|
|
2846
|
+
loading: { type: Boolean, default: !0 },
|
|
2847
|
+
logo: {},
|
|
2848
|
+
productsSidebar: {}
|
|
2849
|
+
},
|
|
2850
|
+
emits: ["productBarClick", "sideBarClick"],
|
|
2851
|
+
setup(p, { emit: i }) {
|
|
2852
|
+
return (l, a) => (s(), n("div", Br, [
|
|
2853
|
+
e("div", Mr, [
|
|
2854
|
+
e("ul", null, [
|
|
2855
|
+
(s(!0), n(k, null, $(l.productsSidebar, (r, o) => (s(), n("li", {
|
|
2856
|
+
key: o,
|
|
2857
|
+
class: y([{ "!bg-indigo-900": r.active }, "w-full h-16 flex items-center justify-center cursor-pointer bg-indigo-600 hover:bg-indigo-700"]),
|
|
2858
|
+
onClick: (t) => l.$emit("productBarClick", r.name)
|
|
2859
|
+
}, [
|
|
2860
|
+
m(j, {
|
|
2861
|
+
icon: r.icon,
|
|
2862
|
+
loading: !1,
|
|
2863
|
+
color: "white",
|
|
2864
|
+
size: "bigger"
|
|
2865
|
+
}, null, 8, ["icon"])
|
|
2866
|
+
], 10, Dr))), 128))
|
|
2867
|
+
])
|
|
2868
|
+
]),
|
|
2869
|
+
l.loading ? (s(), n("div", Fr, [
|
|
2870
|
+
(s(), n(k, null, $(5, (r) => e("div", Vr, a[0] || (a[0] = [
|
|
2871
|
+
e("div", { class: "w-6 h-6 animate-pulse bg-gray-200 rounded-full dark:bg-gray-300 mr-4" }, null, -1),
|
|
2872
|
+
e("div", { class: "h-3 animate-pulse bg-gray-200 rounded-full w-1/2 dark:bg-gray-300" }, null, -1)
|
|
2873
|
+
]))), 64))
|
|
2874
|
+
])) : (s(), n("div", jr, [
|
|
2875
|
+
e("div", Tr, [
|
|
2876
|
+
e("img", {
|
|
2877
|
+
class: "h-8 w-auto",
|
|
2878
|
+
src: l.logo,
|
|
2879
|
+
alt: "Your Company"
|
|
2880
|
+
}, null, 8, zr)
|
|
2881
|
+
]),
|
|
2882
|
+
e("nav", Lr, [
|
|
2883
|
+
l.isFilterNavigation ? b("", !0) : (s(), n("ul", Nr, [
|
|
2884
|
+
e("li", null, [
|
|
2885
|
+
e("ul", Ar, [
|
|
2886
|
+
(s(!0), n(k, null, $(l.navigation, (r) => (s(), n("li", {
|
|
2887
|
+
key: r.name
|
|
2888
|
+
}, [
|
|
2889
|
+
r.children ? (s(), _(c($e), {
|
|
2890
|
+
key: 1,
|
|
2891
|
+
as: "div"
|
|
2892
|
+
}, {
|
|
2893
|
+
default: v(() => [
|
|
2894
|
+
m(c(Z), {
|
|
2895
|
+
onClick: (o) => l.$emit("sideBarClick", r.id),
|
|
2896
|
+
class: y([r.current ? "bg-gray-100" : "hover:bg-gray-100", "flex w-full items-center gap-x-3 rounded-md p-2 text-left text-sm font-semibold leading-6 text-gray-700"])
|
|
2897
|
+
}, {
|
|
2898
|
+
default: v(() => [
|
|
2899
|
+
m(j, {
|
|
2900
|
+
icon: r.icon,
|
|
2901
|
+
color: "primary",
|
|
2902
|
+
size: "big",
|
|
2903
|
+
loading: !1,
|
|
2904
|
+
"aria-hidden": "true",
|
|
2905
|
+
class: "shrink-0"
|
|
2906
|
+
}, null, 8, ["icon"]),
|
|
2907
|
+
L(" " + g(r.name) + " ", 1),
|
|
2908
|
+
m(c(ee), {
|
|
2909
|
+
class: y([r.children.some((o) => o.current) || r.current ? "rotate-90 text-primary-500" : "text-gray-400", "ml-auto h-5 w-5 shrink-0"]),
|
|
2910
|
+
"aria-hidden": "true"
|
|
2911
|
+
}, null, 8, ["class"])
|
|
2912
|
+
]),
|
|
2913
|
+
_: 2
|
|
2914
|
+
}, 1032, ["onClick", "class"]),
|
|
2915
|
+
C(e("div", null, [
|
|
2916
|
+
m(c(Ce), {
|
|
2917
|
+
as: "ul",
|
|
2918
|
+
class: "mt-1 px-2",
|
|
2919
|
+
static: ""
|
|
2920
|
+
}, {
|
|
2921
|
+
default: v(() => [
|
|
2922
|
+
(s(!0), n(k, null, $(r.children, (o) => (s(), n("li", {
|
|
2923
|
+
key: o.name
|
|
2924
|
+
}, [
|
|
2925
|
+
m(c(Z), {
|
|
2926
|
+
as: "a",
|
|
2927
|
+
onClick: (t) => l.$emit("sideBarClick", o.id),
|
|
2928
|
+
class: y([o.current ? "bg-gray-100" : "hover:bg-gray-100", "block rounded-md py-2 pl-9 pr-2 text-sm leading-6 text-gray-700 cursor-pointer"])
|
|
2929
|
+
}, {
|
|
2930
|
+
default: v(() => [
|
|
2931
|
+
L(g(o.name), 1)
|
|
2932
|
+
]),
|
|
2933
|
+
_: 2
|
|
2934
|
+
}, 1032, ["onClick", "class"])
|
|
2935
|
+
]))), 128))
|
|
2936
|
+
]),
|
|
2937
|
+
_: 2
|
|
2938
|
+
}, 1024)
|
|
2939
|
+
], 512), [
|
|
2940
|
+
[D, r.children.some((o) => o.current) || r.current]
|
|
2941
|
+
])
|
|
2942
|
+
]),
|
|
2943
|
+
_: 2
|
|
2944
|
+
}, 1024)) : (s(), n("div", {
|
|
2945
|
+
key: 0,
|
|
2946
|
+
onClick: (o) => l.$emit("sideBarClick", r.id),
|
|
2947
|
+
class: y([r.current ? "bg-gray-100" : "hover:bg-gray-100", "group flex gap-x-3 rounded-md p-2 text-sm font-semibold leading-6 text-gray-700 cursor-pointer"])
|
|
2948
|
+
}, [
|
|
2949
|
+
m(j, {
|
|
2950
|
+
icon: r.icon,
|
|
2951
|
+
color: "primary",
|
|
2952
|
+
size: "big",
|
|
2953
|
+
loading: !1,
|
|
2954
|
+
"aria-hidden": "true",
|
|
2955
|
+
class: "shrink-0"
|
|
2956
|
+
}, null, 8, ["icon"]),
|
|
2957
|
+
L(" " + g(r.name), 1)
|
|
2958
|
+
], 10, Or))
|
|
2959
|
+
]))), 128))
|
|
2960
|
+
])
|
|
2961
|
+
])
|
|
2962
|
+
])),
|
|
2963
|
+
l.isFilterNavigation && l.filterNavigation ? (s(), n("ul", Yr, [
|
|
2964
|
+
e("li", Ir, [
|
|
2965
|
+
l.filterNavigation.hasSearch && l.filterNavigation.search ? (s(), _(E, {
|
|
2966
|
+
key: 0,
|
|
2967
|
+
name: l.filterNavigation.search.name,
|
|
2968
|
+
label: l.filterNavigation.search.label,
|
|
2969
|
+
placeholder: l.filterNavigation.search.placeholder,
|
|
2970
|
+
value: l.filterNavigation.search.value,
|
|
2971
|
+
loading: l.filterNavigation.search.loading
|
|
2972
|
+
}, null, 8, ["name", "label", "placeholder", "value", "loading"])) : b("", !0)
|
|
2973
|
+
]),
|
|
2974
|
+
(s(!0), n(k, null, $(l.filterNavigation.items, (r, o) => (s(), n("li", {
|
|
2975
|
+
class: "ml-2",
|
|
2976
|
+
key: o
|
|
2977
|
+
}, [
|
|
2978
|
+
e("p", Pr, g(r.label), 1),
|
|
2979
|
+
(s(!0), n(k, null, $(r.filters, (t, u) => (s(), _(He, {
|
|
2980
|
+
class: "mb-2",
|
|
2981
|
+
value: t.value,
|
|
2982
|
+
loading: t.loading
|
|
2983
|
+
}, {
|
|
2984
|
+
default: v(() => [
|
|
2985
|
+
L(g(t.text), 1)
|
|
2986
|
+
]),
|
|
2987
|
+
_: 2
|
|
2988
|
+
}, 1032, ["value", "loading"]))), 256))
|
|
2989
|
+
]))), 128))
|
|
2990
|
+
])) : b("", !0)
|
|
2991
|
+
])
|
|
2992
|
+
]))
|
|
2993
|
+
]));
|
|
2994
|
+
}
|
|
2995
|
+
}), Rr = { key: 0 }, qr = { class: "ml-16 text-sm font-medium text-gray-500 truncate" }, Hr = { class: "ml-16 flex items-baseline pb-5" }, Ur = { class: "text-2xl font-semibold text-gray-900" }, Er = {
|
|
2824
2996
|
key: 0,
|
|
2825
2997
|
class: "text-black ml-2 flex items-baseline text-sm font-semibold"
|
|
2826
|
-
},
|
|
2998
|
+
}, Zr = { class: "absolute bottom-0 inset-x-0 bg-gray-50 px-4 py-4 sm:px-6" }, Jr = { class: "text-sm" }, Wr = { key: 1 }, Gr = { class: "relative bg-white pt-5 px-4 sm:pt-6 sm:px-6 shadow rounded-lg overflow-hidden h-full pb-6" }, Qr = { class: "absolute bg-gray-200 rounded-md p-3 animate-pulse" }, et = /* @__PURE__ */ M({
|
|
2827
2999
|
__name: "uiStats",
|
|
2828
3000
|
props: {
|
|
2829
3001
|
item: {},
|
|
@@ -2831,10 +3003,10 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ M({
|
|
|
2831
3003
|
},
|
|
2832
3004
|
emits: ["statClick"],
|
|
2833
3005
|
setup(p, { emit: i }) {
|
|
2834
|
-
return (l, a) => l.loading ? (s(), n("div",
|
|
2835
|
-
e("div",
|
|
3006
|
+
return (l, a) => l.loading ? (s(), n("div", Wr, [
|
|
3007
|
+
e("div", Gr, [
|
|
2836
3008
|
e("dt", null, [
|
|
2837
|
-
e("div",
|
|
3009
|
+
e("div", Qr, [
|
|
2838
3010
|
m(j, {
|
|
2839
3011
|
loading: l.loading,
|
|
2840
3012
|
icon: l.item.icon,
|
|
@@ -2850,7 +3022,7 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ M({
|
|
|
2850
3022
|
], -1))
|
|
2851
3023
|
])
|
|
2852
3024
|
])
|
|
2853
|
-
])) : (s(), n("div",
|
|
3025
|
+
])) : (s(), n("div", Rr, [
|
|
2854
3026
|
e("div", {
|
|
2855
3027
|
class: y(["relative bg-white pt-5 px-4 sm:pt-6 sm:px-6 shadow rounded-lg overflow-hidden h-full", { "pb-12": l.item.showFooter }])
|
|
2856
3028
|
}, [
|
|
@@ -2871,11 +3043,11 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ M({
|
|
|
2871
3043
|
loading: l.loading
|
|
2872
3044
|
}, null, 8, ["icon", "loading"])
|
|
2873
3045
|
], 2),
|
|
2874
|
-
e("p",
|
|
3046
|
+
e("p", qr, g(l.item.name), 1)
|
|
2875
3047
|
]),
|
|
2876
|
-
e("dd",
|
|
2877
|
-
e("p",
|
|
2878
|
-
l.item.explanation ? (s(), n("p",
|
|
3048
|
+
e("dd", Hr, [
|
|
3049
|
+
e("p", Ur, g(l.item.stat), 1),
|
|
3050
|
+
l.item.explanation ? (s(), n("p", Er, g(l.item.explanation), 1)) : b("", !0),
|
|
2879
3051
|
l.item.changeType ? (s(), n("p", {
|
|
2880
3052
|
key: 1,
|
|
2881
3053
|
class: y([
|
|
@@ -2899,8 +3071,8 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ M({
|
|
|
2899
3071
|
})) : b("", !0),
|
|
2900
3072
|
L(" " + g(l.item.change), 1)
|
|
2901
3073
|
], 2)) : b("", !0),
|
|
2902
|
-
C(e("div",
|
|
2903
|
-
e("div",
|
|
3074
|
+
C(e("div", Zr, [
|
|
3075
|
+
e("div", Jr, [
|
|
2904
3076
|
e("span", {
|
|
2905
3077
|
onClick: a[0] || (a[0] = (r) => l.$emit("statClick", l.item.id)),
|
|
2906
3078
|
class: "font-medium text-indigo-600 hover:text-indigo-500 cursor-pointer"
|
|
@@ -2913,19 +3085,19 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ M({
|
|
|
2913
3085
|
], 2)
|
|
2914
3086
|
]));
|
|
2915
3087
|
}
|
|
2916
|
-
}),
|
|
3088
|
+
}), Kr = {
|
|
2917
3089
|
key: 0,
|
|
2918
3090
|
class: "overflow-hidden bg-white shadow sm:rounded-lg"
|
|
2919
|
-
},
|
|
3091
|
+
}, Xr = { class: "px-4 py-5 sm:px-6" }, en = { class: "text-lg font-medium leading-6 text-gray-900" }, tn = { class: "mt-1 max-w-2xl text-sm text-gray-500" }, sn = { class: "border-t border-gray-200" }, on = { class: "text-sm font-medium text-gray-500" }, ln = {
|
|
2920
3092
|
key: 0,
|
|
2921
3093
|
class: "mt-1 text-sm text-gray-900 sm:col-span-2 sm:mt-0 break-normal"
|
|
2922
|
-
},
|
|
3094
|
+
}, rn = ["onClick"], nn = {
|
|
2923
3095
|
key: 2,
|
|
2924
3096
|
class: "mt-1 text-sm text-gray-900 sm:col-span-2 sm:mt-0 break-words"
|
|
2925
|
-
},
|
|
3097
|
+
}, an = {
|
|
2926
3098
|
key: 1,
|
|
2927
3099
|
class: "overflow-hidden bg-white shadow sm:rounded-lg"
|
|
2928
|
-
},
|
|
3100
|
+
}, dn = { class: "border-t border-gray-200" }, un = /* @__PURE__ */ M({
|
|
2929
3101
|
__name: "uiStripedCard",
|
|
2930
3102
|
props: {
|
|
2931
3103
|
title: {},
|
|
@@ -2935,9 +3107,9 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ M({
|
|
|
2935
3107
|
},
|
|
2936
3108
|
emits: ["itemClicked"],
|
|
2937
3109
|
setup(p) {
|
|
2938
|
-
return (i, l) => i.loading ? (s(), n("div",
|
|
3110
|
+
return (i, l) => i.loading ? (s(), n("div", an, [
|
|
2939
3111
|
l[1] || (l[1] = Q('<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)),
|
|
2940
|
-
e("div",
|
|
3112
|
+
e("div", dn, [
|
|
2941
3113
|
e("dl", null, [
|
|
2942
3114
|
(s(), n(k, null, $(5, (a) => e("div", {
|
|
2943
3115
|
key: a,
|
|
@@ -2952,19 +3124,19 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ M({
|
|
|
2952
3124
|
]), 2)), 64))
|
|
2953
3125
|
])
|
|
2954
3126
|
])
|
|
2955
|
-
])) : (s(), n("div",
|
|
2956
|
-
e("div",
|
|
2957
|
-
e("h3",
|
|
2958
|
-
e("p",
|
|
3127
|
+
])) : (s(), n("div", Kr, [
|
|
3128
|
+
e("div", Xr, [
|
|
3129
|
+
e("h3", en, g(i.title), 1),
|
|
3130
|
+
e("p", tn, g(i.subtitle), 1)
|
|
2959
3131
|
]),
|
|
2960
|
-
e("div",
|
|
3132
|
+
e("div", sn, [
|
|
2961
3133
|
e("dl", null, [
|
|
2962
3134
|
(s(!0), n(k, null, $(i.items, (a, r) => (s(), n("div", {
|
|
2963
3135
|
key: r,
|
|
2964
3136
|
class: y(["px-4 py-5 sm:grid sm:grid-cols-3 sm:gap-4 sm:px-6", [r % 2 === 0 ? "bg-gray-50" : "bg-white"]])
|
|
2965
3137
|
}, [
|
|
2966
|
-
e("dt",
|
|
2967
|
-
a.type === "tags" ? (s(), n("dd",
|
|
3138
|
+
e("dt", on, g(a.title), 1),
|
|
3139
|
+
a.type === "tags" ? (s(), n("dd", ln, [
|
|
2968
3140
|
(s(!0), n(k, null, $(a.tags, (o, t) => (s(), _(H, {
|
|
2969
3141
|
loading: i.loading,
|
|
2970
3142
|
key: t,
|
|
@@ -2980,13 +3152,13 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ M({
|
|
|
2980
3152
|
key: 1,
|
|
2981
3153
|
class: "mt-1 text-sm text-indigo-600 hover:text-indigo-400 sm:col-span-2 sm:mt-0 cursor-pointer",
|
|
2982
3154
|
onClick: (o) => i.$emit("itemClicked", a.emits)
|
|
2983
|
-
}, g(a.text), 9,
|
|
3155
|
+
}, g(a.text), 9, rn)) : (s(), n("dd", nn, g(a.text), 1))
|
|
2984
3156
|
], 2))), 128))
|
|
2985
3157
|
])
|
|
2986
3158
|
])
|
|
2987
3159
|
]));
|
|
2988
3160
|
}
|
|
2989
|
-
}),
|
|
3161
|
+
}), cn = { 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" }, gn = { class: "ml-2" }, mn = {
|
|
2990
3162
|
__name: "tooltip",
|
|
2991
3163
|
props: {
|
|
2992
3164
|
tip: {
|
|
@@ -2995,7 +3167,7 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ M({
|
|
|
2995
3167
|
}
|
|
2996
3168
|
},
|
|
2997
3169
|
setup(p) {
|
|
2998
|
-
return (i, l) => (s(), n("div",
|
|
3170
|
+
return (i, l) => (s(), n("div", cn, [
|
|
2999
3171
|
l[0] || (l[0] = e("svg", {
|
|
3000
3172
|
class: "absolute -top-3 left-0",
|
|
3001
3173
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3019,19 +3191,19 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ M({
|
|
|
3019
3191
|
size: "big"
|
|
3020
3192
|
}, null, 8, ["icon"])
|
|
3021
3193
|
]),
|
|
3022
|
-
e("span",
|
|
3194
|
+
e("span", gn, g(p.tip), 1)
|
|
3023
3195
|
]));
|
|
3024
3196
|
}
|
|
3025
|
-
},
|
|
3197
|
+
}, pn = { key: 0 }, fn = { class: "flex flex-col" }, hn = { class: "-my-2 overflow-x-auto" }, yn = { class: "inline-block min-w-full py-2 align-middle px-1" }, vn = { class: "relative overflow-hidden shadow ring-1 ring-black ring-opacity-5 md:rounded-lg" }, bn = {
|
|
3026
3198
|
key: 0,
|
|
3027
3199
|
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"
|
|
3028
|
-
},
|
|
3200
|
+
}, wn = ["onClick"], xn = { class: "min-w-full table-fixed divide-y divide-gray-300" }, kn = { class: "bg-gray-50" }, _n = ["checked", "indeterminate"], $n = ["onMouseover", "onMouseleave"], Cn = ["onClick"], Sn = {
|
|
3029
3201
|
key: 2,
|
|
3030
3202
|
class: "group flex items-center uppercase text-xs"
|
|
3031
|
-
},
|
|
3203
|
+
}, Bn = { class: "divide-y divide-gray-200 bg-white" }, Mn = {
|
|
3032
3204
|
key: 0,
|
|
3033
3205
|
class: "absolute inset-y-0 left-0 w-0.5 bg-indigo-600"
|
|
3034
|
-
},
|
|
3206
|
+
}, Dn = ["value"], jn = ["onClick"], Tn = ["href"], zn = { key: 3 }, Ln = /* @__PURE__ */ M({
|
|
3035
3207
|
__name: "uiTable",
|
|
3036
3208
|
props: {
|
|
3037
3209
|
resetSelected: { type: Boolean, default: !1 },
|
|
@@ -3058,21 +3230,21 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ M({
|
|
|
3058
3230
|
r.value = w, w && r.value && (l.value = [], r.value = !w, o("selectedItemsDeleted"));
|
|
3059
3231
|
}), (w, T) => {
|
|
3060
3232
|
var N, S;
|
|
3061
|
-
return w.loading ? (s(), _(Xe, { key: 1 })) : (s(), n("div",
|
|
3062
|
-
e("div",
|
|
3063
|
-
e("div",
|
|
3064
|
-
e("div",
|
|
3065
|
-
e("div",
|
|
3066
|
-
((N = c(l)) == null ? void 0 : N.length) > 0 && ((S = w.actions) == null ? void 0 : S.length) > 0 ? (s(), n("div",
|
|
3233
|
+
return w.loading ? (s(), _(Xe, { key: 1 })) : (s(), n("div", pn, [
|
|
3234
|
+
e("div", fn, [
|
|
3235
|
+
e("div", hn, [
|
|
3236
|
+
e("div", yn, [
|
|
3237
|
+
e("div", vn, [
|
|
3238
|
+
((N = c(l)) == null ? void 0 : N.length) > 0 && ((S = w.actions) == null ? void 0 : S.length) > 0 ? (s(), n("div", bn, [
|
|
3067
3239
|
(s(!0), n(k, null, $(w.actions, (B, P) => (s(), n("button", {
|
|
3068
3240
|
onClick: (x) => w.$emit("tableAction", { action: B.id, items: c(l) }),
|
|
3069
3241
|
key: P,
|
|
3070
3242
|
type: "button",
|
|
3071
3243
|
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"
|
|
3072
|
-
}, g(B.name), 9,
|
|
3244
|
+
}, g(B.name), 9, wn))), 128))
|
|
3073
3245
|
])) : b("", !0),
|
|
3074
|
-
e("table",
|
|
3075
|
-
e("thead",
|
|
3246
|
+
e("table", xn, [
|
|
3247
|
+
e("thead", kn, [
|
|
3076
3248
|
e("tr", null, [
|
|
3077
3249
|
e("th", {
|
|
3078
3250
|
scope: "col",
|
|
@@ -3085,7 +3257,7 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ M({
|
|
|
3085
3257
|
class: "absolute left-4 top-1/2 -mt-2 h-4 w-4 rounded border-gray-300 text-indigo-600 focus:ring-indigo-500",
|
|
3086
3258
|
type: "checkbox",
|
|
3087
3259
|
onChange: f
|
|
3088
|
-
}, null, 40,
|
|
3260
|
+
}, null, 40, _n)) : b("", !0)
|
|
3089
3261
|
], 2),
|
|
3090
3262
|
(s(!0), n(k, null, $(w.header, (B, P) => (s(), n("th", {
|
|
3091
3263
|
key: P,
|
|
@@ -3094,7 +3266,7 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ M({
|
|
|
3094
3266
|
onMouseover: (x) => d(B.name, !0),
|
|
3095
3267
|
onMouseleave: (x) => d(B.name, !1)
|
|
3096
3268
|
}, [
|
|
3097
|
-
B.tooltip ? C((s(), _(
|
|
3269
|
+
B.tooltip ? C((s(), _(mn, {
|
|
3098
3270
|
key: 0,
|
|
3099
3271
|
tip: B.tooltip
|
|
3100
3272
|
}, null, 8, ["tip"])), [
|
|
@@ -3117,13 +3289,13 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ M({
|
|
|
3117
3289
|
color: B.value === w.orderedBy ? "white" : "primary"
|
|
3118
3290
|
}, null, 8, ["icon", "loading", "color"])
|
|
3119
3291
|
], 2)
|
|
3120
|
-
], 8,
|
|
3292
|
+
], 8, Cn)) : (s(), n("p", Sn, [
|
|
3121
3293
|
e("span", null, g(B.name), 1)
|
|
3122
3294
|
]))
|
|
3123
|
-
], 40,
|
|
3295
|
+
], 40, $n))), 128))
|
|
3124
3296
|
])
|
|
3125
3297
|
]),
|
|
3126
|
-
e("tbody",
|
|
3298
|
+
e("tbody", Bn, [
|
|
3127
3299
|
(s(!0), n(k, null, $(w.items, (B, P) => {
|
|
3128
3300
|
var x, I;
|
|
3129
3301
|
return s(), n("tr", {
|
|
@@ -3136,14 +3308,14 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ M({
|
|
|
3136
3308
|
e("td", {
|
|
3137
3309
|
class: y([((x = w.actions) == null ? void 0 : x.length) > 0 ? "w-2" : "w-0", "relative"])
|
|
3138
3310
|
}, [
|
|
3139
|
-
c(l).includes(B.id) ? (s(), n("div",
|
|
3311
|
+
c(l).includes(B.id) ? (s(), n("div", Mn)) : b("", !0),
|
|
3140
3312
|
((I = w.actions) == null ? void 0 : I.length) > 0 ? C((s(), n("input", {
|
|
3141
3313
|
key: 1,
|
|
3142
3314
|
"onUpdate:modelValue": T[0] || (T[0] = (Y) => Ye(l) ? l.value = Y : l = Y),
|
|
3143
3315
|
value: B.id,
|
|
3144
3316
|
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",
|
|
3145
3317
|
type: "checkbox"
|
|
3146
|
-
}, null, 8,
|
|
3318
|
+
}, null, 8, Dn)), [
|
|
3147
3319
|
[Oe, c(l)]
|
|
3148
3320
|
]) : b("", !0)
|
|
3149
3321
|
], 2),
|
|
@@ -3167,11 +3339,11 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ M({
|
|
|
3167
3339
|
key: 1,
|
|
3168
3340
|
class: "text-indigo-600 hover:text-indigo-400 cursor-pointer",
|
|
3169
3341
|
onClick: (A) => h(Y)
|
|
3170
|
-
}, g(Y.content), 9,
|
|
3342
|
+
}, g(Y.content), 9, jn)) : typeof Y == "object" && Y.type === "href" ? (s(), n("a", {
|
|
3171
3343
|
key: 2,
|
|
3172
3344
|
class: "text-indigo-600 hover:text-indigo-400 cursor-pointer",
|
|
3173
3345
|
href: Y.href
|
|
3174
|
-
}, g(Y.content), 9,
|
|
3346
|
+
}, g(Y.content), 9, Tn)) : (s(), n("span", zn, g(Y), 1))
|
|
3175
3347
|
], 2))), 128))
|
|
3176
3348
|
], 2);
|
|
3177
3349
|
}), 128))
|
|
@@ -3184,10 +3356,10 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ M({
|
|
|
3184
3356
|
]));
|
|
3185
3357
|
};
|
|
3186
3358
|
}
|
|
3187
|
-
}),
|
|
3359
|
+
}), Nn = { class: "lg:hidden" }, An = ["value"], On = { class: "hidden lg:block" }, Yn = { class: "border-b border-gray-200" }, In = {
|
|
3188
3360
|
class: "-mb-px flex space-x-8",
|
|
3189
3361
|
"aria-label": "Tabs"
|
|
3190
|
-
},
|
|
3362
|
+
}, Pn = ["onClick", "aria-current"], Fn = /* @__PURE__ */ M({
|
|
3191
3363
|
__name: "uiTabs",
|
|
3192
3364
|
props: {
|
|
3193
3365
|
tabs: {}
|
|
@@ -3199,7 +3371,7 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ M({
|
|
|
3199
3371
|
o.value && l("tabClicked", o.value);
|
|
3200
3372
|
};
|
|
3201
3373
|
return (r, o) => (s(), n("div", null, [
|
|
3202
|
-
e("div",
|
|
3374
|
+
e("div", Nn, [
|
|
3203
3375
|
e("select", {
|
|
3204
3376
|
onChange: o[0] || (o[0] = (t) => a(t)),
|
|
3205
3377
|
id: "tabs",
|
|
@@ -3209,12 +3381,12 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ M({
|
|
|
3209
3381
|
(s(!0), n(k, null, $(r.tabs, (t) => (s(), n("option", {
|
|
3210
3382
|
value: t.id,
|
|
3211
3383
|
key: t.name
|
|
3212
|
-
}, g(t.name), 9,
|
|
3384
|
+
}, g(t.name), 9, An))), 128))
|
|
3213
3385
|
], 32)
|
|
3214
3386
|
]),
|
|
3215
|
-
e("div",
|
|
3216
|
-
e("div",
|
|
3217
|
-
e("nav",
|
|
3387
|
+
e("div", On, [
|
|
3388
|
+
e("div", Yn, [
|
|
3389
|
+
e("nav", In, [
|
|
3218
3390
|
(s(!0), n(k, null, $(r.tabs, (t) => (s(), n("a", {
|
|
3219
3391
|
key: t.name,
|
|
3220
3392
|
onClick: (u) => l("tabClicked", t.id),
|
|
@@ -3232,36 +3404,36 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ M({
|
|
|
3232
3404
|
"hidden ml-3 py-0.5 px-2.5 rounded-full text-xs font-medium md:inline-block"
|
|
3233
3405
|
])
|
|
3234
3406
|
}, g(t.count), 3)) : b("", !0)
|
|
3235
|
-
], 10,
|
|
3407
|
+
], 10, Pn))), 128))
|
|
3236
3408
|
])
|
|
3237
3409
|
])
|
|
3238
3410
|
])
|
|
3239
3411
|
]));
|
|
3240
3412
|
}
|
|
3241
|
-
}),
|
|
3413
|
+
}), Vn = { class: "px-4 py-5 sm:px-6" }, Rn = { class: "text-xl font-bold" }, qn = {
|
|
3242
3414
|
key: 0,
|
|
3243
3415
|
class: "px-4 py-5 sm:p-6"
|
|
3244
|
-
},
|
|
3416
|
+
}, Hn = { class: "flow-root" }, Un = { class: "relative pb-8" }, En = {
|
|
3245
3417
|
key: 0,
|
|
3246
3418
|
class: "absolute left-4 top-4 -ml-px h-full w-0.5 bg-gray-200",
|
|
3247
3419
|
"aria-hidden": "true"
|
|
3248
|
-
},
|
|
3420
|
+
}, Zn = { class: "relative flex space-x-3" }, Jn = { class: "min-w-0 flex-1 pt-1.5 flex justify-between space-x-4 items-center" }, Wn = { class: "text-sm text-gray-500" }, Gn = ["onClick"], Qn = { class: "text-right text-sm whitespace-nowrap text-gray-500" }, Kn = ["datetime"], Xn = {
|
|
3249
3421
|
key: 1,
|
|
3250
3422
|
class: "bg-gray-50 px-4 py-4 sm:px-6 z-10"
|
|
3251
|
-
},
|
|
3423
|
+
}, ea = { class: "text-sm" }, ta = {
|
|
3252
3424
|
key: 2,
|
|
3253
3425
|
class: "h-full w-full flex items-center justify-center flex-col mb-5"
|
|
3254
|
-
},
|
|
3426
|
+
}, sa = {
|
|
3255
3427
|
key: 1,
|
|
3256
3428
|
class: "bg-white overflow-hidden shadow rounded-lg"
|
|
3257
|
-
},
|
|
3429
|
+
}, oa = { class: "px-4 py-5 sm:p-6 animate-pulse" }, la = { class: "flow-root" }, ra = {
|
|
3258
3430
|
class: "-mb-8",
|
|
3259
3431
|
role: "list"
|
|
3260
|
-
},
|
|
3432
|
+
}, na = { class: "relative pb-8" }, aa = {
|
|
3261
3433
|
key: 0,
|
|
3262
3434
|
class: "absolute left-4 top-4 -ml-px h-full w-0.5 bg-gray-200",
|
|
3263
3435
|
"aria-hidden": "true"
|
|
3264
|
-
},
|
|
3436
|
+
}, ia = /* @__PURE__ */ M({
|
|
3265
3437
|
__name: "uiTimeline",
|
|
3266
3438
|
props: {
|
|
3267
3439
|
name: {},
|
|
@@ -3273,18 +3445,18 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ M({
|
|
|
3273
3445
|
emits: ["timelineEventClicked", "timelineFooterClicked"],
|
|
3274
3446
|
setup(p, { emit: i }) {
|
|
3275
3447
|
const a = ce(p.timeline);
|
|
3276
|
-
return (r, o) => r.loading ? (s(), n("div",
|
|
3448
|
+
return (r, o) => r.loading ? (s(), n("div", sa, [
|
|
3277
3449
|
o[3] || (o[3] = e("div", { class: "px-4 py-5 sm:px-6 animate-pulse" }, [
|
|
3278
3450
|
e("h1", { class: "text-xl font-bold" }, [
|
|
3279
3451
|
e("div", { class: "h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-1/4" })
|
|
3280
3452
|
])
|
|
3281
3453
|
], -1)),
|
|
3282
|
-
e("div",
|
|
3283
|
-
e("div",
|
|
3284
|
-
e("ul",
|
|
3454
|
+
e("div", oa, [
|
|
3455
|
+
e("div", la, [
|
|
3456
|
+
e("ul", ra, [
|
|
3285
3457
|
(s(), n(k, null, $(10, (t, u) => e("li", { key: u }, [
|
|
3286
|
-
e("div",
|
|
3287
|
-
t !== 10 ? (s(), n("span",
|
|
3458
|
+
e("div", na, [
|
|
3459
|
+
t !== 10 ? (s(), n("span", aa)) : b("", !0),
|
|
3288
3460
|
o[2] || (o[2] = Q('<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))
|
|
3289
3461
|
])
|
|
3290
3462
|
])), 64))
|
|
@@ -3300,11 +3472,11 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ M({
|
|
|
3300
3472
|
key: 0,
|
|
3301
3473
|
class: y(["h-[" + r.height + "px]", "bg-white overflow-hidden shadow rounded-lg"])
|
|
3302
3474
|
}, [
|
|
3303
|
-
e("div",
|
|
3304
|
-
e("h1",
|
|
3475
|
+
e("div", Vn, [
|
|
3476
|
+
e("h1", Rn, g(r.name), 1)
|
|
3305
3477
|
]),
|
|
3306
|
-
a.items ? (s(), n("div",
|
|
3307
|
-
e("div",
|
|
3478
|
+
a.items ? (s(), n("div", qn, [
|
|
3479
|
+
e("div", Hn, [
|
|
3308
3480
|
m(st, {
|
|
3309
3481
|
name: "list",
|
|
3310
3482
|
tag: "ul",
|
|
@@ -3312,9 +3484,9 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ M({
|
|
|
3312
3484
|
}, {
|
|
3313
3485
|
default: v(() => [
|
|
3314
3486
|
(s(!0), n(k, null, $(a.items, (t, u) => (s(), n("li", { key: u }, [
|
|
3315
|
-
e("div",
|
|
3316
|
-
u < a.items.length - 1 ? (s(), n("span",
|
|
3317
|
-
e("div",
|
|
3487
|
+
e("div", Un, [
|
|
3488
|
+
u < a.items.length - 1 ? (s(), n("span", En)) : b("", !0),
|
|
3489
|
+
e("div", Zn, [
|
|
3318
3490
|
e("div", null, [
|
|
3319
3491
|
e("span", {
|
|
3320
3492
|
class: y([(t == null ? void 0 : t.iconBackground) || "bg-indigo-600", "h-8 w-8 rounded-full flex items-center justify-center ring-4 ring-white"])
|
|
@@ -3328,20 +3500,20 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ M({
|
|
|
3328
3500
|
}, null, 8, ["loading", "icon"])
|
|
3329
3501
|
], 2)
|
|
3330
3502
|
]),
|
|
3331
|
-
e("div",
|
|
3503
|
+
e("div", Jn, [
|
|
3332
3504
|
e("div", null, [
|
|
3333
|
-
e("p",
|
|
3505
|
+
e("p", Wn, [
|
|
3334
3506
|
e("a", {
|
|
3335
3507
|
onClick: (d) => r.$emit("timelineEventClicked", t.linkId),
|
|
3336
3508
|
class: "font-medium text-indigo-600 hover:text-indigo-800 cursor-pointer"
|
|
3337
|
-
}, g(t == null ? void 0 : t.target), 9,
|
|
3509
|
+
}, g(t == null ? void 0 : t.target), 9, Gn),
|
|
3338
3510
|
L(" " + g(t == null ? void 0 : t.content), 1)
|
|
3339
3511
|
])
|
|
3340
3512
|
]),
|
|
3341
|
-
e("div",
|
|
3513
|
+
e("div", Qn, [
|
|
3342
3514
|
e("time", {
|
|
3343
3515
|
datetime: t == null ? void 0 : t.datetime
|
|
3344
|
-
}, g(t == null ? void 0 : t.date), 9,
|
|
3516
|
+
}, g(t == null ? void 0 : t.date), 9, Kn)
|
|
3345
3517
|
])
|
|
3346
3518
|
])
|
|
3347
3519
|
])
|
|
@@ -3352,14 +3524,14 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ M({
|
|
|
3352
3524
|
})
|
|
3353
3525
|
])
|
|
3354
3526
|
])) : b("", !0),
|
|
3355
|
-
a.items ? (s(), n("div",
|
|
3356
|
-
e("div",
|
|
3527
|
+
a.items ? (s(), n("div", Xn, [
|
|
3528
|
+
e("div", ea, [
|
|
3357
3529
|
e("a", {
|
|
3358
3530
|
class: "cursor-pointer font-medium text-indigo-600 hover:text-indigo-500",
|
|
3359
3531
|
onClick: o[0] || (o[0] = (t) => r.$emit("timelineFooterClicked", r.timeline.id))
|
|
3360
3532
|
}, g(r.timeline.footerText), 1)
|
|
3361
3533
|
])
|
|
3362
|
-
])) : (s(), n("div",
|
|
3534
|
+
])) : (s(), n("div", ta, [
|
|
3363
3535
|
m(j, {
|
|
3364
3536
|
icon: c(U),
|
|
3365
3537
|
color: "gray",
|
|
@@ -3370,10 +3542,10 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ M({
|
|
|
3370
3542
|
]))
|
|
3371
3543
|
], 2));
|
|
3372
3544
|
}
|
|
3373
|
-
}),
|
|
3545
|
+
}), da = { class: "mx-auto px-6 lg:px-8" }, ua = { class: "flex justify-between h-20" }, ca = { class: "flex" }, ga = { class: "-ml-2 mr-2 flex items-center lg:hidden" }, ma = ["src"], pa = { class: "flex items-center" }, fa = { class: "lg:ml-4 lg:flex-shrink-0 lg:flex lg:items-center hidden" }, ha = { class: "redCircle flex items-center justify-center h-4 w-4 bg-red-500 rounded-full absolute -top-0 -left-1" }, ya = ["src"], va = ["onClick"], ba = { class: "pt-2 pb-3 space-y-1" }, wa = ["onClick"], xa = { class: "pt-4 pb-3 border-t border-gray-200" }, ka = { class: "flex items-center px-4 sm:px-6" }, _a = { class: "flex-shrink-0" }, $a = ["src"], Ca = {
|
|
3374
3546
|
key: 0,
|
|
3375
3547
|
class: "ml-3"
|
|
3376
|
-
},
|
|
3548
|
+
}, Sa = { class: "text-base font-medium text-gray-800" }, Ba = { class: "text-sm font-medium text-gray-500" }, Ma = { class: "mt-3 space-y-1" }, Da = ["onClick"], ja = /* @__PURE__ */ M({
|
|
3377
3549
|
__name: "uiTopbar",
|
|
3378
3550
|
props: {
|
|
3379
3551
|
logo: {},
|
|
@@ -3385,15 +3557,15 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ M({
|
|
|
3385
3557
|
},
|
|
3386
3558
|
emits: ["topBarClick"],
|
|
3387
3559
|
setup(p, { emit: i }) {
|
|
3388
|
-
return (l, a) => (s(), _(c(
|
|
3560
|
+
return (l, a) => (s(), _(c($e), {
|
|
3389
3561
|
as: "nav",
|
|
3390
3562
|
class: "bg-white shadow z-10"
|
|
3391
3563
|
}, {
|
|
3392
3564
|
default: v(({ open: r }) => [
|
|
3393
|
-
e("div",
|
|
3394
|
-
e("div",
|
|
3395
|
-
e("div",
|
|
3396
|
-
e("div",
|
|
3565
|
+
e("div", da, [
|
|
3566
|
+
e("div", ua, [
|
|
3567
|
+
e("div", ca, [
|
|
3568
|
+
e("div", ga, [
|
|
3397
3569
|
m(c(Z), { 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" }, {
|
|
3398
3570
|
default: v(() => [
|
|
3399
3571
|
a[1] || (a[1] = e("span", { class: "sr-only" }, "Open main menu", -1)),
|
|
@@ -3418,20 +3590,20 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ M({
|
|
|
3418
3590
|
class: "h-10",
|
|
3419
3591
|
src: l.logo,
|
|
3420
3592
|
alt: "Hotelinking suite product logo"
|
|
3421
|
-
}, null, 8,
|
|
3593
|
+
}, null, 8, ma)
|
|
3422
3594
|
])
|
|
3423
3595
|
]),
|
|
3424
|
-
e("div",
|
|
3425
|
-
e("div",
|
|
3426
|
-
m(c(
|
|
3596
|
+
e("div", pa, [
|
|
3597
|
+
e("div", fa, [
|
|
3598
|
+
m(c(ye), {
|
|
3427
3599
|
as: "div",
|
|
3428
3600
|
class: "ml-3 relative"
|
|
3429
3601
|
}, {
|
|
3430
3602
|
default: v(() => [
|
|
3431
3603
|
e("div", null, [
|
|
3432
|
-
C(m(c(
|
|
3604
|
+
C(m(c(ve), { class: "bg-white rounded-full flex text-sm focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500 relative" }, {
|
|
3433
3605
|
default: v(() => [
|
|
3434
|
-
C(e("div",
|
|
3606
|
+
C(e("div", ha, a[2] || (a[2] = [
|
|
3435
3607
|
e("span", { class: "animate-ping absolute inline-flex h-4 w-4 bg-red-500 rounded-full opacity-75" }, null, -1)
|
|
3436
3608
|
]), 512), [
|
|
3437
3609
|
[D, l.alerted]
|
|
@@ -3439,7 +3611,7 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ M({
|
|
|
3439
3611
|
e("img", {
|
|
3440
3612
|
class: "h-10 w-10 rounded-full",
|
|
3441
3613
|
src: l.accountLogo
|
|
3442
|
-
}, null, 8,
|
|
3614
|
+
}, null, 8, ya)
|
|
3443
3615
|
]),
|
|
3444
3616
|
_: 1
|
|
3445
3617
|
}, 512), [
|
|
@@ -3455,9 +3627,9 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ M({
|
|
|
3455
3627
|
"leave-to-class": "transform opacity-0 scale-95"
|
|
3456
3628
|
}, {
|
|
3457
3629
|
default: v(() => [
|
|
3458
|
-
m(c(
|
|
3630
|
+
m(c(be), { class: "origin-top-right absolute right-0 mt-2 w-48 rounded-md shadow-lg py-1 bg-white ring-1 ring-black ring-opacity-5 focus:outline-none" }, {
|
|
3459
3631
|
default: v(() => [
|
|
3460
|
-
(s(!0), n(k, null, $(l.profileMenu, (o) => (s(), _(c(
|
|
3632
|
+
(s(!0), n(k, null, $(l.profileMenu, (o) => (s(), _(c(we), {
|
|
3461
3633
|
key: o.name
|
|
3462
3634
|
}, {
|
|
3463
3635
|
default: v(({ active: t }) => [
|
|
@@ -3467,7 +3639,7 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ M({
|
|
|
3467
3639
|
t ? "bg-gray-100" : "",
|
|
3468
3640
|
"block px-4 py-2 text-sm text-gray-700"
|
|
3469
3641
|
]])
|
|
3470
|
-
}, g(o.name), 11,
|
|
3642
|
+
}, g(o.name), 11, va)
|
|
3471
3643
|
]),
|
|
3472
3644
|
_: 2
|
|
3473
3645
|
}, 1024))), 128))
|
|
@@ -3484,9 +3656,9 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ M({
|
|
|
3484
3656
|
])
|
|
3485
3657
|
])
|
|
3486
3658
|
]),
|
|
3487
|
-
m(c(
|
|
3659
|
+
m(c(Ce), { class: "lg:hidden" }, {
|
|
3488
3660
|
default: v(() => [
|
|
3489
|
-
e("div",
|
|
3661
|
+
e("div", ba, [
|
|
3490
3662
|
(s(!0), n(k, null, $(l.navigation, (o) => (s(), _(c(Z), {
|
|
3491
3663
|
as: "template",
|
|
3492
3664
|
key: o.name,
|
|
@@ -3498,25 +3670,25 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ M({
|
|
|
3498
3670
|
default: v(() => [
|
|
3499
3671
|
e("p", {
|
|
3500
3672
|
onClick: (t) => l.$emit("topBarClick", o.id)
|
|
3501
|
-
}, g(o.name), 9,
|
|
3673
|
+
}, g(o.name), 9, wa)
|
|
3502
3674
|
]),
|
|
3503
3675
|
_: 2
|
|
3504
3676
|
}, 1032, ["class"]))), 128))
|
|
3505
3677
|
]),
|
|
3506
|
-
e("div",
|
|
3507
|
-
e("div",
|
|
3508
|
-
e("div",
|
|
3678
|
+
e("div", xa, [
|
|
3679
|
+
e("div", ka, [
|
|
3680
|
+
e("div", _a, [
|
|
3509
3681
|
e("img", {
|
|
3510
3682
|
class: "h-10 w-10 rounded-full",
|
|
3511
3683
|
src: l.accountLogo
|
|
3512
|
-
}, null, 8,
|
|
3684
|
+
}, null, 8, $a)
|
|
3513
3685
|
]),
|
|
3514
|
-
l.brand ? (s(), n("div",
|
|
3515
|
-
e("div",
|
|
3516
|
-
e("div",
|
|
3686
|
+
l.brand ? (s(), n("div", Ca, [
|
|
3687
|
+
e("div", Sa, g(l.brand.title), 1),
|
|
3688
|
+
e("div", Ba, g(l.brand.subtitle), 1)
|
|
3517
3689
|
])) : b("", !0)
|
|
3518
3690
|
]),
|
|
3519
|
-
e("div",
|
|
3691
|
+
e("div", Ma, [
|
|
3520
3692
|
(s(!0), n(k, null, $(l.profileMenu, (o) => (s(), _(c(Z), {
|
|
3521
3693
|
as: "template",
|
|
3522
3694
|
key: o.name,
|
|
@@ -3525,7 +3697,7 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ M({
|
|
|
3525
3697
|
default: v(() => [
|
|
3526
3698
|
e("p", {
|
|
3527
3699
|
onClick: (t) => l.$emit("topBarClick", o.id)
|
|
3528
|
-
}, g(o.name), 9,
|
|
3700
|
+
}, g(o.name), 9, Da)
|
|
3529
3701
|
]),
|
|
3530
3702
|
_: 2
|
|
3531
3703
|
}, 1024))), 128))
|
|
@@ -3538,7 +3710,7 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ M({
|
|
|
3538
3710
|
_: 1
|
|
3539
3711
|
}));
|
|
3540
3712
|
}
|
|
3541
|
-
}),
|
|
3713
|
+
}), Ta = { class: "chart-selector flex flex-row items-center justify-center" }, za = /* @__PURE__ */ M({
|
|
3542
3714
|
__name: "RangeSelector",
|
|
3543
3715
|
props: { range: { type: String } },
|
|
3544
3716
|
emits: ["rangeSelected"],
|
|
@@ -3548,7 +3720,7 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ M({
|
|
|
3548
3720
|
const o = (t) => {
|
|
3549
3721
|
r = t, l("rangeSelected", t);
|
|
3550
3722
|
};
|
|
3551
|
-
return (t, u) => (s(), n("ul",
|
|
3723
|
+
return (t, u) => (s(), n("ul", Ta, [
|
|
3552
3724
|
e("li", {
|
|
3553
3725
|
class: y({ selected: c(r) === "24h" }),
|
|
3554
3726
|
onClick: u[0] || (u[0] = (d) => o("24h"))
|
|
@@ -3567,7 +3739,7 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ M({
|
|
|
3567
3739
|
}, "3M", 2)
|
|
3568
3740
|
]));
|
|
3569
3741
|
}
|
|
3570
|
-
}),
|
|
3742
|
+
}), La = { class: "chart-header flex flex-row justify-between" }, Na = { class: "text-sm font-medium text-gray-500 truncate" }, Aa = { class: "chart-content" }, Oa = { class: "h-full w-full flex items-center justify-center flex-col" }, Ya = { class: "card chart apex-chart px-4 py-5 bg-white shadow rounded-lg overflow-hidden sm:p-6 flex grow h-80" }, Ia = /* @__PURE__ */ M({
|
|
3571
3743
|
__name: "uiFunnelChartV2",
|
|
3572
3744
|
props: {
|
|
3573
3745
|
labels: {},
|
|
@@ -3632,15 +3804,15 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ M({
|
|
|
3632
3804
|
C(e("div", {
|
|
3633
3805
|
class: y(["h-[" + f.height + "px]", "card chart apex-chart px-4 py-5 bg-white shadow rounded-lg overflow-hidden sm:p-6 flex grow"])
|
|
3634
3806
|
}, [
|
|
3635
|
-
e("div",
|
|
3636
|
-
e("div",
|
|
3637
|
-
m(
|
|
3807
|
+
e("div", La, [
|
|
3808
|
+
e("div", Na, g(f.title), 1),
|
|
3809
|
+
m(za, {
|
|
3638
3810
|
range: f.range,
|
|
3639
3811
|
onRangeSelected: h[0] || (h[0] = (w) => f.$emit("selectedRange", { range: w, chartId: f.id }))
|
|
3640
3812
|
}, null, 8, ["range"])
|
|
3641
3813
|
]),
|
|
3642
|
-
C(e("div",
|
|
3643
|
-
m(c(
|
|
3814
|
+
C(e("div", Aa, [
|
|
3815
|
+
m(c(Se), {
|
|
3644
3816
|
type: f.type,
|
|
3645
3817
|
series: t.value,
|
|
3646
3818
|
width: "100%",
|
|
@@ -3653,7 +3825,7 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ M({
|
|
|
3653
3825
|
], 512), [
|
|
3654
3826
|
[D, !f.empty]
|
|
3655
3827
|
]),
|
|
3656
|
-
C(e("div",
|
|
3828
|
+
C(e("div", Oa, [
|
|
3657
3829
|
m(j, {
|
|
3658
3830
|
icon: c(U),
|
|
3659
3831
|
color: "gray",
|
|
@@ -3667,7 +3839,7 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ M({
|
|
|
3667
3839
|
], 2), [
|
|
3668
3840
|
[D, !f.loading]
|
|
3669
3841
|
]),
|
|
3670
|
-
C(e("div",
|
|
3842
|
+
C(e("div", Ya, h[2] || (h[2] = [
|
|
3671
3843
|
e("div", {
|
|
3672
3844
|
role: "status",
|
|
3673
3845
|
class: "w-full animate-pulse h-full flex flex-col"
|
|
@@ -3698,7 +3870,7 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ M({
|
|
|
3698
3870
|
])
|
|
3699
3871
|
], 64));
|
|
3700
3872
|
}
|
|
3701
|
-
}),
|
|
3873
|
+
}), Pa = { class: "w-full flex flex-col justify-center p-10 grow" }, Fa = { class: "text-2xl mt-4 font-bold" }, Va = { class: "mt-4" }, Ra = { class: "buttons flex mt-8 gap-x-1" }, qa = /* @__PURE__ */ M({
|
|
3702
3874
|
__name: "uiNoResults",
|
|
3703
3875
|
props: {
|
|
3704
3876
|
title: {},
|
|
@@ -3709,7 +3881,7 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ M({
|
|
|
3709
3881
|
},
|
|
3710
3882
|
emits: ["action", "noResultsOptionSelected"],
|
|
3711
3883
|
setup(p) {
|
|
3712
|
-
return (i, l) => (s(), n("div",
|
|
3884
|
+
return (i, l) => (s(), n("div", Pa, [
|
|
3713
3885
|
m(j, {
|
|
3714
3886
|
class: "mx-auto",
|
|
3715
3887
|
loading: !1,
|
|
@@ -3718,9 +3890,9 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ M({
|
|
|
3718
3890
|
color: "gray"
|
|
3719
3891
|
}, null, 8, ["icon"]),
|
|
3720
3892
|
e("div", null, [
|
|
3721
|
-
e("h2",
|
|
3722
|
-
e("p",
|
|
3723
|
-
e("div",
|
|
3893
|
+
e("h2", Fa, g(i.title), 1),
|
|
3894
|
+
e("p", Va, g(i.message), 1),
|
|
3895
|
+
e("div", Ra, [
|
|
3724
3896
|
(s(!0), n(k, null, $(i.actions, (a, r) => (s(), _(J, {
|
|
3725
3897
|
key: r,
|
|
3726
3898
|
loading: !1,
|
|
@@ -3741,7 +3913,7 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ M({
|
|
|
3741
3913
|
])
|
|
3742
3914
|
]));
|
|
3743
3915
|
}
|
|
3744
|
-
}),
|
|
3916
|
+
}), Ha = { class: "fixed inset-0 overflow-hidden" }, Ua = { class: "absolute inset-0 overflow-hidden" }, Ea = { class: "pointer-events-none fixed inset-y-0 right-0 flex max-w-full pl-10" }, Za = { class: "flex h-full flex-col overflow-y-scroll bg-white shadow-xl" }, Ja = { class: "bg-indigo-700 px-4 py-6 sm:px-6" }, Wa = { class: "flex items-center justify-between" }, Ga = { class: "ml-3 flex h-7 items-center" }, Qa = { class: "mt-1" }, Ka = { class: "text-sm text-indigo-300" }, Xa = { class: "relative flex-1 px-4 py-6 sm:px-6" }, ei = /* @__PURE__ */ M({
|
|
3745
3917
|
__name: "uiRightSidebar",
|
|
3746
3918
|
props: {
|
|
3747
3919
|
title: {},
|
|
@@ -3750,21 +3922,21 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ M({
|
|
|
3750
3922
|
},
|
|
3751
3923
|
emits: ["closeRightBar"],
|
|
3752
3924
|
setup(p, { emit: i }) {
|
|
3753
|
-
return (l, a) => (s(), _(c(
|
|
3925
|
+
return (l, a) => (s(), _(c(xe), {
|
|
3754
3926
|
as: "template",
|
|
3755
3927
|
show: l.open
|
|
3756
3928
|
}, {
|
|
3757
3929
|
default: v(() => [
|
|
3758
|
-
m(c(
|
|
3930
|
+
m(c(ke), {
|
|
3759
3931
|
as: "div",
|
|
3760
3932
|
class: "relative z-10",
|
|
3761
3933
|
onClose: a[1] || (a[1] = (r) => l.$emit("closeRightBar"))
|
|
3762
3934
|
}, {
|
|
3763
3935
|
default: v(() => [
|
|
3764
3936
|
a[4] || (a[4] = e("div", { class: "fixed inset-0" }, null, -1)),
|
|
3765
|
-
e("div",
|
|
3766
|
-
e("div",
|
|
3767
|
-
e("div",
|
|
3937
|
+
e("div", Ha, [
|
|
3938
|
+
e("div", Ua, [
|
|
3939
|
+
e("div", Ea, [
|
|
3768
3940
|
m(c(G), {
|
|
3769
3941
|
as: "template",
|
|
3770
3942
|
enter: "transform transition ease-in-out duration-500 sm:duration-700",
|
|
@@ -3775,18 +3947,18 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ M({
|
|
|
3775
3947
|
"leave-to": "translate-x-full"
|
|
3776
3948
|
}, {
|
|
3777
3949
|
default: v(() => [
|
|
3778
|
-
m(c(
|
|
3950
|
+
m(c(_e), { class: "pointer-events-auto w-screen max-w-md" }, {
|
|
3779
3951
|
default: v(() => [
|
|
3780
|
-
e("div",
|
|
3781
|
-
e("div",
|
|
3782
|
-
e("div",
|
|
3952
|
+
e("div", Za, [
|
|
3953
|
+
e("div", Ja, [
|
|
3954
|
+
e("div", Wa, [
|
|
3783
3955
|
m(c(qe), { class: "text-base font-semibold leading-6 text-white" }, {
|
|
3784
3956
|
default: v(() => [
|
|
3785
3957
|
L(g(l.title), 1)
|
|
3786
3958
|
]),
|
|
3787
3959
|
_: 1
|
|
3788
3960
|
}),
|
|
3789
|
-
e("div",
|
|
3961
|
+
e("div", Ga, [
|
|
3790
3962
|
e("button", {
|
|
3791
3963
|
type: "button",
|
|
3792
3964
|
class: "relative rounded-md bg-indigo-700 text-indigo-200 hover:text-white outline-none",
|
|
@@ -3801,11 +3973,11 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ M({
|
|
|
3801
3973
|
])
|
|
3802
3974
|
])
|
|
3803
3975
|
]),
|
|
3804
|
-
e("div",
|
|
3805
|
-
e("p",
|
|
3976
|
+
e("div", Qa, [
|
|
3977
|
+
e("p", Ka, g(l.description), 1)
|
|
3806
3978
|
])
|
|
3807
3979
|
]),
|
|
3808
|
-
e("div",
|
|
3980
|
+
e("div", Xa, [
|
|
3809
3981
|
R(l.$slots, "default")
|
|
3810
3982
|
])
|
|
3811
3983
|
])
|
|
@@ -3825,15 +3997,15 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ M({
|
|
|
3825
3997
|
_: 3
|
|
3826
3998
|
}, 8, ["show"]));
|
|
3827
3999
|
}
|
|
3828
|
-
}),
|
|
4000
|
+
}), ti = { class: "uiGallery" }, si = {
|
|
3829
4001
|
key: 1,
|
|
3830
4002
|
role: "list",
|
|
3831
4003
|
class: "grid grid-cols-2 gap-x-4 gap-y-8 sm:grid-cols-3 sm:gap-x-4 lg:grid-cols-6"
|
|
3832
|
-
},
|
|
4004
|
+
}, oi = { 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" }, li = ["src"], ri = ["onClick"], ni = { class: "pointer-events-none mt-2 block truncate text-sm font-medium text-gray-900" }, ai = { class: "flex items-center justify-between" }, ii = { class: "pointer-events-none block text-sm font-medium text-gray-500" }, di = {
|
|
3833
4005
|
key: 2,
|
|
3834
4006
|
role: "list",
|
|
3835
4007
|
class: "grid grid-cols-2 gap-x-4 gap-y-8 sm:grid-cols-3 sm:gap-x-4 lg:grid-cols-6"
|
|
3836
|
-
},
|
|
4008
|
+
}, ui = /* @__PURE__ */ M({
|
|
3837
4009
|
__name: "uiGallery",
|
|
3838
4010
|
props: {
|
|
3839
4011
|
galleryId: {},
|
|
@@ -3846,7 +4018,7 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ M({
|
|
|
3846
4018
|
const l = i, a = O(!1), r = (o) => {
|
|
3847
4019
|
a.value = !1, l("modalAction", o);
|
|
3848
4020
|
};
|
|
3849
|
-
return (o, t) => (s(), n("div",
|
|
4021
|
+
return (o, t) => (s(), n("div", ti, [
|
|
3850
4022
|
o.loading ? b("", !0) : (s(), _(Ke, {
|
|
3851
4023
|
key: 0,
|
|
3852
4024
|
open: a.value,
|
|
@@ -3861,32 +4033,32 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ M({
|
|
|
3861
4033
|
]),
|
|
3862
4034
|
_: 1
|
|
3863
4035
|
}, 8, ["open", "title", "actions"])),
|
|
3864
|
-
o.loading ? (s(), n("ul",
|
|
4036
|
+
o.loading ? (s(), n("ul", di, [
|
|
3865
4037
|
(s(), n(k, null, $(4, (u) => e("li", null, t[2] || (t[2] = [
|
|
3866
4038
|
e("div", { class: "group aspect-h-7 aspect-w-10 block w-full overflow-hidden rounded-lg bg-gray-200 animate-pulse dark:bg-gray-200 focus-within:ring-2 focus-within:ring-indigo-500 focus-within:ring-offset-2 focus-within:ring-offset-gray-100" }, null, -1),
|
|
3867
4039
|
e("p", { class: "animate-pulse h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-28 mt-4" }, null, -1),
|
|
3868
4040
|
e("p", { class: "animate-pulse h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-14 mt-2" }, null, -1)
|
|
3869
4041
|
]))), 64))
|
|
3870
|
-
])) : (s(), n("ul",
|
|
4042
|
+
])) : (s(), n("ul", si, [
|
|
3871
4043
|
(s(!0), n(k, null, $(o.gallery, (u) => (s(), n("li", {
|
|
3872
4044
|
key: u.source,
|
|
3873
4045
|
class: "relative"
|
|
3874
4046
|
}, [
|
|
3875
|
-
e("div",
|
|
4047
|
+
e("div", oi, [
|
|
3876
4048
|
e("img", {
|
|
3877
4049
|
src: u.source,
|
|
3878
4050
|
alt: "",
|
|
3879
4051
|
class: "pointer-events-none object-cover group-hover:opacity-75"
|
|
3880
|
-
}, null, 8,
|
|
4052
|
+
}, null, 8, li),
|
|
3881
4053
|
e("button", {
|
|
3882
4054
|
type: "button",
|
|
3883
4055
|
class: "absolute inset-0 focus:outline-none",
|
|
3884
4056
|
onClick: (d) => o.$emit("imgClicked", u)
|
|
3885
|
-
}, null, 8,
|
|
4057
|
+
}, null, 8, ri)
|
|
3886
4058
|
]),
|
|
3887
|
-
e("p",
|
|
3888
|
-
e("div",
|
|
3889
|
-
e("p",
|
|
4059
|
+
e("p", ni, g(u.title), 1),
|
|
4060
|
+
e("div", ai, [
|
|
4061
|
+
e("p", ii, g(u.size), 1),
|
|
3890
4062
|
m(j, {
|
|
3891
4063
|
class: "cursor-pointer",
|
|
3892
4064
|
icon: c(Lt),
|
|
@@ -3912,10 +4084,10 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ M({
|
|
|
3912
4084
|
})) : b("", !0)
|
|
3913
4085
|
]));
|
|
3914
4086
|
}
|
|
3915
|
-
}),
|
|
4087
|
+
}), ci = { 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" }, gi = { class: "flex flex-row items-center w-full" }, mi = { class: "content text-sm grow" }, pi = { class: "font-bold" }, fi = { key: 0 }, hi = { class: "font-bold text-gray-400" }, yi = {
|
|
3916
4088
|
key: 1,
|
|
3917
4089
|
class: "animate-pulse"
|
|
3918
|
-
},
|
|
4090
|
+
}, vi = /* @__PURE__ */ M({
|
|
3919
4091
|
__name: "uiDragAndDrop",
|
|
3920
4092
|
props: {
|
|
3921
4093
|
elements: {},
|
|
@@ -3931,7 +4103,7 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ M({
|
|
|
3931
4103
|
const o = (t) => {
|
|
3932
4104
|
l("dragAndDropUpdated", t);
|
|
3933
4105
|
};
|
|
3934
|
-
return (t, u) => t.loading ? (s(), n("div",
|
|
4106
|
+
return (t, u) => t.loading ? (s(), n("div", yi, u[2] || (u[2] = [
|
|
3935
4107
|
Q('<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)
|
|
3936
4108
|
]))) : (s(), _(c(ut), {
|
|
3937
4109
|
key: 0,
|
|
@@ -3942,8 +4114,8 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ M({
|
|
|
3942
4114
|
]
|
|
3943
4115
|
}, {
|
|
3944
4116
|
item: v(({ item: d }) => [
|
|
3945
|
-
e("div",
|
|
3946
|
-
e("div",
|
|
4117
|
+
e("div", ci, [
|
|
4118
|
+
e("div", gi, [
|
|
3947
4119
|
m(j, {
|
|
3948
4120
|
icon: c(_t),
|
|
3949
4121
|
loading: !1,
|
|
@@ -3951,18 +4123,18 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ M({
|
|
|
3951
4123
|
class: "mr-4",
|
|
3952
4124
|
size: "big"
|
|
3953
4125
|
}, null, 8, ["icon"]),
|
|
3954
|
-
e("div",
|
|
3955
|
-
e("p",
|
|
3956
|
-
d.description ? (s(), n("p",
|
|
4126
|
+
e("div", mi, [
|
|
4127
|
+
e("p", pi, g(d.name), 1),
|
|
4128
|
+
d.description ? (s(), n("p", fi, g(d.description), 1)) : b("", !0)
|
|
3957
4129
|
]),
|
|
3958
|
-
e("div",
|
|
4130
|
+
e("div", hi, g(c(r).indexOf(d) + 1), 1)
|
|
3959
4131
|
])
|
|
3960
4132
|
])
|
|
3961
4133
|
]),
|
|
3962
4134
|
_: 1
|
|
3963
4135
|
}, 8, ["modelValue"]));
|
|
3964
4136
|
}
|
|
3965
|
-
}),
|
|
4137
|
+
}), bi = { class: "chart-header flex flex-row justify-between" }, wi = { class: "text-sm font-medium text-gray-500 truncate" }, xi = { class: "hidden sm:flex items-center" }, ki = { class: "w-1/2 min-w-0 flex-1" }, _i = ["max"], $i = { class: "min-w-0 flex-1" }, Ci = ["max"], Si = { class: "chart-content" }, Bi = { class: "h-full w-full flex items-center justify-center flex-col" }, Mi = { class: "card chart apex-chart px-4 py-5 bg-white shadow rounded-lg overflow-hidden sm:p-6 flex grow h-80" }, Di = /* @__PURE__ */ M({
|
|
3966
4138
|
__name: "uiCircleChart",
|
|
3967
4139
|
props: {
|
|
3968
4140
|
labels: {},
|
|
@@ -4030,10 +4202,10 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ M({
|
|
|
4030
4202
|
C(e("div", {
|
|
4031
4203
|
class: y(["h-[" + N.height + "px]", "card chart apex-chart px-4 py-5 bg-white shadow rounded-lg overflow-hidden sm:p-6 flex grow"])
|
|
4032
4204
|
}, [
|
|
4033
|
-
e("div",
|
|
4034
|
-
e("div",
|
|
4035
|
-
e("div",
|
|
4036
|
-
e("div",
|
|
4205
|
+
e("div", bi, [
|
|
4206
|
+
e("div", wi, g(N.title), 1),
|
|
4207
|
+
e("div", xi, [
|
|
4208
|
+
e("div", ki, [
|
|
4037
4209
|
C(e("input", {
|
|
4038
4210
|
type: "datetime-local",
|
|
4039
4211
|
"onUpdate:modelValue": S[0] || (S[0] = (B) => c(o).from = B),
|
|
@@ -4042,11 +4214,11 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ M({
|
|
|
4042
4214
|
name: "from",
|
|
4043
4215
|
id: "from",
|
|
4044
4216
|
class: "text-xs relative block w-full rounded rounded-r-none border-0 bg-transparent py-1.5 text-gray-900 ring-1 ring-inset ring-gray-300 placeholder:text-gray-400 focus:z-10 focus:ring-2 focus:ring-inset focus:ring-indigo-600"
|
|
4045
|
-
}, null, 40,
|
|
4217
|
+
}, null, 40, _i), [
|
|
4046
4218
|
[X, c(o).from]
|
|
4047
4219
|
])
|
|
4048
4220
|
]),
|
|
4049
|
-
e("div",
|
|
4221
|
+
e("div", $i, [
|
|
4050
4222
|
C(e("input", {
|
|
4051
4223
|
type: "datetime-local",
|
|
4052
4224
|
"onUpdate:modelValue": S[1] || (S[1] = (B) => c(o).to = B),
|
|
@@ -4055,7 +4227,7 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ M({
|
|
|
4055
4227
|
name: "to",
|
|
4056
4228
|
id: "to",
|
|
4057
4229
|
class: "text-xs relative block w-full -mr-2 rounded rounded-l-none border-0 bg-transparent py-1.5 text-gray-900 ring-1 ring-inset ring-gray-300 placeholder:text-gray-400 focus:z-10 focus:ring-2 focus:ring-inset focus:ring-indigo-600"
|
|
4058
|
-
}, null, 40,
|
|
4230
|
+
}, null, 40, Ci), [
|
|
4059
4231
|
[X, c(o).to]
|
|
4060
4232
|
])
|
|
4061
4233
|
]),
|
|
@@ -4068,8 +4240,8 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ M({
|
|
|
4068
4240
|
}, null, 8, ["loading", "icon"])
|
|
4069
4241
|
])
|
|
4070
4242
|
]),
|
|
4071
|
-
C(e("div",
|
|
4072
|
-
m(c(
|
|
4243
|
+
C(e("div", Si, [
|
|
4244
|
+
m(c(Se), {
|
|
4073
4245
|
class: "flex items-center justify-center mt-4",
|
|
4074
4246
|
type: "donut",
|
|
4075
4247
|
series: d.value,
|
|
@@ -4082,7 +4254,7 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ M({
|
|
|
4082
4254
|
], 512), [
|
|
4083
4255
|
[D, !N.empty]
|
|
4084
4256
|
]),
|
|
4085
|
-
C(e("div",
|
|
4257
|
+
C(e("div", Bi, [
|
|
4086
4258
|
m(j, {
|
|
4087
4259
|
icon: c(U),
|
|
4088
4260
|
color: "gray",
|
|
@@ -4096,7 +4268,7 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ M({
|
|
|
4096
4268
|
], 2), [
|
|
4097
4269
|
[D, !N.loading]
|
|
4098
4270
|
]),
|
|
4099
|
-
C(e("div",
|
|
4271
|
+
C(e("div", Mi, S[4] || (S[4] = [
|
|
4100
4272
|
e("div", {
|
|
4101
4273
|
role: "status",
|
|
4102
4274
|
class: "w-full animate-pulse h-full flex flex-col"
|
|
@@ -4127,13 +4299,13 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ M({
|
|
|
4127
4299
|
])
|
|
4128
4300
|
], 64));
|
|
4129
4301
|
}
|
|
4130
|
-
}),
|
|
4302
|
+
}), ji = {
|
|
4131
4303
|
key: 0,
|
|
4132
4304
|
class: "flex flex-col lg:flex-row w-full gap-y-4 gap-x-2"
|
|
4133
|
-
},
|
|
4305
|
+
}, Ti = {
|
|
4134
4306
|
key: 1,
|
|
4135
4307
|
class: "flex flex-col lg:flex-row w-full gap-y-4 gap-x-2"
|
|
4136
|
-
},
|
|
4308
|
+
}, zi = /* @__PURE__ */ M({
|
|
4137
4309
|
__name: "uiDateRange",
|
|
4138
4310
|
props: {
|
|
4139
4311
|
id: {},
|
|
@@ -4157,7 +4329,7 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ M({
|
|
|
4157
4329
|
const t = () => {
|
|
4158
4330
|
o("uiDateRangeButtonClicked", r);
|
|
4159
4331
|
};
|
|
4160
|
-
return (u, d) => u.loading ? (s(), n("div",
|
|
4332
|
+
return (u, d) => u.loading ? (s(), n("div", Ti, [
|
|
4161
4333
|
m(E, {
|
|
4162
4334
|
name: "dateFrom",
|
|
4163
4335
|
loading: !0
|
|
@@ -4172,7 +4344,7 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ M({
|
|
|
4172
4344
|
])),
|
|
4173
4345
|
_: 1
|
|
4174
4346
|
})
|
|
4175
|
-
])) : (s(), n("div",
|
|
4347
|
+
])) : (s(), n("div", ji, [
|
|
4176
4348
|
m(E, {
|
|
4177
4349
|
type: "datetime-local",
|
|
4178
4350
|
loading: !1,
|
|
@@ -4214,16 +4386,16 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ M({
|
|
|
4214
4386
|
}, 8, ["disabled", "class"])
|
|
4215
4387
|
]));
|
|
4216
4388
|
}
|
|
4217
|
-
}),
|
|
4389
|
+
}), Li = { class: "flex justify-between items-center" }, Ni = {
|
|
4218
4390
|
key: 0,
|
|
4219
4391
|
class: "block text-sm font-medium text-gray-700"
|
|
4220
|
-
},
|
|
4392
|
+
}, Ai = {
|
|
4221
4393
|
key: 1,
|
|
4222
4394
|
class: "text-[10px] text-gray-500 uppercase justify-self-end"
|
|
4223
|
-
},
|
|
4395
|
+
}, Oi = {
|
|
4224
4396
|
key: 1,
|
|
4225
4397
|
class: "h-2 animate-pulse bg-gray-200 rounded-full dark:bg-gray-300 w-full"
|
|
4226
|
-
},
|
|
4398
|
+
}, Yi = /* @__PURE__ */ M({
|
|
4227
4399
|
__name: "uiRangeSlider",
|
|
4228
4400
|
props: {
|
|
4229
4401
|
loading: { type: Boolean, default: !0 },
|
|
@@ -4238,14 +4410,14 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ M({
|
|
|
4238
4410
|
setup(p, { emit: i }) {
|
|
4239
4411
|
const l = i, r = O(p.sliderValue);
|
|
4240
4412
|
return (o, t) => (s(), n("div", null, [
|
|
4241
|
-
e("div",
|
|
4242
|
-
o.label ? (s(), n("label",
|
|
4243
|
-
o.requiredText ? (s(), n("span",
|
|
4413
|
+
e("div", Li, [
|
|
4414
|
+
o.label ? (s(), n("label", Ni, g(o.label), 1)) : b("", !0),
|
|
4415
|
+
o.requiredText ? (s(), n("span", Ai, g(o.requiredText), 1)) : b("", !0)
|
|
4244
4416
|
]),
|
|
4245
4417
|
e("div", {
|
|
4246
4418
|
class: y([{ "mt-1": o.label }, "pt-16 px-6 pb-6 bg-gray-50 border border-gray-300 rounded-lg shadow-sm"])
|
|
4247
4419
|
}, [
|
|
4248
|
-
o.loading ? (s(), n("p",
|
|
4420
|
+
o.loading ? (s(), n("p", Oi)) : (s(), _(c(ct), {
|
|
4249
4421
|
key: 0,
|
|
4250
4422
|
modelValue: r.value,
|
|
4251
4423
|
"onUpdate:modelValue": t[0] || (t[0] = (u) => r.value = u),
|
|
@@ -4261,7 +4433,7 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ M({
|
|
|
4261
4433
|
], 2)
|
|
4262
4434
|
]));
|
|
4263
4435
|
}
|
|
4264
|
-
}),
|
|
4436
|
+
}), Ii = { class: "mt-1 mb-8 text-sm text-gray-500" }, Pi = /* @__PURE__ */ M({
|
|
4265
4437
|
__name: "uiSectionTitle",
|
|
4266
4438
|
props: {
|
|
4267
4439
|
title: {},
|
|
@@ -4272,16 +4444,16 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ M({
|
|
|
4272
4444
|
e("h3", {
|
|
4273
4445
|
class: y(["text-lg font-medium leading-6 text-gray-900", { "mb-8": i.description === void 0 }])
|
|
4274
4446
|
}, g(i.title), 3),
|
|
4275
|
-
e("p",
|
|
4447
|
+
e("p", Ii, g(i.description), 1)
|
|
4276
4448
|
], 64));
|
|
4277
4449
|
}
|
|
4278
|
-
}),
|
|
4450
|
+
}), Fi = {
|
|
4279
4451
|
key: 0,
|
|
4280
4452
|
class: "col-span-1 flex flex-col divide-y divide-gray-200 rounded-lg bg-white text-center shadow"
|
|
4281
|
-
},
|
|
4453
|
+
}, Vi = { class: "flex flex-1 flex-col p-8" }, Ri = { class: "text-2xl font-bold text-gray-900" }, qi = { class: "mt-1 flex flex-grow flex-col justify-between" }, Hi = { class: "mt-3 flex flex-wrap gap-x-1 gap-y-1 justify-center" }, Ui = {
|
|
4282
4454
|
key: 1,
|
|
4283
4455
|
class: "col-span-1 flex flex-col divide-y divide-gray-200 rounded-lg bg-white text-center shadow"
|
|
4284
|
-
},
|
|
4456
|
+
}, Ei = { class: "flex flex-1 flex-col p-8" }, Zi = { class: "rounded-md p-3 flex items-center justify-center mx-auto mb-4 bg-gray-200" }, Ji = { class: "mt-1 flex flex-grow flex-col justify-between" }, Wi = { class: "mt-3 flex flex-wrap gap-x-1 gap-y-1 justify-center" }, Gi = /* @__PURE__ */ M({
|
|
4285
4457
|
__name: "uiDeviceStatus",
|
|
4286
4458
|
props: {
|
|
4287
4459
|
id: {},
|
|
@@ -4294,9 +4466,9 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ M({
|
|
|
4294
4466
|
},
|
|
4295
4467
|
emits: ["deviceStatusTagClicked", "deviceStatusQtyClicked"],
|
|
4296
4468
|
setup(p, { emit: i }) {
|
|
4297
|
-
return (l, a) => l.loading ? (s(), n("div",
|
|
4298
|
-
e("div",
|
|
4299
|
-
e("div",
|
|
4469
|
+
return (l, a) => l.loading ? (s(), n("div", Ui, [
|
|
4470
|
+
e("div", Ei, [
|
|
4471
|
+
e("div", Zi, [
|
|
4300
4472
|
m(j, {
|
|
4301
4473
|
icon: l.icon,
|
|
4302
4474
|
size: "huge",
|
|
@@ -4306,8 +4478,8 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ M({
|
|
|
4306
4478
|
}, null, 8, ["icon", "loading"])
|
|
4307
4479
|
]),
|
|
4308
4480
|
a[3] || (a[3] = e("div", { class: "h-4 bg-gray-200 rounded-full dark:bg-gray-300 w-1/3 mx-auto" }, null, -1)),
|
|
4309
|
-
e("dl",
|
|
4310
|
-
e("dd",
|
|
4481
|
+
e("dl", Ji, [
|
|
4482
|
+
e("dd", Wi, [
|
|
4311
4483
|
(s(!0), n(k, null, $(l.tags, (r, o) => (s(), _(H, {
|
|
4312
4484
|
key: o,
|
|
4313
4485
|
loading: l.loading,
|
|
@@ -4323,8 +4495,8 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ M({
|
|
|
4323
4495
|
])
|
|
4324
4496
|
])
|
|
4325
4497
|
])
|
|
4326
|
-
])) : (s(), n("div",
|
|
4327
|
-
e("div",
|
|
4498
|
+
])) : (s(), n("div", Fi, [
|
|
4499
|
+
e("div", Vi, [
|
|
4328
4500
|
e("div", {
|
|
4329
4501
|
class: y(["rounded-md p-3 flex items-center justify-center mx-auto mb-4", {
|
|
4330
4502
|
"bg-green-500": !l.color || l.color === "green",
|
|
@@ -4343,7 +4515,7 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ M({
|
|
|
4343
4515
|
loading: !1
|
|
4344
4516
|
}, null, 8, ["icon"])
|
|
4345
4517
|
], 2),
|
|
4346
|
-
e("h3",
|
|
4518
|
+
e("h3", Ri, [
|
|
4347
4519
|
L(g(l.name) + " ", 1),
|
|
4348
4520
|
C(e("span", {
|
|
4349
4521
|
class: "text-indigo-600 hover:text-indigo-900 cursor-pointer",
|
|
@@ -4352,8 +4524,8 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ M({
|
|
|
4352
4524
|
[D, l.qty > 0]
|
|
4353
4525
|
])
|
|
4354
4526
|
]),
|
|
4355
|
-
e("dl",
|
|
4356
|
-
e("dd",
|
|
4527
|
+
e("dl", qi, [
|
|
4528
|
+
e("dd", Hi, [
|
|
4357
4529
|
(s(!0), n(k, null, $(l.tags, (r, o) => (s(), _(H, {
|
|
4358
4530
|
key: o,
|
|
4359
4531
|
loading: !1,
|
|
@@ -4371,178 +4543,6 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ M({
|
|
|
4371
4543
|
])
|
|
4372
4544
|
]));
|
|
4373
4545
|
}
|
|
4374
|
-
}), Oi = { class: "flex flex-row grow border-r border-gray-200 bg-white pr-6" }, Yi = { class: "bg-indigo-600 w-16 mr-6" }, Ii = ["onClick"], Pi = {
|
|
4375
|
-
key: 0,
|
|
4376
|
-
class: "flex flex-col grow gap-y-5 overflow-y-auto pr-6"
|
|
4377
|
-
}, Fi = { class: "flex h-16 shrink-0 items-center" }, Vi = ["src"], Ri = { class: "flex flex-1 flex-col" }, qi = {
|
|
4378
|
-
key: 0,
|
|
4379
|
-
role: "list",
|
|
4380
|
-
class: "flex flex-1 flex-col gap-y-7 mb-4"
|
|
4381
|
-
}, Hi = {
|
|
4382
|
-
role: "list",
|
|
4383
|
-
class: "ml-2 space-y-1"
|
|
4384
|
-
}, Ui = ["onClick"], Ei = {
|
|
4385
|
-
key: 1,
|
|
4386
|
-
role: "list",
|
|
4387
|
-
class: "flex flex-1 flex-col gap-y-7 mb-4"
|
|
4388
|
-
}, Zi = { class: "ml-2 space-y-1" }, Ji = { class: "font-bold mb-4" }, Wi = {
|
|
4389
|
-
key: 1,
|
|
4390
|
-
class: "flex flex-col grow gap-y-5 overflow-y-auto pr-6"
|
|
4391
|
-
}, Gi = { class: "h-12 flex flex-row items-center" }, Le = /* @__PURE__ */ M({
|
|
4392
|
-
__name: "uiSidebarV2",
|
|
4393
|
-
props: {
|
|
4394
|
-
navigation: {},
|
|
4395
|
-
filterNavigation: {},
|
|
4396
|
-
isFilterNavigation: { type: Boolean, default: !1 },
|
|
4397
|
-
loading: { type: Boolean, default: !0 },
|
|
4398
|
-
logo: {},
|
|
4399
|
-
productsSidebar: {}
|
|
4400
|
-
},
|
|
4401
|
-
emits: ["productBarClick", "sideBarClick"],
|
|
4402
|
-
setup(p, { emit: i }) {
|
|
4403
|
-
return (l, a) => (s(), n("div", Oi, [
|
|
4404
|
-
e("div", Yi, [
|
|
4405
|
-
e("ul", null, [
|
|
4406
|
-
(s(!0), n(k, null, $(l.productsSidebar, (r, o) => (s(), n("li", {
|
|
4407
|
-
key: o,
|
|
4408
|
-
class: y([{ "!bg-indigo-900": r.active }, "w-full h-16 flex items-center justify-center cursor-pointer bg-indigo-600 hover:bg-indigo-700"]),
|
|
4409
|
-
onClick: (t) => l.$emit("productBarClick", r.name)
|
|
4410
|
-
}, [
|
|
4411
|
-
m(j, {
|
|
4412
|
-
icon: r.icon,
|
|
4413
|
-
loading: !1,
|
|
4414
|
-
color: "white",
|
|
4415
|
-
size: "bigger"
|
|
4416
|
-
}, null, 8, ["icon"])
|
|
4417
|
-
], 10, Ii))), 128))
|
|
4418
|
-
])
|
|
4419
|
-
]),
|
|
4420
|
-
l.loading ? (s(), n("div", Wi, [
|
|
4421
|
-
(s(), n(k, null, $(5, (r) => e("div", Gi, a[0] || (a[0] = [
|
|
4422
|
-
e("div", { class: "w-6 h-6 animate-pulse bg-gray-200 rounded-full dark:bg-gray-300 mr-4" }, null, -1),
|
|
4423
|
-
e("div", { class: "h-3 animate-pulse bg-gray-200 rounded-full w-1/2 dark:bg-gray-300" }, null, -1)
|
|
4424
|
-
]))), 64))
|
|
4425
|
-
])) : (s(), n("div", Pi, [
|
|
4426
|
-
e("div", Fi, [
|
|
4427
|
-
e("img", {
|
|
4428
|
-
class: "h-8 w-auto",
|
|
4429
|
-
src: l.logo,
|
|
4430
|
-
alt: "Your Company"
|
|
4431
|
-
}, null, 8, Vi)
|
|
4432
|
-
]),
|
|
4433
|
-
e("nav", Ri, [
|
|
4434
|
-
l.isFilterNavigation ? b("", !0) : (s(), n("ul", qi, [
|
|
4435
|
-
e("li", null, [
|
|
4436
|
-
e("ul", Hi, [
|
|
4437
|
-
(s(!0), n(k, null, $(l.navigation, (r) => (s(), n("li", {
|
|
4438
|
-
key: r.name
|
|
4439
|
-
}, [
|
|
4440
|
-
r.children ? (s(), _(c(_e), {
|
|
4441
|
-
key: 1,
|
|
4442
|
-
as: "div"
|
|
4443
|
-
}, {
|
|
4444
|
-
default: v(() => [
|
|
4445
|
-
m(c(Z), {
|
|
4446
|
-
onClick: (o) => l.$emit("sideBarClick", r.id),
|
|
4447
|
-
class: y([r.current ? "bg-gray-100" : "hover:bg-gray-100", "flex w-full items-center gap-x-3 rounded-md p-2 text-left text-sm font-semibold leading-6 text-gray-700"])
|
|
4448
|
-
}, {
|
|
4449
|
-
default: v(() => [
|
|
4450
|
-
m(j, {
|
|
4451
|
-
icon: r.icon,
|
|
4452
|
-
color: "primary",
|
|
4453
|
-
size: "big",
|
|
4454
|
-
loading: !1,
|
|
4455
|
-
"aria-hidden": "true",
|
|
4456
|
-
class: "shrink-0"
|
|
4457
|
-
}, null, 8, ["icon"]),
|
|
4458
|
-
L(" " + g(r.name) + " ", 1),
|
|
4459
|
-
m(c(ee), {
|
|
4460
|
-
class: y([r.children.some((o) => o.current) || r.current ? "rotate-90 text-primary-500" : "text-gray-400", "ml-auto h-5 w-5 shrink-0"]),
|
|
4461
|
-
"aria-hidden": "true"
|
|
4462
|
-
}, null, 8, ["class"])
|
|
4463
|
-
]),
|
|
4464
|
-
_: 2
|
|
4465
|
-
}, 1032, ["onClick", "class"]),
|
|
4466
|
-
C(e("div", null, [
|
|
4467
|
-
m(c($e), {
|
|
4468
|
-
as: "ul",
|
|
4469
|
-
class: "mt-1 px-2",
|
|
4470
|
-
static: ""
|
|
4471
|
-
}, {
|
|
4472
|
-
default: v(() => [
|
|
4473
|
-
(s(!0), n(k, null, $(r.children, (o) => (s(), n("li", {
|
|
4474
|
-
key: o.name
|
|
4475
|
-
}, [
|
|
4476
|
-
m(c(Z), {
|
|
4477
|
-
as: "a",
|
|
4478
|
-
onClick: (t) => l.$emit("sideBarClick", o.id),
|
|
4479
|
-
class: y([o.current ? "bg-gray-100" : "hover:bg-gray-100", "block rounded-md py-2 pl-9 pr-2 text-sm leading-6 text-gray-700 cursor-pointer"])
|
|
4480
|
-
}, {
|
|
4481
|
-
default: v(() => [
|
|
4482
|
-
L(g(o.name), 1)
|
|
4483
|
-
]),
|
|
4484
|
-
_: 2
|
|
4485
|
-
}, 1032, ["onClick", "class"])
|
|
4486
|
-
]))), 128))
|
|
4487
|
-
]),
|
|
4488
|
-
_: 2
|
|
4489
|
-
}, 1024)
|
|
4490
|
-
], 512), [
|
|
4491
|
-
[D, r.children.some((o) => o.current) || r.current]
|
|
4492
|
-
])
|
|
4493
|
-
]),
|
|
4494
|
-
_: 2
|
|
4495
|
-
}, 1024)) : (s(), n("div", {
|
|
4496
|
-
key: 0,
|
|
4497
|
-
onClick: (o) => l.$emit("sideBarClick", r.id),
|
|
4498
|
-
class: y([r.current ? "bg-gray-100" : "hover:bg-gray-100", "group flex gap-x-3 rounded-md p-2 text-sm font-semibold leading-6 text-gray-700 cursor-pointer"])
|
|
4499
|
-
}, [
|
|
4500
|
-
m(j, {
|
|
4501
|
-
icon: r.icon,
|
|
4502
|
-
color: "primary",
|
|
4503
|
-
size: "big",
|
|
4504
|
-
loading: !1,
|
|
4505
|
-
"aria-hidden": "true",
|
|
4506
|
-
class: "shrink-0"
|
|
4507
|
-
}, null, 8, ["icon"]),
|
|
4508
|
-
L(" " + g(r.name), 1)
|
|
4509
|
-
], 10, Ui))
|
|
4510
|
-
]))), 128))
|
|
4511
|
-
])
|
|
4512
|
-
])
|
|
4513
|
-
])),
|
|
4514
|
-
l.isFilterNavigation && l.filterNavigation ? (s(), n("ul", Ei, [
|
|
4515
|
-
e("li", Zi, [
|
|
4516
|
-
l.filterNavigation.hasSearch && l.filterNavigation.search ? (s(), _(E, {
|
|
4517
|
-
key: 0,
|
|
4518
|
-
name: l.filterNavigation.search.name,
|
|
4519
|
-
label: l.filterNavigation.search.label,
|
|
4520
|
-
placeholder: l.filterNavigation.search.placeholder,
|
|
4521
|
-
value: l.filterNavigation.search.value,
|
|
4522
|
-
loading: l.filterNavigation.search.loading
|
|
4523
|
-
}, null, 8, ["name", "label", "placeholder", "value", "loading"])) : b("", !0)
|
|
4524
|
-
]),
|
|
4525
|
-
(s(!0), n(k, null, $(l.filterNavigation.items, (r, o) => (s(), n("li", {
|
|
4526
|
-
class: "ml-2",
|
|
4527
|
-
key: o
|
|
4528
|
-
}, [
|
|
4529
|
-
e("p", Ji, g(r.label), 1),
|
|
4530
|
-
(s(!0), n(k, null, $(r.filters, (t, u) => (s(), _(He, {
|
|
4531
|
-
class: "mb-2",
|
|
4532
|
-
value: t.value,
|
|
4533
|
-
loading: t.loading
|
|
4534
|
-
}, {
|
|
4535
|
-
default: v(() => [
|
|
4536
|
-
L(g(t.text), 1)
|
|
4537
|
-
]),
|
|
4538
|
-
_: 2
|
|
4539
|
-
}, 1032, ["value", "loading"]))), 256))
|
|
4540
|
-
]))), 128))
|
|
4541
|
-
])) : b("", !0)
|
|
4542
|
-
])
|
|
4543
|
-
]))
|
|
4544
|
-
]));
|
|
4545
|
-
}
|
|
4546
4546
|
}), Qi = { class: "fixed inset-0 flex" }, Ki = { class: "absolute left-full top-0 flex w-16 justify-center pt-5" }, Xi = { class: "hidden lg:fixed lg:inset-y-0 lg:z-50 lg:flex lg:w-[25rem] lg:flex-col" }, ed = { class: "lg:pl-[25rem]" }, td = { 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" }, sd = { class: "flex flex-1 gap-x-4 self-stretch lg:gap-x-6" }, od = {
|
|
4547
4547
|
class: "relative flex flex-1",
|
|
4548
4548
|
action: "#",
|
|
@@ -4560,12 +4560,12 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ M({
|
|
|
4560
4560
|
setup(p, { emit: i }) {
|
|
4561
4561
|
const l = p, a = O(""), r = F(() => a.value === "" ? l.topbar.selectItems : l.topbar.selectItems.filter((d) => d.name.toLowerCase().includes(a.value.toLowerCase()))), o = (d) => (d == null ? void 0 : d.name) ?? "", t = F(() => l.topbar.selectedItem), u = O(!1);
|
|
4562
4562
|
return (d, f) => (s(), n("div", null, [
|
|
4563
|
-
m(c(
|
|
4563
|
+
m(c(xe), {
|
|
4564
4564
|
as: "template",
|
|
4565
4565
|
show: u.value
|
|
4566
4566
|
}, {
|
|
4567
4567
|
default: v(() => [
|
|
4568
|
-
m(c(
|
|
4568
|
+
m(c(ke), {
|
|
4569
4569
|
class: "relative z-50 lg:hidden",
|
|
4570
4570
|
onClose: f[3] || (f[3] = (h) => u.value = !1)
|
|
4571
4571
|
}, {
|
|
@@ -4595,7 +4595,7 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ M({
|
|
|
4595
4595
|
"leave-to": "-translate-x-full"
|
|
4596
4596
|
}, {
|
|
4597
4597
|
default: v(() => [
|
|
4598
|
-
m(c(
|
|
4598
|
+
m(c(_e), { class: "relative mr-16 flex w-full max-w-xs flex-1" }, {
|
|
4599
4599
|
default: v(() => [
|
|
4600
4600
|
m(c(G), {
|
|
4601
4601
|
as: "template",
|
|
@@ -4623,7 +4623,7 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ M({
|
|
|
4623
4623
|
]),
|
|
4624
4624
|
_: 1
|
|
4625
4625
|
}),
|
|
4626
|
-
m(
|
|
4626
|
+
m(he, {
|
|
4627
4627
|
productsSidebar: d.sidebar.productsSidebar,
|
|
4628
4628
|
isFilterNavigation: d.sidebar.isFilterNavigation,
|
|
4629
4629
|
navigation: d.sidebar.navigation,
|
|
@@ -4647,7 +4647,7 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ M({
|
|
|
4647
4647
|
_: 1
|
|
4648
4648
|
}, 8, ["show"]),
|
|
4649
4649
|
e("div", Xi, [
|
|
4650
|
-
m(
|
|
4650
|
+
m(he, {
|
|
4651
4651
|
productsSidebar: d.sidebar.productsSidebar,
|
|
4652
4652
|
isFilterNavigation: d.sidebar.isFilterNavigation,
|
|
4653
4653
|
navigation: d.sidebar.navigation,
|
|
@@ -4760,12 +4760,12 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ M({
|
|
|
4760
4760
|
class: "hidden lg:block lg:h-6 lg:w-px lg:bg-gray-200",
|
|
4761
4761
|
"aria-hidden": "true"
|
|
4762
4762
|
}, null, -1)),
|
|
4763
|
-
m(c(
|
|
4763
|
+
m(c(ye), {
|
|
4764
4764
|
as: "div",
|
|
4765
4765
|
class: "relative"
|
|
4766
4766
|
}, {
|
|
4767
4767
|
default: v(() => [
|
|
4768
|
-
m(c(
|
|
4768
|
+
m(c(ve), { class: "-m-1.5 flex items-center p-1.5" }, {
|
|
4769
4769
|
default: v(() => [
|
|
4770
4770
|
f[17] || (f[17] = e("span", { class: "sr-only" }, "Open user menu", -1)),
|
|
4771
4771
|
e("img", {
|
|
@@ -4791,9 +4791,9 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ M({
|
|
|
4791
4791
|
"leave-to-class": "transform opacity-0 scale-95"
|
|
4792
4792
|
}, {
|
|
4793
4793
|
default: v(() => [
|
|
4794
|
-
m(c(
|
|
4794
|
+
m(c(be), { class: "absolute right-0 z-10 mt-2.5 w-52 origin-top-right rounded-md bg-white py-2 shadow-lg ring-1 ring-gray-900/5 focus:outline-none" }, {
|
|
4795
4795
|
default: v(() => [
|
|
4796
|
-
(s(!0), n(k, null, $(d.topbar.profileMenu, (h) => (s(), _(c(
|
|
4796
|
+
(s(!0), n(k, null, $(d.topbar.profileMenu, (h) => (s(), _(c(we), {
|
|
4797
4797
|
key: h.name
|
|
4798
4798
|
}, {
|
|
4799
4799
|
default: v(({ active: w }) => [
|
|
@@ -4898,41 +4898,42 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ M({
|
|
|
4898
4898
|
uiCard: Es,
|
|
4899
4899
|
uiChart: Jl,
|
|
4900
4900
|
uiCheckbox: He,
|
|
4901
|
-
uiCircleChart:
|
|
4902
|
-
uiDateRange:
|
|
4903
|
-
uiDeviceStatus:
|
|
4904
|
-
uiDragAndDrop:
|
|
4901
|
+
uiCircleChart: Di,
|
|
4902
|
+
uiDateRange: zi,
|
|
4903
|
+
uiDeviceStatus: Gi,
|
|
4904
|
+
uiDragAndDrop: vi,
|
|
4905
4905
|
uiDropdown: pe,
|
|
4906
4906
|
uiDynamicStats: pd,
|
|
4907
4907
|
uiFilter: Qe,
|
|
4908
4908
|
uiFooter: Kl,
|
|
4909
|
-
uiFunnelChartV2:
|
|
4910
|
-
uiGallery:
|
|
4909
|
+
uiFunnelChartV2: Ia,
|
|
4910
|
+
uiGallery: ui,
|
|
4911
4911
|
uiIcon: j,
|
|
4912
4912
|
uiInput: E,
|
|
4913
4913
|
uiInputFile: ns,
|
|
4914
4914
|
uiLoadingScreen: Xl,
|
|
4915
4915
|
uiModal: Ke,
|
|
4916
|
-
uiNoResults:
|
|
4916
|
+
uiNoResults: qa,
|
|
4917
4917
|
uiNotification: co,
|
|
4918
4918
|
uiPagination: mr,
|
|
4919
4919
|
uiPriceCalendar: Al,
|
|
4920
|
-
uiRangeSlider:
|
|
4921
|
-
uiRightSidebar:
|
|
4922
|
-
uiSectionTitle:
|
|
4920
|
+
uiRangeSlider: Yi,
|
|
4921
|
+
uiRightSidebar: ei,
|
|
4922
|
+
uiSectionTitle: Pi,
|
|
4923
4923
|
uiSelect: Ge,
|
|
4924
4924
|
uiSidebar: Sr,
|
|
4925
|
+
uiSidebarV2: he,
|
|
4925
4926
|
uiSmartFilter: hd,
|
|
4926
4927
|
uiStats: et,
|
|
4927
|
-
uiStripedCard:
|
|
4928
|
-
uiTable:
|
|
4929
|
-
uiTabs:
|
|
4928
|
+
uiStripedCard: un,
|
|
4929
|
+
uiTable: Ln,
|
|
4930
|
+
uiTabs: Fn,
|
|
4930
4931
|
uiTag: H,
|
|
4931
4932
|
uiTaskList: ko,
|
|
4932
4933
|
uiTextArea: vs,
|
|
4933
|
-
uiTimeline:
|
|
4934
|
+
uiTimeline: ia,
|
|
4934
4935
|
uiToggle: ks,
|
|
4935
|
-
uiTopbar:
|
|
4936
|
+
uiTopbar: ja,
|
|
4936
4937
|
uiWrapper: md
|
|
4937
4938
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
4938
4939
|
function yd(p) {
|
|
@@ -4948,40 +4949,41 @@ export {
|
|
|
4948
4949
|
Es as uiCard,
|
|
4949
4950
|
Jl as uiChart,
|
|
4950
4951
|
He as uiCheckbox,
|
|
4951
|
-
|
|
4952
|
-
|
|
4953
|
-
|
|
4954
|
-
|
|
4952
|
+
Di as uiCircleChart,
|
|
4953
|
+
zi as uiDateRange,
|
|
4954
|
+
Gi as uiDeviceStatus,
|
|
4955
|
+
vi as uiDragAndDrop,
|
|
4955
4956
|
pe as uiDropdown,
|
|
4956
4957
|
pd as uiDynamicStats,
|
|
4957
4958
|
Qe as uiFilter,
|
|
4958
4959
|
Kl as uiFooter,
|
|
4959
|
-
|
|
4960
|
-
|
|
4960
|
+
Ia as uiFunnelChartV2,
|
|
4961
|
+
ui as uiGallery,
|
|
4961
4962
|
j as uiIcon,
|
|
4962
4963
|
E as uiInput,
|
|
4963
4964
|
ns as uiInputFile,
|
|
4964
4965
|
Xl as uiLoadingScreen,
|
|
4965
4966
|
Ke as uiModal,
|
|
4966
|
-
|
|
4967
|
+
qa as uiNoResults,
|
|
4967
4968
|
co as uiNotification,
|
|
4968
4969
|
mr as uiPagination,
|
|
4969
4970
|
Al as uiPriceCalendar,
|
|
4970
|
-
|
|
4971
|
-
|
|
4972
|
-
|
|
4971
|
+
Yi as uiRangeSlider,
|
|
4972
|
+
ei as uiRightSidebar,
|
|
4973
|
+
Pi as uiSectionTitle,
|
|
4973
4974
|
Ge as uiSelect,
|
|
4974
4975
|
Sr as uiSidebar,
|
|
4976
|
+
he as uiSidebarV2,
|
|
4975
4977
|
hd as uiSmartFilter,
|
|
4976
4978
|
et as uiStats,
|
|
4977
|
-
|
|
4978
|
-
|
|
4979
|
-
|
|
4979
|
+
un as uiStripedCard,
|
|
4980
|
+
Ln as uiTable,
|
|
4981
|
+
Fn as uiTabs,
|
|
4980
4982
|
H as uiTag,
|
|
4981
4983
|
ko as uiTaskList,
|
|
4982
4984
|
vs as uiTextArea,
|
|
4983
|
-
|
|
4985
|
+
ia as uiTimeline,
|
|
4984
4986
|
ks as uiToggle,
|
|
4985
|
-
|
|
4987
|
+
ja as uiTopbar,
|
|
4986
4988
|
md as uiWrapper
|
|
4987
4989
|
};
|