@mini-types/global
Advanced tools
Comparing version 1.0.26-rc-1653384020.0 to 1.0.26
{ | ||
"name": "@mini-types/global", | ||
"version": "1.0.26-rc-1653384020.0", | ||
"version": "1.0.26", | ||
"description": "TypeScript declarations for Alipay's mini program.", | ||
@@ -24,3 +24,3 @@ "scripts": {}, | ||
}, | ||
"gitHead": "3fd1d7e0a8ea79b100c31e6ea24ab01417339f78" | ||
"gitHead": "7d44b49b347d26ea88e580b101273bd084683040" | ||
} |
@@ -320,5 +320,14 @@ export type UnknownRecord = Record<string, unknown>; | ||
* 获取自定义 tabBar 实例 | ||
* @version 2.7.20+ | ||
* @version 2.7.20+ 可以通过判断 `this.getTabBar` 是否为一个函数做兼容性处理 | ||
*/ | ||
getTabBar(): IComponentInstance<UnknownRecord, UnknownRecord, UnknownRecord, UnknownRecord, UnknownRecord, []> | void; | ||
getTabBar(): | ||
| IComponentInstance< | ||
UnknownRecord, | ||
UnknownRecord, | ||
UnknownRecord, | ||
UnknownRecord, | ||
UnknownRecord, | ||
[] | ||
> | ||
| undefined; | ||
/** | ||
@@ -491,5 +500,14 @@ * $spliceData 同样用于将数据从逻辑层发送到视图层,但是相比于 setData,在处理长列表的时候,其具有更高的性能。 | ||
* 获取自定义 tabBar 实例 | ||
* @version 2.7.20+ | ||
* @version 2.7.20+ 可以通过判断 `this.getTabBar` 是否为函数做兼容性处理 | ||
*/ | ||
getTabBar(): IComponentInstance<UnknownRecord, UnknownRecord, UnknownRecord, UnknownRecord, UnknownRecord, []> | void; | ||
getTabBar(): | ||
| IComponentInstance< | ||
UnknownRecord, | ||
UnknownRecord, | ||
UnknownRecord, | ||
UnknownRecord, | ||
UnknownRecord, | ||
[] | ||
> | ||
| undefined; | ||
/** | ||
@@ -496,0 +514,0 @@ * $spliceData 同样用于将数据从逻辑层发送到视图层,但是相比于 setData,在处理长列表的时候,其具有更高的性能。 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
16772
604
1