@tarojs/taro-h5 3.5.0-alpha.13 → 3.5.0-alpha.16
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/ad/index.d.ts +6 -0
- package/dist/api/ai/facial.d.ts +9 -0
- package/dist/api/ai/index.d.ts +2 -0
- package/dist/api/ai/visual.d.ts +6 -0
- package/dist/api/alipay/index.d.ts +3 -0
- package/dist/api/base/crypto.d.ts +3 -0
- package/dist/api/base/debug.d.ts +9 -0
- package/dist/api/base/index.d.ts +12 -0
- package/dist/api/base/performance.d.ts +6 -0
- package/dist/api/base/system.d.ts +27 -0
- package/dist/api/base/system.js +2 -2
- package/dist/api/base/update.d.ts +6 -0
- package/dist/api/base/weapp/app-event.d.ts +41 -0
- package/dist/api/base/weapp/app-event.js +55 -4
- package/dist/api/base/weapp/life-cycle.d.ts +6 -0
- package/dist/api/canvas/CanvasContext.d.ts +104 -0
- package/dist/api/canvas/canvasGetImageData.d.ts +5 -0
- package/dist/api/canvas/canvasPutImageData.d.ts +6 -0
- package/dist/api/canvas/canvasToTempFilePath.d.ts +6 -0
- package/dist/api/canvas/canvasToTempFilePath.js +1 -1
- package/dist/api/canvas/createCanvasContext.d.ts +5 -0
- package/dist/api/canvas/index.d.ts +12 -0
- package/dist/api/cloud/index.d.ts +31 -0
- package/dist/api/data-analysis/index.d.ts +12 -0
- package/dist/api/device/accelerometer.d.ts +17 -0
- package/dist/api/device/accessibility.d.ts +3 -0
- package/dist/api/device/battery.d.ts +5 -0
- package/dist/api/device/bluetooth-ble.d.ts +48 -0
- package/dist/api/device/bluetooth-peripheral.d.ts +9 -0
- package/dist/api/device/bluetooth.d.ts +39 -0
- package/dist/api/device/calendar.d.ts +6 -0
- package/dist/api/device/clipboard.d.ts +15 -0
- package/dist/api/device/compass.d.ts +17 -0
- package/dist/api/device/contact.d.ts +6 -0
- package/dist/api/device/crypto.d.ts +3 -0
- package/dist/api/device/gyroscope.d.ts +12 -0
- package/dist/api/device/iBeacon.d.ts +21 -0
- package/dist/api/device/index.d.ts +23 -0
- package/dist/api/device/keyboard.d.ts +12 -0
- package/dist/api/device/memory.d.ts +6 -0
- package/dist/api/device/motion.d.ts +17 -0
- package/dist/api/device/network.d.ts +20 -0
- package/dist/api/device/nfc.d.ts +21 -0
- package/dist/api/device/phone.d.ts +2 -0
- package/dist/api/device/scan.d.ts +3 -0
- package/dist/api/device/screen.d.ts +18 -0
- package/dist/api/device/vibrate.d.ts +9 -0
- package/dist/api/device/vibrate.js +5 -7
- package/dist/api/device/wifi.d.ts +33 -0
- package/dist/api/ext/index.d.ts +6 -0
- package/dist/api/files/index.d.ts +24 -0
- package/dist/api/framework/index.d.ts +4 -0
- package/dist/api/index.d.ts +24 -0
- package/dist/api/location/chooseLocation.d.ts +6 -0
- package/dist/api/location/getLocation.d.ts +2 -0
- package/dist/api/location/index.d.ts +32 -0
- package/dist/api/location/index.js +1 -0
- package/dist/api/media/EditorContext.d.ts +42 -0
- package/dist/api/media/audio/InnerAudioContext.d.ts +58 -0
- package/dist/api/media/audio/InnerAudioContext.js +1 -1
- package/dist/api/media/audio/index.d.ts +29 -0
- package/dist/api/media/background-audio/BackgroundAudioManager.d.ts +71 -0
- package/dist/api/media/background-audio/index.d.ts +29 -0
- package/dist/api/media/camera.d.ts +3 -0
- package/dist/api/media/image/chooseImage.d.ts +5 -0
- package/dist/api/media/image/getImageInfo.d.ts +5 -0
- package/dist/api/media/image/index.d.ts +15 -0
- package/dist/api/media/image/previewImage.d.ts +8 -0
- package/dist/api/media/index.d.ts +12 -0
- package/dist/api/media/live.d.ts +6 -0
- package/dist/api/media/map.d.ts +3 -0
- package/dist/api/media/media-recorder.d.ts +3 -0
- package/dist/api/media/recorder.d.ts +9 -0
- package/dist/api/media/video/index.d.ts +24 -0
- package/dist/api/media/video-decoder.d.ts +3 -0
- package/dist/api/media/video-processing.d.ts +3 -0
- package/dist/api/media/voip.d.ts +42 -0
- package/dist/api/navigate/index.d.ts +12 -0
- package/dist/api/network/download.d.ts +6 -0
- package/dist/api/network/download.js +1 -0
- package/dist/api/network/index.d.ts +7 -0
- package/dist/api/network/mdns.d.ts +30 -0
- package/dist/api/network/request/index.d.ts +4 -0
- package/dist/api/network/tcp.d.ts +3 -0
- package/dist/api/network/udp.d.ts +3 -0
- package/dist/api/network/upload.d.ts +5 -0
- package/dist/api/network/upload.js +2 -1
- package/{src/api/network/utils.ts → dist/api/network/utils.d.ts} +44 -71
- package/dist/api/network/utils.js +1 -0
- package/dist/api/network/websocket/index.d.ts +7 -0
- package/dist/api/network/websocket/socketTask.d.ts +25 -0
- package/dist/api/open-api/account.d.ts +3 -0
- package/dist/api/open-api/address.d.ts +3 -0
- package/dist/api/open-api/authorize.d.ts +6 -0
- package/dist/api/open-api/card.d.ts +6 -0
- package/dist/api/open-api/channels-live.d.ts +18 -0
- package/dist/api/open-api/customer-service.d.ts +3 -0
- package/dist/api/open-api/facial.d.ts +12 -0
- package/dist/api/open-api/favorites.d.ts +6 -0
- package/dist/api/open-api/group.d.ts +3 -0
- package/dist/api/open-api/index.d.ts +18 -0
- package/dist/api/open-api/invoice.d.ts +6 -0
- package/dist/api/open-api/license-plate.d.ts +3 -0
- package/dist/api/open-api/login.d.ts +9 -0
- package/dist/api/open-api/red-package.d.ts +3 -0
- package/dist/api/open-api/settings.d.ts +6 -0
- package/dist/api/open-api/soter.d.ts +9 -0
- package/dist/api/open-api/subscribe-message.d.ts +3 -0
- package/dist/api/open-api/user-info.d.ts +6 -0
- package/dist/api/open-api/werun.d.ts +6 -0
- package/dist/api/payment/index.d.ts +6 -0
- package/dist/api/route/index.d.ts +1 -0
- package/dist/api/share/index.d.ts +30 -0
- package/dist/api/storage/background-fetch.d.ts +12 -0
- package/dist/api/storage/index.d.ts +18 -0
- package/dist/api/swan/index.d.ts +63 -0
- package/dist/api/taro.d.ts +12 -0
- package/dist/api/ui/animation/index.d.ts +2 -0
- package/dist/api/ui/background.d.ts +6 -0
- package/dist/api/ui/custom-component.d.ts +1 -0
- package/dist/api/ui/fonts.d.ts +2 -0
- package/dist/api/ui/index.d.ts +12 -0
- package/dist/api/ui/interaction/actionSheet.d.ts +61 -0
- package/dist/api/ui/interaction/index.d.ts +14 -0
- package/dist/api/ui/interaction/modal.d.ts +69 -0
- package/dist/api/ui/interaction/modal.js +1 -0
- package/dist/api/ui/interaction/toast.d.ts +85 -0
- package/dist/api/ui/menu.d.ts +3 -0
- package/dist/api/ui/navigation-bar/index.d.ts +15 -0
- package/dist/api/ui/navigation-bar/index.js +2 -3
- package/dist/api/ui/pull-down-refresh.d.ts +9 -0
- package/dist/api/ui/scroll/index.d.ts +5 -0
- package/dist/api/ui/sticky.d.ts +3 -0
- package/dist/api/ui/tab-bar.d.ts +34 -0
- package/dist/api/ui/window.d.ts +15 -0
- package/dist/api/worker/index.d.ts +3 -0
- package/dist/api/wxml/index.d.ts +5 -0
- package/dist/api/wxml/nodesRef.d.ts +13 -0
- package/dist/api/wxml/selectorQuery.d.ts +24 -0
- package/dist/api/wxml/selectorQuery.js +1 -1
- package/dist/index.cjs.d.ts +1373 -0
- package/dist/index.cjs.js +105 -81
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +4 -0
- package/dist/index.esm.d.ts +1373 -0
- package/dist/index.esm.js +93 -69
- package/dist/index.esm.js.map +1 -1
- package/dist/taroApis.d.ts +1364 -0
- package/dist/taroApis.js +1 -1
- package/dist/utils/animation.d.ts +6 -0
- package/dist/utils/handler.d.ts +48 -0
- package/dist/utils/index.d.ts +39 -0
- package/dist/utils/index.js +3 -7
- package/dist/utils/lodash.d.ts +2 -0
- package/dist/utils/valid.d.ts +2 -0
- package/package.json +17 -19
- package/types/api.d.ts +4 -0
- package/types/define.d.ts +2 -0
- package/types/index.d.ts +33 -0
- package/types/overlay.d.ts +9 -0
- package/LICENSE +0 -21
- package/src/api/ad/index.ts +0 -5
- package/src/api/ai/facial.ts +0 -6
- package/src/api/ai/index.ts +0 -2
- package/src/api/ai/visual.ts +0 -7
- package/src/api/alipay/index.ts +0 -4
- package/src/api/base/crypto.ts +0 -4
- package/src/api/base/debug.ts +0 -5
- package/src/api/base/index.ts +0 -23
- package/src/api/base/performance.ts +0 -5
- package/src/api/base/system.ts +0 -207
- package/src/api/base/update.ts +0 -5
- package/src/api/base/weapp/app-event.ts +0 -19
- package/src/api/base/weapp/life-cycle.ts +0 -5
- package/src/api/canvas/CanvasContext.ts +0 -233
- package/src/api/canvas/canvasGetImageData.ts +0 -28
- package/src/api/canvas/canvasPutImageData.ts +0 -25
- package/src/api/canvas/canvasToTempFilePath.ts +0 -25
- package/src/api/canvas/createCanvasContext.ts +0 -19
- package/src/api/canvas/index.ts +0 -18
- package/src/api/cloud/index.ts +0 -32
- package/src/api/data-analysis/index.ts +0 -6
- package/src/api/device/accelerometer.ts +0 -79
- package/src/api/device/accessibility.ts +0 -4
- package/src/api/device/battery.ts +0 -23
- package/src/api/device/bluetooth-ble.ts +0 -19
- package/src/api/device/bluetooth-peripheral.ts +0 -6
- package/src/api/device/bluetooth.ts +0 -16
- package/src/api/device/calendar.ts +0 -5
- package/src/api/device/clipboard.ts +0 -68
- package/src/api/device/compass.ts +0 -83
- package/src/api/device/contact.ts +0 -5
- package/src/api/device/crypto.ts +0 -4
- package/src/api/device/gyroscope.ts +0 -7
- package/src/api/device/iBeacon.ts +0 -10
- package/src/api/device/index.ts +0 -23
- package/src/api/device/keyboard.ts +0 -7
- package/src/api/device/memory.ts +0 -5
- package/src/api/device/motion.ts +0 -77
- package/src/api/device/network.ts +0 -90
- package/src/api/device/nfc.ts +0 -10
- package/src/api/device/phone.ts +0 -31
- package/src/api/device/scan.ts +0 -11
- package/src/api/device/screen.ts +0 -9
- package/src/api/device/vibrate.ts +0 -37
- package/src/api/device/wifi.ts +0 -14
- package/src/api/ext/index.ts +0 -5
- package/src/api/files/index.ts +0 -11
- package/src/api/framework/index.ts +0 -10
- package/src/api/index.ts +0 -24
- package/src/api/location/chooseLocation.ts +0 -117
- package/src/api/location/getLocation.ts +0 -81
- package/src/api/location/index.ts +0 -22
- package/src/api/location/style.css +0 -79
- package/src/api/media/EditorContext.ts +0 -32
- package/src/api/media/audio/InnerAudioContext.ts +0 -99
- package/src/api/media/audio/index.ts +0 -21
- package/src/api/media/background-audio/BackgroundAudioManager.ts +0 -104
- package/src/api/media/background-audio/index.ts +0 -17
- package/src/api/media/camera.ts +0 -4
- package/src/api/media/image/chooseImage.ts +0 -95
- package/src/api/media/image/getImageInfo.ts +0 -50
- package/src/api/media/image/index.ts +0 -13
- package/src/api/media/image/previewImage.ts +0 -80
- package/src/api/media/index.ts +0 -12
- package/src/api/media/live.ts +0 -5
- package/src/api/media/map.ts +0 -4
- package/src/api/media/media-recorder.ts +0 -4
- package/src/api/media/recorder.ts +0 -6
- package/src/api/media/video/index.ts +0 -82
- package/src/api/media/video-decoder.ts +0 -4
- package/src/api/media/video-processing.ts +0 -4
- package/src/api/media/voip.ts +0 -17
- package/src/api/navigate/index.ts +0 -7
- package/src/api/network/download.ts +0 -141
- package/src/api/network/index.ts +0 -7
- package/src/api/network/mdns.ts +0 -13
- package/src/api/network/request/index.ts +0 -135
- package/src/api/network/tcp.ts +0 -4
- package/src/api/network/udp.ts +0 -4
- package/src/api/network/upload.ts +0 -169
- package/src/api/network/websocket/index.ts +0 -88
- package/src/api/network/websocket/socketTask.ts +0 -89
- package/src/api/open-api/account.ts +0 -4
- package/src/api/open-api/address.ts +0 -4
- package/src/api/open-api/authorize.ts +0 -5
- package/src/api/open-api/card.ts +0 -5
- package/src/api/open-api/channels-live.ts +0 -9
- package/src/api/open-api/customer-service.ts +0 -4
- package/src/api/open-api/facial.ts +0 -7
- package/src/api/open-api/favorites.ts +0 -5
- package/src/api/open-api/group.ts +0 -4
- package/src/api/open-api/index.ts +0 -18
- package/src/api/open-api/invoice.ts +0 -5
- package/src/api/open-api/license-plate.ts +0 -4
- package/src/api/open-api/login.ts +0 -6
- package/src/api/open-api/red-package.ts +0 -4
- package/src/api/open-api/settings.ts +0 -5
- package/src/api/open-api/soter.ts +0 -6
- package/src/api/open-api/subscribe-message.ts +0 -4
- package/src/api/open-api/user-info.ts +0 -5
- package/src/api/open-api/werun.ts +0 -5
- package/src/api/payment/index.ts +0 -5
- package/src/api/route/index.ts +0 -10
- package/src/api/share/index.ts +0 -13
- package/src/api/storage/background-fetch.ts +0 -7
- package/src/api/storage/index.ts +0 -182
- package/src/api/swan/index.ts +0 -31
- package/src/api/taro.ts +0 -84
- package/src/api/ui/animation/index.ts +0 -356
- package/src/api/ui/background.ts +0 -5
- package/src/api/ui/custom-component.ts +0 -4
- package/src/api/ui/fonts.ts +0 -64
- package/src/api/ui/index.ts +0 -12
- package/src/api/ui/interaction/actionSheet.ts +0 -212
- package/src/api/ui/interaction/index.ts +0 -302
- package/src/api/ui/interaction/modal.ts +0 -237
- package/src/api/ui/interaction/toast.ts +0 -220
- package/src/api/ui/menu.ts +0 -4
- package/src/api/ui/navigation-bar/index.ts +0 -52
- package/src/api/ui/pull-down-refresh.ts +0 -28
- package/src/api/ui/scroll/index.ts +0 -85
- package/src/api/ui/sticky.ts +0 -4
- package/src/api/ui/tab-bar.ts +0 -327
- package/src/api/ui/window.ts +0 -38
- package/src/api/worker/index.ts +0 -4
- package/src/api/wxml/index.ts +0 -10
- package/src/api/wxml/nodesRef.ts +0 -56
- package/src/api/wxml/selectorQuery.ts +0 -220
- package/src/index.ts +0 -6
- package/src/utils/animation.ts +0 -15
- package/src/utils/handler.ts +0 -105
- package/src/utils/index.ts +0 -184
- package/src/utils/lodash.ts +0 -30
- package/src/utils/valid.ts +0 -8
package/dist/index.esm.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import Taro from '@tarojs/api';
|
|
2
2
|
import { history, navigateBack, navigateTo, reLaunch, redirectTo, getCurrentPages, switchTab } from '@tarojs/router';
|
|
3
3
|
export { getCurrentPages, history, navigateBack, navigateTo, reLaunch, redirectTo, switchTab } from '@tarojs/router';
|
|
4
|
-
import {
|
|
4
|
+
import { hooks, Current as Current$1 } from '@tarojs/runtime';
|
|
5
5
|
import { fromByteArray, toByteArray } from 'base64-js';
|
|
6
|
-
import
|
|
7
|
-
import { stringify } from 'query-string';
|
|
6
|
+
import { getMobileDetect, setTitle } from '@tarojs/router/dist/utils/navigate';
|
|
7
|
+
import { parse, stringify } from 'query-string';
|
|
8
8
|
import 'whatwg-fetch';
|
|
9
9
|
import jsonpRetry from 'jsonp-retry';
|
|
10
10
|
|
|
@@ -74,12 +74,8 @@ function shouldBeObject(target) {
|
|
|
74
74
|
};
|
|
75
75
|
}
|
|
76
76
|
function findDOM(inst) {
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
const find = runtimeHooks.getDOMNode;
|
|
80
|
-
if (typeof find === 'function') {
|
|
81
|
-
return find(inst);
|
|
82
|
-
}
|
|
77
|
+
if (inst && hooks.isExist('getDOMNode')) {
|
|
78
|
+
return hooks.call('getDOMNode', inst);
|
|
83
79
|
}
|
|
84
80
|
const page = Current$1.page;
|
|
85
81
|
const path = page === null || page === void 0 ? void 0 : page.path;
|
|
@@ -264,13 +260,11 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
264
260
|
var extendStatics = function(d, b) {
|
|
265
261
|
extendStatics = Object.setPrototypeOf ||
|
|
266
262
|
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
267
|
-
function (d, b) { for (var p in b) if (
|
|
263
|
+
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
268
264
|
return extendStatics(d, b);
|
|
269
265
|
};
|
|
270
266
|
|
|
271
267
|
function __extends(d, b) {
|
|
272
|
-
if (typeof b !== "function" && b !== null)
|
|
273
|
-
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
274
268
|
extendStatics(d, b);
|
|
275
269
|
function __() { this.constructor = d; }
|
|
276
270
|
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
@@ -352,16 +346,13 @@ function __generator(thisArg, body) {
|
|
|
352
346
|
}
|
|
353
347
|
}
|
|
354
348
|
|
|
355
|
-
|
|
356
|
-
if (k2 === undefined) k2 = k;
|
|
357
|
-
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
358
|
-
}) : (function(o, m, k, k2) {
|
|
349
|
+
function __createBinding(o, m, k, k2) {
|
|
359
350
|
if (k2 === undefined) k2 = k;
|
|
360
351
|
o[k2] = m[k];
|
|
361
|
-
}
|
|
352
|
+
}
|
|
362
353
|
|
|
363
|
-
function __exportStar(m,
|
|
364
|
-
for (var p in m) if (p !== "default" && !
|
|
354
|
+
function __exportStar(m, exports) {
|
|
355
|
+
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) exports[p] = m[p];
|
|
365
356
|
}
|
|
366
357
|
|
|
367
358
|
function __values(o) {
|
|
@@ -393,31 +384,19 @@ function __read(o, n) {
|
|
|
393
384
|
return ar;
|
|
394
385
|
}
|
|
395
386
|
|
|
396
|
-
/** @deprecated */
|
|
397
387
|
function __spread() {
|
|
398
388
|
for (var ar = [], i = 0; i < arguments.length; i++)
|
|
399
389
|
ar = ar.concat(__read(arguments[i]));
|
|
400
390
|
return ar;
|
|
401
391
|
}
|
|
402
392
|
|
|
403
|
-
/** @deprecated */
|
|
404
393
|
function __spreadArrays() {
|
|
405
394
|
for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;
|
|
406
395
|
for (var r = Array(s), k = 0, i = 0; i < il; i++)
|
|
407
396
|
for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)
|
|
408
397
|
r[k] = a[j];
|
|
409
398
|
return r;
|
|
410
|
-
}
|
|
411
|
-
|
|
412
|
-
function __spreadArray(to, from, pack) {
|
|
413
|
-
if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
|
|
414
|
-
if (ar || !(i in from)) {
|
|
415
|
-
if (!ar) ar = Array.prototype.slice.call(from, 0, i);
|
|
416
|
-
ar[i] = from[i];
|
|
417
|
-
}
|
|
418
|
-
}
|
|
419
|
-
return to.concat(ar || Array.prototype.slice.call(from));
|
|
420
|
-
}
|
|
399
|
+
};
|
|
421
400
|
|
|
422
401
|
function __await(v) {
|
|
423
402
|
return this instanceof __await ? (this.v = v, this) : new __await(v);
|
|
@@ -454,17 +433,11 @@ function __makeTemplateObject(cooked, raw) {
|
|
|
454
433
|
return cooked;
|
|
455
434
|
};
|
|
456
435
|
|
|
457
|
-
var __setModuleDefault = Object.create ? (function(o, v) {
|
|
458
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
459
|
-
}) : function(o, v) {
|
|
460
|
-
o["default"] = v;
|
|
461
|
-
};
|
|
462
|
-
|
|
463
436
|
function __importStar(mod) {
|
|
464
437
|
if (mod && mod.__esModule) return mod;
|
|
465
438
|
var result = {};
|
|
466
|
-
if (mod != null) for (var k in mod) if (
|
|
467
|
-
|
|
439
|
+
if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];
|
|
440
|
+
result.default = mod;
|
|
468
441
|
return result;
|
|
469
442
|
}
|
|
470
443
|
|
|
@@ -472,17 +445,19 @@ function __importDefault(mod) {
|
|
|
472
445
|
return (mod && mod.__esModule) ? mod : { default: mod };
|
|
473
446
|
}
|
|
474
447
|
|
|
475
|
-
function __classPrivateFieldGet(receiver,
|
|
476
|
-
if (
|
|
477
|
-
|
|
478
|
-
|
|
448
|
+
function __classPrivateFieldGet(receiver, privateMap) {
|
|
449
|
+
if (!privateMap.has(receiver)) {
|
|
450
|
+
throw new TypeError("attempted to get private field on non-instance");
|
|
451
|
+
}
|
|
452
|
+
return privateMap.get(receiver);
|
|
479
453
|
}
|
|
480
454
|
|
|
481
|
-
function __classPrivateFieldSet(receiver,
|
|
482
|
-
if (
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
455
|
+
function __classPrivateFieldSet(receiver, privateMap, value) {
|
|
456
|
+
if (!privateMap.has(receiver)) {
|
|
457
|
+
throw new TypeError("attempted to set private field on non-instance");
|
|
458
|
+
}
|
|
459
|
+
privateMap.set(receiver, value);
|
|
460
|
+
return value;
|
|
486
461
|
}
|
|
487
462
|
|
|
488
463
|
class MethodHandler {
|
|
@@ -614,7 +589,7 @@ const getSystemSetting = () => {
|
|
|
614
589
|
};
|
|
615
590
|
/** 获取设备设置 */
|
|
616
591
|
const getDeviceInfo = () => {
|
|
617
|
-
const md =
|
|
592
|
+
const md = getMobileDetect();
|
|
618
593
|
const info = {
|
|
619
594
|
/** 应用二进制接口类型(仅 Android 支持) */
|
|
620
595
|
abi: '',
|
|
@@ -750,6 +725,34 @@ const getSystemInfo = (options = {}) => __awaiter(void 0, void 0, void 0, functi
|
|
|
750
725
|
const updateWeChatApp = temporarilyNotSupport('updateWeChatApp');
|
|
751
726
|
const getUpdateManager = temporarilyNotSupport('getUpdateManager');
|
|
752
727
|
|
|
728
|
+
const appShowCallbackManager = new CallbackManager();
|
|
729
|
+
const appHideCallbackManager = new CallbackManager();
|
|
730
|
+
const getApp$1 = () => {
|
|
731
|
+
var _a;
|
|
732
|
+
const path = (_a = Taro.Current.page) === null || _a === void 0 ? void 0 : _a.path;
|
|
733
|
+
return {
|
|
734
|
+
/** 小程序切前台的路径 */
|
|
735
|
+
path: path === null || path === void 0 ? void 0 : path.substring(0, path.indexOf('?')),
|
|
736
|
+
/** 小程序切前台的 query 参数 */
|
|
737
|
+
query: parse(location.search),
|
|
738
|
+
/** 来源信息。 */
|
|
739
|
+
referrerInfo: {},
|
|
740
|
+
/** 小程序切前台的[场景值](https://developers.weixin.qq.com/miniprogram/dev/framework/app-service/scene.html) */
|
|
741
|
+
scene: 0,
|
|
742
|
+
/** shareTicket,详见[获取更多转发信息](https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/share.html) */
|
|
743
|
+
shareTicket: ''
|
|
744
|
+
};
|
|
745
|
+
};
|
|
746
|
+
const appShowListener = () => {
|
|
747
|
+
if (document.visibilityState !== 'hidden') {
|
|
748
|
+
appShowCallbackManager.trigger(getApp$1());
|
|
749
|
+
}
|
|
750
|
+
};
|
|
751
|
+
const appHideListener = () => {
|
|
752
|
+
if (document.visibilityState === 'hidden') {
|
|
753
|
+
appHideCallbackManager.trigger(getApp$1());
|
|
754
|
+
}
|
|
755
|
+
};
|
|
753
756
|
// 应用级事件
|
|
754
757
|
const onUnhandledRejection = temporarilyNotSupport('onUnhandledRejection');
|
|
755
758
|
const onThemeChange = temporarilyNotSupport('onThemeChange');
|
|
@@ -757,16 +760,36 @@ const onPageNotFound = temporarilyNotSupport('onPageNotFound');
|
|
|
757
760
|
const onError = temporarilyNotSupport('onError');
|
|
758
761
|
const onAudioInterruptionEnd = temporarilyNotSupport('onAudioInterruptionEnd');
|
|
759
762
|
const onAudioInterruptionBegin = temporarilyNotSupport('onAudioInterruptionBegin');
|
|
760
|
-
const onAppShow =
|
|
761
|
-
|
|
763
|
+
const onAppShow = callback => {
|
|
764
|
+
appShowCallbackManager.add(callback);
|
|
765
|
+
if (appShowCallbackManager.count() === 1) {
|
|
766
|
+
window.addEventListener('visibilitychange', appShowListener);
|
|
767
|
+
}
|
|
768
|
+
};
|
|
769
|
+
const onAppHide = callback => {
|
|
770
|
+
appHideCallbackManager.add(callback);
|
|
771
|
+
if (appHideCallbackManager.count() === 1) {
|
|
772
|
+
window.addEventListener('visibilitychange', appHideListener);
|
|
773
|
+
}
|
|
774
|
+
};
|
|
762
775
|
const offUnhandledRejection = temporarilyNotSupport('offUnhandledRejection');
|
|
763
776
|
const offThemeChange = temporarilyNotSupport('offThemeChange');
|
|
764
777
|
const offPageNotFound = temporarilyNotSupport('offPageNotFound');
|
|
765
778
|
const offError = temporarilyNotSupport('offError');
|
|
766
779
|
const offAudioInterruptionEnd = temporarilyNotSupport('offAudioInterruptionEnd');
|
|
767
780
|
const offAudioInterruptionBegin = temporarilyNotSupport('offAudioInterruptionBegin');
|
|
768
|
-
const offAppShow =
|
|
769
|
-
|
|
781
|
+
const offAppShow = callback => {
|
|
782
|
+
appShowCallbackManager.remove(callback);
|
|
783
|
+
if (appShowCallbackManager.count() === 0) {
|
|
784
|
+
window.removeEventListener('visibilitychange', appShowListener);
|
|
785
|
+
}
|
|
786
|
+
};
|
|
787
|
+
const offAppHide = callback => {
|
|
788
|
+
appHideCallbackManager.remove(callback);
|
|
789
|
+
if (appHideCallbackManager.count() === 0) {
|
|
790
|
+
window.removeEventListener('visibilitychange', appHideListener);
|
|
791
|
+
}
|
|
792
|
+
};
|
|
770
793
|
|
|
771
794
|
// 生命周期
|
|
772
795
|
const getLaunchOptionsSync = temporarilyNotSupport('getLaunchOptionsSync');
|
|
@@ -999,7 +1022,7 @@ const canvasToTempFilePath = ({ canvasId, fileType, quality, success, fail, comp
|
|
|
999
1022
|
const el = findDOM(inst);
|
|
1000
1023
|
const canvas = el === null || el === void 0 ? void 0 : el.querySelector(`canvas[canvas-id="${canvasId}"]`);
|
|
1001
1024
|
try {
|
|
1002
|
-
const dataURL = canvas === null || canvas === void 0 ? void 0 : canvas.toDataURL(`image/${fileType || 'png'}`, quality);
|
|
1025
|
+
const dataURL = canvas === null || canvas === void 0 ? void 0 : canvas.toDataURL(`image/${(fileType === 'jpg' ? 'jpeg' : fileType) || 'png'}`, quality);
|
|
1003
1026
|
return handle.success({
|
|
1004
1027
|
tempFilePath: dataURL
|
|
1005
1028
|
});
|
|
@@ -1761,7 +1784,7 @@ const vibrator = function vibrator(mm) {
|
|
|
1761
1784
|
return window.navigator.vibrate(mm);
|
|
1762
1785
|
}
|
|
1763
1786
|
catch (e) {
|
|
1764
|
-
console.warn('当前浏览器不支持vibrate');
|
|
1787
|
+
console.warn('当前浏览器不支持 vibrate。');
|
|
1765
1788
|
}
|
|
1766
1789
|
};
|
|
1767
1790
|
/**
|
|
@@ -1769,12 +1792,11 @@ const vibrator = function vibrator(mm) {
|
|
|
1769
1792
|
*/
|
|
1770
1793
|
const vibrateShort = ({ success, fail, complete } = {}) => {
|
|
1771
1794
|
const handle = new MethodHandler({ name: 'vibrateShort', success, fail, complete });
|
|
1772
|
-
if (vibrator) {
|
|
1773
|
-
vibrator(15);
|
|
1795
|
+
if (vibrator(15)) {
|
|
1774
1796
|
return handle.success();
|
|
1775
1797
|
}
|
|
1776
1798
|
else {
|
|
1777
|
-
return handle.fail();
|
|
1799
|
+
return handle.fail({ errMsg: 'style is not support' });
|
|
1778
1800
|
}
|
|
1779
1801
|
};
|
|
1780
1802
|
/**
|
|
@@ -1782,12 +1804,11 @@ const vibrateShort = ({ success, fail, complete } = {}) => {
|
|
|
1782
1804
|
*/
|
|
1783
1805
|
const vibrateLong = ({ success, fail, complete } = {}) => {
|
|
1784
1806
|
const handle = new MethodHandler({ name: 'vibrateLong', success, fail, complete });
|
|
1785
|
-
if (vibrator) {
|
|
1786
|
-
vibrator(400);
|
|
1807
|
+
if (vibrator(400)) {
|
|
1787
1808
|
return handle.success();
|
|
1788
1809
|
}
|
|
1789
1810
|
else {
|
|
1790
|
-
return handle.fail();
|
|
1811
|
+
return handle.fail({ errMsg: 'style is not support' });
|
|
1791
1812
|
}
|
|
1792
1813
|
};
|
|
1793
1814
|
|
|
@@ -2025,6 +2046,7 @@ const onLocationChange = temporarilyNotSupport('onLocationChange');
|
|
|
2025
2046
|
const offLocationChangeError = temporarilyNotSupport('offLocationChangeError');
|
|
2026
2047
|
const offLocationChange = temporarilyNotSupport('offLocationChange');
|
|
2027
2048
|
const choosePoi = temporarilyNotSupport('choosePoi');
|
|
2049
|
+
const getFuzzyLocation = temporarilyNotSupport('getFuzzyLocation');
|
|
2028
2050
|
|
|
2029
2051
|
class InnerAudioContext {
|
|
2030
2052
|
constructor() {
|
|
@@ -2088,7 +2110,7 @@ class InnerAudioContext {
|
|
|
2088
2110
|
get duration() { var _a; return ((_a = this.Instance) === null || _a === void 0 ? void 0 : _a.duration) || 0; }
|
|
2089
2111
|
set loop(e) { this.setProperty('loop', e); }
|
|
2090
2112
|
get loop() { var _a; return ((_a = this.Instance) === null || _a === void 0 ? void 0 : _a.loop) || false; }
|
|
2091
|
-
get paused() { var _a; return ((_a = this.Instance) === null || _a === void 0 ? void 0 : _a.paused)
|
|
2113
|
+
get paused() { var _a, _b; return (_b = (_a = this.Instance) === null || _a === void 0 ? void 0 : _a.paused) !== null && _b !== void 0 ? _b : true; }
|
|
2092
2114
|
set src(e) { this.setProperty('src', e); }
|
|
2093
2115
|
get src() { var _a; return ((_a = this.Instance) === null || _a === void 0 ? void 0 : _a.src) || ''; }
|
|
2094
2116
|
set volume(e) { this.setProperty('volume', e); }
|
|
@@ -2594,6 +2616,7 @@ const convertObjectUrlToBlob = url => {
|
|
|
2594
2616
|
const xhr = new XMLHttpRequest();
|
|
2595
2617
|
xhr.open('GET', url, true);
|
|
2596
2618
|
xhr.responseType = 'blob';
|
|
2619
|
+
xhr.withCredentials = true;
|
|
2597
2620
|
xhr.onload = function () {
|
|
2598
2621
|
if (this.status === 200) {
|
|
2599
2622
|
resolve(this.response);
|
|
@@ -2616,6 +2639,7 @@ const createDownloadTask = ({ url, header, success, error }) => {
|
|
|
2616
2639
|
progressUpdate: new CallbackManager()
|
|
2617
2640
|
};
|
|
2618
2641
|
xhr.open('GET', url, true);
|
|
2642
|
+
xhr.withCredentials = true;
|
|
2619
2643
|
xhr.responseType = 'blob';
|
|
2620
2644
|
setHeader(xhr, header);
|
|
2621
2645
|
xhr.onprogress = e => {
|
|
@@ -2885,6 +2909,7 @@ const createUploadTask = ({ url, filePath, formData = {}, name, header, timeout,
|
|
|
2885
2909
|
progressUpdate: new CallbackManager()
|
|
2886
2910
|
};
|
|
2887
2911
|
xhr.open('POST', url);
|
|
2912
|
+
xhr.withCredentials = true;
|
|
2888
2913
|
setHeader(xhr, header);
|
|
2889
2914
|
for (formKey in formData) {
|
|
2890
2915
|
form.append(formKey, formData[formKey]);
|
|
@@ -2894,7 +2919,7 @@ const createUploadTask = ({ url, filePath, formData = {}, name, header, timeout,
|
|
|
2894
2919
|
callbackManager.progressUpdate.trigger({
|
|
2895
2920
|
progress: Math.round(loaded / total * 100),
|
|
2896
2921
|
totalBytesSent: loaded,
|
|
2897
|
-
|
|
2922
|
+
totalBytesExpectedToSend: total
|
|
2898
2923
|
});
|
|
2899
2924
|
};
|
|
2900
2925
|
xhr.onreadystatechange = () => {
|
|
@@ -3939,6 +3964,7 @@ class Modal {
|
|
|
3939
3964
|
this.text.setAttribute('style', inlineStyle(textStyle));
|
|
3940
3965
|
}
|
|
3941
3966
|
else {
|
|
3967
|
+
this.title.textContent = '';
|
|
3942
3968
|
// block => none
|
|
3943
3969
|
this.title.style.display = 'none';
|
|
3944
3970
|
const textCSS = Object.assign(Object.assign({}, textStyle), { padding: '40px 20px 26px', color: '#353535' });
|
|
@@ -4436,9 +4462,7 @@ function setNavigationBarTitle(options) {
|
|
|
4436
4462
|
})
|
|
4437
4463
|
});
|
|
4438
4464
|
}
|
|
4439
|
-
|
|
4440
|
-
document.title = title;
|
|
4441
|
-
}
|
|
4465
|
+
setTitle(title);
|
|
4442
4466
|
return handle.success();
|
|
4443
4467
|
}
|
|
4444
4468
|
/**
|
|
@@ -4945,7 +4969,7 @@ function filter(fields, dom, selector) {
|
|
|
4945
4969
|
}
|
|
4946
4970
|
}
|
|
4947
4971
|
else {
|
|
4948
|
-
// TODO https://developers.weixin.qq.com/miniprogram/dev/
|
|
4972
|
+
// TODO https://developers.weixin.qq.com/miniprogram/dev/api/ui/scroll/ScrollViewContext.html
|
|
4949
4973
|
// if (/^taro-scroll-view-core/i.test(tagName))
|
|
4950
4974
|
res.nodeCanvasType = '';
|
|
4951
4975
|
res.node = dom;
|
|
@@ -5166,5 +5190,5 @@ taro.initPxTransform = initPxTransform;
|
|
|
5166
5190
|
// @ts-ignore
|
|
5167
5191
|
taro.canIUseWebp = canIUseWebp;
|
|
5168
5192
|
|
|
5169
|
-
export { Behavior, Current, ENV_TYPE, Events, Link, addCard, addFileToFavorites, addInterceptor, addPhoneCalendar, addPhoneContact, addPhoneRepeatCalendar, addVideoToFavorites, advancedGeneralIdentify, animalClassify, arrayBufferToBase64, authPrivateMessage, authorize, authorizeForMiniProgram, base64ToArrayBuffer, canIUse, canIUseWebp, canvasGetImageData, canvasPutImageData, canvasToTempFilePath, carClassify, checkIsOpenAccessibility, checkIsSoterEnrolledInDevice, checkIsSupportFacialRecognition, checkIsSupportSoterAuthentication, checkSession, chooseAddress, chooseContact, chooseImage, chooseInvoice, chooseInvoiceTitle, chooseLicensePlate, chooseLocation, chooseMedia, chooseMessageFile, choosePoi, chooseVideo, clearStorage, clearStorageSync, closeBLEConnection, closeBluetoothAdapter, closeSocket, cloud, compressImage, compressVideo, connectSocket, connectWifi, createAnimation, createAudioContext, createBLEConnection, createBLEPeripheralServer, createBufferURL, createCameraContext, createCanvasContext, createInnerAudioContext, createIntersectionObserver, createInterstitialAd, createLivePlayerContext, createLivePusherContext, createMapContext, createMediaAudioPlayer, createMediaContainer, createMediaRecorder, createOffscreenCanvas, createRewardedVideoAd, createSelectorQuery, createTCPSocket, createUDPSocket, createVKSession, createVideoContext, createVideoDecoder, createWebAudioContext, createWorker, taro as default, disableAlertBeforeUnload, dishClassify, downloadFile, enableAlertBeforeUnload, eventCenter, exitMiniProgram, exitVoIPChat, faceDetect, faceVerifyForPay, getAccountInfoSync, getApp, getAppAuthorizeSetting, getAppBaseInfo, getAvailableAudioSources, getBLEDeviceCharacteristics, getBLEDeviceRSSI, getBLEDeviceServices, getBLEMTU, getBackgroundAudioManager, getBackgroundAudioPlayerState, getBackgroundFetchData, getBackgroundFetchToken, getBatteryInfo, getBatteryInfoSync, getBeacons, getBluetoothAdapterState, getBluetoothDevices, getChannelsLiveInfo, getChannelsLiveNoticeInfo, getClipboardData, getConnectedBluetoothDevices, getConnectedWifi, getCurrentInstance, getDeviceInfo, getEnterOptionsSync, getEnv, getExptInfoSync, getExtConfig, getExtConfigSync, getFileInfo, getFileSystemManager, getGroupEnterInfo, getHCEState, getImageInfo, getLaunchOptionsSync, getLocalIPAddress, getLocation, getLogManager, getMenuButtonBoundingClientRect, getNFCAdapter, getNetworkType, getOpenUserInfo, getPerformance, getRandomValues, getRealtimeLogManager, getRecorderManager, getSavedFileInfo, getSavedFileList, getScreenBrightness, getSelectedTextRange, getSetting, getShareInfo, getStorage, getStorageInfo, getStorageInfoSync, getStorageSync, getSwanId, getSystemInfo, getSystemInfoAsync, getSystemInfoSync, getSystemSetting, getUpdateManager, getUserCryptoManager, getUserInfo, getUserProfile, getVideoInfo, getWeRunData, getWifiList, getWindowInfo, hideHomeButton, hideKeyboard, hideLoading, hideNavigationBarLoading, hideShareMenu, hideTabBar, hideTabBarRedDot, hideToast, imageAudit, initFaceDetect, initPxTransform, initTabBarApis, interceptors, isBluetoothDevicePaired, isVKSupport, joinVoIPChat, loadFontFace, login, logoClassify, makeBluetoothPair, makePhoneCall, navigateBackMiniProgram, navigateBackSmartProgram, navigateToMiniProgram, navigateToSmartGameProgram, navigateToSmartProgram, nextTick, notifyBLECharacteristicValueChange, objectDetectIdentify, ocrBankCard, ocrDrivingLicense, ocrIdCard, ocrVehicleLicense, offAccelerometerChange, offAppHide, offAppShow, offAudioInterruptionBegin, offAudioInterruptionEnd, offBLECharacteristicValueChange, offBLEConnectionStateChange, offBLEMTUChange, offBLEPeripheralConnectionStateChanged, offBeaconServiceChange, offBeaconUpdate, offBluetoothAdapterStateChange, offBluetoothDeviceFound, offCompassChange, offCopyUrl, offDeviceMotionChange, offError, offGetWifiList, offGyroscopeChange, offHCEMessage, offKeyboardHeightChange, offLocalServiceDiscoveryStop, offLocalServiceFound, offLocalServiceLost, offLocalServiceResolveFail, offLocationChange, offLocationChangeError, offMemoryWarning, offNetworkStatusChange, offNetworkWeakChange, offPageNotFound, offThemeChange, offUnhandledRejection, offUserCaptureScreen, offVoIPChatInterrupted, offVoIPChatMembersChanged, offVoIPChatStateChanged, offVoIPVideoMembersChanged, offWifiConnected, offWindowResize, onAccelerometerChange, onAppHide, onAppShow, onAudioInterruptionBegin, onAudioInterruptionEnd, onBLECharacteristicValueChange, onBLEConnectionStateChange, onBLEMTUChange, onBLEPeripheralConnectionStateChanged, onBackgroundAudioPause, onBackgroundAudioPlay, onBackgroundAudioStop, onBackgroundFetchData, onBeaconServiceChange, onBeaconUpdate, onBluetoothAdapterStateChange, onBluetoothDeviceFound, onCompassChange, onCopyUrl, onDeviceMotionChange, onError, onGetWifiList, onGyroscopeChange, onHCEMessage, onKeyboardHeightChange, onLocalServiceDiscoveryStop, onLocalServiceFound, onLocalServiceLost, onLocalServiceResolveFail, onLocationChange, onLocationChangeError, onMemoryWarning, onNetworkStatusChange, onNetworkWeakChange, onPageNotFound, onSocketClose, onSocketError, onSocketMessage, onSocketOpen, onThemeChange, onUnhandledRejection, onUserCaptureScreen, onVoIPChatInterrupted, onVoIPChatMembersChanged, onVoIPChatSpeakersChanged, onVoIPChatStateChanged, onVoIPVideoMembersChanged, onWifiConnected, onWifiConnectedWithPartialInfo, onWindowResize, openAppAuthorizeSetting, openBluetoothAdapter, openCard, openChannelsActivity, openChannelsEvent, openChannelsLive, openCustomerServiceChat, openDocument, openEmbeddedMiniProgram, openLocation, openSetting, openSystemBluetoothSetting, openVideoEditor, options, pageScrollTo, pauseBackgroundAudio, pauseVoice, plantClassify, playBackgroundAudio, playVoice, pluginLogin, preload, preloadSubPackage, previewImage, previewMedia, pxTransform, readBLECharacteristicValue, removeSavedFile, removeStorage, removeStorageSync, removeTabBarBadge, reportAnalytics, reportEvent, reportMonitor, reportPerformance, request, requestOrderPayment, requestPayment, requestPolymerPayment, requestSubscribeMessage, requirePlugin, reserveChannelsLive, revokeBufferURL, saveFile, saveFileToDisk, saveImageToPhotosAlbum, saveVideoToPhotosAlbum, scanCode, seekBackgroundAudio, sendHCEMessage, sendSocketMessage, setBLEMTU, setBackgroundColor, setBackgroundFetchToken, setBackgroundTextStyle, setClipboardData, setEnable1v1Chat, setEnableDebug, setInnerAudioOption, setKeepScreenOn, setNavigationBarColor, setNavigationBarTitle, setPageInfo, setScreenBrightness, setStorage, setStorageSync, setTabBarBadge, setTabBarItem, setTabBarStyle, setTopBarText, setVisualEffectOnCapture, setWifiList, setWindowSize, shareFileMessage, shareToWeRun, shareVideoMessage, showActionSheet, showLoading, showModal, showNavigationBarLoading, showRedPackage, showShareImageMenu, showShareMenu, showTabBar, showTabBarRedDot, showToast, startAccelerometer, startBeaconDiscovery, startBluetoothDevicesDiscovery, startCompass, startDeviceMotionListening, startFacialRecognitionVerify, startFacialRecognitionVerifyAndUploadVideo, startGyroscope, startHCE, startLocalServiceDiscovery, startLocationUpdate, startLocationUpdateBackground, startPullDownRefresh, startRecord, startSoterAuthentication, startWifi, stopAccelerometer, stopBackgroundAudio, stopBeaconDiscovery, stopBluetoothDevicesDiscovery, stopCompass, stopDeviceMotionListening, stopFaceDetect, stopGyroscope, stopHCE, stopLocalServiceDiscovery, stopLocationUpdate, stopPullDownRefresh, stopRecord, stopVoice, stopWifi, subscribeVoIPVideoMembers, textReview, textToAudio, updateShareMenu, updateVoIPChatMuteConfig, updateWeChatApp, uploadFile, vibrateLong, vibrateShort, writeBLECharacteristicValue };
|
|
5193
|
+
export { Behavior, Current, ENV_TYPE, Events, Link, addCard, addFileToFavorites, addInterceptor, addPhoneCalendar, addPhoneContact, addPhoneRepeatCalendar, addVideoToFavorites, advancedGeneralIdentify, animalClassify, arrayBufferToBase64, authPrivateMessage, authorize, authorizeForMiniProgram, base64ToArrayBuffer, canIUse, canIUseWebp, canvasGetImageData, canvasPutImageData, canvasToTempFilePath, carClassify, checkIsOpenAccessibility, checkIsSoterEnrolledInDevice, checkIsSupportFacialRecognition, checkIsSupportSoterAuthentication, checkSession, chooseAddress, chooseContact, chooseImage, chooseInvoice, chooseInvoiceTitle, chooseLicensePlate, chooseLocation, chooseMedia, chooseMessageFile, choosePoi, chooseVideo, clearStorage, clearStorageSync, closeBLEConnection, closeBluetoothAdapter, closeSocket, cloud, compressImage, compressVideo, connectSocket, connectWifi, createAnimation, createAudioContext, createBLEConnection, createBLEPeripheralServer, createBufferURL, createCameraContext, createCanvasContext, createInnerAudioContext, createIntersectionObserver, createInterstitialAd, createLivePlayerContext, createLivePusherContext, createMapContext, createMediaAudioPlayer, createMediaContainer, createMediaRecorder, createOffscreenCanvas, createRewardedVideoAd, createSelectorQuery, createTCPSocket, createUDPSocket, createVKSession, createVideoContext, createVideoDecoder, createWebAudioContext, createWorker, taro as default, disableAlertBeforeUnload, dishClassify, downloadFile, enableAlertBeforeUnload, eventCenter, exitMiniProgram, exitVoIPChat, faceDetect, faceVerifyForPay, getAccountInfoSync, getApp, getAppAuthorizeSetting, getAppBaseInfo, getAvailableAudioSources, getBLEDeviceCharacteristics, getBLEDeviceRSSI, getBLEDeviceServices, getBLEMTU, getBackgroundAudioManager, getBackgroundAudioPlayerState, getBackgroundFetchData, getBackgroundFetchToken, getBatteryInfo, getBatteryInfoSync, getBeacons, getBluetoothAdapterState, getBluetoothDevices, getChannelsLiveInfo, getChannelsLiveNoticeInfo, getClipboardData, getConnectedBluetoothDevices, getConnectedWifi, getCurrentInstance, getDeviceInfo, getEnterOptionsSync, getEnv, getExptInfoSync, getExtConfig, getExtConfigSync, getFileInfo, getFileSystemManager, getFuzzyLocation, getGroupEnterInfo, getHCEState, getImageInfo, getLaunchOptionsSync, getLocalIPAddress, getLocation, getLogManager, getMenuButtonBoundingClientRect, getNFCAdapter, getNetworkType, getOpenUserInfo, getPerformance, getRandomValues, getRealtimeLogManager, getRecorderManager, getSavedFileInfo, getSavedFileList, getScreenBrightness, getSelectedTextRange, getSetting, getShareInfo, getStorage, getStorageInfo, getStorageInfoSync, getStorageSync, getSwanId, getSystemInfo, getSystemInfoAsync, getSystemInfoSync, getSystemSetting, getUpdateManager, getUserCryptoManager, getUserInfo, getUserProfile, getVideoInfo, getWeRunData, getWifiList, getWindowInfo, hideHomeButton, hideKeyboard, hideLoading, hideNavigationBarLoading, hideShareMenu, hideTabBar, hideTabBarRedDot, hideToast, imageAudit, initFaceDetect, initPxTransform, initTabBarApis, interceptors, isBluetoothDevicePaired, isVKSupport, joinVoIPChat, loadFontFace, login, logoClassify, makeBluetoothPair, makePhoneCall, navigateBackMiniProgram, navigateBackSmartProgram, navigateToMiniProgram, navigateToSmartGameProgram, navigateToSmartProgram, nextTick, notifyBLECharacteristicValueChange, objectDetectIdentify, ocrBankCard, ocrDrivingLicense, ocrIdCard, ocrVehicleLicense, offAccelerometerChange, offAppHide, offAppShow, offAudioInterruptionBegin, offAudioInterruptionEnd, offBLECharacteristicValueChange, offBLEConnectionStateChange, offBLEMTUChange, offBLEPeripheralConnectionStateChanged, offBeaconServiceChange, offBeaconUpdate, offBluetoothAdapterStateChange, offBluetoothDeviceFound, offCompassChange, offCopyUrl, offDeviceMotionChange, offError, offGetWifiList, offGyroscopeChange, offHCEMessage, offKeyboardHeightChange, offLocalServiceDiscoveryStop, offLocalServiceFound, offLocalServiceLost, offLocalServiceResolveFail, offLocationChange, offLocationChangeError, offMemoryWarning, offNetworkStatusChange, offNetworkWeakChange, offPageNotFound, offThemeChange, offUnhandledRejection, offUserCaptureScreen, offVoIPChatInterrupted, offVoIPChatMembersChanged, offVoIPChatStateChanged, offVoIPVideoMembersChanged, offWifiConnected, offWindowResize, onAccelerometerChange, onAppHide, onAppShow, onAudioInterruptionBegin, onAudioInterruptionEnd, onBLECharacteristicValueChange, onBLEConnectionStateChange, onBLEMTUChange, onBLEPeripheralConnectionStateChanged, onBackgroundAudioPause, onBackgroundAudioPlay, onBackgroundAudioStop, onBackgroundFetchData, onBeaconServiceChange, onBeaconUpdate, onBluetoothAdapterStateChange, onBluetoothDeviceFound, onCompassChange, onCopyUrl, onDeviceMotionChange, onError, onGetWifiList, onGyroscopeChange, onHCEMessage, onKeyboardHeightChange, onLocalServiceDiscoveryStop, onLocalServiceFound, onLocalServiceLost, onLocalServiceResolveFail, onLocationChange, onLocationChangeError, onMemoryWarning, onNetworkStatusChange, onNetworkWeakChange, onPageNotFound, onSocketClose, onSocketError, onSocketMessage, onSocketOpen, onThemeChange, onUnhandledRejection, onUserCaptureScreen, onVoIPChatInterrupted, onVoIPChatMembersChanged, onVoIPChatSpeakersChanged, onVoIPChatStateChanged, onVoIPVideoMembersChanged, onWifiConnected, onWifiConnectedWithPartialInfo, onWindowResize, openAppAuthorizeSetting, openBluetoothAdapter, openCard, openChannelsActivity, openChannelsEvent, openChannelsLive, openCustomerServiceChat, openDocument, openEmbeddedMiniProgram, openLocation, openSetting, openSystemBluetoothSetting, openVideoEditor, options, pageScrollTo, pauseBackgroundAudio, pauseVoice, plantClassify, playBackgroundAudio, playVoice, pluginLogin, preload, preloadSubPackage, previewImage, previewMedia, pxTransform, readBLECharacteristicValue, removeSavedFile, removeStorage, removeStorageSync, removeTabBarBadge, reportAnalytics, reportEvent, reportMonitor, reportPerformance, request, requestOrderPayment, requestPayment, requestPolymerPayment, requestSubscribeMessage, requirePlugin, reserveChannelsLive, revokeBufferURL, saveFile, saveFileToDisk, saveImageToPhotosAlbum, saveVideoToPhotosAlbum, scanCode, seekBackgroundAudio, sendHCEMessage, sendSocketMessage, setBLEMTU, setBackgroundColor, setBackgroundFetchToken, setBackgroundTextStyle, setClipboardData, setEnable1v1Chat, setEnableDebug, setInnerAudioOption, setKeepScreenOn, setNavigationBarColor, setNavigationBarTitle, setPageInfo, setScreenBrightness, setStorage, setStorageSync, setTabBarBadge, setTabBarItem, setTabBarStyle, setTopBarText, setVisualEffectOnCapture, setWifiList, setWindowSize, shareFileMessage, shareToWeRun, shareVideoMessage, showActionSheet, showLoading, showModal, showNavigationBarLoading, showRedPackage, showShareImageMenu, showShareMenu, showTabBar, showTabBarRedDot, showToast, startAccelerometer, startBeaconDiscovery, startBluetoothDevicesDiscovery, startCompass, startDeviceMotionListening, startFacialRecognitionVerify, startFacialRecognitionVerifyAndUploadVideo, startGyroscope, startHCE, startLocalServiceDiscovery, startLocationUpdate, startLocationUpdateBackground, startPullDownRefresh, startRecord, startSoterAuthentication, startWifi, stopAccelerometer, stopBackgroundAudio, stopBeaconDiscovery, stopBluetoothDevicesDiscovery, stopCompass, stopDeviceMotionListening, stopFaceDetect, stopGyroscope, stopHCE, stopLocalServiceDiscovery, stopLocationUpdate, stopPullDownRefresh, stopRecord, stopVoice, stopWifi, subscribeVoIPVideoMembers, textReview, textToAudio, updateShareMenu, updateVoIPChatMuteConfig, updateWeChatApp, uploadFile, vibrateLong, vibrateShort, writeBLECharacteristicValue };
|
|
5170
5194
|
//# sourceMappingURL=index.esm.js.map
|