@trudb/tru-common-lib 0.2.132 → 0.2.133
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.
|
@@ -6068,11 +6068,6 @@ class TruDataGridCellRenderer {
|
|
|
6068
6068
|
}
|
|
6069
6069
|
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 });
|
|
6070
6070
|
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: MatMenuTrigger, descendants: true }], ngImport: i0, template: `<div (contextmenu)="onRightClick($event)">{{displayValue}}
|
|
6071
|
-
<div style="visibility: hidden; position: absolute;"
|
|
6072
|
-
[style.left]="0"
|
|
6073
|
-
[style.top]="0"
|
|
6074
|
-
[matMenuTriggerFor]="truDataGridCellContextMenu">
|
|
6075
|
-
</div>
|
|
6076
6071
|
<mat-menu #truDataGridCellContextMenu="matMenu"
|
|
6077
6072
|
[style.left]="contextMenuPosition.x"
|
|
6078
6073
|
[style.top]="contextMenuPosition.y">
|
|
@@ -6085,7 +6080,7 @@ class TruDataGridCellRenderer {
|
|
|
6085
6080
|
<span>Paste</span>
|
|
6086
6081
|
</button>
|
|
6087
6082
|
</mat-menu>
|
|
6088
|
-
</div>`, isInline: true, 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"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: MatIconModule }, { kind: "component", type: i2$1.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "ngmodule", type: MatButtonModule }, { kind: "ngmodule", type: MatMenuModule }, { kind: "component", type: i4$1.MatMenu, selector: "mat-menu", inputs: ["backdropClass", "aria-label", "aria-labelledby", "aria-describedby", "xPosition", "yPosition", "overlapTrigger", "hasBackdrop", "class", "classList"], outputs: ["closed", "close"], exportAs: ["matMenu"] }, { kind: "component", type: i4$1.MatMenuItem, selector: "[mat-menu-item]", inputs: ["role", "disabled", "disableRipple"], exportAs: ["matMenuItem"] }
|
|
6083
|
+
</div>`, isInline: true, 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"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: MatIconModule }, { kind: "component", type: i2$1.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "ngmodule", type: MatButtonModule }, { kind: "ngmodule", type: MatMenuModule }, { kind: "component", type: i4$1.MatMenu, selector: "mat-menu", inputs: ["backdropClass", "aria-label", "aria-labelledby", "aria-describedby", "xPosition", "yPosition", "overlapTrigger", "hasBackdrop", "class", "classList"], outputs: ["closed", "close"], exportAs: ["matMenu"] }, { kind: "component", type: i4$1.MatMenuItem, selector: "[mat-menu-item]", inputs: ["role", "disabled", "disableRipple"], exportAs: ["matMenuItem"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
6089
6084
|
}
|
|
6090
6085
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: TruDataGridCellRenderer, decorators: [{
|
|
6091
6086
|
type: Component,
|
|
@@ -6097,11 +6092,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImpor
|
|
|
6097
6092
|
MatButtonModule,
|
|
6098
6093
|
MatMenuModule
|
|
6099
6094
|
], changeDetection: ChangeDetectionStrategy.OnPush, template: `<div (contextmenu)="onRightClick($event)">{{displayValue}}
|
|
6100
|
-
<div style="visibility: hidden; position: absolute;"
|
|
6101
|
-
[style.left]="0"
|
|
6102
|
-
[style.top]="0"
|
|
6103
|
-
[matMenuTriggerFor]="truDataGridCellContextMenu">
|
|
6104
|
-
</div>
|
|
6105
6095
|
<mat-menu #truDataGridCellContextMenu="matMenu"
|
|
6106
6096
|
[style.left]="contextMenuPosition.x"
|
|
6107
6097
|
[style.top]="contextMenuPosition.y">
|