ets-fe-ng-sdk 1.0.29 → 1.0.30
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.
- package/README.md +1 -1
- package/esm2020/lib/Shared/components/page-to-component/page-to-component.component.mjs +6 -5
- package/esm2020/lib/Shared/components/page-to-component/page-to-component.module.mjs +20 -4
- package/fesm2015/ets-fe-ng-sdk.mjs +23 -9
- package/fesm2015/ets-fe-ng-sdk.mjs.map +1 -1
- package/fesm2020/ets-fe-ng-sdk.mjs +23 -9
- package/fesm2020/ets-fe-ng-sdk.mjs.map +1 -1
- package/lib/Shared/components/page-to-component/page-to-component.module.d.ts +3 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -3,9 +3,10 @@ import { MAT_DIALOG_DATA as MAT_DIALOG_DATA } from '@angular/material/dialog';
|
|
|
3
3
|
import { PageToComponentDirective } from './page-to-component.directive';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
import * as i1 from "@angular/material/dialog";
|
|
6
|
-
import * as i2 from "
|
|
7
|
-
import * as i3 from "
|
|
8
|
-
import * as i4 from "
|
|
6
|
+
import * as i2 from "@angular/material/button";
|
|
7
|
+
import * as i3 from "./page-to-component.directive";
|
|
8
|
+
import * as i4 from "@angular/common";
|
|
9
|
+
import * as i5 from "../../pipes/translate.pipe";
|
|
9
10
|
export class PageToComponentComponent {
|
|
10
11
|
constructor(data, dialogRef) {
|
|
11
12
|
this.data = data;
|
|
@@ -33,7 +34,7 @@ export class PageToComponentComponent {
|
|
|
33
34
|
}
|
|
34
35
|
}
|
|
35
36
|
PageToComponentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: PageToComponentComponent, deps: [{ token: MAT_DIALOG_DATA }, { token: i1.MatDialogRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
36
|
-
PageToComponentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: PageToComponentComponent, selector: "ng-component", viewQueries: [{ propertyName: "compHost", first: true, predicate: PageToComponentDirective, descendants: true, static: true }], ngImport: i0, template: "<div class=\"d-flex justify-content-between align-items-center\">\n <h6 class=\"m-0\" mat-dialog-title>{{data.title|appTranslate|async}}</h6>\n <!-- <app-btn group=\"close\" (mclick)=\"close()\"></app-btn> -->\n <button mat-icon-button (click)=\"close()\" class=\"btn-outline-danger\"><i class=\"material-icons\">close</i></button>\n</div>\n<ng-content></ng-content>\n<div class=\"\" mat-dialog-content>\n <ng-template appPageToComponent></ng-template>\n</div>\n", styles: [""], dependencies: [{ kind: "directive", type: i1.MatDialogTitle, selector: "[mat-dialog-title], [matDialogTitle]", inputs: ["id"], exportAs: ["matDialogTitle"] }, { kind: "directive", type: i1.MatDialogContent, selector: "[mat-dialog-content], mat-dialog-content, [matDialogContent]" }, { kind: "
|
|
37
|
+
PageToComponentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: PageToComponentComponent, selector: "ng-component", viewQueries: [{ propertyName: "compHost", first: true, predicate: PageToComponentDirective, descendants: true, static: true }], ngImport: i0, template: "<div class=\"d-flex justify-content-between align-items-center\">\n <h6 class=\"m-0\" mat-dialog-title>{{data.title|appTranslate|async}}</h6>\n <!-- <app-btn group=\"close\" (mclick)=\"close()\"></app-btn> -->\n <button mat-icon-button (click)=\"close()\" class=\"btn-outline-danger\"><i class=\"material-icons\">close</i></button>\n</div>\n<ng-content></ng-content>\n<div class=\"\" mat-dialog-content>\n <ng-template appPageToComponent></ng-template>\n</div>\n", styles: [""], dependencies: [{ kind: "directive", type: i1.MatDialogTitle, selector: "[mat-dialog-title], [matDialogTitle]", inputs: ["id"], exportAs: ["matDialogTitle"] }, { kind: "directive", type: i1.MatDialogContent, selector: "[mat-dialog-content], mat-dialog-content, [matDialogContent]" }, { kind: "component", type: i2.MatIconButton, selector: "button[mat-icon-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { kind: "directive", type: i3.PageToComponentDirective, selector: "[appPageToComponent]" }, { kind: "pipe", type: i4.AsyncPipe, name: "async" }, { kind: "pipe", type: i5.TranslatePipe, name: "appTranslate" }] });
|
|
37
38
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: PageToComponentComponent, decorators: [{
|
|
38
39
|
type: Component,
|
|
39
40
|
args: [{ template: "<div class=\"d-flex justify-content-between align-items-center\">\n <h6 class=\"m-0\" mat-dialog-title>{{data.title|appTranslate|async}}</h6>\n <!-- <app-btn group=\"close\" (mclick)=\"close()\"></app-btn> -->\n <button mat-icon-button (click)=\"close()\" class=\"btn-outline-danger\"><i class=\"material-icons\">close</i></button>\n</div>\n<ng-content></ng-content>\n<div class=\"\" mat-dialog-content>\n <ng-template appPageToComponent></ng-template>\n</div>\n" }]
|
|
@@ -58,4 +59,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImpor
|
|
|
58
59
|
}], modalOnComplete: [{
|
|
59
60
|
type: Input
|
|
60
61
|
}] } });
|
|
61
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
62
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFnZS10by1jb21wb25lbnQuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvZXRzLWZlLW5nLXNkay9zcmMvbGliL1NoYXJlZC9jb21wb25lbnRzL3BhZ2UtdG8tY29tcG9uZW50L3BhZ2UtdG8tY29tcG9uZW50LmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2V0cy1mZS1uZy1zZGsvc3JjL2xpYi9TaGFyZWQvY29tcG9uZW50cy9wYWdlLXRvLWNvbXBvbmVudC9wYWdlLXRvLWNvbXBvbmVudC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sRUFBRSxLQUFLLEVBQWdCLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNsRixPQUFPLEVBQUUsZUFBZSxJQUFJLGVBQWUsRUFBZ0MsTUFBTSwwQkFBMEIsQ0FBQztBQUU1RyxPQUFPLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSwrQkFBK0IsQ0FBQzs7Ozs7OztBQU16RSxNQUFNLE9BQU8sd0JBQXdCO0lBR25DLFlBRVMsSUFLTixFQUNNLFNBQWlEO1FBTmpELFNBQUksR0FBSixJQUFJLENBS1Y7UUFDTSxjQUFTLEdBQVQsU0FBUyxDQUF3QztJQUN2RCxDQUFDO0lBRUosUUFBUTtRQUNOLElBQUksQ0FBQyxhQUFhLEVBQUUsQ0FBQztJQUN2QixDQUFDO0lBRUQsYUFBYTtRQUNYLE1BQU0sZ0JBQWdCLEdBQUcsSUFBSSxDQUFDLFFBQVEsQ0FBQyxnQkFBZ0IsQ0FBQztRQUN4RCxnQkFBZ0IsQ0FBQyxLQUFLLEVBQUUsQ0FBQztRQUN6QixNQUFNLFlBQVksR0FBRyxnQkFBZ0IsQ0FBQyxlQUFlLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxTQUFTLENBQUMsQ0FBQztRQUMzRSxZQUFZLENBQUMsUUFBUSxDQUFDLFNBQVMsR0FBRyxJQUFJLENBQUMsSUFBSSxDQUFDLFNBQVMsQ0FBQztRQUN0RCxZQUFZLENBQUMsUUFBUSxDQUFDLE9BQU8sR0FBRyxJQUFJLENBQUM7UUFDckMsWUFBWSxDQUFDLFFBQVEsQ0FBQyxRQUFRLEdBQUcsSUFBSSxDQUFDLElBQUksQ0FBQyxRQUFRLENBQUM7UUFDcEQsWUFBWSxDQUFDLFFBQVEsQ0FBQyxlQUFlLEdBQUcsQ0FBQyxJQUFVLEVBQUUsRUFBRTtZQUNyRCxJQUFJLENBQUMsVUFBVSxDQUFDLElBQUksQ0FBQyxDQUFDO1FBQ3hCLENBQUMsQ0FBQztJQUNKLENBQUM7SUFFRCxVQUFVLENBQUMsSUFBSTtRQUNiLElBQUksQ0FBQyxTQUFTLENBQUMsS0FBSyxDQUFDLElBQUksQ0FBQyxDQUFDO0lBQzdCLENBQUM7SUFFRCxLQUFLO1FBQ0gsSUFBSSxDQUFDLFNBQVMsQ0FBQyxLQUFLLEVBQUUsQ0FBQztJQUN6QixDQUFDOztxSEFwQ1Usd0JBQXdCLGtCQUl6QixlQUFlO3lHQUpkLHdCQUF3Qiw4RkFDeEIsd0JBQXdCLDhEQ1ZyQyxvZEFTQTsyRkRBYSx3QkFBd0I7a0JBSnBDLFNBQVM7OzswQkFRTCxNQUFNOzJCQUFDLGVBQWU7dUVBRnpCLFFBQVE7c0JBRFAsU0FBUzt1QkFBQyx3QkFBd0IsRUFBRSxFQUFFLE1BQU0sRUFBRSxJQUFJLEVBQUU7O0FBdUN2RCxNQUFNLE9BQU8sU0FBUzs7c0dBQVQsU0FBUzswRkFBVCxTQUFTLGdKQURDLEVBQUU7MkZBQ1osU0FBUztrQkFEckIsU0FBUzttQkFBQyxFQUFFLFFBQVEsRUFBRSxFQUFFLEVBQUU7OEJBRWhCLE9BQU87c0JBQWYsS0FBSztnQkFDRyxTQUFTO3NCQUFqQixLQUFLO2dCQUNHLGVBQWU7c0JBQXZCLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIEluamVjdCwgSW5wdXQsIE9uSW5pdCwgVHlwZSwgVmlld0NoaWxkIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBNQVRfRElBTE9HX0RBVEEgYXMgTUFUX0RJQUxPR19EQVRBLCBNYXREaWFsb2dSZWYgYXMgTWF0RGlhbG9nUmVmIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvZGlhbG9nJztcbmltcG9ydCB7IEVQYWdlVHlwZSB9IGZyb20gJy4uLy4uL21vZGVscy9pbmRleC5tb2RlbCc7XG5pbXBvcnQgeyBQYWdlVG9Db21wb25lbnREaXJlY3RpdmUgfSBmcm9tICcuL3BhZ2UtdG8tY29tcG9uZW50LmRpcmVjdGl2ZSc7XG5cbkBDb21wb25lbnQoe1xuICB0ZW1wbGF0ZVVybDogJy4vcGFnZS10by1jb21wb25lbnQuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9wYWdlLXRvLWNvbXBvbmVudC5jb21wb25lbnQuc2NzcyddLFxufSlcbmV4cG9ydCBjbGFzcyBQYWdlVG9Db21wb25lbnRDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xuICBAVmlld0NoaWxkKFBhZ2VUb0NvbXBvbmVudERpcmVjdGl2ZSwgeyBzdGF0aWM6IHRydWUgfSlcbiAgY29tcEhvc3QhOiBQYWdlVG9Db21wb25lbnREaXJlY3RpdmU7XG4gIGNvbnN0cnVjdG9yKFxuICAgIEBJbmplY3QoTUFUX0RJQUxPR19EQVRBKVxuICAgIHB1YmxpYyBkYXRhOiB7XG4gICAgICBjb21wb25lbnQ6IFR5cGU8YW55PjtcbiAgICAgIG1vZGVsRGF0YTogYW55O1xuICAgICAgdGl0bGU6IHN0cmluZztcbiAgICAgIHBhZ2VUeXBlOkVQYWdlVHlwZVxuICAgIH0sXG4gICAgcHVibGljIGRpYWxvZ1JlZjogTWF0RGlhbG9nUmVmPFBhZ2VUb0NvbXBvbmVudENvbXBvbmVudD5cbiAgKSB7fVxuXG4gIG5nT25Jbml0KCk6IHZvaWQge1xuICAgIHRoaXMubG9hZENvbXBvbmVudCgpO1xuICB9XG5cbiAgbG9hZENvbXBvbmVudCgpIHtcbiAgICBjb25zdCB2aWV3Q29udGFpbmVyUmVmID0gdGhpcy5jb21wSG9zdC52aWV3Q29udGFpbmVyUmVmO1xuICAgIHZpZXdDb250YWluZXJSZWYuY2xlYXIoKTtcbiAgICBjb25zdCBjb21wb25lbnRSZWYgPSB2aWV3Q29udGFpbmVyUmVmLmNyZWF0ZUNvbXBvbmVudCh0aGlzLmRhdGEuY29tcG9uZW50KTtcbiAgICBjb21wb25lbnRSZWYuaW5zdGFuY2UubW9kZWxEYXRhID0gdGhpcy5kYXRhLm1vZGVsRGF0YTtcbiAgICBjb21wb25lbnRSZWYuaW5zdGFuY2UuaXNNb2RhbCA9IHRydWU7XG4gICAgY29tcG9uZW50UmVmLmluc3RhbmNlLnBhZ2VUeXBlID0gdGhpcy5kYXRhLnBhZ2VUeXBlO1xuICAgIGNvbXBvbmVudFJlZi5pbnN0YW5jZS5tb2RhbE9uQ29tcGxldGUgPSAoZGF0YT86IGFueSkgPT4ge1xuICAgICAgdGhpcy5vbkNvbXBsZXRlKGRhdGEpO1xuICAgIH07XG4gIH1cblxuICBvbkNvbXBsZXRlKGRhdGEpIHtcbiAgICB0aGlzLmRpYWxvZ1JlZi5jbG9zZShkYXRhKTtcbiAgfVxuXG4gIGNsb3NlKCkge1xuICAgIHRoaXMuZGlhbG9nUmVmLmNsb3NlKCk7XG4gIH1cbn1cblxuQENvbXBvbmVudCh7IHRlbXBsYXRlOiBgYCB9KVxuZXhwb3J0IGNsYXNzIFBhZ2VNb2RhbDxNb2RlbERhdGEgPSBhbnksQ29tcGxldGlvbkZ1bmM9YW55PiB7XG4gIEBJbnB1dCgpIGlzTW9kYWw6IGJvb2xlYW47XG4gIEBJbnB1dCgpIG1vZGVsRGF0YTogTW9kZWxEYXRhO1xuICBASW5wdXQoKSBtb2RhbE9uQ29tcGxldGU6Q29tcGxldGlvbkZ1bmM7XG59IiwiPGRpdiBjbGFzcz1cImQtZmxleCBqdXN0aWZ5LWNvbnRlbnQtYmV0d2VlbiBhbGlnbi1pdGVtcy1jZW50ZXJcIj5cbiAgPGg2IGNsYXNzPVwibS0wXCIgbWF0LWRpYWxvZy10aXRsZT57e2RhdGEudGl0bGV8YXBwVHJhbnNsYXRlfGFzeW5jfX08L2g2PlxuICA8IS0tIDxhcHAtYnRuIGdyb3VwPVwiY2xvc2VcIiAobWNsaWNrKT1cImNsb3NlKClcIj48L2FwcC1idG4+IC0tPlxuICA8YnV0dG9uIG1hdC1pY29uLWJ1dHRvbiAoY2xpY2spPVwiY2xvc2UoKVwiIGNsYXNzPVwiYnRuLW91dGxpbmUtZGFuZ2VyXCI+PGkgY2xhc3M9XCJtYXRlcmlhbC1pY29uc1wiPmNsb3NlPC9pPjwvYnV0dG9uPlxuPC9kaXY+XG48bmctY29udGVudD48L25nLWNvbnRlbnQ+XG48ZGl2IGNsYXNzPVwiXCIgbWF0LWRpYWxvZy1jb250ZW50PlxuICA8bmctdGVtcGxhdGUgYXBwUGFnZVRvQ29tcG9uZW50PjwvbmctdGVtcGxhdGU+XG48L2Rpdj5cbiJdfQ==
|
|
@@ -4,18 +4,34 @@ import { PageToComponentComponent } from './page-to-component.component';
|
|
|
4
4
|
import { PageToComponentDirective } from './page-to-component.directive';
|
|
5
5
|
import { MatDialogModule } from '@angular/material/dialog';
|
|
6
6
|
import { TranslatePipeModule } from '../../pipes/translate.pipe';
|
|
7
|
+
import { MatIconModule } from '@angular/material/icon';
|
|
8
|
+
import { MatButtonModule } from '@angular/material/button';
|
|
7
9
|
import * as i0 from "@angular/core";
|
|
8
10
|
export class PageToComponentModule {
|
|
9
11
|
}
|
|
10
12
|
PageToComponentModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: PageToComponentModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
11
|
-
PageToComponentModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.0", ngImport: i0, type: PageToComponentModule, declarations: [PageToComponentComponent, PageToComponentDirective], imports: [CommonModule,
|
|
12
|
-
|
|
13
|
+
PageToComponentModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.0", ngImport: i0, type: PageToComponentModule, declarations: [PageToComponentComponent, PageToComponentDirective], imports: [CommonModule,
|
|
14
|
+
MatDialogModule,
|
|
15
|
+
TranslatePipeModule,
|
|
16
|
+
MatIconModule,
|
|
17
|
+
MatButtonModule], exports: [PageToComponentComponent, PageToComponentDirective] });
|
|
18
|
+
PageToComponentModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: PageToComponentModule, imports: [CommonModule,
|
|
19
|
+
MatDialogModule,
|
|
20
|
+
TranslatePipeModule,
|
|
21
|
+
MatIconModule,
|
|
22
|
+
MatButtonModule] });
|
|
13
23
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: PageToComponentModule, decorators: [{
|
|
14
24
|
type: NgModule,
|
|
15
25
|
args: [{
|
|
16
26
|
declarations: [PageToComponentComponent, PageToComponentDirective],
|
|
17
27
|
exports: [PageToComponentComponent, PageToComponentDirective],
|
|
18
|
-
imports: [
|
|
28
|
+
imports: [
|
|
29
|
+
CommonModule,
|
|
30
|
+
MatDialogModule,
|
|
31
|
+
TranslatePipeModule,
|
|
32
|
+
MatIconModule,
|
|
33
|
+
MatButtonModule,
|
|
34
|
+
],
|
|
19
35
|
}]
|
|
20
36
|
}] });
|
|
21
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
37
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFnZS10by1jb21wb25lbnQubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvZXRzLWZlLW5nLXNkay9zcmMvbGliL1NoYXJlZC9jb21wb25lbnRzL3BhZ2UtdG8tY29tcG9uZW50L3BhZ2UtdG8tY29tcG9uZW50Lm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSwrQkFBK0IsQ0FBQztBQUN6RSxPQUFPLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSwrQkFBK0IsQ0FBQztBQUN6RSxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sMEJBQTBCLENBQUM7QUFDM0QsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sNEJBQTRCLENBQUM7QUFDakUsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLHdCQUF3QixDQUFDO0FBQ3ZELE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQzs7QUFhM0QsTUFBTSxPQUFPLHFCQUFxQjs7a0hBQXJCLHFCQUFxQjttSEFBckIscUJBQXFCLGlCQVZqQix3QkFBd0IsRUFBRSx3QkFBd0IsYUFHL0QsWUFBWTtRQUNaLGVBQWU7UUFDZixtQkFBbUI7UUFDbkIsYUFBYTtRQUNiLGVBQWUsYUFOUCx3QkFBd0IsRUFBRSx3QkFBd0I7bUhBU2pELHFCQUFxQixZQVA5QixZQUFZO1FBQ1osZUFBZTtRQUNmLG1CQUFtQjtRQUNuQixhQUFhO1FBQ2IsZUFBZTsyRkFHTixxQkFBcUI7a0JBWGpDLFFBQVE7bUJBQUM7b0JBQ1IsWUFBWSxFQUFFLENBQUMsd0JBQXdCLEVBQUUsd0JBQXdCLENBQUM7b0JBQ2xFLE9BQU8sRUFBRSxDQUFDLHdCQUF3QixFQUFFLHdCQUF3QixDQUFDO29CQUM3RCxPQUFPLEVBQUU7d0JBQ1AsWUFBWTt3QkFDWixlQUFlO3dCQUNmLG1CQUFtQjt3QkFDbkIsYUFBYTt3QkFDYixlQUFlO3FCQUNoQjtpQkFDRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgUGFnZVRvQ29tcG9uZW50Q29tcG9uZW50IH0gZnJvbSAnLi9wYWdlLXRvLWNvbXBvbmVudC5jb21wb25lbnQnO1xuaW1wb3J0IHsgUGFnZVRvQ29tcG9uZW50RGlyZWN0aXZlIH0gZnJvbSAnLi9wYWdlLXRvLWNvbXBvbmVudC5kaXJlY3RpdmUnO1xuaW1wb3J0IHsgTWF0RGlhbG9nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvZGlhbG9nJztcbmltcG9ydCB7IFRyYW5zbGF0ZVBpcGVNb2R1bGUgfSBmcm9tICcuLi8uLi9waXBlcy90cmFuc2xhdGUucGlwZSc7XG5pbXBvcnQgeyBNYXRJY29uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvaWNvbic7XG5pbXBvcnQgeyBNYXRCdXR0b25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9idXR0b24nO1xuXG5ATmdNb2R1bGUoe1xuICBkZWNsYXJhdGlvbnM6IFtQYWdlVG9Db21wb25lbnRDb21wb25lbnQsIFBhZ2VUb0NvbXBvbmVudERpcmVjdGl2ZV0sXG4gIGV4cG9ydHM6IFtQYWdlVG9Db21wb25lbnRDb21wb25lbnQsIFBhZ2VUb0NvbXBvbmVudERpcmVjdGl2ZV0sXG4gIGltcG9ydHM6IFtcbiAgICBDb21tb25Nb2R1bGUsXG4gICAgTWF0RGlhbG9nTW9kdWxlLFxuICAgIFRyYW5zbGF0ZVBpcGVNb2R1bGUsXG4gICAgTWF0SWNvbk1vZHVsZSxcbiAgICBNYXRCdXR0b25Nb2R1bGUsXG4gIF0sXG59KVxuZXhwb3J0IGNsYXNzIFBhZ2VUb0NvbXBvbmVudE1vZHVsZSB7fVxuIl19
|
|
@@ -35,10 +35,10 @@ import * as i6$2 from '@angular/material/badge';
|
|
|
35
35
|
import { MatBadgeModule } from '@angular/material/badge';
|
|
36
36
|
import { MAT_INPUT_VALUE_ACCESSOR, MatInputModule } from '@angular/material/input';
|
|
37
37
|
import PerfectScrollbar from 'perfect-scrollbar';
|
|
38
|
-
import * as
|
|
38
|
+
import * as i2$1 from '@angular/material/button';
|
|
39
39
|
import { MatButtonModule } from '@angular/material/button';
|
|
40
40
|
import { Ng2TelInput, Ng2TelInputModule } from 'ng2-tel-input';
|
|
41
|
-
import * as i2$
|
|
41
|
+
import * as i2$2 from '@angular/material/progress-spinner';
|
|
42
42
|
import { MatProgressSpinnerModule } from '@angular/material/progress-spinner';
|
|
43
43
|
import { MatIconModule } from '@angular/material/icon';
|
|
44
44
|
import { SelectionModel } from '@angular/cdk/collections';
|
|
@@ -5651,7 +5651,7 @@ class InfoDialogComponent {
|
|
|
5651
5651
|
}
|
|
5652
5652
|
}
|
|
5653
5653
|
InfoDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: InfoDialogComponent, deps: [{ token: MAT_DIALOG_DATA }, { token: i1$1.MatDialogRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
5654
|
-
InfoDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: InfoDialogComponent, selector: "ng-component", ngImport: i0, template: "<div class=\"text-center\">\n <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\"><i class=\"material-icons\">close</i></button>\n </div>\n\n <div class=\"card-body \" [innerHTML]=\"data?.text|appTranslate|async\">\n\n </div>\n\n <div class=\"row justify-content-center\">\n <div class=\"col-md-auto my-1\" *ngFor=\"let item of data?.btns\">\n <app-btn [type]=\"item.type||'secondary'\" [icon]=\"item.icon\" (mclick)=\"item.action($event);yes();\">\n {{item.value||item.label}}\n </app-btn>\n </div>\n </div>\n <div class=\"bg-{{cls()}} mt-2 rounded bar\"></div>\n</div>\n", styles: [".bar{height:5px}.card-body{overflow-wrap:anywhere;white-space:pre-line}\n"], dependencies: [{ kind: "directive", type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "component", type:
|
|
5654
|
+
InfoDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: InfoDialogComponent, selector: "ng-component", ngImport: i0, template: "<div class=\"text-center\">\n <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\"><i class=\"material-icons\">close</i></button>\n </div>\n\n <div class=\"card-body \" [innerHTML]=\"data?.text|appTranslate|async\">\n\n </div>\n\n <div class=\"row justify-content-center\">\n <div class=\"col-md-auto my-1\" *ngFor=\"let item of data?.btns\">\n <app-btn [type]=\"item.type||'secondary'\" [icon]=\"item.icon\" (mclick)=\"item.action($event);yes();\">\n {{item.value||item.label}}\n </app-btn>\n </div>\n </div>\n <div class=\"bg-{{cls()}} mt-2 rounded bar\"></div>\n</div>\n", styles: [".bar{height:5px}.card-body{overflow-wrap:anywhere;white-space:pre-line}\n"], dependencies: [{ kind: "directive", type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "component", type: i2$1.MatIconButton, selector: "button[mat-icon-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { kind: "component", type: BtnComponent, selector: "app-btn", inputs: ["formSchema", "icon", "type", "group", "actionType", "animate", "badge", "class", "customIcon", "disabled", "form", "help", "iconBtn", "lite", "loading", "mclass", "showHelpIcon", "text", "valid", "onFormInvalid"], outputs: ["mclick"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }, { kind: "pipe", type: TranslatePipe, name: "appTranslate" }] });
|
|
5655
5655
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: InfoDialogComponent, decorators: [{
|
|
5656
5656
|
type: Component,
|
|
5657
5657
|
args: [{ template: "<div class=\"text-center\">\n <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\"><i class=\"material-icons\">close</i></button>\n </div>\n\n <div class=\"card-body \" [innerHTML]=\"data?.text|appTranslate|async\">\n\n </div>\n\n <div class=\"row justify-content-center\">\n <div class=\"col-md-auto my-1\" *ngFor=\"let item of data?.btns\">\n <app-btn [type]=\"item.type||'secondary'\" [icon]=\"item.icon\" (mclick)=\"item.action($event);yes();\">\n {{item.value||item.label}}\n </app-btn>\n </div>\n </div>\n <div class=\"bg-{{cls()}} mt-2 rounded bar\"></div>\n</div>\n", styles: [".bar{height:5px}.card-body{overflow-wrap:anywhere;white-space:pre-line}\n"] }]
|
|
@@ -10954,7 +10954,7 @@ class SpinnerComponent {
|
|
|
10954
10954
|
SpinnerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: SpinnerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
10955
10955
|
SpinnerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: SpinnerComponent, selector: "spinner", inputs: { text: "text", diameter: "diameter", loading: "loading" }, ngImport: i0, template: `
|
|
10956
10956
|
<mat-spinner *ngIf="loading" [diameter]="diameter">{{ text }} </mat-spinner>
|
|
10957
|
-
`, isInline: true, styles: [".mat-progress-spinner{display:inline-block;margin:5px;vertical-align:bottom}\n"], dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2$
|
|
10957
|
+
`, isInline: true, styles: [".mat-progress-spinner{display:inline-block;margin:5px;vertical-align:bottom}\n"], dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2$2.MatProgressSpinner, selector: "mat-progress-spinner, mat-spinner", inputs: ["color", "mode", "value", "diameter", "strokeWidth"], exportAs: ["matProgressSpinner"] }] });
|
|
10958
10958
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: SpinnerComponent, decorators: [{
|
|
10959
10959
|
type: Component,
|
|
10960
10960
|
args: [{ selector: 'spinner', template: `
|
|
@@ -11267,7 +11267,7 @@ class ModalHeaderComponent {
|
|
|
11267
11267
|
}
|
|
11268
11268
|
}
|
|
11269
11269
|
ModalHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: ModalHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
11270
|
-
ModalHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: ModalHeaderComponent, selector: "modal-header", inputs: { dialogRef: "dialogRef", header: "header", onCloseValue: "onCloseValue" }, ngImport: i0, template: "<div class=\"d-flex justify-content-between align-items-center\">\n <h6 class=\"m-0\" mat-dialog-title>{{header|appTranslate|async}}</h6>\n <!-- <app-btn group=\"close\" (mclick)=\"close()\"></app-btn> -->\n <button mat-icon-button (click)=\"close()\" class=\"btn-outline-danger\"><i class=\"material-icons\">close</i></button>\n</div>\n<ng-content></ng-content>", styles: [""], dependencies: [{ kind: "directive", type: i1$1.MatDialogTitle, selector: "[mat-dialog-title], [matDialogTitle]", inputs: ["id"], exportAs: ["matDialogTitle"] }, { kind: "component", type:
|
|
11270
|
+
ModalHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: ModalHeaderComponent, selector: "modal-header", inputs: { dialogRef: "dialogRef", header: "header", onCloseValue: "onCloseValue" }, ngImport: i0, template: "<div class=\"d-flex justify-content-between align-items-center\">\n <h6 class=\"m-0\" mat-dialog-title>{{header|appTranslate|async}}</h6>\n <!-- <app-btn group=\"close\" (mclick)=\"close()\"></app-btn> -->\n <button mat-icon-button (click)=\"close()\" class=\"btn-outline-danger\"><i class=\"material-icons\">close</i></button>\n</div>\n<ng-content></ng-content>", styles: [""], dependencies: [{ kind: "directive", type: i1$1.MatDialogTitle, selector: "[mat-dialog-title], [matDialogTitle]", inputs: ["id"], exportAs: ["matDialogTitle"] }, { kind: "component", type: i2$1.MatIconButton, selector: "button[mat-icon-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }, { kind: "pipe", type: TranslatePipe, name: "appTranslate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
11271
11271
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: ModalHeaderComponent, decorators: [{
|
|
11272
11272
|
type: Component,
|
|
11273
11273
|
args: [{ selector: 'modal-header', changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"d-flex justify-content-between align-items-center\">\n <h6 class=\"m-0\" mat-dialog-title>{{header|appTranslate|async}}</h6>\n <!-- <app-btn group=\"close\" (mclick)=\"close()\"></app-btn> -->\n <button mat-icon-button (click)=\"close()\" class=\"btn-outline-danger\"><i class=\"material-icons\">close</i></button>\n</div>\n<ng-content></ng-content>" }]
|
|
@@ -11579,7 +11579,7 @@ class PageToComponentComponent {
|
|
|
11579
11579
|
}
|
|
11580
11580
|
}
|
|
11581
11581
|
PageToComponentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: PageToComponentComponent, deps: [{ token: MAT_DIALOG_DATA }, { token: i1$1.MatDialogRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
11582
|
-
PageToComponentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: PageToComponentComponent, selector: "ng-component", viewQueries: [{ propertyName: "compHost", first: true, predicate: PageToComponentDirective, descendants: true, static: true }], ngImport: i0, template: "<div class=\"d-flex justify-content-between align-items-center\">\n <h6 class=\"m-0\" mat-dialog-title>{{data.title|appTranslate|async}}</h6>\n <!-- <app-btn group=\"close\" (mclick)=\"close()\"></app-btn> -->\n <button mat-icon-button (click)=\"close()\" class=\"btn-outline-danger\"><i class=\"material-icons\">close</i></button>\n</div>\n<ng-content></ng-content>\n<div class=\"\" mat-dialog-content>\n <ng-template appPageToComponent></ng-template>\n</div>\n", styles: [""], dependencies: [{ kind: "directive", type: i1$1.MatDialogTitle, selector: "[mat-dialog-title], [matDialogTitle]", inputs: ["id"], exportAs: ["matDialogTitle"] }, { kind: "directive", type: i1$1.MatDialogContent, selector: "[mat-dialog-content], mat-dialog-content, [matDialogContent]" }, { kind: "directive", type: PageToComponentDirective, selector: "[appPageToComponent]" }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }, { kind: "pipe", type: TranslatePipe, name: "appTranslate" }] });
|
|
11582
|
+
PageToComponentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: PageToComponentComponent, selector: "ng-component", viewQueries: [{ propertyName: "compHost", first: true, predicate: PageToComponentDirective, descendants: true, static: true }], ngImport: i0, template: "<div class=\"d-flex justify-content-between align-items-center\">\n <h6 class=\"m-0\" mat-dialog-title>{{data.title|appTranslate|async}}</h6>\n <!-- <app-btn group=\"close\" (mclick)=\"close()\"></app-btn> -->\n <button mat-icon-button (click)=\"close()\" class=\"btn-outline-danger\"><i class=\"material-icons\">close</i></button>\n</div>\n<ng-content></ng-content>\n<div class=\"\" mat-dialog-content>\n <ng-template appPageToComponent></ng-template>\n</div>\n", styles: [""], dependencies: [{ kind: "directive", type: i1$1.MatDialogTitle, selector: "[mat-dialog-title], [matDialogTitle]", inputs: ["id"], exportAs: ["matDialogTitle"] }, { kind: "directive", type: i1$1.MatDialogContent, selector: "[mat-dialog-content], mat-dialog-content, [matDialogContent]" }, { kind: "component", type: i2$1.MatIconButton, selector: "button[mat-icon-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { kind: "directive", type: PageToComponentDirective, selector: "[appPageToComponent]" }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }, { kind: "pipe", type: TranslatePipe, name: "appTranslate" }] });
|
|
11583
11583
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: PageToComponentComponent, decorators: [{
|
|
11584
11584
|
type: Component,
|
|
11585
11585
|
args: [{ template: "<div class=\"d-flex justify-content-between align-items-center\">\n <h6 class=\"m-0\" mat-dialog-title>{{data.title|appTranslate|async}}</h6>\n <!-- <app-btn group=\"close\" (mclick)=\"close()\"></app-btn> -->\n <button mat-icon-button (click)=\"close()\" class=\"btn-outline-danger\"><i class=\"material-icons\">close</i></button>\n</div>\n<ng-content></ng-content>\n<div class=\"\" mat-dialog-content>\n <ng-template appPageToComponent></ng-template>\n</div>\n" }]
|
|
@@ -11610,14 +11610,28 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImpor
|
|
|
11610
11610
|
class PageToComponentModule {
|
|
11611
11611
|
}
|
|
11612
11612
|
PageToComponentModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: PageToComponentModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
11613
|
-
PageToComponentModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.0", ngImport: i0, type: PageToComponentModule, declarations: [PageToComponentComponent, PageToComponentDirective], imports: [CommonModule,
|
|
11614
|
-
|
|
11613
|
+
PageToComponentModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.0", ngImport: i0, type: PageToComponentModule, declarations: [PageToComponentComponent, PageToComponentDirective], imports: [CommonModule,
|
|
11614
|
+
MatDialogModule,
|
|
11615
|
+
TranslatePipeModule,
|
|
11616
|
+
MatIconModule,
|
|
11617
|
+
MatButtonModule], exports: [PageToComponentComponent, PageToComponentDirective] });
|
|
11618
|
+
PageToComponentModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: PageToComponentModule, imports: [CommonModule,
|
|
11619
|
+
MatDialogModule,
|
|
11620
|
+
TranslatePipeModule,
|
|
11621
|
+
MatIconModule,
|
|
11622
|
+
MatButtonModule] });
|
|
11615
11623
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: PageToComponentModule, decorators: [{
|
|
11616
11624
|
type: NgModule,
|
|
11617
11625
|
args: [{
|
|
11618
11626
|
declarations: [PageToComponentComponent, PageToComponentDirective],
|
|
11619
11627
|
exports: [PageToComponentComponent, PageToComponentDirective],
|
|
11620
|
-
imports: [
|
|
11628
|
+
imports: [
|
|
11629
|
+
CommonModule,
|
|
11630
|
+
MatDialogModule,
|
|
11631
|
+
TranslatePipeModule,
|
|
11632
|
+
MatIconModule,
|
|
11633
|
+
MatButtonModule,
|
|
11634
|
+
],
|
|
11621
11635
|
}]
|
|
11622
11636
|
}] });
|
|
11623
11637
|
|