@trudb/tru-common-lib 0.2.40 → 0.2.42

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.
@@ -1,4 +1,4 @@
1
- import { AfterViewInit, ApplicationRef, ElementRef, OnChanges, OnInit, SimpleChanges, TemplateRef, ViewContainerRef } from '@angular/core';
1
+ import { AfterViewInit, ApplicationRef, ChangeDetectorRef, ElementRef, OnChanges, OnInit, SimpleChanges, TemplateRef, ViewContainerRef } from '@angular/core';
2
2
  import type { ColDef } from "ag-grid-community";
3
3
  import { TruSearchViewEventHandler } from '../../base-views/search/services/tru-search-view-event-handler';
4
4
  import { TruAppEnvironment } from '../../services/tru-app-environment';
@@ -25,6 +25,7 @@ export declare class TruDataGrid implements OnInit, OnChanges, AfterViewInit {
25
25
  private windowEventHandler;
26
26
  private util;
27
27
  private app;
28
+ private cdr;
28
29
  tabGroupEventNotifier: TruTabGroupEventNotifier;
29
30
  dataGridContainer: ElementRef;
30
31
  customToolbarContainer: ViewContainerRef;
@@ -57,7 +58,7 @@ export declare class TruDataGrid implements OnInit, OnChanges, AfterViewInit {
57
58
  private rowSelectedOnMousedown;
58
59
  private rowFocuedOnMousedown;
59
60
  private copiedRowData;
60
- constructor(dataContext: TruDataContext, componentLookup: TruComponentLookup, searchResultViewManager: TruSearchResultViewManager, appEnvironment: TruAppEnvironment, searchViewEventHandler: TruSearchViewEventHandler, uiNotification: TruUiNotification, connectionHub: TruConnectionHub, windowEventHandler: TruWindowEventHandler, util: TruUtil, app: ApplicationRef, tabGroupEventNotifier: TruTabGroupEventNotifier);
61
+ constructor(dataContext: TruDataContext, componentLookup: TruComponentLookup, searchResultViewManager: TruSearchResultViewManager, appEnvironment: TruAppEnvironment, searchViewEventHandler: TruSearchViewEventHandler, uiNotification: TruUiNotification, connectionHub: TruConnectionHub, windowEventHandler: TruWindowEventHandler, util: TruUtil, app: ApplicationRef, cdr: ChangeDetectorRef, tabGroupEventNotifier: TruTabGroupEventNotifier);
61
62
  private enhanceRowDataForEntity;
62
63
  private setNoRowsTemplate;
63
64
  private subscribeTo;
@@ -97,6 +98,6 @@ export declare class TruDataGrid implements OnInit, OnChanges, AfterViewInit {
97
98
  ngAfterViewInit(): void;
98
99
  ngOnChanges(changes: SimpleChanges): void;
99
100
  ngOnDestroy(): void;
100
- static ɵfac: i0.ɵɵFactoryDeclaration<TruDataGrid, [null, null, null, null, null, null, null, null, null, null, { optional: true; }]>;
101
+ static ɵfac: i0.ɵɵFactoryDeclaration<TruDataGrid, [null, null, null, null, null, null, null, null, null, null, null, { optional: true; }]>;
101
102
  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, true, never>;
102
103
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trudb/tru-common-lib",
3
- "version": "0.2.40",
3
+ "version": "0.2.42",
4
4
  "type": "module",
5
5
  "module": "fesm2022/trudb-tru-common-lib.mjs",
6
6
  "typings": "index.d.ts",