@base-framework/ui 1.0.105 → 1.0.107
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
|
@@ -6,8 +6,8 @@ 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-BgNcRIp-.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-B_jcSUF6.js";
|
|
8
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-DPYBoBP2.js";
|
|
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-
|
|
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-
|
|
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-CzfSCjzN.js";
|
|
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-2UbHpAV7.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";
|
|
12
12
|
import { B as Js } from "./bside-template-Du2m3rsE.js";
|
|
13
13
|
export {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { I as b, Label as w, Span as S, Ul as o, H4 as N, Nav as
|
|
2
|
-
import { Component as n, Atom as i, NavLink as y, router as
|
|
1
|
+
import { I as b, Label as w, Span as S, Ul as o, H4 as N, Nav as u, Div as l, Header as B, H1 as L, H3 as p, OnState as C } from "@base-framework/atoms";
|
|
2
|
+
import { Component as n, Atom as i, NavLink as y, router as d } from "@base-framework/base";
|
|
3
3
|
import { I as h, B as f } from "./buttons-CVEwmPAi.js";
|
|
4
4
|
import { Icons as r } from "./icons.es.js";
|
|
5
5
|
class I extends n {
|
|
@@ -131,7 +131,7 @@ class x extends n {
|
|
|
131
131
|
const e = this.options && this.options.length > 0, t = this.content || $(this.label, this.icon, e);
|
|
132
132
|
return this.href ? new y(
|
|
133
133
|
{
|
|
134
|
-
class: "flex flex-auto flex-row",
|
|
134
|
+
class: "flex flex-auto flex-row rounded-md",
|
|
135
135
|
cache: "link",
|
|
136
136
|
href: this.href,
|
|
137
137
|
activeClass: "selected",
|
|
@@ -139,7 +139,7 @@ class x extends n {
|
|
|
139
139
|
},
|
|
140
140
|
t
|
|
141
141
|
) : new I({
|
|
142
|
-
class: "flex flex-auto flex-row",
|
|
142
|
+
class: "flex flex-auto flex-row rounded-md",
|
|
143
143
|
cache: "link",
|
|
144
144
|
checkCallBack: this.checkCallBack
|
|
145
145
|
}, t);
|
|
@@ -175,7 +175,7 @@ class M extends n {
|
|
|
175
175
|
*/
|
|
176
176
|
render() {
|
|
177
177
|
const e = this.mapOptions(this.options), t = this.class || "", a = this.mobileBorder ? "border md:border-0 rounded-md" : "";
|
|
178
|
-
return
|
|
178
|
+
return u({ class: `navigation flex flex-auto flex-col ${t}` }, [
|
|
179
179
|
o({
|
|
180
180
|
class: `relative group flex flex-col gap-2 py-2 px-2 list-none m-0 ${a}`,
|
|
181
181
|
map: e
|
|
@@ -286,7 +286,7 @@ class E extends c {
|
|
|
286
286
|
*/
|
|
287
287
|
render() {
|
|
288
288
|
const e = `navigation flex flex-auto flex-col sub ${this.mainClassName || ""}`, t = this.mapOptions(this.options);
|
|
289
|
-
return
|
|
289
|
+
return u({ class: e, onState: this.onState() }, [
|
|
290
290
|
o({ class: "relative group flex flex-col gap-2 py-2 px-0 list-none m-0" }, [...t, ...this.addSubs(), this.addWatcher()])
|
|
291
291
|
]);
|
|
292
292
|
}
|
|
@@ -299,7 +299,7 @@ class E extends c {
|
|
|
299
299
|
addWatcher() {
|
|
300
300
|
return {
|
|
301
301
|
watch: {
|
|
302
|
-
value: ["[[path]]",
|
|
302
|
+
value: ["[[path]]", d.data],
|
|
303
303
|
callBack: this.updateLinks.bind(this)
|
|
304
304
|
}
|
|
305
305
|
};
|
|
@@ -340,7 +340,7 @@ class E extends c {
|
|
|
340
340
|
* @returns {void}
|
|
341
341
|
*/
|
|
342
342
|
afterSetup() {
|
|
343
|
-
const e =
|
|
343
|
+
const e = d.data.get("path");
|
|
344
344
|
this.updateLinks(e);
|
|
345
345
|
}
|
|
346
346
|
/**
|
package/dist/organisms.es.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
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-DPYBoBP2.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-B_jcSUF6.js";
|
|
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-
|
|
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-CzfSCjzN.js";
|
|
4
4
|
export {
|
|
5
5
|
s as BackButton,
|
|
6
6
|
A as Backdrop,
|
package/dist/pages.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { B as s, a as P, C as g, F as n, b as l, c as i, M as r, P as c, S as o } from "./sidebar-menu-page-
|
|
1
|
+
import { B as s, a as P, C as g, F as n, b as l, c as i, M as r, P as c, S as o } from "./sidebar-menu-page-2UbHpAV7.js";
|
|
2
2
|
export {
|
|
3
3
|
s as BasicPage,
|
|
4
4
|
P as BlankPage,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Div as t, Header as n, H1 as d, P as o } from "@base-framework/atoms";
|
|
2
2
|
import { F as l, A as h } from "./aside-template-McEj_Gxc.js";
|
|
3
3
|
import { Component as x, Atom as i } from "@base-framework/base";
|
|
4
|
-
import { c as u, e as p } from "./mobile-nav-wrapper-
|
|
4
|
+
import { c as u, e as p } from "./mobile-nav-wrapper-CzfSCjzN.js";
|
|
5
5
|
class c extends x {
|
|
6
6
|
/**
|
|
7
7
|
* This will declare the props for the compiler.
|
package/package.json
CHANGED