@divkitframework/jsonbuilder 31.2.0 → 31.3.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
|
@@ -11297,7 +11297,7 @@ declare class DivText<T extends DivTextProps = DivTextProps> {
|
|
|
11297
11297
|
/**
|
|
11298
11298
|
* Automatic text cropping to fit the container size.
|
|
11299
11299
|
*
|
|
11300
|
-
* Platforms: android, web, flutter
|
|
11300
|
+
* Platforms: android, ios, web, flutter
|
|
11301
11301
|
*/
|
|
11302
11302
|
auto_ellipsize?: Type<IntBoolean | DivExpression>;
|
|
11303
11303
|
/**
|
|
@@ -11671,7 +11671,7 @@ interface DivTextProps {
|
|
|
11671
11671
|
/**
|
|
11672
11672
|
* Automatic text cropping to fit the container size.
|
|
11673
11673
|
*
|
|
11674
|
-
* Platforms: android, web, flutter
|
|
11674
|
+
* Platforms: android, ios, web, flutter
|
|
11675
11675
|
*/
|
|
11676
11676
|
auto_ellipsize?: Type<IntBoolean | DivExpression>;
|
|
11677
11677
|
/**
|
|
@@ -12049,7 +12049,7 @@ interface IDivTextImage {
|
|
|
12049
12049
|
– `reversed` is for indexing a string from the end to the beginning ([N, ..., 2, 1,
|
|
12050
12050
|
* 0]). Use it if you need to insert an image by index relative to the end of a string.
|
|
12051
12051
|
*
|
|
12052
|
-
* Platforms: android, web
|
|
12052
|
+
* Platforms: android, ios, web
|
|
12053
12053
|
*/
|
|
12054
12054
|
indexing_direction?: Type<ImageIndexingDirection | DivExpression>;
|
|
12055
12055
|
/**
|
|
@@ -12070,7 +12070,7 @@ interface IDivTextImage {
|
|
|
12070
12070
|
/**
|
|
12071
12071
|
* Blend mode of the color specified in `tint_color`.
|
|
12072
12072
|
*
|
|
12073
|
-
* Platforms: android, web
|
|
12073
|
+
* Platforms: android, ios, web
|
|
12074
12074
|
*/
|
|
12075
12075
|
tint_mode?: Type<DivBlendMode | DivExpression>;
|
|
12076
12076
|
/**
|
|
@@ -12379,7 +12379,7 @@ interface IDivTooltip {
|
|
|
12379
12379
|
/**
|
|
12380
12380
|
* Allows dismissing tooltip by tapping outside of it.
|
|
12381
12381
|
*
|
|
12382
|
-
* Platforms: ios
|
|
12382
|
+
* Platforms: android, ios
|
|
12383
12383
|
*/
|
|
12384
12384
|
close_by_tap_outside?: Type<boolean | DivExpression>;
|
|
12385
12385
|
/**
|
|
@@ -12399,7 +12399,7 @@ interface IDivTooltip {
|
|
|
12399
12399
|
/**
|
|
12400
12400
|
* Tooltip modes.
|
|
12401
12401
|
*
|
|
12402
|
-
* Platforms:
|
|
12402
|
+
* Platforms: android
|
|
12403
12403
|
*/
|
|
12404
12404
|
mode?: Type<DivTooltipMode>;
|
|
12405
12405
|
/**
|