@hotelinking/ui 16.49.24 → 17.49.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ui.cjs +1 -1
- package/dist/ui.css +1 -1
- package/dist/ui.es.js +194 -194
- package/package.json +5 -5
package/dist/ui.es.js
CHANGED
|
@@ -38,7 +38,7 @@ const P = /* @__PURE__ */ T({
|
|
|
38
38
|
})
|
|
39
39
|
}, null, 8, ["class"]));
|
|
40
40
|
}
|
|
41
|
-
}), Tl = ["disabled"], Dl = "group inline-flex items-center border border-transparent font-medium focus:outline-
|
|
41
|
+
}), Tl = ["disabled"], Dl = "group inline-flex items-center border border-transparent font-medium focus:outline-hidden focus:ring-2 focus:ring-offset-2 disabled:opacity-25 text-nowrap", U = /* @__PURE__ */ T({
|
|
42
42
|
__name: "uiButton",
|
|
43
43
|
props: {
|
|
44
44
|
block: { type: Boolean },
|
|
@@ -50,20 +50,20 @@ const P = /* @__PURE__ */ T({
|
|
|
50
50
|
},
|
|
51
51
|
setup(e) {
|
|
52
52
|
const g = e, i = {
|
|
53
|
-
primary: "bg-black hover:bg-lime-400 group-hover:text-black text-white shadow-
|
|
54
|
-
secondary: "bg-lime-400 hover:bg-black hover:text-white shadow-
|
|
55
|
-
red: "bg-red-600 hover:bg-red-900 text-white shadow-
|
|
56
|
-
yellow: "bg-yellow-400 hover:bg-yellow-600 text-white shadow-
|
|
57
|
-
green: "bg-green-600 hover:bg-green-900 text-white shadow-
|
|
53
|
+
primary: "bg-black hover:bg-lime-400 group-hover:text-black text-white shadow-xs",
|
|
54
|
+
secondary: "bg-lime-400 hover:bg-black hover:text-white shadow-xs group:text-black",
|
|
55
|
+
red: "bg-red-600 hover:bg-red-900 text-white shadow-xs",
|
|
56
|
+
yellow: "bg-yellow-400 hover:bg-yellow-600 text-white shadow-xs",
|
|
57
|
+
green: "bg-green-600 hover:bg-green-900 text-white shadow-xs"
|
|
58
58
|
}, o = {
|
|
59
|
-
small: "px-2.5 py-1.5 text-xs rounded leading-none",
|
|
59
|
+
small: "px-2.5 py-1.5 text-xs rounded-sm leading-none",
|
|
60
60
|
medium: "px-4 py-2 text-sm rounded-md",
|
|
61
61
|
big: "px-6 py-3 text-base rounded-md"
|
|
62
62
|
}, n = A(() => {
|
|
63
63
|
const a = [Dl];
|
|
64
64
|
return g.color && i[g.color] && a.push(i[g.color]), g.size && o[g.size] && a.push(o[g.size]), g.block && a.push("w-full flex items-center justify-center"), a.join(" ");
|
|
65
65
|
}), r = A(() => [
|
|
66
|
-
"animate-pulse px-4 py-2.5 text-sm rounded-md inline-flex items-center border border-transparent font-medium shadow-
|
|
66
|
+
"animate-pulse px-4 py-2.5 text-sm rounded-md inline-flex items-center border border-transparent font-medium shadow-xs text-white focus:outline-hidden focus:ring-2 focus:ring-offset-2 disabled:opacity-25 bg-gray-200"
|
|
67
67
|
].join(" "));
|
|
68
68
|
return (a, d) => e.loading ? (l(), s("button", {
|
|
69
69
|
key: 1,
|
|
@@ -117,7 +117,7 @@ const P = /* @__PURE__ */ T({
|
|
|
117
117
|
return Z(() => o.check, (a) => {
|
|
118
118
|
a && (n.value = a);
|
|
119
119
|
}), (a, d) => e.loading ? (l(), s("div", Il, [...d[1] || (d[1] = [
|
|
120
|
-
t("div", { class: "w-5 h-5 rounded bg-gray-200" }, null, -1),
|
|
120
|
+
t("div", { class: "w-5 h-5 rounded-sm bg-gray-200" }, null, -1),
|
|
121
121
|
t("div", { class: "ml-3 h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-28" }, null, -1)
|
|
122
122
|
])])) : (l(), s("div", Ll, [
|
|
123
123
|
t("div", Pl, [
|
|
@@ -125,7 +125,7 @@ const P = /* @__PURE__ */ T({
|
|
|
125
125
|
checked: e.check,
|
|
126
126
|
value: e.value,
|
|
127
127
|
disabled: e.disabled,
|
|
128
|
-
class: "focus:ring-black h-4 w-4 text-black border-gray-300 rounded disabled:opacity-25",
|
|
128
|
+
class: "focus:ring-black h-4 w-4 text-black border-gray-300 rounded-sm disabled:opacity-25",
|
|
129
129
|
type: "checkbox",
|
|
130
130
|
onChange: d[0] || (d[0] = (c) => r())
|
|
131
131
|
}, null, 40, Fl)
|
|
@@ -752,7 +752,7 @@ const ts = {
|
|
|
752
752
|
e.label ? (l(), s("label", ts, u(e.label), 1)) : b("", !0),
|
|
753
753
|
e.requiredText ? (l(), s("span", ls, u(e.requiredText), 1)) : b("", !0)
|
|
754
754
|
], 2),
|
|
755
|
-
m(f(We), { class: "text-black inline-flex justify-between w-full rounded-md border border-gray-300 shadow-
|
|
755
|
+
m(f(We), { class: "text-black inline-flex justify-between w-full rounded-md border border-gray-300 shadow-xs px-4 py-2 bg-white text-sm font-medium hover:bg-gray-50 focus:outline-hidden focus:ring-2 focus:ring-offset-2 focus:ring-offset-gray-100 focus:ring-black" }, {
|
|
756
756
|
default: y(() => [
|
|
757
757
|
B(u(n.value) + " ", 1),
|
|
758
758
|
e.verticalPosition === "bottom" ? (l(), w(f(oe), {
|
|
@@ -785,7 +785,7 @@ const ts = {
|
|
|
785
785
|
"left-0": e.position === "left",
|
|
786
786
|
"bottom-10 mb-1.5 shadow-[0_-4px_10px_rgba(0,0,0,.1)] ": e.verticalPosition === "top",
|
|
787
787
|
"mt-2 shadow-lg": e.verticalPosition === "bottom"
|
|
788
|
-
}, "origin-top-right absolute w-56 rounded-md bg-white ring-1 ring-black
|
|
788
|
+
}, "origin-top-right absolute w-56 rounded-md bg-white ring-1 ring-black/5 focus:outline-hidden z-20"])
|
|
789
789
|
}, {
|
|
790
790
|
default: y(() => [
|
|
791
791
|
t("div", ss, [
|
|
@@ -889,7 +889,7 @@ const ts = {
|
|
|
889
889
|
"rounded-l-none": e.addOn,
|
|
890
890
|
"rounded-l-md": e.rightAddOn,
|
|
891
891
|
"rounded-r-none": e.rightAddOn
|
|
892
|
-
}, "shadow-
|
|
892
|
+
}, "shadow-xs focus:ring-lime-400 focus:border-lime-400 disabled:border-gray-300 w-full sm:text-sm placeholder-gray-300"]),
|
|
893
893
|
disabled: e.disabled,
|
|
894
894
|
name: e.name,
|
|
895
895
|
placeholder: e.placeholder,
|
|
@@ -1019,7 +1019,7 @@ const ts = {
|
|
|
1019
1019
|
t("div", xs, [
|
|
1020
1020
|
t("label", {
|
|
1021
1021
|
for: e.id,
|
|
1022
|
-
class: "relative cursor-pointer rounded-md font-medium text-black underline hover:text-lime-400 focus-within:outline-
|
|
1022
|
+
class: "relative cursor-pointer rounded-md font-medium text-black underline hover:text-lime-400 focus-within:outline-hidden focus-within:ring-2 focus-within:ring-lime-400 focus-within:ring-offset-2"
|
|
1023
1023
|
}, [
|
|
1024
1024
|
t("span", null, u(e.placeholder), 1),
|
|
1025
1025
|
t("input", {
|
|
@@ -1035,7 +1035,7 @@ const ts = {
|
|
|
1035
1035
|
t("p", ks, u(e.dragAndDrop), 1)
|
|
1036
1036
|
]),
|
|
1037
1037
|
t("p", $s, u(e.fileTypesAndSizes), 1),
|
|
1038
|
-
L(t("p", { class: "font-bold text-xs uppercase block p-2 bg-lime-50 rounded" }, u(f(i)), 513), [
|
|
1038
|
+
L(t("p", { class: "font-bold text-xs uppercase block p-2 bg-lime-50 rounded-sm" }, u(f(i)), 513), [
|
|
1039
1039
|
[O, f(i) !== null]
|
|
1040
1040
|
])
|
|
1041
1041
|
])
|
|
@@ -1129,9 +1129,9 @@ const ts = {
|
|
|
1129
1129
|
"text-red-600": e.color === "red",
|
|
1130
1130
|
"text-yellow-400": e.color === "yellow",
|
|
1131
1131
|
"text-green-600": e.color === "green"
|
|
1132
|
-
}, "w-full rounded-md border py-2 pl-3 pr-10 shadow-
|
|
1132
|
+
}, "w-full rounded-md border py-2 pl-3 pr-10 shadow-xs focus:border-indigo-500 focus:outline-hidden focus:ring-1 focus:ring-indigo-500 sm:text-sm"])
|
|
1133
1133
|
}, null, 8, ["class"]),
|
|
1134
|
-
m(f(wt), { class: "absolute inset-y-0 right-0 flex items-center rounded-r-md px-2 focus:outline-
|
|
1134
|
+
m(f(wt), { class: "absolute inset-y-0 right-0 flex items-center rounded-r-md px-2 focus:outline-hidden" }, {
|
|
1135
1135
|
default: y(() => [
|
|
1136
1136
|
m(f(He), {
|
|
1137
1137
|
"aria-hidden": "true",
|
|
@@ -1142,7 +1142,7 @@ const ts = {
|
|
|
1142
1142
|
}),
|
|
1143
1143
|
a.value.length > 0 ? (l(), w(f(kt), {
|
|
1144
1144
|
key: 0,
|
|
1145
|
-
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
|
|
1145
|
+
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/5 focus:outline-hidden sm:text-sm"
|
|
1146
1146
|
}, {
|
|
1147
1147
|
default: y(() => [
|
|
1148
1148
|
(l(!0), s(k, null, S(a.value, (N) => (l(), w(f($t), {
|
|
@@ -1278,7 +1278,7 @@ const Ds = { class: "flex justify-between" }, Ls = {
|
|
|
1278
1278
|
disabled: e.disabled,
|
|
1279
1279
|
class: x([{
|
|
1280
1280
|
// Estilos condicionales basados en props
|
|
1281
|
-
"
|
|
1281
|
+
"border-transparent! shadow-none!": e.isWrapped,
|
|
1282
1282
|
// Sin borde si está envuelto
|
|
1283
1283
|
// Colores de borde según la prop color
|
|
1284
1284
|
"border-gray-300": e.color === "gray",
|
|
@@ -1295,14 +1295,14 @@ const Ds = { class: "flex justify-between" }, Ls = {
|
|
|
1295
1295
|
"text-red-600": e.color === "red",
|
|
1296
1296
|
"text-yellow-400": e.color === "yellow",
|
|
1297
1297
|
"text-green-600": e.color === "green"
|
|
1298
|
-
}, "w-full rounded-md border py-2 pl-3 pr-10 shadow-
|
|
1298
|
+
}, "w-full rounded-md border py-2 pl-3 pr-10 shadow-xs focus:border-lime-400 focus:outline-hidden focus:ring-1 focus:ring-lime-400 sm:text-sm"]),
|
|
1299
1299
|
onChange: v[0] || (v[0] = (p) => n.value = p.target.value),
|
|
1300
1300
|
onBlur: v[1] || (v[1] = (p) => n.value = ""),
|
|
1301
1301
|
"display-value": (p) => p.label || p.name
|
|
1302
1302
|
}, null, 8, ["disabled", "class", "display-value"]),
|
|
1303
1303
|
m(f(wt), {
|
|
1304
1304
|
disabled: e.disabled,
|
|
1305
|
-
class: "h-full absolute inset-y-0 right-0 flex items-center rounded-r-md px-2 focus:outline-
|
|
1305
|
+
class: "h-full absolute inset-y-0 right-0 flex items-center rounded-r-md px-2 focus:outline-hidden"
|
|
1306
1306
|
}, {
|
|
1307
1307
|
default: y(() => [
|
|
1308
1308
|
m(f(Ts), {
|
|
@@ -1314,7 +1314,7 @@ const Ds = { class: "flex justify-between" }, Ls = {
|
|
|
1314
1314
|
}, 8, ["disabled"]),
|
|
1315
1315
|
a.value.length > 0 ? (l(), w(f(kt), {
|
|
1316
1316
|
key: 0,
|
|
1317
|
-
class: "absolute z-10 max-h-60 w-full overflow-auto rounded-md bg-white py-1 text-base shadow-lg ring-1 ring-black/5 focus:outline-
|
|
1317
|
+
class: "absolute z-10 max-h-60 w-full overflow-auto rounded-md bg-white py-1 text-base shadow-lg ring-1 ring-black/5 focus:outline-hidden sm:text-sm"
|
|
1318
1318
|
}, {
|
|
1319
1319
|
default: y(() => [
|
|
1320
1320
|
(l(!0), s(k, null, S(a.value, (p) => (l(), w(f($t), {
|
|
@@ -1323,7 +1323,7 @@ const Ds = { class: "flex justify-between" }, Ls = {
|
|
|
1323
1323
|
}, {
|
|
1324
1324
|
default: y(({ active: C, selected: N }) => [
|
|
1325
1325
|
t("li", {
|
|
1326
|
-
class: x(["relative cursor-default select-none py-2 pl-3 pr-9", C ? "bg-lime-400 outline-
|
|
1326
|
+
class: x(["relative cursor-default select-none py-2 pl-3 pr-9", C ? "bg-lime-400 outline-hidden" : "text-gray-900"])
|
|
1327
1327
|
}, [
|
|
1328
1328
|
t("span", {
|
|
1329
1329
|
class: x(["block truncate", N && "font-semibold"])
|
|
@@ -1362,7 +1362,7 @@ const Ds = { class: "flex justify-between" }, Ls = {
|
|
|
1362
1362
|
}
|
|
1363
1363
|
}), Ps = {
|
|
1364
1364
|
key: 1,
|
|
1365
|
-
class: "inline-flex items-center px-3 py-2.5 rounded text-xs font-medium leading-none animate-pulse bg-gray-200"
|
|
1365
|
+
class: "inline-flex items-center px-3 py-2.5 rounded-sm text-xs font-medium leading-none animate-pulse bg-gray-200"
|
|
1366
1366
|
}, J = /* @__PURE__ */ T({
|
|
1367
1367
|
__name: "uiTag",
|
|
1368
1368
|
props: {
|
|
@@ -1396,7 +1396,7 @@ const Ds = { class: "flex justify-between" }, Ls = {
|
|
|
1396
1396
|
"px-3 py-2": e.size === "medium",
|
|
1397
1397
|
"px-2 pt-1 pb-0.5": e.size === "small",
|
|
1398
1398
|
"px-4 py-3": e.size === "big"
|
|
1399
|
-
}, "inline-flex items-center rounded text-xs font-medium leading-none"])
|
|
1399
|
+
}, "inline-flex items-center rounded-sm text-xs font-medium leading-none"])
|
|
1400
1400
|
}, [
|
|
1401
1401
|
G(r.$slots, "default")
|
|
1402
1402
|
], 2));
|
|
@@ -1447,7 +1447,7 @@ const Ds = { class: "flex justify-between" }, Ls = {
|
|
|
1447
1447
|
rows: "4",
|
|
1448
1448
|
"onUpdate:modelValue": d[0] || (d[0] = (c) => r.value = c),
|
|
1449
1449
|
placeholder: e.placeholder,
|
|
1450
|
-
class: x(["shadow-
|
|
1450
|
+
class: x(["shadow-xs focus:ring-lime-400 focus:border-lime-400 block w-full sm:text-sm rounded-md", {
|
|
1451
1451
|
"border-gray-300": e.color === "gray",
|
|
1452
1452
|
"border-black": e.color === "black",
|
|
1453
1453
|
"border-red-600": e.color === "red",
|
|
@@ -1519,8 +1519,8 @@ const Ds = { class: "flex justify-between" }, Ls = {
|
|
|
1519
1519
|
"onUpdate:modelValue": r[1] || (r[1] = (a) => o.value = a),
|
|
1520
1520
|
class: x([
|
|
1521
1521
|
o.value ? "bg-lime-400" : "bg-black",
|
|
1522
|
-
e.disabled ? "
|
|
1523
|
-
"relative inline-flex h-6 w-11
|
|
1522
|
+
e.disabled ? "bg-gray-100!" : "",
|
|
1523
|
+
"relative inline-flex h-6 w-11 shrink-0 cursor-pointer rounded-full border-2 border-transparent transition-colors duration-200 ease-in-out focus:outline-hidden focus:ring-2 focus:ring-lime-400 focus:ring-offset-2"
|
|
1524
1524
|
])
|
|
1525
1525
|
}, {
|
|
1526
1526
|
default: y(() => [
|
|
@@ -1529,7 +1529,7 @@ const Ds = { class: "flex justify-between" }, Ls = {
|
|
|
1529
1529
|
class: x([
|
|
1530
1530
|
o.value ? "translate-x-5" : "translate-x-0",
|
|
1531
1531
|
e.disabled ? "bg-gray-300" : "",
|
|
1532
|
-
"pointer-events-none inline-block h-5 w-5 transform rounded-full bg-white shadow ring-0 transition duration-200 ease-in-out"
|
|
1532
|
+
"pointer-events-none inline-block h-5 w-5 transform rounded-full bg-white shadow-sm ring-0 transition duration-200 ease-in-out"
|
|
1533
1533
|
])
|
|
1534
1534
|
}, null, 2)
|
|
1535
1535
|
]),
|
|
@@ -1589,14 +1589,14 @@ const Ds = { class: "flex justify-between" }, Ls = {
|
|
|
1589
1589
|
class: "flex flex-row items-center justify-center text-black hover:text-lime-400 underline font-bold cursor-pointer"
|
|
1590
1590
|
}, [
|
|
1591
1591
|
m(f(Ql), {
|
|
1592
|
-
class: "
|
|
1592
|
+
class: "shrink-0 h-3 w-3 text-gray-400 mr-4",
|
|
1593
1593
|
"aria-hidden": "true"
|
|
1594
1594
|
}),
|
|
1595
1595
|
t("span", null, u(n.name), 1)
|
|
1596
1596
|
], 8, Gs)
|
|
1597
1597
|
])) : (l(), s("div", Js, [
|
|
1598
1598
|
m(f($e), {
|
|
1599
|
-
class: "
|
|
1599
|
+
class: "shrink-0 h-3 w-3 text-gray-400",
|
|
1600
1600
|
"aria-hidden": "true"
|
|
1601
1601
|
}),
|
|
1602
1602
|
t("span", {
|
|
@@ -1680,7 +1680,7 @@ const Ds = { class: "flex justify-between" }, Ls = {
|
|
|
1680
1680
|
}), un = {
|
|
1681
1681
|
key: 0,
|
|
1682
1682
|
class: "flex flex-col"
|
|
1683
|
-
}, gn = { class: "flex" }, mn = { class: "
|
|
1683
|
+
}, gn = { class: "flex" }, mn = { class: "shrink-0" }, fn = { class: "ml-3" }, hn = { class: "mt-4" }, yn = { class: "-my-1.5 -mx-2 gap-x-2 flex" }, bn = ["onClick"], vn = {
|
|
1684
1684
|
key: 1,
|
|
1685
1685
|
class: "flex flex-col animate-pulse"
|
|
1686
1686
|
}, xn = /* @__PURE__ */ T({
|
|
@@ -1697,7 +1697,7 @@ const Ds = { class: "flex justify-between" }, Ls = {
|
|
|
1697
1697
|
i("alertEvent", n.event);
|
|
1698
1698
|
};
|
|
1699
1699
|
return (n, r) => e.loading ? (l(), s("div", vn, [...r[0] || (r[0] = [
|
|
1700
|
-
ee('<div class="p-4 border-l-4 bg-gray-100 border-gray-400 rounded"><div class="flex"><div class="
|
|
1700
|
+
ee('<div class="p-4 border-l-4 bg-gray-100 border-gray-400 rounded-sm"><div class="flex"><div class="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)
|
|
1701
1701
|
])])) : (l(), s("div", un, [
|
|
1702
1702
|
t("div", {
|
|
1703
1703
|
class: x([{
|
|
@@ -1705,7 +1705,7 @@ const Ds = { class: "flex justify-between" }, Ls = {
|
|
|
1705
1705
|
"bg-red-50 border-red-600": e.type === "danger",
|
|
1706
1706
|
"bg-yellow-50 border-yellow-400": e.type === "warning",
|
|
1707
1707
|
"bg-green-50 border-green-600": e.type === "success"
|
|
1708
|
-
}, "p-4 border-l-4 rounded"])
|
|
1708
|
+
}, "p-4 border-l-4 rounded-sm"])
|
|
1709
1709
|
}, [
|
|
1710
1710
|
t("div", gn, [
|
|
1711
1711
|
t("div", mn, [
|
|
@@ -1760,7 +1760,7 @@ const Ds = { class: "flex justify-between" }, Ls = {
|
|
|
1760
1760
|
"bg-red-50 text-red-800 hover:bg-red-100 focus:ring-red-600 focus:ring-offset-red-50": e.type === "danger",
|
|
1761
1761
|
"bg-yellow-50 text-yellow-800 hover:bg-yellow-100 focus:ring-yellow-600 focus:ring-offset-yellow-50": e.type === "warning"
|
|
1762
1762
|
},
|
|
1763
|
-
"px-2 py-1.5 text-sm font-medium rounded-md focus:outline-
|
|
1763
|
+
"px-2 py-1.5 text-sm font-medium rounded-md focus:outline-hidden focus:ring-2 focus:ring-offset-2 underline"
|
|
1764
1764
|
])
|
|
1765
1765
|
}, u(a.name), 11, bn))), 128))
|
|
1766
1766
|
])
|
|
@@ -1775,7 +1775,7 @@ const Ds = { class: "flex justify-between" }, Ls = {
|
|
|
1775
1775
|
class: "flex flex-wrap mt-2 justify-center sm:justify-start"
|
|
1776
1776
|
}, Sn = {
|
|
1777
1777
|
key: 1,
|
|
1778
|
-
class: "rounded-lg bg-white shadow p-6 cursor-pointer animate-pulse h-full flex flex-col"
|
|
1778
|
+
class: "rounded-lg bg-white shadow-sm p-6 cursor-pointer animate-pulse h-full flex flex-col"
|
|
1779
1779
|
}, Bn = /* @__PURE__ */ T({
|
|
1780
1780
|
__name: "uiCard",
|
|
1781
1781
|
props: {
|
|
@@ -1792,7 +1792,7 @@ const Ds = { class: "flex justify-between" }, Ls = {
|
|
|
1792
1792
|
ee('<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)
|
|
1793
1793
|
])])) : (l(), s("div", {
|
|
1794
1794
|
key: 0,
|
|
1795
|
-
class: "rounded-lg bg-white shadow p-6 cursor-pointer h-full flex flex-col",
|
|
1795
|
+
class: "rounded-lg bg-white shadow-sm p-6 cursor-pointer h-full flex flex-col",
|
|
1796
1796
|
onClick: o[0] || (o[0] = (n) => i.$emit("cardSelected", { id: e.id, name: e.name, type: e.type, tags: e.tags }))
|
|
1797
1797
|
}, [
|
|
1798
1798
|
t("div", pn, [
|
|
@@ -1822,7 +1822,7 @@ const Ds = { class: "flex justify-between" }, Ls = {
|
|
|
1822
1822
|
}
|
|
1823
1823
|
}), Mn = {
|
|
1824
1824
|
key: 0,
|
|
1825
|
-
class: "rounded-lg bg-white shadow p-6 h-full flex flex-col"
|
|
1825
|
+
class: "rounded-lg bg-white shadow-sm p-6 h-full flex flex-col"
|
|
1826
1826
|
}, zn = { class: "flex items-center justify-between mb-4" }, jn = { class: "flex items-center gap-3" }, An = { class: "mb-4" }, Tn = { class: "font-bold text-lg mb-1" }, Dn = {
|
|
1827
1827
|
key: 0,
|
|
1828
1828
|
class: "text-sm text-gray-500"
|
|
@@ -1831,7 +1831,7 @@ const Ds = { class: "flex justify-between" }, Ls = {
|
|
|
1831
1831
|
class: "w-full h-36 bg-gray-200 rounded-lg animate-pulse flex items-center justify-center"
|
|
1832
1832
|
}, Fn = ["src", "alt"], On = {
|
|
1833
1833
|
key: 1,
|
|
1834
|
-
class: "absolute bottom-2 right-2 p-1.5 bg-white rounded shadow-
|
|
1834
|
+
class: "absolute bottom-2 right-2 p-1.5 bg-white rounded-sm shadow-xs"
|
|
1835
1835
|
}, _n = {
|
|
1836
1836
|
key: 0,
|
|
1837
1837
|
class: "text-sm text-gray-600 mb-4 line-clamp-3"
|
|
@@ -1840,7 +1840,7 @@ const Ds = { class: "flex justify-between" }, Ls = {
|
|
|
1840
1840
|
class: "text-xs text-gray-500 mb-3"
|
|
1841
1841
|
}, Nn = { class: "flex flex-col xl:flex-row xl:flex-wrap items-stretch xl:items-center gap-2" }, Rn = {
|
|
1842
1842
|
key: 1,
|
|
1843
|
-
class: "rounded-lg bg-white shadow p-6 animate-pulse h-full flex flex-col"
|
|
1843
|
+
class: "rounded-lg bg-white shadow-sm p-6 animate-pulse h-full flex flex-col"
|
|
1844
1844
|
}, qn = { class: "flex items-center justify-between mb-4" }, Hn = { class: "flex items-center gap-3" }, Yn = { class: "flex flex-col pt-4 border-t border-gray-200 mt-auto" }, En = { class: "flex flex-col xl:flex-row xl:flex-wrap items-stretch xl:items-center gap-2" }, Un = /* @__PURE__ */ T({
|
|
1845
1845
|
__name: "uiCardWithImage",
|
|
1846
1846
|
props: {
|
|
@@ -1876,9 +1876,9 @@ const Ds = { class: "flex justify-between" }, Ls = {
|
|
|
1876
1876
|
]),
|
|
1877
1877
|
r[7] || (r[7] = t("div", { class: "w-4 h-4 rounded-full bg-gray-200" }, null, -1))
|
|
1878
1878
|
]),
|
|
1879
|
-
r[9] || (r[9] = ee('<div class="mb-4"><div class="h-6 bg-gray-200 rounded w-3/4 mb-2"></div><div class="h-4 bg-gray-200 rounded w-1/2"></div></div><div class="mb-4"><div class="w-full h-48 bg-gray-200 rounded-lg"></div></div><div class="mb-4"><div class="h-4 bg-gray-200 rounded w-full mb-2"></div><div class="h-4 bg-gray-200 rounded w-5/6"></div></div>', 3)),
|
|
1879
|
+
r[9] || (r[9] = ee('<div class="mb-4"><div class="h-6 bg-gray-200 rounded-sm w-3/4 mb-2"></div><div class="h-4 bg-gray-200 rounded-sm w-1/2"></div></div><div class="mb-4"><div class="w-full h-48 bg-gray-200 rounded-lg"></div></div><div class="mb-4"><div class="h-4 bg-gray-200 rounded-sm w-full mb-2"></div><div class="h-4 bg-gray-200 rounded-sm w-5/6"></div></div>', 3)),
|
|
1880
1880
|
t("div", Yn, [
|
|
1881
|
-
r[8] || (r[8] = t("div", { class: "h-3 bg-gray-200 rounded w-24 mb-3" }, null, -1)),
|
|
1881
|
+
r[8] || (r[8] = t("div", { class: "h-3 bg-gray-200 rounded-sm w-24 mb-3" }, null, -1)),
|
|
1882
1882
|
t("div", En, [
|
|
1883
1883
|
e.showActions ? (l(), w(U, {
|
|
1884
1884
|
key: 0,
|
|
@@ -1933,7 +1933,7 @@ const Ds = { class: "flex justify-between" }, Ls = {
|
|
|
1933
1933
|
e.showMenu ? (l(), s("button", {
|
|
1934
1934
|
key: 0,
|
|
1935
1935
|
onClick: r[0] || (r[0] = ne((a) => n.$emit("menuClick", e.id), ["stop"])),
|
|
1936
|
-
class: "p-1 hover:bg-gray-100 rounded transition-colors",
|
|
1936
|
+
class: "p-1 hover:bg-gray-100 rounded-sm transition-colors",
|
|
1937
1937
|
type: "button"
|
|
1938
1938
|
}, [
|
|
1939
1939
|
m(P, {
|
|
@@ -2045,7 +2045,7 @@ const Ds = { class: "flex justify-between" }, Ls = {
|
|
|
2045
2045
|
label: e.label
|
|
2046
2046
|
}, null, 8, ["loading", "position", "items", "label"]));
|
|
2047
2047
|
}
|
|
2048
|
-
}), Wn = { class: "fixed inset-0 z-10 overflow-y-auto" }, Gn = { class: "flex min-h-full items-end justify-center p-4 text-center sm:items-center sm:p-0" }, Jn = { class: "absolute top-0 right-0 hidden pt-4 pr-4 sm:block" }, Kn = { class: "sm:flex sm:items-start" }, Qn = { class: "mt-3 text-center sm:mt-0 sm:ml-4 sm:text-left w-full break-
|
|
2048
|
+
}), Wn = { class: "fixed inset-0 z-10 overflow-y-auto" }, Gn = { class: "flex min-h-full items-end justify-center p-4 text-center sm:items-center sm:p-0" }, Jn = { class: "absolute top-0 right-0 hidden pt-4 pr-4 sm:block" }, Kn = { class: "sm:flex sm:items-start" }, Qn = { class: "mt-3 text-center sm:mt-0 sm:ml-4 sm:text-left w-full wrap-break-word" }, Xn = { class: "mt-4 text-gray-500 text-sm" }, ea = {
|
|
2049
2049
|
key: 0,
|
|
2050
2050
|
class: "mt-8"
|
|
2051
2051
|
}, ta = ["onClick"], Pe = /* @__PURE__ */ T({
|
|
@@ -2112,7 +2112,7 @@ const Ds = { class: "flex justify-between" }, Ls = {
|
|
|
2112
2112
|
t("div", Jn, [
|
|
2113
2113
|
t("button", {
|
|
2114
2114
|
type: "button",
|
|
2115
|
-
class: "rounded-md bg-white text-gray-400 hover:text-gray-500 focus:outline-
|
|
2115
|
+
class: "rounded-md bg-white text-gray-400 hover:text-gray-500 focus:outline-hidden",
|
|
2116
2116
|
onClick: a[0] || (a[0] = (d) => n("close"))
|
|
2117
2117
|
}, [
|
|
2118
2118
|
a[3] || (a[3] = t("span", { class: "sr-only" }, "X", -1)),
|
|
@@ -2125,7 +2125,7 @@ const Ds = { class: "flex justify-between" }, Ls = {
|
|
|
2125
2125
|
]),
|
|
2126
2126
|
t("div", Kn, [
|
|
2127
2127
|
t("div", {
|
|
2128
|
-
class: x(["mx-auto flex h-12 w-12
|
|
2128
|
+
class: x(["mx-auto flex h-12 w-12 shrink-0 items-center justify-center rounded-full sm:mx-0 sm:h-10 sm:w-10", {
|
|
2129
2129
|
"bg-red-100": e.type === "danger",
|
|
2130
2130
|
"bg-green-100": e.type === "success",
|
|
2131
2131
|
"bg-lime-100": e.type === "default",
|
|
@@ -2168,13 +2168,13 @@ const Ds = { class: "flex justify-between" }, Ls = {
|
|
|
2168
2168
|
_: 1
|
|
2169
2169
|
}),
|
|
2170
2170
|
t("div", Xn, [
|
|
2171
|
-
G(r.$slots, "default", { class: "break-
|
|
2171
|
+
G(r.$slots, "default", { class: "wrap-break-word" })
|
|
2172
2172
|
]),
|
|
2173
2173
|
e.actions ? (l(), s("div", ea, [
|
|
2174
2174
|
(l(!0), s(k, null, S(e.actions, (d, c) => (l(), s("button", {
|
|
2175
2175
|
key: c,
|
|
2176
2176
|
type: "button",
|
|
2177
|
-
class: "inline-flex w-full justify-center rounded-md border border-transparent bg-black px-4 py-2 text-base font-medium text-white shadow-
|
|
2177
|
+
class: "inline-flex w-full justify-center rounded-md border border-transparent bg-black px-4 py-2 text-base font-medium text-white shadow-xs hover:bg-lime-400 hover:text-black focus:outline-hidden focus:ring-2 focus:ring-indigo-500 focus:ring-offset-2 mb-2 sm:mb-0 mr-2 sm:w-auto sm:text-sm",
|
|
2178
2178
|
onClick: (v) => n(d.value)
|
|
2179
2179
|
}, u(d.name), 9, ta))), 128))
|
|
2180
2180
|
])) : b("", !0)
|
|
@@ -2197,8 +2197,8 @@ const Ds = { class: "flex justify-between" }, Ls = {
|
|
|
2197
2197
|
}
|
|
2198
2198
|
}), la = { class: "w-full flex flex-col items-center space-y-4 sm:items-end" }, sa = {
|
|
2199
2199
|
key: 0,
|
|
2200
|
-
class: "max-w-sm w-full bg-white shadow-lg rounded-lg pointer-events-auto ring-1 ring-black
|
|
2201
|
-
}, na = { class: "p-4" }, aa = { class: "flex items-start" }, oa = { class: "
|
|
2200
|
+
class: "max-w-sm w-full bg-white shadow-lg rounded-lg pointer-events-auto ring-1 ring-black/5 overflow-hidden"
|
|
2201
|
+
}, na = { class: "p-4" }, aa = { class: "flex items-start" }, oa = { class: "shrink-0 mt-0.5" }, ia = { class: "ml-3 w-0 flex-1 pt-0.5" }, ra = { class: "font-medium text-gray-900" }, da = { class: "mt-1 text-sm text-gray-500" }, ca = { class: "ml-4 shrink-0 flex" }, ua = /* @__PURE__ */ T({
|
|
2202
2202
|
__name: "uiNotification",
|
|
2203
2203
|
props: {
|
|
2204
2204
|
type: { default: "info" },
|
|
@@ -2212,7 +2212,7 @@ const Ds = { class: "flex justify-between" }, Ls = {
|
|
|
2212
2212
|
const i = e, o = A(() => i.show);
|
|
2213
2213
|
return (n, r) => (l(), s("div", {
|
|
2214
2214
|
"aria-live": "assertive",
|
|
2215
|
-
class: x([{ fixed: e.fixed }, "inset-0 flex items-end px-4 py-6 pointer-events-none sm:p-6 sm:items-start z-
|
|
2215
|
+
class: x([{ fixed: e.fixed }, "inset-0 flex items-end px-4 py-6 pointer-events-none sm:p-6 sm:items-start z-9999"])
|
|
2216
2216
|
}, [
|
|
2217
2217
|
t("div", la, [
|
|
2218
2218
|
m(we, {
|
|
@@ -2259,7 +2259,7 @@ const Ds = { class: "flex justify-between" }, Ls = {
|
|
|
2259
2259
|
]),
|
|
2260
2260
|
t("div", ca, [
|
|
2261
2261
|
t("button", {
|
|
2262
|
-
class: "bg-white rounded-md inline-flex text-gray-400 hover:text-gray-500 focus:outline-
|
|
2262
|
+
class: "bg-white rounded-md inline-flex text-gray-400 hover:text-gray-500 focus:outline-hidden focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500",
|
|
2263
2263
|
type: "button",
|
|
2264
2264
|
onClick: r[0] || (r[0] = (a) => n.$emit("closeNotification"))
|
|
2265
2265
|
}, [
|
|
@@ -2298,7 +2298,7 @@ const Ds = { class: "flex justify-between" }, Ls = {
|
|
|
2298
2298
|
key: o.id,
|
|
2299
2299
|
class: "flex items-center justify-between gap-x-6 py-5"
|
|
2300
2300
|
}, [...i[0] || (i[0] = [
|
|
2301
|
-
ee('<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-
|
|
2301
|
+
ee('<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-xs 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)
|
|
2302
2302
|
])]))), 128))
|
|
2303
2303
|
])) : (l(), s("ul", ga, [
|
|
2304
2304
|
(l(!0), s(k, null, S(e.tasks, (o) => (l(), s("li", {
|
|
@@ -2326,7 +2326,7 @@ const Ds = { class: "flex justify-between" }, Ls = {
|
|
|
2326
2326
|
t("div", va, [
|
|
2327
2327
|
t("a", {
|
|
2328
2328
|
href: o.href,
|
|
2329
|
-
class: "hidden rounded-md bg-white px-2.5 py-1.5 text-sm font-semibold text-gray-900 shadow-
|
|
2329
|
+
class: "hidden rounded-md bg-white px-2.5 py-1.5 text-sm font-semibold text-gray-900 shadow-xs ring-1 ring-inset ring-gray-300 hover:bg-gray-50 sm:block"
|
|
2330
2330
|
}, [
|
|
2331
2331
|
B(u(o.action), 1),
|
|
2332
2332
|
t("span", pa, ", " + u(o.name), 1)
|
|
@@ -2453,7 +2453,7 @@ function _a(e, g, i, o, n, r) {
|
|
|
2453
2453
|
class: x([{
|
|
2454
2454
|
"bg-lime-400 text-black hover:text-white hover:bg-black cursor-pointer": r.currentDate > r.today,
|
|
2455
2455
|
"bg-lime-300": r.currentDate <= r.today
|
|
2456
|
-
}, "previousYear flex items-center p-1 rounded mx-0.5 shadow-
|
|
2456
|
+
}, "previousYear flex items-center p-1 rounded-sm mx-0.5 shadow-xs"]),
|
|
2457
2457
|
onClick: g[0] || (g[0] = (c) => r.selectDate("year", "previous"))
|
|
2458
2458
|
}, [
|
|
2459
2459
|
m(a, { class: "h-4" }),
|
|
@@ -2464,7 +2464,7 @@ function _a(e, g, i, o, n, r) {
|
|
|
2464
2464
|
class: x([{
|
|
2465
2465
|
"bg-lime-400 text-black hover:text-white hover:bg-black cursor-pointer": r.currentDate > r.today,
|
|
2466
2466
|
"bg-lime-300": r.currentDate <= r.today
|
|
2467
|
-
}, "previousYear flex items-center p-1 rounded mx-0.5 shadow-
|
|
2467
|
+
}, "previousYear flex items-center p-1 rounded-sm mx-0.5 shadow-xs"]),
|
|
2468
2468
|
onClick: g[1] || (g[1] = (c) => r.selectDate("month", "previous"))
|
|
2469
2469
|
}, [
|
|
2470
2470
|
m(a, { class: "h-4" }),
|
|
@@ -2474,7 +2474,7 @@ function _a(e, g, i, o, n, r) {
|
|
|
2474
2474
|
class: x([{
|
|
2475
2475
|
"bg-lime-400 text-black hover:text-white hover:bg-black cursor-pointer": r.currentDate > r.today,
|
|
2476
2476
|
"bg-lime-300": r.currentDate <= r.today
|
|
2477
|
-
}, "previousYear flex items-center p-1 rounded mx-0.5 shadow-
|
|
2477
|
+
}, "previousYear flex items-center p-1 rounded-sm mx-0.5 shadow-xs"]),
|
|
2478
2478
|
onClick: g[2] || (g[2] = (c) => r.selectDate("day", "previous"))
|
|
2479
2479
|
}, [
|
|
2480
2480
|
m(a, { class: "h-4" })
|
|
@@ -2483,20 +2483,20 @@ function _a(e, g, i, o, n, r) {
|
|
|
2483
2483
|
t("div", Fa, u(r.formatedDate), 1),
|
|
2484
2484
|
t("div", Oa, [
|
|
2485
2485
|
t("div", {
|
|
2486
|
-
class: "previousDay flex items-center cursor-pointer p-1 rounded mx-0.5 shadow-
|
|
2486
|
+
class: "previousDay flex items-center cursor-pointer p-1 rounded-sm mx-0.5 shadow-xs bg-lime-400 text-black hover:text-white hover:bg-black",
|
|
2487
2487
|
onClick: g[3] || (g[3] = (c) => r.selectDate("day", "next"))
|
|
2488
2488
|
}, [
|
|
2489
2489
|
m(d, { class: "h-4" })
|
|
2490
2490
|
]),
|
|
2491
2491
|
t("div", {
|
|
2492
|
-
class: "previousMonth flex items-center cursor-pointer p-1 rounded mx-0.5 shadow-
|
|
2492
|
+
class: "previousMonth flex items-center cursor-pointer p-1 rounded-sm mx-0.5 shadow-xs bg-lime-400 text-black hover:text-white hover:bg-black",
|
|
2493
2493
|
onClick: g[4] || (g[4] = (c) => r.selectDate("month", "next"))
|
|
2494
2494
|
}, [
|
|
2495
2495
|
m(d, { class: "h-4" }),
|
|
2496
2496
|
m(d, { class: "h-4 -ml-3" })
|
|
2497
2497
|
]),
|
|
2498
2498
|
t("div", {
|
|
2499
|
-
class: "previousYear flex items-center cursor-pointer p-1 rounded mx-0.5 shadow-
|
|
2499
|
+
class: "previousYear flex items-center cursor-pointer p-1 rounded-sm mx-0.5 shadow-xs bg-lime-400 text-black hover:text-white hover:bg-black",
|
|
2500
2500
|
onClick: g[5] || (g[5] = (c) => r.selectDate("year", "next"))
|
|
2501
2501
|
}, [
|
|
2502
2502
|
m(d, { class: "h-4" }),
|
|
@@ -2508,7 +2508,7 @@ function _a(e, g, i, o, n, r) {
|
|
|
2508
2508
|
}
|
|
2509
2509
|
const Ia = /* @__PURE__ */ Ce(Da, [["render", _a]]), Va = {
|
|
2510
2510
|
name: "SkeletonTable"
|
|
2511
|
-
}, Na = { class: "px-4 sm:px-6 lg:px-8 animate-pulse" }, Ra = { class: "flow-root" }, qa = { class: "-mx-4 -my-2 overflow-x-auto sm:-mx-6 lg:-mx-8" }, Ha = { class: "inline-block min-w-full py-2 align-middle px-1" }, Ya = { class: "overflow-hidden shadow ring-1 ring-black
|
|
2511
|
+
}, Na = { class: "px-4 sm:px-6 lg:px-8 animate-pulse" }, Ra = { class: "flow-root" }, qa = { class: "-mx-4 -my-2 overflow-x-auto sm:-mx-6 lg:-mx-8" }, Ha = { class: "inline-block min-w-full py-2 align-middle px-1" }, Ya = { class: "overflow-hidden shadow-sm ring-1 ring-black/5 sm:rounded-lg" }, Ea = { class: "min-w-full divide-y divide-gray-300" }, Ua = { class: "divide-y divide-gray-200 bg-white" };
|
|
2512
2512
|
function Za(e, g, i, o, n, r) {
|
|
2513
2513
|
return l(), s("div", Na, [
|
|
2514
2514
|
t("div", Ra, [
|
|
@@ -2655,8 +2655,8 @@ function io(e, g, i, o, n, r) {
|
|
|
2655
2655
|
"bg-lime-400 text-black": r.currentDay.isWeekend,
|
|
2656
2656
|
"bg-green-600 text-black": i.price.price > i.basePrice,
|
|
2657
2657
|
"bg-yellow-400 text-black": i.price.price < i.basePrice,
|
|
2658
|
-
"
|
|
2659
|
-
"
|
|
2658
|
+
"bg-lime-400! text-black border-4 border-yellow-400": i.price.price < i.basePrice && r.currentDay.isWeekend,
|
|
2659
|
+
"bg-lime-400! text-black border-4 border-green-600": i.price.price > i.basePrice && r.currentDay.isWeekend
|
|
2660
2660
|
},
|
|
2661
2661
|
"select-none text-center rounded-lg p-1"
|
|
2662
2662
|
])
|
|
@@ -2675,7 +2675,7 @@ const Me = /* @__PURE__ */ Ce(no, [["render", io]]), ro = {
|
|
|
2675
2675
|
href: "#",
|
|
2676
2676
|
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"
|
|
2677
2677
|
}, mo = { class: "hidden sm:flex-1 sm:flex sm:items-center sm:justify-between" }, fo = { class: "text-sm text-gray-700" }, ho = { class: "font-bold mx-1" }, yo = { class: "font-bold mx-1" }, bo = { class: "font-bold mx-1" }, vo = {
|
|
2678
|
-
class: "relative z-0 inline-flex rounded-md shadow-
|
|
2678
|
+
class: "relative z-0 inline-flex rounded-md shadow-xs -space-x-px",
|
|
2679
2679
|
"aria-label": "Pagination"
|
|
2680
2680
|
}, xo = { class: "sr-only" }, po = ["onClick"], wo = { class: "sr-only" }, ko = {
|
|
2681
2681
|
key: 1,
|
|
@@ -2702,7 +2702,7 @@ const Me = /* @__PURE__ */ Ce(no, [["render", io]]), ro = {
|
|
|
2702
2702
|
});
|
|
2703
2703
|
return (c, v) => e.loading ? (l(), s("div", ko, [...v[3] || (v[3] = [
|
|
2704
2704
|
t("div", { class: "h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-1/5" }, null, -1),
|
|
2705
|
-
t("div", { class: "h-10 w-32 bg-gray-200 rounded dark:bg-gray-300" }, null, -1)
|
|
2705
|
+
t("div", { class: "h-10 w-32 bg-gray-200 rounded-sm dark:bg-gray-300" }, null, -1)
|
|
2706
2706
|
])])) : (l(), s("div", ro, [
|
|
2707
2707
|
t("div", co, [
|
|
2708
2708
|
t("a", uo, [
|
|
@@ -2773,7 +2773,7 @@ const Me = /* @__PURE__ */ Ce(no, [["render", io]]), ro = {
|
|
|
2773
2773
|
}), $o = {
|
|
2774
2774
|
key: 0,
|
|
2775
2775
|
class: "px-4 sm:px-6 lg:px-8"
|
|
2776
|
-
}, Co = { class: "flow-root" }, So = { class: "overflow-x-auto sm:-mx-6 lg:-mx-8 shadow ring-1 ring-black
|
|
2776
|
+
}, Co = { class: "flow-root" }, So = { class: "overflow-x-auto sm:-mx-6 lg:-mx-8 shadow-sm ring-1 ring-black/5 sm:rounded-lg" }, Bo = { class: "inline-block min-w-full align-middle" }, Mo = { class: "min-w-full text-sm" }, zo = { class: "bg-white" }, jo = {
|
|
2777
2777
|
colspan: "6",
|
|
2778
2778
|
scope: "colgroup",
|
|
2779
2779
|
class: "bg-gray-50 py-2 pl-4 pr-3 text-left text-sm font-semibold sm:pl-3"
|
|
@@ -2796,7 +2796,7 @@ const Me = /* @__PURE__ */ Ce(no, [["render", io]]), ro = {
|
|
|
2796
2796
|
class: "bg-gray-200 py-2 pl-4 pr-3 text-left font-semibold relative"
|
|
2797
2797
|
}, Io = {
|
|
2798
2798
|
key: 0,
|
|
2799
|
-
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"
|
|
2799
|
+
class: "absolute top-0 left-12 flex h-12 items-center space-x-3 sm:left-48 bg-white shadow-sm rounded-sm px-4 py-1 z-10"
|
|
2800
2800
|
}, Vo = ["onClick"], No = {
|
|
2801
2801
|
colspan: "2",
|
|
2802
2802
|
scope: "colgroup",
|
|
@@ -2967,7 +2967,7 @@ const Me = /* @__PURE__ */ Ce(no, [["render", io]]), ro = {
|
|
|
2967
2967
|
onClick: (le) => fe({ action: I.id, items: a.value }),
|
|
2968
2968
|
key: W,
|
|
2969
2969
|
type: "button",
|
|
2970
|
-
class: "inline-flex items-center rounded bg-lime-400 hover:bg-black hover:text-white px-2.5 py-1.5 text-xs font-medium shadow-
|
|
2970
|
+
class: "inline-flex items-center rounded-sm bg-lime-400 hover:bg-black hover:text-white px-2.5 py-1.5 text-xs font-medium shadow-xs disabled:cursor-not-allowed disabled:opacity-30"
|
|
2971
2971
|
}, u(I.name), 9, Vo))), 128))
|
|
2972
2972
|
])) : b("", !0),
|
|
2973
2973
|
t("span", null, u(e.literals.pricesSelection), 1)
|
|
@@ -2977,7 +2977,7 @@ const Me = /* @__PURE__ */ Ce(no, [["render", io]]), ro = {
|
|
|
2977
2977
|
t("th", No, [
|
|
2978
2978
|
t("input", {
|
|
2979
2979
|
type: "checkbox",
|
|
2980
|
-
class: "absolute left-4 top-1/2 -mt-2 h-4 w-4 rounded border-gray-300 text-lime-400 focus:ring-lime-400",
|
|
2980
|
+
class: "absolute left-4 top-1/2 -mt-2 h-4 w-4 rounded-sm border-gray-300 text-lime-400 focus:ring-lime-400",
|
|
2981
2981
|
checked: c.value || a.value.length === e.rooms.length,
|
|
2982
2982
|
indeterminate: c.value,
|
|
2983
2983
|
onChange: R
|
|
@@ -3000,7 +3000,7 @@ const Me = /* @__PURE__ */ Ce(no, [["render", io]]), ro = {
|
|
|
3000
3000
|
a.value.length > 0 ? (l(), s("div", Uo)) : b("", !0),
|
|
3001
3001
|
L(t("input", {
|
|
3002
3002
|
type: "checkbox",
|
|
3003
|
-
class: "absolute left-4 top-1/2 -mt-2 h-4 w-4 rounded border-gray-300 text-lime-400 focus:ring-lime-400",
|
|
3003
|
+
class: "absolute left-4 top-1/2 -mt-2 h-4 w-4 rounded-sm border-gray-300 text-lime-400 focus:ring-lime-400",
|
|
3004
3004
|
value: I.name,
|
|
3005
3005
|
"onUpdate:modelValue": F[1] || (F[1] = (W) => a.value = W)
|
|
3006
3006
|
}, null, 8, Zo), [
|
|
@@ -3098,7 +3098,7 @@ const Me = /* @__PURE__ */ Ce(no, [["render", io]]), ro = {
|
|
|
3098
3098
|
}), ei = { class: "chart-header flex flex-row items-center w-full justify-between" }, ti = { class: "text-lg font-bold truncate mr-8" }, li = {
|
|
3099
3099
|
key: 0,
|
|
3100
3100
|
class: "flex items-center gap-x-2 grow"
|
|
3101
|
-
}, si = { class: "self-center ml-2" }, ni = { class: "self-center ml-2" }, ai = { class: "self-center ml-2" }, oi = { class: "hidden sm:flex items-center" }, ii = { class: "w-1/2 min-w-0 flex-1" }, ri = ["max"], di = { class: "min-w-0 flex-1" }, ci = ["max"], ui = { class: "chart-content pb-6" }, gi = { class: "'w-full h-full flex items-center justify-center flex-col" }, mi = { class: "card chart apex-chart px-4 py-5 bg-white shadow rounded-lg overflow-hidden sm:p-6 flex grow h-80" }, fi = /* @__PURE__ */ T({
|
|
3101
|
+
}, si = { class: "self-center ml-2" }, ni = { class: "self-center ml-2" }, ai = { class: "self-center ml-2" }, oi = { class: "hidden sm:flex items-center" }, ii = { class: "w-1/2 min-w-0 flex-1" }, ri = ["max"], di = { class: "min-w-0 flex-1" }, ci = ["max"], ui = { class: "chart-content pb-6" }, gi = { class: "'w-full h-full flex items-center justify-center flex-col" }, mi = { class: "card chart apex-chart px-4 py-5 bg-white shadow-sm rounded-lg overflow-hidden sm:p-6 flex grow h-80" }, fi = /* @__PURE__ */ T({
|
|
3102
3102
|
__name: "uiChart",
|
|
3103
3103
|
props: {
|
|
3104
3104
|
labels: {},
|
|
@@ -3247,7 +3247,7 @@ const Me = /* @__PURE__ */ Ce(no, [["render", io]]), ro = {
|
|
|
3247
3247
|
};
|
|
3248
3248
|
return (M, R) => (l(), s(k, null, [
|
|
3249
3249
|
L(t("div", {
|
|
3250
|
-
class: "card chart apex-chart p-4 bg-white shadow rounded-lg overflow-hidden flex grow",
|
|
3250
|
+
class: "card chart apex-chart p-4 bg-white shadow-sm rounded-lg overflow-hidden flex grow",
|
|
3251
3251
|
style: qe({ height: e.height + "px" })
|
|
3252
3252
|
}, [
|
|
3253
3253
|
t("div", ei, [
|
|
@@ -3308,7 +3308,7 @@ const Me = /* @__PURE__ */ Ce(no, [["render", io]]), ro = {
|
|
|
3308
3308
|
onChange: v,
|
|
3309
3309
|
name: "from",
|
|
3310
3310
|
id: "from",
|
|
3311
|
-
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"
|
|
3311
|
+
class: "text-xs relative block w-full rounded-sm 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"
|
|
3312
3312
|
}, null, 40, ri), [
|
|
3313
3313
|
[xe, f(r).from]
|
|
3314
3314
|
])
|
|
@@ -3321,7 +3321,7 @@ const Me = /* @__PURE__ */ Ce(no, [["render", io]]), ro = {
|
|
|
3321
3321
|
onChange: v,
|
|
3322
3322
|
name: "to",
|
|
3323
3323
|
id: "to",
|
|
3324
|
-
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"
|
|
3324
|
+
class: "text-xs relative block w-full -mr-2 rounded-sm 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"
|
|
3325
3325
|
}, null, 40, ci), [
|
|
3326
3326
|
[xe, f(r).to]
|
|
3327
3327
|
])
|
|
@@ -3371,22 +3371,22 @@ const Me = /* @__PURE__ */ Ce(no, [["render", io]]), ro = {
|
|
|
3371
3371
|
t("div", { class: "h-2.5 w-36 bg-gray-200 rounded-full mb-2.5" }),
|
|
3372
3372
|
t("div", { class: "w-48 h-2 mb-6 bg-gray-200 rounded-full" }),
|
|
3373
3373
|
t("div", { class: "flex flex-row justify-between items-baseline grow gap-x-1" }, [
|
|
3374
|
-
t("div", { class: "w-full bg-gray-200 rounded h-full" }),
|
|
3375
|
-
t("div", { class: "w-full bg-gray-200 rounded h-1/2" }),
|
|
3376
|
-
t("div", { class: "w-full bg-gray-200 rounded h-1/3" }),
|
|
3377
|
-
t("div", { class: "w-full bg-gray-200 rounded h-4/5" }),
|
|
3378
|
-
t("div", { class: "w-full bg-gray-200 rounded h-full" }),
|
|
3379
|
-
t("div", { class: "w-full bg-gray-200 rounded h-1/2" }),
|
|
3380
|
-
t("div", { class: "w-full bg-gray-200 rounded h-1/3" }),
|
|
3381
|
-
t("div", { class: "w-full bg-gray-200 rounded h-1/2" }),
|
|
3382
|
-
t("div", { class: "w-full bg-gray-200 rounded h-1/3" }),
|
|
3383
|
-
t("div", { class: "w-full bg-gray-200 rounded h-4/5" }),
|
|
3384
|
-
t("div", { class: "w-full bg-gray-200 rounded h-full" }),
|
|
3385
|
-
t("div", { class: "w-full bg-gray-200 rounded h-4/5" }),
|
|
3386
|
-
t("div", { class: "w-full bg-gray-200 rounded h-full" }),
|
|
3387
|
-
t("div", { class: "w-full bg-gray-200 rounded h-1/2" }),
|
|
3388
|
-
t("div", { class: "w-full bg-gray-200 rounded h-1/3" }),
|
|
3389
|
-
t("div", { class: "w-full bg-gray-200 rounded h-1/2" })
|
|
3374
|
+
t("div", { class: "w-full bg-gray-200 rounded-sm h-full" }),
|
|
3375
|
+
t("div", { class: "w-full bg-gray-200 rounded-sm h-1/2" }),
|
|
3376
|
+
t("div", { class: "w-full bg-gray-200 rounded-sm h-1/3" }),
|
|
3377
|
+
t("div", { class: "w-full bg-gray-200 rounded-sm h-4/5" }),
|
|
3378
|
+
t("div", { class: "w-full bg-gray-200 rounded-sm h-full" }),
|
|
3379
|
+
t("div", { class: "w-full bg-gray-200 rounded-sm h-1/2" }),
|
|
3380
|
+
t("div", { class: "w-full bg-gray-200 rounded-sm h-1/3" }),
|
|
3381
|
+
t("div", { class: "w-full bg-gray-200 rounded-sm h-1/2" }),
|
|
3382
|
+
t("div", { class: "w-full bg-gray-200 rounded-sm h-1/3" }),
|
|
3383
|
+
t("div", { class: "w-full bg-gray-200 rounded-sm h-4/5" }),
|
|
3384
|
+
t("div", { class: "w-full bg-gray-200 rounded-sm h-full" }),
|
|
3385
|
+
t("div", { class: "w-full bg-gray-200 rounded-sm h-4/5" }),
|
|
3386
|
+
t("div", { class: "w-full bg-gray-200 rounded-sm h-full" }),
|
|
3387
|
+
t("div", { class: "w-full bg-gray-200 rounded-sm h-1/2" }),
|
|
3388
|
+
t("div", { class: "w-full bg-gray-200 rounded-sm h-1/3" }),
|
|
3389
|
+
t("div", { class: "w-full bg-gray-200 rounded-sm h-1/2" })
|
|
3390
3390
|
])
|
|
3391
3391
|
], -1)
|
|
3392
3392
|
])], 512), [
|
|
@@ -3417,7 +3417,7 @@ const vi = /* @__PURE__ */ Ce(hi, [["render", bi]]), xi = /* @__PURE__ */ T({
|
|
|
3417
3417
|
return (g, i) => (l(), s("div", {
|
|
3418
3418
|
class: x([
|
|
3419
3419
|
{ fixed: e.fixed },
|
|
3420
|
-
"load-screen h-full w-full top-0 left-0 z-
|
|
3420
|
+
"load-screen h-full w-full top-0 left-0 z-100 flex flex-col items-center justify-center bg-white"
|
|
3421
3421
|
])
|
|
3422
3422
|
}, [
|
|
3423
3423
|
i[0] || (i[0] = t("div", { class: "spinner h-12 w-12 mb-6" }, [
|
|
@@ -3434,7 +3434,7 @@ const vi = /* @__PURE__ */ Ce(hi, [["render", bi]]), xi = /* @__PURE__ */ T({
|
|
|
3434
3434
|
])
|
|
3435
3435
|
], 2));
|
|
3436
3436
|
}
|
|
3437
|
-
}), pi = { class: "hidden md:flex md:flex-col sticky md:inset-y-0" }, wi = { class: "flex flex-col
|
|
3437
|
+
}), pi = { class: "hidden md:flex md:flex-col sticky md:inset-y-0" }, wi = { class: "flex flex-col grow overflow-y-auto" }, ki = { class: "grow flex flex-col" }, $i = {
|
|
3438
3438
|
class: "flex-1 space-y-1",
|
|
3439
3439
|
"aria-label": "Sidebar"
|
|
3440
3440
|
}, Ci = { key: 0 }, Si = ["onClick"], Bi = {
|
|
@@ -3481,7 +3481,7 @@ const vi = /* @__PURE__ */ Ce(hi, [["render", bi]]), xi = /* @__PURE__ */ T({
|
|
|
3481
3481
|
}, {
|
|
3482
3482
|
default: y(({ open: c }) => [
|
|
3483
3483
|
m(f(se), {
|
|
3484
|
-
class: x([d.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-
|
|
3484
|
+
class: x([d.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-hidden"])
|
|
3485
3485
|
}, {
|
|
3486
3486
|
default: y(() => [
|
|
3487
3487
|
d.icon ? (l(), w(P, {
|
|
@@ -3490,7 +3490,7 @@ const vi = /* @__PURE__ */ Ce(hi, [["render", bi]]), xi = /* @__PURE__ */ T({
|
|
|
3490
3490
|
icon: d.icon,
|
|
3491
3491
|
class: x([
|
|
3492
3492
|
d.current ? "text-white" : "text-gray-400 group-hover:text-gray-500",
|
|
3493
|
-
"mr-3
|
|
3493
|
+
"mr-3 shrink-0 h-6 w-6"
|
|
3494
3494
|
]),
|
|
3495
3495
|
"aria-hidden": "true"
|
|
3496
3496
|
}, null, 8, ["loading", "icon", "class"])) : b("", !0),
|
|
@@ -3498,7 +3498,7 @@ const vi = /* @__PURE__ */ Ce(hi, [["render", bi]]), xi = /* @__PURE__ */ T({
|
|
|
3498
3498
|
t("div", { class: "h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-1/2" }, null, -1)
|
|
3499
3499
|
])])) : (l(), s("span", Mi, u(d.name), 1)),
|
|
3500
3500
|
m(f($e), {
|
|
3501
|
-
class: x([c ? "text-black rotate-90" : "text-gray-400", "mr-3
|
|
3501
|
+
class: x([c ? "text-black rotate-90" : "text-gray-400", "mr-3 shrink-0 h-3 w-3 transform group-hover:text-gray-400 transition-colors ease-in-out duration-150"])
|
|
3502
3502
|
}, null, 8, ["class"])
|
|
3503
3503
|
]),
|
|
3504
3504
|
_: 2
|
|
@@ -3534,7 +3534,7 @@ const vi = /* @__PURE__ */ Ce(hi, [["render", bi]]), xi = /* @__PURE__ */ T({
|
|
|
3534
3534
|
icon: d.icon,
|
|
3535
3535
|
class: x([
|
|
3536
3536
|
d.current ? "text-white" : "text-gray-400 group-hover:text-gray-500",
|
|
3537
|
-
"mr-3
|
|
3537
|
+
"mr-3 shrink-0 h-6 w-6"
|
|
3538
3538
|
]),
|
|
3539
3539
|
"aria-hidden": "true"
|
|
3540
3540
|
}, null, 8, ["loading", "icon", "class"])) : b("", !0),
|
|
@@ -3547,7 +3547,7 @@ const vi = /* @__PURE__ */ Ce(hi, [["render", bi]]), xi = /* @__PURE__ */ T({
|
|
|
3547
3547
|
])
|
|
3548
3548
|
]));
|
|
3549
3549
|
}
|
|
3550
|
-
}), Li = { class: "flex flex-row grow border-r border-gray-200 bg-white pr-6 h-screen" }, Pi = { class: "bg-black w-16 mr-6
|
|
3550
|
+
}), Li = { class: "flex flex-row grow border-r border-gray-200 bg-white pr-6 h-screen" }, Pi = { class: "bg-black w-16 mr-6 shrink-0" }, Fi = ["onClick"], Oi = ["src", "alt"], _i = {
|
|
3551
3551
|
key: 0,
|
|
3552
3552
|
class: "flex flex-col grow h-full"
|
|
3553
3553
|
}, Ii = ["src"], Vi = { class: "flex flex-1 flex-col overflow-hidden mt-8" }, Ni = { class: "flex-1 overflow-y-auto pr-6" }, Ri = {
|
|
@@ -3582,7 +3582,7 @@ const vi = /* @__PURE__ */ Ce(hi, [["render", bi]]), xi = /* @__PURE__ */ T({
|
|
|
3582
3582
|
t("ul", null, [
|
|
3583
3583
|
(l(!0), s(k, null, S(e.productsSidebar, (a, d) => (l(), s("li", {
|
|
3584
3584
|
key: d,
|
|
3585
|
-
class: x([{ "
|
|
3585
|
+
class: x([{ "bg-lime-400!": a.active }, "w-full h-16 p-4 flex items-center justify-center cursor-pointer hover:bg-lime-400 hover:text-black"]),
|
|
3586
3586
|
onClick: (c) => n.$emit("productBarClick", a.name)
|
|
3587
3587
|
}, [
|
|
3588
3588
|
t("img", {
|
|
@@ -3729,7 +3729,7 @@ const vi = /* @__PURE__ */ Ce(hi, [["render", bi]]), xi = /* @__PURE__ */ T({
|
|
|
3729
3729
|
}), Ji = { key: 0 }, Ki = ["title"], Qi = { class: "ml-16 flex items-baseline pb-5" }, Xi = { class: "text-2xl font-semibold" }, er = {
|
|
3730
3730
|
key: 0,
|
|
3731
3731
|
class: "text-black ml-2 flex items-baseline text-sm font-semibold"
|
|
3732
|
-
}, tr = { class: "absolute bottom-0 inset-x-0 bg-gray-50 px-4 py-4 sm:px-6" }, lr = { class: "text-sm" }, sr = { 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" }, Ft = /* @__PURE__ */ T({
|
|
3732
|
+
}, tr = { class: "absolute bottom-0 inset-x-0 bg-gray-50 px-4 py-4 sm:px-6" }, lr = { class: "text-sm" }, sr = { key: 1 }, nr = { class: "relative bg-white pt-5 px-4 sm:pt-6 sm:px-6 shadow-sm rounded-lg overflow-hidden h-full pb-6" }, ar = { class: "absolute bg-gray-200 rounded-md p-3 animate-pulse" }, Ft = /* @__PURE__ */ T({
|
|
3733
3733
|
__name: "uiStats",
|
|
3734
3734
|
props: {
|
|
3735
3735
|
item: {},
|
|
@@ -3758,7 +3758,7 @@ const vi = /* @__PURE__ */ Ce(hi, [["render", bi]]), xi = /* @__PURE__ */ T({
|
|
|
3758
3758
|
])
|
|
3759
3759
|
])) : (l(), s("div", Ji, [
|
|
3760
3760
|
t("div", {
|
|
3761
|
-
class: x(["relative bg-white pt-5 px-4 sm:pt-6 sm:px-6 shadow rounded-lg overflow-hidden h-full", { "pb-12": e.item.showFooter }])
|
|
3761
|
+
class: x(["relative bg-white pt-5 px-4 sm:pt-6 sm:px-6 shadow-sm rounded-lg overflow-hidden h-full", { "pb-12": e.item.showFooter }])
|
|
3762
3762
|
}, [
|
|
3763
3763
|
t("dt", null, [
|
|
3764
3764
|
t("div", {
|
|
@@ -3796,12 +3796,12 @@ const vi = /* @__PURE__ */ Ce(hi, [["render", bi]]), xi = /* @__PURE__ */ T({
|
|
|
3796
3796
|
}, [
|
|
3797
3797
|
e.item.changeType === "increase" ? (l(), w(f(ql), {
|
|
3798
3798
|
key: 0,
|
|
3799
|
-
class: "self-center
|
|
3799
|
+
class: "self-center shrink-0 h-3 w-3 text-green-500",
|
|
3800
3800
|
"aria-hidden": "true"
|
|
3801
3801
|
})) : b("", !0),
|
|
3802
3802
|
e.item.changeType === "decrease" ? (l(), w(f(Nl), {
|
|
3803
3803
|
key: 1,
|
|
3804
|
-
class: "self-center
|
|
3804
|
+
class: "self-center shrink-0 h-3 w-3 text-red-500",
|
|
3805
3805
|
"aria-hidden": "true"
|
|
3806
3806
|
})) : b("", !0),
|
|
3807
3807
|
B(" " + u(e.item.change), 1)
|
|
@@ -3822,16 +3822,16 @@ const vi = /* @__PURE__ */ Ce(hi, [["render", bi]]), xi = /* @__PURE__ */ T({
|
|
|
3822
3822
|
}
|
|
3823
3823
|
}), or = {
|
|
3824
3824
|
key: 0,
|
|
3825
|
-
class: "overflow-hidden bg-white shadow sm:rounded-lg"
|
|
3825
|
+
class: "overflow-hidden bg-white shadow-sm sm:rounded-lg"
|
|
3826
3826
|
}, ir = { class: "px-4 py-5 sm:px-6" }, rr = { class: "text-lg font-medium leading-6" }, dr = { class: "mt-1 max-w-2xl text-sm" }, cr = { class: "border-t border-gray-200" }, ur = { class: "text-sm font-medium" }, gr = {
|
|
3827
3827
|
key: 0,
|
|
3828
3828
|
class: "mt-1 text-sm sm:col-span-2 sm:mt-0 break-normal"
|
|
3829
3829
|
}, mr = ["onClick"], fr = {
|
|
3830
3830
|
key: 2,
|
|
3831
|
-
class: "mt-1 text-sm sm:col-span-2 sm:mt-0 break-
|
|
3831
|
+
class: "mt-1 text-sm sm:col-span-2 sm:mt-0 wrap-break-word"
|
|
3832
3832
|
}, hr = {
|
|
3833
3833
|
key: 1,
|
|
3834
|
-
class: "overflow-hidden bg-white shadow sm:rounded-lg"
|
|
3834
|
+
class: "overflow-hidden bg-white shadow-sm sm:rounded-lg"
|
|
3835
3835
|
}, yr = { class: "border-t border-gray-200" }, br = /* @__PURE__ */ T({
|
|
3836
3836
|
__name: "uiStripedCard",
|
|
3837
3837
|
props: {
|
|
@@ -3853,7 +3853,7 @@ const vi = /* @__PURE__ */ Ce(hi, [["render", bi]]), xi = /* @__PURE__ */ T({
|
|
|
3853
3853
|
t("dt", { class: "text-sm font-medium text-gray-500" }, [
|
|
3854
3854
|
t("div", { class: "h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-12" })
|
|
3855
3855
|
], -1),
|
|
3856
|
-
t("dd", { class: "mt-1 text-sm sm:col-span-2 sm:mt-0 break-
|
|
3856
|
+
t("dd", { class: "mt-1 text-sm sm:col-span-2 sm:mt-0 wrap-break-word" }, [
|
|
3857
3857
|
t("div", { class: "h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-12" })
|
|
3858
3858
|
], -1)
|
|
3859
3859
|
])], 2)), 64))
|
|
@@ -3893,7 +3893,7 @@ const vi = /* @__PURE__ */ Ce(hi, [["render", bi]]), xi = /* @__PURE__ */ T({
|
|
|
3893
3893
|
])
|
|
3894
3894
|
]));
|
|
3895
3895
|
}
|
|
3896
|
-
}), vr = { class: "absolute top-10 bg-black text-white text-xs p-2 rounded z-10 font-light w-60 flex flex-row items-start" }, xr = { class: "ml-2" }, pr = {
|
|
3896
|
+
}), vr = { class: "absolute top-10 bg-black text-white text-xs p-2 rounded-sm z-10 font-light w-60 flex flex-row items-start" }, xr = { class: "ml-2" }, pr = {
|
|
3897
3897
|
__name: "tooltip",
|
|
3898
3898
|
props: {
|
|
3899
3899
|
tip: {
|
|
@@ -3929,10 +3929,10 @@ const vi = /* @__PURE__ */ Ce(hi, [["render", bi]]), xi = /* @__PURE__ */ T({
|
|
|
3929
3929
|
t("span", xr, u(e.tip), 1)
|
|
3930
3930
|
]));
|
|
3931
3931
|
}
|
|
3932
|
-
}, wr = { class: "hidden py-0.5 px-2.5 rounded text-xs font-medium md:inline-block bg-lime-400 text-gray-900" }, kr = {
|
|
3932
|
+
}, wr = { class: "hidden py-0.5 px-2.5 rounded-sm text-xs font-medium md:inline-block bg-lime-400 text-gray-900" }, kr = {
|
|
3933
3933
|
key: 0,
|
|
3934
|
-
class: "hidden py-0.5 px-2.5 rounded text-xs font-medium md:inline-block bg-gray-100 text-gray-900 uppercase"
|
|
3935
|
-
}, $r = { class: "w-screen max-w-md flex-auto rounded bg-white text-sm/6 shadow-lg ring-1 ring-gray-900/5 lg:max-w-3xl" }, Cr = { class: "p-6 gap-y-2 flex flex-col" }, Sr = { class: "flex items-center gap-x-2 w-full" }, Br = { class: "px-6 pb-6 gap-x-2 flex justify-end" }, Mr = {
|
|
3934
|
+
class: "hidden py-0.5 px-2.5 rounded-sm text-xs font-medium md:inline-block bg-gray-100 text-gray-900 uppercase"
|
|
3935
|
+
}, $r = { class: "w-screen max-w-md flex-auto rounded-sm bg-white text-sm/6 shadow-lg ring-1 ring-gray-900/5 lg:max-w-3xl" }, Cr = { class: "p-6 gap-y-2 flex flex-col" }, Sr = { class: "flex items-center gap-x-2 w-full" }, Br = { class: "px-6 pb-6 gap-x-2 flex justify-end" }, Mr = {
|
|
3936
3936
|
key: 1,
|
|
3937
3937
|
class: "relative animate-pulse"
|
|
3938
3938
|
}, zr = /* @__PURE__ */ T({
|
|
@@ -4039,13 +4039,13 @@ const vi = /* @__PURE__ */ Ce(hi, [["render", bi]]), xi = /* @__PURE__ */ T({
|
|
|
4039
4039
|
o("smartFiltersSent", H), j();
|
|
4040
4040
|
};
|
|
4041
4041
|
return (j, q) => e.loading ? (l(), s("div", Mr, [...q[1] || (q[1] = [
|
|
4042
|
-
ee('<div class="inline-flex items-center gap-x-2 text-sm/6 font-semibold text-gray-900 outline-
|
|
4042
|
+
ee('<div class="inline-flex items-center gap-x-2 text-sm/6 font-semibold text-gray-900 outline-hidden flex-wrap gap-y-1"><div class="h-4 bg-gray-200 rounded-lg w-32"></div><div class="h-4 bg-gray-200 rounded-lg w-20"></div><div class="h-4 bg-gray-200 rounded-lg w-16"></div><div class="h-5 w-5 bg-gray-200 rounded-lg"></div></div>', 1)
|
|
4043
4043
|
])])) : (l(), w(f(kl), {
|
|
4044
4044
|
key: 0,
|
|
4045
4045
|
class: "relative w-full max-w-full"
|
|
4046
4046
|
}, {
|
|
4047
4047
|
default: y(() => [
|
|
4048
|
-
m(f($l), { class: "inline-flex items-center gap-x-2 text-sm/6 font-semibold text-gray-900 outline-
|
|
4048
|
+
m(f($l), { class: "inline-flex items-center gap-x-2 text-sm/6 font-semibold text-gray-900 outline-hidden flex-wrap gap-y-1 w-full max-w-full" }, {
|
|
4049
4049
|
default: y(() => [
|
|
4050
4050
|
t("span", null, u(i.literals.filters) + ": ", 1),
|
|
4051
4051
|
(l(!0), s(k, null, S(N.value, (H, $) => (l(), s(k, { key: $ }, [
|
|
@@ -4245,16 +4245,16 @@ const vi = /* @__PURE__ */ Ce(hi, [["render", bi]]), xi = /* @__PURE__ */ T({
|
|
|
4245
4245
|
class: "w-full lg:flex-1 lg:min-w-0 lg:max-w-full"
|
|
4246
4246
|
}, _r = {
|
|
4247
4247
|
key: 1,
|
|
4248
|
-
class: "w-full lg:w-auto lg:
|
|
4248
|
+
class: "w-full lg:w-auto lg:shrink-0 flex flex-col sm:flex-row items-stretch sm:items-center gap-3 lg:gap-2"
|
|
4249
4249
|
}, Ir = {
|
|
4250
4250
|
key: 0,
|
|
4251
4251
|
class: "flex flex-col sm:flex-row gap-2 flex-wrap sm:flex-nowrap"
|
|
4252
4252
|
}, Vr = {
|
|
4253
4253
|
key: 1,
|
|
4254
4254
|
class: "w-auto"
|
|
4255
|
-
}, Nr = { class: "-my-2 overflow-x-auto" }, Rr = { class: "inline-block min-w-full py-2 align-middle px-1" }, qr = { class: "relative overflow-hidden shadow ring-1 ring-black
|
|
4255
|
+
}, Nr = { class: "-my-2 overflow-x-auto" }, Rr = { class: "inline-block min-w-full py-2 align-middle px-1" }, qr = { class: "relative overflow-hidden shadow-sm ring-1 ring-black/5 md:rounded-lg" }, Hr = {
|
|
4256
4256
|
key: 0,
|
|
4257
|
-
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-50"
|
|
4257
|
+
class: "absolute top-0 left-12 flex h-12 items-center space-x-3 sm:left-16 bg-white shadow-sm rounded-sm px-4 py-1 z-50"
|
|
4258
4258
|
}, Yr = ["onClick"], Er = { class: "min-w-full table-fixed divide-y divide-gray-300" }, Ur = ["checked", "indeterminate"], Zr = ["onMouseover"], Wr = ["onClick"], Gr = {
|
|
4259
4259
|
key: 2,
|
|
4260
4260
|
class: "group flex items-center uppercase text-xs"
|
|
@@ -4356,7 +4356,7 @@ const vi = /* @__PURE__ */ Ce(hi, [["render", bi]]), xi = /* @__PURE__ */ T({
|
|
|
4356
4356
|
"-mt-2",
|
|
4357
4357
|
"h-4",
|
|
4358
4358
|
"w-4",
|
|
4359
|
-
"rounded",
|
|
4359
|
+
"rounded-sm",
|
|
4360
4360
|
"border-gray-300",
|
|
4361
4361
|
"text-black",
|
|
4362
4362
|
"focus:ring-lime-400",
|
|
@@ -4380,7 +4380,7 @@ const vi = /* @__PURE__ */ Ce(hi, [["render", bi]]), xi = /* @__PURE__ */ T({
|
|
|
4380
4380
|
class: "flex flex-col"
|
|
4381
4381
|
} : typeof h == "object" && h.type === "action" ? {
|
|
4382
4382
|
type: "button",
|
|
4383
|
-
class: "inline-flex items-center gap-2 px-3 py-1.5 text-sm font-medium text-gray-700 bg-white border border-gray-300 rounded-md hover:bg-gray-50 focus:outline-
|
|
4383
|
+
class: "inline-flex items-center gap-2 px-3 py-1.5 text-sm font-medium text-gray-700 bg-white border border-gray-300 rounded-md hover:bg-gray-50 focus:outline-hidden focus:ring-2 focus:ring-lime-400 focus:ring-offset-2"
|
|
4384
4384
|
} : {}, ot = (h) => typeof h == "object" ? h.content || "" : h || "", Et = (h) => h === n.orderedBy ? n.orderDirection === "asc" ? oe : jt : oe, Ut = (h) => h === n.orderedBy ? "white" : "primary", Zt = (h) => {
|
|
4385
4385
|
o("tableAction", { action: h.id, items: r.value });
|
|
4386
4386
|
}, Wt = (h) => {
|
|
@@ -4567,7 +4567,7 @@ const vi = /* @__PURE__ */ Ce(hi, [["render", bi]]), xi = /* @__PURE__ */ T({
|
|
|
4567
4567
|
(l(!0), s(k, null, S(e.actions, (z, Q) => (l(), s("button", {
|
|
4568
4568
|
key: Q,
|
|
4569
4569
|
type: "button",
|
|
4570
|
-
class: "inline-flex items-center rounded bg-lime-400 hover:bg-black px-2.5 py-1.5 text-xs font-medium text-white shadow-
|
|
4570
|
+
class: "inline-flex items-center rounded-sm bg-lime-400 hover:bg-black px-2.5 py-1.5 text-xs font-medium text-white shadow-xs disabled:cursor-not-allowed disabled:opacity-30",
|
|
4571
4571
|
onClick: (_) => Zt(z)
|
|
4572
4572
|
}, u(z.name), 9, Yr))), 128))
|
|
4573
4573
|
])) : b("", !0),
|
|
@@ -4590,7 +4590,7 @@ const vi = /* @__PURE__ */ Ce(hi, [["render", bi]]), xi = /* @__PURE__ */ T({
|
|
|
4590
4590
|
key: 0,
|
|
4591
4591
|
checked: K.value,
|
|
4592
4592
|
indeterminate: re.value,
|
|
4593
|
-
class: "absolute left-4 top-1/2 -mt-2 h-4 w-4 rounded border-gray-300 text-black focus:ring-lime-400",
|
|
4593
|
+
class: "absolute left-4 top-1/2 -mt-2 h-4 w-4 rounded-sm border-gray-300 text-black focus:ring-lime-400",
|
|
4594
4594
|
type: "checkbox",
|
|
4595
4595
|
onChange: Wt
|
|
4596
4596
|
}, null, 40, Ur)) : b("", !0)
|
|
@@ -4613,7 +4613,7 @@ const vi = /* @__PURE__ */ Ce(hi, [["render", bi]]), xi = /* @__PURE__ */ T({
|
|
|
4613
4613
|
}, [
|
|
4614
4614
|
t("span", null, u(z.name), 1),
|
|
4615
4615
|
t("span", {
|
|
4616
|
-
class: x([Ht(z.value), "ml-2 flex-none rounded group-hover:bg-lime-200 group-hover:text-white"])
|
|
4616
|
+
class: x([Ht(z.value), "ml-2 flex-none rounded-sm group-hover:bg-lime-200 group-hover:text-white"])
|
|
4617
4617
|
}, [
|
|
4618
4618
|
m(P, {
|
|
4619
4619
|
icon: Et(z.value),
|
|
@@ -4657,7 +4657,7 @@ const vi = /* @__PURE__ */ Ce(hi, [["render", bi]]), xi = /* @__PURE__ */ T({
|
|
|
4657
4657
|
])) : typeof _ == "object" && _.type === "action" ? (l(), s("button", {
|
|
4658
4658
|
key: 1,
|
|
4659
4659
|
type: "button",
|
|
4660
|
-
class: "inline-flex items-center gap-2 px-3 py-1.5 text-sm font-medium text-gray-700 bg-white border border-gray-300 rounded-md hover:bg-gray-50 focus:outline-
|
|
4660
|
+
class: "inline-flex items-center gap-2 px-3 py-1.5 text-sm font-medium text-gray-700 bg-white border border-gray-300 rounded-md hover:bg-gray-50 focus:outline-hidden focus:ring-2 focus:ring-lime-400 focus:ring-offset-2",
|
|
4661
4661
|
onClick: (X) => de(_, z.id)
|
|
4662
4662
|
}, [
|
|
4663
4663
|
_.icon ? (l(), w(P, {
|
|
@@ -4688,7 +4688,7 @@ const vi = /* @__PURE__ */ Ce(hi, [["render", bi]]), xi = /* @__PURE__ */ T({
|
|
|
4688
4688
|
t("button", {
|
|
4689
4689
|
type: "button",
|
|
4690
4690
|
onClick: (X) => de({ type: "action", action: "reveal", value: _.value }, z.id),
|
|
4691
|
-
class: "inline-flex items-center p-1 text-gray-500 hover:text-gray-700 focus:outline-
|
|
4691
|
+
class: "inline-flex items-center p-1 text-gray-500 hover:text-gray-700 focus:outline-hidden"
|
|
4692
4692
|
}, [
|
|
4693
4693
|
m(P, {
|
|
4694
4694
|
loading: e.loading,
|
|
@@ -4700,7 +4700,7 @@ const vi = /* @__PURE__ */ Ce(hi, [["render", bi]]), xi = /* @__PURE__ */ T({
|
|
|
4700
4700
|
t("button", {
|
|
4701
4701
|
type: "button",
|
|
4702
4702
|
onClick: (X) => de({ type: "action", action: "copy", value: _.value }, z.id),
|
|
4703
|
-
class: "inline-flex items-center p-1 text-gray-500 hover:text-gray-700 focus:outline-
|
|
4703
|
+
class: "inline-flex items-center p-1 text-gray-500 hover:text-gray-700 focus:outline-hidden"
|
|
4704
4704
|
}, [
|
|
4705
4705
|
m(P, {
|
|
4706
4706
|
loading: e.loading,
|
|
@@ -4714,7 +4714,7 @@ const vi = /* @__PURE__ */ Ce(hi, [["render", bi]]), xi = /* @__PURE__ */ T({
|
|
|
4714
4714
|
key: hl,
|
|
4715
4715
|
type: "button",
|
|
4716
4716
|
onClick: (kg) => de({ type: "action", action: X.action }, z.id),
|
|
4717
|
-
class: x(X.action === "viewCode" ? "inline-flex items-center gap-1 px-3 py-1.5 text-sm font-medium text-gray-700 bg-white border border-gray-300 rounded-md hover:bg-gray-50 focus:outline-
|
|
4717
|
+
class: x(X.action === "viewCode" ? "inline-flex items-center gap-1 px-3 py-1.5 text-sm font-medium text-gray-700 bg-white border border-gray-300 rounded-md hover:bg-gray-50 focus:outline-hidden focus:ring-2 focus:ring-lime-400 focus:ring-offset-2" : "inline-flex items-center p-1 text-gray-500 hover:text-gray-700 focus:outline-hidden")
|
|
4718
4718
|
}, [
|
|
4719
4719
|
m(P, {
|
|
4720
4720
|
loading: e.loading,
|
|
@@ -4818,7 +4818,7 @@ const vi = /* @__PURE__ */ Ce(hi, [["render", bi]]), xi = /* @__PURE__ */ T({
|
|
|
4818
4818
|
onChange: r[0] || (r[0] = (a) => o(a)),
|
|
4819
4819
|
id: "tabs",
|
|
4820
4820
|
name: "tabs",
|
|
4821
|
-
class: "block w-full rounded-md border-black py-2 pl-3 pr-10 text-base focus:border-lime-400 focus:outline-
|
|
4821
|
+
class: "block w-full rounded-md border-black py-2 pl-3 pr-10 text-base focus:border-lime-400 focus:outline-hidden focus:ring-lime-400 sm:text-sm"
|
|
4822
4822
|
}, [
|
|
4823
4823
|
(l(!0), s(k, null, S(e.tabs, (a) => (l(), s("option", {
|
|
4824
4824
|
value: a.id,
|
|
@@ -4867,7 +4867,7 @@ const vi = /* @__PURE__ */ Ce(hi, [["render", bi]]), xi = /* @__PURE__ */ T({
|
|
|
4867
4867
|
class: "h-full w-full flex items-center justify-center flex-col px-4 py-5 sm:p-6"
|
|
4868
4868
|
}, Fd = {
|
|
4869
4869
|
key: 1,
|
|
4870
|
-
class: "bg-white overflow-hidden shadow rounded-lg"
|
|
4870
|
+
class: "bg-white overflow-hidden shadow-sm rounded-lg"
|
|
4871
4871
|
}, Od = { class: "px-4 py-5 sm:p-6 animate-pulse" }, _d = { class: "flow-root" }, Id = {
|
|
4872
4872
|
class: "-mb-8",
|
|
4873
4873
|
role: "list"
|
|
@@ -4912,7 +4912,7 @@ const vi = /* @__PURE__ */ Ce(hi, [["render", bi]]), xi = /* @__PURE__ */ T({
|
|
|
4912
4912
|
], -1))
|
|
4913
4913
|
])) : (l(), s("div", {
|
|
4914
4914
|
key: 0,
|
|
4915
|
-
class: x(["h-[" + e.height + "px]", "bg-white overflow-hidden shadow rounded-lg"])
|
|
4915
|
+
class: x(["h-[" + e.height + "px]", "bg-white overflow-hidden shadow-sm rounded-lg"])
|
|
4916
4916
|
}, [
|
|
4917
4917
|
t("div", pd, [
|
|
4918
4918
|
t("h1", wd, u(e.name), 1)
|
|
@@ -4988,7 +4988,7 @@ const vi = /* @__PURE__ */ Ce(hi, [["render", bi]]), xi = /* @__PURE__ */ T({
|
|
|
4988
4988
|
]))
|
|
4989
4989
|
], 2));
|
|
4990
4990
|
}
|
|
4991
|
-
}), qd = { class: "mx-auto px-6 lg:px-8" }, Hd = { class: "flex justify-between h-20" }, Yd = { class: "flex" }, Ed = { class: "-ml-2 mr-2 flex items-center lg:hidden" }, Ud = ["src"], Zd = { class: "flex items-center" }, Wd = { class: "lg:ml-4 lg:
|
|
4991
|
+
}), qd = { class: "mx-auto px-6 lg:px-8" }, Hd = { class: "flex justify-between h-20" }, Yd = { class: "flex" }, Ed = { class: "-ml-2 mr-2 flex items-center lg:hidden" }, Ud = ["src"], Zd = { class: "flex items-center" }, Wd = { class: "lg:ml-4 lg:shrink-0 lg:flex lg:items-center hidden" }, Gd = { class: "redCircle flex items-center justify-center h-4 w-4 bg-red-500 rounded-full absolute top-0 -left-1" }, Jd = ["src"], Kd = ["onClick"], Qd = { class: "pt-2 pb-3 space-y-1" }, Xd = ["onClick"], ec = { class: "pt-4 pb-3 border-t border-gray-200" }, tc = { class: "flex items-center px-4 sm:px-6" }, lc = { class: "shrink-0" }, sc = ["src"], nc = {
|
|
4992
4992
|
key: 0,
|
|
4993
4993
|
class: "ml-3"
|
|
4994
4994
|
}, ac = { class: "text-base font-medium text-gray-800" }, oc = { class: "text-sm font-medium text-gray-500" }, ic = { class: "mt-3 space-y-1" }, rc = ["onClick"], dc = /* @__PURE__ */ T({
|
|
@@ -5006,14 +5006,14 @@ const vi = /* @__PURE__ */ Ce(hi, [["render", bi]]), xi = /* @__PURE__ */ T({
|
|
|
5006
5006
|
const i = e, o = A(() => i.navigation ? Array.isArray(i.navigation) ? i.navigation : [i.navigation] : []);
|
|
5007
5007
|
return (n, r) => (l(), w(f(_e), {
|
|
5008
5008
|
as: "nav",
|
|
5009
|
-
class: "bg-white shadow z-10"
|
|
5009
|
+
class: "bg-white shadow-sm z-10"
|
|
5010
5010
|
}, {
|
|
5011
5011
|
default: y(({ open: a }) => [
|
|
5012
5012
|
t("div", qd, [
|
|
5013
5013
|
t("div", Hd, [
|
|
5014
5014
|
t("div", Yd, [
|
|
5015
5015
|
t("div", Ed, [
|
|
5016
|
-
m(f(se), { class: "inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-gray-500 hover:bg-gray-100 focus:outline-
|
|
5016
|
+
m(f(se), { class: "inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-gray-500 hover:bg-gray-100 focus:outline-hidden focus:ring-2 focus:ring-inset focus:ring-indigo-500" }, {
|
|
5017
5017
|
default: y(() => [
|
|
5018
5018
|
r[1] || (r[1] = t("span", { class: "sr-only" }, "Open main menu", -1)),
|
|
5019
5019
|
a ? (l(), w(f(ie), {
|
|
@@ -5030,7 +5030,7 @@ const vi = /* @__PURE__ */ Ce(hi, [["render", bi]]), xi = /* @__PURE__ */ T({
|
|
|
5030
5030
|
}, 1024)
|
|
5031
5031
|
]),
|
|
5032
5032
|
t("div", {
|
|
5033
|
-
class: "
|
|
5033
|
+
class: "shrink-0 flex items-center cursor-pointer",
|
|
5034
5034
|
onClick: r[0] || (r[0] = (d) => n.$emit("topBarClick", "logo"))
|
|
5035
5035
|
}, [
|
|
5036
5036
|
t("img", {
|
|
@@ -5048,7 +5048,7 @@ const vi = /* @__PURE__ */ Ce(hi, [["render", bi]]), xi = /* @__PURE__ */ T({
|
|
|
5048
5048
|
}, {
|
|
5049
5049
|
default: y(() => [
|
|
5050
5050
|
t("div", null, [
|
|
5051
|
-
L(m(f(We), { class: "bg-white rounded-full flex text-sm focus:outline-
|
|
5051
|
+
L(m(f(We), { class: "bg-white rounded-full flex text-sm focus:outline-hidden focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500 relative" }, {
|
|
5052
5052
|
default: y(() => [
|
|
5053
5053
|
L(t("div", Gd, [...r[2] || (r[2] = [
|
|
5054
5054
|
t("span", { class: "animate-ping absolute inline-flex h-4 w-4 bg-red-500 rounded-full opacity-75" }, null, -1)
|
|
@@ -5074,7 +5074,7 @@ const vi = /* @__PURE__ */ Ce(hi, [["render", bi]]), xi = /* @__PURE__ */ T({
|
|
|
5074
5074
|
"leave-to-class": "transform opacity-0 scale-95"
|
|
5075
5075
|
}, {
|
|
5076
5076
|
default: y(() => [
|
|
5077
|
-
m(f(Ge), { class: "origin-top-right absolute right-0 mt-2 w-48 rounded-md shadow-lg py-1 bg-white ring-1 ring-black
|
|
5077
|
+
m(f(Ge), { class: "origin-top-right absolute right-0 mt-2 w-48 rounded-md shadow-lg py-1 bg-white ring-1 ring-black/5 focus:outline-hidden" }, {
|
|
5078
5078
|
default: y(() => [
|
|
5079
5079
|
(l(!0), s(k, null, S(e.profileMenu, (d) => (l(), w(f(Je), {
|
|
5080
5080
|
key: d.name
|
|
@@ -5186,7 +5186,7 @@ const vi = /* @__PURE__ */ Ce(hi, [["render", bi]]), xi = /* @__PURE__ */ T({
|
|
|
5186
5186
|
}, "3M", 2)
|
|
5187
5187
|
]));
|
|
5188
5188
|
}
|
|
5189
|
-
}), gc = { class: "chart-header flex flex-row justify-between" }, mc = { class: "text-sm font-medium text-gray-500 truncate" }, fc = { class: "chart-content" }, hc = { class: "h-full w-full flex items-center justify-center flex-col" }, yc = { class: "card chart apex-chart px-4 py-5 bg-white shadow rounded-lg overflow-hidden sm:p-6 flex grow h-80" }, bc = /* @__PURE__ */ T({
|
|
5189
|
+
}), gc = { class: "chart-header flex flex-row justify-between" }, mc = { class: "text-sm font-medium text-gray-500 truncate" }, fc = { class: "chart-content" }, hc = { class: "h-full w-full flex items-center justify-center flex-col" }, yc = { class: "card chart apex-chart px-4 py-5 bg-white shadow-sm rounded-lg overflow-hidden sm:p-6 flex grow h-80" }, bc = /* @__PURE__ */ T({
|
|
5190
5190
|
__name: "uiFunnelChartV2",
|
|
5191
5191
|
props: {
|
|
5192
5192
|
labels: {},
|
|
@@ -5249,7 +5249,7 @@ const vi = /* @__PURE__ */ Ce(hi, [["render", bi]]), xi = /* @__PURE__ */ T({
|
|
|
5249
5249
|
};
|
|
5250
5250
|
return (v, p) => (l(), s(k, null, [
|
|
5251
5251
|
L(t("div", {
|
|
5252
|
-
class: x(["h-[" + e.height + "px]", "card chart apex-chart px-4 py-5 bg-white shadow rounded-lg overflow-hidden sm:p-6 flex grow"])
|
|
5252
|
+
class: x(["h-[" + e.height + "px]", "card chart apex-chart px-4 py-5 bg-white shadow-sm rounded-lg overflow-hidden sm:p-6 flex grow"])
|
|
5253
5253
|
}, [
|
|
5254
5254
|
t("div", gc, [
|
|
5255
5255
|
t("div", mc, u(e.title), 1),
|
|
@@ -5294,22 +5294,22 @@ const vi = /* @__PURE__ */ Ce(hi, [["render", bi]]), xi = /* @__PURE__ */ T({
|
|
|
5294
5294
|
t("div", { class: "h-2.5 w-36 bg-gray-200 rounded-full mb-2.5" }),
|
|
5295
5295
|
t("div", { class: "w-48 h-2 mb-6 bg-gray-200 rounded-full" }),
|
|
5296
5296
|
t("div", { class: "flex flex-row justify-between items-baseline grow gap-x-1" }, [
|
|
5297
|
-
t("div", { class: "w-full bg-gray-200 rounded h-full" }),
|
|
5298
|
-
t("div", { class: "w-full bg-gray-200 rounded h-1/2" }),
|
|
5299
|
-
t("div", { class: "w-full bg-gray-200 rounded h-1/3" }),
|
|
5300
|
-
t("div", { class: "w-full bg-gray-200 rounded h-4/5" }),
|
|
5301
|
-
t("div", { class: "w-full bg-gray-200 rounded h-full" }),
|
|
5302
|
-
t("div", { class: "w-full bg-gray-200 rounded h-1/2" }),
|
|
5303
|
-
t("div", { class: "w-full bg-gray-200 rounded h-1/3" }),
|
|
5304
|
-
t("div", { class: "w-full bg-gray-200 rounded h-1/2" }),
|
|
5305
|
-
t("div", { class: "w-full bg-gray-200 rounded h-1/3" }),
|
|
5306
|
-
t("div", { class: "w-full bg-gray-200 rounded h-4/5" }),
|
|
5307
|
-
t("div", { class: "w-full bg-gray-200 rounded h-full" }),
|
|
5308
|
-
t("div", { class: "w-full bg-gray-200 rounded h-4/5" }),
|
|
5309
|
-
t("div", { class: "w-full bg-gray-200 rounded h-full" }),
|
|
5310
|
-
t("div", { class: "w-full bg-gray-200 rounded h-1/2" }),
|
|
5311
|
-
t("div", { class: "w-full bg-gray-200 rounded h-1/3" }),
|
|
5312
|
-
t("div", { class: "w-full bg-gray-200 rounded h-1/2" })
|
|
5297
|
+
t("div", { class: "w-full bg-gray-200 rounded-sm h-full" }),
|
|
5298
|
+
t("div", { class: "w-full bg-gray-200 rounded-sm h-1/2" }),
|
|
5299
|
+
t("div", { class: "w-full bg-gray-200 rounded-sm h-1/3" }),
|
|
5300
|
+
t("div", { class: "w-full bg-gray-200 rounded-sm h-4/5" }),
|
|
5301
|
+
t("div", { class: "w-full bg-gray-200 rounded-sm h-full" }),
|
|
5302
|
+
t("div", { class: "w-full bg-gray-200 rounded-sm h-1/2" }),
|
|
5303
|
+
t("div", { class: "w-full bg-gray-200 rounded-sm h-1/3" }),
|
|
5304
|
+
t("div", { class: "w-full bg-gray-200 rounded-sm h-1/2" }),
|
|
5305
|
+
t("div", { class: "w-full bg-gray-200 rounded-sm h-1/3" }),
|
|
5306
|
+
t("div", { class: "w-full bg-gray-200 rounded-sm h-4/5" }),
|
|
5307
|
+
t("div", { class: "w-full bg-gray-200 rounded-sm h-full" }),
|
|
5308
|
+
t("div", { class: "w-full bg-gray-200 rounded-sm h-4/5" }),
|
|
5309
|
+
t("div", { class: "w-full bg-gray-200 rounded-sm h-full" }),
|
|
5310
|
+
t("div", { class: "w-full bg-gray-200 rounded-sm h-1/2" }),
|
|
5311
|
+
t("div", { class: "w-full bg-gray-200 rounded-sm h-1/3" }),
|
|
5312
|
+
t("div", { class: "w-full bg-gray-200 rounded-sm h-1/2" })
|
|
5313
5313
|
])
|
|
5314
5314
|
], -1)
|
|
5315
5315
|
])], 512), [
|
|
@@ -5365,7 +5365,7 @@ const vi = /* @__PURE__ */ Ce(hi, [["render", bi]]), xi = /* @__PURE__ */ T({
|
|
|
5365
5365
|
t("div", Cc, [
|
|
5366
5366
|
t("button", {
|
|
5367
5367
|
type: "button",
|
|
5368
|
-
class: "relative rounded-md hover:bg-black hover:text-white outline-
|
|
5368
|
+
class: "relative rounded-md hover:bg-black hover:text-white outline-hidden",
|
|
5369
5369
|
onClick: o[0] || (o[0] = (n) => i.$emit("closeRightBar"))
|
|
5370
5370
|
}, [
|
|
5371
5371
|
o[2] || (o[2] = t("span", { class: "absolute -inset-2.5" }, null, -1)),
|
|
@@ -5456,7 +5456,7 @@ const vi = /* @__PURE__ */ Ce(hi, [["render", bi]]), xi = /* @__PURE__ */ T({
|
|
|
5456
5456
|
}, null, 8, Dc),
|
|
5457
5457
|
t("button", {
|
|
5458
5458
|
type: "button",
|
|
5459
|
-
class: "absolute inset-0 focus:outline-
|
|
5459
|
+
class: "absolute inset-0 focus:outline-hidden",
|
|
5460
5460
|
onClick: (c) => r.$emit("imgClicked", d)
|
|
5461
5461
|
}, null, 8, Lc)
|
|
5462
5462
|
]),
|
|
@@ -5513,13 +5513,13 @@ const vi = /* @__PURE__ */ Ce(hi, [["render", bi]]), xi = /* @__PURE__ */ T({
|
|
|
5513
5513
|
]),
|
|
5514
5514
|
_: 3
|
|
5515
5515
|
}, 16)) : (l(), s("div", Vc, [...o[1] || (o[1] = [
|
|
5516
|
-
t("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-
|
|
5517
|
-
t("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-
|
|
5518
|
-
t("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-
|
|
5516
|
+
t("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-xs" }, null, -1),
|
|
5517
|
+
t("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-xs" }, null, -1),
|
|
5518
|
+
t("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-xs" }, null, -1)
|
|
5519
5519
|
])]))
|
|
5520
5520
|
]));
|
|
5521
5521
|
}
|
|
5522
|
-
}), Rc = { class: "cursor-move mb-1 relative flex items-center space-x-3 rounded-lg border border-gray-300 bg-white p-4 shadow-
|
|
5522
|
+
}), Rc = { class: "cursor-move mb-1 relative flex items-center space-x-3 rounded-lg border border-gray-300 bg-white p-4 shadow-xs focus-within:ring-2 focus-within:ring-indigo-500 focus-within:ring-offset-2 hover:border-gray-400" }, qc = { class: "flex flex-row items-center w-full" }, Hc = { class: "content text-sm grow" }, Yc = { class: "font-bold" }, Ec = { key: 0 }, Uc = { class: "font-bold text-gray-400" }, Zc = {
|
|
5523
5523
|
key: 1,
|
|
5524
5524
|
class: "animate-pulse"
|
|
5525
5525
|
}, Wc = /* @__PURE__ */ T({
|
|
@@ -5539,7 +5539,7 @@ const vi = /* @__PURE__ */ Ce(hi, [["render", bi]]), xi = /* @__PURE__ */ T({
|
|
|
5539
5539
|
i("dragAndDropUpdated", a);
|
|
5540
5540
|
};
|
|
5541
5541
|
return (a, d) => e.loading ? (l(), s("div", Zc, [...d[2] || (d[2] = [
|
|
5542
|
-
ee('<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-
|
|
5542
|
+
ee('<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-xs"></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-xs"></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-xs"></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-xs"></div><div class="h-16 relative flex items-center space-x-3 rounded-lg bg-gray-200 dark:bg-gray-300 p-4 shadow-xs"></div>', 5)
|
|
5543
5543
|
])])) : (l(), w(Nc, {
|
|
5544
5544
|
key: 0,
|
|
5545
5545
|
modelValue: f(n),
|
|
@@ -5569,7 +5569,7 @@ const vi = /* @__PURE__ */ Ce(hi, [["render", bi]]), xi = /* @__PURE__ */ T({
|
|
|
5569
5569
|
_: 1
|
|
5570
5570
|
}, 8, ["modelValue"]));
|
|
5571
5571
|
}
|
|
5572
|
-
}), Gc = { class: "chart-header flex flex-row justify-between" }, Jc = { class: "text-sm font-medium text-gray-500 truncate" }, Kc = { class: "hidden sm:flex items-center" }, Qc = { class: "w-1/2 min-w-0 flex-1" }, Xc = ["max"], eu = { class: "min-w-0 flex-1" }, tu = ["max"], lu = { class: "chart-content" }, su = { class: "h-full w-full flex items-center justify-center flex-col" }, nu = { class: "card chart apex-chart px-4 py-5 bg-white shadow rounded-lg overflow-hidden sm:p-6 flex grow h-80" }, au = /* @__PURE__ */ T({
|
|
5572
|
+
}), Gc = { class: "chart-header flex flex-row justify-between" }, Jc = { class: "text-sm font-medium text-gray-500 truncate" }, Kc = { class: "hidden sm:flex items-center" }, Qc = { class: "w-1/2 min-w-0 flex-1" }, Xc = ["max"], eu = { class: "min-w-0 flex-1" }, tu = ["max"], lu = { class: "chart-content" }, su = { class: "h-full w-full flex items-center justify-center flex-col" }, nu = { class: "card chart apex-chart px-4 py-5 bg-white shadow-sm rounded-lg overflow-hidden sm:p-6 flex grow h-80" }, au = /* @__PURE__ */ T({
|
|
5573
5573
|
__name: "uiCircleChart",
|
|
5574
5574
|
props: {
|
|
5575
5575
|
labels: {},
|
|
@@ -5635,7 +5635,7 @@ const vi = /* @__PURE__ */ Ce(hi, [["render", bi]]), xi = /* @__PURE__ */ T({
|
|
|
5635
5635
|
};
|
|
5636
5636
|
return (E, M) => (l(), s(k, null, [
|
|
5637
5637
|
L(t("div", {
|
|
5638
|
-
class: x(["h-[" + e.height + "px]", "card chart apex-chart px-4 py-5 bg-white shadow rounded-lg overflow-hidden sm:p-6 flex grow"])
|
|
5638
|
+
class: x(["h-[" + e.height + "px]", "card chart apex-chart px-4 py-5 bg-white shadow-sm rounded-lg overflow-hidden sm:p-6 flex grow"])
|
|
5639
5639
|
}, [
|
|
5640
5640
|
t("div", Gc, [
|
|
5641
5641
|
t("div", Jc, u(e.title), 1),
|
|
@@ -5648,7 +5648,7 @@ const vi = /* @__PURE__ */ Ce(hi, [["render", bi]]), xi = /* @__PURE__ */ T({
|
|
|
5648
5648
|
onChange: N,
|
|
5649
5649
|
name: "from",
|
|
5650
5650
|
id: "from",
|
|
5651
|
-
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"
|
|
5651
|
+
class: "text-xs relative block w-full rounded-sm 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"
|
|
5652
5652
|
}, null, 40, Xc), [
|
|
5653
5653
|
[xe, f(r).from]
|
|
5654
5654
|
])
|
|
@@ -5661,7 +5661,7 @@ const vi = /* @__PURE__ */ Ce(hi, [["render", bi]]), xi = /* @__PURE__ */ T({
|
|
|
5661
5661
|
onChange: N,
|
|
5662
5662
|
name: "to",
|
|
5663
5663
|
id: "to",
|
|
5664
|
-
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"
|
|
5664
|
+
class: "text-xs relative block w-full -mr-2 rounded-sm 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"
|
|
5665
5665
|
}, null, 40, tu), [
|
|
5666
5666
|
[xe, f(r).to]
|
|
5667
5667
|
])
|
|
@@ -5711,22 +5711,22 @@ const vi = /* @__PURE__ */ Ce(hi, [["render", bi]]), xi = /* @__PURE__ */ T({
|
|
|
5711
5711
|
t("div", { class: "h-2.5 w-36 bg-gray-200 rounded-full mb-2.5" }),
|
|
5712
5712
|
t("div", { class: "w-48 h-2 mb-6 bg-gray-200 rounded-full" }),
|
|
5713
5713
|
t("div", { class: "flex flex-row justify-between items-baseline grow gap-x-1" }, [
|
|
5714
|
-
t("div", { class: "w-full bg-gray-200 rounded h-full" }),
|
|
5715
|
-
t("div", { class: "w-full bg-gray-200 rounded h-1/2" }),
|
|
5716
|
-
t("div", { class: "w-full bg-gray-200 rounded h-1/3" }),
|
|
5717
|
-
t("div", { class: "w-full bg-gray-200 rounded h-4/5" }),
|
|
5718
|
-
t("div", { class: "w-full bg-gray-200 rounded h-full" }),
|
|
5719
|
-
t("div", { class: "w-full bg-gray-200 rounded h-1/2" }),
|
|
5720
|
-
t("div", { class: "w-full bg-gray-200 rounded h-1/3" }),
|
|
5721
|
-
t("div", { class: "w-full bg-gray-200 rounded h-1/2" }),
|
|
5722
|
-
t("div", { class: "w-full bg-gray-200 rounded h-1/3" }),
|
|
5723
|
-
t("div", { class: "w-full bg-gray-200 rounded h-4/5" }),
|
|
5724
|
-
t("div", { class: "w-full bg-gray-200 rounded h-full" }),
|
|
5725
|
-
t("div", { class: "w-full bg-gray-200 rounded h-4/5" }),
|
|
5726
|
-
t("div", { class: "w-full bg-gray-200 rounded h-full" }),
|
|
5727
|
-
t("div", { class: "w-full bg-gray-200 rounded h-1/2" }),
|
|
5728
|
-
t("div", { class: "w-full bg-gray-200 rounded h-1/3" }),
|
|
5729
|
-
t("div", { class: "w-full bg-gray-200 rounded h-1/2" })
|
|
5714
|
+
t("div", { class: "w-full bg-gray-200 rounded-sm h-full" }),
|
|
5715
|
+
t("div", { class: "w-full bg-gray-200 rounded-sm h-1/2" }),
|
|
5716
|
+
t("div", { class: "w-full bg-gray-200 rounded-sm h-1/3" }),
|
|
5717
|
+
t("div", { class: "w-full bg-gray-200 rounded-sm h-4/5" }),
|
|
5718
|
+
t("div", { class: "w-full bg-gray-200 rounded-sm h-full" }),
|
|
5719
|
+
t("div", { class: "w-full bg-gray-200 rounded-sm h-1/2" }),
|
|
5720
|
+
t("div", { class: "w-full bg-gray-200 rounded-sm h-1/3" }),
|
|
5721
|
+
t("div", { class: "w-full bg-gray-200 rounded-sm h-1/2" }),
|
|
5722
|
+
t("div", { class: "w-full bg-gray-200 rounded-sm h-1/3" }),
|
|
5723
|
+
t("div", { class: "w-full bg-gray-200 rounded-sm h-4/5" }),
|
|
5724
|
+
t("div", { class: "w-full bg-gray-200 rounded-sm h-full" }),
|
|
5725
|
+
t("div", { class: "w-full bg-gray-200 rounded-sm h-4/5" }),
|
|
5726
|
+
t("div", { class: "w-full bg-gray-200 rounded-sm h-full" }),
|
|
5727
|
+
t("div", { class: "w-full bg-gray-200 rounded-sm h-1/2" }),
|
|
5728
|
+
t("div", { class: "w-full bg-gray-200 rounded-sm h-1/3" }),
|
|
5729
|
+
t("div", { class: "w-full bg-gray-200 rounded-sm h-1/2" })
|
|
5730
5730
|
])
|
|
5731
5731
|
], -1)
|
|
5732
5732
|
])], 512), [
|
|
@@ -5851,7 +5851,7 @@ const vi = /* @__PURE__ */ Ce(hi, [["render", bi]]), xi = /* @__PURE__ */ T({
|
|
|
5851
5851
|
e.requiredText ? (l(), s("span", uu, u(e.requiredText), 1)) : b("", !0)
|
|
5852
5852
|
]),
|
|
5853
5853
|
t("div", {
|
|
5854
|
-
class: x([{ "mt-1": e.label }, "pt-16 px-6 pb-6 bg-gray-50 border border-gray-300 rounded-lg shadow-
|
|
5854
|
+
class: x([{ "mt-1": e.label }, "pt-16 px-6 pb-6 bg-gray-50 border border-gray-300 rounded-lg shadow-xs"])
|
|
5855
5855
|
}, [
|
|
5856
5856
|
e.loading ? (l(), s("p", gu)) : (l(), w(f(Al), {
|
|
5857
5857
|
key: 0,
|
|
@@ -5862,8 +5862,8 @@ const vi = /* @__PURE__ */ Ce(hi, [["render", bi]]), xi = /* @__PURE__ */ T({
|
|
|
5862
5862
|
disabled: e.disabled,
|
|
5863
5863
|
onChange: a[1] || (a[1] = (d) => i("sliderUpdated", d)),
|
|
5864
5864
|
classes: {
|
|
5865
|
-
base: "w-full h-full relative z-1 bg-gray-300 rounded",
|
|
5866
|
-
tooltip: "absolute block text-sm font-semibold whitespace-nowrap py-1 px-1.5 min-w-5 text-center text-white rounded border border-black bg-black transform h:-translate-x-1/2 h:left-1/2 v:-translate-y-1/2 v:top-1/2 slider-disabled:bg-gray-400 slider-disabled:border-gray-400 merge-h:translate-x-1/2 merge-h:left-auto merge-v:-translate-x-4 merge-v:top-auto tt-focus:hidden tt-focused:block tt-drag:hidden tt-dragging:block"
|
|
5865
|
+
base: "w-full h-full relative z-1 bg-gray-300 rounded-sm",
|
|
5866
|
+
tooltip: "absolute block text-sm font-semibold whitespace-nowrap py-1 px-1.5 min-w-5 text-center text-white rounded-sm border border-black bg-black transform h:-translate-x-1/2 h:left-1/2 v:-translate-y-1/2 v:top-1/2 slider-disabled:bg-gray-400 slider-disabled:border-gray-400 merge-h:translate-x-1/2 merge-h:left-auto merge-v:-translate-x-4 merge-v:top-auto tt-focus:hidden tt-focused:block tt-drag:hidden tt-dragging:block"
|
|
5867
5867
|
}
|
|
5868
5868
|
}, null, 8, ["modelValue", "min", "max", "disabled"]))
|
|
5869
5869
|
], 2)
|
|
@@ -5894,7 +5894,7 @@ const vi = /* @__PURE__ */ Ce(hi, [["render", bi]]), xi = /* @__PURE__ */ T({
|
|
|
5894
5894
|
class: "text-lg font-semibold text-gray-900"
|
|
5895
5895
|
}, pu = {
|
|
5896
5896
|
key: 2,
|
|
5897
|
-
class: "h-6 bg-gray-200 rounded animate-pulse"
|
|
5897
|
+
class: "h-6 bg-gray-200 rounded-sm animate-pulse"
|
|
5898
5898
|
}, wu = {
|
|
5899
5899
|
key: 0,
|
|
5900
5900
|
class: "border-t border-gray-200"
|
|
@@ -5903,16 +5903,16 @@ const vi = /* @__PURE__ */ Ce(hi, [["render", bi]]), xi = /* @__PURE__ */ T({
|
|
|
5903
5903
|
class: "text-sm font-semibold text-gray-900 mb-2"
|
|
5904
5904
|
}, Cu = {
|
|
5905
5905
|
key: 1,
|
|
5906
|
-
class: "h-4 bg-gray-200 rounded animate-pulse w-24 mb-2"
|
|
5906
|
+
class: "h-4 bg-gray-200 rounded-sm animate-pulse w-24 mb-2"
|
|
5907
5907
|
}, Su = ["onClick"], Bu = {
|
|
5908
5908
|
key: 1,
|
|
5909
5909
|
class: "flex-1 text-left"
|
|
5910
5910
|
}, Mu = {
|
|
5911
5911
|
key: 2,
|
|
5912
|
-
class: "flex-1 h-4 bg-gray-200 rounded animate-pulse"
|
|
5912
|
+
class: "flex-1 h-4 bg-gray-200 rounded-sm animate-pulse"
|
|
5913
5913
|
}, zu = {
|
|
5914
5914
|
key: 4,
|
|
5915
|
-
class: "h-3 w-8 bg-gray-200 rounded animate-pulse"
|
|
5915
|
+
class: "h-3 w-8 bg-gray-200 rounded-sm animate-pulse"
|
|
5916
5916
|
}, ju = /* @__PURE__ */ T({
|
|
5917
5917
|
__name: "uiSecondarySidebar",
|
|
5918
5918
|
props: {
|
|
@@ -5984,11 +5984,11 @@ const vi = /* @__PURE__ */ Ce(hi, [["render", bi]]), xi = /* @__PURE__ */ T({
|
|
|
5984
5984
|
}
|
|
5985
5985
|
}), Au = {
|
|
5986
5986
|
key: 0,
|
|
5987
|
-
class: "col-span-1 flex flex-col divide-y divide-gray-200 rounded-lg bg-white text-center shadow"
|
|
5988
|
-
}, Tu = { class: "flex flex-1 flex-col p-8" }, Du = { class: "text-2xl font-bold" }, Lu = { class: "mt-1 flex
|
|
5987
|
+
class: "col-span-1 flex flex-col divide-y divide-gray-200 rounded-lg bg-white text-center shadow-sm"
|
|
5988
|
+
}, Tu = { class: "flex flex-1 flex-col p-8" }, Du = { class: "text-2xl font-bold" }, Lu = { class: "mt-1 flex grow flex-col justify-between" }, Pu = { class: "mt-3 flex flex-wrap gap-x-1 gap-y-1 justify-center" }, Fu = {
|
|
5989
5989
|
key: 1,
|
|
5990
|
-
class: "col-span-1 flex flex-col divide-y divide-gray-200 rounded-lg bg-white text-center shadow"
|
|
5991
|
-
}, Ou = { class: "flex flex-1 flex-col p-8" }, _u = { class: "rounded-md p-3 flex items-center justify-center mx-auto mb-4 bg-gray-200" }, Iu = { class: "mt-1 flex
|
|
5990
|
+
class: "col-span-1 flex flex-col divide-y divide-gray-200 rounded-lg bg-white text-center shadow-sm"
|
|
5991
|
+
}, Ou = { class: "flex flex-1 flex-col p-8" }, _u = { class: "rounded-md p-3 flex items-center justify-center mx-auto mb-4 bg-gray-200" }, Iu = { class: "mt-1 flex grow flex-col justify-between" }, Vu = { class: "mt-3 flex flex-wrap gap-x-1 gap-y-1 justify-center" }, Nu = /* @__PURE__ */ T({
|
|
5992
5992
|
__name: "uiDeviceStatus",
|
|
5993
5993
|
props: {
|
|
5994
5994
|
id: {},
|
|
@@ -6077,7 +6077,7 @@ const vi = /* @__PURE__ */ Ce(hi, [["render", bi]]), xi = /* @__PURE__ */ T({
|
|
|
6077
6077
|
])
|
|
6078
6078
|
]));
|
|
6079
6079
|
}
|
|
6080
|
-
}), Ru = { class: "fixed inset-0 flex" }, qu = { class: "absolute left-full top-0 flex w-16 justify-center pt-5" }, Hu = { class: "hidden lg:fixed lg:inset-y-0 lg:z-50 lg:flex lg:w-
|
|
6080
|
+
}), Ru = { class: "fixed inset-0 flex" }, qu = { class: "absolute left-full top-0 flex w-16 justify-center pt-5" }, Hu = { class: "hidden lg:fixed lg:inset-y-0 lg:z-50 lg:flex lg:w-100 lg:flex-col" }, Yu = { class: "lg:pl-100 flex flex-col h-screen" }, Eu = { 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-xs sm:gap-x-6 sm:px-6 lg:px-8" }, Uu = { class: "flex flex-1 gap-x-4 self-stretch lg:gap-x-6" }, Zu = { class: "flex items-center gap-x-4 lg:gap-x-6 ml-auto" }, Wu = { class: "redCircle flex items-center justify-center h-4 w-4 bg-red-500 rounded-full absolute top-1 left-2" }, Gu = ["src"], Ju = { class: "hidden lg:flex lg:items-center" }, Ku = ["onClick"], Qu = { class: "bg-gray-50 flex-1 overflow-auto" }, Xu = { class: "p-7 lg:p-10" }, e0 = /* @__PURE__ */ T({
|
|
6081
6081
|
__name: "uiWrapper",
|
|
6082
6082
|
props: {
|
|
6083
6083
|
topbar: {},
|
|
@@ -6270,7 +6270,7 @@ const vi = /* @__PURE__ */ Ce(hi, [["render", bi]]), xi = /* @__PURE__ */ T({
|
|
|
6270
6270
|
"leave-to-class": "transform opacity-0 scale-95"
|
|
6271
6271
|
}, {
|
|
6272
6272
|
default: y(() => [
|
|
6273
|
-
m(f(Ge), { 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-
|
|
6273
|
+
m(f(Ge), { 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-hidden" }, {
|
|
6274
6274
|
default: y(() => [
|
|
6275
6275
|
(l(!0), s(k, null, S(e.topbar.profileMenu, (c) => (l(), w(f(Je), {
|
|
6276
6276
|
key: c.name
|
|
@@ -6407,14 +6407,14 @@ const vi = /* @__PURE__ */ Ce(hi, [["render", bi]]), xi = /* @__PURE__ */ T({
|
|
|
6407
6407
|
"text-red-600": e.color === "red",
|
|
6408
6408
|
"text-yellow-400": e.color === "yellow",
|
|
6409
6409
|
"text-green-600": e.color === "green"
|
|
6410
|
-
}, "relative w-full rounded-md border py-1.5 pl-2 pr-10 shadow-
|
|
6410
|
+
}, "relative w-full rounded-md border py-1.5 pl-2 pr-10 shadow-xs focus:border-lime-400 focus:outline-hidden focus:ring-1 focus:ring-lime-400 sm:text-sm"])
|
|
6411
6411
|
}, {
|
|
6412
6412
|
default: y(() => [
|
|
6413
6413
|
t("span", a0, [
|
|
6414
6414
|
f(n).length === 0 ? (l(), s("span", o0, "...")) : b("", !0),
|
|
6415
6415
|
(l(!0), s(k, null, S(f(n), (v) => (l(), s("span", {
|
|
6416
6416
|
key: v.id,
|
|
6417
|
-
class: "flex items-center gap-1 rounded text-xs font-medium bg-lime-400 text-black border border-lime-200 px-2 py-0.5"
|
|
6417
|
+
class: "flex items-center gap-1 rounded-sm text-xs font-medium bg-lime-400 text-black border border-lime-200 px-2 py-0.5"
|
|
6418
6418
|
}, [
|
|
6419
6419
|
t("span", null, u(v.name), 1),
|
|
6420
6420
|
(l(), s("svg", {
|
|
@@ -6583,7 +6583,7 @@ const vi = /* @__PURE__ */ Ce(hi, [["render", bi]]), xi = /* @__PURE__ */ T({
|
|
|
6583
6583
|
t("div", h0, [
|
|
6584
6584
|
n.value ? (l(!0), s(k, { key: 0 }, S(r.value, (C) => (l(), s("div", {
|
|
6585
6585
|
key: C.name,
|
|
6586
|
-
class: "p-6 bg-gray-50 border border-gray-300 rounded-lg shadow-
|
|
6586
|
+
class: "p-6 bg-gray-50 border border-gray-300 rounded-lg shadow-xs"
|
|
6587
6587
|
}, [
|
|
6588
6588
|
m(f(_e), null, {
|
|
6589
6589
|
default: y(({ open: N }) => [
|