@trudb/tru-common-lib 0.2.392 → 0.2.394

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,11 +6,13 @@ import { ITruDataGridConfig } from '../classes/tru-data-grid-config';
6
6
  import { TruUiNotification } from '../../../services/tru-ui-notification';
7
7
  import { Entity } from 'breeze-client';
8
8
  import { TruFormatter } from '../../../services/tru-formatter';
9
+ import { TruModelPropertyLookup } from '../../../services/tru-model-property-lookup';
9
10
  import * as i0 from "@angular/core";
10
11
  export declare class TruDataGridClipboard {
11
12
  private util;
12
13
  private formatter;
13
14
  private uiNotification;
15
+ private modelPropertyLookup;
14
16
  private tableName;
15
17
  private columnName;
16
18
  private copiedCellData;
@@ -18,7 +20,7 @@ export declare class TruDataGridClipboard {
18
20
  private copiedCellEntity;
19
21
  private copiedCellParams;
20
22
  private copiedRows;
21
- constructor(util: TruUtil, formatter: TruFormatter, uiNotification: TruUiNotification);
23
+ constructor(util: TruUtil, formatter: TruFormatter, uiNotification: TruUiNotification, modelPropertyLookup: TruModelPropertyLookup);
22
24
  private formatCellValue;
23
25
  copyCell: (params: ICellRendererParams, tableName: string, columnName: string, copiedCellData: any, copiedCellEntity: Entity) => Promise<void>;
24
26
  pasteCell: (params: ICellRendererParams, pastedCellData: any, pastedCell: Entity) => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trudb/tru-common-lib",
3
- "version": "0.2.392",
3
+ "version": "0.2.394",
4
4
  "type": "module",
5
5
  "module": "fesm2022/trudb-tru-common-lib.mjs",
6
6
  "typings": "index.d.ts",