@base-framework/ui 1.0.61 → 1.0.65
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/atoms.es.js +2 -2
- package/dist/{confirmation-Dkrv_156.js → confirmation-DgARq0AK.js} +1 -1
- package/dist/index.es.js +68 -67
- package/dist/molecules.es.js +1 -1
- package/dist/organisms.es.js +47 -46
- package/dist/{signature-panel-CN_WhW5E.js → signature-panel-BCsAYjDW.js} +264 -233
- package/dist/{tooltip-CzopC4nv.js → tooltip-Cy5agtG6.js} +1 -1
- package/dist/types/components/organisms/lists/scrollable-data-table.d.ts +21 -0
- package/dist/types/components/organisms/organisms.d.ts +1 -0
- package/dist/veil-D4dRxILB.js +21 -0
- package/package.json +1 -1
- package/dist/veil-CqhbJKYQ.js +0 -21
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Span as c, Div as l, Legend as b, Fieldset as f, Input as x } from "@base-framework/atoms";
|
|
2
2
|
import { Atom as s, Html as C } from "@base-framework/base";
|
|
3
|
-
import { a as u } from "./veil-
|
|
3
|
+
import { a as u } from "./veil-D4dRxILB.js";
|
|
4
4
|
import { f as p, e as h, g as y } from "./inputs-DmJuUwS9.js";
|
|
5
5
|
const a = {
|
|
6
6
|
gray: {
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
declare const ScrollableDataTable_base: typeof import("@base-framework/base").Component;
|
|
2
|
+
/**
|
|
3
|
+
* ScrollableDataTable Component
|
|
4
|
+
*
|
|
5
|
+
* Manages data, filtering, pagination, and selection within a table.
|
|
6
|
+
*
|
|
7
|
+
* @param {object} props
|
|
8
|
+
* @returns {object}
|
|
9
|
+
*/
|
|
10
|
+
export class ScrollableDataTable extends ScrollableDataTable_base {
|
|
11
|
+
/**
|
|
12
|
+
* Renders the DataTable component.
|
|
13
|
+
*
|
|
14
|
+
* @returns {object}
|
|
15
|
+
*/
|
|
16
|
+
render(): object;
|
|
17
|
+
}
|
|
18
|
+
import { CheckboxCol } from './table-header.js';
|
|
19
|
+
import { HeaderCol } from './table-header.js';
|
|
20
|
+
import { TableHeader } from './table-header.js';
|
|
21
|
+
export { CheckboxCol, HeaderCol, TableHeader };
|
|
@@ -15,6 +15,7 @@ export * from "./lists/checkbox-col.js";
|
|
|
15
15
|
export * from "./lists/data-table-body.js";
|
|
16
16
|
export * from "./lists/data-table.js";
|
|
17
17
|
export * from "./lists/header-col.js";
|
|
18
|
+
export * from "./lists/scrollable-data-table.js";
|
|
18
19
|
export * from "./lists/table-header.js";
|
|
19
20
|
export * from "./lists/user-list.js";
|
|
20
21
|
export * from "./navigation/inline-navigation.js";
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { Jot as r, Component as i } from "@base-framework/base";
|
|
2
|
+
class l extends i {
|
|
3
|
+
/**
|
|
4
|
+
* This will set the component context.
|
|
5
|
+
*
|
|
6
|
+
* @param {object|null} context
|
|
7
|
+
* @returns {object|null}
|
|
8
|
+
*/
|
|
9
|
+
setContext(p) {
|
|
10
|
+
var n, a, s, o;
|
|
11
|
+
if (this.data)
|
|
12
|
+
return null;
|
|
13
|
+
const e = ((n = this == null ? void 0 : this.parent) == null ? void 0 : n.data) ?? ((s = (a = this == null ? void 0 : this.parent) == null ? void 0 : a.context) == null ? void 0 : s.data) ?? ((o = this == null ? void 0 : this.parent) == null ? void 0 : o.state) ?? null;
|
|
14
|
+
return e ? { data: e } : null;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
const c = (t) => r(t, l);
|
|
18
|
+
export {
|
|
19
|
+
l as V,
|
|
20
|
+
c as a
|
|
21
|
+
};
|
package/package.json
CHANGED
package/dist/veil-CqhbJKYQ.js
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { Jot as l, Component as r } from "@base-framework/base";
|
|
2
|
-
class i extends r {
|
|
3
|
-
/**
|
|
4
|
-
* This will set the component context.
|
|
5
|
-
*
|
|
6
|
-
* @param {object|null} context
|
|
7
|
-
* @returns {object|null}
|
|
8
|
-
*/
|
|
9
|
-
setContext(c) {
|
|
10
|
-
var n, a, o, s;
|
|
11
|
-
if (console.log(this.data), this.data)
|
|
12
|
-
return null;
|
|
13
|
-
const t = ((n = this == null ? void 0 : this.parent) == null ? void 0 : n.data) ?? ((o = (a = this == null ? void 0 : this.parent) == null ? void 0 : a.context) == null ? void 0 : o.data) ?? ((s = this == null ? void 0 : this.parent) == null ? void 0 : s.state) ?? null;
|
|
14
|
-
return console.log(t), t ? { data: t } : null;
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
const p = (e) => l(e, i);
|
|
18
|
-
export {
|
|
19
|
-
i as V,
|
|
20
|
-
p as a
|
|
21
|
-
};
|