@tarojs/plugin-platform-h5 4.1.4-beta.9 → 4.1.5-alpha.1
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 +3 -0
- package/package.json +10 -10
package/dist/definition.json
CHANGED
|
@@ -2205,6 +2205,7 @@
|
|
|
2205
2205
|
"nativeProps": "*",
|
|
2206
2206
|
"password": "boolean",
|
|
2207
2207
|
"placeholder": "string",
|
|
2208
|
+
"readonly": "boolean",
|
|
2208
2209
|
"type": "string",
|
|
2209
2210
|
"value": "string"
|
|
2210
2211
|
},
|
|
@@ -2352,6 +2353,7 @@
|
|
|
2352
2353
|
"script": {},
|
|
2353
2354
|
"scroll-view": {
|
|
2354
2355
|
"animated": "boolean",
|
|
2356
|
+
"enhanced": "boolean",
|
|
2355
2357
|
"lowerThreshold": "string | number",
|
|
2356
2358
|
"mpScrollIntoView": "string",
|
|
2357
2359
|
"mpScrollIntoViewAlignment": "\"center\" | \"start\" | \"end\" | \"nearest\"",
|
|
@@ -2361,6 +2363,7 @@
|
|
|
2361
2363
|
"mpScrollTop": "string | number",
|
|
2362
2364
|
"scrollX": "boolean",
|
|
2363
2365
|
"scrollY": "boolean",
|
|
2366
|
+
"showScrollbar": "boolean",
|
|
2364
2367
|
"upperThreshold": "string | number"
|
|
2365
2368
|
},
|
|
2366
2369
|
"share-element": {},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tarojs/plugin-platform-h5",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.5-alpha.1",
|
|
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": "4.1.
|
|
36
|
-
"@tarojs/
|
|
37
|
-
"@tarojs/
|
|
38
|
-
"@tarojs/
|
|
39
|
-
"@tarojs/
|
|
40
|
-
"@tarojs/helper": "4.1.
|
|
41
|
-
"
|
|
42
|
-
"
|
|
35
|
+
"@tarojs/components": "4.1.5-alpha.1",
|
|
36
|
+
"@tarojs/components-react": "4.1.5-alpha.1",
|
|
37
|
+
"@tarojs/runtime": "4.1.5-alpha.1",
|
|
38
|
+
"@tarojs/service": "4.1.5-alpha.1",
|
|
39
|
+
"@tarojs/shared": "4.1.5-alpha.1",
|
|
40
|
+
"@tarojs/helper": "4.1.5-alpha.1",
|
|
41
|
+
"@tarojs/taro-h5": "4.1.5-alpha.1",
|
|
42
|
+
"babel-plugin-transform-taroapi": "4.1.5-alpha.1"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@tarojs/taro": "4.1.
|
|
45
|
+
"@tarojs/taro": "4.1.5-alpha.1"
|
|
46
46
|
},
|
|
47
47
|
"scripts": {
|
|
48
48
|
"prod": "pnpm run build",
|