@infomaximum/widget-sdk 7.0.0-new-layout.3 → 7.0.0-new-layout.4
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 +7 -0
- package/dist/index.d.ts +1 -0
- package/package.json +1 -1
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
|
+
## [7.0.0-new-layout.4](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-new-layout.3...v7.0.0-new-layout.4) (2026-03-11)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* добавлен тип фильтрации в контекст образа ([5421745](https://github.com/Infomaximum/widget-sdk/commit/54217452772fddf6703f28e2f60162a098fa5817))
|
|
11
|
+
|
|
5
12
|
## [7.0.0-new-layout.3](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-new-layout.2...v7.0.0-new-layout.3) (2026-02-27)
|
|
6
13
|
|
|
7
14
|
|
package/dist/index.d.ts
CHANGED
|
@@ -17066,6 +17066,7 @@ type TContextMenuButtonOptions = {
|
|
|
17066
17066
|
/** Контекст с данными образа (будет заполняться по мере необходимости) */
|
|
17067
17067
|
interface IViewContext {
|
|
17068
17068
|
filters: TSettingsFilter[];
|
|
17069
|
+
filterMode: EWidgetFilterMode;
|
|
17069
17070
|
}
|
|
17070
17071
|
|
|
17071
17072
|
type TLaunchActionParams = {
|