@divkitframework/jsonbuilder 31.8.0 → 31.10.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 +7 -0
- package/dist/es/jsonbuilder.js.map +1 -1
- package/dist/jsonbuilder.d.ts +146 -15
- package/dist/jsonbuilder.js +7 -0
- package/dist/jsonbuilder.js.map +1 -1
- package/package.json +1 -1
package/dist/jsonbuilder.d.ts
CHANGED
|
@@ -18,7 +18,7 @@ interface IDivData {
|
|
|
18
18
|
/**
|
|
19
19
|
* User functions.
|
|
20
20
|
*
|
|
21
|
-
* Platforms: ios
|
|
21
|
+
* Platforms: ios, web
|
|
22
22
|
*/
|
|
23
23
|
functions?: NonEmptyArray<IDivFunction>;
|
|
24
24
|
/**
|
|
@@ -1711,6 +1711,15 @@ declare class DivContainer<T extends DivContainerProps = DivContainerProps> {
|
|
|
1711
1711
|
* Element stroke.
|
|
1712
1712
|
*/
|
|
1713
1713
|
border?: Type<IDivBorder>;
|
|
1714
|
+
/**
|
|
1715
|
+
* If the value is:`true` - when the element action is activated, the focus will be moved to that
|
|
1716
|
+
* element. That means that the accessibility focus will be moved and the virtual keyboard will
|
|
1717
|
+
* be hidden, unless the target element implies its presence (e.g. `input`).`false` - when you
|
|
1718
|
+
* click on an element, the focus will remain on the currently focused element.
|
|
1719
|
+
*
|
|
1720
|
+
* Platforms: ios
|
|
1721
|
+
*/
|
|
1722
|
+
capture_focus_on_action?: Type<boolean | DivExpression>;
|
|
1714
1723
|
/**
|
|
1715
1724
|
* Enables the bounding of child elements by the parent's borders.
|
|
1716
1725
|
*
|
|
@@ -2008,6 +2017,15 @@ interface DivContainerPropsBase {
|
|
|
2008
2017
|
* Element stroke.
|
|
2009
2018
|
*/
|
|
2010
2019
|
border?: Type<IDivBorder>;
|
|
2020
|
+
/**
|
|
2021
|
+
* If the value is:`true` - when the element action is activated, the focus will be moved to that
|
|
2022
|
+
* element. That means that the accessibility focus will be moved and the virtual keyboard will
|
|
2023
|
+
* be hidden, unless the target element implies its presence (e.g. `input`).`false` - when you
|
|
2024
|
+
* click on an element, the focus will remain on the currently focused element.
|
|
2025
|
+
*
|
|
2026
|
+
* Platforms: ios
|
|
2027
|
+
*/
|
|
2028
|
+
capture_focus_on_action?: Type<boolean | DivExpression>;
|
|
2011
2029
|
/**
|
|
2012
2030
|
* Enables the bounding of child elements by the parent's borders.
|
|
2013
2031
|
*
|
|
@@ -3730,6 +3748,15 @@ declare class DivGifImage<T extends DivGifImageProps = DivGifImageProps> {
|
|
|
3730
3748
|
* Element stroke.
|
|
3731
3749
|
*/
|
|
3732
3750
|
border?: Type<IDivBorder>;
|
|
3751
|
+
/**
|
|
3752
|
+
* If the value is:`true` - when the element action is activated, the focus will be moved to that
|
|
3753
|
+
* element. That means that the accessibility focus will be moved and the virtual keyboard will
|
|
3754
|
+
* be hidden, unless the target element implies its presence (e.g. `input`).`false` - when you
|
|
3755
|
+
* click on an element, the focus will remain on the currently focused element.
|
|
3756
|
+
*
|
|
3757
|
+
* Platforms: ios
|
|
3758
|
+
*/
|
|
3759
|
+
capture_focus_on_action?: Type<boolean | DivExpression>;
|
|
3733
3760
|
/**
|
|
3734
3761
|
* Merges cells in a column of the [grid](div-grid.md) element.
|
|
3735
3762
|
*
|
|
@@ -4005,6 +4032,15 @@ interface DivGifImageProps {
|
|
|
4005
4032
|
* Element stroke.
|
|
4006
4033
|
*/
|
|
4007
4034
|
border?: Type<IDivBorder>;
|
|
4035
|
+
/**
|
|
4036
|
+
* If the value is:`true` - when the element action is activated, the focus will be moved to that
|
|
4037
|
+
* element. That means that the accessibility focus will be moved and the virtual keyboard will
|
|
4038
|
+
* be hidden, unless the target element implies its presence (e.g. `input`).`false` - when you
|
|
4039
|
+
* click on an element, the focus will remain on the currently focused element.
|
|
4040
|
+
*
|
|
4041
|
+
* Platforms: ios
|
|
4042
|
+
*/
|
|
4043
|
+
capture_focus_on_action?: Type<boolean | DivExpression>;
|
|
4008
4044
|
/**
|
|
4009
4045
|
* Merges cells in a column of the [grid](div-grid.md) element.
|
|
4010
4046
|
*
|
|
@@ -4280,6 +4316,15 @@ declare class DivGrid<T extends DivGridProps = DivGridProps> {
|
|
|
4280
4316
|
* Element stroke.
|
|
4281
4317
|
*/
|
|
4282
4318
|
border?: Type<IDivBorder>;
|
|
4319
|
+
/**
|
|
4320
|
+
* If the value is:`true` - when the element action is activated, the focus will be moved to that
|
|
4321
|
+
* element. That means that the accessibility focus will be moved and the virtual keyboard will
|
|
4322
|
+
* be hidden, unless the target element implies its presence (e.g. `input`).`false` - when you
|
|
4323
|
+
* click on an element, the focus will remain on the currently focused element.
|
|
4324
|
+
*
|
|
4325
|
+
* Platforms: ios
|
|
4326
|
+
*/
|
|
4327
|
+
capture_focus_on_action?: Type<boolean | DivExpression>;
|
|
4283
4328
|
/**
|
|
4284
4329
|
* Number of columns.
|
|
4285
4330
|
*/
|
|
@@ -4530,6 +4575,15 @@ interface DivGridProps {
|
|
|
4530
4575
|
* Element stroke.
|
|
4531
4576
|
*/
|
|
4532
4577
|
border?: Type<IDivBorder>;
|
|
4578
|
+
/**
|
|
4579
|
+
* If the value is:`true` - when the element action is activated, the focus will be moved to that
|
|
4580
|
+
* element. That means that the accessibility focus will be moved and the virtual keyboard will
|
|
4581
|
+
* be hidden, unless the target element implies its presence (e.g. `input`).`false` - when you
|
|
4582
|
+
* click on an element, the focus will remain on the currently focused element.
|
|
4583
|
+
*
|
|
4584
|
+
* Platforms: ios
|
|
4585
|
+
*/
|
|
4586
|
+
capture_focus_on_action?: Type<boolean | DivExpression>;
|
|
4533
4587
|
/**
|
|
4534
4588
|
* Number of columns.
|
|
4535
4589
|
*/
|
|
@@ -4796,6 +4850,15 @@ declare class DivImage<T extends DivImageProps = DivImageProps> {
|
|
|
4796
4850
|
* Element stroke.
|
|
4797
4851
|
*/
|
|
4798
4852
|
border?: Type<IDivBorder>;
|
|
4853
|
+
/**
|
|
4854
|
+
* If the value is:`true` - when the element action is activated, the focus will be moved to that
|
|
4855
|
+
* element. That means that the accessibility focus will be moved and the virtual keyboard will
|
|
4856
|
+
* be hidden, unless the target element implies its presence (e.g. `input`).`false` - when you
|
|
4857
|
+
* click on an element, the focus will remain on the currently focused element.
|
|
4858
|
+
*
|
|
4859
|
+
* Platforms: ios
|
|
4860
|
+
*/
|
|
4861
|
+
capture_focus_on_action?: Type<boolean | DivExpression>;
|
|
4799
4862
|
/**
|
|
4800
4863
|
* Merges cells in a column of the [grid](div-grid.md) element.
|
|
4801
4864
|
*
|
|
@@ -5097,6 +5160,15 @@ interface DivImageProps {
|
|
|
5097
5160
|
* Element stroke.
|
|
5098
5161
|
*/
|
|
5099
5162
|
border?: Type<IDivBorder>;
|
|
5163
|
+
/**
|
|
5164
|
+
* If the value is:`true` - when the element action is activated, the focus will be moved to that
|
|
5165
|
+
* element. That means that the accessibility focus will be moved and the virtual keyboard will
|
|
5166
|
+
* be hidden, unless the target element implies its presence (e.g. `input`).`false` - when you
|
|
5167
|
+
* click on an element, the focus will remain on the currently focused element.
|
|
5168
|
+
*
|
|
5169
|
+
* Platforms: ios
|
|
5170
|
+
*/
|
|
5171
|
+
capture_focus_on_action?: Type<boolean | DivExpression>;
|
|
5100
5172
|
/**
|
|
5101
5173
|
* Merges cells in a column of the [grid](div-grid.md) element.
|
|
5102
5174
|
*
|
|
@@ -7339,7 +7411,7 @@ declare class DivPager<T extends DivPagerProps = DivPagerProps> {
|
|
|
7339
7411
|
* bottom.. For edge alignment, the margin from the edge of the parent equals the value of the
|
|
7340
7412
|
* corresponding padding.
|
|
7341
7413
|
*
|
|
7342
|
-
* Platforms: android, ios
|
|
7414
|
+
* Platforms: android, ios, web
|
|
7343
7415
|
*/
|
|
7344
7416
|
scroll_axis_alignment?: Type<DivPagerItemAlignment | DivExpression>;
|
|
7345
7417
|
/**
|
|
@@ -7597,7 +7669,7 @@ interface DivPagerProps {
|
|
|
7597
7669
|
* bottom.. For edge alignment, the margin from the edge of the parent equals the value of the
|
|
7598
7670
|
* corresponding padding.
|
|
7599
7671
|
*
|
|
7600
|
-
* Platforms: android, ios
|
|
7672
|
+
* Platforms: android, ios, web
|
|
7601
7673
|
*/
|
|
7602
7674
|
scroll_axis_alignment?: Type<DivPagerItemAlignment | DivExpression>;
|
|
7603
7675
|
/**
|
|
@@ -7697,7 +7769,7 @@ interface IDivPatch {
|
|
|
7697
7769
|
* least one element, the changes aren't applied.`partial` — all possible changes are applied. If
|
|
7698
7770
|
* there are errors, they are reported.
|
|
7699
7771
|
*
|
|
7700
|
-
* Platforms: android, web
|
|
7772
|
+
* Platforms: android, ios, web
|
|
7701
7773
|
*/
|
|
7702
7774
|
mode?: DivPatchMode | DivExpression;
|
|
7703
7775
|
/**
|
|
@@ -7709,7 +7781,7 @@ interface IDivPatch {
|
|
|
7709
7781
|
/**
|
|
7710
7782
|
* Actions to perform if there’s an error when applying changes in transaction mode.
|
|
7711
7783
|
*
|
|
7712
|
-
* Platforms: android, web
|
|
7784
|
+
* Platforms: android, ios, web
|
|
7713
7785
|
*/
|
|
7714
7786
|
on_failed_actions?: NonEmptyArray<IDivAction>;
|
|
7715
7787
|
}
|
|
@@ -7841,6 +7913,13 @@ declare class DivRadialGradient<T extends DivRadialGradientProps = DivRadialGrad
|
|
|
7841
7913
|
* Shift of the central point of the gradient relative to the top edge along the Y axis.
|
|
7842
7914
|
*/
|
|
7843
7915
|
center_y?: Type<DivRadialGradientCenter>;
|
|
7916
|
+
/**
|
|
7917
|
+
* Colors and positions of gradient points. When using this parameter, the `colors` parameter is
|
|
7918
|
+
* ignored.
|
|
7919
|
+
*
|
|
7920
|
+
* Platforms: web
|
|
7921
|
+
*/
|
|
7922
|
+
color_map?: Type<NonEmptyArray<IDivRadialGradientColorPoint>>;
|
|
7844
7923
|
/**
|
|
7845
7924
|
* Colors. Gradient points are located at an equal distance from each other.
|
|
7846
7925
|
*/
|
|
@@ -7860,6 +7939,13 @@ interface DivRadialGradientProps {
|
|
|
7860
7939
|
* Shift of the central point of the gradient relative to the top edge along the Y axis.
|
|
7861
7940
|
*/
|
|
7862
7941
|
center_y?: Type<DivRadialGradientCenter>;
|
|
7942
|
+
/**
|
|
7943
|
+
* Colors and positions of gradient points. When using this parameter, the `colors` parameter is
|
|
7944
|
+
* ignored.
|
|
7945
|
+
*
|
|
7946
|
+
* Platforms: web
|
|
7947
|
+
*/
|
|
7948
|
+
color_map?: Type<NonEmptyArray<IDivRadialGradientColorPoint>>;
|
|
7863
7949
|
/**
|
|
7864
7950
|
* Colors. Gradient points are located at an equal distance from each other.
|
|
7865
7951
|
*/
|
|
@@ -7869,6 +7955,19 @@ interface DivRadialGradientProps {
|
|
|
7869
7955
|
*/
|
|
7870
7956
|
radius?: Type<DivRadialGradientRadius>;
|
|
7871
7957
|
}
|
|
7958
|
+
/**
|
|
7959
|
+
* Describes color at particular gradient position.
|
|
7960
|
+
*/
|
|
7961
|
+
interface IDivRadialGradientColorPoint {
|
|
7962
|
+
/**
|
|
7963
|
+
* Gradient color corresponding to gradient point.
|
|
7964
|
+
*/
|
|
7965
|
+
color: Type<string | DivExpression>;
|
|
7966
|
+
/**
|
|
7967
|
+
* The position of the gradient point.
|
|
7968
|
+
*/
|
|
7969
|
+
position: Type<number | DivExpression>;
|
|
7970
|
+
}
|
|
7872
7971
|
|
|
7873
7972
|
declare type DivRadialGradientCenter = DivRadialGradientFixedCenter | DivRadialGradientRelativeCenter;
|
|
7874
7973
|
|
|
@@ -8589,6 +8688,15 @@ declare class DivSeparator<T extends DivSeparatorProps = DivSeparatorProps> {
|
|
|
8589
8688
|
* Element stroke.
|
|
8590
8689
|
*/
|
|
8591
8690
|
border?: Type<IDivBorder>;
|
|
8691
|
+
/**
|
|
8692
|
+
* If the value is:`true` - when the element action is activated, the focus will be moved to that
|
|
8693
|
+
* element. That means that the accessibility focus will be moved and the virtual keyboard will
|
|
8694
|
+
* be hidden, unless the target element implies its presence (e.g. `input`).`false` - when you
|
|
8695
|
+
* click on an element, the focus will remain on the currently focused element.
|
|
8696
|
+
*
|
|
8697
|
+
* Platforms: ios
|
|
8698
|
+
*/
|
|
8699
|
+
capture_focus_on_action?: Type<boolean | DivExpression>;
|
|
8592
8700
|
/**
|
|
8593
8701
|
* Merges cells in a column of the [grid](div-grid.md) element.
|
|
8594
8702
|
*
|
|
@@ -8827,6 +8935,15 @@ interface DivSeparatorProps {
|
|
|
8827
8935
|
* Element stroke.
|
|
8828
8936
|
*/
|
|
8829
8937
|
border?: Type<IDivBorder>;
|
|
8938
|
+
/**
|
|
8939
|
+
* If the value is:`true` - when the element action is activated, the focus will be moved to that
|
|
8940
|
+
* element. That means that the accessibility focus will be moved and the virtual keyboard will
|
|
8941
|
+
* be hidden, unless the target element implies its presence (e.g. `input`).`false` - when you
|
|
8942
|
+
* click on an element, the focus will remain on the currently focused element.
|
|
8943
|
+
*
|
|
8944
|
+
* Platforms: ios
|
|
8945
|
+
*/
|
|
8946
|
+
capture_focus_on_action?: Type<boolean | DivExpression>;
|
|
8830
8947
|
/**
|
|
8831
8948
|
* Merges cells in a column of the [grid](div-grid.md) element.
|
|
8832
8949
|
*
|
|
@@ -9810,7 +9927,7 @@ declare class DivState<T extends DivStateProps = DivStateProps> {
|
|
|
9810
9927
|
/**
|
|
9811
9928
|
* Enables the bounding of child elements by the parent's borders.
|
|
9812
9929
|
*
|
|
9813
|
-
* Platforms: android, web
|
|
9930
|
+
* Platforms: android, web, ios
|
|
9814
9931
|
*/
|
|
9815
9932
|
clip_to_bounds?: Type<IntBoolean | DivExpression>;
|
|
9816
9933
|
/**
|
|
@@ -10024,7 +10141,7 @@ interface DivStateProps {
|
|
|
10024
10141
|
/**
|
|
10025
10142
|
* Enables the bounding of child elements by the parent's borders.
|
|
10026
10143
|
*
|
|
10027
|
-
* Platforms: android, web
|
|
10144
|
+
* Platforms: android, web, ios
|
|
10028
10145
|
*/
|
|
10029
10146
|
clip_to_bounds?: Type<IntBoolean | DivExpression>;
|
|
10030
10147
|
/**
|
|
@@ -11244,7 +11361,7 @@ interface IDivTabsTabTitleStyle {
|
|
|
11244
11361
|
/**
|
|
11245
11362
|
* Active title change animation.
|
|
11246
11363
|
*
|
|
11247
|
-
* Platforms: android, ios
|
|
11364
|
+
* Platforms: android, ios, web
|
|
11248
11365
|
*/
|
|
11249
11366
|
animation_type?: Type<TabTitleStyleAnimationType | DivExpression>;
|
|
11250
11367
|
/**
|
|
@@ -11367,6 +11484,15 @@ declare class DivText<T extends DivTextProps = DivTextProps> {
|
|
|
11367
11484
|
* Element stroke.
|
|
11368
11485
|
*/
|
|
11369
11486
|
border?: Type<IDivBorder>;
|
|
11487
|
+
/**
|
|
11488
|
+
* If the value is:`true` - when the element action is activated, the focus will be moved to that
|
|
11489
|
+
* element. That means that the accessibility focus will be moved and the virtual keyboard will
|
|
11490
|
+
* be hidden, unless the target element implies its presence (e.g. `input`).`false` - when you
|
|
11491
|
+
* click on an element, the focus will remain on the currently focused element.
|
|
11492
|
+
*
|
|
11493
|
+
* Platforms: ios
|
|
11494
|
+
*/
|
|
11495
|
+
capture_focus_on_action?: Type<boolean | DivExpression>;
|
|
11370
11496
|
/**
|
|
11371
11497
|
* Merges cells in a column of the [grid](div-grid.md) element.
|
|
11372
11498
|
*
|
|
@@ -11644,9 +11770,7 @@ declare class DivText<T extends DivTextProps = DivTextProps> {
|
|
|
11644
11770
|
*/
|
|
11645
11771
|
transition_triggers?: Type<NonEmptyArray<DivTransitionTrigger>>;
|
|
11646
11772
|
/**
|
|
11647
|
-
*
|
|
11648
|
-
*
|
|
11649
|
-
* @deprecated
|
|
11773
|
+
* Location of text cropping marker.
|
|
11650
11774
|
*
|
|
11651
11775
|
* Platforms: android, ios
|
|
11652
11776
|
*/
|
|
@@ -11741,6 +11865,15 @@ interface DivTextProps {
|
|
|
11741
11865
|
* Element stroke.
|
|
11742
11866
|
*/
|
|
11743
11867
|
border?: Type<IDivBorder>;
|
|
11868
|
+
/**
|
|
11869
|
+
* If the value is:`true` - when the element action is activated, the focus will be moved to that
|
|
11870
|
+
* element. That means that the accessibility focus will be moved and the virtual keyboard will
|
|
11871
|
+
* be hidden, unless the target element implies its presence (e.g. `input`).`false` - when you
|
|
11872
|
+
* click on an element, the focus will remain on the currently focused element.
|
|
11873
|
+
*
|
|
11874
|
+
* Platforms: ios
|
|
11875
|
+
*/
|
|
11876
|
+
capture_focus_on_action?: Type<boolean | DivExpression>;
|
|
11744
11877
|
/**
|
|
11745
11878
|
* Merges cells in a column of the [grid](div-grid.md) element.
|
|
11746
11879
|
*
|
|
@@ -12018,9 +12151,7 @@ interface DivTextProps {
|
|
|
12018
12151
|
*/
|
|
12019
12152
|
transition_triggers?: Type<NonEmptyArray<DivTransitionTrigger>>;
|
|
12020
12153
|
/**
|
|
12021
|
-
*
|
|
12022
|
-
*
|
|
12023
|
-
* @deprecated
|
|
12154
|
+
* Location of text cropping marker.
|
|
12024
12155
|
*
|
|
12025
12156
|
* Platforms: android, ios
|
|
12026
12157
|
*/
|
|
@@ -13604,4 +13735,4 @@ declare function rewriteTemplateVersions<T extends ITemplates>(templates: T, res
|
|
|
13604
13735
|
};
|
|
13605
13736
|
};
|
|
13606
13737
|
|
|
13607
|
-
export { AccessibilityType, ArrayValue, ArrayValueProps, ArrayVariable, ArrayVariableProps, BooleanValue, BooleanValueProps, BooleanVariable, BooleanVariableProps, ColorValue, ColorValueProps, ColorVariable, ColorVariableProps, ContentText, ContentTextProps, ContentUrl, ContentUrlProps, DelimiterStyleOrientation, DictValue, DictValueProps, DictVariable, DictVariableProps, Div, DivAccessibilityMode, DivAccessibilityType, DivActionAnimatorStart, DivActionAnimatorStartProps, DivActionAnimatorStop, DivActionAnimatorStopProps, DivActionArrayInsertValue, DivActionArrayInsertValueProps, DivActionArrayRemoveValue, DivActionArrayRemoveValueProps, DivActionArraySetValue, DivActionArraySetValueProps, DivActionClearFocus, DivActionClearFocusProps, DivActionCopyToClipboard, DivActionCopyToClipboardContent, DivActionCopyToClipboardProps, DivActionDictSetValue, DivActionDictSetValueProps, DivActionDownload, DivActionDownloadProps, DivActionFocusElement, DivActionFocusElementProps, DivActionHideTooltip, DivActionHideTooltipProps, DivActionScrollBy, DivActionScrollByOverflow, DivActionScrollByProps, DivActionScrollDestination, DivActionScrollTo, DivActionScrollToProps, DivActionSetState, DivActionSetStateProps, DivActionSetStoredValue, DivActionSetStoredValueProps, DivActionSetVariable, DivActionSetVariableProps, DivActionShowTooltip, DivActionShowTooltipProps, DivActionSubmit, DivActionSubmitProps, DivActionTarget, DivActionTimer, DivActionTimerAction, DivActionTimerProps, DivActionTyped, DivActionVideo, DivActionVideoAction, DivActionVideoProps, DivAlignmentHorizontal, DivAlignmentVertical, DivAnimationDirection, DivAnimationInterpolator, DivAnimationName, DivAnimator, DivAppearanceSetTransition, DivAppearanceSetTransitionProps, DivAppearanceTransition, DivBackground, DivBlendMode, DivBlur, DivBlurProps, DivChangeBoundsTransition, DivChangeBoundsTransitionProps, DivChangeSetTransition, DivChangeSetTransitionProps, DivChangeTransition, DivCircleShape, DivCircleShapeProps, DivCloudBackground, DivCloudBackgroundProps, DivColorAnimator, DivColorAnimatorProps, DivContainer, DivContainerLayoutMode, DivContainerOrientation, DivContainerProps, DivContainerProps0, DivContainerProps1, DivContainerPropsBase, DivContentAlignmentHorizontal, DivContentAlignmentVertical, DivCount, DivCurrencyInputMask, DivCurrencyInputMaskProps, DivCustom, DivCustomProps, DivDefaultIndicatorItemPlacement, DivDefaultIndicatorItemPlacementProps, DivDrawable, DivEvaluableType, DivExpression, DivFadeTransition, DivFadeTransitionProps, DivFilter, DivFilterRtlMirror, DivFilterRtlMirrorProps, DivFixedCount, DivFixedCountProps, DivFixedLengthInputMask, DivFixedLengthInputMaskProps, DivFixedSize, DivFixedSizeProps, DivFontWeight, DivGallery, DivGalleryCrossContentAlignment, DivGalleryOrientation, DivGalleryProps, DivGalleryScrollMode, DivGalleryScrollbar, DivGifImage, DivGifImageProps, DivGradientBackground, DivGrid, DivGridProps, DivImage, DivImageBackground, DivImageBackgroundProps, DivImageProps, DivImageScale, DivIndicator, DivIndicatorAnimation, DivIndicatorItemPlacement, DivIndicatorProps, DivInfinityCount, DivInfinityCountProps, DivInput, DivInputAutocapitalization, DivInputEnterKeyType, DivInputFilter, DivInputFilterExpression, DivInputFilterExpressionProps, DivInputFilterRegex, DivInputFilterRegexProps, DivInputKeyboardType, DivInputMask, DivInputProps, DivInputValidator, DivInputValidatorExpression, DivInputValidatorExpressionProps, DivInputValidatorRegex, DivInputValidatorRegexProps, DivLineStyle, DivLinearGradient, DivLinearGradientProps, DivMatchParentSize, DivMatchParentSizeProps, DivNeighbourPageSize, DivNeighbourPageSizeProps, DivNinePatchBackground, DivNinePatchBackgroundProps, DivNumberAnimator, DivNumberAnimatorProps, DivPageContentSize, DivPageContentSizeProps, DivPageSize, DivPageSizeProps, DivPageTransformation, DivPageTransformationOverlap, DivPageTransformationOverlapProps, DivPageTransformationSlide, DivPageTransformationSlideProps, DivPager, DivPagerItemAlignment, DivPagerLayoutMode, DivPagerOrientation, DivPagerProps, DivPatchMode, DivPercentageSize, DivPercentageSizeProps, DivPhoneInputMask, DivPhoneInputMaskProps, DivPivot, DivPivotFixed, DivPivotFixedProps, DivPivotPercentage, DivPivotPercentageProps, DivRadialGradient, DivRadialGradientCenter, DivRadialGradientFixedCenter, DivRadialGradientFixedCenterProps, DivRadialGradientProps, DivRadialGradientRadius, DivRadialGradientRelativeCenter, DivRadialGradientRelativeCenterProps, DivRadialGradientRelativeRadius, DivRadialGradientRelativeRadiusProps, DivRadialGradientRelativeRadiusValue, DivRoundedRectangleShape, DivRoundedRectangleShapeProps, DivScaleTransition, DivScaleTransitionProps, DivSelect, DivSelectProps, DivSeparator, DivSeparatorProps, DivShape, DivShapeDrawable, DivShapeDrawableProps, DivSize, DivSizeUnit, DivSlideTransition, DivSlideTransitionEdge, DivSlideTransitionProps, DivSlider, DivSliderProps, DivSolidBackground, DivSolidBackgroundProps, DivState, DivStateProps, DivStretchIndicatorItemPlacement, DivStretchIndicatorItemPlacementProps, DivStrokeStyle, DivStrokeStyleDashed, DivStrokeStyleDashedProps, DivStrokeStyleSolid, DivStrokeStyleSolidProps, DivSwitch, DivSwitchProps, DivTabs, DivTabsProps, DivText, DivTextAlignmentVertical, DivTextGradient, DivTextProps, DivTextRangeBackground, DivTextRangeMask, DivTextRangeMaskParticles, DivTextRangeMaskParticlesProps, DivTextRangeMaskSolid, DivTextRangeMaskSolidProps, DivTextTruncate, DivTooltipMode, DivTooltipModeModal, DivTooltipModeModalProps, DivTooltipModeNonModal, DivTooltipModeNonModalProps, DivTooltipPosition, DivTransitionSelector, DivTransitionTrigger, DivTriggerMode, DivTypedValue, DivVariable, DivVideo, DivVideoProps, DivVideoScale, DivVideoSource, DivVideoSourceProps, DivVideoSourceResolution, DivVideoSourceResolutionProps, DivVisibility, DivWrapContentSize, DivWrapContentSizeProps, EndDestination, EndDestinationProps, Exact, IDivAbsoluteEdgeInsets, IDivAccessibility, IDivAction, IDivActionMenuItem, IDivActionSubmitRequest, IDivAnimation, IDivAnimatorBase, IDivAspect, IDivBase, IDivBorder, IDivCollectionItemBuilder, IDivCollectionItemBuilderPrototype, IDivContainerSeparator, IDivCornersRadius, IDivData, IDivDataState, IDivDimension, IDivDisappearAction, IDivDownloadCallbacks, IDivEdgeInsets, IDivExtension, IDivFixedLengthInputMaskPatternElement, IDivFocus, IDivFocusNextFocusIds, IDivFunction, IDivFunctionArgument, IDivInputMaskBase, IDivInputNativeInterface, IDivInputValidatorBase, IDivLayoutProvider, IDivLinearGradientColorPoint, IDivPatch, IDivPatchChange, IDivPoint, IDivSelectOption, IDivSeparatorDelimiterStyle, IDivShadow, IDivSightAction, IDivSliderRange, IDivSliderTextStyle, IDivStateState, IDivStroke, IDivTabsItem, IDivTabsTabTitleDelimiter, IDivTabsTabTitleStyle, IDivTextEllipsis, IDivTextImage, IDivTextRange, IDivTextRangeBorder, IDivTextRangeMaskBase, IDivTimer, IDivTooltip, IDivTransform, IDivTransitionBase, IDivTrigger, IDivVisibilityAction, IDivWrapContentSizeConstraintSize, IImageAccessibility, IRequestHeader, ITemplates, ImageIndexingDirection, IndexDestination, IndexDestinationProps, IntBoolean, IntegerValue, IntegerValueProps, IntegerVariable, IntegerVariableProps, NonEmptyArray, NumberValue, NumberValueProps, NumberVariable, NumberVariableProps, OffsetDestination, OffsetDestinationProps, RequestMethod, SafeDivExpression, StartDestination, StartDestinationProps, StringValue, StringValueProps, StringVariable, StringVariableProps, TabTitleStyleAnimationType, TemplateBlock, TemplateHelper, TemplatePropertyReference, TemplateResolvedAction, ThelperWithMemo, Type, UrlValue, UrlValueProps, UrlVariable, UrlVariableProps, copyTemplates, divCard, escapeCard, escapeExpression, expression, fixed, getTemplateHash, matchParent, reference, rewriteNames, rewriteRefs, rewriteTemplateVersions, runResolveDeps, template, templateHelper, templatesDepsMap, thelperVersion, thelperWithMemo, treeWalkDFS, weighted, wrapContent };
|
|
13738
|
+
export { AccessibilityType, ArrayValue, ArrayValueProps, ArrayVariable, ArrayVariableProps, BooleanValue, BooleanValueProps, BooleanVariable, BooleanVariableProps, ColorValue, ColorValueProps, ColorVariable, ColorVariableProps, ContentText, ContentTextProps, ContentUrl, ContentUrlProps, DelimiterStyleOrientation, DictValue, DictValueProps, DictVariable, DictVariableProps, Div, DivAccessibilityMode, DivAccessibilityType, DivActionAnimatorStart, DivActionAnimatorStartProps, DivActionAnimatorStop, DivActionAnimatorStopProps, DivActionArrayInsertValue, DivActionArrayInsertValueProps, DivActionArrayRemoveValue, DivActionArrayRemoveValueProps, DivActionArraySetValue, DivActionArraySetValueProps, DivActionClearFocus, DivActionClearFocusProps, DivActionCopyToClipboard, DivActionCopyToClipboardContent, DivActionCopyToClipboardProps, DivActionDictSetValue, DivActionDictSetValueProps, DivActionDownload, DivActionDownloadProps, DivActionFocusElement, DivActionFocusElementProps, DivActionHideTooltip, DivActionHideTooltipProps, DivActionScrollBy, DivActionScrollByOverflow, DivActionScrollByProps, DivActionScrollDestination, DivActionScrollTo, DivActionScrollToProps, DivActionSetState, DivActionSetStateProps, DivActionSetStoredValue, DivActionSetStoredValueProps, DivActionSetVariable, DivActionSetVariableProps, DivActionShowTooltip, DivActionShowTooltipProps, DivActionSubmit, DivActionSubmitProps, DivActionTarget, DivActionTimer, DivActionTimerAction, DivActionTimerProps, DivActionTyped, DivActionVideo, DivActionVideoAction, DivActionVideoProps, DivAlignmentHorizontal, DivAlignmentVertical, DivAnimationDirection, DivAnimationInterpolator, DivAnimationName, DivAnimator, DivAppearanceSetTransition, DivAppearanceSetTransitionProps, DivAppearanceTransition, DivBackground, DivBlendMode, DivBlur, DivBlurProps, DivChangeBoundsTransition, DivChangeBoundsTransitionProps, DivChangeSetTransition, DivChangeSetTransitionProps, DivChangeTransition, DivCircleShape, DivCircleShapeProps, DivCloudBackground, DivCloudBackgroundProps, DivColorAnimator, DivColorAnimatorProps, DivContainer, DivContainerLayoutMode, DivContainerOrientation, DivContainerProps, DivContainerProps0, DivContainerProps1, DivContainerPropsBase, DivContentAlignmentHorizontal, DivContentAlignmentVertical, DivCount, DivCurrencyInputMask, DivCurrencyInputMaskProps, DivCustom, DivCustomProps, DivDefaultIndicatorItemPlacement, DivDefaultIndicatorItemPlacementProps, DivDrawable, DivEvaluableType, DivExpression, DivFadeTransition, DivFadeTransitionProps, DivFilter, DivFilterRtlMirror, DivFilterRtlMirrorProps, DivFixedCount, DivFixedCountProps, DivFixedLengthInputMask, DivFixedLengthInputMaskProps, DivFixedSize, DivFixedSizeProps, DivFontWeight, DivGallery, DivGalleryCrossContentAlignment, DivGalleryOrientation, DivGalleryProps, DivGalleryScrollMode, DivGalleryScrollbar, DivGifImage, DivGifImageProps, DivGradientBackground, DivGrid, DivGridProps, DivImage, DivImageBackground, DivImageBackgroundProps, DivImageProps, DivImageScale, DivIndicator, DivIndicatorAnimation, DivIndicatorItemPlacement, DivIndicatorProps, DivInfinityCount, DivInfinityCountProps, DivInput, DivInputAutocapitalization, DivInputEnterKeyType, DivInputFilter, DivInputFilterExpression, DivInputFilterExpressionProps, DivInputFilterRegex, DivInputFilterRegexProps, DivInputKeyboardType, DivInputMask, DivInputProps, DivInputValidator, DivInputValidatorExpression, DivInputValidatorExpressionProps, DivInputValidatorRegex, DivInputValidatorRegexProps, DivLineStyle, DivLinearGradient, DivLinearGradientProps, DivMatchParentSize, DivMatchParentSizeProps, DivNeighbourPageSize, DivNeighbourPageSizeProps, DivNinePatchBackground, DivNinePatchBackgroundProps, DivNumberAnimator, DivNumberAnimatorProps, DivPageContentSize, DivPageContentSizeProps, DivPageSize, DivPageSizeProps, DivPageTransformation, DivPageTransformationOverlap, DivPageTransformationOverlapProps, DivPageTransformationSlide, DivPageTransformationSlideProps, DivPager, DivPagerItemAlignment, DivPagerLayoutMode, DivPagerOrientation, DivPagerProps, DivPatchMode, DivPercentageSize, DivPercentageSizeProps, DivPhoneInputMask, DivPhoneInputMaskProps, DivPivot, DivPivotFixed, DivPivotFixedProps, DivPivotPercentage, DivPivotPercentageProps, DivRadialGradient, DivRadialGradientCenter, DivRadialGradientFixedCenter, DivRadialGradientFixedCenterProps, DivRadialGradientProps, DivRadialGradientRadius, DivRadialGradientRelativeCenter, DivRadialGradientRelativeCenterProps, DivRadialGradientRelativeRadius, DivRadialGradientRelativeRadiusProps, DivRadialGradientRelativeRadiusValue, DivRoundedRectangleShape, DivRoundedRectangleShapeProps, DivScaleTransition, DivScaleTransitionProps, DivSelect, DivSelectProps, DivSeparator, DivSeparatorProps, DivShape, DivShapeDrawable, DivShapeDrawableProps, DivSize, DivSizeUnit, DivSlideTransition, DivSlideTransitionEdge, DivSlideTransitionProps, DivSlider, DivSliderProps, DivSolidBackground, DivSolidBackgroundProps, DivState, DivStateProps, DivStretchIndicatorItemPlacement, DivStretchIndicatorItemPlacementProps, DivStrokeStyle, DivStrokeStyleDashed, DivStrokeStyleDashedProps, DivStrokeStyleSolid, DivStrokeStyleSolidProps, DivSwitch, DivSwitchProps, DivTabs, DivTabsProps, DivText, DivTextAlignmentVertical, DivTextGradient, DivTextProps, DivTextRangeBackground, DivTextRangeMask, DivTextRangeMaskParticles, DivTextRangeMaskParticlesProps, DivTextRangeMaskSolid, DivTextRangeMaskSolidProps, DivTextTruncate, DivTooltipMode, DivTooltipModeModal, DivTooltipModeModalProps, DivTooltipModeNonModal, DivTooltipModeNonModalProps, DivTooltipPosition, DivTransitionSelector, DivTransitionTrigger, DivTriggerMode, DivTypedValue, DivVariable, DivVideo, DivVideoProps, DivVideoScale, DivVideoSource, DivVideoSourceProps, DivVideoSourceResolution, DivVideoSourceResolutionProps, DivVisibility, DivWrapContentSize, DivWrapContentSizeProps, EndDestination, EndDestinationProps, Exact, IDivAbsoluteEdgeInsets, IDivAccessibility, IDivAction, IDivActionMenuItem, IDivActionSubmitRequest, IDivAnimation, IDivAnimatorBase, IDivAspect, IDivBase, IDivBorder, IDivCollectionItemBuilder, IDivCollectionItemBuilderPrototype, IDivContainerSeparator, IDivCornersRadius, IDivData, IDivDataState, IDivDimension, IDivDisappearAction, IDivDownloadCallbacks, IDivEdgeInsets, IDivExtension, IDivFixedLengthInputMaskPatternElement, IDivFocus, IDivFocusNextFocusIds, IDivFunction, IDivFunctionArgument, IDivInputMaskBase, IDivInputNativeInterface, IDivInputValidatorBase, IDivLayoutProvider, IDivLinearGradientColorPoint, IDivPatch, IDivPatchChange, IDivPoint, IDivRadialGradientColorPoint, IDivSelectOption, IDivSeparatorDelimiterStyle, IDivShadow, IDivSightAction, IDivSliderRange, IDivSliderTextStyle, IDivStateState, IDivStroke, IDivTabsItem, IDivTabsTabTitleDelimiter, IDivTabsTabTitleStyle, IDivTextEllipsis, IDivTextImage, IDivTextRange, IDivTextRangeBorder, IDivTextRangeMaskBase, IDivTimer, IDivTooltip, IDivTransform, IDivTransitionBase, IDivTrigger, IDivVisibilityAction, IDivWrapContentSizeConstraintSize, IImageAccessibility, IRequestHeader, ITemplates, ImageIndexingDirection, IndexDestination, IndexDestinationProps, IntBoolean, IntegerValue, IntegerValueProps, IntegerVariable, IntegerVariableProps, NonEmptyArray, NumberValue, NumberValueProps, NumberVariable, NumberVariableProps, OffsetDestination, OffsetDestinationProps, RequestMethod, SafeDivExpression, StartDestination, StartDestinationProps, StringValue, StringValueProps, StringVariable, StringVariableProps, TabTitleStyleAnimationType, TemplateBlock, TemplateHelper, TemplatePropertyReference, TemplateResolvedAction, ThelperWithMemo, Type, UrlValue, UrlValueProps, UrlVariable, UrlVariableProps, copyTemplates, divCard, escapeCard, escapeExpression, expression, fixed, getTemplateHash, matchParent, reference, rewriteNames, rewriteRefs, rewriteTemplateVersions, runResolveDeps, template, templateHelper, templatesDepsMap, thelperVersion, thelperWithMemo, treeWalkDFS, weighted, wrapContent };
|
package/dist/jsonbuilder.js
CHANGED
|
@@ -469,6 +469,7 @@ class DivContainer {
|
|
|
469
469
|
this.aspect = props === null || props === void 0 ? void 0 : props.aspect;
|
|
470
470
|
this.background = props === null || props === void 0 ? void 0 : props.background;
|
|
471
471
|
this.border = props === null || props === void 0 ? void 0 : props.border;
|
|
472
|
+
this.capture_focus_on_action = props === null || props === void 0 ? void 0 : props.capture_focus_on_action;
|
|
472
473
|
this.clip_to_bounds = props === null || props === void 0 ? void 0 : props.clip_to_bounds;
|
|
473
474
|
this.column_span = props === null || props === void 0 ? void 0 : props.column_span;
|
|
474
475
|
this.content_alignment_horizontal = props === null || props === void 0 ? void 0 : props.content_alignment_horizontal;
|
|
@@ -713,6 +714,7 @@ class DivGifImage {
|
|
|
713
714
|
this.aspect = props.aspect;
|
|
714
715
|
this.background = props.background;
|
|
715
716
|
this.border = props.border;
|
|
717
|
+
this.capture_focus_on_action = props.capture_focus_on_action;
|
|
716
718
|
this.column_span = props.column_span;
|
|
717
719
|
this.content_alignment_horizontal = props.content_alignment_horizontal;
|
|
718
720
|
this.content_alignment_vertical = props.content_alignment_vertical;
|
|
@@ -771,6 +773,7 @@ class DivGrid {
|
|
|
771
773
|
this.animators = props.animators;
|
|
772
774
|
this.background = props.background;
|
|
773
775
|
this.border = props.border;
|
|
776
|
+
this.capture_focus_on_action = props.capture_focus_on_action;
|
|
774
777
|
this.column_count = props.column_count;
|
|
775
778
|
this.column_span = props.column_span;
|
|
776
779
|
this.content_alignment_horizontal = props.content_alignment_horizontal;
|
|
@@ -828,6 +831,7 @@ class DivImage {
|
|
|
828
831
|
this.aspect = props.aspect;
|
|
829
832
|
this.background = props.background;
|
|
830
833
|
this.border = props.border;
|
|
834
|
+
this.capture_focus_on_action = props.capture_focus_on_action;
|
|
831
835
|
this.column_span = props.column_span;
|
|
832
836
|
this.content_alignment_horizontal = props.content_alignment_horizontal;
|
|
833
837
|
this.content_alignment_vertical = props.content_alignment_vertical;
|
|
@@ -1300,6 +1304,7 @@ class DivRadialGradient {
|
|
|
1300
1304
|
this.type = 'radial_gradient';
|
|
1301
1305
|
this.center_x = props.center_x;
|
|
1302
1306
|
this.center_y = props.center_y;
|
|
1307
|
+
this.color_map = props.color_map;
|
|
1303
1308
|
this.colors = props.colors;
|
|
1304
1309
|
this.radius = props.radius;
|
|
1305
1310
|
}
|
|
@@ -1441,6 +1446,7 @@ class DivSeparator {
|
|
|
1441
1446
|
this.animators = props === null || props === void 0 ? void 0 : props.animators;
|
|
1442
1447
|
this.background = props === null || props === void 0 ? void 0 : props.background;
|
|
1443
1448
|
this.border = props === null || props === void 0 ? void 0 : props.border;
|
|
1449
|
+
this.capture_focus_on_action = props === null || props === void 0 ? void 0 : props.capture_focus_on_action;
|
|
1444
1450
|
this.column_span = props === null || props === void 0 ? void 0 : props.column_span;
|
|
1445
1451
|
this.delimiter_style = props === null || props === void 0 ? void 0 : props.delimiter_style;
|
|
1446
1452
|
this.disappear_actions = props === null || props === void 0 ? void 0 : props.disappear_actions;
|
|
@@ -1770,6 +1776,7 @@ class DivText {
|
|
|
1770
1776
|
this.auto_ellipsize = props.auto_ellipsize;
|
|
1771
1777
|
this.background = props.background;
|
|
1772
1778
|
this.border = props.border;
|
|
1779
|
+
this.capture_focus_on_action = props.capture_focus_on_action;
|
|
1773
1780
|
this.column_span = props.column_span;
|
|
1774
1781
|
this.disappear_actions = props.disappear_actions;
|
|
1775
1782
|
this.doubletap_actions = props.doubletap_actions;
|