@base-framework/ui 1.0.74 → 1.0.75
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.es.js
CHANGED
|
@@ -5,7 +5,7 @@ import { V as w, a as U } from "./veil-D4dRxILB.js";
|
|
|
5
5
|
import { Icons as R } from "./icons.es.js";
|
|
6
6
|
import { A as G, B as V, C as j, z as q, u as z, v as J, w as _, D as K, j as Q, k as X, G as Y, E as Z, s as $, c as aa, a as sa, b as ea, i as oa, g as ta, e as ra, h as na, F as ia, d as la, f as pa, t as ua, M as ma, l as da, N as ga, P as Ta, p as ca, q as Ca, S as ba, n as Da, o as Sa, T as Ia, x as Ba, y as Pa, m as Fa, r as Ma } from "./confirmation-DgARq0AK.js";
|
|
7
7
|
import { A as Na, b as va, C as fa, D as xa, a as ha, F as ya, M as Wa, P as La, c as Aa, g as Ha, p as wa } from "./calendar-BDqm833e.js";
|
|
8
|
-
import { B as Oa, n as Ra, C as Ea, j as Ga, D as Va, l as ja, H as qa, I as za, N as Ja, O as _a, P as Ka, S as Qa, m as Xa, r as Ya, q as Za, o as $a, p as as, T as ss, k as es, U as os, W as ts, f as rs, h as ns, i as is, c as ls, d as ps, b as us, e as ms, a as ds, g as gs } from "./signature-panel-
|
|
8
|
+
import { B as Oa, n as Ra, C as Ea, j as Ga, D as Va, l as ja, H as qa, I as za, N as Ja, O as _a, P as Ka, S as Qa, m as Xa, r as Ya, q as Za, o as $a, p as as, T as ss, k as es, U as os, W as ts, f as rs, h as ns, i as is, c as ls, d as ps, b as us, e as ms, a as ds, g as gs } from "./signature-panel-CWUdyYU9.js";
|
|
9
9
|
import { B as cs, I as Cs, M as bs, d as Ds, e as Ss, g as Is, N as Bs, b as Ps, a as Fs, f as Ms, P as ks, c as Ns, S as vs, T as fs } from "./mobile-nav-wrapper-BE_hr65B.js";
|
|
10
10
|
import { B as hs, a as ys, C as Ws, F as Ls, b as As, c as Hs, M as ws, P as Us, S as Os } from "./sidebar-menu-page-nCAVFk3R.js";
|
|
11
11
|
import { A as Es, F as Gs, M as Vs, a as js, T as qs } from "./aside-template-McEj_Gxc.js";
|
package/dist/organisms.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { B as s, n as o, C as t, j as r, D as l, l as n, H as i, I as b, N as d, O as v, P as g, S as p, m as u, r as N, q as k, o as D, p as C, T, k as c, U as M, W as B, f as m, h as y, i as W, c as h, d as H, b as P, e as S, a as f, g as x } from "./signature-panel-
|
|
1
|
+
import { B as s, n as o, C as t, j as r, D as l, l as n, H as i, I as b, N as d, O as v, P as g, S as p, m as u, r as N, q as k, o as D, p as C, T, k as c, U as M, W as B, f as m, h as y, i as W, c as h, d as H, b as P, e as S, a as f, g as x } from "./signature-panel-CWUdyYU9.js";
|
|
2
2
|
import { b as L, C as O, D as F, a as U, F as G, M as j, c as q, p as w } from "./calendar-BDqm833e.js";
|
|
3
3
|
import { B as A, I as E, M as J, d as K, e as Q, g as R, N as V, b as X, a as Y, f as Z, P as _, c as $, S as aa, T as ea } from "./mobile-nav-wrapper-BE_hr65B.js";
|
|
4
4
|
export {
|
|
@@ -3,8 +3,8 @@ import { Atom as d, Component as u, Data as L, DateTime as V, Jot as M, router a
|
|
|
3
3
|
import { B as C, I as $ } from "./buttons-CVEwmPAi.js";
|
|
4
4
|
import { Icons as w } from "./icons.es.js";
|
|
5
5
|
import { TableBody as _, ScrollableTableBody as J, List as Z, IntervalTimer as ee } from "@base-framework/organisms";
|
|
6
|
-
import { C as te, I as se, H as
|
|
7
|
-
import { A as
|
|
6
|
+
import { C as te, I as se, H as ne } from "./inputs-DmJuUwS9.js";
|
|
7
|
+
import { A as ae, P as ie } from "./calendar-BDqm833e.js";
|
|
8
8
|
d((t, e) => ({
|
|
9
9
|
class: "flex items-center px-4 py-2",
|
|
10
10
|
...t,
|
|
@@ -14,7 +14,7 @@ d(({ value: t, label: e }) => y({
|
|
|
14
14
|
class: "inline-flex flex-auto items-center justify-center whitespace-nowrap rounded-md px-8 py-1 text-sm font-medium ring-offset-background transition-all focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 data-[state=active]:bg-background data-[state=active]:text-foreground data-[state=active]:shadow",
|
|
15
15
|
onState: ["performance", { active: t }],
|
|
16
16
|
dataSet: ["performance", ["state", t, "active"]],
|
|
17
|
-
click: (s, { state:
|
|
17
|
+
click: (s, { state: n }) => n.performance = t
|
|
18
18
|
}, e));
|
|
19
19
|
class Je extends u {
|
|
20
20
|
/**
|
|
@@ -41,46 +41,46 @@ const oe = (t) => {
|
|
|
41
41
|
}, le = (t) => {
|
|
42
42
|
const e = new Date(t.valueOf()), s = (e.getDay() + 6) % 7;
|
|
43
43
|
e.setDate(e.getDate() - s + 3);
|
|
44
|
-
const
|
|
45
|
-
|
|
46
|
-
const i = Math.ceil((e -
|
|
47
|
-
return i > 52 && !oe(
|
|
44
|
+
const n = e.getFullYear(), a = new Date(n, 0, 4);
|
|
45
|
+
a.setDate(a.getDate() - (a.getDay() + 6) % 7);
|
|
46
|
+
const i = Math.ceil((e - a) / 6048e5) + 1;
|
|
47
|
+
return i > 52 && !oe(n) ? {
|
|
48
48
|
weekNumber: 1,
|
|
49
|
-
year:
|
|
49
|
+
year: n + 1
|
|
50
50
|
} : {
|
|
51
51
|
weekNumber: i,
|
|
52
|
-
year:
|
|
52
|
+
year: n
|
|
53
53
|
};
|
|
54
54
|
}, re = (t, e, s) => {
|
|
55
55
|
if (s === 0) return [];
|
|
56
|
-
const
|
|
56
|
+
const n = new Date(t, e, 0).getDate();
|
|
57
57
|
return Array.from(
|
|
58
58
|
{ length: s },
|
|
59
|
-
(
|
|
59
|
+
(a, i) => new Date(t, e - 1, n - s + i + 1)
|
|
60
60
|
);
|
|
61
|
-
}, ce = (t, e, s) => Array.from({ length: s }, (
|
|
62
|
-
const s = new Date(e, 0, 4),
|
|
63
|
-
|
|
64
|
-
const i = new Date(
|
|
65
|
-
return i.setDate(
|
|
61
|
+
}, ce = (t, e, s) => Array.from({ length: s }, (n, a) => new Date(t, e + 1, a + 1)), T = (t, e) => {
|
|
62
|
+
const s = new Date(e, 0, 4), n = (s.getDay() + 6) % 7, a = new Date(s);
|
|
63
|
+
a.setDate(s.getDate() - n);
|
|
64
|
+
const i = new Date(a);
|
|
65
|
+
return i.setDate(a.getDate() + (t - 1) * 7), i;
|
|
66
66
|
}, Ze = (t, e) => {
|
|
67
|
-
const s = new Date(t, e, 1).getDay(),
|
|
67
|
+
const s = new Date(t, e, 1).getDay(), n = new Date(t, e + 1, 0).getDate(), a = [];
|
|
68
68
|
let i = [];
|
|
69
|
-
for (let l = 1 - s; l <=
|
|
69
|
+
for (let l = 1 - s; l <= n; l++) {
|
|
70
70
|
const h = new Date(t, e, l);
|
|
71
|
-
i.push(l > 0 ? h : null), (i.length === 7 || l ===
|
|
71
|
+
i.push(l > 0 ? h : null), (i.length === 7 || l === n) && (a.push([...i]), i = []);
|
|
72
72
|
}
|
|
73
|
-
return
|
|
73
|
+
return a;
|
|
74
74
|
}, et = (t, e) => {
|
|
75
|
-
const s = new Date(t, e + 1, 0).getDate(),
|
|
76
|
-
let
|
|
75
|
+
const s = new Date(t, e + 1, 0).getDate(), n = [];
|
|
76
|
+
let a = [];
|
|
77
77
|
for (let i = 1; i <= s; i++)
|
|
78
|
-
|
|
79
|
-
return
|
|
78
|
+
a.push(new Date(t, e, i)), a.length === 7 && (n.push(a), a = []);
|
|
79
|
+
return a.length > 0 && n.push(a), n;
|
|
80
80
|
}, de = (t, e, s) => {
|
|
81
|
-
const
|
|
82
|
-
return
|
|
83
|
-
}, he = ({ day: t, month: e, year: s, weekNumber:
|
|
81
|
+
const n = /* @__PURE__ */ new Date();
|
|
82
|
+
return n.getDate() === t && n.getMonth() === e && n.getFullYear() === s;
|
|
83
|
+
}, he = ({ day: t, month: e, year: s, weekNumber: n, selectWeek: a }) => {
|
|
84
84
|
const i = de(t, e, s);
|
|
85
85
|
return y({
|
|
86
86
|
text: t || "",
|
|
@@ -90,10 +90,10 @@ const oe = (t) => {
|
|
|
90
90
|
${i ? "bg-accent text-accent-foreground" : ""}
|
|
91
91
|
hover:bg-primary hover:text-primary-foreground
|
|
92
92
|
`,
|
|
93
|
-
click: () => n
|
|
93
|
+
click: () => a(n, s)
|
|
94
94
|
});
|
|
95
95
|
}, ue = (t, e) => {
|
|
96
|
-
const s = new Date(t, e, 1).getDay(),
|
|
96
|
+
const s = new Date(t, e, 1).getDay(), n = new Date(t, e + 1, 0).getDate(), a = re(t, e, s), i = Array.from({ length: n }, (r, p) => new Date(t, e, p + 1)), l = (a.length + i.length) % 7, h = l === 0 ? 0 : 7 - l, c = ce(t, e, h), f = [...a, ...i, ...c], g = [];
|
|
97
97
|
for (let r = 0; r < f.length; r += 7) {
|
|
98
98
|
const p = f.slice(r, r + 7), k = p.find((F) => F) || new Date(t, e, 1), { weekNumber: U, year: Y } = le(k);
|
|
99
99
|
g.push({
|
|
@@ -103,8 +103,8 @@ const oe = (t) => {
|
|
|
103
103
|
});
|
|
104
104
|
}
|
|
105
105
|
return g;
|
|
106
|
-
}, fe = ({ selectWeek: t }) => E("month", (e, s, { data:
|
|
107
|
-
const { year:
|
|
106
|
+
}, fe = ({ selectWeek: t }) => E("month", (e, s, { data: n }) => {
|
|
107
|
+
const { year: a, month: i, currentDate: l } = n, h = ue(a, i);
|
|
108
108
|
return o(
|
|
109
109
|
{ class: "grid grid-cols-8 gap-1 text-sm px-4 py-2" },
|
|
110
110
|
[
|
|
@@ -193,12 +193,12 @@ class tt extends u {
|
|
|
193
193
|
* @returns {Data}
|
|
194
194
|
*/
|
|
195
195
|
setData() {
|
|
196
|
-
const e = /* @__PURE__ */ new Date(), s = this.selectedWeek || this.calculateCurrentWeek(e),
|
|
196
|
+
const e = /* @__PURE__ */ new Date(), s = this.selectedWeek || this.calculateCurrentWeek(e), n = T(s, e.getFullYear());
|
|
197
197
|
return new L({
|
|
198
|
-
monthName: this.getMonthName(
|
|
199
|
-
year:
|
|
200
|
-
month:
|
|
201
|
-
currentDate:
|
|
198
|
+
monthName: this.getMonthName(n.getMonth()),
|
|
199
|
+
year: n.getFullYear(),
|
|
200
|
+
month: n.getMonth(),
|
|
201
|
+
currentDate: n.getDate(),
|
|
202
202
|
currentWeek: s
|
|
203
203
|
});
|
|
204
204
|
}
|
|
@@ -219,10 +219,10 @@ class tt extends u {
|
|
|
219
219
|
* @returns {number}
|
|
220
220
|
*/
|
|
221
221
|
calculateCurrentWeek(e) {
|
|
222
|
-
const s = new Date(e.valueOf()),
|
|
223
|
-
s.setDate(s.getDate() -
|
|
224
|
-
const
|
|
225
|
-
return s.setMonth(0, 1), s.getDay() !== 4 && s.setMonth(0, 1 + (4 - s.getDay() + 7) % 7), 1 + Math.ceil((
|
|
222
|
+
const s = new Date(e.valueOf()), n = (e.getDay() + 6) % 7;
|
|
223
|
+
s.setDate(s.getDate() - n + 3);
|
|
224
|
+
const a = s.valueOf();
|
|
225
|
+
return s.setMonth(0, 1), s.getDay() !== 4 && s.setMonth(0, 1 + (4 - s.getDay() + 7) % 7), 1 + Math.ceil((a - s) / 6048e5);
|
|
226
226
|
}
|
|
227
227
|
/**
|
|
228
228
|
* Gets the name of the month.
|
|
@@ -240,8 +240,8 @@ class tt extends u {
|
|
|
240
240
|
*/
|
|
241
241
|
goToPreviousMonth() {
|
|
242
242
|
const e = this.data;
|
|
243
|
-
let { year: s, month:
|
|
244
|
-
|
|
243
|
+
let { year: s, month: n } = e;
|
|
244
|
+
n === 0 ? (n = 11, s--) : n--, this.setDate(n, s);
|
|
245
245
|
}
|
|
246
246
|
/**
|
|
247
247
|
* Updates the calendar to show the next month.
|
|
@@ -250,8 +250,8 @@ class tt extends u {
|
|
|
250
250
|
*/
|
|
251
251
|
goToNextMonth() {
|
|
252
252
|
const e = this.data;
|
|
253
|
-
let { year: s, month:
|
|
254
|
-
|
|
253
|
+
let { year: s, month: n } = e;
|
|
254
|
+
n === 11 ? (n = 0, s++) : n++, this.setDate(n, s);
|
|
255
255
|
}
|
|
256
256
|
/**
|
|
257
257
|
* Sets the selected date.
|
|
@@ -261,12 +261,12 @@ class tt extends u {
|
|
|
261
261
|
* @param {number|null} [date=null]
|
|
262
262
|
* @returns {void}
|
|
263
263
|
*/
|
|
264
|
-
setDate(e, s,
|
|
264
|
+
setDate(e, s, n) {
|
|
265
265
|
this.data.set({
|
|
266
266
|
year: s,
|
|
267
267
|
month: e,
|
|
268
268
|
monthName: this.getMonthName(e)
|
|
269
|
-
}),
|
|
269
|
+
}), n && (this.data.currentDate = n);
|
|
270
270
|
}
|
|
271
271
|
/**
|
|
272
272
|
* Handles week selection.
|
|
@@ -276,8 +276,8 @@ class tt extends u {
|
|
|
276
276
|
*/
|
|
277
277
|
selectWeek(e, s) {
|
|
278
278
|
this.data.currentWeek = e;
|
|
279
|
-
const
|
|
280
|
-
this.setDate(
|
|
279
|
+
const n = T(e, s);
|
|
280
|
+
this.setDate(n.getMonth(), n.getFullYear(), n.getDate()), typeof this.selectedCallBack == "function" && this.selectedCallBack(e);
|
|
281
281
|
}
|
|
282
282
|
/**
|
|
283
283
|
* Renders the WeekCalendar component.
|
|
@@ -300,15 +300,15 @@ const pe = (t, e) => {
|
|
|
300
300
|
const s = t.toggleAllSelectedRows();
|
|
301
301
|
e.state.checked = !s;
|
|
302
302
|
}, me = (t) => P({ class: `cursor-pointer py-3 px-4 text-base w-10 ${t.class || ""}` }, [
|
|
303
|
-
H((e) => new te({ class: "mr-2", onChange: (s,
|
|
304
|
-
]), we = ({ align: t, sortable: e, key: s, label:
|
|
303
|
+
H((e) => new te({ class: "mr-2", onChange: (s, n) => pe(e, n) }))
|
|
304
|
+
]), we = ({ align: t, sortable: e, key: s, label: n, sort: a, class: i }) => {
|
|
305
305
|
const l = t || "justify-start";
|
|
306
306
|
return P({
|
|
307
307
|
class: `cursor-pointer py-3 px-4 text-base ${i || ""}`,
|
|
308
|
-
click: e && (() =>
|
|
308
|
+
click: e && (() => a(s))
|
|
309
309
|
}, [
|
|
310
310
|
o({ class: `flex flex-auto w-full items-center ${l}` }, [
|
|
311
|
-
v(
|
|
311
|
+
v(n),
|
|
312
312
|
e && Q({ class: "ml-2", html: w.arrows.upDown })
|
|
313
313
|
])
|
|
314
314
|
]);
|
|
@@ -323,11 +323,11 @@ const pe = (t, e) => {
|
|
|
323
323
|
sort: t.sort
|
|
324
324
|
})]
|
|
325
325
|
})
|
|
326
|
-
]), be = ({ key: t, rows: e, selectRow: s, rowItem:
|
|
326
|
+
]), be = ({ key: t, rows: e, selectRow: s, rowItem: n }) => new _({
|
|
327
327
|
cache: "list",
|
|
328
328
|
key: t,
|
|
329
329
|
items: e,
|
|
330
|
-
rowItem: (
|
|
330
|
+
rowItem: (a) => n(a, s),
|
|
331
331
|
class: "divide-y divide-border"
|
|
332
332
|
}), ke = M(
|
|
333
333
|
{
|
|
@@ -387,8 +387,8 @@ const pe = (t, e) => {
|
|
|
387
387
|
selectRow(t) {
|
|
388
388
|
const e = t.selected ?? !1;
|
|
389
389
|
t.selected = !e;
|
|
390
|
-
const s = this.data.get("selectedRows"),
|
|
391
|
-
this.data.selectedRows =
|
|
390
|
+
const s = this.data.get("selectedRows"), n = t.selected ? [...s, t] : s.filter((a) => a !== t);
|
|
391
|
+
this.data.selectedRows = n, this.updateSelected();
|
|
392
392
|
},
|
|
393
393
|
/**
|
|
394
394
|
* Renders the DataTable component.
|
|
@@ -490,10 +490,10 @@ const pe = (t, e) => {
|
|
|
490
490
|
o({ class: `w-full rounded-md ${s} overflow-x-auto` }, [
|
|
491
491
|
R({ class: "w-full" }, [
|
|
492
492
|
// @ts-ignore
|
|
493
|
-
t.headers && j({ headers: t.headers, sort: (
|
|
493
|
+
t.headers && j({ headers: t.headers, sort: (n) => this.sortRows(n) }),
|
|
494
494
|
// @ts-ignore
|
|
495
495
|
t.customHeader ?? null,
|
|
496
|
-
J({
|
|
496
|
+
new J({
|
|
497
497
|
scrollContainer: t.scrollContainer,
|
|
498
498
|
loadMoreItems: t.loadMoreItems,
|
|
499
499
|
offset: t.offset,
|
|
@@ -530,7 +530,7 @@ const pe = (t, e) => {
|
|
|
530
530
|
De(s, e)
|
|
531
531
|
])), Le = (t) => t.split(" ").map((s) => s[0]).join(""), Ce = d((t) => D({ class: "fadeIn flex justify-between gap-x-6 py-4 px-4 rounded-md hover:bg-muted/50" }, [
|
|
532
532
|
o({ class: "flex min-w-0 gap-x-4" }, [
|
|
533
|
-
|
|
533
|
+
ae({ src: t.image, alt: t.name, fallbackText: Le(t.name) }),
|
|
534
534
|
xe({ name: t.name, email: t.email })
|
|
535
535
|
]),
|
|
536
536
|
Se({
|
|
@@ -538,21 +538,21 @@ const pe = (t, e) => {
|
|
|
538
538
|
lastSeen: t.lastSeen,
|
|
539
539
|
status: t.status
|
|
540
540
|
})
|
|
541
|
-
])),
|
|
541
|
+
])), nt = d((t) => new Z({
|
|
542
542
|
cache: "list",
|
|
543
543
|
key: "name",
|
|
544
544
|
items: t.users,
|
|
545
545
|
role: "list",
|
|
546
546
|
class: "divide-y divide-border",
|
|
547
547
|
rowItem: Ce
|
|
548
|
-
})), Be = (t, e) => e.includes(t), Ie = (t, e, s) => t.exact ? s === e : Be(e, s), Te = ({ text: t, href: e, exact: s, hidden:
|
|
548
|
+
})), Be = (t, e) => e.includes(t), Ie = (t, e, s) => t.exact ? s === e : Be(e, s), Te = ({ text: t, href: e, exact: s, hidden: n }) => new z({
|
|
549
549
|
text: t,
|
|
550
550
|
href: e,
|
|
551
551
|
exact: s,
|
|
552
552
|
dataSet: ["selected", ["state", !0, "active"]],
|
|
553
|
-
class: `${
|
|
553
|
+
class: `${n ? "hidden" : "inline-flex"} items-center justify-center whitespace-nowrap px-3 py-1.5 text-sm font-medium transition-all rounded-md focus:outline-none focus-visible:ring-2 focus-visible:ring-offset-2 focus-visible:ring-ring focus-visible:ring-offset-background hover:bg-primary hover:text-primary-foreground disabled:opacity-50 disabled:pointer-events-none data-[state=active]:bg-primary data-[state=active]:text-primary-foreground data-[state=active]:shadow-sm`
|
|
554
554
|
});
|
|
555
|
-
class
|
|
555
|
+
class at extends u {
|
|
556
556
|
/**
|
|
557
557
|
* This will declare the props for the compiler.
|
|
558
558
|
*
|
|
@@ -605,10 +605,10 @@ class nt extends u {
|
|
|
605
605
|
updateLinks(e) {
|
|
606
606
|
let s = !1;
|
|
607
607
|
this.deactivateAllLinks();
|
|
608
|
-
for (const
|
|
609
|
-
if (!
|
|
608
|
+
for (const n of this.links) {
|
|
609
|
+
if (!n.rendered)
|
|
610
610
|
continue;
|
|
611
|
-
Ie(
|
|
611
|
+
Ie(n, n.getLinkPath(), e) ? (this.updateLink(n, !0), s = !0) : this.updateLink(n, !1);
|
|
612
612
|
}
|
|
613
613
|
!s && this.links[0] && this.updateLink(this.links[0], !0);
|
|
614
614
|
}
|
|
@@ -637,8 +637,8 @@ class nt extends u {
|
|
|
637
637
|
* @param {object} option
|
|
638
638
|
* @returns {object}
|
|
639
639
|
*/
|
|
640
|
-
addLink({ label: e, href: s, exact:
|
|
641
|
-
const i = Te({ text: e, href: s, exact:
|
|
640
|
+
addLink({ label: e, href: s, exact: n, hidden: a }) {
|
|
641
|
+
const i = Te({ text: e, href: s, exact: n, hidden: a });
|
|
642
642
|
return this.links.push(i), i;
|
|
643
643
|
}
|
|
644
644
|
/**
|
|
@@ -783,8 +783,8 @@ class ot extends A {
|
|
|
783
783
|
["loading", {
|
|
784
784
|
loading: !0
|
|
785
785
|
}],
|
|
786
|
-
["docked", (s,
|
|
787
|
-
s ? (
|
|
786
|
+
["docked", (s, n) => {
|
|
787
|
+
s ? (n.className = this.getDockedClassName(), e.appendChild(n), document.documentElement.style.overflowY = "auto") : (n.className = this.getClassName(), app.root.appendChild(n), document.documentElement.style.overflowY = "hidden");
|
|
788
788
|
}]
|
|
789
789
|
]
|
|
790
790
|
},
|
|
@@ -889,7 +889,7 @@ class lt extends A {
|
|
|
889
889
|
this.container = e, this.initialize();
|
|
890
890
|
}
|
|
891
891
|
}
|
|
892
|
-
const We = d(({ index: t, click: e, state: s },
|
|
892
|
+
const We = d(({ index: t, click: e, state: s }, n) => D({
|
|
893
893
|
class: "p-2 cursor-pointer hover:bg-muted/50",
|
|
894
894
|
onState: [
|
|
895
895
|
[s, "selectedIndex", {
|
|
@@ -898,9 +898,9 @@ const We = d(({ index: t, click: e, state: s }, a) => D({
|
|
|
898
898
|
}]
|
|
899
899
|
],
|
|
900
900
|
click: () => e(t)
|
|
901
|
-
},
|
|
901
|
+
}, n)), Pe = d(({ selectOption: t, state: e }) => b({
|
|
902
902
|
class: "border rounded-md list-none m-0 p-0 max-h-[400px] overflow-y-auto",
|
|
903
|
-
for: ["filteredOptions", (s,
|
|
903
|
+
for: ["filteredOptions", (s, n) => We({ index: n, click: t, state: e }, s.label)]
|
|
904
904
|
})), Re = d((t) => o({ class: "relative flex items-center" }, [
|
|
905
905
|
se({
|
|
906
906
|
cache: "input",
|
|
@@ -917,12 +917,12 @@ const We = d(({ index: t, click: e, state: s }, a) => D({
|
|
|
917
917
|
])
|
|
918
918
|
])), Oe = (t) => o({
|
|
919
919
|
class: "relative flex fle-auto flex-col",
|
|
920
|
-
onState: ["open", (e, s,
|
|
920
|
+
onState: ["open", (e, s, n) => {
|
|
921
921
|
if (e)
|
|
922
922
|
return new ie({
|
|
923
923
|
cache: "dropdown",
|
|
924
|
-
parent:
|
|
925
|
-
button:
|
|
924
|
+
parent: n,
|
|
925
|
+
button: n.input,
|
|
926
926
|
size: "xl"
|
|
927
927
|
}, [
|
|
928
928
|
Pe(t)
|
|
@@ -963,7 +963,7 @@ const We = d(({ index: t, click: e, state: s }, a) => D({
|
|
|
963
963
|
const t = this.data.filteredOptions;
|
|
964
964
|
let { searchQuery: e } = this.state;
|
|
965
965
|
e = e.toLowerCase();
|
|
966
|
-
const s = t.findIndex((
|
|
966
|
+
const s = t.findIndex((n) => n.label.toLowerCase() === e);
|
|
967
967
|
s >= 0 && (this.state.selectedIndex = s);
|
|
968
968
|
},
|
|
969
969
|
/**
|
|
@@ -1128,11 +1128,11 @@ class ct extends u {
|
|
|
1128
1128
|
const s = this.options;
|
|
1129
1129
|
if (!s || s.length < 1)
|
|
1130
1130
|
return;
|
|
1131
|
-
const
|
|
1132
|
-
for (const
|
|
1133
|
-
if (
|
|
1134
|
-
return
|
|
1135
|
-
return
|
|
1131
|
+
const n = s[0];
|
|
1132
|
+
for (const a of s)
|
|
1133
|
+
if (a.value === e)
|
|
1134
|
+
return a.layout;
|
|
1135
|
+
return n.layout;
|
|
1136
1136
|
}
|
|
1137
1137
|
/**
|
|
1138
1138
|
* This will setup the states.
|
|
@@ -1144,8 +1144,8 @@ class ct extends u {
|
|
|
1144
1144
|
return {
|
|
1145
1145
|
selected: {
|
|
1146
1146
|
state: this.getFirstValue(),
|
|
1147
|
-
callBack(
|
|
1148
|
-
s === "function" && e(
|
|
1147
|
+
callBack(n) {
|
|
1148
|
+
s === "function" && e(n);
|
|
1149
1149
|
}
|
|
1150
1150
|
}
|
|
1151
1151
|
};
|
|
@@ -1268,14 +1268,14 @@ class Ee extends u {
|
|
|
1268
1268
|
* @returns {void}
|
|
1269
1269
|
*/
|
|
1270
1270
|
updateLinks(e) {
|
|
1271
|
-
let s = !1,
|
|
1271
|
+
let s = !1, n = this.links[0];
|
|
1272
1272
|
this.deactivateAllLinks();
|
|
1273
|
-
for (const
|
|
1274
|
-
if (
|
|
1275
|
-
this.updateLink(
|
|
1273
|
+
for (const a of this.links)
|
|
1274
|
+
if (a.rendered !== !1 && (s = Ye(a, e), s === !0)) {
|
|
1275
|
+
this.updateLink(a, !0);
|
|
1276
1276
|
break;
|
|
1277
1277
|
}
|
|
1278
|
-
s !== !0 &&
|
|
1278
|
+
s !== !0 && n && this.updateLink(n, !0);
|
|
1279
1279
|
}
|
|
1280
1280
|
/**
|
|
1281
1281
|
* This will deactivate all links.
|
|
@@ -1302,9 +1302,9 @@ class Ee extends u {
|
|
|
1302
1302
|
* @param {object} option
|
|
1303
1303
|
* @returns {object}
|
|
1304
1304
|
*/
|
|
1305
|
-
addLink({ label: e, href: s, exact:
|
|
1306
|
-
const
|
|
1307
|
-
return this.links.push(
|
|
1305
|
+
addLink({ label: e, href: s, exact: n }) {
|
|
1306
|
+
const a = Fe({ text: e, href: s, exact: n });
|
|
1307
|
+
return this.links.push(a), a;
|
|
1308
1308
|
}
|
|
1309
1309
|
/**
|
|
1310
1310
|
* This will remove all the links.
|
|
@@ -1348,9 +1348,9 @@ class ht extends u {
|
|
|
1348
1348
|
*/
|
|
1349
1349
|
addGroup() {
|
|
1350
1350
|
let e;
|
|
1351
|
-
const s = [],
|
|
1352
|
-
for (let
|
|
1353
|
-
e = a
|
|
1351
|
+
const s = [], n = this.options;
|
|
1352
|
+
for (let a = 0, i = n.length; a < i; a++)
|
|
1353
|
+
e = n[a], s.push(
|
|
1354
1354
|
{
|
|
1355
1355
|
uri: e.uri || e.href,
|
|
1356
1356
|
component: e.component,
|
|
@@ -1409,12 +1409,12 @@ class He extends u {
|
|
|
1409
1409
|
* @returns {Array} An array of [eventName, element, callback] definitions.
|
|
1410
1410
|
*/
|
|
1411
1411
|
setupEvents() {
|
|
1412
|
-
const e = this.panel, s = this.pointerPosition.bind(this),
|
|
1412
|
+
const e = this.panel, s = this.pointerPosition.bind(this), n = this.pointerUp.bind(this), a = this.pointerDown.bind(this), i = this.resize.bind(this), l = { passive: !1 };
|
|
1413
1413
|
return [
|
|
1414
1414
|
["pointermove", e, s, l],
|
|
1415
|
-
["pointerup", e,
|
|
1416
|
-
["pointerdown", e,
|
|
1417
|
-
["pointerout", e,
|
|
1415
|
+
["pointerup", e, n],
|
|
1416
|
+
["pointerdown", e, a, l],
|
|
1417
|
+
["pointerout", e, n],
|
|
1418
1418
|
["resize", window, i]
|
|
1419
1419
|
];
|
|
1420
1420
|
}
|
|
@@ -1425,14 +1425,14 @@ class He extends u {
|
|
|
1425
1425
|
* @returns {void}
|
|
1426
1426
|
*/
|
|
1427
1427
|
getEventPosition(e) {
|
|
1428
|
-
let s,
|
|
1429
|
-
const
|
|
1428
|
+
let s, n;
|
|
1429
|
+
const a = this.canvas, i = a.width / parseInt(a.style.width), l = a.getBoundingClientRect();
|
|
1430
1430
|
if (e.touches && e.touches.length) {
|
|
1431
1431
|
const f = e.touches[0];
|
|
1432
|
-
s = f.clientX,
|
|
1432
|
+
s = f.clientX, n = f.clientY;
|
|
1433
1433
|
} else
|
|
1434
|
-
s = e.x || e.clientX,
|
|
1435
|
-
const h = parseInt((s - l.left) * i), c = parseInt((
|
|
1434
|
+
s = e.x || e.clientX, n = e.y || e.clientY;
|
|
1435
|
+
const h = parseInt((s - l.left) * i), c = parseInt((n - l.top) * i);
|
|
1436
1436
|
this.mouse.x = h, this.mouse.y = c;
|
|
1437
1437
|
}
|
|
1438
1438
|
/**
|
|
@@ -1444,8 +1444,8 @@ class He extends u {
|
|
|
1444
1444
|
*/
|
|
1445
1445
|
pointerDown(e) {
|
|
1446
1446
|
e.preventDefault(), e.stopPropagation(), this.getEventPosition(e);
|
|
1447
|
-
const { ctx: s, mouse:
|
|
1448
|
-
s.beginPath(), s.moveTo(
|
|
1447
|
+
const { ctx: s, mouse: n } = this;
|
|
1448
|
+
s.beginPath(), s.moveTo(n.x, n.y), n.status = "down", this.startTimer();
|
|
1449
1449
|
}
|
|
1450
1450
|
/**
|
|
1451
1451
|
* Called when the pointer goes up or leaves the canvas area.
|
|
@@ -1473,12 +1473,12 @@ class He extends u {
|
|
|
1473
1473
|
* @returns {void}
|
|
1474
1474
|
*/
|
|
1475
1475
|
resize() {
|
|
1476
|
-
const { canvas: e, ctx: s } = this,
|
|
1477
|
-
if (this.scale(), this.setupBackground(s),
|
|
1478
|
-
const
|
|
1479
|
-
B.on("load",
|
|
1480
|
-
s.drawImage(
|
|
1481
|
-
}),
|
|
1476
|
+
const { canvas: e, ctx: s } = this, n = e.toDataURL();
|
|
1477
|
+
if (this.scale(), this.setupBackground(s), n !== "data:,") {
|
|
1478
|
+
const a = new window.Image();
|
|
1479
|
+
B.on("load", a, function i() {
|
|
1480
|
+
s.drawImage(a, 0, 0), B.off("load", a, i);
|
|
1481
|
+
}), a.src = n;
|
|
1482
1482
|
}
|
|
1483
1483
|
this.draw();
|
|
1484
1484
|
}
|
|
@@ -1507,10 +1507,10 @@ class He extends u {
|
|
|
1507
1507
|
* @returns {void}
|
|
1508
1508
|
*/
|
|
1509
1509
|
scale() {
|
|
1510
|
-
const e = this.canvas, s = this.container,
|
|
1510
|
+
const e = this.canvas, s = this.container, n = I.getSize(s), a = this.targetSize, i = a.width, l = a.height;
|
|
1511
1511
|
let h = i + "px", c = l + "px";
|
|
1512
|
-
if (this.width = e.width = i, this.height = e.height = l,
|
|
1513
|
-
const f =
|
|
1512
|
+
if (this.width = e.width = i, this.height = e.height = l, n.width !== 0 && n.height !== 0) {
|
|
1513
|
+
const f = n.width, g = n.height, r = f / i, p = g / l, k = Math.min(r, p);
|
|
1514
1514
|
h = i * k + "px", c = l * k + "px";
|
|
1515
1515
|
}
|
|
1516
1516
|
e.style.width = h, e.style.height = c;
|
|
@@ -1533,8 +1533,8 @@ class He extends u {
|
|
|
1533
1533
|
drawBottomLine(e) {
|
|
1534
1534
|
const s = this.canvas;
|
|
1535
1535
|
e.globalAlpha = 1, e.shadowBlur = 0;
|
|
1536
|
-
const
|
|
1537
|
-
e.beginPath(), e.moveTo(
|
|
1536
|
+
const n = this.margin.x, a = this.height - this.margin.y;
|
|
1537
|
+
e.beginPath(), e.moveTo(n, a), e.lineTo(s.width - this.margin.x, a), e.lineWidth = this.baseLineWidth, e.strokeStyle = this.baseStrokeColor, e.stroke(), e.closePath();
|
|
1538
1538
|
}
|
|
1539
1539
|
/**
|
|
1540
1540
|
* Adds a line to the current path, updating the 'signed' status.
|
|
@@ -1545,10 +1545,10 @@ class He extends u {
|
|
|
1545
1545
|
* @param {string} color The stroke color.
|
|
1546
1546
|
* @returns {void}
|
|
1547
1547
|
*/
|
|
1548
|
-
addLine(e, s,
|
|
1548
|
+
addLine(e, s, n, a) {
|
|
1549
1549
|
this.signed || (this.signed = !0);
|
|
1550
|
-
const i = Math.round(s), l = Math.round(
|
|
1551
|
-
e.lineWidth = this.lineWidth, e.strokeStyle =
|
|
1550
|
+
const i = Math.round(s), l = Math.round(n);
|
|
1551
|
+
e.lineWidth = this.lineWidth, e.strokeStyle = a, e.lineTo(i, l), e.stroke();
|
|
1552
1552
|
}
|
|
1553
1553
|
/**
|
|
1554
1554
|
* Clears the canvas, sets signed to false, and re-initializes
|
|
@@ -1604,7 +1604,7 @@ class ut extends u {
|
|
|
1604
1604
|
*/
|
|
1605
1605
|
render() {
|
|
1606
1606
|
return o({ class: "signature-panel relative flex flex-auto overflow-hidden select-none" }, [
|
|
1607
|
-
|
|
1607
|
+
ne({
|
|
1608
1608
|
cache: "hiddenInput",
|
|
1609
1609
|
required: !0,
|
|
1610
1610
|
bind: this.path + ".data"
|
|
@@ -1671,7 +1671,7 @@ export {
|
|
|
1671
1671
|
be as D,
|
|
1672
1672
|
we as H,
|
|
1673
1673
|
lt as I,
|
|
1674
|
-
|
|
1674
|
+
at as N,
|
|
1675
1675
|
A as O,
|
|
1676
1676
|
Je as P,
|
|
1677
1677
|
st as S,
|
|
@@ -1688,7 +1688,7 @@ export {
|
|
|
1688
1688
|
fe as h,
|
|
1689
1689
|
ge as i,
|
|
1690
1690
|
ke as j,
|
|
1691
|
-
|
|
1691
|
+
nt as k,
|
|
1692
1692
|
ot as l,
|
|
1693
1693
|
rt as m,
|
|
1694
1694
|
ct as n,
|
package/package.json
CHANGED