@tarojs/components 3.5.7-alpha.1 → 3.5.7-alpha.2

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.
Files changed (2) hide show
  1. package/package.json +3 -3
  2. package/types/View.d.ts +6 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tarojs/components",
3
- "version": "3.5.7-alpha.1",
3
+ "version": "3.5.7-alpha.2",
4
4
  "description": "",
5
5
  "browser": "dist/index.js",
6
6
  "main:h5": "dist/index.js",
@@ -32,8 +32,8 @@
32
32
  "dependencies": {
33
33
  "@stencil/core": "~2.13.0",
34
34
  "@stencil/sass": "1.5.2",
35
- "@tarojs/router": "3.5.7-alpha.1",
36
- "@tarojs/taro": "3.5.7-alpha.1",
35
+ "@tarojs/router": "3.5.7-alpha.2",
36
+ "@tarojs/taro": "3.5.7-alpha.2",
37
37
  "better-scroll": "^1.14.1",
38
38
  "classnames": "^2.2.5",
39
39
  "hls.js": "^1.1.5",
package/types/View.d.ts CHANGED
@@ -67,6 +67,12 @@ interface ViewProps extends StandardProps {
67
67
  */
68
68
  ariaLabel?: string
69
69
 
70
+ /** 是否以 catch 的形式绑定 touchmove 事件
71
+ * @supported weapp, alipay, swan, tt, qq, jd
72
+ * @version 3.1.0+
73
+ */
74
+ catchMove?: boolean
75
+
70
76
  /** 点击。
71
77
  * @supported alipay
72
78
  */