@hotelinking/ui 10.41.9 → 10.41.10
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.cjs +1 -1
- package/dist/ui.es.js +341 -336
- package/package.json +1 -1
package/dist/ui.es.js
CHANGED
|
@@ -2297,7 +2297,7 @@ const oe = /* @__PURE__ */ te(sl, [["render", ll]]), rl = {
|
|
|
2297
2297
|
key: K
|
|
2298
2298
|
}, [
|
|
2299
2299
|
m(oe, {
|
|
2300
|
-
onClick: (
|
|
2300
|
+
onClick: (md) => P(F, L.id, L.name),
|
|
2301
2301
|
class: "border-l border-gray-200 px-6 py-3 text-indigo-600 hover:text-indigo-400 cursor-pointer",
|
|
2302
2302
|
price: F,
|
|
2303
2303
|
currency: w.currency.symbol,
|
|
@@ -2316,7 +2316,7 @@ const oe = /* @__PURE__ */ te(sl, [["render", ll]]), rl = {
|
|
|
2316
2316
|
}), Nl = { class: "chart-header flex flex-row items-center w-full justify-between" }, Al = { class: "text-sm font-medium text-gray-500 truncate mr-8" }, Yl = {
|
|
2317
2317
|
key: 0,
|
|
2318
2318
|
class: "flex items-center gap-x-2 grow"
|
|
2319
|
-
}, Ol = { class: "self-center ml-2" }, Il = { class: "self-center ml-2" }, Pl = { class: "self-center ml-2" }, Vl = { class: "hidden sm:flex items-center" }, Fl = { class: "w-1/2 min-w-0 flex-1" }, ql = ["max"], Rl = { class: "min-w-0 flex-1" }, Hl = ["max"], Ul = { class: "chart-content relative" }, El =
|
|
2319
|
+
}, Ol = { class: "self-center ml-2" }, Il = { class: "self-center ml-2" }, Pl = { class: "self-center ml-2" }, Vl = { class: "hidden sm:flex items-center" }, Fl = { class: "w-1/2 min-w-0 flex-1" }, ql = ["max"], Rl = { class: "min-w-0 flex-1" }, Hl = ["max"], Ul = { class: "chart-content relative" }, El = /* @__PURE__ */ B({
|
|
2320
2320
|
__name: "uiChart",
|
|
2321
2321
|
props: {
|
|
2322
2322
|
labels: {},
|
|
@@ -2333,7 +2333,7 @@ const oe = /* @__PURE__ */ te(sl, [["render", ll]]), rl = {
|
|
|
2333
2333
|
range: {},
|
|
2334
2334
|
horizontal: { type: Boolean, default: !1 },
|
|
2335
2335
|
stacked: { type: Boolean, default: !1 },
|
|
2336
|
-
height: { default:
|
|
2336
|
+
height: { default: 420 },
|
|
2337
2337
|
annotations: {}
|
|
2338
2338
|
},
|
|
2339
2339
|
emits: ["selectedRange", "chartUpdated", "dataPointSelection", "maximizeChart"],
|
|
@@ -2406,7 +2406,7 @@ const oe = /* @__PURE__ */ te(sl, [["render", ll]]), rl = {
|
|
|
2406
2406
|
};
|
|
2407
2407
|
return (M, S) => (s(), r(x, null, [
|
|
2408
2408
|
C(e("div", {
|
|
2409
|
-
class: h(["h-[" + M.height + "px]", "card chart apex-chart
|
|
2409
|
+
class: h(["h-[" + M.height + "px]", "card chart apex-chart p-4 bg-white shadow rounded-lg overflow-hidden flex grow"])
|
|
2410
2410
|
}, [
|
|
2411
2411
|
e("div", Nl, [
|
|
2412
2412
|
e("div", Al, g(M.title), 1),
|
|
@@ -2495,19 +2495,22 @@ const oe = /* @__PURE__ */ te(sl, [["render", ll]]), rl = {
|
|
|
2495
2495
|
]),
|
|
2496
2496
|
C(e("div", Ul, [
|
|
2497
2497
|
m(u($e), {
|
|
2498
|
+
class: "h-full",
|
|
2498
2499
|
type: M.type,
|
|
2499
2500
|
series: v.value,
|
|
2500
2501
|
width: "100%",
|
|
2501
|
-
height:
|
|
2502
|
+
height: "100%",
|
|
2502
2503
|
options: k.value,
|
|
2503
2504
|
onUpdated: O,
|
|
2504
2505
|
onMounted: O,
|
|
2505
2506
|
onDataPointSelection: A
|
|
2506
|
-
}, null, 8, ["type", "series", "
|
|
2507
|
+
}, null, 8, ["type", "series", "options"])
|
|
2507
2508
|
], 512), [
|
|
2508
2509
|
[D, !M.empty]
|
|
2509
2510
|
]),
|
|
2510
|
-
C(e("div",
|
|
2511
|
+
C(e("div", {
|
|
2512
|
+
class: h(["h-[" + M.height + "px]", "w-full flex items-center justify-center flex-col"])
|
|
2513
|
+
}, [
|
|
2511
2514
|
m(j, {
|
|
2512
2515
|
icon: u(U),
|
|
2513
2516
|
color: "gray",
|
|
@@ -2515,13 +2518,15 @@ const oe = /* @__PURE__ */ te(sl, [["render", ll]]), rl = {
|
|
|
2515
2518
|
size: "massive"
|
|
2516
2519
|
}, null, 8, ["icon"]),
|
|
2517
2520
|
S[3] || (S[3] = e("p", { class: "text-xs uppercase text-gray-300 font-bold" }, "No data for this time frame", -1))
|
|
2518
|
-
],
|
|
2521
|
+
], 2), [
|
|
2519
2522
|
[D, M.empty]
|
|
2520
2523
|
])
|
|
2521
2524
|
], 2), [
|
|
2522
2525
|
[D, !M.loading]
|
|
2523
2526
|
]),
|
|
2524
|
-
C(e("div",
|
|
2527
|
+
C(e("div", {
|
|
2528
|
+
class: h(["h-[" + M.height + "px]", "card chart apex-chart px-4 py-5 bg-white shadow rounded-lg overflow-hidden sm:p-6 flex grow h-80"])
|
|
2529
|
+
}, S[4] || (S[4] = [
|
|
2525
2530
|
e("div", {
|
|
2526
2531
|
role: "status",
|
|
2527
2532
|
class: "w-full animate-pulse h-full flex flex-col"
|
|
@@ -2547,16 +2552,16 @@ const oe = /* @__PURE__ */ te(sl, [["render", ll]]), rl = {
|
|
|
2547
2552
|
e("div", { class: "w-full bg-gray-200 rounded h-1/2" })
|
|
2548
2553
|
])
|
|
2549
2554
|
], -1)
|
|
2550
|
-
]),
|
|
2555
|
+
]), 2), [
|
|
2551
2556
|
[D, M.loading]
|
|
2552
2557
|
])
|
|
2553
2558
|
], 64));
|
|
2554
2559
|
}
|
|
2555
|
-
}),
|
|
2560
|
+
}), Zl = {
|
|
2556
2561
|
name: "uiFooter"
|
|
2557
|
-
},
|
|
2558
|
-
function
|
|
2559
|
-
return s(), r("footer",
|
|
2562
|
+
}, Jl = { class: "bg-white" };
|
|
2563
|
+
function Wl(p, i, o, a, n, l) {
|
|
2564
|
+
return s(), r("footer", Jl, i[0] || (i[0] = [
|
|
2560
2565
|
e("div", { class: "mx-auto py-6 px-4 sm:px-6 md:flex md:items-center md:justify-between lg:px-8" }, [
|
|
2561
2566
|
e("div", { class: "mt-8 md:mt-0 md:order-1" }, [
|
|
2562
2567
|
e("p", { class: "text-center text-base text-gray-400" }, "© Made by Hotelinking.")
|
|
@@ -2564,7 +2569,7 @@ function Ql(p, i, o, a, n, l) {
|
|
|
2564
2569
|
], -1)
|
|
2565
2570
|
]));
|
|
2566
2571
|
}
|
|
2567
|
-
const
|
|
2572
|
+
const Gl = /* @__PURE__ */ te(Zl, [["render", Wl]]), Ql = /* @__PURE__ */ B({
|
|
2568
2573
|
__name: "uiLoadingScreen",
|
|
2569
2574
|
props: {
|
|
2570
2575
|
title: {},
|
|
@@ -2592,22 +2597,22 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
2592
2597
|
])
|
|
2593
2598
|
], 2));
|
|
2594
2599
|
}
|
|
2595
|
-
}),
|
|
2600
|
+
}), Kl = {
|
|
2596
2601
|
key: 0,
|
|
2597
2602
|
class: "py-6 flex items-center justify-between"
|
|
2598
|
-
},
|
|
2603
|
+
}, Xl = { class: "flex-1 flex justify-between sm:hidden" }, er = {
|
|
2599
2604
|
href: "#",
|
|
2600
2605
|
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"
|
|
2601
|
-
},
|
|
2606
|
+
}, tr = {
|
|
2602
2607
|
href: "#",
|
|
2603
2608
|
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"
|
|
2604
|
-
},
|
|
2609
|
+
}, sr = { class: "hidden sm:flex-1 sm:flex sm:items-center sm:justify-between" }, or = { class: "text-sm text-gray-700" }, lr = { class: "font-bold" }, rr = { class: "font-bold" }, nr = {
|
|
2605
2610
|
class: "relative z-0 inline-flex rounded-md shadow-sm -space-x-px",
|
|
2606
2611
|
"aria-label": "Pagination"
|
|
2607
|
-
},
|
|
2612
|
+
}, ar = { class: "sr-only" }, ir = ["onClick"], dr = { class: "sr-only" }, ur = {
|
|
2608
2613
|
key: 1,
|
|
2609
2614
|
class: "py-6 flex flex-row justify-between items-center animate-pulse"
|
|
2610
|
-
},
|
|
2615
|
+
}, cr = /* @__PURE__ */ B({
|
|
2611
2616
|
__name: "uiPagination",
|
|
2612
2617
|
props: {
|
|
2613
2618
|
current: {},
|
|
@@ -2626,34 +2631,34 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
2626
2631
|
d.push(f);
|
|
2627
2632
|
return d;
|
|
2628
2633
|
});
|
|
2629
|
-
return (d, f) => d.loading ? (s(), r("div",
|
|
2634
|
+
return (d, f) => d.loading ? (s(), r("div", ur, f[2] || (f[2] = [
|
|
2630
2635
|
e("div", { class: "h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-1/5" }, null, -1),
|
|
2631
2636
|
e("div", { class: "h-10 w-32 bg-gray-200 rounded dark:bg-gray-300" }, null, -1)
|
|
2632
|
-
]))) : (s(), r("div",
|
|
2633
|
-
e("div",
|
|
2634
|
-
e("a",
|
|
2637
|
+
]))) : (s(), r("div", Kl, [
|
|
2638
|
+
e("div", Xl, [
|
|
2639
|
+
e("a", er, [
|
|
2635
2640
|
q(d.$slots, "previous")
|
|
2636
2641
|
]),
|
|
2637
|
-
e("a",
|
|
2642
|
+
e("a", tr, [
|
|
2638
2643
|
q(d.$slots, "next")
|
|
2639
2644
|
])
|
|
2640
2645
|
]),
|
|
2641
|
-
e("div",
|
|
2646
|
+
e("div", sr, [
|
|
2642
2647
|
e("div", null, [
|
|
2643
|
-
e("p",
|
|
2648
|
+
e("p", or, [
|
|
2644
2649
|
q(d.$slots, "showing"),
|
|
2645
|
-
e("span",
|
|
2650
|
+
e("span", lr, g(d.current + " "), 1),
|
|
2646
2651
|
q(d.$slots, "of"),
|
|
2647
|
-
e("span",
|
|
2652
|
+
e("span", rr, g(d.total), 1)
|
|
2648
2653
|
])
|
|
2649
2654
|
]),
|
|
2650
2655
|
e("div", null, [
|
|
2651
|
-
e("nav",
|
|
2656
|
+
e("nav", nr, [
|
|
2652
2657
|
C(e("button", {
|
|
2653
2658
|
onClick: f[0] || (f[0] = (v) => o("changePage", d.current - 1)),
|
|
2654
2659
|
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"
|
|
2655
2660
|
}, [
|
|
2656
|
-
e("span",
|
|
2661
|
+
e("span", ar, [
|
|
2657
2662
|
q(d.$slots, "previous")
|
|
2658
2663
|
]),
|
|
2659
2664
|
m(u(Ze), {
|
|
@@ -2670,12 +2675,12 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
2670
2675
|
class: h([[
|
|
2671
2676
|
v === d.current ? "z-10 bg-indigo-50 border-indigo-500 text-indigo-600" : "bg-white border-gray-300 text-gray-500 hover:bg-gray-50"
|
|
2672
2677
|
], "relative inline-flex items-center px-4 py-2 border text-sm font-medium"])
|
|
2673
|
-
}, g(v), 11,
|
|
2678
|
+
}, g(v), 11, ir))), 128)),
|
|
2674
2679
|
C(e("button", {
|
|
2675
2680
|
onClick: f[1] || (f[1] = (v) => o("changePage", d.current + 1)),
|
|
2676
2681
|
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"
|
|
2677
2682
|
}, [
|
|
2678
|
-
e("span",
|
|
2683
|
+
e("span", dr, [
|
|
2679
2684
|
q(d.$slots, "next")
|
|
2680
2685
|
]),
|
|
2681
2686
|
m(u(ee), {
|
|
@@ -2690,25 +2695,25 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
2690
2695
|
])
|
|
2691
2696
|
]));
|
|
2692
2697
|
}
|
|
2693
|
-
}),
|
|
2698
|
+
}), gr = { class: "hidden md:flex md:flex-col sticky md:inset-y-0" }, mr = { class: "flex flex-col flex-grow overflow-y-auto" }, pr = { class: "grow flex flex-col" }, fr = {
|
|
2694
2699
|
class: "flex-1 space-y-1",
|
|
2695
2700
|
"aria-label": "Sidebar"
|
|
2696
|
-
},
|
|
2701
|
+
}, hr = { key: 0 }, yr = ["onClick"], vr = {
|
|
2697
2702
|
key: 1,
|
|
2698
2703
|
class: "text-left"
|
|
2699
|
-
},
|
|
2704
|
+
}, br = {
|
|
2700
2705
|
key: 1,
|
|
2701
2706
|
class: "flex-1 text-left"
|
|
2702
|
-
},
|
|
2707
|
+
}, wr = {
|
|
2703
2708
|
key: 2,
|
|
2704
2709
|
class: "flex-1"
|
|
2705
|
-
},
|
|
2710
|
+
}, xr = {
|
|
2706
2711
|
key: 0,
|
|
2707
2712
|
class: "align-left"
|
|
2708
|
-
},
|
|
2713
|
+
}, kr = {
|
|
2709
2714
|
key: 1,
|
|
2710
2715
|
class: "h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-1/2"
|
|
2711
|
-
},
|
|
2716
|
+
}, _r = { class: "h-12 flex flex-row items-center" }, $r = /* @__PURE__ */ B({
|
|
2712
2717
|
__name: "uiSidebar",
|
|
2713
2718
|
props: {
|
|
2714
2719
|
navigation: {},
|
|
@@ -2720,11 +2725,11 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
2720
2725
|
emits: ["sideBarClick"],
|
|
2721
2726
|
setup(p, { emit: i }) {
|
|
2722
2727
|
const o = i;
|
|
2723
|
-
return (a, n) => (s(), r("div",
|
|
2724
|
-
e("div",
|
|
2725
|
-
e("div",
|
|
2726
|
-
e("nav",
|
|
2727
|
-
a.loading ? (s(), r(x, { key: 1 }, $(5, (l) => e("div",
|
|
2728
|
+
return (a, n) => (s(), r("div", gr, [
|
|
2729
|
+
e("div", mr, [
|
|
2730
|
+
e("div", pr, [
|
|
2731
|
+
e("nav", fr, [
|
|
2732
|
+
a.loading ? (s(), r(x, { key: 1 }, $(5, (l) => e("div", _r, n[1] || (n[1] = [
|
|
2728
2733
|
e("div", { class: "w-6 h-6 animate-pulse bg-gray-200 rounded-full dark:bg-gray-300 mr-4" }, null, -1),
|
|
2729
2734
|
e("div", { class: "h-3 animate-pulse bg-gray-200 rounded-full dark:bg-gray-300 grow" }, null, -1)
|
|
2730
2735
|
]))), 64)) : (s(!0), r(x, { key: 0 }, $(a.navigation, (l) => (s(), r(x, {
|
|
@@ -2750,9 +2755,9 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
2750
2755
|
]),
|
|
2751
2756
|
"aria-hidden": "true"
|
|
2752
2757
|
}, null, 8, ["loading", "icon", "class"])) : b("", !0),
|
|
2753
|
-
a.loading ? (s(), r("div",
|
|
2758
|
+
a.loading ? (s(), r("div", wr, n[0] || (n[0] = [
|
|
2754
2759
|
e("div", { class: "h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-1/2" }, null, -1)
|
|
2755
|
-
]))) : (s(), r("span",
|
|
2760
|
+
]))) : (s(), r("span", br, g(l.name), 1)),
|
|
2756
2761
|
m(u(ee), {
|
|
2757
2762
|
class: h([t ? "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"])
|
|
2758
2763
|
}, null, 8, ["class"])
|
|
@@ -2767,7 +2772,7 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
2767
2772
|
class: h([c.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"])
|
|
2768
2773
|
}, {
|
|
2769
2774
|
default: y(() => [
|
|
2770
|
-
a.loading ? (s(), r("div",
|
|
2775
|
+
a.loading ? (s(), r("div", kr)) : (s(), r("span", xr, g(c.name), 1))
|
|
2771
2776
|
]),
|
|
2772
2777
|
_: 2
|
|
2773
2778
|
}, 1032, ["onClick", "class"]))), 128))
|
|
@@ -2776,7 +2781,7 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
2776
2781
|
}, 1024)
|
|
2777
2782
|
]),
|
|
2778
2783
|
_: 2
|
|
2779
|
-
}, 1024)) : (s(), r("div",
|
|
2784
|
+
}, 1024)) : (s(), r("div", hr, [
|
|
2780
2785
|
e("button", {
|
|
2781
2786
|
onClick: (t) => o("sideBarClick", l.id),
|
|
2782
2787
|
class: h([
|
|
@@ -2794,8 +2799,8 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
2794
2799
|
]),
|
|
2795
2800
|
"aria-hidden": "true"
|
|
2796
2801
|
}, null, 8, ["loading", "icon", "class"])) : b("", !0),
|
|
2797
|
-
a.loading ? b("", !0) : (s(), r("span",
|
|
2798
|
-
], 10,
|
|
2802
|
+
a.loading ? b("", !0) : (s(), r("span", vr, g(l.name), 1))
|
|
2803
|
+
], 10, yr)
|
|
2799
2804
|
]))
|
|
2800
2805
|
], 64))), 128))
|
|
2801
2806
|
])
|
|
@@ -2803,10 +2808,10 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
2803
2808
|
])
|
|
2804
2809
|
]));
|
|
2805
2810
|
}
|
|
2806
|
-
}),
|
|
2811
|
+
}), Cr = { key: 0 }, Sr = { class: "ml-16 text-sm font-medium text-gray-500 truncate" }, Br = { class: "ml-16 flex items-baseline pb-5" }, Mr = { class: "text-2xl font-semibold text-gray-900" }, Dr = {
|
|
2807
2812
|
key: 0,
|
|
2808
2813
|
class: "text-black ml-2 flex items-baseline text-sm font-semibold"
|
|
2809
|
-
},
|
|
2814
|
+
}, jr = { class: "absolute bottom-0 inset-x-0 bg-gray-50 px-4 py-4 sm:px-6" }, Tr = { class: "text-sm" }, zr = { key: 1 }, Lr = { class: "relative bg-white pt-5 px-4 sm:pt-6 sm:px-6 shadow rounded-lg overflow-hidden h-full pb-6" }, Nr = { class: "absolute bg-gray-200 rounded-md p-3 animate-pulse" }, Qe = /* @__PURE__ */ B({
|
|
2810
2815
|
__name: "uiStats",
|
|
2811
2816
|
props: {
|
|
2812
2817
|
item: {},
|
|
@@ -2814,10 +2819,10 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
2814
2819
|
},
|
|
2815
2820
|
emits: ["statClick"],
|
|
2816
2821
|
setup(p, { emit: i }) {
|
|
2817
|
-
return (o, a) => o.loading ? (s(), r("div",
|
|
2818
|
-
e("div",
|
|
2822
|
+
return (o, a) => o.loading ? (s(), r("div", zr, [
|
|
2823
|
+
e("div", Lr, [
|
|
2819
2824
|
e("dt", null, [
|
|
2820
|
-
e("div",
|
|
2825
|
+
e("div", Nr, [
|
|
2821
2826
|
m(j, {
|
|
2822
2827
|
loading: o.loading,
|
|
2823
2828
|
icon: o.item.icon,
|
|
@@ -2833,7 +2838,7 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
2833
2838
|
], -1))
|
|
2834
2839
|
])
|
|
2835
2840
|
])
|
|
2836
|
-
])) : (s(), r("div",
|
|
2841
|
+
])) : (s(), r("div", Cr, [
|
|
2837
2842
|
e("div", {
|
|
2838
2843
|
class: h(["relative bg-white pt-5 px-4 sm:pt-6 sm:px-6 shadow rounded-lg overflow-hidden h-full", { "pb-12": o.item.showFooter }])
|
|
2839
2844
|
}, [
|
|
@@ -2854,11 +2859,11 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
2854
2859
|
loading: o.loading
|
|
2855
2860
|
}, null, 8, ["icon", "loading"])
|
|
2856
2861
|
], 2),
|
|
2857
|
-
e("p",
|
|
2862
|
+
e("p", Sr, g(o.item.name), 1)
|
|
2858
2863
|
]),
|
|
2859
|
-
e("dd",
|
|
2860
|
-
e("p",
|
|
2861
|
-
o.item.explanation ? (s(), r("p",
|
|
2864
|
+
e("dd", Br, [
|
|
2865
|
+
e("p", Mr, g(o.item.stat), 1),
|
|
2866
|
+
o.item.explanation ? (s(), r("p", Dr, g(o.item.explanation), 1)) : b("", !0),
|
|
2862
2867
|
o.item.changeType ? (s(), r("p", {
|
|
2863
2868
|
key: 1,
|
|
2864
2869
|
class: h([
|
|
@@ -2882,8 +2887,8 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
2882
2887
|
})) : b("", !0),
|
|
2883
2888
|
z(" " + g(o.item.change), 1)
|
|
2884
2889
|
], 2)) : b("", !0),
|
|
2885
|
-
C(e("div",
|
|
2886
|
-
e("div",
|
|
2890
|
+
C(e("div", jr, [
|
|
2891
|
+
e("div", Tr, [
|
|
2887
2892
|
e("span", {
|
|
2888
2893
|
onClick: a[0] || (a[0] = (n) => o.$emit("statClick", o.item.id)),
|
|
2889
2894
|
class: "font-medium text-indigo-600 hover:text-indigo-500 cursor-pointer"
|
|
@@ -2896,19 +2901,19 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
2896
2901
|
], 2)
|
|
2897
2902
|
]));
|
|
2898
2903
|
}
|
|
2899
|
-
}),
|
|
2904
|
+
}), Ar = {
|
|
2900
2905
|
key: 0,
|
|
2901
2906
|
class: "overflow-hidden bg-white shadow sm:rounded-lg"
|
|
2902
|
-
},
|
|
2907
|
+
}, Yr = { class: "px-4 py-5 sm:px-6" }, Or = { class: "text-lg font-medium leading-6 text-gray-900" }, Ir = { class: "mt-1 max-w-2xl text-sm text-gray-500" }, Pr = { class: "border-t border-gray-200" }, Vr = { class: "text-sm font-medium text-gray-500" }, Fr = {
|
|
2903
2908
|
key: 0,
|
|
2904
2909
|
class: "mt-1 text-sm text-gray-900 sm:col-span-2 sm:mt-0 break-normal"
|
|
2905
|
-
},
|
|
2910
|
+
}, qr = ["onClick"], Rr = {
|
|
2906
2911
|
key: 2,
|
|
2907
2912
|
class: "mt-1 text-sm text-gray-900 sm:col-span-2 sm:mt-0 break-words"
|
|
2908
|
-
},
|
|
2913
|
+
}, Hr = {
|
|
2909
2914
|
key: 1,
|
|
2910
2915
|
class: "overflow-hidden bg-white shadow sm:rounded-lg"
|
|
2911
|
-
},
|
|
2916
|
+
}, Ur = { class: "border-t border-gray-200" }, Er = /* @__PURE__ */ B({
|
|
2912
2917
|
__name: "uiStripedCard",
|
|
2913
2918
|
props: {
|
|
2914
2919
|
title: {},
|
|
@@ -2918,9 +2923,9 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
2918
2923
|
},
|
|
2919
2924
|
emits: ["itemClicked"],
|
|
2920
2925
|
setup(p, { emit: i }) {
|
|
2921
|
-
return (o, a) => o.loading ? (s(), r("div",
|
|
2926
|
+
return (o, a) => o.loading ? (s(), r("div", Hr, [
|
|
2922
2927
|
a[1] || (a[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)),
|
|
2923
|
-
e("div",
|
|
2928
|
+
e("div", Ur, [
|
|
2924
2929
|
e("dl", null, [
|
|
2925
2930
|
(s(), r(x, null, $(5, (n) => e("div", {
|
|
2926
2931
|
key: n,
|
|
@@ -2935,19 +2940,19 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
2935
2940
|
]), 2)), 64))
|
|
2936
2941
|
])
|
|
2937
2942
|
])
|
|
2938
|
-
])) : (s(), r("div",
|
|
2939
|
-
e("div",
|
|
2940
|
-
e("h3",
|
|
2941
|
-
e("p",
|
|
2943
|
+
])) : (s(), r("div", Ar, [
|
|
2944
|
+
e("div", Yr, [
|
|
2945
|
+
e("h3", Or, g(o.title), 1),
|
|
2946
|
+
e("p", Ir, g(o.subtitle), 1)
|
|
2942
2947
|
]),
|
|
2943
|
-
e("div",
|
|
2948
|
+
e("div", Pr, [
|
|
2944
2949
|
e("dl", null, [
|
|
2945
2950
|
(s(!0), r(x, null, $(o.items, (n, l) => (s(), r("div", {
|
|
2946
2951
|
key: l,
|
|
2947
2952
|
class: h(["px-4 py-5 sm:grid sm:grid-cols-3 sm:gap-4 sm:px-6", [l % 2 === 0 ? "bg-gray-50" : "bg-white"]])
|
|
2948
2953
|
}, [
|
|
2949
|
-
e("dt",
|
|
2950
|
-
n.type === "tags" ? (s(), r("dd",
|
|
2954
|
+
e("dt", Vr, g(n.title), 1),
|
|
2955
|
+
n.type === "tags" ? (s(), r("dd", Fr, [
|
|
2951
2956
|
(s(!0), r(x, null, $(n.tags, (t, c) => (s(), _(H, {
|
|
2952
2957
|
loading: o.loading,
|
|
2953
2958
|
key: c,
|
|
@@ -2963,13 +2968,13 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
2963
2968
|
key: 1,
|
|
2964
2969
|
class: "mt-1 text-sm text-indigo-600 hover:text-indigo-400 sm:col-span-2 sm:mt-0 cursor-pointer",
|
|
2965
2970
|
onClick: (t) => o.$emit("itemClicked", n.emits)
|
|
2966
|
-
}, g(n.text), 9,
|
|
2971
|
+
}, g(n.text), 9, qr)) : (s(), r("dd", Rr, g(n.text), 1))
|
|
2967
2972
|
], 2))), 128))
|
|
2968
2973
|
])
|
|
2969
2974
|
])
|
|
2970
2975
|
]));
|
|
2971
2976
|
}
|
|
2972
|
-
}),
|
|
2977
|
+
}), Zr = { 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" }, Jr = { class: "ml-2" }, Wr = {
|
|
2973
2978
|
__name: "tooltip",
|
|
2974
2979
|
props: {
|
|
2975
2980
|
tip: {
|
|
@@ -2978,7 +2983,7 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
2978
2983
|
}
|
|
2979
2984
|
},
|
|
2980
2985
|
setup(p) {
|
|
2981
|
-
return (i, o) => (s(), r("div",
|
|
2986
|
+
return (i, o) => (s(), r("div", Zr, [
|
|
2982
2987
|
o[0] || (o[0] = e("svg", {
|
|
2983
2988
|
class: "absolute -top-3 left-0",
|
|
2984
2989
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3002,19 +3007,19 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
3002
3007
|
size: "big"
|
|
3003
3008
|
}, null, 8, ["icon"])
|
|
3004
3009
|
]),
|
|
3005
|
-
e("span",
|
|
3010
|
+
e("span", Jr, g(p.tip), 1)
|
|
3006
3011
|
]));
|
|
3007
3012
|
}
|
|
3008
|
-
},
|
|
3013
|
+
}, Gr = { key: 0 }, Qr = { class: "flex flex-col" }, Kr = { class: "-my-2 overflow-x-auto" }, Xr = { class: "inline-block min-w-full py-2 align-middle px-1" }, en = { class: "relative overflow-hidden shadow ring-1 ring-black ring-opacity-5 md:rounded-lg" }, tn = {
|
|
3009
3014
|
key: 0,
|
|
3010
3015
|
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"
|
|
3011
|
-
},
|
|
3016
|
+
}, sn = ["onClick"], on = { class: "min-w-full table-fixed divide-y divide-gray-300" }, ln = { class: "bg-gray-50" }, rn = ["checked", "indeterminate"], nn = ["onMouseover", "onMouseleave"], an = ["onClick"], dn = {
|
|
3012
3017
|
key: 2,
|
|
3013
3018
|
class: "group flex items-center uppercase text-xs"
|
|
3014
|
-
},
|
|
3019
|
+
}, un = { class: "divide-y divide-gray-200 bg-white" }, cn = {
|
|
3015
3020
|
key: 0,
|
|
3016
3021
|
class: "absolute inset-y-0 left-0 w-0.5 bg-indigo-600"
|
|
3017
|
-
},
|
|
3022
|
+
}, gn = ["value"], mn = ["onClick"], pn = ["href"], fn = { key: 3 }, hn = /* @__PURE__ */ B({
|
|
3018
3023
|
__name: "uiTable",
|
|
3019
3024
|
props: {
|
|
3020
3025
|
resetSelected: { type: Boolean, default: !1 },
|
|
@@ -3041,21 +3046,21 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
3041
3046
|
n.value = k, k && n.value && (o.value = [], n.value = !k, l("selectedItemsDeleted"));
|
|
3042
3047
|
}), (k, O) => {
|
|
3043
3048
|
var A, M;
|
|
3044
|
-
return k.loading ? (s(), _(Ge, { key: 1 })) : (s(), r("div",
|
|
3045
|
-
e("div",
|
|
3046
|
-
e("div",
|
|
3047
|
-
e("div",
|
|
3048
|
-
e("div",
|
|
3049
|
-
((A = u(o)) == null ? void 0 : A.length) > 0 && ((M = k.actions) == null ? void 0 : M.length) > 0 ? (s(), r("div",
|
|
3049
|
+
return k.loading ? (s(), _(Ge, { key: 1 })) : (s(), r("div", Gr, [
|
|
3050
|
+
e("div", Qr, [
|
|
3051
|
+
e("div", Kr, [
|
|
3052
|
+
e("div", Xr, [
|
|
3053
|
+
e("div", en, [
|
|
3054
|
+
((A = u(o)) == null ? void 0 : A.length) > 0 && ((M = k.actions) == null ? void 0 : M.length) > 0 ? (s(), r("div", tn, [
|
|
3050
3055
|
(s(!0), r(x, null, $(k.actions, (S, P) => (s(), r("button", {
|
|
3051
3056
|
onClick: (w) => k.$emit("tableAction", { action: S.id, items: u(o) }),
|
|
3052
3057
|
key: P,
|
|
3053
3058
|
type: "button",
|
|
3054
3059
|
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"
|
|
3055
|
-
}, g(S.name), 9,
|
|
3060
|
+
}, g(S.name), 9, sn))), 128))
|
|
3056
3061
|
])) : b("", !0),
|
|
3057
|
-
e("table",
|
|
3058
|
-
e("thead",
|
|
3062
|
+
e("table", on, [
|
|
3063
|
+
e("thead", ln, [
|
|
3059
3064
|
e("tr", null, [
|
|
3060
3065
|
e("th", {
|
|
3061
3066
|
scope: "col",
|
|
@@ -3068,7 +3073,7 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
3068
3073
|
class: "absolute left-4 top-1/2 -mt-2 h-4 w-4 rounded border-gray-300 text-indigo-600 focus:ring-indigo-500",
|
|
3069
3074
|
type: "checkbox",
|
|
3070
3075
|
onChange: f
|
|
3071
|
-
}, null, 40,
|
|
3076
|
+
}, null, 40, rn)) : b("", !0)
|
|
3072
3077
|
], 2),
|
|
3073
3078
|
(s(!0), r(x, null, $(k.header, (S, P) => (s(), r("th", {
|
|
3074
3079
|
key: P,
|
|
@@ -3077,7 +3082,7 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
3077
3082
|
onMouseover: (w) => d(S.name, !0),
|
|
3078
3083
|
onMouseleave: (w) => d(S.name, !1)
|
|
3079
3084
|
}, [
|
|
3080
|
-
S.tooltip ? C((s(), _(
|
|
3085
|
+
S.tooltip ? C((s(), _(Wr, {
|
|
3081
3086
|
key: 0,
|
|
3082
3087
|
tip: S.tooltip
|
|
3083
3088
|
}, null, 8, ["tip"])), [
|
|
@@ -3100,13 +3105,13 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
3100
3105
|
color: S.value === k.orderedBy ? "white" : "primary"
|
|
3101
3106
|
}, null, 8, ["icon", "loading", "color"])
|
|
3102
3107
|
], 2)
|
|
3103
|
-
], 8,
|
|
3108
|
+
], 8, an)) : (s(), r("p", dn, [
|
|
3104
3109
|
e("span", null, g(S.name), 1)
|
|
3105
3110
|
]))
|
|
3106
|
-
], 40,
|
|
3111
|
+
], 40, nn))), 128))
|
|
3107
3112
|
])
|
|
3108
3113
|
]),
|
|
3109
|
-
e("tbody",
|
|
3114
|
+
e("tbody", un, [
|
|
3110
3115
|
(s(!0), r(x, null, $(k.items, (S, P) => {
|
|
3111
3116
|
var w, I;
|
|
3112
3117
|
return s(), r("tr", {
|
|
@@ -3119,14 +3124,14 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
3119
3124
|
e("td", {
|
|
3120
3125
|
class: h([((w = k.actions) == null ? void 0 : w.length) > 0 ? "w-2" : "w-0", "relative"])
|
|
3121
3126
|
}, [
|
|
3122
|
-
u(o).includes(S.id) ? (s(), r("div",
|
|
3127
|
+
u(o).includes(S.id) ? (s(), r("div", cn)) : b("", !0),
|
|
3123
3128
|
((I = k.actions) == null ? void 0 : I.length) > 0 ? C((s(), r("input", {
|
|
3124
3129
|
key: 1,
|
|
3125
3130
|
"onUpdate:modelValue": O[0] || (O[0] = (Y) => Ye(o) ? o.value = Y : o = Y),
|
|
3126
3131
|
value: S.id,
|
|
3127
3132
|
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",
|
|
3128
3133
|
type: "checkbox"
|
|
3129
|
-
}, null, 8,
|
|
3134
|
+
}, null, 8, gn)), [
|
|
3130
3135
|
[Ae, u(o)]
|
|
3131
3136
|
]) : b("", !0)
|
|
3132
3137
|
], 2),
|
|
@@ -3150,11 +3155,11 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
3150
3155
|
key: 1,
|
|
3151
3156
|
class: "text-indigo-600 hover:text-indigo-400 cursor-pointer",
|
|
3152
3157
|
onClick: (L) => v(Y)
|
|
3153
|
-
}, g(Y.content), 9,
|
|
3158
|
+
}, g(Y.content), 9, mn)) : typeof Y == "object" && Y.type === "href" ? (s(), r("a", {
|
|
3154
3159
|
key: 2,
|
|
3155
3160
|
class: "text-indigo-600 hover:text-indigo-400 cursor-pointer",
|
|
3156
3161
|
href: Y.href
|
|
3157
|
-
}, g(Y.content), 9,
|
|
3162
|
+
}, g(Y.content), 9, pn)) : (s(), r("span", fn, g(Y), 1))
|
|
3158
3163
|
], 2))), 128))
|
|
3159
3164
|
], 2);
|
|
3160
3165
|
}), 128))
|
|
@@ -3167,10 +3172,10 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
3167
3172
|
]));
|
|
3168
3173
|
};
|
|
3169
3174
|
}
|
|
3170
|
-
}),
|
|
3175
|
+
}), yn = { class: "lg:hidden" }, vn = ["value"], bn = { class: "hidden lg:block" }, wn = { class: "border-b border-gray-200" }, xn = {
|
|
3171
3176
|
class: "-mb-px flex space-x-8",
|
|
3172
3177
|
"aria-label": "Tabs"
|
|
3173
|
-
},
|
|
3178
|
+
}, kn = ["onClick", "aria-current"], _n = /* @__PURE__ */ B({
|
|
3174
3179
|
__name: "uiTabs",
|
|
3175
3180
|
props: {
|
|
3176
3181
|
tabs: {}
|
|
@@ -3182,7 +3187,7 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
3182
3187
|
l.value && o("tabClicked", l.value);
|
|
3183
3188
|
};
|
|
3184
3189
|
return (n, l) => (s(), r("div", null, [
|
|
3185
|
-
e("div",
|
|
3190
|
+
e("div", yn, [
|
|
3186
3191
|
e("select", {
|
|
3187
3192
|
onChange: l[0] || (l[0] = (t) => a(t)),
|
|
3188
3193
|
id: "tabs",
|
|
@@ -3192,12 +3197,12 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
3192
3197
|
(s(!0), r(x, null, $(n.tabs, (t) => (s(), r("option", {
|
|
3193
3198
|
value: t.id,
|
|
3194
3199
|
key: t.name
|
|
3195
|
-
}, g(t.name), 9,
|
|
3200
|
+
}, g(t.name), 9, vn))), 128))
|
|
3196
3201
|
], 32)
|
|
3197
3202
|
]),
|
|
3198
|
-
e("div",
|
|
3199
|
-
e("div",
|
|
3200
|
-
e("nav",
|
|
3203
|
+
e("div", bn, [
|
|
3204
|
+
e("div", wn, [
|
|
3205
|
+
e("nav", xn, [
|
|
3201
3206
|
(s(!0), r(x, null, $(n.tabs, (t) => (s(), r("a", {
|
|
3202
3207
|
key: t.name,
|
|
3203
3208
|
onClick: (c) => o("tabClicked", t.id),
|
|
@@ -3215,36 +3220,36 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
3215
3220
|
"hidden ml-3 py-0.5 px-2.5 rounded-full text-xs font-medium md:inline-block"
|
|
3216
3221
|
])
|
|
3217
3222
|
}, g(t.count), 3)) : b("", !0)
|
|
3218
|
-
], 10,
|
|
3223
|
+
], 10, kn))), 128))
|
|
3219
3224
|
])
|
|
3220
3225
|
])
|
|
3221
3226
|
])
|
|
3222
3227
|
]));
|
|
3223
3228
|
}
|
|
3224
|
-
}),
|
|
3229
|
+
}), $n = { class: "px-4 py-5 sm:px-6" }, Cn = { class: "text-xl font-bold" }, Sn = {
|
|
3225
3230
|
key: 0,
|
|
3226
3231
|
class: "px-4 py-5 sm:p-6"
|
|
3227
|
-
},
|
|
3232
|
+
}, Bn = { class: "flow-root" }, Mn = { class: "relative pb-8" }, Dn = {
|
|
3228
3233
|
key: 0,
|
|
3229
3234
|
class: "absolute left-4 top-4 -ml-px h-full w-0.5 bg-gray-200",
|
|
3230
3235
|
"aria-hidden": "true"
|
|
3231
|
-
},
|
|
3236
|
+
}, jn = { class: "relative flex space-x-3" }, Tn = { class: "min-w-0 flex-1 pt-1.5 flex justify-between space-x-4 items-center" }, zn = { class: "text-sm text-gray-500" }, Ln = ["onClick"], Nn = { class: "text-right text-sm whitespace-nowrap text-gray-500" }, An = ["datetime"], Yn = {
|
|
3232
3237
|
key: 1,
|
|
3233
3238
|
class: "bg-gray-50 px-4 py-4 sm:px-6 z-10"
|
|
3234
|
-
},
|
|
3239
|
+
}, On = { class: "text-sm" }, In = {
|
|
3235
3240
|
key: 2,
|
|
3236
3241
|
class: "h-full w-full flex items-center justify-center flex-col mb-5"
|
|
3237
|
-
},
|
|
3242
|
+
}, Pn = {
|
|
3238
3243
|
key: 1,
|
|
3239
3244
|
class: "bg-white overflow-hidden shadow rounded-lg"
|
|
3240
|
-
},
|
|
3245
|
+
}, Vn = { class: "px-4 py-5 sm:p-6 animate-pulse" }, Fn = { class: "flow-root" }, qn = {
|
|
3241
3246
|
class: "-mb-8",
|
|
3242
3247
|
role: "list"
|
|
3243
|
-
},
|
|
3248
|
+
}, Rn = { class: "relative pb-8" }, Hn = {
|
|
3244
3249
|
key: 0,
|
|
3245
3250
|
class: "absolute left-4 top-4 -ml-px h-full w-0.5 bg-gray-200",
|
|
3246
3251
|
"aria-hidden": "true"
|
|
3247
|
-
},
|
|
3252
|
+
}, Un = /* @__PURE__ */ B({
|
|
3248
3253
|
__name: "uiTimeline",
|
|
3249
3254
|
props: {
|
|
3250
3255
|
name: {},
|
|
@@ -3256,18 +3261,18 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
3256
3261
|
emits: ["timelineEventClicked", "timelineFooterClicked"],
|
|
3257
3262
|
setup(p, { emit: i }) {
|
|
3258
3263
|
const a = ce(p.timeline);
|
|
3259
|
-
return (n, l) => n.loading ? (s(), r("div",
|
|
3264
|
+
return (n, l) => n.loading ? (s(), r("div", Pn, [
|
|
3260
3265
|
l[3] || (l[3] = e("div", { class: "px-4 py-5 sm:px-6 animate-pulse" }, [
|
|
3261
3266
|
e("h1", { class: "text-xl font-bold" }, [
|
|
3262
3267
|
e("div", { class: "h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-1/4" })
|
|
3263
3268
|
])
|
|
3264
3269
|
], -1)),
|
|
3265
|
-
e("div",
|
|
3266
|
-
e("div",
|
|
3267
|
-
e("ul",
|
|
3270
|
+
e("div", Vn, [
|
|
3271
|
+
e("div", Fn, [
|
|
3272
|
+
e("ul", qn, [
|
|
3268
3273
|
(s(), r(x, null, $(10, (t, c) => e("li", { key: c }, [
|
|
3269
|
-
e("div",
|
|
3270
|
-
t !== 10 ? (s(), r("span",
|
|
3274
|
+
e("div", Rn, [
|
|
3275
|
+
t !== 10 ? (s(), r("span", Hn)) : b("", !0),
|
|
3271
3276
|
l[2] || (l[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))
|
|
3272
3277
|
])
|
|
3273
3278
|
])), 64))
|
|
@@ -3283,11 +3288,11 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
3283
3288
|
key: 0,
|
|
3284
3289
|
class: h(["h-[" + n.height + "px]", "bg-white overflow-hidden shadow rounded-lg"])
|
|
3285
3290
|
}, [
|
|
3286
|
-
e("div",
|
|
3287
|
-
e("h1",
|
|
3291
|
+
e("div", $n, [
|
|
3292
|
+
e("h1", Cn, g(n.name), 1)
|
|
3288
3293
|
]),
|
|
3289
|
-
a.items ? (s(), r("div",
|
|
3290
|
-
e("div",
|
|
3294
|
+
a.items ? (s(), r("div", Sn, [
|
|
3295
|
+
e("div", Bn, [
|
|
3291
3296
|
m(et, {
|
|
3292
3297
|
name: "list",
|
|
3293
3298
|
tag: "ul",
|
|
@@ -3297,9 +3302,9 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
3297
3302
|
(s(!0), r(x, null, $(a.items, (t, c) => {
|
|
3298
3303
|
var d;
|
|
3299
3304
|
return s(), r("li", { key: c }, [
|
|
3300
|
-
e("div",
|
|
3301
|
-
c < ((d = a.items) == null ? void 0 : d.length) - 1 ? (s(), r("span",
|
|
3302
|
-
e("div",
|
|
3305
|
+
e("div", Mn, [
|
|
3306
|
+
c < ((d = a.items) == null ? void 0 : d.length) - 1 ? (s(), r("span", Dn)) : b("", !0),
|
|
3307
|
+
e("div", jn, [
|
|
3303
3308
|
e("div", null, [
|
|
3304
3309
|
e("span", {
|
|
3305
3310
|
class: h([(t == null ? void 0 : t.iconBackground) || "bg-indigo-600", "h-8 w-8 rounded-full flex items-center justify-center ring-4 ring-white"])
|
|
@@ -3313,20 +3318,20 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
3313
3318
|
}, null, 8, ["loading", "icon"])
|
|
3314
3319
|
], 2)
|
|
3315
3320
|
]),
|
|
3316
|
-
e("div",
|
|
3321
|
+
e("div", Tn, [
|
|
3317
3322
|
e("div", null, [
|
|
3318
|
-
e("p",
|
|
3323
|
+
e("p", zn, [
|
|
3319
3324
|
e("a", {
|
|
3320
3325
|
onClick: (f) => n.$emit("timelineEventClicked", t.linkId),
|
|
3321
3326
|
class: "font-medium text-indigo-600 hover:text-indigo-800 cursor-pointer"
|
|
3322
|
-
}, g(t == null ? void 0 : t.target), 9,
|
|
3327
|
+
}, g(t == null ? void 0 : t.target), 9, Ln),
|
|
3323
3328
|
z(" " + g(t == null ? void 0 : t.content), 1)
|
|
3324
3329
|
])
|
|
3325
3330
|
]),
|
|
3326
|
-
e("div",
|
|
3331
|
+
e("div", Nn, [
|
|
3327
3332
|
e("time", {
|
|
3328
3333
|
datetime: t == null ? void 0 : t.datetime
|
|
3329
|
-
}, g(t == null ? void 0 : t.date), 9,
|
|
3334
|
+
}, g(t == null ? void 0 : t.date), 9, An)
|
|
3330
3335
|
])
|
|
3331
3336
|
])
|
|
3332
3337
|
])
|
|
@@ -3338,14 +3343,14 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
3338
3343
|
})
|
|
3339
3344
|
])
|
|
3340
3345
|
])) : b("", !0),
|
|
3341
|
-
a.items ? (s(), r("div",
|
|
3342
|
-
e("div",
|
|
3346
|
+
a.items ? (s(), r("div", Yn, [
|
|
3347
|
+
e("div", On, [
|
|
3343
3348
|
e("a", {
|
|
3344
3349
|
class: "cursor-pointer font-medium text-indigo-600 hover:text-indigo-500",
|
|
3345
3350
|
onClick: l[0] || (l[0] = (t) => n.$emit("timelineFooterClicked", n.timeline.id))
|
|
3346
3351
|
}, g(n.timeline.footerText), 1)
|
|
3347
3352
|
])
|
|
3348
|
-
])) : (s(), r("div",
|
|
3353
|
+
])) : (s(), r("div", In, [
|
|
3349
3354
|
m(j, {
|
|
3350
3355
|
icon: u(U),
|
|
3351
3356
|
color: "gray",
|
|
@@ -3356,10 +3361,10 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
3356
3361
|
]))
|
|
3357
3362
|
], 2));
|
|
3358
3363
|
}
|
|
3359
|
-
}),
|
|
3364
|
+
}), En = { class: "mx-auto px-6 lg:px-8" }, Zn = { class: "flex justify-between h-20" }, Jn = { class: "flex" }, Wn = { class: "-ml-2 mr-2 flex items-center lg:hidden" }, Gn = ["src"], Qn = { class: "flex items-center" }, Kn = { class: "lg:ml-4 lg:flex-shrink-0 lg:flex lg:items-center hidden" }, Xn = { class: "redCircle flex items-center justify-center h-4 w-4 bg-red-500 rounded-full absolute -top-0 -left-1" }, ea = ["src"], ta = ["onClick"], sa = { class: "pt-2 pb-3 space-y-1" }, oa = ["onClick"], la = { class: "pt-4 pb-3 border-t border-gray-200" }, ra = { class: "flex items-center px-4 sm:px-6" }, na = { class: "flex-shrink-0" }, aa = ["src"], ia = {
|
|
3360
3365
|
key: 0,
|
|
3361
3366
|
class: "ml-3"
|
|
3362
|
-
},
|
|
3367
|
+
}, da = { class: "text-base font-medium text-gray-800" }, ua = { class: "text-sm font-medium text-gray-500" }, ca = { class: "mt-3 space-y-1" }, ga = ["onClick"], ma = /* @__PURE__ */ B({
|
|
3363
3368
|
__name: "uiTopbar",
|
|
3364
3369
|
props: {
|
|
3365
3370
|
logo: {},
|
|
@@ -3376,10 +3381,10 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
3376
3381
|
class: "bg-white shadow z-10"
|
|
3377
3382
|
}, {
|
|
3378
3383
|
default: y(({ open: n }) => [
|
|
3379
|
-
e("div",
|
|
3380
|
-
e("div",
|
|
3381
|
-
e("div",
|
|
3382
|
-
e("div",
|
|
3384
|
+
e("div", En, [
|
|
3385
|
+
e("div", Zn, [
|
|
3386
|
+
e("div", Jn, [
|
|
3387
|
+
e("div", Wn, [
|
|
3383
3388
|
m(u(E), { 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" }, {
|
|
3384
3389
|
default: y(() => [
|
|
3385
3390
|
a[1] || (a[1] = e("span", { class: "sr-only" }, "Open main menu", -1)),
|
|
@@ -3404,11 +3409,11 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
3404
3409
|
class: "h-10",
|
|
3405
3410
|
src: o.logo,
|
|
3406
3411
|
alt: "Hotelinking suite product logo"
|
|
3407
|
-
}, null, 8,
|
|
3412
|
+
}, null, 8, Gn)
|
|
3408
3413
|
])
|
|
3409
3414
|
]),
|
|
3410
|
-
e("div",
|
|
3411
|
-
e("div",
|
|
3415
|
+
e("div", Qn, [
|
|
3416
|
+
e("div", Kn, [
|
|
3412
3417
|
m(u(fe), {
|
|
3413
3418
|
as: "div",
|
|
3414
3419
|
class: "ml-3 relative"
|
|
@@ -3417,7 +3422,7 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
3417
3422
|
e("div", null, [
|
|
3418
3423
|
C(m(u(he), { class: "bg-white rounded-full flex text-sm focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500 relative" }, {
|
|
3419
3424
|
default: y(() => [
|
|
3420
|
-
C(e("div",
|
|
3425
|
+
C(e("div", Xn, a[2] || (a[2] = [
|
|
3421
3426
|
e("span", { class: "animate-ping absolute inline-flex h-4 w-4 bg-red-500 rounded-full opacity-75" }, null, -1)
|
|
3422
3427
|
]), 512), [
|
|
3423
3428
|
[D, o.alerted]
|
|
@@ -3425,7 +3430,7 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
3425
3430
|
e("img", {
|
|
3426
3431
|
class: "h-10 w-10 rounded-full",
|
|
3427
3432
|
src: o.accountLogo
|
|
3428
|
-
}, null, 8,
|
|
3433
|
+
}, null, 8, ea)
|
|
3429
3434
|
]),
|
|
3430
3435
|
_: 1
|
|
3431
3436
|
}, 512), [
|
|
@@ -3453,7 +3458,7 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
3453
3458
|
t ? "bg-gray-100" : "",
|
|
3454
3459
|
"block px-4 py-2 text-sm text-gray-700"
|
|
3455
3460
|
]])
|
|
3456
|
-
}, g(l.name), 11,
|
|
3461
|
+
}, g(l.name), 11, ta)
|
|
3457
3462
|
]),
|
|
3458
3463
|
_: 2
|
|
3459
3464
|
}, 1024))), 128))
|
|
@@ -3472,7 +3477,7 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
3472
3477
|
]),
|
|
3473
3478
|
m(u(_e), { class: "lg:hidden" }, {
|
|
3474
3479
|
default: y(() => [
|
|
3475
|
-
e("div",
|
|
3480
|
+
e("div", sa, [
|
|
3476
3481
|
(s(!0), r(x, null, $(o.navigation, (l) => (s(), _(u(E), {
|
|
3477
3482
|
as: "template",
|
|
3478
3483
|
key: l.name,
|
|
@@ -3484,25 +3489,25 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
3484
3489
|
default: y(() => [
|
|
3485
3490
|
e("p", {
|
|
3486
3491
|
onClick: (t) => o.$emit("topBarClick", l.id)
|
|
3487
|
-
}, g(l.name), 9,
|
|
3492
|
+
}, g(l.name), 9, oa)
|
|
3488
3493
|
]),
|
|
3489
3494
|
_: 2
|
|
3490
3495
|
}, 1032, ["class"]))), 128))
|
|
3491
3496
|
]),
|
|
3492
|
-
e("div",
|
|
3493
|
-
e("div",
|
|
3494
|
-
e("div",
|
|
3497
|
+
e("div", la, [
|
|
3498
|
+
e("div", ra, [
|
|
3499
|
+
e("div", na, [
|
|
3495
3500
|
e("img", {
|
|
3496
3501
|
class: "h-10 w-10 rounded-full",
|
|
3497
3502
|
src: o.accountLogo
|
|
3498
|
-
}, null, 8,
|
|
3503
|
+
}, null, 8, aa)
|
|
3499
3504
|
]),
|
|
3500
|
-
o.brand ? (s(), r("div",
|
|
3501
|
-
e("div",
|
|
3502
|
-
e("div",
|
|
3505
|
+
o.brand ? (s(), r("div", ia, [
|
|
3506
|
+
e("div", da, g(o.brand.title), 1),
|
|
3507
|
+
e("div", ua, g(o.brand.subtitle), 1)
|
|
3503
3508
|
])) : b("", !0)
|
|
3504
3509
|
]),
|
|
3505
|
-
e("div",
|
|
3510
|
+
e("div", ca, [
|
|
3506
3511
|
(s(!0), r(x, null, $(o.profileMenu, (l) => (s(), _(u(E), {
|
|
3507
3512
|
as: "template",
|
|
3508
3513
|
key: l.name,
|
|
@@ -3511,7 +3516,7 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
3511
3516
|
default: y(() => [
|
|
3512
3517
|
e("p", {
|
|
3513
3518
|
onClick: (t) => o.$emit("topBarClick", l.id)
|
|
3514
|
-
}, g(l.name), 9,
|
|
3519
|
+
}, g(l.name), 9, ga)
|
|
3515
3520
|
]),
|
|
3516
3521
|
_: 2
|
|
3517
3522
|
}, 1024))), 128))
|
|
@@ -3524,7 +3529,7 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
3524
3529
|
_: 1
|
|
3525
3530
|
}));
|
|
3526
3531
|
}
|
|
3527
|
-
}),
|
|
3532
|
+
}), pa = { class: "chart-selector flex flex-row items-center justify-center" }, fa = /* @__PURE__ */ B({
|
|
3528
3533
|
__name: "RangeSelector",
|
|
3529
3534
|
props: { range: { type: String } },
|
|
3530
3535
|
emits: ["rangeSelected"],
|
|
@@ -3534,7 +3539,7 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
3534
3539
|
const l = (t) => {
|
|
3535
3540
|
n = t, o("rangeSelected", t);
|
|
3536
3541
|
};
|
|
3537
|
-
return (t, c) => (s(), r("ul",
|
|
3542
|
+
return (t, c) => (s(), r("ul", pa, [
|
|
3538
3543
|
e("li", {
|
|
3539
3544
|
class: h({ selected: u(n) === "24h" }),
|
|
3540
3545
|
onClick: c[0] || (c[0] = (d) => l("24h"))
|
|
@@ -3553,7 +3558,7 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
3553
3558
|
}, "3M", 2)
|
|
3554
3559
|
]));
|
|
3555
3560
|
}
|
|
3556
|
-
}),
|
|
3561
|
+
}), ha = { class: "chart-header flex flex-row justify-between" }, ya = { class: "text-sm font-medium text-gray-500 truncate" }, va = { class: "chart-content" }, ba = { class: "h-full w-full flex items-center justify-center flex-col" }, wa = { class: "card chart apex-chart px-4 py-5 bg-white shadow rounded-lg overflow-hidden sm:p-6 flex grow h-80" }, xa = /* @__PURE__ */ B({
|
|
3557
3562
|
__name: "uiFunnelChartV2",
|
|
3558
3563
|
props: {
|
|
3559
3564
|
labels: {},
|
|
@@ -3618,14 +3623,14 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
3618
3623
|
C(e("div", {
|
|
3619
3624
|
class: h(["h-[" + f.height + "px]", "card chart apex-chart px-4 py-5 bg-white shadow rounded-lg overflow-hidden sm:p-6 flex grow"])
|
|
3620
3625
|
}, [
|
|
3621
|
-
e("div",
|
|
3622
|
-
e("div",
|
|
3623
|
-
m(
|
|
3626
|
+
e("div", ha, [
|
|
3627
|
+
e("div", ya, g(f.title), 1),
|
|
3628
|
+
m(fa, {
|
|
3624
3629
|
range: f.range,
|
|
3625
3630
|
onRangeSelected: v[0] || (v[0] = (k) => f.$emit("selectedRange", { range: k, chartId: f.id }))
|
|
3626
3631
|
}, null, 8, ["range"])
|
|
3627
3632
|
]),
|
|
3628
|
-
C(e("div",
|
|
3633
|
+
C(e("div", va, [
|
|
3629
3634
|
m(u($e), {
|
|
3630
3635
|
type: f.type,
|
|
3631
3636
|
series: t.value,
|
|
@@ -3639,7 +3644,7 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
3639
3644
|
], 512), [
|
|
3640
3645
|
[D, !f.empty]
|
|
3641
3646
|
]),
|
|
3642
|
-
C(e("div",
|
|
3647
|
+
C(e("div", ba, [
|
|
3643
3648
|
m(j, {
|
|
3644
3649
|
icon: u(U),
|
|
3645
3650
|
color: "gray",
|
|
@@ -3653,7 +3658,7 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
3653
3658
|
], 2), [
|
|
3654
3659
|
[D, !f.loading]
|
|
3655
3660
|
]),
|
|
3656
|
-
C(e("div",
|
|
3661
|
+
C(e("div", wa, v[2] || (v[2] = [
|
|
3657
3662
|
e("div", {
|
|
3658
3663
|
role: "status",
|
|
3659
3664
|
class: "w-full animate-pulse h-full flex flex-col"
|
|
@@ -3684,7 +3689,7 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
3684
3689
|
])
|
|
3685
3690
|
], 64));
|
|
3686
3691
|
}
|
|
3687
|
-
}),
|
|
3692
|
+
}), ka = { class: "w-full flex flex-col items-center justify-center p-10 grow" }, _a = { class: "text-2xl mt-4 font-bold" }, $a = { class: "buttons flex flex-row items-center justify-center mt-8 gap-x-1" }, Ca = /* @__PURE__ */ B({
|
|
3688
3693
|
__name: "uiNoResults",
|
|
3689
3694
|
props: {
|
|
3690
3695
|
title: {},
|
|
@@ -3695,16 +3700,16 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
3695
3700
|
},
|
|
3696
3701
|
emits: ["action", "noResultsOptionSelected"],
|
|
3697
3702
|
setup(p) {
|
|
3698
|
-
return (i, o) => (s(), r("div",
|
|
3703
|
+
return (i, o) => (s(), r("div", ka, [
|
|
3699
3704
|
m(j, {
|
|
3700
3705
|
loading: !1,
|
|
3701
3706
|
icon: u(U),
|
|
3702
3707
|
size: "massive",
|
|
3703
3708
|
color: "gray"
|
|
3704
3709
|
}, null, 8, ["icon"]),
|
|
3705
|
-
e("h2",
|
|
3710
|
+
e("h2", _a, g(i.title), 1),
|
|
3706
3711
|
e("p", null, g(i.message), 1),
|
|
3707
|
-
e("div",
|
|
3712
|
+
e("div", $a, [
|
|
3708
3713
|
(s(!0), r(x, null, $(i.actions, (a, n) => (s(), _(G, {
|
|
3709
3714
|
key: n,
|
|
3710
3715
|
loading: !1,
|
|
@@ -3724,7 +3729,7 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
3724
3729
|
])
|
|
3725
3730
|
]));
|
|
3726
3731
|
}
|
|
3727
|
-
}),
|
|
3732
|
+
}), Sa = { class: "fixed inset-0 overflow-hidden" }, Ba = { class: "absolute inset-0 overflow-hidden" }, Ma = { class: "pointer-events-none fixed inset-y-0 right-0 flex max-w-full pl-10" }, Da = { 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" }, Ta = { class: "flex items-center justify-between" }, za = { class: "ml-3 flex h-7 items-center" }, La = { class: "mt-1" }, Na = { class: "text-sm text-indigo-300" }, Aa = { class: "relative flex-1 px-4 py-6 sm:px-6" }, Ya = /* @__PURE__ */ B({
|
|
3728
3733
|
__name: "uiRightSidebar",
|
|
3729
3734
|
props: {
|
|
3730
3735
|
title: {},
|
|
@@ -3745,9 +3750,9 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
3745
3750
|
}, {
|
|
3746
3751
|
default: y(() => [
|
|
3747
3752
|
a[4] || (a[4] = e("div", { class: "fixed inset-0" }, null, -1)),
|
|
3748
|
-
e("div",
|
|
3749
|
-
e("div",
|
|
3750
|
-
e("div",
|
|
3753
|
+
e("div", Sa, [
|
|
3754
|
+
e("div", Ba, [
|
|
3755
|
+
e("div", Ma, [
|
|
3751
3756
|
m(u(W), {
|
|
3752
3757
|
as: "template",
|
|
3753
3758
|
enter: "transform transition ease-in-out duration-500 sm:duration-700",
|
|
@@ -3760,16 +3765,16 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
3760
3765
|
default: y(() => [
|
|
3761
3766
|
m(u(xe), { class: "pointer-events-auto w-screen max-w-md" }, {
|
|
3762
3767
|
default: y(() => [
|
|
3763
|
-
e("div",
|
|
3764
|
-
e("div",
|
|
3765
|
-
e("div",
|
|
3768
|
+
e("div", Da, [
|
|
3769
|
+
e("div", ja, [
|
|
3770
|
+
e("div", Ta, [
|
|
3766
3771
|
m(u(qe), { class: "text-base font-semibold leading-6 text-white" }, {
|
|
3767
3772
|
default: y(() => [
|
|
3768
3773
|
z(g(o.title), 1)
|
|
3769
3774
|
]),
|
|
3770
3775
|
_: 1
|
|
3771
3776
|
}),
|
|
3772
|
-
e("div",
|
|
3777
|
+
e("div", za, [
|
|
3773
3778
|
e("button", {
|
|
3774
3779
|
type: "button",
|
|
3775
3780
|
class: "relative rounded-md bg-indigo-700 text-indigo-200 hover:text-white outline-none",
|
|
@@ -3784,11 +3789,11 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
3784
3789
|
])
|
|
3785
3790
|
])
|
|
3786
3791
|
]),
|
|
3787
|
-
e("div",
|
|
3788
|
-
e("p",
|
|
3792
|
+
e("div", La, [
|
|
3793
|
+
e("p", Na, g(o.description), 1)
|
|
3789
3794
|
])
|
|
3790
3795
|
]),
|
|
3791
|
-
e("div",
|
|
3796
|
+
e("div", Aa, [
|
|
3792
3797
|
q(o.$slots, "default")
|
|
3793
3798
|
])
|
|
3794
3799
|
])
|
|
@@ -3808,15 +3813,15 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
3808
3813
|
_: 3
|
|
3809
3814
|
}, 8, ["show"]));
|
|
3810
3815
|
}
|
|
3811
|
-
}),
|
|
3816
|
+
}), Oa = { class: "uiGallery" }, Ia = {
|
|
3812
3817
|
key: 1,
|
|
3813
3818
|
role: "list",
|
|
3814
3819
|
class: "grid grid-cols-2 gap-x-4 gap-y-8 sm:grid-cols-3 sm:gap-x-4 lg:grid-cols-6"
|
|
3815
|
-
},
|
|
3820
|
+
}, Pa = { 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" }, Va = ["src"], Fa = ["onClick"], qa = { class: "pointer-events-none mt-2 block truncate text-sm font-medium text-gray-900" }, Ra = { class: "flex items-center justify-between" }, Ha = { class: "pointer-events-none block text-sm font-medium text-gray-500" }, Ua = {
|
|
3816
3821
|
key: 2,
|
|
3817
3822
|
role: "list",
|
|
3818
3823
|
class: "grid grid-cols-2 gap-x-4 gap-y-8 sm:grid-cols-3 sm:gap-x-4 lg:grid-cols-6"
|
|
3819
|
-
},
|
|
3824
|
+
}, Ea = /* @__PURE__ */ B({
|
|
3820
3825
|
__name: "uiGallery",
|
|
3821
3826
|
props: {
|
|
3822
3827
|
galleryId: {},
|
|
@@ -3829,7 +3834,7 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
3829
3834
|
const o = i, a = N(!1), n = (l) => {
|
|
3830
3835
|
a.value = !1, o("modalAction", l);
|
|
3831
3836
|
};
|
|
3832
|
-
return (l, t) => (s(), r("div",
|
|
3837
|
+
return (l, t) => (s(), r("div", Oa, [
|
|
3833
3838
|
l.loading ? b("", !0) : (s(), _(We, {
|
|
3834
3839
|
key: 0,
|
|
3835
3840
|
open: a.value,
|
|
@@ -3844,32 +3849,32 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
3844
3849
|
]),
|
|
3845
3850
|
_: 1
|
|
3846
3851
|
}, 8, ["open", "title", "actions"])),
|
|
3847
|
-
l.loading ? (s(), r("ul",
|
|
3852
|
+
l.loading ? (s(), r("ul", Ua, [
|
|
3848
3853
|
(s(), r(x, null, $(4, (c) => e("li", null, t[2] || (t[2] = [
|
|
3849
3854
|
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),
|
|
3850
3855
|
e("p", { class: "animate-pulse h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-28 mt-4" }, null, -1),
|
|
3851
3856
|
e("p", { class: "animate-pulse h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-14 mt-2" }, null, -1)
|
|
3852
3857
|
]))), 64))
|
|
3853
|
-
])) : (s(), r("ul",
|
|
3858
|
+
])) : (s(), r("ul", Ia, [
|
|
3854
3859
|
(s(!0), r(x, null, $(l.gallery, (c) => (s(), r("li", {
|
|
3855
3860
|
key: c.source,
|
|
3856
3861
|
class: "relative"
|
|
3857
3862
|
}, [
|
|
3858
|
-
e("div",
|
|
3863
|
+
e("div", Pa, [
|
|
3859
3864
|
e("img", {
|
|
3860
3865
|
src: c.source,
|
|
3861
3866
|
alt: "",
|
|
3862
3867
|
class: "pointer-events-none object-cover group-hover:opacity-75"
|
|
3863
|
-
}, null, 8,
|
|
3868
|
+
}, null, 8, Va),
|
|
3864
3869
|
e("button", {
|
|
3865
3870
|
type: "button",
|
|
3866
3871
|
class: "absolute inset-0 focus:outline-none",
|
|
3867
3872
|
onClick: (d) => l.$emit("imgClicked", c)
|
|
3868
|
-
}, null, 8,
|
|
3873
|
+
}, null, 8, Fa)
|
|
3869
3874
|
]),
|
|
3870
|
-
e("p",
|
|
3871
|
-
e("div",
|
|
3872
|
-
e("p",
|
|
3875
|
+
e("p", qa, g(c.title), 1),
|
|
3876
|
+
e("div", Ra, [
|
|
3877
|
+
e("p", Ha, g(c.size), 1),
|
|
3873
3878
|
m(j, {
|
|
3874
3879
|
class: "cursor-pointer",
|
|
3875
3880
|
icon: u(Dt),
|
|
@@ -3895,10 +3900,10 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
3895
3900
|
})) : b("", !0)
|
|
3896
3901
|
]));
|
|
3897
3902
|
}
|
|
3898
|
-
}),
|
|
3903
|
+
}), Za = { 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" }, Ja = { class: "flex flex-row items-center w-full" }, Wa = { class: "content text-sm grow" }, Ga = { class: "font-bold" }, Qa = { key: 0 }, Ka = { class: "font-bold text-gray-400" }, Xa = {
|
|
3899
3904
|
key: 1,
|
|
3900
3905
|
class: "animate-pulse"
|
|
3901
|
-
},
|
|
3906
|
+
}, ei = /* @__PURE__ */ B({
|
|
3902
3907
|
__name: "uiDragAndDrop",
|
|
3903
3908
|
props: {
|
|
3904
3909
|
elements: {},
|
|
@@ -3914,7 +3919,7 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
3914
3919
|
const l = (t) => {
|
|
3915
3920
|
o("dragAndDropUpdated", t);
|
|
3916
3921
|
};
|
|
3917
|
-
return (t, c) => t.loading ? (s(), r("div",
|
|
3922
|
+
return (t, c) => t.loading ? (s(), r("div", Xa, c[2] || (c[2] = [
|
|
3918
3923
|
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)
|
|
3919
3924
|
]))) : (s(), _(u(nt), {
|
|
3920
3925
|
key: 0,
|
|
@@ -3925,8 +3930,8 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
3925
3930
|
]
|
|
3926
3931
|
}, {
|
|
3927
3932
|
item: y(({ item: d }) => [
|
|
3928
|
-
e("div",
|
|
3929
|
-
e("div",
|
|
3933
|
+
e("div", Za, [
|
|
3934
|
+
e("div", Ja, [
|
|
3930
3935
|
m(j, {
|
|
3931
3936
|
icon: u(bt),
|
|
3932
3937
|
loading: !1,
|
|
@@ -3934,18 +3939,18 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
3934
3939
|
class: "mr-4",
|
|
3935
3940
|
size: "big"
|
|
3936
3941
|
}, null, 8, ["icon"]),
|
|
3937
|
-
e("div",
|
|
3938
|
-
e("p",
|
|
3939
|
-
d.description ? (s(), r("p",
|
|
3942
|
+
e("div", Wa, [
|
|
3943
|
+
e("p", Ga, g(d.name), 1),
|
|
3944
|
+
d.description ? (s(), r("p", Qa, g(d.description), 1)) : b("", !0)
|
|
3940
3945
|
]),
|
|
3941
|
-
e("div",
|
|
3946
|
+
e("div", Ka, g(u(n).indexOf(d) + 1), 1)
|
|
3942
3947
|
])
|
|
3943
3948
|
])
|
|
3944
3949
|
]),
|
|
3945
3950
|
_: 1
|
|
3946
3951
|
}, 8, ["modelValue"]));
|
|
3947
3952
|
}
|
|
3948
|
-
}),
|
|
3953
|
+
}), ti = { class: "chart-header flex flex-row justify-between" }, si = { class: "text-sm font-medium text-gray-500 truncate" }, oi = { class: "hidden sm:flex items-center" }, li = { class: "w-1/2 min-w-0 flex-1" }, ri = ["max"], ni = { class: "min-w-0 flex-1" }, ai = ["max"], ii = { class: "chart-content" }, di = { class: "h-full w-full flex items-center justify-center flex-col" }, ui = { class: "card chart apex-chart px-4 py-5 bg-white shadow rounded-lg overflow-hidden sm:p-6 flex grow h-80" }, ci = /* @__PURE__ */ B({
|
|
3949
3954
|
__name: "uiCircleChart",
|
|
3950
3955
|
props: {
|
|
3951
3956
|
labels: {},
|
|
@@ -4013,10 +4018,10 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
4013
4018
|
C(e("div", {
|
|
4014
4019
|
class: h(["h-[" + A.height + "px]", "card chart apex-chart px-4 py-5 bg-white shadow rounded-lg overflow-hidden sm:p-6 flex grow"])
|
|
4015
4020
|
}, [
|
|
4016
|
-
e("div",
|
|
4017
|
-
e("div",
|
|
4018
|
-
e("div",
|
|
4019
|
-
e("div",
|
|
4021
|
+
e("div", ti, [
|
|
4022
|
+
e("div", si, g(A.title), 1),
|
|
4023
|
+
e("div", oi, [
|
|
4024
|
+
e("div", li, [
|
|
4020
4025
|
C(e("input", {
|
|
4021
4026
|
type: "datetime-local",
|
|
4022
4027
|
"onUpdate:modelValue": M[0] || (M[0] = (S) => u(l).from = S),
|
|
@@ -4025,11 +4030,11 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
4025
4030
|
name: "from",
|
|
4026
4031
|
id: "from",
|
|
4027
4032
|
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"
|
|
4028
|
-
}, null, 40,
|
|
4033
|
+
}, null, 40, ri), [
|
|
4029
4034
|
[X, u(l).from]
|
|
4030
4035
|
])
|
|
4031
4036
|
]),
|
|
4032
|
-
e("div",
|
|
4037
|
+
e("div", ni, [
|
|
4033
4038
|
C(e("input", {
|
|
4034
4039
|
type: "datetime-local",
|
|
4035
4040
|
"onUpdate:modelValue": M[1] || (M[1] = (S) => u(l).to = S),
|
|
@@ -4038,7 +4043,7 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
4038
4043
|
name: "to",
|
|
4039
4044
|
id: "to",
|
|
4040
4045
|
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"
|
|
4041
|
-
}, null, 40,
|
|
4046
|
+
}, null, 40, ai), [
|
|
4042
4047
|
[X, u(l).to]
|
|
4043
4048
|
])
|
|
4044
4049
|
]),
|
|
@@ -4051,7 +4056,7 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
4051
4056
|
}, null, 8, ["loading", "icon"])
|
|
4052
4057
|
])
|
|
4053
4058
|
]),
|
|
4054
|
-
C(e("div",
|
|
4059
|
+
C(e("div", ii, [
|
|
4055
4060
|
m(u($e), {
|
|
4056
4061
|
class: "flex items-center justify-center mt-4",
|
|
4057
4062
|
type: "donut",
|
|
@@ -4065,7 +4070,7 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
4065
4070
|
], 512), [
|
|
4066
4071
|
[D, !A.empty]
|
|
4067
4072
|
]),
|
|
4068
|
-
C(e("div",
|
|
4073
|
+
C(e("div", di, [
|
|
4069
4074
|
m(j, {
|
|
4070
4075
|
icon: u(U),
|
|
4071
4076
|
color: "gray",
|
|
@@ -4079,7 +4084,7 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
4079
4084
|
], 2), [
|
|
4080
4085
|
[D, !A.loading]
|
|
4081
4086
|
]),
|
|
4082
|
-
C(e("div",
|
|
4087
|
+
C(e("div", ui, M[4] || (M[4] = [
|
|
4083
4088
|
e("div", {
|
|
4084
4089
|
role: "status",
|
|
4085
4090
|
class: "w-full animate-pulse h-full flex flex-col"
|
|
@@ -4110,13 +4115,13 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
4110
4115
|
])
|
|
4111
4116
|
], 64));
|
|
4112
4117
|
}
|
|
4113
|
-
}),
|
|
4118
|
+
}), gi = {
|
|
4114
4119
|
key: 0,
|
|
4115
4120
|
class: "flex flex-col lg:flex-row w-full gap-y-4 gap-x-2"
|
|
4116
|
-
},
|
|
4121
|
+
}, mi = {
|
|
4117
4122
|
key: 1,
|
|
4118
4123
|
class: "flex flex-col lg:flex-row w-full gap-y-4 gap-x-2"
|
|
4119
|
-
},
|
|
4124
|
+
}, pi = /* @__PURE__ */ B({
|
|
4120
4125
|
__name: "uiDateRange",
|
|
4121
4126
|
props: {
|
|
4122
4127
|
id: {},
|
|
@@ -4140,7 +4145,7 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
4140
4145
|
const t = () => {
|
|
4141
4146
|
l("uiDateRangeButtonClicked", n);
|
|
4142
4147
|
};
|
|
4143
|
-
return (c, d) => c.loading ? (s(), r("div",
|
|
4148
|
+
return (c, d) => c.loading ? (s(), r("div", mi, [
|
|
4144
4149
|
m(J, {
|
|
4145
4150
|
name: "dateFrom",
|
|
4146
4151
|
loading: !0
|
|
@@ -4155,7 +4160,7 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
4155
4160
|
])),
|
|
4156
4161
|
_: 1
|
|
4157
4162
|
})
|
|
4158
|
-
])) : (s(), r("div",
|
|
4163
|
+
])) : (s(), r("div", gi, [
|
|
4159
4164
|
m(J, {
|
|
4160
4165
|
type: "datetime-local",
|
|
4161
4166
|
loading: !1,
|
|
@@ -4197,16 +4202,16 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
4197
4202
|
}, 8, ["disabled", "class"])
|
|
4198
4203
|
]));
|
|
4199
4204
|
}
|
|
4200
|
-
}),
|
|
4205
|
+
}), fi = { class: "flex justify-between items-center" }, hi = {
|
|
4201
4206
|
key: 0,
|
|
4202
4207
|
class: "block text-sm font-medium text-gray-700"
|
|
4203
|
-
},
|
|
4208
|
+
}, yi = {
|
|
4204
4209
|
key: 1,
|
|
4205
4210
|
class: "text-[10px] text-gray-500 uppercase justify-self-end"
|
|
4206
|
-
},
|
|
4211
|
+
}, vi = {
|
|
4207
4212
|
key: 1,
|
|
4208
4213
|
class: "h-2 animate-pulse bg-gray-200 rounded-full dark:bg-gray-300 w-full"
|
|
4209
|
-
},
|
|
4214
|
+
}, bi = /* @__PURE__ */ B({
|
|
4210
4215
|
__name: "uiRangeSlider",
|
|
4211
4216
|
props: {
|
|
4212
4217
|
loading: { type: Boolean, default: !0 },
|
|
@@ -4221,14 +4226,14 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
4221
4226
|
setup(p, { emit: i }) {
|
|
4222
4227
|
const o = i, n = N(p.sliderValue);
|
|
4223
4228
|
return (l, t) => (s(), r("div", null, [
|
|
4224
|
-
e("div",
|
|
4225
|
-
l.label ? (s(), r("label",
|
|
4226
|
-
l.requiredText ? (s(), r("span",
|
|
4229
|
+
e("div", fi, [
|
|
4230
|
+
l.label ? (s(), r("label", hi, g(l.label), 1)) : b("", !0),
|
|
4231
|
+
l.requiredText ? (s(), r("span", yi, g(l.requiredText), 1)) : b("", !0)
|
|
4227
4232
|
]),
|
|
4228
4233
|
e("div", {
|
|
4229
4234
|
class: h([{ "mt-1": l.label }, "pt-16 px-6 pb-6 bg-gray-50 border border-gray-300 rounded-lg shadow-sm"])
|
|
4230
4235
|
}, [
|
|
4231
|
-
l.loading ? (s(), r("p",
|
|
4236
|
+
l.loading ? (s(), r("p", vi)) : (s(), _(u(at), {
|
|
4232
4237
|
key: 0,
|
|
4233
4238
|
modelValue: n.value,
|
|
4234
4239
|
"onUpdate:modelValue": t[0] || (t[0] = (c) => n.value = c),
|
|
@@ -4244,7 +4249,7 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
4244
4249
|
], 2)
|
|
4245
4250
|
]));
|
|
4246
4251
|
}
|
|
4247
|
-
}),
|
|
4252
|
+
}), wi = { class: "mt-1 mb-8 text-sm text-gray-500" }, xi = /* @__PURE__ */ B({
|
|
4248
4253
|
__name: "uiSectionTitle",
|
|
4249
4254
|
props: {
|
|
4250
4255
|
title: {},
|
|
@@ -4255,16 +4260,16 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
4255
4260
|
e("h3", {
|
|
4256
4261
|
class: h(["text-lg font-medium leading-6 text-gray-900", { "mb-8": i.description === void 0 }])
|
|
4257
4262
|
}, g(i.title), 3),
|
|
4258
|
-
e("p",
|
|
4263
|
+
e("p", wi, g(i.description), 1)
|
|
4259
4264
|
], 64));
|
|
4260
4265
|
}
|
|
4261
|
-
}),
|
|
4266
|
+
}), ki = {
|
|
4262
4267
|
key: 0,
|
|
4263
4268
|
class: "col-span-1 flex flex-col divide-y divide-gray-200 rounded-lg bg-white text-center shadow"
|
|
4264
|
-
},
|
|
4269
|
+
}, _i = { class: "flex flex-1 flex-col p-8" }, $i = { class: "text-2xl font-bold text-gray-900" }, Ci = { class: "mt-1 flex flex-grow flex-col justify-between" }, Si = { class: "mt-3 flex flex-wrap gap-x-1 gap-y-1 justify-center" }, Bi = {
|
|
4265
4270
|
key: 1,
|
|
4266
4271
|
class: "col-span-1 flex flex-col divide-y divide-gray-200 rounded-lg bg-white text-center shadow"
|
|
4267
|
-
},
|
|
4272
|
+
}, Mi = { class: "flex flex-1 flex-col p-8" }, Di = { 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" }, Ti = { class: "mt-3 flex flex-wrap gap-x-1 gap-y-1 justify-center" }, zi = /* @__PURE__ */ B({
|
|
4268
4273
|
__name: "uiDeviceStatus",
|
|
4269
4274
|
props: {
|
|
4270
4275
|
id: {},
|
|
@@ -4277,9 +4282,9 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
4277
4282
|
},
|
|
4278
4283
|
emits: ["deviceStatusTagClicked", "deviceStatusQtyClicked"],
|
|
4279
4284
|
setup(p, { emit: i }) {
|
|
4280
|
-
return (o, a) => o.loading ? (s(), r("div",
|
|
4281
|
-
e("div",
|
|
4282
|
-
e("div",
|
|
4285
|
+
return (o, a) => o.loading ? (s(), r("div", Bi, [
|
|
4286
|
+
e("div", Mi, [
|
|
4287
|
+
e("div", Di, [
|
|
4283
4288
|
m(j, {
|
|
4284
4289
|
icon: o.icon,
|
|
4285
4290
|
size: "huge",
|
|
@@ -4289,8 +4294,8 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
4289
4294
|
}, null, 8, ["icon", "loading"])
|
|
4290
4295
|
]),
|
|
4291
4296
|
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)),
|
|
4292
|
-
e("dl",
|
|
4293
|
-
e("dd",
|
|
4297
|
+
e("dl", ji, [
|
|
4298
|
+
e("dd", Ti, [
|
|
4294
4299
|
(s(!0), r(x, null, $(o.tags, (n, l) => (s(), _(H, {
|
|
4295
4300
|
key: l,
|
|
4296
4301
|
loading: o.loading,
|
|
@@ -4306,8 +4311,8 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
4306
4311
|
])
|
|
4307
4312
|
])
|
|
4308
4313
|
])
|
|
4309
|
-
])) : (s(), r("div",
|
|
4310
|
-
e("div",
|
|
4314
|
+
])) : (s(), r("div", ki, [
|
|
4315
|
+
e("div", _i, [
|
|
4311
4316
|
e("div", {
|
|
4312
4317
|
class: h(["rounded-md p-3 flex items-center justify-center mx-auto mb-4", {
|
|
4313
4318
|
"bg-green-500": !o.color || o.color === "green",
|
|
@@ -4326,7 +4331,7 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
4326
4331
|
loading: !1
|
|
4327
4332
|
}, null, 8, ["icon"])
|
|
4328
4333
|
], 2),
|
|
4329
|
-
e("h3",
|
|
4334
|
+
e("h3", $i, [
|
|
4330
4335
|
z(g(o.name) + " ", 1),
|
|
4331
4336
|
C(e("span", {
|
|
4332
4337
|
class: "text-indigo-600 hover:text-indigo-900 cursor-pointer",
|
|
@@ -4335,8 +4340,8 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
4335
4340
|
[D, o.qty > 0]
|
|
4336
4341
|
])
|
|
4337
4342
|
]),
|
|
4338
|
-
e("dl",
|
|
4339
|
-
e("dd",
|
|
4343
|
+
e("dl", Ci, [
|
|
4344
|
+
e("dd", Si, [
|
|
4340
4345
|
(s(!0), r(x, null, $(o.tags, (n, l) => (s(), _(H, {
|
|
4341
4346
|
key: l,
|
|
4342
4347
|
loading: !1,
|
|
@@ -4354,24 +4359,24 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
4354
4359
|
])
|
|
4355
4360
|
]));
|
|
4356
4361
|
}
|
|
4357
|
-
}),
|
|
4362
|
+
}), Li = { class: "flex flex-row grow border-r border-gray-200 bg-white pr-6" }, Ni = { class: "bg-indigo-600 w-16 mr-6" }, Ai = ["onClick"], Yi = {
|
|
4358
4363
|
key: 0,
|
|
4359
4364
|
class: "flex flex-col grow gap-y-5 overflow-y-auto pr-6"
|
|
4360
|
-
},
|
|
4365
|
+
}, Oi = { class: "flex h-16 shrink-0 items-center" }, Ii = ["src"], Pi = { class: "flex flex-1 flex-col" }, Vi = {
|
|
4361
4366
|
key: 0,
|
|
4362
4367
|
role: "list",
|
|
4363
4368
|
class: "flex flex-1 flex-col gap-y-7 mb-4"
|
|
4364
|
-
},
|
|
4369
|
+
}, Fi = {
|
|
4365
4370
|
role: "list",
|
|
4366
4371
|
class: "ml-2 space-y-1"
|
|
4367
|
-
},
|
|
4372
|
+
}, qi = ["onClick"], Ri = {
|
|
4368
4373
|
key: 1,
|
|
4369
4374
|
role: "list",
|
|
4370
4375
|
class: "flex flex-1 flex-col gap-y-7 mb-4"
|
|
4371
|
-
},
|
|
4376
|
+
}, Hi = { class: "ml-2 space-y-1" }, Ui = { class: "font-bold mb-4" }, Ei = {
|
|
4372
4377
|
key: 1,
|
|
4373
4378
|
class: "flex flex-col grow gap-y-5 overflow-y-auto pr-6"
|
|
4374
|
-
},
|
|
4379
|
+
}, Zi = { class: "h-12 flex flex-row items-center" }, Le = /* @__PURE__ */ B({
|
|
4375
4380
|
__name: "uiSidebarV2",
|
|
4376
4381
|
props: {
|
|
4377
4382
|
navigation: {},
|
|
@@ -4383,8 +4388,8 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
4383
4388
|
},
|
|
4384
4389
|
emits: ["productBarClick", "sideBarClick"],
|
|
4385
4390
|
setup(p, { emit: i }) {
|
|
4386
|
-
return (o, a) => (s(), r("div",
|
|
4387
|
-
e("div",
|
|
4391
|
+
return (o, a) => (s(), r("div", Li, [
|
|
4392
|
+
e("div", Ni, [
|
|
4388
4393
|
e("ul", null, [
|
|
4389
4394
|
(s(!0), r(x, null, $(o.productsSidebar, (n, l) => (s(), r("li", {
|
|
4390
4395
|
key: l,
|
|
@@ -4397,26 +4402,26 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
4397
4402
|
color: "white",
|
|
4398
4403
|
size: "bigger"
|
|
4399
4404
|
}, null, 8, ["icon"])
|
|
4400
|
-
], 10,
|
|
4405
|
+
], 10, Ai))), 128))
|
|
4401
4406
|
])
|
|
4402
4407
|
]),
|
|
4403
|
-
o.loading ? (s(), r("div",
|
|
4404
|
-
(s(), r(x, null, $(5, (n) => e("div",
|
|
4408
|
+
o.loading ? (s(), r("div", Ei, [
|
|
4409
|
+
(s(), r(x, null, $(5, (n) => e("div", Zi, a[0] || (a[0] = [
|
|
4405
4410
|
e("div", { class: "w-6 h-6 animate-pulse bg-gray-200 rounded-full dark:bg-gray-300 mr-4" }, null, -1),
|
|
4406
4411
|
e("div", { class: "h-3 animate-pulse bg-gray-200 rounded-full w-1/2 dark:bg-gray-300" }, null, -1)
|
|
4407
4412
|
]))), 64))
|
|
4408
|
-
])) : (s(), r("div",
|
|
4409
|
-
e("div",
|
|
4413
|
+
])) : (s(), r("div", Yi, [
|
|
4414
|
+
e("div", Oi, [
|
|
4410
4415
|
e("img", {
|
|
4411
4416
|
class: "h-8 w-auto",
|
|
4412
4417
|
src: o.logo,
|
|
4413
4418
|
alt: "Your Company"
|
|
4414
|
-
}, null, 8,
|
|
4419
|
+
}, null, 8, Ii)
|
|
4415
4420
|
]),
|
|
4416
|
-
e("nav",
|
|
4417
|
-
o.isFilterNavigation ? b("", !0) : (s(), r("ul",
|
|
4421
|
+
e("nav", Pi, [
|
|
4422
|
+
o.isFilterNavigation ? b("", !0) : (s(), r("ul", Vi, [
|
|
4418
4423
|
e("li", null, [
|
|
4419
|
-
e("ul",
|
|
4424
|
+
e("ul", Fi, [
|
|
4420
4425
|
(s(!0), r(x, null, $(o.navigation, (n) => (s(), r("li", {
|
|
4421
4426
|
key: n.name
|
|
4422
4427
|
}, [
|
|
@@ -4489,13 +4494,13 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
4489
4494
|
class: "shrink-0"
|
|
4490
4495
|
}, null, 8, ["icon"]),
|
|
4491
4496
|
z(" " + g(n.name), 1)
|
|
4492
|
-
], 10,
|
|
4497
|
+
], 10, qi))
|
|
4493
4498
|
]))), 128))
|
|
4494
4499
|
])
|
|
4495
4500
|
])
|
|
4496
4501
|
])),
|
|
4497
|
-
o.isFilterNavigation && o.filterNavigation ? (s(), r("ul",
|
|
4498
|
-
e("li",
|
|
4502
|
+
o.isFilterNavigation && o.filterNavigation ? (s(), r("ul", Ri, [
|
|
4503
|
+
e("li", Hi, [
|
|
4499
4504
|
o.filterNavigation.hasSearch && o.filterNavigation.search ? (s(), _(J, {
|
|
4500
4505
|
key: 0,
|
|
4501
4506
|
name: o.filterNavigation.search.name,
|
|
@@ -4509,7 +4514,7 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
4509
4514
|
class: "ml-2",
|
|
4510
4515
|
key: l
|
|
4511
4516
|
}, [
|
|
4512
|
-
e("p",
|
|
4517
|
+
e("p", Ui, g(n.label), 1),
|
|
4513
4518
|
(s(!0), r(x, null, $(n.filters, (t, c) => (s(), _(Re, {
|
|
4514
4519
|
class: "mb-2",
|
|
4515
4520
|
value: t.value,
|
|
@@ -4526,14 +4531,14 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
4526
4531
|
]))
|
|
4527
4532
|
]));
|
|
4528
4533
|
}
|
|
4529
|
-
}),
|
|
4534
|
+
}), Ji = { class: "fixed inset-0 flex" }, Wi = { class: "absolute left-full top-0 flex w-16 justify-center pt-5" }, Gi = { class: "hidden lg:fixed lg:inset-y-0 lg:z-50 lg:flex lg:w-[25rem] lg:flex-col" }, Qi = { class: "lg:pl-[25rem]" }, Ki = { 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" }, Xi = { class: "flex flex-1 gap-x-4 self-stretch lg:gap-x-6" }, ed = {
|
|
4530
4535
|
class: "relative flex flex-1",
|
|
4531
4536
|
action: "#",
|
|
4532
4537
|
method: "GET"
|
|
4533
|
-
},
|
|
4538
|
+
}, td = { 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" }, sd = { class: "flex items-center gap-x-4 lg:gap-x-6" }, od = {
|
|
4534
4539
|
type: "button",
|
|
4535
4540
|
class: "-m-2.5 p-2.5 text-gray-400 hover:text-gray-500 relative"
|
|
4536
|
-
},
|
|
4541
|
+
}, ld = { class: "redCircle flex items-center justify-center h-4 w-4 bg-red-500 rounded-full absolute top-1 left-2" }, rd = ["src"], nd = { class: "hidden lg:flex lg:items-center" }, ad = ["onClick"], id = { class: "py-7" }, dd = { class: "px-7 lg:px-10" }, ud = /* @__PURE__ */ B({
|
|
4537
4542
|
__name: "uiWrapper",
|
|
4538
4543
|
props: {
|
|
4539
4544
|
topbar: {},
|
|
@@ -4567,7 +4572,7 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
4567
4572
|
])),
|
|
4568
4573
|
_: 1
|
|
4569
4574
|
}),
|
|
4570
|
-
e("div",
|
|
4575
|
+
e("div", Ji, [
|
|
4571
4576
|
m(u(W), {
|
|
4572
4577
|
as: "template",
|
|
4573
4578
|
enter: "transition ease-in-out duration-300 transform",
|
|
@@ -4590,7 +4595,7 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
4590
4595
|
"leave-to": "opacity-0"
|
|
4591
4596
|
}, {
|
|
4592
4597
|
default: y(() => [
|
|
4593
|
-
e("div",
|
|
4598
|
+
e("div", Wi, [
|
|
4594
4599
|
e("button", {
|
|
4595
4600
|
type: "button",
|
|
4596
4601
|
class: "-m-2.5 p-2.5",
|
|
@@ -4629,7 +4634,7 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
4629
4634
|
]),
|
|
4630
4635
|
_: 1
|
|
4631
4636
|
}, 8, ["show"]),
|
|
4632
|
-
e("div",
|
|
4637
|
+
e("div", Gi, [
|
|
4633
4638
|
m(Le, {
|
|
4634
4639
|
productsSidebar: d.sidebar.productsSidebar,
|
|
4635
4640
|
isFilterNavigation: d.sidebar.isFilterNavigation,
|
|
@@ -4641,8 +4646,8 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
4641
4646
|
onProductBarClick: f[5] || (f[5] = (v) => d.$emit("productBarClick", v))
|
|
4642
4647
|
}, null, 8, ["productsSidebar", "isFilterNavigation", "navigation", "filterNavigation", "logo"])
|
|
4643
4648
|
]),
|
|
4644
|
-
e("div",
|
|
4645
|
-
e("div",
|
|
4649
|
+
e("div", Qi, [
|
|
4650
|
+
e("div", Ki, [
|
|
4646
4651
|
e("button", {
|
|
4647
4652
|
type: "button",
|
|
4648
4653
|
class: "-m-2.5 p-2.5 text-gray-700 lg:hidden",
|
|
@@ -4658,8 +4663,8 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
4658
4663
|
class: "h-6 w-px bg-gray-200 lg:hidden",
|
|
4659
4664
|
"aria-hidden": "true"
|
|
4660
4665
|
}, null, -1)),
|
|
4661
|
-
e("div",
|
|
4662
|
-
e("form",
|
|
4666
|
+
e("div", Xi, [
|
|
4667
|
+
e("form", ed, [
|
|
4663
4668
|
f[14] || (f[14] = e("label", {
|
|
4664
4669
|
for: "search-field",
|
|
4665
4670
|
class: "sr-only"
|
|
@@ -4678,7 +4683,7 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
4678
4683
|
]
|
|
4679
4684
|
}, {
|
|
4680
4685
|
default: y(() => [
|
|
4681
|
-
e("div",
|
|
4686
|
+
e("div", td, [
|
|
4682
4687
|
m(u(Ie), {
|
|
4683
4688
|
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",
|
|
4684
4689
|
onChange: f[7] || (f[7] = (v) => a.value = v.target.value),
|
|
@@ -4726,10 +4731,10 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
4726
4731
|
_: 1
|
|
4727
4732
|
}, 8, ["modelValue"])
|
|
4728
4733
|
]),
|
|
4729
|
-
e("div",
|
|
4730
|
-
e("button",
|
|
4734
|
+
e("div", sd, [
|
|
4735
|
+
e("button", od, [
|
|
4731
4736
|
f[16] || (f[16] = e("span", { class: "sr-only" }, "View notifications", -1)),
|
|
4732
|
-
C(e("div",
|
|
4737
|
+
C(e("div", ld, f[15] || (f[15] = [
|
|
4733
4738
|
e("span", { class: "animate-ping absolute inline-flex h-4 w-4 bg-red-500 rounded-full opacity-75" }, null, -1)
|
|
4734
4739
|
]), 512), [
|
|
4735
4740
|
[D, d.topbar.alerted]
|
|
@@ -4755,8 +4760,8 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
4755
4760
|
class: "h-8 w-8 rounded-full bg-gray-50",
|
|
4756
4761
|
src: d.topbar.accountLogo,
|
|
4757
4762
|
alt: ""
|
|
4758
|
-
}, null, 8,
|
|
4759
|
-
e("span",
|
|
4763
|
+
}, null, 8, rd),
|
|
4764
|
+
e("span", nd, [
|
|
4760
4765
|
m(u(de), {
|
|
4761
4766
|
class: "ml-2 h-5 w-5 text-gray-400",
|
|
4762
4767
|
"aria-hidden": "true"
|
|
@@ -4783,7 +4788,7 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
4783
4788
|
e("a", {
|
|
4784
4789
|
onClick: (O) => d.$emit("topBarClick", v.id),
|
|
4785
4790
|
class: h([k ? "bg-gray-50" : "", "block px-3 py-1 text-sm leading-6 text-gray-900"])
|
|
4786
|
-
}, g(v.name), 11,
|
|
4791
|
+
}, g(v.name), 11, ad)
|
|
4787
4792
|
]),
|
|
4788
4793
|
_: 2
|
|
4789
4794
|
}, 1024))), 128))
|
|
@@ -4799,15 +4804,15 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
4799
4804
|
])
|
|
4800
4805
|
])
|
|
4801
4806
|
]),
|
|
4802
|
-
e("main",
|
|
4803
|
-
e("div",
|
|
4807
|
+
e("main", id, [
|
|
4808
|
+
e("div", dd, [
|
|
4804
4809
|
q(d.$slots, "default")
|
|
4805
4810
|
])
|
|
4806
4811
|
])
|
|
4807
4812
|
])
|
|
4808
4813
|
]));
|
|
4809
4814
|
}
|
|
4810
|
-
}),
|
|
4815
|
+
}), cd = /* @__PURE__ */ B({
|
|
4811
4816
|
__name: "uiDynamicStats",
|
|
4812
4817
|
props: {
|
|
4813
4818
|
dynamicStats: {},
|
|
@@ -4832,90 +4837,90 @@ const Kl = /* @__PURE__ */ te(Wl, [["render", Ql]]), Xl = /* @__PURE__ */ B({
|
|
|
4832
4837
|
uiBreadcrumbs: Ys,
|
|
4833
4838
|
uiButton: G,
|
|
4834
4839
|
uiCard: Rs,
|
|
4835
|
-
uiChart:
|
|
4840
|
+
uiChart: El,
|
|
4836
4841
|
uiCheckbox: Re,
|
|
4837
|
-
uiCircleChart:
|
|
4838
|
-
uiDateRange:
|
|
4839
|
-
uiDeviceStatus:
|
|
4840
|
-
uiDragAndDrop:
|
|
4842
|
+
uiCircleChart: ci,
|
|
4843
|
+
uiDateRange: pi,
|
|
4844
|
+
uiDeviceStatus: zi,
|
|
4845
|
+
uiDragAndDrop: ei,
|
|
4841
4846
|
uiDropdown: Ce,
|
|
4842
|
-
uiDynamicStats:
|
|
4847
|
+
uiDynamicStats: cd,
|
|
4843
4848
|
uiFilter: Hs,
|
|
4844
|
-
uiFooter:
|
|
4845
|
-
uiFunnelChartV2:
|
|
4846
|
-
uiGallery:
|
|
4849
|
+
uiFooter: Gl,
|
|
4850
|
+
uiFunnelChartV2: xa,
|
|
4851
|
+
uiGallery: Ea,
|
|
4847
4852
|
uiIcon: j,
|
|
4848
4853
|
uiInput: J,
|
|
4849
4854
|
uiInputFile: ss,
|
|
4850
|
-
uiLoadingScreen:
|
|
4855
|
+
uiLoadingScreen: Ql,
|
|
4851
4856
|
uiModal: We,
|
|
4852
|
-
uiNoResults:
|
|
4857
|
+
uiNoResults: Ca,
|
|
4853
4858
|
uiNotification: io,
|
|
4854
|
-
uiPagination:
|
|
4859
|
+
uiPagination: cr,
|
|
4855
4860
|
uiPriceCalendar: Ll,
|
|
4856
|
-
uiRangeSlider:
|
|
4857
|
-
uiRightSidebar:
|
|
4858
|
-
uiSectionTitle:
|
|
4861
|
+
uiRangeSlider: bi,
|
|
4862
|
+
uiRightSidebar: Ya,
|
|
4863
|
+
uiSectionTitle: xi,
|
|
4859
4864
|
uiSelect: as,
|
|
4860
|
-
uiSidebar:
|
|
4865
|
+
uiSidebar: $r,
|
|
4861
4866
|
uiStats: Qe,
|
|
4862
|
-
uiStripedCard:
|
|
4863
|
-
uiTable:
|
|
4864
|
-
uiTabs:
|
|
4867
|
+
uiStripedCard: Er,
|
|
4868
|
+
uiTable: hn,
|
|
4869
|
+
uiTabs: _n,
|
|
4865
4870
|
uiTag: H,
|
|
4866
4871
|
uiTaskList: wo,
|
|
4867
4872
|
uiTextArea: fs,
|
|
4868
|
-
uiTimeline:
|
|
4873
|
+
uiTimeline: Un,
|
|
4869
4874
|
uiToggle: bs,
|
|
4870
|
-
uiTopbar:
|
|
4871
|
-
uiWrapper:
|
|
4875
|
+
uiTopbar: ma,
|
|
4876
|
+
uiWrapper: ud
|
|
4872
4877
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
4873
|
-
function
|
|
4878
|
+
function gd(p) {
|
|
4874
4879
|
for (const i in Ne)
|
|
4875
4880
|
p.component(i, Ne[i]);
|
|
4876
4881
|
}
|
|
4877
|
-
const
|
|
4882
|
+
const wd = { install: gd };
|
|
4878
4883
|
export {
|
|
4879
|
-
|
|
4884
|
+
wd as default,
|
|
4880
4885
|
Ms as uiAlert,
|
|
4881
4886
|
Ys as uiBreadcrumbs,
|
|
4882
4887
|
G as uiButton,
|
|
4883
4888
|
Rs as uiCard,
|
|
4884
|
-
|
|
4889
|
+
El as uiChart,
|
|
4885
4890
|
Re as uiCheckbox,
|
|
4886
|
-
|
|
4887
|
-
|
|
4888
|
-
|
|
4889
|
-
|
|
4891
|
+
ci as uiCircleChart,
|
|
4892
|
+
pi as uiDateRange,
|
|
4893
|
+
zi as uiDeviceStatus,
|
|
4894
|
+
ei as uiDragAndDrop,
|
|
4890
4895
|
Ce as uiDropdown,
|
|
4891
|
-
|
|
4896
|
+
cd as uiDynamicStats,
|
|
4892
4897
|
Hs as uiFilter,
|
|
4893
|
-
|
|
4894
|
-
|
|
4895
|
-
|
|
4898
|
+
Gl as uiFooter,
|
|
4899
|
+
xa as uiFunnelChartV2,
|
|
4900
|
+
Ea as uiGallery,
|
|
4896
4901
|
j as uiIcon,
|
|
4897
4902
|
J as uiInput,
|
|
4898
4903
|
ss as uiInputFile,
|
|
4899
|
-
|
|
4904
|
+
Ql as uiLoadingScreen,
|
|
4900
4905
|
We as uiModal,
|
|
4901
|
-
|
|
4906
|
+
Ca as uiNoResults,
|
|
4902
4907
|
io as uiNotification,
|
|
4903
|
-
|
|
4908
|
+
cr as uiPagination,
|
|
4904
4909
|
Ll as uiPriceCalendar,
|
|
4905
|
-
|
|
4906
|
-
|
|
4907
|
-
|
|
4910
|
+
bi as uiRangeSlider,
|
|
4911
|
+
Ya as uiRightSidebar,
|
|
4912
|
+
xi as uiSectionTitle,
|
|
4908
4913
|
as as uiSelect,
|
|
4909
|
-
|
|
4914
|
+
$r as uiSidebar,
|
|
4910
4915
|
Qe as uiStats,
|
|
4911
|
-
|
|
4912
|
-
|
|
4913
|
-
|
|
4916
|
+
Er as uiStripedCard,
|
|
4917
|
+
hn as uiTable,
|
|
4918
|
+
_n as uiTabs,
|
|
4914
4919
|
H as uiTag,
|
|
4915
4920
|
wo as uiTaskList,
|
|
4916
4921
|
fs as uiTextArea,
|
|
4917
|
-
|
|
4922
|
+
Un as uiTimeline,
|
|
4918
4923
|
bs as uiToggle,
|
|
4919
|
-
|
|
4920
|
-
|
|
4924
|
+
ma as uiTopbar,
|
|
4925
|
+
ud as uiWrapper
|
|
4921
4926
|
};
|