@tarojs/taro 3.5.7-alpha.1 → 3.5.7-alpha.11
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tarojs/taro",
|
|
3
|
-
"version": "3.5.7-alpha.
|
|
3
|
+
"version": "3.5.7-alpha.11",
|
|
4
4
|
"description": "Taro framework",
|
|
5
5
|
"homepage": "https://github.com/nervjs/taro/tree/master/packages/taro#readme",
|
|
6
6
|
"main": "index.js",
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
"author": "O2Team",
|
|
22
22
|
"license": "MIT",
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@tarojs/api": "3.5.7-alpha.
|
|
25
|
-
"@tarojs/runtime": "3.5.7-alpha.
|
|
24
|
+
"@tarojs/api": "3.5.7-alpha.11",
|
|
25
|
+
"@tarojs/runtime": "3.5.7-alpha.11"
|
|
26
26
|
},
|
|
27
27
|
"peerDependenciesMeta": {
|
|
28
28
|
"@types/react": {
|
|
@@ -170,6 +170,8 @@ declare module '../../index' {
|
|
|
170
170
|
interface InsertImageOption {
|
|
171
171
|
/** 图片地址,仅支持 http(s)、base64、云图片(2.8.0)、临时文件(2.8.3)。 */
|
|
172
172
|
src: string
|
|
173
|
+
/** 插入图片后是否自动换行,默认换行 */
|
|
174
|
+
nowrap?: boolean
|
|
173
175
|
/** 图像无法显示时的替代文本 */
|
|
174
176
|
alt?: string
|
|
175
177
|
/** 接口调用结束的回调函数(调用成功、失败都会执行) */
|