@tarojs/plugin-platform-h5 4.0.8-alpha.0 → 4.0.8-alpha.2

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.
@@ -2172,13 +2172,16 @@
2172
2172
  "hoverStayTime": "number"
2173
2173
  },
2174
2174
  "custom-wrapper": {},
2175
+ "double-tap-gesture-handler": {},
2175
2176
  "draggable-sheet": {},
2176
2177
  "editor": {},
2177
2178
  "follow-swan": {},
2179
+ "force-press-gesture-handler": {},
2178
2180
  "form": {},
2179
2181
  "functional-page-navigator": {},
2180
2182
  "grid-builder": {},
2181
2183
  "grid-view": {},
2184
+ "horizontal-drag-gesture-handler": {},
2182
2185
  "icon": {
2183
2186
  "color": "string",
2184
2187
  "size": "string | number",
@@ -2215,6 +2218,7 @@
2215
2218
  "live-player": {},
2216
2219
  "live-pusher": {},
2217
2220
  "login": {},
2221
+ "long-press-gesture-handler": {},
2218
2222
  "lottie": {},
2219
2223
  "map": {
2220
2224
  "circles": "MapProps.circle[]",
@@ -2282,6 +2286,7 @@
2282
2286
  "open-data": {},
2283
2287
  "page-container": {},
2284
2288
  "page-meta": {},
2289
+ "pan-gesture-handler": {},
2285
2290
  "picker": {
2286
2291
  "disabled": "boolean",
2287
2292
  "end": "string",
@@ -2342,6 +2347,8 @@
2342
2347
  "root-portal": {},
2343
2348
  "rtc-room": {},
2344
2349
  "rtc-room-item": {},
2350
+ "scale-gesture-handler": {},
2351
+ "script": {},
2345
2352
  "scroll-view": {
2346
2353
  "animated": "boolean",
2347
2354
  "lowerThreshold": "string | number",
@@ -2405,6 +2412,7 @@
2405
2412
  },
2406
2413
  "tab-item": {},
2407
2414
  "tabs": {},
2415
+ "tap-gesture-handler": {},
2408
2416
  "text": {
2409
2417
  "numberOfLines": "number",
2410
2418
  "selectable": "boolean",
@@ -2422,6 +2430,7 @@
2422
2430
  "placeholder": "string",
2423
2431
  "value": "string"
2424
2432
  },
2433
+ "vertical-drag-gesture-handler": {},
2425
2434
  "video": {
2426
2435
  "autoplay": "boolean",
2427
2436
  "controls": "boolean",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tarojs/plugin-platform-h5",
3
- "version": "4.0.8-alpha.0",
3
+ "version": "4.0.8-alpha.2",
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/runtime": "4.0.8-alpha.0",
36
- "@tarojs/components": "4.0.8-alpha.0",
37
- "@tarojs/components-react": "4.0.8-alpha.0",
38
- "@tarojs/service": "4.0.8-alpha.0",
39
- "@tarojs/shared": "4.0.8-alpha.0",
40
- "@tarojs/helper": "4.0.8-alpha.0",
41
- "@tarojs/taro-h5": "4.0.8-alpha.0",
42
- "babel-plugin-transform-taroapi": "4.0.8-alpha.0"
35
+ "@tarojs/components": "4.0.8-alpha.2",
36
+ "@tarojs/runtime": "4.0.8-alpha.2",
37
+ "@tarojs/service": "4.0.8-alpha.2",
38
+ "@tarojs/shared": "4.0.8-alpha.2",
39
+ "@tarojs/helper": "4.0.8-alpha.2",
40
+ "@tarojs/components-react": "4.0.8-alpha.2",
41
+ "@tarojs/taro-h5": "4.0.8-alpha.2",
42
+ "babel-plugin-transform-taroapi": "4.0.8-alpha.2"
43
43
  },
44
44
  "devDependencies": {
45
- "@tarojs/taro": "4.0.8-alpha.0"
45
+ "@tarojs/taro": "4.0.8-alpha.2"
46
46
  },
47
47
  "scripts": {
48
48
  "prod": "pnpm run build",