@divkitframework/jsonbuilder 32.54.0 → 32.55.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.
@@ -384,7 +384,7 @@ interface IDivAction {
384
384
  *
385
385
  * Platforms: android, ios, web
386
386
  */
387
- scope_id?: Type<string>;
387
+ scope_id?: Type<string | DivExpression>;
388
388
  /**
389
389
  * The tab in which the URL must be opened.
390
390
  *
@@ -3014,7 +3014,7 @@ interface IDivDisappearAction {
3014
3014
  *
3015
3015
  * Platforms: android, ios, web
3016
3016
  */
3017
- scope_id?: Type<string>;
3017
+ scope_id?: Type<string | DivExpression>;
3018
3018
  typed?: Type<DivActionTyped>;
3019
3019
  /**
3020
3020
  * URL. Possible values: `url` or `div-action://`. To learn more, see [Interaction with
@@ -7717,7 +7717,7 @@ declare class DivPager<T extends DivPagerProps = DivPagerProps> {
7717
7717
  /**
7718
7718
  * Name of the variable to store the number of pager elements available to the user.
7719
7719
  *
7720
- * Platforms: not supported
7720
+ * Platforms: web
7721
7721
  */
7722
7722
  item_count_variable?: Type<string>;
7723
7723
  /**
@@ -7987,7 +7987,7 @@ interface DivPagerProps {
7987
7987
  /**
7988
7988
  * Name of the variable to store the number of pager elements available to the user.
7989
7989
  *
7990
- * Platforms: not supported
7990
+ * Platforms: web
7991
7991
  */
7992
7992
  item_count_variable?: Type<string>;
7993
7993
  /**
@@ -9749,7 +9749,7 @@ interface IDivSightAction {
9749
9749
  *
9750
9750
  * Platforms: android, ios, web
9751
9751
  */
9752
- scope_id?: Type<string>;
9752
+ scope_id?: Type<string | DivExpression>;
9753
9753
  typed?: Type<DivActionTyped>;
9754
9754
  /**
9755
9755
  * URL. Possible values: `url` or `div-action://`. To learn more, see [Interaction with
@@ -12362,7 +12362,7 @@ declare class DivText<T extends DivTextProps = DivTextProps> {
12362
12362
  */
12363
12363
  id?: Type<string>;
12364
12364
  /**
12365
- * Platforms: android, ios
12365
+ * Platforms: android, ios, web
12366
12366
  */
12367
12367
  image_builder?: Type<IDivTextImageBuilder>;
12368
12368
  /**
@@ -12425,7 +12425,7 @@ declare class DivText<T extends DivTextProps = DivTextProps> {
12425
12425
  */
12426
12426
  press_start_actions?: Type<NonEmptyArray<IDivAction>>;
12427
12427
  /**
12428
- * Platforms: android, ios
12428
+ * Platforms: android, ios, web
12429
12429
  */
12430
12430
  range_builder?: Type<IDivTextRangeBuilder>;
12431
12431
  /**
@@ -12766,7 +12766,7 @@ interface DivTextProps {
12766
12766
  */
12767
12767
  id?: Type<string>;
12768
12768
  /**
12769
- * Platforms: android, ios
12769
+ * Platforms: android, ios, web
12770
12770
  */
12771
12771
  image_builder?: Type<IDivTextImageBuilder>;
12772
12772
  /**
@@ -12829,7 +12829,7 @@ interface DivTextProps {
12829
12829
  */
12830
12830
  press_start_actions?: Type<NonEmptyArray<IDivAction>>;
12831
12831
  /**
12832
- * Platforms: android, ios
12832
+ * Platforms: android, ios, web
12833
12833
  */
12834
12834
  range_builder?: Type<IDivTextRangeBuilder>;
12835
12835
  /**
@@ -14255,7 +14255,7 @@ interface IDivVisibilityAction {
14255
14255
  *
14256
14256
  * Platforms: android, ios, web
14257
14257
  */
14258
- scope_id?: Type<string>;
14258
+ scope_id?: Type<string | DivExpression>;
14259
14259
  typed?: Type<DivActionTyped>;
14260
14260
  /**
14261
14261
  * URL. Possible values: `url` or `div-action://`. To learn more, see [Interaction with
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@divkitframework/jsonbuilder",
3
- "version": "32.54.0",
3
+ "version": "32.55.0",
4
4
  "description": "DivKit TypeScript JSON Builder",
5
5
  "main": "./dist/jsonbuilder.js",
6
6
  "module": "./dist/es/jsonbuilder.js",