@base-framework/ui 1.0.1 → 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-CvAlydRI.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-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";
@@ -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-CvAlydRI.js";
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: a }) => a.performance = t
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
- }, ae = (t) => {
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 a = e.getFullYear(), n = new Date(a, 0, 4);
45
- n.setDate(n.getDate() - (n.getDay() + 6) % 7);
46
- const i = Math.ceil((e - n) / 6048e5) + 1;
47
- return i > 52 && !se(a) ? {
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: a + 1
49
+ year: n + 1
50
50
  } : {
51
51
  weekNumber: i,
52
- year: a
52
+ year: n
53
53
  };
54
- }, ne = (t, e, s) => {
54
+ }, ae = (t, e, s) => {
55
55
  if (s === 0) return [];
56
- const a = new Date(t, e, 0).getDate();
56
+ const n = new Date(t, e, 0).getDate();
57
57
  return Array.from(
58
58
  { length: s },
59
- (n, i) => new Date(t, e - 1, a - s + i + 1)
59
+ (a, i) => new Date(t, e - 1, n - s + i + 1)
60
60
  );
61
- }, ie = (t, e, s) => Array.from({ length: s }, (a, n) => new Date(t, e + 1, n + 1)), T = (t, e) => {
62
- const s = new Date(e, 0, 4), a = (s.getDay() + 6) % 7, n = new Date(s);
63
- n.setDate(s.getDate() - a);
64
- const i = new Date(n);
65
- return i.setDate(n.getDate() + (t - 1) * 7), i;
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(), a = new Date(t, e + 1, 0).getDate(), n = [];
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 <= a; 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 === a) && (n.push([...i]), i = []);
71
+ i.push(l > 0 ? d : null), (i.length === 7 || l === n) && (a.push([...i]), i = []);
72
72
  }
73
- return n;
73
+ return a;
74
74
  }, Ge = (t, e) => {
75
- const s = new Date(t, e + 1, 0).getDate(), a = [];
76
- let n = [];
75
+ const s = new Date(t, e + 1, 0).getDate(), n = [];
76
+ let a = [];
77
77
  for (let i = 1; i <= s; i++)
78
- n.push(new Date(t, e, i)), n.length === 7 && (a.push(n), n = []);
79
- return n.length > 0 && a.push(n), a;
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 a = /* @__PURE__ */ new Date();
82
- return a.getDate() === t && a.getMonth() === e && a.getFullYear() === s;
83
- }, le = ({ day: t, month: e, year: s, weekNumber: a, selectWeek: n }) => {
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(a, s)
93
+ click: () => a(n, s)
94
94
  });
