@divkitframework/jsonbuilder 32.7.1 → 32.9.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 -7
- package/package.json +1 -1
package/dist/jsonbuilder.d.ts
CHANGED
|
@@ -6070,9 +6070,9 @@ declare class DivInput<T extends DivInputProps = DivInputProps> {
|
|
|
6070
6070
|
*/
|
|
6071
6071
|
animators?: Type<NonEmptyArray<DivAnimator>>;
|
|
6072
6072
|
/**
|
|
6073
|
-
* Text auto-capitalization type. By default: `auto`
|
|
6074
|
-
* automatic capitalization is not applied;`words`
|
|
6075
|
-
* capitalization at the beginning of a sentence;`all_characters'
|
|
6073
|
+
* Text auto-capitalization type. By default: `auto` — default behavior of the platform;`none' —
|
|
6074
|
+
* automatic capitalization is not applied;`words` — capitalization of each word;`sentences` —
|
|
6075
|
+
* capitalization at the beginning of a sentence;`all_characters' — capitalization of each
|
|
6076
6076
|
* character.
|
|
6077
6077
|
*
|
|
6078
6078
|
* Platforms: android, ios, web
|
|
@@ -6394,9 +6394,9 @@ interface DivInputProps {
|
|
|
6394
6394
|
*/
|
|
6395
6395
|
animators?: Type<NonEmptyArray<DivAnimator>>;
|
|
6396
6396
|
/**
|
|
6397
|
-
* Text auto-capitalization type. By default: `auto`
|
|
6398
|
-
* automatic capitalization is not applied;`words`
|
|
6399
|
-
* capitalization at the beginning of a sentence;`all_characters'
|
|
6397
|
+
* Text auto-capitalization type. By default: `auto` — default behavior of the platform;`none' —
|
|
6398
|
+
* automatic capitalization is not applied;`words` — capitalization of each word;`sentences` —
|
|
6399
|
+
* capitalization at the beginning of a sentence;`all_characters' — capitalization of each
|
|
6400
6400
|
* character.
|
|
6401
6401
|
*
|
|
6402
6402
|
* Platforms: android, ios, web
|
|
@@ -12636,7 +12636,8 @@ interface IDivTextRange {
|
|
|
12636
12636
|
*/
|
|
12637
12637
|
strike?: Type<DivLineStyle | DivExpression>;
|
|
12638
12638
|
/**
|
|
12639
|
-
* Text color.
|
|
12639
|
+
* Text color for a specific range. Priority: has the highest priority over `text_gradient` and
|
|
12640
|
+
* `text_color`.
|
|
12640
12641
|
*/
|
|
12641
12642
|
text_color?: Type<string | DivExpression>;
|
|
12642
12643
|
/**
|