@hotelinking/ui 5.38.4 → 5.39.1
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/CHANGELOG.md +5 -1
- package/dist/ui.es.js +377 -365
- package/dist/ui.umd.cjs +1 -1
- package/package.json +14 -14
package/dist/ui.es.js
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
import { openBlock as e, createBlock as t, resolveDynamicComponent as l, normalizeClass as n, createElementBlock as a, createVNode as o, renderSlot as r, createElementVNode as i, ref as s, computed as
|
|
1
|
+
import { openBlock as e, createBlock as t, resolveDynamicComponent as l, normalizeClass as n, createElementBlock as a, createVNode as o, renderSlot as r, createElementVNode as i, ref as s, computed as d, unref as u, shallowRef as c, watch as p, triggerRef as g, onScopeDispose as f, onUnmounted as m, inject as v, nextTick as h, watchEffect as b, onMounted as y, cloneVNode as x, h as w, Fragment as k, defineComponent as S, provide as C, reactive as O, toRaw as M, getCurrentInstance as D, Teleport as E, withCtx as T, createTextVNode as I, toDisplayString as _, Transition as j, renderList as P, createCommentVNode as R, withDirectives as B, vModelDynamic as A, vShow as L, withModifiers as F, vModelText as N, createStaticVNode as z, resolveComponent as $, vModelCheckbox as V, isRef as H } from "vue";
|
|
2
2
|
import Y from "dayjs";
|
|
3
|
-
import
|
|
4
|
-
import
|
|
3
|
+
import q from "vue3-apexcharts";
|
|
4
|
+
import U from "vue3-draggable";
|
|
5
5
|
import W from "@vueform/slider";
|
|
6
6
|
const K = { name: "uiIcon" }, J = Object.assign(K, { props: { icon: { type: Function, required: true }, size: { type: String, default: "normal" }, color: { type: String, default: "primary" }, loading: { type: Boolean, default: true } }, setup: (o2) => (r2, i2) => o2.loading ? (e(), a("div", { key: 1, class: n([{ "h-4 w-4": "normal" === o2.size, "h-6 w-6": "big" === o2.size, "h-12 w-12": "huge" === o2.size, "h-20 w-20": "massive" === o2.size }, "animate-pulse rounded-full bg-gray-200 dark:bg-gray-300"]) }, null, 2)) : (e(), t(l(o2.icon), { key: 0, class: n({ "h-4 w-4": "normal" === o2.size, "h-6 w-6": "big" === o2.size, "h-12 w-12": "huge" === o2.size, "h-20 w-20": "massive" === o2.size, "text-indigo-600": "primary" === o2.color, "text-cyan-300": "secondary" === o2.color, "text-red-400": "red" === o2.color, "text-yellow-400": "yellow" === o2.color, "text-green-400": "green" === o2.color, "text-white": "white" === o2.color, "text-gray-300": "gray" === o2.color, "text-black": "black" === o2.color }) }, null, 8, ["class"])) }), G = ["disabled"], Z = { key: 1, class: "animate-pulse px-4 py-2.5 text-sm rounded-md inline-flex items-center border border-transparent font-medium shadow-sm text-white focus:outline-none focus:ring-2 focus:ring-offset-2 disabled:opacity-25 bg-gray-200" }, X = i("div", { class: "h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-16" }, null, -1), Q = { name: "uiButton" }, ee = Object.assign(Q, { props: { color: { type: String, default: "primary" }, size: { type: String, default: "normal" }, icon: { type: Function, default: () => {
|
|
7
|
-
} }, disabled: { type: Boolean, default: false }, loading: { type: Boolean, default: true } }, setup: (t2) => (l2, i2) => t2.loading ? (e(), a("button", Z, [o(J, { icon: t2.icon, color: "white", class: "-ml-0.5 mr-2", loading: t2.loading }, null, 8, ["icon", "loading"]), X])) : (e(), a("button", { key: 0, disabled: t2.disabled, class: n([{ "bg-indigo-600 hover:bg-indigo-800 text-white shadow-sm": "primary" === t2.color, "bg-cyan-300 hover:bg-cyan-500 text-white shadow-sme": "secondary" === t2.color, "bg-red-400 hover:bg-red-600 text-white shadow-sm": "red" === t2.color, "bg-yellow-400 hover:bg-yellow-600 text-white shadow-sm": "yellow" === t2.color, "bg-green-400 hover:bg-green-600 text-white shadow-sm": "green" === t2.color, "bg-transparent hover:bg-indigo-800 text-indigo-800 hover:text-white": "transparent" === t2.color, "px-4 py-2 text-sm rounded-md": "normal" === t2.size, "px-2.5 py-1.5 text-xs rounded leading-none": "small" === t2.size, "px-6 py-3 text-base rounded-md": "large" === t2.size }, "inline-flex items-center border border-transparent font-medium focus:outline-none focus:ring-2 focus:ring-offset-2 disabled:opacity-25"]), type: "button" }, [o(J, { icon: t2.icon, color: "white", class: "-ml-0.5 mr-2", loading: t2.loading }, null, 8, ["icon", "loading"]), r(l2.$slots, "default")], 10, G)) }), te = { key: 0, class: "relative flex items-start" }, le = { class: "flex items-center h-5" }, ne = ["checked", "value", "disabled"], ae = { class: "ml-3 text-sm" }, oe = { class: "text-gray-500" }, re = { key: 1, class: "flex items-center animate-pulse" }, ie = [i("div", { class: "w-5 h-5 rounded bg-gray-200" }, null, -1), i("div", { class: "ml-3 h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-28" }, null, -1)], se = { name: "uiCheckbox" },
|
|
8
|
-
const n2 = l2, o2 = t2,
|
|
7
|
+
} }, disabled: { type: Boolean, default: false }, loading: { type: Boolean, default: true } }, setup: (t2) => (l2, i2) => t2.loading ? (e(), a("button", Z, [o(J, { icon: t2.icon, color: "white", class: "-ml-0.5 mr-2", loading: t2.loading }, null, 8, ["icon", "loading"]), X])) : (e(), a("button", { key: 0, disabled: t2.disabled, class: n([{ "bg-indigo-600 hover:bg-indigo-800 text-white shadow-sm": "primary" === t2.color, "bg-cyan-300 hover:bg-cyan-500 text-white shadow-sme": "secondary" === t2.color, "bg-red-400 hover:bg-red-600 text-white shadow-sm": "red" === t2.color, "bg-yellow-400 hover:bg-yellow-600 text-white shadow-sm": "yellow" === t2.color, "bg-green-400 hover:bg-green-600 text-white shadow-sm": "green" === t2.color, "bg-transparent hover:bg-indigo-800 text-indigo-800 hover:text-white": "transparent" === t2.color, "px-4 py-2 text-sm rounded-md": "normal" === t2.size, "px-2.5 py-1.5 text-xs rounded leading-none": "small" === t2.size, "px-6 py-3 text-base rounded-md": "large" === t2.size }, "inline-flex items-center border border-transparent font-medium focus:outline-none focus:ring-2 focus:ring-offset-2 disabled:opacity-25"]), type: "button" }, [o(J, { icon: t2.icon, color: "white", class: "-ml-0.5 mr-2", loading: t2.loading }, null, 8, ["icon", "loading"]), r(l2.$slots, "default")], 10, G)) }), te = { key: 0, class: "relative flex items-start" }, le = { class: "flex items-center h-5" }, ne = ["checked", "value", "disabled"], ae = { class: "ml-3 text-sm" }, oe = { class: "text-gray-500" }, re = { key: 1, class: "flex items-center animate-pulse" }, ie = [i("div", { class: "w-5 h-5 rounded bg-gray-200" }, null, -1), i("div", { class: "ml-3 h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-28" }, null, -1)], se = { name: "uiCheckbox" }, de = Object.assign(se, { props: { disabled: { type: Boolean, default: false }, value: { type: String }, check: { type: Boolean, default: false }, loading: { type: Boolean, default: true } }, emits: ["checkboxChanged"], setup(t2, { emit: l2 }) {
|
|
8
|
+
const n2 = l2, o2 = t2, d2 = s(o2.check);
|
|
9
9
|
return (l3, s2) => t2.loading ? (e(), a("div", re, ie)) : (e(), a("div", te, [i("div", le, [i("input", { checked: t2.check, value: t2.value, disabled: t2.disabled, class: "focus:ring-indigo-500 h-4 w-4 text-indigo-600 border-gray-300 rounded disabled:opacity-25", type: "checkbox", onChange: s2[0] || (s2[0] = (e2) => {
|
|
10
|
-
o2.disabled || (
|
|
10
|
+
o2.disabled || (d2.value = !d2.value, n2("checkboxChanged", { checked: d2.value, value: o2.value }));
|
|
11
11
|
}) }, null, 40, ne)]), i("div", ae, [i("span", oe, [r(l3.$slots, "default")])])]));
|
|
12
12
|
} });
|
|
13
|
-
function
|
|
13
|
+
function ue(e2, t2, l2) {
|
|
14
14
|
let n2, a2 = l2.initialDeps ?? [];
|
|
15
15
|
return () => {
|
|
16
16
|
var o2, r2, i2, s2;
|
|
17
|
-
let
|
|
18
|
-
l2.key && (null == (o2 = l2.debug) ? void 0 : o2.call(l2)) && (
|
|
19
|
-
const
|
|
17
|
+
let d2;
|
|
18
|
+
l2.key && (null == (o2 = l2.debug) ? void 0 : o2.call(l2)) && (d2 = Date.now());
|
|
19
|
+
const u2 = e2(), c2 = u2.length !== a2.length || u2.some((e3, t3) => a2[t3] !== e3);
|
|
20
20
|
if (!c2)
|
|
21
21
|
return n2;
|
|
22
22
|
let p2;
|
|
23
|
-
if (a2 =
|
|
24
|
-
const e3 = Math.round(100 * (Date.now() -
|
|
23
|
+
if (a2 = u2, l2.key && (null == (r2 = l2.debug) ? void 0 : r2.call(l2)) && (p2 = Date.now()), n2 = t2(...u2), l2.key && (null == (i2 = l2.debug) ? void 0 : i2.call(l2))) {
|
|
24
|
+
const e3 = Math.round(100 * (Date.now() - d2)) / 100, t3 = Math.round(100 * (Date.now() - p2)) / 100, n3 = t3 / 16, a3 = (e4, t4) => {
|
|
25
25
|
for (e4 = String(e4); e4.length < t4; )
|
|
26
26
|
e4 = " " + e4;
|
|
27
27
|
return e4;
|
|
@@ -39,10 +39,10 @@ function ce(e2, t2) {
|
|
|
39
39
|
throw new Error("Unexpected undefined");
|
|
40
40
|
return e2;
|
|
41
41
|
}
|
|
42
|
-
const pe = (e2, t2) => {
|
|
43
|
-
let
|
|
44
|
-
return function(...
|
|
45
|
-
clearTimeout(
|
|
42
|
+
const pe = (e2, t2, l2) => {
|
|
43
|
+
let n2;
|
|
44
|
+
return function(...a2) {
|
|
45
|
+
e2.clearTimeout(n2), n2 = e2.setTimeout(() => t2.apply(this, a2), l2);
|
|
46
46
|
};
|
|
47
47
|
}, ge = (e2) => e2, fe = (e2) => {
|
|
48
48
|
const t2 = Math.max(e2.startIndex - e2.overscan, 0), l2 = Math.min(e2.endIndex + e2.overscan, e2.count - 1), n2 = [];
|
|
@@ -53,38 +53,44 @@ const pe = (e2, t2) => {
|
|
|
53
53
|
const l2 = e2.scrollElement;
|
|
54
54
|
if (!l2)
|
|
55
55
|
return;
|
|
56
|
-
const n2 =
|
|
56
|
+
const n2 = e2.targetWindow;
|
|
57
|
+
if (!n2)
|
|
58
|
+
return;
|
|
59
|
+
const a2 = (e3) => {
|
|
57
60
|
const { width: l3, height: n3 } = e3;
|
|
58
61
|
t2({ width: Math.round(l3), height: Math.round(n3) });
|
|
59
62
|
};
|
|
60
|
-
if (
|
|
63
|
+
if (a2(l2.getBoundingClientRect()), !n2.ResizeObserver)
|
|
61
64
|
return () => {
|
|
62
65
|
};
|
|
63
|
-
const
|
|
66
|
+
const o2 = new n2.ResizeObserver((e3) => {
|
|
64
67
|
const t3 = e3[0];
|
|
65
68
|
if (null == t3 ? void 0 : t3.borderBoxSize) {
|
|
66
69
|
const e4 = t3.borderBoxSize[0];
|
|
67
70
|
if (e4)
|
|
68
|
-
return void
|
|
71
|
+
return void a2({ width: e4.inlineSize, height: e4.blockSize });
|
|
69
72
|
}
|
|
70
|
-
|
|
73
|
+
a2(l2.getBoundingClientRect());
|
|
71
74
|
});
|
|
72
|
-
return
|
|
73
|
-
|
|
75
|
+
return o2.observe(l2, { box: "border-box" }), () => {
|
|
76
|
+
o2.unobserve(l2);
|
|
74
77
|
};
|
|
75
78
|
}, ve = { passive: true }, he = "undefined" == typeof window || "onscrollend" in window, be = (e2, t2) => {
|
|
76
79
|
const l2 = e2.scrollElement;
|
|
77
80
|
if (!l2)
|
|
78
81
|
return;
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
l2.
|
|
82
|
+
const n2 = e2.targetWindow;
|
|
83
|
+
if (!n2)
|
|
84
|
+
return;
|
|
85
|
+
let a2 = 0;
|
|
86
|
+
const o2 = he ? () => {
|
|
87
|
+
} : pe(n2, () => {
|
|
88
|
+
t2(a2, false);
|
|
89
|
+
}, e2.options.isScrollingResetDelay), r2 = (n3) => () => {
|
|
90
|
+
a2 = l2[e2.options.horizontal ? "scrollLeft" : "scrollTop"], o2(), t2(a2, n3);
|
|
91
|
+
}, i2 = r2(true), s2 = r2(false);
|
|
92
|
+
return s2(), l2.addEventListener("scroll", i2, ve), l2.addEventListener("scrollend", s2, ve), () => {
|
|
93
|
+
l2.removeEventListener("scroll", i2), l2.removeEventListener("scrollend", s2);
|
|
88
94
|
};
|
|
89
95
|
}, ye = (e2, t2, l2) => {
|
|
90
96
|
if (null == t2 ? void 0 : t2.borderBoxSize) {
|
|
@@ -101,9 +107,9 @@ const pe = (e2, t2) => {
|
|
|
101
107
|
};
|
|
102
108
|
class we {
|
|
103
109
|
constructor(e2) {
|
|
104
|
-
this.unsubs = [], this.scrollElement = null, this.isScrolling = false, this.scrollToIndexTimeoutId = null, this.measurementsCache = [], this.itemSizeCache = /* @__PURE__ */ new Map(), this.pendingMeasuredCacheIndexes = [], this.scrollDirection = null, this.scrollAdjustments = 0, this.measureElementCache = /* @__PURE__ */ new Map(), this.observer = /* @__PURE__ */ (() => {
|
|
110
|
+
this.unsubs = [], this.scrollElement = null, this.targetWindow = null, this.isScrolling = false, this.scrollToIndexTimeoutId = null, this.measurementsCache = [], this.itemSizeCache = /* @__PURE__ */ new Map(), this.pendingMeasuredCacheIndexes = [], this.scrollDirection = null, this.scrollAdjustments = 0, this.measureElementCache = /* @__PURE__ */ new Map(), this.observer = /* @__PURE__ */ (() => {
|
|
105
111
|
let e3 = null;
|
|
106
|
-
const t2 = () => e3 || (
|
|
112
|
+
const t2 = () => e3 || (this.targetWindow && this.targetWindow.ResizeObserver ? e3 = new this.targetWindow.ResizeObserver((e4) => {
|
|
107
113
|
e4.forEach((e5) => {
|
|
108
114
|
this._measureElement(e5.target, e5);
|
|
109
115
|
});
|
|
@@ -132,15 +138,16 @@ class we {
|
|
|
132
138
|
}, this._didMount = () => (this.measureElementCache.forEach(this.observer.observe), () => {
|
|
133
139
|
this.observer.disconnect(), this.cleanup();
|
|
134
140
|
}), this._willUpdate = () => {
|
|
135
|
-
|
|
136
|
-
|
|
141
|
+
var e3;
|
|
142
|
+
const t2 = this.options.getScrollElement();
|
|
143
|
+
this.scrollElement !== t2 && (this.cleanup(), this.scrollElement = t2, this.scrollElement && "ownerDocument" in this.scrollElement ? this.targetWindow = this.scrollElement.ownerDocument.defaultView : this.targetWindow = (null == (e3 = this.scrollElement) ? void 0 : e3.window) ?? null, this._scrollToOffset(this.scrollOffset, { adjustments: void 0, behavior: void 0 }), this.unsubs.push(this.options.observeElementRect(this, (e4) => {
|
|
137
144
|
this.scrollRect = e4, this.notify(false, false);
|
|
138
|
-
})), this.unsubs.push(this.options.observeElementOffset(this, (e4,
|
|
139
|
-
this.scrollAdjustments = 0, this.scrollDirection =
|
|
145
|
+
})), this.unsubs.push(this.options.observeElementOffset(this, (e4, t3) => {
|
|
146
|
+
this.scrollAdjustments = 0, this.scrollDirection = t3 ? this.scrollOffset < e4 ? "forward" : "backward" : null, this.scrollOffset = e4;
|
|
140
147
|
const l2 = this.isScrolling;
|
|
141
|
-
this.isScrolling =
|
|
148
|
+
this.isScrolling = t3, this.notify(l2 !== t3, t3);
|
|
142
149
|
})));
|
|
143
|
-
}, this.getSize = () => this.scrollRect[this.options.horizontal ? "width" : "height"], this.getMeasurementOptions =
|
|
150
|
+
}, this.getSize = () => this.scrollRect[this.options.horizontal ? "width" : "height"], this.getMeasurementOptions = ue(() => [this.options.count, this.options.paddingStart, this.options.scrollMargin, this.options.getItemKey], (e3, t2, l2, n2) => (this.pendingMeasuredCacheIndexes = [], { count: e3, paddingStart: t2, scrollMargin: l2, getItemKey: n2 }), { key: false }), this.getFurthestMeasurement = (e3, t2) => {
|
|
144
151
|
const l2 = /* @__PURE__ */ new Map(), n2 = /* @__PURE__ */ new Map();
|
|
145
152
|
for (let a2 = t2 - 1; a2 >= 0; a2--) {
|
|
146
153
|
const t3 = e3[a2];
|
|
@@ -151,22 +158,22 @@ class we {
|
|
|
151
158
|
break;
|
|
152
159
|
}
|
|
153
160
|
return n2.size === this.options.lanes ? Array.from(n2.values()).sort((e4, t3) => e4.end === t3.end ? e4.index - t3.index : e4.end - t3.end)[0] : void 0;
|
|
154
|
-
}, this.getMeasurements =
|
|
161
|
+
}, this.getMeasurements = ue(() => [this.getMeasurementOptions(), this.itemSizeCache], ({ count: e3, paddingStart: t2, scrollMargin: l2, getItemKey: n2 }, a2) => {
|
|
155
162
|
const o2 = this.pendingMeasuredCacheIndexes.length > 0 ? Math.min(...this.pendingMeasuredCacheIndexes) : 0;
|
|
156
163
|
this.pendingMeasuredCacheIndexes = [];
|
|
157
164
|
const r2 = this.measurementsCache.slice(0, o2);
|
|
158
165
|
for (let i2 = o2; i2 < e3; i2++) {
|
|
159
|
-
const e4 = n2(i2), o3 = 1 === this.options.lanes ? r2[i2 - 1] : this.getFurthestMeasurement(r2, i2), s2 = o3 ? o3.end + this.options.gap : t2 + l2,
|
|
160
|
-
r2[i2] = { index: i2, start: s2, size:
|
|
166
|
+
const e4 = n2(i2), o3 = 1 === this.options.lanes ? r2[i2 - 1] : this.getFurthestMeasurement(r2, i2), s2 = o3 ? o3.end + this.options.gap : t2 + l2, d2 = a2.get(e4), u2 = "number" == typeof d2 ? d2 : this.options.estimateSize(i2), c2 = s2 + u2, p2 = o3 ? o3.lane : i2 % this.options.lanes;
|
|
167
|
+
r2[i2] = { index: i2, start: s2, size: u2, end: c2, key: e4, lane: p2 };
|
|
161
168
|
}
|
|
162
169
|
return this.measurementsCache = r2, r2;
|
|
163
|
-
}, { key: "production" !== process.env.NODE_ENV && "getMeasurements", debug: () => this.options.debug }), this.calculateRange =
|
|
170
|
+
}, { key: "production" !== process.env.NODE_ENV && "getMeasurements", debug: () => this.options.debug }), this.calculateRange = ue(() => [this.getMeasurements(), this.getSize(), this.scrollOffset], (e3, t2, l2) => this.range = e3.length > 0 && t2 > 0 ? function({ measurements: e4, outerSize: t3, scrollOffset: l3 }) {
|
|
164
171
|
const n2 = e4.length - 1, a2 = (t4) => e4[t4].start, o2 = ke(0, n2, a2, l3);
|
|
165
172
|
let r2 = o2;
|
|
166
173
|
for (; r2 < n2 && e4[r2].end < l3 + t3; )
|
|
167
174
|
r2++;
|
|
168
175
|
return { startIndex: o2, endIndex: r2 };
|
|
169
|
-
}({ measurements: e3, outerSize: t2, scrollOffset: l2 }) : null, { key: "production" !== process.env.NODE_ENV && "calculateRange", debug: () => this.options.debug }), this.getIndexes =
|
|
176
|
+
}({ measurements: e3, outerSize: t2, scrollOffset: l2 }) : null, { key: "production" !== process.env.NODE_ENV && "calculateRange", debug: () => this.options.debug }), this.getIndexes = ue(() => [this.options.rangeExtractor, this.calculateRange(), this.options.overscan, this.options.count], (e3, t2, l2, n2) => null === t2 ? [] : e3({ startIndex: t2.startIndex, endIndex: t2.endIndex, overscan: l2, count: n2 }), { key: "production" !== process.env.NODE_ENV && "getIndexes", debug: () => this.options.debug }), this.indexFromElement = (e3) => {
|
|
170
177
|
const t2 = this.options.indexAttribute, l2 = e3.getAttribute(t2);
|
|
171
178
|
return l2 ? parseInt(l2, 10) : (console.warn(`Missing attribute name '${t2}={index}' on measured element.`), -1);
|
|
172
179
|
}, this._measureElement = (e3, t2) => {
|
|
@@ -184,7 +191,7 @@ class we {
|
|
|
184
191
|
0 !== l2 && ((void 0 !== this.shouldAdjustScrollPositionOnItemSizeChange ? this.shouldAdjustScrollPositionOnItemSizeChange(e3, l2, this) : e3.start < this.scrollOffset + this.scrollAdjustments) && ("production" !== process.env.NODE_ENV && this.options.debug && console.info("correction", l2), this._scrollToOffset(this.scrollOffset, { adjustments: this.scrollAdjustments += l2, behavior: void 0 })), this.pendingMeasuredCacheIndexes.push(e3.index), this.itemSizeCache = new Map(this.itemSizeCache.set(e3.key, t2)), this.notify(true, false));
|
|
185
192
|
}, this.measureElement = (e3) => {
|
|
186
193
|
e3 && this._measureElement(e3, void 0);
|
|
187
|
-
}, this.getVirtualItems =
|
|
194
|
+
}, this.getVirtualItems = ue(() => [this.getIndexes(), this.getMeasurements()], (e3, t2) => {
|
|
188
195
|
const l2 = [];
|
|
189
196
|
for (let n2 = 0, a2 = e3.length; n2 < a2; n2++) {
|
|
190
197
|
const a3 = t2[e3[n2]];
|
|
@@ -213,13 +220,13 @@ class we {
|
|
|
213
220
|
const n2 = "end" === t2 ? l2.end + this.options.scrollPaddingEnd : l2.start - this.options.scrollPaddingStart;
|
|
214
221
|
return [this.getOffsetForAlignment(n2, t2), t2];
|
|
215
222
|
}, this.isDynamicMode = () => this.measureElementCache.size > 0, this.cancelScrollToIndex = () => {
|
|
216
|
-
null !== this.scrollToIndexTimeoutId && (clearTimeout(this.scrollToIndexTimeoutId), this.scrollToIndexTimeoutId = null);
|
|
223
|
+
null !== this.scrollToIndexTimeoutId && this.targetWindow && (this.targetWindow.clearTimeout(this.scrollToIndexTimeoutId), this.scrollToIndexTimeoutId = null);
|
|
217
224
|
}, this.scrollToOffset = (e3, { align: t2 = "start", behavior: l2 } = {}) => {
|
|
218
225
|
this.cancelScrollToIndex(), "smooth" === l2 && this.isDynamicMode() && console.warn("The `smooth` scroll behavior is not fully supported with dynamic size."), this._scrollToOffset(this.getOffsetForAlignment(e3, t2), { adjustments: void 0, behavior: l2 });
|
|
219
226
|
}, this.scrollToIndex = (e3, { align: t2 = "auto", behavior: l2 } = {}) => {
|
|
220
227
|
e3 = Math.max(0, Math.min(e3, this.options.count - 1)), this.cancelScrollToIndex(), "smooth" === l2 && this.isDynamicMode() && console.warn("The `smooth` scroll behavior is not fully supported with dynamic size.");
|
|
221
228
|
const [n2, a2] = this.getOffsetForIndex(e3, t2);
|
|
222
|
-
this._scrollToOffset(n2, { adjustments: void 0, behavior: l2 }), "smooth" !== l2 && this.isDynamicMode() && (this.scrollToIndexTimeoutId = setTimeout(() => {
|
|
229
|
+
this._scrollToOffset(n2, { adjustments: void 0, behavior: l2 }), "smooth" !== l2 && this.isDynamicMode() && this.targetWindow && (this.scrollToIndexTimeoutId = this.targetWindow.setTimeout(() => {
|
|
223
230
|
this.scrollToIndexTimeoutId = null;
|
|
224
231
|
if (this.measureElementCache.has(this.options.getItemKey(e3))) {
|
|
225
232
|
const [t3] = this.getOffsetForIndex(e3, a2);
|
|
@@ -259,20 +266,20 @@ const ke = (e2, t2, l2, n2) => {
|
|
|
259
266
|
};
|
|
260
267
|
function Se(e2) {
|
|
261
268
|
return function(e3) {
|
|
262
|
-
const t2 = new we(
|
|
263
|
-
return p(() =>
|
|
269
|
+
const t2 = new we(u(e3)), l2 = c(t2), n2 = t2._didMount();
|
|
270
|
+
return p(() => u(e3).getScrollElement(), (e4) => {
|
|
264
271
|
e4 && t2._willUpdate();
|
|
265
|
-
}, { immediate: true }), p(() =>
|
|
272
|
+
}, { immediate: true }), p(() => u(e3), (e4) => {
|
|
266
273
|
t2.setOptions({ ...e4, onChange: (t3, n3) => {
|
|
267
274
|
var a2;
|
|
268
275
|
g(l2), null == (a2 = e4.onChange) || a2.call(e4, t3, n3);
|
|
269
276
|
} }), t2._willUpdate(), g(l2);
|
|
270
277
|
}, { immediate: true }), f(n2), l2;
|
|
271
|
-
}(
|
|
278
|
+
}(d(() => ({ observeElementRect: me, observeElementOffset: be, scrollToFn: xe, ...u(e2) })));
|
|
272
279
|
}
|
|
273
280
|
function Ce(e2, t2, l2) {
|
|
274
|
-
let n2 = s(null == l2 ? void 0 : l2.value), a2 =
|
|
275
|
-
return [
|
|
281
|
+
let n2 = s(null == l2 ? void 0 : l2.value), a2 = d(() => void 0 !== e2.value);
|
|
282
|
+
return [d(() => a2.value ? e2.value : n2.value), function(e3) {
|
|
276
283
|
return a2.value || (n2.value = e3), null == t2 ? void 0 : t2(e3);
|
|
277
284
|
}];
|
|
278
285
|
}
|
|
@@ -327,9 +334,9 @@ function De() {
|
|
|
327
334
|
e2.dispose(), e2.nextFrame(t2);
|
|
328
335
|
};
|
|
329
336
|
}
|
|
330
|
-
let
|
|
337
|
+
let Ee = Symbol("headlessui.useid"), Te = 0;
|
|
331
338
|
function Ie() {
|
|
332
|
-
return v(
|
|
339
|
+
return v(Ee, () => "" + ++Te)();
|
|
333
340
|
}
|
|
334
341
|
function _e(e2) {
|
|
335
342
|
var t2;
|
|
@@ -338,16 +345,16 @@ function _e(e2) {
|
|
|
338
345
|
let l2 = null != (t2 = e2.value.$el) ? t2 : e2.value;
|
|
339
346
|
return l2 instanceof Node ? l2 : null;
|
|
340
347
|
}
|
|
341
|
-
function
|
|
348
|
+
function je(e2, t2, ...l2) {
|
|
342
349
|
if (e2 in t2) {
|
|
343
350
|
let n3 = t2[e2];
|
|
344
351
|
return "function" == typeof n3 ? n3(...l2) : n3;
|
|
345
352
|
}
|
|
346
353
|
let n2 = new Error(`Tried to handle "${e2}" but there is no handler defined. Only defined handlers are: ${Object.keys(t2).map((e3) => `"${e3}"`).join(", ")}.`);
|
|
347
|
-
throw Error.captureStackTrace && Error.captureStackTrace(n2,
|
|
354
|
+
throw Error.captureStackTrace && Error.captureStackTrace(n2, je), n2;
|
|
348
355
|
}
|
|
349
|
-
var
|
|
350
|
-
t3 in e3 ?
|
|
356
|
+
var Pe = Object.defineProperty, Re = (e2, t2, l2) => (((e3, t3, l3) => {
|
|
357
|
+
t3 in e3 ? Pe(e3, t3, { enumerable: true, configurable: true, writable: true, value: l3 }) : e3[t3] = l3;
|
|
351
358
|
})(e2, "symbol" != typeof t2 ? t2 + "" : t2, l2), l2);
|
|
352
359
|
let Be = new class {
|
|
353
360
|
constructor() {
|
|
@@ -392,7 +399,7 @@ function $e(e2 = document.body) {
|
|
|
392
399
|
var Ve = ((e2) => (e2[e2.Strict = 0] = "Strict", e2[e2.Loose = 1] = "Loose", e2))(Ve || {});
|
|
393
400
|
function He(e2, t2 = 0) {
|
|
394
401
|
var l2;
|
|
395
|
-
return e2 !== (null == (l2 = Ae(e2)) ? void 0 : l2.body) &&
|
|
402
|
+
return e2 !== (null == (l2 = Ae(e2)) ? void 0 : l2.body) && je(t2, { 0: () => e2.matches(Le), 1() {
|
|
396
403
|
let t3 = e2;
|
|
397
404
|
for (; null !== t3; ) {
|
|
398
405
|
if (t3.matches(Le))
|
|
@@ -405,11 +412,11 @@ function He(e2, t2 = 0) {
|
|
|
405
412
|
function Ye(e2) {
|
|
406
413
|
let t2 = Ae(e2);
|
|
407
414
|
h(() => {
|
|
408
|
-
t2 && !He(t2.activeElement, 0) &&
|
|
415
|
+
t2 && !He(t2.activeElement, 0) && Ue(e2);
|
|
409
416
|
});
|
|
410
417
|
}
|
|
411
|
-
var
|
|
412
|
-
function
|
|
418
|
+
var qe = ((e2) => (e2[e2.Keyboard = 0] = "Keyboard", e2[e2.Mouse = 1] = "Mouse", e2))(qe || {});
|
|
419
|
+
function Ue(e2) {
|
|
413
420
|
null == e2 || e2.focus({ preventScroll: true });
|
|
414
421
|
}
|
|
415
422
|
"undefined" != typeof window && "undefined" != typeof document && (document.addEventListener("keydown", (e2) => {
|
|
@@ -431,13 +438,13 @@ function Je(e2, t2, { sorted: l2 = true, relativeTo: n2 = null, skipElements: a2
|
|
|
431
438
|
var o2;
|
|
432
439
|
let r2 = null != (o2 = Array.isArray(e2) ? e2.length > 0 ? e2[0].ownerDocument : document : null == e2 ? void 0 : e2.ownerDocument) ? o2 : document, i2 = Array.isArray(e2) ? l2 ? Ke(e2) : e2 : $e(e2);
|
|
433
440
|
a2.length > 0 && i2.length > 1 && (i2 = i2.filter((e3) => !a2.includes(e3))), n2 = null != n2 ? n2 : r2.activeElement;
|
|
434
|
-
let s2,
|
|
441
|
+
let s2, d2 = (() => {
|
|
435
442
|
if (5 & t2)
|
|
436
443
|
return 1;
|
|
437
444
|
if (10 & t2)
|
|
438
445
|
return -1;
|
|
439
446
|
throw new Error("Missing Focus.First, Focus.Previous, Focus.Next or Focus.Last");
|
|
440
|
-
})(),
|
|
447
|
+
})(), u2 = (() => {
|
|
441
448
|
if (1 & t2)
|
|
442
449
|
return 0;
|
|
443
450
|
if (2 & t2)
|
|
@@ -451,7 +458,7 @@ function Je(e2, t2, { sorted: l2 = true, relativeTo: n2 = null, skipElements: a2
|
|
|
451
458
|
do {
|
|
452
459
|
if (p2 >= g2 || p2 + g2 <= 0)
|
|
453
460
|
return 0;
|
|
454
|
-
let e3 =
|
|
461
|
+
let e3 = u2 + p2;
|
|
455
462
|
if (16 & t2)
|
|
456
463
|
e3 = (e3 + g2) % g2;
|
|
457
464
|
else {
|
|
@@ -460,7 +467,7 @@ function Je(e2, t2, { sorted: l2 = true, relativeTo: n2 = null, skipElements: a2
|
|
|
460
467
|
if (e3 >= g2)
|
|
461
468
|
return 1;
|
|
462
469
|
}
|
|
463
|
-
s2 = i2[e3], null == s2 || s2.focus(c2), p2 +=
|
|
470
|
+
s2 = i2[e3], null == s2 || s2.focus(c2), p2 += d2;
|
|
464
471
|
} while (s2 !== r2.activeElement);
|
|
465
472
|
return 6 & t2 && function(e3) {
|
|
466
473
|
var t3, l3;
|
|
@@ -483,7 +490,7 @@ function Qe(e2, t2, l2) {
|
|
|
483
490
|
window.addEventListener(e2, t2, l2), n2(() => window.removeEventListener(e2, t2, l2));
|
|
484
491
|
});
|
|
485
492
|
}
|
|
486
|
-
function et(e2, t2, l2 =
|
|
493
|
+
function et(e2, t2, l2 = d(() => true)) {
|
|
487
494
|
function n2(n3, a3) {
|
|
488
495
|
if (!l2.value || n3.defaultPrevented)
|
|
489
496
|
return;
|
|
@@ -558,39 +565,39 @@ function st({ visible: e2 = true, features: t2 = 0, ourProps: l2, theirProps: n2
|
|
|
558
565
|
var o2;
|
|
559
566
|
let r2 = ct(n2, l2), i2 = Object.assign(a2, { props: r2 });
|
|
560
567
|
if (e2 || 2 & t2 && r2.static)
|
|
561
|
-
return
|
|
568
|
+
return dt(i2);
|
|
562
569
|
if (1 & t2) {
|
|
563
|
-
return
|
|
570
|
+
return je(null == (o2 = r2.unmount) || o2 ? 0 : 1, { 0: () => null, 1: () => dt({ ...a2, props: { ...r2, hidden: true, style: { display: "none" } } }) });
|
|
564
571
|
}
|
|
565
|
-
return
|
|
572
|
+
return dt(i2);
|
|
566
573
|
}
|
|
567
|
-
function
|
|
574
|
+
function dt({ props: e2, attrs: t2, slots: l2, slot: n2, name: a2 }) {
|
|
568
575
|
var o2, r2;
|
|
569
|
-
let { as: i2, ...s2 } = gt(e2, ["unmount", "static"]),
|
|
576
|
+
let { as: i2, ...s2 } = gt(e2, ["unmount", "static"]), d2 = null == (o2 = l2.default) ? void 0 : o2.call(l2, n2), u2 = {};
|
|
570
577
|
if (n2) {
|
|
571
578
|
let e3 = false, t3 = [];
|
|
572
579
|
for (let [l3, a3] of Object.entries(n2))
|
|
573
580
|
"boolean" == typeof a3 && (e3 = true), true === a3 && t3.push(l3);
|
|
574
|
-
e3 && (
|
|
581
|
+
e3 && (u2["data-headlessui-state"] = t3.join(" "));
|
|
575
582
|
}
|
|
576
583
|
if ("template" === i2) {
|
|
577
|
-
if (
|
|
578
|
-
let [e3, ...l3] = null !=
|
|
584
|
+
if (d2 = ut(null != d2 ? d2 : []), Object.keys(s2).length > 0 || Object.keys(t2).length > 0) {
|
|
585
|
+
let [e3, ...l3] = null != d2 ? d2 : [];
|
|
579
586
|
if (!function(e4) {
|
|
580
587
|
return null != e4 && ("string" == typeof e4.type || "object" == typeof e4.type || "function" == typeof e4.type);
|
|
581
588
|
}(e3) || l3.length > 0)
|
|
582
589
|
throw new Error(['Passing props on "template"!', "", `The current component <${a2} /> is rendering a "template".`, "However we need to passthrough the following props:", Object.keys(s2).concat(Object.keys(t2)).map((e4) => e4.trim()).filter((e4, t3, l4) => l4.indexOf(e4) === t3).sort((e4, t3) => e4.localeCompare(t3)).map((e4) => ` - ${e4}`).join("\n"), "", "You can apply a few solutions:", ['Add an `as="..."` prop, to ensure that we render an actual element instead of a "template".', "Render a single element as the child so that we can forward the props onto that element."].map((e4) => ` - ${e4}`).join("\n")].join("\n"));
|
|
583
|
-
let n3 = ct(null != (r2 = e3.props) ? r2 : {}, s2,
|
|
590
|
+
let n3 = ct(null != (r2 = e3.props) ? r2 : {}, s2, u2), o3 = x(e3, n3, true);
|
|
584
591
|
for (let e4 in n3)
|
|
585
592
|
e4.startsWith("on") && (o3.props || (o3.props = {}), o3.props[e4] = n3[e4]);
|
|
586
593
|
return o3;
|
|
587
594
|
}
|
|
588
|
-
return Array.isArray(
|
|
595
|
+
return Array.isArray(d2) && 1 === d2.length ? d2[0] : d2;
|
|
589
596
|
}
|
|
590
|
-
return w(i2, Object.assign({}, s2,
|
|
597
|
+
return w(i2, Object.assign({}, s2, u2), { default: () => d2 });
|
|
591
598
|
}
|
|
592
|
-
function
|
|
593
|
-
return e2.flatMap((e3) => e3.type === k ?
|
|
599
|
+
function ut(e2) {
|
|
600
|
+
return e2.flatMap((e3) => e3.type === k ? ut(e3.children) : [e3]);
|
|
594
601
|
}
|
|
595
602
|
function ct(...e2) {
|
|
596
603
|
if (0 === e2.length)
|
|
@@ -708,30 +715,30 @@ function Dt(e2, t2, l2) {
|
|
|
708
715
|
else
|
|
709
716
|
l2 instanceof Date ? e2.push([t2, l2.toISOString()]) : "boolean" == typeof l2 ? e2.push([t2, l2 ? "1" : "0"]) : "string" == typeof l2 ? e2.push([t2, l2]) : "number" == typeof l2 ? e2.push([t2, `${l2}`]) : null == l2 ? e2.push([t2, ""]) : Ot(l2, t2, e2);
|
|
710
717
|
}
|
|
711
|
-
var
|
|
718
|
+
var Et = ((e2) => (e2[e2.Open = 0] = "Open", e2[e2.Closed = 1] = "Closed", e2))(Et || {}), Tt = ((e2) => (e2[e2.Single = 0] = "Single", e2[e2.Multi = 1] = "Multi", e2))(Tt || {}), It = ((e2) => (e2[e2.Pointer = 0] = "Pointer", e2[e2.Focus = 1] = "Focus", e2[e2.Other = 2] = "Other", e2))(It || {});
|
|
712
719
|
let _t = Symbol("ComboboxContext");
|
|
713
|
-
function
|
|
720
|
+
function jt(e2) {
|
|
714
721
|
let t2 = v(_t, null);
|
|
715
722
|
if (null === t2) {
|
|
716
723
|
let t3 = new Error(`<${e2} /> is missing a parent <Combobox /> component.`);
|
|
717
|
-
throw Error.captureStackTrace && Error.captureStackTrace(t3,
|
|
724
|
+
throw Error.captureStackTrace && Error.captureStackTrace(t3, jt), t3;
|
|
718
725
|
}
|
|
719
726
|
return t2;
|
|
720
727
|
}
|
|
721
|
-
let
|
|
722
|
-
let l2 =
|
|
728
|
+
let Pt = Symbol("VirtualContext"), Rt = S({ name: "VirtualProvider", setup(e2, { slots: t2 }) {
|
|
729
|
+
let l2 = jt("VirtualProvider"), n2 = d(() => {
|
|
723
730
|
let e3 = _e(l2.optionsRef);
|
|
724
731
|
if (!e3)
|
|
725
732
|
return { start: 0, end: 0 };
|
|
726
733
|
let t3 = window.getComputedStyle(e3);
|
|
727
734
|
return { start: parseFloat(t3.paddingBlockStart || t3.paddingTop), end: parseFloat(t3.paddingBlockEnd || t3.paddingBottom) };
|
|
728
|
-
}), a2 = Se(
|
|
735
|
+
}), a2 = Se(d(() => ({ scrollPaddingStart: n2.value.start, scrollPaddingEnd: n2.value.end, count: l2.virtual.value.options.length, estimateSize: () => 40, getScrollElement: () => _e(l2.optionsRef), overscan: 12 }))), o2 = d(() => {
|
|
729
736
|
var e3;
|
|
730
737
|
return null == (e3 = l2.virtual.value) ? void 0 : e3.options;
|
|
731
738
|
}), r2 = s(0);
|
|
732
739
|
return p([o2], () => {
|
|
733
740
|
r2.value += 1;
|
|
734
|
-
}), C(
|
|
741
|
+
}), C(Pt, l2.virtual.value ? a2 : null), () => [w("div", { style: { position: "relative", width: "100%", height: `${a2.value.getTotalSize()}px` }, ref: (e3) => {
|
|
735
742
|
if (e3) {
|
|
736
743
|
if ("undefined" != typeof process && void 0 !== process.env.JEST_WORKER_ID || 0 === l2.activationTrigger.value)
|
|
737
744
|
return;
|
|
@@ -739,27 +746,27 @@ let jt = Symbol("VirtualContext"), Rt = S({ name: "VirtualProvider", setup(e2, {
|
|
|
739
746
|
}
|
|
740
747
|
} }, a2.value.getVirtualItems().map((e3) => x(t2.default({ option: l2.virtual.value.options[e3.index], open: 0 === l2.comboboxState.value })[0], { key: `${r2.value}-${e3.index}`, "data-index": e3.index, "aria-setsize": l2.virtual.value.options.length, "aria-posinset": e3.index + 1, style: { position: "absolute", top: 0, left: 0, transform: `translateY(${e3.start}px)`, overflowAnchor: "none" } })))];
|
|
741
748
|
} }), Bt = S({ name: "Combobox", emits: { "update:modelValue": (e2) => true }, props: { as: { type: [Object, String], default: "template" }, disabled: { type: [Boolean], default: false }, by: { type: [String, Function], nullable: true, default: null }, modelValue: { type: [Object, String, Number, Boolean], default: void 0 }, defaultValue: { type: [Object, String, Number, Boolean], default: void 0 }, form: { type: String, optional: true }, name: { type: String, optional: true }, nullable: { type: Boolean, default: false }, multiple: { type: [Boolean], default: false }, immediate: { type: [Boolean], default: false }, virtual: { type: Object, default: null } }, inheritAttrs: false, setup(e2, { slots: t2, attrs: l2, emit: n2 }) {
|
|
742
|
-
let a2 = s(1), o2 = s(null), r2 = s(null), i2 = s(null),
|
|
749
|
+
let a2 = s(1), o2 = s(null), r2 = s(null), i2 = s(null), u2 = s(null), c2 = s({ static: false, hold: false }), g2 = s([]), f2 = s(null), m2 = s(2), v2 = s(false);
|
|
743
750
|
function h2(e3 = (e4) => e4) {
|
|
744
751
|
let t3 = null !== f2.value ? g2.value[f2.value] : null, l3 = e3(g2.value.slice()), n3 = l3.length > 0 && null !== l3[0].dataRef.order.value ? l3.sort((e4, t4) => e4.dataRef.order.value - t4.dataRef.order.value) : Ke(l3, (e4) => _e(e4.dataRef.domRef)), a3 = t3 ? n3.indexOf(t3) : null;
|
|
745
752
|
return -1 === a3 && (a3 = null), { options: n3, activeOptionIndex: a3 };
|
|
746
753
|
}
|
|
747
|
-
let b2 =
|
|
754
|
+
let b2 = d(() => e2.multiple ? 1 : 0), x2 = d(() => e2.nullable), [S2, D2] = Ce(d(() => e2.modelValue), (e3) => n2("update:modelValue", e3), d(() => e2.defaultValue)), E2 = d(() => void 0 === S2.value ? je(b2.value, { 1: [], 0: void 0 }) : S2.value), T2 = null, I2 = null;
|
|
748
755
|
function _2(e3) {
|
|
749
|
-
return
|
|
750
|
-
let t3 = M(
|
|
756
|
+
return je(b2.value, { 0: () => null == D2 ? void 0 : D2(e3), 1: () => {
|
|
757
|
+
let t3 = M(P2.value.value).slice(), l3 = M(e3), n3 = t3.findIndex((e4) => P2.compare(l3, M(e4)));
|
|
751
758
|
return -1 === n3 ? t3.push(l3) : t3.splice(n3, 1), null == D2 ? void 0 : D2(t3);
|
|
752
759
|
} });
|
|
753
760
|
}
|
|
754
|
-
let
|
|
761
|
+
let j2 = d(() => {
|
|
755
762
|
});
|
|
756
|
-
p([
|
|
757
|
-
if (
|
|
763
|
+
p([j2], ([e3], [t3]) => {
|
|
764
|
+
if (P2.virtual.value && e3 && t3 && null !== f2.value) {
|
|
758
765
|
let l3 = e3.indexOf(t3[f2.value]);
|
|
759
766
|
f2.value = -1 !== l3 ? l3 : null;
|
|
760
767
|
}
|
|
761
768
|
});
|
|
762
|
-
let
|
|
769
|
+
let P2 = { comboboxState: a2, value: E2, mode: b2, compare(t3, l3) {
|
|
763
770
|
if ("string" == typeof e2.by) {
|
|
764
771
|
let n3 = e2.by;
|
|
765
772
|
return (null == t3 ? void 0 : t3[n3]) === (null == l3 ? void 0 : l3[n3]);
|
|
@@ -767,14 +774,14 @@ let jt = Symbol("VirtualContext"), Rt = S({ name: "VirtualProvider", setup(e2, {
|
|
|
767
774
|
return null === e2.by ? /* @__PURE__ */ function(e3, t4) {
|
|
768
775
|
return e3 === t4;
|
|
769
776
|
}(t3, l3) : e2.by(t3, l3);
|
|
770
|
-
}, calculateIndex: (t3) =>
|
|
777
|
+
}, calculateIndex: (t3) => P2.virtual.value ? null === e2.by ? P2.virtual.value.options.indexOf(t3) : P2.virtual.value.options.findIndex((e3) => P2.compare(e3, t3)) : g2.value.findIndex((e3) => P2.compare(e3.dataRef.value, t3)), defaultValue: d(() => e2.defaultValue), nullable: x2, immediate: d(() => false), virtual: d(() => null), inputRef: r2, labelRef: o2, buttonRef: i2, optionsRef: u2, disabled: d(() => e2.disabled), options: g2, change(e3) {
|
|
771
778
|
D2(e3);
|
|
772
|
-
}, activeOptionIndex:
|
|
773
|
-
if (v2.value && null === f2.value && (
|
|
774
|
-
if (
|
|
775
|
-
let e4 =
|
|
779
|
+
}, activeOptionIndex: d(() => {
|
|
780
|
+
if (v2.value && null === f2.value && (P2.virtual.value ? P2.virtual.value.options.length > 0 : g2.value.length > 0)) {
|
|
781
|
+
if (P2.virtual.value) {
|
|
782
|
+
let e4 = P2.virtual.value.options.findIndex((e5) => {
|
|
776
783
|
var t3;
|
|
777
|
-
return !(null != (t3 =
|
|
784
|
+
return !(null != (t3 = P2.virtual.value) && t3.disabled(e5));
|
|
778
785
|
});
|
|
779
786
|
if (-1 !== e4)
|
|
780
787
|
return e4;
|
|
@@ -788,8 +795,8 @@ let jt = Symbol("VirtualContext"), Rt = S({ name: "VirtualProvider", setup(e2, {
|
|
|
788
795
|
v2.value = false, !e2.disabled && 1 !== a2.value && (a2.value = 1, f2.value = null);
|
|
789
796
|
}, openCombobox() {
|
|
790
797
|
if (v2.value = true, !e2.disabled && 0 !== a2.value) {
|
|
791
|
-
if (
|
|
792
|
-
let e3 =
|
|
798
|
+
if (P2.value.value) {
|
|
799
|
+
let e3 = P2.calculateIndex(P2.value.value);
|
|
793
800
|
-1 !== e3 && (f2.value = e3);
|
|
794
801
|
}
|
|
795
802
|
a2.value = 0;
|
|
@@ -797,17 +804,17 @@ let jt = Symbol("VirtualContext"), Rt = S({ name: "VirtualProvider", setup(e2, {
|
|
|
797
804
|
}, setActivationTrigger(e3) {
|
|
798
805
|
m2.value = e3;
|
|
799
806
|
}, goToOption(t3, l3, n3) {
|
|
800
|
-
v2.value = false, null !==
|
|
801
|
-
if (e2.disabled ||
|
|
807
|
+
v2.value = false, null !== T2 && cancelAnimationFrame(T2), T2 = requestAnimationFrame(() => {
|
|
808
|
+
if (e2.disabled || u2.value && !c2.value.static && 1 === a2.value)
|
|
802
809
|
return;
|
|
803
|
-
if (
|
|
804
|
-
return f2.value = t3 === St.Specific ? l3 : Ct({ focus: t3 }, { resolveItems: () =>
|
|
810
|
+
if (P2.virtual.value)
|
|
811
|
+
return f2.value = t3 === St.Specific ? l3 : Ct({ focus: t3 }, { resolveItems: () => P2.virtual.value.options, resolveActiveIndex: () => {
|
|
805
812
|
var e3, t4;
|
|
806
|
-
return null != (t4 = null != (e3 =
|
|
813
|
+
return null != (t4 = null != (e3 = P2.activeOptionIndex.value) ? e3 : P2.virtual.value.options.findIndex((e4) => {
|
|
807
814
|
var t5;
|
|
808
|
-
return !(null != (t5 =
|
|
815
|
+
return !(null != (t5 = P2.virtual.value) && t5.disabled(e4));
|
|
809
816
|
})) ? t4 : null;
|
|
810
|
-
}, resolveDisabled: (e3) =>
|
|
817
|
+
}, resolveDisabled: (e3) => P2.virtual.value.disabled(e3), resolveId() {
|
|
811
818
|
throw new Error("Function not implemented.");
|
|
812
819
|
} }), void (m2.value = null != n3 ? n3 : 2);
|
|
813
820
|
let o3 = h2();
|
|
@@ -825,36 +832,36 @@ let jt = Symbol("VirtualContext"), Rt = S({ name: "VirtualProvider", setup(e2, {
|
|
|
825
832
|
let { dataRef: l3 } = t3;
|
|
826
833
|
_2(l3.value);
|
|
827
834
|
}, selectActiveOption() {
|
|
828
|
-
if (null !==
|
|
829
|
-
if (
|
|
830
|
-
_2(
|
|
835
|
+
if (null !== P2.activeOptionIndex.value) {
|
|
836
|
+
if (P2.virtual.value)
|
|
837
|
+
_2(P2.virtual.value.options[P2.activeOptionIndex.value]);
|
|
831
838
|
else {
|
|
832
|
-
let { dataRef: e3 } = g2.value[
|
|
839
|
+
let { dataRef: e3 } = g2.value[P2.activeOptionIndex.value];
|
|
833
840
|
_2(e3.value);
|
|
834
841
|
}
|
|
835
|
-
|
|
842
|
+
P2.goToOption(St.Specific, P2.activeOptionIndex.value);
|
|
836
843
|
}
|
|
837
844
|
}, registerOption(e3, t3) {
|
|
838
845
|
let l3 = O({ id: e3, dataRef: t3 });
|
|
839
|
-
if (
|
|
846
|
+
if (P2.virtual.value)
|
|
840
847
|
return void g2.value.push(l3);
|
|
841
848
|
I2 && cancelAnimationFrame(I2);
|
|
842
849
|
let n3 = h2((e4) => (e4.push(l3), e4));
|
|
843
|
-
null === f2.value &&
|
|
850
|
+
null === f2.value && P2.isSelected(t3.value.value) && (n3.activeOptionIndex = n3.options.indexOf(l3)), g2.value = n3.options, f2.value = n3.activeOptionIndex, m2.value = 2, n3.options.some((e4) => !_e(e4.dataRef.domRef)) && (I2 = requestAnimationFrame(() => {
|
|
844
851
|
let e4 = h2();
|
|
845
852
|
g2.value = e4.options, f2.value = e4.activeOptionIndex;
|
|
846
853
|
}));
|
|
847
854
|
}, unregisterOption(e3, t3) {
|
|
848
|
-
if (null !==
|
|
855
|
+
if (null !== T2 && cancelAnimationFrame(T2), t3 && (v2.value = true), P2.virtual.value)
|
|
849
856
|
return void (g2.value = g2.value.filter((t4) => t4.id !== e3));
|
|
850
857
|
let l3 = h2((t4) => {
|
|
851
858
|
let l4 = t4.findIndex((t5) => t5.id === e3);
|
|
852
859
|
return -1 !== l4 && t4.splice(l4, 1), t4;
|
|
853
860
|
});
|
|
854
861
|
g2.value = l3.options, f2.value = l3.activeOptionIndex, m2.value = 2;
|
|
855
|
-
}, isSelected: (e3) =>
|
|
856
|
-
et([r2, i2,
|
|
857
|
-
let R2 =
|
|
862
|
+
}, isSelected: (e3) => je(b2.value, { 0: () => P2.compare(M(P2.value.value), M(e3)), 1: () => M(P2.value.value).some((t3) => P2.compare(M(t3), M(e3))) }), isActive: (e3) => f2.value === P2.calculateIndex(e3) };
|
|
863
|
+
et([r2, i2, u2], () => P2.closeCombobox(), d(() => 0 === a2.value)), C(_t, P2), yt(d(() => je(a2.value, { 0: ht.Open, 1: ht.Closed })));
|
|
864
|
+
let R2 = d(() => {
|
|
858
865
|
var e3;
|
|
859
866
|
return null == (e3 = _e(r2)) ? void 0 : e3.closest("form");
|
|
860
867
|
});
|
|
@@ -866,17 +873,17 @@ let jt = Symbol("VirtualContext"), Rt = S({ name: "VirtualProvider", setup(e2, {
|
|
|
866
873
|
null == (e3 = R2.value) || e3.removeEventListener("reset", t3);
|
|
867
874
|
};
|
|
868
875
|
function t3() {
|
|
869
|
-
|
|
876
|
+
P2.change(e2.defaultValue);
|
|
870
877
|
}
|
|
871
878
|
}, { immediate: true });
|
|
872
879
|
}), () => {
|
|
873
880
|
var n3, o3, r3;
|
|
874
|
-
let { name: i3, disabled: s2, form:
|
|
875
|
-
return w(k, [...null != i3 && null !=
|
|
881
|
+
let { name: i3, disabled: s2, form: d2, ...u3 } = e2, c3 = { open: 0 === a2.value, disabled: s2, activeIndex: P2.activeOptionIndex.value, activeOption: null === P2.activeOptionIndex.value ? null : P2.virtual.value ? P2.virtual.value.options[null != (n3 = P2.activeOptionIndex.value) ? n3 : 0] : null != (r3 = null == (o3 = P2.options.value[P2.activeOptionIndex.value]) ? void 0 : o3.dataRef.value) ? r3 : null, value: E2.value };
|
|
882
|
+
return w(k, [...null != i3 && null != E2.value ? Ot({ [i3]: E2.value }).map(([e3, t3]) => w(mt, pt({ features: ft.Hidden, key: e3, as: "input", type: "hidden", hidden: true, readOnly: true, form: d2, disabled: s2, name: e3, value: t3 }))) : [], st({ theirProps: { ...l2, ...gt(u3, ["by", "defaultValue", "immediate", "modelValue", "multiple", "nullable", "onUpdate:modelValue", "virtual"]) }, ourProps: {}, slot: c3, slots: t2, attrs: l2, name: "Combobox" })]);
|
|
876
883
|
};
|
|
877
884
|
} }), At = S({ name: "ComboboxLabel", props: { as: { type: [Object, String], default: "label" }, id: { type: String, default: null } }, setup(e2, { attrs: t2, slots: l2 }) {
|
|
878
885
|
var n2;
|
|
879
|
-
let a2 = null != (n2 = e2.id) ? n2 : `headlessui-combobox-label-${Ie()}`, o2 =
|
|
886
|
+
let a2 = null != (n2 = e2.id) ? n2 : `headlessui-combobox-label-${Ie()}`, o2 = jt("ComboboxLabel");
|
|
880
887
|
function r2() {
|
|
881
888
|
var e3;
|
|
882
889
|
null == (e3 = _e(o2.inputRef)) || e3.focus({ preventScroll: true });
|
|
@@ -887,7 +894,7 @@ let jt = Symbol("VirtualContext"), Rt = S({ name: "VirtualProvider", setup(e2, {
|
|
|
887
894
|
};
|
|
888
895
|
} }), Lt = S({ name: "ComboboxButton", props: { as: { type: [Object, String], default: "button" }, id: { type: String, default: null } }, setup(e2, { attrs: t2, slots: l2, expose: n2 }) {
|
|
889
896
|
var a2;
|
|
890
|
-
let o2 = null != (a2 = e2.id) ? a2 : `headlessui-combobox-button-${Ie()}`, r2 =
|
|
897
|
+
let o2 = null != (a2 = e2.id) ? a2 : `headlessui-combobox-button-${Ie()}`, r2 = jt("ComboboxButton");
|
|
891
898
|
function i2(e3) {
|
|
892
899
|
r2.disabled.value || (0 === r2.comboboxState.value ? r2.closeCombobox() : (e3.preventDefault(), r2.openCombobox()), h(() => {
|
|
893
900
|
var e4;
|
|
@@ -918,34 +925,34 @@ let jt = Symbol("VirtualContext"), Rt = S({ name: "VirtualProvider", setup(e2, {
|
|
|
918
925
|
}
|
|
919
926
|
}
|
|
920
927
|
n2({ el: r2.buttonRef, $el: r2.buttonRef });
|
|
921
|
-
let
|
|
928
|
+
let u2 = lt(d(() => ({ as: e2.as, type: t2.type })), r2.buttonRef);
|
|
922
929
|
return () => {
|
|
923
930
|
var n3, a3;
|
|
924
|
-
let
|
|
925
|
-
return st({ ourProps: { ref: r2.buttonRef, id: o2, type:
|
|
931
|
+
let d2 = { open: 0 === r2.comboboxState.value, disabled: r2.disabled.value, value: r2.value.value }, { ...c2 } = e2;
|
|
932
|
+
return st({ ourProps: { ref: r2.buttonRef, id: o2, type: u2.value, tabindex: "-1", "aria-haspopup": "listbox", "aria-controls": null == (n3 = _e(r2.optionsRef)) ? void 0 : n3.id, "aria-expanded": 0 === r2.comboboxState.value, "aria-labelledby": r2.labelRef.value ? [null == (a3 = _e(r2.labelRef)) ? void 0 : a3.id, o2].join(" ") : void 0, disabled: true === r2.disabled.value || void 0, onKeydown: s2, onClick: i2 }, theirProps: c2, slot: d2, attrs: t2, slots: l2, name: "ComboboxButton" });
|
|
926
933
|
};
|
|
927
934
|
} }), Ft = S({ name: "ComboboxInput", props: { as: { type: [Object, String], default: "input" }, static: { type: Boolean, default: false }, unmount: { type: Boolean, default: true }, displayValue: { type: Function }, defaultValue: { type: String, default: void 0 }, id: { type: String, default: null } }, emits: { change: (e2) => true }, setup(e2, { emit: t2, attrs: l2, slots: n2, expose: a2 }) {
|
|
928
935
|
var o2;
|
|
929
|
-
let r2 = null != (o2 = e2.id) ? o2 : `headlessui-combobox-input-${Ie()}`, i2 =
|
|
936
|
+
let r2 = null != (o2 = e2.id) ? o2 : `headlessui-combobox-input-${Ie()}`, i2 = jt("ComboboxInput"), u2 = d(() => Ae(_e(i2.inputRef))), c2 = { value: false };
|
|
930
937
|
function g2() {
|
|
931
938
|
i2.change(null);
|
|
932
939
|
let e3 = _e(i2.optionsRef);
|
|
933
940
|
e3 && (e3.scrollTop = 0), i2.goToOption(St.Nothing);
|
|
934
941
|
}
|
|
935
942
|
a2({ el: i2.inputRef, $el: i2.inputRef });
|
|
936
|
-
let f2 =
|
|
943
|
+
let f2 = d(() => {
|
|
937
944
|
var t3;
|
|
938
945
|
let l3 = i2.value.value;
|
|
939
946
|
return _e(i2.inputRef) ? void 0 !== e2.displayValue && void 0 !== l3 ? null != (t3 = e2.displayValue(l3)) ? t3 : "" : "string" == typeof l3 ? l3 : "" : "";
|
|
940
947
|
});
|
|
941
948
|
y(() => {
|
|
942
|
-
p([f2, i2.comboboxState,
|
|
949
|
+
p([f2, i2.comboboxState, u2], ([e3, t3], [l3, n3]) => {
|
|
943
950
|
if (c2.value)
|
|
944
951
|
return;
|
|
945
952
|
let a3 = _e(i2.inputRef);
|
|
946
953
|
a3 && ((0 === n3 && 1 === t3 || e3 !== l3) && (a3.value = e3), requestAnimationFrame(() => {
|
|
947
954
|
var e4;
|
|
948
|
-
if (c2.value || !a3 || (null == (e4 =
|
|
955
|
+
if (c2.value || !a3 || (null == (e4 = u2.value) ? void 0 : e4.activeElement) !== a3)
|
|
949
956
|
return;
|
|
950
957
|
let { selectionStart: t4, selectionEnd: l4 } = a3;
|
|
951
958
|
0 === Math.abs((null != l4 ? l4 : 0) - (null != t4 ? t4 : 0)) && 0 === t4 && a3.setSelectionRange(a3.value.length, a3.value.length);
|
|
@@ -984,9 +991,9 @@ let jt = Symbol("VirtualContext"), Rt = S({ name: "VirtualProvider", setup(e2, {
|
|
|
984
991
|
i2.selectActiveOption(), 0 === i2.mode.value && i2.closeCombobox();
|
|
985
992
|
break;
|
|
986
993
|
case xt.ArrowDown:
|
|
987
|
-
return c2.value = false, e3.preventDefault(), e3.stopPropagation(),
|
|
994
|
+
return c2.value = false, e3.preventDefault(), e3.stopPropagation(), je(i2.comboboxState.value, { 0: () => i2.goToOption(St.Next), 1: () => i2.openCombobox() });
|
|
988
995
|
case xt.ArrowUp:
|
|
989
|
-
return c2.value = false, e3.preventDefault(), e3.stopPropagation(),
|
|
996
|
+
return c2.value = false, e3.preventDefault(), e3.stopPropagation(), je(i2.comboboxState.value, { 0: () => i2.goToOption(St.Previous), 1: () => {
|
|
990
997
|
i2.openCombobox(), h(() => {
|
|
991
998
|
i2.value.value || i2.goToOption(St.Last);
|
|
992
999
|
});
|
|
@@ -1030,40 +1037,40 @@ let jt = Symbol("VirtualContext"), Rt = S({ name: "VirtualProvider", setup(e2, {
|
|
|
1030
1037
|
i2.setActivationTrigger(1);
|
|
1031
1038
|
}));
|
|
1032
1039
|
}
|
|
1033
|
-
let O2 =
|
|
1040
|
+
let O2 = d(() => {
|
|
1034
1041
|
var t3, l3, n3, a3;
|
|
1035
1042
|
return null != (a3 = null != (n3 = null != (l3 = e2.defaultValue) ? l3 : void 0 !== i2.defaultValue.value ? null == (t3 = e2.displayValue) ? void 0 : t3.call(e2, i2.defaultValue.value) : null) ? n3 : i2.defaultValue.value) ? a3 : "";
|
|
1036
1043
|
});
|
|
1037
1044
|
return () => {
|
|
1038
|
-
var t3, a3, o3, s2,
|
|
1039
|
-
let p2 = { open: 0 === i2.comboboxState.value }, { displayValue: g3, onChange: f3, ...m3 } = e2, h2 = { "aria-controls": null == (t3 = i2.optionsRef.value) ? void 0 : t3.id, "aria-expanded": 0 === i2.comboboxState.value, "aria-activedescendant": null === i2.activeOptionIndex.value ? void 0 : i2.virtual.value ? null == (a3 = i2.options.value.find((e3) => !i2.virtual.value.disabled(e3.dataRef.value) && i2.compare(e3.dataRef.value, i2.virtual.value.options[i2.activeOptionIndex.value]))) ? void 0 : a3.id : null == (o3 = i2.options.value[i2.activeOptionIndex.value]) ? void 0 : o3.id, "aria-labelledby": null != (
|
|
1045
|
+
var t3, a3, o3, s2, d2, u3, c3;
|
|
1046
|
+
let p2 = { open: 0 === i2.comboboxState.value }, { displayValue: g3, onChange: f3, ...m3 } = e2, h2 = { "aria-controls": null == (t3 = i2.optionsRef.value) ? void 0 : t3.id, "aria-expanded": 0 === i2.comboboxState.value, "aria-activedescendant": null === i2.activeOptionIndex.value ? void 0 : i2.virtual.value ? null == (a3 = i2.options.value.find((e3) => !i2.virtual.value.disabled(e3.dataRef.value) && i2.compare(e3.dataRef.value, i2.virtual.value.options[i2.activeOptionIndex.value]))) ? void 0 : a3.id : null == (o3 = i2.options.value[i2.activeOptionIndex.value]) ? void 0 : o3.id, "aria-labelledby": null != (u3 = null == (s2 = _e(i2.labelRef)) ? void 0 : s2.id) ? u3 : null == (d2 = _e(i2.buttonRef)) ? void 0 : d2.id, "aria-autocomplete": "list", id: r2, onCompositionstart: v2, onCompositionend: b2, onKeydown: w2, onInput: k2, onFocus: C2, onBlur: S2, role: "combobox", type: null != (c3 = l2.type) ? c3 : "text", tabIndex: 0, ref: i2.inputRef, defaultValue: O2.value, disabled: true === i2.disabled.value || void 0 };
|
|
1040
1047
|
return st({ ourProps: h2, theirProps: m3, slot: p2, attrs: l2, slots: n2, features: rt.RenderStrategy | rt.Static, name: "ComboboxInput" });
|
|
1041
1048
|
};
|
|
1042
1049
|
} }), Nt = S({ name: "ComboboxOptions", props: { as: { type: [Object, String], default: "ul" }, static: { type: Boolean, default: false }, unmount: { type: Boolean, default: true }, hold: { type: [Boolean], default: false } }, setup(e2, { attrs: t2, slots: l2, expose: n2 }) {
|
|
1043
|
-
let a2 =
|
|
1050
|
+
let a2 = jt("ComboboxOptions"), o2 = `headlessui-combobox-options-${Ie()}`;
|
|
1044
1051
|
n2({ el: a2.optionsRef, $el: a2.optionsRef }), b(() => {
|
|
1045
1052
|
a2.optionsPropsRef.value.static = e2.static;
|
|
1046
1053
|
}), b(() => {
|
|
1047
1054
|
a2.optionsPropsRef.value.hold = e2.hold;
|
|
1048
1055
|
});
|
|
1049
|
-
let r2 = bt(), i2 =
|
|
1056
|
+
let r2 = bt(), i2 = d(() => null !== r2 ? (r2.value & ht.Open) === ht.Open : 0 === a2.comboboxState.value);
|
|
1050
1057
|
function s2(e3) {
|
|
1051
1058
|
e3.preventDefault();
|
|
1052
1059
|
}
|
|
1053
|
-
return ot({ container:
|
|
1060
|
+
return ot({ container: d(() => _e(a2.optionsRef)), enabled: d(() => 0 === a2.comboboxState.value), accept: (e3) => "option" === e3.getAttribute("role") ? NodeFilter.FILTER_REJECT : e3.hasAttribute("role") ? NodeFilter.FILTER_SKIP : NodeFilter.FILTER_ACCEPT, walk(e3) {
|
|
1054
1061
|
e3.setAttribute("role", "none");
|
|
1055
1062
|
} }), () => {
|
|
1056
|
-
var n3, r3,
|
|
1057
|
-
let
|
|
1058
|
-
return st({ ourProps: { "aria-labelledby": null != (
|
|
1063
|
+
var n3, r3, d2;
|
|
1064
|
+
let u2 = { open: 0 === a2.comboboxState.value };
|
|
1065
|
+
return st({ ourProps: { "aria-labelledby": null != (d2 = null == (n3 = _e(a2.labelRef)) ? void 0 : n3.id) ? d2 : null == (r3 = _e(a2.buttonRef)) ? void 0 : r3.id, id: o2, ref: a2.optionsRef, role: "listbox", "aria-multiselectable": 1 === a2.mode.value || void 0, onMousedown: s2 }, theirProps: gt(e2, ["hold"]), slot: u2, attrs: t2, slots: a2.virtual.value && 0 === a2.comboboxState.value ? { ...l2, default: () => [w(Rt, {}, l2.default)] } : l2, features: rt.RenderStrategy | rt.Static, visible: i2.value, name: "ComboboxOptions" });
|
|
1059
1066
|
};
|
|
1060
1067
|
} }), zt = S({ name: "ComboboxOption", props: { as: { type: [Object, String], default: "li" }, value: { type: [Object, String, Number, Boolean] }, disabled: { type: Boolean, default: false }, order: { type: [Number], default: null } }, setup(e2, { slots: t2, attrs: l2, expose: n2 }) {
|
|
1061
|
-
let a2 =
|
|
1068
|
+
let a2 = jt("ComboboxOption"), o2 = `headlessui-combobox-option-${Ie()}`, r2 = s(null), i2 = d(() => e2.disabled);
|
|
1062
1069
|
n2({ el: r2, $el: r2 });
|
|
1063
|
-
let
|
|
1070
|
+
let u2 = d(() => {
|
|
1064
1071
|
var t3;
|
|
1065
1072
|
return a2.virtual.value ? a2.activeOptionIndex.value === a2.calculateIndex(e2.value) : null !== a2.activeOptionIndex.value && (null == (t3 = a2.options.value[a2.activeOptionIndex.value]) ? void 0 : t3.id) === o2;
|
|
1066
|
-
}), c2 =
|
|
1073
|
+
}), c2 = d(() => a2.isSelected(e2.value)), p2 = v(Pt, null), g2 = d(() => ({ disabled: e2.disabled, value: e2.value, domRef: r2, order: d(() => e2.order) }));
|
|
1067
1074
|
function f2(e3) {
|
|
1068
1075
|
e3.preventDefault(), e3.button === wt.Left && (i2.value || (a2.selectOption(o2), Ze() || requestAnimationFrame(() => {
|
|
1069
1076
|
var e4;
|
|
@@ -1077,11 +1084,11 @@ let jt = Symbol("VirtualContext"), Rt = S({ name: "VirtualProvider", setup(e2, {
|
|
|
1077
1084
|
let l3 = a2.calculateIndex(e2.value);
|
|
1078
1085
|
a2.goToOption(St.Specific, l3);
|
|
1079
1086
|
}
|
|
1080
|
-
y(() => a2.registerOption(o2, g2)), m(() => a2.unregisterOption(o2,
|
|
1087
|
+
y(() => a2.registerOption(o2, g2)), m(() => a2.unregisterOption(o2, u2.value)), b(() => {
|
|
1081
1088
|
let e3 = _e(r2);
|
|
1082
1089
|
e3 && (null == p2 || p2.value.measureElement(e3));
|
|
1083
1090
|
}), b(() => {
|
|
1084
|
-
0 === a2.comboboxState.value &&
|
|
1091
|
+
0 === a2.comboboxState.value && u2.value && (a2.virtual.value || 0 !== a2.activationTrigger.value && h(() => {
|
|
1085
1092
|
var e3, t3;
|
|
1086
1093
|
return null == (t3 = null == (e3 = _e(r2)) ? void 0 : e3.scrollIntoView) ? void 0 : t3.call(e3, { block: "nearest" });
|
|
1087
1094
|
}));
|
|
@@ -1092,17 +1099,17 @@ let jt = Symbol("VirtualContext"), Rt = S({ name: "VirtualProvider", setup(e2, {
|
|
|
1092
1099
|
}
|
|
1093
1100
|
function S2(t3) {
|
|
1094
1101
|
var l3;
|
|
1095
|
-
if (!w2.wasMoved(t3) || e2.disabled || null != (l3 = a2.virtual.value) && l3.disabled(e2.value) ||
|
|
1102
|
+
if (!w2.wasMoved(t3) || e2.disabled || null != (l3 = a2.virtual.value) && l3.disabled(e2.value) || u2.value)
|
|
1096
1103
|
return;
|
|
1097
1104
|
let n3 = a2.calculateIndex(e2.value);
|
|
1098
1105
|
a2.goToOption(St.Specific, n3, 0);
|
|
1099
1106
|
}
|
|
1100
1107
|
function C2(t3) {
|
|
1101
1108
|
var l3;
|
|
1102
|
-
w2.wasMoved(t3) && (e2.disabled || null != (l3 = a2.virtual.value) && l3.disabled(e2.value) ||
|
|
1109
|
+
w2.wasMoved(t3) && (e2.disabled || null != (l3 = a2.virtual.value) && l3.disabled(e2.value) || u2.value && (a2.optionsPropsRef.value.hold || a2.goToOption(St.Nothing)));
|
|
1103
1110
|
}
|
|
1104
1111
|
return () => {
|
|
1105
|
-
let { disabled: n3 } = e2, a3 = { active:
|
|
1112
|
+
let { disabled: n3 } = e2, a3 = { active: u2.value, selected: c2.value, disabled: n3 };
|
|
1106
1113
|
return st({ ourProps: { id: o2, ref: r2, role: "option", tabIndex: true === n3 ? void 0 : -1, "aria-disabled": true === n3 || void 0, "aria-selected": c2.value, disabled: void 0, onMousedown: f2, onFocus: x2, onPointerenter: k2, onMouseenter: k2, onPointermove: S2, onMousemove: S2, onPointerleave: C2, onMouseleave: C2 }, theirProps: gt(e2, ["order", "value"]), slot: a3, attrs: l2, slots: t2, name: "ComboboxOption" });
|
|
1107
1114
|
};
|
|
1108
1115
|
} });
|
|
@@ -1125,10 +1132,10 @@ function Ht(e2) {
|
|
|
1125
1132
|
return t2;
|
|
1126
1133
|
}
|
|
1127
1134
|
var Yt = ((e2) => (e2[e2.None = 1] = "None", e2[e2.InitialFocus = 2] = "InitialFocus", e2[e2.TabLock = 4] = "TabLock", e2[e2.FocusLock = 8] = "FocusLock", e2[e2.RestoreFocus = 16] = "RestoreFocus", e2[e2.All = 30] = "All", e2))(Yt || {});
|
|
1128
|
-
let
|
|
1135
|
+
let qt = Object.assign(S({ name: "FocusTrap", props: { as: { type: [Object, String], default: "div" }, initialFocus: { type: Object, default: null }, features: { type: Number, default: 30 }, containers: { type: [Object, Function], default: s(/* @__PURE__ */ new Set()) } }, inheritAttrs: false, setup(e2, { attrs: t2, slots: l2, expose: n2 }) {
|
|
1129
1136
|
let a2 = s(null);
|
|
1130
1137
|
n2({ el: a2, $el: a2 });
|
|
1131
|
-
let o2 =
|
|
1138
|
+
let o2 = d(() => Ae(a2)), r2 = s(false);
|
|
1132
1139
|
y(() => r2.value = true), m(() => r2.value = false), function({ ownerDocument: e3 }, t3) {
|
|
1133
1140
|
let l3 = function(e4) {
|
|
1134
1141
|
let t4 = s(kt.slice());
|
|
@@ -1144,12 +1151,12 @@ let Ut = Object.assign(S({ name: "FocusTrap", props: { as: { type: [Object, Stri
|
|
|
1144
1151
|
y(() => {
|
|
1145
1152
|
b(() => {
|
|
1146
1153
|
var n3, a3;
|
|
1147
|
-
t3.value || (null == (n3 = e3.value) ? void 0 : n3.activeElement) === (null == (a3 = e3.value) ? void 0 : a3.body) &&
|
|
1154
|
+
t3.value || (null == (n3 = e3.value) ? void 0 : n3.activeElement) === (null == (a3 = e3.value) ? void 0 : a3.body) && Ue(l3());
|
|
1148
1155
|
}, { flush: "post" });
|
|
1149
1156
|
}), m(() => {
|
|
1150
|
-
t3.value &&
|
|
1157
|
+
t3.value && Ue(l3());
|
|
1151
1158
|
});
|
|
1152
|
-
}({ ownerDocument: o2 },
|
|
1159
|
+
}({ ownerDocument: o2 }, d(() => r2.value && Boolean(16 & e2.features)));
|
|
1153
1160
|
let i2 = function({ ownerDocument: e3, container: t3, initialFocus: l3 }, n3) {
|
|
1154
1161
|
let a3 = s(null), o3 = s(false);
|
|
1155
1162
|
return y(() => o3.value = true), m(() => o3.value = false), y(() => {
|
|
@@ -1167,11 +1174,11 @@ let Ut = Object.assign(S({ name: "FocusTrap", props: { as: { type: [Object, Stri
|
|
|
1167
1174
|
return void (a3.value = i4);
|
|
1168
1175
|
} else if (s2.contains(i4))
|
|
1169
1176
|
return void (a3.value = i4);
|
|
1170
|
-
r4 ?
|
|
1177
|
+
r4 ? Ue(r4) : Je(s2, Fe.First | Fe.NoScroll) === Ne.Error && console.warn("There are no focusable elements inside the <FocusTrap />"), a3.value = null == (n4 = e3.value) ? void 0 : n4.activeElement;
|
|
1171
1178
|
});
|
|
1172
1179
|
}, { immediate: true, flush: "post" });
|
|
1173
1180
|
}), a3;
|
|
1174
|
-
}({ ownerDocument: o2, container: a2, initialFocus:
|
|
1181
|
+
}({ ownerDocument: o2, container: a2, initialFocus: d(() => e2.initialFocus) }, d(() => r2.value && Boolean(2 & e2.features)));
|
|
1175
1182
|
!function({ ownerDocument: e3, container: t3, containers: l3, previousActiveElement: n3 }, a3) {
|
|
1176
1183
|
var o3;
|
|
1177
1184
|
$t(null == (o3 = e3.value) ? void 0 : o3.defaultView, "focus", (e4) => {
|
|
@@ -1183,10 +1190,10 @@ let Ut = Object.assign(S({ name: "FocusTrap", props: { as: { type: [Object, Stri
|
|
|
1183
1190
|
if (!r3)
|
|
1184
1191
|
return;
|
|
1185
1192
|
let i3 = e4.target;
|
|
1186
|
-
i3 && i3 instanceof HTMLElement ?
|
|
1193
|
+
i3 && i3 instanceof HTMLElement ? Ut(o4, i3) ? (n3.value = i3, Ue(i3)) : (e4.preventDefault(), e4.stopPropagation(), Ue(r3)) : Ue(n3.value);
|
|
1187
1194
|
}, true);
|
|
1188
|
-
}({ ownerDocument: o2, container: a2, containers: e2.containers, previousActiveElement: i2 },
|
|
1189
|
-
let
|
|
1195
|
+
}({ ownerDocument: o2, container: a2, containers: e2.containers, previousActiveElement: i2 }, d(() => r2.value && Boolean(8 & e2.features)));
|
|
1196
|
+
let u2 = function() {
|
|
1190
1197
|
let e3 = s(0);
|
|
1191
1198
|
return Qe("keydown", (t3) => {
|
|
1192
1199
|
"Tab" === t3.key && (e3.value = t3.shiftKey ? 1 : 0);
|
|
@@ -1194,7 +1201,7 @@ let Ut = Object.assign(S({ name: "FocusTrap", props: { as: { type: [Object, Stri
|
|
|
1194
1201
|
}();
|
|
1195
1202
|
function c2(e3) {
|
|
1196
1203
|
let t3 = _e(a2);
|
|
1197
|
-
t3 &&
|
|
1204
|
+
t3 && je(u2.value, { [Vt.Forwards]: () => {
|
|
1198
1205
|
Je(t3, Fe.First, { skipElements: [e3.relatedTarget] });
|
|
1199
1206
|
}, [Vt.Backwards]: () => {
|
|
1200
1207
|
Je(t3, Fe.Last, { skipElements: [e3.relatedTarget] });
|
|
@@ -1212,14 +1219,14 @@ let Ut = Object.assign(S({ name: "FocusTrap", props: { as: { type: [Object, Stri
|
|
|
1212
1219
|
let l3 = Ht(e2.containers);
|
|
1213
1220
|
_e(a2) instanceof HTMLElement && l3.add(_e(a2));
|
|
1214
1221
|
let n3 = t3.relatedTarget;
|
|
1215
|
-
n3 instanceof HTMLElement && "true" !== n3.dataset.headlessuiFocusGuard && (
|
|
1222
|
+
n3 instanceof HTMLElement && "true" !== n3.dataset.headlessuiFocusGuard && (Ut(l3, n3) || (g2.value ? Je(_e(a2), je(u2.value, { [Vt.Forwards]: () => Fe.Next, [Vt.Backwards]: () => Fe.Previous }) | Fe.WrapAround, { relativeTo: t3.target }) : t3.target instanceof HTMLElement && Ue(t3.target)));
|
|
1216
1223
|
}
|
|
1217
1224
|
return () => {
|
|
1218
1225
|
let n3 = { ref: a2, onKeydown: f2, onFocusout: v2 }, { features: o3, initialFocus: r3, containers: i3, ...s2 } = e2;
|
|
1219
1226
|
return w(k, [Boolean(4 & o3) && w(mt, { as: "button", type: "button", "data-headlessui-focus-guard": true, onFocus: c2, features: ft.Focusable }), st({ ourProps: n3, theirProps: { ...t2, ...s2 }, slot: {}, attrs: t2, slots: l2, name: "FocusTrap" }), Boolean(4 & o3) && w(mt, { as: "button", type: "button", "data-headlessui-focus-guard": true, onFocus: c2, features: ft.Focusable })]);
|
|
1220
1227
|
};
|
|
1221
1228
|
} }), { features: Yt });
|
|
1222
|
-
function
|
|
1229
|
+
function Ut(e2, t2) {
|
|
1223
1230
|
for (let l2 of e2)
|
|
1224
1231
|
if (l2.contains(t2))
|
|
1225
1232
|
return true;
|
|
@@ -1319,7 +1326,7 @@ function Gt(e2, t2, l2) {
|
|
|
1319
1326
|
return m(e3.subscribe(() => {
|
|
1320
1327
|
t3.value = e3.getSnapshot();
|
|
1321
1328
|
})), t3;
|
|
1322
|
-
}(Jt), a2 =
|
|
1329
|
+
}(Jt), a2 = d(() => {
|
|
1323
1330
|
let t3 = e2.value ? n2.value.get(e2.value) : void 0;
|
|
1324
1331
|
return !!t3 && t3.count > 0;
|
|
1325
1332
|
});
|
|
@@ -1396,7 +1403,7 @@ function il({ slot: e2 = s({}), name: t2 = "Description", props: l2 = {} } = {})
|
|
|
1396
1403
|
let t3 = n2.value.indexOf(e3);
|
|
1397
1404
|
-1 !== t3 && n2.value.splice(t3, 1);
|
|
1398
1405
|
};
|
|
1399
|
-
}, slot: e2, name: t2, props: l2 }),
|
|
1406
|
+
}, slot: e2, name: t2, props: l2 }), d(() => n2.value.length > 0 ? n2.value.join(" ") : void 0);
|
|
1400
1407
|
}
|
|
1401
1408
|
S({ name: "Description", props: { as: { type: [Object, String], default: "p" }, id: { type: String, default: null } }, setup(e2, { attrs: t2, slots: l2 }) {
|
|
1402
1409
|
var n2;
|
|
@@ -1407,20 +1414,20 @@ S({ name: "Description", props: { as: { type: [Object, String], default: "p" },
|
|
|
1407
1414
|
return e3;
|
|
1408
1415
|
}();
|
|
1409
1416
|
return y(() => m(o2.register(a2))), () => {
|
|
1410
|
-
let { name: n3 = "Description", slot: r2 = s({}), props: i2 = {} } = o2, { ...
|
|
1411
|
-
return st({ ourProps: c2, theirProps:
|
|
1417
|
+
let { name: n3 = "Description", slot: r2 = s({}), props: i2 = {} } = o2, { ...d2 } = e2, c2 = { ...Object.entries(i2).reduce((e3, [t3, l3]) => Object.assign(e3, { [t3]: u(l3) }), {}), id: a2 };
|
|
1418
|
+
return st({ ourProps: c2, theirProps: d2, slot: r2.value, attrs: t2, slots: l2, name: n3 });
|
|
1412
1419
|
};
|
|
1413
1420
|
} });
|
|
1414
1421
|
const sl = /* @__PURE__ */ new WeakMap();
|
|
1415
|
-
function
|
|
1422
|
+
function dl(e2, t2) {
|
|
1416
1423
|
let l2 = t2(function(e3) {
|
|
1417
1424
|
var t3;
|
|
1418
1425
|
return null != (t3 = sl.get(e3)) ? t3 : 0;
|
|
1419
1426
|
}(e2));
|
|
1420
1427
|
return l2 <= 0 ? sl.delete(e2) : sl.set(e2, l2), l2;
|
|
1421
1428
|
}
|
|
1422
|
-
let
|
|
1423
|
-
let n2 = s(null), a2 =
|
|
1429
|
+
let ul = S({ name: "Portal", props: { as: { type: [Object, String], default: "div" } }, setup(e2, { slots: t2, attrs: l2 }) {
|
|
1430
|
+
let n2 = s(null), a2 = d(() => Ae(n2)), o2 = tl(), r2 = v(pl, null), i2 = s(true === o2 || null == r2 ? function(e3) {
|
|
1424
1431
|
let t3 = Ae(e3);
|
|
1425
1432
|
if (!t3) {
|
|
1426
1433
|
if (null === e3)
|
|
@@ -1433,10 +1440,10 @@ let dl = S({ name: "Portal", props: { as: { type: [Object, String], default: "di
|
|
|
1433
1440
|
let n3 = t3.createElement("div");
|
|
1434
1441
|
return n3.setAttribute("id", "headlessui-portal-root"), t3.body.appendChild(n3);
|
|
1435
1442
|
}(n2.value) : r2.resolveTarget());
|
|
1436
|
-
i2.value &&
|
|
1437
|
-
let
|
|
1443
|
+
i2.value && dl(i2.value, (e3) => e3 + 1);
|
|
1444
|
+
let u2 = s(false);
|
|
1438
1445
|
y(() => {
|
|
1439
|
-
|
|
1446
|
+
u2.value = true;
|
|
1440
1447
|
}), b(() => {
|
|
1441
1448
|
o2 || null != r2 && (i2.value = r2.resolveTarget());
|
|
1442
1449
|
});
|
|
@@ -1449,12 +1456,12 @@ let dl = S({ name: "Portal", props: { as: { type: [Object, String], default: "di
|
|
|
1449
1456
|
}), m(() => {
|
|
1450
1457
|
var e3, t3;
|
|
1451
1458
|
let l3 = null == (e3 = a2.value) ? void 0 : e3.getElementById("headlessui-portal-root");
|
|
1452
|
-
!l3 || i2.value !== l3 ||
|
|
1459
|
+
!l3 || i2.value !== l3 || dl(i2.value, (e4) => e4 - 1) || i2.value.children.length > 0 || null == (t3 = i2.value.parentElement) || t3.removeChild(i2.value);
|
|
1453
1460
|
}), () => {
|
|
1454
|
-
if (!
|
|
1461
|
+
if (!u2.value || null === i2.value)
|
|
1455
1462
|
return null;
|
|
1456
1463
|
let a3 = { ref: n2, "data-headlessui-portal": "" };
|
|
1457
|
-
return w(
|
|
1464
|
+
return w(E, { to: i2.value }, st({ ourProps: a3, theirProps: e2, slot: {}, attrs: l2, slots: t2, name: "Portal" }));
|
|
1458
1465
|
};
|
|
1459
1466
|
} }), cl = Symbol("PortalParentContext");
|
|
1460
1467
|
let pl = Symbol("PortalGroupContext"), gl = S({ name: "PortalGroup", props: { as: { type: [Object, String], default: "template" }, target: { type: Object, default: null } }, setup(e2, { attrs: t2, slots: l2 }) {
|
|
@@ -1476,16 +1483,16 @@ function vl(e2) {
|
|
|
1476
1483
|
}
|
|
1477
1484
|
let hl = "DC8F892D-2EBD-447C-A4C8-A03058436FF4", bl = S({ name: "Dialog", inheritAttrs: false, props: { as: { type: [Object, String], default: "div" }, static: { type: Boolean, default: false }, unmount: { type: Boolean, default: true }, open: { type: [Boolean, String], default: hl }, initialFocus: { type: Object, default: null }, id: { type: String, default: null }, role: { type: String, default: "dialog" } }, emits: { close: (e2) => true }, setup(e2, { emit: t2, attrs: l2, slots: n2, expose: a2 }) {
|
|
1478
1485
|
var o2, r2;
|
|
1479
|
-
let i2 = null != (o2 = e2.id) ? o2 : `headlessui-dialog-${Ie()}`,
|
|
1486
|
+
let i2 = null != (o2 = e2.id) ? o2 : `headlessui-dialog-${Ie()}`, u2 = s(false);
|
|
1480
1487
|
y(() => {
|
|
1481
|
-
|
|
1488
|
+
u2.value = true;
|
|
1482
1489
|
});
|
|
1483
|
-
let c2 = false, p2 =
|
|
1490
|
+
let c2 = false, p2 = d(() => "dialog" === e2.role || "alertdialog" === e2.role ? e2.role : (c2 || (c2 = true, console.warn(`Invalid role [${p2}] passed to <Dialog />. Only \`dialog\` and and \`alertdialog\` are supported. Using \`dialog\` instead.`)), "dialog")), g2 = s(0), f2 = bt(), m2 = d(() => e2.open === hl && null !== f2 ? (f2.value & ht.Open) === ht.Open : e2.open), x2 = s(null), k2 = d(() => Ae(x2));
|
|
1484
1491
|
if (a2({ el: x2, $el: x2 }), e2.open === hl && null === f2)
|
|
1485
1492
|
throw new Error("You forgot to provide an `open` prop to the `Dialog`.");
|
|
1486
1493
|
if ("boolean" != typeof m2.value)
|
|
1487
1494
|
throw new Error(`You provided an \`open\` prop to the \`Dialog\`, but the value is not a boolean. Received: ${m2.value === hl ? void 0 : e2.open}`);
|
|
1488
|
-
let O2 =
|
|
1495
|
+
let O2 = d(() => u2.value && m2.value ? 0 : 1), M2 = d(() => 0 === O2.value), D2 = d(() => g2.value > 1), E2 = null !== v(ml, null), [T2, I2] = function() {
|
|
1489
1496
|
let e3 = v(cl, null), t3 = s([]);
|
|
1490
1497
|
function l3(l4) {
|
|
1491
1498
|
let n4 = t3.value.indexOf(l4);
|
|
@@ -1498,7 +1505,7 @@ let hl = "DC8F892D-2EBD-447C-A4C8-A03058436FF4", bl = S({ name: "Dialog", inheri
|
|
|
1498
1505
|
var e5;
|
|
1499
1506
|
return null == (e5 = t4.default) ? void 0 : e5.call(t4);
|
|
1500
1507
|
}) })];
|
|
1501
|
-
}(), { resolveContainers: _2, mainTreeNodeRef:
|
|
1508
|
+
}(), { resolveContainers: _2, mainTreeNodeRef: j2, MainTreeNode: P2 } = function({ defaultContainers: e3 = [], portals: t3, mainTreeNodeRef: l3 } = {}) {
|
|
1502
1509
|
let n3 = s(null), a3 = Ae(n3);
|
|
1503
1510
|
function o3() {
|
|
1504
1511
|
var l4, o4, r3;
|
|
@@ -1513,38 +1520,38 @@ let hl = "DC8F892D-2EBD-447C-A4C8-A03058436FF4", bl = S({ name: "Dialog", inheri
|
|
|
1513
1520
|
return i3;
|
|
1514
1521
|
}
|
|
1515
1522
|
return { resolveContainers: o3, contains: (e4) => o3().some((t4) => t4.contains(e4)), mainTreeNodeRef: n3, MainTreeNode: () => null != l3 ? null : w(mt, { features: ft.Hidden, ref: n3 }) };
|
|
1516
|
-
}({ portals:
|
|
1523
|
+
}({ portals: T2, defaultContainers: [d(() => {
|
|
1517
1524
|
var e3;
|
|
1518
1525
|
return null != (e3 = V2.panelRef.value) ? e3 : x2.value;
|
|
1519
|
-
})] }), R2 =
|
|
1526
|
+
})] }), R2 = d(() => D2.value ? "parent" : "leaf"), B2 = d(() => null !== f2 && (f2.value & ht.Closing) === ht.Closing), A2 = d(() => !E2 && !B2.value && M2.value), L2 = d(() => {
|
|
1520
1527
|
var e3, t3, l3;
|
|
1521
|
-
return null != (l3 = Array.from(null != (t3 = null == (e3 = k2.value) ? void 0 : e3.querySelectorAll("body > *")) ? t3 : []).find((e4) => "headlessui-portal-root" !== e4.id && (e4.contains(_e(
|
|
1528
|
+
return null != (l3 = Array.from(null != (t3 = null == (e3 = k2.value) ? void 0 : e3.querySelectorAll("body > *")) ? t3 : []).find((e4) => "headlessui-portal-root" !== e4.id && (e4.contains(_e(j2)) && e4 instanceof HTMLElement))) ? l3 : null;
|
|
1522
1529
|
});
|
|
1523
1530
|
Qt(L2, A2);
|
|
1524
|
-
let F2 =
|
|
1531
|
+
let F2 = d(() => !!D2.value || M2.value), N2 = d(() => {
|
|
1525
1532
|
var e3, t3, l3;
|
|
1526
|
-
return null != (l3 = Array.from(null != (t3 = null == (e3 = k2.value) ? void 0 : e3.querySelectorAll("[data-headlessui-portal]")) ? t3 : []).find((e4) => e4.contains(_e(
|
|
1533
|
+
return null != (l3 = Array.from(null != (t3 = null == (e3 = k2.value) ? void 0 : e3.querySelectorAll("[data-headlessui-portal]")) ? t3 : []).find((e4) => e4.contains(_e(j2)) && e4 instanceof HTMLElement)) ? l3 : null;
|
|
1527
1534
|
});
|
|
1528
|
-
Qt(N2, F2), ol({ type: "Dialog", enabled:
|
|
1535
|
+
Qt(N2, F2), ol({ type: "Dialog", enabled: d(() => 0 === O2.value), element: x2, onUpdate: (e3, t3) => {
|
|
1529
1536
|
if ("Dialog" === t3)
|
|
1530
|
-
return
|
|
1537
|
+
return je(e3, { [al.Add]: () => g2.value += 1, [al.Remove]: () => g2.value -= 1 });
|
|
1531
1538
|
} });
|
|
1532
|
-
let z2 = il({ name: "DialogDescription", slot:
|
|
1539
|
+
let z2 = il({ name: "DialogDescription", slot: d(() => ({ open: m2.value })) }), $2 = s(null), V2 = { titleId: $2, panelRef: s(null), dialogState: O2, setTitleId(e3) {
|
|
1533
1540
|
$2.value !== e3 && ($2.value = e3);
|
|
1534
1541
|
}, close() {
|
|
1535
1542
|
t2("close", false);
|
|
1536
1543
|
} };
|
|
1537
1544
|
C(ml, V2);
|
|
1538
|
-
let H2 =
|
|
1545
|
+
let H2 = d(() => !(!M2.value || D2.value));
|
|
1539
1546
|
et(_2, (e3, t3) => {
|
|
1540
1547
|
e3.preventDefault(), V2.close(), h(() => null == t3 ? void 0 : t3.focus());
|
|
1541
1548
|
}, H2);
|
|
1542
|
-
let Y2 =
|
|
1549
|
+
let Y2 = d(() => !(D2.value || 0 !== O2.value));
|
|
1543
1550
|
$t(null == (r2 = k2.value) ? void 0 : r2.defaultView, "keydown", (e3) => {
|
|
1544
1551
|
Y2.value && (e3.defaultPrevented || e3.key === xt.Escape && (e3.preventDefault(), e3.stopPropagation(), V2.close()));
|
|
1545
1552
|
});
|
|
1546
|
-
let
|
|
1547
|
-
return Gt(k2,
|
|
1553
|
+
let q2 = d(() => !(B2.value || 0 !== O2.value || E2));
|
|
1554
|
+
return Gt(k2, q2, (e3) => {
|
|
1548
1555
|
var t3;
|
|
1549
1556
|
return { containers: [...null != (t3 = e3.containers) ? t3 : [], _2] };
|
|
1550
1557
|
}), b((e3) => {
|
|
@@ -1562,7 +1569,7 @@ let hl = "DC8F892D-2EBD-447C-A4C8-A03058436FF4", bl = S({ name: "Dialog", inheri
|
|
|
1562
1569
|
l3.observe(t3), e3(() => l3.disconnect());
|
|
1563
1570
|
}), () => {
|
|
1564
1571
|
let { open: t3, initialFocus: a3, ...o3 } = e2, r3 = { ...l2, ref: x2, id: i2, role: p2.value, "aria-modal": 0 === O2.value || void 0, "aria-labelledby": $2.value, "aria-describedby": z2.value }, s2 = { open: 0 === O2.value };
|
|
1565
|
-
return w(ll, { force: true }, () => [w(
|
|
1572
|
+
return w(ll, { force: true }, () => [w(ul, () => w(gl, { target: x2.value }, () => w(ll, { force: false }, () => w(qt, { initialFocus: a3, containers: _2, features: M2.value ? je(R2.value, { parent: qt.features.RestoreFocus, leaf: qt.features.All & ~qt.features.FocusLock }) : qt.features.None }, () => w(I2, {}, () => st({ ourProps: r3, theirProps: { ...o3, ...l2 }, slot: s2, attrs: l2, slots: n2, visible: 0 === O2.value, features: rt.RenderStrategy | rt.Static, name: "Dialog" })))))), w(P2)]);
|
|
1566
1573
|
};
|
|
1567
1574
|
} });
|
|
1568
1575
|
S({ name: "DialogOverlay", props: { as: { type: [Object, String], default: "div" }, id: { type: String, default: null } }, setup(e2, { attrs: t2, slots: l2 }) {
|
|
@@ -1583,7 +1590,7 @@ S({ name: "DialogOverlay", props: { as: { type: [Object, String], default: "div"
|
|
|
1583
1590
|
throw new Error("A <DialogBackdrop /> component is being used, but a <DialogPanel /> component is missing.");
|
|
1584
1591
|
}), () => {
|
|
1585
1592
|
let { ...n3 } = e2, a3 = { id: o2, ref: i2, "aria-hidden": true };
|
|
1586
|
-
return w(ll, { force: true }, () => w(
|
|
1593
|
+
return w(ll, { force: true }, () => w(ul, () => st({ ourProps: a3, theirProps: { ...t2, ...n3 }, slot: { open: 0 === r2.dialogState.value }, attrs: t2, slots: l2, name: "DialogBackdrop" })));
|
|
1587
1594
|
};
|
|
1588
1595
|
} });
|
|
1589
1596
|
let yl = S({ name: "DialogPanel", props: { as: { type: [Object, String], default: "div" }, id: { type: String, default: null } }, setup(e2, { attrs: t2, slots: l2, expose: n2 }) {
|
|
@@ -1619,7 +1626,7 @@ function Sl(e2) {
|
|
|
1619
1626
|
let Cl = Symbol("DisclosurePanelContext");
|
|
1620
1627
|
let Ol = S({ name: "Disclosure", props: { as: { type: [Object, String], default: "template" }, defaultOpen: { type: [Boolean], default: false } }, setup(e2, { slots: t2, attrs: l2 }) {
|
|
1621
1628
|
let n2 = s(e2.defaultOpen ? 0 : 1), a2 = s(null), o2 = s(null), r2 = { buttonId: s(`headlessui-disclosure-button-${Ie()}`), panelId: s(`headlessui-disclosure-panel-${Ie()}`), disclosureState: n2, panel: a2, button: o2, toggleDisclosure() {
|
|
1622
|
-
n2.value =
|
|
1629
|
+
n2.value = je(n2.value, { 0: 1, 1: 0 });
|
|
1623
1630
|
}, closeDisclosure() {
|
|
1624
1631
|
1 !== n2.value && (n2.value = 1);
|
|
1625
1632
|
}, close(e3) {
|
|
@@ -1627,12 +1634,12 @@ let Ol = S({ name: "Disclosure", props: { as: { type: [Object, String], default:
|
|
|
1627
1634
|
let t3 = e3 ? e3 instanceof HTMLElement ? e3 : e3.value instanceof HTMLElement ? _e(e3) : _e(r2.button) : _e(r2.button);
|
|
1628
1635
|
null == t3 || t3.focus();
|
|
1629
1636
|
} };
|
|
1630
|
-
return C(kl, r2), yt(
|
|
1637
|
+
return C(kl, r2), yt(d(() => je(n2.value, { 0: ht.Open, 1: ht.Closed }))), () => {
|
|
1631
1638
|
let { defaultOpen: a3, ...o3 } = e2;
|
|
1632
1639
|
return st({ theirProps: o3, ourProps: {}, slot: { open: 0 === n2.value, close: r2.close }, slots: t2, attrs: l2, name: "Disclosure" });
|
|
1633
1640
|
};
|
|
1634
1641
|
} }), Ml = S({ name: "DisclosureButton", props: { as: { type: [Object, String], default: "button" }, disabled: { type: [Boolean], default: false }, id: { type: String, default: null } }, setup(e2, { attrs: t2, slots: l2, expose: n2 }) {
|
|
1635
|
-
let a2 = Sl("DisclosureButton"), o2 = v(Cl, null), r2 =
|
|
1642
|
+
let a2 = Sl("DisclosureButton"), o2 = v(Cl, null), r2 = d(() => null !== o2 && o2.value === a2.panelId.value);
|
|
1636
1643
|
y(() => {
|
|
1637
1644
|
r2.value || null !== e2.id && (a2.buttonId.value = e2.id);
|
|
1638
1645
|
}), m(() => {
|
|
@@ -1642,7 +1649,7 @@ let Ol = S({ name: "Disclosure", props: { as: { type: [Object, String], default:
|
|
|
1642
1649
|
n2({ el: i2, $el: i2 }), r2.value || b(() => {
|
|
1643
1650
|
a2.button.value = i2.value;
|
|
1644
1651
|
});
|
|
1645
|
-
let
|
|
1652
|
+
let u2 = lt(d(() => ({ as: e2.as, type: t2.type })), i2);
|
|
1646
1653
|
function c2() {
|
|
1647
1654
|
var t3;
|
|
1648
1655
|
e2.disabled || (r2.value ? (a2.toggleDisclosure(), null == (t3 = _e(a2.button)) || t3.focus()) : a2.toggleDisclosure());
|
|
@@ -1669,8 +1676,8 @@ let Ol = S({ name: "Disclosure", props: { as: { type: [Object, String], default:
|
|
|
1669
1676
|
}
|
|
1670
1677
|
return () => {
|
|
1671
1678
|
var n3;
|
|
1672
|
-
let o3 = { open: 0 === a2.disclosureState.value }, { id: s2, ...
|
|
1673
|
-
return st({ ourProps: r2.value ? { ref: i2, type:
|
|
1679
|
+
let o3 = { open: 0 === a2.disclosureState.value }, { id: s2, ...d2 } = e2;
|
|
1680
|
+
return st({ ourProps: r2.value ? { ref: i2, type: u2.value, onClick: c2, onKeydown: p2 } : { id: null != (n3 = a2.buttonId.value) ? n3 : s2, ref: i2, type: u2.value, "aria-expanded": 0 === a2.disclosureState.value, "aria-controls": 0 === a2.disclosureState.value || _e(a2.panel) ? a2.panelId.value : void 0, disabled: !!e2.disabled || void 0, onClick: c2, onKeydown: p2, onKeyup: g2 }, theirProps: d2, slot: o3, attrs: t2, slots: l2, name: "DisclosureButton" });
|
|
1674
1681
|
};
|
|
1675
1682
|
} }), Dl = S({ name: "DisclosurePanel", props: { as: { type: [Object, String], default: "div" }, static: { type: Boolean, default: false }, unmount: { type: Boolean, default: true }, id: { type: String, default: null } }, setup(e2, { attrs: t2, slots: l2, expose: n2 }) {
|
|
1676
1683
|
let a2 = Sl("DisclosurePanel");
|
|
@@ -1679,14 +1686,14 @@ let Ol = S({ name: "Disclosure", props: { as: { type: [Object, String], default:
|
|
|
1679
1686
|
}), m(() => {
|
|
1680
1687
|
a2.panelId.value = null;
|
|
1681
1688
|
}), n2({ el: a2.panel, $el: a2.panel }), C(Cl, a2.panelId);
|
|
1682
|
-
let o2 = bt(), r2 =
|
|
1689
|
+
let o2 = bt(), r2 = d(() => null !== o2 ? (o2.value & ht.Open) === ht.Open : 0 === a2.disclosureState.value);
|
|
1683
1690
|
return () => {
|
|
1684
1691
|
var n3;
|
|
1685
1692
|
let o3 = { open: 0 === a2.disclosureState.value, close: a2.close }, { id: i2, ...s2 } = e2;
|
|
1686
1693
|
return st({ ourProps: { id: null != (n3 = a2.panelId.value) ? n3 : i2, ref: a2.panel }, theirProps: s2, slot: o3, attrs: t2, slots: l2, features: rt.RenderStrategy | rt.Static, visible: r2.value, name: "DisclosurePanel" });
|
|
1687
1694
|
};
|
|
1688
|
-
} }),
|
|
1689
|
-
function
|
|
1695
|
+
} }), El = /([\u2700-\u27BF]|[\uE000-\uF8FF]|\uD83C[\uDC00-\uDFFF]|\uD83D[\uDC00-\uDFFF]|[\u2011-\u26FF]|\uD83E[\uDD10-\uDDFF])/g;
|
|
1696
|
+
function Tl(e2) {
|
|
1690
1697
|
var t2, l2;
|
|
1691
1698
|
let n2 = null != (t2 = e2.innerText) ? t2 : "", a2 = e2.cloneNode(true);
|
|
1692
1699
|
if (!(a2 instanceof HTMLElement))
|
|
@@ -1695,7 +1702,7 @@ function El(e2) {
|
|
|
1695
1702
|
for (let e3 of a2.querySelectorAll('[hidden],[aria-hidden],[role="img"]'))
|
|
1696
1703
|
e3.remove(), o2 = true;
|
|
1697
1704
|
let r2 = o2 ? null != (l2 = a2.innerText) ? l2 : "" : n2;
|
|
1698
|
-
return
|
|
1705
|
+
return El.test(r2) && (r2 = r2.replace(El, "")), r2;
|
|
1699
1706
|
}
|
|
1700
1707
|
function Il(e2) {
|
|
1701
1708
|
let t2 = s(""), l2 = s("");
|
|
@@ -1716,22 +1723,22 @@ function Il(e2) {
|
|
|
1716
1723
|
let t4 = document.getElementById(e5);
|
|
1717
1724
|
if (t4) {
|
|
1718
1725
|
let e6 = t4.getAttribute("aria-label");
|
|
1719
|
-
return "string" == typeof e6 ? e6.trim() :
|
|
1726
|
+
return "string" == typeof e6 ? e6.trim() : Tl(t4).trim();
|
|
1720
1727
|
}
|
|
1721
1728
|
return null;
|
|
1722
1729
|
}).filter(Boolean);
|
|
1723
1730
|
if (e4.length > 0)
|
|
1724
1731
|
return e4.join(", ");
|
|
1725
1732
|
}
|
|
1726
|
-
return
|
|
1733
|
+
return Tl(e3).trim();
|
|
1727
1734
|
}(n2).trim().toLowerCase();
|
|
1728
1735
|
return t2.value = a2, l2.value = o2, o2;
|
|
1729
1736
|
};
|
|
1730
1737
|
}
|
|
1731
|
-
var _l = ((e2) => (e2[e2.Open = 0] = "Open", e2[e2.Closed = 1] = "Closed", e2))(_l || {}),
|
|
1732
|
-
let
|
|
1738
|
+
var _l = ((e2) => (e2[e2.Open = 0] = "Open", e2[e2.Closed = 1] = "Closed", e2))(_l || {}), jl = ((e2) => (e2[e2.Pointer = 0] = "Pointer", e2[e2.Other = 1] = "Other", e2))(jl || {});
|
|
1739
|
+
let Pl = Symbol("MenuContext");
|
|
1733
1740
|
function Rl(e2) {
|
|
1734
|
-
let t2 = v(
|
|
1741
|
+
let t2 = v(Pl, null);
|
|
1735
1742
|
if (null === t2) {
|
|
1736
1743
|
let t3 = new Error(`<${e2} /> is missing a parent <Menu /> component.`);
|
|
1737
1744
|
throw Error.captureStackTrace && Error.captureStackTrace(t3, Rl), t3;
|
|
@@ -1739,37 +1746,37 @@ function Rl(e2) {
|
|
|
1739
1746
|
return t2;
|
|
1740
1747
|
}
|
|
1741
1748
|
let Bl = S({ name: "Menu", props: { as: { type: [Object, String], default: "template" } }, setup(e2, { slots: t2, attrs: l2 }) {
|
|
1742
|
-
let n2 = s(1), a2 = s(null), o2 = s(null), r2 = s([]), i2 = s(""),
|
|
1749
|
+
let n2 = s(1), a2 = s(null), o2 = s(null), r2 = s([]), i2 = s(""), u2 = s(null), c2 = s(1);
|
|
1743
1750
|
function p2(e3 = (e4) => e4) {
|
|
1744
|
-
let t3 = null !==
|
|
1751
|
+
let t3 = null !== u2.value ? r2.value[u2.value] : null, l3 = Ke(e3(r2.value.slice()), (e4) => _e(e4.dataRef.domRef)), n3 = t3 ? l3.indexOf(t3) : null;
|
|
1745
1752
|
return -1 === n3 && (n3 = null), { items: l3, activeItemIndex: n3 };
|
|
1746
1753
|
}
|
|
1747
|
-
let g2 = { menuState: n2, buttonRef: a2, itemsRef: o2, items: r2, searchQuery: i2, activeItemIndex:
|
|
1748
|
-
n2.value = 1,
|
|
1754
|
+
let g2 = { menuState: n2, buttonRef: a2, itemsRef: o2, items: r2, searchQuery: i2, activeItemIndex: u2, activationTrigger: c2, closeMenu: () => {
|
|
1755
|
+
n2.value = 1, u2.value = null;
|
|
1749
1756
|
}, openMenu: () => n2.value = 0, goToItem(e3, t3, l3) {
|
|
1750
1757
|
let n3 = p2(), a3 = Ct(e3 === St.Specific ? { focus: St.Specific, id: t3 } : { focus: e3 }, { resolveItems: () => n3.items, resolveActiveIndex: () => n3.activeItemIndex, resolveId: (e4) => e4.id, resolveDisabled: (e4) => e4.dataRef.disabled });
|
|
1751
|
-
i2.value = "",
|
|
1758
|
+
i2.value = "", u2.value = a3, c2.value = null != l3 ? l3 : 1, r2.value = n3.items;
|
|
1752
1759
|
}, search(e3) {
|
|
1753
1760
|
let t3 = "" !== i2.value ? 0 : 1;
|
|
1754
1761
|
i2.value += e3.toLowerCase();
|
|
1755
|
-
let l3 = (null !==
|
|
1756
|
-
-1 === n3 || n3 ===
|
|
1762
|
+
let l3 = (null !== u2.value ? r2.value.slice(u2.value + t3).concat(r2.value.slice(0, u2.value + t3)) : r2.value).find((e4) => e4.dataRef.textValue.startsWith(i2.value) && !e4.dataRef.disabled), n3 = l3 ? r2.value.indexOf(l3) : -1;
|
|
1763
|
+
-1 === n3 || n3 === u2.value || (u2.value = n3, c2.value = 1);
|
|
1757
1764
|
}, clearSearch() {
|
|
1758
1765
|
i2.value = "";
|
|
1759
1766
|
}, registerItem(e3, t3) {
|
|
1760
1767
|
let l3 = p2((l4) => [...l4, { id: e3, dataRef: t3 }]);
|
|
1761
|
-
r2.value = l3.items,
|
|
1768
|
+
r2.value = l3.items, u2.value = l3.activeItemIndex, c2.value = 1;
|
|
1762
1769
|
}, unregisterItem(e3) {
|
|
1763
1770
|
let t3 = p2((t4) => {
|
|
1764
1771
|
let l3 = t4.findIndex((t5) => t5.id === e3);
|
|
1765
1772
|
return -1 !== l3 && t4.splice(l3, 1), t4;
|
|
1766
1773
|
});
|
|
1767
|
-
r2.value = t3.items,
|
|
1774
|
+
r2.value = t3.items, u2.value = t3.activeItemIndex, c2.value = 1;
|
|
1768
1775
|
} };
|
|
1769
1776
|
return et([a2, o2], (e3, t3) => {
|
|
1770
1777
|
var l3;
|
|
1771
1778
|
g2.closeMenu(), He(t3, Ve.Loose) || (e3.preventDefault(), null == (l3 = _e(a2)) || l3.focus());
|
|
1772
|
-
},
|
|
1779
|
+
}, d(() => 0 === n2.value)), C(Pl, g2), yt(d(() => je(n2.value, { 0: ht.Open, 1: ht.Closed }))), () => {
|
|
1773
1780
|
let a3 = { open: 0 === n2.value, close: g2.closeMenu };
|
|
1774
1781
|
return st({ ourProps: {}, theirProps: e2, slot: a3, slots: t2, attrs: l2, name: "Menu" });
|
|
1775
1782
|
};
|
|
@@ -1797,7 +1804,7 @@ let Bl = S({ name: "Menu", props: { as: { type: [Object, String], default: "temp
|
|
|
1797
1804
|
if (e3.key === xt.Space)
|
|
1798
1805
|
e3.preventDefault();
|
|
1799
1806
|
}
|
|
1800
|
-
function
|
|
1807
|
+
function u2(t3) {
|
|
1801
1808
|
e2.disabled || (0 === r2.menuState.value ? (r2.closeMenu(), h(() => {
|
|
1802
1809
|
var e3;
|
|
1803
1810
|
return null == (e3 = _e(r2.buttonRef)) ? void 0 : e3.focus({ preventScroll: true });
|
|
@@ -1809,16 +1816,16 @@ let Bl = S({ name: "Menu", props: { as: { type: [Object, String], default: "temp
|
|
|
1809
1816
|
})));
|
|
1810
1817
|
}
|
|
1811
1818
|
n2({ el: r2.buttonRef, $el: r2.buttonRef });
|
|
1812
|
-
let c2 = lt(
|
|
1819
|
+
let c2 = lt(d(() => ({ as: e2.as, type: t2.type })), r2.buttonRef);
|
|
1813
1820
|
return () => {
|
|
1814
1821
|
var n3;
|
|
1815
|
-
let a3 = { open: 0 === r2.menuState.value }, { ...
|
|
1816
|
-
return st({ ourProps: { ref: r2.buttonRef, id: o2, type: c2.value, "aria-haspopup": "menu", "aria-controls": null == (n3 = _e(r2.itemsRef)) ? void 0 : n3.id, "aria-expanded": 0 === r2.menuState.value, onKeydown: i2, onKeyup: s2, onClick:
|
|
1822
|
+
let a3 = { open: 0 === r2.menuState.value }, { ...d2 } = e2;
|
|
1823
|
+
return st({ ourProps: { ref: r2.buttonRef, id: o2, type: c2.value, "aria-haspopup": "menu", "aria-controls": null == (n3 = _e(r2.itemsRef)) ? void 0 : n3.id, "aria-expanded": 0 === r2.menuState.value, onKeydown: i2, onKeyup: s2, onClick: u2 }, theirProps: d2, slot: a3, attrs: t2, slots: l2, name: "MenuButton" });
|
|
1817
1824
|
};
|
|
1818
1825
|
} }), Ll = S({ name: "MenuItems", props: { as: { type: [Object, String], default: "div" }, static: { type: Boolean, default: false }, unmount: { type: Boolean, default: true }, id: { type: String, default: null } }, setup(e2, { attrs: t2, slots: l2, expose: n2 }) {
|
|
1819
1826
|
var a2;
|
|
1820
1827
|
let o2 = null != (a2 = e2.id) ? a2 : `headlessui-menu-items-${Ie()}`, r2 = Rl("MenuItems"), i2 = s(null);
|
|
1821
|
-
function
|
|
1828
|
+
function u2(e3) {
|
|
1822
1829
|
var t3;
|
|
1823
1830
|
switch (i2.value && clearTimeout(i2.value), e3.key) {
|
|
1824
1831
|
case xt.Space:
|
|
@@ -1859,20 +1866,20 @@ let Bl = S({ name: "Menu", props: { as: { type: [Object, String], default: "temp
|
|
|
1859
1866
|
if (e3.key === xt.Space)
|
|
1860
1867
|
e3.preventDefault();
|
|
1861
1868
|
}
|
|
1862
|
-
n2({ el: r2.itemsRef, $el: r2.itemsRef }), ot({ container:
|
|
1869
|
+
n2({ el: r2.itemsRef, $el: r2.itemsRef }), ot({ container: d(() => _e(r2.itemsRef)), enabled: d(() => 0 === r2.menuState.value), accept: (e3) => "menuitem" === e3.getAttribute("role") ? NodeFilter.FILTER_REJECT : e3.hasAttribute("role") ? NodeFilter.FILTER_SKIP : NodeFilter.FILTER_ACCEPT, walk(e3) {
|
|
1863
1870
|
e3.setAttribute("role", "none");
|
|
1864
1871
|
} });
|
|
1865
|
-
let p2 = bt(), g2 =
|
|
1872
|
+
let p2 = bt(), g2 = d(() => null !== p2 ? (p2.value & ht.Open) === ht.Open : 0 === r2.menuState.value);
|
|
1866
1873
|
return () => {
|
|
1867
1874
|
var n3, a3;
|
|
1868
1875
|
let i3 = { open: 0 === r2.menuState.value }, { ...s2 } = e2;
|
|
1869
|
-
return st({ ourProps: { "aria-activedescendant": null === r2.activeItemIndex.value || null == (n3 = r2.items.value[r2.activeItemIndex.value]) ? void 0 : n3.id, "aria-labelledby": null == (a3 = _e(r2.buttonRef)) ? void 0 : a3.id, id: o2, onKeydown:
|
|
1876
|
+
return st({ ourProps: { "aria-activedescendant": null === r2.activeItemIndex.value || null == (n3 = r2.items.value[r2.activeItemIndex.value]) ? void 0 : n3.id, "aria-labelledby": null == (a3 = _e(r2.buttonRef)) ? void 0 : a3.id, id: o2, onKeydown: u2, onKeyup: c2, role: "menu", tabIndex: 0, ref: r2.itemsRef }, theirProps: s2, slot: i3, attrs: t2, slots: l2, features: rt.RenderStrategy | rt.Static, visible: g2.value, name: "MenuItems" });
|
|
1870
1877
|
};
|
|
1871
1878
|
} }), Fl = S({ name: "MenuItem", inheritAttrs: false, props: { as: { type: [Object, String], default: "template" }, disabled: { type: Boolean, default: false }, id: { type: String, default: null } }, setup(e2, { slots: t2, attrs: l2, expose: n2 }) {
|
|
1872
1879
|
var a2;
|
|
1873
1880
|
let o2 = null != (a2 = e2.id) ? a2 : `headlessui-menu-item-${Ie()}`, r2 = Rl("MenuItem"), i2 = s(null);
|
|
1874
1881
|
n2({ el: i2, $el: i2 });
|
|
1875
|
-
let
|
|
1882
|
+
let u2 = d(() => null !== r2.activeItemIndex.value && r2.items.value[r2.activeItemIndex.value].id === o2), c2 = Il(i2), p2 = d(() => ({ disabled: e2.disabled, get textValue() {
|
|
1876
1883
|
return c2();
|
|
1877
1884
|
}, domRef: i2 }));
|
|
1878
1885
|
function g2(t3) {
|
|
@@ -1886,7 +1893,7 @@ let Bl = S({ name: "Menu", props: { as: { type: [Object, String], default: "temp
|
|
|
1886
1893
|
r2.goToItem(St.Specific, o2);
|
|
1887
1894
|
}
|
|
1888
1895
|
y(() => r2.registerItem(o2, p2)), m(() => r2.unregisterItem(o2)), b(() => {
|
|
1889
|
-
0 === r2.menuState.value &&
|
|
1896
|
+
0 === r2.menuState.value && u2.value && 0 !== r2.activationTrigger.value && h(() => {
|
|
1890
1897
|
var e3, t3;
|
|
1891
1898
|
return null == (t3 = null == (e3 = _e(i2)) ? void 0 : e3.scrollIntoView) ? void 0 : t3.call(e3, { block: "nearest" });
|
|
1892
1899
|
});
|
|
@@ -1896,13 +1903,13 @@ let Bl = S({ name: "Menu", props: { as: { type: [Object, String], default: "temp
|
|
|
1896
1903
|
v2.update(e3);
|
|
1897
1904
|
}
|
|
1898
1905
|
function w2(t3) {
|
|
1899
|
-
v2.wasMoved(t3) && (e2.disabled ||
|
|
1906
|
+
v2.wasMoved(t3) && (e2.disabled || u2.value || r2.goToItem(St.Specific, o2, 0));
|
|
1900
1907
|
}
|
|
1901
1908
|
function k2(t3) {
|
|
1902
|
-
v2.wasMoved(t3) && (e2.disabled ||
|
|
1909
|
+
v2.wasMoved(t3) && (e2.disabled || u2.value && r2.goToItem(St.Nothing));
|
|
1903
1910
|
}
|
|
1904
1911
|
return () => {
|
|
1905
|
-
let { disabled: n3, ...a3 } = e2, s2 = { active:
|
|
1912
|
+
let { disabled: n3, ...a3 } = e2, s2 = { active: u2.value, disabled: n3, close: r2.closeMenu };
|
|
1906
1913
|
return st({ ourProps: { id: o2, ref: i2, role: "menuitem", tabIndex: true === n3 ? void 0 : -1, "aria-disabled": true === n3 || void 0, onClick: g2, onFocus: f2, onPointerenter: x2, onMouseenter: x2, onPointermove: w2, onMousemove: w2, onPointerleave: k2, onMouseleave: k2 }, theirProps: { ...l2, ...a3 }, slot: s2, attrs: l2, slots: t2, name: "MenuItem" });
|
|
1907
1914
|
};
|
|
1908
1915
|
} }), Nl = Symbol("LabelContext");
|
|
@@ -1918,8 +1925,8 @@ let $l = S({ name: "Label", props: { as: { type: [Object, String], default: "lab
|
|
|
1918
1925
|
var n2;
|
|
1919
1926
|
let a2 = null != (n2 = e2.id) ? n2 : `headlessui-label-${Ie()}`, o2 = zl();
|
|
1920
1927
|
return y(() => m(o2.register(a2))), () => {
|
|
1921
|
-
let { name: n3 = "Label", slot: r2 = {}, props: i2 = {} } = o2, { passive: s2, ...
|
|
1922
|
-
return s2 && (delete c2.onClick, delete c2.htmlFor, delete
|
|
1928
|
+
let { name: n3 = "Label", slot: r2 = {}, props: i2 = {} } = o2, { passive: s2, ...d2 } = e2, c2 = { ...Object.entries(i2).reduce((e3, [t3, l3]) => Object.assign(e3, { [t3]: u(l3) }), {}), id: a2 };
|
|
1929
|
+
return s2 && (delete c2.onClick, delete c2.htmlFor, delete d2.onClick), st({ ourProps: c2, theirProps: d2, slot: r2, attrs: l2, slots: t2, name: n3 });
|
|
1923
1930
|
};
|
|
1924
1931
|
} }), Vl = Symbol("GroupContext"), Hl = S({ name: "SwitchGroup", props: { as: { type: [Object, String], default: "template" } }, setup(e2, { slots: t2, attrs: l2 }) {
|
|
1925
1932
|
let n2 = s(null), a2 = function({ slot: e3 = {}, name: t3 = "Label", props: l3 = {} } = {}) {
|
|
@@ -1929,8 +1936,8 @@ let $l = S({ name: "Label", props: { as: { type: [Object, String], default: "lab
|
|
|
1929
1936
|
let t4 = n3.value.indexOf(e4);
|
|
1930
1937
|
-1 !== t4 && n3.value.splice(t4, 1);
|
|
1931
1938
|
};
|
|
1932
|
-
}, slot: e3, name: t3, props: l3 }),
|
|
1933
|
-
}({ name: "SwitchLabel", props: { htmlFor:
|
|
1939
|
+
}, slot: e3, name: t3, props: l3 }), d(() => n3.value.length > 0 ? n3.value.join(" ") : void 0);
|
|
1940
|
+
}({ name: "SwitchLabel", props: { htmlFor: d(() => {
|
|
1934
1941
|
var e3;
|
|
1935
1942
|
return null == (e3 = n2.value) ? void 0 : e3.id;
|
|
1936
1943
|
}), onClick(e3) {
|
|
@@ -1939,11 +1946,11 @@ let $l = S({ name: "Label", props: { as: { type: [Object, String], default: "lab
|
|
|
1939
1946
|
return C(Vl, { switchRef: n2, labelledby: a2, describedby: o2 }), () => st({ theirProps: e2, ourProps: {}, slot: {}, slots: t2, attrs: l2, name: "SwitchGroup" });
|
|
1940
1947
|
} }), Yl = S({ name: "Switch", emits: { "update:modelValue": (e2) => true }, props: { as: { type: [Object, String], default: "button" }, modelValue: { type: Boolean, default: void 0 }, defaultChecked: { type: Boolean, optional: true }, form: { type: String, optional: true }, name: { type: String, optional: true }, value: { type: String, optional: true }, id: { type: String, default: null }, disabled: { type: Boolean, default: false }, tabIndex: { type: Number, default: 0 } }, inheritAttrs: false, setup(e2, { emit: t2, attrs: l2, slots: n2, expose: a2 }) {
|
|
1941
1948
|
var o2;
|
|
1942
|
-
let r2 = null != (o2 = e2.id) ? o2 : `headlessui-switch-${Ie()}`, i2 = v(Vl, null), [
|
|
1949
|
+
let r2 = null != (o2 = e2.id) ? o2 : `headlessui-switch-${Ie()}`, i2 = v(Vl, null), [u2, c2] = Ce(d(() => e2.modelValue), (e3) => t2("update:modelValue", e3), d(() => e2.defaultChecked));
|
|
1943
1950
|
function g2() {
|
|
1944
|
-
c2(!
|
|
1951
|
+
c2(!u2.value);
|
|
1945
1952
|
}
|
|
1946
|
-
let f2 = s(null), m2 = null === i2 ? f2 : i2.switchRef, h2 = lt(
|
|
1953
|
+
let f2 = s(null), m2 = null === i2 ? f2 : i2.switchRef, h2 = lt(d(() => ({ as: e2.as, type: l2.type })), m2);
|
|
1947
1954
|
function b2(e3) {
|
|
1948
1955
|
e3.preventDefault(), g2();
|
|
1949
1956
|
}
|
|
@@ -1963,7 +1970,7 @@ let $l = S({ name: "Label", props: { as: { type: [Object, String], default: "lab
|
|
|
1963
1970
|
e3.preventDefault();
|
|
1964
1971
|
}
|
|
1965
1972
|
a2({ el: m2, $el: m2 });
|
|
1966
|
-
let C2 =
|
|
1973
|
+
let C2 = d(() => {
|
|
1967
1974
|
var e3, t3;
|
|
1968
1975
|
return null == (t3 = null == (e3 = _e(m2)) ? void 0 : e3.closest) ? void 0 : t3.call(e3, "form");
|
|
1969
1976
|
});
|
|
@@ -1979,11 +1986,11 @@ let $l = S({ name: "Label", props: { as: { type: [Object, String], default: "lab
|
|
|
1979
1986
|
}
|
|
1980
1987
|
}, { immediate: true });
|
|
1981
1988
|
}), () => {
|
|
1982
|
-
let { name: t3, value: a3, form: o3, tabIndex: s2, ...
|
|
1983
|
-
return w(k, [null != t3 && null !=
|
|
1989
|
+
let { name: t3, value: a3, form: o3, tabIndex: s2, ...d2 } = e2, c3 = { checked: u2.value }, p2 = { id: r2, ref: m2, role: "switch", type: h2.value, tabIndex: -1 === s2 ? 0 : s2, "aria-checked": u2.value, "aria-labelledby": null == i2 ? void 0 : i2.labelledby.value, "aria-describedby": null == i2 ? void 0 : i2.describedby.value, onClick: b2, onKeyup: x2, onKeypress: S2 };
|
|
1990
|
+
return w(k, [null != t3 && null != u2.value ? w(mt, pt({ features: ft.Hidden, as: "input", type: "checkbox", hidden: true, readOnly: true, checked: u2.value, form: o3, disabled: d2.disabled, name: t3, value: a3 })) : null, st({ ourProps: p2, theirProps: { ...l2, ...gt(d2, ["modelValue", "defaultChecked"]) }, slot: c3, attrs: l2, slots: n2, name: "Switch" })]);
|
|
1984
1991
|
};
|
|
1985
|
-
} }),
|
|
1986
|
-
function
|
|
1992
|
+
} }), ql = $l;
|
|
1993
|
+
function Ul(e2, ...t2) {
|
|
1987
1994
|
e2 && t2.length > 0 && e2.classList.add(...t2);
|
|
1988
1995
|
}
|
|
1989
1996
|
function Wl(e2, ...t2) {
|
|
@@ -1999,8 +2006,8 @@ function Jl(e2, t2, l2, n2, a2, o2) {
|
|
|
1999
2006
|
};
|
|
2000
2007
|
}(o2) : () => {
|
|
2001
2008
|
};
|
|
2002
|
-
return Wl(e2, ...a2),
|
|
2003
|
-
Wl(e2, ...l2),
|
|
2009
|
+
return Wl(e2, ...a2), Ul(e2, ...t2, ...l2), r2.nextFrame(() => {
|
|
2010
|
+
Wl(e2, ...l2), Ul(e2, ...n2), r2.add(function(e3, t3) {
|
|
2004
2011
|
let l3 = Me();
|
|
2005
2012
|
if (!e3)
|
|
2006
2013
|
return l3.dispose;
|
|
@@ -2009,7 +2016,7 @@ function Jl(e2, t2, l2, n2, a2, o2) {
|
|
|
2009
2016
|
return t4;
|
|
2010
2017
|
});
|
|
2011
2018
|
return 0 !== o3 ? l3.setTimeout(() => t3("finished"), o3 + r3) : t3("finished"), l3.add(() => t3("cancelled")), l3.dispose;
|
|
2012
|
-
}(e2, (l3) => (Wl(e2, ...n2, ...t2),
|
|
2019
|
+
}(e2, (l3) => (Wl(e2, ...n2, ...t2), Ul(e2, ...a2), i2(l3))));
|
|
2013
2020
|
}), r2.add(() => Wl(e2, ...t2, ...l2, ...n2, ...a2)), r2.add(() => i2("cancelled")), r2.dispose;
|
|
2014
2021
|
}
|
|
2015
2022
|
function Gl(e2 = "") {
|
|
@@ -2025,7 +2032,7 @@ function tn(e2) {
|
|
|
2025
2032
|
let t2 = s([]), l2 = s(false);
|
|
2026
2033
|
function n2(n3, a2 = it.Hidden) {
|
|
2027
2034
|
let o2 = t2.value.findIndex(({ id: e3 }) => e3 === n3);
|
|
2028
|
-
-1 !== o2 && (
|
|
2035
|
+
-1 !== o2 && (je(a2, { [it.Unmount]() {
|
|
2029
2036
|
t2.value.splice(o2, 1);
|
|
2030
2037
|
}, [it.Hidden]() {
|
|
2031
2038
|
t2.value[o2].state = "hidden";
|
|
@@ -2041,7 +2048,7 @@ let ln = rt.RenderStrategy, nn = S({ props: { as: { type: [Object, String], defa
|
|
|
2041
2048
|
function i2() {
|
|
2042
2049
|
r2.value |= ht.Opening, t2("beforeEnter");
|
|
2043
2050
|
}
|
|
2044
|
-
function
|
|
2051
|
+
function u2() {
|
|
2045
2052
|
r2.value &= ~ht.Opening, t2("afterEnter");
|
|
2046
2053
|
}
|
|
2047
2054
|
function c2() {
|
|
@@ -2051,8 +2058,8 @@ let ln = rt.RenderStrategy, nn = S({ props: { as: { type: [Object, String], defa
|
|
|
2051
2058
|
r2.value &= ~ht.Closing, t2("afterLeave");
|
|
2052
2059
|
}
|
|
2053
2060
|
if (null === v(Zl, null) && null !== bt())
|
|
2054
|
-
return () => w(on, { ...e2, onBeforeEnter: i2, onAfterEnter:
|
|
2055
|
-
let f2 = s(null), h2 =
|
|
2061
|
+
return () => w(on, { ...e2, onBeforeEnter: i2, onAfterEnter: u2, onBeforeLeave: c2, onAfterLeave: g2 }, a2);
|
|
2062
|
+
let f2 = s(null), h2 = d(() => e2.unmount ? it.Unmount : it.Hidden);
|
|
2056
2063
|
o2({ el: f2, $el: f2 });
|
|
2057
2064
|
let { show: x2, appear: k2 } = function() {
|
|
2058
2065
|
let e3 = v(Zl, null);
|
|
@@ -2064,20 +2071,20 @@ let ln = rt.RenderStrategy, nn = S({ props: { as: { type: [Object, String], defa
|
|
|
2064
2071
|
if (null === e3)
|
|
2065
2072
|
throw new Error("A <TransitionChild /> is used but it is missing a parent <TransitionRoot />.");
|
|
2066
2073
|
return e3;
|
|
2067
|
-
}(), M2 = s(x2.value ? "visible" : "hidden"), D2 = { value: true },
|
|
2068
|
-
!
|
|
2074
|
+
}(), M2 = s(x2.value ? "visible" : "hidden"), D2 = { value: true }, E2 = Ie(), T2 = { value: false }, I2 = tn(() => {
|
|
2075
|
+
!T2.value && "hidden" !== M2.value && (M2.value = "hidden", O2(E2), g2());
|
|
2069
2076
|
});
|
|
2070
2077
|
y(() => {
|
|
2071
|
-
let e3 = S2(
|
|
2078
|
+
let e3 = S2(E2);
|
|
2072
2079
|
m(e3);
|
|
2073
2080
|
}), b(() => {
|
|
2074
|
-
if (h2.value === it.Hidden &&
|
|
2081
|
+
if (h2.value === it.Hidden && E2) {
|
|
2075
2082
|
if (x2.value && "visible" !== M2.value)
|
|
2076
2083
|
return void (M2.value = "visible");
|
|
2077
|
-
|
|
2084
|
+
je(M2.value, { hidden: () => O2(E2), visible: () => S2(E2) });
|
|
2078
2085
|
}
|
|
2079
2086
|
});
|
|
2080
|
-
let _2 = Gl(e2.enter),
|
|
2087
|
+
let _2 = Gl(e2.enter), j2 = Gl(e2.enterFrom), P2 = Gl(e2.enterTo), R2 = Gl(e2.entered), B2 = Gl(e2.leave), A2 = Gl(e2.leaveFrom), L2 = Gl(e2.leaveTo);
|
|
2081
2088
|
return y(() => {
|
|
2082
2089
|
b(() => {
|
|
2083
2090
|
if ("visible" === M2.value) {
|
|
@@ -2090,29 +2097,29 @@ let ln = rt.RenderStrategy, nn = S({ props: { as: { type: [Object, String], defa
|
|
|
2090
2097
|
p([x2], (e3, t3, l3) => {
|
|
2091
2098
|
(function(e4) {
|
|
2092
2099
|
let t4 = D2.value && !k2.value, l4 = _e(f2);
|
|
2093
|
-
!l4 || !(l4 instanceof HTMLElement) || t4 || (
|
|
2094
|
-
|
|
2100
|
+
!l4 || !(l4 instanceof HTMLElement) || t4 || (T2.value = true, x2.value && i2(), x2.value || c2(), e4(x2.value ? Jl(l4, _2, j2, P2, R2, (e5) => {
|
|
2101
|
+
T2.value = false, e5 === Kl.Finished && u2();
|
|
2095
2102
|
}) : Jl(l4, B2, A2, L2, R2, (e5) => {
|
|
2096
|
-
|
|
2103
|
+
T2.value = false, e5 === Kl.Finished && (en(I2) || (M2.value = "hidden", O2(E2), g2()));
|
|
2097
2104
|
})));
|
|
2098
2105
|
})(l3), D2.value = false;
|
|
2099
2106
|
}, { immediate: true });
|
|
2100
|
-
}), C(Ql, I2), yt(
|
|
2101
|
-
let { appear: t3, show: o3, enter: r3, enterFrom: i3, enterTo: s2, entered:
|
|
2102
|
-
return st({ theirProps: { ...g3, ...k2.value && x2.value && Be.isServer ? { class: n([l2.class, g3.class, ..._2, ...
|
|
2107
|
+
}), C(Ql, I2), yt(d(() => je(M2.value, { visible: ht.Open, hidden: ht.Closed }) | r2.value)), () => {
|
|
2108
|
+
let { appear: t3, show: o3, enter: r3, enterFrom: i3, enterTo: s2, entered: d2, leave: u3, leaveFrom: c3, leaveTo: p2, ...g3 } = e2, m2 = { ref: f2 };
|
|
2109
|
+
return st({ theirProps: { ...g3, ...k2.value && x2.value && Be.isServer ? { class: n([l2.class, g3.class, ..._2, ...j2]) } : {} }, ourProps: m2, slot: {}, slots: a2, attrs: l2, features: ln, visible: "visible" === M2.value, name: "TransitionChild" });
|
|
2103
2110
|
};
|
|
2104
2111
|
} }), an = nn, on = S({ 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: n2 }) {
|
|
2105
|
-
let a2 = bt(), o2 =
|
|
2112
|
+
let a2 = bt(), o2 = d(() => null === e2.show && null !== a2 ? (a2.value & ht.Open) === ht.Open : e2.show);
|
|
2106
2113
|
b(() => {
|
|
2107
2114
|
if (![true, false].includes(o2.value))
|
|
2108
2115
|
throw new Error('A <Transition /> is used but it is missing a `:show="true | false"` prop.');
|
|
2109
2116
|
});
|
|
2110
2117
|
let r2 = s(o2.value ? "visible" : "hidden"), i2 = tn(() => {
|
|
2111
2118
|
r2.value = "hidden";
|
|
2112
|
-
}),
|
|
2119
|
+
}), u2 = s(true), c2 = { show: o2, appear: d(() => e2.appear || !u2.value) };
|
|
2113
2120
|
return y(() => {
|
|
2114
2121
|
b(() => {
|
|
2115
|
-
|
|
2122
|
+
u2.value = false, o2.value ? r2.value = "visible" : en(i2) || (r2.value = "hidden");
|
|
2116
2123
|
});
|
|
2117
2124
|
}), C(Ql, i2), C(Zl, c2), () => {
|
|
2118
2125
|
let a3 = gt(e2, ["show", "appear", "unmount", "onBeforeEnter", "onBeforeLeave", "onAfterEnter", "onAfterLeave"]), o3 = { unmount: e2.unmount };
|
|
@@ -2125,10 +2132,10 @@ function rn(t2, l2) {
|
|
|
2125
2132
|
function sn(t2, l2) {
|
|
2126
2133
|
return e(), a("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", "stroke-width": "1.5", stroke: "currentColor", "aria-hidden": "true", "data-slot": "icon" }, [i("path", { "stroke-linecap": "round", "stroke-linejoin": "round", d: "M4.5 10.5 12 3m0 0 7.5 7.5M12 3v18" })]);
|
|
2127
2134
|
}
|
|
2128
|
-
function
|
|
2135
|
+
function dn(t2, l2) {
|
|
2129
2136
|
return e(), a("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", "stroke-width": "1.5", stroke: "currentColor", "aria-hidden": "true", "data-slot": "icon" }, [i("path", { "stroke-linecap": "round", "stroke-linejoin": "round", d: "M3.75 5.25h16.5m-16.5 4.5h16.5m-16.5 4.5h16.5m-16.5 4.5h16.5" })]);
|
|
2130
2137
|
}
|
|
2131
|
-
function
|
|
2138
|
+
function un(t2, l2) {
|
|
2132
2139
|
return e(), a("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", "stroke-width": "1.5", stroke: "currentColor", "aria-hidden": "true", "data-slot": "icon" }, [i("path", { "stroke-linecap": "round", "stroke-linejoin": "round", d: "M9 12.75 11.25 15 15 9.75M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z" })]);
|
|
2133
2140
|
}
|
|
2134
2141
|
function cn(t2, l2) {
|
|
@@ -2173,47 +2180,52 @@ function Sn(t2, l2) {
|
|
|
2173
2180
|
function Cn(t2, l2) {
|
|
2174
2181
|
return e(), a("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", "stroke-width": "1.5", stroke: "currentColor", "aria-hidden": "true", "data-slot": "icon" }, [i("path", { "stroke-linecap": "round", "stroke-linejoin": "round", d: "M6 18 18 6M6 6l12 12" })]);
|
|
2175
2182
|
}
|
|
2176
|
-
const On = { class: "py-1" }, Mn = ["onClick"], Dn = { key: 1, class: "animate-pulse px-4 py-2 bg-gray-200 rounded-md flex inline-flex items-center relative inline-block text-left" },
|
|
2177
|
-
const s2 = r2, c2 = l2, p2 =
|
|
2183
|
+
const On = { class: "py-1" }, Mn = ["onClick"], Dn = { key: 1, class: "animate-pulse px-4 py-2 bg-gray-200 rounded-md flex inline-flex items-center relative inline-block text-left" }, En = i("div", { class: "h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-28" }, null, -1), Tn = { name: "uiDropdown" }, In = Object.assign(Tn, { props: { items: { type: Array, required: true }, position: { type: String, default: "left" }, disabled: Boolean, label: String, loading: { type: Boolean, default: true } }, emits: ["optionSelected"], setup(l2, { emit: r2 }) {
|
|
2184
|
+
const s2 = r2, c2 = l2, p2 = d(() => {
|
|
2178
2185
|
let e2 = c2.items.find((e3) => true === e3.active);
|
|
2179
2186
|
return e2 ? e2.name : c2.label;
|
|
2180
2187
|
});
|
|
2181
|
-
return (r3,
|
|
2188
|
+
return (r3, d2) => l2.loading ? (e(), a("div", Dn, [En, o(u(pn), { "aria-hidden": "true", class: "-mr-1 ml-2 h-5 w-5 text-gray-200 dark:text-gray-300" })])) : (e(), t(u(Bl), { key: 0, as: "div", class: n(["relative inline-block text-left", { "opacity-25": l2.disabled }]) }, { default: T(() => [i("div", null, [o(u(Al), { class: "inline-flex justify-between w-full rounded-md border border-gray-300 shadow-sm px-4 py-2 bg-white text-sm font-medium text-gray-700 hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-offset-gray-100 focus:ring-indigo-500" }, { default: T(() => [I(_(p2.value) + " ", 1), o(u(pn), { "aria-hidden": "true", class: "-mr-1 ml-2 h-5 w-5" })]), _: 1 })]), o(j, { "enter-active-class": "transition ease-out duration-100", "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: T(() => [l2.disabled ? R("", true) : (e(), t(u(Ll), { key: 0, class: n([{ "right-0": "right" === l2.position, "left-0": "left" === l2.position }, "origin-top-right absolute mt-2 w-56 rounded-md shadow-lg bg-white ring-1 ring-black ring-opacity-5 focus:outline-none z-10"]) }, { default: T(() => [i("div", On, [(e(true), a(k, null, P(l2.items, (l3, a2) => (e(), t(u(Fl), { key: a2 }, { default: T(() => [i("a", { onClick: (e2) => ((e3) => {
|
|
2182
2189
|
c2.disabled || s2("optionSelected", e3.value);
|
|
2183
2190
|
})(l3), class: n([l3.active ? "bg-gray-100 text-gray-900" : "text-gray-700", "block px-4 py-2 text-sm cursor-pointer"]) }, _(l3.name), 11, Mn)]), _: 2 }, 1024))), 128))])]), _: 1 }, 8, ["class"]))]), _: 1 })]), _: 1 }, 8, ["class"]));
|
|
2184
|
-
} }), _n = { key: 0 },
|
|
2191
|
+
} }), _n = { key: 0 }, jn = { class: "flex justify-between" }, Pn = { key: 0, class: "block text-sm font-medium text-gray-700" }, Rn = { key: 1, class: "text-[10px] text-gray-500 uppercase justify-self-end" }, Bn = ["disabled", "name", "placeholder", "type"], An = { key: 2, class: "absolute inset-y-0 right-0 pr-3 flex items-center pointer-events-none" }, Ln = { key: 1, class: "animate-pulse" }, Fn = { key: 0, class: "h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-2/3 md:w-1/4 mb-1.5" }, Nn = i("div", { class: "animate-pulse px-4 py-3.5 bg-gray-200 rounded-md flex inline-flex items-center relative inline-block text-left w-full" }, [i("div", { class: "h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-28" })], -1), zn = { name: "uiInput" }, $n = Object.assign(zn, { props: { label: String, type: { type: String, default: "text" }, name: String, placeholder: { type: String, default: "..." }, icon: { type: Function, default: () => {
|
|
2185
2192
|
} }, disabled: Boolean, color: { type: String, default: "gray" }, value: { type: String, default: "" }, error: String, optional: String, addOn: String, rightAddOn: String, loading: { type: Boolean, default: true } }, emits: ["inputChanged", "rightAddOnClicked", "addOnClicked"], setup(t2, { emit: l2 }) {
|
|
2186
|
-
const r2 = l2,
|
|
2187
|
-
return p(() =>
|
|
2188
|
-
c2.value = e2, r2("inputChanged", { name:
|
|
2189
|
-
}), (l3, r3) => t2.loading ? (e(), a("div", Ln, [void 0 !== t2.label ? (e(), a("div", Fn)) : R("", true), Nn])) : (e(), a("div", _n, [i("div",
|
|
2190
|
-
} }), Vn = { key: 0 }, Hn = { class: "flex justify-between" }, Yn = { key: 0, class: "block text-sm font-medium text-gray-700" },
|
|
2193
|
+
const r2 = l2, d2 = t2, c2 = s(d2.value);
|
|
2194
|
+
return p(() => d2.value, (e2) => {
|
|
2195
|
+
c2.value = e2, r2("inputChanged", { name: d2.name, value: c2.value });
|
|
2196
|
+
}), (l3, r3) => t2.loading ? (e(), a("div", Ln, [void 0 !== t2.label ? (e(), a("div", Fn)) : R("", true), Nn])) : (e(), a("div", _n, [i("div", jn, [t2.label ? (e(), a("label", Pn, _(t2.label), 1)) : R("", true), t2.optional ? (e(), a("span", Rn, _(t2.optional), 1)) : R("", true)]), i("div", { class: n([{ "mt-1": t2.label }, "relative flex"]) }, [t2.addOn ? (e(), a("span", { key: 0, onClick: r3[0] || (r3[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)) : R("", true), B(i("input", { "onUpdate:modelValue": r3[1] || (r3[1] = (e2) => c2.value = e2), class: n([{ "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: r3[2] || (r3[2] = (e2) => l3.$emit("inputChanged", { value: e2.target.value, name: e2.target.name })) }, null, 42, Bn), [[A, c2.value]]), t2.rightAddOn ? (e(), a("span", { key: 1, onClick: r3[3] || (r3[3] = (e2) => l3.$emit("rightAddOnClicked")), class: "inline-flex items-center px-3 rounded-r-md border border-l-0 border-gray-300 bg-gray-50 hover:bg-gray-200 text-gray-500 sm:text-sm cursor-pointer" }, _(t2.rightAddOn), 1)) : R("", true), t2.icon ? (e(), a("div", An, [o(J, { icon: t2.icon, color: t2.color, loading: t2.loading }, null, 8, ["icon", "color", "loading"]), B(o(J, { icon: u(cn), color: "green", loading: t2.loading }, null, 8, ["icon", "loading"]), [[L, "success" === t2.color]]), B(o(J, { icon: u(hn), color: "yellow", loading: t2.loading }, null, 8, ["icon", "loading"]), [[L, "warning" === t2.color]]), B(o(J, { icon: u(Cn), color: "red", loading: t2.loading }, null, 8, ["icon", "loading"]), [[L, "danger" === t2.color]])])) : R("", true)], 2), B(i("p", { class: n([{ "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), [[L, t2.error]])]));
|
|
2197
|
+
} }), Vn = { key: 0 }, Hn = { class: "flex justify-between" }, Yn = { key: 0, class: "block text-sm font-medium text-gray-700" }, qn = { key: 1, class: "text-[10px] text-gray-500 uppercase" }, Un = { class: "space-y-1 flex flex-col items-center justify-center" }, Wn = { class: "flex text-sm text-gray-600 flex flex-col sm:flex-row text-center" }, Kn = { 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" }, Jn = ["accept"], Gn = { class: "pl-1" }, Zn = { class: "text-xs text-gray-500 pb-4" }, Xn = { class: "mt-2 text-xs flex flex-row items-center text-red-300" }, Qn = { key: 1, class: "animate-pulse" }, ea = [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" }, la = 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) {
|
|
2191
2198
|
return e(), a("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", "stroke-width": "1.5", stroke: "currentColor", "aria-hidden": "true", "data-slot": "icon" }, [i("path", { "stroke-linecap": "round", "stroke-linejoin": "round", d: "M7.5 7.5h-.75A2.25 2.25 0 0 0 4.5 9.75v7.5a2.25 2.25 0 0 0 2.25 2.25h7.5a2.25 2.25 0 0 0 2.25-2.25v-7.5a2.25 2.25 0 0 0-2.25-2.25h-.75m0-3-3-3m0 0-3 3m3-3v11.25m6-2.25h.75a2.25 2.25 0 0 1 2.25 2.25v7.5a2.25 2.25 0 0 1-2.25 2.25h-7.5a2.25 2.25 0 0 1-2.25-2.25v-.75" })]);
|
|
2192
2199
|
} }, loading: { type: Boolean, default: true } }, emits: ["filesUploaded"], setup(t2, { emit: l2 }) {
|
|
2193
|
-
const r2 = s(""),
|
|
2200
|
+
const r2 = s(""), d2 = l2, c2 = t2, p2 = (e2) => {
|
|
2194
2201
|
let t3 = e2.dataTransfer.files;
|
|
2195
|
-
|
|
2202
|
+
d2("filesUploaded", t3), c2.filename = t3[0].name;
|
|
2196
2203
|
}, g2 = (e2) => {
|
|
2197
|
-
|
|
2204
|
+
d2("filesUploaded", e2.target.files), c2.filename = e2.target.files[0].name;
|
|
2198
2205
|
};
|
|
2199
|
-
return (l3, s2) => t2.loading ? (e(), a("div", Qn, ea)) : (e(), a("div", Vn, [i("div", Hn, [t2.label ? (e(), a("label", Yn, _(t2.label), 1)) : R("", true), t2.optional ? (e(), a("span",
|
|
2200
|
-
}, ["prevent"])), onDrop: F(p2, ["prevent"]) }, [i("div",
|
|
2206
|
+
return (l3, s2) => t2.loading ? (e(), a("div", Qn, ea)) : (e(), a("div", Vn, [i("div", Hn, [t2.label ? (e(), a("label", Yn, _(t2.label), 1)) : R("", true), t2.optional ? (e(), a("span", qn, _(t2.optional), 1)) : R("", true)]), i("div", { class: n([[{ "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: s2[0] || (s2[0] = F(() => {
|
|
2207
|
+
}, ["prevent"])), onDrop: F(p2, ["prevent"]) }, [i("div", Un, [o(J, { icon: t2.icon, size: "massive", color: "gray", "aria-hidden": "true", class: "mb-4", loading: t2.loading }, null, 8, ["icon", "loading"]), i("div", Wn, [i("label", Kn, [i("span", null, _(t2.placeholder), 1), i("input", { id: "file-upload", name: "file-upload", type: "file", class: "sr-only", accept: t2.accept, onChange: g2 }, null, 40, Jn)]), i("p", Gn, _(t2.dragAndDrop), 1)]), i("p", Zn, _(t2.fileTypesAndSizes), 1), B(i("p", { class: "font-bold text-xs uppercase block p-2 bg-gray-200 rounded" }, _(r2.value), 513), [[L, "" !== r2.value]])])], 34), B(i("p", Xn, [o(J, { icon: u(Sn), color: "red", class: "mr-2", loading: t2.loading }, null, 8, ["icon", "loading"]), I(_(t2.error), 1)], 512), [[L, t2.error]])]));
|
|
2201
2208
|
} }), na = { class: "relative mt-1" }, aa = { key: 1, class: "animate-pulse px-4 py-2.5 bg-gray-200 rounded-md flex justify-between items-center w-full" }, oa = i("div", { class: "h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-1/2" }, null, -1), ra = { name: "uiSelect" }, ia = Object.assign(ra, { props: { items: { type: Array, required: true }, label: String, error: String, color: String, select: Object, loading: { type: Boolean, default: true }, disabled: { type: Boolean, default: false } }, emits: ["selectChanged"], setup(l2, { emit: r2 }) {
|
|
2202
|
-
const c2 = s(""), p2 = r2, g2 = l2, f2 =
|
|
2203
|
-
return (r3, s2) => l2.loading ? (e(), a("div", aa, [oa, o(
|
|
2204
|
-
} }), sa = { key: 1, class: "inline-flex items-center px-3 py-2.5 rounded text-xs font-medium leading-none animate-pulse bg-gray-200" },
|
|
2205
|
-
const
|
|
2209
|
+
const c2 = s(""), p2 = r2, g2 = l2, f2 = d(() => "" === c2.value ? g2.items : g2.items.filter((e2) => e2.name.toLowerCase().includes(c2.value.toLowerCase()))), m2 = d(() => g2.select);
|
|
2210
|
+
return (r3, s2) => l2.loading ? (e(), a("div", aa, [oa, o(u(mn), { "aria-hidden": "true", class: "-mr-1 ml-2 h-5 w-5 text-gray-300 dark:text-gray-400" })])) : (e(), t(u(Bt), { key: 0, modelValue: m2.value, "onUpdate:modelValue": [s2[1] || (s2[1] = (e2) => m2.value = e2), s2[2] || (s2[2] = (e2) => p2("selectChanged", e2))], disabled: l2.disabled, as: "div" }, { default: T(() => [o(u(At), { class: "block text-sm font-medium" }, { default: T(() => [I(_(l2.label), 1)]), _: 1 }), i("div", na, [o(u(Ft), { "display-value": (e2) => e2 == null ? void 0 : e2.name, class: n([{ "border-gray-300": "danger" !== l2.color || "warning" !== l2.color || "success" !== l2.color, "border-red-400": "danger" === l2.color, "border-yellow-400": "warning" === l2.color, "border-green-400": "success" === l2.color, "bg-gray-100": l2.disabled, "bg-white": !l2.disabled, "text-black": "danger" !== l2.color || "warning" !== l2.color || "success" !== l2.color, "text-gray-300": l2.disabled, "text-red-400": "danger" === l2.color, "text-yellow-400": "warning" === l2.color, "text-green-400": "success" === l2.color }, "w-full rounded-md border py-2 pl-3 pr-10 shadow-sm focus:border-indigo-500 focus:outline-none focus:ring-1 focus:ring-indigo-500 sm:text-sm"]), onChange: s2[0] || (s2[0] = (e2) => c2.value = e2.target.value) }, null, 8, ["display-value", "class"]), o(u(Lt), { class: "absolute inset-y-0 right-0 flex items-center rounded-r-md px-2 focus:outline-none" }, { default: T(() => [o(u(mn), { "aria-hidden": "true", class: "h-5 w-5 text-gray-400" })]), _: 1 }), f2.value.length > 0 ? (e(), t(u(Nt), { 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: T(() => [(e(true), a(k, null, P(f2.value, (l3) => (e(), t(u(zt), { key: l3.id, value: l3, as: "template" }, { default: T(({ active: t2, selected: r4 }) => [i("li", { class: n(["relative cursor-default select-none py-2 pl-3 pr-9", t2 ? "bg-indigo-600 text-white" : "text-gray-900"]) }, [i("span", { class: n(["block truncate", r4 && "font-semibold"]) }, _(l3.name), 3), r4 ? (e(), a("span", { key: 0, class: n(["absolute inset-y-0 right-0 flex items-center pr-4", t2 ? "text-white" : "text-indigo-600"]) }, [o(u(cn), { "aria-hidden": "true", class: "h-5 w-5", loading: true })], 2)) : R("", true)], 2)]), _: 2 }, 1032, ["value"]))), 128))]), _: 1 })) : R("", true)]), B(i("p", { class: n([{ "text-gray-400": "danger" !== l2.color || "warning" !== l2.color || "success" !== l2.color, "text-red-400": "danger" === l2.color, "text-yellow-400": "warning" === l2.color, "text-green-400": "success" === l2.color }, "mt-2 text-xs flex flex-row items-center"]) }, _(l2.error), 3), [[L, l2.error]])]), _: 1 }, 8, ["modelValue", "disabled"]));
|
|
2211
|
+
} }), sa = { key: 1, class: "inline-flex items-center px-3 py-2.5 rounded text-xs font-medium leading-none animate-pulse bg-gray-200" }, da = [i("div", { class: "h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-12" }, null, -1)], ua = { name: "uiTag" }, ca = Object.assign(ua, { props: { color: { type: String, default: "primary" }, loading: { type: Boolean, default: true }, event: String }, emits: ["tagEvent"], setup(t2, { emit: l2 }) {
|
|
2212
|
+
const o2 = l2, i2 = t2, s2 = () => {
|
|
2213
|
+
void 0 !== i2.event && o2("tagEvent", i2.event);
|
|
2214
|
+
};
|
|
2215
|
+
return (l3, o3) => t2.loading ? (e(), a("div", sa, da)) : (e(), a("span", { key: 0, onClick: s2, class: n([{ "bg-indigo-100 text-indigo-800 border border-indigo-200": "primary" === t2.color, "hover:bg-indigo-200 cursor-pointer": void 0 !== t2.event && "primary" === t2.color, "bg-red-100 text-red-800 border border-red-200": "danger" === t2.color, "hover:bg-red-200 cursor-pointer": void 0 !== t2.event && "danger" === t2.color, "bg-yellow-100 text-yellow-800 border border-yellow-200": "warning" === t2.color, "hover:bg-yellow-200 cursor-pointer": void 0 !== t2.event && "warning" === t2.color, "bg-green-100 text-green-800 border border-green-200": "success" === t2.color, "hover:bg-green-200 cursor-pointer": void 0 !== t2.event && "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"]) }, [r(l3.$slots, "default")], 2));
|
|
2216
|
+
} }), pa = { key: 0 }, ga = { key: 0, class: "block text-sm font-medium text-gray-700" }, fa = ["disabled", "placeholder"], ma = { key: 1, class: "animate-pulse" }, va = [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)], ha = { name: "uiTextArea" }, ba = Object.assign(ha, { 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 }) {
|
|
2217
|
+
const r2 = l2, d2 = t2, c2 = (e2) => {
|
|
2206
2218
|
r2("inputChanged", e2.target.value);
|
|
2207
|
-
}, g2 = s(
|
|
2208
|
-
return p(() =>
|
|
2219
|
+
}, g2 = s(d2.value);
|
|
2220
|
+
return p(() => d2.value, (e2) => {
|
|
2209
2221
|
g2.value = e2, r2("inputChanged", e2);
|
|
2210
|
-
}), (l3, r3) => t2.loading ? (e(), a("div", ma, va)) : (e(), a("div", pa, [t2.label ? (e(), a("label", ga, _(t2.label), 1)) : R("", true), i("div", { class: n({ "mt-1": t2.label }) }, [B(i("textarea", { disabled: t2.disabled, rows: "4", "onUpdate:modelValue": r3[0] || (r3[0] = (e2) => g2.value = e2), placeholder: t2.placeholder, class: n(["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: c2 }, null, 42, fa), [[N, g2.value]])], 2), B(i("p", { class: n([{ "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"]) }, [o(J, { icon:
|
|
2222
|
+
}), (l3, r3) => t2.loading ? (e(), a("div", ma, va)) : (e(), a("div", pa, [t2.label ? (e(), a("label", ga, _(t2.label), 1)) : R("", true), i("div", { class: n({ "mt-1": t2.label }) }, [B(i("textarea", { disabled: t2.disabled, rows: "4", "onUpdate:modelValue": r3[0] || (r3[0] = (e2) => g2.value = e2), placeholder: t2.placeholder, class: n(["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: c2 }, null, 42, fa), [[N, g2.value]])], 2), B(i("p", { class: n([{ "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"]) }, [o(J, { icon: u(Sn), color: "red", class: "mr-2" }, null, 8, ["icon"]), I(_(t2.error), 1)], 2), [[L, t2.error]])]));
|
|
2211
2223
|
} }), ya = { class: "text-sm font-medium text-gray-900" }, xa = { key: 0, class: "text-sm text-gray-500 ml-2" }, wa = { key: 1, class: "animate-pulse flex items-center" }, ka = [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)], Sa = { name: "uiToggle" }, Ca = Object.assign(Sa, { props: { item: { type: Object, required: true }, checked: { type: Boolean, default: false }, disabled: { type: Boolean, default: false }, loading: { type: Boolean, default: true } }, setup(l2) {
|
|
2212
2224
|
const r2 = s(l2.checked);
|
|
2213
|
-
return (s2,
|
|
2214
|
-
} }), Oa = { key: 0, class: "flex flex-col" }, Ma = { class: "flex" }, Da = { class: "flex-shrink-0" },
|
|
2225
|
+
return (s2, d2) => l2.loading ? (e(), a("div", wa, ka)) : (e(), t(u(Hl), { key: 0, as: "div", class: "flex items-center relative" }, { default: T(() => [o(u(Yl), { disabled: l2.disabled, onClick: d2[0] || (d2[0] = (e2) => s2.$emit("toggleChanged", { item: l2.item, active: !r2.value })), modelValue: r2.value, "onUpdate:modelValue": d2[1] || (d2[1] = (e2) => r2.value = e2), class: n([r2.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: T(() => [i("span", { "aria-hidden": "true", class: n([r2.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"]), o(u(ql), { as: "span", class: "ml-3" }, { default: T(() => [i("span", ya, _(l2.item.title), 1), l2.item.subtitle ? (e(), a("span", xa, _(l2.item.subtitle), 1)) : R("", true)]), _: 1 }), l2.item.action ? (e(), a("span", { key: 0, class: "cursor-pointer text-indigo-600 hover:text-indigo-400 uppercase text-xs absolute right-0 bottom-0.5", onClick: d2[2] || (d2[2] = (e2) => s2.$emit("actionClicked", l2.item)) }, _(l2.item.action), 1)) : R("", true)]), _: 1 }));
|
|
2226
|
+
} }), Oa = { key: 0, class: "flex flex-col" }, Ma = { class: "flex" }, Da = { class: "flex-shrink-0" }, Ea = { class: "ml-3" }, Ta = { class: "mt-4" }, Ia = { class: "-mx-2 -my-1.5 flex" }, _a = ["onClick"], ja = { key: 1, class: "flex flex-col animate-pulse" }, Pa = [z('<div class="p-4 border-l-4 bg-gray-100 border-gray-400 rounded"><div class="flex"><div class="flex-shrink-0"><div class="h-6 w-6 animate-pulse rounded-full bg-gray-200 dark:bg-gray-300"></div></div><div class="ml-3 w-full"><div class="h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-2/3 mb-2"></div><div class="h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-full mb-2"></div><div class="h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-3/5"></div></div></div></div>', 1)], Ra = { name: "uiAlert" }, Ba = Object.assign(Ra, { props: { actions: { type: Array }, title: { type: String }, type: { type: String, default: "info" }, loading: { type: Boolean, default: true } }, setup: (l2) => (o2, s2) => l2.loading ? (e(), a("div", ja, Pa)) : (e(), a("div", Oa, [i("div", { class: n([{ "bg-indigo-50 border-indigo-400": "info" === l2.type, "bg-red-50 border-red-400": "danger" === l2.type, "bg-yellow-50 border-yellow-400": "warning" === l2.type, "bg-green-50 border-green-400": "success" === l2.type }, "p-4 border-l-4 rounded"]) }, [i("div", Ma, [i("div", Da, ["info" === l2.type ? (e(), t(u(xn), { key: 0, class: "h-8 w-8 text-indigo-400", "aria-hidden": "true" })) : R("", true), "danger" === l2.type ? (e(), t(u(Sn), { key: 1, class: "h-8 w-8 text-red-400", "aria-hidden": "true" })) : R("", true), "warning" === l2.type ? (e(), t(u(hn), { key: 2, class: "h-8 w-8 text-yellow-400", "aria-hidden": "true" })) : R("", true), "success" === l2.type ? (e(), t(u(un), { key: 3, class: "h-8 w-8 text-green-400", "aria-hidden": "true" })) : R("", true)]), i("div", Ea, [i("h3", { class: n([{ "text-red-800": "danger" === l2.type, "text-yellow-800": "warning" === l2.type, "text-green-800": "success" === l2.type }, "text-sm font-medium"]) }, _(l2.title), 3), i("div", { class: n([{ "text-red-700": "danger" === l2.type, "text-yellow-700": "warning" === l2.type, "text-green-700": "success" === l2.type }, "mt-2 text-sm"]) }, [r(o2.$slots, "default")], 2), i("div", Ta, [i("div", Ia, [(e(true), a(k, null, P(l2.actions, (t2, r2) => (e(), a("button", { onClick: (e2) => o2.$emit("alertEvent", t2.event), type: "button", key: r2, class: n([{ "bg-green-50 text-green-800 hover:bg-green-100 focus:ring-green-600 focus:ring-offset-green-50": "success" === l2.type, "bg-indigo-50 text-indigo-800 hover:bg-indigo-100 focus:ring-indigo-600 focus:ring-offset-indigo-50": "info" === l2.type, "bg-red-50 text-red-800 hover:bg-red-100 focus:ring-red-600 focus:ring-offset-red-50": "danger" === l2.type, "bg-yellow-50 text-yellow-800 hover:bg-yellow-100 focus:ring-yellow-600 focus:ring-offset-yellow-50": "warning" === l2.type }, "px-2 py-1.5 text-sm font-medium rounded-md focus:outline-none focus:ring-2 focus:ring-offset-2"]) }, _(t2.name), 11, _a))), 128))])])])])], 2)])) }), Aa = { key: 0, class: "inline-flex", "aria-label": "Breadcrumb" }, La = { role: "list", class: "flex items-center space-x-4 text-xs" }, Fa = { key: 0 }, Na = ["onClick"], za = { key: 1, class: "flex items-center" }, $a = ["onClick", "aria-current"], Va = { key: 1, class: "flex flex-row items-center animate-pulse" }, Ha = [i("div", { class: "animate-pulse rounded-full bg-gray-200 dark:bg-gray-300 h-4 w-4 mr-4" }, null, -1), i("div", { class: "h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-1/5 mr-4" }, null, -1), i("div", { class: "animate-pulse rounded-full bg-gray-200 dark:bg-gray-300 h-4 w-4 mr-4" }, null, -1), i("div", { class: "h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-1/5" }, null, -1)], Ya = { name: "uiBreadcrumbs" }, qa = Object.assign(Ya, { props: { pages: { type: Array, required: true }, loading: { type: Boolean, default: true } }, setup: (t2) => (l2, r2) => t2.loading ? (e(), a("div", Va, Ha)) : (e(), a("nav", Aa, [i("ol", La, [(e(true), a(k, null, P(t2.pages, (t3, r3) => (e(), a("li", { key: r3 }, [0 === r3 ? (e(), a("div", Fa, [i("p", { onClick: (e2) => l2.$emit("breadCrumbClicked", t3.routeName), class: "flex flex-row items-center justify-center text-indigo-600 hover:text-indigo-800 cursor-pointer" }, [o(u(yn), { class: "flex-shrink-0 h-3 w-3 text-gray-400 mr-4", "aria-hidden": "true" }), i("span", null, _(t3.name), 1)], 8, Na)])) : (e(), a("div", za, [o(u(fn), { class: "flex-shrink-0 h-3 w-3 text-gray-400", "aria-hidden": "true" }), i("span", { onClick: (e2) => l2.$emit("breadCrumbClicked", t3.routeName), class: n(["cursor-pointer ml-4 text-xs text-gray-400 hover:text-gray-500", { "text-indigo-600 hover:text-indigo-800": !t3.current }]), "aria-current": t3.current ? "page" : "" }, _(t3.name), 11, $a)]))]))), 128))])])) }), Ua = { class: "flex items-center flex-col sm:flex-row justify-center sm:justify-start" }, Wa = ["src"], Ka = { class: "font-bold text-center sm:text-left" }, Ja = { class: "mt-1 text-xs text-center sm:text-left" }, Ga = { key: 0, class: "flex flex-wrap mt-4 justify-center sm:justify-start" }, Za = { key: 1, class: "rounded-lg bg-white shadow p-6 cursor-pointer animate-pulse" }, Xa = [z('<div class="flex items-center flex-col sm:flex-row justify-center sm:justify-start w-full"><div class="w-16 h-16 rounded-full bg-gray-200 flex self-center"></div><div class="w-full ml-4"><div class="h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-full mt-4 sm:mt-0 sm:w-16 mb-2"></div><div class="h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-full sm:w-32"></div></div></div>', 1)], Qa = { name: "uiCard" }, eo = Object.assign(Qa, { props: { id: { type: String, required: true }, name: { type: String, required: true }, type: String, tags: Array, logo: String, loading: { type: Boolean, default: true } }, setup: (l2) => (n2, o2) => {
|
|
2215
2227
|
var _a2;
|
|
2216
|
-
return l2.loading ? (e(), a("div", Za, Xa)) : (e(), a("div", { key: 0, class: "rounded-lg bg-white shadow p-6 cursor-pointer", onClick: o2[0] || (o2[0] = (e2) => n2.$emit("cardSelected", { id: l2.id, name: l2.name, type: l2.type, tags: l2.tags })) }, [i("div",
|
|
2228
|
+
return l2.loading ? (e(), a("div", Za, Xa)) : (e(), a("div", { key: 0, class: "rounded-lg bg-white shadow p-6 cursor-pointer", onClick: o2[0] || (o2[0] = (e2) => n2.$emit("cardSelected", { id: l2.id, name: l2.name, type: l2.type, tags: l2.tags })) }, [i("div", Ua, [i("img", { class: "w-16 h-16 rounded-full mb-4 sm:mb-0 sm:mr-4", src: l2.logo }, null, 8, Wa), i("div", null, [i("h4", Ka, _(l2.name), 1), i("p", Ja, _(l2.type), 1)])]), ((_a2 = l2.tags) == null ? void 0 : _a2.length) > 0 ? (e(), a("div", Ga, [(e(true), a(k, null, P(l2.tags, (n3) => (e(), t(ca, { class: "mb-1 mr-1", key: n3.name, color: n3.color, loading: l2.loading }, { default: T(() => [I(_(n3.name), 1)]), _: 2 }, 1032, ["color", "loading"]))), 128))])) : R("", true)]));
|
|
2217
2229
|
} }), to = { name: "uiFilter" }, lo = Object.assign(to, { props: { position: { type: String, default: "left" }, items: { type: Array, required: true }, label: { type: String, required: true }, loading: { type: Boolean, default: true } }, emits: ["filterSelected"], setup(l2, { emit: n2 }) {
|
|
2218
2230
|
const a2 = n2, o2 = s(l2.items);
|
|
2219
2231
|
return (n3, r2) => (e(), t(In, { loading: l2.loading, onOptionSelected: r2[0] || (r2[0] = (e2) => ((e3) => {
|
|
@@ -2222,14 +2234,14 @@ const On = { class: "py-1" }, Mn = ["onClick"], Dn = { key: 1, class: "animate-p
|
|
|
2222
2234
|
}), a2("filterSelected", e3);
|
|
2223
2235
|
})(e2)), position: l2.position, items: o2.value, label: l2.label }, null, 8, ["loading", "position", "items", "label"]));
|
|
2224
2236
|
} }), no = i("div", { class: "fixed inset-0 bg-gray-500 bg-opacity-75 transition-opacity" }, null, -1), ao = { class: "fixed inset-0 z-10 overflow-y-auto" }, oo = { class: "flex min-h-full items-end justify-center p-4 text-center sm:items-center sm:p-0" }, ro = { class: "absolute top-0 right-0 hidden pt-4 pr-4 sm:block" }, io = i("span", { class: "sr-only" }, "X", -1), so = { class: "sm:flex sm:items-start" }, uo = { class: "mt-3 text-center sm:mt-0 sm:ml-4 sm:text-left sm:mr-4 sm:w-10/12 break-words" }, co = { class: "mt-4 text-gray-500 text-sm" }, po = { key: 0, class: "mt-8" }, go = ["onClick"], fo = { name: "uiModal" }, mo = Object.assign(fo, { 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 }) {
|
|
2225
|
-
const
|
|
2226
|
-
c2("modalAction", { modal:
|
|
2237
|
+
const d2 = l2, c2 = s2, p2 = (e2) => {
|
|
2238
|
+
c2("modalAction", { modal: d2.modalName, action: e2 });
|
|
2227
2239
|
};
|
|
2228
|
-
return (s3,
|
|
2240
|
+
return (s3, d3) => (e(), t(u(on), { as: "template", show: l2.open }, { default: T(() => [o(u(bl), { as: "div", class: "relative z-10", onClose: d3[1] || (d3[1] = (e2) => p2("close")) }, { default: T(() => [o(u(nn), { 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: T(() => [no]), _: 1 }), i("div", ao, [i("div", oo, [o(u(nn), { 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: T(() => [o(u(yl), { 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: T(() => [i("div", ro, [i("button", { type: "button", class: "rounded-md bg-white text-gray-400 hover:text-gray-500 focus:outline-none", onClick: d3[0] || (d3[0] = (e2) => p2("close")) }, [io, o(J, { icon: u(Cn), "aria-hidden": "true", loading: l2.loading }, null, 8, ["icon", "loading"])])]), i("div", so, [i("div", { class: n(["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 }]) }, [B(o(u(Cn), { class: "h-6 w-6 text-red-600", "aria-hidden": "true" }, null, 512), [[L, "danger" === l2.type]]), B(o(u(cn), { class: "h-6 w-6 text-green-600", "aria-hidden": "true" }, null, 512), [[L, "success" === l2.type]]), B(o(u(hn), { class: "h-6 w-6 text-yellow-600", "aria-hidden": "true" }, null, 512), [[L, "warning" === l2.type]]), B(o(u(bn), { class: "h-6 w-6 text-indigo-600", "aria-hidden": "true" }, null, 512), [[L, "default" === l2.type]])], 2), i("div", uo, [o(u(xl), { as: "h3", class: "text-lg font-medium leading-6 text-gray-900" }, { default: T(() => [I(_(l2.title), 1)]), _: 1 }), i("div", co, [r(s3.$slots, "default")]), l2.actions ? (e(), a("div", po, [(e(true), a(k, null, P(l2.actions, (t2, l3) => (e(), a("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) => p2(t2.value) }, _(t2.name), 9, go))), 128))])) : R("", true)])])]), _: 3 })]), _: 3 })])])]), _: 3 })]), _: 3 }, 8, ["show"]));
|
|
2229
2241
|
} }), vo = { class: "w-full flex flex-col items-center space-y-4 sm:items-end" }, ho = { 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" }, bo = { class: "p-4" }, yo = { class: "flex items-start" }, xo = { class: "flex-shrink-0 mt-0.5" }, wo = { class: "ml-3 w-0 flex-1 pt-0.5" }, ko = { class: "font-medium text-gray-900" }, So = { class: "mt-1 text-sm text-gray-500" }, Co = { class: "ml-4 flex-shrink-0 flex" }, Oo = i("span", { class: "sr-only" }, "Close", -1), Mo = { name: "uiNotification" }, Do = Object.assign(Mo, { props: { show: Boolean, type: { type: String, default: "info" }, title: String, message: String, fixed: { type: Boolean, default: true } }, setup(t2) {
|
|
2230
|
-
const l2 = t2, r2 =
|
|
2231
|
-
return (l3, s2) => (e(), a("div", { "aria-live": "assertive", class: n([{ fixed: t2.fixed }, "inset-0 flex items-end px-4 py-6 pointer-events-none sm:p-6 sm:items-start"]) }, [i("div", vo, [o(
|
|
2232
|
-
} }),
|
|
2242
|
+
const l2 = t2, r2 = d(() => l2.show);
|
|
2243
|
+
return (l3, s2) => (e(), a("div", { "aria-live": "assertive", class: n([{ fixed: t2.fixed }, "inset-0 flex items-end px-4 py-6 pointer-events-none sm:p-6 sm:items-start"]) }, [i("div", vo, [o(j, { "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: T(() => [r2.value ? (e(), a("div", ho, [i("div", bo, [i("div", yo, [i("div", xo, [B(o(u(un), { "aria-hidden": "true", class: "h-6 w-6 text-green-400" }, null, 512), [[L, "success" === t2.type]]), B(o(u(Sn), { "aria-hidden": "true", class: "h-6 w-6 text-red-400" }, null, 512), [[L, "danger" === t2.type]]), B(o(u(hn), { "aria-hidden": "true", class: "h-6 w-6 text-yellow-400" }, null, 512), [[L, "warning" === t2.type]]), B(o(u(xn), { "aria-hidden": "true", class: "h-6 w-6 text-indigo-600" }, null, 512), [[L, "info" === t2.type]])]), i("div", wo, [i("p", ko, _(t2.title), 1), i("p", So, _(t2.message), 1)]), i("div", Co, [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")) }, [Oo, o(u(Cn), { "aria-hidden": "true", class: "h-5 w-5" })])])])])])) : R("", true)]), _: 1 })])], 2));
|
|
2244
|
+
} }), Eo = { key: 0, role: "list", class: "divide-y divide-gray-100" }, To = { class: "min-w-0" }, Io = { class: "flex items-start gap-x-3" }, _o = { class: "text-sm font-semibold leading-6 text-gray-900" }, jo = { class: "mt-1 flex items-center gap-x-2 text-xs leading-5 text-gray-500" }, Po = { class: "truncate" }, Ro = { class: "flex flex-none items-center gap-x-4" }, Bo = ["href"], Ao = { class: "sr-only" }, Lo = { key: 1, class: "divide-y divide-gray-100 animate-pulse" }, Fo = [z('<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)], No = { name: "uiTaskList" }, zo = Object.assign(No, { props: { tasks: { type: Array, required: true }, loading: { type: Boolean, default: true } }, setup: (t2) => (l2, o2) => t2.loading ? (e(), a("ul", Lo, [(e(true), a(k, null, P(t2.tasks, (t3) => (e(), a("li", { key: t3.id, class: "flex items-center justify-between gap-x-6 py-5" }, Fo))), 128))])) : (e(), a("ul", Eo, [(e(true), a(k, null, P(t2.tasks, (t3) => (e(), a("li", { key: t3.id, class: "flex items-center justify-between gap-x-6 py-5" }, [i("div", To, [i("div", Io, [i("p", _o, _(t3.name), 1), i("p", { class: n([{ "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", jo, [i("p", Po, _(t3.description), 1)])]), i("div", Ro, [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" }, [I(_(t3.action), 1), i("span", Ao, ", " + _(t3.name), 1)], 8, Bo)])]))), 128))])) });
|
|
2233
2245
|
"undefined" != typeof globalThis ? globalThis : "undefined" != typeof window ? window : "undefined" != typeof global ? global : "undefined" != typeof self && self;
|
|
2234
2246
|
function $o(e2) {
|
|
2235
2247
|
return e2 && e2.__esModule && Object.prototype.hasOwnProperty.call(e2, "default") ? e2.default : e2;
|
|
@@ -2272,18 +2284,18 @@ const Vo = (e2, t2) => {
|
|
|
2272
2284
|
for (const [e3, n2] of t2)
|
|
2273
2285
|
l2[e3] = n2;
|
|
2274
2286
|
return l2;
|
|
2275
|
-
}, Ho = { class: "dateSelector flex items-center text-white flex-row" }, Yo = { class: "pagination flex items-center my-1 md:my-0" },
|
|
2287
|
+
}, Ho = { class: "dateSelector flex items-center text-white flex-row" }, Yo = { class: "pagination flex items-center my-1 md:my-0" }, qo = { class: "date mx-4 font-bold text-center text-indigo-600 select-none uppercase" }, Uo = { class: "pagination flex items-center my-1 sm:my-0" };
|
|
2276
2288
|
const Wo = Vo({ name: "dateSelector", components: { ChevronLeftIcon: gn, ChevronRightIcon: fn }, computed: { currentDate() {
|
|
2277
2289
|
return Y(this.selectedDate).locale("es").format("DD MMM. YYYY");
|
|
2278
2290
|
} }, props: { selectedDate: { type: Object, required: true } }, methods: { selectDate(e2, t2) {
|
|
2279
2291
|
let l2;
|
|
2280
2292
|
"previous" === t2 && ("day" === e2 && (l2 = Y(this.selectedDate).subtract(1, "day")), "month" === e2 && (l2 = Y(this.selectedDate).subtract(1, "month")), "year" === e2 && (l2 = Y(this.selectedDate).subtract(1, "year"))), "next" === t2 && ("day" === e2 && (l2 = Y(this.selectedDate).add(1, "day")), "month" === e2 && (l2 = Y(this.selectedDate).add(1, "month")), "year" === e2 && (l2 = Y(this.selectedDate).add(1, "year"))), this.$emit("dateSelected", l2);
|
|
2281
|
-
} } }, [["render", function(t2, l2, n2, r2, s2,
|
|
2282
|
-
const
|
|
2283
|
-
return e(), a("div", Ho, [i("div", Yo, [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) =>
|
|
2293
|
+
} } }, [["render", function(t2, l2, n2, r2, s2, d2) {
|
|
2294
|
+
const u2 = $("ChevronLeftIcon"), c2 = $("ChevronRightIcon");
|
|
2295
|
+
return e(), a("div", Ho, [i("div", Yo, [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) => d2.selectDate("year", "previous")) }, [o(u2, { class: "h-4" }), o(u2, { class: "h-4 -ml-3" }), o(u2, { 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) => d2.selectDate("month", "previous")) }, [o(u2, { class: "h-4" }), o(u2, { 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) => d2.selectDate("day", "previous")) }, [o(u2, { class: "h-4" })])]), i("div", qo, _(d2.currentDate), 1), i("div", Uo, [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) => d2.selectDate("day", "next")) }, [o(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) => d2.selectDate("month", "next")) }, [o(c2, { class: "h-4" }), o(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) => d2.selectDate("year", "next")) }, [o(c2, { class: "h-4" }), o(c2, { class: "h-4 -ml-3" }), o(c2, { class: "h-4 -ml-3" })])])]);
|
|
2284
2296
|
}]]), Ko = { name: "SkeletonTable" }, Jo = { class: "px-4 sm:px-6 lg:px-8 animate-pulse" }, Go = { class: "flow-root" }, Zo = { class: "-mx-4 -my-2 overflow-x-auto sm:-mx-6 lg:-mx-8" }, Xo = { class: "inline-block min-w-full py-2 align-middle px-1" }, Qo = { class: "overflow-hidden shadow ring-1 ring-black ring-opacity-5 sm:rounded-lg" }, er = { 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), lr = { class: "divide-y divide-gray-200 bg-white" }, nr = [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" }, [I(", {"), i("div", { class: "h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-6" })])])], -1)];
|
|
2285
2297
|
const ar = Vo(Ko, [["render", function(t2, l2, n2, o2, r2, s2) {
|
|
2286
|
-
return e(), a("div", Jo, [i("div", Go, [i("div", Zo, [i("div", Xo, [i("div", Qo, [i("table", er, [tr, i("tbody", lr, [(e(), a(k, null,
|
|
2298
|
+
return e(), a("div", Jo, [i("div", Go, [i("div", Zo, [i("div", Xo, [i("div", Qo, [i("table", er, [tr, i("tbody", lr, [(e(), a(k, null, P(10, (e2) => i("tr", { key: e2 }, nr)), 64))])])])])])])]);
|
|
2287
2299
|
}]]);
|
|
2288
2300
|
var or = { exports: {} };
|
|
2289
2301
|
or.exports = function(e2, t2, l2) {
|
|
@@ -2292,16 +2304,16 @@ or.exports = function(e2, t2, l2) {
|
|
|
2292
2304
|
return this.format(e3) === t3.format(e3);
|
|
2293
2305
|
};
|
|
2294
2306
|
};
|
|
2295
|
-
const rr = $o(or.exports), ir = { class: "text-xs" }, sr = { class: "font-bold text-lg" },
|
|
2296
|
-
const
|
|
2307
|
+
const rr = $o(or.exports), ir = { class: "text-xs" }, sr = { class: "font-bold text-lg" }, dr = { class: "text-xs font-medium" };
|
|
2308
|
+
const ur = Vo({ name: "calendarDay", props: { day: Object }, computed: { currentDay() {
|
|
2297
2309
|
return Y.extend(rr), { dayName: Y(this.day).locale("es").format("ddd"), day: Y(this.day).locale("es").format("DD"), month: Y(this.day).locale("es").format("MMM."), isWeekend: 6 == Y(this.day).format("d") || 0 == Y(this.day).format("d"), isToday: Y(this.day).isToday() };
|
|
2298
|
-
} } }, [["render", function(t2, l2, o2, r2, s2,
|
|
2299
|
-
return e(), a("div", { class: n(["day select-none text-center", { "bg-indigo-200 text-white":
|
|
2310
|
+
} } }, [["render", function(t2, l2, o2, r2, s2, d2) {
|
|
2311
|
+
return e(), a("div", { class: n(["day select-none text-center", { "bg-indigo-200 text-white": d2.currentDay.isWeekend, "bg-[#0ff] text-white": d2.currentDay.isToday }]) }, [i("p", ir, _(d2.currentDay.dayName), 1), i("p", sr, _(d2.currentDay.day), 1), i("p", dr, _(d2.currentDay.month), 1)], 2);
|
|
2300
2312
|
}]]), cr = { name: "dayPrice", props: { currency: String, price: Object, basePrice: Number, isBasePrice: { type: Boolean, default: false } }, computed: { currentDay() {
|
|
2301
2313
|
return { isWeekend: 6 == Y(this.price.date).format("d") || 0 == Y(this.price.date).format("d"), price: this.price.price };
|
|
2302
2314
|
} } }, pr = { class: "priceDay" };
|
|
2303
|
-
const gr = { name: "uiPriceCalendar", data: () => ({ today: /* @__PURE__ */ new Date(), date: /* @__PURE__ */ new Date(), selectedRooms: [], showBasePricesModal: false, showDays: 14 }), props: { type: String, category: { type: Object, required: true }, rooms: { type: Array, required: true }, currency: Object, actions: Array, loading: { type: Boolean, default: true }, literals: { type: Object, required: true } }, components: { DateSelector: Wo, Day:
|
|
2304
|
-
return e(), a("div", pr, [i("div", { class: n([{ "bg-indigo-200 text-white":
|
|
2315
|
+
const gr = { name: "uiPriceCalendar", data: () => ({ today: /* @__PURE__ */ new Date(), date: /* @__PURE__ */ new Date(), selectedRooms: [], showBasePricesModal: false, showDays: 14 }), props: { type: String, category: { type: Object, required: true }, rooms: { type: Array, required: true }, currency: Object, actions: Array, loading: { type: Boolean, default: true }, literals: { type: Object, required: true } }, components: { DateSelector: Wo, Day: ur, Price: Vo(cr, [["render", function(t2, l2, o2, r2, s2, d2) {
|
|
2316
|
+
return e(), a("div", pr, [i("div", { class: n([{ "bg-indigo-200 text-white": d2.currentDay.isWeekend, "bg-green-300 text-white": o2.price.price > o2.basePrice, "bg-yellow-300 text-white": o2.price.price < o2.basePrice }, "select-none text-center rounded-lg p-1"]) }, _(d2.currentDay.price) + _(o2.currency), 3)]);
|
|
2305
2317
|
}]]), uiButton: ee, SkeletonTable: ar }, computed: { days() {
|
|
2306
2318
|
let e2 = [];
|
|
2307
2319
|
for (let t2 = 0; t2 < this.showDays; t2++)
|
|
@@ -2324,111 +2336,111 @@ const gr = { name: "uiPriceCalendar", data: () => ({ today: /* @__PURE__ */ new
|
|
|
2324
2336
|
this.$emit("tableAction", e2);
|
|
2325
2337
|
}, changeRoomPrice(e2) {
|
|
2326
2338
|
this.$emit("changeRoomPrice", e2);
|
|
2327
|
-
} } }, fr = { key: 0, class: "px-4 sm:px-6 lg:px-8" }, mr = { class: "flow-root" }, vr = { class: "overflow-x-auto sm:-mx-6 lg:-mx-8 shadow ring-1 ring-black ring-opacity-5 sm:rounded-lg" }, hr = { class: "inline-block min-w-full align-middle" }, br = { class: "min-w-full text-sm" }, yr = { class: "bg-white" }, xr = { colspan: "6", scope: "colgroup", class: "bg-gray-50 py-2 pl-4 pr-3 text-left text-sm font-semibold text-gray-900 sm:pl-3" }, wr = { colspan: "20", scope: "colgroup", class: "bg-gray-200 py-2 pl-4 pr-3 text-left font-semibold text-gray-900" }, kr = { key: 0 }, Sr = { colspan: "6", class: "pl-4" }, Cr = { key: 1 }, Or = { colspan: "6", class: "pl-4" }, Mr = { key: 2 }, Dr = { colspan: "6", class: "pl-4" },
|
|
2328
|
-
const Hr = Vo(gr, [["render", function(l2, r2, s2,
|
|
2339
|
+
} } }, fr = { key: 0, class: "px-4 sm:px-6 lg:px-8" }, mr = { class: "flow-root" }, vr = { class: "overflow-x-auto sm:-mx-6 lg:-mx-8 shadow ring-1 ring-black ring-opacity-5 sm:rounded-lg" }, hr = { class: "inline-block min-w-full align-middle" }, br = { class: "min-w-full text-sm" }, yr = { class: "bg-white" }, xr = { colspan: "6", scope: "colgroup", class: "bg-gray-50 py-2 pl-4 pr-3 text-left text-sm font-semibold text-gray-900 sm:pl-3" }, wr = { colspan: "20", scope: "colgroup", class: "bg-gray-200 py-2 pl-4 pr-3 text-left font-semibold text-gray-900" }, kr = { key: 0 }, Sr = { colspan: "6", class: "pl-4" }, Cr = { key: 1 }, Or = { colspan: "6", class: "pl-4" }, Mr = { key: 2 }, Dr = { colspan: "6", class: "pl-4" }, Er = { colspan: "20", scope: "colgroup", class: "bg-gray-200 py-2 pl-4 pr-3 text-left font-semibold text-gray-900 relative" }, Tr = { key: 0, class: "absolute top-0 left-12 flex h-12 items-center space-x-3 sm:left-48 bg-white shadow rounded px-4 py-1 z-10" }, Ir = ["onClick"], _r = { colspan: "2", scope: "colgroup", class: "relative bg-gray-100 py-3.5 pl-4 pr-3 text-left font-semibold text-gray-900" }, jr = ["checked", "indeterminate"], Pr = { class: "pl-6" }, Rr = { colspan: "2", scope: "colgroup", class: "bg-gray-100 py-2 pl-4 pr-3 text-left font-semibold text-gray-900" }, Br = { colspan: "2", scope: "colgroup", class: "bg-gray-100 py-2 pl-4 pr-3 text-left font-semibold text-gray-900" }, Ar = i("th", { colspan: "14", scope: "colgroup", class: "bg-gray-100 py-2 pl-4 pr-3 text-left font-semibold text-gray-900" }, null, -1), Lr = { colspan: "2", class: "relative py-3.5 pl-4 pr-3 text-left text-sm font-semibold text-gray-900 sm:pl-6" }, Fr = { key: 0, class: "absolute inset-y-0 left-0 w-0.5 bg-indigo-600" }, Nr = ["value"], zr = { class: "pl-6" }, $r = { colspan: "2", class: "pl-4" }, Vr = { colspan: "2", class: "pl-4" };
|
|
2340
|
+
const Hr = Vo(gr, [["render", function(l2, r2, s2, d2, u2, c2) {
|
|
2329
2341
|
var _a2, _b;
|
|
2330
2342
|
const p2 = $("DateSelector"), g2 = $("Day"), f2 = $("uiButton"), m2 = $("Price"), v2 = $("SkeletonTable");
|
|
2331
|
-
return s2.loading ? (e(), t(v2, { key: 1 })) : (e(), a("div", fr, [i("div", mr, [i("div", vr, [i("div", hr, [i("table", br, [i("tbody", yr, [i("tr", null, [i("th", xr, [o(p2, { selectedDate: l2.date, onDateSelected: r2[0] || (r2[0] = (e2) => c2.changeDate(e2)) }, null, 8, ["selectedDate"])]), (e(true), a(k, null,
|
|
2332
|
-
}]]), Yr = { class: "chart-selector flex flex-row items-center justify-center" },
|
|
2343
|
+
return s2.loading ? (e(), t(v2, { key: 1 })) : (e(), a("div", fr, [i("div", mr, [i("div", vr, [i("div", hr, [i("table", br, [i("tbody", yr, [i("tr", null, [i("th", xr, [o(p2, { selectedDate: l2.date, onDateSelected: r2[0] || (r2[0] = (e2) => c2.changeDate(e2)) }, null, 8, ["selectedDate"])]), (e(true), a(k, null, P(c2.days, (t2, l3) => (e(), a("th", { scope: "col", key: l3, class: "text-sm font-semibold text-gray-900 p-0" }, [o(g2, { class: "border-l border-gray-200 px-6 py-3", day: t2 }, null, 8, ["day"])]))), 128))]), i("tr", null, [i("th", wr, [i("span", null, _(s2.literals.category) + " " + _(s2.category.name), 1), o(f2, { loading: s2.loading, class: "ml-4", size: "small", onClick: c2.changeCategoryBulkPrices }, { default: T(() => [I(_(s2.literals.changeInBulk), 1)]), _: 1 }, 8, ["loading", "onClick"])])]), "discounts" === s2.type ? (e(), a("tr", kr, [i("td", Sr, _(s2.literals.pricesDiscount), 1), (e(true), a(k, null, P(s2.category.selectionPrices, (t2, l3) => (e(), a("td", { key: l3, class: "p-0" }, [o(m2, { onClick: (e2) => c2.changeCategorySelectionPrice(t2), class: "border-l border-gray-200 px-6 py-3 text-indigo-600 hover:text-indigo-400 font-bold cursor-pointer", price: t2, currency: s2.currency.symbol, isBasePrice: true }, null, 8, ["onClick", "price", "currency"])]))), 128))])) : R("", true), "prices" === s2.type ? (e(), a("tr", Cr, [i("td", Or, _(s2.literals.pricesSelection), 1), (e(true), a(k, null, P(s2.category.selectionPrices, (t2, l3) => (e(), a("td", { key: l3, class: "p-0" }, [o(m2, { onClick: (e2) => c2.changeCategorySelectionPrice(t2), class: "border-l border-gray-200 px-6 py-3 text-indigo-600 hover:text-indigo-400 font-bold cursor-pointer", price: t2, currency: s2.currency.symbol, isBasePrice: true }, null, 8, ["onClick", "price", "currency"])]))), 128))])) : R("", true), "prices" === s2.type ? (e(), a("tr", Mr, [i("td", Dr, _(s2.literals.pricesUpgrade), 1), (e(true), a(k, null, P(s2.category.upgradePrices, (t2, l3) => (e(), a("td", { key: l3, class: "p-0" }, [o(m2, { onClick: (e2) => c2.changeCategoryUpgradePrice(t2), class: "border-l border-gray-200 px-6 py-3 text-indigo-600 hover:text-indigo-400 font-bold cursor-pointer bg-gray-100", price: t2, currency: s2.currency.symbol, isBasePrice: true }, null, 8, ["onClick", "price", "currency"])]))), 128))])) : R("", true), i("tr", null, [i("th", Er, [((_a2 = l2.selectedRooms) == null ? void 0 : _a2.length) > 0 && ((_b = s2.actions) == null ? void 0 : _b.length) > 0 ? (e(), a("div", Tr, [(e(true), a(k, null, P(s2.actions, (t2, n2) => (e(), a("button", { onClick: (e2) => c2.tableAction({ action: t2.id, items: l2.selectedRooms }), key: n2, 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, Ir))), 128))])) : R("", true), i("span", null, _(s2.literals.pricesSelection), 1)])]), i("tr", null, [i("th", _r, [i("input", { type: "checkbox", class: "absolute left-4 top-1/2 -mt-2 h-4 w-4 rounded border-gray-300 text-indigo-600 focus:ring-indigo-600", checked: c2.indeterminate || l2.selectedRooms.length === s2.rooms.length, indeterminate: c2.indeterminate, onChange: r2[1] || (r2[1] = (e2) => l2.selectedRooms = e2.target.checked ? s2.rooms.map((e3) => e3.name) : []) }, null, 40, jr), i("span", Pr, _(s2.literals.room), 1)]), i("th", Rr, _(s2.literals.building), 1), i("th", Br, _(s2.literals.floor), 1), Ar]), (e(true), a(k, null, P(s2.rooms, (t2) => (e(), a("tr", { key: t2.name, class: n([{ "even:bg-gray-100": "prices" === s2.type, "odd:bg-gray-100": "discounts" === s2.type }]) }, [i("td", Lr, [l2.selectedRooms.includes(t2.name) ? (e(), a("div", Fr)) : R("", true), B(i("input", { type: "checkbox", class: "absolute left-4 top-1/2 -mt-2 h-4 w-4 rounded border-gray-300 text-indigo-600 focus:ring-indigo-600", value: t2.name, "onUpdate:modelValue": r2[2] || (r2[2] = (e2) => l2.selectedRooms = e2) }, null, 8, Nr), [[V, l2.selectedRooms]]), i("span", zr, _(t2.name), 1)]), i("td", $r, _(t2.building), 1), i("td", Vr, _(t2.floor), 1), (e(true), a(k, null, P(t2.selectionPrices, (t3, l3) => (e(), a("td", { class: "p-0", key: l3 }, [o(m2, { onClick: (e2) => c2.changeRoomPrice(t3), class: "border-l border-gray-200 px-6 py-3 text-indigo-600 hover:text-indigo-400 cursor-pointer", price: t3, currency: s2.currency.symbol, basePrice: c2.getSelectionBasePrice(t3) }, null, 8, ["onClick", "price", "currency", "basePrice"])]))), 128))], 2))), 128))])])])])])]));
|
|
2344
|
+
}]]), Yr = { class: "chart-selector flex flex-row items-center justify-center" }, qr = { name: "rangeSelector" }, Ur = Object.assign(qr, { props: { range: { type: String } }, emits: ["rangeSelected"], setup(t2, { emit: l2 }) {
|
|
2333
2345
|
const o2 = l2, r2 = t2;
|
|
2334
|
-
let s2 =
|
|
2346
|
+
let s2 = d(() => r2.range);
|
|
2335
2347
|
const c2 = (e2) => {
|
|
2336
2348
|
s2.value = e2, o2("rangeSelected", e2);
|
|
2337
2349
|
};
|
|
2338
|
-
return (t3, l3) => (e(), a("ul", Yr, [i("li", { class: n({ selected: "24h" ===
|
|
2350
|
+
return (t3, l3) => (e(), a("ul", Yr, [i("li", { class: n({ selected: "24h" === u(s2) }), onClick: l3[0] || (l3[0] = (e2) => c2("24h")) }, " 24H ", 2), i("li", { class: n({ selected: "7d" === u(s2) }), onClick: l3[1] || (l3[1] = (e2) => c2("7d")) }, "7D", 2), i("li", { class: n({ selected: "1m" === u(s2) }), onClick: l3[2] || (l3[2] = (e2) => c2("1m")) }, "1M", 2), i("li", { class: n({ selected: "3m" === u(s2) }), onClick: l3[3] || (l3[3] = (e2) => c2("3m")) }, "3M", 2)]));
|
|
2339
2351
|
} }), Wr = { class: "chart-header flex flex-row justify-between" }, Kr = { class: "text-sm font-medium text-gray-500 truncate" }, Jr = { class: "chart-content" }, Gr = { class: "h-full w-full flex items-center justify-center flex-col" }, Zr = i("p", { class: "text-xs uppercase text-gray-300 font-bold" }, "No data", -1), Xr = { class: "card chart apex-chart px-4 py-5 bg-white shadow rounded-lg overflow-hidden sm:p-6 flex grow h-80" }, Qr = [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)], ei = { name: "uiChart" }, ti = Object.assign(ei, { 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 }, stacked: { type: Boolean, default: false }, height: { type: Number, default: 320 }, annotations: { type: Object } }, emits: ["selectedRange", "chartUpdated", "dataPointSelection"], setup(t2, { emit: l2 }) {
|
|
2340
2352
|
const r2 = l2, s2 = t2;
|
|
2341
2353
|
let c2 = { chart: { toolbar: { show: false }, zoom: { enabled: false } }, colors: ["#715aff", "#00ffff", "#aba9ba"], stroke: { show: true, curve: "stepline", lineCap: "butt", width: 1, dashArray: 0 }, dataLabels: { enabled: true }, markers: { strokeWidth: 0, size: 4, hover: { size: 8 } } };
|
|
2342
2354
|
s2.annotations && (c2.annotations = { yaxis: [{ y: s2.annotations.high, borderColor: "#4f46e5", label: { borderColor: "#4f46e5", style: { color: "#fff", background: "#4f46e5" }, text: s2.annotations.text } }] }), "area" === s2.type && (c2.tooltip = { intersect: true, shared: false });
|
|
2343
|
-
const p2 =
|
|
2355
|
+
const p2 = d(() => s2.series), g2 = d(() => (c2.chart.stacked = s2.stacked, { ...c2, ...s2.options, plotOptions: { bar: { horizontal: s2.horizontal } } })), f2 = () => r2("chartUpdated"), m2 = (e2, t3, l3) => {
|
|
2344
2356
|
r2("dataPointSelection", { id: s2.id, chartContext: t3, config: l3, event: e2 });
|
|
2345
2357
|
};
|
|
2346
|
-
return (l3, r3) => (e(), a(k, null, [B(i("div", { class: n(["h-[" + t2.height + "px]", "card chart apex-chart px-4 py-5 bg-white shadow rounded-lg overflow-hidden sm:p-6 flex grow"]) }, [i("div", Wr, [i("div", Kr, _(t2.title), 1), o(
|
|
2358
|
+
return (l3, r3) => (e(), a(k, null, [B(i("div", { class: n(["h-[" + t2.height + "px]", "card chart apex-chart px-4 py-5 bg-white shadow rounded-lg overflow-hidden sm:p-6 flex grow"]) }, [i("div", Wr, [i("div", Kr, _(t2.title), 1), o(Ur, { range: t2.range, onRangeSelected: r3[0] || (r3[0] = (e2) => l3.$emit("selectedRange", { range: e2, chartId: t2.id })) }, null, 8, ["range"])]), B(i("div", Jr, [o(u(q), { type: t2.type, series: p2.value, width: "100%", height: t2.height, options: g2.value, onUpdated: f2, onMounted: f2, onDataPointSelection: m2 }, null, 8, ["type", "series", "height", "options"])], 512), [[L, !t2.empty]]), B(i("div", Gr, [o(J, { icon: u(hn), color: "gray", loading: false, size: "huge" }, null, 8, ["icon"]), Zr], 512), [[L, t2.empty]])], 2), [[L, !t2.loading]]), B(i("div", Xr, Qr, 512), [[L, t2.loading]])], 64));
|
|
2347
2359
|
} }), li = { name: "uiFooter" }, ni = { class: "bg-white" }, ai = [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)];
|
|
2348
2360
|
const oi = Vo(li, [["render", function(t2, l2, n2, o2, r2, i2) {
|
|
2349
2361
|
return e(), a("footer", ni, ai);
|
|
2350
|
-
}]]), ri = i("div", { class: "spinner h-12 w-12 mb-6" }, [i("img", { src: "https://images.hotelinking.com/ui/loader.gif", alt: "loading animation" })], -1), ii = { name: "uiLoadScreen" }, si = Object.assign(ii, { props: { title: String, message: String, fixed: { type: Boolean, default: true } }, setup: (t2) => (l2, o2) => (e(), a("div", { class: n([{ 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"]) }, [ri, B(i("h2", { class: "text-xs font-bold text-center uppercase mb-2" }, _(t2.title), 513), [[L, t2.title]]), B(i("p", { class: "text-xs text-center uppercase md:w-1/4" }, _(t2.message), 513), [[L, t2.message]])], 2)) }),
|
|
2351
|
-
const c2 = l2, p2 = t2, g2 = s(3), f2 =
|
|
2362
|
+
}]]), ri = i("div", { class: "spinner h-12 w-12 mb-6" }, [i("img", { src: "https://images.hotelinking.com/ui/loader.gif", alt: "loading animation" })], -1), ii = { name: "uiLoadScreen" }, si = Object.assign(ii, { props: { title: String, message: String, fixed: { type: Boolean, default: true } }, setup: (t2) => (l2, o2) => (e(), a("div", { class: n([{ 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"]) }, [ri, B(i("h2", { class: "text-xs font-bold text-center uppercase mb-2" }, _(t2.title), 513), [[L, t2.title]]), B(i("p", { class: "text-xs text-center uppercase md:w-1/4" }, _(t2.message), 513), [[L, t2.message]])], 2)) }), di = { key: 0, class: "py-6 flex items-center justify-between" }, ui = { class: "flex-1 flex justify-between sm:hidden" }, ci = { 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" }, pi = { 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" }, gi = { class: "hidden sm:flex-1 sm:flex sm:items-center sm:justify-between" }, fi = { class: "text-sm text-gray-700" }, mi = { class: "font-bold" }, vi = { class: "font-bold" }, hi = { class: "relative z-0 inline-flex rounded-md shadow-sm -space-x-px", "aria-label": "Pagination" }, bi = { class: "sr-only" }, yi = ["onClick"], xi = { class: "sr-only" }, wi = { key: 1, class: "py-6 flex flex-row justify-between items-center animate-pulse" }, ki = [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)], Si = { name: "uiPagination" }, Ci = Object.assign(Si, { props: { current: { type: Number, requires: true }, total: { type: Number, requires: true }, loading: { type: Boolean, default: true } }, emits: ["changePage"], setup(t2, { emit: l2 }) {
|
|
2363
|
+
const c2 = l2, p2 = t2, g2 = s(3), f2 = d(() => Math.max(1, Number(p2.current) - Number(g2.value))), m2 = d(() => Math.min(Number(p2.current) + Number(g2.value), Number(p2.total))), v2 = d(() => {
|
|
2352
2364
|
let e2 = [];
|
|
2353
2365
|
for (let t3 = Number(f2.value); t3 <= Number(m2.value); t3++)
|
|
2354
2366
|
e2.push(t3);
|
|
2355
2367
|
return e2;
|
|
2356
2368
|
});
|
|
2357
|
-
return (l3, s2) => t2.loading ? (e(), a("div", wi, ki)) : (e(), a("div",
|
|
2358
|
-
} }), Oi = { class: "hidden md:flex md:flex-col sticky md:inset-y-0" }, Mi = { class: "flex flex-col flex-grow overflow-y-auto" }, Di = { class: "grow flex flex-col" },
|
|
2369
|
+
return (l3, s2) => t2.loading ? (e(), a("div", wi, ki)) : (e(), a("div", di, [i("div", ui, [i("a", ci, [r(l3.$slots, "previous")]), i("a", pi, [r(l3.$slots, "next")])]), i("div", gi, [i("div", null, [i("p", fi, [r(l3.$slots, "showing"), I(), i("span", mi, _(t2.current + " "), 1), r(l3.$slots, "of"), I(), i("span", vi, _(t2.total), 1)])]), i("div", null, [i("nav", hi, [B(i("button", { onClick: s2[0] || (s2[0] = (e2) => c2("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", bi, [r(l3.$slots, "previous")]), o(u(gn), { class: "h-5 w-5", "aria-hidden": "true" })], 512), [[L, 1 !== t2.current]]), (e(true), a(k, null, P(v2.value, (l4) => (e(), a("button", { onClick: (e2) => c2("changePage", l4), key: l4, "aria-current": "page", class: n([[l4 === 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"]) }, _(l4), 11, yi))), 128)), B(i("button", { onClick: s2[1] || (s2[1] = (e2) => c2("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", xi, [r(l3.$slots, "next")]), o(u(fn), { class: "h-5 w-5", "aria-hidden": "true" })], 512), [[L, t2.current !== t2.total]])])])])]));
|
|
2370
|
+
} }), Oi = { class: "hidden md:flex md:flex-col sticky md:inset-y-0" }, Mi = { class: "flex flex-col flex-grow overflow-y-auto" }, Di = { class: "grow flex flex-col" }, Ei = { class: "flex-1 space-y-1", "aria-label": "Sidebar" }, Ti = { key: 0 }, Ii = ["onClick"], _i = { key: 0, class: "text-left" }, ji = { key: 0, class: "flex-1 text-left" }, Pi = { key: 1, class: "flex-1" }, Ri = [i("div", { class: "h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-1/2" }, null, -1)], Bi = { key: 0, class: "align-left" }, Ai = { key: 1, class: "h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-1/2" }, Li = { class: "h-12 flex flex-row items-center" }, Fi = [i("div", { class: "w-6 h-6 animate-pulse bg-gray-200 rounded-full dark:bg-gray-300 mr-4" }, null, -1), i("div", { class: "h-3 animate-pulse bg-gray-200 rounded-full dark:bg-gray-300 grow" }, null, -1)], Ni = { name: "uiSidebar" }, zi = Object.assign(Ni, { props: { navigation: { type: Array, required: true }, loading: { type: Boolean, default: true } }, emits: ["sideBarClick"], setup(l2, { emit: r2 }) {
|
|
2359
2371
|
const s2 = r2;
|
|
2360
|
-
return (r3,
|
|
2361
|
-
} }), $i = { key: 0 }, Vi = { class: "ml-16 text-sm font-medium text-gray-500 truncate" }, Hi = { class: "ml-16 flex items-baseline pb-5" }, Yi = { class: "text-2xl font-semibold text-gray-900" },
|
|
2372
|
+
return (r3, d2) => (e(), a("div", Oi, [i("div", Mi, [i("div", Di, [i("nav", Ei, [l2.loading ? (e(), a(k, { key: 1 }, P(5, (e2) => i("div", Li, Fi)), 64)) : (e(true), a(k, { key: 0 }, P(l2.navigation, (r4) => (e(), a(k, { key: r4.name }, [r4.children ? (e(), t(u(Ol), { key: 1, as: "div", class: "space-y-1" }, { default: T(({ open: i2 }) => [o(u(Ml), { class: n([r4.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: T(() => [o(J, { loading: l2.loading, icon: r4.icon, class: n([r4.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(), a("div", Pi, Ri)) : (e(), a("span", ji, _(r4.name), 1)), o(u(fn), { class: n([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"]), o(u(Dl), { class: "space-y-1" }, { default: T(() => [(e(true), a(k, null, P(r4.children, (o2) => (e(), t(u(Ml), { onClick: (e2) => s2("sideBarClick", o2.id), key: o2.name, class: n([o2.current ? "bg-gray-200" : "hover:text-gray-900 hover:bg-gray-100", "group text-gray-600 w-full flex items-center text-left pl-11 pr-2 py-2 text-sm font-medium rounded-md"]) }, { default: T(() => [l2.loading ? (e(), a("div", Ai)) : (e(), a("span", Bi, _(o2.name), 1))]), _: 2 }, 1032, ["onClick", "class"]))), 128))]), _: 2 }, 1024)]), _: 2 }, 1024)) : (e(), a("div", Ti, [i("button", { onClick: (e2) => s2("sideBarClick", r4.id), class: n([r4.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"]) }, [o(J, { loading: l2.loading, icon: r4.icon, class: n([r4.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 ? R("", true) : (e(), a("span", _i, _(r4.name), 1))], 10, Ii)]))], 64))), 128))])])])]));
|
|
2373
|
+
} }), $i = { key: 0 }, Vi = { class: "ml-16 text-sm font-medium text-gray-500 truncate" }, Hi = { class: "ml-16 flex items-baseline pb-5" }, Yi = { class: "text-2xl font-semibold text-gray-900" }, qi = { key: 0, class: "text-black ml-2 flex items-baseline text-sm font-semibold" }, Ui = { class: "absolute bottom-0 inset-x-0 bg-gray-50 px-4 py-4 sm:px-6" }, Wi = { class: "text-sm" }, Ki = { key: 1 }, Ji = { class: "relative bg-white pt-5 px-4 sm:pt-6 sm:px-6 shadow rounded-lg overflow-hidden h-full pb-6" }, Gi = { class: "absolute bg-gray-200 rounded-md p-3 animate-pulse" }, Zi = 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), Xi = 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), Qi = { name: "uiStats" }, es = Object.assign(Qi, { props: { item: { type: Object, required: true }, loading: { type: Boolean, default: true } }, emits: ["statClick"], setup(l2, { emit: r2 }) {
|
|
2362
2374
|
const s2 = r2;
|
|
2363
|
-
return (r3,
|
|
2364
|
-
} }), ts = { key: 0, class: "overflow-hidden bg-white shadow sm:rounded-lg" }, ls = { class: "px-4 py-5 sm:px-6" }, ns = { class: "text-lg font-medium leading-6 text-gray-900" }, as = { class: "mt-1 max-w-2xl text-sm text-gray-500" }, os = { class: "border-t border-gray-200" }, rs = { class: "text-sm font-medium text-gray-500" }, is = { key: 0, class: "mt-1 text-sm text-gray-900 sm:col-span-2 sm:mt-0 break-normal" }, ss = { key: 1, class: "mt-1 text-sm text-gray-900 sm:col-span-2 sm:mt-0 break-normal" },
|
|
2375
|
+
return (r3, d2) => l2.loading ? (e(), a("div", Ki, [i("div", Ji, [i("dt", null, [i("div", Gi, [o(J, { loading: l2.loading, icon: l2.item.icon, class: "h-6 w-6 text-white", "aria-hidden": "true" }, null, 8, ["loading", "icon"])]), Zi, Xi])])])) : (e(), a("div", $i, [i("div", { class: n(["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: n(["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 }]) }, [o(J, { icon: l2.item.icon, class: "h-6 w-6 text-white", "aria-hidden": "true", loading: l2.loading }, null, 8, ["icon", "loading"])], 2), i("p", Vi, _(l2.item.name), 1)]), i("dd", Hi, [i("p", Yi, _(l2.item.stat), 1), l2.item.explanation ? (e(), a("p", qi, _(l2.item.explanation), 1)) : R("", true), l2.item.changeType ? (e(), a("p", { key: 1, class: n([{ "text-green-600": "increase" === l2.item.changeType, "text-red-600": "decrease" === l2.item.changeType, "text-black": "neutral" === l2.item.changeType }, "ml-2 flex items-baseline text-sm font-semibold"]) }, ["increase" === l2.item.changeType ? (e(), t(u(sn), { key: 0, class: "self-center flex-shrink-0 h-3 w-3 text-green-500", "aria-hidden": "true" })) : R("", true), "decrease" === l2.item.changeType ? (e(), t(u(rn), { key: 1, class: "self-center flex-shrink-0 h-3 w-3 text-red-500", "aria-hidden": "true" })) : R("", true), I(" " + _(l2.item.change), 1)], 2)) : R("", true), B(i("div", Ui, [i("div", Wi, [i("span", { onClick: d2[0] || (d2[0] = (e2) => s2("statClick", l2.item.id)), class: "font-medium text-indigo-600 hover:text-indigo-500 cursor-pointer" }, _(l2.item.actionText), 1)])], 512), [[L, l2.item.showFooter]])])], 2)]));
|
|
2376
|
+
} }), ts = { key: 0, class: "overflow-hidden bg-white shadow sm:rounded-lg" }, ls = { class: "px-4 py-5 sm:px-6" }, ns = { class: "text-lg font-medium leading-6 text-gray-900" }, as = { class: "mt-1 max-w-2xl text-sm text-gray-500" }, os = { class: "border-t border-gray-200" }, rs = { class: "text-sm font-medium text-gray-500" }, is = { key: 0, class: "mt-1 text-sm text-gray-900 sm:col-span-2 sm:mt-0 break-normal" }, ss = { key: 1, class: "mt-1 text-sm text-gray-900 sm:col-span-2 sm:mt-0 break-normal" }, ds = ["onClick"], us = { key: 3, class: "mt-1 text-sm text-gray-900 sm:col-span-2 sm:mt-0 break-words" }, cs = { key: 1, class: "overflow-hidden bg-white shadow sm:rounded-lg" }, ps = z('<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), gs = { class: "border-t border-gray-200" }, fs = [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)], ms = { name: "uiStripedCard" }, vs = Object.assign(ms, { props: { title: String, subtitle: String, items: Object, loading: { type: Boolean, default: true } }, emits: ["itemClicked"], setup: (l2, { emit: r2 }) => (r3, s2) => l2.loading ? (e(), a("div", cs, [ps, i("div", gs, [i("dl", null, [(e(), a(k, null, P(5, (e2) => i("div", { key: e2, class: n(["px-4 py-5 sm:grid sm:grid-cols-3 sm:gap-4 sm:px-6", [e2 % 2 == 0 ? "bg-gray-50" : "bg-white"]]) }, fs, 2)), 64))])])])) : (e(), a("div", ts, [i("div", ls, [i("h3", ns, _(l2.title), 1), i("p", as, _(l2.subtitle), 1)]), i("div", os, [i("dl", null, [(e(true), a(k, null, P(l2.items, (s3, d2) => (e(), a("div", { key: d2, class: n(["px-4 py-5 sm:grid sm:grid-cols-3 sm:gap-4 sm:px-6", [d2 % 2 == 0 ? "bg-gray-50" : "bg-white"]]) }, [i("dt", rs, _(s3.title), 1), "tag" === s3.type ? (e(), a("dd", is, [o(ca, { color: s3.color }, { default: T(() => [I(_(s3.text), 1)]), _: 2 }, 1032, ["color"])])) : "tags" === s3.type ? (e(), a("dd", ss, [(e(true), a(k, null, P(s3.tags, (n2, a2) => (e(), t(ca, { loading: l2.loading, key: a2, color: n2.color, class: "mr-2 mb-2" }, { default: T(() => [I(_(n2.text), 1)]), _: 2 }, 1032, ["loading", "color"]))), 128))])) : "link" === s3.type ? (e(), a("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) => r3.$emit("itemClicked", s3.emits) }, _(s3.text), 9, ds)) : (e(), a("dd", us, _(s3.text), 1))], 2))), 128))])])])) }), hs = { 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" }, bs = 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), ys = { class: "ml-2" }, xs = { __name: "tooltip", props: { tip: { type: String, required: true } }, setup: (t2) => (l2, n2) => (e(), a("div", hs, [bs, i("div", null, [o(J, { icon: u(wn), loading: false, color: "white", size: "big" }, null, 8, ["icon"])]), i("span", ys, _(t2.tip), 1)])) }, ws = { key: 0 }, ks = { class: "flex flex-col" }, Ss = { class: "-my-2 overflow-x-auto" }, Cs = { class: "inline-block min-w-full py-2 align-middle px-1" }, Os = { class: "relative overflow-hidden shadow ring-1 ring-black ring-opacity-5 md:rounded-lg" }, Ms = { 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 z-10" }, Ds = ["onClick"], Es = { class: "min-w-full table-fixed divide-y divide-gray-300" }, Ts = { class: "bg-gray-50" }, Is = ["checked", "indeterminate"], _s = ["onMouseover", "onMouseleave"], js = ["onClick"], Ps = { key: 2, class: "group flex items-center uppercase text-xs" }, Rs = { class: "divide-y divide-gray-200 bg-white" }, Bs = { key: 0, class: "absolute inset-y-0 left-0 w-0.5 bg-indigo-600" }, As = ["value"], Ls = ["onClick"], Fs = ["href"], Ns = { key: 3 }, zs = { name: "uiTable" }, $s = Object.assign(zs, { 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: r2 }) {
|
|
2365
2377
|
let c2 = s([]);
|
|
2366
2378
|
s(false);
|
|
2367
2379
|
let p2 = s(void 0);
|
|
2368
|
-
const g2 = r2, f2 = l2, m2 =
|
|
2380
|
+
const g2 = r2, f2 = l2, m2 = d(() => c2.value.length > 0 && c2.value.length < f2.items.length), v2 = (e2, t2) => {
|
|
2369
2381
|
p2 !== e2 && t2 && (p2.value = e2), t2 || (p2.value = void 0);
|
|
2370
2382
|
};
|
|
2371
2383
|
return (r3, s2) => {
|
|
2372
2384
|
var _a2, _b;
|
|
2373
|
-
return l2.loading ? (e(), t(ar, { key: 1 })) : (e(), a("div", ws, [i("div", ks, [i("div", Ss, [i("div", Cs, [i("div", Os, [((_a2 =
|
|
2385
|
+
return l2.loading ? (e(), t(ar, { key: 1 })) : (e(), a("div", ws, [i("div", ks, [i("div", Ss, [i("div", Cs, [i("div", Os, [((_a2 = u(c2)) == null ? void 0 : _a2.length) > 0 && ((_b = l2.actions) == null ? void 0 : _b.length) > 0 ? (e(), a("div", Ms, [(e(true), a(k, null, P(l2.actions, (t2, l3) => (e(), a("button", { onClick: (e2) => g2("tableAction", { action: t2.id, items: u(c2) }), 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, Ds))), 128))])) : R("", true), i("table", Es, [i("thead", Ts, [i("tr", null, [i("th", { scope: "col", class: n([l2.actions ? "px-6 sm:px-8" : "px-3", "relative"]) }, [l2.actions ? (e(), a("input", { key: 0, checked: m2.value || u(c2).length === l2.items.length, indeterminate: m2.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: s2[0] || (s2[0] = (e2) => H(c2) ? c2.value = e2.target.checked ? l2.items.map((e3) => e3.id) : [] : c2 = e2.target.checked ? l2.items.map((e3) => e3.id) : []) }, null, 40, Is)) : R("", true)], 2), (e(true), a(k, null, P(l2.header, (r4, s3) => (e(), a("th", { key: s3, class: "py-3.5 pr-3 text-left font-semibold text-gray-900 flex-wrap relative", scope: "col", onMouseover: (e2) => v2(r4.name, true), onMouseleave: (e2) => v2(r4.name, false) }, [r4.tooltip ? B((e(), t(xs, { key: 0, tip: r4.tooltip }, null, 8, ["tip"])), [[L, u(p2) === r4.name]]) : R("", true), r4.value ? (e(), a("button", { key: 1, class: "group flex items-center uppercase text-xs relative", onClick: (e2) => g2("orderBy", { value: r4.value, orderDirection: "asc" === l2.orderDirection ? "desc" : "asc" }) }, [i("span", null, _(r4.name), 1), i("span", { class: n([[r4.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"]) }, [o(J, { icon: "asc" === l2.orderDirection ? u(pn) : u(vn), loading: l2.loading, color: r4.value === l2.orderedBy ? "white" : "primary" }, null, 8, ["icon", "loading", "color"])], 2)], 8, js)) : (e(), a("p", Ps, [i("span", null, _(r4.name), 1)]))], 40, _s))), 128))])]), i("tbody", Rs, [(e(true), a(k, null, P(l2.items, (o2, r4) => {
|
|
2374
2386
|
var _a3, _b2;
|
|
2375
|
-
return e(), a("tr", { key: o2.id, class: n([
|
|
2387
|
+
return e(), a("tr", { key: o2.id, class: n([u(c2).includes(o2.id) && "bg-gray-50", r4 % 2 == 0 ? void 0 : "bg-gray-50"]) }, [i("td", { class: n([((_a3 = l2.actions) == null ? void 0 : _a3.length) > 0 ? "w-2" : "w-0", "relative"]) }, [u(c2).includes(o2.id) ? (e(), a("div", Bs)) : R("", true), ((_b2 = l2.actions) == null ? void 0 : _b2.length) > 0 ? B((e(), a("input", { key: 1, "onUpdate:modelValue": s2[1] || (s2[1] = (e2) => H(c2) ? c2.value = e2 : c2 = e2), value: o2.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, As)), [[V, u(c2)]]) : R("", true)], 2), (e(true), a(k, null, P(o2.row, (r5, i2) => (e(), a("td", { key: i2, class: n(["whitespace-nowrap py-4 pr-3 text-sm", u(c2).includes(o2.id) ? "text-indigo-600" : "text-gray-900"]) }, ["object" == typeof r5 && "tag" === r5.type ? (e(), t(ca, { key: 0, loading: l2.loading, color: r5.color }, { default: T(() => [I(_(r5.content), 1)]), _: 2 }, 1032, ["loading", "color"])) : "object" == typeof r5 && "link" === r5.type ? (e(), a("span", { key: 1, class: "text-indigo-600 hover:text-indigo-400 cursor-pointer", onClick: (e2) => g2(r5.emits, { id: o2.id, data: (o2 == null ? void 0 : o2.emitWith) || null }) }, _(r5.content), 9, Ls)) : "object" == typeof r5 && "href" === r5.type ? (e(), a("a", { key: 2, class: "text-indigo-600 hover:text-indigo-400 cursor-pointer", href: r5.href, target: "_blank" }, _(r5.content), 9, Fs)) : (e(), a("span", Ns, _(r5), 1))], 2))), 128))], 2);
|
|
2376
2388
|
}), 128))])])])])])])]));
|
|
2377
2389
|
};
|
|
2378
|
-
} }), Vs = { class: "lg:hidden" }, Hs = ["value"], Ys = { class: "hidden lg:block" },
|
|
2390
|
+
} }), Vs = { class: "lg:hidden" }, Hs = ["value"], Ys = { class: "hidden lg:block" }, qs = { class: "border-b border-gray-200" }, Us = { class: "-mb-px flex space-x-8", "aria-label": "Tabs" }, Ws = ["onClick", "aria-current"], Ks = { name: "uiTabs" }, Js = Object.assign(Ks, { props: { tabs: Array }, emits: ["tabClicked"], setup(t2, { emit: l2 }) {
|
|
2379
2391
|
const o2 = l2;
|
|
2380
2392
|
return (l3, r2) => (e(), a("div", null, [i("div", Vs, [i("select", { onChange: r2[0] || (r2[0] = (e2) => {
|
|
2381
2393
|
o2("tabClicked", e2.target.value);
|
|
2382
|
-
}), 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), a(k, null,
|
|
2383
|
-
} }), Gs = { key: 0, class: "bg-white overflow-hidden shadow rounded-lg" }, Zs = { class: "px-4 py-5 sm:px-6" }, Xs = { class: "text-xl font-bold" }, Qs = { class: "px-4 py-5 sm:p-6" },
|
|
2394
|
+
}), 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), a(k, null, P(t2.tabs, (t3) => (e(), a("option", { value: t3.id, key: t3.name }, _(t3.name), 9, Hs))), 128))], 32)]), i("div", Ys, [i("div", qs, [i("nav", Us, [(e(true), a(k, null, P(t2.tabs, (t3) => (e(), a("a", { key: t3.name, onClick: (e2) => o2("tabClicked", t3.id), class: n([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 }, [I(_(t3.name) + " ", 1), t3.count ? (e(), a("span", { key: 0, class: n([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)) : R("", true)], 10, Ws))), 128))])])])]));
|
|
2395
|
+
} }), Gs = { key: 0, class: "bg-white overflow-hidden shadow rounded-lg" }, Zs = { class: "px-4 py-5 sm:px-6" }, Xs = { class: "text-xl font-bold" }, Qs = { class: "px-4 py-5 sm:p-6" }, ed = { class: "flow-root" }, td = { class: "-mb-8", role: "list" }, ld = { class: "relative pb-8" }, nd = { key: 0, class: "absolute left-4 top-4 -ml-px h-full w-0.5 bg-gray-200", "aria-hidden": "true" }, ad = { class: "relative flex space-x-3" }, od = { class: "min-w-0 flex-1 pt-1.5 flex justify-between space-x-4 items-center" }, rd = { class: "text-sm text-gray-500" }, id = ["onClick"], sd = { class: "text-right text-sm whitespace-nowrap text-gray-500" }, dd = ["datetime"], ud = { class: "bg-gray-50 px-4 py-4 sm:px-6 z-10" }, cd = { class: "text-sm" }, pd = { class: "h-full w-full flex items-center justify-center flex-col mb-5" }, gd = i("p", { class: "text-xs uppercase text-gray-300 font-bold" }, "No data", -1), fd = { key: 1, class: "bg-white overflow-hidden shadow rounded-lg" }, md = 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), vd = { class: "px-4 py-5 sm:p-6 animate-pulse" }, hd = { class: "flow-root" }, bd = { class: "-mb-8", role: "list" }, yd = { class: "relative pb-8" }, xd = { key: 0, class: "absolute left-4 top-4 -ml-px h-full w-0.5 bg-gray-200", "aria-hidden": "true" }, wd = z('<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), kd = 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), Sd = { name: "uiTimeline" }, Cd = Object.assign(Sd, { props: { name: { type: String, required: true }, timeline: { type: Object }, loading: { type: Boolean, default: true }, empty: { type: Boolean, default: false } }, setup: (t2) => (l2, r2) => {
|
|
2384
2396
|
const s2 = $("uiIcon");
|
|
2385
|
-
return t2.loading ? (e(), a("div",
|
|
2386
|
-
} }),
|
|
2397
|
+
return t2.loading ? (e(), a("div", fd, [md, i("div", vd, [i("div", hd, [i("ul", bd, [(e(), a(k, null, P(10, (t3) => i("li", { key: l2.index }, [i("div", yd, [10 !== t3 ? (e(), a("span", xd)) : R("", true), wd])])), 64))])])]), kd])) : (e(), a("div", Gs, [i("div", Zs, [i("h1", Xs, _(t2.name), 1)]), B(i("div", Qs, [i("div", ed, [i("ul", td, [(e(true), a(k, null, P(t2.timeline.items, (r3, d2) => (e(), a("li", { key: d2 }, [i("div", ld, [d2 !== t2.timeline.items.length - 1 ? (e(), a("span", nd)) : R("", true), i("div", ad, [i("div", null, [i("span", { class: n([r3.iconBackground, "h-8 w-8 rounded-full flex items-center justify-center ring-4 ring-white"]) }, [o(s2, { loading: t2.loading, icon: r3.icon, "aria-hidden": "true", class: "h-5 w-5 text-white", color: "white" }, null, 8, ["loading", "icon"])], 2)]), i("div", od, [i("div", null, [i("p", rd, [i("a", { onClick: (e2) => l2.$emit("timelineEventClicked", r3.linkId), class: "font-medium text-indigo-600 hover:text-indigo-800 cursor-pointer" }, _(r3.target), 9, id), I(" " + _(r3.content), 1)])]), i("div", sd, [i("time", { datetime: r3.datetime }, _(r3.date), 9, dd)])])])])]))), 128))])])], 512), [[L, !t2.empty]]), B(i("div", ud, [i("div", cd, [i("a", { class: "cursor-pointer font-medium text-indigo-600 hover:text-indigo-500", onClick: r2[0] || (r2[0] = (e2) => l2.$emit("timelineFooterClicked", t2.timeline.id)) }, _(t2.timeline.footerText), 1)])], 512), [[L, !t2.empty]]), B(i("div", pd, [o(J, { icon: u(hn), color: "gray", loading: false, size: "huge" }, null, 8, ["icon"]), gd], 512), [[L, t2.empty]])]));
|
|
2398
|
+
} }), Od = { name: "uiTopbar", props: ["navigation", "logo", "profileMenu", "brand", "accountLogo", "alerted"], components: { Disclosure: Ol, DisclosureButton: Ml, DisclosurePanel: Dl, Menu: Bl, MenuButton: Al, MenuItem: Fl, MenuItems: Ll, Bars3Icon: function(t2, l2) {
|
|
2387
2399
|
return e(), a("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", "stroke-width": "1.5", stroke: "currentColor", "aria-hidden": "true", "data-slot": "icon" }, [i("path", { "stroke-linecap": "round", "stroke-linejoin": "round", d: "M3.75 6.75h16.5M3.75 12h16.5m-16.5 5.25h16.5" })]);
|
|
2388
|
-
}, XMarkIcon: Cn } },
|
|
2389
|
-
const
|
|
2400
|
+
}, XMarkIcon: Cn } }, Md = { class: "mx-auto px-6 lg:px-8" }, Dd = { class: "flex justify-between h-20" }, Ed = { class: "flex" }, Td = { class: "-ml-2 mr-2 flex items-center lg:hidden" }, Id = i("span", { class: "sr-only" }, "Open main menu", -1), _d = ["src"], jd = { class: "flex items-center" }, Pd = { class: "lg:ml-4 lg:flex-shrink-0 lg:flex lg:items-center hidden" }, Rd = { class: "redCircle flex items-center justify-center h-4 w-4 bg-red-500 rounded-full absolute -top-0 -left-1" }, Bd = [i("span", { class: "animate-ping absolute inline-flex h-4 w-4 bg-red-500 rounded-full opacity-75" }, null, -1)], Ad = ["src"], Ld = ["onClick"], Fd = { class: "pt-2 pb-3 space-y-1" }, Nd = ["onClick"], zd = { class: "pt-4 pb-3 border-t border-gray-200" }, $d = { class: "flex items-center px-4 sm:px-6" }, Vd = { class: "flex-shrink-0" }, Hd = ["src"], Yd = { key: 0, class: "ml-3" }, qd = { class: "text-base font-medium text-gray-800" }, Ud = { class: "text-sm font-medium text-gray-500" }, Wd = { class: "mt-3 space-y-1" }, Kd = ["onClick"];
|
|
2401
|
+
const Jd = Vo(Od, [["render", function(l2, r2, s2, d2, u2, c2) {
|
|
2390
2402
|
const p2 = $("Bars3Icon"), g2 = $("XMarkIcon"), f2 = $("DisclosureButton"), m2 = $("MenuButton"), v2 = $("MenuItem"), h2 = $("MenuItems"), b2 = $("Menu"), y2 = $("DisclosurePanel"), x2 = $("Disclosure");
|
|
2391
|
-
return e(), t(x2, { as: "nav", class: "bg-white shadow z-10" }, { default:
|
|
2392
|
-
}]]),
|
|
2403
|
+
return e(), t(x2, { as: "nav", class: "bg-white shadow z-10" }, { default: T(({ open: d3 }) => [i("div", Md, [i("div", Dd, [i("div", Ed, [i("div", Td, [o(f2, { 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: T(() => [Id, d3 ? (e(), t(g2, { key: 1, class: "block h-6 w-6", "aria-hidden": "true" })) : (e(), t(p2, { 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: r2[0] || (r2[0] = (e2) => l2.$emit("topBarClick", "logo")) }, [i("img", { class: "h-10", src: s2.logo, alt: "Hotelinking suite product logo" }, null, 8, _d)])]), i("div", jd, [i("div", Pd, [o(b2, { as: "div", class: "ml-3 relative" }, { default: T(() => [i("div", null, [B(o(m2, { class: "bg-white rounded-full flex text-sm focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500 relative" }, { default: T(() => [B(i("div", Rd, Bd, 512), [[L, s2.alerted]]), i("img", { class: "h-10 w-10 rounded-full", src: s2.accountLogo }, null, 8, Ad)]), _: 1 }, 512), [[L, s2.accountLogo]])]), o(j, { "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: T(() => [o(h2, { 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: T(() => [(e(true), a(k, null, P(s2.profileMenu, (a2) => (e(), t(v2, { key: a2.name }, { default: T(({ active: e2 }) => [i("p", { onClick: (e3) => l2.$emit("topBarClick", a2.id), class: n(["cursor-pointer", [e2 ? "bg-gray-100" : "", "block px-4 py-2 text-sm text-gray-700"]]) }, _(a2.name), 11, Ld)]), _: 2 }, 1024))), 128))]), _: 1 })]), _: 1 })]), _: 1 })])])])]), o(y2, { class: "lg:hidden" }, { default: T(() => [i("div", Fd, [(e(true), a(k, null, P(s2.navigation, (a2) => (e(), t(f2, { as: "template", key: a2.name, class: n(["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": a2.current && true === a2.current, "border-transparent text-gray-500 hover:bg-gray-50 hover:border-gray-300 hover:text-gray-700": !a2.current }]) }, { default: T(() => [i("p", { onClick: (e2) => l2.$emit("topBarClick", a2.id) }, _(a2.name), 9, Nd)]), _: 2 }, 1032, ["class"]))), 128))]), i("div", zd, [i("div", $d, [i("div", Vd, [i("img", { class: "h-10 w-10 rounded-full", src: s2.accountLogo }, null, 8, Hd)]), s2.brand ? (e(), a("div", Yd, [i("div", qd, _(s2.brand.title), 1), i("div", Ud, _(s2.brand.subtitle), 1)])) : R("", true)]), i("div", Wd, [(e(true), a(k, null, P(s2.profileMenu, (n2) => (e(), t(f2, { as: "template", key: n2.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: T(() => [i("p", { onClick: (e2) => l2.$emit("topBarClick", n2.id) }, _(n2.name), 9, Kd)]), _: 2 }, 1024))), 128))])])]), _: 1 })]), _: 1 });
|
|
2404
|
+
}]]), Gd = { chart: { type: "bar", toolbar: { show: false }, zoom: { enabled: false } }, colors: ["#715aff"], dataLabels: { enabled: true, formatter: function(e2, t2) {
|
|
2393
2405
|
return t2.w.globals.labels[t2.dataPointIndex] + ": " + e2;
|
|
2394
|
-
} }, markers: { strokeWidth: 0, size: 4, hover: { size: 8 } }, plotOptions: { bar: { borderRadius: 0, horizontal: true, barHeight: "80%", isFunnel: true } } },
|
|
2395
|
-
const r2 = l2, s2 = t2, c2 =
|
|
2406
|
+
} }, markers: { strokeWidth: 0, size: 4, hover: { size: 8 } }, plotOptions: { bar: { borderRadius: 0, horizontal: true, barHeight: "80%", isFunnel: true } } }, Zd = { class: "chart-header flex flex-row justify-between" }, Xd = { class: "text-sm font-medium text-gray-500 truncate" }, Qd = { class: "chart-content" }, eu = { class: "h-full w-full flex items-center justify-center flex-col" }, tu = i("p", { class: "text-xs uppercase text-gray-300 font-bold" }, "No data", -1), lu = { class: "card chart apex-chart px-4 py-5 bg-white shadow rounded-lg overflow-hidden sm:p-6 flex grow h-80" }, nu = [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)], au = { name: "uiChart" }, ou = Object.assign(au, { 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" }, height: { type: Number, default: 320 } }, emits: ["selectedRange", "chartUpdated", "dataPointSelection"], setup(t2, { emit: l2 }) {
|
|
2407
|
+
const r2 = l2, s2 = t2, c2 = d(() => ({ ...s2.options, ...Gd })), p2 = d(() => s2.series), g2 = () => r2("chartUpdated"), f2 = (e2, t3, l3) => {
|
|
2396
2408
|
r2("dataPointSelection", { id: s2.id, chartContext: t3, config: l3, event: e2 });
|
|
2397
2409
|
};
|
|
2398
|
-
return (l3, r3) => (e(), a(k, null, [B(i("div", { class: n(["h-[" + t2.height + "px]", "card chart apex-chart px-4 py-5 bg-white shadow rounded-lg overflow-hidden sm:p-6 flex grow"]) }, [i("div",
|
|
2399
|
-
} }),
|
|
2410
|
+
return (l3, r3) => (e(), a(k, null, [B(i("div", { class: n(["h-[" + t2.height + "px]", "card chart apex-chart px-4 py-5 bg-white shadow rounded-lg overflow-hidden sm:p-6 flex grow"]) }, [i("div", Zd, [i("div", Xd, _(t2.title), 1), o(Ur, { range: t2.range, onRangeSelected: r3[0] || (r3[0] = (e2) => l3.$emit("selectedRange", { range: e2, chartId: t2.id })) }, null, 8, ["range"])]), B(i("div", Qd, [o(u(q), { type: l3.bar, series: p2.value, width: "100%", height: t2.height, options: c2.value, onUpdated: g2, onMounted: g2, onDataPointSelection: f2 }, null, 8, ["type", "series", "height", "options"])], 512), [[L, !t2.empty]]), B(i("div", eu, [o(J, { icon: u(hn), color: "gray", loading: false, size: "huge" }, null, 8, ["icon"]), tu], 512), [[L, t2.empty]])], 2), [[L, !t2.loading]]), B(i("div", lu, nu, 512), [[L, t2.loading]])], 64));
|
|
2411
|
+
} }), ru = { class: "w-full flex flex-col items-center justify-center p-10 grow" }, iu = { class: "text-2xl mt-4 font-bold" }, su = { class: "buttons flex flex-row items-center justify-center mt-8 gap-x-1" }, du = { __name: "uiNoResults", props: { title: { type: String, required: true }, message: { type: String, required: true }, actions: { type: Array } }, emits: ["action"], setup: (l2, { emit: n2 }) => (n3, r2) => (e(), a("div", ru, [o(J, { loading: false, icon: u(hn), size: "massive", color: "gray" }, null, 8, ["icon"]), i("h2", iu, _(l2.title), 1), i("p", null, _(l2.message), 1), i("div", su, [(e(true), a(k, null, P(l2.actions, (l3, a2) => (e(), t(ee, { key: a2, loading: false, onClick: (e2) => n3.$emit("action", l3.action) }, { default: T(() => [I(_(l3.text), 1)]), _: 2 }, 1032, ["onClick"]))), 128))])])) }, uu = i("div", { class: "fixed inset-0" }, null, -1), cu = { class: "fixed inset-0 overflow-hidden" }, pu = { class: "absolute inset-0 overflow-hidden" }, gu = { class: "pointer-events-none fixed inset-y-0 right-0 flex max-w-full pl-10" }, fu = { class: "flex h-full flex-col overflow-y-scroll bg-white shadow-xl" }, mu = { class: "bg-indigo-700 px-4 py-6 sm:px-6" }, vu = { class: "flex items-center justify-between" }, hu = { class: "ml-3 flex h-7 items-center" }, bu = i("span", { class: "absolute -inset-2.5" }, null, -1), yu = i("span", { class: "sr-only" }, "Close panel", -1), xu = { class: "mt-1" }, wu = { class: "text-sm text-indigo-300" }, ku = { class: "relative flex-1 px-4 py-6 sm:px-6" }, Su = { name: "uiRightSidebar" }, Cu = Object.assign(Su, { props: { title: { type: String, required: true }, description: { type: String }, open: { type: Boolean, default: false } }, emits: ["closeRightBar"], setup(l2, { emit: n2 }) {
|
|
2400
2412
|
const a2 = n2;
|
|
2401
|
-
return (n3, s2) => (e(), t(
|
|
2402
|
-
} }),
|
|
2403
|
-
const r2 = n2,
|
|
2404
|
-
return (n3, s2) => (e(), a("div",
|
|
2413
|
+
return (n3, s2) => (e(), t(u(on), { as: "template", show: l2.open }, { default: T(() => [o(u(bl), { as: "div", class: "relative z-10", onClose: s2[1] || (s2[1] = (e2) => a2("closeRightBar")) }, { default: T(() => [uu, i("div", cu, [i("div", pu, [i("div", gu, [o(u(nn), { as: "template", enter: "transform transition ease-in-out duration-500 sm:duration-700", "enter-from": "translate-x-full", "enter-to": "translate-x-0", leave: "transform transition ease-in-out duration-500 sm:duration-700", "leave-from": "translate-x-0", "leave-to": "translate-x-full" }, { default: T(() => [o(u(yl), { class: "pointer-events-auto w-screen max-w-md" }, { default: T(() => [i("div", fu, [i("div", mu, [i("div", vu, [o(u(xl), { class: "text-base font-semibold leading-6 text-white" }, { default: T(() => [I(_(l2.title), 1)]), _: 1 }), i("div", hu, [i("button", { type: "button", class: "relative rounded-md bg-indigo-700 text-indigo-200 hover:text-white outline-none", onClick: s2[0] || (s2[0] = (e2) => a2("closeRightBar")) }, [bu, yu, o(u(Cn), { class: "h-6 w-6 ring-0", "aria-hidden": "true" })])])]), i("div", xu, [i("p", wu, _(l2.description), 1)])]), i("div", ku, [r(n3.$slots, "default")])])]), _: 3 })]), _: 3 })])])])]), _: 3 })]), _: 3 }, 8, ["show"]));
|
|
2414
|
+
} }), Ou = { class: "uiGallery" }, Mu = { key: 1, role: "list", class: "grid grid-cols-2 gap-x-4 gap-y-8 sm:grid-cols-3 sm:gap-x-4 lg:grid-cols-6" }, Du = { class: "group aspect-h-7 aspect-w-10 block w-full overflow-hidden rounded-lg bg-gray-100 focus-within:ring-2 focus-within:ring-indigo-500 focus-within:ring-offset-2 focus-within:ring-offset-gray-100" }, Eu = ["src"], Tu = ["onClick"], Iu = { class: "pointer-events-none mt-2 block truncate text-sm font-medium text-gray-900" }, _u = { class: "flex items-center justify-between" }, ju = { class: "pointer-events-none block text-sm font-medium text-gray-500" }, Pu = { key: 2, role: "list", class: "grid grid-cols-2 gap-x-4 gap-y-8 sm:grid-cols-3 sm:gap-x-4 lg:grid-cols-6" }, Ru = [i("div", { class: "group aspect-h-7 aspect-w-10 block w-full overflow-hidden rounded-lg bg-gray-200 animate-pulse dark:bg-gray-200 focus-within:ring-2 focus-within:ring-indigo-500 focus-within:ring-offset-2 focus-within:ring-offset-gray-100" }, null, -1), i("p", { class: "animate-pulse h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-28 mt-4" }, null, -1), i("p", { class: "animate-pulse h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-14 mt-2" }, null, -1)], Bu = { name: "uiGallery" }, Au = Object.assign(Bu, { props: { galleryId: String, gallery: Array, loading: Boolean, literals: Object }, setup(l2, { emit: n2 }) {
|
|
2415
|
+
const r2 = n2, d2 = s(false);
|
|
2416
|
+
return (n3, s2) => (e(), a("div", Ou, [l2.loading ? R("", true) : (e(), t(mo, { key: 0, open: d2.value, modalName: "deleteAllImagesModal", title: l2.literals.modalTitle, type: "warning", actions: [{ value: "close", name: l2.literals.closeAction }, { value: `deleteGallery_${l2.galleryId}`, name: l2.literals.deleteAction }], onModalAction: s2[0] || (s2[0] = (e2) => {
|
|
2405
2417
|
var t2;
|
|
2406
|
-
"close" !== (t2 = e2).action ? r2("modalAction", t2) :
|
|
2407
|
-
}) }, { default:
|
|
2408
|
-
} }),
|
|
2418
|
+
"close" !== (t2 = e2).action ? r2("modalAction", t2) : d2.value = false;
|
|
2419
|
+
}) }, { default: T(() => [i("p", null, _(l2.literals.modalText), 1)]), _: 1 }, 8, ["open", "title", "actions"])), l2.loading ? (e(), a("ul", Pu, [(e(), a(k, null, P(4, (e2) => i("li", null, Ru)), 64))])) : (e(), a("ul", Mu, [(e(true), a(k, null, P(l2.gallery, (t2) => (e(), a("li", { key: t2.source, class: "relative" }, [i("div", Du, [i("img", { src: t2.source, alt: "", class: "pointer-events-none object-cover group-hover:opacity-75" }, null, 8, Eu), i("button", { type: "button", class: "absolute inset-0 focus:outline-none", onClick: (e2) => n3.$emit("imgClicked", t2) }, null, 8, Tu)]), i("p", Iu, _(t2.title), 1), i("div", _u, [i("p", ju, _(t2.size), 1), o(J, { class: "cursor-pointer", icon: u(kn), color: "red", loading: false, onClick: (e2) => r2("deleteImage", t2) }, null, 8, ["icon", "onClick"])])]))), 128))])), l2.gallery.length > 0 && !l2.loading ? (e(), t(ee, { key: 3, onClick: s2[1] || (s2[1] = (e2) => d2.value = true), class: "mt-8", loading: false, color: "red", size: "small" }, { default: T(() => [I(_(l2.literals.deleteAllImages), 1)]), _: 1 })) : R("", true)]));
|
|
2420
|
+
} }), Lu = { class: "cursor-move mb-1 relative flex items-center space-x-3 rounded-lg border border-gray-300 bg-white p-4 shadow-sm focus-within:ring-2 focus-within:ring-indigo-500 focus-within:ring-offset-2 hover:border-gray-400" }, Fu = { class: "flex flex-row items-center w-full" }, Nu = { class: "content text-sm grow" }, zu = { class: "font-bold" }, $u = { key: 0 }, Vu = { class: "font-bold text-gray-400" }, Hu = { key: 1, class: "animate-pulse" }, Yu = [z('<div class="h-16 mb-1 relative flex items-center space-x-3 rounded-lg bg-gray-200 dark:bg-gray-300 p-4 shadow-sm"></div><div class="h-16 mb-1 relative flex items-center space-x-3 rounded-lg bg-gray-200 dark:bg-gray-300 p-4 shadow-sm"></div><div class="h-16 mb-1 relative flex items-center space-x-3 rounded-lg bg-gray-200 dark:bg-gray-300 p-4 shadow-sm"></div><div class="h-16 mb-1 relative flex items-center space-x-3 rounded-lg bg-gray-200 dark:bg-gray-300 p-4 shadow-sm"></div><div class="h-16 relative flex items-center space-x-3 rounded-lg bg-gray-200 dark:bg-gray-300 p-4 shadow-sm"></div>', 5)], qu = { name: "uiDragAndDrop" }, Uu = Object.assign(qu, { props: { elements: { type: Array, required: true }, loading: true }, setup(l2) {
|
|
2409
2421
|
const n2 = l2;
|
|
2410
2422
|
let r2 = s(n2.elements);
|
|
2411
2423
|
return p(() => n2.elements, (e2) => {
|
|
2412
2424
|
r2.value = e2;
|
|
2413
|
-
}), (n3, s2) => l2.loading ? (e(), a("div",
|
|
2414
|
-
} }),
|
|
2425
|
+
}), (n3, s2) => l2.loading ? (e(), a("div", Hu, Yu)) : (e(), t(u(U), { key: 0, modelValue: u(r2), "onUpdate:modelValue": s2[0] || (s2[0] = (e2) => H(r2) ? r2.value = e2 : r2 = e2) }, { item: T(({ item: t2 }) => [i("div", Lu, [i("div", Fu, [o(J, { icon: u(dn), loading: false, color: "gray", class: "mr-4", size: "big" }, null, 8, ["icon"]), i("div", Nu, [i("p", zu, _(t2.name), 1), t2.description ? (e(), a("p", $u, _(t2.description), 1)) : R("", true)]), i("div", Vu, _(u(r2).indexOf(t2) + 1), 1)])])]), _: 1 }, 8, ["modelValue"]));
|
|
2426
|
+
} }), Wu = { class: "chart-header flex flex-row justify-between" }, Ku = { class: "text-sm font-medium text-gray-500 truncate" }, Ju = { class: "chart-content" }, Gu = { class: "h-full w-full flex items-center justify-center flex-col" }, Zu = i("p", { class: "text-xs uppercase text-gray-300 font-bold" }, "No data", -1), Xu = { class: "card chart apex-chart px-4 py-5 bg-white shadow rounded-lg overflow-hidden sm:p-6 flex grow h-80" }, Qu = [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)], ec = { name: "uiCircleChart" }, tc = Object.assign(ec, { props: { title: String, id: { type: String, default: "noChartId" }, series: { type: Array, required: true }, labels: { type: Array, required: true }, loading: { type: Boolean, default: true }, empty: { type: Boolean, default: false }, range: { type: String, default: "24h" }, height: { type: Number, default: 320 } }, emits: ["selectedRange", "chartUpdated", "dataPointSelection"], setup(t2, { emit: l2 }) {
|
|
2415
2427
|
const r2 = l2, s2 = t2;
|
|
2416
2428
|
let c2 = { labels: s2.labels, chart: { toolbar: { show: false }, zoom: { enabled: false } }, colors: ["#715aff", "#00ffff", "#aba9ba"], stroke: { show: true, curve: "stepline", lineCap: "butt", width: 1, dashArray: 0 }, dataLabels: { enabled: true, dropShadow: { enabled: false } } };
|
|
2417
|
-
const p2 =
|
|
2429
|
+
const p2 = d(() => s2.series), g2 = d(() => ({ ...c2, ...s2.options })), f2 = () => r2("chartUpdated"), m2 = (e2, t3, l3) => {
|
|
2418
2430
|
r2("dataPointSelection", { id: s2.id, chartContext: t3, config: l3, event: e2 });
|
|
2419
2431
|
};
|
|
2420
|
-
return (l3, r3) => (e(), a(k, null, [B(i("div", { class: n(["h-[" + t2.height + "px]", "card chart apex-chart px-4 py-5 bg-white shadow rounded-lg overflow-hidden sm:p-6 flex grow"]) }, [i("div",
|
|
2432
|
+
return (l3, r3) => (e(), a(k, null, [B(i("div", { class: n(["h-[" + t2.height + "px]", "card chart apex-chart px-4 py-5 bg-white shadow rounded-lg overflow-hidden sm:p-6 flex grow"]) }, [i("div", Wu, [i("div", Ku, _(t2.title), 1), o(Ur, { range: t2.range, onRangeSelected: r3[0] || (r3[0] = (e2) => l3.$emit("selectedRange", { range: e2, chartId: t2.id })) }, null, 8, ["range"])]), B(i("div", Ju, [o(u(q), { class: "flex items-center justify-center", type: "donut", series: p2.value, options: g2.value, height: t2.height, onUpdated: f2, onMounted: f2, onDataPointSelection: m2 }, null, 8, ["series", "options", "height"])], 512), [[L, !t2.empty]]), B(i("div", Gu, [o(J, { icon: u(hn), color: "gray", loading: false, size: "huge" }, null, 8, ["icon"]), Zu], 512), [[L, t2.empty]])], 2), [[L, !t2.loading]]), B(i("div", Xu, Qu, 512), [[L, t2.loading]])], 64));
|
|
2421
2433
|
} }), lc = { key: 0, class: "flex flex-col lg:flex-row w-full gap-y-4 gap-x-2" }, nc = { key: 1, class: "flex flex-col lg:flex-row w-full gap-y-4 gap-x-2" }, ac = { name: "uiDateRange" }, oc = Object.assign(ac, { props: { id: { type: String, required: true }, loading: { type: Boolean, default: true }, literals: { type: Object, required: true }, color: String, values: { type: Object, default: () => ({ from: "", to: "" }) }, error: String, disabled: Boolean, label: String }, setup(t2) {
|
|
2422
2434
|
let l2 = O({ from: void 0, to: void 0 });
|
|
2423
|
-
return (r2, i2) => t2.loading ? (e(), a("div", nc, [o($n, { loading: true }), o($n, { loading: true }), o(ee, { loading: true }, { default:
|
|
2424
|
-
} }), rc = { class: "flex justify-between items-center" }, ic = { key: 0, class: "block text-sm font-medium text-gray-700" }, sc = { key: 1, class: "text-[10px] text-gray-500 uppercase justify-self-end" },
|
|
2425
|
-
const r2 = o2,
|
|
2426
|
-
return (o3, s2) => (e(), a("div", null, [i("div", rc, [l2.label ? (e(), a("label", ic, _(l2.label), 1)) : R("", true), l2.optional ? (e(), a("span", sc, _(l2.optional), 1)) : R("", true)]), i("div", { class: n([{ "mt-1": l2.label }, "pt-16 px-6 pb-6 bg-gray-50 border border-gray-300 rounded-lg shadow-sm"]) }, [l2.loading ? (e(), a("p",
|
|
2427
|
-
} }), pc = { class: "mt-1 mb-8 text-sm text-gray-500" }, gc = { name: "uiSectionTitle" }, fc = {
|
|
2428
|
-
Object.keys(
|
|
2429
|
-
e2.component(t2,
|
|
2435
|
+
return (r2, i2) => t2.loading ? (e(), a("div", nc, [o($n, { loading: true }), o($n, { loading: true }), o(ee, { loading: true }, { default: T(() => [I("Search")]), _: 1 })])) : (e(), a("div", lc, [o($n, { type: "date", loading: false, addOn: t2.literals.from, name: `dateFrom_${t2.id}`, color: t2.color, value: t2.values.from, error: t2.error, disabled: t2.disabled, label: t2.label, onInputChanged: i2[0] || (i2[0] = (e2) => u(l2).from = e2.value) }, null, 8, ["addOn", "name", "color", "value", "error", "disabled", "label"]), o($n, { type: "date", loading: false, class: n([{ "mt-6": t2.label }]), addOn: t2.literals.to, name: `dateTo_${t2.id}`, color: t2.color, value: t2.values.to, error: t2.error, disabled: t2.disabled, onInputChanged: i2[1] || (i2[1] = (e2) => u(l2).to = e2.value) }, null, 8, ["class", "addOn", "name", "color", "value", "error", "disabled"]), o(ee, { disabled: t2.disabled, color: "primary", loading: false, class: n([{ "mt-6": t2.label }, "h-10"]), onClick: i2[2] || (i2[2] = (e2) => r2.$emit("uiDateRangeButtonClicked", u(l2))) }, { default: T(() => [I(_(t2.literals.search), 1)]), _: 1 }, 8, ["disabled", "class"])]));
|
|
2436
|
+
} }), rc = { class: "flex justify-between items-center" }, ic = { key: 0, class: "block text-sm font-medium text-gray-700" }, sc = { key: 1, class: "text-[10px] text-gray-500 uppercase justify-self-end" }, dc = { key: 1, class: "h-2 animate-pulse bg-gray-200 rounded-full dark:bg-gray-300 w-full" }, uc = { name: "uiRangeSlider" }, cc = Object.assign(uc, { props: { loading: { type: Boolean, default: true }, disabled: { type: Boolean, default: false }, min: Number, max: Number, sliderValue: [Array, Number], label: String, optional: String }, emits: ["sliderUpdated"], setup(l2, { emit: o2 }) {
|
|
2437
|
+
const r2 = o2, d2 = s(l2.sliderValue);
|
|
2438
|
+
return (o3, s2) => (e(), a("div", null, [i("div", rc, [l2.label ? (e(), a("label", ic, _(l2.label), 1)) : R("", true), l2.optional ? (e(), a("span", sc, _(l2.optional), 1)) : R("", true)]), i("div", { class: n([{ "mt-1": l2.label }, "pt-16 px-6 pb-6 bg-gray-50 border border-gray-300 rounded-lg shadow-sm"]) }, [l2.loading ? (e(), a("p", dc)) : (e(), t(u(W), { key: 0, modelValue: d2.value, "onUpdate:modelValue": s2[0] || (s2[0] = (e2) => d2.value = e2), min: l2.min, max: l2.max, disabled: l2.disabled, onChange: s2[1] || (s2[1] = (e2) => r2("sliderUpdated", e2)), classes: { base: "w-full h-full relative z-1 bg-gray-300 rounded", tooltip: "absolute block text-sm font-semibold whitespace-nowrap py-1 px-1.5 min-w-5 text-center text-white rounded border border-indigo-600 bg-indigo-600 transform h:-translate-x-1/2 h:left-1/2 v:-translate-y-1/2 v:top-1/2 slider-disabled:bg-gray-400 slider-disabled:border-gray-400 merge-h:translate-x-1/2 merge-h:left-auto merge-v:-translate-x-4 merge-v:top-auto tt-focus:hidden tt-focused:block tt-drag:hidden tt-dragging:block" } }, null, 8, ["modelValue", "min", "max", "disabled"]))], 2)]));
|
|
2439
|
+
} }), pc = { class: "mt-1 mb-8 text-sm text-gray-500" }, gc = { name: "uiSectionTitle" }, fc = Object.assign(gc, { props: { title: { type: String, required: true }, description: { type: String, default: void 0 } }, setup: (t2) => (l2, o2) => (e(), a(k, null, [i("h3", { class: n(["text-lg font-medium leading-6 text-gray-900", { "mb-8": void 0 === t2.description }]) }, _(t2.title), 3), i("p", pc, _(t2.description), 1)], 64)) }), mc = { key: 0, class: "col-span-1 flex flex-col divide-y divide-gray-200 rounded-lg bg-white text-center shadow" }, vc = { class: "flex flex-1 flex-col p-8" }, hc = { class: "text-2xl font-bold text-gray-900" }, bc = { class: "mt-1 flex flex-grow flex-col justify-between" }, yc = { class: "mt-3 flex flex-wrap gap-x-1 gap-y-1 justify-center" }, xc = { key: 1, class: "col-span-1 flex flex-col divide-y divide-gray-200 rounded-lg bg-white text-center shadow" }, wc = { class: "flex flex-1 flex-col p-8" }, kc = { class: "rounded-md p-3 flex items-center justify-center mx-auto mb-4 bg-gray-200" }, Sc = i("div", { class: "h-4 bg-gray-200 rounded-full dark:bg-gray-300 w-1/3 mx-auto" }, null, -1), Cc = { class: "mt-1 flex flex-grow flex-col justify-between" }, Oc = { class: "mt-3 flex flex-wrap gap-x-1 gap-y-1 justify-center" }, Mc = { name: "uiDeviceStatus" }, Dc = Object.assign(Mc, { props: { id: { type: String, required: true }, name: { type: String, required: true }, icon: { type: Function, required: true }, color: String, qty: Number, tags: Array, loading: { type: Boolean, default: true } }, setup: (l2) => (r2, s2) => l2.loading ? (e(), a("div", xc, [i("div", wc, [i("div", kc, [o(J, { icon: l2.icon, size: "huge", class: "text-white", "aria-hidden": "true", loading: l2.loading }, null, 8, ["icon", "loading"])]), Sc, i("dl", Cc, [i("dd", Oc, [(e(true), a(k, null, P(l2.tags, (n2, a2) => (e(), t(ca, { key: a2, loading: l2.loading, event: n2.event, color: n2.color, onTagEvent: s2[2] || (s2[2] = (e2) => r2.$emit("deviceStatusTagClicked", e2)) }, { default: T(() => [I(_(n2.name), 1)]), _: 2 }, 1032, ["loading", "event", "color"]))), 128))])])])])) : (e(), a("div", mc, [i("div", vc, [i("div", { class: n(["rounded-md p-3 flex items-center justify-center mx-auto mb-4", { "bg-green-500": !l2.color || "success" === l2.color, "bg-red-500": "danger" === l2.color, "bg-yellow-500": "warning" === l2.color }]) }, [o(J, { icon: l2.icon, size: "huge", class: "text-white", "aria-hidden": "true", loading: false }, null, 8, ["icon"])], 2), i("h3", hc, [I(_(l2.name) + " ", 1), B(i("span", { class: "text-indigo-600 hover:text-indigo-900 cursor-pointer", onClick: s2[0] || (s2[0] = (e2) => r2.$emit("deviceStatusQtyClicked", l2.id)) }, "(" + _(l2.qty) + ")", 513), [[L, l2.qty]])]), i("dl", bc, [i("dd", yc, [(e(true), a(k, null, P(l2.tags, (l3, n2) => (e(), t(ca, { key: n2, loading: false, event: l3.event, color: l3.color, onTagEvent: s2[1] || (s2[1] = (e2) => r2.$emit("deviceStatusTagClicked", e2)) }, { default: T(() => [I(_(l3.name), 1)]), _: 2 }, 1032, ["event", "color"]))), 128))])])])])) }), Ec = { uiButton: ee, uiIcon: J, uiCheckbox: de, uiDropdown: In, uiInput: $n, uiInputFile: la, uiSelect: ia, uiTag: ca, uiTextArea: ba, uiToggle: Ca, uiAlert: Ba, uiBreadcrumbs: qa, uiCard: eo, uiFilter: lo, uiModal: mo, uiNotification: Do, uiTaskList: zo, uiPriceCalendar: Hr, uiChart: ti, uiFooter: oi, uiLoadingScreen: si, uiPagination: Ci, uiSidebar: zi, uiStats: es, uiStripedCard: vs, uiTable: $s, uiTabs: Js, uiTimeline: Cd, uiTopbar: Jd, uiFunnelChartV2: ou, uiNoResults: du, uiRightSidebar: Cu, uiGallery: Au, uiDragAndDrop: Uu, uiCircleChart: tc, uiDateRange: oc, uiRangeSlider: cc, uiSectionTitle: fc, uiDeviceStatus: Dc }, Tc = { install(e2) {
|
|
2440
|
+
Object.keys(Ec).forEach((t2) => {
|
|
2441
|
+
e2.component(t2, Ec[t2]);
|
|
2430
2442
|
});
|
|
2431
2443
|
} };
|
|
2432
2444
|
export {
|
|
2433
|
-
|
|
2445
|
+
Tc as default
|
|
2434
2446
|
};
|