@tarojs/components 3.6.9-alpha.5 → 3.6.9-alpha.6

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.9-alpha.5",
3
+ "version": "3.6.9-alpha.6",
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.9-alpha.5",
41
- "@tarojs/router": "3.6.9-alpha.5",
42
- "@tarojs/taro": "3.6.9-alpha.5"
40
+ "@tarojs/components-advanced": "3.6.9-alpha.6",
41
+ "@tarojs/router": "3.6.9-alpha.6",
42
+ "@tarojs/taro": "3.6.9-alpha.6"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@babel/generator": "^7.20.0",
@@ -3,8 +3,13 @@ import { StandardProps, CommonEventFunction } from './common'
3
3
  interface ShareElementProps extends StandardProps {
4
4
  /** 映射标记
5
5
  * @supported weapp
6
+ * @deprecated 使用mapkey替换key
6
7
  */
7
8
  key?: string
9
+ /** 映射标记
10
+ * @supported weapp
11
+ */
12
+ mapkey?: string
8
13
  /** 映射标记
9
14
  * @supported alipay
10
15
  */