@formio/angular 5.5.0-rc.6 → 5.5.0-rc.7

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.
@@ -675,3 +675,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.1", ngImpor
675
675
 
676
676
  export { FormGridBodyComponent, FormGridFooterComponent, FormGridHeaderComponent, FormioGrid, FormioGridComponent, GridBodyComponent, GridFooterComponent, GridHeaderComponent, GridService, SubmissionGridBodyComponent, SubmissionGridFooterComponent, SubmissionGridHeaderComponent };
677
677
  //# sourceMappingURL=formio-angular-grid.mjs.map
678
+ //# sourceMappingURL=formio-angular-grid.mjs.map
@@ -731,3 +731,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.1", ngImpor
731
731
 
732
732
  export { FormManagerConfig, FormManagerCreateComponent, FormManagerDeleteComponent, FormManagerEditComponent, FormManagerFormComponent, FormManagerIndexComponent, FormManagerModule, FormManagerRoutes, FormManagerService, FormManagerViewComponent, SubmissionComponent, SubmissionDeleteComponent, SubmissionEditComponent, SubmissionIndexComponent, SubmissionViewComponent };
733
733
  //# sourceMappingURL=formio-angular-manager.mjs.map
734
+ //# sourceMappingURL=formio-angular-manager.mjs.map
@@ -503,3 +503,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.1", ngImpor
503
503
 
504
504
  export { FormioResource, FormioResourceComponent, FormioResourceConfig, FormioResourceCreateComponent, FormioResourceDeleteComponent, FormioResourceEditComponent, FormioResourceIndexComponent, FormioResourceRoutes, FormioResourceService, FormioResourceViewComponent, FormioResources };
505
505
  //# sourceMappingURL=formio-angular-resource.mjs.map
506
+ //# sourceMappingURL=formio-angular-resource.mjs.map
@@ -674,3 +674,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.1", ngImpor
674
674
 
675
675
  export { FormGridBodyComponent, FormGridFooterComponent, FormGridHeaderComponent, FormioGrid, FormioGridComponent, GridBodyComponent, GridFooterComponent, GridHeaderComponent, GridService, SubmissionGridBodyComponent, SubmissionGridFooterComponent, SubmissionGridHeaderComponent };
676
676
  //# sourceMappingURL=formio-angular-grid.mjs.map
677
+ //# sourceMappingURL=formio-angular-grid.mjs.map
@@ -731,3 +731,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.1", ngImpor
731
731
 
732
732
  export { FormManagerConfig, FormManagerCreateComponent, FormManagerDeleteComponent, FormManagerEditComponent, FormManagerFormComponent, FormManagerIndexComponent, FormManagerModule, FormManagerRoutes, FormManagerService, FormManagerViewComponent, SubmissionComponent, SubmissionDeleteComponent, SubmissionEditComponent, SubmissionIndexComponent, SubmissionViewComponent };
733
733
  //# sourceMappingURL=formio-angular-manager.mjs.map
734
+ //# sourceMappingURL=formio-angular-manager.mjs.map
@@ -501,3 +501,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.1", ngImpor
501
501
 
502
502
  export { FormioResource, FormioResourceComponent, FormioResourceConfig, FormioResourceCreateComponent, FormioResourceDeleteComponent, FormioResourceEditComponent, FormioResourceIndexComponent, FormioResourceRoutes, FormioResourceService, FormioResourceViewComponent, FormioResources };
503
503
  //# sourceMappingURL=formio-angular-resource.mjs.map
504
+ //# sourceMappingURL=formio-angular-resource.mjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@formio/angular",
3
- "version": "5.5.0-rc.6",
3
+ "version": "5.5.0-rc.7",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/formio/angular-formio"
@@ -29,7 +29,7 @@
29
29
  "@angular/common": "^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0",
30
30
  "@angular/elements": "^9.0.0 || ^10.0.0 || ^11.0.0|| ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0",
31
31
  "zone.js": "~0.11.4 || ~0.12.0",
32
- "formiojs": "^4.14.9",
32
+ "formiojs": "^4.14.9 || ^4.15.0",
33
33
  "lodash": "^4.17.20",
34
34
  "ngx-bootstrap": "^5.6.1"
35
35
  },