@base-framework/ui 1.0.81 → 1.0.83
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-Cuz7A3n4.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-Cuz7A3n4.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 {
|
|
@@ -484,7 +484,7 @@ const xe = (t) => new J({
|
|
|
484
484
|
offset: t.offset,
|
|
485
485
|
limit: t.limit,
|
|
486
486
|
key: t.key,
|
|
487
|
-
|
|
487
|
+
tableData: t.tableData,
|
|
488
488
|
items: t.items,
|
|
489
489
|
rowItem: (e) => t.rowItem(e, t.selectRow),
|
|
490
490
|
class: "divide-y divide-border"
|
|
@@ -516,7 +516,7 @@ class ye extends ke {
|
|
|
516
516
|
// @ts-ignore
|
|
517
517
|
class: this.class,
|
|
518
518
|
// @ts-ignore
|
|
519
|
-
|
|
519
|
+
tableData: this.tableData,
|
|
520
520
|
// @ts-ignore
|
|
521
521
|
key: this.key,
|
|
522
522
|
items: e,
|
|
@@ -11,6 +11,7 @@ export function ScrollableDataTableBody(props: object): object;
|
|
|
11
11
|
* @property {number} [props.limit] - Number of items to load per batch. Defaults to 20.
|
|
12
12
|
* @property {string} [props.class] - The class to add to the list.
|
|
13
13
|
* @property {string} [props.key] - The key to use to identify the items.
|
|
14
|
+
* @property {object} [props.tableData] - The table data.
|
|
14
15
|
* @property {array} [props.rows] - The initial rows.
|
|
15
16
|
* @property {function} [props.rowItem] - The row item.
|
|
16
17
|
* @property {string} [props.containerClass] - The class to add to the scroll container.
|
package/package.json
CHANGED