@trudb/tru-common-lib 0.2.147 → 0.2.148

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.
@@ -9,6 +9,7 @@ export declare class TruDataGridCellRenderer {
9
9
  contextMenu: TruContextMenuTrigger;
10
10
  private eGui;
11
11
  private validationContainer;
12
+ private windowClickSubscription;
12
13
  params: ICellRendererParams;
13
14
  contextMenuPosition: {
14
15
  x: string;
@@ -7,6 +7,8 @@ export declare class TruDataGridPkeyCellRenderer {
7
7
  private dataContext;
8
8
  private dataGridClipboard;
9
9
  contextMenu: MatMenuTrigger;
10
+ private eGui;
11
+ private windowClickSubscription;
10
12
  params: ICellRendererParams;
11
13
  contextMenuPosition: {
12
14
  x: string;
@@ -16,7 +18,6 @@ export declare class TruDataGridPkeyCellRenderer {
16
18
  copyIsDisabled: boolean;
17
19
  pasteIsDisabled: boolean;
18
20
  insertAtTopIsDisabled: boolean;
19
- private eGui;
20
21
  constructor(dataContext: TruDataContext, dataGridClipboard: TruDataGridClipboard);
21
22
  onRightClick: (event: MouseEvent) => void;
22
23
  onMouseDown: (event: MouseEvent) => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trudb/tru-common-lib",
3
- "version": "0.2.147",
3
+ "version": "0.2.148",
4
4
  "type": "module",
5
5
  "module": "fesm2022/trudb-tru-common-lib.mjs",
6
6
  "typings": "index.d.ts",