@infomaximum/widget-sdk 5.25.0 → 5.26.0

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/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ## [5.26.0](https://github.com/Infomaximum/widget-sdk/compare/v5.25.0...v5.26.0) (2025-06-23)
6
+
7
+
8
+ ### Features
9
+
10
+ * для EWidgetActionInputMethod динамический список и вводимое значение добавлено поле валидации ([cf394d3](https://github.com/Infomaximum/widget-sdk/commit/cf394d365fef5aafd8935b3516d732f7a9616bfc))
11
+
5
12
  ## [5.25.0](https://github.com/Infomaximum/widget-sdk/compare/v5.24.1...v5.25.0) (2025-06-19)
6
13
 
7
14
 
package/dist/index.d.ts CHANGED
@@ -1008,6 +1008,7 @@ interface IParameterFromManualInput {
1008
1008
  defaultValue?: string;
1009
1009
  dbDataType?: string;
1010
1010
  filterByRows?: boolean;
1011
+ validation?: string;
1011
1012
  }
1012
1013
  interface IParameterFromStaticList {
1013
1014
  inputMethod: EWidgetActionInputMethod.STATIC_LIST;
@@ -1024,6 +1025,7 @@ interface IParameterFromDynamicList {
1024
1025
  filterByRows?: boolean;
1025
1026
  considerFilters: boolean;
1026
1027
  enableCustomValue?: boolean;
1028
+ validation?: string;
1027
1029
  }
1028
1030
  interface IParameterFromDataModelBase {
1029
1031
  inputMethod: EWidgetActionInputMethod.DATA_MODEL;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infomaximum/widget-sdk",
3
- "version": "5.25.0",
3
+ "version": "5.26.0",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.esm.js",
6
6
  "types": "./dist/index.d.ts",