@tarojs/components 3.6.21 → 3.6.22-alpha.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tarojs/components",
3
- "version": "3.6.21",
3
+ "version": "3.6.22-alpha.0",
4
4
  "description": "Taro 组件库",
5
5
  "browser": "dist/index.js",
6
6
  "main:h5": "dist/index.js",
@@ -37,9 +37,9 @@
37
37
  "resolve-pathname": "^3.0.0",
38
38
  "swiper": "6.8.0",
39
39
  "weui": "^1.1.2",
40
- "@tarojs/components-advanced": "3.6.21",
41
- "@tarojs/router": "3.6.21",
42
- "@tarojs/taro": "3.6.21"
40
+ "@tarojs/components-advanced": "3.6.22-alpha.0",
41
+ "@tarojs/router": "3.6.22-alpha.0",
42
+ "@tarojs/taro": "3.6.22-alpha.0"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@babel/generator": "^7.20.0",
package/types/common.d.ts CHANGED
@@ -27,7 +27,8 @@ export interface StandardProps<T = any, TouchEvent extends BaseTouchEvent<any> =
27
27
  __html: string
28
28
  }
29
29
  /**
30
- * 是否开启小程序编译模式
30
+ * 是否开启编译模式
31
+ * @supported weapp, harmony
31
32
  */
32
33
  compileMode?: boolean
33
34
  }