@divkitframework/jsonbuilder 31.5.1 → 31.6.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 +5 -5
- package/package.json +1 -1
package/dist/jsonbuilder.d.ts
CHANGED
|
@@ -6005,7 +6005,7 @@ declare class DivInput<T extends DivInputProps = DivInputProps> {
|
|
|
6005
6005
|
/**
|
|
6006
6006
|
* Filter that prevents users from entering text that doesn't satisfy the specified conditions.
|
|
6007
6007
|
*
|
|
6008
|
-
* Platforms: ios, web
|
|
6008
|
+
* Platforms: android, ios, web
|
|
6009
6009
|
*/
|
|
6010
6010
|
filters?: Type<NonEmptyArray<DivInputFilter>>;
|
|
6011
6011
|
/**
|
|
@@ -6319,7 +6319,7 @@ interface DivInputProps {
|
|
|
6319
6319
|
/**
|
|
6320
6320
|
* Filter that prevents users from entering text that doesn't satisfy the specified conditions.
|
|
6321
6321
|
*
|
|
6322
|
-
* Platforms: ios, web
|
|
6322
|
+
* Platforms: android, ios, web
|
|
6323
6323
|
*/
|
|
6324
6324
|
filters?: Type<NonEmptyArray<DivInputFilter>>;
|
|
6325
6325
|
/**
|
|
@@ -10274,7 +10274,7 @@ interface IDivStroke {
|
|
|
10274
10274
|
/**
|
|
10275
10275
|
* Stroke style. Supported for border stroke only.
|
|
10276
10276
|
*
|
|
10277
|
-
* Platforms: android
|
|
10277
|
+
* Platforms: android, ios, web
|
|
10278
10278
|
*/
|
|
10279
10279
|
style?: Type<DivStrokeStyle>;
|
|
10280
10280
|
unit?: Type<DivSizeUnit | DivExpression>;
|
|
@@ -12444,7 +12444,7 @@ interface IDivTooltip {
|
|
|
12444
12444
|
/**
|
|
12445
12445
|
* Allows dismissing tooltip by tapping outside of it.
|
|
12446
12446
|
*
|
|
12447
|
-
* Platforms: android, ios
|
|
12447
|
+
* Platforms: android, ios, web
|
|
12448
12448
|
*/
|
|
12449
12449
|
close_by_tap_outside?: Type<boolean | DivExpression>;
|
|
12450
12450
|
/**
|
|
@@ -12478,7 +12478,7 @@ interface IDivTooltip {
|
|
|
12478
12478
|
/**
|
|
12479
12479
|
* Specifies actions triggered by tapping outside the tooltip.
|
|
12480
12480
|
*
|
|
12481
|
-
* Platforms: ios
|
|
12481
|
+
* Platforms: ios, web
|
|
12482
12482
|
*/
|
|
12483
12483
|
tap_outside_actions?: Type<NonEmptyArray<IDivAction>>;
|
|
12484
12484
|
}
|