@divkitframework/jsonbuilder 32.8.0 → 32.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/jsonbuilder.d.ts +9 -9
- 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, web
|
|
21
|
+
* Platforms: android, ios, web
|
|
22
22
|
*/
|
|
23
23
|
functions?: NonEmptyArray<IDivFunction>;
|
|
24
24
|
/**
|
|
@@ -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
|
|
@@ -10574,7 +10574,7 @@ interface IDivStateState {
|
|
|
10574
10574
|
*
|
|
10575
10575
|
* @deprecated
|
|
10576
10576
|
*
|
|
10577
|
-
* Platforms: android
|
|
10577
|
+
* Platforms: android, ios
|
|
10578
10578
|
*/
|
|
10579
10579
|
swipe_out_actions?: Type<NonEmptyArray<IDivAction>>;
|
|
10580
10580
|
}
|
|
@@ -12499,7 +12499,7 @@ interface IDivTextImage {
|
|
|
12499
12499
|
/**
|
|
12500
12500
|
* Background image must be loaded before the display.
|
|
12501
12501
|
*
|
|
12502
|
-
* Platforms: ios, web
|
|
12502
|
+
* Platforms: android, ios, web
|
|
12503
12503
|
*/
|
|
12504
12504
|
preload_required?: Type<IntBoolean | DivExpression>;
|
|
12505
12505
|
/**
|