@toolbox-web/grid-angular 0.7.0 → 0.7.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/fesm2022/toolbox-web-grid-angular-features-clipboard.mjs +30 -0
- package/fesm2022/toolbox-web-grid-angular-features-clipboard.mjs.map +1 -0
- package/fesm2022/toolbox-web-grid-angular-features-column-virtualization.mjs +28 -0
- package/fesm2022/toolbox-web-grid-angular-features-column-virtualization.mjs.map +1 -0
- package/fesm2022/toolbox-web-grid-angular-features-context-menu.mjs +28 -0
- package/fesm2022/toolbox-web-grid-angular-features-context-menu.mjs.map +1 -0
- package/fesm2022/toolbox-web-grid-angular-features-editing.mjs +33 -0
- package/fesm2022/toolbox-web-grid-angular-features-editing.mjs.map +1 -0
- package/fesm2022/toolbox-web-grid-angular-features-export.mjs +29 -0
- package/fesm2022/toolbox-web-grid-angular-features-export.mjs.map +1 -0
- package/fesm2022/toolbox-web-grid-angular-features-filtering.mjs +29 -0
- package/fesm2022/toolbox-web-grid-angular-features-filtering.mjs.map +1 -0
- package/fesm2022/toolbox-web-grid-angular-features-grouping-columns.mjs +28 -0
- package/fesm2022/toolbox-web-grid-angular-features-grouping-columns.mjs.map +1 -0
- package/fesm2022/toolbox-web-grid-angular-features-grouping-rows.mjs +25 -0
- package/fesm2022/toolbox-web-grid-angular-features-grouping-rows.mjs.map +1 -0
- package/fesm2022/toolbox-web-grid-angular-features-master-detail.mjs +25 -0
- package/fesm2022/toolbox-web-grid-angular-features-master-detail.mjs.map +1 -0
- package/fesm2022/toolbox-web-grid-angular-features-multi-sort.mjs +40 -0
- package/fesm2022/toolbox-web-grid-angular-features-multi-sort.mjs.map +1 -0
- package/{features/pinned-columns.d.ts → fesm2022/toolbox-web-grid-angular-features-pinned-columns.mjs} +11 -2
- package/fesm2022/toolbox-web-grid-angular-features-pinned-columns.mjs.map +1 -0
- package/fesm2022/toolbox-web-grid-angular-features-pinned-rows.mjs +28 -0
- package/fesm2022/toolbox-web-grid-angular-features-pinned-rows.mjs.map +1 -0
- package/fesm2022/toolbox-web-grid-angular-features-pivot.mjs +25 -0
- package/fesm2022/toolbox-web-grid-angular-features-pivot.mjs.map +1 -0
- package/fesm2022/toolbox-web-grid-angular-features-print.mjs +28 -0
- package/fesm2022/toolbox-web-grid-angular-features-print.mjs.map +1 -0
- package/fesm2022/toolbox-web-grid-angular-features-reorder.mjs +28 -0
- package/fesm2022/toolbox-web-grid-angular-features-reorder.mjs.map +1 -0
- package/fesm2022/toolbox-web-grid-angular-features-responsive.mjs +28 -0
- package/fesm2022/toolbox-web-grid-angular-features-responsive.mjs.map +1 -0
- package/fesm2022/toolbox-web-grid-angular-features-row-reorder.mjs +28 -0
- package/fesm2022/toolbox-web-grid-angular-features-row-reorder.mjs.map +1 -0
- package/fesm2022/toolbox-web-grid-angular-features-selection.mjs +30 -0
- package/fesm2022/toolbox-web-grid-angular-features-selection.mjs.map +1 -0
- package/fesm2022/toolbox-web-grid-angular-features-server-side.mjs +25 -0
- package/fesm2022/toolbox-web-grid-angular-features-server-side.mjs.map +1 -0
- package/fesm2022/toolbox-web-grid-angular-features-sorting.mjs +25 -0
- package/fesm2022/toolbox-web-grid-angular-features-sorting.mjs.map +1 -0
- package/fesm2022/toolbox-web-grid-angular-features-tree.mjs +28 -0
- package/fesm2022/toolbox-web-grid-angular-features-tree.mjs.map +1 -0
- package/fesm2022/toolbox-web-grid-angular-features-undo-redo.mjs +30 -0
- package/fesm2022/toolbox-web-grid-angular-features-undo-redo.mjs.map +1 -0
- package/fesm2022/toolbox-web-grid-angular-features-visibility.mjs +28 -0
- package/fesm2022/toolbox-web-grid-angular-features-visibility.mjs.map +1 -0
- package/fesm2022/toolbox-web-grid-angular.mjs +3189 -0
- package/fesm2022/toolbox-web-grid-angular.mjs.map +1 -0
- package/package.json +109 -35
- package/types/toolbox-web-grid-angular-features-clipboard.d.ts +3 -0
- package/types/toolbox-web-grid-angular-features-clipboard.d.ts.map +1 -0
- package/types/toolbox-web-grid-angular-features-column-virtualization.d.ts +3 -0
- package/types/toolbox-web-grid-angular-features-column-virtualization.d.ts.map +1 -0
- package/types/toolbox-web-grid-angular-features-context-menu.d.ts +3 -0
- package/types/toolbox-web-grid-angular-features-context-menu.d.ts.map +1 -0
- package/types/toolbox-web-grid-angular-features-editing.d.ts +3 -0
- package/types/toolbox-web-grid-angular-features-editing.d.ts.map +1 -0
- package/types/toolbox-web-grid-angular-features-export.d.ts +3 -0
- package/types/toolbox-web-grid-angular-features-export.d.ts.map +1 -0
- package/types/toolbox-web-grid-angular-features-filtering.d.ts +3 -0
- package/types/toolbox-web-grid-angular-features-filtering.d.ts.map +1 -0
- package/types/toolbox-web-grid-angular-features-grouping-columns.d.ts +3 -0
- package/types/toolbox-web-grid-angular-features-grouping-columns.d.ts.map +1 -0
- package/types/toolbox-web-grid-angular-features-grouping-rows.d.ts +3 -0
- package/types/toolbox-web-grid-angular-features-grouping-rows.d.ts.map +1 -0
- package/types/toolbox-web-grid-angular-features-master-detail.d.ts +3 -0
- package/types/toolbox-web-grid-angular-features-master-detail.d.ts.map +1 -0
- package/types/toolbox-web-grid-angular-features-multi-sort.d.ts +3 -0
- package/types/toolbox-web-grid-angular-features-multi-sort.d.ts.map +1 -0
- package/types/toolbox-web-grid-angular-features-pinned-columns.d.ts +3 -0
- package/types/toolbox-web-grid-angular-features-pinned-columns.d.ts.map +1 -0
- package/types/toolbox-web-grid-angular-features-pinned-rows.d.ts +3 -0
- package/types/toolbox-web-grid-angular-features-pinned-rows.d.ts.map +1 -0
- package/types/toolbox-web-grid-angular-features-pivot.d.ts +3 -0
- package/types/toolbox-web-grid-angular-features-pivot.d.ts.map +1 -0
- package/types/toolbox-web-grid-angular-features-print.d.ts +3 -0
- package/types/toolbox-web-grid-angular-features-print.d.ts.map +1 -0
- package/types/toolbox-web-grid-angular-features-reorder.d.ts +3 -0
- package/types/toolbox-web-grid-angular-features-reorder.d.ts.map +1 -0
- package/types/toolbox-web-grid-angular-features-responsive.d.ts +3 -0
- package/types/toolbox-web-grid-angular-features-responsive.d.ts.map +1 -0
- package/types/toolbox-web-grid-angular-features-row-reorder.d.ts +3 -0
- package/types/toolbox-web-grid-angular-features-row-reorder.d.ts.map +1 -0
- package/types/toolbox-web-grid-angular-features-selection.d.ts +3 -0
- package/types/toolbox-web-grid-angular-features-selection.d.ts.map +1 -0
- package/types/toolbox-web-grid-angular-features-server-side.d.ts +3 -0
- package/types/toolbox-web-grid-angular-features-server-side.d.ts.map +1 -0
- package/types/toolbox-web-grid-angular-features-sorting.d.ts +3 -0
- package/types/toolbox-web-grid-angular-features-sorting.d.ts.map +1 -0
- package/types/toolbox-web-grid-angular-features-tree.d.ts +3 -0
- package/types/toolbox-web-grid-angular-features-tree.d.ts.map +1 -0
- package/types/toolbox-web-grid-angular-features-undo-redo.d.ts +3 -0
- package/types/toolbox-web-grid-angular-features-undo-redo.d.ts.map +1 -0
- package/types/toolbox-web-grid-angular-features-visibility.d.ts +3 -0
- package/types/toolbox-web-grid-angular-features-visibility.d.ts.map +1 -0
- package/types/toolbox-web-grid-angular.d.ts +2325 -0
- package/types/toolbox-web-grid-angular.d.ts.map +1 -0
- package/feature-registry-C-cKloXB.js +0 -45
- package/features/clipboard.d.ts +0 -18
- package/features/clipboard.d.ts.map +0 -1
- package/features/clipboard.js +0 -3
- package/features/column-virtualization.d.ts +0 -16
- package/features/column-virtualization.d.ts.map +0 -1
- package/features/column-virtualization.js +0 -3
- package/features/context-menu.d.ts +0 -16
- package/features/context-menu.d.ts.map +0 -1
- package/features/context-menu.js +0 -3
- package/features/editing.d.ts +0 -16
- package/features/editing.d.ts.map +0 -1
- package/features/editing.js +0 -3
- package/features/export.d.ts +0 -17
- package/features/export.d.ts.map +0 -1
- package/features/export.js +0 -3
- package/features/filtering.d.ts +0 -17
- package/features/filtering.d.ts.map +0 -1
- package/features/filtering.js +0 -3
- package/features/grouping-columns.d.ts +0 -16
- package/features/grouping-columns.d.ts.map +0 -1
- package/features/grouping-columns.js +0 -3
- package/features/grouping-rows.d.ts +0 -16
- package/features/grouping-rows.d.ts.map +0 -1
- package/features/grouping-rows.js +0 -3
- package/features/index.d.ts +0 -1
- package/features/index.d.ts.map +0 -1
- package/features/index.js +0 -22
- package/features/master-detail.d.ts +0 -16
- package/features/master-detail.d.ts.map +0 -1
- package/features/master-detail.js +0 -3
- package/features/multi-sort.d.ts +0 -22
- package/features/multi-sort.d.ts.map +0 -1
- package/features/pinned-columns.d.ts.map +0 -1
- package/features/pinned-columns.js +0 -3
- package/features/pinned-rows.d.ts +0 -16
- package/features/pinned-rows.d.ts.map +0 -1
- package/features/pinned-rows.js +0 -3
- package/features/pivot.d.ts +0 -16
- package/features/pivot.d.ts.map +0 -1
- package/features/pivot.js +0 -3
- package/features/print.d.ts +0 -16
- package/features/print.d.ts.map +0 -1
- package/features/print.js +0 -3
- package/features/reorder.d.ts +0 -16
- package/features/reorder.d.ts.map +0 -1
- package/features/reorder.js +0 -3
- package/features/responsive.d.ts +0 -16
- package/features/responsive.d.ts.map +0 -1
- package/features/responsive.js +0 -3
- package/features/row-reorder.d.ts +0 -16
- package/features/row-reorder.d.ts.map +0 -1
- package/features/row-reorder.js +0 -3
- package/features/selection.d.ts +0 -16
- package/features/selection.d.ts.map +0 -1
- package/features/selection.js +0 -3
- package/features/server-side.d.ts +0 -16
- package/features/server-side.d.ts.map +0 -1
- package/features/server-side.js +0 -3
- package/features/sorting.d.ts +0 -1
- package/features/sorting.d.ts.map +0 -1
- package/features/sorting.js +0 -1
- package/features/tree.d.ts +0 -16
- package/features/tree.d.ts.map +0 -1
- package/features/tree.js +0 -3
- package/features/undo-redo.d.ts +0 -18
- package/features/undo-redo.d.ts.map +0 -1
- package/features/undo-redo.js +0 -3
- package/features/visibility.d.ts +0 -16
- package/features/visibility.d.ts.map +0 -1
- package/features/visibility.js +0 -3
- package/index.d.ts +0 -34
- package/index.d.ts.map +0 -1
- package/index.js +0 -1916
- package/lib/angular-column-config.d.ts +0 -140
- package/lib/angular-column-config.d.ts.map +0 -1
- package/lib/angular-grid-adapter.d.ts +0 -220
- package/lib/angular-grid-adapter.d.ts.map +0 -1
- package/lib/base-grid-editor.d.ts +0 -145
- package/lib/base-grid-editor.d.ts.map +0 -1
- package/lib/component-registry.d.ts +0 -63
- package/lib/component-registry.d.ts.map +0 -1
- package/lib/directives/grid-column-editor.directive.d.ts +0 -113
- package/lib/directives/grid-column-editor.directive.d.ts.map +0 -1
- package/lib/directives/grid-column-view.directive.d.ts +0 -69
- package/lib/directives/grid-column-view.directive.d.ts.map +0 -1
- package/lib/directives/grid-detail-view.directive.d.ts +0 -75
- package/lib/directives/grid-detail-view.directive.d.ts.map +0 -1
- package/lib/directives/grid-form-array.directive.d.ts +0 -141
- package/lib/directives/grid-form-array.directive.d.ts.map +0 -1
- package/lib/directives/grid-responsive-card.directive.d.ts +0 -92
- package/lib/directives/grid-responsive-card.directive.d.ts.map +0 -1
- package/lib/directives/grid-tool-panel.directive.d.ts +0 -91
- package/lib/directives/grid-tool-panel.directive.d.ts.map +0 -1
- package/lib/directives/grid.directive.d.ts +0 -808
- package/lib/directives/grid.directive.d.ts.map +0 -1
- package/lib/directives/index.d.ts +0 -9
- package/lib/directives/index.d.ts.map +0 -1
- package/lib/directives/structural-directives.d.ts +0 -174
- package/lib/directives/structural-directives.d.ts.map +0 -1
- package/lib/feature-registry.d.ts +0 -72
- package/lib/feature-registry.d.ts.map +0 -1
- package/lib/grid-type-registry.d.ts +0 -110
- package/lib/grid-type-registry.d.ts.map +0 -1
- package/lib/inject-grid.d.ts +0 -109
- package/lib/inject-grid.d.ts.map +0 -1
- package/lib/interfaces/grid-cell-editor.d.ts +0 -85
- package/lib/interfaces/grid-cell-editor.d.ts.map +0 -1
- package/lib/interfaces/grid-cell-renderer.d.ts +0 -63
- package/lib/interfaces/grid-cell-renderer.d.ts.map +0 -1
- package/lib/interfaces/index.d.ts +0 -5
- package/lib/interfaces/index.d.ts.map +0 -1
- package/multi-sort-DPbW58yz.js +0 -3
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"grid.directive.d.ts","sourceRoot":"","sources":["../../../../../libs/grid-angular/src/lib/directives/grid.directive.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
export { GridColumnEditor } from './grid-column-editor.directive';
|
|
2
|
-
export { GridColumnView } from './grid-column-view.directive';
|
|
3
|
-
export { GridDetailView } from './grid-detail-view.directive';
|
|
4
|
-
export { getFormArrayContext, GridFormArray } from './grid-form-array.directive';
|
|
5
|
-
export type { FormArrayContext } from './grid-form-array.directive';
|
|
6
|
-
export { GridResponsiveCard } from './grid-responsive-card.directive';
|
|
7
|
-
export { GridToolPanel } from './grid-tool-panel.directive';
|
|
8
|
-
export { Grid } from './grid.directive';
|
|
9
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../libs/grid-angular/src/lib/directives/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,gCAAgC,CAAC;AAClE,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAC9D,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAC9D,OAAO,EAAE,mBAAmB,EAAE,aAAa,EAAE,MAAM,6BAA6B,CAAC;AACjF,YAAY,EAAE,gBAAgB,EAAE,MAAM,6BAA6B,CAAC;AACpE,OAAO,EAAE,kBAAkB,EAAE,MAAM,kCAAkC,CAAC;AACtE,OAAO,EAAE,aAAa,EAAE,MAAM,6BAA6B,CAAC;AAC5D,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC"}
|
|
@@ -1,174 +0,0 @@
|
|
|
1
|
-
import { OnDestroy, TemplateRef } from '@angular/core';
|
|
2
|
-
import { AbstractControl } from '@angular/forms';
|
|
3
|
-
/**
|
|
4
|
-
* Context type for structural directives with `any` defaults.
|
|
5
|
-
* This provides better ergonomics in templates without requiring explicit type annotations.
|
|
6
|
-
*
|
|
7
|
-
* @internal Use `GridCellContext` in application code for stricter typing.
|
|
8
|
-
*/
|
|
9
|
-
export interface StructuralCellContext<TValue = any, TRow = any> {
|
|
10
|
-
/** The cell value for this column */
|
|
11
|
-
$implicit: TValue;
|
|
12
|
-
/** The cell value (explicit binding) */
|
|
13
|
-
value: TValue;
|
|
14
|
-
/** The full row data object */
|
|
15
|
-
row: TRow;
|
|
16
|
-
/** The column configuration */
|
|
17
|
-
column: any;
|
|
18
|
-
}
|
|
19
|
-
/**
|
|
20
|
-
* Context type for structural editor directives with `any` defaults.
|
|
21
|
-
* This provides better ergonomics in templates without requiring explicit type annotations.
|
|
22
|
-
*
|
|
23
|
-
* @internal Use `GridEditorContext` in application code for stricter typing.
|
|
24
|
-
*/
|
|
25
|
-
export interface StructuralEditorContext<TValue = any, TRow = any> {
|
|
26
|
-
/** The cell value for this column */
|
|
27
|
-
$implicit: TValue;
|
|
28
|
-
/** The cell value (explicit binding) */
|
|
29
|
-
value: TValue;
|
|
30
|
-
/** The full row data object */
|
|
31
|
-
row: TRow;
|
|
32
|
-
/** The column configuration */
|
|
33
|
-
column: any;
|
|
34
|
-
/**
|
|
35
|
-
* Callback function to commit the edited value.
|
|
36
|
-
*/
|
|
37
|
-
onCommit: (value: TValue) => void;
|
|
38
|
-
/**
|
|
39
|
-
* Callback function to cancel editing.
|
|
40
|
-
*/
|
|
41
|
-
onCancel: () => void;
|
|
42
|
-
/**
|
|
43
|
-
* The FormControl for this cell, if the grid is bound to a FormArray with FormGroups.
|
|
44
|
-
*
|
|
45
|
-
* Returns `undefined` if:
|
|
46
|
-
* - The grid is not bound to a FormArray
|
|
47
|
-
* - The FormArray doesn't contain FormGroups
|
|
48
|
-
* - The field doesn't exist in the FormGroup
|
|
49
|
-
*/
|
|
50
|
-
control?: AbstractControl;
|
|
51
|
-
}
|
|
52
|
-
/**
|
|
53
|
-
* Gets the view template registered by the structural directive for a given column element.
|
|
54
|
-
* Falls back to the non-structural directive registry.
|
|
55
|
-
*/
|
|
56
|
-
export declare function getStructuralViewTemplate(columnElement: HTMLElement): TemplateRef<StructuralCellContext> | undefined;
|
|
57
|
-
/**
|
|
58
|
-
* Gets the editor template registered by the structural directive for a given column element.
|
|
59
|
-
* Falls back to the non-structural directive registry.
|
|
60
|
-
*/
|
|
61
|
-
export declare function getStructuralEditorTemplate(columnElement: HTMLElement): TemplateRef<StructuralEditorContext> | undefined;
|
|
62
|
-
/**
|
|
63
|
-
* Structural directive for cell view rendering.
|
|
64
|
-
*
|
|
65
|
-
* This provides a cleaner syntax for defining custom cell renderers without
|
|
66
|
-
* the nested `<tbw-grid-column-view>` and `<ng-template>` boilerplate.
|
|
67
|
-
*
|
|
68
|
-
* ## Usage
|
|
69
|
-
*
|
|
70
|
-
* ```html
|
|
71
|
-
* <!-- Instead of this verbose syntax: -->
|
|
72
|
-
* <tbw-grid-column field="status">
|
|
73
|
-
* <tbw-grid-column-view>
|
|
74
|
-
* <ng-template let-value let-row="row">
|
|
75
|
-
* <app-status-badge [value]="value" />
|
|
76
|
-
* </ng-template>
|
|
77
|
-
* </tbw-grid-column-view>
|
|
78
|
-
* </tbw-grid-column>
|
|
79
|
-
*
|
|
80
|
-
* <!-- Use this cleaner syntax: -->
|
|
81
|
-
* <tbw-grid-column field="status">
|
|
82
|
-
* <app-status-badge *tbwRenderer="let value; row as row" [value]="value" />
|
|
83
|
-
* </tbw-grid-column>
|
|
84
|
-
* ```
|
|
85
|
-
*
|
|
86
|
-
* ## Template Context
|
|
87
|
-
*
|
|
88
|
-
* The structural directive provides the same context as `GridColumnView`:
|
|
89
|
-
* - `$implicit` / `value`: The cell value (use `let value` or `let-value`)
|
|
90
|
-
* - `row`: The full row data object (use `row as row` or `let-row="row"`)
|
|
91
|
-
* - `column`: The column configuration
|
|
92
|
-
*
|
|
93
|
-
* ## Import
|
|
94
|
-
*
|
|
95
|
-
* ```typescript
|
|
96
|
-
* import { TbwRenderer } from '@toolbox-web/grid-angular';
|
|
97
|
-
*
|
|
98
|
-
* @Component({
|
|
99
|
-
* imports: [TbwRenderer],
|
|
100
|
-
* // ...
|
|
101
|
-
* })
|
|
102
|
-
* ```
|
|
103
|
-
*/
|
|
104
|
-
export declare class TbwRenderer implements OnDestroy {
|
|
105
|
-
private template;
|
|
106
|
-
private elementRef;
|
|
107
|
-
private columnElement;
|
|
108
|
-
constructor();
|
|
109
|
-
private registerTemplate;
|
|
110
|
-
ngOnDestroy(): void;
|
|
111
|
-
/**
|
|
112
|
-
* Static type guard for template context.
|
|
113
|
-
* Uses `any` defaults for ergonomic template usage.
|
|
114
|
-
*/
|
|
115
|
-
static ngTemplateContextGuard(dir: TbwRenderer, ctx: unknown): ctx is StructuralCellContext;
|
|
116
|
-
}
|
|
117
|
-
/**
|
|
118
|
-
* Structural directive for cell editor rendering.
|
|
119
|
-
*
|
|
120
|
-
* This provides a cleaner syntax for defining custom cell editors without
|
|
121
|
-
* the nested `<tbw-grid-column-editor>` and `<ng-template>` boilerplate.
|
|
122
|
-
*
|
|
123
|
-
* ## Usage
|
|
124
|
-
*
|
|
125
|
-
* ```html
|
|
126
|
-
* <!-- Instead of this verbose syntax: -->
|
|
127
|
-
* <tbw-grid-column field="status">
|
|
128
|
-
* <tbw-grid-column-editor>
|
|
129
|
-
* <ng-template let-value let-onCommit="onCommit" let-onCancel="onCancel">
|
|
130
|
-
* <app-status-editor [value]="value" (commit)="onCommit($event)" (cancel)="onCancel()" />
|
|
131
|
-
* </ng-template>
|
|
132
|
-
* </tbw-grid-column-editor>
|
|
133
|
-
* </tbw-grid-column>
|
|
134
|
-
*
|
|
135
|
-
* <!-- Use this cleaner syntax (with auto-wiring - no explicit bindings needed!): -->
|
|
136
|
-
* <tbw-grid-column field="status">
|
|
137
|
-
* <app-status-editor *tbwEditor="let value" [value]="value" />
|
|
138
|
-
* </tbw-grid-column>
|
|
139
|
-
* ```
|
|
140
|
-
*
|
|
141
|
-
* ## Template Context
|
|
142
|
-
*
|
|
143
|
-
* The structural directive provides the same context as `GridColumnEditor`:
|
|
144
|
-
* - `$implicit` / `value`: The cell value
|
|
145
|
-
* - `row`: The full row data object
|
|
146
|
-
* - `column`: The column configuration
|
|
147
|
-
* - `onCommit`: Callback function to commit the new value (optional - auto-wired if component emits `commit` event)
|
|
148
|
-
* - `onCancel`: Callback function to cancel editing (optional - auto-wired if component emits `cancel` event)
|
|
149
|
-
*
|
|
150
|
-
* ## Import
|
|
151
|
-
*
|
|
152
|
-
* ```typescript
|
|
153
|
-
* import { TbwEditor } from '@toolbox-web/grid-angular';
|
|
154
|
-
*
|
|
155
|
-
* @Component({
|
|
156
|
-
* imports: [TbwEditor],
|
|
157
|
-
* // ...
|
|
158
|
-
* })
|
|
159
|
-
* ```
|
|
160
|
-
*/
|
|
161
|
-
export declare class TbwEditor implements OnDestroy {
|
|
162
|
-
private template;
|
|
163
|
-
private elementRef;
|
|
164
|
-
private columnElement;
|
|
165
|
-
constructor();
|
|
166
|
-
private registerTemplate;
|
|
167
|
-
ngOnDestroy(): void;
|
|
168
|
-
/**
|
|
169
|
-
* Static type guard for template context.
|
|
170
|
-
* Uses `any` defaults for ergonomic template usage.
|
|
171
|
-
*/
|
|
172
|
-
static ngTemplateContextGuard(dir: TbwEditor, ctx: unknown): ctx is StructuralEditorContext;
|
|
173
|
-
}
|
|
174
|
-
//# sourceMappingURL=structural-directives.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"structural-directives.d.ts","sourceRoot":"","sources":["../../../../../libs/grid-angular/src/lib/directives/structural-directives.ts"],"names":[],"mappings":"AAAA,OAAO,EAAyC,SAAS,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC9F,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAItD;;;;;GAKG;AAEH,MAAM,WAAW,qBAAqB,CAAC,MAAM,GAAG,GAAG,EAAE,IAAI,GAAG,GAAG;IAC7D,qCAAqC;IACrC,SAAS,EAAE,MAAM,CAAC;IAClB,wCAAwC;IACxC,KAAK,EAAE,MAAM,CAAC;IACd,+BAA+B;IAC/B,GAAG,EAAE,IAAI,CAAC;IACV,+BAA+B;IAE/B,MAAM,EAAE,GAAG,CAAC;CACb;AAED;;;;;GAKG;AAEH,MAAM,WAAW,uBAAuB,CAAC,MAAM,GAAG,GAAG,EAAE,IAAI,GAAG,GAAG;IAC/D,qCAAqC;IACrC,SAAS,EAAE,MAAM,CAAC;IAClB,wCAAwC;IACxC,KAAK,EAAE,MAAM,CAAC;IACd,+BAA+B;IAC/B,GAAG,EAAE,IAAI,CAAC;IACV,+BAA+B;IAE/B,MAAM,EAAE,GAAG,CAAC;IACZ;;OAEG;IACH,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC;;OAEG;IACH,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB;;;;;;;OAOG;IACH,OAAO,CAAC,EAAE,eAAe,CAAC;CAC3B;AAMD;;;GAGG;AACH,wBAAgB,yBAAyB,CAAC,aAAa,EAAE,WAAW,GAAG,WAAW,CAAC,qBAAqB,CAAC,GAAG,SAAS,CAWpH;AAED;;;GAGG;AACH,wBAAgB,2BAA2B,CACzC,aAAa,EAAE,WAAW,GACzB,WAAW,CAAC,uBAAuB,CAAC,GAAG,SAAS,CAWlD;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAyCG;AACH,qBACa,WAAY,YAAW,SAAS;IAC3C,OAAO,CAAC,QAAQ,CAA8C;IAC9D,OAAO,CAAC,UAAU,CAAmC;IACrD,OAAO,CAAC,aAAa,CAA4B;;IAWjD,OAAO,CAAC,gBAAgB;IAcxB,WAAW,IAAI,IAAI;IAMnB;;;OAGG;IACH,MAAM,CAAC,sBAAsB,CAAC,GAAG,EAAE,WAAW,EAAE,GAAG,EAAE,OAAO,GAAG,GAAG,IAAI,qBAAqB;CAG5F;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2CG;AACH,qBACa,SAAU,YAAW,SAAS;IACzC,OAAO,CAAC,QAAQ,CAAgD;IAChE,OAAO,CAAC,UAAU,CAAmC;IACrD,OAAO,CAAC,aAAa,CAA4B;;IAQjD,OAAO,CAAC,gBAAgB;IAaxB,WAAW,IAAI,IAAI;IAMnB;;;OAGG;IACH,MAAM,CAAC,sBAAsB,CAAC,GAAG,EAAE,SAAS,EAAE,GAAG,EAAE,OAAO,GAAG,GAAG,IAAI,uBAAuB;CAG5F"}
|
|
@@ -1,72 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Feature Registry for @toolbox-web/grid-angular
|
|
3
|
-
*
|
|
4
|
-
* This module provides a synchronous registry for plugin factories.
|
|
5
|
-
* Features are registered via side-effect imports, enabling tree-shaking
|
|
6
|
-
* while maintaining the clean input-based API.
|
|
7
|
-
*
|
|
8
|
-
* @example
|
|
9
|
-
* ```typescript
|
|
10
|
-
* // Import features you need (side-effect imports)
|
|
11
|
-
* import '@toolbox-web/grid-angular/features/selection';
|
|
12
|
-
* import '@toolbox-web/grid-angular/features/filtering';
|
|
13
|
-
*
|
|
14
|
-
* // Inputs work automatically - no async loading, no HTTP requests
|
|
15
|
-
* <tbw-grid [selection]="'range'" [filtering]="{ debounceMs: 200 }" />
|
|
16
|
-
* ```
|
|
17
|
-
*/
|
|
18
|
-
/**
|
|
19
|
-
* Feature names supported by the Grid directive.
|
|
20
|
-
*/
|
|
21
|
-
export type FeatureName = 'selection' | 'editing' | 'clipboard' | 'contextMenu' | 'multiSort' | 'sorting' | 'filtering' | 'reorder' | 'visibility' | 'pinnedColumns' | 'groupingColumns' | 'columnVirtualization' | 'rowReorder' | 'groupingRows' | 'pinnedRows' | 'tree' | 'masterDetail' | 'responsive' | 'undoRedo' | 'export' | 'print' | 'pivot' | 'serverSide';
|
|
22
|
-
/**
|
|
23
|
-
* Plugin factory function type.
|
|
24
|
-
* Takes configuration and returns a plugin instance.
|
|
25
|
-
*/
|
|
26
|
-
export type PluginFactory<TConfig = unknown> = (config: TConfig) => unknown;
|
|
27
|
-
/**
|
|
28
|
-
* Register a feature's plugin factory.
|
|
29
|
-
* Called by side-effect feature imports.
|
|
30
|
-
*
|
|
31
|
-
* @param name - The feature name (matches the input name on Grid directive)
|
|
32
|
-
* @param factory - Function that creates the plugin instance
|
|
33
|
-
*
|
|
34
|
-
* @example
|
|
35
|
-
* ```ts
|
|
36
|
-
* // features/selection.ts
|
|
37
|
-
* import { SelectionPlugin } from '@toolbox-web/grid/plugins/selection';
|
|
38
|
-
* import { registerFeature } from '../lib/feature-registry';
|
|
39
|
-
*
|
|
40
|
-
* registerFeature('selection', (config) => new SelectionPlugin(config));
|
|
41
|
-
* ```
|
|
42
|
-
*/
|
|
43
|
-
export declare function registerFeature<TConfig = unknown>(name: FeatureName, factory: PluginFactory<TConfig>): void;
|
|
44
|
-
/**
|
|
45
|
-
* Check if a feature is registered.
|
|
46
|
-
*/
|
|
47
|
-
export declare function isFeatureRegistered(name: FeatureName): boolean;
|
|
48
|
-
/**
|
|
49
|
-
* Get a registered feature's factory.
|
|
50
|
-
* Returns undefined if not registered.
|
|
51
|
-
*/
|
|
52
|
-
export declare function getFeatureFactory(name: FeatureName): PluginFactory | undefined;
|
|
53
|
-
/**
|
|
54
|
-
* Get all registered feature names.
|
|
55
|
-
* Useful for debugging.
|
|
56
|
-
*/
|
|
57
|
-
export declare function getRegisteredFeatures(): FeatureName[];
|
|
58
|
-
/**
|
|
59
|
-
* Create a plugin instance for a feature.
|
|
60
|
-
* Shows a helpful warning if the feature is not registered.
|
|
61
|
-
*
|
|
62
|
-
* @param name - Feature name
|
|
63
|
-
* @param config - Plugin configuration
|
|
64
|
-
* @returns Plugin instance or undefined if not registered
|
|
65
|
-
*/
|
|
66
|
-
export declare function createPluginFromFeature<TConfig = unknown>(name: FeatureName, config: TConfig): unknown | undefined;
|
|
67
|
-
/**
|
|
68
|
-
* Clear the registry. For testing only.
|
|
69
|
-
* @internal
|
|
70
|
-
*/
|
|
71
|
-
export declare function clearFeatureRegistry(): void;
|
|
72
|
-
//# sourceMappingURL=feature-registry.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"feature-registry.d.ts","sourceRoot":"","sources":["../../../../libs/grid-angular/src/lib/feature-registry.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG;AAEH;;GAEG;AACH,MAAM,MAAM,WAAW,GACnB,WAAW,GACX,SAAS,GACT,WAAW,GACX,aAAa,GACb,WAAW,GACX,SAAS,GACT,WAAW,GACX,SAAS,GACT,YAAY,GACZ,eAAe,GACf,iBAAiB,GACjB,sBAAsB,GACtB,YAAY,GACZ,cAAc,GACd,YAAY,GACZ,MAAM,GACN,cAAc,GACd,YAAY,GACZ,UAAU,GACV,QAAQ,GACR,OAAO,GACP,OAAO,GACP,YAAY,CAAC;AAEjB;;;GAGG;AACH,MAAM,MAAM,aAAa,CAAC,OAAO,GAAG,OAAO,IAAI,CAAC,MAAM,EAAE,OAAO,KAAK,OAAO,CAAC;AAuB5E;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,eAAe,CAAC,OAAO,GAAG,OAAO,EAAE,IAAI,EAAE,WAAW,EAAE,OAAO,EAAE,aAAa,CAAC,OAAO,CAAC,GAAG,IAAI,CAK3G;AAED;;GAEG;AACH,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,WAAW,GAAG,OAAO,CAE9D;AAED;;;GAGG;AACH,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,WAAW,GAAG,aAAa,GAAG,SAAS,CAE9E;AAED;;;GAGG;AACH,wBAAgB,qBAAqB,IAAI,WAAW,EAAE,CAErD;AAED;;;;;;;GAOG;AACH,wBAAgB,uBAAuB,CAAC,OAAO,GAAG,OAAO,EAAE,IAAI,EAAE,WAAW,EAAE,MAAM,EAAE,OAAO,GAAG,OAAO,GAAG,SAAS,CAqBlH;AASD;;;GAGG;AACH,wBAAgB,oBAAoB,IAAI,IAAI,CAG3C"}
|
|
@@ -1,110 +0,0 @@
|
|
|
1
|
-
import { EnvironmentProviders, InjectionToken, Type } from '@angular/core';
|
|
2
|
-
import { TypeDefault } from '@toolbox-web/grid';
|
|
3
|
-
/**
|
|
4
|
-
* Angular-specific type default configuration.
|
|
5
|
-
* Uses Angular component types instead of function-based renderers/editors.
|
|
6
|
-
*/
|
|
7
|
-
export interface AngularTypeDefault<TRow = unknown> {
|
|
8
|
-
/** Angular component class for rendering cells of this type */
|
|
9
|
-
renderer?: Type<any>;
|
|
10
|
-
/** Angular component class for editing cells of this type */
|
|
11
|
-
editor?: Type<any>;
|
|
12
|
-
/** Default editorParams for this type */
|
|
13
|
-
editorParams?: Record<string, unknown>;
|
|
14
|
-
}
|
|
15
|
-
/**
|
|
16
|
-
* Injection token for providing type defaults at app level.
|
|
17
|
-
*/
|
|
18
|
-
export declare const GRID_TYPE_DEFAULTS: InjectionToken<Record<string, AngularTypeDefault<unknown>>>;
|
|
19
|
-
/**
|
|
20
|
-
* Injectable service for managing type-level defaults.
|
|
21
|
-
*
|
|
22
|
-
* Use `provideGridTypeDefaults()` in your app config to set up defaults,
|
|
23
|
-
* or inject this service for dynamic registration.
|
|
24
|
-
*
|
|
25
|
-
* @example
|
|
26
|
-
* ```typescript
|
|
27
|
-
* // App-level setup (app.config.ts)
|
|
28
|
-
* export const appConfig: ApplicationConfig = {
|
|
29
|
-
* providers: [
|
|
30
|
-
* provideGridTypeDefaults({
|
|
31
|
-
* country: {
|
|
32
|
-
* renderer: CountryCellComponent,
|
|
33
|
-
* editor: CountryEditorComponent
|
|
34
|
-
* },
|
|
35
|
-
* status: {
|
|
36
|
-
* renderer: StatusBadgeComponent
|
|
37
|
-
* }
|
|
38
|
-
* })
|
|
39
|
-
* ]
|
|
40
|
-
* };
|
|
41
|
-
*
|
|
42
|
-
* // Dynamic registration
|
|
43
|
-
* @Component({ ... })
|
|
44
|
-
* export class AppComponent {
|
|
45
|
-
* private registry = inject(GridTypeRegistry);
|
|
46
|
-
*
|
|
47
|
-
* ngOnInit() {
|
|
48
|
-
* this.registry.register('currency', {
|
|
49
|
-
* renderer: CurrencyCellComponent
|
|
50
|
-
* });
|
|
51
|
-
* }
|
|
52
|
-
* }
|
|
53
|
-
* ```
|
|
54
|
-
*/
|
|
55
|
-
export declare class GridTypeRegistry {
|
|
56
|
-
private readonly defaults;
|
|
57
|
-
constructor();
|
|
58
|
-
/**
|
|
59
|
-
* Register type-level defaults for a custom type.
|
|
60
|
-
*
|
|
61
|
-
* @param type - The type name (e.g., 'country', 'currency')
|
|
62
|
-
* @param defaults - Renderer/editor configuration
|
|
63
|
-
*/
|
|
64
|
-
register<T = unknown>(type: string, defaults: AngularTypeDefault<T>): void;
|
|
65
|
-
/**
|
|
66
|
-
* Get type defaults for a given type.
|
|
67
|
-
*/
|
|
68
|
-
get(type: string): AngularTypeDefault | undefined;
|
|
69
|
-
/**
|
|
70
|
-
* Remove type defaults for a type.
|
|
71
|
-
*/
|
|
72
|
-
unregister(type: string): void;
|
|
73
|
-
/**
|
|
74
|
-
* Check if a type has registered defaults.
|
|
75
|
-
*/
|
|
76
|
-
has(type: string): boolean;
|
|
77
|
-
/**
|
|
78
|
-
* Get all registered type names.
|
|
79
|
-
*/
|
|
80
|
-
getRegisteredTypes(): string[];
|
|
81
|
-
/**
|
|
82
|
-
* Convert to TypeDefault for use with grid's typeDefaults.
|
|
83
|
-
* This is used internally by the adapter.
|
|
84
|
-
*
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
getAsTypeDefault(type: string): TypeDefault | undefined;
|
|
88
|
-
}
|
|
89
|
-
/**
|
|
90
|
-
* Provides application-level type defaults for all grids.
|
|
91
|
-
*
|
|
92
|
-
* @example
|
|
93
|
-
* ```typescript
|
|
94
|
-
* // app.config.ts
|
|
95
|
-
* import { provideGridTypeDefaults } from '@toolbox-web/grid-angular';
|
|
96
|
-
* import { CountryCellComponent, StatusBadgeComponent } from './components';
|
|
97
|
-
*
|
|
98
|
-
* export const appConfig: ApplicationConfig = {
|
|
99
|
-
* providers: [
|
|
100
|
-
* provideGridTypeDefaults({
|
|
101
|
-
* country: { renderer: CountryCellComponent },
|
|
102
|
-
* status: { renderer: StatusBadgeComponent },
|
|
103
|
-
* date: { editor: DatePickerComponent }
|
|
104
|
-
* })
|
|
105
|
-
* ]
|
|
106
|
-
* };
|
|
107
|
-
* ```
|
|
108
|
-
*/
|
|
109
|
-
export declare function provideGridTypeDefaults(defaults: Record<string, AngularTypeDefault>): EnvironmentProviders;
|
|
110
|
-
//# sourceMappingURL=grid-type-registry.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"grid-type-registry.d.ts","sourceRoot":"","sources":["../../../../libs/grid-angular/src/lib/grid-type-registry.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,OAAO,EACL,oBAAoB,EAGpB,cAAc,EAEd,IAAI,EACL,MAAM,eAAe,CAAC;AACvB,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAErD;;;GAGG;AACH,MAAM,WAAW,kBAAkB,CAAC,IAAI,GAAG,OAAO;IAChD,+DAA+D;IAC/D,QAAQ,CAAC,EAAE,IAAI,CAAC,GAAG,CAAC,CAAC;IACrB,6DAA6D;IAC7D,MAAM,CAAC,EAAE,IAAI,CAAC,GAAG,CAAC,CAAC;IACnB,yCAAyC;IACzC,YAAY,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;CACxC;AAED;;GAEG;AACH,eAAO,MAAM,kBAAkB,6DAA+E,CAAC;AAE/G;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmCG;AACH,qBACa,gBAAgB;IAC3B,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAAyC;;IAYlE;;;;;OAKG;IACH,QAAQ,CAAC,CAAC,GAAG,OAAO,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,kBAAkB,CAAC,CAAC,CAAC,GAAG,IAAI;IAI1E;;OAEG;IACH,GAAG,CAAC,IAAI,EAAE,MAAM,GAAG,kBAAkB,GAAG,SAAS;IAIjD;;OAEG;IACH,UAAU,CAAC,IAAI,EAAE,MAAM,GAAG,IAAI;IAI9B;;OAEG;IACH,GAAG,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO;IAI1B;;OAEG;IACH,kBAAkB,IAAI,MAAM,EAAE;IAI9B;;;;;OAKG;IACH,gBAAgB,CAAC,IAAI,EAAE,MAAM,GAAG,WAAW,GAAG,SAAS;CAYxD;AAED;;;;;;;;;;;;;;;;;;;GAmBG;AACH,wBAAgB,uBAAuB,CAAC,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,kBAAkB,CAAC,GAAG,oBAAoB,CAE1G"}
|
package/lib/inject-grid.d.ts
DELETED
|
@@ -1,109 +0,0 @@
|
|
|
1
|
-
import { Signal } from '@angular/core';
|
|
2
|
-
import { ColumnConfig, DataGridElement, GridConfig } from '@toolbox-web/grid';
|
|
3
|
-
/**
|
|
4
|
-
* Selection convenience methods returned from injectGrid.
|
|
5
|
-
*/
|
|
6
|
-
export interface SelectionMethods<TRow = unknown> {
|
|
7
|
-
/**
|
|
8
|
-
* Select all rows in the grid.
|
|
9
|
-
* Requires SelectionPlugin with mode: 'row'.
|
|
10
|
-
*/
|
|
11
|
-
selectAll: () => void;
|
|
12
|
-
/**
|
|
13
|
-
* Clear all selection.
|
|
14
|
-
* Works with any SelectionPlugin mode.
|
|
15
|
-
*/
|
|
16
|
-
clearSelection: () => void;
|
|
17
|
-
/**
|
|
18
|
-
* Get selected row indices.
|
|
19
|
-
* Returns Set of selected row indices.
|
|
20
|
-
*/
|
|
21
|
-
getSelectedIndices: () => Set<number>;
|
|
22
|
-
/**
|
|
23
|
-
* Get selected rows data.
|
|
24
|
-
* Returns array of selected row objects.
|
|
25
|
-
*/
|
|
26
|
-
getSelectedRows: () => TRow[];
|
|
27
|
-
}
|
|
28
|
-
/**
|
|
29
|
-
* Export convenience methods returned from injectGrid.
|
|
30
|
-
*/
|
|
31
|
-
export interface ExportMethods {
|
|
32
|
-
/**
|
|
33
|
-
* Export grid data to CSV file.
|
|
34
|
-
* Requires ExportPlugin to be loaded.
|
|
35
|
-
*
|
|
36
|
-
* @param filename - Optional filename (defaults to 'export.csv')
|
|
37
|
-
*/
|
|
38
|
-
exportToCsv: (filename?: string) => void;
|
|
39
|
-
/**
|
|
40
|
-
* Export grid data to JSON file.
|
|
41
|
-
* Requires ExportPlugin to be loaded.
|
|
42
|
-
*
|
|
43
|
-
* @param filename - Optional filename (defaults to 'export.json')
|
|
44
|
-
*/
|
|
45
|
-
exportToJson: (filename?: string) => void;
|
|
46
|
-
}
|
|
47
|
-
/**
|
|
48
|
-
* Return type for injectGrid function.
|
|
49
|
-
*/
|
|
50
|
-
export interface InjectGridReturn<TRow = unknown> extends SelectionMethods<TRow>, ExportMethods {
|
|
51
|
-
/** Direct access to the typed grid element */
|
|
52
|
-
element: Signal<DataGridElement<TRow> | null>;
|
|
53
|
-
/** Whether the grid is ready */
|
|
54
|
-
isReady: Signal<boolean>;
|
|
55
|
-
/** Current grid configuration */
|
|
56
|
-
config: Signal<GridConfig<TRow> | null>;
|
|
57
|
-
/** Get the effective configuration */
|
|
58
|
-
getConfig: () => Promise<GridConfig<TRow> | null>;
|
|
59
|
-
/** Force a layout recalculation */
|
|
60
|
-
forceLayout: () => Promise<void>;
|
|
61
|
-
/** Toggle a group row */
|
|
62
|
-
toggleGroup: (key: string) => Promise<void>;
|
|
63
|
-
/** Register custom styles */
|
|
64
|
-
registerStyles: (id: string, css: string) => void;
|
|
65
|
-
/** Unregister custom styles */
|
|
66
|
-
unregisterStyles: (id: string) => void;
|
|
67
|
-
/** Get current visible columns */
|
|
68
|
-
visibleColumns: Signal<ColumnConfig<TRow>[]>;
|
|
69
|
-
}
|
|
70
|
-
/**
|
|
71
|
-
* Angular inject function for programmatic access to a grid instance.
|
|
72
|
-
*
|
|
73
|
-
* This function should be called in the constructor or as a field initializer
|
|
74
|
-
* of an Angular component that contains a `<tbw-grid>` element.
|
|
75
|
-
*
|
|
76
|
-
* ## Usage
|
|
77
|
-
*
|
|
78
|
-
* ```typescript
|
|
79
|
-
* import { Component, CUSTOM_ELEMENTS_SCHEMA } from '@angular/core';
|
|
80
|
-
* import { Grid, injectGrid } from '@toolbox-web/grid-angular';
|
|
81
|
-
*
|
|
82
|
-
* @Component({
|
|
83
|
-
* selector: 'app-my-grid',
|
|
84
|
-
* imports: [Grid],
|
|
85
|
-
* schemas: [CUSTOM_ELEMENTS_SCHEMA],
|
|
86
|
-
* template: `
|
|
87
|
-
* <button (click)="handleResize()">Force Layout</button>
|
|
88
|
-
* <button (click)="handleExport()" [disabled]="!grid.isReady()">Export</button>
|
|
89
|
-
* <tbw-grid [rows]="rows" [gridConfig]="config"></tbw-grid>
|
|
90
|
-
* `
|
|
91
|
-
* })
|
|
92
|
-
* export class MyGridComponent {
|
|
93
|
-
* grid = injectGrid<Employee>();
|
|
94
|
-
*
|
|
95
|
-
* async handleResize() {
|
|
96
|
-
* await this.grid.forceLayout();
|
|
97
|
-
* }
|
|
98
|
-
*
|
|
99
|
-
* async handleExport() {
|
|
100
|
-
* const config = await this.grid.getConfig();
|
|
101
|
-
* console.log('Exporting with columns:', config?.columns);
|
|
102
|
-
* }
|
|
103
|
-
* }
|
|
104
|
-
* ```
|
|
105
|
-
*
|
|
106
|
-
* @returns Object with grid access methods and state signals
|
|
107
|
-
*/
|
|
108
|
-
export declare function injectGrid<TRow = unknown>(): InjectGridReturn<TRow>;
|
|
109
|
-
//# sourceMappingURL=inject-grid.d.ts.map
|
package/lib/inject-grid.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"inject-grid.d.ts","sourceRoot":"","sources":["../../../../libs/grid-angular/src/lib/inject-grid.ts"],"names":[],"mappings":"AAAA,OAAO,EAAiD,KAAK,MAAM,EAAU,MAAM,eAAe,CAAC;AACnG,OAAO,KAAK,EAAE,YAAY,EAAE,eAAe,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAEnF;;GAEG;AACH,MAAM,WAAW,gBAAgB,CAAC,IAAI,GAAG,OAAO;IAC9C;;;OAGG;IACH,SAAS,EAAE,MAAM,IAAI,CAAC;IAEtB;;;OAGG;IACH,cAAc,EAAE,MAAM,IAAI,CAAC;IAE3B;;;OAGG;IACH,kBAAkB,EAAE,MAAM,GAAG,CAAC,MAAM,CAAC,CAAC;IAEtC;;;OAGG;IACH,eAAe,EAAE,MAAM,IAAI,EAAE,CAAC;CAC/B;AAED;;GAEG;AACH,MAAM,WAAW,aAAa;IAC5B;;;;;OAKG;IACH,WAAW,EAAE,CAAC,QAAQ,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAEzC;;;;;OAKG;IACH,YAAY,EAAE,CAAC,QAAQ,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;CAC3C;AAED;;GAEG;AACH,MAAM,WAAW,gBAAgB,CAAC,IAAI,GAAG,OAAO,CAAE,SAAQ,gBAAgB,CAAC,IAAI,CAAC,EAAE,aAAa;IAC7F,8CAA8C;IAC9C,OAAO,EAAE,MAAM,CAAC,eAAe,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC,CAAC;IAC9C,gCAAgC;IAChC,OAAO,EAAE,MAAM,CAAC,OAAO,CAAC,CAAC;IACzB,iCAAiC;IACjC,MAAM,EAAE,MAAM,CAAC,UAAU,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC,CAAC;IACxC,sCAAsC;IACtC,SAAS,EAAE,MAAM,OAAO,CAAC,UAAU,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC,CAAC;IAClD,mCAAmC;IACnC,WAAW,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;IACjC,yBAAyB;IACzB,WAAW,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IAC5C,6BAA6B;IAC7B,cAAc,EAAE,CAAC,EAAE,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;IAClD,+BAA+B;IAC/B,gBAAgB,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IACvC,kCAAkC;IAClC,cAAc,EAAE,MAAM,CAAC,YAAY,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;CAC9C;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAqCG;AACH,wBAAgB,UAAU,CAAC,IAAI,GAAG,OAAO,KAAK,gBAAgB,CAAC,IAAI,CAAC,CAgLnE"}
|
|
@@ -1,85 +0,0 @@
|
|
|
1
|
-
import { InjectionToken, InputSignal, OutputEmitterRef } from '@angular/core';
|
|
2
|
-
/**
|
|
3
|
-
* Interface for Angular components used as cell editors in the grid.
|
|
4
|
-
*
|
|
5
|
-
* Components implementing this interface can be used inside `<tbw-grid-column-editor>`
|
|
6
|
-
* and will automatically receive cell data via inputs and emit changes via outputs.
|
|
7
|
-
*
|
|
8
|
-
* ## Usage
|
|
9
|
-
*
|
|
10
|
-
* ```typescript
|
|
11
|
-
* import { Component, input, output } from '@angular/core';
|
|
12
|
-
* import { GridCellEditor, GRID_CELL_EDITOR } from '@toolbox-web/grid-angular';
|
|
13
|
-
*
|
|
14
|
-
* @Component({
|
|
15
|
-
* selector: 'app-status-select',
|
|
16
|
-
* template: `
|
|
17
|
-
* <select [value]="value()" (change)="onChange($event)">
|
|
18
|
-
* <option value="active">Active</option>
|
|
19
|
-
* <option value="inactive">Inactive</option>
|
|
20
|
-
* </select>
|
|
21
|
-
* `,
|
|
22
|
-
* providers: [{ provide: GRID_CELL_EDITOR, useExisting: StatusSelectComponent }]
|
|
23
|
-
* })
|
|
24
|
-
* export class StatusSelectComponent implements GridCellEditor<string> {
|
|
25
|
-
* value = input.required<string>();
|
|
26
|
-
* row = input<unknown>();
|
|
27
|
-
* column = input<unknown>();
|
|
28
|
-
*
|
|
29
|
-
* commit = output<string>();
|
|
30
|
-
* cancel = output<void>();
|
|
31
|
-
*
|
|
32
|
-
* onChange(event: Event) {
|
|
33
|
-
* this.commit.emit((event.target as HTMLSelectElement).value);
|
|
34
|
-
* }
|
|
35
|
-
* }
|
|
36
|
-
* ```
|
|
37
|
-
*
|
|
38
|
-
* Then use in your template:
|
|
39
|
-
* ```html
|
|
40
|
-
* <tbw-grid-column field="status" editable>
|
|
41
|
-
* <tbw-grid-column-editor>
|
|
42
|
-
* <app-status-select />
|
|
43
|
-
* </tbw-grid-column-editor>
|
|
44
|
-
* </tbw-grid-column>
|
|
45
|
-
* ```
|
|
46
|
-
*/
|
|
47
|
-
export interface GridCellEditor<TValue = unknown, TRow = unknown> {
|
|
48
|
-
/**
|
|
49
|
-
* The current cell value for editing.
|
|
50
|
-
* This is automatically set by the grid adapter.
|
|
51
|
-
*/
|
|
52
|
-
value: InputSignal<TValue>;
|
|
53
|
-
/**
|
|
54
|
-
* The full row data object.
|
|
55
|
-
* Optional - only needed if your editor needs access to other columns.
|
|
56
|
-
*/
|
|
57
|
-
row?: InputSignal<TRow>;
|
|
58
|
-
/**
|
|
59
|
-
* The column configuration object.
|
|
60
|
-
* Optional - only needed if your editor needs column metadata.
|
|
61
|
-
*/
|
|
62
|
-
column?: InputSignal<unknown>;
|
|
63
|
-
/**
|
|
64
|
-
* Emit when the user commits the edited value.
|
|
65
|
-
* The grid will update the cell with this value.
|
|
66
|
-
*/
|
|
67
|
-
commit: OutputEmitterRef<TValue>;
|
|
68
|
-
/**
|
|
69
|
-
* Emit when the user cancels editing.
|
|
70
|
-
* The grid will revert to the original value.
|
|
71
|
-
*/
|
|
72
|
-
cancel: OutputEmitterRef<void>;
|
|
73
|
-
}
|
|
74
|
-
/**
|
|
75
|
-
* Injection token for cell editor components.
|
|
76
|
-
*
|
|
77
|
-
* Components must provide themselves with this token to be auto-discovered:
|
|
78
|
-
* ```typescript
|
|
79
|
-
* @Component({
|
|
80
|
-
* providers: [{ provide: GRID_CELL_EDITOR, useExisting: MyEditorComponent }]
|
|
81
|
-
* })
|
|
82
|
-
* ```
|
|
83
|
-
*/
|
|
84
|
-
export declare const GRID_CELL_EDITOR: InjectionToken<GridCellEditor<unknown, unknown>>;
|
|
85
|
-
//# sourceMappingURL=grid-cell-editor.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"grid-cell-editor.d.ts","sourceRoot":"","sources":["../../../../../libs/grid-angular/src/lib/interfaces/grid-cell-editor.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,WAAW,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAE9E;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4CG;AACH,MAAM,WAAW,cAAc,CAAC,MAAM,GAAG,OAAO,EAAE,IAAI,GAAG,OAAO;IAC9D;;;OAGG;IACH,KAAK,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAE3B;;;OAGG;IACH,GAAG,CAAC,EAAE,WAAW,CAAC,IAAI,CAAC,CAAC;IAExB;;;OAGG;IACH,MAAM,CAAC,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC;IAE9B;;;OAGG;IACH,MAAM,EAAE,gBAAgB,CAAC,MAAM,CAAC,CAAC;IAEjC;;;OAGG;IACH,MAAM,EAAE,gBAAgB,CAAC,IAAI,CAAC,CAAC;CAChC;AAED;;;;;;;;;GASG;AACH,eAAO,MAAM,gBAAgB,kDAAuD,CAAC"}
|
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
import { InjectionToken, InputSignal } from '@angular/core';
|
|
2
|
-
/**
|
|
3
|
-
* Interface for Angular components used as cell renderers in the grid.
|
|
4
|
-
*
|
|
5
|
-
* Components implementing this interface can be used inside `<tbw-grid-column-view>`
|
|
6
|
-
* and will automatically receive cell data via inputs.
|
|
7
|
-
*
|
|
8
|
-
* ## Usage
|
|
9
|
-
*
|
|
10
|
-
* ```typescript
|
|
11
|
-
* import { Component, input } from '@angular/core';
|
|
12
|
-
* import { GridCellRenderer, GRID_CELL_RENDERER } from '@toolbox-web/grid-angular';
|
|
13
|
-
*
|
|
14
|
-
* @Component({
|
|
15
|
-
* selector: 'app-status-badge',
|
|
16
|
-
* template: `<span [class]="value()">{{ value() }}</span>`,
|
|
17
|
-
* providers: [{ provide: GRID_CELL_RENDERER, useExisting: StatusBadgeComponent }]
|
|
18
|
-
* })
|
|
19
|
-
* export class StatusBadgeComponent implements GridCellRenderer {
|
|
20
|
-
* value = input.required<string>();
|
|
21
|
-
* row = input<unknown>();
|
|
22
|
-
* column = input<unknown>();
|
|
23
|
-
* }
|
|
24
|
-
* ```
|
|
25
|
-
*
|
|
26
|
-
* Then use in your template:
|
|
27
|
-
* ```html
|
|
28
|
-
* <tbw-grid-column field="status">
|
|
29
|
-
* <tbw-grid-column-view>
|
|
30
|
-
* <app-status-badge />
|
|
31
|
-
* </tbw-grid-column-view>
|
|
32
|
-
* </tbw-grid-column>
|
|
33
|
-
* ```
|
|
34
|
-
*/
|
|
35
|
-
export interface GridCellRenderer<TValue = unknown, TRow = unknown> {
|
|
36
|
-
/**
|
|
37
|
-
* The cell value for this column.
|
|
38
|
-
* This is automatically set by the grid adapter.
|
|
39
|
-
*/
|
|
40
|
-
value: InputSignal<TValue>;
|
|
41
|
-
/**
|
|
42
|
-
* The full row data object.
|
|
43
|
-
* Optional - only needed if your renderer needs access to other columns.
|
|
44
|
-
*/
|
|
45
|
-
row?: InputSignal<TRow>;
|
|
46
|
-
/**
|
|
47
|
-
* The column configuration object.
|
|
48
|
-
* Optional - only needed if your renderer needs column metadata.
|
|
49
|
-
*/
|
|
50
|
-
column?: InputSignal<unknown>;
|
|
51
|
-
}
|
|
52
|
-
/**
|
|
53
|
-
* Injection token for cell renderer components.
|
|
54
|
-
*
|
|
55
|
-
* Components must provide themselves with this token to be auto-discovered:
|
|
56
|
-
* ```typescript
|
|
57
|
-
* @Component({
|
|
58
|
-
* providers: [{ provide: GRID_CELL_RENDERER, useExisting: MyRendererComponent }]
|
|
59
|
-
* })
|
|
60
|
-
* ```
|
|
61
|
-
*/
|
|
62
|
-
export declare const GRID_CELL_RENDERER: InjectionToken<GridCellRenderer<unknown, unknown>>;
|
|
63
|
-
//# sourceMappingURL=grid-cell-renderer.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"grid-cell-renderer.d.ts","sourceRoot":"","sources":["../../../../../libs/grid-angular/src/lib/interfaces/grid-cell-renderer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAE5D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgCG;AACH,MAAM,WAAW,gBAAgB,CAAC,MAAM,GAAG,OAAO,EAAE,IAAI,GAAG,OAAO;IAChE;;;OAGG;IACH,KAAK,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAE3B;;;OAGG;IACH,GAAG,CAAC,EAAE,WAAW,CAAC,IAAI,CAAC,CAAC;IAExB;;;OAGG;IACH,MAAM,CAAC,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC;CAC/B;AAED;;;;;;;;;GASG;AACH,eAAO,MAAM,kBAAkB,oDAA2D,CAAC"}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
export { GRID_CELL_EDITOR } from './grid-cell-editor';
|
|
2
|
-
export type { GridCellEditor } from './grid-cell-editor';
|
|
3
|
-
export { GRID_CELL_RENDERER } from './grid-cell-renderer';
|
|
4
|
-
export type { GridCellRenderer } from './grid-cell-renderer';
|
|
5
|
-
//# sourceMappingURL=index.d.ts.map
|