@trudb/tru-common-lib 0.2.137 → 0.2.138
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.
|
@@ -6119,7 +6119,7 @@ class TruDataGridCellRenderer {
|
|
|
6119
6119
|
document.removeEventListener('mouseover', this.onMouseOver);
|
|
6120
6120
|
}
|
|
6121
6121
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: TruDataGridCellRenderer, deps: [{ token: TruDataContext }, { token: TruDataGridClipboard }], target: i0.ɵɵFactoryTarget.Component });
|
|
6122
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.3", type: TruDataGridCellRenderer, isStandalone: true, selector: "ng-component", viewQueries: [{ propertyName: "contextMenu", first: true, predicate:
|
|
6122
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.3", type: TruDataGridCellRenderer, isStandalone: true, selector: "ng-component", viewQueries: [{ propertyName: "contextMenu", first: true, predicate: TruContextMenuTrigger, descendants: true }], ngImport: i0, template: `<div (contextmenu)="onRightClick($event)">{{displayValue}}
|
|
6123
6123
|
<div style="visibility: hidden; position: absolute;"
|
|
6124
6124
|
[truContextMenuTriggerFor]="truDataGridCellContextMenu">
|
|
6125
6125
|
</div>
|
|
@@ -6162,7 +6162,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImpor
|
|
|
6162
6162
|
</div>`, styles: ["::ng-deep .mat-mdc-menu-item{height:25px!important;min-height:25px!important}::ng-deep .mat-mdc-menu-content mat-icon svg{fill:#949494}\n"] }]
|
|
6163
6163
|
}], ctorParameters: () => [{ type: TruDataContext }, { type: TruDataGridClipboard }], propDecorators: { contextMenu: [{
|
|
6164
6164
|
type: ViewChild,
|
|
6165
|
-
args: [
|
|
6165
|
+
args: [TruContextMenuTrigger]
|
|
6166
6166
|
}] } });
|
|
6167
6167
|
|
|
6168
6168
|
class TruDataGridPkeyCellRenderer {
|