@trudb/tru-common-lib 0.2.137 → 0.2.139
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.
|
@@ -5936,6 +5936,8 @@ class TruContextMenuTrigger extends MatMenuTrigger {
|
|
|
5936
5936
|
};
|
|
5937
5937
|
}
|
|
5938
5938
|
ngOnDestroy() {
|
|
5939
|
+
this['_closingActionsSubscription'].unsubscribe();
|
|
5940
|
+
super.closeMenu();
|
|
5939
5941
|
super.ngOnDestroy();
|
|
5940
5942
|
}
|
|
5941
5943
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: TruContextMenuTrigger, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
@@ -6119,7 +6121,7 @@ class TruDataGridCellRenderer {
|
|
|
6119
6121
|
document.removeEventListener('mouseover', this.onMouseOver);
|
|
6120
6122
|
}
|
|
6121
6123
|
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:
|
|
6124
|
+
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
6125
|
<div style="visibility: hidden; position: absolute;"
|
|
6124
6126
|
[truContextMenuTriggerFor]="truDataGridCellContextMenu">
|
|
6125
6127
|
</div>
|
|
@@ -6162,7 +6164,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImpor
|
|
|
6162
6164
|
</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
6165
|
}], ctorParameters: () => [{ type: TruDataContext }, { type: TruDataGridClipboard }], propDecorators: { contextMenu: [{
|
|
6164
6166
|
type: ViewChild,
|
|
6165
|
-
args: [
|
|
6167
|
+
args: [TruContextMenuTrigger]
|
|
6166
6168
|
}] } });
|
|
6167
6169
|
|
|
6168
6170
|
class TruDataGridPkeyCellRenderer {
|