@infomaximum/widget-sdk 5.4.15 → 5.5.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,15 @@
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.5.0](https://github.com/Infomaximum/widget-sdk/compare/v5.4.16...v5.5.0) (2025-02-20)
6
+
7
+
8
+ ### Features
9
+
10
+ * во ViewContext добавлены фильтры образа ([b916db7](https://github.com/Infomaximum/widget-sdk/commit/b916db74921f7f46ca71e7984c30483e463a37c8))
11
+
12
+ ### [5.4.16](https://github.com/Infomaximum/widget-sdk/compare/v5.4.15...v5.4.16) (2025-02-19)
13
+
5
14
  ### [5.4.15](https://github.com/Infomaximum/widget-sdk/compare/v5.4.14...v5.4.15) (2025-02-19)
6
15
 
7
16
  ### [5.4.14](https://github.com/Infomaximum/widget-sdk/compare/v5.4.13...v5.4.14) (2025-02-19)
package/dist/index.d.ts CHANGED
@@ -1922,6 +1922,7 @@ type TContextMenuButtonOptions = {
1922
1922
 
1923
1923
  /** Контекст с данными образа (будет заполняться по мере необходимости) */
1924
1924
  interface IViewContext {
1925
+ filters: TExtendedFormulaFilterValue[];
1925
1926
  }
1926
1927
 
1927
1928
  type TLaunchActionParams = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infomaximum/widget-sdk",
3
- "version": "5.4.15",
3
+ "version": "5.5.0",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.esm.js",
6
6
  "types": "./dist/index.d.ts",