@formio/angular 7.5.0-dev.1060.e62b35a → 7.5.0-dev.1063.d9205fe
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/FormioBaseComponent.d.ts +1 -1
- package/FormioBaseComponent.d.ts.map +1 -1
- package/components/formioreport/formioreport.component.d.ts +1 -0
- package/components/formioreport/formioreport.component.d.ts.map +1 -1
- package/core.d.ts +3 -1
- package/core.d.ts.map +1 -1
- package/embed/app.service.d.ts +1 -1
- package/embed/app.service.d.ts.map +1 -1
- package/embed/builder.component.d.ts +0 -1
- package/embed/builder.component.d.ts.map +1 -1
- package/embed/formio.component.d.ts +0 -1
- package/embed/formio.component.d.ts.map +1 -1
- package/embed/index.d.ts +1 -1
- package/embed/index.d.ts.map +1 -1
- package/esm2022/FormioBaseComponent.mjs +4 -4
- package/esm2022/auth/auth.component.mjs +4 -4
- package/esm2022/auth/auth.config.mjs +4 -4
- package/esm2022/auth/auth.module.mjs +5 -5
- package/esm2022/auth/auth.service.mjs +4 -4
- package/esm2022/auth/login/login.component.mjs +4 -4
- package/esm2022/auth/register/register.component.mjs +4 -4
- package/esm2022/auth/resetpass/resetpass.component.mjs +4 -4
- package/esm2022/components/alerts/formio.alerts.component.mjs +4 -4
- package/esm2022/components/alerts/parse-html-content.pipe.mjs +4 -4
- package/esm2022/components/formbuilder/formbuilder.component.mjs +5 -5
- package/esm2022/components/formio/formio.component.mjs +5 -5
- package/esm2022/components/formioreport/formioreport.component.mjs +8 -8
- package/esm2022/components/loader/formio.loader.component.mjs +4 -4
- package/esm2022/core.mjs +3 -2
- package/esm2022/custom-tags.service.mjs +4 -4
- package/esm2022/embed/app.service.mjs +5 -5
- package/esm2022/embed/builder.component.mjs +5 -5
- package/esm2022/embed/embed.module.mjs +5 -5
- package/esm2022/embed/formio.component.mjs +5 -5
- package/esm2022/embed/index.mjs +2 -2
- package/esm2022/formio.common.mjs +1 -1
- package/esm2022/formio.config.mjs +4 -4
- package/esm2022/formio.module.mjs +5 -5
- package/esm2022/formio.service.mjs +2 -2
- package/esm2022/formio.utils.mjs +1 -1
- package/esm2022/grid/GridBodyComponent.mjs +4 -4
- package/esm2022/grid/GridFooterComponent.mjs +4 -4
- package/esm2022/grid/GridHeaderComponent.mjs +4 -4
- package/esm2022/grid/form/FormGridBody.component.mjs +4 -4
- package/esm2022/grid/form/FormGridFooter.component.mjs +4 -4
- package/esm2022/grid/form/FormGridHeader.component.mjs +4 -4
- package/esm2022/grid/form/time-since.pipe.mjs +4 -4
- package/esm2022/grid/grid.component.mjs +5 -5
- package/esm2022/grid/grid.module.mjs +5 -5
- package/esm2022/grid/grid.service.mjs +4 -4
- package/esm2022/grid/submission/SubmissionGridBody.component.mjs +4 -4
- package/esm2022/grid/submission/SubmissionGridFooter.component.mjs +4 -4
- package/esm2022/grid/submission/SubmissionGridHeader.component.mjs +6 -6
- package/esm2022/manager/create/create.component.mjs +4 -4
- package/esm2022/manager/delete/delete.component.mjs +4 -4
- package/esm2022/manager/edit/edit.component.mjs +4 -4
- package/esm2022/manager/form/form.component.mjs +4 -4
- package/esm2022/manager/form-manager.config.mjs +4 -4
- package/esm2022/manager/form-manager.module.mjs +5 -5
- package/esm2022/manager/form-manager.service.mjs +4 -4
- package/esm2022/manager/index/index.component.mjs +4 -4
- package/esm2022/manager/submission/delete/delete.component.mjs +4 -4
- package/esm2022/manager/submission/edit/edit.component.mjs +4 -4
- package/esm2022/manager/submission/index/index.component.mjs +4 -4
- package/esm2022/manager/submission/submission/submission.component.mjs +4 -4
- package/esm2022/manager/submission/view/view.component.mjs +4 -4
- package/esm2022/manager/view/view.component.mjs +4 -4
- package/esm2022/resource/create/create.component.mjs +4 -4
- package/esm2022/resource/delete/delete.component.mjs +4 -4
- package/esm2022/resource/edit/edit.component.mjs +4 -4
- package/esm2022/resource/index/index.component.mjs +4 -4
- package/esm2022/resource/resource.component.mjs +4 -4
- package/esm2022/resource/resource.config.mjs +4 -4
- package/esm2022/resource/resource.module.mjs +5 -5
- package/esm2022/resource/resource.service.mjs +4 -4
- package/esm2022/resource/resources.service.mjs +4 -4
- package/esm2022/resource/view/view.component.mjs +4 -4
- package/fesm2022/formio-angular-auth.mjs +22 -22
- package/fesm2022/formio-angular-auth.mjs.map +1 -1
- package/fesm2022/formio-angular-embed.mjs +26 -26
- package/fesm2022/formio-angular-embed.mjs.map +1 -1
- package/fesm2022/formio-angular-grid.mjs +45 -46
- package/fesm2022/formio-angular-grid.mjs.map +1 -1
- package/fesm2022/formio-angular-manager.mjs +43 -43
- package/fesm2022/formio-angular-manager.mjs.map +1 -1
- package/fesm2022/formio-angular-resource.mjs +31 -31
- package/fesm2022/formio-angular-resource.mjs.map +1 -1
- package/fesm2022/formio-angular.mjs +41 -42
- package/fesm2022/formio-angular.mjs.map +1 -1
- package/formio.common.d.ts +1 -2
- package/formio.common.d.ts.map +1 -1
- package/formio.config.d.ts +1 -0
- package/formio.config.d.ts.map +1 -1
- package/grid/submission/SubmissionGridHeader.component.d.ts +1 -1
- package/grid/submission/SubmissionGridHeader.component.d.ts.map +1 -1
- package/package.json +2 -2
|
@@ -10,11 +10,11 @@ export class FormioAuthLoginComponent {
|
|
|
10
10
|
constructor(service) {
|
|
11
11
|
this.service = service;
|
|
12
12
|
}
|
|
13
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
14
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.
|
|
13
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: FormioAuthLoginComponent, deps: [{ token: i1.FormioAuthService }], target: i0.ɵɵFactoryTarget.Component });
|
|
14
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: FormioAuthLoginComponent, selector: "ng-component", ngImport: i0, template: "<formio [src]=\"service.loginForm\" [renderOptions]=\"renderOptions\" (submit)=\"service.onLoginSubmit($event)\"></formio>\n", dependencies: [{ kind: "component", type: i2.FormioComponent, selector: "formio" }] });
|
|
15
15
|
}
|
|
16
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
16
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: FormioAuthLoginComponent, decorators: [{
|
|
17
17
|
type: Component,
|
|
18
18
|
args: [{ template: "<formio [src]=\"service.loginForm\" [renderOptions]=\"renderOptions\" (submit)=\"service.onLoginSubmit($event)\"></formio>\n" }]
|
|
19
19
|
}], ctorParameters: () => [{ type: i1.FormioAuthService }] });
|
|
20
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
20
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibG9naW4uY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYW5ndWxhci1mb3JtaW8vYXV0aC9zcmMvbG9naW4vbG9naW4uY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYW5ndWxhci1mb3JtaW8vYXV0aC9zcmMvbG9naW4vbG9naW4uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7OztBQUsxQyxNQUFNLE9BQU8sd0JBQXdCO0lBSWhCO0lBSFosYUFBYSxHQUFRO1FBQzFCLGFBQWEsRUFBRSxJQUFJO0tBQ3BCLENBQUM7SUFDRixZQUFtQixPQUEwQjtRQUExQixZQUFPLEdBQVAsT0FBTyxDQUFtQjtJQUFHLENBQUM7d0dBSnRDLHdCQUF3Qjs0RkFBeEIsd0JBQXdCLG9EQ0xyQyw4SEFDQTs7NEZESWEsd0JBQXdCO2tCQUhwQyxTQUFTIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBGb3JtaW9BdXRoU2VydmljZSB9IGZyb20gJy4uL2F1dGguc2VydmljZSc7XG5AQ29tcG9uZW50KHtcbiAgdGVtcGxhdGVVcmw6ICcuL2xvZ2luLmNvbXBvbmVudC5odG1sJ1xufSlcbmV4cG9ydCBjbGFzcyBGb3JtaW9BdXRoTG9naW5Db21wb25lbnQge1xuICBwdWJsaWMgcmVuZGVyT3B0aW9uczogYW55ID0ge1xuICAgIHN1Ym1pdE9uRW50ZXI6IHRydWVcbiAgfTtcbiAgY29uc3RydWN0b3IocHVibGljIHNlcnZpY2U6IEZvcm1pb0F1dGhTZXJ2aWNlKSB7fVxufVxuIiwiPGZvcm1pbyBbc3JjXT1cInNlcnZpY2UubG9naW5Gb3JtXCIgW3JlbmRlck9wdGlvbnNdPVwicmVuZGVyT3B0aW9uc1wiIChzdWJtaXQpPVwic2VydmljZS5vbkxvZ2luU3VibWl0KCRldmVudClcIj48L2Zvcm1pbz5cbiJdfQ==
|
|
@@ -10,11 +10,11 @@ export class FormioAuthRegisterComponent {
|
|
|
10
10
|
constructor(service) {
|
|
11
11
|
this.service = service;
|
|
12
12
|
}
|
|
13
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
14
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.
|
|
13
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: FormioAuthRegisterComponent, deps: [{ token: i1.FormioAuthService }], target: i0.ɵɵFactoryTarget.Component });
|
|
14
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: FormioAuthRegisterComponent, selector: "ng-component", ngImport: i0, template: "<formio [src]=\"service.registerForm\" [renderOptions]=\"renderOptions\" (submit)=\"service.onRegisterSubmit($event)\"></formio>\n", dependencies: [{ kind: "component", type: i2.FormioComponent, selector: "formio" }] });
|
|
15
15
|
}
|
|
16
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
16
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: FormioAuthRegisterComponent, decorators: [{
|
|
17
17
|
type: Component,
|
|
18
18
|
args: [{ template: "<formio [src]=\"service.registerForm\" [renderOptions]=\"renderOptions\" (submit)=\"service.onRegisterSubmit($event)\"></formio>\n" }]
|
|
19
19
|
}], ctorParameters: () => [{ type: i1.FormioAuthService }] });
|
|
20
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
20
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVnaXN0ZXIuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYW5ndWxhci1mb3JtaW8vYXV0aC9zcmMvcmVnaXN0ZXIvcmVnaXN0ZXIuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYW5ndWxhci1mb3JtaW8vYXV0aC9zcmMvcmVnaXN0ZXIvcmVnaXN0ZXIuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7OztBQUsxQyxNQUFNLE9BQU8sMkJBQTJCO0lBSW5CO0lBSFosYUFBYSxHQUFRO1FBQzFCLGFBQWEsRUFBRSxJQUFJO0tBQ3BCLENBQUM7SUFDRixZQUFtQixPQUEwQjtRQUExQixZQUFPLEdBQVAsT0FBTyxDQUFtQjtJQUFHLENBQUM7d0dBSnRDLDJCQUEyQjs0RkFBM0IsMkJBQTJCLG9EQ0x4QyxvSUFDQTs7NEZESWEsMkJBQTJCO2tCQUh2QyxTQUFTIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBGb3JtaW9BdXRoU2VydmljZSB9IGZyb20gJy4uL2F1dGguc2VydmljZSc7XG5AQ29tcG9uZW50KHtcbiAgdGVtcGxhdGVVcmw6ICcuL3JlZ2lzdGVyLmNvbXBvbmVudC5odG1sJ1xufSlcbmV4cG9ydCBjbGFzcyBGb3JtaW9BdXRoUmVnaXN0ZXJDb21wb25lbnQge1xuICBwdWJsaWMgcmVuZGVyT3B0aW9uczogYW55ID0ge1xuICAgIHN1Ym1pdE9uRW50ZXI6IHRydWVcbiAgfTtcbiAgY29uc3RydWN0b3IocHVibGljIHNlcnZpY2U6IEZvcm1pb0F1dGhTZXJ2aWNlKSB7fVxufVxuIiwiPGZvcm1pbyBbc3JjXT1cInNlcnZpY2UucmVnaXN0ZXJGb3JtXCIgW3JlbmRlck9wdGlvbnNdPVwicmVuZGVyT3B0aW9uc1wiIChzdWJtaXQpPVwic2VydmljZS5vblJlZ2lzdGVyU3VibWl0KCRldmVudClcIj48L2Zvcm1pbz5cbiJdfQ==
|
|
@@ -7,11 +7,11 @@ export class FormioResetPassComponent {
|
|
|
7
7
|
constructor(service) {
|
|
8
8
|
this.service = service;
|
|
9
9
|
}
|
|
10
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
11
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.
|
|
10
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: FormioResetPassComponent, deps: [{ token: i1.FormioAuthService }], target: i0.ɵɵFactoryTarget.Component });
|
|
11
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: FormioResetPassComponent, selector: "ng-component", ngImport: i0, template: "<formio [src]=\"service.resetPassForm\" (submit)=\"service.onResetPassSubmit($event)\"></formio>\n", dependencies: [{ kind: "component", type: i2.FormioComponent, selector: "formio" }] });
|
|
12
12
|
}
|
|
13
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
13
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: FormioResetPassComponent, decorators: [{
|
|
14
14
|
type: Component,
|
|
15
15
|
args: [{ template: "<formio [src]=\"service.resetPassForm\" (submit)=\"service.onResetPassSubmit($event)\"></formio>\n" }]
|
|
16
16
|
}], ctorParameters: () => [{ type: i1.FormioAuthService }] });
|
|
17
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
17
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzZXRwYXNzLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2FuZ3VsYXItZm9ybWlvL2F1dGgvc3JjL3Jlc2V0cGFzcy9yZXNldHBhc3MuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYW5ndWxhci1mb3JtaW8vYXV0aC9zcmMvcmVzZXRwYXNzL3Jlc2V0cGFzcy5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDOzs7O0FBSzFDLE1BQU0sT0FBTyx3QkFBd0I7SUFDaEI7SUFBbkIsWUFBbUIsT0FBMEI7UUFBMUIsWUFBTyxHQUFQLE9BQU8sQ0FBbUI7SUFBRyxDQUFDO3dHQUR0Qyx3QkFBd0I7NEZBQXhCLHdCQUF3QixvRENMckMsb0dBQ0E7OzRGRElhLHdCQUF3QjtrQkFIcEMsU0FBUyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgRm9ybWlvQXV0aFNlcnZpY2UgfSBmcm9tICcuLi9hdXRoLnNlcnZpY2UnO1xuQENvbXBvbmVudCh7XG4gIHRlbXBsYXRlVXJsOiAnLi9yZXNldHBhc3MuY29tcG9uZW50Lmh0bWwnXG59KVxuZXhwb3J0IGNsYXNzIEZvcm1pb1Jlc2V0UGFzc0NvbXBvbmVudCB7XG4gIGNvbnN0cnVjdG9yKHB1YmxpYyBzZXJ2aWNlOiBGb3JtaW9BdXRoU2VydmljZSkge31cbn1cbiIsIjxmb3JtaW8gW3NyY109XCJzZXJ2aWNlLnJlc2V0UGFzc0Zvcm1cIiAoc3VibWl0KT1cInNlcnZpY2Uub25SZXNldFBhc3NTdWJtaXQoJGV2ZW50KVwiPjwvZm9ybWlvPlxuIl19
|
|
@@ -14,10 +14,10 @@ export class FormioAlertsComponent {
|
|
|
14
14
|
getComponent(event, alert) {
|
|
15
15
|
this.focusComponent.emit(alert.component.key);
|
|
16
16
|
}
|
|
17
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
18
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.
|
|
17
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: FormioAlertsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
18
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: FormioAlertsComponent, selector: "formio-alerts", inputs: { alerts: "alerts" }, outputs: { focusComponent: "focusComponent" }, ngImport: i0, template: "<div *ngFor=\"let alert of alerts.alerts\" class=\"alert alert-{{ alert.type }}\" role=\"alert\" (click)=\"getComponent($event, alert)\">\n {{alert.message | parseHtmlContent}}\n</div>\n", dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "pipe", type: i2.ParseHtmlContentPipe, name: "parseHtmlContent" }] });
|
|
19
19
|
}
|
|
20
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
20
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: FormioAlertsComponent, decorators: [{
|
|
21
21
|
type: Component,
|
|
22
22
|
args: [{ selector: 'formio-alerts', template: "<div *ngFor=\"let alert of alerts.alerts\" class=\"alert alert-{{ alert.type }}\" role=\"alert\" (click)=\"getComponent($event, alert)\">\n {{alert.message | parseHtmlContent}}\n</div>\n" }]
|
|
23
23
|
}], propDecorators: { alerts: [{
|
|
@@ -25,4 +25,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImpor
|
|
|
25
25
|
}], focusComponent: [{
|
|
26
26
|
type: Output
|
|
27
27
|
}] } });
|
|
28
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
28
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZm9ybWlvLmFsZXJ0cy5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9hbmd1bGFyLWZvcm1pby9zcmMvY29tcG9uZW50cy9hbGVydHMvZm9ybWlvLmFsZXJ0cy5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9hbmd1bGFyLWZvcm1pby9zcmMvY29tcG9uZW50cy9hbGVydHMvZm9ybWlvLmFsZXJ0cy5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUMsU0FBUyxFQUFFLFlBQVksRUFBRSxLQUFLLEVBQVUsTUFBTSxFQUFDLE1BQU0sZUFBZSxDQUFDO0FBQzdFLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQzs7OztBQU0vQyxNQUFNLE9BQU8scUJBQXFCO0lBQ3ZCLE1BQU0sQ0FBZTtJQUNwQixjQUFjLEdBQUcsSUFBSSxZQUFZLEVBQVUsQ0FBQztJQUN0RCxRQUFRO1FBQ04sSUFBSSxDQUFDLElBQUksQ0FBQyxNQUFNLEVBQUUsQ0FBQztZQUNqQixJQUFJLENBQUMsTUFBTSxHQUFHLElBQUksWUFBWSxFQUFFLENBQUM7UUFDbkMsQ0FBQztJQUNILENBQUM7SUFDRCxZQUFZLENBQUUsS0FBSyxFQUFFLEtBQUs7UUFDeEIsSUFBSSxDQUFDLGNBQWMsQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLFNBQVMsQ0FBQyxHQUFHLENBQUMsQ0FBQztJQUNoRCxDQUFDO3dHQVZVLHFCQUFxQjs0RkFBckIscUJBQXFCLGtJQ1BsQyw2TEFHQTs7NEZESWEscUJBQXFCO2tCQUpqQyxTQUFTOytCQUNFLGVBQWU7OEJBSWhCLE1BQU07c0JBQWQsS0FBSztnQkFDSSxjQUFjO3NCQUF2QixNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtDb21wb25lbnQsIEV2ZW50RW1pdHRlciwgSW5wdXQsIE9uSW5pdCwgT3V0cHV0fSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEZvcm1pb0FsZXJ0cyB9IGZyb20gJy4vZm9ybWlvLmFsZXJ0cyc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2Zvcm1pby1hbGVydHMnLFxuICB0ZW1wbGF0ZVVybDogJy4vZm9ybWlvLmFsZXJ0cy5jb21wb25lbnQuaHRtbCdcbn0pXG5leHBvcnQgY2xhc3MgRm9ybWlvQWxlcnRzQ29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0IHtcbiAgQElucHV0KCkgYWxlcnRzOiBGb3JtaW9BbGVydHM7XG4gIEBPdXRwdXQoKSBmb2N1c0NvbXBvbmVudCA9IG5ldyBFdmVudEVtaXR0ZXI8b2JqZWN0PigpO1xuICBuZ09uSW5pdCgpIHtcbiAgICBpZiAoIXRoaXMuYWxlcnRzKSB7XG4gICAgICB0aGlzLmFsZXJ0cyA9IG5ldyBGb3JtaW9BbGVydHMoKTtcbiAgICB9XG4gIH1cbiAgZ2V0Q29tcG9uZW50IChldmVudCwgYWxlcnQpIHtcbiAgICB0aGlzLmZvY3VzQ29tcG9uZW50LmVtaXQoYWxlcnQuY29tcG9uZW50LmtleSk7XG4gIH1cbn1cbiIsIjxkaXYgKm5nRm9yPVwibGV0IGFsZXJ0IG9mIGFsZXJ0cy5hbGVydHNcIiBjbGFzcz1cImFsZXJ0IGFsZXJ0LXt7IGFsZXJ0LnR5cGUgfX1cIiByb2xlPVwiYWxlcnRcIiAoY2xpY2spPVwiZ2V0Q29tcG9uZW50KCRldmVudCwgYWxlcnQpXCI+XG4gIHt7YWxlcnQubWVzc2FnZSB8IHBhcnNlSHRtbENvbnRlbnR9fVxuPC9kaXY+XG4iXX0=
|
|
@@ -9,11 +9,11 @@ export class ParseHtmlContentPipe {
|
|
|
9
9
|
const parsedContent = new DOMParser().parseFromString(content, 'text/html').body.childNodes[0];
|
|
10
10
|
return parsedContent?.textContent;
|
|
11
11
|
}
|
|
12
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
13
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.
|
|
12
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: ParseHtmlContentPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
13
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.10", ngImport: i0, type: ParseHtmlContentPipe, name: "parseHtmlContent", pure: false });
|
|
14
14
|
}
|
|
15
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
15
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: ParseHtmlContentPipe, decorators: [{
|
|
16
16
|
type: Pipe,
|
|
17
17
|
args: [{ name: 'parseHtmlContent', pure: false }]
|
|
18
18
|
}] });
|
|
19
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
19
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFyc2UtaHRtbC1jb250ZW50LnBpcGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9hbmd1bGFyLWZvcm1pby9zcmMvY29tcG9uZW50cy9hbGVydHMvcGFyc2UtaHRtbC1jb250ZW50LnBpcGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLElBQUksRUFBaUIsTUFBTSxlQUFlLENBQUM7O0FBR3BELE1BQU0sT0FBTyxvQkFBb0I7SUFFL0I7OztNQUdFO0lBQ0YsU0FBUyxDQUFDLE9BQU87UUFDZixNQUFNLGFBQWEsR0FBRyxJQUFJLFNBQVMsRUFBRSxDQUFDLGVBQWUsQ0FBQyxPQUFPLEVBQUUsV0FBVyxDQUFDLENBQUMsSUFBSSxDQUFDLFVBQVUsQ0FBQyxDQUFDLENBQUMsQ0FBQztRQUUvRixPQUFPLGFBQWEsRUFBRSxXQUFXLENBQUM7SUFDcEMsQ0FBQzt3R0FWVSxvQkFBb0I7c0dBQXBCLG9CQUFvQjs7NEZBQXBCLG9CQUFvQjtrQkFEaEMsSUFBSTttQkFBQyxFQUFFLElBQUksRUFBRSxrQkFBa0IsRUFBRSxJQUFJLEVBQUUsS0FBSyxFQUFFIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgUGlwZSwgUGlwZVRyYW5zZm9ybSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AUGlwZSh7IG5hbWU6ICdwYXJzZUh0bWxDb250ZW50JywgcHVyZTogZmFsc2UgfSlcbmV4cG9ydCBjbGFzcyBQYXJzZUh0bWxDb250ZW50UGlwZSBpbXBsZW1lbnRzIFBpcGVUcmFuc2Zvcm0ge1xuXG4gIC8qXG4gICAgU29tZSBtZXNzYWdlcyB0aGF0IGFyZSBjb21lIGZyb20gZm9ybWlvanMgaGF2ZSBoZXggY29kZXMuIFNvIHRoZSBtYWluIGFpbSBvZiB0aGlzIHBpcGUgaXMgdHJhbnNmb3JtIHRoaXMgbWVzc2FnZXMgdG8gaHRtbC5cbiAgICBBbmQgdGhlbiByZW5kZXIgaW4gdGVtcGxhdGUuXG4gICovXG4gIHRyYW5zZm9ybShjb250ZW50KSB7XG4gICAgY29uc3QgcGFyc2VkQ29udGVudCA9IG5ldyBET01QYXJzZXIoKS5wYXJzZUZyb21TdHJpbmcoY29udGVudCwgJ3RleHQvaHRtbCcpLmJvZHkuY2hpbGROb2Rlc1swXTtcblxuICAgIHJldHVybiBwYXJzZWRDb250ZW50Py50ZXh0Q29udGVudDtcbiAgfVxufVxuIl19
|