@smartbit4all/ng-client 3.3.139 → 3.3.140
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/api/model/smartFormWidgetType.mjs +1 -2
- package/esm2020/lib/smart-form/api/model/smartMatrixModel.mjs +1 -1
- package/esm2020/lib/smart-form/api/model/smartWidgetDefinition.mjs +1 -1
- package/esm2020/lib/smart-form/api/model/valueChangeMode.mjs +1 -1
- package/fesm2015/smartbit4all-ng-client.mjs +0 -1
- package/fesm2015/smartbit4all-ng-client.mjs.map +1 -1
- package/fesm2020/smartbit4all-ng-client.mjs +0 -1
- package/fesm2020/smartbit4all-ng-client.mjs.map +1 -1
- package/lib/smart-form/api/model/smartFormWidgetType.d.ts +1 -2
- package/lib/smart-form/api/model/smartMatrixModel.d.ts +0 -1
- package/lib/smart-form/api/model/smartWidgetDefinition.d.ts +2 -9
- package/package.json +1 -1
- package/smartbit4all-ng-client-3.3.140.tgz +0 -0
- package/smartbit4all-ng-client-3.3.139.tgz +0 -0
|
@@ -3724,7 +3724,6 @@ var SmartFormWidgetType;
|
|
|
3724
3724
|
SmartFormWidgetType["MATRIX"] = "MATRIX";
|
|
3725
3725
|
SmartFormWidgetType["MONTH_PICKER"] = "MONTH_PICKER";
|
|
3726
3726
|
SmartFormWidgetType["YOUTUBE_PLAYER"] = "YOUTUBE_PLAYER";
|
|
3727
|
-
SmartFormWidgetType["SVG"] = "SVG";
|
|
3728
3727
|
})(SmartFormWidgetType || (SmartFormWidgetType = {}));
|
|
3729
3728
|
|
|
3730
3729
|
/**
|