@trudb/tru-common-lib 0.2.46 → 0.2.47
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.
|
@@ -5996,8 +5996,6 @@ class TruDataGridPkeyCellRenderer {
|
|
|
5996
5996
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: TruDataGridPkeyCellRenderer, deps: [{ token: TruDataGridClipboard }, { token: TruUtil }], target: i0.ɵɵFactoryTarget.Component });
|
|
5997
5997
|
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.3", type: TruDataGridPkeyCellRenderer, isStandalone: true, selector: "ng-component", viewQueries: [{ propertyName: "contextMenu", first: true, predicate: MatMenuTrigger, descendants: true }], ngImport: i0, template: `<div (contextmenu)="onRightClick($event)">{{displayValue}}
|
|
5998
5998
|
<div style="visibility: hidden; position: absolute"
|
|
5999
|
-
[style.left]="contextMenuPosition.x"
|
|
6000
|
-
[style.top]="contextMenuPosition.y"
|
|
6001
5999
|
[matMenuTriggerFor]="truDataGridContextMenu">
|
|
6002
6000
|
</div>
|
|
6003
6001
|
<mat-menu #truDataGridContextMenu="matMenu">
|
|
@@ -6027,8 +6025,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImpor
|
|
|
6027
6025
|
MatMenuModule
|
|
6028
6026
|
], changeDetection: ChangeDetectionStrategy.OnPush, template: `<div (contextmenu)="onRightClick($event)">{{displayValue}}
|
|
6029
6027
|
<div style="visibility: hidden; position: absolute"
|
|
6030
|
-
[style.left]="contextMenuPosition.x"
|
|
6031
|
-
[style.top]="contextMenuPosition.y"
|
|
6032
6028
|
[matMenuTriggerFor]="truDataGridContextMenu">
|
|
6033
6029
|
</div>
|
|
6034
6030
|
<mat-menu #truDataGridContextMenu="matMenu">
|