@tarojs/plugin-platform-h5 4.1.4-beta.21 → 4.1.4-beta.22
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/dist/definition.json +2 -0
- package/package.json +10 -10
package/dist/definition.json
CHANGED
|
@@ -2352,6 +2352,7 @@
|
|
|
2352
2352
|
"script": {},
|
|
2353
2353
|
"scroll-view": {
|
|
2354
2354
|
"animated": "boolean",
|
|
2355
|
+
"enhanced": "boolean",
|
|
2355
2356
|
"lowerThreshold": "string | number",
|
|
2356
2357
|
"mpScrollIntoView": "string",
|
|
2357
2358
|
"mpScrollIntoViewAlignment": "\"center\" | \"start\" | \"end\" | \"nearest\"",
|
|
@@ -2361,6 +2362,7 @@
|
|
|
2361
2362
|
"mpScrollTop": "string | number",
|
|
2362
2363
|
"scrollX": "boolean",
|
|
2363
2364
|
"scrollY": "boolean",
|
|
2365
|
+
"showScrollbar": "boolean",
|
|
2364
2366
|
"upperThreshold": "string | number"
|
|
2365
2367
|
},
|
|
2366
2368
|
"share-element": {},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tarojs/plugin-platform-h5",
|
|
3
|
-
"version": "4.1.4-beta.
|
|
3
|
+
"version": "4.1.4-beta.22",
|
|
4
4
|
"description": "Web 端平台插件",
|
|
5
5
|
"author": "O2Team",
|
|
6
6
|
"license": "MIT",
|
|
@@ -32,17 +32,17 @@
|
|
|
32
32
|
"change-case": "^4.1.2",
|
|
33
33
|
"tslib": "^2.6.2",
|
|
34
34
|
"lodash-es": "4.17.21",
|
|
35
|
-
"@tarojs/components
|
|
36
|
-
"@tarojs/components": "4.1.4-beta.
|
|
37
|
-
"@tarojs/runtime": "4.1.4-beta.
|
|
38
|
-
"@tarojs/service": "4.1.4-beta.
|
|
39
|
-
"@tarojs/shared": "4.1.4-beta.
|
|
40
|
-
"@tarojs/
|
|
41
|
-
"
|
|
42
|
-
"
|
|
35
|
+
"@tarojs/components": "4.1.4-beta.22",
|
|
36
|
+
"@tarojs/components-react": "4.1.4-beta.22",
|
|
37
|
+
"@tarojs/runtime": "4.1.4-beta.22",
|
|
38
|
+
"@tarojs/service": "4.1.4-beta.22",
|
|
39
|
+
"@tarojs/shared": "4.1.4-beta.22",
|
|
40
|
+
"@tarojs/taro-h5": "4.1.4-beta.22",
|
|
41
|
+
"babel-plugin-transform-taroapi": "4.1.4-beta.22",
|
|
42
|
+
"@tarojs/helper": "4.1.4-beta.22"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@tarojs/taro": "4.1.4-beta.
|
|
45
|
+
"@tarojs/taro": "4.1.4-beta.22"
|
|
46
46
|
},
|
|
47
47
|
"scripts": {
|
|
48
48
|
"prod": "pnpm run build",
|