@divkitframework/jsonbuilder 32.59.0 → 32.60.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 +8 -1
- package/package.json +1 -1
package/dist/jsonbuilder.d.ts
CHANGED
|
@@ -3090,7 +3090,7 @@ interface IDivExtension {
|
|
|
3090
3090
|
* Controls whether the extension is enabled (`true` by default). When `false`, the extension is
|
|
3091
3091
|
* not applied to the element.
|
|
3092
3092
|
*
|
|
3093
|
-
* Platforms: web
|
|
3093
|
+
* Platforms: web, ios, android
|
|
3094
3094
|
*/
|
|
3095
3095
|
is_enabled?: Type<IntBoolean | DivExpression>;
|
|
3096
3096
|
/**
|
|
@@ -13071,6 +13071,13 @@ interface IDivTextImage {
|
|
|
13071
13071
|
* Platforms: android, ios, web
|
|
13072
13072
|
*/
|
|
13073
13073
|
alignment_vertical?: Type<DivTextAlignmentVertical | DivExpression>;
|
|
13074
|
+
/**
|
|
13075
|
+
* Vertical baseline offset in a character range. If the parameter is set, the vertical alignment
|
|
13076
|
+
* is ignored and is assumed to be baseline.
|
|
13077
|
+
*
|
|
13078
|
+
* Platforms: web
|
|
13079
|
+
*/
|
|
13080
|
+
baseline_offset?: Type<number | DivExpression>;
|
|
13074
13081
|
/**
|
|
13075
13082
|
* Image height.
|
|
13076
13083
|
*/
|