tuain-ng-forms-lib 12.0.87 → 12.0.88
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/tuain-ng-forms-lib.umd.js +2 -0
- package/bundles/tuain-ng-forms-lib.umd.js.map +1 -1
- package/esm2015/lib/components/forms/basic-form.js +3 -1
- package/fesm2015/tuain-ng-forms-lib.js +2 -0
- package/fesm2015/tuain-ng-forms-lib.js.map +1 -1
- package/lib/components/forms/basic-form.d.ts +1 -0
- package/package.json +1 -1
|
@@ -3497,6 +3497,7 @@
|
|
|
3497
3497
|
}
|
|
3498
3498
|
};
|
|
3499
3499
|
BasicFormComponent.prototype.formInit = function (params) {
|
|
3500
|
+
var _a;
|
|
3500
3501
|
return __awaiter(this, void 0, void 0, function () {
|
|
3501
3502
|
var initialState, formDefinition, inputFieldNames, index, fieldCode, fieldValue, recordResponse;
|
|
3502
3503
|
return __generator(this, function (_j) {
|
|
@@ -3537,6 +3538,7 @@
|
|
|
3537
3538
|
recordResponse = _j.sent();
|
|
3538
3539
|
this.checkErrorRecordReceived(recordResponse);
|
|
3539
3540
|
this.visible = true;
|
|
3541
|
+
this.enabledSections = (_a = this._formStructure) === null || _a === void 0 ? void 0 : _a.visibleSections;
|
|
3540
3542
|
this.subscribeSectionActivation();
|
|
3541
3543
|
this.subscribeFieldsSubjects();
|
|
3542
3544
|
this.subscribeActionSubjects();
|