@formio/angular 10.0.0-rc.1 → 10.0.1
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 +94 -0
- package/FormioBaseComponent.d.ts.map +1 -0
- package/auth/auth.component.d.ts +6 -0
- package/auth/auth.component.d.ts.map +1 -0
- package/auth/auth.config.d.ts +63 -0
- package/auth/auth.config.d.ts.map +1 -0
- package/auth/auth.module.d.ts +17 -0
- package/auth/auth.module.d.ts.map +1 -0
- package/auth/auth.routes.d.ts +4 -0
- package/auth/auth.routes.d.ts.map +1 -0
- package/auth/auth.service.d.ts +41 -0
- package/auth/auth.service.d.ts.map +1 -0
- package/auth/formio-angular-auth.d.ts.map +1 -0
- package/auth/index.d.ts +9 -147
- package/auth/index.d.ts.map +1 -1
- package/auth/login/login.component.d.ts +10 -0
- package/auth/login/login.component.d.ts.map +1 -0
- package/auth/register/register.component.d.ts +10 -0
- package/auth/register/register.component.d.ts.map +1 -0
- package/auth/resetpass/resetpass.component.d.ts +9 -0
- package/auth/resetpass/resetpass.component.d.ts.map +1 -0
- package/components/alerts/formio.alerts.component.d.ts +12 -0
- package/components/alerts/formio.alerts.component.d.ts.map +1 -0
- package/components/alerts/formio.alerts.d.ts +12 -0
- package/components/alerts/formio.alerts.d.ts.map +1 -0
- package/components/alerts/parse-html-content.pipe.d.ts +8 -0
- package/components/alerts/parse-html-content.pipe.d.ts.map +1 -0
- package/components/formbuilder/formbuilder.component.d.ts +37 -0
- package/components/formbuilder/formbuilder.component.d.ts.map +1 -0
- package/components/formio/formio.component.d.ts +15 -0
- package/components/formio/formio.component.d.ts.map +1 -0
- package/components/formioreport/formioreport.component.d.ts +21 -0
- package/components/formioreport/formioreport.component.d.ts.map +1 -0
- package/components/loader/formio.loader.component.d.ts +7 -0
- package/components/loader/formio.loader.component.d.ts.map +1 -0
- package/core.d.ts +17 -0
- package/core.d.ts.map +1 -0
- package/custom-tags.service.d.ts +8 -0
- package/custom-tags.service.d.ts.map +1 -0
- package/embed/app.service.d.ts +28 -0
- package/embed/app.service.d.ts.map +1 -0
- package/embed/builder.component.d.ts +19 -0
- package/embed/builder.component.d.ts.map +1 -0
- package/embed/embed.module.d.ts +10 -0
- package/embed/embed.module.d.ts.map +1 -0
- package/embed/formio-angular-embed.d.ts.map +1 -0
- package/embed/formio.component.d.ts +21 -0
- package/embed/formio.component.d.ts.map +1 -0
- package/embed/index.d.ts +7 -74
- package/embed/index.d.ts.map +1 -1
- package/fesm2022/formio-angular-auth.mjs +22 -22
- package/fesm2022/formio-angular-auth.mjs.map +1 -1
- package/fesm2022/formio-angular-embed.mjs +14 -17
- package/fesm2022/formio-angular-embed.mjs.map +1 -1
- package/fesm2022/formio-angular-grid.mjs +54 -49
- package/fesm2022/formio-angular-grid.mjs.map +1 -1
- package/fesm2022/formio-angular-manager.mjs +44 -44
- 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 +35 -35
- package/fesm2022/formio-angular.mjs.map +1 -1
- package/formio-angular.d.ts.map +1 -0
- package/formio-promise.service.d.ts +16 -0
- package/formio-promise.service.d.ts.map +1 -0
- package/formio.common.d.ts +68 -0
- package/formio.common.d.ts.map +1 -0
- package/formio.config.d.ts +21 -0
- package/formio.config.d.ts.map +1 -0
- package/formio.module.d.ts +15 -0
- package/formio.module.d.ts.map +1 -0
- package/formio.service.d.ts +18 -0
- package/formio.service.d.ts.map +1 -0
- package/formio.utils.d.ts +2 -0
- package/formio.utils.d.ts.map +1 -0
- package/grid/GridBodyComponent.d.ts +35 -0
- package/grid/GridBodyComponent.d.ts.map +1 -0
- package/grid/GridFooterComponent.d.ts +20 -0
- package/grid/GridFooterComponent.d.ts.map +1 -0
- package/grid/GridHeaderComponent.d.ts +16 -0
- package/grid/GridHeaderComponent.d.ts.map +1 -0
- package/grid/form/FormGridBody.component.d.ts +19 -0
- package/grid/form/FormGridBody.component.d.ts.map +1 -0
- package/grid/form/FormGridFooter.component.d.ts +10 -0
- package/grid/form/FormGridFooter.component.d.ts.map +1 -0
- package/grid/form/FormGridHeader.component.d.ts +11 -0
- package/grid/form/FormGridHeader.component.d.ts.map +1 -0
- package/grid/form/index.d.ts +10 -0
- package/grid/form/index.d.ts.map +1 -0
- package/grid/form/time-since.pipe.d.ts +8 -0
- package/grid/form/time-since.pipe.d.ts.map +1 -0
- package/grid/formio-angular-grid.d.ts.map +1 -0
- package/grid/grid.component.d.ts +59 -0
- package/grid/grid.component.d.ts.map +1 -0
- package/grid/grid.module.d.ts +23 -0
- package/grid/grid.module.d.ts.map +1 -0
- package/grid/grid.service.d.ts +10 -0
- package/grid/grid.service.d.ts.map +1 -0
- package/grid/index.d.ts +13 -237
- package/grid/index.d.ts.map +1 -1
- package/grid/submission/SubmissionGridBody.component.d.ts +19 -0
- package/grid/submission/SubmissionGridBody.component.d.ts.map +1 -0
- package/grid/submission/SubmissionGridFooter.component.d.ts +10 -0
- package/grid/submission/SubmissionGridFooter.component.d.ts.map +1 -0
- package/grid/submission/SubmissionGridHeader.component.d.ts +30 -0
- package/grid/submission/SubmissionGridHeader.component.d.ts.map +1 -0
- package/grid/submission/index.d.ts +10 -0
- package/grid/submission/index.d.ts.map +1 -0
- package/grid/types/grid-column.d.ts +7 -0
- package/grid/types/grid-column.d.ts.map +1 -0
- package/grid/types/grid-footer-positions.d.ts +6 -0
- package/grid/types/grid-footer-positions.d.ts.map +1 -0
- package/grid/types/grid-header.d.ts +13 -0
- package/grid/types/grid-header.d.ts.map +1 -0
- package/index.d.ts +4 -354
- package/index.d.ts.map +1 -1
- package/manager/create/create.component.d.ts +9 -0
- package/manager/create/create.component.d.ts.map +1 -0
- package/manager/delete/delete.component.d.ts +18 -0
- package/manager/delete/delete.component.d.ts.map +1 -0
- package/manager/edit/edit.component.d.ts +31 -0
- package/manager/edit/edit.component.d.ts.map +1 -0
- package/manager/form/form.component.d.ts +29 -0
- package/manager/form/form.component.d.ts.map +1 -0
- package/manager/form-manager.config.d.ts +30 -0
- package/manager/form-manager.config.d.ts.map +1 -0
- package/manager/form-manager.module.d.ts +28 -0
- package/manager/form-manager.module.d.ts.map +1 -0
- package/manager/form-manager.routes.d.ts +4 -0
- package/manager/form-manager.routes.d.ts.map +1 -0
- package/manager/form-manager.service.d.ts +37 -0
- package/manager/form-manager.service.d.ts.map +1 -0
- package/manager/formio-angular-manager.d.ts.map +1 -0
- package/manager/index/index.component.d.ts +28 -0
- package/manager/index/index.component.d.ts.map +1 -0
- package/manager/index.d.ts +17 -242
- package/manager/index.d.ts.map +1 -1
- package/manager/submission/delete/delete.component.d.ts +16 -0
- package/manager/submission/delete/delete.component.d.ts.map +1 -0
- package/manager/submission/edit/edit.component.d.ts +13 -0
- package/manager/submission/edit/edit.component.d.ts.map +1 -0
- package/manager/submission/index/index.component.d.ts +13 -0
- package/manager/submission/index/index.component.d.ts.map +1 -0
- package/manager/submission/submission/submission.component.d.ts +15 -0
- package/manager/submission/submission/submission.component.d.ts.map +1 -0
- package/manager/submission/view/view.component.d.ts +9 -0
- package/manager/submission/view/view.component.d.ts.map +1 -0
- package/manager/view/view.component.d.ts +24 -0
- package/manager/view/view.component.d.ts.map +1 -0
- package/package.json +7 -7
- package/resource/create/create.component.d.ts +19 -0
- package/resource/create/create.component.d.ts.map +1 -0
- package/resource/delete/delete.component.d.ts +14 -0
- package/resource/delete/delete.component.d.ts.map +1 -0
- package/resource/edit/edit.component.d.ts +22 -0
- package/resource/edit/edit.component.d.ts.map +1 -0
- package/resource/formio-angular-resource.d.ts.map +1 -0
- package/resource/index/index.component.d.ts +23 -0
- package/resource/index/index.component.d.ts.map +1 -0
- package/resource/index.d.ts +12 -185
- package/resource/index.d.ts.map +1 -1
- package/resource/resource.component.d.ts +24 -0
- package/resource/resource.component.d.ts.map +1 -0
- package/resource/resource.config.d.ts +17 -0
- package/resource/resource.config.d.ts.map +1 -0
- package/resource/resource.module.d.ts +20 -0
- package/resource/resource.module.d.ts.map +1 -0
- package/resource/resource.routes.d.ts +4 -0
- package/resource/resource.routes.d.ts.map +1 -0
- package/resource/resource.service.d.ts +52 -0
- package/resource/resource.service.d.ts.map +1 -0
- package/resource/resources.service.d.ts +16 -0
- package/resource/resources.service.d.ts.map +1 -0
- package/resource/view/view.component.d.ts +16 -0
- package/resource/view/view.component.d.ts.map +1 -0
- package/types/alerts-position.d.ts +7 -0
- package/types/alerts-position.d.ts.map +1 -0
- package/types/formio-metadata.d.ts +11 -0
- package/types/formio-metadata.d.ts.map +1 -0
- package/types/formio-submission.d.ts +19 -0
- package/types/formio-submission.d.ts.map +1 -0
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
import { ElementRef, EventEmitter, NgZone, OnChanges, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { FormioService } from './formio.service';
|
|
3
|
+
import { FormioAlerts } from './components/alerts/formio.alerts';
|
|
4
|
+
import { FormioAppConfig } from './formio.config';
|
|
5
|
+
import { AngularFormioOptions, FormioForm, FormioRefreshValue } from './formio.common';
|
|
6
|
+
import { CustomTagsService } from './custom-tags.service';
|
|
7
|
+
import { Form } from '@formio/js';
|
|
8
|
+
import { AlertsPosition } from './types/alerts-position';
|
|
9
|
+
import * as i0 from "@angular/core";
|
|
10
|
+
export declare class FormioBaseComponent implements OnInit, OnChanges, OnDestroy {
|
|
11
|
+
ngZone: NgZone;
|
|
12
|
+
config: FormioAppConfig;
|
|
13
|
+
customTags?: CustomTagsService;
|
|
14
|
+
form?: FormioForm;
|
|
15
|
+
submission?: any;
|
|
16
|
+
src?: string;
|
|
17
|
+
url?: string;
|
|
18
|
+
service?: FormioService;
|
|
19
|
+
options?: Form['options'] & AngularFormioOptions;
|
|
20
|
+
noeval?: boolean;
|
|
21
|
+
formioOptions?: any;
|
|
22
|
+
renderOptions?: any;
|
|
23
|
+
readOnly?: boolean;
|
|
24
|
+
viewOnly?: boolean;
|
|
25
|
+
hideLoading?: boolean;
|
|
26
|
+
hideComponents?: string[];
|
|
27
|
+
refresh?: EventEmitter<FormioRefreshValue>;
|
|
28
|
+
error?: EventEmitter<any>;
|
|
29
|
+
success?: EventEmitter<object>;
|
|
30
|
+
submitDone?: EventEmitter<object>;
|
|
31
|
+
language?: EventEmitter<string> | string;
|
|
32
|
+
hooks?: any;
|
|
33
|
+
renderer?: any;
|
|
34
|
+
watchSubmissionErrors?: boolean;
|
|
35
|
+
dataTableActions?: any;
|
|
36
|
+
render: EventEmitter<object>;
|
|
37
|
+
customEvent: EventEmitter<object>;
|
|
38
|
+
fileUploadingStatus: EventEmitter<string>;
|
|
39
|
+
submit: EventEmitter<object>;
|
|
40
|
+
prevPage: EventEmitter<object>;
|
|
41
|
+
nextPage: EventEmitter<object>;
|
|
42
|
+
beforeSubmit: EventEmitter<object>;
|
|
43
|
+
rowAdd: EventEmitter<any>;
|
|
44
|
+
rowAdded: EventEmitter<any>;
|
|
45
|
+
rowEdit: EventEmitter<any>;
|
|
46
|
+
rowEdited: EventEmitter<any>;
|
|
47
|
+
rowDelete: EventEmitter<any>;
|
|
48
|
+
rowClick: EventEmitter<any>;
|
|
49
|
+
rowSelectChange: EventEmitter<any>;
|
|
50
|
+
page: EventEmitter<any>;
|
|
51
|
+
changeItemsPerPage: EventEmitter<any>;
|
|
52
|
+
change: EventEmitter<object>;
|
|
53
|
+
invalid: EventEmitter<boolean>;
|
|
54
|
+
errorChange: EventEmitter<any>;
|
|
55
|
+
formLoad: EventEmitter<any>;
|
|
56
|
+
submissionLoad: EventEmitter<any>;
|
|
57
|
+
ready: EventEmitter<FormioBaseComponent>;
|
|
58
|
+
formioElement?: ElementRef<any>;
|
|
59
|
+
AlertsPosition: typeof AlertsPosition;
|
|
60
|
+
formio: any;
|
|
61
|
+
initialized: boolean;
|
|
62
|
+
alerts: FormioAlerts;
|
|
63
|
+
formioReady: Promise<any>;
|
|
64
|
+
private formioReadyResolve;
|
|
65
|
+
private submitting;
|
|
66
|
+
private submissionSuccess;
|
|
67
|
+
isLoading: boolean;
|
|
68
|
+
noAlerts: boolean;
|
|
69
|
+
label: string;
|
|
70
|
+
constructor(ngZone: NgZone, config: FormioAppConfig, customTags?: CustomTagsService);
|
|
71
|
+
getRenderer(): any;
|
|
72
|
+
getRendererOptions(): any;
|
|
73
|
+
createRenderer(): any;
|
|
74
|
+
setFormUrl(url: any): void;
|
|
75
|
+
setForm(form: FormioForm): any;
|
|
76
|
+
attachFormEvents(): void;
|
|
77
|
+
initialize(): void;
|
|
78
|
+
ngOnInit(): void;
|
|
79
|
+
setFormFromSrc(): void;
|
|
80
|
+
ngOnDestroy(): void;
|
|
81
|
+
onRefresh(refresh: FormioRefreshValue): void;
|
|
82
|
+
ngOnChanges(changes: any): void;
|
|
83
|
+
onPrevPage(data: any): void;
|
|
84
|
+
onNextPage(data: any): void;
|
|
85
|
+
onSubmit(submission: any, saved: boolean, noemit?: boolean): void;
|
|
86
|
+
onError(err: any): void;
|
|
87
|
+
focusOnComponet(key: any): void;
|
|
88
|
+
submitExecute(submission: object, saved?: boolean): void;
|
|
89
|
+
submitForm(submission: any, saved?: boolean): void;
|
|
90
|
+
onChange(value: any, flags: any, isModified: boolean): void;
|
|
91
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FormioBaseComponent, [null, { optional: true; }, { optional: true; }]>;
|
|
92
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FormioBaseComponent, "ng-component", never, { "form": { "alias": "form"; "required": false; }; "submission": { "alias": "submission"; "required": false; }; "src": { "alias": "src"; "required": false; }; "url": { "alias": "url"; "required": false; }; "service": { "alias": "service"; "required": false; }; "options": { "alias": "options"; "required": false; }; "noeval": { "alias": "noeval"; "required": false; }; "formioOptions": { "alias": "formioOptions"; "required": false; }; "renderOptions": { "alias": "renderOptions"; "required": false; }; "readOnly": { "alias": "readOnly"; "required": false; }; "viewOnly": { "alias": "viewOnly"; "required": false; }; "hideLoading": { "alias": "hideLoading"; "required": false; }; "hideComponents": { "alias": "hideComponents"; "required": false; }; "refresh": { "alias": "refresh"; "required": false; }; "error": { "alias": "error"; "required": false; }; "success": { "alias": "success"; "required": false; }; "submitDone": { "alias": "submitDone"; "required": false; }; "language": { "alias": "language"; "required": false; }; "hooks": { "alias": "hooks"; "required": false; }; "renderer": { "alias": "renderer"; "required": false; }; "watchSubmissionErrors": { "alias": "watchSubmissionErrors"; "required": false; }; "dataTableActions": { "alias": "dataTableActions"; "required": false; }; }, { "render": "render"; "customEvent": "customEvent"; "fileUploadingStatus": "fileUploadingStatus"; "submit": "submit"; "prevPage": "prevPage"; "nextPage": "nextPage"; "beforeSubmit": "beforeSubmit"; "rowAdd": "rowAdd"; "rowAdded": "rowAdded"; "rowEdit": "rowEdit"; "rowEdited": "rowEdited"; "rowDelete": "rowDelete"; "rowClick": "rowClick"; "rowSelectChange": "rowSelectChange"; "page": "page"; "changeItemsPerPage": "changeItemsPerPage"; "change": "change"; "invalid": "invalid"; "errorChange": "errorChange"; "formLoad": "formLoad"; "submissionLoad": "submissionLoad"; "ready": "ready"; }, never, never, false, never>;
|
|
93
|
+
}
|
|
94
|
+
//# sourceMappingURL=FormioBaseComponent.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FormioBaseComponent.d.ts","sourceRoot":"","sources":["../../projects/angular-formio/src/FormioBaseComponent.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAE,YAAY,EAAS,MAAM,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,EAA+B,MAAM,eAAe,CAAC;AAC9I,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AACjD,OAAO,EAAE,YAAY,EAAE,MAAM,mCAAmC,CAAC;AACjE,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAClD,OAAO,EAAC,oBAAoB,EAAe,UAAU,EAAE,kBAAkB,EAAC,MAAM,iBAAiB,CAAC;AAElG,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAC1D,OAAO,EAAC,IAAI,EAAiB,MAAM,YAAY,CAAC;AAChD,OAAO,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;;AAGzD,qBAIa,mBAAoB,YAAW,MAAM,EAAE,SAAS,EAAE,SAAS;IA6D7D,MAAM,EAAE,MAAM;IACF,MAAM,EAAE,eAAe;IACvB,UAAU,CAAC,EAAE,iBAAiB;IA9D1C,IAAI,CAAC,EAAE,UAAU,CAAC;IAClB,UAAU,CAAC,EAAE,GAAG,CAAM;IACtB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,OAAO,CAAC,EAAE,aAAa,CAAC;IACxB,OAAO,CAAC,EAAE,IAAI,CAAC,SAAS,CAAC,GAAG,oBAAoB,CAAC;IACjD,MAAO,CAAC,UAAoB;IAC5B,aAAa,CAAC,EAAE,GAAG,CAAC;IACpB,aAAa,CAAC,EAAE,GAAG,CAAC;IACpB,QAAS,CAAC,UAAS;IACnB,QAAS,CAAC,UAAS;IACnB,WAAY,CAAC,UAAS;IACtB,cAAc,CAAC,EAAE,MAAM,EAAE,CAAC;IAC1B,OAAO,CAAC,EAAE,YAAY,CAAC,kBAAkB,CAAC,CAAC;IAC3C,KAAK,CAAC,EAAE,YAAY,CAAC,GAAG,CAAC,CAAC;IAC1B,OAAO,CAAC,EAAE,YAAY,CAAC,MAAM,CAAC,CAAC;IAC/B,UAAU,CAAC,EAAE,YAAY,CAAC,MAAM,CAAC,CAAC;IAClC,QAAQ,CAAC,EAAE,YAAY,CAAC,MAAM,CAAC,GAAG,MAAM,CAAC;IACzC,KAAK,CAAC,EAAE,GAAG,CAAM;IACjB,QAAQ,CAAC,EAAE,GAAG,CAAC;IACf,qBAAsB,CAAC,UAAS;IAChC,gBAAgB,CAAC,EAAE,GAAG,CAAM;IAC3B,MAAM,uBAA8B;IACpC,WAAW,uBAA8B;IACzC,mBAAmB,uBAA8B;IACjD,MAAM,uBAA8B;IACpC,QAAQ,uBAA8B;IACtC,QAAQ,uBAA8B;IACtC,YAAY,uBAA8B;IAC1C,MAAM,oBAA2B;IACjC,QAAQ,oBAA2B;IACnC,OAAO,oBAA2B;IAClC,SAAS,oBAA2B;IACpC,SAAS,oBAA2B;IACpC,QAAQ,oBAA2B;IACnC,eAAe,oBAA2B;IAC1C,IAAI,oBAA2B;IAC/B,kBAAkB,oBAA2B;IAC7C,MAAM,uBAA8B;IACpC,OAAO,wBAA+B;IACtC,WAAW,oBAA2B;IACtC,QAAQ,oBAA2B;IACnC,cAAc,oBAA2B;IACzC,KAAK,oCAA2C;IACnB,aAAa,CAAC,EAAE,UAAU,CAAC,GAAG,CAAC,CAAC;IAEhE,cAAc,wBAAkB;IAChC,MAAM,EAAE,GAAG,CAAC;IACZ,WAAW,UAAS;IACpB,MAAM,eAAsB;IAC5B,WAAW,EAAE,OAAO,CAAC,GAAG,CAAC,CAAC;IAEjC,OAAO,CAAC,kBAAkB,CAAM;IAChC,OAAO,CAAC,UAAU,CAAS;IAC3B,OAAO,CAAC,iBAAiB,CAAS;IAC3B,SAAS,EAAE,OAAO,CAAC;IACnB,QAAQ,EAAE,OAAO,CAAC;IAClB,KAAK,EAAE,MAAM,CAAC;gBAGZ,MAAM,EAAE,MAAM,EACF,MAAM,EAAE,eAAe,EACvB,UAAU,CAAC,EAAE,iBAAiB;IAQnD,WAAW;IAIX,kBAAkB;IAkBlB,cAAc;IAUd,UAAU,CAAC,GAAG,KAAA;IAId,OAAO,CAAC,IAAI,EAAE,UAAU;IAmDxB,gBAAgB;IAqChB,UAAU;IA6BV,QAAQ;IAmDR,cAAc;IA8Bd,WAAW;IAMX,SAAS,CAAC,OAAO,EAAE,kBAAkB;IAuBrC,WAAW,CAAC,OAAO,EAAE,GAAG;IA8BxB,UAAU,CAAC,IAAI,EAAE,GAAG;IAKpB,UAAU,CAAC,IAAI,EAAE,GAAG;IAKpB,QAAQ,CAAC,UAAU,EAAE,GAAG,EAAE,KAAK,EAAE,OAAO,EAAE,MAAM,CAAC,EAAE,OAAO;IAuB1D,OAAO,CAAC,GAAG,EAAE,GAAG;IAsFhB,eAAe,CAAC,GAAG,EAAE,GAAG;IAMxB,aAAa,CAAC,UAAU,EAAE,MAAM,EAAE,KAAK,UAAQ;IAa/C,UAAU,CAAC,UAAU,EAAE,GAAG,EAAE,KAAK,UAAQ;IA0BzC,QAAQ,CAAC,KAAK,EAAE,GAAG,EAAE,KAAK,EAAE,GAAG,EAAE,UAAU,EAAE,OAAO;yCAhhBzC,mBAAmB;2CAAnB,mBAAmB;CA2hB/B"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class FormioAuthComponent {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FormioAuthComponent, never>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FormioAuthComponent, "ng-component", never, {}, {}, never, never, false, never>;
|
|
5
|
+
}
|
|
6
|
+
//# sourceMappingURL=auth.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"auth.component.d.ts","sourceRoot":"","sources":["../../../projects/angular-formio/auth/src/auth.component.ts"],"names":[],"mappings":";AACA,qBAIa,mBAAmB;yCAAnB,mBAAmB;2CAAnB,mBAAmB;CAAG"}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export interface FormioAuthFormConfig {
|
|
3
|
+
path?: string;
|
|
4
|
+
form?: string;
|
|
5
|
+
component?: any;
|
|
6
|
+
}
|
|
7
|
+
export interface FormioAuthRouteConfig {
|
|
8
|
+
auth?: any;
|
|
9
|
+
login?: any;
|
|
10
|
+
register?: any;
|
|
11
|
+
resetpass?: any;
|
|
12
|
+
}
|
|
13
|
+
export declare class FormioAuthConfig {
|
|
14
|
+
component?: any;
|
|
15
|
+
delayAuth?: any;
|
|
16
|
+
login?: FormioAuthFormConfig;
|
|
17
|
+
register?: FormioAuthFormConfig;
|
|
18
|
+
resetpass?: FormioAuthFormConfig;
|
|
19
|
+
oauth?: FormioOAuthConfig;
|
|
20
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FormioAuthConfig, never>;
|
|
21
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<FormioAuthConfig>;
|
|
22
|
+
}
|
|
23
|
+
export interface FormioOAuthConfig {
|
|
24
|
+
type: FormioOauthType;
|
|
25
|
+
options: FormioOktaConfig | FormioSamlConfig;
|
|
26
|
+
}
|
|
27
|
+
export declare enum FormioOauthType {
|
|
28
|
+
okta = "okta",
|
|
29
|
+
saml = "saml"
|
|
30
|
+
}
|
|
31
|
+
export interface FormioOktaConfig extends OktaConfig {
|
|
32
|
+
formio?: any;
|
|
33
|
+
}
|
|
34
|
+
export interface FormioSamlConfig {
|
|
35
|
+
relay: string;
|
|
36
|
+
}
|
|
37
|
+
export interface OktaConfig {
|
|
38
|
+
url?: string;
|
|
39
|
+
tokenManager?: OktaTokenManagerConfig;
|
|
40
|
+
issuer?: string;
|
|
41
|
+
clientId?: string;
|
|
42
|
+
redirectUri?: string;
|
|
43
|
+
postLogoutRedirectUri?: string;
|
|
44
|
+
pkce?: boolean;
|
|
45
|
+
authorizeUrl?: string;
|
|
46
|
+
userinfoUrl?: string;
|
|
47
|
+
tokenUrl?: string;
|
|
48
|
+
ignoreSignature?: boolean;
|
|
49
|
+
maxClockSkew?: number;
|
|
50
|
+
scopes?: string[];
|
|
51
|
+
httpRequestClient?: Function;
|
|
52
|
+
}
|
|
53
|
+
export interface OktaTokenManagerConfig {
|
|
54
|
+
storage?: string | {
|
|
55
|
+
getItem?: Function;
|
|
56
|
+
setItem?: Function;
|
|
57
|
+
};
|
|
58
|
+
secure?: boolean;
|
|
59
|
+
autoRenew?: boolean;
|
|
60
|
+
expireEarlySeconds?: number;
|
|
61
|
+
storageKey?: string;
|
|
62
|
+
}
|
|
63
|
+
//# sourceMappingURL=auth.config.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"auth.config.d.ts","sourceRoot":"","sources":["../../../projects/angular-formio/auth/src/auth.config.ts"],"names":[],"mappings":";AAEA,MAAM,WAAW,oBAAoB;IACnC,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,GAAG,CAAC;CACjB;AAED,MAAM,WAAW,qBAAqB;IACpC,IAAI,CAAC,EAAE,GAAG,CAAC;IACX,KAAK,CAAC,EAAE,GAAG,CAAC;IACZ,QAAQ,CAAC,EAAE,GAAG,CAAC;IACf,SAAS,CAAC,EAAE,GAAG,CAAC;CACjB;AAED,qBACa,gBAAgB;IAC3B,SAAS,CAAC,EAAE,GAAG,CAAC;IAChB,SAAS,CAAC,EAAE,GAAG,CAAC;IAChB,KAAK,CAAC,EAAE,oBAAoB,CAAC;IAC7B,QAAQ,CAAC,EAAE,oBAAoB,CAAC;IAChC,SAAS,CAAC,EAAE,oBAAoB,CAAC;IACjC,KAAK,CAAC,EAAE,iBAAiB,CAAC;yCANf,gBAAgB;6CAAhB,gBAAgB;CAO5B;AAGD,MAAM,WAAW,iBAAiB;IAChC,IAAI,EAAE,eAAe,CAAC;IACtB,OAAO,EAAE,gBAAgB,GAAG,gBAAgB,CAAC;CAC9C;AAED,oBAAY,eAAe;IACzB,IAAI,SAAS;IACb,IAAI,SAAS;CACd;AAED,MAAM,WAAW,gBAAiB,SAAQ,UAAU;IAClD,MAAM,CAAC,EAAE,GAAG,CAAC;CACd;AAED,MAAM,WAAW,gBAAgB;IAC/B,KAAK,EAAE,MAAM,CAAC;CACf;AAGD,MAAM,WAAW,UAAU;IACzB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,YAAY,CAAC,EAAE,sBAAsB,CAAC;IACtC,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB,iBAAiB,CAAC,EAAE,QAAQ,CAAC;CAC9B;AAED,MAAM,WAAW,sBAAsB;IACrC,OAAO,CAAC,EAAE,MAAM,GAAG;QACjB,OAAO,CAAC,EAAE,QAAQ,CAAC;QACnB,OAAO,CAAC,EAAE,QAAQ,CAAC;KACpB,CAAC;IACF,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { FormioAuthRouteConfig } from './auth.config';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "./auth.component";
|
|
4
|
+
import * as i2 from "./login/login.component";
|
|
5
|
+
import * as i3 from "./register/register.component";
|
|
6
|
+
import * as i4 from "./resetpass/resetpass.component";
|
|
7
|
+
import * as i5 from "@angular/common";
|
|
8
|
+
import * as i6 from "@formio/angular";
|
|
9
|
+
import * as i7 from "@angular/router";
|
|
10
|
+
export declare class FormioAuth {
|
|
11
|
+
static forRoot(config?: FormioAuthRouteConfig): any;
|
|
12
|
+
static forChild(config?: FormioAuthRouteConfig): any;
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FormioAuth, never>;
|
|
14
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<FormioAuth, [typeof i1.FormioAuthComponent, typeof i2.FormioAuthLoginComponent, typeof i3.FormioAuthRegisterComponent, typeof i4.FormioResetPassComponent], [typeof i5.CommonModule, typeof i6.FormioModule, typeof i7.RouterModule], never>;
|
|
15
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<FormioAuth>;
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=auth.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"auth.module.d.ts","sourceRoot":"","sources":["../../../projects/angular-formio/auth/src/auth.module.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,qBAAqB,EAAE,MAAM,eAAe,CAAC;;;;;;;;;AAItD,qBAaa,UAAU;IACrB,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,EAAE,qBAAqB,GAAG,GAAG;IAGnD,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,EAAE,qBAAqB,GAAG,GAAG;yCAJzC,UAAU;0CAAV,UAAU;0CAAV,UAAU;CAOtB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"auth.routes.d.ts","sourceRoot":"","sources":["../../../projects/angular-formio/auth/src/auth.routes.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzC,OAAO,EAAE,qBAAqB,EAAE,MAAM,eAAe,CAAC;AAMtD,wBAAgB,gBAAgB,CAAC,MAAM,CAAC,EAAE,qBAAqB,GAAG,MAAM,CA0BvE"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { FormioAuthConfig } from './auth.config';
|
|
3
|
+
import { FormioAppConfig } from '@formio/angular';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class FormioAuthService {
|
|
6
|
+
appConfig: FormioAppConfig;
|
|
7
|
+
config: FormioAuthConfig;
|
|
8
|
+
user: any;
|
|
9
|
+
authenticated: boolean;
|
|
10
|
+
loginForm: string;
|
|
11
|
+
onLogin: EventEmitter<object>;
|
|
12
|
+
onLogout: EventEmitter<object>;
|
|
13
|
+
registerForm: string;
|
|
14
|
+
onRegister: EventEmitter<object>;
|
|
15
|
+
onUser: EventEmitter<object>;
|
|
16
|
+
onError: EventEmitter<any>;
|
|
17
|
+
resetPassForm: string;
|
|
18
|
+
onResetPass: EventEmitter<object>;
|
|
19
|
+
ready: Promise<boolean>;
|
|
20
|
+
readyResolve: any;
|
|
21
|
+
readyReject: any;
|
|
22
|
+
projectReady?: Promise<any>;
|
|
23
|
+
accessReady?: Promise<any>;
|
|
24
|
+
userReady?: Promise<any>;
|
|
25
|
+
formAccess: any;
|
|
26
|
+
submissionAccess: any;
|
|
27
|
+
roles: any;
|
|
28
|
+
is: any;
|
|
29
|
+
constructor(appConfig: FormioAppConfig, config: FormioAuthConfig);
|
|
30
|
+
onLoginSubmit(submission: object): void;
|
|
31
|
+
onRegisterSubmit(submission: object): void;
|
|
32
|
+
onResetPassSubmit(submission: object): void;
|
|
33
|
+
init(): void;
|
|
34
|
+
setUser(user: any): void;
|
|
35
|
+
setUserRoles(): void;
|
|
36
|
+
logoutError(): void;
|
|
37
|
+
logout(): void;
|
|
38
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FormioAuthService, never>;
|
|
39
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<FormioAuthService>;
|
|
40
|
+
}
|
|
41
|
+
//# sourceMappingURL=auth.service.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"auth.service.d.ts","sourceRoot":"","sources":["../../../projects/angular-formio/auth/src/auth.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAsB,MAAM,eAAe,CAAC;AACjE,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;;AAIlD,qBACa,iBAAiB;IA6BnB,SAAS,EAAE,eAAe;IAC1B,MAAM,EAAE,gBAAgB;IA7B1B,IAAI,EAAE,GAAG,CAAC;IACV,aAAa,UAAS;IAEtB,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,YAAY,CAAC,MAAM,CAAC,CAAC;IAC9B,QAAQ,EAAE,YAAY,CAAC,MAAM,CAAC,CAAC;IAE/B,YAAY,EAAE,MAAM,CAAC;IACrB,UAAU,EAAE,YAAY,CAAC,MAAM,CAAC,CAAC;IACjC,MAAM,EAAE,YAAY,CAAC,MAAM,CAAC,CAAC;IAC7B,OAAO,EAAE,YAAY,CAAC,GAAG,CAAC,CAAC;IAE3B,aAAa,EAAE,MAAM,CAAC;IACtB,WAAW,EAAE,YAAY,CAAC,MAAM,CAAC,CAAC;IAElC,KAAK,EAAE,OAAO,CAAC,OAAO,CAAC,CAAC;IACxB,YAAY,EAAE,GAAG,CAAC;IAClB,WAAW,EAAE,GAAG,CAAC;IAEjB,YAAY,CAAC,EAAE,OAAO,CAAC,GAAG,CAAC,CAAC;IAC5B,WAAW,CAAC,EAAE,OAAO,CAAC,GAAG,CAAC,CAAC;IAC3B,SAAS,CAAC,EAAE,OAAO,CAAC,GAAG,CAAC,CAAC;IACzB,UAAU,EAAE,GAAG,CAAM;IACrB,gBAAgB,EAAE,GAAG,CAAM;IAC3B,KAAK,EAAE,GAAG,CAAC;IACX,EAAE,EAAE,GAAG,CAAM;gBAGX,SAAS,EAAE,eAAe,EAC1B,MAAM,EAAE,gBAAgB;IA2CjC,aAAa,CAAC,UAAU,EAAE,MAAM;IAKhC,gBAAgB,CAAC,UAAU,EAAE,MAAM;IAKnC,iBAAiB,CAAC,UAAU,EAAE,MAAM;IAIpC,IAAI;IAoEJ,OAAO,CAAC,IAAI,EAAE,GAAG;IAmBjB,YAAY;IAYZ,WAAW;IAOX,MAAM;yCAjMK,iBAAiB;6CAAjB,iBAAiB;CAqN7B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"formio-angular-auth.d.ts","sourceRoot":"","sources":["../../../projects/angular-formio/auth/src/formio-angular-auth.ts"],"names":[],"mappings":"AAAA;;GAEG;;AAEH,cAAc,SAAS,CAAC"}
|
package/auth/index.d.ts
CHANGED
|
@@ -1,147 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
path?: string;
|
|
11
|
-
form?: string;
|
|
12
|
-
component?: any;
|
|
13
|
-
}
|
|
14
|
-
interface FormioAuthRouteConfig {
|
|
15
|
-
auth?: any;
|
|
16
|
-
login?: any;
|
|
17
|
-
register?: any;
|
|
18
|
-
resetpass?: any;
|
|
19
|
-
}
|
|
20
|
-
declare class FormioAuthConfig {
|
|
21
|
-
component?: any;
|
|
22
|
-
delayAuth?: any;
|
|
23
|
-
login?: FormioAuthFormConfig;
|
|
24
|
-
register?: FormioAuthFormConfig;
|
|
25
|
-
resetpass?: FormioAuthFormConfig;
|
|
26
|
-
oauth?: FormioOAuthConfig;
|
|
27
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FormioAuthConfig, never>;
|
|
28
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<FormioAuthConfig>;
|
|
29
|
-
}
|
|
30
|
-
interface FormioOAuthConfig {
|
|
31
|
-
type: FormioOauthType;
|
|
32
|
-
options: FormioOktaConfig | FormioSamlConfig;
|
|
33
|
-
}
|
|
34
|
-
declare enum FormioOauthType {
|
|
35
|
-
okta = "okta",
|
|
36
|
-
saml = "saml"
|
|
37
|
-
}
|
|
38
|
-
interface FormioOktaConfig extends OktaConfig {
|
|
39
|
-
formio?: any;
|
|
40
|
-
}
|
|
41
|
-
interface FormioSamlConfig {
|
|
42
|
-
relay: string;
|
|
43
|
-
}
|
|
44
|
-
interface OktaConfig {
|
|
45
|
-
url?: string;
|
|
46
|
-
tokenManager?: OktaTokenManagerConfig;
|
|
47
|
-
issuer?: string;
|
|
48
|
-
clientId?: string;
|
|
49
|
-
redirectUri?: string;
|
|
50
|
-
postLogoutRedirectUri?: string;
|
|
51
|
-
pkce?: boolean;
|
|
52
|
-
authorizeUrl?: string;
|
|
53
|
-
userinfoUrl?: string;
|
|
54
|
-
tokenUrl?: string;
|
|
55
|
-
ignoreSignature?: boolean;
|
|
56
|
-
maxClockSkew?: number;
|
|
57
|
-
scopes?: string[];
|
|
58
|
-
httpRequestClient?: Function;
|
|
59
|
-
}
|
|
60
|
-
interface OktaTokenManagerConfig {
|
|
61
|
-
storage?: string | {
|
|
62
|
-
getItem?: Function;
|
|
63
|
-
setItem?: Function;
|
|
64
|
-
};
|
|
65
|
-
secure?: boolean;
|
|
66
|
-
autoRenew?: boolean;
|
|
67
|
-
expireEarlySeconds?: number;
|
|
68
|
-
storageKey?: string;
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
declare class FormioAuthService {
|
|
72
|
-
appConfig: FormioAppConfig;
|
|
73
|
-
config: FormioAuthConfig;
|
|
74
|
-
user: any;
|
|
75
|
-
authenticated: boolean;
|
|
76
|
-
loginForm: string;
|
|
77
|
-
onLogin: EventEmitter<object>;
|
|
78
|
-
onLogout: EventEmitter<object>;
|
|
79
|
-
registerForm: string;
|
|
80
|
-
onRegister: EventEmitter<object>;
|
|
81
|
-
onUser: EventEmitter<object>;
|
|
82
|
-
onError: EventEmitter<any>;
|
|
83
|
-
resetPassForm: string;
|
|
84
|
-
onResetPass: EventEmitter<object>;
|
|
85
|
-
ready: Promise<boolean>;
|
|
86
|
-
readyResolve: any;
|
|
87
|
-
readyReject: any;
|
|
88
|
-
projectReady?: Promise<any>;
|
|
89
|
-
accessReady?: Promise<any>;
|
|
90
|
-
userReady?: Promise<any>;
|
|
91
|
-
formAccess: any;
|
|
92
|
-
submissionAccess: any;
|
|
93
|
-
roles: any;
|
|
94
|
-
is: any;
|
|
95
|
-
constructor(appConfig: FormioAppConfig, config: FormioAuthConfig);
|
|
96
|
-
onLoginSubmit(submission: object): void;
|
|
97
|
-
onRegisterSubmit(submission: object): void;
|
|
98
|
-
onResetPassSubmit(submission: object): void;
|
|
99
|
-
init(): void;
|
|
100
|
-
setUser(user: any): void;
|
|
101
|
-
setUserRoles(): void;
|
|
102
|
-
logoutError(): void;
|
|
103
|
-
logout(): void;
|
|
104
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FormioAuthService, never>;
|
|
105
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<FormioAuthService>;
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
declare class FormioAuthComponent {
|
|
109
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FormioAuthComponent, never>;
|
|
110
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FormioAuthComponent, "ng-component", never, {}, {}, never, never, false, never>;
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
declare class FormioAuthLoginComponent {
|
|
114
|
-
service: FormioAuthService;
|
|
115
|
-
renderOptions: any;
|
|
116
|
-
constructor(service: FormioAuthService);
|
|
117
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FormioAuthLoginComponent, never>;
|
|
118
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FormioAuthLoginComponent, "ng-component", never, {}, {}, never, never, false, never>;
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
declare class FormioAuthRegisterComponent {
|
|
122
|
-
service: FormioAuthService;
|
|
123
|
-
renderOptions: any;
|
|
124
|
-
constructor(service: FormioAuthService);
|
|
125
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FormioAuthRegisterComponent, never>;
|
|
126
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FormioAuthRegisterComponent, "ng-component", never, {}, {}, never, never, false, never>;
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
declare class FormioResetPassComponent {
|
|
130
|
-
service: FormioAuthService;
|
|
131
|
-
constructor(service: FormioAuthService);
|
|
132
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FormioResetPassComponent, never>;
|
|
133
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FormioResetPassComponent, "ng-component", never, {}, {}, never, never, false, never>;
|
|
134
|
-
}
|
|
135
|
-
|
|
136
|
-
declare function FormioAuthRoutes(config?: FormioAuthRouteConfig): Routes;
|
|
137
|
-
|
|
138
|
-
declare class FormioAuth {
|
|
139
|
-
static forRoot(config?: FormioAuthRouteConfig): any;
|
|
140
|
-
static forChild(config?: FormioAuthRouteConfig): any;
|
|
141
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FormioAuth, never>;
|
|
142
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<FormioAuth, [typeof FormioAuthComponent, typeof FormioAuthLoginComponent, typeof FormioAuthRegisterComponent, typeof FormioResetPassComponent], [typeof i5.CommonModule, typeof i6.FormioModule, typeof i7.RouterModule], never>;
|
|
143
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<FormioAuth>;
|
|
144
|
-
}
|
|
145
|
-
|
|
146
|
-
export { FormioAuth, FormioAuthComponent, FormioAuthConfig, FormioAuthLoginComponent, FormioAuthRegisterComponent, FormioAuthRoutes, FormioAuthService, FormioResetPassComponent };
|
|
147
|
-
//# sourceMappingURL=index.d.ts.map
|
|
1
|
+
export { FormioAuthConfig } from './auth.config';
|
|
2
|
+
export { FormioAuthService } from './auth.service';
|
|
3
|
+
export { FormioAuthComponent } from './auth.component';
|
|
4
|
+
export { FormioAuthLoginComponent } from './login/login.component';
|
|
5
|
+
export { FormioAuthRegisterComponent } from './register/register.component';
|
|
6
|
+
export { FormioResetPassComponent } from './resetpass/resetpass.component';
|
|
7
|
+
export { FormioAuthRoutes } from './auth.routes';
|
|
8
|
+
export { FormioAuth } from './auth.module';
|
|
9
|
+
//# sourceMappingURL=index.d.ts.map
|
package/auth/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../projects/angular-formio/auth/src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AACnD,OAAO,EAAE,mBAAmB,EAAE,MAAO,kBAAkB,CAAC;AACxD,OAAO,EAAE,wBAAwB,EAAE,MAAM,yBAAyB,CAAC;AACnE,OAAO,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAC;AAC5E,OAAO,EAAE,wBAAwB,EAAE,MAAM,iCAAiC,CAAC;AAC3E,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { FormioAuthService } from '../auth.service';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class FormioAuthLoginComponent {
|
|
4
|
+
service: FormioAuthService;
|
|
5
|
+
renderOptions: any;
|
|
6
|
+
constructor(service: FormioAuthService);
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FormioAuthLoginComponent, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FormioAuthLoginComponent, "ng-component", never, {}, {}, never, never, false, never>;
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=login.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"login.component.d.ts","sourceRoot":"","sources":["../../../../projects/angular-formio/auth/src/login/login.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;;AACpD,qBAIa,wBAAwB;IAIhB,OAAO,EAAE,iBAAiB;IAHtC,aAAa,EAAE,GAAG,CAEvB;gBACiB,OAAO,EAAE,iBAAiB;yCAJlC,wBAAwB;2CAAxB,wBAAwB;CAKpC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { FormioAuthService } from '../auth.service';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class FormioAuthRegisterComponent {
|
|
4
|
+
service: FormioAuthService;
|
|
5
|
+
renderOptions: any;
|
|
6
|
+
constructor(service: FormioAuthService);
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FormioAuthRegisterComponent, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FormioAuthRegisterComponent, "ng-component", never, {}, {}, never, never, false, never>;
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=register.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"register.component.d.ts","sourceRoot":"","sources":["../../../../projects/angular-formio/auth/src/register/register.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;;AACpD,qBAIa,2BAA2B;IAInB,OAAO,EAAE,iBAAiB;IAHtC,aAAa,EAAE,GAAG,CAEvB;gBACiB,OAAO,EAAE,iBAAiB;yCAJlC,2BAA2B;2CAA3B,2BAA2B;CAKvC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { FormioAuthService } from '../auth.service';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class FormioResetPassComponent {
|
|
4
|
+
service: FormioAuthService;
|
|
5
|
+
constructor(service: FormioAuthService);
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FormioResetPassComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FormioResetPassComponent, "ng-component", never, {}, {}, never, never, false, never>;
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=resetpass.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"resetpass.component.d.ts","sourceRoot":"","sources":["../../../../projects/angular-formio/auth/src/resetpass/resetpass.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;;AACpD,qBAIa,wBAAwB;IAChB,OAAO,EAAE,iBAAiB;gBAA1B,OAAO,EAAE,iBAAiB;yCADlC,wBAAwB;2CAAxB,wBAAwB;CAEpC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { FormioAlerts } from './formio.alerts';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class FormioAlertsComponent implements OnInit {
|
|
5
|
+
alerts: FormioAlerts;
|
|
6
|
+
focusComponent: EventEmitter<object>;
|
|
7
|
+
ngOnInit(): void;
|
|
8
|
+
getComponent(event: any, alert: any): void;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FormioAlertsComponent, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FormioAlertsComponent, "formio-alerts", never, { "alerts": { "alias": "alerts"; "required": false; }; }, { "focusComponent": "focusComponent"; }, never, never, false, never>;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=formio.alerts.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"formio.alerts.component.d.ts","sourceRoot":"","sources":["../../../../projects/angular-formio/src/components/alerts/formio.alerts.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,YAAY,EAAS,MAAM,EAAS,MAAM,eAAe,CAAC;AAC7E,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;;AAE/C,qBAKa,qBAAsB,YAAW,MAAM;IACzC,MAAM,EAAE,YAAY,CAAC;IACpB,cAAc,uBAA8B;IACtD,QAAQ;IAKR,YAAY,CAAE,KAAK,KAAA,EAAE,KAAK,KAAA;yCARf,qBAAqB;2CAArB,qBAAqB;CAWjC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export interface FormioAlert {
|
|
2
|
+
type: string;
|
|
3
|
+
message: string;
|
|
4
|
+
component?: any;
|
|
5
|
+
}
|
|
6
|
+
export declare class FormioAlerts {
|
|
7
|
+
alerts: FormioAlert[];
|
|
8
|
+
setAlert(alert: FormioAlert): void;
|
|
9
|
+
addAlert(alert: FormioAlert): void;
|
|
10
|
+
setAlerts(alerts: FormioAlert[]): void;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=formio.alerts.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"formio.alerts.d.ts","sourceRoot":"","sources":["../../../../projects/angular-formio/src/components/alerts/formio.alerts.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,WAAW;IAC1B,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,CAAC,EAAE,GAAG,CAAC;CACjB;AAED,qBAAa,YAAY;IAChB,MAAM,EAAE,WAAW,EAAE,CAAM;IAElC,QAAQ,CAAC,KAAK,EAAE,WAAW;IAI3B,QAAQ,CAAC,KAAK,EAAE,WAAW;IAI3B,SAAS,CAAC,MAAM,EAAE,WAAW,EAAE;CAGhC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class ParseHtmlContentPipe implements PipeTransform {
|
|
4
|
+
transform(content: any): string;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ParseHtmlContentPipe, never>;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<ParseHtmlContentPipe, "parseHtmlContent", false>;
|
|
7
|
+
}
|
|
8
|
+
//# sourceMappingURL=parse-html-content.pipe.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"parse-html-content.pipe.d.ts","sourceRoot":"","sources":["../../../../projects/angular-formio/src/components/alerts/parse-html-content.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,aAAa,EAAE,MAAM,eAAe,CAAC;;AAEpD,qBACa,oBAAqB,YAAW,aAAa;IAMxD,SAAS,CAAC,OAAO,KAAA;yCANN,oBAAoB;uCAApB,oBAAoB;CAWhC"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { OnInit, OnChanges, OnDestroy, ElementRef, EventEmitter, NgZone } from '@angular/core';
|
|
2
|
+
import { FormioAppConfig } from '../../formio.config';
|
|
3
|
+
import { AngularFormioOptions, FormioForm } from '../../formio.common';
|
|
4
|
+
import { FormBuilder } from '@formio/js';
|
|
5
|
+
import { Observable } from 'rxjs';
|
|
6
|
+
import { CustomTagsService } from '../../custom-tags.service';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export declare class FormBuilderComponent implements OnInit, OnChanges, OnDestroy {
|
|
9
|
+
private ngZone;
|
|
10
|
+
private config;
|
|
11
|
+
private customTags?;
|
|
12
|
+
ready: Promise<object>;
|
|
13
|
+
readyResolve: any;
|
|
14
|
+
formio: any;
|
|
15
|
+
builder: FormBuilder;
|
|
16
|
+
componentAdding: boolean;
|
|
17
|
+
private refreshSubscription;
|
|
18
|
+
form?: FormioForm;
|
|
19
|
+
options?: FormBuilder['options'] & AngularFormioOptions;
|
|
20
|
+
formbuilder?: any;
|
|
21
|
+
noeval?: boolean;
|
|
22
|
+
refresh?: Observable<void>;
|
|
23
|
+
rebuild?: Observable<object>;
|
|
24
|
+
change: EventEmitter<object>;
|
|
25
|
+
builderElement?: ElementRef<any>;
|
|
26
|
+
constructor(ngZone: NgZone, config: FormioAppConfig, customTags?: CustomTagsService);
|
|
27
|
+
ngOnInit(): void;
|
|
28
|
+
setInstance(instance: any): any;
|
|
29
|
+
setDisplay(display: String, prevDisplay?: string): void;
|
|
30
|
+
buildForm(form: any, prevForm?: any): any;
|
|
31
|
+
rebuildForm(form: any, options?: object): Promise<any>;
|
|
32
|
+
ngOnChanges(changes: any): void;
|
|
33
|
+
ngOnDestroy(): void;
|
|
34
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FormBuilderComponent, [null, { optional: true; }, { optional: true; }]>;
|
|
35
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FormBuilderComponent, "form-builder", never, { "form": { "alias": "form"; "required": false; }; "options": { "alias": "options"; "required": false; }; "formbuilder": { "alias": "formbuilder"; "required": false; }; "noeval": { "alias": "noeval"; "required": false; }; "refresh": { "alias": "refresh"; "required": false; }; "rebuild": { "alias": "rebuild"; "required": false; }; }, { "change": "change"; }, never, never, false, never>;
|
|
36
|
+
}
|
|
37
|
+
//# sourceMappingURL=formbuilder.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"formbuilder.component.d.ts","sourceRoot":"","sources":["../../../../projects/angular-formio/src/components/formbuilder/formbuilder.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,MAAM,EACN,SAAS,EACT,SAAS,EAGT,UAAU,EAEV,YAAY,EAEZ,MAAM,EACP,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AACtD,OAAO,EACL,oBAAoB,EACpB,UAAU,EACX,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAU,WAAW,EAAS,MAAM,YAAY,CAAC;AAExD,OAAO,EAAE,UAAU,EAAgB,MAAM,MAAM,CAAC;AAChD,OAAO,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;;AAG9D,qBAQa,oBAAqB,YAAW,MAAM,EAAE,SAAS,EAAE,SAAS;IAiBrE,OAAO,CAAC,MAAM;IACF,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,UAAU,CAAC;IAlB1B,KAAK,EAAE,OAAO,CAAC,MAAM,CAAC,CAAC;IACvB,YAAY,EAAE,GAAG,CAAC;IAClB,MAAM,EAAE,GAAG,CAAC;IACZ,OAAO,EAAE,WAAW,CAAC;IACrB,eAAe,UAAS;IAC/B,OAAO,CAAC,mBAAmB,CAAe;IACjC,IAAI,CAAC,EAAE,UAAU,CAAC;IAClB,OAAO,CAAC,EAAE,WAAW,CAAC,SAAS,CAAC,GAAG,oBAAoB,CAAC;IACxD,WAAW,CAAC,EAAE,GAAG,CAAC;IAClB,MAAO,CAAC,UAAS;IACjB,OAAO,CAAC,EAAE,UAAU,CAAC,IAAI,CAAC,CAAC;IAC3B,OAAO,CAAC,EAAE,UAAU,CAAC,MAAM,CAAC,CAAC;IAC5B,MAAM,EAAE,YAAY,CAAC,MAAM,CAAC,CAAC;IACC,cAAc,CAAC,EAAE,UAAU,CAAC,GAAG,CAAC,CAAC;gBAG/D,MAAM,EAAE,MAAM,EACF,MAAM,EAAE,eAAe,EACvB,UAAU,CAAC,EAAE,iBAAiB;IAepD,QAAQ;IAoBR,WAAW,CAAC,QAAQ,EAAE,GAAG;IAqEzB,UAAU,CAAC,OAAO,EAAE,MAAM,EAAE,WAAW,CAAC,EAAE,MAAM;IAMhD,SAAS,CAAC,IAAI,EAAE,GAAG,EAAE,QAAQ,CAAC,EAAE,GAAG;IAgBnC,WAAW,CAAC,IAAI,EAAE,GAAG,EAAE,OAAO,CAAC,EAAE,MAAM;IAgBvC,WAAW,CAAC,OAAO,EAAE,GAAG;IAUxB,WAAW;yCA3KA,oBAAoB;2CAApB,oBAAoB;CAoLhC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { OnInit, NgZone, OnChanges } from '@angular/core';
|
|
2
|
+
import { FormioAppConfig } from '../../formio.config';
|
|
3
|
+
import { FormioBaseComponent } from '../../FormioBaseComponent';
|
|
4
|
+
import { CustomTagsService } from '../../custom-tags.service';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class FormioComponent extends FormioBaseComponent implements OnInit, OnChanges {
|
|
7
|
+
ngZone: NgZone;
|
|
8
|
+
config: FormioAppConfig;
|
|
9
|
+
customTags?: CustomTagsService;
|
|
10
|
+
constructor(ngZone: NgZone, config: FormioAppConfig, customTags?: CustomTagsService);
|
|
11
|
+
getRenderer(): any;
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FormioComponent, [null, { optional: true; }, { optional: true; }]>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FormioComponent, "formio", never, {}, {}, never, never, false, never>;
|
|
14
|
+
}
|
|
15
|
+
//# sourceMappingURL=formio.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"formio.component.d.ts","sourceRoot":"","sources":["../../../../projects/angular-formio/src/components/formio/formio.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAsC,MAAM,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AACzG,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAEtD,OAAO,EAAE,mBAAmB,EAAE,MAAM,2BAA2B,CAAC;AAChE,OAAO,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;;AAG9D,qBAQa,eAAgB,SAAQ,mBAAoB,YAAW,MAAM,EAAE,SAAS;IAE1E,MAAM,EAAE,MAAM;IACF,MAAM,EAAE,eAAe;IACvB,UAAU,CAAC,EAAE,iBAAiB;gBAF1C,MAAM,EAAE,MAAM,EACF,MAAM,EAAE,eAAe,EACvB,UAAU,CAAC,EAAE,iBAAiB;IAWnD,WAAW;yCAfA,eAAe;2CAAf,eAAe;CAkB3B"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { OnInit, OnChanges, ElementRef, EventEmitter } from '@angular/core';
|
|
2
|
+
import { FormioComponent } from '../formio/formio.component';
|
|
3
|
+
import { FormioReport } from '../../formio.common';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class FormioReportComponent extends FormioComponent implements OnInit, OnChanges {
|
|
6
|
+
report?: FormioReport;
|
|
7
|
+
projectEndpoint?: string;
|
|
8
|
+
fetchDataError: EventEmitter<any>;
|
|
9
|
+
formioElement?: ElementRef<any>;
|
|
10
|
+
isReportLoading: boolean;
|
|
11
|
+
setFormFromSrc(): void;
|
|
12
|
+
setFormUrl(url: any): void;
|
|
13
|
+
ngOnChanges(changes: any): void;
|
|
14
|
+
getRendererOptions(): any;
|
|
15
|
+
createRenderer(): any;
|
|
16
|
+
attachFormEvents(): void;
|
|
17
|
+
getRenderer(): any;
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FormioReportComponent, never>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FormioReportComponent, "formio-report", never, { "report": { "alias": "report"; "required": false; }; "projectEndpoint": { "alias": "projectEndpoint"; "required": false; }; }, { "fetchDataError": "fetchDataError"; }, never, never, false, never>;
|
|
20
|
+
}
|
|
21
|
+
//# sourceMappingURL=formioreport.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"formioreport.component.d.ts","sourceRoot":"","sources":["../../../../projects/angular-formio/src/components/formioreport/formioreport.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAA4B,SAAS,EAAa,UAAU,EAAE,YAAY,EAAU,MAAM,eAAe,CAAC;AAEpI,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAC;AAC7D,OAAO,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;;AAGnD,qBAQa,qBAAsB,SAAQ,eAAgB,YAAW,MAAM,EAAE,SAAS;IAC5E,MAAM,CAAC,EAAE,YAAY,CAAC;IACtB,eAAe,CAAC,EAAE,MAAM,CAAC;IACxB,cAAc,oBAA2B;IACJ,aAAa,CAAC,EAAE,UAAU,CAAC,GAAG,CAAC,CAAC;IAExE,eAAe,EAAE,OAAO,CAAC;IAEhC,cAAc;IAed,UAAU,CAAC,GAAG,KAAA;IAId,WAAW,CAAC,OAAO,EAAE,GAAG;IAWxB,kBAAkB;IAWlB,cAAc;IAcd,gBAAgB;IAUhB,WAAW;yCAzEA,qBAAqB;2CAArB,qBAAqB;CAiFjC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class FormioLoaderComponent {
|
|
3
|
+
isLoading: boolean;
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FormioLoaderComponent, never>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FormioLoaderComponent, "formio-loader", never, { "isLoading": { "alias": "isLoading"; "required": false; }; }, {}, never, never, false, never>;
|
|
6
|
+
}
|
|
7
|
+
//# sourceMappingURL=formio.loader.component.d.ts.map
|