@trudb/tru-common-lib 0.2.46 → 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.
@@ -5996,11 +5996,11 @@ 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
- <mat-menu #truDataGridContextMenu="matMenu">
6001
+ <mat-menu #truDataGridContextMenu="matMenu"
6002
+ [style.left]="contextMenuPosition.x"
6003
+ [style.top]="contextMenuPosition.y">
6004
6004
  <button mat-menu-item [disabled]="copyIsDisabled" (click)="onCopy($event)">
6005
6005
  <mat-icon [svgIcon]="'copy-icon'"></mat-icon>
6006
6006
  <span>Copy</span>
@@ -6027,11 +6027,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImpor
6027
6027
  MatMenuModule
6028
6028
  ], changeDetection: ChangeDetectionStrategy.OnPush, template: `<div (contextmenu)="onRightClick($event)">{{displayValue}}
6029
6029
  <div style="visibility: hidden; position: absolute"
6030
- [style.left]="contextMenuPosition.x"
6031
- [style.top]="contextMenuPosition.y"
6032
6030
  [matMenuTriggerFor]="truDataGridContextMenu">
6033
6031
  </div>
6034
- <mat-menu #truDataGridContextMenu="matMenu">
6032
+ <mat-menu #truDataGridContextMenu="matMenu"
6033
+ [style.left]="contextMenuPosition.x"
6034
+ [style.top]="contextMenuPosition.y">
6035
6035
  <button mat-menu-item [disabled]="copyIsDisabled" (click)="onCopy($event)">
6036
6036
  <mat-icon [svgIcon]="'copy-icon'"></mat-icon>
6037
6037
  <span>Copy</span>