@tarojs/components 4.1.10-beta.14 → 4.1.10-beta.15
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 +5 -5
- package/types/RichText.d.ts +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tarojs/components",
|
|
3
|
-
"version": "4.1.10-beta.
|
|
3
|
+
"version": "4.1.10-beta.15",
|
|
4
4
|
"description": "Taro 组件库",
|
|
5
5
|
"browser": "dist/index.js",
|
|
6
6
|
"main:h5": "dist/index.js",
|
|
@@ -40,9 +40,9 @@
|
|
|
40
40
|
"resolve-pathname": "^3.0.0",
|
|
41
41
|
"swiper": "11.1.15",
|
|
42
42
|
"tslib": "^2.6.2",
|
|
43
|
-
"@tarojs/
|
|
44
|
-
"@tarojs/
|
|
45
|
-
"@tarojs/
|
|
43
|
+
"@tarojs/runtime": "4.1.10-beta.15",
|
|
44
|
+
"@tarojs/shared": "4.1.10-beta.15",
|
|
45
|
+
"@tarojs/taro": "4.1.10-beta.15"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@babel/generator": "^7.21.4",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"jest-cli": "27.5.1",
|
|
69
69
|
"jest-runner": "27.5.1",
|
|
70
70
|
"jest-environment-node": "27.5.1",
|
|
71
|
-
"@tarojs/helper": "4.1.10-beta.
|
|
71
|
+
"@tarojs/helper": "4.1.10-beta.15"
|
|
72
72
|
},
|
|
73
73
|
"peerDependenciesMeta": {
|
|
74
74
|
"@types/react": {
|
package/types/RichText.d.ts
CHANGED
|
@@ -18,7 +18,7 @@ interface RichTextProps extends StandardProps {
|
|
|
18
18
|
* @default false(基础库 3.150.1 以前版本)true(基础库 3.150.1 及以后版本)
|
|
19
19
|
* @supported swan, h5, harmony_hybrid
|
|
20
20
|
*/
|
|
21
|
-
selectable?:
|
|
21
|
+
selectable?: boolean
|
|
22
22
|
/** 阻止长按图片时弹起默认菜单(将该属性设置为image-menu-prevent或image-menu-prevent="true"),只在初始化时有效,不能动态变更;若不想阻止弹起默认菜单,则不需要设置此属性
|
|
23
23
|
* @default false
|
|
24
24
|
* @supported swan
|