@divkitframework/jsonbuilder 32.29.0 → 32.31.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/es/jsonbuilder.js.map +1 -1
- package/dist/jsonbuilder.d.ts +63 -47
- package/dist/jsonbuilder.js.map +1 -1
- package/package.json +1 -1
package/dist/jsonbuilder.d.ts
CHANGED
|
@@ -1332,7 +1332,7 @@ interface IDivBase {
|
|
|
1332
1332
|
/**
|
|
1333
1333
|
* Array of transformations to be applied to the element in sequence.
|
|
1334
1334
|
*
|
|
1335
|
-
* Platforms:
|
|
1335
|
+
* Platforms: web
|
|
1336
1336
|
*/
|
|
1337
1337
|
transformations?: Type<NonEmptyArray<DivTransformation>>;
|
|
1338
1338
|
/**
|
|
@@ -1981,7 +1981,7 @@ declare class DivContainer<T extends DivContainerProps = DivContainerProps> {
|
|
|
1981
1981
|
/**
|
|
1982
1982
|
* Array of transformations to be applied to the element in sequence.
|
|
1983
1983
|
*
|
|
1984
|
-
* Platforms:
|
|
1984
|
+
* Platforms: web
|
|
1985
1985
|
*/
|
|
1986
1986
|
transformations?: Type<NonEmptyArray<DivTransformation>>;
|
|
1987
1987
|
/**
|
|
@@ -2307,7 +2307,7 @@ interface DivContainerPropsBase {
|
|
|
2307
2307
|
/**
|
|
2308
2308
|
* Array of transformations to be applied to the element in sequence.
|
|
2309
2309
|
*
|
|
2310
|
-
* Platforms:
|
|
2310
|
+
* Platforms: web
|
|
2311
2311
|
*/
|
|
2312
2312
|
transformations?: Type<NonEmptyArray<DivTransformation>>;
|
|
2313
2313
|
/**
|
|
@@ -2609,7 +2609,7 @@ declare class DivCustom<T extends DivCustomProps = DivCustomProps> {
|
|
|
2609
2609
|
/**
|
|
2610
2610
|
* Array of transformations to be applied to the element in sequence.
|
|
2611
2611
|
*
|
|
2612
|
-
* Platforms:
|
|
2612
|
+
* Platforms: web
|
|
2613
2613
|
*/
|
|
2614
2614
|
transformations?: Type<NonEmptyArray<DivTransformation>>;
|
|
2615
2615
|
/**
|
|
@@ -2807,7 +2807,7 @@ interface DivCustomProps {
|
|
|
2807
2807
|
/**
|
|
2808
2808
|
* Array of transformations to be applied to the element in sequence.
|
|
2809
2809
|
*
|
|
2810
|
-
* Platforms:
|
|
2810
|
+
* Platforms: web
|
|
2811
2811
|
*/
|
|
2812
2812
|
transformations?: Type<NonEmptyArray<DivTransformation>>;
|
|
2813
2813
|
/**
|
|
@@ -3196,6 +3196,8 @@ declare class DivFixedTranslation<T extends DivFixedTranslationProps = DivFixedT
|
|
|
3196
3196
|
/**
|
|
3197
3197
|
* Measurement unit. To learn more about units of size measurement, see [Layout inside the
|
|
3198
3198
|
* card](../../layout).
|
|
3199
|
+
*
|
|
3200
|
+
* Platforms: not supported
|
|
3199
3201
|
*/
|
|
3200
3202
|
unit?: Type<DivSizeUnit | DivExpression>;
|
|
3201
3203
|
/**
|
|
@@ -3208,6 +3210,8 @@ interface DivFixedTranslationProps {
|
|
|
3208
3210
|
/**
|
|
3209
3211
|
* Measurement unit. To learn more about units of size measurement, see [Layout inside the
|
|
3210
3212
|
* card](../../layout).
|
|
3213
|
+
*
|
|
3214
|
+
* Platforms: not supported
|
|
3211
3215
|
*/
|
|
3212
3216
|
unit?: Type<DivSizeUnit | DivExpression>;
|
|
3213
3217
|
/**
|
|
@@ -3512,7 +3516,7 @@ declare class DivGallery<T extends DivGalleryProps = DivGalleryProps> {
|
|
|
3512
3516
|
/**
|
|
3513
3517
|
* Array of transformations to be applied to the element in sequence.
|
|
3514
3518
|
*
|
|
3515
|
-
* Platforms:
|
|
3519
|
+
* Platforms: web
|
|
3516
3520
|
*/
|
|
3517
3521
|
transformations?: Type<NonEmptyArray<DivTransformation>>;
|
|
3518
3522
|
/**
|
|
@@ -3775,7 +3779,7 @@ interface DivGalleryProps {
|
|
|
3775
3779
|
/**
|
|
3776
3780
|
* Array of transformations to be applied to the element in sequence.
|
|
3777
3781
|
*
|
|
3778
|
-
* Platforms:
|
|
3782
|
+
* Platforms: web
|
|
3779
3783
|
*/
|
|
3780
3784
|
transformations?: Type<NonEmptyArray<DivTransformation>>;
|
|
3781
3785
|
/**
|
|
@@ -4036,7 +4040,7 @@ declare class DivGifImage<T extends DivGifImageProps = DivGifImageProps> {
|
|
|
4036
4040
|
* Direct URL to an image for loading preview. When both `preview` and `preview_url` are used,
|
|
4037
4041
|
* `preview` will be used.
|
|
4038
4042
|
*
|
|
4039
|
-
* Platforms: android
|
|
4043
|
+
* Platforms: android, web
|
|
4040
4044
|
*/
|
|
4041
4045
|
preview_url?: Type<string | DivExpression>;
|
|
4042
4046
|
/**
|
|
@@ -4081,7 +4085,7 @@ declare class DivGifImage<T extends DivGifImageProps = DivGifImageProps> {
|
|
|
4081
4085
|
/**
|
|
4082
4086
|
* Array of transformations to be applied to the element in sequence.
|
|
4083
4087
|
*
|
|
4084
|
-
* Platforms:
|
|
4088
|
+
* Platforms: web
|
|
4085
4089
|
*/
|
|
4086
4090
|
transformations?: Type<NonEmptyArray<DivTransformation>>;
|
|
4087
4091
|
/**
|
|
@@ -4333,7 +4337,7 @@ interface DivGifImageProps {
|
|
|
4333
4337
|
* Direct URL to an image for loading preview. When both `preview` and `preview_url` are used,
|
|
4334
4338
|
* `preview` will be used.
|
|
4335
4339
|
*
|
|
4336
|
-
* Platforms: android
|
|
4340
|
+
* Platforms: android, web
|
|
4337
4341
|
*/
|
|
4338
4342
|
preview_url?: Type<string | DivExpression>;
|
|
4339
4343
|
/**
|
|
@@ -4378,7 +4382,7 @@ interface DivGifImageProps {
|
|
|
4378
4382
|
/**
|
|
4379
4383
|
* Array of transformations to be applied to the element in sequence.
|
|
4380
4384
|
*
|
|
4381
|
-
* Platforms:
|
|
4385
|
+
* Platforms: web
|
|
4382
4386
|
*/
|
|
4383
4387
|
transformations?: Type<NonEmptyArray<DivTransformation>>;
|
|
4384
4388
|
/**
|
|
@@ -4648,7 +4652,7 @@ declare class DivGrid<T extends DivGridProps = DivGridProps> {
|
|
|
4648
4652
|
/**
|
|
4649
4653
|
* Array of transformations to be applied to the element in sequence.
|
|
4650
4654
|
*
|
|
4651
|
-
* Platforms:
|
|
4655
|
+
* Platforms: web
|
|
4652
4656
|
*/
|
|
4653
4657
|
transformations?: Type<NonEmptyArray<DivTransformation>>;
|
|
4654
4658
|
/**
|
|
@@ -4913,7 +4917,7 @@ interface DivGridProps {
|
|
|
4913
4917
|
/**
|
|
4914
4918
|
* Array of transformations to be applied to the element in sequence.
|
|
4915
4919
|
*
|
|
4916
|
-
* Platforms:
|
|
4920
|
+
* Platforms: web
|
|
4917
4921
|
*/
|
|
4918
4922
|
transformations?: Type<NonEmptyArray<DivTransformation>>;
|
|
4919
4923
|
/**
|
|
@@ -5234,7 +5238,7 @@ declare class DivImage<T extends DivImageProps = DivImageProps> {
|
|
|
5234
5238
|
/**
|
|
5235
5239
|
* Array of transformations to be applied to the element in sequence.
|
|
5236
5240
|
*
|
|
5237
|
-
* Platforms:
|
|
5241
|
+
* Platforms: web
|
|
5238
5242
|
*/
|
|
5239
5243
|
transformations?: Type<NonEmptyArray<DivTransformation>>;
|
|
5240
5244
|
/**
|
|
@@ -5550,7 +5554,7 @@ interface DivImageProps {
|
|
|
5550
5554
|
/**
|
|
5551
5555
|
* Array of transformations to be applied to the element in sequence.
|
|
5552
5556
|
*
|
|
5553
|
-
* Platforms:
|
|
5557
|
+
* Platforms: web
|
|
5554
5558
|
*/
|
|
5555
5559
|
transformations?: Type<NonEmptyArray<DivTransformation>>;
|
|
5556
5560
|
/**
|
|
@@ -5882,7 +5886,7 @@ declare class DivIndicator<T extends DivIndicatorProps = DivIndicatorProps> {
|
|
|
5882
5886
|
/**
|
|
5883
5887
|
* Array of transformations to be applied to the element in sequence.
|
|
5884
5888
|
*
|
|
5885
|
-
* Platforms:
|
|
5889
|
+
* Platforms: web
|
|
5886
5890
|
*/
|
|
5887
5891
|
transformations?: Type<NonEmptyArray<DivTransformation>>;
|
|
5888
5892
|
/**
|
|
@@ -6136,7 +6140,7 @@ interface DivIndicatorProps {
|
|
|
6136
6140
|
/**
|
|
6137
6141
|
* Array of transformations to be applied to the element in sequence.
|
|
6138
6142
|
*
|
|
6139
|
-
* Platforms:
|
|
6143
|
+
* Platforms: web
|
|
6140
6144
|
*/
|
|
6141
6145
|
transformations?: Type<NonEmptyArray<DivTransformation>>;
|
|
6142
6146
|
/**
|
|
@@ -6321,7 +6325,7 @@ declare class DivInput<T extends DivInputProps = DivInputProps> {
|
|
|
6321
6325
|
* List of TrueType/OpenType font features. The object is constructed from pairs of axis tag and
|
|
6322
6326
|
* style values. The axis tag must contain four ASCII characters.
|
|
6323
6327
|
*
|
|
6324
|
-
* Platforms: ios, android
|
|
6328
|
+
* Platforms: ios, android, web
|
|
6325
6329
|
*/
|
|
6326
6330
|
font_variation_settings?: Type<{} | DivExpression>;
|
|
6327
6331
|
/**
|
|
@@ -6479,7 +6483,7 @@ declare class DivInput<T extends DivInputProps = DivInputProps> {
|
|
|
6479
6483
|
/**
|
|
6480
6484
|
* Array of transformations to be applied to the element in sequence.
|
|
6481
6485
|
*
|
|
6482
|
-
* Platforms:
|
|
6486
|
+
* Platforms: web
|
|
6483
6487
|
*/
|
|
6484
6488
|
transformations?: Type<NonEmptyArray<DivTransformation>>;
|
|
6485
6489
|
/**
|
|
@@ -6651,7 +6655,7 @@ interface DivInputProps {
|
|
|
6651
6655
|
* List of TrueType/OpenType font features. The object is constructed from pairs of axis tag and
|
|
6652
6656
|
* style values. The axis tag must contain four ASCII characters.
|
|
6653
6657
|
*
|
|
6654
|
-
* Platforms: ios, android
|
|
6658
|
+
* Platforms: ios, android, web
|
|
6655
6659
|
*/
|
|
6656
6660
|
font_variation_settings?: Type<{} | DivExpression>;
|
|
6657
6661
|
/**
|
|
@@ -6809,7 +6813,7 @@ interface DivInputProps {
|
|
|
6809
6813
|
/**
|
|
6810
6814
|
* Array of transformations to be applied to the element in sequence.
|
|
6811
6815
|
*
|
|
6812
|
-
* Platforms:
|
|
6816
|
+
* Platforms: web
|
|
6813
6817
|
*/
|
|
6814
6818
|
transformations?: Type<NonEmptyArray<DivTransformation>>;
|
|
6815
6819
|
/**
|
|
@@ -7707,7 +7711,7 @@ declare class DivPager<T extends DivPagerProps = DivPagerProps> {
|
|
|
7707
7711
|
/**
|
|
7708
7712
|
* Array of transformations to be applied to the element in sequence.
|
|
7709
7713
|
*
|
|
7710
|
-
* Platforms:
|
|
7714
|
+
* Platforms: web
|
|
7711
7715
|
*/
|
|
7712
7716
|
transformations?: Type<NonEmptyArray<DivTransformation>>;
|
|
7713
7717
|
/**
|
|
@@ -7971,7 +7975,7 @@ interface DivPagerProps {
|
|
|
7971
7975
|
/**
|
|
7972
7976
|
* Array of transformations to be applied to the element in sequence.
|
|
7973
7977
|
*
|
|
7974
|
-
* Platforms:
|
|
7978
|
+
* Platforms: web
|
|
7975
7979
|
*/
|
|
7976
7980
|
transformations?: Type<NonEmptyArray<DivTransformation>>;
|
|
7977
7981
|
/**
|
|
@@ -8570,7 +8574,7 @@ declare class DivSelect<T extends DivSelectProps = DivSelectProps> {
|
|
|
8570
8574
|
* List of TrueType/OpenType font features. The object is constructed from pairs of axis tag and
|
|
8571
8575
|
* style values. The axis tag must contain four ASCII characters.
|
|
8572
8576
|
*
|
|
8573
|
-
* Platforms: ios, android
|
|
8577
|
+
* Platforms: ios, android, web
|
|
8574
8578
|
*/
|
|
8575
8579
|
font_variation_settings?: Type<{} | DivExpression>;
|
|
8576
8580
|
/**
|
|
@@ -8674,7 +8678,7 @@ declare class DivSelect<T extends DivSelectProps = DivSelectProps> {
|
|
|
8674
8678
|
/**
|
|
8675
8679
|
* Array of transformations to be applied to the element in sequence.
|
|
8676
8680
|
*
|
|
8677
|
-
* Platforms:
|
|
8681
|
+
* Platforms: web
|
|
8678
8682
|
*/
|
|
8679
8683
|
transformations?: Type<NonEmptyArray<DivTransformation>>;
|
|
8680
8684
|
/**
|
|
@@ -8817,7 +8821,7 @@ interface DivSelectProps {
|
|
|
8817
8821
|
* List of TrueType/OpenType font features. The object is constructed from pairs of axis tag and
|
|
8818
8822
|
* style values. The axis tag must contain four ASCII characters.
|
|
8819
8823
|
*
|
|
8820
|
-
* Platforms: ios, android
|
|
8824
|
+
* Platforms: ios, android, web
|
|
8821
8825
|
*/
|
|
8822
8826
|
font_variation_settings?: Type<{} | DivExpression>;
|
|
8823
8827
|
/**
|
|
@@ -8921,7 +8925,7 @@ interface DivSelectProps {
|
|
|
8921
8925
|
/**
|
|
8922
8926
|
* Array of transformations to be applied to the element in sequence.
|
|
8923
8927
|
*
|
|
8924
|
-
* Platforms:
|
|
8928
|
+
* Platforms: web
|
|
8925
8929
|
*/
|
|
8926
8930
|
transformations?: Type<NonEmptyArray<DivTransformation>>;
|
|
8927
8931
|
/**
|
|
@@ -9196,7 +9200,7 @@ declare class DivSeparator<T extends DivSeparatorProps = DivSeparatorProps> {
|
|
|
9196
9200
|
/**
|
|
9197
9201
|
* Array of transformations to be applied to the element in sequence.
|
|
9198
9202
|
*
|
|
9199
|
-
* Platforms:
|
|
9203
|
+
* Platforms: web
|
|
9200
9204
|
*/
|
|
9201
9205
|
transformations?: Type<NonEmptyArray<DivTransformation>>;
|
|
9202
9206
|
/**
|
|
@@ -9449,7 +9453,7 @@ interface DivSeparatorProps {
|
|
|
9449
9453
|
/**
|
|
9450
9454
|
* Array of transformations to be applied to the element in sequence.
|
|
9451
9455
|
*
|
|
9452
|
-
* Platforms:
|
|
9456
|
+
* Platforms: web
|
|
9453
9457
|
*/
|
|
9454
9458
|
transformations?: Type<NonEmptyArray<DivTransformation>>;
|
|
9455
9459
|
/**
|
|
@@ -9905,7 +9909,7 @@ declare class DivSlider<T extends DivSliderProps = DivSliderProps> {
|
|
|
9905
9909
|
/**
|
|
9906
9910
|
* Array of transformations to be applied to the element in sequence.
|
|
9907
9911
|
*
|
|
9908
|
-
* Platforms:
|
|
9912
|
+
* Platforms: web
|
|
9909
9913
|
*/
|
|
9910
9914
|
transformations?: Type<NonEmptyArray<DivTransformation>>;
|
|
9911
9915
|
/**
|
|
@@ -10157,7 +10161,7 @@ interface DivSliderProps {
|
|
|
10157
10161
|
/**
|
|
10158
10162
|
* Array of transformations to be applied to the element in sequence.
|
|
10159
10163
|
*
|
|
10160
|
-
* Platforms:
|
|
10164
|
+
* Platforms: web
|
|
10161
10165
|
*/
|
|
10162
10166
|
transformations?: Type<NonEmptyArray<DivTransformation>>;
|
|
10163
10167
|
/**
|
|
@@ -10262,7 +10266,7 @@ interface IDivSliderTextStyle {
|
|
|
10262
10266
|
* List of TrueType/OpenType font features. The object is constructed from pairs of axis tag and
|
|
10263
10267
|
* style values. The axis tag must contain four ASCII characters.
|
|
10264
10268
|
*
|
|
10265
|
-
* Platforms: ios, android
|
|
10269
|
+
* Platforms: ios, android, web
|
|
10266
10270
|
*/
|
|
10267
10271
|
font_variation_settings?: Type<{} | DivExpression>;
|
|
10268
10272
|
/**
|
|
@@ -10530,7 +10534,7 @@ declare class DivState<T extends DivStateProps = DivStateProps> {
|
|
|
10530
10534
|
/**
|
|
10531
10535
|
* Array of transformations to be applied to the element in sequence.
|
|
10532
10536
|
*
|
|
10533
|
-
* Platforms:
|
|
10537
|
+
* Platforms: web
|
|
10534
10538
|
*/
|
|
10535
10539
|
transformations?: Type<NonEmptyArray<DivTransformation>>;
|
|
10536
10540
|
/**
|
|
@@ -10813,7 +10817,7 @@ interface DivStateProps {
|
|
|
10813
10817
|
/**
|
|
10814
10818
|
* Array of transformations to be applied to the element in sequence.
|
|
10815
10819
|
*
|
|
10816
|
-
* Platforms:
|
|
10820
|
+
* Platforms: web
|
|
10817
10821
|
*/
|
|
10818
10822
|
transformations?: Type<NonEmptyArray<DivTransformation>>;
|
|
10819
10823
|
/**
|
|
@@ -11132,7 +11136,7 @@ declare class DivSwitch<T extends DivSwitchProps = DivSwitchProps> {
|
|
|
11132
11136
|
/**
|
|
11133
11137
|
* Array of transformations to be applied to the element in sequence.
|
|
11134
11138
|
*
|
|
11135
|
-
* Platforms:
|
|
11139
|
+
* Platforms: web
|
|
11136
11140
|
*/
|
|
11137
11141
|
transformations?: Type<NonEmptyArray<DivTransformation>>;
|
|
11138
11142
|
/**
|
|
@@ -11333,7 +11337,7 @@ interface DivSwitchProps {
|
|
|
11333
11337
|
/**
|
|
11334
11338
|
* Array of transformations to be applied to the element in sequence.
|
|
11335
11339
|
*
|
|
11336
|
-
* Platforms:
|
|
11340
|
+
* Platforms: web
|
|
11337
11341
|
*/
|
|
11338
11342
|
transformations?: Type<NonEmptyArray<DivTransformation>>;
|
|
11339
11343
|
/**
|
|
@@ -11583,7 +11587,7 @@ declare class DivTabs<T extends DivTabsProps = DivTabsProps> {
|
|
|
11583
11587
|
/**
|
|
11584
11588
|
* Array of transformations to be applied to the element in sequence.
|
|
11585
11589
|
*
|
|
11586
|
-
* Platforms:
|
|
11590
|
+
* Platforms: web
|
|
11587
11591
|
*/
|
|
11588
11592
|
transformations?: Type<NonEmptyArray<DivTransformation>>;
|
|
11589
11593
|
/**
|
|
@@ -11827,7 +11831,7 @@ interface DivTabsProps {
|
|
|
11827
11831
|
/**
|
|
11828
11832
|
* Array of transformations to be applied to the element in sequence.
|
|
11829
11833
|
*
|
|
11830
|
-
* Platforms:
|
|
11834
|
+
* Platforms: web
|
|
11831
11835
|
*/
|
|
11832
11836
|
transformations?: Type<NonEmptyArray<DivTransformation>>;
|
|
11833
11837
|
/**
|
|
@@ -11935,7 +11939,7 @@ interface IDivTabsTabTitleStyle {
|
|
|
11935
11939
|
/**
|
|
11936
11940
|
* List of TrueType/OpenType font features of the active tab title.
|
|
11937
11941
|
*
|
|
11938
|
-
* Platforms:
|
|
11942
|
+
* Platforms: web
|
|
11939
11943
|
*/
|
|
11940
11944
|
active_font_variation_settings?: Type<{} | DivExpression>;
|
|
11941
11945
|
/**
|
|
@@ -11991,7 +11995,7 @@ interface IDivTabsTabTitleStyle {
|
|
|
11991
11995
|
/**
|
|
11992
11996
|
* List of TrueType/OpenType font features of the inactive tab title.
|
|
11993
11997
|
*
|
|
11994
|
-
* Platforms:
|
|
11998
|
+
* Platforms: web
|
|
11995
11999
|
*/
|
|
11996
12000
|
inactive_font_variation_settings?: Type<{} | DivExpression>;
|
|
11997
12001
|
/**
|
|
@@ -12158,7 +12162,7 @@ declare class DivText<T extends DivTextProps = DivTextProps> {
|
|
|
12158
12162
|
* List of TrueType/OpenType font features. The object is constructed from pairs of axis tag and
|
|
12159
12163
|
* style values. The axis tag must contain four ASCII characters.
|
|
12160
12164
|
*
|
|
12161
|
-
* Platforms: ios, android
|
|
12165
|
+
* Platforms: ios, android, web
|
|
12162
12166
|
*/
|
|
12163
12167
|
font_variation_settings?: Type<{} | DivExpression>;
|
|
12164
12168
|
/**
|
|
@@ -12350,7 +12354,7 @@ declare class DivText<T extends DivTextProps = DivTextProps> {
|
|
|
12350
12354
|
/**
|
|
12351
12355
|
* Array of transformations to be applied to the element in sequence.
|
|
12352
12356
|
*
|
|
12353
|
-
* Platforms:
|
|
12357
|
+
* Platforms: web
|
|
12354
12358
|
*/
|
|
12355
12359
|
transformations?: Type<NonEmptyArray<DivTransformation>>;
|
|
12356
12360
|
/**
|
|
@@ -12554,7 +12558,7 @@ interface DivTextProps {
|
|
|
12554
12558
|
* List of TrueType/OpenType font features. The object is constructed from pairs of axis tag and
|
|
12555
12559
|
* style values. The axis tag must contain four ASCII characters.
|
|
12556
12560
|
*
|
|
12557
|
-
* Platforms: ios, android
|
|
12561
|
+
* Platforms: ios, android, web
|
|
12558
12562
|
*/
|
|
12559
12563
|
font_variation_settings?: Type<{} | DivExpression>;
|
|
12560
12564
|
/**
|
|
@@ -12746,7 +12750,7 @@ interface DivTextProps {
|
|
|
12746
12750
|
/**
|
|
12747
12751
|
* Array of transformations to be applied to the element in sequence.
|
|
12748
12752
|
*
|
|
12749
|
-
* Platforms:
|
|
12753
|
+
* Platforms: web
|
|
12750
12754
|
*/
|
|
12751
12755
|
transformations?: Type<NonEmptyArray<DivTransformation>>;
|
|
12752
12756
|
/**
|
|
@@ -12970,7 +12974,7 @@ interface IDivTextRange {
|
|
|
12970
12974
|
* List of TrueType/OpenType font features. The object is constructed from pairs of axis tag and
|
|
12971
12975
|
* style values. The axis tag must contain four ASCII characters.
|
|
12972
12976
|
*
|
|
12973
|
-
* Platforms: ios, android
|
|
12977
|
+
* Platforms: ios, android, web
|
|
12974
12978
|
*/
|
|
12975
12979
|
font_variation_settings?: Type<{} | DivExpression>;
|
|
12976
12980
|
/**
|
|
@@ -13204,6 +13208,12 @@ interface IDivTooltip {
|
|
|
13204
13208
|
* Platforms: ios, web
|
|
13205
13209
|
*/
|
|
13206
13210
|
background_accessibility_description?: Type<string | DivExpression>;
|
|
13211
|
+
/**
|
|
13212
|
+
* An element that will be brought to the top of the substrate.
|
|
13213
|
+
*
|
|
13214
|
+
* Platforms: not supported
|
|
13215
|
+
*/
|
|
13216
|
+
bring_to_top_id?: Type<string>;
|
|
13207
13217
|
/**
|
|
13208
13218
|
* Allows dismissing tooltip by tapping outside of it.
|
|
13209
13219
|
*
|
|
@@ -13238,6 +13248,12 @@ interface IDivTooltip {
|
|
|
13238
13248
|
* The position of a tooltip relative to an element it belongs to.
|
|
13239
13249
|
*/
|
|
13240
13250
|
position: Type<DivTooltipPosition | DivExpression>;
|
|
13251
|
+
/**
|
|
13252
|
+
* An element that will be used as a substrate for the tooltip.
|
|
13253
|
+
*
|
|
13254
|
+
* Platforms: web
|
|
13255
|
+
*/
|
|
13256
|
+
substrate_div?: Type<Div>;
|
|
13241
13257
|
/**
|
|
13242
13258
|
* Specifies actions triggered by tapping outside the tooltip.
|
|
13243
13259
|
*
|
|
@@ -13559,7 +13575,7 @@ declare class DivVideo<T extends DivVideoProps = DivVideoProps> {
|
|
|
13559
13575
|
/**
|
|
13560
13576
|
* Array of transformations to be applied to the element in sequence.
|
|
13561
13577
|
*
|
|
13562
|
-
* Platforms:
|
|
13578
|
+
* Platforms: web
|
|
13563
13579
|
*/
|
|
13564
13580
|
transformations?: Type<NonEmptyArray<DivTransformation>>;
|
|
13565
13581
|
/**
|
|
@@ -13810,7 +13826,7 @@ interface DivVideoProps {
|
|
|
13810
13826
|
/**
|
|
13811
13827
|
* Array of transformations to be applied to the element in sequence.
|
|
13812
13828
|
*
|
|
13813
|
-
* Platforms:
|
|
13829
|
+
* Platforms: web
|
|
13814
13830
|
*/
|
|
13815
13831
|
transformations?: Type<NonEmptyArray<DivTransformation>>;
|
|
13816
13832
|
/**
|