@hotelinking/ui 10.41.0 → 10.41.5
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/types/types/index.d.ts +2 -0
- package/dist/ui.cjs +1 -1
- package/dist/ui.es.js +862 -845
- package/package.json +5 -5
- package/dist/style.css +0 -1
package/dist/ui.es.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { defineComponent as M, openBlock as s, createBlock as _, resolveDynamicComponent as
|
|
2
|
-
import { Menu as
|
|
1
|
+
import { defineComponent as M, openBlock as s, createBlock as _, resolveDynamicComponent as Ke, normalizeClass as h, createElementBlock as n, createCommentVNode as b, renderSlot as I, createElementVNode as e, ref as Y, watch as Z, computed as O, unref as c, withCtx as v, toDisplayString as u, createVNode as g, createTextVNode as D, Transition as de, Fragment as k, renderList as $, withDirectives as C, vModelDynamic as Xe, vShow as S, withModifiers as Be, vModelText as ge, createStaticVNode as Q, resolveComponent as Me, vModelCheckbox as Ae, reactive as me, isRef as Ye, TransitionGroup as et, onMounted as tt } from "vue";
|
|
2
|
+
import { Menu as fe, MenuButton as ye, MenuItems as he, MenuItem as ve, Combobox as Pe, ComboboxLabel as st, ComboboxInput as Oe, ComboboxButton as Ve, ComboboxOptions as Fe, ComboboxOption as Ie, SwitchGroup as ot, Switch as lt, SwitchLabel as rt, TransitionRoot as be, Dialog as we, TransitionChild as W, DialogPanel as xe, DialogTitle as Re, Disclosure as ke, DisclosureButton as E, DisclosurePanel as _e } from "@headlessui/vue";
|
|
3
3
|
import L from "dayjs";
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import
|
|
4
|
+
import $e from "vue3-apexcharts";
|
|
5
|
+
import nt from "vue3-draggable";
|
|
6
|
+
import at from "@vueform/slider";
|
|
7
7
|
const j = /* @__PURE__ */ M({
|
|
8
8
|
__name: "uiIcon",
|
|
9
9
|
props: {
|
|
@@ -22,7 +22,7 @@ const j = /* @__PURE__ */ M({
|
|
|
22
22
|
"h-12 w-12": i.size === "huge",
|
|
23
23
|
"h-20 w-20": i.size === "massive"
|
|
24
24
|
}, "animate-pulse rounded-full bg-gray-200 dark:bg-gray-300"])
|
|
25
|
-
}, null, 2)) : (s(), _(
|
|
25
|
+
}, null, 2)) : (s(), _(Ke(i.icon), {
|
|
26
26
|
key: 0,
|
|
27
27
|
class: h({
|
|
28
28
|
"h-4 w-4": i.size === "medium",
|
|
@@ -41,7 +41,7 @@ const j = /* @__PURE__ */ M({
|
|
|
41
41
|
})
|
|
42
42
|
}, null, 8, ["class"]));
|
|
43
43
|
}
|
|
44
|
-
}),
|
|
44
|
+
}), it = ["disabled"], dt = {
|
|
45
45
|
key: 1,
|
|
46
46
|
class: "animate-pulse px-4 py-2.5 text-sm rounded-md inline-flex items-center border border-transparent font-medium shadow-sm text-white focus:outline-none focus:ring-2 focus:ring-offset-2 disabled:opacity-25 bg-gray-200"
|
|
47
47
|
}, G = /* @__PURE__ */ M({
|
|
@@ -55,7 +55,7 @@ const j = /* @__PURE__ */ M({
|
|
|
55
55
|
size: { default: "medium" }
|
|
56
56
|
},
|
|
57
57
|
setup(p) {
|
|
58
|
-
return (i, o) => i.loading ? (s(), n("button",
|
|
58
|
+
return (i, o) => i.loading ? (s(), n("button", dt, [
|
|
59
59
|
i.icon ? (s(), _(j, {
|
|
60
60
|
key: 0,
|
|
61
61
|
icon: i.icon,
|
|
@@ -88,15 +88,15 @@ const j = /* @__PURE__ */ M({
|
|
|
88
88
|
loading: i.loading
|
|
89
89
|
}, null, 8, ["icon", "loading"])) : b("", !0),
|
|
90
90
|
I(i.$slots, "default")
|
|
91
|
-
], 10,
|
|
91
|
+
], 10, it));
|
|
92
92
|
}
|
|
93
|
-
}),
|
|
93
|
+
}), ut = {
|
|
94
94
|
key: 0,
|
|
95
95
|
class: "relative flex items-start"
|
|
96
|
-
},
|
|
96
|
+
}, ct = { class: "flex items-center h-5" }, gt = ["checked", "value", "disabled"], pt = { class: "ml-3 text-sm" }, mt = { class: "text-gray-500" }, ft = {
|
|
97
97
|
key: 1,
|
|
98
98
|
class: "flex items-center animate-pulse"
|
|
99
|
-
},
|
|
99
|
+
}, qe = /* @__PURE__ */ M({
|
|
100
100
|
__name: "uiCheckbox",
|
|
101
101
|
props: {
|
|
102
102
|
check: { type: Boolean, default: !1 },
|
|
@@ -110,13 +110,13 @@ const j = /* @__PURE__ */ M({
|
|
|
110
110
|
const o = i, a = p, r = Y(a.check), l = () => {
|
|
111
111
|
a.disabled || (r.value = !r.value, o("checkboxChanged", { checked: r.value, value: a.value }));
|
|
112
112
|
};
|
|
113
|
-
return
|
|
113
|
+
return Z(() => a.check, (t) => {
|
|
114
114
|
t && (r.value = t);
|
|
115
|
-
}), (t, m) => t.loading ? (s(), n("div",
|
|
115
|
+
}), (t, m) => t.loading ? (s(), n("div", ft, m[1] || (m[1] = [
|
|
116
116
|
e("div", { class: "w-5 h-5 rounded bg-gray-200" }, null, -1),
|
|
117
117
|
e("div", { class: "ml-3 h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-28" }, null, -1)
|
|
118
|
-
]))) : (s(), n("div",
|
|
119
|
-
e("div",
|
|
118
|
+
]))) : (s(), n("div", ut, [
|
|
119
|
+
e("div", ct, [
|
|
120
120
|
e("input", {
|
|
121
121
|
checked: t.check,
|
|
122
122
|
value: t.value,
|
|
@@ -124,17 +124,17 @@ const j = /* @__PURE__ */ M({
|
|
|
124
124
|
class: "focus:ring-indigo-500 h-4 w-4 text-indigo-600 border-gray-300 rounded disabled:opacity-25",
|
|
125
125
|
type: "checkbox",
|
|
126
126
|
onChange: m[0] || (m[0] = (d) => l())
|
|
127
|
-
}, null, 40,
|
|
127
|
+
}, null, 40, gt)
|
|
128
128
|
]),
|
|
129
|
-
e("div",
|
|
130
|
-
e("span",
|
|
129
|
+
e("div", pt, [
|
|
130
|
+
e("span", mt, [
|
|
131
131
|
I(t.$slots, "default")
|
|
132
132
|
])
|
|
133
133
|
])
|
|
134
134
|
]));
|
|
135
135
|
}
|
|
136
136
|
});
|
|
137
|
-
function
|
|
137
|
+
function yt(p, i) {
|
|
138
138
|
return s(), n("svg", {
|
|
139
139
|
xmlns: "http://www.w3.org/2000/svg",
|
|
140
140
|
fill: "none",
|
|
@@ -151,7 +151,7 @@ function it(p, i) {
|
|
|
151
151
|
})
|
|
152
152
|
]);
|
|
153
153
|
}
|
|
154
|
-
function
|
|
154
|
+
function ht(p, i) {
|
|
155
155
|
return s(), n("svg", {
|
|
156
156
|
xmlns: "http://www.w3.org/2000/svg",
|
|
157
157
|
fill: "none",
|
|
@@ -168,7 +168,7 @@ function dt(p, i) {
|
|
|
168
168
|
})
|
|
169
169
|
]);
|
|
170
170
|
}
|
|
171
|
-
function
|
|
171
|
+
function vt(p, i) {
|
|
172
172
|
return s(), n("svg", {
|
|
173
173
|
xmlns: "http://www.w3.org/2000/svg",
|
|
174
174
|
fill: "none",
|
|
@@ -185,7 +185,7 @@ function ut(p, i) {
|
|
|
185
185
|
})
|
|
186
186
|
]);
|
|
187
187
|
}
|
|
188
|
-
function
|
|
188
|
+
function bt(p, i) {
|
|
189
189
|
return s(), n("svg", {
|
|
190
190
|
xmlns: "http://www.w3.org/2000/svg",
|
|
191
191
|
fill: "none",
|
|
@@ -202,7 +202,7 @@ function ct(p, i) {
|
|
|
202
202
|
})
|
|
203
203
|
]);
|
|
204
204
|
}
|
|
205
|
-
function
|
|
205
|
+
function He(p, i) {
|
|
206
206
|
return s(), n("svg", {
|
|
207
207
|
xmlns: "http://www.w3.org/2000/svg",
|
|
208
208
|
fill: "none",
|
|
@@ -219,7 +219,7 @@ function Ae(p, i) {
|
|
|
219
219
|
})
|
|
220
220
|
]);
|
|
221
221
|
}
|
|
222
|
-
function
|
|
222
|
+
function wt(p, i) {
|
|
223
223
|
return s(), n("svg", {
|
|
224
224
|
xmlns: "http://www.w3.org/2000/svg",
|
|
225
225
|
fill: "none",
|
|
@@ -236,7 +236,7 @@ function gt(p, i) {
|
|
|
236
236
|
})
|
|
237
237
|
]);
|
|
238
238
|
}
|
|
239
|
-
function
|
|
239
|
+
function xt(p, i) {
|
|
240
240
|
return s(), n("svg", {
|
|
241
241
|
xmlns: "http://www.w3.org/2000/svg",
|
|
242
242
|
fill: "none",
|
|
@@ -253,7 +253,7 @@ function pt(p, i) {
|
|
|
253
253
|
})
|
|
254
254
|
]);
|
|
255
255
|
}
|
|
256
|
-
function
|
|
256
|
+
function Ee(p, i) {
|
|
257
257
|
return s(), n("svg", {
|
|
258
258
|
xmlns: "http://www.w3.org/2000/svg",
|
|
259
259
|
fill: "none",
|
|
@@ -270,7 +270,7 @@ function Ye(p, i) {
|
|
|
270
270
|
})
|
|
271
271
|
]);
|
|
272
272
|
}
|
|
273
|
-
function
|
|
273
|
+
function ue(p, i) {
|
|
274
274
|
return s(), n("svg", {
|
|
275
275
|
xmlns: "http://www.w3.org/2000/svg",
|
|
276
276
|
fill: "none",
|
|
@@ -287,7 +287,7 @@ function ne(p, i) {
|
|
|
287
287
|
})
|
|
288
288
|
]);
|
|
289
289
|
}
|
|
290
|
-
function
|
|
290
|
+
function ie(p, i) {
|
|
291
291
|
return s(), n("svg", {
|
|
292
292
|
xmlns: "http://www.w3.org/2000/svg",
|
|
293
293
|
fill: "none",
|
|
@@ -304,7 +304,7 @@ function le(p, i) {
|
|
|
304
304
|
})
|
|
305
305
|
]);
|
|
306
306
|
}
|
|
307
|
-
function
|
|
307
|
+
function Ue(p, i) {
|
|
308
308
|
return s(), n("svg", {
|
|
309
309
|
xmlns: "http://www.w3.org/2000/svg",
|
|
310
310
|
fill: "none",
|
|
@@ -338,7 +338,7 @@ function X(p, i) {
|
|
|
338
338
|
})
|
|
339
339
|
]);
|
|
340
340
|
}
|
|
341
|
-
function
|
|
341
|
+
function pe(p, i) {
|
|
342
342
|
return s(), n("svg", {
|
|
343
343
|
xmlns: "http://www.w3.org/2000/svg",
|
|
344
344
|
fill: "none",
|
|
@@ -355,7 +355,7 @@ function de(p, i) {
|
|
|
355
355
|
})
|
|
356
356
|
]);
|
|
357
357
|
}
|
|
358
|
-
function
|
|
358
|
+
function kt(p, i) {
|
|
359
359
|
return s(), n("svg", {
|
|
360
360
|
xmlns: "http://www.w3.org/2000/svg",
|
|
361
361
|
fill: "none",
|
|
@@ -372,7 +372,7 @@ function mt(p, i) {
|
|
|
372
372
|
})
|
|
373
373
|
]);
|
|
374
374
|
}
|
|
375
|
-
function
|
|
375
|
+
function _t(p, i) {
|
|
376
376
|
return s(), n("svg", {
|
|
377
377
|
xmlns: "http://www.w3.org/2000/svg",
|
|
378
378
|
fill: "none",
|
|
@@ -406,7 +406,7 @@ function q(p, i) {
|
|
|
406
406
|
})
|
|
407
407
|
]);
|
|
408
408
|
}
|
|
409
|
-
function
|
|
409
|
+
function $t(p, i) {
|
|
410
410
|
return s(), n("svg", {
|
|
411
411
|
xmlns: "http://www.w3.org/2000/svg",
|
|
412
412
|
fill: "none",
|
|
@@ -423,7 +423,7 @@ function yt(p, i) {
|
|
|
423
423
|
})
|
|
424
424
|
]);
|
|
425
425
|
}
|
|
426
|
-
function
|
|
426
|
+
function Ct(p, i) {
|
|
427
427
|
return s(), n("svg", {
|
|
428
428
|
xmlns: "http://www.w3.org/2000/svg",
|
|
429
429
|
fill: "none",
|
|
@@ -440,7 +440,7 @@ function ht(p, i) {
|
|
|
440
440
|
})
|
|
441
441
|
]);
|
|
442
442
|
}
|
|
443
|
-
function
|
|
443
|
+
function Bt(p, i) {
|
|
444
444
|
return s(), n("svg", {
|
|
445
445
|
xmlns: "http://www.w3.org/2000/svg",
|
|
446
446
|
fill: "none",
|
|
@@ -457,7 +457,7 @@ function vt(p, i) {
|
|
|
457
457
|
})
|
|
458
458
|
]);
|
|
459
459
|
}
|
|
460
|
-
function
|
|
460
|
+
function Mt(p, i) {
|
|
461
461
|
return s(), n("svg", {
|
|
462
462
|
xmlns: "http://www.w3.org/2000/svg",
|
|
463
463
|
fill: "none",
|
|
@@ -474,7 +474,7 @@ function bt(p, i) {
|
|
|
474
474
|
})
|
|
475
475
|
]);
|
|
476
476
|
}
|
|
477
|
-
function
|
|
477
|
+
function Ze(p, i) {
|
|
478
478
|
return s(), n("svg", {
|
|
479
479
|
xmlns: "http://www.w3.org/2000/svg",
|
|
480
480
|
fill: "none",
|
|
@@ -491,7 +491,7 @@ function Oe(p, i) {
|
|
|
491
491
|
})
|
|
492
492
|
]);
|
|
493
493
|
}
|
|
494
|
-
function
|
|
494
|
+
function St(p, i) {
|
|
495
495
|
return s(), n("svg", {
|
|
496
496
|
xmlns: "http://www.w3.org/2000/svg",
|
|
497
497
|
fill: "none",
|
|
@@ -508,7 +508,7 @@ function wt(p, i) {
|
|
|
508
508
|
})
|
|
509
509
|
]);
|
|
510
510
|
}
|
|
511
|
-
function
|
|
511
|
+
function jt(p, i) {
|
|
512
512
|
return s(), n("svg", {
|
|
513
513
|
xmlns: "http://www.w3.org/2000/svg",
|
|
514
514
|
fill: "none",
|
|
@@ -525,7 +525,7 @@ function xt(p, i) {
|
|
|
525
525
|
})
|
|
526
526
|
]);
|
|
527
527
|
}
|
|
528
|
-
function
|
|
528
|
+
function Dt(p, i) {
|
|
529
529
|
return s(), n("svg", {
|
|
530
530
|
xmlns: "http://www.w3.org/2000/svg",
|
|
531
531
|
fill: "none",
|
|
@@ -542,7 +542,7 @@ function kt(p, i) {
|
|
|
542
542
|
})
|
|
543
543
|
]);
|
|
544
544
|
}
|
|
545
|
-
function
|
|
545
|
+
function ce(p, i) {
|
|
546
546
|
return s(), n("svg", {
|
|
547
547
|
xmlns: "http://www.w3.org/2000/svg",
|
|
548
548
|
fill: "none",
|
|
@@ -559,7 +559,7 @@ function ae(p, i) {
|
|
|
559
559
|
})
|
|
560
560
|
]);
|
|
561
561
|
}
|
|
562
|
-
function
|
|
562
|
+
function U(p, i) {
|
|
563
563
|
return s(), n("svg", {
|
|
564
564
|
xmlns: "http://www.w3.org/2000/svg",
|
|
565
565
|
fill: "none",
|
|
@@ -576,16 +576,16 @@ function E(p, i) {
|
|
|
576
576
|
})
|
|
577
577
|
]);
|
|
578
578
|
}
|
|
579
|
-
const
|
|
579
|
+
const Tt = { class: "flex justify-between" }, zt = {
|
|
580
580
|
key: 0,
|
|
581
581
|
class: "block text-sm font-medium text-gray-700 mb-1"
|
|
582
|
-
},
|
|
582
|
+
}, Lt = {
|
|
583
583
|
key: 1,
|
|
584
584
|
class: "text-[10px] text-gray-500 uppercase justify-self-end mt-1"
|
|
585
|
-
},
|
|
585
|
+
}, Nt = { class: "py-1" }, At = ["onClick"], Yt = {
|
|
586
586
|
key: 1,
|
|
587
587
|
class: "animate-pulse px-4 py-2 bg-gray-200 rounded-md inline-flex items-center relative text-left"
|
|
588
|
-
},
|
|
588
|
+
}, Ce = /* @__PURE__ */ M({
|
|
589
589
|
__name: "uiDropdown",
|
|
590
590
|
props: {
|
|
591
591
|
items: {},
|
|
@@ -603,27 +603,27 @@ const _t = { class: "flex justify-between" }, $t = {
|
|
|
603
603
|
}), l = (t) => {
|
|
604
604
|
a.disabled || o("optionSelected", t);
|
|
605
605
|
};
|
|
606
|
-
return (t, m) => t.loading ? (s(), n("div",
|
|
606
|
+
return (t, m) => t.loading ? (s(), n("div", Yt, [
|
|
607
607
|
m[0] || (m[0] = e("div", { class: "h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-28" }, null, -1)),
|
|
608
|
-
g(c(
|
|
608
|
+
g(c(ie), {
|
|
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(fe), {
|
|
613
613
|
key: 0,
|
|
614
614
|
as: "div",
|
|
615
615
|
class: h(["relative inline-block text-left", { "opacity-25": t.disabled }])
|
|
616
616
|
}, {
|
|
617
617
|
default: v(() => [
|
|
618
618
|
e("div", null, [
|
|
619
|
-
e("div",
|
|
620
|
-
t.label ? (s(), n("label",
|
|
621
|
-
t.requiredText ? (s(), n("span",
|
|
619
|
+
e("div", Tt, [
|
|
620
|
+
t.label ? (s(), n("label", zt, u(t.label), 1)) : b("", !0),
|
|
621
|
+
t.requiredText ? (s(), n("span", Lt, u(t.requiredText), 1)) : b("", !0)
|
|
622
622
|
]),
|
|
623
|
-
g(c(
|
|
623
|
+
g(c(ye), { 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
|
D(u(r.value) + " ", 1),
|
|
626
|
-
g(c(
|
|
626
|
+
g(c(ie), {
|
|
627
627
|
"aria-hidden": "true",
|
|
628
628
|
class: "-mr-1 ml-2 h-5 w-5"
|
|
629
629
|
})
|
|
@@ -631,7 +631,7 @@ const _t = { class: "flex justify-between" }, $t = {
|
|
|
631
631
|
_: 1
|
|
632
632
|
})
|
|
633
633
|
]),
|
|
634
|
-
g(
|
|
634
|
+
g(de, {
|
|
635
635
|
"enter-active-class": "transition ease-out duration-100",
|
|
636
636
|
"enter-from-class": "transform opacity-0 scale-95",
|
|
637
637
|
"enter-to-class": "transform opacity-100 scale-100",
|
|
@@ -640,13 +640,13 @@ const _t = { class: "flex justify-between" }, $t = {
|
|
|
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(he), {
|
|
644
644
|
key: 0,
|
|
645
645
|
class: h([{ "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
|
-
e("div",
|
|
649
|
-
(s(!0), n(k, null, $(t.items, (d, f) => (s(), _(c(
|
|
648
|
+
e("div", Nt, [
|
|
649
|
+
(s(!0), n(k, null, $(t.items, (d, f) => (s(), _(c(ve), { key: f }, {
|
|
650
650
|
default: v(() => [
|
|
651
651
|
e("a", {
|
|
652
652
|
onClick: (y) => l(d),
|
|
@@ -654,7 +654,7 @@ const _t = { class: "flex justify-between" }, $t = {
|
|
|
654
654
|
d.active ? "bg-gray-100 text-gray-900" : "text-gray-700",
|
|
655
655
|
"block px-4 py-2 text-sm cursor-pointer"
|
|
656
656
|
])
|
|
657
|
-
}, u(d.name), 11,
|
|
657
|
+
}, u(d.name), 11, At)
|
|
658
658
|
]),
|
|
659
659
|
_: 2
|
|
660
660
|
}, 1024))), 128))
|
|
@@ -669,19 +669,19 @@ const _t = { class: "flex justify-between" }, $t = {
|
|
|
669
669
|
_: 1
|
|
670
670
|
}, 8, ["class"]));
|
|
671
671
|
}
|
|
672
|
-
}),
|
|
672
|
+
}), Pt = { key: 0 }, Ot = { class: "flex justify-between" }, Vt = {
|
|
673
673
|
key: 0,
|
|
674
674
|
class: "block text-sm font-medium text-gray-700"
|
|
675
|
-
},
|
|
675
|
+
}, Ft = {
|
|
676
676
|
key: 1,
|
|
677
677
|
class: "text-[10px] text-gray-500 uppercase justify-self-end"
|
|
678
|
-
},
|
|
678
|
+
}, It = ["disabled", "name", "placeholder", "type"], Rt = { class: "absolute inset-y-0 right-0 pr-3 flex items-center pointer-events-none" }, qt = {
|
|
679
679
|
key: 1,
|
|
680
680
|
class: "animate-pulse"
|
|
681
|
-
},
|
|
681
|
+
}, Ht = {
|
|
682
682
|
key: 0,
|
|
683
683
|
class: "h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-2/3 md:w-1/4 mb-1.5"
|
|
684
|
-
},
|
|
684
|
+
}, J = /* @__PURE__ */ M({
|
|
685
685
|
__name: "uiInput",
|
|
686
686
|
props: {
|
|
687
687
|
label: {},
|
|
@@ -701,21 +701,21 @@ const _t = { class: "flex justify-between" }, $t = {
|
|
|
701
701
|
emits: ["inputChanged", "rightAddOnClicked", "addOnClicked"],
|
|
702
702
|
setup(p, { emit: i }) {
|
|
703
703
|
const o = i, a = p, r = Y(a.value);
|
|
704
|
-
|
|
704
|
+
Z(() => a.value, (t) => {
|
|
705
705
|
r.value = t, r.value && o("inputChanged", { name: a.name, value: r.value });
|
|
706
706
|
});
|
|
707
707
|
const l = (t) => {
|
|
708
708
|
t.target.name && o("inputChanged", { value: t.target.value, name: t.target.name });
|
|
709
709
|
};
|
|
710
|
-
return (t, m) => t.loading ? (s(), n("div",
|
|
711
|
-
t.label !== void 0 ? (s(), n("div",
|
|
710
|
+
return (t, m) => t.loading ? (s(), n("div", qt, [
|
|
711
|
+
t.label !== void 0 ? (s(), n("div", Ht)) : b("", !0),
|
|
712
712
|
m[3] || (m[3] = e("div", { class: "animate-pulse px-4 py-3.5 bg-gray-200 rounded-md inline-flex items-center relative text-left w-full" }, [
|
|
713
713
|
e("div", { class: "h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-28" })
|
|
714
714
|
], -1))
|
|
715
|
-
])) : (s(), n("div",
|
|
716
|
-
e("div",
|
|
717
|
-
t.label ? (s(), n("label",
|
|
718
|
-
t.requiredText ? (s(), n("span",
|
|
715
|
+
])) : (s(), n("div", Pt, [
|
|
716
|
+
e("div", Ot, [
|
|
717
|
+
t.label ? (s(), n("label", Vt, u(t.label), 1)) : b("", !0),
|
|
718
|
+
t.requiredText ? (s(), n("span", Ft, u(t.requiredText), 1)) : b("", !0)
|
|
719
719
|
]),
|
|
720
720
|
e("div", {
|
|
721
721
|
class: h([{ "mt-1": t.label }, "relative flex"])
|
|
@@ -748,15 +748,15 @@ const _t = { class: "flex justify-between" }, $t = {
|
|
|
748
748
|
placeholder: t.placeholder,
|
|
749
749
|
type: t.type,
|
|
750
750
|
onInput: l
|
|
751
|
-
}, null, 42,
|
|
752
|
-
[
|
|
751
|
+
}, null, 42, It), [
|
|
752
|
+
[Xe, r.value]
|
|
753
753
|
]),
|
|
754
754
|
t.rightAddOn ? (s(), n("span", {
|
|
755
755
|
key: 1,
|
|
756
756
|
onClick: m[2] || (m[2] = (d) => t.$emit("rightAddOnClicked")),
|
|
757
757
|
class: "inline-flex items-center px-3 rounded-r-md border border-l-0 border-gray-300 bg-gray-50 hover:bg-gray-200 text-gray-500 sm:text-sm cursor-pointer"
|
|
758
758
|
}, u(t.rightAddOn), 1)) : b("", !0),
|
|
759
|
-
e("div",
|
|
759
|
+
e("div", Rt, [
|
|
760
760
|
t.icon ? (s(), _(j, {
|
|
761
761
|
key: 0,
|
|
762
762
|
icon: t.icon,
|
|
@@ -764,7 +764,7 @@ const _t = { class: "flex justify-between" }, $t = {
|
|
|
764
764
|
loading: t.loading
|
|
765
765
|
}, null, 8, ["icon", "color", "loading"])) : b("", !0),
|
|
766
766
|
C(g(j, {
|
|
767
|
-
icon: c(
|
|
767
|
+
icon: c(ue),
|
|
768
768
|
color: "green",
|
|
769
769
|
loading: t.loading
|
|
770
770
|
}, null, 8, ["icon", "loading"]), [
|
|
@@ -778,7 +778,7 @@ const _t = { class: "flex justify-between" }, $t = {
|
|
|
778
778
|
[S, t.color === "yellow"]
|
|
779
779
|
]),
|
|
780
780
|
C(g(j, {
|
|
781
|
-
icon: c(
|
|
781
|
+
icon: c(U),
|
|
782
782
|
color: "red",
|
|
783
783
|
loading: t.loading
|
|
784
784
|
}, null, 8, ["icon", "loading"]), [
|
|
@@ -798,16 +798,16 @@ const _t = { class: "flex justify-between" }, $t = {
|
|
|
798
798
|
])
|
|
799
799
|
]));
|
|
800
800
|
}
|
|
801
|
-
}),
|
|
801
|
+
}), Et = { key: 0 }, Ut = { class: "flex justify-between" }, Zt = {
|
|
802
802
|
key: 0,
|
|
803
803
|
class: "block text-sm font-medium text-gray-700"
|
|
804
|
-
},
|
|
804
|
+
}, Jt = {
|
|
805
805
|
key: 1,
|
|
806
806
|
class: "text-[10px] text-gray-500 uppercase"
|
|
807
|
-
},
|
|
807
|
+
}, Wt = { class: "space-y-1 flex flex-col items-center justify-center" }, Gt = { class: "flex text-sm text-gray-600 flex-col sm:flex-row text-center" }, Qt = ["for"], Kt = ["id", "name", "accept"], Xt = { class: "pl-1" }, es = { class: "text-xs text-gray-500 pb-4" }, ts = { class: "mt-2 text-xs flex flex-row items-center text-red-300" }, ss = {
|
|
808
808
|
key: 1,
|
|
809
809
|
class: "animate-pulse"
|
|
810
|
-
},
|
|
810
|
+
}, os = /* @__PURE__ */ M({
|
|
811
811
|
__name: "uiInputFile",
|
|
812
812
|
props: {
|
|
813
813
|
name: {},
|
|
@@ -818,7 +818,7 @@ const _t = { class: "flex justify-between" }, $t = {
|
|
|
818
818
|
fileTypesAndSizes: {},
|
|
819
819
|
error: {},
|
|
820
820
|
accept: {},
|
|
821
|
-
icon: { default:
|
|
821
|
+
icon: { default: ht },
|
|
822
822
|
loading: { type: Boolean, default: !0 },
|
|
823
823
|
label: {}
|
|
824
824
|
},
|
|
@@ -836,16 +836,16 @@ const _t = { class: "flex justify-between" }, $t = {
|
|
|
836
836
|
f++, o.value += y.name, f >= 1 && f < d.length && (o.value += ", ");
|
|
837
837
|
});
|
|
838
838
|
};
|
|
839
|
-
return (d, f) => d.loading ? (s(), n("div",
|
|
839
|
+
return (d, f) => d.loading ? (s(), n("div", ss, f[1] || (f[1] = [
|
|
840
840
|
e("div", { class: "flex justify-center items-center flex-col rounded-md border-2 border-dashed px-6 pt-5 pb-6 border-gray-200" }, [
|
|
841
841
|
e("div", { class: "rounded-full h-20 w-20 bg-gray-200 mb-4" }),
|
|
842
842
|
e("div", { class: "h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-full md:w-1/3 mb-3" }),
|
|
843
843
|
e("div", { class: "h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-full md:w-1/4 mb-3" })
|
|
844
844
|
], -1)
|
|
845
|
-
]))) : (s(), n("div",
|
|
846
|
-
e("div",
|
|
847
|
-
d.label ? (s(), n("label",
|
|
848
|
-
d.requiredText ? (s(), n("span",
|
|
845
|
+
]))) : (s(), n("div", Et, [
|
|
846
|
+
e("div", Ut, [
|
|
847
|
+
d.label ? (s(), n("label", Zt, u(d.label), 1)) : b("", !0),
|
|
848
|
+
d.requiredText ? (s(), n("span", Jt, u(d.requiredText), 1)) : b("", !0)
|
|
849
849
|
]),
|
|
850
850
|
e("div", {
|
|
851
851
|
class: h([
|
|
@@ -856,11 +856,11 @@ const _t = { class: "flex justify-between" }, $t = {
|
|
|
856
856
|
],
|
|
857
857
|
"dropArea flex justify-center rounded-md border-2 border-dashed px-6 pt-5 pb-6"
|
|
858
858
|
]),
|
|
859
|
-
onDragover: f[0] || (f[0] =
|
|
859
|
+
onDragover: f[0] || (f[0] = Be(() => {
|
|
860
860
|
}, ["prevent"])),
|
|
861
|
-
onDrop:
|
|
861
|
+
onDrop: Be(l, ["prevent"])
|
|
862
862
|
}, [
|
|
863
|
-
e("div",
|
|
863
|
+
e("div", Wt, [
|
|
864
864
|
g(j, {
|
|
865
865
|
icon: d.icon,
|
|
866
866
|
size: "massive",
|
|
@@ -869,7 +869,7 @@ const _t = { class: "flex justify-between" }, $t = {
|
|
|
869
869
|
class: "mb-4",
|
|
870
870
|
loading: d.loading
|
|
871
871
|
}, null, 8, ["icon", "loading"]),
|
|
872
|
-
e("div",
|
|
872
|
+
e("div", Gt, [
|
|
873
873
|
e("label", {
|
|
874
874
|
for: d.id,
|
|
875
875
|
class: "relative cursor-pointer rounded-md font-medium text-indigo-600 focus-within:outline-none focus-within:ring-2 focus-within:ring-indigo-500 focus-within:ring-offset-2 hover:text-indigo-500"
|
|
@@ -883,19 +883,19 @@ const _t = { class: "flex justify-between" }, $t = {
|
|
|
883
883
|
accept: d.accept,
|
|
884
884
|
multiple: "",
|
|
885
885
|
onChange: t
|
|
886
|
-
}, null, 40,
|
|
887
|
-
], 8,
|
|
888
|
-
e("p",
|
|
886
|
+
}, null, 40, Kt)
|
|
887
|
+
], 8, Qt),
|
|
888
|
+
e("p", Xt, u(d.dragAndDrop), 1)
|
|
889
889
|
]),
|
|
890
|
-
e("p",
|
|
890
|
+
e("p", es, u(d.fileTypesAndSizes), 1),
|
|
891
891
|
C(e("p", { class: "font-bold text-xs uppercase block p-2 bg-gray-200 rounded" }, u(c(o)), 513), [
|
|
892
892
|
[S, c(o) !== null]
|
|
893
893
|
])
|
|
894
894
|
])
|
|
895
895
|
], 34),
|
|
896
|
-
C(e("p",
|
|
896
|
+
C(e("p", ts, [
|
|
897
897
|
g(j, {
|
|
898
|
-
icon: c(
|
|
898
|
+
icon: c(ce),
|
|
899
899
|
color: "red",
|
|
900
900
|
class: "mr-2",
|
|
901
901
|
loading: d.loading
|
|
@@ -906,13 +906,13 @@ const _t = { class: "flex justify-between" }, $t = {
|
|
|
906
906
|
])
|
|
907
907
|
]));
|
|
908
908
|
}
|
|
909
|
-
}),
|
|
909
|
+
}), ls = { class: "flex justify-between" }, rs = {
|
|
910
910
|
key: 0,
|
|
911
911
|
class: "text-[10px] text-gray-500 uppercase justify-self-end"
|
|
912
|
-
},
|
|
912
|
+
}, ns = { class: "relative mt-1" }, as = {
|
|
913
913
|
key: 1,
|
|
914
914
|
class: "animate-pulse px-4 py-2.5 bg-gray-200 rounded-md flex justify-between items-center w-full"
|
|
915
|
-
},
|
|
915
|
+
}, is = /* @__PURE__ */ M({
|
|
916
916
|
__name: "uiSelect",
|
|
917
917
|
props: {
|
|
918
918
|
items: {},
|
|
@@ -927,13 +927,13 @@ const _t = { class: "flex justify-between" }, $t = {
|
|
|
927
927
|
emits: ["selectChanged"],
|
|
928
928
|
setup(p, { emit: i }) {
|
|
929
929
|
const o = Y(""), a = i, r = p, l = O(() => o.value === "" ? r.items : r.items.filter((d) => d.name.toLowerCase().includes(o.value.toLowerCase()))), t = (d) => (d == null ? void 0 : d.name) ?? "", m = O(() => r.select);
|
|
930
|
-
return (d, f) => d.loading ? (s(), n("div",
|
|
930
|
+
return (d, f) => d.loading ? (s(), n("div", as, [
|
|
931
931
|
f[4] || (f[4] = e("div", { class: "h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-1/2" }, null, -1)),
|
|
932
|
-
g(c(
|
|
932
|
+
g(c(pe), {
|
|
933
933
|
"aria-hidden": "true",
|
|
934
934
|
class: "-mr-1 ml-2 h-5 w-5 text-gray-300 dark:text-gray-400"
|
|
935
935
|
})
|
|
936
|
-
])) : (s(), _(c(
|
|
936
|
+
])) : (s(), _(c(Pe), {
|
|
937
937
|
key: 0,
|
|
938
938
|
modelValue: m.value,
|
|
939
939
|
"onUpdate:modelValue": [
|
|
@@ -944,17 +944,17 @@ const _t = { class: "flex justify-between" }, $t = {
|
|
|
944
944
|
as: "div"
|
|
945
945
|
}, {
|
|
946
946
|
default: v(() => [
|
|
947
|
-
e("div",
|
|
948
|
-
g(c(
|
|
947
|
+
e("div", ls, [
|
|
948
|
+
g(c(st), { class: "block text-sm font-medium" }, {
|
|
949
949
|
default: v(() => [
|
|
950
950
|
D(u(d.label), 1)
|
|
951
951
|
]),
|
|
952
952
|
_: 1
|
|
953
953
|
}),
|
|
954
|
-
d.requiredText ? (s(), n("span",
|
|
954
|
+
d.requiredText ? (s(), n("span", rs, u(d.requiredText), 1)) : b("", !0)
|
|
955
955
|
]),
|
|
956
|
-
e("div",
|
|
957
|
-
g(c(
|
|
956
|
+
e("div", ns, [
|
|
957
|
+
g(c(Oe), {
|
|
958
958
|
onChange: f[0] || (f[0] = (y) => o.value = y.target.value),
|
|
959
959
|
onBlur: f[1] || (f[1] = (y) => o.value = ""),
|
|
960
960
|
displayValue: t,
|
|
@@ -972,21 +972,21 @@ const _t = { class: "flex justify-between" }, $t = {
|
|
|
972
972
|
"text-green-400": d.color === "green"
|
|
973
973
|
}, "w-full rounded-md border py-2 pl-3 pr-10 shadow-sm focus:border-indigo-500 focus:outline-none focus:ring-1 focus:ring-indigo-500 sm:text-sm"])
|
|
974
974
|
}, null, 8, ["class"]),
|
|
975
|
-
g(c(
|
|
975
|
+
g(c(Ve), { class: "absolute inset-y-0 right-0 flex items-center rounded-r-md px-2 focus:outline-none" }, {
|
|
976
976
|
default: v(() => [
|
|
977
|
-
g(c(
|
|
977
|
+
g(c(pe), {
|
|
978
978
|
"aria-hidden": "true",
|
|
979
979
|
class: "h-5 w-5 text-gray-400"
|
|
980
980
|
})
|
|
981
981
|
]),
|
|
982
982
|
_: 1
|
|
983
983
|
}),
|
|
984
|
-
l.value.length > 0 ? (s(), _(c(
|
|
984
|
+
l.value.length > 0 ? (s(), _(c(Fe), {
|
|
985
985
|
key: 0,
|
|
986
986
|
class: "absolute z-10 mt-1 max-h-60 w-full overflow-auto rounded-md bg-white py-1 text-base shadow-lg ring-1 ring-black ring-opacity-5 focus:outline-none sm:text-sm"
|
|
987
987
|
}, {
|
|
988
988
|
default: v(() => [
|
|
989
|
-
(s(!0), n(k, null, $(l.value, (y) => (s(), _(c(
|
|
989
|
+
(s(!0), n(k, null, $(l.value, (y) => (s(), _(c(Ie), {
|
|
990
990
|
key: y.id,
|
|
991
991
|
value: y,
|
|
992
992
|
as: "template"
|
|
@@ -1008,7 +1008,7 @@ const _t = { class: "flex justify-between" }, $t = {
|
|
|
1008
1008
|
w ? "text-white" : "text-indigo-600"
|
|
1009
1009
|
])
|
|
1010
1010
|
}, [
|
|
1011
|
-
g(c(
|
|
1011
|
+
g(c(ue), {
|
|
1012
1012
|
"aria-hidden": "true",
|
|
1013
1013
|
class: "h-5 w-5",
|
|
1014
1014
|
loading: !0
|
|
@@ -1036,7 +1036,7 @@ const _t = { class: "flex justify-between" }, $t = {
|
|
|
1036
1036
|
_: 1
|
|
1037
1037
|
}, 8, ["modelValue", "disabled"]));
|
|
1038
1038
|
}
|
|
1039
|
-
}),
|
|
1039
|
+
}), ds = {
|
|
1040
1040
|
key: 1,
|
|
1041
1041
|
class: "inline-flex items-center px-3 py-2.5 rounded text-xs font-medium leading-none animate-pulse bg-gray-200"
|
|
1042
1042
|
}, R = /* @__PURE__ */ M({
|
|
@@ -1054,7 +1054,7 @@ const _t = { class: "flex justify-between" }, $t = {
|
|
|
1054
1054
|
const o = i, a = p, r = () => {
|
|
1055
1055
|
a.event != null && o("tagEvent", a.event);
|
|
1056
1056
|
};
|
|
1057
|
-
return (l, t) => l.loading ? (s(), n("div",
|
|
1057
|
+
return (l, t) => l.loading ? (s(), n("div", ds, t[0] || (t[0] = [
|
|
1058
1058
|
e("div", { class: "h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-12" }, null, -1)
|
|
1059
1059
|
]))) : (s(), n("span", {
|
|
1060
1060
|
key: 0,
|
|
@@ -1078,16 +1078,16 @@ const _t = { class: "flex justify-between" }, $t = {
|
|
|
1078
1078
|
I(l.$slots, "default")
|
|
1079
1079
|
], 2));
|
|
1080
1080
|
}
|
|
1081
|
-
}),
|
|
1081
|
+
}), us = { key: 0 }, cs = { class: "flex justify-between" }, gs = {
|
|
1082
1082
|
key: 0,
|
|
1083
1083
|
class: "block text-sm font-medium text-gray-700"
|
|
1084
|
-
},
|
|
1084
|
+
}, ps = {
|
|
1085
1085
|
key: 1,
|
|
1086
1086
|
class: "text-[10px] text-gray-500 uppercase justify-self-end"
|
|
1087
|
-
},
|
|
1087
|
+
}, ms = ["disabled", "placeholder"], fs = {
|
|
1088
1088
|
key: 1,
|
|
1089
1089
|
class: "animate-pulse"
|
|
1090
|
-
},
|
|
1090
|
+
}, ys = /* @__PURE__ */ M({
|
|
1091
1091
|
__name: "uiTextArea",
|
|
1092
1092
|
props: {
|
|
1093
1093
|
name: {},
|
|
@@ -1105,15 +1105,15 @@ const _t = { class: "flex justify-between" }, $t = {
|
|
|
1105
1105
|
const o = i, a = p, r = (t) => {
|
|
1106
1106
|
o("inputChanged", t.target.value);
|
|
1107
1107
|
}, l = Y(a.value);
|
|
1108
|
-
return
|
|
1108
|
+
return Z(() => a.value, (t) => {
|
|
1109
1109
|
l.value = t, o("inputChanged", { name: a.name, value: l.value });
|
|
1110
|
-
}), (t, m) => t.loading ? (s(), n("div",
|
|
1110
|
+
}), (t, m) => t.loading ? (s(), n("div", fs, m[1] || (m[1] = [
|
|
1111
1111
|
e("div", { class: "h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-2/3 md:w-1/4 mb-1.5" }, null, -1),
|
|
1112
1112
|
e("div", { class: "h-24 bg-gray-200 rounded-lg flex inline-flex items-center relative inline-block text-left w-full" }, null, -1)
|
|
1113
|
-
]))) : (s(), n("div",
|
|
1114
|
-
e("div",
|
|
1115
|
-
t.label ? (s(), n("label",
|
|
1116
|
-
t.requiredText ? (s(), n("span",
|
|
1113
|
+
]))) : (s(), n("div", us, [
|
|
1114
|
+
e("div", cs, [
|
|
1115
|
+
t.label ? (s(), n("label", gs, u(t.label), 1)) : b("", !0),
|
|
1116
|
+
t.requiredText ? (s(), n("span", ps, u(t.requiredText), 1)) : b("", !0)
|
|
1117
1117
|
]),
|
|
1118
1118
|
e("div", {
|
|
1119
1119
|
class: h({ "mt-1": t.label })
|
|
@@ -1135,8 +1135,8 @@ const _t = { class: "flex justify-between" }, $t = {
|
|
|
1135
1135
|
"text-green-400": t.color === "green"
|
|
1136
1136
|
}]),
|
|
1137
1137
|
onChange: r
|
|
1138
|
-
}, null, 42,
|
|
1139
|
-
[
|
|
1138
|
+
}, null, 42, ms), [
|
|
1139
|
+
[ge, l.value]
|
|
1140
1140
|
])
|
|
1141
1141
|
], 2),
|
|
1142
1142
|
C(e("p", {
|
|
@@ -1148,7 +1148,7 @@ const _t = { class: "flex justify-between" }, $t = {
|
|
|
1148
1148
|
}, "mt-2 text-xs flex flex-row items-center"])
|
|
1149
1149
|
}, [
|
|
1150
1150
|
g(j, {
|
|
1151
|
-
icon: c(
|
|
1151
|
+
icon: c(ce),
|
|
1152
1152
|
color: "red",
|
|
1153
1153
|
class: "mr-2",
|
|
1154
1154
|
loading: !1
|
|
@@ -1159,13 +1159,13 @@ const _t = { class: "flex justify-between" }, $t = {
|
|
|
1159
1159
|
])
|
|
1160
1160
|
]));
|
|
1161
1161
|
}
|
|
1162
|
-
}),
|
|
1162
|
+
}), hs = { class: "text-sm font-medium text-gray-900" }, vs = {
|
|
1163
1163
|
key: 0,
|
|
1164
1164
|
class: "text-sm text-gray-500 ml-2"
|
|
1165
|
-
},
|
|
1165
|
+
}, bs = {
|
|
1166
1166
|
key: 1,
|
|
1167
1167
|
class: "animate-pulse flex items-center"
|
|
1168
|
-
},
|
|
1168
|
+
}, ws = /* @__PURE__ */ M({
|
|
1169
1169
|
__name: "uiToggle",
|
|
1170
1170
|
props: {
|
|
1171
1171
|
item: {},
|
|
@@ -1176,18 +1176,18 @@ const _t = { class: "flex justify-between" }, $t = {
|
|
|
1176
1176
|
emits: ["toggleChanged", "actionClicked"],
|
|
1177
1177
|
setup(p, { emit: i }) {
|
|
1178
1178
|
const o = p, a = Y(o.checked);
|
|
1179
|
-
return
|
|
1179
|
+
return Z(() => o.checked, (r) => a.value = r), (r, l) => r.loading ? (s(), n("div", bs, l[3] || (l[3] = [
|
|
1180
1180
|
e("div", { class: "relative bg-gray-200 rounded-full w-12 h-6 p-1 flex items-center" }, [
|
|
1181
1181
|
e("div", { class: "rounded-full bg-gray-300 dark:bg-gray-400 h-4 w-4" })
|
|
1182
1182
|
], -1),
|
|
1183
1183
|
e("div", { class: "h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-16 ml-2" }, null, -1)
|
|
1184
|
-
]))) : (s(), _(c(
|
|
1184
|
+
]))) : (s(), _(c(ot), {
|
|
1185
1185
|
key: 0,
|
|
1186
1186
|
as: "div",
|
|
1187
1187
|
class: "flex items-center relative"
|
|
1188
1188
|
}, {
|
|
1189
1189
|
default: v(() => [
|
|
1190
|
-
g(c(
|
|
1190
|
+
g(c(lt), {
|
|
1191
1191
|
disabled: r.disabled,
|
|
1192
1192
|
onClick: l[0] || (l[0] = (t) => r.$emit("toggleChanged", { item: r.item, active: !a.value })),
|
|
1193
1193
|
modelValue: a.value,
|
|
@@ -1209,13 +1209,13 @@ const _t = { class: "flex justify-between" }, $t = {
|
|
|
1209
1209
|
]),
|
|
1210
1210
|
_: 1
|
|
1211
1211
|
}, 8, ["disabled", "modelValue", "class"]),
|
|
1212
|
-
g(c(
|
|
1212
|
+
g(c(rt), {
|
|
1213
1213
|
as: "span",
|
|
1214
1214
|
class: "ml-3"
|
|
1215
1215
|
}, {
|
|
1216
1216
|
default: v(() => [
|
|
1217
|
-
e("span",
|
|
1218
|
-
r.item.subtitle ? (s(), n("span",
|
|
1217
|
+
e("span", hs, u(r.item.title), 1),
|
|
1218
|
+
r.item.subtitle ? (s(), n("span", vs, u(r.item.subtitle), 1)) : b("", !0)
|
|
1219
1219
|
]),
|
|
1220
1220
|
_: 1
|
|
1221
1221
|
}),
|
|
@@ -1228,13 +1228,13 @@ const _t = { class: "flex justify-between" }, $t = {
|
|
|
1228
1228
|
_: 1
|
|
1229
1229
|
}));
|
|
1230
1230
|
}
|
|
1231
|
-
}),
|
|
1231
|
+
}), xs = {
|
|
1232
1232
|
key: 0,
|
|
1233
1233
|
class: "flex flex-col"
|
|
1234
|
-
},
|
|
1234
|
+
}, ks = { class: "flex" }, _s = { class: "flex-shrink-0" }, $s = { class: "ml-3" }, Cs = { class: "mt-4" }, Bs = { class: "-mx-2 -my-1.5 flex" }, Ms = ["onClick"], Ss = {
|
|
1235
1235
|
key: 1,
|
|
1236
1236
|
class: "flex flex-col animate-pulse"
|
|
1237
|
-
},
|
|
1237
|
+
}, js = /* @__PURE__ */ M({
|
|
1238
1238
|
__name: "uiAlert",
|
|
1239
1239
|
props: {
|
|
1240
1240
|
actions: {},
|
|
@@ -1247,9 +1247,9 @@ const _t = { class: "flex justify-between" }, $t = {
|
|
|
1247
1247
|
const o = i, a = (r) => {
|
|
1248
1248
|
o("alertEvent", r.event);
|
|
1249
1249
|
};
|
|
1250
|
-
return (r, l) => r.loading ? (s(), n("div",
|
|
1250
|
+
return (r, l) => r.loading ? (s(), n("div", Ss, l[0] || (l[0] = [
|
|
1251
1251
|
Q('<div class="p-4 border-l-4 bg-gray-100 border-gray-400 rounded"><div class="flex"><div class="flex-shrink-0"><div class="h-6 w-6 animate-pulse rounded-full bg-gray-200 dark:bg-gray-300"></div></div><div class="ml-3 w-full"><div class="h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-2/3 mb-2"></div><div class="h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-full mb-2"></div><div class="h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-3/5"></div></div></div></div>', 1)
|
|
1252
|
-
]))) : (s(), n("div",
|
|
1252
|
+
]))) : (s(), n("div", xs, [
|
|
1253
1253
|
e("div", {
|
|
1254
1254
|
class: h([{
|
|
1255
1255
|
"bg-indigo-50 border-indigo-400": r.type === "info",
|
|
@@ -1258,14 +1258,14 @@ const _t = { class: "flex justify-between" }, $t = {
|
|
|
1258
1258
|
"bg-green-50 border-green-400": r.type === "success"
|
|
1259
1259
|
}, "p-4 border-l-4 rounded"])
|
|
1260
1260
|
}, [
|
|
1261
|
-
e("div",
|
|
1262
|
-
e("div",
|
|
1263
|
-
r.type === "info" ? (s(), _(c(
|
|
1261
|
+
e("div", ks, [
|
|
1262
|
+
e("div", _s, [
|
|
1263
|
+
r.type === "info" ? (s(), _(c(Ze), {
|
|
1264
1264
|
key: 0,
|
|
1265
1265
|
class: "h-8 w-8 text-indigo-400",
|
|
1266
1266
|
"aria-hidden": "true"
|
|
1267
1267
|
})) : b("", !0),
|
|
1268
|
-
r.type === "danger" ? (s(), _(c(
|
|
1268
|
+
r.type === "danger" ? (s(), _(c(ce), {
|
|
1269
1269
|
key: 1,
|
|
1270
1270
|
class: "h-8 w-8 text-red-400",
|
|
1271
1271
|
"aria-hidden": "true"
|
|
@@ -1275,13 +1275,13 @@ const _t = { class: "flex justify-between" }, $t = {
|
|
|
1275
1275
|
class: "h-8 w-8 text-yellow-400",
|
|
1276
1276
|
"aria-hidden": "true"
|
|
1277
1277
|
})) : b("", !0),
|
|
1278
|
-
r.type === "success" ? (s(), _(c(
|
|
1278
|
+
r.type === "success" ? (s(), _(c(Ee), {
|
|
1279
1279
|
key: 3,
|
|
1280
1280
|
class: "h-8 w-8 text-green-400",
|
|
1281
1281
|
"aria-hidden": "true"
|
|
1282
1282
|
})) : b("", !0)
|
|
1283
1283
|
]),
|
|
1284
|
-
e("div",
|
|
1284
|
+
e("div", $s, [
|
|
1285
1285
|
e("h3", {
|
|
1286
1286
|
class: h([{
|
|
1287
1287
|
"text-red-800": r.type === "danger",
|
|
@@ -1298,8 +1298,8 @@ const _t = { class: "flex justify-between" }, $t = {
|
|
|
1298
1298
|
}, [
|
|
1299
1299
|
I(r.$slots, "default")
|
|
1300
1300
|
], 2),
|
|
1301
|
-
e("div",
|
|
1302
|
-
e("div",
|
|
1301
|
+
e("div", Cs, [
|
|
1302
|
+
e("div", Bs, [
|
|
1303
1303
|
(s(!0), n(k, null, $(r.actions, (t, m) => (s(), n("button", {
|
|
1304
1304
|
onClick: (d) => a(t),
|
|
1305
1305
|
type: "button",
|
|
@@ -1313,7 +1313,7 @@ const _t = { class: "flex justify-between" }, $t = {
|
|
|
1313
1313
|
},
|
|
1314
1314
|
"px-2 py-1.5 text-sm font-medium rounded-md focus:outline-none focus:ring-2 focus:ring-offset-2"
|
|
1315
1315
|
])
|
|
1316
|
-
}, u(t.name), 11,
|
|
1316
|
+
}, u(t.name), 11, Ms))), 128))
|
|
1317
1317
|
])
|
|
1318
1318
|
])
|
|
1319
1319
|
])
|
|
@@ -1321,20 +1321,20 @@ const _t = { class: "flex justify-between" }, $t = {
|
|
|
1321
1321
|
], 2)
|
|
1322
1322
|
]));
|
|
1323
1323
|
}
|
|
1324
|
-
}),
|
|
1324
|
+
}), Ds = {
|
|
1325
1325
|
key: 0,
|
|
1326
1326
|
class: "inline-flex",
|
|
1327
1327
|
"aria-label": "Breadcrumb"
|
|
1328
|
-
},
|
|
1328
|
+
}, Ts = {
|
|
1329
1329
|
role: "list",
|
|
1330
1330
|
class: "flex items-center space-x-4 text-xs"
|
|
1331
|
-
},
|
|
1331
|
+
}, zs = { key: 0 }, Ls = ["onClick"], Ns = {
|
|
1332
1332
|
key: 1,
|
|
1333
1333
|
class: "flex items-center"
|
|
1334
|
-
},
|
|
1334
|
+
}, As = ["onClick"], Ys = {
|
|
1335
1335
|
key: 1,
|
|
1336
1336
|
class: "flex flex-row items-center animate-pulse"
|
|
1337
|
-
},
|
|
1337
|
+
}, Ps = /* @__PURE__ */ M({
|
|
1338
1338
|
__name: "uiBreadcrumbs",
|
|
1339
1339
|
props: {
|
|
1340
1340
|
pages: {},
|
|
@@ -1342,26 +1342,26 @@ const _t = { class: "flex justify-between" }, $t = {
|
|
|
1342
1342
|
},
|
|
1343
1343
|
emits: ["breadCrumbClicked"],
|
|
1344
1344
|
setup(p, { emit: i }) {
|
|
1345
|
-
return (o, a) => o.loading ? (s(), n("div",
|
|
1345
|
+
return (o, a) => o.loading ? (s(), n("div", Ys, a[0] || (a[0] = [
|
|
1346
1346
|
e("div", { class: "animate-pulse rounded-full bg-gray-200 dark:bg-gray-300 h-4 w-4 mr-4" }, null, -1),
|
|
1347
1347
|
e("div", { class: "h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-1/5 mr-4" }, null, -1),
|
|
1348
1348
|
e("div", { class: "animate-pulse rounded-full bg-gray-200 dark:bg-gray-300 h-4 w-4 mr-4" }, null, -1),
|
|
1349
1349
|
e("div", { class: "h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-1/5" }, null, -1)
|
|
1350
|
-
]))) : (s(), n("nav",
|
|
1351
|
-
e("ol",
|
|
1350
|
+
]))) : (s(), n("nav", Ds, [
|
|
1351
|
+
e("ol", Ts, [
|
|
1352
1352
|
(s(!0), n(k, null, $(o.pages, (r, l) => (s(), n("li", { key: l }, [
|
|
1353
|
-
l === 0 ? (s(), n("div",
|
|
1353
|
+
l === 0 ? (s(), n("div", zs, [
|
|
1354
1354
|
e("p", {
|
|
1355
1355
|
onClick: (t) => o.$emit("breadCrumbClicked", r.routeName),
|
|
1356
1356
|
class: "flex flex-row items-center justify-center text-indigo-600 hover:text-indigo-800 cursor-pointer"
|
|
1357
1357
|
}, [
|
|
1358
|
-
g(c(
|
|
1358
|
+
g(c(Mt), {
|
|
1359
1359
|
class: "flex-shrink-0 h-3 w-3 text-gray-400 mr-4",
|
|
1360
1360
|
"aria-hidden": "true"
|
|
1361
1361
|
}),
|
|
1362
1362
|
e("span", null, u(r.name), 1)
|
|
1363
|
-
], 8,
|
|
1364
|
-
])) : (s(), n("div",
|
|
1363
|
+
], 8, Ls)
|
|
1364
|
+
])) : (s(), n("div", Ns, [
|
|
1365
1365
|
g(c(X), {
|
|
1366
1366
|
class: "flex-shrink-0 h-3 w-3 text-gray-400",
|
|
1367
1367
|
"aria-hidden": "true"
|
|
@@ -1370,19 +1370,19 @@ const _t = { class: "flex justify-between" }, $t = {
|
|
|
1370
1370
|
onClick: (t) => o.$emit("breadCrumbClicked", r.routeName),
|
|
1371
1371
|
class: h(["cursor-pointer ml-4 text-xs text-gray-400 hover:text-gray-500", { "text-indigo-600 hover:text-indigo-800": !r.current }]),
|
|
1372
1372
|
"aria-current": "page"
|
|
1373
|
-
}, u(r.name), 11,
|
|
1373
|
+
}, u(r.name), 11, As)
|
|
1374
1374
|
]))
|
|
1375
1375
|
]))), 128))
|
|
1376
1376
|
])
|
|
1377
1377
|
]));
|
|
1378
1378
|
}
|
|
1379
|
-
}),
|
|
1379
|
+
}), Os = { class: "flex items-center flex-col sm:flex-row justify-center sm:justify-start" }, Vs = ["src"], Fs = { class: "font-bold text-center sm:text-left" }, Is = { class: "mt-1 text-xs text-center sm:text-left" }, Rs = {
|
|
1380
1380
|
key: 0,
|
|
1381
1381
|
class: "flex flex-wrap mt-4 justify-center sm:justify-start"
|
|
1382
|
-
},
|
|
1382
|
+
}, qs = {
|
|
1383
1383
|
key: 1,
|
|
1384
1384
|
class: "rounded-lg bg-white shadow p-6 cursor-pointer animate-pulse"
|
|
1385
|
-
},
|
|
1385
|
+
}, Hs = /* @__PURE__ */ M({
|
|
1386
1386
|
__name: "uiCard",
|
|
1387
1387
|
props: {
|
|
1388
1388
|
id: {},
|
|
@@ -1396,24 +1396,24 @@ const _t = { class: "flex justify-between" }, $t = {
|
|
|
1396
1396
|
setup(p, { emit: i }) {
|
|
1397
1397
|
return (o, a) => {
|
|
1398
1398
|
var r;
|
|
1399
|
-
return o.loading ? (s(), n("div",
|
|
1399
|
+
return o.loading ? (s(), n("div", qs, a[1] || (a[1] = [
|
|
1400
1400
|
Q('<div class="flex items-center flex-col sm:flex-row justify-center sm:justify-start w-full"><div class="w-16 h-16 rounded-full bg-gray-200 flex self-center"></div><div class="w-full ml-4"><div class="h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-full mt-4 sm:mt-0 sm:w-16 mb-2"></div><div class="h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-full sm:w-32"></div></div></div>', 1)
|
|
1401
1401
|
]))) : (s(), n("div", {
|
|
1402
1402
|
key: 0,
|
|
1403
1403
|
class: "rounded-lg bg-white shadow p-6 cursor-pointer",
|
|
1404
1404
|
onClick: a[0] || (a[0] = (l) => o.$emit("cardSelected", { id: o.id, name: o.name, type: o.type, tags: o.tags }))
|
|
1405
1405
|
}, [
|
|
1406
|
-
e("div",
|
|
1406
|
+
e("div", Os, [
|
|
1407
1407
|
e("img", {
|
|
1408
1408
|
class: "w-16 h-16 rounded-full mb-4 sm:mb-0 sm:mr-4",
|
|
1409
1409
|
src: o.logo
|
|
1410
|
-
}, null, 8,
|
|
1410
|
+
}, null, 8, Vs),
|
|
1411
1411
|
e("div", null, [
|
|
1412
|
-
e("h4",
|
|
1413
|
-
e("p",
|
|
1412
|
+
e("h4", Fs, u(o.name), 1),
|
|
1413
|
+
e("p", Is, u(o.type), 1)
|
|
1414
1414
|
])
|
|
1415
1415
|
]),
|
|
1416
|
-
o.tags && ((r = o.tags) == null ? void 0 : r.length) > 0 ? (s(), n("div",
|
|
1416
|
+
o.tags && ((r = o.tags) == null ? void 0 : r.length) > 0 ? (s(), n("div", Rs, [
|
|
1417
1417
|
(s(!0), n(k, null, $(o.tags, (l) => (s(), _(R, {
|
|
1418
1418
|
class: "mb-1 mr-1",
|
|
1419
1419
|
key: l.name,
|
|
@@ -1429,7 +1429,7 @@ const _t = { class: "flex justify-between" }, $t = {
|
|
|
1429
1429
|
]));
|
|
1430
1430
|
};
|
|
1431
1431
|
}
|
|
1432
|
-
}),
|
|
1432
|
+
}), Es = /* @__PURE__ */ M({
|
|
1433
1433
|
__name: "uiFilter",
|
|
1434
1434
|
props: {
|
|
1435
1435
|
items: {},
|
|
@@ -1444,7 +1444,7 @@ const _t = { class: "flex justify-between" }, $t = {
|
|
|
1444
1444
|
m.active = m.value === t.value;
|
|
1445
1445
|
}), o("filterSelected", t);
|
|
1446
1446
|
}, l = Y(a.items);
|
|
1447
|
-
return (t, m) => (s(), _(
|
|
1447
|
+
return (t, m) => (s(), _(Ce, {
|
|
1448
1448
|
loading: t.loading,
|
|
1449
1449
|
onOptionSelected: m[0] || (m[0] = (d) => r(d)),
|
|
1450
1450
|
position: t.position,
|
|
@@ -1452,10 +1452,10 @@ const _t = { class: "flex justify-between" }, $t = {
|
|
|
1452
1452
|
label: t.label
|
|
1453
1453
|
}, null, 8, ["loading", "position", "items", "label"]));
|
|
1454
1454
|
}
|
|
1455
|
-
}),
|
|
1455
|
+
}), Us = { class: "fixed inset-0 z-10 overflow-y-auto" }, Zs = { class: "flex min-h-full items-end justify-center p-4 text-center sm:items-center sm:p-0" }, Js = { class: "absolute top-0 right-0 hidden pt-4 pr-4 sm:block" }, Ws = { class: "sm:flex sm:items-start" }, Gs = { class: "mt-3 text-center sm:mt-0 sm:ml-4 sm:text-left sm:mr-4 sm:w-10/12 break-words" }, Qs = { class: "mt-4 text-gray-500 text-sm" }, Ks = {
|
|
1456
1456
|
key: 0,
|
|
1457
1457
|
class: "mt-8"
|
|
1458
|
-
},
|
|
1458
|
+
}, Xs = ["onClick"], Je = /* @__PURE__ */ M({
|
|
1459
1459
|
__name: "uiModal",
|
|
1460
1460
|
props: {
|
|
1461
1461
|
title: {},
|
|
@@ -1470,18 +1470,18 @@ const _t = { class: "flex justify-between" }, $t = {
|
|
|
1470
1470
|
const o = p, a = i, r = (l) => {
|
|
1471
1471
|
a("modalAction", { modal: o.modalName, action: l });
|
|
1472
1472
|
};
|
|
1473
|
-
return (l, t) => (s(), _(c(
|
|
1473
|
+
return (l, t) => (s(), _(c(be), {
|
|
1474
1474
|
as: "template",
|
|
1475
1475
|
show: l.open
|
|
1476
1476
|
}, {
|
|
1477
1477
|
default: v(() => [
|
|
1478
|
-
g(c(
|
|
1478
|
+
g(c(we), {
|
|
1479
1479
|
as: "div",
|
|
1480
1480
|
class: "relative z-10",
|
|
1481
1481
|
onClose: t[1] || (t[1] = (m) => r("close"))
|
|
1482
1482
|
}, {
|
|
1483
1483
|
default: v(() => [
|
|
1484
|
-
g(c(
|
|
1484
|
+
g(c(W), {
|
|
1485
1485
|
as: "template",
|
|
1486
1486
|
enter: "ease-out duration-300",
|
|
1487
1487
|
"enter-from": "opacity-0",
|
|
@@ -1495,9 +1495,9 @@ const _t = { class: "flex justify-between" }, $t = {
|
|
|
1495
1495
|
])),
|
|
1496
1496
|
_: 1
|
|
1497
1497
|
}),
|
|
1498
|
-
e("div",
|
|
1499
|
-
e("div",
|
|
1500
|
-
g(c(
|
|
1498
|
+
e("div", Us, [
|
|
1499
|
+
e("div", Zs, [
|
|
1500
|
+
g(c(W), {
|
|
1501
1501
|
as: "template",
|
|
1502
1502
|
enter: "ease-out duration-300",
|
|
1503
1503
|
"enter-from": "opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95",
|
|
@@ -1507,9 +1507,9 @@ const _t = { class: "flex justify-between" }, $t = {
|
|
|
1507
1507
|
"leave-to": "opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95"
|
|
1508
1508
|
}, {
|
|
1509
1509
|
default: v(() => [
|
|
1510
|
-
g(c(
|
|
1510
|
+
g(c(xe), { 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" }, {
|
|
1511
1511
|
default: v(() => [
|
|
1512
|
-
e("div",
|
|
1512
|
+
e("div", Js, [
|
|
1513
1513
|
e("button", {
|
|
1514
1514
|
type: "button",
|
|
1515
1515
|
class: "rounded-md bg-white text-gray-400 hover:text-gray-500 focus:outline-none",
|
|
@@ -1517,13 +1517,13 @@ const _t = { class: "flex justify-between" }, $t = {
|
|
|
1517
1517
|
}, [
|
|
1518
1518
|
t[3] || (t[3] = e("span", { class: "sr-only" }, "X", -1)),
|
|
1519
1519
|
g(j, {
|
|
1520
|
-
icon: c(
|
|
1520
|
+
icon: c(U),
|
|
1521
1521
|
"aria-hidden": "true",
|
|
1522
1522
|
loading: l.loading
|
|
1523
1523
|
}, null, 8, ["icon", "loading"])
|
|
1524
1524
|
])
|
|
1525
1525
|
]),
|
|
1526
|
-
e("div",
|
|
1526
|
+
e("div", Ws, [
|
|
1527
1527
|
e("div", {
|
|
1528
1528
|
class: h(["mx-auto flex h-12 w-12 flex-shrink-0 items-center justify-center rounded-full sm:mx-0 sm:h-10 sm:w-10", {
|
|
1529
1529
|
"bg-red-100": l.type === "danger",
|
|
@@ -1532,13 +1532,13 @@ const _t = { class: "flex justify-between" }, $t = {
|
|
|
1532
1532
|
"bg-yellow-100": l.type === "warning"
|
|
1533
1533
|
}])
|
|
1534
1534
|
}, [
|
|
1535
|
-
C(g(c(
|
|
1535
|
+
C(g(c(U), {
|
|
1536
1536
|
class: "h-6 w-6 text-red-600",
|
|
1537
1537
|
"aria-hidden": "true"
|
|
1538
1538
|
}, null, 512), [
|
|
1539
1539
|
[S, l.type === "danger"]
|
|
1540
1540
|
]),
|
|
1541
|
-
C(g(c(
|
|
1541
|
+
C(g(c(ue), {
|
|
1542
1542
|
class: "h-6 w-6 text-green-600",
|
|
1543
1543
|
"aria-hidden": "true"
|
|
1544
1544
|
}, null, 512), [
|
|
@@ -1550,15 +1550,15 @@ const _t = { class: "flex justify-between" }, $t = {
|
|
|
1550
1550
|
}, null, 512), [
|
|
1551
1551
|
[S, l.type === "warning"]
|
|
1552
1552
|
]),
|
|
1553
|
-
C(g(c(
|
|
1553
|
+
C(g(c(Bt), {
|
|
1554
1554
|
class: "h-6 w-6 text-indigo-600",
|
|
1555
1555
|
"aria-hidden": "true"
|
|
1556
1556
|
}, null, 512), [
|
|
1557
1557
|
[S, l.type === "default"]
|
|
1558
1558
|
])
|
|
1559
1559
|
], 2),
|
|
1560
|
-
e("div",
|
|
1561
|
-
g(c(
|
|
1560
|
+
e("div", Gs, [
|
|
1561
|
+
g(c(Re), {
|
|
1562
1562
|
as: "h3",
|
|
1563
1563
|
class: "text-lg font-medium leading-6 text-gray-900"
|
|
1564
1564
|
}, {
|
|
@@ -1567,16 +1567,16 @@ const _t = { class: "flex justify-between" }, $t = {
|
|
|
1567
1567
|
]),
|
|
1568
1568
|
_: 1
|
|
1569
1569
|
}),
|
|
1570
|
-
e("div",
|
|
1570
|
+
e("div", Qs, [
|
|
1571
1571
|
I(l.$slots, "default")
|
|
1572
1572
|
]),
|
|
1573
|
-
l.actions ? (s(), n("div",
|
|
1573
|
+
l.actions ? (s(), n("div", Ks, [
|
|
1574
1574
|
(s(!0), n(k, null, $(l.actions, (m, d) => (s(), n("button", {
|
|
1575
1575
|
key: d,
|
|
1576
1576
|
type: "button",
|
|
1577
1577
|
class: "inline-flex w-full justify-center rounded-md border border-transparent bg-indigo-600 px-4 py-2 text-base font-medium text-white shadow-sm hover:bg-indigo-700 focus:outline-none focus:ring-2 focus:ring-indigo-500 focus:ring-offset-2 mb-2 sm:mb-0 mr-2 sm:w-auto sm:text-sm",
|
|
1578
1578
|
onClick: (f) => r(m.value)
|
|
1579
|
-
}, u(m.name), 9,
|
|
1579
|
+
}, u(m.name), 9, Xs))), 128))
|
|
1580
1580
|
])) : b("", !0)
|
|
1581
1581
|
])
|
|
1582
1582
|
])
|
|
@@ -1595,10 +1595,10 @@ const _t = { class: "flex justify-between" }, $t = {
|
|
|
1595
1595
|
_: 3
|
|
1596
1596
|
}, 8, ["show"]));
|
|
1597
1597
|
}
|
|
1598
|
-
}),
|
|
1598
|
+
}), eo = { class: "w-full flex flex-col items-center space-y-4 sm:items-end" }, to = {
|
|
1599
1599
|
key: 0,
|
|
1600
1600
|
class: "max-w-sm w-full bg-white shadow-lg rounded-lg pointer-events-auto ring-1 ring-black ring-opacity-5 overflow-hidden"
|
|
1601
|
-
},
|
|
1601
|
+
}, so = { class: "p-4" }, oo = { class: "flex items-start" }, lo = { class: "flex-shrink-0 mt-0.5" }, ro = { class: "ml-3 w-0 flex-1 pt-0.5" }, no = { class: "font-medium text-gray-900" }, ao = { class: "mt-1 text-sm text-gray-500" }, io = { class: "ml-4 flex-shrink-0 flex" }, uo = /* @__PURE__ */ M({
|
|
1602
1602
|
__name: "uiNotification",
|
|
1603
1603
|
props: {
|
|
1604
1604
|
type: { default: "info" },
|
|
@@ -1614,8 +1614,8 @@ const _t = { class: "flex justify-between" }, $t = {
|
|
|
1614
1614
|
"aria-live": "assertive",
|
|
1615
1615
|
class: h([{ fixed: r.fixed }, "inset-0 flex items-end px-4 py-6 pointer-events-none sm:p-6 sm:items-start"])
|
|
1616
1616
|
}, [
|
|
1617
|
-
e("div",
|
|
1618
|
-
g(
|
|
1617
|
+
e("div", eo, [
|
|
1618
|
+
g(de, {
|
|
1619
1619
|
"enter-active-class": "transform ease-out duration-300 transition",
|
|
1620
1620
|
"enter-from-class": "translate-y-2 opacity-0 sm:translate-y-0 sm:translate-x-2",
|
|
1621
1621
|
"enter-to-class": "translate-y-0 opacity-100 sm:translate-x-0",
|
|
@@ -1624,17 +1624,17 @@ const _t = { class: "flex justify-between" }, $t = {
|
|
|
1624
1624
|
"leave-to-class": "opacity-0"
|
|
1625
1625
|
}, {
|
|
1626
1626
|
default: v(() => [
|
|
1627
|
-
a.value ? (s(), n("div",
|
|
1628
|
-
e("div",
|
|
1629
|
-
e("div",
|
|
1630
|
-
e("div",
|
|
1631
|
-
C(g(c(
|
|
1627
|
+
a.value ? (s(), n("div", to, [
|
|
1628
|
+
e("div", so, [
|
|
1629
|
+
e("div", oo, [
|
|
1630
|
+
e("div", lo, [
|
|
1631
|
+
C(g(c(Ee), {
|
|
1632
1632
|
"aria-hidden": "true",
|
|
1633
1633
|
class: "h-6 w-6 text-green-400"
|
|
1634
1634
|
}, null, 512), [
|
|
1635
1635
|
[S, r.type === "success"]
|
|
1636
1636
|
]),
|
|
1637
|
-
C(g(c(
|
|
1637
|
+
C(g(c(ce), {
|
|
1638
1638
|
"aria-hidden": "true",
|
|
1639
1639
|
class: "h-6 w-6 text-red-400"
|
|
1640
1640
|
}, null, 512), [
|
|
@@ -1646,25 +1646,25 @@ const _t = { class: "flex justify-between" }, $t = {
|
|
|
1646
1646
|
}, null, 512), [
|
|
1647
1647
|
[S, r.type === "warning"]
|
|
1648
1648
|
]),
|
|
1649
|
-
C(g(c(
|
|
1649
|
+
C(g(c(Ze), {
|
|
1650
1650
|
"aria-hidden": "true",
|
|
1651
1651
|
class: "h-6 w-6 text-indigo-600"
|
|
1652
1652
|
}, null, 512), [
|
|
1653
1653
|
[S, r.type === "info"]
|
|
1654
1654
|
])
|
|
1655
1655
|
]),
|
|
1656
|
-
e("div",
|
|
1657
|
-
e("p",
|
|
1658
|
-
e("p",
|
|
1656
|
+
e("div", ro, [
|
|
1657
|
+
e("p", no, u(r.title), 1),
|
|
1658
|
+
e("p", ao, u(r.message), 1)
|
|
1659
1659
|
]),
|
|
1660
|
-
e("div",
|
|
1660
|
+
e("div", io, [
|
|
1661
1661
|
e("button", {
|
|
1662
1662
|
class: "bg-white rounded-md inline-flex text-gray-400 hover:text-gray-500 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500",
|
|
1663
1663
|
type: "button",
|
|
1664
1664
|
onClick: l[0] || (l[0] = (t) => r.$emit("closeNotification"))
|
|
1665
1665
|
}, [
|
|
1666
1666
|
l[1] || (l[1] = e("span", { class: "sr-only" }, "Close", -1)),
|
|
1667
|
-
g(c(
|
|
1667
|
+
g(c(U), {
|
|
1668
1668
|
"aria-hidden": "true",
|
|
1669
1669
|
class: "h-5 w-5"
|
|
1670
1670
|
})
|
|
@@ -1679,35 +1679,35 @@ const _t = { class: "flex justify-between" }, $t = {
|
|
|
1679
1679
|
])
|
|
1680
1680
|
], 2));
|
|
1681
1681
|
}
|
|
1682
|
-
}),
|
|
1682
|
+
}), co = {
|
|
1683
1683
|
key: 0,
|
|
1684
1684
|
role: "list",
|
|
1685
1685
|
class: "divide-y divide-gray-100"
|
|
1686
|
-
},
|
|
1686
|
+
}, go = { class: "min-w-0" }, po = { class: "flex items-start gap-x-3" }, mo = { class: "text-sm font-semibold leading-6 text-gray-900" }, fo = { class: "mt-1 flex items-center gap-x-2 text-xs leading-5 text-gray-500" }, yo = { class: "truncate" }, ho = { class: "flex flex-none items-center gap-x-4" }, vo = ["href"], bo = { class: "sr-only" }, wo = {
|
|
1687
1687
|
key: 1,
|
|
1688
1688
|
class: "divide-y divide-gray-100 animate-pulse"
|
|
1689
|
-
},
|
|
1689
|
+
}, xo = /* @__PURE__ */ M({
|
|
1690
1690
|
__name: "uiTaskList",
|
|
1691
1691
|
props: {
|
|
1692
1692
|
tasks: {},
|
|
1693
1693
|
loading: { type: Boolean, default: !0 }
|
|
1694
1694
|
},
|
|
1695
1695
|
setup(p) {
|
|
1696
|
-
return (i, o) => i.loading ? (s(), n("ul",
|
|
1696
|
+
return (i, o) => i.loading ? (s(), n("ul", wo, [
|
|
1697
1697
|
(s(!0), n(k, null, $(i.tasks, (a) => (s(), n("li", {
|
|
1698
1698
|
key: a.id,
|
|
1699
1699
|
class: "flex items-center justify-between gap-x-6 py-5"
|
|
1700
1700
|
}, o[0] || (o[0] = [
|
|
1701
1701
|
Q('<div class="min-w-0 w-full"><div class="flex items-start gap-x-3"><p class="h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-1/2"></p></div></div><div class="flex flex-none items-center gap-x-4"><div class="hidden rounded-md bg-gray-200 px-2.5 py-1.5 text-sm font-semibold text-gray-900 shadow-sm ring-1 ring-inset ring-gray-300 hover:bg-gray-50 sm:block"><p class="h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-10"></p></div></div>', 2)
|
|
1702
1702
|
])))), 128))
|
|
1703
|
-
])) : (s(), n("ul",
|
|
1703
|
+
])) : (s(), n("ul", co, [
|
|
1704
1704
|
(s(!0), n(k, null, $(i.tasks, (a) => (s(), n("li", {
|
|
1705
1705
|
key: a.id,
|
|
1706
1706
|
class: "flex items-center justify-between gap-x-6 py-5"
|
|
1707
1707
|
}, [
|
|
1708
|
-
e("div",
|
|
1709
|
-
e("div",
|
|
1710
|
-
e("p",
|
|
1708
|
+
e("div", go, [
|
|
1709
|
+
e("div", po, [
|
|
1710
|
+
e("p", mo, u(a.name), 1),
|
|
1711
1711
|
e("p", {
|
|
1712
1712
|
class: h([
|
|
1713
1713
|
{
|
|
@@ -1719,93 +1719,104 @@ const _t = { class: "flex justify-between" }, $t = {
|
|
|
1719
1719
|
])
|
|
1720
1720
|
}, u(a.statusLiteral), 3)
|
|
1721
1721
|
]),
|
|
1722
|
-
e("div",
|
|
1723
|
-
e("p",
|
|
1722
|
+
e("div", fo, [
|
|
1723
|
+
e("p", yo, u(a.description), 1)
|
|
1724
1724
|
])
|
|
1725
1725
|
]),
|
|
1726
|
-
e("div",
|
|
1726
|
+
e("div", ho, [
|
|
1727
1727
|
e("a", {
|
|
1728
1728
|
href: a.href,
|
|
1729
1729
|
class: "hidden rounded-md bg-white px-2.5 py-1.5 text-sm font-semibold text-gray-900 shadow-sm ring-1 ring-inset ring-gray-300 hover:bg-gray-50 sm:block"
|
|
1730
1730
|
}, [
|
|
1731
1731
|
D(u(a.action), 1),
|
|
1732
|
-
e("span",
|
|
1733
|
-
], 8,
|
|
1732
|
+
e("span", bo, ", " + u(a.name), 1)
|
|
1733
|
+
], 8, vo)
|
|
1734
1734
|
])
|
|
1735
1735
|
]))), 128))
|
|
1736
1736
|
]));
|
|
1737
1737
|
}
|
|
1738
1738
|
});
|
|
1739
|
-
|
|
1740
|
-
function mo(p) {
|
|
1739
|
+
function ko(p) {
|
|
1741
1740
|
return p && p.__esModule && Object.prototype.hasOwnProperty.call(p, "default") ? p.default : p;
|
|
1742
1741
|
}
|
|
1743
|
-
var
|
|
1744
|
-
|
|
1745
|
-
(function(
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
function
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
})
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
(
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
(
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
|
|
1742
|
+
var oe = { exports: {} }, _o = oe.exports, Se;
|
|
1743
|
+
function $o() {
|
|
1744
|
+
return Se || (Se = 1, function(p, i) {
|
|
1745
|
+
(function(o, a) {
|
|
1746
|
+
p.exports = a(L);
|
|
1747
|
+
})(_o, function(o) {
|
|
1748
|
+
function a(t) {
|
|
1749
|
+
return t && typeof t == "object" && "default" in t ? t : { default: t };
|
|
1750
|
+
}
|
|
1751
|
+
var r = a(o), l = { name: "es", monthsShort: "ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"), weekdays: "domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"), weekdaysShort: "dom._lun._mar._mié._jue._vie._sáb.".split("_"), weekdaysMin: "do_lu_ma_mi_ju_vi_sá".split("_"), months: "enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"), weekStart: 1, formats: { LT: "H:mm", LTS: "H:mm:ss", L: "DD/MM/YYYY", LL: "D [de] MMMM [de] YYYY", LLL: "D [de] MMMM [de] YYYY H:mm", LLLL: "dddd, D [de] MMMM [de] YYYY H:mm" }, relativeTime: { future: "en %s", past: "hace %s", s: "unos segundos", m: "un minuto", mm: "%d minutos", h: "una hora", hh: "%d horas", d: "un día", dd: "%d días", M: "un mes", MM: "%d meses", y: "un año", yy: "%d años" }, ordinal: function(t) {
|
|
1752
|
+
return t + "º";
|
|
1753
|
+
} };
|
|
1754
|
+
return r.default.locale(l, null, !0), l;
|
|
1755
|
+
});
|
|
1756
|
+
}(oe)), oe.exports;
|
|
1757
|
+
}
|
|
1758
|
+
$o();
|
|
1759
|
+
var le = { exports: {} }, Co = le.exports, je;
|
|
1760
|
+
function Bo() {
|
|
1761
|
+
return je || (je = 1, function(p, i) {
|
|
1762
|
+
(function(o, a) {
|
|
1763
|
+
p.exports = a(L);
|
|
1764
|
+
})(Co, function(o) {
|
|
1765
|
+
function a(d) {
|
|
1766
|
+
return d && typeof d == "object" && "default" in d ? d : { default: d };
|
|
1767
|
+
}
|
|
1768
|
+
var r = a(o), l = { s: "ein paar Sekunden", m: ["eine Minute", "einer Minute"], mm: "%d Minuten", h: ["eine Stunde", "einer Stunde"], hh: "%d Stunden", d: ["ein Tag", "einem Tag"], dd: ["%d Tage", "%d Tagen"], M: ["ein Monat", "einem Monat"], MM: ["%d Monate", "%d Monaten"], y: ["ein Jahr", "einem Jahr"], yy: ["%d Jahre", "%d Jahren"] };
|
|
1769
|
+
function t(d, f, y) {
|
|
1770
|
+
var w = l[y];
|
|
1771
|
+
return Array.isArray(w) && (w = w[f ? 0 : 1]), w.replace("%d", d);
|
|
1772
|
+
}
|
|
1773
|
+
var m = { name: "de", weekdays: "Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag".split("_"), weekdaysShort: "So._Mo._Di._Mi._Do._Fr._Sa.".split("_"), weekdaysMin: "So_Mo_Di_Mi_Do_Fr_Sa".split("_"), months: "Januar_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"), monthsShort: "Jan._Feb._März_Apr._Mai_Juni_Juli_Aug._Sept._Okt._Nov._Dez.".split("_"), ordinal: function(d) {
|
|
1774
|
+
return d + ".";
|
|
1775
|
+
}, weekStart: 1, yearStart: 4, formats: { LTS: "HH:mm:ss", LT: "HH:mm", L: "DD.MM.YYYY", LL: "D. MMMM YYYY", LLL: "D. MMMM YYYY HH:mm", LLLL: "dddd, D. MMMM YYYY HH:mm" }, relativeTime: { future: "in %s", past: "vor %s", s: t, m: t, mm: t, h: t, hh: t, d: t, dd: t, M: t, MM: t, y: t, yy: t } };
|
|
1776
|
+
return r.default.locale(m, null, !0), m;
|
|
1777
|
+
});
|
|
1778
|
+
}(le)), le.exports;
|
|
1779
|
+
}
|
|
1780
|
+
Bo();
|
|
1781
|
+
var re = { exports: {} }, Mo = re.exports, De;
|
|
1782
|
+
function So() {
|
|
1783
|
+
return De || (De = 1, function(p, i) {
|
|
1784
|
+
(function(o, a) {
|
|
1785
|
+
p.exports = a();
|
|
1786
|
+
})(Mo, function() {
|
|
1787
|
+
return { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(o) {
|
|
1788
|
+
var a = ["th", "st", "nd", "rd"], r = o % 100;
|
|
1789
|
+
return "[" + o + (a[(r - 20) % 10] || a[r] || a[0]) + "]";
|
|
1790
|
+
} };
|
|
1791
|
+
});
|
|
1792
|
+
}(re)), re.exports;
|
|
1793
|
+
}
|
|
1794
|
+
So();
|
|
1795
|
+
var ne = { exports: {} }, jo = ne.exports, Te;
|
|
1796
|
+
function Do() {
|
|
1797
|
+
return Te || (Te = 1, function(p, i) {
|
|
1798
|
+
(function(o, a) {
|
|
1799
|
+
p.exports = a(L);
|
|
1800
|
+
})(jo, function(o) {
|
|
1801
|
+
function a(t) {
|
|
1802
|
+
return t && typeof t == "object" && "default" in t ? t : { default: t };
|
|
1803
|
+
}
|
|
1804
|
+
var r = a(o), l = { name: "fr", weekdays: "dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"), weekdaysShort: "dim._lun._mar._mer._jeu._ven._sam.".split("_"), weekdaysMin: "di_lu_ma_me_je_ve_sa".split("_"), months: "janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"), monthsShort: "janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"), weekStart: 1, yearStart: 4, formats: { LT: "HH:mm", LTS: "HH:mm:ss", L: "DD/MM/YYYY", LL: "D MMMM YYYY", LLL: "D MMMM YYYY HH:mm", LLLL: "dddd D MMMM YYYY HH:mm" }, relativeTime: { future: "dans %s", past: "il y a %s", s: "quelques secondes", m: "une minute", mm: "%d minutes", h: "une heure", hh: "%d heures", d: "un jour", dd: "%d jours", M: "un mois", MM: "%d mois", y: "un an", yy: "%d ans" }, ordinal: function(t) {
|
|
1805
|
+
return "" + t + (t === 1 ? "er" : "");
|
|
1806
|
+
} };
|
|
1807
|
+
return r.default.locale(l, null, !0), l;
|
|
1808
|
+
});
|
|
1809
|
+
}(ne)), ne.exports;
|
|
1810
|
+
}
|
|
1811
|
+
Do();
|
|
1812
|
+
const ee = (p, i) => {
|
|
1802
1813
|
const o = p.__vccOpts || p;
|
|
1803
1814
|
for (const [a, r] of i)
|
|
1804
1815
|
o[a] = r;
|
|
1805
1816
|
return o;
|
|
1806
|
-
},
|
|
1817
|
+
}, To = {
|
|
1807
1818
|
name: "dateSelector",
|
|
1808
|
-
components: { ChevronLeftIcon:
|
|
1819
|
+
components: { ChevronLeftIcon: Ue, ChevronRightIcon: X },
|
|
1809
1820
|
computed: {
|
|
1810
1821
|
currentDate() {
|
|
1811
1822
|
return L(this.selectedDate).locale("es");
|
|
@@ -1833,11 +1844,11 @@ const te = (p, i) => {
|
|
|
1833
1844
|
i === "next" && (p === "day" && (o = L(this.selectedDate).add(1, "day")), p === "month" && (o = L(this.selectedDate).add(1, "month")), p === "year" && (o = L(this.selectedDate).add(1, "year"))), this.$emit("dateSelected", o);
|
|
1834
1845
|
}
|
|
1835
1846
|
}
|
|
1836
|
-
},
|
|
1837
|
-
function
|
|
1838
|
-
const t =
|
|
1839
|
-
return s(), n("div",
|
|
1840
|
-
e("div",
|
|
1847
|
+
}, zo = { class: "dateSelector flex items-center text-white flex-row" }, Lo = { class: "pagination flex items-center my-1 md:my-0" }, No = { class: "date mx-4 font-bold text-center text-indigo-600 select-none uppercase" }, Ao = { class: "pagination flex items-center my-1 sm:my-0" };
|
|
1848
|
+
function Yo(p, i, o, a, r, l) {
|
|
1849
|
+
const t = Me("ChevronLeftIcon"), m = Me("ChevronRightIcon");
|
|
1850
|
+
return s(), n("div", zo, [
|
|
1851
|
+
e("div", Lo, [
|
|
1841
1852
|
e("div", {
|
|
1842
1853
|
class: h([{
|
|
1843
1854
|
"bg-indigo-600 hover:bg-indigo-800 cursor-pointer": l.currentDate > l.today,
|
|
@@ -1869,8 +1880,8 @@ function $o(p, i, o, a, r, l) {
|
|
|
1869
1880
|
g(t, { class: "h-4" })
|
|
1870
1881
|
], 2)
|
|
1871
1882
|
]),
|
|
1872
|
-
e("div",
|
|
1873
|
-
e("div",
|
|
1883
|
+
e("div", No, u(l.formatedDate), 1),
|
|
1884
|
+
e("div", Ao, [
|
|
1874
1885
|
e("div", {
|
|
1875
1886
|
class: "previousDay flex items-center cursor-pointer bg-indigo-600 p-1 rounded mx-0.5 hover:bg-indigo-800 shadow-sm",
|
|
1876
1887
|
onClick: i[3] || (i[3] = (d) => l.selectDate("day", "next"))
|
|
@@ -1895,16 +1906,16 @@ function $o(p, i, o, a, r, l) {
|
|
|
1895
1906
|
])
|
|
1896
1907
|
]);
|
|
1897
1908
|
}
|
|
1898
|
-
const
|
|
1909
|
+
const Po = /* @__PURE__ */ ee(To, [["render", Yo]]), Oo = {
|
|
1899
1910
|
name: "SkeletonTable"
|
|
1900
|
-
},
|
|
1901
|
-
function
|
|
1902
|
-
return s(), n("div",
|
|
1903
|
-
e("div",
|
|
1904
|
-
e("div",
|
|
1905
|
-
e("div",
|
|
1906
|
-
e("div",
|
|
1907
|
-
e("table",
|
|
1911
|
+
}, Vo = { class: "px-4 sm:px-6 lg:px-8 animate-pulse" }, Fo = { class: "flow-root" }, Io = { class: "-mx-4 -my-2 overflow-x-auto sm:-mx-6 lg:-mx-8" }, Ro = { class: "inline-block min-w-full py-2 align-middle px-1" }, qo = { class: "overflow-hidden shadow ring-1 ring-black ring-opacity-5 sm:rounded-lg" }, Ho = { class: "min-w-full divide-y divide-gray-300" }, Eo = { class: "divide-y divide-gray-200 bg-white" };
|
|
1912
|
+
function Uo(p, i, o, a, r, l) {
|
|
1913
|
+
return s(), n("div", Vo, [
|
|
1914
|
+
e("div", Fo, [
|
|
1915
|
+
e("div", Io, [
|
|
1916
|
+
e("div", Ro, [
|
|
1917
|
+
e("div", qo, [
|
|
1918
|
+
e("table", Ho, [
|
|
1908
1919
|
i[1] || (i[1] = e("thead", { class: "bg-gray-50" }, [
|
|
1909
1920
|
e("tr", null, [
|
|
1910
1921
|
e("th", {
|
|
@@ -1941,7 +1952,7 @@ function No(p, i, o, a, r, l) {
|
|
|
1941
1952
|
])
|
|
1942
1953
|
])
|
|
1943
1954
|
], -1)),
|
|
1944
|
-
e("tbody",
|
|
1955
|
+
e("tbody", Eo, [
|
|
1945
1956
|
(s(), n(k, null, $(10, (t) => e("tr", { key: t }, i[0] || (i[0] = [
|
|
1946
1957
|
e("td", { class: "whitespace-nowrap py-4 pl-4 pr-3 text-sm font-medium text-gray-900 sm:pl-6" }, [
|
|
1947
1958
|
e("div", { class: "h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-6" })
|
|
@@ -1976,29 +1987,31 @@ function No(p, i, o, a, r, l) {
|
|
|
1976
1987
|
])
|
|
1977
1988
|
]);
|
|
1978
1989
|
}
|
|
1979
|
-
const
|
|
1980
|
-
var
|
|
1981
|
-
|
|
1982
|
-
(function(
|
|
1983
|
-
|
|
1984
|
-
|
|
1985
|
-
|
|
1986
|
-
|
|
1987
|
-
|
|
1988
|
-
|
|
1990
|
+
const We = /* @__PURE__ */ ee(Oo, [["render", Uo]]);
|
|
1991
|
+
var ae = { exports: {} }, Zo = ae.exports, ze;
|
|
1992
|
+
function Jo() {
|
|
1993
|
+
return ze || (ze = 1, function(p, i) {
|
|
1994
|
+
(function(o, a) {
|
|
1995
|
+
p.exports = a();
|
|
1996
|
+
})(Zo, function() {
|
|
1997
|
+
return function(o, a, r) {
|
|
1998
|
+
a.prototype.isToday = function() {
|
|
1999
|
+
var l = "YYYY-MM-DD", t = r();
|
|
2000
|
+
return this.format(l) === t.format(l);
|
|
2001
|
+
};
|
|
1989
2002
|
};
|
|
1990
|
-
};
|
|
1991
|
-
});
|
|
1992
|
-
}
|
|
1993
|
-
var
|
|
1994
|
-
const
|
|
2003
|
+
});
|
|
2004
|
+
}(ae)), ae.exports;
|
|
2005
|
+
}
|
|
2006
|
+
var Wo = Jo();
|
|
2007
|
+
const Go = /* @__PURE__ */ ko(Wo), Qo = {
|
|
1995
2008
|
name: "calendarDay",
|
|
1996
2009
|
props: {
|
|
1997
2010
|
day: Object
|
|
1998
2011
|
},
|
|
1999
2012
|
computed: {
|
|
2000
2013
|
currentDay() {
|
|
2001
|
-
return L.extend(
|
|
2014
|
+
return L.extend(Go), {
|
|
2002
2015
|
dayName: L(this.day).locale("es").format("ddd"),
|
|
2003
2016
|
day: L(this.day).locale("es").format("DD"),
|
|
2004
2017
|
month: L(this.day).locale("es").format("MMM."),
|
|
@@ -2007,8 +2020,8 @@ const Yo = /* @__PURE__ */ mo(Ao), Po = {
|
|
|
2007
2020
|
};
|
|
2008
2021
|
}
|
|
2009
2022
|
}
|
|
2010
|
-
},
|
|
2011
|
-
function
|
|
2023
|
+
}, Ko = { class: "text-xs" }, Xo = { class: "font-bold text-lg" }, el = { class: "text-xs font-medium" };
|
|
2024
|
+
function tl(p, i, o, a, r, l) {
|
|
2012
2025
|
return s(), n("div", {
|
|
2013
2026
|
class: h([
|
|
2014
2027
|
"day select-none text-center",
|
|
@@ -2018,12 +2031,12 @@ function Io(p, i, o, a, r, l) {
|
|
|
2018
2031
|
}
|
|
2019
2032
|
])
|
|
2020
2033
|
}, [
|
|
2021
|
-
e("p",
|
|
2022
|
-
e("p",
|
|
2023
|
-
e("p",
|
|
2034
|
+
e("p", Ko, u(l.currentDay.dayName), 1),
|
|
2035
|
+
e("p", Xo, u(l.currentDay.day), 1),
|
|
2036
|
+
e("p", el, u(l.currentDay.month), 1)
|
|
2024
2037
|
], 2);
|
|
2025
2038
|
}
|
|
2026
|
-
const
|
|
2039
|
+
const sl = /* @__PURE__ */ ee(Qo, [["render", tl]]), ol = {
|
|
2027
2040
|
name: "dayPrice",
|
|
2028
2041
|
props: {
|
|
2029
2042
|
currency: String,
|
|
@@ -2042,9 +2055,9 @@ const Ro = /* @__PURE__ */ te(Po, [["render", Io]]), qo = {
|
|
|
2042
2055
|
};
|
|
2043
2056
|
}
|
|
2044
2057
|
}
|
|
2045
|
-
},
|
|
2046
|
-
function
|
|
2047
|
-
return s(), n("div",
|
|
2058
|
+
}, ll = { class: "priceDay" };
|
|
2059
|
+
function rl(p, i, o, a, r, l) {
|
|
2060
|
+
return s(), n("div", ll, [
|
|
2048
2061
|
e("div", {
|
|
2049
2062
|
class: h([
|
|
2050
2063
|
{
|
|
@@ -2057,61 +2070,62 @@ function Uo(p, i, o, a, r, l) {
|
|
|
2057
2070
|
}, u(l.currentDay.price) + u(o.currency), 3)
|
|
2058
2071
|
]);
|
|
2059
2072
|
}
|
|
2060
|
-
const
|
|
2073
|
+
const se = /* @__PURE__ */ ee(ol, [["render", rl]]), nl = {
|
|
2061
2074
|
key: 0,
|
|
2062
2075
|
class: "px-4 sm:px-6 lg:px-8"
|
|
2063
|
-
},
|
|
2076
|
+
}, al = { class: "flow-root" }, il = { class: "overflow-x-auto sm:-mx-6 lg:-mx-8 shadow ring-1 ring-black ring-opacity-5 sm:rounded-lg" }, dl = { class: "inline-block min-w-full align-middle" }, ul = { class: "min-w-full text-sm" }, cl = { class: "bg-white" }, gl = {
|
|
2064
2077
|
colspan: "6",
|
|
2065
2078
|
scope: "colgroup",
|
|
2066
2079
|
class: "bg-gray-50 py-2 pl-4 pr-3 text-left text-sm font-semibold text-gray-900 sm:pl-3"
|
|
2067
|
-
},
|
|
2080
|
+
}, pl = {
|
|
2068
2081
|
colspan: "20",
|
|
2069
2082
|
scope: "colgroup",
|
|
2070
2083
|
class: "bg-gray-200 py-2 pl-4 pr-3 text-left font-semibold text-gray-900"
|
|
2071
|
-
},
|
|
2084
|
+
}, ml = { key: 0 }, fl = {
|
|
2072
2085
|
colspan: "6",
|
|
2073
2086
|
class: "pl-4"
|
|
2074
|
-
},
|
|
2087
|
+
}, yl = { key: 1 }, hl = {
|
|
2075
2088
|
colspan: "6",
|
|
2076
2089
|
class: "pl-4"
|
|
2077
|
-
},
|
|
2090
|
+
}, vl = { key: 2 }, bl = {
|
|
2078
2091
|
colspan: "6",
|
|
2079
2092
|
class: "pl-4"
|
|
2080
|
-
},
|
|
2093
|
+
}, wl = {
|
|
2081
2094
|
colspan: "20",
|
|
2082
2095
|
scope: "colgroup",
|
|
2083
2096
|
class: "bg-gray-200 py-2 pl-4 pr-3 text-left font-semibold text-gray-900 relative"
|
|
2084
|
-
},
|
|
2097
|
+
}, xl = {
|
|
2085
2098
|
key: 0,
|
|
2086
2099
|
class: "absolute top-0 left-12 flex h-12 items-center space-x-3 sm:left-48 bg-white shadow rounded px-4 py-1 z-10"
|
|
2087
|
-
},
|
|
2100
|
+
}, kl = ["onClick"], _l = {
|
|
2088
2101
|
colspan: "2",
|
|
2089
2102
|
scope: "colgroup",
|
|
2090
2103
|
class: "relative bg-gray-100 py-3.5 pl-4 pr-3 text-left font-semibold text-gray-900"
|
|
2091
|
-
},
|
|
2104
|
+
}, $l = ["checked", "indeterminate"], Cl = { class: "pl-6" }, Bl = {
|
|
2092
2105
|
colspan: "2",
|
|
2093
2106
|
scope: "colgroup",
|
|
2094
2107
|
class: "bg-gray-100 py-2 pl-4 pr-3 text-left font-semibold text-gray-900"
|
|
2095
|
-
},
|
|
2108
|
+
}, Ml = {
|
|
2096
2109
|
colspan: "2",
|
|
2097
2110
|
scope: "colgroup",
|
|
2098
2111
|
class: "bg-gray-100 py-2 pl-4 pr-3 text-left font-semibold text-gray-900"
|
|
2099
|
-
},
|
|
2112
|
+
}, Sl = {
|
|
2100
2113
|
colspan: "2",
|
|
2101
2114
|
class: "relative py-3.5 pl-4 pr-3 text-left text-sm font-semibold text-gray-900 sm:pl-6"
|
|
2102
|
-
},
|
|
2115
|
+
}, jl = {
|
|
2103
2116
|
key: 0,
|
|
2104
2117
|
class: "absolute inset-y-0 left-0 w-0.5 bg-indigo-600"
|
|
2105
|
-
},
|
|
2118
|
+
}, Dl = ["value"], Tl = { class: "pl-6" }, zl = {
|
|
2106
2119
|
colspan: "2",
|
|
2107
2120
|
class: "pl-4"
|
|
2108
|
-
},
|
|
2121
|
+
}, Ll = {
|
|
2109
2122
|
colspan: "2",
|
|
2110
2123
|
class: "pl-4"
|
|
2111
|
-
},
|
|
2124
|
+
}, Nl = /* @__PURE__ */ M({
|
|
2112
2125
|
__name: "uiPriceCalendar",
|
|
2113
2126
|
props: {
|
|
2114
2127
|
loading: { type: Boolean },
|
|
2128
|
+
today: {},
|
|
2115
2129
|
type: {},
|
|
2116
2130
|
currency: {},
|
|
2117
2131
|
category: {},
|
|
@@ -2121,7 +2135,11 @@ const oe = /* @__PURE__ */ te(qo, [["render", Uo]]), Eo = {
|
|
|
2121
2135
|
},
|
|
2122
2136
|
emits: ["dateChanged", "changeCategoryBulkPrices", "changeCategorySelectionPrice", "changeCategoryUpgradePrice", "changeRoomPrice", "tableAction"],
|
|
2123
2137
|
setup(p, { emit: i }) {
|
|
2124
|
-
const o = p, a = i, r = Y(/* @__PURE__ */ new Date()), l = Y(
|
|
2138
|
+
const o = p, a = i, r = Y(/* @__PURE__ */ new Date()), l = Y(o.today), t = Y([]);
|
|
2139
|
+
Z(() => o.today, (x) => {
|
|
2140
|
+
l.value = x;
|
|
2141
|
+
});
|
|
2142
|
+
const m = O(() => {
|
|
2125
2143
|
let x = [];
|
|
2126
2144
|
for (let P = 0; P < 14; P++)
|
|
2127
2145
|
x.push(L(l.value).add(P, "day"));
|
|
@@ -2135,16 +2153,16 @@ const oe = /* @__PURE__ */ te(qo, [["render", Uo]]), Eo = {
|
|
|
2135
2153
|
t.value = x.target.checked ? o.rooms.map((P) => P.id) : [];
|
|
2136
2154
|
}, B = () => a("changeCategoryBulkPrices"), A = (x) => a("changeCategorySelectionPrice", x), V = (x) => a("changeCategoryUpgradePrice", x), z = (x) => a("tableAction", x), H = (x, P, N) => a("changeRoomPrice", { price: x, roomId: P, roomName: N });
|
|
2137
2155
|
return (x, P) => {
|
|
2138
|
-
var N,
|
|
2139
|
-
return x.loading ? (s(), _(
|
|
2140
|
-
e("div",
|
|
2141
|
-
e("div",
|
|
2142
|
-
e("div",
|
|
2143
|
-
e("table",
|
|
2144
|
-
e("tbody",
|
|
2156
|
+
var N, te;
|
|
2157
|
+
return x.loading ? (s(), _(We, { key: 1 })) : (s(), n("div", nl, [
|
|
2158
|
+
e("div", al, [
|
|
2159
|
+
e("div", il, [
|
|
2160
|
+
e("div", dl, [
|
|
2161
|
+
e("table", ul, [
|
|
2162
|
+
e("tbody", cl, [
|
|
2145
2163
|
e("tr", null, [
|
|
2146
|
-
e("th",
|
|
2147
|
-
g(
|
|
2164
|
+
e("th", gl, [
|
|
2165
|
+
g(Po, {
|
|
2148
2166
|
selectedDate: l.value,
|
|
2149
2167
|
onDateSelected: P[0] || (P[0] = (T) => f(T))
|
|
2150
2168
|
}, null, 8, ["selectedDate"])
|
|
@@ -2154,14 +2172,14 @@ const oe = /* @__PURE__ */ te(qo, [["render", Uo]]), Eo = {
|
|
|
2154
2172
|
key: F,
|
|
2155
2173
|
class: "text-sm font-semibold text-gray-900 p-0"
|
|
2156
2174
|
}, [
|
|
2157
|
-
g(
|
|
2175
|
+
g(sl, {
|
|
2158
2176
|
class: "border-l border-gray-200 px-6 py-3",
|
|
2159
2177
|
day: T
|
|
2160
2178
|
}, null, 8, ["day"])
|
|
2161
2179
|
]))), 128))
|
|
2162
2180
|
]),
|
|
2163
2181
|
e("tr", null, [
|
|
2164
|
-
e("th",
|
|
2182
|
+
e("th", pl, [
|
|
2165
2183
|
e("span", null, u(x.literals.category) + " " + u(x.category.name), 1),
|
|
2166
2184
|
g(G, {
|
|
2167
2185
|
loading: x.loading,
|
|
@@ -2176,13 +2194,13 @@ const oe = /* @__PURE__ */ te(qo, [["render", Uo]]), Eo = {
|
|
|
2176
2194
|
}, 8, ["loading"])
|
|
2177
2195
|
])
|
|
2178
2196
|
]),
|
|
2179
|
-
x.type === "discounts" ? (s(), n("tr",
|
|
2180
|
-
e("td",
|
|
2197
|
+
x.type === "discounts" ? (s(), n("tr", ml, [
|
|
2198
|
+
e("td", fl, u(x.literals.pricesDiscount), 1),
|
|
2181
2199
|
(s(!0), n(k, null, $(x.category.selectionPrices, (T, F) => (s(), n("td", {
|
|
2182
2200
|
key: F,
|
|
2183
2201
|
class: "p-0"
|
|
2184
2202
|
}, [
|
|
2185
|
-
g(
|
|
2203
|
+
g(se, {
|
|
2186
2204
|
onClick: (K) => A(T),
|
|
2187
2205
|
class: "border-l border-gray-200 px-6 py-3 text-indigo-600 hover:text-indigo-400 font-bold cursor-pointer",
|
|
2188
2206
|
price: T,
|
|
@@ -2191,13 +2209,13 @@ const oe = /* @__PURE__ */ te(qo, [["render", Uo]]), Eo = {
|
|
|
2191
2209
|
}, null, 8, ["onClick", "price", "currency"])
|
|
2192
2210
|
]))), 128))
|
|
2193
2211
|
])) : b("", !0),
|
|
2194
|
-
x.type === "prices" ? (s(), n("tr",
|
|
2195
|
-
e("td",
|
|
2212
|
+
x.type === "prices" ? (s(), n("tr", yl, [
|
|
2213
|
+
e("td", hl, u(x.literals.pricesSelection), 1),
|
|
2196
2214
|
(s(!0), n(k, null, $(x.category.selectionPrices, (T, F) => (s(), n("td", {
|
|
2197
2215
|
key: F,
|
|
2198
2216
|
class: "p-0"
|
|
2199
2217
|
}, [
|
|
2200
|
-
g(
|
|
2218
|
+
g(se, {
|
|
2201
2219
|
onClick: (K) => A(T),
|
|
2202
2220
|
class: "border-l border-gray-200 px-6 py-3 text-indigo-600 hover:text-indigo-400 font-bold cursor-pointer",
|
|
2203
2221
|
price: T,
|
|
@@ -2206,13 +2224,13 @@ const oe = /* @__PURE__ */ te(qo, [["render", Uo]]), Eo = {
|
|
|
2206
2224
|
}, null, 8, ["onClick", "price", "currency"])
|
|
2207
2225
|
]))), 128))
|
|
2208
2226
|
])) : b("", !0),
|
|
2209
|
-
x.type === "prices" ? (s(), n("tr",
|
|
2210
|
-
e("td",
|
|
2227
|
+
x.type === "prices" ? (s(), n("tr", vl, [
|
|
2228
|
+
e("td", bl, u(x.literals.pricesUpgrade), 1),
|
|
2211
2229
|
(s(!0), n(k, null, $(x.category.upgradePrices, (T, F) => (s(), n("td", {
|
|
2212
2230
|
key: F,
|
|
2213
2231
|
class: "p-0"
|
|
2214
2232
|
}, [
|
|
2215
|
-
g(
|
|
2233
|
+
g(se, {
|
|
2216
2234
|
onClick: (K) => V(T),
|
|
2217
2235
|
class: "border-l border-gray-200 px-6 py-3 text-indigo-600 hover:text-indigo-400 font-bold cursor-pointer bg-gray-100",
|
|
2218
2236
|
price: T,
|
|
@@ -2222,31 +2240,31 @@ const oe = /* @__PURE__ */ te(qo, [["render", Uo]]), Eo = {
|
|
|
2222
2240
|
]))), 128))
|
|
2223
2241
|
])) : b("", !0),
|
|
2224
2242
|
e("tr", null, [
|
|
2225
|
-
e("th",
|
|
2226
|
-
((N = t.value) == null ? void 0 : N.length) > 0 && ((
|
|
2243
|
+
e("th", wl, [
|
|
2244
|
+
((N = t.value) == null ? void 0 : N.length) > 0 && ((te = x.actions) == null ? void 0 : te.length) > 0 ? (s(), n("div", xl, [
|
|
2227
2245
|
(s(!0), n(k, null, $(x.actions, (T, F) => (s(), n("button", {
|
|
2228
2246
|
onClick: (K) => z({ action: T.id, items: t.value }),
|
|
2229
2247
|
key: F,
|
|
2230
2248
|
type: "button",
|
|
2231
2249
|
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"
|
|
2232
|
-
}, u(T.name), 9,
|
|
2250
|
+
}, u(T.name), 9, kl))), 128))
|
|
2233
2251
|
])) : b("", !0),
|
|
2234
2252
|
e("span", null, u(x.literals.pricesSelection), 1)
|
|
2235
2253
|
])
|
|
2236
2254
|
]),
|
|
2237
2255
|
e("tr", null, [
|
|
2238
|
-
e("th",
|
|
2256
|
+
e("th", _l, [
|
|
2239
2257
|
e("input", {
|
|
2240
2258
|
type: "checkbox",
|
|
2241
2259
|
class: "absolute left-4 top-1/2 -mt-2 h-4 w-4 rounded border-gray-300 text-indigo-600 focus:ring-indigo-600",
|
|
2242
2260
|
checked: d.value || t.value.length === x.rooms.length,
|
|
2243
2261
|
indeterminate: d.value,
|
|
2244
2262
|
onChange: w
|
|
2245
|
-
}, null, 40,
|
|
2246
|
-
e("span",
|
|
2263
|
+
}, null, 40, $l),
|
|
2264
|
+
e("span", Cl, u(x.literals.room), 1)
|
|
2247
2265
|
]),
|
|
2248
|
-
e("th",
|
|
2249
|
-
e("th",
|
|
2266
|
+
e("th", Bl, u(x.literals.building), 1),
|
|
2267
|
+
e("th", Ml, u(x.literals.floor), 1),
|
|
2250
2268
|
P[2] || (P[2] = e("th", {
|
|
2251
2269
|
colspan: "14",
|
|
2252
2270
|
scope: "colgroup",
|
|
@@ -2257,26 +2275,26 @@ const oe = /* @__PURE__ */ te(qo, [["render", Uo]]), Eo = {
|
|
|
2257
2275
|
key: T.name,
|
|
2258
2276
|
class: h([{ "even:bg-gray-100": x.type === "prices", "odd:bg-gray-100": x.type === "discounts" }])
|
|
2259
2277
|
}, [
|
|
2260
|
-
e("td",
|
|
2261
|
-
t.value.length > 0 ? (s(), n("div",
|
|
2278
|
+
e("td", Sl, [
|
|
2279
|
+
t.value.length > 0 ? (s(), n("div", jl)) : b("", !0),
|
|
2262
2280
|
C(e("input", {
|
|
2263
2281
|
type: "checkbox",
|
|
2264
2282
|
class: "absolute left-4 top-1/2 -mt-2 h-4 w-4 rounded border-gray-300 text-indigo-600 focus:ring-indigo-600",
|
|
2265
2283
|
value: T.name,
|
|
2266
2284
|
"onUpdate:modelValue": P[1] || (P[1] = (F) => t.value = F)
|
|
2267
|
-
}, null, 8,
|
|
2268
|
-
[
|
|
2285
|
+
}, null, 8, Dl), [
|
|
2286
|
+
[Ae, t.value]
|
|
2269
2287
|
]),
|
|
2270
|
-
e("span",
|
|
2288
|
+
e("span", Tl, u(T.name), 1)
|
|
2271
2289
|
]),
|
|
2272
|
-
e("td",
|
|
2273
|
-
e("td",
|
|
2290
|
+
e("td", zl, u(T.building), 1),
|
|
2291
|
+
e("td", Ll, u(T.floor), 1),
|
|
2274
2292
|
(s(!0), n(k, null, $(T.selectionPrices, (F, K) => (s(), n("td", {
|
|
2275
2293
|
class: "p-0",
|
|
2276
2294
|
key: K
|
|
2277
2295
|
}, [
|
|
2278
|
-
g(
|
|
2279
|
-
onClick: (
|
|
2296
|
+
g(se, {
|
|
2297
|
+
onClick: (id) => H(F, T.id, T.name),
|
|
2280
2298
|
class: "border-l border-gray-200 px-6 py-3 text-indigo-600 hover:text-indigo-400 cursor-pointer",
|
|
2281
2299
|
price: F,
|
|
2282
2300
|
currency: x.currency.symbol,
|
|
@@ -2292,10 +2310,10 @@ const oe = /* @__PURE__ */ te(qo, [["render", Uo]]), Eo = {
|
|
|
2292
2310
|
]));
|
|
2293
2311
|
};
|
|
2294
2312
|
}
|
|
2295
|
-
}),
|
|
2313
|
+
}), Al = { class: "chart-header flex flex-row items-center w-full justify-between" }, Yl = { class: "text-sm font-medium text-gray-500 truncate mr-8" }, Pl = {
|
|
2296
2314
|
key: 0,
|
|
2297
2315
|
class: "flex items-center gap-x-2 grow"
|
|
2298
|
-
},
|
|
2316
|
+
}, Ol = { class: "self-center ml-2" }, Vl = { class: "self-center ml-2" }, Fl = { class: "self-center ml-2" }, Il = { class: "hidden sm:flex items-center" }, Rl = { class: "w-1/2 min-w-0 flex-1" }, ql = { class: "min-w-0 flex-1" }, Hl = { class: "chart-content relative" }, El = { class: "h-full w-full flex items-center justify-center flex-col" }, Ul = { class: "card chart apex-chart px-4 py-5 bg-white shadow rounded-lg overflow-hidden sm:p-6 flex grow h-80" }, Zl = /* @__PURE__ */ M({
|
|
2299
2317
|
__name: "uiChart",
|
|
2300
2318
|
props: {
|
|
2301
2319
|
labels: {},
|
|
@@ -2316,7 +2334,7 @@ const oe = /* @__PURE__ */ te(qo, [["render", Uo]]), Eo = {
|
|
|
2316
2334
|
},
|
|
2317
2335
|
emits: ["selectedRange", "chartUpdated", "dataPointSelection", "maximizeChart"],
|
|
2318
2336
|
setup(p, { emit: i }) {
|
|
2319
|
-
const o = i, a =
|
|
2337
|
+
const o = i, a = me({ from: "", to: "" }), r = p;
|
|
2320
2338
|
let t = {
|
|
2321
2339
|
chart: {
|
|
2322
2340
|
toolbar: {
|
|
@@ -2380,9 +2398,9 @@ const oe = /* @__PURE__ */ te(qo, [["render", Uo]]), Eo = {
|
|
|
2380
2398
|
C(e("div", {
|
|
2381
2399
|
class: h(["h-[" + B.height + "px]", "card chart apex-chart px-4 py-5 bg-white shadow rounded-lg overflow-hidden sm:p-6 flex grow"])
|
|
2382
2400
|
}, [
|
|
2383
|
-
e("div",
|
|
2384
|
-
e("div",
|
|
2385
|
-
B.isNps && B.npsLiterals ? (s(), n("div",
|
|
2401
|
+
e("div", Al, [
|
|
2402
|
+
e("div", Yl, u(B.title), 1),
|
|
2403
|
+
B.isNps && B.npsLiterals ? (s(), n("div", Pl, [
|
|
2386
2404
|
g(R, {
|
|
2387
2405
|
size: "small",
|
|
2388
2406
|
color: "red",
|
|
@@ -2390,11 +2408,11 @@ const oe = /* @__PURE__ */ te(qo, [["render", Uo]]), Eo = {
|
|
|
2390
2408
|
}, {
|
|
2391
2409
|
default: v(() => [
|
|
2392
2410
|
g(j, {
|
|
2393
|
-
icon: c(
|
|
2411
|
+
icon: c($t),
|
|
2394
2412
|
loading: !1,
|
|
2395
2413
|
color: "red"
|
|
2396
2414
|
}, null, 8, ["icon"]),
|
|
2397
|
-
e("span",
|
|
2415
|
+
e("span", Ol, u(B.npsLiterals.unhappy), 1)
|
|
2398
2416
|
]),
|
|
2399
2417
|
_: 1
|
|
2400
2418
|
}),
|
|
@@ -2405,11 +2423,11 @@ const oe = /* @__PURE__ */ te(qo, [["render", Uo]]), Eo = {
|
|
|
2405
2423
|
}, {
|
|
2406
2424
|
default: v(() => [
|
|
2407
2425
|
g(j, {
|
|
2408
|
-
icon: c(
|
|
2426
|
+
icon: c(_t),
|
|
2409
2427
|
loading: !1,
|
|
2410
2428
|
color: "yellow"
|
|
2411
2429
|
}, null, 8, ["icon"]),
|
|
2412
|
-
e("span",
|
|
2430
|
+
e("span", Vl, u(B.npsLiterals.neutral), 1)
|
|
2413
2431
|
]),
|
|
2414
2432
|
_: 1
|
|
2415
2433
|
}),
|
|
@@ -2420,17 +2438,17 @@ const oe = /* @__PURE__ */ te(qo, [["render", Uo]]), Eo = {
|
|
|
2420
2438
|
}, {
|
|
2421
2439
|
default: v(() => [
|
|
2422
2440
|
g(j, {
|
|
2423
|
-
icon: c(
|
|
2441
|
+
icon: c(Ct),
|
|
2424
2442
|
loading: !1,
|
|
2425
2443
|
color: "green"
|
|
2426
2444
|
}, null, 8, ["icon"]),
|
|
2427
|
-
e("span",
|
|
2445
|
+
e("span", Fl, u(B.npsLiterals.happy), 1)
|
|
2428
2446
|
]),
|
|
2429
2447
|
_: 1
|
|
2430
2448
|
})
|
|
2431
2449
|
])) : b("", !0),
|
|
2432
|
-
e("div",
|
|
2433
|
-
e("div",
|
|
2450
|
+
e("div", Il, [
|
|
2451
|
+
e("div", Rl, [
|
|
2434
2452
|
C(e("input", {
|
|
2435
2453
|
type: "datetime-local",
|
|
2436
2454
|
"onUpdate:modelValue": A[0] || (A[0] = (V) => a.from = V),
|
|
@@ -2438,10 +2456,10 @@ const oe = /* @__PURE__ */ te(qo, [["render", Uo]]), Eo = {
|
|
|
2438
2456
|
id: "from",
|
|
2439
2457
|
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"
|
|
2440
2458
|
}, null, 512), [
|
|
2441
|
-
[
|
|
2459
|
+
[ge, a.from]
|
|
2442
2460
|
])
|
|
2443
2461
|
]),
|
|
2444
|
-
e("div",
|
|
2462
|
+
e("div", ql, [
|
|
2445
2463
|
C(e("input", {
|
|
2446
2464
|
type: "datetime-local",
|
|
2447
2465
|
"onUpdate:modelValue": A[1] || (A[1] = (V) => a.to = V),
|
|
@@ -2450,20 +2468,20 @@ const oe = /* @__PURE__ */ te(qo, [["render", Uo]]), Eo = {
|
|
|
2450
2468
|
id: "to",
|
|
2451
2469
|
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"
|
|
2452
2470
|
}, null, 544), [
|
|
2453
|
-
[
|
|
2471
|
+
[ge, a.to]
|
|
2454
2472
|
])
|
|
2455
2473
|
]),
|
|
2456
2474
|
g(j, {
|
|
2457
2475
|
class: "ml-4 cursor-pointer",
|
|
2458
2476
|
size: "big",
|
|
2459
2477
|
loading: B.loading,
|
|
2460
|
-
icon: c(
|
|
2478
|
+
icon: c(bt),
|
|
2461
2479
|
onClick: A[3] || (A[3] = (V) => B.$emit("maximizeChart", B.id))
|
|
2462
2480
|
}, null, 8, ["loading", "icon"])
|
|
2463
2481
|
])
|
|
2464
2482
|
]),
|
|
2465
|
-
C(e("div",
|
|
2466
|
-
g(c(
|
|
2483
|
+
C(e("div", Hl, [
|
|
2484
|
+
g(c($e), {
|
|
2467
2485
|
type: B.type,
|
|
2468
2486
|
series: d.value,
|
|
2469
2487
|
width: "100%",
|
|
@@ -2476,7 +2494,7 @@ const oe = /* @__PURE__ */ te(qo, [["render", Uo]]), Eo = {
|
|
|
2476
2494
|
], 512), [
|
|
2477
2495
|
[S, !B.empty]
|
|
2478
2496
|
]),
|
|
2479
|
-
C(e("div",
|
|
2497
|
+
C(e("div", El, [
|
|
2480
2498
|
g(j, {
|
|
2481
2499
|
icon: c(q),
|
|
2482
2500
|
color: "gray",
|
|
@@ -2490,7 +2508,7 @@ const oe = /* @__PURE__ */ te(qo, [["render", Uo]]), Eo = {
|
|
|
2490
2508
|
], 2), [
|
|
2491
2509
|
[S, !B.loading]
|
|
2492
2510
|
]),
|
|
2493
|
-
C(e("div",
|
|
2511
|
+
C(e("div", Ul, A[5] || (A[5] = [
|
|
2494
2512
|
e("div", {
|
|
2495
2513
|
role: "status",
|
|
2496
2514
|
class: "w-full animate-pulse h-full flex flex-col"
|
|
@@ -2521,11 +2539,11 @@ const oe = /* @__PURE__ */ te(qo, [["render", Uo]]), Eo = {
|
|
|
2521
2539
|
])
|
|
2522
2540
|
], 64));
|
|
2523
2541
|
}
|
|
2524
|
-
}),
|
|
2542
|
+
}), Jl = {
|
|
2525
2543
|
name: "uiFooter"
|
|
2526
|
-
},
|
|
2527
|
-
function
|
|
2528
|
-
return s(), n("footer",
|
|
2544
|
+
}, Wl = { class: "bg-white" };
|
|
2545
|
+
function Gl(p, i, o, a, r, l) {
|
|
2546
|
+
return s(), n("footer", Wl, i[0] || (i[0] = [
|
|
2529
2547
|
e("div", { class: "mx-auto py-6 px-4 sm:px-6 md:flex md:items-center md:justify-between lg:px-8" }, [
|
|
2530
2548
|
e("div", { class: "mt-8 md:mt-0 md:order-1" }, [
|
|
2531
2549
|
e("p", { class: "text-center text-base text-gray-400" }, "© Made by Hotelinking.")
|
|
@@ -2533,7 +2551,7 @@ function Yl(p, i, o, a, r, l) {
|
|
|
2533
2551
|
], -1)
|
|
2534
2552
|
]));
|
|
2535
2553
|
}
|
|
2536
|
-
const
|
|
2554
|
+
const Ql = /* @__PURE__ */ ee(Jl, [["render", Gl]]), Kl = /* @__PURE__ */ M({
|
|
2537
2555
|
__name: "uiLoadingScreen",
|
|
2538
2556
|
props: {
|
|
2539
2557
|
title: {},
|
|
@@ -2561,22 +2579,22 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
2561
2579
|
])
|
|
2562
2580
|
], 2));
|
|
2563
2581
|
}
|
|
2564
|
-
}),
|
|
2582
|
+
}), Xl = {
|
|
2565
2583
|
key: 0,
|
|
2566
2584
|
class: "py-6 flex items-center justify-between"
|
|
2567
|
-
},
|
|
2585
|
+
}, er = { class: "flex-1 flex justify-between sm:hidden" }, tr = {
|
|
2568
2586
|
href: "#",
|
|
2569
2587
|
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"
|
|
2570
|
-
},
|
|
2588
|
+
}, sr = {
|
|
2571
2589
|
href: "#",
|
|
2572
2590
|
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"
|
|
2573
|
-
},
|
|
2591
|
+
}, or = { class: "hidden sm:flex-1 sm:flex sm:items-center sm:justify-between" }, lr = { class: "text-sm text-gray-700" }, rr = { class: "font-bold" }, nr = { class: "font-bold" }, ar = {
|
|
2574
2592
|
class: "relative z-0 inline-flex rounded-md shadow-sm -space-x-px",
|
|
2575
2593
|
"aria-label": "Pagination"
|
|
2576
|
-
},
|
|
2594
|
+
}, ir = { class: "sr-only" }, dr = ["onClick"], ur = { class: "sr-only" }, cr = {
|
|
2577
2595
|
key: 1,
|
|
2578
2596
|
class: "py-6 flex flex-row justify-between items-center animate-pulse"
|
|
2579
|
-
},
|
|
2597
|
+
}, gr = /* @__PURE__ */ M({
|
|
2580
2598
|
__name: "uiPagination",
|
|
2581
2599
|
props: {
|
|
2582
2600
|
current: {},
|
|
@@ -2595,37 +2613,37 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
2595
2613
|
d.push(f);
|
|
2596
2614
|
return d;
|
|
2597
2615
|
});
|
|
2598
|
-
return (d, f) => d.loading ? (s(), n("div",
|
|
2616
|
+
return (d, f) => d.loading ? (s(), n("div", cr, f[2] || (f[2] = [
|
|
2599
2617
|
e("div", { class: "h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-1/5" }, null, -1),
|
|
2600
2618
|
e("div", { class: "h-10 w-32 bg-gray-200 rounded dark:bg-gray-300" }, null, -1)
|
|
2601
|
-
]))) : (s(), n("div",
|
|
2602
|
-
e("div",
|
|
2603
|
-
e("a",
|
|
2619
|
+
]))) : (s(), n("div", Xl, [
|
|
2620
|
+
e("div", er, [
|
|
2621
|
+
e("a", tr, [
|
|
2604
2622
|
I(d.$slots, "previous")
|
|
2605
2623
|
]),
|
|
2606
|
-
e("a",
|
|
2624
|
+
e("a", sr, [
|
|
2607
2625
|
I(d.$slots, "next")
|
|
2608
2626
|
])
|
|
2609
2627
|
]),
|
|
2610
|
-
e("div",
|
|
2628
|
+
e("div", or, [
|
|
2611
2629
|
e("div", null, [
|
|
2612
|
-
e("p",
|
|
2630
|
+
e("p", lr, [
|
|
2613
2631
|
I(d.$slots, "showing"),
|
|
2614
|
-
e("span",
|
|
2632
|
+
e("span", rr, u(d.current + " "), 1),
|
|
2615
2633
|
I(d.$slots, "of"),
|
|
2616
|
-
e("span",
|
|
2634
|
+
e("span", nr, u(d.total), 1)
|
|
2617
2635
|
])
|
|
2618
2636
|
]),
|
|
2619
2637
|
e("div", null, [
|
|
2620
|
-
e("nav",
|
|
2638
|
+
e("nav", ar, [
|
|
2621
2639
|
C(e("button", {
|
|
2622
2640
|
onClick: f[0] || (f[0] = (y) => o("changePage", d.current - 1)),
|
|
2623
2641
|
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"
|
|
2624
2642
|
}, [
|
|
2625
|
-
e("span",
|
|
2643
|
+
e("span", ir, [
|
|
2626
2644
|
I(d.$slots, "previous")
|
|
2627
2645
|
]),
|
|
2628
|
-
g(c(
|
|
2646
|
+
g(c(Ue), {
|
|
2629
2647
|
class: "h-5 w-5",
|
|
2630
2648
|
"aria-hidden": "true"
|
|
2631
2649
|
})
|
|
@@ -2639,12 +2657,12 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
2639
2657
|
class: h([[
|
|
2640
2658
|
y === 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"
|
|
2641
2659
|
], "relative inline-flex items-center px-4 py-2 border text-sm font-medium"])
|
|
2642
|
-
}, u(y), 11,
|
|
2660
|
+
}, u(y), 11, dr))), 128)),
|
|
2643
2661
|
C(e("button", {
|
|
2644
2662
|
onClick: f[1] || (f[1] = (y) => o("changePage", d.current + 1)),
|
|
2645
2663
|
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"
|
|
2646
2664
|
}, [
|
|
2647
|
-
e("span",
|
|
2665
|
+
e("span", ur, [
|
|
2648
2666
|
I(d.$slots, "next")
|
|
2649
2667
|
]),
|
|
2650
2668
|
g(c(X), {
|
|
@@ -2659,25 +2677,25 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
2659
2677
|
])
|
|
2660
2678
|
]));
|
|
2661
2679
|
}
|
|
2662
|
-
}),
|
|
2680
|
+
}), pr = { class: "hidden md:flex md:flex-col sticky md:inset-y-0" }, mr = { class: "flex flex-col flex-grow overflow-y-auto" }, fr = { class: "grow flex flex-col" }, yr = {
|
|
2663
2681
|
class: "flex-1 space-y-1",
|
|
2664
2682
|
"aria-label": "Sidebar"
|
|
2665
|
-
},
|
|
2683
|
+
}, hr = { key: 0 }, vr = ["onClick"], br = {
|
|
2666
2684
|
key: 1,
|
|
2667
2685
|
class: "text-left"
|
|
2668
|
-
},
|
|
2686
|
+
}, wr = {
|
|
2669
2687
|
key: 1,
|
|
2670
2688
|
class: "flex-1 text-left"
|
|
2671
|
-
},
|
|
2689
|
+
}, xr = {
|
|
2672
2690
|
key: 2,
|
|
2673
2691
|
class: "flex-1"
|
|
2674
|
-
},
|
|
2692
|
+
}, kr = {
|
|
2675
2693
|
key: 0,
|
|
2676
2694
|
class: "align-left"
|
|
2677
|
-
},
|
|
2695
|
+
}, _r = {
|
|
2678
2696
|
key: 1,
|
|
2679
2697
|
class: "h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-1/2"
|
|
2680
|
-
},
|
|
2698
|
+
}, $r = { class: "h-12 flex flex-row items-center" }, Cr = /* @__PURE__ */ M({
|
|
2681
2699
|
__name: "uiSidebar",
|
|
2682
2700
|
props: {
|
|
2683
2701
|
navigation: {},
|
|
@@ -2689,23 +2707,23 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
2689
2707
|
emits: ["sideBarClick"],
|
|
2690
2708
|
setup(p, { emit: i }) {
|
|
2691
2709
|
const o = i;
|
|
2692
|
-
return (a, r) => (s(), n("div",
|
|
2693
|
-
e("div",
|
|
2694
|
-
e("div",
|
|
2695
|
-
e("nav",
|
|
2696
|
-
a.loading ? (s(), n(k, { key: 1 }, $(5, (l) => e("div",
|
|
2710
|
+
return (a, r) => (s(), n("div", pr, [
|
|
2711
|
+
e("div", mr, [
|
|
2712
|
+
e("div", fr, [
|
|
2713
|
+
e("nav", yr, [
|
|
2714
|
+
a.loading ? (s(), n(k, { key: 1 }, $(5, (l) => e("div", $r, r[1] || (r[1] = [
|
|
2697
2715
|
e("div", { class: "w-6 h-6 animate-pulse bg-gray-200 rounded-full dark:bg-gray-300 mr-4" }, null, -1),
|
|
2698
2716
|
e("div", { class: "h-3 animate-pulse bg-gray-200 rounded-full dark:bg-gray-300 grow" }, null, -1)
|
|
2699
2717
|
]))), 64)) : (s(!0), n(k, { key: 0 }, $(a.navigation, (l) => (s(), n(k, {
|
|
2700
2718
|
key: l.name
|
|
2701
2719
|
}, [
|
|
2702
|
-
l.children ? (s(), _(c(
|
|
2720
|
+
l.children ? (s(), _(c(ke), {
|
|
2703
2721
|
key: 1,
|
|
2704
2722
|
as: "div",
|
|
2705
2723
|
class: "space-y-1"
|
|
2706
2724
|
}, {
|
|
2707
2725
|
default: v(({ open: t }) => [
|
|
2708
|
-
g(c(
|
|
2726
|
+
g(c(E), {
|
|
2709
2727
|
class: h([l.current ? "bg-indigo-600 text-white" : "text-gray-600 hover:bg-gray-50 hover:text-gray-900", "group w-full flex items-center pl-2 pr-1 py-2 text-left text-sm font-medium rounded-md focus:outline-none"])
|
|
2710
2728
|
}, {
|
|
2711
2729
|
default: v(() => [
|
|
@@ -2719,24 +2737,24 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
2719
2737
|
]),
|
|
2720
2738
|
"aria-hidden": "true"
|
|
2721
2739
|
}, null, 8, ["loading", "icon", "class"])) : b("", !0),
|
|
2722
|
-
a.loading ? (s(), n("div",
|
|
2740
|
+
a.loading ? (s(), n("div", xr, r[0] || (r[0] = [
|
|
2723
2741
|
e("div", { class: "h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-1/2" }, null, -1)
|
|
2724
|
-
]))) : (s(), n("span",
|
|
2742
|
+
]))) : (s(), n("span", wr, u(l.name), 1)),
|
|
2725
2743
|
g(c(X), {
|
|
2726
2744
|
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"])
|
|
2727
2745
|
}, null, 8, ["class"])
|
|
2728
2746
|
]),
|
|
2729
2747
|
_: 2
|
|
2730
2748
|
}, 1032, ["class"]),
|
|
2731
|
-
g(c(
|
|
2749
|
+
g(c(_e), { class: "space-y-1" }, {
|
|
2732
2750
|
default: v(() => [
|
|
2733
|
-
(s(!0), n(k, null, $(l.children, (m) => (s(), _(c(
|
|
2751
|
+
(s(!0), n(k, null, $(l.children, (m) => (s(), _(c(E), {
|
|
2734
2752
|
onClick: (d) => o("sideBarClick", m.id),
|
|
2735
2753
|
key: m.name,
|
|
2736
2754
|
class: h([m.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"])
|
|
2737
2755
|
}, {
|
|
2738
2756
|
default: v(() => [
|
|
2739
|
-
a.loading ? (s(), n("div",
|
|
2757
|
+
a.loading ? (s(), n("div", _r)) : (s(), n("span", kr, u(m.name), 1))
|
|
2740
2758
|
]),
|
|
2741
2759
|
_: 2
|
|
2742
2760
|
}, 1032, ["onClick", "class"]))), 128))
|
|
@@ -2745,7 +2763,7 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
2745
2763
|
}, 1024)
|
|
2746
2764
|
]),
|
|
2747
2765
|
_: 2
|
|
2748
|
-
}, 1024)) : (s(), n("div",
|
|
2766
|
+
}, 1024)) : (s(), n("div", hr, [
|
|
2749
2767
|
e("button", {
|
|
2750
2768
|
onClick: (t) => o("sideBarClick", l.id),
|
|
2751
2769
|
class: h([
|
|
@@ -2763,8 +2781,8 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
2763
2781
|
]),
|
|
2764
2782
|
"aria-hidden": "true"
|
|
2765
2783
|
}, null, 8, ["loading", "icon", "class"])) : b("", !0),
|
|
2766
|
-
a.loading ? b("", !0) : (s(), n("span",
|
|
2767
|
-
], 10,
|
|
2784
|
+
a.loading ? b("", !0) : (s(), n("span", br, u(l.name), 1))
|
|
2785
|
+
], 10, vr)
|
|
2768
2786
|
]))
|
|
2769
2787
|
], 64))), 128))
|
|
2770
2788
|
])
|
|
@@ -2772,10 +2790,10 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
2772
2790
|
])
|
|
2773
2791
|
]));
|
|
2774
2792
|
}
|
|
2775
|
-
}),
|
|
2793
|
+
}), Br = { key: 0 }, Mr = { class: "ml-16 text-sm font-medium text-gray-500 truncate" }, Sr = { class: "ml-16 flex items-baseline pb-5" }, jr = { class: "text-2xl font-semibold text-gray-900" }, Dr = {
|
|
2776
2794
|
key: 0,
|
|
2777
2795
|
class: "text-black ml-2 flex items-baseline text-sm font-semibold"
|
|
2778
|
-
},
|
|
2796
|
+
}, Tr = { class: "absolute bottom-0 inset-x-0 bg-gray-50 px-4 py-4 sm:px-6" }, zr = { class: "text-sm" }, Lr = { key: 1 }, Nr = { class: "relative bg-white pt-5 px-4 sm:pt-6 sm:px-6 shadow rounded-lg overflow-hidden h-full pb-6" }, Ar = { class: "absolute bg-gray-200 rounded-md p-3 animate-pulse" }, Ge = /* @__PURE__ */ M({
|
|
2779
2797
|
__name: "uiStats",
|
|
2780
2798
|
props: {
|
|
2781
2799
|
item: {},
|
|
@@ -2783,10 +2801,10 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
2783
2801
|
},
|
|
2784
2802
|
emits: ["statClick"],
|
|
2785
2803
|
setup(p, { emit: i }) {
|
|
2786
|
-
return (o, a) => o.loading ? (s(), n("div",
|
|
2787
|
-
e("div",
|
|
2804
|
+
return (o, a) => o.loading ? (s(), n("div", Lr, [
|
|
2805
|
+
e("div", Nr, [
|
|
2788
2806
|
e("dt", null, [
|
|
2789
|
-
e("div",
|
|
2807
|
+
e("div", Ar, [
|
|
2790
2808
|
g(j, {
|
|
2791
2809
|
loading: o.loading,
|
|
2792
2810
|
icon: o.item.icon,
|
|
@@ -2802,7 +2820,7 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
2802
2820
|
], -1))
|
|
2803
2821
|
])
|
|
2804
2822
|
])
|
|
2805
|
-
])) : (s(), n("div",
|
|
2823
|
+
])) : (s(), n("div", Br, [
|
|
2806
2824
|
e("div", {
|
|
2807
2825
|
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 }])
|
|
2808
2826
|
}, [
|
|
@@ -2823,11 +2841,11 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
2823
2841
|
loading: o.loading
|
|
2824
2842
|
}, null, 8, ["icon", "loading"])
|
|
2825
2843
|
], 2),
|
|
2826
|
-
e("p",
|
|
2844
|
+
e("p", Mr, u(o.item.name), 1)
|
|
2827
2845
|
]),
|
|
2828
|
-
e("dd",
|
|
2829
|
-
e("p",
|
|
2830
|
-
o.item.explanation ? (s(), n("p",
|
|
2846
|
+
e("dd", Sr, [
|
|
2847
|
+
e("p", jr, u(o.item.stat), 1),
|
|
2848
|
+
o.item.explanation ? (s(), n("p", Dr, u(o.item.explanation), 1)) : b("", !0),
|
|
2831
2849
|
o.item.changeType ? (s(), n("p", {
|
|
2832
2850
|
key: 1,
|
|
2833
2851
|
class: h([
|
|
@@ -2839,20 +2857,20 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
2839
2857
|
"ml-2 flex items-baseline text-sm font-semibold"
|
|
2840
2858
|
])
|
|
2841
2859
|
}, [
|
|
2842
|
-
o.item.changeType === "increase" ? (s(), _(c(
|
|
2860
|
+
o.item.changeType === "increase" ? (s(), _(c(vt), {
|
|
2843
2861
|
key: 0,
|
|
2844
2862
|
class: "self-center flex-shrink-0 h-3 w-3 text-green-500",
|
|
2845
2863
|
"aria-hidden": "true"
|
|
2846
2864
|
})) : b("", !0),
|
|
2847
|
-
o.item.changeType === "decrease" ? (s(), _(c(
|
|
2865
|
+
o.item.changeType === "decrease" ? (s(), _(c(yt), {
|
|
2848
2866
|
key: 1,
|
|
2849
2867
|
class: "self-center flex-shrink-0 h-3 w-3 text-red-500",
|
|
2850
2868
|
"aria-hidden": "true"
|
|
2851
2869
|
})) : b("", !0),
|
|
2852
2870
|
D(" " + u(o.item.change), 1)
|
|
2853
2871
|
], 2)) : b("", !0),
|
|
2854
|
-
C(e("div",
|
|
2855
|
-
e("div",
|
|
2872
|
+
C(e("div", Tr, [
|
|
2873
|
+
e("div", zr, [
|
|
2856
2874
|
e("span", {
|
|
2857
2875
|
onClick: a[0] || (a[0] = (r) => o.$emit("statClick", o.item.id)),
|
|
2858
2876
|
class: "font-medium text-indigo-600 hover:text-indigo-500 cursor-pointer"
|
|
@@ -2865,19 +2883,19 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
2865
2883
|
], 2)
|
|
2866
2884
|
]));
|
|
2867
2885
|
}
|
|
2868
|
-
}),
|
|
2886
|
+
}), Yr = {
|
|
2869
2887
|
key: 0,
|
|
2870
2888
|
class: "overflow-hidden bg-white shadow sm:rounded-lg"
|
|
2871
|
-
},
|
|
2889
|
+
}, Pr = { class: "px-4 py-5 sm:px-6" }, Or = { class: "text-lg font-medium leading-6 text-gray-900" }, Vr = { class: "mt-1 max-w-2xl text-sm text-gray-500" }, Fr = { class: "border-t border-gray-200" }, Ir = { class: "text-sm font-medium text-gray-500" }, Rr = {
|
|
2872
2890
|
key: 0,
|
|
2873
2891
|
class: "mt-1 text-sm text-gray-900 sm:col-span-2 sm:mt-0 break-normal"
|
|
2874
|
-
},
|
|
2892
|
+
}, qr = ["onClick"], Hr = {
|
|
2875
2893
|
key: 2,
|
|
2876
2894
|
class: "mt-1 text-sm text-gray-900 sm:col-span-2 sm:mt-0 break-words"
|
|
2877
|
-
},
|
|
2895
|
+
}, Er = {
|
|
2878
2896
|
key: 1,
|
|
2879
2897
|
class: "overflow-hidden bg-white shadow sm:rounded-lg"
|
|
2880
|
-
},
|
|
2898
|
+
}, Ur = { class: "border-t border-gray-200" }, Zr = /* @__PURE__ */ M({
|
|
2881
2899
|
__name: "uiStripedCard",
|
|
2882
2900
|
props: {
|
|
2883
2901
|
title: {},
|
|
@@ -2887,9 +2905,9 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
2887
2905
|
},
|
|
2888
2906
|
emits: ["itemClicked"],
|
|
2889
2907
|
setup(p, { emit: i }) {
|
|
2890
|
-
return (o, a) => o.loading ? (s(), n("div",
|
|
2908
|
+
return (o, a) => o.loading ? (s(), n("div", Er, [
|
|
2891
2909
|
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)),
|
|
2892
|
-
e("div",
|
|
2910
|
+
e("div", Ur, [
|
|
2893
2911
|
e("dl", null, [
|
|
2894
2912
|
(s(), n(k, null, $(5, (r) => e("div", {
|
|
2895
2913
|
key: r,
|
|
@@ -2904,19 +2922,19 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
2904
2922
|
]), 2)), 64))
|
|
2905
2923
|
])
|
|
2906
2924
|
])
|
|
2907
|
-
])) : (s(), n("div",
|
|
2908
|
-
e("div",
|
|
2909
|
-
e("h3",
|
|
2910
|
-
e("p",
|
|
2925
|
+
])) : (s(), n("div", Yr, [
|
|
2926
|
+
e("div", Pr, [
|
|
2927
|
+
e("h3", Or, u(o.title), 1),
|
|
2928
|
+
e("p", Vr, u(o.subtitle), 1)
|
|
2911
2929
|
]),
|
|
2912
|
-
e("div",
|
|
2930
|
+
e("div", Fr, [
|
|
2913
2931
|
e("dl", null, [
|
|
2914
2932
|
(s(!0), n(k, null, $(o.items, (r, l) => (s(), n("div", {
|
|
2915
2933
|
key: l,
|
|
2916
2934
|
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"]])
|
|
2917
2935
|
}, [
|
|
2918
|
-
e("dt",
|
|
2919
|
-
r.type === "tags" ? (s(), n("dd",
|
|
2936
|
+
e("dt", Ir, u(r.title), 1),
|
|
2937
|
+
r.type === "tags" ? (s(), n("dd", Rr, [
|
|
2920
2938
|
(s(!0), n(k, null, $(r.tags, (t, m) => (s(), _(R, {
|
|
2921
2939
|
loading: o.loading,
|
|
2922
2940
|
key: m,
|
|
@@ -2932,13 +2950,13 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
2932
2950
|
key: 1,
|
|
2933
2951
|
class: "mt-1 text-sm text-indigo-600 hover:text-indigo-400 sm:col-span-2 sm:mt-0 cursor-pointer",
|
|
2934
2952
|
onClick: (t) => o.$emit("itemClicked", r.emits)
|
|
2935
|
-
}, u(r.text), 9,
|
|
2953
|
+
}, u(r.text), 9, qr)) : (s(), n("dd", Hr, u(r.text), 1))
|
|
2936
2954
|
], 2))), 128))
|
|
2937
2955
|
])
|
|
2938
2956
|
])
|
|
2939
2957
|
]));
|
|
2940
2958
|
}
|
|
2941
|
-
}),
|
|
2959
|
+
}), Jr = { 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" }, Wr = { class: "ml-2" }, Gr = {
|
|
2942
2960
|
__name: "tooltip",
|
|
2943
2961
|
props: {
|
|
2944
2962
|
tip: {
|
|
@@ -2947,7 +2965,7 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
2947
2965
|
}
|
|
2948
2966
|
},
|
|
2949
2967
|
setup(p) {
|
|
2950
|
-
return (i, o) => (s(), n("div",
|
|
2968
|
+
return (i, o) => (s(), n("div", Jr, [
|
|
2951
2969
|
o[0] || (o[0] = e("svg", {
|
|
2952
2970
|
class: "absolute -top-3 left-0",
|
|
2953
2971
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2965,25 +2983,25 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
2965
2983
|
], -1)),
|
|
2966
2984
|
e("div", null, [
|
|
2967
2985
|
g(j, {
|
|
2968
|
-
icon: c(
|
|
2986
|
+
icon: c(jt),
|
|
2969
2987
|
loading: !1,
|
|
2970
2988
|
color: "white",
|
|
2971
2989
|
size: "big"
|
|
2972
2990
|
}, null, 8, ["icon"])
|
|
2973
2991
|
]),
|
|
2974
|
-
e("span",
|
|
2992
|
+
e("span", Wr, u(p.tip), 1)
|
|
2975
2993
|
]));
|
|
2976
2994
|
}
|
|
2977
|
-
},
|
|
2995
|
+
}, Qr = { key: 0 }, Kr = { class: "flex flex-col" }, Xr = { class: "-my-2 overflow-x-auto" }, en = { class: "inline-block min-w-full py-2 align-middle px-1" }, tn = { class: "relative overflow-hidden shadow ring-1 ring-black ring-opacity-5 md:rounded-lg" }, sn = {
|
|
2978
2996
|
key: 0,
|
|
2979
2997
|
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"
|
|
2980
|
-
},
|
|
2998
|
+
}, on = ["onClick"], ln = { class: "min-w-full table-fixed divide-y divide-gray-300" }, rn = { class: "bg-gray-50" }, nn = ["checked", "indeterminate"], an = ["onMouseover", "onMouseleave"], dn = ["onClick"], un = {
|
|
2981
2999
|
key: 2,
|
|
2982
3000
|
class: "group flex items-center uppercase text-xs"
|
|
2983
|
-
},
|
|
3001
|
+
}, cn = { class: "divide-y divide-gray-200 bg-white" }, gn = {
|
|
2984
3002
|
key: 0,
|
|
2985
3003
|
class: "absolute inset-y-0 left-0 w-0.5 bg-indigo-600"
|
|
2986
|
-
},
|
|
3004
|
+
}, pn = ["value"], mn = ["onClick"], fn = ["href"], yn = { key: 3 }, hn = /* @__PURE__ */ M({
|
|
2987
3005
|
__name: "uiTable",
|
|
2988
3006
|
props: {
|
|
2989
3007
|
resetSelected: { type: Boolean, default: !1 },
|
|
@@ -3006,25 +3024,25 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
3006
3024
|
}, y = (w) => {
|
|
3007
3025
|
l("customEmit", w);
|
|
3008
3026
|
};
|
|
3009
|
-
return
|
|
3027
|
+
return Z(() => t.resetSelected, (w) => {
|
|
3010
3028
|
r.value = w, w && r.value && (o.value = [], r.value = !w, l("selectedItemsDeleted"));
|
|
3011
3029
|
}), (w, B) => {
|
|
3012
3030
|
var A, V;
|
|
3013
|
-
return w.loading ? (s(), _(
|
|
3014
|
-
e("div",
|
|
3015
|
-
e("div",
|
|
3016
|
-
e("div",
|
|
3017
|
-
e("div",
|
|
3018
|
-
((A = c(o)) == null ? void 0 : A.length) > 0 && ((V = w.actions) == null ? void 0 : V.length) > 0 ? (s(), n("div",
|
|
3031
|
+
return w.loading ? (s(), _(We, { key: 1 })) : (s(), n("div", Qr, [
|
|
3032
|
+
e("div", Kr, [
|
|
3033
|
+
e("div", Xr, [
|
|
3034
|
+
e("div", en, [
|
|
3035
|
+
e("div", tn, [
|
|
3036
|
+
((A = c(o)) == null ? void 0 : A.length) > 0 && ((V = w.actions) == null ? void 0 : V.length) > 0 ? (s(), n("div", sn, [
|
|
3019
3037
|
(s(!0), n(k, null, $(w.actions, (z, H) => (s(), n("button", {
|
|
3020
3038
|
onClick: (x) => w.$emit("tableAction", { action: z.id, items: c(o) }),
|
|
3021
3039
|
key: H,
|
|
3022
3040
|
type: "button",
|
|
3023
3041
|
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"
|
|
3024
|
-
}, u(z.name), 9,
|
|
3042
|
+
}, u(z.name), 9, on))), 128))
|
|
3025
3043
|
])) : b("", !0),
|
|
3026
|
-
e("table",
|
|
3027
|
-
e("thead",
|
|
3044
|
+
e("table", ln, [
|
|
3045
|
+
e("thead", rn, [
|
|
3028
3046
|
e("tr", null, [
|
|
3029
3047
|
e("th", {
|
|
3030
3048
|
scope: "col",
|
|
@@ -3037,7 +3055,7 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
3037
3055
|
class: "absolute left-4 top-1/2 -mt-2 h-4 w-4 rounded border-gray-300 text-indigo-600 focus:ring-indigo-500",
|
|
3038
3056
|
type: "checkbox",
|
|
3039
3057
|
onChange: f
|
|
3040
|
-
}, null, 40,
|
|
3058
|
+
}, null, 40, nn)) : b("", !0)
|
|
3041
3059
|
], 2),
|
|
3042
3060
|
(s(!0), n(k, null, $(w.header, (z, H) => (s(), n("th", {
|
|
3043
3061
|
key: H,
|
|
@@ -3046,7 +3064,7 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
3046
3064
|
onMouseover: (x) => d(z.name, !0),
|
|
3047
3065
|
onMouseleave: (x) => d(z.name, !1)
|
|
3048
3066
|
}, [
|
|
3049
|
-
z.tooltip ? C((s(), _(
|
|
3067
|
+
z.tooltip ? C((s(), _(Gr, {
|
|
3050
3068
|
key: 0,
|
|
3051
3069
|
tip: z.tooltip
|
|
3052
3070
|
}, null, 8, ["tip"])), [
|
|
@@ -3064,18 +3082,18 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
3064
3082
|
], "ml-2 flex-none rounded group-hover:bg-indigo-200 group-hover:text-white"])
|
|
3065
3083
|
}, [
|
|
3066
3084
|
g(j, {
|
|
3067
|
-
icon: w.orderDirection === "asc" ? c(
|
|
3085
|
+
icon: w.orderDirection === "asc" ? c(ie) : c(kt),
|
|
3068
3086
|
loading: w.loading,
|
|
3069
3087
|
color: z.value === w.orderedBy ? "white" : "primary"
|
|
3070
3088
|
}, null, 8, ["icon", "loading", "color"])
|
|
3071
3089
|
], 2)
|
|
3072
|
-
], 8,
|
|
3090
|
+
], 8, dn)) : (s(), n("p", un, [
|
|
3073
3091
|
e("span", null, u(z.name), 1)
|
|
3074
3092
|
]))
|
|
3075
|
-
], 40,
|
|
3093
|
+
], 40, an))), 128))
|
|
3076
3094
|
])
|
|
3077
3095
|
]),
|
|
3078
|
-
e("tbody",
|
|
3096
|
+
e("tbody", cn, [
|
|
3079
3097
|
(s(!0), n(k, null, $(w.items, (z, H) => {
|
|
3080
3098
|
var x, P;
|
|
3081
3099
|
return s(), n("tr", {
|
|
@@ -3088,19 +3106,19 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
3088
3106
|
e("td", {
|
|
3089
3107
|
class: h([((x = w.actions) == null ? void 0 : x.length) > 0 ? "w-2" : "w-0", "relative"])
|
|
3090
3108
|
}, [
|
|
3091
|
-
c(o).includes(z.id) ? (s(), n("div",
|
|
3109
|
+
c(o).includes(z.id) ? (s(), n("div", gn)) : b("", !0),
|
|
3092
3110
|
((P = w.actions) == null ? void 0 : P.length) > 0 ? C((s(), n("input", {
|
|
3093
3111
|
key: 1,
|
|
3094
|
-
"onUpdate:modelValue": B[0] || (B[0] = (N) =>
|
|
3112
|
+
"onUpdate:modelValue": B[0] || (B[0] = (N) => Ye(o) ? o.value = N : o = N),
|
|
3095
3113
|
value: z.id,
|
|
3096
3114
|
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",
|
|
3097
3115
|
type: "checkbox"
|
|
3098
|
-
}, null, 8,
|
|
3099
|
-
[
|
|
3116
|
+
}, null, 8, pn)), [
|
|
3117
|
+
[Ae, c(o)]
|
|
3100
3118
|
]) : b("", !0)
|
|
3101
3119
|
], 2),
|
|
3102
|
-
(s(!0), n(k, null, $(z.row, (N,
|
|
3103
|
-
key:
|
|
3120
|
+
(s(!0), n(k, null, $(z.row, (N, te) => (s(), n("td", {
|
|
3121
|
+
key: te,
|
|
3104
3122
|
class: h([
|
|
3105
3123
|
"whitespace-nowrap py-4 pr-3 text-sm",
|
|
3106
3124
|
c(o).includes(z.id) ? "text-indigo-600" : "text-gray-900"
|
|
@@ -3119,12 +3137,11 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
3119
3137
|
key: 1,
|
|
3120
3138
|
class: "text-indigo-600 hover:text-indigo-400 cursor-pointer",
|
|
3121
3139
|
onClick: (T) => y(N)
|
|
3122
|
-
}, u(N.content), 9,
|
|
3140
|
+
}, u(N.content), 9, mn)) : typeof N == "object" && N.type === "href" ? (s(), n("a", {
|
|
3123
3141
|
key: 2,
|
|
3124
3142
|
class: "text-indigo-600 hover:text-indigo-400 cursor-pointer",
|
|
3125
|
-
href: N.href
|
|
3126
|
-
|
|
3127
|
-
}, u(N.content), 9, en)) : (s(), n("span", tn, u(N), 1))
|
|
3143
|
+
href: N.href
|
|
3144
|
+
}, u(N.content), 9, fn)) : (s(), n("span", yn, u(N), 1))
|
|
3128
3145
|
], 2))), 128))
|
|
3129
3146
|
], 2);
|
|
3130
3147
|
}), 128))
|
|
@@ -3137,10 +3154,10 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
3137
3154
|
]));
|
|
3138
3155
|
};
|
|
3139
3156
|
}
|
|
3140
|
-
}),
|
|
3157
|
+
}), vn = { class: "lg:hidden" }, bn = ["value"], wn = { class: "hidden lg:block" }, xn = { class: "border-b border-gray-200" }, kn = {
|
|
3141
3158
|
class: "-mb-px flex space-x-8",
|
|
3142
3159
|
"aria-label": "Tabs"
|
|
3143
|
-
},
|
|
3160
|
+
}, _n = ["onClick", "aria-current"], $n = /* @__PURE__ */ M({
|
|
3144
3161
|
__name: "uiTabs",
|
|
3145
3162
|
props: {
|
|
3146
3163
|
tabs: {}
|
|
@@ -3152,7 +3169,7 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
3152
3169
|
l.value && o("tabClicked", l.value);
|
|
3153
3170
|
};
|
|
3154
3171
|
return (r, l) => (s(), n("div", null, [
|
|
3155
|
-
e("div",
|
|
3172
|
+
e("div", vn, [
|
|
3156
3173
|
e("select", {
|
|
3157
3174
|
onChange: l[0] || (l[0] = (t) => a(t)),
|
|
3158
3175
|
id: "tabs",
|
|
@@ -3162,12 +3179,12 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
3162
3179
|
(s(!0), n(k, null, $(r.tabs, (t) => (s(), n("option", {
|
|
3163
3180
|
value: t.id,
|
|
3164
3181
|
key: t.name
|
|
3165
|
-
}, u(t.name), 9,
|
|
3182
|
+
}, u(t.name), 9, bn))), 128))
|
|
3166
3183
|
], 32)
|
|
3167
3184
|
]),
|
|
3168
|
-
e("div",
|
|
3169
|
-
e("div",
|
|
3170
|
-
e("nav",
|
|
3185
|
+
e("div", wn, [
|
|
3186
|
+
e("div", xn, [
|
|
3187
|
+
e("nav", kn, [
|
|
3171
3188
|
(s(!0), n(k, null, $(r.tabs, (t) => (s(), n("a", {
|
|
3172
3189
|
key: t.name,
|
|
3173
3190
|
onClick: (m) => o("tabClicked", t.id),
|
|
@@ -3185,36 +3202,36 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
3185
3202
|
"hidden ml-3 py-0.5 px-2.5 rounded-full text-xs font-medium md:inline-block"
|
|
3186
3203
|
])
|
|
3187
3204
|
}, u(t.count), 3)) : b("", !0)
|
|
3188
|
-
], 10,
|
|
3205
|
+
], 10, _n))), 128))
|
|
3189
3206
|
])
|
|
3190
3207
|
])
|
|
3191
3208
|
])
|
|
3192
3209
|
]));
|
|
3193
3210
|
}
|
|
3194
|
-
}),
|
|
3211
|
+
}), Cn = { class: "px-4 py-5 sm:px-6" }, Bn = { class: "text-xl font-bold" }, Mn = {
|
|
3195
3212
|
key: 0,
|
|
3196
3213
|
class: "px-4 py-5 sm:p-6"
|
|
3197
|
-
},
|
|
3214
|
+
}, Sn = { class: "flow-root" }, jn = { class: "relative pb-8" }, Dn = {
|
|
3198
3215
|
key: 0,
|
|
3199
3216
|
class: "absolute left-4 top-4 -ml-px h-full w-0.5 bg-gray-200",
|
|
3200
3217
|
"aria-hidden": "true"
|
|
3201
|
-
},
|
|
3218
|
+
}, Tn = { class: "relative flex space-x-3" }, zn = { class: "min-w-0 flex-1 pt-1.5 flex justify-between space-x-4 items-center" }, Ln = { class: "text-sm text-gray-500" }, Nn = ["onClick"], An = { class: "text-right text-sm whitespace-nowrap text-gray-500" }, Yn = ["datetime"], Pn = {
|
|
3202
3219
|
key: 1,
|
|
3203
3220
|
class: "bg-gray-50 px-4 py-4 sm:px-6 z-10"
|
|
3204
|
-
},
|
|
3221
|
+
}, On = { class: "text-sm" }, Vn = {
|
|
3205
3222
|
key: 2,
|
|
3206
3223
|
class: "h-full w-full flex items-center justify-center flex-col mb-5"
|
|
3207
|
-
},
|
|
3224
|
+
}, Fn = {
|
|
3208
3225
|
key: 1,
|
|
3209
3226
|
class: "bg-white overflow-hidden shadow rounded-lg"
|
|
3210
|
-
},
|
|
3227
|
+
}, In = { class: "px-4 py-5 sm:p-6 animate-pulse" }, Rn = { class: "flow-root" }, qn = {
|
|
3211
3228
|
class: "-mb-8",
|
|
3212
3229
|
role: "list"
|
|
3213
|
-
},
|
|
3230
|
+
}, Hn = { class: "relative pb-8" }, En = {
|
|
3214
3231
|
key: 0,
|
|
3215
3232
|
class: "absolute left-4 top-4 -ml-px h-full w-0.5 bg-gray-200",
|
|
3216
3233
|
"aria-hidden": "true"
|
|
3217
|
-
},
|
|
3234
|
+
}, Un = /* @__PURE__ */ M({
|
|
3218
3235
|
__name: "uiTimeline",
|
|
3219
3236
|
props: {
|
|
3220
3237
|
name: {},
|
|
@@ -3225,19 +3242,19 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
3225
3242
|
},
|
|
3226
3243
|
emits: ["timelineEventClicked", "timelineFooterClicked"],
|
|
3227
3244
|
setup(p, { emit: i }) {
|
|
3228
|
-
const a =
|
|
3229
|
-
return (r, l) => r.loading ? (s(), n("div",
|
|
3245
|
+
const a = me(p.timeline);
|
|
3246
|
+
return (r, l) => r.loading ? (s(), n("div", Fn, [
|
|
3230
3247
|
l[3] || (l[3] = e("div", { class: "px-4 py-5 sm:px-6 animate-pulse" }, [
|
|
3231
3248
|
e("h1", { class: "text-xl font-bold" }, [
|
|
3232
3249
|
e("div", { class: "h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-1/4" })
|
|
3233
3250
|
])
|
|
3234
3251
|
], -1)),
|
|
3235
|
-
e("div",
|
|
3236
|
-
e("div",
|
|
3237
|
-
e("ul",
|
|
3252
|
+
e("div", In, [
|
|
3253
|
+
e("div", Rn, [
|
|
3254
|
+
e("ul", qn, [
|
|
3238
3255
|
(s(), n(k, null, $(10, (t, m) => e("li", { key: m }, [
|
|
3239
|
-
e("div",
|
|
3240
|
-
t !== 10 ? (s(), n("span",
|
|
3256
|
+
e("div", Hn, [
|
|
3257
|
+
t !== 10 ? (s(), n("span", En)) : b("", !0),
|
|
3241
3258
|
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))
|
|
3242
3259
|
])
|
|
3243
3260
|
])), 64))
|
|
@@ -3253,12 +3270,12 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
3253
3270
|
key: 0,
|
|
3254
3271
|
class: h(["h-[" + r.height + "px]", "bg-white overflow-hidden shadow rounded-lg"])
|
|
3255
3272
|
}, [
|
|
3256
|
-
e("div",
|
|
3257
|
-
e("h1",
|
|
3273
|
+
e("div", Cn, [
|
|
3274
|
+
e("h1", Bn, u(r.name), 1)
|
|
3258
3275
|
]),
|
|
3259
|
-
a.items ? (s(), n("div",
|
|
3260
|
-
e("div",
|
|
3261
|
-
g(
|
|
3276
|
+
a.items ? (s(), n("div", Mn, [
|
|
3277
|
+
e("div", Sn, [
|
|
3278
|
+
g(et, {
|
|
3262
3279
|
name: "list",
|
|
3263
3280
|
tag: "ul",
|
|
3264
3281
|
class: "-mb-8"
|
|
@@ -3267,9 +3284,9 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
3267
3284
|
(s(!0), n(k, null, $(a.items, (t, m) => {
|
|
3268
3285
|
var d;
|
|
3269
3286
|
return s(), n("li", { key: m }, [
|
|
3270
|
-
e("div",
|
|
3271
|
-
m < ((d = a.items) == null ? void 0 : d.length) - 1 ? (s(), n("span",
|
|
3272
|
-
e("div",
|
|
3287
|
+
e("div", jn, [
|
|
3288
|
+
m < ((d = a.items) == null ? void 0 : d.length) - 1 ? (s(), n("span", Dn)) : b("", !0),
|
|
3289
|
+
e("div", Tn, [
|
|
3273
3290
|
e("div", null, [
|
|
3274
3291
|
e("span", {
|
|
3275
3292
|
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"])
|
|
@@ -3283,20 +3300,20 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
3283
3300
|
}, null, 8, ["loading", "icon"])
|
|
3284
3301
|
], 2)
|
|
3285
3302
|
]),
|
|
3286
|
-
e("div",
|
|
3303
|
+
e("div", zn, [
|
|
3287
3304
|
e("div", null, [
|
|
3288
|
-
e("p",
|
|
3305
|
+
e("p", Ln, [
|
|
3289
3306
|
e("a", {
|
|
3290
3307
|
onClick: (f) => r.$emit("timelineEventClicked", t.linkId),
|
|
3291
3308
|
class: "font-medium text-indigo-600 hover:text-indigo-800 cursor-pointer"
|
|
3292
|
-
}, u(t == null ? void 0 : t.target), 9,
|
|
3309
|
+
}, u(t == null ? void 0 : t.target), 9, Nn),
|
|
3293
3310
|
D(" " + u(t == null ? void 0 : t.content), 1)
|
|
3294
3311
|
])
|
|
3295
3312
|
]),
|
|
3296
|
-
e("div",
|
|
3313
|
+
e("div", An, [
|
|
3297
3314
|
e("time", {
|
|
3298
3315
|
datetime: t == null ? void 0 : t.datetime
|
|
3299
|
-
}, u(t == null ? void 0 : t.date), 9,
|
|
3316
|
+
}, u(t == null ? void 0 : t.date), 9, Yn)
|
|
3300
3317
|
])
|
|
3301
3318
|
])
|
|
3302
3319
|
])
|
|
@@ -3308,14 +3325,14 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
3308
3325
|
})
|
|
3309
3326
|
])
|
|
3310
3327
|
])) : b("", !0),
|
|
3311
|
-
a.items ? (s(), n("div",
|
|
3312
|
-
e("div",
|
|
3328
|
+
a.items ? (s(), n("div", Pn, [
|
|
3329
|
+
e("div", On, [
|
|
3313
3330
|
e("a", {
|
|
3314
3331
|
class: "cursor-pointer font-medium text-indigo-600 hover:text-indigo-500",
|
|
3315
3332
|
onClick: l[0] || (l[0] = (t) => r.$emit("timelineFooterClicked", r.timeline.id))
|
|
3316
3333
|
}, u(r.timeline.footerText), 1)
|
|
3317
3334
|
])
|
|
3318
|
-
])) : (s(), n("div",
|
|
3335
|
+
])) : (s(), n("div", Vn, [
|
|
3319
3336
|
g(j, {
|
|
3320
3337
|
icon: c(q),
|
|
3321
3338
|
color: "gray",
|
|
@@ -3326,10 +3343,10 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
3326
3343
|
]))
|
|
3327
3344
|
], 2));
|
|
3328
3345
|
}
|
|
3329
|
-
}),
|
|
3346
|
+
}), Zn = { class: "mx-auto px-6 lg:px-8" }, Jn = { class: "flex justify-between h-20" }, Wn = { class: "flex" }, Gn = { class: "-ml-2 mr-2 flex items-center lg:hidden" }, Qn = ["src"], Kn = { class: "flex items-center" }, Xn = { class: "lg:ml-4 lg:flex-shrink-0 lg:flex lg:items-center hidden" }, ea = { class: "redCircle flex items-center justify-center h-4 w-4 bg-red-500 rounded-full absolute -top-0 -left-1" }, ta = ["src"], sa = ["onClick"], oa = { class: "pt-2 pb-3 space-y-1" }, la = ["onClick"], ra = { class: "pt-4 pb-3 border-t border-gray-200" }, na = { class: "flex items-center px-4 sm:px-6" }, aa = { class: "flex-shrink-0" }, ia = ["src"], da = {
|
|
3330
3347
|
key: 0,
|
|
3331
3348
|
class: "ml-3"
|
|
3332
|
-
},
|
|
3349
|
+
}, ua = { class: "text-base font-medium text-gray-800" }, ca = { class: "text-sm font-medium text-gray-500" }, ga = { class: "mt-3 space-y-1" }, pa = ["onClick"], ma = /* @__PURE__ */ M({
|
|
3333
3350
|
__name: "uiTopbar",
|
|
3334
3351
|
props: {
|
|
3335
3352
|
logo: {},
|
|
@@ -3341,23 +3358,23 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
3341
3358
|
},
|
|
3342
3359
|
emits: ["topBarClick"],
|
|
3343
3360
|
setup(p, { emit: i }) {
|
|
3344
|
-
return (o, a) => (s(), _(c(
|
|
3361
|
+
return (o, a) => (s(), _(c(ke), {
|
|
3345
3362
|
as: "nav",
|
|
3346
3363
|
class: "bg-white shadow z-10"
|
|
3347
3364
|
}, {
|
|
3348
3365
|
default: v(({ open: r }) => [
|
|
3349
|
-
e("div",
|
|
3350
|
-
e("div",
|
|
3351
|
-
e("div",
|
|
3352
|
-
e("div",
|
|
3353
|
-
g(c(
|
|
3366
|
+
e("div", Zn, [
|
|
3367
|
+
e("div", Jn, [
|
|
3368
|
+
e("div", Wn, [
|
|
3369
|
+
e("div", Gn, [
|
|
3370
|
+
g(c(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" }, {
|
|
3354
3371
|
default: v(() => [
|
|
3355
3372
|
a[1] || (a[1] = e("span", { class: "sr-only" }, "Open main menu", -1)),
|
|
3356
|
-
r ? (s(), _(c(
|
|
3373
|
+
r ? (s(), _(c(U), {
|
|
3357
3374
|
key: 1,
|
|
3358
3375
|
class: "block h-6 w-6",
|
|
3359
3376
|
"aria-hidden": "true"
|
|
3360
|
-
})) : (s(), _(c(
|
|
3377
|
+
})) : (s(), _(c(He), {
|
|
3361
3378
|
key: 0,
|
|
3362
3379
|
class: "block h-6 w-6",
|
|
3363
3380
|
"aria-hidden": "true"
|
|
@@ -3374,20 +3391,20 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
3374
3391
|
class: "h-10",
|
|
3375
3392
|
src: o.logo,
|
|
3376
3393
|
alt: "Hotelinking suite product logo"
|
|
3377
|
-
}, null, 8,
|
|
3394
|
+
}, null, 8, Qn)
|
|
3378
3395
|
])
|
|
3379
3396
|
]),
|
|
3380
|
-
e("div",
|
|
3381
|
-
e("div",
|
|
3382
|
-
g(c(
|
|
3397
|
+
e("div", Kn, [
|
|
3398
|
+
e("div", Xn, [
|
|
3399
|
+
g(c(fe), {
|
|
3383
3400
|
as: "div",
|
|
3384
3401
|
class: "ml-3 relative"
|
|
3385
3402
|
}, {
|
|
3386
3403
|
default: v(() => [
|
|
3387
3404
|
e("div", null, [
|
|
3388
|
-
C(g(c(
|
|
3405
|
+
C(g(c(ye), { class: "bg-white rounded-full flex text-sm focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500 relative" }, {
|
|
3389
3406
|
default: v(() => [
|
|
3390
|
-
C(e("div",
|
|
3407
|
+
C(e("div", ea, a[2] || (a[2] = [
|
|
3391
3408
|
e("span", { class: "animate-ping absolute inline-flex h-4 w-4 bg-red-500 rounded-full opacity-75" }, null, -1)
|
|
3392
3409
|
]), 512), [
|
|
3393
3410
|
[S, o.alerted]
|
|
@@ -3395,14 +3412,14 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
3395
3412
|
e("img", {
|
|
3396
3413
|
class: "h-10 w-10 rounded-full",
|
|
3397
3414
|
src: o.accountLogo
|
|
3398
|
-
}, null, 8,
|
|
3415
|
+
}, null, 8, ta)
|
|
3399
3416
|
]),
|
|
3400
3417
|
_: 1
|
|
3401
3418
|
}, 512), [
|
|
3402
3419
|
[S, o.accountLogo]
|
|
3403
3420
|
])
|
|
3404
3421
|
]),
|
|
3405
|
-
g(
|
|
3422
|
+
g(de, {
|
|
3406
3423
|
"enter-active-class": "transition ease-out duration-200",
|
|
3407
3424
|
"enter-from-class": "transform opacity-0 scale-95",
|
|
3408
3425
|
"enter-to-class": "transform opacity-100 scale-100",
|
|
@@ -3411,9 +3428,9 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
3411
3428
|
"leave-to-class": "transform opacity-0 scale-95"
|
|
3412
3429
|
}, {
|
|
3413
3430
|
default: v(() => [
|
|
3414
|
-
g(c(
|
|
3431
|
+
g(c(he), { 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" }, {
|
|
3415
3432
|
default: v(() => [
|
|
3416
|
-
(s(!0), n(k, null, $(o.profileMenu, (l) => (s(), _(c(
|
|
3433
|
+
(s(!0), n(k, null, $(o.profileMenu, (l) => (s(), _(c(ve), {
|
|
3417
3434
|
key: l.name
|
|
3418
3435
|
}, {
|
|
3419
3436
|
default: v(({ active: t }) => [
|
|
@@ -3423,7 +3440,7 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
3423
3440
|
t ? "bg-gray-100" : "",
|
|
3424
3441
|
"block px-4 py-2 text-sm text-gray-700"
|
|
3425
3442
|
]])
|
|
3426
|
-
}, u(l.name), 11,
|
|
3443
|
+
}, u(l.name), 11, sa)
|
|
3427
3444
|
]),
|
|
3428
3445
|
_: 2
|
|
3429
3446
|
}, 1024))), 128))
|
|
@@ -3440,10 +3457,10 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
3440
3457
|
])
|
|
3441
3458
|
])
|
|
3442
3459
|
]),
|
|
3443
|
-
g(c(
|
|
3460
|
+
g(c(_e), { class: "lg:hidden" }, {
|
|
3444
3461
|
default: v(() => [
|
|
3445
|
-
e("div",
|
|
3446
|
-
(s(!0), n(k, null, $(o.navigation, (l) => (s(), _(c(
|
|
3462
|
+
e("div", oa, [
|
|
3463
|
+
(s(!0), n(k, null, $(o.navigation, (l) => (s(), _(c(E), {
|
|
3447
3464
|
as: "template",
|
|
3448
3465
|
key: l.name,
|
|
3449
3466
|
class: h(["block pl-3 pr-4 py-2 border-l-4 text-base font-medium sm:pl-5 sm:pr-6", {
|
|
@@ -3454,26 +3471,26 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
3454
3471
|
default: v(() => [
|
|
3455
3472
|
e("p", {
|
|
3456
3473
|
onClick: (t) => o.$emit("topBarClick", l.id)
|
|
3457
|
-
}, u(l.name), 9,
|
|
3474
|
+
}, u(l.name), 9, la)
|
|
3458
3475
|
]),
|
|
3459
3476
|
_: 2
|
|
3460
3477
|
}, 1032, ["class"]))), 128))
|
|
3461
3478
|
]),
|
|
3462
|
-
e("div",
|
|
3463
|
-
e("div",
|
|
3464
|
-
e("div",
|
|
3479
|
+
e("div", ra, [
|
|
3480
|
+
e("div", na, [
|
|
3481
|
+
e("div", aa, [
|
|
3465
3482
|
e("img", {
|
|
3466
3483
|
class: "h-10 w-10 rounded-full",
|
|
3467
3484
|
src: o.accountLogo
|
|
3468
|
-
}, null, 8,
|
|
3485
|
+
}, null, 8, ia)
|
|
3469
3486
|
]),
|
|
3470
|
-
o.brand ? (s(), n("div",
|
|
3471
|
-
e("div",
|
|
3472
|
-
e("div",
|
|
3487
|
+
o.brand ? (s(), n("div", da, [
|
|
3488
|
+
e("div", ua, u(o.brand.title), 1),
|
|
3489
|
+
e("div", ca, u(o.brand.subtitle), 1)
|
|
3473
3490
|
])) : b("", !0)
|
|
3474
3491
|
]),
|
|
3475
|
-
e("div",
|
|
3476
|
-
(s(!0), n(k, null, $(o.profileMenu, (l) => (s(), _(c(
|
|
3492
|
+
e("div", ga, [
|
|
3493
|
+
(s(!0), n(k, null, $(o.profileMenu, (l) => (s(), _(c(E), {
|
|
3477
3494
|
as: "template",
|
|
3478
3495
|
key: l.name,
|
|
3479
3496
|
class: "block px-4 py-2 text-base font-medium text-gray-500 hover:text-gray-800 hover:bg-gray-100 sm:px-6"
|
|
@@ -3481,7 +3498,7 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
3481
3498
|
default: v(() => [
|
|
3482
3499
|
e("p", {
|
|
3483
3500
|
onClick: (t) => o.$emit("topBarClick", l.id)
|
|
3484
|
-
}, u(l.name), 9,
|
|
3501
|
+
}, u(l.name), 9, pa)
|
|
3485
3502
|
]),
|
|
3486
3503
|
_: 2
|
|
3487
3504
|
}, 1024))), 128))
|
|
@@ -3494,7 +3511,7 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
3494
3511
|
_: 1
|
|
3495
3512
|
}));
|
|
3496
3513
|
}
|
|
3497
|
-
}),
|
|
3514
|
+
}), fa = { class: "chart-selector flex flex-row items-center justify-center" }, Qe = /* @__PURE__ */ M({
|
|
3498
3515
|
__name: "RangeSelector",
|
|
3499
3516
|
props: { range: { type: String } },
|
|
3500
3517
|
emits: ["rangeSelected"],
|
|
@@ -3504,7 +3521,7 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
3504
3521
|
const l = (t) => {
|
|
3505
3522
|
r = t, o("rangeSelected", t);
|
|
3506
3523
|
};
|
|
3507
|
-
return (t, m) => (s(), n("ul",
|
|
3524
|
+
return (t, m) => (s(), n("ul", fa, [
|
|
3508
3525
|
e("li", {
|
|
3509
3526
|
class: h({ selected: c(r) === "24h" }),
|
|
3510
3527
|
onClick: m[0] || (m[0] = (d) => l("24h"))
|
|
@@ -3523,7 +3540,7 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
3523
3540
|
}, "3M", 2)
|
|
3524
3541
|
]));
|
|
3525
3542
|
}
|
|
3526
|
-
}),
|
|
3543
|
+
}), ya = { class: "chart-header flex flex-row justify-between" }, ha = { 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__ */ M({
|
|
3527
3544
|
__name: "uiFunnelChartV2",
|
|
3528
3545
|
props: {
|
|
3529
3546
|
labels: {},
|
|
@@ -3587,15 +3604,15 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
3587
3604
|
C(e("div", {
|
|
3588
3605
|
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"])
|
|
3589
3606
|
}, [
|
|
3590
|
-
e("div",
|
|
3591
|
-
e("div",
|
|
3592
|
-
g(
|
|
3607
|
+
e("div", ya, [
|
|
3608
|
+
e("div", ha, u(f.title), 1),
|
|
3609
|
+
g(Qe, {
|
|
3593
3610
|
range: f.range,
|
|
3594
3611
|
onRangeSelected: y[0] || (y[0] = (w) => f.$emit("selectedRange", { range: w, chartId: f.id }))
|
|
3595
3612
|
}, null, 8, ["range"])
|
|
3596
3613
|
]),
|
|
3597
|
-
C(e("div",
|
|
3598
|
-
g(c(
|
|
3614
|
+
C(e("div", va, [
|
|
3615
|
+
g(c($e), {
|
|
3599
3616
|
type: f.type,
|
|
3600
3617
|
series: t.value,
|
|
3601
3618
|
width: "100%",
|
|
@@ -3608,7 +3625,7 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
3608
3625
|
], 512), [
|
|
3609
3626
|
[S, !f.empty]
|
|
3610
3627
|
]),
|
|
3611
|
-
C(e("div",
|
|
3628
|
+
C(e("div", ba, [
|
|
3612
3629
|
g(j, {
|
|
3613
3630
|
icon: c(q),
|
|
3614
3631
|
color: "gray",
|
|
@@ -3622,7 +3639,7 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
3622
3639
|
], 2), [
|
|
3623
3640
|
[S, !f.loading]
|
|
3624
3641
|
]),
|
|
3625
|
-
C(e("div",
|
|
3642
|
+
C(e("div", wa, y[2] || (y[2] = [
|
|
3626
3643
|
e("div", {
|
|
3627
3644
|
role: "status",
|
|
3628
3645
|
class: "w-full animate-pulse h-full flex flex-col"
|
|
@@ -3653,7 +3670,7 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
3653
3670
|
])
|
|
3654
3671
|
], 64));
|
|
3655
3672
|
}
|
|
3656
|
-
}),
|
|
3673
|
+
}), 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__ */ M({
|
|
3657
3674
|
__name: "uiNoResults",
|
|
3658
3675
|
props: {
|
|
3659
3676
|
title: {},
|
|
@@ -3664,16 +3681,16 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
3664
3681
|
},
|
|
3665
3682
|
emits: ["action", "noResultsOptionSelected"],
|
|
3666
3683
|
setup(p) {
|
|
3667
|
-
return (i, o) => (s(), n("div",
|
|
3684
|
+
return (i, o) => (s(), n("div", ka, [
|
|
3668
3685
|
g(j, {
|
|
3669
3686
|
loading: !1,
|
|
3670
3687
|
icon: c(q),
|
|
3671
3688
|
size: "massive",
|
|
3672
3689
|
color: "gray"
|
|
3673
3690
|
}, null, 8, ["icon"]),
|
|
3674
|
-
e("h2",
|
|
3691
|
+
e("h2", _a, u(i.title), 1),
|
|
3675
3692
|
e("p", null, u(i.message), 1),
|
|
3676
|
-
e("div",
|
|
3693
|
+
e("div", $a, [
|
|
3677
3694
|
(s(!0), n(k, null, $(i.actions, (a, r) => (s(), _(G, {
|
|
3678
3695
|
key: r,
|
|
3679
3696
|
loading: !1,
|
|
@@ -3684,7 +3701,7 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
3684
3701
|
]),
|
|
3685
3702
|
_: 2
|
|
3686
3703
|
}, 1032, ["onClick"]))), 128)),
|
|
3687
|
-
i.items ? (s(), _(
|
|
3704
|
+
i.items ? (s(), _(Ce, {
|
|
3688
3705
|
key: 0,
|
|
3689
3706
|
items: i.items,
|
|
3690
3707
|
loading: !1,
|
|
@@ -3693,7 +3710,7 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
3693
3710
|
])
|
|
3694
3711
|
]));
|
|
3695
3712
|
}
|
|
3696
|
-
}),
|
|
3713
|
+
}), Ba = { class: "fixed inset-0 overflow-hidden" }, Ma = { class: "absolute inset-0 overflow-hidden" }, Sa = { class: "pointer-events-none fixed inset-y-0 right-0 flex max-w-full pl-10" }, ja = { class: "flex h-full flex-col overflow-y-scroll bg-white shadow-xl" }, Da = { 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__ */ M({
|
|
3697
3714
|
__name: "uiRightSidebar",
|
|
3698
3715
|
props: {
|
|
3699
3716
|
title: {},
|
|
@@ -3702,22 +3719,22 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
3702
3719
|
},
|
|
3703
3720
|
emits: ["closeRightBar"],
|
|
3704
3721
|
setup(p, { emit: i }) {
|
|
3705
|
-
return (o, a) => (s(), _(c(
|
|
3722
|
+
return (o, a) => (s(), _(c(be), {
|
|
3706
3723
|
as: "template",
|
|
3707
3724
|
show: o.open
|
|
3708
3725
|
}, {
|
|
3709
3726
|
default: v(() => [
|
|
3710
|
-
g(c(
|
|
3727
|
+
g(c(we), {
|
|
3711
3728
|
as: "div",
|
|
3712
3729
|
class: "relative z-10",
|
|
3713
3730
|
onClose: a[1] || (a[1] = (r) => o.$emit("closeRightBar"))
|
|
3714
3731
|
}, {
|
|
3715
3732
|
default: v(() => [
|
|
3716
3733
|
a[4] || (a[4] = e("div", { class: "fixed inset-0" }, null, -1)),
|
|
3717
|
-
e("div",
|
|
3718
|
-
e("div",
|
|
3719
|
-
e("div",
|
|
3720
|
-
g(c(
|
|
3734
|
+
e("div", Ba, [
|
|
3735
|
+
e("div", Ma, [
|
|
3736
|
+
e("div", Sa, [
|
|
3737
|
+
g(c(W), {
|
|
3721
3738
|
as: "template",
|
|
3722
3739
|
enter: "transform transition ease-in-out duration-500 sm:duration-700",
|
|
3723
3740
|
"enter-from": "translate-x-full",
|
|
@@ -3727,18 +3744,18 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
3727
3744
|
"leave-to": "translate-x-full"
|
|
3728
3745
|
}, {
|
|
3729
3746
|
default: v(() => [
|
|
3730
|
-
g(c(
|
|
3747
|
+
g(c(xe), { class: "pointer-events-auto w-screen max-w-md" }, {
|
|
3731
3748
|
default: v(() => [
|
|
3732
|
-
e("div",
|
|
3733
|
-
e("div",
|
|
3734
|
-
e("div",
|
|
3735
|
-
g(c(
|
|
3749
|
+
e("div", ja, [
|
|
3750
|
+
e("div", Da, [
|
|
3751
|
+
e("div", Ta, [
|
|
3752
|
+
g(c(Re), { class: "text-base font-semibold leading-6 text-white" }, {
|
|
3736
3753
|
default: v(() => [
|
|
3737
3754
|
D(u(o.title), 1)
|
|
3738
3755
|
]),
|
|
3739
3756
|
_: 1
|
|
3740
3757
|
}),
|
|
3741
|
-
e("div",
|
|
3758
|
+
e("div", za, [
|
|
3742
3759
|
e("button", {
|
|
3743
3760
|
type: "button",
|
|
3744
3761
|
class: "relative rounded-md bg-indigo-700 text-indigo-200 hover:text-white outline-none",
|
|
@@ -3746,18 +3763,18 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
3746
3763
|
}, [
|
|
3747
3764
|
a[2] || (a[2] = e("span", { class: "absolute -inset-2.5" }, null, -1)),
|
|
3748
3765
|
a[3] || (a[3] = e("span", { class: "sr-only" }, "Close panel", -1)),
|
|
3749
|
-
g(c(
|
|
3766
|
+
g(c(U), {
|
|
3750
3767
|
class: "h-6 w-6 ring-0",
|
|
3751
3768
|
"aria-hidden": "true"
|
|
3752
3769
|
})
|
|
3753
3770
|
])
|
|
3754
3771
|
])
|
|
3755
3772
|
]),
|
|
3756
|
-
e("div",
|
|
3757
|
-
e("p",
|
|
3773
|
+
e("div", La, [
|
|
3774
|
+
e("p", Na, u(o.description), 1)
|
|
3758
3775
|
])
|
|
3759
3776
|
]),
|
|
3760
|
-
e("div",
|
|
3777
|
+
e("div", Aa, [
|
|
3761
3778
|
I(o.$slots, "default")
|
|
3762
3779
|
])
|
|
3763
3780
|
])
|
|
@@ -3777,15 +3794,15 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
3777
3794
|
_: 3
|
|
3778
3795
|
}, 8, ["show"]));
|
|
3779
3796
|
}
|
|
3780
|
-
}),
|
|
3797
|
+
}), Pa = { class: "uiGallery" }, Oa = {
|
|
3781
3798
|
key: 1,
|
|
3782
3799
|
role: "list",
|
|
3783
3800
|
class: "grid grid-cols-2 gap-x-4 gap-y-8 sm:grid-cols-3 sm:gap-x-4 lg:grid-cols-6"
|
|
3784
|
-
},
|
|
3801
|
+
}, Va = { 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" }, Fa = ["src"], Ia = ["onClick"], Ra = { class: "pointer-events-none mt-2 block truncate text-sm font-medium text-gray-900" }, qa = { class: "flex items-center justify-between" }, Ha = { class: "pointer-events-none block text-sm font-medium text-gray-500" }, Ea = {
|
|
3785
3802
|
key: 2,
|
|
3786
3803
|
role: "list",
|
|
3787
3804
|
class: "grid grid-cols-2 gap-x-4 gap-y-8 sm:grid-cols-3 sm:gap-x-4 lg:grid-cols-6"
|
|
3788
|
-
},
|
|
3805
|
+
}, Ua = /* @__PURE__ */ M({
|
|
3789
3806
|
__name: "uiGallery",
|
|
3790
3807
|
props: {
|
|
3791
3808
|
galleryId: {},
|
|
@@ -3798,8 +3815,8 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
3798
3815
|
const o = i, a = Y(!1), r = (l) => {
|
|
3799
3816
|
a.value = !1, o("modalAction", l);
|
|
3800
3817
|
};
|
|
3801
|
-
return (l, t) => (s(), n("div",
|
|
3802
|
-
l.loading ? b("", !0) : (s(), _(
|
|
3818
|
+
return (l, t) => (s(), n("div", Pa, [
|
|
3819
|
+
l.loading ? b("", !0) : (s(), _(Je, {
|
|
3803
3820
|
key: 0,
|
|
3804
3821
|
open: a.value,
|
|
3805
3822
|
modalName: "deleteAllImagesModal",
|
|
@@ -3813,35 +3830,35 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
3813
3830
|
]),
|
|
3814
3831
|
_: 1
|
|
3815
3832
|
}, 8, ["open", "title", "actions"])),
|
|
3816
|
-
l.loading ? (s(), n("ul",
|
|
3833
|
+
l.loading ? (s(), n("ul", Ea, [
|
|
3817
3834
|
(s(), n(k, null, $(4, (m) => e("li", null, t[2] || (t[2] = [
|
|
3818
3835
|
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),
|
|
3819
3836
|
e("p", { class: "animate-pulse h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-28 mt-4" }, null, -1),
|
|
3820
3837
|
e("p", { class: "animate-pulse h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-14 mt-2" }, null, -1)
|
|
3821
3838
|
]))), 64))
|
|
3822
|
-
])) : (s(), n("ul",
|
|
3839
|
+
])) : (s(), n("ul", Oa, [
|
|
3823
3840
|
(s(!0), n(k, null, $(l.gallery, (m) => (s(), n("li", {
|
|
3824
3841
|
key: m.source,
|
|
3825
3842
|
class: "relative"
|
|
3826
3843
|
}, [
|
|
3827
|
-
e("div",
|
|
3844
|
+
e("div", Va, [
|
|
3828
3845
|
e("img", {
|
|
3829
3846
|
src: m.source,
|
|
3830
3847
|
alt: "",
|
|
3831
3848
|
class: "pointer-events-none object-cover group-hover:opacity-75"
|
|
3832
|
-
}, null, 8,
|
|
3849
|
+
}, null, 8, Fa),
|
|
3833
3850
|
e("button", {
|
|
3834
3851
|
type: "button",
|
|
3835
3852
|
class: "absolute inset-0 focus:outline-none",
|
|
3836
3853
|
onClick: (d) => l.$emit("imgClicked", m)
|
|
3837
|
-
}, null, 8,
|
|
3854
|
+
}, null, 8, Ia)
|
|
3838
3855
|
]),
|
|
3839
|
-
e("p",
|
|
3840
|
-
e("div",
|
|
3841
|
-
e("p",
|
|
3856
|
+
e("p", Ra, u(m.title), 1),
|
|
3857
|
+
e("div", qa, [
|
|
3858
|
+
e("p", Ha, u(m.size), 1),
|
|
3842
3859
|
g(j, {
|
|
3843
3860
|
class: "cursor-pointer",
|
|
3844
|
-
icon: c(
|
|
3861
|
+
icon: c(Dt),
|
|
3845
3862
|
color: "red",
|
|
3846
3863
|
loading: !1,
|
|
3847
3864
|
onClick: (d) => l.$emit("deleteImage", m)
|
|
@@ -3864,10 +3881,10 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
3864
3881
|
})) : b("", !0)
|
|
3865
3882
|
]));
|
|
3866
3883
|
}
|
|
3867
|
-
}),
|
|
3884
|
+
}), 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 = {
|
|
3868
3885
|
key: 1,
|
|
3869
3886
|
class: "animate-pulse"
|
|
3870
|
-
},
|
|
3887
|
+
}, ei = /* @__PURE__ */ M({
|
|
3871
3888
|
__name: "uiDragAndDrop",
|
|
3872
3889
|
props: {
|
|
3873
3890
|
elements: {},
|
|
@@ -3877,44 +3894,44 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
3877
3894
|
setup(p, { emit: i }) {
|
|
3878
3895
|
const o = i, a = p;
|
|
3879
3896
|
let r = Y(a.elements);
|
|
3880
|
-
|
|
3897
|
+
Z(() => a.elements, (t) => {
|
|
3881
3898
|
r.value = t;
|
|
3882
3899
|
});
|
|
3883
3900
|
const l = (t) => {
|
|
3884
3901
|
o("dragAndDropUpdated", t);
|
|
3885
3902
|
};
|
|
3886
|
-
return (t, m) => t.loading ? (s(), n("div",
|
|
3903
|
+
return (t, m) => t.loading ? (s(), n("div", Xa, m[2] || (m[2] = [
|
|
3887
3904
|
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)
|
|
3888
|
-
]))) : (s(), _(c(
|
|
3905
|
+
]))) : (s(), _(c(nt), {
|
|
3889
3906
|
key: 0,
|
|
3890
3907
|
modelValue: c(r),
|
|
3891
3908
|
"onUpdate:modelValue": [
|
|
3892
|
-
m[0] || (m[0] = (d) =>
|
|
3909
|
+
m[0] || (m[0] = (d) => Ye(r) ? r.value = d : r = d),
|
|
3893
3910
|
m[1] || (m[1] = (d) => l(d))
|
|
3894
3911
|
]
|
|
3895
3912
|
}, {
|
|
3896
3913
|
item: v(({ item: d }) => [
|
|
3897
|
-
e("div",
|
|
3898
|
-
e("div",
|
|
3914
|
+
e("div", Za, [
|
|
3915
|
+
e("div", Ja, [
|
|
3899
3916
|
g(j, {
|
|
3900
|
-
icon: c(
|
|
3917
|
+
icon: c(wt),
|
|
3901
3918
|
loading: !1,
|
|
3902
3919
|
color: "gray",
|
|
3903
3920
|
class: "mr-4",
|
|
3904
3921
|
size: "big"
|
|
3905
3922
|
}, null, 8, ["icon"]),
|
|
3906
|
-
e("div",
|
|
3907
|
-
e("p",
|
|
3908
|
-
d.description ? (s(), n("p",
|
|
3923
|
+
e("div", Wa, [
|
|
3924
|
+
e("p", Ga, u(d.name), 1),
|
|
3925
|
+
d.description ? (s(), n("p", Qa, u(d.description), 1)) : b("", !0)
|
|
3909
3926
|
]),
|
|
3910
|
-
e("div",
|
|
3927
|
+
e("div", Ka, u(c(r).indexOf(d) + 1), 1)
|
|
3911
3928
|
])
|
|
3912
3929
|
])
|
|
3913
3930
|
]),
|
|
3914
3931
|
_: 1
|
|
3915
3932
|
}, 8, ["modelValue"]));
|
|
3916
3933
|
}
|
|
3917
|
-
}),
|
|
3934
|
+
}), ti = { class: "chart-header flex flex-row justify-between" }, si = { class: "text-sm font-medium text-gray-500 truncate" }, oi = { class: "chart-content" }, li = { class: "h-full w-full flex items-center justify-center flex-col" }, ri = { class: "card chart apex-chart px-4 py-5 bg-white shadow rounded-lg overflow-hidden sm:p-6 flex grow h-80" }, ni = /* @__PURE__ */ M({
|
|
3918
3935
|
__name: "uiCircleChart",
|
|
3919
3936
|
props: {
|
|
3920
3937
|
labels: {},
|
|
@@ -3975,15 +3992,15 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
3975
3992
|
C(e("div", {
|
|
3976
3993
|
class: h(["h-[" + y.height + "px]", "card chart apex-chart px-4 py-5 bg-white shadow rounded-lg overflow-hidden sm:p-6 flex grow"])
|
|
3977
3994
|
}, [
|
|
3978
|
-
e("div",
|
|
3979
|
-
e("div",
|
|
3980
|
-
g(
|
|
3995
|
+
e("div", ti, [
|
|
3996
|
+
e("div", si, u(y.title), 1),
|
|
3997
|
+
g(Qe, {
|
|
3981
3998
|
range: y.range,
|
|
3982
3999
|
onRangeSelected: w[0] || (w[0] = (B) => y.$emit("selectedRange", { range: B, chartId: y.id }))
|
|
3983
4000
|
}, null, 8, ["range"])
|
|
3984
4001
|
]),
|
|
3985
|
-
C(e("div",
|
|
3986
|
-
g(c(
|
|
4002
|
+
C(e("div", oi, [
|
|
4003
|
+
g(c($e), {
|
|
3987
4004
|
class: "flex items-center justify-center",
|
|
3988
4005
|
type: "donut",
|
|
3989
4006
|
series: t.value,
|
|
@@ -3996,7 +4013,7 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
3996
4013
|
], 512), [
|
|
3997
4014
|
[S, !y.empty]
|
|
3998
4015
|
]),
|
|
3999
|
-
C(e("div",
|
|
4016
|
+
C(e("div", li, [
|
|
4000
4017
|
g(j, {
|
|
4001
4018
|
icon: c(q),
|
|
4002
4019
|
color: "gray",
|
|
@@ -4010,7 +4027,7 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
4010
4027
|
], 2), [
|
|
4011
4028
|
[S, !y.loading]
|
|
4012
4029
|
]),
|
|
4013
|
-
C(e("div",
|
|
4030
|
+
C(e("div", ri, w[2] || (w[2] = [
|
|
4014
4031
|
e("div", {
|
|
4015
4032
|
role: "status",
|
|
4016
4033
|
class: "w-full animate-pulse h-full flex flex-col"
|
|
@@ -4041,13 +4058,13 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
4041
4058
|
])
|
|
4042
4059
|
], 64));
|
|
4043
4060
|
}
|
|
4044
|
-
}),
|
|
4061
|
+
}), ai = {
|
|
4045
4062
|
key: 0,
|
|
4046
4063
|
class: "flex flex-col lg:flex-row w-full gap-y-4 gap-x-2"
|
|
4047
|
-
},
|
|
4064
|
+
}, ii = {
|
|
4048
4065
|
key: 1,
|
|
4049
4066
|
class: "flex flex-col lg:flex-row w-full gap-y-4 gap-x-2"
|
|
4050
|
-
},
|
|
4067
|
+
}, di = /* @__PURE__ */ M({
|
|
4051
4068
|
__name: "uiDateRange",
|
|
4052
4069
|
props: {
|
|
4053
4070
|
id: {},
|
|
@@ -4062,18 +4079,18 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
4062
4079
|
},
|
|
4063
4080
|
emits: ["uiDateRangeButtonClicked"],
|
|
4064
4081
|
setup(p, { emit: i }) {
|
|
4065
|
-
let o =
|
|
4082
|
+
let o = me({ from: "", to: "" });
|
|
4066
4083
|
const a = (r, l) => {
|
|
4067
4084
|
r === "from" ? o.from = l : o.to = l;
|
|
4068
4085
|
};
|
|
4069
4086
|
return (r, l) => {
|
|
4070
4087
|
var t, m, d, f;
|
|
4071
|
-
return r.loading ? (s(), n("div",
|
|
4072
|
-
g(
|
|
4088
|
+
return r.loading ? (s(), n("div", ii, [
|
|
4089
|
+
g(J, {
|
|
4073
4090
|
name: "dateFrom",
|
|
4074
4091
|
loading: !0
|
|
4075
4092
|
}),
|
|
4076
|
-
g(
|
|
4093
|
+
g(J, {
|
|
4077
4094
|
name: "dateTo",
|
|
4078
4095
|
loading: !0
|
|
4079
4096
|
}),
|
|
@@ -4083,8 +4100,8 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
4083
4100
|
])),
|
|
4084
4101
|
_: 1
|
|
4085
4102
|
})
|
|
4086
|
-
])) : (s(), n("div",
|
|
4087
|
-
g(
|
|
4103
|
+
])) : (s(), n("div", ai, [
|
|
4104
|
+
g(J, {
|
|
4088
4105
|
type: "datetime-local",
|
|
4089
4106
|
loading: !1,
|
|
4090
4107
|
addOn: r.literals.from,
|
|
@@ -4096,7 +4113,7 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
4096
4113
|
label: r.label,
|
|
4097
4114
|
onInputChanged: l[0] || (l[0] = (y) => a("from", y.value))
|
|
4098
4115
|
}, null, 8, ["addOn", "name", "color", "value", "error", "disabled", "label"]),
|
|
4099
|
-
g(
|
|
4116
|
+
g(J, {
|
|
4100
4117
|
type: "datetime-local",
|
|
4101
4118
|
loading: !1,
|
|
4102
4119
|
class: h([{ "mt-6": r.label }]),
|
|
@@ -4124,16 +4141,16 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
4124
4141
|
]));
|
|
4125
4142
|
};
|
|
4126
4143
|
}
|
|
4127
|
-
}),
|
|
4144
|
+
}), ui = { class: "flex justify-between items-center" }, ci = {
|
|
4128
4145
|
key: 0,
|
|
4129
4146
|
class: "block text-sm font-medium text-gray-700"
|
|
4130
|
-
},
|
|
4147
|
+
}, gi = {
|
|
4131
4148
|
key: 1,
|
|
4132
4149
|
class: "text-[10px] text-gray-500 uppercase justify-self-end"
|
|
4133
|
-
},
|
|
4150
|
+
}, pi = {
|
|
4134
4151
|
key: 1,
|
|
4135
4152
|
class: "h-2 animate-pulse bg-gray-200 rounded-full dark:bg-gray-300 w-full"
|
|
4136
|
-
},
|
|
4153
|
+
}, mi = /* @__PURE__ */ M({
|
|
4137
4154
|
__name: "uiRangeSlider",
|
|
4138
4155
|
props: {
|
|
4139
4156
|
loading: { type: Boolean, default: !0 },
|
|
@@ -4148,14 +4165,14 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
4148
4165
|
setup(p, { emit: i }) {
|
|
4149
4166
|
const o = i, r = Y(p.sliderValue);
|
|
4150
4167
|
return (l, t) => (s(), n("div", null, [
|
|
4151
|
-
e("div",
|
|
4152
|
-
l.label ? (s(), n("label",
|
|
4153
|
-
l.requiredText ? (s(), n("span",
|
|
4168
|
+
e("div", ui, [
|
|
4169
|
+
l.label ? (s(), n("label", ci, u(l.label), 1)) : b("", !0),
|
|
4170
|
+
l.requiredText ? (s(), n("span", gi, u(l.requiredText), 1)) : b("", !0)
|
|
4154
4171
|
]),
|
|
4155
4172
|
e("div", {
|
|
4156
4173
|
class: h([{ "mt-1": l.label }, "pt-16 px-6 pb-6 bg-gray-50 border border-gray-300 rounded-lg shadow-sm"])
|
|
4157
4174
|
}, [
|
|
4158
|
-
l.loading ? (s(), n("p",
|
|
4175
|
+
l.loading ? (s(), n("p", pi)) : (s(), _(c(at), {
|
|
4159
4176
|
key: 0,
|
|
4160
4177
|
modelValue: r.value,
|
|
4161
4178
|
"onUpdate:modelValue": t[0] || (t[0] = (m) => r.value = m),
|
|
@@ -4171,7 +4188,7 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
4171
4188
|
], 2)
|
|
4172
4189
|
]));
|
|
4173
4190
|
}
|
|
4174
|
-
}),
|
|
4191
|
+
}), fi = { class: "mt-1 mb-8 text-sm text-gray-500" }, yi = /* @__PURE__ */ M({
|
|
4175
4192
|
__name: "uiSectionTitle",
|
|
4176
4193
|
props: {
|
|
4177
4194
|
title: {},
|
|
@@ -4182,16 +4199,16 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
4182
4199
|
e("h3", {
|
|
4183
4200
|
class: h(["text-lg font-medium leading-6 text-gray-900", { "mb-8": i.description === void 0 }])
|
|
4184
4201
|
}, u(i.title), 3),
|
|
4185
|
-
e("p",
|
|
4202
|
+
e("p", fi, u(i.description), 1)
|
|
4186
4203
|
], 64));
|
|
4187
4204
|
}
|
|
4188
|
-
}),
|
|
4205
|
+
}), hi = {
|
|
4189
4206
|
key: 0,
|
|
4190
4207
|
class: "col-span-1 flex flex-col divide-y divide-gray-200 rounded-lg bg-white text-center shadow"
|
|
4191
|
-
},
|
|
4208
|
+
}, vi = { class: "flex flex-1 flex-col p-8" }, bi = { class: "text-2xl font-bold text-gray-900" }, wi = { class: "mt-1 flex flex-grow flex-col justify-between" }, xi = { class: "mt-3 flex flex-wrap gap-x-1 gap-y-1 justify-center" }, ki = {
|
|
4192
4209
|
key: 1,
|
|
4193
4210
|
class: "col-span-1 flex flex-col divide-y divide-gray-200 rounded-lg bg-white text-center shadow"
|
|
4194
|
-
},
|
|
4211
|
+
}, _i = { class: "flex flex-1 flex-col p-8" }, $i = { class: "rounded-md p-3 flex items-center justify-center mx-auto mb-4 bg-gray-200" }, Ci = { class: "mt-1 flex flex-grow flex-col justify-between" }, Bi = { class: "mt-3 flex flex-wrap gap-x-1 gap-y-1 justify-center" }, Mi = /* @__PURE__ */ M({
|
|
4195
4212
|
__name: "uiDeviceStatus",
|
|
4196
4213
|
props: {
|
|
4197
4214
|
id: {},
|
|
@@ -4204,9 +4221,9 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
4204
4221
|
},
|
|
4205
4222
|
emits: ["deviceStatusTagClicked", "deviceStatusQtyClicked"],
|
|
4206
4223
|
setup(p, { emit: i }) {
|
|
4207
|
-
return (o, a) => o.loading ? (s(), n("div",
|
|
4208
|
-
e("div",
|
|
4209
|
-
e("div",
|
|
4224
|
+
return (o, a) => o.loading ? (s(), n("div", ki, [
|
|
4225
|
+
e("div", _i, [
|
|
4226
|
+
e("div", $i, [
|
|
4210
4227
|
g(j, {
|
|
4211
4228
|
icon: o.icon,
|
|
4212
4229
|
size: "huge",
|
|
@@ -4216,8 +4233,8 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
4216
4233
|
}, null, 8, ["icon", "loading"])
|
|
4217
4234
|
]),
|
|
4218
4235
|
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)),
|
|
4219
|
-
e("dl",
|
|
4220
|
-
e("dd",
|
|
4236
|
+
e("dl", Ci, [
|
|
4237
|
+
e("dd", Bi, [
|
|
4221
4238
|
(s(!0), n(k, null, $(o.tags, (r, l) => (s(), _(R, {
|
|
4222
4239
|
key: l,
|
|
4223
4240
|
loading: o.loading,
|
|
@@ -4233,8 +4250,8 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
4233
4250
|
])
|
|
4234
4251
|
])
|
|
4235
4252
|
])
|
|
4236
|
-
])) : (s(), n("div",
|
|
4237
|
-
e("div",
|
|
4253
|
+
])) : (s(), n("div", hi, [
|
|
4254
|
+
e("div", vi, [
|
|
4238
4255
|
e("div", {
|
|
4239
4256
|
class: h(["rounded-md p-3 flex items-center justify-center mx-auto mb-4", {
|
|
4240
4257
|
"bg-green-500": !o.color || o.color === "green",
|
|
@@ -4253,7 +4270,7 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
4253
4270
|
loading: !1
|
|
4254
4271
|
}, null, 8, ["icon"])
|
|
4255
4272
|
], 2),
|
|
4256
|
-
e("h3",
|
|
4273
|
+
e("h3", bi, [
|
|
4257
4274
|
D(u(o.name) + " ", 1),
|
|
4258
4275
|
C(e("span", {
|
|
4259
4276
|
class: "text-indigo-600 hover:text-indigo-900 cursor-pointer",
|
|
@@ -4262,8 +4279,8 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
4262
4279
|
[S, o.qty > 0]
|
|
4263
4280
|
])
|
|
4264
4281
|
]),
|
|
4265
|
-
e("dl",
|
|
4266
|
-
e("dd",
|
|
4282
|
+
e("dl", wi, [
|
|
4283
|
+
e("dd", xi, [
|
|
4267
4284
|
(s(!0), n(k, null, $(o.tags, (r, l) => (s(), _(R, {
|
|
4268
4285
|
key: l,
|
|
4269
4286
|
loading: !1,
|
|
@@ -4281,24 +4298,24 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
4281
4298
|
])
|
|
4282
4299
|
]));
|
|
4283
4300
|
}
|
|
4284
|
-
}),
|
|
4301
|
+
}), Si = { class: "flex flex-row grow border-r border-gray-200 bg-white pr-6" }, ji = { class: "bg-indigo-600 w-16 mr-6" }, Di = ["onClick"], Ti = {
|
|
4285
4302
|
key: 0,
|
|
4286
4303
|
class: "flex flex-col grow gap-y-5 overflow-y-auto pr-6"
|
|
4287
|
-
},
|
|
4304
|
+
}, zi = { class: "flex h-16 shrink-0 items-center" }, Li = ["src"], Ni = { class: "flex flex-1 flex-col" }, Ai = {
|
|
4288
4305
|
key: 0,
|
|
4289
4306
|
role: "list",
|
|
4290
4307
|
class: "flex flex-1 flex-col gap-y-7 mb-4"
|
|
4291
|
-
},
|
|
4308
|
+
}, Yi = {
|
|
4292
4309
|
role: "list",
|
|
4293
4310
|
class: "ml-2 space-y-1"
|
|
4294
|
-
},
|
|
4311
|
+
}, Pi = ["onClick"], Oi = {
|
|
4295
4312
|
key: 1,
|
|
4296
4313
|
role: "list",
|
|
4297
4314
|
class: "flex flex-1 flex-col gap-y-7 mb-4"
|
|
4298
|
-
},
|
|
4315
|
+
}, Vi = { class: "ml-2 space-y-1" }, Fi = { class: "font-bold mb-4" }, Ii = {
|
|
4299
4316
|
key: 1,
|
|
4300
4317
|
class: "flex flex-col grow gap-y-5 overflow-y-auto pr-6"
|
|
4301
|
-
},
|
|
4318
|
+
}, Ri = { class: "h-12 flex flex-row items-center" }, Le = /* @__PURE__ */ M({
|
|
4302
4319
|
__name: "uiSidebarV2",
|
|
4303
4320
|
props: {
|
|
4304
4321
|
navigation: {},
|
|
@@ -4310,8 +4327,8 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
4310
4327
|
},
|
|
4311
4328
|
emits: ["productBarClick", "sideBarClick"],
|
|
4312
4329
|
setup(p, { emit: i }) {
|
|
4313
|
-
return (o, a) => (s(), n("div",
|
|
4314
|
-
e("div",
|
|
4330
|
+
return (o, a) => (s(), n("div", Si, [
|
|
4331
|
+
e("div", ji, [
|
|
4315
4332
|
e("ul", null, [
|
|
4316
4333
|
(s(!0), n(k, null, $(o.productsSidebar, (r, l) => (s(), n("li", {
|
|
4317
4334
|
key: l,
|
|
@@ -4324,35 +4341,35 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
4324
4341
|
color: "white",
|
|
4325
4342
|
size: "bigger"
|
|
4326
4343
|
}, null, 8, ["icon"])
|
|
4327
|
-
], 10,
|
|
4344
|
+
], 10, Di))), 128))
|
|
4328
4345
|
])
|
|
4329
4346
|
]),
|
|
4330
|
-
o.loading ? (s(), n("div",
|
|
4331
|
-
(s(), n(k, null, $(5, (r) => e("div",
|
|
4347
|
+
o.loading ? (s(), n("div", Ii, [
|
|
4348
|
+
(s(), n(k, null, $(5, (r) => e("div", Ri, a[0] || (a[0] = [
|
|
4332
4349
|
e("div", { class: "w-6 h-6 animate-pulse bg-gray-200 rounded-full dark:bg-gray-300 mr-4" }, null, -1),
|
|
4333
4350
|
e("div", { class: "h-3 animate-pulse bg-gray-200 rounded-full w-1/2 dark:bg-gray-300" }, null, -1)
|
|
4334
4351
|
]))), 64))
|
|
4335
|
-
])) : (s(), n("div",
|
|
4336
|
-
e("div",
|
|
4352
|
+
])) : (s(), n("div", Ti, [
|
|
4353
|
+
e("div", zi, [
|
|
4337
4354
|
e("img", {
|
|
4338
4355
|
class: "h-8 w-auto",
|
|
4339
4356
|
src: o.logo,
|
|
4340
4357
|
alt: "Your Company"
|
|
4341
|
-
}, null, 8,
|
|
4358
|
+
}, null, 8, Li)
|
|
4342
4359
|
]),
|
|
4343
|
-
e("nav",
|
|
4344
|
-
o.isFilterNavigation ? b("", !0) : (s(), n("ul",
|
|
4360
|
+
e("nav", Ni, [
|
|
4361
|
+
o.isFilterNavigation ? b("", !0) : (s(), n("ul", Ai, [
|
|
4345
4362
|
e("li", null, [
|
|
4346
|
-
e("ul",
|
|
4363
|
+
e("ul", Yi, [
|
|
4347
4364
|
(s(!0), n(k, null, $(o.navigation, (r) => (s(), n("li", {
|
|
4348
4365
|
key: r.name
|
|
4349
4366
|
}, [
|
|
4350
|
-
r.children ? (s(), _(c(
|
|
4367
|
+
r.children ? (s(), _(c(ke), {
|
|
4351
4368
|
key: 1,
|
|
4352
4369
|
as: "div"
|
|
4353
4370
|
}, {
|
|
4354
4371
|
default: v(() => [
|
|
4355
|
-
g(c(
|
|
4372
|
+
g(c(E), {
|
|
4356
4373
|
onClick: (l) => o.$emit("sideBarClick", r.id),
|
|
4357
4374
|
class: h([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"])
|
|
4358
4375
|
}, {
|
|
@@ -4374,7 +4391,7 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
4374
4391
|
_: 2
|
|
4375
4392
|
}, 1032, ["onClick", "class"]),
|
|
4376
4393
|
C(e("div", null, [
|
|
4377
|
-
g(c(
|
|
4394
|
+
g(c(_e), {
|
|
4378
4395
|
as: "ul",
|
|
4379
4396
|
class: "mt-1 px-2",
|
|
4380
4397
|
static: ""
|
|
@@ -4383,7 +4400,7 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
4383
4400
|
(s(!0), n(k, null, $(r.children, (l) => (s(), n("li", {
|
|
4384
4401
|
key: l.name
|
|
4385
4402
|
}, [
|
|
4386
|
-
g(c(
|
|
4403
|
+
g(c(E), {
|
|
4387
4404
|
as: "a",
|
|
4388
4405
|
onClick: (t) => o.$emit("sideBarClick", l.id),
|
|
4389
4406
|
class: h([l.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"])
|
|
@@ -4416,14 +4433,14 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
4416
4433
|
class: "shrink-0"
|
|
4417
4434
|
}, null, 8, ["icon"]),
|
|
4418
4435
|
D(" " + u(r.name), 1)
|
|
4419
|
-
], 10,
|
|
4436
|
+
], 10, Pi))
|
|
4420
4437
|
]))), 128))
|
|
4421
4438
|
])
|
|
4422
4439
|
])
|
|
4423
4440
|
])),
|
|
4424
|
-
o.isFilterNavigation && o.filterNavigation ? (s(), n("ul",
|
|
4425
|
-
e("li",
|
|
4426
|
-
o.filterNavigation.hasSearch && o.filterNavigation.search ? (s(), _(
|
|
4441
|
+
o.isFilterNavigation && o.filterNavigation ? (s(), n("ul", Oi, [
|
|
4442
|
+
e("li", Vi, [
|
|
4443
|
+
o.filterNavigation.hasSearch && o.filterNavigation.search ? (s(), _(J, {
|
|
4427
4444
|
key: 0,
|
|
4428
4445
|
name: o.filterNavigation.search.name,
|
|
4429
4446
|
label: o.filterNavigation.search.label,
|
|
@@ -4436,8 +4453,8 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
4436
4453
|
class: "ml-2",
|
|
4437
4454
|
key: l
|
|
4438
4455
|
}, [
|
|
4439
|
-
e("p",
|
|
4440
|
-
(s(!0), n(k, null, $(r.filters, (t, m) => (s(), _(
|
|
4456
|
+
e("p", Fi, u(r.label), 1),
|
|
4457
|
+
(s(!0), n(k, null, $(r.filters, (t, m) => (s(), _(qe, {
|
|
4441
4458
|
class: "mb-2",
|
|
4442
4459
|
value: t.value,
|
|
4443
4460
|
loading: t.loading
|
|
@@ -4453,14 +4470,14 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
4453
4470
|
]))
|
|
4454
4471
|
]));
|
|
4455
4472
|
}
|
|
4456
|
-
}),
|
|
4473
|
+
}), qi = { class: "fixed inset-0 flex" }, Hi = { class: "absolute left-full top-0 flex w-16 justify-center pt-5" }, Ei = { class: "hidden lg:fixed lg:inset-y-0 lg:z-50 lg:flex lg:w-[25rem] lg:flex-col" }, Ui = { class: "lg:pl-[25rem]" }, Zi = { 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" }, Ji = { class: "flex flex-1 gap-x-4 self-stretch lg:gap-x-6" }, Wi = {
|
|
4457
4474
|
class: "relative flex flex-1",
|
|
4458
4475
|
action: "#",
|
|
4459
4476
|
method: "GET"
|
|
4460
|
-
},
|
|
4477
|
+
}, Gi = { 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" }, Qi = { class: "flex items-center gap-x-4 lg:gap-x-6" }, Ki = {
|
|
4461
4478
|
type: "button",
|
|
4462
4479
|
class: "-m-2.5 p-2.5 text-gray-400 hover:text-gray-500 relative"
|
|
4463
|
-
},
|
|
4480
|
+
}, Xi = { class: "redCircle flex items-center justify-center h-4 w-4 bg-red-500 rounded-full absolute top-1 left-2" }, ed = ["src"], td = { class: "hidden lg:flex lg:items-center" }, sd = ["onClick"], od = { class: "py-7" }, ld = { class: "px-7 lg:px-10" }, rd = /* @__PURE__ */ M({
|
|
4464
4481
|
__name: "uiWrapper",
|
|
4465
4482
|
props: {
|
|
4466
4483
|
topbar: {},
|
|
@@ -4470,17 +4487,17 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
4470
4487
|
setup(p, { emit: i }) {
|
|
4471
4488
|
const o = p, a = Y(""), r = O(() => a.value === "" ? o.topbar.selectItems : o.topbar.selectItems.filter((d) => d.name.toLowerCase().includes(a.value.toLowerCase()))), l = (d) => (d == null ? void 0 : d.name) ?? "", t = O(() => o.topbar.selectedItem), m = Y(!1);
|
|
4472
4489
|
return (d, f) => (s(), n("div", null, [
|
|
4473
|
-
g(c(
|
|
4490
|
+
g(c(be), {
|
|
4474
4491
|
as: "template",
|
|
4475
4492
|
show: m.value
|
|
4476
4493
|
}, {
|
|
4477
4494
|
default: v(() => [
|
|
4478
|
-
g(c(
|
|
4495
|
+
g(c(we), {
|
|
4479
4496
|
class: "relative z-50 lg:hidden",
|
|
4480
4497
|
onClose: f[3] || (f[3] = (y) => m.value = !1)
|
|
4481
4498
|
}, {
|
|
4482
4499
|
default: v(() => [
|
|
4483
|
-
g(c(
|
|
4500
|
+
g(c(W), {
|
|
4484
4501
|
as: "template",
|
|
4485
4502
|
enter: "transition-opacity ease-linear duration-300",
|
|
4486
4503
|
"enter-from": "opacity-0",
|
|
@@ -4494,8 +4511,8 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
4494
4511
|
])),
|
|
4495
4512
|
_: 1
|
|
4496
4513
|
}),
|
|
4497
|
-
e("div",
|
|
4498
|
-
g(c(
|
|
4514
|
+
e("div", qi, [
|
|
4515
|
+
g(c(W), {
|
|
4499
4516
|
as: "template",
|
|
4500
4517
|
enter: "transition ease-in-out duration-300 transform",
|
|
4501
4518
|
"enter-from": "-translate-x-full",
|
|
@@ -4505,9 +4522,9 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
4505
4522
|
"leave-to": "-translate-x-full"
|
|
4506
4523
|
}, {
|
|
4507
4524
|
default: v(() => [
|
|
4508
|
-
g(c(
|
|
4525
|
+
g(c(xe), { class: "relative mr-16 flex w-full max-w-xs flex-1" }, {
|
|
4509
4526
|
default: v(() => [
|
|
4510
|
-
g(c(
|
|
4527
|
+
g(c(W), {
|
|
4511
4528
|
as: "template",
|
|
4512
4529
|
enter: "ease-in-out duration-300",
|
|
4513
4530
|
"enter-from": "opacity-0",
|
|
@@ -4517,14 +4534,14 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
4517
4534
|
"leave-to": "opacity-0"
|
|
4518
4535
|
}, {
|
|
4519
4536
|
default: v(() => [
|
|
4520
|
-
e("div",
|
|
4537
|
+
e("div", Hi, [
|
|
4521
4538
|
e("button", {
|
|
4522
4539
|
type: "button",
|
|
4523
4540
|
class: "-m-2.5 p-2.5",
|
|
4524
4541
|
onClick: f[0] || (f[0] = (y) => m.value = !1)
|
|
4525
4542
|
}, [
|
|
4526
4543
|
f[12] || (f[12] = e("span", { class: "sr-only" }, "Close sidebar", -1)),
|
|
4527
|
-
g(c(
|
|
4544
|
+
g(c(U), {
|
|
4528
4545
|
class: "h-6 w-6 text-white",
|
|
4529
4546
|
"aria-hidden": "true"
|
|
4530
4547
|
})
|
|
@@ -4533,7 +4550,7 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
4533
4550
|
]),
|
|
4534
4551
|
_: 1
|
|
4535
4552
|
}),
|
|
4536
|
-
g(
|
|
4553
|
+
g(Le, {
|
|
4537
4554
|
productsSidebar: d.sidebar.productsSidebar,
|
|
4538
4555
|
isFilterNavigation: d.sidebar.isFilterNavigation,
|
|
4539
4556
|
navigation: d.sidebar.navigation,
|
|
@@ -4556,8 +4573,8 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
4556
4573
|
]),
|
|
4557
4574
|
_: 1
|
|
4558
4575
|
}, 8, ["show"]),
|
|
4559
|
-
e("div",
|
|
4560
|
-
g(
|
|
4576
|
+
e("div", Ei, [
|
|
4577
|
+
g(Le, {
|
|
4561
4578
|
productsSidebar: d.sidebar.productsSidebar,
|
|
4562
4579
|
isFilterNavigation: d.sidebar.isFilterNavigation,
|
|
4563
4580
|
navigation: d.sidebar.navigation,
|
|
@@ -4568,15 +4585,15 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
4568
4585
|
onProductBarClick: f[5] || (f[5] = (y) => d.$emit("productBarClick", y))
|
|
4569
4586
|
}, null, 8, ["productsSidebar", "isFilterNavigation", "navigation", "filterNavigation", "logo"])
|
|
4570
4587
|
]),
|
|
4571
|
-
e("div",
|
|
4572
|
-
e("div",
|
|
4588
|
+
e("div", Ui, [
|
|
4589
|
+
e("div", Zi, [
|
|
4573
4590
|
e("button", {
|
|
4574
4591
|
type: "button",
|
|
4575
4592
|
class: "-m-2.5 p-2.5 text-gray-700 lg:hidden",
|
|
4576
4593
|
onClick: f[6] || (f[6] = (y) => m.value = !0)
|
|
4577
4594
|
}, [
|
|
4578
4595
|
f[13] || (f[13] = e("span", { class: "sr-only" }, "Open sidebar", -1)),
|
|
4579
|
-
g(c(
|
|
4596
|
+
g(c(He), {
|
|
4580
4597
|
class: "h-6 w-6",
|
|
4581
4598
|
"aria-hidden": "true"
|
|
4582
4599
|
})
|
|
@@ -4585,17 +4602,17 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
4585
4602
|
class: "h-6 w-px bg-gray-200 lg:hidden",
|
|
4586
4603
|
"aria-hidden": "true"
|
|
4587
4604
|
}, null, -1)),
|
|
4588
|
-
e("div",
|
|
4589
|
-
e("form",
|
|
4605
|
+
e("div", Ji, [
|
|
4606
|
+
e("form", Wi, [
|
|
4590
4607
|
f[14] || (f[14] = e("label", {
|
|
4591
4608
|
for: "search-field",
|
|
4592
4609
|
class: "sr-only"
|
|
4593
4610
|
}, "Search", -1)),
|
|
4594
|
-
g(c(
|
|
4611
|
+
g(c(St), {
|
|
4595
4612
|
class: "pointer-events-none absolute inset-y-0 left-0 h-full w-5 text-gray-400",
|
|
4596
4613
|
"aria-hidden": "true"
|
|
4597
4614
|
}),
|
|
4598
|
-
g(c(
|
|
4615
|
+
g(c(Pe), {
|
|
4599
4616
|
class: "w-full",
|
|
4600
4617
|
as: "div",
|
|
4601
4618
|
modelValue: t.value,
|
|
@@ -4605,25 +4622,25 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
4605
4622
|
]
|
|
4606
4623
|
}, {
|
|
4607
4624
|
default: v(() => [
|
|
4608
|
-
e("div",
|
|
4609
|
-
g(c(
|
|
4625
|
+
e("div", Gi, [
|
|
4626
|
+
g(c(Oe), {
|
|
4610
4627
|
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",
|
|
4611
4628
|
onChange: f[7] || (f[7] = (y) => a.value = y.target.value),
|
|
4612
4629
|
onBlur: f[8] || (f[8] = (y) => a.value = ""),
|
|
4613
4630
|
displayValue: l
|
|
4614
4631
|
}),
|
|
4615
|
-
g(c(
|
|
4632
|
+
g(c(Ve), { class: "absolute inset-y-0 right-0 flex items-center rounded-r-md px-2 focus:outline-none" }, {
|
|
4616
4633
|
default: v(() => [
|
|
4617
|
-
g(c(
|
|
4634
|
+
g(c(pe), { class: "h-5 w-5 text-gray-400" })
|
|
4618
4635
|
]),
|
|
4619
4636
|
_: 1
|
|
4620
4637
|
}),
|
|
4621
|
-
r.value.length > 0 ? (s(), _(c(
|
|
4638
|
+
r.value.length > 0 ? (s(), _(c(Fe), {
|
|
4622
4639
|
key: 0,
|
|
4623
4640
|
class: "absolute z-10 mt-1 max-h-60 w-full overflow-auto rounded-md bg-white py-1 text-base shadow-lg ring-1 ring-black ring-opacity-5 focus:outline-none sm:text-sm"
|
|
4624
4641
|
}, {
|
|
4625
4642
|
default: v(() => [
|
|
4626
|
-
(s(!0), n(k, null, $(r.value, (y) => (s(), _(c(
|
|
4643
|
+
(s(!0), n(k, null, $(r.value, (y) => (s(), _(c(Ie), {
|
|
4627
4644
|
key: y.id,
|
|
4628
4645
|
value: y,
|
|
4629
4646
|
as: "template"
|
|
@@ -4639,7 +4656,7 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
4639
4656
|
key: 0,
|
|
4640
4657
|
class: h(["absolute inset-y-0 left-0 flex items-center pl-1.5", w ? "text-white" : "text-indigo-600"])
|
|
4641
4658
|
}, [
|
|
4642
|
-
g(c(
|
|
4659
|
+
g(c(ue), { class: "h-5 w-5" })
|
|
4643
4660
|
], 2)) : b("", !0)
|
|
4644
4661
|
], 2)
|
|
4645
4662
|
]),
|
|
@@ -4653,15 +4670,15 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
4653
4670
|
_: 1
|
|
4654
4671
|
}, 8, ["modelValue"])
|
|
4655
4672
|
]),
|
|
4656
|
-
e("div",
|
|
4657
|
-
e("button",
|
|
4673
|
+
e("div", Qi, [
|
|
4674
|
+
e("button", Ki, [
|
|
4658
4675
|
f[16] || (f[16] = e("span", { class: "sr-only" }, "View notifications", -1)),
|
|
4659
|
-
C(e("div",
|
|
4676
|
+
C(e("div", Xi, f[15] || (f[15] = [
|
|
4660
4677
|
e("span", { class: "animate-ping absolute inline-flex h-4 w-4 bg-red-500 rounded-full opacity-75" }, null, -1)
|
|
4661
4678
|
]), 512), [
|
|
4662
4679
|
[S, d.topbar.alerted]
|
|
4663
4680
|
]),
|
|
4664
|
-
g(c(
|
|
4681
|
+
g(c(xt), {
|
|
4665
4682
|
class: "h-6 w-6",
|
|
4666
4683
|
"aria-hidden": "true"
|
|
4667
4684
|
})
|
|
@@ -4670,21 +4687,21 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
4670
4687
|
class: "hidden lg:block lg:h-6 lg:w-px lg:bg-gray-200",
|
|
4671
4688
|
"aria-hidden": "true"
|
|
4672
4689
|
}, null, -1)),
|
|
4673
|
-
g(c(
|
|
4690
|
+
g(c(fe), {
|
|
4674
4691
|
as: "div",
|
|
4675
4692
|
class: "relative"
|
|
4676
4693
|
}, {
|
|
4677
4694
|
default: v(() => [
|
|
4678
|
-
g(c(
|
|
4695
|
+
g(c(ye), { class: "-m-1.5 flex items-center p-1.5" }, {
|
|
4679
4696
|
default: v(() => [
|
|
4680
4697
|
f[17] || (f[17] = e("span", { class: "sr-only" }, "Open user menu", -1)),
|
|
4681
4698
|
e("img", {
|
|
4682
4699
|
class: "h-8 w-8 rounded-full bg-gray-50",
|
|
4683
4700
|
src: d.topbar.accountLogo,
|
|
4684
4701
|
alt: ""
|
|
4685
|
-
}, null, 8,
|
|
4686
|
-
e("span",
|
|
4687
|
-
g(c(
|
|
4702
|
+
}, null, 8, ed),
|
|
4703
|
+
e("span", td, [
|
|
4704
|
+
g(c(ie), {
|
|
4688
4705
|
class: "ml-2 h-5 w-5 text-gray-400",
|
|
4689
4706
|
"aria-hidden": "true"
|
|
4690
4707
|
})
|
|
@@ -4692,7 +4709,7 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
4692
4709
|
]),
|
|
4693
4710
|
_: 1
|
|
4694
4711
|
}),
|
|
4695
|
-
g(
|
|
4712
|
+
g(de, {
|
|
4696
4713
|
"enter-active-class": "transition ease-out duration-100",
|
|
4697
4714
|
"enter-from-class": "transform opacity-0 scale-95",
|
|
4698
4715
|
"enter-to-class": "transform opacity-100 scale-100",
|
|
@@ -4701,16 +4718,16 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
4701
4718
|
"leave-to-class": "transform opacity-0 scale-95"
|
|
4702
4719
|
}, {
|
|
4703
4720
|
default: v(() => [
|
|
4704
|
-
g(c(
|
|
4721
|
+
g(c(he), { 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" }, {
|
|
4705
4722
|
default: v(() => [
|
|
4706
|
-
(s(!0), n(k, null, $(d.topbar.profileMenu, (y) => (s(), _(c(
|
|
4723
|
+
(s(!0), n(k, null, $(d.topbar.profileMenu, (y) => (s(), _(c(ve), {
|
|
4707
4724
|
key: y.name
|
|
4708
4725
|
}, {
|
|
4709
4726
|
default: v(({ active: w }) => [
|
|
4710
4727
|
e("a", {
|
|
4711
4728
|
onClick: (B) => d.$emit("topBarClick", y.id),
|
|
4712
4729
|
class: h([w ? "bg-gray-50" : "", "block px-3 py-1 text-sm leading-6 text-gray-900"])
|
|
4713
|
-
}, u(y.name), 11,
|
|
4730
|
+
}, u(y.name), 11, sd)
|
|
4714
4731
|
]),
|
|
4715
4732
|
_: 2
|
|
4716
4733
|
}, 1024))), 128))
|
|
@@ -4726,15 +4743,15 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
4726
4743
|
])
|
|
4727
4744
|
])
|
|
4728
4745
|
]),
|
|
4729
|
-
e("main",
|
|
4730
|
-
e("div",
|
|
4746
|
+
e("main", od, [
|
|
4747
|
+
e("div", ld, [
|
|
4731
4748
|
I(d.$slots, "default")
|
|
4732
4749
|
])
|
|
4733
4750
|
])
|
|
4734
4751
|
])
|
|
4735
4752
|
]));
|
|
4736
4753
|
}
|
|
4737
|
-
}),
|
|
4754
|
+
}), nd = /* @__PURE__ */ M({
|
|
4738
4755
|
__name: "uiDynamicStats",
|
|
4739
4756
|
props: {
|
|
4740
4757
|
dynamicStats: {},
|
|
@@ -4742,107 +4759,107 @@ const Pl = /* @__PURE__ */ te(Nl, [["render", Yl]]), Ol = /* @__PURE__ */ M({
|
|
|
4742
4759
|
},
|
|
4743
4760
|
setup(p) {
|
|
4744
4761
|
const i = p, o = () => i.dynamicStats.length <= 5 ? `lg:grid-cols-${i.dynamicStats.length}` : `lg:grid-cols-${Math.floor(i.dynamicStats.length / 2)} xl:grid-cols-${i.dynamicStats.length}`, a = Y(0), r = Y(o());
|
|
4745
|
-
return
|
|
4762
|
+
return tt(() => a.value += 1), (l, t) => (s(), n("div", {
|
|
4746
4763
|
class: h([r.value, "grid grid-cols-1 md:grid-cols-2 gap-4"]),
|
|
4747
4764
|
key: a.value
|
|
4748
4765
|
}, [
|
|
4749
|
-
(s(!0), n(k, null, $(l.dynamicStats, (m, d) => (s(), _(
|
|
4766
|
+
(s(!0), n(k, null, $(l.dynamicStats, (m, d) => (s(), _(Ge, {
|
|
4750
4767
|
key: d,
|
|
4751
4768
|
item: m,
|
|
4752
4769
|
loading: l.loading
|
|
4753
4770
|
}, null, 8, ["item", "loading"]))), 128))
|
|
4754
4771
|
], 2));
|
|
4755
4772
|
}
|
|
4756
|
-
}),
|
|
4773
|
+
}), Ne = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
4757
4774
|
__proto__: null,
|
|
4758
|
-
uiAlert:
|
|
4759
|
-
uiBreadcrumbs:
|
|
4775
|
+
uiAlert: js,
|
|
4776
|
+
uiBreadcrumbs: Ps,
|
|
4760
4777
|
uiButton: G,
|
|
4761
|
-
uiCard:
|
|
4762
|
-
uiChart:
|
|
4763
|
-
uiCheckbox:
|
|
4764
|
-
uiCircleChart:
|
|
4765
|
-
uiDateRange:
|
|
4766
|
-
uiDeviceStatus:
|
|
4767
|
-
uiDragAndDrop:
|
|
4768
|
-
uiDropdown:
|
|
4769
|
-
uiDynamicStats:
|
|
4770
|
-
uiFilter:
|
|
4771
|
-
uiFooter:
|
|
4772
|
-
uiFunnelChartV2:
|
|
4773
|
-
uiGallery:
|
|
4778
|
+
uiCard: Hs,
|
|
4779
|
+
uiChart: Zl,
|
|
4780
|
+
uiCheckbox: qe,
|
|
4781
|
+
uiCircleChart: ni,
|
|
4782
|
+
uiDateRange: di,
|
|
4783
|
+
uiDeviceStatus: Mi,
|
|
4784
|
+
uiDragAndDrop: ei,
|
|
4785
|
+
uiDropdown: Ce,
|
|
4786
|
+
uiDynamicStats: nd,
|
|
4787
|
+
uiFilter: Es,
|
|
4788
|
+
uiFooter: Ql,
|
|
4789
|
+
uiFunnelChartV2: xa,
|
|
4790
|
+
uiGallery: Ua,
|
|
4774
4791
|
uiIcon: j,
|
|
4775
|
-
uiInput:
|
|
4776
|
-
uiInputFile:
|
|
4777
|
-
uiLoadingScreen:
|
|
4778
|
-
uiModal:
|
|
4779
|
-
uiNoResults:
|
|
4780
|
-
uiNotification:
|
|
4781
|
-
uiPagination:
|
|
4782
|
-
uiPriceCalendar:
|
|
4783
|
-
uiRangeSlider:
|
|
4784
|
-
uiRightSidebar:
|
|
4785
|
-
uiSectionTitle:
|
|
4786
|
-
uiSelect:
|
|
4787
|
-
uiSidebar:
|
|
4788
|
-
uiStats:
|
|
4789
|
-
uiStripedCard:
|
|
4790
|
-
uiTable:
|
|
4791
|
-
uiTabs:
|
|
4792
|
+
uiInput: J,
|
|
4793
|
+
uiInputFile: os,
|
|
4794
|
+
uiLoadingScreen: Kl,
|
|
4795
|
+
uiModal: Je,
|
|
4796
|
+
uiNoResults: Ca,
|
|
4797
|
+
uiNotification: uo,
|
|
4798
|
+
uiPagination: gr,
|
|
4799
|
+
uiPriceCalendar: Nl,
|
|
4800
|
+
uiRangeSlider: mi,
|
|
4801
|
+
uiRightSidebar: Ya,
|
|
4802
|
+
uiSectionTitle: yi,
|
|
4803
|
+
uiSelect: is,
|
|
4804
|
+
uiSidebar: Cr,
|
|
4805
|
+
uiStats: Ge,
|
|
4806
|
+
uiStripedCard: Zr,
|
|
4807
|
+
uiTable: hn,
|
|
4808
|
+
uiTabs: $n,
|
|
4792
4809
|
uiTag: R,
|
|
4793
|
-
uiTaskList:
|
|
4794
|
-
uiTextArea:
|
|
4795
|
-
uiTimeline:
|
|
4796
|
-
uiToggle:
|
|
4797
|
-
uiTopbar:
|
|
4798
|
-
uiWrapper:
|
|
4810
|
+
uiTaskList: xo,
|
|
4811
|
+
uiTextArea: ys,
|
|
4812
|
+
uiTimeline: Un,
|
|
4813
|
+
uiToggle: ws,
|
|
4814
|
+
uiTopbar: ma,
|
|
4815
|
+
uiWrapper: rd
|
|
4799
4816
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
4800
|
-
function
|
|
4801
|
-
for (const i in
|
|
4802
|
-
p.component(i,
|
|
4817
|
+
function ad(p) {
|
|
4818
|
+
for (const i in Ne)
|
|
4819
|
+
p.component(i, Ne[i]);
|
|
4803
4820
|
}
|
|
4804
|
-
const
|
|
4821
|
+
const fd = { install: ad };
|
|
4805
4822
|
export {
|
|
4806
|
-
|
|
4807
|
-
|
|
4808
|
-
|
|
4823
|
+
fd as default,
|
|
4824
|
+
js as uiAlert,
|
|
4825
|
+
Ps as uiBreadcrumbs,
|
|
4809
4826
|
G as uiButton,
|
|
4810
|
-
|
|
4811
|
-
|
|
4812
|
-
|
|
4813
|
-
|
|
4814
|
-
|
|
4815
|
-
|
|
4816
|
-
|
|
4817
|
-
|
|
4818
|
-
|
|
4819
|
-
|
|
4820
|
-
|
|
4821
|
-
|
|
4822
|
-
|
|
4827
|
+
Hs as uiCard,
|
|
4828
|
+
Zl as uiChart,
|
|
4829
|
+
qe as uiCheckbox,
|
|
4830
|
+
ni as uiCircleChart,
|
|
4831
|
+
di as uiDateRange,
|
|
4832
|
+
Mi as uiDeviceStatus,
|
|
4833
|
+
ei as uiDragAndDrop,
|
|
4834
|
+
Ce as uiDropdown,
|
|
4835
|
+
nd as uiDynamicStats,
|
|
4836
|
+
Es as uiFilter,
|
|
4837
|
+
Ql as uiFooter,
|
|
4838
|
+
xa as uiFunnelChartV2,
|
|
4839
|
+
Ua as uiGallery,
|
|
4823
4840
|
j as uiIcon,
|
|
4824
|
-
|
|
4825
|
-
|
|
4826
|
-
|
|
4827
|
-
|
|
4828
|
-
|
|
4829
|
-
|
|
4830
|
-
|
|
4831
|
-
|
|
4832
|
-
|
|
4833
|
-
|
|
4834
|
-
|
|
4835
|
-
|
|
4836
|
-
|
|
4837
|
-
|
|
4838
|
-
|
|
4839
|
-
|
|
4840
|
-
|
|
4841
|
+
J as uiInput,
|
|
4842
|
+
os as uiInputFile,
|
|
4843
|
+
Kl as uiLoadingScreen,
|
|
4844
|
+
Je as uiModal,
|
|
4845
|
+
Ca as uiNoResults,
|
|
4846
|
+
uo as uiNotification,
|
|
4847
|
+
gr as uiPagination,
|
|
4848
|
+
Nl as uiPriceCalendar,
|
|
4849
|
+
mi as uiRangeSlider,
|
|
4850
|
+
Ya as uiRightSidebar,
|
|
4851
|
+
yi as uiSectionTitle,
|
|
4852
|
+
is as uiSelect,
|
|
4853
|
+
Cr as uiSidebar,
|
|
4854
|
+
Ge as uiStats,
|
|
4855
|
+
Zr as uiStripedCard,
|
|
4856
|
+
hn as uiTable,
|
|
4857
|
+
$n as uiTabs,
|
|
4841
4858
|
R as uiTag,
|
|
4842
|
-
|
|
4843
|
-
|
|
4844
|
-
|
|
4845
|
-
|
|
4846
|
-
|
|
4847
|
-
|
|
4859
|
+
xo as uiTaskList,
|
|
4860
|
+
ys as uiTextArea,
|
|
4861
|
+
Un as uiTimeline,
|
|
4862
|
+
ws as uiToggle,
|
|
4863
|
+
ma as uiTopbar,
|
|
4864
|
+
rd as uiWrapper
|
|
4848
4865
|
};
|