manolis-ui 0.6.8 → 0.6.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +4 -0
- package/dist/manolis-ui.js +435 -423
- package/dist/manolis-ui.umd.cjs +1 -1
- package/dist/style.css +33 -0
- package/package.json +1 -1
package/dist/manolis-ui.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
const
|
|
1
|
+
import { defineComponent as z, computed as B, createElementBlock as o, openBlock as l, normalizeClass as C, createCommentVNode as M, renderSlot as D, createTextVNode as de, createElementVNode as n, Fragment as I, renderList as V, toDisplayString as S, ref as $, h as re, onMounted as G, watch as N, withDirectives as R, createVNode as te, isRef as Be, vModelCheckbox as ze, unref as F, provide as Pe, normalizeStyle as ce, inject as Ae, defineAsyncComponent as Le, onBeforeUnmount as ie, createBlock as ue, resolveDynamicComponent as me, mergeProps as he, nextTick as ge, onUnmounted as we, vModelSelect as J, vModelText as ee, useSlots as Ee, Comment as Ue, withKeys as be, withModifiers as se, vShow as je } from "vue";
|
|
2
|
+
const Re = {
|
|
3
3
|
key: 0,
|
|
4
4
|
class: "loading loading-spinner"
|
|
5
|
-
}, sn = /* @__PURE__ */
|
|
5
|
+
}, sn = /* @__PURE__ */ z({
|
|
6
6
|
__name: "ButtonComponent",
|
|
7
7
|
props: {
|
|
8
8
|
outlined: { type: Boolean, default: !1 },
|
|
@@ -53,7 +53,7 @@ const Fe = {
|
|
|
53
53
|
default:
|
|
54
54
|
return "btn-neutral";
|
|
55
55
|
}
|
|
56
|
-
}),
|
|
56
|
+
}), a = B(() => {
|
|
57
57
|
switch (d.shape) {
|
|
58
58
|
case "square":
|
|
59
59
|
return "btn-square";
|
|
@@ -63,19 +63,19 @@ const Fe = {
|
|
|
63
63
|
return "";
|
|
64
64
|
}
|
|
65
65
|
});
|
|
66
|
-
return (s, r) => (l(),
|
|
67
|
-
class: C(["btn", { "btn-outline": d.outlined }, { "btn-active": d.active }, t.value, e.value,
|
|
66
|
+
return (s, r) => (l(), o("button", {
|
|
67
|
+
class: C(["btn", { "btn-outline": d.outlined }, { "btn-active": d.active }, t.value, e.value, a.value])
|
|
68
68
|
}, [
|
|
69
|
-
s.loading ? (l(),
|
|
69
|
+
s.loading ? (l(), o("span", Re)) : M("", !0),
|
|
70
70
|
D(s.$slots, "default", {}, () => [
|
|
71
71
|
r[0] || (r[0] = de("Submit"))
|
|
72
72
|
])
|
|
73
73
|
], 2));
|
|
74
74
|
}
|
|
75
|
-
}),
|
|
75
|
+
}), Fe = {
|
|
76
76
|
tabindex: "0",
|
|
77
77
|
class: "z-1 bg-base-100 shadow-sm p-2 rounded-sm min-w-[inherit] md:min-w-full xl:min-w-52 dropdown-content menu"
|
|
78
|
-
}, Ne = ["href"], rn = /* @__PURE__ */
|
|
78
|
+
}, Ne = ["href"], rn = /* @__PURE__ */ z({
|
|
79
79
|
__name: "dropdown",
|
|
80
80
|
props: {
|
|
81
81
|
items: {},
|
|
@@ -94,26 +94,26 @@ const Fe = {
|
|
|
94
94
|
start: "",
|
|
95
95
|
end: "dropdown-end"
|
|
96
96
|
}, t = i;
|
|
97
|
-
return (
|
|
97
|
+
return (a, s) => (l(), o("div", {
|
|
98
98
|
class: C(["dropdown", d[t.position], e[t.floatPosition], { "dropdown-open": t.forceOpen }, { "dropdown-hover": t.openOnHover }])
|
|
99
99
|
}, [
|
|
100
|
-
D(
|
|
100
|
+
D(a.$slots, "default", {
|
|
101
101
|
tabindex: "0",
|
|
102
102
|
role: "button"
|
|
103
103
|
}, () => [
|
|
104
104
|
s[0] || (s[0] = n("div", { class: "m-1 btn" }, "Open dropdown", -1))
|
|
105
105
|
]),
|
|
106
|
-
n("ul",
|
|
107
|
-
(l(!0),
|
|
106
|
+
n("ul", Fe, [
|
|
107
|
+
(l(!0), o(I, null, V(a.items, (r) => (l(), o("li", null, [
|
|
108
108
|
n("a", {
|
|
109
109
|
href: r.link
|
|
110
110
|
}, S(r.text), 9, Ne)
|
|
111
111
|
]))), 256)),
|
|
112
|
-
D(
|
|
112
|
+
D(a.$slots, "additional")
|
|
113
113
|
])
|
|
114
114
|
], 2));
|
|
115
115
|
}
|
|
116
|
-
}), qe = { class: "modal-box" }, He = { class: "modal-action" }, un = /* @__PURE__ */
|
|
116
|
+
}), qe = { class: "modal-box" }, He = { class: "modal-action" }, un = /* @__PURE__ */ z({
|
|
117
117
|
__name: "modal",
|
|
118
118
|
props: {
|
|
119
119
|
position: { default: "center" },
|
|
@@ -124,20 +124,20 @@ const Fe = {
|
|
|
124
124
|
top: "modal-top",
|
|
125
125
|
bottom: "modal-bottom",
|
|
126
126
|
center: "modal-middle"
|
|
127
|
-
}, t =
|
|
127
|
+
}, t = $(null), a = () => {
|
|
128
128
|
var r;
|
|
129
129
|
(r = t.value) == null || r.showModal();
|
|
130
130
|
}, s = () => {
|
|
131
131
|
var r;
|
|
132
132
|
(r = t.value) == null || r.close();
|
|
133
133
|
};
|
|
134
|
-
return (r,
|
|
134
|
+
return (r, g) => (l(), o(I, null, [
|
|
135
135
|
n("span", {
|
|
136
136
|
class: "w-fit cursor-pointer",
|
|
137
|
-
onClick:
|
|
137
|
+
onClick: a
|
|
138
138
|
}, [
|
|
139
139
|
D(r.$slots, "trigger", { role: "button" }, () => [
|
|
140
|
-
|
|
140
|
+
g[0] || (g[0] = n("button", { class: "btn" }, "Open", -1))
|
|
141
141
|
])
|
|
142
142
|
]),
|
|
143
143
|
n("dialog", {
|
|
@@ -155,7 +155,7 @@ const Fe = {
|
|
|
155
155
|
class: C(r.withBackdrop ? "modal-backdrop" : "")
|
|
156
156
|
}, [
|
|
157
157
|
D(r.$slots, "close-button", {}, () => [
|
|
158
|
-
|
|
158
|
+
g[1] || (g[1] = n("button", { class: "btn" }, "Close", -1))
|
|
159
159
|
])
|
|
160
160
|
], 34)
|
|
161
161
|
])
|
|
@@ -163,14 +163,14 @@ const Fe = {
|
|
|
163
163
|
], 2)
|
|
164
164
|
], 64));
|
|
165
165
|
}
|
|
166
|
-
}), We = { class: "flex justify-center items-center swap-on" }, Ke = { class: "flex justify-center items-center swap-off" }, dn = /* @__PURE__ */
|
|
166
|
+
}), We = { class: "flex justify-center items-center swap-on" }, Ke = { class: "flex justify-center items-center swap-off" }, dn = /* @__PURE__ */ z({
|
|
167
167
|
__name: "swap",
|
|
168
168
|
props: {
|
|
169
169
|
effect: {}
|
|
170
170
|
},
|
|
171
171
|
setup(i) {
|
|
172
172
|
const d = i;
|
|
173
|
-
return (e, t) => (l(),
|
|
173
|
+
return (e, t) => (l(), o("label", {
|
|
174
174
|
class: C(["swap", d.effect ? `swap-${e.effect}` : ""])
|
|
175
175
|
}, [
|
|
176
176
|
t[0] || (t[0] = n("input", { type: "checkbox" }, null, -1)),
|
|
@@ -213,7 +213,7 @@ var oe = {
|
|
|
213
213
|
* This source code is licensed under the ISC license.
|
|
214
214
|
* See the LICENSE file in the root directory of this source tree.
|
|
215
215
|
*/
|
|
216
|
-
const Je = ({ size: i, strokeWidth: d = 2, absoluteStrokeWidth: e, color: t, iconNode:
|
|
216
|
+
const Je = ({ size: i, strokeWidth: d = 2, absoluteStrokeWidth: e, color: t, iconNode: a, name: s, class: r, ...g }, { slots: c }) => re(
|
|
217
217
|
"svg",
|
|
218
218
|
{
|
|
219
219
|
...oe,
|
|
@@ -222,9 +222,9 @@ const Je = ({ size: i, strokeWidth: d = 2, absoluteStrokeWidth: e, color: t, ico
|
|
|
222
222
|
stroke: t || oe.stroke,
|
|
223
223
|
"stroke-width": e ? Number(d) * 24 / Number(i) : d,
|
|
224
224
|
class: ["lucide", `lucide-${Ye(s ?? "icon")}`],
|
|
225
|
-
...
|
|
225
|
+
...g
|
|
226
226
|
},
|
|
227
|
-
[...
|
|
227
|
+
[...a.map((p) => re(...p)), ...c.default ? [c.default()] : []]
|
|
228
228
|
);
|
|
229
229
|
/**
|
|
230
230
|
* @license lucide-vue-next v0.468.0 - ISC
|
|
@@ -298,7 +298,7 @@ const Qe = le("SunIcon", [
|
|
|
298
298
|
["path", { d: "m6.34 17.66-1.41 1.41", key: "1m8zz5" }],
|
|
299
299
|
["path", { d: "m19.07 4.93-1.41 1.41", key: "1shlcs" }]
|
|
300
300
|
]), et = (i, d) => {
|
|
301
|
-
const e =
|
|
301
|
+
const e = $(null);
|
|
302
302
|
return G(() => {
|
|
303
303
|
if (typeof window < "u") {
|
|
304
304
|
const t = window.localStorage.getItem(i);
|
|
@@ -307,7 +307,7 @@ const Qe = le("SunIcon", [
|
|
|
307
307
|
}), N(e, (t) => {
|
|
308
308
|
typeof window < "u" && window.localStorage.setItem(i, JSON.stringify(t));
|
|
309
309
|
}), e;
|
|
310
|
-
}, tt = { class: "swap-rotate swap" }, lt = ["true-value", "false-value"], cn = /* @__PURE__ */
|
|
310
|
+
}, tt = { class: "swap-rotate swap" }, lt = ["true-value", "false-value"], cn = /* @__PURE__ */ z({
|
|
311
311
|
__name: "theme-controller",
|
|
312
312
|
props: {
|
|
313
313
|
lightTheme: { default: "light" },
|
|
@@ -315,26 +315,26 @@ const Qe = le("SunIcon", [
|
|
|
315
315
|
},
|
|
316
316
|
setup(i) {
|
|
317
317
|
const d = i, e = et("theme", d.lightTheme);
|
|
318
|
-
function t(
|
|
319
|
-
typeof window < "u" && window.document && document.documentElement.setAttribute("data-theme",
|
|
318
|
+
function t(a) {
|
|
319
|
+
typeof window < "u" && window.document && document.documentElement.setAttribute("data-theme", a);
|
|
320
320
|
}
|
|
321
|
-
return G(() => t(e.value ? e.value : "")), N(e, (
|
|
322
|
-
t(
|
|
323
|
-
}), (
|
|
324
|
-
|
|
321
|
+
return G(() => t(e.value ? e.value : "")), N(e, (a) => {
|
|
322
|
+
t(a);
|
|
323
|
+
}), (a, s) => (l(), o("label", tt, [
|
|
324
|
+
R(n("input", {
|
|
325
325
|
type: "checkbox",
|
|
326
326
|
class: "theme-controller",
|
|
327
327
|
"onUpdate:modelValue": s[0] || (s[0] = (r) => Be(e) ? e.value = r : null),
|
|
328
328
|
"true-value": d.lightTheme,
|
|
329
329
|
"false-value": d.darkTheme
|
|
330
330
|
}, null, 8, lt), [
|
|
331
|
-
[
|
|
331
|
+
[ze, F(e)]
|
|
332
332
|
]),
|
|
333
|
-
te(
|
|
334
|
-
te(
|
|
333
|
+
te(F(Qe), { class: "swap-off fill-current" }),
|
|
334
|
+
te(F(Ze), { class: "swap-on fill-current" })
|
|
335
335
|
]));
|
|
336
336
|
}
|
|
337
|
-
}), nt = ["name"], at = { class: "collapse-title font-bold text-2xl lg:text-4xl" }, ot = { class: "collapse-content" }, st = ["innerHTML"], pn = /* @__PURE__ */
|
|
337
|
+
}), nt = ["name"], at = { class: "collapse-title font-bold text-2xl lg:text-4xl" }, ot = { class: "collapse-content" }, st = ["innerHTML"], pn = /* @__PURE__ */ z({
|
|
338
338
|
__name: "accordion",
|
|
339
339
|
props: {
|
|
340
340
|
name: {},
|
|
@@ -344,7 +344,7 @@ const Qe = le("SunIcon", [
|
|
|
344
344
|
},
|
|
345
345
|
setup(i) {
|
|
346
346
|
const d = i;
|
|
347
|
-
return (e, t) => (l(!0),
|
|
347
|
+
return (e, t) => (l(!0), o(I, null, V(d.items, (a, s) => (l(), o("div", {
|
|
348
348
|
class: C(["collapse border border-base-300", [e.icon ? `collapse-${e.icon}` : "", { "join-item": e.joinItems }]]),
|
|
349
349
|
key: s
|
|
350
350
|
}, [
|
|
@@ -353,15 +353,15 @@ const Qe = le("SunIcon", [
|
|
|
353
353
|
name: e.name,
|
|
354
354
|
value: "true"
|
|
355
355
|
}, null, 8, nt),
|
|
356
|
-
n("div", at, S(
|
|
356
|
+
n("div", at, S(a.title), 1),
|
|
357
357
|
n("div", ot, [
|
|
358
358
|
n("span", {
|
|
359
|
-
innerHTML:
|
|
359
|
+
innerHTML: a.content
|
|
360
360
|
}, null, 8, st)
|
|
361
361
|
])
|
|
362
362
|
], 2))), 128));
|
|
363
363
|
}
|
|
364
|
-
}), rt = ["src"], it = { class: "text-xl" }, vn = /* @__PURE__ */
|
|
364
|
+
}), rt = ["src"], it = { class: "text-xl" }, vn = /* @__PURE__ */ z({
|
|
365
365
|
__name: "avatar",
|
|
366
366
|
props: {
|
|
367
367
|
image: {},
|
|
@@ -370,16 +370,16 @@ const Qe = le("SunIcon", [
|
|
|
370
370
|
fullyRounded: { type: Boolean, default: !1 }
|
|
371
371
|
},
|
|
372
372
|
setup(i) {
|
|
373
|
-
const d = i, e =
|
|
373
|
+
const d = i, e = $(d.onlineStatus);
|
|
374
374
|
return N(
|
|
375
375
|
() => d.onlineStatus,
|
|
376
376
|
(t) => {
|
|
377
377
|
t && (e.value = t);
|
|
378
378
|
}
|
|
379
|
-
), (t,
|
|
379
|
+
), (t, a) => (l(), o("div", {
|
|
380
380
|
class: C(["avatar", [{ "avatar-online": e.value === "online" }, { "avatar-offline": e.value === "offline" }]])
|
|
381
381
|
}, [
|
|
382
|
-
t.image ? (l(),
|
|
382
|
+
t.image ? (l(), o("div", {
|
|
383
383
|
key: 0,
|
|
384
384
|
class: C(["rounded", [{ "rounded-full": t.fullyRounded }, { rounded: !t.fullyRounded }]])
|
|
385
385
|
}, [
|
|
@@ -387,7 +387,7 @@ const Qe = le("SunIcon", [
|
|
|
387
387
|
src: t.image,
|
|
388
388
|
class: "w-full h-full"
|
|
389
389
|
}, null, 8, rt)
|
|
390
|
-
], 2)) : (l(),
|
|
390
|
+
], 2)) : (l(), o("div", {
|
|
391
391
|
key: 1,
|
|
392
392
|
class: C(["flex justify-center bg-neutral p-[25%] rounded w-16 text-neutral-content text-center", [{ "rounded-full": t.fullyRounded }, { rounded: !t.fullyRounded }]])
|
|
393
393
|
}, [
|
|
@@ -395,7 +395,7 @@ const Qe = le("SunIcon", [
|
|
|
395
395
|
], 2))
|
|
396
396
|
], 2));
|
|
397
397
|
}
|
|
398
|
-
}), fn = /* @__PURE__ */
|
|
398
|
+
}), fn = /* @__PURE__ */ z({
|
|
399
399
|
__name: "badge",
|
|
400
400
|
props: {
|
|
401
401
|
color: { default: "neutral" },
|
|
@@ -419,10 +419,10 @@ const Qe = le("SunIcon", [
|
|
|
419
419
|
warning: "badge-warning",
|
|
420
420
|
error: "badge-error"
|
|
421
421
|
};
|
|
422
|
-
return (
|
|
422
|
+
return (a, s) => (l(), o("span", {
|
|
423
423
|
class: C(["badge", e[d.size], t[d.color], { "badge-outline": d.outline }])
|
|
424
424
|
}, [
|
|
425
|
-
D(
|
|
425
|
+
D(a.$slots, "default")
|
|
426
426
|
], 2));
|
|
427
427
|
}
|
|
428
428
|
}), ut = ["src", "alt"], dt = {
|
|
@@ -437,7 +437,7 @@ const Qe = le("SunIcon", [
|
|
|
437
437
|
}, vt = { class: "flex-col flex-nowrap mt-auto card-actions" }, ft = {
|
|
438
438
|
key: 1,
|
|
439
439
|
class: "card-body"
|
|
440
|
-
}, mn = /* @__PURE__ */
|
|
440
|
+
}, mn = /* @__PURE__ */ z({
|
|
441
441
|
__name: "card",
|
|
442
442
|
props: {
|
|
443
443
|
imgUrl: { default: "" },
|
|
@@ -452,17 +452,17 @@ const Qe = le("SunIcon", [
|
|
|
452
452
|
imgHeight: { default: "h-44" }
|
|
453
453
|
},
|
|
454
454
|
setup(i) {
|
|
455
|
-
const d = i, e =
|
|
455
|
+
const d = i, e = $(d.outlined);
|
|
456
456
|
return N(
|
|
457
457
|
() => d.outlined,
|
|
458
458
|
(t) => {
|
|
459
459
|
e.value = t;
|
|
460
460
|
}
|
|
461
|
-
), (t,
|
|
461
|
+
), (t, a) => (l(), o("div", {
|
|
462
462
|
class: C(["group bg-base-100 shadow-xl rounded-sm min-w-64 max-w-full h-full card card-compact", [{ "border-4 border-primary": e.value }, t.color ?? "", t.background]])
|
|
463
463
|
}, [
|
|
464
464
|
n("figure", null, [
|
|
465
|
-
t.imgUrl || t.imgUrl && !t.loading ? (l(),
|
|
465
|
+
t.imgUrl || t.imgUrl && !t.loading ? (l(), o("img", {
|
|
466
466
|
key: 0,
|
|
467
467
|
src: t.imgUrl,
|
|
468
468
|
alt: t.alt,
|
|
@@ -473,20 +473,20 @@ const Qe = le("SunIcon", [
|
|
|
473
473
|
t.imgHeight
|
|
474
474
|
]])
|
|
475
475
|
}, null, 10, ut)) : M("", !0),
|
|
476
|
-
t.loading && t.imgUrl ? (l(),
|
|
476
|
+
t.loading && t.imgUrl ? (l(), o("div", {
|
|
477
477
|
key: 1,
|
|
478
478
|
class: C(["w-full skeleton", t.imgHeight])
|
|
479
479
|
}, null, 2)) : M("", !0)
|
|
480
480
|
]),
|
|
481
|
-
t.loading ? M("", !0) : (l(),
|
|
482
|
-
t.title ? (l(),
|
|
481
|
+
t.loading ? M("", !0) : (l(), o("div", dt, [
|
|
482
|
+
t.title ? (l(), o("h2", ct, S(t.title), 1)) : M("", !0),
|
|
483
483
|
D(t.$slots, "details"),
|
|
484
|
-
t.description ? (l(),
|
|
484
|
+
t.description ? (l(), o("p", pt, S(t.description), 1)) : M("", !0),
|
|
485
485
|
n("div", vt, [
|
|
486
486
|
D(t.$slots, "actions")
|
|
487
487
|
])
|
|
488
488
|
])),
|
|
489
|
-
t.loading ? (l(),
|
|
489
|
+
t.loading ? (l(), o("div", ft, a[0] || (a[0] = [
|
|
490
490
|
n("div", { class: "flex flex-col gap-4 w-52" }, [
|
|
491
491
|
n("div", { class: "w-28 h-4 skeleton" }),
|
|
492
492
|
n("div", { class: "w-full h-4 skeleton" }),
|
|
@@ -495,13 +495,13 @@ const Qe = le("SunIcon", [
|
|
|
495
495
|
]))) : M("", !0)
|
|
496
496
|
], 2));
|
|
497
497
|
}
|
|
498
|
-
}), ke = Symbol("CarouselItemStyle"), mt = { class: "relative h-full" },
|
|
498
|
+
}), ke = Symbol("CarouselItemStyle"), mt = { class: "relative h-full" }, ht = {
|
|
499
499
|
key: 0,
|
|
500
500
|
class: "top-1/2 right-5 left-5 z-10 absolute flex justify-between -translate-y-1/2 transform"
|
|
501
|
-
},
|
|
501
|
+
}, gt = {
|
|
502
502
|
key: 1,
|
|
503
503
|
class: "bottom-5 z-10 absolute flex justify-center gap-2 py-2 w-full"
|
|
504
|
-
}, bt = ["onClick", "aria-label"], yt = /* @__PURE__ */
|
|
504
|
+
}, bt = ["onClick", "aria-label"], yt = /* @__PURE__ */ z({
|
|
505
505
|
__name: "carousel",
|
|
506
506
|
props: {
|
|
507
507
|
showIndicators: {
|
|
@@ -539,39 +539,39 @@ const Qe = le("SunIcon", [
|
|
|
539
539
|
}
|
|
540
540
|
},
|
|
541
541
|
setup(i, { expose: d }) {
|
|
542
|
-
const e = i, t =
|
|
542
|
+
const e = i, t = $(e.initialSlide), a = $(null), s = $(!1), r = $(0), g = B(() => ({
|
|
543
543
|
width: `calc((100% - ${e.slidesPerView > 1 ? (e.slidesPerView - 1) * e.gap : 0}px) / ${e.slidesPerView})`
|
|
544
544
|
}));
|
|
545
|
-
Pe(ke,
|
|
545
|
+
Pe(ke, g);
|
|
546
546
|
const c = () => {
|
|
547
|
-
|
|
547
|
+
a.value ? r.value = a.value.children.length : r.value = 0;
|
|
548
548
|
}, p = async (m) => {
|
|
549
|
-
if (!
|
|
550
|
-
const b = (m % r.value + r.value) % r.value,
|
|
551
|
-
if (
|
|
552
|
-
const
|
|
553
|
-
s.value = !0,
|
|
554
|
-
const K = e.sliderOrientation === "vertical" ?
|
|
549
|
+
if (!a.value || e.slidesPerView <= 0 || s.value || (c(), r.value === 0)) return;
|
|
550
|
+
const b = (m % r.value + r.value) % r.value, w = a.value, _ = e.sliderOrientation === "vertical" ? (w.offsetHeight - (e.slidesPerView - 1) * e.gap) / e.slidesPerView : (w.offsetWidth - (e.slidesPerView - 1) * e.gap) / e.slidesPerView;
|
|
551
|
+
if (_ <= 0) return;
|
|
552
|
+
const k = _ + e.gap, T = b * k, P = e.sliderOrientation === "vertical" ? w.scrollHeight - w.offsetHeight : w.scrollWidth - w.offsetWidth, H = Math.max(0, Math.min(T, P + 0.5));
|
|
553
|
+
s.value = !0, w.style.scrollBehavior = "auto";
|
|
554
|
+
const K = e.sliderOrientation === "vertical" ? w.scrollTop : w.scrollLeft, W = H - K;
|
|
555
555
|
if (Math.abs(W) < 1) {
|
|
556
556
|
s.value = !1, t.value = b;
|
|
557
557
|
return;
|
|
558
558
|
}
|
|
559
|
-
const
|
|
560
|
-
const
|
|
561
|
-
e.sliderOrientation === "vertical" ?
|
|
559
|
+
const x = performance.now(), U = (O) => {
|
|
560
|
+
const L = O - x, E = Math.min(1, L / e.slideDuration), Z = E < 0.5 ? 4 * E * E * E : 1 - Math.pow(-2 * E + 2, 3) / 2, ne = K + W * Z;
|
|
561
|
+
e.sliderOrientation === "vertical" ? w.scrollTop = ne : w.scrollLeft = ne, E < 1 ? requestAnimationFrame(U) : (e.sliderOrientation === "vertical" ? w.scrollTop = H : w.scrollLeft = H, t.value = b, s.value = !1);
|
|
562
562
|
};
|
|
563
|
-
requestAnimationFrame(
|
|
564
|
-
},
|
|
563
|
+
requestAnimationFrame(U);
|
|
564
|
+
}, y = () => {
|
|
565
565
|
p(t.value + 1);
|
|
566
|
-
},
|
|
566
|
+
}, A = () => {
|
|
567
567
|
p(t.value - 1);
|
|
568
568
|
}, q = (m) => {
|
|
569
569
|
p(m);
|
|
570
570
|
}, f = () => {
|
|
571
|
-
if (!
|
|
572
|
-
const m =
|
|
573
|
-
if (
|
|
574
|
-
const
|
|
571
|
+
if (!a.value || e.slidesPerView <= 0 || (c(), r.value === 0)) return;
|
|
572
|
+
const m = a.value, b = e.sliderOrientation === "vertical" ? m.offsetHeight : m.offsetWidth, w = e.slidesPerView > 1 ? (e.slidesPerView - 1) * e.gap : 0, _ = (b - w) / e.slidesPerView;
|
|
573
|
+
if (_ <= 0) return;
|
|
574
|
+
const k = Math.max(0, r.value - e.slidesPerView), T = Math.min(Math.max(0, e.initialSlide), k), P = T * (_ + e.gap), H = e.sliderOrientation === "vertical" ? m.scrollHeight - m.offsetHeight : m.scrollWidth - m.offsetWidth, K = Math.max(0, Math.min(P, H + 0.5));
|
|
575
575
|
e.sliderOrientation === "vertical" ? m.scrollTo({ top: K, behavior: "auto" }) : m.scrollTo({ left: K, behavior: "auto" }), t.value = T;
|
|
576
576
|
};
|
|
577
577
|
return G(() => {
|
|
@@ -584,22 +584,22 @@ const Qe = le("SunIcon", [
|
|
|
584
584
|
requestAnimationFrame(() => {
|
|
585
585
|
requestAnimationFrame(() => {
|
|
586
586
|
if (c(), r.value === 0) return;
|
|
587
|
-
const m = Math.max(0, r.value - e.slidesPerView), b = Math.min(t.value, m),
|
|
588
|
-
e.slideDuration = 0, p(b), e.slideDuration =
|
|
587
|
+
const m = Math.max(0, r.value - e.slidesPerView), b = Math.min(t.value, m), w = e.slideDuration;
|
|
588
|
+
e.slideDuration = 0, p(b), e.slideDuration = w;
|
|
589
589
|
});
|
|
590
590
|
});
|
|
591
|
-
}), d({ scrollToSlide: p }), (m, b) => (l(),
|
|
591
|
+
}), d({ scrollToSlide: p }), (m, b) => (l(), o("div", mt, [
|
|
592
592
|
n("div", {
|
|
593
593
|
ref_key: "carouselContainer",
|
|
594
|
-
ref:
|
|
594
|
+
ref: a,
|
|
595
595
|
class: C(["rounded w-full h-full overflow-x-scroll scroll-smooth carousel", [{ "carousel-horizontal md:snap-none": i.sliderOrientation == "horizontal" }, { "carousel-vertical": i.sliderOrientation == "vertical" }]]),
|
|
596
596
|
style: ce({ gap: `${i.gap}px` })
|
|
597
597
|
}, [
|
|
598
598
|
D(m.$slots, "default", {}, void 0, !0)
|
|
599
599
|
], 6),
|
|
600
|
-
i.showNavigationButtons ? (l(),
|
|
600
|
+
i.showNavigationButtons ? (l(), o("div", ht, [
|
|
601
601
|
n("div", {
|
|
602
|
-
onClick:
|
|
602
|
+
onClick: A,
|
|
603
603
|
role: "button",
|
|
604
604
|
"aria-label": "Previous Slide"
|
|
605
605
|
}, [
|
|
@@ -611,7 +611,7 @@ const Qe = le("SunIcon", [
|
|
|
611
611
|
], !0)
|
|
612
612
|
]),
|
|
613
613
|
n("div", {
|
|
614
|
-
onClick:
|
|
614
|
+
onClick: y,
|
|
615
615
|
role: "button",
|
|
616
616
|
"aria-label": "Next Slide"
|
|
617
617
|
}, [
|
|
@@ -623,36 +623,36 @@ const Qe = le("SunIcon", [
|
|
|
623
623
|
], !0)
|
|
624
624
|
])
|
|
625
625
|
])) : M("", !0),
|
|
626
|
-
i.showIndicators ? (l(),
|
|
627
|
-
(l(!0),
|
|
628
|
-
key: `dot-${
|
|
629
|
-
onClick: (
|
|
630
|
-
class: C(["btn btn-circle btn-xs", { "btn-active":
|
|
631
|
-
"aria-label": `Go to slide ${
|
|
626
|
+
i.showIndicators ? (l(), o("div", gt, [
|
|
627
|
+
(l(!0), o(I, null, V(r.value, (w, _) => (l(), o("button", {
|
|
628
|
+
key: `dot-${_}`,
|
|
629
|
+
onClick: (k) => q(_),
|
|
630
|
+
class: C(["btn btn-circle btn-xs", { "btn-active": _ === t.value }]),
|
|
631
|
+
"aria-label": `Go to slide ${_ + 1}`
|
|
632
632
|
}, null, 10, bt))), 128))
|
|
633
633
|
])) : M("", !0)
|
|
634
634
|
]));
|
|
635
635
|
}
|
|
636
636
|
}), X = (i, d) => {
|
|
637
637
|
const e = i.__vccOpts || i;
|
|
638
|
-
for (const [t,
|
|
639
|
-
e[t] =
|
|
638
|
+
for (const [t, a] of d)
|
|
639
|
+
e[t] = a;
|
|
640
640
|
return e;
|
|
641
|
-
},
|
|
641
|
+
}, hn = /* @__PURE__ */ X(yt, [["__scopeId", "data-v-db55a6a5"]]), wt = /* @__PURE__ */ z({
|
|
642
642
|
__name: "carouselItem",
|
|
643
643
|
setup(i) {
|
|
644
|
-
const d =
|
|
645
|
-
return (e, t) => (l(),
|
|
644
|
+
const d = Ae(ke, $({}));
|
|
645
|
+
return (e, t) => (l(), o("div", {
|
|
646
646
|
class: "w-full h-full carousel-item",
|
|
647
|
-
style: ce(
|
|
647
|
+
style: ce(F(d))
|
|
648
648
|
}, [
|
|
649
649
|
D(e.$slots, "default", {}, void 0, !0)
|
|
650
650
|
], 4));
|
|
651
651
|
}
|
|
652
|
-
}),
|
|
652
|
+
}), gn = /* @__PURE__ */ X(wt, [["__scopeId", "data-v-507384bc"]]), kt = { class: "flex gap-4 bg-base-100 w-full tabs tabs-boxed" }, $t = ["onClick"], _t = { class: "text-sm" }, xt = { class: "md:block hidden opacity-35 text-xs truncate overflow-hidden ..." }, St = { class: "hidden" }, Ct = {
|
|
653
653
|
id: "advancedSearchMobile",
|
|
654
654
|
class: "modal"
|
|
655
|
-
}, Dt = { class: "modal-box" }, It = { class: "font-bold text-lg" }, Mt = ["checked"], Tt = { class: "flex justify-between items-center pr-4 w-full font-medium text-xl collapse-title" }, Vt = { class: "text-sm" }, Ot = { class: "flex place-content-center p-0 collapse-content" }, Bt = /* @__PURE__ */
|
|
655
|
+
}, Dt = { class: "modal-box" }, It = { class: "font-bold text-lg" }, Mt = ["checked"], Tt = { class: "flex justify-between items-center pr-4 w-full font-medium text-xl collapse-title" }, Vt = { class: "text-sm" }, Ot = { class: "flex place-content-center p-0 collapse-content" }, Bt = /* @__PURE__ */ z({
|
|
656
656
|
__name: "advancedSearch",
|
|
657
657
|
props: {
|
|
658
658
|
searchOptions: {},
|
|
@@ -660,31 +660,31 @@ const Qe = le("SunIcon", [
|
|
|
660
660
|
},
|
|
661
661
|
emits: ["search", "update:search-data"],
|
|
662
662
|
setup(i, { emit: d }) {
|
|
663
|
-
const e = i, t = d,
|
|
663
|
+
const e = i, t = d, a = $(null), s = {
|
|
664
664
|
datetime: Le(() => Promise.resolve().then(() => al))
|
|
665
|
-
}, r =
|
|
665
|
+
}, r = $({}), g = $({ left: "0px", top: "0px", transform: "translateX(0%)" }), c = $(null);
|
|
666
666
|
function p(m, b) {
|
|
667
|
-
var
|
|
668
|
-
if ((
|
|
667
|
+
var w, _, k;
|
|
668
|
+
if ((w = a.value) != null && w.name) {
|
|
669
669
|
t("update:search-data", {
|
|
670
|
-
tab:
|
|
670
|
+
tab: a.value.name,
|
|
671
671
|
data: m
|
|
672
672
|
});
|
|
673
673
|
return;
|
|
674
674
|
}
|
|
675
675
|
if (e.searchOptions) {
|
|
676
|
-
let T = (
|
|
676
|
+
let T = (k = (_ = e.searchOptions) == null ? void 0 : _.find((P) => (P == null ? void 0 : P.category) === e.currentCategory)) == null ? void 0 : k.tabs[b];
|
|
677
677
|
T !== void 0 && (T.value = m, t("update:search-data", {
|
|
678
678
|
tab: T == null ? void 0 : T.name,
|
|
679
679
|
data: T == null ? void 0 : T.value
|
|
680
680
|
}));
|
|
681
681
|
}
|
|
682
682
|
}
|
|
683
|
-
function
|
|
683
|
+
function y() {
|
|
684
684
|
t("search");
|
|
685
685
|
}
|
|
686
|
-
async function
|
|
687
|
-
c.value && !c.value.contains(m.target) && (await
|
|
686
|
+
async function A(m) {
|
|
687
|
+
c.value && !c.value.contains(m.target) && (await ge(), a.value = null);
|
|
688
688
|
}
|
|
689
689
|
async function q() {
|
|
690
690
|
if (typeof window < "u" && window.innerWidth <= 768) {
|
|
@@ -693,18 +693,18 @@ const Qe = le("SunIcon", [
|
|
|
693
693
|
}
|
|
694
694
|
}
|
|
695
695
|
async function f(m) {
|
|
696
|
-
var
|
|
697
|
-
|
|
696
|
+
var w;
|
|
697
|
+
a.value = m, await ge();
|
|
698
698
|
const b = r.value[m.name];
|
|
699
699
|
if (b) {
|
|
700
|
-
const
|
|
701
|
-
window.innerWidth > 768 ?
|
|
702
|
-
left: `${
|
|
703
|
-
top: `${
|
|
700
|
+
const _ = b.getBoundingClientRect(), k = ((w = c.value) == null ? void 0 : w.getBoundingClientRect()) || { left: 0, top: 0 };
|
|
701
|
+
window.innerWidth > 768 ? g.value = {
|
|
702
|
+
left: `${_.left + _.width / 2 - k.left}px`,
|
|
703
|
+
top: `${_.bottom - k.top}px`,
|
|
704
704
|
transform: "translateX(-50%)"
|
|
705
|
-
} :
|
|
705
|
+
} : g.value = {
|
|
706
706
|
left: "50%",
|
|
707
|
-
top: `${
|
|
707
|
+
top: `${_.bottom - k.top}px`,
|
|
708
708
|
transform: "translateX(-50%)"
|
|
709
709
|
// Center the popup horizontally on mobile
|
|
710
710
|
};
|
|
@@ -712,12 +712,12 @@ const Qe = le("SunIcon", [
|
|
|
712
712
|
console.error("Tab element not found for:", m.name);
|
|
713
713
|
}
|
|
714
714
|
return G(() => {
|
|
715
|
-
document.addEventListener("click",
|
|
715
|
+
document.addEventListener("click", A);
|
|
716
716
|
}), ie(() => {
|
|
717
|
-
document.removeEventListener("click",
|
|
717
|
+
document.removeEventListener("click", A);
|
|
718
718
|
}), (m, b) => {
|
|
719
|
-
var
|
|
720
|
-
return l(),
|
|
719
|
+
var w, _;
|
|
720
|
+
return l(), o(I, null, [
|
|
721
721
|
n("div", {
|
|
722
722
|
ref_key: "searchContainer",
|
|
723
723
|
ref: c,
|
|
@@ -728,34 +728,34 @@ const Qe = le("SunIcon", [
|
|
|
728
728
|
onClick: q
|
|
729
729
|
}, [
|
|
730
730
|
n("div", kt, [
|
|
731
|
-
(l(!0),
|
|
731
|
+
(l(!0), o(I, null, V(((w = e.searchOptions.find((k) => k.category === e.currentCategory)) == null ? void 0 : w.tabs) || [], (k) => {
|
|
732
732
|
var T;
|
|
733
|
-
return l(),
|
|
734
|
-
key:
|
|
735
|
-
onClick: (P) => f(
|
|
736
|
-
class: C([{ "tab-active": ((T =
|
|
733
|
+
return l(), o("button", {
|
|
734
|
+
key: k.name,
|
|
735
|
+
onClick: (P) => f(k),
|
|
736
|
+
class: C([{ "tab-active": ((T = a.value) == null ? void 0 : T.name) === k.name }, "group/searchitem relative after:top-0 after:-right-2 after:absolute first-of-type:flex-auto last-of-type:flex-auto md:after:content-[''] last-of-type:after:content-none after:content-none after:bg-base-200 hover:bg-base-200 p-1 rounded-sm w-auto after:w-[1px] after:h-10 text-start overflow-x-hidden pointer-events-none md:pointer-events-auto"]),
|
|
737
737
|
ref_for: !0,
|
|
738
|
-
ref: (P) => r.value[
|
|
738
|
+
ref: (P) => r.value[k.name] = P
|
|
739
739
|
}, [
|
|
740
|
-
n("p", _t, S(
|
|
741
|
-
n("p", xt, S(
|
|
740
|
+
n("p", _t, S(k.name), 1),
|
|
741
|
+
n("p", xt, S(k.description), 1)
|
|
742
742
|
], 10, $t);
|
|
743
743
|
}), 128))
|
|
744
744
|
]),
|
|
745
|
-
|
|
745
|
+
a.value ? (l(), o("div", {
|
|
746
746
|
key: 0,
|
|
747
747
|
class: "absolute flex shadow-sm mt-4 w-fit max-w-full transition-all tab-content",
|
|
748
|
-
style: ce(
|
|
748
|
+
style: ce(g.value)
|
|
749
749
|
}, [
|
|
750
|
-
(l(), ue(me(s[
|
|
750
|
+
(l(), ue(me(s[a.value.type]), he(a.value.props ? a.value.props : null, { onUpdated: p }), null, 16))
|
|
751
751
|
], 4)) : M("", !0),
|
|
752
752
|
n("button", {
|
|
753
753
|
title: "search",
|
|
754
754
|
type: "submit",
|
|
755
755
|
class: "ml-1 btn btn-primary btn-square",
|
|
756
|
-
onClick:
|
|
756
|
+
onClick: y
|
|
757
757
|
}, [
|
|
758
|
-
te(
|
|
758
|
+
te(F(ye), {
|
|
759
759
|
size: 24,
|
|
760
760
|
color: "white"
|
|
761
761
|
})
|
|
@@ -767,7 +767,7 @@ const Qe = le("SunIcon", [
|
|
|
767
767
|
onClick: b[0] || (b[0] = () => {
|
|
768
768
|
})
|
|
769
769
|
}, [
|
|
770
|
-
te(
|
|
770
|
+
te(F(ye), {
|
|
771
771
|
size: 24,
|
|
772
772
|
color: "white"
|
|
773
773
|
})
|
|
@@ -779,9 +779,9 @@ const Qe = le("SunIcon", [
|
|
|
779
779
|
D(m.$slots, "additionalForMobile", {}, () => [
|
|
780
780
|
n("h3", It, S(m.currentCategory), 1)
|
|
781
781
|
], !0),
|
|
782
|
-
(l(!0),
|
|
782
|
+
(l(!0), o(I, null, V(((_ = e.searchOptions.find((k) => k.category === e.currentCategory)) == null ? void 0 : _.tabs) || [], (k, T) => (l(), o("div", {
|
|
783
783
|
class: "bg-base-200 my-4 collapse",
|
|
784
|
-
key:
|
|
784
|
+
key: k.name
|
|
785
785
|
}, [
|
|
786
786
|
n("input", {
|
|
787
787
|
type: "radio",
|
|
@@ -789,12 +789,12 @@ const Qe = le("SunIcon", [
|
|
|
789
789
|
checked: T === 0
|
|
790
790
|
}, null, 8, Mt),
|
|
791
791
|
n("div", Tt, [
|
|
792
|
-
de(S(
|
|
793
|
-
n("p", Vt, S(
|
|
792
|
+
de(S(k.name) + " ", 1),
|
|
793
|
+
n("p", Vt, S(k.description), 1)
|
|
794
794
|
]),
|
|
795
795
|
n("div", Ot, [
|
|
796
796
|
b[1] || (b[1] = n("br", null, null, -1)),
|
|
797
|
-
(l(), ue(me(s[
|
|
797
|
+
(l(), ue(me(s[k.type]), he({ ref_for: !0 }, k.props || {}, {
|
|
798
798
|
onUpdated: (P) => p(P, T)
|
|
799
799
|
}), null, 16, ["onUpdated"]))
|
|
800
800
|
])
|
|
@@ -803,7 +803,7 @@ const Qe = le("SunIcon", [
|
|
|
803
803
|
n("form", { method: "dialog" }, [
|
|
804
804
|
n("button", {
|
|
805
805
|
class: "btn btn-primary",
|
|
806
|
-
onClick:
|
|
806
|
+
onClick: y
|
|
807
807
|
}, "Close and Search")
|
|
808
808
|
])
|
|
809
809
|
])
|
|
@@ -812,13 +812,13 @@ const Qe = le("SunIcon", [
|
|
|
812
812
|
], 64);
|
|
813
813
|
};
|
|
814
814
|
}
|
|
815
|
-
}), bn = /* @__PURE__ */ X(Bt, [["__scopeId", "data-v-08fa37eb"]]),
|
|
815
|
+
}), bn = /* @__PURE__ */ X(Bt, [["__scopeId", "data-v-08fa37eb"]]), zt = ["placeholder", "value", "id"], Pt = { class: "btn btn-ghost" }, At = ["id"], Lt = {
|
|
816
816
|
key: 0,
|
|
817
817
|
class: "flex justify-between items-center place-content-center mb-4"
|
|
818
818
|
}, Et = ["value"], Ut = ["value"], jt = {
|
|
819
819
|
key: 1,
|
|
820
820
|
class: "gap-2 grid grid-cols-7"
|
|
821
|
-
},
|
|
821
|
+
}, Rt = ["onClick"], Ft = {
|
|
822
822
|
key: 2,
|
|
823
823
|
class: "mt-4 lg:w-80"
|
|
824
824
|
}, Nt = {
|
|
@@ -872,90 +872,90 @@ const Qe = le("SunIcon", [
|
|
|
872
872
|
N(() => e.range, (v) => {
|
|
873
873
|
v ? (s.value = { start: null, end: null }, r.value = { start: null, end: null }) : (s.value = null, r.value = null);
|
|
874
874
|
});
|
|
875
|
-
const t = d,
|
|
876
|
-
B(() => new Date(c.value,
|
|
877
|
-
const
|
|
878
|
-
const v = new Date(c.value,
|
|
879
|
-
return Array.from({ length: v }, (
|
|
880
|
-
}), P = B(() => Array.from({ length:
|
|
875
|
+
const t = d, a = $(!1), s = $(e.range ? { start: null, end: null } : null), r = $(e.range ? { start: null, end: null } : null), g = $((/* @__PURE__ */ new Date()).toLocaleString("default", { month: "long" })), c = $((/* @__PURE__ */ new Date()).getFullYear()), p = $(e.range ? { start: 0, end: 0 } : 0), y = $(e.range ? { start: 0, end: 0 } : 0), A = $(null), q = B(() => `${e.id}-input`), f = B(() => `${e.id}-popup`), m = B(() => e.mode === "date" || e.mode === "datetime"), b = B(() => e.mode === "time" || e.mode === "datetime");
|
|
876
|
+
B(() => new Date(c.value, w.value));
|
|
877
|
+
const w = B(() => x.indexOf(g.value)), _ = ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"], k = B(() => new Date(c.value, w.value).getDay()), T = B(() => {
|
|
878
|
+
const v = new Date(c.value, w.value + 1, 0).getDate();
|
|
879
|
+
return Array.from({ length: v }, (h, u) => new Date(c.value, w.value, u + 1));
|
|
880
|
+
}), P = B(() => Array.from({ length: k.value }, (v, h) => h)), H = Array.from({ length: 24 }, (v, h) => h), K = Array.from({ length: 60 }, (v, h) => h), W = B(
|
|
881
881
|
() => typeof navigator < "u" && /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(
|
|
882
882
|
navigator.userAgent
|
|
883
883
|
)
|
|
884
|
-
),
|
|
884
|
+
), x = ["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"], U = B(() => {
|
|
885
885
|
const v = (/* @__PURE__ */ new Date()).getFullYear();
|
|
886
|
-
return Array.from({ length: 100 }, (
|
|
886
|
+
return Array.from({ length: 100 }, (h, u) => v - 50 + u);
|
|
887
887
|
}), O = B(() => {
|
|
888
888
|
if (!m.value || !s.value) return "";
|
|
889
889
|
if (e.range && s.value.start && s.value.end) {
|
|
890
|
-
const v = s.value.start.toLocaleDateString("en-US"),
|
|
891
|
-
return `${v} - ${
|
|
890
|
+
const v = s.value.start.toLocaleDateString("en-US"), h = s.value.end.toLocaleDateString("en-US");
|
|
891
|
+
return `${v} - ${h}`;
|
|
892
892
|
}
|
|
893
893
|
return !e.range && s.value ? s.value.toLocaleDateString("en-US") : "";
|
|
894
|
-
}),
|
|
894
|
+
}), L = (v) => v instanceof Date ? v : new Date(v), E = (v) => v instanceof Date && !isNaN(v), Z = B(() => {
|
|
895
895
|
if (!b.value) return "";
|
|
896
|
-
const v = (
|
|
896
|
+
const v = (h) => {
|
|
897
897
|
var ae, Q, fe;
|
|
898
|
-
const u = ((ae = p.value) == null ? void 0 : ae[
|
|
899
|
-
return W.value ? ((fe = r.value) == null ? void 0 : fe[
|
|
898
|
+
const u = ((ae = p.value) == null ? void 0 : ae[h]) ?? p.value, Y = ((Q = y.value) == null ? void 0 : Q[h]) ?? y.value;
|
|
899
|
+
return W.value ? ((fe = r.value) == null ? void 0 : fe[h]) ?? r.value : `${u.toString().padStart(2, "0")}:${Y.toString().padStart(2, "0")}`;
|
|
900
900
|
};
|
|
901
901
|
return e.range ? `${v("start")} - ${v("end")}` : v();
|
|
902
902
|
}), ne = B(() => {
|
|
903
|
-
const v = O.value,
|
|
904
|
-
return `${v} ${
|
|
905
|
-
}), $e = () =>
|
|
903
|
+
const v = O.value, h = Z.value;
|
|
904
|
+
return `${v} ${h}`.trim();
|
|
905
|
+
}), $e = () => a.value = !a.value, pe = () => {
|
|
906
906
|
j(), _e();
|
|
907
|
-
}, _e = () =>
|
|
907
|
+
}, _e = () => a.value = !1, xe = () => {
|
|
908
908
|
s.value = e.range ? { start: null, end: null } : null, r.value = e.range ? { start: null, end: null } : null, j();
|
|
909
909
|
}, Se = (v) => {
|
|
910
910
|
e.range ? s.value.start && s.value.end ? s.value = { start: v, end: null } : s.value.start ? s.value.end = v : s.value.start = v : s.value = v, j();
|
|
911
|
-
}, Ce = (v) => (v =
|
|
912
|
-
v =
|
|
913
|
-
const
|
|
914
|
-
return v.getDate() ===
|
|
915
|
-
}, Ie = (v) => (v =
|
|
916
|
-
if (v =
|
|
917
|
-
const
|
|
918
|
-
return Y >
|
|
911
|
+
}, Ce = (v) => (v = L(v), e.range ? s.value.start && E(s.value.start) && v.getTime() === s.value.start.getTime() || s.value.end && E(s.value.end) && v.getTime() === s.value.end.getTime() : E(s.value) && v.getTime() === s.value.getTime()), De = (v) => {
|
|
912
|
+
v = L(v);
|
|
913
|
+
const h = /* @__PURE__ */ new Date();
|
|
914
|
+
return v.getDate() === h.getDate() && v.getMonth() === h.getMonth() && v.getFullYear() === h.getFullYear();
|
|
915
|
+
}, Ie = (v) => (v = L(v), e.range && E(s.value.start) && v.getTime() === s.value.start.getTime()), Me = (v) => (v = L(v), e.range && E(s.value.end) && v.getTime() === s.value.end.getTime()), Te = (v) => {
|
|
916
|
+
if (v = L(v), e.range && E(s.value.start) && E(s.value.end)) {
|
|
917
|
+
const h = s.value.start.getTime(), u = s.value.end.getTime(), Y = v.getTime();
|
|
918
|
+
return Y > h && Y < u;
|
|
919
919
|
}
|
|
920
920
|
return !1;
|
|
921
921
|
}, Ve = () => {
|
|
922
|
-
let v =
|
|
923
|
-
v < 0 && (v = 11, c.value--),
|
|
922
|
+
let v = w.value - 1;
|
|
923
|
+
v < 0 && (v = 11, c.value--), g.value = x[v], j();
|
|
924
924
|
}, Oe = () => {
|
|
925
|
-
let v =
|
|
926
|
-
v > 11 && (v = 0, c.value++),
|
|
925
|
+
let v = w.value + 1;
|
|
926
|
+
v > 11 && (v = 0, c.value++), g.value = x[v], j();
|
|
927
927
|
}, ve = (v) => {
|
|
928
|
-
|
|
928
|
+
A.value && !A.value.contains(v.target) && a.value == !0 && pe();
|
|
929
929
|
}, j = () => {
|
|
930
930
|
let v = {};
|
|
931
|
-
const
|
|
931
|
+
const h = (u, Y, ae) => {
|
|
932
932
|
u instanceof Date && !isNaN(u) || (u = /* @__PURE__ */ new Date());
|
|
933
933
|
const Q = new Date(u);
|
|
934
934
|
return Q.setUTCHours(Y, ae, 0, 0), Q.toISOString();
|
|
935
935
|
};
|
|
936
|
-
e.range ? (v.from =
|
|
936
|
+
e.range ? (v.from = h(
|
|
937
937
|
s.value.start,
|
|
938
938
|
p.value.start,
|
|
939
|
-
|
|
940
|
-
), v.to =
|
|
939
|
+
y.value.start
|
|
940
|
+
), v.to = h(
|
|
941
941
|
s.value.end,
|
|
942
942
|
p.value.end,
|
|
943
|
-
|
|
944
|
-
)) : v =
|
|
943
|
+
y.value.end
|
|
944
|
+
)) : v = h(
|
|
945
945
|
s.value,
|
|
946
946
|
p.value,
|
|
947
|
-
|
|
947
|
+
y.value
|
|
948
948
|
), t("updated", v);
|
|
949
949
|
};
|
|
950
950
|
return G(() => {
|
|
951
951
|
e.initialDate && (e.range && e.initialDate.start && e.initialDate.end ? s.value = {
|
|
952
952
|
start: new Date(e.initialDate.start),
|
|
953
953
|
end: new Date(e.initialDate.end)
|
|
954
|
-
} : e.initialDate.start && (s.value = { start: new Date(e.initialDate.start) })), e.range ? (p.value.start = p.value.start ?? (/* @__PURE__ */ new Date()).getHours(), p.value.end = p.value.end ?? (/* @__PURE__ */ new Date()).getHours(),
|
|
955
|
-
}), e.popup && G(() => document.addEventListener("click", ve)), we(() => document.removeEventListener("click", ve)), (v,
|
|
954
|
+
} : e.initialDate.start && (s.value = { start: new Date(e.initialDate.start) })), e.range ? (p.value.start = p.value.start ?? (/* @__PURE__ */ new Date()).getHours(), p.value.end = p.value.end ?? (/* @__PURE__ */ new Date()).getHours(), y.value.start = y.value.start ?? (/* @__PURE__ */ new Date()).getMinutes(), y.value.end = y.value.end ?? (/* @__PURE__ */ new Date()).getMinutes()) : (p.value = p.value ?? (/* @__PURE__ */ new Date()).getHours(), y.value = y.value ?? (/* @__PURE__ */ new Date()).getMinutes());
|
|
955
|
+
}), e.popup && G(() => document.addEventListener("click", ve)), we(() => document.removeEventListener("click", ve)), (v, h) => (l(), o("div", {
|
|
956
956
|
class: "inline-block relative w-full lg:w-[360px]",
|
|
957
957
|
ref_key: "pickerContainer",
|
|
958
|
-
ref:
|
|
958
|
+
ref: A
|
|
959
959
|
}, [
|
|
960
960
|
n("div", {
|
|
961
961
|
class: "flex items-center gap-2 cursor-pointer",
|
|
@@ -969,22 +969,22 @@ const Qe = le("SunIcon", [
|
|
|
969
969
|
value: ne.value,
|
|
970
970
|
readonly: "",
|
|
971
971
|
id: q.value
|
|
972
|
-
}, null, 8,
|
|
972
|
+
}, null, 8, zt),
|
|
973
973
|
n("button", Pt, [
|
|
974
|
-
te(
|
|
974
|
+
te(F(Ge))
|
|
975
975
|
])
|
|
976
976
|
], !0) : M("", !0)
|
|
977
977
|
]),
|
|
978
|
-
|
|
978
|
+
a.value || !i.popup ? (l(), o("div", {
|
|
979
979
|
key: 0,
|
|
980
980
|
class: C(["z-50 lg:bg-base-100 md:mt-2 md:p-4 px-4 rounded-md w-full", [{ absolute: i.popup }]]),
|
|
981
981
|
id: f.value
|
|
982
982
|
}, [
|
|
983
|
-
m.value ? (l(),
|
|
983
|
+
m.value ? (l(), o("div", Lt, [
|
|
984
984
|
n("button", {
|
|
985
985
|
class: "hidden md:block btn-outline btn btn-primary md:btn-sm",
|
|
986
986
|
onClick: Ve
|
|
987
|
-
},
|
|
987
|
+
}, h[11] || (h[11] = [
|
|
988
988
|
n("svg", {
|
|
989
989
|
xmlns: "http://www.w3.org/2000/svg",
|
|
990
990
|
class: "w-4 h-4",
|
|
@@ -1000,24 +1000,24 @@ const Qe = le("SunIcon", [
|
|
|
1000
1000
|
})
|
|
1001
1001
|
], -1)
|
|
1002
1002
|
])),
|
|
1003
|
-
|
|
1003
|
+
R(n("select", {
|
|
1004
1004
|
class: "border-none w-fit select",
|
|
1005
|
-
"onUpdate:modelValue":
|
|
1005
|
+
"onUpdate:modelValue": h[0] || (h[0] = (u) => g.value = u),
|
|
1006
1006
|
onChange: j
|
|
1007
1007
|
}, [
|
|
1008
|
-
(l(),
|
|
1008
|
+
(l(), o(I, null, V(x, (u, Y) => n("option", {
|
|
1009
1009
|
key: Y,
|
|
1010
1010
|
value: u
|
|
1011
1011
|
}, S(u), 9, Et)), 64))
|
|
1012
1012
|
], 544), [
|
|
1013
|
-
[J,
|
|
1013
|
+
[J, g.value]
|
|
1014
1014
|
]),
|
|
1015
|
-
|
|
1015
|
+
R(n("select", {
|
|
1016
1016
|
class: "border-none w-24 select",
|
|
1017
|
-
"onUpdate:modelValue":
|
|
1017
|
+
"onUpdate:modelValue": h[1] || (h[1] = (u) => c.value = u),
|
|
1018
1018
|
onChange: j
|
|
1019
1019
|
}, [
|
|
1020
|
-
(l(!0),
|
|
1020
|
+
(l(!0), o(I, null, V(U.value, (u) => (l(), o("option", {
|
|
1021
1021
|
key: u,
|
|
1022
1022
|
value: u
|
|
1023
1023
|
}, S(u), 9, Ut))), 128))
|
|
@@ -1027,7 +1027,7 @@ const Qe = le("SunIcon", [
|
|
|
1027
1027
|
n("button", {
|
|
1028
1028
|
class: "hidden md:block btn-outline btn btn-primary md:btn-sm",
|
|
1029
1029
|
onClick: Oe
|
|
1030
|
-
},
|
|
1030
|
+
}, h[12] || (h[12] = [
|
|
1031
1031
|
n("svg", {
|
|
1032
1032
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1033
1033
|
class: "w-4 h-4",
|
|
@@ -1044,16 +1044,16 @@ const Qe = le("SunIcon", [
|
|
|
1044
1044
|
], -1)
|
|
1045
1045
|
]))
|
|
1046
1046
|
])) : M("", !0),
|
|
1047
|
-
m.value ? (l(),
|
|
1048
|
-
(l(),
|
|
1047
|
+
m.value ? (l(), o("div", jt, [
|
|
1048
|
+
(l(), o(I, null, V(_, (u) => n("div", {
|
|
1049
1049
|
key: u,
|
|
1050
1050
|
class: "text-center"
|
|
1051
1051
|
}, S(u), 1)), 64)),
|
|
1052
|
-
(l(!0),
|
|
1052
|
+
(l(!0), o(I, null, V(P.value, (u) => (l(), o("div", {
|
|
1053
1053
|
key: u,
|
|
1054
1054
|
class: "text-center"
|
|
1055
1055
|
}))), 128)),
|
|
1056
|
-
(l(!0),
|
|
1056
|
+
(l(!0), o(I, null, V(T.value, (u) => (l(), o("div", {
|
|
1057
1057
|
key: u,
|
|
1058
1058
|
class: C(["hover:bg-primary-10 py-1 rounded-full text-center cursor-pointer", {
|
|
1059
1059
|
"bg-primary text-primary-content": Ce(u),
|
|
@@ -1063,28 +1063,28 @@ const Qe = le("SunIcon", [
|
|
|
1063
1063
|
"in-range bg-primary/20 hover:bg-primary/10": Te(u)
|
|
1064
1064
|
}]),
|
|
1065
1065
|
onClick: (Y) => Se(u)
|
|
1066
|
-
}, S(u.getDate()), 11,
|
|
1066
|
+
}, S(u.getDate()), 11, Rt))), 128))
|
|
1067
1067
|
])) : M("", !0),
|
|
1068
|
-
b.value ? (l(),
|
|
1069
|
-
e.range ? M("", !0) : (l(),
|
|
1070
|
-
e.range ? (l(),
|
|
1068
|
+
b.value ? (l(), o("div", Ft, [
|
|
1069
|
+
e.range ? M("", !0) : (l(), o("h3", Nt, "Select Time")),
|
|
1070
|
+
e.range ? (l(), o("div", Yt, [
|
|
1071
1071
|
n("div", null, [
|
|
1072
|
-
|
|
1073
|
-
W.value ?
|
|
1072
|
+
h[13] || (h[13] = n("p", { class: "font-bold" }, "Start Time", -1)),
|
|
1073
|
+
W.value ? R((l(), o("input", {
|
|
1074
1074
|
key: 0,
|
|
1075
1075
|
type: "time",
|
|
1076
1076
|
class: "input-bordered w-full input",
|
|
1077
|
-
"onUpdate:modelValue":
|
|
1077
|
+
"onUpdate:modelValue": h[5] || (h[5] = (u) => r.value.start = u),
|
|
1078
1078
|
onChange: j
|
|
1079
1079
|
}, null, 544)), [
|
|
1080
1080
|
[ee, r.value.start]
|
|
1081
|
-
]) : (l(),
|
|
1082
|
-
|
|
1081
|
+
]) : (l(), o("div", Jt, [
|
|
1082
|
+
R(n("select", {
|
|
1083
1083
|
class: "w-full select-bordered select",
|
|
1084
|
-
"onUpdate:modelValue":
|
|
1084
|
+
"onUpdate:modelValue": h[6] || (h[6] = (u) => p.value.start = u),
|
|
1085
1085
|
onChange: j
|
|
1086
1086
|
}, [
|
|
1087
|
-
(l(!0),
|
|
1087
|
+
(l(!0), o(I, null, V(F(H), (u) => (l(), o("option", {
|
|
1088
1088
|
key: u,
|
|
1089
1089
|
value: u
|
|
1090
1090
|
}, S(u.toString().padStart(2, "0")), 9, Gt))), 128))
|
|
@@ -1096,19 +1096,19 @@ const Qe = le("SunIcon", [
|
|
|
1096
1096
|
{ number: !0 }
|
|
1097
1097
|
]
|
|
1098
1098
|
]),
|
|
1099
|
-
|
|
1099
|
+
R(n("select", {
|
|
1100
1100
|
class: "w-full select-bordered select",
|
|
1101
|
-
"onUpdate:modelValue":
|
|
1101
|
+
"onUpdate:modelValue": h[7] || (h[7] = (u) => y.value.start = u),
|
|
1102
1102
|
onChange: j
|
|
1103
1103
|
}, [
|
|
1104
|
-
(l(!0),
|
|
1104
|
+
(l(!0), o(I, null, V(F(K), (u) => (l(), o("option", {
|
|
1105
1105
|
key: u,
|
|
1106
1106
|
value: u
|
|
1107
1107
|
}, S(u.toString().padStart(2, "0")), 9, Xt))), 128))
|
|
1108
1108
|
], 544), [
|
|
1109
1109
|
[
|
|
1110
1110
|
J,
|
|
1111
|
-
|
|
1111
|
+
y.value.start,
|
|
1112
1112
|
void 0,
|
|
1113
1113
|
{ number: !0 }
|
|
1114
1114
|
]
|
|
@@ -1116,22 +1116,22 @@ const Qe = le("SunIcon", [
|
|
|
1116
1116
|
]))
|
|
1117
1117
|
]),
|
|
1118
1118
|
n("div", null, [
|
|
1119
|
-
|
|
1120
|
-
W.value ?
|
|
1119
|
+
h[14] || (h[14] = n("p", { class: "font-bold" }, "End Time", -1)),
|
|
1120
|
+
W.value ? R((l(), o("input", {
|
|
1121
1121
|
key: 0,
|
|
1122
1122
|
type: "time",
|
|
1123
1123
|
class: "input-bordered w-full input",
|
|
1124
|
-
"onUpdate:modelValue":
|
|
1124
|
+
"onUpdate:modelValue": h[8] || (h[8] = (u) => r.value.end = u),
|
|
1125
1125
|
onChange: j
|
|
1126
1126
|
}, null, 544)), [
|
|
1127
1127
|
[ee, r.value.end]
|
|
1128
|
-
]) : (l(),
|
|
1129
|
-
|
|
1128
|
+
]) : (l(), o("div", Zt, [
|
|
1129
|
+
R(n("select", {
|
|
1130
1130
|
class: "w-full select-bordered select",
|
|
1131
|
-
"onUpdate:modelValue":
|
|
1131
|
+
"onUpdate:modelValue": h[9] || (h[9] = (u) => p.value.end = u),
|
|
1132
1132
|
onChange: j
|
|
1133
1133
|
}, [
|
|
1134
|
-
(l(!0),
|
|
1134
|
+
(l(!0), o(I, null, V(F(H), (u) => (l(), o("option", {
|
|
1135
1135
|
key: u,
|
|
1136
1136
|
value: u
|
|
1137
1137
|
}, S(u.toString().padStart(2, "0")), 9, Qt))), 128))
|
|
@@ -1143,41 +1143,41 @@ const Qe = le("SunIcon", [
|
|
|
1143
1143
|
{ number: !0 }
|
|
1144
1144
|
]
|
|
1145
1145
|
]),
|
|
1146
|
-
|
|
1146
|
+
R(n("select", {
|
|
1147
1147
|
class: "w-full select-bordered select",
|
|
1148
|
-
"onUpdate:modelValue":
|
|
1148
|
+
"onUpdate:modelValue": h[10] || (h[10] = (u) => y.value.end = u),
|
|
1149
1149
|
onChange: j
|
|
1150
1150
|
}, [
|
|
1151
|
-
(l(!0),
|
|
1151
|
+
(l(!0), o(I, null, V(F(K), (u) => (l(), o("option", {
|
|
1152
1152
|
key: u,
|
|
1153
1153
|
value: u
|
|
1154
1154
|
}, S(u.toString().padStart(2, "0")), 9, el))), 128))
|
|
1155
1155
|
], 544), [
|
|
1156
1156
|
[
|
|
1157
1157
|
J,
|
|
1158
|
-
|
|
1158
|
+
y.value.end,
|
|
1159
1159
|
void 0,
|
|
1160
1160
|
{ number: !0 }
|
|
1161
1161
|
]
|
|
1162
1162
|
])
|
|
1163
1163
|
]))
|
|
1164
1164
|
])
|
|
1165
|
-
])) : (l(),
|
|
1166
|
-
W.value ?
|
|
1165
|
+
])) : (l(), o("div", qt, [
|
|
1166
|
+
W.value ? R((l(), o("input", {
|
|
1167
1167
|
key: 0,
|
|
1168
1168
|
type: "time",
|
|
1169
1169
|
class: "input-bordered w-full input",
|
|
1170
|
-
"onUpdate:modelValue":
|
|
1170
|
+
"onUpdate:modelValue": h[2] || (h[2] = (u) => r.value = u),
|
|
1171
1171
|
onChange: j
|
|
1172
1172
|
}, null, 544)), [
|
|
1173
1173
|
[ee, r.value]
|
|
1174
|
-
]) : (l(),
|
|
1175
|
-
|
|
1174
|
+
]) : (l(), o("div", Ht, [
|
|
1175
|
+
R(n("select", {
|
|
1176
1176
|
class: "w-full select-bordered select",
|
|
1177
|
-
"onUpdate:modelValue":
|
|
1177
|
+
"onUpdate:modelValue": h[3] || (h[3] = (u) => p.value = u),
|
|
1178
1178
|
onChange: j
|
|
1179
1179
|
}, [
|
|
1180
|
-
(l(!0),
|
|
1180
|
+
(l(!0), o(I, null, V(F(H), (u) => (l(), o("option", {
|
|
1181
1181
|
key: u,
|
|
1182
1182
|
value: u
|
|
1183
1183
|
}, S(u.toString().padStart(2, "0")), 9, Wt))), 128))
|
|
@@ -1189,19 +1189,19 @@ const Qe = le("SunIcon", [
|
|
|
1189
1189
|
{ number: !0 }
|
|
1190
1190
|
]
|
|
1191
1191
|
]),
|
|
1192
|
-
|
|
1192
|
+
R(n("select", {
|
|
1193
1193
|
class: "w-full select-bordered select",
|
|
1194
|
-
"onUpdate:modelValue":
|
|
1194
|
+
"onUpdate:modelValue": h[4] || (h[4] = (u) => y.value = u),
|
|
1195
1195
|
onChange: j
|
|
1196
1196
|
}, [
|
|
1197
|
-
(l(!0),
|
|
1197
|
+
(l(!0), o(I, null, V(F(K), (u) => (l(), o("option", {
|
|
1198
1198
|
key: u,
|
|
1199
1199
|
value: u
|
|
1200
1200
|
}, S(u.toString().padStart(2, "0")), 9, Kt))), 128))
|
|
1201
1201
|
], 544), [
|
|
1202
1202
|
[
|
|
1203
1203
|
J,
|
|
1204
|
-
|
|
1204
|
+
y.value,
|
|
1205
1205
|
void 0,
|
|
1206
1206
|
{ number: !0 }
|
|
1207
1207
|
]
|
|
@@ -1214,62 +1214,77 @@ const Qe = le("SunIcon", [
|
|
|
1214
1214
|
class: C(["btn btn-secondary", i.popup ? "w-fit" : "w-full"]),
|
|
1215
1215
|
onClick: xe
|
|
1216
1216
|
}, "Clear", 2),
|
|
1217
|
-
i.popup ? (l(),
|
|
1217
|
+
i.popup ? (l(), o("button", {
|
|
1218
1218
|
key: 0,
|
|
1219
1219
|
class: "btn btn-primary btn-wide",
|
|
1220
1220
|
onClick: pe
|
|
1221
1221
|
}, "Close")) : M("", !0)
|
|
1222
1222
|
])
|
|
1223
|
-
], 10,
|
|
1223
|
+
], 10, At)) : M("", !0)
|
|
1224
1224
|
], 512));
|
|
1225
1225
|
}
|
|
1226
1226
|
}, nl = /* @__PURE__ */ X(ll, [["__scopeId", "data-v-488ecabe"]]), al = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1227
1227
|
__proto__: null,
|
|
1228
1228
|
default: nl
|
|
1229
|
-
}, Symbol.toStringTag, { value: "Module" })), ol = ["value", "checked", "onChange", "disabled"], yn = /* @__PURE__ */
|
|
1229
|
+
}, Symbol.toStringTag, { value: "Module" })), ol = ["value", "checked", "onChange", "disabled"], yn = /* @__PURE__ */ z({
|
|
1230
1230
|
__name: "rating",
|
|
1231
1231
|
props: {
|
|
1232
1232
|
initialRating: { default: 0 },
|
|
1233
1233
|
numberOfStars: { default: 5 },
|
|
1234
1234
|
halfStars: { type: Boolean, default: !0 },
|
|
1235
1235
|
isInteractive: { type: Boolean, default: !1 },
|
|
1236
|
-
size: { default: "sm" }
|
|
1236
|
+
size: { default: "sm" },
|
|
1237
|
+
shape: { default: "star" },
|
|
1238
|
+
color: { default: "bg-yellow-400" }
|
|
1237
1239
|
},
|
|
1238
1240
|
setup(i) {
|
|
1239
|
-
const d = i, e =
|
|
1241
|
+
const d = i, e = $(d.initialRating);
|
|
1240
1242
|
N(
|
|
1241
1243
|
() => d.initialRating,
|
|
1242
|
-
(
|
|
1243
|
-
e.value =
|
|
1244
|
+
(a) => {
|
|
1245
|
+
e.value = a;
|
|
1244
1246
|
}
|
|
1245
1247
|
);
|
|
1246
|
-
const t = (
|
|
1247
|
-
e.value =
|
|
1248
|
+
const t = (a) => {
|
|
1249
|
+
e.value = a;
|
|
1248
1250
|
};
|
|
1249
|
-
return (
|
|
1250
|
-
class: C(["rating", [
|
|
1251
|
-
`rating-${d.size}`,
|
|
1252
|
-
{ "rating-half": o.halfStars }
|
|
1253
|
-
]])
|
|
1251
|
+
return (a, s) => (l(), o("div", {
|
|
1252
|
+
class: C(["rating", [`rating-${d.size}`, { "rating-half": a.halfStars }]])
|
|
1254
1253
|
}, [
|
|
1255
|
-
(l(!0),
|
|
1254
|
+
(l(!0), o(I, null, V(a.numberOfStars * (a.halfStars ? 2 : 1), (r) => (l(), o("input", {
|
|
1256
1255
|
key: r,
|
|
1257
1256
|
type: "radio",
|
|
1258
|
-
value:
|
|
1259
|
-
checked: e.value === (
|
|
1260
|
-
onChange: (
|
|
1261
|
-
class: C(["mask
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1257
|
+
value: a.halfStars ? r * 0.5 : r,
|
|
1258
|
+
checked: e.value === (a.halfStars ? r * 0.5 : r),
|
|
1259
|
+
onChange: (g) => a.isInteractive ? t(a.halfStars ? r * 0.5 : r) : null,
|
|
1260
|
+
class: C(["mask", [
|
|
1261
|
+
{
|
|
1262
|
+
// 'bg-yellow-400': rating >= (halfStars ? i * 0.5 : i),
|
|
1263
|
+
"mask-half-1": a.halfStars && r % 2 !== 0,
|
|
1264
|
+
"mask-half-2": a.halfStars && r % 2 === 0,
|
|
1265
|
+
"cursor-pointer": a.isInteractive,
|
|
1266
|
+
"cursor-default": !a.isInteractive,
|
|
1267
|
+
"mask-star": a.shape === "star",
|
|
1268
|
+
"mask-star-2": a.shape === "star-bold",
|
|
1269
|
+
"mask-heart": a.shape === "heart",
|
|
1270
|
+
"mask-hexagon": a.shape === "hexagon-vertical",
|
|
1271
|
+
"mask-hexagon-2": a.shape === "hexagon-horizontal",
|
|
1272
|
+
"mask-decagon": a.shape === "decagon",
|
|
1273
|
+
"mask-pentagon": a.shape === "pentagon",
|
|
1274
|
+
"mask-diamond": a.shape === "diamond",
|
|
1275
|
+
"mask-square": a.shape === "square",
|
|
1276
|
+
"mask-triangle": a.shape === "triangle-top",
|
|
1277
|
+
"mask-triangle-2": a.shape === "triangle-bottom",
|
|
1278
|
+
"mask-triangle-3": a.shape === "triangle-left",
|
|
1279
|
+
"mask-triangle-4": a.shape === "triangle-right"
|
|
1280
|
+
},
|
|
1281
|
+
e.value >= (a.halfStars ? r * 0.5 : r) ? d.color : ""
|
|
1282
|
+
]]),
|
|
1283
|
+
disabled: !a.isInteractive
|
|
1269
1284
|
}, null, 42, ol))), 128))
|
|
1270
1285
|
], 2));
|
|
1271
1286
|
}
|
|
1272
|
-
}), sl = { class: "badge" }, rl = ["onClick"], il = { class: "opacity-75" }, ul = ["placeholder"], wn = /* @__PURE__ */
|
|
1287
|
+
}), sl = { class: "badge" }, rl = ["onClick"], il = { class: "opacity-75" }, ul = ["placeholder"], wn = /* @__PURE__ */ z({
|
|
1273
1288
|
__name: "taginput",
|
|
1274
1289
|
props: {
|
|
1275
1290
|
modelValue: {},
|
|
@@ -1279,47 +1294,47 @@ const Qe = le("SunIcon", [
|
|
|
1279
1294
|
},
|
|
1280
1295
|
emits: ["update:modelValue"],
|
|
1281
1296
|
setup(i, { emit: d }) {
|
|
1282
|
-
const e = i, t = d,
|
|
1283
|
-
const f =
|
|
1284
|
-
f && !
|
|
1285
|
-
},
|
|
1286
|
-
|
|
1287
|
-
},
|
|
1288
|
-
|
|
1297
|
+
const e = i, t = d, a = $([...e.modelValue]), s = e.maxTagAmount === void 0 ? -1 : e.maxTagAmount, r = $(null), g = $(""), c = B(() => s < 0 || a.value.length < s), p = () => {
|
|
1298
|
+
const f = g.value.trim();
|
|
1299
|
+
f && !a.value.includes(f) && (a.value.push(f), t("update:modelValue", a.value), g.value = "");
|
|
1300
|
+
}, y = (f) => {
|
|
1301
|
+
a.value = a.value.filter((m) => m !== f), t("update:modelValue", a.value);
|
|
1302
|
+
}, A = () => {
|
|
1303
|
+
g.value === "" && (a.value.pop(), t("update:modelValue", a.value));
|
|
1289
1304
|
}, q = (f) => {
|
|
1290
|
-
f.key === "Enter" ? p() : f.key === "Backspace" &&
|
|
1305
|
+
f.key === "Enter" ? p() : f.key === "Backspace" && g.value === "" && A();
|
|
1291
1306
|
};
|
|
1292
1307
|
return N(() => e.modelValue, (f) => {
|
|
1293
|
-
|
|
1294
|
-
}), (f, m) => (l(),
|
|
1308
|
+
a.value = [...f];
|
|
1309
|
+
}), (f, m) => (l(), o("div", {
|
|
1295
1310
|
class: C(["flex flex-wrap gap-2 bg-base-100 shadow px-4 py-6 border border-base-content/20 rounded", f.$props.class])
|
|
1296
1311
|
}, [
|
|
1297
|
-
(l(!0),
|
|
1312
|
+
(l(!0), o(I, null, V(a.value, (b) => D(f.$slots, "tag", {
|
|
1298
1313
|
key: b,
|
|
1299
1314
|
tag: b
|
|
1300
1315
|
}, () => [
|
|
1301
1316
|
n("div", sl, [
|
|
1302
1317
|
n("button", {
|
|
1303
1318
|
class: "!px-1 !py-0 h-fit font-bold cursor-pointer",
|
|
1304
|
-
onClick: (
|
|
1319
|
+
onClick: (w) => y(b),
|
|
1305
1320
|
"aria-label": "Remove tag"
|
|
1306
1321
|
}, "X", 8, rl),
|
|
1307
1322
|
n("span", il, S(b), 1)
|
|
1308
1323
|
])
|
|
1309
1324
|
])), 128)),
|
|
1310
1325
|
D(f.$slots, "input", { showInput: c.value }, () => [
|
|
1311
|
-
c.value ?
|
|
1326
|
+
c.value ? R((l(), o("input", {
|
|
1312
1327
|
key: 0,
|
|
1313
1328
|
ref_key: "inputRef",
|
|
1314
1329
|
ref: r,
|
|
1315
|
-
"onUpdate:modelValue": m[0] || (m[0] = (b) =>
|
|
1330
|
+
"onUpdate:modelValue": m[0] || (m[0] = (b) => g.value = b),
|
|
1316
1331
|
type: "text",
|
|
1317
1332
|
placeholder: f.placeholder || "Type here",
|
|
1318
1333
|
class: "h-full input input-ghost",
|
|
1319
1334
|
onKeydown: q,
|
|
1320
1335
|
"aria-label": "Add tags"
|
|
1321
1336
|
}, null, 40, ul)), [
|
|
1322
|
-
[ee,
|
|
1337
|
+
[ee, g.value]
|
|
1323
1338
|
]) : M("", !0)
|
|
1324
1339
|
])
|
|
1325
1340
|
], 2));
|
|
@@ -1332,7 +1347,7 @@ const Qe = le("SunIcon", [
|
|
|
1332
1347
|
value: "",
|
|
1333
1348
|
disabled: "",
|
|
1334
1349
|
selected: ""
|
|
1335
|
-
}, ml = ["value"], kn = /* @__PURE__ */
|
|
1350
|
+
}, ml = ["value"], kn = /* @__PURE__ */ z({
|
|
1336
1351
|
__name: "select",
|
|
1337
1352
|
props: {
|
|
1338
1353
|
options: {},
|
|
@@ -1343,9 +1358,9 @@ const Qe = le("SunIcon", [
|
|
|
1343
1358
|
emits: ["update:modelValue"],
|
|
1344
1359
|
setup(i, { expose: d, emit: e }) {
|
|
1345
1360
|
console.log(i.placeholder);
|
|
1346
|
-
const
|
|
1361
|
+
const a = e, s = $(null), r = (c) => {
|
|
1347
1362
|
const p = c.target;
|
|
1348
|
-
|
|
1363
|
+
a("update:modelValue", p.value);
|
|
1349
1364
|
};
|
|
1350
1365
|
return d({
|
|
1351
1366
|
focusInput: () => {
|
|
@@ -1354,8 +1369,8 @@ const Qe = le("SunIcon", [
|
|
|
1354
1369
|
}
|
|
1355
1370
|
// You can expose other properties or methods here if needed by the parent
|
|
1356
1371
|
// e.g., the current value: modelValue
|
|
1357
|
-
}), (c, p) => (l(),
|
|
1358
|
-
c.label ? (l(),
|
|
1372
|
+
}), (c, p) => (l(), o("div", dl, [
|
|
1373
|
+
c.label ? (l(), o("label", cl, [
|
|
1359
1374
|
n("span", pl, S(c.label), 1)
|
|
1360
1375
|
])) : M("", !0),
|
|
1361
1376
|
n("select", {
|
|
@@ -1365,18 +1380,18 @@ const Qe = le("SunIcon", [
|
|
|
1365
1380
|
value: c.modelValue,
|
|
1366
1381
|
onChange: r
|
|
1367
1382
|
}, [
|
|
1368
|
-
c.placeholder ? (l(),
|
|
1369
|
-
(l(!0),
|
|
1370
|
-
key:
|
|
1371
|
-
value:
|
|
1372
|
-
}, S(
|
|
1383
|
+
c.placeholder ? (l(), o("option", fl, S(c.placeholder), 1)) : M("", !0),
|
|
1384
|
+
(l(!0), o(I, null, V(c.options, (y) => (l(), o("option", {
|
|
1385
|
+
key: y.value,
|
|
1386
|
+
value: y.value
|
|
1387
|
+
}, S(y.text), 9, ml))), 128))
|
|
1373
1388
|
], 40, vl)
|
|
1374
1389
|
]));
|
|
1375
1390
|
}
|
|
1376
|
-
}),
|
|
1391
|
+
}), hl = {
|
|
1377
1392
|
key: 0,
|
|
1378
1393
|
class: "label"
|
|
1379
|
-
},
|
|
1394
|
+
}, gl = { class: "label-text" }, bl = ["onKeydown", "aria-expanded", "aria-activedescendant"], yl = ["placeholder"], wl = {
|
|
1380
1395
|
class: "top-full z-10 absolute bg-base-100 shadow-lg mt-1 rounded-md w-full dropdown-content",
|
|
1381
1396
|
role: "listbox"
|
|
1382
1397
|
}, kl = { class: "flex-nowrap p-0 w-[inherit] max-h-60 overflow-y-auto menu" }, $l = ["onMousedown", "id", "aria-selected"], $n = {
|
|
@@ -1406,91 +1421,88 @@ const Qe = le("SunIcon", [
|
|
|
1406
1421
|
},
|
|
1407
1422
|
emits: ["update:modelValue", "select"],
|
|
1408
1423
|
setup(i, { expose: d, emit: e }) {
|
|
1409
|
-
const t = i,
|
|
1410
|
-
const
|
|
1411
|
-
return console.log("hasDefaultSlotContent computed:",
|
|
1412
|
-
}),
|
|
1424
|
+
const t = i, a = e, s = Ee(), r = B(() => {
|
|
1425
|
+
const U = (s.default ? s.default() : []).filter((O) => O.type !== Ue);
|
|
1426
|
+
return console.log("hasDefaultSlotContent computed:", U.length > 0), U.length > 0;
|
|
1427
|
+
}), g = $(""), c = $(null), p = $(!1), y = $(null), A = $(null), q = $(null), f = $(null), m = () => {
|
|
1413
1428
|
console.log("openDropdown called"), p.value = !0;
|
|
1414
1429
|
}, b = () => {
|
|
1415
|
-
console.log("closeDropdown called"), p.value = !1, f.value = null, r.value || (c.value &&
|
|
1416
|
-
},
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
const k = h.value.toLowerCase(), L = k === "" && !p.value ? [] : t.options.filter(
|
|
1423
|
-
(O) => O.text.toLowerCase().includes(k)
|
|
1430
|
+
console.log("closeDropdown called"), p.value = !1, f.value = null, r.value || (c.value && g.value !== c.value.text ? g.value = c.value.text : c.value || (g.value = ""));
|
|
1431
|
+
}, w = () => {
|
|
1432
|
+
p.value ? b() : m();
|
|
1433
|
+
}, _ = B(() => {
|
|
1434
|
+
const x = g.value.toLowerCase();
|
|
1435
|
+
return x === "" && !p.value ? [] : t.options.filter(
|
|
1436
|
+
(O) => O.text.toLowerCase().includes(x)
|
|
1424
1437
|
);
|
|
1425
|
-
return console.log("filteredOptions computed:", L.length, "options"), L;
|
|
1426
1438
|
});
|
|
1427
1439
|
N(
|
|
1428
1440
|
() => t.modelValue,
|
|
1429
|
-
(
|
|
1430
|
-
if (
|
|
1431
|
-
c.value = null, !p.value && !r.value && (
|
|
1441
|
+
(x, U) => {
|
|
1442
|
+
if (x !== U && b(), x == null)
|
|
1443
|
+
c.value = null, !p.value && !r.value && (g.value = "");
|
|
1432
1444
|
else {
|
|
1433
|
-
const O = t.options.find((
|
|
1434
|
-
O ? (c.value = O, !p.value && !r.value && (
|
|
1445
|
+
const O = t.options.find((L) => L.value === x);
|
|
1446
|
+
O ? (c.value = O, !p.value && !r.value && (g.value = O.text)) : (c.value = null, !p.value && !r.value && (g.value = ""));
|
|
1435
1447
|
}
|
|
1436
1448
|
},
|
|
1437
1449
|
{ immediate: !0 }
|
|
1438
1450
|
// Run immediately on component mount
|
|
1439
1451
|
);
|
|
1440
|
-
const
|
|
1441
|
-
|
|
1452
|
+
const k = (x) => {
|
|
1453
|
+
A.value && !A.value.contains(x.target) && b();
|
|
1442
1454
|
}, T = () => {
|
|
1443
|
-
|
|
1444
|
-
|
|
1455
|
+
setTimeout(() => {
|
|
1456
|
+
A.value && !A.value.contains(document.activeElement) && b();
|
|
1445
1457
|
}, 100);
|
|
1446
1458
|
};
|
|
1447
|
-
N(p, (
|
|
1448
|
-
|
|
1449
|
-
document.addEventListener("click",
|
|
1450
|
-
}, 0) : document.removeEventListener("click",
|
|
1459
|
+
N(p, (x) => {
|
|
1460
|
+
x ? setTimeout(() => {
|
|
1461
|
+
document.addEventListener("click", k);
|
|
1462
|
+
}, 0) : document.removeEventListener("click", k);
|
|
1451
1463
|
}), ie(() => {
|
|
1452
|
-
document.removeEventListener("click",
|
|
1464
|
+
document.removeEventListener("click", k), window.removeEventListener("keydown", W);
|
|
1453
1465
|
});
|
|
1454
|
-
const P = (
|
|
1455
|
-
|
|
1466
|
+
const P = (x) => {
|
|
1467
|
+
c.value = x, r.value || (g.value = x.text), a("update:modelValue", x.value), a("select", x);
|
|
1456
1468
|
}, H = () => {
|
|
1457
|
-
|
|
1469
|
+
_.value.length > 0 && P(_.value[0]);
|
|
1458
1470
|
}, K = () => {
|
|
1459
1471
|
p.value || m();
|
|
1460
|
-
}, W = (
|
|
1461
|
-
if (!p.value ||
|
|
1462
|
-
const
|
|
1463
|
-
(
|
|
1472
|
+
}, W = (x) => {
|
|
1473
|
+
if (!p.value || _.value.length === 0) return;
|
|
1474
|
+
const U = _.value.findIndex(
|
|
1475
|
+
(L, E) => "option-" + E === f.value
|
|
1464
1476
|
);
|
|
1465
1477
|
let O = -1;
|
|
1466
|
-
if (
|
|
1467
|
-
|
|
1468
|
-
else if (
|
|
1469
|
-
|
|
1470
|
-
else if (
|
|
1471
|
-
|
|
1472
|
-
const
|
|
1473
|
-
(
|
|
1478
|
+
if (x.key === "ArrowDown")
|
|
1479
|
+
x.preventDefault(), O = (U + 1) % _.value.length;
|
|
1480
|
+
else if (x.key === "ArrowUp")
|
|
1481
|
+
x.preventDefault(), O = (U - 1 + _.value.length) % _.value.length;
|
|
1482
|
+
else if (x.key === "Enter" && f.value) {
|
|
1483
|
+
x.preventDefault();
|
|
1484
|
+
const L = _.value.find(
|
|
1485
|
+
(E, Z) => "option-" + Z === f.value
|
|
1474
1486
|
);
|
|
1475
|
-
|
|
1487
|
+
L && P(L);
|
|
1476
1488
|
return;
|
|
1477
|
-
} else if (
|
|
1478
|
-
|
|
1489
|
+
} else if (x.key === "Escape") {
|
|
1490
|
+
x.preventDefault(), b(), q.value && q.value.focus();
|
|
1479
1491
|
return;
|
|
1480
1492
|
} else if (r.value)
|
|
1481
1493
|
return;
|
|
1482
1494
|
if (O !== -1) {
|
|
1483
1495
|
f.value = "option-" + O;
|
|
1484
|
-
const
|
|
1485
|
-
|
|
1486
|
-
|
|
1496
|
+
const L = document.getElementById(f.value);
|
|
1497
|
+
L && requestAnimationFrame(() => {
|
|
1498
|
+
L.scrollIntoView({ block: "nearest", behavior: "smooth" });
|
|
1487
1499
|
});
|
|
1488
1500
|
}
|
|
1489
1501
|
};
|
|
1490
|
-
return N(p, (
|
|
1491
|
-
|
|
1502
|
+
return N(p, (x) => {
|
|
1503
|
+
x ? (window.addEventListener("keydown", W), !r.value && !g.value && c.value && (g.value = c.value.text)) : (console.log("Removing window keydown listener"), window.removeEventListener("keydown", W));
|
|
1492
1504
|
}), ie(() => {
|
|
1493
|
-
document.removeEventListener("click",
|
|
1505
|
+
document.removeEventListener("click", k), window.removeEventListener("keydown", W);
|
|
1494
1506
|
}), d({
|
|
1495
1507
|
isDropdownOpen: p,
|
|
1496
1508
|
// Expose state
|
|
@@ -1500,27 +1512,26 @@ const Qe = le("SunIcon", [
|
|
|
1500
1512
|
// Expose method to open
|
|
1501
1513
|
closeDropdown: b,
|
|
1502
1514
|
// Expose method to close
|
|
1503
|
-
toggleDropdown:
|
|
1515
|
+
toggleDropdown: w,
|
|
1504
1516
|
// Expose method to toggle
|
|
1505
1517
|
selectItem: P,
|
|
1506
1518
|
// Expose method to select an item programmatically
|
|
1507
|
-
filterText:
|
|
1519
|
+
filterText: g,
|
|
1508
1520
|
// Expose filter text (useful if parent controls filtering)
|
|
1509
1521
|
hasDefaultSlotContent: r
|
|
1510
1522
|
// Expose to know if the default slot is used
|
|
1511
|
-
}), (
|
|
1523
|
+
}), (x, U) => (l(), o("div", {
|
|
1512
1524
|
class: "relative w-full max-w-xs form-control",
|
|
1513
1525
|
ref_key: "componentRoot",
|
|
1514
|
-
ref:
|
|
1526
|
+
ref: A
|
|
1515
1527
|
}, [
|
|
1516
|
-
i.label ? (l(),
|
|
1517
|
-
n("span",
|
|
1528
|
+
i.label ? (l(), o("label", hl, [
|
|
1529
|
+
n("span", gl, S(i.label), 1)
|
|
1518
1530
|
])) : M("", !0),
|
|
1519
1531
|
n("div", {
|
|
1520
1532
|
class: C(["flex items-center input-bordered rounded-md w-fit cursor-pointer", { input: !r.value, select: !r.value }]),
|
|
1521
1533
|
tabindex: "0",
|
|
1522
|
-
|
|
1523
|
-
onClick: y,
|
|
1534
|
+
onClick: m,
|
|
1524
1535
|
onKeydown: [
|
|
1525
1536
|
be(se(H, ["prevent"]), ["enter"]),
|
|
1526
1537
|
be(se(H, ["prevent"]), ["space"])
|
|
@@ -1534,34 +1545,35 @@ const Qe = le("SunIcon", [
|
|
|
1534
1545
|
ref_key: "activatorWrapper",
|
|
1535
1546
|
ref: q
|
|
1536
1547
|
}, [
|
|
1537
|
-
D(
|
|
1538
|
-
r.value ? M("", !0) :
|
|
1548
|
+
D(x.$slots, "default", {}, () => [
|
|
1549
|
+
r.value ? M("", !0) : R((l(), o("input", {
|
|
1539
1550
|
key: 0,
|
|
1540
1551
|
type: "text",
|
|
1541
1552
|
placeholder: i.placeholder,
|
|
1542
1553
|
class: "bg-transparent border-none focus:outline-none w-full",
|
|
1543
|
-
"onUpdate:modelValue":
|
|
1554
|
+
"onUpdate:modelValue": U[0] || (U[0] = (O) => g.value = O),
|
|
1544
1555
|
ref_key: "filterInput",
|
|
1545
|
-
ref:
|
|
1556
|
+
ref: y,
|
|
1557
|
+
onFocus: m,
|
|
1546
1558
|
onInput: K,
|
|
1547
1559
|
tabindex: "-1"
|
|
1548
1560
|
}, null, 40, yl)), [
|
|
1549
|
-
[ee,
|
|
1561
|
+
[ee, g.value]
|
|
1550
1562
|
])
|
|
1551
1563
|
]),
|
|
1552
|
-
r.value ? (l(), ue(
|
|
1564
|
+
r.value ? (l(), ue(F(Xe), {
|
|
1553
1565
|
key: 0,
|
|
1554
1566
|
class: C({ "rotate-180": p.value }),
|
|
1555
1567
|
size: 20
|
|
1556
1568
|
}, null, 8, ["class"])) : M("", !0)
|
|
1557
1569
|
], 42, bl),
|
|
1558
|
-
|
|
1570
|
+
R(n("div", wl, [
|
|
1559
1571
|
n("ul", kl, [
|
|
1560
|
-
(l(!0),
|
|
1572
|
+
(l(!0), o(I, null, V(_.value, (O, L) => (l(), o("li", {
|
|
1561
1573
|
key: O.value,
|
|
1562
|
-
onMousedown: se((
|
|
1574
|
+
onMousedown: se((E) => P(O), ["prevent"]),
|
|
1563
1575
|
class: "hover:bg-base-200 rounded-md w-full cursor-pointer",
|
|
1564
|
-
id: "option-" +
|
|
1576
|
+
id: "option-" + L,
|
|
1565
1577
|
role: "option",
|
|
1566
1578
|
"aria-selected": c.value && c.value.value === O.value
|
|
1567
1579
|
}, [
|
|
@@ -1569,7 +1581,7 @@ const Qe = le("SunIcon", [
|
|
|
1569
1581
|
], 40, $l))), 128))
|
|
1570
1582
|
])
|
|
1571
1583
|
], 512), [
|
|
1572
|
-
[je, p.value &&
|
|
1584
|
+
[je, p.value && _.value.length > 0]
|
|
1573
1585
|
])
|
|
1574
1586
|
], 512));
|
|
1575
1587
|
}
|
|
@@ -1582,7 +1594,7 @@ const Qe = le("SunIcon", [
|
|
|
1582
1594
|
}, Il = { class: "label-text-alt text-error validator-hint" }, Ml = {
|
|
1583
1595
|
key: 2,
|
|
1584
1596
|
class: "label"
|
|
1585
|
-
}, Tl = { class: "label-text-alt text-success validator-hint" }, _n = /* @__PURE__ */
|
|
1597
|
+
}, Tl = { class: "label-text-alt text-success validator-hint" }, _n = /* @__PURE__ */ z({
|
|
1586
1598
|
__name: "inputField",
|
|
1587
1599
|
props: {
|
|
1588
1600
|
modelValue: { default: "" },
|
|
@@ -1597,15 +1609,15 @@ const Qe = le("SunIcon", [
|
|
|
1597
1609
|
},
|
|
1598
1610
|
emits: ["update:modelValue", "validate"],
|
|
1599
1611
|
setup(i, { expose: d, emit: e }) {
|
|
1600
|
-
const t = i,
|
|
1601
|
-
var
|
|
1612
|
+
const t = i, a = e, s = $(null), r = $(!1), g = $(""), c = B(() => {
|
|
1613
|
+
var w, _, k, T;
|
|
1602
1614
|
let f = !0, m = "";
|
|
1603
1615
|
const b = t.modelValue;
|
|
1604
|
-
return (
|
|
1605
|
-
}), p = B(() => r.value && !c.value),
|
|
1616
|
+
return (w = t.rules) != null && w.required && (b == null || b === "") && (f = !1, m = "This field is required."), f && ((_ = t.rules) == null ? void 0 : _.minLength) !== void 0 && typeof b == "string" && b.length < t.rules.minLength && (f = !1, m = `Must be at least ${t.rules.minLength} characters.`), f && ((k = t.rules) == null ? void 0 : k.maxLength) !== void 0 && typeof b == "string" && b.length > t.rules.maxLength && (f = !1, m = `Cannot exceed ${t.rules.maxLength} characters.`), f && ((T = t.rules) != null && T.email) && typeof b == "string" && b && (/^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(b) || (f = !1, m = "Please enter a valid email address.")), g.value = m, a("validate", f), f;
|
|
1617
|
+
}), p = B(() => r.value && !c.value), y = (f) => {
|
|
1606
1618
|
const m = f.target;
|
|
1607
|
-
|
|
1608
|
-
},
|
|
1619
|
+
a("update:modelValue", m.value), r.value && c.value;
|
|
1620
|
+
}, A = () => {
|
|
1609
1621
|
r.value = !0, c.value;
|
|
1610
1622
|
};
|
|
1611
1623
|
return N(
|
|
@@ -1620,9 +1632,9 @@ const Qe = le("SunIcon", [
|
|
|
1620
1632
|
},
|
|
1621
1633
|
isValid: c,
|
|
1622
1634
|
isTouched: r,
|
|
1623
|
-
errorMessage:
|
|
1624
|
-
}), (f, m) => (l(),
|
|
1625
|
-
f.label ? (l(),
|
|
1635
|
+
errorMessage: g
|
|
1636
|
+
}), (f, m) => (l(), o("div", _l, [
|
|
1637
|
+
f.label ? (l(), o("label", xl, [
|
|
1626
1638
|
n("span", Sl, S(f.label), 1)
|
|
1627
1639
|
])) : M("", !0),
|
|
1628
1640
|
n("input", {
|
|
@@ -1656,17 +1668,17 @@ const Qe = le("SunIcon", [
|
|
|
1656
1668
|
//'input-success': isValid && isTouched, // Apply success style if valid and touched
|
|
1657
1669
|
}]),
|
|
1658
1670
|
value: f.modelValue,
|
|
1659
|
-
onInput:
|
|
1660
|
-
onBlur:
|
|
1671
|
+
onInput: y,
|
|
1672
|
+
onBlur: A
|
|
1661
1673
|
}, null, 42, Cl),
|
|
1662
|
-
p.value ? (l(),
|
|
1663
|
-
n("span", Il, S(
|
|
1664
|
-
])) : c.value && r.value && f.successMessage ? (l(),
|
|
1674
|
+
p.value ? (l(), o("div", Dl, [
|
|
1675
|
+
n("span", Il, S(g.value), 1)
|
|
1676
|
+
])) : c.value && r.value && f.successMessage ? (l(), o("div", Ml, [
|
|
1665
1677
|
n("span", Tl, S(f.successMessage), 1)
|
|
1666
1678
|
])) : M("", !0)
|
|
1667
1679
|
]));
|
|
1668
1680
|
}
|
|
1669
|
-
}), xn = /* @__PURE__ */
|
|
1681
|
+
}), xn = /* @__PURE__ */ z({
|
|
1670
1682
|
__name: "loader",
|
|
1671
1683
|
props: {
|
|
1672
1684
|
loading: { type: Boolean, default: !0 },
|
|
@@ -1675,13 +1687,13 @@ const Qe = le("SunIcon", [
|
|
|
1675
1687
|
color: { default: "primary" }
|
|
1676
1688
|
},
|
|
1677
1689
|
setup(i) {
|
|
1678
|
-
const d = i, e =
|
|
1690
|
+
const d = i, e = $(d.loading);
|
|
1679
1691
|
return N(
|
|
1680
1692
|
() => d.loading,
|
|
1681
1693
|
(t) => {
|
|
1682
1694
|
e.value = t;
|
|
1683
1695
|
}
|
|
1684
|
-
), (t,
|
|
1696
|
+
), (t, a) => e.value ? (l(), o("span", {
|
|
1685
1697
|
key: 0,
|
|
1686
1698
|
class: C(["loading", [
|
|
1687
1699
|
{ "loading-xs": t.size === "xs" },
|
|
@@ -1708,13 +1720,13 @@ const Qe = le("SunIcon", [
|
|
|
1708
1720
|
]])
|
|
1709
1721
|
}, null, 2)) : M("", !0);
|
|
1710
1722
|
}
|
|
1711
|
-
}), Vl = { class: "footer sm:footer-horizontal container" }, Ol = { class: "footer-title" }, Bl = ["href"],
|
|
1723
|
+
}), Vl = { class: "footer sm:footer-horizontal container" }, Ol = { class: "footer-title" }, Bl = ["href"], zl = {
|
|
1712
1724
|
key: 0,
|
|
1713
1725
|
class: "sm:hidden w-full"
|
|
1714
|
-
}, Pl = { class: "border-b-2 border-base-100 last:border-b-0 w-full" },
|
|
1726
|
+
}, Pl = { class: "border-b-2 border-base-100 last:border-b-0 w-full" }, Al = {
|
|
1715
1727
|
tabindex: "0",
|
|
1716
1728
|
class: "collapse collapse-plus w-full"
|
|
1717
|
-
}, Ll = { class: "collapse-title font-bold text-lg collapsible-footer-title" }, El = { class: "collapse-content flex w-full text-sm" }, Ul = { class: "flex flex-col gap-2.5" }, jl = { class: "w-full" },
|
|
1729
|
+
}, Ll = { class: "collapse-title font-bold text-lg collapsible-footer-title" }, El = { class: "collapse-content flex w-full text-sm" }, Ul = { class: "flex flex-col gap-2.5" }, jl = { class: "w-full" }, Rl = ["href"], Fl = { class: "w-full" }, Sn = /* @__PURE__ */ z({
|
|
1718
1730
|
__name: "footer",
|
|
1719
1731
|
props: {
|
|
1720
1732
|
items: {},
|
|
@@ -1724,37 +1736,37 @@ const Qe = le("SunIcon", [
|
|
|
1724
1736
|
},
|
|
1725
1737
|
setup(i) {
|
|
1726
1738
|
const d = i;
|
|
1727
|
-
return (e, t) => (l(),
|
|
1739
|
+
return (e, t) => (l(), o("div", {
|
|
1728
1740
|
class: C(["mx-auto md:px-10 py-10 text-base-content", [e.background ?? "bg-base-200", e.color ?? "text-base-content"]])
|
|
1729
1741
|
}, [
|
|
1730
1742
|
n("footer", Vl, [
|
|
1731
|
-
(l(!0),
|
|
1743
|
+
(l(!0), o(I, null, V(d.items, (a) => (l(), o("nav", {
|
|
1732
1744
|
class: C([{ "hidden sm:grid": e.collapseOnMobile }])
|
|
1733
1745
|
}, [
|
|
1734
|
-
n("h6", Ol, S(
|
|
1735
|
-
(l(!0),
|
|
1746
|
+
n("h6", Ol, S(a.title), 1),
|
|
1747
|
+
(l(!0), o(I, null, V(a.items, (s) => (l(), o("a", {
|
|
1736
1748
|
class: "link link-hover",
|
|
1737
1749
|
href: s.link
|
|
1738
1750
|
}, S(s.text), 9, Bl))), 256))
|
|
1739
1751
|
], 2))), 256)),
|
|
1740
|
-
e.collapseOnMobile ? (l(),
|
|
1741
|
-
(l(!0),
|
|
1742
|
-
n("div",
|
|
1743
|
-
n("div", Ll, S(
|
|
1752
|
+
e.collapseOnMobile ? (l(), o("nav", zl, [
|
|
1753
|
+
(l(!0), o(I, null, V(d.items, (a) => (l(), o("ul", Pl, [
|
|
1754
|
+
n("div", Al, [
|
|
1755
|
+
n("div", Ll, S(a.title), 1),
|
|
1744
1756
|
n("div", El, [
|
|
1745
1757
|
n("ul", Ul, [
|
|
1746
|
-
(l(!0),
|
|
1758
|
+
(l(!0), o(I, null, V(a.items, (s) => (l(), o("li", jl, [
|
|
1747
1759
|
n("a", {
|
|
1748
1760
|
class: "w-full font-medium link link-hover",
|
|
1749
1761
|
href: s.link
|
|
1750
|
-
}, S(s.text), 9,
|
|
1762
|
+
}, S(s.text), 9, Rl)
|
|
1751
1763
|
]))), 256))
|
|
1752
1764
|
])
|
|
1753
1765
|
])
|
|
1754
1766
|
])
|
|
1755
1767
|
]))), 256))
|
|
1756
1768
|
])) : M("", !0),
|
|
1757
|
-
n("aside",
|
|
1769
|
+
n("aside", Fl, [
|
|
1758
1770
|
D(e.$slots, "default")
|
|
1759
1771
|
])
|
|
1760
1772
|
])
|
|
@@ -1762,7 +1774,7 @@ const Qe = le("SunIcon", [
|
|
|
1762
1774
|
}
|
|
1763
1775
|
}), Nl = {}, ql = { class: "min-h-40 container hero" }, Hl = { class: "px-0! text-center hero-content" }, Wl = { class: "mt-9 text-4xl" };
|
|
1764
1776
|
function Kl(i, d) {
|
|
1765
|
-
return l(),
|
|
1777
|
+
return l(), o("div", ql, [
|
|
1766
1778
|
n("div", Hl, [
|
|
1767
1779
|
n("div", null, [
|
|
1768
1780
|
n("h1", Wl, [
|
|
@@ -1780,7 +1792,7 @@ function Kl(i, d) {
|
|
|
1780
1792
|
])
|
|
1781
1793
|
]);
|
|
1782
1794
|
}
|
|
1783
|
-
const Cn = /* @__PURE__ */ X(Nl, [["render", Kl]]), Yl = { class: "flex flex-row place-content-center gap-4 categories" }, Jl = ["onClick"], Dn = /* @__PURE__ */
|
|
1795
|
+
const Cn = /* @__PURE__ */ X(Nl, [["render", Kl]]), Yl = { class: "flex flex-row place-content-center gap-4 categories" }, Jl = ["onClick"], Dn = /* @__PURE__ */ z({
|
|
1784
1796
|
__name: "categoryNavigation",
|
|
1785
1797
|
props: {
|
|
1786
1798
|
searchOptions: {},
|
|
@@ -1789,28 +1801,28 @@ const Cn = /* @__PURE__ */ X(Nl, [["render", Kl]]), Yl = { class: "flex flex-row
|
|
|
1789
1801
|
emits: ["update:currentCategory"],
|
|
1790
1802
|
setup(i, { emit: d }) {
|
|
1791
1803
|
const e = i, t = d;
|
|
1792
|
-
function
|
|
1804
|
+
function a(s) {
|
|
1793
1805
|
t("update:currentCategory", s);
|
|
1794
1806
|
}
|
|
1795
|
-
return (s, r) => (l(),
|
|
1796
|
-
(l(!0),
|
|
1797
|
-
key:
|
|
1807
|
+
return (s, r) => (l(), o("div", Yl, [
|
|
1808
|
+
(l(!0), o(I, null, V(e.searchOptions, (g) => (l(), o("div", {
|
|
1809
|
+
key: g.category
|
|
1798
1810
|
}, [
|
|
1799
1811
|
n("button", {
|
|
1800
|
-
onClick: (c) =>
|
|
1801
|
-
class: C(["truncate btn btn-ghost", { "font-semibold": e.currentCategory ===
|
|
1802
|
-
}, S(
|
|
1812
|
+
onClick: (c) => a(g.category),
|
|
1813
|
+
class: C(["truncate btn btn-ghost", { "font-semibold": e.currentCategory === g.category }])
|
|
1814
|
+
}, S(g.category), 11, Jl)
|
|
1803
1815
|
]))), 128))
|
|
1804
1816
|
]));
|
|
1805
1817
|
}
|
|
1806
|
-
}), Gl = { class: "md:flex hidden navbar-start" }, Xl = { class: "md:flex justify-center items-center hidden navbar-center" }, Zl = { class: "md:flex hidden navbar-end" }, Ql = { class: "navbar-bottom md:flex hidden" }, en = /* @__PURE__ */
|
|
1818
|
+
}), Gl = { class: "md:flex hidden navbar-start" }, Xl = { class: "md:flex justify-center items-center hidden navbar-center" }, Zl = { class: "md:flex hidden navbar-end" }, Ql = { class: "navbar-bottom md:flex hidden" }, en = /* @__PURE__ */ z({
|
|
1807
1819
|
__name: "navigationBar",
|
|
1808
1820
|
props: {
|
|
1809
1821
|
isCollapsed: { type: Boolean, default: !0 }
|
|
1810
1822
|
},
|
|
1811
1823
|
setup(i) {
|
|
1812
1824
|
const d = i;
|
|
1813
|
-
return (e, t) => (l(),
|
|
1825
|
+
return (e, t) => (l(), o("nav", {
|
|
1814
1826
|
class: C(["place-items-start border-primary bg-base-100 px-5 py-5 border-b-4 transition-all navbar navigationbar", d.isCollapsed ? "collapsed" : ""])
|
|
1815
1827
|
}, [
|
|
1816
1828
|
n("div", Gl, [
|
|
@@ -1834,7 +1846,7 @@ const Cn = /* @__PURE__ */ X(Nl, [["render", Kl]]), Yl = { class: "flex flex-row
|
|
|
1834
1846
|
key: 0,
|
|
1835
1847
|
role: "tabpanel",
|
|
1836
1848
|
class: "p-6 border-x-0 border-t-2 border-b-0 border-base-300 max-w-full overflow-x-auto tab-content"
|
|
1837
|
-
}, an = { class: "p-6 border-x-0 border-t-2 border-b-0 border-base-300 max-w-full" }, Mn = /* @__PURE__ */
|
|
1849
|
+
}, an = { class: "p-6 border-x-0 border-t-2 border-b-0 border-base-300 max-w-full" }, Mn = /* @__PURE__ */ z({
|
|
1838
1850
|
__name: "tab",
|
|
1839
1851
|
props: {
|
|
1840
1852
|
items: {},
|
|
@@ -1844,15 +1856,15 @@ const Cn = /* @__PURE__ */ X(Nl, [["render", Kl]]), Yl = { class: "flex flex-row
|
|
|
1844
1856
|
},
|
|
1845
1857
|
emits: ["tab-changed"],
|
|
1846
1858
|
setup(i, { emit: d }) {
|
|
1847
|
-
const e = i, t =
|
|
1859
|
+
const e = i, t = $(e.items[0]), a = d;
|
|
1848
1860
|
function s(c) {
|
|
1849
|
-
t.value = c,
|
|
1861
|
+
t.value = c, a("tab-changed", c);
|
|
1850
1862
|
}
|
|
1851
1863
|
function r() {
|
|
1852
1864
|
const p = (e.items.indexOf(t.value) + 1) % e.items.length;
|
|
1853
1865
|
s(e.items[p]);
|
|
1854
1866
|
}
|
|
1855
|
-
function
|
|
1867
|
+
function g() {
|
|
1856
1868
|
const p = (e.items.indexOf(t.value) - 1 + e.items.length) % e.items.length;
|
|
1857
1869
|
s(e.items[p]);
|
|
1858
1870
|
}
|
|
@@ -1862,31 +1874,31 @@ const Cn = /* @__PURE__ */ X(Nl, [["render", Kl]]), Yl = { class: "flex flex-row
|
|
|
1862
1874
|
e.rotateTabsAfter && e.rotateTabsAfter > 0 && setInterval(() => {
|
|
1863
1875
|
r();
|
|
1864
1876
|
}, e.rotateTabsAfter * 1e3);
|
|
1865
|
-
}), (c, p) => (l(),
|
|
1877
|
+
}), (c, p) => (l(), o(I, null, [
|
|
1866
1878
|
n("div", {
|
|
1867
1879
|
role: "tablist",
|
|
1868
1880
|
class: C(["relative tabs-bordered w-full tabs tabs-lg", { "flex-nowrap overflow-x-auto": c.buttonOnlyMode }])
|
|
1869
1881
|
}, [
|
|
1870
|
-
c.withControlls ? (l(),
|
|
1882
|
+
c.withControlls ? (l(), o("div", tn, [
|
|
1871
1883
|
n("button", {
|
|
1872
|
-
onClick: p[0] || (p[0] = (
|
|
1884
|
+
onClick: p[0] || (p[0] = (y) => g()),
|
|
1873
1885
|
class: "cursor-pointer"
|
|
1874
1886
|
}, "Previous"),
|
|
1875
1887
|
n("button", {
|
|
1876
|
-
onClick: p[1] || (p[1] = (
|
|
1888
|
+
onClick: p[1] || (p[1] = (y) => r()),
|
|
1877
1889
|
class: "text-primary cursor-pointer"
|
|
1878
1890
|
}, "Next")
|
|
1879
1891
|
])) : M("", !0),
|
|
1880
|
-
(l(!0),
|
|
1892
|
+
(l(!0), o(I, null, V(c.items, (y) => (l(), o(I, null, [
|
|
1881
1893
|
n("a", {
|
|
1882
1894
|
type: "button",
|
|
1883
1895
|
role: "tab",
|
|
1884
|
-
class: C(["min-w-max tab",
|
|
1885
|
-
onClick: (
|
|
1886
|
-
"aria-selected": t.value ==
|
|
1887
|
-
}, S(
|
|
1888
|
-
c.buttonOnlyMode ? M("", !0) : (l(),
|
|
1889
|
-
D(c.$slots, `${
|
|
1896
|
+
class: C(["min-w-max tab", y === t.value ? "bg-primary text-base-100" : ""]),
|
|
1897
|
+
onClick: (A) => s(y),
|
|
1898
|
+
"aria-selected": t.value == y
|
|
1899
|
+
}, S(y), 11, ln),
|
|
1900
|
+
c.buttonOnlyMode ? M("", !0) : (l(), o("div", nn, [
|
|
1901
|
+
D(c.$slots, `${y}-tab`)
|
|
1890
1902
|
]))
|
|
1891
1903
|
], 64))), 256))
|
|
1892
1904
|
], 2),
|
|
@@ -1903,8 +1915,8 @@ export {
|
|
|
1903
1915
|
fn as Badge,
|
|
1904
1916
|
sn as ButtonComponent,
|
|
1905
1917
|
mn as Card,
|
|
1906
|
-
|
|
1907
|
-
|
|
1918
|
+
hn as Carousel,
|
|
1919
|
+
gn as CarouselItem,
|
|
1908
1920
|
Dn as CategoryNavigation,
|
|
1909
1921
|
nl as DatetimePicker,
|
|
1910
1922
|
rn as Dropdown,
|