@formio/angular 5.3.0 → 5.4.0-rc.2
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 +2 -1
- package/FormioBaseComponent.d.ts.map +1 -1
- package/auth/auth.component.d.ts +1 -1
- package/auth/formio-angular-auth.d.ts.map +1 -1
- package/auth/login/login.component.d.ts +1 -1
- package/auth/register/register.component.d.ts +1 -1
- package/auth/resetpass/resetpass.component.d.ts +1 -1
- package/components/alerts/formio.alerts.component.d.ts +1 -1
- package/components/alerts/parse-html-content.pipe.d.ts +1 -1
- package/components/formbuilder/formbuilder.component.d.ts +1 -1
- package/components/formio/formio.component.d.ts +1 -1
- package/components/loader/formio.loader.component.d.ts +1 -1
- package/esm2020/FormioBaseComponent.mjs +15 -11
- package/esm2020/auth/auth.component.mjs +3 -3
- package/esm2020/auth/auth.config.mjs +3 -3
- package/esm2020/auth/auth.module.mjs +7 -9
- package/esm2020/auth/auth.service.mjs +3 -3
- package/esm2020/auth/formio-angular-auth.mjs +2 -2
- package/esm2020/auth/login/login.component.mjs +3 -3
- package/esm2020/auth/register/register.component.mjs +3 -3
- package/esm2020/auth/resetpass/resetpass.component.mjs +3 -3
- package/esm2020/components/alerts/formio.alerts.component.mjs +3 -3
- package/esm2020/components/alerts/parse-html-content.pipe.mjs +3 -3
- package/esm2020/components/formbuilder/formbuilder.component.mjs +6 -6
- package/esm2020/components/formio/formio.component.mjs +8 -8
- package/esm2020/components/loader/formio.loader.component.mjs +4 -4
- package/esm2020/custom-component/custom-tags.service.mjs +3 -3
- package/esm2020/formio-angular.mjs +2 -2
- package/esm2020/formio.config.mjs +3 -3
- package/esm2020/formio.module.mjs +6 -12
- package/esm2020/grid/GridBodyComponent.mjs +3 -3
- package/esm2020/grid/GridFooterComponent.mjs +3 -3
- package/esm2020/grid/GridHeaderComponent.mjs +3 -3
- package/esm2020/grid/form/FormGridBody.component.mjs +3 -3
- package/esm2020/grid/form/FormGridFooter.component.mjs +6 -6
- package/esm2020/grid/form/FormGridHeader.component.mjs +3 -3
- package/esm2020/grid/form/time-since.pipe.mjs +3 -3
- package/esm2020/grid/formio-angular-grid.mjs +2 -2
- package/esm2020/grid/grid.component.mjs +3 -3
- package/esm2020/grid/grid.module.mjs +10 -20
- package/esm2020/grid/grid.service.mjs +3 -3
- package/esm2020/grid/submission/SubmissionGridBody.component.mjs +3 -3
- package/esm2020/grid/submission/SubmissionGridFooter.component.mjs +6 -6
- package/esm2020/grid/submission/SubmissionGridHeader.component.mjs +3 -3
- package/esm2020/index.mjs +2 -1
- package/esm2020/manager/create/create.component.mjs +5 -5
- package/esm2020/manager/delete/delete.component.mjs +3 -3
- package/esm2020/manager/edit/edit.component.mjs +3 -3
- package/esm2020/manager/form/form.component.mjs +3 -3
- package/esm2020/manager/form-manager.config.mjs +3 -3
- package/esm2020/manager/form-manager.module.mjs +11 -13
- package/esm2020/manager/form-manager.service.mjs +3 -3
- package/esm2020/manager/formio-angular-manager.mjs +2 -2
- package/esm2020/manager/index/index.component.mjs +6 -6
- package/esm2020/manager/submission/delete/delete.component.mjs +3 -3
- package/esm2020/manager/submission/edit/edit.component.mjs +3 -3
- package/esm2020/manager/submission/index/index.component.mjs +3 -3
- package/esm2020/manager/submission/submission/submission.component.mjs +3 -3
- package/esm2020/manager/submission/view/view.component.mjs +3 -3
- package/esm2020/manager/view/view.component.mjs +5 -5
- package/esm2020/resource/create/create.component.mjs +5 -5
- package/esm2020/resource/delete/delete.component.mjs +3 -3
- package/esm2020/resource/edit/edit.component.mjs +3 -3
- package/esm2020/resource/formio-angular-resource.mjs +2 -2
- package/esm2020/resource/index/index.component.mjs +3 -3
- package/esm2020/resource/resource.component.mjs +3 -3
- package/esm2020/resource/resource.config.mjs +3 -3
- package/esm2020/resource/resource.module.mjs +9 -11
- package/esm2020/resource/resource.service.mjs +3 -3
- package/esm2020/resource/resources.service.mjs +3 -3
- package/esm2020/resource/view/view.component.mjs +3 -3
- package/fesm2015/formio-angular-auth.mjs +24 -30
- package/fesm2015/formio-angular-auth.mjs.map +1 -1
- package/fesm2015/formio-angular-grid.mjs +50 -64
- package/fesm2015/formio-angular-grid.mjs.map +1 -1
- package/fesm2015/formio-angular-manager.mjs +53 -59
- package/fesm2015/formio-angular-manager.mjs.map +1 -1
- package/fesm2015/formio-angular-resource.mjs +38 -44
- package/fesm2015/formio-angular-resource.mjs.map +1 -1
- package/fesm2015/formio-angular.mjs +46 -63
- package/fesm2015/formio-angular.mjs.map +1 -1
- package/fesm2020/formio-angular-auth.mjs +24 -30
- package/fesm2020/formio-angular-auth.mjs.map +1 -1
- package/fesm2020/formio-angular-grid.mjs +50 -64
- package/fesm2020/formio-angular-grid.mjs.map +1 -1
- package/fesm2020/formio-angular-manager.mjs +53 -59
- package/fesm2020/formio-angular-manager.mjs.map +1 -1
- package/fesm2020/formio-angular-resource.mjs +38 -44
- package/fesm2020/formio-angular-resource.mjs.map +1 -1
- package/fesm2020/formio-angular.mjs +45 -51
- package/fesm2020/formio-angular.mjs.map +1 -1
- package/formio-angular.d.ts.map +1 -1
- package/formio.module.d.ts.map +1 -1
- package/grid/GridBodyComponent.d.ts +1 -1
- package/grid/GridFooterComponent.d.ts +1 -1
- package/grid/GridHeaderComponent.d.ts +1 -1
- package/grid/form/FormGridBody.component.d.ts +1 -1
- package/grid/form/FormGridFooter.component.d.ts +1 -1
- package/grid/form/FormGridHeader.component.d.ts +1 -1
- package/grid/form/time-since.pipe.d.ts +1 -1
- package/grid/formio-angular-grid.d.ts.map +1 -1
- package/grid/grid.component.d.ts +1 -1
- package/grid/grid.module.d.ts.map +1 -1
- package/grid/submission/SubmissionGridBody.component.d.ts +1 -1
- package/grid/submission/SubmissionGridFooter.component.d.ts +1 -1
- package/grid/submission/SubmissionGridHeader.component.d.ts +1 -1
- package/index.d.ts +1 -0
- package/index.d.ts.map +1 -1
- package/manager/create/create.component.d.ts +1 -1
- package/manager/delete/delete.component.d.ts +1 -1
- package/manager/edit/edit.component.d.ts +1 -1
- package/manager/form/form.component.d.ts +1 -1
- package/manager/formio-angular-manager.d.ts.map +1 -1
- package/manager/index/index.component.d.ts +1 -1
- package/manager/submission/delete/delete.component.d.ts +1 -1
- package/manager/submission/edit/edit.component.d.ts +1 -1
- package/manager/submission/index/index.component.d.ts +1 -1
- package/manager/submission/submission/submission.component.d.ts +1 -1
- package/manager/submission/view/view.component.d.ts +1 -1
- package/manager/view/view.component.d.ts +1 -1
- package/package.json +11 -11
- package/resource/create/create.component.d.ts +1 -1
- package/resource/delete/delete.component.d.ts +1 -1
- package/resource/edit/edit.component.d.ts +1 -1
- package/resource/formio-angular-resource.d.ts.map +1 -1
- package/resource/index/index.component.d.ts +1 -1
- package/resource/resource.component.d.ts +1 -1
- package/resource/resource.service.d.ts +3 -3
- package/resource/view/view.component.d.ts +1 -1
- package/auth/formio-angular-auth.d.ts +0 -6
- package/auth/package.json +0 -10
- package/auth/public_api.d.ts +0 -2
- package/auth/public_api.d.ts.map +0 -1
- package/esm2020/auth/public_api.mjs +0 -5
- package/esm2020/grid/public_api.mjs +0 -5
- package/esm2020/manager/public_api.mjs +0 -5
- package/esm2020/public-api.mjs +0 -5
- package/esm2020/resource/public_api.mjs +0 -5
- package/formio-angular.d.ts +0 -6
- package/grid/formio-angular-grid.d.ts +0 -6
- package/grid/package.json +0 -10
- package/grid/public_api.d.ts +0 -2
- package/grid/public_api.d.ts.map +0 -1
- package/manager/formio-angular-manager.d.ts +0 -6
- package/manager/package.json +0 -10
- package/manager/public_api.d.ts +0 -2
- package/manager/public_api.d.ts.map +0 -1
- package/public-api.d.ts +0 -2
- package/public-api.d.ts.map +0 -1
- package/resource/formio-angular-resource.d.ts +0 -6
- package/resource/package.json +0 -10
- package/resource/public_api.d.ts +0 -2
- package/resource/public_api.d.ts.map +0 -1
|
@@ -21,6 +21,6 @@ export declare class FormManagerIndexComponent implements OnInit {
|
|
|
21
21
|
onSelect(row: any): void;
|
|
22
22
|
onCreateItem(): void;
|
|
23
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<FormManagerIndexComponent, never>;
|
|
24
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FormManagerIndexComponent, "ng-component", never, {}, {}, never, never>;
|
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FormManagerIndexComponent, "ng-component", never, {}, {}, never, never, false>;
|
|
25
25
|
}
|
|
26
26
|
//# sourceMappingURL=index.component.d.ts.map
|
|
@@ -11,6 +11,6 @@ export declare class SubmissionDeleteComponent {
|
|
|
11
11
|
onDelete(): void;
|
|
12
12
|
onCancel(): void;
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<SubmissionDeleteComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SubmissionDeleteComponent, "ng-component", never, {}, {}, never, never>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SubmissionDeleteComponent, "ng-component", never, {}, {}, never, never, false>;
|
|
15
15
|
}
|
|
16
16
|
//# sourceMappingURL=delete.component.d.ts.map
|
|
@@ -8,6 +8,6 @@ export declare class SubmissionEditComponent {
|
|
|
8
8
|
constructor(service: FormManagerService, router: Router, route: ActivatedRoute);
|
|
9
9
|
onSubmit(submission: any): void;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<SubmissionEditComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SubmissionEditComponent, "ng-component", never, {}, {}, never, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SubmissionEditComponent, "ng-component", never, {}, {}, never, never, false>;
|
|
12
12
|
}
|
|
13
13
|
//# sourceMappingURL=edit.component.d.ts.map
|
|
@@ -8,6 +8,6 @@ export declare class SubmissionIndexComponent {
|
|
|
8
8
|
constructor(service: FormManagerService, route: ActivatedRoute, router: Router);
|
|
9
9
|
onSelect(row: any): void;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<SubmissionIndexComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SubmissionIndexComponent, "ng-component", never, {}, {}, never, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SubmissionIndexComponent, "ng-component", never, {}, {}, never, never, false>;
|
|
12
12
|
}
|
|
13
13
|
//# sourceMappingURL=index.component.d.ts.map
|
|
@@ -10,6 +10,6 @@ export declare class SubmissionComponent implements OnInit {
|
|
|
10
10
|
setDownloadUrl(url: any): void;
|
|
11
11
|
ngOnInit(): void;
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<SubmissionComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SubmissionComponent, "ng-component", never, {}, {}, never, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SubmissionComponent, "ng-component", never, {}, {}, never, never, false>;
|
|
14
14
|
}
|
|
15
15
|
//# sourceMappingURL=submission.component.d.ts.map
|
|
@@ -4,6 +4,6 @@ export declare class SubmissionViewComponent {
|
|
|
4
4
|
service: FormManagerService;
|
|
5
5
|
constructor(service: FormManagerService);
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<SubmissionViewComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SubmissionViewComponent, "ng-component", never, {}, {}, never, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SubmissionViewComponent, "ng-component", never, {}, {}, never, never, false>;
|
|
8
8
|
}
|
|
9
9
|
//# sourceMappingURL=view.component.d.ts.map
|
|
@@ -18,6 +18,6 @@ export declare class FormManagerViewComponent implements OnInit {
|
|
|
18
18
|
ngOnInit(): void;
|
|
19
19
|
onSubmit(submission: any): void;
|
|
20
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<FormManagerViewComponent, never>;
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FormManagerViewComponent, "ng-component", never, {}, {}, never, never>;
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FormManagerViewComponent, "ng-component", never, {}, {}, never, never, false>;
|
|
22
22
|
}
|
|
23
23
|
//# sourceMappingURL=view.component.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@formio/angular",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.4.0-rc.2",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/formio/angular-formio"
|
|
@@ -25,11 +25,11 @@
|
|
|
25
25
|
"node": ">=6.0.0"
|
|
26
26
|
},
|
|
27
27
|
"peerDependencies": {
|
|
28
|
-
"@angular/core": "^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0",
|
|
29
|
-
"@angular/common": "^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0",
|
|
30
|
-
"@angular/elements": "^9.0.0 || ^10.0.0 || ^11.0.0|| ^12.0.0 || ^13.0.0",
|
|
28
|
+
"@angular/core": "^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0",
|
|
29
|
+
"@angular/common": "^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0",
|
|
30
|
+
"@angular/elements": "^9.0.0 || ^10.0.0 || ^11.0.0|| ^12.0.0 || ^13.0.0 || ^14.0.0",
|
|
31
31
|
"zone.js": "~0.11.4",
|
|
32
|
-
"formiojs": "^4.14.
|
|
32
|
+
"formiojs": "^4.14.9",
|
|
33
33
|
"lodash": "^4.17.20",
|
|
34
34
|
"ngx-bootstrap": "^5.6.1"
|
|
35
35
|
},
|
|
@@ -41,13 +41,13 @@
|
|
|
41
41
|
"esm2020": "esm2020/formio-angular.mjs",
|
|
42
42
|
"fesm2020": "fesm2020/formio-angular.mjs",
|
|
43
43
|
"fesm2015": "fesm2015/formio-angular.mjs",
|
|
44
|
-
"typings": "
|
|
44
|
+
"typings": "index.d.ts",
|
|
45
45
|
"exports": {
|
|
46
46
|
"./package.json": {
|
|
47
47
|
"default": "./package.json"
|
|
48
48
|
},
|
|
49
49
|
".": {
|
|
50
|
-
"types": "./
|
|
50
|
+
"types": "./index.d.ts",
|
|
51
51
|
"esm2020": "./esm2020/formio-angular.mjs",
|
|
52
52
|
"es2020": "./fesm2020/formio-angular.mjs",
|
|
53
53
|
"es2015": "./fesm2015/formio-angular.mjs",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"default": "./fesm2020/formio-angular.mjs"
|
|
56
56
|
},
|
|
57
57
|
"./auth": {
|
|
58
|
-
"types": "./auth/
|
|
58
|
+
"types": "./auth/index.d.ts",
|
|
59
59
|
"esm2020": "./esm2020/auth/formio-angular-auth.mjs",
|
|
60
60
|
"es2020": "./fesm2020/formio-angular-auth.mjs",
|
|
61
61
|
"es2015": "./fesm2015/formio-angular-auth.mjs",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"default": "./fesm2020/formio-angular-auth.mjs"
|
|
64
64
|
},
|
|
65
65
|
"./grid": {
|
|
66
|
-
"types": "./grid/
|
|
66
|
+
"types": "./grid/index.d.ts",
|
|
67
67
|
"esm2020": "./esm2020/grid/formio-angular-grid.mjs",
|
|
68
68
|
"es2020": "./fesm2020/formio-angular-grid.mjs",
|
|
69
69
|
"es2015": "./fesm2015/formio-angular-grid.mjs",
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"default": "./fesm2020/formio-angular-grid.mjs"
|
|
72
72
|
},
|
|
73
73
|
"./manager": {
|
|
74
|
-
"types": "./manager/
|
|
74
|
+
"types": "./manager/index.d.ts",
|
|
75
75
|
"esm2020": "./esm2020/manager/formio-angular-manager.mjs",
|
|
76
76
|
"es2020": "./fesm2020/formio-angular-manager.mjs",
|
|
77
77
|
"es2015": "./fesm2015/formio-angular-manager.mjs",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"default": "./fesm2020/formio-angular-manager.mjs"
|
|
80
80
|
},
|
|
81
81
|
"./resource": {
|
|
82
|
-
"types": "./resource/
|
|
82
|
+
"types": "./resource/index.d.ts",
|
|
83
83
|
"esm2020": "./esm2020/resource/formio-angular-resource.mjs",
|
|
84
84
|
"es2020": "./fesm2020/formio-angular-resource.mjs",
|
|
85
85
|
"es2015": "./fesm2015/formio-angular-resource.mjs",
|
|
@@ -14,6 +14,6 @@ export declare class FormioResourceCreateComponent implements OnInit {
|
|
|
14
14
|
ngOnInit(): void;
|
|
15
15
|
onSubmit(submission: any): void;
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<FormioResourceCreateComponent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FormioResourceCreateComponent, "ng-component", never, {}, {}, never, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FormioResourceCreateComponent, "ng-component", never, {}, {}, never, never, false>;
|
|
18
18
|
}
|
|
19
19
|
//# sourceMappingURL=create.component.d.ts.map
|
|
@@ -9,6 +9,6 @@ export declare class FormioResourceDeleteComponent {
|
|
|
9
9
|
onDelete(): void;
|
|
10
10
|
onCancel(): void;
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<FormioResourceDeleteComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FormioResourceDeleteComponent, "ng-component", never, {}, {}, never, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FormioResourceDeleteComponent, "ng-component", never, {}, {}, never, never, false>;
|
|
13
13
|
}
|
|
14
14
|
//# sourceMappingURL=delete.component.d.ts.map
|
|
@@ -16,6 +16,6 @@ export declare class FormioResourceEditComponent implements OnDestroy {
|
|
|
16
16
|
onSubmit(submission: any): void;
|
|
17
17
|
ngOnDestroy(): void;
|
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<FormioResourceEditComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FormioResourceEditComponent, "ng-component", never, {}, {}, never, never>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FormioResourceEditComponent, "ng-component", never, {}, {}, never, never, false>;
|
|
20
20
|
}
|
|
21
21
|
//# sourceMappingURL=edit.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"formio-angular-resource.d.ts","sourceRoot":"","sources":["../../../projects/angular-formio/resource/src/formio-angular-resource.ts"],"names":[],"mappings":"AAAA;;GAEG;;AAEH,cAAc,
|
|
1
|
+
{"version":3,"file":"formio-angular-resource.d.ts","sourceRoot":"","sources":["../../../projects/angular-formio/resource/src/formio-angular-resource.ts"],"names":[],"mappings":"AAAA;;GAEG;;AAEH,cAAc,SAAS,CAAC"}
|
|
@@ -18,6 +18,6 @@ export declare class FormioResourceIndexComponent implements OnInit {
|
|
|
18
18
|
onSelect(row: any): void;
|
|
19
19
|
onCreateItem(): void;
|
|
20
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<FormioResourceIndexComponent, never>;
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FormioResourceIndexComponent, "ng-component", never, {}, {}, never, never>;
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FormioResourceIndexComponent, "ng-component", never, {}, {}, never, never, false>;
|
|
22
22
|
}
|
|
23
23
|
//# sourceMappingURL=index.component.d.ts.map
|
|
@@ -17,6 +17,6 @@ export declare class FormioResourceComponent implements OnInit, OnDestroy {
|
|
|
17
17
|
init(): void;
|
|
18
18
|
ngOnDestroy(): void;
|
|
19
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<FormioResourceComponent, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FormioResourceComponent, "ng-component", never, {}, {}, never, never>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FormioResourceComponent, "ng-component", never, {}, {}, never, never, false>;
|
|
21
21
|
}
|
|
22
22
|
//# sourceMappingURL=resource.component.d.ts.map
|
|
@@ -33,14 +33,14 @@ export declare class FormioResourceService {
|
|
|
33
33
|
isLoading: boolean;
|
|
34
34
|
constructor(appConfig: FormioAppConfig, config: FormioResourceConfig, resourcesService: FormioResources, appRef: ApplicationRef);
|
|
35
35
|
initialize(): void;
|
|
36
|
-
init(): any
|
|
36
|
+
init(): Promise<any>;
|
|
37
37
|
onError(error: any): void;
|
|
38
38
|
onFormError(err: any): void;
|
|
39
39
|
setContext(route: ActivatedRoute): void;
|
|
40
|
-
loadForm(): any
|
|
40
|
+
loadForm(): Promise<any>;
|
|
41
41
|
loadParents(): any;
|
|
42
42
|
onSubmissionError(err: any): void;
|
|
43
|
-
loadResource(route: ActivatedRoute): any
|
|
43
|
+
loadResource(route: ActivatedRoute): Promise<any>;
|
|
44
44
|
save(resource: any): Promise<any>;
|
|
45
45
|
remove(): Promise<void>;
|
|
46
46
|
static ɵfac: i0.ɵɵFactoryDeclaration<FormioResourceService, [null, null, { optional: true; }, null]>;
|
|
@@ -11,6 +11,6 @@ export declare class FormioResourceViewComponent implements OnDestroy {
|
|
|
11
11
|
};
|
|
12
12
|
ngOnDestroy(): void;
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<FormioResourceViewComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FormioResourceViewComponent, "ng-component", never, {}, {}, never, never>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FormioResourceViewComponent, "ng-component", never, {}, {}, never, never, false>;
|
|
15
15
|
}
|
|
16
16
|
//# sourceMappingURL=view.component.d.ts.map
|
package/auth/package.json
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"module": "../fesm2015/formio-angular-auth.mjs",
|
|
3
|
-
"es2020": "../fesm2020/formio-angular-auth.mjs",
|
|
4
|
-
"esm2020": "../esm2020/auth/formio-angular-auth.mjs",
|
|
5
|
-
"fesm2020": "../fesm2020/formio-angular-auth.mjs",
|
|
6
|
-
"fesm2015": "../fesm2015/formio-angular-auth.mjs",
|
|
7
|
-
"typings": "formio-angular-auth.d.ts",
|
|
8
|
-
"sideEffects": false,
|
|
9
|
-
"name": "@formio/angular/auth"
|
|
10
|
-
}
|
package/auth/public_api.d.ts
DELETED
package/auth/public_api.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"public_api.d.ts","sourceRoot":"","sources":["../../../projects/angular-formio/auth/src/public_api.ts"],"names":[],"mappings":"AAIA,cAAc,SAAS,CAAC"}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Public API Surface of angular-formio
|
|
3
|
-
*/
|
|
4
|
-
export * from './index';
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljX2FwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3Byb2plY3RzL2FuZ3VsYXItZm9ybWlvL2F1dGgvc3JjL3B1YmxpY19hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLFNBQVMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qXG4gKiBQdWJsaWMgQVBJIFN1cmZhY2Ugb2YgYW5ndWxhci1mb3JtaW9cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL2luZGV4JztcbiJdfQ==
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Public API Surface of angular-formio
|
|
3
|
-
*/
|
|
4
|
-
export * from './index';
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljX2FwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3Byb2plY3RzL2FuZ3VsYXItZm9ybWlvL2dyaWQvc3JjL3B1YmxpY19hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLFNBQVMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qXG4gKiBQdWJsaWMgQVBJIFN1cmZhY2Ugb2YgYW5ndWxhci1mb3JtaW9cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL2luZGV4JztcbiJdfQ==
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Public API Surface of @formio/angular
|
|
3
|
-
*/
|
|
4
|
-
export * from './index';
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljX2FwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3Byb2plY3RzL2FuZ3VsYXItZm9ybWlvL21hbmFnZXIvc3JjL3B1YmxpY19hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLFNBQVMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qXG4gKiBQdWJsaWMgQVBJIFN1cmZhY2Ugb2YgQGZvcm1pby9hbmd1bGFyXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9pbmRleCc7XG4iXX0=
|
package/esm2020/public-api.mjs
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Public API Surface of angular-formio
|
|
3
|
-
*/
|
|
4
|
-
export * from './index';
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3Byb2plY3RzL2FuZ3VsYXItZm9ybWlvL3NyYy9wdWJsaWMtYXBpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBRUgsY0FBYyxTQUFTLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKlxuICogUHVibGljIEFQSSBTdXJmYWNlIG9mIGFuZ3VsYXItZm9ybWlvXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9pbmRleCc7XG4iXX0=
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Public API Surface of angular-formio
|
|
3
|
-
*/
|
|
4
|
-
export * from './index';
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljX2FwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3Byb2plY3RzL2FuZ3VsYXItZm9ybWlvL3Jlc291cmNlL3NyYy9wdWJsaWNfYXBpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBRUgsY0FBYyxTQUFTLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKlxuICogUHVibGljIEFQSSBTdXJmYWNlIG9mIGFuZ3VsYXItZm9ybWlvXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9pbmRleCc7XG4iXX0=
|
package/formio-angular.d.ts
DELETED
package/grid/package.json
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"module": "../fesm2015/formio-angular-grid.mjs",
|
|
3
|
-
"es2020": "../fesm2020/formio-angular-grid.mjs",
|
|
4
|
-
"esm2020": "../esm2020/grid/formio-angular-grid.mjs",
|
|
5
|
-
"fesm2020": "../fesm2020/formio-angular-grid.mjs",
|
|
6
|
-
"fesm2015": "../fesm2015/formio-angular-grid.mjs",
|
|
7
|
-
"typings": "formio-angular-grid.d.ts",
|
|
8
|
-
"sideEffects": false,
|
|
9
|
-
"name": "@formio/angular/grid"
|
|
10
|
-
}
|
package/grid/public_api.d.ts
DELETED
package/grid/public_api.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"public_api.d.ts","sourceRoot":"","sources":["../../../projects/angular-formio/grid/src/public_api.ts"],"names":[],"mappings":"AAIA,cAAc,SAAS,CAAC"}
|
package/manager/package.json
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"module": "../fesm2015/formio-angular-manager.mjs",
|
|
3
|
-
"es2020": "../fesm2020/formio-angular-manager.mjs",
|
|
4
|
-
"esm2020": "../esm2020/manager/formio-angular-manager.mjs",
|
|
5
|
-
"fesm2020": "../fesm2020/formio-angular-manager.mjs",
|
|
6
|
-
"fesm2015": "../fesm2015/formio-angular-manager.mjs",
|
|
7
|
-
"typings": "formio-angular-manager.d.ts",
|
|
8
|
-
"sideEffects": false,
|
|
9
|
-
"name": "@formio/angular/manager"
|
|
10
|
-
}
|
package/manager/public_api.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"public_api.d.ts","sourceRoot":"","sources":["../../../projects/angular-formio/manager/src/public_api.ts"],"names":[],"mappings":"AAIA,cAAc,SAAS,CAAC"}
|
package/public-api.d.ts
DELETED
package/public-api.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"public-api.d.ts","sourceRoot":"","sources":["../../projects/angular-formio/src/public-api.ts"],"names":[],"mappings":"AAIA,cAAc,SAAS,CAAC"}
|
package/resource/package.json
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"module": "../fesm2015/formio-angular-resource.mjs",
|
|
3
|
-
"es2020": "../fesm2020/formio-angular-resource.mjs",
|
|
4
|
-
"esm2020": "../esm2020/resource/formio-angular-resource.mjs",
|
|
5
|
-
"fesm2020": "../fesm2020/formio-angular-resource.mjs",
|
|
6
|
-
"fesm2015": "../fesm2015/formio-angular-resource.mjs",
|
|
7
|
-
"typings": "formio-angular-resource.d.ts",
|
|
8
|
-
"sideEffects": false,
|
|
9
|
-
"name": "@formio/angular/resource"
|
|
10
|
-
}
|
package/resource/public_api.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"public_api.d.ts","sourceRoot":"","sources":["../../../projects/angular-formio/resource/src/public_api.ts"],"names":[],"mappings":"AAIA,cAAc,SAAS,CAAC"}
|