@infomaximum/widget-sdk 7.0.0-14 → 7.0.0-16
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 +256 -104
- package/dist/index.d.ts +14907 -12669
- package/dist/index.esm.js +1496 -792
- package/dist/index.js +1499 -791
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,113 +2,285 @@
|
|
|
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-16](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-15...v7.0.0-16) (2026-04-08)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* неиспользуемый код для работы с цветом убран из экспорта ([f3702ba](https://github.com/Infomaximum/widget-sdk/commit/f3702ba3c6e3def4cdec77f5a499cf4e9e98a700))
|
|
11
|
+
|
|
12
|
+
## [7.0.0-new-layout.8](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-14...v7.0.0-new-layout.8) (2026-03-30)
|
|
13
|
+
|
|
14
|
+
## [7.0.0-new-layout.7](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-13...v7.0.0-new-layout.7) (2026-03-25)
|
|
15
|
+
|
|
16
|
+
## [7.0.0-new-layout.6](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-new-layout.5...v7.0.0-new-layout.6) (2026-03-16)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Features
|
|
20
|
+
|
|
21
|
+
* реализованы функции адаптации цветов ([01eb0e2](https://github.com/Infomaximum/widget-sdk/commit/01eb0e2e2dd208fa27ea057f640b80487c0a8ba1))
|
|
22
|
+
|
|
23
|
+
## [7.0.0-new-layout.5](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-new-layout.4...v7.0.0-new-layout.5) (2026-03-11)
|
|
24
|
+
|
|
25
|
+
## [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)
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
### ⚠ BREAKING CHANGES
|
|
29
|
+
|
|
30
|
+
* Требуется поддержка в виджетах
|
|
31
|
+
|
|
32
|
+
### Features
|
|
33
|
+
|
|
34
|
+
* добавлен тип фильтрации в контекст образа ([5421745](https://github.com/Infomaximum/widget-sdk/commit/54217452772fddf6703f28e2f60162a098fa5817))
|
|
35
|
+
* удалены WidgetPresetSettings ([1a5fe99](https://github.com/Infomaximum/widget-sdk/commit/1a5fe99228b4bc7e6b874758f312a4d6f8a3140c))
|
|
36
|
+
|
|
37
|
+
## [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)
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
### Features
|
|
41
|
+
|
|
42
|
+
* отказ от настроек backgroundInEdit и spacing в темах ([ae5dc49](https://github.com/Infomaximum/widget-sdk/commit/ae5dc49bede1aefcd4f65692cb596810a2692a69))
|
|
43
|
+
|
|
44
|
+
## [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)
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
### Features
|
|
48
|
+
|
|
49
|
+
* в настройки виджета добавлен цвет фона ([00ad777](https://github.com/Infomaximum/widget-sdk/commit/00ad7777d201918048b0610016751acf7b5c28e2))
|
|
50
|
+
|
|
51
|
+
## [7.0.0-new-layout.1](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-12...v7.0.0-new-layout.1) (2026-02-20)
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
### Features
|
|
55
|
+
|
|
56
|
+
* повышена apiVersion ([5adcca1](https://github.com/Infomaximum/widget-sdk/commit/5adcca17c14c746b20f0ca6eb3ea1d524d6a47a4))
|
|
57
|
+
* удалены отступы из темы ([b840210](https://github.com/Infomaximum/widget-sdk/commit/b8402106f85794f19d86d255558f81fe8e3a007c))
|
|
58
|
+
|
|
59
|
+
## [7.0.0-new-layout.0](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-11...v7.0.0-new-layout.0) (2026-02-16)
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
### ⚠ BREAKING CHANGES
|
|
63
|
+
|
|
64
|
+
* отступы больше нельзя задавать в виджетах
|
|
65
|
+
|
|
66
|
+
### Features
|
|
67
|
+
|
|
68
|
+
* удалены отступы из настроек виджетов ([b5f1797](https://github.com/Infomaximum/widget-sdk/commit/b5f17973ee872c4d31b0fd07babc29ca83b1b72f))
|
|
69
|
+
|
|
70
|
+
## [7.0.0-new-layout.8](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-14...v7.0.0-new-layout.8) (2026-03-30)
|
|
71
|
+
|
|
72
|
+
## [7.0.0-new-layout.7](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-13...v7.0.0-new-layout.7) (2026-03-25)
|
|
73
|
+
|
|
74
|
+
## [7.0.0-new-layout.6](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-new-layout.5...v7.0.0-new-layout.6) (2026-03-16)
|
|
75
|
+
|
|
76
|
+
## [7.0.0-15](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-14...v7.0.0-15) (2026-04-06)
|
|
77
|
+
|
|
78
|
+
### Features
|
|
79
|
+
|
|
80
|
+
- внесены доработки в схемы фильтров ([5d70cfe](https://github.com/Infomaximum/widget-sdk/commit/5d70cfe65f30a634cb111d28f7863eec2fc7d135))
|
|
81
|
+
- во внутренние вспомогательные функции добавлена функция assignPropsToFn ([1395853](https://github.com/Infomaximum/widget-sdk/commit/1395853c70ba2a7fb37d6e470990d0fb8c4f03f9))
|
|
82
|
+
- добавлен API для декларирования истории схем виджетами ([b4e9358](https://github.com/Infomaximum/widget-sdk/commit/b4e935814642b23ff561dbf0b08fc022815cc6f1))
|
|
83
|
+
- добавлен класс для регистрации версионированных схем ([40011be](https://github.com/Infomaximum/widget-sdk/commit/40011bedf509e976744bac36d51e8fd3a5addc0c))
|
|
84
|
+
- описана история схем ([cdf21d5](https://github.com/Infomaximum/widget-sdk/commit/cdf21d5939cfd24525669a4322413fddb459bc4c))
|
|
85
|
+
|
|
86
|
+
### Bug Fixes
|
|
87
|
+
|
|
88
|
+
- обработано значение по умолчанию для действий по клику внутри показателей ([df27b1c](https://github.com/Infomaximum/widget-sdk/commit/df27b1cb9caf42f17ef932b6d98645fe033cfe0c))
|
|
89
|
+
|
|
5
90
|
## [7.0.0-14](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-13...v7.0.0-14) (2026-03-27)
|
|
6
91
|
|
|
92
|
+
### Features
|
|
93
|
+
|
|
94
|
+
- реализованы функции адаптации цветов ([01eb0e2](https://github.com/Infomaximum/widget-sdk/commit/01eb0e2e2dd208fa27ea057f640b80487c0a8ba1))
|
|
95
|
+
|
|
96
|
+
## [7.0.0-new-layout.5](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-new-layout.4...v7.0.0-new-layout.5) (2026-03-11)
|
|
97
|
+
|
|
98
|
+
## [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)
|
|
99
|
+
|
|
100
|
+
### ⚠ BREAKING CHANGES
|
|
101
|
+
|
|
102
|
+
- Требуется поддержка в виджетах
|
|
103
|
+
|
|
104
|
+
### Features
|
|
105
|
+
|
|
106
|
+
- добавлен тип фильтрации в контекст образа ([5421745](https://github.com/Infomaximum/widget-sdk/commit/54217452772fddf6703f28e2f60162a098fa5817))
|
|
107
|
+
- удалены WidgetPresetSettings ([1a5fe99](https://github.com/Infomaximum/widget-sdk/commit/1a5fe99228b4bc7e6b874758f312a4d6f8a3140c))
|
|
108
|
+
|
|
109
|
+
## [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)
|
|
7
110
|
|
|
8
111
|
### Features
|
|
9
112
|
|
|
10
|
-
|
|
113
|
+
- отказ от настроек backgroundInEdit и spacing в темах ([ae5dc49](https://github.com/Infomaximum/widget-sdk/commit/ae5dc49bede1aefcd4f65692cb596810a2692a69))
|
|
114
|
+
|
|
115
|
+
## [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)
|
|
11
116
|
|
|
12
|
-
|
|
117
|
+
### Features
|
|
118
|
+
|
|
119
|
+
- в настройки виджета добавлен цвет фона ([00ad777](https://github.com/Infomaximum/widget-sdk/commit/00ad7777d201918048b0610016751acf7b5c28e2))
|
|
13
120
|
|
|
121
|
+
## [7.0.0-new-layout.1](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-12...v7.0.0-new-layout.1) (2026-02-20)
|
|
14
122
|
|
|
15
123
|
### Features
|
|
16
124
|
|
|
17
|
-
|
|
125
|
+
- повышена apiVersion ([5adcca1](https://github.com/Infomaximum/widget-sdk/commit/5adcca17c14c746b20f0ca6eb3ea1d524d6a47a4))
|
|
126
|
+
- удалены отступы из темы ([b840210](https://github.com/Infomaximum/widget-sdk/commit/b8402106f85794f19d86d255558f81fe8e3a007c))
|
|
18
127
|
|
|
19
|
-
## [7.0.0-
|
|
128
|
+
## [7.0.0-new-layout.0](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-11...v7.0.0-new-layout.0) (2026-02-16)
|
|
20
129
|
|
|
130
|
+
### ⚠ BREAKING CHANGES
|
|
131
|
+
|
|
132
|
+
- отступы больше нельзя задавать в виджетах
|
|
21
133
|
|
|
22
134
|
### Features
|
|
23
135
|
|
|
24
|
-
|
|
25
|
-
* добавлен интерфейс IControlProps ([a0d38a1](https://github.com/Infomaximum/widget-sdk/commit/a0d38a1542a4c82b1cf8b544263afd1084024805))
|
|
26
|
-
* добавлена возможность декларировать кастомные контролы в IDefinition ([4747b63](https://github.com/Infomaximum/widget-sdk/commit/4747b638c1b28ae366df1b4b27d5f928e8a09851))
|
|
27
|
-
* добавлены интерфейсы для декларации рантайма с жизненным циклом ([c5a9843](https://github.com/Infomaximum/widget-sdk/commit/c5a9843d0acdc829d77f95d247bb37be03780f33))
|
|
28
|
-
* поддержана типизация кастомных контролов в мета-описании ([29782d4](https://github.com/Infomaximum/widget-sdk/commit/29782d40b22328ea19a9d2ad516140a1417888fc))
|
|
29
|
-
* поддержана типизация кастомных контролов при регистрации виджетов ([780c2a1](https://github.com/Infomaximum/widget-sdk/commit/780c2a1df4553d5c83475b0659d83bca5d794e01))
|
|
136
|
+
- удалены отступы из настроек виджетов ([b5f1797](https://github.com/Infomaximum/widget-sdk/commit/b5f17973ee872c4d31b0fd07babc29ca83b1b72f))
|
|
30
137
|
|
|
31
|
-
## [7.0.0-
|
|
138
|
+
## [7.0.0-new-layout.7](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-new-layout.6...v7.0.0-new-layout.7) (2026-03-25)
|
|
32
139
|
|
|
140
|
+
## [7.0.0-new-layout.6](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-new-layout.5...v7.0.0-new-layout.6) (2026-03-16)
|
|
141
|
+
|
|
142
|
+
### Features
|
|
143
|
+
|
|
144
|
+
- реализованы функции адаптации цветов ([01eb0e2](https://github.com/Infomaximum/widget-sdk/commit/01eb0e2e2dd208fa27ea057f640b80487c0a8ba1))
|
|
145
|
+
|
|
146
|
+
## [7.0.0-new-layout.5](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-new-layout.4...v7.0.0-new-layout.5) (2026-03-11)
|
|
33
147
|
|
|
34
148
|
### ⚠ BREAKING CHANGES
|
|
35
149
|
|
|
36
|
-
|
|
37
|
-
* требуется поддержка поле localApiVersion при создании структуры
|
|
150
|
+
- Требуется поддержка в виджетах
|
|
38
151
|
|
|
39
152
|
### Features
|
|
40
153
|
|
|
41
|
-
|
|
42
|
-
* поле type для контекста миграции теперь обязательно ([93f6ab8](https://github.com/Infomaximum/widget-sdk/commit/93f6ab89400bb0e4c5b67330bcb5c4bfa144c205))
|
|
43
|
-
* увеличена версия системной миграции ([f499658](https://github.com/Infomaximum/widget-sdk/commit/f49965890afca1a0836f77ae1c2f747cb93944e9))
|
|
154
|
+
- удалены WidgetPresetSettings ([1a5fe99](https://github.com/Infomaximum/widget-sdk/commit/1a5fe99228b4bc7e6b874758f312a4d6f8a3140c))
|
|
44
155
|
|
|
45
|
-
## [7.0.0-
|
|
156
|
+
## [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)
|
|
157
|
+
|
|
158
|
+
### Features
|
|
159
|
+
|
|
160
|
+
- добавлен тип фильтрации в контекст образа ([5421745](https://github.com/Infomaximum/widget-sdk/commit/54217452772fddf6703f28e2f60162a098fa5817))
|
|
161
|
+
|
|
162
|
+
## [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)
|
|
163
|
+
|
|
164
|
+
### Features
|
|
165
|
+
|
|
166
|
+
- отказ от настроек backgroundInEdit и spacing в темах ([ae5dc49](https://github.com/Infomaximum/widget-sdk/commit/ae5dc49bede1aefcd4f65692cb596810a2692a69))
|
|
46
167
|
|
|
168
|
+
## [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)
|
|
169
|
+
|
|
170
|
+
### Features
|
|
171
|
+
|
|
172
|
+
- в настройки виджета добавлен цвет фона ([00ad777](https://github.com/Infomaximum/widget-sdk/commit/00ad7777d201918048b0610016751acf7b5c28e2))
|
|
173
|
+
|
|
174
|
+
## [7.0.0-new-layout.1](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-12...v7.0.0-new-layout.1) (2026-02-20)
|
|
175
|
+
|
|
176
|
+
### Features
|
|
177
|
+
|
|
178
|
+
- повышена apiVersion ([5adcca1](https://github.com/Infomaximum/widget-sdk/commit/5adcca17c14c746b20f0ca6eb3ea1d524d6a47a4))
|
|
179
|
+
- удалены отступы из темы ([b840210](https://github.com/Infomaximum/widget-sdk/commit/b8402106f85794f19d86d255558f81fe8e3a007c))
|
|
180
|
+
|
|
181
|
+
## [7.0.0-new-layout.0](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-11...v7.0.0-new-layout.0) (2026-02-16)
|
|
47
182
|
|
|
48
183
|
### ⚠ BREAKING CHANGES
|
|
49
184
|
|
|
50
|
-
|
|
51
|
-
* требуется поддержка типизации в виджетах
|
|
185
|
+
- отступы больше нельзя задавать в виджетах
|
|
52
186
|
|
|
53
|
-
###
|
|
187
|
+
### Features
|
|
54
188
|
|
|
55
|
-
|
|
189
|
+
- удалены отступы из настроек виджетов ([b5f1797](https://github.com/Infomaximum/widget-sdk/commit/b5f17973ee872c4d31b0fd07babc29ca83b1b72f))
|
|
56
190
|
|
|
191
|
+
## [7.0.0-new-layout.0](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-11...v7.0.0-new-layout.0) (2026-02-16)
|
|
57
192
|
|
|
58
|
-
|
|
59
|
-
* произведен отказ от дженерика GroupSettings в мета-описании ([2032b9d](https://github.com/Infomaximum/widget-sdk/commit/2032b9db41ac0c5d305b548eeddf1ea8141375b4))
|
|
193
|
+
### ⚠ BREAKING CHANGES
|
|
60
194
|
|
|
61
|
-
|
|
195
|
+
- отступы больше нельзя задавать в виджетах
|
|
196
|
+
|
|
197
|
+
### Features
|
|
198
|
+
|
|
199
|
+
- удалены отступы из настроек виджетов ([b5f1797](https://github.com/Infomaximum/widget-sdk/commit/b5f17973ee872c4d31b0fd07babc29ca83b1b72f))
|
|
200
|
+
|
|
201
|
+
## [7.0.0-12](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-11...v7.0.0-12) (2026-02-20)
|
|
202
|
+
|
|
203
|
+
### Features
|
|
204
|
+
|
|
205
|
+
- registry factory-функций кастомных контролов выделен в отдельный интерфейс и экспортирован из библиотеки ([5746214](https://github.com/Infomaximum/widget-sdk/commit/57462145724b95a45a436621c43949d4d1e84fc8))
|
|
206
|
+
- добавлен интерфейс IControlProps ([a0d38a1](https://github.com/Infomaximum/widget-sdk/commit/a0d38a1542a4c82b1cf8b544263afd1084024805))
|
|
207
|
+
- добавлена возможность декларировать кастомные контролы в IDefinition ([4747b63](https://github.com/Infomaximum/widget-sdk/commit/4747b638c1b28ae366df1b4b27d5f928e8a09851))
|
|
208
|
+
- добавлены интерфейсы для декларации рантайма с жизненным циклом ([c5a9843](https://github.com/Infomaximum/widget-sdk/commit/c5a9843d0acdc829d77f95d247bb37be03780f33))
|
|
209
|
+
- поддержана типизация кастомных контролов в мета-описании ([29782d4](https://github.com/Infomaximum/widget-sdk/commit/29782d40b22328ea19a9d2ad516140a1417888fc))
|
|
210
|
+
- поддержана типизация кастомных контролов при регистрации виджетов ([780c2a1](https://github.com/Infomaximum/widget-sdk/commit/780c2a1df4553d5c83475b0659d83bca5d794e01))
|
|
211
|
+
|
|
212
|
+
## [7.0.0-11](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-10...v7.0.0-11) (2026-02-13)
|
|
213
|
+
|
|
214
|
+
### ⚠ BREAKING CHANGES
|
|
215
|
+
|
|
216
|
+
- необходимо поддержать поле type в зарегистрированных миграциях
|
|
217
|
+
- требуется поддержка поле localApiVersion при создании структуры
|
|
218
|
+
|
|
219
|
+
### Features
|
|
220
|
+
|
|
221
|
+
- поле localApiVersion для структуры виджета теперь обязательно ([5dd5d8d](https://github.com/Infomaximum/widget-sdk/commit/5dd5d8de9376f3eb0e4f7999c81023c32c343c58))
|
|
222
|
+
- поле type для контекста миграции теперь обязательно ([93f6ab8](https://github.com/Infomaximum/widget-sdk/commit/93f6ab89400bb0e4c5b67330bcb5c4bfa144c205))
|
|
223
|
+
- увеличена версия системной миграции ([f499658](https://github.com/Infomaximum/widget-sdk/commit/f49965890afca1a0836f77ae1c2f747cb93944e9))
|
|
224
|
+
|
|
225
|
+
## [7.0.0-10](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-9...v7.0.0-10) (2026-02-13)
|
|
226
|
+
|
|
227
|
+
### ⚠ BREAKING CHANGES
|
|
62
228
|
|
|
229
|
+
- требуется поддержка типизации в виджетах
|
|
230
|
+
- требуется поддержка типизации в виджетах
|
|
63
231
|
|
|
64
232
|
### Bug Fixes
|
|
65
233
|
|
|
66
|
-
|
|
234
|
+
- исправлена схема WidgetIndicatorAggregationValueSchema ([d70deb5](https://github.com/Infomaximum/widget-sdk/commit/d70deb5e1fdf046a8c79d265a9a28294cbded811))
|
|
67
235
|
|
|
68
|
-
|
|
236
|
+
- выполнен отказ от дженерика MigrationStruct в IDefinition ([193518b](https://github.com/Infomaximum/widget-sdk/commit/193518b7004454b61be4856e83d67ad494f04ac3))
|
|
237
|
+
- произведен отказ от дженерика GroupSettings в мета-описании ([2032b9d](https://github.com/Infomaximum/widget-sdk/commit/2032b9db41ac0c5d305b548eeddf1ea8141375b4))
|
|
238
|
+
|
|
239
|
+
## [7.0.0-9](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-8...v7.0.0-9) (2026-02-06)
|
|
240
|
+
|
|
241
|
+
### Bug Fixes
|
|
69
242
|
|
|
243
|
+
- исправлена схема numberRange в фильтре по формуле ([89171bc](https://github.com/Infomaximum/widget-sdk/commit/89171bcfcdd8542aaf795812d12b23528ea8fdba))
|
|
244
|
+
|
|
245
|
+
## [7.0.0-8](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-7...v7.0.0-8) (2026-02-03)
|
|
70
246
|
|
|
71
247
|
### Features
|
|
72
248
|
|
|
73
|
-
|
|
249
|
+
- добавлено вложенное действие Обновить переменную для действий по клику ([48822f8](https://github.com/Infomaximum/widget-sdk/commit/48822f87fd34e82feb699e210809e7f492d0844c))
|
|
74
250
|
|
|
75
251
|
## [7.0.0-7](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-6...v7.0.0-7) (2026-02-02)
|
|
76
252
|
|
|
77
|
-
|
|
78
253
|
### ⚠ BREAKING CHANGES
|
|
79
254
|
|
|
80
|
-
|
|
255
|
+
- Требуется поддержка в виджетах
|
|
81
256
|
|
|
82
257
|
### Features
|
|
83
258
|
|
|
84
|
-
|
|
259
|
+
- изменена типизация формата ([62a44fa](https://github.com/Infomaximum/widget-sdk/commit/62a44fa3e393b5ae14df05dc803e2d0b2c235911))
|
|
85
260
|
|
|
86
261
|
## [7.0.0-6](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-5...v7.0.0-6) (2026-01-26)
|
|
87
262
|
|
|
88
|
-
|
|
89
263
|
### ⚠ BREAKING CHANGES
|
|
90
264
|
|
|
91
|
-
|
|
265
|
+
- Требуется поддержка в виджетах
|
|
92
266
|
|
|
93
267
|
### Features
|
|
94
268
|
|
|
95
|
-
|
|
269
|
+
- отказ от onComplete в параметрах launchAction ([37710b3](https://github.com/Infomaximum/widget-sdk/commit/37710b3ae721211c1600ae141575d99066d44644))
|
|
96
270
|
|
|
97
271
|
## [7.0.0-5](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-4...v7.0.0-5) (2026-01-22)
|
|
98
272
|
|
|
99
|
-
|
|
100
273
|
### Bug Fixes
|
|
101
274
|
|
|
102
|
-
|
|
275
|
+
- необязательные поля действия открытия образа сделаны опциональными ([dec55c5](https://github.com/Infomaximum/widget-sdk/commit/dec55c542be792ae579f9a97cf56e79be07c52f6))
|
|
103
276
|
|
|
104
277
|
## [7.0.0-4](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-3...v7.0.0-4) (2026-01-21)
|
|
105
278
|
|
|
106
279
|
## [7.0.0-3](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-2...v7.0.0-3) (2026-01-21)
|
|
107
280
|
|
|
108
|
-
|
|
109
281
|
### Features
|
|
110
282
|
|
|
111
|
-
|
|
283
|
+
- добавлена возможность запросить у системы ожидание завершения асинхронной работы перед запуском действия ([9a1b67f](https://github.com/Infomaximum/widget-sdk/commit/9a1b67fa1eec90833cf5553840431fceda431653))
|
|
112
284
|
|
|
113
285
|
## [7.0.0-2](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-1...v7.0.0-2) (2026-01-20)
|
|
114
286
|
|
|
@@ -124,37 +296,34 @@ All notable changes to this project will be documented in this file. See [standa
|
|
|
124
296
|
|
|
125
297
|
## [6.0.0-view-theme.20](https://github.com/Infomaximum/widget-sdk/compare/v6.0.0-view-theme.19...v6.0.0-view-theme.20) (2026-01-19)
|
|
126
298
|
|
|
127
|
-
|
|
128
299
|
### ⚠ BREAKING CHANGES
|
|
129
300
|
|
|
130
|
-
|
|
301
|
+
- Требуется поддержка в виджетах
|
|
131
302
|
|
|
132
303
|
### Features
|
|
133
304
|
|
|
134
|
-
|
|
135
|
-
|
|
305
|
+
- ActionOnClickControl предоставлен новый API для кастомизации действий ([8860d8c](https://github.com/Infomaximum/widget-sdk/commit/8860d8c26b29b46015b226694489ecf16e4120d2))
|
|
306
|
+
- добавлен новый тип действия ([16aac51](https://github.com/Infomaximum/widget-sdk/commit/16aac51507395a765016157100a31cc9f57d032f))
|
|
136
307
|
|
|
137
308
|
## [6.0.0-view-theme.19](https://github.com/Infomaximum/widget-sdk/compare/v6.0.0-view-theme.18...v6.0.0-view-theme.19) (2026-01-15)
|
|
138
309
|
|
|
139
|
-
|
|
140
310
|
### ⚠ BREAKING CHANGES
|
|
141
311
|
|
|
142
|
-
|
|
143
|
-
|
|
312
|
+
- вместо удаленной функции в виджетах требуется использовать функцию fillTemplateSql
|
|
313
|
+
- требуется поддержка в виджетах
|
|
144
314
|
|
|
145
315
|
### Features
|
|
146
316
|
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
317
|
+
- в схему формулы добавлена мета-информация о типе сущности ([45cb47f](https://github.com/Infomaximum/widget-sdk/commit/45cb47f79414d47c27529f4506bc507fee2d07cc))
|
|
318
|
+
- из типа линзы убраны TNullable и Partial ([8f85239](https://github.com/Infomaximum/widget-sdk/commit/8f852393700b4914645eb6110fda3b55329cb83f))
|
|
319
|
+
- метод createSettingsSchema сделан обязательным, а метод fillSettings - необязательным ([d0734a8](https://github.com/Infomaximum/widget-sdk/commit/d0734a8319e5abd96863ed345f35678170c0c0e3))
|
|
320
|
+
- удалена функция fillTemplateString ([43a051d](https://github.com/Infomaximum/widget-sdk/commit/43a051dc6cdff3d774b06fe2e63f454b9f90a4d6))
|
|
151
321
|
|
|
152
322
|
## [6.0.0-view-theme.18](https://github.com/Infomaximum/widget-sdk/compare/v6.0.0-view-theme.17...v6.0.0-view-theme.18) (2026-01-13)
|
|
153
323
|
|
|
154
|
-
|
|
155
324
|
### Features
|
|
156
325
|
|
|
157
|
-
|
|
326
|
+
- изменен api миграций ([ab086c6](https://github.com/Infomaximum/widget-sdk/commit/ab086c6c22ef489059b9a5ae01460af91b6f4782))
|
|
158
327
|
|
|
159
328
|
## [6.0.0-view-theme.17](https://github.com/Infomaximum/widget-sdk/compare/v6.0.0-view-theme.16...v6.0.0-view-theme.17) (2025-12-18)
|
|
160
329
|
|
|
@@ -164,101 +333,90 @@ All notable changes to this project will be documented in this file. See [standa
|
|
|
164
333
|
|
|
165
334
|
## [6.0.0-view-theme.14](https://github.com/Infomaximum/widget-sdk/compare/v6.0.0-view-theme.13...v6.0.0-view-theme.14) (2025-12-15)
|
|
166
335
|
|
|
167
|
-
|
|
168
336
|
### Bug Fixes
|
|
169
337
|
|
|
170
|
-
|
|
171
|
-
|
|
338
|
+
- исправлена схема настроек форматирования ([22b9ac8](https://github.com/Infomaximum/widget-sdk/commit/22b9ac857486d55c201cb5259db1b1230c634692))
|
|
339
|
+
- расширен тип схемы для поля lastTimeUnit в фильтре по формуле ([d41ee4e](https://github.com/Infomaximum/widget-sdk/commit/d41ee4e0aedc878da0b7fd153a71ea84373b9cd9))
|
|
172
340
|
|
|
173
341
|
## [6.0.0-view-theme.13](https://github.com/Infomaximum/widget-sdk/compare/v6.0.0-view-theme.12...v6.0.0-view-theme.13) (2025-12-01)
|
|
174
342
|
|
|
175
|
-
|
|
176
343
|
### Features
|
|
177
344
|
|
|
178
|
-
|
|
345
|
+
- Добавлен и поддержан тип для разреза внутри иерархии ([#133](https://github.com/Infomaximum/widget-sdk/issues/133)) ([120150e](https://github.com/Infomaximum/widget-sdk/commit/120150e004ef7e691345bc50b8f37312c205d7b2))
|
|
179
346
|
|
|
180
347
|
## [6.0.0-view-theme.12](https://github.com/Infomaximum/widget-sdk/compare/v6.0.0-view-theme.11...v6.0.0-view-theme.12) (2025-11-27)
|
|
181
348
|
|
|
182
|
-
|
|
183
349
|
### ⚠ BREAKING CHANGES
|
|
184
350
|
|
|
185
|
-
|
|
186
|
-
|
|
351
|
+
- требуется поддержка в виджетах
|
|
352
|
+
- требуется поддержка в мета-описании виджетов, которые использовали этот флаг
|
|
187
353
|
|
|
188
354
|
### Features
|
|
189
355
|
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
356
|
+
- выполнена ревизия дефолтных значения схем ([3c397d8](https://github.com/Infomaximum/widget-sdk/commit/3c397d8e77ba8fe76e58edca6bcb849ef5934338))
|
|
357
|
+
- к схеме базовых настроек виджета привязана тема ([7ab52be](https://github.com/Infomaximum/widget-sdk/commit/7ab52becfa93f30b94fb5a3dcee3bee76c624d21))
|
|
358
|
+
- флаг fillSettings переименован на resolveSettings, т.к. теперь активирует не только этап fillSettings. ([3448973](https://github.com/Infomaximum/widget-sdk/commit/3448973695a973011688fb29f80cc96d7946b6fd))
|
|
193
359
|
|
|
194
360
|
## [6.0.0-view-theme.11](https://github.com/Infomaximum/widget-sdk/compare/v6.0.0-view-theme.10...v6.0.0-view-theme.11) (2025-11-24)
|
|
195
361
|
|
|
196
|
-
|
|
197
362
|
### ⚠ BREAKING CHANGES
|
|
198
363
|
|
|
199
|
-
|
|
364
|
+
- некоторые поля настроек виджетов сделаны обязательными
|
|
200
365
|
|
|
201
366
|
### Features
|
|
202
367
|
|
|
203
|
-
|
|
368
|
+
- выполнен первый этап ревизии схем ([67f5efb](https://github.com/Infomaximum/widget-sdk/commit/67f5efb8b3cd4eef477f64efceba18942522789c))
|
|
204
369
|
|
|
205
370
|
## [6.0.0-view-theme.10](https://github.com/Infomaximum/widget-sdk/compare/v6.0.0-view-theme.9...v6.0.0-view-theme.10) (2025-11-20)
|
|
206
371
|
|
|
207
372
|
## [6.0.0-view-theme.9](https://github.com/Infomaximum/widget-sdk/compare/v6.0.0-17...v6.0.0-view-theme.9) (2025-11-19)
|
|
208
373
|
|
|
209
|
-
|
|
210
374
|
### Features
|
|
211
375
|
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
376
|
+
- описана схема для WidgetPresetSettingsSchema ([bd1bdfc](https://github.com/Infomaximum/widget-sdk/commit/bd1bdfc28005122a774051589e3288c44272f9b2))
|
|
377
|
+
- описана схема для WidgetPresetSettingsSchema ([ade690c](https://github.com/Infomaximum/widget-sdk/commit/ade690c2e6a61e46af419919cba59ab365eb4d4f))
|
|
378
|
+
- схемы наполнены дефолтами ([3f7f99c](https://github.com/Infomaximum/widget-sdk/commit/3f7f99cbbd5e9795f8b676fe9f862052a31f4306))
|
|
215
379
|
|
|
216
380
|
## [6.0.0-view-theme.8](https://github.com/Infomaximum/widget-sdk/compare/v6.0.0-view-theme.7...v6.0.0-view-theme.8) (2025-11-14)
|
|
217
381
|
|
|
218
|
-
|
|
219
382
|
### Features
|
|
220
383
|
|
|
221
|
-
|
|
384
|
+
- добавлен общий disabled для RadioIconGroupControl ([a000905](https://github.com/Infomaximum/widget-sdk/commit/a00090571e9c9109904c6df8dead94760047d108))
|
|
222
385
|
|
|
223
386
|
## [6.0.0-view-theme.7](https://github.com/Infomaximum/widget-sdk/compare/v6.0.0-16...v6.0.0-view-theme.7) (2025-11-13)
|
|
224
387
|
|
|
225
|
-
|
|
226
388
|
### Features
|
|
227
389
|
|
|
228
|
-
|
|
229
|
-
|
|
390
|
+
- добавлен ISchemaContext в метод createSettingsSchema ([5a9475b](https://github.com/Infomaximum/widget-sdk/commit/5a9475bcc042b97ceb47146c8fa64c402824762c))
|
|
391
|
+
- добавлена zod схема для процессного индикатора ([07f2788](https://github.com/Infomaximum/widget-sdk/commit/07f27881ea43f3278608b485a3088039dc0228a0))
|
|
230
392
|
|
|
231
393
|
## [6.0.0-view-theme.6](https://github.com/Infomaximum/widget-sdk/compare/v6.0.0-view-theme.5...v6.0.0-view-theme.6) (2025-11-07)
|
|
232
394
|
|
|
233
|
-
|
|
234
395
|
### Features
|
|
235
396
|
|
|
236
|
-
|
|
397
|
+
- добавлены zod схемы для базовых настроек виджета ([b55eeb1](https://github.com/Infomaximum/widget-sdk/commit/b55eeb1b932fa5348b575fa220b61361e1defdd6))
|
|
237
398
|
|
|
238
399
|
## [6.0.0-view-theme.5](https://github.com/Infomaximum/widget-sdk/compare/v6.0.0-view-theme.4...v6.0.0-view-theme.5) (2025-11-01)
|
|
239
400
|
|
|
240
|
-
|
|
241
401
|
### Features
|
|
242
402
|
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
403
|
+
- добавлен интерфейс ITheme [BI-15688] ([4c0821c](https://github.com/Infomaximum/widget-sdk/commit/4c0821cdee32900f6cd225da4e07b78082a243de))
|
|
404
|
+
- добавлена функция для привязки мета-информации о теме к Zod-схеме ([731fd97](https://github.com/Infomaximum/widget-sdk/commit/731fd9784a9cce1586bf14cde2f747582a61371c))
|
|
405
|
+
- удален флаг use_theme [BI-15617] ([f0fce3b](https://github.com/Infomaximum/widget-sdk/commit/f0fce3be7bcc1472fcd930f883b83f6702f839da))
|
|
246
406
|
|
|
247
407
|
## [6.0.0-view-theme.4](https://github.com/Infomaximum/widget-sdk/compare/v6.0.0-view-theme.3...v6.0.0-view-theme.4) (2025-10-24)
|
|
248
408
|
|
|
249
|
-
|
|
250
409
|
### Features
|
|
251
410
|
|
|
252
|
-
|
|
411
|
+
- IDefinition расширен методом createSettingsScheme ([55e6569](https://github.com/Infomaximum/widget-sdk/commit/55e65694b9aa03bebaf638bf9156f719aa884cd1))
|
|
253
412
|
|
|
254
413
|
## [6.0.0-view-theme.3](https://github.com/Infomaximum/widget-sdk/compare/v6.0.0-view-theme.2...v6.0.0-view-theme.3) (2025-10-07)
|
|
255
414
|
|
|
256
|
-
|
|
257
415
|
### Features
|
|
258
416
|
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
417
|
+
- добавлен disabled для Control используемых в панели отображения [BI-15509] ([6c58001](https://github.com/Infomaximum/widget-sdk/commit/6c58001f88648b48f81dd86480cc1ec25022493b))
|
|
418
|
+
- добавлена поддержка cleanupThemeProperties для кастомных виджетов [BI-15499] ([879c956](https://github.com/Infomaximum/widget-sdk/commit/879c956c9893b0379968eadd420912ccac8405fd))
|
|
419
|
+
- флаг useTheme перенесен в конфиг виджета [BI-15072] ([5d9c187](https://github.com/Infomaximum/widget-sdk/commit/5d9c187af2b1ebe39b66bbd5853c6112b603e6c7))
|
|
262
420
|
|
|
263
421
|
## [6.0.0-view-theme.2](https://github.com/Infomaximum/widget-sdk/compare/v6.0.0-15...v6.0.0-view-theme.2) (2025-10-02)
|
|
264
422
|
|
|
@@ -266,52 +424,47 @@ All notable changes to this project will be documented in this file. See [standa
|
|
|
266
424
|
|
|
267
425
|
## [6.0.0-view-theme.0](https://github.com/Infomaximum/widget-sdk/compare/v6.0.0-12...v6.0.0-view-theme.0) (2025-09-29)
|
|
268
426
|
|
|
269
|
-
|
|
270
427
|
### Features
|
|
271
428
|
|
|
272
|
-
|
|
429
|
+
- поддержен флаг для темы [BI-15496] ([5196fa6](https://github.com/Infomaximum/widget-sdk/commit/5196fa6c69a521c4529a355e674bcb1f8c1aac39))
|
|
273
430
|
|
|
274
431
|
## [6.0.0-view-theme.15](https://github.com/Infomaximum/widget-sdk/compare/v6.0.0-view-theme.14...v6.0.0-view-theme.15) (2025-12-15)
|
|
275
432
|
|
|
276
433
|
## [6.0.0-view-theme.14](https://github.com/Infomaximum/widget-sdk/compare/v6.0.0-view-theme.13...v6.0.0-view-theme.14) (2025-12-15)
|
|
277
434
|
|
|
278
|
-
|
|
279
435
|
### Bug Fixes
|
|
280
436
|
|
|
281
|
-
|
|
282
|
-
|
|
437
|
+
- исправлена схема настроек форматирования ([22b9ac8](https://github.com/Infomaximum/widget-sdk/commit/22b9ac857486d55c201cb5259db1b1230c634692))
|
|
438
|
+
- расширен тип схемы для поля lastTimeUnit в фильтре по формуле ([d41ee4e](https://github.com/Infomaximum/widget-sdk/commit/d41ee4e0aedc878da0b7fd153a71ea84373b9cd9))
|
|
283
439
|
|
|
284
440
|
## [6.0.0-view-theme.13](https://github.com/Infomaximum/widget-sdk/compare/v6.0.0-view-theme.12...v6.0.0-view-theme.13) (2025-12-01)
|
|
285
441
|
|
|
286
|
-
|
|
287
442
|
### Features
|
|
288
443
|
|
|
289
|
-
|
|
444
|
+
- Добавлен и поддержан тип для разреза внутри иерархии ([#133](https://github.com/Infomaximum/widget-sdk/issues/133)) ([120150e](https://github.com/Infomaximum/widget-sdk/commit/120150e004ef7e691345bc50b8f37312c205d7b2))
|
|
290
445
|
|
|
291
446
|
## [6.0.0-view-theme.12](https://github.com/Infomaximum/widget-sdk/compare/v6.0.0-view-theme.11...v6.0.0-view-theme.12) (2025-11-27)
|
|
292
447
|
|
|
293
|
-
|
|
294
448
|
### ⚠ BREAKING CHANGES
|
|
295
449
|
|
|
296
|
-
|
|
297
|
-
|
|
450
|
+
- требуется поддержка в виджетах
|
|
451
|
+
- требуется поддержка в мета-описании виджетов, которые использовали этот флаг
|
|
298
452
|
|
|
299
453
|
### Features
|
|
300
454
|
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
455
|
+
- выполнена ревизия дефолтных значения схем ([3c397d8](https://github.com/Infomaximum/widget-sdk/commit/3c397d8e77ba8fe76e58edca6bcb849ef5934338))
|
|
456
|
+
- к схеме базовых настроек виджета привязана тема ([7ab52be](https://github.com/Infomaximum/widget-sdk/commit/7ab52becfa93f30b94fb5a3dcee3bee76c624d21))
|
|
457
|
+
- флаг fillSettings переименован на resolveSettings, т.к. теперь активирует не только этап fillSettings. ([3448973](https://github.com/Infomaximum/widget-sdk/commit/3448973695a973011688fb29f80cc96d7946b6fd))
|
|
304
458
|
|
|
305
459
|
## [6.0.0-view-theme.11](https://github.com/Infomaximum/widget-sdk/compare/v6.0.0-view-theme.10...v6.0.0-view-theme.11) (2025-11-24)
|
|
306
460
|
|
|
307
|
-
|
|
308
461
|
### ⚠ BREAKING CHANGES
|
|
309
462
|
|
|
310
|
-
|
|
463
|
+
- некоторые поля настроек виджетов сделаны обязательными
|
|
311
464
|
|
|
312
465
|
### Features
|
|
313
466
|
|
|
314
|
-
|
|
467
|
+
- выполнен первый этап ревизии схем ([67f5efb](https://github.com/Infomaximum/widget-sdk/commit/67f5efb8b3cd4eef477f64efceba18942522789c))
|
|
315
468
|
|
|
316
469
|
## [6.0.0-view-theme.10](https://github.com/Infomaximum/widget-sdk/compare/v6.0.0-view-theme.9...v6.0.0-view-theme.10) (2025-11-20)
|
|
317
470
|
|
|
@@ -319,11 +472,10 @@ All notable changes to this project will be documented in this file. See [standa
|
|
|
319
472
|
|
|
320
473
|
## [6.0.0-17](https://github.com/Infomaximum/widget-sdk/compare/v6.0.0-view-theme.8...v6.0.0-17) (2025-11-19)
|
|
321
474
|
|
|
322
|
-
|
|
323
475
|
### Features
|
|
324
476
|
|
|
325
|
-
|
|
326
|
-
|
|
477
|
+
- добавлен innerTemplateName для шаблонов ([7980b8a](https://github.com/Infomaximum/widget-sdk/commit/7980b8a9a18b166c74b77f8ef5cf8f9e13ca711a))
|
|
478
|
+
- добавлена возможность изменять список селлекта условий отображения ([dd0c1d7](https://github.com/Infomaximum/widget-sdk/commit/dd0c1d7b8df655ad23eea77c16cbb1baa44192f7))
|
|
327
479
|
|
|
328
480
|
## [6.0.0-view-theme.9](https://github.com/Infomaximum/widget-sdk/compare/v6.0.0-view-theme.8...v6.0.0-view-theme.9) (2025-11-19)
|
|
329
481
|
|