@base-framework/ui 1.0.0 → 1.0.2
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-DSQdR6CM.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 Ca, p as Ta, q as ca, S as Da, n as Ia, o as Sa, T as ba, x as Ba, y as Pa, m as Fa, r as Ma } from "./confirmation-BqQwYCFz.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-B5TK6tLi.js";
|
|
8
|
-
import { B as Oa, m 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, q as Xa, p as Ya, n as Za, o as $a, T as as, k as ss, U as es, W as os, f as ts, h as rs, i as ns, c as is, d as ls, b as ps, e as us, a as ms, g as ds } from "./signature-
|
|
8
|
+
import { B as Oa, m 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, q as Xa, p as Ya, n as Za, o as $a, T as as, k as ss, U as es, W as os, f as ts, h as rs, i as ns, c as is, d as ls, b as ps, e as us, a as ms, g as ds } from "./signature-DA-Z0xoX.js";
|
|
9
9
|
import { B as Cs, I as Ts, M as cs, d as Ds, e as Is, g as Ss, N as bs, b as Bs, a as Ps, f as Fs, P as Ms, c as ks, S as Ns, T as vs } from "./mobile-nav-wrapper-CguousG5.js";
|
|
10
10
|
import { B as xs, a as hs, C as ys, F as Ws, b as Ls, c as As, M as Hs, P as ws, S as Us } from "./sidebar-menu-page-22AUZwFc.js";
|
|
11
11
|
import { A as Rs, F as Es, M as Gs, a as Vs, T as js } from "./aside-template-D0KANPjh.js";
|
package/dist/organisms.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { B as s, m as o, C as t, j as r, D as n, l, H as i, I as d, N as b, O as v, P as g, S as p, q as u, p as N, n as k, o as C, T as D, k as M, U as T, W as c, f as B, h as m, i as y, c as W, d as h, b as H, e as P, a as S, g as f } from "./signature-
|
|
1
|
+
import { B as s, m as o, C as t, j as r, D as n, l, H as i, I as d, N as b, O as v, P as g, S as p, q as u, p as N, n as k, o as C, T as D, k as M, U as T, W as c, f as B, h as m, i as y, c as W, d as h, b as H, e as P, a as S, g as f } from "./signature-DA-Z0xoX.js";
|
|
2
2
|
import { b as I, C as L, D as O, a as F, F as U, M as G, c as j, p as q } from "./calendar-B5TK6tLi.js";
|
|
3
3
|
import { B as z, I as A, M as E, d as J, e as K, g as Q, N as R, b as V, a as X, f as Y, P as Z, c as _, S as $, T as aa } from "./mobile-nav-wrapper-CguousG5.js";
|
|
4
4
|
export {
|
|
@@ -14,7 +14,7 @@ u(({ value: t, label: e }) => v({
|
|
|
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 Ke extends g {
|
|
20
20
|
/**
|
|
@@ -38,49 +38,49 @@ const se = (t) => {
|
|
|
38
38
|
const e = new Date(t, 11, 31), s = new Date(t, 0, 1);
|
|
39
39
|
return e.getDay() === 4 || // December 31 is a Thursday
|
|
40
40
|
s.getDay() === 4;
|
|
41
|
-
},
|
|
41
|
+
}, ne = (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 && !se(
|
|
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 && !se(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
|
+
}, ae = (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
|
-
}, ie = (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
|
+
}, ie = (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
|
}, _e = (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 d = new Date(t, e, l);
|
|
71
|
-
i.push(l > 0 ? d : null), (i.length === 7 || l ===
|
|
71
|
+
i.push(l > 0 ? d : null), (i.length === 7 || l === n) && (a.push([...i]), i = []);
|
|
72
72
|
}
|
|
73
|
-
return
|
|
73
|
+
return a;
|
|
74
74
|
}, Ge = (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
|
}, oe = (t, e, s) => {
|
|
81
|
-
const
|
|
82
|
-
return
|
|
83
|
-
}, le = ({ 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
|
+
}, le = ({ day: t, month: e, year: s, weekNumber: n, selectWeek: a }) => {
|
|
84
84
|
const i = oe(t, e, s);
|
|
85
85
|
return v({
|
|
86
86
|
text: t || "",
|
|
@@ -90,12 +90,12 @@ const se = (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
|
}, re = (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 = ae(t, e, s), i = Array.from({ length: n }, (r, p) => new Date(t, e, p + 1)), l = (a.length + i.length) % 7, d = l === 0 ? 0 : 7 - l, c = ie(t, e, d), h = [...a, ...i, ...c], f = [];
|
|
97
97
|
for (let r = 0; r < h.length; r += 7) {
|
|
98
|
-
const p = h.slice(r, r + 7), x = p.find((j) => j) || new Date(t, e, 1), { weekNumber: $, year: A } =
|
|
98
|
+
const p = h.slice(r, r + 7), x = p.find((j) => j) || new Date(t, e, 1), { weekNumber: $, year: A } = ne(x);
|
|
99
99
|
f.push({
|
|
100
100
|
weekNumber: $,
|
|
101
101
|
year: A,
|
|
@@ -103,8 +103,8 @@ const se = (t) => {
|
|
|
103
103
|
});
|
|
104
104
|
}
|
|
105
105
|
return f;
|
|
106
|
-
}, ce = ({ selectWeek: t }) => U("month", (e, s, { data:
|
|
107
|
-
const { year:
|
|
106
|
+
}, ce = ({ selectWeek: t }) => U("month", (e, s, { data: n }) => {
|
|
107
|
+
const { year: a, month: i, currentDate: l } = n, d = re(a, i);
|
|
108
108
|
return o(
|
|
109
109
|
{ class: "grid grid-cols-8 gap-1 text-sm px-4 py-2" },
|
|
110
110
|
[
|
|
@@ -195,12 +195,12 @@ class Ve extends g {
|
|
|
195
195
|
* @returns {Data}
|
|
196
196
|
*/
|
|
197
197
|
setData() {
|
|
198
|
-
const e = /* @__PURE__ */ new Date(), s = this.selectedWeek || this.calculateCurrentWeek(e),
|
|
198
|
+
const e = /* @__PURE__ */ new Date(), s = this.selectedWeek || this.calculateCurrentWeek(e), n = T(s, e.getFullYear());
|
|
199
199
|
return new L({
|
|
200
|
-
monthName: this.getMonthName(
|
|
201
|
-
year:
|
|
202
|
-
month:
|
|
203
|
-
currentDate:
|
|
200
|
+
monthName: this.getMonthName(n.getMonth()),
|
|
201
|
+
year: n.getFullYear(),
|
|
202
|
+
month: n.getMonth(),
|
|
203
|
+
currentDate: n.getDate(),
|
|
204
204
|
currentWeek: s
|
|
205
205
|
});
|
|
206
206
|
}
|
|
@@ -221,10 +221,10 @@ class Ve extends g {
|
|
|
221
221
|
* @returns {number}
|
|
222
222
|
*/
|
|
223
223
|
calculateCurrentWeek(e) {
|
|
224
|
-
const s = new Date(e.valueOf()),
|
|
225
|
-
s.setDate(s.getDate() -
|
|
226
|
-
const
|
|
227
|
-
return s.setMonth(0, 1), s.getDay() !== 4 && s.setMonth(0, 1 + (4 - s.getDay() + 7) % 7), 1 + Math.ceil((
|
|
224
|
+
const s = new Date(e.valueOf()), n = (e.getDay() + 6) % 7;
|
|
225
|
+
s.setDate(s.getDate() - n + 3);
|
|
226
|
+
const a = s.valueOf();
|
|
227
|
+
return s.setMonth(0, 1), s.getDay() !== 4 && s.setMonth(0, 1 + (4 - s.getDay() + 7) % 7), 1 + Math.ceil((a - s) / 6048e5);
|
|
228
228
|
}
|
|
229
229
|
/**
|
|
230
230
|
* Gets the name of the month.
|
|
@@ -242,8 +242,8 @@ class Ve extends g {
|
|
|
242
242
|
*/
|
|
243
243
|
goToPreviousMonth() {
|
|
244
244
|
const e = this.data;
|
|
245
|
-
let { year: s, month:
|
|
246
|
-
|
|
245
|
+
let { year: s, month: n } = e;
|
|
246
|
+
n === 0 ? (n = 11, s--) : n--, this.setDate(n, s);
|
|
247
247
|
}
|
|
248
248
|
/**
|
|
249
249
|
* Updates the calendar to show the next month.
|
|
@@ -252,8 +252,8 @@ class Ve extends g {
|
|
|
252
252
|
*/
|
|
253
253
|
goToNextMonth() {
|
|
254
254
|
const e = this.data;
|
|
255
|
-
let { year: s, month:
|
|
256
|
-
|
|
255
|
+
let { year: s, month: n } = e;
|
|
256
|
+
n === 11 ? (n = 0, s++) : n++, this.setDate(n, s);
|
|
257
257
|
}
|
|
258
258
|
/**
|
|
259
259
|
* Sets the selected date.
|
|
@@ -263,12 +263,12 @@ class Ve extends g {
|
|
|
263
263
|
* @param {number|null} [date=null]
|
|
264
264
|
* @returns {void}
|
|
265
265
|
*/
|
|
266
|
-
setDate(e, s,
|
|
266
|
+
setDate(e, s, n) {
|
|
267
267
|
this.data.set({
|
|
268
268
|
year: s,
|
|
269
269
|
month: e,
|
|
270
270
|
monthName: this.getMonthName(e)
|
|
271
|
-
}),
|
|
271
|
+
}), n && (this.data.currentDate = n);
|
|
272
272
|
}
|
|
273
273
|
/**
|
|
274
274
|
* Handles week selection.
|
|
@@ -278,8 +278,8 @@ class Ve extends g {
|
|
|
278
278
|
*/
|
|
279
279
|
selectWeek(e, s) {
|
|
280
280
|
this.data.currentWeek = e;
|
|
281
|
-
const
|
|
282
|
-
this.setDate(
|
|
281
|
+
const n = T(e, s);
|
|
282
|
+
this.setDate(n.getMonth(), n.getFullYear(), n.getDate()), typeof this.selectedCallBack == "function" && this.selectedCallBack(e);
|
|
283
283
|
}
|
|
284
284
|
/**
|
|
285
285
|
* Renders the WeekCalendar component.
|
|
@@ -300,14 +300,14 @@ class Ve extends g {
|
|
|
300
300
|
}
|
|
301
301
|
const he = (t) => O({ class: `cursor-pointer py-3 px-4 text-base w-10 ${t.class || ""}` }, [
|
|
302
302
|
Y((e) => new V({ class: "mr-2", onChange: () => e.toggleAllSelectedRows() }))
|
|
303
|
-
]), ue = ({ align: t, sortable: e, key: s, label:
|
|
303
|
+
]), ue = ({ align: t, sortable: e, key: s, label: n, sort: a, class: i }) => {
|
|
304
304
|
const l = t || "justify-start";
|
|
305
305
|
return O({
|
|
306
306
|
class: `cursor-pointer py-3 px-4 text-base ${i || ""}`,
|
|
307
|
-
click: e && (() =>
|
|
307
|
+
click: e && (() => a(s))
|
|
308
308
|
}, [
|
|
309
309
|
o({ class: `flex flex-auto w-full items-center ${l}` }, [
|
|
310
|
-
y(
|
|
310
|
+
y(n),
|
|
311
311
|
e && E({ class: "ml-2", html: w.arrows.upDown })
|
|
312
312
|
])
|
|
313
313
|
]);
|
|
@@ -322,11 +322,11 @@ const he = (t) => O({ class: `cursor-pointer py-3 px-4 text-base w-10 ${t.class
|
|
|
322
322
|
sort: t.sort
|
|
323
323
|
})]
|
|
324
324
|
})
|
|
325
|
-
]), fe = ({ key: t, rows: e, selectRow: s, rowItem:
|
|
325
|
+
]), fe = ({ key: t, rows: e, selectRow: s, rowItem: n }) => new K({
|
|
326
326
|
cache: "table",
|
|
327
327
|
key: t,
|
|
328
328
|
items: e,
|
|
329
|
-
rowItem: (
|
|
329
|
+
rowItem: (a) => n(a, s),
|
|
330
330
|
class: "divide-y divide-border"
|
|
331
331
|
}), Je = R(
|
|
332
332
|
{
|
|
@@ -386,8 +386,8 @@ const he = (t) => O({ class: `cursor-pointer py-3 px-4 text-base w-10 ${t.class
|
|
|
386
386
|
selectRow(t) {
|
|
387
387
|
const e = t.selected ?? !1;
|
|
388
388
|
t.selected = !e;
|
|
389
|
-
const s = this.data.get("selectedRows"),
|
|
390
|
-
this.data.selectedRows =
|
|
389
|
+
const s = this.data.get("selectedRows"), n = t.selected ? [...s, t] : s.filter((a) => a !== t);
|
|
390
|
+
this.data.selectedRows = n, this.updateSelected();
|
|
391
391
|
},
|
|
392
392
|
/**
|
|
393
393
|
* Renders the DataTable component.
|
|
@@ -507,12 +507,12 @@ const he = (t) => O({ class: `cursor-pointer py-3 px-4 text-base w-10 ${t.class
|
|
|
507
507
|
role: "list",
|
|
508
508
|
class: "divide-y divide-border",
|
|
509
509
|
rowItem: ve
|
|
510
|
-
})), ye = (t, e) => e.includes(t), De = (t, e, s) => t.exact ? s === e : ye(e, s), Se = ({ text: t, href: e, exact: s, hidden:
|
|
510
|
+
})), ye = (t, e) => e.includes(t), De = (t, e, s) => t.exact ? s === e : ye(e, s), Se = ({ text: t, href: e, exact: s, hidden: n }) => new M({
|
|
511
511
|
text: t,
|
|
512
512
|
href: e,
|
|
513
513
|
exact: s,
|
|
514
514
|
dataSet: ["selected", ["state", !0, "active"]],
|
|
515
|
-
class: `${
|
|
515
|
+
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`
|
|
516
516
|
});
|
|
517
517
|
class et extends g {
|
|
518
518
|
/**
|
|
@@ -567,10 +567,10 @@ class et extends g {
|
|
|
567
567
|
updateLinks(e) {
|
|
568
568
|
let s = !1;
|
|
569
569
|
this.deactivateAllLinks();
|
|
570
|
-
for (const
|
|
571
|
-
if (!
|
|
570
|
+
for (const n of this.links) {
|
|
571
|
+
if (!n.rendered)
|
|
572
572
|
continue;
|
|
573
|
-
De(
|
|
573
|
+
De(n, n.getLinkPath(), e) ? (this.updateLink(n, !0), s = !0) : this.updateLink(n, !1);
|
|
574
574
|
}
|
|
575
575
|
!s && this.links[0] && this.updateLink(this.links[0], !0);
|
|
576
576
|
}
|
|
@@ -599,8 +599,8 @@ class et extends g {
|
|
|
599
599
|
* @param {object} option
|
|
600
600
|
* @returns {object}
|
|
601
601
|
*/
|
|
602
|
-
addLink({ label: e, href: s, exact:
|
|
603
|
-
const i = Se({ text: e, href: s, exact:
|
|
602
|
+
addLink({ label: e, href: s, exact: n, hidden: a }) {
|
|
603
|
+
const i = Se({ text: e, href: s, exact: n, hidden: a });
|
|
604
604
|
return this.links.push(i), i;
|
|
605
605
|
}
|
|
606
606
|
/**
|
|
@@ -739,8 +739,8 @@ class st extends N {
|
|
|
739
739
|
["loading", {
|
|
740
740
|
loading: !0
|
|
741
741
|
}],
|
|
742
|
-
["docked", (s,
|
|
743
|
-
s ? (
|
|
742
|
+
["docked", (s, n) => {
|
|
743
|
+
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");
|
|
744
744
|
}]
|
|
745
745
|
]
|
|
746
746
|
},
|
|
@@ -820,7 +820,7 @@ class st extends N {
|
|
|
820
820
|
document.documentElement.style.overflowY = "auto";
|
|
821
821
|
}
|
|
822
822
|
}
|
|
823
|
-
class
|
|
823
|
+
class nt extends N {
|
|
824
824
|
/**
|
|
825
825
|
* This will get the overlay type.
|
|
826
826
|
*
|
|
@@ -839,7 +839,7 @@ class at extends N {
|
|
|
839
839
|
this.container = e, this.initialize();
|
|
840
840
|
}
|
|
841
841
|
}
|
|
842
|
-
const Le = u(({ index: t, click: e, state: s },
|
|
842
|
+
const Le = u(({ index: t, click: e, state: s }, n) => D({
|
|
843
843
|
class: "p-2 cursor-pointer hover:bg-muted/50",
|
|
844
844
|
onState: [
|
|
845
845
|
[s, "selectedIndex", {
|
|
@@ -848,9 +848,9 @@ const Le = u(({ index: t, click: e, state: s }, a) => D({
|
|
|
848
848
|
}]
|
|
849
849
|
],
|
|
850
850
|
pointerdown: () => e(t)
|
|
851
|
-
},
|
|
851
|
+
}, n)), Ce = u(({ selectOption: t, state: e }) => b({
|
|
852
852
|
class: "border rounded-md list-none m-0 p-0 max-h-[400px] overflow-y-auto",
|
|
853
|
-
for: ["filteredOptions", (s,
|
|
853
|
+
for: ["filteredOptions", (s, n) => Le({ index: n, click: t, state: e }, s.label)]
|
|
854
854
|
})), Be = 100, Ie = u((t) => o({ class: "relative flex items-center" }, [
|
|
855
855
|
J({
|
|
856
856
|
cache: "input",
|
|
@@ -868,18 +868,18 @@ const Le = u(({ index: t, click: e, state: s }, a) => D({
|
|
|
868
868
|
])
|
|
869
869
|
])), Te = (t) => o({
|
|
870
870
|
class: "relative flex fle-auto flex-col",
|
|
871
|
-
onState: ["open", (e, s,
|
|
871
|
+
onState: ["open", (e, s, n) => {
|
|
872
872
|
if (e)
|
|
873
873
|
return new te({
|
|
874
874
|
cache: "dropdown",
|
|
875
|
-
parent:
|
|
876
|
-
button:
|
|
875
|
+
parent: n,
|
|
876
|
+
button: n.input,
|
|
877
877
|
size: "xl"
|
|
878
878
|
}, [
|
|
879
879
|
Ce(t)
|
|
880
880
|
]);
|
|
881
881
|
}]
|
|
882
|
-
}),
|
|
882
|
+
}), at = R(
|
|
883
883
|
{
|
|
884
884
|
/**
|
|
885
885
|
* This will set up the data object.
|
|
@@ -914,7 +914,7 @@ const Le = u(({ index: t, click: e, state: s }, a) => D({
|
|
|
914
914
|
const t = this.data.filteredOptions;
|
|
915
915
|
let { searchQuery: e } = this.state;
|
|
916
916
|
e = e.toLowerCase();
|
|
917
|
-
const s = t.findIndex((
|
|
917
|
+
const s = t.findIndex((n) => n.label.toLowerCase() === e);
|
|
918
918
|
s >= 0 && (this.state.selectedIndex = s);
|
|
919
919
|
},
|
|
920
920
|
/**
|
|
@@ -1079,11 +1079,11 @@ class it extends g {
|
|
|
1079
1079
|
const s = this.options;
|
|
1080
1080
|
if (!s || s.length < 1)
|
|
1081
1081
|
return;
|
|
1082
|
-
const
|
|
1083
|
-
for (const
|
|
1084
|
-
if (
|
|
1085
|
-
return
|
|
1086
|
-
return
|
|
1082
|
+
const n = s[0];
|
|
1083
|
+
for (const a of s)
|
|
1084
|
+
if (a.value === e)
|
|
1085
|
+
return a.layout;
|
|
1086
|
+
return n.layout;
|
|
1087
1087
|
}
|
|
1088
1088
|
/**
|
|
1089
1089
|
* This will setup the states.
|
|
@@ -1095,8 +1095,8 @@ class it extends g {
|
|
|
1095
1095
|
return {
|
|
1096
1096
|
selected: {
|
|
1097
1097
|
state: this.getFirstValue(),
|
|
1098
|
-
callBack(
|
|
1099
|
-
s === "function" && e(
|
|
1098
|
+
callBack(n) {
|
|
1099
|
+
s === "function" && e(n);
|
|
1100
1100
|
}
|
|
1101
1101
|
}
|
|
1102
1102
|
};
|
|
@@ -1219,14 +1219,14 @@ class je extends g {
|
|
|
1219
1219
|
* @returns {void}
|
|
1220
1220
|
*/
|
|
1221
1221
|
updateLinks(e) {
|
|
1222
|
-
let s = !1,
|
|
1222
|
+
let s = !1, n = this.links[0];
|
|
1223
1223
|
this.deactivateAllLinks();
|
|
1224
|
-
for (const
|
|
1225
|
-
if (
|
|
1226
|
-
this.updateLink(
|
|
1224
|
+
for (const a of this.links)
|
|
1225
|
+
if (a.rendered !== !1 && (s = $e(a, e), s === !0)) {
|
|
1226
|
+
this.updateLink(a, !0);
|
|
1227
1227
|
break;
|
|
1228
1228
|
}
|
|
1229
|
-
s !== !0 &&
|
|
1229
|
+
s !== !0 && n && this.updateLink(n, !0);
|
|
1230
1230
|
}
|
|
1231
1231
|
/**
|
|
1232
1232
|
* This will deactivate all links.
|
|
@@ -1253,9 +1253,9 @@ class je extends g {
|
|
|
1253
1253
|
* @param {object} option
|
|
1254
1254
|
* @returns {object}
|
|
1255
1255
|
*/
|
|
1256
|
-
addLink({ label: e, href: s, exact:
|
|
1257
|
-
const
|
|
1258
|
-
return this.links.push(
|
|
1256
|
+
addLink({ label: e, href: s, exact: n }) {
|
|
1257
|
+
const a = Ae({ text: e, href: s, exact: n });
|
|
1258
|
+
return this.links.push(a), a;
|
|
1259
1259
|
}
|
|
1260
1260
|
/**
|
|
1261
1261
|
* This will remove all the links.
|
|
@@ -1299,9 +1299,9 @@ class lt extends g {
|
|
|
1299
1299
|
*/
|
|
1300
1300
|
addGroup() {
|
|
1301
1301
|
let e;
|
|
1302
|
-
const s = [],
|
|
1303
|
-
for (let
|
|
1304
|
-
e = a
|
|
1302
|
+
const s = [], n = this.options;
|
|
1303
|
+
for (let a = 0, i = n.length; a < i; a++)
|
|
1304
|
+
e = n[a], s.push(
|
|
1305
1305
|
{
|
|
1306
1306
|
uri: e.uri || e.href,
|
|
1307
1307
|
component: e.component,
|
|
@@ -1320,7 +1320,7 @@ class Ue extends g {
|
|
|
1320
1320
|
* @returns {void}
|
|
1321
1321
|
*/
|
|
1322
1322
|
onCreated() {
|
|
1323
|
-
this.lineWidth = this.lineWidth || 3, this.lineColor = this.lineColor || "#000000", this.canvas = null, this.ctx = null, this.status = "stopped";
|
|
1323
|
+
console.log(this), this.lineWidth = this.lineWidth || 3, this.lineColor = this.lineColor || "#000000", this.canvas = null, this.ctx = null, this.status = "stopped";
|
|
1324
1324
|
const e = 1e3 / 60;
|
|
1325
1325
|
this.timer = new G(e, this.draw.bind(this)), this.width = 0, this.height = 0, this.signed = !1, this.mouse = { x: 0, y: 0, status: "up" }, this.margin = this.margin || { x: 40, y: 60 }, this.targetSize = this.targetSize || { width: 740, height: 345 }, this.baseLineWidth = this.baseLineWidth || 2, this.baseStrokeColor = this.baseStrokeColor || "#000000";
|
|
1326
1326
|
}
|
|
@@ -1360,12 +1360,12 @@ class Ue extends g {
|
|
|
1360
1360
|
* @returns {Array} An array of [eventName, element, callback] definitions.
|
|
1361
1361
|
*/
|
|
1362
1362
|
setupEvents() {
|
|
1363
|
-
const e = this.panel, s = this.pointerPosition.bind(this),
|
|
1363
|
+
const e = this.panel, s = this.pointerPosition.bind(this), n = this.pointerUp.bind(this), a = this.pointerDown.bind(this), i = this.resize.bind(this);
|
|
1364
1364
|
return [
|
|
1365
1365
|
["pointermove", e, s],
|
|
1366
|
-
["pointerup", e,
|
|
1367
|
-
["pointerdown", e,
|
|
1368
|
-
["pointerout", e,
|
|
1366
|
+
["pointerup", e, n],
|
|
1367
|
+
["pointerdown", e, a],
|
|
1368
|
+
["pointerout", e, n],
|
|
1369
1369
|
["resize", window, i]
|
|
1370
1370
|
];
|
|
1371
1371
|
}
|
|
@@ -1376,14 +1376,14 @@ class Ue extends g {
|
|
|
1376
1376
|
* @returns {void}
|
|
1377
1377
|
*/
|
|
1378
1378
|
getEventPosition(e) {
|
|
1379
|
-
let s,
|
|
1380
|
-
const
|
|
1379
|
+
let s, n;
|
|
1380
|
+
const a = this.canvas, i = a.width / parseInt(a.style.width), l = a.getBoundingClientRect();
|
|
1381
1381
|
if (e.touches && e.touches.length) {
|
|
1382
1382
|
const h = e.touches[0];
|
|
1383
|
-
s = h.clientX,
|
|
1383
|
+
s = h.clientX, n = h.clientY;
|
|
1384
1384
|
} else
|
|
1385
|
-
s = e.x || e.clientX,
|
|
1386
|
-
const d = parseInt((s - l.left) * i), c = parseInt((
|
|
1385
|
+
s = e.x || e.clientX, n = e.y || e.clientY;
|
|
1386
|
+
const d = parseInt((s - l.left) * i), c = parseInt((n - l.top) * i);
|
|
1387
1387
|
this.mouse.x = d, this.mouse.y = c;
|
|
1388
1388
|
}
|
|
1389
1389
|
/**
|
|
@@ -1395,8 +1395,8 @@ class Ue extends g {
|
|
|
1395
1395
|
*/
|
|
1396
1396
|
pointerDown(e) {
|
|
1397
1397
|
e.preventDefault(), this.getEventPosition(e);
|
|
1398
|
-
const { ctx: s, mouse:
|
|
1399
|
-
s.beginPath(), s.moveTo(
|
|
1398
|
+
const { ctx: s, mouse: n } = this;
|
|
1399
|
+
s.beginPath(), s.moveTo(n.x, n.y), n.status = "down", this.startTimer();
|
|
1400
1400
|
}
|
|
1401
1401
|
/**
|
|
1402
1402
|
* Called when the pointer goes up or leaves the canvas area.
|
|
@@ -1424,12 +1424,12 @@ class Ue extends g {
|
|
|
1424
1424
|
* @returns {void}
|
|
1425
1425
|
*/
|
|
1426
1426
|
resize() {
|
|
1427
|
-
const { canvas: e, ctx: s } = this,
|
|
1428
|
-
if (this.scale(), this.setupBackground(s),
|
|
1429
|
-
const
|
|
1430
|
-
B.on("load",
|
|
1431
|
-
s.drawImage(
|
|
1432
|
-
}),
|
|
1427
|
+
const { canvas: e, ctx: s } = this, n = e.toDataURL();
|
|
1428
|
+
if (this.scale(), this.setupBackground(s), n !== "data:,") {
|
|
1429
|
+
const a = new window.Image();
|
|
1430
|
+
B.on("load", a, function i() {
|
|
1431
|
+
s.drawImage(a, 0, 0), B.off("load", a, i);
|
|
1432
|
+
}), a.src = n;
|
|
1433
1433
|
}
|
|
1434
1434
|
this.draw();
|
|
1435
1435
|
}
|
|
@@ -1458,10 +1458,10 @@ class Ue extends g {
|
|
|
1458
1458
|
* @returns {void}
|
|
1459
1459
|
*/
|
|
1460
1460
|
scale() {
|
|
1461
|
-
const e = this.canvas, s = this.container,
|
|
1461
|
+
const e = this.canvas, s = this.container, n = I.getSize(s), a = this.targetSize, i = a.width, l = a.height;
|
|
1462
1462
|
let d = i + "px", c = l + "px";
|
|
1463
|
-
if (this.width = e.width = i, this.height = e.height = l,
|
|
1464
|
-
const h =
|
|
1463
|
+
if (this.width = e.width = i, this.height = e.height = l, n.width !== 0 && n.height !== 0) {
|
|
1464
|
+
const h = n.width, f = n.height, r = h / i, p = f / l, x = Math.min(r, p);
|
|
1465
1465
|
d = i * x + "px", c = l * x + "px";
|
|
1466
1466
|
}
|
|
1467
1467
|
e.style.width = d, e.style.height = c;
|
|
@@ -1484,8 +1484,8 @@ class Ue extends g {
|
|
|
1484
1484
|
drawBottomLine(e) {
|
|
1485
1485
|
const s = this.canvas;
|
|
1486
1486
|
e.globalAlpha = 1, e.shadowBlur = 0;
|
|
1487
|
-
const
|
|
1488
|
-
e.beginPath(), e.moveTo(
|
|
1487
|
+
const n = this.margin.x, a = this.height - this.margin.y;
|
|
1488
|
+
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();
|
|
1489
1489
|
}
|
|
1490
1490
|
/**
|
|
1491
1491
|
* Adds a line to the current path, updating the 'signed' status.
|
|
@@ -1496,10 +1496,10 @@ class Ue extends g {
|
|
|
1496
1496
|
* @param {string} color The stroke color.
|
|
1497
1497
|
* @returns {void}
|
|
1498
1498
|
*/
|
|
1499
|
-
addLine(e, s,
|
|
1499
|
+
addLine(e, s, n, a) {
|
|
1500
1500
|
this.signed || (this.signed = !0);
|
|
1501
|
-
const i = Math.round(s), l = Math.round(
|
|
1502
|
-
e.lineWidth = this.lineWidth, e.strokeStyle =
|
|
1501
|
+
const i = Math.round(s), l = Math.round(n);
|
|
1502
|
+
e.lineWidth = this.lineWidth, e.strokeStyle = a, e.lineTo(i, l), e.stroke();
|
|
1503
1503
|
}
|
|
1504
1504
|
/**
|
|
1505
1505
|
* Clears the canvas, sets signed to false, and re-initializes
|
|
@@ -1519,7 +1519,7 @@ class Ue extends g {
|
|
|
1519
1519
|
* @returns {void}
|
|
1520
1520
|
*/
|
|
1521
1521
|
setupBackground(e) {
|
|
1522
|
-
e.fillStyle = "", e.fillRect(0, 0, this.width, this.height), this.drawBottomLine(e);
|
|
1522
|
+
e.fillStyle = "transparent", e.fillRect(0, 0, this.width, this.height), this.drawBottomLine(e);
|
|
1523
1523
|
}
|
|
1524
1524
|
/**
|
|
1525
1525
|
* Starts the drawing timer so new lines can be added as pointer moves.
|
|
@@ -1545,7 +1545,7 @@ class rt extends g {
|
|
|
1545
1545
|
* @returns {void}
|
|
1546
1546
|
*/
|
|
1547
1547
|
setupProps() {
|
|
1548
|
-
this.data = null, this.lineColor = null, this.lineWidth = null, this.baseLineWidth = null, this.baseStrokeColor = null, this.margin = null, this.targetSize = null, this.callBackData = null, this.pointerUp = null, this.path = null, this.canvasLayer = null;
|
|
1548
|
+
console.log(this), this.data = null, this.lineColor = null, this.lineWidth = null, this.baseLineWidth = null, this.baseStrokeColor = null, this.margin = null, this.targetSize = null, this.callBackData = null, this.pointerUp = null, this.path = null, this.canvasLayer = null;
|
|
1549
1549
|
}
|
|
1550
1550
|
/**
|
|
1551
1551
|
* Renders the main layout for the signature panel,
|
|
@@ -1554,7 +1554,7 @@ class rt extends g {
|
|
|
1554
1554
|
* @returns {object} The layout object for the component.
|
|
1555
1555
|
*/
|
|
1556
1556
|
render() {
|
|
1557
|
-
return o({ class: "signature-panel relative flex flex-auto" }, [
|
|
1557
|
+
return console.log(this), o({ class: "signature-panel relative flex flex-auto" }, [
|
|
1558
1558
|
Z({
|
|
1559
1559
|
cache: "hiddenInput",
|
|
1560
1560
|
required: !0,
|
|
@@ -1621,21 +1621,21 @@ export {
|
|
|
1621
1621
|
he as C,
|
|
1622
1622
|
fe as D,
|
|
1623
1623
|
ue as H,
|
|
1624
|
-
|
|
1624
|
+
nt as I,
|
|
1625
1625
|
et as N,
|
|
1626
1626
|
N as O,
|
|
1627
1627
|
Ke as P,
|
|
1628
|
-
|
|
1628
|
+
at as S,
|
|
1629
1629
|
ge as T,
|
|
1630
1630
|
ve as U,
|
|
1631
1631
|
Ve as W,
|
|
1632
1632
|
ie as a,
|
|
1633
1633
|
T as b,
|
|
1634
|
-
|
|
1634
|
+
ne as c,
|
|
1635
1635
|
_e as d,
|
|
1636
1636
|
Ge as e,
|
|
1637
1637
|
le as f,
|
|
1638
|
-
|
|
1638
|
+
ae as g,
|
|
1639
1639
|
ce as h,
|
|
1640
1640
|
de as i,
|
|
1641
1641
|
Je as j,
|
package/package.json
CHANGED