@trudb/tru-common-lib 0.2.47 → 0.2.49

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.
@@ -5995,7 +5995,9 @@ class TruDataGridPkeyCellRenderer {
5995
5995
  }
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
- <div style="visibility: hidden; position: absolute"
5998
+ <div style="visibility: hidden; position: relative"
5999
+ [style.left]="contextMenuPosition.x"
6000
+ [style.top]="contextMenuPosition.y"
5999
6001
  [matMenuTriggerFor]="truDataGridContextMenu">
6000
6002
  </div>
6001
6003
  <mat-menu #truDataGridContextMenu="matMenu">
@@ -6024,7 +6026,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImpor
6024
6026
  MatButtonModule,
6025
6027
  MatMenuModule
6026
6028
  ], changeDetection: ChangeDetectionStrategy.OnPush, template: `<div (contextmenu)="onRightClick($event)">{{displayValue}}
6027
- <div style="visibility: hidden; position: absolute"
6029
+ <div style="visibility: hidden; position: relative"
6030
+ [style.left]="contextMenuPosition.x"
6031
+ [style.top]="contextMenuPosition.y"
6028
6032
  [matMenuTriggerFor]="truDataGridContextMenu">
6029
6033
  </div>
6030
6034
  <mat-menu #truDataGridContextMenu="matMenu">