hylid-bridge 1.1.0 → 2.1.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/README.md +1 -3
- package/lib/appEnv/clients.js +10 -10
- package/lib/appEnv/index.d.ts +7 -5
- package/lib/appEnv/index.js +3 -3
- package/lib/appEnv/utils.d.ts +2 -3
- package/lib/appEnv/utils.js +1 -1
- package/lib/bridges.js +801 -1012
- package/lib/clients/mp/{intl → ae}/custom.d.ts +0 -0
- package/lib/clients/mp/{intl → ae}/custom.js +0 -0
- package/lib/clients/mp/ae/generated.d.ts +2 -0
- package/lib/clients/mp/ae/generated.js +1 -0
- package/lib/clients/{mp_web/cn/reLaunch.d.ts → mp/ae/index.d.ts} +0 -0
- package/lib/clients/mp/ae/index.js +1 -0
- package/lib/clients/mp/alipay/custom.d.ts +2 -0
- package/lib/clients/mp/alipay/custom.js +1 -0
- package/lib/clients/mp/alipay/generated.d.ts +4 -0
- package/lib/clients/mp/alipay/generated.js +4 -0
- package/lib/clients/{mp_web/intl/reLaunch.d.ts → mp/alipay/index.d.ts} +0 -0
- package/lib/clients/mp/alipay/index.js +1 -0
- package/lib/clients/mp/{intl → alipay}/rpc.d.ts +0 -0
- package/lib/clients/mp/alipay/rpc.js +2 -0
- package/lib/clients/mp/alipay_hk/custom.d.ts +2 -0
- package/lib/clients/mp/alipay_hk/custom.js +1 -0
- package/lib/clients/mp/alipay_hk/generated.d.ts +2 -0
- package/lib/clients/mp/alipay_hk/generated.js +1 -0
- package/lib/clients/mp/alipay_hk/index.d.ts +1 -0
- package/lib/clients/mp/alipay_hk/index.js +1 -0
- package/lib/clients/mp/alipay_plus/APRegionRPC.js +1 -1
- package/lib/clients/mp/alipay_plus/addFatigueAction.js +1 -1
- package/lib/clients/mp/alipay_plus/addPhoneContact.js +1 -1
- package/lib/clients/mp/alipay_plus/alert.js +1 -1
- package/lib/clients/mp/alipay_plus/apDisableJSAPI.js +1 -1
- package/lib/clients/mp/alipay_plus/appxrpc.js +1 -1
- package/lib/clients/mp/alipay_plus/batchQueryCdpSpaceInfo.js +1 -1
- package/lib/clients/mp/alipay_plus/chooseImage.js +1 -1
- package/lib/clients/mp/alipay_plus/choosePhoneContact.js +1 -1
- package/lib/clients/mp/alipay_plus/clearStorage.js +1 -1
- package/lib/clients/mp/alipay_plus/clearStorageSync.js +1 -1
- package/lib/clients/mp/alipay_plus/closeBluetoothAdapter.js +1 -1
- package/lib/clients/mp/alipay_plus/closeSocket.js +1 -1
- package/lib/clients/mp/alipay_plus/confirm.js +1 -1
- package/lib/clients/mp/alipay_plus/connectBLEDevice.js +1 -1
- package/lib/clients/mp/alipay_plus/connectSocket.js +1 -1
- package/lib/clients/mp/alipay_plus/createAnimation.js +1 -1
- package/lib/clients/mp/alipay_plus/createWebViewContext.js +1 -1
- package/lib/clients/mp/alipay_plus/crossPay.js +1 -1
- package/lib/clients/mp/alipay_plus/datePicker.js +1 -1
- package/lib/clients/mp/alipay_plus/disconnectBLEDevice.js +1 -1
- package/lib/clients/mp/alipay_plus/downloadFile.js +1 -1
- package/lib/clients/mp/alipay_plus/exitApp.js +1 -1
- package/lib/clients/mp/alipay_plus/generated.d.ts +2 -4
- package/lib/clients/mp/alipay_plus/generated.js +142 -142
- package/lib/clients/mp/alipay_plus/getAppIdSync.js +1 -1
- package/lib/clients/mp/alipay_plus/getAppToken.js +1 -1
- package/lib/clients/mp/alipay_plus/getAuthCode.js +1 -1
- package/lib/clients/mp/alipay_plus/getBLEDeviceCharacteristics.js +1 -1
- package/lib/clients/mp/alipay_plus/getBLEDeviceServices.js +1 -1
- package/lib/clients/mp/alipay_plus/getBatteryInfo.js +1 -1
- package/lib/clients/mp/alipay_plus/getBluetoothAdapterState.js +1 -1
- package/lib/clients/mp/alipay_plus/getBluetoothDevices.js +1 -1
- package/lib/clients/mp/alipay_plus/getClipboard.js +1 -1
- package/lib/clients/mp/alipay_plus/getComponentAuth.js +1 -1
- package/lib/clients/mp/alipay_plus/getConnectedBluetoothDevices.js +1 -1
- package/lib/clients/mp/alipay_plus/getFileInfo.js +1 -1
- package/lib/clients/mp/alipay_plus/getImageInfo.js +1 -1
- package/lib/clients/mp/alipay_plus/getLocation.js +1 -1
- package/lib/clients/mp/alipay_plus/getNetworkType.js +1 -1
- package/lib/clients/mp/alipay_plus/getPaymentCode.js +1 -1
- package/lib/clients/mp/alipay_plus/getPhoneNumber.js +1 -1
- package/lib/clients/mp/alipay_plus/getSavedFileInfo.js +1 -1
- package/lib/clients/mp/alipay_plus/getSavedFileList.js +1 -1
- package/lib/clients/mp/alipay_plus/getScreenBrightness.js +1 -1
- package/lib/clients/mp/alipay_plus/getServerTime.js +1 -1
- package/lib/clients/mp/alipay_plus/getSetting.js +1 -1
- package/lib/clients/mp/alipay_plus/getSiteInfo.js +1 -1
- package/lib/clients/mp/alipay_plus/getStorage.js +1 -1
- package/lib/clients/mp/alipay_plus/getStorageSync.js +1 -1
- package/lib/clients/mp/alipay_plus/getSystemInfo.js +1 -1
- package/lib/clients/mp/alipay_plus/hideBackHome.js +1 -1
- package/lib/clients/mp/alipay_plus/hideKeyboard.js +1 -1
- package/lib/clients/mp/alipay_plus/hideLoading.js +1 -1
- package/lib/clients/mp/alipay_plus/hideNavigationBarLoading.js +1 -1
- package/lib/clients/mp/alipay_plus/hideTabBar.js +1 -1
- package/lib/clients/mp/alipay_plus/hideToast.js +1 -1
- package/lib/clients/mp/alipay_plus/index.d.ts +2 -4
- package/lib/clients/mp/alipay_plus/index.js +2 -2
- package/lib/clients/mp/alipay_plus/inquireQuote.js +1 -1
- package/lib/clients/mp/alipay_plus/isInstalledApp.js +1 -1
- package/lib/clients/mp/alipay_plus/makePhoneCall.js +1 -1
- package/lib/clients/mp/alipay_plus/multiLevelSelect.js +1 -1
- package/lib/clients/mp/alipay_plus/navigateBack.js +1 -1
- package/lib/clients/mp/alipay_plus/navigateBackMiniProgram.js +1 -1
- package/lib/clients/mp/alipay_plus/navigateTo.js +1 -1
- package/lib/clients/mp/alipay_plus/navigateToBizScene.js +1 -1
- package/lib/clients/mp/alipay_plus/navigateToMiniProgram.js +1 -1
- package/lib/clients/mp/alipay_plus/notifyBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp/alipay_plus/offAccelerometerChange.js +1 -1
- package/lib/clients/mp/alipay_plus/offBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp/alipay_plus/offBLEConnectionStateChanged.js +1 -1
- package/lib/clients/mp/alipay_plus/offBluetoothAdapterStateChange.js +1 -1
- package/lib/clients/mp/alipay_plus/offBluetoothDeviceFound.js +1 -1
- package/lib/clients/mp/alipay_plus/offCompassChange.js +1 -1
- package/lib/clients/mp/alipay_plus/offMemoryWarning.js +1 -1
- package/lib/clients/mp/alipay_plus/offSocketClose.js +1 -1
- package/lib/clients/mp/alipay_plus/offSocketError.js +1 -1
- package/lib/clients/mp/alipay_plus/offSocketMessage.js +1 -1
- package/lib/clients/mp/alipay_plus/offSocketOpen.js +1 -1
- package/lib/clients/mp/alipay_plus/offUserCaptureScreen.js +1 -1
- package/lib/clients/mp/alipay_plus/onAccelerometerChange.js +1 -1
- package/lib/clients/mp/alipay_plus/onBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp/alipay_plus/onBLEConnectionStateChanged.js +1 -1
- package/lib/clients/mp/alipay_plus/onBluetoothAdapterStateChange.js +1 -1
- package/lib/clients/mp/alipay_plus/onBluetoothDeviceFound.js +1 -1
- package/lib/clients/mp/alipay_plus/onCompassChange.js +1 -1
- package/lib/clients/mp/alipay_plus/onMemoryWarning.js +1 -1
- package/lib/clients/mp/alipay_plus/onSocketClose.js +1 -1
- package/lib/clients/mp/alipay_plus/onSocketError.js +1 -1
- package/lib/clients/mp/alipay_plus/onSocketMessage.js +1 -1
- package/lib/clients/mp/alipay_plus/onSocketOpen.js +1 -1
- package/lib/clients/mp/alipay_plus/onUserCaptureScreen.js +1 -1
- package/lib/clients/mp/alipay_plus/openBluetoothAdapter.js +1 -1
- package/lib/clients/mp/alipay_plus/openDocument.js +1 -1
- package/lib/clients/mp/alipay_plus/openSchemeWithBacking.js +1 -1
- package/lib/clients/mp/alipay_plus/openSetting.js +1 -1
- package/lib/clients/mp/alipay_plus/pageScrollTo.js +1 -1
- package/lib/clients/mp/alipay_plus/paySignCenter.js +1 -1
- package/lib/clients/mp/alipay_plus/previewImage.js +1 -1
- package/lib/clients/mp/alipay_plus/prompt.js +1 -1
- package/lib/clients/mp/alipay_plus/reLaunch.js +1 -1
- package/lib/clients/mp/alipay_plus/readBLECharacteristicValue.js +1 -1
- package/lib/clients/mp/alipay_plus/redirectTo.js +1 -1
- package/lib/clients/mp/alipay_plus/regionFetchAllApps.js +1 -1
- package/lib/clients/mp/alipay_plus/regionSearchAppsByKeywords.js +1 -1
- package/lib/clients/mp/alipay_plus/removeSavedFile.js +1 -1
- package/lib/clients/mp/alipay_plus/removeStorage.js +1 -1
- package/lib/clients/mp/alipay_plus/removeStorageSync.js +1 -1
- package/lib/clients/mp/alipay_plus/request.js +1 -1
- package/lib/clients/mp/alipay_plus/rpc.js +1 -1
- package/lib/clients/mp/alipay_plus/saveFile.js +1 -1
- package/lib/clients/mp/alipay_plus/saveImage.js +1 -1
- package/lib/clients/mp/alipay_plus/scan.js +1 -1
- package/lib/clients/mp/alipay_plus/sendSocketMessage.js +1 -1
- package/lib/clients/mp/alipay_plus/setBackgroundColor.js +1 -1
- package/lib/clients/mp/alipay_plus/setCanPullDown.js +1 -1
- package/lib/clients/mp/alipay_plus/setClipboard.js +1 -1
- package/lib/clients/mp/alipay_plus/setKeepScreenOn.js +1 -1
- package/lib/clients/mp/alipay_plus/setNavigationBar.js +1 -1
- package/lib/clients/mp/alipay_plus/setOptionMenu.js +1 -1
- package/lib/clients/mp/alipay_plus/setScreenBrightness.js +1 -1
- package/lib/clients/mp/alipay_plus/setStorage.js +1 -1
- package/lib/clients/mp/alipay_plus/setStorageSync.js +1 -1
- package/lib/clients/mp/alipay_plus/setTabBarStyle.js +1 -1
- package/lib/clients/mp/alipay_plus/showActionSheet.js +1 -1
- package/lib/clients/mp/alipay_plus/showAuthGuide.js +1 -1
- package/lib/clients/mp/alipay_plus/showLoading.js +1 -1
- package/lib/clients/mp/alipay_plus/showNavigationBarLoading.js +1 -1
- package/lib/clients/mp/alipay_plus/showToast.js +1 -1
- package/lib/clients/mp/alipay_plus/signContract.js +1 -1
- package/lib/clients/mp/alipay_plus/startApp.js +1 -1
- package/lib/clients/mp/alipay_plus/startBizService.js +1 -1
- package/lib/clients/mp/alipay_plus/startBluetoothDevicesDiscovery.js +1 -1
- package/lib/clients/mp/alipay_plus/startPullDownRefresh.js +1 -1
- package/lib/clients/mp/alipay_plus/stopBluetoothDevicesDiscovery.js +1 -1
- package/lib/clients/mp/alipay_plus/stopPullDownRefresh.js +1 -1
- package/lib/clients/mp/alipay_plus/switchTab.js +1 -1
- package/lib/clients/mp/alipay_plus/thirdPartyAuthForAc.js +1 -1
- package/lib/clients/mp/alipay_plus/tradePay.js +1 -1
- package/lib/clients/mp/alipay_plus/uploadApdidToken.js +1 -1
- package/lib/clients/mp/alipay_plus/uploadFile.js +1 -1
- package/lib/clients/mp/alipay_plus/vibrate.js +1 -1
- package/lib/clients/mp/alipay_plus/watchShake.js +1 -1
- package/lib/clients/mp/alipay_plus/writeBLECharacteristicValue.js +1 -1
- package/lib/clients/mp/alipay_vn/custom.d.ts +2 -0
- package/lib/clients/mp/alipay_vn/custom.js +1 -0
- package/lib/clients/mp/alipay_vn/generated.d.ts +2 -0
- package/lib/clients/mp/alipay_vn/generated.js +1 -0
- package/lib/clients/mp/alipay_vn/index.d.ts +1 -0
- package/lib/clients/mp/alipay_vn/index.js +1 -0
- package/lib/clients/mp/dana/custom.d.ts +2 -0
- package/lib/clients/mp/dana/custom.js +1 -0
- package/lib/clients/mp/dana/generated.d.ts +2 -0
- package/lib/clients/mp/dana/generated.js +1 -0
- package/lib/clients/mp/dana/index.d.ts +1 -0
- package/lib/clients/mp/dana/index.js +1 -0
- package/lib/clients/mp/gcash/custom.d.ts +2 -0
- package/lib/clients/mp/gcash/custom.js +1 -0
- package/lib/clients/mp/gcash/generated.d.ts +2 -0
- package/lib/clients/mp/gcash/generated.js +1 -0
- package/lib/clients/mp/gcash/index.d.ts +1 -0
- package/lib/clients/mp/gcash/index.js +1 -0
- package/lib/clients/mp/lazada/APRegionRPC.js +1 -1
- package/lib/clients/mp/lazada/addFatigueAction.js +1 -1
- package/lib/clients/mp/lazada/addPhoneContact.js +1 -1
- package/lib/clients/mp/lazada/alert.js +1 -1
- package/lib/clients/mp/lazada/apDisableJSAPI.js +1 -1
- package/lib/clients/mp/lazada/appxrpc.js +1 -1
- package/lib/clients/mp/lazada/batchQueryCdpSpaceInfo.js +1 -1
- package/lib/clients/mp/lazada/chooseImage.js +1 -1
- package/lib/clients/mp/lazada/choosePhoneContact.js +1 -1
- package/lib/clients/mp/lazada/clearStorage.js +1 -1
- package/lib/clients/mp/lazada/clearStorageSync.js +1 -1
- package/lib/clients/mp/lazada/closeBluetoothAdapter.js +1 -1
- package/lib/clients/mp/lazada/closeSocket.js +1 -1
- package/lib/clients/mp/lazada/confirm.js +1 -1
- package/lib/clients/mp/lazada/connectBLEDevice.js +1 -1
- package/lib/clients/mp/lazada/connectSocket.js +1 -1
- package/lib/clients/mp/lazada/createAnimation.js +1 -1
- package/lib/clients/mp/lazada/createWebViewContext.js +1 -1
- package/lib/clients/mp/lazada/crossPay.js +1 -1
- package/lib/clients/mp/lazada/custom.js +1 -1
- package/lib/clients/mp/lazada/datePicker.js +1 -1
- package/lib/clients/mp/lazada/disconnectBLEDevice.js +1 -1
- package/lib/clients/mp/lazada/downloadFile.js +1 -1
- package/lib/clients/mp/lazada/exitApp.js +1 -1
- package/lib/clients/mp/lazada/generated.d.ts +2 -4
- package/lib/clients/mp/lazada/generated.js +141 -141
- package/lib/clients/mp/lazada/getAppIdSync.js +1 -1
- package/lib/clients/mp/lazada/getAppToken.js +1 -1
- package/lib/clients/mp/lazada/getBLEDeviceCharacteristics.js +1 -1
- package/lib/clients/mp/lazada/getBLEDeviceServices.js +1 -1
- package/lib/clients/mp/lazada/getBatteryInfo.js +1 -1
- package/lib/clients/mp/lazada/getBluetoothAdapterState.js +1 -1
- package/lib/clients/mp/lazada/getBluetoothDevices.js +1 -1
- package/lib/clients/mp/lazada/getClipboard.js +1 -1
- package/lib/clients/mp/lazada/getComponentAuth.js +1 -1
- package/lib/clients/mp/lazada/getConnectedBluetoothDevices.js +1 -1
- package/lib/clients/mp/lazada/getFileInfo.js +1 -1
- package/lib/clients/mp/lazada/getImageInfo.js +1 -1
- package/lib/clients/mp/lazada/getLocation.js +1 -1
- package/lib/clients/mp/lazada/getNetworkType.js +1 -1
- package/lib/clients/mp/lazada/getPaymentCode.js +1 -1
- package/lib/clients/mp/lazada/getPhoneNumber.js +1 -1
- package/lib/clients/mp/lazada/getSavedFileInfo.js +1 -1
- package/lib/clients/mp/lazada/getSavedFileList.js +1 -1
- package/lib/clients/mp/lazada/getScreenBrightness.js +1 -1
- package/lib/clients/mp/lazada/getServerTime.js +1 -1
- package/lib/clients/mp/lazada/getSetting.js +1 -1
- package/lib/clients/mp/lazada/getSiteInfo.js +1 -1
- package/lib/clients/mp/lazada/getStorage.js +1 -1
- package/lib/clients/mp/lazada/getStorageSync.js +1 -1
- package/lib/clients/mp/lazada/getSystemInfo.js +1 -1
- package/lib/clients/mp/lazada/hideBackHome.js +1 -1
- package/lib/clients/mp/lazada/hideKeyboard.js +1 -1
- package/lib/clients/mp/lazada/hideLoading.js +1 -1
- package/lib/clients/mp/lazada/hideNavigationBarLoading.js +1 -1
- package/lib/clients/mp/lazada/hideTabBar.js +1 -1
- package/lib/clients/mp/lazada/hideToast.js +1 -1
- package/lib/clients/mp/lazada/index.d.ts +2 -4
- package/lib/clients/mp/lazada/index.js +2 -2
- package/lib/clients/mp/lazada/inquireQuote.js +1 -1
- package/lib/clients/mp/lazada/isInstalledApp.js +1 -1
- package/lib/clients/mp/lazada/makePhoneCall.js +1 -1
- package/lib/clients/mp/lazada/multiLevelSelect.js +1 -1
- package/lib/clients/mp/lazada/navigateBack.js +1 -1
- package/lib/clients/mp/lazada/navigateBackMiniProgram.js +1 -1
- package/lib/clients/mp/lazada/navigateTo.js +1 -1
- package/lib/clients/mp/lazada/navigateToBizScene.js +1 -1
- package/lib/clients/mp/lazada/navigateToMiniProgram.js +1 -1
- package/lib/clients/mp/lazada/notifyBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp/lazada/offAccelerometerChange.js +1 -1
- package/lib/clients/mp/lazada/offBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp/lazada/offBLEConnectionStateChanged.js +1 -1
- package/lib/clients/mp/lazada/offBluetoothAdapterStateChange.js +1 -1
- package/lib/clients/mp/lazada/offBluetoothDeviceFound.js +1 -1
- package/lib/clients/mp/lazada/offCompassChange.js +1 -1
- package/lib/clients/mp/lazada/offMemoryWarning.js +1 -1
- package/lib/clients/mp/lazada/offSocketClose.js +1 -1
- package/lib/clients/mp/lazada/offSocketError.js +1 -1
- package/lib/clients/mp/lazada/offSocketMessage.js +1 -1
- package/lib/clients/mp/lazada/offSocketOpen.js +1 -1
- package/lib/clients/mp/lazada/offUserCaptureScreen.js +1 -1
- package/lib/clients/mp/lazada/onAccelerometerChange.js +1 -1
- package/lib/clients/mp/lazada/onBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp/lazada/onBLEConnectionStateChanged.js +1 -1
- package/lib/clients/mp/lazada/onBluetoothAdapterStateChange.js +1 -1
- package/lib/clients/mp/lazada/onBluetoothDeviceFound.js +1 -1
- package/lib/clients/mp/lazada/onCompassChange.js +1 -1
- package/lib/clients/mp/lazada/onMemoryWarning.js +1 -1
- package/lib/clients/mp/lazada/onSocketClose.js +1 -1
- package/lib/clients/mp/lazada/onSocketError.js +1 -1
- package/lib/clients/mp/lazada/onSocketMessage.js +1 -1
- package/lib/clients/mp/lazada/onSocketOpen.js +1 -1
- package/lib/clients/mp/lazada/onUserCaptureScreen.js +1 -1
- package/lib/clients/mp/lazada/openBluetoothAdapter.js +1 -1
- package/lib/clients/mp/lazada/openDocument.js +1 -1
- package/lib/clients/mp/lazada/openSchemeWithBacking.js +1 -1
- package/lib/clients/mp/lazada/openSetting.js +1 -1
- package/lib/clients/mp/lazada/pageScrollTo.js +1 -1
- package/lib/clients/mp/lazada/paySignCenter.js +1 -1
- package/lib/clients/mp/lazada/previewImage.js +1 -1
- package/lib/clients/mp/lazada/prompt.js +1 -1
- package/lib/clients/mp/lazada/reLaunch.js +1 -1
- package/lib/clients/mp/lazada/readBLECharacteristicValue.js +1 -1
- package/lib/clients/mp/lazada/redirectTo.js +1 -1
- package/lib/clients/mp/lazada/regionFetchAllApps.js +1 -1
- package/lib/clients/mp/lazada/regionSearchAppsByKeywords.js +1 -1
- package/lib/clients/mp/lazada/removeSavedFile.js +1 -1
- package/lib/clients/mp/lazada/removeStorage.js +1 -1
- package/lib/clients/mp/lazada/removeStorageSync.js +1 -1
- package/lib/clients/mp/lazada/request.js +1 -1
- package/lib/clients/mp/lazada/rpc.js +1 -1
- package/lib/clients/mp/lazada/saveFile.js +1 -1
- package/lib/clients/mp/lazada/saveImage.js +1 -1
- package/lib/clients/mp/lazada/scan.js +1 -1
- package/lib/clients/mp/lazada/sendSocketMessage.js +1 -1
- package/lib/clients/mp/lazada/setBackgroundColor.js +1 -1
- package/lib/clients/mp/lazada/setCanPullDown.js +1 -1
- package/lib/clients/mp/lazada/setClipboard.js +1 -1
- package/lib/clients/mp/lazada/setKeepScreenOn.js +1 -1
- package/lib/clients/mp/lazada/setNavigationBar.js +1 -1
- package/lib/clients/mp/lazada/setOptionMenu.js +1 -1
- package/lib/clients/mp/lazada/setScreenBrightness.js +1 -1
- package/lib/clients/mp/lazada/setStorage.js +1 -1
- package/lib/clients/mp/lazada/setStorageSync.js +1 -1
- package/lib/clients/mp/lazada/setTabBarStyle.js +1 -1
- package/lib/clients/mp/lazada/showActionSheet.js +1 -1
- package/lib/clients/mp/lazada/showAuthGuide.js +1 -1
- package/lib/clients/mp/lazada/showLoading.js +1 -1
- package/lib/clients/mp/lazada/showNavigationBarLoading.js +1 -1
- package/lib/clients/mp/lazada/showToast.js +1 -1
- package/lib/clients/mp/lazada/signContract.js +1 -1
- package/lib/clients/mp/lazada/startApp.js +1 -1
- package/lib/clients/mp/lazada/startBizService.js +1 -1
- package/lib/clients/mp/lazada/startBluetoothDevicesDiscovery.js +1 -1
- package/lib/clients/mp/lazada/startPullDownRefresh.js +1 -1
- package/lib/clients/mp/lazada/stopBluetoothDevicesDiscovery.js +1 -1
- package/lib/clients/mp/lazada/stopPullDownRefresh.js +1 -1
- package/lib/clients/mp/lazada/switchTab.js +1 -1
- package/lib/clients/mp/lazada/thirdPartyAuthForAc.js +1 -1
- package/lib/clients/mp/lazada/tradePay.js +1 -1
- package/lib/clients/mp/lazada/uploadApdidToken.js +1 -1
- package/lib/clients/mp/lazada/uploadFile.js +1 -1
- package/lib/clients/mp/lazada/vibrate.js +1 -1
- package/lib/clients/mp/lazada/watchShake.js +1 -1
- package/lib/clients/mp/lazada/writeBLECharacteristicValue.js +1 -1
- package/lib/clients/mp/taobao/alert.js +1 -1
- package/lib/clients/mp/taobao/clearStorage.js +1 -1
- package/lib/clients/mp/taobao/clearStorageSync.js +1 -1
- package/lib/clients/mp/taobao/confirm.js +1 -1
- package/lib/clients/mp/taobao/createAnimation.js +1 -1
- package/lib/clients/mp/taobao/createWebViewContext.js +1 -1
- package/lib/clients/mp/taobao/crossPay.js +1 -1
- package/lib/clients/mp/taobao/custom.js +3 -3
- package/lib/clients/mp/taobao/generated.js +44 -44
- package/lib/clients/mp/taobao/getClipboard.js +1 -1
- package/lib/clients/mp/taobao/getLocation.js +1 -1
- package/lib/clients/mp/taobao/getNetworkType.js +1 -1
- package/lib/clients/mp/taobao/getStorage.js +1 -1
- package/lib/clients/mp/taobao/getStorageSync.js +1 -1
- package/lib/clients/mp/taobao/getSystemInfo.js +1 -1
- package/lib/clients/mp/taobao/hideBackHome.js +1 -1
- package/lib/clients/mp/taobao/hideKeyboard.js +1 -1
- package/lib/clients/mp/taobao/hideLoading.js +1 -1
- package/lib/clients/mp/taobao/hideTabBar.js +1 -1
- package/lib/clients/mp/taobao/hideToast.js +1 -1
- package/lib/clients/mp/taobao/index.js +2 -2
- package/lib/clients/mp/taobao/navigateBack.js +1 -1
- package/lib/clients/mp/taobao/navigateTo.js +1 -1
- package/lib/clients/mp/taobao/offMemoryWarning.js +1 -1
- package/lib/clients/mp/taobao/onMemoryWarning.js +1 -1
- package/lib/clients/mp/taobao/pageScrollTo.js +1 -1
- package/lib/clients/mp/taobao/prompt.js +1 -1
- package/lib/clients/mp/taobao/reLaunch.js +1 -1
- package/lib/clients/mp/taobao/redirectTo.js +1 -1
- package/lib/clients/mp/taobao/removeStorage.js +1 -1
- package/lib/clients/mp/taobao/removeStorageSync.js +1 -1
- package/lib/clients/mp/taobao/request.js +1 -1
- package/lib/clients/mp/taobao/scan.js +1 -1
- package/lib/clients/mp/taobao/setBackgroundColor.js +1 -1
- package/lib/clients/mp/taobao/setCanPullDown.js +1 -1
- package/lib/clients/mp/taobao/setClipboard.js +1 -1
- package/lib/clients/mp/taobao/setNavigationBar.js +1 -1
- package/lib/clients/mp/taobao/setStorage.js +1 -1
- package/lib/clients/mp/taobao/setStorageSync.js +1 -1
- package/lib/clients/mp/taobao/setTabBarStyle.js +1 -1
- package/lib/clients/mp/taobao/showActionSheet.js +1 -1
- package/lib/clients/mp/taobao/showAuthGuide.js +1 -1
- package/lib/clients/mp/taobao/showLoading.js +1 -1
- package/lib/clients/mp/taobao/showToast.js +1 -1
- package/lib/clients/mp/taobao/startPullDownRefresh.js +1 -1
- package/lib/clients/mp/taobao/stopPullDownRefresh.js +1 -1
- package/lib/clients/mp/taobao/switchTab.js +1 -1
- package/lib/clients/mp/taobao/tradePay.js +1 -1
- package/lib/clients/mp/tmall/custom.d.ts +2 -0
- package/lib/clients/mp/tmall/custom.js +1 -0
- package/lib/clients/mp/tmall/generated.d.ts +2 -0
- package/lib/clients/mp/tmall/generated.js +1 -0
- package/lib/clients/mp/tmall/index.d.ts +1 -0
- package/lib/clients/mp/tmall/index.js +1 -0
- package/lib/clients/mp/tmn/custom.d.ts +2 -0
- package/lib/clients/mp/tmn/custom.js +1 -0
- package/lib/clients/mp/tmn/generated.d.ts +2 -0
- package/lib/clients/mp/tmn/generated.js +1 -0
- package/lib/clients/mp/tmn/index.d.ts +1 -0
- package/lib/clients/mp/tmn/index.js +1 -0
- package/lib/clients/mp/tngd/custom.d.ts +2 -0
- package/lib/clients/mp/tngd/custom.js +1 -0
- package/lib/clients/mp/tngd/generated.d.ts +2 -0
- package/lib/clients/mp/tngd/generated.js +1 -0
- package/lib/clients/mp/tngd/index.d.ts +1 -0
- package/lib/clients/mp/tngd/index.js +1 -0
- package/lib/clients/mp_web/alipay/alert.js +1 -1
- package/lib/clients/mp_web/alipay/chooseImage.js +1 -1
- package/lib/clients/mp_web/alipay/clearStorage.js +1 -1
- package/lib/clients/mp_web/alipay/confirm.js +1 -1
- package/lib/clients/mp_web/alipay/crossPay.js +1 -1
- package/lib/clients/mp_web/alipay/custom.js +2 -2
- package/lib/clients/mp_web/alipay/generated.d.ts +1 -0
- package/lib/clients/mp_web/alipay/generated.js +38 -36
- package/lib/clients/mp_web/alipay/getAppIdSync.js +1 -1
- package/lib/clients/mp_web/alipay/getAuthCode.js +1 -1
- package/lib/clients/mp_web/alipay/getClipboard.js +1 -1
- package/lib/clients/mp_web/alipay/getImageInfo.js +1 -1
- package/lib/clients/mp_web/alipay/getLocation.js +1 -1
- package/lib/clients/mp_web/alipay/getNetworkType.js +1 -1
- package/lib/clients/mp_web/alipay/getPhoneNumber.js +1 -1
- package/lib/clients/mp_web/alipay/getStorage.js +1 -1
- package/lib/clients/mp_web/alipay/getSystemInfo.js +1 -1
- package/lib/clients/mp_web/alipay/hideKeyboard.js +1 -1
- package/lib/clients/mp_web/alipay/hideLoading.js +1 -1
- package/lib/clients/mp_web/alipay/hideNavigationBarLoading.js +1 -1
- package/lib/clients/mp_web/alipay/hideToast.js +1 -1
- package/lib/clients/mp_web/alipay/index.d.ts +1 -0
- package/lib/clients/mp_web/alipay/index.js +2 -2
- package/lib/clients/mp_web/alipay/makePhoneCall.js +1 -1
- package/lib/clients/mp_web/alipay/multiLevelSelect.js +1 -1
- package/lib/clients/mp_web/alipay/navigateBackMiniProgram.js +1 -1
- package/lib/clients/mp_web/alipay/navigateToMiniProgram.js +1 -1
- package/lib/clients/mp_web/alipay/previewImage.js +1 -1
- package/lib/clients/mp_web/alipay/prompt.js +1 -1
- package/lib/clients/mp_web/alipay/removeStorage.js +1 -1
- package/lib/clients/mp_web/alipay/request.js +1 -1
- package/lib/clients/mp_web/{intl → alipay}/rpc.d.ts +0 -0
- package/lib/clients/mp_web/alipay/rpc.js +2 -0
- package/lib/clients/mp_web/alipay/saveImage.js +1 -1
- package/lib/clients/mp_web/alipay/scan.js +1 -1
- package/lib/clients/mp_web/alipay/setClipboard.js +1 -1
- package/lib/clients/mp_web/alipay/setNavigationBar.js +1 -1
- package/lib/clients/mp_web/alipay/setOptionMenu.js +1 -1
- package/lib/clients/mp_web/alipay/setStorage.js +1 -1
- package/lib/clients/mp_web/alipay/showAuthGuide.js +1 -1
- package/lib/clients/mp_web/alipay/showLoading.js +1 -1
- package/lib/clients/mp_web/alipay/showNavigationBarLoading.js +1 -1
- package/lib/clients/mp_web/alipay/showToast.js +1 -1
- package/lib/clients/mp_web/alipay/tradePay.js +1 -1
- package/lib/clients/mp_web/alipay/vibrate.js +1 -1
- package/lib/clients/mp_web/alipay_plus/APRegionRPC.js +1 -1
- package/lib/clients/mp_web/alipay_plus/addFatigueAction.js +1 -1
- package/lib/clients/mp_web/alipay_plus/addPhoneContact.js +1 -1
- package/lib/clients/mp_web/alipay_plus/alert.js +1 -1
- package/lib/clients/mp_web/alipay_plus/apDisableJSAPI.js +1 -1
- package/lib/clients/mp_web/alipay_plus/appxrpc.js +1 -1
- package/lib/clients/mp_web/alipay_plus/batchQueryCdpSpaceInfo.js +1 -1
- package/lib/clients/mp_web/alipay_plus/chooseImage.js +1 -1
- package/lib/clients/mp_web/alipay_plus/choosePhoneContact.js +1 -1
- package/lib/clients/mp_web/alipay_plus/clearStorage.js +1 -1
- package/lib/clients/mp_web/alipay_plus/closeBluetoothAdapter.js +1 -1
- package/lib/clients/mp_web/alipay_plus/closeSocket.js +1 -1
- package/lib/clients/mp_web/alipay_plus/confirm.js +1 -1
- package/lib/clients/mp_web/alipay_plus/connectBLEDevice.js +1 -1
- package/lib/clients/mp_web/alipay_plus/connectSocket.js +1 -1
- package/lib/clients/mp_web/alipay_plus/crossPay.js +1 -1
- package/lib/clients/mp_web/alipay_plus/custom.js +1 -1
- package/lib/clients/mp_web/alipay_plus/datePicker.js +1 -1
- package/lib/clients/mp_web/alipay_plus/disconnectBLEDevice.js +1 -1
- package/lib/clients/mp_web/alipay_plus/downloadFile.js +1 -1
- package/lib/clients/mp_web/alipay_plus/exitApp.js +1 -1
- package/lib/clients/mp_web/alipay_plus/generated.d.ts +2 -4
- package/lib/clients/mp_web/alipay_plus/generated.js +117 -117
- package/lib/clients/mp_web/alipay_plus/getAppIdSync.js +1 -1
- package/lib/clients/mp_web/alipay_plus/getAppToken.js +1 -1
- package/lib/clients/mp_web/alipay_plus/getAuthCode.js +1 -1
- package/lib/clients/mp_web/alipay_plus/getBLEDeviceCharacteristics.js +1 -1
- package/lib/clients/mp_web/alipay_plus/getBLEDeviceServices.js +1 -1
- package/lib/clients/mp_web/alipay_plus/getBatteryInfo.js +1 -1
- package/lib/clients/mp_web/alipay_plus/getBluetoothAdapterState.js +1 -1
- package/lib/clients/mp_web/alipay_plus/getBluetoothDevices.js +1 -1
- package/lib/clients/mp_web/alipay_plus/getClipboard.js +1 -1
- package/lib/clients/mp_web/alipay_plus/getComponentAuth.js +1 -1
- package/lib/clients/mp_web/alipay_plus/getConnectedBluetoothDevices.js +1 -1
- package/lib/clients/mp_web/alipay_plus/getFileInfo.js +1 -1
- package/lib/clients/mp_web/alipay_plus/getImageInfo.js +1 -1
- package/lib/clients/mp_web/alipay_plus/getLocation.js +1 -1
- package/lib/clients/mp_web/alipay_plus/getNetworkType.js +1 -1
- package/lib/clients/mp_web/alipay_plus/getOpenUserInfo.js +1 -1
- package/lib/clients/mp_web/alipay_plus/getPaymentCode.js +1 -1
- package/lib/clients/mp_web/alipay_plus/getPhoneNumber.js +1 -1
- package/lib/clients/mp_web/alipay_plus/getSavedFileInfo.js +1 -1
- package/lib/clients/mp_web/alipay_plus/getSavedFileList.js +1 -1
- package/lib/clients/mp_web/alipay_plus/getScreenBrightness.js +1 -1
- package/lib/clients/mp_web/alipay_plus/getServerTime.js +1 -1
- package/lib/clients/mp_web/alipay_plus/getSetting.js +1 -1
- package/lib/clients/mp_web/alipay_plus/getSiteInfo.js +1 -1
- package/lib/clients/mp_web/alipay_plus/getStorage.js +1 -1
- package/lib/clients/mp_web/alipay_plus/getSystemInfo.js +1 -1
- package/lib/clients/mp_web/alipay_plus/hideBackHome.js +1 -1
- package/lib/clients/mp_web/alipay_plus/hideKeyboard.js +1 -1
- package/lib/clients/mp_web/alipay_plus/hideLoading.js +1 -1
- package/lib/clients/mp_web/alipay_plus/hideNavigationBarLoading.js +1 -1
- package/lib/clients/mp_web/alipay_plus/hideTabBar.js +1 -1
- package/lib/clients/mp_web/alipay_plus/hideToast.js +1 -1
- package/lib/clients/mp_web/alipay_plus/index.d.ts +2 -4
- package/lib/clients/mp_web/alipay_plus/index.js +2 -2
- package/lib/clients/mp_web/alipay_plus/inquireQuote.js +1 -1
- package/lib/clients/mp_web/alipay_plus/isInstalledApp.js +1 -1
- package/lib/clients/mp_web/alipay_plus/makePhoneCall.js +1 -1
- package/lib/clients/mp_web/alipay_plus/multiLevelSelect.js +1 -1
- package/lib/clients/mp_web/alipay_plus/navigateBackMiniProgram.js +1 -1
- package/lib/clients/mp_web/alipay_plus/navigateToBizScene.js +1 -1
- package/lib/clients/mp_web/alipay_plus/navigateToMiniProgram.js +1 -1
- package/lib/clients/mp_web/alipay_plus/notifyBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp_web/alipay_plus/offAccelerometerChange.js +1 -1
- package/lib/clients/mp_web/alipay_plus/offBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp_web/alipay_plus/offBLEConnectionStateChanged.js +1 -1
- package/lib/clients/mp_web/alipay_plus/offBluetoothAdapterStateChange.js +1 -1
- package/lib/clients/mp_web/alipay_plus/offBluetoothDeviceFound.js +1 -1
- package/lib/clients/mp_web/alipay_plus/offCompassChange.js +1 -1
- package/lib/clients/mp_web/alipay_plus/offMemoryWarning.js +1 -1
- package/lib/clients/mp_web/alipay_plus/offSocketClose.js +1 -1
- package/lib/clients/mp_web/alipay_plus/offSocketError.js +1 -1
- package/lib/clients/mp_web/alipay_plus/offSocketMessage.js +1 -1
- package/lib/clients/mp_web/alipay_plus/offSocketOpen.js +1 -1
- package/lib/clients/mp_web/alipay_plus/offUserCaptureScreen.js +1 -1
- package/lib/clients/mp_web/alipay_plus/onAccelerometerChange.js +1 -1
- package/lib/clients/mp_web/alipay_plus/onBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp_web/alipay_plus/onBLEConnectionStateChanged.js +1 -1
- package/lib/clients/mp_web/alipay_plus/onBluetoothAdapterStateChange.js +1 -1
- package/lib/clients/mp_web/alipay_plus/onBluetoothDeviceFound.js +1 -1
- package/lib/clients/mp_web/alipay_plus/onCompassChange.js +1 -1
- package/lib/clients/mp_web/alipay_plus/onMemoryWarning.js +1 -1
- package/lib/clients/mp_web/alipay_plus/onSocketClose.js +1 -1
- package/lib/clients/mp_web/alipay_plus/onSocketError.js +1 -1
- package/lib/clients/mp_web/alipay_plus/onSocketMessage.js +1 -1
- package/lib/clients/mp_web/alipay_plus/onSocketOpen.js +1 -1
- package/lib/clients/mp_web/alipay_plus/onUserCaptureScreen.js +1 -1
- package/lib/clients/mp_web/alipay_plus/openBluetoothAdapter.js +1 -1
- package/lib/clients/mp_web/alipay_plus/openDocument.js +1 -1
- package/lib/clients/mp_web/alipay_plus/openSchemeWithBacking.js +1 -1
- package/lib/clients/mp_web/alipay_plus/openSetting.js +1 -1
- package/lib/clients/mp_web/alipay_plus/paySignCenter.js +1 -1
- package/lib/clients/mp_web/alipay_plus/previewImage.js +1 -1
- package/lib/clients/mp_web/alipay_plus/prompt.js +1 -1
- package/lib/clients/mp_web/alipay_plus/readBLECharacteristicValue.js +1 -1
- package/lib/clients/mp_web/alipay_plus/regionFetchAllApps.js +1 -1
- package/lib/clients/mp_web/alipay_plus/regionSearchAppsByKeywords.js +1 -1
- package/lib/clients/mp_web/alipay_plus/removeSavedFile.js +1 -1
- package/lib/clients/mp_web/alipay_plus/removeStorage.js +1 -1
- package/lib/clients/mp_web/alipay_plus/request.js +1 -1
- package/lib/clients/mp_web/alipay_plus/rpc.js +1 -1
- package/lib/clients/mp_web/alipay_plus/saveFile.js +1 -1
- package/lib/clients/mp_web/alipay_plus/saveImage.js +1 -1
- package/lib/clients/mp_web/alipay_plus/scan.js +1 -1
- package/lib/clients/mp_web/alipay_plus/sendSocketMessage.js +1 -1
- package/lib/clients/mp_web/alipay_plus/setBackgroundColor.js +1 -1
- package/lib/clients/mp_web/alipay_plus/setClipboard.js +1 -1
- package/lib/clients/mp_web/alipay_plus/setKeepScreenOn.js +1 -1
- package/lib/clients/mp_web/alipay_plus/setNavigationBar.js +1 -1
- package/lib/clients/mp_web/alipay_plus/setOptionMenu.js +1 -1
- package/lib/clients/mp_web/alipay_plus/setScreenBrightness.js +1 -1
- package/lib/clients/mp_web/alipay_plus/setStorage.js +1 -1
- package/lib/clients/mp_web/alipay_plus/setTabBarStyle.js +1 -1
- package/lib/clients/mp_web/alipay_plus/showActionSheet.js +1 -1
- package/lib/clients/mp_web/alipay_plus/showAuthGuide.js +1 -1
- package/lib/clients/mp_web/alipay_plus/showLoading.js +1 -1
- package/lib/clients/mp_web/alipay_plus/showNavigationBarLoading.js +1 -1
- package/lib/clients/mp_web/alipay_plus/showToast.js +1 -1
- package/lib/clients/mp_web/alipay_plus/signContract.js +1 -1
- package/lib/clients/mp_web/alipay_plus/startApp.js +1 -1
- package/lib/clients/mp_web/alipay_plus/startBizService.js +1 -1
- package/lib/clients/mp_web/alipay_plus/startBluetoothDevicesDiscovery.js +1 -1
- package/lib/clients/mp_web/alipay_plus/stopBluetoothDevicesDiscovery.js +1 -1
- package/lib/clients/mp_web/alipay_plus/thirdPartyAuthForAc.js +1 -1
- package/lib/clients/mp_web/alipay_plus/tradePay.js +1 -1
- package/lib/clients/mp_web/alipay_plus/uploadApdidToken.js +1 -1
- package/lib/clients/mp_web/alipay_plus/uploadFile.js +1 -1
- package/lib/clients/mp_web/alipay_plus/vibrate.js +1 -1
- package/lib/clients/mp_web/alipay_plus/watchShake.js +1 -1
- package/lib/clients/mp_web/alipay_plus/writeBLECharacteristicValue.js +1 -1
- package/lib/clients/web/ae/custom.d.ts +2 -0
- package/lib/clients/web/ae/custom.js +1 -0
- package/lib/clients/web/ae/generated.d.ts +2 -0
- package/lib/clients/web/ae/generated.js +1 -0
- package/lib/clients/web/ae/index.d.ts +1 -0
- package/lib/clients/web/ae/index.js +1 -0
- package/lib/clients/web/alipay/addPhoneContact.js +1 -1
- package/lib/clients/web/alipay/alert.js +1 -1
- package/lib/clients/web/alipay/chooseImage.js +1 -1
- package/lib/clients/web/alipay/choosePhoneContact.js +1 -1
- package/lib/clients/web/alipay/clearStorage.js +1 -1
- package/lib/clients/web/alipay/closeBluetoothAdapter.js +1 -1
- package/lib/clients/web/alipay/closeSocket.js +1 -1
- package/lib/clients/web/alipay/confirm.js +1 -1
- package/lib/clients/web/alipay/connectBLEDevice.js +1 -1
- package/lib/clients/web/alipay/connectSocket.js +1 -1
- package/lib/clients/web/alipay/custom.js +27 -27
- package/lib/clients/web/alipay/datePicker.js +1 -1
- package/lib/clients/web/alipay/disconnectBLEDevice.js +1 -1
- package/lib/clients/web/alipay/downloadFile.js +1 -1
- package/lib/clients/web/alipay/generated.d.ts +2 -89
- package/lib/clients/web/alipay/generated.js +33 -97
- package/lib/clients/web/alipay/getAuthCode.js +1 -1
- package/lib/clients/web/alipay/getBLEDeviceCharacteristics.js +1 -1
- package/lib/clients/web/alipay/getBLEDeviceServices.js +1 -1
- package/lib/clients/web/alipay/getBatteryInfo.js +1 -1
- package/lib/clients/web/alipay/getBluetoothAdapterState.js +1 -1
- package/lib/clients/web/alipay/getBluetoothDevices.js +1 -1
- package/lib/clients/web/alipay/getClipboard.js +1 -1
- package/lib/clients/web/alipay/getConnectedBluetoothDevices.js +1 -1
- package/lib/clients/web/alipay/getFileInfo.js +1 -1
- package/lib/clients/web/alipay/getImageInfo.js +1 -1
- package/lib/clients/web/alipay/getLocation.js +1 -1
- package/lib/clients/web/alipay/getNetworkType.js +1 -1
- package/lib/clients/web/alipay/getPhoneNumber.js +1 -1
- package/lib/clients/web/alipay/getSavedFileInfo.js +1 -1
- package/lib/clients/web/alipay/getSavedFileList.js +1 -1
- package/lib/clients/web/alipay/getScreenBrightness.js +1 -1
- package/lib/clients/web/alipay/getServerTime.js +1 -1
- package/lib/clients/web/alipay/getSetting.js +1 -1
- package/lib/clients/web/alipay/getSiteInfo.js +1 -1
- package/lib/clients/web/alipay/getStorage.js +1 -1
- package/lib/clients/web/alipay/getSystemInfo.js +1 -1
- package/lib/clients/web/alipay/hideKeyboard.js +1 -1
- package/lib/clients/web/alipay/hideLoading.js +1 -1
- package/lib/clients/web/alipay/hideNavigationBarLoading.js +1 -1
- package/lib/clients/web/alipay/hideToast.js +1 -1
- package/lib/clients/web/alipay/index.d.ts +2 -89
- package/lib/clients/web/alipay/index.js +2 -2
- package/lib/clients/web/alipay/makePhoneCall.js +1 -1
- package/lib/clients/web/alipay/multiLevelSelect.js +1 -1
- package/lib/clients/web/alipay/navigateBack.js +1 -1
- package/lib/clients/web/alipay/navigateBackMiniProgram.js +1 -1
- package/lib/clients/web/alipay/navigateTo.js +1 -1
- package/lib/clients/web/alipay/navigateToMiniProgram.js +1 -1
- package/lib/clients/web/alipay/notifyBLECharacteristicValueChange.js +1 -1
- package/lib/clients/web/alipay/offBLECharacteristicValueChange.js +1 -1
- package/lib/clients/web/alipay/offBLEConnectionStateChanged.js +1 -1
- package/lib/clients/web/alipay/offBluetoothAdapterStateChange.js +1 -1
- package/lib/clients/web/alipay/offBluetoothDeviceFound.js +1 -1
- package/lib/clients/web/alipay/offSocketClose.js +1 -1
- package/lib/clients/web/alipay/offSocketError.js +1 -1
- package/lib/clients/web/alipay/offSocketMessage.js +1 -1
- package/lib/clients/web/alipay/offSocketOpen.js +1 -1
- package/lib/clients/web/alipay/onBLECharacteristicValueChange.js +1 -1
- package/lib/clients/web/alipay/onBLEConnectionStateChanged.js +1 -1
- package/lib/clients/web/alipay/onBluetoothAdapterStateChange.js +1 -1
- package/lib/clients/web/alipay/onBluetoothDeviceFound.js +1 -1
- package/lib/clients/web/alipay/onSocketClose.js +1 -1
- package/lib/clients/web/alipay/onSocketError.js +1 -1
- package/lib/clients/web/alipay/onSocketMessage.js +1 -1
- package/lib/clients/web/alipay/onSocketOpen.js +1 -1
- package/lib/clients/web/alipay/openBluetoothAdapter.js +1 -1
- package/lib/clients/web/alipay/openDocument.js +1 -1
- package/lib/clients/web/alipay/openSetting.js +1 -1
- package/lib/clients/web/alipay/previewImage.js +1 -1
- package/lib/clients/web/alipay/prompt.js +1 -1
- package/lib/clients/web/alipay/reLaunch.js +1 -1
- package/lib/clients/web/alipay/readBLECharacteristicValue.js +1 -1
- package/lib/clients/web/alipay/redirectTo.js +1 -1
- package/lib/clients/web/alipay/removeSavedFile.js +1 -1
- package/lib/clients/web/alipay/removeStorage.js +1 -1
- package/lib/clients/web/alipay/request.js +1 -1
- package/lib/clients/web/{intl → alipay}/rpc.d.ts +0 -0
- package/lib/clients/web/alipay/rpc.js +2 -0
- package/lib/clients/web/alipay/saveFile.js +1 -1
- package/lib/clients/web/alipay/saveImage.js +1 -1
- package/lib/clients/web/alipay/scan.js +1 -1
- package/lib/clients/web/alipay/sendSocketMessage.js +1 -1
- package/lib/clients/web/alipay/setBackgroundColor.js +1 -1
- package/lib/clients/web/alipay/setClipboard.js +1 -1
- package/lib/clients/web/alipay/setKeepScreenOn.js +1 -1
- package/lib/clients/web/alipay/setNavigationBar.js +1 -1
- package/lib/clients/web/alipay/setOptionMenu.js +1 -1
- package/lib/clients/web/alipay/setScreenBrightness.js +1 -1
- package/lib/clients/web/alipay/setStorage.js +1 -1
- package/lib/clients/web/alipay/setTabBarStyle.js +1 -1
- package/lib/clients/web/alipay/showActionSheet.js +1 -1
- package/lib/clients/web/alipay/showAuthGuide.js +1 -1
- package/lib/clients/web/alipay/showLoading.js +1 -1
- package/lib/clients/web/alipay/showNavigationBarLoading.js +1 -1
- package/lib/clients/web/alipay/showToast.js +1 -1
- package/lib/clients/web/alipay/signContract.js +1 -1
- package/lib/clients/web/alipay/startBluetoothDevicesDiscovery.js +1 -1
- package/lib/clients/web/alipay/startPullDownRefresh.js +1 -1
- package/lib/clients/web/alipay/stopBluetoothDevicesDiscovery.js +1 -1
- package/lib/clients/web/alipay/stopPullDownRefresh.js +1 -1
- package/lib/clients/web/alipay/tradePay.js +1 -1
- package/lib/clients/web/alipay/uploadFile.js +1 -1
- package/lib/clients/web/alipay/vibrate.js +1 -1
- package/lib/clients/web/alipay/watchShake.js +1 -1
- package/lib/clients/web/alipay/writeBLECharacteristicValue.js +1 -1
- package/lib/clients/web/alipay_hk/custom.d.ts +2 -0
- package/lib/clients/web/alipay_hk/custom.js +1 -0
- package/lib/clients/web/alipay_hk/generated.d.ts +2 -0
- package/lib/clients/web/alipay_hk/generated.js +1 -0
- package/lib/clients/web/alipay_hk/index.d.ts +1 -0
- package/lib/clients/web/alipay_hk/index.js +1 -0
- package/lib/clients/web/alipay_mo/custom.d.ts +2 -0
- package/lib/clients/web/alipay_mo/custom.js +1 -0
- package/lib/clients/web/alipay_mo/generated.d.ts +2 -0
- package/lib/clients/web/alipay_mo/generated.js +1 -0
- package/lib/clients/web/alipay_mo/index.d.ts +1 -0
- package/lib/clients/web/alipay_mo/index.js +1 -0
- package/lib/clients/web/alipay_plus/APRegionRPC.js +1 -1
- package/lib/clients/web/alipay_plus/addFatigueAction.js +1 -1
- package/lib/clients/web/alipay_plus/addPhoneContact.js +1 -1
- package/lib/clients/web/alipay_plus/alert.js +1 -1
- package/lib/clients/web/alipay_plus/apDisableJSAPI.js +1 -1
- package/lib/clients/web/alipay_plus/appxrpc.js +1 -1
- package/lib/clients/web/alipay_plus/batchQueryCdpSpaceInfo.js +1 -1
- package/lib/clients/web/alipay_plus/chooseImage.js +2 -2
- package/lib/clients/web/alipay_plus/choosePhoneContact.js +1 -1
- package/lib/clients/web/alipay_plus/clearStorage.js +1 -1
- package/lib/clients/web/alipay_plus/closeBluetoothAdapter.js +1 -1
- package/lib/clients/web/alipay_plus/closeSocket.js +1 -1
- package/lib/clients/web/alipay_plus/confirm.js +1 -1
- package/lib/clients/web/alipay_plus/connectBLEDevice.js +1 -1
- package/lib/clients/web/alipay_plus/connectSocket.js +1 -1
- package/lib/clients/web/alipay_plus/crossPay.js +1 -1
- package/lib/clients/web/alipay_plus/custom.js +29 -29
- package/lib/clients/web/alipay_plus/datePicker.js +1 -1
- package/lib/clients/web/alipay_plus/disconnectBLEDevice.js +1 -1
- package/lib/clients/web/alipay_plus/downloadFile.js +1 -1
- package/lib/clients/web/alipay_plus/exitApp.js +1 -1
- package/lib/clients/web/alipay_plus/generated.d.ts +2 -91
- package/lib/clients/web/alipay_plus/generated.js +52 -120
- package/lib/clients/web/alipay_plus/getAppToken.js +1 -1
- package/lib/clients/web/alipay_plus/getAuthCode.js +1 -1
- package/lib/clients/web/alipay_plus/getBLEDeviceCharacteristics.js +1 -1
- package/lib/clients/web/alipay_plus/getBLEDeviceServices.js +1 -1
- package/lib/clients/web/alipay_plus/getBatteryInfo.js +1 -1
- package/lib/clients/web/alipay_plus/getBluetoothAdapterState.js +1 -1
- package/lib/clients/web/alipay_plus/getBluetoothDevices.js +1 -1
- package/lib/clients/web/alipay_plus/getClipboard.js +1 -1
- package/lib/clients/web/alipay_plus/getComponentAuth.js +1 -1
- package/lib/clients/web/alipay_plus/getConnectedBluetoothDevices.js +1 -1
- package/lib/clients/web/alipay_plus/getFileInfo.js +1 -1
- package/lib/clients/web/alipay_plus/getImageInfo.js +1 -1
- package/lib/clients/web/alipay_plus/getLocation.js +1 -1
- package/lib/clients/web/alipay_plus/getNetworkType.js +1 -1
- package/lib/clients/web/alipay_plus/getOpenUserInfo.js +1 -1
- package/lib/clients/web/alipay_plus/getPaymentCode.js +1 -1
- package/lib/clients/web/alipay_plus/getPhoneNumber.js +1 -1
- package/lib/clients/web/alipay_plus/getSavedFileInfo.js +1 -1
- package/lib/clients/web/alipay_plus/getSavedFileList.js +1 -1
- package/lib/clients/web/alipay_plus/getScreenBrightness.js +1 -1
- package/lib/clients/web/alipay_plus/getServerTime.js +1 -1
- package/lib/clients/web/alipay_plus/getSetting.js +1 -1
- package/lib/clients/web/alipay_plus/getSiteInfo.js +1 -1
- package/lib/clients/web/alipay_plus/getStorage.js +1 -1
- package/lib/clients/web/alipay_plus/getSystemInfo.js +1 -1
- package/lib/clients/web/alipay_plus/hideBackHome.js +1 -1
- package/lib/clients/web/alipay_plus/hideKeyboard.js +1 -1
- package/lib/clients/web/alipay_plus/hideLoading.js +1 -1
- package/lib/clients/web/alipay_plus/hideNavigationBarLoading.js +1 -1
- package/lib/clients/web/alipay_plus/hideTabBar.js +1 -1
- package/lib/clients/web/alipay_plus/hideToast.js +1 -1
- package/lib/clients/web/alipay_plus/index.d.ts +2 -91
- package/lib/clients/web/alipay_plus/index.js +2 -2
- package/lib/clients/web/alipay_plus/inquireQuote.js +1 -1
- package/lib/clients/web/alipay_plus/isInstalledApp.js +1 -1
- package/lib/clients/web/alipay_plus/makePhoneCall.js +1 -1
- package/lib/clients/web/alipay_plus/multiLevelSelect.js +1 -1
- package/lib/clients/web/alipay_plus/navigateBack.js +1 -1
- package/lib/clients/web/alipay_plus/navigateBackMiniProgram.js +1 -1
- package/lib/clients/web/alipay_plus/navigateTo.js +1 -1
- package/lib/clients/web/alipay_plus/navigateToBizScene.js +1 -1
- package/lib/clients/web/alipay_plus/navigateToMiniProgram.js +1 -1
- package/lib/clients/web/alipay_plus/notifyBLECharacteristicValueChange.js +1 -1
- package/lib/clients/web/alipay_plus/offBLECharacteristicValueChange.js +1 -1
- package/lib/clients/web/alipay_plus/offBLEConnectionStateChanged.js +1 -1
- package/lib/clients/web/alipay_plus/offBluetoothAdapterStateChange.js +1 -1
- package/lib/clients/web/alipay_plus/offBluetoothDeviceFound.js +1 -1
- package/lib/clients/web/alipay_plus/offMemoryWarning.js +1 -1
- package/lib/clients/web/alipay_plus/offSocketClose.js +1 -1
- package/lib/clients/web/alipay_plus/offSocketError.js +1 -1
- package/lib/clients/web/alipay_plus/offSocketMessage.js +1 -1
- package/lib/clients/web/alipay_plus/offSocketOpen.js +1 -1
- package/lib/clients/web/alipay_plus/onBLECharacteristicValueChange.js +1 -1
- package/lib/clients/web/alipay_plus/onBLEConnectionStateChanged.js +1 -1
- package/lib/clients/web/alipay_plus/onBluetoothAdapterStateChange.js +1 -1
- package/lib/clients/web/alipay_plus/onBluetoothDeviceFound.js +1 -1
- package/lib/clients/web/alipay_plus/onMemoryWarning.js +1 -1
- package/lib/clients/web/alipay_plus/onSocketClose.js +1 -1
- package/lib/clients/web/alipay_plus/onSocketError.js +1 -1
- package/lib/clients/web/alipay_plus/onSocketMessage.js +1 -1
- package/lib/clients/web/alipay_plus/onSocketOpen.js +1 -1
- package/lib/clients/web/alipay_plus/openBluetoothAdapter.js +1 -1
- package/lib/clients/web/alipay_plus/openDocument.js +1 -1
- package/lib/clients/web/alipay_plus/openSchemeWithBacking.js +1 -1
- package/lib/clients/web/alipay_plus/openSetting.js +1 -1
- package/lib/clients/web/alipay_plus/paySignCenter.js +1 -1
- package/lib/clients/web/alipay_plus/previewImage.js +1 -1
- package/lib/clients/web/alipay_plus/prompt.js +1 -1
- package/lib/clients/web/alipay_plus/reLaunch.js +1 -1
- package/lib/clients/web/alipay_plus/readBLECharacteristicValue.js +1 -1
- package/lib/clients/web/alipay_plus/redirectTo.js +1 -1
- package/lib/clients/web/alipay_plus/regionFetchAllApps.js +1 -1
- package/lib/clients/web/alipay_plus/regionSearchAppsByKeywords.js +1 -1
- package/lib/clients/web/alipay_plus/removeSavedFile.js +1 -1
- package/lib/clients/web/alipay_plus/removeStorage.js +1 -1
- package/lib/clients/web/alipay_plus/request.js +1 -1
- package/lib/clients/web/alipay_plus/rpc.js +1 -1
- package/lib/clients/web/alipay_plus/saveFile.js +1 -1
- package/lib/clients/web/alipay_plus/saveImage.js +1 -1
- package/lib/clients/web/alipay_plus/scan.js +1 -1
- package/lib/clients/web/alipay_plus/sendSocketMessage.js +1 -1
- package/lib/clients/web/alipay_plus/setBackgroundColor.js +1 -1
- package/lib/clients/web/alipay_plus/setClipboard.js +1 -1
- package/lib/clients/web/alipay_plus/setKeepScreenOn.js +1 -1
- package/lib/clients/web/alipay_plus/setNavigationBar.js +1 -1
- package/lib/clients/web/alipay_plus/setOptionMenu.js +1 -1
- package/lib/clients/web/alipay_plus/setScreenBrightness.js +1 -1
- package/lib/clients/web/alipay_plus/setStorage.js +1 -1
- package/lib/clients/web/alipay_plus/setTabBarStyle.js +1 -1
- package/lib/clients/web/alipay_plus/showActionSheet.js +1 -1
- package/lib/clients/web/alipay_plus/showAuthGuide.js +1 -1
- package/lib/clients/web/alipay_plus/showLoading.js +1 -1
- package/lib/clients/web/alipay_plus/showNavigationBarLoading.js +1 -1
- package/lib/clients/web/alipay_plus/showToast.js +1 -1
- package/lib/clients/web/alipay_plus/signContract.js +1 -1
- package/lib/clients/web/alipay_plus/startApp.js +1 -1
- package/lib/clients/web/alipay_plus/startBizService.js +1 -1
- package/lib/clients/web/alipay_plus/startBluetoothDevicesDiscovery.js +1 -1
- package/lib/clients/web/alipay_plus/startPullDownRefresh.js +1 -1
- package/lib/clients/web/alipay_plus/stopBluetoothDevicesDiscovery.js +1 -1
- package/lib/clients/web/alipay_plus/stopPullDownRefresh.js +1 -1
- package/lib/clients/web/alipay_plus/thirdPartyAuthForAc.js +1 -1
- package/lib/clients/web/alipay_plus/tradePay.js +1 -1
- package/lib/clients/web/alipay_plus/uploadApdidToken.js +1 -1
- package/lib/clients/web/alipay_plus/uploadFile.js +1 -1
- package/lib/clients/web/alipay_plus/vibrate.js +1 -1
- package/lib/clients/web/alipay_plus/watchShake.js +1 -1
- package/lib/clients/web/alipay_plus/writeBLECharacteristicValue.js +1 -1
- package/lib/clients/web/alipay_vn/custom.d.ts +2 -0
- package/lib/clients/web/alipay_vn/custom.js +1 -0
- package/lib/clients/web/alipay_vn/generated.d.ts +2 -0
- package/lib/clients/web/alipay_vn/generated.js +1 -0
- package/lib/clients/web/alipay_vn/index.d.ts +1 -0
- package/lib/clients/web/alipay_vn/index.js +1 -0
- package/lib/clients/web/daraz/custom.d.ts +2 -0
- package/lib/clients/web/daraz/custom.js +1 -0
- package/lib/clients/web/daraz/generated.d.ts +2 -0
- package/lib/clients/web/daraz/generated.js +1 -0
- package/lib/clients/web/daraz/index.d.ts +1 -0
- package/lib/clients/web/daraz/index.js +1 -0
- package/lib/clients/web/h5/alert.d.ts +2 -0
- package/lib/clients/web/h5/alert.js +4 -0
- package/lib/clients/web/h5/confirm.d.ts +1 -0
- package/lib/clients/web/h5/confirm.js +1 -0
- package/lib/clients/web/h5/custom.d.ts +19 -0
- package/lib/clients/web/h5/custom.js +18 -0
- package/lib/clients/web/h5/generated.d.ts +2 -0
- package/lib/clients/web/h5/generated.js +1 -0
- package/lib/clients/web/h5/getLocation.d.ts +1 -0
- package/lib/clients/web/h5/getLocation.js +4 -0
- package/lib/clients/web/h5/hideLoading.d.ts +1 -0
- package/lib/clients/web/h5/hideLoading.js +1 -0
- package/lib/clients/web/h5/hideToast.d.ts +1 -0
- package/lib/clients/web/h5/hideToast.js +1 -0
- package/lib/clients/web/h5/index.d.ts +11 -0
- package/lib/clients/web/h5/index.js +19 -0
- package/lib/clients/web/h5/request.d.ts +2 -0
- package/lib/clients/web/h5/request.js +4 -0
- package/lib/clients/web/h5/showLoading.d.ts +2 -0
- package/lib/clients/web/h5/showLoading.js +4 -0
- package/lib/clients/web/h5/showToast.d.ts +2 -0
- package/lib/clients/web/h5/showToast.js +4 -0
- package/lib/clients/web/kkp/custom.d.ts +2 -0
- package/lib/clients/web/kkp/custom.js +1 -0
- package/lib/clients/web/kkp/generated.d.ts +2 -0
- package/lib/clients/web/kkp/generated.js +1 -0
- package/lib/clients/web/kkp/index.d.ts +1 -0
- package/lib/clients/web/kkp/index.js +1 -0
- package/lib/clients/web/lazada/custom.d.ts +2 -0
- package/lib/clients/web/lazada/custom.js +1 -0
- package/lib/clients/web/lazada/generated.d.ts +2 -0
- package/lib/clients/web/lazada/generated.js +1 -0
- package/lib/clients/web/lazada/index.d.ts +1 -0
- package/lib/clients/web/lazada/index.js +1 -0
- package/lib/clients/web/taobao/custom.d.ts +2 -0
- package/lib/clients/web/taobao/custom.js +1 -0
- package/lib/clients/web/taobao/generated.d.ts +2 -0
- package/lib/clients/web/taobao/generated.js +1 -0
- package/lib/clients/web/taobao/index.d.ts +1 -0
- package/lib/clients/web/taobao/index.js +1 -0
- package/lib/clients/web/taobao_overseas/custom.d.ts +2 -0
- package/lib/clients/web/taobao_overseas/custom.js +1 -0
- package/lib/clients/web/taobao_overseas/generated.d.ts +2 -0
- package/lib/clients/web/taobao_overseas/generated.js +1 -0
- package/lib/clients/web/taobao_overseas/index.d.ts +1 -0
- package/lib/clients/web/taobao_overseas/index.js +1 -0
- package/lib/common/apis/custom/mp/crossPay.js +1 -1
- package/lib/common/apis/custom/mp_web/getAppIdSync.js +1 -1
- package/lib/common/apis/custom/web/alert.js +1 -1
- package/lib/common/apis/custom/web/choosePhoneContact.js +1 -1
- package/lib/common/apis/custom/web/clearStorage.js +1 -1
- package/lib/common/apis/custom/web/confirm.js +1 -1
- package/lib/common/apis/custom/web/datePicker.js +1 -1
- package/lib/common/apis/custom/web/downloadFile.js +1 -1
- package/lib/common/apis/custom/web/getAuthCode.js +1 -1
- package/lib/common/apis/custom/web/getLocation.js +1 -1
- package/lib/common/apis/custom/web/getNetworkType.js +1 -1
- package/lib/common/apis/custom/web/getPhoneNumber.js +1 -1
- package/lib/common/apis/custom/web/getStorage.js +2 -2
- package/lib/common/apis/custom/web/hideNavigationBarLoading.js +1 -1
- package/lib/common/apis/custom/web/multiLevelSelect.js +1 -1
- package/lib/common/apis/custom/web/navigateBack.js +1 -1
- package/lib/common/apis/custom/web/navigateTo.js +1 -1
- package/lib/common/apis/custom/web/previewImage.js +1 -1
- package/lib/common/apis/custom/web/reLaunch.js +1 -1
- package/lib/common/apis/custom/web/removeStorage.js +1 -1
- package/lib/common/apis/custom/web/request.js +2 -2
- package/lib/common/apis/custom/web/saveFile.js +1 -1
- package/lib/common/apis/custom/web/saveImage.js +1 -1
- package/lib/common/apis/custom/web/setKeepScreenOn.js +1 -1
- package/lib/common/apis/custom/web/setNavigationBar.js +2 -2
- package/lib/common/apis/custom/web/setOptionMenu.js +1 -1
- package/lib/common/apis/custom/web/setStorage.js +2 -2
- package/lib/common/apis/custom/web/setTabBarStyle.js +1 -1
- package/lib/common/apis/custom/web/showActionSheet.js +1 -1
- package/lib/common/apis/custom/web/showAuthGuide.js +1 -1
- package/lib/common/apis/custom/web/showNavigationBarLoading.js +1 -1
- package/lib/common/apis/custom/web/showToast.js +1 -1
- package/lib/common/apis/custom/web/startPullDownRefresh.js +1 -1
- package/lib/common/apis/custom/web/stopPullDownRefresh.js +1 -1
- package/lib/common/apis/custom/web/uploadFile.js +1 -1
- package/lib/common/apis/generated/APRegionRPC.js +1 -1
- package/lib/common/apis/generated/addFatigueAction.js +1 -1
- package/lib/common/apis/generated/addPhoneContact.js +1 -1
- package/lib/common/apis/generated/alert.js +1 -1
- package/lib/common/apis/generated/apDisableJSAPI.js +1 -1
- package/lib/common/apis/generated/appxrpc.js +1 -1
- package/lib/common/apis/generated/batchQueryCdpSpaceInfo.js +1 -1
- package/lib/common/apis/generated/chooseImage.js +1 -1
- package/lib/common/apis/generated/choosePhoneContact.js +1 -1
- package/lib/common/apis/generated/clearStorage.js +1 -1
- package/lib/common/apis/generated/clearStorageSync.js +1 -1
- package/lib/common/apis/generated/closeBluetoothAdapter.js +1 -1
- package/lib/common/apis/generated/closeSocket.js +1 -1
- package/lib/common/apis/generated/confirm.js +1 -1
- package/lib/common/apis/generated/connectBLEDevice.js +1 -1
- package/lib/common/apis/generated/connectSocket.js +1 -1
- package/lib/common/apis/generated/createAnimation.js +1 -1
- package/lib/common/apis/generated/createWebViewContext.js +1 -1
- package/lib/common/apis/generated/crossPay.js +1 -1
- package/lib/common/apis/generated/datePicker.js +1 -1
- package/lib/common/apis/generated/disconnectBLEDevice.js +1 -1
- package/lib/common/apis/generated/downloadFile.js +1 -1
- package/lib/common/apis/generated/exitApp.js +1 -1
- package/lib/common/apis/generated/getAppIdSync.js +1 -1
- package/lib/common/apis/generated/getAppToken.js +1 -1
- package/lib/common/apis/generated/getAuthCode.js +1 -1
- package/lib/common/apis/generated/getBLEDeviceCharacteristics.js +1 -1
- package/lib/common/apis/generated/getBLEDeviceServices.js +1 -1
- package/lib/common/apis/generated/getBatteryInfo.js +1 -1
- package/lib/common/apis/generated/getBluetoothAdapterState.js +1 -1
- package/lib/common/apis/generated/getBluetoothDevices.js +1 -1
- package/lib/common/apis/generated/getClipboard.js +1 -1
- package/lib/common/apis/generated/getComponentAuth.js +1 -1
- package/lib/common/apis/generated/getConnectedBluetoothDevices.js +1 -1
- package/lib/common/apis/generated/getFileInfo.js +1 -1
- package/lib/common/apis/generated/getImageInfo.js +1 -1
- package/lib/common/apis/generated/getLocation.js +1 -1
- package/lib/common/apis/generated/getNetworkType.js +1 -1
- package/lib/common/apis/generated/getOpenUserInfo.js +1 -1
- package/lib/common/apis/generated/getPaymentCode.js +1 -1
- package/lib/common/apis/generated/getPhoneNumber.js +1 -1
- package/lib/common/apis/generated/getSavedFileInfo.js +1 -1
- package/lib/common/apis/generated/getSavedFileList.js +1 -1
- package/lib/common/apis/generated/getScreenBrightness.js +1 -1
- package/lib/common/apis/generated/getServerTime.js +1 -1
- package/lib/common/apis/generated/getSetting.js +1 -1
- package/lib/common/apis/generated/getSiteInfo.d.ts +1 -3
- package/lib/common/apis/generated/getSiteInfo.js +1 -1
- package/lib/common/apis/generated/getStorage.js +1 -1
- package/lib/common/apis/generated/getStorageSync.js +1 -1
- package/lib/common/apis/generated/getSystemInfo.js +1 -1
- package/lib/common/apis/generated/hideBackHome.js +1 -1
- package/lib/common/apis/generated/hideKeyboard.js +1 -1
- package/lib/common/apis/generated/hideLoading.js +1 -1
- package/lib/common/apis/generated/hideNavigationBarLoading.js +1 -1
- package/lib/common/apis/generated/hideTabBar.js +1 -1
- package/lib/common/apis/generated/hideToast.js +1 -1
- package/lib/common/apis/generated/inquireQuote.js +1 -1
- package/lib/common/apis/generated/isInstalledApp.js +1 -1
- package/lib/common/apis/generated/makePhoneCall.js +1 -1
- package/lib/common/apis/generated/multiLevelSelect.js +1 -1
- package/lib/common/apis/generated/navigateBack.js +1 -1
- package/lib/common/apis/generated/navigateBackMiniProgram.js +1 -1
- package/lib/common/apis/generated/navigateTo.js +1 -1
- package/lib/common/apis/generated/navigateToBizScene.js +1 -1
- package/lib/common/apis/generated/navigateToMiniProgram.js +1 -1
- package/lib/common/apis/generated/notifyBLECharacteristicValueChange.js +1 -1
- package/lib/common/apis/generated/offAccelerometerChange.js +1 -1
- package/lib/common/apis/generated/offBLECharacteristicValueChange.js +1 -1
- package/lib/common/apis/generated/offBLEConnectionStateChanged.js +1 -1
- package/lib/common/apis/generated/offBluetoothAdapterStateChange.js +1 -1
- package/lib/common/apis/generated/offBluetoothDeviceFound.js +1 -1
- package/lib/common/apis/generated/offCompassChange.js +1 -1
- package/lib/common/apis/generated/offMemoryWarning.js +1 -1
- package/lib/common/apis/generated/offSocketClose.js +1 -1
- package/lib/common/apis/generated/offSocketError.js +1 -1
- package/lib/common/apis/generated/offSocketMessage.js +1 -1
- package/lib/common/apis/generated/offSocketOpen.js +1 -1
- package/lib/common/apis/generated/offUserCaptureScreen.js +1 -1
- package/lib/common/apis/generated/onAccelerometerChange.js +1 -1
- package/lib/common/apis/generated/onBLECharacteristicValueChange.js +1 -1
- package/lib/common/apis/generated/onBLEConnectionStateChanged.js +1 -1
- package/lib/common/apis/generated/onBluetoothAdapterStateChange.js +1 -1
- package/lib/common/apis/generated/onBluetoothDeviceFound.js +1 -1
- package/lib/common/apis/generated/onCompassChange.js +1 -1
- package/lib/common/apis/generated/onMemoryWarning.js +1 -1
- package/lib/common/apis/generated/onSocketClose.js +1 -1
- package/lib/common/apis/generated/onSocketError.js +1 -1
- package/lib/common/apis/generated/onSocketMessage.js +1 -1
- package/lib/common/apis/generated/onSocketOpen.js +1 -1
- package/lib/common/apis/generated/onUserCaptureScreen.js +1 -1
- package/lib/common/apis/generated/openBluetoothAdapter.js +1 -1
- package/lib/common/apis/generated/openDocument.js +1 -1
- package/lib/common/apis/generated/openSchemeWithBacking.js +1 -1
- package/lib/common/apis/generated/openSetting.js +1 -1
- package/lib/common/apis/generated/pageScrollTo.js +1 -1
- package/lib/common/apis/generated/paySignCenter.js +1 -1
- package/lib/common/apis/generated/previewImage.js +1 -1
- package/lib/common/apis/generated/prompt.js +1 -1
- package/lib/common/apis/generated/reLaunch.js +1 -1
- package/lib/common/apis/generated/readBLECharacteristicValue.js +1 -1
- package/lib/common/apis/generated/redirectTo.js +1 -1
- package/lib/common/apis/generated/regionFetchAllApps.js +1 -1
- package/lib/common/apis/generated/regionSearchAppsByKeywords.js +1 -1
- package/lib/common/apis/generated/removeSavedFile.js +1 -1
- package/lib/common/apis/generated/removeStorage.js +1 -1
- package/lib/common/apis/generated/removeStorageSync.js +1 -1
- package/lib/common/apis/generated/request.js +1 -1
- package/lib/common/apis/generated/rpc.d.ts +1 -1
- package/lib/common/apis/generated/rpc.js +1 -1
- package/lib/common/apis/generated/saveFile.js +1 -1
- package/lib/common/apis/generated/saveImage.js +1 -1
- package/lib/common/apis/generated/scan.js +1 -1
- package/lib/common/apis/generated/sendSocketMessage.js +1 -1
- package/lib/common/apis/generated/setBackgroundColor.js +1 -1
- package/lib/common/apis/generated/setCanPullDown.js +1 -1
- package/lib/common/apis/generated/setClipboard.js +1 -1
- package/lib/common/apis/generated/setKeepScreenOn.js +1 -1
- package/lib/common/apis/generated/setNavigationBar.js +1 -1
- package/lib/common/apis/generated/setOptionMenu.js +1 -1
- package/lib/common/apis/generated/setScreenBrightness.js +1 -1
- package/lib/common/apis/generated/setStorage.js +1 -1
- package/lib/common/apis/generated/setStorageSync.js +1 -1
- package/lib/common/apis/generated/setTabBarStyle.js +1 -1
- package/lib/common/apis/generated/showActionSheet.js +1 -1
- package/lib/common/apis/generated/showAuthGuide.js +1 -1
- package/lib/common/apis/generated/showLoading.js +1 -1
- package/lib/common/apis/generated/showNavigationBarLoading.js +1 -1
- package/lib/common/apis/generated/showToast.js +1 -1
- package/lib/common/apis/generated/signContract.js +1 -1
- package/lib/common/apis/generated/startApp.js +1 -1
- package/lib/common/apis/generated/startBizService.js +1 -1
- package/lib/common/apis/generated/startBluetoothDevicesDiscovery.js +1 -1
- package/lib/common/apis/generated/startPullDownRefresh.js +1 -1
- package/lib/common/apis/generated/stopBluetoothDevicesDiscovery.js +1 -1
- package/lib/common/apis/generated/stopPullDownRefresh.js +1 -1
- package/lib/common/apis/generated/switchTab.js +1 -1
- package/lib/common/apis/generated/thirdPartyAuthForAc.js +1 -1
- package/lib/common/apis/generated/tradePay.js +1 -1
- package/lib/common/apis/generated/uploadApdidToken.js +1 -1
- package/lib/common/apis/generated/uploadFile.js +1 -1
- package/lib/common/apis/generated/vibrate.js +1 -1
- package/lib/common/apis/generated/watchShake.js +1 -1
- package/lib/common/apis/generated/writeBLECharacteristicValue.js +1 -1
- package/lib/common/call/index.js +6 -6
- package/lib/common/call/mpWeb.js +1 -1
- package/lib/common/call/web.js +1 -1
- package/lib/common/canIUse.js +144 -144
- package/lib/common/constants.d.ts +24 -5
- package/lib/common/constants.js +24 -5
- package/lib/common/notFound.js +2 -2
- package/lib/common/utils.js +1 -1
- package/lib/common/webview-bridge.js +2 -2
- package/lib/index.js +9 -9
- package/lib/types/index.js +3 -3
- package/lib/types/mp.d.ts +11 -1
- package/lib/umd/index.js +2 -1
- package/lib/umd/index.js.LICENSE.txt +1 -0
- package/lib/umd/mp_ae.js +1 -0
- package/lib/umd/mp_alipay.js +1 -0
- package/lib/umd/mp_alipay_hk.js +1 -0
- package/lib/umd/mp_alipay_plus.js +1 -0
- package/lib/umd/mp_alipay_vn.js +1 -0
- package/lib/umd/mp_dana.js +1 -0
- package/lib/umd/mp_gcash.js +1 -0
- package/lib/umd/mp_lazada.js +1 -0
- package/lib/umd/mp_taobao.js +1 -0
- package/lib/umd/mp_tmall.js +1 -0
- package/lib/umd/mp_tmn.js +1 -0
- package/lib/umd/mp_tngd.js +1 -0
- package/lib/umd/mp_web_alipay.js +1 -0
- package/lib/umd/mp_web_alipay_plus.js +1 -0
- package/lib/umd/web_ae.js +1 -0
- package/lib/umd/web_alipay.js +1 -0
- package/lib/umd/web_alipay_hk.js +1 -0
- package/lib/umd/web_alipay_mo.js +1 -0
- package/lib/umd/web_alipay_plus.js +1 -0
- package/lib/umd/web_alipay_vn.js +1 -0
- package/lib/umd/web_daraz.js +1 -0
- package/lib/umd/web_h5.js +2 -0
- package/lib/umd/web_h5.js.LICENSE.txt +1 -0
- package/lib/umd/web_kkp.js +1 -0
- package/lib/umd/web_lazada.js +1 -0
- package/lib/umd/web_taobao.js +1 -0
- package/lib/umd/web_taobao_overseas.js +1 -0
- package/package.json +11 -10
- package/lib/clients/mp/intl/APRegionRPC.d.ts +0 -2
- package/lib/clients/mp/intl/APRegionRPC.js +0 -2
- package/lib/clients/mp/intl/addFatigueAction.d.ts +0 -2
- package/lib/clients/mp/intl/addFatigueAction.js +0 -2
- package/lib/clients/mp/intl/addPhoneContact.d.ts +0 -2
- package/lib/clients/mp/intl/addPhoneContact.js +0 -2
- package/lib/clients/mp/intl/alert.d.ts +0 -2
- package/lib/clients/mp/intl/alert.js +0 -2
- package/lib/clients/mp/intl/apDisableJSAPI.d.ts +0 -2
- package/lib/clients/mp/intl/apDisableJSAPI.js +0 -2
- package/lib/clients/mp/intl/appxrpc.d.ts +0 -2
- package/lib/clients/mp/intl/appxrpc.js +0 -2
- package/lib/clients/mp/intl/batchQueryCdpSpaceInfo.d.ts +0 -2
- package/lib/clients/mp/intl/batchQueryCdpSpaceInfo.js +0 -2
- package/lib/clients/mp/intl/chooseImage.d.ts +0 -2
- package/lib/clients/mp/intl/chooseImage.js +0 -2
- package/lib/clients/mp/intl/choosePhoneContact.d.ts +0 -2
- package/lib/clients/mp/intl/choosePhoneContact.js +0 -2
- package/lib/clients/mp/intl/clearStorage.d.ts +0 -2
- package/lib/clients/mp/intl/clearStorage.js +0 -2
- package/lib/clients/mp/intl/clearStorageSync.d.ts +0 -2
- package/lib/clients/mp/intl/clearStorageSync.js +0 -2
- package/lib/clients/mp/intl/closeBluetoothAdapter.d.ts +0 -2
- package/lib/clients/mp/intl/closeBluetoothAdapter.js +0 -2
- package/lib/clients/mp/intl/closeSocket.d.ts +0 -2
- package/lib/clients/mp/intl/closeSocket.js +0 -2
- package/lib/clients/mp/intl/confirm.d.ts +0 -2
- package/lib/clients/mp/intl/confirm.js +0 -2
- package/lib/clients/mp/intl/connectBLEDevice.d.ts +0 -2
- package/lib/clients/mp/intl/connectBLEDevice.js +0 -2
- package/lib/clients/mp/intl/connectSocket.d.ts +0 -2
- package/lib/clients/mp/intl/connectSocket.js +0 -2
- package/lib/clients/mp/intl/createAnimation.d.ts +0 -2
- package/lib/clients/mp/intl/createAnimation.js +0 -2
- package/lib/clients/mp/intl/createWebViewContext.d.ts +0 -2
- package/lib/clients/mp/intl/createWebViewContext.js +0 -2
- package/lib/clients/mp/intl/crossPay.d.ts +0 -2
- package/lib/clients/mp/intl/crossPay.js +0 -2
- package/lib/clients/mp/intl/datePicker.d.ts +0 -2
- package/lib/clients/mp/intl/datePicker.js +0 -2
- package/lib/clients/mp/intl/disconnectBLEDevice.d.ts +0 -2
- package/lib/clients/mp/intl/disconnectBLEDevice.js +0 -2
- package/lib/clients/mp/intl/downloadFile.d.ts +0 -2
- package/lib/clients/mp/intl/downloadFile.js +0 -2
- package/lib/clients/mp/intl/exitApp.d.ts +0 -2
- package/lib/clients/mp/intl/exitApp.js +0 -2
- package/lib/clients/mp/intl/generated.d.ts +0 -254
- package/lib/clients/mp/intl/generated.js +0 -286
- package/lib/clients/mp/intl/getAppIdSync.d.ts +0 -2
- package/lib/clients/mp/intl/getAppIdSync.js +0 -2
- package/lib/clients/mp/intl/getAppToken.d.ts +0 -2
- package/lib/clients/mp/intl/getAppToken.js +0 -2
- package/lib/clients/mp/intl/getAuthCode.d.ts +0 -2
- package/lib/clients/mp/intl/getAuthCode.js +0 -2
- package/lib/clients/mp/intl/getBLEDeviceCharacteristics.d.ts +0 -2
- package/lib/clients/mp/intl/getBLEDeviceCharacteristics.js +0 -2
- package/lib/clients/mp/intl/getBLEDeviceServices.d.ts +0 -2
- package/lib/clients/mp/intl/getBLEDeviceServices.js +0 -2
- package/lib/clients/mp/intl/getBatteryInfo.d.ts +0 -2
- package/lib/clients/mp/intl/getBatteryInfo.js +0 -2
- package/lib/clients/mp/intl/getBluetoothAdapterState.d.ts +0 -2
- package/lib/clients/mp/intl/getBluetoothAdapterState.js +0 -2
- package/lib/clients/mp/intl/getBluetoothDevices.d.ts +0 -2
- package/lib/clients/mp/intl/getBluetoothDevices.js +0 -2
- package/lib/clients/mp/intl/getClipboard.d.ts +0 -2
- package/lib/clients/mp/intl/getClipboard.js +0 -2
- package/lib/clients/mp/intl/getComponentAuth.d.ts +0 -2
- package/lib/clients/mp/intl/getComponentAuth.js +0 -2
- package/lib/clients/mp/intl/getConnectedBluetoothDevices.d.ts +0 -2
- package/lib/clients/mp/intl/getConnectedBluetoothDevices.js +0 -2
- package/lib/clients/mp/intl/getFileInfo.d.ts +0 -2
- package/lib/clients/mp/intl/getFileInfo.js +0 -2
- package/lib/clients/mp/intl/getImageInfo.d.ts +0 -2
- package/lib/clients/mp/intl/getImageInfo.js +0 -2
- package/lib/clients/mp/intl/getLocation.d.ts +0 -2
- package/lib/clients/mp/intl/getLocation.js +0 -2
- package/lib/clients/mp/intl/getNetworkType.d.ts +0 -2
- package/lib/clients/mp/intl/getNetworkType.js +0 -2
- package/lib/clients/mp/intl/getOpenUserInfo.d.ts +0 -3
- package/lib/clients/mp/intl/getOpenUserInfo.js +0 -35
- package/lib/clients/mp/intl/getPaymentCode.d.ts +0 -2
- package/lib/clients/mp/intl/getPaymentCode.js +0 -2
- package/lib/clients/mp/intl/getPhoneNumber.d.ts +0 -2
- package/lib/clients/mp/intl/getPhoneNumber.js +0 -2
- package/lib/clients/mp/intl/getSavedFileInfo.d.ts +0 -2
- package/lib/clients/mp/intl/getSavedFileInfo.js +0 -2
- package/lib/clients/mp/intl/getSavedFileList.d.ts +0 -2
- package/lib/clients/mp/intl/getSavedFileList.js +0 -2
- package/lib/clients/mp/intl/getScreenBrightness.d.ts +0 -2
- package/lib/clients/mp/intl/getScreenBrightness.js +0 -2
- package/lib/clients/mp/intl/getServerTime.d.ts +0 -2
- package/lib/clients/mp/intl/getServerTime.js +0 -2
- package/lib/clients/mp/intl/getSetting.d.ts +0 -2
- package/lib/clients/mp/intl/getSetting.js +0 -2
- package/lib/clients/mp/intl/getSiteInfo.d.ts +0 -2
- package/lib/clients/mp/intl/getSiteInfo.js +0 -2
- package/lib/clients/mp/intl/getStorage.d.ts +0 -2
- package/lib/clients/mp/intl/getStorage.js +0 -2
- package/lib/clients/mp/intl/getStorageSync.d.ts +0 -2
- package/lib/clients/mp/intl/getStorageSync.js +0 -2
- package/lib/clients/mp/intl/getSystemInfo.d.ts +0 -2
- package/lib/clients/mp/intl/getSystemInfo.js +0 -2
- package/lib/clients/mp/intl/hideBackHome.d.ts +0 -2
- package/lib/clients/mp/intl/hideBackHome.js +0 -2
- package/lib/clients/mp/intl/hideKeyboard.d.ts +0 -2
- package/lib/clients/mp/intl/hideKeyboard.js +0 -2
- package/lib/clients/mp/intl/hideLoading.d.ts +0 -2
- package/lib/clients/mp/intl/hideLoading.js +0 -2
- package/lib/clients/mp/intl/hideNavigationBarLoading.d.ts +0 -2
- package/lib/clients/mp/intl/hideNavigationBarLoading.js +0 -2
- package/lib/clients/mp/intl/hideTabBar.d.ts +0 -2
- package/lib/clients/mp/intl/hideTabBar.js +0 -2
- package/lib/clients/mp/intl/hideToast.d.ts +0 -2
- package/lib/clients/mp/intl/hideToast.js +0 -2
- package/lib/clients/mp/intl/index.d.ts +0 -254
- package/lib/clients/mp/intl/index.js +0 -19
- package/lib/clients/mp/intl/inquireQuote.d.ts +0 -2
- package/lib/clients/mp/intl/inquireQuote.js +0 -2
- package/lib/clients/mp/intl/isInstalledApp.d.ts +0 -2
- package/lib/clients/mp/intl/isInstalledApp.js +0 -2
- package/lib/clients/mp/intl/makePhoneCall.d.ts +0 -2
- package/lib/clients/mp/intl/makePhoneCall.js +0 -2
- package/lib/clients/mp/intl/multiLevelSelect.d.ts +0 -2
- package/lib/clients/mp/intl/multiLevelSelect.js +0 -2
- package/lib/clients/mp/intl/navigateBack.d.ts +0 -2
- package/lib/clients/mp/intl/navigateBack.js +0 -2
- package/lib/clients/mp/intl/navigateBackMiniProgram.d.ts +0 -2
- package/lib/clients/mp/intl/navigateBackMiniProgram.js +0 -2
- package/lib/clients/mp/intl/navigateTo.d.ts +0 -2
- package/lib/clients/mp/intl/navigateTo.js +0 -2
- package/lib/clients/mp/intl/navigateToBizScene.d.ts +0 -2
- package/lib/clients/mp/intl/navigateToBizScene.js +0 -2
- package/lib/clients/mp/intl/navigateToMiniProgram.d.ts +0 -2
- package/lib/clients/mp/intl/navigateToMiniProgram.js +0 -2
- package/lib/clients/mp/intl/notifyBLECharacteristicValueChange.d.ts +0 -2
- package/lib/clients/mp/intl/notifyBLECharacteristicValueChange.js +0 -2
- package/lib/clients/mp/intl/offAccelerometerChange.d.ts +0 -2
- package/lib/clients/mp/intl/offAccelerometerChange.js +0 -2
- package/lib/clients/mp/intl/offBLECharacteristicValueChange.d.ts +0 -2
- package/lib/clients/mp/intl/offBLECharacteristicValueChange.js +0 -2
- package/lib/clients/mp/intl/offBLEConnectionStateChanged.d.ts +0 -2
- package/lib/clients/mp/intl/offBLEConnectionStateChanged.js +0 -2
- package/lib/clients/mp/intl/offBluetoothAdapterStateChange.d.ts +0 -2
- package/lib/clients/mp/intl/offBluetoothAdapterStateChange.js +0 -2
- package/lib/clients/mp/intl/offBluetoothDeviceFound.d.ts +0 -2
- package/lib/clients/mp/intl/offBluetoothDeviceFound.js +0 -2
- package/lib/clients/mp/intl/offCompassChange.d.ts +0 -2
- package/lib/clients/mp/intl/offCompassChange.js +0 -2
- package/lib/clients/mp/intl/offMemoryWarning.d.ts +0 -2
- package/lib/clients/mp/intl/offMemoryWarning.js +0 -2
- package/lib/clients/mp/intl/offSocketClose.d.ts +0 -2
- package/lib/clients/mp/intl/offSocketClose.js +0 -2
- package/lib/clients/mp/intl/offSocketError.d.ts +0 -2
- package/lib/clients/mp/intl/offSocketError.js +0 -2
- package/lib/clients/mp/intl/offSocketMessage.d.ts +0 -2
- package/lib/clients/mp/intl/offSocketMessage.js +0 -2
- package/lib/clients/mp/intl/offSocketOpen.d.ts +0 -2
- package/lib/clients/mp/intl/offSocketOpen.js +0 -2
- package/lib/clients/mp/intl/offUserCaptureScreen.d.ts +0 -2
- package/lib/clients/mp/intl/offUserCaptureScreen.js +0 -2
- package/lib/clients/mp/intl/onAccelerometerChange.d.ts +0 -2
- package/lib/clients/mp/intl/onAccelerometerChange.js +0 -2
- package/lib/clients/mp/intl/onBLECharacteristicValueChange.d.ts +0 -2
- package/lib/clients/mp/intl/onBLECharacteristicValueChange.js +0 -2
- package/lib/clients/mp/intl/onBLEConnectionStateChanged.d.ts +0 -2
- package/lib/clients/mp/intl/onBLEConnectionStateChanged.js +0 -2
- package/lib/clients/mp/intl/onBluetoothAdapterStateChange.d.ts +0 -2
- package/lib/clients/mp/intl/onBluetoothAdapterStateChange.js +0 -2
- package/lib/clients/mp/intl/onBluetoothDeviceFound.d.ts +0 -2
- package/lib/clients/mp/intl/onBluetoothDeviceFound.js +0 -2
- package/lib/clients/mp/intl/onCompassChange.d.ts +0 -2
- package/lib/clients/mp/intl/onCompassChange.js +0 -2
- package/lib/clients/mp/intl/onMemoryWarning.d.ts +0 -2
- package/lib/clients/mp/intl/onMemoryWarning.js +0 -2
- package/lib/clients/mp/intl/onSocketClose.d.ts +0 -2
- package/lib/clients/mp/intl/onSocketClose.js +0 -2
- package/lib/clients/mp/intl/onSocketError.d.ts +0 -2
- package/lib/clients/mp/intl/onSocketError.js +0 -2
- package/lib/clients/mp/intl/onSocketMessage.d.ts +0 -2
- package/lib/clients/mp/intl/onSocketMessage.js +0 -2
- package/lib/clients/mp/intl/onSocketOpen.d.ts +0 -2
- package/lib/clients/mp/intl/onSocketOpen.js +0 -2
- package/lib/clients/mp/intl/onUserCaptureScreen.d.ts +0 -2
- package/lib/clients/mp/intl/onUserCaptureScreen.js +0 -2
- package/lib/clients/mp/intl/openBluetoothAdapter.d.ts +0 -2
- package/lib/clients/mp/intl/openBluetoothAdapter.js +0 -2
- package/lib/clients/mp/intl/openDocument.d.ts +0 -2
- package/lib/clients/mp/intl/openDocument.js +0 -2
- package/lib/clients/mp/intl/openSchemeWithBacking.d.ts +0 -2
- package/lib/clients/mp/intl/openSchemeWithBacking.js +0 -2
- package/lib/clients/mp/intl/openSetting.d.ts +0 -2
- package/lib/clients/mp/intl/openSetting.js +0 -2
- package/lib/clients/mp/intl/pageScrollTo.d.ts +0 -2
- package/lib/clients/mp/intl/pageScrollTo.js +0 -2
- package/lib/clients/mp/intl/paySignCenter.d.ts +0 -2
- package/lib/clients/mp/intl/paySignCenter.js +0 -2
- package/lib/clients/mp/intl/previewImage.d.ts +0 -2
- package/lib/clients/mp/intl/previewImage.js +0 -2
- package/lib/clients/mp/intl/prompt.d.ts +0 -2
- package/lib/clients/mp/intl/prompt.js +0 -2
- package/lib/clients/mp/intl/reLaunch.d.ts +0 -2
- package/lib/clients/mp/intl/reLaunch.js +0 -2
- package/lib/clients/mp/intl/readBLECharacteristicValue.d.ts +0 -2
- package/lib/clients/mp/intl/readBLECharacteristicValue.js +0 -2
- package/lib/clients/mp/intl/redirectTo.d.ts +0 -2
- package/lib/clients/mp/intl/redirectTo.js +0 -2
- package/lib/clients/mp/intl/regionFetchAllApps.d.ts +0 -2
- package/lib/clients/mp/intl/regionFetchAllApps.js +0 -2
- package/lib/clients/mp/intl/regionSearchAppsByKeywords.d.ts +0 -2
- package/lib/clients/mp/intl/regionSearchAppsByKeywords.js +0 -2
- package/lib/clients/mp/intl/removeSavedFile.d.ts +0 -2
- package/lib/clients/mp/intl/removeSavedFile.js +0 -2
- package/lib/clients/mp/intl/removeStorage.d.ts +0 -2
- package/lib/clients/mp/intl/removeStorage.js +0 -2
- package/lib/clients/mp/intl/removeStorageSync.d.ts +0 -2
- package/lib/clients/mp/intl/removeStorageSync.js +0 -2
- package/lib/clients/mp/intl/request.d.ts +0 -2
- package/lib/clients/mp/intl/request.js +0 -2
- package/lib/clients/mp/intl/rpc.js +0 -2
- package/lib/clients/mp/intl/saveFile.d.ts +0 -2
- package/lib/clients/mp/intl/saveFile.js +0 -2
- package/lib/clients/mp/intl/saveImage.d.ts +0 -2
- package/lib/clients/mp/intl/saveImage.js +0 -2
- package/lib/clients/mp/intl/scan.d.ts +0 -2
- package/lib/clients/mp/intl/scan.js +0 -2
- package/lib/clients/mp/intl/sendSocketMessage.d.ts +0 -2
- package/lib/clients/mp/intl/sendSocketMessage.js +0 -2
- package/lib/clients/mp/intl/setBackgroundColor.d.ts +0 -2
- package/lib/clients/mp/intl/setBackgroundColor.js +0 -2
- package/lib/clients/mp/intl/setCanPullDown.d.ts +0 -2
- package/lib/clients/mp/intl/setCanPullDown.js +0 -2
- package/lib/clients/mp/intl/setClipboard.d.ts +0 -2
- package/lib/clients/mp/intl/setClipboard.js +0 -2
- package/lib/clients/mp/intl/setKeepScreenOn.d.ts +0 -2
- package/lib/clients/mp/intl/setKeepScreenOn.js +0 -2
- package/lib/clients/mp/intl/setNavigationBar.d.ts +0 -2
- package/lib/clients/mp/intl/setNavigationBar.js +0 -2
- package/lib/clients/mp/intl/setOptionMenu.d.ts +0 -2
- package/lib/clients/mp/intl/setOptionMenu.js +0 -2
- package/lib/clients/mp/intl/setScreenBrightness.d.ts +0 -2
- package/lib/clients/mp/intl/setScreenBrightness.js +0 -2
- package/lib/clients/mp/intl/setStorage.d.ts +0 -2
- package/lib/clients/mp/intl/setStorage.js +0 -2
- package/lib/clients/mp/intl/setStorageSync.d.ts +0 -2
- package/lib/clients/mp/intl/setStorageSync.js +0 -2
- package/lib/clients/mp/intl/setTabBarStyle.d.ts +0 -2
- package/lib/clients/mp/intl/setTabBarStyle.js +0 -2
- package/lib/clients/mp/intl/showActionSheet.d.ts +0 -2
- package/lib/clients/mp/intl/showActionSheet.js +0 -2
- package/lib/clients/mp/intl/showAuthGuide.d.ts +0 -2
- package/lib/clients/mp/intl/showAuthGuide.js +0 -2
- package/lib/clients/mp/intl/showLoading.d.ts +0 -2
- package/lib/clients/mp/intl/showLoading.js +0 -2
- package/lib/clients/mp/intl/showNavigationBarLoading.d.ts +0 -2
- package/lib/clients/mp/intl/showNavigationBarLoading.js +0 -2
- package/lib/clients/mp/intl/showToast.d.ts +0 -2
- package/lib/clients/mp/intl/showToast.js +0 -2
- package/lib/clients/mp/intl/signContract.d.ts +0 -2
- package/lib/clients/mp/intl/signContract.js +0 -2
- package/lib/clients/mp/intl/startApp.d.ts +0 -2
- package/lib/clients/mp/intl/startApp.js +0 -2
- package/lib/clients/mp/intl/startBizService.d.ts +0 -2
- package/lib/clients/mp/intl/startBizService.js +0 -2
- package/lib/clients/mp/intl/startBluetoothDevicesDiscovery.d.ts +0 -2
- package/lib/clients/mp/intl/startBluetoothDevicesDiscovery.js +0 -2
- package/lib/clients/mp/intl/startPullDownRefresh.d.ts +0 -2
- package/lib/clients/mp/intl/startPullDownRefresh.js +0 -2
- package/lib/clients/mp/intl/stopBluetoothDevicesDiscovery.d.ts +0 -2
- package/lib/clients/mp/intl/stopBluetoothDevicesDiscovery.js +0 -2
- package/lib/clients/mp/intl/stopPullDownRefresh.d.ts +0 -2
- package/lib/clients/mp/intl/stopPullDownRefresh.js +0 -2
- package/lib/clients/mp/intl/switchTab.d.ts +0 -2
- package/lib/clients/mp/intl/switchTab.js +0 -2
- package/lib/clients/mp/intl/thirdPartyAuthForAc.d.ts +0 -2
- package/lib/clients/mp/intl/thirdPartyAuthForAc.js +0 -2
- package/lib/clients/mp/intl/tradePay.d.ts +0 -2
- package/lib/clients/mp/intl/tradePay.js +0 -2
- package/lib/clients/mp/intl/uploadApdidToken.d.ts +0 -2
- package/lib/clients/mp/intl/uploadApdidToken.js +0 -2
- package/lib/clients/mp/intl/uploadFile.d.ts +0 -2
- package/lib/clients/mp/intl/uploadFile.js +0 -2
- package/lib/clients/mp/intl/vibrate.d.ts +0 -2
- package/lib/clients/mp/intl/vibrate.js +0 -2
- package/lib/clients/mp/intl/watchShake.d.ts +0 -2
- package/lib/clients/mp/intl/watchShake.js +0 -2
- package/lib/clients/mp/intl/writeBLECharacteristicValue.d.ts +0 -2
- package/lib/clients/mp/intl/writeBLECharacteristicValue.js +0 -2
- package/lib/clients/mp_web/cn/alert.d.ts +0 -2
- package/lib/clients/mp_web/cn/alert.js +0 -2
- package/lib/clients/mp_web/cn/chooseImage.d.ts +0 -2
- package/lib/clients/mp_web/cn/chooseImage.js +0 -2
- package/lib/clients/mp_web/cn/clearStorage.d.ts +0 -2
- package/lib/clients/mp_web/cn/clearStorage.js +0 -2
- package/lib/clients/mp_web/cn/confirm.d.ts +0 -2
- package/lib/clients/mp_web/cn/confirm.js +0 -2
- package/lib/clients/mp_web/cn/crossPay.d.ts +0 -3
- package/lib/clients/mp_web/cn/crossPay.js +0 -8
- package/lib/clients/mp_web/cn/custom.d.ts +0 -8
- package/lib/clients/mp_web/cn/custom.js +0 -6
- package/lib/clients/mp_web/cn/generated.d.ts +0 -42
- package/lib/clients/mp_web/cn/generated.js +0 -74
- package/lib/clients/mp_web/cn/getAppIdSync.d.ts +0 -2
- package/lib/clients/mp_web/cn/getAppIdSync.js +0 -3
- package/lib/clients/mp_web/cn/getAuthCode.d.ts +0 -2
- package/lib/clients/mp_web/cn/getAuthCode.js +0 -2
- package/lib/clients/mp_web/cn/getClipboard.d.ts +0 -2
- package/lib/clients/mp_web/cn/getClipboard.js +0 -2
- package/lib/clients/mp_web/cn/getImageInfo.d.ts +0 -2
- package/lib/clients/mp_web/cn/getImageInfo.js +0 -2
- package/lib/clients/mp_web/cn/getLocation.d.ts +0 -2
- package/lib/clients/mp_web/cn/getLocation.js +0 -2
- package/lib/clients/mp_web/cn/getNetworkType.d.ts +0 -2
- package/lib/clients/mp_web/cn/getNetworkType.js +0 -2
- package/lib/clients/mp_web/cn/getPhoneNumber.d.ts +0 -2
- package/lib/clients/mp_web/cn/getPhoneNumber.js +0 -2
- package/lib/clients/mp_web/cn/getStorage.d.ts +0 -2
- package/lib/clients/mp_web/cn/getStorage.js +0 -2
- package/lib/clients/mp_web/cn/getSystemInfo.d.ts +0 -2
- package/lib/clients/mp_web/cn/getSystemInfo.js +0 -2
- package/lib/clients/mp_web/cn/hideKeyboard.d.ts +0 -2
- package/lib/clients/mp_web/cn/hideKeyboard.js +0 -2
- package/lib/clients/mp_web/cn/hideLoading.d.ts +0 -2
- package/lib/clients/mp_web/cn/hideLoading.js +0 -2
- package/lib/clients/mp_web/cn/hideNavigationBarLoading.d.ts +0 -2
- package/lib/clients/mp_web/cn/hideNavigationBarLoading.js +0 -2
- package/lib/clients/mp_web/cn/hideToast.d.ts +0 -2
- package/lib/clients/mp_web/cn/hideToast.js +0 -2
- package/lib/clients/mp_web/cn/index.d.ts +0 -46
- package/lib/clients/mp_web/cn/index.js +0 -19
- package/lib/clients/mp_web/cn/makePhoneCall.d.ts +0 -2
- package/lib/clients/mp_web/cn/makePhoneCall.js +0 -2
- package/lib/clients/mp_web/cn/multiLevelSelect.d.ts +0 -2
- package/lib/clients/mp_web/cn/multiLevelSelect.js +0 -2
- package/lib/clients/mp_web/cn/navigateBackMiniProgram.d.ts +0 -2
- package/lib/clients/mp_web/cn/navigateBackMiniProgram.js +0 -2
- package/lib/clients/mp_web/cn/navigateToMiniProgram.d.ts +0 -2
- package/lib/clients/mp_web/cn/navigateToMiniProgram.js +0 -2
- package/lib/clients/mp_web/cn/previewImage.d.ts +0 -2
- package/lib/clients/mp_web/cn/previewImage.js +0 -2
- package/lib/clients/mp_web/cn/prompt.d.ts +0 -2
- package/lib/clients/mp_web/cn/prompt.js +0 -2
- package/lib/clients/mp_web/cn/reLaunch.js +0 -1
- package/lib/clients/mp_web/cn/removeStorage.d.ts +0 -2
- package/lib/clients/mp_web/cn/removeStorage.js +0 -2
- package/lib/clients/mp_web/cn/request.d.ts +0 -2
- package/lib/clients/mp_web/cn/request.js +0 -2
- package/lib/clients/mp_web/cn/saveImage.d.ts +0 -2
- package/lib/clients/mp_web/cn/saveImage.js +0 -2
- package/lib/clients/mp_web/cn/scan.d.ts +0 -2
- package/lib/clients/mp_web/cn/scan.js +0 -2
- package/lib/clients/mp_web/cn/setClipboard.d.ts +0 -2
- package/lib/clients/mp_web/cn/setClipboard.js +0 -2
- package/lib/clients/mp_web/cn/setNavigationBar.d.ts +0 -2
- package/lib/clients/mp_web/cn/setNavigationBar.js +0 -2
- package/lib/clients/mp_web/cn/setOptionMenu.d.ts +0 -2
- package/lib/clients/mp_web/cn/setOptionMenu.js +0 -2
- package/lib/clients/mp_web/cn/setStorage.d.ts +0 -2
- package/lib/clients/mp_web/cn/setStorage.js +0 -2
- package/lib/clients/mp_web/cn/showAuthGuide.d.ts +0 -2
- package/lib/clients/mp_web/cn/showAuthGuide.js +0 -2
- package/lib/clients/mp_web/cn/showLoading.d.ts +0 -2
- package/lib/clients/mp_web/cn/showLoading.js +0 -2
- package/lib/clients/mp_web/cn/showNavigationBarLoading.d.ts +0 -2
- package/lib/clients/mp_web/cn/showNavigationBarLoading.js +0 -2
- package/lib/clients/mp_web/cn/showToast.d.ts +0 -2
- package/lib/clients/mp_web/cn/showToast.js +0 -2
- package/lib/clients/mp_web/cn/tradePay.d.ts +0 -2
- package/lib/clients/mp_web/cn/tradePay.js +0 -2
- package/lib/clients/mp_web/cn/vibrate.d.ts +0 -2
- package/lib/clients/mp_web/cn/vibrate.js +0 -2
- package/lib/clients/mp_web/intl/APRegionRPC.d.ts +0 -2
- package/lib/clients/mp_web/intl/APRegionRPC.js +0 -2
- package/lib/clients/mp_web/intl/addFatigueAction.d.ts +0 -2
- package/lib/clients/mp_web/intl/addFatigueAction.js +0 -2
- package/lib/clients/mp_web/intl/addPhoneContact.d.ts +0 -2
- package/lib/clients/mp_web/intl/addPhoneContact.js +0 -2
- package/lib/clients/mp_web/intl/alert.d.ts +0 -2
- package/lib/clients/mp_web/intl/alert.js +0 -2
- package/lib/clients/mp_web/intl/apDisableJSAPI.d.ts +0 -2
- package/lib/clients/mp_web/intl/apDisableJSAPI.js +0 -2
- package/lib/clients/mp_web/intl/appxrpc.d.ts +0 -2
- package/lib/clients/mp_web/intl/appxrpc.js +0 -2
- package/lib/clients/mp_web/intl/batchQueryCdpSpaceInfo.d.ts +0 -2
- package/lib/clients/mp_web/intl/batchQueryCdpSpaceInfo.js +0 -2
- package/lib/clients/mp_web/intl/chooseImage.d.ts +0 -2
- package/lib/clients/mp_web/intl/chooseImage.js +0 -2
- package/lib/clients/mp_web/intl/choosePhoneContact.d.ts +0 -2
- package/lib/clients/mp_web/intl/choosePhoneContact.js +0 -2
- package/lib/clients/mp_web/intl/clearStorage.d.ts +0 -2
- package/lib/clients/mp_web/intl/clearStorage.js +0 -2
- package/lib/clients/mp_web/intl/closeBluetoothAdapter.d.ts +0 -2
- package/lib/clients/mp_web/intl/closeBluetoothAdapter.js +0 -2
- package/lib/clients/mp_web/intl/closeSocket.d.ts +0 -2
- package/lib/clients/mp_web/intl/closeSocket.js +0 -2
- package/lib/clients/mp_web/intl/confirm.d.ts +0 -2
- package/lib/clients/mp_web/intl/confirm.js +0 -2
- package/lib/clients/mp_web/intl/connectBLEDevice.d.ts +0 -2
- package/lib/clients/mp_web/intl/connectBLEDevice.js +0 -2
- package/lib/clients/mp_web/intl/connectSocket.d.ts +0 -2
- package/lib/clients/mp_web/intl/connectSocket.js +0 -2
- package/lib/clients/mp_web/intl/crossPay.d.ts +0 -2
- package/lib/clients/mp_web/intl/crossPay.js +0 -2
- package/lib/clients/mp_web/intl/custom.d.ts +0 -6
- package/lib/clients/mp_web/intl/custom.js +0 -4
- package/lib/clients/mp_web/intl/datePicker.d.ts +0 -2
- package/lib/clients/mp_web/intl/datePicker.js +0 -2
- package/lib/clients/mp_web/intl/disconnectBLEDevice.d.ts +0 -2
- package/lib/clients/mp_web/intl/disconnectBLEDevice.js +0 -2
- package/lib/clients/mp_web/intl/downloadFile.d.ts +0 -2
- package/lib/clients/mp_web/intl/downloadFile.js +0 -2
- package/lib/clients/mp_web/intl/exitApp.d.ts +0 -2
- package/lib/clients/mp_web/intl/exitApp.js +0 -2
- package/lib/clients/mp_web/intl/generated.d.ts +0 -206
- package/lib/clients/mp_web/intl/generated.js +0 -236
- package/lib/clients/mp_web/intl/getAppIdSync.d.ts +0 -2
- package/lib/clients/mp_web/intl/getAppIdSync.js +0 -3
- package/lib/clients/mp_web/intl/getAppToken.d.ts +0 -2
- package/lib/clients/mp_web/intl/getAppToken.js +0 -2
- package/lib/clients/mp_web/intl/getAuthCode.d.ts +0 -2
- package/lib/clients/mp_web/intl/getAuthCode.js +0 -2
- package/lib/clients/mp_web/intl/getBLEDeviceCharacteristics.d.ts +0 -2
- package/lib/clients/mp_web/intl/getBLEDeviceCharacteristics.js +0 -2
- package/lib/clients/mp_web/intl/getBLEDeviceServices.d.ts +0 -2
- package/lib/clients/mp_web/intl/getBLEDeviceServices.js +0 -2
- package/lib/clients/mp_web/intl/getBatteryInfo.d.ts +0 -2
- package/lib/clients/mp_web/intl/getBatteryInfo.js +0 -2
- package/lib/clients/mp_web/intl/getBluetoothAdapterState.d.ts +0 -2
- package/lib/clients/mp_web/intl/getBluetoothAdapterState.js +0 -2
- package/lib/clients/mp_web/intl/getBluetoothDevices.d.ts +0 -2
- package/lib/clients/mp_web/intl/getBluetoothDevices.js +0 -2
- package/lib/clients/mp_web/intl/getClipboard.d.ts +0 -2
- package/lib/clients/mp_web/intl/getClipboard.js +0 -2
- package/lib/clients/mp_web/intl/getComponentAuth.d.ts +0 -2
- package/lib/clients/mp_web/intl/getComponentAuth.js +0 -2
- package/lib/clients/mp_web/intl/getConnectedBluetoothDevices.d.ts +0 -2
- package/lib/clients/mp_web/intl/getConnectedBluetoothDevices.js +0 -2
- package/lib/clients/mp_web/intl/getFileInfo.d.ts +0 -2
- package/lib/clients/mp_web/intl/getFileInfo.js +0 -2
- package/lib/clients/mp_web/intl/getImageInfo.d.ts +0 -2
- package/lib/clients/mp_web/intl/getImageInfo.js +0 -2
- package/lib/clients/mp_web/intl/getLocation.d.ts +0 -2
- package/lib/clients/mp_web/intl/getLocation.js +0 -2
- package/lib/clients/mp_web/intl/getNetworkType.d.ts +0 -2
- package/lib/clients/mp_web/intl/getNetworkType.js +0 -2
- package/lib/clients/mp_web/intl/getOpenUserInfo.d.ts +0 -3
- package/lib/clients/mp_web/intl/getOpenUserInfo.js +0 -43
- package/lib/clients/mp_web/intl/getPaymentCode.d.ts +0 -2
- package/lib/clients/mp_web/intl/getPaymentCode.js +0 -2
- package/lib/clients/mp_web/intl/getPhoneNumber.d.ts +0 -2
- package/lib/clients/mp_web/intl/getPhoneNumber.js +0 -2
- package/lib/clients/mp_web/intl/getSavedFileInfo.d.ts +0 -2
- package/lib/clients/mp_web/intl/getSavedFileInfo.js +0 -2
- package/lib/clients/mp_web/intl/getSavedFileList.d.ts +0 -2
- package/lib/clients/mp_web/intl/getSavedFileList.js +0 -2
- package/lib/clients/mp_web/intl/getScreenBrightness.d.ts +0 -2
- package/lib/clients/mp_web/intl/getScreenBrightness.js +0 -2
- package/lib/clients/mp_web/intl/getServerTime.d.ts +0 -2
- package/lib/clients/mp_web/intl/getServerTime.js +0 -2
- package/lib/clients/mp_web/intl/getSetting.d.ts +0 -2
- package/lib/clients/mp_web/intl/getSetting.js +0 -2
- package/lib/clients/mp_web/intl/getSiteInfo.d.ts +0 -2
- package/lib/clients/mp_web/intl/getSiteInfo.js +0 -2
- package/lib/clients/mp_web/intl/getStorage.d.ts +0 -2
- package/lib/clients/mp_web/intl/getStorage.js +0 -2
- package/lib/clients/mp_web/intl/getSystemInfo.d.ts +0 -2
- package/lib/clients/mp_web/intl/getSystemInfo.js +0 -2
- package/lib/clients/mp_web/intl/hideBackHome.d.ts +0 -2
- package/lib/clients/mp_web/intl/hideBackHome.js +0 -2
- package/lib/clients/mp_web/intl/hideKeyboard.d.ts +0 -2
- package/lib/clients/mp_web/intl/hideKeyboard.js +0 -2
- package/lib/clients/mp_web/intl/hideLoading.d.ts +0 -2
- package/lib/clients/mp_web/intl/hideLoading.js +0 -2
- package/lib/clients/mp_web/intl/hideNavigationBarLoading.d.ts +0 -2
- package/lib/clients/mp_web/intl/hideNavigationBarLoading.js +0 -2
- package/lib/clients/mp_web/intl/hideTabBar.d.ts +0 -2
- package/lib/clients/mp_web/intl/hideTabBar.js +0 -2
- package/lib/clients/mp_web/intl/hideToast.d.ts +0 -2
- package/lib/clients/mp_web/intl/hideToast.js +0 -2
- package/lib/clients/mp_web/intl/index.d.ts +0 -209
- package/lib/clients/mp_web/intl/index.js +0 -19
- package/lib/clients/mp_web/intl/inquireQuote.d.ts +0 -2
- package/lib/clients/mp_web/intl/inquireQuote.js +0 -2
- package/lib/clients/mp_web/intl/isInstalledApp.d.ts +0 -2
- package/lib/clients/mp_web/intl/isInstalledApp.js +0 -2
- package/lib/clients/mp_web/intl/makePhoneCall.d.ts +0 -2
- package/lib/clients/mp_web/intl/makePhoneCall.js +0 -2
- package/lib/clients/mp_web/intl/multiLevelSelect.d.ts +0 -2
- package/lib/clients/mp_web/intl/multiLevelSelect.js +0 -2
- package/lib/clients/mp_web/intl/navigateBackMiniProgram.d.ts +0 -2
- package/lib/clients/mp_web/intl/navigateBackMiniProgram.js +0 -2
- package/lib/clients/mp_web/intl/navigateToBizScene.d.ts +0 -2
- package/lib/clients/mp_web/intl/navigateToBizScene.js +0 -2
- package/lib/clients/mp_web/intl/navigateToMiniProgram.d.ts +0 -2
- package/lib/clients/mp_web/intl/navigateToMiniProgram.js +0 -2
- package/lib/clients/mp_web/intl/notifyBLECharacteristicValueChange.d.ts +0 -2
- package/lib/clients/mp_web/intl/notifyBLECharacteristicValueChange.js +0 -2
- package/lib/clients/mp_web/intl/offAccelerometerChange.d.ts +0 -2
- package/lib/clients/mp_web/intl/offAccelerometerChange.js +0 -2
- package/lib/clients/mp_web/intl/offBLECharacteristicValueChange.d.ts +0 -2
- package/lib/clients/mp_web/intl/offBLECharacteristicValueChange.js +0 -2
- package/lib/clients/mp_web/intl/offBLEConnectionStateChanged.d.ts +0 -2
- package/lib/clients/mp_web/intl/offBLEConnectionStateChanged.js +0 -2
- package/lib/clients/mp_web/intl/offBluetoothAdapterStateChange.d.ts +0 -2
- package/lib/clients/mp_web/intl/offBluetoothAdapterStateChange.js +0 -2
- package/lib/clients/mp_web/intl/offBluetoothDeviceFound.d.ts +0 -2
- package/lib/clients/mp_web/intl/offBluetoothDeviceFound.js +0 -2
- package/lib/clients/mp_web/intl/offCompassChange.d.ts +0 -2
- package/lib/clients/mp_web/intl/offCompassChange.js +0 -2
- package/lib/clients/mp_web/intl/offMemoryWarning.d.ts +0 -2
- package/lib/clients/mp_web/intl/offMemoryWarning.js +0 -2
- package/lib/clients/mp_web/intl/offSocketClose.d.ts +0 -2
- package/lib/clients/mp_web/intl/offSocketClose.js +0 -2
- package/lib/clients/mp_web/intl/offSocketError.d.ts +0 -2
- package/lib/clients/mp_web/intl/offSocketError.js +0 -2
- package/lib/clients/mp_web/intl/offSocketMessage.d.ts +0 -2
- package/lib/clients/mp_web/intl/offSocketMessage.js +0 -2
- package/lib/clients/mp_web/intl/offSocketOpen.d.ts +0 -2
- package/lib/clients/mp_web/intl/offSocketOpen.js +0 -2
- package/lib/clients/mp_web/intl/offUserCaptureScreen.d.ts +0 -2
- package/lib/clients/mp_web/intl/offUserCaptureScreen.js +0 -2
- package/lib/clients/mp_web/intl/onAccelerometerChange.d.ts +0 -2
- package/lib/clients/mp_web/intl/onAccelerometerChange.js +0 -2
- package/lib/clients/mp_web/intl/onBLECharacteristicValueChange.d.ts +0 -2
- package/lib/clients/mp_web/intl/onBLECharacteristicValueChange.js +0 -2
- package/lib/clients/mp_web/intl/onBLEConnectionStateChanged.d.ts +0 -2
- package/lib/clients/mp_web/intl/onBLEConnectionStateChanged.js +0 -2
- package/lib/clients/mp_web/intl/onBluetoothAdapterStateChange.d.ts +0 -2
- package/lib/clients/mp_web/intl/onBluetoothAdapterStateChange.js +0 -2
- package/lib/clients/mp_web/intl/onBluetoothDeviceFound.d.ts +0 -2
- package/lib/clients/mp_web/intl/onBluetoothDeviceFound.js +0 -2
- package/lib/clients/mp_web/intl/onCompassChange.d.ts +0 -2
- package/lib/clients/mp_web/intl/onCompassChange.js +0 -2
- package/lib/clients/mp_web/intl/onMemoryWarning.d.ts +0 -2
- package/lib/clients/mp_web/intl/onMemoryWarning.js +0 -2
- package/lib/clients/mp_web/intl/onSocketClose.d.ts +0 -2
- package/lib/clients/mp_web/intl/onSocketClose.js +0 -2
- package/lib/clients/mp_web/intl/onSocketError.d.ts +0 -2
- package/lib/clients/mp_web/intl/onSocketError.js +0 -2
- package/lib/clients/mp_web/intl/onSocketMessage.d.ts +0 -2
- package/lib/clients/mp_web/intl/onSocketMessage.js +0 -2
- package/lib/clients/mp_web/intl/onSocketOpen.d.ts +0 -2
- package/lib/clients/mp_web/intl/onSocketOpen.js +0 -2
- package/lib/clients/mp_web/intl/onUserCaptureScreen.d.ts +0 -2
- package/lib/clients/mp_web/intl/onUserCaptureScreen.js +0 -2
- package/lib/clients/mp_web/intl/openBluetoothAdapter.d.ts +0 -2
- package/lib/clients/mp_web/intl/openBluetoothAdapter.js +0 -2
- package/lib/clients/mp_web/intl/openDocument.d.ts +0 -2
- package/lib/clients/mp_web/intl/openDocument.js +0 -2
- package/lib/clients/mp_web/intl/openSchemeWithBacking.d.ts +0 -2
- package/lib/clients/mp_web/intl/openSchemeWithBacking.js +0 -2
- package/lib/clients/mp_web/intl/openSetting.d.ts +0 -2
- package/lib/clients/mp_web/intl/openSetting.js +0 -2
- package/lib/clients/mp_web/intl/paySignCenter.d.ts +0 -2
- package/lib/clients/mp_web/intl/paySignCenter.js +0 -2
- package/lib/clients/mp_web/intl/previewImage.d.ts +0 -2
- package/lib/clients/mp_web/intl/previewImage.js +0 -2
- package/lib/clients/mp_web/intl/prompt.d.ts +0 -2
- package/lib/clients/mp_web/intl/prompt.js +0 -2
- package/lib/clients/mp_web/intl/reLaunch.js +0 -1
- package/lib/clients/mp_web/intl/readBLECharacteristicValue.d.ts +0 -2
- package/lib/clients/mp_web/intl/readBLECharacteristicValue.js +0 -2
- package/lib/clients/mp_web/intl/regionFetchAllApps.d.ts +0 -2
- package/lib/clients/mp_web/intl/regionFetchAllApps.js +0 -2
- package/lib/clients/mp_web/intl/regionSearchAppsByKeywords.d.ts +0 -2
- package/lib/clients/mp_web/intl/regionSearchAppsByKeywords.js +0 -2
- package/lib/clients/mp_web/intl/removeSavedFile.d.ts +0 -2
- package/lib/clients/mp_web/intl/removeSavedFile.js +0 -2
- package/lib/clients/mp_web/intl/removeStorage.d.ts +0 -2
- package/lib/clients/mp_web/intl/removeStorage.js +0 -2
- package/lib/clients/mp_web/intl/request.d.ts +0 -2
- package/lib/clients/mp_web/intl/request.js +0 -2
- package/lib/clients/mp_web/intl/rpc.js +0 -2
- package/lib/clients/mp_web/intl/saveFile.d.ts +0 -2
- package/lib/clients/mp_web/intl/saveFile.js +0 -2
- package/lib/clients/mp_web/intl/saveImage.d.ts +0 -2
- package/lib/clients/mp_web/intl/saveImage.js +0 -2
- package/lib/clients/mp_web/intl/scan.d.ts +0 -2
- package/lib/clients/mp_web/intl/scan.js +0 -2
- package/lib/clients/mp_web/intl/sendSocketMessage.d.ts +0 -2
- package/lib/clients/mp_web/intl/sendSocketMessage.js +0 -2
- package/lib/clients/mp_web/intl/setBackgroundColor.d.ts +0 -2
- package/lib/clients/mp_web/intl/setBackgroundColor.js +0 -2
- package/lib/clients/mp_web/intl/setClipboard.d.ts +0 -2
- package/lib/clients/mp_web/intl/setClipboard.js +0 -2
- package/lib/clients/mp_web/intl/setKeepScreenOn.d.ts +0 -2
- package/lib/clients/mp_web/intl/setKeepScreenOn.js +0 -2
- package/lib/clients/mp_web/intl/setNavigationBar.d.ts +0 -2
- package/lib/clients/mp_web/intl/setNavigationBar.js +0 -2
- package/lib/clients/mp_web/intl/setOptionMenu.d.ts +0 -2
- package/lib/clients/mp_web/intl/setOptionMenu.js +0 -2
- package/lib/clients/mp_web/intl/setScreenBrightness.d.ts +0 -2
- package/lib/clients/mp_web/intl/setScreenBrightness.js +0 -2
- package/lib/clients/mp_web/intl/setStorage.d.ts +0 -2
- package/lib/clients/mp_web/intl/setStorage.js +0 -2
- package/lib/clients/mp_web/intl/setTabBarStyle.d.ts +0 -2
- package/lib/clients/mp_web/intl/setTabBarStyle.js +0 -2
- package/lib/clients/mp_web/intl/showActionSheet.d.ts +0 -2
- package/lib/clients/mp_web/intl/showActionSheet.js +0 -2
- package/lib/clients/mp_web/intl/showAuthGuide.d.ts +0 -2
- package/lib/clients/mp_web/intl/showAuthGuide.js +0 -2
- package/lib/clients/mp_web/intl/showLoading.d.ts +0 -2
- package/lib/clients/mp_web/intl/showLoading.js +0 -2
- package/lib/clients/mp_web/intl/showNavigationBarLoading.d.ts +0 -2
- package/lib/clients/mp_web/intl/showNavigationBarLoading.js +0 -2
- package/lib/clients/mp_web/intl/showToast.d.ts +0 -2
- package/lib/clients/mp_web/intl/showToast.js +0 -2
- package/lib/clients/mp_web/intl/signContract.d.ts +0 -2
- package/lib/clients/mp_web/intl/signContract.js +0 -2
- package/lib/clients/mp_web/intl/startApp.d.ts +0 -2
- package/lib/clients/mp_web/intl/startApp.js +0 -2
- package/lib/clients/mp_web/intl/startBizService.d.ts +0 -2
- package/lib/clients/mp_web/intl/startBizService.js +0 -2
- package/lib/clients/mp_web/intl/startBluetoothDevicesDiscovery.d.ts +0 -2
- package/lib/clients/mp_web/intl/startBluetoothDevicesDiscovery.js +0 -2
- package/lib/clients/mp_web/intl/stopBluetoothDevicesDiscovery.d.ts +0 -2
- package/lib/clients/mp_web/intl/stopBluetoothDevicesDiscovery.js +0 -2
- package/lib/clients/mp_web/intl/thirdPartyAuthForAc.d.ts +0 -2
- package/lib/clients/mp_web/intl/thirdPartyAuthForAc.js +0 -2
- package/lib/clients/mp_web/intl/tradePay.d.ts +0 -2
- package/lib/clients/mp_web/intl/tradePay.js +0 -2
- package/lib/clients/mp_web/intl/uploadApdidToken.d.ts +0 -2
- package/lib/clients/mp_web/intl/uploadApdidToken.js +0 -2
- package/lib/clients/mp_web/intl/uploadFile.d.ts +0 -2
- package/lib/clients/mp_web/intl/uploadFile.js +0 -2
- package/lib/clients/mp_web/intl/vibrate.d.ts +0 -2
- package/lib/clients/mp_web/intl/vibrate.js +0 -2
- package/lib/clients/mp_web/intl/watchShake.d.ts +0 -2
- package/lib/clients/mp_web/intl/watchShake.js +0 -2
- package/lib/clients/mp_web/intl/writeBLECharacteristicValue.d.ts +0 -2
- package/lib/clients/mp_web/intl/writeBLECharacteristicValue.js +0 -2
- package/lib/clients/web/cn/addPhoneContact.d.ts +0 -2
- package/lib/clients/web/cn/addPhoneContact.js +0 -2
- package/lib/clients/web/cn/alert.d.ts +0 -2
- package/lib/clients/web/cn/alert.js +0 -2
- package/lib/clients/web/cn/chooseImage.d.ts +0 -3
- package/lib/clients/web/cn/chooseImage.js +0 -5
- package/lib/clients/web/cn/choosePhoneContact.d.ts +0 -2
- package/lib/clients/web/cn/choosePhoneContact.js +0 -2
- package/lib/clients/web/cn/clearStorage.d.ts +0 -2
- package/lib/clients/web/cn/clearStorage.js +0 -2
- package/lib/clients/web/cn/closeBluetoothAdapter.d.ts +0 -2
- package/lib/clients/web/cn/closeBluetoothAdapter.js +0 -2
- package/lib/clients/web/cn/closeSocket.d.ts +0 -2
- package/lib/clients/web/cn/closeSocket.js +0 -2
- package/lib/clients/web/cn/confirm.d.ts +0 -2
- package/lib/clients/web/cn/confirm.js +0 -2
- package/lib/clients/web/cn/connectBLEDevice.d.ts +0 -2
- package/lib/clients/web/cn/connectBLEDevice.js +0 -2
- package/lib/clients/web/cn/connectSocket.d.ts +0 -2
- package/lib/clients/web/cn/connectSocket.js +0 -2
- package/lib/clients/web/cn/custom.d.ts +0 -31
- package/lib/clients/web/cn/custom.js +0 -56
- package/lib/clients/web/cn/datePicker.d.ts +0 -2
- package/lib/clients/web/cn/datePicker.js +0 -2
- package/lib/clients/web/cn/disconnectBLEDevice.d.ts +0 -2
- package/lib/clients/web/cn/disconnectBLEDevice.js +0 -2
- package/lib/clients/web/cn/downloadFile.d.ts +0 -2
- package/lib/clients/web/cn/downloadFile.js +0 -2
- package/lib/clients/web/cn/generated.d.ts +0 -64
- package/lib/clients/web/cn/generated.js +0 -62
- package/lib/clients/web/cn/getAuthCode.d.ts +0 -2
- package/lib/clients/web/cn/getAuthCode.js +0 -2
- package/lib/clients/web/cn/getBLEDeviceCharacteristics.d.ts +0 -2
- package/lib/clients/web/cn/getBLEDeviceCharacteristics.js +0 -2
- package/lib/clients/web/cn/getBLEDeviceServices.d.ts +0 -2
- package/lib/clients/web/cn/getBLEDeviceServices.js +0 -2
- package/lib/clients/web/cn/getBatteryInfo.d.ts +0 -2
- package/lib/clients/web/cn/getBatteryInfo.js +0 -2
- package/lib/clients/web/cn/getBluetoothAdapterState.d.ts +0 -2
- package/lib/clients/web/cn/getBluetoothAdapterState.js +0 -2
- package/lib/clients/web/cn/getBluetoothDevices.d.ts +0 -2
- package/lib/clients/web/cn/getBluetoothDevices.js +0 -2
- package/lib/clients/web/cn/getClipboard.d.ts +0 -2
- package/lib/clients/web/cn/getClipboard.js +0 -2
- package/lib/clients/web/cn/getConnectedBluetoothDevices.d.ts +0 -2
- package/lib/clients/web/cn/getConnectedBluetoothDevices.js +0 -2
- package/lib/clients/web/cn/getFileInfo.d.ts +0 -2
- package/lib/clients/web/cn/getFileInfo.js +0 -2
- package/lib/clients/web/cn/getImageInfo.d.ts +0 -2
- package/lib/clients/web/cn/getImageInfo.js +0 -2
- package/lib/clients/web/cn/getLocation.d.ts +0 -2
- package/lib/clients/web/cn/getLocation.js +0 -2
- package/lib/clients/web/cn/getNetworkType.d.ts +0 -2
- package/lib/clients/web/cn/getNetworkType.js +0 -2
- package/lib/clients/web/cn/getPhoneNumber.d.ts +0 -2
- package/lib/clients/web/cn/getPhoneNumber.js +0 -2
- package/lib/clients/web/cn/getSavedFileInfo.d.ts +0 -2
- package/lib/clients/web/cn/getSavedFileInfo.js +0 -2
- package/lib/clients/web/cn/getSavedFileList.d.ts +0 -2
- package/lib/clients/web/cn/getSavedFileList.js +0 -2
- package/lib/clients/web/cn/getScreenBrightness.d.ts +0 -2
- package/lib/clients/web/cn/getScreenBrightness.js +0 -2
- package/lib/clients/web/cn/getServerTime.d.ts +0 -2
- package/lib/clients/web/cn/getServerTime.js +0 -2
- package/lib/clients/web/cn/getSetting.d.ts +0 -2
- package/lib/clients/web/cn/getSetting.js +0 -2
- package/lib/clients/web/cn/getSiteInfo.d.ts +0 -2
- package/lib/clients/web/cn/getSiteInfo.js +0 -2
- package/lib/clients/web/cn/getStorage.d.ts +0 -2
- package/lib/clients/web/cn/getStorage.js +0 -2
- package/lib/clients/web/cn/getSystemInfo.d.ts +0 -2
- package/lib/clients/web/cn/getSystemInfo.js +0 -2
- package/lib/clients/web/cn/hideKeyboard.d.ts +0 -2
- package/lib/clients/web/cn/hideKeyboard.js +0 -2
- package/lib/clients/web/cn/hideLoading.d.ts +0 -2
- package/lib/clients/web/cn/hideLoading.js +0 -2
- package/lib/clients/web/cn/hideNavigationBarLoading.d.ts +0 -2
- package/lib/clients/web/cn/hideNavigationBarLoading.js +0 -2
- package/lib/clients/web/cn/hideToast.d.ts +0 -2
- package/lib/clients/web/cn/hideToast.js +0 -2
- package/lib/clients/web/cn/index.d.ts +0 -91
- package/lib/clients/web/cn/index.js +0 -19
- package/lib/clients/web/cn/makePhoneCall.d.ts +0 -2
- package/lib/clients/web/cn/makePhoneCall.js +0 -2
- package/lib/clients/web/cn/multiLevelSelect.d.ts +0 -2
- package/lib/clients/web/cn/multiLevelSelect.js +0 -2
- package/lib/clients/web/cn/navigateBack.d.ts +0 -2
- package/lib/clients/web/cn/navigateBack.js +0 -2
- package/lib/clients/web/cn/navigateBackMiniProgram.d.ts +0 -2
- package/lib/clients/web/cn/navigateBackMiniProgram.js +0 -2
- package/lib/clients/web/cn/navigateTo.d.ts +0 -2
- package/lib/clients/web/cn/navigateTo.js +0 -2
- package/lib/clients/web/cn/navigateToMiniProgram.d.ts +0 -2
- package/lib/clients/web/cn/navigateToMiniProgram.js +0 -2
- package/lib/clients/web/cn/notifyBLECharacteristicValueChange.d.ts +0 -2
- package/lib/clients/web/cn/notifyBLECharacteristicValueChange.js +0 -2
- package/lib/clients/web/cn/offAccelerometerChange.d.ts +0 -2
- package/lib/clients/web/cn/offAccelerometerChange.js +0 -2
- package/lib/clients/web/cn/offBLECharacteristicValueChange.d.ts +0 -2
- package/lib/clients/web/cn/offBLECharacteristicValueChange.js +0 -2
- package/lib/clients/web/cn/offBLEConnectionStateChanged.d.ts +0 -2
- package/lib/clients/web/cn/offBLEConnectionStateChanged.js +0 -2
- package/lib/clients/web/cn/offBluetoothAdapterStateChange.d.ts +0 -2
- package/lib/clients/web/cn/offBluetoothAdapterStateChange.js +0 -2
- package/lib/clients/web/cn/offBluetoothDeviceFound.d.ts +0 -2
- package/lib/clients/web/cn/offBluetoothDeviceFound.js +0 -2
- package/lib/clients/web/cn/offCompassChange.d.ts +0 -2
- package/lib/clients/web/cn/offCompassChange.js +0 -2
- package/lib/clients/web/cn/offSocketClose.d.ts +0 -2
- package/lib/clients/web/cn/offSocketClose.js +0 -2
- package/lib/clients/web/cn/offSocketError.d.ts +0 -2
- package/lib/clients/web/cn/offSocketError.js +0 -2
- package/lib/clients/web/cn/offSocketMessage.d.ts +0 -2
- package/lib/clients/web/cn/offSocketMessage.js +0 -2
- package/lib/clients/web/cn/offSocketOpen.d.ts +0 -2
- package/lib/clients/web/cn/offSocketOpen.js +0 -2
- package/lib/clients/web/cn/onAccelerometerChange.d.ts +0 -2
- package/lib/clients/web/cn/onAccelerometerChange.js +0 -2
- package/lib/clients/web/cn/onBLECharacteristicValueChange.d.ts +0 -2
- package/lib/clients/web/cn/onBLECharacteristicValueChange.js +0 -2
- package/lib/clients/web/cn/onBLEConnectionStateChanged.d.ts +0 -2
- package/lib/clients/web/cn/onBLEConnectionStateChanged.js +0 -2
- package/lib/clients/web/cn/onBluetoothAdapterStateChange.d.ts +0 -2
- package/lib/clients/web/cn/onBluetoothAdapterStateChange.js +0 -2
- package/lib/clients/web/cn/onBluetoothDeviceFound.d.ts +0 -2
- package/lib/clients/web/cn/onBluetoothDeviceFound.js +0 -2
- package/lib/clients/web/cn/onCompassChange.d.ts +0 -2
- package/lib/clients/web/cn/onCompassChange.js +0 -2
- package/lib/clients/web/cn/onSocketClose.d.ts +0 -2
- package/lib/clients/web/cn/onSocketClose.js +0 -2
- package/lib/clients/web/cn/onSocketError.d.ts +0 -2
- package/lib/clients/web/cn/onSocketError.js +0 -2
- package/lib/clients/web/cn/onSocketMessage.d.ts +0 -2
- package/lib/clients/web/cn/onSocketMessage.js +0 -2
- package/lib/clients/web/cn/onSocketOpen.d.ts +0 -2
- package/lib/clients/web/cn/onSocketOpen.js +0 -2
- package/lib/clients/web/cn/openBluetoothAdapter.d.ts +0 -2
- package/lib/clients/web/cn/openBluetoothAdapter.js +0 -2
- package/lib/clients/web/cn/openDocument.d.ts +0 -2
- package/lib/clients/web/cn/openDocument.js +0 -2
- package/lib/clients/web/cn/openSetting.d.ts +0 -2
- package/lib/clients/web/cn/openSetting.js +0 -2
- package/lib/clients/web/cn/previewImage.d.ts +0 -2
- package/lib/clients/web/cn/previewImage.js +0 -2
- package/lib/clients/web/cn/prompt.d.ts +0 -2
- package/lib/clients/web/cn/prompt.js +0 -2
- package/lib/clients/web/cn/reLaunch.d.ts +0 -2
- package/lib/clients/web/cn/reLaunch.js +0 -2
- package/lib/clients/web/cn/readBLECharacteristicValue.d.ts +0 -2
- package/lib/clients/web/cn/readBLECharacteristicValue.js +0 -2
- package/lib/clients/web/cn/redirectTo.d.ts +0 -2
- package/lib/clients/web/cn/redirectTo.js +0 -2
- package/lib/clients/web/cn/removeSavedFile.d.ts +0 -2
- package/lib/clients/web/cn/removeSavedFile.js +0 -2
- package/lib/clients/web/cn/removeStorage.d.ts +0 -2
- package/lib/clients/web/cn/removeStorage.js +0 -2
- package/lib/clients/web/cn/request.d.ts +0 -2
- package/lib/clients/web/cn/request.js +0 -2
- package/lib/clients/web/cn/saveFile.d.ts +0 -2
- package/lib/clients/web/cn/saveFile.js +0 -2
- package/lib/clients/web/cn/saveImage.d.ts +0 -2
- package/lib/clients/web/cn/saveImage.js +0 -2
- package/lib/clients/web/cn/scan.d.ts +0 -2
- package/lib/clients/web/cn/scan.js +0 -2
- package/lib/clients/web/cn/sendSocketMessage.d.ts +0 -2
- package/lib/clients/web/cn/sendSocketMessage.js +0 -2
- package/lib/clients/web/cn/setBackgroundColor.d.ts +0 -2
- package/lib/clients/web/cn/setBackgroundColor.js +0 -2
- package/lib/clients/web/cn/setClipboard.d.ts +0 -2
- package/lib/clients/web/cn/setClipboard.js +0 -2
- package/lib/clients/web/cn/setKeepScreenOn.d.ts +0 -2
- package/lib/clients/web/cn/setKeepScreenOn.js +0 -2
- package/lib/clients/web/cn/setNavigationBar.d.ts +0 -2
- package/lib/clients/web/cn/setNavigationBar.js +0 -2
- package/lib/clients/web/cn/setOptionMenu.d.ts +0 -2
- package/lib/clients/web/cn/setOptionMenu.js +0 -2
- package/lib/clients/web/cn/setScreenBrightness.d.ts +0 -2
- package/lib/clients/web/cn/setScreenBrightness.js +0 -2
- package/lib/clients/web/cn/setStorage.d.ts +0 -2
- package/lib/clients/web/cn/setStorage.js +0 -2
- package/lib/clients/web/cn/setTabBarStyle.d.ts +0 -2
- package/lib/clients/web/cn/setTabBarStyle.js +0 -2
- package/lib/clients/web/cn/showActionSheet.d.ts +0 -2
- package/lib/clients/web/cn/showActionSheet.js +0 -2
- package/lib/clients/web/cn/showAuthGuide.d.ts +0 -2
- package/lib/clients/web/cn/showAuthGuide.js +0 -2
- package/lib/clients/web/cn/showLoading.d.ts +0 -2
- package/lib/clients/web/cn/showLoading.js +0 -2
- package/lib/clients/web/cn/showNavigationBarLoading.d.ts +0 -2
- package/lib/clients/web/cn/showNavigationBarLoading.js +0 -2
- package/lib/clients/web/cn/showToast.d.ts +0 -2
- package/lib/clients/web/cn/showToast.js +0 -2
- package/lib/clients/web/cn/signContract.d.ts +0 -2
- package/lib/clients/web/cn/signContract.js +0 -2
- package/lib/clients/web/cn/startBluetoothDevicesDiscovery.d.ts +0 -2
- package/lib/clients/web/cn/startBluetoothDevicesDiscovery.js +0 -2
- package/lib/clients/web/cn/startPullDownRefresh.d.ts +0 -2
- package/lib/clients/web/cn/startPullDownRefresh.js +0 -2
- package/lib/clients/web/cn/stopBluetoothDevicesDiscovery.d.ts +0 -2
- package/lib/clients/web/cn/stopBluetoothDevicesDiscovery.js +0 -2
- package/lib/clients/web/cn/stopPullDownRefresh.d.ts +0 -2
- package/lib/clients/web/cn/stopPullDownRefresh.js +0 -2
- package/lib/clients/web/cn/tradePay.d.ts +0 -2
- package/lib/clients/web/cn/tradePay.js +0 -2
- package/lib/clients/web/cn/uploadFile.d.ts +0 -2
- package/lib/clients/web/cn/uploadFile.js +0 -2
- package/lib/clients/web/cn/vibrate.d.ts +0 -2
- package/lib/clients/web/cn/vibrate.js +0 -2
- package/lib/clients/web/cn/watchShake.d.ts +0 -2
- package/lib/clients/web/cn/watchShake.js +0 -2
- package/lib/clients/web/cn/writeBLECharacteristicValue.d.ts +0 -2
- package/lib/clients/web/cn/writeBLECharacteristicValue.js +0 -2
- package/lib/clients/web/intl/APRegionRPC.d.ts +0 -2
- package/lib/clients/web/intl/APRegionRPC.js +0 -2
- package/lib/clients/web/intl/addFatigueAction.d.ts +0 -2
- package/lib/clients/web/intl/addFatigueAction.js +0 -2
- package/lib/clients/web/intl/addPhoneContact.d.ts +0 -2
- package/lib/clients/web/intl/addPhoneContact.js +0 -2
- package/lib/clients/web/intl/alert.d.ts +0 -2
- package/lib/clients/web/intl/alert.js +0 -2
- package/lib/clients/web/intl/apDisableJSAPI.d.ts +0 -2
- package/lib/clients/web/intl/apDisableJSAPI.js +0 -2
- package/lib/clients/web/intl/appxrpc.d.ts +0 -2
- package/lib/clients/web/intl/appxrpc.js +0 -2
- package/lib/clients/web/intl/batchQueryCdpSpaceInfo.d.ts +0 -2
- package/lib/clients/web/intl/batchQueryCdpSpaceInfo.js +0 -2
- package/lib/clients/web/intl/chooseImage.d.ts +0 -3
- package/lib/clients/web/intl/chooseImage.js +0 -16
- package/lib/clients/web/intl/choosePhoneContact.d.ts +0 -2
- package/lib/clients/web/intl/choosePhoneContact.js +0 -2
- package/lib/clients/web/intl/clearStorage.d.ts +0 -2
- package/lib/clients/web/intl/clearStorage.js +0 -2
- package/lib/clients/web/intl/closeBluetoothAdapter.d.ts +0 -2
- package/lib/clients/web/intl/closeBluetoothAdapter.js +0 -2
- package/lib/clients/web/intl/closeSocket.d.ts +0 -2
- package/lib/clients/web/intl/closeSocket.js +0 -2
- package/lib/clients/web/intl/confirm.d.ts +0 -2
- package/lib/clients/web/intl/confirm.js +0 -2
- package/lib/clients/web/intl/connectBLEDevice.d.ts +0 -2
- package/lib/clients/web/intl/connectBLEDevice.js +0 -2
- package/lib/clients/web/intl/connectSocket.d.ts +0 -2
- package/lib/clients/web/intl/connectSocket.js +0 -2
- package/lib/clients/web/intl/crossPay.d.ts +0 -2
- package/lib/clients/web/intl/crossPay.js +0 -2
- package/lib/clients/web/intl/custom.d.ts +0 -33
- package/lib/clients/web/intl/custom.js +0 -60
- package/lib/clients/web/intl/datePicker.d.ts +0 -2
- package/lib/clients/web/intl/datePicker.js +0 -2
- package/lib/clients/web/intl/disconnectBLEDevice.d.ts +0 -2
- package/lib/clients/web/intl/disconnectBLEDevice.js +0 -2
- package/lib/clients/web/intl/downloadFile.d.ts +0 -2
- package/lib/clients/web/intl/downloadFile.js +0 -2
- package/lib/clients/web/intl/exitApp.d.ts +0 -2
- package/lib/clients/web/intl/exitApp.js +0 -2
- package/lib/clients/web/intl/generated.d.ts +0 -87
- package/lib/clients/web/intl/generated.js +0 -104
- package/lib/clients/web/intl/getAppToken.d.ts +0 -2
- package/lib/clients/web/intl/getAppToken.js +0 -2
- package/lib/clients/web/intl/getAuthCode.d.ts +0 -2
- package/lib/clients/web/intl/getAuthCode.js +0 -2
- package/lib/clients/web/intl/getBLEDeviceCharacteristics.d.ts +0 -2
- package/lib/clients/web/intl/getBLEDeviceCharacteristics.js +0 -2
- package/lib/clients/web/intl/getBLEDeviceServices.d.ts +0 -2
- package/lib/clients/web/intl/getBLEDeviceServices.js +0 -2
- package/lib/clients/web/intl/getBatteryInfo.d.ts +0 -2
- package/lib/clients/web/intl/getBatteryInfo.js +0 -2
- package/lib/clients/web/intl/getBluetoothAdapterState.d.ts +0 -2
- package/lib/clients/web/intl/getBluetoothAdapterState.js +0 -2
- package/lib/clients/web/intl/getBluetoothDevices.d.ts +0 -2
- package/lib/clients/web/intl/getBluetoothDevices.js +0 -2
- package/lib/clients/web/intl/getClipboard.d.ts +0 -2
- package/lib/clients/web/intl/getClipboard.js +0 -2
- package/lib/clients/web/intl/getComponentAuth.d.ts +0 -2
- package/lib/clients/web/intl/getComponentAuth.js +0 -2
- package/lib/clients/web/intl/getConnectedBluetoothDevices.d.ts +0 -2
- package/lib/clients/web/intl/getConnectedBluetoothDevices.js +0 -2
- package/lib/clients/web/intl/getFileInfo.d.ts +0 -2
- package/lib/clients/web/intl/getFileInfo.js +0 -2
- package/lib/clients/web/intl/getImageInfo.d.ts +0 -2
- package/lib/clients/web/intl/getImageInfo.js +0 -2
- package/lib/clients/web/intl/getLocation.d.ts +0 -2
- package/lib/clients/web/intl/getLocation.js +0 -2
- package/lib/clients/web/intl/getNetworkType.d.ts +0 -2
- package/lib/clients/web/intl/getNetworkType.js +0 -2
- package/lib/clients/web/intl/getOpenUserInfo.d.ts +0 -3
- package/lib/clients/web/intl/getOpenUserInfo.js +0 -29
- package/lib/clients/web/intl/getPaymentCode.d.ts +0 -2
- package/lib/clients/web/intl/getPaymentCode.js +0 -2
- package/lib/clients/web/intl/getPhoneNumber.d.ts +0 -2
- package/lib/clients/web/intl/getPhoneNumber.js +0 -2
- package/lib/clients/web/intl/getSavedFileInfo.d.ts +0 -2
- package/lib/clients/web/intl/getSavedFileInfo.js +0 -2
- package/lib/clients/web/intl/getSavedFileList.d.ts +0 -2
- package/lib/clients/web/intl/getSavedFileList.js +0 -2
- package/lib/clients/web/intl/getScreenBrightness.d.ts +0 -2
- package/lib/clients/web/intl/getScreenBrightness.js +0 -2
- package/lib/clients/web/intl/getServerTime.d.ts +0 -2
- package/lib/clients/web/intl/getServerTime.js +0 -2
- package/lib/clients/web/intl/getSetting.d.ts +0 -2
- package/lib/clients/web/intl/getSetting.js +0 -2
- package/lib/clients/web/intl/getSiteInfo.d.ts +0 -2
- package/lib/clients/web/intl/getSiteInfo.js +0 -2
- package/lib/clients/web/intl/getStorage.d.ts +0 -2
- package/lib/clients/web/intl/getStorage.js +0 -2
- package/lib/clients/web/intl/getSystemInfo.d.ts +0 -2
- package/lib/clients/web/intl/getSystemInfo.js +0 -2
- package/lib/clients/web/intl/hideBackHome.d.ts +0 -2
- package/lib/clients/web/intl/hideBackHome.js +0 -2
- package/lib/clients/web/intl/hideKeyboard.d.ts +0 -2
- package/lib/clients/web/intl/hideKeyboard.js +0 -2
- package/lib/clients/web/intl/hideLoading.d.ts +0 -2
- package/lib/clients/web/intl/hideLoading.js +0 -2
- package/lib/clients/web/intl/hideNavigationBarLoading.d.ts +0 -2
- package/lib/clients/web/intl/hideNavigationBarLoading.js +0 -2
- package/lib/clients/web/intl/hideTabBar.d.ts +0 -2
- package/lib/clients/web/intl/hideTabBar.js +0 -2
- package/lib/clients/web/intl/hideToast.d.ts +0 -2
- package/lib/clients/web/intl/hideToast.js +0 -2
- package/lib/clients/web/intl/index.d.ts +0 -116
- package/lib/clients/web/intl/index.js +0 -19
- package/lib/clients/web/intl/inquireQuote.d.ts +0 -2
- package/lib/clients/web/intl/inquireQuote.js +0 -2
- package/lib/clients/web/intl/isInstalledApp.d.ts +0 -2
- package/lib/clients/web/intl/isInstalledApp.js +0 -2
- package/lib/clients/web/intl/makePhoneCall.d.ts +0 -2
- package/lib/clients/web/intl/makePhoneCall.js +0 -2
- package/lib/clients/web/intl/multiLevelSelect.d.ts +0 -2
- package/lib/clients/web/intl/multiLevelSelect.js +0 -2
- package/lib/clients/web/intl/navigateBack.d.ts +0 -2
- package/lib/clients/web/intl/navigateBack.js +0 -2
- package/lib/clients/web/intl/navigateBackMiniProgram.d.ts +0 -2
- package/lib/clients/web/intl/navigateBackMiniProgram.js +0 -2
- package/lib/clients/web/intl/navigateTo.d.ts +0 -2
- package/lib/clients/web/intl/navigateTo.js +0 -2
- package/lib/clients/web/intl/navigateToBizScene.d.ts +0 -2
- package/lib/clients/web/intl/navigateToBizScene.js +0 -2
- package/lib/clients/web/intl/navigateToMiniProgram.d.ts +0 -2
- package/lib/clients/web/intl/navigateToMiniProgram.js +0 -2
- package/lib/clients/web/intl/notifyBLECharacteristicValueChange.d.ts +0 -2
- package/lib/clients/web/intl/notifyBLECharacteristicValueChange.js +0 -2
- package/lib/clients/web/intl/offAccelerometerChange.d.ts +0 -2
- package/lib/clients/web/intl/offAccelerometerChange.js +0 -2
- package/lib/clients/web/intl/offBLECharacteristicValueChange.d.ts +0 -2
- package/lib/clients/web/intl/offBLECharacteristicValueChange.js +0 -2
- package/lib/clients/web/intl/offBLEConnectionStateChanged.d.ts +0 -2
- package/lib/clients/web/intl/offBLEConnectionStateChanged.js +0 -2
- package/lib/clients/web/intl/offBluetoothAdapterStateChange.d.ts +0 -2
- package/lib/clients/web/intl/offBluetoothAdapterStateChange.js +0 -2
- package/lib/clients/web/intl/offBluetoothDeviceFound.d.ts +0 -2
- package/lib/clients/web/intl/offBluetoothDeviceFound.js +0 -2
- package/lib/clients/web/intl/offCompassChange.d.ts +0 -2
- package/lib/clients/web/intl/offCompassChange.js +0 -2
- package/lib/clients/web/intl/offMemoryWarning.d.ts +0 -2
- package/lib/clients/web/intl/offMemoryWarning.js +0 -2
- package/lib/clients/web/intl/offSocketClose.d.ts +0 -2
- package/lib/clients/web/intl/offSocketClose.js +0 -2
- package/lib/clients/web/intl/offSocketError.d.ts +0 -2
- package/lib/clients/web/intl/offSocketError.js +0 -2
- package/lib/clients/web/intl/offSocketMessage.d.ts +0 -2
- package/lib/clients/web/intl/offSocketMessage.js +0 -2
- package/lib/clients/web/intl/offSocketOpen.d.ts +0 -2
- package/lib/clients/web/intl/offSocketOpen.js +0 -2
- package/lib/clients/web/intl/onAccelerometerChange.d.ts +0 -2
- package/lib/clients/web/intl/onAccelerometerChange.js +0 -2
- package/lib/clients/web/intl/onBLECharacteristicValueChange.d.ts +0 -2
- package/lib/clients/web/intl/onBLECharacteristicValueChange.js +0 -2
- package/lib/clients/web/intl/onBLEConnectionStateChanged.d.ts +0 -2
- package/lib/clients/web/intl/onBLEConnectionStateChanged.js +0 -2
- package/lib/clients/web/intl/onBluetoothAdapterStateChange.d.ts +0 -2
- package/lib/clients/web/intl/onBluetoothAdapterStateChange.js +0 -2
- package/lib/clients/web/intl/onBluetoothDeviceFound.d.ts +0 -2
- package/lib/clients/web/intl/onBluetoothDeviceFound.js +0 -2
- package/lib/clients/web/intl/onCompassChange.d.ts +0 -2
- package/lib/clients/web/intl/onCompassChange.js +0 -2
- package/lib/clients/web/intl/onMemoryWarning.d.ts +0 -2
- package/lib/clients/web/intl/onMemoryWarning.js +0 -2
- package/lib/clients/web/intl/onSocketClose.d.ts +0 -2
- package/lib/clients/web/intl/onSocketClose.js +0 -2
- package/lib/clients/web/intl/onSocketError.d.ts +0 -2
- package/lib/clients/web/intl/onSocketError.js +0 -2
- package/lib/clients/web/intl/onSocketMessage.d.ts +0 -2
- package/lib/clients/web/intl/onSocketMessage.js +0 -2
- package/lib/clients/web/intl/onSocketOpen.d.ts +0 -2
- package/lib/clients/web/intl/onSocketOpen.js +0 -2
- package/lib/clients/web/intl/openBluetoothAdapter.d.ts +0 -2
- package/lib/clients/web/intl/openBluetoothAdapter.js +0 -2
- package/lib/clients/web/intl/openDocument.d.ts +0 -2
- package/lib/clients/web/intl/openDocument.js +0 -2
- package/lib/clients/web/intl/openSchemeWithBacking.d.ts +0 -2
- package/lib/clients/web/intl/openSchemeWithBacking.js +0 -2
- package/lib/clients/web/intl/openSetting.d.ts +0 -2
- package/lib/clients/web/intl/openSetting.js +0 -2
- package/lib/clients/web/intl/paySignCenter.d.ts +0 -2
- package/lib/clients/web/intl/paySignCenter.js +0 -27
- package/lib/clients/web/intl/previewImage.d.ts +0 -2
- package/lib/clients/web/intl/previewImage.js +0 -2
- package/lib/clients/web/intl/prompt.d.ts +0 -2
- package/lib/clients/web/intl/prompt.js +0 -2
- package/lib/clients/web/intl/reLaunch.d.ts +0 -2
- package/lib/clients/web/intl/reLaunch.js +0 -2
- package/lib/clients/web/intl/readBLECharacteristicValue.d.ts +0 -2
- package/lib/clients/web/intl/readBLECharacteristicValue.js +0 -2
- package/lib/clients/web/intl/redirectTo.d.ts +0 -2
- package/lib/clients/web/intl/redirectTo.js +0 -2
- package/lib/clients/web/intl/regionFetchAllApps.d.ts +0 -2
- package/lib/clients/web/intl/regionFetchAllApps.js +0 -2
- package/lib/clients/web/intl/regionSearchAppsByKeywords.d.ts +0 -2
- package/lib/clients/web/intl/regionSearchAppsByKeywords.js +0 -2
- package/lib/clients/web/intl/removeSavedFile.d.ts +0 -2
- package/lib/clients/web/intl/removeSavedFile.js +0 -2
- package/lib/clients/web/intl/removeStorage.d.ts +0 -2
- package/lib/clients/web/intl/removeStorage.js +0 -2
- package/lib/clients/web/intl/request.d.ts +0 -2
- package/lib/clients/web/intl/request.js +0 -2
- package/lib/clients/web/intl/rpc.js +0 -2
- package/lib/clients/web/intl/saveFile.d.ts +0 -2
- package/lib/clients/web/intl/saveFile.js +0 -2
- package/lib/clients/web/intl/saveImage.d.ts +0 -2
- package/lib/clients/web/intl/saveImage.js +0 -2
- package/lib/clients/web/intl/scan.d.ts +0 -2
- package/lib/clients/web/intl/scan.js +0 -2
- package/lib/clients/web/intl/sendSocketMessage.d.ts +0 -2
- package/lib/clients/web/intl/sendSocketMessage.js +0 -2
- package/lib/clients/web/intl/setBackgroundColor.d.ts +0 -2
- package/lib/clients/web/intl/setBackgroundColor.js +0 -2
- package/lib/clients/web/intl/setClipboard.d.ts +0 -2
- package/lib/clients/web/intl/setClipboard.js +0 -2
- package/lib/clients/web/intl/setKeepScreenOn.d.ts +0 -2
- package/lib/clients/web/intl/setKeepScreenOn.js +0 -2
- package/lib/clients/web/intl/setNavigationBar.d.ts +0 -2
- package/lib/clients/web/intl/setNavigationBar.js +0 -2
- package/lib/clients/web/intl/setOptionMenu.d.ts +0 -2
- package/lib/clients/web/intl/setOptionMenu.js +0 -2
- package/lib/clients/web/intl/setScreenBrightness.d.ts +0 -2
- package/lib/clients/web/intl/setScreenBrightness.js +0 -2
- package/lib/clients/web/intl/setStorage.d.ts +0 -2
- package/lib/clients/web/intl/setStorage.js +0 -2
- package/lib/clients/web/intl/setTabBarStyle.d.ts +0 -2
- package/lib/clients/web/intl/setTabBarStyle.js +0 -2
- package/lib/clients/web/intl/showActionSheet.d.ts +0 -2
- package/lib/clients/web/intl/showActionSheet.js +0 -2
- package/lib/clients/web/intl/showAuthGuide.d.ts +0 -2
- package/lib/clients/web/intl/showAuthGuide.js +0 -2
- package/lib/clients/web/intl/showLoading.d.ts +0 -2
- package/lib/clients/web/intl/showLoading.js +0 -2
- package/lib/clients/web/intl/showNavigationBarLoading.d.ts +0 -2
- package/lib/clients/web/intl/showNavigationBarLoading.js +0 -2
- package/lib/clients/web/intl/showToast.d.ts +0 -2
- package/lib/clients/web/intl/showToast.js +0 -2
- package/lib/clients/web/intl/signContract.d.ts +0 -2
- package/lib/clients/web/intl/signContract.js +0 -2
- package/lib/clients/web/intl/startApp.d.ts +0 -2
- package/lib/clients/web/intl/startApp.js +0 -2
- package/lib/clients/web/intl/startBizService.d.ts +0 -2
- package/lib/clients/web/intl/startBizService.js +0 -2
- package/lib/clients/web/intl/startBluetoothDevicesDiscovery.d.ts +0 -2
- package/lib/clients/web/intl/startBluetoothDevicesDiscovery.js +0 -2
- package/lib/clients/web/intl/startPullDownRefresh.d.ts +0 -2
- package/lib/clients/web/intl/startPullDownRefresh.js +0 -2
- package/lib/clients/web/intl/stopBluetoothDevicesDiscovery.d.ts +0 -2
- package/lib/clients/web/intl/stopBluetoothDevicesDiscovery.js +0 -2
- package/lib/clients/web/intl/stopPullDownRefresh.d.ts +0 -2
- package/lib/clients/web/intl/stopPullDownRefresh.js +0 -2
- package/lib/clients/web/intl/thirdPartyAuthForAc.d.ts +0 -2
- package/lib/clients/web/intl/thirdPartyAuthForAc.js +0 -2
- package/lib/clients/web/intl/tradePay.d.ts +0 -2
- package/lib/clients/web/intl/tradePay.js +0 -2
- package/lib/clients/web/intl/uploadApdidToken.d.ts +0 -2
- package/lib/clients/web/intl/uploadApdidToken.js +0 -2
- package/lib/clients/web/intl/uploadFile.d.ts +0 -2
- package/lib/clients/web/intl/uploadFile.js +0 -2
- package/lib/clients/web/intl/vibrate.d.ts +0 -2
- package/lib/clients/web/intl/vibrate.js +0 -2
- package/lib/clients/web/intl/watchShake.d.ts +0 -2
- package/lib/clients/web/intl/watchShake.js +0 -2
- package/lib/clients/web/intl/writeBLECharacteristicValue.d.ts +0 -2
- package/lib/clients/web/intl/writeBLECharacteristicValue.js +0 -2
- package/lib/common/apis/custom/web/offAccelerometerChange.d.ts +0 -3
- package/lib/common/apis/custom/web/offAccelerometerChange.js +0 -25
- package/lib/common/apis/custom/web/offCompassChange.d.ts +0 -3
- package/lib/common/apis/custom/web/offCompassChange.js +0 -25
- package/lib/common/apis/custom/web/onAccelerometerChange.d.ts +0 -3
- package/lib/common/apis/custom/web/onAccelerometerChange.js +0 -25
- package/lib/common/apis/custom/web/onCompassChange.d.ts +0 -3
- package/lib/common/apis/custom/web/onCompassChange.js +0 -25
- package/lib/common/init-mp-web-channel.d.ts +0 -1
- package/lib/common/init-mp-web-channel.js +0 -39
package/lib/bridges.js
CHANGED
|
@@ -6,213 +6,220 @@ var __spreadArray = this && this.__spreadArray || function (to, from) {
|
|
|
6
6
|
return to;
|
|
7
7
|
};
|
|
8
8
|
|
|
9
|
-
import appEnv from
|
|
10
|
-
import notFound from
|
|
11
|
-
import _addFatigueAction from
|
|
12
|
-
import _addPhoneContact from
|
|
13
|
-
import _alert from
|
|
14
|
-
import _apDisableJSAPI from
|
|
15
|
-
import _appxrpc from
|
|
16
|
-
import _APRegionRPC from
|
|
17
|
-
import _batchQueryCdpSpaceInfo from
|
|
18
|
-
import _chooseImage from
|
|
19
|
-
import _choosePhoneContact from
|
|
20
|
-
import _clearStorage from
|
|
21
|
-
import _clearStorageSync from
|
|
22
|
-
import _closeBluetoothAdapter from
|
|
23
|
-
import _closeSocket from
|
|
24
|
-
import _confirm from
|
|
25
|
-
import _connectBLEDevice from
|
|
26
|
-
import _connectSocket from
|
|
27
|
-
import _createAnimation from
|
|
28
|
-
import _createWebViewContext from
|
|
29
|
-
import _crossPay from
|
|
30
|
-
import _datePicker from
|
|
31
|
-
import _disconnectBLEDevice from
|
|
32
|
-
import _downloadFile from
|
|
33
|
-
import _exitApp from
|
|
34
|
-
import _getAppIdSync from
|
|
35
|
-
import _getAppToken from
|
|
36
|
-
import _getAuthCode from
|
|
37
|
-
import _getBatteryInfo from
|
|
38
|
-
import _getBLEDeviceCharacteristics from
|
|
39
|
-
import _getBLEDeviceServices from
|
|
40
|
-
import _getBluetoothAdapterState from
|
|
41
|
-
import _getBluetoothDevices from
|
|
42
|
-
import _getClipboard from
|
|
43
|
-
import _getComponentAuth from
|
|
44
|
-
import _getConnectedBluetoothDevices from
|
|
45
|
-
import _getFileInfo from
|
|
46
|
-
import _getImageInfo from
|
|
47
|
-
import _getLocation from
|
|
48
|
-
import _getNetworkType from
|
|
49
|
-
import _getOpenUserInfo from
|
|
50
|
-
import _getPaymentCode from
|
|
51
|
-
import _getPhoneNumber from
|
|
52
|
-
import _getSavedFileInfo from
|
|
53
|
-
import _getSavedFileList from
|
|
54
|
-
import _getScreenBrightness from
|
|
55
|
-
import _getServerTime from
|
|
56
|
-
import _getSetting from
|
|
57
|
-
import _getSiteInfo from
|
|
58
|
-
import _getStorage from
|
|
59
|
-
import _getStorageSync from
|
|
60
|
-
import _getSystemInfo from
|
|
61
|
-
import _hideBackHome from
|
|
62
|
-
import _hideKeyboard from
|
|
63
|
-
import _hideLoading from
|
|
64
|
-
import _hideNavigationBarLoading from
|
|
65
|
-
import _hideTabBar from
|
|
66
|
-
import _hideToast from
|
|
67
|
-
import _inquireQuote from
|
|
68
|
-
import _isInstalledApp from
|
|
69
|
-
import _makePhoneCall from
|
|
70
|
-
import _multiLevelSelect from
|
|
71
|
-
import _navigateBack from
|
|
72
|
-
import _navigateBackMiniProgram from
|
|
73
|
-
import _navigateTo from
|
|
74
|
-
import _navigateToBizScene from
|
|
75
|
-
import _navigateToMiniProgram from
|
|
76
|
-
import _notifyBLECharacteristicValueChange from
|
|
77
|
-
import _offAccelerometerChange from
|
|
78
|
-
import _offBLECharacteristicValueChange from
|
|
79
|
-
import _offBLEConnectionStateChanged from
|
|
80
|
-
import _offBluetoothAdapterStateChange from
|
|
81
|
-
import _offBluetoothDeviceFound from
|
|
82
|
-
import _offCompassChange from
|
|
83
|
-
import _offMemoryWarning from
|
|
84
|
-
import _offSocketClose from
|
|
85
|
-
import _offSocketError from
|
|
86
|
-
import _offSocketMessage from
|
|
87
|
-
import _offSocketOpen from
|
|
88
|
-
import _offUserCaptureScreen from
|
|
89
|
-
import _onAccelerometerChange from
|
|
90
|
-
import _onBLECharacteristicValueChange from
|
|
91
|
-
import _onBLEConnectionStateChanged from
|
|
92
|
-
import _onBluetoothAdapterStateChange from
|
|
93
|
-
import _onBluetoothDeviceFound from
|
|
94
|
-
import _onCompassChange from
|
|
95
|
-
import _onMemoryWarning from
|
|
96
|
-
import _onSocketClose from
|
|
97
|
-
import _onSocketError from
|
|
98
|
-
import _onSocketMessage from
|
|
99
|
-
import _onSocketOpen from
|
|
100
|
-
import _onUserCaptureScreen from
|
|
101
|
-
import _openBluetoothAdapter from
|
|
102
|
-
import _openDocument from
|
|
103
|
-
import _openSchemeWithBacking from
|
|
104
|
-
import _openSetting from
|
|
105
|
-
import _pageScrollTo from
|
|
106
|
-
import _paySignCenter from
|
|
107
|
-
import _previewImage from
|
|
108
|
-
import _prompt from
|
|
109
|
-
import _readBLECharacteristicValue from
|
|
110
|
-
import _redirectTo from
|
|
111
|
-
import _regionFetchAllApps from
|
|
112
|
-
import _regionSearchAppsByKeywords from
|
|
113
|
-
import _reLaunch from
|
|
114
|
-
import _removeSavedFile from
|
|
115
|
-
import _removeStorage from
|
|
116
|
-
import _removeStorageSync from
|
|
117
|
-
import _request from
|
|
118
|
-
import _rpc from
|
|
119
|
-
import _saveFile from
|
|
120
|
-
import _saveImage from
|
|
121
|
-
import _scan from
|
|
122
|
-
import _sendSocketMessage from
|
|
123
|
-
import _setBackgroundColor from
|
|
124
|
-
import _setCanPullDown from
|
|
125
|
-
import _setClipboard from
|
|
126
|
-
import _setKeepScreenOn from
|
|
127
|
-
import _setNavigationBar from
|
|
128
|
-
import _setOptionMenu from
|
|
129
|
-
import _setScreenBrightness from
|
|
130
|
-
import _setStorage from
|
|
131
|
-
import _setStorageSync from
|
|
132
|
-
import _setTabBarStyle from
|
|
133
|
-
import _showActionSheet from
|
|
134
|
-
import _showAuthGuide from
|
|
135
|
-
import _showLoading from
|
|
136
|
-
import _showNavigationBarLoading from
|
|
137
|
-
import _showToast from
|
|
138
|
-
import _signContract from
|
|
139
|
-
import _startApp from
|
|
140
|
-
import _startBizService from
|
|
141
|
-
import _startBluetoothDevicesDiscovery from
|
|
142
|
-
import _startPullDownRefresh from
|
|
143
|
-
import _stopBluetoothDevicesDiscovery from
|
|
144
|
-
import _stopPullDownRefresh from
|
|
145
|
-
import _switchTab from
|
|
146
|
-
import _thirdPartyAuthForAc from
|
|
147
|
-
import _tradePay from
|
|
148
|
-
import _uploadApdidToken from
|
|
149
|
-
import _uploadFile from
|
|
150
|
-
import _vibrate from
|
|
151
|
-
import _watchShake from
|
|
152
|
-
import _writeBLECharacteristicValue from
|
|
153
|
-
import mpLazadaGetAuthCode from
|
|
154
|
-
import mpTaobaoCrossPay from
|
|
155
|
-
import mpTaobaoGetAuthCode from
|
|
156
|
-
import mpTaobaoGetOpenUserInfo from
|
|
157
|
-
import
|
|
158
|
-
import
|
|
159
|
-
import
|
|
160
|
-
import
|
|
161
|
-
import
|
|
162
|
-
import
|
|
163
|
-
import
|
|
164
|
-
import
|
|
165
|
-
import
|
|
166
|
-
import
|
|
167
|
-
import
|
|
168
|
-
import
|
|
169
|
-
import
|
|
170
|
-
import
|
|
171
|
-
import
|
|
172
|
-
import
|
|
173
|
-
import
|
|
174
|
-
import
|
|
175
|
-
import
|
|
176
|
-
import
|
|
177
|
-
import
|
|
178
|
-
import
|
|
179
|
-
import
|
|
180
|
-
import
|
|
181
|
-
import
|
|
182
|
-
import
|
|
183
|
-
import
|
|
184
|
-
import
|
|
185
|
-
import
|
|
186
|
-
import
|
|
187
|
-
import
|
|
188
|
-
import
|
|
189
|
-
import
|
|
190
|
-
import
|
|
191
|
-
import
|
|
192
|
-
import
|
|
193
|
-
import
|
|
194
|
-
import
|
|
195
|
-
import
|
|
196
|
-
import
|
|
197
|
-
import
|
|
198
|
-
import
|
|
199
|
-
import
|
|
200
|
-
import
|
|
201
|
-
import
|
|
202
|
-
import
|
|
203
|
-
import
|
|
204
|
-
import
|
|
205
|
-
import
|
|
206
|
-
import
|
|
207
|
-
import
|
|
208
|
-
import
|
|
209
|
-
import
|
|
210
|
-
import
|
|
211
|
-
import
|
|
212
|
-
import
|
|
213
|
-
import
|
|
214
|
-
import
|
|
215
|
-
import
|
|
9
|
+
import appEnv from "./appEnv";
|
|
10
|
+
import notFound from "./common/notFound";
|
|
11
|
+
import _addFatigueAction from "./common/apis/generated/addFatigueAction";
|
|
12
|
+
import _addPhoneContact from "./common/apis/generated/addPhoneContact";
|
|
13
|
+
import _alert from "./common/apis/generated/alert";
|
|
14
|
+
import _apDisableJSAPI from "./common/apis/generated/apDisableJSAPI";
|
|
15
|
+
import _appxrpc from "./common/apis/generated/appxrpc";
|
|
16
|
+
import _APRegionRPC from "./common/apis/generated/APRegionRPC";
|
|
17
|
+
import _batchQueryCdpSpaceInfo from "./common/apis/generated/batchQueryCdpSpaceInfo";
|
|
18
|
+
import _chooseImage from "./common/apis/generated/chooseImage";
|
|
19
|
+
import _choosePhoneContact from "./common/apis/generated/choosePhoneContact";
|
|
20
|
+
import _clearStorage from "./common/apis/generated/clearStorage";
|
|
21
|
+
import _clearStorageSync from "./common/apis/generated/clearStorageSync";
|
|
22
|
+
import _closeBluetoothAdapter from "./common/apis/generated/closeBluetoothAdapter";
|
|
23
|
+
import _closeSocket from "./common/apis/generated/closeSocket";
|
|
24
|
+
import _confirm from "./common/apis/generated/confirm";
|
|
25
|
+
import _connectBLEDevice from "./common/apis/generated/connectBLEDevice";
|
|
26
|
+
import _connectSocket from "./common/apis/generated/connectSocket";
|
|
27
|
+
import _createAnimation from "./common/apis/generated/createAnimation";
|
|
28
|
+
import _createWebViewContext from "./common/apis/generated/createWebViewContext";
|
|
29
|
+
import _crossPay from "./common/apis/generated/crossPay";
|
|
30
|
+
import _datePicker from "./common/apis/generated/datePicker";
|
|
31
|
+
import _disconnectBLEDevice from "./common/apis/generated/disconnectBLEDevice";
|
|
32
|
+
import _downloadFile from "./common/apis/generated/downloadFile";
|
|
33
|
+
import _exitApp from "./common/apis/generated/exitApp";
|
|
34
|
+
import _getAppIdSync from "./common/apis/generated/getAppIdSync";
|
|
35
|
+
import _getAppToken from "./common/apis/generated/getAppToken";
|
|
36
|
+
import _getAuthCode from "./common/apis/generated/getAuthCode";
|
|
37
|
+
import _getBatteryInfo from "./common/apis/generated/getBatteryInfo";
|
|
38
|
+
import _getBLEDeviceCharacteristics from "./common/apis/generated/getBLEDeviceCharacteristics";
|
|
39
|
+
import _getBLEDeviceServices from "./common/apis/generated/getBLEDeviceServices";
|
|
40
|
+
import _getBluetoothAdapterState from "./common/apis/generated/getBluetoothAdapterState";
|
|
41
|
+
import _getBluetoothDevices from "./common/apis/generated/getBluetoothDevices";
|
|
42
|
+
import _getClipboard from "./common/apis/generated/getClipboard";
|
|
43
|
+
import _getComponentAuth from "./common/apis/generated/getComponentAuth";
|
|
44
|
+
import _getConnectedBluetoothDevices from "./common/apis/generated/getConnectedBluetoothDevices";
|
|
45
|
+
import _getFileInfo from "./common/apis/generated/getFileInfo";
|
|
46
|
+
import _getImageInfo from "./common/apis/generated/getImageInfo";
|
|
47
|
+
import _getLocation from "./common/apis/generated/getLocation";
|
|
48
|
+
import _getNetworkType from "./common/apis/generated/getNetworkType";
|
|
49
|
+
import _getOpenUserInfo from "./common/apis/generated/getOpenUserInfo";
|
|
50
|
+
import _getPaymentCode from "./common/apis/generated/getPaymentCode";
|
|
51
|
+
import _getPhoneNumber from "./common/apis/generated/getPhoneNumber";
|
|
52
|
+
import _getSavedFileInfo from "./common/apis/generated/getSavedFileInfo";
|
|
53
|
+
import _getSavedFileList from "./common/apis/generated/getSavedFileList";
|
|
54
|
+
import _getScreenBrightness from "./common/apis/generated/getScreenBrightness";
|
|
55
|
+
import _getServerTime from "./common/apis/generated/getServerTime";
|
|
56
|
+
import _getSetting from "./common/apis/generated/getSetting";
|
|
57
|
+
import _getSiteInfo from "./common/apis/generated/getSiteInfo";
|
|
58
|
+
import _getStorage from "./common/apis/generated/getStorage";
|
|
59
|
+
import _getStorageSync from "./common/apis/generated/getStorageSync";
|
|
60
|
+
import _getSystemInfo from "./common/apis/generated/getSystemInfo";
|
|
61
|
+
import _hideBackHome from "./common/apis/generated/hideBackHome";
|
|
62
|
+
import _hideKeyboard from "./common/apis/generated/hideKeyboard";
|
|
63
|
+
import _hideLoading from "./common/apis/generated/hideLoading";
|
|
64
|
+
import _hideNavigationBarLoading from "./common/apis/generated/hideNavigationBarLoading";
|
|
65
|
+
import _hideTabBar from "./common/apis/generated/hideTabBar";
|
|
66
|
+
import _hideToast from "./common/apis/generated/hideToast";
|
|
67
|
+
import _inquireQuote from "./common/apis/generated/inquireQuote";
|
|
68
|
+
import _isInstalledApp from "./common/apis/generated/isInstalledApp";
|
|
69
|
+
import _makePhoneCall from "./common/apis/generated/makePhoneCall";
|
|
70
|
+
import _multiLevelSelect from "./common/apis/generated/multiLevelSelect";
|
|
71
|
+
import _navigateBack from "./common/apis/generated/navigateBack";
|
|
72
|
+
import _navigateBackMiniProgram from "./common/apis/generated/navigateBackMiniProgram";
|
|
73
|
+
import _navigateTo from "./common/apis/generated/navigateTo";
|
|
74
|
+
import _navigateToBizScene from "./common/apis/generated/navigateToBizScene";
|
|
75
|
+
import _navigateToMiniProgram from "./common/apis/generated/navigateToMiniProgram";
|
|
76
|
+
import _notifyBLECharacteristicValueChange from "./common/apis/generated/notifyBLECharacteristicValueChange";
|
|
77
|
+
import _offAccelerometerChange from "./common/apis/generated/offAccelerometerChange";
|
|
78
|
+
import _offBLECharacteristicValueChange from "./common/apis/generated/offBLECharacteristicValueChange";
|
|
79
|
+
import _offBLEConnectionStateChanged from "./common/apis/generated/offBLEConnectionStateChanged";
|
|
80
|
+
import _offBluetoothAdapterStateChange from "./common/apis/generated/offBluetoothAdapterStateChange";
|
|
81
|
+
import _offBluetoothDeviceFound from "./common/apis/generated/offBluetoothDeviceFound";
|
|
82
|
+
import _offCompassChange from "./common/apis/generated/offCompassChange";
|
|
83
|
+
import _offMemoryWarning from "./common/apis/generated/offMemoryWarning";
|
|
84
|
+
import _offSocketClose from "./common/apis/generated/offSocketClose";
|
|
85
|
+
import _offSocketError from "./common/apis/generated/offSocketError";
|
|
86
|
+
import _offSocketMessage from "./common/apis/generated/offSocketMessage";
|
|
87
|
+
import _offSocketOpen from "./common/apis/generated/offSocketOpen";
|
|
88
|
+
import _offUserCaptureScreen from "./common/apis/generated/offUserCaptureScreen";
|
|
89
|
+
import _onAccelerometerChange from "./common/apis/generated/onAccelerometerChange";
|
|
90
|
+
import _onBLECharacteristicValueChange from "./common/apis/generated/onBLECharacteristicValueChange";
|
|
91
|
+
import _onBLEConnectionStateChanged from "./common/apis/generated/onBLEConnectionStateChanged";
|
|
92
|
+
import _onBluetoothAdapterStateChange from "./common/apis/generated/onBluetoothAdapterStateChange";
|
|
93
|
+
import _onBluetoothDeviceFound from "./common/apis/generated/onBluetoothDeviceFound";
|
|
94
|
+
import _onCompassChange from "./common/apis/generated/onCompassChange";
|
|
95
|
+
import _onMemoryWarning from "./common/apis/generated/onMemoryWarning";
|
|
96
|
+
import _onSocketClose from "./common/apis/generated/onSocketClose";
|
|
97
|
+
import _onSocketError from "./common/apis/generated/onSocketError";
|
|
98
|
+
import _onSocketMessage from "./common/apis/generated/onSocketMessage";
|
|
99
|
+
import _onSocketOpen from "./common/apis/generated/onSocketOpen";
|
|
100
|
+
import _onUserCaptureScreen from "./common/apis/generated/onUserCaptureScreen";
|
|
101
|
+
import _openBluetoothAdapter from "./common/apis/generated/openBluetoothAdapter";
|
|
102
|
+
import _openDocument from "./common/apis/generated/openDocument";
|
|
103
|
+
import _openSchemeWithBacking from "./common/apis/generated/openSchemeWithBacking";
|
|
104
|
+
import _openSetting from "./common/apis/generated/openSetting";
|
|
105
|
+
import _pageScrollTo from "./common/apis/generated/pageScrollTo";
|
|
106
|
+
import _paySignCenter from "./common/apis/generated/paySignCenter";
|
|
107
|
+
import _previewImage from "./common/apis/generated/previewImage";
|
|
108
|
+
import _prompt from "./common/apis/generated/prompt";
|
|
109
|
+
import _readBLECharacteristicValue from "./common/apis/generated/readBLECharacteristicValue";
|
|
110
|
+
import _redirectTo from "./common/apis/generated/redirectTo";
|
|
111
|
+
import _regionFetchAllApps from "./common/apis/generated/regionFetchAllApps";
|
|
112
|
+
import _regionSearchAppsByKeywords from "./common/apis/generated/regionSearchAppsByKeywords";
|
|
113
|
+
import _reLaunch from "./common/apis/generated/reLaunch";
|
|
114
|
+
import _removeSavedFile from "./common/apis/generated/removeSavedFile";
|
|
115
|
+
import _removeStorage from "./common/apis/generated/removeStorage";
|
|
116
|
+
import _removeStorageSync from "./common/apis/generated/removeStorageSync";
|
|
117
|
+
import _request from "./common/apis/generated/request";
|
|
118
|
+
import _rpc from "./common/apis/generated/rpc";
|
|
119
|
+
import _saveFile from "./common/apis/generated/saveFile";
|
|
120
|
+
import _saveImage from "./common/apis/generated/saveImage";
|
|
121
|
+
import _scan from "./common/apis/generated/scan";
|
|
122
|
+
import _sendSocketMessage from "./common/apis/generated/sendSocketMessage";
|
|
123
|
+
import _setBackgroundColor from "./common/apis/generated/setBackgroundColor";
|
|
124
|
+
import _setCanPullDown from "./common/apis/generated/setCanPullDown";
|
|
125
|
+
import _setClipboard from "./common/apis/generated/setClipboard";
|
|
126
|
+
import _setKeepScreenOn from "./common/apis/generated/setKeepScreenOn";
|
|
127
|
+
import _setNavigationBar from "./common/apis/generated/setNavigationBar";
|
|
128
|
+
import _setOptionMenu from "./common/apis/generated/setOptionMenu";
|
|
129
|
+
import _setScreenBrightness from "./common/apis/generated/setScreenBrightness";
|
|
130
|
+
import _setStorage from "./common/apis/generated/setStorage";
|
|
131
|
+
import _setStorageSync from "./common/apis/generated/setStorageSync";
|
|
132
|
+
import _setTabBarStyle from "./common/apis/generated/setTabBarStyle";
|
|
133
|
+
import _showActionSheet from "./common/apis/generated/showActionSheet";
|
|
134
|
+
import _showAuthGuide from "./common/apis/generated/showAuthGuide";
|
|
135
|
+
import _showLoading from "./common/apis/generated/showLoading";
|
|
136
|
+
import _showNavigationBarLoading from "./common/apis/generated/showNavigationBarLoading";
|
|
137
|
+
import _showToast from "./common/apis/generated/showToast";
|
|
138
|
+
import _signContract from "./common/apis/generated/signContract";
|
|
139
|
+
import _startApp from "./common/apis/generated/startApp";
|
|
140
|
+
import _startBizService from "./common/apis/generated/startBizService";
|
|
141
|
+
import _startBluetoothDevicesDiscovery from "./common/apis/generated/startBluetoothDevicesDiscovery";
|
|
142
|
+
import _startPullDownRefresh from "./common/apis/generated/startPullDownRefresh";
|
|
143
|
+
import _stopBluetoothDevicesDiscovery from "./common/apis/generated/stopBluetoothDevicesDiscovery";
|
|
144
|
+
import _stopPullDownRefresh from "./common/apis/generated/stopPullDownRefresh";
|
|
145
|
+
import _switchTab from "./common/apis/generated/switchTab";
|
|
146
|
+
import _thirdPartyAuthForAc from "./common/apis/generated/thirdPartyAuthForAc";
|
|
147
|
+
import _tradePay from "./common/apis/generated/tradePay";
|
|
148
|
+
import _uploadApdidToken from "./common/apis/generated/uploadApdidToken";
|
|
149
|
+
import _uploadFile from "./common/apis/generated/uploadFile";
|
|
150
|
+
import _vibrate from "./common/apis/generated/vibrate";
|
|
151
|
+
import _watchShake from "./common/apis/generated/watchShake";
|
|
152
|
+
import _writeBLECharacteristicValue from "./common/apis/generated/writeBLECharacteristicValue";
|
|
153
|
+
import mpLazadaGetAuthCode from "./clients/mp/lazada/getAuthCode";
|
|
154
|
+
import mpTaobaoCrossPay from "./clients/mp/taobao/crossPay";
|
|
155
|
+
import mpTaobaoGetAuthCode from "./clients/mp/taobao/getAuthCode";
|
|
156
|
+
import mpTaobaoGetOpenUserInfo from "./clients/mp/taobao/getOpenUserInfo";
|
|
157
|
+
import mpWebAlipayCrossPay from "./clients/mp_web/alipay/crossPay";
|
|
158
|
+
import mpWebAlipayGetAppIdSync from "./clients/mp_web/alipay/getAppIdSync";
|
|
159
|
+
import mpWebAlipayPlusGetAppIdSync from "./clients/mp_web/alipay_plus/getAppIdSync";
|
|
160
|
+
import webAlipayAlert from "./clients/web/alipay/alert";
|
|
161
|
+
import webAlipayChooseImage from "./clients/web/alipay/chooseImage";
|
|
162
|
+
import webAlipayChoosePhoneContact from "./clients/web/alipay/choosePhoneContact";
|
|
163
|
+
import webAlipayClearStorage from "./clients/web/alipay/clearStorage";
|
|
164
|
+
import webAlipayConfirm from "./clients/web/alipay/confirm";
|
|
165
|
+
import webAlipayDatePicker from "./clients/web/alipay/datePicker";
|
|
166
|
+
import webAlipayDownloadFile from "./clients/web/alipay/downloadFile";
|
|
167
|
+
import webAlipayGetAuthCode from "./clients/web/alipay/getAuthCode";
|
|
168
|
+
import webAlipayGetLocation from "./clients/web/alipay/getLocation";
|
|
169
|
+
import webAlipayGetNetworkType from "./clients/web/alipay/getNetworkType";
|
|
170
|
+
import webAlipayGetPhoneNumber from "./clients/web/alipay/getPhoneNumber";
|
|
171
|
+
import webAlipayGetStorage from "./clients/web/alipay/getStorage";
|
|
172
|
+
import webAlipayHideNavigationBarLoading from "./clients/web/alipay/hideNavigationBarLoading";
|
|
173
|
+
import webAlipayMultiLevelSelect from "./clients/web/alipay/multiLevelSelect";
|
|
174
|
+
import webAlipayPreviewImage from "./clients/web/alipay/previewImage";
|
|
175
|
+
import webAlipayRemoveStorage from "./clients/web/alipay/removeStorage";
|
|
176
|
+
import webAlipayRequest from "./clients/web/alipay/request";
|
|
177
|
+
import webAlipaySaveImage from "./clients/web/alipay/saveImage";
|
|
178
|
+
import webAlipaySetKeepScreenOn from "./clients/web/alipay/setKeepScreenOn";
|
|
179
|
+
import webAlipaySetNavigationBar from "./clients/web/alipay/setNavigationBar";
|
|
180
|
+
import webAlipaySetOptionMenu from "./clients/web/alipay/setOptionMenu";
|
|
181
|
+
import webAlipaySetStorage from "./clients/web/alipay/setStorage";
|
|
182
|
+
import webAlipayShowActionSheet from "./clients/web/alipay/showActionSheet";
|
|
183
|
+
import webAlipayShowAuthGuide from "./clients/web/alipay/showAuthGuide";
|
|
184
|
+
import webAlipayShowNavigationBarLoading from "./clients/web/alipay/showNavigationBarLoading";
|
|
185
|
+
import webAlipayShowToast from "./clients/web/alipay/showToast";
|
|
186
|
+
import webAlipayUploadFile from "./clients/web/alipay/uploadFile";
|
|
187
|
+
import webAlipayPlusAlert from "./clients/web/alipay_plus/alert";
|
|
188
|
+
import webAlipayPlusChooseImage from "./clients/web/alipay_plus/chooseImage";
|
|
189
|
+
import webAlipayPlusChoosePhoneContact from "./clients/web/alipay_plus/choosePhoneContact";
|
|
190
|
+
import webAlipayPlusClearStorage from "./clients/web/alipay_plus/clearStorage";
|
|
191
|
+
import webAlipayPlusConfirm from "./clients/web/alipay_plus/confirm";
|
|
192
|
+
import webAlipayPlusDatePicker from "./clients/web/alipay_plus/datePicker";
|
|
193
|
+
import webAlipayPlusDownloadFile from "./clients/web/alipay_plus/downloadFile";
|
|
194
|
+
import webAlipayPlusGetAuthCode from "./clients/web/alipay_plus/getAuthCode";
|
|
195
|
+
import webAlipayPlusGetLocation from "./clients/web/alipay_plus/getLocation";
|
|
196
|
+
import webAlipayPlusGetNetworkType from "./clients/web/alipay_plus/getNetworkType";
|
|
197
|
+
import webAlipayPlusGetOpenUserInfo from "./clients/web/alipay_plus/getOpenUserInfo";
|
|
198
|
+
import webAlipayPlusGetPhoneNumber from "./clients/web/alipay_plus/getPhoneNumber";
|
|
199
|
+
import webAlipayPlusGetStorage from "./clients/web/alipay_plus/getStorage";
|
|
200
|
+
import webAlipayPlusHideNavigationBarLoading from "./clients/web/alipay_plus/hideNavigationBarLoading";
|
|
201
|
+
import webAlipayPlusMultiLevelSelect from "./clients/web/alipay_plus/multiLevelSelect";
|
|
202
|
+
import webAlipayPlusPaySignCenter from "./clients/web/alipay_plus/paySignCenter";
|
|
203
|
+
import webAlipayPlusPreviewImage from "./clients/web/alipay_plus/previewImage";
|
|
204
|
+
import webAlipayPlusRemoveStorage from "./clients/web/alipay_plus/removeStorage";
|
|
205
|
+
import webAlipayPlusRequest from "./clients/web/alipay_plus/request";
|
|
206
|
+
import webAlipayPlusSaveImage from "./clients/web/alipay_plus/saveImage";
|
|
207
|
+
import webAlipayPlusSetKeepScreenOn from "./clients/web/alipay_plus/setKeepScreenOn";
|
|
208
|
+
import webAlipayPlusSetNavigationBar from "./clients/web/alipay_plus/setNavigationBar";
|
|
209
|
+
import webAlipayPlusSetOptionMenu from "./clients/web/alipay_plus/setOptionMenu";
|
|
210
|
+
import webAlipayPlusSetStorage from "./clients/web/alipay_plus/setStorage";
|
|
211
|
+
import webAlipayPlusShowActionSheet from "./clients/web/alipay_plus/showActionSheet";
|
|
212
|
+
import webAlipayPlusShowAuthGuide from "./clients/web/alipay_plus/showAuthGuide";
|
|
213
|
+
import webAlipayPlusShowNavigationBarLoading from "./clients/web/alipay_plus/showNavigationBarLoading";
|
|
214
|
+
import webAlipayPlusShowToast from "./clients/web/alipay_plus/showToast";
|
|
215
|
+
import webAlipayPlusUploadFile from "./clients/web/alipay_plus/uploadFile";
|
|
216
|
+
import webH5Alert from "./clients/web/h5/alert";
|
|
217
|
+
import webH5Confirm from "./clients/web/h5/confirm";
|
|
218
|
+
import webH5GetLocation from "./clients/web/h5/getLocation";
|
|
219
|
+
import webH5HideLoading from "./clients/web/h5/hideLoading";
|
|
220
|
+
import webH5Request from "./clients/web/h5/request";
|
|
221
|
+
import webH5ShowLoading from "./clients/web/h5/showLoading";
|
|
222
|
+
import webH5ShowToast from "./clients/web/h5/showToast";
|
|
216
223
|
export var addFatigueAction = function addFatigueAction() {
|
|
217
224
|
var rest = [];
|
|
218
225
|
|
|
@@ -220,13 +227,11 @@ export var addFatigueAction = function addFatigueAction() {
|
|
|
220
227
|
rest[_i] = arguments[_i];
|
|
221
228
|
}
|
|
222
229
|
|
|
223
|
-
if (appEnv.
|
|
230
|
+
if (appEnv.isMpAlipayPlus) return _addFatigueAction.apply(void 0, rest);
|
|
224
231
|
if (appEnv.isMpLazada) return _addFatigueAction.apply(void 0, rest);
|
|
225
|
-
if (appEnv.
|
|
226
|
-
if (appEnv.
|
|
227
|
-
|
|
228
|
-
if (appEnv.isWebCn) return notFound.apply(void 0, __spreadArray(['addFatigueAction'], rest));
|
|
229
|
-
if (appEnv.isWebIntl) return _addFatigueAction.apply(void 0, rest);
|
|
232
|
+
if (appEnv.isMpWebAlipayPlus) return _addFatigueAction.apply(void 0, rest);
|
|
233
|
+
if (appEnv.isWebAlipayPlus) return _addFatigueAction.apply(void 0, rest);
|
|
234
|
+
return notFound.apply(void 0, __spreadArray(['addFatigueAction'], rest));
|
|
230
235
|
};
|
|
231
236
|
export var addPhoneContact = function addPhoneContact() {
|
|
232
237
|
var rest = [];
|
|
@@ -235,13 +240,12 @@ export var addPhoneContact = function addPhoneContact() {
|
|
|
235
240
|
rest[_i] = arguments[_i];
|
|
236
241
|
}
|
|
237
242
|
|
|
238
|
-
if (appEnv.
|
|
243
|
+
if (appEnv.isMpAlipayPlus) return _addPhoneContact.apply(void 0, rest);
|
|
239
244
|
if (appEnv.isMpLazada) return _addPhoneContact.apply(void 0, rest);
|
|
240
|
-
if (appEnv.
|
|
241
|
-
if (appEnv.
|
|
242
|
-
if (appEnv.
|
|
243
|
-
|
|
244
|
-
if (appEnv.isWebIntl) return _addPhoneContact.apply(void 0, rest);
|
|
245
|
+
if (appEnv.isMpWebAlipayPlus) return _addPhoneContact.apply(void 0, rest);
|
|
246
|
+
if (appEnv.isWebAlipay) return _addPhoneContact.apply(void 0, rest);
|
|
247
|
+
if (appEnv.isWebAlipayPlus) return _addPhoneContact.apply(void 0, rest);
|
|
248
|
+
return notFound.apply(void 0, __spreadArray(['addPhoneContact'], rest));
|
|
245
249
|
};
|
|
246
250
|
export var alert = function alert() {
|
|
247
251
|
var rest = [];
|
|
@@ -250,13 +254,15 @@ export var alert = function alert() {
|
|
|
250
254
|
rest[_i] = arguments[_i];
|
|
251
255
|
}
|
|
252
256
|
|
|
253
|
-
if (appEnv.
|
|
257
|
+
if (appEnv.isMpAlipayPlus) return _alert.apply(void 0, rest);
|
|
254
258
|
if (appEnv.isMpLazada) return _alert.apply(void 0, rest);
|
|
255
259
|
if (appEnv.isMpTaobao) return _alert.apply(void 0, rest);
|
|
256
|
-
if (appEnv.
|
|
257
|
-
if (appEnv.
|
|
258
|
-
if (appEnv.
|
|
259
|
-
if (appEnv.
|
|
260
|
+
if (appEnv.isMpWebAlipay) return _alert.apply(void 0, rest);
|
|
261
|
+
if (appEnv.isMpWebAlipayPlus) return _alert.apply(void 0, rest);
|
|
262
|
+
if (appEnv.isWebAlipay) return webAlipayAlert.apply(void 0, rest);
|
|
263
|
+
if (appEnv.isWebAlipayPlus) return webAlipayPlusAlert.apply(void 0, rest);
|
|
264
|
+
if (appEnv.isWebH5) return webH5Alert.apply(void 0, rest);
|
|
265
|
+
return notFound.apply(void 0, __spreadArray(['alert'], rest));
|
|
260
266
|
};
|
|
261
267
|
export var apDisableJSAPI = function apDisableJSAPI() {
|
|
262
268
|
var rest = [];
|
|
@@ -265,13 +271,11 @@ export var apDisableJSAPI = function apDisableJSAPI() {
|
|
|
265
271
|
rest[_i] = arguments[_i];
|
|
266
272
|
}
|
|
267
273
|
|
|
268
|
-
if (appEnv.
|
|
274
|
+
if (appEnv.isMpAlipayPlus) return _apDisableJSAPI.apply(void 0, rest);
|
|
269
275
|
if (appEnv.isMpLazada) return _apDisableJSAPI.apply(void 0, rest);
|
|
270
|
-
if (appEnv.
|
|
271
|
-
if (appEnv.
|
|
272
|
-
|
|
273
|
-
if (appEnv.isWebCn) return notFound.apply(void 0, __spreadArray(['apDisableJSAPI'], rest));
|
|
274
|
-
if (appEnv.isWebIntl) return _apDisableJSAPI.apply(void 0, rest);
|
|
276
|
+
if (appEnv.isMpWebAlipayPlus) return _apDisableJSAPI.apply(void 0, rest);
|
|
277
|
+
if (appEnv.isWebAlipayPlus) return _apDisableJSAPI.apply(void 0, rest);
|
|
278
|
+
return notFound.apply(void 0, __spreadArray(['apDisableJSAPI'], rest));
|
|
275
279
|
};
|
|
276
280
|
export var appxrpc = function appxrpc() {
|
|
277
281
|
var rest = [];
|
|
@@ -280,13 +284,11 @@ export var appxrpc = function appxrpc() {
|
|
|
280
284
|
rest[_i] = arguments[_i];
|
|
281
285
|
}
|
|
282
286
|
|
|
283
|
-
if (appEnv.
|
|
287
|
+
if (appEnv.isMpAlipayPlus) return _appxrpc.apply(void 0, rest);
|
|
284
288
|
if (appEnv.isMpLazada) return _appxrpc.apply(void 0, rest);
|
|
285
|
-
if (appEnv.
|
|
286
|
-
if (appEnv.
|
|
287
|
-
|
|
288
|
-
if (appEnv.isWebCn) return notFound.apply(void 0, __spreadArray(['appxrpc'], rest));
|
|
289
|
-
if (appEnv.isWebIntl) return _appxrpc.apply(void 0, rest);
|
|
289
|
+
if (appEnv.isMpWebAlipayPlus) return _appxrpc.apply(void 0, rest);
|
|
290
|
+
if (appEnv.isWebAlipayPlus) return _appxrpc.apply(void 0, rest);
|
|
291
|
+
return notFound.apply(void 0, __spreadArray(['appxrpc'], rest));
|
|
290
292
|
};
|
|
291
293
|
export var APRegionRPC = function APRegionRPC() {
|
|
292
294
|
var rest = [];
|
|
@@ -295,13 +297,11 @@ export var APRegionRPC = function APRegionRPC() {
|
|
|
295
297
|
rest[_i] = arguments[_i];
|
|
296
298
|
}
|
|
297
299
|
|
|
298
|
-
if (appEnv.
|
|
300
|
+
if (appEnv.isMpAlipayPlus) return _APRegionRPC.apply(void 0, rest);
|
|
299
301
|
if (appEnv.isMpLazada) return _APRegionRPC.apply(void 0, rest);
|
|
300
|
-
if (appEnv.
|
|
301
|
-
if (appEnv.
|
|
302
|
-
|
|
303
|
-
if (appEnv.isWebCn) return notFound.apply(void 0, __spreadArray(['APRegionRPC'], rest));
|
|
304
|
-
if (appEnv.isWebIntl) return _APRegionRPC.apply(void 0, rest);
|
|
302
|
+
if (appEnv.isMpWebAlipayPlus) return _APRegionRPC.apply(void 0, rest);
|
|
303
|
+
if (appEnv.isWebAlipayPlus) return _APRegionRPC.apply(void 0, rest);
|
|
304
|
+
return notFound.apply(void 0, __spreadArray(['APRegionRPC'], rest));
|
|
305
305
|
};
|
|
306
306
|
export var batchQueryCdpSpaceInfo = function batchQueryCdpSpaceInfo() {
|
|
307
307
|
var rest = [];
|
|
@@ -310,13 +310,11 @@ export var batchQueryCdpSpaceInfo = function batchQueryCdpSpaceInfo() {
|
|
|
310
310
|
rest[_i] = arguments[_i];
|
|
311
311
|
}
|
|
312
312
|
|
|
313
|
-
if (appEnv.
|
|
313
|
+
if (appEnv.isMpAlipayPlus) return _batchQueryCdpSpaceInfo.apply(void 0, rest);
|
|
314
314
|
if (appEnv.isMpLazada) return _batchQueryCdpSpaceInfo.apply(void 0, rest);
|
|
315
|
-
if (appEnv.
|
|
316
|
-
if (appEnv.
|
|
317
|
-
|
|
318
|
-
if (appEnv.isWebCn) return notFound.apply(void 0, __spreadArray(['batchQueryCdpSpaceInfo'], rest));
|
|
319
|
-
if (appEnv.isWebIntl) return _batchQueryCdpSpaceInfo.apply(void 0, rest);
|
|
315
|
+
if (appEnv.isMpWebAlipayPlus) return _batchQueryCdpSpaceInfo.apply(void 0, rest);
|
|
316
|
+
if (appEnv.isWebAlipayPlus) return _batchQueryCdpSpaceInfo.apply(void 0, rest);
|
|
317
|
+
return notFound.apply(void 0, __spreadArray(['batchQueryCdpSpaceInfo'], rest));
|
|
320
318
|
};
|
|
321
319
|
export var chooseImage = function chooseImage() {
|
|
322
320
|
var rest = [];
|
|
@@ -325,13 +323,13 @@ export var chooseImage = function chooseImage() {
|
|
|
325
323
|
rest[_i] = arguments[_i];
|
|
326
324
|
}
|
|
327
325
|
|
|
328
|
-
if (appEnv.
|
|
326
|
+
if (appEnv.isMpAlipayPlus) return _chooseImage.apply(void 0, rest);
|
|
329
327
|
if (appEnv.isMpLazada) return _chooseImage.apply(void 0, rest);
|
|
330
|
-
if (appEnv.
|
|
331
|
-
if (appEnv.
|
|
332
|
-
if (appEnv.
|
|
333
|
-
if (appEnv.
|
|
334
|
-
|
|
328
|
+
if (appEnv.isMpWebAlipay) return _chooseImage.apply(void 0, rest);
|
|
329
|
+
if (appEnv.isMpWebAlipayPlus) return _chooseImage.apply(void 0, rest);
|
|
330
|
+
if (appEnv.isWebAlipay) return webAlipayChooseImage.apply(void 0, rest);
|
|
331
|
+
if (appEnv.isWebAlipayPlus) return webAlipayPlusChooseImage.apply(void 0, rest);
|
|
332
|
+
return notFound.apply(void 0, __spreadArray(['chooseImage'], rest));
|
|
335
333
|
};
|
|
336
334
|
export var choosePhoneContact = function choosePhoneContact() {
|
|
337
335
|
var rest = [];
|
|
@@ -340,13 +338,12 @@ export var choosePhoneContact = function choosePhoneContact() {
|
|
|
340
338
|
rest[_i] = arguments[_i];
|
|
341
339
|
}
|
|
342
340
|
|
|
343
|
-
if (appEnv.
|
|
341
|
+
if (appEnv.isMpAlipayPlus) return _choosePhoneContact.apply(void 0, rest);
|
|
344
342
|
if (appEnv.isMpLazada) return _choosePhoneContact.apply(void 0, rest);
|
|
345
|
-
if (appEnv.
|
|
346
|
-
if (appEnv.
|
|
347
|
-
if (appEnv.
|
|
348
|
-
|
|
349
|
-
if (appEnv.isWebIntl) return webIntlChoosePhoneContact.apply(void 0, rest);
|
|
343
|
+
if (appEnv.isMpWebAlipayPlus) return _choosePhoneContact.apply(void 0, rest);
|
|
344
|
+
if (appEnv.isWebAlipay) return webAlipayChoosePhoneContact.apply(void 0, rest);
|
|
345
|
+
if (appEnv.isWebAlipayPlus) return webAlipayPlusChoosePhoneContact.apply(void 0, rest);
|
|
346
|
+
return notFound.apply(void 0, __spreadArray(['choosePhoneContact'], rest));
|
|
350
347
|
};
|
|
351
348
|
export var clearStorage = function clearStorage() {
|
|
352
349
|
var rest = [];
|
|
@@ -355,13 +352,14 @@ export var clearStorage = function clearStorage() {
|
|
|
355
352
|
rest[_i] = arguments[_i];
|
|
356
353
|
}
|
|
357
354
|
|
|
358
|
-
if (appEnv.
|
|
355
|
+
if (appEnv.isMpAlipayPlus) return _clearStorage.apply(void 0, rest);
|
|
359
356
|
if (appEnv.isMpLazada) return _clearStorage.apply(void 0, rest);
|
|
360
357
|
if (appEnv.isMpTaobao) return _clearStorage.apply(void 0, rest);
|
|
361
|
-
if (appEnv.
|
|
362
|
-
if (appEnv.
|
|
363
|
-
if (appEnv.
|
|
364
|
-
if (appEnv.
|
|
358
|
+
if (appEnv.isMpWebAlipay) return _clearStorage.apply(void 0, rest);
|
|
359
|
+
if (appEnv.isMpWebAlipayPlus) return _clearStorage.apply(void 0, rest);
|
|
360
|
+
if (appEnv.isWebAlipay) return webAlipayClearStorage.apply(void 0, rest);
|
|
361
|
+
if (appEnv.isWebAlipayPlus) return webAlipayPlusClearStorage.apply(void 0, rest);
|
|
362
|
+
return notFound.apply(void 0, __spreadArray(['clearStorage'], rest));
|
|
365
363
|
};
|
|
366
364
|
export var clearStorageSync = function clearStorageSync() {
|
|
367
365
|
var rest = [];
|
|
@@ -370,13 +368,10 @@ export var clearStorageSync = function clearStorageSync() {
|
|
|
370
368
|
rest[_i] = arguments[_i];
|
|
371
369
|
}
|
|
372
370
|
|
|
373
|
-
if (appEnv.
|
|
371
|
+
if (appEnv.isMpAlipayPlus) return _clearStorageSync.apply(void 0, rest);
|
|
374
372
|
if (appEnv.isMpLazada) return _clearStorageSync.apply(void 0, rest);
|
|
375
373
|
if (appEnv.isMpTaobao) return _clearStorageSync.apply(void 0, rest);
|
|
376
|
-
|
|
377
|
-
if (appEnv.isMpWebIntl) return notFound.apply(void 0, __spreadArray(['clearStorageSync'], rest));
|
|
378
|
-
if (appEnv.isWebCn) return notFound.apply(void 0, __spreadArray(['clearStorageSync'], rest));
|
|
379
|
-
if (appEnv.isWebIntl) return notFound.apply(void 0, __spreadArray(['clearStorageSync'], rest));
|
|
374
|
+
return notFound.apply(void 0, __spreadArray(['clearStorageSync'], rest));
|
|
380
375
|
};
|
|
381
376
|
export var closeBluetoothAdapter = function closeBluetoothAdapter() {
|
|
382
377
|
var rest = [];
|
|
@@ -385,13 +380,10 @@ export var closeBluetoothAdapter = function closeBluetoothAdapter() {
|
|
|
385
380
|
rest[_i] = arguments[_i];
|
|
386
381
|
}
|
|
387
382
|
|
|
388
|
-
if (appEnv.
|
|
383
|
+
if (appEnv.isMpAlipayPlus) return _closeBluetoothAdapter.apply(void 0, rest);
|
|
389
384
|
if (appEnv.isMpLazada) return _closeBluetoothAdapter.apply(void 0, rest);
|
|
390
|
-
if (appEnv.
|
|
391
|
-
|
|
392
|
-
if (appEnv.isMpWebIntl) return _closeBluetoothAdapter.apply(void 0, rest);
|
|
393
|
-
if (appEnv.isWebCn) return notFound.apply(void 0, __spreadArray(['closeBluetoothAdapter'], rest));
|
|
394
|
-
if (appEnv.isWebIntl) return notFound.apply(void 0, __spreadArray(['closeBluetoothAdapter'], rest));
|
|
385
|
+
if (appEnv.isMpWebAlipayPlus) return _closeBluetoothAdapter.apply(void 0, rest);
|
|
386
|
+
return notFound.apply(void 0, __spreadArray(['closeBluetoothAdapter'], rest));
|
|
395
387
|
};
|
|
396
388
|
export var closeSocket = function closeSocket() {
|
|
397
389
|
var rest = [];
|
|
@@ -400,13 +392,10 @@ export var closeSocket = function closeSocket() {
|
|
|
400
392
|
rest[_i] = arguments[_i];
|
|
401
393
|
}
|
|
402
394
|
|
|
403
|
-
if (appEnv.
|
|
395
|
+
if (appEnv.isMpAlipayPlus) return _closeSocket.apply(void 0, rest);
|
|
404
396
|
if (appEnv.isMpLazada) return _closeSocket.apply(void 0, rest);
|
|
405
|
-
if (appEnv.
|
|
406
|
-
|
|
407
|
-
if (appEnv.isMpWebIntl) return _closeSocket.apply(void 0, rest);
|
|
408
|
-
if (appEnv.isWebCn) return notFound.apply(void 0, __spreadArray(['closeSocket'], rest));
|
|
409
|
-
if (appEnv.isWebIntl) return notFound.apply(void 0, __spreadArray(['closeSocket'], rest));
|
|
397
|
+
if (appEnv.isMpWebAlipayPlus) return _closeSocket.apply(void 0, rest);
|
|
398
|
+
return notFound.apply(void 0, __spreadArray(['closeSocket'], rest));
|
|
410
399
|
};
|
|
411
400
|
export var confirm = function confirm() {
|
|
412
401
|
var rest = [];
|
|
@@ -415,13 +404,15 @@ export var confirm = function confirm() {
|
|
|
415
404
|
rest[_i] = arguments[_i];
|
|
416
405
|
}
|
|
417
406
|
|
|
418
|
-
if (appEnv.
|
|
407
|
+
if (appEnv.isMpAlipayPlus) return _confirm.apply(void 0, rest);
|
|
419
408
|
if (appEnv.isMpLazada) return _confirm.apply(void 0, rest);
|
|
420
409
|
if (appEnv.isMpTaobao) return _confirm.apply(void 0, rest);
|
|
421
|
-
if (appEnv.
|
|
422
|
-
if (appEnv.
|
|
423
|
-
if (appEnv.
|
|
424
|
-
if (appEnv.
|
|
410
|
+
if (appEnv.isMpWebAlipay) return _confirm.apply(void 0, rest);
|
|
411
|
+
if (appEnv.isMpWebAlipayPlus) return _confirm.apply(void 0, rest);
|
|
412
|
+
if (appEnv.isWebAlipay) return webAlipayConfirm.apply(void 0, rest);
|
|
413
|
+
if (appEnv.isWebAlipayPlus) return webAlipayPlusConfirm.apply(void 0, rest);
|
|
414
|
+
if (appEnv.isWebH5) return webH5Confirm.apply(void 0, rest);
|
|
415
|
+
return notFound.apply(void 0, __spreadArray(['confirm'], rest));
|
|
425
416
|
};
|
|
426
417
|
export var connectBLEDevice = function connectBLEDevice() {
|
|
427
418
|
var rest = [];
|
|
@@ -430,13 +421,10 @@ export var connectBLEDevice = function connectBLEDevice() {
|
|
|
430
421
|
rest[_i] = arguments[_i];
|
|
431
422
|
}
|
|
432
423
|
|
|
433
|
-
if (appEnv.
|
|
424
|
+
if (appEnv.isMpAlipayPlus) return _connectBLEDevice.apply(void 0, rest);
|
|
434
425
|
if (appEnv.isMpLazada) return _connectBLEDevice.apply(void 0, rest);
|
|
435
|
-
if (appEnv.
|
|
436
|
-
|
|
437
|
-
if (appEnv.isMpWebIntl) return _connectBLEDevice.apply(void 0, rest);
|
|
438
|
-
if (appEnv.isWebCn) return notFound.apply(void 0, __spreadArray(['connectBLEDevice'], rest));
|
|
439
|
-
if (appEnv.isWebIntl) return notFound.apply(void 0, __spreadArray(['connectBLEDevice'], rest));
|
|
426
|
+
if (appEnv.isMpWebAlipayPlus) return _connectBLEDevice.apply(void 0, rest);
|
|
427
|
+
return notFound.apply(void 0, __spreadArray(['connectBLEDevice'], rest));
|
|
440
428
|
};
|
|
441
429
|
export var connectSocket = function connectSocket() {
|
|
442
430
|
var rest = [];
|
|
@@ -445,13 +433,10 @@ export var connectSocket = function connectSocket() {
|
|
|
445
433
|
rest[_i] = arguments[_i];
|
|
446
434
|
}
|
|
447
435
|
|
|
448
|
-
if (appEnv.
|
|
436
|
+
if (appEnv.isMpAlipayPlus) return _connectSocket.apply(void 0, rest);
|
|
449
437
|
if (appEnv.isMpLazada) return _connectSocket.apply(void 0, rest);
|
|
450
|
-
if (appEnv.
|
|
451
|
-
|
|
452
|
-
if (appEnv.isMpWebIntl) return _connectSocket.apply(void 0, rest);
|
|
453
|
-
if (appEnv.isWebCn) return notFound.apply(void 0, __spreadArray(['connectSocket'], rest));
|
|
454
|
-
if (appEnv.isWebIntl) return notFound.apply(void 0, __spreadArray(['connectSocket'], rest));
|
|
438
|
+
if (appEnv.isMpWebAlipayPlus) return _connectSocket.apply(void 0, rest);
|
|
439
|
+
return notFound.apply(void 0, __spreadArray(['connectSocket'], rest));
|
|
455
440
|
};
|
|
456
441
|
export var createAnimation = function createAnimation() {
|
|
457
442
|
var rest = [];
|
|
@@ -460,13 +445,10 @@ export var createAnimation = function createAnimation() {
|
|
|
460
445
|
rest[_i] = arguments[_i];
|
|
461
446
|
}
|
|
462
447
|
|
|
463
|
-
if (appEnv.
|
|
448
|
+
if (appEnv.isMpAlipayPlus) return _createAnimation.apply(void 0, rest);
|
|
464
449
|
if (appEnv.isMpLazada) return _createAnimation.apply(void 0, rest);
|
|
465
450
|
if (appEnv.isMpTaobao) return _createAnimation.apply(void 0, rest);
|
|
466
|
-
|
|
467
|
-
if (appEnv.isMpWebIntl) return notFound.apply(void 0, __spreadArray(['createAnimation'], rest));
|
|
468
|
-
if (appEnv.isWebCn) return notFound.apply(void 0, __spreadArray(['createAnimation'], rest));
|
|
469
|
-
if (appEnv.isWebIntl) return notFound.apply(void 0, __spreadArray(['createAnimation'], rest));
|
|
451
|
+
return notFound.apply(void 0, __spreadArray(['createAnimation'], rest));
|
|
470
452
|
};
|
|
471
453
|
export var createWebViewContext = function createWebViewContext() {
|
|
472
454
|
var rest = [];
|
|
@@ -475,13 +457,10 @@ export var createWebViewContext = function createWebViewContext() {
|
|
|
475
457
|
rest[_i] = arguments[_i];
|
|
476
458
|
}
|
|
477
459
|
|
|
478
|
-
if (appEnv.
|
|
460
|
+
if (appEnv.isMpAlipayPlus) return _createWebViewContext.apply(void 0, rest);
|
|
479
461
|
if (appEnv.isMpLazada) return _createWebViewContext.apply(void 0, rest);
|
|
480
462
|
if (appEnv.isMpTaobao) return _createWebViewContext.apply(void 0, rest);
|
|
481
|
-
|
|
482
|
-
if (appEnv.isMpWebIntl) return notFound.apply(void 0, __spreadArray(['createWebViewContext'], rest));
|
|
483
|
-
if (appEnv.isWebCn) return notFound.apply(void 0, __spreadArray(['createWebViewContext'], rest));
|
|
484
|
-
if (appEnv.isWebIntl) return notFound.apply(void 0, __spreadArray(['createWebViewContext'], rest));
|
|
463
|
+
return notFound.apply(void 0, __spreadArray(['createWebViewContext'], rest));
|
|
485
464
|
};
|
|
486
465
|
export var crossPay = function crossPay() {
|
|
487
466
|
var rest = [];
|
|
@@ -490,13 +469,13 @@ export var crossPay = function crossPay() {
|
|
|
490
469
|
rest[_i] = arguments[_i];
|
|
491
470
|
}
|
|
492
471
|
|
|
493
|
-
if (appEnv.
|
|
472
|
+
if (appEnv.isMpAlipayPlus) return _crossPay.apply(void 0, rest);
|
|
494
473
|
if (appEnv.isMpLazada) return _crossPay.apply(void 0, rest);
|
|
495
474
|
if (appEnv.isMpTaobao) return mpTaobaoCrossPay.apply(void 0, rest);
|
|
496
|
-
if (appEnv.
|
|
497
|
-
if (appEnv.
|
|
498
|
-
if (appEnv.
|
|
499
|
-
|
|
475
|
+
if (appEnv.isMpWebAlipay) return mpWebAlipayCrossPay.apply(void 0, rest);
|
|
476
|
+
if (appEnv.isMpWebAlipayPlus) return _crossPay.apply(void 0, rest);
|
|
477
|
+
if (appEnv.isWebAlipayPlus) return _crossPay.apply(void 0, rest);
|
|
478
|
+
return notFound.apply(void 0, __spreadArray(['crossPay'], rest));
|
|
500
479
|
};
|
|
501
480
|
export var datePicker = function datePicker() {
|
|
502
481
|
var rest = [];
|
|
@@ -505,13 +484,12 @@ export var datePicker = function datePicker() {
|
|
|
505
484
|
rest[_i] = arguments[_i];
|
|
506
485
|
}
|
|
507
486
|
|
|
508
|
-
if (appEnv.
|
|
487
|
+
if (appEnv.isMpAlipayPlus) return _datePicker.apply(void 0, rest);
|
|
509
488
|
if (appEnv.isMpLazada) return _datePicker.apply(void 0, rest);
|
|
510
|
-
if (appEnv.
|
|
511
|
-
if (appEnv.
|
|
512
|
-
if (appEnv.
|
|
513
|
-
|
|
514
|
-
if (appEnv.isWebIntl) return webIntlDatePicker.apply(void 0, rest);
|
|
489
|
+
if (appEnv.isMpWebAlipayPlus) return _datePicker.apply(void 0, rest);
|
|
490
|
+
if (appEnv.isWebAlipay) return webAlipayDatePicker.apply(void 0, rest);
|
|
491
|
+
if (appEnv.isWebAlipayPlus) return webAlipayPlusDatePicker.apply(void 0, rest);
|
|
492
|
+
return notFound.apply(void 0, __spreadArray(['datePicker'], rest));
|
|
515
493
|
};
|
|
516
494
|
export var disconnectBLEDevice = function disconnectBLEDevice() {
|
|
517
495
|
var rest = [];
|
|
@@ -520,13 +498,10 @@ export var disconnectBLEDevice = function disconnectBLEDevice() {
|
|
|
520
498
|
rest[_i] = arguments[_i];
|
|
521
499
|
}
|
|
522
500
|
|
|
523
|
-
if (appEnv.
|
|
501
|
+
if (appEnv.isMpAlipayPlus) return _disconnectBLEDevice.apply(void 0, rest);
|
|
524
502
|
if (appEnv.isMpLazada) return _disconnectBLEDevice.apply(void 0, rest);
|
|
525
|
-
if (appEnv.
|
|
526
|
-
|
|
527
|
-
if (appEnv.isMpWebIntl) return _disconnectBLEDevice.apply(void 0, rest);
|
|
528
|
-
if (appEnv.isWebCn) return notFound.apply(void 0, __spreadArray(['disconnectBLEDevice'], rest));
|
|
529
|
-
if (appEnv.isWebIntl) return notFound.apply(void 0, __spreadArray(['disconnectBLEDevice'], rest));
|
|
503
|
+
if (appEnv.isMpWebAlipayPlus) return _disconnectBLEDevice.apply(void 0, rest);
|
|
504
|
+
return notFound.apply(void 0, __spreadArray(['disconnectBLEDevice'], rest));
|
|
530
505
|
};
|
|
531
506
|
export var downloadFile = function downloadFile() {
|
|
532
507
|
var rest = [];
|
|
@@ -535,13 +510,12 @@ export var downloadFile = function downloadFile() {
|
|
|
535
510
|
rest[_i] = arguments[_i];
|
|
536
511
|
}
|
|
537
512
|
|
|
538
|
-
if (appEnv.
|
|
513
|
+
if (appEnv.isMpAlipayPlus) return _downloadFile.apply(void 0, rest);
|
|
539
514
|
if (appEnv.isMpLazada) return _downloadFile.apply(void 0, rest);
|
|
540
|
-
if (appEnv.
|
|
541
|
-
if (appEnv.
|
|
542
|
-
if (appEnv.
|
|
543
|
-
|
|
544
|
-
if (appEnv.isWebIntl) return webIntlDownloadFile.apply(void 0, rest);
|
|
515
|
+
if (appEnv.isMpWebAlipayPlus) return _downloadFile.apply(void 0, rest);
|
|
516
|
+
if (appEnv.isWebAlipay) return webAlipayDownloadFile.apply(void 0, rest);
|
|
517
|
+
if (appEnv.isWebAlipayPlus) return webAlipayPlusDownloadFile.apply(void 0, rest);
|
|
518
|
+
return notFound.apply(void 0, __spreadArray(['downloadFile'], rest));
|
|
545
519
|
};
|
|
546
520
|
export var exitApp = function exitApp() {
|
|
547
521
|
var rest = [];
|
|
@@ -550,13 +524,11 @@ export var exitApp = function exitApp() {
|
|
|
550
524
|
rest[_i] = arguments[_i];
|
|
551
525
|
}
|
|
552
526
|
|
|
553
|
-
if (appEnv.
|
|
527
|
+
if (appEnv.isMpAlipayPlus) return _exitApp.apply(void 0, rest);
|
|
554
528
|
if (appEnv.isMpLazada) return _exitApp.apply(void 0, rest);
|
|
555
|
-
if (appEnv.
|
|
556
|
-
if (appEnv.
|
|
557
|
-
|
|
558
|
-
if (appEnv.isWebCn) return notFound.apply(void 0, __spreadArray(['exitApp'], rest));
|
|
559
|
-
if (appEnv.isWebIntl) return _exitApp.apply(void 0, rest);
|
|
529
|
+
if (appEnv.isMpWebAlipayPlus) return _exitApp.apply(void 0, rest);
|
|
530
|
+
if (appEnv.isWebAlipayPlus) return _exitApp.apply(void 0, rest);
|
|
531
|
+
return notFound.apply(void 0, __spreadArray(['exitApp'], rest));
|
|
560
532
|
};
|
|
561
533
|
export var getAppIdSync = function getAppIdSync() {
|
|
562
534
|
var rest = [];
|
|
@@ -565,13 +537,11 @@ export var getAppIdSync = function getAppIdSync() {
|
|
|
565
537
|
rest[_i] = arguments[_i];
|
|
566
538
|
}
|
|
567
539
|
|
|
568
|
-
if (appEnv.
|
|
540
|
+
if (appEnv.isMpAlipayPlus) return _getAppIdSync.apply(void 0, rest);
|
|
569
541
|
if (appEnv.isMpLazada) return _getAppIdSync.apply(void 0, rest);
|
|
570
|
-
if (appEnv.
|
|
571
|
-
if (appEnv.
|
|
572
|
-
|
|
573
|
-
if (appEnv.isWebCn) return notFound.apply(void 0, __spreadArray(['getAppIdSync'], rest));
|
|
574
|
-
if (appEnv.isWebIntl) return notFound.apply(void 0, __spreadArray(['getAppIdSync'], rest));
|
|
542
|
+
if (appEnv.isMpWebAlipay) return mpWebAlipayGetAppIdSync.apply(void 0, rest);
|
|
543
|
+
if (appEnv.isMpWebAlipayPlus) return mpWebAlipayPlusGetAppIdSync.apply(void 0, rest);
|
|
544
|
+
return notFound.apply(void 0, __spreadArray(['getAppIdSync'], rest));
|
|
575
545
|
};
|
|
576
546
|
export var getAppToken = function getAppToken() {
|
|
577
547
|
var rest = [];
|
|
@@ -580,13 +550,11 @@ export var getAppToken = function getAppToken() {
|
|
|
580
550
|
rest[_i] = arguments[_i];
|
|
581
551
|
}
|
|
582
552
|
|
|
583
|
-
if (appEnv.
|
|
553
|
+
if (appEnv.isMpAlipayPlus) return _getAppToken.apply(void 0, rest);
|
|
584
554
|
if (appEnv.isMpLazada) return _getAppToken.apply(void 0, rest);
|
|
585
|
-
if (appEnv.
|
|
586
|
-
if (appEnv.
|
|
587
|
-
|
|
588
|
-
if (appEnv.isWebCn) return notFound.apply(void 0, __spreadArray(['getAppToken'], rest));
|
|
589
|
-
if (appEnv.isWebIntl) return _getAppToken.apply(void 0, rest);
|
|
555
|
+
if (appEnv.isMpWebAlipayPlus) return _getAppToken.apply(void 0, rest);
|
|
556
|
+
if (appEnv.isWebAlipayPlus) return _getAppToken.apply(void 0, rest);
|
|
557
|
+
return notFound.apply(void 0, __spreadArray(['getAppToken'], rest));
|
|
590
558
|
};
|
|
591
559
|
export var getAuthCode = function getAuthCode() {
|
|
592
560
|
var rest = [];
|
|
@@ -595,13 +563,14 @@ export var getAuthCode = function getAuthCode() {
|
|
|
595
563
|
rest[_i] = arguments[_i];
|
|
596
564
|
}
|
|
597
565
|
|
|
598
|
-
if (appEnv.
|
|
566
|
+
if (appEnv.isMpAlipayPlus) return _getAuthCode.apply(void 0, rest);
|
|
599
567
|
if (appEnv.isMpLazada) return mpLazadaGetAuthCode.apply(void 0, rest);
|
|
600
568
|
if (appEnv.isMpTaobao) return mpTaobaoGetAuthCode.apply(void 0, rest);
|
|
601
|
-
if (appEnv.
|
|
602
|
-
if (appEnv.
|
|
603
|
-
if (appEnv.
|
|
604
|
-
if (appEnv.
|
|
569
|
+
if (appEnv.isMpWebAlipay) return _getAuthCode.apply(void 0, rest);
|
|
570
|
+
if (appEnv.isMpWebAlipayPlus) return _getAuthCode.apply(void 0, rest);
|
|
571
|
+
if (appEnv.isWebAlipay) return webAlipayGetAuthCode.apply(void 0, rest);
|
|
572
|
+
if (appEnv.isWebAlipayPlus) return webAlipayPlusGetAuthCode.apply(void 0, rest);
|
|
573
|
+
return notFound.apply(void 0, __spreadArray(['getAuthCode'], rest));
|
|
605
574
|
};
|
|
606
575
|
export var getBatteryInfo = function getBatteryInfo() {
|
|
607
576
|
var rest = [];
|
|
@@ -610,13 +579,12 @@ export var getBatteryInfo = function getBatteryInfo() {
|
|
|
610
579
|
rest[_i] = arguments[_i];
|
|
611
580
|
}
|
|
612
581
|
|
|
613
|
-
if (appEnv.
|
|
582
|
+
if (appEnv.isMpAlipayPlus) return _getBatteryInfo.apply(void 0, rest);
|
|
614
583
|
if (appEnv.isMpLazada) return _getBatteryInfo.apply(void 0, rest);
|
|
615
|
-
if (appEnv.
|
|
616
|
-
if (appEnv.
|
|
617
|
-
if (appEnv.
|
|
618
|
-
|
|
619
|
-
if (appEnv.isWebIntl) return _getBatteryInfo.apply(void 0, rest);
|
|
584
|
+
if (appEnv.isMpWebAlipayPlus) return _getBatteryInfo.apply(void 0, rest);
|
|
585
|
+
if (appEnv.isWebAlipay) return _getBatteryInfo.apply(void 0, rest);
|
|
586
|
+
if (appEnv.isWebAlipayPlus) return _getBatteryInfo.apply(void 0, rest);
|
|
587
|
+
return notFound.apply(void 0, __spreadArray(['getBatteryInfo'], rest));
|
|
620
588
|
};
|
|
621
589
|
export var getBLEDeviceCharacteristics = function getBLEDeviceCharacteristics() {
|
|
622
590
|
var rest = [];
|
|
@@ -625,13 +593,10 @@ export var getBLEDeviceCharacteristics = function getBLEDeviceCharacteristics()
|
|
|
625
593
|
rest[_i] = arguments[_i];
|
|
626
594
|
}
|
|
627
595
|
|
|
628
|
-
if (appEnv.
|
|
596
|
+
if (appEnv.isMpAlipayPlus) return _getBLEDeviceCharacteristics.apply(void 0, rest);
|
|
629
597
|
if (appEnv.isMpLazada) return _getBLEDeviceCharacteristics.apply(void 0, rest);
|
|
630
|
-
if (appEnv.
|
|
631
|
-
|
|
632
|
-
if (appEnv.isMpWebIntl) return _getBLEDeviceCharacteristics.apply(void 0, rest);
|
|
633
|
-
if (appEnv.isWebCn) return notFound.apply(void 0, __spreadArray(['getBLEDeviceCharacteristics'], rest));
|
|
634
|
-
if (appEnv.isWebIntl) return notFound.apply(void 0, __spreadArray(['getBLEDeviceCharacteristics'], rest));
|
|
598
|
+
if (appEnv.isMpWebAlipayPlus) return _getBLEDeviceCharacteristics.apply(void 0, rest);
|
|
599
|
+
return notFound.apply(void 0, __spreadArray(['getBLEDeviceCharacteristics'], rest));
|
|
635
600
|
};
|
|
636
601
|
export var getBLEDeviceServices = function getBLEDeviceServices() {
|
|
637
602
|
var rest = [];
|
|
@@ -640,13 +605,10 @@ export var getBLEDeviceServices = function getBLEDeviceServices() {
|
|
|
640
605
|
rest[_i] = arguments[_i];
|
|
641
606
|
}
|
|
642
607
|
|
|
643
|
-
if (appEnv.
|
|
608
|
+
if (appEnv.isMpAlipayPlus) return _getBLEDeviceServices.apply(void 0, rest);
|
|
644
609
|
if (appEnv.isMpLazada) return _getBLEDeviceServices.apply(void 0, rest);
|
|
645
|
-
if (appEnv.
|
|
646
|
-
|
|
647
|
-
if (appEnv.isMpWebIntl) return _getBLEDeviceServices.apply(void 0, rest);
|
|
648
|
-
if (appEnv.isWebCn) return notFound.apply(void 0, __spreadArray(['getBLEDeviceServices'], rest));
|
|
649
|
-
if (appEnv.isWebIntl) return notFound.apply(void 0, __spreadArray(['getBLEDeviceServices'], rest));
|
|
610
|
+
if (appEnv.isMpWebAlipayPlus) return _getBLEDeviceServices.apply(void 0, rest);
|
|
611
|
+
return notFound.apply(void 0, __spreadArray(['getBLEDeviceServices'], rest));
|
|
650
612
|
};
|
|
651
613
|
export var getBluetoothAdapterState = function getBluetoothAdapterState() {
|
|
652
614
|
var rest = [];
|
|
@@ -655,13 +617,10 @@ export var getBluetoothAdapterState = function getBluetoothAdapterState() {
|
|
|
655
617
|
rest[_i] = arguments[_i];
|
|
656
618
|
}
|
|
657
619
|
|
|
658
|
-
if (appEnv.
|
|
620
|
+
if (appEnv.isMpAlipayPlus) return _getBluetoothAdapterState.apply(void 0, rest);
|
|
659
621
|
if (appEnv.isMpLazada) return _getBluetoothAdapterState.apply(void 0, rest);
|
|
660
|
-
if (appEnv.
|
|
661
|
-
|
|
662
|
-
if (appEnv.isMpWebIntl) return _getBluetoothAdapterState.apply(void 0, rest);
|
|
663
|
-
if (appEnv.isWebCn) return notFound.apply(void 0, __spreadArray(['getBluetoothAdapterState'], rest));
|
|
664
|
-
if (appEnv.isWebIntl) return notFound.apply(void 0, __spreadArray(['getBluetoothAdapterState'], rest));
|
|
622
|
+
if (appEnv.isMpWebAlipayPlus) return _getBluetoothAdapterState.apply(void 0, rest);
|
|
623
|
+
return notFound.apply(void 0, __spreadArray(['getBluetoothAdapterState'], rest));
|
|
665
624
|
};
|
|
666
625
|
export var getBluetoothDevices = function getBluetoothDevices() {
|
|
667
626
|
var rest = [];
|
|
@@ -670,13 +629,10 @@ export var getBluetoothDevices = function getBluetoothDevices() {
|
|
|
670
629
|
rest[_i] = arguments[_i];
|
|
671
630
|
}
|
|
672
631
|
|
|
673
|
-
if (appEnv.
|
|
632
|
+
if (appEnv.isMpAlipayPlus) return _getBluetoothDevices.apply(void 0, rest);
|
|
674
633
|
if (appEnv.isMpLazada) return _getBluetoothDevices.apply(void 0, rest);
|
|
675
|
-
if (appEnv.
|
|
676
|
-
|
|
677
|
-
if (appEnv.isMpWebIntl) return _getBluetoothDevices.apply(void 0, rest);
|
|
678
|
-
if (appEnv.isWebCn) return notFound.apply(void 0, __spreadArray(['getBluetoothDevices'], rest));
|
|
679
|
-
if (appEnv.isWebIntl) return notFound.apply(void 0, __spreadArray(['getBluetoothDevices'], rest));
|
|
634
|
+
if (appEnv.isMpWebAlipayPlus) return _getBluetoothDevices.apply(void 0, rest);
|
|
635
|
+
return notFound.apply(void 0, __spreadArray(['getBluetoothDevices'], rest));
|
|
680
636
|
};
|
|
681
637
|
export var getClipboard = function getClipboard() {
|
|
682
638
|
var rest = [];
|
|
@@ -685,13 +641,14 @@ export var getClipboard = function getClipboard() {
|
|
|
685
641
|
rest[_i] = arguments[_i];
|
|
686
642
|
}
|
|
687
643
|
|
|
688
|
-
if (appEnv.
|
|
644
|
+
if (appEnv.isMpAlipayPlus) return _getClipboard.apply(void 0, rest);
|
|
689
645
|
if (appEnv.isMpLazada) return _getClipboard.apply(void 0, rest);
|
|
690
646
|
if (appEnv.isMpTaobao) return _getClipboard.apply(void 0, rest);
|
|
691
|
-
if (appEnv.
|
|
692
|
-
if (appEnv.
|
|
693
|
-
if (appEnv.
|
|
694
|
-
if (appEnv.
|
|
647
|
+
if (appEnv.isMpWebAlipay) return _getClipboard.apply(void 0, rest);
|
|
648
|
+
if (appEnv.isMpWebAlipayPlus) return _getClipboard.apply(void 0, rest);
|
|
649
|
+
if (appEnv.isWebAlipay) return _getClipboard.apply(void 0, rest);
|
|
650
|
+
if (appEnv.isWebAlipayPlus) return _getClipboard.apply(void 0, rest);
|
|
651
|
+
return notFound.apply(void 0, __spreadArray(['getClipboard'], rest));
|
|
695
652
|
};
|
|
696
653
|
export var getComponentAuth = function getComponentAuth() {
|
|
697
654
|
var rest = [];
|
|
@@ -700,13 +657,11 @@ export var getComponentAuth = function getComponentAuth() {
|
|
|
700
657
|
rest[_i] = arguments[_i];
|
|
701
658
|
}
|
|
702
659
|
|
|
703
|
-
if (appEnv.
|
|
660
|
+
if (appEnv.isMpAlipayPlus) return _getComponentAuth.apply(void 0, rest);
|
|
704
661
|
if (appEnv.isMpLazada) return _getComponentAuth.apply(void 0, rest);
|
|
705
|
-
if (appEnv.
|
|
706
|
-
if (appEnv.
|
|
707
|
-
|
|
708
|
-
if (appEnv.isWebCn) return notFound.apply(void 0, __spreadArray(['getComponentAuth'], rest));
|
|
709
|
-
if (appEnv.isWebIntl) return _getComponentAuth.apply(void 0, rest);
|
|
662
|
+
if (appEnv.isMpWebAlipayPlus) return _getComponentAuth.apply(void 0, rest);
|
|
663
|
+
if (appEnv.isWebAlipayPlus) return _getComponentAuth.apply(void 0, rest);
|
|
664
|
+
return notFound.apply(void 0, __spreadArray(['getComponentAuth'], rest));
|
|
710
665
|
};
|
|
711
666
|
export var getConnectedBluetoothDevices = function getConnectedBluetoothDevices() {
|
|
712
667
|
var rest = [];
|
|
@@ -715,13 +670,10 @@ export var getConnectedBluetoothDevices = function getConnectedBluetoothDevices(
|
|
|
715
670
|
rest[_i] = arguments[_i];
|
|
716
671
|
}
|
|
717
672
|
|
|
718
|
-
if (appEnv.
|
|
673
|
+
if (appEnv.isMpAlipayPlus) return _getConnectedBluetoothDevices.apply(void 0, rest);
|
|
719
674
|
if (appEnv.isMpLazada) return _getConnectedBluetoothDevices.apply(void 0, rest);
|
|
720
|
-
if (appEnv.
|
|
721
|
-
|
|
722
|
-
if (appEnv.isMpWebIntl) return _getConnectedBluetoothDevices.apply(void 0, rest);
|
|
723
|
-
if (appEnv.isWebCn) return notFound.apply(void 0, __spreadArray(['getConnectedBluetoothDevices'], rest));
|
|
724
|
-
if (appEnv.isWebIntl) return notFound.apply(void 0, __spreadArray(['getConnectedBluetoothDevices'], rest));
|
|
675
|
+
if (appEnv.isMpWebAlipayPlus) return _getConnectedBluetoothDevices.apply(void 0, rest);
|
|
676
|
+
return notFound.apply(void 0, __spreadArray(['getConnectedBluetoothDevices'], rest));
|
|
725
677
|
};
|
|
726
678
|
export var getFileInfo = function getFileInfo() {
|
|
727
679
|
var rest = [];
|
|
@@ -730,13 +682,12 @@ export var getFileInfo = function getFileInfo() {
|
|
|
730
682
|
rest[_i] = arguments[_i];
|
|
731
683
|
}
|
|
732
684
|
|
|
733
|
-
if (appEnv.
|
|
685
|
+
if (appEnv.isMpAlipayPlus) return _getFileInfo.apply(void 0, rest);
|
|
734
686
|
if (appEnv.isMpLazada) return _getFileInfo.apply(void 0, rest);
|
|
735
|
-
if (appEnv.
|
|
736
|
-
if (appEnv.
|
|
737
|
-
if (appEnv.
|
|
738
|
-
|
|
739
|
-
if (appEnv.isWebIntl) return _getFileInfo.apply(void 0, rest);
|
|
687
|
+
if (appEnv.isMpWebAlipayPlus) return _getFileInfo.apply(void 0, rest);
|
|
688
|
+
if (appEnv.isWebAlipay) return _getFileInfo.apply(void 0, rest);
|
|
689
|
+
if (appEnv.isWebAlipayPlus) return _getFileInfo.apply(void 0, rest);
|
|
690
|
+
return notFound.apply(void 0, __spreadArray(['getFileInfo'], rest));
|
|
740
691
|
};
|
|
741
692
|
export var getImageInfo = function getImageInfo() {
|
|
742
693
|
var rest = [];
|
|
@@ -745,13 +696,13 @@ export var getImageInfo = function getImageInfo() {
|
|
|
745
696
|
rest[_i] = arguments[_i];
|
|
746
697
|
}
|
|
747
698
|
|
|
748
|
-
if (appEnv.
|
|
699
|
+
if (appEnv.isMpAlipayPlus) return _getImageInfo.apply(void 0, rest);
|
|
749
700
|
if (appEnv.isMpLazada) return _getImageInfo.apply(void 0, rest);
|
|
750
|
-
if (appEnv.
|
|
751
|
-
if (appEnv.
|
|
752
|
-
if (appEnv.
|
|
753
|
-
if (appEnv.
|
|
754
|
-
|
|
701
|
+
if (appEnv.isMpWebAlipay) return _getImageInfo.apply(void 0, rest);
|
|
702
|
+
if (appEnv.isMpWebAlipayPlus) return _getImageInfo.apply(void 0, rest);
|
|
703
|
+
if (appEnv.isWebAlipay) return _getImageInfo.apply(void 0, rest);
|
|
704
|
+
if (appEnv.isWebAlipayPlus) return _getImageInfo.apply(void 0, rest);
|
|
705
|
+
return notFound.apply(void 0, __spreadArray(['getImageInfo'], rest));
|
|
755
706
|
};
|
|
756
707
|
export var getLocation = function getLocation() {
|
|
757
708
|
var rest = [];
|
|
@@ -760,13 +711,15 @@ export var getLocation = function getLocation() {
|
|
|
760
711
|
rest[_i] = arguments[_i];
|
|
761
712
|
}
|
|
762
713
|
|
|
763
|
-
if (appEnv.
|
|
714
|
+
if (appEnv.isMpAlipayPlus) return _getLocation.apply(void 0, rest);
|
|
764
715
|
if (appEnv.isMpLazada) return _getLocation.apply(void 0, rest);
|
|
765
716
|
if (appEnv.isMpTaobao) return _getLocation.apply(void 0, rest);
|
|
766
|
-
if (appEnv.
|
|
767
|
-
if (appEnv.
|
|
768
|
-
if (appEnv.
|
|
769
|
-
if (appEnv.
|
|
717
|
+
if (appEnv.isMpWebAlipay) return _getLocation.apply(void 0, rest);
|
|
718
|
+
if (appEnv.isMpWebAlipayPlus) return _getLocation.apply(void 0, rest);
|
|
719
|
+
if (appEnv.isWebAlipay) return webAlipayGetLocation.apply(void 0, rest);
|
|
720
|
+
if (appEnv.isWebAlipayPlus) return webAlipayPlusGetLocation.apply(void 0, rest);
|
|
721
|
+
if (appEnv.isWebH5) return webH5GetLocation.apply(void 0, rest);
|
|
722
|
+
return notFound.apply(void 0, __spreadArray(['getLocation'], rest));
|
|
770
723
|
};
|
|
771
724
|
export var getNetworkType = function getNetworkType() {
|
|
772
725
|
var rest = [];
|
|
@@ -775,13 +728,14 @@ export var getNetworkType = function getNetworkType() {
|
|
|
775
728
|
rest[_i] = arguments[_i];
|
|
776
729
|
}
|
|
777
730
|
|
|
778
|
-
if (appEnv.
|
|
731
|
+
if (appEnv.isMpAlipayPlus) return _getNetworkType.apply(void 0, rest);
|
|
779
732
|
if (appEnv.isMpLazada) return _getNetworkType.apply(void 0, rest);
|
|
780
733
|
if (appEnv.isMpTaobao) return _getNetworkType.apply(void 0, rest);
|
|
781
|
-
if (appEnv.
|
|
782
|
-
if (appEnv.
|
|
783
|
-
if (appEnv.
|
|
784
|
-
if (appEnv.
|
|
734
|
+
if (appEnv.isMpWebAlipay) return _getNetworkType.apply(void 0, rest);
|
|
735
|
+
if (appEnv.isMpWebAlipayPlus) return _getNetworkType.apply(void 0, rest);
|
|
736
|
+
if (appEnv.isWebAlipay) return webAlipayGetNetworkType.apply(void 0, rest);
|
|
737
|
+
if (appEnv.isWebAlipayPlus) return webAlipayPlusGetNetworkType.apply(void 0, rest);
|
|
738
|
+
return notFound.apply(void 0, __spreadArray(['getNetworkType'], rest));
|
|
785
739
|
};
|
|
786
740
|
export var getOpenUserInfo = function getOpenUserInfo() {
|
|
787
741
|
var rest = [];
|
|
@@ -790,13 +744,12 @@ export var getOpenUserInfo = function getOpenUserInfo() {
|
|
|
790
744
|
rest[_i] = arguments[_i];
|
|
791
745
|
}
|
|
792
746
|
|
|
793
|
-
if (appEnv.
|
|
747
|
+
if (appEnv.isMpAlipayPlus) return _getOpenUserInfo.apply(void 0, rest);
|
|
794
748
|
if (appEnv.isMpLazada) return _getOpenUserInfo.apply(void 0, rest);
|
|
795
749
|
if (appEnv.isMpTaobao) return mpTaobaoGetOpenUserInfo.apply(void 0, rest);
|
|
796
|
-
if (appEnv.
|
|
797
|
-
if (appEnv.
|
|
798
|
-
|
|
799
|
-
if (appEnv.isWebIntl) return webIntlGetOpenUserInfo.apply(void 0, rest);
|
|
750
|
+
if (appEnv.isMpWebAlipayPlus) return _getOpenUserInfo.apply(void 0, rest);
|
|
751
|
+
if (appEnv.isWebAlipayPlus) return webAlipayPlusGetOpenUserInfo.apply(void 0, rest);
|
|
752
|
+
return notFound.apply(void 0, __spreadArray(['getOpenUserInfo'], rest));
|
|
800
753
|
};
|
|
801
754
|
export var getPaymentCode = function getPaymentCode() {
|
|
802
755
|
var rest = [];
|
|
@@ -805,13 +758,11 @@ export var getPaymentCode = function getPaymentCode() {
|
|
|
805
758
|
rest[_i] = arguments[_i];
|
|
806
759
|
}
|
|
807
760
|
|
|
808
|
-
if (appEnv.
|
|
761
|
+
if (appEnv.isMpAlipayPlus) return _getPaymentCode.apply(void 0, rest);
|
|
809
762
|
if (appEnv.isMpLazada) return _getPaymentCode.apply(void 0, rest);
|
|
810
|
-
if (appEnv.
|
|
811
|
-
if (appEnv.
|
|
812
|
-
|
|
813
|
-
if (appEnv.isWebCn) return notFound.apply(void 0, __spreadArray(['getPaymentCode'], rest));
|
|
814
|
-
if (appEnv.isWebIntl) return _getPaymentCode.apply(void 0, rest);
|
|
763
|
+
if (appEnv.isMpWebAlipayPlus) return _getPaymentCode.apply(void 0, rest);
|
|
764
|
+
if (appEnv.isWebAlipayPlus) return _getPaymentCode.apply(void 0, rest);
|
|
765
|
+
return notFound.apply(void 0, __spreadArray(['getPaymentCode'], rest));
|
|
815
766
|
};
|
|
816
767
|
export var getPhoneNumber = function getPhoneNumber() {
|
|
817
768
|
var rest = [];
|
|
@@ -820,13 +771,13 @@ export var getPhoneNumber = function getPhoneNumber() {
|
|
|
820
771
|
rest[_i] = arguments[_i];
|
|
821
772
|
}
|
|
822
773
|
|
|
823
|
-
if (appEnv.
|
|
774
|
+
if (appEnv.isMpAlipayPlus) return _getPhoneNumber.apply(void 0, rest);
|
|
824
775
|
if (appEnv.isMpLazada) return _getPhoneNumber.apply(void 0, rest);
|
|
825
|
-
if (appEnv.
|
|
826
|
-
if (appEnv.
|
|
827
|
-
if (appEnv.
|
|
828
|
-
if (appEnv.
|
|
829
|
-
|
|
776
|
+
if (appEnv.isMpWebAlipay) return _getPhoneNumber.apply(void 0, rest);
|
|
777
|
+
if (appEnv.isMpWebAlipayPlus) return _getPhoneNumber.apply(void 0, rest);
|
|
778
|
+
if (appEnv.isWebAlipay) return webAlipayGetPhoneNumber.apply(void 0, rest);
|
|
779
|
+
if (appEnv.isWebAlipayPlus) return webAlipayPlusGetPhoneNumber.apply(void 0, rest);
|
|
780
|
+
return notFound.apply(void 0, __spreadArray(['getPhoneNumber'], rest));
|
|
830
781
|
};
|
|
831
782
|
export var getSavedFileInfo = function getSavedFileInfo() {
|
|
832
783
|
var rest = [];
|
|
@@ -835,13 +786,12 @@ export var getSavedFileInfo = function getSavedFileInfo() {
|
|
|
835
786
|
rest[_i] = arguments[_i];
|
|
836
787
|
}
|
|
837
788
|
|
|
838
|
-
if (appEnv.
|
|
789
|
+
if (appEnv.isMpAlipayPlus) return _getSavedFileInfo.apply(void 0, rest);
|
|
839
790
|
if (appEnv.isMpLazada) return _getSavedFileInfo.apply(void 0, rest);
|
|
840
|
-
if (appEnv.
|
|
841
|
-
if (appEnv.
|
|
842
|
-
if (appEnv.
|
|
843
|
-
|
|
844
|
-
if (appEnv.isWebIntl) return _getSavedFileInfo.apply(void 0, rest);
|
|
791
|
+
if (appEnv.isMpWebAlipayPlus) return _getSavedFileInfo.apply(void 0, rest);
|
|
792
|
+
if (appEnv.isWebAlipay) return _getSavedFileInfo.apply(void 0, rest);
|
|
793
|
+
if (appEnv.isWebAlipayPlus) return _getSavedFileInfo.apply(void 0, rest);
|
|
794
|
+
return notFound.apply(void 0, __spreadArray(['getSavedFileInfo'], rest));
|
|
845
795
|
};
|
|
846
796
|
export var getSavedFileList = function getSavedFileList() {
|
|
847
797
|
var rest = [];
|
|
@@ -850,13 +800,12 @@ export var getSavedFileList = function getSavedFileList() {
|
|
|
850
800
|
rest[_i] = arguments[_i];
|
|
851
801
|
}
|
|
852
802
|
|
|
853
|
-
if (appEnv.
|
|
803
|
+
if (appEnv.isMpAlipayPlus) return _getSavedFileList.apply(void 0, rest);
|
|
854
804
|
if (appEnv.isMpLazada) return _getSavedFileList.apply(void 0, rest);
|
|
855
|
-
if (appEnv.
|
|
856
|
-
if (appEnv.
|
|
857
|
-
if (appEnv.
|
|
858
|
-
|
|
859
|
-
if (appEnv.isWebIntl) return _getSavedFileList.apply(void 0, rest);
|
|
805
|
+
if (appEnv.isMpWebAlipayPlus) return _getSavedFileList.apply(void 0, rest);
|
|
806
|
+
if (appEnv.isWebAlipay) return _getSavedFileList.apply(void 0, rest);
|
|
807
|
+
if (appEnv.isWebAlipayPlus) return _getSavedFileList.apply(void 0, rest);
|
|
808
|
+
return notFound.apply(void 0, __spreadArray(['getSavedFileList'], rest));
|
|
860
809
|
};
|
|
861
810
|
export var getScreenBrightness = function getScreenBrightness() {
|
|
862
811
|
var rest = [];
|
|
@@ -865,13 +814,12 @@ export var getScreenBrightness = function getScreenBrightness() {
|
|
|
865
814
|
rest[_i] = arguments[_i];
|
|
866
815
|
}
|
|
867
816
|
|
|
868
|
-
if (appEnv.
|
|
817
|
+
if (appEnv.isMpAlipayPlus) return _getScreenBrightness.apply(void 0, rest);
|
|
869
818
|
if (appEnv.isMpLazada) return _getScreenBrightness.apply(void 0, rest);
|
|
870
|
-
if (appEnv.
|
|
871
|
-
if (appEnv.
|
|
872
|
-
if (appEnv.
|
|
873
|
-
|
|
874
|
-
if (appEnv.isWebIntl) return _getScreenBrightness.apply(void 0, rest);
|
|
819
|
+
if (appEnv.isMpWebAlipayPlus) return _getScreenBrightness.apply(void 0, rest);
|
|
820
|
+
if (appEnv.isWebAlipay) return _getScreenBrightness.apply(void 0, rest);
|
|
821
|
+
if (appEnv.isWebAlipayPlus) return _getScreenBrightness.apply(void 0, rest);
|
|
822
|
+
return notFound.apply(void 0, __spreadArray(['getScreenBrightness'], rest));
|
|
875
823
|
};
|
|
876
824
|
export var getServerTime = function getServerTime() {
|
|
877
825
|
var rest = [];
|
|
@@ -880,13 +828,12 @@ export var getServerTime = function getServerTime() {
|
|
|
880
828
|
rest[_i] = arguments[_i];
|
|
881
829
|
}
|
|
882
830
|
|
|
883
|
-
if (appEnv.
|
|
831
|
+
if (appEnv.isMpAlipayPlus) return _getServerTime.apply(void 0, rest);
|
|
884
832
|
if (appEnv.isMpLazada) return _getServerTime.apply(void 0, rest);
|
|
885
|
-
if (appEnv.
|
|
886
|
-
if (appEnv.
|
|
887
|
-
if (appEnv.
|
|
888
|
-
|
|
889
|
-
if (appEnv.isWebIntl) return _getServerTime.apply(void 0, rest);
|
|
833
|
+
if (appEnv.isMpWebAlipayPlus) return _getServerTime.apply(void 0, rest);
|
|
834
|
+
if (appEnv.isWebAlipay) return _getServerTime.apply(void 0, rest);
|
|
835
|
+
if (appEnv.isWebAlipayPlus) return _getServerTime.apply(void 0, rest);
|
|
836
|
+
return notFound.apply(void 0, __spreadArray(['getServerTime'], rest));
|
|
890
837
|
};
|
|
891
838
|
export var getSetting = function getSetting() {
|
|
892
839
|
var rest = [];
|
|
@@ -895,13 +842,12 @@ export var getSetting = function getSetting() {
|
|
|
895
842
|
rest[_i] = arguments[_i];
|
|
896
843
|
}
|
|
897
844
|
|
|
898
|
-
if (appEnv.
|
|
845
|
+
if (appEnv.isMpAlipayPlus) return _getSetting.apply(void 0, rest);
|
|
899
846
|
if (appEnv.isMpLazada) return _getSetting.apply(void 0, rest);
|
|
900
|
-
if (appEnv.
|
|
901
|
-
if (appEnv.
|
|
902
|
-
if (appEnv.
|
|
903
|
-
|
|
904
|
-
if (appEnv.isWebIntl) return _getSetting.apply(void 0, rest);
|
|
847
|
+
if (appEnv.isMpWebAlipayPlus) return _getSetting.apply(void 0, rest);
|
|
848
|
+
if (appEnv.isWebAlipay) return _getSetting.apply(void 0, rest);
|
|
849
|
+
if (appEnv.isWebAlipayPlus) return _getSetting.apply(void 0, rest);
|
|
850
|
+
return notFound.apply(void 0, __spreadArray(['getSetting'], rest));
|
|
905
851
|
};
|
|
906
852
|
export var getSiteInfo = function getSiteInfo() {
|
|
907
853
|
var rest = [];
|
|
@@ -910,13 +856,12 @@ export var getSiteInfo = function getSiteInfo() {
|
|
|
910
856
|
rest[_i] = arguments[_i];
|
|
911
857
|
}
|
|
912
858
|
|
|
913
|
-
if (appEnv.
|
|
859
|
+
if (appEnv.isMpAlipayPlus) return _getSiteInfo.apply(void 0, rest);
|
|
914
860
|
if (appEnv.isMpLazada) return _getSiteInfo.apply(void 0, rest);
|
|
915
|
-
if (appEnv.
|
|
916
|
-
if (appEnv.
|
|
917
|
-
if (appEnv.
|
|
918
|
-
|
|
919
|
-
if (appEnv.isWebIntl) return _getSiteInfo.apply(void 0, rest);
|
|
861
|
+
if (appEnv.isMpWebAlipayPlus) return _getSiteInfo.apply(void 0, rest);
|
|
862
|
+
if (appEnv.isWebAlipay) return _getSiteInfo.apply(void 0, rest);
|
|
863
|
+
if (appEnv.isWebAlipayPlus) return _getSiteInfo.apply(void 0, rest);
|
|
864
|
+
return notFound.apply(void 0, __spreadArray(['getSiteInfo'], rest));
|
|
920
865
|
};
|
|
921
866
|
export var getStorage = function getStorage() {
|
|
922
867
|
var rest = [];
|
|
@@ -925,13 +870,14 @@ export var getStorage = function getStorage() {
|
|
|
925
870
|
rest[_i] = arguments[_i];
|
|
926
871
|
}
|
|
927
872
|
|
|
928
|
-
if (appEnv.
|
|
873
|
+
if (appEnv.isMpAlipayPlus) return _getStorage.apply(void 0, rest);
|
|
929
874
|
if (appEnv.isMpLazada) return _getStorage.apply(void 0, rest);
|
|
930
875
|
if (appEnv.isMpTaobao) return _getStorage.apply(void 0, rest);
|
|
931
|
-
if (appEnv.
|
|
932
|
-
if (appEnv.
|
|
933
|
-
if (appEnv.
|
|
934
|
-
if (appEnv.
|
|
876
|
+
if (appEnv.isMpWebAlipay) return _getStorage.apply(void 0, rest);
|
|
877
|
+
if (appEnv.isMpWebAlipayPlus) return _getStorage.apply(void 0, rest);
|
|
878
|
+
if (appEnv.isWebAlipay) return webAlipayGetStorage.apply(void 0, rest);
|
|
879
|
+
if (appEnv.isWebAlipayPlus) return webAlipayPlusGetStorage.apply(void 0, rest);
|
|
880
|
+
return notFound.apply(void 0, __spreadArray(['getStorage'], rest));
|
|
935
881
|
};
|
|
936
882
|
export var getStorageSync = function getStorageSync() {
|
|
937
883
|
var rest = [];
|
|
@@ -940,13 +886,10 @@ export var getStorageSync = function getStorageSync() {
|
|
|
940
886
|
rest[_i] = arguments[_i];
|
|
941
887
|
}
|
|
942
888
|
|
|
943
|
-
if (appEnv.
|
|
889
|
+
if (appEnv.isMpAlipayPlus) return _getStorageSync.apply(void 0, rest);
|
|
944
890
|
if (appEnv.isMpLazada) return _getStorageSync.apply(void 0, rest);
|
|
945
891
|
if (appEnv.isMpTaobao) return _getStorageSync.apply(void 0, rest);
|
|
946
|
-
|
|
947
|
-
if (appEnv.isMpWebIntl) return notFound.apply(void 0, __spreadArray(['getStorageSync'], rest));
|
|
948
|
-
if (appEnv.isWebCn) return notFound.apply(void 0, __spreadArray(['getStorageSync'], rest));
|
|
949
|
-
if (appEnv.isWebIntl) return notFound.apply(void 0, __spreadArray(['getStorageSync'], rest));
|
|
892
|
+
return notFound.apply(void 0, __spreadArray(['getStorageSync'], rest));
|
|
950
893
|
};
|
|
951
894
|
export var getSystemInfo = function getSystemInfo() {
|
|
952
895
|
var rest = [];
|
|
@@ -955,13 +898,14 @@ export var getSystemInfo = function getSystemInfo() {
|
|
|
955
898
|
rest[_i] = arguments[_i];
|
|
956
899
|
}
|
|
957
900
|
|
|
958
|
-
if (appEnv.
|
|
901
|
+
if (appEnv.isMpAlipayPlus) return _getSystemInfo.apply(void 0, rest);
|
|
959
902
|
if (appEnv.isMpLazada) return _getSystemInfo.apply(void 0, rest);
|
|
960
903
|
if (appEnv.isMpTaobao) return _getSystemInfo.apply(void 0, rest);
|
|
961
|
-
if (appEnv.
|
|
962
|
-
if (appEnv.
|
|
963
|
-
if (appEnv.
|
|
964
|
-
if (appEnv.
|
|
904
|
+
if (appEnv.isMpWebAlipay) return _getSystemInfo.apply(void 0, rest);
|
|
905
|
+
if (appEnv.isMpWebAlipayPlus) return _getSystemInfo.apply(void 0, rest);
|
|
906
|
+
if (appEnv.isWebAlipay) return _getSystemInfo.apply(void 0, rest);
|
|
907
|
+
if (appEnv.isWebAlipayPlus) return _getSystemInfo.apply(void 0, rest);
|
|
908
|
+
return notFound.apply(void 0, __spreadArray(['getSystemInfo'], rest));
|
|
965
909
|
};
|
|
966
910
|
export var hideBackHome = function hideBackHome() {
|
|
967
911
|
var rest = [];
|
|
@@ -970,13 +914,10 @@ export var hideBackHome = function hideBackHome() {
|
|
|
970
914
|
rest[_i] = arguments[_i];
|
|
971
915
|
}
|
|
972
916
|
|
|
973
|
-
if (appEnv.
|
|
917
|
+
if (appEnv.isMpAlipayPlus) return _hideBackHome.apply(void 0, rest);
|
|
974
918
|
if (appEnv.isMpLazada) return _hideBackHome.apply(void 0, rest);
|
|
975
919
|
if (appEnv.isMpTaobao) return _hideBackHome.apply(void 0, rest);
|
|
976
|
-
|
|
977
|
-
if (appEnv.isMpWebIntl) return notFound.apply(void 0, __spreadArray(['hideBackHome'], rest));
|
|
978
|
-
if (appEnv.isWebCn) return notFound.apply(void 0, __spreadArray(['hideBackHome'], rest));
|
|
979
|
-
if (appEnv.isWebIntl) return notFound.apply(void 0, __spreadArray(['hideBackHome'], rest));
|
|
920
|
+
return notFound.apply(void 0, __spreadArray(['hideBackHome'], rest));
|
|
980
921
|
};
|
|
981
922
|
export var hideKeyboard = function hideKeyboard() {
|
|
982
923
|
var rest = [];
|
|
@@ -985,13 +926,14 @@ export var hideKeyboard = function hideKeyboard() {
|
|
|
985
926
|
rest[_i] = arguments[_i];
|
|
986
927
|
}
|
|
987
928
|
|
|
988
|
-
if (appEnv.
|
|
929
|
+
if (appEnv.isMpAlipayPlus) return _hideKeyboard.apply(void 0, rest);
|
|
989
930
|
if (appEnv.isMpLazada) return _hideKeyboard.apply(void 0, rest);
|
|
990
931
|
if (appEnv.isMpTaobao) return _hideKeyboard.apply(void 0, rest);
|
|
991
|
-
if (appEnv.
|
|
992
|
-
if (appEnv.
|
|
993
|
-
if (appEnv.
|
|
994
|
-
if (appEnv.
|
|
932
|
+
if (appEnv.isMpWebAlipay) return _hideKeyboard.apply(void 0, rest);
|
|
933
|
+
if (appEnv.isMpWebAlipayPlus) return _hideKeyboard.apply(void 0, rest);
|
|
934
|
+
if (appEnv.isWebAlipay) return _hideKeyboard.apply(void 0, rest);
|
|
935
|
+
if (appEnv.isWebAlipayPlus) return _hideKeyboard.apply(void 0, rest);
|
|
936
|
+
return notFound.apply(void 0, __spreadArray(['hideKeyboard'], rest));
|
|
995
937
|
};
|
|
996
938
|
export var hideLoading = function hideLoading() {
|
|
997
939
|
var rest = [];
|
|
@@ -1000,13 +942,15 @@ export var hideLoading = function hideLoading() {
|
|
|
1000
942
|
rest[_i] = arguments[_i];
|
|
1001
943
|
}
|
|
1002
944
|
|
|
1003
|
-
if (appEnv.
|
|
945
|
+
if (appEnv.isMpAlipayPlus) return _hideLoading.apply(void 0, rest);
|
|
1004
946
|
if (appEnv.isMpLazada) return _hideLoading.apply(void 0, rest);
|
|
1005
947
|
if (appEnv.isMpTaobao) return _hideLoading.apply(void 0, rest);
|
|
1006
|
-
if (appEnv.
|
|
1007
|
-
if (appEnv.
|
|
1008
|
-
if (appEnv.
|
|
1009
|
-
if (appEnv.
|
|
948
|
+
if (appEnv.isMpWebAlipay) return _hideLoading.apply(void 0, rest);
|
|
949
|
+
if (appEnv.isMpWebAlipayPlus) return _hideLoading.apply(void 0, rest);
|
|
950
|
+
if (appEnv.isWebAlipay) return _hideLoading.apply(void 0, rest);
|
|
951
|
+
if (appEnv.isWebAlipayPlus) return _hideLoading.apply(void 0, rest);
|
|
952
|
+
if (appEnv.isWebH5) return webH5HideLoading.apply(void 0, rest);
|
|
953
|
+
return notFound.apply(void 0, __spreadArray(['hideLoading'], rest));
|
|
1010
954
|
};
|
|
1011
955
|
export var hideNavigationBarLoading = function hideNavigationBarLoading() {
|
|
1012
956
|
var rest = [];
|
|
@@ -1015,13 +959,13 @@ export var hideNavigationBarLoading = function hideNavigationBarLoading() {
|
|
|
1015
959
|
rest[_i] = arguments[_i];
|
|
1016
960
|
}
|
|
1017
961
|
|
|
1018
|
-
if (appEnv.
|
|
962
|
+
if (appEnv.isMpAlipayPlus) return _hideNavigationBarLoading.apply(void 0, rest);
|
|
1019
963
|
if (appEnv.isMpLazada) return _hideNavigationBarLoading.apply(void 0, rest);
|
|
1020
|
-
if (appEnv.
|
|
1021
|
-
if (appEnv.
|
|
1022
|
-
if (appEnv.
|
|
1023
|
-
if (appEnv.
|
|
1024
|
-
|
|
964
|
+
if (appEnv.isMpWebAlipay) return _hideNavigationBarLoading.apply(void 0, rest);
|
|
965
|
+
if (appEnv.isMpWebAlipayPlus) return _hideNavigationBarLoading.apply(void 0, rest);
|
|
966
|
+
if (appEnv.isWebAlipay) return webAlipayHideNavigationBarLoading.apply(void 0, rest);
|
|
967
|
+
if (appEnv.isWebAlipayPlus) return webAlipayPlusHideNavigationBarLoading.apply(void 0, rest);
|
|
968
|
+
return notFound.apply(void 0, __spreadArray(['hideNavigationBarLoading'], rest));
|
|
1025
969
|
};
|
|
1026
970
|
export var hideTabBar = function hideTabBar() {
|
|
1027
971
|
var rest = [];
|
|
@@ -1030,13 +974,11 @@ export var hideTabBar = function hideTabBar() {
|
|
|
1030
974
|
rest[_i] = arguments[_i];
|
|
1031
975
|
}
|
|
1032
976
|
|
|
1033
|
-
if (appEnv.
|
|
977
|
+
if (appEnv.isMpAlipayPlus) return _hideTabBar.apply(void 0, rest);
|
|
1034
978
|
if (appEnv.isMpLazada) return _hideTabBar.apply(void 0, rest);
|
|
1035
979
|
if (appEnv.isMpTaobao) return _hideTabBar.apply(void 0, rest);
|
|
1036
|
-
if (appEnv.
|
|
1037
|
-
|
|
1038
|
-
if (appEnv.isWebCn) return notFound.apply(void 0, __spreadArray(['hideTabBar'], rest));
|
|
1039
|
-
if (appEnv.isWebIntl) return notFound.apply(void 0, __spreadArray(['hideTabBar'], rest));
|
|
980
|
+
if (appEnv.isMpWebAlipayPlus) return _hideTabBar.apply(void 0, rest);
|
|
981
|
+
return notFound.apply(void 0, __spreadArray(['hideTabBar'], rest));
|
|
1040
982
|
};
|
|
1041
983
|
export var hideToast = function hideToast() {
|
|
1042
984
|
var rest = [];
|
|
@@ -1045,13 +987,14 @@ export var hideToast = function hideToast() {
|
|
|
1045
987
|
rest[_i] = arguments[_i];
|
|
1046
988
|
}
|
|
1047
989
|
|
|
1048
|
-
if (appEnv.
|
|
990
|
+
if (appEnv.isMpAlipayPlus) return _hideToast.apply(void 0, rest);
|
|
1049
991
|
if (appEnv.isMpLazada) return _hideToast.apply(void 0, rest);
|
|
1050
992
|
if (appEnv.isMpTaobao) return _hideToast.apply(void 0, rest);
|
|
1051
|
-
if (appEnv.
|
|
1052
|
-
if (appEnv.
|
|
1053
|
-
if (appEnv.
|
|
1054
|
-
if (appEnv.
|
|
993
|
+
if (appEnv.isMpWebAlipay) return _hideToast.apply(void 0, rest);
|
|
994
|
+
if (appEnv.isMpWebAlipayPlus) return _hideToast.apply(void 0, rest);
|
|
995
|
+
if (appEnv.isWebAlipay) return _hideToast.apply(void 0, rest);
|
|
996
|
+
if (appEnv.isWebAlipayPlus) return _hideToast.apply(void 0, rest);
|
|
997
|
+
return notFound.apply(void 0, __spreadArray(['hideToast'], rest));
|
|
1055
998
|
};
|
|
1056
999
|
export var inquireQuote = function inquireQuote() {
|
|
1057
1000
|
var rest = [];
|
|
@@ -1060,13 +1003,11 @@ export var inquireQuote = function inquireQuote() {
|
|
|
1060
1003
|
rest[_i] = arguments[_i];
|
|
1061
1004
|
}
|
|
1062
1005
|
|
|
1063
|
-
if (appEnv.
|
|
1006
|
+
if (appEnv.isMpAlipayPlus) return _inquireQuote.apply(void 0, rest);
|
|
1064
1007
|
if (appEnv.isMpLazada) return _inquireQuote.apply(void 0, rest);
|
|
1065
|
-
if (appEnv.
|
|
1066
|
-
if (appEnv.
|
|
1067
|
-
|
|
1068
|
-
if (appEnv.isWebCn) return notFound.apply(void 0, __spreadArray(['inquireQuote'], rest));
|
|
1069
|
-
if (appEnv.isWebIntl) return _inquireQuote.apply(void 0, rest);
|
|
1008
|
+
if (appEnv.isMpWebAlipayPlus) return _inquireQuote.apply(void 0, rest);
|
|
1009
|
+
if (appEnv.isWebAlipayPlus) return _inquireQuote.apply(void 0, rest);
|
|
1010
|
+
return notFound.apply(void 0, __spreadArray(['inquireQuote'], rest));
|
|
1070
1011
|
};
|
|
1071
1012
|
export var isInstalledApp = function isInstalledApp() {
|
|
1072
1013
|
var rest = [];
|
|
@@ -1075,13 +1016,11 @@ export var isInstalledApp = function isInstalledApp() {
|
|
|
1075
1016
|
rest[_i] = arguments[_i];
|
|
1076
1017
|
}
|
|
1077
1018
|
|
|
1078
|
-
if (appEnv.
|
|
1019
|
+
if (appEnv.isMpAlipayPlus) return _isInstalledApp.apply(void 0, rest);
|
|
1079
1020
|
if (appEnv.isMpLazada) return _isInstalledApp.apply(void 0, rest);
|
|
1080
|
-
if (appEnv.
|
|
1081
|
-
if (appEnv.
|
|
1082
|
-
|
|
1083
|
-
if (appEnv.isWebCn) return notFound.apply(void 0, __spreadArray(['isInstalledApp'], rest));
|
|
1084
|
-
if (appEnv.isWebIntl) return _isInstalledApp.apply(void 0, rest);
|
|
1021
|
+
if (appEnv.isMpWebAlipayPlus) return _isInstalledApp.apply(void 0, rest);
|
|
1022
|
+
if (appEnv.isWebAlipayPlus) return _isInstalledApp.apply(void 0, rest);
|
|
1023
|
+
return notFound.apply(void 0, __spreadArray(['isInstalledApp'], rest));
|
|
1085
1024
|
};
|
|
1086
1025
|
export var makePhoneCall = function makePhoneCall() {
|
|
1087
1026
|
var rest = [];
|
|
@@ -1090,13 +1029,13 @@ export var makePhoneCall = function makePhoneCall() {
|
|
|
1090
1029
|
rest[_i] = arguments[_i];
|
|
1091
1030
|
}
|
|
1092
1031
|
|
|
1093
|
-
if (appEnv.
|
|
1032
|
+
if (appEnv.isMpAlipayPlus) return _makePhoneCall.apply(void 0, rest);
|
|
1094
1033
|
if (appEnv.isMpLazada) return _makePhoneCall.apply(void 0, rest);
|
|
1095
|
-
if (appEnv.
|
|
1096
|
-
if (appEnv.
|
|
1097
|
-
if (appEnv.
|
|
1098
|
-
if (appEnv.
|
|
1099
|
-
|
|
1034
|
+
if (appEnv.isMpWebAlipay) return _makePhoneCall.apply(void 0, rest);
|
|
1035
|
+
if (appEnv.isMpWebAlipayPlus) return _makePhoneCall.apply(void 0, rest);
|
|
1036
|
+
if (appEnv.isWebAlipay) return _makePhoneCall.apply(void 0, rest);
|
|
1037
|
+
if (appEnv.isWebAlipayPlus) return _makePhoneCall.apply(void 0, rest);
|
|
1038
|
+
return notFound.apply(void 0, __spreadArray(['makePhoneCall'], rest));
|
|
1100
1039
|
};
|
|
1101
1040
|
export var multiLevelSelect = function multiLevelSelect() {
|
|
1102
1041
|
var rest = [];
|
|
@@ -1105,13 +1044,13 @@ export var multiLevelSelect = function multiLevelSelect() {
|
|
|
1105
1044
|
rest[_i] = arguments[_i];
|
|
1106
1045
|
}
|
|
1107
1046
|
|
|
1108
|
-
if (appEnv.
|
|
1047
|
+
if (appEnv.isMpAlipayPlus) return _multiLevelSelect.apply(void 0, rest);
|
|
1109
1048
|
if (appEnv.isMpLazada) return _multiLevelSelect.apply(void 0, rest);
|
|
1110
|
-
if (appEnv.
|
|
1111
|
-
if (appEnv.
|
|
1112
|
-
if (appEnv.
|
|
1113
|
-
if (appEnv.
|
|
1114
|
-
|
|
1049
|
+
if (appEnv.isMpWebAlipay) return _multiLevelSelect.apply(void 0, rest);
|
|
1050
|
+
if (appEnv.isMpWebAlipayPlus) return _multiLevelSelect.apply(void 0, rest);
|
|
1051
|
+
if (appEnv.isWebAlipay) return webAlipayMultiLevelSelect.apply(void 0, rest);
|
|
1052
|
+
if (appEnv.isWebAlipayPlus) return webAlipayPlusMultiLevelSelect.apply(void 0, rest);
|
|
1053
|
+
return notFound.apply(void 0, __spreadArray(['multiLevelSelect'], rest));
|
|
1115
1054
|
};
|
|
1116
1055
|
export var navigateBack = function navigateBack() {
|
|
1117
1056
|
var rest = [];
|
|
@@ -1120,13 +1059,10 @@ export var navigateBack = function navigateBack() {
|
|
|
1120
1059
|
rest[_i] = arguments[_i];
|
|
1121
1060
|
}
|
|
1122
1061
|
|
|
1123
|
-
if (appEnv.
|
|
1062
|
+
if (appEnv.isMpAlipayPlus) return _navigateBack.apply(void 0, rest);
|
|
1124
1063
|
if (appEnv.isMpLazada) return _navigateBack.apply(void 0, rest);
|
|
1125
1064
|
if (appEnv.isMpTaobao) return _navigateBack.apply(void 0, rest);
|
|
1126
|
-
|
|
1127
|
-
if (appEnv.isMpWebIntl) return notFound.apply(void 0, __spreadArray(['navigateBack'], rest));
|
|
1128
|
-
if (appEnv.isWebCn) return notFound.apply(void 0, __spreadArray(['navigateBack'], rest));
|
|
1129
|
-
if (appEnv.isWebIntl) return notFound.apply(void 0, __spreadArray(['navigateBack'], rest));
|
|
1065
|
+
return notFound.apply(void 0, __spreadArray(['navigateBack'], rest));
|
|
1130
1066
|
};
|
|
1131
1067
|
export var navigateBackMiniProgram = function navigateBackMiniProgram() {
|
|
1132
1068
|
var rest = [];
|
|
@@ -1135,13 +1071,13 @@ export var navigateBackMiniProgram = function navigateBackMiniProgram() {
|
|
|
1135
1071
|
rest[_i] = arguments[_i];
|
|
1136
1072
|
}
|
|
1137
1073
|
|
|
1138
|
-
if (appEnv.
|
|
1074
|
+
if (appEnv.isMpAlipayPlus) return _navigateBackMiniProgram.apply(void 0, rest);
|
|
1139
1075
|
if (appEnv.isMpLazada) return _navigateBackMiniProgram.apply(void 0, rest);
|
|
1140
|
-
if (appEnv.
|
|
1141
|
-
if (appEnv.
|
|
1142
|
-
if (appEnv.
|
|
1143
|
-
if (appEnv.
|
|
1144
|
-
|
|
1076
|
+
if (appEnv.isMpWebAlipay) return _navigateBackMiniProgram.apply(void 0, rest);
|
|
1077
|
+
if (appEnv.isMpWebAlipayPlus) return _navigateBackMiniProgram.apply(void 0, rest);
|
|
1078
|
+
if (appEnv.isWebAlipay) return _navigateBackMiniProgram.apply(void 0, rest);
|
|
1079
|
+
if (appEnv.isWebAlipayPlus) return _navigateBackMiniProgram.apply(void 0, rest);
|
|
1080
|
+
return notFound.apply(void 0, __spreadArray(['navigateBackMiniProgram'], rest));
|
|
1145
1081
|
};
|
|
1146
1082
|
export var navigateTo = function navigateTo() {
|
|
1147
1083
|
var rest = [];
|
|
@@ -1150,13 +1086,10 @@ export var navigateTo = function navigateTo() {
|
|
|
1150
1086
|
rest[_i] = arguments[_i];
|
|
1151
1087
|
}
|
|
1152
1088
|
|
|
1153
|
-
if (appEnv.
|
|
1089
|
+
if (appEnv.isMpAlipayPlus) return _navigateTo.apply(void 0, rest);
|
|
1154
1090
|
if (appEnv.isMpLazada) return _navigateTo.apply(void 0, rest);
|
|
1155
1091
|
if (appEnv.isMpTaobao) return _navigateTo.apply(void 0, rest);
|
|
1156
|
-
|
|
1157
|
-
if (appEnv.isMpWebIntl) return notFound.apply(void 0, __spreadArray(['navigateTo'], rest));
|
|
1158
|
-
if (appEnv.isWebCn) return notFound.apply(void 0, __spreadArray(['navigateTo'], rest));
|
|
1159
|
-
if (appEnv.isWebIntl) return notFound.apply(void 0, __spreadArray(['navigateTo'], rest));
|
|
1092
|
+
return notFound.apply(void 0, __spreadArray(['navigateTo'], rest));
|
|
1160
1093
|
};
|
|
1161
1094
|
export var navigateToBizScene = function navigateToBizScene() {
|
|
1162
1095
|
var rest = [];
|
|
@@ -1165,13 +1098,11 @@ export var navigateToBizScene = function navigateToBizScene() {
|
|
|
1165
1098
|
rest[_i] = arguments[_i];
|
|
1166
1099
|
}
|
|
1167
1100
|
|
|
1168
|
-
if (appEnv.
|
|
1101
|
+
if (appEnv.isMpAlipayPlus) return _navigateToBizScene.apply(void 0, rest);
|
|
1169
1102
|
if (appEnv.isMpLazada) return _navigateToBizScene.apply(void 0, rest);
|
|
1170
|
-
if (appEnv.
|
|
1171
|
-
if (appEnv.
|
|
1172
|
-
|
|
1173
|
-
if (appEnv.isWebCn) return notFound.apply(void 0, __spreadArray(['navigateToBizScene'], rest));
|
|
1174
|
-
if (appEnv.isWebIntl) return _navigateToBizScene.apply(void 0, rest);
|
|
1103
|
+
if (appEnv.isMpWebAlipayPlus) return _navigateToBizScene.apply(void 0, rest);
|
|
1104
|
+
if (appEnv.isWebAlipayPlus) return _navigateToBizScene.apply(void 0, rest);
|
|
1105
|
+
return notFound.apply(void 0, __spreadArray(['navigateToBizScene'], rest));
|
|
1175
1106
|
};
|
|
1176
1107
|
export var navigateToMiniProgram = function navigateToMiniProgram() {
|
|
1177
1108
|
var rest = [];
|
|
@@ -1180,13 +1111,13 @@ export var navigateToMiniProgram = function navigateToMiniProgram() {
|
|
|
1180
1111
|
rest[_i] = arguments[_i];
|
|
1181
1112
|
}
|
|
1182
1113
|
|
|
1183
|
-
if (appEnv.
|
|
1114
|
+
if (appEnv.isMpAlipayPlus) return _navigateToMiniProgram.apply(void 0, rest);
|
|
1184
1115
|
if (appEnv.isMpLazada) return _navigateToMiniProgram.apply(void 0, rest);
|
|
1185
|
-
if (appEnv.
|
|
1186
|
-
if (appEnv.
|
|
1187
|
-
if (appEnv.
|
|
1188
|
-
if (appEnv.
|
|
1189
|
-
|
|
1116
|
+
if (appEnv.isMpWebAlipay) return _navigateToMiniProgram.apply(void 0, rest);
|
|
1117
|
+
if (appEnv.isMpWebAlipayPlus) return _navigateToMiniProgram.apply(void 0, rest);
|
|
1118
|
+
if (appEnv.isWebAlipay) return _navigateToMiniProgram.apply(void 0, rest);
|
|
1119
|
+
if (appEnv.isWebAlipayPlus) return _navigateToMiniProgram.apply(void 0, rest);
|
|
1120
|
+
return notFound.apply(void 0, __spreadArray(['navigateToMiniProgram'], rest));
|
|
1190
1121
|
};
|
|
1191
1122
|
export var notifyBLECharacteristicValueChange = function notifyBLECharacteristicValueChange() {
|
|
1192
1123
|
var rest = [];
|
|
@@ -1195,13 +1126,10 @@ export var notifyBLECharacteristicValueChange = function notifyBLECharacteristic
|
|
|
1195
1126
|
rest[_i] = arguments[_i];
|
|
1196
1127
|
}
|
|
1197
1128
|
|
|
1198
|
-
if (appEnv.
|
|
1129
|
+
if (appEnv.isMpAlipayPlus) return _notifyBLECharacteristicValueChange.apply(void 0, rest);
|
|
1199
1130
|
if (appEnv.isMpLazada) return _notifyBLECharacteristicValueChange.apply(void 0, rest);
|
|
1200
|
-
if (appEnv.
|
|
1201
|
-
|
|
1202
|
-
if (appEnv.isMpWebIntl) return _notifyBLECharacteristicValueChange.apply(void 0, rest);
|
|
1203
|
-
if (appEnv.isWebCn) return notFound.apply(void 0, __spreadArray(['notifyBLECharacteristicValueChange'], rest));
|
|
1204
|
-
if (appEnv.isWebIntl) return notFound.apply(void 0, __spreadArray(['notifyBLECharacteristicValueChange'], rest));
|
|
1131
|
+
if (appEnv.isMpWebAlipayPlus) return _notifyBLECharacteristicValueChange.apply(void 0, rest);
|
|
1132
|
+
return notFound.apply(void 0, __spreadArray(['notifyBLECharacteristicValueChange'], rest));
|
|
1205
1133
|
};
|
|
1206
1134
|
export var offAccelerometerChange = function offAccelerometerChange() {
|
|
1207
1135
|
var rest = [];
|
|
@@ -1210,13 +1138,9 @@ export var offAccelerometerChange = function offAccelerometerChange() {
|
|
|
1210
1138
|
rest[_i] = arguments[_i];
|
|
1211
1139
|
}
|
|
1212
1140
|
|
|
1213
|
-
if (appEnv.
|
|
1141
|
+
if (appEnv.isMpAlipayPlus) return _offAccelerometerChange.apply(void 0, rest);
|
|
1214
1142
|
if (appEnv.isMpLazada) return _offAccelerometerChange.apply(void 0, rest);
|
|
1215
|
-
|
|
1216
|
-
if (appEnv.isMpWebCn) return notFound.apply(void 0, __spreadArray(['offAccelerometerChange'], rest));
|
|
1217
|
-
if (appEnv.isMpWebIntl) return notFound.apply(void 0, __spreadArray(['offAccelerometerChange'], rest));
|
|
1218
|
-
if (appEnv.isWebCn) return notFound.apply(void 0, __spreadArray(['offAccelerometerChange'], rest));
|
|
1219
|
-
if (appEnv.isWebIntl) return notFound.apply(void 0, __spreadArray(['offAccelerometerChange'], rest));
|
|
1143
|
+
return notFound.apply(void 0, __spreadArray(['offAccelerometerChange'], rest));
|
|
1220
1144
|
};
|
|
1221
1145
|
export var offBLECharacteristicValueChange = function offBLECharacteristicValueChange() {
|
|
1222
1146
|
var rest = [];
|
|
@@ -1225,13 +1149,10 @@ export var offBLECharacteristicValueChange = function offBLECharacteristicValueC
|
|
|
1225
1149
|
rest[_i] = arguments[_i];
|
|
1226
1150
|
}
|
|
1227
1151
|
|
|
1228
|
-
if (appEnv.
|
|
1152
|
+
if (appEnv.isMpAlipayPlus) return _offBLECharacteristicValueChange.apply(void 0, rest);
|
|
1229
1153
|
if (appEnv.isMpLazada) return _offBLECharacteristicValueChange.apply(void 0, rest);
|
|
1230
|
-
if (appEnv.
|
|
1231
|
-
|
|
1232
|
-
if (appEnv.isMpWebIntl) return _offBLECharacteristicValueChange.apply(void 0, rest);
|
|
1233
|
-
if (appEnv.isWebCn) return notFound.apply(void 0, __spreadArray(['offBLECharacteristicValueChange'], rest));
|
|
1234
|
-
if (appEnv.isWebIntl) return notFound.apply(void 0, __spreadArray(['offBLECharacteristicValueChange'], rest));
|
|
1154
|
+
if (appEnv.isMpWebAlipayPlus) return _offBLECharacteristicValueChange.apply(void 0, rest);
|
|
1155
|
+
return notFound.apply(void 0, __spreadArray(['offBLECharacteristicValueChange'], rest));
|
|
1235
1156
|
};
|
|
1236
1157
|
export var offBLEConnectionStateChanged = function offBLEConnectionStateChanged() {
|
|
1237
1158
|
var rest = [];
|
|
@@ -1240,13 +1161,10 @@ export var offBLEConnectionStateChanged = function offBLEConnectionStateChanged(
|
|
|
1240
1161
|
rest[_i] = arguments[_i];
|
|
1241
1162
|
}
|
|
1242
1163
|
|
|
1243
|
-
if (appEnv.
|
|
1164
|
+
if (appEnv.isMpAlipayPlus) return _offBLEConnectionStateChanged.apply(void 0, rest);
|
|
1244
1165
|
if (appEnv.isMpLazada) return _offBLEConnectionStateChanged.apply(void 0, rest);
|
|
1245
|
-
if (appEnv.
|
|
1246
|
-
|
|
1247
|
-
if (appEnv.isMpWebIntl) return _offBLEConnectionStateChanged.apply(void 0, rest);
|
|
1248
|
-
if (appEnv.isWebCn) return notFound.apply(void 0, __spreadArray(['offBLEConnectionStateChanged'], rest));
|
|
1249
|
-
if (appEnv.isWebIntl) return notFound.apply(void 0, __spreadArray(['offBLEConnectionStateChanged'], rest));
|
|
1166
|
+
if (appEnv.isMpWebAlipayPlus) return _offBLEConnectionStateChanged.apply(void 0, rest);
|
|
1167
|
+
return notFound.apply(void 0, __spreadArray(['offBLEConnectionStateChanged'], rest));
|
|
1250
1168
|
};
|
|
1251
1169
|
export var offBluetoothAdapterStateChange = function offBluetoothAdapterStateChange() {
|
|
1252
1170
|
var rest = [];
|
|
@@ -1255,13 +1173,10 @@ export var offBluetoothAdapterStateChange = function offBluetoothAdapterStateCha
|
|
|
1255
1173
|
rest[_i] = arguments[_i];
|
|
1256
1174
|
}
|
|
1257
1175
|
|
|
1258
|
-
if (appEnv.
|
|
1176
|
+
if (appEnv.isMpAlipayPlus) return _offBluetoothAdapterStateChange.apply(void 0, rest);
|
|
1259
1177
|
if (appEnv.isMpLazada) return _offBluetoothAdapterStateChange.apply(void 0, rest);
|
|
1260
|
-
if (appEnv.
|
|
1261
|
-
|
|
1262
|
-
if (appEnv.isMpWebIntl) return _offBluetoothAdapterStateChange.apply(void 0, rest);
|
|
1263
|
-
if (appEnv.isWebCn) return notFound.apply(void 0, __spreadArray(['offBluetoothAdapterStateChange'], rest));
|
|
1264
|
-
if (appEnv.isWebIntl) return notFound.apply(void 0, __spreadArray(['offBluetoothAdapterStateChange'], rest));
|
|
1178
|
+
if (appEnv.isMpWebAlipayPlus) return _offBluetoothAdapterStateChange.apply(void 0, rest);
|
|
1179
|
+
return notFound.apply(void 0, __spreadArray(['offBluetoothAdapterStateChange'], rest));
|
|
1265
1180
|
};
|
|
1266
1181
|
export var offBluetoothDeviceFound = function offBluetoothDeviceFound() {
|
|
1267
1182
|
var rest = [];
|
|
@@ -1270,13 +1185,10 @@ export var offBluetoothDeviceFound = function offBluetoothDeviceFound() {
|
|
|
1270
1185
|
rest[_i] = arguments[_i];
|
|
1271
1186
|
}
|
|
1272
1187
|
|
|
1273
|
-
if (appEnv.
|
|
1188
|
+
if (appEnv.isMpAlipayPlus) return _offBluetoothDeviceFound.apply(void 0, rest);
|
|
1274
1189
|
if (appEnv.isMpLazada) return _offBluetoothDeviceFound.apply(void 0, rest);
|
|
1275
|
-
if (appEnv.
|
|
1276
|
-
|
|
1277
|
-
if (appEnv.isMpWebIntl) return _offBluetoothDeviceFound.apply(void 0, rest);
|
|
1278
|
-
if (appEnv.isWebCn) return notFound.apply(void 0, __spreadArray(['offBluetoothDeviceFound'], rest));
|
|
1279
|
-
if (appEnv.isWebIntl) return notFound.apply(void 0, __spreadArray(['offBluetoothDeviceFound'], rest));
|
|
1190
|
+
if (appEnv.isMpWebAlipayPlus) return _offBluetoothDeviceFound.apply(void 0, rest);
|
|
1191
|
+
return notFound.apply(void 0, __spreadArray(['offBluetoothDeviceFound'], rest));
|
|
1280
1192
|
};
|
|
1281
1193
|
export var offCompassChange = function offCompassChange() {
|
|
1282
1194
|
var rest = [];
|
|
@@ -1285,13 +1197,9 @@ export var offCompassChange = function offCompassChange() {
|
|
|
1285
1197
|
rest[_i] = arguments[_i];
|
|
1286
1198
|
}
|
|
1287
1199
|
|
|
1288
|
-
if (appEnv.
|
|
1200
|
+
if (appEnv.isMpAlipayPlus) return _offCompassChange.apply(void 0, rest);
|
|
1289
1201
|
if (appEnv.isMpLazada) return _offCompassChange.apply(void 0, rest);
|
|
1290
|
-
|
|
1291
|
-
if (appEnv.isMpWebCn) return notFound.apply(void 0, __spreadArray(['offCompassChange'], rest));
|
|
1292
|
-
if (appEnv.isMpWebIntl) return notFound.apply(void 0, __spreadArray(['offCompassChange'], rest));
|
|
1293
|
-
if (appEnv.isWebCn) return notFound.apply(void 0, __spreadArray(['offCompassChange'], rest));
|
|
1294
|
-
if (appEnv.isWebIntl) return notFound.apply(void 0, __spreadArray(['offCompassChange'], rest));
|
|
1202
|
+
return notFound.apply(void 0, __spreadArray(['offCompassChange'], rest));
|
|
1295
1203
|
};
|
|
1296
1204
|
export var offMemoryWarning = function offMemoryWarning() {
|
|
1297
1205
|
var rest = [];
|
|
@@ -1300,13 +1208,10 @@ export var offMemoryWarning = function offMemoryWarning() {
|
|
|
1300
1208
|
rest[_i] = arguments[_i];
|
|
1301
1209
|
}
|
|
1302
1210
|
|
|
1303
|
-
if (appEnv.
|
|
1211
|
+
if (appEnv.isMpAlipayPlus) return _offMemoryWarning.apply(void 0, rest);
|
|
1304
1212
|
if (appEnv.isMpLazada) return _offMemoryWarning.apply(void 0, rest);
|
|
1305
1213
|
if (appEnv.isMpTaobao) return _offMemoryWarning.apply(void 0, rest);
|
|
1306
|
-
|
|
1307
|
-
if (appEnv.isMpWebIntl) return notFound.apply(void 0, __spreadArray(['offMemoryWarning'], rest));
|
|
1308
|
-
if (appEnv.isWebCn) return notFound.apply(void 0, __spreadArray(['offMemoryWarning'], rest));
|
|
1309
|
-
if (appEnv.isWebIntl) return notFound.apply(void 0, __spreadArray(['offMemoryWarning'], rest));
|
|
1214
|
+
return notFound.apply(void 0, __spreadArray(['offMemoryWarning'], rest));
|
|
1310
1215
|
};
|
|
1311
1216
|
export var offSocketClose = function offSocketClose() {
|
|
1312
1217
|
var rest = [];
|
|
@@ -1315,13 +1220,10 @@ export var offSocketClose = function offSocketClose() {
|
|
|
1315
1220
|
rest[_i] = arguments[_i];
|
|
1316
1221
|
}
|
|
1317
1222
|
|
|
1318
|
-
if (appEnv.
|
|
1223
|
+
if (appEnv.isMpAlipayPlus) return _offSocketClose.apply(void 0, rest);
|
|
1319
1224
|
if (appEnv.isMpLazada) return _offSocketClose.apply(void 0, rest);
|
|
1320
|
-
if (appEnv.
|
|
1321
|
-
|
|
1322
|
-
if (appEnv.isMpWebIntl) return _offSocketClose.apply(void 0, rest);
|
|
1323
|
-
if (appEnv.isWebCn) return notFound.apply(void 0, __spreadArray(['offSocketClose'], rest));
|
|
1324
|
-
if (appEnv.isWebIntl) return notFound.apply(void 0, __spreadArray(['offSocketClose'], rest));
|
|
1225
|
+
if (appEnv.isMpWebAlipayPlus) return _offSocketClose.apply(void 0, rest);
|
|
1226
|
+
return notFound.apply(void 0, __spreadArray(['offSocketClose'], rest));
|
|
1325
1227
|
};
|
|
1326
1228
|
export var offSocketError = function offSocketError() {
|
|
1327
1229
|
var rest = [];
|
|
@@ -1330,13 +1232,10 @@ export var offSocketError = function offSocketError() {
|
|
|
1330
1232
|
rest[_i] = arguments[_i];
|
|
1331
1233
|
}
|
|
1332
1234
|
|
|
1333
|
-
if (appEnv.
|
|
1235
|
+
if (appEnv.isMpAlipayPlus) return _offSocketError.apply(void 0, rest);
|
|
1334
1236
|
if (appEnv.isMpLazada) return _offSocketError.apply(void 0, rest);
|
|
1335
|
-
if (appEnv.
|
|
1336
|
-
|
|
1337
|
-
if (appEnv.isMpWebIntl) return _offSocketError.apply(void 0, rest);
|
|
1338
|
-
if (appEnv.isWebCn) return notFound.apply(void 0, __spreadArray(['offSocketError'], rest));
|
|
1339
|
-
if (appEnv.isWebIntl) return notFound.apply(void 0, __spreadArray(['offSocketError'], rest));
|
|
1237
|
+
if (appEnv.isMpWebAlipayPlus) return _offSocketError.apply(void 0, rest);
|
|
1238
|
+
return notFound.apply(void 0, __spreadArray(['offSocketError'], rest));
|
|
1340
1239
|
};
|
|
1341
1240
|
export var offSocketMessage = function offSocketMessage() {
|
|
1342
1241
|
var rest = [];
|
|
@@ -1345,13 +1244,10 @@ export var offSocketMessage = function offSocketMessage() {
|
|
|
1345
1244
|
rest[_i] = arguments[_i];
|
|
1346
1245
|
}
|
|
1347
1246
|
|
|
1348
|
-
if (appEnv.
|
|
1247
|
+
if (appEnv.isMpAlipayPlus) return _offSocketMessage.apply(void 0, rest);
|
|
1349
1248
|
if (appEnv.isMpLazada) return _offSocketMessage.apply(void 0, rest);
|
|
1350
|
-
if (appEnv.
|
|
1351
|
-
|
|
1352
|
-
if (appEnv.isMpWebIntl) return _offSocketMessage.apply(void 0, rest);
|
|
1353
|
-
if (appEnv.isWebCn) return notFound.apply(void 0, __spreadArray(['offSocketMessage'], rest));
|
|
1354
|
-
if (appEnv.isWebIntl) return notFound.apply(void 0, __spreadArray(['offSocketMessage'], rest));
|
|
1249
|
+
if (appEnv.isMpWebAlipayPlus) return _offSocketMessage.apply(void 0, rest);
|
|
1250
|
+
return notFound.apply(void 0, __spreadArray(['offSocketMessage'], rest));
|
|
1355
1251
|
};
|
|
1356
1252
|
export var offSocketOpen = function offSocketOpen() {
|
|
1357
1253
|
var rest = [];
|
|
@@ -1360,13 +1256,10 @@ export var offSocketOpen = function offSocketOpen() {
|
|
|
1360
1256
|
rest[_i] = arguments[_i];
|
|
1361
1257
|
}
|
|
1362
1258
|
|
|
1363
|
-
if (appEnv.
|
|
1259
|
+
if (appEnv.isMpAlipayPlus) return _offSocketOpen.apply(void 0, rest);
|
|
1364
1260
|
if (appEnv.isMpLazada) return _offSocketOpen.apply(void 0, rest);
|
|
1365
|
-
if (appEnv.
|
|
1366
|
-
|
|
1367
|
-
if (appEnv.isMpWebIntl) return _offSocketOpen.apply(void 0, rest);
|
|
1368
|
-
if (appEnv.isWebCn) return notFound.apply(void 0, __spreadArray(['offSocketOpen'], rest));
|
|
1369
|
-
if (appEnv.isWebIntl) return notFound.apply(void 0, __spreadArray(['offSocketOpen'], rest));
|
|
1261
|
+
if (appEnv.isMpWebAlipayPlus) return _offSocketOpen.apply(void 0, rest);
|
|
1262
|
+
return notFound.apply(void 0, __spreadArray(['offSocketOpen'], rest));
|
|
1370
1263
|
};
|
|
1371
1264
|
export var offUserCaptureScreen = function offUserCaptureScreen() {
|
|
1372
1265
|
var rest = [];
|
|
@@ -1375,13 +1268,10 @@ export var offUserCaptureScreen = function offUserCaptureScreen() {
|
|
|
1375
1268
|
rest[_i] = arguments[_i];
|
|
1376
1269
|
}
|
|
1377
1270
|
|
|
1378
|
-
if (appEnv.
|
|
1271
|
+
if (appEnv.isMpAlipayPlus) return _offUserCaptureScreen.apply(void 0, rest);
|
|
1379
1272
|
if (appEnv.isMpLazada) return _offUserCaptureScreen.apply(void 0, rest);
|
|
1380
|
-
if (appEnv.
|
|
1381
|
-
|
|
1382
|
-
if (appEnv.isMpWebIntl) return _offUserCaptureScreen.apply(void 0, rest);
|
|
1383
|
-
if (appEnv.isWebCn) return notFound.apply(void 0, __spreadArray(['offUserCaptureScreen'], rest));
|
|
1384
|
-
if (appEnv.isWebIntl) return notFound.apply(void 0, __spreadArray(['offUserCaptureScreen'], rest));
|
|
1273
|
+
if (appEnv.isMpWebAlipayPlus) return _offUserCaptureScreen.apply(void 0, rest);
|
|
1274
|
+
return notFound.apply(void 0, __spreadArray(['offUserCaptureScreen'], rest));
|
|
1385
1275
|
};
|
|
1386
1276
|
export var onAccelerometerChange = function onAccelerometerChange() {
|
|
1387
1277
|
var rest = [];
|
|
@@ -1390,13 +1280,9 @@ export var onAccelerometerChange = function onAccelerometerChange() {
|
|
|
1390
1280
|
rest[_i] = arguments[_i];
|
|
1391
1281
|
}
|
|
1392
1282
|
|
|
1393
|
-
if (appEnv.
|
|
1283
|
+
if (appEnv.isMpAlipayPlus) return _onAccelerometerChange.apply(void 0, rest);
|
|
1394
1284
|
if (appEnv.isMpLazada) return _onAccelerometerChange.apply(void 0, rest);
|
|
1395
|
-
|
|
1396
|
-
if (appEnv.isMpWebCn) return notFound.apply(void 0, __spreadArray(['onAccelerometerChange'], rest));
|
|
1397
|
-
if (appEnv.isMpWebIntl) return notFound.apply(void 0, __spreadArray(['onAccelerometerChange'], rest));
|
|
1398
|
-
if (appEnv.isWebCn) return notFound.apply(void 0, __spreadArray(['onAccelerometerChange'], rest));
|
|
1399
|
-
if (appEnv.isWebIntl) return notFound.apply(void 0, __spreadArray(['onAccelerometerChange'], rest));
|
|
1285
|
+
return notFound.apply(void 0, __spreadArray(['onAccelerometerChange'], rest));
|
|
1400
1286
|
};
|
|
1401
1287
|
export var onBLECharacteristicValueChange = function onBLECharacteristicValueChange() {
|
|
1402
1288
|
var rest = [];
|
|
@@ -1405,13 +1291,10 @@ export var onBLECharacteristicValueChange = function onBLECharacteristicValueCha
|
|
|
1405
1291
|
rest[_i] = arguments[_i];
|
|
1406
1292
|
}
|
|
1407
1293
|
|
|
1408
|
-
if (appEnv.
|
|
1294
|
+
if (appEnv.isMpAlipayPlus) return _onBLECharacteristicValueChange.apply(void 0, rest);
|
|
1409
1295
|
if (appEnv.isMpLazada) return _onBLECharacteristicValueChange.apply(void 0, rest);
|
|
1410
|
-
if (appEnv.
|
|
1411
|
-
|
|
1412
|
-
if (appEnv.isMpWebIntl) return _onBLECharacteristicValueChange.apply(void 0, rest);
|
|
1413
|
-
if (appEnv.isWebCn) return notFound.apply(void 0, __spreadArray(['onBLECharacteristicValueChange'], rest));
|
|
1414
|
-
if (appEnv.isWebIntl) return notFound.apply(void 0, __spreadArray(['onBLECharacteristicValueChange'], rest));
|
|
1296
|
+
if (appEnv.isMpWebAlipayPlus) return _onBLECharacteristicValueChange.apply(void 0, rest);
|
|
1297
|
+
return notFound.apply(void 0, __spreadArray(['onBLECharacteristicValueChange'], rest));
|
|
1415
1298
|
};
|
|
1416
1299
|
export var onBLEConnectionStateChanged = function onBLEConnectionStateChanged() {
|
|
1417
1300
|
var rest = [];
|
|
@@ -1420,13 +1303,10 @@ export var onBLEConnectionStateChanged = function onBLEConnectionStateChanged()
|
|
|
1420
1303
|
rest[_i] = arguments[_i];
|
|
1421
1304
|
}
|
|
1422
1305
|
|
|
1423
|
-
if (appEnv.
|
|
1306
|
+
if (appEnv.isMpAlipayPlus) return _onBLEConnectionStateChanged.apply(void 0, rest);
|
|
1424
1307
|
if (appEnv.isMpLazada) return _onBLEConnectionStateChanged.apply(void 0, rest);
|
|
1425
|
-
if (appEnv.
|
|
1426
|
-
|
|
1427
|
-
if (appEnv.isMpWebIntl) return _onBLEConnectionStateChanged.apply(void 0, rest);
|
|
1428
|
-
if (appEnv.isWebCn) return notFound.apply(void 0, __spreadArray(['onBLEConnectionStateChanged'], rest));
|
|
1429
|
-
if (appEnv.isWebIntl) return notFound.apply(void 0, __spreadArray(['onBLEConnectionStateChanged'], rest));
|
|
1308
|
+
if (appEnv.isMpWebAlipayPlus) return _onBLEConnectionStateChanged.apply(void 0, rest);
|
|
1309
|
+
return notFound.apply(void 0, __spreadArray(['onBLEConnectionStateChanged'], rest));
|
|
1430
1310
|
};
|
|
1431
1311
|
export var onBluetoothAdapterStateChange = function onBluetoothAdapterStateChange() {
|
|
1432
1312
|
var rest = [];
|
|
@@ -1435,13 +1315,10 @@ export var onBluetoothAdapterStateChange = function onBluetoothAdapterStateChang
|
|
|
1435
1315
|
rest[_i] = arguments[_i];
|
|
1436
1316
|
}
|
|
1437
1317
|
|
|
1438
|
-
if (appEnv.
|
|
1318
|
+
if (appEnv.isMpAlipayPlus) return _onBluetoothAdapterStateChange.apply(void 0, rest);
|
|
1439
1319
|
if (appEnv.isMpLazada) return _onBluetoothAdapterStateChange.apply(void 0, rest);
|
|
1440
|
-
if (appEnv.
|
|
1441
|
-
|
|
1442
|
-
if (appEnv.isMpWebIntl) return _onBluetoothAdapterStateChange.apply(void 0, rest);
|
|
1443
|
-
if (appEnv.isWebCn) return notFound.apply(void 0, __spreadArray(['onBluetoothAdapterStateChange'], rest));
|
|
1444
|
-
if (appEnv.isWebIntl) return notFound.apply(void 0, __spreadArray(['onBluetoothAdapterStateChange'], rest));
|
|
1320
|
+
if (appEnv.isMpWebAlipayPlus) return _onBluetoothAdapterStateChange.apply(void 0, rest);
|
|
1321
|
+
return notFound.apply(void 0, __spreadArray(['onBluetoothAdapterStateChange'], rest));
|
|
1445
1322
|
};
|
|
1446
1323
|
export var onBluetoothDeviceFound = function onBluetoothDeviceFound() {
|
|
1447
1324
|
var rest = [];
|
|
@@ -1450,13 +1327,10 @@ export var onBluetoothDeviceFound = function onBluetoothDeviceFound() {
|
|
|
1450
1327
|
rest[_i] = arguments[_i];
|
|
1451
1328
|
}
|
|
1452
1329
|
|
|
1453
|
-
if (appEnv.
|
|
1330
|
+
if (appEnv.isMpAlipayPlus) return _onBluetoothDeviceFound.apply(void 0, rest);
|
|
1454
1331
|
if (appEnv.isMpLazada) return _onBluetoothDeviceFound.apply(void 0, rest);
|
|
1455
|
-
if (appEnv.
|
|
1456
|
-
|
|
1457
|
-
if (appEnv.isMpWebIntl) return _onBluetoothDeviceFound.apply(void 0, rest);
|
|
1458
|
-
if (appEnv.isWebCn) return notFound.apply(void 0, __spreadArray(['onBluetoothDeviceFound'], rest));
|
|
1459
|
-
if (appEnv.isWebIntl) return notFound.apply(void 0, __spreadArray(['onBluetoothDeviceFound'], rest));
|
|
1332
|
+
if (appEnv.isMpWebAlipayPlus) return _onBluetoothDeviceFound.apply(void 0, rest);
|
|
1333
|
+
return notFound.apply(void 0, __spreadArray(['onBluetoothDeviceFound'], rest));
|
|
1460
1334
|
};
|
|
1461
1335
|
export var onCompassChange = function onCompassChange() {
|
|
1462
1336
|
var rest = [];
|
|
@@ -1465,13 +1339,9 @@ export var onCompassChange = function onCompassChange() {
|
|
|
1465
1339
|
rest[_i] = arguments[_i];
|
|
1466
1340
|
}
|
|
1467
1341
|
|
|
1468
|
-
if (appEnv.
|
|
1342
|
+
if (appEnv.isMpAlipayPlus) return _onCompassChange.apply(void 0, rest);
|
|
1469
1343
|
if (appEnv.isMpLazada) return _onCompassChange.apply(void 0, rest);
|
|
1470
|
-
|
|
1471
|
-
if (appEnv.isMpWebCn) return notFound.apply(void 0, __spreadArray(['onCompassChange'], rest));
|
|
1472
|
-
if (appEnv.isMpWebIntl) return notFound.apply(void 0, __spreadArray(['onCompassChange'], rest));
|
|
1473
|
-
if (appEnv.isWebCn) return notFound.apply(void 0, __spreadArray(['onCompassChange'], rest));
|
|
1474
|
-
if (appEnv.isWebIntl) return notFound.apply(void 0, __spreadArray(['onCompassChange'], rest));
|
|
1344
|
+
return notFound.apply(void 0, __spreadArray(['onCompassChange'], rest));
|
|
1475
1345
|
};
|
|
1476
1346
|
export var onMemoryWarning = function onMemoryWarning() {
|
|
1477
1347
|
var rest = [];
|
|
@@ -1480,13 +1350,10 @@ export var onMemoryWarning = function onMemoryWarning() {
|
|
|
1480
1350
|
rest[_i] = arguments[_i];
|
|
1481
1351
|
}
|
|
1482
1352
|
|
|
1483
|
-
if (appEnv.
|
|
1353
|
+
if (appEnv.isMpAlipayPlus) return _onMemoryWarning.apply(void 0, rest);
|
|
1484
1354
|
if (appEnv.isMpLazada) return _onMemoryWarning.apply(void 0, rest);
|
|
1485
1355
|
if (appEnv.isMpTaobao) return _onMemoryWarning.apply(void 0, rest);
|
|
1486
|
-
|
|
1487
|
-
if (appEnv.isMpWebIntl) return notFound.apply(void 0, __spreadArray(['onMemoryWarning'], rest));
|
|
1488
|
-
if (appEnv.isWebCn) return notFound.apply(void 0, __spreadArray(['onMemoryWarning'], rest));
|
|
1489
|
-
if (appEnv.isWebIntl) return notFound.apply(void 0, __spreadArray(['onMemoryWarning'], rest));
|
|
1356
|
+
return notFound.apply(void 0, __spreadArray(['onMemoryWarning'], rest));
|
|
1490
1357
|
};
|
|
1491
1358
|
export var onSocketClose = function onSocketClose() {
|
|
1492
1359
|
var rest = [];
|
|
@@ -1495,13 +1362,10 @@ export var onSocketClose = function onSocketClose() {
|
|
|
1495
1362
|
rest[_i] = arguments[_i];
|
|
1496
1363
|
}
|
|
1497
1364
|
|
|
1498
|
-
if (appEnv.
|
|
1365
|
+
if (appEnv.isMpAlipayPlus) return _onSocketClose.apply(void 0, rest);
|
|
1499
1366
|
if (appEnv.isMpLazada) return _onSocketClose.apply(void 0, rest);
|
|
1500
|
-
if (appEnv.
|
|
1501
|
-
|
|
1502
|
-
if (appEnv.isMpWebIntl) return _onSocketClose.apply(void 0, rest);
|
|
1503
|
-
if (appEnv.isWebCn) return notFound.apply(void 0, __spreadArray(['onSocketClose'], rest));
|
|
1504
|
-
if (appEnv.isWebIntl) return notFound.apply(void 0, __spreadArray(['onSocketClose'], rest));
|
|
1367
|
+
if (appEnv.isMpWebAlipayPlus) return _onSocketClose.apply(void 0, rest);
|
|
1368
|
+
return notFound.apply(void 0, __spreadArray(['onSocketClose'], rest));
|
|
1505
1369
|
};
|
|
1506
1370
|
export var onSocketError = function onSocketError() {
|
|
1507
1371
|
var rest = [];
|
|
@@ -1510,13 +1374,10 @@ export var onSocketError = function onSocketError() {
|
|
|
1510
1374
|
rest[_i] = arguments[_i];
|
|
1511
1375
|
}
|
|
1512
1376
|
|
|
1513
|
-
if (appEnv.
|
|
1377
|
+
if (appEnv.isMpAlipayPlus) return _onSocketError.apply(void 0, rest);
|
|
1514
1378
|
if (appEnv.isMpLazada) return _onSocketError.apply(void 0, rest);
|
|
1515
|
-
if (appEnv.
|
|
1516
|
-
|
|
1517
|
-
if (appEnv.isMpWebIntl) return _onSocketError.apply(void 0, rest);
|
|
1518
|
-
if (appEnv.isWebCn) return notFound.apply(void 0, __spreadArray(['onSocketError'], rest));
|
|
1519
|
-
if (appEnv.isWebIntl) return notFound.apply(void 0, __spreadArray(['onSocketError'], rest));
|
|
1379
|
+
if (appEnv.isMpWebAlipayPlus) return _onSocketError.apply(void 0, rest);
|
|
1380
|
+
return notFound.apply(void 0, __spreadArray(['onSocketError'], rest));
|
|
1520
1381
|
};
|
|
1521
1382
|
export var onSocketMessage = function onSocketMessage() {
|
|
1522
1383
|
var rest = [];
|
|
@@ -1525,13 +1386,10 @@ export var onSocketMessage = function onSocketMessage() {
|
|
|
1525
1386
|
rest[_i] = arguments[_i];
|
|
1526
1387
|
}
|
|
1527
1388
|
|
|
1528
|
-
if (appEnv.
|
|
1389
|
+
if (appEnv.isMpAlipayPlus) return _onSocketMessage.apply(void 0, rest);
|
|
1529
1390
|
if (appEnv.isMpLazada) return _onSocketMessage.apply(void 0, rest);
|
|
1530
|
-
if (appEnv.
|
|
1531
|
-
|
|
1532
|
-
if (appEnv.isMpWebIntl) return _onSocketMessage.apply(void 0, rest);
|
|
1533
|
-
if (appEnv.isWebCn) return notFound.apply(void 0, __spreadArray(['onSocketMessage'], rest));
|
|
1534
|
-
if (appEnv.isWebIntl) return notFound.apply(void 0, __spreadArray(['onSocketMessage'], rest));
|
|
1391
|
+
if (appEnv.isMpWebAlipayPlus) return _onSocketMessage.apply(void 0, rest);
|
|
1392
|
+
return notFound.apply(void 0, __spreadArray(['onSocketMessage'], rest));
|
|
1535
1393
|
};
|
|
1536
1394
|
export var onSocketOpen = function onSocketOpen() {
|
|
1537
1395
|
var rest = [];
|
|
@@ -1540,13 +1398,10 @@ export var onSocketOpen = function onSocketOpen() {
|
|
|
1540
1398
|
rest[_i] = arguments[_i];
|
|
1541
1399
|
}
|
|
1542
1400
|
|
|
1543
|
-
if (appEnv.
|
|
1401
|
+
if (appEnv.isMpAlipayPlus) return _onSocketOpen.apply(void 0, rest);
|
|
1544
1402
|
if (appEnv.isMpLazada) return _onSocketOpen.apply(void 0, rest);
|
|
1545
|
-
if (appEnv.
|
|
1546
|
-
|
|
1547
|
-
if (appEnv.isMpWebIntl) return _onSocketOpen.apply(void 0, rest);
|
|
1548
|
-
if (appEnv.isWebCn) return notFound.apply(void 0, __spreadArray(['onSocketOpen'], rest));
|
|
1549
|
-
if (appEnv.isWebIntl) return notFound.apply(void 0, __spreadArray(['onSocketOpen'], rest));
|
|
1403
|
+
if (appEnv.isMpWebAlipayPlus) return _onSocketOpen.apply(void 0, rest);
|
|
1404
|
+
return notFound.apply(void 0, __spreadArray(['onSocketOpen'], rest));
|
|
1550
1405
|
};
|
|
1551
1406
|
export var onUserCaptureScreen = function onUserCaptureScreen() {
|
|
1552
1407
|
var rest = [];
|
|
@@ -1555,13 +1410,10 @@ export var onUserCaptureScreen = function onUserCaptureScreen() {
|
|
|
1555
1410
|
rest[_i] = arguments[_i];
|
|
1556
1411
|
}
|
|
1557
1412
|
|
|
1558
|
-
if (appEnv.
|
|
1413
|
+
if (appEnv.isMpAlipayPlus) return _onUserCaptureScreen.apply(void 0, rest);
|
|
1559
1414
|
if (appEnv.isMpLazada) return _onUserCaptureScreen.apply(void 0, rest);
|
|
1560
|
-
if (appEnv.
|
|
1561
|
-
|
|
1562
|
-
if (appEnv.isMpWebIntl) return _onUserCaptureScreen.apply(void 0, rest);
|
|
1563
|
-
if (appEnv.isWebCn) return notFound.apply(void 0, __spreadArray(['onUserCaptureScreen'], rest));
|
|
1564
|
-
if (appEnv.isWebIntl) return notFound.apply(void 0, __spreadArray(['onUserCaptureScreen'], rest));
|
|
1415
|
+
if (appEnv.isMpWebAlipayPlus) return _onUserCaptureScreen.apply(void 0, rest);
|
|
1416
|
+
return notFound.apply(void 0, __spreadArray(['onUserCaptureScreen'], rest));
|
|
1565
1417
|
};
|
|
1566
1418
|
export var openBluetoothAdapter = function openBluetoothAdapter() {
|
|
1567
1419
|
var rest = [];
|
|
@@ -1570,13 +1422,10 @@ export var openBluetoothAdapter = function openBluetoothAdapter() {
|
|
|
1570
1422
|
rest[_i] = arguments[_i];
|
|
1571
1423
|
}
|
|
1572
1424
|
|
|
1573
|
-
if (appEnv.
|
|
1425
|
+
if (appEnv.isMpAlipayPlus) return _openBluetoothAdapter.apply(void 0, rest);
|
|
1574
1426
|
if (appEnv.isMpLazada) return _openBluetoothAdapter.apply(void 0, rest);
|
|
1575
|
-
if (appEnv.
|
|
1576
|
-
|
|
1577
|
-
if (appEnv.isMpWebIntl) return _openBluetoothAdapter.apply(void 0, rest);
|
|
1578
|
-
if (appEnv.isWebCn) return notFound.apply(void 0, __spreadArray(['openBluetoothAdapter'], rest));
|
|
1579
|
-
if (appEnv.isWebIntl) return notFound.apply(void 0, __spreadArray(['openBluetoothAdapter'], rest));
|
|
1427
|
+
if (appEnv.isMpWebAlipayPlus) return _openBluetoothAdapter.apply(void 0, rest);
|
|
1428
|
+
return notFound.apply(void 0, __spreadArray(['openBluetoothAdapter'], rest));
|
|
1580
1429
|
};
|
|
1581
1430
|
export var openDocument = function openDocument() {
|
|
1582
1431
|
var rest = [];
|
|
@@ -1585,13 +1434,12 @@ export var openDocument = function openDocument() {
|
|
|
1585
1434
|
rest[_i] = arguments[_i];
|
|
1586
1435
|
}
|
|
1587
1436
|
|
|
1588
|
-
if (appEnv.
|
|
1437
|
+
if (appEnv.isMpAlipayPlus) return _openDocument.apply(void 0, rest);
|
|
1589
1438
|
if (appEnv.isMpLazada) return _openDocument.apply(void 0, rest);
|
|
1590
|
-
if (appEnv.
|
|
1591
|
-
if (appEnv.
|
|
1592
|
-
if (appEnv.
|
|
1593
|
-
|
|
1594
|
-
if (appEnv.isWebIntl) return _openDocument.apply(void 0, rest);
|
|
1439
|
+
if (appEnv.isMpWebAlipayPlus) return _openDocument.apply(void 0, rest);
|
|
1440
|
+
if (appEnv.isWebAlipay) return _openDocument.apply(void 0, rest);
|
|
1441
|
+
if (appEnv.isWebAlipayPlus) return _openDocument.apply(void 0, rest);
|
|
1442
|
+
return notFound.apply(void 0, __spreadArray(['openDocument'], rest));
|
|
1595
1443
|
};
|
|
1596
1444
|
export var openSchemeWithBacking = function openSchemeWithBacking() {
|
|
1597
1445
|
var rest = [];
|
|
@@ -1600,13 +1448,11 @@ export var openSchemeWithBacking = function openSchemeWithBacking() {
|
|
|
1600
1448
|
rest[_i] = arguments[_i];
|
|
1601
1449
|
}
|
|
1602
1450
|
|
|
1603
|
-
if (appEnv.
|
|
1451
|
+
if (appEnv.isMpAlipayPlus) return _openSchemeWithBacking.apply(void 0, rest);
|
|
1604
1452
|
if (appEnv.isMpLazada) return _openSchemeWithBacking.apply(void 0, rest);
|
|
1605
|
-
if (appEnv.
|
|
1606
|
-
if (appEnv.
|
|
1607
|
-
|
|
1608
|
-
if (appEnv.isWebCn) return notFound.apply(void 0, __spreadArray(['openSchemeWithBacking'], rest));
|
|
1609
|
-
if (appEnv.isWebIntl) return _openSchemeWithBacking.apply(void 0, rest);
|
|
1453
|
+
if (appEnv.isMpWebAlipayPlus) return _openSchemeWithBacking.apply(void 0, rest);
|
|
1454
|
+
if (appEnv.isWebAlipayPlus) return _openSchemeWithBacking.apply(void 0, rest);
|
|
1455
|
+
return notFound.apply(void 0, __spreadArray(['openSchemeWithBacking'], rest));
|
|
1610
1456
|
};
|
|
1611
1457
|
export var openSetting = function openSetting() {
|
|
1612
1458
|
var rest = [];
|
|
@@ -1615,13 +1461,12 @@ export var openSetting = function openSetting() {
|
|
|
1615
1461
|
rest[_i] = arguments[_i];
|
|
1616
1462
|
}
|
|
1617
1463
|
|
|
1618
|
-
if (appEnv.
|
|
1464
|
+
if (appEnv.isMpAlipayPlus) return _openSetting.apply(void 0, rest);
|
|
1619
1465
|
if (appEnv.isMpLazada) return _openSetting.apply(void 0, rest);
|
|
1620
|
-
if (appEnv.
|
|
1621
|
-
if (appEnv.
|
|
1622
|
-
if (appEnv.
|
|
1623
|
-
|
|
1624
|
-
if (appEnv.isWebIntl) return _openSetting.apply(void 0, rest);
|
|
1466
|
+
if (appEnv.isMpWebAlipayPlus) return _openSetting.apply(void 0, rest);
|
|
1467
|
+
if (appEnv.isWebAlipay) return _openSetting.apply(void 0, rest);
|
|
1468
|
+
if (appEnv.isWebAlipayPlus) return _openSetting.apply(void 0, rest);
|
|
1469
|
+
return notFound.apply(void 0, __spreadArray(['openSetting'], rest));
|
|
1625
1470
|
};
|
|
1626
1471
|
export var pageScrollTo = function pageScrollTo() {
|
|
1627
1472
|
var rest = [];
|
|
@@ -1630,13 +1475,10 @@ export var pageScrollTo = function pageScrollTo() {
|
|
|
1630
1475
|
rest[_i] = arguments[_i];
|
|
1631
1476
|
}
|
|
1632
1477
|
|
|
1633
|
-
if (appEnv.
|
|
1478
|
+
if (appEnv.isMpAlipayPlus) return _pageScrollTo.apply(void 0, rest);
|
|
1634
1479
|
if (appEnv.isMpLazada) return _pageScrollTo.apply(void 0, rest);
|
|
1635
1480
|
if (appEnv.isMpTaobao) return _pageScrollTo.apply(void 0, rest);
|
|
1636
|
-
|
|
1637
|
-
if (appEnv.isMpWebIntl) return notFound.apply(void 0, __spreadArray(['pageScrollTo'], rest));
|
|
1638
|
-
if (appEnv.isWebCn) return notFound.apply(void 0, __spreadArray(['pageScrollTo'], rest));
|
|
1639
|
-
if (appEnv.isWebIntl) return notFound.apply(void 0, __spreadArray(['pageScrollTo'], rest));
|
|
1481
|
+
return notFound.apply(void 0, __spreadArray(['pageScrollTo'], rest));
|
|
1640
1482
|
};
|
|
1641
1483
|
export var paySignCenter = function paySignCenter() {
|
|
1642
1484
|
var rest = [];
|
|
@@ -1645,13 +1487,11 @@ export var paySignCenter = function paySignCenter() {
|
|
|
1645
1487
|
rest[_i] = arguments[_i];
|
|
1646
1488
|
}
|
|
1647
1489
|
|
|
1648
|
-
if (appEnv.
|
|
1490
|
+
if (appEnv.isMpAlipayPlus) return _paySignCenter.apply(void 0, rest);
|
|
1649
1491
|
if (appEnv.isMpLazada) return _paySignCenter.apply(void 0, rest);
|
|
1650
|
-
if (appEnv.
|
|
1651
|
-
if (appEnv.
|
|
1652
|
-
|
|
1653
|
-
if (appEnv.isWebCn) return notFound.apply(void 0, __spreadArray(['paySignCenter'], rest));
|
|
1654
|
-
if (appEnv.isWebIntl) return webIntlPaySignCenter.apply(void 0, rest);
|
|
1492
|
+
if (appEnv.isMpWebAlipayPlus) return _paySignCenter.apply(void 0, rest);
|
|
1493
|
+
if (appEnv.isWebAlipayPlus) return webAlipayPlusPaySignCenter.apply(void 0, rest);
|
|
1494
|
+
return notFound.apply(void 0, __spreadArray(['paySignCenter'], rest));
|
|
1655
1495
|
};
|
|
1656
1496
|
export var previewImage = function previewImage() {
|
|
1657
1497
|
var rest = [];
|
|
@@ -1660,13 +1500,13 @@ export var previewImage = function previewImage() {
|
|
|
1660
1500
|
rest[_i] = arguments[_i];
|
|
1661
1501
|
}
|
|
1662
1502
|
|
|
1663
|
-
if (appEnv.
|
|
1503
|
+
if (appEnv.isMpAlipayPlus) return _previewImage.apply(void 0, rest);
|
|
1664
1504
|
if (appEnv.isMpLazada) return _previewImage.apply(void 0, rest);
|
|
1665
|
-
if (appEnv.
|
|
1666
|
-
if (appEnv.
|
|
1667
|
-
if (appEnv.
|
|
1668
|
-
if (appEnv.
|
|
1669
|
-
|
|
1505
|
+
if (appEnv.isMpWebAlipay) return _previewImage.apply(void 0, rest);
|
|
1506
|
+
if (appEnv.isMpWebAlipayPlus) return _previewImage.apply(void 0, rest);
|
|
1507
|
+
if (appEnv.isWebAlipay) return webAlipayPreviewImage.apply(void 0, rest);
|
|
1508
|
+
if (appEnv.isWebAlipayPlus) return webAlipayPlusPreviewImage.apply(void 0, rest);
|
|
1509
|
+
return notFound.apply(void 0, __spreadArray(['previewImage'], rest));
|
|
1670
1510
|
};
|
|
1671
1511
|
export var prompt = function prompt() {
|
|
1672
1512
|
var rest = [];
|
|
@@ -1675,13 +1515,14 @@ export var prompt = function prompt() {
|
|
|
1675
1515
|
rest[_i] = arguments[_i];
|
|
1676
1516
|
}
|
|
1677
1517
|
|
|
1678
|
-
if (appEnv.
|
|
1518
|
+
if (appEnv.isMpAlipayPlus) return _prompt.apply(void 0, rest);
|
|
1679
1519
|
if (appEnv.isMpLazada) return _prompt.apply(void 0, rest);
|
|
1680
1520
|
if (appEnv.isMpTaobao) return _prompt.apply(void 0, rest);
|
|
1681
|
-
if (appEnv.
|
|
1682
|
-
if (appEnv.
|
|
1683
|
-
if (appEnv.
|
|
1684
|
-
if (appEnv.
|
|
1521
|
+
if (appEnv.isMpWebAlipay) return _prompt.apply(void 0, rest);
|
|
1522
|
+
if (appEnv.isMpWebAlipayPlus) return _prompt.apply(void 0, rest);
|
|
1523
|
+
if (appEnv.isWebAlipay) return _prompt.apply(void 0, rest);
|
|
1524
|
+
if (appEnv.isWebAlipayPlus) return _prompt.apply(void 0, rest);
|
|
1525
|
+
return notFound.apply(void 0, __spreadArray(['prompt'], rest));
|
|
1685
1526
|
};
|
|
1686
1527
|
export var readBLECharacteristicValue = function readBLECharacteristicValue() {
|
|
1687
1528
|
var rest = [];
|
|
@@ -1690,13 +1531,10 @@ export var readBLECharacteristicValue = function readBLECharacteristicValue() {
|
|
|
1690
1531
|
rest[_i] = arguments[_i];
|
|
1691
1532
|
}
|
|
1692
1533
|
|
|
1693
|
-
if (appEnv.
|
|
1534
|
+
if (appEnv.isMpAlipayPlus) return _readBLECharacteristicValue.apply(void 0, rest);
|
|
1694
1535
|
if (appEnv.isMpLazada) return _readBLECharacteristicValue.apply(void 0, rest);
|
|
1695
|
-
if (appEnv.
|
|
1696
|
-
|
|
1697
|
-
if (appEnv.isMpWebIntl) return _readBLECharacteristicValue.apply(void 0, rest);
|
|
1698
|
-
if (appEnv.isWebCn) return notFound.apply(void 0, __spreadArray(['readBLECharacteristicValue'], rest));
|
|
1699
|
-
if (appEnv.isWebIntl) return notFound.apply(void 0, __spreadArray(['readBLECharacteristicValue'], rest));
|
|
1536
|
+
if (appEnv.isMpWebAlipayPlus) return _readBLECharacteristicValue.apply(void 0, rest);
|
|
1537
|
+
return notFound.apply(void 0, __spreadArray(['readBLECharacteristicValue'], rest));
|
|
1700
1538
|
};
|
|
1701
1539
|
export var redirectTo = function redirectTo() {
|
|
1702
1540
|
var rest = [];
|
|
@@ -1705,13 +1543,10 @@ export var redirectTo = function redirectTo() {
|
|
|
1705
1543
|
rest[_i] = arguments[_i];
|
|
1706
1544
|
}
|
|
1707
1545
|
|
|
1708
|
-
if (appEnv.
|
|
1546
|
+
if (appEnv.isMpAlipayPlus) return _redirectTo.apply(void 0, rest);
|
|
1709
1547
|
if (appEnv.isMpLazada) return _redirectTo.apply(void 0, rest);
|
|
1710
1548
|
if (appEnv.isMpTaobao) return _redirectTo.apply(void 0, rest);
|
|
1711
|
-
|
|
1712
|
-
if (appEnv.isMpWebIntl) return notFound.apply(void 0, __spreadArray(['redirectTo'], rest));
|
|
1713
|
-
if (appEnv.isWebCn) return notFound.apply(void 0, __spreadArray(['redirectTo'], rest));
|
|
1714
|
-
if (appEnv.isWebIntl) return notFound.apply(void 0, __spreadArray(['redirectTo'], rest));
|
|
1549
|
+
return notFound.apply(void 0, __spreadArray(['redirectTo'], rest));
|
|
1715
1550
|
};
|
|
1716
1551
|
export var regionFetchAllApps = function regionFetchAllApps() {
|
|
1717
1552
|
var rest = [];
|
|
@@ -1720,13 +1555,11 @@ export var regionFetchAllApps = function regionFetchAllApps() {
|
|
|
1720
1555
|
rest[_i] = arguments[_i];
|
|
1721
1556
|
}
|
|
1722
1557
|
|
|
1723
|
-
if (appEnv.
|
|
1558
|
+
if (appEnv.isMpAlipayPlus) return _regionFetchAllApps.apply(void 0, rest);
|
|
1724
1559
|
if (appEnv.isMpLazada) return _regionFetchAllApps.apply(void 0, rest);
|
|
1725
|
-
if (appEnv.
|
|
1726
|
-
if (appEnv.
|
|
1727
|
-
|
|
1728
|
-
if (appEnv.isWebCn) return notFound.apply(void 0, __spreadArray(['regionFetchAllApps'], rest));
|
|
1729
|
-
if (appEnv.isWebIntl) return _regionFetchAllApps.apply(void 0, rest);
|
|
1560
|
+
if (appEnv.isMpWebAlipayPlus) return _regionFetchAllApps.apply(void 0, rest);
|
|
1561
|
+
if (appEnv.isWebAlipayPlus) return _regionFetchAllApps.apply(void 0, rest);
|
|
1562
|
+
return notFound.apply(void 0, __spreadArray(['regionFetchAllApps'], rest));
|
|
1730
1563
|
};
|
|
1731
1564
|
export var regionSearchAppsByKeywords = function regionSearchAppsByKeywords() {
|
|
1732
1565
|
var rest = [];
|
|
@@ -1735,13 +1568,11 @@ export var regionSearchAppsByKeywords = function regionSearchAppsByKeywords() {
|
|
|
1735
1568
|
rest[_i] = arguments[_i];
|
|
1736
1569
|
}
|
|
1737
1570
|
|
|
1738
|
-
if (appEnv.
|
|
1571
|
+
if (appEnv.isMpAlipayPlus) return _regionSearchAppsByKeywords.apply(void 0, rest);
|
|
1739
1572
|
if (appEnv.isMpLazada) return _regionSearchAppsByKeywords.apply(void 0, rest);
|
|
1740
|
-
if (appEnv.
|
|
1741
|
-
if (appEnv.
|
|
1742
|
-
|
|
1743
|
-
if (appEnv.isWebCn) return notFound.apply(void 0, __spreadArray(['regionSearchAppsByKeywords'], rest));
|
|
1744
|
-
if (appEnv.isWebIntl) return _regionSearchAppsByKeywords.apply(void 0, rest);
|
|
1573
|
+
if (appEnv.isMpWebAlipayPlus) return _regionSearchAppsByKeywords.apply(void 0, rest);
|
|
1574
|
+
if (appEnv.isWebAlipayPlus) return _regionSearchAppsByKeywords.apply(void 0, rest);
|
|
1575
|
+
return notFound.apply(void 0, __spreadArray(['regionSearchAppsByKeywords'], rest));
|
|
1745
1576
|
};
|
|
1746
1577
|
export var reLaunch = function reLaunch() {
|
|
1747
1578
|
var rest = [];
|
|
@@ -1750,13 +1581,10 @@ export var reLaunch = function reLaunch() {
|
|
|
1750
1581
|
rest[_i] = arguments[_i];
|
|
1751
1582
|
}
|
|
1752
1583
|
|
|
1753
|
-
if (appEnv.
|
|
1584
|
+
if (appEnv.isMpAlipayPlus) return _reLaunch.apply(void 0, rest);
|
|
1754
1585
|
if (appEnv.isMpLazada) return _reLaunch.apply(void 0, rest);
|
|
1755
1586
|
if (appEnv.isMpTaobao) return _reLaunch.apply(void 0, rest);
|
|
1756
|
-
|
|
1757
|
-
if (appEnv.isMpWebIntl) return notFound.apply(void 0, __spreadArray(['reLaunch'], rest));
|
|
1758
|
-
if (appEnv.isWebCn) return notFound.apply(void 0, __spreadArray(['reLaunch'], rest));
|
|
1759
|
-
if (appEnv.isWebIntl) return notFound.apply(void 0, __spreadArray(['reLaunch'], rest));
|
|
1587
|
+
return notFound.apply(void 0, __spreadArray(['reLaunch'], rest));
|
|
1760
1588
|
};
|
|
1761
1589
|
export var removeSavedFile = function removeSavedFile() {
|
|
1762
1590
|
var rest = [];
|
|
@@ -1765,13 +1593,12 @@ export var removeSavedFile = function removeSavedFile() {
|
|
|
1765
1593
|
rest[_i] = arguments[_i];
|
|
1766
1594
|
}
|
|
1767
1595
|
|
|
1768
|
-
if (appEnv.
|
|
1596
|
+
if (appEnv.isMpAlipayPlus) return _removeSavedFile.apply(void 0, rest);
|
|
1769
1597
|
if (appEnv.isMpLazada) return _removeSavedFile.apply(void 0, rest);
|
|
1770
|
-
if (appEnv.
|
|
1771
|
-
if (appEnv.
|
|
1772
|
-
if (appEnv.
|
|
1773
|
-
|
|
1774
|
-
if (appEnv.isWebIntl) return _removeSavedFile.apply(void 0, rest);
|
|
1598
|
+
if (appEnv.isMpWebAlipayPlus) return _removeSavedFile.apply(void 0, rest);
|
|
1599
|
+
if (appEnv.isWebAlipay) return _removeSavedFile.apply(void 0, rest);
|
|
1600
|
+
if (appEnv.isWebAlipayPlus) return _removeSavedFile.apply(void 0, rest);
|
|
1601
|
+
return notFound.apply(void 0, __spreadArray(['removeSavedFile'], rest));
|
|
1775
1602
|
};
|
|
1776
1603
|
export var removeStorage = function removeStorage() {
|
|
1777
1604
|
var rest = [];
|
|
@@ -1780,13 +1607,14 @@ export var removeStorage = function removeStorage() {
|
|
|
1780
1607
|
rest[_i] = arguments[_i];
|
|
1781
1608
|
}
|
|
1782
1609
|
|
|
1783
|
-
if (appEnv.
|
|
1610
|
+
if (appEnv.isMpAlipayPlus) return _removeStorage.apply(void 0, rest);
|
|
1784
1611
|
if (appEnv.isMpLazada) return _removeStorage.apply(void 0, rest);
|
|
1785
1612
|
if (appEnv.isMpTaobao) return _removeStorage.apply(void 0, rest);
|
|
1786
|
-
if (appEnv.
|
|
1787
|
-
if (appEnv.
|
|
1788
|
-
if (appEnv.
|
|
1789
|
-
if (appEnv.
|
|
1613
|
+
if (appEnv.isMpWebAlipay) return _removeStorage.apply(void 0, rest);
|
|
1614
|
+
if (appEnv.isMpWebAlipayPlus) return _removeStorage.apply(void 0, rest);
|
|
1615
|
+
if (appEnv.isWebAlipay) return webAlipayRemoveStorage.apply(void 0, rest);
|
|
1616
|
+
if (appEnv.isWebAlipayPlus) return webAlipayPlusRemoveStorage.apply(void 0, rest);
|
|
1617
|
+
return notFound.apply(void 0, __spreadArray(['removeStorage'], rest));
|
|
1790
1618
|
};
|
|
1791
1619
|
export var removeStorageSync = function removeStorageSync() {
|
|
1792
1620
|
var rest = [];
|
|
@@ -1795,13 +1623,10 @@ export var removeStorageSync = function removeStorageSync() {
|
|
|
1795
1623
|
rest[_i] = arguments[_i];
|
|
1796
1624
|
}
|
|
1797
1625
|
|
|
1798
|
-
if (appEnv.
|
|
1626
|
+
if (appEnv.isMpAlipayPlus) return _removeStorageSync.apply(void 0, rest);
|
|
1799
1627
|
if (appEnv.isMpLazada) return _removeStorageSync.apply(void 0, rest);
|
|
1800
1628
|
if (appEnv.isMpTaobao) return _removeStorageSync.apply(void 0, rest);
|
|
1801
|
-
|
|
1802
|
-
if (appEnv.isMpWebIntl) return notFound.apply(void 0, __spreadArray(['removeStorageSync'], rest));
|
|
1803
|
-
if (appEnv.isWebCn) return notFound.apply(void 0, __spreadArray(['removeStorageSync'], rest));
|
|
1804
|
-
if (appEnv.isWebIntl) return notFound.apply(void 0, __spreadArray(['removeStorageSync'], rest));
|
|
1629
|
+
return notFound.apply(void 0, __spreadArray(['removeStorageSync'], rest));
|
|
1805
1630
|
};
|
|
1806
1631
|
export var request = function request() {
|
|
1807
1632
|
var rest = [];
|
|
@@ -1810,13 +1635,15 @@ export var request = function request() {
|
|
|
1810
1635
|
rest[_i] = arguments[_i];
|
|
1811
1636
|
}
|
|
1812
1637
|
|
|
1813
|
-
if (appEnv.
|
|
1638
|
+
if (appEnv.isMpAlipayPlus) return _request.apply(void 0, rest);
|
|
1814
1639
|
if (appEnv.isMpLazada) return _request.apply(void 0, rest);
|
|
1815
1640
|
if (appEnv.isMpTaobao) return _request.apply(void 0, rest);
|
|
1816
|
-
if (appEnv.
|
|
1817
|
-
if (appEnv.
|
|
1818
|
-
if (appEnv.
|
|
1819
|
-
if (appEnv.
|
|
1641
|
+
if (appEnv.isMpWebAlipay) return _request.apply(void 0, rest);
|
|
1642
|
+
if (appEnv.isMpWebAlipayPlus) return _request.apply(void 0, rest);
|
|
1643
|
+
if (appEnv.isWebAlipay) return webAlipayRequest.apply(void 0, rest);
|
|
1644
|
+
if (appEnv.isWebAlipayPlus) return webAlipayPlusRequest.apply(void 0, rest);
|
|
1645
|
+
if (appEnv.isWebH5) return webH5Request.apply(void 0, rest);
|
|
1646
|
+
return notFound.apply(void 0, __spreadArray(['request'], rest));
|
|
1820
1647
|
};
|
|
1821
1648
|
export var rpc = function rpc() {
|
|
1822
1649
|
var rest = [];
|
|
@@ -1825,13 +1652,14 @@ export var rpc = function rpc() {
|
|
|
1825
1652
|
rest[_i] = arguments[_i];
|
|
1826
1653
|
}
|
|
1827
1654
|
|
|
1828
|
-
if (appEnv.
|
|
1655
|
+
if (appEnv.isMpAlipay) return _rpc.apply(void 0, rest);
|
|
1656
|
+
if (appEnv.isMpAlipayPlus) return _rpc.apply(void 0, rest);
|
|
1829
1657
|
if (appEnv.isMpLazada) return _rpc.apply(void 0, rest);
|
|
1830
|
-
if (appEnv.
|
|
1831
|
-
if (appEnv.
|
|
1832
|
-
if (appEnv.
|
|
1833
|
-
if (appEnv.
|
|
1834
|
-
|
|
1658
|
+
if (appEnv.isMpWebAlipay) return _rpc.apply(void 0, rest);
|
|
1659
|
+
if (appEnv.isMpWebAlipayPlus) return _rpc.apply(void 0, rest);
|
|
1660
|
+
if (appEnv.isWebAlipay) return _rpc.apply(void 0, rest);
|
|
1661
|
+
if (appEnv.isWebAlipayPlus) return _rpc.apply(void 0, rest);
|
|
1662
|
+
return notFound.apply(void 0, __spreadArray(['rpc'], rest));
|
|
1835
1663
|
};
|
|
1836
1664
|
export var saveFile = function saveFile() {
|
|
1837
1665
|
var rest = [];
|
|
@@ -1840,13 +1668,12 @@ export var saveFile = function saveFile() {
|
|
|
1840
1668
|
rest[_i] = arguments[_i];
|
|
1841
1669
|
}
|
|
1842
1670
|
|
|
1843
|
-
if (appEnv.
|
|
1671
|
+
if (appEnv.isMpAlipayPlus) return _saveFile.apply(void 0, rest);
|
|
1844
1672
|
if (appEnv.isMpLazada) return _saveFile.apply(void 0, rest);
|
|
1845
|
-
if (appEnv.
|
|
1846
|
-
if (appEnv.
|
|
1847
|
-
if (appEnv.
|
|
1848
|
-
|
|
1849
|
-
if (appEnv.isWebIntl) return _saveFile.apply(void 0, rest);
|
|
1673
|
+
if (appEnv.isMpWebAlipayPlus) return _saveFile.apply(void 0, rest);
|
|
1674
|
+
if (appEnv.isWebAlipay) return _saveFile.apply(void 0, rest);
|
|
1675
|
+
if (appEnv.isWebAlipayPlus) return _saveFile.apply(void 0, rest);
|
|
1676
|
+
return notFound.apply(void 0, __spreadArray(['saveFile'], rest));
|
|
1850
1677
|
};
|
|
1851
1678
|
export var saveImage = function saveImage() {
|
|
1852
1679
|
var rest = [];
|
|
@@ -1855,13 +1682,13 @@ export var saveImage = function saveImage() {
|
|
|
1855
1682
|
rest[_i] = arguments[_i];
|
|
1856
1683
|
}
|
|
1857
1684
|
|
|
1858
|
-
if (appEnv.
|
|
1685
|
+
if (appEnv.isMpAlipayPlus) return _saveImage.apply(void 0, rest);
|
|
1859
1686
|
if (appEnv.isMpLazada) return _saveImage.apply(void 0, rest);
|
|
1860
|
-
if (appEnv.
|
|
1861
|
-
if (appEnv.
|
|
1862
|
-
if (appEnv.
|
|
1863
|
-
if (appEnv.
|
|
1864
|
-
|
|
1687
|
+
if (appEnv.isMpWebAlipay) return _saveImage.apply(void 0, rest);
|
|
1688
|
+
if (appEnv.isMpWebAlipayPlus) return _saveImage.apply(void 0, rest);
|
|
1689
|
+
if (appEnv.isWebAlipay) return webAlipaySaveImage.apply(void 0, rest);
|
|
1690
|
+
if (appEnv.isWebAlipayPlus) return webAlipayPlusSaveImage.apply(void 0, rest);
|
|
1691
|
+
return notFound.apply(void 0, __spreadArray(['saveImage'], rest));
|
|
1865
1692
|
};
|
|
1866
1693
|
export var scan = function scan() {
|
|
1867
1694
|
var rest = [];
|
|
@@ -1870,13 +1697,14 @@ export var scan = function scan() {
|
|
|
1870
1697
|
rest[_i] = arguments[_i];
|
|
1871
1698
|
}
|
|
1872
1699
|
|
|
1873
|
-
if (appEnv.
|
|
1700
|
+
if (appEnv.isMpAlipayPlus) return _scan.apply(void 0, rest);
|
|
1874
1701
|
if (appEnv.isMpLazada) return _scan.apply(void 0, rest);
|
|
1875
1702
|
if (appEnv.isMpTaobao) return _scan.apply(void 0, rest);
|
|
1876
|
-
if (appEnv.
|
|
1877
|
-
if (appEnv.
|
|
1878
|
-
if (appEnv.
|
|
1879
|
-
if (appEnv.
|
|
1703
|
+
if (appEnv.isMpWebAlipay) return _scan.apply(void 0, rest);
|
|
1704
|
+
if (appEnv.isMpWebAlipayPlus) return _scan.apply(void 0, rest);
|
|
1705
|
+
if (appEnv.isWebAlipay) return _scan.apply(void 0, rest);
|
|
1706
|
+
if (appEnv.isWebAlipayPlus) return _scan.apply(void 0, rest);
|
|
1707
|
+
return notFound.apply(void 0, __spreadArray(['scan'], rest));
|
|
1880
1708
|
};
|
|
1881
1709
|
export var sendSocketMessage = function sendSocketMessage() {
|
|
1882
1710
|
var rest = [];
|
|
@@ -1885,13 +1713,10 @@ export var sendSocketMessage = function sendSocketMessage() {
|
|
|
1885
1713
|
rest[_i] = arguments[_i];
|
|
1886
1714
|
}
|
|
1887
1715
|
|
|
1888
|
-
if (appEnv.
|
|
1716
|
+
if (appEnv.isMpAlipayPlus) return _sendSocketMessage.apply(void 0, rest);
|
|
1889
1717
|
if (appEnv.isMpLazada) return _sendSocketMessage.apply(void 0, rest);
|
|
1890
|
-
if (appEnv.
|
|
1891
|
-
|
|
1892
|
-
if (appEnv.isMpWebIntl) return _sendSocketMessage.apply(void 0, rest);
|
|
1893
|
-
if (appEnv.isWebCn) return notFound.apply(void 0, __spreadArray(['sendSocketMessage'], rest));
|
|
1894
|
-
if (appEnv.isWebIntl) return notFound.apply(void 0, __spreadArray(['sendSocketMessage'], rest));
|
|
1718
|
+
if (appEnv.isMpWebAlipayPlus) return _sendSocketMessage.apply(void 0, rest);
|
|
1719
|
+
return notFound.apply(void 0, __spreadArray(['sendSocketMessage'], rest));
|
|
1895
1720
|
};
|
|
1896
1721
|
export var setBackgroundColor = function setBackgroundColor() {
|
|
1897
1722
|
var rest = [];
|
|
@@ -1900,13 +1725,10 @@ export var setBackgroundColor = function setBackgroundColor() {
|
|
|
1900
1725
|
rest[_i] = arguments[_i];
|
|
1901
1726
|
}
|
|
1902
1727
|
|
|
1903
|
-
if (appEnv.
|
|
1728
|
+
if (appEnv.isMpAlipayPlus) return _setBackgroundColor.apply(void 0, rest);
|
|
1904
1729
|
if (appEnv.isMpLazada) return _setBackgroundColor.apply(void 0, rest);
|
|
1905
1730
|
if (appEnv.isMpTaobao) return _setBackgroundColor.apply(void 0, rest);
|
|
1906
|
-
|
|
1907
|
-
if (appEnv.isMpWebIntl) return notFound.apply(void 0, __spreadArray(['setBackgroundColor'], rest));
|
|
1908
|
-
if (appEnv.isWebCn) return notFound.apply(void 0, __spreadArray(['setBackgroundColor'], rest));
|
|
1909
|
-
if (appEnv.isWebIntl) return notFound.apply(void 0, __spreadArray(['setBackgroundColor'], rest));
|
|
1731
|
+
return notFound.apply(void 0, __spreadArray(['setBackgroundColor'], rest));
|
|
1910
1732
|
};
|
|
1911
1733
|
export var setCanPullDown = function setCanPullDown() {
|
|
1912
1734
|
var rest = [];
|
|
@@ -1915,13 +1737,10 @@ export var setCanPullDown = function setCanPullDown() {
|
|
|
1915
1737
|
rest[_i] = arguments[_i];
|
|
1916
1738
|
}
|
|
1917
1739
|
|
|
1918
|
-
if (appEnv.
|
|
1740
|
+
if (appEnv.isMpAlipayPlus) return _setCanPullDown.apply(void 0, rest);
|
|
1919
1741
|
if (appEnv.isMpLazada) return _setCanPullDown.apply(void 0, rest);
|
|
1920
1742
|
if (appEnv.isMpTaobao) return _setCanPullDown.apply(void 0, rest);
|
|
1921
|
-
|
|
1922
|
-
if (appEnv.isMpWebIntl) return notFound.apply(void 0, __spreadArray(['setCanPullDown'], rest));
|
|
1923
|
-
if (appEnv.isWebCn) return notFound.apply(void 0, __spreadArray(['setCanPullDown'], rest));
|
|
1924
|
-
if (appEnv.isWebIntl) return notFound.apply(void 0, __spreadArray(['setCanPullDown'], rest));
|
|
1743
|
+
return notFound.apply(void 0, __spreadArray(['setCanPullDown'], rest));
|
|
1925
1744
|
};
|
|
1926
1745
|
export var setClipboard = function setClipboard() {
|
|
1927
1746
|
var rest = [];
|
|
@@ -1930,13 +1749,14 @@ export var setClipboard = function setClipboard() {
|
|
|
1930
1749
|
rest[_i] = arguments[_i];
|
|
1931
1750
|
}
|
|
1932
1751
|
|
|
1933
|
-
if (appEnv.
|
|
1752
|
+
if (appEnv.isMpAlipayPlus) return _setClipboard.apply(void 0, rest);
|
|
1934
1753
|
if (appEnv.isMpLazada) return _setClipboard.apply(void 0, rest);
|
|
1935
1754
|
if (appEnv.isMpTaobao) return _setClipboard.apply(void 0, rest);
|
|
1936
|
-
if (appEnv.
|
|
1937
|
-
if (appEnv.
|
|
1938
|
-
if (appEnv.
|
|
1939
|
-
if (appEnv.
|
|
1755
|
+
if (appEnv.isMpWebAlipay) return _setClipboard.apply(void 0, rest);
|
|
1756
|
+
if (appEnv.isMpWebAlipayPlus) return _setClipboard.apply(void 0, rest);
|
|
1757
|
+
if (appEnv.isWebAlipay) return _setClipboard.apply(void 0, rest);
|
|
1758
|
+
if (appEnv.isWebAlipayPlus) return _setClipboard.apply(void 0, rest);
|
|
1759
|
+
return notFound.apply(void 0, __spreadArray(['setClipboard'], rest));
|
|
1940
1760
|
};
|
|
1941
1761
|
export var setKeepScreenOn = function setKeepScreenOn() {
|
|
1942
1762
|
var rest = [];
|
|
@@ -1945,13 +1765,12 @@ export var setKeepScreenOn = function setKeepScreenOn() {
|
|
|
1945
1765
|
rest[_i] = arguments[_i];
|
|
1946
1766
|
}
|
|
1947
1767
|
|
|
1948
|
-
if (appEnv.
|
|
1768
|
+
if (appEnv.isMpAlipayPlus) return _setKeepScreenOn.apply(void 0, rest);
|
|
1949
1769
|
if (appEnv.isMpLazada) return _setKeepScreenOn.apply(void 0, rest);
|
|
1950
|
-
if (appEnv.
|
|
1951
|
-
if (appEnv.
|
|
1952
|
-
if (appEnv.
|
|
1953
|
-
|
|
1954
|
-
if (appEnv.isWebIntl) return webIntlSetKeepScreenOn.apply(void 0, rest);
|
|
1770
|
+
if (appEnv.isMpWebAlipayPlus) return _setKeepScreenOn.apply(void 0, rest);
|
|
1771
|
+
if (appEnv.isWebAlipay) return webAlipaySetKeepScreenOn.apply(void 0, rest);
|
|
1772
|
+
if (appEnv.isWebAlipayPlus) return webAlipayPlusSetKeepScreenOn.apply(void 0, rest);
|
|
1773
|
+
return notFound.apply(void 0, __spreadArray(['setKeepScreenOn'], rest));
|
|
1955
1774
|
};
|
|
1956
1775
|
export var setNavigationBar = function setNavigationBar() {
|
|
1957
1776
|
var rest = [];
|
|
@@ -1960,13 +1779,14 @@ export var setNavigationBar = function setNavigationBar() {
|
|
|
1960
1779
|
rest[_i] = arguments[_i];
|
|
1961
1780
|
}
|
|
1962
1781
|
|
|
1963
|
-
if (appEnv.
|
|
1782
|
+
if (appEnv.isMpAlipayPlus) return _setNavigationBar.apply(void 0, rest);
|
|
1964
1783
|
if (appEnv.isMpLazada) return _setNavigationBar.apply(void 0, rest);
|
|
1965
1784
|
if (appEnv.isMpTaobao) return _setNavigationBar.apply(void 0, rest);
|
|
1966
|
-
if (appEnv.
|
|
1967
|
-
if (appEnv.
|
|
1968
|
-
if (appEnv.
|
|
1969
|
-
if (appEnv.
|
|
1785
|
+
if (appEnv.isMpWebAlipay) return _setNavigationBar.apply(void 0, rest);
|
|
1786
|
+
if (appEnv.isMpWebAlipayPlus) return _setNavigationBar.apply(void 0, rest);
|
|
1787
|
+
if (appEnv.isWebAlipay) return webAlipaySetNavigationBar.apply(void 0, rest);
|
|
1788
|
+
if (appEnv.isWebAlipayPlus) return webAlipayPlusSetNavigationBar.apply(void 0, rest);
|
|
1789
|
+
return notFound.apply(void 0, __spreadArray(['setNavigationBar'], rest));
|
|
1970
1790
|
};
|
|
1971
1791
|
export var setOptionMenu = function setOptionMenu() {
|
|
1972
1792
|
var rest = [];
|
|
@@ -1975,13 +1795,13 @@ export var setOptionMenu = function setOptionMenu() {
|
|
|
1975
1795
|
rest[_i] = arguments[_i];
|
|
1976
1796
|
}
|
|
1977
1797
|
|
|
1978
|
-
if (appEnv.
|
|
1798
|
+
if (appEnv.isMpAlipayPlus) return _setOptionMenu.apply(void 0, rest);
|
|
1979
1799
|
if (appEnv.isMpLazada) return _setOptionMenu.apply(void 0, rest);
|
|
1980
|
-
if (appEnv.
|
|
1981
|
-
if (appEnv.
|
|
1982
|
-
if (appEnv.
|
|
1983
|
-
if (appEnv.
|
|
1984
|
-
|
|
1800
|
+
if (appEnv.isMpWebAlipay) return _setOptionMenu.apply(void 0, rest);
|
|
1801
|
+
if (appEnv.isMpWebAlipayPlus) return _setOptionMenu.apply(void 0, rest);
|
|
1802
|
+
if (appEnv.isWebAlipay) return webAlipaySetOptionMenu.apply(void 0, rest);
|
|
1803
|
+
if (appEnv.isWebAlipayPlus) return webAlipayPlusSetOptionMenu.apply(void 0, rest);
|
|
1804
|
+
return notFound.apply(void 0, __spreadArray(['setOptionMenu'], rest));
|
|
1985
1805
|
};
|
|
1986
1806
|
export var setScreenBrightness = function setScreenBrightness() {
|
|
1987
1807
|
var rest = [];
|
|
@@ -1990,13 +1810,12 @@ export var setScreenBrightness = function setScreenBrightness() {
|
|
|
1990
1810
|
rest[_i] = arguments[_i];
|
|
1991
1811
|
}
|
|
1992
1812
|
|
|
1993
|
-
if (appEnv.
|
|
1813
|
+
if (appEnv.isMpAlipayPlus) return _setScreenBrightness.apply(void 0, rest);
|
|
1994
1814
|
if (appEnv.isMpLazada) return _setScreenBrightness.apply(void 0, rest);
|
|
1995
|
-
if (appEnv.
|
|
1996
|
-
if (appEnv.
|
|
1997
|
-
if (appEnv.
|
|
1998
|
-
|
|
1999
|
-
if (appEnv.isWebIntl) return _setScreenBrightness.apply(void 0, rest);
|
|
1815
|
+
if (appEnv.isMpWebAlipayPlus) return _setScreenBrightness.apply(void 0, rest);
|
|
1816
|
+
if (appEnv.isWebAlipay) return _setScreenBrightness.apply(void 0, rest);
|
|
1817
|
+
if (appEnv.isWebAlipayPlus) return _setScreenBrightness.apply(void 0, rest);
|
|
1818
|
+
return notFound.apply(void 0, __spreadArray(['setScreenBrightness'], rest));
|
|
2000
1819
|
};
|
|
2001
1820
|
export var setStorage = function setStorage() {
|
|
2002
1821
|
var rest = [];
|
|
@@ -2005,13 +1824,14 @@ export var setStorage = function setStorage() {
|
|
|
2005
1824
|
rest[_i] = arguments[_i];
|
|
2006
1825
|
}
|
|
2007
1826
|
|
|
2008
|
-
if (appEnv.
|
|
1827
|
+
if (appEnv.isMpAlipayPlus) return _setStorage.apply(void 0, rest);
|
|
2009
1828
|
if (appEnv.isMpLazada) return _setStorage.apply(void 0, rest);
|
|
2010
1829
|
if (appEnv.isMpTaobao) return _setStorage.apply(void 0, rest);
|
|
2011
|
-
if (appEnv.
|
|
2012
|
-
if (appEnv.
|
|
2013
|
-
if (appEnv.
|
|
2014
|
-
if (appEnv.
|
|
1830
|
+
if (appEnv.isMpWebAlipay) return _setStorage.apply(void 0, rest);
|
|
1831
|
+
if (appEnv.isMpWebAlipayPlus) return _setStorage.apply(void 0, rest);
|
|
1832
|
+
if (appEnv.isWebAlipay) return webAlipaySetStorage.apply(void 0, rest);
|
|
1833
|
+
if (appEnv.isWebAlipayPlus) return webAlipayPlusSetStorage.apply(void 0, rest);
|
|
1834
|
+
return notFound.apply(void 0, __spreadArray(['setStorage'], rest));
|
|
2015
1835
|
};
|
|
2016
1836
|
export var setStorageSync = function setStorageSync() {
|
|
2017
1837
|
var rest = [];
|
|
@@ -2020,13 +1840,10 @@ export var setStorageSync = function setStorageSync() {
|
|
|
2020
1840
|
rest[_i] = arguments[_i];
|
|
2021
1841
|
}
|
|
2022
1842
|
|
|
2023
|
-
if (appEnv.
|
|
1843
|
+
if (appEnv.isMpAlipayPlus) return _setStorageSync.apply(void 0, rest);
|
|
2024
1844
|
if (appEnv.isMpLazada) return _setStorageSync.apply(void 0, rest);
|
|
2025
1845
|
if (appEnv.isMpTaobao) return _setStorageSync.apply(void 0, rest);
|
|
2026
|
-
|
|
2027
|
-
if (appEnv.isMpWebIntl) return notFound.apply(void 0, __spreadArray(['setStorageSync'], rest));
|
|
2028
|
-
if (appEnv.isWebCn) return notFound.apply(void 0, __spreadArray(['setStorageSync'], rest));
|
|
2029
|
-
if (appEnv.isWebIntl) return notFound.apply(void 0, __spreadArray(['setStorageSync'], rest));
|
|
1846
|
+
return notFound.apply(void 0, __spreadArray(['setStorageSync'], rest));
|
|
2030
1847
|
};
|
|
2031
1848
|
export var setTabBarStyle = function setTabBarStyle() {
|
|
2032
1849
|
var rest = [];
|
|
@@ -2035,13 +1852,11 @@ export var setTabBarStyle = function setTabBarStyle() {
|
|
|
2035
1852
|
rest[_i] = arguments[_i];
|
|
2036
1853
|
}
|
|
2037
1854
|
|
|
2038
|
-
if (appEnv.
|
|
1855
|
+
if (appEnv.isMpAlipayPlus) return _setTabBarStyle.apply(void 0, rest);
|
|
2039
1856
|
if (appEnv.isMpLazada) return _setTabBarStyle.apply(void 0, rest);
|
|
2040
1857
|
if (appEnv.isMpTaobao) return _setTabBarStyle.apply(void 0, rest);
|
|
2041
|
-
if (appEnv.
|
|
2042
|
-
|
|
2043
|
-
if (appEnv.isWebCn) return notFound.apply(void 0, __spreadArray(['setTabBarStyle'], rest));
|
|
2044
|
-
if (appEnv.isWebIntl) return notFound.apply(void 0, __spreadArray(['setTabBarStyle'], rest));
|
|
1858
|
+
if (appEnv.isMpWebAlipayPlus) return _setTabBarStyle.apply(void 0, rest);
|
|
1859
|
+
return notFound.apply(void 0, __spreadArray(['setTabBarStyle'], rest));
|
|
2045
1860
|
};
|
|
2046
1861
|
export var showActionSheet = function showActionSheet() {
|
|
2047
1862
|
var rest = [];
|
|
@@ -2050,13 +1865,13 @@ export var showActionSheet = function showActionSheet() {
|
|
|
2050
1865
|
rest[_i] = arguments[_i];
|
|
2051
1866
|
}
|
|
2052
1867
|
|
|
2053
|
-
if (appEnv.
|
|
1868
|
+
if (appEnv.isMpAlipayPlus) return _showActionSheet.apply(void 0, rest);
|
|
2054
1869
|
if (appEnv.isMpLazada) return _showActionSheet.apply(void 0, rest);
|
|
2055
1870
|
if (appEnv.isMpTaobao) return _showActionSheet.apply(void 0, rest);
|
|
2056
|
-
if (appEnv.
|
|
2057
|
-
if (appEnv.
|
|
2058
|
-
if (appEnv.
|
|
2059
|
-
|
|
1871
|
+
if (appEnv.isMpWebAlipayPlus) return _showActionSheet.apply(void 0, rest);
|
|
1872
|
+
if (appEnv.isWebAlipay) return webAlipayShowActionSheet.apply(void 0, rest);
|
|
1873
|
+
if (appEnv.isWebAlipayPlus) return webAlipayPlusShowActionSheet.apply(void 0, rest);
|
|
1874
|
+
return notFound.apply(void 0, __spreadArray(['showActionSheet'], rest));
|
|
2060
1875
|
};
|
|
2061
1876
|
export var showAuthGuide = function showAuthGuide() {
|
|
2062
1877
|
var rest = [];
|
|
@@ -2065,13 +1880,14 @@ export var showAuthGuide = function showAuthGuide() {
|
|
|
2065
1880
|
rest[_i] = arguments[_i];
|
|
2066
1881
|
}
|
|
2067
1882
|
|
|
2068
|
-
if (appEnv.
|
|
1883
|
+
if (appEnv.isMpAlipayPlus) return _showAuthGuide.apply(void 0, rest);
|
|
2069
1884
|
if (appEnv.isMpLazada) return _showAuthGuide.apply(void 0, rest);
|
|
2070
1885
|
if (appEnv.isMpTaobao) return _showAuthGuide.apply(void 0, rest);
|
|
2071
|
-
if (appEnv.
|
|
2072
|
-
if (appEnv.
|
|
2073
|
-
if (appEnv.
|
|
2074
|
-
if (appEnv.
|
|
1886
|
+
if (appEnv.isMpWebAlipay) return _showAuthGuide.apply(void 0, rest);
|
|
1887
|
+
if (appEnv.isMpWebAlipayPlus) return _showAuthGuide.apply(void 0, rest);
|
|
1888
|
+
if (appEnv.isWebAlipay) return webAlipayShowAuthGuide.apply(void 0, rest);
|
|
1889
|
+
if (appEnv.isWebAlipayPlus) return webAlipayPlusShowAuthGuide.apply(void 0, rest);
|
|
1890
|
+
return notFound.apply(void 0, __spreadArray(['showAuthGuide'], rest));
|
|
2075
1891
|
};
|
|
2076
1892
|
export var showLoading = function showLoading() {
|
|
2077
1893
|
var rest = [];
|
|
@@ -2080,13 +1896,15 @@ export var showLoading = function showLoading() {
|
|
|
2080
1896
|
rest[_i] = arguments[_i];
|
|
2081
1897
|
}
|
|
2082
1898
|
|
|
2083
|
-
if (appEnv.
|
|
1899
|
+
if (appEnv.isMpAlipayPlus) return _showLoading.apply(void 0, rest);
|
|
2084
1900
|
if (appEnv.isMpLazada) return _showLoading.apply(void 0, rest);
|
|
2085
1901
|
if (appEnv.isMpTaobao) return _showLoading.apply(void 0, rest);
|
|
2086
|
-
if (appEnv.
|
|
2087
|
-
if (appEnv.
|
|
2088
|
-
if (appEnv.
|
|
2089
|
-
if (appEnv.
|
|
1902
|
+
if (appEnv.isMpWebAlipay) return _showLoading.apply(void 0, rest);
|
|
1903
|
+
if (appEnv.isMpWebAlipayPlus) return _showLoading.apply(void 0, rest);
|
|
1904
|
+
if (appEnv.isWebAlipay) return _showLoading.apply(void 0, rest);
|
|
1905
|
+
if (appEnv.isWebAlipayPlus) return _showLoading.apply(void 0, rest);
|
|
1906
|
+
if (appEnv.isWebH5) return webH5ShowLoading.apply(void 0, rest);
|
|
1907
|
+
return notFound.apply(void 0, __spreadArray(['showLoading'], rest));
|
|
2090
1908
|
};
|
|
2091
1909
|
export var showNavigationBarLoading = function showNavigationBarLoading() {
|
|
2092
1910
|
var rest = [];
|
|
@@ -2095,13 +1913,13 @@ export var showNavigationBarLoading = function showNavigationBarLoading() {
|
|
|
2095
1913
|
rest[_i] = arguments[_i];
|
|
2096
1914
|
}
|
|
2097
1915
|
|
|
2098
|
-
if (appEnv.
|
|
1916
|
+
if (appEnv.isMpAlipayPlus) return _showNavigationBarLoading.apply(void 0, rest);
|
|
2099
1917
|
if (appEnv.isMpLazada) return _showNavigationBarLoading.apply(void 0, rest);
|
|
2100
|
-
if (appEnv.
|
|
2101
|
-
if (appEnv.
|
|
2102
|
-
if (appEnv.
|
|
2103
|
-
if (appEnv.
|
|
2104
|
-
|
|
1918
|
+
if (appEnv.isMpWebAlipay) return _showNavigationBarLoading.apply(void 0, rest);
|
|
1919
|
+
if (appEnv.isMpWebAlipayPlus) return _showNavigationBarLoading.apply(void 0, rest);
|
|
1920
|
+
if (appEnv.isWebAlipay) return webAlipayShowNavigationBarLoading.apply(void 0, rest);
|
|
1921
|
+
if (appEnv.isWebAlipayPlus) return webAlipayPlusShowNavigationBarLoading.apply(void 0, rest);
|
|
1922
|
+
return notFound.apply(void 0, __spreadArray(['showNavigationBarLoading'], rest));
|
|
2105
1923
|
};
|
|
2106
1924
|
export var showToast = function showToast() {
|
|
2107
1925
|
var rest = [];
|
|
@@ -2110,13 +1928,15 @@ export var showToast = function showToast() {
|
|
|
2110
1928
|
rest[_i] = arguments[_i];
|
|
2111
1929
|
}
|
|
2112
1930
|
|
|
2113
|
-
if (appEnv.
|
|
1931
|
+
if (appEnv.isMpAlipayPlus) return _showToast.apply(void 0, rest);
|
|
2114
1932
|
if (appEnv.isMpLazada) return _showToast.apply(void 0, rest);
|
|
2115
1933
|
if (appEnv.isMpTaobao) return _showToast.apply(void 0, rest);
|
|
2116
|
-
if (appEnv.
|
|
2117
|
-
if (appEnv.
|
|
2118
|
-
if (appEnv.
|
|
2119
|
-
if (appEnv.
|
|
1934
|
+
if (appEnv.isMpWebAlipay) return _showToast.apply(void 0, rest);
|
|
1935
|
+
if (appEnv.isMpWebAlipayPlus) return _showToast.apply(void 0, rest);
|
|
1936
|
+
if (appEnv.isWebAlipay) return webAlipayShowToast.apply(void 0, rest);
|
|
1937
|
+
if (appEnv.isWebAlipayPlus) return webAlipayPlusShowToast.apply(void 0, rest);
|
|
1938
|
+
if (appEnv.isWebH5) return webH5ShowToast.apply(void 0, rest);
|
|
1939
|
+
return notFound.apply(void 0, __spreadArray(['showToast'], rest));
|
|
2120
1940
|
};
|
|
2121
1941
|
export var signContract = function signContract() {
|
|
2122
1942
|
var rest = [];
|
|
@@ -2125,13 +1945,12 @@ export var signContract = function signContract() {
|
|
|
2125
1945
|
rest[_i] = arguments[_i];
|
|
2126
1946
|
}
|
|
2127
1947
|
|
|
2128
|
-
if (appEnv.
|
|
1948
|
+
if (appEnv.isMpAlipayPlus) return _signContract.apply(void 0, rest);
|
|
2129
1949
|
if (appEnv.isMpLazada) return _signContract.apply(void 0, rest);
|
|
2130
|
-
if (appEnv.
|
|
2131
|
-
if (appEnv.
|
|
2132
|
-
if (appEnv.
|
|
2133
|
-
|
|
2134
|
-
if (appEnv.isWebIntl) return _signContract.apply(void 0, rest);
|
|
1950
|
+
if (appEnv.isMpWebAlipayPlus) return _signContract.apply(void 0, rest);
|
|
1951
|
+
if (appEnv.isWebAlipay) return _signContract.apply(void 0, rest);
|
|
1952
|
+
if (appEnv.isWebAlipayPlus) return _signContract.apply(void 0, rest);
|
|
1953
|
+
return notFound.apply(void 0, __spreadArray(['signContract'], rest));
|
|
2135
1954
|
};
|
|
2136
1955
|
export var startApp = function startApp() {
|
|
2137
1956
|
var rest = [];
|
|
@@ -2140,13 +1959,11 @@ export var startApp = function startApp() {
|
|
|
2140
1959
|
rest[_i] = arguments[_i];
|
|
2141
1960
|
}
|
|
2142
1961
|
|
|
2143
|
-
if (appEnv.
|
|
1962
|
+
if (appEnv.isMpAlipayPlus) return _startApp.apply(void 0, rest);
|
|
2144
1963
|
if (appEnv.isMpLazada) return _startApp.apply(void 0, rest);
|
|
2145
|
-
if (appEnv.
|
|
2146
|
-
if (appEnv.
|
|
2147
|
-
|
|
2148
|
-
if (appEnv.isWebCn) return notFound.apply(void 0, __spreadArray(['startApp'], rest));
|
|
2149
|
-
if (appEnv.isWebIntl) return _startApp.apply(void 0, rest);
|
|
1964
|
+
if (appEnv.isMpWebAlipayPlus) return _startApp.apply(void 0, rest);
|
|
1965
|
+
if (appEnv.isWebAlipayPlus) return _startApp.apply(void 0, rest);
|
|
1966
|
+
return notFound.apply(void 0, __spreadArray(['startApp'], rest));
|
|
2150
1967
|
};
|
|
2151
1968
|
export var startBizService = function startBizService() {
|
|
2152
1969
|
var rest = [];
|
|
@@ -2155,13 +1972,11 @@ export var startBizService = function startBizService() {
|
|
|
2155
1972
|
rest[_i] = arguments[_i];
|
|
2156
1973
|
}
|
|
2157
1974
|
|
|
2158
|
-
if (appEnv.
|
|
1975
|
+
if (appEnv.isMpAlipayPlus) return _startBizService.apply(void 0, rest);
|
|
2159
1976
|
if (appEnv.isMpLazada) return _startBizService.apply(void 0, rest);
|
|
2160
|
-
if (appEnv.
|
|
2161
|
-
if (appEnv.
|
|
2162
|
-
|
|
2163
|
-
if (appEnv.isWebCn) return notFound.apply(void 0, __spreadArray(['startBizService'], rest));
|
|
2164
|
-
if (appEnv.isWebIntl) return _startBizService.apply(void 0, rest);
|
|
1977
|
+
if (appEnv.isMpWebAlipayPlus) return _startBizService.apply(void 0, rest);
|
|
1978
|
+
if (appEnv.isWebAlipayPlus) return _startBizService.apply(void 0, rest);
|
|
1979
|
+
return notFound.apply(void 0, __spreadArray(['startBizService'], rest));
|
|
2165
1980
|
};
|
|
2166
1981
|
export var startBluetoothDevicesDiscovery = function startBluetoothDevicesDiscovery() {
|
|
2167
1982
|
var rest = [];
|
|
@@ -2170,13 +1985,10 @@ export var startBluetoothDevicesDiscovery = function startBluetoothDevicesDiscov
|
|
|
2170
1985
|
rest[_i] = arguments[_i];
|
|
2171
1986
|
}
|
|
2172
1987
|
|
|
2173
|
-
if (appEnv.
|
|
1988
|
+
if (appEnv.isMpAlipayPlus) return _startBluetoothDevicesDiscovery.apply(void 0, rest);
|
|
2174
1989
|
if (appEnv.isMpLazada) return _startBluetoothDevicesDiscovery.apply(void 0, rest);
|
|
2175
|
-
if (appEnv.
|
|
2176
|
-
|
|
2177
|
-
if (appEnv.isMpWebIntl) return _startBluetoothDevicesDiscovery.apply(void 0, rest);
|
|
2178
|
-
if (appEnv.isWebCn) return notFound.apply(void 0, __spreadArray(['startBluetoothDevicesDiscovery'], rest));
|
|
2179
|
-
if (appEnv.isWebIntl) return notFound.apply(void 0, __spreadArray(['startBluetoothDevicesDiscovery'], rest));
|
|
1990
|
+
if (appEnv.isMpWebAlipayPlus) return _startBluetoothDevicesDiscovery.apply(void 0, rest);
|
|
1991
|
+
return notFound.apply(void 0, __spreadArray(['startBluetoothDevicesDiscovery'], rest));
|
|
2180
1992
|
};
|
|
2181
1993
|
export var startPullDownRefresh = function startPullDownRefresh() {
|
|
2182
1994
|
var rest = [];
|
|
@@ -2185,13 +1997,10 @@ export var startPullDownRefresh = function startPullDownRefresh() {
|
|
|
2185
1997
|
rest[_i] = arguments[_i];
|
|
2186
1998
|
}
|
|
2187
1999
|
|
|
2188
|
-
if (appEnv.
|
|
2000
|
+
if (appEnv.isMpAlipayPlus) return _startPullDownRefresh.apply(void 0, rest);
|
|
2189
2001
|
if (appEnv.isMpLazada) return _startPullDownRefresh.apply(void 0, rest);
|
|
2190
2002
|
if (appEnv.isMpTaobao) return _startPullDownRefresh.apply(void 0, rest);
|
|
2191
|
-
|
|
2192
|
-
if (appEnv.isMpWebIntl) return notFound.apply(void 0, __spreadArray(['startPullDownRefresh'], rest));
|
|
2193
|
-
if (appEnv.isWebCn) return notFound.apply(void 0, __spreadArray(['startPullDownRefresh'], rest));
|
|
2194
|
-
if (appEnv.isWebIntl) return notFound.apply(void 0, __spreadArray(['startPullDownRefresh'], rest));
|
|
2003
|
+
return notFound.apply(void 0, __spreadArray(['startPullDownRefresh'], rest));
|
|
2195
2004
|
};
|
|
2196
2005
|
export var stopBluetoothDevicesDiscovery = function stopBluetoothDevicesDiscovery() {
|
|
2197
2006
|
var rest = [];
|
|
@@ -2200,13 +2009,10 @@ export var stopBluetoothDevicesDiscovery = function stopBluetoothDevicesDiscover
|
|
|
2200
2009
|
rest[_i] = arguments[_i];
|
|
2201
2010
|
}
|
|
2202
2011
|
|
|
2203
|
-
if (appEnv.
|
|
2012
|
+
if (appEnv.isMpAlipayPlus) return _stopBluetoothDevicesDiscovery.apply(void 0, rest);
|
|
2204
2013
|
if (appEnv.isMpLazada) return _stopBluetoothDevicesDiscovery.apply(void 0, rest);
|
|
2205
|
-
if (appEnv.
|
|
2206
|
-
|
|
2207
|
-
if (appEnv.isMpWebIntl) return _stopBluetoothDevicesDiscovery.apply(void 0, rest);
|
|
2208
|
-
if (appEnv.isWebCn) return notFound.apply(void 0, __spreadArray(['stopBluetoothDevicesDiscovery'], rest));
|
|
2209
|
-
if (appEnv.isWebIntl) return notFound.apply(void 0, __spreadArray(['stopBluetoothDevicesDiscovery'], rest));
|
|
2014
|
+
if (appEnv.isMpWebAlipayPlus) return _stopBluetoothDevicesDiscovery.apply(void 0, rest);
|
|
2015
|
+
return notFound.apply(void 0, __spreadArray(['stopBluetoothDevicesDiscovery'], rest));
|
|
2210
2016
|
};
|
|
2211
2017
|
export var stopPullDownRefresh = function stopPullDownRefresh() {
|
|
2212
2018
|
var rest = [];
|
|
@@ -2215,13 +2021,10 @@ export var stopPullDownRefresh = function stopPullDownRefresh() {
|
|
|
2215
2021
|
rest[_i] = arguments[_i];
|
|
2216
2022
|
}
|
|
2217
2023
|
|
|
2218
|
-
if (appEnv.
|
|
2024
|
+
if (appEnv.isMpAlipayPlus) return _stopPullDownRefresh.apply(void 0, rest);
|
|
2219
2025
|
if (appEnv.isMpLazada) return _stopPullDownRefresh.apply(void 0, rest);
|
|
2220
2026
|
if (appEnv.isMpTaobao) return _stopPullDownRefresh.apply(void 0, rest);
|
|
2221
|
-
|
|
2222
|
-
if (appEnv.isMpWebIntl) return notFound.apply(void 0, __spreadArray(['stopPullDownRefresh'], rest));
|
|
2223
|
-
if (appEnv.isWebCn) return notFound.apply(void 0, __spreadArray(['stopPullDownRefresh'], rest));
|
|
2224
|
-
if (appEnv.isWebIntl) return notFound.apply(void 0, __spreadArray(['stopPullDownRefresh'], rest));
|
|
2027
|
+
return notFound.apply(void 0, __spreadArray(['stopPullDownRefresh'], rest));
|
|
2225
2028
|
};
|
|
2226
2029
|
export var switchTab = function switchTab() {
|
|
2227
2030
|
var rest = [];
|
|
@@ -2230,13 +2033,10 @@ export var switchTab = function switchTab() {
|
|
|
2230
2033
|
rest[_i] = arguments[_i];
|
|
2231
2034
|
}
|
|
2232
2035
|
|
|
2233
|
-
if (appEnv.
|
|
2036
|
+
if (appEnv.isMpAlipayPlus) return _switchTab.apply(void 0, rest);
|
|
2234
2037
|
if (appEnv.isMpLazada) return _switchTab.apply(void 0, rest);
|
|
2235
2038
|
if (appEnv.isMpTaobao) return _switchTab.apply(void 0, rest);
|
|
2236
|
-
|
|
2237
|
-
if (appEnv.isMpWebIntl) return notFound.apply(void 0, __spreadArray(['switchTab'], rest));
|
|
2238
|
-
if (appEnv.isWebCn) return notFound.apply(void 0, __spreadArray(['switchTab'], rest));
|
|
2239
|
-
if (appEnv.isWebIntl) return notFound.apply(void 0, __spreadArray(['switchTab'], rest));
|
|
2039
|
+
return notFound.apply(void 0, __spreadArray(['switchTab'], rest));
|
|
2240
2040
|
};
|
|
2241
2041
|
export var thirdPartyAuthForAc = function thirdPartyAuthForAc() {
|
|
2242
2042
|
var rest = [];
|
|
@@ -2245,13 +2045,11 @@ export var thirdPartyAuthForAc = function thirdPartyAuthForAc() {
|
|
|
2245
2045
|
rest[_i] = arguments[_i];
|
|
2246
2046
|
}
|
|
2247
2047
|
|
|
2248
|
-
if (appEnv.
|
|
2048
|
+
if (appEnv.isMpAlipayPlus) return _thirdPartyAuthForAc.apply(void 0, rest);
|
|
2249
2049
|
if (appEnv.isMpLazada) return _thirdPartyAuthForAc.apply(void 0, rest);
|
|
2250
|
-
if (appEnv.
|
|
2251
|
-
if (appEnv.
|
|
2252
|
-
|
|
2253
|
-
if (appEnv.isWebCn) return notFound.apply(void 0, __spreadArray(['thirdPartyAuthForAc'], rest));
|
|
2254
|
-
if (appEnv.isWebIntl) return _thirdPartyAuthForAc.apply(void 0, rest);
|
|
2050
|
+
if (appEnv.isMpWebAlipayPlus) return _thirdPartyAuthForAc.apply(void 0, rest);
|
|
2051
|
+
if (appEnv.isWebAlipayPlus) return _thirdPartyAuthForAc.apply(void 0, rest);
|
|
2052
|
+
return notFound.apply(void 0, __spreadArray(['thirdPartyAuthForAc'], rest));
|
|
2255
2053
|
};
|
|
2256
2054
|
export var tradePay = function tradePay() {
|
|
2257
2055
|
var rest = [];
|
|
@@ -2260,13 +2058,14 @@ export var tradePay = function tradePay() {
|
|
|
2260
2058
|
rest[_i] = arguments[_i];
|
|
2261
2059
|
}
|
|
2262
2060
|
|
|
2263
|
-
if (appEnv.
|
|
2061
|
+
if (appEnv.isMpAlipayPlus) return _tradePay.apply(void 0, rest);
|
|
2264
2062
|
if (appEnv.isMpLazada) return _tradePay.apply(void 0, rest);
|
|
2265
2063
|
if (appEnv.isMpTaobao) return _tradePay.apply(void 0, rest);
|
|
2266
|
-
if (appEnv.
|
|
2267
|
-
if (appEnv.
|
|
2268
|
-
if (appEnv.
|
|
2269
|
-
if (appEnv.
|
|
2064
|
+
if (appEnv.isMpWebAlipay) return _tradePay.apply(void 0, rest);
|
|
2065
|
+
if (appEnv.isMpWebAlipayPlus) return _tradePay.apply(void 0, rest);
|
|
2066
|
+
if (appEnv.isWebAlipay) return _tradePay.apply(void 0, rest);
|
|
2067
|
+
if (appEnv.isWebAlipayPlus) return _tradePay.apply(void 0, rest);
|
|
2068
|
+
return notFound.apply(void 0, __spreadArray(['tradePay'], rest));
|
|
2270
2069
|
};
|
|
2271
2070
|
export var uploadApdidToken = function uploadApdidToken() {
|
|
2272
2071
|
var rest = [];
|
|
@@ -2275,13 +2074,11 @@ export var uploadApdidToken = function uploadApdidToken() {
|
|
|
2275
2074
|
rest[_i] = arguments[_i];
|
|
2276
2075
|
}
|
|
2277
2076
|
|
|
2278
|
-
if (appEnv.
|
|
2077
|
+
if (appEnv.isMpAlipayPlus) return _uploadApdidToken.apply(void 0, rest);
|
|
2279
2078
|
if (appEnv.isMpLazada) return _uploadApdidToken.apply(void 0, rest);
|
|
2280
|
-
if (appEnv.
|
|
2281
|
-
if (appEnv.
|
|
2282
|
-
|
|
2283
|
-
if (appEnv.isWebCn) return notFound.apply(void 0, __spreadArray(['uploadApdidToken'], rest));
|
|
2284
|
-
if (appEnv.isWebIntl) return _uploadApdidToken.apply(void 0, rest);
|
|
2079
|
+
if (appEnv.isMpWebAlipayPlus) return _uploadApdidToken.apply(void 0, rest);
|
|
2080
|
+
if (appEnv.isWebAlipayPlus) return _uploadApdidToken.apply(void 0, rest);
|
|
2081
|
+
return notFound.apply(void 0, __spreadArray(['uploadApdidToken'], rest));
|
|
2285
2082
|
};
|
|
2286
2083
|
export var uploadFile = function uploadFile() {
|
|
2287
2084
|
var rest = [];
|
|
@@ -2290,13 +2087,12 @@ export var uploadFile = function uploadFile() {
|
|
|
2290
2087
|
rest[_i] = arguments[_i];
|
|
2291
2088
|
}
|
|
2292
2089
|
|
|
2293
|
-
if (appEnv.
|
|
2090
|
+
if (appEnv.isMpAlipayPlus) return _uploadFile.apply(void 0, rest);
|
|
2294
2091
|
if (appEnv.isMpLazada) return _uploadFile.apply(void 0, rest);
|
|
2295
|
-
if (appEnv.
|
|
2296
|
-
if (appEnv.
|
|
2297
|
-
if (appEnv.
|
|
2298
|
-
|
|
2299
|
-
if (appEnv.isWebIntl) return webIntlUploadFile.apply(void 0, rest);
|
|
2092
|
+
if (appEnv.isMpWebAlipayPlus) return _uploadFile.apply(void 0, rest);
|
|
2093
|
+
if (appEnv.isWebAlipay) return webAlipayUploadFile.apply(void 0, rest);
|
|
2094
|
+
if (appEnv.isWebAlipayPlus) return webAlipayPlusUploadFile.apply(void 0, rest);
|
|
2095
|
+
return notFound.apply(void 0, __spreadArray(['uploadFile'], rest));
|
|
2300
2096
|
};
|
|
2301
2097
|
export var vibrate = function vibrate() {
|
|
2302
2098
|
var rest = [];
|
|
@@ -2305,13 +2101,13 @@ export var vibrate = function vibrate() {
|
|
|
2305
2101
|
rest[_i] = arguments[_i];
|
|
2306
2102
|
}
|
|
2307
2103
|
|
|
2308
|
-
if (appEnv.
|
|
2104
|
+
if (appEnv.isMpAlipayPlus) return _vibrate.apply(void 0, rest);
|
|
2309
2105
|
if (appEnv.isMpLazada) return _vibrate.apply(void 0, rest);
|
|
2310
|
-
if (appEnv.
|
|
2311
|
-
if (appEnv.
|
|
2312
|
-
if (appEnv.
|
|
2313
|
-
if (appEnv.
|
|
2314
|
-
|
|
2106
|
+
if (appEnv.isMpWebAlipay) return _vibrate.apply(void 0, rest);
|
|
2107
|
+
if (appEnv.isMpWebAlipayPlus) return _vibrate.apply(void 0, rest);
|
|
2108
|
+
if (appEnv.isWebAlipay) return _vibrate.apply(void 0, rest);
|
|
2109
|
+
if (appEnv.isWebAlipayPlus) return _vibrate.apply(void 0, rest);
|
|
2110
|
+
return notFound.apply(void 0, __spreadArray(['vibrate'], rest));
|
|
2315
2111
|
};
|
|
2316
2112
|
export var watchShake = function watchShake() {
|
|
2317
2113
|
var rest = [];
|
|
@@ -2320,13 +2116,9 @@ export var watchShake = function watchShake() {
|
|
|
2320
2116
|
rest[_i] = arguments[_i];
|
|
2321
2117
|
}
|
|
2322
2118
|
|
|
2323
|
-
if (appEnv.
|
|
2119
|
+
if (appEnv.isMpAlipayPlus) return _watchShake.apply(void 0, rest);
|
|
2324
2120
|
if (appEnv.isMpLazada) return _watchShake.apply(void 0, rest);
|
|
2325
|
-
|
|
2326
|
-
if (appEnv.isMpWebCn) return notFound.apply(void 0, __spreadArray(['watchShake'], rest));
|
|
2327
|
-
if (appEnv.isMpWebIntl) return notFound.apply(void 0, __spreadArray(['watchShake'], rest));
|
|
2328
|
-
if (appEnv.isWebCn) return notFound.apply(void 0, __spreadArray(['watchShake'], rest));
|
|
2329
|
-
if (appEnv.isWebIntl) return notFound.apply(void 0, __spreadArray(['watchShake'], rest));
|
|
2121
|
+
return notFound.apply(void 0, __spreadArray(['watchShake'], rest));
|
|
2330
2122
|
};
|
|
2331
2123
|
export var writeBLECharacteristicValue = function writeBLECharacteristicValue() {
|
|
2332
2124
|
var rest = [];
|
|
@@ -2335,11 +2127,8 @@ export var writeBLECharacteristicValue = function writeBLECharacteristicValue()
|
|
|
2335
2127
|
rest[_i] = arguments[_i];
|
|
2336
2128
|
}
|
|
2337
2129
|
|
|
2338
|
-
if (appEnv.
|
|
2130
|
+
if (appEnv.isMpAlipayPlus) return _writeBLECharacteristicValue.apply(void 0, rest);
|
|
2339
2131
|
if (appEnv.isMpLazada) return _writeBLECharacteristicValue.apply(void 0, rest);
|
|
2340
|
-
if (appEnv.
|
|
2341
|
-
|
|
2342
|
-
if (appEnv.isMpWebIntl) return _writeBLECharacteristicValue.apply(void 0, rest);
|
|
2343
|
-
if (appEnv.isWebCn) return notFound.apply(void 0, __spreadArray(['writeBLECharacteristicValue'], rest));
|
|
2344
|
-
if (appEnv.isWebIntl) return notFound.apply(void 0, __spreadArray(['writeBLECharacteristicValue'], rest));
|
|
2132
|
+
if (appEnv.isMpWebAlipayPlus) return _writeBLECharacteristicValue.apply(void 0, rest);
|
|
2133
|
+
return notFound.apply(void 0, __spreadArray(['writeBLECharacteristicValue'], rest));
|
|
2345
2134
|
};
|