@ppwcode/ng-dialogs
Advanced tools
@@ -19,6 +19,6 @@ import * as i0 from '@angular/core'; | ||
| } | ||
| static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: DraggableDialogDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); } | ||
| static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.0", type: DraggableDialogDirective, isStandalone: true, selector: "[ppwDraggableDialog]", hostDirectives: [{ directive: i1.CdkDrag }], ngImport: i0 }); } | ||
| static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: DraggableDialogDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); } | ||
| static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.5", type: DraggableDialogDirective, isStandalone: true, selector: "[ppwDraggableDialog]", hostDirectives: [{ directive: i1.CdkDrag }], ngImport: i0 }); } | ||
| } | ||
| i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: DraggableDialogDirective, decorators: [{ | ||
| i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: DraggableDialogDirective, decorators: [{ | ||
| type: Directive, | ||
@@ -65,6 +65,6 @@ args: [{ | ||
| } | ||
| static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: ConfirmationDialogComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); } | ||
| static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: ConfirmationDialogComponent, isStandalone: true, selector: "ppw-confirmation-dialog", ngImport: i0, template: "<div ppwDraggableDialog>\n <!-- eslint-disable-next-line @angular-eslint/template/elements-content -->\n <h3 cdkDragHandle mat-dialog-title [translate]=\"data.titleKey\" [translateParams]=\"data.titleParams\"></h3>\n <mat-dialog-content\n class=\"mat-typography\"\n [translate]=\"data.bodyKey\"\n [translateParams]=\"data.bodyParams\"\n ></mat-dialog-content>\n <mat-dialog-actions align=\"end\">\n @if (showCancelButton) {\n <button\n [matButton]=\"cancelButtonAppearance\"\n class=\"ppw-confirmation-dialog__action\"\n [mat-dialog-close]=\"false\"\n >\n @if (!hideCancelIcon) {\n <i [class]=\"cancelIcon\"></i>\n }\n {{ cancelKey | translate }}\n </button>\n }\n <button\n [matButton]=\"confirmationButtonAppearance\"\n class=\"ppw-confirmation-dialog__action\"\n [mat-dialog-close]=\"true\"\n [color]=\"confirmationThemePalette\"\n >\n @if (!hideConfirmIcon) {\n <i [class]=\"confirmationIcon\"></i>\n }\n {{ confirmationKey | translate }}\n </button>\n </mat-dialog-actions>\n</div>\n", styles: ["[mat-dialog-title]{background:var(--ppw-confirmation-dialog-header-background-color);color:var(--ppw-confirmation-dialog-header-text-color)}mat-dialog-content{white-space:pre-wrap}@media only screen and (max-width:960px){mat-dialog-actions{display:flex;flex-direction:column;align-items:stretch;gap:8px}mat-dialog-actions button.ppw-confirmation-dialog__action{margin:0}}\n"], dependencies: [{ kind: "ngmodule", type: MatDialogModule }, { kind: "directive", type: i1$1.MatDialogClose, selector: "[mat-dialog-close], [matDialogClose]", inputs: ["aria-label", "type", "mat-dialog-close", "matDialogClose"], exportAs: ["matDialogClose"] }, { kind: "directive", type: i1$1.MatDialogTitle, selector: "[mat-dialog-title], [matDialogTitle]", inputs: ["id"], exportAs: ["matDialogTitle"] }, { kind: "directive", type: i1$1.MatDialogActions, selector: "[mat-dialog-actions], mat-dialog-actions, [matDialogActions]", inputs: ["align"] }, { kind: "directive", type: i1$1.MatDialogContent, selector: "[mat-dialog-content], mat-dialog-content, [matDialogContent]" }, { kind: "directive", type: TranslateDirective, selector: "[translate],[ngx-translate]", inputs: ["translate", "translateParams"] }, { kind: "ngmodule", type: MatButtonModule }, { kind: "component", type: i2.MatButton, selector: " button[matButton], a[matButton], button[mat-button], button[mat-raised-button], button[mat-flat-button], button[mat-stroked-button], a[mat-button], a[mat-raised-button], a[mat-flat-button], a[mat-stroked-button] ", inputs: ["matButton"], exportAs: ["matButton", "matAnchor"] }, { kind: "directive", type: DraggableDialogDirective, selector: "[ppwDraggableDialog]" }, { kind: "directive", type: CdkDragHandle, selector: "[cdkDragHandle]", inputs: ["cdkDragHandleDisabled"] }, { kind: "pipe", type: TranslatePipe, name: "translate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); } | ||
| static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: ConfirmationDialogComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); } | ||
| static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.5", type: ConfirmationDialogComponent, isStandalone: true, selector: "ppw-confirmation-dialog", ngImport: i0, template: "<div ppwDraggableDialog>\n <!-- eslint-disable-next-line @angular-eslint/template/elements-content -->\n <h3 cdkDragHandle mat-dialog-title [translate]=\"data.titleKey\" [translateParams]=\"data.titleParams\"></h3>\n <mat-dialog-content\n class=\"mat-typography\"\n [translate]=\"data.bodyKey\"\n [translateParams]=\"data.bodyParams\"\n ></mat-dialog-content>\n <mat-dialog-actions align=\"end\">\n @if (showCancelButton) {\n <button\n [matButton]=\"cancelButtonAppearance\"\n class=\"ppw-confirmation-dialog__action\"\n [mat-dialog-close]=\"false\"\n >\n @if (!hideCancelIcon) {\n <i [class]=\"cancelIcon\"></i>\n }\n {{ cancelKey | translate }}\n </button>\n }\n <button\n [matButton]=\"confirmationButtonAppearance\"\n class=\"ppw-confirmation-dialog__action\"\n [mat-dialog-close]=\"true\"\n [color]=\"confirmationThemePalette\"\n >\n @if (!hideConfirmIcon) {\n <i [class]=\"confirmationIcon\"></i>\n }\n {{ confirmationKey | translate }}\n </button>\n </mat-dialog-actions>\n</div>\n", styles: ["[mat-dialog-title]{background:var(--ppw-confirmation-dialog-header-background-color);color:var(--ppw-confirmation-dialog-header-text-color)}mat-dialog-content{white-space:pre-wrap}@media only screen and (max-width:960px){mat-dialog-actions{display:flex;flex-direction:column;align-items:stretch;gap:8px}mat-dialog-actions button.ppw-confirmation-dialog__action{margin:0}}\n"], dependencies: [{ kind: "ngmodule", type: MatDialogModule }, { kind: "directive", type: i1$1.MatDialogClose, selector: "[mat-dialog-close], [matDialogClose]", inputs: ["aria-label", "type", "mat-dialog-close", "matDialogClose"], exportAs: ["matDialogClose"] }, { kind: "directive", type: i1$1.MatDialogTitle, selector: "[mat-dialog-title], [matDialogTitle]", inputs: ["id"], exportAs: ["matDialogTitle"] }, { kind: "directive", type: i1$1.MatDialogActions, selector: "[mat-dialog-actions], mat-dialog-actions, [matDialogActions]", inputs: ["align"] }, { kind: "directive", type: i1$1.MatDialogContent, selector: "[mat-dialog-content], mat-dialog-content, [matDialogContent]" }, { kind: "directive", type: TranslateDirective, selector: "[translate],[ngx-translate]", inputs: ["translate", "translateParams"] }, { kind: "ngmodule", type: MatButtonModule }, { kind: "component", type: i2.MatButton, selector: " button[matButton], a[matButton], button[mat-button], button[mat-raised-button], button[mat-flat-button], button[mat-stroked-button], a[mat-button], a[mat-raised-button], a[mat-flat-button], a[mat-stroked-button] ", inputs: ["matButton"], exportAs: ["matButton", "matAnchor"] }, { kind: "directive", type: DraggableDialogDirective, selector: "[ppwDraggableDialog]" }, { kind: "directive", type: CdkDragHandle, selector: "[cdkDragHandle]", inputs: ["cdkDragHandleDisabled"] }, { kind: "pipe", type: TranslatePipe, name: "translate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); } | ||
| } | ||
| i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: ConfirmationDialogComponent, decorators: [{ | ||
| i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: ConfirmationDialogComponent, decorators: [{ | ||
| type: Component, | ||
@@ -71,0 +71,0 @@ args: [{ selector: 'ppw-confirmation-dialog', imports: [ |
+1
-1
| { | ||
| "name": "@ppwcode/ng-dialogs", | ||
| "version": "21.3.1", | ||
| "version": "21.4.0", | ||
| "repository": { | ||
@@ -5,0 +5,0 @@ "url": "https://github.com/peopleware/angular-sdk" |
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package