@divkitframework/jsonbuilder 31.11.0 → 31.12.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/dist/jsonbuilder.d.ts +4 -4
- package/package.json +1 -1
package/dist/jsonbuilder.d.ts
CHANGED
|
@@ -301,7 +301,7 @@ interface IDivAccessibility {
|
|
|
301
301
|
* A tooltip of what will happen during interaction. If Speak Hints is enabled in the VoiceOver
|
|
302
302
|
* settings on iOS, a tooltip is played after `description`.
|
|
303
303
|
*
|
|
304
|
-
* Platforms: android, ios
|
|
304
|
+
* Platforms: android, ios, web
|
|
305
305
|
*/
|
|
306
306
|
hint?: Type<string | DivExpression>;
|
|
307
307
|
/**
|
|
@@ -329,7 +329,7 @@ interface IDivAccessibility {
|
|
|
329
329
|
* Description of the current state of an element. For example, in the description you can
|
|
330
330
|
* specify a selected date for a date selection element and an on/off state for a switch.
|
|
331
331
|
*
|
|
332
|
-
* Platforms: android, ios
|
|
332
|
+
* Platforms: android, ios, web
|
|
333
333
|
*/
|
|
334
334
|
state_description?: Type<string | DivExpression>;
|
|
335
335
|
/**
|
|
@@ -4917,7 +4917,7 @@ declare class DivImage<T extends DivImageProps = DivImageProps> {
|
|
|
4917
4917
|
* displayed as the first frame. Use the parameter carefully — it will worsen the preview display
|
|
4918
4918
|
* time and can worsen the application launch time.
|
|
4919
4919
|
*
|
|
4920
|
-
* Platforms: android, ios
|
|
4920
|
+
* Platforms: android, ios, web
|
|
4921
4921
|
*/
|
|
4922
4922
|
high_priority_preview_show?: Type<IntBoolean | DivExpression>;
|
|
4923
4923
|
/**
|
|
@@ -5227,7 +5227,7 @@ interface DivImageProps {
|
|
|
5227
5227
|
* displayed as the first frame. Use the parameter carefully — it will worsen the preview display
|
|
5228
5228
|
* time and can worsen the application launch time.
|
|
5229
5229
|
*
|
|
5230
|
-
* Platforms: android, ios
|
|
5230
|
+
* Platforms: android, ios, web
|
|
5231
5231
|
*/
|
|
5232
5232
|
high_priority_preview_show?: Type<IntBoolean | DivExpression>;
|
|
5233
5233
|
/**
|