@divkitframework/jsonbuilder 32.16.0 → 32.17.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 +5 -5
- package/package.json +1 -1
package/dist/jsonbuilder.d.ts
CHANGED
|
@@ -1851,7 +1851,7 @@ declare class DivContainer<T extends DivContainerProps = DivContainerProps> {
|
|
|
1851
1851
|
* Spacing between items along the main axis. Ignored if `separator` with type `show_between` is
|
|
1852
1852
|
* set.
|
|
1853
1853
|
*
|
|
1854
|
-
* Platforms:
|
|
1854
|
+
* Platforms: android, web
|
|
1855
1855
|
*/
|
|
1856
1856
|
item_spacing?: Type<number | DivExpression>;
|
|
1857
1857
|
/**
|
|
@@ -1883,7 +1883,7 @@ declare class DivContainer<T extends DivContainerProps = DivContainerProps> {
|
|
|
1883
1883
|
* Spacing between lines of items when `layout_mode` is set to `wrap`. Ignored if
|
|
1884
1884
|
* `line_separator` with type `show_between` is set.
|
|
1885
1885
|
*
|
|
1886
|
-
* Platforms:
|
|
1886
|
+
* Platforms: android, web
|
|
1887
1887
|
*/
|
|
1888
1888
|
line_spacing?: Type<number | DivExpression>;
|
|
1889
1889
|
/**
|
|
@@ -2171,7 +2171,7 @@ interface DivContainerPropsBase {
|
|
|
2171
2171
|
* Spacing between items along the main axis. Ignored if `separator` with type `show_between` is
|
|
2172
2172
|
* set.
|
|
2173
2173
|
*
|
|
2174
|
-
* Platforms:
|
|
2174
|
+
* Platforms: android, web
|
|
2175
2175
|
*/
|
|
2176
2176
|
item_spacing?: Type<number | DivExpression>;
|
|
2177
2177
|
/**
|
|
@@ -2203,7 +2203,7 @@ interface DivContainerPropsBase {
|
|
|
2203
2203
|
* Spacing between lines of items when `layout_mode` is set to `wrap`. Ignored if
|
|
2204
2204
|
* `line_separator` with type `show_between` is set.
|
|
2205
2205
|
*
|
|
2206
|
-
* Platforms:
|
|
2206
|
+
* Platforms: android, web
|
|
2207
2207
|
*/
|
|
2208
2208
|
line_spacing?: Type<number | DivExpression>;
|
|
2209
2209
|
/**
|
|
@@ -12688,7 +12688,7 @@ interface IDivTextRange {
|
|
|
12688
12688
|
* A mask that hides a part of text. To show the hidden text, disable the mask using the
|
|
12689
12689
|
* `is_enabled` property.
|
|
12690
12690
|
*
|
|
12691
|
-
* Platforms: ios, web
|
|
12691
|
+
* Platforms: android, ios, web
|
|
12692
12692
|
*/
|
|
12693
12693
|
mask?: Type<DivTextRangeMask>;
|
|
12694
12694
|
/**
|