@smartbit4all/ng-client 5.0.16 → 5.0.18
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.
|
@@ -7040,7 +7040,7 @@ class SmartformComponent {
|
|
|
7040
7040
|
};
|
|
7041
7041
|
if (this.form) {
|
|
7042
7042
|
for (const control of Object.keys(this.form.controls)) {
|
|
7043
|
-
if (!this.form.controls[control].
|
|
7043
|
+
if (!this.form.controls[control].valid) {
|
|
7044
7044
|
let widget = this.service.getSmartFormWidgetByKey(control);
|
|
7045
7045
|
if (widget &&
|
|
7046
7046
|
widget.type !== SmartFormWidgetType.CONTAINER &&
|
|
@@ -16571,6 +16571,7 @@ class SmartComponentLayoutComponent {
|
|
|
16571
16571
|
},
|
|
16572
16572
|
layoutDef: SmartLayoutDef.TABLE,
|
|
16573
16573
|
paginator: true,
|
|
16574
|
+
serviceToUse: this.parentSmartComponent,
|
|
16574
16575
|
};
|
|
16575
16576
|
this.bindGrid();
|
|
16576
16577
|
}
|