@infomaximum/widget-sdk 7.0.0-new-layout.2 → 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 +14 -0
- package/dist/index.d.ts +1 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,20 @@
|
|
|
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
|
+
|
|
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)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Features
|
|
16
|
+
|
|
17
|
+
* отказ от настроек backgroundInEdit и spacing в темах ([ae5dc49](https://github.com/Infomaximum/widget-sdk/commit/ae5dc49bede1aefcd4f65692cb596810a2692a69))
|
|
18
|
+
|
|
5
19
|
## [7.0.0-new-layout.2](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-new-layout.1...v7.0.0-new-layout.2) (2026-02-20)
|
|
6
20
|
|
|
7
21
|
|
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 = {
|
|
@@ -17419,8 +17420,6 @@ interface ITheme {
|
|
|
17419
17420
|
value?: number;
|
|
17420
17421
|
};
|
|
17421
17422
|
backgroundColor: string;
|
|
17422
|
-
backgroundInEdit: boolean;
|
|
17423
|
-
spacing: boolean;
|
|
17424
17423
|
widgets: {
|
|
17425
17424
|
/** @remarks Заложено для будущего использования */
|
|
17426
17425
|
color: string;
|