@smartbit4all/ng-client 3.3.89 → 3.3.90
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/esm2020/lib/smart-form/services/smartform.layout-definition.service.mjs +2 -1
- package/fesm2015/smartbit4all-ng-client.mjs +1 -0
- package/fesm2015/smartbit4all-ng-client.mjs.map +1 -1
- package/fesm2020/smartbit4all-ng-client.mjs +1 -0
- package/fesm2020/smartbit4all-ng-client.mjs.map +1 -1
- package/package.json +1 -1
- package/smartbit4all-ng-client-3.3.90.tgz +0 -0
- package/smartbit4all-ng-client-3.3.89.tgz +0 -0
|
@@ -6690,6 +6690,7 @@ class SmartformLayoutDefinitionService {
|
|
|
6690
6690
|
type: SmartFormWidgetType.LABEL,
|
|
6691
6691
|
label: layoutDefinition.label,
|
|
6692
6692
|
widgetDescription: layoutDefinition.widgetDescription,
|
|
6693
|
+
cssClass: layoutDefinition.cssClass,
|
|
6693
6694
|
};
|
|
6694
6695
|
return widget;
|
|
6695
6696
|
}
|