@base-framework/ui 1.2.24 → 1.2.26
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-D_x8yrDO.js → confirmation-mnlhE93w.js} +6 -6
- package/dist/{full-page-Bpc7f0Jt.js → full-page-CbpTbpJf.js} +846 -714
- 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-Cz6lSUfb.js → sidebar-menu-D5VxMCLC.js} +3 -3
- package/dist/{sidebar-menu-page-CLM-ilyW.js → sidebar-menu-page-C6gtJ-5U.js} +2 -2
- package/dist/{signature-panel-1e4qD4XV.js → signature-panel-BOh8VNYa.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 _e 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 ma extends _e {
|
|
|
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
|
),
|
|
@@ -237,7 +237,7 @@ const ae = {
|
|
|
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 ba extends C {
|
|
|
268
268
|
* @returns {object}
|
|
269
269
|
*/
|
|
270
270
|
render() {
|
|
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,
|
|
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,7 +283,7 @@ class ba extends C {
|
|
|
283
283
|
]);
|
|
284
284
|
}
|
|
285
285
|
}
|
|
286
|
-
const
|
|
286
|
+
const Ba = r((e, t) => {
|
|
287
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,
|
|
@@ -295,42 +295,34 @@ const xa = 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
|
-
return (e ? e.replace(/^#\/?/, "") : globalThis.location?.pathname || "/").replace(/^\/+/, "");
|
|
302
|
-
};
|
|
301
|
+
return (e ? e.replace(/^#\/?/, "") : globalThis.location?.pathname || "/").replace(/^\/+/, "").replace(/\/+$/, "");
|
|
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
|
-
|
|
307
|
-
const s = String(t[2] || "").replace(/^[#/]+/, "");
|
|
308
|
-
for (const [n, a] of Y)
|
|
309
|
-
a.basePath && s !== a.basePath && !s.startsWith(a.basePath + "/") && Y.delete(n);
|
|
310
|
-
return e.apply(this, t);
|
|
306
|
+
return oe++, e.apply(this, t);
|
|
311
307
|
};
|
|
312
308
|
}
|
|
313
|
-
const
|
|
314
|
-
const t = e || "";
|
|
315
|
-
if (
|
|
316
|
-
return
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
const s = {
|
|
321
|
-
historyLength: globalThis.history.length,
|
|
322
|
-
pushCount: qe,
|
|
323
|
-
basePath: Tt()
|
|
309
|
+
const Ze = (e) => {
|
|
310
|
+
const t = e || "", s = Bt(), n = ue.get(t);
|
|
311
|
+
if (n && zt(s, n.basePath))
|
|
312
|
+
return n;
|
|
313
|
+
const a = {
|
|
314
|
+
pushCount: oe,
|
|
315
|
+
basePath: s
|
|
324
316
|
};
|
|
325
|
-
return
|
|
326
|
-
},
|
|
327
|
-
|
|
328
|
-
},
|
|
317
|
+
return ue.set(t, a), a;
|
|
318
|
+
}, et = (e) => {
|
|
319
|
+
ue.delete(e || "");
|
|
320
|
+
}, L = (e) => r((t, s) => w({
|
|
329
321
|
...e,
|
|
330
322
|
...t,
|
|
331
323
|
// @ts-ignore
|
|
332
324
|
class: `bttn ${e.class} ${t.class || ""}`
|
|
333
|
-
}, s)),
|
|
325
|
+
}, s)), we = r(
|
|
334
326
|
(e, t) => w({
|
|
335
327
|
...e,
|
|
336
328
|
// @ts-ignore
|
|
@@ -342,40 +334,40 @@ const Ge = (e) => {
|
|
|
342
334
|
// @ts-ignore
|
|
343
335
|
e.icon && e.position === "right" ? x({ size: e.size || "sm", class: e.animation ?? null }, e.icon) : null
|
|
344
336
|
])
|
|
345
|
-
),
|
|
337
|
+
), ze = (e) => r((t, s) => we({
|
|
346
338
|
...e,
|
|
347
339
|
...t,
|
|
348
340
|
// @ts-ignore
|
|
349
341
|
class: `bttn ${e.class} ${t.class || ""}`
|
|
350
|
-
}, s)),
|
|
351
|
-
const t =
|
|
342
|
+
}, s)), Ot = (e) => {
|
|
343
|
+
const t = Ze(e.backUrl);
|
|
352
344
|
return () => {
|
|
353
|
-
|
|
354
|
-
const n =
|
|
345
|
+
et(e.backUrl);
|
|
346
|
+
const n = oe - t.pushCount + 1;
|
|
355
347
|
if (e.allowHistory === !0 && t.pushCount > 0) {
|
|
356
348
|
globalThis.history.go(-n);
|
|
357
349
|
return;
|
|
358
350
|
}
|
|
359
351
|
e.backUrl && app.navigate(e.backUrl);
|
|
360
352
|
};
|
|
361
|
-
},
|
|
353
|
+
}, Nt = (e) => r((t, s) => (t.icon = t.icon || h.arrows.left, t.click = t.click || Ot(t), we({
|
|
362
354
|
...e,
|
|
363
355
|
...t
|
|
364
|
-
}, s))),
|
|
365
|
-
const t =
|
|
356
|
+
}, s))), Ft = (e) => {
|
|
357
|
+
const t = Ze(e.backUrl);
|
|
366
358
|
return () => {
|
|
367
|
-
|
|
368
|
-
const n =
|
|
359
|
+
et(e.backUrl);
|
|
360
|
+
const n = oe - t.pushCount + 1;
|
|
369
361
|
if (t.pushCount > 0) {
|
|
370
362
|
globalThis.history.go(-n);
|
|
371
363
|
return;
|
|
372
364
|
}
|
|
373
365
|
e.backUrl && app.navigate(e.backUrl);
|
|
374
366
|
};
|
|
375
|
-
},
|
|
367
|
+
}, Lt = (e) => r((t, s) => (t.icon = t.icon || h.arrows.left, t.click = t.click || Ft(t), we({
|
|
376
368
|
...e,
|
|
377
369
|
...t
|
|
378
|
-
}, s))),
|
|
370
|
+
}, s))), At = r((e, t) => {
|
|
379
371
|
const s = e.size || "md", n = {
|
|
380
372
|
xs: "w-6 h-6",
|
|
381
373
|
sm: "w-8 h-8",
|
|
@@ -392,42 +384,42 @@ const Ge = (e) => {
|
|
|
392
384
|
e.icon ? x({ size: s === "xs" ? "xs" : "sm" }, e.icon) : null,
|
|
393
385
|
...t || []
|
|
394
386
|
]);
|
|
395
|
-
}),
|
|
396
|
-
primary:
|
|
397
|
-
secondary:
|
|
398
|
-
destructive:
|
|
399
|
-
warning:
|
|
400
|
-
outline:
|
|
401
|
-
ghost:
|
|
402
|
-
link:
|
|
403
|
-
icon:
|
|
404
|
-
withIcon:
|
|
405
|
-
back:
|
|
406
|
-
smartBack:
|
|
407
|
-
circleIcon:
|
|
408
|
-
}, 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) => {
|
|
409
401
|
const s = e.margin ?? "my-5 mx-5", n = e.padding ?? "p-4", a = e.border ?? "border-border";
|
|
410
402
|
return e.hover && (e.class += " hover:shadow-lg hover:bg-muted/50"), o({
|
|
411
403
|
...e,
|
|
412
404
|
// @ts-ignore
|
|
413
405
|
class: `rounded-lg ${a} bg-card text-card-foreground shadow-md min-w-[120px] min-h-[80px] ${s} ${n} ${e.class || ""}`
|
|
414
406
|
}, t);
|
|
415
|
-
}),
|
|
407
|
+
}), jt = r((e, t) => ht({
|
|
416
408
|
...e,
|
|
417
409
|
// @ts-ignore
|
|
418
410
|
class: ` font-medium -mt-4 -mx-1 px-2 py-2 ${e.class || ""}`
|
|
419
|
-
}, t)),
|
|
411
|
+
}, t)), Oa = r((e, t) => {
|
|
420
412
|
const s = e.border === "full" ? "border rounded-md" : "border-t";
|
|
421
|
-
return
|
|
413
|
+
return ft({
|
|
422
414
|
...e,
|
|
423
415
|
// @ts-ignore
|
|
424
416
|
class: `p-6 ${s} ${e.class || ""}`
|
|
425
417
|
}, [
|
|
426
418
|
// @ts-ignore
|
|
427
|
-
e.legend &&
|
|
419
|
+
e.legend && jt(e.legend),
|
|
428
420
|
o({ class: "flex flex-auto flex-col gap-y-6" }, t)
|
|
429
421
|
]);
|
|
430
|
-
}),
|
|
422
|
+
}), Et = r((e, t) => {
|
|
431
423
|
const s = e.border === !0 ? "border-t" : "";
|
|
432
424
|
return o({
|
|
433
425
|
...e,
|
|
@@ -442,14 +434,14 @@ const Ge = (e) => {
|
|
|
442
434
|
class: `flex flex-auto flex-col gap-y-1 ${e.labelProps?.class || ""}`
|
|
443
435
|
}, [
|
|
444
436
|
// @ts-ignore
|
|
445
|
-
|
|
437
|
+
We({ class: "text-base" }, e.label),
|
|
446
438
|
// @ts-ignore
|
|
447
439
|
e.description && k({ class: "text-sm text-muted-foreground" }, e.description)
|
|
448
440
|
]),
|
|
449
441
|
// Controls container: grows to fill remaining space, spacing between items
|
|
450
442
|
o({ class: "flex flex-col gap-y-4" }, t)
|
|
451
443
|
]);
|
|
452
|
-
}),
|
|
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({
|
|
453
445
|
id: e,
|
|
454
446
|
cache: "checkbox",
|
|
455
447
|
class: "absolute opacity-0 w-full h-full cursor-pointer pointer-events-none",
|
|
@@ -459,19 +451,19 @@ const Ge = (e) => {
|
|
|
459
451
|
required: n,
|
|
460
452
|
checked: t,
|
|
461
453
|
bind: s
|
|
462
|
-
}),
|
|
463
|
-
|
|
454
|
+
}), Yt = () => u({ class: "absolute text-xs pointer-events-none" }, [
|
|
455
|
+
M(
|
|
464
456
|
"checked",
|
|
465
|
-
(e) => e ?
|
|
457
|
+
(e) => e ? j({
|
|
466
458
|
class: "w-2 h-2 pointer-events-none",
|
|
467
|
-
html:
|
|
459
|
+
html: h.check
|
|
468
460
|
}) : null
|
|
469
461
|
)
|
|
470
|
-
]),
|
|
462
|
+
]), _t = ({ id: e, bind: t, checked: s, required: n, clickHandler: a }) => o({
|
|
471
463
|
class: `relative flex items-center justify-center w-5 h-5 transition-colors duration-200 hover:border-accent-foreground
|
|
472
464
|
rounded-md border
|
|
473
|
-
${
|
|
474
|
-
${
|
|
465
|
+
${$}
|
|
466
|
+
${C}`.trim(),
|
|
475
467
|
onState: [
|
|
476
468
|
"checked",
|
|
477
469
|
{
|
|
@@ -487,13 +479,13 @@ const Ge = (e) => {
|
|
|
487
479
|
tabIndex: 0,
|
|
488
480
|
click: a
|
|
489
481
|
}, [
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
]),
|
|
482
|
+
Ut({ bind: t, checked: s, id: e, required: n }),
|
|
483
|
+
Yt()
|
|
484
|
+
]), Vt = ({ id: e, label: t, clickHandler: s }) => E({
|
|
493
485
|
class: "text-base cursor-pointer",
|
|
494
486
|
htmlFor: e,
|
|
495
487
|
click: s
|
|
496
|
-
}, t),
|
|
488
|
+
}, t), Wt = P(
|
|
497
489
|
{
|
|
498
490
|
/**
|
|
499
491
|
* This will initialize the state of the checkbox.
|
|
@@ -532,7 +524,7 @@ const Ge = (e) => {
|
|
|
532
524
|
render() {
|
|
533
525
|
const e = this.getId(), t = (s) => this.clickHandler(s);
|
|
534
526
|
return o({ class: `flex items-center gap-x-2 cursor-pointer ${this.class || ""}` }, [
|
|
535
|
-
|
|
527
|
+
_t({
|
|
536
528
|
id: e,
|
|
537
529
|
// @ts-ignore
|
|
538
530
|
bind: this.bind,
|
|
@@ -544,22 +536,154 @@ const Ge = (e) => {
|
|
|
544
536
|
clickHandler: t
|
|
545
537
|
}),
|
|
546
538
|
// @ts-ignore
|
|
547
|
-
this.label &&
|
|
539
|
+
this.label && Vt({ id: e, label: this.label, clickHandler: t })
|
|
548
540
|
]);
|
|
549
541
|
}
|
|
550
542
|
}
|
|
551
|
-
),
|
|
543
|
+
), qt = (e) => {
|
|
552
544
|
if (!e || e.length === 0) return "";
|
|
553
545
|
const s = e.replace(/\D/g, "").match(/^(\d{0,3})(\d{0,3})(\d{0,4})$/);
|
|
554
546
|
return s ? s[2] ? `(${s[1]}) ${s[2]}${s[3] ? "-" + s[3] : ""}` : s[1] || "" : e;
|
|
555
|
-
},
|
|
556
|
-
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-muted-foreground",
|
|
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-muted-foreground",
|
|
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-muted-foreground",
|
|
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-muted-foreground",
|
|
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);
|
|
557
681
|
s && (t.value = s);
|
|
558
682
|
}, N = r((e) => p({
|
|
559
683
|
...e,
|
|
560
684
|
// @ts-ignore
|
|
561
|
-
class: `${
|
|
562
|
-
})),
|
|
685
|
+
class: `${ve} ${e.class || ""}`.trim()
|
|
686
|
+
})), Ha = r((e) => N({
|
|
563
687
|
...e,
|
|
564
688
|
type: "tel",
|
|
565
689
|
// @ts-ignore
|
|
@@ -569,8 +693,8 @@ const Ge = (e) => {
|
|
|
569
693
|
placeholder: "(555) 555-5555",
|
|
570
694
|
// @ts-ignore
|
|
571
695
|
pattern: e.pattern || "\\(\\d{3}\\) \\d{3}-\\d{4}",
|
|
572
|
-
keyup:
|
|
573
|
-
})),
|
|
696
|
+
keyup: as
|
|
697
|
+
})), Ua = r((e) => N({
|
|
574
698
|
...e,
|
|
575
699
|
type: "email",
|
|
576
700
|
// @ts-ignore
|
|
@@ -578,47 +702,47 @@ const Ge = (e) => {
|
|
|
578
702
|
// @ts-ignore
|
|
579
703
|
label: e.label || "Email",
|
|
580
704
|
placeholder: "Email address"
|
|
581
|
-
})),
|
|
705
|
+
})), Ya = r((e) => qe({
|
|
582
706
|
...e,
|
|
583
707
|
as: "textarea",
|
|
584
708
|
// @ts-ignore
|
|
585
|
-
class: `flex w-full h-24 px-3 py-2 text-sm ${
|
|
586
|
-
})),
|
|
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" }, [
|
|
587
711
|
p({
|
|
588
712
|
...e,
|
|
589
713
|
type: "radio",
|
|
590
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()
|
|
591
715
|
}),
|
|
592
|
-
e.label &&
|
|
593
|
-
]),
|
|
716
|
+
e.label && E({ forHTML: e.value, class: "cursor-pointer" }, e.label)
|
|
717
|
+
]), Va = r((e) => p({
|
|
594
718
|
...e,
|
|
595
719
|
type: "date",
|
|
596
720
|
// @ts-ignore
|
|
597
|
-
class: `${
|
|
598
|
-
})),
|
|
721
|
+
class: `${D} ${$} ${H} ${C} px-3 py-2 text-sm ring-offset-background ${e.class || ""}`.trim()
|
|
722
|
+
})), Wa = r((e) => p({
|
|
599
723
|
...e,
|
|
600
724
|
type: "time",
|
|
601
725
|
// @ts-ignore
|
|
602
|
-
class: `${
|
|
603
|
-
})),
|
|
726
|
+
class: `${D} ${$} ${H} ${C} px-3 py-2 text-sm ring-offset-background ${e.class || ""}`.trim()
|
|
727
|
+
})), qa = r((e) => p({
|
|
604
728
|
...e,
|
|
605
729
|
type: "datetime-local",
|
|
606
730
|
// @ts-ignore
|
|
607
|
-
class: `${
|
|
608
|
-
})),
|
|
731
|
+
class: `${D} ${$} ${H} ${C} px-3 py-2 text-sm ring-offset-background ${e.class || ""}`.trim()
|
|
732
|
+
})), Ga = r((e) => p({
|
|
609
733
|
...e,
|
|
610
734
|
type: "month",
|
|
611
735
|
// @ts-ignore
|
|
612
|
-
class: `${
|
|
613
|
-
})),
|
|
736
|
+
class: `${D} ${$} ${H} ${C} px-3 py-2 text-sm ring-offset-background ${e.class || ""}`.trim()
|
|
737
|
+
})), Ka = r((e) => p({
|
|
614
738
|
...e,
|
|
615
739
|
type: "week",
|
|
616
740
|
// @ts-ignore
|
|
617
|
-
class: `${
|
|
618
|
-
})),
|
|
741
|
+
class: `${D} ${$} ${H} ${C} px-3 py-2 text-sm ring-offset-background ${e.class || ""}`.trim()
|
|
742
|
+
})), Qa = r((e) => N({
|
|
619
743
|
...e,
|
|
620
744
|
type: "number"
|
|
621
|
-
})),
|
|
745
|
+
})), Ja = r((e) => N({
|
|
622
746
|
...e,
|
|
623
747
|
type: "password"
|
|
624
748
|
}));
|
|
@@ -626,29 +750,29 @@ r((e) => N({
|
|
|
626
750
|
...e,
|
|
627
751
|
type: "search"
|
|
628
752
|
}));
|
|
629
|
-
const
|
|
753
|
+
const Xa = r((e) => N({
|
|
630
754
|
...e,
|
|
631
755
|
type: "url"
|
|
632
|
-
})),
|
|
756
|
+
})), Za = r((e) => N({
|
|
633
757
|
...e,
|
|
634
758
|
type: "hidden"
|
|
635
|
-
})),
|
|
759
|
+
})), eo = r((e) => p({
|
|
636
760
|
...e,
|
|
637
761
|
type: "color",
|
|
638
762
|
// @ts-ignore
|
|
639
|
-
class: `${
|
|
763
|
+
class: `${D} text-foreground p-0 ${C} ${e.class || ""}`.trim()
|
|
640
764
|
}));
|
|
641
|
-
r((e) =>
|
|
765
|
+
r((e) => he({
|
|
642
766
|
...e,
|
|
643
767
|
// @ts-ignore
|
|
644
|
-
class: `flex h-4 w-4 text-foreground ${
|
|
768
|
+
class: `flex h-4 w-4 text-foreground ${D} ${$} ${C} ${e.class || ""}`.trim()
|
|
645
769
|
}));
|
|
646
|
-
const
|
|
770
|
+
const os = "file:border-0 file:bg-transparent file:text-sm file:font-medium file:text-foreground", to = r((e) => p({
|
|
647
771
|
...e,
|
|
648
772
|
type: "file",
|
|
649
773
|
// @ts-ignore
|
|
650
|
-
class: `${
|
|
651
|
-
})),
|
|
774
|
+
class: `${ve} ${os} ${e.class || ""}`.trim()
|
|
775
|
+
})), so = O(
|
|
652
776
|
{
|
|
653
777
|
/**
|
|
654
778
|
* This will create the initial state of the RangeSlider.
|
|
@@ -681,7 +805,7 @@ const Wt = "file:border-0 file:bg-transparent file:text-sm file:font-medium file
|
|
|
681
805
|
return o({ class: "relative w-full h-4 flex items-center" }, [
|
|
682
806
|
// Track
|
|
683
807
|
o({ class: "absolute h-2 w-full rounded-full bg-muted" }),
|
|
684
|
-
|
|
808
|
+
V(({ state: e }) => [
|
|
685
809
|
// Filled Track
|
|
686
810
|
o({
|
|
687
811
|
class: "absolute h-2 bg-primary rounded-full",
|
|
@@ -706,8 +830,8 @@ const Wt = "file:border-0 file:bg-transparent file:text-sm file:font-medium file
|
|
|
706
830
|
// Incorporate your new classes here
|
|
707
831
|
class: `
|
|
708
832
|
absolute w-full h-full opacity-0 cursor-pointer
|
|
709
|
-
${
|
|
710
|
-
${
|
|
833
|
+
${$}
|
|
834
|
+
${C}
|
|
711
835
|
${this.class || ""}
|
|
712
836
|
`.trim(),
|
|
713
837
|
bind: this.bind,
|
|
@@ -720,15 +844,15 @@ const Wt = "file:border-0 file:bg-transparent file:text-sm file:font-medium file
|
|
|
720
844
|
]);
|
|
721
845
|
}
|
|
722
846
|
}
|
|
723
|
-
),
|
|
847
|
+
), no = r((e) => ({
|
|
724
848
|
tag: "select",
|
|
725
849
|
onCreated(t) {
|
|
726
|
-
e.options &&
|
|
850
|
+
e.options && Qe.setupSelectOptions(t, e.options);
|
|
727
851
|
},
|
|
728
852
|
...e,
|
|
729
853
|
// @ts-ignore
|
|
730
|
-
class: `${
|
|
731
|
-
})),
|
|
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({
|
|
732
856
|
class: `absolute w-full h-full object-cover fadeIn ${s}`,
|
|
733
857
|
src: e,
|
|
734
858
|
alt: t,
|
|
@@ -737,7 +861,7 @@ const Wt = "file:border-0 file:bg-transparent file:text-sm file:font-medium file
|
|
|
737
861
|
* If there's an error loading the image, hide it.
|
|
738
862
|
*/
|
|
739
863
|
error: (a) => a.target.style.visibility = "hidden"
|
|
740
|
-
})),
|
|
864
|
+
})), rs = (e) => !e || isNaN(e) ? null : e, Ne = (e, t) => {
|
|
741
865
|
const s = e, n = 16, a = 2 * Math.PI * n, l = s / 100 * a, i = `
|
|
742
866
|
<svg class="w-40 h-40 mx-auto" viewBox="0 0 36 36" xmlns="http://www.w3.org/2000/svg">
|
|
743
867
|
<!-- Background Circle -->
|
|
@@ -780,20 +904,20 @@ const Wt = "file:border-0 file:bg-transparent file:text-sm file:font-medium file
|
|
|
780
904
|
class: "circle-graph text-inherit",
|
|
781
905
|
html: i
|
|
782
906
|
});
|
|
783
|
-
},
|
|
784
|
-
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);
|
|
785
909
|
return o({
|
|
786
910
|
class: "circle-graph-wrap",
|
|
787
911
|
onSet: [
|
|
788
912
|
// @ts-ignore
|
|
789
913
|
e.prop,
|
|
790
|
-
(a) => (a =
|
|
914
|
+
(a) => (a = rs(a), a ? Ne(a, s) : n)
|
|
791
915
|
]
|
|
792
916
|
}, [n]);
|
|
793
|
-
}),
|
|
917
|
+
}), is = () => V(({ state: e }) => o({
|
|
794
918
|
class: "absolute h-full rounded-full bg-primary transition-all duration-300",
|
|
795
919
|
style: ["width: [[progress]]%;", e]
|
|
796
|
-
})),
|
|
920
|
+
})), oo = O(
|
|
797
921
|
{
|
|
798
922
|
/**
|
|
799
923
|
* This will render the progress bar component.
|
|
@@ -802,7 +926,7 @@ const Wt = "file:border-0 file:bg-transparent file:text-sm file:font-medium file
|
|
|
802
926
|
*/
|
|
803
927
|
render() {
|
|
804
928
|
return o({ class: "relative w-full h-4 rounded-full bg-muted" }, [
|
|
805
|
-
|
|
929
|
+
is()
|
|
806
930
|
]);
|
|
807
931
|
},
|
|
808
932
|
/**
|
|
@@ -845,7 +969,7 @@ const Wt = "file:border-0 file:bg-transparent file:text-sm file:font-medium file
|
|
|
845
969
|
e < 0 && (e = 0), e > 100 && (e = 100), this.state.progress = e;
|
|
846
970
|
}
|
|
847
971
|
}
|
|
848
|
-
),
|
|
972
|
+
), lo = r((e = {}) => {
|
|
849
973
|
const {
|
|
850
974
|
class: t = "",
|
|
851
975
|
background: s = !0,
|
|
@@ -854,7 +978,7 @@ const Wt = "file:border-0 file:bg-transparent file:text-sm file:font-medium file
|
|
|
854
978
|
blurClass: l = "backdrop-blur",
|
|
855
979
|
zIndexClass: i = "z-9999",
|
|
856
980
|
style: c = ""
|
|
857
|
-
} = e,
|
|
981
|
+
} = e, f = [
|
|
858
982
|
"sticky bottom-0 left-0 right-0 w-full",
|
|
859
983
|
i,
|
|
860
984
|
s ? a : "",
|
|
@@ -862,11 +986,11 @@ const Wt = "file:border-0 file:bg-transparent file:text-sm file:font-medium file
|
|
|
862
986
|
t
|
|
863
987
|
].filter(Boolean).join(" "), m = `height: env(safe-area-inset-bottom, 0px);${c ? ` ${c}` : ""}`;
|
|
864
988
|
return o({
|
|
865
|
-
class:
|
|
989
|
+
class: f,
|
|
866
990
|
style: m,
|
|
867
991
|
"aria-hidden": "true"
|
|
868
992
|
});
|
|
869
|
-
}),
|
|
993
|
+
}), ro = r((e = {}) => {
|
|
870
994
|
const {
|
|
871
995
|
class: t = "",
|
|
872
996
|
background: s = !0,
|
|
@@ -875,7 +999,7 @@ const Wt = "file:border-0 file:bg-transparent file:text-sm file:font-medium file
|
|
|
875
999
|
blurClass: l = "backdrop-blur",
|
|
876
1000
|
zIndexClass: i = "z-9999",
|
|
877
1001
|
style: c = ""
|
|
878
|
-
} = e,
|
|
1002
|
+
} = e, f = [
|
|
879
1003
|
"fixed top-0 left-0 right-0 w-full",
|
|
880
1004
|
i,
|
|
881
1005
|
s ? a : "",
|
|
@@ -883,11 +1007,11 @@ const Wt = "file:border-0 file:bg-transparent file:text-sm file:font-medium file
|
|
|
883
1007
|
t
|
|
884
1008
|
].filter(Boolean).join(" "), m = `height: env(safe-area-inset-top, 0px);${c ? ` ${c}` : ""}`;
|
|
885
1009
|
return o({
|
|
886
|
-
class:
|
|
1010
|
+
class: f,
|
|
887
1011
|
style: m,
|
|
888
1012
|
"aria-hidden": "true"
|
|
889
1013
|
});
|
|
890
|
-
}),
|
|
1014
|
+
}), Fe = {
|
|
891
1015
|
top: "bottom-full left-1/2 transform -translate-x-1/2 mb-2",
|
|
892
1016
|
"top-right": "bottom-full left-full transform -translate-x-1 mb-2",
|
|
893
1017
|
"top-left": "bottom-full right-full transform translate-x-1 mb-2",
|
|
@@ -896,19 +1020,19 @@ const Wt = "file:border-0 file:bg-transparent file:text-sm file:font-medium file
|
|
|
896
1020
|
"bottom-left": "top-full right-full transform translate-x-1 mt-2",
|
|
897
1021
|
left: "top-1/2 right-full transform -translate-y-1/2 mr-2",
|
|
898
1022
|
right: "top-1/2 left-full transform -translate-y-1/2 ml-2"
|
|
899
|
-
},
|
|
900
|
-
const n =
|
|
1023
|
+
}, cs = (e) => Fe[String(e)] || Fe.top, io = r(({ position: e = "top", content: t }, s) => {
|
|
1024
|
+
const n = cs(e);
|
|
901
1025
|
return Array.isArray(s) === !1 && (s = [s]), o({ class: "relative group inline-block" }, [
|
|
902
1026
|
...s,
|
|
903
1027
|
// Tooltip box
|
|
904
|
-
|
|
1028
|
+
u({
|
|
905
1029
|
class: `
|
|
906
1030
|
absolute z-20 px-2 py-1 border text-sm bg-background rounded shadow-md opacity-0 whitespace-nowrap
|
|
907
1031
|
group-hover:opacity-100 transition-opacity duration-200 ${n} pointer-events-none
|
|
908
1032
|
`
|
|
909
1033
|
}, t)
|
|
910
1034
|
]);
|
|
911
|
-
}),
|
|
1035
|
+
}), Le = {
|
|
912
1036
|
info: {
|
|
913
1037
|
borderColor: "border-blue-500",
|
|
914
1038
|
bgColor: "bg-muted/10",
|
|
@@ -934,25 +1058,25 @@ const Wt = "file:border-0 file:bg-transparent file:text-sm file:font-medium file
|
|
|
934
1058
|
bgColor: "bg-muted/10",
|
|
935
1059
|
iconColor: "text-muted-foreground"
|
|
936
1060
|
}
|
|
937
|
-
},
|
|
1061
|
+
}, ds = (e, t) => o({ class: `flex items-center justify-center h-6 w-6 mr-3 ${t}` }, [
|
|
938
1062
|
x({ size: "sm" }, e)
|
|
939
|
-
]),
|
|
940
|
-
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;
|
|
941
1065
|
return o({ class: `flex items-start p-4 border rounded-lg ${l} ${a}` }, [
|
|
942
1066
|
// Icon and content
|
|
943
|
-
s &&
|
|
1067
|
+
s && ds(s, i),
|
|
944
1068
|
o({ class: "flex flex-col" }, [
|
|
945
|
-
|
|
946
|
-
|
|
1069
|
+
us(e),
|
|
1070
|
+
hs(t)
|
|
947
1071
|
])
|
|
948
1072
|
]);
|
|
949
|
-
}),
|
|
1073
|
+
}), fs = (e, t) => {
|
|
950
1074
|
const s = e ? e.getBoundingClientRect() : { top: 0, bottom: 0, left: 0 }, n = t.getBoundingClientRect(), a = 10, l = globalThis.scrollX, i = globalThis.scrollY;
|
|
951
|
-
let c = s.left + l,
|
|
1075
|
+
let c = s.left + l, f = s.bottom + i;
|
|
952
1076
|
const m = globalThis.innerHeight - s.bottom, v = s.top;
|
|
953
|
-
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 };
|
|
954
1078
|
};
|
|
955
|
-
class se extends
|
|
1079
|
+
class se extends S {
|
|
956
1080
|
/**
|
|
957
1081
|
* This will set up the data.
|
|
958
1082
|
*
|
|
@@ -1029,7 +1153,7 @@ class se extends C {
|
|
|
1029
1153
|
* @returns {void}
|
|
1030
1154
|
*/
|
|
1031
1155
|
updatePosition() {
|
|
1032
|
-
const t = this.button ?? null, s = this.panel, n =
|
|
1156
|
+
const t = this.button ?? null, s = this.panel, n = fs(t, s);
|
|
1033
1157
|
this.data.position = n;
|
|
1034
1158
|
}
|
|
1035
1159
|
/**
|
|
@@ -1081,29 +1205,29 @@ class se extends C {
|
|
|
1081
1205
|
this?.panel?.hidePopover();
|
|
1082
1206
|
}
|
|
1083
1207
|
}
|
|
1084
|
-
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" }, [
|
|
1085
1209
|
// @ts-ignore
|
|
1086
|
-
e.title &&
|
|
1210
|
+
e.title && J({ class: "text-lg font-semibold py-4 px-6" }, e.title),
|
|
1087
1211
|
// @ts-ignore
|
|
1088
1212
|
e.description && k({ class: "text-sm text-muted-foreground pb-4 px-6 max-w-[700px]" }, e.description),
|
|
1089
1213
|
...t
|
|
1090
|
-
])),
|
|
1214
|
+
])), ho = r((e, t = []) => (
|
|
1091
1215
|
// @ts-ignore
|
|
1092
|
-
|
|
1216
|
+
Et({ label: e.label, description: e.description, class: "py-4 px-6", border: e.border }, [
|
|
1093
1217
|
o({ class: "flex flex-col gap-y-6" }, t)
|
|
1094
1218
|
])
|
|
1095
|
-
)),
|
|
1219
|
+
)), fo = r((e, t = []) => {
|
|
1096
1220
|
const s = e.border ? "border-t" : "";
|
|
1097
1221
|
return o({ ...e, class: `flex flex-col pb-4 px-6 gap-y-4 ${s} ${e.class || ""}` }, t);
|
|
1098
|
-
}),
|
|
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) ? {
|
|
1099
1223
|
...n,
|
|
1100
1224
|
aria: {
|
|
1101
1225
|
invalid: ["hasError"]
|
|
1102
1226
|
},
|
|
1103
1227
|
invalid: s,
|
|
1104
1228
|
input: t
|
|
1105
|
-
} : n),
|
|
1106
|
-
const a =
|
|
1229
|
+
} : n), ys = r((e, t) => {
|
|
1230
|
+
const a = tt(t, (l) => {
|
|
1107
1231
|
l.target.checkValidity() && e.setError(null);
|
|
1108
1232
|
}, (l) => {
|
|
1109
1233
|
e.setError(l.target.validationMessage);
|
|
@@ -1112,7 +1236,7 @@ const es = r((e, t) => o({ ...e, class: "flex flex-auto flex-col gap-y-2" }, t))
|
|
|
1112
1236
|
...e,
|
|
1113
1237
|
class: "w-full"
|
|
1114
1238
|
}, a);
|
|
1115
|
-
}),
|
|
1239
|
+
}), go = O(
|
|
1116
1240
|
{
|
|
1117
1241
|
/**
|
|
1118
1242
|
* The initial state of the FormField.
|
|
@@ -1137,47 +1261,47 @@ const es = r((e, t) => o({ ...e, class: "flex flex-auto flex-col gap-y-2" }, t))
|
|
|
1137
1261
|
this.state.error = l, this.state.hasError = !!l;
|
|
1138
1262
|
};
|
|
1139
1263
|
return o({ class: "flex flex-auto gap-y-4" }, [
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1264
|
+
gs([
|
|
1265
|
+
ms({ htmlFor: t }, s),
|
|
1266
|
+
ys({
|
|
1143
1267
|
id: t,
|
|
1144
1268
|
name: e,
|
|
1145
1269
|
value: this.state.value,
|
|
1146
1270
|
setError: a
|
|
1147
1271
|
}, this.children),
|
|
1148
|
-
n &&
|
|
1149
|
-
o({ onState: ["error", (l) => l &&
|
|
1272
|
+
n && bs({ id: this.getId("description") }, n),
|
|
1273
|
+
o({ onState: ["error", (l) => l && xs(l)] })
|
|
1150
1274
|
])
|
|
1151
1275
|
]);
|
|
1152
1276
|
}
|
|
1153
1277
|
}
|
|
1154
|
-
),
|
|
1278
|
+
), ws = (e, t, s = null) => {
|
|
1155
1279
|
e.target.checkValidity() && (e.preventDefault(), s && s(e, t));
|
|
1156
|
-
},
|
|
1280
|
+
}, st = r(
|
|
1157
1281
|
(e, t) => (
|
|
1158
1282
|
// @ts-ignore
|
|
1159
|
-
|
|
1283
|
+
mt({ ...e, submit: (s, n) => ws(s, n, e.submit), class: `w-full ${e.class ?? ""}` }, t)
|
|
1160
1284
|
)
|
|
1161
|
-
),
|
|
1285
|
+
), mo = r((e, t) => (
|
|
1162
1286
|
// @ts-ignore
|
|
1163
1287
|
o({ ...e, class: `flex flex-auto flex-col gap-y-6 p-4 md:p-6 divide-y ${e.class || ""}` }, t)
|
|
1164
|
-
)),
|
|
1288
|
+
)), bo = r((e, t = []) => o({ class: "flex flex-col gap-y-3 py-4" }, [
|
|
1165
1289
|
// @ts-ignore
|
|
1166
|
-
e.title &&
|
|
1290
|
+
e.title && J({ class: "font-semibold" }, e.title),
|
|
1167
1291
|
...t
|
|
1168
|
-
])),
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
]),
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
]),
|
|
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" }, [
|
|
1175
1299
|
/**
|
|
1176
1300
|
* Back Button (Mobile Only)
|
|
1177
1301
|
*/
|
|
1178
1302
|
s && b({
|
|
1179
1303
|
variant: "icon",
|
|
1180
|
-
icon:
|
|
1304
|
+
icon: h.arrows.left,
|
|
1181
1305
|
class: "mr-2 p-0 flex sm:hidden",
|
|
1182
1306
|
click: (l, i) => i.close()
|
|
1183
1307
|
}),
|
|
@@ -1189,12 +1313,12 @@ const es = r((e, t) => o({ ...e, class: "flex flex-auto flex-col gap-y-2" }, t))
|
|
|
1189
1313
|
]),
|
|
1190
1314
|
o({ class: "flex flex-auto flex-row justify-between ml-2 gap-2 min-w-0" }, [
|
|
1191
1315
|
o({ class: "flex flex-auto flex-col min-w-0" }, [
|
|
1192
|
-
|
|
1316
|
+
J({ class: "text-lg font-semibold m-0 truncate" }, e),
|
|
1193
1317
|
t && o({ class: "text-sm text-muted-foreground truncate" }, t)
|
|
1194
1318
|
]),
|
|
1195
1319
|
o({ class: "flex flex-none items-center gap-2" }, a)
|
|
1196
1320
|
])
|
|
1197
|
-
])),
|
|
1321
|
+
])), yo = r((e, t) => {
|
|
1198
1322
|
const s = e.class?.includes("drawer");
|
|
1199
1323
|
return o({
|
|
1200
1324
|
popover: "manual",
|
|
@@ -1204,7 +1328,7 @@ const es = r((e, t) => o({ ...e, class: "flex flex-auto flex-col gap-y-2" }, t))
|
|
|
1204
1328
|
l.target === i.panel && (l.preventDefault(), l.stopPropagation(), i.state.open = !1);
|
|
1205
1329
|
}
|
|
1206
1330
|
}, [
|
|
1207
|
-
|
|
1331
|
+
st({
|
|
1208
1332
|
class: "modal-content relative bg-background z-1 flex flex-auto flex-col gap-y-4 min-w-0",
|
|
1209
1333
|
// @ts-ignore
|
|
1210
1334
|
submit: (l, i) => e.onSubmit && e.onSubmit(i),
|
|
@@ -1212,13 +1336,13 @@ const es = r((e, t) => o({ ...e, class: "flex flex-auto flex-col gap-y-2" }, t))
|
|
|
1212
1336
|
// @ts-ignore
|
|
1213
1337
|
...e.gestureHandlers
|
|
1214
1338
|
}, [
|
|
1215
|
-
|
|
1339
|
+
vs(e),
|
|
1216
1340
|
o({ class: "modal-body flex grow flex-col py-0 px-6 z-0", cache: "modalBody" }, t),
|
|
1217
1341
|
// @ts-ignore
|
|
1218
|
-
!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)
|
|
1219
1343
|
])
|
|
1220
1344
|
]);
|
|
1221
|
-
}),
|
|
1345
|
+
}), Ae = {
|
|
1222
1346
|
info: {
|
|
1223
1347
|
bgColor: "bg-muted/10",
|
|
1224
1348
|
borderColor: "border-blue-500",
|
|
@@ -1244,22 +1368,22 @@ const es = r((e, t) => o({ ...e, class: "flex flex-auto flex-col gap-y-2" }, t))
|
|
|
1244
1368
|
borderColor: "border",
|
|
1245
1369
|
iconColor: "text-muted-foreground"
|
|
1246
1370
|
}
|
|
1247
|
-
},
|
|
1248
|
-
|
|
1249
|
-
]),
|
|
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({
|
|
1250
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}`,
|
|
1251
1375
|
href: e,
|
|
1252
1376
|
animateIn: "pullRightIn",
|
|
1253
1377
|
animateOut: "pullRight",
|
|
1254
1378
|
role: "alert"
|
|
1255
|
-
}, s)),
|
|
1379
|
+
}, s)), Ss = r(({ close: e, class: t }, s) => o({
|
|
1256
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}`,
|
|
1257
1381
|
click: () => e(),
|
|
1258
1382
|
animateIn: "pullRightIn",
|
|
1259
1383
|
animateOut: "pullRight",
|
|
1260
1384
|
role: "alert"
|
|
1261
1385
|
}, s));
|
|
1262
|
-
class
|
|
1386
|
+
class wo extends S {
|
|
1263
1387
|
/**
|
|
1264
1388
|
* This will declare the props for the compiler.
|
|
1265
1389
|
*
|
|
@@ -1283,10 +1407,10 @@ class Za extends C {
|
|
|
1283
1407
|
*/
|
|
1284
1408
|
render() {
|
|
1285
1409
|
const { bgColor: t, borderColor: s, iconColor: n } = this.getTypeStyles(), a = this.href || null, l = this.getChildren(n);
|
|
1286
|
-
return a ?
|
|
1410
|
+
return a ? Cs({
|
|
1287
1411
|
href: a,
|
|
1288
1412
|
class: `${t} ${s}`
|
|
1289
|
-
}, l) :
|
|
1413
|
+
}, l) : Ss({
|
|
1290
1414
|
close: this.close.bind(this),
|
|
1291
1415
|
class: `${t} ${s}`
|
|
1292
1416
|
}, l);
|
|
@@ -1298,7 +1422,7 @@ class Za extends C {
|
|
|
1298
1422
|
*/
|
|
1299
1423
|
afterSetup() {
|
|
1300
1424
|
const t = this.duration;
|
|
1301
|
-
t !== "infinite" && (this.timer = new
|
|
1425
|
+
t !== "infinite" && (this.timer = new kt(t, this.close.bind(this)), this.timer.start());
|
|
1302
1426
|
}
|
|
1303
1427
|
/**
|
|
1304
1428
|
* This will get the style properties based on the notification type.
|
|
@@ -1307,7 +1431,7 @@ class Za extends C {
|
|
|
1307
1431
|
*/
|
|
1308
1432
|
getTypeStyles() {
|
|
1309
1433
|
const t = this.type || "default";
|
|
1310
|
-
return
|
|
1434
|
+
return Ae[t] || Ae.default;
|
|
1311
1435
|
}
|
|
1312
1436
|
/**
|
|
1313
1437
|
* This will get the buttons for the notification.
|
|
@@ -1336,16 +1460,16 @@ class Za extends C {
|
|
|
1336
1460
|
]),
|
|
1337
1461
|
o({ class: "flex flex-auto flex-col" }, [
|
|
1338
1462
|
o({ class: "flex flex-auto flex-row items-center w-full pr-12" }, [
|
|
1339
|
-
this.title &&
|
|
1463
|
+
this.title && ks(this.title)
|
|
1340
1464
|
]),
|
|
1341
1465
|
k({ class: "text-base text-muted-foreground m-0 pr-12" }, this.description),
|
|
1342
|
-
(this.primary || this.secondary) &&
|
|
1466
|
+
(this.primary || this.secondary) && ge({ class: "margin-top-24 flex align-center" }, this.getButtons())
|
|
1343
1467
|
])
|
|
1344
1468
|
]),
|
|
1345
1469
|
b({
|
|
1346
1470
|
class: "absolute top-[12px] right-[12px]",
|
|
1347
1471
|
variant: "icon",
|
|
1348
|
-
icon:
|
|
1472
|
+
icon: h.x,
|
|
1349
1473
|
click: this.close.bind(this)
|
|
1350
1474
|
})
|
|
1351
1475
|
];
|
|
@@ -1360,25 +1484,25 @@ class Za extends C {
|
|
|
1360
1484
|
t && t.stopPropagation(), this.duration !== "infinite" && this.timer.stop(), this.onClick && this.onClick(), this.destroy();
|
|
1361
1485
|
}
|
|
1362
1486
|
}
|
|
1363
|
-
const
|
|
1487
|
+
const Re = globalThis.matchMedia, le = r(({ value: e, label: t, icon: s }) => w({
|
|
1364
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',
|
|
1365
1489
|
onState: ["method", { active: e }],
|
|
1366
1490
|
dataSet: ["method", ["state", e, "active"]],
|
|
1367
1491
|
click: (n, { state: a }) => {
|
|
1368
|
-
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);
|
|
1369
1493
|
}
|
|
1370
1494
|
}, [
|
|
1371
1495
|
x({}, s),
|
|
1372
|
-
|
|
1373
|
-
])),
|
|
1496
|
+
u(t)
|
|
1497
|
+
])), $s = (e) => {
|
|
1374
1498
|
const t = document.documentElement;
|
|
1375
|
-
if (e === "system" && (e = globalThis.matchMedia?.("(prefers-color-scheme: dark)").matches ? "dark" : "light"),
|
|
1499
|
+
if (e === "system" && (e = globalThis.matchMedia?.("(prefers-color-scheme: dark)").matches ? "dark" : "light"), Re && !Re("(prefers-color-scheme: " + e + ")").matches) {
|
|
1376
1500
|
t.classList.add(e);
|
|
1377
1501
|
return;
|
|
1378
1502
|
}
|
|
1379
1503
|
const s = e === "light" ? "dark" : "light";
|
|
1380
1504
|
t.classList.remove(s);
|
|
1381
|
-
},
|
|
1505
|
+
}, vo = P(
|
|
1382
1506
|
{
|
|
1383
1507
|
/**
|
|
1384
1508
|
* This will render the component.
|
|
@@ -1388,9 +1512,9 @@ const Ne = globalThis.matchMedia, oe = r(({ value: e, label: t, icon: s }) => w(
|
|
|
1388
1512
|
render() {
|
|
1389
1513
|
return o({ class: "flex flex-auto flex-col" }, [
|
|
1390
1514
|
o({ class: "grid grid-cols-3 gap-4" }, [
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
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 })
|
|
1394
1518
|
])
|
|
1395
1519
|
]);
|
|
1396
1520
|
},
|
|
@@ -1405,7 +1529,7 @@ const Ne = globalThis.matchMedia, oe = r(({ value: e, label: t, icon: s }) => w(
|
|
|
1405
1529
|
};
|
|
1406
1530
|
}
|
|
1407
1531
|
}
|
|
1408
|
-
),
|
|
1532
|
+
), ko = O(
|
|
1409
1533
|
{
|
|
1410
1534
|
/**
|
|
1411
1535
|
* The initial state of the Toggle.
|
|
@@ -1439,7 +1563,7 @@ const Ne = globalThis.matchMedia, oe = r(({ value: e, label: t, icon: s }) => w(
|
|
|
1439
1563
|
s.toggle("active"), this.checkbox.checked = s.active, this.change && this.change(s.active, t, this);
|
|
1440
1564
|
}
|
|
1441
1565
|
}, [
|
|
1442
|
-
|
|
1566
|
+
he({
|
|
1443
1567
|
cache: "checkbox",
|
|
1444
1568
|
class: "opacity-0 absolute top-0 left-0 bottom-0 right-0 w-full h-full",
|
|
1445
1569
|
/**
|
|
@@ -1450,20 +1574,20 @@ const Ne = globalThis.matchMedia, oe = r(({ value: e, label: t, icon: s }) => w(
|
|
|
1450
1574
|
bind: this.bind,
|
|
1451
1575
|
required: this.required
|
|
1452
1576
|
}),
|
|
1453
|
-
|
|
1577
|
+
u({
|
|
1454
1578
|
class: "absolute h-5 w-5 bg-background rounded-full shadow-md transform transition-transform",
|
|
1455
1579
|
onState: ["active", { "translate-x-[22px]": !0, "translate-x-[2px]": !1 }]
|
|
1456
1580
|
})
|
|
1457
1581
|
]);
|
|
1458
1582
|
}
|
|
1459
1583
|
}
|
|
1460
|
-
),
|
|
1584
|
+
), Ds = r(({ src: e, alt: t }) => !e || e.indexOf(".") === -1 && e.indexOf("[[") === -1 ? null : ls({
|
|
1461
1585
|
src: e,
|
|
1462
1586
|
alt: t,
|
|
1463
1587
|
class: "rounded-full"
|
|
1464
|
-
})),
|
|
1465
|
-
s.textContent =
|
|
1466
|
-
}]),
|
|
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 = {
|
|
1467
1591
|
xs: "h-6 w-6",
|
|
1468
1592
|
sm: "h-8 w-8",
|
|
1469
1593
|
md: "h-12 w-12",
|
|
@@ -1473,7 +1597,7 @@ const Ne = globalThis.matchMedia, oe = r(({ value: e, label: t, icon: s }) => w(
|
|
|
1473
1597
|
"3xl": "h-48 w-48",
|
|
1474
1598
|
"4xl": "h-64 w-64",
|
|
1475
1599
|
default: "h-12 w-12"
|
|
1476
|
-
},
|
|
1600
|
+
}, Ee = {
|
|
1477
1601
|
xs: "text-[7px]",
|
|
1478
1602
|
sm: "text-xs",
|
|
1479
1603
|
md: "text-base",
|
|
@@ -1483,8 +1607,8 @@ const Ne = globalThis.matchMedia, oe = r(({ value: e, label: t, icon: s }) => w(
|
|
|
1483
1607
|
"3xl": "text-4xl",
|
|
1484
1608
|
"4xl": "text-5xl",
|
|
1485
1609
|
default: "text-base"
|
|
1486
|
-
},
|
|
1487
|
-
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);
|
|
1488
1612
|
return o(
|
|
1489
1613
|
{
|
|
1490
1614
|
class: `
|
|
@@ -1494,21 +1618,21 @@ const Ne = globalThis.matchMedia, oe = r(({ value: e, label: t, icon: s }) => w(
|
|
|
1494
1618
|
`
|
|
1495
1619
|
},
|
|
1496
1620
|
[
|
|
1497
|
-
t ?
|
|
1621
|
+
t ? Ts(t) : u({ class: "uppercase" }, n)
|
|
1498
1622
|
]
|
|
1499
1623
|
);
|
|
1500
|
-
},
|
|
1501
|
-
const l =
|
|
1624
|
+
}, zs = r(({ src: e, alt: t, fallbackText: s, watcherFallback: n, size: a }) => {
|
|
1625
|
+
const l = Ms(a);
|
|
1502
1626
|
return o(
|
|
1503
1627
|
{
|
|
1504
1628
|
class: `relative flex items-center justify-center ${l}`
|
|
1505
1629
|
},
|
|
1506
1630
|
[
|
|
1507
|
-
|
|
1508
|
-
|
|
1631
|
+
Ds({ src: e, alt: t }),
|
|
1632
|
+
Bs(s, n, a)
|
|
1509
1633
|
]
|
|
1510
1634
|
);
|
|
1511
|
-
}),
|
|
1635
|
+
}), Os = (e) => e.indexOf(".") === -1 && e.indexOf("[[") === -1 && e.indexOf("blob:") === -1, Co = P(
|
|
1512
1636
|
{
|
|
1513
1637
|
/**
|
|
1514
1638
|
* Get the initial state for the component.
|
|
@@ -1528,7 +1652,7 @@ const Ne = globalThis.matchMedia, oe = r(({ value: e, label: t, icon: s }) => w(
|
|
|
1528
1652
|
*/
|
|
1529
1653
|
openFileBrowse() {
|
|
1530
1654
|
const e = this.input;
|
|
1531
|
-
e && (e.value = "",
|
|
1655
|
+
e && (e.value = "", R.trigger("click", e));
|
|
1532
1656
|
},
|
|
1533
1657
|
/**
|
|
1534
1658
|
* Get the URL for the uploaded file.
|
|
@@ -1564,13 +1688,13 @@ const Ne = globalThis.matchMedia, oe = r(({ value: e, label: t, icon: s }) => w(
|
|
|
1564
1688
|
s.preventDefault(), s.stopPropagation(), this.openFileBrowse();
|
|
1565
1689
|
}
|
|
1566
1690
|
}, [
|
|
1567
|
-
|
|
1691
|
+
M("loaded", (s) => s === !1 || Os(this.src) ? E({
|
|
1568
1692
|
htmlFor: e,
|
|
1569
1693
|
class: "z-10 flex flex-col items-center justify-center text-sm text-muted-foreground group-hover:text-primary"
|
|
1570
1694
|
}, [
|
|
1571
|
-
|
|
1695
|
+
de(h.upload),
|
|
1572
1696
|
o("Upload Image")
|
|
1573
|
-
]) :
|
|
1697
|
+
]) : fe({
|
|
1574
1698
|
// @ts-ignore
|
|
1575
1699
|
src: this.src,
|
|
1576
1700
|
class: "absolute inset-0 w-full h-full object-cover rounded-full"
|
|
@@ -1579,7 +1703,7 @@ const Ne = globalThis.matchMedia, oe = r(({ value: e, label: t, icon: s }) => w(
|
|
|
1579
1703
|
]);
|
|
1580
1704
|
}
|
|
1581
1705
|
}
|
|
1582
|
-
),
|
|
1706
|
+
), So = P(
|
|
1583
1707
|
{
|
|
1584
1708
|
/**
|
|
1585
1709
|
* Get the initial state for the component.
|
|
@@ -1599,7 +1723,7 @@ const Ne = globalThis.matchMedia, oe = r(({ value: e, label: t, icon: s }) => w(
|
|
|
1599
1723
|
*/
|
|
1600
1724
|
openFileBrowse() {
|
|
1601
1725
|
const e = this.input;
|
|
1602
|
-
e && (e.value = "",
|
|
1726
|
+
e && (e.value = "", R.trigger("click", e));
|
|
1603
1727
|
},
|
|
1604
1728
|
/**
|
|
1605
1729
|
* Get the URL for the uploaded file.
|
|
@@ -1635,17 +1759,17 @@ const Ne = globalThis.matchMedia, oe = r(({ value: e, label: t, icon: s }) => w(
|
|
|
1635
1759
|
s.preventDefault(), s.stopPropagation(), this.openFileBrowse();
|
|
1636
1760
|
}
|
|
1637
1761
|
}, [
|
|
1638
|
-
|
|
1762
|
+
M(
|
|
1639
1763
|
"loaded",
|
|
1640
|
-
(s) => s ?
|
|
1764
|
+
(s) => s ? fe({
|
|
1641
1765
|
// @ts-ignore
|
|
1642
1766
|
src: this.src,
|
|
1643
1767
|
class: "absolute inset-0 w-full h-full object-cover rounded-full"
|
|
1644
|
-
}) :
|
|
1768
|
+
}) : E({
|
|
1645
1769
|
htmlFor: e,
|
|
1646
1770
|
class: "z-10 flex flex-col items-center justify-center text-sm text-muted-foreground group-hover:text-primary"
|
|
1647
1771
|
}, [
|
|
1648
|
-
x({},
|
|
1772
|
+
x({}, h.upload),
|
|
1649
1773
|
o("Upload logo")
|
|
1650
1774
|
])
|
|
1651
1775
|
)
|
|
@@ -1661,22 +1785,22 @@ const Ne = globalThis.matchMedia, oe = r(({ value: e, label: t, icon: s }) => w(
|
|
|
1661
1785
|
this.input = null;
|
|
1662
1786
|
}
|
|
1663
1787
|
}
|
|
1664
|
-
),
|
|
1788
|
+
), Ns = (e, t) => Ge(
|
|
1665
1789
|
{
|
|
1666
1790
|
href: e,
|
|
1667
1791
|
"aria-current": t === "Breadcrumb" && "page",
|
|
1668
1792
|
// Only set aria-current on the last item
|
|
1669
1793
|
class: "text-muted-foreground font-medium hover:text-foreground"
|
|
1670
1794
|
},
|
|
1671
|
-
[
|
|
1672
|
-
),
|
|
1795
|
+
[u(t)]
|
|
1796
|
+
), Fs = () => x({
|
|
1673
1797
|
class: "mx-3 text-muted-foreground",
|
|
1674
1798
|
"aria-hidden": !0,
|
|
1675
1799
|
size: "xs"
|
|
1676
|
-
},
|
|
1677
|
-
e.href ?
|
|
1678
|
-
e.separator &&
|
|
1679
|
-
]),
|
|
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(
|
|
1680
1804
|
{
|
|
1681
1805
|
/**
|
|
1682
1806
|
* Set initial data
|
|
@@ -1696,7 +1820,7 @@ const Ne = globalThis.matchMedia, oe = r(({ value: e, label: t, icon: s }) => w(
|
|
|
1696
1820
|
*/
|
|
1697
1821
|
render() {
|
|
1698
1822
|
const e = this.data.items.length - 1;
|
|
1699
|
-
return
|
|
1823
|
+
return be(
|
|
1700
1824
|
{
|
|
1701
1825
|
"aria-label": "Breadcrumb",
|
|
1702
1826
|
class: "flex items-center gap-x-1 text-sm"
|
|
@@ -1705,7 +1829,7 @@ const Ne = globalThis.matchMedia, oe = r(({ value: e, label: t, icon: s }) => w(
|
|
|
1705
1829
|
o({
|
|
1706
1830
|
role: "list",
|
|
1707
1831
|
class: "flex items-center",
|
|
1708
|
-
for: ["items", (t, s) =>
|
|
1832
|
+
for: ["items", (t, s) => Ls({
|
|
1709
1833
|
href: t.href,
|
|
1710
1834
|
label: t.label,
|
|
1711
1835
|
separator: s < e
|
|
@@ -1715,7 +1839,7 @@ const Ne = globalThis.matchMedia, oe = r(({ value: e, label: t, icon: s }) => w(
|
|
|
1715
1839
|
);
|
|
1716
1840
|
}
|
|
1717
1841
|
}
|
|
1718
|
-
),
|
|
1842
|
+
), He = {
|
|
1719
1843
|
xs: "h-1 w-1",
|
|
1720
1844
|
sm: "h-2 w-2",
|
|
1721
1845
|
md: "h-4 w-4",
|
|
@@ -1724,8 +1848,8 @@ const Ne = globalThis.matchMedia, oe = r(({ value: e, label: t, icon: s }) => w(
|
|
|
1724
1848
|
"2xl": "h-16 w-16",
|
|
1725
1849
|
"3xl": "h-24 w-24",
|
|
1726
1850
|
default: "h-4 w-4"
|
|
1727
|
-
},
|
|
1728
|
-
|
|
1851
|
+
}, As = (e) => He[e] || He.default, Rs = ({ index: e, size: t }) => o({ class: `${t} rounded-full bg-muted cursor-pointer` }, [
|
|
1852
|
+
u({
|
|
1729
1853
|
class: "block w-full h-full rounded-full transition-colors",
|
|
1730
1854
|
onSet: ["activeIndex", {
|
|
1731
1855
|
"bg-primary": e,
|
|
@@ -1735,10 +1859,10 @@ const Ne = globalThis.matchMedia, oe = r(({ value: e, label: t, icon: s }) => w(
|
|
|
1735
1859
|
n.activeIndex = e, a && a(e);
|
|
1736
1860
|
}
|
|
1737
1861
|
})
|
|
1738
|
-
]),
|
|
1862
|
+
]), js = (e, t) => Array.from({ length: e }, (s, n) => Rs({
|
|
1739
1863
|
index: n,
|
|
1740
1864
|
size: t
|
|
1741
|
-
})),
|
|
1865
|
+
})), Do = P(
|
|
1742
1866
|
{
|
|
1743
1867
|
/**
|
|
1744
1868
|
* Defines component data (props).
|
|
@@ -1760,7 +1884,7 @@ const Ne = globalThis.matchMedia, oe = r(({ value: e, label: t, icon: s }) => w(
|
|
|
1760
1884
|
* @returns {object}
|
|
1761
1885
|
*/
|
|
1762
1886
|
render() {
|
|
1763
|
-
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);
|
|
1764
1888
|
return o(
|
|
1765
1889
|
{ class: "flex justify-center items-center py-2" },
|
|
1766
1890
|
[
|
|
@@ -1769,37 +1893,37 @@ const Ne = globalThis.matchMedia, oe = r(({ value: e, label: t, icon: s }) => w(
|
|
|
1769
1893
|
);
|
|
1770
1894
|
}
|
|
1771
1895
|
}
|
|
1772
|
-
),
|
|
1896
|
+
), Es = ({ toggleDropdown: e }) => w(
|
|
1773
1897
|
{
|
|
1774
1898
|
cache: "button",
|
|
1775
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",
|
|
1776
1900
|
click: e
|
|
1777
1901
|
},
|
|
1778
1902
|
[
|
|
1779
|
-
|
|
1780
|
-
x({ size: "sm" },
|
|
1903
|
+
u({ onState: ["selectedLabel", (t) => t || "Select item..."] }),
|
|
1904
|
+
x({ size: "sm" }, h.chevron.upDown)
|
|
1781
1905
|
]
|
|
1782
|
-
),
|
|
1906
|
+
), Hs = (e, t, s) => xe({
|
|
1783
1907
|
class: "flex flex-auto items-center cursor-pointer p-2 hover:bg-muted/50 rounded-sm",
|
|
1784
1908
|
click: () => t(e),
|
|
1785
1909
|
onState: [s, "selectedValue", { "bg-secondary": e.value }]
|
|
1786
1910
|
}, [
|
|
1787
|
-
e.icon &&
|
|
1788
|
-
|
|
1789
|
-
]),
|
|
1790
|
-
|
|
1791
|
-
]),
|
|
1792
|
-
|
|
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(
|
|
1793
1917
|
"open",
|
|
1794
1918
|
(s, n, a) => s ? new se({
|
|
1795
1919
|
cache: "dropdown",
|
|
1796
1920
|
parent: a,
|
|
1797
1921
|
button: a.button
|
|
1798
1922
|
}, [
|
|
1799
|
-
|
|
1923
|
+
Us(e, t)
|
|
1800
1924
|
]) : null
|
|
1801
1925
|
)
|
|
1802
|
-
]),
|
|
1926
|
+
]), Io = P(
|
|
1803
1927
|
{
|
|
1804
1928
|
/**
|
|
1805
1929
|
* This will set up the data.
|
|
@@ -1880,8 +2004,8 @@ const Ne = globalThis.matchMedia, oe = r(({ value: e, label: t, icon: s }) => w(
|
|
|
1880
2004
|
const e = this.class || "", t = this.maxWidth || "max-w-[250px]", s = this.width || "w-full";
|
|
1881
2005
|
return o({ class: `relative ${s} flex flex-auto flex-col ${t} ${e}` }, [
|
|
1882
2006
|
// @ts-ignore
|
|
1883
|
-
|
|
1884
|
-
|
|
2007
|
+
Es({ toggleDropdown: this.toggleDropdown.bind(this) }),
|
|
2008
|
+
Ys({
|
|
1885
2009
|
// @ts-ignore
|
|
1886
2010
|
state: this.state,
|
|
1887
2011
|
// @ts-ignore
|
|
@@ -1901,21 +2025,21 @@ const Ne = globalThis.matchMedia, oe = r(({ value: e, label: t, icon: s }) => w(
|
|
|
1901
2025
|
]);
|
|
1902
2026
|
}
|
|
1903
2027
|
}
|
|
1904
|
-
),
|
|
2028
|
+
), at = ({ icon: e, click: t, ariaLabel: s }) => b({
|
|
1905
2029
|
variant: "icon",
|
|
1906
2030
|
class: "flex flex-none",
|
|
1907
2031
|
click: t,
|
|
1908
2032
|
icon: e,
|
|
1909
2033
|
"aria-label": s
|
|
1910
|
-
}),
|
|
1911
|
-
icon:
|
|
2034
|
+
}), _s = ({ click: e }) => at({
|
|
2035
|
+
icon: h.circleMinus,
|
|
1912
2036
|
click: e,
|
|
1913
2037
|
ariaLabel: "Decrement"
|
|
1914
|
-
}),
|
|
1915
|
-
icon:
|
|
2038
|
+
}), Vs = ({ click: e }) => at({
|
|
2039
|
+
icon: h.circlePlus,
|
|
1916
2040
|
click: e,
|
|
1917
2041
|
ariaLabel: "Increment"
|
|
1918
|
-
}),
|
|
2042
|
+
}), Ws = ({ bind: e, min: t, max: s, readonly: n = !1 }) => V(({ state: a }) => p({
|
|
1919
2043
|
value: ["[[count]]", a],
|
|
1920
2044
|
bind: e,
|
|
1921
2045
|
blur: (l, { state: i }) => {
|
|
@@ -1928,7 +2052,7 @@ const Ne = globalThis.matchMedia, oe = r(({ value: e, label: t, icon: s }) => w(
|
|
|
1928
2052
|
max: s,
|
|
1929
2053
|
type: "number",
|
|
1930
2054
|
"aria-label": "Counter"
|
|
1931
|
-
})),
|
|
2055
|
+
})), To = O(
|
|
1932
2056
|
{
|
|
1933
2057
|
/**
|
|
1934
2058
|
* Initial state for the counter component.
|
|
@@ -1951,20 +2075,20 @@ const Ne = globalThis.matchMedia, oe = r(({ value: e, label: t, icon: s }) => w(
|
|
|
1951
2075
|
render() {
|
|
1952
2076
|
const e = this.class ?? "";
|
|
1953
2077
|
return o({ class: `flex flex-auto items-center justify-between gap-x-4 p-4 ${e}` }, [
|
|
1954
|
-
|
|
1955
|
-
|
|
2078
|
+
_s({ click: () => this.state.decrement("count") }),
|
|
2079
|
+
Ws({
|
|
1956
2080
|
bind: this.bind,
|
|
1957
2081
|
readonly: this.readonly,
|
|
1958
2082
|
min: this.min,
|
|
1959
2083
|
max: this.max
|
|
1960
2084
|
}),
|
|
1961
|
-
|
|
2085
|
+
Vs({ click: () => this.state.increment("count") })
|
|
1962
2086
|
]);
|
|
1963
2087
|
}
|
|
1964
2088
|
}
|
|
1965
|
-
),
|
|
2089
|
+
), qs = ({ currentMonth: e, currentYear: t, onSelect: s }) => o(
|
|
1966
2090
|
{ class: "grid grid-cols-3 gap-2" },
|
|
1967
|
-
|
|
2091
|
+
ee.monthNames.map(
|
|
1968
2092
|
(n, a) => b(
|
|
1969
2093
|
{
|
|
1970
2094
|
click: (l) => {
|
|
@@ -1976,10 +2100,10 @@ const Ne = globalThis.matchMedia, oe = r(({ value: e, label: t, icon: s }) => w(
|
|
|
1976
2100
|
n.substring(0, 3)
|
|
1977
2101
|
)
|
|
1978
2102
|
)
|
|
1979
|
-
), B = (e) => (e *= 1, e < 10 ? `0${e}` : String(e)),
|
|
1980
|
-
const a =
|
|
1981
|
-
return a || (e ?
|
|
1982
|
-
},
|
|
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) => {
|
|
1983
2107
|
const {
|
|
1984
2108
|
day: t,
|
|
1985
2109
|
currentDate: s,
|
|
@@ -1993,7 +2117,7 @@ const Ne = globalThis.matchMedia, oe = r(({ value: e, label: t, icon: s }) => w(
|
|
|
1993
2117
|
{
|
|
1994
2118
|
class: `
|
|
1995
2119
|
flex items-center justify-center h-9 w-auto p-0 font-normal text-sm rounded-md cursor-pointer
|
|
1996
|
-
${
|
|
2120
|
+
${Zs(a, s, l, n)}
|
|
1997
2121
|
hover:bg-muted/50 hover:text-muted-foreground focus:z-10
|
|
1998
2122
|
disabled:pointer-events-none disabled:opacity-50
|
|
1999
2123
|
`,
|
|
@@ -2004,53 +2128,53 @@ const Ne = globalThis.matchMedia, oe = r(({ value: e, label: t, icon: s }) => w(
|
|
|
2004
2128
|
},
|
|
2005
2129
|
t.toString()
|
|
2006
2130
|
);
|
|
2007
|
-
},
|
|
2008
|
-
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;
|
|
2009
2133
|
for (let d = c - 1; d >= 0; d--) {
|
|
2010
|
-
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;
|
|
2011
2135
|
v.push(
|
|
2012
|
-
|
|
2136
|
+
re({
|
|
2013
2137
|
day: y,
|
|
2014
2138
|
currentDate: i,
|
|
2015
|
-
date:
|
|
2016
|
-
isToday:
|
|
2139
|
+
date: A(U, W, y),
|
|
2140
|
+
isToday: I,
|
|
2017
2141
|
isOutsideMonth: !0,
|
|
2018
2142
|
select: s,
|
|
2019
|
-
disabled:
|
|
2143
|
+
disabled: F
|
|
2020
2144
|
})
|
|
2021
2145
|
);
|
|
2022
2146
|
}
|
|
2023
|
-
for (let d = 1; d <=
|
|
2024
|
-
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;
|
|
2025
2149
|
v.push(
|
|
2026
|
-
|
|
2150
|
+
re({
|
|
2027
2151
|
day: d,
|
|
2028
2152
|
currentDate: i,
|
|
2029
|
-
date:
|
|
2153
|
+
date: A(a, l, d),
|
|
2030
2154
|
isToday: y,
|
|
2031
2155
|
isOutsideMonth: !1,
|
|
2032
2156
|
select: s,
|
|
2033
|
-
disabled:
|
|
2157
|
+
disabled: T
|
|
2034
2158
|
})
|
|
2035
2159
|
);
|
|
2036
2160
|
}
|
|
2037
|
-
const
|
|
2038
|
-
for (let d = 1; d <=
|
|
2039
|
-
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;
|
|
2040
2164
|
v.push(
|
|
2041
|
-
|
|
2165
|
+
re({
|
|
2042
2166
|
day: d,
|
|
2043
2167
|
currentDate: i,
|
|
2044
|
-
date:
|
|
2168
|
+
date: A(ne, Y, d),
|
|
2045
2169
|
isToday: y,
|
|
2046
2170
|
isOutsideMonth: !0,
|
|
2047
2171
|
select: s,
|
|
2048
|
-
disabled:
|
|
2172
|
+
disabled: T
|
|
2049
2173
|
})
|
|
2050
2174
|
);
|
|
2051
2175
|
}
|
|
2052
2176
|
return v;
|
|
2053
|
-
},
|
|
2177
|
+
}, Ue = ({ label: e, click: t }) => b(
|
|
2054
2178
|
{
|
|
2055
2179
|
class: `
|
|
2056
2180
|
inline-flex items-center justify-center h-7 w-7 bg-transparent p-0
|
|
@@ -2061,18 +2185,18 @@ const Ne = globalThis.matchMedia, oe = r(({ value: e, label: t, icon: s }) => w(
|
|
|
2061
2185
|
click: t,
|
|
2062
2186
|
"aria-label": `${e} month`,
|
|
2063
2187
|
variant: "icon",
|
|
2064
|
-
icon: e === "Previous" ?
|
|
2188
|
+
icon: e === "Previous" ? h.chevron.single.left : h.chevron.single.right
|
|
2065
2189
|
}
|
|
2066
|
-
),
|
|
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" }, [
|
|
2067
2191
|
b({ click: e, variant: "ghost", "aria-label": "Select month" }, "[[monthName]]"),
|
|
2068
2192
|
b({ click: t, variant: "ghost", "aria-label": "Select year" }, "[[current.year]]"),
|
|
2069
|
-
|
|
2070
|
-
|
|
2071
|
-
]),
|
|
2193
|
+
Ue({ label: "Previous", click: n }),
|
|
2194
|
+
Ue({ label: "Next", click: s })
|
|
2195
|
+
]), sn = (e) => o(
|
|
2072
2196
|
{ class: "flex items-center justify-center h-9 w-auto text-[0.8rem] font-normal text-muted-foreground" },
|
|
2073
2197
|
e
|
|
2074
|
-
),
|
|
2075
|
-
|
|
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({
|
|
2076
2200
|
onMonthClick: e.onMonthClick,
|
|
2077
2201
|
onYearClick: e.onYearClick,
|
|
2078
2202
|
next: e.next,
|
|
@@ -2083,10 +2207,10 @@ const Ne = globalThis.matchMedia, oe = r(({ value: e, label: t, icon: s }) => w(
|
|
|
2083
2207
|
onSet: [
|
|
2084
2208
|
"currentDate",
|
|
2085
2209
|
() => [
|
|
2086
|
-
o({ class: "grid grid-cols-7" },
|
|
2210
|
+
o({ class: "grid grid-cols-7" }, nn()),
|
|
2087
2211
|
o(
|
|
2088
2212
|
{ class: "grid grid-cols-7" },
|
|
2089
|
-
|
|
2213
|
+
en(
|
|
2090
2214
|
e.current,
|
|
2091
2215
|
e.today,
|
|
2092
2216
|
e.select,
|
|
@@ -2096,7 +2220,7 @@ const Ne = globalThis.matchMedia, oe = r(({ value: e, label: t, icon: s }) => w(
|
|
|
2096
2220
|
]
|
|
2097
2221
|
]
|
|
2098
2222
|
})
|
|
2099
|
-
]),
|
|
2223
|
+
]), on = ({ currentMonth: e, currentYear: t, onSelect: s }) => {
|
|
2100
2224
|
const n = t - 50, a = Array.from({ length: 101 }, (l, i) => n + i);
|
|
2101
2225
|
return o(
|
|
2102
2226
|
{ class: "grid grid-cols-4 gap-2 overflow-y-auto max-h-72" },
|
|
@@ -2114,7 +2238,7 @@ const Ne = globalThis.matchMedia, oe = r(({ value: e, label: t, icon: s }) => w(
|
|
|
2114
2238
|
)
|
|
2115
2239
|
);
|
|
2116
2240
|
};
|
|
2117
|
-
class
|
|
2241
|
+
class ln extends S {
|
|
2118
2242
|
/**
|
|
2119
2243
|
* This will declare the props for the compiler.
|
|
2120
2244
|
*
|
|
@@ -2130,7 +2254,7 @@ class _s extends C {
|
|
|
2130
2254
|
* @returns {Date}
|
|
2131
2255
|
*/
|
|
2132
2256
|
getSelectedDate(t) {
|
|
2133
|
-
const s = this.selectedDate ? new Date(
|
|
2257
|
+
const s = this.selectedDate ? new Date(Gs(this.selectedDate)) : t;
|
|
2134
2258
|
return new Date(s.getFullYear(), s.getMonth(), s.getDate());
|
|
2135
2259
|
}
|
|
2136
2260
|
/**
|
|
@@ -2173,7 +2297,7 @@ class _s extends C {
|
|
|
2173
2297
|
* @returns {string}
|
|
2174
2298
|
*/
|
|
2175
2299
|
getMonthName(t) {
|
|
2176
|
-
return
|
|
2300
|
+
return ee.monthNames[t];
|
|
2177
2301
|
}
|
|
2178
2302
|
/**
|
|
2179
2303
|
* This will go to the previous month.
|
|
@@ -2224,10 +2348,10 @@ class _s extends C {
|
|
|
2224
2348
|
*/
|
|
2225
2349
|
render() {
|
|
2226
2350
|
return o({ class: "calendar-container p-3 rounded-md border min-w-80" }, [
|
|
2227
|
-
|
|
2351
|
+
M("view", (t) => {
|
|
2228
2352
|
switch (t) {
|
|
2229
2353
|
case "months":
|
|
2230
|
-
return
|
|
2354
|
+
return qs(
|
|
2231
2355
|
{
|
|
2232
2356
|
// @ts-ignore
|
|
2233
2357
|
currentMonth: this.data.current.month,
|
|
@@ -2239,7 +2363,7 @@ class _s extends C {
|
|
|
2239
2363
|
}
|
|
2240
2364
|
);
|
|
2241
2365
|
case "years":
|
|
2242
|
-
return
|
|
2366
|
+
return on(
|
|
2243
2367
|
{
|
|
2244
2368
|
// @ts-ignore
|
|
2245
2369
|
currentMonth: this.data.current.month,
|
|
@@ -2251,7 +2375,7 @@ class _s extends C {
|
|
|
2251
2375
|
}
|
|
2252
2376
|
);
|
|
2253
2377
|
default:
|
|
2254
|
-
return
|
|
2378
|
+
return an({
|
|
2255
2379
|
// @ts-ignore
|
|
2256
2380
|
current: this.data.current,
|
|
2257
2381
|
// @ts-ignore
|
|
@@ -2272,57 +2396,57 @@ class _s extends C {
|
|
|
2272
2396
|
]);
|
|
2273
2397
|
}
|
|
2274
2398
|
}
|
|
2275
|
-
const
|
|
2399
|
+
const rn = (e) => {
|
|
2276
2400
|
let t = "";
|
|
2277
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;
|
|
2278
|
-
},
|
|
2402
|
+
}, cn = (e) => {
|
|
2279
2403
|
if (e.length !== 8)
|
|
2280
2404
|
return null;
|
|
2281
2405
|
const t = parseInt(e.substring(0, 2), 10), s = parseInt(e.substring(2, 4), 10), n = parseInt(e.substring(4, 8), 10);
|
|
2282
2406
|
return t >= 1 && t <= 12 && s >= 1 && s <= 31 && n >= 1900 ? `${n}-${t.toString().padStart(2, "0")}-${s.toString().padStart(2, "0")}` : null;
|
|
2283
|
-
},
|
|
2407
|
+
}, dn = ({ bind: e, required: t }) => p({
|
|
2284
2408
|
cache: "input",
|
|
2285
2409
|
class: "opacity-0 absolute top-0 left-0 w-full h-full pointer-events-none",
|
|
2286
2410
|
bind: e,
|
|
2287
2411
|
required: t
|
|
2288
|
-
}),
|
|
2412
|
+
}), un = ({ placeholder: e, handleInputChange: t, handleInputFocus: s }) => p({
|
|
2289
2413
|
cache: "dateInput",
|
|
2290
2414
|
class: "flex-1 bg-transparent outline-none placeholder:text-muted-foreground border-0",
|
|
2291
2415
|
placeholder: e || "mm/dd/yyyy",
|
|
2292
2416
|
input: t,
|
|
2293
2417
|
focus: s,
|
|
2294
|
-
onState: ["selectedDate", (n) => n ?
|
|
2295
|
-
}),
|
|
2418
|
+
onState: ["selectedDate", (n) => n ? ee.format("standard", n) : ""]
|
|
2419
|
+
}), hn = ({ bind: e, required: t, toggleOpen: s, handleInputChange: n, handleInputFocus: a, placeholder: l }) => o(
|
|
2296
2420
|
{
|
|
2297
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"
|
|
2298
2422
|
},
|
|
2299
2423
|
[
|
|
2300
|
-
|
|
2301
|
-
|
|
2424
|
+
dn({ bind: e, required: t }),
|
|
2425
|
+
un({ placeholder: l, handleInputChange: n, handleInputFocus: a }),
|
|
2302
2426
|
w(
|
|
2303
2427
|
{
|
|
2304
2428
|
class: "shrink-0 hover:bg-muted/50 rounded p-1 cursor-pointer",
|
|
2305
2429
|
click: s
|
|
2306
2430
|
},
|
|
2307
2431
|
[
|
|
2308
|
-
|
|
2432
|
+
j({ html: h.calendar.days })
|
|
2309
2433
|
]
|
|
2310
2434
|
)
|
|
2311
2435
|
]
|
|
2312
|
-
),
|
|
2436
|
+
), fn = ({ handleDateSelect: e, blockPriorDates: t }) => pe(
|
|
2313
2437
|
(s, n, a) => new se({
|
|
2314
2438
|
cache: "dropdown",
|
|
2315
2439
|
parent: a,
|
|
2316
2440
|
button: a.panel,
|
|
2317
2441
|
size: "fit"
|
|
2318
2442
|
}, [
|
|
2319
|
-
new
|
|
2443
|
+
new ln({
|
|
2320
2444
|
selectedDate: a.state.selectedDate,
|
|
2321
2445
|
selectedCallBack: e,
|
|
2322
2446
|
blockPriorDates: t
|
|
2323
2447
|
})
|
|
2324
2448
|
])
|
|
2325
|
-
),
|
|
2449
|
+
), Mo = O(
|
|
2326
2450
|
{
|
|
2327
2451
|
/**
|
|
2328
2452
|
* The initial state of the DatePicker.
|
|
@@ -2351,9 +2475,9 @@ const qs = (e) => {
|
|
|
2351
2475
|
*/
|
|
2352
2476
|
handleInputChange(e) {
|
|
2353
2477
|
const s = e.target.value.replace(/\D/g, "");
|
|
2354
|
-
e.target.value =
|
|
2355
|
-
const n =
|
|
2356
|
-
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));
|
|
2357
2481
|
},
|
|
2358
2482
|
/**
|
|
2359
2483
|
* Handles input focus - select all text for easy editing.
|
|
@@ -2369,7 +2493,7 @@ const qs = (e) => {
|
|
|
2369
2493
|
* @param {string} date
|
|
2370
2494
|
*/
|
|
2371
2495
|
handleDateSelect(e) {
|
|
2372
|
-
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);
|
|
2373
2497
|
},
|
|
2374
2498
|
/**
|
|
2375
2499
|
* Toggles the calendar popover.
|
|
@@ -2389,7 +2513,7 @@ const qs = (e) => {
|
|
|
2389
2513
|
return o(
|
|
2390
2514
|
{ class: "relative w-full max-w-[320px]" },
|
|
2391
2515
|
[
|
|
2392
|
-
|
|
2516
|
+
hn({
|
|
2393
2517
|
toggleOpen: this.toggleOpen.bind(this),
|
|
2394
2518
|
bind: this.bind,
|
|
2395
2519
|
required: this.required,
|
|
@@ -2397,7 +2521,7 @@ const qs = (e) => {
|
|
|
2397
2521
|
handleInputFocus: this.handleInputFocus.bind(this),
|
|
2398
2522
|
placeholder: this.placeholder
|
|
2399
2523
|
}),
|
|
2400
|
-
|
|
2524
|
+
fn({
|
|
2401
2525
|
handleDateSelect: this.handleDateSelect.bind(this),
|
|
2402
2526
|
blockPriorDates: this.blockPriorDates || !1
|
|
2403
2527
|
})
|
|
@@ -2405,7 +2529,7 @@ const qs = (e) => {
|
|
|
2405
2529
|
);
|
|
2406
2530
|
}
|
|
2407
2531
|
}
|
|
2408
|
-
),
|
|
2532
|
+
), Ye = ({ label: e, click: t }) => b(
|
|
2409
2533
|
{
|
|
2410
2534
|
class: `
|
|
2411
2535
|
inline-flex items-center justify-center h-7 w-7 bg-transparent p-0
|
|
@@ -2416,22 +2540,22 @@ const qs = (e) => {
|
|
|
2416
2540
|
click: t,
|
|
2417
2541
|
"aria-label": `${e} month`,
|
|
2418
2542
|
variant: "icon",
|
|
2419
|
-
icon: e === "Previous" ?
|
|
2543
|
+
icon: e === "Previous" ? h.chevron.single.left : h.chevron.single.right
|
|
2420
2544
|
}
|
|
2421
|
-
),
|
|
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" }, [
|
|
2422
2546
|
b({ click: e, variant: "ghost", "aria-label": "Select month" }, "[[monthName]]"),
|
|
2423
2547
|
b({ click: t, variant: "ghost", "aria-label": "Select year" }, "[[current.year]]"),
|
|
2424
|
-
|
|
2425
|
-
|
|
2426
|
-
]),
|
|
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(
|
|
2427
2551
|
{ class: "grid grid-cols-7 gap-1 text-center text-xs font-medium text-muted-foreground mb-2" },
|
|
2428
|
-
["Su", "Mo", "Tu", "We", "Th", "Fr", "Sa"].map(
|
|
2429
|
-
),
|
|
2430
|
-
let
|
|
2431
|
-
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(
|
|
2432
2556
|
{
|
|
2433
2557
|
class: `flex items-center justify-center p-0 text-sm font-medium rounded-md transition-colors ${m}`,
|
|
2434
|
-
variant:
|
|
2558
|
+
variant: f,
|
|
2435
2559
|
disabled: s,
|
|
2436
2560
|
click: (v) => {
|
|
2437
2561
|
v.preventDefault(), v.stopPropagation(), s || c();
|
|
@@ -2439,67 +2563,67 @@ const qs = (e) => {
|
|
|
2439
2563
|
},
|
|
2440
2564
|
e.toString()
|
|
2441
2565
|
);
|
|
2442
|
-
},
|
|
2443
|
-
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(),
|
|
2444
|
-
for (let
|
|
2445
|
-
const d =
|
|
2446
|
-
|
|
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({
|
|
2447
2571
|
day: d,
|
|
2448
2572
|
iso: y,
|
|
2449
|
-
disabled:
|
|
2450
|
-
isStart:
|
|
2451
|
-
isEnd:
|
|
2452
|
-
isBetween:
|
|
2573
|
+
disabled: q,
|
|
2574
|
+
isStart: G,
|
|
2575
|
+
isEnd: K,
|
|
2576
|
+
isBetween: ut,
|
|
2453
2577
|
isOtherMonth: !0,
|
|
2454
2578
|
click: () => n(y)
|
|
2455
2579
|
});
|
|
2456
2580
|
}
|
|
2457
|
-
for (let
|
|
2458
|
-
const d =
|
|
2459
|
-
|
|
2460
|
-
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,
|
|
2461
2585
|
iso: d,
|
|
2462
|
-
disabled:
|
|
2463
|
-
isStart:
|
|
2464
|
-
isEnd:
|
|
2465
|
-
isBetween:
|
|
2586
|
+
disabled: F,
|
|
2587
|
+
isStart: q,
|
|
2588
|
+
isEnd: G,
|
|
2589
|
+
isBetween: K,
|
|
2466
2590
|
isOtherMonth: !1,
|
|
2467
2591
|
click: () => {
|
|
2468
2592
|
n(d);
|
|
2469
2593
|
}
|
|
2470
2594
|
});
|
|
2471
2595
|
}
|
|
2472
|
-
const
|
|
2473
|
-
for (let
|
|
2474
|
-
const d =
|
|
2475
|
-
|
|
2476
|
-
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,
|
|
2477
2601
|
iso: d,
|
|
2478
|
-
disabled:
|
|
2479
|
-
isStart:
|
|
2480
|
-
isEnd:
|
|
2481
|
-
isBetween:
|
|
2602
|
+
disabled: F,
|
|
2603
|
+
isStart: q,
|
|
2604
|
+
isEnd: G,
|
|
2605
|
+
isBetween: K,
|
|
2482
2606
|
isOtherMonth: !0,
|
|
2483
2607
|
click: () => n(d)
|
|
2484
2608
|
});
|
|
2485
2609
|
}
|
|
2486
2610
|
return o(
|
|
2487
2611
|
{ class: "grid grid-cols-7 gap-1" },
|
|
2488
|
-
|
|
2489
|
-
(
|
|
2490
|
-
day:
|
|
2491
|
-
iso:
|
|
2492
|
-
disabled:
|
|
2493
|
-
isStart:
|
|
2494
|
-
isEnd:
|
|
2495
|
-
isBetween:
|
|
2496
|
-
isOtherMonth:
|
|
2497
|
-
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
|
|
2498
2622
|
})
|
|
2499
2623
|
)
|
|
2500
2624
|
);
|
|
2501
|
-
},
|
|
2502
|
-
|
|
2625
|
+
}, yn = r((e, t) => o({ class: "flex flex-auto flex-col" }, [
|
|
2626
|
+
gn({
|
|
2503
2627
|
// @ts-ignore
|
|
2504
2628
|
onMonthClick: e.onMonthClick,
|
|
2505
2629
|
// @ts-ignore
|
|
@@ -2514,8 +2638,8 @@ const qs = (e) => {
|
|
|
2514
2638
|
onSet: [
|
|
2515
2639
|
"currentDate",
|
|
2516
2640
|
() => [
|
|
2517
|
-
|
|
2518
|
-
|
|
2641
|
+
bn(),
|
|
2642
|
+
pn({
|
|
2519
2643
|
// @ts-ignore
|
|
2520
2644
|
today: e.today,
|
|
2521
2645
|
// @ts-ignore
|
|
@@ -2528,9 +2652,9 @@ const qs = (e) => {
|
|
|
2528
2652
|
]
|
|
2529
2653
|
]
|
|
2530
2654
|
})
|
|
2531
|
-
])),
|
|
2655
|
+
])), wn = ({ currentMonth: e, currentYear: t, onSelect: s }) => o(
|
|
2532
2656
|
{ class: "grid grid-cols-3 gap-2" },
|
|
2533
|
-
|
|
2657
|
+
ee.monthNames.map(
|
|
2534
2658
|
(n, a) => b(
|
|
2535
2659
|
{
|
|
2536
2660
|
click: (l) => {
|
|
@@ -2542,25 +2666,25 @@ const qs = (e) => {
|
|
|
2542
2666
|
n.substring(0, 3)
|
|
2543
2667
|
)
|
|
2544
2668
|
)
|
|
2545
|
-
),
|
|
2546
|
-
|
|
2669
|
+
), vn = ({ start: e, end: t, selecting: s, onSelectStart: n, onSelectEnd: a }) => o({ class: "flex gap-x-2 mb-4" }, [
|
|
2670
|
+
Q("selecting", (l) => b({
|
|
2547
2671
|
click: n,
|
|
2548
2672
|
variant: l === "start" ? "primary" : "outline",
|
|
2549
2673
|
class: "flex-1"
|
|
2550
2674
|
}, [
|
|
2551
|
-
o({ class: "font-medium" },
|
|
2675
|
+
o({ class: "font-medium" }, _e("current.start", "Start Date"))
|
|
2552
2676
|
])),
|
|
2553
|
-
|
|
2677
|
+
Q("selecting", (l) => b({
|
|
2554
2678
|
click: a,
|
|
2555
2679
|
variant: l === "end" ? "primary" : "outline",
|
|
2556
2680
|
class: "flex-1"
|
|
2557
2681
|
}, [
|
|
2558
|
-
o({ class: "font-medium" },
|
|
2682
|
+
o({ class: "font-medium" }, _e("current.end", "End Date"))
|
|
2559
2683
|
]))
|
|
2560
|
-
]),
|
|
2684
|
+
]), _e = (e, t) => [`[[${e}]]`, (s) => s == null ? t : kn(s)], kn = (e) => {
|
|
2561
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"];
|
|
2562
2686
|
return `${s[t.getDay()]}, ${t.getDate()} ${n[t.getMonth()]}`;
|
|
2563
|
-
},
|
|
2687
|
+
}, Cn = ({ currentYear: e, onSelect: t }) => {
|
|
2564
2688
|
const s = e - 50, n = Array.from({ length: 101 }, (a, l) => s + l);
|
|
2565
2689
|
return o(
|
|
2566
2690
|
{ class: "grid grid-cols-4 gap-2 overflow-y-auto max-h-72" },
|
|
@@ -2578,7 +2702,7 @@ const qs = (e) => {
|
|
|
2578
2702
|
)
|
|
2579
2703
|
);
|
|
2580
2704
|
};
|
|
2581
|
-
class
|
|
2705
|
+
class Sn extends S {
|
|
2582
2706
|
/**
|
|
2583
2707
|
* Declare compiler props.
|
|
2584
2708
|
*
|
|
@@ -2619,7 +2743,7 @@ class dn extends C {
|
|
|
2619
2743
|
* @returns {string}
|
|
2620
2744
|
*/
|
|
2621
2745
|
getMonthName(t) {
|
|
2622
|
-
return
|
|
2746
|
+
return ee.monthNames[t];
|
|
2623
2747
|
}
|
|
2624
2748
|
/**
|
|
2625
2749
|
* Initialize component state.
|
|
@@ -2675,7 +2799,7 @@ class dn extends C {
|
|
|
2675
2799
|
render() {
|
|
2676
2800
|
const { today: t, current: s, selecting: n } = this.data, { start: a, end: l } = s;
|
|
2677
2801
|
return o({ class: "range-calendar border border-border rounded-lg shadow-md p-4 w-full max-w-sm min-w-80" }, [
|
|
2678
|
-
|
|
2802
|
+
vn({
|
|
2679
2803
|
start: a,
|
|
2680
2804
|
end: l,
|
|
2681
2805
|
selecting: n,
|
|
@@ -2686,10 +2810,10 @@ class dn extends C {
|
|
|
2686
2810
|
i.preventDefault(), i.stopPropagation(), this.data.selecting = "end";
|
|
2687
2811
|
}
|
|
2688
2812
|
}),
|
|
2689
|
-
|
|
2813
|
+
M("view", (i) => {
|
|
2690
2814
|
switch (i) {
|
|
2691
2815
|
case "months":
|
|
2692
|
-
return
|
|
2816
|
+
return wn(
|
|
2693
2817
|
{
|
|
2694
2818
|
currentMonth: s.month,
|
|
2695
2819
|
currentYear: s.year,
|
|
@@ -2699,7 +2823,7 @@ class dn extends C {
|
|
|
2699
2823
|
}
|
|
2700
2824
|
);
|
|
2701
2825
|
case "years":
|
|
2702
|
-
return
|
|
2826
|
+
return Cn(
|
|
2703
2827
|
{
|
|
2704
2828
|
currentYear: s.year,
|
|
2705
2829
|
onSelect: (c) => {
|
|
@@ -2708,7 +2832,7 @@ class dn extends C {
|
|
|
2708
2832
|
}
|
|
2709
2833
|
);
|
|
2710
2834
|
default:
|
|
2711
|
-
return
|
|
2835
|
+
return yn({
|
|
2712
2836
|
// @ts-ignore
|
|
2713
2837
|
monthName: this.data.monthName,
|
|
2714
2838
|
year: s.year,
|
|
@@ -2723,12 +2847,12 @@ class dn extends C {
|
|
|
2723
2847
|
c.preventDefault(), c.stopPropagation(), this.state.view = "years";
|
|
2724
2848
|
},
|
|
2725
2849
|
next: () => {
|
|
2726
|
-
const c = this.data.current,
|
|
2727
|
-
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);
|
|
2728
2852
|
},
|
|
2729
2853
|
previous: () => {
|
|
2730
|
-
const c = this.data.current,
|
|
2731
|
-
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);
|
|
2732
2856
|
}
|
|
2733
2857
|
});
|
|
2734
2858
|
}
|
|
@@ -2736,35 +2860,35 @@ class dn extends C {
|
|
|
2736
2860
|
]);
|
|
2737
2861
|
}
|
|
2738
2862
|
}
|
|
2739
|
-
const
|
|
2863
|
+
const $n = ({ bind: e, required: t }) => p({
|
|
2740
2864
|
cache: "input",
|
|
2741
2865
|
class: "opacity-0 absolute top-0 left-0 w-full h-full pointer-events-none",
|
|
2742
2866
|
bind: e,
|
|
2743
2867
|
required: t
|
|
2744
|
-
}),
|
|
2868
|
+
}), Dn = ({ bind: e, required: t, toggleOpen: s }) => w({
|
|
2745
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",
|
|
2746
2870
|
click: s
|
|
2747
2871
|
}, [
|
|
2748
|
-
|
|
2749
|
-
|
|
2750
|
-
|
|
2751
|
-
|
|
2752
|
-
|
|
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"))
|
|
2753
2877
|
]),
|
|
2754
|
-
|
|
2755
|
-
]),
|
|
2878
|
+
j({ html: h.calendar.days })
|
|
2879
|
+
]), In = ({ handleDateSelect: e, blockPriorDates: t }) => pe((s, n, a) => new se({
|
|
2756
2880
|
cache: "dropdown",
|
|
2757
2881
|
parent: a,
|
|
2758
2882
|
button: a.panel,
|
|
2759
2883
|
size: "xl"
|
|
2760
2884
|
}, [
|
|
2761
|
-
new
|
|
2885
|
+
new Sn({
|
|
2762
2886
|
startDate: a.state.start,
|
|
2763
2887
|
endDate: a.state.end,
|
|
2764
2888
|
onRangeSelect: e,
|
|
2765
2889
|
blockPriorDates: t
|
|
2766
2890
|
})
|
|
2767
|
-
])),
|
|
2891
|
+
])), Po = O(
|
|
2768
2892
|
{
|
|
2769
2893
|
/**
|
|
2770
2894
|
* The initial state of the DateRangePicker.
|
|
@@ -2797,15 +2921,15 @@ const un = ({ bind: e, required: t }) => p({
|
|
|
2797
2921
|
*/
|
|
2798
2922
|
render() {
|
|
2799
2923
|
const e = (s, { state: n }) => n.toggle("open"), t = (s, n) => {
|
|
2800
|
-
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);
|
|
2801
2925
|
};
|
|
2802
2926
|
return o({ class: "relative w-full max-w-[320px]" }, [
|
|
2803
|
-
|
|
2927
|
+
Dn({
|
|
2804
2928
|
toggleOpen: e,
|
|
2805
2929
|
bind: this.bind,
|
|
2806
2930
|
required: this.required
|
|
2807
2931
|
}),
|
|
2808
|
-
|
|
2932
|
+
In({
|
|
2809
2933
|
handleDateSelect: t,
|
|
2810
2934
|
blockPriorDates: this.blockPriorDates || !1
|
|
2811
2935
|
})
|
|
@@ -2813,11 +2937,11 @@ const un = ({ bind: e, required: t }) => p({
|
|
|
2813
2937
|
}
|
|
2814
2938
|
}
|
|
2815
2939
|
);
|
|
2816
|
-
function
|
|
2940
|
+
function Tn(e) {
|
|
2817
2941
|
let t = "";
|
|
2818
2942
|
return e.length > 0 && (t = e.substring(0, 2), e.length > 2 && (t += ":" + e.substring(2, 4))), t;
|
|
2819
2943
|
}
|
|
2820
|
-
function
|
|
2944
|
+
function Mn(e) {
|
|
2821
2945
|
if (e.length < 4)
|
|
2822
2946
|
return { formattedTime: null, hour: null, minute: null, meridian: null };
|
|
2823
2947
|
const t = parseInt(e.substring(0, 2), 10), s = parseInt(e.substring(2, 4), 10);
|
|
@@ -2831,7 +2955,7 @@ function mn(e) {
|
|
|
2831
2955
|
meridian: a
|
|
2832
2956
|
};
|
|
2833
2957
|
}
|
|
2834
|
-
function
|
|
2958
|
+
function Pn({ bind: e, required: t }) {
|
|
2835
2959
|
return p({
|
|
2836
2960
|
cache: "input",
|
|
2837
2961
|
class: "opacity-0 absolute top-0 left-0 w-full h-full pointer-events-none",
|
|
@@ -2839,7 +2963,7 @@ function bn({ bind: e, required: t }) {
|
|
|
2839
2963
|
required: t
|
|
2840
2964
|
});
|
|
2841
2965
|
}
|
|
2842
|
-
function
|
|
2966
|
+
function Bn({ placeholder: e, handleInputChange: t, handleInputFocus: s }) {
|
|
2843
2967
|
return p({
|
|
2844
2968
|
cache: "timeInput",
|
|
2845
2969
|
class: "flex-1 bg-transparent outline-none placeholder:text-muted-foreground border-0",
|
|
@@ -2849,27 +2973,27 @@ function xn({ placeholder: e, handleInputChange: t, handleInputFocus: s }) {
|
|
|
2849
2973
|
onState: ["selectedTime", (n) => n || ""]
|
|
2850
2974
|
});
|
|
2851
2975
|
}
|
|
2852
|
-
function
|
|
2976
|
+
function zn({ bind: e, required: t, toggleOpen: s, handleInputChange: n, handleInputFocus: a, placeholder: l }) {
|
|
2853
2977
|
return o(
|
|
2854
2978
|
{
|
|
2855
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"
|
|
2856
2980
|
},
|
|
2857
2981
|
[
|
|
2858
|
-
|
|
2859
|
-
|
|
2982
|
+
Pn({ bind: e, required: t }),
|
|
2983
|
+
Bn({ placeholder: l, handleInputChange: n, handleInputFocus: a }),
|
|
2860
2984
|
w(
|
|
2861
2985
|
{
|
|
2862
2986
|
class: "shrink-0 hover:bg-muted/50 rounded p-1 cursor-pointer",
|
|
2863
2987
|
click: s
|
|
2864
2988
|
},
|
|
2865
2989
|
[
|
|
2866
|
-
|
|
2990
|
+
j({ html: h.clock })
|
|
2867
2991
|
]
|
|
2868
2992
|
)
|
|
2869
2993
|
]
|
|
2870
2994
|
);
|
|
2871
2995
|
}
|
|
2872
|
-
function
|
|
2996
|
+
function ce({ items: e, handleTimeSelect: t, state: s, stateValue: n, pad: a = !1 }) {
|
|
2873
2997
|
return o(
|
|
2874
2998
|
{ class: "flex flex-col max-h-[200px] overflow-y-auto" },
|
|
2875
2999
|
e.map((l) => {
|
|
@@ -2883,8 +3007,8 @@ function ie({ items: e, handleTimeSelect: t, state: s, stateValue: n, pad: a = !
|
|
|
2883
3007
|
})
|
|
2884
3008
|
);
|
|
2885
3009
|
}
|
|
2886
|
-
function
|
|
2887
|
-
return
|
|
3010
|
+
function On({ handleTimeSelect: e }) {
|
|
3011
|
+
return pe(
|
|
2888
3012
|
(t, s, n) => new se(
|
|
2889
3013
|
{
|
|
2890
3014
|
cache: "dropdown",
|
|
@@ -2900,7 +3024,7 @@ function yn({ handleTimeSelect: e }) {
|
|
|
2900
3024
|
{ class: "grid grid-cols-3 gap-2 p-4 text-center max-h-[220px] min-w-[240px]" },
|
|
2901
3025
|
[
|
|
2902
3026
|
// Hours column
|
|
2903
|
-
|
|
3027
|
+
ce({
|
|
2904
3028
|
items: Array.from({ length: 12 }, (a, l) => l + 1),
|
|
2905
3029
|
handleTimeSelect: e,
|
|
2906
3030
|
state: n.state,
|
|
@@ -2908,7 +3032,7 @@ function yn({ handleTimeSelect: e }) {
|
|
|
2908
3032
|
pad: !0
|
|
2909
3033
|
}),
|
|
2910
3034
|
// Minutes column
|
|
2911
|
-
|
|
3035
|
+
ce({
|
|
2912
3036
|
items: Array.from({ length: 60 }, (a, l) => l),
|
|
2913
3037
|
handleTimeSelect: e,
|
|
2914
3038
|
state: n.state,
|
|
@@ -2916,7 +3040,7 @@ function yn({ handleTimeSelect: e }) {
|
|
|
2916
3040
|
pad: !0
|
|
2917
3041
|
}),
|
|
2918
3042
|
// AM/PM column
|
|
2919
|
-
|
|
3043
|
+
ce({
|
|
2920
3044
|
items: ["AM", "PM"],
|
|
2921
3045
|
handleTimeSelect: e,
|
|
2922
3046
|
state: n.state,
|
|
@@ -2930,7 +3054,7 @@ function yn({ handleTimeSelect: e }) {
|
|
|
2930
3054
|
)
|
|
2931
3055
|
);
|
|
2932
3056
|
}
|
|
2933
|
-
function
|
|
3057
|
+
function Ve(e) {
|
|
2934
3058
|
if (!e)
|
|
2935
3059
|
return { hour: null, minute: null, meridian: null };
|
|
2936
3060
|
const t = /^(\d{1,2}):(\d{2})(?::(\d{2}))?\s?(AM|PM)?$/i, s = e.match(t);
|
|
@@ -2943,7 +3067,7 @@ function Ee(e) {
|
|
|
2943
3067
|
meridian: l
|
|
2944
3068
|
});
|
|
2945
3069
|
}
|
|
2946
|
-
const
|
|
3070
|
+
const Bo = O(
|
|
2947
3071
|
{
|
|
2948
3072
|
/**
|
|
2949
3073
|
* The initial shallow state of the TimePicker.
|
|
@@ -2951,7 +3075,7 @@ const co = O(
|
|
|
2951
3075
|
* @member {object} state
|
|
2952
3076
|
*/
|
|
2953
3077
|
state() {
|
|
2954
|
-
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);
|
|
2955
3079
|
return {
|
|
2956
3080
|
selectedTime: e,
|
|
2957
3081
|
open: !1,
|
|
@@ -2967,7 +3091,7 @@ const co = O(
|
|
|
2967
3091
|
*/
|
|
2968
3092
|
after() {
|
|
2969
3093
|
if (this.input.value) {
|
|
2970
|
-
const { hour: e, minute: t, meridian: s } =
|
|
3094
|
+
const { hour: e, minute: t, meridian: s } = Ve(this.input.value);
|
|
2971
3095
|
this.state.set({
|
|
2972
3096
|
hour: e,
|
|
2973
3097
|
minute: t,
|
|
@@ -2991,14 +3115,14 @@ const co = O(
|
|
|
2991
3115
|
* @param {Event} e
|
|
2992
3116
|
*/
|
|
2993
3117
|
handleInputChange(e) {
|
|
2994
|
-
let t = e.target.value.replace(/[^\d]/g, ""), s =
|
|
2995
|
-
const n =
|
|
3118
|
+
let t = e.target.value.replace(/[^\d]/g, ""), s = Tn(t);
|
|
3119
|
+
const n = Mn(t);
|
|
2996
3120
|
n.formattedTime && (s = n.formattedTime, this.state.set({
|
|
2997
3121
|
hour: n.hour,
|
|
2998
3122
|
minute: n.minute,
|
|
2999
3123
|
meridian: n.meridian,
|
|
3000
3124
|
selectedTime: n.formattedTime
|
|
3001
|
-
}), 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;
|
|
3002
3126
|
},
|
|
3003
3127
|
/**
|
|
3004
3128
|
* Handles input focus - select all text for easy editing.
|
|
@@ -3016,7 +3140,7 @@ const co = O(
|
|
|
3016
3140
|
handleTimeSelect({ hour: e, minute: t, meridian: s }) {
|
|
3017
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) {
|
|
3018
3142
|
const n = `${this.state.hour}:${this.state.minute} ${this.state.meridian}`;
|
|
3019
|
-
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);
|
|
3020
3144
|
}
|
|
3021
3145
|
},
|
|
3022
3146
|
/**
|
|
@@ -3028,7 +3152,7 @@ const co = O(
|
|
|
3028
3152
|
return o(
|
|
3029
3153
|
{ class: "relative w-full max-w-[320px]" },
|
|
3030
3154
|
[
|
|
3031
|
-
|
|
3155
|
+
zn({
|
|
3032
3156
|
toggleOpen: this.toggleOpen.bind(this),
|
|
3033
3157
|
bind: this.bind,
|
|
3034
3158
|
required: this.required,
|
|
@@ -3036,18 +3160,18 @@ const co = O(
|
|
|
3036
3160
|
handleInputFocus: this.handleInputFocus.bind(this),
|
|
3037
3161
|
placeholder: this.placeholder
|
|
3038
3162
|
}),
|
|
3039
|
-
|
|
3163
|
+
On({
|
|
3040
3164
|
handleTimeSelect: this.handleTimeSelect.bind(this)
|
|
3041
3165
|
})
|
|
3042
3166
|
]
|
|
3043
3167
|
);
|
|
3044
3168
|
}
|
|
3045
3169
|
}
|
|
3046
|
-
),
|
|
3170
|
+
), Nn = (e, t) => o({ class: `hidden md:flex items-start justify-center w-6 h-6 mr-3 ${t}` }, [
|
|
3047
3171
|
x({ size: "lg" }, e)
|
|
3048
|
-
]),
|
|
3049
|
-
|
|
3050
|
-
]),
|
|
3172
|
+
]), Fn = ({ title: e }) => X({ class: "flex flex-auto items-center" }, [
|
|
3173
|
+
J({ class: "text-lg font-semibold" }, e)
|
|
3174
|
+
]), zo = r((e, t) => bt(
|
|
3051
3175
|
{
|
|
3052
3176
|
class: `fixed pullUpIn z-30 w-[98%] border md:w-full max-w-lg bg-popover text-foreground shadow-lg duration-200
|
|
3053
3177
|
rounded-lg flex flex-auto flex-col
|
|
@@ -3060,21 +3184,21 @@ const co = O(
|
|
|
3060
3184
|
o({ class: "flex flex-auto p-6 pb-12 md:pb-6" }, [
|
|
3061
3185
|
// Icon and content
|
|
3062
3186
|
// @ts-ignore
|
|
3063
|
-
e.icon &&
|
|
3187
|
+
e.icon && Nn(e.icon, e.iconColor),
|
|
3064
3188
|
o({ class: "flex flex-auto flex-col gap-4" }, [
|
|
3065
3189
|
o({ class: "flex flex-auto flex-col gap-y-2" }, [
|
|
3066
|
-
|
|
3190
|
+
Fn(e),
|
|
3067
3191
|
// @ts-ignore
|
|
3068
3192
|
e.description && k({ class: "flex flex-auto flex-col text-sm text-muted-foreground" }, e.description),
|
|
3069
3193
|
o({ class: "flex flex-auto flex-col text-sm text-muted-foreground" }, t)
|
|
3070
3194
|
]),
|
|
3071
3195
|
// @ts-ignore
|
|
3072
|
-
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)
|
|
3073
3197
|
])
|
|
3074
3198
|
])
|
|
3075
3199
|
]
|
|
3076
|
-
)),
|
|
3077
|
-
|
|
3200
|
+
)), Oo = r((e, t = []) => o({ class: "w-full max-w-md p-6 m-auto" }, [
|
|
3201
|
+
st({ class: "flex flex-auto flex-col" }, [
|
|
3078
3202
|
o({ class: "flex flex-auto flex-col gap-y-4" }, [
|
|
3079
3203
|
o({ class: "flex flex-auto items-center justify-center" }, [
|
|
3080
3204
|
// @ts-ignore
|
|
@@ -3085,7 +3209,7 @@ const co = O(
|
|
|
3085
3209
|
]),
|
|
3086
3210
|
X({ class: "py-4 text-center" }, [
|
|
3087
3211
|
// @ts-ignore
|
|
3088
|
-
|
|
3212
|
+
J({ class: "text-xl font-bold" }, e.title),
|
|
3089
3213
|
// @ts-ignore
|
|
3090
3214
|
k({ class: "pb-8 text-muted-foreground" }, e.description || ""),
|
|
3091
3215
|
...t
|
|
@@ -3104,28 +3228,28 @@ r(({ value: e, label: t }) => w({
|
|
|
3104
3228
|
dataSet: ["performance", ["state", e, "active"]],
|
|
3105
3229
|
click: (s, { state: n }) => n.performance = e
|
|
3106
3230
|
}, t));
|
|
3107
|
-
const
|
|
3231
|
+
const Ln = (e, t) => {
|
|
3108
3232
|
const s = e.toggleAllSelectedRows();
|
|
3109
3233
|
t.state.checked = !s;
|
|
3110
|
-
},
|
|
3111
|
-
|
|
3112
|
-
]),
|
|
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 }) => {
|
|
3113
3237
|
const i = e || "justify-start";
|
|
3114
|
-
return
|
|
3238
|
+
return Ke({
|
|
3115
3239
|
class: `cursor-pointer py-3 px-4 text-base ${l || ""}`,
|
|
3116
3240
|
click: t && (() => a(s))
|
|
3117
3241
|
}, [
|
|
3118
3242
|
o({ class: `flex flex-auto w-full items-center ${i}` }, [
|
|
3119
|
-
|
|
3120
|
-
t &&
|
|
3243
|
+
u(n),
|
|
3244
|
+
t && j({ class: "ml-2", html: h.arrows.upDown })
|
|
3121
3245
|
])
|
|
3122
3246
|
]);
|
|
3123
|
-
},
|
|
3124
|
-
|
|
3247
|
+
}, Se = (e) => xt([
|
|
3248
|
+
pt({
|
|
3125
3249
|
class: "text-muted-foreground border-b",
|
|
3126
3250
|
map: [
|
|
3127
3251
|
e.headers,
|
|
3128
|
-
(t) => t.label === "checkbox" ?
|
|
3252
|
+
(t) => t.label === "checkbox" ? An({ toggle: e.toggle }) : Rn({
|
|
3129
3253
|
align: t.align,
|
|
3130
3254
|
sortable: t.sortable,
|
|
3131
3255
|
key: t.key,
|
|
@@ -3134,7 +3258,7 @@ const kn = (e, t) => {
|
|
|
3134
3258
|
})
|
|
3135
3259
|
]
|
|
3136
3260
|
})
|
|
3137
|
-
]),
|
|
3261
|
+
]), jn = ({ key: e, rows: t, selectRow: s, rowItem: n, emptyState: a, skeleton: l, columnCount: i }) => new Ct({
|
|
3138
3262
|
cache: "list",
|
|
3139
3263
|
key: e,
|
|
3140
3264
|
items: t,
|
|
@@ -3144,7 +3268,7 @@ const kn = (e, t) => {
|
|
|
3144
3268
|
skeleton: l,
|
|
3145
3269
|
columnCount: i
|
|
3146
3270
|
});
|
|
3147
|
-
class
|
|
3271
|
+
class ot extends S {
|
|
3148
3272
|
/**
|
|
3149
3273
|
* Initializes component data.
|
|
3150
3274
|
*
|
|
@@ -3223,14 +3347,14 @@ class et extends C {
|
|
|
3223
3347
|
render() {
|
|
3224
3348
|
const t = this.border !== !1 ? "border" : "", s = this.getHeaderColCount();
|
|
3225
3349
|
return o({ class: "w-full flex flex-auto flex-col" }, [
|
|
3226
|
-
|
|
3350
|
+
Q("hasItems", (n) => n === !1 && this.emptyState ? this.emptyState() : null),
|
|
3227
3351
|
o({ class: `w-full rounded-md ${t} overflow-x-auto`, onSet: ["hasItems", { hidden: !1 }] }, [
|
|
3228
|
-
|
|
3352
|
+
ye({ class: "w-full" }, [
|
|
3229
3353
|
// @ts-ignore
|
|
3230
|
-
this.headers &&
|
|
3354
|
+
this.headers && Se({ headers: this.headers, sort: (n) => this.sortRows(n) }),
|
|
3231
3355
|
// @ts-ignore
|
|
3232
3356
|
this.customHeader ?? null,
|
|
3233
|
-
|
|
3357
|
+
jn({
|
|
3234
3358
|
// @ts-ignore
|
|
3235
3359
|
key: this.key,
|
|
3236
3360
|
// @ts-ignore
|
|
@@ -3309,7 +3433,7 @@ class et extends C {
|
|
|
3309
3433
|
this.data.selectedRows = [];
|
|
3310
3434
|
}
|
|
3311
3435
|
}
|
|
3312
|
-
const
|
|
3436
|
+
const En = (e) => new St({
|
|
3313
3437
|
cache: "list",
|
|
3314
3438
|
loadMoreItems: e.loadMoreItems,
|
|
3315
3439
|
offset: e.offset,
|
|
@@ -3322,7 +3446,7 @@ const Dn = (e) => new vt({
|
|
|
3322
3446
|
skeleton: e.skeleton,
|
|
3323
3447
|
columnCount: e.columnCount
|
|
3324
3448
|
});
|
|
3325
|
-
class
|
|
3449
|
+
class Hn extends ot {
|
|
3326
3450
|
/**
|
|
3327
3451
|
* Renders the DataTable component.
|
|
3328
3452
|
*
|
|
@@ -3331,14 +3455,14 @@ class In extends et {
|
|
|
3331
3455
|
render() {
|
|
3332
3456
|
const t = this.border !== !1 ? "border" : "", s = this.getHeaderColCount();
|
|
3333
3457
|
return o({ class: "w-full flex flex-auto flex-col" }, [
|
|
3334
|
-
|
|
3458
|
+
Q("hasItems", (n) => n === !1 && this.emptyState ? this.emptyState() : null),
|
|
3335
3459
|
o({ class: `w-full rounded-md ${t} overflow-x-auto`, onSet: ["hasItems", { hidden: !1 }] }, [
|
|
3336
|
-
|
|
3460
|
+
ye({ class: "w-full" }, [
|
|
3337
3461
|
// @ts-ignore
|
|
3338
|
-
this.headers &&
|
|
3462
|
+
this.headers && Se({ headers: this.headers, sort: (n) => this.sortRows(n) }),
|
|
3339
3463
|
// @ts-ignore
|
|
3340
3464
|
this.customHeader ?? null,
|
|
3341
|
-
|
|
3465
|
+
En({
|
|
3342
3466
|
// @ts-ignore
|
|
3343
3467
|
loadMoreItems: this.loadMoreItems,
|
|
3344
3468
|
// @ts-ignore
|
|
@@ -3374,7 +3498,7 @@ class In extends et {
|
|
|
3374
3498
|
this.list.refresh();
|
|
3375
3499
|
}
|
|
3376
3500
|
}
|
|
3377
|
-
const
|
|
3501
|
+
const No = r((e) => new Hn(
|
|
3378
3502
|
{
|
|
3379
3503
|
// @ts-ignore
|
|
3380
3504
|
cache: e.cache ?? "list",
|
|
@@ -3405,7 +3529,7 @@ const fo = r((e) => new In(
|
|
|
3405
3529
|
// @ts-ignore
|
|
3406
3530
|
skeleton: e.skeleton
|
|
3407
3531
|
}
|
|
3408
|
-
)),
|
|
3532
|
+
)), Un = (e) => new $t({
|
|
3409
3533
|
cache: "list",
|
|
3410
3534
|
scrollContainer: e.scrollContainer,
|
|
3411
3535
|
loadMoreItems: e.loadMoreItems,
|
|
@@ -3419,7 +3543,7 @@ const fo = r((e) => new In(
|
|
|
3419
3543
|
skeleton: e.skeleton,
|
|
3420
3544
|
columnCount: e.columnCount
|
|
3421
3545
|
});
|
|
3422
|
-
class
|
|
3546
|
+
class Yn extends ot {
|
|
3423
3547
|
/**
|
|
3424
3548
|
* Renders the DataTable component.
|
|
3425
3549
|
*
|
|
@@ -3428,14 +3552,14 @@ class Mn extends et {
|
|
|
3428
3552
|
render() {
|
|
3429
3553
|
const t = this.border !== !1 ? "border" : "", s = this.getHeaderColCount();
|
|
3430
3554
|
return o({ class: "w-full flex flex-auto flex-col" }, [
|
|
3431
|
-
|
|
3555
|
+
Q("hasItems", (n) => n === !1 && this.emptyState ? this.emptyState() : null),
|
|
3432
3556
|
o({ class: `w-full rounded-md ${t} overflow-x-auto`, onSet: ["hasItems", { hidden: !1 }] }, [
|
|
3433
|
-
|
|
3557
|
+
ye({ class: "w-full" }, [
|
|
3434
3558
|
// @ts-ignore
|
|
3435
|
-
this.headers &&
|
|
3559
|
+
this.headers && Se({ headers: this.headers, sort: (n) => this.sortRows(n) }),
|
|
3436
3560
|
// @ts-ignore
|
|
3437
3561
|
this.customHeader ?? null,
|
|
3438
|
-
|
|
3562
|
+
Un({
|
|
3439
3563
|
// @ts-ignore
|
|
3440
3564
|
scrollContainer: this.scrollContainer,
|
|
3441
3565
|
// @ts-ignore
|
|
@@ -3473,7 +3597,7 @@ class Mn extends et {
|
|
|
3473
3597
|
this.list.refresh();
|
|
3474
3598
|
}
|
|
3475
3599
|
}
|
|
3476
|
-
const
|
|
3600
|
+
const Fo = r((e) => new Yn(
|
|
3477
3601
|
{
|
|
3478
3602
|
// @ts-ignore
|
|
3479
3603
|
cache: e.cache ?? "list",
|
|
@@ -3506,28 +3630,28 @@ const go = r((e) => new Mn(
|
|
|
3506
3630
|
// @ts-ignore
|
|
3507
3631
|
skeleton: e.skeleton
|
|
3508
3632
|
}
|
|
3509
|
-
)),
|
|
3633
|
+
)), _n = r(({ name: e, email: t }) => o({ class: "min-w-0 flex-auto" }, [
|
|
3510
3634
|
k({ class: "text-base font-semibold leading-6 m-0" }, e),
|
|
3511
3635
|
k({ class: "truncate text-sm leading-5 text-muted-foreground m-0" }, t)
|
|
3512
|
-
])),
|
|
3636
|
+
])), Vn = () => o({ class: "flex items-center gap-x-1.5" }, [
|
|
3513
3637
|
o({ class: "flex-none rounded-full bg-emerald-500/20 p-1" }, [
|
|
3514
3638
|
o({ class: "h-1.5 w-1.5 rounded-full bg-emerald-500" })
|
|
3515
3639
|
]),
|
|
3516
3640
|
k({ class: "text-xs leading-5 text-gray-500" }, "Online")
|
|
3517
|
-
]),
|
|
3518
|
-
|
|
3519
|
-
|
|
3520
|
-
]),
|
|
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" }, [
|
|
3521
3645
|
k({ class: "text-sm leading-6 m-0" }, e),
|
|
3522
|
-
|
|
3523
|
-
])),
|
|
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" }, [
|
|
3524
3648
|
o({ class: "flex min-w-0 gap-x-4" }, [
|
|
3525
3649
|
// @ts-ignore
|
|
3526
|
-
|
|
3650
|
+
zs({ src: e.image, alt: e.name, fallbackText: Kn(e.name) }),
|
|
3527
3651
|
// @ts-ignore
|
|
3528
|
-
|
|
3652
|
+
_n({ name: e.name, email: e.email })
|
|
3529
3653
|
]),
|
|
3530
|
-
|
|
3654
|
+
Gn({
|
|
3531
3655
|
// @ts-ignore
|
|
3532
3656
|
role: e.role,
|
|
3533
3657
|
// @ts-ignore
|
|
@@ -3535,16 +3659,16 @@ const go = r((e) => new Mn(
|
|
|
3535
3659
|
// @ts-ignore
|
|
3536
3660
|
status: e.status
|
|
3537
3661
|
})
|
|
3538
|
-
])),
|
|
3662
|
+
])), Lo = r((e) => new Dt({
|
|
3539
3663
|
cache: "list",
|
|
3540
3664
|
key: "name",
|
|
3541
3665
|
// @ts-ignore
|
|
3542
3666
|
items: e.users,
|
|
3543
3667
|
role: "list",
|
|
3544
3668
|
class: "divide-y divide-border",
|
|
3545
|
-
rowItem:
|
|
3669
|
+
rowItem: Qn
|
|
3546
3670
|
}));
|
|
3547
|
-
class
|
|
3671
|
+
class Jn extends S {
|
|
3548
3672
|
/**
|
|
3549
3673
|
* This will declare the props for the compiler.
|
|
3550
3674
|
*
|
|
@@ -3605,14 +3729,14 @@ class Ln extends C {
|
|
|
3605
3729
|
});
|
|
3606
3730
|
}
|
|
3607
3731
|
}
|
|
3608
|
-
const
|
|
3732
|
+
const Xn = r(({ options: e, click: t }, s) => ({
|
|
3609
3733
|
tag: "li",
|
|
3610
3734
|
...{
|
|
3611
3735
|
class: `relative flex flex-row w-auto text-left p-0 transition-all cursor-pointer min-w-[48px] option${e ? " sub" : ""}`,
|
|
3612
3736
|
click: t
|
|
3613
3737
|
},
|
|
3614
3738
|
children: s
|
|
3615
|
-
})),
|
|
3739
|
+
})), Zn = (e, t = null, s = !1) => [
|
|
3616
3740
|
t && o({
|
|
3617
3741
|
class: "icon w-12 rounded-md flex items-center justify-center min-w-12",
|
|
3618
3742
|
onState: ["selected", {
|
|
@@ -3621,8 +3745,8 @@ const jn = r(({ options: e, click: t }, s) => ({
|
|
|
3621
3745
|
}, [
|
|
3622
3746
|
x({ size: "sm" }, t)
|
|
3623
3747
|
]),
|
|
3624
|
-
|
|
3625
|
-
s &&
|
|
3748
|
+
E({ class: "label flex flex-auto text-sm items-center cursor-pointer whitespace-nowrap" }, e),
|
|
3749
|
+
s && u(
|
|
3626
3750
|
{
|
|
3627
3751
|
class: "flex justify-center items-center px-1 transition-all text-muted-foreground mr-2",
|
|
3628
3752
|
onState: [
|
|
@@ -3635,11 +3759,11 @@ const jn = r(({ options: e, click: t }, s) => ({
|
|
|
3635
3759
|
]
|
|
3636
3760
|
},
|
|
3637
3761
|
[
|
|
3638
|
-
x({ size: "xs" },
|
|
3762
|
+
x({ size: "xs" }, h.chevron.single.down)
|
|
3639
3763
|
]
|
|
3640
3764
|
)
|
|
3641
3765
|
];
|
|
3642
|
-
class
|
|
3766
|
+
class lt extends S {
|
|
3643
3767
|
/**
|
|
3644
3768
|
* This will declare the props for the compiler.
|
|
3645
3769
|
*
|
|
@@ -3656,7 +3780,7 @@ class tt extends C {
|
|
|
3656
3780
|
*/
|
|
3657
3781
|
render() {
|
|
3658
3782
|
const t = !this.options && this.callBack;
|
|
3659
|
-
return
|
|
3783
|
+
return Xn(
|
|
3660
3784
|
{ options: this.options, click: t },
|
|
3661
3785
|
[
|
|
3662
3786
|
this.addLink()
|
|
@@ -3670,8 +3794,8 @@ class tt extends C {
|
|
|
3670
3794
|
* @protected
|
|
3671
3795
|
*/
|
|
3672
3796
|
addLink() {
|
|
3673
|
-
const t = this.options && this.options.length > 0, s = this.content ||
|
|
3674
|
-
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(
|
|
3675
3799
|
{
|
|
3676
3800
|
class: "flex flex-auto flex-row rounded-md transition-all overflow-x-hidden",
|
|
3677
3801
|
cache: "link",
|
|
@@ -3680,7 +3804,7 @@ class tt extends C {
|
|
|
3680
3804
|
exact: this.exact || !1
|
|
3681
3805
|
},
|
|
3682
3806
|
s
|
|
3683
|
-
) : new
|
|
3807
|
+
) : new Jn({
|
|
3684
3808
|
class: "flex flex-auto flex-row rounded-md transition-all overflow-x-hidden",
|
|
3685
3809
|
cache: "link",
|
|
3686
3810
|
checkCallBack: this.checkCallBack
|
|
@@ -3698,10 +3822,10 @@ class tt extends C {
|
|
|
3698
3822
|
this.link.update(t);
|
|
3699
3823
|
}
|
|
3700
3824
|
}
|
|
3701
|
-
const
|
|
3702
|
-
|
|
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)
|
|
3703
3827
|
]));
|
|
3704
|
-
class
|
|
3828
|
+
class ta extends S {
|
|
3705
3829
|
/**
|
|
3706
3830
|
* This will declare the props for the compiler.
|
|
3707
3831
|
*
|
|
@@ -3717,8 +3841,8 @@ class En extends C {
|
|
|
3717
3841
|
*/
|
|
3718
3842
|
render() {
|
|
3719
3843
|
const t = this.mapOptions(this.options), s = this.class || "", n = this.mobileBorder ? "border md:border-0 rounded-md" : "";
|
|
3720
|
-
return
|
|
3721
|
-
|
|
3844
|
+
return be({ class: `navigation flex flex-auto flex-col ${s}` }, [
|
|
3845
|
+
Z({
|
|
3722
3846
|
class: `relative group flex flex-col gap-2 py-2 px-2 list-none m-0 ${n}`,
|
|
3723
3847
|
map: t
|
|
3724
3848
|
}),
|
|
@@ -3750,7 +3874,7 @@ class En extends C {
|
|
|
3750
3874
|
*/
|
|
3751
3875
|
addGroup(t) {
|
|
3752
3876
|
const s = this.mapOptions(t.options);
|
|
3753
|
-
return
|
|
3877
|
+
return ea({ map: s }, t.group);
|
|
3754
3878
|
}
|
|
3755
3879
|
/**
|
|
3756
3880
|
* This will add a link.
|
|
@@ -3759,10 +3883,10 @@ class En extends C {
|
|
|
3759
3883
|
* @returns {object}
|
|
3760
3884
|
*/
|
|
3761
3885
|
addLink(t) {
|
|
3762
|
-
return new
|
|
3886
|
+
return new lt(t);
|
|
3763
3887
|
}
|
|
3764
3888
|
}
|
|
3765
|
-
class
|
|
3889
|
+
class rt extends ta {
|
|
3766
3890
|
onCreated() {
|
|
3767
3891
|
this.links = [];
|
|
3768
3892
|
}
|
|
@@ -3773,7 +3897,7 @@ class st extends En {
|
|
|
3773
3897
|
* @returns {object}
|
|
3774
3898
|
*/
|
|
3775
3899
|
setupSubNav(t) {
|
|
3776
|
-
return new
|
|
3900
|
+
return new aa(
|
|
3777
3901
|
{
|
|
3778
3902
|
parentLink: t,
|
|
3779
3903
|
options: t.options
|
|
@@ -3797,7 +3921,7 @@ class st extends En {
|
|
|
3797
3921
|
* @returns {object}
|
|
3798
3922
|
*/
|
|
3799
3923
|
addLink(t) {
|
|
3800
|
-
const s = new
|
|
3924
|
+
const s = new lt(t);
|
|
3801
3925
|
if (this.links.push(s), !s.options)
|
|
3802
3926
|
return s;
|
|
3803
3927
|
const n = this.addSubNav(s);
|
|
@@ -3808,11 +3932,11 @@ class st extends En {
|
|
|
3808
3932
|
};
|
|
3809
3933
|
}
|
|
3810
3934
|
}
|
|
3811
|
-
const
|
|
3935
|
+
const sa = (e, t) => new RegExp(`${e}($|/|\\.).*`).test(t), na = (e, t) => {
|
|
3812
3936
|
const s = e.link.panel.pathname;
|
|
3813
|
-
return !s && e.isSelected() ? !0 : e.exact ? t === s :
|
|
3937
|
+
return !s && e.isSelected() ? !0 : e.exact ? t === s : sa(s, t);
|
|
3814
3938
|
};
|
|
3815
|
-
class
|
|
3939
|
+
class aa extends rt {
|
|
3816
3940
|
/**
|
|
3817
3941
|
* This will declare the props for the compiler.
|
|
3818
3942
|
*
|
|
@@ -3828,8 +3952,8 @@ class Vn extends st {
|
|
|
3828
3952
|
*/
|
|
3829
3953
|
render() {
|
|
3830
3954
|
const t = `navigation flex flex-auto flex-col sub ${this.mainClassName || ""}`, s = this.mapOptions(this.options);
|
|
3831
|
-
return
|
|
3832
|
-
|
|
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()])
|
|
3833
3957
|
]);
|
|
3834
3958
|
}
|
|
3835
3959
|
/**
|
|
@@ -3841,7 +3965,7 @@ class Vn extends st {
|
|
|
3841
3965
|
addWatcher() {
|
|
3842
3966
|
return {
|
|
3843
3967
|
watch: {
|
|
3844
|
-
value: ["[[path]]",
|
|
3968
|
+
value: ["[[path]]", De.data],
|
|
3845
3969
|
callBack: this.updateLinks.bind(this)
|
|
3846
3970
|
}
|
|
3847
3971
|
};
|
|
@@ -3882,7 +4006,7 @@ class Vn extends st {
|
|
|
3882
4006
|
* @returns {void}
|
|
3883
4007
|
*/
|
|
3884
4008
|
afterSetup() {
|
|
3885
|
-
const t =
|
|
4009
|
+
const t = De.data.path;
|
|
3886
4010
|
this.updateLinks(t);
|
|
3887
4011
|
}
|
|
3888
4012
|
/**
|
|
@@ -3894,27 +4018,27 @@ class Vn extends st {
|
|
|
3894
4018
|
updateLinks(t) {
|
|
3895
4019
|
let s = !1;
|
|
3896
4020
|
for (const n of this.links)
|
|
3897
|
-
if (n.rendered && (s =
|
|
4021
|
+
if (n.rendered && (s = na(n, t), s === !0))
|
|
3898
4022
|
break;
|
|
3899
4023
|
this.parentLink.update(s);
|
|
3900
4024
|
}
|
|
3901
4025
|
}
|
|
3902
|
-
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" }, [
|
|
3903
4027
|
b({
|
|
3904
4028
|
variant: "icon",
|
|
3905
4029
|
class: "m-2",
|
|
3906
4030
|
click: (t, { state: s }) => s.toggle("open"),
|
|
3907
|
-
icon:
|
|
4031
|
+
icon: h.arrows.left
|
|
3908
4032
|
}),
|
|
3909
|
-
e.title &&
|
|
3910
|
-
]),
|
|
4033
|
+
e.title && oa(e.title)
|
|
4034
|
+
]), ra = () => o({
|
|
3911
4035
|
class: `
|
|
3912
4036
|
absolute inset-0 bg-black/40 z-[-1] fadeIn
|
|
3913
4037
|
transition-opacity duration-200
|
|
3914
4038
|
`,
|
|
3915
4039
|
click: (e, { state: t }) => t.open = !1
|
|
3916
4040
|
});
|
|
3917
|
-
class
|
|
4041
|
+
class ia extends S {
|
|
3918
4042
|
/**
|
|
3919
4043
|
* This will declare the props for the compiler.
|
|
3920
4044
|
*
|
|
@@ -3933,7 +4057,7 @@ class Gn extends C {
|
|
|
3933
4057
|
class: "fixed inset-0 z-50",
|
|
3934
4058
|
style: "[[typeClass]]"
|
|
3935
4059
|
}, [
|
|
3936
|
-
|
|
4060
|
+
ra(),
|
|
3937
4061
|
// Popover Content
|
|
3938
4062
|
o({
|
|
3939
4063
|
class: `
|
|
@@ -3942,7 +4066,7 @@ class Gn extends C {
|
|
|
3942
4066
|
dataSet: ["open", ["expanded", !0, "true"]]
|
|
3943
4067
|
}, [
|
|
3944
4068
|
o({ class: "flex flex-auto flex-col w-full h-full overflow-y-auto max-h-[85vh] rounded-md bg-popover border" }, [
|
|
3945
|
-
|
|
4069
|
+
la({ title: this.title }),
|
|
3946
4070
|
o({ class: "flex flex-auto flex-col" }, this.children)
|
|
3947
4071
|
])
|
|
3948
4072
|
])
|
|
@@ -3980,31 +4104,31 @@ class Gn extends C {
|
|
|
3980
4104
|
this.container = app.root;
|
|
3981
4105
|
}
|
|
3982
4106
|
}
|
|
3983
|
-
const
|
|
4107
|
+
const it = () => b({ class: "m-2", variant: "ghost", addState() {
|
|
3984
4108
|
return {
|
|
3985
4109
|
open: !1
|
|
3986
4110
|
};
|
|
3987
4111
|
}, click: (e, { state: t }) => t.toggle("open") }, [
|
|
3988
|
-
x({},
|
|
3989
|
-
]),
|
|
3990
|
-
|
|
3991
|
-
e.title &&
|
|
3992
|
-
]),
|
|
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) => {
|
|
3993
4117
|
e.forEach((s) => {
|
|
3994
4118
|
if (s.options) {
|
|
3995
|
-
|
|
4119
|
+
ct(s.options, t);
|
|
3996
4120
|
return;
|
|
3997
4121
|
}
|
|
3998
4122
|
s.callBack = t;
|
|
3999
4123
|
});
|
|
4000
|
-
},
|
|
4001
|
-
|
|
4124
|
+
}, dt = (e) => o({ class: "bg-background flex flex-auto flex-col w-full relative" }, [
|
|
4125
|
+
M(
|
|
4002
4126
|
"open",
|
|
4003
4127
|
(t) => t ? [
|
|
4004
|
-
new
|
|
4005
|
-
|
|
4128
|
+
new ia({ title: e.title }, [
|
|
4129
|
+
V(({ state: s }) => {
|
|
4006
4130
|
const n = (a) => s.open = !1;
|
|
4007
|
-
return
|
|
4131
|
+
return ct(e.options, n), new rt(
|
|
4008
4132
|
{
|
|
4009
4133
|
options: e.options
|
|
4010
4134
|
}
|
|
@@ -4013,23 +4137,23 @@ const nt = () => b({ class: "m-2", variant: "ghost", addState() {
|
|
|
4013
4137
|
])
|
|
4014
4138
|
] : null
|
|
4015
4139
|
)
|
|
4016
|
-
]),
|
|
4140
|
+
]), Ao = r((e) => o({ cache: "mobileNav", class: "inline-flex relative lg:hidden" }, [
|
|
4017
4141
|
o([
|
|
4018
|
-
|
|
4019
|
-
|
|
4142
|
+
it(),
|
|
4143
|
+
dt(e)
|
|
4020
4144
|
])
|
|
4021
|
-
])),
|
|
4145
|
+
])), Ro = r((e) => o({ cache: "mobileNav", class: "flex flex-auto flex-col w-full relative lg:hidden" }, [
|
|
4022
4146
|
o({ class: "flex flex-auto flex-col w-full" }, [
|
|
4023
|
-
|
|
4024
|
-
|
|
4147
|
+
da(e),
|
|
4148
|
+
dt(e)
|
|
4025
4149
|
])
|
|
4026
|
-
])),
|
|
4150
|
+
])), jo = r((e) => {
|
|
4027
4151
|
const t = e.margin || "m-4 ml-0";
|
|
4028
4152
|
return e.allowHistory = e.allowHistory === !0, o({ class: `flex-none ${t}` }, [
|
|
4029
4153
|
b({ variant: "back", class: "ghost", ...e })
|
|
4030
4154
|
]);
|
|
4031
4155
|
});
|
|
4032
|
-
class
|
|
4156
|
+
class ua extends S {
|
|
4033
4157
|
/**
|
|
4034
4158
|
* This will declare the props for the compiler.
|
|
4035
4159
|
*
|
|
@@ -4124,13 +4248,13 @@ class Jn extends C {
|
|
|
4124
4248
|
return this.children;
|
|
4125
4249
|
}
|
|
4126
4250
|
}
|
|
4127
|
-
|
|
4251
|
+
Je.addType("dockableOverlay", (e) => {
|
|
4128
4252
|
if (!e)
|
|
4129
4253
|
return;
|
|
4130
4254
|
const t = e.component;
|
|
4131
4255
|
t && t.rendered === !0 && t.state.docked === !1 && t.destroy();
|
|
4132
4256
|
});
|
|
4133
|
-
class
|
|
4257
|
+
class Eo extends ua {
|
|
4134
4258
|
/**
|
|
4135
4259
|
* This will stop presistence.
|
|
4136
4260
|
*
|
|
@@ -4200,7 +4324,7 @@ class yo extends Jn {
|
|
|
4200
4324
|
* @returns {void}
|
|
4201
4325
|
*/
|
|
4202
4326
|
afterSetup() {
|
|
4203
|
-
|
|
4327
|
+
Je.add(
|
|
4204
4328
|
this.container,
|
|
4205
4329
|
"dockableOverlay",
|
|
4206
4330
|
{
|
|
@@ -4235,7 +4359,7 @@ class yo extends Jn {
|
|
|
4235
4359
|
this.state.docked = this.canDock();
|
|
4236
4360
|
}
|
|
4237
4361
|
}
|
|
4238
|
-
const
|
|
4362
|
+
const ha = r(({ index: e, click: t, state: s }, n) => xe({
|
|
4239
4363
|
class: "p-2 cursor-pointer hover:bg-muted/50",
|
|
4240
4364
|
onState: [
|
|
4241
4365
|
[s, "selectedIndex", {
|
|
@@ -4244,10 +4368,10 @@ const Zn = r(({ index: e, click: t, state: s }, n) => me({
|
|
|
4244
4368
|
}]
|
|
4245
4369
|
],
|
|
4246
4370
|
click: () => t(e)
|
|
4247
|
-
}, n)),
|
|
4371
|
+
}, n)), fa = r(({ selectOption: e, state: t }) => Z({
|
|
4248
4372
|
class: "border rounded-md list-none m-0 p-0 max-h-[400px] overflow-y-auto",
|
|
4249
|
-
for: ["filteredOptions", (s, n) =>
|
|
4250
|
-
})),
|
|
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" }, [
|
|
4251
4375
|
N({
|
|
4252
4376
|
cache: "input",
|
|
4253
4377
|
// @ts-ignore
|
|
@@ -4272,7 +4396,7 @@ const Zn = r(({ index: e, click: t, state: s }, n) => me({
|
|
|
4272
4396
|
// @ts-ignore
|
|
4273
4397
|
x({ size: "sm" }, e.icon)
|
|
4274
4398
|
])
|
|
4275
|
-
])),
|
|
4399
|
+
])), ma = (e) => o({
|
|
4276
4400
|
class: "relative flex fle-auto flex-col",
|
|
4277
4401
|
onState: ["open", (t, s, n) => {
|
|
4278
4402
|
if (t)
|
|
@@ -4282,10 +4406,10 @@ const Zn = r(({ index: e, click: t, state: s }, n) => me({
|
|
|
4282
4406
|
button: n.input,
|
|
4283
4407
|
size: "xl"
|
|
4284
4408
|
}, [
|
|
4285
|
-
|
|
4409
|
+
fa(e)
|
|
4286
4410
|
]);
|
|
4287
4411
|
}]
|
|
4288
|
-
}),
|
|
4412
|
+
}), Ho = P(
|
|
4289
4413
|
{
|
|
4290
4414
|
/**
|
|
4291
4415
|
* This will set up the data object.
|
|
@@ -4382,7 +4506,7 @@ const Zn = r(({ index: e, click: t, state: s }, n) => me({
|
|
|
4382
4506
|
*/
|
|
4383
4507
|
render() {
|
|
4384
4508
|
return o({ class: "relative w-full max-w-md" }, [
|
|
4385
|
-
|
|
4509
|
+
ga({
|
|
4386
4510
|
// @ts-ignore
|
|
4387
4511
|
state: this.state,
|
|
4388
4512
|
// @ts-ignore
|
|
@@ -4394,7 +4518,7 @@ const Zn = r(({ index: e, click: t, state: s }, n) => me({
|
|
|
4394
4518
|
// @ts-ignore
|
|
4395
4519
|
handleKeyDown: this.handleKeyDown.bind(this)
|
|
4396
4520
|
}),
|
|
4397
|
-
|
|
4521
|
+
ma({
|
|
4398
4522
|
// @ts-ignore
|
|
4399
4523
|
state: this.state,
|
|
4400
4524
|
// @ts-ignore
|
|
@@ -4405,8 +4529,8 @@ const Zn = r(({ index: e, click: t, state: s }, n) => me({
|
|
|
4405
4529
|
]);
|
|
4406
4530
|
}
|
|
4407
4531
|
}
|
|
4408
|
-
),
|
|
4409
|
-
const t = e.icon ??
|
|
4532
|
+
), Uo = r((e) => {
|
|
4533
|
+
const t = e.icon ?? h.magnifyingGlass.default;
|
|
4410
4534
|
return o({
|
|
4411
4535
|
// @ts-ignore
|
|
4412
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 || ""}`
|
|
@@ -4441,7 +4565,7 @@ const Zn = r(({ index: e, click: t, state: s }, n) => me({
|
|
|
4441
4565
|
})
|
|
4442
4566
|
]);
|
|
4443
4567
|
});
|
|
4444
|
-
class
|
|
4568
|
+
class ba extends S {
|
|
4445
4569
|
/**
|
|
4446
4570
|
* This will declare the props for the compiler.
|
|
4447
4571
|
*
|
|
@@ -4459,7 +4583,7 @@ class sa extends C {
|
|
|
4459
4583
|
return o({ class: `${this.class || ""}` }, this.children);
|
|
4460
4584
|
}
|
|
4461
4585
|
}
|
|
4462
|
-
class
|
|
4586
|
+
class xa extends ba {
|
|
4463
4587
|
/**
|
|
4464
4588
|
* This will be called every time the route
|
|
4465
4589
|
* is activated.
|
|
@@ -4469,15 +4593,15 @@ class na extends sa {
|
|
|
4469
4593
|
update(t) {
|
|
4470
4594
|
}
|
|
4471
4595
|
}
|
|
4472
|
-
const
|
|
4596
|
+
const pa = r((e, t) => (e.class = "basic-page pt-[80px] sm:pt-0 flex flex-auto flex-col " + (e.class || ""), {
|
|
4473
4597
|
tag: "section",
|
|
4474
4598
|
...e,
|
|
4475
4599
|
children: t
|
|
4476
|
-
})),
|
|
4477
|
-
|
|
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),
|
|
4478
4602
|
t && k({ class: "text-base text-muted-foreground py-2 max-w-[700px]" }, t)
|
|
4479
4603
|
]));
|
|
4480
|
-
class
|
|
4604
|
+
class Yo extends xa {
|
|
4481
4605
|
/**
|
|
4482
4606
|
* This will declare the props for the compiler.
|
|
4483
4607
|
*
|
|
@@ -4492,133 +4616,141 @@ class ko extends na {
|
|
|
4492
4616
|
* @returns {object}
|
|
4493
4617
|
*/
|
|
4494
4618
|
render() {
|
|
4495
|
-
return
|
|
4496
|
-
|
|
4619
|
+
return pa([
|
|
4620
|
+
ya({
|
|
4497
4621
|
title: this.title,
|
|
4498
4622
|
description: this.description
|
|
4499
4623
|
}),
|
|
4500
|
-
|
|
4624
|
+
It(this.children)
|
|
4501
4625
|
]);
|
|
4502
4626
|
}
|
|
4503
4627
|
}
|
|
4504
4628
|
export {
|
|
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
|
-
|
|
4559
|
-
|
|
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
|
-
|
|
4595
|
-
|
|
4596
|
-
|
|
4597
|
-
|
|
4598
|
-
|
|
4599
|
-
|
|
4600
|
-
|
|
4601
|
-
|
|
4602
|
-
|
|
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,
|
|
4691
|
+
Ma as aW,
|
|
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,
|
|
4603
4735
|
b as f,
|
|
4604
|
-
|
|
4605
|
-
|
|
4606
|
-
|
|
4607
|
-
|
|
4608
|
-
|
|
4609
|
-
|
|
4610
|
-
|
|
4611
|
-
|
|
4612
|
-
|
|
4613
|
-
|
|
4614
|
-
|
|
4615
|
-
|
|
4616
|
-
|
|
4617
|
-
|
|
4618
|
-
|
|
4619
|
-
|
|
4620
|
-
|
|
4621
|
-
|
|
4622
|
-
|
|
4623
|
-
|
|
4736
|
+
en as g,
|
|
4737
|
+
Rt as h,
|
|
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
|
|
4624
4756
|
};
|