@divkitframework/jsonbuilder 31.1.0 → 31.2.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 +2 -2
- package/package.json +1 -1
package/dist/jsonbuilder.d.ts
CHANGED
|
@@ -12379,7 +12379,7 @@ interface IDivTooltip {
|
|
|
12379
12379
|
/**
|
|
12380
12380
|
* Allows dismissing tooltip by tapping outside of it.
|
|
12381
12381
|
*
|
|
12382
|
-
* Platforms:
|
|
12382
|
+
* Platforms: ios
|
|
12383
12383
|
*/
|
|
12384
12384
|
close_by_tap_outside?: Type<boolean | DivExpression>;
|
|
12385
12385
|
/**
|
|
@@ -12413,7 +12413,7 @@ interface IDivTooltip {
|
|
|
12413
12413
|
/**
|
|
12414
12414
|
* Specifies actions triggered by tapping outside the tooltip.
|
|
12415
12415
|
*
|
|
12416
|
-
* Platforms:
|
|
12416
|
+
* Platforms: ios
|
|
12417
12417
|
*/
|
|
12418
12418
|
tap_outside_actions?: Type<NonEmptyArray<IDivAction>>;
|
|
12419
12419
|
}
|