@trudb/tru-common-lib 0.2.47 → 0.2.48
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.
|
@@ -5998,7 +5998,9 @@ class TruDataGridPkeyCellRenderer {
|
|
|
5998
5998
|
<div style="visibility: hidden; position: absolute"
|
|
5999
5999
|
[matMenuTriggerFor]="truDataGridContextMenu">
|
|
6000
6000
|
</div>
|
|
6001
|
-
<mat-menu #truDataGridContextMenu="matMenu"
|
|
6001
|
+
<mat-menu #truDataGridContextMenu="matMenu"
|
|
6002
|
+
[style.left]="contextMenuPosition.x"
|
|
6003
|
+
[style.top]="contextMenuPosition.y">
|
|
6002
6004
|
<button mat-menu-item [disabled]="copyIsDisabled" (click)="onCopy($event)">
|
|
6003
6005
|
<mat-icon [svgIcon]="'copy-icon'"></mat-icon>
|
|
6004
6006
|
<span>Copy</span>
|
|
@@ -6027,7 +6029,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImpor
|
|
|
6027
6029
|
<div style="visibility: hidden; position: absolute"
|
|
6028
6030
|
[matMenuTriggerFor]="truDataGridContextMenu">
|
|
6029
6031
|
</div>
|
|
6030
|
-
<mat-menu #truDataGridContextMenu="matMenu"
|
|
6032
|
+
<mat-menu #truDataGridContextMenu="matMenu"
|
|
6033
|
+
[style.left]="contextMenuPosition.x"
|
|
6034
|
+
[style.top]="contextMenuPosition.y">
|
|
6031
6035
|
<button mat-menu-item [disabled]="copyIsDisabled" (click)="onCopy($event)">
|
|
6032
6036
|
<mat-icon [svgIcon]="'copy-icon'"></mat-icon>
|
|
6033
6037
|
<span>Copy</span>
|