@trudb/tru-common-lib 0.1.111 → 0.1.113

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.
@@ -50,6 +50,10 @@ export declare class TruDataGrid implements OnInit, OnChanges, AfterViewInit {
50
50
  private exportData;
51
51
  private onSuppressKeyboardEvent;
52
52
  private addEntity;
53
+ private getMergeData;
54
+ private validationDialog;
55
+ private addValidationDialog;
56
+ private runSearch;
53
57
  defaultColDef: ColDef;
54
58
  getRowCount: () => string;
55
59
  getSelectedRowCount: () => string;
@@ -57,9 +61,6 @@ export declare class TruDataGrid implements OnInit, OnChanges, AfterViewInit {
57
61
  onCellClicked: (event: any) => void;
58
62
  onCellDoubleClicked: (gridConfig: any) => void;
59
63
  onCellKeyDown: (event: any) => void;
60
- private getMergeData;
61
- private validationDialog;
62
- private addValidationDialog;
63
64
  onCellMouseOver(e: any): void;
64
65
  onCellMouseOut(e: any): void;
65
66
  onSearch: (setupQuery: any) => void;
@@ -71,9 +72,8 @@ export declare class TruDataGrid implements OnInit, OnChanges, AfterViewInit {
71
72
  onRemove: () => void;
72
73
  onExport: () => void;
73
74
  ngOnInit(): void;
74
- ngOnChanges(changes: SimpleChanges): void;
75
- private runSearch;
76
75
  ngAfterViewInit(): void;
76
+ ngOnChanges(changes: SimpleChanges): void;
77
77
  ngOnDestroy(): void;
78
78
  static ɵfac: i0.ɵɵFactoryDeclaration<TruDataGrid, [null, null, null, null, null, null, null, { optional: true; }]>;
79
79
  static ɵcmp: i0.ɵɵComponentDeclaration<TruDataGrid, "tru-data-grid", never, { "config": { "alias": "config"; "required": false; }; "entity": { "alias": "entity"; "required": false; }; "name": { "alias": "name"; "required": false; }; }, {}, never, never, false, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trudb/tru-common-lib",
3
- "version": "0.1.111",
3
+ "version": "0.1.113",
4
4
  "type": "module",
5
5
  "peerDependencies": {},
6
6
  "dependencies": {