@base-framework/ui 1.2.25 → 1.2.27
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/atoms.es.js +47 -39
- package/dist/{confirmation-C1IsBqtI.js → confirmation-PsXWBlX7.js} +6 -6
- package/dist/{full-page-C2UTDwxp.js → full-page-B5WB1NEL.js} +825 -685
- package/dist/index.es.js +175 -167
- package/dist/molecules.es.js +35 -35
- package/dist/organisms.es.js +33 -33
- package/dist/pages.es.js +4 -4
- package/dist/{sidebar-menu-page-DIHRDp0N.js → sidebar-menu-page-WtyM4NFN.js} +2 -2
- package/dist/{sidebar-menu-CnM3ypX1.js → sidebar-menu-tpzLMO-E.js} +3 -3
- package/dist/{signature-panel-D8_WuYSM.js → signature-panel-DldYqXy-.js} +1 -1
- package/dist/types/components/atoms/atoms.d.ts +1 -0
- package/dist/types/components/atoms/form/inputs/floating-inputs.d.ts +84 -0
- package/package.json +1 -1
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { I as
|
|
2
|
-
import { Atom as r, Jot as
|
|
3
|
-
import { Icons as
|
|
4
|
-
import { Timer as
|
|
5
|
-
import { F as
|
|
6
|
-
import { F as
|
|
7
|
-
const
|
|
1
|
+
import { I as j, Span as u, Button as w, OnState as M, Div as o, Legend as ht, Fieldset as ft, H4 as We, P as k, Label as E, Checkbox as he, Input as p, Textarea as qe, UseParent as V, Img as fe, H5 as gt, H2 as J, Form as mt, Header as X, Footer as ge, A as Ge, H3 as me, Nav as be, Ul as Z, Li as xe, OnStateOpen as pe, On as Q, Dialog as bt, Th as Ke, Thead as xt, Tr as pt, Table as ye, Time as yt, H1 as wt } from "@base-framework/atoms";
|
|
2
|
+
import { Atom as r, Jot as P, Component as S, Html as Qe, Data as z, Events as R, DateTime as ee, NavLink as vt, router as De, DataTracker as Je } from "@base-framework/base";
|
|
3
|
+
import { Icons as h } from "./icons.es.js";
|
|
4
|
+
import { Timer as kt, TableBody as Ct, DataTableBody as St, ScrollableTableBody as $t, List as Dt } from "@base-framework/organisms";
|
|
5
|
+
import { F as _ } from "./format-DE4rFWuD.js";
|
|
6
|
+
import { F as It } from "./bside-template-C7AQgQ6H.js";
|
|
7
|
+
const Tt = {
|
|
8
8
|
xs: "w-4 h-4",
|
|
9
9
|
sm: "w-6 h-6",
|
|
10
10
|
md: "w-8 h-8",
|
|
@@ -12,15 +12,15 @@ const $t = {
|
|
|
12
12
|
xl: "w-12 h-12",
|
|
13
13
|
"2xl": "w-14 h-14",
|
|
14
14
|
"3xl": "w-16 h-16"
|
|
15
|
-
},
|
|
16
|
-
const s =
|
|
17
|
-
return
|
|
15
|
+
}, de = r((e, t) => {
|
|
16
|
+
const s = Tt[e.size || "sm"];
|
|
17
|
+
return j({
|
|
18
18
|
...e,
|
|
19
19
|
// @ts-ignore
|
|
20
20
|
class: `stroke-current icon-size ${s} ${e.class || ""}`,
|
|
21
21
|
html: t[0]?.textContent
|
|
22
22
|
});
|
|
23
|
-
}),
|
|
23
|
+
}), Ie = {
|
|
24
24
|
xs: "w-4 h-4",
|
|
25
25
|
// 16px - matches Icon
|
|
26
26
|
sm: "w-6 h-6",
|
|
@@ -35,7 +35,7 @@ const $t = {
|
|
|
35
35
|
// 56px - matches Icon
|
|
36
36
|
"3xl": "w-16 h-16"
|
|
37
37
|
// 64px - matches Icon
|
|
38
|
-
},
|
|
38
|
+
}, Te = {
|
|
39
39
|
xs: "16px",
|
|
40
40
|
sm: "24px",
|
|
41
41
|
md: "32px",
|
|
@@ -43,14 +43,14 @@ const $t = {
|
|
|
43
43
|
xl: "48px",
|
|
44
44
|
"2xl": "56px",
|
|
45
45
|
"3xl": "64px"
|
|
46
|
-
},
|
|
46
|
+
}, Me = {
|
|
47
47
|
outlined: "material-symbols-outlined",
|
|
48
48
|
filled: "material-symbols-filled",
|
|
49
49
|
rounded: "material-symbols-rounded",
|
|
50
50
|
sharp: "material-symbols-sharp"
|
|
51
|
-
},
|
|
52
|
-
const t = e.size || "sm", s = e.variant || "outlined", n =
|
|
53
|
-
return
|
|
51
|
+
}, Pe = r((e) => {
|
|
52
|
+
const t = e.size || "sm", s = e.variant || "outlined", n = Ie[t] || Ie.sm, a = Te[t] || Te.sm, l = Me[s] || Me.outlined;
|
|
53
|
+
return u({
|
|
54
54
|
...e,
|
|
55
55
|
// @ts-ignore
|
|
56
56
|
class: `inline-flex items-center justify-center ${l} ${n} ${e.class || ""}`,
|
|
@@ -62,14 +62,14 @@ const $t = {
|
|
|
62
62
|
name: void 0
|
|
63
63
|
// @ts-ignore
|
|
64
64
|
}, e.name);
|
|
65
|
-
}), x = (e = {}, t) => t ? typeof t == "string" && t.includes("<svg") ?
|
|
65
|
+
}), x = (e = {}, t) => t ? typeof t == "string" && t.includes("<svg") ? de(e, t) : typeof t == "object" && t.name ? Pe({
|
|
66
66
|
...e,
|
|
67
67
|
name: t.name,
|
|
68
68
|
variant: t.variant || e.variant || "outlined"
|
|
69
|
-
}) : typeof t == "string" ?
|
|
69
|
+
}) : typeof t == "string" ? Pe({
|
|
70
70
|
...e,
|
|
71
71
|
name: t
|
|
72
|
-
}) :
|
|
72
|
+
}) : de(e, t) : null, Da = (e) => e ? !!(typeof e == "object" && e.name || typeof e == "string" && !e.includes("<svg")) : !1, Ia = (e) => typeof e == "string" && e.includes("<svg"), Be = {
|
|
73
73
|
gray: {
|
|
74
74
|
backgroundColor: "bg-gray-50",
|
|
75
75
|
textColor: "text-gray-600",
|
|
@@ -150,17 +150,17 @@ const $t = {
|
|
|
150
150
|
textColor: "text-foreground",
|
|
151
151
|
ringColor: "ring-white/10"
|
|
152
152
|
}
|
|
153
|
-
},
|
|
154
|
-
const s =
|
|
153
|
+
}, Mt = (e) => Be[e] || Be.gray, Pt = (e, t = {}) => {
|
|
154
|
+
const s = Mt(e), n = t.backgroundColor ?? s.backgroundColor, a = t.textColor ?? s.textColor, l = t.ringColor ?? s.ringColor;
|
|
155
155
|
return `inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold transition-colors ${n} ${a} ${l}`;
|
|
156
|
-
},
|
|
157
|
-
const { type: s, icon: n, size: a = "xs", backgroundColor: l, textColor: i, ringColor: c, ...
|
|
158
|
-
return
|
|
156
|
+
}, Ta = r((e, t) => {
|
|
157
|
+
const { type: s, icon: n, size: a = "xs", backgroundColor: l, textColor: i, ringColor: c, ...f } = e, m = Pt(s, { backgroundColor: l, textColor: i, ringColor: c });
|
|
158
|
+
return u({ ...f, class: m }, [
|
|
159
159
|
n ? x({ size: a, class: "mr-1" }, n) : null,
|
|
160
160
|
...t || []
|
|
161
161
|
]);
|
|
162
162
|
});
|
|
163
|
-
class
|
|
163
|
+
class Xe extends S {
|
|
164
164
|
/**
|
|
165
165
|
* This will set the component context.
|
|
166
166
|
*
|
|
@@ -176,9 +176,9 @@ class qe extends C {
|
|
|
176
176
|
}
|
|
177
177
|
const O = (e) => (
|
|
178
178
|
/** @type {VeilComponentConstructor} */
|
|
179
|
-
|
|
179
|
+
P(e, Xe)
|
|
180
180
|
);
|
|
181
|
-
class
|
|
181
|
+
class Ma extends Xe {
|
|
182
182
|
/**
|
|
183
183
|
* Declare public props and their defaults.
|
|
184
184
|
*/
|
|
@@ -212,16 +212,16 @@ class ba extends qe {
|
|
|
212
212
|
const t = this.size, s = this.icon, n = this.activeIcon || this.icon, a = (() => {
|
|
213
213
|
if (this.dataKey) {
|
|
214
214
|
let l = `[[${this.dataKey}]]`;
|
|
215
|
-
return this.formatType === "number" ? l =
|
|
215
|
+
return this.formatType === "number" ? l = _.number(l, "0") : this.formatType === "money" ? l = _.roundMoney(l) : this.formatType === "date" ? l = _.date(l) : this.formatType === "percent" && (l = _.percentage(l)), u({ class: "toggle-btn-value text-sm tabular-nums capitalize" }, l);
|
|
216
216
|
}
|
|
217
|
-
return this.value !== null && this.value !== void 0 ?
|
|
217
|
+
return this.value !== null && this.value !== void 0 ? u({ class: "toggle-btn-value text-sm tabular-nums" }, String(this.value)) : null;
|
|
218
218
|
})();
|
|
219
219
|
return w({
|
|
220
220
|
click: () => this.handleToggle(),
|
|
221
221
|
// @ts-ignore
|
|
222
222
|
class: `toggle-btn inline-flex items-center gap-1.5 bg-transparent border-0 p-0 cursor-pointer text-foreground/70 hover:text-foreground transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring ${this.class || ""}`
|
|
223
223
|
}, [
|
|
224
|
-
|
|
224
|
+
M(
|
|
225
225
|
"active",
|
|
226
226
|
(l) => x({ size: t }, l ? n : s)
|
|
227
227
|
),
|
|
@@ -229,7 +229,7 @@ class ba extends qe {
|
|
|
229
229
|
]);
|
|
230
230
|
}
|
|
231
231
|
}
|
|
232
|
-
const
|
|
232
|
+
const ae = {
|
|
233
233
|
xs: "w-6 h-6",
|
|
234
234
|
sm: "w-8 h-8",
|
|
235
235
|
md: "w-10 h-10",
|
|
@@ -237,7 +237,7 @@ const ne = {
|
|
|
237
237
|
xl: "w-14 h-14",
|
|
238
238
|
"2xl": "w-16 h-16"
|
|
239
239
|
};
|
|
240
|
-
class
|
|
240
|
+
class Pa extends S {
|
|
241
241
|
/**
|
|
242
242
|
* Declare public props.
|
|
243
243
|
*/
|
|
@@ -268,13 +268,13 @@ class xa extends C {
|
|
|
268
268
|
* @returns {object}
|
|
269
269
|
*/
|
|
270
270
|
render() {
|
|
271
|
-
const t = this.icon, s = this.activeIcon || this.icon, n =
|
|
271
|
+
const t = this.icon, s = this.activeIcon || this.icon, n = ae[this.size] || ae.md, a = ["xs", "sm"].includes(this.size) ? "xs" : "sm", l = this.class ?? "bg-background/40 backdrop-blur-sm", i = "text-foreground", c = this.activeClass || i, f = this.circle ?? !1;
|
|
272
272
|
return w({
|
|
273
273
|
click: () => this.handleToggle(),
|
|
274
274
|
// @ts-ignore
|
|
275
|
-
class: `circle-toggle-btn inline-flex items-center justify-center rounded-full border-0 cursor-pointer transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring disabled:pointer-events-none disabled:opacity-50 ${n} ${l}${
|
|
275
|
+
class: `circle-toggle-btn inline-flex items-center justify-center rounded-full border-0 cursor-pointer transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring disabled:pointer-events-none disabled:opacity-50 ${n} ${l}${f ? " rounded-full w-[40px] h-[40px] max-w-[40px]" : ""}`
|
|
276
276
|
}, [
|
|
277
|
-
|
|
277
|
+
M("active", (m) => [
|
|
278
278
|
x({
|
|
279
279
|
size: a,
|
|
280
280
|
class: `transition-colors ${m ? c : i}`
|
|
@@ -283,8 +283,8 @@ class xa extends C {
|
|
|
283
283
|
]);
|
|
284
284
|
}
|
|
285
285
|
}
|
|
286
|
-
const
|
|
287
|
-
const s = e.size || "md", n =
|
|
286
|
+
const Ba = r((e, t) => {
|
|
287
|
+
const s = e.size || "md", n = ae[s] || ae.md, a = ["xs", "sm"].includes(s) ? "xs" : "sm";
|
|
288
288
|
return w({
|
|
289
289
|
...e,
|
|
290
290
|
// @ts-ignore
|
|
@@ -295,34 +295,34 @@ const pa = r((e, t) => {
|
|
|
295
295
|
...t || []
|
|
296
296
|
]);
|
|
297
297
|
});
|
|
298
|
-
let
|
|
299
|
-
const
|
|
298
|
+
let oe = 0;
|
|
299
|
+
const ue = /* @__PURE__ */ new Map(), Bt = () => {
|
|
300
300
|
const e = globalThis.location?.hash || "";
|
|
301
301
|
return (e ? e.replace(/^#\/?/, "") : globalThis.location?.pathname || "/").replace(/^\/+/, "").replace(/\/+$/, "");
|
|
302
|
-
},
|
|
302
|
+
}, zt = (e, t) => t ? e === t || e.startsWith(t + "/") : !1;
|
|
303
303
|
if (typeof globalThis.history?.pushState == "function") {
|
|
304
304
|
const e = globalThis.history.pushState;
|
|
305
305
|
globalThis.history.pushState = function(...t) {
|
|
306
|
-
return
|
|
306
|
+
return oe++, e.apply(this, t);
|
|
307
307
|
};
|
|
308
308
|
}
|
|
309
|
-
const
|
|
310
|
-
const t = e || "", s =
|
|
311
|
-
if (n &&
|
|
309
|
+
const Ze = (e) => {
|
|
310
|
+
const t = e || "", s = Bt(), n = ue.get(t);
|
|
311
|
+
if (n && zt(s, n.basePath))
|
|
312
312
|
return n;
|
|
313
313
|
const a = {
|
|
314
|
-
pushCount:
|
|
314
|
+
pushCount: oe,
|
|
315
315
|
basePath: s
|
|
316
316
|
};
|
|
317
|
-
return
|
|
318
|
-
},
|
|
319
|
-
|
|
320
|
-
},
|
|
317
|
+
return ue.set(t, a), a;
|
|
318
|
+
}, et = (e) => {
|
|
319
|
+
ue.delete(e || "");
|
|
320
|
+
}, L = (e) => r((t, s) => w({
|
|
321
321
|
...e,
|
|
322
322
|
...t,
|
|
323
323
|
// @ts-ignore
|
|
324
324
|
class: `bttn ${e.class} ${t.class || ""}`
|
|
325
|
-
}, s)),
|
|
325
|
+
}, s)), we = r(
|
|
326
326
|
(e, t) => w({
|
|
327
327
|
...e,
|
|
328
328
|
// @ts-ignore
|
|
@@ -334,40 +334,40 @@ const Ge = (e) => {
|
|
|
334
334
|
// @ts-ignore
|
|
335
335
|
e.icon && e.position === "right" ? x({ size: e.size || "sm", class: e.animation ?? null }, e.icon) : null
|
|
336
336
|
])
|
|
337
|
-
),
|
|
337
|
+
), ze = (e) => r((t, s) => we({
|
|
338
338
|
...e,
|
|
339
339
|
...t,
|
|
340
340
|
// @ts-ignore
|
|
341
341
|
class: `bttn ${e.class} ${t.class || ""}`
|
|
342
|
-
}, s)),
|
|
343
|
-
const t =
|
|
342
|
+
}, s)), Ot = (e) => {
|
|
343
|
+
const t = Ze(e.backUrl);
|
|
344
344
|
return () => {
|
|
345
|
-
|
|
346
|
-
const n =
|
|
345
|
+
et(e.backUrl);
|
|
346
|
+
const n = oe - t.pushCount + 1;
|
|
347
347
|
if (e.allowHistory === !0 && t.pushCount > 0) {
|
|
348
348
|
globalThis.history.go(-n);
|
|
349
349
|
return;
|
|
350
350
|
}
|
|
351
351
|
e.backUrl && app.navigate(e.backUrl);
|
|
352
352
|
};
|
|
353
|
-
},
|
|
353
|
+
}, Nt = (e) => r((t, s) => (t.icon = t.icon || h.arrows.left, t.click = t.click || Ot(t), we({
|
|
354
354
|
...e,
|
|
355
355
|
...t
|
|
356
|
-
}, s))),
|
|
357
|
-
const t =
|
|
356
|
+
}, s))), Ft = (e) => {
|
|
357
|
+
const t = Ze(e.backUrl);
|
|
358
358
|
return () => {
|
|
359
|
-
|
|
360
|
-
const n =
|
|
359
|
+
et(e.backUrl);
|
|
360
|
+
const n = oe - t.pushCount + 1;
|
|
361
361
|
if (t.pushCount > 0) {
|
|
362
362
|
globalThis.history.go(-n);
|
|
363
363
|
return;
|
|
364
364
|
}
|
|
365
365
|
e.backUrl && app.navigate(e.backUrl);
|
|
366
366
|
};
|
|
367
|
-
},
|
|
367
|
+
}, Lt = (e) => r((t, s) => (t.icon = t.icon || h.arrows.left, t.click = t.click || Ft(t), we({
|
|
368
368
|
...e,
|
|
369
369
|
...t
|
|
370
|
-
}, s))),
|
|
370
|
+
}, s))), At = r((e, t) => {
|
|
371
371
|
const s = e.size || "md", n = {
|
|
372
372
|
xs: "w-6 h-6",
|
|
373
373
|
sm: "w-8 h-8",
|
|
@@ -384,42 +384,42 @@ const Ge = (e) => {
|
|
|
384
384
|
e.icon ? x({ size: s === "xs" ? "xs" : "sm" }, e.icon) : null,
|
|
385
385
|
...t || []
|
|
386
386
|
]);
|
|
387
|
-
}),
|
|
388
|
-
primary:
|
|
389
|
-
secondary:
|
|
390
|
-
destructive:
|
|
391
|
-
warning:
|
|
392
|
-
outline:
|
|
393
|
-
ghost:
|
|
394
|
-
link:
|
|
395
|
-
icon:
|
|
396
|
-
withIcon:
|
|
397
|
-
back:
|
|
398
|
-
smartBack:
|
|
399
|
-
circleIcon:
|
|
400
|
-
}, b = r((e, t) => (
|
|
387
|
+
}), Oe = {
|
|
388
|
+
primary: L({ class: "primary" }),
|
|
389
|
+
secondary: L({ class: "secondary" }),
|
|
390
|
+
destructive: L({ class: "destructive" }),
|
|
391
|
+
warning: L({ class: "warning" }),
|
|
392
|
+
outline: L({ class: "outline" }),
|
|
393
|
+
ghost: L({ class: "ghost" }),
|
|
394
|
+
link: L({ class: "link" }),
|
|
395
|
+
icon: ze({ class: "icon" }),
|
|
396
|
+
withIcon: ze({ class: "with-icon" }),
|
|
397
|
+
back: Nt({ class: "with-icon back-button" }),
|
|
398
|
+
smartBack: Lt({ class: "with-icon back-button" }),
|
|
399
|
+
circleIcon: At
|
|
400
|
+
}, b = r((e, t) => (Oe[e.variant] || Oe.primary)(e, t)), za = r((e, t) => b({ ...e, variant: "withIcon", icon: h.loading, animation: "animate-spin" }, t)), Rt = r((e, t) => {
|
|
401
401
|
const s = e.margin ?? "my-5 mx-5", n = e.padding ?? "p-4", a = e.border ?? "border-border";
|
|
402
402
|
return e.hover && (e.class += " hover:shadow-lg hover:bg-muted/50"), o({
|
|
403
403
|
...e,
|
|
404
404
|
// @ts-ignore
|
|
405
405
|
class: `rounded-lg ${a} bg-card text-card-foreground shadow-md min-w-[120px] min-h-[80px] ${s} ${n} ${e.class || ""}`
|
|
406
406
|
}, t);
|
|
407
|
-
}),
|
|
407
|
+
}), jt = r((e, t) => ht({
|
|
408
408
|
...e,
|
|
409
409
|
// @ts-ignore
|
|
410
410
|
class: ` font-medium -mt-4 -mx-1 px-2 py-2 ${e.class || ""}`
|
|
411
|
-
}, t)),
|
|
411
|
+
}, t)), Oa = r((e, t) => {
|
|
412
412
|
const s = e.border === "full" ? "border rounded-md" : "border-t";
|
|
413
|
-
return
|
|
413
|
+
return ft({
|
|
414
414
|
...e,
|
|
415
415
|
// @ts-ignore
|
|
416
416
|
class: `p-6 ${s} ${e.class || ""}`
|
|
417
417
|
}, [
|
|
418
418
|
// @ts-ignore
|
|
419
|
-
e.legend &&
|
|
419
|
+
e.legend && jt(e.legend),
|
|
420
420
|
o({ class: "flex flex-auto flex-col gap-y-6" }, t)
|
|
421
421
|
]);
|
|
422
|
-
}),
|
|
422
|
+
}), Et = r((e, t) => {
|
|
423
423
|
const s = e.border === !0 ? "border-t" : "";
|
|
424
424
|
return o({
|
|
425
425
|
...e,
|
|
@@ -434,14 +434,14 @@ const Ge = (e) => {
|
|
|
434
434
|
class: `flex flex-auto flex-col gap-y-1 ${e.labelProps?.class || ""}`
|
|
435
435
|
}, [
|
|
436
436
|
// @ts-ignore
|
|
437
|
-
|
|
437
|
+
We({ class: "text-base" }, e.label),
|
|
438
438
|
// @ts-ignore
|
|
439
439
|
e.description && k({ class: "text-sm text-muted-foreground" }, e.description)
|
|
440
440
|
]),
|
|
441
441
|
// Controls container: grows to fill remaining space, spacing between items
|
|
442
442
|
o({ class: "flex flex-col gap-y-4" }, t)
|
|
443
443
|
]);
|
|
444
|
-
}),
|
|
444
|
+
}), Ht = "flex h-10 w-full px-3 py-2 text-sm", D = "rounded-md border border-border bg-input", $ = "focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 ring-offset-background", C = "disabled:cursor-not-allowed disabled:opacity-50 [&:user-invalid]:border-destructive", H = "placeholder:text-muted-foreground", ve = `${Ht} ${D} ${$} ${H} ${C}`, Ut = ({ id: e, checked: t, bind: s, required: n }) => he({
|
|
445
445
|
id: e,
|
|
446
446
|
cache: "checkbox",
|
|
447
447
|
class: "absolute opacity-0 w-full h-full cursor-pointer pointer-events-none",
|
|
@@ -451,19 +451,19 @@ const Ge = (e) => {
|
|
|
451
451
|
required: n,
|
|
452
452
|
checked: t,
|
|
453
453
|
bind: s
|
|
454
|
-
}),
|
|
455
|
-
|
|
454
|
+
}), Yt = () => u({ class: "absolute text-xs pointer-events-none" }, [
|
|
455
|
+
M(
|
|
456
456
|
"checked",
|
|
457
|
-
(e) => e ?
|
|
457
|
+
(e) => e ? j({
|
|
458
458
|
class: "w-2 h-2 pointer-events-none",
|
|
459
|
-
html:
|
|
459
|
+
html: h.check
|
|
460
460
|
}) : null
|
|
461
461
|
)
|
|
462
|
-
]),
|
|
462
|
+
]), _t = ({ id: e, bind: t, checked: s, required: n, clickHandler: a }) => o({
|
|
463
463
|
class: `relative flex items-center justify-center w-5 h-5 transition-colors duration-200 hover:border-accent-foreground
|
|
464
464
|
rounded-md border
|
|
465
|
-
${
|
|
466
|
-
${
|
|
465
|
+
${$}
|
|
466
|
+
${C}`.trim(),
|
|
467
467
|
onState: [
|
|
468
468
|
"checked",
|
|
469
469
|
{
|
|
@@ -479,13 +479,13 @@ const Ge = (e) => {
|
|
|
479
479
|
tabIndex: 0,
|
|
480
480
|
click: a
|
|
481
481
|
}, [
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
]),
|
|
482
|
+
Ut({ bind: t, checked: s, id: e, required: n }),
|
|
483
|
+
Yt()
|
|
484
|
+
]), Vt = ({ id: e, label: t, clickHandler: s }) => E({
|
|
485
485
|
class: "text-base cursor-pointer",
|
|
486
486
|
htmlFor: e,
|
|
487
487
|
click: s
|
|
488
|
-
}, t),
|
|
488
|
+
}, t), Wt = P(
|
|
489
489
|
{
|
|
490
490
|
/**
|
|
491
491
|
* This will initialize the state of the checkbox.
|
|
@@ -524,7 +524,7 @@ const Ge = (e) => {
|
|
|
524
524
|
render() {
|
|
525
525
|
const e = this.getId(), t = (s) => this.clickHandler(s);
|
|
526
526
|
return o({ class: `flex items-center gap-x-2 cursor-pointer ${this.class || ""}` }, [
|
|
527
|
-
|
|
527
|
+
_t({
|
|
528
528
|
id: e,
|
|
529
529
|
// @ts-ignore
|
|
530
530
|
bind: this.bind,
|
|
@@ -536,22 +536,154 @@ const Ge = (e) => {
|
|
|
536
536
|
clickHandler: t
|
|
537
537
|
}),
|
|
538
538
|
// @ts-ignore
|
|
539
|
-
this.label &&
|
|
539
|
+
this.label && Vt({ id: e, label: this.label, clickHandler: t })
|
|
540
540
|
]);
|
|
541
541
|
}
|
|
542
542
|
}
|
|
543
|
-
),
|
|
543
|
+
), qt = (e) => {
|
|
544
544
|
if (!e || e.length === 0) return "";
|
|
545
545
|
const s = e.replace(/\D/g, "").match(/^(\d{0,3})(\d{0,3})(\d{0,4})$/);
|
|
546
546
|
return s ? s[2] ? `(${s[1]}) ${s[2]}${s[3] ? "-" + s[3] : ""}` : s[1] || "" : e;
|
|
547
|
-
},
|
|
548
|
-
const t = e.target, s =
|
|
547
|
+
}, Gt = (e) => {
|
|
548
|
+
const t = e.target, s = qt(t.value);
|
|
549
|
+
s && (t.value = s);
|
|
550
|
+
}, Kt = [
|
|
551
|
+
"peer w-full h-14 px-3 pt-5 pb-1",
|
|
552
|
+
"text-base text-foreground",
|
|
553
|
+
D,
|
|
554
|
+
$,
|
|
555
|
+
C,
|
|
556
|
+
"placeholder-transparent"
|
|
557
|
+
].join(" "), Qt = [
|
|
558
|
+
"peer w-full min-h-[120px] px-3 pt-6 pb-2",
|
|
559
|
+
"text-base text-foreground",
|
|
560
|
+
D,
|
|
561
|
+
$,
|
|
562
|
+
C,
|
|
563
|
+
"placeholder-transparent resize-y"
|
|
564
|
+
].join(" "), Jt = [
|
|
565
|
+
"peer w-full h-14 px-3 pt-5 pb-1 pr-10",
|
|
566
|
+
"text-base text-foreground appearance-none",
|
|
567
|
+
D,
|
|
568
|
+
$,
|
|
569
|
+
C
|
|
570
|
+
].join(" "), Xt = [
|
|
571
|
+
"absolute left-3",
|
|
572
|
+
"text-foreground-secondary",
|
|
573
|
+
"transition-all duration-200",
|
|
574
|
+
"pointer-events-none select-none",
|
|
575
|
+
// Floated state (default — input has a value or is focused)
|
|
576
|
+
"top-2 text-xs",
|
|
577
|
+
// Centered / placeholder state (empty + not focused)
|
|
578
|
+
"peer-[:placeholder-shown:not(:focus)]:top-1/2",
|
|
579
|
+
"peer-[:placeholder-shown:not(:focus)]:-translate-y-1/2",
|
|
580
|
+
"peer-[:placeholder-shown:not(:focus)]:text-base"
|
|
581
|
+
].join(" "), Zt = [
|
|
582
|
+
"absolute left-3",
|
|
583
|
+
"text-foreground-secondary",
|
|
584
|
+
"transition-all duration-200",
|
|
585
|
+
"pointer-events-none select-none",
|
|
586
|
+
// Floated state
|
|
587
|
+
"top-1 text-xs",
|
|
588
|
+
// Placeholder state (empty + not focused)
|
|
589
|
+
"peer-[:placeholder-shown:not(:focus)]:top-3.5",
|
|
590
|
+
"peer-[:placeholder-shown:not(:focus)]:text-base"
|
|
591
|
+
].join(" "), es = [
|
|
592
|
+
"absolute left-3 top-2",
|
|
593
|
+
"text-xs text-foreground-secondary",
|
|
594
|
+
"pointer-events-none select-none"
|
|
595
|
+
].join(" ");
|
|
596
|
+
let ts = 0;
|
|
597
|
+
const ke = (e) => e.id || e.name || `floating-${++ts}`, Ce = (e, t, s, n) => e ? E(
|
|
598
|
+
{ htmlFor: s, class: n },
|
|
599
|
+
t ? [u(e), u({ class: "text-destructive ml-0.5" }, "*")] : e
|
|
600
|
+
) : null, ss = () => j({
|
|
601
|
+
class: "absolute right-3 top-1/2 -translate-y-1/2 pointer-events-none w-4 h-4 text-foreground-secondary",
|
|
602
|
+
html: h.chevron.single.down
|
|
603
|
+
}), te = r((e) => {
|
|
604
|
+
const t = ke(e);
|
|
605
|
+
return o({ class: "relative" }, [
|
|
606
|
+
p({
|
|
607
|
+
...e,
|
|
608
|
+
id: t,
|
|
609
|
+
placeholder: " ",
|
|
610
|
+
class: `${Kt} ${e.class || ""}`.trim()
|
|
611
|
+
}),
|
|
612
|
+
Ce(e.label, e.required, t, Xt)
|
|
613
|
+
]);
|
|
614
|
+
}), Na = r(
|
|
615
|
+
(e) => te({
|
|
616
|
+
...e,
|
|
617
|
+
type: "tel",
|
|
618
|
+
name: e.name || "Phone",
|
|
619
|
+
label: e.label || "Phone",
|
|
620
|
+
pattern: e.pattern || "\\(\\d{3}\\) \\d{3}-\\d{4}",
|
|
621
|
+
keyup: Gt
|
|
622
|
+
})
|
|
623
|
+
), Fa = r(
|
|
624
|
+
(e) => te({
|
|
625
|
+
...e,
|
|
626
|
+
type: "email",
|
|
627
|
+
name: e.name || "Email",
|
|
628
|
+
label: e.label || "Email"
|
|
629
|
+
})
|
|
630
|
+
), La = r(
|
|
631
|
+
(e) => te({
|
|
632
|
+
...e,
|
|
633
|
+
type: "password",
|
|
634
|
+
name: e.name || "Password",
|
|
635
|
+
label: e.label || "Password"
|
|
636
|
+
})
|
|
637
|
+
), Aa = r(
|
|
638
|
+
(e) => te({
|
|
639
|
+
...e,
|
|
640
|
+
type: "number"
|
|
641
|
+
})
|
|
642
|
+
), Ra = r(
|
|
643
|
+
(e) => te({
|
|
644
|
+
...e,
|
|
645
|
+
type: "url",
|
|
646
|
+
name: e.name || "Url",
|
|
647
|
+
label: e.label || "URL"
|
|
648
|
+
})
|
|
649
|
+
), ja = r((e) => {
|
|
650
|
+
const t = ke(e);
|
|
651
|
+
return o({ class: "relative" }, [
|
|
652
|
+
qe({
|
|
653
|
+
...e,
|
|
654
|
+
id: t,
|
|
655
|
+
placeholder: " ",
|
|
656
|
+
class: `${Qt} ${e.class || ""}`.trim()
|
|
657
|
+
}),
|
|
658
|
+
Ce(e.label, e.required, t, Zt)
|
|
659
|
+
]);
|
|
660
|
+
}), Ea = r((e) => {
|
|
661
|
+
const t = ke(e);
|
|
662
|
+
return o({ class: "relative" }, [
|
|
663
|
+
{
|
|
664
|
+
tag: "select",
|
|
665
|
+
...e,
|
|
666
|
+
id: t,
|
|
667
|
+
class: `${Jt} ${e.class || ""}`.trim(),
|
|
668
|
+
onCreated(s) {
|
|
669
|
+
e.options && Qe.setupSelectOptions(s, e.options), typeof e.onCreated == "function" && e.onCreated(s);
|
|
670
|
+
}
|
|
671
|
+
},
|
|
672
|
+
ss(),
|
|
673
|
+
Ce(e.label, e.required, t, es)
|
|
674
|
+
]);
|
|
675
|
+
}), ns = (e) => {
|
|
676
|
+
if (!e || e.length === 0) return "";
|
|
677
|
+
const s = e.replace(/\D/g, "").match(/^(\d{0,3})(\d{0,3})(\d{0,4})$/);
|
|
678
|
+
return s ? s[2] ? `(${s[1]}) ${s[2]}${s[3] ? "-" + s[3] : ""}` : s[1] || "" : e;
|
|
679
|
+
}, as = (e) => {
|
|
680
|
+
const t = e.target, s = ns(t.value);
|
|
549
681
|
s && (t.value = s);
|
|
550
682
|
}, N = r((e) => p({
|
|
551
683
|
...e,
|
|
552
684
|
// @ts-ignore
|
|
553
|
-
class: `${
|
|
554
|
-
})),
|
|
685
|
+
class: `${ve} ${e.class || ""}`.trim()
|
|
686
|
+
})), Ha = r((e) => N({
|
|
555
687
|
...e,
|
|
556
688
|
type: "tel",
|
|
557
689
|
// @ts-ignore
|
|
@@ -561,8 +693,8 @@ const Ge = (e) => {
|
|
|
561
693
|
placeholder: "(555) 555-5555",
|
|
562
694
|
// @ts-ignore
|
|
563
695
|
pattern: e.pattern || "\\(\\d{3}\\) \\d{3}-\\d{4}",
|
|
564
|
-
keyup:
|
|
565
|
-
})),
|
|
696
|
+
keyup: as
|
|
697
|
+
})), Ua = r((e) => N({
|
|
566
698
|
...e,
|
|
567
699
|
type: "email",
|
|
568
700
|
// @ts-ignore
|
|
@@ -570,47 +702,47 @@ const Ge = (e) => {
|
|
|
570
702
|
// @ts-ignore
|
|
571
703
|
label: e.label || "Email",
|
|
572
704
|
placeholder: "Email address"
|
|
573
|
-
})),
|
|
705
|
+
})), Ya = r((e) => qe({
|
|
574
706
|
...e,
|
|
575
707
|
as: "textarea",
|
|
576
708
|
// @ts-ignore
|
|
577
|
-
class: `flex w-full h-24 px-3 py-2 text-sm ${
|
|
578
|
-
})),
|
|
709
|
+
class: `flex w-full h-24 px-3 py-2 text-sm ${D} ${$} ${H} ${C} ${e.class || ""}`.trim()
|
|
710
|
+
})), _a = (e = {}) => o({ class: "flex items-center gap-x-2" }, [
|
|
579
711
|
p({
|
|
580
712
|
...e,
|
|
581
713
|
type: "radio",
|
|
582
714
|
class: "cursor-pointer appearance-none h-4 w-4 border rounded-full checked:border-primary checked:bg-primary focus:ring focus:ring-primary".trim()
|
|
583
715
|
}),
|
|
584
|
-
e.label &&
|
|
585
|
-
]),
|
|
716
|
+
e.label && E({ forHTML: e.value, class: "cursor-pointer" }, e.label)
|
|
717
|
+
]), Va = r((e) => p({
|
|
586
718
|
...e,
|
|
587
719
|
type: "date",
|
|
588
720
|
// @ts-ignore
|
|
589
|
-
class: `${
|
|
590
|
-
})),
|
|
721
|
+
class: `${D} ${$} ${H} ${C} px-3 py-2 text-sm ring-offset-background ${e.class || ""}`.trim()
|
|
722
|
+
})), Wa = r((e) => p({
|
|
591
723
|
...e,
|
|
592
724
|
type: "time",
|
|
593
725
|
// @ts-ignore
|
|
594
|
-
class: `${
|
|
595
|
-
})),
|
|
726
|
+
class: `${D} ${$} ${H} ${C} px-3 py-2 text-sm ring-offset-background ${e.class || ""}`.trim()
|
|
727
|
+
})), qa = r((e) => p({
|
|
596
728
|
...e,
|
|
597
729
|
type: "datetime-local",
|
|
598
730
|
// @ts-ignore
|
|
599
|
-
class: `${
|
|
600
|
-
})),
|
|
731
|
+
class: `${D} ${$} ${H} ${C} px-3 py-2 text-sm ring-offset-background ${e.class || ""}`.trim()
|
|
732
|
+
})), Ga = r((e) => p({
|
|
601
733
|
...e,
|
|
602
734
|
type: "month",
|
|
603
735
|
// @ts-ignore
|
|
604
|
-
class: `${
|
|
605
|
-
})),
|
|
736
|
+
class: `${D} ${$} ${H} ${C} px-3 py-2 text-sm ring-offset-background ${e.class || ""}`.trim()
|
|
737
|
+
})), Ka = r((e) => p({
|
|
606
738
|
...e,
|
|
607
739
|
type: "week",
|
|
608
740
|
// @ts-ignore
|
|
609
|
-
class: `${
|
|
610
|
-
})),
|
|
741
|
+
class: `${D} ${$} ${H} ${C} px-3 py-2 text-sm ring-offset-background ${e.class || ""}`.trim()
|
|
742
|
+
})), Qa = r((e) => N({
|
|
611
743
|
...e,
|
|
612
744
|
type: "number"
|
|
613
|
-
})),
|
|
745
|
+
})), Ja = r((e) => N({
|
|
614
746
|
...e,
|
|
615
747
|
type: "password"
|
|
616
748
|
}));
|
|
@@ -618,29 +750,29 @@ r((e) => N({
|
|
|
618
750
|
...e,
|
|
619
751
|
type: "search"
|
|
620
752
|
}));
|
|
621
|
-
const
|
|
753
|
+
const Xa = r((e) => N({
|
|
622
754
|
...e,
|
|
623
755
|
type: "url"
|
|
624
|
-
})),
|
|
756
|
+
})), Za = r((e) => N({
|
|
625
757
|
...e,
|
|
626
758
|
type: "hidden"
|
|
627
|
-
})),
|
|
759
|
+
})), eo = r((e) => p({
|
|
628
760
|
...e,
|
|
629
761
|
type: "color",
|
|
630
762
|
// @ts-ignore
|
|
631
|
-
class: `${
|
|
763
|
+
class: `${D} text-foreground p-0 ${C} ${e.class || ""}`.trim()
|
|
632
764
|
}));
|
|
633
|
-
r((e) =>
|
|
765
|
+
r((e) => he({
|
|
634
766
|
...e,
|
|
635
767
|
// @ts-ignore
|
|
636
|
-
class: `flex h-4 w-4 text-foreground ${
|
|
768
|
+
class: `flex h-4 w-4 text-foreground ${D} ${$} ${C} ${e.class || ""}`.trim()
|
|
637
769
|
}));
|
|
638
|
-
const
|
|
770
|
+
const os = "file:border-0 file:bg-transparent file:text-sm file:font-medium file:text-foreground", to = r((e) => p({
|
|
639
771
|
...e,
|
|
640
772
|
type: "file",
|
|
641
773
|
// @ts-ignore
|
|
642
|
-
class: `${
|
|
643
|
-
})),
|
|
774
|
+
class: `${ve} ${os} ${e.class || ""}`.trim()
|
|
775
|
+
})), so = O(
|
|
644
776
|
{
|
|
645
777
|
/**
|
|
646
778
|
* This will create the initial state of the RangeSlider.
|
|
@@ -673,7 +805,7 @@ const _t = "file:border-0 file:bg-transparent file:text-sm file:font-medium file
|
|
|
673
805
|
return o({ class: "relative w-full h-4 flex items-center" }, [
|
|
674
806
|
// Track
|
|
675
807
|
o({ class: "absolute h-2 w-full rounded-full bg-muted" }),
|
|
676
|
-
|
|
808
|
+
V(({ state: e }) => [
|
|
677
809
|
// Filled Track
|
|
678
810
|
o({
|
|
679
811
|
class: "absolute h-2 bg-primary rounded-full",
|
|
@@ -698,8 +830,8 @@ const _t = "file:border-0 file:bg-transparent file:text-sm file:font-medium file
|
|
|
698
830
|
// Incorporate your new classes here
|
|
699
831
|
class: `
|
|
700
832
|
absolute w-full h-full opacity-0 cursor-pointer
|
|
701
|
-
${
|
|
702
|
-
${
|
|
833
|
+
${$}
|
|
834
|
+
${C}
|
|
703
835
|
${this.class || ""}
|
|
704
836
|
`.trim(),
|
|
705
837
|
bind: this.bind,
|
|
@@ -712,15 +844,15 @@ const _t = "file:border-0 file:bg-transparent file:text-sm file:font-medium file
|
|
|
712
844
|
]);
|
|
713
845
|
}
|
|
714
846
|
}
|
|
715
|
-
),
|
|
847
|
+
), no = r((e) => ({
|
|
716
848
|
tag: "select",
|
|
717
849
|
onCreated(t) {
|
|
718
|
-
e.options &&
|
|
850
|
+
e.options && Qe.setupSelectOptions(t, e.options);
|
|
719
851
|
},
|
|
720
852
|
...e,
|
|
721
853
|
// @ts-ignore
|
|
722
|
-
class: `${
|
|
723
|
-
})),
|
|
854
|
+
class: `${ve} ${e.class || ""}`.trim()
|
|
855
|
+
})), ls = r(({ src: e, alt: t, class: s, checkPath: n = !0 }) => !e || (s = s || "", n && e.indexOf(".") === -1 && e.indexOf("[[") === -1) ? null : fe({
|
|
724
856
|
class: `absolute w-full h-full object-cover fadeIn ${s}`,
|
|
725
857
|
src: e,
|
|
726
858
|
alt: t,
|
|
@@ -729,7 +861,7 @@ const _t = "file:border-0 file:bg-transparent file:text-sm file:font-medium file
|
|
|
729
861
|
* If there's an error loading the image, hide it.
|
|
730
862
|
*/
|
|
731
863
|
error: (a) => a.target.style.visibility = "hidden"
|
|
732
|
-
})),
|
|
864
|
+
})), rs = (e) => !e || isNaN(e) ? null : e, Ne = (e, t) => {
|
|
733
865
|
const s = e, n = 16, a = 2 * Math.PI * n, l = s / 100 * a, i = `
|
|
734
866
|
<svg class="w-40 h-40 mx-auto" viewBox="0 0 36 36" xmlns="http://www.w3.org/2000/svg">
|
|
735
867
|
<!-- Background Circle -->
|
|
@@ -772,20 +904,20 @@ const _t = "file:border-0 file:bg-transparent file:text-sm file:font-medium file
|
|
|
772
904
|
class: "circle-graph text-inherit",
|
|
773
905
|
html: i
|
|
774
906
|
});
|
|
775
|
-
},
|
|
776
|
-
const t = e.progress || 0, s = e.class || "", n =
|
|
907
|
+
}, ao = r((e) => {
|
|
908
|
+
const t = e.progress || 0, s = e.class || "", n = Ne(t, s);
|
|
777
909
|
return o({
|
|
778
910
|
class: "circle-graph-wrap",
|
|
779
911
|
onSet: [
|
|
780
912
|
// @ts-ignore
|
|
781
913
|
e.prop,
|
|
782
|
-
(a) => (a =
|
|
914
|
+
(a) => (a = rs(a), a ? Ne(a, s) : n)
|
|
783
915
|
]
|
|
784
916
|
}, [n]);
|
|
785
|
-
}),
|
|
917
|
+
}), is = () => V(({ state: e }) => o({
|
|
786
918
|
class: "absolute h-full rounded-full bg-primary transition-all duration-300",
|
|
787
919
|
style: ["width: [[progress]]%;", e]
|
|
788
|
-
})),
|
|
920
|
+
})), oo = O(
|
|
789
921
|
{
|
|
790
922
|
/**
|
|
791
923
|
* This will render the progress bar component.
|
|
@@ -794,7 +926,7 @@ const _t = "file:border-0 file:bg-transparent file:text-sm file:font-medium file
|
|
|
794
926
|
*/
|
|
795
927
|
render() {
|
|
796
928
|
return o({ class: "relative w-full h-4 rounded-full bg-muted" }, [
|
|
797
|
-
|
|
929
|
+
is()
|
|
798
930
|
]);
|
|
799
931
|
},
|
|
800
932
|
/**
|
|
@@ -837,7 +969,7 @@ const _t = "file:border-0 file:bg-transparent file:text-sm file:font-medium file
|
|
|
837
969
|
e < 0 && (e = 0), e > 100 && (e = 100), this.state.progress = e;
|
|
838
970
|
}
|
|
839
971
|
}
|
|
840
|
-
),
|
|
972
|
+
), lo = r((e = {}) => {
|
|
841
973
|
const {
|
|
842
974
|
class: t = "",
|
|
843
975
|
background: s = !0,
|
|
@@ -846,7 +978,7 @@ const _t = "file:border-0 file:bg-transparent file:text-sm file:font-medium file
|
|
|
846
978
|
blurClass: l = "backdrop-blur",
|
|
847
979
|
zIndexClass: i = "z-9999",
|
|
848
980
|
style: c = ""
|
|
849
|
-
} = e,
|
|
981
|
+
} = e, f = [
|
|
850
982
|
"sticky bottom-0 left-0 right-0 w-full",
|
|
851
983
|
i,
|
|
852
984
|
s ? a : "",
|
|
@@ -854,11 +986,11 @@ const _t = "file:border-0 file:bg-transparent file:text-sm file:font-medium file
|
|
|
854
986
|
t
|
|
855
987
|
].filter(Boolean).join(" "), m = `height: env(safe-area-inset-bottom, 0px);${c ? ` ${c}` : ""}`;
|
|
856
988
|
return o({
|
|
857
|
-
class:
|
|
989
|
+
class: f,
|
|
858
990
|
style: m,
|
|
859
991
|
"aria-hidden": "true"
|
|
860
992
|
});
|
|
861
|
-
}),
|
|
993
|
+
}), ro = r((e = {}) => {
|
|
862
994
|
const {
|
|
863
995
|
class: t = "",
|
|
864
996
|
background: s = !0,
|
|
@@ -867,7 +999,7 @@ const _t = "file:border-0 file:bg-transparent file:text-sm file:font-medium file
|
|
|
867
999
|
blurClass: l = "backdrop-blur",
|
|
868
1000
|
zIndexClass: i = "z-9999",
|
|
869
1001
|
style: c = ""
|
|
870
|
-
} = e,
|
|
1002
|
+
} = e, f = [
|
|
871
1003
|
"fixed top-0 left-0 right-0 w-full",
|
|
872
1004
|
i,
|
|
873
1005
|
s ? a : "",
|
|
@@ -875,11 +1007,11 @@ const _t = "file:border-0 file:bg-transparent file:text-sm file:font-medium file
|
|
|
875
1007
|
t
|
|
876
1008
|
].filter(Boolean).join(" "), m = `height: env(safe-area-inset-top, 0px);${c ? ` ${c}` : ""}`;
|
|
877
1009
|
return o({
|
|
878
|
-
class:
|
|
1010
|
+
class: f,
|
|
879
1011
|
style: m,
|
|
880
1012
|
"aria-hidden": "true"
|
|
881
1013
|
});
|
|
882
|
-
}),
|
|
1014
|
+
}), Fe = {
|
|
883
1015
|
top: "bottom-full left-1/2 transform -translate-x-1/2 mb-2",
|
|
884
1016
|
"top-right": "bottom-full left-full transform -translate-x-1 mb-2",
|
|
885
1017
|
"top-left": "bottom-full right-full transform translate-x-1 mb-2",
|
|
@@ -888,19 +1020,19 @@ const _t = "file:border-0 file:bg-transparent file:text-sm file:font-medium file
|
|
|
888
1020
|
"bottom-left": "top-full right-full transform translate-x-1 mt-2",
|
|
889
1021
|
left: "top-1/2 right-full transform -translate-y-1/2 mr-2",
|
|
890
1022
|
right: "top-1/2 left-full transform -translate-y-1/2 ml-2"
|
|
891
|
-
},
|
|
892
|
-
const n =
|
|
1023
|
+
}, cs = (e) => Fe[String(e)] || Fe.top, io = r(({ position: e = "top", content: t }, s) => {
|
|
1024
|
+
const n = cs(e);
|
|
893
1025
|
return Array.isArray(s) === !1 && (s = [s]), o({ class: "relative group inline-block" }, [
|
|
894
1026
|
...s,
|
|
895
1027
|
// Tooltip box
|
|
896
|
-
|
|
1028
|
+
u({
|
|
897
1029
|
class: `
|
|
898
1030
|
absolute z-20 px-2 py-1 border text-sm bg-background rounded shadow-md opacity-0 whitespace-nowrap
|
|
899
1031
|
group-hover:opacity-100 transition-opacity duration-200 ${n} pointer-events-none
|
|
900
1032
|
`
|
|
901
1033
|
}, t)
|
|
902
1034
|
]);
|
|
903
|
-
}),
|
|
1035
|
+
}), Le = {
|
|
904
1036
|
info: {
|
|
905
1037
|
borderColor: "border-blue-500",
|
|
906
1038
|
bgColor: "bg-muted/10",
|
|
@@ -926,25 +1058,25 @@ const _t = "file:border-0 file:bg-transparent file:text-sm file:font-medium file
|
|
|
926
1058
|
bgColor: "bg-muted/10",
|
|
927
1059
|
iconColor: "text-muted-foreground"
|
|
928
1060
|
}
|
|
929
|
-
},
|
|
1061
|
+
}, ds = (e, t) => o({ class: `flex items-center justify-center h-6 w-6 mr-3 ${t}` }, [
|
|
930
1062
|
x({ size: "sm" }, e)
|
|
931
|
-
]),
|
|
932
|
-
const { borderColor: a, bgColor: l, iconColor: i } =
|
|
1063
|
+
]), us = (e) => gt({ class: "font-semibold" }, e), hs = (e) => k({ class: "text-sm text-muted-foreground" }, e), co = r(({ title: e, description: t, icon: s, type: n = "default" }) => {
|
|
1064
|
+
const { borderColor: a, bgColor: l, iconColor: i } = Le[n] || Le.default;
|
|
933
1065
|
return o({ class: `flex items-start p-4 border rounded-lg ${l} ${a}` }, [
|
|
934
1066
|
// Icon and content
|
|
935
|
-
s &&
|
|
1067
|
+
s && ds(s, i),
|
|
936
1068
|
o({ class: "flex flex-col" }, [
|
|
937
|
-
|
|
938
|
-
|
|
1069
|
+
us(e),
|
|
1070
|
+
hs(t)
|
|
939
1071
|
])
|
|
940
1072
|
]);
|
|
941
|
-
}),
|
|
1073
|
+
}), fs = (e, t) => {
|
|
942
1074
|
const s = e ? e.getBoundingClientRect() : { top: 0, bottom: 0, left: 0 }, n = t.getBoundingClientRect(), a = 10, l = globalThis.scrollX, i = globalThis.scrollY;
|
|
943
|
-
let c = s.left + l,
|
|
1075
|
+
let c = s.left + l, f = s.bottom + i;
|
|
944
1076
|
const m = globalThis.innerHeight - s.bottom, v = s.top;
|
|
945
|
-
return c + n.width > globalThis.innerWidth && (c = globalThis.innerWidth - n.width - a), m < n.height && v > m ?
|
|
1077
|
+
return c + n.width > globalThis.innerWidth && (c = globalThis.innerWidth - n.width - a), m < n.height && v > m ? f = s.top + i - n.height - a : m < n.height && (f = s.bottom + i - (n.height - m) - a), { x: c, y: f };
|
|
946
1078
|
};
|
|
947
|
-
class
|
|
1079
|
+
class se extends S {
|
|
948
1080
|
/**
|
|
949
1081
|
* This will set up the data.
|
|
950
1082
|
*
|
|
@@ -1021,7 +1153,7 @@ class te extends C {
|
|
|
1021
1153
|
* @returns {void}
|
|
1022
1154
|
*/
|
|
1023
1155
|
updatePosition() {
|
|
1024
|
-
const t = this.button ?? null, s = this.panel, n =
|
|
1156
|
+
const t = this.button ?? null, s = this.panel, n = fs(t, s);
|
|
1025
1157
|
this.data.position = n;
|
|
1026
1158
|
}
|
|
1027
1159
|
/**
|
|
@@ -1073,29 +1205,29 @@ class te extends C {
|
|
|
1073
1205
|
this?.panel?.hidePopover();
|
|
1074
1206
|
}
|
|
1075
1207
|
}
|
|
1076
|
-
const
|
|
1208
|
+
const gs = r((e, t) => o({ ...e, class: "flex flex-auto flex-col gap-y-2" }, t)), ms = r((e, t) => E({ ...e, class: "flex auto text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70" }, t)), bs = r((e, t) => k({ ...e, class: "text-sm text-muted-foreground italic" }, t)), xs = r((e, t) => k({ ...e, class: "text-sm text-destructive" }, t)), uo = r((e, t = []) => Rt({ class: "flex flex-auto flex-col gap-y-0", margin: "m-0", padding: "p-0" }, [
|
|
1077
1209
|
// @ts-ignore
|
|
1078
1210
|
e.title && J({ class: "text-lg font-semibold py-4 px-6" }, e.title),
|
|
1079
1211
|
// @ts-ignore
|
|
1080
1212
|
e.description && k({ class: "text-sm text-muted-foreground pb-4 px-6 max-w-[700px]" }, e.description),
|
|
1081
1213
|
...t
|
|
1082
|
-
])),
|
|
1214
|
+
])), ho = r((e, t = []) => (
|
|
1083
1215
|
// @ts-ignore
|
|
1084
|
-
|
|
1216
|
+
Et({ label: e.label, description: e.description, class: "py-4 px-6", border: e.border }, [
|
|
1085
1217
|
o({ class: "flex flex-col gap-y-6" }, t)
|
|
1086
1218
|
])
|
|
1087
|
-
)),
|
|
1219
|
+
)), fo = r((e, t = []) => {
|
|
1088
1220
|
const s = e.border ? "border-t" : "";
|
|
1089
1221
|
return o({ ...e, class: `flex flex-col pb-4 px-6 gap-y-4 ${s} ${e.class || ""}` }, t);
|
|
1090
|
-
}),
|
|
1222
|
+
}), ps = (e) => e.tag === "input" || e.tag === "select" || e.tag === "textarea", tt = (e, t, s) => e.map((n) => !n || (n.children && n.children.length > 0 && (n.children = tt(n.children, t, s)), !n.required) ? n : ps(n) ? {
|
|
1091
1223
|
...n,
|
|
1092
1224
|
aria: {
|
|
1093
1225
|
invalid: ["hasError"]
|
|
1094
1226
|
},
|
|
1095
1227
|
invalid: s,
|
|
1096
1228
|
input: t
|
|
1097
|
-
} : n),
|
|
1098
|
-
const a =
|
|
1229
|
+
} : n), ys = r((e, t) => {
|
|
1230
|
+
const a = tt(t, (l) => {
|
|
1099
1231
|
l.target.checkValidity() && e.setError(null);
|
|
1100
1232
|
}, (l) => {
|
|
1101
1233
|
e.setError(l.target.validationMessage);
|
|
@@ -1104,7 +1236,7 @@ const ts = r((e, t) => o({ ...e, class: "flex flex-auto flex-col gap-y-2" }, t))
|
|
|
1104
1236
|
...e,
|
|
1105
1237
|
class: "w-full"
|
|
1106
1238
|
}, a);
|
|
1107
|
-
}),
|
|
1239
|
+
}), go = O(
|
|
1108
1240
|
{
|
|
1109
1241
|
/**
|
|
1110
1242
|
* The initial state of the FormField.
|
|
@@ -1129,47 +1261,47 @@ const ts = r((e, t) => o({ ...e, class: "flex flex-auto flex-col gap-y-2" }, t))
|
|
|
1129
1261
|
this.state.error = l, this.state.hasError = !!l;
|
|
1130
1262
|
};
|
|
1131
1263
|
return o({ class: "flex flex-auto gap-y-4" }, [
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1264
|
+
gs([
|
|
1265
|
+
ms({ htmlFor: t }, s),
|
|
1266
|
+
ys({
|
|
1135
1267
|
id: t,
|
|
1136
1268
|
name: e,
|
|
1137
1269
|
value: this.state.value,
|
|
1138
1270
|
setError: a
|
|
1139
1271
|
}, this.children),
|
|
1140
|
-
n &&
|
|
1141
|
-
o({ onState: ["error", (l) => l &&
|
|
1272
|
+
n && bs({ id: this.getId("description") }, n),
|
|
1273
|
+
o({ onState: ["error", (l) => l && xs(l)] })
|
|
1142
1274
|
])
|
|
1143
1275
|
]);
|
|
1144
1276
|
}
|
|
1145
1277
|
}
|
|
1146
|
-
),
|
|
1278
|
+
), ws = (e, t, s = null) => {
|
|
1147
1279
|
e.target.checkValidity() && (e.preventDefault(), s && s(e, t));
|
|
1148
|
-
},
|
|
1280
|
+
}, st = r(
|
|
1149
1281
|
(e, t) => (
|
|
1150
1282
|
// @ts-ignore
|
|
1151
|
-
|
|
1283
|
+
mt({ ...e, submit: (s, n) => ws(s, n, e.submit), class: `w-full ${e.class ?? ""}` }, t)
|
|
1152
1284
|
)
|
|
1153
|
-
),
|
|
1285
|
+
), mo = r((e, t) => (
|
|
1154
1286
|
// @ts-ignore
|
|
1155
1287
|
o({ ...e, class: `flex flex-auto flex-col gap-y-6 p-4 md:p-6 divide-y ${e.class || ""}` }, t)
|
|
1156
|
-
)),
|
|
1288
|
+
)), bo = r((e, t = []) => o({ class: "flex flex-col gap-y-3 py-4" }, [
|
|
1157
1289
|
// @ts-ignore
|
|
1158
1290
|
e.title && J({ class: "font-semibold" }, e.title),
|
|
1159
1291
|
...t
|
|
1160
|
-
])),
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
]),
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
]),
|
|
1292
|
+
])), xo = (e, t) => o({ class: "flex justify-between" }, [
|
|
1293
|
+
u({ class: "text-muted-foreground" }, e),
|
|
1294
|
+
u(t)
|
|
1295
|
+
]), po = (e, t) => o({ class: "flex" }, [
|
|
1296
|
+
u({ class: "text-muted-foreground mr-8 w-24 truncate text-nowrap" }, e),
|
|
1297
|
+
u(t)
|
|
1298
|
+
]), vs = r(({ title: e, description: t, back: s, icon: n, options: a = [] }) => X({ class: "modal-header bg-background/80 backdrop-blur-md sticky flex flex-none items-center py-4 px-6 z-10 min-w-0" }, [
|
|
1167
1299
|
/**
|
|
1168
1300
|
* Back Button (Mobile Only)
|
|
1169
1301
|
*/
|
|
1170
1302
|
s && b({
|
|
1171
1303
|
variant: "icon",
|
|
1172
|
-
icon:
|
|
1304
|
+
icon: h.arrows.left,
|
|
1173
1305
|
class: "mr-2 p-0 flex sm:hidden",
|
|
1174
1306
|
click: (l, i) => i.close()
|
|
1175
1307
|
}),
|
|
@@ -1186,7 +1318,7 @@ const ts = r((e, t) => o({ ...e, class: "flex flex-auto flex-col gap-y-2" }, t))
|
|
|
1186
1318
|
]),
|
|
1187
1319
|
o({ class: "flex flex-none items-center gap-2" }, a)
|
|
1188
1320
|
])
|
|
1189
|
-
])),
|
|
1321
|
+
])), yo = r((e, t) => {
|
|
1190
1322
|
const s = e.class?.includes("drawer");
|
|
1191
1323
|
return o({
|
|
1192
1324
|
popover: "manual",
|
|
@@ -1196,7 +1328,7 @@ const ts = r((e, t) => o({ ...e, class: "flex flex-auto flex-col gap-y-2" }, t))
|
|
|
1196
1328
|
l.target === i.panel && (l.preventDefault(), l.stopPropagation(), i.state.open = !1);
|
|
1197
1329
|
}
|
|
1198
1330
|
}, [
|
|
1199
|
-
|
|
1331
|
+
st({
|
|
1200
1332
|
class: "modal-content relative bg-background z-1 flex flex-auto flex-col gap-y-4 min-w-0",
|
|
1201
1333
|
// @ts-ignore
|
|
1202
1334
|
submit: (l, i) => e.onSubmit && e.onSubmit(i),
|
|
@@ -1204,13 +1336,13 @@ const ts = r((e, t) => o({ ...e, class: "flex flex-auto flex-col gap-y-2" }, t))
|
|
|
1204
1336
|
// @ts-ignore
|
|
1205
1337
|
...e.gestureHandlers
|
|
1206
1338
|
}, [
|
|
1207
|
-
|
|
1339
|
+
vs(e),
|
|
1208
1340
|
o({ class: "modal-body flex grow flex-col py-0 px-6 z-0", cache: "modalBody" }, t),
|
|
1209
1341
|
// @ts-ignore
|
|
1210
|
-
!e.hideFooter &&
|
|
1342
|
+
!e.hideFooter && ge({ class: "modal-footer sticky bottom-0 bg-background/80 backdrop-blur-md flex flex-none justify-between py-4 px-6 z-10" }, e.buttons)
|
|
1211
1343
|
])
|
|
1212
1344
|
]);
|
|
1213
|
-
}),
|
|
1345
|
+
}), Ae = {
|
|
1214
1346
|
info: {
|
|
1215
1347
|
bgColor: "bg-muted/10",
|
|
1216
1348
|
borderColor: "border-blue-500",
|
|
@@ -1236,22 +1368,22 @@ const ts = r((e, t) => o({ ...e, class: "flex flex-auto flex-col gap-y-2" }, t))
|
|
|
1236
1368
|
borderColor: "border",
|
|
1237
1369
|
iconColor: "text-muted-foreground"
|
|
1238
1370
|
}
|
|
1239
|
-
},
|
|
1240
|
-
|
|
1241
|
-
]),
|
|
1371
|
+
}, ks = (e) => X({ class: "flex justify-center" }, [
|
|
1372
|
+
me({ class: "text-lg font-bold mb-0" }, e)
|
|
1373
|
+
]), Cs = r(({ href: e, class: t }, s) => Ge({
|
|
1242
1374
|
class: `bg-popover text-popover-foreground relative flex flex-auto flex-col justify-start shadow-lg pointer-events-auto p-4 border rounded-md min-w-[340px] max-w-[450px] mt-4 ${t}`,
|
|
1243
1375
|
href: e,
|
|
1244
1376
|
animateIn: "pullRightIn",
|
|
1245
1377
|
animateOut: "pullRight",
|
|
1246
1378
|
role: "alert"
|
|
1247
|
-
}, s)),
|
|
1379
|
+
}, s)), Ss = r(({ close: e, class: t }, s) => o({
|
|
1248
1380
|
class: `pullRightIn bg-popover text-popover-foreground relative flex flex-auto flex-col justify-start shadow-lg pointer-events-auto p-4 border rounded-md min-w-[340px] max-w-[450px] mt-4 ${t}`,
|
|
1249
1381
|
click: () => e(),
|
|
1250
1382
|
animateIn: "pullRightIn",
|
|
1251
1383
|
animateOut: "pullRight",
|
|
1252
1384
|
role: "alert"
|
|
1253
1385
|
}, s));
|
|
1254
|
-
class
|
|
1386
|
+
class wo extends S {
|
|
1255
1387
|
/**
|
|
1256
1388
|
* This will declare the props for the compiler.
|
|
1257
1389
|
*
|
|
@@ -1275,10 +1407,10 @@ class Xa extends C {
|
|
|
1275
1407
|
*/
|
|
1276
1408
|
render() {
|
|
1277
1409
|
const { bgColor: t, borderColor: s, iconColor: n } = this.getTypeStyles(), a = this.href || null, l = this.getChildren(n);
|
|
1278
|
-
return a ?
|
|
1410
|
+
return a ? Cs({
|
|
1279
1411
|
href: a,
|
|
1280
1412
|
class: `${t} ${s}`
|
|
1281
|
-
}, l) :
|
|
1413
|
+
}, l) : Ss({
|
|
1282
1414
|
close: this.close.bind(this),
|
|
1283
1415
|
class: `${t} ${s}`
|
|
1284
1416
|
}, l);
|
|
@@ -1290,7 +1422,7 @@ class Xa extends C {
|
|
|
1290
1422
|
*/
|
|
1291
1423
|
afterSetup() {
|
|
1292
1424
|
const t = this.duration;
|
|
1293
|
-
t !== "infinite" && (this.timer = new
|
|
1425
|
+
t !== "infinite" && (this.timer = new kt(t, this.close.bind(this)), this.timer.start());
|
|
1294
1426
|
}
|
|
1295
1427
|
/**
|
|
1296
1428
|
* This will get the style properties based on the notification type.
|
|
@@ -1299,7 +1431,7 @@ class Xa extends C {
|
|
|
1299
1431
|
*/
|
|
1300
1432
|
getTypeStyles() {
|
|
1301
1433
|
const t = this.type || "default";
|
|
1302
|
-
return
|
|
1434
|
+
return Ae[t] || Ae.default;
|
|
1303
1435
|
}
|
|
1304
1436
|
/**
|
|
1305
1437
|
* This will get the buttons for the notification.
|
|
@@ -1328,16 +1460,16 @@ class Xa extends C {
|
|
|
1328
1460
|
]),
|
|
1329
1461
|
o({ class: "flex flex-auto flex-col" }, [
|
|
1330
1462
|
o({ class: "flex flex-auto flex-row items-center w-full pr-12" }, [
|
|
1331
|
-
this.title &&
|
|
1463
|
+
this.title && ks(this.title)
|
|
1332
1464
|
]),
|
|
1333
1465
|
k({ class: "text-base text-muted-foreground m-0 pr-12" }, this.description),
|
|
1334
|
-
(this.primary || this.secondary) &&
|
|
1466
|
+
(this.primary || this.secondary) && ge({ class: "margin-top-24 flex align-center" }, this.getButtons())
|
|
1335
1467
|
])
|
|
1336
1468
|
]),
|
|
1337
1469
|
b({
|
|
1338
1470
|
class: "absolute top-[12px] right-[12px]",
|
|
1339
1471
|
variant: "icon",
|
|
1340
|
-
icon:
|
|
1472
|
+
icon: h.x,
|
|
1341
1473
|
click: this.close.bind(this)
|
|
1342
1474
|
})
|
|
1343
1475
|
];
|
|
@@ -1352,17 +1484,17 @@ class Xa extends C {
|
|
|
1352
1484
|
t && t.stopPropagation(), this.duration !== "infinite" && this.timer.stop(), this.onClick && this.onClick(), this.destroy();
|
|
1353
1485
|
}
|
|
1354
1486
|
}
|
|
1355
|
-
const Re = globalThis.matchMedia,
|
|
1487
|
+
const Re = globalThis.matchMedia, le = r(({ value: e, label: t, icon: s }) => w({
|
|
1356
1488
|
class: 'text-sm gap-1 font-medium leading-none disabled:cursor-not-allowed disabled:opacity-70 flex flex-col items-center justify-between rounded-md border-2 bg-popover p-4 hover:bg-accent hover:text-accent-foreground data-[state="active"]:border-primary [&:has([data-state="active"])]:border-primary',
|
|
1357
1489
|
onState: ["method", { active: e }],
|
|
1358
1490
|
dataSet: ["method", ["state", e, "active"]],
|
|
1359
1491
|
click: (n, { state: a }) => {
|
|
1360
|
-
a.method = e, localStorage.setItem("theme", e), e === "system" && localStorage.removeItem("theme"),
|
|
1492
|
+
a.method = e, localStorage.setItem("theme", e), e === "system" && localStorage.removeItem("theme"), $s(e);
|
|
1361
1493
|
}
|
|
1362
1494
|
}, [
|
|
1363
1495
|
x({}, s),
|
|
1364
|
-
|
|
1365
|
-
])),
|
|
1496
|
+
u(t)
|
|
1497
|
+
])), $s = (e) => {
|
|
1366
1498
|
const t = document.documentElement;
|
|
1367
1499
|
if (e === "system" && (e = globalThis.matchMedia?.("(prefers-color-scheme: dark)").matches ? "dark" : "light"), Re && !Re("(prefers-color-scheme: " + e + ")").matches) {
|
|
1368
1500
|
t.classList.add(e);
|
|
@@ -1370,7 +1502,7 @@ const Re = globalThis.matchMedia, oe = r(({ value: e, label: t, icon: s }) => w(
|
|
|
1370
1502
|
}
|
|
1371
1503
|
const s = e === "light" ? "dark" : "light";
|
|
1372
1504
|
t.classList.remove(s);
|
|
1373
|
-
},
|
|
1505
|
+
}, vo = P(
|
|
1374
1506
|
{
|
|
1375
1507
|
/**
|
|
1376
1508
|
* This will render the component.
|
|
@@ -1380,9 +1512,9 @@ const Re = globalThis.matchMedia, oe = r(({ value: e, label: t, icon: s }) => w(
|
|
|
1380
1512
|
render() {
|
|
1381
1513
|
return o({ class: "flex flex-auto flex-col" }, [
|
|
1382
1514
|
o({ class: "grid grid-cols-3 gap-4" }, [
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1515
|
+
le({ label: "System", value: "system", icon: h.adjustments.horizontal }),
|
|
1516
|
+
le({ label: "Light", value: "light", icon: h.sun }),
|
|
1517
|
+
le({ label: "Dark", value: "dark", icon: h.moon })
|
|
1386
1518
|
])
|
|
1387
1519
|
]);
|
|
1388
1520
|
},
|
|
@@ -1397,7 +1529,7 @@ const Re = globalThis.matchMedia, oe = r(({ value: e, label: t, icon: s }) => w(
|
|
|
1397
1529
|
};
|
|
1398
1530
|
}
|
|
1399
1531
|
}
|
|
1400
|
-
),
|
|
1532
|
+
), ko = O(
|
|
1401
1533
|
{
|
|
1402
1534
|
/**
|
|
1403
1535
|
* The initial state of the Toggle.
|
|
@@ -1431,7 +1563,7 @@ const Re = globalThis.matchMedia, oe = r(({ value: e, label: t, icon: s }) => w(
|
|
|
1431
1563
|
s.toggle("active"), this.checkbox.checked = s.active, this.change && this.change(s.active, t, this);
|
|
1432
1564
|
}
|
|
1433
1565
|
}, [
|
|
1434
|
-
|
|
1566
|
+
he({
|
|
1435
1567
|
cache: "checkbox",
|
|
1436
1568
|
class: "opacity-0 absolute top-0 left-0 bottom-0 right-0 w-full h-full",
|
|
1437
1569
|
/**
|
|
@@ -1442,20 +1574,20 @@ const Re = globalThis.matchMedia, oe = r(({ value: e, label: t, icon: s }) => w(
|
|
|
1442
1574
|
bind: this.bind,
|
|
1443
1575
|
required: this.required
|
|
1444
1576
|
}),
|
|
1445
|
-
|
|
1577
|
+
u({
|
|
1446
1578
|
class: "absolute h-5 w-5 bg-background rounded-full shadow-md transform transition-transform",
|
|
1447
1579
|
onState: ["active", { "translate-x-[22px]": !0, "translate-x-[2px]": !1 }]
|
|
1448
1580
|
})
|
|
1449
1581
|
]);
|
|
1450
1582
|
}
|
|
1451
1583
|
}
|
|
1452
|
-
),
|
|
1584
|
+
), Ds = r(({ src: e, alt: t }) => !e || e.indexOf(".") === -1 && e.indexOf("[[") === -1 ? null : ls({
|
|
1453
1585
|
src: e,
|
|
1454
1586
|
alt: t,
|
|
1455
1587
|
class: "rounded-full"
|
|
1456
|
-
})),
|
|
1457
|
-
s.textContent =
|
|
1458
|
-
}]),
|
|
1588
|
+
})), Is = (e) => e && (Array.isArray(e) && (e = e.join(" ")), typeof e != "string" && (e = String(e)), e.split(" ").map((t) => t.charAt(0)).join("").toUpperCase()), nt = (e) => !e || e.length < 2 ? e : Is(e), Ts = (e) => u([e, (t, s) => {
|
|
1589
|
+
s.textContent = nt(t);
|
|
1590
|
+
}]), je = {
|
|
1459
1591
|
xs: "h-6 w-6",
|
|
1460
1592
|
sm: "h-8 w-8",
|
|
1461
1593
|
md: "h-12 w-12",
|
|
@@ -1465,7 +1597,7 @@ const Re = globalThis.matchMedia, oe = r(({ value: e, label: t, icon: s }) => w(
|
|
|
1465
1597
|
"3xl": "h-48 w-48",
|
|
1466
1598
|
"4xl": "h-64 w-64",
|
|
1467
1599
|
default: "h-12 w-12"
|
|
1468
|
-
},
|
|
1600
|
+
}, Ee = {
|
|
1469
1601
|
xs: "text-[7px]",
|
|
1470
1602
|
sm: "text-xs",
|
|
1471
1603
|
md: "text-base",
|
|
@@ -1475,8 +1607,8 @@ const Re = globalThis.matchMedia, oe = r(({ value: e, label: t, icon: s }) => w(
|
|
|
1475
1607
|
"3xl": "text-4xl",
|
|
1476
1608
|
"4xl": "text-5xl",
|
|
1477
1609
|
default: "text-base"
|
|
1478
|
-
},
|
|
1479
|
-
const n =
|
|
1610
|
+
}, Ms = (e) => je[e] || je.default, Ps = (e) => Ee[e] || Ee.default, Bs = (e, t = null, s = "md") => {
|
|
1611
|
+
const n = nt(String(e)), a = Ps(s);
|
|
1480
1612
|
return o(
|
|
1481
1613
|
{
|
|
1482
1614
|
class: `
|
|
@@ -1486,21 +1618,21 @@ const Re = globalThis.matchMedia, oe = r(({ value: e, label: t, icon: s }) => w(
|
|
|
1486
1618
|
`
|
|
1487
1619
|
},
|
|
1488
1620
|
[
|
|
1489
|
-
t ?
|
|
1621
|
+
t ? Ts(t) : u({ class: "uppercase" }, n)
|
|
1490
1622
|
]
|
|
1491
1623
|
);
|
|
1492
|
-
},
|
|
1493
|
-
const l =
|
|
1624
|
+
}, zs = r(({ src: e, alt: t, fallbackText: s, watcherFallback: n, size: a }) => {
|
|
1625
|
+
const l = Ms(a);
|
|
1494
1626
|
return o(
|
|
1495
1627
|
{
|
|
1496
1628
|
class: `relative flex items-center justify-center ${l}`
|
|
1497
1629
|
},
|
|
1498
1630
|
[
|
|
1499
|
-
|
|
1500
|
-
|
|
1631
|
+
Ds({ src: e, alt: t }),
|
|
1632
|
+
Bs(s, n, a)
|
|
1501
1633
|
]
|
|
1502
1634
|
);
|
|
1503
|
-
}),
|
|
1635
|
+
}), Os = (e) => e.indexOf(".") === -1 && e.indexOf("[[") === -1 && e.indexOf("blob:") === -1, Co = P(
|
|
1504
1636
|
{
|
|
1505
1637
|
/**
|
|
1506
1638
|
* Get the initial state for the component.
|
|
@@ -1520,7 +1652,7 @@ const Re = globalThis.matchMedia, oe = r(({ value: e, label: t, icon: s }) => w(
|
|
|
1520
1652
|
*/
|
|
1521
1653
|
openFileBrowse() {
|
|
1522
1654
|
const e = this.input;
|
|
1523
|
-
e && (e.value = "",
|
|
1655
|
+
e && (e.value = "", R.trigger("click", e));
|
|
1524
1656
|
},
|
|
1525
1657
|
/**
|
|
1526
1658
|
* Get the URL for the uploaded file.
|
|
@@ -1556,13 +1688,13 @@ const Re = globalThis.matchMedia, oe = r(({ value: e, label: t, icon: s }) => w(
|
|
|
1556
1688
|
s.preventDefault(), s.stopPropagation(), this.openFileBrowse();
|
|
1557
1689
|
}
|
|
1558
1690
|
}, [
|
|
1559
|
-
|
|
1691
|
+
M("loaded", (s) => s === !1 || Os(this.src) ? E({
|
|
1560
1692
|
htmlFor: e,
|
|
1561
1693
|
class: "z-10 flex flex-col items-center justify-center text-sm text-muted-foreground group-hover:text-primary"
|
|
1562
1694
|
}, [
|
|
1563
|
-
|
|
1695
|
+
de(h.upload),
|
|
1564
1696
|
o("Upload Image")
|
|
1565
|
-
]) :
|
|
1697
|
+
]) : fe({
|
|
1566
1698
|
// @ts-ignore
|
|
1567
1699
|
src: this.src,
|
|
1568
1700
|
class: "absolute inset-0 w-full h-full object-cover rounded-full"
|
|
@@ -1571,7 +1703,7 @@ const Re = globalThis.matchMedia, oe = r(({ value: e, label: t, icon: s }) => w(
|
|
|
1571
1703
|
]);
|
|
1572
1704
|
}
|
|
1573
1705
|
}
|
|
1574
|
-
),
|
|
1706
|
+
), So = P(
|
|
1575
1707
|
{
|
|
1576
1708
|
/**
|
|
1577
1709
|
* Get the initial state for the component.
|
|
@@ -1591,7 +1723,7 @@ const Re = globalThis.matchMedia, oe = r(({ value: e, label: t, icon: s }) => w(
|
|
|
1591
1723
|
*/
|
|
1592
1724
|
openFileBrowse() {
|
|
1593
1725
|
const e = this.input;
|
|
1594
|
-
e && (e.value = "",
|
|
1726
|
+
e && (e.value = "", R.trigger("click", e));
|
|
1595
1727
|
},
|
|
1596
1728
|
/**
|
|
1597
1729
|
* Get the URL for the uploaded file.
|
|
@@ -1627,17 +1759,17 @@ const Re = globalThis.matchMedia, oe = r(({ value: e, label: t, icon: s }) => w(
|
|
|
1627
1759
|
s.preventDefault(), s.stopPropagation(), this.openFileBrowse();
|
|
1628
1760
|
}
|
|
1629
1761
|
}, [
|
|
1630
|
-
|
|
1762
|
+
M(
|
|
1631
1763
|
"loaded",
|
|
1632
|
-
(s) => s ?
|
|
1764
|
+
(s) => s ? fe({
|
|
1633
1765
|
// @ts-ignore
|
|
1634
1766
|
src: this.src,
|
|
1635
1767
|
class: "absolute inset-0 w-full h-full object-cover rounded-full"
|
|
1636
|
-
}) :
|
|
1768
|
+
}) : E({
|
|
1637
1769
|
htmlFor: e,
|
|
1638
1770
|
class: "z-10 flex flex-col items-center justify-center text-sm text-muted-foreground group-hover:text-primary"
|
|
1639
1771
|
}, [
|
|
1640
|
-
x({},
|
|
1772
|
+
x({}, h.upload),
|
|
1641
1773
|
o("Upload logo")
|
|
1642
1774
|
])
|
|
1643
1775
|
)
|
|
@@ -1653,22 +1785,22 @@ const Re = globalThis.matchMedia, oe = r(({ value: e, label: t, icon: s }) => w(
|
|
|
1653
1785
|
this.input = null;
|
|
1654
1786
|
}
|
|
1655
1787
|
}
|
|
1656
|
-
),
|
|
1788
|
+
), Ns = (e, t) => Ge(
|
|
1657
1789
|
{
|
|
1658
1790
|
href: e,
|
|
1659
1791
|
"aria-current": t === "Breadcrumb" && "page",
|
|
1660
1792
|
// Only set aria-current on the last item
|
|
1661
1793
|
class: "text-muted-foreground font-medium hover:text-foreground"
|
|
1662
1794
|
},
|
|
1663
|
-
[
|
|
1664
|
-
),
|
|
1795
|
+
[u(t)]
|
|
1796
|
+
), Fs = () => x({
|
|
1665
1797
|
class: "mx-3 text-muted-foreground",
|
|
1666
1798
|
"aria-hidden": !0,
|
|
1667
1799
|
size: "xs"
|
|
1668
|
-
},
|
|
1669
|
-
e.href ?
|
|
1670
|
-
e.separator &&
|
|
1671
|
-
]),
|
|
1800
|
+
}, h.chevron.single.right), Ls = (e) => o({ class: "flex items-center" }, [
|
|
1801
|
+
e.href ? Ns(e.href, e.label) : u(e.label),
|
|
1802
|
+
e.separator && Fs()
|
|
1803
|
+
]), $o = P(
|
|
1672
1804
|
{
|
|
1673
1805
|
/**
|
|
1674
1806
|
* Set initial data
|
|
@@ -1688,7 +1820,7 @@ const Re = globalThis.matchMedia, oe = r(({ value: e, label: t, icon: s }) => w(
|
|
|
1688
1820
|
*/
|
|
1689
1821
|
render() {
|
|
1690
1822
|
const e = this.data.items.length - 1;
|
|
1691
|
-
return
|
|
1823
|
+
return be(
|
|
1692
1824
|
{
|
|
1693
1825
|
"aria-label": "Breadcrumb",
|
|
1694
1826
|
class: "flex items-center gap-x-1 text-sm"
|
|
@@ -1697,7 +1829,7 @@ const Re = globalThis.matchMedia, oe = r(({ value: e, label: t, icon: s }) => w(
|
|
|
1697
1829
|
o({
|
|
1698
1830
|
role: "list",
|
|
1699
1831
|
class: "flex items-center",
|
|
1700
|
-
for: ["items", (t, s) =>
|
|
1832
|
+
for: ["items", (t, s) => Ls({
|
|
1701
1833
|
href: t.href,
|
|
1702
1834
|
label: t.label,
|
|
1703
1835
|
separator: s < e
|
|
@@ -1707,7 +1839,7 @@ const Re = globalThis.matchMedia, oe = r(({ value: e, label: t, icon: s }) => w(
|
|
|
1707
1839
|
);
|
|
1708
1840
|
}
|
|
1709
1841
|
}
|
|
1710
|
-
),
|
|
1842
|
+
), He = {
|
|
1711
1843
|
xs: "h-1 w-1",
|
|
1712
1844
|
sm: "h-2 w-2",
|
|
1713
1845
|
md: "h-4 w-4",
|
|
@@ -1716,8 +1848,8 @@ const Re = globalThis.matchMedia, oe = r(({ value: e, label: t, icon: s }) => w(
|
|
|
1716
1848
|
"2xl": "h-16 w-16",
|
|
1717
1849
|
"3xl": "h-24 w-24",
|
|
1718
1850
|
default: "h-4 w-4"
|
|
1719
|
-
},
|
|
1720
|
-
|
|
1851
|
+
}, As = (e) => He[e] || He.default, Rs = ({ index: e, size: t }) => o({ class: `${t} rounded-full bg-muted cursor-pointer` }, [
|
|
1852
|
+
u({
|
|
1721
1853
|
class: "block w-full h-full rounded-full transition-colors",
|
|
1722
1854
|
onSet: ["activeIndex", {
|
|
1723
1855
|
"bg-primary": e,
|
|
@@ -1727,10 +1859,10 @@ const Re = globalThis.matchMedia, oe = r(({ value: e, label: t, icon: s }) => w(
|
|
|
1727
1859
|
n.activeIndex = e, a && a(e);
|
|
1728
1860
|
}
|
|
1729
1861
|
})
|
|
1730
|
-
]),
|
|
1862
|
+
]), js = (e, t) => Array.from({ length: e }, (s, n) => Rs({
|
|
1731
1863
|
index: n,
|
|
1732
1864
|
size: t
|
|
1733
|
-
})),
|
|
1865
|
+
})), Do = P(
|
|
1734
1866
|
{
|
|
1735
1867
|
/**
|
|
1736
1868
|
* Defines component data (props).
|
|
@@ -1752,7 +1884,7 @@ const Re = globalThis.matchMedia, oe = r(({ value: e, label: t, icon: s }) => w(
|
|
|
1752
1884
|
* @returns {object}
|
|
1753
1885
|
*/
|
|
1754
1886
|
render() {
|
|
1755
|
-
const e = this.gap || "gap-2", t =
|
|
1887
|
+
const e = this.gap || "gap-2", t = As(this.size || "sm"), s = js(this.data.count, t);
|
|
1756
1888
|
return o(
|
|
1757
1889
|
{ class: "flex justify-center items-center py-2" },
|
|
1758
1890
|
[
|
|
@@ -1761,37 +1893,37 @@ const Re = globalThis.matchMedia, oe = r(({ value: e, label: t, icon: s }) => w(
|
|
|
1761
1893
|
);
|
|
1762
1894
|
}
|
|
1763
1895
|
}
|
|
1764
|
-
),
|
|
1896
|
+
), Es = ({ toggleDropdown: e }) => w(
|
|
1765
1897
|
{
|
|
1766
1898
|
cache: "button",
|
|
1767
1899
|
class: "relative z-2 inline-flex items-center gap-2 whitespace-nowrap rounded-md text-sm font-medium ring-offset-background focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 border bg-input hover:bg-muted h-10 px-4 py-2 justify-between",
|
|
1768
1900
|
click: e
|
|
1769
1901
|
},
|
|
1770
1902
|
[
|
|
1771
|
-
|
|
1772
|
-
x({ size: "sm" },
|
|
1903
|
+
u({ onState: ["selectedLabel", (t) => t || "Select item..."] }),
|
|
1904
|
+
x({ size: "sm" }, h.chevron.upDown)
|
|
1773
1905
|
]
|
|
1774
|
-
),
|
|
1906
|
+
), Hs = (e, t, s) => xe({
|
|
1775
1907
|
class: "flex flex-auto items-center cursor-pointer p-2 hover:bg-muted/50 rounded-sm",
|
|
1776
1908
|
click: () => t(e),
|
|
1777
1909
|
onState: [s, "selectedValue", { "bg-secondary": e.value }]
|
|
1778
1910
|
}, [
|
|
1779
|
-
e.icon &&
|
|
1780
|
-
|
|
1781
|
-
]),
|
|
1782
|
-
|
|
1783
|
-
]),
|
|
1784
|
-
|
|
1911
|
+
e.icon && u({ class: "mr-2 flex items-baseline" }, [x({ size: "xs" }, e.icon)]),
|
|
1912
|
+
u({ class: "text-base font-normal" }, e.label)
|
|
1913
|
+
]), Us = (e, t) => o({ class: "w-full border rounded-md" }, [
|
|
1914
|
+
Z({ class: "max-h-60 overflow-y-auto p-2 grid gap-1", for: ["items", (s) => Hs(s, e, t)] })
|
|
1915
|
+
]), Ys = ({ onSelect: e, state: t }) => o({ class: "flex flex-auto flex-col" }, [
|
|
1916
|
+
M(
|
|
1785
1917
|
"open",
|
|
1786
|
-
(s, n, a) => s ? new
|
|
1918
|
+
(s, n, a) => s ? new se({
|
|
1787
1919
|
cache: "dropdown",
|
|
1788
1920
|
parent: a,
|
|
1789
1921
|
button: a.button
|
|
1790
1922
|
}, [
|
|
1791
|
-
|
|
1923
|
+
Us(e, t)
|
|
1792
1924
|
]) : null
|
|
1793
1925
|
)
|
|
1794
|
-
]),
|
|
1926
|
+
]), Io = P(
|
|
1795
1927
|
{
|
|
1796
1928
|
/**
|
|
1797
1929
|
* This will set up the data.
|
|
@@ -1872,8 +2004,8 @@ const Re = globalThis.matchMedia, oe = r(({ value: e, label: t, icon: s }) => w(
|
|
|
1872
2004
|
const e = this.class || "", t = this.maxWidth || "max-w-[250px]", s = this.width || "w-full";
|
|
1873
2005
|
return o({ class: `relative ${s} flex flex-auto flex-col ${t} ${e}` }, [
|
|
1874
2006
|
// @ts-ignore
|
|
1875
|
-
|
|
1876
|
-
|
|
2007
|
+
Es({ toggleDropdown: this.toggleDropdown.bind(this) }),
|
|
2008
|
+
Ys({
|
|
1877
2009
|
// @ts-ignore
|
|
1878
2010
|
state: this.state,
|
|
1879
2011
|
// @ts-ignore
|
|
@@ -1893,21 +2025,21 @@ const Re = globalThis.matchMedia, oe = r(({ value: e, label: t, icon: s }) => w(
|
|
|
1893
2025
|
]);
|
|
1894
2026
|
}
|
|
1895
2027
|
}
|
|
1896
|
-
),
|
|
2028
|
+
), at = ({ icon: e, click: t, ariaLabel: s }) => b({
|
|
1897
2029
|
variant: "icon",
|
|
1898
2030
|
class: "flex flex-none",
|
|
1899
2031
|
click: t,
|
|
1900
2032
|
icon: e,
|
|
1901
2033
|
"aria-label": s
|
|
1902
|
-
}),
|
|
1903
|
-
icon:
|
|
2034
|
+
}), _s = ({ click: e }) => at({
|
|
2035
|
+
icon: h.circleMinus,
|
|
1904
2036
|
click: e,
|
|
1905
2037
|
ariaLabel: "Decrement"
|
|
1906
|
-
}),
|
|
1907
|
-
icon:
|
|
2038
|
+
}), Vs = ({ click: e }) => at({
|
|
2039
|
+
icon: h.circlePlus,
|
|
1908
2040
|
click: e,
|
|
1909
2041
|
ariaLabel: "Increment"
|
|
1910
|
-
}),
|
|
2042
|
+
}), Ws = ({ bind: e, min: t, max: s, readonly: n = !1 }) => V(({ state: a }) => p({
|
|
1911
2043
|
value: ["[[count]]", a],
|
|
1912
2044
|
bind: e,
|
|
1913
2045
|
blur: (l, { state: i }) => {
|
|
@@ -1920,7 +2052,7 @@ const Re = globalThis.matchMedia, oe = r(({ value: e, label: t, icon: s }) => w(
|
|
|
1920
2052
|
max: s,
|
|
1921
2053
|
type: "number",
|
|
1922
2054
|
"aria-label": "Counter"
|
|
1923
|
-
})),
|
|
2055
|
+
})), To = O(
|
|
1924
2056
|
{
|
|
1925
2057
|
/**
|
|
1926
2058
|
* Initial state for the counter component.
|
|
@@ -1943,18 +2075,18 @@ const Re = globalThis.matchMedia, oe = r(({ value: e, label: t, icon: s }) => w(
|
|
|
1943
2075
|
render() {
|
|
1944
2076
|
const e = this.class ?? "";
|
|
1945
2077
|
return o({ class: `flex flex-auto items-center justify-between gap-x-4 p-4 ${e}` }, [
|
|
1946
|
-
|
|
1947
|
-
|
|
2078
|
+
_s({ click: () => this.state.decrement("count") }),
|
|
2079
|
+
Ws({
|
|
1948
2080
|
bind: this.bind,
|
|
1949
2081
|
readonly: this.readonly,
|
|
1950
2082
|
min: this.min,
|
|
1951
2083
|
max: this.max
|
|
1952
2084
|
}),
|
|
1953
|
-
|
|
2085
|
+
Vs({ click: () => this.state.increment("count") })
|
|
1954
2086
|
]);
|
|
1955
2087
|
}
|
|
1956
2088
|
}
|
|
1957
|
-
),
|
|
2089
|
+
), qs = ({ currentMonth: e, currentYear: t, onSelect: s }) => o(
|
|
1958
2090
|
{ class: "grid grid-cols-3 gap-2" },
|
|
1959
2091
|
ee.monthNames.map(
|
|
1960
2092
|
(n, a) => b(
|
|
@@ -1968,10 +2100,10 @@ const Re = globalThis.matchMedia, oe = r(({ value: e, label: t, icon: s }) => w(
|
|
|
1968
2100
|
n.substring(0, 3)
|
|
1969
2101
|
)
|
|
1970
2102
|
)
|
|
1971
|
-
),
|
|
1972
|
-
const a =
|
|
1973
|
-
return a || (e ?
|
|
1974
|
-
},
|
|
2103
|
+
), B = (e) => (e *= 1, e < 10 ? `0${e}` : String(e)), Gs = (e) => (e.indexOf("T") === -1 && e.indexOf(" ") === -1 && (e += "T00:00:01"), e.replace(" ", "T"), e), A = (e, t, s) => `${e}-${B(t + 1)}-${B(s)}`, Ks = (e) => e ? "bg-accent text-primary" : "", Qs = (e) => e ? "text-muted-foreground opacity-50" : "", Js = (e, t) => e === t, Xs = (e, t) => Js(e, t) ? "bg-primary text-primary-foreground" : "", Zs = (e, t, s, n) => {
|
|
2104
|
+
const a = Xs(t, n);
|
|
2105
|
+
return a || (e ? Ks(e) : s ? Qs(s) : "text-foreground");
|
|
2106
|
+
}, re = (e) => {
|
|
1975
2107
|
const {
|
|
1976
2108
|
day: t,
|
|
1977
2109
|
currentDate: s,
|
|
@@ -1985,7 +2117,7 @@ const Re = globalThis.matchMedia, oe = r(({ value: e, label: t, icon: s }) => w(
|
|
|
1985
2117
|
{
|
|
1986
2118
|
class: `
|
|
1987
2119
|
flex items-center justify-center h-9 w-auto p-0 font-normal text-sm rounded-md cursor-pointer
|
|
1988
|
-
${
|
|
2120
|
+
${Zs(a, s, l, n)}
|
|
1989
2121
|
hover:bg-muted/50 hover:text-muted-foreground focus:z-10
|
|
1990
2122
|
disabled:pointer-events-none disabled:opacity-50
|
|
1991
2123
|
`,
|
|
@@ -1996,53 +2128,53 @@ const Re = globalThis.matchMedia, oe = r(({ value: e, label: t, icon: s }) => w(
|
|
|
1996
2128
|
},
|
|
1997
2129
|
t.toString()
|
|
1998
2130
|
);
|
|
1999
|
-
},
|
|
2000
|
-
const { year: a, month: l } = e, i =
|
|
2131
|
+
}, ie = (e, t, s, n) => e === n.date && t === n.month && s === n.year, en = (e, t, s, n = !1) => {
|
|
2132
|
+
const { year: a, month: l } = e, i = A(a, l, e.date), c = new Date(a, l, 1).getDay(), f = new Date(a, l + 1, 0).getDate(), m = new Date(a, l, 0).getDate(), v = [], W = l === 0 ? 11 : l - 1, U = l === 0 ? a - 1 : a;
|
|
2001
2133
|
for (let d = c - 1; d >= 0; d--) {
|
|
2002
|
-
const y = m - d,
|
|
2134
|
+
const y = m - d, I = ie(y, W, U, t), T = new Date(U, W, y) < new Date(t.year, t.month, t.date), F = n && T;
|
|
2003
2135
|
v.push(
|
|
2004
|
-
|
|
2136
|
+
re({
|
|
2005
2137
|
day: y,
|
|
2006
2138
|
currentDate: i,
|
|
2007
|
-
date:
|
|
2008
|
-
isToday:
|
|
2139
|
+
date: A(U, W, y),
|
|
2140
|
+
isToday: I,
|
|
2009
2141
|
isOutsideMonth: !0,
|
|
2010
2142
|
select: s,
|
|
2011
|
-
disabled:
|
|
2143
|
+
disabled: F
|
|
2012
2144
|
})
|
|
2013
2145
|
);
|
|
2014
2146
|
}
|
|
2015
|
-
for (let d = 1; d <=
|
|
2016
|
-
const y =
|
|
2147
|
+
for (let d = 1; d <= f; d++) {
|
|
2148
|
+
const y = ie(d, l, a, t), I = new Date(a, l, d) < new Date(t.year, t.month, t.date), T = n && I;
|
|
2017
2149
|
v.push(
|
|
2018
|
-
|
|
2150
|
+
re({
|
|
2019
2151
|
day: d,
|
|
2020
2152
|
currentDate: i,
|
|
2021
|
-
date:
|
|
2153
|
+
date: A(a, l, d),
|
|
2022
2154
|
isToday: y,
|
|
2023
2155
|
isOutsideMonth: !1,
|
|
2024
2156
|
select: s,
|
|
2025
|
-
disabled:
|
|
2157
|
+
disabled: T
|
|
2026
2158
|
})
|
|
2027
2159
|
);
|
|
2028
2160
|
}
|
|
2029
|
-
const
|
|
2030
|
-
for (let d = 1; d <=
|
|
2031
|
-
const y =
|
|
2161
|
+
const Y = l === 11 ? 0 : l + 1, ne = l === 11 ? a + 1 : a, g = (7 - v.length % 7) % 7;
|
|
2162
|
+
for (let d = 1; d <= g; d++) {
|
|
2163
|
+
const y = ie(d, Y, ne, t), I = new Date(ne, Y, d) < new Date(t.year, t.month, t.date), T = n && I;
|
|
2032
2164
|
v.push(
|
|
2033
|
-
|
|
2165
|
+
re({
|
|
2034
2166
|
day: d,
|
|
2035
2167
|
currentDate: i,
|
|
2036
|
-
date:
|
|
2168
|
+
date: A(ne, Y, d),
|
|
2037
2169
|
isToday: y,
|
|
2038
2170
|
isOutsideMonth: !0,
|
|
2039
2171
|
select: s,
|
|
2040
|
-
disabled:
|
|
2172
|
+
disabled: T
|
|
2041
2173
|
})
|
|
2042
2174
|
);
|
|
2043
2175
|
}
|
|
2044
2176
|
return v;
|
|
2045
|
-
},
|
|
2177
|
+
}, Ue = ({ label: e, click: t }) => b(
|
|
2046
2178
|
{
|
|
2047
2179
|
class: `
|
|
2048
2180
|
inline-flex items-center justify-center h-7 w-7 bg-transparent p-0
|
|
@@ -2053,18 +2185,18 @@ const Re = globalThis.matchMedia, oe = r(({ value: e, label: t, icon: s }) => w(
|
|
|
2053
2185
|
click: t,
|
|
2054
2186
|
"aria-label": `${e} month`,
|
|
2055
2187
|
variant: "icon",
|
|
2056
|
-
icon: e === "Previous" ?
|
|
2188
|
+
icon: e === "Previous" ? h.chevron.single.left : h.chevron.single.right
|
|
2057
2189
|
}
|
|
2058
|
-
),
|
|
2190
|
+
), tn = ({ onMonthClick: e, onYearClick: t, next: s, previous: n }) => o({ class: "flex items-center justify-center gap-x-2 relative min-h-12 text-sm font-medium" }, [
|
|
2059
2191
|
b({ click: e, variant: "ghost", "aria-label": "Select month" }, "[[monthName]]"),
|
|
2060
2192
|
b({ click: t, variant: "ghost", "aria-label": "Select year" }, "[[current.year]]"),
|
|
2061
|
-
|
|
2062
|
-
|
|
2063
|
-
]),
|
|
2193
|
+
Ue({ label: "Previous", click: n }),
|
|
2194
|
+
Ue({ label: "Next", click: s })
|
|
2195
|
+
]), sn = (e) => o(
|
|
2064
2196
|
{ class: "flex items-center justify-center h-9 w-auto text-[0.8rem] font-normal text-muted-foreground" },
|
|
2065
2197
|
e
|
|
2066
|
-
),
|
|
2067
|
-
|
|
2198
|
+
), nn = () => ["Su", "Mo", "Tu", "We", "Th", "Fr", "Sa"].map(sn), an = (e) => o({ class: "rdp flex flex-auto flex-col w-full gap-y-1" }, [
|
|
2199
|
+
tn({
|
|
2068
2200
|
onMonthClick: e.onMonthClick,
|
|
2069
2201
|
onYearClick: e.onYearClick,
|
|
2070
2202
|
next: e.next,
|
|
@@ -2075,10 +2207,10 @@ const Re = globalThis.matchMedia, oe = r(({ value: e, label: t, icon: s }) => w(
|
|
|
2075
2207
|
onSet: [
|
|
2076
2208
|
"currentDate",
|
|
2077
2209
|
() => [
|
|
2078
|
-
o({ class: "grid grid-cols-7" },
|
|
2210
|
+
o({ class: "grid grid-cols-7" }, nn()),
|
|
2079
2211
|
o(
|
|
2080
2212
|
{ class: "grid grid-cols-7" },
|
|
2081
|
-
|
|
2213
|
+
en(
|
|
2082
2214
|
e.current,
|
|
2083
2215
|
e.today,
|
|
2084
2216
|
e.select,
|
|
@@ -2088,7 +2220,7 @@ const Re = globalThis.matchMedia, oe = r(({ value: e, label: t, icon: s }) => w(
|
|
|
2088
2220
|
]
|
|
2089
2221
|
]
|
|
2090
2222
|
})
|
|
2091
|
-
]),
|
|
2223
|
+
]), on = ({ currentMonth: e, currentYear: t, onSelect: s }) => {
|
|
2092
2224
|
const n = t - 50, a = Array.from({ length: 101 }, (l, i) => n + i);
|
|
2093
2225
|
return o(
|
|
2094
2226
|
{ class: "grid grid-cols-4 gap-2 overflow-y-auto max-h-72" },
|
|
@@ -2106,7 +2238,7 @@ const Re = globalThis.matchMedia, oe = r(({ value: e, label: t, icon: s }) => w(
|
|
|
2106
2238
|
)
|
|
2107
2239
|
);
|
|
2108
2240
|
};
|
|
2109
|
-
class
|
|
2241
|
+
class ln extends S {
|
|
2110
2242
|
/**
|
|
2111
2243
|
* This will declare the props for the compiler.
|
|
2112
2244
|
*
|
|
@@ -2122,7 +2254,7 @@ class qs extends C {
|
|
|
2122
2254
|
* @returns {Date}
|
|
2123
2255
|
*/
|
|
2124
2256
|
getSelectedDate(t) {
|
|
2125
|
-
const s = this.selectedDate ? new Date(
|
|
2257
|
+
const s = this.selectedDate ? new Date(Gs(this.selectedDate)) : t;
|
|
2126
2258
|
return new Date(s.getFullYear(), s.getMonth(), s.getDate());
|
|
2127
2259
|
}
|
|
2128
2260
|
/**
|
|
@@ -2197,7 +2329,7 @@ class qs extends C {
|
|
|
2197
2329
|
*/
|
|
2198
2330
|
setCurrentDate(t, s, n = null) {
|
|
2199
2331
|
const a = this.data;
|
|
2200
|
-
a.current.month = t, a.current.year = s, typeof n == "number" && (a.current.date =
|
|
2332
|
+
a.current.month = t, a.current.year = s, typeof n == "number" && (a.current.date = B(n)), a.currentDate = `${s}-${B(t + 1)}-${a.current.date}`, a.monthName = this.getMonthName(t);
|
|
2201
2333
|
}
|
|
2202
2334
|
/**
|
|
2203
2335
|
* This will select a date.
|
|
@@ -2216,10 +2348,10 @@ class qs extends C {
|
|
|
2216
2348
|
*/
|
|
2217
2349
|
render() {
|
|
2218
2350
|
return o({ class: "calendar-container p-3 rounded-md border min-w-80" }, [
|
|
2219
|
-
|
|
2351
|
+
M("view", (t) => {
|
|
2220
2352
|
switch (t) {
|
|
2221
2353
|
case "months":
|
|
2222
|
-
return
|
|
2354
|
+
return qs(
|
|
2223
2355
|
{
|
|
2224
2356
|
// @ts-ignore
|
|
2225
2357
|
currentMonth: this.data.current.month,
|
|
@@ -2231,7 +2363,7 @@ class qs extends C {
|
|
|
2231
2363
|
}
|
|
2232
2364
|
);
|
|
2233
2365
|
case "years":
|
|
2234
|
-
return
|
|
2366
|
+
return on(
|
|
2235
2367
|
{
|
|
2236
2368
|
// @ts-ignore
|
|
2237
2369
|
currentMonth: this.data.current.month,
|
|
@@ -2243,7 +2375,7 @@ class qs extends C {
|
|
|
2243
2375
|
}
|
|
2244
2376
|
);
|
|
2245
2377
|
default:
|
|
2246
|
-
return
|
|
2378
|
+
return an({
|
|
2247
2379
|
// @ts-ignore
|
|
2248
2380
|
current: this.data.current,
|
|
2249
2381
|
// @ts-ignore
|
|
@@ -2264,57 +2396,57 @@ class qs extends C {
|
|
|
2264
2396
|
]);
|
|
2265
2397
|
}
|
|
2266
2398
|
}
|
|
2267
|
-
const
|
|
2399
|
+
const rn = (e) => {
|
|
2268
2400
|
let t = "";
|
|
2269
2401
|
return e.length > 0 && (t = e.substring(0, 2), e.length > 2 && (t += "/" + e.substring(2, 4), e.length > 4 && (t += "/" + e.substring(4, 8)))), t;
|
|
2270
|
-
},
|
|
2402
|
+
}, cn = (e) => {
|
|
2271
2403
|
if (e.length !== 8)
|
|
2272
2404
|
return null;
|
|
2273
2405
|
const t = parseInt(e.substring(0, 2), 10), s = parseInt(e.substring(2, 4), 10), n = parseInt(e.substring(4, 8), 10);
|
|
2274
2406
|
return t >= 1 && t <= 12 && s >= 1 && s <= 31 && n >= 1900 ? `${n}-${t.toString().padStart(2, "0")}-${s.toString().padStart(2, "0")}` : null;
|
|
2275
|
-
},
|
|
2407
|
+
}, dn = ({ bind: e, required: t }) => p({
|
|
2276
2408
|
cache: "input",
|
|
2277
2409
|
class: "opacity-0 absolute top-0 left-0 w-full h-full pointer-events-none",
|
|
2278
2410
|
bind: e,
|
|
2279
2411
|
required: t
|
|
2280
|
-
}),
|
|
2412
|
+
}), un = ({ placeholder: e, handleInputChange: t, handleInputFocus: s }) => p({
|
|
2281
2413
|
cache: "dateInput",
|
|
2282
2414
|
class: "flex-1 bg-transparent outline-none placeholder:text-muted-foreground border-0",
|
|
2283
2415
|
placeholder: e || "mm/dd/yyyy",
|
|
2284
2416
|
input: t,
|
|
2285
2417
|
focus: s,
|
|
2286
2418
|
onState: ["selectedDate", (n) => n ? ee.format("standard", n) : ""]
|
|
2287
|
-
}),
|
|
2419
|
+
}), hn = ({ bind: e, required: t, toggleOpen: s, handleInputChange: n, handleInputFocus: a, placeholder: l }) => o(
|
|
2288
2420
|
{
|
|
2289
2421
|
class: "relative flex items-center gap-2 w-full justify-between border bg-input hover:bg-muted rounded-md h-10 pr-4 py-2"
|
|
2290
2422
|
},
|
|
2291
2423
|
[
|
|
2292
|
-
|
|
2293
|
-
|
|
2424
|
+
dn({ bind: e, required: t }),
|
|
2425
|
+
un({ placeholder: l, handleInputChange: n, handleInputFocus: a }),
|
|
2294
2426
|
w(
|
|
2295
2427
|
{
|
|
2296
2428
|
class: "shrink-0 hover:bg-muted/50 rounded p-1 cursor-pointer",
|
|
2297
2429
|
click: s
|
|
2298
2430
|
},
|
|
2299
2431
|
[
|
|
2300
|
-
|
|
2432
|
+
j({ html: h.calendar.days })
|
|
2301
2433
|
]
|
|
2302
2434
|
)
|
|
2303
2435
|
]
|
|
2304
|
-
),
|
|
2305
|
-
(s, n, a) => new
|
|
2436
|
+
), fn = ({ handleDateSelect: e, blockPriorDates: t }) => pe(
|
|
2437
|
+
(s, n, a) => new se({
|
|
2306
2438
|
cache: "dropdown",
|
|
2307
2439
|
parent: a,
|
|
2308
2440
|
button: a.panel,
|
|
2309
2441
|
size: "fit"
|
|
2310
2442
|
}, [
|
|
2311
|
-
new
|
|
2443
|
+
new ln({
|
|
2312
2444
|
selectedDate: a.state.selectedDate,
|
|
2313
2445
|
selectedCallBack: e,
|
|
2314
2446
|
blockPriorDates: t
|
|
2315
2447
|
})
|
|
2316
2448
|
])
|
|
2317
|
-
),
|
|
2449
|
+
), Mo = O(
|
|
2318
2450
|
{
|
|
2319
2451
|
/**
|
|
2320
2452
|
* The initial state of the DatePicker.
|
|
@@ -2343,9 +2475,9 @@ const Gs = (e) => {
|
|
|
2343
2475
|
*/
|
|
2344
2476
|
handleInputChange(e) {
|
|
2345
2477
|
const s = e.target.value.replace(/\D/g, "");
|
|
2346
|
-
e.target.value =
|
|
2347
|
-
const n =
|
|
2348
|
-
n && (this.state.selectedDate = n, this.input.value = n,
|
|
2478
|
+
e.target.value = rn(s);
|
|
2479
|
+
const n = cn(s);
|
|
2480
|
+
n && (this.state.selectedDate = n, this.input.value = n, R.trigger("change", this.input), typeof this.onChange == "function" && this.onChange(n));
|
|
2349
2481
|
},
|
|
2350
2482
|
/**
|
|
2351
2483
|
* Handles input focus - select all text for easy editing.
|
|
@@ -2361,7 +2493,7 @@ const Gs = (e) => {
|
|
|
2361
2493
|
* @param {string} date
|
|
2362
2494
|
*/
|
|
2363
2495
|
handleDateSelect(e) {
|
|
2364
|
-
this.state.selectedDate = e, this.state.open = !1, this.input.value = e,
|
|
2496
|
+
this.state.selectedDate = e, this.state.open = !1, this.input.value = e, R.trigger("change", this.input), typeof this.onChange == "function" && this.onChange(e);
|
|
2365
2497
|
},
|
|
2366
2498
|
/**
|
|
2367
2499
|
* Toggles the calendar popover.
|
|
@@ -2381,7 +2513,7 @@ const Gs = (e) => {
|
|
|
2381
2513
|
return o(
|
|
2382
2514
|
{ class: "relative w-full max-w-[320px]" },
|
|
2383
2515
|
[
|
|
2384
|
-
|
|
2516
|
+
hn({
|
|
2385
2517
|
toggleOpen: this.toggleOpen.bind(this),
|
|
2386
2518
|
bind: this.bind,
|
|
2387
2519
|
required: this.required,
|
|
@@ -2389,7 +2521,7 @@ const Gs = (e) => {
|
|
|
2389
2521
|
handleInputFocus: this.handleInputFocus.bind(this),
|
|
2390
2522
|
placeholder: this.placeholder
|
|
2391
2523
|
}),
|
|
2392
|
-
|
|
2524
|
+
fn({
|
|
2393
2525
|
handleDateSelect: this.handleDateSelect.bind(this),
|
|
2394
2526
|
blockPriorDates: this.blockPriorDates || !1
|
|
2395
2527
|
})
|
|
@@ -2397,7 +2529,7 @@ const Gs = (e) => {
|
|
|
2397
2529
|
);
|
|
2398
2530
|
}
|
|
2399
2531
|
}
|
|
2400
|
-
),
|
|
2532
|
+
), Ye = ({ label: e, click: t }) => b(
|
|
2401
2533
|
{
|
|
2402
2534
|
class: `
|
|
2403
2535
|
inline-flex items-center justify-center h-7 w-7 bg-transparent p-0
|
|
@@ -2408,22 +2540,22 @@ const Gs = (e) => {
|
|
|
2408
2540
|
click: t,
|
|
2409
2541
|
"aria-label": `${e} month`,
|
|
2410
2542
|
variant: "icon",
|
|
2411
|
-
icon: e === "Previous" ?
|
|
2543
|
+
icon: e === "Previous" ? h.chevron.single.left : h.chevron.single.right
|
|
2412
2544
|
}
|
|
2413
|
-
),
|
|
2545
|
+
), gn = ({ onMonthClick: e, onYearClick: t, next: s, previous: n }) => o({ class: "flex items-center justify-center gap-x-2 relative min-h-12 text-sm font-medium" }, [
|
|
2414
2546
|
b({ click: e, variant: "ghost", "aria-label": "Select month" }, "[[monthName]]"),
|
|
2415
2547
|
b({ click: t, variant: "ghost", "aria-label": "Select year" }, "[[current.year]]"),
|
|
2416
|
-
|
|
2417
|
-
|
|
2418
|
-
]),
|
|
2548
|
+
Ye({ label: "Previous", click: n }),
|
|
2549
|
+
Ye({ label: "Next", click: s })
|
|
2550
|
+
]), mn = (e) => o({ class: "h-9 flex items-center justify-center font-medium" }, e), bn = () => o(
|
|
2419
2551
|
{ class: "grid grid-cols-7 gap-1 text-center text-xs font-medium text-muted-foreground mb-2" },
|
|
2420
|
-
["Su", "Mo", "Tu", "We", "Th", "Fr", "Sa"].map(
|
|
2421
|
-
),
|
|
2422
|
-
let
|
|
2423
|
-
return n || a ? (
|
|
2552
|
+
["Su", "Mo", "Tu", "We", "Th", "Fr", "Sa"].map(mn)
|
|
2553
|
+
), xn = ({ day: e, iso: t, disabled: s, isStart: n, isEnd: a, isBetween: l, isOtherMonth: i, click: c }) => {
|
|
2554
|
+
let f = "ghost", m = "";
|
|
2555
|
+
return n || a ? (f = "default", m = "bg-primary text-primary-foreground hover:bg-primary/90") : l && (m = "bg-accent text-accent-foreground hover:bg-accent/80"), s && (m += " opacity-50 cursor-not-allowed"), i && (m += " text-muted-foreground opacity-50"), b(
|
|
2424
2556
|
{
|
|
2425
2557
|
class: `flex items-center justify-center p-0 text-sm font-medium rounded-md transition-colors ${m}`,
|
|
2426
|
-
variant:
|
|
2558
|
+
variant: f,
|
|
2427
2559
|
disabled: s,
|
|
2428
2560
|
click: (v) => {
|
|
2429
2561
|
v.preventDefault(), v.stopPropagation(), s || c();
|
|
@@ -2431,27 +2563,27 @@ const Gs = (e) => {
|
|
|
2431
2563
|
},
|
|
2432
2564
|
e.toString()
|
|
2433
2565
|
);
|
|
2434
|
-
},
|
|
2435
|
-
const { start: a, end: l } = t, i = new Date(t.year, t.month, 1).getDay(), c = new Date(t.year, t.month + 1, 0).getDate(),
|
|
2436
|
-
for (let
|
|
2437
|
-
const d =
|
|
2438
|
-
|
|
2566
|
+
}, pn = ({ today: e, current: t, blockPriorDates: s, onDateClick: n }) => {
|
|
2567
|
+
const { start: a, end: l } = t, i = new Date(t.year, t.month, 1).getDay(), c = new Date(t.year, t.month + 1, 0).getDate(), f = [], m = t.month === 0 ? 11 : t.month - 1, v = t.month === 0 ? t.year - 1 : t.year, W = new Date(v, m + 1, 0).getDate(), U = t.month === 11 ? 0 : t.month + 1, Y = t.month === 11 ? t.year + 1 : t.year;
|
|
2568
|
+
for (let g = i - 1; g >= 0; g--) {
|
|
2569
|
+
const d = W - g, y = A(v, m, d), I = new Date(v, m, d), T = new Date(e.year, e.month, e.date), F = I < T, q = s && F, G = a === y, K = l === y, ut = a && l && y > a && y < l;
|
|
2570
|
+
f.push({
|
|
2439
2571
|
day: d,
|
|
2440
2572
|
iso: y,
|
|
2441
2573
|
disabled: q,
|
|
2442
2574
|
isStart: G,
|
|
2443
2575
|
isEnd: K,
|
|
2444
|
-
isBetween:
|
|
2576
|
+
isBetween: ut,
|
|
2445
2577
|
isOtherMonth: !0,
|
|
2446
2578
|
click: () => n(y)
|
|
2447
2579
|
});
|
|
2448
2580
|
}
|
|
2449
|
-
for (let
|
|
2450
|
-
const d =
|
|
2451
|
-
|
|
2452
|
-
day:
|
|
2581
|
+
for (let g = 1; g <= c; g++) {
|
|
2582
|
+
const d = A(t.year, t.month, g), y = new Date(t.year, t.month, g), I = new Date(e.year, e.month, e.date), T = y < I, F = s && T, q = a === d, G = l === d, K = a && l && d > a && d < l;
|
|
2583
|
+
f.push({
|
|
2584
|
+
day: g,
|
|
2453
2585
|
iso: d,
|
|
2454
|
-
disabled:
|
|
2586
|
+
disabled: F,
|
|
2455
2587
|
isStart: q,
|
|
2456
2588
|
isEnd: G,
|
|
2457
2589
|
isBetween: K,
|
|
@@ -2461,13 +2593,13 @@ const Gs = (e) => {
|
|
|
2461
2593
|
}
|
|
2462
2594
|
});
|
|
2463
2595
|
}
|
|
2464
|
-
const
|
|
2465
|
-
for (let
|
|
2466
|
-
const d =
|
|
2467
|
-
|
|
2468
|
-
day:
|
|
2596
|
+
const $e = (7 - f.length % 7) % 7;
|
|
2597
|
+
for (let g = 1; g <= $e; g++) {
|
|
2598
|
+
const d = A(Y, U, g), y = new Date(Y, U, g), I = new Date(e.year, e.month, e.date), T = y < I, F = s && T, q = a === d, G = l === d, K = a && l && d > a && d < l;
|
|
2599
|
+
f.push({
|
|
2600
|
+
day: g,
|
|
2469
2601
|
iso: d,
|
|
2470
|
-
disabled:
|
|
2602
|
+
disabled: F,
|
|
2471
2603
|
isStart: q,
|
|
2472
2604
|
isEnd: G,
|
|
2473
2605
|
isBetween: K,
|
|
@@ -2477,21 +2609,21 @@ const Gs = (e) => {
|
|
|
2477
2609
|
}
|
|
2478
2610
|
return o(
|
|
2479
2611
|
{ class: "grid grid-cols-7 gap-1" },
|
|
2480
|
-
|
|
2481
|
-
(
|
|
2482
|
-
day:
|
|
2483
|
-
iso:
|
|
2484
|
-
disabled:
|
|
2485
|
-
isStart:
|
|
2486
|
-
isEnd:
|
|
2487
|
-
isBetween:
|
|
2488
|
-
isOtherMonth:
|
|
2489
|
-
click:
|
|
2612
|
+
f.map(
|
|
2613
|
+
(g, d) => xn({
|
|
2614
|
+
day: g.day,
|
|
2615
|
+
iso: g.iso,
|
|
2616
|
+
disabled: g.disabled,
|
|
2617
|
+
isStart: g.isStart,
|
|
2618
|
+
isEnd: g.isEnd,
|
|
2619
|
+
isBetween: g.isBetween,
|
|
2620
|
+
isOtherMonth: g.isOtherMonth,
|
|
2621
|
+
click: g.click
|
|
2490
2622
|
})
|
|
2491
2623
|
)
|
|
2492
2624
|
);
|
|
2493
|
-
},
|
|
2494
|
-
|
|
2625
|
+
}, yn = r((e, t) => o({ class: "flex flex-auto flex-col" }, [
|
|
2626
|
+
gn({
|
|
2495
2627
|
// @ts-ignore
|
|
2496
2628
|
onMonthClick: e.onMonthClick,
|
|
2497
2629
|
// @ts-ignore
|
|
@@ -2506,8 +2638,8 @@ const Gs = (e) => {
|
|
|
2506
2638
|
onSet: [
|
|
2507
2639
|
"currentDate",
|
|
2508
2640
|
() => [
|
|
2509
|
-
|
|
2510
|
-
|
|
2641
|
+
bn(),
|
|
2642
|
+
pn({
|
|
2511
2643
|
// @ts-ignore
|
|
2512
2644
|
today: e.today,
|
|
2513
2645
|
// @ts-ignore
|
|
@@ -2520,7 +2652,7 @@ const Gs = (e) => {
|
|
|
2520
2652
|
]
|
|
2521
2653
|
]
|
|
2522
2654
|
})
|
|
2523
|
-
])),
|
|
2655
|
+
])), wn = ({ currentMonth: e, currentYear: t, onSelect: s }) => o(
|
|
2524
2656
|
{ class: "grid grid-cols-3 gap-2" },
|
|
2525
2657
|
ee.monthNames.map(
|
|
2526
2658
|
(n, a) => b(
|
|
@@ -2534,25 +2666,25 @@ const Gs = (e) => {
|
|
|
2534
2666
|
n.substring(0, 3)
|
|
2535
2667
|
)
|
|
2536
2668
|
)
|
|
2537
|
-
),
|
|
2669
|
+
), vn = ({ start: e, end: t, selecting: s, onSelectStart: n, onSelectEnd: a }) => o({ class: "flex gap-x-2 mb-4" }, [
|
|
2538
2670
|
Q("selecting", (l) => b({
|
|
2539
2671
|
click: n,
|
|
2540
2672
|
variant: l === "start" ? "primary" : "outline",
|
|
2541
2673
|
class: "flex-1"
|
|
2542
2674
|
}, [
|
|
2543
|
-
o({ class: "font-medium" },
|
|
2675
|
+
o({ class: "font-medium" }, _e("current.start", "Start Date"))
|
|
2544
2676
|
])),
|
|
2545
2677
|
Q("selecting", (l) => b({
|
|
2546
2678
|
click: a,
|
|
2547
2679
|
variant: l === "end" ? "primary" : "outline",
|
|
2548
2680
|
class: "flex-1"
|
|
2549
2681
|
}, [
|
|
2550
|
-
o({ class: "font-medium" },
|
|
2682
|
+
o({ class: "font-medium" }, _e("current.end", "End Date"))
|
|
2551
2683
|
]))
|
|
2552
|
-
]),
|
|
2684
|
+
]), _e = (e, t) => [`[[${e}]]`, (s) => s == null ? t : kn(s)], kn = (e) => {
|
|
2553
2685
|
const t = /* @__PURE__ */ new Date(e + "T00:00:00"), s = ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"], n = ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"];
|
|
2554
2686
|
return `${s[t.getDay()]}, ${t.getDate()} ${n[t.getMonth()]}`;
|
|
2555
|
-
},
|
|
2687
|
+
}, Cn = ({ currentYear: e, onSelect: t }) => {
|
|
2556
2688
|
const s = e - 50, n = Array.from({ length: 101 }, (a, l) => s + l);
|
|
2557
2689
|
return o(
|
|
2558
2690
|
{ class: "grid grid-cols-4 gap-2 overflow-y-auto max-h-72" },
|
|
@@ -2570,7 +2702,7 @@ const Gs = (e) => {
|
|
|
2570
2702
|
)
|
|
2571
2703
|
);
|
|
2572
2704
|
};
|
|
2573
|
-
class
|
|
2705
|
+
class Sn extends S {
|
|
2574
2706
|
/**
|
|
2575
2707
|
* Declare compiler props.
|
|
2576
2708
|
*
|
|
@@ -2593,7 +2725,7 @@ class un extends C {
|
|
|
2593
2725
|
year: t.getFullYear()
|
|
2594
2726
|
},
|
|
2595
2727
|
monthName: this.getMonthName(n),
|
|
2596
|
-
currentData: `${s.getFullYear()}-${
|
|
2728
|
+
currentData: `${s.getFullYear()}-${B(s.getMonth() + 1)}-${B(s.getDate())}`,
|
|
2597
2729
|
current: {
|
|
2598
2730
|
date: t.getDate(),
|
|
2599
2731
|
month: n,
|
|
@@ -2657,7 +2789,7 @@ class un extends C {
|
|
|
2657
2789
|
*/
|
|
2658
2790
|
setCurrent({ month: t, year: s, date: n = null }) {
|
|
2659
2791
|
const a = this.data.current;
|
|
2660
|
-
a.month = (t + 12) % 12, a.year = s + (t < 0 ? -1 : t > 11 ? 1 : 0), n !== null && (a.date = n), this.data.monthName = this.getMonthName(a.month), this.data.currentDate = `${s}-${
|
|
2792
|
+
a.month = (t + 12) % 12, a.year = s + (t < 0 ? -1 : t > 11 ? 1 : 0), n !== null && (a.date = n), this.data.monthName = this.getMonthName(a.month), this.data.currentDate = `${s}-${B(t + 1)}-${B(a.date)}`;
|
|
2661
2793
|
}
|
|
2662
2794
|
/**
|
|
2663
2795
|
* Render the range calendar.
|
|
@@ -2667,7 +2799,7 @@ class un extends C {
|
|
|
2667
2799
|
render() {
|
|
2668
2800
|
const { today: t, current: s, selecting: n } = this.data, { start: a, end: l } = s;
|
|
2669
2801
|
return o({ class: "range-calendar border border-border rounded-lg shadow-md p-4 w-full max-w-sm min-w-80" }, [
|
|
2670
|
-
|
|
2802
|
+
vn({
|
|
2671
2803
|
start: a,
|
|
2672
2804
|
end: l,
|
|
2673
2805
|
selecting: n,
|
|
@@ -2678,10 +2810,10 @@ class un extends C {
|
|
|
2678
2810
|
i.preventDefault(), i.stopPropagation(), this.data.selecting = "end";
|
|
2679
2811
|
}
|
|
2680
2812
|
}),
|
|
2681
|
-
|
|
2813
|
+
M("view", (i) => {
|
|
2682
2814
|
switch (i) {
|
|
2683
2815
|
case "months":
|
|
2684
|
-
return
|
|
2816
|
+
return wn(
|
|
2685
2817
|
{
|
|
2686
2818
|
currentMonth: s.month,
|
|
2687
2819
|
currentYear: s.year,
|
|
@@ -2691,7 +2823,7 @@ class un extends C {
|
|
|
2691
2823
|
}
|
|
2692
2824
|
);
|
|
2693
2825
|
case "years":
|
|
2694
|
-
return
|
|
2826
|
+
return Cn(
|
|
2695
2827
|
{
|
|
2696
2828
|
currentYear: s.year,
|
|
2697
2829
|
onSelect: (c) => {
|
|
@@ -2700,7 +2832,7 @@ class un extends C {
|
|
|
2700
2832
|
}
|
|
2701
2833
|
);
|
|
2702
2834
|
default:
|
|
2703
|
-
return
|
|
2835
|
+
return yn({
|
|
2704
2836
|
// @ts-ignore
|
|
2705
2837
|
monthName: this.data.monthName,
|
|
2706
2838
|
year: s.year,
|
|
@@ -2715,12 +2847,12 @@ class un extends C {
|
|
|
2715
2847
|
c.preventDefault(), c.stopPropagation(), this.state.view = "years";
|
|
2716
2848
|
},
|
|
2717
2849
|
next: () => {
|
|
2718
|
-
const c = this.data.current,
|
|
2719
|
-
this.setCurrent(
|
|
2850
|
+
const c = this.data.current, f = c.month === 11 ? { month: 0, year: c.year + 1 } : { month: c.month + 1, year: c.year };
|
|
2851
|
+
this.setCurrent(f);
|
|
2720
2852
|
},
|
|
2721
2853
|
previous: () => {
|
|
2722
|
-
const c = this.data.current,
|
|
2723
|
-
this.setCurrent(
|
|
2854
|
+
const c = this.data.current, f = c.month === 0 ? { month: 11, year: c.year - 1 } : { month: c.month - 1, year: c.year };
|
|
2855
|
+
this.setCurrent(f);
|
|
2724
2856
|
}
|
|
2725
2857
|
});
|
|
2726
2858
|
}
|
|
@@ -2728,35 +2860,35 @@ class un extends C {
|
|
|
2728
2860
|
]);
|
|
2729
2861
|
}
|
|
2730
2862
|
}
|
|
2731
|
-
const
|
|
2863
|
+
const $n = ({ bind: e, required: t }) => p({
|
|
2732
2864
|
cache: "input",
|
|
2733
2865
|
class: "opacity-0 absolute top-0 left-0 w-full h-full pointer-events-none",
|
|
2734
2866
|
bind: e,
|
|
2735
2867
|
required: t
|
|
2736
|
-
}),
|
|
2868
|
+
}), Dn = ({ bind: e, required: t, toggleOpen: s }) => w({
|
|
2737
2869
|
class: "relative flex items-center gap-2 w-full justify-between border bg-input hover:bg-muted rounded-md h-10 px-4 py-2",
|
|
2738
2870
|
click: s
|
|
2739
2871
|
}, [
|
|
2740
|
-
|
|
2741
|
-
|
|
2742
|
-
|
|
2743
|
-
|
|
2744
|
-
|
|
2872
|
+
$n({ bind: e, required: t }),
|
|
2873
|
+
V(({ state: n }) => [
|
|
2874
|
+
u(_.date(["[[start]]", n], "Start Date")),
|
|
2875
|
+
u(" - "),
|
|
2876
|
+
u(_.date(["[[end]]", n], "End Date"))
|
|
2745
2877
|
]),
|
|
2746
|
-
|
|
2747
|
-
]),
|
|
2878
|
+
j({ html: h.calendar.days })
|
|
2879
|
+
]), In = ({ handleDateSelect: e, blockPriorDates: t }) => pe((s, n, a) => new se({
|
|
2748
2880
|
cache: "dropdown",
|
|
2749
2881
|
parent: a,
|
|
2750
2882
|
button: a.panel,
|
|
2751
2883
|
size: "xl"
|
|
2752
2884
|
}, [
|
|
2753
|
-
new
|
|
2885
|
+
new Sn({
|
|
2754
2886
|
startDate: a.state.start,
|
|
2755
2887
|
endDate: a.state.end,
|
|
2756
2888
|
onRangeSelect: e,
|
|
2757
2889
|
blockPriorDates: t
|
|
2758
2890
|
})
|
|
2759
|
-
])),
|
|
2891
|
+
])), Po = O(
|
|
2760
2892
|
{
|
|
2761
2893
|
/**
|
|
2762
2894
|
* The initial state of the DateRangePicker.
|
|
@@ -2789,15 +2921,15 @@ const hn = ({ bind: e, required: t }) => p({
|
|
|
2789
2921
|
*/
|
|
2790
2922
|
render() {
|
|
2791
2923
|
const e = (s, { state: n }) => n.toggle("open"), t = (s, n) => {
|
|
2792
|
-
this.state.start = s, this.state.end = n, this.state.open = !1, this.input.value = `${s}-${n}`,
|
|
2924
|
+
this.state.start = s, this.state.end = n, this.state.open = !1, this.input.value = `${s}-${n}`, R.trigger("change", this.input), typeof this.onChange == "function" && this.onChange({ start: s, end: n }, this.parent);
|
|
2793
2925
|
};
|
|
2794
2926
|
return o({ class: "relative w-full max-w-[320px]" }, [
|
|
2795
|
-
|
|
2927
|
+
Dn({
|
|
2796
2928
|
toggleOpen: e,
|
|
2797
2929
|
bind: this.bind,
|
|
2798
2930
|
required: this.required
|
|
2799
2931
|
}),
|
|
2800
|
-
|
|
2932
|
+
In({
|
|
2801
2933
|
handleDateSelect: t,
|
|
2802
2934
|
blockPriorDates: this.blockPriorDates || !1
|
|
2803
2935
|
})
|
|
@@ -2805,11 +2937,11 @@ const hn = ({ bind: e, required: t }) => p({
|
|
|
2805
2937
|
}
|
|
2806
2938
|
}
|
|
2807
2939
|
);
|
|
2808
|
-
function
|
|
2940
|
+
function Tn(e) {
|
|
2809
2941
|
let t = "";
|
|
2810
2942
|
return e.length > 0 && (t = e.substring(0, 2), e.length > 2 && (t += ":" + e.substring(2, 4))), t;
|
|
2811
2943
|
}
|
|
2812
|
-
function
|
|
2944
|
+
function Mn(e) {
|
|
2813
2945
|
if (e.length < 4)
|
|
2814
2946
|
return { formattedTime: null, hour: null, minute: null, meridian: null };
|
|
2815
2947
|
const t = parseInt(e.substring(0, 2), 10), s = parseInt(e.substring(2, 4), 10);
|
|
@@ -2823,7 +2955,7 @@ function bn(e) {
|
|
|
2823
2955
|
meridian: a
|
|
2824
2956
|
};
|
|
2825
2957
|
}
|
|
2826
|
-
function
|
|
2958
|
+
function Pn({ bind: e, required: t }) {
|
|
2827
2959
|
return p({
|
|
2828
2960
|
cache: "input",
|
|
2829
2961
|
class: "opacity-0 absolute top-0 left-0 w-full h-full pointer-events-none",
|
|
@@ -2831,7 +2963,7 @@ function xn({ bind: e, required: t }) {
|
|
|
2831
2963
|
required: t
|
|
2832
2964
|
});
|
|
2833
2965
|
}
|
|
2834
|
-
function
|
|
2966
|
+
function Bn({ placeholder: e, handleInputChange: t, handleInputFocus: s }) {
|
|
2835
2967
|
return p({
|
|
2836
2968
|
cache: "timeInput",
|
|
2837
2969
|
class: "flex-1 bg-transparent outline-none placeholder:text-muted-foreground border-0",
|
|
@@ -2841,27 +2973,27 @@ function pn({ placeholder: e, handleInputChange: t, handleInputFocus: s }) {
|
|
|
2841
2973
|
onState: ["selectedTime", (n) => n || ""]
|
|
2842
2974
|
});
|
|
2843
2975
|
}
|
|
2844
|
-
function
|
|
2976
|
+
function zn({ bind: e, required: t, toggleOpen: s, handleInputChange: n, handleInputFocus: a, placeholder: l }) {
|
|
2845
2977
|
return o(
|
|
2846
2978
|
{
|
|
2847
2979
|
class: "relative flex items-center gap-2 w-full justify-between border bg-input hover:bg-muted rounded-md h-10 pr-4 py-2"
|
|
2848
2980
|
},
|
|
2849
2981
|
[
|
|
2850
|
-
|
|
2851
|
-
|
|
2982
|
+
Pn({ bind: e, required: t }),
|
|
2983
|
+
Bn({ placeholder: l, handleInputChange: n, handleInputFocus: a }),
|
|
2852
2984
|
w(
|
|
2853
2985
|
{
|
|
2854
2986
|
class: "shrink-0 hover:bg-muted/50 rounded p-1 cursor-pointer",
|
|
2855
2987
|
click: s
|
|
2856
2988
|
},
|
|
2857
2989
|
[
|
|
2858
|
-
|
|
2990
|
+
j({ html: h.clock })
|
|
2859
2991
|
]
|
|
2860
2992
|
)
|
|
2861
2993
|
]
|
|
2862
2994
|
);
|
|
2863
2995
|
}
|
|
2864
|
-
function
|
|
2996
|
+
function ce({ items: e, handleTimeSelect: t, state: s, stateValue: n, pad: a = !1 }) {
|
|
2865
2997
|
return o(
|
|
2866
2998
|
{ class: "flex flex-col max-h-[200px] overflow-y-auto" },
|
|
2867
2999
|
e.map((l) => {
|
|
@@ -2875,9 +3007,9 @@ function ie({ items: e, handleTimeSelect: t, state: s, stateValue: n, pad: a = !
|
|
|
2875
3007
|
})
|
|
2876
3008
|
);
|
|
2877
3009
|
}
|
|
2878
|
-
function
|
|
2879
|
-
return
|
|
2880
|
-
(t, s, n) => new
|
|
3010
|
+
function On({ handleTimeSelect: e }) {
|
|
3011
|
+
return pe(
|
|
3012
|
+
(t, s, n) => new se(
|
|
2881
3013
|
{
|
|
2882
3014
|
cache: "dropdown",
|
|
2883
3015
|
parent: n,
|
|
@@ -2892,7 +3024,7 @@ function wn({ handleTimeSelect: e }) {
|
|
|
2892
3024
|
{ class: "grid grid-cols-3 gap-2 p-4 text-center max-h-[220px] min-w-[240px]" },
|
|
2893
3025
|
[
|
|
2894
3026
|
// Hours column
|
|
2895
|
-
|
|
3027
|
+
ce({
|
|
2896
3028
|
items: Array.from({ length: 12 }, (a, l) => l + 1),
|
|
2897
3029
|
handleTimeSelect: e,
|
|
2898
3030
|
state: n.state,
|
|
@@ -2900,7 +3032,7 @@ function wn({ handleTimeSelect: e }) {
|
|
|
2900
3032
|
pad: !0
|
|
2901
3033
|
}),
|
|
2902
3034
|
// Minutes column
|
|
2903
|
-
|
|
3035
|
+
ce({
|
|
2904
3036
|
items: Array.from({ length: 60 }, (a, l) => l),
|
|
2905
3037
|
handleTimeSelect: e,
|
|
2906
3038
|
state: n.state,
|
|
@@ -2908,7 +3040,7 @@ function wn({ handleTimeSelect: e }) {
|
|
|
2908
3040
|
pad: !0
|
|
2909
3041
|
}),
|
|
2910
3042
|
// AM/PM column
|
|
2911
|
-
|
|
3043
|
+
ce({
|
|
2912
3044
|
items: ["AM", "PM"],
|
|
2913
3045
|
handleTimeSelect: e,
|
|
2914
3046
|
state: n.state,
|
|
@@ -2922,7 +3054,7 @@ function wn({ handleTimeSelect: e }) {
|
|
|
2922
3054
|
)
|
|
2923
3055
|
);
|
|
2924
3056
|
}
|
|
2925
|
-
function
|
|
3057
|
+
function Ve(e) {
|
|
2926
3058
|
if (!e)
|
|
2927
3059
|
return { hour: null, minute: null, meridian: null };
|
|
2928
3060
|
const t = /^(\d{1,2}):(\d{2})(?::(\d{2}))?\s?(AM|PM)?$/i, s = e.match(t);
|
|
@@ -2935,7 +3067,7 @@ function Ue(e) {
|
|
|
2935
3067
|
meridian: l
|
|
2936
3068
|
});
|
|
2937
3069
|
}
|
|
2938
|
-
const
|
|
3070
|
+
const Bo = O(
|
|
2939
3071
|
{
|
|
2940
3072
|
/**
|
|
2941
3073
|
* The initial shallow state of the TimePicker.
|
|
@@ -2943,7 +3075,7 @@ const uo = O(
|
|
|
2943
3075
|
* @member {object} state
|
|
2944
3076
|
*/
|
|
2945
3077
|
state() {
|
|
2946
|
-
const e = this.selectedTime ?? null, { hour: t, minute: s, meridian: n } =
|
|
3078
|
+
const e = this.selectedTime ?? null, { hour: t, minute: s, meridian: n } = Ve(e);
|
|
2947
3079
|
return {
|
|
2948
3080
|
selectedTime: e,
|
|
2949
3081
|
open: !1,
|
|
@@ -2959,7 +3091,7 @@ const uo = O(
|
|
|
2959
3091
|
*/
|
|
2960
3092
|
after() {
|
|
2961
3093
|
if (this.input.value) {
|
|
2962
|
-
const { hour: e, minute: t, meridian: s } =
|
|
3094
|
+
const { hour: e, minute: t, meridian: s } = Ve(this.input.value);
|
|
2963
3095
|
this.state.set({
|
|
2964
3096
|
hour: e,
|
|
2965
3097
|
minute: t,
|
|
@@ -2983,14 +3115,14 @@ const uo = O(
|
|
|
2983
3115
|
* @param {Event} e
|
|
2984
3116
|
*/
|
|
2985
3117
|
handleInputChange(e) {
|
|
2986
|
-
let t = e.target.value.replace(/[^\d]/g, ""), s =
|
|
2987
|
-
const n =
|
|
3118
|
+
let t = e.target.value.replace(/[^\d]/g, ""), s = Tn(t);
|
|
3119
|
+
const n = Mn(t);
|
|
2988
3120
|
n.formattedTime && (s = n.formattedTime, this.state.set({
|
|
2989
3121
|
hour: n.hour,
|
|
2990
3122
|
minute: n.minute,
|
|
2991
3123
|
meridian: n.meridian,
|
|
2992
3124
|
selectedTime: n.formattedTime
|
|
2993
|
-
}), this.input.value = n.formattedTime,
|
|
3125
|
+
}), this.input.value = n.formattedTime, R.trigger("change", this.input), typeof this.change == "function" && this.change(n.formattedTime)), e.target.value = s;
|
|
2994
3126
|
},
|
|
2995
3127
|
/**
|
|
2996
3128
|
* Handles input focus - select all text for easy editing.
|
|
@@ -3008,7 +3140,7 @@ const uo = O(
|
|
|
3008
3140
|
handleTimeSelect({ hour: e, minute: t, meridian: s }) {
|
|
3009
3141
|
if (e && (this.state.hour = e), t && (this.state.minute = t), s && (this.state.meridian = s), this.state.hour && this.state.minute && this.state.meridian) {
|
|
3010
3142
|
const n = `${this.state.hour}:${this.state.minute} ${this.state.meridian}`;
|
|
3011
|
-
this.state.selectedTime = n, this.state.open = !1, this.input.value = n,
|
|
3143
|
+
this.state.selectedTime = n, this.state.open = !1, this.input.value = n, R.trigger("change", this.input), typeof this.change == "function" && this.change(n);
|
|
3012
3144
|
}
|
|
3013
3145
|
},
|
|
3014
3146
|
/**
|
|
@@ -3020,7 +3152,7 @@ const uo = O(
|
|
|
3020
3152
|
return o(
|
|
3021
3153
|
{ class: "relative w-full max-w-[320px]" },
|
|
3022
3154
|
[
|
|
3023
|
-
|
|
3155
|
+
zn({
|
|
3024
3156
|
toggleOpen: this.toggleOpen.bind(this),
|
|
3025
3157
|
bind: this.bind,
|
|
3026
3158
|
required: this.required,
|
|
@@ -3028,18 +3160,18 @@ const uo = O(
|
|
|
3028
3160
|
handleInputFocus: this.handleInputFocus.bind(this),
|
|
3029
3161
|
placeholder: this.placeholder
|
|
3030
3162
|
}),
|
|
3031
|
-
|
|
3163
|
+
On({
|
|
3032
3164
|
handleTimeSelect: this.handleTimeSelect.bind(this)
|
|
3033
3165
|
})
|
|
3034
3166
|
]
|
|
3035
3167
|
);
|
|
3036
3168
|
}
|
|
3037
3169
|
}
|
|
3038
|
-
),
|
|
3170
|
+
), Nn = (e, t) => o({ class: `hidden md:flex items-start justify-center w-6 h-6 mr-3 ${t}` }, [
|
|
3039
3171
|
x({ size: "lg" }, e)
|
|
3040
|
-
]),
|
|
3172
|
+
]), Fn = ({ title: e }) => X({ class: "flex flex-auto items-center" }, [
|
|
3041
3173
|
J({ class: "text-lg font-semibold" }, e)
|
|
3042
|
-
]),
|
|
3174
|
+
]), zo = r((e, t) => bt(
|
|
3043
3175
|
{
|
|
3044
3176
|
class: `fixed pullUpIn z-30 w-[98%] border md:w-full max-w-lg bg-popover text-foreground shadow-lg duration-200
|
|
3045
3177
|
rounded-lg flex flex-auto flex-col
|
|
@@ -3052,21 +3184,21 @@ const uo = O(
|
|
|
3052
3184
|
o({ class: "flex flex-auto p-6 pb-12 md:pb-6" }, [
|
|
3053
3185
|
// Icon and content
|
|
3054
3186
|
// @ts-ignore
|
|
3055
|
-
e.icon &&
|
|
3187
|
+
e.icon && Nn(e.icon, e.iconColor),
|
|
3056
3188
|
o({ class: "flex flex-auto flex-col gap-4" }, [
|
|
3057
3189
|
o({ class: "flex flex-auto flex-col gap-y-2" }, [
|
|
3058
|
-
|
|
3190
|
+
Fn(e),
|
|
3059
3191
|
// @ts-ignore
|
|
3060
3192
|
e.description && k({ class: "flex flex-auto flex-col text-sm text-muted-foreground" }, e.description),
|
|
3061
3193
|
o({ class: "flex flex-auto flex-col text-sm text-muted-foreground" }, t)
|
|
3062
3194
|
]),
|
|
3063
3195
|
// @ts-ignore
|
|
3064
|
-
e.buttons &&
|
|
3196
|
+
e.buttons && ge({ class: "flex flex-col-reverse sm:flex-row sm:justify-end mt-6 gap-2 sm:gap-0 sm:gap-x-2" }, e.buttons)
|
|
3065
3197
|
])
|
|
3066
3198
|
])
|
|
3067
3199
|
]
|
|
3068
|
-
)),
|
|
3069
|
-
|
|
3200
|
+
)), Oo = r((e, t = []) => o({ class: "w-full max-w-md p-6 m-auto" }, [
|
|
3201
|
+
st({ class: "flex flex-auto flex-col" }, [
|
|
3070
3202
|
o({ class: "flex flex-auto flex-col gap-y-4" }, [
|
|
3071
3203
|
o({ class: "flex flex-auto items-center justify-center" }, [
|
|
3072
3204
|
// @ts-ignore
|
|
@@ -3075,7 +3207,7 @@ const uo = O(
|
|
|
3075
3207
|
x({ size: "lg" }, e.icon)
|
|
3076
3208
|
])
|
|
3077
3209
|
]),
|
|
3078
|
-
|
|
3210
|
+
X({ class: "py-4 text-center" }, [
|
|
3079
3211
|
// @ts-ignore
|
|
3080
3212
|
J({ class: "text-xl font-bold" }, e.title),
|
|
3081
3213
|
// @ts-ignore
|
|
@@ -3096,28 +3228,28 @@ r(({ value: e, label: t }) => w({
|
|
|
3096
3228
|
dataSet: ["performance", ["state", e, "active"]],
|
|
3097
3229
|
click: (s, { state: n }) => n.performance = e
|
|
3098
3230
|
}, t));
|
|
3099
|
-
const
|
|
3231
|
+
const Ln = (e, t) => {
|
|
3100
3232
|
const s = e.toggleAllSelectedRows();
|
|
3101
3233
|
t.state.checked = !s;
|
|
3102
|
-
},
|
|
3103
|
-
|
|
3104
|
-
]),
|
|
3234
|
+
}, An = (e) => Ke({ class: `cursor-pointer py-3 px-4 text-base w-10 ${e.class || ""}` }, [
|
|
3235
|
+
V((t) => new Wt({ class: "mr-2", onChange: (s, n) => Ln(t, n) }))
|
|
3236
|
+
]), Rn = ({ align: e, sortable: t, key: s, label: n, sort: a, class: l }) => {
|
|
3105
3237
|
const i = e || "justify-start";
|
|
3106
|
-
return
|
|
3238
|
+
return Ke({
|
|
3107
3239
|
class: `cursor-pointer py-3 px-4 text-base ${l || ""}`,
|
|
3108
3240
|
click: t && (() => a(s))
|
|
3109
3241
|
}, [
|
|
3110
3242
|
o({ class: `flex flex-auto w-full items-center ${i}` }, [
|
|
3111
|
-
|
|
3112
|
-
t &&
|
|
3243
|
+
u(n),
|
|
3244
|
+
t && j({ class: "ml-2", html: h.arrows.upDown })
|
|
3113
3245
|
])
|
|
3114
3246
|
]);
|
|
3115
|
-
},
|
|
3116
|
-
|
|
3247
|
+
}, Se = (e) => xt([
|
|
3248
|
+
pt({
|
|
3117
3249
|
class: "text-muted-foreground border-b",
|
|
3118
3250
|
map: [
|
|
3119
3251
|
e.headers,
|
|
3120
|
-
(t) => t.label === "checkbox" ?
|
|
3252
|
+
(t) => t.label === "checkbox" ? An({ toggle: e.toggle }) : Rn({
|
|
3121
3253
|
align: t.align,
|
|
3122
3254
|
sortable: t.sortable,
|
|
3123
3255
|
key: t.key,
|
|
@@ -3126,7 +3258,7 @@ const Cn = (e, t) => {
|
|
|
3126
3258
|
})
|
|
3127
3259
|
]
|
|
3128
3260
|
})
|
|
3129
|
-
]),
|
|
3261
|
+
]), jn = ({ key: e, rows: t, selectRow: s, rowItem: n, emptyState: a, skeleton: l, columnCount: i }) => new Ct({
|
|
3130
3262
|
cache: "list",
|
|
3131
3263
|
key: e,
|
|
3132
3264
|
items: t,
|
|
@@ -3136,7 +3268,7 @@ const Cn = (e, t) => {
|
|
|
3136
3268
|
skeleton: l,
|
|
3137
3269
|
columnCount: i
|
|
3138
3270
|
});
|
|
3139
|
-
class
|
|
3271
|
+
class ot extends S {
|
|
3140
3272
|
/**
|
|
3141
3273
|
* Initializes component data.
|
|
3142
3274
|
*
|
|
@@ -3217,12 +3349,12 @@ class et extends C {
|
|
|
3217
3349
|
return o({ class: "w-full flex flex-auto flex-col" }, [
|
|
3218
3350
|
Q("hasItems", (n) => n === !1 && this.emptyState ? this.emptyState() : null),
|
|
3219
3351
|
o({ class: `w-full rounded-md ${t} overflow-x-auto`, onSet: ["hasItems", { hidden: !1 }] }, [
|
|
3220
|
-
|
|
3352
|
+
ye({ class: "w-full" }, [
|
|
3221
3353
|
// @ts-ignore
|
|
3222
|
-
this.headers &&
|
|
3354
|
+
this.headers && Se({ headers: this.headers, sort: (n) => this.sortRows(n) }),
|
|
3223
3355
|
// @ts-ignore
|
|
3224
3356
|
this.customHeader ?? null,
|
|
3225
|
-
|
|
3357
|
+
jn({
|
|
3226
3358
|
// @ts-ignore
|
|
3227
3359
|
key: this.key,
|
|
3228
3360
|
// @ts-ignore
|
|
@@ -3301,7 +3433,7 @@ class et extends C {
|
|
|
3301
3433
|
this.data.selectedRows = [];
|
|
3302
3434
|
}
|
|
3303
3435
|
}
|
|
3304
|
-
const
|
|
3436
|
+
const En = (e) => new St({
|
|
3305
3437
|
cache: "list",
|
|
3306
3438
|
loadMoreItems: e.loadMoreItems,
|
|
3307
3439
|
offset: e.offset,
|
|
@@ -3314,7 +3446,7 @@ const In = (e) => new vt({
|
|
|
3314
3446
|
skeleton: e.skeleton,
|
|
3315
3447
|
columnCount: e.columnCount
|
|
3316
3448
|
});
|
|
3317
|
-
class
|
|
3449
|
+
class Hn extends ot {
|
|
3318
3450
|
/**
|
|
3319
3451
|
* Renders the DataTable component.
|
|
3320
3452
|
*
|
|
@@ -3325,12 +3457,12 @@ class Tn extends et {
|
|
|
3325
3457
|
return o({ class: "w-full flex flex-auto flex-col" }, [
|
|
3326
3458
|
Q("hasItems", (n) => n === !1 && this.emptyState ? this.emptyState() : null),
|
|
3327
3459
|
o({ class: `w-full rounded-md ${t} overflow-x-auto`, onSet: ["hasItems", { hidden: !1 }] }, [
|
|
3328
|
-
|
|
3460
|
+
ye({ class: "w-full" }, [
|
|
3329
3461
|
// @ts-ignore
|
|
3330
|
-
this.headers &&
|
|
3462
|
+
this.headers && Se({ headers: this.headers, sort: (n) => this.sortRows(n) }),
|
|
3331
3463
|
// @ts-ignore
|
|
3332
3464
|
this.customHeader ?? null,
|
|
3333
|
-
|
|
3465
|
+
En({
|
|
3334
3466
|
// @ts-ignore
|
|
3335
3467
|
loadMoreItems: this.loadMoreItems,
|
|
3336
3468
|
// @ts-ignore
|
|
@@ -3366,7 +3498,7 @@ class Tn extends et {
|
|
|
3366
3498
|
this.list.refresh();
|
|
3367
3499
|
}
|
|
3368
3500
|
}
|
|
3369
|
-
const
|
|
3501
|
+
const No = r((e) => new Hn(
|
|
3370
3502
|
{
|
|
3371
3503
|
// @ts-ignore
|
|
3372
3504
|
cache: e.cache ?? "list",
|
|
@@ -3397,7 +3529,7 @@ const go = r((e) => new Tn(
|
|
|
3397
3529
|
// @ts-ignore
|
|
3398
3530
|
skeleton: e.skeleton
|
|
3399
3531
|
}
|
|
3400
|
-
)),
|
|
3532
|
+
)), Un = (e) => new $t({
|
|
3401
3533
|
cache: "list",
|
|
3402
3534
|
scrollContainer: e.scrollContainer,
|
|
3403
3535
|
loadMoreItems: e.loadMoreItems,
|
|
@@ -3411,7 +3543,7 @@ const go = r((e) => new Tn(
|
|
|
3411
3543
|
skeleton: e.skeleton,
|
|
3412
3544
|
columnCount: e.columnCount
|
|
3413
3545
|
});
|
|
3414
|
-
class
|
|
3546
|
+
class Yn extends ot {
|
|
3415
3547
|
/**
|
|
3416
3548
|
* Renders the DataTable component.
|
|
3417
3549
|
*
|
|
@@ -3422,12 +3554,12 @@ class Bn extends et {
|
|
|
3422
3554
|
return o({ class: "w-full flex flex-auto flex-col" }, [
|
|
3423
3555
|
Q("hasItems", (n) => n === !1 && this.emptyState ? this.emptyState() : null),
|
|
3424
3556
|
o({ class: `w-full rounded-md ${t} overflow-x-auto`, onSet: ["hasItems", { hidden: !1 }] }, [
|
|
3425
|
-
|
|
3557
|
+
ye({ class: "w-full" }, [
|
|
3426
3558
|
// @ts-ignore
|
|
3427
|
-
this.headers &&
|
|
3559
|
+
this.headers && Se({ headers: this.headers, sort: (n) => this.sortRows(n) }),
|
|
3428
3560
|
// @ts-ignore
|
|
3429
3561
|
this.customHeader ?? null,
|
|
3430
|
-
|
|
3562
|
+
Un({
|
|
3431
3563
|
// @ts-ignore
|
|
3432
3564
|
scrollContainer: this.scrollContainer,
|
|
3433
3565
|
// @ts-ignore
|
|
@@ -3465,7 +3597,7 @@ class Bn extends et {
|
|
|
3465
3597
|
this.list.refresh();
|
|
3466
3598
|
}
|
|
3467
3599
|
}
|
|
3468
|
-
const
|
|
3600
|
+
const Fo = r((e) => new Yn(
|
|
3469
3601
|
{
|
|
3470
3602
|
// @ts-ignore
|
|
3471
3603
|
cache: e.cache ?? "list",
|
|
@@ -3498,28 +3630,28 @@ const mo = r((e) => new Bn(
|
|
|
3498
3630
|
// @ts-ignore
|
|
3499
3631
|
skeleton: e.skeleton
|
|
3500
3632
|
}
|
|
3501
|
-
)),
|
|
3633
|
+
)), _n = r(({ name: e, email: t }) => o({ class: "min-w-0 flex-auto" }, [
|
|
3502
3634
|
k({ class: "text-base font-semibold leading-6 m-0" }, e),
|
|
3503
3635
|
k({ class: "truncate text-sm leading-5 text-muted-foreground m-0" }, t)
|
|
3504
|
-
])),
|
|
3636
|
+
])), Vn = () => o({ class: "flex items-center gap-x-1.5" }, [
|
|
3505
3637
|
o({ class: "flex-none rounded-full bg-emerald-500/20 p-1" }, [
|
|
3506
3638
|
o({ class: "h-1.5 w-1.5 rounded-full bg-emerald-500" })
|
|
3507
3639
|
]),
|
|
3508
3640
|
k({ class: "text-xs leading-5 text-gray-500" }, "Online")
|
|
3509
|
-
]),
|
|
3510
|
-
|
|
3511
|
-
|
|
3512
|
-
]),
|
|
3641
|
+
]), Wn = (e) => k({ class: "text-xs leading-5 text-muted-foreground" }, [
|
|
3642
|
+
u("Last seen "),
|
|
3643
|
+
yt({ datetime: e }, "3h ago")
|
|
3644
|
+
]), qn = (e, t) => e === "online" ? Vn() : Wn(t), Gn = r(({ role: e, lastSeen: t, status: s }) => o({ class: "hidden shrink-0 sm:flex sm:flex-col sm:items-end" }, [
|
|
3513
3645
|
k({ class: "text-sm leading-6 m-0" }, e),
|
|
3514
|
-
|
|
3515
|
-
])),
|
|
3646
|
+
qn(s, t)
|
|
3647
|
+
])), Kn = (e) => e.split(" ").map((s) => s[0]).join(""), Qn = r((e) => xe({ class: "fadeIn flex justify-between gap-x-6 py-4 px-4 rounded-md hover:bg-muted/50" }, [
|
|
3516
3648
|
o({ class: "flex min-w-0 gap-x-4" }, [
|
|
3517
3649
|
// @ts-ignore
|
|
3518
|
-
|
|
3650
|
+
zs({ src: e.image, alt: e.name, fallbackText: Kn(e.name) }),
|
|
3519
3651
|
// @ts-ignore
|
|
3520
|
-
|
|
3652
|
+
_n({ name: e.name, email: e.email })
|
|
3521
3653
|
]),
|
|
3522
|
-
|
|
3654
|
+
Gn({
|
|
3523
3655
|
// @ts-ignore
|
|
3524
3656
|
role: e.role,
|
|
3525
3657
|
// @ts-ignore
|
|
@@ -3527,16 +3659,16 @@ const mo = r((e) => new Bn(
|
|
|
3527
3659
|
// @ts-ignore
|
|
3528
3660
|
status: e.status
|
|
3529
3661
|
})
|
|
3530
|
-
])),
|
|
3662
|
+
])), Lo = r((e) => new Dt({
|
|
3531
3663
|
cache: "list",
|
|
3532
3664
|
key: "name",
|
|
3533
3665
|
// @ts-ignore
|
|
3534
3666
|
items: e.users,
|
|
3535
3667
|
role: "list",
|
|
3536
3668
|
class: "divide-y divide-border",
|
|
3537
|
-
rowItem:
|
|
3669
|
+
rowItem: Qn
|
|
3538
3670
|
}));
|
|
3539
|
-
class
|
|
3671
|
+
class Jn extends S {
|
|
3540
3672
|
/**
|
|
3541
3673
|
* This will declare the props for the compiler.
|
|
3542
3674
|
*
|
|
@@ -3597,14 +3729,14 @@ class Ln extends C {
|
|
|
3597
3729
|
});
|
|
3598
3730
|
}
|
|
3599
3731
|
}
|
|
3600
|
-
const
|
|
3732
|
+
const Xn = r(({ options: e, click: t }, s) => ({
|
|
3601
3733
|
tag: "li",
|
|
3602
3734
|
...{
|
|
3603
3735
|
class: `relative flex flex-row w-auto text-left p-0 transition-all cursor-pointer min-w-[48px] option${e ? " sub" : ""}`,
|
|
3604
3736
|
click: t
|
|
3605
3737
|
},
|
|
3606
3738
|
children: s
|
|
3607
|
-
})),
|
|
3739
|
+
})), Zn = (e, t = null, s = !1) => [
|
|
3608
3740
|
t && o({
|
|
3609
3741
|
class: "icon w-12 rounded-md flex items-center justify-center min-w-12",
|
|
3610
3742
|
onState: ["selected", {
|
|
@@ -3613,8 +3745,8 @@ const Hn = r(({ options: e, click: t }, s) => ({
|
|
|
3613
3745
|
}, [
|
|
3614
3746
|
x({ size: "sm" }, t)
|
|
3615
3747
|
]),
|
|
3616
|
-
|
|
3617
|
-
s &&
|
|
3748
|
+
E({ class: "label flex flex-auto text-sm items-center cursor-pointer whitespace-nowrap" }, e),
|
|
3749
|
+
s && u(
|
|
3618
3750
|
{
|
|
3619
3751
|
class: "flex justify-center items-center px-1 transition-all text-muted-foreground mr-2",
|
|
3620
3752
|
onState: [
|
|
@@ -3627,11 +3759,11 @@ const Hn = r(({ options: e, click: t }, s) => ({
|
|
|
3627
3759
|
]
|
|
3628
3760
|
},
|
|
3629
3761
|
[
|
|
3630
|
-
x({ size: "xs" },
|
|
3762
|
+
x({ size: "xs" }, h.chevron.single.down)
|
|
3631
3763
|
]
|
|
3632
3764
|
)
|
|
3633
3765
|
];
|
|
3634
|
-
class
|
|
3766
|
+
class lt extends S {
|
|
3635
3767
|
/**
|
|
3636
3768
|
* This will declare the props for the compiler.
|
|
3637
3769
|
*
|
|
@@ -3648,7 +3780,7 @@ class tt extends C {
|
|
|
3648
3780
|
*/
|
|
3649
3781
|
render() {
|
|
3650
3782
|
const t = !this.options && this.callBack;
|
|
3651
|
-
return
|
|
3783
|
+
return Xn(
|
|
3652
3784
|
{ options: this.options, click: t },
|
|
3653
3785
|
[
|
|
3654
3786
|
this.addLink()
|
|
@@ -3662,8 +3794,8 @@ class tt extends C {
|
|
|
3662
3794
|
* @protected
|
|
3663
3795
|
*/
|
|
3664
3796
|
addLink() {
|
|
3665
|
-
const t = this.options && this.options.length > 0, s = this.content ||
|
|
3666
|
-
return this.href ? new
|
|
3797
|
+
const t = this.options && this.options.length > 0, s = this.content || Zn(String(this.label), this.icon, t);
|
|
3798
|
+
return this.href ? new vt(
|
|
3667
3799
|
{
|
|
3668
3800
|
class: "flex flex-auto flex-row rounded-md transition-all overflow-x-hidden",
|
|
3669
3801
|
cache: "link",
|
|
@@ -3672,7 +3804,7 @@ class tt extends C {
|
|
|
3672
3804
|
exact: this.exact || !1
|
|
3673
3805
|
},
|
|
3674
3806
|
s
|
|
3675
|
-
) : new
|
|
3807
|
+
) : new Jn({
|
|
3676
3808
|
class: "flex flex-auto flex-row rounded-md transition-all overflow-x-hidden",
|
|
3677
3809
|
cache: "link",
|
|
3678
3810
|
checkCallBack: this.checkCallBack
|
|
@@ -3690,10 +3822,10 @@ class tt extends C {
|
|
|
3690
3822
|
this.link.update(t);
|
|
3691
3823
|
}
|
|
3692
3824
|
}
|
|
3693
|
-
const
|
|
3694
|
-
|
|
3825
|
+
const ea = r(({ map: e }, t) => Z({ class: "navigation-group flex flex-col gap-2 list-none m-0 py-2 px-0", map: e }, [
|
|
3826
|
+
We({ class: "text-muted-foreground text-sm py-0 px-4 whitespace-nowrap" }, t)
|
|
3695
3827
|
]));
|
|
3696
|
-
class
|
|
3828
|
+
class ta extends S {
|
|
3697
3829
|
/**
|
|
3698
3830
|
* This will declare the props for the compiler.
|
|
3699
3831
|
*
|
|
@@ -3709,8 +3841,8 @@ class Un extends C {
|
|
|
3709
3841
|
*/
|
|
3710
3842
|
render() {
|
|
3711
3843
|
const t = this.mapOptions(this.options), s = this.class || "", n = this.mobileBorder ? "border md:border-0 rounded-md" : "";
|
|
3712
|
-
return
|
|
3713
|
-
|
|
3844
|
+
return be({ class: `navigation flex flex-auto flex-col ${s}` }, [
|
|
3845
|
+
Z({
|
|
3714
3846
|
class: `relative group flex flex-col gap-2 py-2 px-2 list-none m-0 ${n}`,
|
|
3715
3847
|
map: t
|
|
3716
3848
|
}),
|
|
@@ -3742,7 +3874,7 @@ class Un extends C {
|
|
|
3742
3874
|
*/
|
|
3743
3875
|
addGroup(t) {
|
|
3744
3876
|
const s = this.mapOptions(t.options);
|
|
3745
|
-
return
|
|
3877
|
+
return ea({ map: s }, t.group);
|
|
3746
3878
|
}
|
|
3747
3879
|
/**
|
|
3748
3880
|
* This will add a link.
|
|
@@ -3751,10 +3883,10 @@ class Un extends C {
|
|
|
3751
3883
|
* @returns {object}
|
|
3752
3884
|
*/
|
|
3753
3885
|
addLink(t) {
|
|
3754
|
-
return new
|
|
3886
|
+
return new lt(t);
|
|
3755
3887
|
}
|
|
3756
3888
|
}
|
|
3757
|
-
class
|
|
3889
|
+
class rt extends ta {
|
|
3758
3890
|
onCreated() {
|
|
3759
3891
|
this.links = [];
|
|
3760
3892
|
}
|
|
@@ -3765,7 +3897,7 @@ class st extends Un {
|
|
|
3765
3897
|
* @returns {object}
|
|
3766
3898
|
*/
|
|
3767
3899
|
setupSubNav(t) {
|
|
3768
|
-
return new
|
|
3900
|
+
return new aa(
|
|
3769
3901
|
{
|
|
3770
3902
|
parentLink: t,
|
|
3771
3903
|
options: t.options
|
|
@@ -3789,7 +3921,7 @@ class st extends Un {
|
|
|
3789
3921
|
* @returns {object}
|
|
3790
3922
|
*/
|
|
3791
3923
|
addLink(t) {
|
|
3792
|
-
const s = new
|
|
3924
|
+
const s = new lt(t);
|
|
3793
3925
|
if (this.links.push(s), !s.options)
|
|
3794
3926
|
return s;
|
|
3795
3927
|
const n = this.addSubNav(s);
|
|
@@ -3800,11 +3932,11 @@ class st extends Un {
|
|
|
3800
3932
|
};
|
|
3801
3933
|
}
|
|
3802
3934
|
}
|
|
3803
|
-
const
|
|
3935
|
+
const sa = (e, t) => new RegExp(`${e}($|/|\\.).*`).test(t), na = (e, t) => {
|
|
3804
3936
|
const s = e.link.panel.pathname;
|
|
3805
|
-
return !s && e.isSelected() ? !0 : e.exact ? t === s :
|
|
3937
|
+
return !s && e.isSelected() ? !0 : e.exact ? t === s : sa(s, t);
|
|
3806
3938
|
};
|
|
3807
|
-
class
|
|
3939
|
+
class aa extends rt {
|
|
3808
3940
|
/**
|
|
3809
3941
|
* This will declare the props for the compiler.
|
|
3810
3942
|
*
|
|
@@ -3820,8 +3952,8 @@ class Wn extends st {
|
|
|
3820
3952
|
*/
|
|
3821
3953
|
render() {
|
|
3822
3954
|
const t = `navigation flex flex-auto flex-col sub ${this.mainClassName || ""}`, s = this.mapOptions(this.options);
|
|
3823
|
-
return
|
|
3824
|
-
|
|
3955
|
+
return be({ class: t, onState: this.onState() }, [
|
|
3956
|
+
Z({ class: "relative group flex flex-col gap-2 py-2 px-0 list-none m-0" }, [...s, ...this.addSubs(), this.addWatcher()])
|
|
3825
3957
|
]);
|
|
3826
3958
|
}
|
|
3827
3959
|
/**
|
|
@@ -3833,7 +3965,7 @@ class Wn extends st {
|
|
|
3833
3965
|
addWatcher() {
|
|
3834
3966
|
return {
|
|
3835
3967
|
watch: {
|
|
3836
|
-
value: ["[[path]]",
|
|
3968
|
+
value: ["[[path]]", De.data],
|
|
3837
3969
|
callBack: this.updateLinks.bind(this)
|
|
3838
3970
|
}
|
|
3839
3971
|
};
|
|
@@ -3874,7 +4006,7 @@ class Wn extends st {
|
|
|
3874
4006
|
* @returns {void}
|
|
3875
4007
|
*/
|
|
3876
4008
|
afterSetup() {
|
|
3877
|
-
const t =
|
|
4009
|
+
const t = De.data.path;
|
|
3878
4010
|
this.updateLinks(t);
|
|
3879
4011
|
}
|
|
3880
4012
|
/**
|
|
@@ -3886,27 +4018,27 @@ class Wn extends st {
|
|
|
3886
4018
|
updateLinks(t) {
|
|
3887
4019
|
let s = !1;
|
|
3888
4020
|
for (const n of this.links)
|
|
3889
|
-
if (n.rendered && (s =
|
|
4021
|
+
if (n.rendered && (s = na(n, t), s === !0))
|
|
3890
4022
|
break;
|
|
3891
4023
|
this.parentLink.update(s);
|
|
3892
4024
|
}
|
|
3893
4025
|
}
|
|
3894
|
-
const
|
|
4026
|
+
const oa = (e) => me({ class: "text-lg ml-2" }, e), la = (e) => o({ class: "sticky flex flex-row items-center bg-popover lg:hidden top-0 z-10 border-0 border-b" }, [
|
|
3895
4027
|
b({
|
|
3896
4028
|
variant: "icon",
|
|
3897
4029
|
class: "m-2",
|
|
3898
4030
|
click: (t, { state: s }) => s.toggle("open"),
|
|
3899
|
-
icon:
|
|
4031
|
+
icon: h.arrows.left
|
|
3900
4032
|
}),
|
|
3901
|
-
e.title &&
|
|
3902
|
-
]),
|
|
4033
|
+
e.title && oa(e.title)
|
|
4034
|
+
]), ra = () => o({
|
|
3903
4035
|
class: `
|
|
3904
4036
|
absolute inset-0 bg-black/40 z-[-1] fadeIn
|
|
3905
4037
|
transition-opacity duration-200
|
|
3906
4038
|
`,
|
|
3907
4039
|
click: (e, { state: t }) => t.open = !1
|
|
3908
4040
|
});
|
|
3909
|
-
class
|
|
4041
|
+
class ia extends S {
|
|
3910
4042
|
/**
|
|
3911
4043
|
* This will declare the props for the compiler.
|
|
3912
4044
|
*
|
|
@@ -3925,7 +4057,7 @@ class Kn extends C {
|
|
|
3925
4057
|
class: "fixed inset-0 z-50",
|
|
3926
4058
|
style: "[[typeClass]]"
|
|
3927
4059
|
}, [
|
|
3928
|
-
|
|
4060
|
+
ra(),
|
|
3929
4061
|
// Popover Content
|
|
3930
4062
|
o({
|
|
3931
4063
|
class: `
|
|
@@ -3934,7 +4066,7 @@ class Kn extends C {
|
|
|
3934
4066
|
dataSet: ["open", ["expanded", !0, "true"]]
|
|
3935
4067
|
}, [
|
|
3936
4068
|
o({ class: "flex flex-auto flex-col w-full h-full overflow-y-auto max-h-[85vh] rounded-md bg-popover border" }, [
|
|
3937
|
-
|
|
4069
|
+
la({ title: this.title }),
|
|
3938
4070
|
o({ class: "flex flex-auto flex-col" }, this.children)
|
|
3939
4071
|
])
|
|
3940
4072
|
])
|
|
@@ -3972,31 +4104,31 @@ class Kn extends C {
|
|
|
3972
4104
|
this.container = app.root;
|
|
3973
4105
|
}
|
|
3974
4106
|
}
|
|
3975
|
-
const
|
|
4107
|
+
const it = () => b({ class: "m-2", variant: "ghost", addState() {
|
|
3976
4108
|
return {
|
|
3977
4109
|
open: !1
|
|
3978
4110
|
};
|
|
3979
4111
|
}, click: (e, { state: t }) => t.toggle("open") }, [
|
|
3980
|
-
x({},
|
|
3981
|
-
]),
|
|
3982
|
-
|
|
3983
|
-
e.title &&
|
|
3984
|
-
]),
|
|
4112
|
+
x({}, h.bar.three)
|
|
4113
|
+
]), ca = (e) => me({ class: "text-lg ml-2" }, e), da = (e) => o({ class: "flex flex-auto flex-row items-center lg:hidden" }, [
|
|
4114
|
+
it(),
|
|
4115
|
+
e.title && ca(e.title)
|
|
4116
|
+
]), ct = (e, t) => {
|
|
3985
4117
|
e.forEach((s) => {
|
|
3986
4118
|
if (s.options) {
|
|
3987
|
-
|
|
4119
|
+
ct(s.options, t);
|
|
3988
4120
|
return;
|
|
3989
4121
|
}
|
|
3990
4122
|
s.callBack = t;
|
|
3991
4123
|
});
|
|
3992
|
-
},
|
|
3993
|
-
|
|
4124
|
+
}, dt = (e) => o({ class: "bg-background flex flex-auto flex-col w-full relative" }, [
|
|
4125
|
+
M(
|
|
3994
4126
|
"open",
|
|
3995
4127
|
(t) => t ? [
|
|
3996
|
-
new
|
|
3997
|
-
|
|
4128
|
+
new ia({ title: e.title }, [
|
|
4129
|
+
V(({ state: s }) => {
|
|
3998
4130
|
const n = (a) => s.open = !1;
|
|
3999
|
-
return
|
|
4131
|
+
return ct(e.options, n), new rt(
|
|
4000
4132
|
{
|
|
4001
4133
|
options: e.options
|
|
4002
4134
|
}
|
|
@@ -4005,23 +4137,23 @@ const nt = () => b({ class: "m-2", variant: "ghost", addState() {
|
|
|
4005
4137
|
])
|
|
4006
4138
|
] : null
|
|
4007
4139
|
)
|
|
4008
|
-
]),
|
|
4140
|
+
]), Ao = r((e) => o({ cache: "mobileNav", class: "inline-flex relative lg:hidden" }, [
|
|
4009
4141
|
o([
|
|
4010
|
-
|
|
4011
|
-
|
|
4142
|
+
it(),
|
|
4143
|
+
dt(e)
|
|
4012
4144
|
])
|
|
4013
|
-
])),
|
|
4145
|
+
])), Ro = r((e) => o({ cache: "mobileNav", class: "flex flex-auto flex-col w-full relative lg:hidden" }, [
|
|
4014
4146
|
o({ class: "flex flex-auto flex-col w-full" }, [
|
|
4015
|
-
|
|
4016
|
-
|
|
4147
|
+
da(e),
|
|
4148
|
+
dt(e)
|
|
4017
4149
|
])
|
|
4018
|
-
])),
|
|
4150
|
+
])), jo = r((e) => {
|
|
4019
4151
|
const t = e.margin || "m-4 ml-0";
|
|
4020
4152
|
return e.allowHistory = e.allowHistory === !0, o({ class: `flex-none ${t}` }, [
|
|
4021
4153
|
b({ variant: "back", class: "ghost", ...e })
|
|
4022
4154
|
]);
|
|
4023
4155
|
});
|
|
4024
|
-
class
|
|
4156
|
+
class ua extends S {
|
|
4025
4157
|
/**
|
|
4026
4158
|
* This will declare the props for the compiler.
|
|
4027
4159
|
*
|
|
@@ -4116,13 +4248,13 @@ class Zn extends C {
|
|
|
4116
4248
|
return this.children;
|
|
4117
4249
|
}
|
|
4118
4250
|
}
|
|
4119
|
-
|
|
4251
|
+
Je.addType("dockableOverlay", (e) => {
|
|
4120
4252
|
if (!e)
|
|
4121
4253
|
return;
|
|
4122
4254
|
const t = e.component;
|
|
4123
4255
|
t && t.rendered === !0 && t.state.docked === !1 && t.destroy();
|
|
4124
4256
|
});
|
|
4125
|
-
class
|
|
4257
|
+
class Eo extends ua {
|
|
4126
4258
|
/**
|
|
4127
4259
|
* This will stop presistence.
|
|
4128
4260
|
*
|
|
@@ -4192,7 +4324,7 @@ class wo extends Zn {
|
|
|
4192
4324
|
* @returns {void}
|
|
4193
4325
|
*/
|
|
4194
4326
|
afterSetup() {
|
|
4195
|
-
|
|
4327
|
+
Je.add(
|
|
4196
4328
|
this.container,
|
|
4197
4329
|
"dockableOverlay",
|
|
4198
4330
|
{
|
|
@@ -4227,7 +4359,7 @@ class wo extends Zn {
|
|
|
4227
4359
|
this.state.docked = this.canDock();
|
|
4228
4360
|
}
|
|
4229
4361
|
}
|
|
4230
|
-
const
|
|
4362
|
+
const ha = r(({ index: e, click: t, state: s }, n) => xe({
|
|
4231
4363
|
class: "p-2 cursor-pointer hover:bg-muted/50",
|
|
4232
4364
|
onState: [
|
|
4233
4365
|
[s, "selectedIndex", {
|
|
@@ -4236,10 +4368,10 @@ const Xn = r(({ index: e, click: t, state: s }, n) => be({
|
|
|
4236
4368
|
}]
|
|
4237
4369
|
],
|
|
4238
4370
|
click: () => t(e)
|
|
4239
|
-
}, n)),
|
|
4371
|
+
}, n)), fa = r(({ selectOption: e, state: t }) => Z({
|
|
4240
4372
|
class: "border rounded-md list-none m-0 p-0 max-h-[400px] overflow-y-auto",
|
|
4241
|
-
for: ["filteredOptions", (s, n) =>
|
|
4242
|
-
})),
|
|
4373
|
+
for: ["filteredOptions", (s, n) => ha({ index: n, click: e, state: t }, s.label)]
|
|
4374
|
+
})), ga = r((e) => o({ class: "relative flex flex-auto items-center" }, [
|
|
4243
4375
|
N({
|
|
4244
4376
|
cache: "input",
|
|
4245
4377
|
// @ts-ignore
|
|
@@ -4264,20 +4396,20 @@ const Xn = r(({ index: e, click: t, state: s }, n) => be({
|
|
|
4264
4396
|
// @ts-ignore
|
|
4265
4397
|
x({ size: "sm" }, e.icon)
|
|
4266
4398
|
])
|
|
4267
|
-
])),
|
|
4399
|
+
])), ma = (e) => o({
|
|
4268
4400
|
class: "relative flex fle-auto flex-col",
|
|
4269
4401
|
onState: ["open", (t, s, n) => {
|
|
4270
4402
|
if (t)
|
|
4271
|
-
return new
|
|
4403
|
+
return new se({
|
|
4272
4404
|
cache: "dropdown",
|
|
4273
4405
|
parent: n,
|
|
4274
4406
|
button: n.input,
|
|
4275
4407
|
size: "xl"
|
|
4276
4408
|
}, [
|
|
4277
|
-
|
|
4409
|
+
fa(e)
|
|
4278
4410
|
]);
|
|
4279
4411
|
}]
|
|
4280
|
-
}),
|
|
4412
|
+
}), Ho = P(
|
|
4281
4413
|
{
|
|
4282
4414
|
/**
|
|
4283
4415
|
* This will set up the data object.
|
|
@@ -4374,7 +4506,7 @@ const Xn = r(({ index: e, click: t, state: s }, n) => be({
|
|
|
4374
4506
|
*/
|
|
4375
4507
|
render() {
|
|
4376
4508
|
return o({ class: "relative w-full max-w-md" }, [
|
|
4377
|
-
|
|
4509
|
+
ga({
|
|
4378
4510
|
// @ts-ignore
|
|
4379
4511
|
state: this.state,
|
|
4380
4512
|
// @ts-ignore
|
|
@@ -4386,7 +4518,7 @@ const Xn = r(({ index: e, click: t, state: s }, n) => be({
|
|
|
4386
4518
|
// @ts-ignore
|
|
4387
4519
|
handleKeyDown: this.handleKeyDown.bind(this)
|
|
4388
4520
|
}),
|
|
4389
|
-
|
|
4521
|
+
ma({
|
|
4390
4522
|
// @ts-ignore
|
|
4391
4523
|
state: this.state,
|
|
4392
4524
|
// @ts-ignore
|
|
@@ -4397,8 +4529,8 @@ const Xn = r(({ index: e, click: t, state: s }, n) => be({
|
|
|
4397
4529
|
]);
|
|
4398
4530
|
}
|
|
4399
4531
|
}
|
|
4400
|
-
),
|
|
4401
|
-
const t = e.icon ??
|
|
4532
|
+
), Uo = r((e) => {
|
|
4533
|
+
const t = e.icon ?? h.magnifyingGlass.default;
|
|
4402
4534
|
return o({
|
|
4403
4535
|
// @ts-ignore
|
|
4404
4536
|
class: `relative flex items-center w-full rounded-xl bg-muted/30 focus-within:ring-2 focus-within:ring-ring transition-all ${e.containerClass || ""}`
|
|
@@ -4433,7 +4565,7 @@ const Xn = r(({ index: e, click: t, state: s }, n) => be({
|
|
|
4433
4565
|
})
|
|
4434
4566
|
]);
|
|
4435
4567
|
});
|
|
4436
|
-
class
|
|
4568
|
+
class ba extends S {
|
|
4437
4569
|
/**
|
|
4438
4570
|
* This will declare the props for the compiler.
|
|
4439
4571
|
*
|
|
@@ -4451,7 +4583,7 @@ class na extends C {
|
|
|
4451
4583
|
return o({ class: `${this.class || ""}` }, this.children);
|
|
4452
4584
|
}
|
|
4453
4585
|
}
|
|
4454
|
-
class
|
|
4586
|
+
class xa extends ba {
|
|
4455
4587
|
/**
|
|
4456
4588
|
* This will be called every time the route
|
|
4457
4589
|
* is activated.
|
|
@@ -4461,15 +4593,15 @@ class aa extends na {
|
|
|
4461
4593
|
update(t) {
|
|
4462
4594
|
}
|
|
4463
4595
|
}
|
|
4464
|
-
const
|
|
4596
|
+
const pa = r((e, t) => (e.class = "basic-page pt-[80px] sm:pt-0 flex flex-auto flex-col " + (e.class || ""), {
|
|
4465
4597
|
tag: "section",
|
|
4466
4598
|
...e,
|
|
4467
4599
|
children: t
|
|
4468
|
-
})),
|
|
4469
|
-
|
|
4600
|
+
})), ya = r(({ title: e, description: t }) => X({ class: "sm:py-8 px-6 md:px-5 flex flex-col" }, [
|
|
4601
|
+
wt({ class: "scroll-m-20 text-3xl font-bold tracking-tight" }, e),
|
|
4470
4602
|
t && k({ class: "text-base text-muted-foreground py-2 max-w-[700px]" }, t)
|
|
4471
4603
|
]));
|
|
4472
|
-
class
|
|
4604
|
+
class Yo extends xa {
|
|
4473
4605
|
/**
|
|
4474
4606
|
* This will declare the props for the compiler.
|
|
4475
4607
|
*
|
|
@@ -4484,133 +4616,141 @@ class Co extends aa {
|
|
|
4484
4616
|
* @returns {object}
|
|
4485
4617
|
*/
|
|
4486
4618
|
render() {
|
|
4487
|
-
return
|
|
4488
|
-
|
|
4619
|
+
return pa([
|
|
4620
|
+
ya({
|
|
4489
4621
|
title: this.title,
|
|
4490
4622
|
description: this.description
|
|
4491
4623
|
}),
|
|
4492
|
-
|
|
4624
|
+
It(this.children)
|
|
4493
4625
|
]);
|
|
4494
4626
|
}
|
|
4495
4627
|
}
|
|
4496
4628
|
export {
|
|
4497
|
-
|
|
4498
|
-
|
|
4499
|
-
|
|
4500
|
-
|
|
4501
|
-
|
|
4502
|
-
|
|
4503
|
-
|
|
4504
|
-
|
|
4505
|
-
|
|
4506
|
-
|
|
4507
|
-
|
|
4508
|
-
|
|
4509
|
-
|
|
4510
|
-
|
|
4511
|
-
|
|
4512
|
-
|
|
4513
|
-
|
|
4514
|
-
|
|
4515
|
-
|
|
4516
|
-
|
|
4517
|
-
|
|
4518
|
-
|
|
4519
|
-
|
|
4520
|
-
|
|
4521
|
-
|
|
4522
|
-
|
|
4523
|
-
|
|
4524
|
-
|
|
4525
|
-
|
|
4526
|
-
|
|
4527
|
-
|
|
4528
|
-
|
|
4529
|
-
|
|
4530
|
-
|
|
4531
|
-
|
|
4532
|
-
|
|
4533
|
-
|
|
4534
|
-
|
|
4535
|
-
|
|
4536
|
-
|
|
4537
|
-
|
|
4538
|
-
|
|
4539
|
-
|
|
4540
|
-
|
|
4541
|
-
|
|
4542
|
-
|
|
4543
|
-
|
|
4544
|
-
|
|
4545
|
-
|
|
4546
|
-
|
|
4547
|
-
|
|
4548
|
-
|
|
4549
|
-
|
|
4550
|
-
|
|
4551
|
-
|
|
4552
|
-
|
|
4553
|
-
|
|
4554
|
-
|
|
4555
|
-
|
|
4556
|
-
|
|
4557
|
-
|
|
4558
|
-
|
|
4629
|
+
go as $,
|
|
4630
|
+
co as A,
|
|
4631
|
+
jo as B,
|
|
4632
|
+
ln as C,
|
|
4633
|
+
ot as D,
|
|
4634
|
+
bo as E,
|
|
4635
|
+
zo as F,
|
|
4636
|
+
Eo as G,
|
|
4637
|
+
Do as H,
|
|
4638
|
+
No as I,
|
|
4639
|
+
Ua as J,
|
|
4640
|
+
Oo as K,
|
|
4641
|
+
Oa as L,
|
|
4642
|
+
to as M,
|
|
4643
|
+
Fa as N,
|
|
4644
|
+
te as O,
|
|
4645
|
+
Aa as P,
|
|
4646
|
+
La as Q,
|
|
4647
|
+
Ea as R,
|
|
4648
|
+
Na as S,
|
|
4649
|
+
ja as T,
|
|
4650
|
+
Ra as U,
|
|
4651
|
+
st as V,
|
|
4652
|
+
uo as W,
|
|
4653
|
+
fo as X,
|
|
4654
|
+
ho as Y,
|
|
4655
|
+
ys as Z,
|
|
4656
|
+
bs as _,
|
|
4657
|
+
zs as a,
|
|
4658
|
+
Qn as a$,
|
|
4659
|
+
Et as a0,
|
|
4660
|
+
gs as a1,
|
|
4661
|
+
ms as a2,
|
|
4662
|
+
xs as a3,
|
|
4663
|
+
A as a4,
|
|
4664
|
+
Yo as a5,
|
|
4665
|
+
Rn as a6,
|
|
4666
|
+
Za as a7,
|
|
4667
|
+
de as a8,
|
|
4668
|
+
ls as a9,
|
|
4669
|
+
la as aA,
|
|
4670
|
+
oo as aB,
|
|
4671
|
+
_a as aC,
|
|
4672
|
+
Sn as aD,
|
|
4673
|
+
so as aE,
|
|
4674
|
+
lo as aF,
|
|
4675
|
+
ro as aG,
|
|
4676
|
+
Fo as aH,
|
|
4677
|
+
Ho as aI,
|
|
4678
|
+
ga as aJ,
|
|
4679
|
+
no as aK,
|
|
4680
|
+
Uo as aL,
|
|
4681
|
+
xo as aM,
|
|
4682
|
+
aa as aN,
|
|
4683
|
+
Se as aO,
|
|
4684
|
+
Ha as aP,
|
|
4685
|
+
Ya as aQ,
|
|
4686
|
+
vo as aR,
|
|
4687
|
+
Wa as aS,
|
|
4688
|
+
Bo as aT,
|
|
4689
|
+
da as aU,
|
|
4690
|
+
ko as aV,
|
|
4559
4691
|
Ma as aW,
|
|
4560
|
-
|
|
4561
|
-
|
|
4562
|
-
|
|
4563
|
-
|
|
4564
|
-
|
|
4565
|
-
|
|
4566
|
-
|
|
4567
|
-
|
|
4568
|
-
|
|
4569
|
-
|
|
4570
|
-
|
|
4571
|
-
|
|
4572
|
-
|
|
4573
|
-
|
|
4574
|
-
|
|
4575
|
-
|
|
4576
|
-
|
|
4577
|
-
|
|
4578
|
-
|
|
4579
|
-
|
|
4580
|
-
|
|
4581
|
-
|
|
4582
|
-
|
|
4583
|
-
|
|
4584
|
-
|
|
4585
|
-
|
|
4586
|
-
|
|
4587
|
-
|
|
4588
|
-
|
|
4589
|
-
|
|
4590
|
-
|
|
4591
|
-
|
|
4592
|
-
|
|
4593
|
-
|
|
4594
|
-
|
|
4692
|
+
io as aX,
|
|
4693
|
+
x as aY,
|
|
4694
|
+
Xa as aZ,
|
|
4695
|
+
Lo as a_,
|
|
4696
|
+
Co as aa,
|
|
4697
|
+
rt as ab,
|
|
4698
|
+
N as ac,
|
|
4699
|
+
jt as ad,
|
|
4700
|
+
za as ae,
|
|
4701
|
+
So as af,
|
|
4702
|
+
lt as ag,
|
|
4703
|
+
pa as ah,
|
|
4704
|
+
Pe as ai,
|
|
4705
|
+
_s as aj,
|
|
4706
|
+
Ao as ak,
|
|
4707
|
+
Ro as al,
|
|
4708
|
+
an as am,
|
|
4709
|
+
Ga as an,
|
|
4710
|
+
it as ao,
|
|
4711
|
+
Jn as ap,
|
|
4712
|
+
ta as aq,
|
|
4713
|
+
ea as ar,
|
|
4714
|
+
ia as as,
|
|
4715
|
+
wo as at,
|
|
4716
|
+
Qa as au,
|
|
4717
|
+
ua as av,
|
|
4718
|
+
ba as aw,
|
|
4719
|
+
Ja as ax,
|
|
4720
|
+
Vs as ay,
|
|
4721
|
+
se as az,
|
|
4722
|
+
ra as b,
|
|
4723
|
+
Xe as b0,
|
|
4724
|
+
O as b1,
|
|
4725
|
+
Ka as b2,
|
|
4726
|
+
Gs as b3,
|
|
4727
|
+
fs as b4,
|
|
4728
|
+
Ia as b5,
|
|
4729
|
+
Da as b6,
|
|
4730
|
+
B as b7,
|
|
4731
|
+
yo as b8,
|
|
4732
|
+
Ta as c,
|
|
4733
|
+
xa as d,
|
|
4734
|
+
$o as e,
|
|
4595
4735
|
b as f,
|
|
4596
|
-
|
|
4736
|
+
en as g,
|
|
4597
4737
|
Rt as h,
|
|
4598
|
-
|
|
4599
|
-
|
|
4600
|
-
|
|
4601
|
-
|
|
4602
|
-
|
|
4603
|
-
|
|
4604
|
-
|
|
4605
|
-
|
|
4606
|
-
|
|
4607
|
-
|
|
4608
|
-
|
|
4609
|
-
|
|
4610
|
-
|
|
4611
|
-
|
|
4612
|
-
|
|
4613
|
-
|
|
4614
|
-
|
|
4615
|
-
|
|
4738
|
+
Wt as i,
|
|
4739
|
+
An as j,
|
|
4740
|
+
Ba as k,
|
|
4741
|
+
ao as l,
|
|
4742
|
+
Pa as m,
|
|
4743
|
+
eo as n,
|
|
4744
|
+
po as o,
|
|
4745
|
+
Io as p,
|
|
4746
|
+
Ws as q,
|
|
4747
|
+
To as r,
|
|
4748
|
+
jn as s,
|
|
4749
|
+
Va as t,
|
|
4750
|
+
Mo as u,
|
|
4751
|
+
Po as v,
|
|
4752
|
+
qa as w,
|
|
4753
|
+
re as x,
|
|
4754
|
+
sn as y,
|
|
4755
|
+
mo as z
|
|
4616
4756
|
};
|