ets-fe-ng-sdk 18.0.50 → 18.0.51
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.
|
@@ -39,13 +39,13 @@ export class InfoDialogComponent {
|
|
|
39
39
|
this.dialogRef.close(false);
|
|
40
40
|
}
|
|
41
41
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.3", ngImport: i0, type: InfoDialogComponent, deps: [{ token: MAT_DIALOG_DATA }, { token: i1.MatDialogRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
42
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.3", type: InfoDialogComponent, isStandalone: true, selector: "ng-component", ngImport: i0, template: "<div class=\"d-flex justify-content-between align-items-center\">\n <div class=\"text-{{ cls() }} ms-3 font-weight-bold text-uppercase\">\n <i class=\"fa fa-{{ data?.status ? 'check-circle' : 'exclamation-circle' }}\"></i>\n {{ data?.heading || 'Notice' | appTranslate | async }}\n </div>\n <button mat-icon-button (click)=\"yes()\" class=\"btn-outline-danger\"
|
|
42
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.3", type: InfoDialogComponent, isStandalone: true, selector: "ng-component", ngImport: i0, template: "<div class=\"d-flex justify-content-between align-items-center\">\n <div class=\"text-{{ cls() }} ms-3 font-weight-bold text-uppercase\">\n <i class=\"fa fa-{{ data?.status ? 'check-circle' : 'exclamation-circle' }}\"></i>\n {{ data?.heading || 'Notice' | appTranslate | async }}\n </div>\n <button mat-icon-button (click)=\"yes()\" class=\"btn-outline-danger\">\n <i class=\"material-icons\">close</i>\n </button>\n</div>\n\n<div class=\"info-body\" [innerHTML]=\"data?.text | appTranslate | async\"></div>\n\n@if (data?.btns?.length) {\n <div class=\"info-buttons\">\n <div class=\"row justify-content-center\">\n @for (item of data?.btns; track item) {\n <div class=\"col-md-auto my-1\">\n <app-btn\n [type]=\"item.type || 'secondary'\"\n text=\"{{ item.value || item.label }}\"\n [icon]=\"item.icon\"\n (mclick)=\"item.action($event); yes(item)\"></app-btn>\n </div>\n }\n </div>\n </div>\n}\n<div class=\"bg-{{ cls() }} mt-2 rounded bar\"></div>\n", styles: [":host{text-align:center}:host .bar{height:5px}:host .info-body{overflow-wrap:anywhere;white-space:pre-line;padding:1rem}\n"], dependencies: [{ kind: "ngmodule", type: MatButtonModule }, { kind: "component", type: i2.MatIconButton, selector: "button[mat-icon-button]", exportAs: ["matButton"] }, { kind: "component", type: BtnComponent, selector: "app-btn", inputs: ["formSchema", "debug", "centerBtn", "danger", "warning", "verbose", "loading", "icon", "rightIcon", "leftIcon", "type", "group", "actionType", "animate", "excludeLogging", "loggingValue", "badge", "class", "customIcon", "form", "forms", "help", "iconBtn", "mclass", "showHelpIcon", "rightCustomIcon", "leftCustomIcon", "text", "valid", "mini", "onFormInvalid", "disabled"], outputs: ["loadingChange", "leftCustomIconChange", "mclick", "disabledChange"] }, { kind: "pipe", type: AsyncPipe, name: "async" }, { kind: "pipe", type: SDKTranslatePipe, name: "appTranslate" }] }); }
|
|
43
43
|
}
|
|
44
44
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.3", ngImport: i0, type: InfoDialogComponent, decorators: [{
|
|
45
45
|
type: Component,
|
|
46
|
-
args: [{ standalone: true, imports: [MatButtonModule, NgFor, BtnComponent, AsyncPipe, SDKTranslatePipe], template: "<div class=\"d-flex justify-content-between align-items-center\">\n <div class=\"text-{{ cls() }} ms-3 font-weight-bold text-uppercase\">\n <i class=\"fa fa-{{ data?.status ? 'check-circle' : 'exclamation-circle' }}\"></i>\n {{ data?.heading || 'Notice' | appTranslate | async }}\n </div>\n <button mat-icon-button (click)=\"yes()\" class=\"btn-outline-danger\"
|
|
46
|
+
args: [{ standalone: true, imports: [MatButtonModule, NgFor, BtnComponent, AsyncPipe, SDKTranslatePipe], template: "<div class=\"d-flex justify-content-between align-items-center\">\n <div class=\"text-{{ cls() }} ms-3 font-weight-bold text-uppercase\">\n <i class=\"fa fa-{{ data?.status ? 'check-circle' : 'exclamation-circle' }}\"></i>\n {{ data?.heading || 'Notice' | appTranslate | async }}\n </div>\n <button mat-icon-button (click)=\"yes()\" class=\"btn-outline-danger\">\n <i class=\"material-icons\">close</i>\n </button>\n</div>\n\n<div class=\"info-body\" [innerHTML]=\"data?.text | appTranslate | async\"></div>\n\n@if (data?.btns?.length) {\n <div class=\"info-buttons\">\n <div class=\"row justify-content-center\">\n @for (item of data?.btns; track item) {\n <div class=\"col-md-auto my-1\">\n <app-btn\n [type]=\"item.type || 'secondary'\"\n text=\"{{ item.value || item.label }}\"\n [icon]=\"item.icon\"\n (mclick)=\"item.action($event); yes(item)\"></app-btn>\n </div>\n }\n </div>\n </div>\n}\n<div class=\"bg-{{ cls() }} mt-2 rounded bar\"></div>\n", styles: [":host{text-align:center}:host .bar{height:5px}:host .info-body{overflow-wrap:anywhere;white-space:pre-line;padding:1rem}\n"] }]
|
|
47
47
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
48
48
|
type: Inject,
|
|
49
49
|
args: [MAT_DIALOG_DATA]
|
|
50
50
|
}] }, { type: i1.MatDialogRef }] });
|
|
51
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
51
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5mby1kaWFsb2cuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvZXRzLWZlLW5nLXNkay9zcmMvbGliL1NoYXJlZC9jb21wb25lbnRzL2luZm8tZGlhbG9nL2luZm8tZGlhbG9nLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2V0cy1mZS1uZy1zZGsvc3JjL2xpYi9TaGFyZWQvY29tcG9uZW50cy9pbmZvLWRpYWxvZy9pbmZvLWRpYWxvZy5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sRUFBVSxNQUFNLGVBQWUsQ0FBQztBQUMxRCxPQUFPLEVBQ0wsZUFBZSxJQUFJLGVBQWUsR0FFbkMsTUFBTSwwQkFBMEIsQ0FBQztBQUVsQyxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSw0QkFBNEIsQ0FBQztBQUM5RCxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0sc0JBQXNCLENBQUM7QUFDcEQsT0FBTyxFQUFFLEtBQUssRUFBRSxTQUFTLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUNuRCxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sMEJBQTBCLENBQUM7Ozs7QUFTM0QsTUFBTSxPQUFPLG1CQUFtQjtJQUM5QixZQUVTLElBS04sRUFDTSxTQUE0QztRQU41QyxTQUFJLEdBQUosSUFBSSxDQUtWO1FBQ00sY0FBUyxHQUFULFNBQVMsQ0FBbUM7UUFZckQsaUJBQVksR0FBRyxDQUFDLEtBQW1CLEVBQUUsSUFBb0IsRUFBRSxFQUFFO1lBQzNELElBQUksRUFBRSxNQUFNLENBQUMsS0FBSyxDQUFDLENBQUM7WUFDcEIsSUFBSSxJQUFJLEVBQUUsZUFBZTtnQkFBRSxJQUFJLENBQUMsU0FBUyxDQUFDLEtBQUssRUFBRSxDQUFDO1FBQ3BELENBQUMsQ0FBQztRQUNGLFFBQUcsR0FBRyxDQUFDLFNBQW9CLElBQUksQ0FBQyxJQUFJLENBQUMsTUFBYSxFQUFFLEVBQUU7WUFDcEQsUUFBUSxNQUFNLEVBQUUsQ0FBQztnQkFDZixLQUFLLENBQUM7b0JBQ0osT0FBTyxTQUFTLENBQUM7Z0JBQ25CLEtBQUssQ0FBQztvQkFDSixPQUFPLE1BQU0sQ0FBQztnQkFDaEIsS0FBSyxDQUFDO29CQUNKLE9BQU8sUUFBUSxDQUFDO2dCQUNsQjtvQkFDRSxPQUFPLEVBQUUsQ0FBQztZQUNkLENBQUM7UUFDSCxDQUFDLENBQUM7SUExQkMsQ0FBQztJQUVKLFFBQVEsS0FBSSxDQUFDO0lBQ2IsR0FBRyxDQUFDLEdBQW9CO1FBQ3RCLElBQUksR0FBRyxJQUFJLEdBQUcsQ0FBQyxlQUFlLEtBQUssS0FBSztZQUFFLE9BQU87UUFDakQsSUFBSSxDQUFDLFNBQVMsQ0FBQyxLQUFLLENBQUMsSUFBSSxDQUFDLENBQUM7SUFDN0IsQ0FBQztJQUNELEVBQUU7UUFDQSxJQUFJLENBQUMsU0FBUyxDQUFDLEtBQUssQ0FBQyxLQUFLLENBQUMsQ0FBQztJQUM5QixDQUFDOzhHQW5CVSxtQkFBbUIsa0JBRXBCLGVBQWU7a0dBRmQsbUJBQW1CLHdFQ2xCaEMsNGhDQTRCQSxtTERaWSxlQUFlLDRJQUFTLFlBQVksOGZBQUUsU0FBUyx5Q0FBRSxnQkFBZ0I7OzJGQUVoRSxtQkFBbUI7a0JBTi9CLFNBQVM7aUNBR0ksSUFBSSxXQUNQLENBQUMsZUFBZSxFQUFFLEtBQUssRUFBRSxZQUFZLEVBQUUsU0FBUyxFQUFFLGdCQUFnQixDQUFDOzswQkFJekUsTUFBTTsyQkFBQyxlQUFlIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBJbmplY3QsIE9uSW5pdCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHtcbiAgTUFUX0RJQUxPR19EQVRBIGFzIE1BVF9ESUFMT0dfREFUQSxcbiAgTWF0RGlhbG9nUmVmIGFzIE1hdERpYWxvZ1JlZixcbn0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvZGlhbG9nJztcblxuaW1wb3J0IHsgU0RLVHJhbnNsYXRlUGlwZSB9IGZyb20gJy4uLy4uL3BpcGVzL3RyYW5zbGF0ZS5waXBlJztcbmltcG9ydCB7IEJ0bkNvbXBvbmVudCB9IGZyb20gJy4uL2J0bi9idG4uY29tcG9uZW50JztcbmltcG9ydCB7IE5nRm9yLCBBc3luY1BpcGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgTWF0QnV0dG9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvYnV0dG9uJztcbmltcG9ydCB7IElCdG4gfSBmcm9tICcuLi9idG4vYnRuLm1vZGVsJztcblxuQENvbXBvbmVudCh7XG4gIHRlbXBsYXRlVXJsOiAnLi9pbmZvLWRpYWxvZy5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsOiAnLi9pbmZvLWRpYWxvZy5jb21wb25lbnQuc2NzcycsXG4gIHN0YW5kYWxvbmU6IHRydWUsXG4gIGltcG9ydHM6IFtNYXRCdXR0b25Nb2R1bGUsIE5nRm9yLCBCdG5Db21wb25lbnQsIEFzeW5jUGlwZSwgU0RLVHJhbnNsYXRlUGlwZV0sXG59KVxuZXhwb3J0IGNsYXNzIEluZm9EaWFsb2dDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xuICBjb25zdHJ1Y3RvcihcbiAgICBASW5qZWN0KE1BVF9ESUFMT0dfREFUQSlcbiAgICBwdWJsaWMgZGF0YToge1xuICAgICAgdGV4dDogc3RyaW5nO1xuICAgICAgaGVhZGluZzogc3RyaW5nO1xuICAgICAgc3RhdHVzOiBudW1iZXI7XG4gICAgICBidG5zOiBJSW5mb0RpYWxvZ0J0bltdO1xuICAgIH0sXG4gICAgcHVibGljIGRpYWxvZ1JlZjogTWF0RGlhbG9nUmVmPEluZm9EaWFsb2dDb21wb25lbnQ+LFxuICApIHt9XG5cbiAgbmdPbkluaXQoKSB7fVxuICB5ZXMoYnRuPzogSUluZm9EaWFsb2dCdG4pIHtcbiAgICBpZiAoYnRuICYmIGJ0bi5jbG9zZUJveE9uQ2xpY2sgPT09IGZhbHNlKSByZXR1cm47XG4gICAgdGhpcy5kaWFsb2dSZWYuY2xvc2UodHJ1ZSk7XG4gIH1cbiAgbm8oKSB7XG4gICAgdGhpcy5kaWFsb2dSZWYuY2xvc2UoZmFsc2UpO1xuICB9XG5cbiAgaGFuZGxlQWN0aW9uID0gKGV2ZW50OiBQb2ludGVyRXZlbnQsIGl0ZW06IElJbmZvRGlhbG9nQnRuKSA9PiB7XG4gICAgaXRlbT8uYWN0aW9uKGV2ZW50KTtcbiAgICBpZiAoaXRlbT8uY2xvc2VCb3hPbkNsaWNrKSB0aGlzLmRpYWxvZ1JlZi5jbG9zZSgpO1xuICB9O1xuICBjbHMgPSAoc3RhdHVzOiAwIHwgMSB8IDIgPSB0aGlzLmRhdGEuc3RhdHVzIGFzIGFueSkgPT4ge1xuICAgIHN3aXRjaCAoc3RhdHVzKSB7XG4gICAgICBjYXNlIDE6XG4gICAgICAgIHJldHVybiAnc3VjY2Vzcyc7XG4gICAgICBjYXNlIDI6XG4gICAgICAgIHJldHVybiAnaW5mbyc7XG4gICAgICBjYXNlIDA6XG4gICAgICAgIHJldHVybiAnZGFuZ2VyJztcbiAgICAgIGRlZmF1bHQ6XG4gICAgICAgIHJldHVybiAnJztcbiAgICB9XG4gIH07XG59XG5cbmV4cG9ydCBpbnRlcmZhY2UgSUluZm9EaWFsb2dCdG4gZXh0ZW5kcyBJQnRuIHtcbiAgLyoqXG4gICAqIERldGVybWluZSB3aGV0aGVyIHRvIGNsb3NlIHRoZSBpbmZvIG9uIGNsaWNraW5nIHRoZSBidXR0b25cbiAgICovXG4gIGNsb3NlQm94T25DbGljaz86IGJvb2xlYW47XG59XG4iLCI8ZGl2IGNsYXNzPVwiZC1mbGV4IGp1c3RpZnktY29udGVudC1iZXR3ZWVuIGFsaWduLWl0ZW1zLWNlbnRlclwiPlxuICA8ZGl2IGNsYXNzPVwidGV4dC17eyBjbHMoKSB9fSBtcy0zIGZvbnQtd2VpZ2h0LWJvbGQgdGV4dC11cHBlcmNhc2VcIj5cbiAgICA8aSBjbGFzcz1cImZhIGZhLXt7IGRhdGE/LnN0YXR1cyA/ICdjaGVjay1jaXJjbGUnIDogJ2V4Y2xhbWF0aW9uLWNpcmNsZScgfX1cIj48L2k+XG4gICAge3sgZGF0YT8uaGVhZGluZyB8fCAnTm90aWNlJyB8IGFwcFRyYW5zbGF0ZSB8IGFzeW5jIH19XG4gIDwvZGl2PlxuICA8YnV0dG9uIG1hdC1pY29uLWJ1dHRvbiAoY2xpY2spPVwieWVzKClcIiBjbGFzcz1cImJ0bi1vdXRsaW5lLWRhbmdlclwiPlxuICAgIDxpIGNsYXNzPVwibWF0ZXJpYWwtaWNvbnNcIj5jbG9zZTwvaT5cbiAgPC9idXR0b24+XG48L2Rpdj5cblxuPGRpdiBjbGFzcz1cImluZm8tYm9keVwiIFtpbm5lckhUTUxdPVwiZGF0YT8udGV4dCB8IGFwcFRyYW5zbGF0ZSB8IGFzeW5jXCI+PC9kaXY+XG5cbkBpZiAoZGF0YT8uYnRucz8ubGVuZ3RoKSB7XG4gIDxkaXYgY2xhc3M9XCJpbmZvLWJ1dHRvbnNcIj5cbiAgICA8ZGl2IGNsYXNzPVwicm93IGp1c3RpZnktY29udGVudC1jZW50ZXJcIj5cbiAgICAgIEBmb3IgKGl0ZW0gb2YgZGF0YT8uYnRuczsgdHJhY2sgaXRlbSkge1xuICAgICAgICA8ZGl2IGNsYXNzPVwiY29sLW1kLWF1dG8gbXktMVwiPlxuICAgICAgICAgIDxhcHAtYnRuXG4gICAgICAgICAgICBbdHlwZV09XCJpdGVtLnR5cGUgfHwgJ3NlY29uZGFyeSdcIlxuICAgICAgICAgICAgdGV4dD1cInt7IGl0ZW0udmFsdWUgfHwgaXRlbS5sYWJlbCB9fVwiXG4gICAgICAgICAgICBbaWNvbl09XCJpdGVtLmljb25cIlxuICAgICAgICAgICAgKG1jbGljayk9XCJpdGVtLmFjdGlvbigkZXZlbnQpOyB5ZXMoaXRlbSlcIj48L2FwcC1idG4+XG4gICAgICAgIDwvZGl2PlxuICAgICAgfVxuICAgIDwvZGl2PlxuICA8L2Rpdj5cbn1cbjxkaXYgY2xhc3M9XCJiZy17eyBjbHMoKSB9fSBtdC0yIHJvdW5kZWQgYmFyXCI+PC9kaXY+XG4iXX0=
|
|
@@ -13117,11 +13117,11 @@ class InfoDialogComponent {
|
|
|
13117
13117
|
this.dialogRef.close(false);
|
|
13118
13118
|
}
|
|
13119
13119
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.3", ngImport: i0, type: InfoDialogComponent, deps: [{ token: MAT_DIALOG_DATA }, { token: i1.MatDialogRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
13120
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.3", type: InfoDialogComponent, isStandalone: true, selector: "ng-component", ngImport: i0, template: "<div class=\"d-flex justify-content-between align-items-center\">\n <div class=\"text-{{ cls() }} ms-3 font-weight-bold text-uppercase\">\n <i class=\"fa fa-{{ data?.status ? 'check-circle' : 'exclamation-circle' }}\"></i>\n {{ data?.heading || 'Notice' | appTranslate | async }}\n </div>\n <button mat-icon-button (click)=\"yes()\" class=\"btn-outline-danger\"
|
|
13120
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.3", type: InfoDialogComponent, isStandalone: true, selector: "ng-component", ngImport: i0, template: "<div class=\"d-flex justify-content-between align-items-center\">\n <div class=\"text-{{ cls() }} ms-3 font-weight-bold text-uppercase\">\n <i class=\"fa fa-{{ data?.status ? 'check-circle' : 'exclamation-circle' }}\"></i>\n {{ data?.heading || 'Notice' | appTranslate | async }}\n </div>\n <button mat-icon-button (click)=\"yes()\" class=\"btn-outline-danger\">\n <i class=\"material-icons\">close</i>\n </button>\n</div>\n\n<div class=\"info-body\" [innerHTML]=\"data?.text | appTranslate | async\"></div>\n\n@if (data?.btns?.length) {\n <div class=\"info-buttons\">\n <div class=\"row justify-content-center\">\n @for (item of data?.btns; track item) {\n <div class=\"col-md-auto my-1\">\n <app-btn\n [type]=\"item.type || 'secondary'\"\n text=\"{{ item.value || item.label }}\"\n [icon]=\"item.icon\"\n (mclick)=\"item.action($event); yes(item)\"></app-btn>\n </div>\n }\n </div>\n </div>\n}\n<div class=\"bg-{{ cls() }} mt-2 rounded bar\"></div>\n", styles: [":host{text-align:center}:host .bar{height:5px}:host .info-body{overflow-wrap:anywhere;white-space:pre-line;padding:1rem}\n"], dependencies: [{ kind: "ngmodule", type: MatButtonModule }, { kind: "component", type: i2$3.MatIconButton, selector: "button[mat-icon-button]", exportAs: ["matButton"] }, { kind: "component", type: BtnComponent, selector: "app-btn", inputs: ["formSchema", "debug", "centerBtn", "danger", "warning", "verbose", "loading", "icon", "rightIcon", "leftIcon", "type", "group", "actionType", "animate", "excludeLogging", "loggingValue", "badge", "class", "customIcon", "form", "forms", "help", "iconBtn", "mclass", "showHelpIcon", "rightCustomIcon", "leftCustomIcon", "text", "valid", "mini", "onFormInvalid", "disabled"], outputs: ["loadingChange", "leftCustomIconChange", "mclick", "disabledChange"] }, { kind: "pipe", type: AsyncPipe, name: "async" }, { kind: "pipe", type: SDKTranslatePipe, name: "appTranslate" }] }); }
|
|
13121
13121
|
}
|
|
13122
13122
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.3", ngImport: i0, type: InfoDialogComponent, decorators: [{
|
|
13123
13123
|
type: Component,
|
|
13124
|
-
args: [{ standalone: true, imports: [MatButtonModule, NgFor, BtnComponent, AsyncPipe, SDKTranslatePipe], template: "<div class=\"d-flex justify-content-between align-items-center\">\n <div class=\"text-{{ cls() }} ms-3 font-weight-bold text-uppercase\">\n <i class=\"fa fa-{{ data?.status ? 'check-circle' : 'exclamation-circle' }}\"></i>\n {{ data?.heading || 'Notice' | appTranslate | async }}\n </div>\n <button mat-icon-button (click)=\"yes()\" class=\"btn-outline-danger\"
|
|
13124
|
+
args: [{ standalone: true, imports: [MatButtonModule, NgFor, BtnComponent, AsyncPipe, SDKTranslatePipe], template: "<div class=\"d-flex justify-content-between align-items-center\">\n <div class=\"text-{{ cls() }} ms-3 font-weight-bold text-uppercase\">\n <i class=\"fa fa-{{ data?.status ? 'check-circle' : 'exclamation-circle' }}\"></i>\n {{ data?.heading || 'Notice' | appTranslate | async }}\n </div>\n <button mat-icon-button (click)=\"yes()\" class=\"btn-outline-danger\">\n <i class=\"material-icons\">close</i>\n </button>\n</div>\n\n<div class=\"info-body\" [innerHTML]=\"data?.text | appTranslate | async\"></div>\n\n@if (data?.btns?.length) {\n <div class=\"info-buttons\">\n <div class=\"row justify-content-center\">\n @for (item of data?.btns; track item) {\n <div class=\"col-md-auto my-1\">\n <app-btn\n [type]=\"item.type || 'secondary'\"\n text=\"{{ item.value || item.label }}\"\n [icon]=\"item.icon\"\n (mclick)=\"item.action($event); yes(item)\"></app-btn>\n </div>\n }\n </div>\n </div>\n}\n<div class=\"bg-{{ cls() }} mt-2 rounded bar\"></div>\n", styles: [":host{text-align:center}:host .bar{height:5px}:host .info-body{overflow-wrap:anywhere;white-space:pre-line;padding:1rem}\n"] }]
|
|
13125
13125
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
13126
13126
|
type: Inject,
|
|
13127
13127
|
args: [MAT_DIALOG_DATA]
|