@trudb/tru-common-lib 0.1.993 → 0.1.994
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.
|
@@ -5911,7 +5911,7 @@ class TruDataGridPkeyCellRenderer {
|
|
|
5911
5911
|
}
|
|
5912
5912
|
destroy() { }
|
|
5913
5913
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: TruDataGridPkeyCellRenderer, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
5914
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.3", type: TruDataGridPkeyCellRenderer, isStandalone: true, selector: "ng-component", ngImport: i0, template: `<
|
|
5914
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.3", type: TruDataGridPkeyCellRenderer, isStandalone: true, selector: "ng-component", ngImport: i0, template: `<span [matMenuTriggerFor]="truDataGridContextMenu">
|
|
5915
5915
|
<mat-menu #truDataGridContextMenu="matMenu">
|
|
5916
5916
|
<button mat-menu-item>
|
|
5917
5917
|
<span>Copy</span>
|
|
@@ -5923,7 +5923,7 @@ class TruDataGridPkeyCellRenderer {
|
|
|
5923
5923
|
<span>Insert At Top</span>
|
|
5924
5924
|
</button>
|
|
5925
5925
|
</mat-menu>
|
|
5926
|
-
</
|
|
5926
|
+
</span>`, isInline: true, styles: [""], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: MatIconModule }, { kind: "ngmodule", type: MatButtonModule }, { kind: "ngmodule", type: MatMenuModule }, { kind: "component", type: i5.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: i5.MatMenuItem, selector: "[mat-menu-item]", inputs: ["role", "disabled", "disableRipple"], exportAs: ["matMenuItem"] }, { kind: "directive", type: i5.MatMenuTrigger, selector: "[mat-menu-trigger-for], [matMenuTriggerFor]", inputs: ["mat-menu-trigger-for", "matMenuTriggerFor", "matMenuTriggerData", "matMenuTriggerRestoreFocus"], outputs: ["menuOpened", "onMenuOpen", "menuClosed", "onMenuClose"], exportAs: ["matMenuTrigger"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5927
5927
|
}
|
|
5928
5928
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: TruDataGridPkeyCellRenderer, decorators: [{
|
|
5929
5929
|
type: Component,
|
|
@@ -5935,7 +5935,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImpor
|
|
|
5935
5935
|
MatButtonModule,
|
|
5936
5936
|
MatMenuModule,
|
|
5937
5937
|
MatIconModule
|
|
5938
|
-
], changeDetection: ChangeDetectionStrategy.OnPush, template: `<
|
|
5938
|
+
], changeDetection: ChangeDetectionStrategy.OnPush, template: `<span [matMenuTriggerFor]="truDataGridContextMenu">
|
|
5939
5939
|
<mat-menu #truDataGridContextMenu="matMenu">
|
|
5940
5940
|
<button mat-menu-item>
|
|
5941
5941
|
<span>Copy</span>
|
|
@@ -5947,7 +5947,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImpor
|
|
|
5947
5947
|
<span>Insert At Top</span>
|
|
5948
5948
|
</button>
|
|
5949
5949
|
</mat-menu>
|
|
5950
|
-
</
|
|
5950
|
+
</span>` }]
|
|
5951
5951
|
}] });
|
|
5952
5952
|
|
|
5953
5953
|
var TruDataGridTypes;
|