@divkitframework/jsonbuilder 31.7.0 → 31.8.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 +6 -6
- package/package.json +1 -1
package/dist/jsonbuilder.d.ts
CHANGED
|
@@ -940,7 +940,7 @@ interface IDivActionSubmitRequest {
|
|
|
940
940
|
/**
|
|
941
941
|
* HTTP request headers. Please note that DivKit does not clean duplicate headers, which can lead
|
|
942
942
|
* to errors in request processing. Keep this in mind when assembling actions with complex
|
|
943
|
-
*
|
|
943
|
+
* JSON-builders.
|
|
944
944
|
*/
|
|
945
945
|
headers?: Type<NonEmptyArray<IRequestHeader>>;
|
|
946
946
|
/**
|
|
@@ -12233,7 +12233,7 @@ interface IDivTextRange {
|
|
|
12233
12233
|
* A mask that hides a part of text. To show the hidden text, disable the mask using the
|
|
12234
12234
|
* `is_enabled` property.
|
|
12235
12235
|
*
|
|
12236
|
-
* Platforms:
|
|
12236
|
+
* Platforms: web
|
|
12237
12237
|
*/
|
|
12238
12238
|
mask?: Type<DivTextRangeMask>;
|
|
12239
12239
|
/**
|
|
@@ -12436,9 +12436,9 @@ interface IDivTooltip {
|
|
|
12436
12436
|
*/
|
|
12437
12437
|
animation_out?: Type<IDivAnimation>;
|
|
12438
12438
|
/**
|
|
12439
|
-
* Description for accessibility of the
|
|
12439
|
+
* Description for accessibility of the tap action on the background of the tooltip.
|
|
12440
12440
|
*
|
|
12441
|
-
* Platforms: ios
|
|
12441
|
+
* Platforms: ios, web
|
|
12442
12442
|
*/
|
|
12443
12443
|
background_accessibility_description?: Type<string | DivExpression>;
|
|
12444
12444
|
/**
|
|
@@ -12701,7 +12701,7 @@ declare class DivVideo<T extends DivVideoProps = DivVideoProps> {
|
|
|
12701
12701
|
/**
|
|
12702
12702
|
* Additional information that can be used in the player.
|
|
12703
12703
|
*
|
|
12704
|
-
* Platforms: android, ios
|
|
12704
|
+
* Platforms: android, ios, web
|
|
12705
12705
|
*/
|
|
12706
12706
|
player_settings_payload?: Type<{}>;
|
|
12707
12707
|
/**
|
|
@@ -12946,7 +12946,7 @@ interface DivVideoProps {
|
|
|
12946
12946
|
/**
|
|
12947
12947
|
* Additional information that can be used in the player.
|
|
12948
12948
|
*
|
|
12949
|
-
* Platforms: android, ios
|
|
12949
|
+
* Platforms: android, ios, web
|
|
12950
12950
|
*/
|
|
12951
12951
|
player_settings_payload?: Type<{}>;
|
|
12952
12952
|
/**
|