@pepperi-addons/ngx-lib 0.3.15-loader.23 → 0.3.15-loader.26
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/pepperi-addons-ngx-lib-form.umd.js +4 -1
- package/bundles/pepperi-addons-ngx-lib-form.umd.js.map +1 -1
- package/esm2015/form/dynamic-field-generator.component.js +5 -2
- package/fesm2015/pepperi-addons-ngx-lib-form.js +4 -1
- package/fesm2015/pepperi-addons-ngx-lib-form.js.map +1 -1
- package/form/dynamic-field-generator.component.d.ts +1 -0
- package/form/pepperi-addons-ngx-lib-form.metadata.json +1 -1
- package/package.json +1 -1
|
@@ -3225,6 +3225,9 @@
|
|
|
3225
3225
|
this.formFieldClick = new core.EventEmitter();
|
|
3226
3226
|
}
|
|
3227
3227
|
Object.defineProperty(PepDynamicFieldGeneratorComponent.prototype, "controlContainer", {
|
|
3228
|
+
get: function () {
|
|
3229
|
+
return this._controlContainer;
|
|
3230
|
+
},
|
|
3228
3231
|
set: function (val) {
|
|
3229
3232
|
this._controlContainer = val;
|
|
3230
3233
|
},
|
|
@@ -3370,7 +3373,7 @@
|
|
|
3370
3373
|
{ type: core.ComponentFactoryResolver }
|
|
3371
3374
|
]; };
|
|
3372
3375
|
PepDynamicFieldGeneratorComponent.propDecorators = {
|
|
3373
|
-
controlContainer: [{ type: core.ViewChild, args: ['controlContainer', { read: core.ViewContainerRef },] }],
|
|
3376
|
+
controlContainer: [{ type: core.ViewChild, args: ['controlContainer', { read: core.ViewContainerRef, static: true },] }],
|
|
3374
3377
|
field: [{ type: core.Input }],
|
|
3375
3378
|
isActive: [{ type: core.Input }],
|
|
3376
3379
|
uid: [{ type: core.Input }],
|