@hotelinking/ui 3.32.2 → 3.32.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ui.es.js +48 -48
- package/dist/ui.umd.cjs +1 -1
- package/package.json +11 -11
package/dist/ui.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { openBlock as e, createBlock as t, resolveDynamicComponent as l, normalizeClass as a, createElementBlock as n, createVNode as r, renderSlot as o, createElementVNode as i, ref as s, cloneVNode as u, h as d, Fragment as c, inject as p, provide as g, onMounted as f, watchEffect as m, nextTick as v, computed as y, defineComponent as b, toRaw as h, watch as x, onUnmounted as w, Teleport as k, reactive as S, unref as C, shallowRef as O, withCtx as D, createTextVNode as M, toDisplayString as _, Transition as P, renderList as j, createCommentVNode as T, withDirectives as E, vModelDynamic as L, vShow as
|
|
1
|
+
import { openBlock as e, createBlock as t, resolveDynamicComponent as l, normalizeClass as a, createElementBlock as n, createVNode as r, renderSlot as o, createElementVNode as i, ref as s, cloneVNode as u, h as d, Fragment as c, inject as p, provide as g, onMounted as f, watchEffect as m, nextTick as v, computed as y, defineComponent as b, toRaw as h, watch as x, onUnmounted as w, Teleport as k, reactive as S, unref as C, shallowRef as O, withCtx as D, createTextVNode as M, toDisplayString as _, Transition as P, renderList as j, createCommentVNode as T, withDirectives as E, vModelDynamic as L, vShow as B, withModifiers as I, vModelText as R, createStaticVNode as A, resolveComponent as F, vModelCheckbox as N, isRef as $ } from "vue";
|
|
2
2
|
import H from "dayjs";
|
|
3
3
|
import V from "vue3-apexcharts";
|
|
4
4
|
import { VueFunnelGraph as Y } from "vue3-funnel-graph-js";
|
|
@@ -205,7 +205,7 @@ function Te({ container: e2, accept: t2, walk: l2, enabled: a2 }) {
|
|
|
205
205
|
});
|
|
206
206
|
}
|
|
207
207
|
let Ee = ["[contentEditable=true]", "[tabindex]", "a[href]", "area[href]", "button:not([disabled])", "iframe", "input:not([disabled])", "select:not([disabled])", "textarea:not([disabled])"].map((e2) => `${e2}:not([tabindex='-1'])`).join(",");
|
|
208
|
-
var Le = ((e2) => (e2[e2.First = 1] = "First", e2[e2.Previous = 2] = "Previous", e2[e2.Next = 4] = "Next", e2[e2.Last = 8] = "Last", e2[e2.WrapAround = 16] = "WrapAround", e2[e2.NoScroll = 32] = "NoScroll", e2))(Le || {}),
|
|
208
|
+
var Le = ((e2) => (e2[e2.First = 1] = "First", e2[e2.Previous = 2] = "Previous", e2[e2.Next = 4] = "Next", e2[e2.Last = 8] = "Last", e2[e2.WrapAround = 16] = "WrapAround", e2[e2.NoScroll = 32] = "NoScroll", e2))(Le || {}), Be = ((e2) => (e2[e2.Error = 0] = "Error", e2[e2.Overflow = 1] = "Overflow", e2[e2.Success = 2] = "Success", e2[e2.Underflow = 3] = "Underflow", e2))(Be || {}), Ie = ((e2) => (e2[e2.Previous = -1] = "Previous", e2[e2.Next = 1] = "Next", e2))(Ie || {});
|
|
209
209
|
function Re(e2 = document.body) {
|
|
210
210
|
return null == e2 ? [] : Array.from(e2.querySelectorAll(Ee)).sort((e3, t2) => Math.sign((e3.tabIndex || Number.MAX_SAFE_INTEGER) - (t2.tabIndex || Number.MAX_SAFE_INTEGER)));
|
|
211
211
|
}
|
|
@@ -775,7 +775,7 @@ let kt = Object.assign(b({ name: "FocusTrap", props: { as: { type: [Object, Stri
|
|
|
775
775
|
return void (n3.value = i4);
|
|
776
776
|
} else if (s2.contains(i4))
|
|
777
777
|
return void (n3.value = i4);
|
|
778
|
-
o4 ? He(o4) : ze(s2, Le.First | Le.NoScroll) ===
|
|
778
|
+
o4 ? He(o4) : ze(s2, Le.First | Le.NoScroll) === Be.Error && console.warn("There are no focusable elements inside the <FocusTrap />"), n3.value = null == (a4 = e3.value) ? void 0 : a4.activeElement;
|
|
779
779
|
});
|
|
780
780
|
}, { immediate: true, flush: "post" });
|
|
781
781
|
}), n3;
|
|
@@ -907,16 +907,16 @@ let Tt = b({ name: "Portal", props: { as: { type: [Object, String], default: "di
|
|
|
907
907
|
return d(k, { to: i2.value }, ue({ ourProps: n3, theirProps: e2, slot: {}, attrs: l2, slots: t2, name: "Portal" }));
|
|
908
908
|
};
|
|
909
909
|
} }), Et = Symbol("PortalParentContext");
|
|
910
|
-
let Lt = Symbol("PortalGroupContext"),
|
|
910
|
+
let Lt = Symbol("PortalGroupContext"), Bt = b({ name: "PortalGroup", props: { as: { type: [Object, String], default: "template" }, target: { type: Object, default: null } }, setup(e2, { attrs: t2, slots: l2 }) {
|
|
911
911
|
let a2 = S({ resolveTarget: () => e2.target });
|
|
912
912
|
return g(Lt, a2), () => {
|
|
913
913
|
let { target: a3, ...n2 } = e2;
|
|
914
914
|
return ue({ theirProps: n2, ourProps: {}, slot: {}, attrs: t2, slots: l2, name: "PortalGroup" });
|
|
915
915
|
};
|
|
916
|
-
} }),
|
|
916
|
+
} }), It = Symbol("StackContext");
|
|
917
917
|
var Rt = ((e2) => (e2[e2.Add = 0] = "Add", e2[e2.Remove = 1] = "Remove", e2))(Rt || {});
|
|
918
918
|
function At({ type: e2, enabled: t2, element: l2, onUpdate: a2 }) {
|
|
919
|
-
let n2 = p(
|
|
919
|
+
let n2 = p(It, () => {
|
|
920
920
|
});
|
|
921
921
|
function r2(...e3) {
|
|
922
922
|
null == a2 || a2(...e3), n2(...e3);
|
|
@@ -927,7 +927,7 @@ function At({ type: e2, enabled: t2, element: l2, onUpdate: a2 }) {
|
|
|
927
927
|
}, { immediate: true, flush: "sync" });
|
|
928
928
|
}), w(() => {
|
|
929
929
|
t2.value && r2(1, e2, l2);
|
|
930
|
-
}), g(
|
|
930
|
+
}), g(It, r2);
|
|
931
931
|
}
|
|
932
932
|
let Ft = Symbol("DescriptionContext");
|
|
933
933
|
function Nt({ slot: e2 = s({}), name: t2 = "Description", props: l2 = {} } = {}) {
|
|
@@ -1106,11 +1106,11 @@ let Kt = "DC8F892D-2EBD-447C-A4C8-A03058436FF4", Jt = b({ name: "Dialog", inheri
|
|
|
1106
1106
|
return null != (l3 = Array.from(null != (t3 = null == (e3 = x2.value) ? void 0 : e3.querySelectorAll("body > *")) ? t3 : []).find((e4) => "headlessui-portal-root" !== e4.id && (e4.contains(xe(_2)) && e4 instanceof HTMLElement))) ? l3 : null;
|
|
1107
1107
|
});
|
|
1108
1108
|
Mt(L2, E2);
|
|
1109
|
-
let
|
|
1109
|
+
let B2 = y(() => !!S2.value || k2.value), I2 = y(() => {
|
|
1110
1110
|
var e3, t3, l3;
|
|
1111
1111
|
return null != (l3 = Array.from(null != (t3 = null == (e3 = x2.value) ? void 0 : e3.querySelectorAll("[data-headlessui-portal]")) ? t3 : []).find((e4) => e4.contains(xe(_2)) && e4 instanceof HTMLElement)) ? l3 : null;
|
|
1112
1112
|
});
|
|
1113
|
-
Mt(
|
|
1113
|
+
Mt(I2, B2), At({ type: "Dialog", enabled: y(() => 0 === w2.value), element: h2, onUpdate: (e3, t3) => {
|
|
1114
1114
|
if ("Dialog" === t3)
|
|
1115
1115
|
return oe(e3, { [Rt.Add]: () => i2.value += 1, [Rt.Remove]: () => i2.value -= 1 });
|
|
1116
1116
|
} });
|
|
@@ -1147,7 +1147,7 @@ let Kt = "DC8F892D-2EBD-447C-A4C8-A03058436FF4", Jt = b({ name: "Dialog", inheri
|
|
|
1147
1147
|
l3.observe(t3), e3(() => l3.disconnect());
|
|
1148
1148
|
}), () => {
|
|
1149
1149
|
let { id: t3, open: n3, initialFocus: r3, ...o3 } = e2, i3 = { ...l2, ref: h2, id: t3, role: "dialog", "aria-modal": 0 === w2.value || void 0, "aria-labelledby": A2.value, "aria-describedby": R2.value }, s2 = { open: 0 === w2.value };
|
|
1150
|
-
return d(jt, { force: true }, () => [d(Tt, () => d(
|
|
1150
|
+
return d(jt, { force: true }, () => [d(Tt, () => d(Bt, { target: h2.value }, () => d(jt, { force: false }, () => d(kt, { initialFocus: r3, containers: M2, features: k2.value ? oe(j2.value, { parent: kt.features.RestoreFocus, leaf: kt.features.All & ~kt.features.FocusLock }) : kt.features.None }, () => d(D2, {}, () => ue({ ourProps: i3, theirProps: { ...o3, ...l2 }, slot: s2, attrs: l2, slots: a2, visible: 0 === w2.value, features: ie.RenderStrategy | ie.Static, name: "Dialog" })))))), d(P2)]);
|
|
1151
1151
|
};
|
|
1152
1152
|
} });
|
|
1153
1153
|
b({ name: "DialogOverlay", props: { as: { type: [Object, String], default: "div" }, id: { type: String, default: () => `headlessui-dialog-overlay-${ve()}` } }, setup(e2, { attrs: t2, slots: l2 }) {
|
|
@@ -1610,7 +1610,7 @@ function Ll(e2) {
|
|
|
1610
1610
|
return l3 ? "visible" !== l3.state && (l3.state = "visible") : t2.value.push({ id: e3, state: "visible" }), () => a2(e3, se.Unmount);
|
|
1611
1611
|
}, unregister: a2 };
|
|
1612
1612
|
}
|
|
1613
|
-
let
|
|
1613
|
+
let Bl = ie.RenderStrategy, Il = b({ props: { as: { type: [Object, String], default: "div" }, show: { type: [Boolean], default: null }, unmount: { type: [Boolean], default: true }, appear: { type: [Boolean], default: false }, enter: { type: [String], default: "" }, enterFrom: { type: [String], default: "" }, enterTo: { type: [String], default: "" }, entered: { type: [String], default: "" }, leave: { type: [String], default: "" }, leaveFrom: { type: [String], default: "" }, leaveTo: { type: [String], default: "" } }, emits: { beforeEnter: () => true, afterEnter: () => true, beforeLeave: () => true, afterLeave: () => true }, setup(e2, { emit: t2, attrs: l2, slots: n2, expose: r2 }) {
|
|
1614
1614
|
let o2 = s(0);
|
|
1615
1615
|
function i2() {
|
|
1616
1616
|
o2.value |= ke.Opening, t2("beforeEnter");
|
|
@@ -1651,7 +1651,7 @@ let Il = ie.RenderStrategy, Bl = b({ props: { as: { type: [Object, String], defa
|
|
|
1651
1651
|
oe(D2.value, { hidden: () => O2(_2), visible: () => C2(_2) });
|
|
1652
1652
|
}
|
|
1653
1653
|
});
|
|
1654
|
-
let T2 = _l(e2.enter), E2 = _l(e2.enterFrom), L2 = _l(e2.enterTo),
|
|
1654
|
+
let T2 = _l(e2.enter), E2 = _l(e2.enterFrom), L2 = _l(e2.enterTo), B2 = _l(e2.entered), I2 = _l(e2.leave), R2 = _l(e2.leaveFrom), A2 = _l(e2.leaveTo);
|
|
1655
1655
|
return f(() => {
|
|
1656
1656
|
m(() => {
|
|
1657
1657
|
if ("visible" === D2.value) {
|
|
@@ -1664,18 +1664,18 @@ let Il = ie.RenderStrategy, Bl = b({ props: { as: { type: [Object, String], defa
|
|
|
1664
1664
|
x([k2], (e3, t3, l3) => {
|
|
1665
1665
|
(function(e4) {
|
|
1666
1666
|
let t4 = M2.value && !S2.value, l4 = xe(b2);
|
|
1667
|
-
!l4 || !(l4 instanceof HTMLElement) || t4 || (P2.value = true, k2.value && i2(), k2.value || c2(), e4(k2.value ? Ml(l4, T2, E2, L2,
|
|
1667
|
+
!l4 || !(l4 instanceof HTMLElement) || t4 || (P2.value = true, k2.value && i2(), k2.value || c2(), e4(k2.value ? Ml(l4, T2, E2, L2, B2, (e5) => {
|
|
1668
1668
|
P2.value = false, e5 === Dl.Finished && u2();
|
|
1669
|
-
}) : Ml(l4,
|
|
1669
|
+
}) : Ml(l4, I2, R2, A2, B2, (e5) => {
|
|
1670
1670
|
P2.value = false, e5 === Dl.Finished && (El(j2) || (D2.value = "hidden", O2(_2), v2()));
|
|
1671
1671
|
})));
|
|
1672
1672
|
})(l3), M2.value = false;
|
|
1673
1673
|
}, { immediate: true });
|
|
1674
1674
|
}), g(Tl, j2), Ce(y(() => oe(D2.value, { visible: ke.Open, hidden: ke.Closed }) | o2.value)), () => {
|
|
1675
1675
|
let { appear: t3, show: r3, enter: o3, enterFrom: i3, enterTo: s2, entered: u3, leave: d2, leaveFrom: c3, leaveTo: p2, ...g2 } = e2, f2 = { ref: b2 };
|
|
1676
|
-
return ue({ theirProps: { ...g2, ...S2.value && k2.value && Pe.isServer ? { class: a([l2.class, g2.class, ...T2, ...E2]) } : {} }, ourProps: f2, slot: {}, slots: n2, attrs: l2, features:
|
|
1676
|
+
return ue({ theirProps: { ...g2, ...S2.value && k2.value && Pe.isServer ? { class: a([l2.class, g2.class, ...T2, ...E2]) } : {} }, ourProps: f2, slot: {}, slots: n2, attrs: l2, features: Bl, visible: "visible" === D2.value, name: "TransitionChild" });
|
|
1677
1677
|
};
|
|
1678
|
-
} }), Rl =
|
|
1678
|
+
} }), Rl = Il, Al = b({ inheritAttrs: false, props: { as: { type: [Object, String], default: "div" }, show: { type: [Boolean], default: null }, unmount: { type: [Boolean], default: true }, appear: { type: [Boolean], default: false }, enter: { type: [String], default: "" }, enterFrom: { type: [String], default: "" }, enterTo: { type: [String], default: "" }, entered: { type: [String], default: "" }, leave: { type: [String], default: "" }, leaveFrom: { type: [String], default: "" }, leaveTo: { type: [String], default: "" } }, emits: { beforeEnter: () => true, afterEnter: () => true, beforeLeave: () => true, afterLeave: () => true }, setup(e2, { emit: t2, attrs: l2, slots: a2 }) {
|
|
1679
1679
|
let n2 = Se(), r2 = y(() => null === e2.show && null !== n2 ? (n2.value & ke.Open) === ke.Open : e2.show);
|
|
1680
1680
|
m(() => {
|
|
1681
1681
|
if (![true, false].includes(r2.value))
|
|
@@ -1690,7 +1690,7 @@ let Il = ie.RenderStrategy, Bl = b({ props: { as: { type: [Object, String], defa
|
|
|
1690
1690
|
});
|
|
1691
1691
|
}), g(Tl, i2), g(Pl, c2), () => {
|
|
1692
1692
|
let n3 = fe(e2, ["show", "appear", "unmount", "onBeforeEnter", "onBeforeLeave", "onAfterEnter", "onAfterLeave"]), r3 = { unmount: e2.unmount };
|
|
1693
|
-
return ue({ ourProps: { ...r3, as: "template" }, theirProps: {}, slot: {}, slots: { ...a2, default: () => [d(Rl, { onBeforeEnter: () => t2("beforeEnter"), onAfterEnter: () => t2("afterEnter"), onBeforeLeave: () => t2("beforeLeave"), onAfterLeave: () => t2("afterLeave"), ...l2, ...r3, ...n3 }, a2.default)] }, attrs: {}, features:
|
|
1693
|
+
return ue({ ourProps: { ...r3, as: "template" }, theirProps: {}, slot: {}, slots: { ...a2, default: () => [d(Rl, { onBeforeEnter: () => t2("beforeEnter"), onAfterEnter: () => t2("afterEnter"), onBeforeLeave: () => t2("beforeLeave"), onAfterLeave: () => t2("afterLeave"), ...l2, ...r3, ...n3 }, a2.default)] }, attrs: {}, features: Bl, visible: "visible" === o2.value, name: "Transition" });
|
|
1694
1694
|
};
|
|
1695
1695
|
} });
|
|
1696
1696
|
function Fl(t2, l2) {
|
|
@@ -1754,7 +1754,7 @@ const ea = { class: "py-1" }, ta = ["onClick"], la = { key: 1, class: "animate-p
|
|
|
1754
1754
|
const o2 = (e2) => {
|
|
1755
1755
|
l2("inputChanged", { value: e2.target.value, name: e2.target.name });
|
|
1756
1756
|
}, u2 = s(t2.value);
|
|
1757
|
-
return (l3, s2) => t2.loading ? (e(), n("div", pa, [void 0 !== t2.label ? (e(), n("div", ga)) : T("", true), fa])) : (e(), n("div", oa, [i("div", ia, [t2.label ? (e(), n("label", sa, _(t2.label), 1)) : T("", true), t2.optional ? (e(), n("span", ua, _(t2.optional), 1)) : T("", true)]), i("div", { class: a([{ "mt-1": t2.label }, "relative flex"]) }, [t2.addOn ? (e(), n("span", { key: 0, onClick: s2[0] || (s2[0] = (e2) => l3.$emit("addOnClicked")), class: "inline-flex items-center px-3 rounded-l-md border border-r-0 border-gray-300 bg-gray-50 text-gray-500 sm:text-sm cursor-pointer" }, _(t2.addOn), 1)) : T("", true), E(i("input", { "onUpdate:modelValue": s2[1] || (s2[1] = (e2) => u2.value = e2), class: a([{ "border-gray-300": "danger" !== t2.color || "warning" !== t2.color || "success" !== t2.color, "border-red-400": "danger" === t2.color, "border-yellow-400": "warning" === t2.color, "border-green-400": "success" === t2.color, "bg-gray-100": t2.disabled, "text-black": "danger" !== t2.color || "warning" !== t2.color || "success" !== t2.color, "text-red-400": "danger" === t2.color, "text-yellow-400": "warning" === t2.color, "text-green-400": "success" === t2.color, "rounded-md": !t2.addOn || !t2.rightAddOn, "rounded-r-md": t2.addOn, "rounded-l-none": t2.addOn, "rounded-l-md": t2.rightAddOn, "rounded-r-none": t2.rightAddOn }, "shadow-sm focus:ring-indigo-500 focus:border-indigo-500 block w-full sm:text-sm border-gray-300 placeholder-gray-300"]), disabled: t2.disabled, name: t2.name, placeholder: t2.placeholder, type: t2.type, onInput: o2 }, null, 42, da), [[L, u2.value]]), t2.rightAddOn ? (e(), n("span", { key: 1, onClick: s2[2] || (s2[2] = (e2) => l3.$emit("rightAddOnClicked")), class: "inline-flex items-center px-3 rounded-r-md border border-l-0 border-gray-300 bg-gray-50 text-gray-500 sm:text-sm cursor-pointer" }, _(t2.rightAddOn), 1)) : T("", true), t2.icon ? (e(), n("div", ca, [r(q, { icon: t2.icon, color: t2.color, loading: t2.loading }, null, 8, ["icon", "color", "loading"]), E(r(q, { icon: C(Hl), color: "green", loading: t2.loading }, null, 8, ["icon", "loading"]), [[
|
|
1757
|
+
return (l3, s2) => t2.loading ? (e(), n("div", pa, [void 0 !== t2.label ? (e(), n("div", ga)) : T("", true), fa])) : (e(), n("div", oa, [i("div", ia, [t2.label ? (e(), n("label", sa, _(t2.label), 1)) : T("", true), t2.optional ? (e(), n("span", ua, _(t2.optional), 1)) : T("", true)]), i("div", { class: a([{ "mt-1": t2.label }, "relative flex"]) }, [t2.addOn ? (e(), n("span", { key: 0, onClick: s2[0] || (s2[0] = (e2) => l3.$emit("addOnClicked")), class: "inline-flex items-center px-3 rounded-l-md border border-r-0 border-gray-300 bg-gray-50 text-gray-500 sm:text-sm cursor-pointer" }, _(t2.addOn), 1)) : T("", true), E(i("input", { "onUpdate:modelValue": s2[1] || (s2[1] = (e2) => u2.value = e2), class: a([{ "border-gray-300": "danger" !== t2.color || "warning" !== t2.color || "success" !== t2.color, "border-red-400": "danger" === t2.color, "border-yellow-400": "warning" === t2.color, "border-green-400": "success" === t2.color, "bg-gray-100": t2.disabled, "text-black": "danger" !== t2.color || "warning" !== t2.color || "success" !== t2.color, "text-red-400": "danger" === t2.color, "text-yellow-400": "warning" === t2.color, "text-green-400": "success" === t2.color, "rounded-md": !t2.addOn || !t2.rightAddOn, "rounded-r-md": t2.addOn, "rounded-l-none": t2.addOn, "rounded-l-md": t2.rightAddOn, "rounded-r-none": t2.rightAddOn }, "shadow-sm focus:ring-indigo-500 focus:border-indigo-500 block w-full sm:text-sm border-gray-300 placeholder-gray-300"]), disabled: t2.disabled, name: t2.name, placeholder: t2.placeholder, type: t2.type, onInput: o2 }, null, 42, da), [[L, u2.value]]), t2.rightAddOn ? (e(), n("span", { key: 1, onClick: s2[2] || (s2[2] = (e2) => l3.$emit("rightAddOnClicked")), class: "inline-flex items-center px-3 rounded-r-md border border-l-0 border-gray-300 bg-gray-50 text-gray-500 sm:text-sm cursor-pointer" }, _(t2.rightAddOn), 1)) : T("", true), t2.icon ? (e(), n("div", ca, [r(q, { icon: t2.icon, color: t2.color, loading: t2.loading }, null, 8, ["icon", "color", "loading"]), E(r(q, { icon: C(Hl), color: "green", loading: t2.loading }, null, 8, ["icon", "loading"]), [[B, "success" === t2.color]]), E(r(q, { icon: C(Wl), color: "yellow", loading: t2.loading }, null, 8, ["icon", "loading"]), [[B, "warning" === t2.color]]), E(r(q, { icon: C(Ql), color: "red", loading: t2.loading }, null, 8, ["icon", "loading"]), [[B, "danger" === t2.color]])])) : T("", true)], 2), E(i("p", { class: a([{ "text-gray-400": "danger" !== t2.color || "warning" !== t2.color || "success" !== t2.color, "text-red-400": "danger" === t2.color, "text-yellow-400": "warning" === t2.color, "text-green-400": "success" === t2.color }, "mt-2 text-xs flex flex-row items-center"]) }, _(t2.error), 3), [[B, t2.error]])]));
|
|
1758
1758
|
} }), ya = { key: 0 }, ba = { class: "flex justify-between" }, ha = { key: 0, class: "block text-sm font-medium text-gray-700" }, xa = { key: 1, class: "text-[10px] text-gray-500 uppercase" }, wa = ["onDrop"], ka = { class: "space-y-1 flex flex-col items-center justify-center" }, Sa = { class: "flex text-sm text-gray-600 flex flex-col sm:flex-row text-center" }, Ca = { for: "file-upload", class: "relative cursor-pointer rounded-md font-medium text-indigo-600 focus-within:outline-none focus-within:ring-2 focus-within:ring-indigo-500 focus-within:ring-offset-2 hover:text-indigo-500" }, Oa = ["accept"], Da = { class: "pl-1" }, Ma = { class: "text-xs text-gray-500 pb-4" }, _a = { class: "mt-2 text-xs flex flex-row items-center text-red-300" }, Pa = { key: 1, class: "animate-pulse" }, ja = [i("div", { class: "flex justify-center items-center flex-col rounded-md border-2 border-dashed px-6 pt-5 pb-6 border-gray-200" }, [i("div", { class: "rounded-full h-20 w-20 bg-gray-200 mb-4" }), i("div", { class: "h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-full md:w-1/3 mb-3" }), i("div", { class: "h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-full md:w-1/4 mb-3" })], -1)], Ta = { name: "uiInputFile" }, Ea = Object.assign(Ta, { props: { name: String, label: String, optional: String, placeholder: String, dragAndDrop: String, fileTypesAndSizes: String, error: String, accept: String, icon: { type: Function, default: function(t2, l2) {
|
|
1759
1759
|
return e(), n("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", "stroke-width": "1.5", stroke: "currentColor", "aria-hidden": "true" }, [i("path", { "stroke-linecap": "round", "stroke-linejoin": "round", d: "M7.5 7.5h-.75A2.25 2.25 0 004.5 9.75v7.5a2.25 2.25 0 002.25 2.25h7.5a2.25 2.25 0 002.25-2.25v-7.5a2.25 2.25 0 00-2.25-2.25h-.75m0-3l-3-3m0 0l-3 3m3-3v11.25m6-2.25h.75a2.25 2.25 0 012.25 2.25v7.5a2.25 2.25 0 01-2.25 2.25h-7.5a2.25 2.25 0 01-2.25-2.25v-.75" })]);
|
|
1760
1760
|
} }, loading: { type: Boolean, default: true } }, emits: ["filesUploaded"], setup(t2, { emit: l2 }) {
|
|
@@ -1764,18 +1764,18 @@ const ea = { class: "py-1" }, ta = ["onClick"], la = { key: 1, class: "animate-p
|
|
|
1764
1764
|
}, c2 = (e2) => {
|
|
1765
1765
|
l2("filesUploaded", e2.target.files), o2.filename = e2.target.files[0].name;
|
|
1766
1766
|
};
|
|
1767
|
-
return (l3, o3) => t2.loading ? (e(), n("div", Pa, ja)) : (e(), n("div", ya, [i("div", ba, [t2.label ? (e(), n("label", ha, _(t2.label), 1)) : T("", true), t2.optional ? (e(), n("span", xa, _(t2.optional), 1)) : T("", true)]), i("div", { class: a([[{ "mt-1": t2.label }, { "border-gray-300 hover:border-gray-400": !t2.error }, { "border-red-300 hover:border-red-400": t2.error }], "dropArea flex justify-center rounded-md border-2 border-dashed px-6 pt-5 pb-6"]), onDragover: o3[0] || (o3[0] =
|
|
1768
|
-
}, ["prevent"])), onDrop:
|
|
1769
|
-
} }), La = { class: "relative mt-1" },
|
|
1767
|
+
return (l3, o3) => t2.loading ? (e(), n("div", Pa, ja)) : (e(), n("div", ya, [i("div", ba, [t2.label ? (e(), n("label", ha, _(t2.label), 1)) : T("", true), t2.optional ? (e(), n("span", xa, _(t2.optional), 1)) : T("", true)]), i("div", { class: a([[{ "mt-1": t2.label }, { "border-gray-300 hover:border-gray-400": !t2.error }, { "border-red-300 hover:border-red-400": t2.error }], "dropArea flex justify-center rounded-md border-2 border-dashed px-6 pt-5 pb-6"]), onDragover: o3[0] || (o3[0] = I(() => {
|
|
1768
|
+
}, ["prevent"])), onDrop: I(d2, ["prevent"]) }, [i("div", ka, [r(q, { icon: t2.icon, size: "massive", color: "gray", "aria-hidden": "true", class: "mb-4", loading: t2.loading }, null, 8, ["icon", "loading"]), i("div", Sa, [i("label", Ca, [i("span", null, _(t2.placeholder), 1), i("input", { id: "file-upload", name: "file-upload", type: "file", class: "sr-only", accept: t2.accept, onChange: c2 }, null, 40, Oa)]), i("p", Da, _(t2.dragAndDrop), 1)]), i("p", Ma, _(t2.fileTypesAndSizes), 1), E(i("p", { class: "font-bold text-xs uppercase block p-2 bg-gray-200 rounded" }, _(u2.value), 513), [[B, "" !== u2.value]])])], 42, wa), E(i("p", _a, [r(q, { icon: C(Zl), color: "red", class: "mr-2", loading: t2.loading }, null, 8, ["icon", "loading"]), M(_(t2.error), 1)], 512), [[B, t2.error]])]));
|
|
1769
|
+
} }), La = { class: "relative mt-1" }, Ba = { key: 1, class: "animate-pulse px-4 py-2.5 bg-gray-200 rounded-md flex justify-between items-center w-full" }, Ia = i("div", { class: "h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-1/2" }, null, -1), Ra = { name: "uiSelect" }, Aa = Object.assign(Ra, { props: { items: { type: Array, required: true }, label: String, select: Object, loading: { type: Boolean, default: true } }, emits: ["selectChanged"], setup(l2, { emit: o2 }) {
|
|
1770
1770
|
const u2 = l2, d2 = s(""), p2 = s(u2.select), g2 = y(() => "" === d2.value ? u2.items : u2.items.filter((e2) => e2.name.toLowerCase().includes(d2.value.toLowerCase()))), f2 = () => {
|
|
1771
1771
|
o2("selectChanged", p2.value);
|
|
1772
1772
|
};
|
|
1773
|
-
return (o3, s2) => l2.loading ? (e(), n("div",
|
|
1773
|
+
return (o3, s2) => l2.loading ? (e(), n("div", Ba, [Ia, r(C(ql), { "aria-hidden": "true", class: "-mr-1 ml-2 h-5 w-5 text-gray-300 dark:text-gray-400" })])) : (e(), t(C(ct), { key: 0, modelValue: p2.value, "onUpdate:modelValue": [s2[1] || (s2[1] = (e2) => p2.value = e2), s2[3] || (s2[3] = (e2) => f2())], as: "div", onClick: s2[2] || (s2[2] = (e2) => f2()) }, { default: D(() => [r(C(pt), { class: "block text-sm font-medium text-gray-700" }, { default: D(() => [M(_(l2.label), 1)]), _: 1 }), i("div", La, [r(C(ft), { "display-value": (e2) => e2 == null ? void 0 : e2.name, class: "w-full rounded-md border border-gray-300 bg-white py-2 pl-3 pr-10 shadow-sm focus:border-indigo-500 focus:outline-none focus:ring-1 focus:ring-indigo-500 sm:text-sm", onChange: s2[0] || (s2[0] = (e2) => d2.value = e2.target.value) }, null, 8, ["display-value"]), r(C(gt), { class: "absolute inset-y-0 right-0 flex items-center rounded-r-md px-2 focus:outline-none" }, { default: D(() => [r(C(ql), { "aria-hidden": "true", class: "h-5 w-5 text-gray-400" })]), _: 1 }), g2.value.length > 0 ? (e(), t(C(mt), { key: 0, class: "absolute z-10 mt-1 max-h-60 w-full overflow-auto rounded-md bg-white py-1 text-base shadow-lg ring-1 ring-black ring-opacity-5 focus:outline-none sm:text-sm" }, { default: D(() => [(e(true), n(c, null, j(g2.value, (l3) => (e(), t(C(vt), { key: l3.id, value: l3, as: "template" }, { default: D(({ active: t2, selected: o4 }) => [i("li", { class: a(["relative cursor-default select-none py-2 pl-3 pr-9", t2 ? "bg-indigo-600 text-white" : "text-gray-900"]) }, [i("span", { class: a(["block truncate", o4 && "font-semibold"]) }, _(l3.name), 3), o4 ? (e(), n("span", { key: 0, class: a(["absolute inset-y-0 right-0 flex items-center pr-4", t2 ? "text-white" : "text-indigo-600"]) }, [r(C(Hl), { "aria-hidden": "true", class: "h-5 w-5", loading: true })], 2)) : T("", true)], 2)]), _: 2 }, 1032, ["value"]))), 128))]), _: 1 })) : T("", true)])]), _: 1 }, 8, ["modelValue"]));
|
|
1774
1774
|
} }), Fa = { key: 1, class: "inline-flex items-center px-3 py-2.5 rounded text-xs font-medium leading-none animate-pulse bg-gray-200" }, Na = [i("div", { class: "h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-12" }, null, -1)], $a = { name: "uiTag" }, Ha = Object.assign($a, { props: { color: { type: String, default: "primary" }, loading: { type: Boolean, default: true } }, setup: (t2) => (l2, r2) => t2.loading ? (e(), n("div", Fa, Na)) : (e(), n("span", { key: 0, class: a([{ "bg-indigo-100 text-indigo-800 border border-indigo-200": "primary" === t2.color, "bg-red-100 text-red-800 border border-red-200": "danger" === t2.color, "bg-yellow-100 text-yellow-800 border border-yellow-200": "warning" === t2.color, "bg-green-100 text-green-800 border border-green-200": "success" === t2.color, "bg-black text-white border border-black": "black" === t2.color, "text-black border border-gray-200 bg-white": "white" === t2.color }, "inline-flex items-center px-3 py-2 rounded text-xs font-medium leading-none"]) }, [o(l2.$slots, "default")], 2)) }), Va = { key: 0 }, Ya = { key: 0, class: "block text-sm font-medium text-gray-700" }, za = ["disabled", "placeholder"], qa = { key: 1, class: "animate-pulse" }, Ua = [i("div", { class: "h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-2/3 md:w-1/4 mb-1.5" }, null, -1), i("div", { class: "h-24 bg-gray-200 rounded-lg flex inline-flex items-center relative inline-block text-left w-full" }, null, -1)], Wa = { name: "uiTextArea" }, Ka = Object.assign(Wa, { props: { label: String, placeholder: { type: String, default: "..." }, value: String, color: String, disabled: { type: Boolean, default: false }, error: String, loading: { type: Boolean, default: true } }, emits: ["inputChanged"], setup(t2, { emit: l2 }) {
|
|
1775
1775
|
const o2 = (e2) => {
|
|
1776
1776
|
l2("inputChanged", e2.target.value);
|
|
1777
1777
|
}, u2 = s(t2.value);
|
|
1778
|
-
return (l3, s2) => t2.loading ? (e(), n("div", qa, Ua)) : (e(), n("div", Va, [t2.label ? (e(), n("label", Ya, _(t2.label), 1)) : T("", true), i("div", { class: a({ "mt-1": t2.label }) }, [E(i("textarea", { disabled: t2.disabled, rows: "4", "onUpdate:modelValue": s2[0] || (s2[0] = (e2) => u2.value = e2), placeholder: t2.placeholder, class: a(["shadow-sm focus:ring-indigo-500 focus:border-indigo-500 block w-full sm:text-sm rounded-md", { "border-gray-300": "danger" !== t2.color || "warning" !== t2.color || "success" !== t2.color, "border-red-300": "danger" === t2.color, "border-yellow-400": "warning" === t2.color, "border-green-400": "success" === t2.color, "bg-gray-100": t2.disabled, "text-black": "danger" !== t2.color || "warning" !== t2.color || "success" !== t2.color, "text-red-300": "danger" === t2.color, "text-yellow-400": "warning" === t2.color, "text-green-400": "success" === t2.color }]), onChange: o2 }, null, 42, za), [[R, u2.value]])], 2), E(i("p", { class: a([{ "text-gray-300": "danger" !== t2.color || "warning" !== t2.color || "success" !== t2.color, "text-red-300": "danger" === t2.color, "text-yellow-400": "warning" === t2.color, "text-green-400": "success" === t2.color }, "mt-2 text-xs flex flex-row items-center"]) }, [r(q, { icon: C(Zl), color: "red", class: "mr-2" }, null, 8, ["icon"]), M(_(t2.error), 1)], 2), [[
|
|
1778
|
+
return (l3, s2) => t2.loading ? (e(), n("div", qa, Ua)) : (e(), n("div", Va, [t2.label ? (e(), n("label", Ya, _(t2.label), 1)) : T("", true), i("div", { class: a({ "mt-1": t2.label }) }, [E(i("textarea", { disabled: t2.disabled, rows: "4", "onUpdate:modelValue": s2[0] || (s2[0] = (e2) => u2.value = e2), placeholder: t2.placeholder, class: a(["shadow-sm focus:ring-indigo-500 focus:border-indigo-500 block w-full sm:text-sm rounded-md", { "border-gray-300": "danger" !== t2.color || "warning" !== t2.color || "success" !== t2.color, "border-red-300": "danger" === t2.color, "border-yellow-400": "warning" === t2.color, "border-green-400": "success" === t2.color, "bg-gray-100": t2.disabled, "text-black": "danger" !== t2.color || "warning" !== t2.color || "success" !== t2.color, "text-red-300": "danger" === t2.color, "text-yellow-400": "warning" === t2.color, "text-green-400": "success" === t2.color }]), onChange: o2 }, null, 42, za), [[R, u2.value]])], 2), E(i("p", { class: a([{ "text-gray-300": "danger" !== t2.color || "warning" !== t2.color || "success" !== t2.color, "text-red-300": "danger" === t2.color, "text-yellow-400": "warning" === t2.color, "text-green-400": "success" === t2.color }, "mt-2 text-xs flex flex-row items-center"]) }, [r(q, { icon: C(Zl), color: "red", class: "mr-2" }, null, 8, ["icon"]), M(_(t2.error), 1)], 2), [[B, t2.error]])]));
|
|
1779
1779
|
} }), Ja = { class: "text-sm font-medium text-gray-900" }, Ga = { key: 0, class: "text-sm text-gray-500 ml-2" }, Xa = { key: 1, class: "animate-pulse flex items-center" }, Za = [i("div", { class: "relative bg-gray-200 rounded-full w-12 h-6 p-1 flex items-center" }, [i("div", { class: "rounded-full bg-gray-300 dark:bg-gray-400 h-4 w-4" })], -1), i("div", { class: "h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-16 ml-2" }, null, -1)], Qa = { name: "uiToggle" }, en = Object.assign(Qa, { props: { item: { type: Object, required: true }, checked: { type: Boolean, default: false }, disabled: { type: Boolean, default: false }, loading: { type: Boolean, default: true } }, setup(l2) {
|
|
1780
1780
|
const o2 = s(l2.checked);
|
|
1781
1781
|
return (s2, u2) => l2.loading ? (e(), n("div", Xa, Za)) : (e(), t(C(wl), { key: 0, as: "div", class: "flex items-center relative" }, { default: D(() => [r(C(kl), { disabled: l2.disabled, onClick: u2[0] || (u2[0] = (e2) => s2.$emit("toggleChanged", { item: l2.item, active: !o2.value })), modelValue: o2.value, "onUpdate:modelValue": u2[1] || (u2[1] = (e2) => o2.value = e2), class: a([o2.value ? "bg-indigo-600" : "bg-gray-200", "relative inline-flex h-6 w-11 flex-shrink-0 cursor-pointer rounded-full border-2 border-transparent transition-colors duration-200 ease-in-out focus:outline-none focus:ring-2 focus:ring-indigo-500 focus:ring-offset-2"]) }, { default: D(() => [i("span", { "aria-hidden": "true", class: a([o2.value ? "translate-x-5" : "translate-x-0", l2.disabled ? "bg-gray-300" : "", "pointer-events-none inline-block h-5 w-5 transform rounded-full bg-white shadow ring-0 transition duration-200 ease-in-out"]) }, null, 2)]), _: 1 }, 8, ["disabled", "modelValue", "class"]), r(C(Sl), { as: "span", class: "ml-3" }, { default: D(() => [i("span", Ja, _(l2.item.title), 1), l2.item.subtitle ? (e(), n("span", Ga, _(l2.item.subtitle), 1)) : T("", true)]), _: 1 }), l2.item.action ? (e(), n("span", { key: 0, class: "cursor-pointer text-indigo-600 hover:text-indigo-400 uppercase text-xs absolute right-0 bottom-0.5", onClick: u2[2] || (u2[2] = (e2) => s2.$emit("actionClicked", l2.item)) }, _(l2.item.action), 1)) : T("", true)]), _: 1 }));
|
|
@@ -1789,14 +1789,14 @@ const ea = { class: "py-1" }, ta = ["onClick"], la = { key: 1, class: "animate-p
|
|
|
1789
1789
|
t2.value !== e3 ? t2.active = false : t2.active = true;
|
|
1790
1790
|
}), a2("filterSelected", e3);
|
|
1791
1791
|
})(e2)), position: l2.position, items: n2.value, label: l2.label }, null, 8, ["loading", "position", "items", "label"]));
|
|
1792
|
-
} }),
|
|
1792
|
+
} }), Bn = i("div", { class: "fixed inset-0 bg-gray-500 bg-opacity-75 transition-opacity" }, null, -1), In = { class: "fixed inset-0 z-10 overflow-y-auto" }, Rn = { class: "flex min-h-full items-end justify-center p-4 text-center sm:items-center sm:p-0" }, An = { class: "absolute top-0 right-0 hidden pt-4 pr-4 sm:block" }, Fn = i("span", { class: "sr-only" }, "X", -1), Nn = { class: "sm:flex sm:items-start" }, $n = { class: "mt-3 text-center sm:mt-0 sm:ml-4 sm:text-left sm:mr-4" }, Hn = { class: "mt-4 text-gray-500 text-sm" }, Vn = { key: 0, class: "mt-8" }, Yn = ["onClick"], zn = { name: "uiModal" }, qn = Object.assign(zn, { props: { title: String, actions: Object, modalName: String, open: { type: Boolean, default: false }, type: { type: String, default: "default" }, loading: { type: Boolean, default: false } }, emits: ["modalAction"], setup(l2, { emit: s2 }) {
|
|
1793
1793
|
const u2 = l2, d2 = (e2) => {
|
|
1794
1794
|
s2("modalAction", { modal: u2.modalName, action: e2 });
|
|
1795
1795
|
};
|
|
1796
|
-
return (s3, u3) => (e(), t(C(Al), { as: "template", show: l2.open }, { default: D(() => [r(C(Jt), { as: "div", class: "relative z-10", onClose: u3[1] || (u3[1] = (e2) => d2("close")) }, { default: D(() => [r(C(
|
|
1796
|
+
return (s3, u3) => (e(), t(C(Al), { as: "template", show: l2.open }, { default: D(() => [r(C(Jt), { as: "div", class: "relative z-10", onClose: u3[1] || (u3[1] = (e2) => d2("close")) }, { default: D(() => [r(C(Il), { as: "template", enter: "ease-out duration-300", "enter-from": "opacity-0", "enter-to": "opacity-100", leave: "ease-in duration-200", "leave-from": "opacity-100", "leave-to": "opacity-0" }, { default: D(() => [Bn]), _: 1 }), i("div", In, [i("div", Rn, [r(C(Il), { as: "template", enter: "ease-out duration-300", "enter-from": "opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95", "enter-to": "opacity-100 translate-y-0 sm:scale-100", leave: "ease-in duration-200", "leave-from": "opacity-100 translate-y-0 sm:scale-100", "leave-to": "opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95" }, { default: D(() => [r(C(Gt), { class: "relative transform rounded-lg bg-white px-4 pb-4 pt-5 text-left shadow-xl transition-all sm:my-8 w-9/12 sm:w-full sm:max-w-lg sm:p-6" }, { default: D(() => [i("div", An, [i("button", { type: "button", class: "rounded-md bg-white text-gray-400 hover:text-gray-500 focus:outline-none", onClick: u3[0] || (u3[0] = (e2) => d2("close")) }, [Fn, r(q, { icon: C(Ql), "aria-hidden": "true", loading: l2.loading }, null, 8, ["icon", "loading"])])]), i("div", Nn, [i("div", { class: a(["mx-auto flex h-12 w-12 flex-shrink-0 items-center justify-center rounded-full sm:mx-0 sm:h-10 sm:w-10", { "bg-red-100": "danger" === l2.type, "bg-green-100": "success" === l2.type, "bg-indigo-100": "default" === l2.type, "bg-yellow-100": "warning" === l2.type }]) }, [E(r(C(Ql), { class: "h-6 w-6 text-red-600", "aria-hidden": "true" }, null, 512), [[B, "danger" === l2.type]]), E(r(C(Hl), { class: "h-6 w-6 text-green-600", "aria-hidden": "true" }, null, 512), [[B, "success" === l2.type]]), E(r(C(Wl), { class: "h-6 w-6 text-yellow-600", "aria-hidden": "true" }, null, 512), [[B, "warning" === l2.type]]), E(r(C(Kl), { class: "h-6 w-6 text-indigo-600", "aria-hidden": "true" }, null, 512), [[B, "default" === l2.type]])], 2), i("div", $n, [r(C(Xt), { as: "h3", class: "text-lg font-medium leading-6 text-gray-900" }, { default: D(() => [M(_(l2.title), 1)]), _: 1 }), i("div", Hn, [o(s3.$slots, "default")]), l2.actions ? (e(), n("div", Vn, [(e(true), n(c, null, j(l2.actions, (t2, l3) => (e(), n("button", { key: l3, type: "button", class: "inline-flex w-full justify-center rounded-md border border-transparent bg-indigo-600 px-4 py-2 text-base font-medium text-white shadow-sm hover:bg-indigo-700 focus:outline-none focus:ring-2 focus:ring-indigo-500 focus:ring-offset-2 mb-2 sm:mb-0 mr-2 sm:w-auto sm:text-sm", onClick: (e2) => d2(t2.value) }, _(t2.name), 9, Yn))), 128))])) : T("", true)])])]), _: 3 })]), _: 3 })])])]), _: 3 })]), _: 3 }, 8, ["show"]));
|
|
1797
1797
|
} }), Un = { class: "w-full flex flex-col items-center space-y-4 sm:items-end" }, Wn = { key: 0, class: "max-w-sm w-full bg-white shadow-lg rounded-lg pointer-events-auto ring-1 ring-black ring-opacity-5 overflow-hidden" }, Kn = { class: "p-4" }, Jn = { class: "flex items-start" }, Gn = { class: "flex-shrink-0 mt-0.5" }, Xn = { class: "ml-3 w-0 flex-1 pt-0.5" }, Zn = { class: "font-medium text-gray-900" }, Qn = { class: "mt-1 text-sm text-gray-500" }, er = { class: "ml-4 flex-shrink-0 flex" }, tr = i("span", { class: "sr-only" }, "Close", -1), lr = { name: "uiNotification" }, ar = Object.assign(lr, { props: { show: Boolean, type: { type: String, default: "info" }, title: String, message: String, fixed: { type: Boolean, default: true } }, setup(t2) {
|
|
1798
1798
|
const l2 = t2, o2 = y(() => l2.show);
|
|
1799
|
-
return (l3, s2) => (e(), n("div", { "aria-live": "assertive", class: a([{ fixed: t2.fixed }, "inset-0 flex items-end px-4 py-6 pointer-events-none sm:p-6 sm:items-start"]) }, [i("div", Un, [r(P, { "enter-active-class": "transform ease-out duration-300 transition", "enter-from-class": "translate-y-2 opacity-0 sm:translate-y-0 sm:translate-x-2", "enter-to-class": "translate-y-0 opacity-100 sm:translate-x-0", "leave-active-class": "transition ease-in duration-100", "leave-from-class": "opacity-100", "leave-to-class": "opacity-0" }, { default: D(() => [o2.value ? (e(), n("div", Wn, [i("div", Kn, [i("div", Jn, [i("div", Gn, [E(r(C($l), { "aria-hidden": "true", class: "h-6 w-6 text-green-400" }, null, 512), [[
|
|
1799
|
+
return (l3, s2) => (e(), n("div", { "aria-live": "assertive", class: a([{ fixed: t2.fixed }, "inset-0 flex items-end px-4 py-6 pointer-events-none sm:p-6 sm:items-start"]) }, [i("div", Un, [r(P, { "enter-active-class": "transform ease-out duration-300 transition", "enter-from-class": "translate-y-2 opacity-0 sm:translate-y-0 sm:translate-x-2", "enter-to-class": "translate-y-0 opacity-100 sm:translate-x-0", "leave-active-class": "transition ease-in duration-100", "leave-from-class": "opacity-100", "leave-to-class": "opacity-0" }, { default: D(() => [o2.value ? (e(), n("div", Wn, [i("div", Kn, [i("div", Jn, [i("div", Gn, [E(r(C($l), { "aria-hidden": "true", class: "h-6 w-6 text-green-400" }, null, 512), [[B, "success" === t2.type]]), E(r(C(Zl), { "aria-hidden": "true", class: "h-6 w-6 text-red-400" }, null, 512), [[B, "danger" === t2.type]]), E(r(C(Wl), { "aria-hidden": "true", class: "h-6 w-6 text-yellow-400" }, null, 512), [[B, "warning" === t2.type]]), E(r(C(Gl), { "aria-hidden": "true", class: "h-6 w-6 text-indigo-600" }, null, 512), [[B, "info" === t2.type]])]), i("div", Xn, [i("p", Zn, _(t2.title), 1), i("p", Qn, _(t2.message), 1)]), i("div", er, [i("button", { class: "bg-white rounded-md inline-flex text-gray-400 hover:text-gray-500 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500", type: "button", onClick: s2[0] || (s2[0] = (e2) => l3.$emit("closeNotification")) }, [tr, r(C(Ql), { "aria-hidden": "true", class: "h-5 w-5" })])])])])])) : T("", true)]), _: 1 })])], 2));
|
|
1800
1800
|
} }), nr = { key: 0, role: "list", class: "divide-y divide-gray-100" }, rr = { class: "min-w-0" }, or = { class: "flex items-start gap-x-3" }, ir = { class: "text-sm font-semibold leading-6 text-gray-900" }, sr = { class: "mt-1 flex items-center gap-x-2 text-xs leading-5 text-gray-500" }, ur = { class: "truncate" }, dr = { class: "flex flex-none items-center gap-x-4" }, cr = ["href"], pr = { class: "sr-only" }, gr = { key: 1, class: "divide-y divide-gray-100 animate-pulse" }, fr = [A('<div class="min-w-0 w-full"><div class="flex items-start gap-x-3"><p class="h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-1/2"></p></div></div><div class="flex flex-none items-center gap-x-4"><div class="hidden rounded-md bg-gray-200 px-2.5 py-1.5 text-sm font-semibold text-gray-900 shadow-sm ring-1 ring-inset ring-gray-300 hover:bg-gray-50 sm:block"><p class="h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-10"></p></div></div>', 2)], mr = { name: "uiTaskList" }, vr = Object.assign(mr, { props: { tasks: { type: Array, required: true }, loading: { type: Boolean, default: true } }, setup: (t2) => (l2, r2) => t2.loading ? (e(), n("ul", gr, [(e(true), n(c, null, j(t2.tasks, (t3) => (e(), n("li", { key: t3.id, class: "flex items-center justify-between gap-x-6 py-5" }, fr))), 128))])) : (e(), n("ul", nr, [(e(true), n(c, null, j(t2.tasks, (t3) => (e(), n("li", { key: t3.id, class: "flex items-center justify-between gap-x-6 py-5" }, [i("div", rr, [i("div", or, [i("p", ir, _(t3.name), 1), i("p", { class: a([{ "text-green-700 bg-green-50 ring-green-600/20": "Complete" === t3.status, "text-gray-600 bg-gray-50 ring-gray-500/10": "In progress" === t3.status, "text-yellow-800 bg-yellow-50 ring-yellow-600/20": "Incomplete" === t3.status }, "rounded-md whitespace-nowrap mt-0.5 px-1.5 py-0.5 text-xs font-medium ring-1 ring-inset"]) }, _(t3.statusLiteral), 3)]), i("div", sr, [i("p", ur, _(t3.description), 1)])]), i("div", dr, [i("a", { href: t3.href, class: "hidden rounded-md bg-white px-2.5 py-1.5 text-sm font-semibold text-gray-900 shadow-sm ring-1 ring-inset ring-gray-300 hover:bg-gray-50 sm:block" }, [M(_(t3.action), 1), i("span", pr, ", " + _(t3.name), 1)], 8, cr)])]))), 128))])) });
|
|
1801
1801
|
"undefined" != typeof globalThis ? globalThis : "undefined" != typeof window ? window : "undefined" != typeof global ? global : "undefined" != typeof self && self;
|
|
1802
1802
|
function yr(e2) {
|
|
@@ -1850,17 +1850,17 @@ const Sr = br({ name: "dateSelector", components: { ChevronLeftIcon: Yl, Chevron
|
|
|
1850
1850
|
const d2 = F("ChevronLeftIcon"), c2 = F("ChevronRightIcon");
|
|
1851
1851
|
return e(), n("div", hr, [i("div", xr, [i("div", { class: "previousYear flex items-center cursor-pointer bg-indigo-600 p-1 rounded mx-0.5 hover:bg-indigo-800 shadow-sm", onClick: l2[0] || (l2[0] = (e2) => u2.selectDate("year", "previous")) }, [r(d2, { class: "h-4" }), r(d2, { class: "h-4 -ml-3" }), r(d2, { class: "h-4 -ml-3" })]), i("div", { class: "previousMonth flex items-center cursor-pointer bg-indigo-600 p-1 rounded mx-0.5 hover:bg-indigo-800 shadow-sm", onClick: l2[1] || (l2[1] = (e2) => u2.selectDate("month", "previous")) }, [r(d2, { class: "h-4" }), r(d2, { class: "h-4 -ml-3" })]), i("div", { class: "previousDay flex items-center cursor-pointer bg-indigo-600 p-1 rounded mx-0.5 hover:bg-indigo-800 shadow-sm", onClick: l2[2] || (l2[2] = (e2) => u2.selectDate("day", "previous")) }, [r(d2, { class: "h-4" })])]), i("div", wr, _(u2.currentDate), 1), i("div", kr, [i("div", { class: "previousDay flex items-center cursor-pointer bg-indigo-600 p-1 rounded mx-0.5 hover:bg-indigo-800 shadow-sm", onClick: l2[3] || (l2[3] = (e2) => u2.selectDate("day", "next")) }, [r(c2, { class: "h-4" })]), i("div", { class: "previousMonth flex items-center cursor-pointer bg-indigo-600 p-1 rounded mx-0.5 hover:bg-indigo-800 shadow-sm", onClick: l2[4] || (l2[4] = (e2) => u2.selectDate("month", "next")) }, [r(c2, { class: "h-4" }), r(c2, { class: "h-4 -ml-3" })]), i("div", { class: "previousYear flex items-center cursor-pointer bg-indigo-600 p-1 rounded mx-0.5 hover:bg-indigo-800 shadow-sm", onClick: l2[5] || (l2[5] = (e2) => u2.selectDate("year", "next")) }, [r(c2, { class: "h-4" }), r(c2, { class: "h-4 -ml-3" }), r(c2, { class: "h-4 -ml-3" })])])]);
|
|
1852
1852
|
}]]), Cr = { name: "SkeletonTable" }, Or = { class: "px-4 sm:px-6 lg:px-8 animate-pulse" }, Dr = { class: "flow-root" }, Mr = { class: "-mx-4 -my-2 overflow-x-auto sm:-mx-6 lg:-mx-8" }, _r = { class: "inline-block min-w-full py-2 align-middle px-1" }, Pr = { class: "overflow-hidden shadow ring-1 ring-black ring-opacity-5 sm:rounded-lg" }, jr = { class: "min-w-full divide-y divide-gray-300" }, Tr = i("thead", { class: "bg-gray-50" }, [i("tr", null, [i("th", { scope: "col", class: "py-3.5 pl-4 pr-3 text-left text-sm font-semibold text-gray-900 sm:pl-6" }, [i("div", { class: "h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-6" })]), i("th", { scope: "col", class: "px-3 py-3.5 text-left text-sm font-semibold text-gray-900" }, [i("div", { class: "h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-6" })]), i("th", { scope: "col", class: "px-3 py-3.5 text-left text-sm font-semibold text-gray-900" }, [i("div", { class: "h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-6" })]), i("th", { scope: "col", class: "px-3 py-3.5 text-left text-sm font-semibold text-gray-900" }, [i("div", { class: "h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-6" })]), i("th", { scope: "col", class: "relative py-3.5 pl-3 pr-4 sm:pr-6" }, [i("span", { class: "sr-only" }, [i("div", { class: "h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-6" })])])])], -1), Er = { class: "divide-y divide-gray-200 bg-white" }, Lr = [i("td", { class: "whitespace-nowrap py-4 pl-4 pr-3 text-sm font-medium text-gray-900 sm:pl-6" }, [i("div", { class: "h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-6" })], -1), i("td", { class: "whitespace-nowrap px-3 py-4 text-sm text-gray-500" }, [i("div", { class: "h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-6" })], -1), i("td", { class: "whitespace-nowrap px-3 py-4 text-sm text-gray-500" }, [i("div", { class: "h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-6" })], -1), i("td", { class: "whitespace-nowrap px-3 py-4 text-sm text-gray-500" }, [i("div", { class: "h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-6" })], -1), i("td", { class: "relative whitespace-nowrap py-4 pl-3 pr-4 text-right text-sm font-medium sm:pr-6" }, [i("a", { href: "#", class: "text-indigo-600 hover:text-indigo-900" }, [i("div", { class: "h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-6" }), i("span", { class: "sr-only" }, [M(", {"), i("div", { class: "h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-6" })])])], -1)];
|
|
1853
|
-
const
|
|
1853
|
+
const Br = br(Cr, [["render", function(t2, l2, a2, r2, o2, s2) {
|
|
1854
1854
|
return e(), n("div", Or, [i("div", Dr, [i("div", Mr, [i("div", _r, [i("div", Pr, [i("table", jr, [Tr, i("tbody", Er, [(e(), n(c, null, j(10, (e2) => i("tr", { key: e2 }, Lr)), 64))])])])])])])]);
|
|
1855
1855
|
}]]);
|
|
1856
|
-
var
|
|
1857
|
-
|
|
1856
|
+
var Ir = { exports: {} };
|
|
1857
|
+
Ir.exports = function(e2, t2, l2) {
|
|
1858
1858
|
t2.prototype.isToday = function() {
|
|
1859
1859
|
var e3 = "YYYY-MM-DD", t3 = l2();
|
|
1860
1860
|
return this.format(e3) === t3.format(e3);
|
|
1861
1861
|
};
|
|
1862
1862
|
};
|
|
1863
|
-
const Rr = yr(
|
|
1863
|
+
const Rr = yr(Ir.exports), Ar = { class: "text-xs" }, Fr = { class: "font-bold text-lg" }, Nr = { class: "text-xs font-medium" };
|
|
1864
1864
|
const $r = { name: "dayPrice", props: { currency: String, price: Object, basePrice: Number, isBasePrice: { type: Boolean, default: false } }, computed: { currentDay() {
|
|
1865
1865
|
return { isWeekend: 6 == H(this.price.date).format("d") || 0 == H(this.price.date).format("d"), price: this.price.price };
|
|
1866
1866
|
} } }, Hr = { class: "priceDay" };
|
|
@@ -1870,7 +1870,7 @@ const Vr = { name: "uiPriceCalendar", data: () => ({ today: /* @__PURE__ */ new
|
|
|
1870
1870
|
return e(), n("div", { class: a(["day select-none text-center", { "bg-indigo-200 text-white": u2.currentDay.isWeekend, "bg-[#0ff] text-white": u2.currentDay.isToday }]) }, [i("p", Ar, _(u2.currentDay.dayName), 1), i("p", Fr, _(u2.currentDay.day), 1), i("p", Nr, _(u2.currentDay.month), 1)], 2);
|
|
1871
1871
|
}]]), Price: br($r, [["render", function(t2, l2, r2, o2, s2, u2) {
|
|
1872
1872
|
return e(), n("div", Hr, [i("div", { class: a([{ "bg-indigo-200 text-white": u2.currentDay.isWeekend, "bg-green-300 text-white": r2.price.price > r2.basePrice, "bg-yellow-300 text-white": r2.price.price < r2.basePrice }, "select-none text-center rounded-lg p-1"]) }, _(u2.currentDay.price) + _(r2.currency), 3)]);
|
|
1873
|
-
}]]), uiButton: G, SkeletonTable:
|
|
1873
|
+
}]]), uiButton: G, SkeletonTable: Br }, computed: { days() {
|
|
1874
1874
|
let e2 = [];
|
|
1875
1875
|
for (let t2 = 0; t2 < this.showDays; t2++)
|
|
1876
1876
|
e2.push(H(this.date).add(t2, "day"));
|
|
@@ -1903,21 +1903,21 @@ const yo = br(Vr, [["render", function(l2, a2, o2, s2, u2, d2) {
|
|
|
1903
1903
|
r2.value = e2, l2("rangeSelected", e2);
|
|
1904
1904
|
};
|
|
1905
1905
|
return (t3, l3) => (e(), n("ul", bo, [i("li", { class: a({ selected: "24h" === C(r2) }), onClick: l3[0] || (l3[0] = (e2) => o2("24h")) }, " 24H ", 2), i("li", { class: a({ selected: "7d" === C(r2) }), onClick: l3[1] || (l3[1] = (e2) => o2("7d")) }, "7D", 2), i("li", { class: a({ selected: "1m" === C(r2) }), onClick: l3[2] || (l3[2] = (e2) => o2("1m")) }, "1M", 2), i("li", { class: a({ selected: "3m" === C(r2) }), onClick: l3[3] || (l3[3] = (e2) => o2("3m")) }, "3M", 2)]));
|
|
1906
|
-
} }), wo = { chart: { toolbar: { show: false }, zoom: { enabled: false } }, colors: ["#715aff", "#00ffff", "#aba9ba"], stroke: { show: true, curve: "stepline", lineCap: "butt", width: 1, dashArray: 0 }, dataLabels: { enabled: false }, markers: { strokeWidth: 0, size: 4, hover: { size: 8 } } }, ko = { class: "card chart apex-chart px-4 py-5 bg-white shadow rounded-lg overflow-hidden sm:p-6 flex grow h-80" }, So = { class: "chart-header flex flex-row justify-between" }, Co = { class: "text-sm font-medium text-gray-500 truncate" }, Oo = { class: "chart-content" }, Do = { class: "h-full w-full flex items-center justify-center flex-col" }, Mo = i("p", { class: "text-xs uppercase text-gray-300 font-bold" }, "No data", -1), _o = { class: "card chart apex-chart px-4 py-5 bg-white shadow rounded-lg overflow-hidden sm:p-6 flex grow h-80" }, Po = [i("div", { role: "status", class: "w-full animate-pulse h-full flex flex-col" }, [i("div", { class: "h-2.5 w-36 bg-gray-200 rounded-full mb-2.5" }), i("div", { class: "w-48 h-2 mb-6 bg-gray-200 rounded-full" }), i("div", { class: "flex flex-row justify-between items-baseline grow gap-x-1" }, [i("div", { class: "w-full bg-gray-200 rounded h-full" }), i("div", { class: "w-full bg-gray-200 rounded h-1/2" }), i("div", { class: "w-full bg-gray-200 rounded h-1/3" }), i("div", { class: "w-full bg-gray-200 rounded h-4/5" }), i("div", { class: "w-full bg-gray-200 rounded h-full" }), i("div", { class: "w-full bg-gray-200 rounded h-1/2" }), i("div", { class: "w-full bg-gray-200 rounded h-1/3" }), i("div", { class: "w-full bg-gray-200 rounded h-1/2" }), i("div", { class: "w-full bg-gray-200 rounded h-1/3" }), i("div", { class: "w-full bg-gray-200 rounded h-4/5" }), i("div", { class: "w-full bg-gray-200 rounded h-full" }), i("div", { class: "w-full bg-gray-200 rounded h-4/5" }), i("div", { class: "w-full bg-gray-200 rounded h-full" }), i("div", { class: "w-full bg-gray-200 rounded h-1/2" }), i("div", { class: "w-full bg-gray-200 rounded h-1/3" }), i("div", { class: "w-full bg-gray-200 rounded h-1/2" })])], -1)], jo = { name: "uiChart" }, To = Object.assign(jo, { props: { title: String, id: { type: String, default: "noChartId" }, type: { type: String, default: "area" }, series: { type: Array, required: true }, options: { type: Object, required: true }, loading: { type: Boolean, default: true }, empty: { type: Boolean, default: false }, range: { type: String, default: "24h" } }, emits: ["selectedRange", "chartUpdated"], setup(t2, { emit: l2 }) {
|
|
1907
|
-
const a2 = t2, o2 = y(() => ({ ...a2.options, ...wo })), s2 = y(() => a2.series), u2 = () => l2("chartUpdated");
|
|
1908
|
-
return (l3, a3) => (e(), n(c, null, [E(i("div", ko, [i("div", So, [i("div", Co, _(t2.title), 1), r(xo, { onRangeSelected: a3[0] || (a3[0] = (e2) => l3.$emit("selectedRange", { range: e2, chartId: t2.id })) })]), E(i("div", Oo, [r(C(V), { type: t2.type, series: s2.value, width: "100%", height: "100%", options: o2.value, onUpdated: u2, onMounted: u2 }, null, 8, ["type", "series", "options"])], 512), [[
|
|
1909
|
-
} }), Eo = { name: "uiFooter" }, Lo = { class: "bg-white" },
|
|
1910
|
-
const
|
|
1911
|
-
return e(), n("footer", Lo,
|
|
1912
|
-
}]]), Ro = i("div", { class: "spinner h-12 w-12 mb-6" }, [i("img", { src: "https://images.hotelinking.com/ui/loader.gif", alt: "loading animation" })], -1), Ao = { name: "uiLoadScreen" }, Fo = Object.assign(Ao, { props: { title: String, message: String, fixed: { type: Boolean, default: true } }, setup: (t2) => (l2, r2) => (e(), n("div", { class: a([{ fixed: t2.fixed }, "load-screen h-full w-full top-0 left-0 z-50 flex flex-col items-center justify-center bg-gray-50"]) }, [Ro, E(i("h2", { class: "text-xs font-bold text-center uppercase mb-2" }, _(t2.title), 513), [[
|
|
1906
|
+
} }), wo = { chart: { toolbar: { show: false }, zoom: { enabled: false } }, colors: ["#715aff", "#00ffff", "#aba9ba"], stroke: { show: true, curve: "stepline", lineCap: "butt", width: 1, dashArray: 0 }, dataLabels: { enabled: false }, markers: { strokeWidth: 0, size: 4, hover: { size: 8 } }, plotOptions: {} }, ko = { class: "card chart apex-chart px-4 py-5 bg-white shadow rounded-lg overflow-hidden sm:p-6 flex grow h-80" }, So = { class: "chart-header flex flex-row justify-between" }, Co = { class: "text-sm font-medium text-gray-500 truncate" }, Oo = { class: "chart-content" }, Do = { class: "h-full w-full flex items-center justify-center flex-col" }, Mo = i("p", { class: "text-xs uppercase text-gray-300 font-bold" }, "No data", -1), _o = { class: "card chart apex-chart px-4 py-5 bg-white shadow rounded-lg overflow-hidden sm:p-6 flex grow h-80" }, Po = [i("div", { role: "status", class: "w-full animate-pulse h-full flex flex-col" }, [i("div", { class: "h-2.5 w-36 bg-gray-200 rounded-full mb-2.5" }), i("div", { class: "w-48 h-2 mb-6 bg-gray-200 rounded-full" }), i("div", { class: "flex flex-row justify-between items-baseline grow gap-x-1" }, [i("div", { class: "w-full bg-gray-200 rounded h-full" }), i("div", { class: "w-full bg-gray-200 rounded h-1/2" }), i("div", { class: "w-full bg-gray-200 rounded h-1/3" }), i("div", { class: "w-full bg-gray-200 rounded h-4/5" }), i("div", { class: "w-full bg-gray-200 rounded h-full" }), i("div", { class: "w-full bg-gray-200 rounded h-1/2" }), i("div", { class: "w-full bg-gray-200 rounded h-1/3" }), i("div", { class: "w-full bg-gray-200 rounded h-1/2" }), i("div", { class: "w-full bg-gray-200 rounded h-1/3" }), i("div", { class: "w-full bg-gray-200 rounded h-4/5" }), i("div", { class: "w-full bg-gray-200 rounded h-full" }), i("div", { class: "w-full bg-gray-200 rounded h-4/5" }), i("div", { class: "w-full bg-gray-200 rounded h-full" }), i("div", { class: "w-full bg-gray-200 rounded h-1/2" }), i("div", { class: "w-full bg-gray-200 rounded h-1/3" }), i("div", { class: "w-full bg-gray-200 rounded h-1/2" })])], -1)], jo = { name: "uiChart" }, To = Object.assign(jo, { props: { title: String, id: { type: String, default: "noChartId" }, type: { type: String, default: "area" }, series: { type: Array, required: true }, options: { type: Object, required: true }, loading: { type: Boolean, default: true }, empty: { type: Boolean, default: false }, range: { type: String, default: "24h" }, horizontal: { type: Boolean, default: false } }, emits: ["selectedRange", "chartUpdated"], setup(t2, { emit: l2 }) {
|
|
1907
|
+
const a2 = t2, o2 = y(() => ({ ...a2.options, ...wo, plotOptions: { bar: { horizontal: a2.horizontal } } })), s2 = y(() => a2.series), u2 = () => l2("chartUpdated");
|
|
1908
|
+
return (l3, a3) => (e(), n(c, null, [E(i("div", ko, [i("div", So, [i("div", Co, _(t2.title), 1), r(xo, { onRangeSelected: a3[0] || (a3[0] = (e2) => l3.$emit("selectedRange", { range: e2, chartId: t2.id })) })]), E(i("div", Oo, [r(C(V), { type: t2.type, series: s2.value, width: "100%", height: "100%", options: o2.value, onUpdated: u2, onMounted: u2 }, null, 8, ["type", "series", "options"])], 512), [[B, !t2.empty]]), E(i("div", Do, [r(q, { icon: C(Wl), color: "gray", loading: false, size: "huge" }, null, 8, ["icon"]), Mo], 512), [[B, t2.empty]])], 512), [[B, !t2.loading]]), E(i("div", _o, Po, 512), [[B, t2.loading]])], 64));
|
|
1909
|
+
} }), Eo = { name: "uiFooter" }, Lo = { class: "bg-white" }, Bo = [i("div", { class: "mx-auto py-6 px-4 sm:px-6 md:flex md:items-center md:justify-between lg:px-8" }, [i("div", { class: "mt-8 md:mt-0 md:order-1" }, [i("p", { class: "text-center text-base text-gray-400" }, "© Made by Hotelinking.")])], -1)];
|
|
1910
|
+
const Io = br(Eo, [["render", function(t2, l2, a2, r2, o2, i2) {
|
|
1911
|
+
return e(), n("footer", Lo, Bo);
|
|
1912
|
+
}]]), Ro = i("div", { class: "spinner h-12 w-12 mb-6" }, [i("img", { src: "https://images.hotelinking.com/ui/loader.gif", alt: "loading animation" })], -1), Ao = { name: "uiLoadScreen" }, Fo = Object.assign(Ao, { props: { title: String, message: String, fixed: { type: Boolean, default: true } }, setup: (t2) => (l2, r2) => (e(), n("div", { class: a([{ fixed: t2.fixed }, "load-screen h-full w-full top-0 left-0 z-50 flex flex-col items-center justify-center bg-gray-50"]) }, [Ro, E(i("h2", { class: "text-xs font-bold text-center uppercase mb-2" }, _(t2.title), 513), [[B, t2.title]]), E(i("p", { class: "text-xs text-center uppercase md:w-1/4" }, _(t2.message), 513), [[B, t2.message]])], 2)) }), No = { key: 0, class: "py-6 flex items-center justify-between" }, $o = { class: "flex-1 flex justify-between sm:hidden" }, Ho = { href: "#", class: "relative inline-flex items-center px-4 py-2 border border-gray-300 text-sm font-medium rounded-md text-gray-700 bg-white hover:bg-gray-50" }, Vo = { href: "#", 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" }, Yo = { class: "hidden sm:flex-1 sm:flex sm:items-center sm:justify-between" }, zo = { class: "text-sm text-gray-700" }, qo = { class: "font-bold" }, Uo = { class: "font-bold" }, Wo = { class: "relative z-0 inline-flex rounded-md shadow-sm -space-x-px", "aria-label": "Pagination" }, Ko = { class: "sr-only" }, Jo = ["onClick"], Go = { class: "sr-only" }, Xo = { key: 1, class: "py-6 flex flex-row justify-between items-center animate-pulse" }, Zo = [i("div", { class: "h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-1/5" }, null, -1), i("div", { class: "h-10 w-32 bg-gray-200 rounded dark:bg-gray-300" }, null, -1)], Qo = { name: "uiPagination" }, ei = Object.assign(Qo, { props: { current: { type: Number, requires: true }, total: { type: Number, requires: true }, loading: { type: Boolean, default: true } }, emits: ["changePage"], setup(t2, { emit: l2 }) {
|
|
1913
1913
|
const u2 = t2, d2 = s(3), p2 = y(() => Math.max(1, Number(u2.current) - Number(d2.value))), g2 = y(() => Math.min(Number(u2.current) + Number(d2.value), Number(u2.total))), f2 = y(() => {
|
|
1914
1914
|
let e2 = [];
|
|
1915
1915
|
for (let t3 = Number(p2.value); t3 <= Number(g2.value); t3++)
|
|
1916
1916
|
e2.push(t3);
|
|
1917
1917
|
return e2;
|
|
1918
1918
|
});
|
|
1919
|
-
return (s2, u3) => t2.loading ? (e(), n("div", Xo, Zo)) : (e(), n("div", No, [i("div", $o, [i("a", Ho, [o(s2.$slots, "previous")]), i("a", Vo, [o(s2.$slots, "next")])]), i("div", Yo, [i("div", null, [i("p", zo, [o(s2.$slots, "showing"), M(), i("span", qo, _(t2.current + " "), 1), o(s2.$slots, "of"), M(), i("span", Uo, _(t2.total), 1)])]), i("div", null, [i("nav", Wo, [E(i("button", { onClick: u3[0] || (u3[0] = (e2) => l2("changePage", t2.current - 1)), class: "relative inline-flex items-center px-2 py-2 rounded-l-md border border-gray-300 bg-white text-sm font-medium text-gray-500 hover:bg-gray-50" }, [i("span", Ko, [o(s2.$slots, "previous")]), r(C(Yl), { class: "h-5 w-5", "aria-hidden": "true" })], 512), [[
|
|
1920
|
-
} }), ti = { class: "hidden md:flex md:flex-col sticky md:inset-y-0" }, li = { class: "flex flex-col flex-grow overflow-y-auto" }, ai = { class: "grow flex flex-col" }, ni = { class: "flex-1 space-y-1", "aria-label": "Sidebar" }, ri = { key: 0 }, oi = ["onClick"], ii = { key: 0 }, si = { key: 1, class: "h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-1/2" }, ui = { key: 0, class: "flex-1" }, di = { key: 1, class: "flex-1" }, ci = [i("div", { class: "h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-1/2" }, null, -1)], pi = { key: 0 }, gi = { key: 1, class: "h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-1/2" }, fi = { name: "uiSidebar" }, mi = Object.assign(fi, { props: { navigation: { type: Array, required: true }, loading: { type: Boolean, default: true } }, emits: ["sideBarClick"], setup: (l2, { emit: o2 }) => (s2, u2) => (e(), n("div", ti, [i("div", li, [i("div", ai, [i("nav", ni, [(e(true), n(c, null, j(l2.navigation, (s3) => (e(), n(c, { key: s3.name }, [s3.children ? (e(), t(C(ll), { key: 1, as: "div", class: "space-y-1" }, { default: D(({ open: i2 }) => [r(C(al), { class: a([s3.current ? "bg-indigo-600 text-white" : "text-gray-600 hover:bg-gray-50 hover:text-gray-900", "group w-full flex items-center pl-2 pr-1 py-2 text-left text-sm font-medium rounded-md focus:outline-none"]) }, { default: D(() => [r(q, { loading: l2.loading, icon: s3.icon, class: "mr-3 flex-shrink-0 h-6 w-6 text-gray-400 group-hover:text-gray-500", "aria-hidden": "true" }, null, 8, ["loading", "icon"]), l2.loading ? (e(), n("div", di, ci)) : (e(), n("span", ui, _(s3.name), 1)), r(C(zl), { class: a([i2 ? "text-gray-400 rotate-90" : "text-gray-400", "ml-3 flex-shrink-0 h-3 w-3 transform group-hover:text-gray-400 transition-colors ease-in-out duration-150"]) }, null, 8, ["class"])]), _: 2 }, 1032, ["class"]), r(C(nl), { class: "space-y-1" }, { default: D(() => [(e(true), n(c, null, j(s3.children, (a2) => (e(), t(C(al), { onClick: (e2) => o2("sideBarClick", a2.id), key: a2.name, class: "group w-full flex items-center pl-11 pr-2 py-2 text-sm font-medium text-gray-600 rounded-md hover:text-gray-900 hover:bg-gray-50" }, { default: D(() => [l2.loading ? (e(), n("div", gi)) : (e(), n("span", pi, _(a2.name), 1))]), _: 2 }, 1032, ["onClick"]))), 128))]), _: 2 }, 1024)]), _: 2 }, 1024)) : (e(), n("div", ri, [i("button", { onClick: (e2) => o2("sideBarClick", s3.id), class: a([s3.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 py-2 text-sm font-medium rounded-md"]) }, [r(q, { loading: l2.loading, icon: s3.icon, class: a([s3.current ? "text-white" : "text-gray-400 group-hover:text-gray-500", "mr-3 flex-shrink-0 h-6 w-6"]), "aria-hidden": "true" }, null, 8, ["loading", "icon", "class"]), l2.loading ? (e(), n("div", si)) : (e(), n("span", ii, _(s3.name), 1))], 10, oi)]))], 64))), 128))])])])])) }), vi = { key: 0 }, yi = { class: "ml-16 text-sm font-medium text-gray-500 truncate" }, bi = { class: "ml-16 flex items-baseline pb-5" }, hi = { class: "text-2xl font-semibold text-gray-900" }, xi = { class: "sr-only" }, wi = { class: "absolute bottom-0 inset-x-0 bg-gray-50 px-4 py-4 sm:px-6" }, ki = { class: "text-sm" }, Si = { key: 1 }, Ci = { class: "relative bg-white pt-5 px-4 sm:pt-6 sm:px-6 shadow rounded-lg overflow-hidden h-full pb-6" }, Oi = { class: "absolute bg-gray-200 rounded-md p-3 animate-pulse" }, Di = i("div", { class: "ml-16" }, [i("div", { class: "h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-1/2 mb-4 animate-pulse" })], -1), Mi = i("div", { class: "ml-16" }, [i("div", { class: "h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-1/2 animate-pulse" })], -1), _i = { name: "uiStats" }, Pi = Object.assign(_i, { props: { item: { type: Object, required: true }, loading: { type: Boolean, default: true } }, emits: ["statClick"], setup: (l2, { emit: o2 }) => (s2, u2) => l2.loading ? (e(), n("div", Si, [i("div", Ci, [i("dt", null, [i("div", Oi, [r(q, { loading: l2.loading, icon: l2.item.icon, class: "h-6 w-6 text-white", "aria-hidden": "true" }, null, 8, ["loading", "icon"])]), Di, Mi])])])) : (e(), n("div", vi, [i("div", { class: a(["relative bg-white pt-5 px-4 sm:pt-6 sm:px-6 shadow rounded-lg overflow-hidden h-full", { "pb-12": l2.item.showFooter }]) }, [i("dt", null, [i("div", { class: a(["absolute rounded-md p-3", { "bg-indigo-500": !l2.item.color, "bg-green-500": "success" === l2.item.color, "bg-red-500": "danger" === l2.item.color, "bg-yellow-500": "warning" === l2.item.color }]) }, [r(q, { icon: l2.item.icon, class: "h-6 w-6 text-white", "aria-hidden": "true", loading: l2.loading }, null, 8, ["icon", "loading"])], 2), i("p", yi, _(l2.item.name), 1)]), i("dd", bi, [i("p", hi, _(l2.item.stat), 1), l2.item.changeType ? (e(), n("p", { key: 0, class: a(["increase" === l2.item.changeType ? "text-green-600" : "text-red-600", "ml-2 flex items-baseline text-sm font-semibold"]) }, ["increase" === l2.item.changeType ? (e(), t(C(Nl), { key: 0, class: "self-center flex-shrink-0 h-3 w-3 text-green-500", "aria-hidden": "true" })) : (e(), t(C(Fl), { key: 1, class: "self-center flex-shrink-0 h-3 w-3 text-red-500", "aria-hidden": "true" })), i("span", xi, _("increase" === l2.item.changeType ? "Increased" : "Decreased"), 1), M(" " + _(l2.item.change), 1)], 2)) : T("", true), E(i("div", wi, [i("div", ki, [i("span", { onClick: u2[0] || (u2[0] = (e2) => o2("statClick", l2.item.id)), class: "font-medium text-indigo-600 hover:text-indigo-500 cursor-pointer" }, _(l2.item.actionText), 1)])], 512), [[I, l2.item.showFooter]])])], 2)])) }), ji = { key: 0, class: "overflow-hidden bg-white shadow sm:rounded-lg" }, Ti = { class: "px-4 py-5 sm:px-6" }, Ei = { class: "text-lg font-medium leading-6 text-gray-900" }, Li = { class: "mt-1 max-w-2xl text-sm text-gray-500" }, Ii = { class: "border-t border-gray-200" }, Bi = { class: "text-sm font-medium text-gray-500" }, Ri = { key: 0, class: "mt-1 text-sm text-gray-900 sm:col-span-2 sm:mt-0 break-normal" }, Ai = { key: 1, class: "mt-1 text-sm text-gray-900 sm:col-span-2 sm:mt-0 break-normal" }, Fi = ["onClick"], Ni = { key: 3, class: "mt-1 text-sm text-gray-900 sm:col-span-2 sm:mt-0 break-words" }, $i = { key: 1, class: "overflow-hidden bg-white shadow sm:rounded-lg" }, Hi = A('<div class="px-4 py-5 sm:px-6 animate-pulse"><h3 class="text-lg font-medium leading-6 text-gray-900"><div class="h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-1/4"></div></h3><p class="mt-1 max-w-2xl text-sm text-gray-500"><div class="h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-2/5"></div></p></div>', 1), Vi = { class: "border-t border-gray-200" }, Yi = [i("dt", { class: "text-sm font-medium text-gray-500" }, [i("div", { class: "h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-12" })], -1), i("dd", { class: "mt-1 text-sm text-gray-900 sm:col-span-2 sm:mt-0 break-words" }, [i("div", { class: "h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-12" })], -1)], zi = { name: "uiStripedCard" }, qi = Object.assign(zi, { props: { title: String, subtitle: String, items: Object, loading: { type: Boolean, default: true } }, emits: ["itemClicked"], setup: (l2, { emit: o2 }) => (o3, s2) => l2.loading ? (e(), n("div", $i, [Hi, i("div", Vi, [i("dl", null, [(e(), n(c, null, j(5, (e2) => i("div", { key: e2, class: a(["px-4 py-5 sm:grid sm:grid-cols-3 sm:gap-4 sm:px-6", [e2 % 2 == 0 ? "bg-gray-50" : "bg-white"]]) }, Yi, 2)), 64))])])])) : (e(), n("div", ji, [i("div", Ti, [i("h3", Ei, _(l2.title), 1), i("p", Li, _(l2.subtitle), 1)]), i("div", Ii, [i("dl", null, [(e(true), n(c, null, j(l2.items, (s3, u2) => (e(), n("div", { key: u2, class: a(["px-4 py-5 sm:grid sm:grid-cols-3 sm:gap-4 sm:px-6", [u2 % 2 == 0 ? "bg-gray-50" : "bg-white"]]) }, [i("dt", Bi, _(s3.title), 1), "tag" === s3.type ? (e(), n("dd", Ri, [r(Ha, { color: s3.color }, { default: D(() => [M(_(s3.text), 1)]), _: 2 }, 1032, ["color"])])) : "tags" === s3.type ? (e(), n("dd", Ai, [(e(true), n(c, null, j(s3.tags, (a2, n2) => (e(), t(Ha, { loading: l2.loading, key: n2, color: a2.color, class: "mr-2 mb-2" }, { default: D(() => [M(_(a2.text), 1)]), _: 2 }, 1032, ["loading", "color"]))), 128))])) : "link" === s3.type ? (e(), n("dd", { key: 2, class: "mt-1 text-sm text-indigo-600 hover:text-indigo-400 sm:col-span-2 sm:mt-0 cursor-pointer", onClick: (e2) => o3.$emit("itemClicked", s3.emits) }, _(s3.text), 9, Fi)) : (e(), n("dd", Ni, _(s3.text), 1))], 2))), 128))])])])) }), Ui = { class: "absolute top-10 bg-indigo-600 text-white text-xs p-2 rounded z-10 font-light w-60 flex flex-row items-start" }, Wi = i("svg", { class: "absolute -top-3 left-0", xmlns: "http://www.w3.org/2000/svg", width: "27.687", height: "26.954", viewBox: "0 0 27.687 26.954" }, [i("path", { id: "Polígono_1", "data-name": "Polígono 1", d: "M10.5,0,21,19H0Z", transform: "translate(0 10.5) rotate(-30)", fill: "#4f46e5" })], -1), Ki = { class: "ml-2" }, Ji = { __name: "tooltip", props: { tip: { type: String, required: true } }, setup: (t2) => (l2, a2) => (e(), n("div", Ui, [Wi, i("div", null, [r(q, { icon: C(Xl), loading: false, color: "white", size: "big" }, null, 8, ["icon"])]), i("span", Ki, _(t2.tip), 1)])) }, Gi = { key: 0 }, Xi = { class: "flex flex-col" }, Zi = { class: "-my-2 overflow-x-auto" }, Qi = { class: "inline-block min-w-full py-2 align-middle px-1" }, es = { class: "relative overflow-hidden shadow ring-1 ring-black ring-opacity-5 md:rounded-lg" }, ts = { key: 0, 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" }, ls = ["onClick"], as = { class: "min-w-full table-fixed divide-y divide-gray-300" }, ns = { class: "bg-gray-50" }, rs = ["checked", "indeterminate"], os = ["onMouseover", "onMouseleave"], is = ["onClick"], ss = { key: 2, class: "group flex items-center uppercase text-xs" }, us = { class: "divide-y divide-gray-200 bg-white" }, ds = { key: 0, class: "absolute inset-y-0 left-0 w-0.5 bg-indigo-600" }, cs = ["value"], ps = ["onClick"], gs = { key: 2 }, fs = { name: "uiTable" }, ms = Object.assign(fs, { props: { header: { type: Array, required: true }, items: { type: Array, required: true }, orderedBy: String, orderDirection: { type: String, default: "asc" }, actions: Array, loading: { type: Boolean, default: true } }, emits: ["tableAction", "orderBy"], setup(l2, { emit: o2 }) {
|
|
1919
|
+
return (s2, u3) => t2.loading ? (e(), n("div", Xo, Zo)) : (e(), n("div", No, [i("div", $o, [i("a", Ho, [o(s2.$slots, "previous")]), i("a", Vo, [o(s2.$slots, "next")])]), i("div", Yo, [i("div", null, [i("p", zo, [o(s2.$slots, "showing"), M(), i("span", qo, _(t2.current + " "), 1), o(s2.$slots, "of"), M(), i("span", Uo, _(t2.total), 1)])]), i("div", null, [i("nav", Wo, [E(i("button", { onClick: u3[0] || (u3[0] = (e2) => l2("changePage", t2.current - 1)), class: "relative inline-flex items-center px-2 py-2 rounded-l-md border border-gray-300 bg-white text-sm font-medium text-gray-500 hover:bg-gray-50" }, [i("span", Ko, [o(s2.$slots, "previous")]), r(C(Yl), { class: "h-5 w-5", "aria-hidden": "true" })], 512), [[B, 1 !== t2.current]]), (e(true), n(c, null, j(f2.value, (r2) => (e(), n("button", { onClick: (e2) => l2("changePage", r2), key: r2, "aria-current": "page", class: a([[r2 === t2.current ? "z-10 bg-indigo-50 border-indigo-500 text-indigo-600" : "bg-white border-gray-300 text-gray-500 hover:bg-gray-50"], "relative inline-flex items-center px-4 py-2 border text-sm font-medium"]) }, _(r2), 11, Jo))), 128)), E(i("button", { onClick: u3[1] || (u3[1] = (e2) => l2("changePage", t2.current + 1)), class: "relative inline-flex items-center px-2 py-2 rounded-r-md border border-gray-300 bg-white text-sm font-medium text-gray-500 hover:bg-gray-50" }, [i("span", Go, [o(s2.$slots, "next")]), r(C(zl), { class: "h-5 w-5", "aria-hidden": "true" })], 512), [[B, t2.current !== t2.total]])])])])]));
|
|
1920
|
+
} }), ti = { class: "hidden md:flex md:flex-col sticky md:inset-y-0" }, li = { class: "flex flex-col flex-grow overflow-y-auto" }, ai = { class: "grow flex flex-col" }, ni = { class: "flex-1 space-y-1", "aria-label": "Sidebar" }, ri = { key: 0 }, oi = ["onClick"], ii = { key: 0 }, si = { key: 1, class: "h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-1/2" }, ui = { key: 0, class: "flex-1" }, di = { key: 1, class: "flex-1" }, ci = [i("div", { class: "h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-1/2" }, null, -1)], pi = { key: 0 }, gi = { key: 1, class: "h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-1/2" }, fi = { name: "uiSidebar" }, mi = Object.assign(fi, { props: { navigation: { type: Array, required: true }, loading: { type: Boolean, default: true } }, emits: ["sideBarClick"], setup: (l2, { emit: o2 }) => (s2, u2) => (e(), n("div", ti, [i("div", li, [i("div", ai, [i("nav", ni, [(e(true), n(c, null, j(l2.navigation, (s3) => (e(), n(c, { key: s3.name }, [s3.children ? (e(), t(C(ll), { key: 1, as: "div", class: "space-y-1" }, { default: D(({ open: i2 }) => [r(C(al), { class: a([s3.current ? "bg-indigo-600 text-white" : "text-gray-600 hover:bg-gray-50 hover:text-gray-900", "group w-full flex items-center pl-2 pr-1 py-2 text-left text-sm font-medium rounded-md focus:outline-none"]) }, { default: D(() => [r(q, { loading: l2.loading, icon: s3.icon, class: "mr-3 flex-shrink-0 h-6 w-6 text-gray-400 group-hover:text-gray-500", "aria-hidden": "true" }, null, 8, ["loading", "icon"]), l2.loading ? (e(), n("div", di, ci)) : (e(), n("span", ui, _(s3.name), 1)), r(C(zl), { class: a([i2 ? "text-gray-400 rotate-90" : "text-gray-400", "ml-3 flex-shrink-0 h-3 w-3 transform group-hover:text-gray-400 transition-colors ease-in-out duration-150"]) }, null, 8, ["class"])]), _: 2 }, 1032, ["class"]), r(C(nl), { class: "space-y-1" }, { default: D(() => [(e(true), n(c, null, j(s3.children, (a2) => (e(), t(C(al), { onClick: (e2) => o2("sideBarClick", a2.id), key: a2.name, class: "group w-full flex items-center pl-11 pr-2 py-2 text-sm font-medium text-gray-600 rounded-md hover:text-gray-900 hover:bg-gray-50" }, { default: D(() => [l2.loading ? (e(), n("div", gi)) : (e(), n("span", pi, _(a2.name), 1))]), _: 2 }, 1032, ["onClick"]))), 128))]), _: 2 }, 1024)]), _: 2 }, 1024)) : (e(), n("div", ri, [i("button", { onClick: (e2) => o2("sideBarClick", s3.id), class: a([s3.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 py-2 text-sm font-medium rounded-md"]) }, [r(q, { loading: l2.loading, icon: s3.icon, class: a([s3.current ? "text-white" : "text-gray-400 group-hover:text-gray-500", "mr-3 flex-shrink-0 h-6 w-6"]), "aria-hidden": "true" }, null, 8, ["loading", "icon", "class"]), l2.loading ? (e(), n("div", si)) : (e(), n("span", ii, _(s3.name), 1))], 10, oi)]))], 64))), 128))])])])])) }), vi = { key: 0 }, yi = { class: "ml-16 text-sm font-medium text-gray-500 truncate" }, bi = { class: "ml-16 flex items-baseline pb-5" }, hi = { class: "text-2xl font-semibold text-gray-900" }, xi = { class: "sr-only" }, wi = { class: "absolute bottom-0 inset-x-0 bg-gray-50 px-4 py-4 sm:px-6" }, ki = { class: "text-sm" }, Si = { key: 1 }, Ci = { class: "relative bg-white pt-5 px-4 sm:pt-6 sm:px-6 shadow rounded-lg overflow-hidden h-full pb-6" }, Oi = { class: "absolute bg-gray-200 rounded-md p-3 animate-pulse" }, Di = i("div", { class: "ml-16" }, [i("div", { class: "h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-1/2 mb-4 animate-pulse" })], -1), Mi = i("div", { class: "ml-16" }, [i("div", { class: "h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-1/2 animate-pulse" })], -1), _i = { name: "uiStats" }, Pi = Object.assign(_i, { props: { item: { type: Object, required: true }, loading: { type: Boolean, default: true } }, emits: ["statClick"], setup: (l2, { emit: o2 }) => (s2, u2) => l2.loading ? (e(), n("div", Si, [i("div", Ci, [i("dt", null, [i("div", Oi, [r(q, { loading: l2.loading, icon: l2.item.icon, class: "h-6 w-6 text-white", "aria-hidden": "true" }, null, 8, ["loading", "icon"])]), Di, Mi])])])) : (e(), n("div", vi, [i("div", { class: a(["relative bg-white pt-5 px-4 sm:pt-6 sm:px-6 shadow rounded-lg overflow-hidden h-full", { "pb-12": l2.item.showFooter }]) }, [i("dt", null, [i("div", { class: a(["absolute rounded-md p-3", { "bg-indigo-500": !l2.item.color, "bg-green-500": "success" === l2.item.color, "bg-red-500": "danger" === l2.item.color, "bg-yellow-500": "warning" === l2.item.color }]) }, [r(q, { icon: l2.item.icon, class: "h-6 w-6 text-white", "aria-hidden": "true", loading: l2.loading }, null, 8, ["icon", "loading"])], 2), i("p", yi, _(l2.item.name), 1)]), i("dd", bi, [i("p", hi, _(l2.item.stat), 1), l2.item.changeType ? (e(), n("p", { key: 0, class: a(["increase" === l2.item.changeType ? "text-green-600" : "text-red-600", "ml-2 flex items-baseline text-sm font-semibold"]) }, ["increase" === l2.item.changeType ? (e(), t(C(Nl), { key: 0, class: "self-center flex-shrink-0 h-3 w-3 text-green-500", "aria-hidden": "true" })) : (e(), t(C(Fl), { key: 1, class: "self-center flex-shrink-0 h-3 w-3 text-red-500", "aria-hidden": "true" })), i("span", xi, _("increase" === l2.item.changeType ? "Increased" : "Decreased"), 1), M(" " + _(l2.item.change), 1)], 2)) : T("", true), E(i("div", wi, [i("div", ki, [i("span", { onClick: u2[0] || (u2[0] = (e2) => o2("statClick", l2.item.id)), class: "font-medium text-indigo-600 hover:text-indigo-500 cursor-pointer" }, _(l2.item.actionText), 1)])], 512), [[B, l2.item.showFooter]])])], 2)])) }), ji = { key: 0, class: "overflow-hidden bg-white shadow sm:rounded-lg" }, Ti = { class: "px-4 py-5 sm:px-6" }, Ei = { class: "text-lg font-medium leading-6 text-gray-900" }, Li = { class: "mt-1 max-w-2xl text-sm text-gray-500" }, Bi = { class: "border-t border-gray-200" }, Ii = { class: "text-sm font-medium text-gray-500" }, Ri = { key: 0, class: "mt-1 text-sm text-gray-900 sm:col-span-2 sm:mt-0 break-normal" }, Ai = { key: 1, class: "mt-1 text-sm text-gray-900 sm:col-span-2 sm:mt-0 break-normal" }, Fi = ["onClick"], Ni = { key: 3, class: "mt-1 text-sm text-gray-900 sm:col-span-2 sm:mt-0 break-words" }, $i = { key: 1, class: "overflow-hidden bg-white shadow sm:rounded-lg" }, Hi = A('<div class="px-4 py-5 sm:px-6 animate-pulse"><h3 class="text-lg font-medium leading-6 text-gray-900"><div class="h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-1/4"></div></h3><p class="mt-1 max-w-2xl text-sm text-gray-500"><div class="h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-2/5"></div></p></div>', 1), Vi = { class: "border-t border-gray-200" }, Yi = [i("dt", { class: "text-sm font-medium text-gray-500" }, [i("div", { class: "h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-12" })], -1), i("dd", { class: "mt-1 text-sm text-gray-900 sm:col-span-2 sm:mt-0 break-words" }, [i("div", { class: "h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-12" })], -1)], zi = { name: "uiStripedCard" }, qi = Object.assign(zi, { props: { title: String, subtitle: String, items: Object, loading: { type: Boolean, default: true } }, emits: ["itemClicked"], setup: (l2, { emit: o2 }) => (o3, s2) => l2.loading ? (e(), n("div", $i, [Hi, i("div", Vi, [i("dl", null, [(e(), n(c, null, j(5, (e2) => i("div", { key: e2, class: a(["px-4 py-5 sm:grid sm:grid-cols-3 sm:gap-4 sm:px-6", [e2 % 2 == 0 ? "bg-gray-50" : "bg-white"]]) }, Yi, 2)), 64))])])])) : (e(), n("div", ji, [i("div", Ti, [i("h3", Ei, _(l2.title), 1), i("p", Li, _(l2.subtitle), 1)]), i("div", Bi, [i("dl", null, [(e(true), n(c, null, j(l2.items, (s3, u2) => (e(), n("div", { key: u2, class: a(["px-4 py-5 sm:grid sm:grid-cols-3 sm:gap-4 sm:px-6", [u2 % 2 == 0 ? "bg-gray-50" : "bg-white"]]) }, [i("dt", Ii, _(s3.title), 1), "tag" === s3.type ? (e(), n("dd", Ri, [r(Ha, { color: s3.color }, { default: D(() => [M(_(s3.text), 1)]), _: 2 }, 1032, ["color"])])) : "tags" === s3.type ? (e(), n("dd", Ai, [(e(true), n(c, null, j(s3.tags, (a2, n2) => (e(), t(Ha, { loading: l2.loading, key: n2, color: a2.color, class: "mr-2 mb-2" }, { default: D(() => [M(_(a2.text), 1)]), _: 2 }, 1032, ["loading", "color"]))), 128))])) : "link" === s3.type ? (e(), n("dd", { key: 2, class: "mt-1 text-sm text-indigo-600 hover:text-indigo-400 sm:col-span-2 sm:mt-0 cursor-pointer", onClick: (e2) => o3.$emit("itemClicked", s3.emits) }, _(s3.text), 9, Fi)) : (e(), n("dd", Ni, _(s3.text), 1))], 2))), 128))])])])) }), Ui = { class: "absolute top-10 bg-indigo-600 text-white text-xs p-2 rounded z-10 font-light w-60 flex flex-row items-start" }, Wi = i("svg", { class: "absolute -top-3 left-0", xmlns: "http://www.w3.org/2000/svg", width: "27.687", height: "26.954", viewBox: "0 0 27.687 26.954" }, [i("path", { id: "Polígono_1", "data-name": "Polígono 1", d: "M10.5,0,21,19H0Z", transform: "translate(0 10.5) rotate(-30)", fill: "#4f46e5" })], -1), Ki = { class: "ml-2" }, Ji = { __name: "tooltip", props: { tip: { type: String, required: true } }, setup: (t2) => (l2, a2) => (e(), n("div", Ui, [Wi, i("div", null, [r(q, { icon: C(Xl), loading: false, color: "white", size: "big" }, null, 8, ["icon"])]), i("span", Ki, _(t2.tip), 1)])) }, Gi = { key: 0 }, Xi = { class: "flex flex-col" }, Zi = { class: "-my-2 overflow-x-auto" }, Qi = { class: "inline-block min-w-full py-2 align-middle px-1" }, es = { class: "relative overflow-hidden shadow ring-1 ring-black ring-opacity-5 md:rounded-lg" }, ts = { key: 0, 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" }, ls = ["onClick"], as = { class: "min-w-full table-fixed divide-y divide-gray-300" }, ns = { class: "bg-gray-50" }, rs = ["checked", "indeterminate"], os = ["onMouseover", "onMouseleave"], is = ["onClick"], ss = { key: 2, class: "group flex items-center uppercase text-xs" }, us = { class: "divide-y divide-gray-200 bg-white" }, ds = { key: 0, class: "absolute inset-y-0 left-0 w-0.5 bg-indigo-600" }, cs = ["value"], ps = ["onClick"], gs = { key: 2 }, fs = { name: "uiTable" }, ms = Object.assign(fs, { props: { header: { type: Array, required: true }, items: { type: Array, required: true }, orderedBy: String, orderDirection: { type: String, default: "asc" }, actions: Array, loading: { type: Boolean, default: true } }, emits: ["tableAction", "orderBy"], setup(l2, { emit: o2 }) {
|
|
1921
1921
|
const u2 = l2;
|
|
1922
1922
|
let d2 = s([]);
|
|
1923
1923
|
s(false);
|
|
@@ -1927,35 +1927,35 @@ const Bo = br(Eo, [["render", function(t2, l2, a2, r2, o2, i2) {
|
|
|
1927
1927
|
};
|
|
1928
1928
|
return (s2, u3) => {
|
|
1929
1929
|
var _a2, _b;
|
|
1930
|
-
return l2.loading ? (e(), t(
|
|
1930
|
+
return l2.loading ? (e(), t(Br, { key: 1 })) : (e(), n("div", Gi, [i("div", Xi, [i("div", Zi, [i("div", Qi, [i("div", es, [((_a2 = C(d2)) == null ? void 0 : _a2.length) > 0 && ((_b = l2.actions) == null ? void 0 : _b.length) > 0 ? (e(), n("div", ts, [(e(true), n(c, null, j(l2.actions, (t2, l3) => (e(), n("button", { onClick: (e2) => o2("tableAction", { action: t2.id, items: C(d2) }), key: l3, type: "button", class: "inline-flex items-center rounded bg-indigo-600 hover:bg-indigo-800 px-2.5 py-1.5 text-xs font-medium text-white shadow-sm disabled:cursor-not-allowed disabled:opacity-30" }, _(t2.name), 9, ls))), 128))])) : T("", true), i("table", as, [i("thead", ns, [i("tr", null, [i("th", { scope: "col", class: a([l2.actions ? "px-6 sm:px-8" : "px-3", "relative"]) }, [l2.actions ? (e(), n("input", { key: 0, checked: g2.value || C(d2).length === l2.items.length, indeterminate: g2.value, class: "absolute left-4 top-1/2 -mt-2 h-4 w-4 rounded border-gray-300 text-indigo-600 focus:ring-indigo-500", type: "checkbox", onChange: u3[0] || (u3[0] = (e2) => $(d2) ? d2.value = e2.target.checked ? l2.items.map((e3) => e3.id) : [] : d2 = e2.target.checked ? l2.items.map((e3) => e3.id) : []) }, null, 40, rs)) : T("", true)], 2), (e(true), n(c, null, j(l2.header, (s3, u4) => (e(), n("th", { key: u4, class: "py-3.5 pr-3 text-left font-semibold text-gray-900 flex-wrap relative", scope: "col", onMouseover: (e2) => f2(s3.name, true), onMouseleave: (e2) => f2(s3.name, false) }, [s3.tooltip ? E((e(), t(Ji, { key: 0, tip: s3.tooltip }, null, 8, ["tip"])), [[B, C(p2) === s3.name]]) : T("", true), s3.value ? (e(), n("button", { key: 1, class: "group flex items-center uppercase text-xs relative", onClick: (e2) => o2("orderBy", { value: s3.value, orderDirection: "asc" === l2.orderDirection ? "desc" : "asc" }) }, [i("span", null, _(s3.name), 1), i("span", { class: a([[s3.value === l2.orderedBy ? "bg-indigo-600 text-white group-hover:bg-gray-300" : "text-gray-400 group-hover:visible group-focus:visible"], "ml-2 flex-none rounded group-hover:bg-indigo-200 group-hover:text-white"]) }, [r(q, { icon: "asc" === l2.orderDirection ? C(Vl) : C(Ul), loading: l2.loading, color: s3.value === l2.orderedBy ? "white" : "primary" }, null, 8, ["icon", "loading", "color"])], 2)], 8, is)) : (e(), n("p", ss, [i("span", null, _(s3.name), 1)]))], 40, os))), 128))])]), i("tbody", us, [(e(true), n(c, null, j(l2.items, (r2, s3) => {
|
|
1931
1931
|
var _a3, _b2;
|
|
1932
1932
|
return e(), n("tr", { key: r2.id, class: a([C(d2).includes(r2.id) && "bg-gray-50", s3 % 2 == 0 ? void 0 : "bg-gray-50"]) }, [i("td", { class: a([((_a3 = l2.actions) == null ? void 0 : _a3.length) > 0 ? "w-2" : "w-0", "relative"]) }, [C(d2).includes(r2.id) ? (e(), n("div", ds)) : T("", true), ((_b2 = l2.actions) == null ? void 0 : _b2.length) > 0 ? E((e(), n("input", { key: 1, "onUpdate:modelValue": u3[1] || (u3[1] = (e2) => $(d2) ? d2.value = e2 : d2 = e2), value: r2.id, class: "absolute left-4 top-1/2 -mt-2 h-4 w-4 rounded border-gray-300 text-indigo-600 focus:ring-indigo-500 flex-wrap", type: "checkbox" }, null, 8, cs)), [[N, C(d2)]]) : T("", true)], 2), (e(true), n(c, null, j(r2.row, (i2, s4) => (e(), n("td", { key: s4, class: a(["whitespace-nowrap py-4 pr-3 text-sm", C(d2).includes(r2.id) ? "text-indigo-600" : "text-gray-900"]) }, ["object" == typeof i2 && "tag" === i2.type ? (e(), t(Ha, { key: 0, loading: l2.loading, color: i2.color }, { default: D(() => [M(_(i2.content), 1)]), _: 2 }, 1032, ["loading", "color"])) : "object" == typeof i2 && "link" === i2.type ? (e(), n("span", { key: 1, class: "text-indigo-600 hover:text-indigo-400 cursor-pointer", onClick: (e2) => o2(i2.emits, { id: r2.id, data: (r2 == null ? void 0 : r2.emitWith) || null }) }, _(i2.content), 9, ps)) : (e(), n("span", gs, _(i2), 1))], 2))), 128))], 2);
|
|
1933
1933
|
}), 128))])])])])])])]));
|
|
1934
1934
|
};
|
|
1935
1935
|
} }), vs = { class: "lg:hidden" }, ys = ["value"], bs = { class: "hidden lg:block" }, hs = { class: "border-b border-gray-200" }, xs = { class: "-mb-px flex space-x-8", "aria-label": "Tabs" }, ws = ["onClick", "aria-current"], ks = { name: "uiTabs" }, Ss = Object.assign(ks, { props: { tabs: Array }, emits: ["tabClicked"], setup: (t2, { emit: l2 }) => (r2, o2) => (e(), n("div", null, [i("div", vs, [i("select", { onChange: o2[0] || (o2[0] = (e2) => {
|
|
1936
1936
|
l2("tabClicked", e2.target.value);
|
|
1937
|
-
}), id: "tabs", name: "tabs", class: "block w-full rounded-md border-gray-300 py-2 pl-3 pr-10 text-base focus:border-indigo-500 focus:outline-none focus:ring-indigo-500 sm:text-sm" }, [(e(true), n(c, null, j(t2.tabs, (t3) => (e(), n("option", { value: t3.id, key: t3.name }, _(t3.name), 9, ys))), 128))], 32)]), i("div", bs, [i("div", hs, [i("nav", xs, [(e(true), n(c, null, j(t2.tabs, (t3) => (e(), n("a", { key: t3.name, onClick: (e2) => l2("tabClicked", t3.id), class: a([t3.current ? "border-indigo-500 text-indigo-600" : "border-transparent text-gray-500 hover:text-gray-700 hover:border-gray-200", "whitespace-nowrap flex py-4 px-1 border-b-2 font-medium text-sm cursor-pointer"]), "aria-current": t3.current ? "page" : void 0 }, [M(_(t3.name) + " ", 1), t3.count ? (e(), n("span", { key: 0, class: a([t3.current ? "bg-indigo-100 text-indigo-600" : "bg-gray-100 text-gray-900", "hidden ml-3 py-0.5 px-2.5 rounded-full text-xs font-medium md:inline-block"]) }, _(t3.count), 3)) : T("", true)], 10, ws))), 128))])])])])) }), Cs = { key: 0, class: "bg-white overflow-hidden shadow rounded-lg" }, Os = { class: "px-4 py-5 sm:px-6" }, Ds = { class: "text-xl font-bold" }, Ms = { class: "px-4 py-5 sm:p-6" }, _s = { class: "flow-root" }, Ps = { class: "-mb-8", role: "list" }, js = { class: "relative pb-8" }, Ts = { key: 0, class: "absolute left-4 top-4 -ml-px h-full w-0.5 bg-gray-200", "aria-hidden": "true" }, Es = { class: "relative flex space-x-3" }, Ls = { class: "min-w-0 flex-1 pt-1.5 flex justify-between space-x-4 items-center" },
|
|
1937
|
+
}), id: "tabs", name: "tabs", class: "block w-full rounded-md border-gray-300 py-2 pl-3 pr-10 text-base focus:border-indigo-500 focus:outline-none focus:ring-indigo-500 sm:text-sm" }, [(e(true), n(c, null, j(t2.tabs, (t3) => (e(), n("option", { value: t3.id, key: t3.name }, _(t3.name), 9, ys))), 128))], 32)]), i("div", bs, [i("div", hs, [i("nav", xs, [(e(true), n(c, null, j(t2.tabs, (t3) => (e(), n("a", { key: t3.name, onClick: (e2) => l2("tabClicked", t3.id), class: a([t3.current ? "border-indigo-500 text-indigo-600" : "border-transparent text-gray-500 hover:text-gray-700 hover:border-gray-200", "whitespace-nowrap flex py-4 px-1 border-b-2 font-medium text-sm cursor-pointer"]), "aria-current": t3.current ? "page" : void 0 }, [M(_(t3.name) + " ", 1), t3.count ? (e(), n("span", { key: 0, class: a([t3.current ? "bg-indigo-100 text-indigo-600" : "bg-gray-100 text-gray-900", "hidden ml-3 py-0.5 px-2.5 rounded-full text-xs font-medium md:inline-block"]) }, _(t3.count), 3)) : T("", true)], 10, ws))), 128))])])])])) }), Cs = { key: 0, class: "bg-white overflow-hidden shadow rounded-lg" }, Os = { class: "px-4 py-5 sm:px-6" }, Ds = { class: "text-xl font-bold" }, Ms = { class: "px-4 py-5 sm:p-6" }, _s = { class: "flow-root" }, Ps = { class: "-mb-8", role: "list" }, js = { class: "relative pb-8" }, Ts = { key: 0, class: "absolute left-4 top-4 -ml-px h-full w-0.5 bg-gray-200", "aria-hidden": "true" }, Es = { class: "relative flex space-x-3" }, Ls = { class: "min-w-0 flex-1 pt-1.5 flex justify-between space-x-4 items-center" }, Bs = { class: "text-sm text-gray-500" }, Is = ["onClick"], Rs = { class: "text-right text-sm whitespace-nowrap text-gray-500" }, As = ["datetime"], Fs = { class: "bg-gray-50 px-4 py-4 sm:px-6 z-10" }, Ns = { class: "text-sm" }, $s = { class: "h-full w-full flex items-center justify-center flex-col mb-5" }, Hs = i("p", { class: "text-xs uppercase text-gray-300 font-bold" }, "No data", -1), Vs = { key: 1, class: "bg-white overflow-hidden shadow rounded-lg" }, Ys = i("div", { class: "px-4 py-5 sm:px-6 animate-pulse" }, [i("h1", { class: "text-xl font-bold" }, [i("div", { class: "h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-1/4" })])], -1), zs = { class: "px-4 py-5 sm:p-6 animate-pulse" }, qs = { class: "flow-root" }, Us = { class: "-mb-8", role: "list" }, Ws = { class: "relative pb-8" }, Ks = { key: 0, class: "absolute left-4 top-4 -ml-px h-full w-0.5 bg-gray-200", "aria-hidden": "true" }, Js = A('<div class="relative flex space-x-3"><div><span class="h-8 w-8 rounded-full bg-gray-300 flex items-center justify-center ring-4 ring-white"></span></div><div class="min-w-0 flex-1 pt-1.5 flex justify-between space-x-4 items-center"><div><p class="text-sm text-gray-500 flex-1"><div class="h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-full"></div></p></div><div class="text-right text-sm whitespace-nowrap text-gray-500 flex-1"><div class="h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-1/4"></div></div></div></div>', 1), Gs = i("div", { class: "bg-gray-50 px-4 py-4 sm:px-6 z-10 animate-pulse" }, [i("div", { class: "text-sm" }, [i("div", { class: "h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-1/4" })])], -1), Xs = { name: "uiTimeline" }, Zs = Object.assign(Xs, { props: { name: { type: String, required: true }, timeline: { type: Object }, loading: { type: Boolean, default: true }, empty: { type: Boolean, default: false } }, setup: (t2) => (l2, o2) => {
|
|
1938
1938
|
const s2 = F("uiIcon");
|
|
1939
|
-
return t2.loading ? (e(), n("div", Vs, [Ys, i("div", zs, [i("div", qs, [i("ul", Us, [(e(), n(c, null, j(10, (t3) => i("li", { key: l2.index }, [i("div", Ws, [10 !== t3 ? (e(), n("span", Ks)) : T("", true), Js])])), 64))])])]), Gs])) : (e(), n("div", Cs, [i("div", Os, [i("h1", Ds, _(t2.name), 1)]), E(i("div", Ms, [i("div", _s, [i("ul", Ps, [(e(true), n(c, null, j(t2.timeline.items, (o3, u2) => (e(), n("li", { key: u2 }, [i("div", js, [u2 !== t2.timeline.items.length - 1 ? (e(), n("span", Ts)) : T("", true), i("div", Es, [i("div", null, [i("span", { class: a([o3.iconBackground, "h-8 w-8 rounded-full flex items-center justify-center ring-4 ring-white"]) }, [r(s2, { loading: t2.loading, icon: o3.icon, "aria-hidden": "true", class: "h-5 w-5 text-white", color: "white" }, null, 8, ["loading", "icon"])], 2)]), i("div", Ls, [i("div", null, [i("p",
|
|
1939
|
+
return t2.loading ? (e(), n("div", Vs, [Ys, i("div", zs, [i("div", qs, [i("ul", Us, [(e(), n(c, null, j(10, (t3) => i("li", { key: l2.index }, [i("div", Ws, [10 !== t3 ? (e(), n("span", Ks)) : T("", true), Js])])), 64))])])]), Gs])) : (e(), n("div", Cs, [i("div", Os, [i("h1", Ds, _(t2.name), 1)]), E(i("div", Ms, [i("div", _s, [i("ul", Ps, [(e(true), n(c, null, j(t2.timeline.items, (o3, u2) => (e(), n("li", { key: u2 }, [i("div", js, [u2 !== t2.timeline.items.length - 1 ? (e(), n("span", Ts)) : T("", true), i("div", Es, [i("div", null, [i("span", { class: a([o3.iconBackground, "h-8 w-8 rounded-full flex items-center justify-center ring-4 ring-white"]) }, [r(s2, { loading: t2.loading, icon: o3.icon, "aria-hidden": "true", class: "h-5 w-5 text-white", color: "white" }, null, 8, ["loading", "icon"])], 2)]), i("div", Ls, [i("div", null, [i("p", Bs, [i("a", { onClick: (e2) => l2.$emit("timelineEventClicked", o3.linkId), class: "font-medium text-indigo-600 hover:text-indigo-800 cursor-pointer" }, _(o3.target), 9, Is), M(" " + _(o3.content), 1)])]), i("div", Rs, [i("time", { datetime: o3.datetime }, _(o3.date), 9, As)])])])])]))), 128))])])], 512), [[B, !t2.empty]]), E(i("div", Fs, [i("div", Ns, [i("a", { class: "cursor-pointer font-medium text-indigo-600 hover:text-indigo-500", onClick: o2[0] || (o2[0] = (e2) => l2.$emit("timelineFooterClicked", t2.timeline.id)) }, _(t2.timeline.footerText), 1)])], 512), [[B, !t2.empty]]), E(i("div", $s, [r(q, { icon: C(Wl), color: "gray", loading: false, size: "huge" }, null, 8, ["icon"]), Hs], 512), [[B, t2.empty]])]));
|
|
1940
1940
|
} }), Qs = { name: "uiTopbar", props: ["navigation", "logo", "profileMenu", "brand", "accountLogo", "alerted"], components: { Disclosure: ll, DisclosureButton: al, DisclosurePanel: nl, Menu: pl, MenuButton: gl, MenuItem: ml, MenuItems: fl, Bars3Icon: function(t2, l2) {
|
|
1941
1941
|
return e(), n("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", "stroke-width": "1.5", stroke: "currentColor", "aria-hidden": "true" }, [i("path", { "stroke-linecap": "round", "stroke-linejoin": "round", d: "M3.75 6.75h16.5M3.75 12h16.5m-16.5 5.25h16.5" })]);
|
|
1942
1942
|
}, XMarkIcon: Ql } }, eu = { class: "mx-auto px-6 lg:px-8" }, tu = { class: "flex justify-between h-20" }, lu = { class: "flex" }, au = { class: "-ml-2 mr-2 flex items-center lg:hidden" }, nu = i("span", { class: "sr-only" }, "Open main menu", -1), ru = ["src"], ou = { class: "flex items-center" }, iu = { class: "md:ml-4 md:flex-shrink-0 md:flex md:items-center" }, su = { class: "redCircle flex items-center justify-center h-4 w-4 bg-red-500 rounded-full absolute -top-0 -left-1" }, uu = [i("span", { class: "animate-ping absolute inline-flex h-4 w-4 bg-red-500 rounded-full opacity-75" }, null, -1)], du = ["src"], cu = ["onClick"], pu = { class: "pt-2 pb-3 space-y-1" }, gu = ["onClick"], fu = { class: "pt-4 pb-3 border-t border-gray-200" }, mu = { class: "flex items-center px-4 sm:px-6" }, vu = { class: "flex-shrink-0" }, yu = ["src"], bu = { key: 0, class: "ml-3" }, hu = { class: "text-base font-medium text-gray-800" }, xu = { class: "text-sm font-medium text-gray-500" }, wu = { class: "mt-3 space-y-1" }, ku = ["onClick"];
|
|
1943
1943
|
const Su = br(Qs, [["render", function(l2, o2, s2, u2, d2, p2) {
|
|
1944
1944
|
const g2 = F("Bars3Icon"), f2 = F("XMarkIcon"), m2 = F("DisclosureButton"), v2 = F("MenuButton"), y2 = F("MenuItem"), b2 = F("MenuItems"), h2 = F("Menu"), x2 = F("DisclosurePanel"), w2 = F("Disclosure");
|
|
1945
|
-
return e(), t(w2, { as: "nav", class: "bg-white shadow z-10" }, { default: D(({ open: u3 }) => [i("div", eu, [i("div", tu, [i("div", lu, [i("div", au, [r(m2, { class: "inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-gray-500 hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-inset focus:ring-indigo-500" }, { default: D(() => [nu, u3 ? (e(), t(f2, { key: 1, class: "block h-6 w-6", "aria-hidden": "true" })) : (e(), t(g2, { key: 0, class: "block h-6 w-6", "aria-hidden": "true" }))]), _: 2 }, 1024)]), i("div", { class: "flex-shrink-0 flex items-center cursor-pointer", onClick: o2[0] || (o2[0] = (e2) => l2.$emit("topBarClick", "logo")) }, [i("img", { class: "h-10", src: s2.logo, alt: "Hotelinking suite product logo" }, null, 8, ru)])]), i("div", ou, [i("div", iu, [r(h2, { as: "div", class: "ml-3 relative" }, { default: D(() => [i("div", null, [E(r(v2, { class: "bg-white rounded-full flex text-sm focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500 relative" }, { default: D(() => [E(i("div", su, uu, 512), [[
|
|
1945
|
+
return e(), t(w2, { as: "nav", class: "bg-white shadow z-10" }, { default: D(({ open: u3 }) => [i("div", eu, [i("div", tu, [i("div", lu, [i("div", au, [r(m2, { class: "inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-gray-500 hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-inset focus:ring-indigo-500" }, { default: D(() => [nu, u3 ? (e(), t(f2, { key: 1, class: "block h-6 w-6", "aria-hidden": "true" })) : (e(), t(g2, { key: 0, class: "block h-6 w-6", "aria-hidden": "true" }))]), _: 2 }, 1024)]), i("div", { class: "flex-shrink-0 flex items-center cursor-pointer", onClick: o2[0] || (o2[0] = (e2) => l2.$emit("topBarClick", "logo")) }, [i("img", { class: "h-10", src: s2.logo, alt: "Hotelinking suite product logo" }, null, 8, ru)])]), i("div", ou, [i("div", iu, [r(h2, { as: "div", class: "ml-3 relative" }, { default: D(() => [i("div", null, [E(r(v2, { class: "bg-white rounded-full flex text-sm focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500 relative" }, { default: D(() => [E(i("div", su, uu, 512), [[B, s2.alerted]]), i("img", { class: "h-10 w-10 rounded-full", src: s2.accountLogo }, null, 8, du)]), _: 1 }, 512), [[B, s2.accountLogo]])]), r(P, { "enter-active-class": "transition ease-out duration-200", "enter-from-class": "transform opacity-0 scale-95", "enter-to-class": "transform opacity-100 scale-100", "leave-active-class": "transition ease-in duration-75", "leave-from-class": "transform opacity-100 scale-100", "leave-to-class": "transform opacity-0 scale-95" }, { default: D(() => [r(b2, { class: "origin-top-right absolute right-0 mt-2 w-48 rounded-md shadow-lg py-1 bg-white ring-1 ring-black ring-opacity-5 focus:outline-none" }, { default: D(() => [(e(true), n(c, null, j(s2.profileMenu, (n2) => (e(), t(y2, { key: n2.name }, { default: D(({ active: e2 }) => [i("p", { onClick: (e3) => l2.$emit("topBarClick", n2.id), class: a(["cursor-pointer", [e2 ? "bg-gray-100" : "", "block px-4 py-2 text-sm text-gray-700"]]) }, _(n2.name), 11, cu)]), _: 2 }, 1024))), 128))]), _: 1 })]), _: 1 })]), _: 1 })])])])]), r(x2, { class: "lg:hidden" }, { default: D(() => [i("div", pu, [(e(true), n(c, null, j(s2.navigation, (n2) => (e(), t(m2, { as: "template", key: n2.name, class: a(["block pl-3 pr-4 py-2 border-l-4 text-base font-medium sm:pl-5 sm:pr-6", { "bg-indigo-50 border-indigo-500 text-indigo-700": n2.current && true === n2.current, "border-transparent text-gray-500 hover:bg-gray-50 hover:border-gray-300 hover:text-gray-700": !n2.current }]) }, { default: D(() => [i("p", { onClick: (e2) => l2.$emit("topBarClick", n2.id) }, _(n2.name), 9, gu)]), _: 2 }, 1032, ["class"]))), 128))]), i("div", fu, [i("div", mu, [i("div", vu, [i("img", { class: "h-10 w-10 rounded-full", src: s2.accountLogo }, null, 8, yu)]), s2.brand ? (e(), n("div", bu, [i("div", hu, _(s2.brand.title), 1), i("div", xu, _(s2.brand.subtitle), 1)])) : T("", true)]), i("div", wu, [(e(true), n(c, null, j(s2.profileMenu, (a2) => (e(), t(m2, { as: "template", key: a2.name, class: "block px-4 py-2 text-base font-medium text-gray-500 hover:text-gray-800 hover:bg-gray-100 sm:px-6" }, { default: D(() => [i("p", { onClick: (e2) => l2.$emit("topBarClick", a2.id) }, _(a2.name), 9, ku)]), _: 2 }, 1024))), 128))])])]), _: 1 })]), _: 1 });
|
|
1946
1946
|
}]]), Cu = { class: "h-full" }, Ou = { class: "chart-header flex flex-row justify-between" }, Du = { class: "text-sm font-medium text-gray-500 truncate" }, Mu = { class: "chart-selector flex flex-row items-center justify-center" }, _u = { class: "chart-content pt-6" }, Pu = { class: "card chart funnel-chart px-4 py-5 bg-white shadow rounded-lg overflow-hidden sm:p-6 flex grow h-full" }, ju = [i("div", { role: "status", class: "w-full animate-pulse h-full flex flex-col" }, [i("div", { class: "h-2.5 w-36 bg-gray-200 rounded-full mb-2.5" }), i("div", { class: "w-48 h-2 mb-6 bg-gray-200 rounded-full" }), i("svg", { class: "w-80 h-full mx-auto animate-pulse fill-gray-300 grow", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 386 333.828" }, [i("path", { d: "M193,333.828V0H386s0,156.045-83.854,204.954S214.3,333.828,214.3,333.828Zm-21.3,0s-3.993-79.964-87.848-128.873S0,0,0,0H193V333.828Z" })])], -1)], Tu = { name: "uiFunnelChart" }, Eu = Object.assign(Tu, { props: { title: String, id: { type: String, default: "noChartId" }, labels: { type: Array, required: true }, subLabels: { type: Array, required: true }, values: { type: Array, required: true }, loading: { type: Boolean, default: true } }, emits: ["selectedRange", "chartUpdated"], setup(l2, { emit: r2 }) {
|
|
1947
1947
|
const o2 = l2, u2 = s("24h"), d2 = s(null), c2 = [["#725CFF", "#C9C4EB"], ["#00FFFF", "#D6FFFF"], ["#aba9ba", "#f5f4ff"]], p2 = s(0), g2 = s(0), m2 = (e2) => {
|
|
1948
1948
|
u2.value = e2, r2("selectedRange", { range: e2, chartId: o2.id });
|
|
1949
1949
|
};
|
|
1950
1950
|
return f(() => {
|
|
1951
1951
|
d2.value.focus(), p2.value = d2.value.clientHeight - d2.value.clientHeight / 4, g2.value = d2.value.clientWidth - d2.value.clientHeight / 4;
|
|
1952
|
-
}), (r3, o3) => (e(), n("div", Cu, [E(i("div", { ref_key: "funnelChart", ref: d2, class: "card chart funnel-chart px-4 py-5 bg-white shadow rounded-lg overflow-hidden sm:p-6 flex grow h-full" }, [i("div", Ou, [i("div", Du, _(l2.title), 1), i("ul", Mu, [i("li", { class: a({ selected: "24h" === u2.value }), onClick: o3[0] || (o3[0] = (e2) => m2("24h")) }, " 24H ", 2), i("li", { class: a({ selected: "7d" === u2.value }), onClick: o3[1] || (o3[1] = (e2) => m2("7d")) }, " 7D ", 2), i("li", { class: a({ selected: "1m" === u2.value }), onClick: o3[2] || (o3[2] = (e2) => m2("1m")) }, " 1M ", 2), i("li", { class: a({ selected: "3m" === u2.value }), onClick: o3[3] || (o3[3] = (e2) => m2("3m")) }, " 3M ", 2)])]), i("div", _u, [g2.value > 0 && p2.value > 0 ? (e(), t(C(Y), { key: 0, width: g2.value, height: p2.value, labels: l2.labels, values: l2.values, colors: c2, "sub-labels": l2.subLabels, direction: "vertical", "gradient-direction": "vertical", animated: true, "display-percentage": true }, null, 8, ["width", "height", "labels", "values", "sub-labels"])) : T("", true)])], 512), [[
|
|
1952
|
+
}), (r3, o3) => (e(), n("div", Cu, [E(i("div", { ref_key: "funnelChart", ref: d2, class: "card chart funnel-chart px-4 py-5 bg-white shadow rounded-lg overflow-hidden sm:p-6 flex grow h-full" }, [i("div", Ou, [i("div", Du, _(l2.title), 1), i("ul", Mu, [i("li", { class: a({ selected: "24h" === u2.value }), onClick: o3[0] || (o3[0] = (e2) => m2("24h")) }, " 24H ", 2), i("li", { class: a({ selected: "7d" === u2.value }), onClick: o3[1] || (o3[1] = (e2) => m2("7d")) }, " 7D ", 2), i("li", { class: a({ selected: "1m" === u2.value }), onClick: o3[2] || (o3[2] = (e2) => m2("1m")) }, " 1M ", 2), i("li", { class: a({ selected: "3m" === u2.value }), onClick: o3[3] || (o3[3] = (e2) => m2("3m")) }, " 3M ", 2)])]), i("div", _u, [g2.value > 0 && p2.value > 0 ? (e(), t(C(Y), { key: 0, width: g2.value, height: p2.value, labels: l2.labels, values: l2.values, colors: c2, "sub-labels": l2.subLabels, direction: "vertical", "gradient-direction": "vertical", animated: true, "display-percentage": true }, null, 8, ["width", "height", "labels", "values", "sub-labels"])) : T("", true)])], 512), [[B, !l2.loading]]), E(i("div", Pu, ju, 512), [[B, l2.loading]])]));
|
|
1953
1953
|
} }), Lu = { chart: { type: "bar", toolbar: { show: false }, zoom: { enabled: false } }, colors: ["#715aff"], dataLabels: { enabled: true, formatter: function(e2, t2) {
|
|
1954
1954
|
return t2.w.globals.labels[t2.dataPointIndex] + ": " + e2;
|
|
1955
|
-
} }, markers: { strokeWidth: 0, size: 4, hover: { size: 8 } }, plotOptions: { bar: { borderRadius: 0, horizontal: true, barHeight: "80%", isFunnel: true } } },
|
|
1955
|
+
} }, markers: { strokeWidth: 0, size: 4, hover: { size: 8 } }, plotOptions: { bar: { borderRadius: 0, horizontal: true, barHeight: "80%", isFunnel: true } } }, Bu = { class: "card chart apex-chart px-4 py-5 bg-white shadow rounded-lg overflow-hidden sm:p-6 flex grow h-80" }, Iu = { class: "chart-header flex flex-row justify-between" }, Ru = { class: "text-sm font-medium text-gray-500 truncate" }, Au = { class: "chart-content" }, Fu = { class: "h-full w-full flex items-center justify-center flex-col" }, Nu = i("p", { class: "text-xs uppercase text-gray-300 font-bold" }, "No data", -1), $u = { class: "card chart apex-chart px-4 py-5 bg-white shadow rounded-lg overflow-hidden sm:p-6 flex grow h-80" }, Hu = [i("div", { role: "status", class: "w-full animate-pulse h-full flex flex-col" }, [i("div", { class: "h-2.5 w-36 bg-gray-200 rounded-full mb-2.5" }), i("div", { class: "w-48 h-2 mb-6 bg-gray-200 rounded-full" }), i("div", { class: "flex flex-row justify-between items-baseline grow gap-x-1" }, [i("div", { class: "w-full bg-gray-200 rounded h-full" }), i("div", { class: "w-full bg-gray-200 rounded h-1/2" }), i("div", { class: "w-full bg-gray-200 rounded h-1/3" }), i("div", { class: "w-full bg-gray-200 rounded h-4/5" }), i("div", { class: "w-full bg-gray-200 rounded h-full" }), i("div", { class: "w-full bg-gray-200 rounded h-1/2" }), i("div", { class: "w-full bg-gray-200 rounded h-1/3" }), i("div", { class: "w-full bg-gray-200 rounded h-1/2" }), i("div", { class: "w-full bg-gray-200 rounded h-1/3" }), i("div", { class: "w-full bg-gray-200 rounded h-4/5" }), i("div", { class: "w-full bg-gray-200 rounded h-full" }), i("div", { class: "w-full bg-gray-200 rounded h-4/5" }), i("div", { class: "w-full bg-gray-200 rounded h-full" }), i("div", { class: "w-full bg-gray-200 rounded h-1/2" }), i("div", { class: "w-full bg-gray-200 rounded h-1/3" }), i("div", { class: "w-full bg-gray-200 rounded h-1/2" })])], -1)], Vu = { name: "uiChart" }, Yu = Object.assign(Vu, { props: { title: String, id: { type: String, default: "noChartId" }, series: { type: Object, required: true }, options: { type: Object, required: true }, loading: { type: Boolean, default: true }, empty: { type: Boolean, default: false }, range: { type: String, default: "24h" } }, emits: ["selectedRange", "chartUpdated"], setup(t2, { emit: l2 }) {
|
|
1956
1956
|
const a2 = t2, o2 = y(() => ({ ...a2.options, ...Lu })), s2 = y(() => a2.series), u2 = () => l2("chartUpdated");
|
|
1957
|
-
return (l3, a3) => (e(), n(c, null, [E(i("div",
|
|
1958
|
-
} }), zu = { class: "w-full flex flex-col items-center justify-center p-10 grow" }, qu = { class: "text-2xl mt-4 font-bold" }, Uu = { class: "buttons flex flex-row items-center justify-center mt-8 gap-x-1" }, Wu = { __name: "uiNoResults", props: { title: { type: String, required: true }, message: { type: String, required: true }, actions: { type: Array } }, emits: ["action"], setup: (l2, { emit: a2 }) => (a3, o2) => (e(), n("div", zu, [r(q, { loading: false, icon: C(Wl), size: "massive", color: "gray" }, null, 8, ["icon"]), i("h2", qu, _(l2.title), 1), i("p", null, _(l2.message), 1), i("div", Uu, [(e(true), n(c, null, j(l2.actions, (l3, n2) => (e(), t(G, { key: n2, loading: false, onClick: (e2) => a3.$emit("action", l3.action) }, { default: D(() => [M(_(l3.text), 1)]), _: 2 }, 1032, ["onClick"]))), 128))])])) }, Ku = { uiButton: G, uiIcon: q, uiCheckbox: re, uiDropdown: ra, uiInput: va, uiInputFile: Ea, uiSelect: Aa, uiTag: Ha, uiTextArea: Ka, uiToggle: en, uiAlert: pn, uiBreadcrumbs: kn, uiCard: Tn, uiFilter: Ln, uiModal: qn, uiNotification: ar, uiTaskList: vr, uiPriceCalendar: yo, uiChart: To, uiFooter:
|
|
1957
|
+
return (l3, a3) => (e(), n(c, null, [E(i("div", Bu, [i("div", Iu, [i("div", Ru, _(t2.title), 1), r(xo, { onRangeSelected: a3[0] || (a3[0] = (e2) => l3.$emit("selectedRange", { range: e2, chartId: t2.id })) })]), E(i("div", Au, [r(C(V), { type: l3.bar, series: s2.value, width: "100%", height: "100%", options: o2.value, onUpdated: u2, onMounted: u2 }, null, 8, ["type", "series", "options"])], 512), [[B, !t2.empty]]), E(i("div", Fu, [r(q, { icon: C(Wl), color: "gray", loading: false, size: "huge" }, null, 8, ["icon"]), Nu], 512), [[B, t2.empty]])], 512), [[B, !t2.loading]]), E(i("div", $u, Hu, 512), [[B, t2.loading]])], 64));
|
|
1958
|
+
} }), zu = { class: "w-full flex flex-col items-center justify-center p-10 grow" }, qu = { class: "text-2xl mt-4 font-bold" }, Uu = { class: "buttons flex flex-row items-center justify-center mt-8 gap-x-1" }, Wu = { __name: "uiNoResults", props: { title: { type: String, required: true }, message: { type: String, required: true }, actions: { type: Array } }, emits: ["action"], setup: (l2, { emit: a2 }) => (a3, o2) => (e(), n("div", zu, [r(q, { loading: false, icon: C(Wl), size: "massive", color: "gray" }, null, 8, ["icon"]), i("h2", qu, _(l2.title), 1), i("p", null, _(l2.message), 1), i("div", Uu, [(e(true), n(c, null, j(l2.actions, (l3, n2) => (e(), t(G, { key: n2, loading: false, onClick: (e2) => a3.$emit("action", l3.action) }, { default: D(() => [M(_(l3.text), 1)]), _: 2 }, 1032, ["onClick"]))), 128))])])) }, Ku = { uiButton: G, uiIcon: q, uiCheckbox: re, uiDropdown: ra, uiInput: va, uiInputFile: Ea, uiSelect: Aa, uiTag: Ha, uiTextArea: Ka, uiToggle: en, uiAlert: pn, uiBreadcrumbs: kn, uiCard: Tn, uiFilter: Ln, uiModal: qn, uiNotification: ar, uiTaskList: vr, uiPriceCalendar: yo, uiChart: To, uiFooter: Io, uiLoadingScreen: Fo, uiPagination: ei, uiSidebar: mi, uiStats: Pi, uiStripedCard: qi, uiTable: ms, uiTabs: Ss, uiTimeline: Zs, uiTopbar: Su, uiFunnelChart: Eu, uiFunnelChartV2: Yu, uiNoResults: Wu }, Ju = { install(e2) {
|
|
1959
1959
|
Object.keys(Ku).forEach((t2) => {
|
|
1960
1960
|
e2.component(t2, Ku[t2]);
|
|
1961
1961
|
});
|