@divkitframework/jsonbuilder 30.4.0 → 30.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.
- package/dist/jsonbuilder.d.ts +8 -8
- package/package.json +1 -1
package/dist/jsonbuilder.d.ts
CHANGED
|
@@ -4054,7 +4054,7 @@ declare class DivInput<T extends DivInputProps = DivInputProps> {
|
|
|
4054
4054
|
*/
|
|
4055
4055
|
mask?: Type<DivInputMask>;
|
|
4056
4056
|
/**
|
|
4057
|
-
*
|
|
4057
|
+
* Maximum number of characters that can be entered in the input field.
|
|
4058
4058
|
*/
|
|
4059
4059
|
max_length?: Type<number | DivExpression>;
|
|
4060
4060
|
/**
|
|
@@ -4265,7 +4265,7 @@ interface DivInputProps {
|
|
|
4265
4265
|
*/
|
|
4266
4266
|
mask?: Type<DivInputMask>;
|
|
4267
4267
|
/**
|
|
4268
|
-
*
|
|
4268
|
+
* Maximum number of characters that can be entered in the input field.
|
|
4269
4269
|
*/
|
|
4270
4270
|
max_length?: Type<number | DivExpression>;
|
|
4271
4271
|
/**
|
|
@@ -7660,8 +7660,8 @@ declare class DivText<T extends DivTextProps = DivTextProps> {
|
|
|
7660
7660
|
*/
|
|
7661
7661
|
font_family?: Type<string | DivExpression>;
|
|
7662
7662
|
/**
|
|
7663
|
-
* List of OpenType font features. The format
|
|
7664
|
-
*
|
|
7663
|
+
* List of OpenType font features. The format matches the CSS attribute "font-feature-settings".
|
|
7664
|
+
* Learn more: https://www.w3.org/TR/css-fonts-3/#font-feature-settings-prop
|
|
7665
7665
|
*/
|
|
7666
7666
|
font_feature_settings?: Type<string | DivExpression>;
|
|
7667
7667
|
/**
|
|
@@ -7903,8 +7903,8 @@ interface DivTextProps {
|
|
|
7903
7903
|
*/
|
|
7904
7904
|
font_family?: Type<string | DivExpression>;
|
|
7905
7905
|
/**
|
|
7906
|
-
* List of OpenType font features. The format
|
|
7907
|
-
*
|
|
7906
|
+
* List of OpenType font features. The format matches the CSS attribute "font-feature-settings".
|
|
7907
|
+
* Learn more: https://www.w3.org/TR/css-fonts-3/#font-feature-settings-prop
|
|
7908
7908
|
*/
|
|
7909
7909
|
font_feature_settings?: Type<string | DivExpression>;
|
|
7910
7910
|
/**
|
|
@@ -8150,8 +8150,8 @@ interface IDivTextRange {
|
|
|
8150
8150
|
*/
|
|
8151
8151
|
font_family?: Type<string | DivExpression>;
|
|
8152
8152
|
/**
|
|
8153
|
-
* List of OpenType font features. The format
|
|
8154
|
-
*
|
|
8153
|
+
* List of OpenType font features. The format matches the CSS attribute "font-feature-settings".
|
|
8154
|
+
* Learn more: https://www.w3.org/TR/css-fonts-3/#font-feature-settings-prop
|
|
8155
8155
|
*/
|
|
8156
8156
|
font_feature_settings?: Type<string | DivExpression>;
|
|
8157
8157
|
/**
|