@infomaximum/widget-sdk 3.19.1 → 3.20.1

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/dist/index.d.ts CHANGED
@@ -32,7 +32,8 @@ declare enum EControlType {
32
32
  filterMode = "filterMode",
33
33
  displayCondition = "displayCondition",
34
34
  eventsColor = "eventsColor",
35
- inputMarkdown = "inputMarkdown"
35
+ inputMarkdown = "inputMarkdown",
36
+ filter = "filter"
36
37
  }
37
38
  /** Конфигурация элемента управления настройкой */
38
39
  interface IControlRecord<Settings extends object, Value, ControlType = EControlType> {
package/dist/index.esm.js CHANGED
@@ -925,6 +925,7 @@ var EControlType;
925
925
  EControlType["displayCondition"] = "displayCondition";
926
926
  EControlType["eventsColor"] = "eventsColor";
927
927
  EControlType["inputMarkdown"] = "inputMarkdown";
928
+ EControlType["filter"] = "filter";
928
929
  })(EControlType || (EControlType = {}));
929
930
 
930
931
  var ESortDirection;
package/dist/index.js CHANGED
@@ -926,6 +926,7 @@ exports.EControlType = void 0;
926
926
  EControlType["displayCondition"] = "displayCondition";
927
927
  EControlType["eventsColor"] = "eventsColor";
928
928
  EControlType["inputMarkdown"] = "inputMarkdown";
929
+ EControlType["filter"] = "filter";
929
930
  })(exports.EControlType || (exports.EControlType = {}));
930
931
 
931
932
  exports.ESortDirection = void 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infomaximum/widget-sdk",
3
- "version": "3.19.1",
3
+ "version": "3.20.1",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.esm.js",
6
6
  "types": "./dist/index.d.ts",
@@ -15,7 +15,7 @@
15
15
  "release": "tsc --noEmit && standard-version && rollup -c"
16
16
  },
17
17
  "dependencies": {
18
- "@infomaximum/global-types": "^1.1.2",
18
+ "@infomaximum/global-types": "^1.2.0",
19
19
  "@infomaximum/localization": "^1.0.4",
20
20
  "@infomaximum/base-filter": "^1.1.0"
21
21
  },