@trudb/tru-common-lib 0.2.102 → 0.2.103

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.
@@ -6,9 +6,11 @@ import { TruSearchResultViewManager } from '../../services/tru-search-result-vie
6
6
  import { ITruToolbarDropdownOption } from '../toolbar/classes/tru-toolbar-dropdown-option';
7
7
  import { ITruCardColumnConfig } from './classes/tru-card-column-config';
8
8
  import { TruCard } from './tru-card';
9
+ import { TruAppEnvironment } from '../../services/tru-app-environment';
9
10
  import * as i0 from "@angular/core";
10
11
  export declare class TruCardColumn {
11
12
  private dataContext;
13
+ private appEnviroment;
12
14
  private modelTypeLookup;
13
15
  private searchViewEventHandler;
14
16
  private searchResultViewManager;
@@ -56,7 +58,7 @@ export declare class TruCardColumn {
56
58
  columnFilterTooltip: string;
57
59
  cardFilterTooltip: string;
58
60
  columnDropdownFilterTooltip: string;
59
- constructor(dataContext: TruDataContext, modelTypeLookup: TruModelTypeLookup, searchViewEventHandler: TruSearchViewEventHandler, searchResultViewManager: TruSearchResultViewManager, changeDetectorRef: ChangeDetectorRef);
61
+ constructor(dataContext: TruDataContext, appEnviroment: TruAppEnvironment, modelTypeLookup: TruModelTypeLookup, searchViewEventHandler: TruSearchViewEventHandler, searchResultViewManager: TruSearchResultViewManager, changeDetectorRef: ChangeDetectorRef);
60
62
  private parentTableModel;
61
63
  private createDataForEntity;
62
64
  private hasUndefinedChildren;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trudb/tru-common-lib",
3
- "version": "0.2.102",
3
+ "version": "0.2.103",
4
4
  "type": "module",
5
5
  "module": "fesm2022/trudb-tru-common-lib.mjs",
6
6
  "typings": "index.d.ts",