@hotelinking/ui 5.38.4 → 5.39.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +5 -1
- package/dist/ui.es.js +325 -320
- package/dist/ui.umd.cjs +1 -1
- package/package.json +1 -1
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 T, withCtx as E, 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;
|
|
@@ -140,7 +140,7 @@ class we {
|
|
|
140
140
|
const l2 = this.isScrolling;
|
|
141
141
|
this.isScrolling = t2, this.notify(l2 !== t2, t2);
|
|
142
142
|
})));
|
|
143
|
-
}, this.getSize = () => this.scrollRect[this.options.horizontal ? "width" : "height"], this.getMeasurementOptions =
|
|
143
|
+
}, 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
144
|
const l2 = /* @__PURE__ */ new Map(), n2 = /* @__PURE__ */ new Map();
|
|
145
145
|
for (let a2 = t2 - 1; a2 >= 0; a2--) {
|
|
146
146
|
const t3 = e3[a2];
|
|
@@ -151,22 +151,22 @@ class we {
|
|
|
151
151
|
break;
|
|
152
152
|
}
|
|
153
153
|
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 =
|
|
154
|
+
}, this.getMeasurements = ue(() => [this.getMeasurementOptions(), this.itemSizeCache], ({ count: e3, paddingStart: t2, scrollMargin: l2, getItemKey: n2 }, a2) => {
|
|
155
155
|
const o2 = this.pendingMeasuredCacheIndexes.length > 0 ? Math.min(...this.pendingMeasuredCacheIndexes) : 0;
|
|
156
156
|
this.pendingMeasuredCacheIndexes = [];
|
|
157
157
|
const r2 = this.measurementsCache.slice(0, o2);
|
|
158
158
|
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:
|
|
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, d2 = a2.get(e4), u2 = "number" == typeof d2 ? d2 : this.options.estimateSize(i2), c2 = s2 + u2, p2 = o3 ? o3.lane : i2 % this.options.lanes;
|
|
160
|
+
r2[i2] = { index: i2, start: s2, size: u2, end: c2, key: e4, lane: p2 };
|
|
161
161
|
}
|
|
162
162
|
return this.measurementsCache = r2, r2;
|
|
163
|
-
}, { key: "production" !== process.env.NODE_ENV && "getMeasurements", debug: () => this.options.debug }), this.calculateRange =
|
|
163
|
+
}, { 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
164
|
const n2 = e4.length - 1, a2 = (t4) => e4[t4].start, o2 = ke(0, n2, a2, l3);
|
|
165
165
|
let r2 = o2;
|
|
166
166
|
for (; r2 < n2 && e4[r2].end < l3 + t3; )
|
|
167
167
|
r2++;
|
|
168
168
|
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 =
|
|
169
|
+
}({ 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
170
|
const t2 = this.options.indexAttribute, l2 = e3.getAttribute(t2);
|
|
171
171
|
return l2 ? parseInt(l2, 10) : (console.warn(`Missing attribute name '${t2}={index}' on measured element.`), -1);
|
|
172
172
|
}, this._measureElement = (e3, t2) => {
|
|
@@ -184,7 +184,7 @@ class we {
|
|
|
184
184
|
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
185
|
}, this.measureElement = (e3) => {
|
|
186
186
|
e3 && this._measureElement(e3, void 0);
|
|
187
|
-
}, this.getVirtualItems =
|
|
187
|
+
}, this.getVirtualItems = ue(() => [this.getIndexes(), this.getMeasurements()], (e3, t2) => {
|
|
188
188
|
const l2 = [];
|
|
189
189
|
for (let n2 = 0, a2 = e3.length; n2 < a2; n2++) {
|
|
190
190
|
const a3 = t2[e3[n2]];
|
|
@@ -259,20 +259,20 @@ const ke = (e2, t2, l2, n2) => {
|
|
|
259
259
|
};
|
|
260
260
|
function Se(e2) {
|
|
261
261
|
return function(e3) {
|
|
262
|
-
const t2 = new we(
|
|
263
|
-
return p(() =>
|
|
262
|
+
const t2 = new we(u(e3)), l2 = c(t2), n2 = t2._didMount();
|
|
263
|
+
return p(() => u(e3).getScrollElement(), (e4) => {
|
|
264
264
|
e4 && t2._willUpdate();
|
|
265
|
-
}, { immediate: true }), p(() =>
|
|
265
|
+
}, { immediate: true }), p(() => u(e3), (e4) => {
|
|
266
266
|
t2.setOptions({ ...e4, onChange: (t3, n3) => {
|
|
267
267
|
var a2;
|
|
268
268
|
g(l2), null == (a2 = e4.onChange) || a2.call(e4, t3, n3);
|
|
269
269
|
} }), t2._willUpdate(), g(l2);
|
|
270
270
|
}, { immediate: true }), f(n2), l2;
|
|
271
|
-
}(
|
|
271
|
+
}(d(() => ({ observeElementRect: me, observeElementOffset: be, scrollToFn: xe, ...u(e2) })));
|
|
272
272
|
}
|
|
273
273
|
function Ce(e2, t2, l2) {
|
|
274
|
-
let n2 = s(null == l2 ? void 0 : l2.value), a2 =
|
|
275
|
-
return [
|
|
274
|
+
let n2 = s(null == l2 ? void 0 : l2.value), a2 = d(() => void 0 !== e2.value);
|
|
275
|
+
return [d(() => a2.value ? e2.value : n2.value), function(e3) {
|
|
276
276
|
return a2.value || (n2.value = e3), null == t2 ? void 0 : t2(e3);
|
|
277
277
|
}];
|
|
278
278
|
}
|
|
@@ -338,16 +338,16 @@ function _e(e2) {
|
|
|
338
338
|
let l2 = null != (t2 = e2.value.$el) ? t2 : e2.value;
|
|
339
339
|
return l2 instanceof Node ? l2 : null;
|
|
340
340
|
}
|
|
341
|
-
function
|
|
341
|
+
function je(e2, t2, ...l2) {
|
|
342
342
|
if (e2 in t2) {
|
|
343
343
|
let n3 = t2[e2];
|
|
344
344
|
return "function" == typeof n3 ? n3(...l2) : n3;
|
|
345
345
|
}
|
|
346
346
|
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,
|
|
347
|
+
throw Error.captureStackTrace && Error.captureStackTrace(n2, je), n2;
|
|
348
348
|
}
|
|
349
|
-
var
|
|
350
|
-
t3 in e3 ?
|
|
349
|
+
var Pe = Object.defineProperty, Re = (e2, t2, l2) => (((e3, t3, l3) => {
|
|
350
|
+
t3 in e3 ? Pe(e3, t3, { enumerable: true, configurable: true, writable: true, value: l3 }) : e3[t3] = l3;
|
|
351
351
|
})(e2, "symbol" != typeof t2 ? t2 + "" : t2, l2), l2);
|
|
352
352
|
let Be = new class {
|
|
353
353
|
constructor() {
|
|
@@ -392,7 +392,7 @@ function $e(e2 = document.body) {
|
|
|
392
392
|
var Ve = ((e2) => (e2[e2.Strict = 0] = "Strict", e2[e2.Loose = 1] = "Loose", e2))(Ve || {});
|
|
393
393
|
function He(e2, t2 = 0) {
|
|
394
394
|
var l2;
|
|
395
|
-
return e2 !== (null == (l2 = Ae(e2)) ? void 0 : l2.body) &&
|
|
395
|
+
return e2 !== (null == (l2 = Ae(e2)) ? void 0 : l2.body) && je(t2, { 0: () => e2.matches(Le), 1() {
|
|
396
396
|
let t3 = e2;
|
|
397
397
|
for (; null !== t3; ) {
|
|
398
398
|
if (t3.matches(Le))
|
|
@@ -405,11 +405,11 @@ function He(e2, t2 = 0) {
|
|
|
405
405
|
function Ye(e2) {
|
|
406
406
|
let t2 = Ae(e2);
|
|
407
407
|
h(() => {
|
|
408
|
-
t2 && !He(t2.activeElement, 0) &&
|
|
408
|
+
t2 && !He(t2.activeElement, 0) && Ue(e2);
|
|
409
409
|
});
|
|
410
410
|
}
|
|
411
|
-
var
|
|
412
|
-
function
|
|
411
|
+
var qe = ((e2) => (e2[e2.Keyboard = 0] = "Keyboard", e2[e2.Mouse = 1] = "Mouse", e2))(qe || {});
|
|
412
|
+
function Ue(e2) {
|
|
413
413
|
null == e2 || e2.focus({ preventScroll: true });
|
|
414
414
|
}
|
|
415
415
|
"undefined" != typeof window && "undefined" != typeof document && (document.addEventListener("keydown", (e2) => {
|
|
@@ -431,13 +431,13 @@ function Je(e2, t2, { sorted: l2 = true, relativeTo: n2 = null, skipElements: a2
|
|
|
431
431
|
var o2;
|
|
432
432
|
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
433
|
a2.length > 0 && i2.length > 1 && (i2 = i2.filter((e3) => !a2.includes(e3))), n2 = null != n2 ? n2 : r2.activeElement;
|
|
434
|
-
let s2,
|
|
434
|
+
let s2, d2 = (() => {
|
|
435
435
|
if (5 & t2)
|
|
436
436
|
return 1;
|
|
437
437
|
if (10 & t2)
|
|
438
438
|
return -1;
|
|
439
439
|
throw new Error("Missing Focus.First, Focus.Previous, Focus.Next or Focus.Last");
|
|
440
|
-
})(),
|
|
440
|
+
})(), u2 = (() => {
|
|
441
441
|
if (1 & t2)
|
|
442
442
|
return 0;
|
|
443
443
|
if (2 & t2)
|
|
@@ -451,7 +451,7 @@ function Je(e2, t2, { sorted: l2 = true, relativeTo: n2 = null, skipElements: a2
|
|
|
451
451
|
do {
|
|
452
452
|
if (p2 >= g2 || p2 + g2 <= 0)
|
|
453
453
|
return 0;
|
|
454
|
-
let e3 =
|
|
454
|
+
let e3 = u2 + p2;
|
|
455
455
|
if (16 & t2)
|
|
456
456
|
e3 = (e3 + g2) % g2;
|
|
457
457
|
else {
|
|
@@ -460,7 +460,7 @@ function Je(e2, t2, { sorted: l2 = true, relativeTo: n2 = null, skipElements: a2
|
|
|
460
460
|
if (e3 >= g2)
|
|
461
461
|
return 1;
|
|
462
462
|
}
|
|
463
|
-
s2 = i2[e3], null == s2 || s2.focus(c2), p2 +=
|
|
463
|
+
s2 = i2[e3], null == s2 || s2.focus(c2), p2 += d2;
|
|
464
464
|
} while (s2 !== r2.activeElement);
|
|
465
465
|
return 6 & t2 && function(e3) {
|
|
466
466
|
var t3, l3;
|
|
@@ -483,7 +483,7 @@ function Qe(e2, t2, l2) {
|
|
|
483
483
|
window.addEventListener(e2, t2, l2), n2(() => window.removeEventListener(e2, t2, l2));
|
|
484
484
|
});
|
|
485
485
|
}
|
|
486
|
-
function et(e2, t2, l2 =
|
|
486
|
+
function et(e2, t2, l2 = d(() => true)) {
|
|
487
487
|
function n2(n3, a3) {
|
|
488
488
|
if (!l2.value || n3.defaultPrevented)
|
|
489
489
|
return;
|
|
@@ -558,39 +558,39 @@ function st({ visible: e2 = true, features: t2 = 0, ourProps: l2, theirProps: n2
|
|
|
558
558
|
var o2;
|
|
559
559
|
let r2 = ct(n2, l2), i2 = Object.assign(a2, { props: r2 });
|
|
560
560
|
if (e2 || 2 & t2 && r2.static)
|
|
561
|
-
return
|
|
561
|
+
return dt(i2);
|
|
562
562
|
if (1 & t2) {
|
|
563
|
-
return
|
|
563
|
+
return je(null == (o2 = r2.unmount) || o2 ? 0 : 1, { 0: () => null, 1: () => dt({ ...a2, props: { ...r2, hidden: true, style: { display: "none" } } }) });
|
|
564
564
|
}
|
|
565
|
-
return
|
|
565
|
+
return dt(i2);
|
|
566
566
|
}
|
|
567
|
-
function
|
|
567
|
+
function dt({ props: e2, attrs: t2, slots: l2, slot: n2, name: a2 }) {
|
|
568
568
|
var o2, r2;
|
|
569
|
-
let { as: i2, ...s2 } = gt(e2, ["unmount", "static"]),
|
|
569
|
+
let { as: i2, ...s2 } = gt(e2, ["unmount", "static"]), d2 = null == (o2 = l2.default) ? void 0 : o2.call(l2, n2), u2 = {};
|
|
570
570
|
if (n2) {
|
|
571
571
|
let e3 = false, t3 = [];
|
|
572
572
|
for (let [l3, a3] of Object.entries(n2))
|
|
573
573
|
"boolean" == typeof a3 && (e3 = true), true === a3 && t3.push(l3);
|
|
574
|
-
e3 && (
|
|
574
|
+
e3 && (u2["data-headlessui-state"] = t3.join(" "));
|
|
575
575
|
}
|
|
576
576
|
if ("template" === i2) {
|
|
577
|
-
if (
|
|
578
|
-
let [e3, ...l3] = null !=
|
|
577
|
+
if (d2 = ut(null != d2 ? d2 : []), Object.keys(s2).length > 0 || Object.keys(t2).length > 0) {
|
|
578
|
+
let [e3, ...l3] = null != d2 ? d2 : [];
|
|
579
579
|
if (!function(e4) {
|
|
580
580
|
return null != e4 && ("string" == typeof e4.type || "object" == typeof e4.type || "function" == typeof e4.type);
|
|
581
581
|
}(e3) || l3.length > 0)
|
|
582
582
|
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,
|
|
583
|
+
let n3 = ct(null != (r2 = e3.props) ? r2 : {}, s2, u2), o3 = x(e3, n3, true);
|
|
584
584
|
for (let e4 in n3)
|
|
585
585
|
e4.startsWith("on") && (o3.props || (o3.props = {}), o3.props[e4] = n3[e4]);
|
|
586
586
|
return o3;
|
|
587
587
|
}
|
|
588
|
-
return Array.isArray(
|
|
588
|
+
return Array.isArray(d2) && 1 === d2.length ? d2[0] : d2;
|
|
589
589
|
}
|
|
590
|
-
return w(i2, Object.assign({}, s2,
|
|
590
|
+
return w(i2, Object.assign({}, s2, u2), { default: () => d2 });
|
|
591
591
|
}
|
|
592
|
-
function
|
|
593
|
-
return e2.flatMap((e3) => e3.type === k ?
|
|
592
|
+
function ut(e2) {
|
|
593
|
+
return e2.flatMap((e3) => e3.type === k ? ut(e3.children) : [e3]);
|
|
594
594
|
}
|
|
595
595
|
function ct(...e2) {
|
|
596
596
|
if (0 === e2.length)
|
|
@@ -710,28 +710,28 @@ function Dt(e2, t2, l2) {
|
|
|
710
710
|
}
|
|
711
711
|
var Tt = ((e2) => (e2[e2.Open = 0] = "Open", e2[e2.Closed = 1] = "Closed", e2))(Tt || {}), Et = ((e2) => (e2[e2.Single = 0] = "Single", e2[e2.Multi = 1] = "Multi", e2))(Et || {}), It = ((e2) => (e2[e2.Pointer = 0] = "Pointer", e2[e2.Focus = 1] = "Focus", e2[e2.Other = 2] = "Other", e2))(It || {});
|
|
712
712
|
let _t = Symbol("ComboboxContext");
|
|
713
|
-
function
|
|
713
|
+
function jt(e2) {
|
|
714
714
|
let t2 = v(_t, null);
|
|
715
715
|
if (null === t2) {
|
|
716
716
|
let t3 = new Error(`<${e2} /> is missing a parent <Combobox /> component.`);
|
|
717
|
-
throw Error.captureStackTrace && Error.captureStackTrace(t3,
|
|
717
|
+
throw Error.captureStackTrace && Error.captureStackTrace(t3, jt), t3;
|
|
718
718
|
}
|
|
719
719
|
return t2;
|
|
720
720
|
}
|
|
721
|
-
let
|
|
722
|
-
let l2 =
|
|
721
|
+
let Pt = Symbol("VirtualContext"), Rt = S({ name: "VirtualProvider", setup(e2, { slots: t2 }) {
|
|
722
|
+
let l2 = jt("VirtualProvider"), n2 = d(() => {
|
|
723
723
|
let e3 = _e(l2.optionsRef);
|
|
724
724
|
if (!e3)
|
|
725
725
|
return { start: 0, end: 0 };
|
|
726
726
|
let t3 = window.getComputedStyle(e3);
|
|
727
727
|
return { start: parseFloat(t3.paddingBlockStart || t3.paddingTop), end: parseFloat(t3.paddingBlockEnd || t3.paddingBottom) };
|
|
728
|
-
}), a2 = Se(
|
|
728
|
+
}), 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
729
|
var e3;
|
|
730
730
|
return null == (e3 = l2.virtual.value) ? void 0 : e3.options;
|
|
731
731
|
}), r2 = s(0);
|
|
732
732
|
return p([o2], () => {
|
|
733
733
|
r2.value += 1;
|
|
734
|
-
}), C(
|
|
734
|
+
}), C(Pt, l2.virtual.value ? a2 : null), () => [w("div", { style: { position: "relative", width: "100%", height: `${a2.value.getTotalSize()}px` }, ref: (e3) => {
|
|
735
735
|
if (e3) {
|
|
736
736
|
if ("undefined" != typeof process && void 0 !== process.env.JEST_WORKER_ID || 0 === l2.activationTrigger.value)
|
|
737
737
|
return;
|
|
@@ -739,27 +739,27 @@ let jt = Symbol("VirtualContext"), Rt = S({ name: "VirtualProvider", setup(e2, {
|
|
|
739
739
|
}
|
|
740
740
|
} }, 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
741
|
} }), 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),
|
|
742
|
+
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
743
|
function h2(e3 = (e4) => e4) {
|
|
744
744
|
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
745
|
return -1 === a3 && (a3 = null), { options: n3, activeOptionIndex: a3 };
|
|
746
746
|
}
|
|
747
|
-
let b2 =
|
|
747
|
+
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)), T2 = d(() => void 0 === S2.value ? je(b2.value, { 1: [], 0: void 0 }) : S2.value), E2 = null, I2 = null;
|
|
748
748
|
function _2(e3) {
|
|
749
|
-
return
|
|
750
|
-
let t3 = M(
|
|
749
|
+
return je(b2.value, { 0: () => null == D2 ? void 0 : D2(e3), 1: () => {
|
|
750
|
+
let t3 = M(P2.value.value).slice(), l3 = M(e3), n3 = t3.findIndex((e4) => P2.compare(l3, M(e4)));
|
|
751
751
|
return -1 === n3 ? t3.push(l3) : t3.splice(n3, 1), null == D2 ? void 0 : D2(t3);
|
|
752
752
|
} });
|
|
753
753
|
}
|
|
754
|
-
let
|
|
754
|
+
let j2 = d(() => {
|
|
755
755
|
});
|
|
756
|
-
p([
|
|
757
|
-
if (
|
|
756
|
+
p([j2], ([e3], [t3]) => {
|
|
757
|
+
if (P2.virtual.value && e3 && t3 && null !== f2.value) {
|
|
758
758
|
let l3 = e3.indexOf(t3[f2.value]);
|
|
759
759
|
f2.value = -1 !== l3 ? l3 : null;
|
|
760
760
|
}
|
|
761
761
|
});
|
|
762
|
-
let
|
|
762
|
+
let P2 = { comboboxState: a2, value: T2, mode: b2, compare(t3, l3) {
|
|
763
763
|
if ("string" == typeof e2.by) {
|
|
764
764
|
let n3 = e2.by;
|
|
765
765
|
return (null == t3 ? void 0 : t3[n3]) === (null == l3 ? void 0 : l3[n3]);
|
|
@@ -767,14 +767,14 @@ let jt = Symbol("VirtualContext"), Rt = S({ name: "VirtualProvider", setup(e2, {
|
|
|
767
767
|
return null === e2.by ? /* @__PURE__ */ function(e3, t4) {
|
|
768
768
|
return e3 === t4;
|
|
769
769
|
}(t3, l3) : e2.by(t3, l3);
|
|
770
|
-
}, calculateIndex: (t3) =>
|
|
770
|
+
}, 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
771
|
D2(e3);
|
|
772
|
-
}, activeOptionIndex:
|
|
773
|
-
if (v2.value && null === f2.value && (
|
|
774
|
-
if (
|
|
775
|
-
let e4 =
|
|
772
|
+
}, activeOptionIndex: d(() => {
|
|
773
|
+
if (v2.value && null === f2.value && (P2.virtual.value ? P2.virtual.value.options.length > 0 : g2.value.length > 0)) {
|
|
774
|
+
if (P2.virtual.value) {
|
|
775
|
+
let e4 = P2.virtual.value.options.findIndex((e5) => {
|
|
776
776
|
var t3;
|
|
777
|
-
return !(null != (t3 =
|
|
777
|
+
return !(null != (t3 = P2.virtual.value) && t3.disabled(e5));
|
|
778
778
|
});
|
|
779
779
|
if (-1 !== e4)
|
|
780
780
|
return e4;
|
|
@@ -788,8 +788,8 @@ let jt = Symbol("VirtualContext"), Rt = S({ name: "VirtualProvider", setup(e2, {
|
|
|
788
788
|
v2.value = false, !e2.disabled && 1 !== a2.value && (a2.value = 1, f2.value = null);
|
|
789
789
|
}, openCombobox() {
|
|
790
790
|
if (v2.value = true, !e2.disabled && 0 !== a2.value) {
|
|
791
|
-
if (
|
|
792
|
-
let e3 =
|
|
791
|
+
if (P2.value.value) {
|
|
792
|
+
let e3 = P2.calculateIndex(P2.value.value);
|
|
793
793
|
-1 !== e3 && (f2.value = e3);
|
|
794
794
|
}
|
|
795
795
|
a2.value = 0;
|
|
@@ -798,16 +798,16 @@ let jt = Symbol("VirtualContext"), Rt = S({ name: "VirtualProvider", setup(e2, {
|
|
|
798
798
|
m2.value = e3;
|
|
799
799
|
}, goToOption(t3, l3, n3) {
|
|
800
800
|
v2.value = false, null !== E2 && cancelAnimationFrame(E2), E2 = requestAnimationFrame(() => {
|
|
801
|
-
if (e2.disabled ||
|
|
801
|
+
if (e2.disabled || u2.value && !c2.value.static && 1 === a2.value)
|
|
802
802
|
return;
|
|
803
|
-
if (
|
|
804
|
-
return f2.value = t3 === St.Specific ? l3 : Ct({ focus: t3 }, { resolveItems: () =>
|
|
803
|
+
if (P2.virtual.value)
|
|
804
|
+
return f2.value = t3 === St.Specific ? l3 : Ct({ focus: t3 }, { resolveItems: () => P2.virtual.value.options, resolveActiveIndex: () => {
|
|
805
805
|
var e3, t4;
|
|
806
|
-
return null != (t4 = null != (e3 =
|
|
806
|
+
return null != (t4 = null != (e3 = P2.activeOptionIndex.value) ? e3 : P2.virtual.value.options.findIndex((e4) => {
|
|
807
807
|
var t5;
|
|
808
|
-
return !(null != (t5 =
|
|
808
|
+
return !(null != (t5 = P2.virtual.value) && t5.disabled(e4));
|
|
809
809
|
})) ? t4 : null;
|
|
810
|
-
}, resolveDisabled: (e3) =>
|
|
810
|
+
}, resolveDisabled: (e3) => P2.virtual.value.disabled(e3), resolveId() {
|
|
811
811
|
throw new Error("Function not implemented.");
|
|
812
812
|
} }), void (m2.value = null != n3 ? n3 : 2);
|
|
813
813
|
let o3 = h2();
|
|
@@ -825,36 +825,36 @@ let jt = Symbol("VirtualContext"), Rt = S({ name: "VirtualProvider", setup(e2, {
|
|
|
825
825
|
let { dataRef: l3 } = t3;
|
|
826
826
|
_2(l3.value);
|
|
827
827
|
}, selectActiveOption() {
|
|
828
|
-
if (null !==
|
|
829
|
-
if (
|
|
830
|
-
_2(
|
|
828
|
+
if (null !== P2.activeOptionIndex.value) {
|
|
829
|
+
if (P2.virtual.value)
|
|
830
|
+
_2(P2.virtual.value.options[P2.activeOptionIndex.value]);
|
|
831
831
|
else {
|
|
832
|
-
let { dataRef: e3 } = g2.value[
|
|
832
|
+
let { dataRef: e3 } = g2.value[P2.activeOptionIndex.value];
|
|
833
833
|
_2(e3.value);
|
|
834
834
|
}
|
|
835
|
-
|
|
835
|
+
P2.goToOption(St.Specific, P2.activeOptionIndex.value);
|
|
836
836
|
}
|
|
837
837
|
}, registerOption(e3, t3) {
|
|
838
838
|
let l3 = O({ id: e3, dataRef: t3 });
|
|
839
|
-
if (
|
|
839
|
+
if (P2.virtual.value)
|
|
840
840
|
return void g2.value.push(l3);
|
|
841
841
|
I2 && cancelAnimationFrame(I2);
|
|
842
842
|
let n3 = h2((e4) => (e4.push(l3), e4));
|
|
843
|
-
null === f2.value &&
|
|
843
|
+
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
844
|
let e4 = h2();
|
|
845
845
|
g2.value = e4.options, f2.value = e4.activeOptionIndex;
|
|
846
846
|
}));
|
|
847
847
|
}, unregisterOption(e3, t3) {
|
|
848
|
-
if (null !== E2 && cancelAnimationFrame(E2), t3 && (v2.value = true),
|
|
848
|
+
if (null !== E2 && cancelAnimationFrame(E2), t3 && (v2.value = true), P2.virtual.value)
|
|
849
849
|
return void (g2.value = g2.value.filter((t4) => t4.id !== e3));
|
|
850
850
|
let l3 = h2((t4) => {
|
|
851
851
|
let l4 = t4.findIndex((t5) => t5.id === e3);
|
|
852
852
|
return -1 !== l4 && t4.splice(l4, 1), t4;
|
|
853
853
|
});
|
|
854
854
|
g2.value = l3.options, f2.value = l3.activeOptionIndex, m2.value = 2;
|
|
855
|
-
}, isSelected: (e3) =>
|
|
856
|
-
et([r2, i2,
|
|
857
|
-
let R2 =
|
|
855
|
+
}, 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) };
|
|
856
|
+
et([r2, i2, u2], () => P2.closeCombobox(), d(() => 0 === a2.value)), C(_t, P2), yt(d(() => je(a2.value, { 0: ht.Open, 1: ht.Closed })));
|
|
857
|
+
let R2 = d(() => {
|
|
858
858
|
var e3;
|
|
859
859
|
return null == (e3 = _e(r2)) ? void 0 : e3.closest("form");
|
|
860
860
|
});
|
|
@@ -866,17 +866,17 @@ let jt = Symbol("VirtualContext"), Rt = S({ name: "VirtualProvider", setup(e2, {
|
|
|
866
866
|
null == (e3 = R2.value) || e3.removeEventListener("reset", t3);
|
|
867
867
|
};
|
|
868
868
|
function t3() {
|
|
869
|
-
|
|
869
|
+
P2.change(e2.defaultValue);
|
|
870
870
|
}
|
|
871
871
|
}, { immediate: true });
|
|
872
872
|
}), () => {
|
|
873
873
|
var n3, o3, r3;
|
|
874
|
-
let { name: i3, disabled: s2, form:
|
|
875
|
-
return w(k, [...null != i3 && null != T2.value ? Ot({ [i3]: T2.value }).map(([e3, t3]) => w(mt, pt({ features: ft.Hidden, key: e3, as: "input", type: "hidden", hidden: true, readOnly: true, form:
|
|
874
|
+
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: T2.value };
|
|
875
|
+
return w(k, [...null != i3 && null != T2.value ? Ot({ [i3]: T2.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
876
|
};
|
|
877
877
|
} }), At = S({ name: "ComboboxLabel", props: { as: { type: [Object, String], default: "label" }, id: { type: String, default: null } }, setup(e2, { attrs: t2, slots: l2 }) {
|
|
878
878
|
var n2;
|
|
879
|
-
let a2 = null != (n2 = e2.id) ? n2 : `headlessui-combobox-label-${Ie()}`, o2 =
|
|
879
|
+
let a2 = null != (n2 = e2.id) ? n2 : `headlessui-combobox-label-${Ie()}`, o2 = jt("ComboboxLabel");
|
|
880
880
|
function r2() {
|
|
881
881
|
var e3;
|
|
882
882
|
null == (e3 = _e(o2.inputRef)) || e3.focus({ preventScroll: true });
|
|
@@ -887,7 +887,7 @@ let jt = Symbol("VirtualContext"), Rt = S({ name: "VirtualProvider", setup(e2, {
|
|
|
887
887
|
};
|
|
888
888
|
} }), 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
889
|
var a2;
|
|
890
|
-
let o2 = null != (a2 = e2.id) ? a2 : `headlessui-combobox-button-${Ie()}`, r2 =
|
|
890
|
+
let o2 = null != (a2 = e2.id) ? a2 : `headlessui-combobox-button-${Ie()}`, r2 = jt("ComboboxButton");
|
|
891
891
|
function i2(e3) {
|
|
892
892
|
r2.disabled.value || (0 === r2.comboboxState.value ? r2.closeCombobox() : (e3.preventDefault(), r2.openCombobox()), h(() => {
|
|
893
893
|
var e4;
|
|
@@ -918,34 +918,34 @@ let jt = Symbol("VirtualContext"), Rt = S({ name: "VirtualProvider", setup(e2, {
|
|
|
918
918
|
}
|
|
919
919
|
}
|
|
920
920
|
n2({ el: r2.buttonRef, $el: r2.buttonRef });
|
|
921
|
-
let
|
|
921
|
+
let u2 = lt(d(() => ({ as: e2.as, type: t2.type })), r2.buttonRef);
|
|
922
922
|
return () => {
|
|
923
923
|
var n3, a3;
|
|
924
|
-
let
|
|
925
|
-
return st({ ourProps: { ref: r2.buttonRef, id: o2, type:
|
|
924
|
+
let d2 = { open: 0 === r2.comboboxState.value, disabled: r2.disabled.value, value: r2.value.value }, { ...c2 } = e2;
|
|
925
|
+
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
926
|
};
|
|
927
927
|
} }), 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
928
|
var o2;
|
|
929
|
-
let r2 = null != (o2 = e2.id) ? o2 : `headlessui-combobox-input-${Ie()}`, i2 =
|
|
929
|
+
let r2 = null != (o2 = e2.id) ? o2 : `headlessui-combobox-input-${Ie()}`, i2 = jt("ComboboxInput"), u2 = d(() => Ae(_e(i2.inputRef))), c2 = { value: false };
|
|
930
930
|
function g2() {
|
|
931
931
|
i2.change(null);
|
|
932
932
|
let e3 = _e(i2.optionsRef);
|
|
933
933
|
e3 && (e3.scrollTop = 0), i2.goToOption(St.Nothing);
|
|
934
934
|
}
|
|
935
935
|
a2({ el: i2.inputRef, $el: i2.inputRef });
|
|
936
|
-
let f2 =
|
|
936
|
+
let f2 = d(() => {
|
|
937
937
|
var t3;
|
|
938
938
|
let l3 = i2.value.value;
|
|
939
939
|
return _e(i2.inputRef) ? void 0 !== e2.displayValue && void 0 !== l3 ? null != (t3 = e2.displayValue(l3)) ? t3 : "" : "string" == typeof l3 ? l3 : "" : "";
|
|
940
940
|
});
|
|
941
941
|
y(() => {
|
|
942
|
-
p([f2, i2.comboboxState,
|
|
942
|
+
p([f2, i2.comboboxState, u2], ([e3, t3], [l3, n3]) => {
|
|
943
943
|
if (c2.value)
|
|
944
944
|
return;
|
|
945
945
|
let a3 = _e(i2.inputRef);
|
|
946
946
|
a3 && ((0 === n3 && 1 === t3 || e3 !== l3) && (a3.value = e3), requestAnimationFrame(() => {
|
|
947
947
|
var e4;
|
|
948
|
-
if (c2.value || !a3 || (null == (e4 =
|
|
948
|
+
if (c2.value || !a3 || (null == (e4 = u2.value) ? void 0 : e4.activeElement) !== a3)
|
|
949
949
|
return;
|
|
950
950
|
let { selectionStart: t4, selectionEnd: l4 } = a3;
|
|
951
951
|
0 === Math.abs((null != l4 ? l4 : 0) - (null != t4 ? t4 : 0)) && 0 === t4 && a3.setSelectionRange(a3.value.length, a3.value.length);
|
|
@@ -984,9 +984,9 @@ let jt = Symbol("VirtualContext"), Rt = S({ name: "VirtualProvider", setup(e2, {
|
|
|
984
984
|
i2.selectActiveOption(), 0 === i2.mode.value && i2.closeCombobox();
|
|
985
985
|
break;
|
|
986
986
|
case xt.ArrowDown:
|
|
987
|
-
return c2.value = false, e3.preventDefault(), e3.stopPropagation(),
|
|
987
|
+
return c2.value = false, e3.preventDefault(), e3.stopPropagation(), je(i2.comboboxState.value, { 0: () => i2.goToOption(St.Next), 1: () => i2.openCombobox() });
|
|
988
988
|
case xt.ArrowUp:
|
|
989
|
-
return c2.value = false, e3.preventDefault(), e3.stopPropagation(),
|
|
989
|
+
return c2.value = false, e3.preventDefault(), e3.stopPropagation(), je(i2.comboboxState.value, { 0: () => i2.goToOption(St.Previous), 1: () => {
|
|
990
990
|
i2.openCombobox(), h(() => {
|
|
991
991
|
i2.value.value || i2.goToOption(St.Last);
|
|
992
992
|
});
|
|
@@ -1030,40 +1030,40 @@ let jt = Symbol("VirtualContext"), Rt = S({ name: "VirtualProvider", setup(e2, {
|
|
|
1030
1030
|
i2.setActivationTrigger(1);
|
|
1031
1031
|
}));
|
|
1032
1032
|
}
|
|
1033
|
-
let O2 =
|
|
1033
|
+
let O2 = d(() => {
|
|
1034
1034
|
var t3, l3, n3, a3;
|
|
1035
1035
|
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
1036
|
});
|
|
1037
1037
|
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 != (
|
|
1038
|
+
var t3, a3, o3, s2, d2, u3, c3;
|
|
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 != (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
1040
|
return st({ ourProps: h2, theirProps: m3, slot: p2, attrs: l2, slots: n2, features: rt.RenderStrategy | rt.Static, name: "ComboboxInput" });
|
|
1041
1041
|
};
|
|
1042
1042
|
} }), 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 =
|
|
1043
|
+
let a2 = jt("ComboboxOptions"), o2 = `headlessui-combobox-options-${Ie()}`;
|
|
1044
1044
|
n2({ el: a2.optionsRef, $el: a2.optionsRef }), b(() => {
|
|
1045
1045
|
a2.optionsPropsRef.value.static = e2.static;
|
|
1046
1046
|
}), b(() => {
|
|
1047
1047
|
a2.optionsPropsRef.value.hold = e2.hold;
|
|
1048
1048
|
});
|
|
1049
|
-
let r2 = bt(), i2 =
|
|
1049
|
+
let r2 = bt(), i2 = d(() => null !== r2 ? (r2.value & ht.Open) === ht.Open : 0 === a2.comboboxState.value);
|
|
1050
1050
|
function s2(e3) {
|
|
1051
1051
|
e3.preventDefault();
|
|
1052
1052
|
}
|
|
1053
|
-
return ot({ container:
|
|
1053
|
+
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
1054
|
e3.setAttribute("role", "none");
|
|
1055
1055
|
} }), () => {
|
|
1056
|
-
var n3, r3,
|
|
1057
|
-
let
|
|
1058
|
-
return st({ ourProps: { "aria-labelledby": null != (
|
|
1056
|
+
var n3, r3, d2;
|
|
1057
|
+
let u2 = { open: 0 === a2.comboboxState.value };
|
|
1058
|
+
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
1059
|
};
|
|
1060
1060
|
} }), 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 =
|
|
1061
|
+
let a2 = jt("ComboboxOption"), o2 = `headlessui-combobox-option-${Ie()}`, r2 = s(null), i2 = d(() => e2.disabled);
|
|
1062
1062
|
n2({ el: r2, $el: r2 });
|
|
1063
|
-
let
|
|
1063
|
+
let u2 = d(() => {
|
|
1064
1064
|
var t3;
|
|
1065
1065
|
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 =
|
|
1066
|
+
}), 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
1067
|
function f2(e3) {
|
|
1068
1068
|
e3.preventDefault(), e3.button === wt.Left && (i2.value || (a2.selectOption(o2), Ze() || requestAnimationFrame(() => {
|
|
1069
1069
|
var e4;
|
|
@@ -1077,11 +1077,11 @@ let jt = Symbol("VirtualContext"), Rt = S({ name: "VirtualProvider", setup(e2, {
|
|
|
1077
1077
|
let l3 = a2.calculateIndex(e2.value);
|
|
1078
1078
|
a2.goToOption(St.Specific, l3);
|
|
1079
1079
|
}
|
|
1080
|
-
y(() => a2.registerOption(o2, g2)), m(() => a2.unregisterOption(o2,
|
|
1080
|
+
y(() => a2.registerOption(o2, g2)), m(() => a2.unregisterOption(o2, u2.value)), b(() => {
|
|
1081
1081
|
let e3 = _e(r2);
|
|
1082
1082
|
e3 && (null == p2 || p2.value.measureElement(e3));
|
|
1083
1083
|
}), b(() => {
|
|
1084
|
-
0 === a2.comboboxState.value &&
|
|
1084
|
+
0 === a2.comboboxState.value && u2.value && (a2.virtual.value || 0 !== a2.activationTrigger.value && h(() => {
|
|
1085
1085
|
var e3, t3;
|
|
1086
1086
|
return null == (t3 = null == (e3 = _e(r2)) ? void 0 : e3.scrollIntoView) ? void 0 : t3.call(e3, { block: "nearest" });
|
|
1087
1087
|
}));
|
|
@@ -1092,17 +1092,17 @@ let jt = Symbol("VirtualContext"), Rt = S({ name: "VirtualProvider", setup(e2, {
|
|
|
1092
1092
|
}
|
|
1093
1093
|
function S2(t3) {
|
|
1094
1094
|
var l3;
|
|
1095
|
-
if (!w2.wasMoved(t3) || e2.disabled || null != (l3 = a2.virtual.value) && l3.disabled(e2.value) ||
|
|
1095
|
+
if (!w2.wasMoved(t3) || e2.disabled || null != (l3 = a2.virtual.value) && l3.disabled(e2.value) || u2.value)
|
|
1096
1096
|
return;
|
|
1097
1097
|
let n3 = a2.calculateIndex(e2.value);
|
|
1098
1098
|
a2.goToOption(St.Specific, n3, 0);
|
|
1099
1099
|
}
|
|
1100
1100
|
function C2(t3) {
|
|
1101
1101
|
var l3;
|
|
1102
|
-
w2.wasMoved(t3) && (e2.disabled || null != (l3 = a2.virtual.value) && l3.disabled(e2.value) ||
|
|
1102
|
+
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
1103
|
}
|
|
1104
1104
|
return () => {
|
|
1105
|
-
let { disabled: n3 } = e2, a3 = { active:
|
|
1105
|
+
let { disabled: n3 } = e2, a3 = { active: u2.value, selected: c2.value, disabled: n3 };
|
|
1106
1106
|
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
1107
|
};
|
|
1108
1108
|
} });
|
|
@@ -1125,10 +1125,10 @@ function Ht(e2) {
|
|
|
1125
1125
|
return t2;
|
|
1126
1126
|
}
|
|
1127
1127
|
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
|
|
1128
|
+
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
1129
|
let a2 = s(null);
|
|
1130
1130
|
n2({ el: a2, $el: a2 });
|
|
1131
|
-
let o2 =
|
|
1131
|
+
let o2 = d(() => Ae(a2)), r2 = s(false);
|
|
1132
1132
|
y(() => r2.value = true), m(() => r2.value = false), function({ ownerDocument: e3 }, t3) {
|
|
1133
1133
|
let l3 = function(e4) {
|
|
1134
1134
|
let t4 = s(kt.slice());
|
|
@@ -1144,12 +1144,12 @@ let Ut = Object.assign(S({ name: "FocusTrap", props: { as: { type: [Object, Stri
|
|
|
1144
1144
|
y(() => {
|
|
1145
1145
|
b(() => {
|
|
1146
1146
|
var n3, a3;
|
|
1147
|
-
t3.value || (null == (n3 = e3.value) ? void 0 : n3.activeElement) === (null == (a3 = e3.value) ? void 0 : a3.body) &&
|
|
1147
|
+
t3.value || (null == (n3 = e3.value) ? void 0 : n3.activeElement) === (null == (a3 = e3.value) ? void 0 : a3.body) && Ue(l3());
|
|
1148
1148
|
}, { flush: "post" });
|
|
1149
1149
|
}), m(() => {
|
|
1150
|
-
t3.value &&
|
|
1150
|
+
t3.value && Ue(l3());
|
|
1151
1151
|
});
|
|
1152
|
-
}({ ownerDocument: o2 },
|
|
1152
|
+
}({ ownerDocument: o2 }, d(() => r2.value && Boolean(16 & e2.features)));
|
|
1153
1153
|
let i2 = function({ ownerDocument: e3, container: t3, initialFocus: l3 }, n3) {
|
|
1154
1154
|
let a3 = s(null), o3 = s(false);
|
|
1155
1155
|
return y(() => o3.value = true), m(() => o3.value = false), y(() => {
|
|
@@ -1167,11 +1167,11 @@ let Ut = Object.assign(S({ name: "FocusTrap", props: { as: { type: [Object, Stri
|
|
|
1167
1167
|
return void (a3.value = i4);
|
|
1168
1168
|
} else if (s2.contains(i4))
|
|
1169
1169
|
return void (a3.value = i4);
|
|
1170
|
-
r4 ?
|
|
1170
|
+
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
1171
|
});
|
|
1172
1172
|
}, { immediate: true, flush: "post" });
|
|
1173
1173
|
}), a3;
|
|
1174
|
-
}({ ownerDocument: o2, container: a2, initialFocus:
|
|
1174
|
+
}({ ownerDocument: o2, container: a2, initialFocus: d(() => e2.initialFocus) }, d(() => r2.value && Boolean(2 & e2.features)));
|
|
1175
1175
|
!function({ ownerDocument: e3, container: t3, containers: l3, previousActiveElement: n3 }, a3) {
|
|
1176
1176
|
var o3;
|
|
1177
1177
|
$t(null == (o3 = e3.value) ? void 0 : o3.defaultView, "focus", (e4) => {
|
|
@@ -1183,10 +1183,10 @@ let Ut = Object.assign(S({ name: "FocusTrap", props: { as: { type: [Object, Stri
|
|
|
1183
1183
|
if (!r3)
|
|
1184
1184
|
return;
|
|
1185
1185
|
let i3 = e4.target;
|
|
1186
|
-
i3 && i3 instanceof HTMLElement ?
|
|
1186
|
+
i3 && i3 instanceof HTMLElement ? Ut(o4, i3) ? (n3.value = i3, Ue(i3)) : (e4.preventDefault(), e4.stopPropagation(), Ue(r3)) : Ue(n3.value);
|
|
1187
1187
|
}, true);
|
|
1188
|
-
}({ ownerDocument: o2, container: a2, containers: e2.containers, previousActiveElement: i2 },
|
|
1189
|
-
let
|
|
1188
|
+
}({ ownerDocument: o2, container: a2, containers: e2.containers, previousActiveElement: i2 }, d(() => r2.value && Boolean(8 & e2.features)));
|
|
1189
|
+
let u2 = function() {
|
|
1190
1190
|
let e3 = s(0);
|
|
1191
1191
|
return Qe("keydown", (t3) => {
|
|
1192
1192
|
"Tab" === t3.key && (e3.value = t3.shiftKey ? 1 : 0);
|
|
@@ -1194,7 +1194,7 @@ let Ut = Object.assign(S({ name: "FocusTrap", props: { as: { type: [Object, Stri
|
|
|
1194
1194
|
}();
|
|
1195
1195
|
function c2(e3) {
|
|
1196
1196
|
let t3 = _e(a2);
|
|
1197
|
-
t3 &&
|
|
1197
|
+
t3 && je(u2.value, { [Vt.Forwards]: () => {
|
|
1198
1198
|
Je(t3, Fe.First, { skipElements: [e3.relatedTarget] });
|
|
1199
1199
|
}, [Vt.Backwards]: () => {
|
|
1200
1200
|
Je(t3, Fe.Last, { skipElements: [e3.relatedTarget] });
|
|
@@ -1212,14 +1212,14 @@ let Ut = Object.assign(S({ name: "FocusTrap", props: { as: { type: [Object, Stri
|
|
|
1212
1212
|
let l3 = Ht(e2.containers);
|
|
1213
1213
|
_e(a2) instanceof HTMLElement && l3.add(_e(a2));
|
|
1214
1214
|
let n3 = t3.relatedTarget;
|
|
1215
|
-
n3 instanceof HTMLElement && "true" !== n3.dataset.headlessuiFocusGuard && (
|
|
1215
|
+
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
1216
|
}
|
|
1217
1217
|
return () => {
|
|
1218
1218
|
let n3 = { ref: a2, onKeydown: f2, onFocusout: v2 }, { features: o3, initialFocus: r3, containers: i3, ...s2 } = e2;
|
|
1219
1219
|
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
1220
|
};
|
|
1221
1221
|
} }), { features: Yt });
|
|
1222
|
-
function
|
|
1222
|
+
function Ut(e2, t2) {
|
|
1223
1223
|
for (let l2 of e2)
|
|
1224
1224
|
if (l2.contains(t2))
|
|
1225
1225
|
return true;
|
|
@@ -1319,7 +1319,7 @@ function Gt(e2, t2, l2) {
|
|
|
1319
1319
|
return m(e3.subscribe(() => {
|
|
1320
1320
|
t3.value = e3.getSnapshot();
|
|
1321
1321
|
})), t3;
|
|
1322
|
-
}(Jt), a2 =
|
|
1322
|
+
}(Jt), a2 = d(() => {
|
|
1323
1323
|
let t3 = e2.value ? n2.value.get(e2.value) : void 0;
|
|
1324
1324
|
return !!t3 && t3.count > 0;
|
|
1325
1325
|
});
|
|
@@ -1396,7 +1396,7 @@ function il({ slot: e2 = s({}), name: t2 = "Description", props: l2 = {} } = {})
|
|
|
1396
1396
|
let t3 = n2.value.indexOf(e3);
|
|
1397
1397
|
-1 !== t3 && n2.value.splice(t3, 1);
|
|
1398
1398
|
};
|
|
1399
|
-
}, slot: e2, name: t2, props: l2 }),
|
|
1399
|
+
}, slot: e2, name: t2, props: l2 }), d(() => n2.value.length > 0 ? n2.value.join(" ") : void 0);
|
|
1400
1400
|
}
|
|
1401
1401
|
S({ name: "Description", props: { as: { type: [Object, String], default: "p" }, id: { type: String, default: null } }, setup(e2, { attrs: t2, slots: l2 }) {
|
|
1402
1402
|
var n2;
|
|
@@ -1407,20 +1407,20 @@ S({ name: "Description", props: { as: { type: [Object, String], default: "p" },
|
|
|
1407
1407
|
return e3;
|
|
1408
1408
|
}();
|
|
1409
1409
|
return y(() => m(o2.register(a2))), () => {
|
|
1410
|
-
let { name: n3 = "Description", slot: r2 = s({}), props: i2 = {} } = o2, { ...
|
|
1411
|
-
return st({ ourProps: c2, theirProps:
|
|
1410
|
+
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 };
|
|
1411
|
+
return st({ ourProps: c2, theirProps: d2, slot: r2.value, attrs: t2, slots: l2, name: n3 });
|
|
1412
1412
|
};
|
|
1413
1413
|
} });
|
|
1414
1414
|
const sl = /* @__PURE__ */ new WeakMap();
|
|
1415
|
-
function
|
|
1415
|
+
function dl(e2, t2) {
|
|
1416
1416
|
let l2 = t2(function(e3) {
|
|
1417
1417
|
var t3;
|
|
1418
1418
|
return null != (t3 = sl.get(e3)) ? t3 : 0;
|
|
1419
1419
|
}(e2));
|
|
1420
1420
|
return l2 <= 0 ? sl.delete(e2) : sl.set(e2, l2), l2;
|
|
1421
1421
|
}
|
|
1422
|
-
let
|
|
1423
|
-
let n2 = s(null), a2 =
|
|
1422
|
+
let ul = S({ name: "Portal", props: { as: { type: [Object, String], default: "div" } }, setup(e2, { slots: t2, attrs: l2 }) {
|
|
1423
|
+
let n2 = s(null), a2 = d(() => Ae(n2)), o2 = tl(), r2 = v(pl, null), i2 = s(true === o2 || null == r2 ? function(e3) {
|
|
1424
1424
|
let t3 = Ae(e3);
|
|
1425
1425
|
if (!t3) {
|
|
1426
1426
|
if (null === e3)
|
|
@@ -1433,10 +1433,10 @@ let dl = S({ name: "Portal", props: { as: { type: [Object, String], default: "di
|
|
|
1433
1433
|
let n3 = t3.createElement("div");
|
|
1434
1434
|
return n3.setAttribute("id", "headlessui-portal-root"), t3.body.appendChild(n3);
|
|
1435
1435
|
}(n2.value) : r2.resolveTarget());
|
|
1436
|
-
i2.value &&
|
|
1437
|
-
let
|
|
1436
|
+
i2.value && dl(i2.value, (e3) => e3 + 1);
|
|
1437
|
+
let u2 = s(false);
|
|
1438
1438
|
y(() => {
|
|
1439
|
-
|
|
1439
|
+
u2.value = true;
|
|
1440
1440
|
}), b(() => {
|
|
1441
1441
|
o2 || null != r2 && (i2.value = r2.resolveTarget());
|
|
1442
1442
|
});
|
|
@@ -1449,9 +1449,9 @@ let dl = S({ name: "Portal", props: { as: { type: [Object, String], default: "di
|
|
|
1449
1449
|
}), m(() => {
|
|
1450
1450
|
var e3, t3;
|
|
1451
1451
|
let l3 = null == (e3 = a2.value) ? void 0 : e3.getElementById("headlessui-portal-root");
|
|
1452
|
-
!l3 || i2.value !== l3 ||
|
|
1452
|
+
!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
1453
|
}), () => {
|
|
1454
|
-
if (!
|
|
1454
|
+
if (!u2.value || null === i2.value)
|
|
1455
1455
|
return null;
|
|
1456
1456
|
let a3 = { ref: n2, "data-headlessui-portal": "" };
|
|
1457
1457
|
return w(T, { to: i2.value }, st({ ourProps: a3, theirProps: e2, slot: {}, attrs: l2, slots: t2, name: "Portal" }));
|
|
@@ -1476,16 +1476,16 @@ function vl(e2) {
|
|
|
1476
1476
|
}
|
|
1477
1477
|
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
1478
|
var o2, r2;
|
|
1479
|
-
let i2 = null != (o2 = e2.id) ? o2 : `headlessui-dialog-${Ie()}`,
|
|
1479
|
+
let i2 = null != (o2 = e2.id) ? o2 : `headlessui-dialog-${Ie()}`, u2 = s(false);
|
|
1480
1480
|
y(() => {
|
|
1481
|
-
|
|
1481
|
+
u2.value = true;
|
|
1482
1482
|
});
|
|
1483
|
-
let c2 = false, p2 =
|
|
1483
|
+
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
1484
|
if (a2({ el: x2, $el: x2 }), e2.open === hl && null === f2)
|
|
1485
1485
|
throw new Error("You forgot to provide an `open` prop to the `Dialog`.");
|
|
1486
1486
|
if ("boolean" != typeof m2.value)
|
|
1487
1487
|
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 =
|
|
1488
|
+
let O2 = d(() => u2.value && m2.value ? 0 : 1), M2 = d(() => 0 === O2.value), D2 = d(() => g2.value > 1), T2 = null !== v(ml, null), [E2, I2] = function() {
|
|
1489
1489
|
let e3 = v(cl, null), t3 = s([]);
|
|
1490
1490
|
function l3(l4) {
|
|
1491
1491
|
let n4 = t3.value.indexOf(l4);
|
|
@@ -1498,7 +1498,7 @@ let hl = "DC8F892D-2EBD-447C-A4C8-A03058436FF4", bl = S({ name: "Dialog", inheri
|
|
|
1498
1498
|
var e5;
|
|
1499
1499
|
return null == (e5 = t4.default) ? void 0 : e5.call(t4);
|
|
1500
1500
|
}) })];
|
|
1501
|
-
}(), { resolveContainers: _2, mainTreeNodeRef:
|
|
1501
|
+
}(), { resolveContainers: _2, mainTreeNodeRef: j2, MainTreeNode: P2 } = function({ defaultContainers: e3 = [], portals: t3, mainTreeNodeRef: l3 } = {}) {
|
|
1502
1502
|
let n3 = s(null), a3 = Ae(n3);
|
|
1503
1503
|
function o3() {
|
|
1504
1504
|
var l4, o4, r3;
|
|
@@ -1513,38 +1513,38 @@ let hl = "DC8F892D-2EBD-447C-A4C8-A03058436FF4", bl = S({ name: "Dialog", inheri
|
|
|
1513
1513
|
return i3;
|
|
1514
1514
|
}
|
|
1515
1515
|
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: E2, defaultContainers: [
|
|
1516
|
+
}({ portals: E2, defaultContainers: [d(() => {
|
|
1517
1517
|
var e3;
|
|
1518
1518
|
return null != (e3 = V2.panelRef.value) ? e3 : x2.value;
|
|
1519
|
-
})] }), R2 =
|
|
1519
|
+
})] }), R2 = d(() => D2.value ? "parent" : "leaf"), B2 = d(() => null !== f2 && (f2.value & ht.Closing) === ht.Closing), A2 = d(() => !T2 && !B2.value && M2.value), L2 = d(() => {
|
|
1520
1520
|
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(
|
|
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(j2)) && e4 instanceof HTMLElement))) ? l3 : null;
|
|
1522
1522
|
});
|
|
1523
1523
|
Qt(L2, A2);
|
|
1524
|
-
let F2 =
|
|
1524
|
+
let F2 = d(() => !!D2.value || M2.value), N2 = d(() => {
|
|
1525
1525
|
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(
|
|
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(j2)) && e4 instanceof HTMLElement)) ? l3 : null;
|
|
1527
1527
|
});
|
|
1528
|
-
Qt(N2, F2), ol({ type: "Dialog", enabled:
|
|
1528
|
+
Qt(N2, F2), ol({ type: "Dialog", enabled: d(() => 0 === O2.value), element: x2, onUpdate: (e3, t3) => {
|
|
1529
1529
|
if ("Dialog" === t3)
|
|
1530
|
-
return
|
|
1530
|
+
return je(e3, { [al.Add]: () => g2.value += 1, [al.Remove]: () => g2.value -= 1 });
|
|
1531
1531
|
} });
|
|
1532
|
-
let z2 = il({ name: "DialogDescription", slot:
|
|
1532
|
+
let z2 = il({ name: "DialogDescription", slot: d(() => ({ open: m2.value })) }), $2 = s(null), V2 = { titleId: $2, panelRef: s(null), dialogState: O2, setTitleId(e3) {
|
|
1533
1533
|
$2.value !== e3 && ($2.value = e3);
|
|
1534
1534
|
}, close() {
|
|
1535
1535
|
t2("close", false);
|
|
1536
1536
|
} };
|
|
1537
1537
|
C(ml, V2);
|
|
1538
|
-
let H2 =
|
|
1538
|
+
let H2 = d(() => !(!M2.value || D2.value));
|
|
1539
1539
|
et(_2, (e3, t3) => {
|
|
1540
1540
|
e3.preventDefault(), V2.close(), h(() => null == t3 ? void 0 : t3.focus());
|
|
1541
1541
|
}, H2);
|
|
1542
|
-
let Y2 =
|
|
1542
|
+
let Y2 = d(() => !(D2.value || 0 !== O2.value));
|
|
1543
1543
|
$t(null == (r2 = k2.value) ? void 0 : r2.defaultView, "keydown", (e3) => {
|
|
1544
1544
|
Y2.value && (e3.defaultPrevented || e3.key === xt.Escape && (e3.preventDefault(), e3.stopPropagation(), V2.close()));
|
|
1545
1545
|
});
|
|
1546
|
-
let
|
|
1547
|
-
return Gt(k2,
|
|
1546
|
+
let q2 = d(() => !(B2.value || 0 !== O2.value || T2));
|
|
1547
|
+
return Gt(k2, q2, (e3) => {
|
|
1548
1548
|
var t3;
|
|
1549
1549
|
return { containers: [...null != (t3 = e3.containers) ? t3 : [], _2] };
|
|
1550
1550
|
}), b((e3) => {
|
|
@@ -1562,7 +1562,7 @@ let hl = "DC8F892D-2EBD-447C-A4C8-A03058436FF4", bl = S({ name: "Dialog", inheri
|
|
|
1562
1562
|
l3.observe(t3), e3(() => l3.disconnect());
|
|
1563
1563
|
}), () => {
|
|
1564
1564
|
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(
|
|
1565
|
+
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
1566
|
};
|
|
1567
1567
|
} });
|
|
1568
1568
|
S({ name: "DialogOverlay", props: { as: { type: [Object, String], default: "div" }, id: { type: String, default: null } }, setup(e2, { attrs: t2, slots: l2 }) {
|
|
@@ -1583,7 +1583,7 @@ S({ name: "DialogOverlay", props: { as: { type: [Object, String], default: "div"
|
|
|
1583
1583
|
throw new Error("A <DialogBackdrop /> component is being used, but a <DialogPanel /> component is missing.");
|
|
1584
1584
|
}), () => {
|
|
1585
1585
|
let { ...n3 } = e2, a3 = { id: o2, ref: i2, "aria-hidden": true };
|
|
1586
|
-
return w(ll, { force: true }, () => w(
|
|
1586
|
+
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
1587
|
};
|
|
1588
1588
|
} });
|
|
1589
1589
|
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 +1619,7 @@ function Sl(e2) {
|
|
|
1619
1619
|
let Cl = Symbol("DisclosurePanelContext");
|
|
1620
1620
|
let Ol = S({ name: "Disclosure", props: { as: { type: [Object, String], default: "template" }, defaultOpen: { type: [Boolean], default: false } }, setup(e2, { slots: t2, attrs: l2 }) {
|
|
1621
1621
|
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 =
|
|
1622
|
+
n2.value = je(n2.value, { 0: 1, 1: 0 });
|
|
1623
1623
|
}, closeDisclosure() {
|
|
1624
1624
|
1 !== n2.value && (n2.value = 1);
|
|
1625
1625
|
}, close(e3) {
|
|
@@ -1627,12 +1627,12 @@ let Ol = S({ name: "Disclosure", props: { as: { type: [Object, String], default:
|
|
|
1627
1627
|
let t3 = e3 ? e3 instanceof HTMLElement ? e3 : e3.value instanceof HTMLElement ? _e(e3) : _e(r2.button) : _e(r2.button);
|
|
1628
1628
|
null == t3 || t3.focus();
|
|
1629
1629
|
} };
|
|
1630
|
-
return C(kl, r2), yt(
|
|
1630
|
+
return C(kl, r2), yt(d(() => je(n2.value, { 0: ht.Open, 1: ht.Closed }))), () => {
|
|
1631
1631
|
let { defaultOpen: a3, ...o3 } = e2;
|
|
1632
1632
|
return st({ theirProps: o3, ourProps: {}, slot: { open: 0 === n2.value, close: r2.close }, slots: t2, attrs: l2, name: "Disclosure" });
|
|
1633
1633
|
};
|
|
1634
1634
|
} }), 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 =
|
|
1635
|
+
let a2 = Sl("DisclosureButton"), o2 = v(Cl, null), r2 = d(() => null !== o2 && o2.value === a2.panelId.value);
|
|
1636
1636
|
y(() => {
|
|
1637
1637
|
r2.value || null !== e2.id && (a2.buttonId.value = e2.id);
|
|
1638
1638
|
}), m(() => {
|
|
@@ -1642,7 +1642,7 @@ let Ol = S({ name: "Disclosure", props: { as: { type: [Object, String], default:
|
|
|
1642
1642
|
n2({ el: i2, $el: i2 }), r2.value || b(() => {
|
|
1643
1643
|
a2.button.value = i2.value;
|
|
1644
1644
|
});
|
|
1645
|
-
let
|
|
1645
|
+
let u2 = lt(d(() => ({ as: e2.as, type: t2.type })), i2);
|
|
1646
1646
|
function c2() {
|
|
1647
1647
|
var t3;
|
|
1648
1648
|
e2.disabled || (r2.value ? (a2.toggleDisclosure(), null == (t3 = _e(a2.button)) || t3.focus()) : a2.toggleDisclosure());
|
|
@@ -1669,8 +1669,8 @@ let Ol = S({ name: "Disclosure", props: { as: { type: [Object, String], default:
|
|
|
1669
1669
|
}
|
|
1670
1670
|
return () => {
|
|
1671
1671
|
var n3;
|
|
1672
|
-
let o3 = { open: 0 === a2.disclosureState.value }, { id: s2, ...
|
|
1673
|
-
return st({ ourProps: r2.value ? { ref: i2, type:
|
|
1672
|
+
let o3 = { open: 0 === a2.disclosureState.value }, { id: s2, ...d2 } = e2;
|
|
1673
|
+
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
1674
|
};
|
|
1675
1675
|
} }), 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
1676
|
let a2 = Sl("DisclosurePanel");
|
|
@@ -1679,7 +1679,7 @@ let Ol = S({ name: "Disclosure", props: { as: { type: [Object, String], default:
|
|
|
1679
1679
|
}), m(() => {
|
|
1680
1680
|
a2.panelId.value = null;
|
|
1681
1681
|
}), n2({ el: a2.panel, $el: a2.panel }), C(Cl, a2.panelId);
|
|
1682
|
-
let o2 = bt(), r2 =
|
|
1682
|
+
let o2 = bt(), r2 = d(() => null !== o2 ? (o2.value & ht.Open) === ht.Open : 0 === a2.disclosureState.value);
|
|
1683
1683
|
return () => {
|
|
1684
1684
|
var n3;
|
|
1685
1685
|
let o3 = { open: 0 === a2.disclosureState.value, close: a2.close }, { id: i2, ...s2 } = e2;
|
|
@@ -1728,10 +1728,10 @@ function Il(e2) {
|
|
|
1728
1728
|
return t2.value = a2, l2.value = o2, o2;
|
|
1729
1729
|
};
|
|
1730
1730
|
}
|
|
1731
|
-
var _l = ((e2) => (e2[e2.Open = 0] = "Open", e2[e2.Closed = 1] = "Closed", e2))(_l || {}),
|
|
1732
|
-
let
|
|
1731
|
+
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 || {});
|
|
1732
|
+
let Pl = Symbol("MenuContext");
|
|
1733
1733
|
function Rl(e2) {
|
|
1734
|
-
let t2 = v(
|
|
1734
|
+
let t2 = v(Pl, null);
|
|
1735
1735
|
if (null === t2) {
|
|
1736
1736
|
let t3 = new Error(`<${e2} /> is missing a parent <Menu /> component.`);
|
|
1737
1737
|
throw Error.captureStackTrace && Error.captureStackTrace(t3, Rl), t3;
|
|
@@ -1739,37 +1739,37 @@ function Rl(e2) {
|
|
|
1739
1739
|
return t2;
|
|
1740
1740
|
}
|
|
1741
1741
|
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(""),
|
|
1742
|
+
let n2 = s(1), a2 = s(null), o2 = s(null), r2 = s([]), i2 = s(""), u2 = s(null), c2 = s(1);
|
|
1743
1743
|
function p2(e3 = (e4) => e4) {
|
|
1744
|
-
let t3 = null !==
|
|
1744
|
+
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
1745
|
return -1 === n3 && (n3 = null), { items: l3, activeItemIndex: n3 };
|
|
1746
1746
|
}
|
|
1747
|
-
let g2 = { menuState: n2, buttonRef: a2, itemsRef: o2, items: r2, searchQuery: i2, activeItemIndex:
|
|
1748
|
-
n2.value = 1,
|
|
1747
|
+
let g2 = { menuState: n2, buttonRef: a2, itemsRef: o2, items: r2, searchQuery: i2, activeItemIndex: u2, activationTrigger: c2, closeMenu: () => {
|
|
1748
|
+
n2.value = 1, u2.value = null;
|
|
1749
1749
|
}, openMenu: () => n2.value = 0, goToItem(e3, t3, l3) {
|
|
1750
1750
|
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 = "",
|
|
1751
|
+
i2.value = "", u2.value = a3, c2.value = null != l3 ? l3 : 1, r2.value = n3.items;
|
|
1752
1752
|
}, search(e3) {
|
|
1753
1753
|
let t3 = "" !== i2.value ? 0 : 1;
|
|
1754
1754
|
i2.value += e3.toLowerCase();
|
|
1755
|
-
let l3 = (null !==
|
|
1756
|
-
-1 === n3 || n3 ===
|
|
1755
|
+
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;
|
|
1756
|
+
-1 === n3 || n3 === u2.value || (u2.value = n3, c2.value = 1);
|
|
1757
1757
|
}, clearSearch() {
|
|
1758
1758
|
i2.value = "";
|
|
1759
1759
|
}, registerItem(e3, t3) {
|
|
1760
1760
|
let l3 = p2((l4) => [...l4, { id: e3, dataRef: t3 }]);
|
|
1761
|
-
r2.value = l3.items,
|
|
1761
|
+
r2.value = l3.items, u2.value = l3.activeItemIndex, c2.value = 1;
|
|
1762
1762
|
}, unregisterItem(e3) {
|
|
1763
1763
|
let t3 = p2((t4) => {
|
|
1764
1764
|
let l3 = t4.findIndex((t5) => t5.id === e3);
|
|
1765
1765
|
return -1 !== l3 && t4.splice(l3, 1), t4;
|
|
1766
1766
|
});
|
|
1767
|
-
r2.value = t3.items,
|
|
1767
|
+
r2.value = t3.items, u2.value = t3.activeItemIndex, c2.value = 1;
|
|
1768
1768
|
} };
|
|
1769
1769
|
return et([a2, o2], (e3, t3) => {
|
|
1770
1770
|
var l3;
|
|
1771
1771
|
g2.closeMenu(), He(t3, Ve.Loose) || (e3.preventDefault(), null == (l3 = _e(a2)) || l3.focus());
|
|
1772
|
-
},
|
|
1772
|
+
}, d(() => 0 === n2.value)), C(Pl, g2), yt(d(() => je(n2.value, { 0: ht.Open, 1: ht.Closed }))), () => {
|
|
1773
1773
|
let a3 = { open: 0 === n2.value, close: g2.closeMenu };
|
|
1774
1774
|
return st({ ourProps: {}, theirProps: e2, slot: a3, slots: t2, attrs: l2, name: "Menu" });
|
|
1775
1775
|
};
|
|
@@ -1797,7 +1797,7 @@ let Bl = S({ name: "Menu", props: { as: { type: [Object, String], default: "temp
|
|
|
1797
1797
|
if (e3.key === xt.Space)
|
|
1798
1798
|
e3.preventDefault();
|
|
1799
1799
|
}
|
|
1800
|
-
function
|
|
1800
|
+
function u2(t3) {
|
|
1801
1801
|
e2.disabled || (0 === r2.menuState.value ? (r2.closeMenu(), h(() => {
|
|
1802
1802
|
var e3;
|
|
1803
1803
|
return null == (e3 = _e(r2.buttonRef)) ? void 0 : e3.focus({ preventScroll: true });
|
|
@@ -1809,16 +1809,16 @@ let Bl = S({ name: "Menu", props: { as: { type: [Object, String], default: "temp
|
|
|
1809
1809
|
})));
|
|
1810
1810
|
}
|
|
1811
1811
|
n2({ el: r2.buttonRef, $el: r2.buttonRef });
|
|
1812
|
-
let c2 = lt(
|
|
1812
|
+
let c2 = lt(d(() => ({ as: e2.as, type: t2.type })), r2.buttonRef);
|
|
1813
1813
|
return () => {
|
|
1814
1814
|
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:
|
|
1815
|
+
let a3 = { open: 0 === r2.menuState.value }, { ...d2 } = e2;
|
|
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: u2 }, theirProps: d2, slot: a3, attrs: t2, slots: l2, name: "MenuButton" });
|
|
1817
1817
|
};
|
|
1818
1818
|
} }), 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
1819
|
var a2;
|
|
1820
1820
|
let o2 = null != (a2 = e2.id) ? a2 : `headlessui-menu-items-${Ie()}`, r2 = Rl("MenuItems"), i2 = s(null);
|
|
1821
|
-
function
|
|
1821
|
+
function u2(e3) {
|
|
1822
1822
|
var t3;
|
|
1823
1823
|
switch (i2.value && clearTimeout(i2.value), e3.key) {
|
|
1824
1824
|
case xt.Space:
|
|
@@ -1859,20 +1859,20 @@ let Bl = S({ name: "Menu", props: { as: { type: [Object, String], default: "temp
|
|
|
1859
1859
|
if (e3.key === xt.Space)
|
|
1860
1860
|
e3.preventDefault();
|
|
1861
1861
|
}
|
|
1862
|
-
n2({ el: r2.itemsRef, $el: r2.itemsRef }), ot({ container:
|
|
1862
|
+
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
1863
|
e3.setAttribute("role", "none");
|
|
1864
1864
|
} });
|
|
1865
|
-
let p2 = bt(), g2 =
|
|
1865
|
+
let p2 = bt(), g2 = d(() => null !== p2 ? (p2.value & ht.Open) === ht.Open : 0 === r2.menuState.value);
|
|
1866
1866
|
return () => {
|
|
1867
1867
|
var n3, a3;
|
|
1868
1868
|
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:
|
|
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: 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
1870
|
};
|
|
1871
1871
|
} }), 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
1872
|
var a2;
|
|
1873
1873
|
let o2 = null != (a2 = e2.id) ? a2 : `headlessui-menu-item-${Ie()}`, r2 = Rl("MenuItem"), i2 = s(null);
|
|
1874
1874
|
n2({ el: i2, $el: i2 });
|
|
1875
|
-
let
|
|
1875
|
+
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
1876
|
return c2();
|
|
1877
1877
|
}, domRef: i2 }));
|
|
1878
1878
|
function g2(t3) {
|
|
@@ -1886,7 +1886,7 @@ let Bl = S({ name: "Menu", props: { as: { type: [Object, String], default: "temp
|
|
|
1886
1886
|
r2.goToItem(St.Specific, o2);
|
|
1887
1887
|
}
|
|
1888
1888
|
y(() => r2.registerItem(o2, p2)), m(() => r2.unregisterItem(o2)), b(() => {
|
|
1889
|
-
0 === r2.menuState.value &&
|
|
1889
|
+
0 === r2.menuState.value && u2.value && 0 !== r2.activationTrigger.value && h(() => {
|
|
1890
1890
|
var e3, t3;
|
|
1891
1891
|
return null == (t3 = null == (e3 = _e(i2)) ? void 0 : e3.scrollIntoView) ? void 0 : t3.call(e3, { block: "nearest" });
|
|
1892
1892
|
});
|
|
@@ -1896,13 +1896,13 @@ let Bl = S({ name: "Menu", props: { as: { type: [Object, String], default: "temp
|
|
|
1896
1896
|
v2.update(e3);
|
|
1897
1897
|
}
|
|
1898
1898
|
function w2(t3) {
|
|
1899
|
-
v2.wasMoved(t3) && (e2.disabled ||
|
|
1899
|
+
v2.wasMoved(t3) && (e2.disabled || u2.value || r2.goToItem(St.Specific, o2, 0));
|
|
1900
1900
|
}
|
|
1901
1901
|
function k2(t3) {
|
|
1902
|
-
v2.wasMoved(t3) && (e2.disabled ||
|
|
1902
|
+
v2.wasMoved(t3) && (e2.disabled || u2.value && r2.goToItem(St.Nothing));
|
|
1903
1903
|
}
|
|
1904
1904
|
return () => {
|
|
1905
|
-
let { disabled: n3, ...a3 } = e2, s2 = { active:
|
|
1905
|
+
let { disabled: n3, ...a3 } = e2, s2 = { active: u2.value, disabled: n3, close: r2.closeMenu };
|
|
1906
1906
|
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
1907
|
};
|
|
1908
1908
|
} }), Nl = Symbol("LabelContext");
|
|
@@ -1918,8 +1918,8 @@ let $l = S({ name: "Label", props: { as: { type: [Object, String], default: "lab
|
|
|
1918
1918
|
var n2;
|
|
1919
1919
|
let a2 = null != (n2 = e2.id) ? n2 : `headlessui-label-${Ie()}`, o2 = zl();
|
|
1920
1920
|
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
|
|
1921
|
+
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 };
|
|
1922
|
+
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
1923
|
};
|
|
1924
1924
|
} }), Vl = Symbol("GroupContext"), Hl = S({ name: "SwitchGroup", props: { as: { type: [Object, String], default: "template" } }, setup(e2, { slots: t2, attrs: l2 }) {
|
|
1925
1925
|
let n2 = s(null), a2 = function({ slot: e3 = {}, name: t3 = "Label", props: l3 = {} } = {}) {
|
|
@@ -1929,8 +1929,8 @@ let $l = S({ name: "Label", props: { as: { type: [Object, String], default: "lab
|
|
|
1929
1929
|
let t4 = n3.value.indexOf(e4);
|
|
1930
1930
|
-1 !== t4 && n3.value.splice(t4, 1);
|
|
1931
1931
|
};
|
|
1932
|
-
}, slot: e3, name: t3, props: l3 }),
|
|
1933
|
-
}({ name: "SwitchLabel", props: { htmlFor:
|
|
1932
|
+
}, slot: e3, name: t3, props: l3 }), d(() => n3.value.length > 0 ? n3.value.join(" ") : void 0);
|
|
1933
|
+
}({ name: "SwitchLabel", props: { htmlFor: d(() => {
|
|
1934
1934
|
var e3;
|
|
1935
1935
|
return null == (e3 = n2.value) ? void 0 : e3.id;
|
|
1936
1936
|
}), onClick(e3) {
|
|
@@ -1939,11 +1939,11 @@ let $l = S({ name: "Label", props: { as: { type: [Object, String], default: "lab
|
|
|
1939
1939
|
return C(Vl, { switchRef: n2, labelledby: a2, describedby: o2 }), () => st({ theirProps: e2, ourProps: {}, slot: {}, slots: t2, attrs: l2, name: "SwitchGroup" });
|
|
1940
1940
|
} }), 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
1941
|
var o2;
|
|
1942
|
-
let r2 = null != (o2 = e2.id) ? o2 : `headlessui-switch-${Ie()}`, i2 = v(Vl, null), [
|
|
1942
|
+
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
1943
|
function g2() {
|
|
1944
|
-
c2(!
|
|
1944
|
+
c2(!u2.value);
|
|
1945
1945
|
}
|
|
1946
|
-
let f2 = s(null), m2 = null === i2 ? f2 : i2.switchRef, h2 = lt(
|
|
1946
|
+
let f2 = s(null), m2 = null === i2 ? f2 : i2.switchRef, h2 = lt(d(() => ({ as: e2.as, type: l2.type })), m2);
|
|
1947
1947
|
function b2(e3) {
|
|
1948
1948
|
e3.preventDefault(), g2();
|
|
1949
1949
|
}
|
|
@@ -1963,7 +1963,7 @@ let $l = S({ name: "Label", props: { as: { type: [Object, String], default: "lab
|
|
|
1963
1963
|
e3.preventDefault();
|
|
1964
1964
|
}
|
|
1965
1965
|
a2({ el: m2, $el: m2 });
|
|
1966
|
-
let C2 =
|
|
1966
|
+
let C2 = d(() => {
|
|
1967
1967
|
var e3, t3;
|
|
1968
1968
|
return null == (t3 = null == (e3 = _e(m2)) ? void 0 : e3.closest) ? void 0 : t3.call(e3, "form");
|
|
1969
1969
|
});
|
|
@@ -1979,11 +1979,11 @@ let $l = S({ name: "Label", props: { as: { type: [Object, String], default: "lab
|
|
|
1979
1979
|
}
|
|
1980
1980
|
}, { immediate: true });
|
|
1981
1981
|
}), () => {
|
|
1982
|
-
let { name: t3, value: a3, form: o3, tabIndex: s2, ...
|
|
1983
|
-
return w(k, [null != t3 && null !=
|
|
1982
|
+
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 };
|
|
1983
|
+
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
1984
|
};
|
|
1985
|
-
} }),
|
|
1986
|
-
function
|
|
1985
|
+
} }), ql = $l;
|
|
1986
|
+
function Ul(e2, ...t2) {
|
|
1987
1987
|
e2 && t2.length > 0 && e2.classList.add(...t2);
|
|
1988
1988
|
}
|
|
1989
1989
|
function Wl(e2, ...t2) {
|
|
@@ -1999,8 +1999,8 @@ function Jl(e2, t2, l2, n2, a2, o2) {
|
|
|
1999
1999
|
};
|
|
2000
2000
|
}(o2) : () => {
|
|
2001
2001
|
};
|
|
2002
|
-
return Wl(e2, ...a2),
|
|
2003
|
-
Wl(e2, ...l2),
|
|
2002
|
+
return Wl(e2, ...a2), Ul(e2, ...t2, ...l2), r2.nextFrame(() => {
|
|
2003
|
+
Wl(e2, ...l2), Ul(e2, ...n2), r2.add(function(e3, t3) {
|
|
2004
2004
|
let l3 = Me();
|
|
2005
2005
|
if (!e3)
|
|
2006
2006
|
return l3.dispose;
|
|
@@ -2009,7 +2009,7 @@ function Jl(e2, t2, l2, n2, a2, o2) {
|
|
|
2009
2009
|
return t4;
|
|
2010
2010
|
});
|
|
2011
2011
|
return 0 !== o3 ? l3.setTimeout(() => t3("finished"), o3 + r3) : t3("finished"), l3.add(() => t3("cancelled")), l3.dispose;
|
|
2012
|
-
}(e2, (l3) => (Wl(e2, ...n2, ...t2),
|
|
2012
|
+
}(e2, (l3) => (Wl(e2, ...n2, ...t2), Ul(e2, ...a2), i2(l3))));
|
|
2013
2013
|
}), r2.add(() => Wl(e2, ...t2, ...l2, ...n2, ...a2)), r2.add(() => i2("cancelled")), r2.dispose;
|
|
2014
2014
|
}
|
|
2015
2015
|
function Gl(e2 = "") {
|
|
@@ -2025,7 +2025,7 @@ function tn(e2) {
|
|
|
2025
2025
|
let t2 = s([]), l2 = s(false);
|
|
2026
2026
|
function n2(n3, a2 = it.Hidden) {
|
|
2027
2027
|
let o2 = t2.value.findIndex(({ id: e3 }) => e3 === n3);
|
|
2028
|
-
-1 !== o2 && (
|
|
2028
|
+
-1 !== o2 && (je(a2, { [it.Unmount]() {
|
|
2029
2029
|
t2.value.splice(o2, 1);
|
|
2030
2030
|
}, [it.Hidden]() {
|
|
2031
2031
|
t2.value[o2].state = "hidden";
|
|
@@ -2041,7 +2041,7 @@ let ln = rt.RenderStrategy, nn = S({ props: { as: { type: [Object, String], defa
|
|
|
2041
2041
|
function i2() {
|
|
2042
2042
|
r2.value |= ht.Opening, t2("beforeEnter");
|
|
2043
2043
|
}
|
|
2044
|
-
function
|
|
2044
|
+
function u2() {
|
|
2045
2045
|
r2.value &= ~ht.Opening, t2("afterEnter");
|
|
2046
2046
|
}
|
|
2047
2047
|
function c2() {
|
|
@@ -2051,8 +2051,8 @@ let ln = rt.RenderStrategy, nn = S({ props: { as: { type: [Object, String], defa
|
|
|
2051
2051
|
r2.value &= ~ht.Closing, t2("afterLeave");
|
|
2052
2052
|
}
|
|
2053
2053
|
if (null === v(Zl, null) && null !== bt())
|
|
2054
|
-
return () => w(on, { ...e2, onBeforeEnter: i2, onAfterEnter:
|
|
2055
|
-
let f2 = s(null), h2 =
|
|
2054
|
+
return () => w(on, { ...e2, onBeforeEnter: i2, onAfterEnter: u2, onBeforeLeave: c2, onAfterLeave: g2 }, a2);
|
|
2055
|
+
let f2 = s(null), h2 = d(() => e2.unmount ? it.Unmount : it.Hidden);
|
|
2056
2056
|
o2({ el: f2, $el: f2 });
|
|
2057
2057
|
let { show: x2, appear: k2 } = function() {
|
|
2058
2058
|
let e3 = v(Zl, null);
|
|
@@ -2074,10 +2074,10 @@ let ln = rt.RenderStrategy, nn = S({ props: { as: { type: [Object, String], defa
|
|
|
2074
2074
|
if (h2.value === it.Hidden && T2) {
|
|
2075
2075
|
if (x2.value && "visible" !== M2.value)
|
|
2076
2076
|
return void (M2.value = "visible");
|
|
2077
|
-
|
|
2077
|
+
je(M2.value, { hidden: () => O2(T2), visible: () => S2(T2) });
|
|
2078
2078
|
}
|
|
2079
2079
|
});
|
|
2080
|
-
let _2 = Gl(e2.enter),
|
|
2080
|
+
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
2081
|
return y(() => {
|
|
2082
2082
|
b(() => {
|
|
2083
2083
|
if ("visible" === M2.value) {
|
|
@@ -2090,29 +2090,29 @@ let ln = rt.RenderStrategy, nn = S({ props: { as: { type: [Object, String], defa
|
|
|
2090
2090
|
p([x2], (e3, t3, l3) => {
|
|
2091
2091
|
(function(e4) {
|
|
2092
2092
|
let t4 = D2.value && !k2.value, l4 = _e(f2);
|
|
2093
|
-
!l4 || !(l4 instanceof HTMLElement) || t4 || (E2.value = true, x2.value && i2(), x2.value || c2(), e4(x2.value ? Jl(l4, _2,
|
|
2094
|
-
E2.value = false, e5 === Kl.Finished &&
|
|
2093
|
+
!l4 || !(l4 instanceof HTMLElement) || t4 || (E2.value = true, x2.value && i2(), x2.value || c2(), e4(x2.value ? Jl(l4, _2, j2, P2, R2, (e5) => {
|
|
2094
|
+
E2.value = false, e5 === Kl.Finished && u2();
|
|
2095
2095
|
}) : Jl(l4, B2, A2, L2, R2, (e5) => {
|
|
2096
2096
|
E2.value = false, e5 === Kl.Finished && (en(I2) || (M2.value = "hidden", O2(T2), g2()));
|
|
2097
2097
|
})));
|
|
2098
2098
|
})(l3), D2.value = false;
|
|
2099
2099
|
}, { 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, ...
|
|
2100
|
+
}), C(Ql, I2), yt(d(() => je(M2.value, { visible: ht.Open, hidden: ht.Closed }) | r2.value)), () => {
|
|
2101
|
+
let { appear: t3, show: o3, enter: r3, enterFrom: i3, enterTo: s2, entered: d2, leave: u3, leaveFrom: c3, leaveTo: p2, ...g3 } = e2, m2 = { ref: f2 };
|
|
2102
|
+
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
2103
|
};
|
|
2104
2104
|
} }), 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 =
|
|
2105
|
+
let a2 = bt(), o2 = d(() => null === e2.show && null !== a2 ? (a2.value & ht.Open) === ht.Open : e2.show);
|
|
2106
2106
|
b(() => {
|
|
2107
2107
|
if (![true, false].includes(o2.value))
|
|
2108
2108
|
throw new Error('A <Transition /> is used but it is missing a `:show="true | false"` prop.');
|
|
2109
2109
|
});
|
|
2110
2110
|
let r2 = s(o2.value ? "visible" : "hidden"), i2 = tn(() => {
|
|
2111
2111
|
r2.value = "hidden";
|
|
2112
|
-
}),
|
|
2112
|
+
}), u2 = s(true), c2 = { show: o2, appear: d(() => e2.appear || !u2.value) };
|
|
2113
2113
|
return y(() => {
|
|
2114
2114
|
b(() => {
|
|
2115
|
-
|
|
2115
|
+
u2.value = false, o2.value ? r2.value = "visible" : en(i2) || (r2.value = "hidden");
|
|
2116
2116
|
});
|
|
2117
2117
|
}), C(Ql, i2), C(Zl, c2), () => {
|
|
2118
2118
|
let a3 = gt(e2, ["show", "appear", "unmount", "onBeforeEnter", "onBeforeLeave", "onAfterEnter", "onAfterLeave"]), o3 = { unmount: e2.unmount };
|
|
@@ -2125,10 +2125,10 @@ function rn(t2, l2) {
|
|
|
2125
2125
|
function sn(t2, l2) {
|
|
2126
2126
|
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
2127
|
}
|
|
2128
|
-
function
|
|
2128
|
+
function dn(t2, l2) {
|
|
2129
2129
|
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
2130
|
}
|
|
2131
|
-
function
|
|
2131
|
+
function un(t2, l2) {
|
|
2132
2132
|
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
2133
|
}
|
|
2134
2134
|
function cn(t2, l2) {
|
|
@@ -2174,46 +2174,51 @@ function Cn(t2, l2) {
|
|
|
2174
2174
|
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
2175
|
}
|
|
2176
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" }, Tn = i("div", { class: "h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-28" }, null, -1), En = { name: "uiDropdown" }, In = Object.assign(En, { 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 }) {
|
|
2177
|
-
const s2 = r2, c2 = l2, p2 =
|
|
2177
|
+
const s2 = r2, c2 = l2, p2 = d(() => {
|
|
2178
2178
|
let e2 = c2.items.find((e3) => true === e3.active);
|
|
2179
2179
|
return e2 ? e2.name : c2.label;
|
|
2180
2180
|
});
|
|
2181
|
-
return (r3,
|
|
2181
|
+
return (r3, d2) => l2.loading ? (e(), a("div", Dn, [Tn, 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: E(() => [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: E(() => [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: E(() => [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: E(() => [i("div", On, [(e(true), a(k, null, P(l2.items, (l3, a2) => (e(), t(u(Fl), { key: a2 }, { default: E(() => [i("a", { onClick: (e2) => ((e3) => {
|
|
2182
2182
|
c2.disabled || s2("optionSelected", e3.value);
|
|
2183
2183
|
})(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 },
|
|
2184
|
+
} }), _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
2185
|
} }, 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" },
|
|
2186
|
+
const r2 = l2, d2 = t2, c2 = s(d2.value);
|
|
2187
|
+
return p(() => d2.value, (e2) => {
|
|
2188
|
+
c2.value = e2, r2("inputChanged", { name: d2.name, value: c2.value });
|
|
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", 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]])]));
|
|
2190
|
+
} }), 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
2191
|
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
2192
|
} }, loading: { type: Boolean, default: true } }, emits: ["filesUploaded"], setup(t2, { emit: l2 }) {
|
|
2193
|
-
const r2 = s(""),
|
|
2193
|
+
const r2 = s(""), d2 = l2, c2 = t2, p2 = (e2) => {
|
|
2194
2194
|
let t3 = e2.dataTransfer.files;
|
|
2195
|
-
|
|
2195
|
+
d2("filesUploaded", t3), c2.filename = t3[0].name;
|
|
2196
2196
|
}, g2 = (e2) => {
|
|
2197
|
-
|
|
2197
|
+
d2("filesUploaded", e2.target.files), c2.filename = e2.target.files[0].name;
|
|
2198
2198
|
};
|
|
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",
|
|
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", 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(() => {
|
|
2200
|
+
}, ["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
2201
|
} }), 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
|
|
2202
|
+
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);
|
|
2203
|
+
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: E(() => [o(u(At), { class: "block text-sm font-medium" }, { default: E(() => [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: E(() => [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: E(() => [(e(true), a(k, null, P(f2.value, (l3) => (e(), t(u(zt), { key: l3.id, value: l3, as: "template" }, { default: E(({ 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"]));
|
|
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" }, 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 }) {
|
|
2205
|
+
const o2 = l2, i2 = t2, s2 = () => {
|
|
2206
|
+
void 0 !== i2.event && o2("tagEvent", i2.event);
|
|
2207
|
+
};
|
|
2208
|
+
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));
|
|
2209
|
+
} }), 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 }) {
|
|
2210
|
+
const r2 = l2, d2 = t2, c2 = (e2) => {
|
|
2206
2211
|
r2("inputChanged", e2.target.value);
|
|
2207
|
-
}, g2 = s(
|
|
2208
|
-
return p(() =>
|
|
2212
|
+
}, g2 = s(d2.value);
|
|
2213
|
+
return p(() => d2.value, (e2) => {
|
|
2209
2214
|
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:
|
|
2215
|
+
}), (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
2216
|
} }), 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
2217
|
const r2 = s(l2.checked);
|
|
2213
|
-
return (s2,
|
|
2214
|
-
} }), Oa = { key: 0, class: "flex flex-col" }, Ma = { class: "flex" }, Da = { class: "flex-shrink-0" }, Ta = { class: "ml-3" }, Ea = { class: "mt-4" }, Ia = { class: "-mx-2 -my-1.5 flex" }, _a = ["onClick"],
|
|
2218
|
+
return (s2, d2) => l2.loading ? (e(), a("div", wa, ka)) : (e(), t(u(Hl), { key: 0, as: "div", class: "flex items-center relative" }, { default: E(() => [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: E(() => [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: E(() => [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 }));
|
|
2219
|
+
} }), Oa = { key: 0, class: "flex flex-col" }, Ma = { class: "flex" }, Da = { class: "flex-shrink-0" }, Ta = { class: "ml-3" }, Ea = { 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", Ta, [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", Ea, [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
2220
|
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",
|
|
2221
|
+
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: E(() => [I(_(n3.name), 1)]), _: 2 }, 1032, ["color", "loading"]))), 128))])) : R("", true)]));
|
|
2217
2222
|
} }), 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
2223
|
const a2 = n2, o2 = s(l2.items);
|
|
2219
2224
|
return (n3, r2) => (e(), t(In, { loading: l2.loading, onOptionSelected: r2[0] || (r2[0] = (e2) => ((e3) => {
|
|
@@ -2222,14 +2227,14 @@ const On = { class: "py-1" }, Mn = ["onClick"], Dn = { key: 1, class: "animate-p
|
|
|
2222
2227
|
}), a2("filterSelected", e3);
|
|
2223
2228
|
})(e2)), position: l2.position, items: o2.value, label: l2.label }, null, 8, ["loading", "position", "items", "label"]));
|
|
2224
2229
|
} }), 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:
|
|
2230
|
+
const d2 = l2, c2 = s2, p2 = (e2) => {
|
|
2231
|
+
c2("modalAction", { modal: d2.modalName, action: e2 });
|
|
2227
2232
|
};
|
|
2228
|
-
return (s3,
|
|
2233
|
+
return (s3, d3) => (e(), t(u(on), { as: "template", show: l2.open }, { default: E(() => [o(u(bl), { as: "div", class: "relative z-10", onClose: d3[1] || (d3[1] = (e2) => p2("close")) }, { default: E(() => [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: E(() => [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: E(() => [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: E(() => [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: E(() => [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
2234
|
} }), 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
|
-
} }), To = { key: 0, role: "list", class: "divide-y divide-gray-100" }, Eo = { class: "min-w-0" }, Io = { class: "flex items-start gap-x-3" }, _o = { class: "text-sm font-semibold leading-6 text-gray-900" },
|
|
2235
|
+
const l2 = t2, r2 = d(() => l2.show);
|
|
2236
|
+
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: E(() => [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));
|
|
2237
|
+
} }), To = { key: 0, role: "list", class: "divide-y divide-gray-100" }, Eo = { 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", To, [(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", Eo, [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
2238
|
"undefined" != typeof globalThis ? globalThis : "undefined" != typeof window ? window : "undefined" != typeof global ? global : "undefined" != typeof self && self;
|
|
2234
2239
|
function $o(e2) {
|
|
2235
2240
|
return e2 && e2.__esModule && Object.prototype.hasOwnProperty.call(e2, "default") ? e2.default : e2;
|
|
@@ -2272,18 +2277,18 @@ const Vo = (e2, t2) => {
|
|
|
2272
2277
|
for (const [e3, n2] of t2)
|
|
2273
2278
|
l2[e3] = n2;
|
|
2274
2279
|
return l2;
|
|
2275
|
-
}, Ho = { class: "dateSelector flex items-center text-white flex-row" }, Yo = { class: "pagination flex items-center my-1 md:my-0" },
|
|
2280
|
+
}, 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
2281
|
const Wo = Vo({ name: "dateSelector", components: { ChevronLeftIcon: gn, ChevronRightIcon: fn }, computed: { currentDate() {
|
|
2277
2282
|
return Y(this.selectedDate).locale("es").format("DD MMM. YYYY");
|
|
2278
2283
|
} }, props: { selectedDate: { type: Object, required: true } }, methods: { selectDate(e2, t2) {
|
|
2279
2284
|
let l2;
|
|
2280
2285
|
"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) =>
|
|
2286
|
+
} } }, [["render", function(t2, l2, n2, r2, s2, d2) {
|
|
2287
|
+
const u2 = $("ChevronLeftIcon"), c2 = $("ChevronRightIcon");
|
|
2288
|
+
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
2289
|
}]]), 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
2290
|
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,
|
|
2291
|
+
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
2292
|
}]]);
|
|
2288
2293
|
var or = { exports: {} };
|
|
2289
2294
|
or.exports = function(e2, t2, l2) {
|
|
@@ -2292,16 +2297,16 @@ or.exports = function(e2, t2, l2) {
|
|
|
2292
2297
|
return this.format(e3) === t3.format(e3);
|
|
2293
2298
|
};
|
|
2294
2299
|
};
|
|
2295
|
-
const rr = $o(or.exports), ir = { class: "text-xs" }, sr = { class: "font-bold text-lg" },
|
|
2296
|
-
const
|
|
2300
|
+
const rr = $o(or.exports), ir = { class: "text-xs" }, sr = { class: "font-bold text-lg" }, dr = { class: "text-xs font-medium" };
|
|
2301
|
+
const ur = Vo({ name: "calendarDay", props: { day: Object }, computed: { currentDay() {
|
|
2297
2302
|
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":
|
|
2303
|
+
} } }, [["render", function(t2, l2, o2, r2, s2, d2) {
|
|
2304
|
+
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
2305
|
}]]), cr = { name: "dayPrice", props: { currency: String, price: Object, basePrice: Number, isBasePrice: { type: Boolean, default: false } }, computed: { currentDay() {
|
|
2301
2306
|
return { isWeekend: 6 == Y(this.price.date).format("d") || 0 == Y(this.price.date).format("d"), price: this.price.price };
|
|
2302
2307
|
} } }, 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":
|
|
2308
|
+
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) {
|
|
2309
|
+
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
2310
|
}]]), uiButton: ee, SkeletonTable: ar }, computed: { days() {
|
|
2306
2311
|
let e2 = [];
|
|
2307
2312
|
for (let t2 = 0; t2 < this.showDays; t2++)
|
|
@@ -2324,111 +2329,111 @@ const gr = { name: "uiPriceCalendar", data: () => ({ today: /* @__PURE__ */ new
|
|
|
2324
2329
|
this.$emit("tableAction", e2);
|
|
2325
2330
|
}, changeRoomPrice(e2) {
|
|
2326
2331
|
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" }, Tr = { colspan: "20", scope: "colgroup", class: "bg-gray-200 py-2 pl-4 pr-3 text-left font-semibold text-gray-900 relative" }, Er = { 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" },
|
|
2328
|
-
const Hr = Vo(gr, [["render", function(l2, r2, s2,
|
|
2332
|
+
} } }, 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" }, Tr = { colspan: "20", scope: "colgroup", class: "bg-gray-200 py-2 pl-4 pr-3 text-left font-semibold text-gray-900 relative" }, Er = { 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" };
|
|
2333
|
+
const Hr = Vo(gr, [["render", function(l2, r2, s2, d2, u2, c2) {
|
|
2329
2334
|
var _a2, _b;
|
|
2330
2335
|
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" },
|
|
2336
|
+
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: E(() => [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", Tr, [((_a2 = l2.selectedRooms) == null ? void 0 : _a2.length) > 0 && ((_b = s2.actions) == null ? void 0 : _b.length) > 0 ? (e(), a("div", Er, [(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))])])])])])]));
|
|
2337
|
+
}]]), 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
2338
|
const o2 = l2, r2 = t2;
|
|
2334
|
-
let s2 =
|
|
2339
|
+
let s2 = d(() => r2.range);
|
|
2335
2340
|
const c2 = (e2) => {
|
|
2336
2341
|
s2.value = e2, o2("rangeSelected", e2);
|
|
2337
2342
|
};
|
|
2338
|
-
return (t3, l3) => (e(), a("ul", Yr, [i("li", { class: n({ selected: "24h" ===
|
|
2343
|
+
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
2344
|
} }), 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
2345
|
const r2 = l2, s2 = t2;
|
|
2341
2346
|
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
2347
|
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 =
|
|
2348
|
+
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
2349
|
r2("dataPointSelection", { id: s2.id, chartContext: t3, config: l3, event: e2 });
|
|
2345
2350
|
};
|
|
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(
|
|
2351
|
+
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
2352
|
} }), 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
2353
|
const oi = Vo(li, [["render", function(t2, l2, n2, o2, r2, i2) {
|
|
2349
2354
|
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 =
|
|
2355
|
+
}]]), 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 }) {
|
|
2356
|
+
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
2357
|
let e2 = [];
|
|
2353
2358
|
for (let t3 = Number(f2.value); t3 <= Number(m2.value); t3++)
|
|
2354
2359
|
e2.push(t3);
|
|
2355
2360
|
return e2;
|
|
2356
2361
|
});
|
|
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" }, Ti = { class: "flex-1 space-y-1", "aria-label": "Sidebar" }, Ei = { key: 0 }, Ii = ["onClick"], _i = { key: 0, class: "text-left" },
|
|
2362
|
+
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]])])])])]));
|
|
2363
|
+
} }), 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" }, Ti = { class: "flex-1 space-y-1", "aria-label": "Sidebar" }, Ei = { 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
2364
|
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" },
|
|
2365
|
+
return (r3, d2) => (e(), a("div", Oi, [i("div", Mi, [i("div", Di, [i("nav", Ti, [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: E(({ 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: E(() => [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: E(() => [(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: E(() => [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", Ei, [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))])])])]));
|
|
2366
|
+
} }), $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
2367
|
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" },
|
|
2368
|
+
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)]));
|
|
2369
|
+
} }), 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: E(() => [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: E(() => [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"], Ts = { class: "min-w-full table-fixed divide-y divide-gray-300" }, Es = { 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
2370
|
let c2 = s([]);
|
|
2366
2371
|
s(false);
|
|
2367
2372
|
let p2 = s(void 0);
|
|
2368
|
-
const g2 = r2, f2 = l2, m2 =
|
|
2373
|
+
const g2 = r2, f2 = l2, m2 = d(() => c2.value.length > 0 && c2.value.length < f2.items.length), v2 = (e2, t2) => {
|
|
2369
2374
|
p2 !== e2 && t2 && (p2.value = e2), t2 || (p2.value = void 0);
|
|
2370
2375
|
};
|
|
2371
2376
|
return (r3, s2) => {
|
|
2372
2377
|
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 =
|
|
2378
|
+
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", Ts, [i("thead", Es, [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
2379
|
var _a3, _b2;
|
|
2375
|
-
return e(), a("tr", { key: o2.id, class: n([
|
|
2380
|
+
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: E(() => [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
2381
|
}), 128))])])])])])])]));
|
|
2377
2382
|
};
|
|
2378
|
-
} }), Vs = { class: "lg:hidden" }, Hs = ["value"], Ys = { class: "hidden lg:block" },
|
|
2383
|
+
} }), 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
2384
|
const o2 = l2;
|
|
2380
2385
|
return (l3, r2) => (e(), a("div", null, [i("div", Vs, [i("select", { onChange: r2[0] || (r2[0] = (e2) => {
|
|
2381
2386
|
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" },
|
|
2387
|
+
}), 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))])])])]));
|
|
2388
|
+
} }), 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
2389
|
const s2 = $("uiIcon");
|
|
2385
|
-
return t2.loading ? (e(), a("div",
|
|
2386
|
-
} }),
|
|
2390
|
+
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]])]));
|
|
2391
|
+
} }), 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
2392
|
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
|
|
2393
|
+
}, XMarkIcon: Cn } }, Md = { class: "mx-auto px-6 lg:px-8" }, Dd = { class: "flex justify-between h-20" }, Td = { class: "flex" }, Ed = { 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"];
|
|
2394
|
+
const Jd = Vo(Od, [["render", function(l2, r2, s2, d2, u2, c2) {
|
|
2390
2395
|
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: E(({ open:
|
|
2392
|
-
}]]),
|
|
2396
|
+
return e(), t(x2, { as: "nav", class: "bg-white shadow z-10" }, { default: E(({ open: d3 }) => [i("div", Md, [i("div", Dd, [i("div", Td, [i("div", Ed, [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: E(() => [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: E(() => [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: E(() => [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: E(() => [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: E(() => [(e(true), a(k, null, P(s2.profileMenu, (a2) => (e(), t(v2, { key: a2.name }, { default: E(({ 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: E(() => [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: E(() => [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: E(() => [i("p", { onClick: (e2) => l2.$emit("topBarClick", n2.id) }, _(n2.name), 9, Kd)]), _: 2 }, 1024))), 128))])])]), _: 1 })]), _: 1 });
|
|
2397
|
+
}]]), Gd = { chart: { type: "bar", toolbar: { show: false }, zoom: { enabled: false } }, colors: ["#715aff"], dataLabels: { enabled: true, formatter: function(e2, t2) {
|
|
2393
2398
|
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 =
|
|
2399
|
+
} }, 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 }) {
|
|
2400
|
+
const r2 = l2, s2 = t2, c2 = d(() => ({ ...s2.options, ...Gd })), p2 = d(() => s2.series), g2 = () => r2("chartUpdated"), f2 = (e2, t3, l3) => {
|
|
2396
2401
|
r2("dataPointSelection", { id: s2.id, chartContext: t3, config: l3, event: e2 });
|
|
2397
2402
|
};
|
|
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
|
-
} }),
|
|
2403
|
+
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));
|
|
2404
|
+
} }), 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: E(() => [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
2405
|
const a2 = n2;
|
|
2401
|
-
return (n3, s2) => (e(), t(
|
|
2402
|
-
} }),
|
|
2403
|
-
const r2 = n2,
|
|
2404
|
-
return (n3, s2) => (e(), a("div",
|
|
2406
|
+
return (n3, s2) => (e(), t(u(on), { as: "template", show: l2.open }, { default: E(() => [o(u(bl), { as: "div", class: "relative z-10", onClose: s2[1] || (s2[1] = (e2) => a2("closeRightBar")) }, { default: E(() => [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: E(() => [o(u(yl), { class: "pointer-events-auto w-screen max-w-md" }, { default: E(() => [i("div", fu, [i("div", mu, [i("div", vu, [o(u(xl), { class: "text-base font-semibold leading-6 text-white" }, { default: E(() => [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"]));
|
|
2407
|
+
} }), 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" }, Tu = ["src"], Eu = ["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 }) {
|
|
2408
|
+
const r2 = n2, d2 = s(false);
|
|
2409
|
+
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
2410
|
var t2;
|
|
2406
|
-
"close" !== (t2 = e2).action ? r2("modalAction", t2) :
|
|
2407
|
-
}) }, { default: E(() => [i("p", null, _(l2.literals.modalText), 1)]), _: 1 }, 8, ["open", "title", "actions"])), l2.loading ? (e(), a("ul",
|
|
2408
|
-
} }),
|
|
2411
|
+
"close" !== (t2 = e2).action ? r2("modalAction", t2) : d2.value = false;
|
|
2412
|
+
}) }, { default: E(() => [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, Tu), i("button", { type: "button", class: "absolute inset-0 focus:outline-none", onClick: (e2) => n3.$emit("imgClicked", t2) }, null, 8, Eu)]), 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: E(() => [I(_(l2.literals.deleteAllImages), 1)]), _: 1 })) : R("", true)]));
|
|
2413
|
+
} }), 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
2414
|
const n2 = l2;
|
|
2410
2415
|
let r2 = s(n2.elements);
|
|
2411
2416
|
return p(() => n2.elements, (e2) => {
|
|
2412
2417
|
r2.value = e2;
|
|
2413
|
-
}), (n3, s2) => l2.loading ? (e(), a("div",
|
|
2414
|
-
} }),
|
|
2418
|
+
}), (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: E(({ 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"]));
|
|
2419
|
+
} }), 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
2420
|
const r2 = l2, s2 = t2;
|
|
2416
2421
|
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 =
|
|
2422
|
+
const p2 = d(() => s2.series), g2 = d(() => ({ ...c2, ...s2.options })), f2 = () => r2("chartUpdated"), m2 = (e2, t3, l3) => {
|
|
2418
2423
|
r2("dataPointSelection", { id: s2.id, chartContext: t3, config: l3, event: e2 });
|
|
2419
2424
|
};
|
|
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",
|
|
2425
|
+
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
2426
|
} }), 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
2427
|
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: E(() => [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) =>
|
|
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,
|
|
2428
|
+
return (r2, i2) => t2.loading ? (e(), a("div", nc, [o($n, { loading: true }), o($n, { loading: true }), o(ee, { loading: true }, { default: E(() => [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: E(() => [I(_(t2.literals.search), 1)]), _: 1 }, 8, ["disabled", "class"])]));
|
|
2429
|
+
} }), 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 }) {
|
|
2430
|
+
const r2 = o2, d2 = s(l2.sliderValue);
|
|
2431
|
+
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)]));
|
|
2432
|
+
} }), 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: E(() => [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: E(() => [I(_(l3.name), 1)]), _: 2 }, 1032, ["event", "color"]))), 128))])])])])) }), Tc = { 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 }, Ec = { install(e2) {
|
|
2433
|
+
Object.keys(Tc).forEach((t2) => {
|
|
2434
|
+
e2.component(t2, Tc[t2]);
|
|
2430
2435
|
});
|
|
2431
2436
|
} };
|
|
2432
2437
|
export {
|
|
2433
|
-
|
|
2438
|
+
Ec as default
|
|
2434
2439
|
};
|