@toolbox-web/grid-angular 0.5.0 → 0.7.0
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/feature-registry-C-cKloXB.js +45 -0
- package/features/clipboard.d.ts +18 -0
- package/features/clipboard.d.ts.map +1 -0
- package/features/clipboard.js +3 -0
- package/features/column-virtualization.d.ts +16 -0
- package/features/column-virtualization.d.ts.map +1 -0
- package/features/column-virtualization.js +3 -0
- package/features/context-menu.d.ts +16 -0
- package/features/context-menu.d.ts.map +1 -0
- package/features/context-menu.js +3 -0
- package/features/editing.d.ts +16 -0
- package/features/editing.d.ts.map +1 -0
- package/features/editing.js +3 -0
- package/features/export.d.ts +17 -0
- package/features/export.d.ts.map +1 -0
- package/features/export.js +3 -0
- package/features/filtering.d.ts +17 -0
- package/features/filtering.d.ts.map +1 -0
- package/features/filtering.js +3 -0
- package/features/grouping-columns.d.ts +16 -0
- package/features/grouping-columns.d.ts.map +1 -0
- package/features/grouping-columns.js +3 -0
- package/features/grouping-rows.d.ts +16 -0
- package/features/grouping-rows.d.ts.map +1 -0
- package/features/grouping-rows.js +3 -0
- package/features/index.d.ts +1 -0
- package/features/index.d.ts.map +1 -0
- package/features/index.js +22 -0
- package/features/master-detail.d.ts +16 -0
- package/features/master-detail.d.ts.map +1 -0
- package/features/master-detail.js +3 -0
- package/features/multi-sort.d.ts +22 -0
- package/features/multi-sort.d.ts.map +1 -0
- package/features/pinned-columns.d.ts +19 -0
- package/features/pinned-columns.d.ts.map +1 -0
- package/features/pinned-columns.js +3 -0
- package/features/pinned-rows.d.ts +16 -0
- package/features/pinned-rows.d.ts.map +1 -0
- package/features/pinned-rows.js +3 -0
- package/features/pivot.d.ts +16 -0
- package/features/pivot.d.ts.map +1 -0
- package/features/pivot.js +3 -0
- package/features/print.d.ts +16 -0
- package/features/print.d.ts.map +1 -0
- package/features/print.js +3 -0
- package/features/reorder.d.ts +16 -0
- package/features/reorder.d.ts.map +1 -0
- package/features/reorder.js +3 -0
- package/features/responsive.d.ts +16 -0
- package/features/responsive.d.ts.map +1 -0
- package/features/responsive.js +3 -0
- package/features/row-reorder.d.ts +16 -0
- package/features/row-reorder.d.ts.map +1 -0
- package/features/row-reorder.js +3 -0
- package/features/selection.d.ts +16 -0
- package/features/selection.d.ts.map +1 -0
- package/features/selection.js +3 -0
- package/features/server-side.d.ts +16 -0
- package/features/server-side.d.ts.map +1 -0
- package/features/server-side.js +3 -0
- package/features/sorting.d.ts +1 -0
- package/features/sorting.d.ts.map +1 -0
- package/features/sorting.js +1 -0
- package/features/tree.d.ts +16 -0
- package/features/tree.d.ts.map +1 -0
- package/features/tree.js +3 -0
- package/features/undo-redo.d.ts +18 -0
- package/features/undo-redo.d.ts.map +1 -0
- package/features/undo-redo.js +3 -0
- package/features/visibility.d.ts +16 -0
- package/features/visibility.d.ts.map +1 -0
- package/features/visibility.js +3 -0
- package/index.d.ts +5 -1
- package/index.d.ts.map +1 -1
- package/index.js +1094 -306
- package/lib/angular-column-config.d.ts +1 -1
- package/lib/angular-grid-adapter.d.ts +1 -1
- package/lib/angular-grid-adapter.d.ts.map +1 -1
- package/lib/base-grid-editor.d.ts +1 -1
- package/lib/directives/grid-detail-view.directive.d.ts +1 -1
- package/lib/directives/grid.directive.d.ts +629 -3
- package/lib/directives/grid.directive.d.ts.map +1 -1
- package/lib/feature-registry.d.ts +72 -0
- package/lib/feature-registry.d.ts.map +1 -0
- package/lib/grid-type-registry.d.ts +1 -1
- package/lib/inject-grid.d.ts +109 -0
- package/lib/inject-grid.d.ts.map +1 -0
- package/multi-sort-DPbW58yz.js +3 -0
- package/package.json +11 -1
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
const t = /* @__PURE__ */ new Map(), o = /* @__PURE__ */ new Set();
|
|
2
|
+
function s(e, r) {
|
|
3
|
+
t.set(e, {
|
|
4
|
+
factory: r,
|
|
5
|
+
name: e
|
|
6
|
+
});
|
|
7
|
+
}
|
|
8
|
+
function u(e) {
|
|
9
|
+
return t.has(e);
|
|
10
|
+
}
|
|
11
|
+
function c(e) {
|
|
12
|
+
return t.get(e)?.factory;
|
|
13
|
+
}
|
|
14
|
+
function f() {
|
|
15
|
+
return Array.from(t.keys());
|
|
16
|
+
}
|
|
17
|
+
function d(e, r) {
|
|
18
|
+
const a = t.get(e);
|
|
19
|
+
if (!a) {
|
|
20
|
+
const n = typeof window < "u" && (window.location.hostname === "localhost" || window.location.hostname === "127.0.0.1");
|
|
21
|
+
!o.has(e) && n && (o.add(e), console.warn(
|
|
22
|
+
`[tbw-grid] Feature "${e}" input is set but the feature is not registered.
|
|
23
|
+
Add this import to enable it:
|
|
24
|
+
|
|
25
|
+
import '@toolbox-web/grid-angular/features/${i(e)}';
|
|
26
|
+
`
|
|
27
|
+
));
|
|
28
|
+
return;
|
|
29
|
+
}
|
|
30
|
+
return a.factory(r);
|
|
31
|
+
}
|
|
32
|
+
function i(e) {
|
|
33
|
+
return e.replace(/([a-z])([A-Z])/g, "$1-$2").toLowerCase();
|
|
34
|
+
}
|
|
35
|
+
function g() {
|
|
36
|
+
t.clear(), o.clear();
|
|
37
|
+
}
|
|
38
|
+
export {
|
|
39
|
+
g as a,
|
|
40
|
+
f as b,
|
|
41
|
+
d as c,
|
|
42
|
+
c as g,
|
|
43
|
+
u as i,
|
|
44
|
+
s as r
|
|
45
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Clipboard feature for @toolbox-web/grid-angular
|
|
3
|
+
*
|
|
4
|
+
* Import this module to enable the `clipboard` input on Grid directive.
|
|
5
|
+
* Requires selection feature to be enabled.
|
|
6
|
+
*
|
|
7
|
+
* @example
|
|
8
|
+
* ```typescript
|
|
9
|
+
* import '@toolbox-web/grid-angular/features/selection';
|
|
10
|
+
* import '@toolbox-web/grid-angular/features/clipboard';
|
|
11
|
+
*
|
|
12
|
+
* <tbw-grid [selection]="'range'" [clipboard]="true" />
|
|
13
|
+
* ```
|
|
14
|
+
*
|
|
15
|
+
* @packageDocumentation
|
|
16
|
+
*/
|
|
17
|
+
export {};
|
|
18
|
+
//# sourceMappingURL=clipboard.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"clipboard.d.ts","sourceRoot":"","sources":["../../../../libs/grid-angular/src/features/clipboard.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;GAeG"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Column virtualization feature for @toolbox-web/grid-angular
|
|
3
|
+
*
|
|
4
|
+
* Import this module to enable the `columnVirtualization` input on Grid directive.
|
|
5
|
+
*
|
|
6
|
+
* @example
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import '@toolbox-web/grid-angular/features/column-virtualization';
|
|
9
|
+
*
|
|
10
|
+
* <tbw-grid [columnVirtualization]="true" />
|
|
11
|
+
* ```
|
|
12
|
+
*
|
|
13
|
+
* @packageDocumentation
|
|
14
|
+
*/
|
|
15
|
+
export {};
|
|
16
|
+
//# sourceMappingURL=column-virtualization.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"column-virtualization.d.ts","sourceRoot":"","sources":["../../../../libs/grid-angular/src/features/column-virtualization.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Context menu feature for @toolbox-web/grid-angular
|
|
3
|
+
*
|
|
4
|
+
* Import this module to enable the `contextMenu` input on Grid directive.
|
|
5
|
+
*
|
|
6
|
+
* @example
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import '@toolbox-web/grid-angular/features/context-menu';
|
|
9
|
+
*
|
|
10
|
+
* <tbw-grid [contextMenu]="true" />
|
|
11
|
+
* ```
|
|
12
|
+
*
|
|
13
|
+
* @packageDocumentation
|
|
14
|
+
*/
|
|
15
|
+
export {};
|
|
16
|
+
//# sourceMappingURL=context-menu.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"context-menu.d.ts","sourceRoot":"","sources":["../../../../libs/grid-angular/src/features/context-menu.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Editing feature for @toolbox-web/grid-angular
|
|
3
|
+
*
|
|
4
|
+
* Import this module to enable the `editing` input on Grid directive.
|
|
5
|
+
*
|
|
6
|
+
* @example
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import '@toolbox-web/grid-angular/features/editing';
|
|
9
|
+
*
|
|
10
|
+
* <tbw-grid [editing]="'dblclick'" />
|
|
11
|
+
* ```
|
|
12
|
+
*
|
|
13
|
+
* @packageDocumentation
|
|
14
|
+
*/
|
|
15
|
+
export {};
|
|
16
|
+
//# sourceMappingURL=editing.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"editing.d.ts","sourceRoot":"","sources":["../../../../libs/grid-angular/src/features/editing.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { EditingPlugin as e } from "@toolbox-web/grid/plugins/editing";
|
|
2
|
+
import { r as t } from "../feature-registry-C-cKloXB.js";
|
|
3
|
+
t("editing", (r) => r === !0 ? new e({ editOn: "dblclick" }) : r === "click" || r === "dblclick" || r === "manual" ? new e({ editOn: r }) : new e(r ?? void 0));
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Export feature for @toolbox-web/grid-angular
|
|
3
|
+
*
|
|
4
|
+
* Import this module to enable the `exportFeature` input on Grid directive.
|
|
5
|
+
*
|
|
6
|
+
* @example
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import '@toolbox-web/grid-angular/features/export';
|
|
9
|
+
*
|
|
10
|
+
* <tbw-grid [exportFeature]="true" />
|
|
11
|
+
* <tbw-grid [exportFeature]="{ filename: 'data.csv' }" />
|
|
12
|
+
* ```
|
|
13
|
+
*
|
|
14
|
+
* @packageDocumentation
|
|
15
|
+
*/
|
|
16
|
+
export {};
|
|
17
|
+
//# sourceMappingURL=export.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"export.d.ts","sourceRoot":"","sources":["../../../../libs/grid-angular/src/features/export.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Filtering feature for @toolbox-web/grid-angular
|
|
3
|
+
*
|
|
4
|
+
* Import this module to enable the `filtering` input on Grid directive.
|
|
5
|
+
*
|
|
6
|
+
* @example
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import '@toolbox-web/grid-angular/features/filtering';
|
|
9
|
+
*
|
|
10
|
+
* <tbw-grid [filtering]="true" />
|
|
11
|
+
* <tbw-grid [filtering]="{ debounceMs: 200 }" />
|
|
12
|
+
* ```
|
|
13
|
+
*
|
|
14
|
+
* @packageDocumentation
|
|
15
|
+
*/
|
|
16
|
+
export {};
|
|
17
|
+
//# sourceMappingURL=filtering.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"filtering.d.ts","sourceRoot":"","sources":["../../../../libs/grid-angular/src/features/filtering.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Column grouping feature for @toolbox-web/grid-angular
|
|
3
|
+
*
|
|
4
|
+
* Import this module to enable the `groupingColumns` input on Grid directive.
|
|
5
|
+
*
|
|
6
|
+
* @example
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import '@toolbox-web/grid-angular/features/grouping-columns';
|
|
9
|
+
*
|
|
10
|
+
* <tbw-grid [groupingColumns]="{ columnGroups: [...] }" />
|
|
11
|
+
* ```
|
|
12
|
+
*
|
|
13
|
+
* @packageDocumentation
|
|
14
|
+
*/
|
|
15
|
+
export {};
|
|
16
|
+
//# sourceMappingURL=grouping-columns.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"grouping-columns.d.ts","sourceRoot":"","sources":["../../../../libs/grid-angular/src/features/grouping-columns.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Row grouping feature for @toolbox-web/grid-angular
|
|
3
|
+
*
|
|
4
|
+
* Import this module to enable the `groupingRows` input on Grid directive.
|
|
5
|
+
*
|
|
6
|
+
* @example
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import '@toolbox-web/grid-angular/features/grouping-rows';
|
|
9
|
+
*
|
|
10
|
+
* <tbw-grid [groupingRows]="{ groupBy: ['department'] }" />
|
|
11
|
+
* ```
|
|
12
|
+
*
|
|
13
|
+
* @packageDocumentation
|
|
14
|
+
*/
|
|
15
|
+
export {};
|
|
16
|
+
//# sourceMappingURL=grouping-rows.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"grouping-rows.d.ts","sourceRoot":"","sources":["../../../../libs/grid-angular/src/features/grouping-rows.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../libs/grid-angular/src/features/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;GAiBG;AAEH,OAAO,aAAa,CAAC;AACrB,OAAO,yBAAyB,CAAC;AACjC,OAAO,gBAAgB,CAAC;AACxB,OAAO,WAAW,CAAC;AACnB,OAAO,UAAU,CAAC;AAClB,OAAO,aAAa,CAAC;AACrB,OAAO,oBAAoB,CAAC;AAC5B,OAAO,iBAAiB,CAAC;AACzB,OAAO,iBAAiB,CAAC;AACzB,OAAO,cAAc,CAAC;AACtB,OAAO,kBAAkB,CAAC;AAC1B,OAAO,eAAe,CAAC;AACvB,OAAO,SAAS,CAAC;AACjB,OAAO,SAAS,CAAC;AACjB,OAAO,WAAW,CAAC;AACnB,OAAO,cAAc,CAAC;AACtB,OAAO,eAAe,CAAC;AACvB,OAAO,aAAa,CAAC;AACrB,OAAO,eAAe,CAAC;AAEvB,OAAO,QAAQ,CAAC;AAChB,OAAO,aAAa,CAAC;AACrB,OAAO,cAAc,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import "./clipboard.js";
|
|
2
|
+
import "./column-virtualization.js";
|
|
3
|
+
import "./context-menu.js";
|
|
4
|
+
import "./editing.js";
|
|
5
|
+
import "./export.js";
|
|
6
|
+
import "./filtering.js";
|
|
7
|
+
import "./grouping-columns.js";
|
|
8
|
+
import "./grouping-rows.js";
|
|
9
|
+
import "./master-detail.js";
|
|
10
|
+
import "../multi-sort-DPbW58yz.js";
|
|
11
|
+
import "./pinned-columns.js";
|
|
12
|
+
import "./pinned-rows.js";
|
|
13
|
+
import "./pivot.js";
|
|
14
|
+
import "./print.js";
|
|
15
|
+
import "./reorder.js";
|
|
16
|
+
import "./responsive.js";
|
|
17
|
+
import "./row-reorder.js";
|
|
18
|
+
import "./selection.js";
|
|
19
|
+
import "./server-side.js";
|
|
20
|
+
import "./tree.js";
|
|
21
|
+
import "./undo-redo.js";
|
|
22
|
+
import "./visibility.js";
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Master-detail feature for @toolbox-web/grid-angular
|
|
3
|
+
*
|
|
4
|
+
* Import this module to enable the `masterDetail` input on Grid directive.
|
|
5
|
+
*
|
|
6
|
+
* @example
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import '@toolbox-web/grid-angular/features/master-detail';
|
|
9
|
+
*
|
|
10
|
+
* <tbw-grid [masterDetail]="{ detailRenderer: myRenderer }" />
|
|
11
|
+
* ```
|
|
12
|
+
*
|
|
13
|
+
* @packageDocumentation
|
|
14
|
+
*/
|
|
15
|
+
export {};
|
|
16
|
+
//# sourceMappingURL=master-detail.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"master-detail.d.ts","sourceRoot":"","sources":["../../../../libs/grid-angular/src/features/master-detail.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Multi-sort feature for @toolbox-web/grid-angular
|
|
3
|
+
*
|
|
4
|
+
* Import this module to enable the `multiSort` input on Grid directive.
|
|
5
|
+
* Multi-sort allows sorting by multiple columns simultaneously.
|
|
6
|
+
*
|
|
7
|
+
* For basic single-column sorting, columns with `sortable: true` work without this plugin.
|
|
8
|
+
* Use `[sortable]="false"` on the grid to disable all sorting.
|
|
9
|
+
*
|
|
10
|
+
* @example
|
|
11
|
+
* ```typescript
|
|
12
|
+
* import '@toolbox-web/grid-angular/features/multi-sort';
|
|
13
|
+
*
|
|
14
|
+
* <tbw-grid [multiSort]="true" />
|
|
15
|
+
* <tbw-grid [multiSort]="'single'" />
|
|
16
|
+
* <tbw-grid [multiSort]="{ maxSortColumns: 3 }" />
|
|
17
|
+
* ```
|
|
18
|
+
*
|
|
19
|
+
* @packageDocumentation
|
|
20
|
+
*/
|
|
21
|
+
export {};
|
|
22
|
+
//# sourceMappingURL=multi-sort.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"multi-sort.d.ts","sourceRoot":"","sources":["../../../../libs/grid-angular/src/features/multi-sort.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Pinned columns feature for @toolbox-web/grid-angular
|
|
3
|
+
*
|
|
4
|
+
* Import this module to enable the `pinnedColumns` input on Grid directive.
|
|
5
|
+
*
|
|
6
|
+
* @example
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import '@toolbox-web/grid-angular/features/pinned-columns';
|
|
9
|
+
*
|
|
10
|
+
* <tbw-grid [pinnedColumns]="true" [columns]="[
|
|
11
|
+
* { field: 'id', sticky: 'left' },
|
|
12
|
+
* { field: 'name' }
|
|
13
|
+
* ]" />
|
|
14
|
+
* ```
|
|
15
|
+
*
|
|
16
|
+
* @packageDocumentation
|
|
17
|
+
*/
|
|
18
|
+
export {};
|
|
19
|
+
//# sourceMappingURL=pinned-columns.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pinned-columns.d.ts","sourceRoot":"","sources":["../../../../libs/grid-angular/src/features/pinned-columns.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Pinned rows feature for @toolbox-web/grid-angular
|
|
3
|
+
*
|
|
4
|
+
* Import this module to enable the `pinnedRows` input on Grid directive.
|
|
5
|
+
*
|
|
6
|
+
* @example
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import '@toolbox-web/grid-angular/features/pinned-rows';
|
|
9
|
+
*
|
|
10
|
+
* <tbw-grid [pinnedRows]="{ bottom: [{ type: 'aggregation' }] }" />
|
|
11
|
+
* ```
|
|
12
|
+
*
|
|
13
|
+
* @packageDocumentation
|
|
14
|
+
*/
|
|
15
|
+
export {};
|
|
16
|
+
//# sourceMappingURL=pinned-rows.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pinned-rows.d.ts","sourceRoot":"","sources":["../../../../libs/grid-angular/src/features/pinned-rows.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Pivot feature for @toolbox-web/grid-angular
|
|
3
|
+
*
|
|
4
|
+
* Import this module to enable the `pivot` input on Grid directive.
|
|
5
|
+
*
|
|
6
|
+
* @example
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import '@toolbox-web/grid-angular/features/pivot';
|
|
9
|
+
*
|
|
10
|
+
* <tbw-grid [pivot]="{ rowFields: ['category'], valueField: 'sales' }" />
|
|
11
|
+
* ```
|
|
12
|
+
*
|
|
13
|
+
* @packageDocumentation
|
|
14
|
+
*/
|
|
15
|
+
export {};
|
|
16
|
+
//# sourceMappingURL=pivot.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pivot.d.ts","sourceRoot":"","sources":["../../../../libs/grid-angular/src/features/pivot.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Print feature for @toolbox-web/grid-angular
|
|
3
|
+
*
|
|
4
|
+
* Import this module to enable the `print` input on Grid directive.
|
|
5
|
+
*
|
|
6
|
+
* @example
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import '@toolbox-web/grid-angular/features/print';
|
|
9
|
+
*
|
|
10
|
+
* <tbw-grid [print]="true" />
|
|
11
|
+
* ```
|
|
12
|
+
*
|
|
13
|
+
* @packageDocumentation
|
|
14
|
+
*/
|
|
15
|
+
export {};
|
|
16
|
+
//# sourceMappingURL=print.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"print.d.ts","sourceRoot":"","sources":["../../../../libs/grid-angular/src/features/print.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Column reorder feature for @toolbox-web/grid-angular
|
|
3
|
+
*
|
|
4
|
+
* Import this module to enable the `reorder` input on Grid directive.
|
|
5
|
+
*
|
|
6
|
+
* @example
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import '@toolbox-web/grid-angular/features/reorder';
|
|
9
|
+
*
|
|
10
|
+
* <tbw-grid [reorder]="true" />
|
|
11
|
+
* ```
|
|
12
|
+
*
|
|
13
|
+
* @packageDocumentation
|
|
14
|
+
*/
|
|
15
|
+
export {};
|
|
16
|
+
//# sourceMappingURL=reorder.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"reorder.d.ts","sourceRoot":"","sources":["../../../../libs/grid-angular/src/features/reorder.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Responsive feature for @toolbox-web/grid-angular
|
|
3
|
+
*
|
|
4
|
+
* Import this module to enable the `responsive` input on Grid directive.
|
|
5
|
+
*
|
|
6
|
+
* @example
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import '@toolbox-web/grid-angular/features/responsive';
|
|
9
|
+
*
|
|
10
|
+
* <tbw-grid [responsive]="{ breakpoint: 768 }" />
|
|
11
|
+
* ```
|
|
12
|
+
*
|
|
13
|
+
* @packageDocumentation
|
|
14
|
+
*/
|
|
15
|
+
export {};
|
|
16
|
+
//# sourceMappingURL=responsive.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"responsive.d.ts","sourceRoot":"","sources":["../../../../libs/grid-angular/src/features/responsive.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Row reorder feature for @toolbox-web/grid-angular
|
|
3
|
+
*
|
|
4
|
+
* Import this module to enable the `rowReorder` input on Grid directive.
|
|
5
|
+
*
|
|
6
|
+
* @example
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import '@toolbox-web/grid-angular/features/row-reorder';
|
|
9
|
+
*
|
|
10
|
+
* <tbw-grid [rowReorder]="true" />
|
|
11
|
+
* ```
|
|
12
|
+
*
|
|
13
|
+
* @packageDocumentation
|
|
14
|
+
*/
|
|
15
|
+
export {};
|
|
16
|
+
//# sourceMappingURL=row-reorder.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"row-reorder.d.ts","sourceRoot":"","sources":["../../../../libs/grid-angular/src/features/row-reorder.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Selection feature for @toolbox-web/grid-angular
|
|
3
|
+
*
|
|
4
|
+
* Import this module to enable the `selection` input on Grid directive.
|
|
5
|
+
*
|
|
6
|
+
* @example
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import '@toolbox-web/grid-angular/features/selection';
|
|
9
|
+
*
|
|
10
|
+
* <tbw-grid [selection]="'range'" />
|
|
11
|
+
* ```
|
|
12
|
+
*
|
|
13
|
+
* @packageDocumentation
|
|
14
|
+
*/
|
|
15
|
+
export {};
|
|
16
|
+
//# sourceMappingURL=selection.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"selection.d.ts","sourceRoot":"","sources":["../../../../libs/grid-angular/src/features/selection.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Server-side feature for @toolbox-web/grid-angular
|
|
3
|
+
*
|
|
4
|
+
* Import this module to enable the `serverSide` input on Grid directive.
|
|
5
|
+
*
|
|
6
|
+
* @example
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import '@toolbox-web/grid-angular/features/server-side';
|
|
9
|
+
*
|
|
10
|
+
* <tbw-grid [serverSide]="{ dataSource: fetchDataFn }" />
|
|
11
|
+
* ```
|
|
12
|
+
*
|
|
13
|
+
* @packageDocumentation
|
|
14
|
+
*/
|
|
15
|
+
export {};
|
|
16
|
+
//# sourceMappingURL=server-side.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"server-side.d.ts","sourceRoot":"","sources":["../../../../libs/grid-angular/src/features/server-side.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=sorting.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sorting.d.ts","sourceRoot":"","sources":["../../../../libs/grid-angular/src/features/sorting.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG;AAGH,OAAO,cAAc,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import "../multi-sort-DPbW58yz.js";
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Tree feature for @toolbox-web/grid-angular
|
|
3
|
+
*
|
|
4
|
+
* Import this module to enable the `tree` input on Grid directive.
|
|
5
|
+
*
|
|
6
|
+
* @example
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import '@toolbox-web/grid-angular/features/tree';
|
|
9
|
+
*
|
|
10
|
+
* <tbw-grid [tree]="{ childrenField: 'children' }" />
|
|
11
|
+
* ```
|
|
12
|
+
*
|
|
13
|
+
* @packageDocumentation
|
|
14
|
+
*/
|
|
15
|
+
export {};
|
|
16
|
+
//# sourceMappingURL=tree.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tree.d.ts","sourceRoot":"","sources":["../../../../libs/grid-angular/src/features/tree.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG"}
|
package/features/tree.js
ADDED