@formio/angular 5.3.0 → 5.4.0-rc.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.
Files changed (153) hide show
  1. package/FormioBaseComponent.d.ts +2 -1
  2. package/FormioBaseComponent.d.ts.map +1 -1
  3. package/auth/auth.component.d.ts +1 -1
  4. package/auth/formio-angular-auth.d.ts.map +1 -1
  5. package/auth/login/login.component.d.ts +1 -1
  6. package/auth/register/register.component.d.ts +1 -1
  7. package/auth/resetpass/resetpass.component.d.ts +1 -1
  8. package/components/alerts/formio.alerts.component.d.ts +1 -1
  9. package/components/alerts/parse-html-content.pipe.d.ts +1 -1
  10. package/components/formbuilder/formbuilder.component.d.ts +1 -1
  11. package/components/formio/formio.component.d.ts +1 -1
  12. package/components/loader/formio.loader.component.d.ts +1 -1
  13. package/esm2020/FormioBaseComponent.mjs +15 -11
  14. package/esm2020/auth/auth.component.mjs +3 -3
  15. package/esm2020/auth/auth.config.mjs +3 -3
  16. package/esm2020/auth/auth.module.mjs +7 -9
  17. package/esm2020/auth/auth.service.mjs +3 -3
  18. package/esm2020/auth/formio-angular-auth.mjs +2 -2
  19. package/esm2020/auth/login/login.component.mjs +3 -3
  20. package/esm2020/auth/register/register.component.mjs +3 -3
  21. package/esm2020/auth/resetpass/resetpass.component.mjs +3 -3
  22. package/esm2020/components/alerts/formio.alerts.component.mjs +3 -3
  23. package/esm2020/components/alerts/parse-html-content.pipe.mjs +3 -3
  24. package/esm2020/components/formbuilder/formbuilder.component.mjs +4 -4
  25. package/esm2020/components/formio/formio.component.mjs +8 -8
  26. package/esm2020/components/loader/formio.loader.component.mjs +3 -3
  27. package/esm2020/custom-component/custom-tags.service.mjs +3 -3
  28. package/esm2020/formio-angular.mjs +2 -2
  29. package/esm2020/formio.config.mjs +3 -3
  30. package/esm2020/formio.module.mjs +6 -12
  31. package/esm2020/grid/GridBodyComponent.mjs +3 -3
  32. package/esm2020/grid/GridFooterComponent.mjs +3 -3
  33. package/esm2020/grid/GridHeaderComponent.mjs +3 -3
  34. package/esm2020/grid/form/FormGridBody.component.mjs +3 -3
  35. package/esm2020/grid/form/FormGridFooter.component.mjs +6 -6
  36. package/esm2020/grid/form/FormGridHeader.component.mjs +3 -3
  37. package/esm2020/grid/form/time-since.pipe.mjs +3 -3
  38. package/esm2020/grid/formio-angular-grid.mjs +2 -2
  39. package/esm2020/grid/grid.component.mjs +3 -3
  40. package/esm2020/grid/grid.module.mjs +10 -20
  41. package/esm2020/grid/grid.service.mjs +3 -3
  42. package/esm2020/grid/submission/SubmissionGridBody.component.mjs +3 -3
  43. package/esm2020/grid/submission/SubmissionGridFooter.component.mjs +6 -6
  44. package/esm2020/grid/submission/SubmissionGridHeader.component.mjs +3 -3
  45. package/esm2020/index.mjs +2 -1
  46. package/esm2020/manager/create/create.component.mjs +5 -5
  47. package/esm2020/manager/delete/delete.component.mjs +3 -3
  48. package/esm2020/manager/edit/edit.component.mjs +3 -3
  49. package/esm2020/manager/form/form.component.mjs +3 -3
  50. package/esm2020/manager/form-manager.config.mjs +3 -3
  51. package/esm2020/manager/form-manager.module.mjs +11 -13
  52. package/esm2020/manager/form-manager.service.mjs +3 -3
  53. package/esm2020/manager/formio-angular-manager.mjs +2 -2
  54. package/esm2020/manager/index/index.component.mjs +6 -6
  55. package/esm2020/manager/submission/delete/delete.component.mjs +3 -3
  56. package/esm2020/manager/submission/edit/edit.component.mjs +3 -3
  57. package/esm2020/manager/submission/index/index.component.mjs +3 -3
  58. package/esm2020/manager/submission/submission/submission.component.mjs +3 -3
  59. package/esm2020/manager/submission/view/view.component.mjs +3 -3
  60. package/esm2020/manager/view/view.component.mjs +5 -5
  61. package/esm2020/resource/create/create.component.mjs +5 -5
  62. package/esm2020/resource/delete/delete.component.mjs +3 -3
  63. package/esm2020/resource/edit/edit.component.mjs +3 -3
  64. package/esm2020/resource/formio-angular-resource.mjs +2 -2
  65. package/esm2020/resource/index/index.component.mjs +3 -3
  66. package/esm2020/resource/resource.component.mjs +3 -3
  67. package/esm2020/resource/resource.config.mjs +3 -3
  68. package/esm2020/resource/resource.module.mjs +9 -11
  69. package/esm2020/resource/resource.service.mjs +3 -3
  70. package/esm2020/resource/resources.service.mjs +3 -3
  71. package/esm2020/resource/view/view.component.mjs +3 -3
  72. package/fesm2015/formio-angular-auth.mjs +24 -30
  73. package/fesm2015/formio-angular-auth.mjs.map +1 -1
  74. package/fesm2015/formio-angular-grid.mjs +50 -64
  75. package/fesm2015/formio-angular-grid.mjs.map +1 -1
  76. package/fesm2015/formio-angular-manager.mjs +53 -59
  77. package/fesm2015/formio-angular-manager.mjs.map +1 -1
  78. package/fesm2015/formio-angular-resource.mjs +38 -44
  79. package/fesm2015/formio-angular-resource.mjs.map +1 -1
  80. package/fesm2015/formio-angular.mjs +44 -61
  81. package/fesm2015/formio-angular.mjs.map +1 -1
  82. package/fesm2020/formio-angular-auth.mjs +24 -30
  83. package/fesm2020/formio-angular-auth.mjs.map +1 -1
  84. package/fesm2020/formio-angular-grid.mjs +50 -64
  85. package/fesm2020/formio-angular-grid.mjs.map +1 -1
  86. package/fesm2020/formio-angular-manager.mjs +53 -59
  87. package/fesm2020/formio-angular-manager.mjs.map +1 -1
  88. package/fesm2020/formio-angular-resource.mjs +38 -44
  89. package/fesm2020/formio-angular-resource.mjs.map +1 -1
  90. package/fesm2020/formio-angular.mjs +43 -49
  91. package/fesm2020/formio-angular.mjs.map +1 -1
  92. package/formio-angular.d.ts.map +1 -1
  93. package/formio.module.d.ts.map +1 -1
  94. package/grid/GridBodyComponent.d.ts +1 -1
  95. package/grid/GridFooterComponent.d.ts +1 -1
  96. package/grid/GridHeaderComponent.d.ts +1 -1
  97. package/grid/form/FormGridBody.component.d.ts +1 -1
  98. package/grid/form/FormGridFooter.component.d.ts +1 -1
  99. package/grid/form/FormGridHeader.component.d.ts +1 -1
  100. package/grid/form/time-since.pipe.d.ts +1 -1
  101. package/grid/formio-angular-grid.d.ts.map +1 -1
  102. package/grid/grid.component.d.ts +1 -1
  103. package/grid/grid.module.d.ts.map +1 -1
  104. package/grid/submission/SubmissionGridBody.component.d.ts +1 -1
  105. package/grid/submission/SubmissionGridFooter.component.d.ts +1 -1
  106. package/grid/submission/SubmissionGridHeader.component.d.ts +1 -1
  107. package/index.d.ts +1 -0
  108. package/index.d.ts.map +1 -1
  109. package/manager/create/create.component.d.ts +1 -1
  110. package/manager/delete/delete.component.d.ts +1 -1
  111. package/manager/edit/edit.component.d.ts +1 -1
  112. package/manager/form/form.component.d.ts +1 -1
  113. package/manager/formio-angular-manager.d.ts.map +1 -1
  114. package/manager/index/index.component.d.ts +1 -1
  115. package/manager/submission/delete/delete.component.d.ts +1 -1
  116. package/manager/submission/edit/edit.component.d.ts +1 -1
  117. package/manager/submission/index/index.component.d.ts +1 -1
  118. package/manager/submission/submission/submission.component.d.ts +1 -1
  119. package/manager/submission/view/view.component.d.ts +1 -1
  120. package/manager/view/view.component.d.ts +1 -1
  121. package/package.json +10 -10
  122. package/resource/create/create.component.d.ts +1 -1
  123. package/resource/delete/delete.component.d.ts +1 -1
  124. package/resource/edit/edit.component.d.ts +1 -1
  125. package/resource/formio-angular-resource.d.ts.map +1 -1
  126. package/resource/index/index.component.d.ts +1 -1
  127. package/resource/resource.component.d.ts +1 -1
  128. package/resource/resource.service.d.ts +3 -3
  129. package/resource/view/view.component.d.ts +1 -1
  130. package/auth/formio-angular-auth.d.ts +0 -6
  131. package/auth/package.json +0 -10
  132. package/auth/public_api.d.ts +0 -2
  133. package/auth/public_api.d.ts.map +0 -1
  134. package/esm2020/auth/public_api.mjs +0 -5
  135. package/esm2020/grid/public_api.mjs +0 -5
  136. package/esm2020/manager/public_api.mjs +0 -5
  137. package/esm2020/public-api.mjs +0 -5
  138. package/esm2020/resource/public_api.mjs +0 -5
  139. package/formio-angular.d.ts +0 -6
  140. package/grid/formio-angular-grid.d.ts +0 -6
  141. package/grid/package.json +0 -10
  142. package/grid/public_api.d.ts +0 -2
  143. package/grid/public_api.d.ts.map +0 -1
  144. package/manager/formio-angular-manager.d.ts +0 -6
  145. package/manager/package.json +0 -10
  146. package/manager/public_api.d.ts +0 -2
  147. package/manager/public_api.d.ts.map +0 -1
  148. package/public-api.d.ts +0 -2
  149. package/public-api.d.ts.map +0 -1
  150. package/resource/formio-angular-resource.d.ts +0 -6
  151. package/resource/package.json +0 -10
  152. package/resource/public_api.d.ts +0 -2
  153. 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.0",
