@tarojs/taro-h5 3.6.5 → 3.7.0-alpha.0
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/api/ai/index.d.ts +2 -2
- package/dist/api/base/index.d.ts +7 -7
- package/dist/api/canvas/index.d.ts +4 -4
- package/dist/api/device/index.d.ts +23 -23
- package/dist/api/index.d.ts +24 -24
- package/dist/api/index.js +1 -1
- package/dist/api/location/index.d.ts +2 -2
- package/dist/api/media/audio/InnerAudioContext.d.ts +1 -1
- package/dist/api/media/background-audio/BackgroundAudioManager.d.ts +1 -1
- package/dist/api/media/background-audio/index.d.ts +1 -1
- package/dist/api/media/image/index.d.ts +3 -3
- package/dist/api/media/index.d.ts +12 -12
- package/dist/api/network/index.d.ts +7 -7
- package/dist/api/network/index.js +1 -1
- package/dist/api/network/request/index.d.ts +2 -1
- package/dist/api/network/request/index.js +2 -1
- package/dist/api/network/request/index.js.map +1 -1
- package/dist/api/open-api/index.d.ts +18 -18
- package/dist/api/storage/index.d.ts +1 -1
- package/dist/api/taro.js +9 -4
- package/dist/api/taro.js.map +1 -1
- package/dist/api/ui/index.d.ts +12 -12
- package/dist/api/wxml/IntersectionObserver.js +7 -7
- package/dist/api/wxml/IntersectionObserver.js.map +1 -1
- package/dist/api/wxml/nodesRef.d.ts +1 -1
- package/dist/api/wxml/selectorQuery.d.ts +1 -1
- package/dist/index.cjs.d.ts +2 -1
- package/dist/index.cjs.js +18 -11
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +3 -3
- package/dist/index.esm.d.ts +2 -1
- package/dist/index.esm.js +18 -12
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/utils/index.d.ts +3 -3
- package/package.json +6 -6
package/dist/index.js
CHANGED
|
@@ -68,7 +68,7 @@ export { exitVoIPChat, joinVoIPChat, offVoIPChatInterrupted, offVoIPChatMembersC
|
|
|
68
68
|
export { exitMiniProgram, navigateBackMiniProgram, navigateToMiniProgram, openBusinessView, openEmbeddedMiniProgram } from './api/navigate/index.js';
|
|
69
69
|
export { downloadFile } from './api/network/download.js';
|
|
70
70
|
export { offLocalServiceDiscoveryStop, offLocalServiceFound, offLocalServiceLost, offLocalServiceResolveFail, onLocalServiceDiscoveryStop, onLocalServiceFound, onLocalServiceLost, onLocalServiceResolveFail, startLocalServiceDiscovery, stopLocalServiceDiscovery } from './api/network/mdns.js';
|
|
71
|
-
export { addInterceptor, request } from './api/network/request/index.js';
|
|
71
|
+
export { addInterceptor, cleanInterceptors, request } from './api/network/request/index.js';
|
|
72
72
|
export { createTCPSocket } from './api/network/tcp.js';
|
|
73
73
|
export { createUDPSocket } from './api/network/udp.js';
|
|
74
74
|
export { uploadFile } from './api/network/upload.js';
|
package/dist/utils/index.d.ts
CHANGED
|
@@ -35,6 +35,6 @@ declare function processOpenApi<TOptions = Record<string, unknown>, TResult exte
|
|
|
35
35
|
*/
|
|
36
36
|
declare function getCurrentPath(): string;
|
|
37
37
|
export { shouldBeObject, findDOM, getParameterError, toKebabCase, inlineStyle, setTransform, serializeParams, temporarilyNotSupport, weixinCorpSupport, permanentlyNotSupport, processOpenApi, getCurrentPath };
|
|
38
|
-
export * from "./animation
|
|
39
|
-
export * from "./lodash
|
|
40
|
-
export * from "./valid
|
|
38
|
+
export * from "./animation";
|
|
39
|
+
export * from "./lodash";
|
|
40
|
+
export * from "./valid";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tarojs/taro-h5",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.7.0-alpha.0",
|
|
4
4
|
"description": "Taro h5 framework",
|
|
5
5
|
"browser": "dist/index.esm.js",
|
|
6
6
|
"main:h5": "dist/index.js",
|
|
@@ -32,11 +32,11 @@
|
|
|
32
32
|
"jsonp-retry": "^1.0.3",
|
|
33
33
|
"query-string": "^7.1.1",
|
|
34
34
|
"whatwg-fetch": "^3.4.0",
|
|
35
|
-
"@tarojs/api": "3.
|
|
36
|
-
"@tarojs/components": "3.
|
|
37
|
-
"@tarojs/router": "3.
|
|
38
|
-
"@tarojs/runtime": "3.
|
|
39
|
-
"@tarojs/shared": "3.
|
|
35
|
+
"@tarojs/api": "3.7.0-alpha.0",
|
|
36
|
+
"@tarojs/components": "3.7.0-alpha.0",
|
|
37
|
+
"@tarojs/router": "3.7.0-alpha.0",
|
|
38
|
+
"@tarojs/runtime": "3.7.0-alpha.0",
|
|
39
|
+
"@tarojs/shared": "3.7.0-alpha.0"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@babel/core": "^7.14.5",
|