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
|
@@ -2600,6 +2600,7 @@ class BasicFormComponent {
|
|
|
2600
2600
|
}
|
|
2601
2601
|
}
|
|
2602
2602
|
formInit(params) {
|
|
2603
|
+
var _a;
|
|
2603
2604
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2604
2605
|
let initialState = this.preocessInputParams(params);
|
|
2605
2606
|
if (!this.name) {
|
|
@@ -2631,6 +2632,7 @@ class BasicFormComponent {
|
|
|
2631
2632
|
const recordResponse = yield this.requestFormAction(formActions.getData);
|
|
2632
2633
|
this.checkErrorRecordReceived(recordResponse);
|
|
2633
2634
|
this.visible = true;
|
|
2635
|
+
this.enabledSections = (_a = this._formStructure) === null || _a === void 0 ? void 0 : _a.visibleSections;
|
|
2634
2636
|
this.subscribeSectionActivation();
|
|
2635
2637
|
this.subscribeFieldsSubjects();
|
|
2636
2638
|
this.subscribeActionSubjects();
|