@types/uni-app
Advanced tools
Comparing version 1.4.3 to 1.4.4
@@ -110,3 +110,3 @@ declare namespace App { | ||
*/ | ||
referrerInfo?: ReferrerInfo; | ||
referrerInfo?: ReferrerInfo | undefined; | ||
} | ||
@@ -133,3 +133,3 @@ | ||
*/ | ||
globalData?: AnyObject; | ||
globalData?: AnyObject | undefined; | ||
/** | ||
@@ -136,0 +136,0 @@ * 生命周期回调 监听应用初始化 |
@@ -6,11 +6,11 @@ declare namespace Page { | ||
*/ | ||
title?: string; | ||
title?: string | undefined; | ||
/** | ||
* 转发路径,必须是以 / 开头的完整路径。默认值:当前页面 path | ||
*/ | ||
path?: string; | ||
path?: string | undefined; | ||
/** | ||
* 自定义图片路径,可以是本地文件路径、代码包文件路径或者网络图片路径。支持PNG及JPG。显示图片长宽比是 5:4,默认值:使用默认截图 | ||
*/ | ||
imageUrl?: string; | ||
imageUrl?: string | undefined; | ||
} | ||
@@ -40,3 +40,3 @@ | ||
*/ | ||
webViewUrl?: string; | ||
webViewUrl?: string | undefined; | ||
} | ||
@@ -85,3 +85,3 @@ | ||
*/ | ||
route?: string; | ||
route?: string | undefined; | ||
} | ||
@@ -88,0 +88,0 @@ |
@@ -9,4 +9,4 @@ import Vue from "vue"; | ||
*/ | ||
mpType?: string; | ||
mpType?: string | undefined; | ||
} | ||
} |
{ | ||
"name": "@types/uni-app", | ||
"version": "1.4.3", | ||
"version": "1.4.4", | ||
"description": "TypeScript definitions for uni-app", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/uni-app", | ||
"license": "MIT", | ||
@@ -24,4 +25,4 @@ "contributors": [ | ||
}, | ||
"typesPublisherContentHash": "1061736874a55a71fbe6249967291c5b1aa825f2cd8ffb814239f4ca9f93cc6d", | ||
"typeScriptVersion": "3.0" | ||
"typesPublisherContentHash": "46762954e4e2f98f1432e70ed242445fe2f6daa27b7d41f0cff09ebc99a22ee3", | ||
"typeScriptVersion": "3.6" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 01 Jun 2020 17:45:53 GMT | ||
* Last updated: Fri, 02 Jul 2021 18:04:49 GMT | ||
* Dependencies: [@types/vue](https://npmjs.com/package/@types/vue) | ||
@@ -14,0 +14,0 @@ * Global values: `Uni`, `createApp`, `createComponent`, `createPage`, `getApp`, `getCurrentPages`, `uni` |
Sorry, the diff of this file is too big to display
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 website
QualityPackage does not have a website.
Found 1 instance in 1 package
213094
0