3
+ "version": "5.4.0-rc.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/formio/angular-formio"
@@ -25,9 +25,9 @@
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
32
  "formiojs": "^4.14.1",
33
33
  "lodash": "^4.17.20",
@@ -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": "formio-angular.d.ts",
44
+ "typings": "index.d.ts",
45
45
  "exports": {
46
46
  "./package.json": {
47
47
  "default": "./package.json"
48
48
  },
49
49
  ".": {
50
- "types": "./formio-angular.d.ts",
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/formio-angular-auth.d.ts",
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/formio-angular-grid.d.ts",
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/formio-angular-manager.d.ts",
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/formio-angular-resource.d.ts",
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,cAAc,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
@@ -1,6 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- /// <amd-module name="@formio/angular/auth" />
5
- export * from './public_api';
6
- //# sourceMappingURL=formio-angular-auth.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
- }
@@ -1,2 +0,0 @@
1
- export * from './index';
2
- //# sourceMappingURL=public_api.d.ts.map
@@ -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=
@@ -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=
@@ -1,6 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- /// <amd-module name="@formio/angular" />
5
- export * from './public-api';
6
- //# sourceMappingURL=formio-angular.d.ts.map
@@ -1,6 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- /// <amd-module name="@formio/angular/grid" />
5
- export * from './public_api';
6
- //# sourceMappingURL=formio-angular-grid.d.ts.map
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
- }
@@ -1,2 +0,0 @@
1
- export * from './index';
2
- //# sourceMappingURL=public_api.d.ts.map
@@ -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"}
@@ -1,6 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- /// <amd-module name="@formio/angular/manager" />
5
- export * from './public_api';
6
- //# sourceMappingURL=formio-angular-manager.d.ts.map
@@ -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
- }
@@ -1,2 +0,0 @@
1
- export * from './index';
2
- //# sourceMappingURL=public_api.d.ts.map
@@ -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
@@ -1,2 +0,0 @@
1
- export * from './index';
2
- //# sourceMappingURL=public-api.d.ts.map
@@ -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"}
@@ -1,6 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- /// <amd-module name="@formio/angular/resource" />
5
- export * from './public_api';
6
- //# sourceMappingURL=formio-angular-resource.d.ts.map
@@ -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
- }
@@ -1,2 +0,0 @@
1
- export * from './index';
2
- //# sourceMappingURL=public_api.d.ts.map
@@ -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"}