@colijnit/corecomponents_v12 259.1.3 → 259.1.4

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.
@@ -8,6 +8,8 @@ export declare abstract class BaseSimpleGridComponent {
8
8
  set content(columnComponents: QueryList<SimpleGridColumnDirective>);
9
9
  set data(value: Object[]);
10
10
  get data(): Object[];
11
+ set exportData(value: Object[]);
12
+ get exportData(): Object[];
11
13
  dragDropEnabled: boolean;
12
14
  resizable: boolean;
13
15
  inlineEdit: boolean;
@@ -36,6 +38,7 @@ export declare abstract class BaseSimpleGridComponent {
36
38
  headerColumns: SimpleGridColumnDirective[];
37
39
  headerColumnsCopy: SimpleGridColumnDirective[];
38
40
  protected _data: Object[];
41
+ protected _exportData: Object[];
39
42
  protected disabledRows: number[];
40
43
  private _columnForResize;
41
44
  private _prepared;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colijnit/corecomponents_v12",
3
- "version": "259.1.3",
3
+ "version": "259.1.4",
4
4
  "description": "Colijn IT core components for Angular 12",
5
5
  "private": false,
6
6
  "peerDependencies": {