@divkitframework/jsonbuilder 32.3.0 → 32.5.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.
@@ -3343,7 +3343,7 @@ declare class DivGallery<T extends DivGalleryProps = DivGalleryProps> {
3343
3343
  * `none` — the scrollbar is hidden.`auto` — the scrollbar is shown if there isn't enough space
3344
3344
  * and it needs to be displayed on the current platform.
3345
3345
  *
3346
- * Platforms: web, android
3346
+ * Platforms: web, android, ios
3347
3347
  */
3348
3348
  scrollbar?: Type<DivGalleryScrollbar | DivExpression>;
3349
3349
  /**
@@ -3600,7 +3600,7 @@ interface DivGalleryProps {
3600
3600
  * `none` — the scrollbar is hidden.`auto` — the scrollbar is shown if there isn't enough space
3601
3601
  * and it needs to be displayed on the current platform.
3602
3602
  *
3603
- * Platforms: web, android
3603
+ * Platforms: web, android, ios
3604
3604
  */
3605
3605
  scrollbar?: Type<DivGalleryScrollbar | DivExpression>;
3606
3606
  /**
@@ -3856,7 +3856,7 @@ declare class DivGifImage<T extends DivGifImageProps = DivGifImageProps> {
3856
3856
  /**
3857
3857
  * Background image must be loaded before the display.
3858
3858
  *
3859
- * Platforms: android, web
3859
+ * Platforms: android, ios, web
3860
3860
  */
3861
3861
  preload_required?: Type<IntBoolean | DivExpression>;
3862
3862
  /**
@@ -4140,7 +4140,7 @@ interface DivGifImageProps {
4140
4140
  /**
4141
4141
  * Background image must be loaded before the display.
4142
4142
  *
4143
- * Platforms: android, web
4143
+ * Platforms: android, ios, web
4144
4144
  */
4145
4145
  preload_required?: Type<IntBoolean | DivExpression>;
4146
4146
  /**
@@ -4970,7 +4970,7 @@ declare class DivImage<T extends DivImageProps = DivImageProps> {
4970
4970
  /**
4971
4971
  * Background image must be loaded before the display.
4972
4972
  *
4973
- * Platforms: android, web
4973
+ * Platforms: android, ios, web
4974
4974
  */
4975
4975
  preload_required?: Type<IntBoolean | DivExpression>;
4976
4976
  /**
@@ -5280,7 +5280,7 @@ interface DivImageProps {
5280
5280
  /**
5281
5281
  * Background image must be loaded before the display.
5282
5282
  *
5283
- * Platforms: android, web
5283
+ * Platforms: android, ios, web
5284
5284
  */
5285
5285
  preload_required?: Type<IntBoolean | DivExpression>;
5286
5286
  /**
@@ -5437,7 +5437,7 @@ declare class DivImageBackground<T extends DivImageBackgroundProps = DivImageBac
5437
5437
  /**
5438
5438
  * Background image must be loaded before the display.
5439
5439
  *
5440
- * Platforms: android
5440
+ * Platforms: android, ios
5441
5441
  */
5442
5442
  preload_required?: Type<IntBoolean | DivExpression>;
5443
5443
  /**
@@ -5470,7 +5470,7 @@ interface DivImageBackgroundProps {
5470
5470
  /**
5471
5471
  * Background image must be loaded before the display.
5472
5472
  *
5473
- * Platforms: android
5473
+ * Platforms: android, ios
5474
5474
  */
5475
5475
  preload_required?: Type<IntBoolean | DivExpression>;
5476
5476
  /**
@@ -11598,7 +11598,7 @@ declare class DivText<T extends DivTextProps = DivTextProps> {
11598
11598
  /**
11599
11599
  * Text color when focusing on the element.
11600
11600
  *
11601
- * Platforms: android, web
11601
+ * Platforms: android, ios, web
11602
11602
  */
11603
11603
  focused_text_color?: Type<string | DivExpression>;
11604
11604
  /**
@@ -11988,7 +11988,7 @@ interface DivTextProps {
11988
11988
  /**
11989
11989
  * Text color when focusing on the element.
11990
11990
  *
11991
- * Platforms: android, web
11991
+ * Platforms: android, ios, web
11992
11992
  */
11993
11993
  focused_text_color?: Type<string | DivExpression>;
11994
11994
  /**
@@ -12330,7 +12330,7 @@ interface IDivTextImage {
12330
12330
  /**
12331
12331
  * Background image must be loaded before the display.
12332
12332
  *
12333
- * Platforms: web
12333
+ * Platforms: ios, web
12334
12334
  */
12335
12335
  preload_required?: Type<IntBoolean | DivExpression>;
12336
12336
  /**
@@ -12928,7 +12928,7 @@ declare class DivVideo<T extends DivVideoProps = DivVideoProps> {
12928
12928
  /**
12929
12929
  * Enables video preloading.
12930
12930
  *
12931
- * Platforms: android, web
12931
+ * Platforms: android, ios, web
12932
12932
  */
12933
12933
  preload_required?: Type<IntBoolean | DivExpression>;
12934
12934
  /**
@@ -13173,7 +13173,7 @@ interface DivVideoProps {
13173
13173
  /**
13174
13174
  * Enables video preloading.
13175
13175
  *
13176
- * Platforms: android, web
13176
+ * Platforms: android, ios, web
13177
13177
  */
13178
13178
  preload_required?: Type<IntBoolean | DivExpression>;
13179
13179
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@divkitframework/jsonbuilder",
3
- "version": "32.3.0",
3
+ "version": "32.5.0",
4
4
  "description": "DivKit TypeScript JSON Builder",
5
5
  "main": "./dist/jsonbuilder.js",
6
6
  "module": "./dist/es/jsonbuilder.js",