@stemy/ngx-dynamic-form 12.0.2 → 12.0.3
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/bundles/stemy-ngx-dynamic-form.umd.js +2 -2
- package/bundles/stemy-ngx-dynamic-form.umd.js.map +1 -1
- package/esm2015/ngx-dynamic-form/common-types.js +4 -4
- package/esm2015/ngx-dynamic-form/components/dynamic-form-file/dynamic-form-file.component.js +1 -1
- package/esm2015/ngx-dynamic-form/services/open-api.service.js +4 -4
- package/fesm2015/stemy-ngx-dynamic-form.js +3 -3
- package/fesm2015/stemy-ngx-dynamic-form.js.map +1 -1
- package/ngx-dynamic-form/common-types.d.ts +4 -4
- package/ngx-dynamic-form/services/open-api.service.d.ts +2 -2
- package/package.json +1 -1
- package/stemy-ngx-dynamic-form.metadata.json +1 -1
|
@@ -374,7 +374,7 @@
|
|
|
374
374
|
{ type: core.Directive }
|
|
375
375
|
];
|
|
376
376
|
FormControlComponent.ctorParameters = function () { return [
|
|
377
|
-
{ type: ngxUtils.
|
|
377
|
+
{ type: undefined, decorators: [{ type: core.Inject, args: [ngxUtils.API_SERVICE,] }] },
|
|
378
378
|
{ type: undefined, decorators: [{ type: core.Inject, args: [DYNAMIC_FORM,] }] },
|
|
379
379
|
{ type: undefined, decorators: [{ type: core.Inject, args: [ngxUtils.LANGUAGE_SERVICE,] }] },
|
|
380
380
|
{ type: undefined, decorators: [{ type: core.Inject, args: [ngxUtils.TOASTER_SERVICE,] }] }
|
|
@@ -1366,7 +1366,7 @@
|
|
|
1366
1366
|
{ type: core.Injectable }
|
|
1367
1367
|
];
|
|
1368
1368
|
OpenApiService.ctorParameters = function () { return [
|
|
1369
|
-
{ type: ngxUtils.
|
|
1369
|
+
{ type: undefined, decorators: [{ type: core.Inject, args: [ngxUtils.API_SERVICE,] }] }
|
|
1370
1370
|
]; };
|
|
1371
1371
|
|
|
1372
1372
|
var AsyncSubmitDirective = /** @class */ (function () {
|