95
95
  }, re = (t, e) => {
96
- const s = new Date(t, e, 1).getDay(), a = new Date(t, e + 1, 0).getDate(), n = ne(t, e, s), i = Array.from({ length: a }, (r, p) => new Date(t, e, p + 1)), l = (n.length + i.length) % 7, d = l === 0 ? 0 : 7 - l, c = ie(t, e, d), h = [...n, ...i, ...c], f = [];
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 } = ae(x);
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: a }) => {
107
- const { year: n, month: i, currentDate: l } = a, d = re(n, i);
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), a = T(s, e.getFullYear());
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(a.getMonth()),
201
- year: a.getFullYear(),
202
- month: a.getMonth(),
203
- currentDate: a.getDate(),
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()), a = (e.getDay() + 6) % 7;
225
- s.setDate(s.getDate() - a + 3);
226
- const n = s.valueOf();
227
- return s.setMonth(0, 1), s.getDay() !== 4 && s.setMonth(0, 1 + (4 - s.getDay() + 7) % 7), 1 + Math.ceil((n - s) / 6048e5);
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: a } = e;
246
- a === 0 ? (a = 11, s--) : a--, this.setDate(a, s);
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: a } = e;
256
- a === 11 ? (a = 0, s++) : a++, this.setDate(a, s);
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, a) {
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
- }), a && (this.data.currentDate = a);
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 a = T(e, s);
282
- this.setDate(a.getMonth(), a.getFullYear(), a.getDate()), typeof this.selectedCallBack == "function" && this.selectedCallBack(e);
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: a, sort: n, class: i }) => {
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 && (() => n(s))
307
+ click: e && (() => a(s))
308
308
  }, [
309
309
  o({ class: `flex flex-auto w-full items-center ${l}` }, [
310
- y(a),
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: a }) => new K({
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: (n) => a(n, s),
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"), a = t.selected ? [...s, t] : s.filter((n) => n !== t);
390
- this.data.selectedRows = a, this.updateSelected();
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: a }) => new M({
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: `${a ? "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`
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 a of this.links) {
571
- if (!a.rendered)
570
+ for (const n of this.links) {
571
+ if (!n.rendered)
572
572
  continue;
573
- De(a, a.getLinkPath(), e) ? (this.updateLink(a, !0), s = !0) : this.updateLink(a, !1);
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: a, hidden: n }) {
603
- const i = Se({ text: e, href: s, exact: a, hidden: n });
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, a) => {
743
- s ? (a.className = this.getDockedClassName(), e.appendChild(a), document.documentElement.style.overflowY = "auto") : (a.className = this.getClassName(), app.root.appendChild(a), document.documentElement.style.overflowY = "hidden");
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 at extends N {
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 }, a) => D({
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
- }, a)), Ce = u(({ selectOption: t, state: e }) => b({
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, a) => Le({ index: a, click: t, state: e }, s.label)]
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, a) => {
871
+ onState: ["open", (e, s, n) => {
872
872
  if (e)
873
873
  return new te({
874
874
  cache: "dropdown",
875
- parent: a,
876
- button: a.input,
875
+ parent: n,
876
+ button: n.input,
877
877
  size: "xl"
878
878
  }, [
879
879
  Ce(t)
880
880
  ]);
881
881
  }]
882
- }), nt = R(
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((a) => a.label.toLowerCase() === e);
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 a = s[0];
1083
- for (const n of s)
1084
- if (n.value === e)
1085
- return n.layout;
1086
- return a.layout;
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(a) {
1099
- s === "function" && e(a);
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, a = this.links[0];
1222
+ let s = !1, n = this.links[0];
1223
1223
  this.deactivateAllLinks();
1224
- for (const n of this.links)
1225
- if (n.rendered !== !1 && (s = $e(n, e), s === !0)) {
1226
- this.updateLink(n, !0);
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 && a && this.updateLink(a, !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: a }) {
1257
- const n = Ae({ text: e, href: s, exact: a });
1258
- return this.links.push(n), n;
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 = [], a = this.options;
1303
- for (let n = 0, i = a.length; n < i; n++)
1304
- e = a[n], s.push(
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), a = this.pointerUp.bind(this), n = this.pointerDown.bind(this), i = this.resize.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, a],
1367
- ["pointerdown", e, n],
1368
- ["pointerout", e, a],
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, a;
1380
- const n = this.canvas, i = n.width / parseInt(n.style.width), l = n.getBoundingClientRect();
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, a = h.clientY;
1383
+ s = h.clientX, n = h.clientY;
1384
1384
  } else
1385
- s = e.x || e.clientX, a = e.y || e.clientY;
1386
- const d = parseInt((s - l.left) * i), c = parseInt((a - l.top) * i);
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: a } = this;
1399
- s.beginPath(), s.moveTo(a.x, a.y), a.status = "down", this.startTimer();
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, a = e.toDataURL();
1428
- if (this.scale(), this.setupBackground(s), a !== "data:,") {
1429
- const n = new window.Image();
1430
- B.on("load", n, function i() {
1431
- s.drawImage(n, 0, 0), B.off("load", n, i);
1432
- }), n.src = a;
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, a = I.getSize(s), n = this.targetSize, i = n.width, l = n.height;
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, a.width !== 0 && a.height !== 0) {
1464
- const h = a.width, f = a.height, r = h / i, p = f / l, x = Math.min(r, p);
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 a = this.margin.x, n = this.height - this.margin.y;
1488
- e.beginPath(), e.moveTo(a, n), e.lineTo(s.width - this.margin.x, n), e.lineWidth = this.baseLineWidth, e.strokeStyle = this.baseStrokeColor, e.stroke(), e.closePath();
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, a, n) {
1499
+ addLine(e, s, n, a) {
1500
1500
  this.signed || (this.signed = !0);
1501
- const i = Math.round(s), l = Math.round(a);
1502
- e.lineWidth = this.lineWidth, e.strokeStyle = n, e.lineTo(i, l), e.stroke();
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
@@ -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
- at as I,
1624
+ nt as I,
1625
1625
  et as N,
1626
1626
  N as O,
1627
1627
  Ke as P,
1628
- nt as S,
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
- ae as c,
1634
+ ne as c,
1635
1635
  _e as d,
1636
1636
  Ge as e,
1637
1637
  le as f,
1638
- ne as g,
1638
+ ae as g,
1639
1639
  ce as h,
1640
1640
  de as i,
1641
1641
  Je as j,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@base-framework/ui",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "This is a UI package that adds components and atoms that use Tailwind CSS and a theme based on Shadcn.",
5
5
  "main": "./dist/index.es.js",
6
6
  "scripts": {