hylid-bridge 2.12.0 → 3.0.0-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +458 -342
- package/canIUse.json +1 -1
- package/lib/appEnv/index.d.ts +6 -5
- package/lib/appEnv/index.js +33 -6
- package/lib/bridges.d.ts +2519 -4
- package/lib/bridges.js +4963 -840
- package/lib/clients/mp/alipay/addPhoneContact.d.ts +2 -0
- package/lib/clients/mp/alipay/addPhoneContact.js +3 -0
- package/lib/clients/mp/alipay/alert.d.ts +2 -0
- package/lib/clients/mp/alipay/alert.js +3 -0
- package/lib/clients/mp/alipay/canIUse.d.ts +2 -0
- package/lib/clients/mp/alipay/canIUse.js +3 -0
- package/lib/clients/mp/alipay/chooseImage.d.ts +2 -0
- package/lib/clients/mp/alipay/chooseImage.js +3 -0
- package/lib/clients/mp/alipay/choosePhoneContact.d.ts +2 -0
- package/lib/clients/mp/alipay/choosePhoneContact.js +3 -0
- package/lib/clients/mp/alipay/clearStorage.d.ts +2 -0
- package/lib/clients/mp/alipay/clearStorage.js +3 -0
- package/lib/clients/mp/alipay/clearStorageSync.d.ts +2 -0
- package/lib/clients/mp/alipay/clearStorageSync.js +3 -0
- package/lib/clients/mp/alipay/closeBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp/alipay/closeBluetoothAdapter.js +3 -0
- package/lib/clients/mp/alipay/closeSocket.d.ts +2 -0
- package/lib/clients/mp/alipay/closeSocket.js +3 -0
- package/lib/clients/mp/alipay/confirm.d.ts +2 -0
- package/lib/clients/mp/alipay/confirm.js +3 -0
- package/lib/clients/mp/alipay/connectBLEDevice.d.ts +2 -0
- package/lib/clients/mp/alipay/connectBLEDevice.js +3 -0
- package/lib/clients/mp/alipay/connectSocket.d.ts +2 -0
- package/lib/clients/mp/alipay/connectSocket.js +3 -0
- package/lib/clients/mp/alipay/createAnimation.d.ts +2 -0
- package/lib/clients/mp/alipay/createAnimation.js +3 -0
- package/lib/clients/mp/alipay/createSelectorQuery.d.ts +2 -0
- package/lib/clients/mp/alipay/createSelectorQuery.js +3 -0
- package/lib/clients/mp/alipay/createWebViewContext.d.ts +2 -2
- package/lib/clients/mp/alipay/createWebViewContext.js +3 -3
- package/lib/clients/mp/alipay/crossPay.d.ts +2 -0
- package/lib/clients/mp/alipay/crossPay.js +3 -0
- package/lib/clients/mp/alipay/datePicker.d.ts +2 -0
- package/lib/clients/mp/alipay/datePicker.js +3 -0
- package/lib/clients/mp/alipay/disconnectBLEDevice.d.ts +2 -0
- package/lib/clients/mp/alipay/disconnectBLEDevice.js +3 -0
- package/lib/clients/mp/alipay/downloadFile.d.ts +2 -0
- package/lib/clients/mp/alipay/downloadFile.js +3 -0
- package/lib/clients/mp/alipay/getAppIdSync.d.ts +2 -0
- package/lib/clients/mp/alipay/getAppIdSync.js +3 -0
- package/lib/clients/mp/alipay/getAuthCode.d.ts +2 -0
- package/lib/clients/mp/alipay/getAuthCode.js +3 -0
- package/lib/clients/mp/alipay/getBLEDeviceCharacteristics.d.ts +2 -0
- package/lib/clients/mp/alipay/getBLEDeviceCharacteristics.js +3 -0
- package/lib/clients/mp/alipay/getBLEDeviceServices.d.ts +2 -0
- package/lib/clients/mp/alipay/getBLEDeviceServices.js +3 -0
- package/lib/clients/mp/alipay/getBatteryInfo.d.ts +2 -0
- package/lib/clients/mp/alipay/getBatteryInfo.js +3 -0
- package/lib/clients/mp/alipay/getBluetoothAdapterState.d.ts +2 -0
- package/lib/clients/mp/alipay/getBluetoothAdapterState.js +3 -0
- package/lib/clients/mp/alipay/getBluetoothDevices.d.ts +2 -0
- package/lib/clients/mp/alipay/getBluetoothDevices.js +3 -0
- package/lib/clients/mp/alipay/getClipboard.d.ts +2 -0
- package/lib/clients/mp/alipay/getClipboard.js +3 -0
- package/lib/clients/mp/alipay/getConnectedBluetoothDevices.d.ts +2 -0
- package/lib/clients/mp/alipay/getConnectedBluetoothDevices.js +3 -0
- package/lib/clients/mp/alipay/getFileInfo.d.ts +2 -0
- package/lib/clients/mp/alipay/getFileInfo.js +3 -0
- package/lib/clients/mp/alipay/getImageInfo.d.ts +2 -0
- package/lib/clients/mp/alipay/getImageInfo.js +3 -0
- package/lib/clients/mp/alipay/getLaunchOptionsSync.d.ts +2 -0
- package/lib/clients/mp/alipay/getLaunchOptionsSync.js +3 -0
- package/lib/clients/mp/alipay/getLocation.d.ts +2 -0
- package/lib/clients/mp/alipay/getLocation.js +3 -0
- package/lib/clients/mp/alipay/getNetworkType.d.ts +2 -0
- package/lib/clients/mp/alipay/getNetworkType.js +3 -0
- package/lib/clients/mp/alipay/getOpenUserInfo.d.ts +2 -0
- package/lib/clients/mp/alipay/getOpenUserInfo.js +3 -0
- package/lib/clients/mp/alipay/getSavedFileInfo.d.ts +2 -0
- package/lib/clients/mp/alipay/getSavedFileInfo.js +3 -0
- package/lib/clients/mp/alipay/getSavedFileList.d.ts +2 -0
- package/lib/clients/mp/alipay/getSavedFileList.js +3 -0
- package/lib/clients/mp/alipay/getScreenBrightness.d.ts +2 -0
- package/lib/clients/mp/alipay/getScreenBrightness.js +3 -0
- package/lib/clients/mp/alipay/getServerTime.d.ts +2 -0
- package/lib/clients/mp/alipay/getServerTime.js +3 -0
- package/lib/clients/mp/alipay/getSetting.d.ts +2 -0
- package/lib/clients/mp/alipay/getSetting.js +3 -0
- package/lib/clients/mp/alipay/getSiteInfo.d.ts +2 -0
- package/lib/clients/mp/alipay/getSiteInfo.js +3 -0
- package/lib/clients/mp/alipay/getStorage.d.ts +2 -0
- package/lib/clients/mp/alipay/getStorage.js +3 -0
- package/lib/clients/mp/alipay/getStorageInfoSync.d.ts +2 -0
- package/lib/clients/mp/alipay/getStorageInfoSync.js +3 -0
- package/lib/clients/mp/alipay/getStorageSync.d.ts +2 -0
- package/lib/clients/mp/alipay/getStorageSync.js +3 -0
- package/lib/clients/mp/alipay/getSystemInfo.d.ts +2 -0
- package/lib/clients/mp/alipay/getSystemInfo.js +3 -0
- package/lib/clients/mp/alipay/getSystemInfoSync.d.ts +1 -1
- package/lib/clients/mp/alipay/getSystemInfoSync.js +1 -1
- package/lib/clients/mp/alipay/hideBackHome.d.ts +2 -0
- package/lib/clients/mp/alipay/hideBackHome.js +3 -0
- package/lib/clients/mp/alipay/hideKeyboard.d.ts +2 -0
- package/lib/clients/mp/alipay/hideKeyboard.js +3 -0
- package/lib/clients/mp/alipay/hideLoading.d.ts +2 -0
- package/lib/clients/mp/alipay/hideLoading.js +3 -0
- package/lib/clients/mp/alipay/hideNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp/alipay/hideNavigationBarLoading.js +3 -0
- package/lib/clients/mp/alipay/hideTabBar.d.ts +2 -0
- package/lib/clients/mp/alipay/hideTabBar.js +3 -0
- package/lib/clients/mp/alipay/hideToast.d.ts +2 -0
- package/lib/clients/mp/alipay/hideToast.js +3 -0
- package/lib/clients/mp/alipay/index.d.ts +355 -3
- package/lib/clients/mp/alipay/index.js +254 -12
- package/lib/clients/mp/alipay/makePhoneCall.d.ts +2 -0
- package/lib/clients/mp/alipay/makePhoneCall.js +3 -0
- package/lib/clients/mp/alipay/multiLevelSelect.d.ts +2 -0
- package/lib/clients/mp/alipay/multiLevelSelect.js +3 -0
- package/lib/clients/mp/alipay/navigateBack.d.ts +2 -0
- package/lib/clients/mp/alipay/navigateBack.js +3 -0
- package/lib/clients/mp/alipay/navigateBackMiniProgram.d.ts +2 -0
- package/lib/clients/mp/alipay/navigateBackMiniProgram.js +3 -0
- package/lib/clients/mp/alipay/navigateTo.d.ts +1 -1
- package/lib/clients/mp/alipay/navigateTo.js +2 -1
- package/lib/clients/mp/alipay/navigateToMiniProgram.d.ts +2 -0
- package/lib/clients/mp/alipay/navigateToMiniProgram.js +3 -0
- package/lib/clients/mp/alipay/notifyBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp/alipay/notifyBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp/alipay/offAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp/alipay/offAccelerometerChange.js +3 -0
- package/lib/clients/mp/alipay/offBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp/alipay/offBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp/alipay/offBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp/alipay/offBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp/alipay/offBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp/alipay/offBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp/alipay/offBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp/alipay/offBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp/alipay/offCompassChange.d.ts +2 -0
- package/lib/clients/mp/alipay/offCompassChange.js +3 -0
- package/lib/clients/mp/alipay/offMemoryWarning.d.ts +2 -0
- package/lib/clients/mp/alipay/offMemoryWarning.js +3 -0
- package/lib/clients/mp/alipay/offSocketClose.d.ts +2 -0
- package/lib/clients/mp/alipay/offSocketClose.js +3 -0
- package/lib/clients/mp/alipay/offSocketError.d.ts +2 -0
- package/lib/clients/mp/alipay/offSocketError.js +3 -0
- package/lib/clients/mp/alipay/offSocketMessage.d.ts +2 -0
- package/lib/clients/mp/alipay/offSocketMessage.js +3 -0
- package/lib/clients/mp/alipay/offSocketOpen.d.ts +2 -0
- package/lib/clients/mp/alipay/offSocketOpen.js +3 -0
- package/lib/clients/mp/alipay/offUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp/alipay/offUserCaptureScreen.js +3 -0
- package/lib/clients/mp/alipay/onAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp/alipay/onAccelerometerChange.js +3 -0
- package/lib/clients/mp/alipay/onBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp/alipay/onBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp/alipay/onBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp/alipay/onBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp/alipay/onBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp/alipay/onBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp/alipay/onBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp/alipay/onBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp/alipay/onCompassChange.d.ts +2 -0
- package/lib/clients/mp/alipay/onCompassChange.js +3 -0
- package/lib/clients/mp/alipay/onMemoryWarning.d.ts +2 -0
- package/lib/clients/mp/alipay/onMemoryWarning.js +3 -0
- package/lib/clients/mp/alipay/onSocketClose.d.ts +2 -0
- package/lib/clients/mp/alipay/onSocketClose.js +3 -0
- package/lib/clients/mp/alipay/onSocketError.d.ts +2 -0
- package/lib/clients/mp/alipay/onSocketError.js +3 -0
- package/lib/clients/mp/alipay/onSocketMessage.d.ts +2 -0
- package/lib/clients/mp/alipay/onSocketMessage.js +3 -0
- package/lib/clients/mp/alipay/onSocketOpen.d.ts +2 -0
- package/lib/clients/mp/alipay/onSocketOpen.js +3 -0
- package/lib/clients/mp/alipay/onUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp/alipay/onUserCaptureScreen.js +3 -0
- package/lib/clients/mp/alipay/openBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp/alipay/openBluetoothAdapter.js +3 -0
- package/lib/clients/mp/alipay/openDocument.d.ts +2 -0
- package/lib/clients/mp/alipay/openDocument.js +3 -0
- package/lib/clients/mp/alipay/openSetting.d.ts +2 -0
- package/lib/clients/mp/alipay/openSetting.js +3 -0
- package/lib/clients/mp/alipay/pageScrollTo.d.ts +2 -0
- package/lib/clients/mp/alipay/pageScrollTo.js +3 -0
- package/lib/clients/mp/alipay/previewImage.d.ts +2 -0
- package/lib/clients/mp/alipay/previewImage.js +3 -0
- package/lib/clients/mp/alipay/prompt.d.ts +2 -0
- package/lib/clients/mp/alipay/prompt.js +3 -0
- package/lib/clients/mp/alipay/reLaunch.d.ts +2 -0
- package/lib/clients/mp/alipay/reLaunch.js +3 -0
- package/lib/clients/mp/alipay/readBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp/alipay/readBLECharacteristicValue.js +3 -0
- package/lib/clients/mp/alipay/redirectTo.d.ts +2 -0
- package/lib/clients/mp/alipay/redirectTo.js +3 -0
- package/lib/clients/mp/alipay/removeSavedFile.d.ts +2 -0
- package/lib/clients/mp/alipay/removeSavedFile.js +3 -0
- package/lib/clients/mp/alipay/removeStorage.d.ts +2 -0
- package/lib/clients/mp/alipay/removeStorage.js +3 -0
- package/lib/clients/mp/alipay/removeStorageSync.d.ts +2 -0
- package/lib/clients/mp/alipay/removeStorageSync.js +3 -0
- package/lib/clients/mp/alipay/request.d.ts +2 -0
- package/lib/clients/mp/alipay/request.js +3 -0
- package/lib/clients/mp/alipay/rpc.d.ts +1 -1
- package/lib/clients/mp/alipay/rpc.js +2 -1
- package/lib/clients/mp/alipay/saveFile.d.ts +2 -0
- package/lib/clients/mp/alipay/saveFile.js +3 -0
- package/lib/clients/mp/alipay/saveImage.d.ts +2 -0
- package/lib/clients/mp/alipay/saveImage.js +3 -0
- package/lib/clients/mp/alipay/scan.d.ts +2 -0
- package/lib/clients/mp/alipay/scan.js +3 -0
- package/lib/clients/mp/alipay/sendSocketMessage.d.ts +2 -0
- package/lib/clients/mp/alipay/sendSocketMessage.js +3 -0
- package/lib/clients/mp/alipay/setBackgroundColor.d.ts +2 -0
- package/lib/clients/mp/alipay/setBackgroundColor.js +3 -0
- package/lib/clients/mp/alipay/setCanPullDown.d.ts +2 -0
- package/lib/clients/mp/alipay/setCanPullDown.js +3 -0
- package/lib/clients/mp/alipay/setClipboard.d.ts +2 -0
- package/lib/clients/mp/alipay/setClipboard.js +3 -0
- package/lib/clients/mp/alipay/setKeepScreenOn.d.ts +2 -0
- package/lib/clients/mp/alipay/setKeepScreenOn.js +3 -0
- package/lib/clients/mp/alipay/setNavigationBar.d.ts +2 -0
- package/lib/clients/mp/alipay/setNavigationBar.js +3 -0
- package/lib/clients/mp/alipay/setScreenBrightness.d.ts +2 -0
- package/lib/clients/mp/alipay/setScreenBrightness.js +3 -0
- package/lib/clients/mp/alipay/setStorage.d.ts +2 -0
- package/lib/clients/mp/alipay/setStorage.js +3 -0
- package/lib/clients/mp/alipay/setStorageSync.d.ts +2 -0
- package/lib/clients/mp/alipay/setStorageSync.js +3 -0
- package/lib/clients/mp/alipay/setTabBarStyle.d.ts +2 -0
- package/lib/clients/mp/alipay/setTabBarStyle.js +3 -0
- package/lib/clients/mp/alipay/showActionSheet.d.ts +2 -0
- package/lib/clients/mp/alipay/showActionSheet.js +3 -0
- package/lib/clients/mp/alipay/showAuthGuide.d.ts +2 -0
- package/lib/clients/mp/alipay/showAuthGuide.js +3 -0
- package/lib/clients/mp/alipay/showLoading.d.ts +2 -0
- package/lib/clients/mp/alipay/showLoading.js +3 -0
- package/lib/clients/mp/alipay/showNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp/alipay/showNavigationBarLoading.js +3 -0
- package/lib/clients/mp/alipay/showSharePanel.d.ts +2 -0
- package/lib/clients/mp/alipay/showSharePanel.js +3 -0
- package/lib/clients/mp/alipay/showToast.d.ts +2 -0
- package/lib/clients/mp/alipay/showToast.js +3 -0
- package/lib/clients/mp/alipay/signContract.d.ts +2 -0
- package/lib/clients/mp/alipay/signContract.js +3 -0
- package/lib/clients/mp/alipay/startBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp/alipay/startBluetoothDevicesDiscovery.js +3 -0
- package/lib/clients/mp/alipay/startPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp/alipay/startPullDownRefresh.js +3 -0
- package/lib/clients/mp/alipay/stopBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp/alipay/stopBluetoothDevicesDiscovery.js +3 -0
- package/lib/clients/mp/alipay/stopPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp/alipay/stopPullDownRefresh.js +3 -0
- package/lib/clients/mp/alipay/switchTab.d.ts +2 -0
- package/lib/clients/mp/alipay/switchTab.js +3 -0
- package/lib/clients/mp/alipay/tradePay.d.ts +3 -2
- package/lib/clients/mp/alipay/tradePay.js +20 -2
- package/lib/clients/mp/alipay/uploadFile.d.ts +2 -0
- package/lib/clients/mp/alipay/uploadFile.js +3 -0
- package/lib/clients/mp/alipay/vibrate.d.ts +2 -0
- package/lib/clients/mp/alipay/vibrate.js +3 -0
- package/lib/clients/mp/alipay/watchShake.d.ts +2 -0
- package/lib/clients/mp/alipay/watchShake.js +3 -0
- package/lib/clients/mp/alipay/writeBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp/alipay/writeBLECharacteristicValue.js +3 -0
- package/lib/clients/mp/alipayhk/addPhoneContact.d.ts +2 -0
- package/lib/clients/mp/alipayhk/addPhoneContact.js +3 -0
- package/lib/clients/mp/alipayhk/alert.d.ts +2 -0
- package/lib/clients/mp/alipayhk/alert.js +3 -0
- package/lib/clients/mp/alipayhk/canIUse.d.ts +2 -0
- package/lib/clients/mp/alipayhk/canIUse.js +3 -0
- package/lib/clients/mp/alipayhk/chooseImage.d.ts +2 -0
- package/lib/clients/mp/alipayhk/chooseImage.js +3 -0
- package/lib/clients/mp/alipayhk/choosePhoneContact.d.ts +2 -0
- package/lib/clients/mp/alipayhk/choosePhoneContact.js +3 -0
- package/lib/clients/mp/alipayhk/clearStorage.d.ts +2 -0
- package/lib/clients/mp/alipayhk/clearStorage.js +3 -0
- package/lib/clients/mp/alipayhk/clearStorageSync.d.ts +2 -0
- package/lib/clients/mp/alipayhk/clearStorageSync.js +3 -0
- package/lib/clients/mp/alipayhk/closeBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp/alipayhk/closeBluetoothAdapter.js +3 -0
- package/lib/clients/mp/alipayhk/closeSocket.d.ts +2 -0
- package/lib/clients/mp/alipayhk/closeSocket.js +3 -0
- package/lib/clients/mp/alipayhk/confirm.d.ts +2 -0
- package/lib/clients/mp/alipayhk/confirm.js +3 -0
- package/lib/clients/mp/alipayhk/connectBLEDevice.d.ts +2 -0
- package/lib/clients/mp/alipayhk/connectBLEDevice.js +3 -0
- package/lib/clients/mp/alipayhk/connectSocket.d.ts +2 -0
- package/lib/clients/mp/alipayhk/connectSocket.js +3 -0
- package/lib/clients/mp/alipayhk/createAnimation.d.ts +2 -0
- package/lib/clients/mp/alipayhk/createAnimation.js +3 -0
- package/lib/clients/mp/alipayhk/createSelectorQuery.d.ts +2 -0
- package/lib/clients/mp/alipayhk/createSelectorQuery.js +3 -0
- package/lib/clients/mp/alipayhk/createWebViewContext.d.ts +2 -0
- package/lib/clients/mp/alipayhk/createWebViewContext.js +3 -0
- package/lib/clients/mp/alipayhk/datePicker.d.ts +2 -0
- package/lib/clients/mp/alipayhk/datePicker.js +3 -0
- package/lib/clients/mp/alipayhk/disconnectBLEDevice.d.ts +2 -0
- package/lib/clients/mp/alipayhk/disconnectBLEDevice.js +3 -0
- package/lib/clients/mp/alipayhk/downloadFile.d.ts +2 -0
- package/lib/clients/mp/alipayhk/downloadFile.js +3 -0
- package/lib/clients/mp/alipayhk/getAppIdSync.d.ts +2 -0
- package/lib/clients/mp/alipayhk/getAppIdSync.js +3 -0
- package/lib/clients/mp/alipayhk/getAuthCode.d.ts +2 -0
- package/lib/clients/mp/alipayhk/getAuthCode.js +3 -0
- package/lib/clients/mp/alipayhk/getBLEDeviceCharacteristics.d.ts +2 -0
- package/lib/clients/mp/alipayhk/getBLEDeviceCharacteristics.js +3 -0
- package/lib/clients/mp/alipayhk/getBLEDeviceServices.d.ts +2 -0
- package/lib/clients/mp/alipayhk/getBLEDeviceServices.js +3 -0
- package/lib/clients/mp/alipayhk/getBatteryInfo.d.ts +2 -0
- package/lib/clients/mp/alipayhk/getBatteryInfo.js +3 -0
- package/lib/clients/mp/alipayhk/getBluetoothAdapterState.d.ts +2 -0
- package/lib/clients/mp/alipayhk/getBluetoothAdapterState.js +3 -0
- package/lib/clients/mp/alipayhk/getBluetoothDevices.d.ts +2 -0
- package/lib/clients/mp/alipayhk/getBluetoothDevices.js +3 -0
- package/lib/clients/mp/alipayhk/getClipboard.d.ts +2 -0
- package/lib/clients/mp/alipayhk/getClipboard.js +3 -0
- package/lib/clients/mp/alipayhk/getConnectedBluetoothDevices.d.ts +2 -0
- package/lib/clients/mp/alipayhk/getConnectedBluetoothDevices.js +3 -0
- package/lib/clients/mp/alipayhk/getFileInfo.d.ts +2 -0
- package/lib/clients/mp/alipayhk/getFileInfo.js +3 -0
- package/lib/clients/mp/alipayhk/getImageInfo.d.ts +2 -0
- package/lib/clients/mp/alipayhk/getImageInfo.js +3 -0
- package/lib/clients/mp/alipayhk/getLocation.d.ts +2 -0
- package/lib/clients/mp/alipayhk/getLocation.js +3 -0
- package/lib/clients/mp/alipayhk/getNetworkType.d.ts +2 -0
- package/lib/clients/mp/alipayhk/getNetworkType.js +3 -0
- package/lib/clients/mp/alipayhk/getOpenUserInfo.d.ts +2 -0
- package/lib/clients/mp/alipayhk/getOpenUserInfo.js +3 -0
- package/lib/clients/mp/alipayhk/getSavedFileInfo.d.ts +2 -0
- package/lib/clients/mp/alipayhk/getSavedFileInfo.js +3 -0
- package/lib/clients/mp/alipayhk/getSavedFileList.d.ts +2 -0
- package/lib/clients/mp/alipayhk/getSavedFileList.js +3 -0
- package/lib/clients/mp/alipayhk/getScreenBrightness.d.ts +2 -0
- package/lib/clients/mp/alipayhk/getScreenBrightness.js +3 -0
- package/lib/clients/mp/alipayhk/getServerTime.d.ts +2 -0
- package/lib/clients/mp/alipayhk/getServerTime.js +3 -0
- package/lib/clients/mp/alipayhk/getSetting.d.ts +2 -0
- package/lib/clients/mp/alipayhk/getSetting.js +3 -0
- package/lib/clients/mp/alipayhk/getSiteInfo.d.ts +2 -0
- package/lib/clients/mp/alipayhk/getSiteInfo.js +3 -0
- package/lib/clients/mp/alipayhk/getStorage.d.ts +2 -0
- package/lib/clients/mp/alipayhk/getStorage.js +3 -0
- package/lib/clients/mp/alipayhk/getStorageSync.d.ts +2 -0
- package/lib/clients/mp/alipayhk/getStorageSync.js +3 -0
- package/lib/clients/mp/alipayhk/getSystemInfo.d.ts +2 -0
- package/lib/clients/mp/alipayhk/getSystemInfo.js +3 -0
- package/lib/clients/mp/alipayhk/hideBackHome.d.ts +2 -0
- package/lib/clients/mp/alipayhk/hideBackHome.js +3 -0
- package/lib/clients/mp/alipayhk/hideKeyboard.d.ts +2 -0
- package/lib/clients/mp/alipayhk/hideKeyboard.js +3 -0
- package/lib/clients/mp/alipayhk/hideLoading.d.ts +2 -0
- package/lib/clients/mp/alipayhk/hideLoading.js +3 -0
- package/lib/clients/mp/alipayhk/hideNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp/alipayhk/hideNavigationBarLoading.js +3 -0
- package/lib/clients/mp/alipayhk/hideTabBar.d.ts +2 -0
- package/lib/clients/mp/alipayhk/hideTabBar.js +3 -0
- package/lib/clients/mp/alipayhk/hideToast.d.ts +2 -0
- package/lib/clients/mp/alipayhk/hideToast.js +3 -0
- package/lib/clients/mp/alipayhk/index.d.ts +351 -0
- package/lib/clients/mp/alipayhk/index.js +247 -0
- package/lib/clients/mp/alipayhk/makePhoneCall.d.ts +2 -0
- package/lib/clients/mp/alipayhk/makePhoneCall.js +3 -0
- package/lib/clients/mp/alipayhk/multiLevelSelect.d.ts +2 -0
- package/lib/clients/mp/alipayhk/multiLevelSelect.js +3 -0
- package/lib/clients/mp/alipayhk/navigateBack.d.ts +2 -0
- package/lib/clients/mp/alipayhk/navigateBack.js +3 -0
- package/lib/clients/mp/alipayhk/navigateBackMiniProgram.d.ts +2 -0
- package/lib/clients/mp/alipayhk/navigateBackMiniProgram.js +3 -0
- package/lib/clients/mp/alipayhk/navigateTo.d.ts +2 -0
- package/lib/clients/mp/alipayhk/navigateTo.js +3 -0
- package/lib/clients/mp/alipayhk/navigateToMiniProgram.d.ts +2 -0
- package/lib/clients/mp/alipayhk/navigateToMiniProgram.js +3 -0
- package/lib/clients/mp/alipayhk/notifyBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp/alipayhk/notifyBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp/alipayhk/offAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp/alipayhk/offAccelerometerChange.js +3 -0
- package/lib/clients/mp/alipayhk/offBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp/alipayhk/offBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp/alipayhk/offBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp/alipayhk/offBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp/alipayhk/offBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp/alipayhk/offBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp/alipayhk/offBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp/alipayhk/offBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp/alipayhk/offCompassChange.d.ts +2 -0
- package/lib/clients/mp/alipayhk/offCompassChange.js +3 -0
- package/lib/clients/mp/alipayhk/offMemoryWarning.d.ts +2 -0
- package/lib/clients/mp/alipayhk/offMemoryWarning.js +3 -0
- package/lib/clients/mp/alipayhk/offSocketClose.d.ts +2 -0
- package/lib/clients/mp/alipayhk/offSocketClose.js +3 -0
- package/lib/clients/mp/alipayhk/offSocketError.d.ts +2 -0
- package/lib/clients/mp/alipayhk/offSocketError.js +3 -0
- package/lib/clients/mp/alipayhk/offSocketMessage.d.ts +2 -0
- package/lib/clients/mp/alipayhk/offSocketMessage.js +3 -0
- package/lib/clients/mp/alipayhk/offSocketOpen.d.ts +2 -0
- package/lib/clients/mp/alipayhk/offSocketOpen.js +3 -0
- package/lib/clients/mp/alipayhk/offUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp/alipayhk/offUserCaptureScreen.js +3 -0
- package/lib/clients/mp/alipayhk/onAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp/alipayhk/onAccelerometerChange.js +3 -0
- package/lib/clients/mp/alipayhk/onBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp/alipayhk/onBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp/alipayhk/onBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp/alipayhk/onBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp/alipayhk/onBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp/alipayhk/onBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp/alipayhk/onBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp/alipayhk/onBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp/alipayhk/onCompassChange.d.ts +2 -0
- package/lib/clients/mp/alipayhk/onCompassChange.js +3 -0
- package/lib/clients/mp/alipayhk/onMemoryWarning.d.ts +2 -0
- package/lib/clients/mp/alipayhk/onMemoryWarning.js +3 -0
- package/lib/clients/mp/alipayhk/onSocketClose.d.ts +2 -0
- package/lib/clients/mp/alipayhk/onSocketClose.js +3 -0
- package/lib/clients/mp/alipayhk/onSocketError.d.ts +2 -0
- package/lib/clients/mp/alipayhk/onSocketError.js +3 -0
- package/lib/clients/mp/alipayhk/onSocketMessage.d.ts +2 -0
- package/lib/clients/mp/alipayhk/onSocketMessage.js +3 -0
- package/lib/clients/mp/alipayhk/onSocketOpen.d.ts +2 -0
- package/lib/clients/mp/alipayhk/onSocketOpen.js +3 -0
- package/lib/clients/mp/alipayhk/onUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp/alipayhk/onUserCaptureScreen.js +3 -0
- package/lib/clients/mp/alipayhk/openBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp/alipayhk/openBluetoothAdapter.js +3 -0
- package/lib/clients/mp/alipayhk/openDocument.d.ts +2 -0
- package/lib/clients/mp/alipayhk/openDocument.js +3 -0
- package/lib/clients/mp/alipayhk/openSetting.d.ts +2 -0
- package/lib/clients/mp/alipayhk/openSetting.js +3 -0
- package/lib/clients/mp/alipayhk/pageScrollTo.d.ts +2 -0
- package/lib/clients/mp/alipayhk/pageScrollTo.js +3 -0
- package/lib/clients/mp/alipayhk/previewImage.d.ts +2 -0
- package/lib/clients/mp/alipayhk/previewImage.js +3 -0
- package/lib/clients/mp/alipayhk/prompt.d.ts +2 -0
- package/lib/clients/mp/alipayhk/prompt.js +3 -0
- package/lib/clients/mp/alipayhk/reLaunch.d.ts +2 -0
- package/lib/clients/mp/alipayhk/reLaunch.js +3 -0
- package/lib/clients/mp/alipayhk/readBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp/alipayhk/readBLECharacteristicValue.js +3 -0
- package/lib/clients/mp/alipayhk/redirectTo.d.ts +2 -0
- package/lib/clients/mp/alipayhk/redirectTo.js +3 -0
- package/lib/clients/mp/alipayhk/removeSavedFile.d.ts +2 -0
- package/lib/clients/mp/alipayhk/removeSavedFile.js +3 -0
- package/lib/clients/mp/alipayhk/removeStorage.d.ts +2 -0
- package/lib/clients/mp/alipayhk/removeStorage.js +3 -0
- package/lib/clients/mp/alipayhk/removeStorageSync.d.ts +2 -0
- package/lib/clients/mp/alipayhk/removeStorageSync.js +3 -0
- package/lib/clients/mp/alipayhk/request.d.ts +2 -0
- package/lib/clients/mp/alipayhk/request.js +3 -0
- package/lib/clients/mp/alipayhk/saveFile.d.ts +2 -0
- package/lib/clients/mp/alipayhk/saveFile.js +3 -0
- package/lib/clients/mp/alipayhk/saveImage.d.ts +2 -0
- package/lib/clients/mp/alipayhk/saveImage.js +3 -0
- package/lib/clients/mp/alipayhk/scan.d.ts +2 -0
- package/lib/clients/mp/alipayhk/scan.js +3 -0
- package/lib/clients/mp/alipayhk/sendSocketMessage.d.ts +2 -0
- package/lib/clients/mp/alipayhk/sendSocketMessage.js +3 -0
- package/lib/clients/mp/alipayhk/setBackgroundColor.d.ts +2 -0
- package/lib/clients/mp/alipayhk/setBackgroundColor.js +3 -0
- package/lib/clients/mp/alipayhk/setCanPullDown.d.ts +2 -0
- package/lib/clients/mp/alipayhk/setCanPullDown.js +3 -0
- package/lib/clients/mp/alipayhk/setClipboard.d.ts +2 -0
- package/lib/clients/mp/alipayhk/setClipboard.js +3 -0
- package/lib/clients/mp/alipayhk/setKeepScreenOn.d.ts +2 -0
- package/lib/clients/mp/alipayhk/setKeepScreenOn.js +3 -0
- package/lib/clients/mp/alipayhk/setNavigationBar.d.ts +2 -0
- package/lib/clients/mp/alipayhk/setNavigationBar.js +3 -0
- package/lib/clients/mp/alipayhk/setScreenBrightness.d.ts +2 -0
- package/lib/clients/mp/alipayhk/setScreenBrightness.js +3 -0
- package/lib/clients/mp/alipayhk/setStorage.d.ts +2 -0
- package/lib/clients/mp/alipayhk/setStorage.js +3 -0
- package/lib/clients/mp/alipayhk/setStorageSync.d.ts +2 -0
- package/lib/clients/mp/alipayhk/setStorageSync.js +3 -0
- package/lib/clients/mp/alipayhk/setTabBarStyle.d.ts +2 -0
- package/lib/clients/mp/alipayhk/setTabBarStyle.js +3 -0
- package/lib/clients/mp/alipayhk/showActionSheet.d.ts +2 -0
- package/lib/clients/mp/alipayhk/showActionSheet.js +3 -0
- package/lib/clients/mp/alipayhk/showAuthGuide.d.ts +2 -0
- package/lib/clients/mp/alipayhk/showAuthGuide.js +3 -0
- package/lib/clients/mp/alipayhk/showLoading.d.ts +2 -0
- package/lib/clients/mp/alipayhk/showLoading.js +3 -0
- package/lib/clients/mp/alipayhk/showNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp/alipayhk/showNavigationBarLoading.js +3 -0
- package/lib/clients/mp/alipayhk/showSharePanel.d.ts +2 -0
- package/lib/clients/mp/alipayhk/showSharePanel.js +3 -0
- package/lib/clients/mp/alipayhk/showToast.d.ts +2 -0
- package/lib/clients/mp/alipayhk/showToast.js +3 -0
- package/lib/clients/mp/alipayhk/signContract.d.ts +2 -0
- package/lib/clients/mp/alipayhk/signContract.js +3 -0
- package/lib/clients/mp/alipayhk/startBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp/alipayhk/startBluetoothDevicesDiscovery.js +3 -0
- package/lib/clients/mp/alipayhk/startPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp/alipayhk/startPullDownRefresh.js +3 -0
- package/lib/clients/mp/alipayhk/stopBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp/alipayhk/stopBluetoothDevicesDiscovery.js +3 -0
- package/lib/clients/mp/alipayhk/stopPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp/alipayhk/stopPullDownRefresh.js +3 -0
- package/lib/clients/mp/alipayhk/switchTab.d.ts +2 -0
- package/lib/clients/mp/alipayhk/switchTab.js +3 -0
- package/lib/clients/mp/alipayhk/tradePay.d.ts +2 -0
- package/lib/clients/mp/alipayhk/tradePay.js +3 -0
- package/lib/clients/mp/alipayhk/uploadFile.d.ts +2 -0
- package/lib/clients/mp/alipayhk/uploadFile.js +3 -0
- package/lib/clients/mp/alipayhk/vibrate.d.ts +2 -0
- package/lib/clients/mp/alipayhk/vibrate.js +3 -0
- package/lib/clients/mp/alipayhk/watchShake.d.ts +2 -0
- package/lib/clients/mp/alipayhk/watchShake.js +3 -0
- package/lib/clients/mp/alipayhk/writeBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp/alipayhk/writeBLECharacteristicValue.js +3 -0
- package/lib/clients/mp/chope/addPhoneContact.d.ts +2 -0
- package/lib/clients/mp/chope/addPhoneContact.js +3 -0
- package/lib/clients/mp/chope/alert.d.ts +2 -0
- package/lib/clients/mp/chope/alert.js +3 -0
- package/lib/clients/mp/chope/canIUse.d.ts +2 -0
- package/lib/clients/mp/chope/canIUse.js +3 -0
- package/lib/clients/mp/chope/chooseImage.d.ts +2 -0
- package/lib/clients/mp/chope/chooseImage.js +3 -0
- package/lib/clients/mp/chope/choosePhoneContact.d.ts +2 -0
- package/lib/clients/mp/chope/choosePhoneContact.js +3 -0
- package/lib/clients/mp/chope/clearStorage.d.ts +2 -0
- package/lib/clients/mp/chope/clearStorage.js +3 -0
- package/lib/clients/mp/chope/clearStorageSync.d.ts +2 -0
- package/lib/clients/mp/chope/clearStorageSync.js +3 -0
- package/lib/clients/mp/chope/closeBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp/chope/closeBluetoothAdapter.js +3 -0
- package/lib/clients/mp/chope/closeSocket.d.ts +2 -0
- package/lib/clients/mp/chope/closeSocket.js +3 -0
- package/lib/clients/mp/chope/confirm.d.ts +2 -0
- package/lib/clients/mp/chope/confirm.js +3 -0
- package/lib/clients/mp/chope/connectBLEDevice.d.ts +2 -0
- package/lib/clients/mp/chope/connectBLEDevice.js +3 -0
- package/lib/clients/mp/chope/connectSocket.d.ts +2 -0
- package/lib/clients/mp/chope/connectSocket.js +3 -0
- package/lib/clients/mp/chope/createAnimation.d.ts +2 -0
- package/lib/clients/mp/chope/createAnimation.js +3 -0
- package/lib/clients/mp/chope/createSelectorQuery.d.ts +2 -0
- package/lib/clients/mp/chope/createSelectorQuery.js +3 -0
- package/lib/clients/mp/chope/createWebViewContext.d.ts +2 -0
- package/lib/clients/mp/chope/createWebViewContext.js +3 -0
- package/lib/clients/mp/chope/datePicker.d.ts +2 -0
- package/lib/clients/mp/chope/datePicker.js +3 -0
- package/lib/clients/mp/chope/disconnectBLEDevice.d.ts +2 -0
- package/lib/clients/mp/chope/disconnectBLEDevice.js +3 -0
- package/lib/clients/mp/chope/downloadFile.d.ts +2 -0
- package/lib/clients/mp/chope/downloadFile.js +3 -0
- package/lib/clients/mp/chope/getAppIdSync.d.ts +2 -0
- package/lib/clients/mp/chope/getAppIdSync.js +3 -0
- package/lib/clients/mp/chope/getAuthCode.d.ts +2 -0
- package/lib/clients/mp/chope/getAuthCode.js +3 -0
- package/lib/clients/mp/chope/getBLEDeviceCharacteristics.d.ts +2 -0
- package/lib/clients/mp/chope/getBLEDeviceCharacteristics.js +3 -0
- package/lib/clients/mp/chope/getBLEDeviceServices.d.ts +2 -0
- package/lib/clients/mp/chope/getBLEDeviceServices.js +3 -0
- package/lib/clients/mp/chope/getBatteryInfo.d.ts +2 -0
- package/lib/clients/mp/chope/getBatteryInfo.js +3 -0
- package/lib/clients/mp/chope/getBluetoothAdapterState.d.ts +2 -0
- package/lib/clients/mp/chope/getBluetoothAdapterState.js +3 -0
- package/lib/clients/mp/chope/getBluetoothDevices.d.ts +2 -0
- package/lib/clients/mp/chope/getBluetoothDevices.js +3 -0
- package/lib/clients/mp/chope/getClipboard.d.ts +2 -0
- package/lib/clients/mp/chope/getClipboard.js +3 -0
- package/lib/clients/mp/chope/getConnectedBluetoothDevices.d.ts +2 -0
- package/lib/clients/mp/chope/getConnectedBluetoothDevices.js +3 -0
- package/lib/clients/mp/chope/getFileInfo.d.ts +2 -0
- package/lib/clients/mp/chope/getFileInfo.js +3 -0
- package/lib/clients/mp/chope/getImageInfo.d.ts +2 -0
- package/lib/clients/mp/chope/getImageInfo.js +3 -0
- package/lib/clients/mp/chope/getLocation.d.ts +2 -0
- package/lib/clients/mp/chope/getLocation.js +3 -0
- package/lib/clients/mp/chope/getNetworkType.d.ts +2 -0
- package/lib/clients/mp/chope/getNetworkType.js +3 -0
- package/lib/clients/mp/chope/getOpenUserInfo.d.ts +2 -0
- package/lib/clients/mp/chope/getOpenUserInfo.js +3 -0
- package/lib/clients/mp/chope/getSavedFileInfo.d.ts +2 -0
- package/lib/clients/mp/chope/getSavedFileInfo.js +3 -0
- package/lib/clients/mp/chope/getSavedFileList.d.ts +2 -0
- package/lib/clients/mp/chope/getSavedFileList.js +3 -0
- package/lib/clients/mp/chope/getScreenBrightness.d.ts +2 -0
- package/lib/clients/mp/chope/getScreenBrightness.js +3 -0
- package/lib/clients/mp/chope/getServerTime.d.ts +2 -0
- package/lib/clients/mp/chope/getServerTime.js +3 -0
- package/lib/clients/mp/chope/getSetting.d.ts +2 -0
- package/lib/clients/mp/chope/getSetting.js +3 -0
- package/lib/clients/mp/chope/getSiteInfo.d.ts +2 -0
- package/lib/clients/mp/chope/getSiteInfo.js +3 -0
- package/lib/clients/mp/chope/getStorage.d.ts +2 -0
- package/lib/clients/mp/chope/getStorage.js +3 -0
- package/lib/clients/mp/chope/getStorageSync.d.ts +2 -0
- package/lib/clients/mp/chope/getStorageSync.js +3 -0
- package/lib/clients/mp/chope/getSystemInfo.d.ts +2 -0
- package/lib/clients/mp/chope/getSystemInfo.js +3 -0
- package/lib/clients/mp/chope/hideBackHome.d.ts +2 -0
- package/lib/clients/mp/chope/hideBackHome.js +3 -0
- package/lib/clients/mp/chope/hideKeyboard.d.ts +2 -0
- package/lib/clients/mp/chope/hideKeyboard.js +3 -0
- package/lib/clients/mp/chope/hideLoading.d.ts +2 -0
- package/lib/clients/mp/chope/hideLoading.js +3 -0
- package/lib/clients/mp/chope/hideNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp/chope/hideNavigationBarLoading.js +3 -0
- package/lib/clients/mp/chope/hideTabBar.d.ts +2 -0
- package/lib/clients/mp/chope/hideTabBar.js +3 -0
- package/lib/clients/mp/chope/hideToast.d.ts +2 -0
- package/lib/clients/mp/chope/hideToast.js +3 -0
- package/lib/clients/mp/chope/index.d.ts +351 -0
- package/lib/clients/mp/chope/index.js +247 -0
- package/lib/clients/mp/chope/makePhoneCall.d.ts +2 -0
- package/lib/clients/mp/chope/makePhoneCall.js +3 -0
- package/lib/clients/mp/chope/multiLevelSelect.d.ts +2 -0
- package/lib/clients/mp/chope/multiLevelSelect.js +3 -0
- package/lib/clients/mp/chope/navigateBack.d.ts +2 -0
- package/lib/clients/mp/chope/navigateBack.js +3 -0
- package/lib/clients/mp/chope/navigateBackMiniProgram.d.ts +2 -0
- package/lib/clients/mp/chope/navigateBackMiniProgram.js +3 -0
- package/lib/clients/mp/chope/navigateTo.d.ts +2 -0
- package/lib/clients/mp/chope/navigateTo.js +3 -0
- package/lib/clients/mp/chope/navigateToMiniProgram.d.ts +2 -0
- package/lib/clients/mp/chope/navigateToMiniProgram.js +3 -0
- package/lib/clients/mp/chope/notifyBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp/chope/notifyBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp/chope/offAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp/chope/offAccelerometerChange.js +3 -0
- package/lib/clients/mp/chope/offBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp/chope/offBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp/chope/offBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp/chope/offBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp/chope/offBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp/chope/offBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp/chope/offBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp/chope/offBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp/chope/offCompassChange.d.ts +2 -0
- package/lib/clients/mp/chope/offCompassChange.js +3 -0
- package/lib/clients/mp/chope/offMemoryWarning.d.ts +2 -0
- package/lib/clients/mp/chope/offMemoryWarning.js +3 -0
- package/lib/clients/mp/chope/offSocketClose.d.ts +2 -0
- package/lib/clients/mp/chope/offSocketClose.js +3 -0
- package/lib/clients/mp/chope/offSocketError.d.ts +2 -0
- package/lib/clients/mp/chope/offSocketError.js +3 -0
- package/lib/clients/mp/chope/offSocketMessage.d.ts +2 -0
- package/lib/clients/mp/chope/offSocketMessage.js +3 -0
- package/lib/clients/mp/chope/offSocketOpen.d.ts +2 -0
- package/lib/clients/mp/chope/offSocketOpen.js +3 -0
- package/lib/clients/mp/chope/offUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp/chope/offUserCaptureScreen.js +3 -0
- package/lib/clients/mp/chope/onAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp/chope/onAccelerometerChange.js +3 -0
- package/lib/clients/mp/chope/onBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp/chope/onBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp/chope/onBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp/chope/onBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp/chope/onBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp/chope/onBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp/chope/onBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp/chope/onBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp/chope/onCompassChange.d.ts +2 -0
- package/lib/clients/mp/chope/onCompassChange.js +3 -0
- package/lib/clients/mp/chope/onMemoryWarning.d.ts +2 -0
- package/lib/clients/mp/chope/onMemoryWarning.js +3 -0
- package/lib/clients/mp/chope/onSocketClose.d.ts +2 -0
- package/lib/clients/mp/chope/onSocketClose.js +3 -0
- package/lib/clients/mp/chope/onSocketError.d.ts +2 -0
- package/lib/clients/mp/chope/onSocketError.js +3 -0
- package/lib/clients/mp/chope/onSocketMessage.d.ts +2 -0
- package/lib/clients/mp/chope/onSocketMessage.js +3 -0
- package/lib/clients/mp/chope/onSocketOpen.d.ts +2 -0
- package/lib/clients/mp/chope/onSocketOpen.js +3 -0
- package/lib/clients/mp/chope/onUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp/chope/onUserCaptureScreen.js +3 -0
- package/lib/clients/mp/chope/openBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp/chope/openBluetoothAdapter.js +3 -0
- package/lib/clients/mp/chope/openDocument.d.ts +2 -0
- package/lib/clients/mp/chope/openDocument.js +3 -0
- package/lib/clients/mp/chope/openSetting.d.ts +2 -0
- package/lib/clients/mp/chope/openSetting.js +3 -0
- package/lib/clients/mp/chope/pageScrollTo.d.ts +2 -0
- package/lib/clients/mp/chope/pageScrollTo.js +3 -0
- package/lib/clients/mp/chope/previewImage.d.ts +2 -0
- package/lib/clients/mp/chope/previewImage.js +3 -0
- package/lib/clients/mp/chope/prompt.d.ts +2 -0
- package/lib/clients/mp/chope/prompt.js +3 -0
- package/lib/clients/mp/chope/reLaunch.d.ts +2 -0
- package/lib/clients/mp/chope/reLaunch.js +3 -0
- package/lib/clients/mp/chope/readBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp/chope/readBLECharacteristicValue.js +3 -0
- package/lib/clients/mp/chope/redirectTo.d.ts +2 -0
- package/lib/clients/mp/chope/redirectTo.js +3 -0
- package/lib/clients/mp/chope/removeSavedFile.d.ts +2 -0
- package/lib/clients/mp/chope/removeSavedFile.js +3 -0
- package/lib/clients/mp/chope/removeStorage.d.ts +2 -0
- package/lib/clients/mp/chope/removeStorage.js +3 -0
- package/lib/clients/mp/chope/removeStorageSync.d.ts +2 -0
- package/lib/clients/mp/chope/removeStorageSync.js +3 -0
- package/lib/clients/mp/chope/request.d.ts +2 -0
- package/lib/clients/mp/chope/request.js +3 -0
- package/lib/clients/mp/chope/saveFile.d.ts +2 -0
- package/lib/clients/mp/chope/saveFile.js +3 -0
- package/lib/clients/mp/chope/saveImage.d.ts +2 -0
- package/lib/clients/mp/chope/saveImage.js +3 -0
- package/lib/clients/mp/chope/scan.d.ts +2 -0
- package/lib/clients/mp/chope/scan.js +3 -0
- package/lib/clients/mp/chope/sendSocketMessage.d.ts +2 -0
- package/lib/clients/mp/chope/sendSocketMessage.js +3 -0
- package/lib/clients/mp/chope/setBackgroundColor.d.ts +2 -0
- package/lib/clients/mp/chope/setBackgroundColor.js +3 -0
- package/lib/clients/mp/chope/setCanPullDown.d.ts +2 -0
- package/lib/clients/mp/chope/setCanPullDown.js +3 -0
- package/lib/clients/mp/chope/setClipboard.d.ts +2 -0
- package/lib/clients/mp/chope/setClipboard.js +3 -0
- package/lib/clients/mp/chope/setKeepScreenOn.d.ts +2 -0
- package/lib/clients/mp/chope/setKeepScreenOn.js +3 -0
- package/lib/clients/mp/chope/setNavigationBar.d.ts +2 -0
- package/lib/clients/mp/chope/setNavigationBar.js +3 -0
- package/lib/clients/mp/chope/setScreenBrightness.d.ts +2 -0
- package/lib/clients/mp/chope/setScreenBrightness.js +3 -0
- package/lib/clients/mp/chope/setStorage.d.ts +2 -0
- package/lib/clients/mp/chope/setStorage.js +3 -0
- package/lib/clients/mp/chope/setStorageSync.d.ts +2 -0
- package/lib/clients/mp/chope/setStorageSync.js +3 -0
- package/lib/clients/mp/chope/setTabBarStyle.d.ts +2 -0
- package/lib/clients/mp/chope/setTabBarStyle.js +3 -0
- package/lib/clients/mp/chope/showActionSheet.d.ts +2 -0
- package/lib/clients/mp/chope/showActionSheet.js +3 -0
- package/lib/clients/mp/chope/showAuthGuide.d.ts +2 -0
- package/lib/clients/mp/chope/showAuthGuide.js +3 -0
- package/lib/clients/mp/chope/showLoading.d.ts +2 -0
- package/lib/clients/mp/chope/showLoading.js +3 -0
- package/lib/clients/mp/chope/showNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp/chope/showNavigationBarLoading.js +3 -0
- package/lib/clients/mp/chope/showSharePanel.d.ts +2 -0
- package/lib/clients/mp/chope/showSharePanel.js +3 -0
- package/lib/clients/mp/chope/showToast.d.ts +2 -0
- package/lib/clients/mp/chope/showToast.js +3 -0
- package/lib/clients/mp/chope/signContract.d.ts +2 -0
- package/lib/clients/mp/chope/signContract.js +3 -0
- package/lib/clients/mp/chope/startBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp/chope/startBluetoothDevicesDiscovery.js +3 -0
- package/lib/clients/mp/chope/startPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp/chope/startPullDownRefresh.js +3 -0
- package/lib/clients/mp/chope/stopBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp/chope/stopBluetoothDevicesDiscovery.js +3 -0
- package/lib/clients/mp/chope/stopPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp/chope/stopPullDownRefresh.js +3 -0
- package/lib/clients/mp/chope/switchTab.d.ts +2 -0
- package/lib/clients/mp/chope/switchTab.js +3 -0
- package/lib/clients/mp/chope/tradePay.d.ts +2 -0
- package/lib/clients/mp/chope/tradePay.js +3 -0
- package/lib/clients/mp/chope/uploadFile.d.ts +2 -0
- package/lib/clients/mp/chope/uploadFile.js +3 -0
- package/lib/clients/mp/chope/vibrate.d.ts +2 -0
- package/lib/clients/mp/chope/vibrate.js +3 -0
- package/lib/clients/mp/chope/watchShake.d.ts +2 -0
- package/lib/clients/mp/chope/watchShake.js +3 -0
- package/lib/clients/mp/chope/writeBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp/chope/writeBLECharacteristicValue.js +3 -0
- package/lib/clients/mp/dana/addPhoneContact.d.ts +2 -0
- package/lib/clients/mp/dana/addPhoneContact.js +3 -0
- package/lib/clients/mp/dana/alert.d.ts +2 -0
- package/lib/clients/mp/dana/alert.js +3 -0
- package/lib/clients/mp/dana/canIUse.d.ts +2 -0
- package/lib/clients/mp/dana/canIUse.js +3 -0
- package/lib/clients/mp/dana/chooseImage.d.ts +2 -0
- package/lib/clients/mp/dana/chooseImage.js +3 -0
- package/lib/clients/mp/dana/choosePhoneContact.d.ts +2 -0
- package/lib/clients/mp/dana/choosePhoneContact.js +3 -0
- package/lib/clients/mp/dana/clearStorage.d.ts +2 -0
- package/lib/clients/mp/dana/clearStorage.js +3 -0
- package/lib/clients/mp/dana/clearStorageSync.d.ts +2 -0
- package/lib/clients/mp/dana/clearStorageSync.js +3 -0
- package/lib/clients/mp/dana/closeBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp/dana/closeBluetoothAdapter.js +3 -0
- package/lib/clients/mp/dana/closeSocket.d.ts +2 -0
- package/lib/clients/mp/dana/closeSocket.js +3 -0
- package/lib/clients/mp/dana/confirm.d.ts +2 -0
- package/lib/clients/mp/dana/confirm.js +3 -0
- package/lib/clients/mp/dana/connectBLEDevice.d.ts +2 -0
- package/lib/clients/mp/dana/connectBLEDevice.js +3 -0
- package/lib/clients/mp/dana/connectSocket.d.ts +2 -0
- package/lib/clients/mp/dana/connectSocket.js +3 -0
- package/lib/clients/mp/dana/createAnimation.d.ts +2 -0
- package/lib/clients/mp/dana/createAnimation.js +3 -0
- package/lib/clients/mp/dana/createSelectorQuery.d.ts +2 -0
- package/lib/clients/mp/dana/createSelectorQuery.js +3 -0
- package/lib/clients/mp/dana/createWebViewContext.d.ts +2 -0
- package/lib/clients/mp/dana/createWebViewContext.js +3 -0
- package/lib/clients/mp/dana/datePicker.d.ts +2 -0
- package/lib/clients/mp/dana/datePicker.js +3 -0
- package/lib/clients/mp/dana/disconnectBLEDevice.d.ts +2 -0
- package/lib/clients/mp/dana/disconnectBLEDevice.js +3 -0
- package/lib/clients/mp/dana/downloadFile.d.ts +2 -0
- package/lib/clients/mp/dana/downloadFile.js +3 -0
- package/lib/clients/mp/dana/getAppIdSync.d.ts +2 -0
- package/lib/clients/mp/dana/getAppIdSync.js +3 -0
- package/lib/clients/mp/dana/getAuthCode.d.ts +2 -0
- package/lib/clients/mp/dana/getAuthCode.js +3 -0
- package/lib/clients/mp/dana/getBLEDeviceCharacteristics.d.ts +2 -0
- package/lib/clients/mp/dana/getBLEDeviceCharacteristics.js +3 -0
- package/lib/clients/mp/dana/getBLEDeviceServices.d.ts +2 -0
- package/lib/clients/mp/dana/getBLEDeviceServices.js +3 -0
- package/lib/clients/mp/dana/getBatteryInfo.d.ts +2 -0
- package/lib/clients/mp/dana/getBatteryInfo.js +3 -0
- package/lib/clients/mp/dana/getBluetoothAdapterState.d.ts +2 -0
- package/lib/clients/mp/dana/getBluetoothAdapterState.js +3 -0
- package/lib/clients/mp/dana/getBluetoothDevices.d.ts +2 -0
- package/lib/clients/mp/dana/getBluetoothDevices.js +3 -0
- package/lib/clients/mp/dana/getClipboard.d.ts +2 -0
- package/lib/clients/mp/dana/getClipboard.js +3 -0
- package/lib/clients/mp/dana/getConnectedBluetoothDevices.d.ts +2 -0
- package/lib/clients/mp/dana/getConnectedBluetoothDevices.js +3 -0
- package/lib/clients/mp/dana/getFileInfo.d.ts +2 -0
- package/lib/clients/mp/dana/getFileInfo.js +3 -0
- package/lib/clients/mp/dana/getImageInfo.d.ts +2 -0
- package/lib/clients/mp/dana/getImageInfo.js +3 -0
- package/lib/clients/mp/dana/getLocation.d.ts +2 -0
- package/lib/clients/mp/dana/getLocation.js +3 -0
- package/lib/clients/mp/dana/getNetworkType.d.ts +2 -0
- package/lib/clients/mp/dana/getNetworkType.js +3 -0
- package/lib/clients/mp/dana/getOpenUserInfo.d.ts +2 -0
- package/lib/clients/mp/dana/getOpenUserInfo.js +3 -0
- package/lib/clients/mp/dana/getSavedFileInfo.d.ts +2 -0
- package/lib/clients/mp/dana/getSavedFileInfo.js +3 -0
- package/lib/clients/mp/dana/getSavedFileList.d.ts +2 -0
- package/lib/clients/mp/dana/getSavedFileList.js +3 -0
- package/lib/clients/mp/dana/getScreenBrightness.d.ts +2 -0
- package/lib/clients/mp/dana/getScreenBrightness.js +3 -0
- package/lib/clients/mp/dana/getServerTime.d.ts +2 -0
- package/lib/clients/mp/dana/getServerTime.js +3 -0
- package/lib/clients/mp/dana/getSetting.d.ts +2 -0
- package/lib/clients/mp/dana/getSetting.js +3 -0
- package/lib/clients/mp/dana/getSiteInfo.d.ts +2 -0
- package/lib/clients/mp/dana/getSiteInfo.js +3 -0
- package/lib/clients/mp/dana/getStorage.d.ts +2 -0
- package/lib/clients/mp/dana/getStorage.js +3 -0
- package/lib/clients/mp/dana/getStorageSync.d.ts +2 -0
- package/lib/clients/mp/dana/getStorageSync.js +3 -0
- package/lib/clients/mp/dana/getSystemInfo.d.ts +2 -0
- package/lib/clients/mp/dana/getSystemInfo.js +3 -0
- package/lib/clients/mp/dana/hideBackHome.d.ts +2 -0
- package/lib/clients/mp/dana/hideBackHome.js +3 -0
- package/lib/clients/mp/dana/hideKeyboard.d.ts +2 -0
- package/lib/clients/mp/dana/hideKeyboard.js +3 -0
- package/lib/clients/mp/dana/hideLoading.d.ts +2 -0
- package/lib/clients/mp/dana/hideLoading.js +3 -0
- package/lib/clients/mp/dana/hideNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp/dana/hideNavigationBarLoading.js +3 -0
- package/lib/clients/mp/dana/hideTabBar.d.ts +2 -0
- package/lib/clients/mp/dana/hideTabBar.js +3 -0
- package/lib/clients/mp/dana/hideToast.d.ts +2 -0
- package/lib/clients/mp/dana/hideToast.js +3 -0
- package/lib/clients/mp/dana/index.d.ts +351 -1
- package/lib/clients/mp/dana/index.js +247 -1
- package/lib/clients/mp/dana/makePhoneCall.d.ts +2 -0
- package/lib/clients/mp/dana/makePhoneCall.js +3 -0
- package/lib/clients/mp/dana/multiLevelSelect.d.ts +2 -0
- package/lib/clients/mp/dana/multiLevelSelect.js +3 -0
- package/lib/clients/mp/dana/navigateBack.d.ts +2 -0
- package/lib/clients/mp/dana/navigateBack.js +3 -0
- package/lib/clients/mp/dana/navigateBackMiniProgram.d.ts +2 -0
- package/lib/clients/mp/dana/navigateBackMiniProgram.js +3 -0
- package/lib/clients/mp/dana/navigateTo.d.ts +2 -0
- package/lib/clients/mp/dana/navigateTo.js +3 -0
- package/lib/clients/mp/dana/navigateToMiniProgram.d.ts +2 -0
- package/lib/clients/mp/dana/navigateToMiniProgram.js +3 -0
- package/lib/clients/mp/dana/notifyBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp/dana/notifyBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp/dana/offAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp/dana/offAccelerometerChange.js +3 -0
- package/lib/clients/mp/dana/offBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp/dana/offBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp/dana/offBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp/dana/offBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp/dana/offBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp/dana/offBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp/dana/offBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp/dana/offBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp/dana/offCompassChange.d.ts +2 -0
- package/lib/clients/mp/dana/offCompassChange.js +3 -0
- package/lib/clients/mp/dana/offMemoryWarning.d.ts +2 -0
- package/lib/clients/mp/dana/offMemoryWarning.js +3 -0
- package/lib/clients/mp/dana/offSocketClose.d.ts +2 -0
- package/lib/clients/mp/dana/offSocketClose.js +3 -0
- package/lib/clients/mp/dana/offSocketError.d.ts +2 -0
- package/lib/clients/mp/dana/offSocketError.js +3 -0
- package/lib/clients/mp/dana/offSocketMessage.d.ts +2 -0
- package/lib/clients/mp/dana/offSocketMessage.js +3 -0
- package/lib/clients/mp/dana/offSocketOpen.d.ts +2 -0
- package/lib/clients/mp/dana/offSocketOpen.js +3 -0
- package/lib/clients/mp/dana/offUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp/dana/offUserCaptureScreen.js +3 -0
- package/lib/clients/mp/dana/onAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp/dana/onAccelerometerChange.js +3 -0
- package/lib/clients/mp/dana/onBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp/dana/onBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp/dana/onBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp/dana/onBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp/dana/onBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp/dana/onBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp/dana/onBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp/dana/onBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp/dana/onCompassChange.d.ts +2 -0
- package/lib/clients/mp/dana/onCompassChange.js +3 -0
- package/lib/clients/mp/dana/onMemoryWarning.d.ts +2 -0
- package/lib/clients/mp/dana/onMemoryWarning.js +3 -0
- package/lib/clients/mp/dana/onSocketClose.d.ts +2 -0
- package/lib/clients/mp/dana/onSocketClose.js +3 -0
- package/lib/clients/mp/dana/onSocketError.d.ts +2 -0
- package/lib/clients/mp/dana/onSocketError.js +3 -0
- package/lib/clients/mp/dana/onSocketMessage.d.ts +2 -0
- package/lib/clients/mp/dana/onSocketMessage.js +3 -0
- package/lib/clients/mp/dana/onSocketOpen.d.ts +2 -0
- package/lib/clients/mp/dana/onSocketOpen.js +3 -0
- package/lib/clients/mp/dana/onUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp/dana/onUserCaptureScreen.js +3 -0
- package/lib/clients/mp/dana/openBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp/dana/openBluetoothAdapter.js +3 -0
- package/lib/clients/mp/dana/openDocument.d.ts +2 -0
- package/lib/clients/mp/dana/openDocument.js +3 -0
- package/lib/clients/mp/dana/openSetting.d.ts +2 -0
- package/lib/clients/mp/dana/openSetting.js +3 -0
- package/lib/clients/mp/dana/pageScrollTo.d.ts +2 -0
- package/lib/clients/mp/dana/pageScrollTo.js +3 -0
- package/lib/clients/mp/dana/previewImage.d.ts +2 -0
- package/lib/clients/mp/dana/previewImage.js +3 -0
- package/lib/clients/mp/dana/prompt.d.ts +2 -0
- package/lib/clients/mp/dana/prompt.js +3 -0
- package/lib/clients/mp/dana/reLaunch.d.ts +2 -0
- package/lib/clients/mp/dana/reLaunch.js +3 -0
- package/lib/clients/mp/dana/readBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp/dana/readBLECharacteristicValue.js +3 -0
- package/lib/clients/mp/dana/redirectTo.d.ts +2 -0
- package/lib/clients/mp/dana/redirectTo.js +3 -0
- package/lib/clients/mp/dana/removeSavedFile.d.ts +2 -0
- package/lib/clients/mp/dana/removeSavedFile.js +3 -0
- package/lib/clients/mp/dana/removeStorage.d.ts +2 -0
- package/lib/clients/mp/dana/removeStorage.js +3 -0
- package/lib/clients/mp/dana/removeStorageSync.d.ts +2 -0
- package/lib/clients/mp/dana/removeStorageSync.js +3 -0
- package/lib/clients/mp/dana/request.d.ts +2 -0
- package/lib/clients/mp/dana/request.js +3 -0
- package/lib/clients/mp/dana/saveFile.d.ts +2 -0
- package/lib/clients/mp/dana/saveFile.js +3 -0
- package/lib/clients/mp/dana/saveImage.d.ts +2 -0
- package/lib/clients/mp/dana/saveImage.js +3 -0
- package/lib/clients/mp/dana/scan.d.ts +2 -0
- package/lib/clients/mp/dana/scan.js +3 -0
- package/lib/clients/mp/dana/sendSocketMessage.d.ts +2 -0
- package/lib/clients/mp/dana/sendSocketMessage.js +3 -0
- package/lib/clients/mp/dana/setBackgroundColor.d.ts +2 -0
- package/lib/clients/mp/dana/setBackgroundColor.js +3 -0
- package/lib/clients/mp/dana/setCanPullDown.d.ts +2 -0
- package/lib/clients/mp/dana/setCanPullDown.js +3 -0
- package/lib/clients/mp/dana/setClipboard.d.ts +2 -0
- package/lib/clients/mp/dana/setClipboard.js +3 -0
- package/lib/clients/mp/dana/setKeepScreenOn.d.ts +2 -0
- package/lib/clients/mp/dana/setKeepScreenOn.js +3 -0
- package/lib/clients/mp/dana/setNavigationBar.d.ts +2 -0
- package/lib/clients/mp/dana/setNavigationBar.js +3 -0
- package/lib/clients/mp/dana/setScreenBrightness.d.ts +2 -0
- package/lib/clients/mp/dana/setScreenBrightness.js +3 -0
- package/lib/clients/mp/dana/setStorage.d.ts +2 -0
- package/lib/clients/mp/dana/setStorage.js +3 -0
- package/lib/clients/mp/dana/setStorageSync.d.ts +2 -0
- package/lib/clients/mp/dana/setStorageSync.js +3 -0
- package/lib/clients/mp/dana/setTabBarStyle.d.ts +2 -0
- package/lib/clients/mp/dana/setTabBarStyle.js +3 -0
- package/lib/clients/mp/dana/showActionSheet.d.ts +2 -0
- package/lib/clients/mp/dana/showActionSheet.js +3 -0
- package/lib/clients/mp/dana/showAuthGuide.d.ts +2 -0
- package/lib/clients/mp/dana/showAuthGuide.js +3 -0
- package/lib/clients/mp/dana/showLoading.d.ts +2 -0
- package/lib/clients/mp/dana/showLoading.js +3 -0
- package/lib/clients/mp/dana/showNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp/dana/showNavigationBarLoading.js +3 -0
- package/lib/clients/mp/dana/showSharePanel.d.ts +2 -0
- package/lib/clients/mp/dana/showSharePanel.js +3 -0
- package/lib/clients/mp/dana/showToast.d.ts +2 -0
- package/lib/clients/mp/dana/showToast.js +3 -0
- package/lib/clients/mp/dana/signContract.d.ts +2 -0
- package/lib/clients/mp/dana/signContract.js +3 -0
- package/lib/clients/mp/dana/startBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp/dana/startBluetoothDevicesDiscovery.js +3 -0
- package/lib/clients/mp/dana/startPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp/dana/startPullDownRefresh.js +3 -0
- package/lib/clients/mp/dana/stopBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp/dana/stopBluetoothDevicesDiscovery.js +3 -0
- package/lib/clients/mp/dana/stopPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp/dana/stopPullDownRefresh.js +3 -0
- package/lib/clients/mp/dana/switchTab.d.ts +2 -0
- package/lib/clients/mp/dana/switchTab.js +3 -0
- package/lib/clients/mp/dana/tradePay.d.ts +2 -0
- package/lib/clients/mp/dana/tradePay.js +3 -0
- package/lib/clients/mp/dana/uploadFile.d.ts +2 -0
- package/lib/clients/mp/dana/uploadFile.js +3 -0
- package/lib/clients/mp/dana/vibrate.d.ts +2 -0
- package/lib/clients/mp/dana/vibrate.js +3 -0
- package/lib/clients/mp/dana/watchShake.d.ts +2 -0
- package/lib/clients/mp/dana/watchShake.js +3 -0
- package/lib/clients/mp/dana/writeBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp/dana/writeBLECharacteristicValue.js +3 -0
- package/lib/clients/mp/demo/APRegionRPC.d.ts +2 -0
- package/lib/clients/mp/demo/APRegionRPC.js +3 -0
- package/lib/clients/mp/demo/addFatigueAction.d.ts +2 -0
- package/lib/clients/mp/demo/addFatigueAction.js +3 -0
- package/lib/clients/mp/demo/addPhoneContact.d.ts +2 -0
- package/lib/clients/mp/demo/addPhoneContact.js +3 -0
- package/lib/clients/mp/demo/alert.d.ts +2 -0
- package/lib/clients/mp/demo/alert.js +3 -0
- package/lib/clients/mp/demo/apDisableJSAPI.d.ts +2 -0
- package/lib/clients/mp/demo/apDisableJSAPI.js +3 -0
- package/lib/clients/mp/demo/appxrpc.d.ts +2 -0
- package/lib/clients/mp/demo/appxrpc.js +3 -0
- package/lib/clients/mp/demo/batchQueryCdpSpaceInfo.d.ts +2 -0
- package/lib/clients/mp/demo/batchQueryCdpSpaceInfo.js +3 -0
- package/lib/clients/mp/demo/canIUse.d.ts +2 -0
- package/lib/clients/mp/demo/canIUse.js +3 -0
- package/lib/clients/mp/demo/chooseImage.d.ts +2 -0
- package/lib/clients/mp/demo/chooseImage.js +3 -0
- package/lib/clients/mp/demo/choosePhoneContact.d.ts +2 -0
- package/lib/clients/mp/demo/choosePhoneContact.js +3 -0
- package/lib/clients/mp/demo/clearStorage.d.ts +2 -0
- package/lib/clients/mp/demo/clearStorage.js +3 -0
- package/lib/clients/mp/demo/clearStorageSync.d.ts +2 -0
- package/lib/clients/mp/demo/clearStorageSync.js +3 -0
- package/lib/clients/mp/demo/closeBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp/demo/closeBluetoothAdapter.js +3 -0
- package/lib/clients/mp/demo/closeSocket.d.ts +2 -0
- package/lib/clients/mp/demo/closeSocket.js +3 -0
- package/lib/clients/mp/demo/confirm.d.ts +2 -0
- package/lib/clients/mp/demo/confirm.js +3 -0
- package/lib/clients/mp/demo/connectBLEDevice.d.ts +2 -0
- package/lib/clients/mp/demo/connectBLEDevice.js +3 -0
- package/lib/clients/mp/demo/connectSocket.d.ts +2 -0
- package/lib/clients/mp/demo/connectSocket.js +3 -0
- package/lib/clients/mp/demo/createAnimation.d.ts +2 -0
- package/lib/clients/mp/demo/createAnimation.js +3 -0
- package/lib/clients/mp/demo/createSelectorQuery.d.ts +2 -0
- package/lib/clients/mp/demo/createSelectorQuery.js +3 -0
- package/lib/clients/mp/demo/createWebViewContext.d.ts +2 -0
- package/lib/clients/mp/demo/createWebViewContext.js +3 -0
- package/lib/clients/mp/demo/crossPay.d.ts +2 -0
- package/lib/clients/mp/demo/crossPay.js +3 -0
- package/lib/clients/mp/demo/datePicker.d.ts +2 -0
- package/lib/clients/mp/demo/datePicker.js +3 -0
- package/lib/clients/mp/demo/disconnectBLEDevice.d.ts +2 -0
- package/lib/clients/mp/demo/disconnectBLEDevice.js +3 -0
- package/lib/clients/mp/demo/downloadFile.d.ts +2 -0
- package/lib/clients/mp/demo/downloadFile.js +3 -0
- package/lib/clients/mp/demo/exitApp.d.ts +2 -0
- package/lib/clients/mp/demo/exitApp.js +3 -0
- package/lib/clients/mp/demo/getAppIdSync.d.ts +2 -0
- package/lib/clients/mp/demo/getAppIdSync.js +3 -0
- package/lib/clients/mp/demo/getAppToken.d.ts +2 -0
- package/lib/clients/mp/demo/getAppToken.js +3 -0
- package/lib/clients/mp/demo/getAuthCode.d.ts +2 -0
- package/lib/clients/mp/demo/getAuthCode.js +3 -0
- package/lib/clients/mp/demo/getBLEDeviceCharacteristics.d.ts +2 -0
- package/lib/clients/mp/demo/getBLEDeviceCharacteristics.js +3 -0
- package/lib/clients/mp/demo/getBLEDeviceServices.d.ts +2 -0
- package/lib/clients/mp/demo/getBLEDeviceServices.js +3 -0
- package/lib/clients/mp/demo/getBatteryInfo.d.ts +2 -0
- package/lib/clients/mp/demo/getBatteryInfo.js +3 -0
- package/lib/clients/mp/demo/getBluetoothAdapterState.d.ts +2 -0
- package/lib/clients/mp/demo/getBluetoothAdapterState.js +3 -0
- package/lib/clients/mp/demo/getBluetoothDevices.d.ts +2 -0
- package/lib/clients/mp/demo/getBluetoothDevices.js +3 -0
- package/lib/clients/mp/demo/getClipboard.d.ts +2 -0
- package/lib/clients/mp/demo/getClipboard.js +3 -0
- package/lib/clients/mp/demo/getComponentAuth.d.ts +2 -0
- package/lib/clients/mp/demo/getComponentAuth.js +3 -0
- package/lib/clients/mp/demo/getConnectedBluetoothDevices.d.ts +2 -0
- package/lib/clients/mp/demo/getConnectedBluetoothDevices.js +3 -0
- package/lib/clients/mp/demo/getFileInfo.d.ts +2 -0
- package/lib/clients/mp/demo/getFileInfo.js +3 -0
- package/lib/clients/mp/demo/getImageInfo.d.ts +2 -0
- package/lib/clients/mp/demo/getImageInfo.js +3 -0
- package/lib/clients/mp/demo/getLocation.d.ts +2 -0
- package/lib/clients/mp/demo/getLocation.js +3 -0
- package/lib/clients/mp/demo/getNetworkType.d.ts +2 -0
- package/lib/clients/mp/demo/getNetworkType.js +3 -0
- package/lib/clients/mp/demo/getOpenUserInfo.d.ts +2 -0
- package/lib/clients/mp/demo/getOpenUserInfo.js +3 -0
- package/lib/clients/mp/demo/getPaymentCode.d.ts +2 -0
- package/lib/clients/mp/demo/getPaymentCode.js +3 -0
- package/lib/clients/mp/demo/getPhoneNumber.d.ts +2 -0
- package/lib/clients/mp/demo/getPhoneNumber.js +3 -0
- package/lib/clients/mp/demo/getSavedFileInfo.d.ts +2 -0
- package/lib/clients/mp/demo/getSavedFileInfo.js +3 -0
- package/lib/clients/mp/demo/getSavedFileList.d.ts +2 -0
- package/lib/clients/mp/demo/getSavedFileList.js +3 -0
- package/lib/clients/mp/demo/getScreenBrightness.d.ts +2 -0
- package/lib/clients/mp/demo/getScreenBrightness.js +3 -0
- package/lib/clients/mp/demo/getServerTime.d.ts +2 -0
- package/lib/clients/mp/demo/getServerTime.js +3 -0
- package/lib/clients/mp/demo/getSetting.d.ts +2 -0
- package/lib/clients/mp/demo/getSetting.js +3 -0
- package/lib/clients/mp/demo/getSiteInfo.d.ts +2 -0
- package/lib/clients/mp/demo/getSiteInfo.js +3 -0
- package/lib/clients/mp/demo/getStorage.d.ts +2 -0
- package/lib/clients/mp/demo/getStorage.js +3 -0
- package/lib/clients/mp/demo/getStorageInfo.d.ts +2 -0
- package/lib/clients/mp/demo/getStorageInfo.js +3 -0
- package/lib/clients/mp/demo/getStorageInfoSync.d.ts +2 -0
- package/lib/clients/mp/demo/getStorageInfoSync.js +3 -0
- package/lib/clients/mp/demo/getStorageSync.d.ts +2 -0
- package/lib/clients/mp/demo/getStorageSync.js +3 -0
- package/lib/clients/mp/demo/getSystemInfo.d.ts +2 -0
- package/lib/clients/mp/demo/getSystemInfo.js +3 -0
- package/lib/clients/mp/demo/getSystemInfoSync.d.ts +2 -0
- package/lib/clients/mp/demo/getSystemInfoSync.js +3 -0
- package/lib/clients/mp/demo/hideBackHome.d.ts +2 -0
- package/lib/clients/mp/demo/hideBackHome.js +3 -0
- package/lib/clients/mp/demo/hideKeyboard.d.ts +2 -0
- package/lib/clients/mp/demo/hideKeyboard.js +3 -0
- package/lib/clients/mp/demo/hideLoading.d.ts +2 -0
- package/lib/clients/mp/demo/hideLoading.js +3 -0
- package/lib/clients/mp/demo/hideNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp/demo/hideNavigationBarLoading.js +3 -0
- package/lib/clients/mp/demo/hideOptionButton.d.ts +2 -0
- package/lib/clients/mp/demo/hideOptionButton.js +3 -0
- package/lib/clients/mp/demo/hideTabBar.d.ts +2 -0
- package/lib/clients/mp/demo/hideTabBar.js +3 -0
- package/lib/clients/mp/demo/hideToast.d.ts +2 -0
- package/lib/clients/mp/demo/hideToast.js +3 -0
- package/lib/clients/mp/demo/index.d.ts +407 -0
- package/lib/clients/mp/demo/index.js +301 -0
- package/lib/clients/mp/demo/inquireQuote.d.ts +2 -0
- package/lib/clients/mp/demo/inquireQuote.js +3 -0
- package/lib/clients/mp/demo/isInstalledApp.d.ts +2 -0
- package/lib/clients/mp/demo/isInstalledApp.js +3 -0
- package/lib/clients/mp/demo/makePhoneCall.d.ts +2 -0
- package/lib/clients/mp/demo/makePhoneCall.js +3 -0
- package/lib/clients/mp/demo/multiLevelSelect.d.ts +2 -0
- package/lib/clients/mp/demo/multiLevelSelect.js +3 -0
- package/lib/clients/mp/demo/navigateBack.d.ts +2 -0
- package/lib/clients/mp/demo/navigateBack.js +3 -0
- package/lib/clients/mp/demo/navigateBackMiniProgram.d.ts +2 -0
- package/lib/clients/mp/demo/navigateBackMiniProgram.js +3 -0
- package/lib/clients/mp/demo/navigateTo.d.ts +2 -0
- package/lib/clients/mp/demo/navigateTo.js +3 -0
- package/lib/clients/mp/demo/navigateToBizScene.d.ts +2 -0
- package/lib/clients/mp/demo/navigateToBizScene.js +3 -0
- package/lib/clients/mp/demo/navigateToMiniProgram.d.ts +2 -0
- package/lib/clients/mp/demo/navigateToMiniProgram.js +3 -0
- package/lib/clients/mp/demo/notifyBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp/demo/notifyBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp/demo/offAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp/demo/offAccelerometerChange.js +3 -0
- package/lib/clients/mp/demo/offBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp/demo/offBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp/demo/offBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp/demo/offBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp/demo/offBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp/demo/offBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp/demo/offBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp/demo/offBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp/demo/offCompassChange.d.ts +2 -0
- package/lib/clients/mp/demo/offCompassChange.js +3 -0
- package/lib/clients/mp/demo/offMemoryWarning.d.ts +2 -0
- package/lib/clients/mp/demo/offMemoryWarning.js +3 -0
- package/lib/clients/mp/demo/offSocketClose.d.ts +2 -0
- package/lib/clients/mp/demo/offSocketClose.js +3 -0
- package/lib/clients/mp/demo/offSocketError.d.ts +2 -0
- package/lib/clients/mp/demo/offSocketError.js +3 -0
- package/lib/clients/mp/demo/offSocketMessage.d.ts +2 -0
- package/lib/clients/mp/demo/offSocketMessage.js +3 -0
- package/lib/clients/mp/demo/offSocketOpen.d.ts +2 -0
- package/lib/clients/mp/demo/offSocketOpen.js +3 -0
- package/lib/clients/mp/demo/offUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp/demo/offUserCaptureScreen.js +3 -0
- package/lib/clients/mp/demo/onAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp/demo/onAccelerometerChange.js +3 -0
- package/lib/clients/mp/demo/onBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp/demo/onBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp/demo/onBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp/demo/onBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp/demo/onBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp/demo/onBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp/demo/onBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp/demo/onBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp/demo/onCompassChange.d.ts +2 -0
- package/lib/clients/mp/demo/onCompassChange.js +3 -0
- package/lib/clients/mp/demo/onMemoryWarning.d.ts +2 -0
- package/lib/clients/mp/demo/onMemoryWarning.js +3 -0
- package/lib/clients/mp/demo/onMessage.d.ts +2 -0
- package/lib/clients/mp/demo/onMessage.js +3 -0
- package/lib/clients/mp/demo/onSocketClose.d.ts +2 -0
- package/lib/clients/mp/demo/onSocketClose.js +3 -0
- package/lib/clients/mp/demo/onSocketError.d.ts +2 -0
- package/lib/clients/mp/demo/onSocketError.js +3 -0
- package/lib/clients/mp/demo/onSocketMessage.d.ts +2 -0
- package/lib/clients/mp/demo/onSocketMessage.js +3 -0
- package/lib/clients/mp/demo/onSocketOpen.d.ts +2 -0
- package/lib/clients/mp/demo/onSocketOpen.js +3 -0
- package/lib/clients/mp/demo/onUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp/demo/onUserCaptureScreen.js +3 -0
- package/lib/clients/mp/demo/openBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp/demo/openBluetoothAdapter.js +3 -0
- package/lib/clients/mp/demo/openDocument.d.ts +2 -0
- package/lib/clients/mp/demo/openDocument.js +3 -0
- package/lib/clients/mp/demo/openSchemeWithBacking.d.ts +2 -0
- package/lib/clients/mp/demo/openSchemeWithBacking.js +3 -0
- package/lib/clients/mp/demo/openSetting.d.ts +2 -0
- package/lib/clients/mp/demo/openSetting.js +3 -0
- package/lib/clients/mp/demo/pageScrollTo.d.ts +2 -0
- package/lib/clients/mp/demo/pageScrollTo.js +3 -0
- package/lib/clients/mp/demo/paySignCenter.d.ts +2 -0
- package/lib/clients/mp/demo/paySignCenter.js +3 -0
- package/lib/clients/mp/demo/postMessage.d.ts +2 -0
- package/lib/clients/mp/demo/postMessage.js +3 -0
- package/lib/clients/mp/demo/previewImage.d.ts +2 -0
- package/lib/clients/mp/demo/previewImage.js +3 -0
- package/lib/clients/mp/demo/prompt.d.ts +2 -0
- package/lib/clients/mp/demo/prompt.js +3 -0
- package/lib/clients/mp/demo/reLaunch.d.ts +2 -0
- package/lib/clients/mp/demo/reLaunch.js +3 -0
- package/lib/clients/mp/demo/readBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp/demo/readBLECharacteristicValue.js +3 -0
- package/lib/clients/mp/demo/redirectTo.d.ts +2 -0
- package/lib/clients/mp/demo/redirectTo.js +3 -0
- package/lib/clients/mp/demo/regionFetchAllApps.d.ts +2 -0
- package/lib/clients/mp/demo/regionFetchAllApps.js +3 -0
- package/lib/clients/mp/demo/regionSearchAppsByKeywords.d.ts +2 -0
- package/lib/clients/mp/demo/regionSearchAppsByKeywords.js +3 -0
- package/lib/clients/mp/demo/removeSavedFile.d.ts +2 -0
- package/lib/clients/mp/demo/removeSavedFile.js +3 -0
- package/lib/clients/mp/demo/removeStorage.d.ts +2 -0
- package/lib/clients/mp/demo/removeStorage.js +3 -0
- package/lib/clients/mp/demo/removeStorageSync.d.ts +2 -0
- package/lib/clients/mp/demo/removeStorageSync.js +3 -0
- package/lib/clients/mp/demo/request.d.ts +2 -0
- package/lib/clients/mp/demo/request.js +3 -0
- package/lib/clients/mp/demo/rpc.d.ts +2 -0
- package/lib/clients/mp/demo/rpc.js +3 -0
- package/lib/clients/mp/demo/saveFile.d.ts +2 -0
- package/lib/clients/mp/demo/saveFile.js +3 -0
- package/lib/clients/mp/demo/saveImage.d.ts +2 -0
- package/lib/clients/mp/demo/saveImage.js +3 -0
- package/lib/clients/mp/demo/scan.d.ts +2 -0
- package/lib/clients/mp/demo/scan.js +3 -0
- package/lib/clients/mp/demo/sendSocketMessage.d.ts +2 -0
- package/lib/clients/mp/demo/sendSocketMessage.js +3 -0
- package/lib/clients/mp/demo/setBackgroundColor.d.ts +2 -0
- package/lib/clients/mp/demo/setBackgroundColor.js +3 -0
- package/lib/clients/mp/demo/setCanPullDown.d.ts +2 -0
- package/lib/clients/mp/demo/setCanPullDown.js +3 -0
- package/lib/clients/mp/demo/setClipboard.d.ts +2 -0
- package/lib/clients/mp/demo/setClipboard.js +3 -0
- package/lib/clients/mp/demo/setKeepScreenOn.d.ts +2 -0
- package/lib/clients/mp/demo/setKeepScreenOn.js +3 -0
- package/lib/clients/mp/demo/setNavigationBar.d.ts +2 -0
- package/lib/clients/mp/demo/setNavigationBar.js +3 -0
- package/lib/clients/mp/demo/setOptionMenu.d.ts +2 -0
- package/lib/clients/mp/demo/setOptionMenu.js +3 -0
- package/lib/clients/mp/demo/setScreenBrightness.d.ts +2 -0
- package/lib/clients/mp/demo/setScreenBrightness.js +3 -0
- package/lib/clients/mp/demo/setStorage.d.ts +2 -0
- package/lib/clients/mp/demo/setStorage.js +3 -0
- package/lib/clients/mp/demo/setStorageSync.d.ts +2 -0
- package/lib/clients/mp/demo/setStorageSync.js +3 -0
- package/lib/clients/mp/demo/setTabBarStyle.d.ts +2 -0
- package/lib/clients/mp/demo/setTabBarStyle.js +3 -0
- package/lib/clients/mp/demo/showActionSheet.d.ts +2 -0
- package/lib/clients/mp/demo/showActionSheet.js +3 -0
- package/lib/clients/mp/demo/showAuthGuide.d.ts +2 -0
- package/lib/clients/mp/demo/showAuthGuide.js +3 -0
- package/lib/clients/mp/demo/showLoading.d.ts +2 -0
- package/lib/clients/mp/demo/showLoading.js +3 -0
- package/lib/clients/mp/demo/showNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp/demo/showNavigationBarLoading.js +3 -0
- package/lib/clients/mp/demo/showSharePanel.d.ts +2 -0
- package/lib/clients/mp/demo/showSharePanel.js +3 -0
- package/lib/clients/mp/demo/showToast.d.ts +2 -0
- package/lib/clients/mp/demo/showToast.js +3 -0
- package/lib/clients/mp/demo/signContract.d.ts +2 -0
- package/lib/clients/mp/demo/signContract.js +3 -0
- package/lib/clients/mp/demo/startApp.d.ts +2 -0
- package/lib/clients/mp/demo/startApp.js +3 -0
- package/lib/clients/mp/demo/startBizService.d.ts +2 -0
- package/lib/clients/mp/demo/startBizService.js +3 -0
- package/lib/clients/mp/demo/startBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp/demo/startBluetoothDevicesDiscovery.js +3 -0
- package/lib/clients/mp/demo/startPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp/demo/startPullDownRefresh.js +3 -0
- package/lib/clients/mp/demo/stopBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp/demo/stopBluetoothDevicesDiscovery.js +3 -0
- package/lib/clients/mp/demo/stopPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp/demo/stopPullDownRefresh.js +3 -0
- package/lib/clients/mp/demo/switchTab.d.ts +2 -0
- package/lib/clients/mp/demo/switchTab.js +3 -0
- package/lib/clients/mp/demo/thirdPartyAuthForAc.d.ts +2 -0
- package/lib/clients/mp/demo/thirdPartyAuthForAc.js +3 -0
- package/lib/clients/mp/demo/tradePay.d.ts +2 -0
- package/lib/clients/mp/demo/tradePay.js +3 -0
- package/lib/clients/mp/demo/uploadApdidToken.d.ts +2 -0
- package/lib/clients/mp/demo/uploadApdidToken.js +3 -0
- package/lib/clients/mp/demo/uploadFile.d.ts +2 -0
- package/lib/clients/mp/demo/uploadFile.js +3 -0
- package/lib/clients/mp/demo/vibrate.d.ts +2 -0
- package/lib/clients/mp/demo/vibrate.js +3 -0
- package/lib/clients/mp/demo/watchShake.d.ts +2 -0
- package/lib/clients/mp/demo/watchShake.js +3 -0
- package/lib/clients/mp/demo/writeBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp/demo/writeBLECharacteristicValue.js +3 -0
- package/lib/clients/mp/gcash/addPhoneContact.d.ts +2 -0
- package/lib/clients/mp/gcash/addPhoneContact.js +3 -0
- package/lib/clients/mp/gcash/alert.d.ts +2 -0
- package/lib/clients/mp/gcash/alert.js +3 -0
- package/lib/clients/mp/gcash/canIUse.d.ts +2 -0
- package/lib/clients/mp/gcash/canIUse.js +3 -0
- package/lib/clients/mp/gcash/chooseImage.d.ts +2 -0
- package/lib/clients/mp/gcash/chooseImage.js +3 -0
- package/lib/clients/mp/gcash/choosePhoneContact.d.ts +2 -0
- package/lib/clients/mp/gcash/choosePhoneContact.js +3 -0
- package/lib/clients/mp/gcash/clearStorage.d.ts +2 -0
- package/lib/clients/mp/gcash/clearStorage.js +3 -0
- package/lib/clients/mp/gcash/clearStorageSync.d.ts +2 -0
- package/lib/clients/mp/gcash/clearStorageSync.js +3 -0
- package/lib/clients/mp/gcash/closeBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp/gcash/closeBluetoothAdapter.js +3 -0
- package/lib/clients/mp/gcash/closeSocket.d.ts +2 -0
- package/lib/clients/mp/gcash/closeSocket.js +3 -0
- package/lib/clients/mp/gcash/confirm.d.ts +2 -0
- package/lib/clients/mp/gcash/confirm.js +3 -0
- package/lib/clients/mp/gcash/connectBLEDevice.d.ts +2 -0
- package/lib/clients/mp/gcash/connectBLEDevice.js +3 -0
- package/lib/clients/mp/gcash/connectSocket.d.ts +2 -0
- package/lib/clients/mp/gcash/connectSocket.js +3 -0
- package/lib/clients/mp/gcash/createAnimation.d.ts +2 -0
- package/lib/clients/mp/gcash/createAnimation.js +3 -0
- package/lib/clients/mp/gcash/createSelectorQuery.d.ts +2 -0
- package/lib/clients/mp/gcash/createSelectorQuery.js +3 -0
- package/lib/clients/mp/gcash/createWebViewContext.d.ts +2 -0
- package/lib/clients/mp/gcash/createWebViewContext.js +3 -0
- package/lib/clients/mp/gcash/datePicker.d.ts +2 -0
- package/lib/clients/mp/gcash/datePicker.js +3 -0
- package/lib/clients/mp/gcash/disconnectBLEDevice.d.ts +2 -0
- package/lib/clients/mp/gcash/disconnectBLEDevice.js +3 -0
- package/lib/clients/mp/gcash/downloadFile.d.ts +2 -0
- package/lib/clients/mp/gcash/downloadFile.js +3 -0
- package/lib/clients/mp/gcash/getAppIdSync.d.ts +2 -0
- package/lib/clients/mp/gcash/getAppIdSync.js +3 -0
- package/lib/clients/mp/gcash/getAuthCode.d.ts +2 -0
- package/lib/clients/mp/gcash/getAuthCode.js +3 -0
- package/lib/clients/mp/gcash/getBLEDeviceCharacteristics.d.ts +2 -0
- package/lib/clients/mp/gcash/getBLEDeviceCharacteristics.js +3 -0
- package/lib/clients/mp/gcash/getBLEDeviceServices.d.ts +2 -0
- package/lib/clients/mp/gcash/getBLEDeviceServices.js +3 -0
- package/lib/clients/mp/gcash/getBatteryInfo.d.ts +2 -0
- package/lib/clients/mp/gcash/getBatteryInfo.js +3 -0
- package/lib/clients/mp/gcash/getBluetoothAdapterState.d.ts +2 -0
- package/lib/clients/mp/gcash/getBluetoothAdapterState.js +3 -0
- package/lib/clients/mp/gcash/getBluetoothDevices.d.ts +2 -0
- package/lib/clients/mp/gcash/getBluetoothDevices.js +3 -0
- package/lib/clients/mp/gcash/getClipboard.d.ts +2 -0
- package/lib/clients/mp/gcash/getClipboard.js +3 -0
- package/lib/clients/mp/gcash/getConnectedBluetoothDevices.d.ts +2 -0
- package/lib/clients/mp/gcash/getConnectedBluetoothDevices.js +3 -0
- package/lib/clients/mp/gcash/getFileInfo.d.ts +2 -0
- package/lib/clients/mp/gcash/getFileInfo.js +3 -0
- package/lib/clients/mp/gcash/getImageInfo.d.ts +2 -0
- package/lib/clients/mp/gcash/getImageInfo.js +3 -0
- package/lib/clients/mp/gcash/getLocation.d.ts +2 -0
- package/lib/clients/mp/gcash/getLocation.js +3 -0
- package/lib/clients/mp/gcash/getNetworkType.d.ts +2 -0
- package/lib/clients/mp/gcash/getNetworkType.js +3 -0
- package/lib/clients/mp/gcash/getOpenUserInfo.d.ts +2 -0
- package/lib/clients/mp/gcash/getOpenUserInfo.js +3 -0
- package/lib/clients/mp/gcash/getSavedFileInfo.d.ts +2 -0
- package/lib/clients/mp/gcash/getSavedFileInfo.js +3 -0
- package/lib/clients/mp/gcash/getSavedFileList.d.ts +2 -0
- package/lib/clients/mp/gcash/getSavedFileList.js +3 -0
- package/lib/clients/mp/gcash/getScreenBrightness.d.ts +2 -0
- package/lib/clients/mp/gcash/getScreenBrightness.js +3 -0
- package/lib/clients/mp/gcash/getServerTime.d.ts +2 -0
- package/lib/clients/mp/gcash/getServerTime.js +3 -0
- package/lib/clients/mp/gcash/getSetting.d.ts +2 -0
- package/lib/clients/mp/gcash/getSetting.js +3 -0
- package/lib/clients/mp/gcash/getSiteInfo.d.ts +2 -0
- package/lib/clients/mp/gcash/getSiteInfo.js +3 -0
- package/lib/clients/mp/gcash/getStorage.d.ts +2 -0
- package/lib/clients/mp/gcash/getStorage.js +3 -0
- package/lib/clients/mp/gcash/getStorageSync.d.ts +2 -0
- package/lib/clients/mp/gcash/getStorageSync.js +3 -0
- package/lib/clients/mp/gcash/getSystemInfo.d.ts +2 -0
- package/lib/clients/mp/gcash/getSystemInfo.js +3 -0
- package/lib/clients/mp/gcash/hideBackHome.d.ts +2 -0
- package/lib/clients/mp/gcash/hideBackHome.js +3 -0
- package/lib/clients/mp/gcash/hideKeyboard.d.ts +2 -0
- package/lib/clients/mp/gcash/hideKeyboard.js +3 -0
- package/lib/clients/mp/gcash/hideLoading.d.ts +2 -0
- package/lib/clients/mp/gcash/hideLoading.js +3 -0
- package/lib/clients/mp/gcash/hideNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp/gcash/hideNavigationBarLoading.js +3 -0
- package/lib/clients/mp/gcash/hideTabBar.d.ts +2 -0
- package/lib/clients/mp/gcash/hideTabBar.js +3 -0
- package/lib/clients/mp/gcash/hideToast.d.ts +2 -0
- package/lib/clients/mp/gcash/hideToast.js +3 -0
- package/lib/clients/mp/gcash/index.d.ts +351 -1
- package/lib/clients/mp/gcash/index.js +247 -1
- package/lib/clients/mp/gcash/makePhoneCall.d.ts +2 -0
- package/lib/clients/mp/gcash/makePhoneCall.js +3 -0
- package/lib/clients/mp/gcash/multiLevelSelect.d.ts +2 -0
- package/lib/clients/mp/gcash/multiLevelSelect.js +3 -0
- package/lib/clients/mp/gcash/navigateBack.d.ts +2 -0
- package/lib/clients/mp/gcash/navigateBack.js +3 -0
- package/lib/clients/mp/gcash/navigateBackMiniProgram.d.ts +2 -0
- package/lib/clients/mp/gcash/navigateBackMiniProgram.js +3 -0
- package/lib/clients/mp/gcash/navigateTo.d.ts +2 -0
- package/lib/clients/mp/gcash/navigateTo.js +3 -0
- package/lib/clients/mp/gcash/navigateToMiniProgram.d.ts +2 -0
- package/lib/clients/mp/gcash/navigateToMiniProgram.js +3 -0
- package/lib/clients/mp/gcash/notifyBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp/gcash/notifyBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp/gcash/offAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp/gcash/offAccelerometerChange.js +3 -0
- package/lib/clients/mp/gcash/offBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp/gcash/offBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp/gcash/offBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp/gcash/offBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp/gcash/offBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp/gcash/offBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp/gcash/offBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp/gcash/offBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp/gcash/offCompassChange.d.ts +2 -0
- package/lib/clients/mp/gcash/offCompassChange.js +3 -0
- package/lib/clients/mp/gcash/offMemoryWarning.d.ts +2 -0
- package/lib/clients/mp/gcash/offMemoryWarning.js +3 -0
- package/lib/clients/mp/gcash/offSocketClose.d.ts +2 -0
- package/lib/clients/mp/gcash/offSocketClose.js +3 -0
- package/lib/clients/mp/gcash/offSocketError.d.ts +2 -0
- package/lib/clients/mp/gcash/offSocketError.js +3 -0
- package/lib/clients/mp/gcash/offSocketMessage.d.ts +2 -0
- package/lib/clients/mp/gcash/offSocketMessage.js +3 -0
- package/lib/clients/mp/gcash/offSocketOpen.d.ts +2 -0
- package/lib/clients/mp/gcash/offSocketOpen.js +3 -0
- package/lib/clients/mp/gcash/offUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp/gcash/offUserCaptureScreen.js +3 -0
- package/lib/clients/mp/gcash/onAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp/gcash/onAccelerometerChange.js +3 -0
- package/lib/clients/mp/gcash/onBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp/gcash/onBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp/gcash/onBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp/gcash/onBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp/gcash/onBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp/gcash/onBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp/gcash/onBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp/gcash/onBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp/gcash/onCompassChange.d.ts +2 -0
- package/lib/clients/mp/gcash/onCompassChange.js +3 -0
- package/lib/clients/mp/gcash/onMemoryWarning.d.ts +2 -0
- package/lib/clients/mp/gcash/onMemoryWarning.js +3 -0
- package/lib/clients/mp/gcash/onSocketClose.d.ts +2 -0
- package/lib/clients/mp/gcash/onSocketClose.js +3 -0
- package/lib/clients/mp/gcash/onSocketError.d.ts +2 -0
- package/lib/clients/mp/gcash/onSocketError.js +3 -0
- package/lib/clients/mp/gcash/onSocketMessage.d.ts +2 -0
- package/lib/clients/mp/gcash/onSocketMessage.js +3 -0
- package/lib/clients/mp/gcash/onSocketOpen.d.ts +2 -0
- package/lib/clients/mp/gcash/onSocketOpen.js +3 -0
- package/lib/clients/mp/gcash/onUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp/gcash/onUserCaptureScreen.js +3 -0
- package/lib/clients/mp/gcash/openBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp/gcash/openBluetoothAdapter.js +3 -0
- package/lib/clients/mp/gcash/openDocument.d.ts +2 -0
- package/lib/clients/mp/gcash/openDocument.js +3 -0
- package/lib/clients/mp/gcash/openSetting.d.ts +2 -0
- package/lib/clients/mp/gcash/openSetting.js +3 -0
- package/lib/clients/mp/gcash/pageScrollTo.d.ts +2 -0
- package/lib/clients/mp/gcash/pageScrollTo.js +3 -0
- package/lib/clients/mp/gcash/previewImage.d.ts +2 -0
- package/lib/clients/mp/gcash/previewImage.js +3 -0
- package/lib/clients/mp/gcash/prompt.d.ts +2 -0
- package/lib/clients/mp/gcash/prompt.js +3 -0
- package/lib/clients/mp/gcash/reLaunch.d.ts +2 -0
- package/lib/clients/mp/gcash/reLaunch.js +3 -0
- package/lib/clients/mp/gcash/readBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp/gcash/readBLECharacteristicValue.js +3 -0
- package/lib/clients/mp/gcash/redirectTo.d.ts +2 -0
- package/lib/clients/mp/gcash/redirectTo.js +3 -0
- package/lib/clients/mp/gcash/removeSavedFile.d.ts +2 -0
- package/lib/clients/mp/gcash/removeSavedFile.js +3 -0
- package/lib/clients/mp/gcash/removeStorage.d.ts +2 -0
- package/lib/clients/mp/gcash/removeStorage.js +3 -0
- package/lib/clients/mp/gcash/removeStorageSync.d.ts +2 -0
- package/lib/clients/mp/gcash/removeStorageSync.js +3 -0
- package/lib/clients/mp/gcash/request.d.ts +2 -0
- package/lib/clients/mp/gcash/request.js +3 -0
- package/lib/clients/mp/gcash/saveFile.d.ts +2 -0
- package/lib/clients/mp/gcash/saveFile.js +3 -0
- package/lib/clients/mp/gcash/saveImage.d.ts +2 -0
- package/lib/clients/mp/gcash/saveImage.js +3 -0
- package/lib/clients/mp/gcash/scan.d.ts +2 -0
- package/lib/clients/mp/gcash/scan.js +3 -0
- package/lib/clients/mp/gcash/sendSocketMessage.d.ts +2 -0
- package/lib/clients/mp/gcash/sendSocketMessage.js +3 -0
- package/lib/clients/mp/gcash/setBackgroundColor.d.ts +2 -0
- package/lib/clients/mp/gcash/setBackgroundColor.js +3 -0
- package/lib/clients/mp/gcash/setCanPullDown.d.ts +2 -0
- package/lib/clients/mp/gcash/setCanPullDown.js +3 -0
- package/lib/clients/mp/gcash/setClipboard.d.ts +2 -0
- package/lib/clients/mp/gcash/setClipboard.js +3 -0
- package/lib/clients/mp/gcash/setKeepScreenOn.d.ts +2 -0
- package/lib/clients/mp/gcash/setKeepScreenOn.js +3 -0
- package/lib/clients/mp/gcash/setNavigationBar.d.ts +2 -0
- package/lib/clients/mp/gcash/setNavigationBar.js +3 -0
- package/lib/clients/mp/gcash/setScreenBrightness.d.ts +2 -0
- package/lib/clients/mp/gcash/setScreenBrightness.js +3 -0
- package/lib/clients/mp/gcash/setStorage.d.ts +2 -0
- package/lib/clients/mp/gcash/setStorage.js +3 -0
- package/lib/clients/mp/gcash/setStorageSync.d.ts +2 -0
- package/lib/clients/mp/gcash/setStorageSync.js +3 -0
- package/lib/clients/mp/gcash/setTabBarStyle.d.ts +2 -0
- package/lib/clients/mp/gcash/setTabBarStyle.js +3 -0
- package/lib/clients/mp/gcash/showActionSheet.d.ts +2 -0
- package/lib/clients/mp/gcash/showActionSheet.js +3 -0
- package/lib/clients/mp/gcash/showAuthGuide.d.ts +2 -0
- package/lib/clients/mp/gcash/showAuthGuide.js +3 -0
- package/lib/clients/mp/gcash/showLoading.d.ts +2 -0
- package/lib/clients/mp/gcash/showLoading.js +3 -0
- package/lib/clients/mp/gcash/showNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp/gcash/showNavigationBarLoading.js +3 -0
- package/lib/clients/mp/gcash/showSharePanel.d.ts +2 -0
- package/lib/clients/mp/gcash/showSharePanel.js +3 -0
- package/lib/clients/mp/gcash/showToast.d.ts +2 -0
- package/lib/clients/mp/gcash/showToast.js +3 -0
- package/lib/clients/mp/gcash/signContract.d.ts +2 -0
- package/lib/clients/mp/gcash/signContract.js +3 -0
- package/lib/clients/mp/gcash/startBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp/gcash/startBluetoothDevicesDiscovery.js +3 -0
- package/lib/clients/mp/gcash/startPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp/gcash/startPullDownRefresh.js +3 -0
- package/lib/clients/mp/gcash/stopBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp/gcash/stopBluetoothDevicesDiscovery.js +3 -0
- package/lib/clients/mp/gcash/stopPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp/gcash/stopPullDownRefresh.js +3 -0
- package/lib/clients/mp/gcash/switchTab.d.ts +2 -0
- package/lib/clients/mp/gcash/switchTab.js +3 -0
- package/lib/clients/mp/gcash/tradePay.d.ts +2 -0
- package/lib/clients/mp/gcash/tradePay.js +3 -0
- package/lib/clients/mp/gcash/uploadFile.d.ts +2 -0
- package/lib/clients/mp/gcash/uploadFile.js +3 -0
- package/lib/clients/mp/gcash/vibrate.d.ts +2 -0
- package/lib/clients/mp/gcash/vibrate.js +3 -0
- package/lib/clients/mp/gcash/watchShake.d.ts +2 -0
- package/lib/clients/mp/gcash/watchShake.js +3 -0
- package/lib/clients/mp/gcash/writeBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp/gcash/writeBLECharacteristicValue.js +3 -0
- package/lib/clients/mp/tngd/addPhoneContact.d.ts +2 -0
- package/lib/clients/mp/tngd/addPhoneContact.js +3 -0
- package/lib/clients/mp/tngd/alert.d.ts +2 -0
- package/lib/clients/mp/tngd/alert.js +3 -0
- package/lib/clients/mp/tngd/canIUse.d.ts +2 -0
- package/lib/clients/mp/tngd/canIUse.js +3 -0
- package/lib/clients/mp/tngd/chooseImage.d.ts +2 -0
- package/lib/clients/mp/tngd/chooseImage.js +3 -0
- package/lib/clients/mp/tngd/choosePhoneContact.d.ts +2 -0
- package/lib/clients/mp/tngd/choosePhoneContact.js +3 -0
- package/lib/clients/mp/tngd/clearStorage.d.ts +2 -0
- package/lib/clients/mp/tngd/clearStorage.js +3 -0
- package/lib/clients/mp/tngd/clearStorageSync.d.ts +2 -0
- package/lib/clients/mp/tngd/clearStorageSync.js +3 -0
- package/lib/clients/mp/tngd/closeBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp/tngd/closeBluetoothAdapter.js +3 -0
- package/lib/clients/mp/tngd/closeSocket.d.ts +2 -0
- package/lib/clients/mp/tngd/closeSocket.js +3 -0
- package/lib/clients/mp/tngd/confirm.d.ts +2 -0
- package/lib/clients/mp/tngd/confirm.js +3 -0
- package/lib/clients/mp/tngd/connectBLEDevice.d.ts +2 -0
- package/lib/clients/mp/tngd/connectBLEDevice.js +3 -0
- package/lib/clients/mp/tngd/connectSocket.d.ts +2 -0
- package/lib/clients/mp/tngd/connectSocket.js +3 -0
- package/lib/clients/mp/tngd/createAnimation.d.ts +2 -0
- package/lib/clients/mp/tngd/createAnimation.js +3 -0
- package/lib/clients/mp/tngd/createSelectorQuery.d.ts +2 -0
- package/lib/clients/mp/tngd/createSelectorQuery.js +3 -0
- package/lib/clients/mp/tngd/createWebViewContext.d.ts +2 -0
- package/lib/clients/mp/tngd/createWebViewContext.js +3 -0
- package/lib/clients/mp/tngd/datePicker.d.ts +2 -0
- package/lib/clients/mp/tngd/datePicker.js +3 -0
- package/lib/clients/mp/tngd/disconnectBLEDevice.d.ts +2 -0
- package/lib/clients/mp/tngd/disconnectBLEDevice.js +3 -0
- package/lib/clients/mp/tngd/downloadFile.d.ts +2 -0
- package/lib/clients/mp/tngd/downloadFile.js +3 -0
- package/lib/clients/mp/tngd/getAppIdSync.d.ts +2 -0
- package/lib/clients/mp/tngd/getAppIdSync.js +3 -0
- package/lib/clients/mp/tngd/getAuthCode.d.ts +2 -0
- package/lib/clients/mp/tngd/getAuthCode.js +3 -0
- package/lib/clients/mp/tngd/getBLEDeviceCharacteristics.d.ts +2 -0
- package/lib/clients/mp/tngd/getBLEDeviceCharacteristics.js +3 -0
- package/lib/clients/mp/tngd/getBLEDeviceServices.d.ts +2 -0
- package/lib/clients/mp/tngd/getBLEDeviceServices.js +3 -0
- package/lib/clients/mp/tngd/getBatteryInfo.d.ts +2 -0
- package/lib/clients/mp/tngd/getBatteryInfo.js +3 -0
- package/lib/clients/mp/tngd/getBluetoothAdapterState.d.ts +2 -0
- package/lib/clients/mp/tngd/getBluetoothAdapterState.js +3 -0
- package/lib/clients/mp/tngd/getBluetoothDevices.d.ts +2 -0
- package/lib/clients/mp/tngd/getBluetoothDevices.js +3 -0
- package/lib/clients/mp/tngd/getClipboard.d.ts +2 -0
- package/lib/clients/mp/tngd/getClipboard.js +3 -0
- package/lib/clients/mp/tngd/getConnectedBluetoothDevices.d.ts +2 -0
- package/lib/clients/mp/tngd/getConnectedBluetoothDevices.js +3 -0
- package/lib/clients/mp/tngd/getFileInfo.d.ts +2 -0
- package/lib/clients/mp/tngd/getFileInfo.js +3 -0
- package/lib/clients/mp/tngd/getImageInfo.d.ts +2 -0
- package/lib/clients/mp/tngd/getImageInfo.js +3 -0
- package/lib/clients/mp/tngd/getLocation.d.ts +2 -0
- package/lib/clients/mp/tngd/getLocation.js +3 -0
- package/lib/clients/mp/tngd/getNetworkType.d.ts +2 -0
- package/lib/clients/mp/tngd/getNetworkType.js +3 -0
- package/lib/clients/mp/tngd/getOpenUserInfo.d.ts +2 -0
- package/lib/clients/mp/tngd/getOpenUserInfo.js +3 -0
- package/lib/clients/mp/tngd/getSavedFileInfo.d.ts +2 -0
- package/lib/clients/mp/tngd/getSavedFileInfo.js +3 -0
- package/lib/clients/mp/tngd/getSavedFileList.d.ts +2 -0
- package/lib/clients/mp/tngd/getSavedFileList.js +3 -0
- package/lib/clients/mp/tngd/getScreenBrightness.d.ts +2 -0
- package/lib/clients/mp/tngd/getScreenBrightness.js +3 -0
- package/lib/clients/mp/tngd/getServerTime.d.ts +2 -0
- package/lib/clients/mp/tngd/getServerTime.js +3 -0
- package/lib/clients/mp/tngd/getSetting.d.ts +2 -0
- package/lib/clients/mp/tngd/getSetting.js +3 -0
- package/lib/clients/mp/tngd/getSiteInfo.d.ts +2 -0
- package/lib/clients/mp/tngd/getSiteInfo.js +3 -0
- package/lib/clients/mp/tngd/getStorage.d.ts +2 -0
- package/lib/clients/mp/tngd/getStorage.js +3 -0
- package/lib/clients/mp/tngd/getStorageSync.d.ts +2 -0
- package/lib/clients/mp/tngd/getStorageSync.js +3 -0
- package/lib/clients/mp/tngd/getSystemInfo.d.ts +2 -0
- package/lib/clients/mp/tngd/getSystemInfo.js +3 -0
- package/lib/clients/mp/tngd/hideBackHome.d.ts +2 -0
- package/lib/clients/mp/tngd/hideBackHome.js +3 -0
- package/lib/clients/mp/tngd/hideKeyboard.d.ts +2 -0
- package/lib/clients/mp/tngd/hideKeyboard.js +3 -0
- package/lib/clients/mp/tngd/hideLoading.d.ts +2 -0
- package/lib/clients/mp/tngd/hideLoading.js +3 -0
- package/lib/clients/mp/tngd/hideNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp/tngd/hideNavigationBarLoading.js +3 -0
- package/lib/clients/mp/tngd/hideTabBar.d.ts +2 -0
- package/lib/clients/mp/tngd/hideTabBar.js +3 -0
- package/lib/clients/mp/tngd/hideToast.d.ts +2 -0
- package/lib/clients/mp/tngd/hideToast.js +3 -0
- package/lib/clients/mp/tngd/index.d.ts +351 -1
- package/lib/clients/mp/tngd/index.js +247 -1
- package/lib/clients/mp/tngd/makePhoneCall.d.ts +2 -0
- package/lib/clients/mp/tngd/makePhoneCall.js +3 -0
- package/lib/clients/mp/tngd/multiLevelSelect.d.ts +2 -0
- package/lib/clients/mp/tngd/multiLevelSelect.js +3 -0
- package/lib/clients/mp/tngd/navigateBack.d.ts +2 -0
- package/lib/clients/mp/tngd/navigateBack.js +3 -0
- package/lib/clients/mp/tngd/navigateBackMiniProgram.d.ts +2 -0
- package/lib/clients/mp/tngd/navigateBackMiniProgram.js +3 -0
- package/lib/clients/mp/tngd/navigateTo.d.ts +2 -0
- package/lib/clients/mp/tngd/navigateTo.js +3 -0
- package/lib/clients/mp/tngd/navigateToMiniProgram.d.ts +2 -0
- package/lib/clients/mp/tngd/navigateToMiniProgram.js +3 -0
- package/lib/clients/mp/tngd/notifyBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp/tngd/notifyBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp/tngd/offAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp/tngd/offAccelerometerChange.js +3 -0
- package/lib/clients/mp/tngd/offBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp/tngd/offBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp/tngd/offBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp/tngd/offBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp/tngd/offBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp/tngd/offBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp/tngd/offBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp/tngd/offBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp/tngd/offCompassChange.d.ts +2 -0
- package/lib/clients/mp/tngd/offCompassChange.js +3 -0
- package/lib/clients/mp/tngd/offMemoryWarning.d.ts +2 -0
- package/lib/clients/mp/tngd/offMemoryWarning.js +3 -0
- package/lib/clients/mp/tngd/offSocketClose.d.ts +2 -0
- package/lib/clients/mp/tngd/offSocketClose.js +3 -0
- package/lib/clients/mp/tngd/offSocketError.d.ts +2 -0
- package/lib/clients/mp/tngd/offSocketError.js +3 -0
- package/lib/clients/mp/tngd/offSocketMessage.d.ts +2 -0
- package/lib/clients/mp/tngd/offSocketMessage.js +3 -0
- package/lib/clients/mp/tngd/offSocketOpen.d.ts +2 -0
- package/lib/clients/mp/tngd/offSocketOpen.js +3 -0
- package/lib/clients/mp/tngd/offUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp/tngd/offUserCaptureScreen.js +3 -0
- package/lib/clients/mp/tngd/onAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp/tngd/onAccelerometerChange.js +3 -0
- package/lib/clients/mp/tngd/onBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp/tngd/onBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp/tngd/onBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp/tngd/onBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp/tngd/onBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp/tngd/onBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp/tngd/onBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp/tngd/onBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp/tngd/onCompassChange.d.ts +2 -0
- package/lib/clients/mp/tngd/onCompassChange.js +3 -0
- package/lib/clients/mp/tngd/onMemoryWarning.d.ts +2 -0
- package/lib/clients/mp/tngd/onMemoryWarning.js +3 -0
- package/lib/clients/mp/tngd/onSocketClose.d.ts +2 -0
- package/lib/clients/mp/tngd/onSocketClose.js +3 -0
- package/lib/clients/mp/tngd/onSocketError.d.ts +2 -0
- package/lib/clients/mp/tngd/onSocketError.js +3 -0
- package/lib/clients/mp/tngd/onSocketMessage.d.ts +2 -0
- package/lib/clients/mp/tngd/onSocketMessage.js +3 -0
- package/lib/clients/mp/tngd/onSocketOpen.d.ts +2 -0
- package/lib/clients/mp/tngd/onSocketOpen.js +3 -0
- package/lib/clients/mp/tngd/onUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp/tngd/onUserCaptureScreen.js +3 -0
- package/lib/clients/mp/tngd/openBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp/tngd/openBluetoothAdapter.js +3 -0
- package/lib/clients/mp/tngd/openDocument.d.ts +2 -0
- package/lib/clients/mp/tngd/openDocument.js +3 -0
- package/lib/clients/mp/tngd/openSetting.d.ts +2 -0
- package/lib/clients/mp/tngd/openSetting.js +3 -0
- package/lib/clients/mp/tngd/pageScrollTo.d.ts +2 -0
- package/lib/clients/mp/tngd/pageScrollTo.js +3 -0
- package/lib/clients/mp/tngd/previewImage.d.ts +2 -0
- package/lib/clients/mp/tngd/previewImage.js +3 -0
- package/lib/clients/mp/tngd/prompt.d.ts +2 -0
- package/lib/clients/mp/tngd/prompt.js +3 -0
- package/lib/clients/mp/tngd/reLaunch.d.ts +2 -0
- package/lib/clients/mp/tngd/reLaunch.js +3 -0
- package/lib/clients/mp/tngd/readBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp/tngd/readBLECharacteristicValue.js +3 -0
- package/lib/clients/mp/tngd/redirectTo.d.ts +2 -0
- package/lib/clients/mp/tngd/redirectTo.js +3 -0
- package/lib/clients/mp/tngd/removeSavedFile.d.ts +2 -0
- package/lib/clients/mp/tngd/removeSavedFile.js +3 -0
- package/lib/clients/mp/tngd/removeStorage.d.ts +2 -0
- package/lib/clients/mp/tngd/removeStorage.js +3 -0
- package/lib/clients/mp/tngd/removeStorageSync.d.ts +2 -0
- package/lib/clients/mp/tngd/removeStorageSync.js +3 -0
- package/lib/clients/mp/tngd/request.d.ts +2 -0
- package/lib/clients/mp/tngd/request.js +3 -0
- package/lib/clients/mp/tngd/saveFile.d.ts +2 -0
- package/lib/clients/mp/tngd/saveFile.js +3 -0
- package/lib/clients/mp/tngd/saveImage.d.ts +2 -0
- package/lib/clients/mp/tngd/saveImage.js +3 -0
- package/lib/clients/mp/tngd/scan.d.ts +2 -0
- package/lib/clients/mp/tngd/scan.js +3 -0
- package/lib/clients/mp/tngd/sendSocketMessage.d.ts +2 -0
- package/lib/clients/mp/tngd/sendSocketMessage.js +3 -0
- package/lib/clients/mp/tngd/setBackgroundColor.d.ts +2 -0
- package/lib/clients/mp/tngd/setBackgroundColor.js +3 -0
- package/lib/clients/mp/tngd/setCanPullDown.d.ts +2 -0
- package/lib/clients/mp/tngd/setCanPullDown.js +3 -0
- package/lib/clients/mp/tngd/setClipboard.d.ts +2 -0
- package/lib/clients/mp/tngd/setClipboard.js +3 -0
- package/lib/clients/mp/tngd/setKeepScreenOn.d.ts +2 -0
- package/lib/clients/mp/tngd/setKeepScreenOn.js +3 -0
- package/lib/clients/mp/tngd/setNavigationBar.d.ts +2 -0
- package/lib/clients/mp/tngd/setNavigationBar.js +3 -0
- package/lib/clients/mp/tngd/setScreenBrightness.d.ts +2 -0
- package/lib/clients/mp/tngd/setScreenBrightness.js +3 -0
- package/lib/clients/mp/tngd/setStorage.d.ts +2 -0
- package/lib/clients/mp/tngd/setStorage.js +3 -0
- package/lib/clients/mp/tngd/setStorageSync.d.ts +2 -0
- package/lib/clients/mp/tngd/setStorageSync.js +3 -0
- package/lib/clients/mp/tngd/setTabBarStyle.d.ts +2 -0
- package/lib/clients/mp/tngd/setTabBarStyle.js +3 -0
- package/lib/clients/mp/tngd/showActionSheet.d.ts +2 -0
- package/lib/clients/mp/tngd/showActionSheet.js +3 -0
- package/lib/clients/mp/tngd/showAuthGuide.d.ts +2 -0
- package/lib/clients/mp/tngd/showAuthGuide.js +3 -0
- package/lib/clients/mp/tngd/showLoading.d.ts +2 -0
- package/lib/clients/mp/tngd/showLoading.js +3 -0
- package/lib/clients/mp/tngd/showNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp/tngd/showNavigationBarLoading.js +3 -0
- package/lib/clients/mp/tngd/showSharePanel.d.ts +2 -0
- package/lib/clients/mp/tngd/showSharePanel.js +3 -0
- package/lib/clients/mp/tngd/showToast.d.ts +2 -0
- package/lib/clients/mp/tngd/showToast.js +3 -0
- package/lib/clients/mp/tngd/signContract.d.ts +2 -0
- package/lib/clients/mp/tngd/signContract.js +3 -0
- package/lib/clients/mp/tngd/startBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp/tngd/startBluetoothDevicesDiscovery.js +3 -0
- package/lib/clients/mp/tngd/startPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp/tngd/startPullDownRefresh.js +3 -0
- package/lib/clients/mp/tngd/stopBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp/tngd/stopBluetoothDevicesDiscovery.js +3 -0
- package/lib/clients/mp/tngd/stopPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp/tngd/stopPullDownRefresh.js +3 -0
- package/lib/clients/mp/tngd/switchTab.d.ts +2 -0
- package/lib/clients/mp/tngd/switchTab.js +3 -0
- package/lib/clients/mp/tngd/tradePay.d.ts +2 -0
- package/lib/clients/mp/tngd/tradePay.js +3 -0
- package/lib/clients/mp/tngd/uploadFile.d.ts +2 -0
- package/lib/clients/mp/tngd/uploadFile.js +3 -0
- package/lib/clients/mp/tngd/vibrate.d.ts +2 -0
- package/lib/clients/mp/tngd/vibrate.js +3 -0
- package/lib/clients/mp/tngd/watchShake.d.ts +2 -0
- package/lib/clients/mp/tngd/watchShake.js +3 -0
- package/lib/clients/mp/tngd/writeBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp/tngd/writeBLECharacteristicValue.js +3 -0
- package/lib/clients/mp/truemoney/addPhoneContact.d.ts +2 -0
- package/lib/clients/mp/truemoney/addPhoneContact.js +3 -0
- package/lib/clients/mp/truemoney/alert.d.ts +2 -0
- package/lib/clients/mp/truemoney/alert.js +3 -0
- package/lib/clients/mp/truemoney/canIUse.d.ts +2 -0
- package/lib/clients/mp/truemoney/canIUse.js +3 -0
- package/lib/clients/mp/truemoney/chooseImage.d.ts +2 -0
- package/lib/clients/mp/truemoney/chooseImage.js +3 -0
- package/lib/clients/mp/truemoney/choosePhoneContact.d.ts +2 -0
- package/lib/clients/mp/truemoney/choosePhoneContact.js +3 -0
- package/lib/clients/mp/truemoney/clearStorage.d.ts +2 -0
- package/lib/clients/mp/truemoney/clearStorage.js +3 -0
- package/lib/clients/mp/truemoney/clearStorageSync.d.ts +2 -0
- package/lib/clients/mp/truemoney/clearStorageSync.js +3 -0
- package/lib/clients/mp/truemoney/closeBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp/truemoney/closeBluetoothAdapter.js +3 -0
- package/lib/clients/mp/truemoney/closeSocket.d.ts +2 -0
- package/lib/clients/mp/truemoney/closeSocket.js +3 -0
- package/lib/clients/mp/truemoney/confirm.d.ts +2 -0
- package/lib/clients/mp/truemoney/confirm.js +3 -0
- package/lib/clients/mp/truemoney/connectBLEDevice.d.ts +2 -0
- package/lib/clients/mp/truemoney/connectBLEDevice.js +3 -0
- package/lib/clients/mp/truemoney/connectSocket.d.ts +2 -0
- package/lib/clients/mp/truemoney/connectSocket.js +3 -0
- package/lib/clients/mp/truemoney/createAnimation.d.ts +2 -0
- package/lib/clients/mp/truemoney/createAnimation.js +3 -0
- package/lib/clients/mp/truemoney/createSelectorQuery.d.ts +2 -0
- package/lib/clients/mp/truemoney/createSelectorQuery.js +3 -0
- package/lib/clients/mp/truemoney/createWebViewContext.d.ts +2 -0
- package/lib/clients/mp/truemoney/createWebViewContext.js +3 -0
- package/lib/clients/mp/truemoney/datePicker.d.ts +2 -0
- package/lib/clients/mp/truemoney/datePicker.js +3 -0
- package/lib/clients/mp/truemoney/disconnectBLEDevice.d.ts +2 -0
- package/lib/clients/mp/truemoney/disconnectBLEDevice.js +3 -0
- package/lib/clients/mp/truemoney/downloadFile.d.ts +2 -0
- package/lib/clients/mp/truemoney/downloadFile.js +3 -0
- package/lib/clients/mp/truemoney/getAppIdSync.d.ts +2 -0
- package/lib/clients/mp/truemoney/getAppIdSync.js +3 -0
- package/lib/clients/mp/truemoney/getAuthCode.d.ts +2 -0
- package/lib/clients/mp/truemoney/getAuthCode.js +3 -0
- package/lib/clients/mp/truemoney/getBLEDeviceCharacteristics.d.ts +2 -0
- package/lib/clients/mp/truemoney/getBLEDeviceCharacteristics.js +3 -0
- package/lib/clients/mp/truemoney/getBLEDeviceServices.d.ts +2 -0
- package/lib/clients/mp/truemoney/getBLEDeviceServices.js +3 -0
- package/lib/clients/mp/truemoney/getBatteryInfo.d.ts +2 -0
- package/lib/clients/mp/truemoney/getBatteryInfo.js +3 -0
- package/lib/clients/mp/truemoney/getBluetoothAdapterState.d.ts +2 -0
- package/lib/clients/mp/truemoney/getBluetoothAdapterState.js +3 -0
- package/lib/clients/mp/truemoney/getBluetoothDevices.d.ts +2 -0
- package/lib/clients/mp/truemoney/getBluetoothDevices.js +3 -0
- package/lib/clients/mp/truemoney/getClipboard.d.ts +2 -0
- package/lib/clients/mp/truemoney/getClipboard.js +3 -0
- package/lib/clients/mp/truemoney/getConnectedBluetoothDevices.d.ts +2 -0
- package/lib/clients/mp/truemoney/getConnectedBluetoothDevices.js +3 -0
- package/lib/clients/mp/truemoney/getFileInfo.d.ts +2 -0
- package/lib/clients/mp/truemoney/getFileInfo.js +3 -0
- package/lib/clients/mp/truemoney/getImageInfo.d.ts +2 -0
- package/lib/clients/mp/truemoney/getImageInfo.js +3 -0
- package/lib/clients/mp/truemoney/getLocation.d.ts +2 -0
- package/lib/clients/mp/truemoney/getLocation.js +3 -0
- package/lib/clients/mp/truemoney/getNetworkType.d.ts +2 -0
- package/lib/clients/mp/truemoney/getNetworkType.js +3 -0
- package/lib/clients/mp/truemoney/getOpenUserInfo.d.ts +2 -0
- package/lib/clients/mp/truemoney/getOpenUserInfo.js +3 -0
- package/lib/clients/mp/truemoney/getSavedFileInfo.d.ts +2 -0
- package/lib/clients/mp/truemoney/getSavedFileInfo.js +3 -0
- package/lib/clients/mp/truemoney/getSavedFileList.d.ts +2 -0
- package/lib/clients/mp/truemoney/getSavedFileList.js +3 -0
- package/lib/clients/mp/truemoney/getScreenBrightness.d.ts +2 -0
- package/lib/clients/mp/truemoney/getScreenBrightness.js +3 -0
- package/lib/clients/mp/truemoney/getServerTime.d.ts +2 -0
- package/lib/clients/mp/truemoney/getServerTime.js +3 -0
- package/lib/clients/mp/truemoney/getSetting.d.ts +2 -0
- package/lib/clients/mp/truemoney/getSetting.js +3 -0
- package/lib/clients/mp/truemoney/getSiteInfo.d.ts +2 -0
- package/lib/clients/mp/truemoney/getSiteInfo.js +3 -0
- package/lib/clients/mp/truemoney/getStorage.d.ts +2 -0
- package/lib/clients/mp/truemoney/getStorage.js +3 -0
- package/lib/clients/mp/truemoney/getStorageSync.d.ts +2 -0
- package/lib/clients/mp/truemoney/getStorageSync.js +3 -0
- package/lib/clients/mp/truemoney/getSystemInfo.d.ts +2 -0
- package/lib/clients/mp/truemoney/getSystemInfo.js +3 -0
- package/lib/clients/mp/truemoney/hideBackHome.d.ts +2 -0
- package/lib/clients/mp/truemoney/hideBackHome.js +3 -0
- package/lib/clients/mp/truemoney/hideKeyboard.d.ts +2 -0
- package/lib/clients/mp/truemoney/hideKeyboard.js +3 -0
- package/lib/clients/mp/truemoney/hideLoading.d.ts +2 -0
- package/lib/clients/mp/truemoney/hideLoading.js +3 -0
- package/lib/clients/mp/truemoney/hideNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp/truemoney/hideNavigationBarLoading.js +3 -0
- package/lib/clients/mp/truemoney/hideTabBar.d.ts +2 -0
- package/lib/clients/mp/truemoney/hideTabBar.js +3 -0
- package/lib/clients/mp/truemoney/hideToast.d.ts +2 -0
- package/lib/clients/mp/truemoney/hideToast.js +3 -0
- package/lib/clients/mp/truemoney/index.d.ts +351 -0
- package/lib/clients/mp/truemoney/index.js +247 -0
- package/lib/clients/mp/truemoney/makePhoneCall.d.ts +2 -0
- package/lib/clients/mp/truemoney/makePhoneCall.js +3 -0
- package/lib/clients/mp/truemoney/multiLevelSelect.d.ts +2 -0
- package/lib/clients/mp/truemoney/multiLevelSelect.js +3 -0
- package/lib/clients/mp/truemoney/navigateBack.d.ts +2 -0
- package/lib/clients/mp/truemoney/navigateBack.js +3 -0
- package/lib/clients/mp/truemoney/navigateBackMiniProgram.d.ts +2 -0
- package/lib/clients/mp/truemoney/navigateBackMiniProgram.js +3 -0
- package/lib/clients/mp/truemoney/navigateTo.d.ts +2 -0
- package/lib/clients/mp/truemoney/navigateTo.js +3 -0
- package/lib/clients/mp/truemoney/navigateToMiniProgram.d.ts +2 -0
- package/lib/clients/mp/truemoney/navigateToMiniProgram.js +3 -0
- package/lib/clients/mp/truemoney/notifyBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp/truemoney/notifyBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp/truemoney/offAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp/truemoney/offAccelerometerChange.js +3 -0
- package/lib/clients/mp/truemoney/offBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp/truemoney/offBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp/truemoney/offBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp/truemoney/offBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp/truemoney/offBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp/truemoney/offBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp/truemoney/offBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp/truemoney/offBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp/truemoney/offCompassChange.d.ts +2 -0
- package/lib/clients/mp/truemoney/offCompassChange.js +3 -0
- package/lib/clients/mp/truemoney/offMemoryWarning.d.ts +2 -0
- package/lib/clients/mp/truemoney/offMemoryWarning.js +3 -0
- package/lib/clients/mp/truemoney/offSocketClose.d.ts +2 -0
- package/lib/clients/mp/truemoney/offSocketClose.js +3 -0
- package/lib/clients/mp/truemoney/offSocketError.d.ts +2 -0
- package/lib/clients/mp/truemoney/offSocketError.js +3 -0
- package/lib/clients/mp/truemoney/offSocketMessage.d.ts +2 -0
- package/lib/clients/mp/truemoney/offSocketMessage.js +3 -0
- package/lib/clients/mp/truemoney/offSocketOpen.d.ts +2 -0
- package/lib/clients/mp/truemoney/offSocketOpen.js +3 -0
- package/lib/clients/mp/truemoney/offUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp/truemoney/offUserCaptureScreen.js +3 -0
- package/lib/clients/mp/truemoney/onAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp/truemoney/onAccelerometerChange.js +3 -0
- package/lib/clients/mp/truemoney/onBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp/truemoney/onBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp/truemoney/onBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp/truemoney/onBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp/truemoney/onBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp/truemoney/onBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp/truemoney/onBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp/truemoney/onBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp/truemoney/onCompassChange.d.ts +2 -0
- package/lib/clients/mp/truemoney/onCompassChange.js +3 -0
- package/lib/clients/mp/truemoney/onMemoryWarning.d.ts +2 -0
- package/lib/clients/mp/truemoney/onMemoryWarning.js +3 -0
- package/lib/clients/mp/truemoney/onSocketClose.d.ts +2 -0
- package/lib/clients/mp/truemoney/onSocketClose.js +3 -0
- package/lib/clients/mp/truemoney/onSocketError.d.ts +2 -0
- package/lib/clients/mp/truemoney/onSocketError.js +3 -0
- package/lib/clients/mp/truemoney/onSocketMessage.d.ts +2 -0
- package/lib/clients/mp/truemoney/onSocketMessage.js +3 -0
- package/lib/clients/mp/truemoney/onSocketOpen.d.ts +2 -0
- package/lib/clients/mp/truemoney/onSocketOpen.js +3 -0
- package/lib/clients/mp/truemoney/onUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp/truemoney/onUserCaptureScreen.js +3 -0
- package/lib/clients/mp/truemoney/openBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp/truemoney/openBluetoothAdapter.js +3 -0
- package/lib/clients/mp/truemoney/openDocument.d.ts +2 -0
- package/lib/clients/mp/truemoney/openDocument.js +3 -0
- package/lib/clients/mp/truemoney/openSetting.d.ts +2 -0
- package/lib/clients/mp/truemoney/openSetting.js +3 -0
- package/lib/clients/mp/truemoney/pageScrollTo.d.ts +2 -0
- package/lib/clients/mp/truemoney/pageScrollTo.js +3 -0
- package/lib/clients/mp/truemoney/previewImage.d.ts +2 -0
- package/lib/clients/mp/truemoney/previewImage.js +3 -0
- package/lib/clients/mp/truemoney/prompt.d.ts +2 -0
- package/lib/clients/mp/truemoney/prompt.js +3 -0
- package/lib/clients/mp/truemoney/reLaunch.d.ts +2 -0
- package/lib/clients/mp/truemoney/reLaunch.js +3 -0
- package/lib/clients/mp/truemoney/readBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp/truemoney/readBLECharacteristicValue.js +3 -0
- package/lib/clients/mp/truemoney/redirectTo.d.ts +2 -0
- package/lib/clients/mp/truemoney/redirectTo.js +3 -0
- package/lib/clients/mp/truemoney/removeSavedFile.d.ts +2 -0
- package/lib/clients/mp/truemoney/removeSavedFile.js +3 -0
- package/lib/clients/mp/truemoney/removeStorage.d.ts +2 -0
- package/lib/clients/mp/truemoney/removeStorage.js +3 -0
- package/lib/clients/mp/truemoney/removeStorageSync.d.ts +2 -0
- package/lib/clients/mp/truemoney/removeStorageSync.js +3 -0
- package/lib/clients/mp/truemoney/request.d.ts +2 -0
- package/lib/clients/mp/truemoney/request.js +3 -0
- package/lib/clients/mp/truemoney/saveFile.d.ts +2 -0
- package/lib/clients/mp/truemoney/saveFile.js +3 -0
- package/lib/clients/mp/truemoney/saveImage.d.ts +2 -0
- package/lib/clients/mp/truemoney/saveImage.js +3 -0
- package/lib/clients/mp/truemoney/scan.d.ts +2 -0
- package/lib/clients/mp/truemoney/scan.js +3 -0
- package/lib/clients/mp/truemoney/sendSocketMessage.d.ts +2 -0
- package/lib/clients/mp/truemoney/sendSocketMessage.js +3 -0
- package/lib/clients/mp/truemoney/setBackgroundColor.d.ts +2 -0
- package/lib/clients/mp/truemoney/setBackgroundColor.js +3 -0
- package/lib/clients/mp/truemoney/setCanPullDown.d.ts +2 -0
- package/lib/clients/mp/truemoney/setCanPullDown.js +3 -0
- package/lib/clients/mp/truemoney/setClipboard.d.ts +2 -0
- package/lib/clients/mp/truemoney/setClipboard.js +3 -0
- package/lib/clients/mp/truemoney/setKeepScreenOn.d.ts +2 -0
- package/lib/clients/mp/truemoney/setKeepScreenOn.js +3 -0
- package/lib/clients/mp/truemoney/setNavigationBar.d.ts +2 -0
- package/lib/clients/mp/truemoney/setNavigationBar.js +3 -0
- package/lib/clients/mp/truemoney/setScreenBrightness.d.ts +2 -0
- package/lib/clients/mp/truemoney/setScreenBrightness.js +3 -0
- package/lib/clients/mp/truemoney/setStorage.d.ts +2 -0
- package/lib/clients/mp/truemoney/setStorage.js +3 -0
- package/lib/clients/mp/truemoney/setStorageSync.d.ts +2 -0
- package/lib/clients/mp/truemoney/setStorageSync.js +3 -0
- package/lib/clients/mp/truemoney/setTabBarStyle.d.ts +2 -0
- package/lib/clients/mp/truemoney/setTabBarStyle.js +3 -0
- package/lib/clients/mp/truemoney/showActionSheet.d.ts +2 -0
- package/lib/clients/mp/truemoney/showActionSheet.js +3 -0
- package/lib/clients/mp/truemoney/showAuthGuide.d.ts +2 -0
- package/lib/clients/mp/truemoney/showAuthGuide.js +3 -0
- package/lib/clients/mp/truemoney/showLoading.d.ts +2 -0
- package/lib/clients/mp/truemoney/showLoading.js +3 -0
- package/lib/clients/mp/truemoney/showNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp/truemoney/showNavigationBarLoading.js +3 -0
- package/lib/clients/mp/truemoney/showSharePanel.d.ts +2 -0
- package/lib/clients/mp/truemoney/showSharePanel.js +3 -0
- package/lib/clients/mp/truemoney/showToast.d.ts +2 -0
- package/lib/clients/mp/truemoney/showToast.js +3 -0
- package/lib/clients/mp/truemoney/signContract.d.ts +2 -0
- package/lib/clients/mp/truemoney/signContract.js +3 -0
- package/lib/clients/mp/truemoney/startBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp/truemoney/startBluetoothDevicesDiscovery.js +3 -0
- package/lib/clients/mp/truemoney/startPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp/truemoney/startPullDownRefresh.js +3 -0
- package/lib/clients/mp/truemoney/stopBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp/truemoney/stopBluetoothDevicesDiscovery.js +3 -0
- package/lib/clients/mp/truemoney/stopPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp/truemoney/stopPullDownRefresh.js +3 -0
- package/lib/clients/mp/truemoney/switchTab.d.ts +2 -0
- package/lib/clients/mp/truemoney/switchTab.js +3 -0
- package/lib/clients/mp/truemoney/tradePay.d.ts +2 -0
- package/lib/clients/mp/truemoney/tradePay.js +3 -0
- package/lib/clients/mp/truemoney/uploadFile.d.ts +2 -0
- package/lib/clients/mp/truemoney/uploadFile.js +3 -0
- package/lib/clients/mp/truemoney/vibrate.d.ts +2 -0
- package/lib/clients/mp/truemoney/vibrate.js +3 -0
- package/lib/clients/mp/truemoney/watchShake.d.ts +2 -0
- package/lib/clients/mp/truemoney/watchShake.js +3 -0
- package/lib/clients/mp/truemoney/writeBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp/truemoney/writeBLECharacteristicValue.js +3 -0
- package/lib/clients/mp/wechat/index.d.ts +7 -0
- package/lib/clients/mp/wechat/index.js +6 -0
- package/lib/clients/mp/wechat/showToast.js +29 -0
- package/lib/clients/mp_web/alipay/addPhoneContact.d.ts +2 -0
- package/lib/clients/mp_web/alipay/addPhoneContact.js +3 -0
- package/lib/clients/mp_web/alipay/alert.d.ts +1 -1
- package/lib/clients/mp_web/alipay/alert.js +2 -1
- package/lib/clients/mp_web/alipay/canIUse.d.ts +2 -0
- package/lib/clients/mp_web/alipay/canIUse.js +2 -0
- package/lib/clients/mp_web/alipay/chooseImage.d.ts +1 -1
- package/lib/clients/mp_web/alipay/chooseImage.js +2 -1
- package/lib/clients/mp_web/alipay/choosePhoneContact.d.ts +2 -0
- package/lib/clients/mp_web/alipay/choosePhoneContact.js +3 -0
- package/lib/clients/mp_web/alipay/clearStorage.d.ts +1 -1
- package/lib/clients/mp_web/alipay/clearStorage.js +2 -1
- package/lib/clients/mp_web/alipay/closeBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp_web/alipay/closeBluetoothAdapter.js +3 -0
- package/lib/clients/mp_web/alipay/closeSocket.d.ts +2 -0
- package/lib/clients/mp_web/alipay/closeSocket.js +3 -0
- package/lib/clients/mp_web/alipay/confirm.d.ts +1 -1
- package/lib/clients/mp_web/alipay/confirm.js +2 -1
- package/lib/clients/mp_web/alipay/connectBLEDevice.d.ts +2 -0
- package/lib/clients/mp_web/alipay/connectBLEDevice.js +3 -0
- package/lib/clients/mp_web/alipay/connectSocket.d.ts +2 -0
- package/lib/clients/mp_web/alipay/connectSocket.js +3 -0
- package/lib/clients/mp_web/alipay/crossPay.d.ts +2 -3
- package/lib/clients/mp_web/alipay/crossPay.js +3 -6
- package/lib/clients/mp_web/alipay/datePicker.d.ts +2 -0
- package/lib/clients/mp_web/alipay/datePicker.js +3 -0
- package/lib/clients/mp_web/alipay/disconnectBLEDevice.d.ts +2 -0
- package/lib/clients/mp_web/alipay/disconnectBLEDevice.js +3 -0
- package/lib/clients/mp_web/alipay/downloadFile.d.ts +2 -0
- package/lib/clients/mp_web/alipay/downloadFile.js +3 -0
- package/lib/clients/mp_web/alipay/getAuthCode.d.ts +1 -1
- package/lib/clients/mp_web/alipay/getAuthCode.js +2 -1
- package/lib/clients/mp_web/alipay/getBLEDeviceCharacteristics.d.ts +2 -0
- package/lib/clients/mp_web/alipay/getBLEDeviceCharacteristics.js +3 -0
- package/lib/clients/mp_web/alipay/getBLEDeviceServices.d.ts +2 -0
- package/lib/clients/mp_web/alipay/getBLEDeviceServices.js +3 -0
- package/lib/clients/mp_web/alipay/getBatteryInfo.d.ts +2 -0
- package/lib/clients/mp_web/alipay/getBatteryInfo.js +3 -0
- package/lib/clients/mp_web/alipay/getBluetoothAdapterState.d.ts +2 -0
- package/lib/clients/mp_web/alipay/getBluetoothAdapterState.js +3 -0
- package/lib/clients/mp_web/alipay/getBluetoothDevices.d.ts +2 -0
- package/lib/clients/mp_web/alipay/getBluetoothDevices.js +3 -0
- package/lib/clients/mp_web/alipay/getClipboard.d.ts +1 -1
- package/lib/clients/mp_web/alipay/getClipboard.js +2 -1
- package/lib/clients/mp_web/alipay/getConnectedBluetoothDevices.d.ts +2 -0
- package/lib/clients/mp_web/alipay/getConnectedBluetoothDevices.js +3 -0
- package/lib/clients/mp_web/alipay/getFileInfo.d.ts +2 -0
- package/lib/clients/mp_web/alipay/getFileInfo.js +3 -0
- package/lib/clients/mp_web/alipay/getImageInfo.d.ts +1 -1
- package/lib/clients/mp_web/alipay/getImageInfo.js +2 -1
- package/lib/clients/mp_web/alipay/getLocation.d.ts +1 -1
- package/lib/clients/mp_web/alipay/getLocation.js +2 -1
- package/lib/clients/mp_web/alipay/getNetworkType.d.ts +1 -1
- package/lib/clients/mp_web/alipay/getNetworkType.js +2 -1
- package/lib/clients/mp_web/alipay/getOpenUserInfo.d.ts +2 -0
- package/lib/clients/mp_web/alipay/getOpenUserInfo.js +3 -0
- package/lib/clients/mp_web/alipay/getPhoneNumber.d.ts +1 -1
- package/lib/clients/mp_web/alipay/getPhoneNumber.js +2 -1
- package/lib/clients/mp_web/alipay/getSavedFileInfo.d.ts +2 -0
- package/lib/clients/mp_web/alipay/getSavedFileInfo.js +3 -0
- package/lib/clients/mp_web/alipay/getSavedFileList.d.ts +2 -0
- package/lib/clients/mp_web/alipay/getSavedFileList.js +3 -0
- package/lib/clients/mp_web/alipay/getScreenBrightness.d.ts +2 -0
- package/lib/clients/mp_web/alipay/getScreenBrightness.js +3 -0
- package/lib/clients/mp_web/alipay/getServerTime.d.ts +2 -0
- package/lib/clients/mp_web/alipay/getServerTime.js +3 -0
- package/lib/clients/mp_web/alipay/getSetting.d.ts +2 -0
- package/lib/clients/mp_web/alipay/getSetting.js +3 -0
- package/lib/clients/mp_web/alipay/getSiteInfo.d.ts +2 -0
- package/lib/clients/mp_web/alipay/getSiteInfo.js +3 -0
- package/lib/clients/mp_web/alipay/getStorage.d.ts +1 -1
- package/lib/clients/mp_web/alipay/getStorage.js +2 -1
- package/lib/clients/mp_web/alipay/getSystemInfo.d.ts +1 -1
- package/lib/clients/mp_web/alipay/getSystemInfo.js +2 -1
- package/lib/clients/mp_web/alipay/getSystemInfoSync.d.ts +1 -1
- package/lib/clients/mp_web/alipay/getSystemInfoSync.js +1 -1
- package/lib/clients/mp_web/alipay/hideBackHome.d.ts +2 -0
- package/lib/clients/mp_web/alipay/hideBackHome.js +3 -0
- package/lib/clients/mp_web/alipay/hideKeyboard.d.ts +1 -1
- package/lib/clients/mp_web/alipay/hideKeyboard.js +2 -1
- package/lib/clients/mp_web/alipay/hideLoading.d.ts +1 -1
- package/lib/clients/mp_web/alipay/hideLoading.js +2 -1
- package/lib/clients/mp_web/alipay/hideNavigationBarLoading.d.ts +1 -1
- package/lib/clients/mp_web/alipay/hideNavigationBarLoading.js +2 -1
- package/lib/clients/mp_web/alipay/hideTabBar.d.ts +2 -0
- package/lib/clients/mp_web/alipay/hideTabBar.js +3 -0
- package/lib/clients/mp_web/alipay/hideToast.d.ts +1 -1
- package/lib/clients/mp_web/alipay/hideToast.js +2 -1
- package/lib/clients/mp_web/alipay/index.d.ts +290 -7
- package/lib/clients/mp_web/alipay/index.js +236 -12
- package/lib/clients/mp_web/alipay/makePhoneCall.d.ts +1 -1
- package/lib/clients/mp_web/alipay/makePhoneCall.js +2 -1
- package/lib/clients/mp_web/alipay/multiLevelSelect.d.ts +1 -1
- package/lib/clients/mp_web/alipay/multiLevelSelect.js +2 -1
- package/lib/clients/mp_web/alipay/navigateBack.d.ts +2 -0
- package/lib/clients/mp_web/alipay/navigateBack.js +3 -0
- package/lib/clients/mp_web/alipay/navigateBackMiniProgram.d.ts +1 -1
- package/lib/clients/mp_web/alipay/navigateBackMiniProgram.js +2 -1
- package/lib/clients/mp_web/alipay/navigateTo.d.ts +1 -1
- package/lib/clients/mp_web/alipay/navigateTo.js +2 -1
- package/lib/clients/mp_web/alipay/navigateToMiniProgram.d.ts +1 -1
- package/lib/clients/mp_web/alipay/navigateToMiniProgram.js +2 -1
- package/lib/clients/mp_web/alipay/notifyBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/alipay/notifyBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/alipay/offAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp_web/alipay/offAccelerometerChange.js +3 -0
- package/lib/clients/mp_web/alipay/offBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/alipay/offBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/alipay/offBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp_web/alipay/offBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp_web/alipay/offBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp_web/alipay/offBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp_web/alipay/offBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp_web/alipay/offBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp_web/alipay/offCompassChange.d.ts +2 -0
- package/lib/clients/mp_web/alipay/offCompassChange.js +3 -0
- package/lib/clients/mp_web/alipay/offMemoryWarning.d.ts +2 -0
- package/lib/clients/mp_web/alipay/offMemoryWarning.js +3 -0
- package/lib/clients/mp_web/alipay/offSocketClose.d.ts +2 -0
- package/lib/clients/mp_web/alipay/offSocketClose.js +3 -0
- package/lib/clients/mp_web/alipay/offSocketError.d.ts +2 -0
- package/lib/clients/mp_web/alipay/offSocketError.js +3 -0
- package/lib/clients/mp_web/alipay/offSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/alipay/offSocketMessage.js +3 -0
- package/lib/clients/mp_web/alipay/offSocketOpen.d.ts +2 -0
- package/lib/clients/mp_web/alipay/offSocketOpen.js +3 -0
- package/lib/clients/mp_web/alipay/offUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp_web/alipay/offUserCaptureScreen.js +3 -0
- package/lib/clients/mp_web/alipay/onAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp_web/alipay/onAccelerometerChange.js +3 -0
- package/lib/clients/mp_web/alipay/onBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/alipay/onBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/alipay/onBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp_web/alipay/onBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp_web/alipay/onBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp_web/alipay/onBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp_web/alipay/onBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp_web/alipay/onBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp_web/alipay/onCompassChange.d.ts +2 -0
- package/lib/clients/mp_web/alipay/onCompassChange.js +3 -0
- package/lib/clients/mp_web/alipay/onMemoryWarning.d.ts +2 -0
- package/lib/clients/mp_web/alipay/onMemoryWarning.js +3 -0
- package/lib/clients/mp_web/alipay/onSocketClose.d.ts +2 -0
- package/lib/clients/mp_web/alipay/onSocketClose.js +3 -0
- package/lib/clients/mp_web/alipay/onSocketError.d.ts +2 -0
- package/lib/clients/mp_web/alipay/onSocketError.js +3 -0
- package/lib/clients/mp_web/alipay/onSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/alipay/onSocketMessage.js +3 -0
- package/lib/clients/mp_web/alipay/onSocketOpen.d.ts +2 -0
- package/lib/clients/mp_web/alipay/onSocketOpen.js +3 -0
- package/lib/clients/mp_web/alipay/onUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp_web/alipay/onUserCaptureScreen.js +3 -0
- package/lib/clients/mp_web/alipay/openBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp_web/alipay/openBluetoothAdapter.js +3 -0
- package/lib/clients/mp_web/alipay/openDocument.d.ts +2 -0
- package/lib/clients/mp_web/alipay/openDocument.js +3 -0
- package/lib/clients/mp_web/alipay/openSetting.d.ts +2 -0
- package/lib/clients/mp_web/alipay/openSetting.js +3 -0
- package/lib/clients/mp_web/alipay/pageScrollTo.d.ts +2 -0
- package/lib/clients/mp_web/alipay/pageScrollTo.js +3 -0
- package/lib/clients/mp_web/alipay/previewImage.d.ts +1 -1
- package/lib/clients/mp_web/alipay/previewImage.js +2 -1
- package/lib/clients/mp_web/alipay/prompt.d.ts +1 -1
- package/lib/clients/mp_web/alipay/prompt.js +2 -1
- package/lib/clients/mp_web/alipay/reLaunch.d.ts +2 -0
- package/lib/clients/mp_web/alipay/reLaunch.js +3 -0
- package/lib/clients/mp_web/alipay/readBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp_web/alipay/readBLECharacteristicValue.js +3 -0
- package/lib/clients/mp_web/alipay/redirectTo.d.ts +2 -0
- package/lib/clients/mp_web/alipay/redirectTo.js +3 -0
- package/lib/clients/mp_web/alipay/removeSavedFile.d.ts +2 -0
- package/lib/clients/mp_web/alipay/removeSavedFile.js +3 -0
- package/lib/clients/mp_web/alipay/removeStorage.d.ts +1 -1
- package/lib/clients/mp_web/alipay/removeStorage.js +2 -1
- package/lib/clients/mp_web/alipay/request.d.ts +1 -1
- package/lib/clients/mp_web/alipay/request.js +2 -1
- package/lib/clients/mp_web/alipay/rpc.d.ts +1 -1
- package/lib/clients/mp_web/alipay/rpc.js +2 -1
- package/lib/clients/mp_web/alipay/saveFile.d.ts +2 -0
- package/lib/clients/mp_web/alipay/saveFile.js +3 -0
- package/lib/clients/mp_web/alipay/saveImage.d.ts +1 -1
- package/lib/clients/mp_web/alipay/saveImage.js +2 -1
- package/lib/clients/mp_web/alipay/scan.d.ts +1 -1
- package/lib/clients/mp_web/alipay/scan.js +2 -1
- package/lib/clients/mp_web/alipay/sendSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/alipay/sendSocketMessage.js +3 -0
- package/lib/clients/mp_web/alipay/setBackgroundColor.d.ts +2 -0
- package/lib/clients/mp_web/alipay/setBackgroundColor.js +3 -0
- package/lib/clients/mp_web/alipay/setCanPullDown.d.ts +2 -0
- package/lib/clients/mp_web/alipay/setCanPullDown.js +3 -0
- package/lib/clients/mp_web/alipay/setClipboard.d.ts +1 -1
- package/lib/clients/mp_web/alipay/setClipboard.js +2 -1
- package/lib/clients/mp_web/alipay/setKeepScreenOn.d.ts +2 -0
- package/lib/clients/mp_web/alipay/setKeepScreenOn.js +3 -0
- package/lib/clients/mp_web/alipay/setNavigationBar.d.ts +1 -1
- package/lib/clients/mp_web/alipay/setNavigationBar.js +2 -1
- package/lib/clients/mp_web/alipay/setOptionMenu.d.ts +1 -1
- package/lib/clients/mp_web/alipay/setOptionMenu.js +2 -1
- package/lib/clients/mp_web/alipay/setScreenBrightness.d.ts +2 -0
- package/lib/clients/mp_web/alipay/setScreenBrightness.js +3 -0
- package/lib/clients/mp_web/alipay/setStorage.d.ts +1 -1
- package/lib/clients/mp_web/alipay/setStorage.js +2 -1
- package/lib/clients/mp_web/alipay/setTabBarStyle.d.ts +2 -0
- package/lib/clients/mp_web/alipay/setTabBarStyle.js +3 -0
- package/lib/clients/mp_web/alipay/showActionSheet.d.ts +2 -0
- package/lib/clients/mp_web/alipay/showActionSheet.js +3 -0
- package/lib/clients/mp_web/alipay/showAuthGuide.d.ts +1 -1
- package/lib/clients/mp_web/alipay/showAuthGuide.js +2 -1
- package/lib/clients/mp_web/alipay/showLoading.d.ts +1 -1
- package/lib/clients/mp_web/alipay/showLoading.js +2 -1
- package/lib/clients/mp_web/alipay/showNavigationBarLoading.d.ts +1 -1
- package/lib/clients/mp_web/alipay/showNavigationBarLoading.js +2 -1
- package/lib/clients/mp_web/alipay/showSharePanel.d.ts +2 -0
- package/lib/clients/mp_web/alipay/showSharePanel.js +3 -0
- package/lib/clients/mp_web/alipay/showToast.d.ts +1 -1
- package/lib/clients/mp_web/alipay/showToast.js +2 -1
- package/lib/clients/mp_web/alipay/signContract.d.ts +2 -0
- package/lib/clients/mp_web/alipay/signContract.js +3 -0
- package/lib/clients/mp_web/alipay/startBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp_web/alipay/startBluetoothDevicesDiscovery.js +3 -0
- package/lib/clients/mp_web/alipay/startPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp_web/alipay/startPullDownRefresh.js +3 -0
- package/lib/clients/mp_web/alipay/stopBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp_web/alipay/stopBluetoothDevicesDiscovery.js +3 -0
- package/lib/clients/mp_web/alipay/stopPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp_web/alipay/stopPullDownRefresh.js +3 -0
- package/lib/clients/mp_web/alipay/switchTab.d.ts +2 -0
- package/lib/clients/mp_web/alipay/switchTab.js +3 -0
- package/lib/clients/mp_web/alipay/tradePay.d.ts +3 -2
- package/lib/clients/mp_web/alipay/tradePay.js +20 -2
- package/lib/clients/mp_web/alipay/uploadFile.d.ts +2 -0
- package/lib/clients/mp_web/alipay/uploadFile.js +3 -0
- package/lib/clients/mp_web/alipay/vibrate.d.ts +1 -1
- package/lib/clients/mp_web/alipay/vibrate.js +2 -1
- package/lib/clients/mp_web/alipay/watchShake.d.ts +2 -0
- package/lib/clients/mp_web/alipay/watchShake.js +3 -0
- package/lib/clients/mp_web/alipay/writeBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp_web/alipay/writeBLECharacteristicValue.js +3 -0
- package/lib/clients/mp_web/alipayhk/addPhoneContact.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/addPhoneContact.js +3 -0
- package/lib/clients/mp_web/alipayhk/alert.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/alert.js +3 -0
- package/lib/clients/mp_web/alipayhk/canIUse.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/canIUse.js +2 -0
- package/lib/clients/mp_web/alipayhk/chooseImage.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/chooseImage.js +3 -0
- package/lib/clients/mp_web/alipayhk/choosePhoneContact.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/choosePhoneContact.js +3 -0
- package/lib/clients/mp_web/alipayhk/clearStorage.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/clearStorage.js +3 -0
- package/lib/clients/mp_web/alipayhk/closeBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/closeBluetoothAdapter.js +3 -0
- package/lib/clients/mp_web/alipayhk/closeSocket.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/closeSocket.js +3 -0
- package/lib/clients/mp_web/alipayhk/confirm.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/confirm.js +3 -0
- package/lib/clients/mp_web/alipayhk/connectBLEDevice.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/connectBLEDevice.js +3 -0
- package/lib/clients/mp_web/alipayhk/connectSocket.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/connectSocket.js +3 -0
- package/lib/clients/mp_web/alipayhk/datePicker.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/datePicker.js +3 -0
- package/lib/clients/mp_web/alipayhk/disconnectBLEDevice.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/disconnectBLEDevice.js +3 -0
- package/lib/clients/mp_web/alipayhk/downloadFile.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/downloadFile.js +3 -0
- package/lib/clients/mp_web/alipayhk/getAuthCode.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/getAuthCode.js +3 -0
- package/lib/clients/mp_web/alipayhk/getBLEDeviceCharacteristics.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/getBLEDeviceCharacteristics.js +3 -0
- package/lib/clients/mp_web/alipayhk/getBLEDeviceServices.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/getBLEDeviceServices.js +3 -0
- package/lib/clients/mp_web/alipayhk/getBatteryInfo.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/getBatteryInfo.js +3 -0
- package/lib/clients/mp_web/alipayhk/getBluetoothAdapterState.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/getBluetoothAdapterState.js +3 -0
- package/lib/clients/mp_web/alipayhk/getBluetoothDevices.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/getBluetoothDevices.js +3 -0
- package/lib/clients/mp_web/alipayhk/getClipboard.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/getClipboard.js +3 -0
- package/lib/clients/mp_web/alipayhk/getConnectedBluetoothDevices.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/getConnectedBluetoothDevices.js +3 -0
- package/lib/clients/mp_web/alipayhk/getFileInfo.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/getFileInfo.js +3 -0
- package/lib/clients/mp_web/alipayhk/getImageInfo.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/getImageInfo.js +3 -0
- package/lib/clients/mp_web/alipayhk/getLocation.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/getLocation.js +3 -0
- package/lib/clients/mp_web/alipayhk/getNetworkType.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/getNetworkType.js +3 -0
- package/lib/clients/mp_web/alipayhk/getOpenUserInfo.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/getOpenUserInfo.js +3 -0
- package/lib/clients/mp_web/alipayhk/getSavedFileInfo.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/getSavedFileInfo.js +3 -0
- package/lib/clients/mp_web/alipayhk/getSavedFileList.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/getSavedFileList.js +3 -0
- package/lib/clients/mp_web/alipayhk/getScreenBrightness.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/getScreenBrightness.js +3 -0
- package/lib/clients/mp_web/alipayhk/getServerTime.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/getServerTime.js +3 -0
- package/lib/clients/mp_web/alipayhk/getSetting.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/getSetting.js +3 -0
- package/lib/clients/mp_web/alipayhk/getSiteInfo.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/getSiteInfo.js +3 -0
- package/lib/clients/mp_web/alipayhk/getStorage.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/getStorage.js +3 -0
- package/lib/clients/mp_web/alipayhk/getSystemInfo.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/getSystemInfo.js +3 -0
- package/lib/clients/mp_web/alipayhk/hideBackHome.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/hideBackHome.js +3 -0
- package/lib/clients/mp_web/alipayhk/hideKeyboard.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/hideKeyboard.js +3 -0
- package/lib/clients/mp_web/alipayhk/hideLoading.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/hideLoading.js +3 -0
- package/lib/clients/mp_web/alipayhk/hideNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/hideNavigationBarLoading.js +3 -0
- package/lib/clients/mp_web/alipayhk/hideTabBar.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/hideTabBar.js +3 -0
- package/lib/clients/mp_web/alipayhk/hideToast.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/hideToast.js +3 -0
- package/lib/clients/mp_web/alipayhk/index.d.ts +322 -0
- package/lib/clients/mp_web/alipayhk/index.js +229 -0
- package/lib/clients/mp_web/alipayhk/makePhoneCall.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/makePhoneCall.js +3 -0
- package/lib/clients/mp_web/alipayhk/multiLevelSelect.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/multiLevelSelect.js +3 -0
- package/lib/clients/mp_web/alipayhk/navigateBack.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/navigateBack.js +3 -0
- package/lib/clients/mp_web/alipayhk/navigateBackMiniProgram.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/navigateBackMiniProgram.js +3 -0
- package/lib/clients/mp_web/alipayhk/navigateTo.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/navigateTo.js +3 -0
- package/lib/clients/mp_web/alipayhk/navigateToMiniProgram.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/navigateToMiniProgram.js +3 -0
- package/lib/clients/mp_web/alipayhk/notifyBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/notifyBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/alipayhk/offAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/offAccelerometerChange.js +3 -0
- package/lib/clients/mp_web/alipayhk/offBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/offBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/alipayhk/offBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/offBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp_web/alipayhk/offBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/offBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp_web/alipayhk/offBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/offBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp_web/alipayhk/offCompassChange.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/offCompassChange.js +3 -0
- package/lib/clients/mp_web/alipayhk/offMemoryWarning.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/offMemoryWarning.js +3 -0
- package/lib/clients/mp_web/alipayhk/offSocketClose.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/offSocketClose.js +3 -0
- package/lib/clients/mp_web/alipayhk/offSocketError.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/offSocketError.js +3 -0
- package/lib/clients/mp_web/alipayhk/offSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/offSocketMessage.js +3 -0
- package/lib/clients/mp_web/alipayhk/offSocketOpen.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/offSocketOpen.js +3 -0
- package/lib/clients/mp_web/alipayhk/offUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/offUserCaptureScreen.js +3 -0
- package/lib/clients/mp_web/alipayhk/onAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/onAccelerometerChange.js +3 -0
- package/lib/clients/mp_web/alipayhk/onBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/onBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/alipayhk/onBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/onBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp_web/alipayhk/onBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/onBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp_web/alipayhk/onBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/onBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp_web/alipayhk/onCompassChange.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/onCompassChange.js +3 -0
- package/lib/clients/mp_web/alipayhk/onMemoryWarning.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/onMemoryWarning.js +3 -0
- package/lib/clients/mp_web/alipayhk/onSocketClose.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/onSocketClose.js +3 -0
- package/lib/clients/mp_web/alipayhk/onSocketError.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/onSocketError.js +3 -0
- package/lib/clients/mp_web/alipayhk/onSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/onSocketMessage.js +3 -0
- package/lib/clients/mp_web/alipayhk/onSocketOpen.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/onSocketOpen.js +3 -0
- package/lib/clients/mp_web/alipayhk/onUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/onUserCaptureScreen.js +3 -0
- package/lib/clients/mp_web/alipayhk/openBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/openBluetoothAdapter.js +3 -0
- package/lib/clients/mp_web/alipayhk/openDocument.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/openDocument.js +3 -0
- package/lib/clients/mp_web/alipayhk/openSetting.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/openSetting.js +3 -0
- package/lib/clients/mp_web/alipayhk/pageScrollTo.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/pageScrollTo.js +3 -0
- package/lib/clients/mp_web/alipayhk/previewImage.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/previewImage.js +3 -0
- package/lib/clients/mp_web/alipayhk/prompt.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/prompt.js +3 -0
- package/lib/clients/mp_web/alipayhk/reLaunch.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/reLaunch.js +3 -0
- package/lib/clients/mp_web/alipayhk/readBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/readBLECharacteristicValue.js +3 -0
- package/lib/clients/mp_web/alipayhk/redirectTo.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/redirectTo.js +3 -0
- package/lib/clients/mp_web/alipayhk/removeSavedFile.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/removeSavedFile.js +3 -0
- package/lib/clients/mp_web/alipayhk/removeStorage.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/removeStorage.js +3 -0
- package/lib/clients/mp_web/alipayhk/request.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/request.js +3 -0
- package/lib/clients/mp_web/alipayhk/saveFile.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/saveFile.js +3 -0
- package/lib/clients/mp_web/alipayhk/saveImage.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/saveImage.js +3 -0
- package/lib/clients/mp_web/alipayhk/scan.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/scan.js +3 -0
- package/lib/clients/mp_web/alipayhk/sendSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/sendSocketMessage.js +3 -0
- package/lib/clients/mp_web/alipayhk/setBackgroundColor.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/setBackgroundColor.js +3 -0
- package/lib/clients/mp_web/alipayhk/setCanPullDown.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/setCanPullDown.js +3 -0
- package/lib/clients/mp_web/alipayhk/setClipboard.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/setClipboard.js +3 -0
- package/lib/clients/mp_web/alipayhk/setKeepScreenOn.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/setKeepScreenOn.js +3 -0
- package/lib/clients/mp_web/alipayhk/setNavigationBar.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/setNavigationBar.js +3 -0
- package/lib/clients/mp_web/alipayhk/setScreenBrightness.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/setScreenBrightness.js +3 -0
- package/lib/clients/mp_web/alipayhk/setStorage.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/setStorage.js +3 -0
- package/lib/clients/mp_web/alipayhk/setTabBarStyle.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/setTabBarStyle.js +3 -0
- package/lib/clients/mp_web/alipayhk/showActionSheet.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/showActionSheet.js +3 -0
- package/lib/clients/mp_web/alipayhk/showAuthGuide.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/showAuthGuide.js +3 -0
- package/lib/clients/mp_web/alipayhk/showLoading.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/showLoading.js +3 -0
- package/lib/clients/mp_web/alipayhk/showNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/showNavigationBarLoading.js +3 -0
- package/lib/clients/mp_web/alipayhk/showSharePanel.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/showSharePanel.js +3 -0
- package/lib/clients/mp_web/alipayhk/showToast.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/showToast.js +3 -0
- package/lib/clients/mp_web/alipayhk/signContract.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/signContract.js +3 -0
- package/lib/clients/mp_web/alipayhk/startBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/startBluetoothDevicesDiscovery.js +3 -0
- package/lib/clients/mp_web/alipayhk/startPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/startPullDownRefresh.js +3 -0
- package/lib/clients/mp_web/alipayhk/stopBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/stopBluetoothDevicesDiscovery.js +3 -0
- package/lib/clients/mp_web/alipayhk/stopPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/stopPullDownRefresh.js +3 -0
- package/lib/clients/mp_web/alipayhk/switchTab.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/switchTab.js +3 -0
- package/lib/clients/mp_web/alipayhk/tradePay.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/tradePay.js +3 -0
- package/lib/clients/mp_web/alipayhk/uploadFile.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/uploadFile.js +3 -0
- package/lib/clients/mp_web/alipayhk/vibrate.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/vibrate.js +3 -0
- package/lib/clients/mp_web/alipayhk/watchShake.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/watchShake.js +3 -0
- package/lib/clients/mp_web/alipayhk/writeBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/writeBLECharacteristicValue.js +3 -0
- package/lib/clients/mp_web/chope/addPhoneContact.d.ts +2 -0
- package/lib/clients/mp_web/chope/addPhoneContact.js +3 -0
- package/lib/clients/mp_web/chope/alert.d.ts +2 -0
- package/lib/clients/mp_web/chope/alert.js +3 -0
- package/lib/clients/mp_web/chope/canIUse.d.ts +2 -0
- package/lib/clients/mp_web/chope/canIUse.js +2 -0
- package/lib/clients/mp_web/chope/chooseImage.d.ts +2 -0
- package/lib/clients/mp_web/chope/chooseImage.js +3 -0
- package/lib/clients/mp_web/chope/choosePhoneContact.d.ts +2 -0
- package/lib/clients/mp_web/chope/choosePhoneContact.js +3 -0
- package/lib/clients/mp_web/chope/clearStorage.d.ts +2 -0
- package/lib/clients/mp_web/chope/clearStorage.js +3 -0
- package/lib/clients/mp_web/chope/closeBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp_web/chope/closeBluetoothAdapter.js +3 -0
- package/lib/clients/mp_web/chope/closeSocket.d.ts +2 -0
- package/lib/clients/mp_web/chope/closeSocket.js +3 -0
- package/lib/clients/mp_web/chope/confirm.d.ts +2 -0
- package/lib/clients/mp_web/chope/confirm.js +3 -0
- package/lib/clients/mp_web/chope/connectBLEDevice.d.ts +2 -0
- package/lib/clients/mp_web/chope/connectBLEDevice.js +3 -0
- package/lib/clients/mp_web/chope/connectSocket.d.ts +2 -0
- package/lib/clients/mp_web/chope/connectSocket.js +3 -0
- package/lib/clients/mp_web/chope/datePicker.d.ts +2 -0
- package/lib/clients/mp_web/chope/datePicker.js +3 -0
- package/lib/clients/mp_web/chope/disconnectBLEDevice.d.ts +2 -0
- package/lib/clients/mp_web/chope/disconnectBLEDevice.js +3 -0
- package/lib/clients/mp_web/chope/downloadFile.d.ts +2 -0
- package/lib/clients/mp_web/chope/downloadFile.js +3 -0
- package/lib/clients/mp_web/chope/getAuthCode.d.ts +2 -0
- package/lib/clients/mp_web/chope/getAuthCode.js +3 -0
- package/lib/clients/mp_web/chope/getBLEDeviceCharacteristics.d.ts +2 -0
- package/lib/clients/mp_web/chope/getBLEDeviceCharacteristics.js +3 -0
- package/lib/clients/mp_web/chope/getBLEDeviceServices.d.ts +2 -0
- package/lib/clients/mp_web/chope/getBLEDeviceServices.js +3 -0
- package/lib/clients/mp_web/chope/getBatteryInfo.d.ts +2 -0
- package/lib/clients/mp_web/chope/getBatteryInfo.js +3 -0
- package/lib/clients/mp_web/chope/getBluetoothAdapterState.d.ts +2 -0
- package/lib/clients/mp_web/chope/getBluetoothAdapterState.js +3 -0
- package/lib/clients/mp_web/chope/getBluetoothDevices.d.ts +2 -0
- package/lib/clients/mp_web/chope/getBluetoothDevices.js +3 -0
- package/lib/clients/mp_web/chope/getClipboard.d.ts +2 -0
- package/lib/clients/mp_web/chope/getClipboard.js +3 -0
- package/lib/clients/mp_web/chope/getConnectedBluetoothDevices.d.ts +2 -0
- package/lib/clients/mp_web/chope/getConnectedBluetoothDevices.js +3 -0
- package/lib/clients/mp_web/chope/getFileInfo.d.ts +2 -0
- package/lib/clients/mp_web/chope/getFileInfo.js +3 -0
- package/lib/clients/mp_web/chope/getImageInfo.d.ts +2 -0
- package/lib/clients/mp_web/chope/getImageInfo.js +3 -0
- package/lib/clients/mp_web/chope/getLocation.d.ts +2 -0
- package/lib/clients/mp_web/chope/getLocation.js +3 -0
- package/lib/clients/mp_web/chope/getNetworkType.d.ts +2 -0
- package/lib/clients/mp_web/chope/getNetworkType.js +3 -0
- package/lib/clients/mp_web/chope/getOpenUserInfo.d.ts +2 -0
- package/lib/clients/mp_web/chope/getOpenUserInfo.js +3 -0
- package/lib/clients/mp_web/chope/getSavedFileInfo.d.ts +2 -0
- package/lib/clients/mp_web/chope/getSavedFileInfo.js +3 -0
- package/lib/clients/mp_web/chope/getSavedFileList.d.ts +2 -0
- package/lib/clients/mp_web/chope/getSavedFileList.js +3 -0
- package/lib/clients/mp_web/chope/getScreenBrightness.d.ts +2 -0
- package/lib/clients/mp_web/chope/getScreenBrightness.js +3 -0
- package/lib/clients/mp_web/chope/getServerTime.d.ts +2 -0
- package/lib/clients/mp_web/chope/getServerTime.js +3 -0
- package/lib/clients/mp_web/chope/getSetting.d.ts +2 -0
- package/lib/clients/mp_web/chope/getSetting.js +3 -0
- package/lib/clients/mp_web/chope/getSiteInfo.d.ts +2 -0
- package/lib/clients/mp_web/chope/getSiteInfo.js +3 -0
- package/lib/clients/mp_web/chope/getStorage.d.ts +2 -0
- package/lib/clients/mp_web/chope/getStorage.js +3 -0
- package/lib/clients/mp_web/chope/getSystemInfo.d.ts +2 -0
- package/lib/clients/mp_web/chope/getSystemInfo.js +3 -0
- package/lib/clients/mp_web/chope/hideBackHome.d.ts +2 -0
- package/lib/clients/mp_web/chope/hideBackHome.js +3 -0
- package/lib/clients/mp_web/chope/hideKeyboard.d.ts +2 -0
- package/lib/clients/mp_web/chope/hideKeyboard.js +3 -0
- package/lib/clients/mp_web/chope/hideLoading.d.ts +2 -0
- package/lib/clients/mp_web/chope/hideLoading.js +3 -0
- package/lib/clients/mp_web/chope/hideNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp_web/chope/hideNavigationBarLoading.js +3 -0
- package/lib/clients/mp_web/chope/hideTabBar.d.ts +2 -0
- package/lib/clients/mp_web/chope/hideTabBar.js +3 -0
- package/lib/clients/mp_web/chope/hideToast.d.ts +2 -0
- package/lib/clients/mp_web/chope/hideToast.js +3 -0
- package/lib/clients/mp_web/chope/index.d.ts +322 -0
- package/lib/clients/mp_web/chope/index.js +229 -0
- package/lib/clients/mp_web/chope/makePhoneCall.d.ts +2 -0
- package/lib/clients/mp_web/chope/makePhoneCall.js +3 -0
- package/lib/clients/mp_web/chope/multiLevelSelect.d.ts +2 -0
- package/lib/clients/mp_web/chope/multiLevelSelect.js +3 -0
- package/lib/clients/mp_web/chope/navigateBack.d.ts +2 -0
- package/lib/clients/mp_web/chope/navigateBack.js +3 -0
- package/lib/clients/mp_web/chope/navigateBackMiniProgram.d.ts +2 -0
- package/lib/clients/mp_web/chope/navigateBackMiniProgram.js +3 -0
- package/lib/clients/mp_web/chope/navigateTo.d.ts +2 -0
- package/lib/clients/mp_web/chope/navigateTo.js +3 -0
- package/lib/clients/mp_web/chope/navigateToMiniProgram.d.ts +2 -0
- package/lib/clients/mp_web/chope/navigateToMiniProgram.js +3 -0
- package/lib/clients/mp_web/chope/notifyBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/chope/notifyBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/chope/offAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp_web/chope/offAccelerometerChange.js +3 -0
- package/lib/clients/mp_web/chope/offBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/chope/offBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/chope/offBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp_web/chope/offBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp_web/chope/offBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp_web/chope/offBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp_web/chope/offBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp_web/chope/offBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp_web/chope/offCompassChange.d.ts +2 -0
- package/lib/clients/mp_web/chope/offCompassChange.js +3 -0
- package/lib/clients/mp_web/chope/offMemoryWarning.d.ts +2 -0
- package/lib/clients/mp_web/chope/offMemoryWarning.js +3 -0
- package/lib/clients/mp_web/chope/offSocketClose.d.ts +2 -0
- package/lib/clients/mp_web/chope/offSocketClose.js +3 -0
- package/lib/clients/mp_web/chope/offSocketError.d.ts +2 -0
- package/lib/clients/mp_web/chope/offSocketError.js +3 -0
- package/lib/clients/mp_web/chope/offSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/chope/offSocketMessage.js +3 -0
- package/lib/clients/mp_web/chope/offSocketOpen.d.ts +2 -0
- package/lib/clients/mp_web/chope/offSocketOpen.js +3 -0
- package/lib/clients/mp_web/chope/offUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp_web/chope/offUserCaptureScreen.js +3 -0
- package/lib/clients/mp_web/chope/onAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp_web/chope/onAccelerometerChange.js +3 -0
- package/lib/clients/mp_web/chope/onBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/chope/onBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/chope/onBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp_web/chope/onBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp_web/chope/onBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp_web/chope/onBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp_web/chope/onBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp_web/chope/onBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp_web/chope/onCompassChange.d.ts +2 -0
- package/lib/clients/mp_web/chope/onCompassChange.js +3 -0
- package/lib/clients/mp_web/chope/onMemoryWarning.d.ts +2 -0
- package/lib/clients/mp_web/chope/onMemoryWarning.js +3 -0
- package/lib/clients/mp_web/chope/onSocketClose.d.ts +2 -0
- package/lib/clients/mp_web/chope/onSocketClose.js +3 -0
- package/lib/clients/mp_web/chope/onSocketError.d.ts +2 -0
- package/lib/clients/mp_web/chope/onSocketError.js +3 -0
- package/lib/clients/mp_web/chope/onSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/chope/onSocketMessage.js +3 -0
- package/lib/clients/mp_web/chope/onSocketOpen.d.ts +2 -0
- package/lib/clients/mp_web/chope/onSocketOpen.js +3 -0
- package/lib/clients/mp_web/chope/onUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp_web/chope/onUserCaptureScreen.js +3 -0
- package/lib/clients/mp_web/chope/openBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp_web/chope/openBluetoothAdapter.js +3 -0
- package/lib/clients/mp_web/chope/openDocument.d.ts +2 -0
- package/lib/clients/mp_web/chope/openDocument.js +3 -0
- package/lib/clients/mp_web/chope/openSetting.d.ts +2 -0
- package/lib/clients/mp_web/chope/openSetting.js +3 -0
- package/lib/clients/mp_web/chope/pageScrollTo.d.ts +2 -0
- package/lib/clients/mp_web/chope/pageScrollTo.js +3 -0
- package/lib/clients/mp_web/chope/previewImage.d.ts +2 -0
- package/lib/clients/mp_web/chope/previewImage.js +3 -0
- package/lib/clients/mp_web/chope/prompt.d.ts +2 -0
- package/lib/clients/mp_web/chope/prompt.js +3 -0
- package/lib/clients/mp_web/chope/reLaunch.d.ts +2 -0
- package/lib/clients/mp_web/chope/reLaunch.js +3 -0
- package/lib/clients/mp_web/chope/readBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp_web/chope/readBLECharacteristicValue.js +3 -0
- package/lib/clients/mp_web/chope/redirectTo.d.ts +2 -0
- package/lib/clients/mp_web/chope/redirectTo.js +3 -0
- package/lib/clients/mp_web/chope/removeSavedFile.d.ts +2 -0
- package/lib/clients/mp_web/chope/removeSavedFile.js +3 -0
- package/lib/clients/mp_web/chope/removeStorage.d.ts +2 -0
- package/lib/clients/mp_web/chope/removeStorage.js +3 -0
- package/lib/clients/mp_web/chope/request.d.ts +2 -0
- package/lib/clients/mp_web/chope/request.js +3 -0
- package/lib/clients/mp_web/chope/saveFile.d.ts +2 -0
- package/lib/clients/mp_web/chope/saveFile.js +3 -0
- package/lib/clients/mp_web/chope/saveImage.d.ts +2 -0
- package/lib/clients/mp_web/chope/saveImage.js +3 -0
- package/lib/clients/mp_web/chope/scan.d.ts +2 -0
- package/lib/clients/mp_web/chope/scan.js +3 -0
- package/lib/clients/mp_web/chope/sendSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/chope/sendSocketMessage.js +3 -0
- package/lib/clients/mp_web/chope/setBackgroundColor.d.ts +2 -0
- package/lib/clients/mp_web/chope/setBackgroundColor.js +3 -0
- package/lib/clients/mp_web/chope/setCanPullDown.d.ts +2 -0
- package/lib/clients/mp_web/chope/setCanPullDown.js +3 -0
- package/lib/clients/mp_web/chope/setClipboard.d.ts +2 -0
- package/lib/clients/mp_web/chope/setClipboard.js +3 -0
- package/lib/clients/mp_web/chope/setKeepScreenOn.d.ts +2 -0
- package/lib/clients/mp_web/chope/setKeepScreenOn.js +3 -0
- package/lib/clients/mp_web/chope/setNavigationBar.d.ts +2 -0
- package/lib/clients/mp_web/chope/setNavigationBar.js +3 -0
- package/lib/clients/mp_web/chope/setScreenBrightness.d.ts +2 -0
- package/lib/clients/mp_web/chope/setScreenBrightness.js +3 -0
- package/lib/clients/mp_web/chope/setStorage.d.ts +2 -0
- package/lib/clients/mp_web/chope/setStorage.js +3 -0
- package/lib/clients/mp_web/chope/setTabBarStyle.d.ts +2 -0
- package/lib/clients/mp_web/chope/setTabBarStyle.js +3 -0
- package/lib/clients/mp_web/chope/showActionSheet.d.ts +2 -0
- package/lib/clients/mp_web/chope/showActionSheet.js +3 -0
- package/lib/clients/mp_web/chope/showAuthGuide.d.ts +2 -0
- package/lib/clients/mp_web/chope/showAuthGuide.js +3 -0
- package/lib/clients/mp_web/chope/showLoading.d.ts +2 -0
- package/lib/clients/mp_web/chope/showLoading.js +3 -0
- package/lib/clients/mp_web/chope/showNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp_web/chope/showNavigationBarLoading.js +3 -0
- package/lib/clients/mp_web/chope/showSharePanel.d.ts +2 -0
- package/lib/clients/mp_web/chope/showSharePanel.js +3 -0
- package/lib/clients/mp_web/chope/showToast.d.ts +2 -0
- package/lib/clients/mp_web/chope/showToast.js +3 -0
- package/lib/clients/mp_web/chope/signContract.d.ts +2 -0
- package/lib/clients/mp_web/chope/signContract.js +3 -0
- package/lib/clients/mp_web/chope/startBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp_web/chope/startBluetoothDevicesDiscovery.js +3 -0
- package/lib/clients/mp_web/chope/startPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp_web/chope/startPullDownRefresh.js +3 -0
- package/lib/clients/mp_web/chope/stopBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp_web/chope/stopBluetoothDevicesDiscovery.js +3 -0
- package/lib/clients/mp_web/chope/stopPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp_web/chope/stopPullDownRefresh.js +3 -0
- package/lib/clients/mp_web/chope/switchTab.d.ts +2 -0
- package/lib/clients/mp_web/chope/switchTab.js +3 -0
- package/lib/clients/mp_web/chope/tradePay.d.ts +2 -0
- package/lib/clients/mp_web/chope/tradePay.js +3 -0
- package/lib/clients/mp_web/chope/uploadFile.d.ts +2 -0
- package/lib/clients/mp_web/chope/uploadFile.js +3 -0
- package/lib/clients/mp_web/chope/vibrate.d.ts +2 -0
- package/lib/clients/mp_web/chope/vibrate.js +3 -0
- package/lib/clients/mp_web/chope/watchShake.d.ts +2 -0
- package/lib/clients/mp_web/chope/watchShake.js +3 -0
- package/lib/clients/mp_web/chope/writeBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp_web/chope/writeBLECharacteristicValue.js +3 -0
- package/lib/clients/mp_web/dana/addPhoneContact.d.ts +2 -0
- package/lib/clients/mp_web/dana/addPhoneContact.js +3 -0
- package/lib/clients/mp_web/dana/alert.d.ts +2 -0
- package/lib/clients/mp_web/dana/alert.js +3 -0
- package/lib/clients/mp_web/dana/canIUse.d.ts +2 -0
- package/lib/clients/mp_web/dana/canIUse.js +2 -0
- package/lib/clients/mp_web/dana/chooseImage.d.ts +2 -0
- package/lib/clients/mp_web/dana/chooseImage.js +3 -0
- package/lib/clients/mp_web/dana/choosePhoneContact.d.ts +2 -0
- package/lib/clients/mp_web/dana/choosePhoneContact.js +3 -0
- package/lib/clients/mp_web/dana/clearStorage.d.ts +2 -0
- package/lib/clients/mp_web/dana/clearStorage.js +3 -0
- package/lib/clients/mp_web/dana/closeBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp_web/dana/closeBluetoothAdapter.js +3 -0
- package/lib/clients/mp_web/dana/closeSocket.d.ts +2 -0
- package/lib/clients/mp_web/dana/closeSocket.js +3 -0
- package/lib/clients/mp_web/dana/confirm.d.ts +2 -0
- package/lib/clients/mp_web/dana/confirm.js +3 -0
- package/lib/clients/mp_web/dana/connectBLEDevice.d.ts +2 -0
- package/lib/clients/mp_web/dana/connectBLEDevice.js +3 -0
- package/lib/clients/mp_web/dana/connectSocket.d.ts +2 -0
- package/lib/clients/mp_web/dana/connectSocket.js +3 -0
- package/lib/clients/mp_web/dana/datePicker.d.ts +2 -0
- package/lib/clients/mp_web/dana/datePicker.js +3 -0
- package/lib/clients/mp_web/dana/disconnectBLEDevice.d.ts +2 -0
- package/lib/clients/mp_web/dana/disconnectBLEDevice.js +3 -0
- package/lib/clients/mp_web/dana/downloadFile.d.ts +2 -0
- package/lib/clients/mp_web/dana/downloadFile.js +3 -0
- package/lib/clients/mp_web/dana/getAuthCode.d.ts +2 -0
- package/lib/clients/mp_web/dana/getAuthCode.js +3 -0
- package/lib/clients/mp_web/dana/getBLEDeviceCharacteristics.d.ts +2 -0
- package/lib/clients/mp_web/dana/getBLEDeviceCharacteristics.js +3 -0
- package/lib/clients/mp_web/dana/getBLEDeviceServices.d.ts +2 -0
- package/lib/clients/mp_web/dana/getBLEDeviceServices.js +3 -0
- package/lib/clients/mp_web/dana/getBatteryInfo.d.ts +2 -0
- package/lib/clients/mp_web/dana/getBatteryInfo.js +3 -0
- package/lib/clients/mp_web/dana/getBluetoothAdapterState.d.ts +2 -0
- package/lib/clients/mp_web/dana/getBluetoothAdapterState.js +3 -0
- package/lib/clients/mp_web/dana/getBluetoothDevices.d.ts +2 -0
- package/lib/clients/mp_web/dana/getBluetoothDevices.js +3 -0
- package/lib/clients/mp_web/dana/getClipboard.d.ts +2 -0
- package/lib/clients/mp_web/dana/getClipboard.js +3 -0
- package/lib/clients/mp_web/dana/getConnectedBluetoothDevices.d.ts +2 -0
- package/lib/clients/mp_web/dana/getConnectedBluetoothDevices.js +3 -0
- package/lib/clients/mp_web/dana/getFileInfo.d.ts +2 -0
- package/lib/clients/mp_web/dana/getFileInfo.js +3 -0
- package/lib/clients/mp_web/dana/getImageInfo.d.ts +2 -0
- package/lib/clients/mp_web/dana/getImageInfo.js +3 -0
- package/lib/clients/mp_web/dana/getLocation.d.ts +2 -0
- package/lib/clients/mp_web/dana/getLocation.js +3 -0
- package/lib/clients/mp_web/dana/getNetworkType.d.ts +2 -0
- package/lib/clients/mp_web/dana/getNetworkType.js +3 -0
- package/lib/clients/mp_web/dana/getOpenUserInfo.d.ts +2 -0
- package/lib/clients/mp_web/dana/getOpenUserInfo.js +3 -0
- package/lib/clients/mp_web/dana/getSavedFileInfo.d.ts +2 -0
- package/lib/clients/mp_web/dana/getSavedFileInfo.js +3 -0
- package/lib/clients/mp_web/dana/getSavedFileList.d.ts +2 -0
- package/lib/clients/mp_web/dana/getSavedFileList.js +3 -0
- package/lib/clients/mp_web/dana/getScreenBrightness.d.ts +2 -0
- package/lib/clients/mp_web/dana/getScreenBrightness.js +3 -0
- package/lib/clients/mp_web/dana/getServerTime.d.ts +2 -0
- package/lib/clients/mp_web/dana/getServerTime.js +3 -0
- package/lib/clients/mp_web/dana/getSetting.d.ts +2 -0
- package/lib/clients/mp_web/dana/getSetting.js +3 -0
- package/lib/clients/mp_web/dana/getSiteInfo.d.ts +2 -0
- package/lib/clients/mp_web/dana/getSiteInfo.js +3 -0
- package/lib/clients/mp_web/dana/getStorage.d.ts +2 -0
- package/lib/clients/mp_web/dana/getStorage.js +3 -0
- package/lib/clients/mp_web/dana/getSystemInfo.d.ts +2 -0
- package/lib/clients/mp_web/dana/getSystemInfo.js +3 -0
- package/lib/clients/mp_web/dana/hideBackHome.d.ts +2 -0
- package/lib/clients/mp_web/dana/hideBackHome.js +3 -0
- package/lib/clients/mp_web/dana/hideKeyboard.d.ts +2 -0
- package/lib/clients/mp_web/dana/hideKeyboard.js +3 -0
- package/lib/clients/mp_web/dana/hideLoading.d.ts +2 -0
- package/lib/clients/mp_web/dana/hideLoading.js +3 -0
- package/lib/clients/mp_web/dana/hideNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp_web/dana/hideNavigationBarLoading.js +3 -0
- package/lib/clients/mp_web/dana/hideTabBar.d.ts +2 -0
- package/lib/clients/mp_web/dana/hideTabBar.js +3 -0
- package/lib/clients/mp_web/dana/hideToast.d.ts +2 -0
- package/lib/clients/mp_web/dana/hideToast.js +3 -0
- package/lib/clients/mp_web/dana/index.d.ts +322 -0
- package/lib/clients/mp_web/dana/index.js +229 -0
- package/lib/clients/mp_web/dana/makePhoneCall.d.ts +2 -0
- package/lib/clients/mp_web/dana/makePhoneCall.js +3 -0
- package/lib/clients/mp_web/dana/multiLevelSelect.d.ts +2 -0
- package/lib/clients/mp_web/dana/multiLevelSelect.js +3 -0
- package/lib/clients/mp_web/dana/navigateBack.d.ts +2 -0
- package/lib/clients/mp_web/dana/navigateBack.js +3 -0
- package/lib/clients/mp_web/dana/navigateBackMiniProgram.d.ts +2 -0
- package/lib/clients/mp_web/dana/navigateBackMiniProgram.js +3 -0
- package/lib/clients/mp_web/dana/navigateTo.d.ts +2 -0
- package/lib/clients/mp_web/dana/navigateTo.js +3 -0
- package/lib/clients/mp_web/dana/navigateToMiniProgram.d.ts +2 -0
- package/lib/clients/mp_web/dana/navigateToMiniProgram.js +3 -0
- package/lib/clients/mp_web/dana/notifyBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/dana/notifyBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/dana/offAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp_web/dana/offAccelerometerChange.js +3 -0
- package/lib/clients/mp_web/dana/offBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/dana/offBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/dana/offBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp_web/dana/offBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp_web/dana/offBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp_web/dana/offBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp_web/dana/offBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp_web/dana/offBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp_web/dana/offCompassChange.d.ts +2 -0
- package/lib/clients/mp_web/dana/offCompassChange.js +3 -0
- package/lib/clients/mp_web/dana/offMemoryWarning.d.ts +2 -0
- package/lib/clients/mp_web/dana/offMemoryWarning.js +3 -0
- package/lib/clients/mp_web/dana/offSocketClose.d.ts +2 -0
- package/lib/clients/mp_web/dana/offSocketClose.js +3 -0
- package/lib/clients/mp_web/dana/offSocketError.d.ts +2 -0
- package/lib/clients/mp_web/dana/offSocketError.js +3 -0
- package/lib/clients/mp_web/dana/offSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/dana/offSocketMessage.js +3 -0
- package/lib/clients/mp_web/dana/offSocketOpen.d.ts +2 -0
- package/lib/clients/mp_web/dana/offSocketOpen.js +3 -0
- package/lib/clients/mp_web/dana/offUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp_web/dana/offUserCaptureScreen.js +3 -0
- package/lib/clients/mp_web/dana/onAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp_web/dana/onAccelerometerChange.js +3 -0
- package/lib/clients/mp_web/dana/onBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/dana/onBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/dana/onBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp_web/dana/onBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp_web/dana/onBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp_web/dana/onBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp_web/dana/onBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp_web/dana/onBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp_web/dana/onCompassChange.d.ts +2 -0
- package/lib/clients/mp_web/dana/onCompassChange.js +3 -0
- package/lib/clients/mp_web/dana/onMemoryWarning.d.ts +2 -0
- package/lib/clients/mp_web/dana/onMemoryWarning.js +3 -0
- package/lib/clients/mp_web/dana/onSocketClose.d.ts +2 -0
- package/lib/clients/mp_web/dana/onSocketClose.js +3 -0
- package/lib/clients/mp_web/dana/onSocketError.d.ts +2 -0
- package/lib/clients/mp_web/dana/onSocketError.js +3 -0
- package/lib/clients/mp_web/dana/onSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/dana/onSocketMessage.js +3 -0
- package/lib/clients/mp_web/dana/onSocketOpen.d.ts +2 -0
- package/lib/clients/mp_web/dana/onSocketOpen.js +3 -0
- package/lib/clients/mp_web/dana/onUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp_web/dana/onUserCaptureScreen.js +3 -0
- package/lib/clients/mp_web/dana/openBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp_web/dana/openBluetoothAdapter.js +3 -0
- package/lib/clients/mp_web/dana/openDocument.d.ts +2 -0
- package/lib/clients/mp_web/dana/openDocument.js +3 -0
- package/lib/clients/mp_web/dana/openSetting.d.ts +2 -0
- package/lib/clients/mp_web/dana/openSetting.js +3 -0
- package/lib/clients/mp_web/dana/pageScrollTo.d.ts +2 -0
- package/lib/clients/mp_web/dana/pageScrollTo.js +3 -0
- package/lib/clients/mp_web/dana/previewImage.d.ts +2 -0
- package/lib/clients/mp_web/dana/previewImage.js +3 -0
- package/lib/clients/mp_web/dana/prompt.d.ts +2 -0
- package/lib/clients/mp_web/dana/prompt.js +3 -0
- package/lib/clients/mp_web/dana/reLaunch.d.ts +2 -0
- package/lib/clients/mp_web/dana/reLaunch.js +3 -0
- package/lib/clients/mp_web/dana/readBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp_web/dana/readBLECharacteristicValue.js +3 -0
- package/lib/clients/mp_web/dana/redirectTo.d.ts +2 -0
- package/lib/clients/mp_web/dana/redirectTo.js +3 -0
- package/lib/clients/mp_web/dana/removeSavedFile.d.ts +2 -0
- package/lib/clients/mp_web/dana/removeSavedFile.js +3 -0
- package/lib/clients/mp_web/dana/removeStorage.d.ts +2 -0
- package/lib/clients/mp_web/dana/removeStorage.js +3 -0
- package/lib/clients/mp_web/dana/request.d.ts +2 -0
- package/lib/clients/mp_web/dana/request.js +3 -0
- package/lib/clients/mp_web/dana/saveFile.d.ts +2 -0
- package/lib/clients/mp_web/dana/saveFile.js +3 -0
- package/lib/clients/mp_web/dana/saveImage.d.ts +2 -0
- package/lib/clients/mp_web/dana/saveImage.js +3 -0
- package/lib/clients/mp_web/dana/scan.d.ts +2 -0
- package/lib/clients/mp_web/dana/scan.js +3 -0
- package/lib/clients/mp_web/dana/sendSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/dana/sendSocketMessage.js +3 -0
- package/lib/clients/mp_web/dana/setBackgroundColor.d.ts +2 -0
- package/lib/clients/mp_web/dana/setBackgroundColor.js +3 -0
- package/lib/clients/mp_web/dana/setCanPullDown.d.ts +2 -0
- package/lib/clients/mp_web/dana/setCanPullDown.js +3 -0
- package/lib/clients/mp_web/dana/setClipboard.d.ts +2 -0
- package/lib/clients/mp_web/dana/setClipboard.js +3 -0
- package/lib/clients/mp_web/dana/setKeepScreenOn.d.ts +2 -0
- package/lib/clients/mp_web/dana/setKeepScreenOn.js +3 -0
- package/lib/clients/mp_web/dana/setNavigationBar.d.ts +2 -0
- package/lib/clients/mp_web/dana/setNavigationBar.js +3 -0
- package/lib/clients/mp_web/dana/setScreenBrightness.d.ts +2 -0
- package/lib/clients/mp_web/dana/setScreenBrightness.js +3 -0
- package/lib/clients/mp_web/dana/setStorage.d.ts +2 -0
- package/lib/clients/mp_web/dana/setStorage.js +3 -0
- package/lib/clients/mp_web/dana/setTabBarStyle.d.ts +2 -0
- package/lib/clients/mp_web/dana/setTabBarStyle.js +3 -0
- package/lib/clients/mp_web/dana/showActionSheet.d.ts +2 -0
- package/lib/clients/mp_web/dana/showActionSheet.js +3 -0
- package/lib/clients/mp_web/dana/showAuthGuide.d.ts +2 -0
- package/lib/clients/mp_web/dana/showAuthGuide.js +3 -0
- package/lib/clients/mp_web/dana/showLoading.d.ts +2 -0
- package/lib/clients/mp_web/dana/showLoading.js +3 -0
- package/lib/clients/mp_web/dana/showNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp_web/dana/showNavigationBarLoading.js +3 -0
- package/lib/clients/mp_web/dana/showSharePanel.d.ts +2 -0
- package/lib/clients/mp_web/dana/showSharePanel.js +3 -0
- package/lib/clients/mp_web/dana/showToast.d.ts +2 -0
- package/lib/clients/mp_web/dana/showToast.js +3 -0
- package/lib/clients/mp_web/dana/signContract.d.ts +2 -0
- package/lib/clients/mp_web/dana/signContract.js +3 -0
- package/lib/clients/mp_web/dana/startBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp_web/dana/startBluetoothDevicesDiscovery.js +3 -0
- package/lib/clients/mp_web/dana/startPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp_web/dana/startPullDownRefresh.js +3 -0
- package/lib/clients/mp_web/dana/stopBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp_web/dana/stopBluetoothDevicesDiscovery.js +3 -0
- package/lib/clients/mp_web/dana/stopPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp_web/dana/stopPullDownRefresh.js +3 -0
- package/lib/clients/mp_web/dana/switchTab.d.ts +2 -0
- package/lib/clients/mp_web/dana/switchTab.js +3 -0
- package/lib/clients/mp_web/dana/tradePay.d.ts +2 -0
- package/lib/clients/mp_web/dana/tradePay.js +3 -0
- package/lib/clients/mp_web/dana/uploadFile.d.ts +2 -0
- package/lib/clients/mp_web/dana/uploadFile.js +3 -0
- package/lib/clients/mp_web/dana/vibrate.d.ts +2 -0
- package/lib/clients/mp_web/dana/vibrate.js +3 -0
- package/lib/clients/mp_web/dana/watchShake.d.ts +2 -0
- package/lib/clients/mp_web/dana/watchShake.js +3 -0
- package/lib/clients/mp_web/dana/writeBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp_web/dana/writeBLECharacteristicValue.js +3 -0
- package/lib/clients/mp_web/demo/APRegionRPC.d.ts +2 -0
- package/lib/clients/mp_web/demo/APRegionRPC.js +3 -0
- package/lib/clients/mp_web/demo/addFatigueAction.d.ts +2 -0
- package/lib/clients/mp_web/demo/addFatigueAction.js +3 -0
- package/lib/clients/mp_web/demo/addPhoneContact.d.ts +2 -0
- package/lib/clients/mp_web/demo/addPhoneContact.js +3 -0
- package/lib/clients/mp_web/demo/alert.d.ts +2 -0
- package/lib/clients/mp_web/demo/alert.js +3 -0
- package/lib/clients/mp_web/demo/apDisableJSAPI.d.ts +2 -0
- package/lib/clients/mp_web/demo/apDisableJSAPI.js +3 -0
- package/lib/clients/mp_web/demo/appxrpc.d.ts +2 -0
- package/lib/clients/mp_web/demo/appxrpc.js +3 -0
- package/lib/clients/mp_web/demo/batchQueryCdpSpaceInfo.d.ts +2 -0
- package/lib/clients/mp_web/demo/batchQueryCdpSpaceInfo.js +3 -0
- package/lib/clients/mp_web/demo/canIUse.d.ts +2 -0
- package/lib/clients/mp_web/demo/canIUse.js +2 -0
- package/lib/clients/mp_web/demo/chooseImage.d.ts +2 -0
- package/lib/clients/mp_web/demo/chooseImage.js +3 -0
- package/lib/clients/mp_web/demo/choosePhoneContact.d.ts +2 -0
- package/lib/clients/mp_web/demo/choosePhoneContact.js +3 -0
- package/lib/clients/mp_web/demo/clearStorage.d.ts +2 -0
- package/lib/clients/mp_web/demo/clearStorage.js +3 -0
- package/lib/clients/mp_web/demo/closeBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp_web/demo/closeBluetoothAdapter.js +3 -0
- package/lib/clients/mp_web/demo/closeSocket.d.ts +2 -0
- package/lib/clients/mp_web/demo/closeSocket.js +3 -0
- package/lib/clients/mp_web/demo/confirm.d.ts +2 -0
- package/lib/clients/mp_web/demo/confirm.js +3 -0
- package/lib/clients/mp_web/demo/connectBLEDevice.d.ts +2 -0
- package/lib/clients/mp_web/demo/connectBLEDevice.js +3 -0
- package/lib/clients/mp_web/demo/connectSocket.d.ts +2 -0
- package/lib/clients/mp_web/demo/connectSocket.js +3 -0
- package/lib/clients/mp_web/demo/crossPay.d.ts +2 -0
- package/lib/clients/mp_web/demo/crossPay.js +3 -0
- package/lib/clients/mp_web/demo/datePicker.d.ts +2 -0
- package/lib/clients/mp_web/demo/datePicker.js +3 -0
- package/lib/clients/mp_web/demo/disconnectBLEDevice.d.ts +2 -0
- package/lib/clients/mp_web/demo/disconnectBLEDevice.js +3 -0
- package/lib/clients/mp_web/demo/downloadFile.d.ts +2 -0
- package/lib/clients/mp_web/demo/downloadFile.js +3 -0
- package/lib/clients/mp_web/demo/exitApp.d.ts +2 -0
- package/lib/clients/mp_web/demo/exitApp.js +3 -0
- package/lib/clients/mp_web/demo/getAppToken.d.ts +2 -0
- package/lib/clients/mp_web/demo/getAppToken.js +3 -0
- package/lib/clients/mp_web/demo/getAuthCode.d.ts +2 -0
- package/lib/clients/mp_web/demo/getAuthCode.js +3 -0
- package/lib/clients/mp_web/demo/getBLEDeviceCharacteristics.d.ts +2 -0
- package/lib/clients/mp_web/demo/getBLEDeviceCharacteristics.js +3 -0
- package/lib/clients/mp_web/demo/getBLEDeviceServices.d.ts +2 -0
- package/lib/clients/mp_web/demo/getBLEDeviceServices.js +3 -0
- package/lib/clients/mp_web/demo/getBatteryInfo.d.ts +2 -0
- package/lib/clients/mp_web/demo/getBatteryInfo.js +3 -0
- package/lib/clients/mp_web/demo/getBluetoothAdapterState.d.ts +2 -0
- package/lib/clients/mp_web/demo/getBluetoothAdapterState.js +3 -0
- package/lib/clients/mp_web/demo/getBluetoothDevices.d.ts +2 -0
- package/lib/clients/mp_web/demo/getBluetoothDevices.js +3 -0
- package/lib/clients/mp_web/demo/getClipboard.d.ts +2 -0
- package/lib/clients/mp_web/demo/getClipboard.js +3 -0
- package/lib/clients/mp_web/demo/getComponentAuth.d.ts +2 -0
- package/lib/clients/mp_web/demo/getComponentAuth.js +3 -0
- package/lib/clients/mp_web/demo/getConnectedBluetoothDevices.d.ts +2 -0
- package/lib/clients/mp_web/demo/getConnectedBluetoothDevices.js +3 -0
- package/lib/clients/mp_web/demo/getFileInfo.d.ts +2 -0
- package/lib/clients/mp_web/demo/getFileInfo.js +3 -0
- package/lib/clients/mp_web/demo/getImageInfo.d.ts +2 -0
- package/lib/clients/mp_web/demo/getImageInfo.js +3 -0
- package/lib/clients/mp_web/demo/getLocation.d.ts +2 -0
- package/lib/clients/mp_web/demo/getLocation.js +3 -0
- package/lib/clients/mp_web/demo/getNetworkType.d.ts +2 -0
- package/lib/clients/mp_web/demo/getNetworkType.js +3 -0
- package/lib/clients/mp_web/demo/getOpenUserInfo.d.ts +2 -0
- package/lib/clients/mp_web/demo/getOpenUserInfo.js +3 -0
- package/lib/clients/mp_web/demo/getPaymentCode.d.ts +2 -0
- package/lib/clients/mp_web/demo/getPaymentCode.js +3 -0
- package/lib/clients/mp_web/demo/getPhoneNumber.d.ts +2 -0
- package/lib/clients/mp_web/demo/getPhoneNumber.js +3 -0
- package/lib/clients/mp_web/demo/getSavedFileInfo.d.ts +2 -0
- package/lib/clients/mp_web/demo/getSavedFileInfo.js +3 -0
- package/lib/clients/mp_web/demo/getSavedFileList.d.ts +2 -0
- package/lib/clients/mp_web/demo/getSavedFileList.js +3 -0
- package/lib/clients/mp_web/demo/getScreenBrightness.d.ts +2 -0
- package/lib/clients/mp_web/demo/getScreenBrightness.js +3 -0
- package/lib/clients/mp_web/demo/getServerTime.d.ts +2 -0
- package/lib/clients/mp_web/demo/getServerTime.js +3 -0
- package/lib/clients/mp_web/demo/getSetting.d.ts +2 -0
- package/lib/clients/mp_web/demo/getSetting.js +3 -0
- package/lib/clients/mp_web/demo/getSiteInfo.d.ts +2 -0
- package/lib/clients/mp_web/demo/getSiteInfo.js +3 -0
- package/lib/clients/mp_web/demo/getStorage.d.ts +2 -0
- package/lib/clients/mp_web/demo/getStorage.js +3 -0
- package/lib/clients/mp_web/demo/getSystemInfo.d.ts +2 -0
- package/lib/clients/mp_web/demo/getSystemInfo.js +3 -0
- package/lib/clients/mp_web/demo/getSystemInfoSync.d.ts +2 -0
- package/lib/clients/mp_web/demo/getSystemInfoSync.js +3 -0
- package/lib/clients/mp_web/demo/hideBackHome.d.ts +2 -0
- package/lib/clients/mp_web/demo/hideBackHome.js +3 -0
- package/lib/clients/mp_web/demo/hideKeyboard.d.ts +2 -0
- package/lib/clients/mp_web/demo/hideKeyboard.js +3 -0
- package/lib/clients/mp_web/demo/hideLoading.d.ts +2 -0
- package/lib/clients/mp_web/demo/hideLoading.js +3 -0
- package/lib/clients/mp_web/demo/hideNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp_web/demo/hideNavigationBarLoading.js +3 -0
- package/lib/clients/mp_web/demo/hideOptionButton.d.ts +2 -0
- package/lib/clients/mp_web/demo/hideOptionButton.js +3 -0
- package/lib/clients/mp_web/demo/hideTabBar.d.ts +2 -0
- package/lib/clients/mp_web/demo/hideTabBar.js +3 -0
- package/lib/clients/mp_web/demo/hideToast.d.ts +2 -0
- package/lib/clients/mp_web/demo/hideToast.js +3 -0
- package/lib/clients/mp_web/demo/index.d.ts +372 -0
- package/lib/clients/mp_web/demo/index.js +277 -0
- package/lib/clients/mp_web/demo/inquireQuote.d.ts +2 -0
- package/lib/clients/mp_web/demo/inquireQuote.js +3 -0
- package/lib/clients/mp_web/demo/isInstalledApp.d.ts +2 -0
- package/lib/clients/mp_web/demo/isInstalledApp.js +3 -0
- package/lib/clients/mp_web/demo/makePhoneCall.d.ts +2 -0
- package/lib/clients/mp_web/demo/makePhoneCall.js +3 -0
- package/lib/clients/mp_web/demo/multiLevelSelect.d.ts +2 -0
- package/lib/clients/mp_web/demo/multiLevelSelect.js +3 -0
- package/lib/clients/mp_web/demo/navigateBack.d.ts +2 -0
- package/lib/clients/mp_web/demo/navigateBack.js +3 -0
- package/lib/clients/mp_web/demo/navigateBackMiniProgram.d.ts +2 -0
- package/lib/clients/mp_web/demo/navigateBackMiniProgram.js +3 -0
- package/lib/clients/mp_web/demo/navigateTo.d.ts +2 -0
- package/lib/clients/mp_web/demo/navigateTo.js +3 -0
- package/lib/clients/mp_web/demo/navigateToBizScene.d.ts +2 -0
- package/lib/clients/mp_web/demo/navigateToBizScene.js +3 -0
- package/lib/clients/mp_web/demo/navigateToMiniProgram.d.ts +2 -0
- package/lib/clients/mp_web/demo/navigateToMiniProgram.js +3 -0
- package/lib/clients/mp_web/demo/notifyBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/demo/notifyBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/demo/offAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp_web/demo/offAccelerometerChange.js +3 -0
- package/lib/clients/mp_web/demo/offBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/demo/offBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/demo/offBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp_web/demo/offBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp_web/demo/offBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp_web/demo/offBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp_web/demo/offBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp_web/demo/offBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp_web/demo/offCompassChange.d.ts +2 -0
- package/lib/clients/mp_web/demo/offCompassChange.js +3 -0
- package/lib/clients/mp_web/demo/offMemoryWarning.d.ts +2 -0
- package/lib/clients/mp_web/demo/offMemoryWarning.js +3 -0
- package/lib/clients/mp_web/demo/offSocketClose.d.ts +2 -0
- package/lib/clients/mp_web/demo/offSocketClose.js +3 -0
- package/lib/clients/mp_web/demo/offSocketError.d.ts +2 -0
- package/lib/clients/mp_web/demo/offSocketError.js +3 -0
- package/lib/clients/mp_web/demo/offSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/demo/offSocketMessage.js +3 -0
- package/lib/clients/mp_web/demo/offSocketOpen.d.ts +2 -0
- package/lib/clients/mp_web/demo/offSocketOpen.js +3 -0
- package/lib/clients/mp_web/demo/offUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp_web/demo/offUserCaptureScreen.js +3 -0
- package/lib/clients/mp_web/demo/onAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp_web/demo/onAccelerometerChange.js +3 -0
- package/lib/clients/mp_web/demo/onBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/demo/onBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/demo/onBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp_web/demo/onBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp_web/demo/onBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp_web/demo/onBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp_web/demo/onBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp_web/demo/onBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp_web/demo/onCompassChange.d.ts +2 -0
- package/lib/clients/mp_web/demo/onCompassChange.js +3 -0
- package/lib/clients/mp_web/demo/onMemoryWarning.d.ts +2 -0
- package/lib/clients/mp_web/demo/onMemoryWarning.js +3 -0
- package/lib/clients/mp_web/demo/onSocketClose.d.ts +2 -0
- package/lib/clients/mp_web/demo/onSocketClose.js +3 -0
- package/lib/clients/mp_web/demo/onSocketError.d.ts +2 -0
- package/lib/clients/mp_web/demo/onSocketError.js +3 -0
- package/lib/clients/mp_web/demo/onSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/demo/onSocketMessage.js +3 -0
- package/lib/clients/mp_web/demo/onSocketOpen.d.ts +2 -0
- package/lib/clients/mp_web/demo/onSocketOpen.js +3 -0
- package/lib/clients/mp_web/demo/onUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp_web/demo/onUserCaptureScreen.js +3 -0
- package/lib/clients/mp_web/demo/openBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp_web/demo/openBluetoothAdapter.js +3 -0
- package/lib/clients/mp_web/demo/openDocument.d.ts +2 -0
- package/lib/clients/mp_web/demo/openDocument.js +3 -0
- package/lib/clients/mp_web/demo/openSchemeWithBacking.d.ts +2 -0
- package/lib/clients/mp_web/demo/openSchemeWithBacking.js +3 -0
- package/lib/clients/mp_web/demo/openSetting.d.ts +2 -0
- package/lib/clients/mp_web/demo/openSetting.js +3 -0
- package/lib/clients/mp_web/demo/pageScrollTo.d.ts +2 -0
- package/lib/clients/mp_web/demo/pageScrollTo.js +3 -0
- package/lib/clients/mp_web/demo/paySignCenter.d.ts +2 -0
- package/lib/clients/mp_web/demo/paySignCenter.js +3 -0
- package/lib/clients/mp_web/demo/previewImage.d.ts +2 -0
- package/lib/clients/mp_web/demo/previewImage.js +3 -0
- package/lib/clients/mp_web/demo/prompt.d.ts +2 -0
- package/lib/clients/mp_web/demo/prompt.js +3 -0
- package/lib/clients/mp_web/demo/reLaunch.d.ts +2 -0
- package/lib/clients/mp_web/demo/reLaunch.js +3 -0
- package/lib/clients/mp_web/demo/readBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp_web/demo/readBLECharacteristicValue.js +3 -0
- package/lib/clients/mp_web/demo/redirectTo.d.ts +2 -0
- package/lib/clients/mp_web/demo/redirectTo.js +3 -0
- package/lib/clients/mp_web/demo/regionFetchAllApps.d.ts +2 -0
- package/lib/clients/mp_web/demo/regionFetchAllApps.js +3 -0
- package/lib/clients/mp_web/demo/regionSearchAppsByKeywords.d.ts +2 -0
- package/lib/clients/mp_web/demo/regionSearchAppsByKeywords.js +3 -0
- package/lib/clients/mp_web/demo/removeSavedFile.d.ts +2 -0
- package/lib/clients/mp_web/demo/removeSavedFile.js +3 -0
- package/lib/clients/mp_web/demo/removeStorage.d.ts +2 -0
- package/lib/clients/mp_web/demo/removeStorage.js +3 -0
- package/lib/clients/mp_web/demo/request.d.ts +2 -0
- package/lib/clients/mp_web/demo/request.js +3 -0
- package/lib/clients/mp_web/demo/rpc.d.ts +2 -0
- package/lib/clients/mp_web/demo/rpc.js +3 -0
- package/lib/clients/mp_web/demo/saveFile.d.ts +2 -0
- package/lib/clients/mp_web/demo/saveFile.js +3 -0
- package/lib/clients/mp_web/demo/saveImage.d.ts +2 -0
- package/lib/clients/mp_web/demo/saveImage.js +3 -0
- package/lib/clients/mp_web/demo/scan.d.ts +2 -0
- package/lib/clients/mp_web/demo/scan.js +3 -0
- package/lib/clients/mp_web/demo/sendSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/demo/sendSocketMessage.js +3 -0
- package/lib/clients/mp_web/demo/setBackgroundColor.d.ts +2 -0
- package/lib/clients/mp_web/demo/setBackgroundColor.js +3 -0
- package/lib/clients/mp_web/demo/setCanPullDown.d.ts +2 -0
- package/lib/clients/mp_web/demo/setCanPullDown.js +3 -0
- package/lib/clients/mp_web/demo/setClipboard.d.ts +2 -0
- package/lib/clients/mp_web/demo/setClipboard.js +3 -0
- package/lib/clients/mp_web/demo/setKeepScreenOn.d.ts +2 -0
- package/lib/clients/mp_web/demo/setKeepScreenOn.js +3 -0
- package/lib/clients/mp_web/demo/setNavigationBar.d.ts +2 -0
- package/lib/clients/mp_web/demo/setNavigationBar.js +3 -0
- package/lib/clients/mp_web/demo/setOptionMenu.d.ts +2 -0
- package/lib/clients/mp_web/demo/setOptionMenu.js +3 -0
- package/lib/clients/mp_web/demo/setScreenBrightness.d.ts +2 -0
- package/lib/clients/mp_web/demo/setScreenBrightness.js +3 -0
- package/lib/clients/mp_web/demo/setStorage.d.ts +2 -0
- package/lib/clients/mp_web/demo/setStorage.js +3 -0
- package/lib/clients/mp_web/demo/setTabBarStyle.d.ts +2 -0
- package/lib/clients/mp_web/demo/setTabBarStyle.js +3 -0
- package/lib/clients/mp_web/demo/showActionSheet.d.ts +2 -0
- package/lib/clients/mp_web/demo/showActionSheet.js +3 -0
- package/lib/clients/mp_web/demo/showAuthGuide.d.ts +2 -0
- package/lib/clients/mp_web/demo/showAuthGuide.js +3 -0
- package/lib/clients/mp_web/demo/showLoading.d.ts +2 -0
- package/lib/clients/mp_web/demo/showLoading.js +3 -0
- package/lib/clients/mp_web/demo/showNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp_web/demo/showNavigationBarLoading.js +3 -0
- package/lib/clients/mp_web/demo/showSharePanel.d.ts +2 -0
- package/lib/clients/mp_web/demo/showSharePanel.js +3 -0
- package/lib/clients/mp_web/demo/showToast.d.ts +2 -0
- package/lib/clients/mp_web/demo/showToast.js +3 -0
- package/lib/clients/mp_web/demo/signContract.d.ts +2 -0
- package/lib/clients/mp_web/demo/signContract.js +3 -0
- package/lib/clients/mp_web/demo/startApp.d.ts +2 -0
- package/lib/clients/mp_web/demo/startApp.js +3 -0
- package/lib/clients/mp_web/demo/startBizService.d.ts +2 -0
- package/lib/clients/mp_web/demo/startBizService.js +3 -0
- package/lib/clients/mp_web/demo/startBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp_web/demo/startBluetoothDevicesDiscovery.js +3 -0
- package/lib/clients/mp_web/demo/startPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp_web/demo/startPullDownRefresh.js +3 -0
- package/lib/clients/mp_web/demo/stopBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp_web/demo/stopBluetoothDevicesDiscovery.js +3 -0
- package/lib/clients/mp_web/demo/stopPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp_web/demo/stopPullDownRefresh.js +3 -0
- package/lib/clients/mp_web/demo/switchTab.d.ts +2 -0
- package/lib/clients/mp_web/demo/switchTab.js +3 -0
- package/lib/clients/mp_web/demo/thirdPartyAuthForAc.d.ts +2 -0
- package/lib/clients/mp_web/demo/thirdPartyAuthForAc.js +3 -0
- package/lib/clients/mp_web/demo/tradePay.d.ts +2 -0
- package/lib/clients/mp_web/demo/tradePay.js +3 -0
- package/lib/clients/mp_web/demo/uploadApdidToken.d.ts +2 -0
- package/lib/clients/mp_web/demo/uploadApdidToken.js +3 -0
- package/lib/clients/mp_web/demo/uploadFile.d.ts +2 -0
- package/lib/clients/mp_web/demo/uploadFile.js +3 -0
- package/lib/clients/mp_web/demo/vibrate.d.ts +2 -0
- package/lib/clients/mp_web/demo/vibrate.js +3 -0
- package/lib/clients/mp_web/demo/watchShake.d.ts +2 -0
- package/lib/clients/mp_web/demo/watchShake.js +3 -0
- package/lib/clients/mp_web/demo/writeBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp_web/demo/writeBLECharacteristicValue.js +3 -0
- package/lib/clients/mp_web/gcash/addPhoneContact.d.ts +2 -0
- package/lib/clients/mp_web/gcash/addPhoneContact.js +3 -0
- package/lib/clients/mp_web/gcash/alert.d.ts +2 -0
- package/lib/clients/mp_web/gcash/alert.js +3 -0
- package/lib/clients/mp_web/gcash/canIUse.d.ts +2 -0
- package/lib/clients/mp_web/gcash/canIUse.js +2 -0
- package/lib/clients/mp_web/gcash/chooseImage.d.ts +2 -0
- package/lib/clients/mp_web/gcash/chooseImage.js +3 -0
- package/lib/clients/mp_web/gcash/choosePhoneContact.d.ts +2 -0
- package/lib/clients/mp_web/gcash/choosePhoneContact.js +3 -0
- package/lib/clients/mp_web/gcash/clearStorage.d.ts +2 -0
- package/lib/clients/mp_web/gcash/clearStorage.js +3 -0
- package/lib/clients/mp_web/gcash/closeBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp_web/gcash/closeBluetoothAdapter.js +3 -0
- package/lib/clients/mp_web/gcash/closeSocket.d.ts +2 -0
- package/lib/clients/mp_web/gcash/closeSocket.js +3 -0
- package/lib/clients/mp_web/gcash/confirm.d.ts +2 -0
- package/lib/clients/mp_web/gcash/confirm.js +3 -0
- package/lib/clients/mp_web/gcash/connectBLEDevice.d.ts +2 -0
- package/lib/clients/mp_web/gcash/connectBLEDevice.js +3 -0
- package/lib/clients/mp_web/gcash/connectSocket.d.ts +2 -0
- package/lib/clients/mp_web/gcash/connectSocket.js +3 -0
- package/lib/clients/mp_web/gcash/datePicker.d.ts +2 -0
- package/lib/clients/mp_web/gcash/datePicker.js +3 -0
- package/lib/clients/mp_web/gcash/disconnectBLEDevice.d.ts +2 -0
- package/lib/clients/mp_web/gcash/disconnectBLEDevice.js +3 -0
- package/lib/clients/mp_web/gcash/downloadFile.d.ts +2 -0
- package/lib/clients/mp_web/gcash/downloadFile.js +3 -0
- package/lib/clients/mp_web/gcash/getAuthCode.d.ts +2 -0
- package/lib/clients/mp_web/gcash/getAuthCode.js +3 -0
- package/lib/clients/mp_web/gcash/getBLEDeviceCharacteristics.d.ts +2 -0
- package/lib/clients/mp_web/gcash/getBLEDeviceCharacteristics.js +3 -0
- package/lib/clients/mp_web/gcash/getBLEDeviceServices.d.ts +2 -0
- package/lib/clients/mp_web/gcash/getBLEDeviceServices.js +3 -0
- package/lib/clients/mp_web/gcash/getBatteryInfo.d.ts +2 -0
- package/lib/clients/mp_web/gcash/getBatteryInfo.js +3 -0
- package/lib/clients/mp_web/gcash/getBluetoothAdapterState.d.ts +2 -0
- package/lib/clients/mp_web/gcash/getBluetoothAdapterState.js +3 -0
- package/lib/clients/mp_web/gcash/getBluetoothDevices.d.ts +2 -0
- package/lib/clients/mp_web/gcash/getBluetoothDevices.js +3 -0
- package/lib/clients/mp_web/gcash/getClipboard.d.ts +2 -0
- package/lib/clients/mp_web/gcash/getClipboard.js +3 -0
- package/lib/clients/mp_web/gcash/getConnectedBluetoothDevices.d.ts +2 -0
- package/lib/clients/mp_web/gcash/getConnectedBluetoothDevices.js +3 -0
- package/lib/clients/mp_web/gcash/getFileInfo.d.ts +2 -0
- package/lib/clients/mp_web/gcash/getFileInfo.js +3 -0
- package/lib/clients/mp_web/gcash/getImageInfo.d.ts +2 -0
- package/lib/clients/mp_web/gcash/getImageInfo.js +3 -0
- package/lib/clients/mp_web/gcash/getLocation.d.ts +2 -0
- package/lib/clients/mp_web/gcash/getLocation.js +3 -0
- package/lib/clients/mp_web/gcash/getNetworkType.d.ts +2 -0
- package/lib/clients/mp_web/gcash/getNetworkType.js +3 -0
- package/lib/clients/mp_web/gcash/getOpenUserInfo.d.ts +2 -0
- package/lib/clients/mp_web/gcash/getOpenUserInfo.js +3 -0
- package/lib/clients/mp_web/gcash/getSavedFileInfo.d.ts +2 -0
- package/lib/clients/mp_web/gcash/getSavedFileInfo.js +3 -0
- package/lib/clients/mp_web/gcash/getSavedFileList.d.ts +2 -0
- package/lib/clients/mp_web/gcash/getSavedFileList.js +3 -0
- package/lib/clients/mp_web/gcash/getScreenBrightness.d.ts +2 -0
- package/lib/clients/mp_web/gcash/getScreenBrightness.js +3 -0
- package/lib/clients/mp_web/gcash/getServerTime.d.ts +2 -0
- package/lib/clients/mp_web/gcash/getServerTime.js +3 -0
- package/lib/clients/mp_web/gcash/getSetting.d.ts +2 -0
- package/lib/clients/mp_web/gcash/getSetting.js +3 -0
- package/lib/clients/mp_web/gcash/getSiteInfo.d.ts +2 -0
- package/lib/clients/mp_web/gcash/getSiteInfo.js +3 -0
- package/lib/clients/mp_web/gcash/getStorage.d.ts +2 -0
- package/lib/clients/mp_web/gcash/getStorage.js +3 -0
- package/lib/clients/mp_web/gcash/getSystemInfo.d.ts +2 -0
- package/lib/clients/mp_web/gcash/getSystemInfo.js +3 -0
- package/lib/clients/mp_web/gcash/hideBackHome.d.ts +2 -0
- package/lib/clients/mp_web/gcash/hideBackHome.js +3 -0
- package/lib/clients/mp_web/gcash/hideKeyboard.d.ts +2 -0
- package/lib/clients/mp_web/gcash/hideKeyboard.js +3 -0
- package/lib/clients/mp_web/gcash/hideLoading.d.ts +2 -0
- package/lib/clients/mp_web/gcash/hideLoading.js +3 -0
- package/lib/clients/mp_web/gcash/hideNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp_web/gcash/hideNavigationBarLoading.js +3 -0
- package/lib/clients/mp_web/gcash/hideTabBar.d.ts +2 -0
- package/lib/clients/mp_web/gcash/hideTabBar.js +3 -0
- package/lib/clients/mp_web/gcash/hideToast.d.ts +2 -0
- package/lib/clients/mp_web/gcash/hideToast.js +3 -0
- package/lib/clients/mp_web/gcash/index.d.ts +322 -0
- package/lib/clients/mp_web/gcash/index.js +229 -0
- package/lib/clients/mp_web/gcash/makePhoneCall.d.ts +2 -0
- package/lib/clients/mp_web/gcash/makePhoneCall.js +3 -0
- package/lib/clients/mp_web/gcash/multiLevelSelect.d.ts +2 -0
- package/lib/clients/mp_web/gcash/multiLevelSelect.js +3 -0
- package/lib/clients/mp_web/gcash/navigateBack.d.ts +2 -0
- package/lib/clients/mp_web/gcash/navigateBack.js +3 -0
- package/lib/clients/mp_web/gcash/navigateBackMiniProgram.d.ts +2 -0
- package/lib/clients/mp_web/gcash/navigateBackMiniProgram.js +3 -0
- package/lib/clients/mp_web/gcash/navigateTo.d.ts +2 -0
- package/lib/clients/mp_web/gcash/navigateTo.js +3 -0
- package/lib/clients/mp_web/gcash/navigateToMiniProgram.d.ts +2 -0
- package/lib/clients/mp_web/gcash/navigateToMiniProgram.js +3 -0
- package/lib/clients/mp_web/gcash/notifyBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/gcash/notifyBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/gcash/offAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp_web/gcash/offAccelerometerChange.js +3 -0
- package/lib/clients/mp_web/gcash/offBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/gcash/offBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/gcash/offBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp_web/gcash/offBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp_web/gcash/offBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp_web/gcash/offBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp_web/gcash/offBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp_web/gcash/offBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp_web/gcash/offCompassChange.d.ts +2 -0
- package/lib/clients/mp_web/gcash/offCompassChange.js +3 -0
- package/lib/clients/mp_web/gcash/offMemoryWarning.d.ts +2 -0
- package/lib/clients/mp_web/gcash/offMemoryWarning.js +3 -0
- package/lib/clients/mp_web/gcash/offSocketClose.d.ts +2 -0
- package/lib/clients/mp_web/gcash/offSocketClose.js +3 -0
- package/lib/clients/mp_web/gcash/offSocketError.d.ts +2 -0
- package/lib/clients/mp_web/gcash/offSocketError.js +3 -0
- package/lib/clients/mp_web/gcash/offSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/gcash/offSocketMessage.js +3 -0
- package/lib/clients/mp_web/gcash/offSocketOpen.d.ts +2 -0
- package/lib/clients/mp_web/gcash/offSocketOpen.js +3 -0
- package/lib/clients/mp_web/gcash/offUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp_web/gcash/offUserCaptureScreen.js +3 -0
- package/lib/clients/mp_web/gcash/onAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp_web/gcash/onAccelerometerChange.js +3 -0
- package/lib/clients/mp_web/gcash/onBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/gcash/onBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/gcash/onBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp_web/gcash/onBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp_web/gcash/onBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp_web/gcash/onBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp_web/gcash/onBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp_web/gcash/onBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp_web/gcash/onCompassChange.d.ts +2 -0
- package/lib/clients/mp_web/gcash/onCompassChange.js +3 -0
- package/lib/clients/mp_web/gcash/onMemoryWarning.d.ts +2 -0
- package/lib/clients/mp_web/gcash/onMemoryWarning.js +3 -0
- package/lib/clients/mp_web/gcash/onSocketClose.d.ts +2 -0
- package/lib/clients/mp_web/gcash/onSocketClose.js +3 -0
- package/lib/clients/mp_web/gcash/onSocketError.d.ts +2 -0
- package/lib/clients/mp_web/gcash/onSocketError.js +3 -0
- package/lib/clients/mp_web/gcash/onSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/gcash/onSocketMessage.js +3 -0
- package/lib/clients/mp_web/gcash/onSocketOpen.d.ts +2 -0
- package/lib/clients/mp_web/gcash/onSocketOpen.js +3 -0
- package/lib/clients/mp_web/gcash/onUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp_web/gcash/onUserCaptureScreen.js +3 -0
- package/lib/clients/mp_web/gcash/openBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp_web/gcash/openBluetoothAdapter.js +3 -0
- package/lib/clients/mp_web/gcash/openDocument.d.ts +2 -0
- package/lib/clients/mp_web/gcash/openDocument.js +3 -0
- package/lib/clients/mp_web/gcash/openSetting.d.ts +2 -0
- package/lib/clients/mp_web/gcash/openSetting.js +3 -0
- package/lib/clients/mp_web/gcash/pageScrollTo.d.ts +2 -0
- package/lib/clients/mp_web/gcash/pageScrollTo.js +3 -0
- package/lib/clients/mp_web/gcash/previewImage.d.ts +2 -0
- package/lib/clients/mp_web/gcash/previewImage.js +3 -0
- package/lib/clients/mp_web/gcash/prompt.d.ts +2 -0
- package/lib/clients/mp_web/gcash/prompt.js +3 -0
- package/lib/clients/mp_web/gcash/reLaunch.d.ts +2 -0
- package/lib/clients/mp_web/gcash/reLaunch.js +3 -0
- package/lib/clients/mp_web/gcash/readBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp_web/gcash/readBLECharacteristicValue.js +3 -0
- package/lib/clients/mp_web/gcash/redirectTo.d.ts +2 -0
- package/lib/clients/mp_web/gcash/redirectTo.js +3 -0
- package/lib/clients/mp_web/gcash/removeSavedFile.d.ts +2 -0
- package/lib/clients/mp_web/gcash/removeSavedFile.js +3 -0
- package/lib/clients/mp_web/gcash/removeStorage.d.ts +2 -0
- package/lib/clients/mp_web/gcash/removeStorage.js +3 -0
- package/lib/clients/mp_web/gcash/request.d.ts +2 -0
- package/lib/clients/mp_web/gcash/request.js +3 -0
- package/lib/clients/mp_web/gcash/saveFile.d.ts +2 -0
- package/lib/clients/mp_web/gcash/saveFile.js +3 -0
- package/lib/clients/mp_web/gcash/saveImage.d.ts +2 -0
- package/lib/clients/mp_web/gcash/saveImage.js +3 -0
- package/lib/clients/mp_web/gcash/scan.d.ts +2 -0
- package/lib/clients/mp_web/gcash/scan.js +3 -0
- package/lib/clients/mp_web/gcash/sendSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/gcash/sendSocketMessage.js +3 -0
- package/lib/clients/mp_web/gcash/setBackgroundColor.d.ts +2 -0
- package/lib/clients/mp_web/gcash/setBackgroundColor.js +3 -0
- package/lib/clients/mp_web/gcash/setCanPullDown.d.ts +2 -0
- package/lib/clients/mp_web/gcash/setCanPullDown.js +3 -0
- package/lib/clients/mp_web/gcash/setClipboard.d.ts +2 -0
- package/lib/clients/mp_web/gcash/setClipboard.js +3 -0
- package/lib/clients/mp_web/gcash/setKeepScreenOn.d.ts +2 -0
- package/lib/clients/mp_web/gcash/setKeepScreenOn.js +3 -0
- package/lib/clients/mp_web/gcash/setNavigationBar.d.ts +2 -0
- package/lib/clients/mp_web/gcash/setNavigationBar.js +3 -0
- package/lib/clients/mp_web/gcash/setScreenBrightness.d.ts +2 -0
- package/lib/clients/mp_web/gcash/setScreenBrightness.js +3 -0
- package/lib/clients/mp_web/gcash/setStorage.d.ts +2 -0
- package/lib/clients/mp_web/gcash/setStorage.js +3 -0
- package/lib/clients/mp_web/gcash/setTabBarStyle.d.ts +2 -0
- package/lib/clients/mp_web/gcash/setTabBarStyle.js +3 -0
- package/lib/clients/mp_web/gcash/showActionSheet.d.ts +2 -0
- package/lib/clients/mp_web/gcash/showActionSheet.js +3 -0
- package/lib/clients/mp_web/gcash/showAuthGuide.d.ts +2 -0
- package/lib/clients/mp_web/gcash/showAuthGuide.js +3 -0
- package/lib/clients/mp_web/gcash/showLoading.d.ts +2 -0
- package/lib/clients/mp_web/gcash/showLoading.js +3 -0
- package/lib/clients/mp_web/gcash/showNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp_web/gcash/showNavigationBarLoading.js +3 -0
- package/lib/clients/mp_web/gcash/showSharePanel.d.ts +2 -0
- package/lib/clients/mp_web/gcash/showSharePanel.js +3 -0
- package/lib/clients/mp_web/gcash/showToast.d.ts +2 -0
- package/lib/clients/mp_web/gcash/showToast.js +3 -0
- package/lib/clients/mp_web/gcash/signContract.d.ts +2 -0
- package/lib/clients/mp_web/gcash/signContract.js +3 -0
- package/lib/clients/mp_web/gcash/startBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp_web/gcash/startBluetoothDevicesDiscovery.js +3 -0
- package/lib/clients/mp_web/gcash/startPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp_web/gcash/startPullDownRefresh.js +3 -0
- package/lib/clients/mp_web/gcash/stopBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp_web/gcash/stopBluetoothDevicesDiscovery.js +3 -0
- package/lib/clients/mp_web/gcash/stopPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp_web/gcash/stopPullDownRefresh.js +3 -0
- package/lib/clients/mp_web/gcash/switchTab.d.ts +2 -0
- package/lib/clients/mp_web/gcash/switchTab.js +3 -0
- package/lib/clients/mp_web/gcash/tradePay.d.ts +2 -0
- package/lib/clients/mp_web/gcash/tradePay.js +3 -0
- package/lib/clients/mp_web/gcash/uploadFile.d.ts +2 -0
- package/lib/clients/mp_web/gcash/uploadFile.js +3 -0
- package/lib/clients/mp_web/gcash/vibrate.d.ts +2 -0
- package/lib/clients/mp_web/gcash/vibrate.js +3 -0
- package/lib/clients/mp_web/gcash/watchShake.d.ts +2 -0
- package/lib/clients/mp_web/gcash/watchShake.js +3 -0
- package/lib/clients/mp_web/gcash/writeBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp_web/gcash/writeBLECharacteristicValue.js +3 -0
- package/lib/clients/mp_web/tngd/addPhoneContact.d.ts +2 -0
- package/lib/clients/mp_web/tngd/addPhoneContact.js +3 -0
- package/lib/clients/mp_web/tngd/alert.d.ts +2 -0
- package/lib/clients/mp_web/tngd/alert.js +3 -0
- package/lib/clients/mp_web/tngd/canIUse.d.ts +2 -0
- package/lib/clients/mp_web/tngd/canIUse.js +2 -0
- package/lib/clients/mp_web/tngd/chooseImage.d.ts +2 -0
- package/lib/clients/mp_web/tngd/chooseImage.js +3 -0
- package/lib/clients/mp_web/tngd/choosePhoneContact.d.ts +2 -0
- package/lib/clients/mp_web/tngd/choosePhoneContact.js +3 -0
- package/lib/clients/mp_web/tngd/clearStorage.d.ts +2 -0
- package/lib/clients/mp_web/tngd/clearStorage.js +3 -0
- package/lib/clients/mp_web/tngd/closeBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp_web/tngd/closeBluetoothAdapter.js +3 -0
- package/lib/clients/mp_web/tngd/closeSocket.d.ts +2 -0
- package/lib/clients/mp_web/tngd/closeSocket.js +3 -0
- package/lib/clients/mp_web/tngd/confirm.d.ts +2 -0
- package/lib/clients/mp_web/tngd/confirm.js +3 -0
- package/lib/clients/mp_web/tngd/connectBLEDevice.d.ts +2 -0
- package/lib/clients/mp_web/tngd/connectBLEDevice.js +3 -0
- package/lib/clients/mp_web/tngd/connectSocket.d.ts +2 -0
- package/lib/clients/mp_web/tngd/connectSocket.js +3 -0
- package/lib/clients/mp_web/tngd/datePicker.d.ts +2 -0
- package/lib/clients/mp_web/tngd/datePicker.js +3 -0
- package/lib/clients/mp_web/tngd/disconnectBLEDevice.d.ts +2 -0
- package/lib/clients/mp_web/tngd/disconnectBLEDevice.js +3 -0
- package/lib/clients/mp_web/tngd/downloadFile.d.ts +2 -0
- package/lib/clients/mp_web/tngd/downloadFile.js +3 -0
- package/lib/clients/mp_web/tngd/getAuthCode.d.ts +2 -0
- package/lib/clients/mp_web/tngd/getAuthCode.js +3 -0
- package/lib/clients/mp_web/tngd/getBLEDeviceCharacteristics.d.ts +2 -0
- package/lib/clients/mp_web/tngd/getBLEDeviceCharacteristics.js +3 -0
- package/lib/clients/mp_web/tngd/getBLEDeviceServices.d.ts +2 -0
- package/lib/clients/mp_web/tngd/getBLEDeviceServices.js +3 -0
- package/lib/clients/mp_web/tngd/getBatteryInfo.d.ts +2 -0
- package/lib/clients/mp_web/tngd/getBatteryInfo.js +3 -0
- package/lib/clients/mp_web/tngd/getBluetoothAdapterState.d.ts +2 -0
- package/lib/clients/mp_web/tngd/getBluetoothAdapterState.js +3 -0
- package/lib/clients/mp_web/tngd/getBluetoothDevices.d.ts +2 -0
- package/lib/clients/mp_web/tngd/getBluetoothDevices.js +3 -0
- package/lib/clients/mp_web/tngd/getClipboard.d.ts +2 -0
- package/lib/clients/mp_web/tngd/getClipboard.js +3 -0
- package/lib/clients/mp_web/tngd/getConnectedBluetoothDevices.d.ts +2 -0
- package/lib/clients/mp_web/tngd/getConnectedBluetoothDevices.js +3 -0
- package/lib/clients/mp_web/tngd/getFileInfo.d.ts +2 -0
- package/lib/clients/mp_web/tngd/getFileInfo.js +3 -0
- package/lib/clients/mp_web/tngd/getImageInfo.d.ts +2 -0
- package/lib/clients/mp_web/tngd/getImageInfo.js +3 -0
- package/lib/clients/mp_web/tngd/getLocation.d.ts +2 -0
- package/lib/clients/mp_web/tngd/getLocation.js +3 -0
- package/lib/clients/mp_web/tngd/getNetworkType.d.ts +2 -0
- package/lib/clients/mp_web/tngd/getNetworkType.js +3 -0
- package/lib/clients/mp_web/tngd/getOpenUserInfo.d.ts +2 -0
- package/lib/clients/mp_web/tngd/getOpenUserInfo.js +3 -0
- package/lib/clients/mp_web/tngd/getSavedFileInfo.d.ts +2 -0
- package/lib/clients/mp_web/tngd/getSavedFileInfo.js +3 -0
- package/lib/clients/mp_web/tngd/getSavedFileList.d.ts +2 -0
- package/lib/clients/mp_web/tngd/getSavedFileList.js +3 -0
- package/lib/clients/mp_web/tngd/getScreenBrightness.d.ts +2 -0
- package/lib/clients/mp_web/tngd/getScreenBrightness.js +3 -0
- package/lib/clients/mp_web/tngd/getServerTime.d.ts +2 -0
- package/lib/clients/mp_web/tngd/getServerTime.js +3 -0
- package/lib/clients/mp_web/tngd/getSetting.d.ts +2 -0
- package/lib/clients/mp_web/tngd/getSetting.js +3 -0
- package/lib/clients/mp_web/tngd/getSiteInfo.d.ts +2 -0
- package/lib/clients/mp_web/tngd/getSiteInfo.js +3 -0
- package/lib/clients/mp_web/tngd/getStorage.d.ts +2 -0
- package/lib/clients/mp_web/tngd/getStorage.js +3 -0
- package/lib/clients/mp_web/tngd/getSystemInfo.d.ts +2 -0
- package/lib/clients/mp_web/tngd/getSystemInfo.js +3 -0
- package/lib/clients/mp_web/tngd/hideBackHome.d.ts +2 -0
- package/lib/clients/mp_web/tngd/hideBackHome.js +3 -0
- package/lib/clients/mp_web/tngd/hideKeyboard.d.ts +2 -0
- package/lib/clients/mp_web/tngd/hideKeyboard.js +3 -0
- package/lib/clients/mp_web/tngd/hideLoading.d.ts +2 -0
- package/lib/clients/mp_web/tngd/hideLoading.js +3 -0
- package/lib/clients/mp_web/tngd/hideNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp_web/tngd/hideNavigationBarLoading.js +3 -0
- package/lib/clients/mp_web/tngd/hideTabBar.d.ts +2 -0
- package/lib/clients/mp_web/tngd/hideTabBar.js +3 -0
- package/lib/clients/mp_web/tngd/hideToast.d.ts +2 -0
- package/lib/clients/mp_web/tngd/hideToast.js +3 -0
- package/lib/clients/mp_web/tngd/index.d.ts +322 -0
- package/lib/clients/mp_web/tngd/index.js +229 -0
- package/lib/clients/mp_web/tngd/makePhoneCall.d.ts +2 -0
- package/lib/clients/mp_web/tngd/makePhoneCall.js +3 -0
- package/lib/clients/mp_web/tngd/multiLevelSelect.d.ts +2 -0
- package/lib/clients/mp_web/tngd/multiLevelSelect.js +3 -0
- package/lib/clients/mp_web/tngd/navigateBack.d.ts +2 -0
- package/lib/clients/mp_web/tngd/navigateBack.js +3 -0
- package/lib/clients/mp_web/tngd/navigateBackMiniProgram.d.ts +2 -0
- package/lib/clients/mp_web/tngd/navigateBackMiniProgram.js +3 -0
- package/lib/clients/mp_web/tngd/navigateTo.d.ts +2 -0
- package/lib/clients/mp_web/tngd/navigateTo.js +3 -0
- package/lib/clients/mp_web/tngd/navigateToMiniProgram.d.ts +2 -0
- package/lib/clients/mp_web/tngd/navigateToMiniProgram.js +3 -0
- package/lib/clients/mp_web/tngd/notifyBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/tngd/notifyBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/tngd/offAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp_web/tngd/offAccelerometerChange.js +3 -0
- package/lib/clients/mp_web/tngd/offBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/tngd/offBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/tngd/offBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp_web/tngd/offBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp_web/tngd/offBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp_web/tngd/offBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp_web/tngd/offBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp_web/tngd/offBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp_web/tngd/offCompassChange.d.ts +2 -0
- package/lib/clients/mp_web/tngd/offCompassChange.js +3 -0
- package/lib/clients/mp_web/tngd/offMemoryWarning.d.ts +2 -0
- package/lib/clients/mp_web/tngd/offMemoryWarning.js +3 -0
- package/lib/clients/mp_web/tngd/offSocketClose.d.ts +2 -0
- package/lib/clients/mp_web/tngd/offSocketClose.js +3 -0
- package/lib/clients/mp_web/tngd/offSocketError.d.ts +2 -0
- package/lib/clients/mp_web/tngd/offSocketError.js +3 -0
- package/lib/clients/mp_web/tngd/offSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/tngd/offSocketMessage.js +3 -0
- package/lib/clients/mp_web/tngd/offSocketOpen.d.ts +2 -0
- package/lib/clients/mp_web/tngd/offSocketOpen.js +3 -0
- package/lib/clients/mp_web/tngd/offUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp_web/tngd/offUserCaptureScreen.js +3 -0
- package/lib/clients/mp_web/tngd/onAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp_web/tngd/onAccelerometerChange.js +3 -0
- package/lib/clients/mp_web/tngd/onBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/tngd/onBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/tngd/onBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp_web/tngd/onBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp_web/tngd/onBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp_web/tngd/onBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp_web/tngd/onBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp_web/tngd/onBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp_web/tngd/onCompassChange.d.ts +2 -0
- package/lib/clients/mp_web/tngd/onCompassChange.js +3 -0
- package/lib/clients/mp_web/tngd/onMemoryWarning.d.ts +2 -0
- package/lib/clients/mp_web/tngd/onMemoryWarning.js +3 -0
- package/lib/clients/mp_web/tngd/onSocketClose.d.ts +2 -0
- package/lib/clients/mp_web/tngd/onSocketClose.js +3 -0
- package/lib/clients/mp_web/tngd/onSocketError.d.ts +2 -0
- package/lib/clients/mp_web/tngd/onSocketError.js +3 -0
- package/lib/clients/mp_web/tngd/onSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/tngd/onSocketMessage.js +3 -0
- package/lib/clients/mp_web/tngd/onSocketOpen.d.ts +2 -0
- package/lib/clients/mp_web/tngd/onSocketOpen.js +3 -0
- package/lib/clients/mp_web/tngd/onUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp_web/tngd/onUserCaptureScreen.js +3 -0
- package/lib/clients/mp_web/tngd/openBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp_web/tngd/openBluetoothAdapter.js +3 -0
- package/lib/clients/mp_web/tngd/openDocument.d.ts +2 -0
- package/lib/clients/mp_web/tngd/openDocument.js +3 -0
- package/lib/clients/mp_web/tngd/openSetting.d.ts +2 -0
- package/lib/clients/mp_web/tngd/openSetting.js +3 -0
- package/lib/clients/mp_web/tngd/pageScrollTo.d.ts +2 -0
- package/lib/clients/mp_web/tngd/pageScrollTo.js +3 -0
- package/lib/clients/mp_web/tngd/previewImage.d.ts +2 -0
- package/lib/clients/mp_web/tngd/previewImage.js +3 -0
- package/lib/clients/mp_web/tngd/prompt.d.ts +2 -0
- package/lib/clients/mp_web/tngd/prompt.js +3 -0
- package/lib/clients/mp_web/tngd/reLaunch.d.ts +2 -0
- package/lib/clients/mp_web/tngd/reLaunch.js +3 -0
- package/lib/clients/mp_web/tngd/readBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp_web/tngd/readBLECharacteristicValue.js +3 -0
- package/lib/clients/mp_web/tngd/redirectTo.d.ts +2 -0
- package/lib/clients/mp_web/tngd/redirectTo.js +3 -0
- package/lib/clients/mp_web/tngd/removeSavedFile.d.ts +2 -0
- package/lib/clients/mp_web/tngd/removeSavedFile.js +3 -0
- package/lib/clients/mp_web/tngd/removeStorage.d.ts +2 -0
- package/lib/clients/mp_web/tngd/removeStorage.js +3 -0
- package/lib/clients/mp_web/tngd/request.d.ts +2 -0
- package/lib/clients/mp_web/tngd/request.js +3 -0
- package/lib/clients/mp_web/tngd/saveFile.d.ts +2 -0
- package/lib/clients/mp_web/tngd/saveFile.js +3 -0
- package/lib/clients/mp_web/tngd/saveImage.d.ts +2 -0
- package/lib/clients/mp_web/tngd/saveImage.js +3 -0
- package/lib/clients/mp_web/tngd/scan.d.ts +2 -0
- package/lib/clients/mp_web/tngd/scan.js +3 -0
- package/lib/clients/mp_web/tngd/sendSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/tngd/sendSocketMessage.js +3 -0
- package/lib/clients/mp_web/tngd/setBackgroundColor.d.ts +2 -0
- package/lib/clients/mp_web/tngd/setBackgroundColor.js +3 -0
- package/lib/clients/mp_web/tngd/setCanPullDown.d.ts +2 -0
- package/lib/clients/mp_web/tngd/setCanPullDown.js +3 -0
- package/lib/clients/mp_web/tngd/setClipboard.d.ts +2 -0
- package/lib/clients/mp_web/tngd/setClipboard.js +3 -0
- package/lib/clients/mp_web/tngd/setKeepScreenOn.d.ts +2 -0
- package/lib/clients/mp_web/tngd/setKeepScreenOn.js +3 -0
- package/lib/clients/mp_web/tngd/setNavigationBar.d.ts +2 -0
- package/lib/clients/mp_web/tngd/setNavigationBar.js +3 -0
- package/lib/clients/mp_web/tngd/setScreenBrightness.d.ts +2 -0
- package/lib/clients/mp_web/tngd/setScreenBrightness.js +3 -0
- package/lib/clients/mp_web/tngd/setStorage.d.ts +2 -0
- package/lib/clients/mp_web/tngd/setStorage.js +3 -0
- package/lib/clients/mp_web/tngd/setTabBarStyle.d.ts +2 -0
- package/lib/clients/mp_web/tngd/setTabBarStyle.js +3 -0
- package/lib/clients/mp_web/tngd/showActionSheet.d.ts +2 -0
- package/lib/clients/mp_web/tngd/showActionSheet.js +3 -0
- package/lib/clients/mp_web/tngd/showAuthGuide.d.ts +2 -0
- package/lib/clients/mp_web/tngd/showAuthGuide.js +3 -0
- package/lib/clients/mp_web/tngd/showLoading.d.ts +2 -0
- package/lib/clients/mp_web/tngd/showLoading.js +3 -0
- package/lib/clients/mp_web/tngd/showNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp_web/tngd/showNavigationBarLoading.js +3 -0
- package/lib/clients/mp_web/tngd/showSharePanel.d.ts +2 -0
- package/lib/clients/mp_web/tngd/showSharePanel.js +3 -0
- package/lib/clients/mp_web/tngd/showToast.d.ts +2 -0
- package/lib/clients/mp_web/tngd/showToast.js +3 -0
- package/lib/clients/mp_web/tngd/signContract.d.ts +2 -0
- package/lib/clients/mp_web/tngd/signContract.js +3 -0
- package/lib/clients/mp_web/tngd/startBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp_web/tngd/startBluetoothDevicesDiscovery.js +3 -0
- package/lib/clients/mp_web/tngd/startPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp_web/tngd/startPullDownRefresh.js +3 -0
- package/lib/clients/mp_web/tngd/stopBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp_web/tngd/stopBluetoothDevicesDiscovery.js +3 -0
- package/lib/clients/mp_web/tngd/stopPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp_web/tngd/stopPullDownRefresh.js +3 -0
- package/lib/clients/mp_web/tngd/switchTab.d.ts +2 -0
- package/lib/clients/mp_web/tngd/switchTab.js +3 -0
- package/lib/clients/mp_web/tngd/tradePay.d.ts +2 -0
- package/lib/clients/mp_web/tngd/tradePay.js +3 -0
- package/lib/clients/mp_web/tngd/uploadFile.d.ts +2 -0
- package/lib/clients/mp_web/tngd/uploadFile.js +3 -0
- package/lib/clients/mp_web/tngd/vibrate.d.ts +2 -0
- package/lib/clients/mp_web/tngd/vibrate.js +3 -0
- package/lib/clients/mp_web/tngd/watchShake.d.ts +2 -0
- package/lib/clients/mp_web/tngd/watchShake.js +3 -0
- package/lib/clients/mp_web/tngd/writeBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp_web/tngd/writeBLECharacteristicValue.js +3 -0
- package/lib/clients/mp_web/truemoney/addPhoneContact.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/addPhoneContact.js +3 -0
- package/lib/clients/mp_web/truemoney/alert.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/alert.js +3 -0
- package/lib/clients/mp_web/truemoney/canIUse.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/canIUse.js +2 -0
- package/lib/clients/mp_web/truemoney/chooseImage.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/chooseImage.js +3 -0
- package/lib/clients/mp_web/truemoney/choosePhoneContact.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/choosePhoneContact.js +3 -0
- package/lib/clients/mp_web/truemoney/clearStorage.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/clearStorage.js +3 -0
- package/lib/clients/mp_web/truemoney/closeBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/closeBluetoothAdapter.js +3 -0
- package/lib/clients/mp_web/truemoney/closeSocket.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/closeSocket.js +3 -0
- package/lib/clients/mp_web/truemoney/confirm.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/confirm.js +3 -0
- package/lib/clients/mp_web/truemoney/connectBLEDevice.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/connectBLEDevice.js +3 -0
- package/lib/clients/mp_web/truemoney/connectSocket.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/connectSocket.js +3 -0
- package/lib/clients/mp_web/truemoney/datePicker.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/datePicker.js +3 -0
- package/lib/clients/mp_web/truemoney/disconnectBLEDevice.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/disconnectBLEDevice.js +3 -0
- package/lib/clients/mp_web/truemoney/downloadFile.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/downloadFile.js +3 -0
- package/lib/clients/mp_web/truemoney/getAuthCode.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/getAuthCode.js +3 -0
- package/lib/clients/mp_web/truemoney/getBLEDeviceCharacteristics.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/getBLEDeviceCharacteristics.js +3 -0
- package/lib/clients/mp_web/truemoney/getBLEDeviceServices.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/getBLEDeviceServices.js +3 -0
- package/lib/clients/mp_web/truemoney/getBatteryInfo.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/getBatteryInfo.js +3 -0
- package/lib/clients/mp_web/truemoney/getBluetoothAdapterState.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/getBluetoothAdapterState.js +3 -0
- package/lib/clients/mp_web/truemoney/getBluetoothDevices.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/getBluetoothDevices.js +3 -0
- package/lib/clients/mp_web/truemoney/getClipboard.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/getClipboard.js +3 -0
- package/lib/clients/mp_web/truemoney/getConnectedBluetoothDevices.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/getConnectedBluetoothDevices.js +3 -0
- package/lib/clients/mp_web/truemoney/getFileInfo.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/getFileInfo.js +3 -0
- package/lib/clients/mp_web/truemoney/getImageInfo.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/getImageInfo.js +3 -0
- package/lib/clients/mp_web/truemoney/getLocation.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/getLocation.js +3 -0
- package/lib/clients/mp_web/truemoney/getNetworkType.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/getNetworkType.js +3 -0
- package/lib/clients/mp_web/truemoney/getOpenUserInfo.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/getOpenUserInfo.js +3 -0
- package/lib/clients/mp_web/truemoney/getSavedFileInfo.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/getSavedFileInfo.js +3 -0
- package/lib/clients/mp_web/truemoney/getSavedFileList.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/getSavedFileList.js +3 -0
- package/lib/clients/mp_web/truemoney/getScreenBrightness.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/getScreenBrightness.js +3 -0
- package/lib/clients/mp_web/truemoney/getServerTime.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/getServerTime.js +3 -0
- package/lib/clients/mp_web/truemoney/getSetting.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/getSetting.js +3 -0
- package/lib/clients/mp_web/truemoney/getSiteInfo.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/getSiteInfo.js +3 -0
- package/lib/clients/mp_web/truemoney/getStorage.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/getStorage.js +3 -0
- package/lib/clients/mp_web/truemoney/getSystemInfo.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/getSystemInfo.js +3 -0
- package/lib/clients/mp_web/truemoney/hideBackHome.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/hideBackHome.js +3 -0
- package/lib/clients/mp_web/truemoney/hideKeyboard.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/hideKeyboard.js +3 -0
- package/lib/clients/mp_web/truemoney/hideLoading.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/hideLoading.js +3 -0
- package/lib/clients/mp_web/truemoney/hideNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/hideNavigationBarLoading.js +3 -0
- package/lib/clients/mp_web/truemoney/hideTabBar.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/hideTabBar.js +3 -0
- package/lib/clients/mp_web/truemoney/hideToast.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/hideToast.js +3 -0
- package/lib/clients/mp_web/truemoney/index.d.ts +322 -0
- package/lib/clients/mp_web/truemoney/index.js +229 -0
- package/lib/clients/mp_web/truemoney/makePhoneCall.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/makePhoneCall.js +3 -0
- package/lib/clients/mp_web/truemoney/multiLevelSelect.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/multiLevelSelect.js +3 -0
- package/lib/clients/mp_web/truemoney/navigateBack.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/navigateBack.js +3 -0
- package/lib/clients/mp_web/truemoney/navigateBackMiniProgram.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/navigateBackMiniProgram.js +3 -0
- package/lib/clients/mp_web/truemoney/navigateTo.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/navigateTo.js +3 -0
- package/lib/clients/mp_web/truemoney/navigateToMiniProgram.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/navigateToMiniProgram.js +3 -0
- package/lib/clients/mp_web/truemoney/notifyBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/notifyBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/truemoney/offAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/offAccelerometerChange.js +3 -0
- package/lib/clients/mp_web/truemoney/offBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/offBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/truemoney/offBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/offBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp_web/truemoney/offBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/offBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp_web/truemoney/offBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/offBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp_web/truemoney/offCompassChange.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/offCompassChange.js +3 -0
- package/lib/clients/mp_web/truemoney/offMemoryWarning.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/offMemoryWarning.js +3 -0
- package/lib/clients/mp_web/truemoney/offSocketClose.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/offSocketClose.js +3 -0
- package/lib/clients/mp_web/truemoney/offSocketError.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/offSocketError.js +3 -0
- package/lib/clients/mp_web/truemoney/offSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/offSocketMessage.js +3 -0
- package/lib/clients/mp_web/truemoney/offSocketOpen.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/offSocketOpen.js +3 -0
- package/lib/clients/mp_web/truemoney/offUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/offUserCaptureScreen.js +3 -0
- package/lib/clients/mp_web/truemoney/onAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/onAccelerometerChange.js +3 -0
- package/lib/clients/mp_web/truemoney/onBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/onBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/truemoney/onBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/onBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp_web/truemoney/onBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/onBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp_web/truemoney/onBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/onBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp_web/truemoney/onCompassChange.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/onCompassChange.js +3 -0
- package/lib/clients/mp_web/truemoney/onMemoryWarning.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/onMemoryWarning.js +3 -0
- package/lib/clients/mp_web/truemoney/onSocketClose.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/onSocketClose.js +3 -0
- package/lib/clients/mp_web/truemoney/onSocketError.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/onSocketError.js +3 -0
- package/lib/clients/mp_web/truemoney/onSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/onSocketMessage.js +3 -0
- package/lib/clients/mp_web/truemoney/onSocketOpen.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/onSocketOpen.js +3 -0
- package/lib/clients/mp_web/truemoney/onUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/onUserCaptureScreen.js +3 -0
- package/lib/clients/mp_web/truemoney/openBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/openBluetoothAdapter.js +3 -0
- package/lib/clients/mp_web/truemoney/openDocument.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/openDocument.js +3 -0
- package/lib/clients/mp_web/truemoney/openSetting.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/openSetting.js +3 -0
- package/lib/clients/mp_web/truemoney/pageScrollTo.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/pageScrollTo.js +3 -0
- package/lib/clients/mp_web/truemoney/previewImage.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/previewImage.js +3 -0
- package/lib/clients/mp_web/truemoney/prompt.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/prompt.js +3 -0
- package/lib/clients/mp_web/truemoney/reLaunch.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/reLaunch.js +3 -0
- package/lib/clients/mp_web/truemoney/readBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/readBLECharacteristicValue.js +3 -0
- package/lib/clients/mp_web/truemoney/redirectTo.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/redirectTo.js +3 -0
- package/lib/clients/mp_web/truemoney/removeSavedFile.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/removeSavedFile.js +3 -0
- package/lib/clients/mp_web/truemoney/removeStorage.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/removeStorage.js +3 -0
- package/lib/clients/mp_web/truemoney/request.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/request.js +3 -0
- package/lib/clients/mp_web/truemoney/saveFile.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/saveFile.js +3 -0
- package/lib/clients/mp_web/truemoney/saveImage.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/saveImage.js +3 -0
- package/lib/clients/mp_web/truemoney/scan.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/scan.js +3 -0
- package/lib/clients/mp_web/truemoney/sendSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/sendSocketMessage.js +3 -0
- package/lib/clients/mp_web/truemoney/setBackgroundColor.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/setBackgroundColor.js +3 -0
- package/lib/clients/mp_web/truemoney/setCanPullDown.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/setCanPullDown.js +3 -0
- package/lib/clients/mp_web/truemoney/setClipboard.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/setClipboard.js +3 -0
- package/lib/clients/mp_web/truemoney/setKeepScreenOn.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/setKeepScreenOn.js +3 -0
- package/lib/clients/mp_web/truemoney/setNavigationBar.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/setNavigationBar.js +3 -0
- package/lib/clients/mp_web/truemoney/setScreenBrightness.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/setScreenBrightness.js +3 -0
- package/lib/clients/mp_web/truemoney/setStorage.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/setStorage.js +3 -0
- package/lib/clients/mp_web/truemoney/setTabBarStyle.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/setTabBarStyle.js +3 -0
- package/lib/clients/mp_web/truemoney/showActionSheet.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/showActionSheet.js +3 -0
- package/lib/clients/mp_web/truemoney/showAuthGuide.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/showAuthGuide.js +3 -0
- package/lib/clients/mp_web/truemoney/showLoading.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/showLoading.js +3 -0
- package/lib/clients/mp_web/truemoney/showNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/showNavigationBarLoading.js +3 -0
- package/lib/clients/mp_web/truemoney/showSharePanel.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/showSharePanel.js +3 -0
- package/lib/clients/mp_web/truemoney/showToast.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/showToast.js +3 -0
- package/lib/clients/mp_web/truemoney/signContract.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/signContract.js +3 -0
- package/lib/clients/mp_web/truemoney/startBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/startBluetoothDevicesDiscovery.js +3 -0
- package/lib/clients/mp_web/truemoney/startPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/startPullDownRefresh.js +3 -0
- package/lib/clients/mp_web/truemoney/stopBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/stopBluetoothDevicesDiscovery.js +3 -0
- package/lib/clients/mp_web/truemoney/stopPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/stopPullDownRefresh.js +3 -0
- package/lib/clients/mp_web/truemoney/switchTab.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/switchTab.js +3 -0
- package/lib/clients/mp_web/truemoney/tradePay.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/tradePay.js +3 -0
- package/lib/clients/mp_web/truemoney/uploadFile.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/uploadFile.js +3 -0
- package/lib/clients/mp_web/truemoney/vibrate.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/vibrate.js +3 -0
- package/lib/clients/mp_web/truemoney/watchShake.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/watchShake.js +3 -0
- package/lib/clients/mp_web/truemoney/writeBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/writeBLECharacteristicValue.js +3 -0
- package/lib/clients/web/alipay/addPhoneContact.d.ts +1 -1
- package/lib/clients/web/alipay/addPhoneContact.js +2 -1
- package/lib/clients/web/alipay/chooseImage.js +1 -1
- package/lib/clients/web/alipay/crossPay.d.ts +2 -0
- package/lib/clients/web/alipay/crossPay.js +3 -0
- package/lib/clients/web/alipay/exitApp.d.ts +1 -1
- package/lib/clients/web/alipay/exitApp.js +2 -1
- package/lib/clients/web/alipay/getBatteryInfo.d.ts +1 -1
- package/lib/clients/web/alipay/getBatteryInfo.js +2 -1
- package/lib/clients/web/alipay/getClipboard.d.ts +1 -1
- package/lib/clients/web/alipay/getClipboard.js +2 -1
- package/lib/clients/web/alipay/getFileInfo.d.ts +1 -1
- package/lib/clients/web/alipay/getFileInfo.js +2 -1
- package/lib/clients/web/alipay/getImageInfo.d.ts +1 -1
- package/lib/clients/web/alipay/getImageInfo.js +2 -1
- package/lib/clients/web/alipay/getSavedFileInfo.d.ts +1 -1
- package/lib/clients/web/alipay/getSavedFileInfo.js +2 -1
- package/lib/clients/web/alipay/getSavedFileList.d.ts +1 -1
- package/lib/clients/web/alipay/getSavedFileList.js +2 -1
- package/lib/clients/web/alipay/getScreenBrightness.d.ts +1 -1
- package/lib/clients/web/alipay/getScreenBrightness.js +2 -1
- package/lib/clients/web/alipay/getServerTime.d.ts +1 -1
- package/lib/clients/web/alipay/getServerTime.js +2 -1
- package/lib/clients/web/alipay/getSetting.d.ts +1 -1
- package/lib/clients/web/alipay/getSetting.js +2 -1
- package/lib/clients/web/alipay/getSiteInfo.d.ts +1 -1
- package/lib/clients/web/alipay/getSiteInfo.js +2 -1
- package/lib/clients/web/alipay/getSystemInfo.d.ts +1 -1
- package/lib/clients/web/alipay/getSystemInfo.js +2 -1
- package/lib/clients/web/alipay/hideKeyboard.d.ts +1 -1
- package/lib/clients/web/alipay/hideKeyboard.js +2 -1
- package/lib/clients/web/alipay/hideLoading.d.ts +1 -1
- package/lib/clients/web/alipay/hideLoading.js +2 -1
- package/lib/clients/web/alipay/hideOptionButton.d.ts +1 -2
- package/lib/clients/web/alipay/hideOptionButton.js +7 -2
- package/lib/clients/web/alipay/hideToast.d.ts +1 -1
- package/lib/clients/web/alipay/hideToast.js +2 -1
- package/lib/clients/web/alipay/index.d.ts +104 -36
- package/lib/clients/web/alipay/index.js +134 -12
- package/lib/clients/web/alipay/makePhoneCall.d.ts +1 -1
- package/lib/clients/web/alipay/makePhoneCall.js +2 -1
- package/lib/clients/web/alipay/navigateBackMiniProgram.d.ts +1 -1
- package/lib/clients/web/alipay/navigateBackMiniProgram.js +2 -1
- package/lib/clients/web/alipay/navigateToMiniProgram.d.ts +1 -1
- package/lib/clients/web/alipay/navigateToMiniProgram.js +2 -1
- package/lib/clients/web/alipay/openDocument.d.ts +1 -1
- package/lib/clients/web/alipay/openDocument.js +2 -1
- package/lib/clients/web/alipay/openSetting.d.ts +1 -1
- package/lib/clients/web/alipay/openSetting.js +2 -1
- package/lib/clients/web/alipay/prompt.d.ts +1 -1
- package/lib/clients/web/alipay/prompt.js +2 -1
- package/lib/clients/web/alipay/removeSavedFile.d.ts +1 -1
- package/lib/clients/web/alipay/removeSavedFile.js +2 -1
- package/lib/clients/web/alipay/rpc.d.ts +1 -1
- package/lib/clients/web/alipay/rpc.js +2 -1
- package/lib/clients/web/alipay/saveFile.d.ts +1 -1
- package/lib/clients/web/alipay/saveFile.js +2 -1
- package/lib/clients/web/alipay/scan.d.ts +1 -1
- package/lib/clients/web/alipay/scan.js +2 -1
- package/lib/clients/web/alipay/setClipboard.d.ts +1 -1
- package/lib/clients/web/alipay/setClipboard.js +2 -1
- package/lib/clients/web/alipay/setOptionMenu.d.ts +1 -2
- package/lib/clients/web/alipay/setOptionMenu.js +7 -2
- package/lib/clients/web/alipay/setScreenBrightness.d.ts +1 -1
- package/lib/clients/web/alipay/setScreenBrightness.js +2 -1
- package/lib/clients/web/alipay/showLoading.d.ts +1 -1
- package/lib/clients/web/alipay/showLoading.js +2 -1
- package/lib/clients/web/alipay/signContract.d.ts +1 -1
- package/lib/clients/web/alipay/signContract.js +2 -1
- package/lib/clients/web/alipay/startApp.d.ts +1 -1
- package/lib/clients/web/alipay/startApp.js +2 -1
- package/lib/clients/web/alipay/tradePay.d.ts +3 -2
- package/lib/clients/web/alipay/tradePay.js +20 -2
- package/lib/clients/web/alipay/vibrate.d.ts +1 -1
- package/lib/clients/web/alipay/vibrate.js +2 -1
- package/lib/clients/web/demo/APRegionRPC.d.ts +2 -0
- package/lib/clients/web/demo/APRegionRPC.js +3 -0
- package/lib/clients/web/demo/addFatigueAction.d.ts +2 -0
- package/lib/clients/web/demo/addFatigueAction.js +3 -0
- package/lib/clients/web/demo/addPhoneContact.d.ts +2 -0
- package/lib/clients/web/demo/addPhoneContact.js +3 -0
- package/lib/clients/web/demo/apDisableJSAPI.d.ts +2 -0
- package/lib/clients/web/demo/apDisableJSAPI.js +3 -0
- package/lib/clients/web/demo/appxrpc.d.ts +2 -0
- package/lib/clients/web/demo/appxrpc.js +3 -0
- package/lib/clients/web/demo/batchQueryCdpSpaceInfo.d.ts +2 -0
- package/lib/clients/web/demo/batchQueryCdpSpaceInfo.js +3 -0
- package/lib/clients/web/demo/chooseImage.js +5 -0
- package/lib/clients/web/demo/crossPay.d.ts +2 -0
- package/lib/clients/web/demo/crossPay.js +3 -0
- package/lib/clients/web/demo/exitApp.d.ts +2 -0
- package/lib/clients/web/demo/exitApp.js +3 -0
- package/lib/clients/web/demo/getAppToken.d.ts +2 -0
- package/lib/clients/web/demo/getAppToken.js +3 -0
- package/lib/clients/web/demo/getBatteryInfo.d.ts +2 -0
- package/lib/clients/web/demo/getBatteryInfo.js +3 -0
- package/lib/clients/web/demo/getClipboard.d.ts +2 -0
- package/lib/clients/web/demo/getClipboard.js +3 -0
- package/lib/clients/web/demo/getComponentAuth.d.ts +2 -0
- package/lib/clients/web/demo/getComponentAuth.js +3 -0
- package/lib/clients/web/demo/getFileInfo.d.ts +2 -0
- package/lib/clients/web/demo/getFileInfo.js +3 -0
- package/lib/clients/web/demo/getImageInfo.d.ts +2 -0
- package/lib/clients/web/demo/getImageInfo.js +3 -0
- package/lib/clients/web/demo/getOpenUserInfo.d.ts +1 -0
- package/lib/clients/web/demo/getOpenUserInfo.js +7 -0
- package/lib/clients/web/demo/getPaymentCode.d.ts +2 -0
- package/lib/clients/web/demo/getPaymentCode.js +3 -0
- package/lib/clients/web/demo/getSavedFileInfo.d.ts +2 -0
- package/lib/clients/web/demo/getSavedFileInfo.js +3 -0
- package/lib/clients/web/demo/getSavedFileList.d.ts +2 -0
- package/lib/clients/web/demo/getSavedFileList.js +3 -0
- package/lib/clients/web/demo/getScreenBrightness.d.ts +2 -0
- package/lib/clients/web/demo/getScreenBrightness.js +3 -0
- package/lib/clients/web/demo/getServerTime.d.ts +2 -0
- package/lib/clients/web/demo/getServerTime.js +3 -0
- package/lib/clients/web/demo/getSetting.d.ts +2 -0
- package/lib/clients/web/demo/getSetting.js +3 -0
- package/lib/clients/web/demo/getSiteInfo.d.ts +2 -0
- package/lib/clients/web/demo/getSiteInfo.js +3 -0
- package/lib/clients/web/demo/getSystemInfo.d.ts +2 -0
- package/lib/clients/web/demo/getSystemInfo.js +3 -0
- package/lib/clients/web/demo/hideKeyboard.d.ts +2 -0
- package/lib/clients/web/demo/hideKeyboard.js +3 -0
- package/lib/clients/web/demo/hideLoading.d.ts +2 -0
- package/lib/clients/web/demo/hideLoading.js +3 -0
- package/lib/clients/web/demo/hideOptionButton.d.ts +2 -0
- package/lib/clients/web/demo/hideOptionButton.js +3 -0
- package/lib/clients/web/demo/hideToast.d.ts +2 -0
- package/lib/clients/web/demo/hideToast.js +3 -0
- package/lib/clients/web/demo/index.d.ts +203 -0
- package/lib/clients/web/demo/index.js +173 -0
- package/lib/clients/web/demo/inquireQuote.d.ts +2 -0
- package/lib/clients/web/demo/inquireQuote.js +3 -0
- package/lib/clients/web/demo/isInstalledApp.d.ts +2 -0
- package/lib/clients/web/demo/isInstalledApp.js +3 -0
- package/lib/clients/web/demo/makePhoneCall.d.ts +2 -0
- package/lib/clients/web/demo/makePhoneCall.js +3 -0
- package/lib/clients/web/demo/navigateBackMiniProgram.d.ts +2 -0
- package/lib/clients/web/demo/navigateBackMiniProgram.js +3 -0
- package/lib/clients/web/demo/navigateToBizScene.d.ts +2 -0
- package/lib/clients/web/demo/navigateToBizScene.js +3 -0
- package/lib/clients/web/demo/navigateToMiniProgram.d.ts +2 -0
- package/lib/clients/web/demo/navigateToMiniProgram.js +3 -0
- package/lib/clients/web/demo/offCompassChange.d.ts +2 -0
- package/lib/clients/web/demo/offCompassChange.js +3 -0
- package/lib/clients/web/demo/offMemoryWarning.d.ts +2 -0
- package/lib/clients/web/demo/offMemoryWarning.js +3 -0
- package/lib/clients/web/demo/onAccelerometerChange.d.ts +2 -0
- package/lib/clients/web/demo/onAccelerometerChange.js +3 -0
- package/lib/clients/web/demo/openDocument.d.ts +2 -0
- package/lib/clients/web/demo/openDocument.js +3 -0
- package/lib/clients/web/demo/openSchemeWithBacking.d.ts +2 -0
- package/lib/clients/web/demo/openSchemeWithBacking.js +3 -0
- package/lib/clients/web/demo/openSetting.d.ts +2 -0
- package/lib/clients/web/demo/openSetting.js +3 -0
- package/lib/clients/web/demo/paySignCenter.d.ts +1 -0
- package/lib/clients/web/demo/paySignCenter.js +7 -0
- package/lib/clients/web/demo/prompt.d.ts +2 -0
- package/lib/clients/web/demo/prompt.js +3 -0
- package/lib/clients/web/demo/regionFetchAllApps.d.ts +2 -0
- package/lib/clients/web/demo/regionFetchAllApps.js +3 -0
- package/lib/clients/web/demo/regionSearchAppsByKeywords.d.ts +2 -0
- package/lib/clients/web/demo/regionSearchAppsByKeywords.js +3 -0
- package/lib/clients/web/demo/removeSavedFile.d.ts +2 -0
- package/lib/clients/web/demo/removeSavedFile.js +3 -0
- package/lib/clients/web/demo/rpc.d.ts +2 -0
- package/lib/clients/web/demo/rpc.js +3 -0
- package/lib/clients/web/demo/saveFile.d.ts +2 -0
- package/lib/clients/web/demo/saveFile.js +3 -0
- package/lib/clients/web/demo/scan.d.ts +2 -0
- package/lib/clients/web/demo/scan.js +3 -0
- package/lib/clients/web/demo/setBackgroundColor.d.ts +2 -0
- package/lib/clients/web/demo/setBackgroundColor.js +3 -0
- package/lib/clients/web/demo/setClipboard.d.ts +2 -0
- package/lib/clients/web/demo/setClipboard.js +3 -0
- package/lib/clients/web/demo/setOptionMenu.d.ts +1 -0
- package/lib/clients/web/demo/setOptionMenu.js +7 -0
- package/lib/clients/web/demo/setScreenBrightness.d.ts +2 -0
- package/lib/clients/web/demo/setScreenBrightness.js +3 -0
- package/lib/clients/web/demo/showLoading.d.ts +2 -0
- package/lib/clients/web/demo/showLoading.js +3 -0
- package/lib/clients/web/demo/signContract.d.ts +2 -0
- package/lib/clients/web/demo/signContract.js +3 -0
- package/lib/clients/web/demo/startApp.d.ts +2 -0
- package/lib/clients/web/demo/startApp.js +3 -0
- package/lib/clients/web/demo/startBizService.d.ts +2 -0
- package/lib/clients/web/demo/startBizService.js +3 -0
- package/lib/clients/web/demo/thirdPartyAuthForAc.d.ts +2 -0
- package/lib/clients/web/demo/thirdPartyAuthForAc.js +3 -0
- package/lib/clients/web/demo/tradePay.d.ts +2 -0
- package/lib/clients/web/demo/tradePay.js +3 -0
- package/lib/clients/web/demo/uploadApdidToken.d.ts +2 -0
- package/lib/clients/web/demo/uploadApdidToken.js +3 -0
- package/lib/clients/web/demo/vibrate.d.ts +2 -0
- package/lib/clients/web/demo/vibrate.js +3 -0
- package/lib/clients/web/demo/watchShake.d.ts +2 -0
- package/lib/clients/web/demo/watchShake.js +3 -0
- package/lib/clients/web/demo/writeBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/web/demo/writeBLECharacteristicValue.js +3 -0
- package/lib/clients/web/h5/createSelectorQuery.d.ts +0 -1
- package/lib/clients/web/h5/exitApp.d.ts +1 -2
- package/lib/clients/web/h5/exitApp.js +2 -2
- package/lib/clients/web/h5/getStorage.d.ts +2 -2
- package/lib/clients/web/h5/getStorage.js +13 -4
- package/lib/clients/web/h5/getStorageSync.d.ts +5 -2
- package/lib/clients/web/h5/getStorageSync.js +5 -4
- package/lib/clients/web/h5/getSystemInfo.js +1 -1
- package/lib/clients/web/h5/getSystemInfoSync.d.ts +0 -1
- package/lib/clients/web/h5/getSystemInfoSync.js +1 -1
- package/lib/clients/web/h5/index.d.ts +79 -36
- package/lib/clients/web/h5/index.js +71 -12
- package/lib/clients/web/h5/removeStorage.d.ts +2 -2
- package/lib/clients/web/h5/removeStorage.js +13 -4
- package/lib/clients/web/h5/removeStorageSync.d.ts +3 -2
- package/lib/clients/web/h5/removeStorageSync.js +4 -4
- package/lib/clients/web/h5/rpc.d.ts +1 -1
- package/lib/clients/web/h5/setStorage.d.ts +2 -2
- package/lib/clients/web/h5/setStorage.js +16 -4
- package/lib/clients/web/h5/setStorageSync.d.ts +3 -2
- package/lib/clients/web/h5/setStorageSync.js +7 -4
- package/lib/clients/web/tngdh5ng/alert.d.ts +2 -0
- package/lib/clients/web/tngdh5ng/alert.js +2 -0
- package/lib/clients/web/tngdh5ng/confirm.d.ts +2 -0
- package/lib/clients/web/tngdh5ng/confirm.js +2 -0
- package/lib/clients/web/tngdh5ng/exitApp.d.ts +2 -0
- package/lib/clients/web/tngdh5ng/exitApp.js +3 -0
- package/lib/clients/web/tngdh5ng/getClipboard.d.ts +2 -0
- package/lib/clients/web/tngdh5ng/getClipboard.js +2 -0
- package/lib/clients/web/tngdh5ng/getLocation.d.ts +2 -0
- package/lib/clients/web/tngdh5ng/getLocation.js +2 -0
- package/lib/clients/web/tngdh5ng/getNetworkType.d.ts +2 -0
- package/lib/clients/web/tngdh5ng/getNetworkType.js +2 -0
- package/lib/clients/web/tngdh5ng/getSystemInfo.d.ts +2 -0
- package/lib/clients/web/tngdh5ng/getSystemInfo.js +3 -0
- package/lib/clients/web/tngdh5ng/hideLoading.d.ts +2 -0
- package/lib/clients/web/tngdh5ng/hideLoading.js +3 -0
- package/lib/clients/web/tngdh5ng/hideToast.d.ts +2 -0
- package/lib/clients/web/tngdh5ng/hideToast.js +3 -0
- package/lib/clients/web/tngdh5ng/index.d.ts +41 -0
- package/lib/clients/web/tngdh5ng/index.js +39 -0
- package/lib/clients/web/tngdh5ng/makePhoneCall.d.ts +2 -0
- package/lib/clients/web/tngdh5ng/makePhoneCall.js +3 -0
- package/lib/clients/web/tngdh5ng/navigateBack.d.ts +2 -0
- package/lib/clients/web/tngdh5ng/navigateBack.js +2 -0
- package/lib/clients/web/tngdh5ng/navigateTo.d.ts +2 -0
- package/lib/clients/web/tngdh5ng/navigateTo.js +2 -0
- package/lib/clients/web/tngdh5ng/prompt.d.ts +2 -0
- package/lib/clients/web/tngdh5ng/prompt.js +3 -0
- package/lib/clients/web/tngdh5ng/setClipboard.d.ts +2 -0
- package/lib/clients/web/tngdh5ng/setClipboard.js +3 -0
- package/lib/clients/web/tngdh5ng/setNavigationBar.d.ts +2 -0
- package/lib/clients/web/tngdh5ng/setNavigationBar.js +2 -0
- package/lib/clients/web/tngdh5ng/showLoading.d.ts +2 -0
- package/lib/clients/web/tngdh5ng/showLoading.js +3 -0
- package/lib/clients/web/tngdh5ng/showToast.d.ts +2 -0
- package/lib/clients/web/tngdh5ng/showToast.js +2 -0
- package/lib/clients/web/tngdh5ng/vibrate.d.ts +2 -0
- package/lib/clients/web/tngdh5ng/vibrate.js +3 -0
- package/lib/common/apis/custom/mp/createWebViewContext.d.ts +3 -0
- package/lib/common/apis/custom/mp/createWebViewContext.js +5 -0
- package/lib/common/apis/custom/web/alert.js +3 -5
- package/lib/common/apis/custom/web/choosePhoneContact.d.ts +1 -1
- package/lib/common/apis/custom/web/choosePhoneContact.js +2 -2
- package/lib/common/apis/custom/web/clearStorage.d.ts +1 -1
- package/lib/common/apis/custom/web/clearStorage.js +2 -2
- package/lib/common/apis/custom/web/confirm.d.ts +1 -1
- package/lib/common/apis/custom/web/confirm.js +3 -5
- package/lib/common/apis/custom/web/datePicker.d.ts +1 -1
- package/lib/common/apis/custom/web/datePicker.js +3 -5
- package/lib/common/apis/custom/web/downloadFile.d.ts +1 -1
- package/lib/common/apis/custom/web/downloadFile.js +3 -5
- package/lib/common/apis/custom/web/getAuthCode.d.ts +1 -1
- package/lib/common/apis/custom/web/getAuthCode.js +3 -5
- package/lib/common/apis/custom/web/getLocation.d.ts +1 -1
- package/lib/common/apis/custom/web/getLocation.js +3 -5
- package/lib/common/apis/custom/web/getNetworkType.d.ts +1 -1
- package/lib/common/apis/custom/web/getNetworkType.js +18 -9
- package/lib/common/apis/custom/web/getPhoneNumber.d.ts +1 -1
- package/lib/common/apis/custom/web/getPhoneNumber.js +3 -5
- package/lib/common/apis/custom/web/getStorage.d.ts +1 -1
- package/lib/common/apis/custom/web/getStorage.js +18 -9
- package/lib/common/apis/custom/web/hideNavigationBarLoading.d.ts +1 -1
- package/lib/common/apis/custom/web/hideNavigationBarLoading.js +1 -1
- package/lib/common/apis/custom/web/multiLevelSelect.d.ts +1 -1
- package/lib/common/apis/custom/web/multiLevelSelect.js +1 -1
- package/lib/common/apis/custom/web/navigateBack.d.ts +1 -1
- package/lib/common/apis/custom/web/navigateBack.js +1 -1
- package/lib/common/apis/custom/web/navigateTo.d.ts +1 -1
- package/lib/common/apis/custom/web/navigateTo.js +1 -1
- package/lib/common/apis/custom/web/previewImage.d.ts +1 -1
- package/lib/common/apis/custom/web/previewImage.js +2 -4
- package/lib/common/apis/custom/web/reLaunch.d.ts +1 -1
- package/lib/common/apis/custom/web/reLaunch.js +1 -1
- package/lib/common/apis/custom/web/redirectTo.d.ts +1 -1
- package/lib/common/apis/custom/web/removeStorage.d.ts +1 -1
- package/lib/common/apis/custom/web/removeStorage.js +1 -1
- package/lib/common/apis/custom/web/request.d.ts +1 -1
- package/lib/common/apis/custom/web/request.js +11 -12
- package/lib/common/apis/custom/web/saveFile.d.ts +1 -1
- package/lib/common/apis/custom/web/saveFile.js +2 -4
- package/lib/common/apis/custom/web/saveImage.d.ts +1 -1
- package/lib/common/apis/custom/web/saveImage.js +2 -4
- package/lib/common/apis/custom/web/setKeepScreenOn.d.ts +1 -1
- package/lib/common/apis/custom/web/setKeepScreenOn.js +2 -4
- package/lib/common/apis/custom/web/setNavigationBar.d.ts +1 -1
- package/lib/common/apis/custom/web/setNavigationBar.js +31 -22
- package/lib/common/apis/custom/web/setOptionMenu.d.ts +1 -1
- package/lib/common/apis/custom/web/setOptionMenu.js +1 -1
- package/lib/common/apis/custom/web/setStorage.d.ts +1 -1
- package/lib/common/apis/custom/web/setStorage.js +2 -4
- package/lib/common/apis/custom/web/setTabBarStyle.d.ts +1 -1
- package/lib/common/apis/custom/web/setTabBarStyle.js +2 -4
- package/lib/common/apis/custom/web/showActionSheet.d.ts +1 -1
- package/lib/common/apis/custom/web/showActionSheet.js +2 -4
- package/lib/common/apis/custom/web/showAuthGuide.d.ts +1 -1
- package/lib/common/apis/custom/web/showAuthGuide.js +2 -4
- package/lib/common/apis/custom/web/showNavigationBarLoading.d.ts +1 -1
- package/lib/common/apis/custom/web/showNavigationBarLoading.js +1 -1
- package/lib/common/apis/custom/web/showToast.d.ts +1 -1
- package/lib/common/apis/custom/web/showToast.js +2 -4
- package/lib/common/apis/custom/web/startPullDownRefresh.d.ts +1 -1
- package/lib/common/apis/custom/web/startPullDownRefresh.js +1 -1
- package/lib/common/apis/custom/web/stopPullDownRefresh.d.ts +1 -1
- package/lib/common/apis/custom/web/stopPullDownRefresh.js +2 -1
- package/lib/common/apis/custom/web/uploadFile.d.ts +1 -1
- package/lib/common/apis/custom/web/uploadFile.js +2 -4
- package/lib/common/apis/generated/mp/APRegionRPC.d.ts +3 -0
- package/lib/common/apis/generated/mp/APRegionRPC.js +8 -0
- package/lib/common/apis/generated/mp/addFatigueAction.d.ts +3 -0
- package/lib/common/apis/generated/mp/addFatigueAction.js +8 -0
- package/lib/common/apis/generated/mp/addPhoneContact.d.ts +11 -0
- package/lib/common/apis/generated/mp/addPhoneContact.js +14 -0
- package/lib/common/apis/generated/mp/alert.d.ts +9 -0
- package/lib/common/apis/generated/mp/alert.js +14 -0
- package/lib/common/apis/generated/mp/apDisableJSAPI.d.ts +3 -0
- package/lib/common/apis/generated/mp/apDisableJSAPI.js +8 -0
- package/lib/common/apis/generated/mp/appxrpc.d.ts +5 -0
- package/lib/common/apis/generated/mp/appxrpc.js +8 -0
- package/lib/common/apis/generated/mp/batchQueryCdpSpaceInfo.d.ts +3 -0
- package/lib/common/apis/generated/mp/batchQueryCdpSpaceInfo.js +8 -0
- package/lib/common/apis/generated/mp/canIUse.d.ts +5 -0
- package/lib/common/apis/generated/mp/canIUse.js +10 -0
- package/lib/common/apis/generated/mp/chooseImage.d.ts +11 -0
- package/lib/common/apis/generated/mp/chooseImage.js +14 -0
- package/lib/common/apis/generated/mp/choosePhoneContact.d.ts +9 -0
- package/lib/common/apis/generated/mp/choosePhoneContact.js +14 -0
- package/lib/common/apis/generated/mp/clearStorage.d.ts +9 -0
- package/lib/common/apis/generated/mp/clearStorage.js +14 -0
- package/lib/common/apis/generated/mp/clearStorageSync.d.ts +5 -0
- package/lib/common/apis/generated/mp/clearStorageSync.js +10 -0
- package/lib/common/apis/generated/mp/closeBluetoothAdapter.d.ts +9 -0
- package/lib/common/apis/generated/mp/closeBluetoothAdapter.js +14 -0
- package/lib/common/apis/generated/mp/closeSocket.d.ts +9 -0
- package/lib/common/apis/generated/mp/closeSocket.js +14 -0
- package/lib/common/apis/generated/mp/confirm.d.ts +9 -0
- package/lib/common/apis/generated/mp/confirm.js +14 -0
- package/lib/common/apis/generated/mp/connectBLEDevice.d.ts +13 -0
- package/lib/common/apis/generated/mp/connectBLEDevice.js +14 -0
- package/lib/common/apis/generated/mp/connectSocket.d.ts +9 -0
- package/lib/common/apis/generated/mp/connectSocket.js +14 -0
- package/lib/common/apis/generated/mp/createAnimation.d.ts +5 -0
- package/lib/common/apis/generated/mp/createAnimation.js +10 -0
- package/lib/common/apis/generated/mp/createSelectorQuery.d.ts +5 -0
- package/lib/common/apis/generated/mp/createSelectorQuery.js +10 -0
- package/lib/common/apis/generated/mp/createWebViewContext.d.ts +5 -0
- package/lib/common/apis/generated/mp/createWebViewContext.js +10 -0
- package/lib/common/apis/generated/mp/crossPay.d.ts +3 -0
- package/lib/common/apis/generated/mp/crossPay.js +8 -0
- package/lib/common/apis/generated/mp/datePicker.d.ts +9 -0
- package/lib/common/apis/generated/mp/datePicker.js +14 -0
- package/lib/common/apis/generated/mp/disconnectBLEDevice.d.ts +13 -0
- package/lib/common/apis/generated/mp/disconnectBLEDevice.js +14 -0
- package/lib/common/apis/generated/mp/downloadFile.d.ts +11 -0
- package/lib/common/apis/generated/mp/downloadFile.js +14 -0
- package/lib/common/apis/generated/mp/exitApp.d.ts +3 -0
- package/lib/common/apis/generated/mp/exitApp.js +8 -0
- package/lib/common/apis/generated/mp/getAppIdSync.d.ts +7 -0
- package/lib/common/apis/generated/mp/getAppIdSync.js +10 -0
- package/lib/common/apis/generated/mp/getAppToken.d.ts +3 -0
- package/lib/common/apis/generated/mp/getAppToken.js +8 -0
- package/lib/common/apis/generated/mp/getAuthCode.d.ts +9 -0
- package/lib/common/apis/generated/mp/getAuthCode.js +14 -0
- package/lib/common/apis/generated/mp/getBLEDeviceCharacteristics.d.ts +51 -0
- package/lib/common/apis/generated/mp/getBLEDeviceCharacteristics.js +14 -0
- package/lib/common/apis/generated/mp/getBLEDeviceServices.d.ts +28 -0
- package/lib/common/apis/generated/mp/getBLEDeviceServices.js +14 -0
- package/lib/common/apis/generated/mp/getBatteryInfo.d.ts +12 -0
- package/lib/common/apis/generated/mp/getBatteryInfo.js +14 -0
- package/lib/common/apis/generated/mp/getBluetoothAdapterState.d.ts +18 -0
- package/lib/common/apis/generated/mp/getBluetoothAdapterState.js +14 -0
- package/lib/common/apis/generated/mp/getBluetoothDevices.d.ts +15 -0
- package/lib/common/apis/generated/mp/getBluetoothDevices.js +14 -0
- package/lib/common/apis/generated/mp/getClipboard.d.ts +11 -0
- package/lib/common/apis/generated/mp/getClipboard.js +14 -0
- package/lib/common/apis/generated/mp/getComponentAuth.d.ts +3 -0
- package/lib/common/apis/generated/mp/getComponentAuth.js +8 -0
- package/lib/common/apis/generated/mp/getConnectedBluetoothDevices.d.ts +13 -0
- package/lib/common/apis/generated/mp/getConnectedBluetoothDevices.js +14 -0
- package/lib/common/apis/generated/mp/getFileInfo.d.ts +12 -0
- package/lib/common/apis/generated/mp/getFileInfo.js +14 -0
- package/lib/common/apis/generated/mp/getImageInfo.d.ts +9 -0
- package/lib/common/apis/generated/mp/getImageInfo.js +14 -0
- package/lib/common/apis/generated/mp/getLaunchOptionsSync.d.ts +2 -0
- package/lib/common/apis/generated/mp/getLaunchOptionsSync.js +7 -0
- package/lib/common/apis/generated/mp/getLocation.d.ts +9 -0
- package/lib/common/apis/generated/mp/getLocation.js +14 -0
- package/lib/common/apis/generated/mp/getNetworkType.d.ts +9 -0
- package/lib/common/apis/generated/mp/getNetworkType.js +14 -0
- package/lib/common/apis/generated/mp/getOpenUserInfo.d.ts +11 -0
- package/lib/common/apis/generated/mp/getOpenUserInfo.js +14 -0
- package/lib/common/apis/generated/mp/getPaymentCode.d.ts +3 -0
- package/lib/common/apis/generated/mp/getPaymentCode.js +8 -0
- package/lib/common/apis/generated/mp/getPhoneNumber.d.ts +3 -0
- package/lib/common/apis/generated/mp/getPhoneNumber.js +8 -0
- package/lib/common/apis/generated/mp/getSavedFileInfo.d.ts +12 -0
- package/lib/common/apis/generated/mp/getSavedFileInfo.js +14 -0
- package/lib/common/apis/generated/mp/getSavedFileList.d.ts +15 -0
- package/lib/common/apis/generated/mp/getSavedFileList.js +14 -0
- package/lib/common/apis/generated/mp/getScreenBrightness.d.ts +15 -0
- package/lib/common/apis/generated/mp/getScreenBrightness.js +14 -0
- package/lib/common/apis/generated/mp/getServerTime.d.ts +15 -0
- package/lib/common/apis/generated/mp/getServerTime.js +14 -0
- package/lib/common/apis/generated/mp/getSetting.d.ts +17 -0
- package/lib/common/apis/generated/mp/getSetting.js +14 -0
- package/lib/common/apis/generated/mp/getSiteInfo.d.ts +9 -0
- package/lib/common/apis/generated/mp/getSiteInfo.js +14 -0
- package/lib/common/apis/generated/mp/getStorage.d.ts +11 -0
- package/lib/common/apis/generated/mp/getStorage.js +14 -0
- package/lib/common/apis/generated/mp/getStorageInfo.d.ts +3 -0
- package/lib/common/apis/generated/mp/getStorageInfo.js +8 -0
- package/lib/common/apis/generated/mp/getStorageInfoSync.d.ts +2 -0
- package/lib/common/apis/generated/mp/getStorageInfoSync.js +7 -0
- package/lib/common/apis/generated/mp/getStorageSync.d.ts +9 -0
- package/lib/common/apis/generated/mp/getStorageSync.js +10 -0
- package/lib/common/apis/generated/mp/getSystemInfo.d.ts +9 -0
- package/lib/common/apis/generated/mp/getSystemInfo.js +14 -0
- package/lib/common/apis/generated/mp/getSystemInfoSync.d.ts +2 -0
- package/lib/common/apis/generated/mp/getSystemInfoSync.js +7 -0
- package/lib/common/apis/generated/mp/hideBackHome.d.ts +9 -0
- package/lib/common/apis/generated/mp/hideBackHome.js +14 -0
- package/lib/common/apis/generated/mp/hideKeyboard.d.ts +9 -0
- package/lib/common/apis/generated/mp/hideKeyboard.js +14 -0
- package/lib/common/apis/generated/mp/hideLoading.d.ts +9 -0
- package/lib/common/apis/generated/mp/hideLoading.js +14 -0
- package/lib/common/apis/generated/mp/hideNavigationBarLoading.d.ts +9 -0
- package/lib/common/apis/generated/mp/hideNavigationBarLoading.js +14 -0
- package/lib/common/apis/generated/mp/hideOptionButton.d.ts +3 -0
- package/lib/common/apis/generated/mp/hideOptionButton.js +8 -0
- package/lib/common/apis/generated/mp/hideTabBar.d.ts +9 -0
- package/lib/common/apis/generated/mp/hideTabBar.js +14 -0
- package/lib/common/apis/generated/mp/hideToast.d.ts +9 -0
- package/lib/common/apis/generated/mp/hideToast.js +14 -0
- package/lib/common/apis/generated/mp/inquireQuote.d.ts +3 -0
- package/lib/common/apis/generated/mp/inquireQuote.js +8 -0
- package/lib/common/apis/generated/mp/isInstalledApp.d.ts +3 -0
- package/lib/common/apis/generated/mp/isInstalledApp.js +8 -0
- package/lib/common/apis/generated/mp/makePhoneCall.d.ts +11 -0
- package/lib/common/apis/generated/mp/makePhoneCall.js +14 -0
- package/lib/common/apis/generated/mp/multiLevelSelect.d.ts +12 -0
- package/lib/common/apis/generated/mp/multiLevelSelect.js +14 -0
- package/lib/common/apis/generated/mp/navigateBack.d.ts +9 -0
- package/lib/common/apis/generated/mp/navigateBack.js +14 -0
- package/lib/common/apis/generated/mp/navigateBackMiniProgram.d.ts +9 -0
- package/lib/common/apis/generated/mp/navigateBackMiniProgram.js +14 -0
- package/lib/common/apis/generated/mp/navigateTo.d.ts +9 -0
- package/lib/common/apis/generated/mp/navigateTo.js +14 -0
- package/lib/common/apis/generated/mp/navigateToBizScene.d.ts +3 -0
- package/lib/common/apis/generated/mp/navigateToBizScene.js +8 -0
- package/lib/common/apis/generated/mp/navigateToMiniProgram.d.ts +9 -0
- package/lib/common/apis/generated/mp/navigateToMiniProgram.js +14 -0
- package/lib/common/apis/generated/mp/notifyBLECharacteristicValueChange.d.ts +21 -0
- package/lib/common/apis/generated/mp/notifyBLECharacteristicValueChange.js +14 -0
- package/lib/common/apis/generated/mp/offAccelerometerChange.d.ts +5 -0
- package/lib/common/apis/generated/mp/offAccelerometerChange.js +10 -0
- package/lib/common/apis/generated/mp/offBLECharacteristicValueChange.d.ts +5 -0
- package/lib/common/apis/generated/mp/offBLECharacteristicValueChange.js +10 -0
- package/lib/common/apis/generated/mp/offBLEConnectionStateChanged.d.ts +5 -0
- package/lib/common/apis/generated/mp/offBLEConnectionStateChanged.js +10 -0
- package/lib/common/apis/generated/mp/offBluetoothAdapterStateChange.d.ts +5 -0
- package/lib/common/apis/generated/mp/offBluetoothAdapterStateChange.js +10 -0
- package/lib/common/apis/generated/mp/offBluetoothDeviceFound.d.ts +5 -0
- package/lib/common/apis/generated/mp/offBluetoothDeviceFound.js +10 -0
- package/lib/common/apis/generated/mp/offCompassChange.d.ts +5 -0
- package/lib/common/apis/generated/mp/offCompassChange.js +10 -0
- package/lib/common/apis/generated/mp/offMemoryWarning.d.ts +7 -0
- package/lib/common/apis/generated/mp/offMemoryWarning.js +10 -0
- package/lib/common/apis/generated/mp/offSocketClose.d.ts +5 -0
- package/lib/common/apis/generated/mp/offSocketClose.js +10 -0
- package/lib/common/apis/generated/mp/offSocketError.d.ts +5 -0
- package/lib/common/apis/generated/mp/offSocketError.js +10 -0
- package/lib/common/apis/generated/mp/offSocketMessage.d.ts +5 -0
- package/lib/common/apis/generated/mp/offSocketMessage.js +10 -0
- package/lib/common/apis/generated/mp/offSocketOpen.d.ts +5 -0
- package/lib/common/apis/generated/mp/offSocketOpen.js +10 -0
- package/lib/common/apis/generated/mp/offUserCaptureScreen.d.ts +5 -0
- package/lib/common/apis/generated/mp/offUserCaptureScreen.js +10 -0
- package/lib/common/apis/generated/mp/onAccelerometerChange.d.ts +9 -0
- package/lib/common/apis/generated/mp/onAccelerometerChange.js +10 -0
- package/lib/common/apis/generated/mp/onBLECharacteristicValueChange.d.ts +8 -0
- package/lib/common/apis/generated/mp/onBLECharacteristicValueChange.js +10 -0
- package/lib/common/apis/generated/mp/onBLEConnectionStateChanged.d.ts +8 -0
- package/lib/common/apis/generated/mp/onBLEConnectionStateChanged.js +10 -0
- package/lib/common/apis/generated/mp/onBluetoothAdapterStateChange.d.ts +8 -0
- package/lib/common/apis/generated/mp/onBluetoothAdapterStateChange.js +10 -0
- package/lib/common/apis/generated/mp/onBluetoothDeviceFound.d.ts +7 -0
- package/lib/common/apis/generated/mp/onBluetoothDeviceFound.js +10 -0
- package/lib/common/apis/generated/mp/onCompassChange.d.ts +7 -0
- package/lib/common/apis/generated/mp/onCompassChange.js +10 -0
- package/lib/common/apis/generated/mp/onMemoryWarning.d.ts +7 -0
- package/lib/common/apis/generated/mp/onMemoryWarning.js +10 -0
- package/lib/common/apis/generated/mp/onMessage.js +6 -0
- package/lib/common/apis/generated/mp/onSocketClose.d.ts +5 -0
- package/lib/common/apis/generated/mp/onSocketClose.js +10 -0
- package/lib/common/apis/generated/mp/onSocketError.d.ts +5 -0
- package/lib/common/apis/generated/mp/onSocketError.js +10 -0
- package/lib/common/apis/generated/mp/onSocketMessage.d.ts +8 -0
- package/lib/common/apis/generated/mp/onSocketMessage.js +10 -0
- package/lib/common/apis/generated/mp/onSocketOpen.d.ts +5 -0
- package/lib/common/apis/generated/mp/onSocketOpen.js +10 -0
- package/lib/common/apis/generated/mp/onUserCaptureScreen.d.ts +5 -0
- package/lib/common/apis/generated/mp/onUserCaptureScreen.js +10 -0
- package/lib/common/apis/generated/mp/openBluetoothAdapter.d.ts +9 -0
- package/lib/common/apis/generated/mp/openBluetoothAdapter.js +14 -0
- package/lib/common/apis/generated/mp/openDocument.d.ts +15 -0
- package/lib/common/apis/generated/mp/openDocument.js +14 -0
- package/lib/common/apis/generated/mp/openSchemeWithBacking.d.ts +3 -0
- package/lib/common/apis/generated/mp/openSchemeWithBacking.js +8 -0
- package/lib/common/apis/generated/mp/openSetting.d.ts +17 -0
- package/lib/common/apis/generated/mp/openSetting.js +14 -0
- package/lib/common/apis/generated/mp/pageScrollTo.d.ts +9 -0
- package/lib/common/apis/generated/mp/pageScrollTo.js +14 -0
- package/lib/common/apis/generated/mp/paySignCenter.d.ts +3 -0
- package/lib/common/apis/generated/mp/paySignCenter.js +8 -0
- package/lib/common/apis/generated/mp/postMessage.js +4 -0
- package/lib/common/apis/generated/mp/previewImage.d.ts +9 -0
- package/lib/common/apis/generated/mp/previewImage.js +14 -0
- package/lib/common/apis/generated/mp/prompt.d.ts +9 -0
- package/lib/common/apis/generated/mp/prompt.js +14 -0
- package/lib/common/apis/generated/mp/reLaunch.d.ts +9 -0
- package/lib/common/apis/generated/mp/reLaunch.js +14 -0
- package/lib/common/apis/generated/mp/readBLECharacteristicValue.d.ts +15 -0
- package/lib/common/apis/generated/mp/readBLECharacteristicValue.js +14 -0
- package/lib/common/apis/generated/mp/redirectTo.d.ts +9 -0
- package/lib/common/apis/generated/mp/redirectTo.js +14 -0
- package/lib/common/apis/generated/mp/regionFetchAllApps.d.ts +3 -0
- package/lib/common/apis/generated/mp/regionFetchAllApps.js +8 -0
- package/lib/common/apis/generated/mp/regionSearchAppsByKeywords.d.ts +3 -0
- package/lib/common/apis/generated/mp/regionSearchAppsByKeywords.js +8 -0
- package/lib/common/apis/generated/mp/removeSavedFile.d.ts +9 -0
- package/lib/common/apis/generated/mp/removeSavedFile.js +14 -0
- package/lib/common/apis/generated/mp/removeStorage.d.ts +9 -0
- package/lib/common/apis/generated/mp/removeStorage.js +14 -0
- package/lib/common/apis/generated/mp/removeStorageSync.d.ts +7 -0
- package/lib/common/apis/generated/mp/removeStorageSync.js +10 -0
- package/lib/common/apis/generated/mp/request.d.ts +9 -0
- package/lib/common/apis/generated/mp/request.js +14 -0
- package/lib/common/apis/generated/mp/rpc.d.ts +3 -0
- package/lib/common/apis/generated/mp/rpc.js +8 -0
- package/lib/common/apis/generated/mp/saveFile.d.ts +11 -0
- package/lib/common/apis/generated/mp/saveFile.js +14 -0
- package/lib/common/apis/generated/mp/saveImage.d.ts +9 -0
- package/lib/common/apis/generated/mp/saveImage.js +14 -0
- package/lib/common/apis/generated/mp/scan.d.ts +9 -0
- package/lib/common/apis/generated/mp/scan.js +14 -0
- package/lib/common/apis/generated/mp/sendSocketMessage.d.ts +9 -0
- package/lib/common/apis/generated/mp/sendSocketMessage.js +14 -0
- package/lib/common/apis/generated/mp/setBackgroundColor.d.ts +9 -0
- package/lib/common/apis/generated/mp/setBackgroundColor.js +14 -0
- package/lib/common/apis/generated/mp/setCanPullDown.d.ts +7 -0
- package/lib/common/apis/generated/mp/setCanPullDown.js +10 -0
- package/lib/common/apis/generated/mp/setClipboard.d.ts +9 -0
- package/lib/common/apis/generated/mp/setClipboard.js +14 -0
- package/lib/common/apis/generated/mp/setKeepScreenOn.d.ts +9 -0
- package/lib/common/apis/generated/mp/setKeepScreenOn.js +14 -0
- package/lib/common/apis/generated/mp/setNavigationBar.d.ts +9 -0
- package/lib/common/apis/generated/mp/setNavigationBar.js +14 -0
- package/lib/common/apis/generated/mp/setOptionMenu.d.ts +3 -0
- package/lib/common/apis/generated/mp/setOptionMenu.js +8 -0
- package/lib/common/apis/generated/mp/setScreenBrightness.d.ts +9 -0
- package/lib/common/apis/generated/mp/setScreenBrightness.js +14 -0
- package/lib/common/apis/generated/mp/setStorage.d.ts +9 -0
- package/lib/common/apis/generated/mp/setStorage.js +14 -0
- package/lib/common/apis/generated/mp/setStorageSync.d.ts +8 -0
- package/lib/common/apis/generated/mp/setStorageSync.js +10 -0
- package/lib/common/apis/generated/mp/setTabBarStyle.d.ts +9 -0
- package/lib/common/apis/generated/mp/setTabBarStyle.js +14 -0
- package/lib/common/apis/generated/mp/showActionSheet.d.ts +9 -0
- package/lib/common/apis/generated/mp/showActionSheet.js +14 -0
- package/lib/common/apis/generated/mp/showAuthGuide.d.ts +11 -0
- package/lib/common/apis/generated/mp/showAuthGuide.js +14 -0
- package/lib/common/apis/generated/mp/showLoading.d.ts +9 -0
- package/lib/common/apis/generated/mp/showLoading.js +14 -0
- package/lib/common/apis/generated/mp/showNavigationBarLoading.d.ts +9 -0
- package/lib/common/apis/generated/mp/showNavigationBarLoading.js +14 -0
- package/lib/common/apis/generated/mp/showSharePanel.d.ts +9 -0
- package/lib/common/apis/generated/mp/showSharePanel.js +14 -0
- package/lib/common/apis/generated/mp/showToast.d.ts +9 -0
- package/lib/common/apis/generated/mp/showToast.js +14 -0
- package/lib/common/apis/generated/mp/signContract.d.ts +12 -0
- package/lib/common/apis/generated/mp/signContract.js +14 -0
- package/lib/common/apis/generated/mp/startApp.d.ts +3 -0
- package/lib/common/apis/generated/mp/startApp.js +8 -0
- package/lib/common/apis/generated/mp/startBizService.d.ts +3 -0
- package/lib/common/apis/generated/mp/startBizService.js +8 -0
- package/lib/common/apis/generated/mp/startBluetoothDevicesDiscovery.d.ts +9 -0
- package/lib/common/apis/generated/mp/startBluetoothDevicesDiscovery.js +14 -0
- package/lib/common/apis/generated/mp/startPullDownRefresh.d.ts +9 -0
- package/lib/common/apis/generated/mp/startPullDownRefresh.js +14 -0
- package/lib/common/apis/generated/mp/stopBluetoothDevicesDiscovery.d.ts +9 -0
- package/lib/common/apis/generated/mp/stopBluetoothDevicesDiscovery.js +14 -0
- package/lib/common/apis/generated/mp/stopPullDownRefresh.d.ts +9 -0
- package/lib/common/apis/generated/mp/stopPullDownRefresh.js +14 -0
- package/lib/common/apis/generated/mp/switchTab.d.ts +9 -0
- package/lib/common/apis/generated/mp/switchTab.js +14 -0
- package/lib/common/apis/generated/mp/thirdPartyAuthForAc.d.ts +3 -0
- package/lib/common/apis/generated/mp/thirdPartyAuthForAc.js +8 -0
- package/lib/common/apis/generated/mp/tradePay.d.ts +11 -0
- package/lib/common/apis/generated/mp/tradePay.js +14 -0
- package/lib/common/apis/generated/mp/uploadApdidToken.d.ts +3 -0
- package/lib/common/apis/generated/mp/uploadApdidToken.js +8 -0
- package/lib/common/apis/generated/mp/uploadFile.d.ts +9 -0
- package/lib/common/apis/generated/mp/uploadFile.js +14 -0
- package/lib/common/apis/generated/mp/vibrate.d.ts +9 -0
- package/lib/common/apis/generated/mp/vibrate.js +14 -0
- package/lib/common/apis/generated/mp/watchShake.d.ts +9 -0
- package/lib/common/apis/generated/mp/watchShake.js +14 -0
- package/lib/common/apis/generated/mp/writeBLECharacteristicValue.d.ts +9 -0
- package/lib/common/apis/generated/mp/writeBLECharacteristicValue.js +14 -0
- package/lib/common/apis/generated/mp_web/APRegionRPC.d.ts +3 -0
- package/lib/common/apis/generated/mp_web/APRegionRPC.js +8 -0
- package/lib/common/apis/generated/mp_web/addFatigueAction.d.ts +3 -0
- package/lib/common/apis/generated/mp_web/addFatigueAction.js +8 -0
- package/lib/common/apis/generated/mp_web/addPhoneContact.d.ts +11 -0
- package/lib/common/apis/generated/mp_web/addPhoneContact.js +14 -0
- package/lib/common/apis/generated/mp_web/alert.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/alert.js +14 -0
- package/lib/common/apis/generated/mp_web/apDisableJSAPI.d.ts +3 -0
- package/lib/common/apis/generated/mp_web/apDisableJSAPI.js +8 -0
- package/lib/common/apis/generated/mp_web/appxrpc.d.ts +5 -0
- package/lib/common/apis/generated/mp_web/appxrpc.js +8 -0
- package/lib/common/apis/generated/mp_web/batchQueryCdpSpaceInfo.d.ts +3 -0
- package/lib/common/apis/generated/mp_web/batchQueryCdpSpaceInfo.js +8 -0
- package/lib/common/apis/generated/mp_web/canIUse.d.ts +2 -0
- package/lib/common/apis/generated/mp_web/canIUse.js +4 -0
- package/lib/common/apis/generated/mp_web/chooseImage.d.ts +11 -0
- package/lib/common/apis/generated/mp_web/chooseImage.js +14 -0
- package/lib/common/apis/generated/mp_web/choosePhoneContact.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/choosePhoneContact.js +14 -0
- package/lib/common/apis/generated/mp_web/clearStorage.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/clearStorage.js +14 -0
- package/lib/common/apis/generated/mp_web/closeBluetoothAdapter.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/closeBluetoothAdapter.js +14 -0
- package/lib/common/apis/generated/mp_web/closeSocket.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/closeSocket.js +14 -0
- package/lib/common/apis/generated/mp_web/confirm.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/confirm.js +14 -0
- package/lib/common/apis/generated/mp_web/connectBLEDevice.d.ts +13 -0
- package/lib/common/apis/generated/mp_web/connectBLEDevice.js +14 -0
- package/lib/common/apis/generated/mp_web/connectSocket.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/connectSocket.js +14 -0
- package/lib/common/apis/generated/mp_web/crossPay.d.ts +3 -0
- package/lib/common/apis/generated/mp_web/crossPay.js +8 -0
- package/lib/common/apis/generated/mp_web/datePicker.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/datePicker.js +14 -0
- package/lib/common/apis/generated/mp_web/disconnectBLEDevice.d.ts +13 -0
- package/lib/common/apis/generated/mp_web/disconnectBLEDevice.js +14 -0
- package/lib/common/apis/generated/mp_web/downloadFile.d.ts +11 -0
- package/lib/common/apis/generated/mp_web/downloadFile.js +14 -0
- package/lib/common/apis/generated/mp_web/exitApp.d.ts +3 -0
- package/lib/common/apis/generated/mp_web/exitApp.js +8 -0
- package/lib/common/apis/generated/mp_web/getAppToken.d.ts +3 -0
- package/lib/common/apis/generated/mp_web/getAppToken.js +8 -0
- package/lib/common/apis/generated/mp_web/getAuthCode.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/getAuthCode.js +14 -0
- package/lib/common/apis/generated/mp_web/getBLEDeviceCharacteristics.d.ts +51 -0
- package/lib/common/apis/generated/mp_web/getBLEDeviceCharacteristics.js +14 -0
- package/lib/common/apis/generated/mp_web/getBLEDeviceServices.d.ts +28 -0
- package/lib/common/apis/generated/mp_web/getBLEDeviceServices.js +14 -0
- package/lib/common/apis/generated/mp_web/getBatteryInfo.d.ts +12 -0
- package/lib/common/apis/generated/mp_web/getBatteryInfo.js +14 -0
- package/lib/common/apis/generated/mp_web/getBluetoothAdapterState.d.ts +18 -0
- package/lib/common/apis/generated/mp_web/getBluetoothAdapterState.js +14 -0
- package/lib/common/apis/generated/mp_web/getBluetoothDevices.d.ts +15 -0
- package/lib/common/apis/generated/mp_web/getBluetoothDevices.js +14 -0
- package/lib/common/apis/generated/mp_web/getClipboard.d.ts +11 -0
- package/lib/common/apis/generated/mp_web/getClipboard.js +14 -0
- package/lib/common/apis/generated/mp_web/getComponentAuth.d.ts +3 -0
- package/lib/common/apis/generated/mp_web/getComponentAuth.js +8 -0
- package/lib/common/apis/generated/mp_web/getConnectedBluetoothDevices.d.ts +13 -0
- package/lib/common/apis/generated/mp_web/getConnectedBluetoothDevices.js +14 -0
- package/lib/common/apis/generated/mp_web/getFileInfo.d.ts +12 -0
- package/lib/common/apis/generated/mp_web/getFileInfo.js +14 -0
- package/lib/common/apis/generated/mp_web/getImageInfo.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/getImageInfo.js +14 -0
- package/lib/common/apis/generated/mp_web/getLocation.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/getLocation.js +14 -0
- package/lib/common/apis/generated/mp_web/getNetworkType.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/getNetworkType.js +14 -0
- package/lib/common/apis/generated/mp_web/getOpenUserInfo.d.ts +11 -0
- package/lib/common/apis/generated/mp_web/getOpenUserInfo.js +14 -0
- package/lib/common/apis/generated/mp_web/getPaymentCode.d.ts +3 -0
- package/lib/common/apis/generated/mp_web/getPaymentCode.js +8 -0
- package/lib/common/apis/generated/mp_web/getPhoneNumber.d.ts +3 -0
- package/lib/common/apis/generated/mp_web/getPhoneNumber.js +8 -0
- package/lib/common/apis/generated/mp_web/getSavedFileInfo.d.ts +12 -0
- package/lib/common/apis/generated/mp_web/getSavedFileInfo.js +14 -0
- package/lib/common/apis/generated/mp_web/getSavedFileList.d.ts +15 -0
- package/lib/common/apis/generated/mp_web/getSavedFileList.js +14 -0
- package/lib/common/apis/generated/mp_web/getScreenBrightness.d.ts +15 -0
- package/lib/common/apis/generated/mp_web/getScreenBrightness.js +14 -0
- package/lib/common/apis/generated/mp_web/getServerTime.d.ts +15 -0
- package/lib/common/apis/generated/mp_web/getServerTime.js +14 -0
- package/lib/common/apis/generated/mp_web/getSetting.d.ts +17 -0
- package/lib/common/apis/generated/mp_web/getSetting.js +14 -0
- package/lib/common/apis/generated/mp_web/getSiteInfo.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/getSiteInfo.js +14 -0
- package/lib/common/apis/generated/mp_web/getStorage.d.ts +11 -0
- package/lib/common/apis/generated/mp_web/getStorage.js +14 -0
- package/lib/common/apis/generated/mp_web/getSystemInfo.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/getSystemInfo.js +14 -0
- package/lib/common/apis/generated/mp_web/getSystemInfoSync.js +4 -0
- package/lib/common/apis/generated/mp_web/hideBackHome.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/hideBackHome.js +14 -0
- package/lib/common/apis/generated/mp_web/hideKeyboard.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/hideKeyboard.js +14 -0
- package/lib/common/apis/generated/mp_web/hideLoading.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/hideLoading.js +14 -0
- package/lib/common/apis/generated/mp_web/hideNavigationBarLoading.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/hideNavigationBarLoading.js +14 -0
- package/lib/common/apis/generated/mp_web/hideOptionButton.d.ts +3 -0
- package/lib/common/apis/generated/mp_web/hideOptionButton.js +8 -0
- package/lib/common/apis/generated/mp_web/hideTabBar.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/hideTabBar.js +14 -0
- package/lib/common/apis/generated/mp_web/hideToast.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/hideToast.js +14 -0
- package/lib/common/apis/generated/mp_web/inquireQuote.d.ts +3 -0
- package/lib/common/apis/generated/mp_web/inquireQuote.js +8 -0
- package/lib/common/apis/generated/mp_web/isInstalledApp.d.ts +3 -0
- package/lib/common/apis/generated/mp_web/isInstalledApp.js +8 -0
- package/lib/common/apis/generated/mp_web/makePhoneCall.d.ts +11 -0
- package/lib/common/apis/generated/mp_web/makePhoneCall.js +14 -0
- package/lib/common/apis/generated/mp_web/multiLevelSelect.d.ts +12 -0
- package/lib/common/apis/generated/mp_web/multiLevelSelect.js +14 -0
- package/lib/common/apis/generated/mp_web/navigateBack.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/navigateBack.js +14 -0
- package/lib/common/apis/generated/mp_web/navigateBackMiniProgram.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/navigateBackMiniProgram.js +14 -0
- package/lib/common/apis/generated/mp_web/navigateTo.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/navigateTo.js +14 -0
- package/lib/common/apis/generated/mp_web/navigateToBizScene.d.ts +3 -0
- package/lib/common/apis/generated/mp_web/navigateToBizScene.js +8 -0
- package/lib/common/apis/generated/mp_web/navigateToMiniProgram.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/navigateToMiniProgram.js +14 -0
- package/lib/common/apis/generated/mp_web/notifyBLECharacteristicValueChange.d.ts +21 -0
- package/lib/common/apis/generated/mp_web/notifyBLECharacteristicValueChange.js +14 -0
- package/lib/common/apis/generated/mp_web/offAccelerometerChange.d.ts +5 -0
- package/lib/common/apis/generated/mp_web/offAccelerometerChange.js +10 -0
- package/lib/common/apis/generated/mp_web/offBLECharacteristicValueChange.d.ts +5 -0
- package/lib/common/apis/generated/mp_web/offBLECharacteristicValueChange.js +10 -0
- package/lib/common/apis/generated/mp_web/offBLEConnectionStateChanged.d.ts +5 -0
- package/lib/common/apis/generated/mp_web/offBLEConnectionStateChanged.js +10 -0
- package/lib/common/apis/generated/mp_web/offBluetoothAdapterStateChange.d.ts +5 -0
- package/lib/common/apis/generated/mp_web/offBluetoothAdapterStateChange.js +10 -0
- package/lib/common/apis/generated/mp_web/offBluetoothDeviceFound.d.ts +5 -0
- package/lib/common/apis/generated/mp_web/offBluetoothDeviceFound.js +10 -0
- package/lib/common/apis/generated/mp_web/offCompassChange.d.ts +5 -0
- package/lib/common/apis/generated/mp_web/offCompassChange.js +10 -0
- package/lib/common/apis/generated/mp_web/offMemoryWarning.d.ts +7 -0
- package/lib/common/apis/generated/mp_web/offMemoryWarning.js +10 -0
- package/lib/common/apis/generated/mp_web/offSocketClose.d.ts +5 -0
- package/lib/common/apis/generated/mp_web/offSocketClose.js +10 -0
- package/lib/common/apis/generated/mp_web/offSocketError.d.ts +5 -0
- package/lib/common/apis/generated/mp_web/offSocketError.js +10 -0
- package/lib/common/apis/generated/mp_web/offSocketMessage.d.ts +5 -0
- package/lib/common/apis/generated/mp_web/offSocketMessage.js +10 -0
- package/lib/common/apis/generated/mp_web/offSocketOpen.d.ts +5 -0
- package/lib/common/apis/generated/mp_web/offSocketOpen.js +10 -0
- package/lib/common/apis/generated/mp_web/offUserCaptureScreen.d.ts +5 -0
- package/lib/common/apis/generated/mp_web/offUserCaptureScreen.js +10 -0
- package/lib/common/apis/generated/mp_web/onAccelerometerChange.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/onAccelerometerChange.js +10 -0
- package/lib/common/apis/generated/mp_web/onBLECharacteristicValueChange.d.ts +8 -0
- package/lib/common/apis/generated/mp_web/onBLECharacteristicValueChange.js +10 -0
- package/lib/common/apis/generated/mp_web/onBLEConnectionStateChanged.d.ts +8 -0
- package/lib/common/apis/generated/mp_web/onBLEConnectionStateChanged.js +10 -0
- package/lib/common/apis/generated/mp_web/onBluetoothAdapterStateChange.d.ts +8 -0
- package/lib/common/apis/generated/mp_web/onBluetoothAdapterStateChange.js +10 -0
- package/lib/common/apis/generated/mp_web/onBluetoothDeviceFound.d.ts +7 -0
- package/lib/common/apis/generated/mp_web/onBluetoothDeviceFound.js +10 -0
- package/lib/common/apis/generated/mp_web/onCompassChange.d.ts +7 -0
- package/lib/common/apis/generated/mp_web/onCompassChange.js +10 -0
- package/lib/common/apis/generated/mp_web/onMemoryWarning.d.ts +7 -0
- package/lib/common/apis/generated/mp_web/onMemoryWarning.js +10 -0
- package/lib/common/apis/generated/mp_web/onSocketClose.d.ts +5 -0
- package/lib/common/apis/generated/mp_web/onSocketClose.js +10 -0
- package/lib/common/apis/generated/mp_web/onSocketError.d.ts +5 -0
- package/lib/common/apis/generated/mp_web/onSocketError.js +10 -0
- package/lib/common/apis/generated/mp_web/onSocketMessage.d.ts +8 -0
- package/lib/common/apis/generated/mp_web/onSocketMessage.js +10 -0
- package/lib/common/apis/generated/mp_web/onSocketOpen.d.ts +5 -0
- package/lib/common/apis/generated/mp_web/onSocketOpen.js +10 -0
- package/lib/common/apis/generated/mp_web/onUserCaptureScreen.d.ts +5 -0
- package/lib/common/apis/generated/mp_web/onUserCaptureScreen.js +10 -0
- package/lib/common/apis/generated/mp_web/openBluetoothAdapter.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/openBluetoothAdapter.js +14 -0
- package/lib/common/apis/generated/mp_web/openDocument.d.ts +15 -0
- package/lib/common/apis/generated/mp_web/openDocument.js +14 -0
- package/lib/common/apis/generated/mp_web/openSchemeWithBacking.d.ts +3 -0
- package/lib/common/apis/generated/mp_web/openSchemeWithBacking.js +8 -0
- package/lib/common/apis/generated/mp_web/openSetting.d.ts +17 -0
- package/lib/common/apis/generated/mp_web/openSetting.js +14 -0
- package/lib/common/apis/generated/mp_web/pageScrollTo.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/pageScrollTo.js +14 -0
- package/lib/common/apis/generated/mp_web/paySignCenter.d.ts +3 -0
- package/lib/common/apis/generated/mp_web/paySignCenter.js +8 -0
- package/lib/common/apis/generated/mp_web/previewImage.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/previewImage.js +14 -0
- package/lib/common/apis/generated/mp_web/prompt.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/prompt.js +14 -0
- package/lib/common/apis/generated/mp_web/reLaunch.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/reLaunch.js +14 -0
- package/lib/common/apis/generated/mp_web/readBLECharacteristicValue.d.ts +15 -0
- package/lib/common/apis/generated/mp_web/readBLECharacteristicValue.js +14 -0
- package/lib/common/apis/generated/mp_web/redirectTo.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/redirectTo.js +14 -0
- package/lib/common/apis/generated/mp_web/regionFetchAllApps.d.ts +3 -0
- package/lib/common/apis/generated/mp_web/regionFetchAllApps.js +8 -0
- package/lib/common/apis/generated/mp_web/regionSearchAppsByKeywords.d.ts +3 -0
- package/lib/common/apis/generated/mp_web/regionSearchAppsByKeywords.js +8 -0
- package/lib/common/apis/generated/mp_web/removeSavedFile.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/removeSavedFile.js +14 -0
- package/lib/common/apis/generated/mp_web/removeStorage.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/removeStorage.js +14 -0
- package/lib/common/apis/generated/mp_web/request.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/request.js +14 -0
- package/lib/common/apis/generated/mp_web/rpc.d.ts +3 -0
- package/lib/common/apis/generated/mp_web/rpc.js +8 -0
- package/lib/common/apis/generated/mp_web/saveFile.d.ts +11 -0
- package/lib/common/apis/generated/mp_web/saveFile.js +14 -0
- package/lib/common/apis/generated/mp_web/saveImage.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/saveImage.js +14 -0
- package/lib/common/apis/generated/mp_web/scan.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/scan.js +14 -0
- package/lib/common/apis/generated/mp_web/sendSocketMessage.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/sendSocketMessage.js +14 -0
- package/lib/common/apis/generated/mp_web/setBackgroundColor.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/setBackgroundColor.js +14 -0
- package/lib/common/apis/generated/mp_web/setCanPullDown.d.ts +7 -0
- package/lib/common/apis/generated/mp_web/setCanPullDown.js +10 -0
- package/lib/common/apis/generated/mp_web/setClipboard.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/setClipboard.js +14 -0
- package/lib/common/apis/generated/mp_web/setKeepScreenOn.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/setKeepScreenOn.js +14 -0
- package/lib/common/apis/generated/mp_web/setNavigationBar.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/setNavigationBar.js +14 -0
- package/lib/common/apis/generated/mp_web/setOptionMenu.d.ts +3 -0
- package/lib/common/apis/generated/mp_web/setOptionMenu.js +8 -0
- package/lib/common/apis/generated/mp_web/setScreenBrightness.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/setScreenBrightness.js +14 -0
- package/lib/common/apis/generated/mp_web/setStorage.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/setStorage.js +14 -0
- package/lib/common/apis/generated/mp_web/setTabBarStyle.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/setTabBarStyle.js +14 -0
- package/lib/common/apis/generated/mp_web/showActionSheet.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/showActionSheet.js +14 -0
- package/lib/common/apis/generated/mp_web/showAuthGuide.d.ts +11 -0
- package/lib/common/apis/generated/mp_web/showAuthGuide.js +14 -0
- package/lib/common/apis/generated/mp_web/showLoading.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/showLoading.js +14 -0
- package/lib/common/apis/generated/mp_web/showNavigationBarLoading.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/showNavigationBarLoading.js +14 -0
- package/lib/common/apis/generated/mp_web/showSharePanel.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/showSharePanel.js +14 -0
- package/lib/common/apis/generated/mp_web/showToast.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/showToast.js +14 -0
- package/lib/common/apis/generated/mp_web/signContract.d.ts +12 -0
- package/lib/common/apis/generated/mp_web/signContract.js +14 -0
- package/lib/common/apis/generated/mp_web/startApp.d.ts +3 -0
- package/lib/common/apis/generated/mp_web/startApp.js +8 -0
- package/lib/common/apis/generated/mp_web/startBizService.d.ts +3 -0
- package/lib/common/apis/generated/mp_web/startBizService.js +8 -0
- package/lib/common/apis/generated/mp_web/startBluetoothDevicesDiscovery.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/startBluetoothDevicesDiscovery.js +14 -0
- package/lib/common/apis/generated/mp_web/startPullDownRefresh.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/startPullDownRefresh.js +14 -0
- package/lib/common/apis/generated/mp_web/stopBluetoothDevicesDiscovery.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/stopBluetoothDevicesDiscovery.js +14 -0
- package/lib/common/apis/generated/mp_web/stopPullDownRefresh.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/stopPullDownRefresh.js +14 -0
- package/lib/common/apis/generated/mp_web/switchTab.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/switchTab.js +14 -0
- package/lib/common/apis/generated/mp_web/thirdPartyAuthForAc.d.ts +3 -0
- package/lib/common/apis/generated/mp_web/thirdPartyAuthForAc.js +8 -0
- package/lib/common/apis/generated/mp_web/tradePay.d.ts +11 -0
- package/lib/common/apis/generated/mp_web/tradePay.js +14 -0
- package/lib/common/apis/generated/mp_web/uploadApdidToken.d.ts +3 -0
- package/lib/common/apis/generated/mp_web/uploadApdidToken.js +8 -0
- package/lib/common/apis/generated/mp_web/uploadFile.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/uploadFile.js +14 -0
- package/lib/common/apis/generated/mp_web/vibrate.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/vibrate.js +14 -0
- package/lib/common/apis/generated/mp_web/watchShake.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/watchShake.js +14 -0
- package/lib/common/apis/generated/mp_web/writeBLECharacteristicValue.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/writeBLECharacteristicValue.js +14 -0
- package/lib/common/apis/generated/web/APRegionRPC.d.ts +3 -0
- package/lib/common/apis/generated/web/APRegionRPC.js +8 -0
- package/lib/common/apis/generated/web/addFatigueAction.d.ts +3 -0
- package/lib/common/apis/generated/web/addFatigueAction.js +8 -0
- package/lib/common/apis/generated/web/addPhoneContact.d.ts +11 -0
- package/lib/common/apis/generated/web/addPhoneContact.js +14 -0
- package/lib/common/apis/generated/web/apDisableJSAPI.d.ts +3 -0
- package/lib/common/apis/generated/web/apDisableJSAPI.js +8 -0
- package/lib/common/apis/generated/web/appxrpc.d.ts +5 -0
- package/lib/common/apis/generated/web/appxrpc.js +8 -0
- package/lib/common/apis/generated/web/batchQueryCdpSpaceInfo.d.ts +3 -0
- package/lib/common/apis/generated/web/batchQueryCdpSpaceInfo.js +8 -0
- package/lib/common/apis/generated/web/crossPay.d.ts +3 -0
- package/lib/common/apis/generated/web/crossPay.js +8 -0
- package/lib/common/apis/generated/web/exitApp.d.ts +3 -0
- package/lib/common/apis/generated/web/exitApp.js +8 -0
- package/lib/common/apis/generated/web/getAppToken.d.ts +3 -0
- package/lib/common/apis/generated/web/getAppToken.js +8 -0
- package/lib/common/apis/generated/web/getBatteryInfo.d.ts +12 -0
- package/lib/common/apis/generated/web/getBatteryInfo.js +14 -0
- package/lib/common/apis/generated/web/getClipboard.d.ts +11 -0
- package/lib/common/apis/generated/web/getClipboard.js +14 -0
- package/lib/common/apis/generated/web/getComponentAuth.d.ts +3 -0
- package/lib/common/apis/generated/web/getComponentAuth.js +8 -0
- package/lib/common/apis/generated/web/getFileInfo.d.ts +12 -0
- package/lib/common/apis/generated/web/getFileInfo.js +14 -0
- package/lib/common/apis/generated/web/getImageInfo.d.ts +9 -0
- package/lib/common/apis/generated/web/getImageInfo.js +14 -0
- package/lib/common/apis/generated/web/getPaymentCode.d.ts +3 -0
- package/lib/common/apis/generated/web/getPaymentCode.js +8 -0
- package/lib/common/apis/generated/web/getSavedFileInfo.d.ts +12 -0
- package/lib/common/apis/generated/web/getSavedFileInfo.js +14 -0
- package/lib/common/apis/generated/web/getSavedFileList.d.ts +15 -0
- package/lib/common/apis/generated/web/getSavedFileList.js +14 -0
- package/lib/common/apis/generated/web/getScreenBrightness.d.ts +15 -0
- package/lib/common/apis/generated/web/getScreenBrightness.js +14 -0
- package/lib/common/apis/generated/web/getServerTime.d.ts +15 -0
- package/lib/common/apis/generated/web/getServerTime.js +14 -0
- package/lib/common/apis/generated/web/getSetting.d.ts +17 -0
- package/lib/common/apis/generated/web/getSetting.js +14 -0
- package/lib/common/apis/generated/web/getSiteInfo.d.ts +9 -0
- package/lib/common/apis/generated/web/getSiteInfo.js +14 -0
- package/lib/common/apis/generated/web/getSystemInfo.d.ts +9 -0
- package/lib/common/apis/generated/web/getSystemInfo.js +14 -0
- package/lib/common/apis/generated/web/hideKeyboard.d.ts +9 -0
- package/lib/common/apis/generated/web/hideKeyboard.js +14 -0
- package/lib/common/apis/generated/web/hideLoading.d.ts +9 -0
- package/lib/common/apis/generated/web/hideLoading.js +14 -0
- package/lib/common/apis/generated/web/hideOptionButton.d.ts +3 -0
- package/lib/common/apis/generated/web/hideOptionButton.js +8 -0
- package/lib/common/apis/generated/web/hideToast.d.ts +9 -0
- package/lib/common/apis/generated/web/hideToast.js +14 -0
- package/lib/common/apis/generated/web/inquireQuote.d.ts +3 -0
- package/lib/common/apis/generated/web/inquireQuote.js +8 -0
- package/lib/common/apis/generated/web/isInstalledApp.d.ts +3 -0
- package/lib/common/apis/generated/web/isInstalledApp.js +8 -0
- package/lib/common/apis/generated/web/makePhoneCall.d.ts +11 -0
- package/lib/common/apis/generated/web/makePhoneCall.js +14 -0
- package/lib/common/apis/generated/web/navigateBackMiniProgram.d.ts +9 -0
- package/lib/common/apis/generated/web/navigateBackMiniProgram.js +14 -0
- package/lib/common/apis/generated/web/navigateToBizScene.d.ts +3 -0
- package/lib/common/apis/generated/web/navigateToBizScene.js +8 -0
- package/lib/common/apis/generated/web/navigateToMiniProgram.d.ts +9 -0
- package/lib/common/apis/generated/web/navigateToMiniProgram.js +14 -0
- package/lib/common/apis/generated/web/offCompassChange.js +4 -0
- package/lib/common/apis/generated/web/offMemoryWarning.js +4 -0
- package/lib/common/apis/generated/web/onAccelerometerChange.js +4 -0
- package/lib/common/apis/generated/web/openDocument.d.ts +15 -0
- package/lib/common/apis/generated/web/openDocument.js +14 -0
- package/lib/common/apis/generated/web/openSchemeWithBacking.d.ts +3 -0
- package/lib/common/apis/generated/web/openSchemeWithBacking.js +8 -0
- package/lib/common/apis/generated/web/openSetting.d.ts +17 -0
- package/lib/common/apis/generated/web/openSetting.js +14 -0
- package/lib/common/apis/generated/web/prompt.d.ts +9 -0
- package/lib/common/apis/generated/web/prompt.js +14 -0
- package/lib/common/apis/generated/web/regionFetchAllApps.d.ts +3 -0
- package/lib/common/apis/generated/web/regionFetchAllApps.js +8 -0
- package/lib/common/apis/generated/web/regionSearchAppsByKeywords.d.ts +3 -0
- package/lib/common/apis/generated/web/regionSearchAppsByKeywords.js +8 -0
- package/lib/common/apis/generated/web/removeSavedFile.d.ts +9 -0
- package/lib/common/apis/generated/web/removeSavedFile.js +14 -0
- package/lib/common/apis/generated/web/rpc.d.ts +3 -0
- package/lib/common/apis/generated/web/rpc.js +8 -0
- package/lib/common/apis/generated/web/saveFile.d.ts +11 -0
- package/lib/common/apis/generated/web/saveFile.js +14 -0
- package/lib/common/apis/generated/web/scan.d.ts +9 -0
- package/lib/common/apis/generated/web/scan.js +14 -0
- package/lib/common/apis/generated/web/setBackgroundColor.js +4 -0
- package/lib/common/apis/generated/web/setClipboard.d.ts +9 -0
- package/lib/common/apis/generated/web/setClipboard.js +14 -0
- package/lib/common/apis/generated/web/setScreenBrightness.d.ts +9 -0
- package/lib/common/apis/generated/web/setScreenBrightness.js +14 -0
- package/lib/common/apis/generated/web/showLoading.d.ts +9 -0
- package/lib/common/apis/generated/web/showLoading.js +14 -0
- package/lib/common/apis/generated/web/signContract.d.ts +12 -0
- package/lib/common/apis/generated/web/signContract.js +14 -0
- package/lib/common/apis/generated/web/startApp.d.ts +3 -0
- package/lib/common/apis/generated/web/startApp.js +8 -0
- package/lib/common/apis/generated/web/startBizService.d.ts +3 -0
- package/lib/common/apis/generated/web/startBizService.js +8 -0
- package/lib/common/apis/generated/web/thirdPartyAuthForAc.d.ts +3 -0
- package/lib/common/apis/generated/web/thirdPartyAuthForAc.js +8 -0
- package/lib/common/apis/generated/web/tradePay.d.ts +11 -0
- package/lib/common/apis/generated/web/tradePay.js +14 -0
- package/lib/common/apis/generated/web/uploadApdidToken.d.ts +3 -0
- package/lib/common/apis/generated/web/uploadApdidToken.js +8 -0
- package/lib/common/apis/generated/web/vibrate.d.ts +9 -0
- package/lib/common/apis/generated/web/vibrate.js +14 -0
- package/lib/common/apis/generated/web/watchShake.js +4 -0
- package/lib/common/apis/generated/web/writeBLECharacteristicValue.d.ts +9 -0
- package/lib/common/apis/generated/web/writeBLECharacteristicValue.js +14 -0
- package/lib/common/utils.d.ts +1 -3
- package/lib/common/utils.js +4 -46
- package/lib/custom-jsapi.d.ts +1 -0
- package/lib/custom-jsapi.js +1 -0
- package/lib/index.d.ts +4 -8
- package/lib/index.js +5 -29
- package/lib/umd/index.js +1 -1
- package/lib/umd/mp_web_alipay.js +1 -2
- package/lib/umd/mp_web_alipayhk.js +1 -0
- package/lib/umd/mp_web_chope.js +1 -0
- package/lib/umd/mp_web_dana.js +1 -0
- package/lib/umd/mp_web_demo.js +1 -0
- package/lib/umd/mp_web_gcash.js +1 -0
- package/lib/umd/mp_web_tngd.js +1 -0
- package/lib/umd/mp_web_truemoney.js +1 -0
- package/lib/umd/web_alipay.js +1 -2
- package/lib/umd/web_demo.js +1 -0
- package/lib/umd/web_h5.js +1 -1
- package/lib/umd/web_tngdh5ng.js +1 -0
- package/lib/whichCanIUse/index.d.ts +2 -0
- package/lib/whichCanIUse/index.js +15 -0
- package/lib/whichCanIUse/mp.d.ts +12 -0
- package/lib/whichCanIUse/mp.js +12 -0
- package/lib/whichCanIUse/mp_web.d.ts +11 -0
- package/lib/whichCanIUse/mp_web.js +11 -0
- package/lib/whichCanIUse/web.d.ts +7 -0
- package/lib/whichCanIUse/web.js +7 -0
- package/package.json +128 -4
- package/CHANGELOG.md +0 -939
- package/lib/appEnv/clients.d.ts +0 -21
- package/lib/appEnv/clients.js +0 -61
- package/lib/appEnv/getEnv.d.ts +0 -20
- package/lib/appEnv/getEnv.js +0 -148
- package/lib/appEnv/utils.d.ts +0 -8
- package/lib/appEnv/utils.js +0 -29
- package/lib/clients/mp/ae/custom.d.ts +0 -2
- package/lib/clients/mp/ae/custom.js +0 -1
- package/lib/clients/mp/ae/generated.d.ts +0 -2
- package/lib/clients/mp/ae/generated.js +0 -1
- package/lib/clients/mp/ae/index.d.ts +0 -1
- package/lib/clients/mp/ae/index.js +0 -1
- package/lib/clients/mp/alipay/custom.d.ts +0 -5
- package/lib/clients/mp/alipay/custom.js +0 -6
- package/lib/clients/mp/alipay/generated.d.ts +0 -5
- package/lib/clients/mp/alipay/generated.js +0 -6
- package/lib/clients/mp/alipay_hk/custom.d.ts +0 -2
- package/lib/clients/mp/alipay_hk/custom.js +0 -1
- package/lib/clients/mp/alipay_hk/generated.d.ts +0 -2
- package/lib/clients/mp/alipay_hk/generated.js +0 -1
- package/lib/clients/mp/alipay_hk/index.d.ts +0 -1
- package/lib/clients/mp/alipay_hk/index.js +0 -1
- package/lib/clients/mp/alipay_plus/APRegionRPC.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/APRegionRPC.js +0 -2
- package/lib/clients/mp/alipay_plus/addFatigueAction.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/addFatigueAction.js +0 -2
- package/lib/clients/mp/alipay_plus/addPhoneContact.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/addPhoneContact.js +0 -2
- package/lib/clients/mp/alipay_plus/alert.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/alert.js +0 -2
- package/lib/clients/mp/alipay_plus/apDisableJSAPI.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/apDisableJSAPI.js +0 -2
- package/lib/clients/mp/alipay_plus/appxrpc.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/appxrpc.js +0 -2
- package/lib/clients/mp/alipay_plus/batchQueryCdpSpaceInfo.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/batchQueryCdpSpaceInfo.js +0 -2
- package/lib/clients/mp/alipay_plus/chooseImage.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/chooseImage.js +0 -2
- package/lib/clients/mp/alipay_plus/choosePhoneContact.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/choosePhoneContact.js +0 -2
- package/lib/clients/mp/alipay_plus/clearStorage.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/clearStorage.js +0 -2
- package/lib/clients/mp/alipay_plus/clearStorageSync.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/clearStorageSync.js +0 -2
- package/lib/clients/mp/alipay_plus/closeBluetoothAdapter.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/closeBluetoothAdapter.js +0 -2
- package/lib/clients/mp/alipay_plus/closeSocket.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/closeSocket.js +0 -2
- package/lib/clients/mp/alipay_plus/confirm.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/confirm.js +0 -2
- package/lib/clients/mp/alipay_plus/connectBLEDevice.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/connectBLEDevice.js +0 -2
- package/lib/clients/mp/alipay_plus/connectSocket.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/connectSocket.js +0 -2
- package/lib/clients/mp/alipay_plus/createAnimation.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/createAnimation.js +0 -2
- package/lib/clients/mp/alipay_plus/createSelectorQuery.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/createSelectorQuery.js +0 -2
- package/lib/clients/mp/alipay_plus/createWebViewContext.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/createWebViewContext.js +0 -3
- package/lib/clients/mp/alipay_plus/crossPay.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/crossPay.js +0 -2
- package/lib/clients/mp/alipay_plus/custom.d.ts +0 -5
- package/lib/clients/mp/alipay_plus/custom.js +0 -6
- package/lib/clients/mp/alipay_plus/datePicker.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/datePicker.js +0 -2
- package/lib/clients/mp/alipay_plus/disconnectBLEDevice.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/disconnectBLEDevice.js +0 -2
- package/lib/clients/mp/alipay_plus/downloadFile.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/downloadFile.js +0 -2
- package/lib/clients/mp/alipay_plus/exitApp.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/exitApp.js +0 -2
- package/lib/clients/mp/alipay_plus/generated.d.ts +0 -257
- package/lib/clients/mp/alipay_plus/generated.js +0 -298
- package/lib/clients/mp/alipay_plus/getAppIdSync.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/getAppIdSync.js +0 -2
- package/lib/clients/mp/alipay_plus/getAppToken.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/getAppToken.js +0 -2
- package/lib/clients/mp/alipay_plus/getAuthCode.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/getAuthCode.js +0 -2
- package/lib/clients/mp/alipay_plus/getBLEDeviceCharacteristics.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/getBLEDeviceCharacteristics.js +0 -2
- package/lib/clients/mp/alipay_plus/getBLEDeviceServices.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/getBLEDeviceServices.js +0 -2
- package/lib/clients/mp/alipay_plus/getBatteryInfo.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/getBatteryInfo.js +0 -2
- package/lib/clients/mp/alipay_plus/getBluetoothAdapterState.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/getBluetoothAdapterState.js +0 -2
- package/lib/clients/mp/alipay_plus/getBluetoothDevices.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/getBluetoothDevices.js +0 -2
- package/lib/clients/mp/alipay_plus/getClipboard.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/getClipboard.js +0 -2
- package/lib/clients/mp/alipay_plus/getComponentAuth.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/getComponentAuth.js +0 -2
- package/lib/clients/mp/alipay_plus/getConnectedBluetoothDevices.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/getConnectedBluetoothDevices.js +0 -2
- package/lib/clients/mp/alipay_plus/getFileInfo.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/getFileInfo.js +0 -2
- package/lib/clients/mp/alipay_plus/getImageInfo.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/getImageInfo.js +0 -2
- package/lib/clients/mp/alipay_plus/getLocation.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/getLocation.js +0 -2
- package/lib/clients/mp/alipay_plus/getNetworkType.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/getNetworkType.js +0 -2
- package/lib/clients/mp/alipay_plus/getOpenUserInfo.d.ts +0 -3
- package/lib/clients/mp/alipay_plus/getOpenUserInfo.js +0 -34
- package/lib/clients/mp/alipay_plus/getPaymentCode.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/getPaymentCode.js +0 -2
- package/lib/clients/mp/alipay_plus/getPhoneNumber.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/getPhoneNumber.js +0 -2
- package/lib/clients/mp/alipay_plus/getSavedFileInfo.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/getSavedFileInfo.js +0 -2
- package/lib/clients/mp/alipay_plus/getSavedFileList.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/getSavedFileList.js +0 -2
- package/lib/clients/mp/alipay_plus/getScreenBrightness.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/getScreenBrightness.js +0 -2
- package/lib/clients/mp/alipay_plus/getServerTime.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/getServerTime.js +0 -2
- package/lib/clients/mp/alipay_plus/getSetting.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/getSetting.js +0 -2
- package/lib/clients/mp/alipay_plus/getSiteInfo.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/getSiteInfo.js +0 -2
- package/lib/clients/mp/alipay_plus/getStorage.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/getStorage.js +0 -2
- package/lib/clients/mp/alipay_plus/getStorageInfo.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/getStorageInfo.js +0 -2
- package/lib/clients/mp/alipay_plus/getStorageInfoSync.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/getStorageInfoSync.js +0 -2
- package/lib/clients/mp/alipay_plus/getStorageSync.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/getStorageSync.js +0 -2
- package/lib/clients/mp/alipay_plus/getSystemInfo.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/getSystemInfo.js +0 -2
- package/lib/clients/mp/alipay_plus/getSystemInfoSync.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/getSystemInfoSync.js +0 -2
- package/lib/clients/mp/alipay_plus/hideBackHome.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/hideBackHome.js +0 -2
- package/lib/clients/mp/alipay_plus/hideKeyboard.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/hideKeyboard.js +0 -2
- package/lib/clients/mp/alipay_plus/hideLoading.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/hideLoading.js +0 -2
- package/lib/clients/mp/alipay_plus/hideNavigationBarLoading.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/hideNavigationBarLoading.js +0 -2
- package/lib/clients/mp/alipay_plus/hideOptionButton.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/hideOptionButton.js +0 -2
- package/lib/clients/mp/alipay_plus/hideTabBar.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/hideTabBar.js +0 -2
- package/lib/clients/mp/alipay_plus/hideToast.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/hideToast.js +0 -2
- package/lib/clients/mp/alipay_plus/index.d.ts +0 -259
- package/lib/clients/mp/alipay_plus/index.js +0 -13
- package/lib/clients/mp/alipay_plus/inquireQuote.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/inquireQuote.js +0 -2
- package/lib/clients/mp/alipay_plus/isInstalledApp.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/isInstalledApp.js +0 -2
- package/lib/clients/mp/alipay_plus/makePhoneCall.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/makePhoneCall.js +0 -2
- package/lib/clients/mp/alipay_plus/multiLevelSelect.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/multiLevelSelect.js +0 -2
- package/lib/clients/mp/alipay_plus/navigateBack.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/navigateBack.js +0 -2
- package/lib/clients/mp/alipay_plus/navigateBackMiniProgram.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/navigateBackMiniProgram.js +0 -2
- package/lib/clients/mp/alipay_plus/navigateTo.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/navigateTo.js +0 -2
- package/lib/clients/mp/alipay_plus/navigateToBizScene.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/navigateToBizScene.js +0 -2
- package/lib/clients/mp/alipay_plus/navigateToMiniProgram.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/navigateToMiniProgram.js +0 -2
- package/lib/clients/mp/alipay_plus/notifyBLECharacteristicValueChange.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/notifyBLECharacteristicValueChange.js +0 -2
- package/lib/clients/mp/alipay_plus/offAccelerometerChange.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/offAccelerometerChange.js +0 -2
- package/lib/clients/mp/alipay_plus/offBLECharacteristicValueChange.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/offBLECharacteristicValueChange.js +0 -2
- package/lib/clients/mp/alipay_plus/offBLEConnectionStateChanged.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/offBLEConnectionStateChanged.js +0 -2
- package/lib/clients/mp/alipay_plus/offBluetoothAdapterStateChange.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/offBluetoothAdapterStateChange.js +0 -2
- package/lib/clients/mp/alipay_plus/offBluetoothDeviceFound.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/offBluetoothDeviceFound.js +0 -2
- package/lib/clients/mp/alipay_plus/offCompassChange.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/offCompassChange.js +0 -2
- package/lib/clients/mp/alipay_plus/offMemoryWarning.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/offMemoryWarning.js +0 -2
- package/lib/clients/mp/alipay_plus/offSocketClose.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/offSocketClose.js +0 -2
- package/lib/clients/mp/alipay_plus/offSocketError.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/offSocketError.js +0 -2
- package/lib/clients/mp/alipay_plus/offSocketMessage.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/offSocketMessage.js +0 -2
- package/lib/clients/mp/alipay_plus/offSocketOpen.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/offSocketOpen.js +0 -2
- package/lib/clients/mp/alipay_plus/offUserCaptureScreen.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/offUserCaptureScreen.js +0 -2
- package/lib/clients/mp/alipay_plus/onAccelerometerChange.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/onAccelerometerChange.js +0 -2
- package/lib/clients/mp/alipay_plus/onBLECharacteristicValueChange.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/onBLECharacteristicValueChange.js +0 -2
- package/lib/clients/mp/alipay_plus/onBLEConnectionStateChanged.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/onBLEConnectionStateChanged.js +0 -2
- package/lib/clients/mp/alipay_plus/onBluetoothAdapterStateChange.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/onBluetoothAdapterStateChange.js +0 -2
- package/lib/clients/mp/alipay_plus/onBluetoothDeviceFound.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/onBluetoothDeviceFound.js +0 -2
- package/lib/clients/mp/alipay_plus/onCompassChange.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/onCompassChange.js +0 -2
- package/lib/clients/mp/alipay_plus/onMemoryWarning.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/onMemoryWarning.js +0 -2
- package/lib/clients/mp/alipay_plus/onMessage.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/onMessage.js +0 -2
- package/lib/clients/mp/alipay_plus/onSocketClose.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/onSocketClose.js +0 -2
- package/lib/clients/mp/alipay_plus/onSocketError.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/onSocketError.js +0 -2
- package/lib/clients/mp/alipay_plus/onSocketMessage.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/onSocketMessage.js +0 -2
- package/lib/clients/mp/alipay_plus/onSocketOpen.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/onSocketOpen.js +0 -2
- package/lib/clients/mp/alipay_plus/onUserCaptureScreen.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/onUserCaptureScreen.js +0 -2
- package/lib/clients/mp/alipay_plus/openBluetoothAdapter.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/openBluetoothAdapter.js +0 -2
- package/lib/clients/mp/alipay_plus/openDocument.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/openDocument.js +0 -2
- package/lib/clients/mp/alipay_plus/openSchemeWithBacking.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/openSchemeWithBacking.js +0 -2
- package/lib/clients/mp/alipay_plus/openSetting.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/openSetting.js +0 -2
- package/lib/clients/mp/alipay_plus/pageScrollTo.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/pageScrollTo.js +0 -2
- package/lib/clients/mp/alipay_plus/paySignCenter.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/paySignCenter.js +0 -2
- package/lib/clients/mp/alipay_plus/postMessage.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/postMessage.js +0 -2
- package/lib/clients/mp/alipay_plus/previewImage.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/previewImage.js +0 -2
- package/lib/clients/mp/alipay_plus/prompt.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/prompt.js +0 -2
- package/lib/clients/mp/alipay_plus/reLaunch.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/reLaunch.js +0 -2
- package/lib/clients/mp/alipay_plus/readBLECharacteristicValue.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/readBLECharacteristicValue.js +0 -2
- package/lib/clients/mp/alipay_plus/redirectTo.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/redirectTo.js +0 -2
- package/lib/clients/mp/alipay_plus/regionFetchAllApps.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/regionFetchAllApps.js +0 -2
- package/lib/clients/mp/alipay_plus/regionSearchAppsByKeywords.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/regionSearchAppsByKeywords.js +0 -2
- package/lib/clients/mp/alipay_plus/removeSavedFile.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/removeSavedFile.js +0 -2
- package/lib/clients/mp/alipay_plus/removeStorage.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/removeStorage.js +0 -2
- package/lib/clients/mp/alipay_plus/removeStorageSync.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/removeStorageSync.js +0 -2
- package/lib/clients/mp/alipay_plus/request.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/request.js +0 -2
- package/lib/clients/mp/alipay_plus/rpc.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/rpc.js +0 -2
- package/lib/clients/mp/alipay_plus/saveFile.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/saveFile.js +0 -2
- package/lib/clients/mp/alipay_plus/saveImage.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/saveImage.js +0 -2
- package/lib/clients/mp/alipay_plus/scan.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/scan.js +0 -2
- package/lib/clients/mp/alipay_plus/sendSocketMessage.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/sendSocketMessage.js +0 -2
- package/lib/clients/mp/alipay_plus/setBackgroundColor.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/setBackgroundColor.js +0 -2
- package/lib/clients/mp/alipay_plus/setCanPullDown.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/setCanPullDown.js +0 -2
- package/lib/clients/mp/alipay_plus/setClipboard.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/setClipboard.js +0 -2
- package/lib/clients/mp/alipay_plus/setKeepScreenOn.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/setKeepScreenOn.js +0 -2
- package/lib/clients/mp/alipay_plus/setNavigationBar.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/setNavigationBar.js +0 -2
- package/lib/clients/mp/alipay_plus/setOptionMenu.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/setOptionMenu.js +0 -2
- package/lib/clients/mp/alipay_plus/setScreenBrightness.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/setScreenBrightness.js +0 -2
- package/lib/clients/mp/alipay_plus/setStorage.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/setStorage.js +0 -2
- package/lib/clients/mp/alipay_plus/setStorageSync.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/setStorageSync.js +0 -2
- package/lib/clients/mp/alipay_plus/setTabBarStyle.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/setTabBarStyle.js +0 -2
- package/lib/clients/mp/alipay_plus/showActionSheet.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/showActionSheet.js +0 -2
- package/lib/clients/mp/alipay_plus/showAuthGuide.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/showAuthGuide.js +0 -2
- package/lib/clients/mp/alipay_plus/showLoading.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/showLoading.js +0 -2
- package/lib/clients/mp/alipay_plus/showNavigationBarLoading.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/showNavigationBarLoading.js +0 -2
- package/lib/clients/mp/alipay_plus/showSharePanel.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/showSharePanel.js +0 -2
- package/lib/clients/mp/alipay_plus/showToast.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/showToast.js +0 -2
- package/lib/clients/mp/alipay_plus/signContract.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/signContract.js +0 -2
- package/lib/clients/mp/alipay_plus/startApp.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/startApp.js +0 -2
- package/lib/clients/mp/alipay_plus/startBizService.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/startBizService.js +0 -2
- package/lib/clients/mp/alipay_plus/startBluetoothDevicesDiscovery.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/startBluetoothDevicesDiscovery.js +0 -2
- package/lib/clients/mp/alipay_plus/startPullDownRefresh.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/startPullDownRefresh.js +0 -2
- package/lib/clients/mp/alipay_plus/stopBluetoothDevicesDiscovery.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/stopBluetoothDevicesDiscovery.js +0 -2
- package/lib/clients/mp/alipay_plus/stopPullDownRefresh.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/stopPullDownRefresh.js +0 -2
- package/lib/clients/mp/alipay_plus/switchTab.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/switchTab.js +0 -2
- package/lib/clients/mp/alipay_plus/thirdPartyAuthForAc.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/thirdPartyAuthForAc.js +0 -2
- package/lib/clients/mp/alipay_plus/tradePay.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/tradePay.js +0 -2
- package/lib/clients/mp/alipay_plus/uploadApdidToken.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/uploadApdidToken.js +0 -2
- package/lib/clients/mp/alipay_plus/uploadFile.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/uploadFile.js +0 -2
- package/lib/clients/mp/alipay_plus/vibrate.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/vibrate.js +0 -2
- package/lib/clients/mp/alipay_plus/watchShake.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/watchShake.js +0 -2
- package/lib/clients/mp/alipay_plus/writeBLECharacteristicValue.d.ts +0 -2
- package/lib/clients/mp/alipay_plus/writeBLECharacteristicValue.js +0 -2
- package/lib/clients/mp/alipay_vn/custom.d.ts +0 -2
- package/lib/clients/mp/alipay_vn/custom.js +0 -1
- package/lib/clients/mp/alipay_vn/generated.d.ts +0 -2
- package/lib/clients/mp/alipay_vn/generated.js +0 -1
- package/lib/clients/mp/alipay_vn/index.d.ts +0 -1
- package/lib/clients/mp/alipay_vn/index.js +0 -1
- package/lib/clients/mp/dana/custom.d.ts +0 -2
- package/lib/clients/mp/dana/custom.js +0 -1
- package/lib/clients/mp/dana/generated.d.ts +0 -2
- package/lib/clients/mp/dana/generated.js +0 -1
- package/lib/clients/mp/gcash/custom.d.ts +0 -2
- package/lib/clients/mp/gcash/custom.js +0 -1
- package/lib/clients/mp/gcash/generated.d.ts +0 -2
- package/lib/clients/mp/gcash/generated.js +0 -1
- package/lib/clients/mp/lazada/APRegionRPC.d.ts +0 -2
- package/lib/clients/mp/lazada/APRegionRPC.js +0 -2
- package/lib/clients/mp/lazada/addFatigueAction.d.ts +0 -2
- package/lib/clients/mp/lazada/addFatigueAction.js +0 -2
- package/lib/clients/mp/lazada/addPhoneContact.d.ts +0 -2
- package/lib/clients/mp/lazada/addPhoneContact.js +0 -2
- package/lib/clients/mp/lazada/alert.d.ts +0 -2
- package/lib/clients/mp/lazada/alert.js +0 -2
- package/lib/clients/mp/lazada/apDisableJSAPI.d.ts +0 -2
- package/lib/clients/mp/lazada/apDisableJSAPI.js +0 -2
- package/lib/clients/mp/lazada/appxrpc.d.ts +0 -2
- package/lib/clients/mp/lazada/appxrpc.js +0 -2
- package/lib/clients/mp/lazada/batchQueryCdpSpaceInfo.d.ts +0 -2
- package/lib/clients/mp/lazada/batchQueryCdpSpaceInfo.js +0 -2
- package/lib/clients/mp/lazada/chooseImage.d.ts +0 -2
- package/lib/clients/mp/lazada/chooseImage.js +0 -2
- package/lib/clients/mp/lazada/choosePhoneContact.d.ts +0 -2
- package/lib/clients/mp/lazada/choosePhoneContact.js +0 -2
- package/lib/clients/mp/lazada/clearStorage.d.ts +0 -2
- package/lib/clients/mp/lazada/clearStorage.js +0 -2
- package/lib/clients/mp/lazada/clearStorageSync.d.ts +0 -2
- package/lib/clients/mp/lazada/clearStorageSync.js +0 -2
- package/lib/clients/mp/lazada/closeBluetoothAdapter.d.ts +0 -2
- package/lib/clients/mp/lazada/closeBluetoothAdapter.js +0 -2
- package/lib/clients/mp/lazada/closeSocket.d.ts +0 -2
- package/lib/clients/mp/lazada/closeSocket.js +0 -2
- package/lib/clients/mp/lazada/confirm.d.ts +0 -2
- package/lib/clients/mp/lazada/confirm.js +0 -2
- package/lib/clients/mp/lazada/connectBLEDevice.d.ts +0 -2
- package/lib/clients/mp/lazada/connectBLEDevice.js +0 -2
- package/lib/clients/mp/lazada/connectSocket.d.ts +0 -2
- package/lib/clients/mp/lazada/connectSocket.js +0 -2
- package/lib/clients/mp/lazada/createAnimation.d.ts +0 -2
- package/lib/clients/mp/lazada/createAnimation.js +0 -2
- package/lib/clients/mp/lazada/createWebViewContext.d.ts +0 -2
- package/lib/clients/mp/lazada/createWebViewContext.js +0 -3
- package/lib/clients/mp/lazada/crossPay.d.ts +0 -2
- package/lib/clients/mp/lazada/crossPay.js +0 -2
- package/lib/clients/mp/lazada/custom.d.ts +0 -5
- package/lib/clients/mp/lazada/custom.js +0 -6
- package/lib/clients/mp/lazada/datePicker.d.ts +0 -2
- package/lib/clients/mp/lazada/datePicker.js +0 -2
- package/lib/clients/mp/lazada/disconnectBLEDevice.d.ts +0 -2
- package/lib/clients/mp/lazada/disconnectBLEDevice.js +0 -2
- package/lib/clients/mp/lazada/downloadFile.d.ts +0 -2
- package/lib/clients/mp/lazada/downloadFile.js +0 -2
- package/lib/clients/mp/lazada/exitApp.d.ts +0 -2
- package/lib/clients/mp/lazada/exitApp.js +0 -2
- package/lib/clients/mp/lazada/generated.d.ts +0 -249
- package/lib/clients/mp/lazada/generated.js +0 -282
- package/lib/clients/mp/lazada/getAppIdSync.d.ts +0 -2
- package/lib/clients/mp/lazada/getAppIdSync.js +0 -2
- package/lib/clients/mp/lazada/getAppToken.d.ts +0 -2
- package/lib/clients/mp/lazada/getAppToken.js +0 -2
- package/lib/clients/mp/lazada/getAuthCode.d.ts +0 -3
- package/lib/clients/mp/lazada/getAuthCode.js +0 -39
- package/lib/clients/mp/lazada/getBLEDeviceCharacteristics.d.ts +0 -2
- package/lib/clients/mp/lazada/getBLEDeviceCharacteristics.js +0 -2
- package/lib/clients/mp/lazada/getBLEDeviceServices.d.ts +0 -2
- package/lib/clients/mp/lazada/getBLEDeviceServices.js +0 -2
- package/lib/clients/mp/lazada/getBatteryInfo.d.ts +0 -2
- package/lib/clients/mp/lazada/getBatteryInfo.js +0 -2
- package/lib/clients/mp/lazada/getBluetoothAdapterState.d.ts +0 -2
- package/lib/clients/mp/lazada/getBluetoothAdapterState.js +0 -2
- package/lib/clients/mp/lazada/getBluetoothDevices.d.ts +0 -2
- package/lib/clients/mp/lazada/getBluetoothDevices.js +0 -2
- package/lib/clients/mp/lazada/getClipboard.d.ts +0 -2
- package/lib/clients/mp/lazada/getClipboard.js +0 -2
- package/lib/clients/mp/lazada/getComponentAuth.d.ts +0 -2
- package/lib/clients/mp/lazada/getComponentAuth.js +0 -2
- package/lib/clients/mp/lazada/getConnectedBluetoothDevices.d.ts +0 -2
- package/lib/clients/mp/lazada/getConnectedBluetoothDevices.js +0 -2
- package/lib/clients/mp/lazada/getFileInfo.d.ts +0 -2
- package/lib/clients/mp/lazada/getFileInfo.js +0 -2
- package/lib/clients/mp/lazada/getImageInfo.d.ts +0 -2
- package/lib/clients/mp/lazada/getImageInfo.js +0 -2
- package/lib/clients/mp/lazada/getLocation.d.ts +0 -2
- package/lib/clients/mp/lazada/getLocation.js +0 -2
- package/lib/clients/mp/lazada/getNetworkType.d.ts +0 -2
- package/lib/clients/mp/lazada/getNetworkType.js +0 -2
- package/lib/clients/mp/lazada/getOpenUserInfo.d.ts +0 -3
- package/lib/clients/mp/lazada/getOpenUserInfo.js +0 -34
- package/lib/clients/mp/lazada/getPaymentCode.d.ts +0 -2
- package/lib/clients/mp/lazada/getPaymentCode.js +0 -2
- package/lib/clients/mp/lazada/getPhoneNumber.d.ts +0 -2
- package/lib/clients/mp/lazada/getPhoneNumber.js +0 -2
- package/lib/clients/mp/lazada/getSavedFileInfo.d.ts +0 -2
- package/lib/clients/mp/lazada/getSavedFileInfo.js +0 -2
- package/lib/clients/mp/lazada/getSavedFileList.d.ts +0 -2
- package/lib/clients/mp/lazada/getSavedFileList.js +0 -2
- package/lib/clients/mp/lazada/getScreenBrightness.d.ts +0 -2
- package/lib/clients/mp/lazada/getScreenBrightness.js +0 -2
- package/lib/clients/mp/lazada/getServerTime.d.ts +0 -2
- package/lib/clients/mp/lazada/getServerTime.js +0 -2
- package/lib/clients/mp/lazada/getSetting.d.ts +0 -2
- package/lib/clients/mp/lazada/getSetting.js +0 -2
- package/lib/clients/mp/lazada/getSiteInfo.d.ts +0 -2
- package/lib/clients/mp/lazada/getSiteInfo.js +0 -2
- package/lib/clients/mp/lazada/getStorage.d.ts +0 -2
- package/lib/clients/mp/lazada/getStorage.js +0 -2
- package/lib/clients/mp/lazada/getStorageSync.d.ts +0 -2
- package/lib/clients/mp/lazada/getStorageSync.js +0 -2
- package/lib/clients/mp/lazada/getSystemInfo.d.ts +0 -2
- package/lib/clients/mp/lazada/getSystemInfo.js +0 -2
- package/lib/clients/mp/lazada/hideBackHome.d.ts +0 -2
- package/lib/clients/mp/lazada/hideBackHome.js +0 -2
- package/lib/clients/mp/lazada/hideKeyboard.d.ts +0 -2
- package/lib/clients/mp/lazada/hideKeyboard.js +0 -2
- package/lib/clients/mp/lazada/hideLoading.d.ts +0 -2
- package/lib/clients/mp/lazada/hideLoading.js +0 -2
- package/lib/clients/mp/lazada/hideNavigationBarLoading.d.ts +0 -2
- package/lib/clients/mp/lazada/hideNavigationBarLoading.js +0 -2
- package/lib/clients/mp/lazada/hideTabBar.d.ts +0 -2
- package/lib/clients/mp/lazada/hideTabBar.js +0 -2
- package/lib/clients/mp/lazada/hideToast.d.ts +0 -2
- package/lib/clients/mp/lazada/hideToast.js +0 -2
- package/lib/clients/mp/lazada/index.d.ts +0 -251
- package/lib/clients/mp/lazada/index.js +0 -13
- package/lib/clients/mp/lazada/inquireQuote.d.ts +0 -2
- package/lib/clients/mp/lazada/inquireQuote.js +0 -2
- package/lib/clients/mp/lazada/isInstalledApp.d.ts +0 -2
- package/lib/clients/mp/lazada/isInstalledApp.js +0 -2
- package/lib/clients/mp/lazada/makePhoneCall.d.ts +0 -2
- package/lib/clients/mp/lazada/makePhoneCall.js +0 -2
- package/lib/clients/mp/lazada/multiLevelSelect.d.ts +0 -2
- package/lib/clients/mp/lazada/multiLevelSelect.js +0 -2
- package/lib/clients/mp/lazada/navigateBack.d.ts +0 -2
- package/lib/clients/mp/lazada/navigateBack.js +0 -2
- package/lib/clients/mp/lazada/navigateBackMiniProgram.d.ts +0 -2
- package/lib/clients/mp/lazada/navigateBackMiniProgram.js +0 -2
- package/lib/clients/mp/lazada/navigateTo.d.ts +0 -2
- package/lib/clients/mp/lazada/navigateTo.js +0 -2
- package/lib/clients/mp/lazada/navigateToBizScene.d.ts +0 -2
- package/lib/clients/mp/lazada/navigateToBizScene.js +0 -2
- package/lib/clients/mp/lazada/navigateToMiniProgram.d.ts +0 -2
- package/lib/clients/mp/lazada/navigateToMiniProgram.js +0 -2
- package/lib/clients/mp/lazada/notifyBLECharacteristicValueChange.d.ts +0 -2
- package/lib/clients/mp/lazada/notifyBLECharacteristicValueChange.js +0 -2
- package/lib/clients/mp/lazada/offAccelerometerChange.d.ts +0 -2
- package/lib/clients/mp/lazada/offAccelerometerChange.js +0 -2
- package/lib/clients/mp/lazada/offBLECharacteristicValueChange.d.ts +0 -2
- package/lib/clients/mp/lazada/offBLECharacteristicValueChange.js +0 -2
- package/lib/clients/mp/lazada/offBLEConnectionStateChanged.d.ts +0 -2
- package/lib/clients/mp/lazada/offBLEConnectionStateChanged.js +0 -2
- package/lib/clients/mp/lazada/offBluetoothAdapterStateChange.d.ts +0 -2
- package/lib/clients/mp/lazada/offBluetoothAdapterStateChange.js +0 -2
- package/lib/clients/mp/lazada/offBluetoothDeviceFound.d.ts +0 -2
- package/lib/clients/mp/lazada/offBluetoothDeviceFound.js +0 -2
- package/lib/clients/mp/lazada/offCompassChange.d.ts +0 -2
- package/lib/clients/mp/lazada/offCompassChange.js +0 -2
- package/lib/clients/mp/lazada/offMemoryWarning.d.ts +0 -2
- package/lib/clients/mp/lazada/offMemoryWarning.js +0 -2
- package/lib/clients/mp/lazada/offSocketClose.d.ts +0 -2
- package/lib/clients/mp/lazada/offSocketClose.js +0 -2
- package/lib/clients/mp/lazada/offSocketError.d.ts +0 -2
- package/lib/clients/mp/lazada/offSocketError.js +0 -2
- package/lib/clients/mp/lazada/offSocketMessage.d.ts +0 -2
- package/lib/clients/mp/lazada/offSocketMessage.js +0 -2
- package/lib/clients/mp/lazada/offSocketOpen.d.ts +0 -2
- package/lib/clients/mp/lazada/offSocketOpen.js +0 -2
- package/lib/clients/mp/lazada/offUserCaptureScreen.d.ts +0 -2
- package/lib/clients/mp/lazada/offUserCaptureScreen.js +0 -2
- package/lib/clients/mp/lazada/onAccelerometerChange.d.ts +0 -2
- package/lib/clients/mp/lazada/onAccelerometerChange.js +0 -2
- package/lib/clients/mp/lazada/onBLECharacteristicValueChange.d.ts +0 -2
- package/lib/clients/mp/lazada/onBLECharacteristicValueChange.js +0 -2
- package/lib/clients/mp/lazada/onBLEConnectionStateChanged.d.ts +0 -2
- package/lib/clients/mp/lazada/onBLEConnectionStateChanged.js +0 -2
- package/lib/clients/mp/lazada/onBluetoothAdapterStateChange.d.ts +0 -2
- package/lib/clients/mp/lazada/onBluetoothAdapterStateChange.js +0 -2
- package/lib/clients/mp/lazada/onBluetoothDeviceFound.d.ts +0 -2
- package/lib/clients/mp/lazada/onBluetoothDeviceFound.js +0 -2
- package/lib/clients/mp/lazada/onCompassChange.d.ts +0 -2
- package/lib/clients/mp/lazada/onCompassChange.js +0 -2
- package/lib/clients/mp/lazada/onMemoryWarning.d.ts +0 -2
- package/lib/clients/mp/lazada/onMemoryWarning.js +0 -2
- package/lib/clients/mp/lazada/onSocketClose.d.ts +0 -2
- package/lib/clients/mp/lazada/onSocketClose.js +0 -2
- package/lib/clients/mp/lazada/onSocketError.d.ts +0 -2
- package/lib/clients/mp/lazada/onSocketError.js +0 -2
- package/lib/clients/mp/lazada/onSocketMessage.d.ts +0 -2
- package/lib/clients/mp/lazada/onSocketMessage.js +0 -2
- package/lib/clients/mp/lazada/onSocketOpen.d.ts +0 -2
- package/lib/clients/mp/lazada/onSocketOpen.js +0 -2
- package/lib/clients/mp/lazada/onUserCaptureScreen.d.ts +0 -2
- package/lib/clients/mp/lazada/onUserCaptureScreen.js +0 -2
- package/lib/clients/mp/lazada/openBluetoothAdapter.d.ts +0 -2
- package/lib/clients/mp/lazada/openBluetoothAdapter.js +0 -2
- package/lib/clients/mp/lazada/openDocument.d.ts +0 -2
- package/lib/clients/mp/lazada/openDocument.js +0 -2
- package/lib/clients/mp/lazada/openSchemeWithBacking.d.ts +0 -2
- package/lib/clients/mp/lazada/openSchemeWithBacking.js +0 -2
- package/lib/clients/mp/lazada/openSetting.d.ts +0 -2
- package/lib/clients/mp/lazada/openSetting.js +0 -2
- package/lib/clients/mp/lazada/pageScrollTo.d.ts +0 -2
- package/lib/clients/mp/lazada/pageScrollTo.js +0 -2
- package/lib/clients/mp/lazada/paySignCenter.d.ts +0 -2
- package/lib/clients/mp/lazada/paySignCenter.js +0 -2
- package/lib/clients/mp/lazada/previewImage.d.ts +0 -2
- package/lib/clients/mp/lazada/previewImage.js +0 -2
- package/lib/clients/mp/lazada/prompt.d.ts +0 -2
- package/lib/clients/mp/lazada/prompt.js +0 -2
- package/lib/clients/mp/lazada/reLaunch.d.ts +0 -2
- package/lib/clients/mp/lazada/reLaunch.js +0 -2
- package/lib/clients/mp/lazada/readBLECharacteristicValue.d.ts +0 -2
- package/lib/clients/mp/lazada/readBLECharacteristicValue.js +0 -2
- package/lib/clients/mp/lazada/redirectTo.d.ts +0 -2
- package/lib/clients/mp/lazada/redirectTo.js +0 -2
- package/lib/clients/mp/lazada/regionFetchAllApps.d.ts +0 -2
- package/lib/clients/mp/lazada/regionFetchAllApps.js +0 -2
- package/lib/clients/mp/lazada/regionSearchAppsByKeywords.d.ts +0 -2
- package/lib/clients/mp/lazada/regionSearchAppsByKeywords.js +0 -2
- package/lib/clients/mp/lazada/removeSavedFile.d.ts +0 -2
- package/lib/clients/mp/lazada/removeSavedFile.js +0 -2
- package/lib/clients/mp/lazada/removeStorage.d.ts +0 -2
- package/lib/clients/mp/lazada/removeStorage.js +0 -2
- package/lib/clients/mp/lazada/removeStorageSync.d.ts +0 -2
- package/lib/clients/mp/lazada/removeStorageSync.js +0 -2
- package/lib/clients/mp/lazada/request.d.ts +0 -2
- package/lib/clients/mp/lazada/request.js +0 -2
- package/lib/clients/mp/lazada/rpc.d.ts +0 -2
- package/lib/clients/mp/lazada/rpc.js +0 -2
- package/lib/clients/mp/lazada/saveFile.d.ts +0 -2
- package/lib/clients/mp/lazada/saveFile.js +0 -2
- package/lib/clients/mp/lazada/saveImage.d.ts +0 -2
- package/lib/clients/mp/lazada/saveImage.js +0 -2
- package/lib/clients/mp/lazada/scan.d.ts +0 -2
- package/lib/clients/mp/lazada/scan.js +0 -2
- package/lib/clients/mp/lazada/sendSocketMessage.d.ts +0 -2
- package/lib/clients/mp/lazada/sendSocketMessage.js +0 -2
- package/lib/clients/mp/lazada/setBackgroundColor.d.ts +0 -2
- package/lib/clients/mp/lazada/setBackgroundColor.js +0 -2
- package/lib/clients/mp/lazada/setCanPullDown.d.ts +0 -2
- package/lib/clients/mp/lazada/setCanPullDown.js +0 -2
- package/lib/clients/mp/lazada/setClipboard.d.ts +0 -2
- package/lib/clients/mp/lazada/setClipboard.js +0 -2
- package/lib/clients/mp/lazada/setKeepScreenOn.d.ts +0 -2
- package/lib/clients/mp/lazada/setKeepScreenOn.js +0 -2
- package/lib/clients/mp/lazada/setNavigationBar.d.ts +0 -2
- package/lib/clients/mp/lazada/setNavigationBar.js +0 -2
- package/lib/clients/mp/lazada/setOptionMenu.d.ts +0 -2
- package/lib/clients/mp/lazada/setOptionMenu.js +0 -2
- package/lib/clients/mp/lazada/setScreenBrightness.d.ts +0 -2
- package/lib/clients/mp/lazada/setScreenBrightness.js +0 -2
- package/lib/clients/mp/lazada/setStorage.d.ts +0 -2
- package/lib/clients/mp/lazada/setStorage.js +0 -2
- package/lib/clients/mp/lazada/setStorageSync.d.ts +0 -2
- package/lib/clients/mp/lazada/setStorageSync.js +0 -2
- package/lib/clients/mp/lazada/setTabBarStyle.d.ts +0 -2
- package/lib/clients/mp/lazada/setTabBarStyle.js +0 -2
- package/lib/clients/mp/lazada/showActionSheet.d.ts +0 -2
- package/lib/clients/mp/lazada/showActionSheet.js +0 -2
- package/lib/clients/mp/lazada/showAuthGuide.d.ts +0 -2
- package/lib/clients/mp/lazada/showAuthGuide.js +0 -2
- package/lib/clients/mp/lazada/showLoading.d.ts +0 -2
- package/lib/clients/mp/lazada/showLoading.js +0 -2
- package/lib/clients/mp/lazada/showNavigationBarLoading.d.ts +0 -2
- package/lib/clients/mp/lazada/showNavigationBarLoading.js +0 -2
- package/lib/clients/mp/lazada/showToast.d.ts +0 -2
- package/lib/clients/mp/lazada/showToast.js +0 -2
- package/lib/clients/mp/lazada/signContract.d.ts +0 -2
- package/lib/clients/mp/lazada/signContract.js +0 -2
- package/lib/clients/mp/lazada/startApp.d.ts +0 -2
- package/lib/clients/mp/lazada/startApp.js +0 -2
- package/lib/clients/mp/lazada/startBizService.d.ts +0 -2
- package/lib/clients/mp/lazada/startBizService.js +0 -2
- package/lib/clients/mp/lazada/startBluetoothDevicesDiscovery.d.ts +0 -2
- package/lib/clients/mp/lazada/startBluetoothDevicesDiscovery.js +0 -2
- package/lib/clients/mp/lazada/startPullDownRefresh.d.ts +0 -2
- package/lib/clients/mp/lazada/startPullDownRefresh.js +0 -2
- package/lib/clients/mp/lazada/stopBluetoothDevicesDiscovery.d.ts +0 -2
- package/lib/clients/mp/lazada/stopBluetoothDevicesDiscovery.js +0 -2
- package/lib/clients/mp/lazada/stopPullDownRefresh.d.ts +0 -2
- package/lib/clients/mp/lazada/stopPullDownRefresh.js +0 -2
- package/lib/clients/mp/lazada/switchTab.d.ts +0 -2
- package/lib/clients/mp/lazada/switchTab.js +0 -2
- package/lib/clients/mp/lazada/thirdPartyAuthForAc.d.ts +0 -2
- package/lib/clients/mp/lazada/thirdPartyAuthForAc.js +0 -2
- package/lib/clients/mp/lazada/tradePay.d.ts +0 -2
- package/lib/clients/mp/lazada/tradePay.js +0 -2
- package/lib/clients/mp/lazada/uploadApdidToken.d.ts +0 -2
- package/lib/clients/mp/lazada/uploadApdidToken.js +0 -2
- package/lib/clients/mp/lazada/uploadFile.d.ts +0 -2
- package/lib/clients/mp/lazada/uploadFile.js +0 -2
- package/lib/clients/mp/lazada/vibrate.d.ts +0 -2
- package/lib/clients/mp/lazada/vibrate.js +0 -2
- package/lib/clients/mp/lazada/watchShake.d.ts +0 -2
- package/lib/clients/mp/lazada/watchShake.js +0 -2
- package/lib/clients/mp/lazada/writeBLECharacteristicValue.d.ts +0 -2
- package/lib/clients/mp/lazada/writeBLECharacteristicValue.js +0 -2
- package/lib/clients/mp/taobao/alert.d.ts +0 -2
- package/lib/clients/mp/taobao/alert.js +0 -2
- package/lib/clients/mp/taobao/clearStorage.d.ts +0 -2
- package/lib/clients/mp/taobao/clearStorage.js +0 -2
- package/lib/clients/mp/taobao/clearStorageSync.d.ts +0 -2
- package/lib/clients/mp/taobao/clearStorageSync.js +0 -2
- package/lib/clients/mp/taobao/confirm.d.ts +0 -2
- package/lib/clients/mp/taobao/confirm.js +0 -2
- package/lib/clients/mp/taobao/createAnimation.d.ts +0 -2
- package/lib/clients/mp/taobao/createAnimation.js +0 -2
- package/lib/clients/mp/taobao/createWebViewContext.d.ts +0 -2
- package/lib/clients/mp/taobao/createWebViewContext.js +0 -3
- package/lib/clients/mp/taobao/crossPay.d.ts +0 -2
- package/lib/clients/mp/taobao/crossPay.js +0 -2
- package/lib/clients/mp/taobao/custom.d.ts +0 -7
- package/lib/clients/mp/taobao/custom.js +0 -10
- package/lib/clients/mp/taobao/generated.d.ts +0 -61
- package/lib/clients/mp/taobao/generated.js +0 -88
- package/lib/clients/mp/taobao/getAuthCode.d.ts +0 -3
- package/lib/clients/mp/taobao/getAuthCode.js +0 -39
- package/lib/clients/mp/taobao/getClipboard.d.ts +0 -2
- package/lib/clients/mp/taobao/getClipboard.js +0 -2
- package/lib/clients/mp/taobao/getLocation.d.ts +0 -2
- package/lib/clients/mp/taobao/getLocation.js +0 -2
- package/lib/clients/mp/taobao/getNetworkType.d.ts +0 -2
- package/lib/clients/mp/taobao/getNetworkType.js +0 -2
- package/lib/clients/mp/taobao/getOpenUserInfo.d.ts +0 -3
- package/lib/clients/mp/taobao/getOpenUserInfo.js +0 -27
- package/lib/clients/mp/taobao/getStorage.d.ts +0 -2
- package/lib/clients/mp/taobao/getStorage.js +0 -2
- package/lib/clients/mp/taobao/getStorageSync.d.ts +0 -2
- package/lib/clients/mp/taobao/getStorageSync.js +0 -2
- package/lib/clients/mp/taobao/getSystemInfo.d.ts +0 -2
- package/lib/clients/mp/taobao/getSystemInfo.js +0 -2
- package/lib/clients/mp/taobao/hideBackHome.d.ts +0 -2
- package/lib/clients/mp/taobao/hideBackHome.js +0 -2
- package/lib/clients/mp/taobao/hideKeyboard.d.ts +0 -2
- package/lib/clients/mp/taobao/hideKeyboard.js +0 -2
- package/lib/clients/mp/taobao/hideLoading.d.ts +0 -2
- package/lib/clients/mp/taobao/hideLoading.js +0 -2
- package/lib/clients/mp/taobao/hideTabBar.d.ts +0 -2
- package/lib/clients/mp/taobao/hideTabBar.js +0 -2
- package/lib/clients/mp/taobao/hideToast.d.ts +0 -2
- package/lib/clients/mp/taobao/hideToast.js +0 -2
- package/lib/clients/mp/taobao/index.d.ts +0 -65
- package/lib/clients/mp/taobao/index.js +0 -13
- package/lib/clients/mp/taobao/navigateBack.d.ts +0 -2
- package/lib/clients/mp/taobao/navigateBack.js +0 -2
- package/lib/clients/mp/taobao/navigateTo.d.ts +0 -2
- package/lib/clients/mp/taobao/navigateTo.js +0 -2
- package/lib/clients/mp/taobao/offMemoryWarning.d.ts +0 -2
- package/lib/clients/mp/taobao/offMemoryWarning.js +0 -2
- package/lib/clients/mp/taobao/onMemoryWarning.d.ts +0 -2
- package/lib/clients/mp/taobao/onMemoryWarning.js +0 -2
- package/lib/clients/mp/taobao/pageScrollTo.d.ts +0 -2
- package/lib/clients/mp/taobao/pageScrollTo.js +0 -2
- package/lib/clients/mp/taobao/prompt.d.ts +0 -2
- package/lib/clients/mp/taobao/prompt.js +0 -2
- package/lib/clients/mp/taobao/reLaunch.d.ts +0 -2
- package/lib/clients/mp/taobao/reLaunch.js +0 -2
- package/lib/clients/mp/taobao/redirectTo.d.ts +0 -2
- package/lib/clients/mp/taobao/redirectTo.js +0 -2
- package/lib/clients/mp/taobao/removeStorage.d.ts +0 -2
- package/lib/clients/mp/taobao/removeStorage.js +0 -2
- package/lib/clients/mp/taobao/removeStorageSync.d.ts +0 -2
- package/lib/clients/mp/taobao/removeStorageSync.js +0 -2
- package/lib/clients/mp/taobao/request.d.ts +0 -2
- package/lib/clients/mp/taobao/request.js +0 -2
- package/lib/clients/mp/taobao/scan.d.ts +0 -2
- package/lib/clients/mp/taobao/scan.js +0 -2
- package/lib/clients/mp/taobao/setBackgroundColor.d.ts +0 -2
- package/lib/clients/mp/taobao/setBackgroundColor.js +0 -2
- package/lib/clients/mp/taobao/setCanPullDown.d.ts +0 -2
- package/lib/clients/mp/taobao/setCanPullDown.js +0 -2
- package/lib/clients/mp/taobao/setClipboard.d.ts +0 -2
- package/lib/clients/mp/taobao/setClipboard.js +0 -2
- package/lib/clients/mp/taobao/setNavigationBar.d.ts +0 -2
- package/lib/clients/mp/taobao/setNavigationBar.js +0 -2
- package/lib/clients/mp/taobao/setStorage.d.ts +0 -2
- package/lib/clients/mp/taobao/setStorage.js +0 -2
- package/lib/clients/mp/taobao/setStorageSync.d.ts +0 -2
- package/lib/clients/mp/taobao/setStorageSync.js +0 -2
- package/lib/clients/mp/taobao/setTabBarStyle.d.ts +0 -2
- package/lib/clients/mp/taobao/setTabBarStyle.js +0 -2
- package/lib/clients/mp/taobao/showActionSheet.d.ts +0 -2
- package/lib/clients/mp/taobao/showActionSheet.js +0 -2
- package/lib/clients/mp/taobao/showAuthGuide.d.ts +0 -2
- package/lib/clients/mp/taobao/showAuthGuide.js +0 -2
- package/lib/clients/mp/taobao/showLoading.d.ts +0 -2
- package/lib/clients/mp/taobao/showLoading.js +0 -2
- package/lib/clients/mp/taobao/showToast.d.ts +0 -2
- package/lib/clients/mp/taobao/showToast.js +0 -2
- package/lib/clients/mp/taobao/startPullDownRefresh.d.ts +0 -2
- package/lib/clients/mp/taobao/startPullDownRefresh.js +0 -2
- package/lib/clients/mp/taobao/stopPullDownRefresh.d.ts +0 -2
- package/lib/clients/mp/taobao/stopPullDownRefresh.js +0 -2
- package/lib/clients/mp/taobao/switchTab.d.ts +0 -2
- package/lib/clients/mp/taobao/switchTab.js +0 -2
- package/lib/clients/mp/taobao/tradePay.d.ts +0 -2
- package/lib/clients/mp/taobao/tradePay.js +0 -2
- package/lib/clients/mp/tmall/custom.d.ts +0 -2
- package/lib/clients/mp/tmall/custom.js +0 -1
- package/lib/clients/mp/tmall/generated.d.ts +0 -2
- package/lib/clients/mp/tmall/generated.js +0 -1
- package/lib/clients/mp/tmall/index.d.ts +0 -1
- package/lib/clients/mp/tmall/index.js +0 -1
- package/lib/clients/mp/tmn/custom.d.ts +0 -2
- package/lib/clients/mp/tmn/custom.js +0 -1
- package/lib/clients/mp/tmn/generated.d.ts +0 -2
- package/lib/clients/mp/tmn/generated.js +0 -1
- package/lib/clients/mp/tmn/index.d.ts +0 -1
- package/lib/clients/mp/tmn/index.js +0 -1
- package/lib/clients/mp/tngd/custom.d.ts +0 -2
- package/lib/clients/mp/tngd/custom.js +0 -1
- package/lib/clients/mp/tngd/generated.d.ts +0 -2
- package/lib/clients/mp/tngd/generated.js +0 -1
- package/lib/clients/mp/wx/custom.d.ts +0 -2
- package/lib/clients/mp/wx/custom.js +0 -1
- package/lib/clients/mp/wx/generated.d.ts +0 -2
- package/lib/clients/mp/wx/generated.js +0 -1
- package/lib/clients/mp_web/alipay/custom.d.ts +0 -7
- package/lib/clients/mp_web/alipay/custom.js +0 -6
- package/lib/clients/mp_web/alipay/generated.d.ts +0 -43
- package/lib/clients/mp_web/alipay/generated.js +0 -78
- package/lib/clients/mp_web/alipay/getAppIdSync.d.ts +0 -2
- package/lib/clients/mp_web/alipay/getAppIdSync.js +0 -3
- package/lib/clients/mp_web/alipay_plus/APRegionRPC.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/APRegionRPC.js +0 -2
- package/lib/clients/mp_web/alipay_plus/addFatigueAction.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/addFatigueAction.js +0 -2
- package/lib/clients/mp_web/alipay_plus/addPhoneContact.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/addPhoneContact.js +0 -2
- package/lib/clients/mp_web/alipay_plus/alert.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/alert.js +0 -2
- package/lib/clients/mp_web/alipay_plus/apDisableJSAPI.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/apDisableJSAPI.js +0 -2
- package/lib/clients/mp_web/alipay_plus/appxrpc.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/appxrpc.js +0 -2
- package/lib/clients/mp_web/alipay_plus/batchQueryCdpSpaceInfo.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/batchQueryCdpSpaceInfo.js +0 -2
- package/lib/clients/mp_web/alipay_plus/chooseImage.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/chooseImage.js +0 -2
- package/lib/clients/mp_web/alipay_plus/choosePhoneContact.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/choosePhoneContact.js +0 -2
- package/lib/clients/mp_web/alipay_plus/clearStorage.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/clearStorage.js +0 -2
- package/lib/clients/mp_web/alipay_plus/closeBluetoothAdapter.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/closeBluetoothAdapter.js +0 -2
- package/lib/clients/mp_web/alipay_plus/closeSocket.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/closeSocket.js +0 -2
- package/lib/clients/mp_web/alipay_plus/confirm.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/confirm.js +0 -2
- package/lib/clients/mp_web/alipay_plus/connectBLEDevice.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/connectBLEDevice.js +0 -2
- package/lib/clients/mp_web/alipay_plus/connectSocket.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/connectSocket.js +0 -2
- package/lib/clients/mp_web/alipay_plus/crossPay.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/crossPay.js +0 -2
- package/lib/clients/mp_web/alipay_plus/custom.d.ts +0 -6
- package/lib/clients/mp_web/alipay_plus/custom.js +0 -4
- package/lib/clients/mp_web/alipay_plus/datePicker.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/datePicker.js +0 -2
- package/lib/clients/mp_web/alipay_plus/disconnectBLEDevice.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/disconnectBLEDevice.js +0 -2
- package/lib/clients/mp_web/alipay_plus/downloadFile.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/downloadFile.js +0 -2
- package/lib/clients/mp_web/alipay_plus/exitApp.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/exitApp.js +0 -2
- package/lib/clients/mp_web/alipay_plus/generated.d.ts +0 -204
- package/lib/clients/mp_web/alipay_plus/generated.js +0 -238
- package/lib/clients/mp_web/alipay_plus/getAppIdSync.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/getAppIdSync.js +0 -3
- package/lib/clients/mp_web/alipay_plus/getAppToken.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/getAppToken.js +0 -2
- package/lib/clients/mp_web/alipay_plus/getAuthCode.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/getAuthCode.js +0 -2
- package/lib/clients/mp_web/alipay_plus/getBLEDeviceCharacteristics.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/getBLEDeviceCharacteristics.js +0 -2
- package/lib/clients/mp_web/alipay_plus/getBLEDeviceServices.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/getBLEDeviceServices.js +0 -2
- package/lib/clients/mp_web/alipay_plus/getBatteryInfo.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/getBatteryInfo.js +0 -2
- package/lib/clients/mp_web/alipay_plus/getBluetoothAdapterState.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/getBluetoothAdapterState.js +0 -2
- package/lib/clients/mp_web/alipay_plus/getBluetoothDevices.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/getBluetoothDevices.js +0 -2
- package/lib/clients/mp_web/alipay_plus/getClipboard.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/getClipboard.js +0 -2
- package/lib/clients/mp_web/alipay_plus/getComponentAuth.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/getComponentAuth.js +0 -2
- package/lib/clients/mp_web/alipay_plus/getConnectedBluetoothDevices.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/getConnectedBluetoothDevices.js +0 -2
- package/lib/clients/mp_web/alipay_plus/getFileInfo.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/getFileInfo.js +0 -2
- package/lib/clients/mp_web/alipay_plus/getImageInfo.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/getImageInfo.js +0 -2
- package/lib/clients/mp_web/alipay_plus/getLocation.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/getLocation.js +0 -2
- package/lib/clients/mp_web/alipay_plus/getNetworkType.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/getNetworkType.js +0 -2
- package/lib/clients/mp_web/alipay_plus/getOpenUserInfo.d.ts +0 -3
- package/lib/clients/mp_web/alipay_plus/getOpenUserInfo.js +0 -35
- package/lib/clients/mp_web/alipay_plus/getPaymentCode.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/getPaymentCode.js +0 -2
- package/lib/clients/mp_web/alipay_plus/getPhoneNumber.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/getPhoneNumber.js +0 -2
- package/lib/clients/mp_web/alipay_plus/getSavedFileInfo.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/getSavedFileInfo.js +0 -2
- package/lib/clients/mp_web/alipay_plus/getSavedFileList.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/getSavedFileList.js +0 -2
- package/lib/clients/mp_web/alipay_plus/getScreenBrightness.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/getScreenBrightness.js +0 -2
- package/lib/clients/mp_web/alipay_plus/getServerTime.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/getServerTime.js +0 -2
- package/lib/clients/mp_web/alipay_plus/getSetting.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/getSetting.js +0 -2
- package/lib/clients/mp_web/alipay_plus/getSiteInfo.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/getSiteInfo.js +0 -2
- package/lib/clients/mp_web/alipay_plus/getStorage.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/getStorage.js +0 -2
- package/lib/clients/mp_web/alipay_plus/getSystemInfo.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/getSystemInfo.js +0 -2
- package/lib/clients/mp_web/alipay_plus/getSystemInfoSync.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/getSystemInfoSync.js +0 -2
- package/lib/clients/mp_web/alipay_plus/hideBackHome.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/hideBackHome.js +0 -2
- package/lib/clients/mp_web/alipay_plus/hideKeyboard.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/hideKeyboard.js +0 -2
- package/lib/clients/mp_web/alipay_plus/hideLoading.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/hideLoading.js +0 -2
- package/lib/clients/mp_web/alipay_plus/hideNavigationBarLoading.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/hideNavigationBarLoading.js +0 -2
- package/lib/clients/mp_web/alipay_plus/hideTabBar.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/hideTabBar.js +0 -2
- package/lib/clients/mp_web/alipay_plus/hideToast.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/hideToast.js +0 -2
- package/lib/clients/mp_web/alipay_plus/index.d.ts +0 -207
- package/lib/clients/mp_web/alipay_plus/index.js +0 -13
- package/lib/clients/mp_web/alipay_plus/inquireQuote.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/inquireQuote.js +0 -2
- package/lib/clients/mp_web/alipay_plus/isInstalledApp.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/isInstalledApp.js +0 -2
- package/lib/clients/mp_web/alipay_plus/makePhoneCall.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/makePhoneCall.js +0 -2
- package/lib/clients/mp_web/alipay_plus/multiLevelSelect.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/multiLevelSelect.js +0 -2
- package/lib/clients/mp_web/alipay_plus/navigateBackMiniProgram.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/navigateBackMiniProgram.js +0 -2
- package/lib/clients/mp_web/alipay_plus/navigateToBizScene.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/navigateToBizScene.js +0 -2
- package/lib/clients/mp_web/alipay_plus/navigateToMiniProgram.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/navigateToMiniProgram.js +0 -2
- package/lib/clients/mp_web/alipay_plus/notifyBLECharacteristicValueChange.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/notifyBLECharacteristicValueChange.js +0 -2
- package/lib/clients/mp_web/alipay_plus/offAccelerometerChange.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/offAccelerometerChange.js +0 -2
- package/lib/clients/mp_web/alipay_plus/offBLECharacteristicValueChange.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/offBLECharacteristicValueChange.js +0 -2
- package/lib/clients/mp_web/alipay_plus/offBLEConnectionStateChanged.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/offBLEConnectionStateChanged.js +0 -2
- package/lib/clients/mp_web/alipay_plus/offBluetoothAdapterStateChange.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/offBluetoothAdapterStateChange.js +0 -2
- package/lib/clients/mp_web/alipay_plus/offBluetoothDeviceFound.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/offBluetoothDeviceFound.js +0 -2
- package/lib/clients/mp_web/alipay_plus/offCompassChange.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/offCompassChange.js +0 -2
- package/lib/clients/mp_web/alipay_plus/offMemoryWarning.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/offMemoryWarning.js +0 -2
- package/lib/clients/mp_web/alipay_plus/offSocketClose.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/offSocketClose.js +0 -2
- package/lib/clients/mp_web/alipay_plus/offSocketError.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/offSocketError.js +0 -2
- package/lib/clients/mp_web/alipay_plus/offSocketMessage.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/offSocketMessage.js +0 -2
- package/lib/clients/mp_web/alipay_plus/offSocketOpen.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/offSocketOpen.js +0 -2
- package/lib/clients/mp_web/alipay_plus/offUserCaptureScreen.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/offUserCaptureScreen.js +0 -2
- package/lib/clients/mp_web/alipay_plus/onAccelerometerChange.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/onAccelerometerChange.js +0 -2
- package/lib/clients/mp_web/alipay_plus/onBLECharacteristicValueChange.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/onBLECharacteristicValueChange.js +0 -2
- package/lib/clients/mp_web/alipay_plus/onBLEConnectionStateChanged.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/onBLEConnectionStateChanged.js +0 -2
- package/lib/clients/mp_web/alipay_plus/onBluetoothAdapterStateChange.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/onBluetoothAdapterStateChange.js +0 -2
- package/lib/clients/mp_web/alipay_plus/onBluetoothDeviceFound.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/onBluetoothDeviceFound.js +0 -2
- package/lib/clients/mp_web/alipay_plus/onCompassChange.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/onCompassChange.js +0 -2
- package/lib/clients/mp_web/alipay_plus/onMemoryWarning.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/onMemoryWarning.js +0 -2
- package/lib/clients/mp_web/alipay_plus/onSocketClose.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/onSocketClose.js +0 -2
- package/lib/clients/mp_web/alipay_plus/onSocketError.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/onSocketError.js +0 -2
- package/lib/clients/mp_web/alipay_plus/onSocketMessage.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/onSocketMessage.js +0 -2
- package/lib/clients/mp_web/alipay_plus/onSocketOpen.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/onSocketOpen.js +0 -2
- package/lib/clients/mp_web/alipay_plus/onUserCaptureScreen.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/onUserCaptureScreen.js +0 -2
- package/lib/clients/mp_web/alipay_plus/openBluetoothAdapter.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/openBluetoothAdapter.js +0 -2
- package/lib/clients/mp_web/alipay_plus/openDocument.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/openDocument.js +0 -2
- package/lib/clients/mp_web/alipay_plus/openSchemeWithBacking.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/openSchemeWithBacking.js +0 -2
- package/lib/clients/mp_web/alipay_plus/openSetting.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/openSetting.js +0 -2
- package/lib/clients/mp_web/alipay_plus/paySignCenter.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/paySignCenter.js +0 -2
- package/lib/clients/mp_web/alipay_plus/previewImage.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/previewImage.js +0 -2
- package/lib/clients/mp_web/alipay_plus/prompt.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/prompt.js +0 -2
- package/lib/clients/mp_web/alipay_plus/readBLECharacteristicValue.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/readBLECharacteristicValue.js +0 -2
- package/lib/clients/mp_web/alipay_plus/regionFetchAllApps.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/regionFetchAllApps.js +0 -2
- package/lib/clients/mp_web/alipay_plus/regionSearchAppsByKeywords.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/regionSearchAppsByKeywords.js +0 -2
- package/lib/clients/mp_web/alipay_plus/removeSavedFile.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/removeSavedFile.js +0 -2
- package/lib/clients/mp_web/alipay_plus/removeStorage.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/removeStorage.js +0 -2
- package/lib/clients/mp_web/alipay_plus/request.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/request.js +0 -2
- package/lib/clients/mp_web/alipay_plus/rpc.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/rpc.js +0 -2
- package/lib/clients/mp_web/alipay_plus/saveFile.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/saveFile.js +0 -2
- package/lib/clients/mp_web/alipay_plus/saveImage.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/saveImage.js +0 -2
- package/lib/clients/mp_web/alipay_plus/scan.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/scan.js +0 -2
- package/lib/clients/mp_web/alipay_plus/sendSocketMessage.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/sendSocketMessage.js +0 -2
- package/lib/clients/mp_web/alipay_plus/setBackgroundColor.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/setBackgroundColor.js +0 -2
- package/lib/clients/mp_web/alipay_plus/setClipboard.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/setClipboard.js +0 -2
- package/lib/clients/mp_web/alipay_plus/setKeepScreenOn.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/setKeepScreenOn.js +0 -2
- package/lib/clients/mp_web/alipay_plus/setNavigationBar.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/setNavigationBar.js +0 -2
- package/lib/clients/mp_web/alipay_plus/setOptionMenu.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/setOptionMenu.js +0 -2
- package/lib/clients/mp_web/alipay_plus/setScreenBrightness.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/setScreenBrightness.js +0 -2
- package/lib/clients/mp_web/alipay_plus/setStorage.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/setStorage.js +0 -2
- package/lib/clients/mp_web/alipay_plus/setTabBarStyle.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/setTabBarStyle.js +0 -2
- package/lib/clients/mp_web/alipay_plus/showActionSheet.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/showActionSheet.js +0 -2
- package/lib/clients/mp_web/alipay_plus/showAuthGuide.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/showAuthGuide.js +0 -2
- package/lib/clients/mp_web/alipay_plus/showLoading.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/showLoading.js +0 -2
- package/lib/clients/mp_web/alipay_plus/showNavigationBarLoading.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/showNavigationBarLoading.js +0 -2
- package/lib/clients/mp_web/alipay_plus/showToast.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/showToast.js +0 -2
- package/lib/clients/mp_web/alipay_plus/signContract.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/signContract.js +0 -2
- package/lib/clients/mp_web/alipay_plus/startApp.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/startApp.js +0 -2
- package/lib/clients/mp_web/alipay_plus/startBizService.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/startBizService.js +0 -2
- package/lib/clients/mp_web/alipay_plus/startBluetoothDevicesDiscovery.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/startBluetoothDevicesDiscovery.js +0 -2
- package/lib/clients/mp_web/alipay_plus/stopBluetoothDevicesDiscovery.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/stopBluetoothDevicesDiscovery.js +0 -2
- package/lib/clients/mp_web/alipay_plus/thirdPartyAuthForAc.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/thirdPartyAuthForAc.js +0 -2
- package/lib/clients/mp_web/alipay_plus/tradePay.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/tradePay.js +0 -2
- package/lib/clients/mp_web/alipay_plus/uploadApdidToken.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/uploadApdidToken.js +0 -2
- package/lib/clients/mp_web/alipay_plus/uploadFile.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/uploadFile.js +0 -2
- package/lib/clients/mp_web/alipay_plus/vibrate.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/vibrate.js +0 -2
- package/lib/clients/mp_web/alipay_plus/watchShake.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/watchShake.js +0 -2
- package/lib/clients/mp_web/alipay_plus/writeBLECharacteristicValue.d.ts +0 -2
- package/lib/clients/mp_web/alipay_plus/writeBLECharacteristicValue.js +0 -2
- package/lib/clients/web/ae/custom.d.ts +0 -2
- package/lib/clients/web/ae/custom.js +0 -1
- package/lib/clients/web/ae/generated.d.ts +0 -2
- package/lib/clients/web/ae/generated.js +0 -1
- package/lib/clients/web/ae/index.d.ts +0 -1
- package/lib/clients/web/ae/index.js +0 -1
- package/lib/clients/web/alipay/closeBluetoothAdapter.d.ts +0 -2
- package/lib/clients/web/alipay/closeBluetoothAdapter.js +0 -2
- package/lib/clients/web/alipay/closeSocket.d.ts +0 -2
- package/lib/clients/web/alipay/closeSocket.js +0 -2
- package/lib/clients/web/alipay/connectBLEDevice.d.ts +0 -2
- package/lib/clients/web/alipay/connectBLEDevice.js +0 -2
- package/lib/clients/web/alipay/connectSocket.d.ts +0 -2
- package/lib/clients/web/alipay/connectSocket.js +0 -2
- package/lib/clients/web/alipay/custom.d.ts +0 -38
- package/lib/clients/web/alipay/custom.js +0 -72
- package/lib/clients/web/alipay/disconnectBLEDevice.d.ts +0 -2
- package/lib/clients/web/alipay/disconnectBLEDevice.js +0 -2
- package/lib/clients/web/alipay/generated.d.ts +0 -60
- package/lib/clients/web/alipay/generated.js +0 -60
- package/lib/clients/web/alipay/getBLEDeviceCharacteristics.d.ts +0 -2
- package/lib/clients/web/alipay/getBLEDeviceCharacteristics.js +0 -2
- package/lib/clients/web/alipay/getBLEDeviceServices.d.ts +0 -2
- package/lib/clients/web/alipay/getBLEDeviceServices.js +0 -2
- package/lib/clients/web/alipay/getBluetoothAdapterState.d.ts +0 -2
- package/lib/clients/web/alipay/getBluetoothAdapterState.js +0 -2
- package/lib/clients/web/alipay/getBluetoothDevices.d.ts +0 -2
- package/lib/clients/web/alipay/getBluetoothDevices.js +0 -2
- package/lib/clients/web/alipay/getConnectedBluetoothDevices.d.ts +0 -2
- package/lib/clients/web/alipay/getConnectedBluetoothDevices.js +0 -2
- package/lib/clients/web/alipay/getSystemInfoSync.d.ts +0 -2
- package/lib/clients/web/alipay/getSystemInfoSync.js +0 -2
- package/lib/clients/web/alipay/notifyBLECharacteristicValueChange.d.ts +0 -2
- package/lib/clients/web/alipay/notifyBLECharacteristicValueChange.js +0 -2
- package/lib/clients/web/alipay/offBLECharacteristicValueChange.d.ts +0 -2
- package/lib/clients/web/alipay/offBLECharacteristicValueChange.js +0 -2
- package/lib/clients/web/alipay/offBLEConnectionStateChanged.d.ts +0 -2
- package/lib/clients/web/alipay/offBLEConnectionStateChanged.js +0 -2
- package/lib/clients/web/alipay/offBluetoothAdapterStateChange.d.ts +0 -2
- package/lib/clients/web/alipay/offBluetoothAdapterStateChange.js +0 -2
- package/lib/clients/web/alipay/offBluetoothDeviceFound.d.ts +0 -2
- package/lib/clients/web/alipay/offBluetoothDeviceFound.js +0 -2
- package/lib/clients/web/alipay/offSocketClose.d.ts +0 -2
- package/lib/clients/web/alipay/offSocketClose.js +0 -2
- package/lib/clients/web/alipay/offSocketError.d.ts +0 -2
- package/lib/clients/web/alipay/offSocketError.js +0 -2
- package/lib/clients/web/alipay/offSocketMessage.d.ts +0 -2
- package/lib/clients/web/alipay/offSocketMessage.js +0 -2
- package/lib/clients/web/alipay/offSocketOpen.d.ts +0 -2
- package/lib/clients/web/alipay/offSocketOpen.js +0 -2
- package/lib/clients/web/alipay/onBLECharacteristicValueChange.d.ts +0 -2
- package/lib/clients/web/alipay/onBLECharacteristicValueChange.js +0 -2
- package/lib/clients/web/alipay/onBLEConnectionStateChanged.d.ts +0 -2
- package/lib/clients/web/alipay/onBLEConnectionStateChanged.js +0 -2
- package/lib/clients/web/alipay/onBluetoothAdapterStateChange.d.ts +0 -2
- package/lib/clients/web/alipay/onBluetoothAdapterStateChange.js +0 -2
- package/lib/clients/web/alipay/onBluetoothDeviceFound.d.ts +0 -2
- package/lib/clients/web/alipay/onBluetoothDeviceFound.js +0 -2
- package/lib/clients/web/alipay/onSocketClose.d.ts +0 -2
- package/lib/clients/web/alipay/onSocketClose.js +0 -2
- package/lib/clients/web/alipay/onSocketError.d.ts +0 -2
- package/lib/clients/web/alipay/onSocketError.js +0 -2
- package/lib/clients/web/alipay/onSocketMessage.d.ts +0 -2
- package/lib/clients/web/alipay/onSocketMessage.js +0 -2
- package/lib/clients/web/alipay/onSocketOpen.d.ts +0 -2
- package/lib/clients/web/alipay/onSocketOpen.js +0 -2
- package/lib/clients/web/alipay/openBluetoothAdapter.d.ts +0 -2
- package/lib/clients/web/alipay/openBluetoothAdapter.js +0 -2
- package/lib/clients/web/alipay/readBLECharacteristicValue.d.ts +0 -2
- package/lib/clients/web/alipay/readBLECharacteristicValue.js +0 -2
- package/lib/clients/web/alipay/sendSocketMessage.d.ts +0 -2
- package/lib/clients/web/alipay/sendSocketMessage.js +0 -2
- package/lib/clients/web/alipay/setBackgroundColor.d.ts +0 -2
- package/lib/clients/web/alipay/setBackgroundColor.js +0 -2
- package/lib/clients/web/alipay/startBluetoothDevicesDiscovery.d.ts +0 -2
- package/lib/clients/web/alipay/startBluetoothDevicesDiscovery.js +0 -2
- package/lib/clients/web/alipay/stopBluetoothDevicesDiscovery.d.ts +0 -2
- package/lib/clients/web/alipay/stopBluetoothDevicesDiscovery.js +0 -2
- package/lib/clients/web/alipay/watchShake.d.ts +0 -2
- package/lib/clients/web/alipay/watchShake.js +0 -2
- package/lib/clients/web/alipay/writeBLECharacteristicValue.d.ts +0 -2
- package/lib/clients/web/alipay/writeBLECharacteristicValue.js +0 -2
- package/lib/clients/web/alipay_hk/custom.d.ts +0 -2
- package/lib/clients/web/alipay_hk/custom.js +0 -1
- package/lib/clients/web/alipay_hk/generated.d.ts +0 -2
- package/lib/clients/web/alipay_hk/generated.js +0 -1
- package/lib/clients/web/alipay_hk/index.d.ts +0 -1
- package/lib/clients/web/alipay_hk/index.js +0 -1
- package/lib/clients/web/alipay_mo/custom.d.ts +0 -2
- package/lib/clients/web/alipay_mo/custom.js +0 -1
- package/lib/clients/web/alipay_mo/generated.d.ts +0 -2
- package/lib/clients/web/alipay_mo/generated.js +0 -1
- package/lib/clients/web/alipay_mo/index.d.ts +0 -1
- package/lib/clients/web/alipay_mo/index.js +0 -1
- package/lib/clients/web/alipay_plus/APRegionRPC.d.ts +0 -2
- package/lib/clients/web/alipay_plus/APRegionRPC.js +0 -2
- package/lib/clients/web/alipay_plus/addFatigueAction.d.ts +0 -2
- package/lib/clients/web/alipay_plus/addFatigueAction.js +0 -2
- package/lib/clients/web/alipay_plus/addPhoneContact.d.ts +0 -2
- package/lib/clients/web/alipay_plus/addPhoneContact.js +0 -2
- package/lib/clients/web/alipay_plus/apDisableJSAPI.d.ts +0 -2
- package/lib/clients/web/alipay_plus/apDisableJSAPI.js +0 -2
- package/lib/clients/web/alipay_plus/appxrpc.d.ts +0 -2
- package/lib/clients/web/alipay_plus/appxrpc.js +0 -2
- package/lib/clients/web/alipay_plus/batchQueryCdpSpaceInfo.d.ts +0 -2
- package/lib/clients/web/alipay_plus/batchQueryCdpSpaceInfo.js +0 -2
- package/lib/clients/web/alipay_plus/chooseImage.js +0 -16
- package/lib/clients/web/alipay_plus/closeBluetoothAdapter.d.ts +0 -2
- package/lib/clients/web/alipay_plus/closeBluetoothAdapter.js +0 -2
- package/lib/clients/web/alipay_plus/closeSocket.d.ts +0 -2
- package/lib/clients/web/alipay_plus/closeSocket.js +0 -2
- package/lib/clients/web/alipay_plus/connectBLEDevice.d.ts +0 -2
- package/lib/clients/web/alipay_plus/connectBLEDevice.js +0 -2
- package/lib/clients/web/alipay_plus/connectSocket.d.ts +0 -2
- package/lib/clients/web/alipay_plus/connectSocket.js +0 -2
- package/lib/clients/web/alipay_plus/crossPay.d.ts +0 -2
- package/lib/clients/web/alipay_plus/crossPay.js +0 -2
- package/lib/clients/web/alipay_plus/custom.d.ts +0 -38
- package/lib/clients/web/alipay_plus/custom.js +0 -72
- package/lib/clients/web/alipay_plus/disconnectBLEDevice.d.ts +0 -2
- package/lib/clients/web/alipay_plus/disconnectBLEDevice.js +0 -2
- package/lib/clients/web/alipay_plus/exitApp.d.ts +0 -2
- package/lib/clients/web/alipay_plus/exitApp.js +0 -2
- package/lib/clients/web/alipay_plus/generated.d.ts +0 -81
- package/lib/clients/web/alipay_plus/generated.js +0 -98
- package/lib/clients/web/alipay_plus/getAppToken.d.ts +0 -2
- package/lib/clients/web/alipay_plus/getAppToken.js +0 -2
- package/lib/clients/web/alipay_plus/getBLEDeviceCharacteristics.d.ts +0 -2
- package/lib/clients/web/alipay_plus/getBLEDeviceCharacteristics.js +0 -2
- package/lib/clients/web/alipay_plus/getBLEDeviceServices.d.ts +0 -2
- package/lib/clients/web/alipay_plus/getBLEDeviceServices.js +0 -2
- package/lib/clients/web/alipay_plus/getBatteryInfo.d.ts +0 -2
- package/lib/clients/web/alipay_plus/getBatteryInfo.js +0 -2
- package/lib/clients/web/alipay_plus/getBluetoothAdapterState.d.ts +0 -2
- package/lib/clients/web/alipay_plus/getBluetoothAdapterState.js +0 -2
- package/lib/clients/web/alipay_plus/getBluetoothDevices.d.ts +0 -2
- package/lib/clients/web/alipay_plus/getBluetoothDevices.js +0 -2
- package/lib/clients/web/alipay_plus/getClipboard.d.ts +0 -2
- package/lib/clients/web/alipay_plus/getClipboard.js +0 -2
- package/lib/clients/web/alipay_plus/getComponentAuth.d.ts +0 -2
- package/lib/clients/web/alipay_plus/getComponentAuth.js +0 -2
- package/lib/clients/web/alipay_plus/getConnectedBluetoothDevices.d.ts +0 -2
- package/lib/clients/web/alipay_plus/getConnectedBluetoothDevices.js +0 -2
- package/lib/clients/web/alipay_plus/getFileInfo.d.ts +0 -2
- package/lib/clients/web/alipay_plus/getFileInfo.js +0 -2
- package/lib/clients/web/alipay_plus/getImageInfo.d.ts +0 -2
- package/lib/clients/web/alipay_plus/getImageInfo.js +0 -2
- package/lib/clients/web/alipay_plus/getOpenUserInfo.d.ts +0 -3
- package/lib/clients/web/alipay_plus/getOpenUserInfo.js +0 -21
- package/lib/clients/web/alipay_plus/getPaymentCode.d.ts +0 -2
- package/lib/clients/web/alipay_plus/getPaymentCode.js +0 -2
- package/lib/clients/web/alipay_plus/getSavedFileInfo.d.ts +0 -2
- package/lib/clients/web/alipay_plus/getSavedFileInfo.js +0 -2
- package/lib/clients/web/alipay_plus/getSavedFileList.d.ts +0 -2
- package/lib/clients/web/alipay_plus/getSavedFileList.js +0 -2
- package/lib/clients/web/alipay_plus/getScreenBrightness.d.ts +0 -2
- package/lib/clients/web/alipay_plus/getScreenBrightness.js +0 -2
- package/lib/clients/web/alipay_plus/getServerTime.d.ts +0 -2
- package/lib/clients/web/alipay_plus/getServerTime.js +0 -2
- package/lib/clients/web/alipay_plus/getSetting.d.ts +0 -2
- package/lib/clients/web/alipay_plus/getSetting.js +0 -2
- package/lib/clients/web/alipay_plus/getSiteInfo.d.ts +0 -2
- package/lib/clients/web/alipay_plus/getSiteInfo.js +0 -2
- package/lib/clients/web/alipay_plus/getSystemInfo.d.ts +0 -2
- package/lib/clients/web/alipay_plus/getSystemInfo.js +0 -2
- package/lib/clients/web/alipay_plus/hideBackHome.d.ts +0 -2
- package/lib/clients/web/alipay_plus/hideBackHome.js +0 -2
- package/lib/clients/web/alipay_plus/hideKeyboard.d.ts +0 -2
- package/lib/clients/web/alipay_plus/hideKeyboard.js +0 -2
- package/lib/clients/web/alipay_plus/hideLoading.d.ts +0 -2
- package/lib/clients/web/alipay_plus/hideLoading.js +0 -2
- package/lib/clients/web/alipay_plus/hideTabBar.d.ts +0 -2
- package/lib/clients/web/alipay_plus/hideTabBar.js +0 -2
- package/lib/clients/web/alipay_plus/hideToast.d.ts +0 -2
- package/lib/clients/web/alipay_plus/hideToast.js +0 -2
- package/lib/clients/web/alipay_plus/index.d.ts +0 -116
- package/lib/clients/web/alipay_plus/index.js +0 -13
- package/lib/clients/web/alipay_plus/inquireQuote.d.ts +0 -2
- package/lib/clients/web/alipay_plus/inquireQuote.js +0 -2
- package/lib/clients/web/alipay_plus/isInstalledApp.d.ts +0 -2
- package/lib/clients/web/alipay_plus/isInstalledApp.js +0 -2
- package/lib/clients/web/alipay_plus/makePhoneCall.d.ts +0 -2
- package/lib/clients/web/alipay_plus/makePhoneCall.js +0 -2
- package/lib/clients/web/alipay_plus/navigateBackMiniProgram.d.ts +0 -2
- package/lib/clients/web/alipay_plus/navigateBackMiniProgram.js +0 -2
- package/lib/clients/web/alipay_plus/navigateToBizScene.d.ts +0 -2
- package/lib/clients/web/alipay_plus/navigateToBizScene.js +0 -2
- package/lib/clients/web/alipay_plus/navigateToMiniProgram.d.ts +0 -2
- package/lib/clients/web/alipay_plus/navigateToMiniProgram.js +0 -2
- package/lib/clients/web/alipay_plus/notifyBLECharacteristicValueChange.d.ts +0 -2
- package/lib/clients/web/alipay_plus/notifyBLECharacteristicValueChange.js +0 -2
- package/lib/clients/web/alipay_plus/offBLECharacteristicValueChange.d.ts +0 -2
- package/lib/clients/web/alipay_plus/offBLECharacteristicValueChange.js +0 -2
- package/lib/clients/web/alipay_plus/offBLEConnectionStateChanged.d.ts +0 -2
- package/lib/clients/web/alipay_plus/offBLEConnectionStateChanged.js +0 -2
- package/lib/clients/web/alipay_plus/offBluetoothAdapterStateChange.d.ts +0 -2
- package/lib/clients/web/alipay_plus/offBluetoothAdapterStateChange.js +0 -2
- package/lib/clients/web/alipay_plus/offBluetoothDeviceFound.d.ts +0 -2
- package/lib/clients/web/alipay_plus/offBluetoothDeviceFound.js +0 -2
- package/lib/clients/web/alipay_plus/offMemoryWarning.d.ts +0 -2
- package/lib/clients/web/alipay_plus/offMemoryWarning.js +0 -2
- package/lib/clients/web/alipay_plus/offSocketClose.d.ts +0 -2
- package/lib/clients/web/alipay_plus/offSocketClose.js +0 -2
- package/lib/clients/web/alipay_plus/offSocketError.d.ts +0 -2
- package/lib/clients/web/alipay_plus/offSocketError.js +0 -2
- package/lib/clients/web/alipay_plus/offSocketMessage.d.ts +0 -2
- package/lib/clients/web/alipay_plus/offSocketMessage.js +0 -2
- package/lib/clients/web/alipay_plus/offSocketOpen.d.ts +0 -2
- package/lib/clients/web/alipay_plus/offSocketOpen.js +0 -2
- package/lib/clients/web/alipay_plus/onBLECharacteristicValueChange.d.ts +0 -2
- package/lib/clients/web/alipay_plus/onBLECharacteristicValueChange.js +0 -2
- package/lib/clients/web/alipay_plus/onBLEConnectionStateChanged.d.ts +0 -2
- package/lib/clients/web/alipay_plus/onBLEConnectionStateChanged.js +0 -2
- package/lib/clients/web/alipay_plus/onBluetoothAdapterStateChange.d.ts +0 -2
- package/lib/clients/web/alipay_plus/onBluetoothAdapterStateChange.js +0 -2
- package/lib/clients/web/alipay_plus/onBluetoothDeviceFound.d.ts +0 -2
- package/lib/clients/web/alipay_plus/onBluetoothDeviceFound.js +0 -2
- package/lib/clients/web/alipay_plus/onMemoryWarning.d.ts +0 -2
- package/lib/clients/web/alipay_plus/onMemoryWarning.js +0 -2
- package/lib/clients/web/alipay_plus/onSocketClose.d.ts +0 -2
- package/lib/clients/web/alipay_plus/onSocketClose.js +0 -2
- package/lib/clients/web/alipay_plus/onSocketError.d.ts +0 -2
- package/lib/clients/web/alipay_plus/onSocketError.js +0 -2
- package/lib/clients/web/alipay_plus/onSocketMessage.d.ts +0 -2
- package/lib/clients/web/alipay_plus/onSocketMessage.js +0 -2
- package/lib/clients/web/alipay_plus/onSocketOpen.d.ts +0 -2
- package/lib/clients/web/alipay_plus/onSocketOpen.js +0 -2
- package/lib/clients/web/alipay_plus/openBluetoothAdapter.d.ts +0 -2
- package/lib/clients/web/alipay_plus/openBluetoothAdapter.js +0 -2
- package/lib/clients/web/alipay_plus/openDocument.d.ts +0 -2
- package/lib/clients/web/alipay_plus/openDocument.js +0 -2
- package/lib/clients/web/alipay_plus/openSchemeWithBacking.d.ts +0 -2
- package/lib/clients/web/alipay_plus/openSchemeWithBacking.js +0 -2
- package/lib/clients/web/alipay_plus/openSetting.d.ts +0 -2
- package/lib/clients/web/alipay_plus/openSetting.js +0 -2
- package/lib/clients/web/alipay_plus/paySignCenter.d.ts +0 -2
- package/lib/clients/web/alipay_plus/paySignCenter.js +0 -21
- package/lib/clients/web/alipay_plus/prompt.d.ts +0 -2
- package/lib/clients/web/alipay_plus/prompt.js +0 -2
- package/lib/clients/web/alipay_plus/readBLECharacteristicValue.d.ts +0 -2
- package/lib/clients/web/alipay_plus/readBLECharacteristicValue.js +0 -2
- package/lib/clients/web/alipay_plus/regionFetchAllApps.d.ts +0 -2
- package/lib/clients/web/alipay_plus/regionFetchAllApps.js +0 -2
- package/lib/clients/web/alipay_plus/regionSearchAppsByKeywords.d.ts +0 -2
- package/lib/clients/web/alipay_plus/regionSearchAppsByKeywords.js +0 -2
- package/lib/clients/web/alipay_plus/removeSavedFile.d.ts +0 -2
- package/lib/clients/web/alipay_plus/removeSavedFile.js +0 -2
- package/lib/clients/web/alipay_plus/rpc.d.ts +0 -2
- package/lib/clients/web/alipay_plus/rpc.js +0 -2
- package/lib/clients/web/alipay_plus/saveFile.d.ts +0 -2
- package/lib/clients/web/alipay_plus/saveFile.js +0 -2
- package/lib/clients/web/alipay_plus/scan.d.ts +0 -2
- package/lib/clients/web/alipay_plus/scan.js +0 -2
- package/lib/clients/web/alipay_plus/sendSocketMessage.d.ts +0 -2
- package/lib/clients/web/alipay_plus/sendSocketMessage.js +0 -2
- package/lib/clients/web/alipay_plus/setBackgroundColor.d.ts +0 -2
- package/lib/clients/web/alipay_plus/setBackgroundColor.js +0 -2
- package/lib/clients/web/alipay_plus/setClipboard.d.ts +0 -2
- package/lib/clients/web/alipay_plus/setClipboard.js +0 -2
- package/lib/clients/web/alipay_plus/setOptionMenu.d.ts +0 -2
- package/lib/clients/web/alipay_plus/setOptionMenu.js +0 -2
- package/lib/clients/web/alipay_plus/setScreenBrightness.d.ts +0 -2
- package/lib/clients/web/alipay_plus/setScreenBrightness.js +0 -2
- package/lib/clients/web/alipay_plus/showLoading.d.ts +0 -2
- package/lib/clients/web/alipay_plus/showLoading.js +0 -2
- package/lib/clients/web/alipay_plus/signContract.d.ts +0 -2
- package/lib/clients/web/alipay_plus/signContract.js +0 -2
- package/lib/clients/web/alipay_plus/startApp.d.ts +0 -2
- package/lib/clients/web/alipay_plus/startApp.js +0 -2
- package/lib/clients/web/alipay_plus/startBizService.d.ts +0 -2
- package/lib/clients/web/alipay_plus/startBizService.js +0 -2
- package/lib/clients/web/alipay_plus/startBluetoothDevicesDiscovery.d.ts +0 -2
- package/lib/clients/web/alipay_plus/startBluetoothDevicesDiscovery.js +0 -2
- package/lib/clients/web/alipay_plus/stopBluetoothDevicesDiscovery.d.ts +0 -2
- package/lib/clients/web/alipay_plus/stopBluetoothDevicesDiscovery.js +0 -2
- package/lib/clients/web/alipay_plus/thirdPartyAuthForAc.d.ts +0 -2
- package/lib/clients/web/alipay_plus/thirdPartyAuthForAc.js +0 -2
- package/lib/clients/web/alipay_plus/tradePay.d.ts +0 -2
- package/lib/clients/web/alipay_plus/tradePay.js +0 -2
- package/lib/clients/web/alipay_plus/uploadApdidToken.d.ts +0 -2
- package/lib/clients/web/alipay_plus/uploadApdidToken.js +0 -2
- package/lib/clients/web/alipay_plus/vibrate.d.ts +0 -2
- package/lib/clients/web/alipay_plus/vibrate.js +0 -2
- package/lib/clients/web/alipay_plus/watchShake.d.ts +0 -2
- package/lib/clients/web/alipay_plus/watchShake.js +0 -2
- package/lib/clients/web/alipay_plus/writeBLECharacteristicValue.d.ts +0 -2
- package/lib/clients/web/alipay_plus/writeBLECharacteristicValue.js +0 -2
- package/lib/clients/web/alipay_vn/custom.d.ts +0 -2
- package/lib/clients/web/alipay_vn/custom.js +0 -1
- package/lib/clients/web/alipay_vn/generated.d.ts +0 -2
- package/lib/clients/web/alipay_vn/generated.js +0 -1
- package/lib/clients/web/alipay_vn/index.d.ts +0 -1
- package/lib/clients/web/alipay_vn/index.js +0 -1
- package/lib/clients/web/daraz/custom.d.ts +0 -2
- package/lib/clients/web/daraz/custom.js +0 -1
- package/lib/clients/web/daraz/generated.d.ts +0 -2
- package/lib/clients/web/daraz/generated.js +0 -1
- package/lib/clients/web/daraz/index.d.ts +0 -1
- package/lib/clients/web/daraz/index.js +0 -1
- package/lib/clients/web/h5/custom.d.ts +0 -75
- package/lib/clients/web/h5/custom.js +0 -74
- package/lib/clients/web/h5/generated.d.ts +0 -2
- package/lib/clients/web/h5/generated.js +0 -1
- package/lib/clients/web/h5/getServerTime.d.ts +0 -4
- package/lib/clients/web/h5/getServerTime.js +0 -4
- package/lib/clients/web/kkp/custom.d.ts +0 -2
- package/lib/clients/web/kkp/custom.js +0 -1
- package/lib/clients/web/kkp/generated.d.ts +0 -2
- package/lib/clients/web/kkp/generated.js +0 -1
- package/lib/clients/web/kkp/index.d.ts +0 -1
- package/lib/clients/web/kkp/index.js +0 -1
- package/lib/clients/web/lazada/custom.d.ts +0 -2
- package/lib/clients/web/lazada/custom.js +0 -1
- package/lib/clients/web/lazada/generated.d.ts +0 -2
- package/lib/clients/web/lazada/generated.js +0 -1
- package/lib/clients/web/lazada/index.d.ts +0 -1
- package/lib/clients/web/lazada/index.js +0 -1
- package/lib/clients/web/taobao/custom.d.ts +0 -2
- package/lib/clients/web/taobao/custom.js +0 -1
- package/lib/clients/web/taobao/generated.d.ts +0 -2
- package/lib/clients/web/taobao/generated.js +0 -1
- package/lib/clients/web/taobao/index.d.ts +0 -1
- package/lib/clients/web/taobao/index.js +0 -1
- package/lib/clients/web/taobao_overseas/custom.d.ts +0 -2
- package/lib/clients/web/taobao_overseas/custom.js +0 -1
- package/lib/clients/web/taobao_overseas/generated.d.ts +0 -2
- package/lib/clients/web/taobao_overseas/generated.js +0 -1
- package/lib/clients/web/taobao_overseas/index.d.ts +0 -1
- package/lib/clients/web/taobao_overseas/index.js +0 -1
- package/lib/common/apis/custom/mp/crossPay.d.ts +0 -3
- package/lib/common/apis/custom/mp/crossPay.js +0 -5
- package/lib/common/apis/custom/mp/tradePay.d.ts +0 -3
- package/lib/common/apis/custom/mp/tradePay.js +0 -34
- package/lib/common/apis/custom/mp_web/getAppIdSync.d.ts +0 -4
- package/lib/common/apis/custom/mp_web/getAppIdSync.js +0 -6
- package/lib/common/apis/custom/mp_web/tradePay.d.ts +0 -3
- package/lib/common/apis/custom/mp_web/tradePay.js +0 -34
- package/lib/common/apis/custom/web/tradePay.d.ts +0 -3
- package/lib/common/apis/custom/web/tradePay.js +0 -34
- package/lib/common/apis/generated/APRegionRPC.d.ts +0 -2
- package/lib/common/apis/generated/APRegionRPC.js +0 -4
- package/lib/common/apis/generated/addFatigueAction.d.ts +0 -2
- package/lib/common/apis/generated/addFatigueAction.js +0 -4
- package/lib/common/apis/generated/addPhoneContact.d.ts +0 -2
- package/lib/common/apis/generated/addPhoneContact.js +0 -4
- package/lib/common/apis/generated/alert.d.ts +0 -2
- package/lib/common/apis/generated/alert.js +0 -4
- package/lib/common/apis/generated/apDisableJSAPI.d.ts +0 -2
- package/lib/common/apis/generated/apDisableJSAPI.js +0 -4
- package/lib/common/apis/generated/appxrpc.d.ts +0 -4
- package/lib/common/apis/generated/appxrpc.js +0 -4
- package/lib/common/apis/generated/batchQueryCdpSpaceInfo.d.ts +0 -2
- package/lib/common/apis/generated/batchQueryCdpSpaceInfo.js +0 -4
- package/lib/common/apis/generated/chooseImage.d.ts +0 -2
- package/lib/common/apis/generated/chooseImage.js +0 -4
- package/lib/common/apis/generated/choosePhoneContact.d.ts +0 -2
- package/lib/common/apis/generated/choosePhoneContact.js +0 -4
- package/lib/common/apis/generated/clearStorage.d.ts +0 -2
- package/lib/common/apis/generated/clearStorage.js +0 -4
- package/lib/common/apis/generated/clearStorageSync.d.ts +0 -2
- package/lib/common/apis/generated/clearStorageSync.js +0 -4
- package/lib/common/apis/generated/closeBluetoothAdapter.d.ts +0 -2
- package/lib/common/apis/generated/closeBluetoothAdapter.js +0 -4
- package/lib/common/apis/generated/closeSocket.d.ts +0 -2
- package/lib/common/apis/generated/closeSocket.js +0 -4
- package/lib/common/apis/generated/confirm.d.ts +0 -2
- package/lib/common/apis/generated/confirm.js +0 -4
- package/lib/common/apis/generated/connectBLEDevice.d.ts +0 -4
- package/lib/common/apis/generated/connectBLEDevice.js +0 -4
- package/lib/common/apis/generated/connectSocket.d.ts +0 -2
- package/lib/common/apis/generated/connectSocket.js +0 -4
- package/lib/common/apis/generated/createAnimation.d.ts +0 -2
- package/lib/common/apis/generated/createAnimation.js +0 -4
- package/lib/common/apis/generated/createSelectorQuery.d.ts +0 -2
- package/lib/common/apis/generated/createSelectorQuery.js +0 -4
- package/lib/common/apis/generated/createWebViewContext.d.ts +0 -2
- package/lib/common/apis/generated/createWebViewContext.js +0 -4
- package/lib/common/apis/generated/crossPay.d.ts +0 -2
- package/lib/common/apis/generated/crossPay.js +0 -4
- package/lib/common/apis/generated/datePicker.d.ts +0 -2
- package/lib/common/apis/generated/datePicker.js +0 -4
- package/lib/common/apis/generated/disconnectBLEDevice.d.ts +0 -4
- package/lib/common/apis/generated/disconnectBLEDevice.js +0 -4
- package/lib/common/apis/generated/downloadFile.d.ts +0 -2
- package/lib/common/apis/generated/downloadFile.js +0 -4
- package/lib/common/apis/generated/exitApp.d.ts +0 -2
- package/lib/common/apis/generated/exitApp.js +0 -4
- package/lib/common/apis/generated/getAppIdSync.d.ts +0 -4
- package/lib/common/apis/generated/getAppIdSync.js +0 -4
- package/lib/common/apis/generated/getAppToken.d.ts +0 -2
- package/lib/common/apis/generated/getAppToken.js +0 -4
- package/lib/common/apis/generated/getAuthCode.d.ts +0 -2
- package/lib/common/apis/generated/getAuthCode.js +0 -4
- package/lib/common/apis/generated/getBLEDeviceCharacteristics.d.ts +0 -17
- package/lib/common/apis/generated/getBLEDeviceCharacteristics.js +0 -4
- package/lib/common/apis/generated/getBLEDeviceServices.d.ts +0 -9
- package/lib/common/apis/generated/getBLEDeviceServices.js +0 -4
- package/lib/common/apis/generated/getBatteryInfo.d.ts +0 -5
- package/lib/common/apis/generated/getBatteryInfo.js +0 -4
- package/lib/common/apis/generated/getBluetoothAdapterState.d.ts +0 -5
- package/lib/common/apis/generated/getBluetoothAdapterState.js +0 -4
- package/lib/common/apis/generated/getBluetoothDevices.d.ts +0 -4
- package/lib/common/apis/generated/getBluetoothDevices.js +0 -4
- package/lib/common/apis/generated/getClipboard.d.ts +0 -2
- package/lib/common/apis/generated/getClipboard.js +0 -4
- package/lib/common/apis/generated/getComponentAuth.d.ts +0 -2
- package/lib/common/apis/generated/getComponentAuth.js +0 -4
- package/lib/common/apis/generated/getConnectedBluetoothDevices.d.ts +0 -4
- package/lib/common/apis/generated/getConnectedBluetoothDevices.js +0 -4
- package/lib/common/apis/generated/getFileInfo.d.ts +0 -2
- package/lib/common/apis/generated/getFileInfo.js +0 -4
- package/lib/common/apis/generated/getImageInfo.d.ts +0 -2
- package/lib/common/apis/generated/getImageInfo.js +0 -4
- package/lib/common/apis/generated/getLocation.d.ts +0 -2
- package/lib/common/apis/generated/getLocation.js +0 -4
- package/lib/common/apis/generated/getNetworkType.d.ts +0 -2
- package/lib/common/apis/generated/getNetworkType.js +0 -4
- package/lib/common/apis/generated/getOpenUserInfo.d.ts +0 -2
- package/lib/common/apis/generated/getOpenUserInfo.js +0 -4
- package/lib/common/apis/generated/getPaymentCode.d.ts +0 -2
- package/lib/common/apis/generated/getPaymentCode.js +0 -4
- package/lib/common/apis/generated/getPhoneNumber.d.ts +0 -2
- package/lib/common/apis/generated/getPhoneNumber.js +0 -4
- package/lib/common/apis/generated/getSavedFileInfo.d.ts +0 -2
- package/lib/common/apis/generated/getSavedFileInfo.js +0 -4
- package/lib/common/apis/generated/getSavedFileList.d.ts +0 -2
- package/lib/common/apis/generated/getSavedFileList.js +0 -4
- package/lib/common/apis/generated/getScreenBrightness.d.ts +0 -4
- package/lib/common/apis/generated/getScreenBrightness.js +0 -4
- package/lib/common/apis/generated/getServerTime.d.ts +0 -4
- package/lib/common/apis/generated/getServerTime.js +0 -4
- package/lib/common/apis/generated/getSetting.d.ts +0 -10
- package/lib/common/apis/generated/getSetting.js +0 -4
- package/lib/common/apis/generated/getSiteInfo.d.ts +0 -2
- package/lib/common/apis/generated/getSiteInfo.js +0 -4
- package/lib/common/apis/generated/getStorage.d.ts +0 -2
- package/lib/common/apis/generated/getStorage.js +0 -4
- package/lib/common/apis/generated/getStorageInfo.d.ts +0 -2
- package/lib/common/apis/generated/getStorageInfo.js +0 -4
- package/lib/common/apis/generated/getStorageInfoSync.d.ts +0 -2
- package/lib/common/apis/generated/getStorageInfoSync.js +0 -4
- package/lib/common/apis/generated/getStorageSync.d.ts +0 -6
- package/lib/common/apis/generated/getStorageSync.js +0 -4
- package/lib/common/apis/generated/getSystemInfo.d.ts +0 -2
- package/lib/common/apis/generated/getSystemInfo.js +0 -4
- package/lib/common/apis/generated/getSystemInfoSync.js +0 -4
- package/lib/common/apis/generated/hideBackHome.d.ts +0 -2
- package/lib/common/apis/generated/hideBackHome.js +0 -4
- package/lib/common/apis/generated/hideKeyboard.d.ts +0 -2
- package/lib/common/apis/generated/hideKeyboard.js +0 -4
- package/lib/common/apis/generated/hideLoading.d.ts +0 -2
- package/lib/common/apis/generated/hideLoading.js +0 -4
- package/lib/common/apis/generated/hideNavigationBarLoading.d.ts +0 -2
- package/lib/common/apis/generated/hideNavigationBarLoading.js +0 -4
- package/lib/common/apis/generated/hideOptionButton.d.ts +0 -2
- package/lib/common/apis/generated/hideOptionButton.js +0 -4
- package/lib/common/apis/generated/hideTabBar.d.ts +0 -2
- package/lib/common/apis/generated/hideTabBar.js +0 -4
- package/lib/common/apis/generated/hideToast.d.ts +0 -2
- package/lib/common/apis/generated/hideToast.js +0 -4
- package/lib/common/apis/generated/inquireQuote.d.ts +0 -2
- package/lib/common/apis/generated/inquireQuote.js +0 -4
- package/lib/common/apis/generated/isInstalledApp.d.ts +0 -2
- package/lib/common/apis/generated/isInstalledApp.js +0 -4
- package/lib/common/apis/generated/makePhoneCall.d.ts +0 -4
- package/lib/common/apis/generated/makePhoneCall.js +0 -4
- package/lib/common/apis/generated/multiLevelSelect.d.ts +0 -2
- package/lib/common/apis/generated/multiLevelSelect.js +0 -4
- package/lib/common/apis/generated/navigateBack.d.ts +0 -2
- package/lib/common/apis/generated/navigateBack.js +0 -4
- package/lib/common/apis/generated/navigateBackMiniProgram.d.ts +0 -2
- package/lib/common/apis/generated/navigateBackMiniProgram.js +0 -4
- package/lib/common/apis/generated/navigateTo.d.ts +0 -2
- package/lib/common/apis/generated/navigateTo.js +0 -4
- package/lib/common/apis/generated/navigateToBizScene.d.ts +0 -2
- package/lib/common/apis/generated/navigateToBizScene.js +0 -4
- package/lib/common/apis/generated/navigateToMiniProgram.d.ts +0 -2
- package/lib/common/apis/generated/navigateToMiniProgram.js +0 -4
- package/lib/common/apis/generated/notifyBLECharacteristicValueChange.d.ts +0 -8
- package/lib/common/apis/generated/notifyBLECharacteristicValueChange.js +0 -4
- package/lib/common/apis/generated/offAccelerometerChange.d.ts +0 -2
- package/lib/common/apis/generated/offAccelerometerChange.js +0 -4
- package/lib/common/apis/generated/offBLECharacteristicValueChange.d.ts +0 -2
- package/lib/common/apis/generated/offBLECharacteristicValueChange.js +0 -4
- package/lib/common/apis/generated/offBLEConnectionStateChanged.d.ts +0 -2
- package/lib/common/apis/generated/offBLEConnectionStateChanged.js +0 -4
- package/lib/common/apis/generated/offBluetoothAdapterStateChange.d.ts +0 -2
- package/lib/common/apis/generated/offBluetoothAdapterStateChange.js +0 -4
- package/lib/common/apis/generated/offBluetoothDeviceFound.d.ts +0 -2
- package/lib/common/apis/generated/offBluetoothDeviceFound.js +0 -4
- package/lib/common/apis/generated/offCompassChange.js +0 -4
- package/lib/common/apis/generated/offMemoryWarning.js +0 -4
- package/lib/common/apis/generated/offSocketClose.d.ts +0 -2
- package/lib/common/apis/generated/offSocketClose.js +0 -4
- package/lib/common/apis/generated/offSocketError.d.ts +0 -2
- package/lib/common/apis/generated/offSocketError.js +0 -4
- package/lib/common/apis/generated/offSocketMessage.d.ts +0 -2
- package/lib/common/apis/generated/offSocketMessage.js +0 -4
- package/lib/common/apis/generated/offSocketOpen.d.ts +0 -2
- package/lib/common/apis/generated/offSocketOpen.js +0 -4
- package/lib/common/apis/generated/offUserCaptureScreen.d.ts +0 -2
- package/lib/common/apis/generated/offUserCaptureScreen.js +0 -4
- package/lib/common/apis/generated/onAccelerometerChange.js +0 -4
- package/lib/common/apis/generated/onBLECharacteristicValueChange.d.ts +0 -5
- package/lib/common/apis/generated/onBLECharacteristicValueChange.js +0 -4
- package/lib/common/apis/generated/onBLEConnectionStateChanged.d.ts +0 -5
- package/lib/common/apis/generated/onBLEConnectionStateChanged.js +0 -4
- package/lib/common/apis/generated/onBluetoothAdapterStateChange.d.ts +0 -5
- package/lib/common/apis/generated/onBluetoothAdapterStateChange.js +0 -4
- package/lib/common/apis/generated/onBluetoothDeviceFound.d.ts +0 -4
- package/lib/common/apis/generated/onBluetoothDeviceFound.js +0 -4
- package/lib/common/apis/generated/onCompassChange.d.ts +0 -4
- package/lib/common/apis/generated/onCompassChange.js +0 -4
- package/lib/common/apis/generated/onMemoryWarning.d.ts +0 -4
- package/lib/common/apis/generated/onMemoryWarning.js +0 -4
- package/lib/common/apis/generated/onMessage.js +0 -4
- package/lib/common/apis/generated/onSocketClose.d.ts +0 -2
- package/lib/common/apis/generated/onSocketClose.js +0 -4
- package/lib/common/apis/generated/onSocketError.d.ts +0 -2
- package/lib/common/apis/generated/onSocketError.js +0 -4
- package/lib/common/apis/generated/onSocketMessage.d.ts +0 -5
- package/lib/common/apis/generated/onSocketMessage.js +0 -4
- package/lib/common/apis/generated/onSocketOpen.d.ts +0 -2
- package/lib/common/apis/generated/onSocketOpen.js +0 -4
- package/lib/common/apis/generated/onUserCaptureScreen.d.ts +0 -2
- package/lib/common/apis/generated/onUserCaptureScreen.js +0 -4
- package/lib/common/apis/generated/openBluetoothAdapter.d.ts +0 -2
- package/lib/common/apis/generated/openBluetoothAdapter.js +0 -4
- package/lib/common/apis/generated/openDocument.d.ts +0 -5
- package/lib/common/apis/generated/openDocument.js +0 -4
- package/lib/common/apis/generated/openSchemeWithBacking.d.ts +0 -2
- package/lib/common/apis/generated/openSchemeWithBacking.js +0 -4
- package/lib/common/apis/generated/openSetting.d.ts +0 -10
- package/lib/common/apis/generated/openSetting.js +0 -4
- package/lib/common/apis/generated/pageScrollTo.d.ts +0 -2
- package/lib/common/apis/generated/pageScrollTo.js +0 -4
- package/lib/common/apis/generated/paySignCenter.d.ts +0 -2
- package/lib/common/apis/generated/paySignCenter.js +0 -4
- package/lib/common/apis/generated/postMessage.js +0 -4
- package/lib/common/apis/generated/previewImage.d.ts +0 -2
- package/lib/common/apis/generated/previewImage.js +0 -4
- package/lib/common/apis/generated/prompt.d.ts +0 -2
- package/lib/common/apis/generated/prompt.js +0 -4
- package/lib/common/apis/generated/reLaunch.d.ts +0 -2
- package/lib/common/apis/generated/reLaunch.js +0 -4
- package/lib/common/apis/generated/readBLECharacteristicValue.d.ts +0 -2
- package/lib/common/apis/generated/readBLECharacteristicValue.js +0 -4
- package/lib/common/apis/generated/redirectTo.d.ts +0 -2
- package/lib/common/apis/generated/redirectTo.js +0 -4
- package/lib/common/apis/generated/regionFetchAllApps.d.ts +0 -2
- package/lib/common/apis/generated/regionFetchAllApps.js +0 -4
- package/lib/common/apis/generated/regionSearchAppsByKeywords.d.ts +0 -2
- package/lib/common/apis/generated/regionSearchAppsByKeywords.js +0 -4
- package/lib/common/apis/generated/removeSavedFile.d.ts +0 -2
- package/lib/common/apis/generated/removeSavedFile.js +0 -4
- package/lib/common/apis/generated/removeStorage.d.ts +0 -2
- package/lib/common/apis/generated/removeStorage.js +0 -4
- package/lib/common/apis/generated/removeStorageSync.d.ts +0 -4
- package/lib/common/apis/generated/removeStorageSync.js +0 -4
- package/lib/common/apis/generated/request.d.ts +0 -2
- package/lib/common/apis/generated/request.js +0 -4
- package/lib/common/apis/generated/rpc.d.ts +0 -2
- package/lib/common/apis/generated/rpc.js +0 -4
- package/lib/common/apis/generated/saveFile.d.ts +0 -2
- package/lib/common/apis/generated/saveFile.js +0 -4
- package/lib/common/apis/generated/saveImage.d.ts +0 -2
- package/lib/common/apis/generated/saveImage.js +0 -4
- package/lib/common/apis/generated/scan.d.ts +0 -2
- package/lib/common/apis/generated/scan.js +0 -4
- package/lib/common/apis/generated/sendSocketMessage.d.ts +0 -2
- package/lib/common/apis/generated/sendSocketMessage.js +0 -4
- package/lib/common/apis/generated/setBackgroundColor.js +0 -4
- package/lib/common/apis/generated/setCanPullDown.d.ts +0 -4
- package/lib/common/apis/generated/setCanPullDown.js +0 -4
- package/lib/common/apis/generated/setClipboard.d.ts +0 -2
- package/lib/common/apis/generated/setClipboard.js +0 -4
- package/lib/common/apis/generated/setKeepScreenOn.d.ts +0 -2
- package/lib/common/apis/generated/setKeepScreenOn.js +0 -4
- package/lib/common/apis/generated/setNavigationBar.d.ts +0 -2
- package/lib/common/apis/generated/setNavigationBar.js +0 -4
- package/lib/common/apis/generated/setOptionMenu.d.ts +0 -2
- package/lib/common/apis/generated/setOptionMenu.js +0 -4
- package/lib/common/apis/generated/setScreenBrightness.d.ts +0 -2
- package/lib/common/apis/generated/setScreenBrightness.js +0 -4
- package/lib/common/apis/generated/setStorage.d.ts +0 -2
- package/lib/common/apis/generated/setStorage.js +0 -4
- package/lib/common/apis/generated/setStorageSync.d.ts +0 -5
- package/lib/common/apis/generated/setStorageSync.js +0 -4
- package/lib/common/apis/generated/setTabBarStyle.d.ts +0 -2
- package/lib/common/apis/generated/setTabBarStyle.js +0 -4
- package/lib/common/apis/generated/showActionSheet.d.ts +0 -2
- package/lib/common/apis/generated/showActionSheet.js +0 -4
- package/lib/common/apis/generated/showAuthGuide.d.ts +0 -2
- package/lib/common/apis/generated/showAuthGuide.js +0 -4
- package/lib/common/apis/generated/showLoading.d.ts +0 -2
- package/lib/common/apis/generated/showLoading.js +0 -4
- package/lib/common/apis/generated/showNavigationBarLoading.d.ts +0 -2
- package/lib/common/apis/generated/showNavigationBarLoading.js +0 -4
- package/lib/common/apis/generated/showSharePanel.d.ts +0 -2
- package/lib/common/apis/generated/showSharePanel.js +0 -4
- package/lib/common/apis/generated/showToast.js +0 -4
- package/lib/common/apis/generated/signContract.d.ts +0 -2
- package/lib/common/apis/generated/signContract.js +0 -4
- package/lib/common/apis/generated/startApp.d.ts +0 -2
- package/lib/common/apis/generated/startApp.js +0 -4
- package/lib/common/apis/generated/startBizService.d.ts +0 -2
- package/lib/common/apis/generated/startBizService.js +0 -4
- package/lib/common/apis/generated/startBluetoothDevicesDiscovery.d.ts +0 -2
- package/lib/common/apis/generated/startBluetoothDevicesDiscovery.js +0 -4
- package/lib/common/apis/generated/startPullDownRefresh.d.ts +0 -2
- package/lib/common/apis/generated/startPullDownRefresh.js +0 -4
- package/lib/common/apis/generated/stopBluetoothDevicesDiscovery.d.ts +0 -2
- package/lib/common/apis/generated/stopBluetoothDevicesDiscovery.js +0 -4
- package/lib/common/apis/generated/stopPullDownRefresh.d.ts +0 -2
- package/lib/common/apis/generated/stopPullDownRefresh.js +0 -4
- package/lib/common/apis/generated/switchTab.d.ts +0 -2
- package/lib/common/apis/generated/switchTab.js +0 -4
- package/lib/common/apis/generated/thirdPartyAuthForAc.d.ts +0 -2
- package/lib/common/apis/generated/thirdPartyAuthForAc.js +0 -4
- package/lib/common/apis/generated/tradePay.d.ts +0 -2
- package/lib/common/apis/generated/tradePay.js +0 -4
- package/lib/common/apis/generated/uploadApdidToken.d.ts +0 -2
- package/lib/common/apis/generated/uploadApdidToken.js +0 -4
- package/lib/common/apis/generated/uploadFile.d.ts +0 -2
- package/lib/common/apis/generated/uploadFile.js +0 -4
- package/lib/common/apis/generated/vibrate.d.ts +0 -2
- package/lib/common/apis/generated/vibrate.js +0 -4
- package/lib/common/apis/generated/watchShake.js +0 -4
- package/lib/common/apis/generated/writeBLECharacteristicValue.d.ts +0 -2
- package/lib/common/apis/generated/writeBLECharacteristicValue.js +0 -4
- package/lib/common/call/index.d.ts +0 -12
- package/lib/common/call/index.js +0 -85
- package/lib/common/call/mp.d.ts +0 -2
- package/lib/common/call/mp.js +0 -6
- package/lib/common/call/mpWeb.d.ts +0 -4
- package/lib/common/call/mpWeb.js +0 -62
- package/lib/common/call/web.d.ts +0 -2
- package/lib/common/call/web.js +0 -18
- package/lib/common/constants.d.ts +0 -48
- package/lib/common/constants.js +0 -53
- package/lib/common/logger.d.ts +0 -15
- package/lib/common/logger.js +0 -17
- package/lib/common/notFound.d.ts +0 -2
- package/lib/common/notFound.js +0 -19
- package/lib/common/webview-bridge.d.ts +0 -6
- package/lib/common/webview-bridge.js +0 -202
- package/lib/common/whichCanIUse.d.ts +0 -3
- package/lib/common/whichCanIUse.js +0 -162
- package/lib/types/common.d.ts +0 -4
- package/lib/types/common.js +0 -1
- package/lib/types/index.d.ts +0 -3
- package/lib/types/index.js +0 -3
- package/lib/types/jsapi.d.ts +0 -250
- package/lib/types/jsapi.js +0 -1
- package/lib/types/mp.d.ts +0 -60
- package/lib/types/mp.js +0 -1
- package/lib/umd/mp_ae.js +0 -1
- package/lib/umd/mp_alipay.js +0 -2
- package/lib/umd/mp_alipay.js.LICENSE.txt +0 -1
- package/lib/umd/mp_alipay_hk.js +0 -1
- package/lib/umd/mp_alipay_plus.js +0 -2
- package/lib/umd/mp_alipay_plus.js.LICENSE.txt +0 -1
- package/lib/umd/mp_alipay_vn.js +0 -1
- package/lib/umd/mp_dana.js +0 -1
- package/lib/umd/mp_gcash.js +0 -1
- package/lib/umd/mp_lazada.js +0 -2
- package/lib/umd/mp_lazada.js.LICENSE.txt +0 -1
- package/lib/umd/mp_taobao.js +0 -2
- package/lib/umd/mp_taobao.js.LICENSE.txt +0 -1
- package/lib/umd/mp_tmall.js +0 -1
- package/lib/umd/mp_tmn.js +0 -1
- package/lib/umd/mp_tngd.js +0 -1
- package/lib/umd/mp_web_alipay.js.LICENSE.txt +0 -1
- package/lib/umd/mp_web_alipay_plus.js +0 -2
- package/lib/umd/mp_web_alipay_plus.js.LICENSE.txt +0 -1
- package/lib/umd/web_ae.js +0 -1
- package/lib/umd/web_alipay.js.LICENSE.txt +0 -1
- package/lib/umd/web_alipay_hk.js +0 -1
- package/lib/umd/web_alipay_mo.js +0 -1
- package/lib/umd/web_alipay_plus.js +0 -2
- package/lib/umd/web_alipay_plus.js.LICENSE.txt +0 -1
- package/lib/umd/web_alipay_vn.js +0 -1
- package/lib/umd/web_daraz.js +0 -1
- package/lib/umd/web_kkp.js +0 -1
- package/lib/umd/web_lazada.js +0 -1
- package/lib/umd/web_taobao.js +0 -1
- package/lib/umd/web_taobao_overseas.js +0 -1
- /package/lib/{common/apis/generated → clients/mp/wechat}/showToast.d.ts +0 -0
- /package/lib/clients/web/{alipay_plus → demo}/alert.d.ts +0 -0
- /package/lib/clients/web/{alipay_plus → demo}/alert.js +0 -0
- /package/lib/clients/web/{alipay_plus → demo}/chooseImage.d.ts +0 -0
- /package/lib/clients/web/{alipay_plus → demo}/choosePhoneContact.d.ts +0 -0
- /package/lib/clients/web/{alipay_plus → demo}/choosePhoneContact.js +0 -0
- /package/lib/clients/web/{alipay_plus → demo}/clearStorage.d.ts +0 -0
- /package/lib/clients/web/{alipay_plus → demo}/clearStorage.js +0 -0
- /package/lib/clients/web/{alipay_plus → demo}/confirm.d.ts +0 -0
- /package/lib/clients/web/{alipay_plus → demo}/confirm.js +0 -0
- /package/lib/clients/web/{alipay_plus → demo}/datePicker.d.ts +0 -0
- /package/lib/clients/web/{alipay_plus → demo}/datePicker.js +0 -0
- /package/lib/clients/web/{alipay_plus → demo}/downloadFile.d.ts +0 -0
- /package/lib/clients/web/{alipay_plus → demo}/downloadFile.js +0 -0
- /package/lib/clients/web/{alipay_plus → demo}/getAuthCode.d.ts +0 -0
- /package/lib/clients/web/{alipay_plus → demo}/getAuthCode.js +0 -0
- /package/lib/clients/web/{alipay_plus → demo}/getLocation.d.ts +0 -0
- /package/lib/clients/web/{alipay_plus → demo}/getLocation.js +0 -0
- /package/lib/clients/web/{alipay_plus → demo}/getNetworkType.d.ts +0 -0
- /package/lib/clients/web/{alipay_plus → demo}/getNetworkType.js +0 -0
- /package/lib/clients/web/{alipay_plus → demo}/getPhoneNumber.d.ts +0 -0
- /package/lib/clients/web/{alipay_plus → demo}/getPhoneNumber.js +0 -0
- /package/lib/clients/web/{alipay_plus → demo}/getStorage.d.ts +0 -0
- /package/lib/clients/web/{alipay_plus → demo}/getStorage.js +0 -0
- /package/lib/clients/web/{alipay_plus → demo}/hideNavigationBarLoading.d.ts +0 -0
- /package/lib/clients/web/{alipay_plus → demo}/hideNavigationBarLoading.js +0 -0
- /package/lib/clients/web/{alipay_plus → demo}/multiLevelSelect.d.ts +0 -0
- /package/lib/clients/web/{alipay_plus → demo}/multiLevelSelect.js +0 -0
- /package/lib/clients/web/{alipay_plus → demo}/navigateBack.d.ts +0 -0
- /package/lib/clients/web/{alipay_plus → demo}/navigateBack.js +0 -0
- /package/lib/clients/web/{alipay_plus → demo}/navigateTo.d.ts +0 -0
- /package/lib/clients/web/{alipay_plus → demo}/navigateTo.js +0 -0
- /package/lib/clients/web/{alipay_plus → demo}/previewImage.d.ts +0 -0
- /package/lib/clients/web/{alipay_plus → demo}/previewImage.js +0 -0
- /package/lib/clients/web/{alipay_plus → demo}/reLaunch.d.ts +0 -0
- /package/lib/clients/web/{alipay_plus → demo}/reLaunch.js +0 -0
- /package/lib/clients/web/{alipay_plus → demo}/redirectTo.d.ts +0 -0
- /package/lib/clients/web/{alipay_plus → demo}/redirectTo.js +0 -0
- /package/lib/clients/web/{alipay_plus → demo}/removeStorage.d.ts +0 -0
- /package/lib/clients/web/{alipay_plus → demo}/removeStorage.js +0 -0
- /package/lib/clients/web/{alipay_plus → demo}/request.d.ts +0 -0
- /package/lib/clients/web/{alipay_plus → demo}/request.js +0 -0
- /package/lib/clients/web/{alipay_plus → demo}/saveImage.d.ts +0 -0
- /package/lib/clients/web/{alipay_plus → demo}/saveImage.js +0 -0
- /package/lib/clients/web/{alipay_plus → demo}/setKeepScreenOn.d.ts +0 -0
- /package/lib/clients/web/{alipay_plus → demo}/setKeepScreenOn.js +0 -0
- /package/lib/clients/web/{alipay_plus → demo}/setNavigationBar.d.ts +0 -0
- /package/lib/clients/web/{alipay_plus → demo}/setNavigationBar.js +0 -0
- /package/lib/clients/web/{alipay_plus → demo}/setStorage.d.ts +0 -0
- /package/lib/clients/web/{alipay_plus → demo}/setStorage.js +0 -0
- /package/lib/clients/web/{alipay_plus → demo}/setTabBarStyle.d.ts +0 -0
- /package/lib/clients/web/{alipay_plus → demo}/setTabBarStyle.js +0 -0
- /package/lib/clients/web/{alipay_plus → demo}/showActionSheet.d.ts +0 -0
- /package/lib/clients/web/{alipay_plus → demo}/showActionSheet.js +0 -0
- /package/lib/clients/web/{alipay_plus → demo}/showAuthGuide.d.ts +0 -0
- /package/lib/clients/web/{alipay_plus → demo}/showAuthGuide.js +0 -0
- /package/lib/clients/web/{alipay_plus → demo}/showNavigationBarLoading.d.ts +0 -0
- /package/lib/clients/web/{alipay_plus → demo}/showNavigationBarLoading.js +0 -0
- /package/lib/clients/web/{alipay_plus → demo}/showToast.d.ts +0 -0
- /package/lib/clients/web/{alipay_plus → demo}/showToast.js +0 -0
- /package/lib/clients/web/{alipay_plus → demo}/startPullDownRefresh.d.ts +0 -0
- /package/lib/clients/web/{alipay_plus → demo}/startPullDownRefresh.js +0 -0
- /package/lib/clients/web/{alipay_plus → demo}/stopPullDownRefresh.d.ts +0 -0
- /package/lib/clients/web/{alipay_plus → demo}/stopPullDownRefresh.js +0 -0
- /package/lib/clients/web/{alipay_plus → demo}/uploadFile.d.ts +0 -0
- /package/lib/clients/web/{alipay_plus → demo}/uploadFile.js +0 -0
- /package/lib/{clients/mp/alipay_plus → common/apis/custom/mp}/canIUse.d.ts +0 -0
- /package/lib/{clients/mp/alipay_plus → common/apis/custom/mp}/canIUse.js +0 -0
- /package/lib/common/apis/generated/{onMessage.d.ts → mp/onMessage.d.ts} +0 -0
- /package/lib/common/apis/generated/{postMessage.d.ts → mp/postMessage.d.ts} +0 -0
- /package/lib/common/apis/generated/{getSystemInfoSync.d.ts → mp_web/getSystemInfoSync.d.ts} +0 -0
- /package/lib/common/apis/generated/{offCompassChange.d.ts → web/offCompassChange.d.ts} +0 -0
- /package/lib/common/apis/generated/{offMemoryWarning.d.ts → web/offMemoryWarning.d.ts} +0 -0
- /package/lib/common/apis/generated/{onAccelerometerChange.d.ts → web/onAccelerometerChange.d.ts} +0 -0
- /package/lib/common/apis/generated/{setBackgroundColor.d.ts → web/setBackgroundColor.d.ts} +0 -0
- /package/lib/common/apis/generated/{watchShake.d.ts → web/watchShake.d.ts} +0 -0
package/lib/umd/mp_web_alipay.js
CHANGED
|
@@ -1,2 +1 @@
|
|
|
1
|
-
/*! For license information please see mp_web_alipay.js.LICENSE.txt */
|
|
2
|
-
!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?exports.my=e():t.my=e()}(self,(()=>(()=>{var t={3658:(t,e,r)=>{"use strict";r.d(e,{Z:()=>n});const n="object"==typeof r.g&&r.g&&r.g.Object===Object&&r.g},682:(t,e,r)=>{"use strict";r.d(e,{Z:()=>u});var n=r(3658);t=r.hmd(t);var o="object"==typeof exports&&exports&&!exports.nodeType&&exports,i=o&&t&&!t.nodeType&&t,a=i&&i.exports===o&&n.Z.process;const u=function(){try{return a&&a.binding&&a.binding("util")}catch(t){}}()},8978:(t,e,r)=>{"use strict";r.d(e,{Z:()=>i});var n=r(3658),o="object"==typeof self&&self&&self.Object===Object&&self;const i=n.Z||o||Function("return this")()},8408:(t,e,r)=>{"use strict";r.d(e,{Z:()=>u});var n=r(8978);t=r.hmd(t);var o="object"==typeof exports&&exports&&!exports.nodeType&&exports,i=o&&t&&!t.nodeType&&t,a=i&&i.exports===o?n.Z.Buffer:void 0;const u=(a?a.isBuffer:void 0)||function(){return!1}},7061:(t,e,r)=>{var n=r(8698).default;function o(){"use strict";t.exports=o=function(){return e},t.exports.__esModule=!0,t.exports.default=t.exports;var e={},r=Object.prototype,i=r.hasOwnProperty,a="function"==typeof Symbol?Symbol:{},u=a.iterator||"@@iterator",c=a.asyncIterator||"@@asyncIterator",s=a.toStringTag||"@@toStringTag";function f(t,e,r){return Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}),t[e]}try{f({},"")}catch(t){f=function(t,e,r){return t[e]=r}}function p(t,e,r,n){var o=e&&e.prototype instanceof v?e:v,i=Object.create(o.prototype),a=new P(n||[]);return i._invoke=function(t,e,r){var n="suspendedStart";return function(o,i){if("executing"===n)throw new Error("Generator is already running");if("completed"===n){if("throw"===o)throw i;return{value:void 0,done:!0}}for(r.method=o,r.arg=i;;){var a=r.delegate;if(a){var u=O(a,r);if(u){if(u===y)continue;return u}}if("next"===r.method)r.sent=r._sent=r.arg;else if("throw"===r.method){if("suspendedStart"===n)throw n="completed",r.arg;r.dispatchException(r.arg)}else"return"===r.method&&r.abrupt("return",r.arg);n="executing";var c=l(t,e,r);if("normal"===c.type){if(n=r.done?"completed":"suspendedYield",c.arg===y)continue;return{value:c.arg,done:r.done}}"throw"===c.type&&(n="completed",r.method="throw",r.arg=c.arg)}}}(t,r,a),i}function l(t,e,r){try{return{type:"normal",arg:t.call(e,r)}}catch(t){return{type:"throw",arg:t}}}e.wrap=p;var y={};function v(){}function h(){}function d(){}var b={};f(b,u,(function(){return this}));var g=Object.getPrototypeOf,m=g&&g(g(x([])));m&&m!==r&&i.call(m,u)&&(b=m);var _=d.prototype=v.prototype=Object.create(b);function w(t){["next","throw","return"].forEach((function(e){f(t,e,(function(t){return this._invoke(e,t)}))}))}function j(t,e){function r(o,a,u,c){var s=l(t[o],t,a);if("throw"!==s.type){var f=s.arg,p=f.value;return p&&"object"==n(p)&&i.call(p,"__await")?e.resolve(p.__await).then((function(t){r("next",t,u,c)}),(function(t){r("throw",t,u,c)})):e.resolve(p).then((function(t){f.value=t,u(f)}),(function(t){return r("throw",t,u,c)}))}c(s.arg)}var o;this._invoke=function(t,n){function i(){return new e((function(e,o){r(t,n,e,o)}))}return o=o?o.then(i,i):i()}}function O(t,e){var r=t.iterator[e.method];if(void 0===r){if(e.delegate=null,"throw"===e.method){if(t.iterator.return&&(e.method="return",e.arg=void 0,O(t,e),"throw"===e.method))return y;e.method="throw",e.arg=new TypeError("The iterator does not provide a 'throw' method")}return y}var n=l(r,t.iterator,e.arg);if("throw"===n.type)return e.method="throw",e.arg=n.arg,e.delegate=null,y;var o=n.arg;return o?o.done?(e[t.resultName]=o.value,e.next=t.nextLoc,"return"!==e.method&&(e.method="next",e.arg=void 0),e.delegate=null,y):o:(e.method="throw",e.arg=new TypeError("iterator result is not an object"),e.delegate=null,y)}function S(t){var e={tryLoc:t[0]};1 in t&&(e.catchLoc=t[1]),2 in t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e)}function E(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function P(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(S,this),this.reset(!0)}function x(t){if(t){var e=t[u];if(e)return e.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var r=-1,n=function e(){for(;++r<t.length;)if(i.call(t,r))return e.value=t[r],e.done=!1,e;return e.value=void 0,e.done=!0,e};return n.next=n}}return{next:A}}function A(){return{value:void 0,done:!0}}return h.prototype=d,f(_,"constructor",d),f(d,"constructor",h),h.displayName=f(d,s,"GeneratorFunction"),e.isGeneratorFunction=function(t){var e="function"==typeof t&&t.constructor;return!!e&&(e===h||"GeneratorFunction"===(e.displayName||e.name))},e.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,d):(t.__proto__=d,f(t,s,"GeneratorFunction")),t.prototype=Object.create(_),t},e.awrap=function(t){return{__await:t}},w(j.prototype),f(j.prototype,c,(function(){return this})),e.AsyncIterator=j,e.async=function(t,r,n,o,i){void 0===i&&(i=Promise);var a=new j(p(t,r,n,o),i);return e.isGeneratorFunction(r)?a:a.next().then((function(t){return t.done?t.value:a.next()}))},w(_),f(_,s,"Generator"),f(_,u,(function(){return this})),f(_,"toString",(function(){return"[object Generator]"})),e.keys=function(t){var e=[];for(var r in t)e.push(r);return e.reverse(),function r(){for(;e.length;){var n=e.pop();if(n in t)return r.value=n,r.done=!1,r}return r.done=!0,r}},e.values=x,P.prototype={constructor:P,reset:function(t){if(this.prev=0,this.next=0,this.sent=this._sent=void 0,this.done=!1,this.delegate=null,this.method="next",this.arg=void 0,this.tryEntries.forEach(E),!t)for(var e in this)"t"===e.charAt(0)&&i.call(this,e)&&!isNaN(+e.slice(1))&&(this[e]=void 0)},stop:function(){this.done=!0;var t=this.tryEntries[0].completion;if("throw"===t.type)throw t.arg;return this.rval},dispatchException:function(t){if(this.done)throw t;var e=this;function r(r,n){return a.type="throw",a.arg=t,e.next=r,n&&(e.method="next",e.arg=void 0),!!n}for(var n=this.tryEntries.length-1;n>=0;--n){var o=this.tryEntries[n],a=o.completion;if("root"===o.tryLoc)return r("end");if(o.tryLoc<=this.prev){var u=i.call(o,"catchLoc"),c=i.call(o,"finallyLoc");if(u&&c){if(this.prev<o.catchLoc)return r(o.catchLoc,!0);if(this.prev<o.finallyLoc)return r(o.finallyLoc)}else if(u){if(this.prev<o.catchLoc)return r(o.catchLoc,!0)}else{if(!c)throw new Error("try statement without catch or finally");if(this.prev<o.finallyLoc)return r(o.finallyLoc)}}}},abrupt:function(t,e){for(var r=this.tryEntries.length-1;r>=0;--r){var n=this.tryEntries[r];if(n.tryLoc<=this.prev&&i.call(n,"finallyLoc")&&this.prev<n.finallyLoc){var o=n;break}}o&&("break"===t||"continue"===t)&&o.tryLoc<=e&&e<=o.finallyLoc&&(o=null);var a=o?o.completion:{};return a.type=t,a.arg=e,o?(this.method="next",this.next=o.finallyLoc,y):this.complete(a)},complete:function(t,e){if("throw"===t.type)throw t.arg;return"break"===t.type||"continue"===t.type?this.next=t.arg:"return"===t.type?(this.rval=this.arg=t.arg,this.method="return",this.next="end"):"normal"===t.type&&e&&(this.next=e),y},finish:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var r=this.tryEntries[e];if(r.finallyLoc===t)return this.complete(r.completion,r.afterLoc),E(r),y}},catch:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var r=this.tryEntries[e];if(r.tryLoc===t){var n=r.completion;if("throw"===n.type){var o=n.arg;E(r)}return o}}throw new Error("illegal catch attempt")},delegateYield:function(t,e,r){return this.delegate={iterator:x(t),resultName:e,nextLoc:r},"next"===this.method&&(this.arg=void 0),y}},e}t.exports=o,t.exports.__esModule=!0,t.exports.default=t.exports},8698:t=>{function e(r){return t.exports=e="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t.exports.__esModule=!0,t.exports.default=t.exports,e(r)}t.exports=e,t.exports.__esModule=!0,t.exports.default=t.exports},4687:(t,e,r)=>{var n=r(7061)();t.exports=n;try{regeneratorRuntime=n}catch(t){"object"==typeof globalThis?globalThis.regeneratorRuntime=n:Function("r","regeneratorRuntime = r")(n)}}},e={};function r(n){var o=e[n];if(void 0!==o)return o.exports;var i=e[n]={id:n,loaded:!1,exports:{}};return t[n](i,i.exports,r),i.loaded=!0,i.exports}r.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return r.d(e,{a:e}),e},r.d=(t,e)=>{for(var n in e)r.o(e,n)&&!r.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:e[n]})},r.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(t){if("object"==typeof window)return window}}(),r.hmd=t=>((t=Object.create(t)).children||(t.children=[]),Object.defineProperty(t,"exports",{enumerable:!0,set:()=>{throw new Error("ES Modules may not assign module.exports or exports.*, Use ESM export syntax, instead: "+t.id)}}),t),r.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e);var n={};return(()=>{"use strict";function t(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}function e(t,e,r,n,o,i,a){try{var u=t[i](a),c=u.value}catch(t){return void r(t)}u.done?e(c):Promise.resolve(c).then(n,o)}function o(t){return function(){var r=this,n=arguments;return new Promise((function(o,i){var a=t.apply(r,n);function u(t){e(a,o,i,u,c,"next",t)}function c(t){e(a,o,i,u,c,"throw",t)}u(void 0)}))}}r.d(n,{default:()=>ar});var i=r(4687),a=r.n(i);function u(t){return function(){try{return t.apply(void 0,arguments)}catch(t){return"undefined"!=typeof console&&console.error&&console.error(t),null}}}u.async=function(t){return o(a().mark((function e(){var r=arguments;return a().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.prev=0,e.next=3,t.apply(void 0,r);case 3:return e.abrupt("return",e.sent);case 6:return e.prev=6,e.t0=e.catch(0),"undefined"!=typeof console&&console.error&&console.error(e.t0),e.abrupt("return",null);case 10:case"end":return e.stop()}}),e,null,[[0,6]])})))};const c=u,s=function(t,e){return t===e||t!=t&&e!=e},f=function(t,e){for(var r=t.length;r--;)if(s(t[r][0],e))return r;return-1};var p=Array.prototype.splice;function l(t){var e=-1,r=null==t?0:t.length;for(this.clear();++e<r;){var n=t[e];this.set(n[0],n[1])}}l.prototype.clear=function(){this.__data__=[],this.size=0},l.prototype.delete=function(t){var e=this.__data__,r=f(e,t);return!(r<0||(r==e.length-1?e.pop():p.call(e,r,1),--this.size,0))},l.prototype.get=function(t){var e=this.__data__,r=f(e,t);return r<0?void 0:e[r][1]},l.prototype.has=function(t){return f(this.__data__,t)>-1},l.prototype.set=function(t,e){var r=this.__data__,n=f(r,t);return n<0?(++this.size,r.push([t,e])):r[n][1]=e,this};const y=l;var v=r(8978);const h=v.Z.Symbol;var d=Object.prototype,b=d.hasOwnProperty,g=d.toString,m=h?h.toStringTag:void 0;var _=Object.prototype.toString;var w=h?h.toStringTag:void 0;const j=function(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":w&&w in Object(t)?function(t){var e=b.call(t,m),r=t[m];try{t[m]=void 0;var n=!0}catch(t){}var o=g.call(t);return n&&(e?t[m]=r:delete t[m]),o}(t):function(t){return _.call(t)}(t)},O=function(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)},S=function(t){if(!O(t))return!1;var e=j(t);return"[object Function]"==e||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e},E=v.Z["__core-js_shared__"];var P,x=(P=/[^.]+$/.exec(E&&E.keys&&E.keys.IE_PROTO||""))?"Symbol(src)_1."+P:"";var A=Function.prototype.toString;const T=function(t){if(null!=t){try{return A.call(t)}catch(t){}try{return t+""}catch(t){}}return""};var L=/^\[object .+?Constructor\]$/,I=Function.prototype,D=Object.prototype,k=I.toString,N=D.hasOwnProperty,z=RegExp("^"+k.call(N).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");const M=function(t){return!(!O(t)||(e=t,x&&x in e))&&(S(t)?z:L).test(T(t));var e},F=function(t,e){var r=function(t,e){return null==t?void 0:t[e]}(t,e);return M(r)?r:void 0},R=F(v.Z,"Map"),B=F(Object,"create");var Z=Object.prototype.hasOwnProperty;var C=Object.prototype.hasOwnProperty;function $(t){var e=-1,r=null==t?0:t.length;for(this.clear();++e<r;){var n=t[e];this.set(n[0],n[1])}}$.prototype.clear=function(){this.__data__=B?B(null):{},this.size=0},$.prototype.delete=function(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e},$.prototype.get=function(t){var e=this.__data__;if(B){var r=e[t];return"__lodash_hash_undefined__"===r?void 0:r}return Z.call(e,t)?e[t]:void 0},$.prototype.has=function(t){var e=this.__data__;return B?void 0!==e[t]:C.call(e,t)},$.prototype.set=function(t,e){var r=this.__data__;return this.size+=this.has(t)?0:1,r[t]=B&&void 0===e?"__lodash_hash_undefined__":e,this};const U=$,W=function(t,e){var r,n,o=t.__data__;return("string"==(n=typeof(r=e))||"number"==n||"symbol"==n||"boolean"==n?"__proto__"!==r:null===r)?o["string"==typeof e?"string":"hash"]:o.map};function G(t){var e=-1,r=null==t?0:t.length;for(this.clear();++e<r;){var n=t[e];this.set(n[0],n[1])}}G.prototype.clear=function(){this.size=0,this.__data__={hash:new U,map:new(R||y),string:new U}},G.prototype.delete=function(t){var e=W(this,t).delete(t);return this.size-=e?1:0,e},G.prototype.get=function(t){return W(this,t).get(t)},G.prototype.has=function(t){return W(this,t).has(t)},G.prototype.set=function(t,e){var r=W(this,t),n=r.size;return r.set(t,e),this.size+=r.size==n?0:1,this};const Q=G;function q(t){var e=this.__data__=new y(t);this.size=e.size}q.prototype.clear=function(){this.__data__=new y,this.size=0},q.prototype.delete=function(t){var e=this.__data__,r=e.delete(t);return this.size=e.size,r},q.prototype.get=function(t){return this.__data__.get(t)},q.prototype.has=function(t){return this.__data__.has(t)},q.prototype.set=function(t,e){var r=this.__data__;if(r instanceof y){var n=r.__data__;if(!R||n.length<199)return n.push([t,e]),this.size=++r.size,this;r=this.__data__=new Q(n)}return r.set(t,e),this.size=r.size,this};const H=q;function V(t){var e=-1,r=null==t?0:t.length;for(this.__data__=new Q;++e<r;)this.add(t[e])}V.prototype.add=V.prototype.push=function(t){return this.__data__.set(t,"__lodash_hash_undefined__"),this},V.prototype.has=function(t){return this.__data__.has(t)};const J=V,Y=function(t,e){for(var r=-1,n=null==t?0:t.length;++r<n;)if(e(t[r],r,t))return!0;return!1},K=function(t,e,r,n,o,i){var a=1&r,u=t.length,c=e.length;if(u!=c&&!(a&&c>u))return!1;var s=i.get(t);if(s&&i.get(e))return s==e;var f=-1,p=!0,l=2&r?new J:void 0;for(i.set(t,e),i.set(e,t);++f<u;){var y=t[f],v=e[f];if(n)var h=a?n(v,y,f,e,t,i):n(y,v,f,t,e,i);if(void 0!==h){if(h)continue;p=!1;break}if(l){if(!Y(e,(function(t,e){if(a=e,!l.has(a)&&(y===t||o(y,t,r,n,i)))return l.push(e);var a}))){p=!1;break}}else if(y!==v&&!o(y,v,r,n,i)){p=!1;break}}return i.delete(t),i.delete(e),p},X=v.Z.Uint8Array,tt=function(t){var e=-1,r=Array(t.size);return t.forEach((function(t,n){r[++e]=[n,t]})),r},et=function(t){var e=-1,r=Array(t.size);return t.forEach((function(t){r[++e]=t})),r};var rt=h?h.prototype:void 0,nt=rt?rt.valueOf:void 0;const ot=Array.isArray;var it=Object.prototype.propertyIsEnumerable,at=Object.getOwnPropertySymbols;const ut=at?function(t){return null==t?[]:(t=Object(t),function(t,e){for(var r=-1,n=null==t?0:t.length,o=0,i=[];++r<n;){var a=t[r];e(a,r,t)&&(i[o++]=a)}return i}(at(t),(function(e){return it.call(t,e)})))}:function(){return[]},ct=function(t){return null!=t&&"object"==typeof t},st=function(t){return ct(t)&&"[object Arguments]"==j(t)};var ft=Object.prototype,pt=ft.hasOwnProperty,lt=ft.propertyIsEnumerable;const yt=st(function(){return arguments}())?st:function(t){return ct(t)&&pt.call(t,"callee")&&!lt.call(t,"callee")};var vt=r(8408),ht=/^(?:0|[1-9]\d*)$/;const dt=function(t,e){var r=typeof t;return!!(e=null==e?9007199254740991:e)&&("number"==r||"symbol"!=r&&ht.test(t))&&t>-1&&t%1==0&&t<e},bt=function(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=9007199254740991};var gt={};gt["[object Float32Array]"]=gt["[object Float64Array]"]=gt["[object Int8Array]"]=gt["[object Int16Array]"]=gt["[object Int32Array]"]=gt["[object Uint8Array]"]=gt["[object Uint8ClampedArray]"]=gt["[object Uint16Array]"]=gt["[object Uint32Array]"]=!0,gt["[object Arguments]"]=gt["[object Array]"]=gt["[object ArrayBuffer]"]=gt["[object Boolean]"]=gt["[object DataView]"]=gt["[object Date]"]=gt["[object Error]"]=gt["[object Function]"]=gt["[object Map]"]=gt["[object Number]"]=gt["[object Object]"]=gt["[object RegExp]"]=gt["[object Set]"]=gt["[object String]"]=gt["[object WeakMap]"]=!1;var mt=r(682),_t=mt.Z&&mt.Z.isTypedArray;const wt=_t?(jt=_t,function(t){return jt(t)}):function(t){return ct(t)&&bt(t.length)&&!!gt[j(t)]};var jt,Ot=Object.prototype.hasOwnProperty;const St=function(t,e){var r=ot(t),n=!r&&yt(t),o=!r&&!n&&(0,vt.Z)(t),i=!r&&!n&&!o&&wt(t),a=r||n||o||i,u=a?function(t,e){for(var r=-1,n=Array(t);++r<t;)n[r]=e(r);return n}(t.length,String):[],c=u.length;for(var s in t)!e&&!Ot.call(t,s)||a&&("length"==s||o&&("offset"==s||"parent"==s)||i&&("buffer"==s||"byteLength"==s||"byteOffset"==s)||dt(s,c))||u.push(s);return u};var Et=Object.prototype;const Pt=function(t,e){return function(r){return t(e(r))}}(Object.keys,Object);var xt=Object.prototype.hasOwnProperty;const At=function(t){if(r=(e=t)&&e.constructor,e!==("function"==typeof r&&r.prototype||Et))return Pt(t);var e,r,n=[];for(var o in Object(t))xt.call(t,o)&&"constructor"!=o&&n.push(o);return n},Tt=function(t){return null!=t&&bt(t.length)&&!S(t)},Lt=function(t){return Tt(t)?St(t):At(t)},It=function(t){return function(t,e,r){var n=e(t);return ot(t)?n:function(t,e){for(var r=-1,n=e.length,o=t.length;++r<n;)t[o+r]=e[r];return t}(n,r(t))}(t,Lt,ut)};var Dt=Object.prototype.hasOwnProperty;const kt=F(v.Z,"DataView"),Nt=F(v.Z,"Promise"),zt=F(v.Z,"Set"),Mt=F(v.Z,"WeakMap");var Ft="[object Map]",Rt="[object Promise]",Bt="[object Set]",Zt="[object WeakMap]",Ct="[object DataView]",$t=T(kt),Ut=T(R),Wt=T(Nt),Gt=T(zt),Qt=T(Mt),qt=j;(kt&&qt(new kt(new ArrayBuffer(1)))!=Ct||R&&qt(new R)!=Ft||Nt&&qt(Nt.resolve())!=Rt||zt&&qt(new zt)!=Bt||Mt&&qt(new Mt)!=Zt)&&(qt=function(t){var e=j(t),r="[object Object]"==e?t.constructor:void 0,n=r?T(r):"";if(n)switch(n){case $t:return Ct;case Ut:return Ft;case Wt:return Rt;case Gt:return Bt;case Qt:return Zt}return e});const Ht=qt;var Vt="[object Arguments]",Jt="[object Array]",Yt="[object Object]",Kt=Object.prototype.hasOwnProperty;const Xt=function(t,e,r,n,o,i){var a=ot(t),u=ot(e),c=a?Jt:Ht(t),f=u?Jt:Ht(e),p=(c=c==Vt?Yt:c)==Yt,l=(f=f==Vt?Yt:f)==Yt,y=c==f;if(y&&(0,vt.Z)(t)){if(!(0,vt.Z)(e))return!1;a=!0,p=!1}if(y&&!p)return i||(i=new H),a||wt(t)?K(t,e,r,n,o,i):function(t,e,r,n,o,i,a){switch(r){case"[object DataView]":if(t.byteLength!=e.byteLength||t.byteOffset!=e.byteOffset)return!1;t=t.buffer,e=e.buffer;case"[object ArrayBuffer]":return!(t.byteLength!=e.byteLength||!i(new X(t),new X(e)));case"[object Boolean]":case"[object Date]":case"[object Number]":return s(+t,+e);case"[object Error]":return t.name==e.name&&t.message==e.message;case"[object RegExp]":case"[object String]":return t==e+"";case"[object Map]":var u=tt;case"[object Set]":var c=1&n;if(u||(u=et),t.size!=e.size&&!c)return!1;var f=a.get(t);if(f)return f==e;n|=2,a.set(t,e);var p=K(u(t),u(e),n,o,i,a);return a.delete(t),p;case"[object Symbol]":if(nt)return nt.call(t)==nt.call(e)}return!1}(t,e,c,r,n,o,i);if(!(1&r)){var v=p&&Kt.call(t,"__wrapped__"),h=l&&Kt.call(e,"__wrapped__");if(v||h){var d=v?t.value():t,b=h?e.value():e;return i||(i=new H),o(d,b,r,n,i)}}return!!y&&(i||(i=new H),function(t,e,r,n,o,i){var a=1&r,u=It(t),c=u.length;if(c!=It(e).length&&!a)return!1;for(var s=c;s--;){var f=u[s];if(!(a?f in e:Dt.call(e,f)))return!1}var p=i.get(t);if(p&&i.get(e))return p==e;var l=!0;i.set(t,e),i.set(e,t);for(var y=a;++s<c;){var v=t[f=u[s]],h=e[f];if(n)var d=a?n(h,v,f,e,t,i):n(v,h,f,t,e,i);if(!(void 0===d?v===h||o(v,h,r,n,i):d)){l=!1;break}y||(y="constructor"==f)}if(l&&!y){var b=t.constructor,g=e.constructor;b==g||!("constructor"in t)||!("constructor"in e)||"function"==typeof b&&b instanceof b&&"function"==typeof g&&g instanceof g||(l=!1)}return i.delete(t),i.delete(e),l}(t,e,r,n,o,i))},te=function t(e,r,n,o,i){return e===r||(null==e||null==r||!ct(e)&&!ct(r)?e!=e&&r!=r:Xt(e,r,n,o,t,i))},ee=function(t){return t==t&&!O(t)},re=function(t,e){return function(r){return null!=r&&r[t]===e&&(void 0!==e||t in Object(r))}},ne=function(t){var e=function(t){for(var e=Lt(t),r=e.length;r--;){var n=e[r],o=t[n];e[r]=[n,o,ee(o)]}return e}(t);return 1==e.length&&e[0][2]?re(e[0][0],e[0][1]):function(r){return r===t||function(t,e,r,n){var o=r.length,i=o,a=!n;if(null==t)return!i;for(t=Object(t);o--;){var u=r[o];if(a&&u[2]?u[1]!==t[u[0]]:!(u[0]in t))return!1}for(;++o<i;){var c=(u=r[o])[0],s=t[c],f=u[1];if(a&&u[2]){if(void 0===s&&!(c in t))return!1}else{var p=new H;if(n)var l=n(s,f,c,t,e,p);if(!(void 0===l?te(f,s,3,n,p):l))return!1}}return!0}(r,t,e)}},oe=function(t){return"symbol"==typeof t||ct(t)&&"[object Symbol]"==j(t)};var ie=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,ae=/^\w*$/;const ue=function(t,e){if(ot(t))return!1;var r=typeof t;return!("number"!=r&&"symbol"!=r&&"boolean"!=r&&null!=t&&!oe(t))||ae.test(t)||!ie.test(t)||null!=e&&t in Object(e)};function ce(t,e){if("function"!=typeof t||null!=e&&"function"!=typeof e)throw new TypeError("Expected a function");var r=function(){var n=arguments,o=e?e.apply(this,n):n[0],i=r.cache;if(i.has(o))return i.get(o);var a=t.apply(this,n);return r.cache=i.set(o,a)||i,a};return r.cache=new(ce.Cache||Q),r}ce.Cache=Q;var se=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,fe=/\\(\\)?/g;const pe=(le=ce((function(t){var e=[];return 46===t.charCodeAt(0)&&e.push(""),t.replace(se,(function(t,r,n,o){e.push(n?o.replace(fe,"$1"):r||t)})),e}),(function(t){return 500===ye.size&&ye.clear(),t})),ye=le.cache,le);var le,ye;var ve=h?h.prototype:void 0,he=ve?ve.toString:void 0;const de=function t(e){if("string"==typeof e)return e;if(ot(e))return function(t,e){for(var r=-1,n=null==t?0:t.length,o=Array(n);++r<n;)o[r]=e(t[r],r,t);return o}(e,t)+"";if(oe(e))return he?he.call(e):"";var r=e+"";return"0"==r&&1/e==-1/0?"-0":r},be=function(t,e){return ot(t)?t:ue(t,e)?[t]:pe(function(t){return null==t?"":de(t)}(t))},ge=function(t){if("string"==typeof t||oe(t))return t;var e=t+"";return"0"==e&&1/t==-1/0?"-0":e},me=function(t,e){for(var r=0,n=(e=be(e,t)).length;null!=t&&r<n;)t=t[ge(e[r++])];return r&&r==n?t:void 0},_e=function(t,e){return null!=t&&e in Object(t)},we=function(t,e){return null!=t&&function(t,e,r){for(var n=-1,o=(e=be(e,t)).length,i=!1;++n<o;){var a=ge(e[n]);if(!(i=null!=t&&r(t,a)))break;t=t[a]}return i||++n!=o?i:!!(o=null==t?0:t.length)&&bt(o)&&dt(a,o)&&(ot(t)||yt(t))}(t,e,_e)},je=function(t,e){return ue(t)&&ee(e)?re(ge(t),e):function(r){var n=function(t,e,r){var n=null==t?void 0:me(t,e);return void 0===n?r:n}(r,t);return void 0===n&&n===e?we(r,t):te(e,n,3)}},Oe=function(t){return t},Se=function(t){return ue(t)?(e=ge(t),function(t){return null==t?void 0:t[e]}):function(t){return function(e){return me(e,t)}}(t);var e},Ee=function(t){return"function"==typeof t?t:null==t?Oe:"object"==typeof t?ot(t)?je(t[0],t[1]):ne(t):Se(t)};var Pe=/^\s+|\s+$/g,xe=/^[-+]0x[0-9a-f]+$/i,Ae=/^0b[01]+$/i,Te=/^0o[0-7]+$/i,Le=parseInt;const Ie=function(t){return t?Infinity===(t=function(t){if("number"==typeof t)return t;if(oe(t))return NaN;if(O(t)){var e="function"==typeof t.valueOf?t.valueOf():t;t=O(e)?e+"":e}if("string"!=typeof t)return 0===t?t:+t;t=t.replace(Pe,"");var r=Ae.test(t);return r||Te.test(t)?Le(t.slice(2),r?2:8):xe.test(t)?NaN:+t}(t))||t===-1/0?17976931348623157e292*(t<0?-1:1):t==t?t:0:0===t?t:0};var De=Math.max;const ke=(Ne=function(t,e,r){var n=null==t?0:t.length;if(!n)return-1;var o=null==r?0:function(t){var e=Ie(t),r=e%1;return e==e?r?e-r:e:0}(r);return o<0&&(o=De(n+o,0)),function(t,e,r,n){for(var o=t.length,i=r+(n?1:-1);n?i--:++i<o;)if(e(t[i],i,t))return i;return-1}(t,Ee(e),o)},function(t,e,r){var n=Object(t);if(!Tt(t)){var o=Ee(e);t=Lt(t),e=function(t){return o(n[t],t,n)}}var i=Ne(t,e,r);return i>-1?n[o?t[i]:i]:void 0});var Ne,ze=function(t){return t.READY="ready",t.LOADED="loaded",t}({}),Me=function(t){return t.web="web",t.mpWeb="mp_web",t.mp="mp",t}({}),Fe=function(t){return t.ua="ua",t.app="app",t}({}),Re=function(t){return t.mpAe="mp_ae",t.mpAlipay="mp_alipay",t.mpAlipayHk="mp_alipay_hk",t.mpAlipayPlus="mp_alipay_plus",t.mpAlipayVn="mp_alipay_vn",t.mpDana="mp_dana",t.mpGcash="mp_gcash",t.mpLazada="mp_lazada",t.mpTaobao="mp_taobao",t.mpTmall="mp_tmall",t.mpTmn="mp_tmn",t.mpTngd="mp_tngd",t.mpWebAlipay="mp_web_alipay",t.mpWebAlipayPlus="mp_web_alipay_plus",t.webAe="web_ae",t.webAlipay="web_alipay",t.webAlipayHk="web_alipay_hk",t.webAlipayMo="web_alipay_mo",t.webAlipayPlus="web_alipay_plus",t.webAlipayVn="web_alipay_vn",t.webDaraz="web_daraz",t.webH5="web_h5",t.webKkp="web_kkp",t.webLazada="web_lazada",t.webTaobao="web_taobao",t.webTaobaoOverseas="web_taobao_overseas",t}({}),Be=function(t){return t.REQUEST="REQUEST",t.MODIFIED_REQUEST="MODIFIED_REQUEST",t.RESPONSE="RESPONSE",t.MODIFIED_RESPONSE="MODIFIED_RESPONSE",t.NOT_FOUND="NOT_FOUND",t}({}),Ze=function(t){return function(e){return toString.call(e)==="[object ".concat(t,"]")}},Ce=Ze("Function");Ze("String");var $e=function(t){return t.replace(/^([a-z])/,(function(t,e){return e.toUpperCase()}))},Ue=(function(){try{return/iPad|iPhone|iPod/.test(window.navigator.userAgent)&&!window.MSStream}catch(t){return!1}}(),[{name:Re.mpWebAlipayPlus,regs:[/alipayIDE/i],detectType:Fe.ua,type:Me.mpWeb},{name:Re.mpWebAlipayPlus,regs:[/miniprogram/i,/griver/i],detectType:Fe.ua,type:Me.mpWeb},{name:Re.mpWebAlipay,regs:[/miniprogram/i,/alipay/i,/^((?!griver).)*$/i],detectType:Fe.ua,type:Me.mpWeb},{name:Re.webAlipayPlus,regs:[/^((?!miniprogram).)*$/i,/griver/i],detectType:Fe.ua,type:Me.web},{name:Re.webAlipay,regs:[/^((?!miniprogram).)*$/i,/AlipayClient/i,/^((?!griver).)*$/i],detectType:Fe.ua,type:Me.web},{name:Re.mpTaobao,regs:[/taobao|tb/i],detectType:Fe.app,type:Me.mp},{name:Re.mpLazada,regs:[/lazada|la/i],detectType:Fe.app,type:Me.mp},{name:Re.mpAlipay,regs:[/alipay/i],detectType:Fe.app,type:Me.mp},{name:Re.mpAlipayPlus,regs:[],detectType:Fe.app,type:Me.mp}]);function We(t){t.client||(t.client=Re.webH5),t.platform||(t.platform=Me.web);var e=!1;for(var r in t.appEnv)if(t.appEnv[r]){e=!0;break}e||(t.appEnv.isWebH5=!0)}function Ge(t,e){var r=ke(t,(function(t){return t.regs.every((function(t){return t.test(e)}))})),n={},o=Object.keys(Re).reduce((function(t,e){var o=Re[e],i="is".concat(o.split("_").map($e).join(""));return t[i]=o===(null==r?void 0:r.name),t[i]&&(n.client=o),t}),{});return n.appEnv=o,n.platform=null==r?void 0:r.type,n}function Qe(t){var e=function(t){return t.replace(/_/g,"").toLocaleLowerCase()},r=e(t),n=void 0,o=void 0;return{appEnv:Object.keys(Re).reduce((function(t,i){var a=Re[i],u="is".concat(a.split("_").map($e).join(""));return t[u]=e(a)===r,t[u]&&(n=a,o=a.match(/mp_web|mp|web/)[0]),t}),{}),client:n,platform:o}}Re.mpAlipayPlus,Me.mp,Re.mpWebAlipayPlus,Me.mpWeb,Re.webAlipayPlus,Me.web;var qe=function(){var t;return"undefined"!=typeof my&&(t=function(){var t=c((function(){return my.getSystemInfoSync()}))();if(t&&t.app)return Ge(Ue.filter((function(t){return t.detectType===Fe.app})),t.app)}())?t:(t=function(){var t=c((function(){return(window.location.search.match(/[?&]__app__=([^?&=]+)/)||[])[1]}))(),e=t?Qe(t):void 0;return e&&We(e),e}())||((t=function(){var t=c((function(){return localStorage.getItem("__app__")}))(),e=t?Qe(t):void 0;return e&&We(e),e}())||((t=function(){var t=c((function(){return window.navigator.userAgent}))();if(t){var e=Ge(Ue.filter((function(t){return t.detectType===Fe.ua})),t);return We(e),e}}())||("undefined"!=typeof window&&(t=Qe("WebH5"))?t:void 0)))}(),He=(null==qe||qe.appEnv,null==qe?void 0:qe.platform);null==qe||qe.client;const Ve=function(){var t={},e=[],r=!1;function n(e){var r=e.apiName,n=e.options,o=e.isSync,i=window,a=r+"_"+Math.floor(1e6*Math.random());n&&(t[a]=n);var u={type:"apiCall",api:r,serialId:a,options:n,isSync:o};i.my.postMessage(u)}return function(o,i,a){!function(t){try{if(window.my)return void(t&&t(ze.READY));var e=document.createElement("script");e.src="https://appx/web-view.min.js",e.onload=function(){var r=e.readyState;(void 0===r||/^(loaded|complete)$/.test(r))&&(e.onload=null,t&&t(ze.LOADED))},(document.getElementsByTagName("head")[0]||document.body).appendChild(e)}catch(e){t&&t(null)}}((function(u){var c={apiName:o,options:i,isSync:a};u?(r||(function(){var e=window,r=e.my.onMessage;e.my.onMessage=function(e){var n,o,i,a,u,c=e.serialId,s=e.result;c?(n=s,i=(o=t[c]||{}).success,a=o.fail,u=o.complete,n.error&&Ce(a)?a(n):Ce(i)&&i(n),Ce(u)&&u(n),delete t[c]):r&&r(e)}}(),r=!0),e.length&&(e.forEach(n),e=[]),n(c)):e.push(c)}))}}();function Je(t){return Je="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Je(t)}function Ye(t){Ye.on&&Ye.engine(t)}function Ke(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return r}function Xe(e){for(var r=1;r<arguments.length;r++){var n=null!=arguments[r]?arguments[r]:{};r%2?Ke(Object(n),!0).forEach((function(r){t(e,r,n[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Ke(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}Ye.on=!1,Ye.engine=function(t){var e=t.name,r=t.type,n=t.state,o=t.request,i=t.response,a=t.stage;console[r]([e,a,n,o,i].filter(Boolean).map((function(t){return"object"===Je(t)?JSON.stringify(t):t})).join("; "))};const tr=function(t,e,r){var n=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",e=arguments.length>1?arguments[1]:void 0,r=arguments.length>2?arguments[2]:void 0,n=(r||{}).originOptions;function o(n){return function(o){var i,a=null==e?void 0:e[n];if(a){Ye({stage:Be.RESPONSE,type:"log",state:n,name:t,response:o});var u=null==r||null===(i=r.modify)||void 0===i?void 0:i[n];if(!u)return a(o);var c=u(o);a(c),Ye({stage:Be.MODIFIED_RESPONSE,type:"log",state:n,name:t,response:c})}}}return n?(Ye({stage:Be.REQUEST,type:"log",name:t,request:n}),Ye({stage:Be.MODIFIED_REQUEST,type:"log",name:t,request:e})):Ye({stage:Be.REQUEST,type:"log",name:t,request:e}),Xe(Xe({},e),{},{success:o("success"),fail:o("fail"),complete:o("complete")})}(t,e,r);switch(He){case Me.mp:return function(t,e){return my[t]?my[t](e):my.call(t,e)}(t,n);case Me.web:return function(t,e){var r=window;!function(t){if(window.AlipayJSBridge)return t();document.addEventListener("AlipayJSBridgeReady",(function(){return t()}),!1)}((function(){r.AlipayJSBridge.call(t,e,(function(t){var r=e||{},n=r.success,o=r.fail,i=r.complete;t.error?null==o||o(t):null==n||n(t),null==i||i(t)}))}))}(t,n);case Me.mpWeb:return Ve(t,n,null==r?void 0:r.isSync)}};var er=["flowType"];function rr(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return r}const nr={getAppIdSync:function(t){return tr("getAppIdSync",t,{isSync:!0})},tradePay:function(e){var r=e||{},n=r.flowType,o=function(t,e){if(null==t)return{};var r,n,o=function(t,e){if(null==t)return{};var r,n,o={},i=Object.keys(t);for(n=0;n<i.length;n++)r=i[n],e.indexOf(r)>=0||(o[r]=t[r]);return o}(t,e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);for(n=0;n<i.length;n++)r=i[n],e.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(t,r)&&(o[r]=t[r])}return o}(r,er);tr("a+"===n?"tradePayCrossApp":"tradePay",function(e){for(var r=1;r<arguments.length;r++){var n=null!=arguments[r]?arguments[r]:{};r%2?rr(Object(n),!0).forEach((function(r){t(e,r,n[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):rr(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}({},o),{originOptions:e})}};function or(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return r}function ir(e){for(var r=1;r<arguments.length;r++){var n=null!=arguments[r]?arguments[r]:{};r%2?or(Object(n),!0).forEach((function(r){t(e,r,n[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):or(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}const ar=ir(ir({},{alert:function(t){return tr("alert",t)},chooseImage:function(t){return tr("chooseImage",t)},clearStorage:function(t){return tr("clearStorage",t)},confirm:function(t){return tr("confirm",t)},crossPay:function(t){return tr("crossPay",t)},getAuthCode:function(t){return tr("getAuthCode",t)},getClipboard:function(t){return tr("getClipboard",t)},getImageInfo:function(t){return tr("getImageInfo",t)},getLocation:function(t){return tr("getLocation",t)},getNetworkType:function(t){return tr("getNetworkType",t)},getPhoneNumber:function(t){return tr("getPhoneNumber",t)},getStorage:function(t){return tr("getStorage",t)},getSystemInfo:function(t){return tr("getSystemInfo",t)},hideKeyboard:function(t){return tr("hideKeyboard",t)},hideLoading:function(t){return tr("hideLoading",t)},hideNavigationBarLoading:function(t){return tr("hideNavigationBarLoading",t)},hideToast:function(t){return tr("hideToast",t)},makePhoneCall:function(t){return tr("makePhoneCall",t)},multiLevelSelect:function(t){return tr("multiLevelSelect",t)},navigateBackMiniProgram:function(t){return tr("navigateBackMiniProgram",t)},navigateTo:function(t){return tr("navigateTo",t)},navigateToMiniProgram:function(t){return tr("navigateToMiniProgram",t)},previewImage:function(t){return tr("previewImage",t)},prompt:function(t){return tr("prompt",t)},removeStorage:function(t){return tr("removeStorage",t)},request:function(t){return tr("request",t)},rpc:function(t){return tr("rpc",t)},saveImage:function(t){return tr("saveImage",t)},scan:function(t){return tr("scan",t)},setClipboard:function(t){return tr("setClipboard",t)},setNavigationBar:function(t){return tr("setNavigationBar",t)},setOptionMenu:function(t){return tr("setOptionMenu",t)},setStorage:function(t){return tr("setStorage",t)},showAuthGuide:function(t){return tr("showAuthGuide",t)},showLoading:function(t){return tr("showLoading",t)},showNavigationBarLoading:function(t){return tr("showNavigationBarLoading",t)},showToast:function(t){return tr("showToast",t)},vibrate:function(t){return tr("vibrate",t)}}),nr)})(),n.default})()));
|
|
1
|
+
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.my=t():e.my=t()}(self,(()=>(()=>{"use strict";var e={d:(t,n)=>{for(var o in n)e.o(n,o)&&!e.o(t,o)&&Object.defineProperty(t,o,{enumerable:!0,get:n[o]})},o:(e,t)=>Object.prototype.hasOwnProperty.call(e,t)},t={};e.d(t,{default:()=>r});var n=function(){var e={},t=[],n=!1;function o(t){var n=t.apiName,o=t.options,r=t.config,c=n+"_"+Math.floor(1e6*Math.random());o&&(e[c]=o);var a={type:"apiCall",api:n,serialId:c,options:o,config:r};window.my.postMessage(a)}return function(r,c,a){!function(e){try{if(window.my)return void(e&&e("ready"));var t=document.createElement("script");t.src="https://appx/web-view.min.js",t.onload=function(){var n=t.readyState;(void 0===n||/^(loaded|complete)$/.test(n))&&(t.onload=null,e&&e("loaded"))},(document.getElementsByTagName("head")[0]||document.body).appendChild(t)}catch(t){e&&e(null)}}((function(u){var i,s={apiName:r,options:c,config:a};u?(n||(i=window.my.onMessage,window.my.onMessage=function(t){var n=t.serialId,o=t.result,r=t.type;if(n){var c=e[n];"callback"===r?c(o):(function(e,t){var n=t||{},o=n.success,r=n.fail,c=n.complete;e.error?null==r||r(e):null==o||o(e),null==c||c(e)}(o,c),delete e[n])}else i&&i(t)},n=!0),t.length&&(t.forEach(o),t=[]),o(s)):t.push(s)}))}}();var o=["flowType"];const r={addPhoneContact:function(e){return n("addPhoneContact",e,{type:"async"})},alert:function(e){return n("alert",e,{type:"async"})},chooseImage:function(e){return n("chooseImage",e,{type:"async"})},choosePhoneContact:function(e){return n("choosePhoneContact",e,{type:"async"})},clearStorage:function(e){return n("clearStorage",e,{type:"async"})},closeBluetoothAdapter:function(e){return n("closeBluetoothAdapter",e,{type:"async"})},closeSocket:function(e){return n("closeSocket",e,{type:"async"})},confirm:function(e){return n("confirm",e,{type:"async"})},connectBLEDevice:function(e){return n("connectBLEDevice",e,{type:"async"})},connectSocket:function(e){return n("connectSocket",e,{type:"async"})},datePicker:function(e){return n("datePicker",e,{type:"async"})},disconnectBLEDevice:function(e){return n("disconnectBLEDevice",e,{type:"async"})},downloadFile:function(e){return n("downloadFile",e,{type:"async"})},getAuthCode:function(e){return n("getAuthCode",e,{type:"async"})},getBatteryInfo:function(e){return n("getBatteryInfo",e,{type:"async"})},getBLEDeviceCharacteristics:function(e){return n("getBLEDeviceCharacteristics",e,{type:"async"})},getBLEDeviceServices:function(e){return n("getBLEDeviceServices",e,{type:"async"})},getBluetoothAdapterState:function(e){return n("getBluetoothAdapterState",e,{type:"async"})},getBluetoothDevices:function(e){return n("getBluetoothDevices",e,{type:"async"})},getClipboard:function(e){return n("getClipboard",e,{type:"async"})},getConnectedBluetoothDevices:function(e){return n("getConnectedBluetoothDevices",e,{type:"async"})},getFileInfo:function(e){return n("getFileInfo",e,{type:"async"})},getImageInfo:function(e){return n("getImageInfo",e,{type:"async"})},getLocation:function(e){return n("getLocation",e,{type:"async"})},getNetworkType:function(e){return n("getNetworkType",e,{type:"async"})},getOpenUserInfo:function(e){return n("getOpenUserInfo",e,{type:"async"})},getPhoneNumber:function(e){return n("getPhoneNumber",e,{type:"async"})},getSavedFileInfo:function(e){return n("getSavedFileInfo",e,{type:"async"})},getSavedFileList:function(e){return n("getSavedFileList",e,{type:"async"})},getScreenBrightness:function(e){return n("getScreenBrightness",e,{type:"async"})},getServerTime:function(e){return n("getServerTime",e,{type:"async"})},getSetting:function(e){return n("getSetting",e,{type:"async"})},getSiteInfo:function(e){return n("getSiteInfo",e,{type:"async"})},getStorage:function(e){return n("getStorage",e,{type:"async"})},getSystemInfo:function(e){return n("getSystemInfo",e,{type:"async"})},hideBackHome:function(e){return n("hideBackHome",e,{type:"async"})},hideKeyboard:function(e){return n("hideKeyboard",e,{type:"async"})},hideLoading:function(e){return n("hideLoading",e,{type:"async"})},hideNavigationBarLoading:function(e){return n("hideNavigationBarLoading",e,{type:"async"})},hideTabBar:function(e){return n("hideTabBar",e,{type:"async"})},hideToast:function(e){return n("hideToast",e,{type:"async"})},makePhoneCall:function(e){return n("makePhoneCall",e,{type:"async"})},multiLevelSelect:function(e){return n("multiLevelSelect",e,{type:"async"})},navigateBack:function(e){return n("navigateBack",e,{type:"async"})},navigateBackMiniProgram:function(e){return n("navigateBackMiniProgram",e,{type:"async"})},navigateTo:function(e){return n("navigateTo",e,{type:"async"})},navigateToMiniProgram:function(e){return n("navigateToMiniProgram",e,{type:"async"})},notifyBLECharacteristicValueChange:function(e){return n("notifyBLECharacteristicValueChange",e,{type:"async"})},offAccelerometerChange:function(e){return n("offAccelerometerChange",e,{type:"callback"})},offBLECharacteristicValueChange:function(e){return n("offBLECharacteristicValueChange",e,{type:"callback"})},offBLEConnectionStateChanged:function(e){return n("offBLEConnectionStateChanged",e,{type:"callback"})},offBluetoothAdapterStateChange:function(e){return n("offBluetoothAdapterStateChange",e,{type:"callback"})},offBluetoothDeviceFound:function(e){return n("offBluetoothDeviceFound",e,{type:"callback"})},offCompassChange:function(e){return n("offCompassChange",e,{type:"callback"})},offMemoryWarning:function(e){return n("offMemoryWarning",e,{type:"callback"})},offSocketClose:function(e){return n("offSocketClose",e,{type:"callback"})},offSocketError:function(e){return n("offSocketError",e,{type:"callback"})},offSocketMessage:function(e){return n("offSocketMessage",e,{type:"callback"})},offSocketOpen:function(e){return n("offSocketOpen",e,{type:"callback"})},offUserCaptureScreen:function(e){return n("offUserCaptureScreen",e,{type:"callback"})},onAccelerometerChange:function(e){return n("onAccelerometerChange",e,{type:"callback"})},onBLECharacteristicValueChange:function(e){return n("onBLECharacteristicValueChange",e,{type:"callback"})},onBLEConnectionStateChanged:function(e){return n("onBLEConnectionStateChanged",e,{type:"callback"})},onBluetoothAdapterStateChange:function(e){return n("onBluetoothAdapterStateChange",e,{type:"callback"})},onBluetoothDeviceFound:function(e){return n("onBluetoothDeviceFound",e,{type:"callback"})},onCompassChange:function(e){return n("onCompassChange",e,{type:"callback"})},onMemoryWarning:function(e){return n("onMemoryWarning",e,{type:"callback"})},onSocketClose:function(e){return n("onSocketClose",e,{type:"callback"})},onSocketError:function(e){return n("onSocketError",e,{type:"callback"})},onSocketMessage:function(e){return n("onSocketMessage",e,{type:"callback"})},onSocketOpen:function(e){return n("onSocketOpen",e,{type:"callback"})},onUserCaptureScreen:function(e){return n("onUserCaptureScreen",e,{type:"callback"})},openBluetoothAdapter:function(e){return n("openBluetoothAdapter",e,{type:"async"})},openDocument:function(e){return n("openDocument",e,{type:"async"})},openSetting:function(e){return n("openSetting",e,{type:"async"})},pageScrollTo:function(e){return n("pageScrollTo",e,{type:"async"})},previewImage:function(e){return n("previewImage",e,{type:"async"})},prompt:function(e){return n("prompt",e,{type:"async"})},readBLECharacteristicValue:function(e){return n("readBLECharacteristicValue",e,{type:"async"})},redirectTo:function(e){return n("redirectTo",e,{type:"async"})},reLaunch:function(e){return n("reLaunch",e,{type:"async"})},removeSavedFile:function(e){return n("removeSavedFile",e,{type:"async"})},removeStorage:function(e){return n("removeStorage",e,{type:"async"})},request:function(e){return n("request",e,{type:"async"})},rpc:function(e){return n("rpc",e,{type:"async"})},saveFile:function(e){return n("saveFile",e,{type:"async"})},saveImage:function(e){return n("saveImage",e,{type:"async"})},scan:function(e){return n("scan",e,{type:"async"})},sendSocketMessage:function(e){return n("sendSocketMessage",e,{type:"async"})},setBackgroundColor:function(e){return n("setBackgroundColor",e,{type:"async"})},setCanPullDown:function(e){return n("setCanPullDown",e,{type:"sync"})},setClipboard:function(e){return n("setClipboard",e,{type:"async"})},setKeepScreenOn:function(e){return n("setKeepScreenOn",e,{type:"async"})},setNavigationBar:function(e){return n("setNavigationBar",e,{type:"async"})},setOptionMenu:function(e){return n("setOptionMenu",e,{type:"async"})},setScreenBrightness:function(e){return n("setScreenBrightness",e,{type:"async"})},setStorage:function(e){return n("setStorage",e,{type:"async"})},setTabBarStyle:function(e){return n("setTabBarStyle",e,{type:"async"})},showActionSheet:function(e){return n("showActionSheet",e,{type:"async"})},showAuthGuide:function(e){return n("showAuthGuide",e,{type:"async"})},showLoading:function(e){return n("showLoading",e,{type:"async"})},showNavigationBarLoading:function(e){return n("showNavigationBarLoading",e,{type:"async"})},showToast:function(e){return n("showToast",e,{type:"async"})},signContract:function(e){return n("signContract",e,{type:"async"})},startBluetoothDevicesDiscovery:function(e){return n("startBluetoothDevicesDiscovery",e,{type:"async"})},startPullDownRefresh:function(e){return n("startPullDownRefresh",e,{type:"async"})},stopBluetoothDevicesDiscovery:function(e){return n("stopBluetoothDevicesDiscovery",e,{type:"async"})},stopPullDownRefresh:function(e){return n("stopPullDownRefresh",e,{type:"async"})},switchTab:function(e){return n("switchTab",e,{type:"async"})},crossPay:function(e){return n("crossPay",e,{type:"async"})},uploadFile:function(e){return n("uploadFile",e,{type:"async"})},vibrate:function(e){return n("vibrate",e,{type:"async"})},watchShake:function(e){return n("watchShake",e,{type:"async"})},writeBLECharacteristicValue:function(e){return n("writeBLECharacteristicValue",e,{type:"async"})},showSharePanel:function(e){return n("showSharePanel",e,{type:"async"})},tradePay:function(e){var t=e||{},r=t.flowType,c=function(e,t){if(null==e)return{};var n,o,r=function(e,t){if(null==e)return{};var n,o,r={},c=Object.keys(e);for(o=0;o<c.length;o++)n=c[o],t.indexOf(n)>=0||(r[n]=e[n]);return r}(e,t);if(Object.getOwnPropertySymbols){var c=Object.getOwnPropertySymbols(e);for(o=0;o<c.length;o++)n=c[o],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}(t,o);n("a+"===r?"tradePayCrossApp":"tradePay",c)}};return t.default})()));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.my=t():e.my=t()}(self,(()=>(()=>{"use strict";var e={d:(t,n)=>{for(var o in n)e.o(n,o)&&!e.o(t,o)&&Object.defineProperty(t,o,{enumerable:!0,get:n[o]})},o:(e,t)=>Object.prototype.hasOwnProperty.call(e,t)},t={};e.d(t,{default:()=>o});var n=function(){var e={},t=[],n=!1;function o(t){var n=t.apiName,o=t.options,r=t.config,c=n+"_"+Math.floor(1e6*Math.random());o&&(e[c]=o);var a={type:"apiCall",api:n,serialId:c,options:o,config:r};window.my.postMessage(a)}return function(r,c,a){!function(e){try{if(window.my)return void(e&&e("ready"));var t=document.createElement("script");t.src="https://appx/web-view.min.js",t.onload=function(){var n=t.readyState;(void 0===n||/^(loaded|complete)$/.test(n))&&(t.onload=null,e&&e("loaded"))},(document.getElementsByTagName("head")[0]||document.body).appendChild(t)}catch(t){e&&e(null)}}((function(i){var u,s={apiName:r,options:c,config:a};i?(n||(u=window.my.onMessage,window.my.onMessage=function(t){var n=t.serialId,o=t.result,r=t.type;if(n){var c=e[n];"callback"===r?c(o):(function(e,t){var n=t||{},o=n.success,r=n.fail,c=n.complete;e.error?null==r||r(e):null==o||o(e),null==c||c(e)}(o,c),delete e[n])}else u&&u(t)},n=!0),t.length&&(t.forEach(o),t=[]),o(s)):t.push(s)}))}}();const o={addPhoneContact:function(e){return n("addPhoneContact",e,{type:"async"})},alert:function(e){return n("alert",e,{type:"async"})},chooseImage:function(e){return n("chooseImage",e,{type:"async"})},choosePhoneContact:function(e){return n("choosePhoneContact",e,{type:"async"})},clearStorage:function(e){return n("clearStorage",e,{type:"async"})},closeBluetoothAdapter:function(e){return n("closeBluetoothAdapter",e,{type:"async"})},closeSocket:function(e){return n("closeSocket",e,{type:"async"})},confirm:function(e){return n("confirm",e,{type:"async"})},connectBLEDevice:function(e){return n("connectBLEDevice",e,{type:"async"})},connectSocket:function(e){return n("connectSocket",e,{type:"async"})},datePicker:function(e){return n("datePicker",e,{type:"async"})},disconnectBLEDevice:function(e){return n("disconnectBLEDevice",e,{type:"async"})},downloadFile:function(e){return n("downloadFile",e,{type:"async"})},getAuthCode:function(e){return n("getAuthCode",e,{type:"async"})},getBatteryInfo:function(e){return n("getBatteryInfo",e,{type:"async"})},getBLEDeviceCharacteristics:function(e){return n("getBLEDeviceCharacteristics",e,{type:"async"})},getBLEDeviceServices:function(e){return n("getBLEDeviceServices",e,{type:"async"})},getBluetoothAdapterState:function(e){return n("getBluetoothAdapterState",e,{type:"async"})},getBluetoothDevices:function(e){return n("getBluetoothDevices",e,{type:"async"})},getClipboard:function(e){return n("getClipboard",e,{type:"async"})},getConnectedBluetoothDevices:function(e){return n("getConnectedBluetoothDevices",e,{type:"async"})},getFileInfo:function(e){return n("getFileInfo",e,{type:"async"})},getImageInfo:function(e){return n("getImageInfo",e,{type:"async"})},getLocation:function(e){return n("getLocation",e,{type:"async"})},getNetworkType:function(e){return n("getNetworkType",e,{type:"async"})},getOpenUserInfo:function(e){return n("getOpenUserInfo",e,{type:"async"})},getSavedFileInfo:function(e){return n("getSavedFileInfo",e,{type:"async"})},getSavedFileList:function(e){return n("getSavedFileList",e,{type:"async"})},getScreenBrightness:function(e){return n("getScreenBrightness",e,{type:"async"})},getServerTime:function(e){return n("getServerTime",e,{type:"async"})},getSetting:function(e){return n("getSetting",e,{type:"async"})},getSiteInfo:function(e){return n("getSiteInfo",e,{type:"async"})},getStorage:function(e){return n("getStorage",e,{type:"async"})},getSystemInfo:function(e){return n("getSystemInfo",e,{type:"async"})},hideBackHome:function(e){return n("hideBackHome",e,{type:"async"})},hideKeyboard:function(e){return n("hideKeyboard",e,{type:"async"})},hideLoading:function(e){return n("hideLoading",e,{type:"async"})},hideNavigationBarLoading:function(e){return n("hideNavigationBarLoading",e,{type:"async"})},hideTabBar:function(e){return n("hideTabBar",e,{type:"async"})},hideToast:function(e){return n("hideToast",e,{type:"async"})},makePhoneCall:function(e){return n("makePhoneCall",e,{type:"async"})},multiLevelSelect:function(e){return n("multiLevelSelect",e,{type:"async"})},navigateBack:function(e){return n("navigateBack",e,{type:"async"})},navigateBackMiniProgram:function(e){return n("navigateBackMiniProgram",e,{type:"async"})},navigateTo:function(e){return n("navigateTo",e,{type:"async"})},navigateToMiniProgram:function(e){return n("navigateToMiniProgram",e,{type:"async"})},notifyBLECharacteristicValueChange:function(e){return n("notifyBLECharacteristicValueChange",e,{type:"async"})},offAccelerometerChange:function(e){return n("offAccelerometerChange",e,{type:"callback"})},offBLECharacteristicValueChange:function(e){return n("offBLECharacteristicValueChange",e,{type:"callback"})},offBLEConnectionStateChanged:function(e){return n("offBLEConnectionStateChanged",e,{type:"callback"})},offBluetoothAdapterStateChange:function(e){return n("offBluetoothAdapterStateChange",e,{type:"callback"})},offBluetoothDeviceFound:function(e){return n("offBluetoothDeviceFound",e,{type:"callback"})},offCompassChange:function(e){return n("offCompassChange",e,{type:"callback"})},offMemoryWarning:function(e){return n("offMemoryWarning",e,{type:"callback"})},offSocketClose:function(e){return n("offSocketClose",e,{type:"callback"})},offSocketError:function(e){return n("offSocketError",e,{type:"callback"})},offSocketMessage:function(e){return n("offSocketMessage",e,{type:"callback"})},offSocketOpen:function(e){return n("offSocketOpen",e,{type:"callback"})},offUserCaptureScreen:function(e){return n("offUserCaptureScreen",e,{type:"callback"})},onAccelerometerChange:function(e){return n("onAccelerometerChange",e,{type:"callback"})},onBLECharacteristicValueChange:function(e){return n("onBLECharacteristicValueChange",e,{type:"callback"})},onBLEConnectionStateChanged:function(e){return n("onBLEConnectionStateChanged",e,{type:"callback"})},onBluetoothAdapterStateChange:function(e){return n("onBluetoothAdapterStateChange",e,{type:"callback"})},onBluetoothDeviceFound:function(e){return n("onBluetoothDeviceFound",e,{type:"callback"})},onCompassChange:function(e){return n("onCompassChange",e,{type:"callback"})},onMemoryWarning:function(e){return n("onMemoryWarning",e,{type:"callback"})},onSocketClose:function(e){return n("onSocketClose",e,{type:"callback"})},onSocketError:function(e){return n("onSocketError",e,{type:"callback"})},onSocketMessage:function(e){return n("onSocketMessage",e,{type:"callback"})},onSocketOpen:function(e){return n("onSocketOpen",e,{type:"callback"})},onUserCaptureScreen:function(e){return n("onUserCaptureScreen",e,{type:"callback"})},openBluetoothAdapter:function(e){return n("openBluetoothAdapter",e,{type:"async"})},openDocument:function(e){return n("openDocument",e,{type:"async"})},openSetting:function(e){return n("openSetting",e,{type:"async"})},pageScrollTo:function(e){return n("pageScrollTo",e,{type:"async"})},previewImage:function(e){return n("previewImage",e,{type:"async"})},prompt:function(e){return n("prompt",e,{type:"async"})},readBLECharacteristicValue:function(e){return n("readBLECharacteristicValue",e,{type:"async"})},redirectTo:function(e){return n("redirectTo",e,{type:"async"})},reLaunch:function(e){return n("reLaunch",e,{type:"async"})},removeSavedFile:function(e){return n("removeSavedFile",e,{type:"async"})},removeStorage:function(e){return n("removeStorage",e,{type:"async"})},request:function(e){return n("request",e,{type:"async"})},saveFile:function(e){return n("saveFile",e,{type:"async"})},saveImage:function(e){return n("saveImage",e,{type:"async"})},scan:function(e){return n("scan",e,{type:"async"})},sendSocketMessage:function(e){return n("sendSocketMessage",e,{type:"async"})},setBackgroundColor:function(e){return n("setBackgroundColor",e,{type:"async"})},setCanPullDown:function(e){return n("setCanPullDown",e,{type:"sync"})},setClipboard:function(e){return n("setClipboard",e,{type:"async"})},setKeepScreenOn:function(e){return n("setKeepScreenOn",e,{type:"async"})},setNavigationBar:function(e){return n("setNavigationBar",e,{type:"async"})},setScreenBrightness:function(e){return n("setScreenBrightness",e,{type:"async"})},setStorage:function(e){return n("setStorage",e,{type:"async"})},setTabBarStyle:function(e){return n("setTabBarStyle",e,{type:"async"})},showActionSheet:function(e){return n("showActionSheet",e,{type:"async"})},showAuthGuide:function(e){return n("showAuthGuide",e,{type:"async"})},showLoading:function(e){return n("showLoading",e,{type:"async"})},showNavigationBarLoading:function(e){return n("showNavigationBarLoading",e,{type:"async"})},showToast:function(e){return n("showToast",e,{type:"async"})},signContract:function(e){return n("signContract",e,{type:"async"})},startBluetoothDevicesDiscovery:function(e){return n("startBluetoothDevicesDiscovery",e,{type:"async"})},startPullDownRefresh:function(e){return n("startPullDownRefresh",e,{type:"async"})},stopBluetoothDevicesDiscovery:function(e){return n("stopBluetoothDevicesDiscovery",e,{type:"async"})},stopPullDownRefresh:function(e){return n("stopPullDownRefresh",e,{type:"async"})},switchTab:function(e){return n("switchTab",e,{type:"async"})},tradePay:function(e){return n("tradePay",e,{type:"async"})},uploadFile:function(e){return n("uploadFile",e,{type:"async"})},vibrate:function(e){return n("vibrate",e,{type:"async"})},watchShake:function(e){return n("watchShake",e,{type:"async"})},writeBLECharacteristicValue:function(e){return n("writeBLECharacteristicValue",e,{type:"async"})},showSharePanel:function(e){return n("showSharePanel",e,{type:"async"})}};return t.default})()));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.my=t():e.my=t()}(self,(()=>(()=>{"use strict";var e={d:(t,n)=>{for(var o in n)e.o(n,o)&&!e.o(t,o)&&Object.defineProperty(t,o,{enumerable:!0,get:n[o]})},o:(e,t)=>Object.prototype.hasOwnProperty.call(e,t)},t={};e.d(t,{default:()=>o});var n=function(){var e={},t=[],n=!1;function o(t){var n=t.apiName,o=t.options,r=t.config,c=n+"_"+Math.floor(1e6*Math.random());o&&(e[c]=o);var a={type:"apiCall",api:n,serialId:c,options:o,config:r};window.my.postMessage(a)}return function(r,c,a){!function(e){try{if(window.my)return void(e&&e("ready"));var t=document.createElement("script");t.src="https://appx/web-view.min.js",t.onload=function(){var n=t.readyState;(void 0===n||/^(loaded|complete)$/.test(n))&&(t.onload=null,e&&e("loaded"))},(document.getElementsByTagName("head")[0]||document.body).appendChild(t)}catch(t){e&&e(null)}}((function(i){var u,s={apiName:r,options:c,config:a};i?(n||(u=window.my.onMessage,window.my.onMessage=function(t){var n=t.serialId,o=t.result,r=t.type;if(n){var c=e[n];"callback"===r?c(o):(function(e,t){var n=t||{},o=n.success,r=n.fail,c=n.complete;e.error?null==r||r(e):null==o||o(e),null==c||c(e)}(o,c),delete e[n])}else u&&u(t)},n=!0),t.length&&(t.forEach(o),t=[]),o(s)):t.push(s)}))}}();const o={addPhoneContact:function(e){return n("addPhoneContact",e,{type:"async"})},alert:function(e){return n("alert",e,{type:"async"})},chooseImage:function(e){return n("chooseImage",e,{type:"async"})},choosePhoneContact:function(e){return n("choosePhoneContact",e,{type:"async"})},clearStorage:function(e){return n("clearStorage",e,{type:"async"})},closeBluetoothAdapter:function(e){return n("closeBluetoothAdapter",e,{type:"async"})},closeSocket:function(e){return n("closeSocket",e,{type:"async"})},confirm:function(e){return n("confirm",e,{type:"async"})},connectBLEDevice:function(e){return n("connectBLEDevice",e,{type:"async"})},connectSocket:function(e){return n("connectSocket",e,{type:"async"})},datePicker:function(e){return n("datePicker",e,{type:"async"})},disconnectBLEDevice:function(e){return n("disconnectBLEDevice",e,{type:"async"})},downloadFile:function(e){return n("downloadFile",e,{type:"async"})},getAuthCode:function(e){return n("getAuthCode",e,{type:"async"})},getBatteryInfo:function(e){return n("getBatteryInfo",e,{type:"async"})},getBLEDeviceCharacteristics:function(e){return n("getBLEDeviceCharacteristics",e,{type:"async"})},getBLEDeviceServices:function(e){return n("getBLEDeviceServices",e,{type:"async"})},getBluetoothAdapterState:function(e){return n("getBluetoothAdapterState",e,{type:"async"})},getBluetoothDevices:function(e){return n("getBluetoothDevices",e,{type:"async"})},getClipboard:function(e){return n("getClipboard",e,{type:"async"})},getConnectedBluetoothDevices:function(e){return n("getConnectedBluetoothDevices",e,{type:"async"})},getFileInfo:function(e){return n("getFileInfo",e,{type:"async"})},getImageInfo:function(e){return n("getImageInfo",e,{type:"async"})},getLocation:function(e){return n("getLocation",e,{type:"async"})},getNetworkType:function(e){return n("getNetworkType",e,{type:"async"})},getOpenUserInfo:function(e){return n("getOpenUserInfo",e,{type:"async"})},getSavedFileInfo:function(e){return n("getSavedFileInfo",e,{type:"async"})},getSavedFileList:function(e){return n("getSavedFileList",e,{type:"async"})},getScreenBrightness:function(e){return n("getScreenBrightness",e,{type:"async"})},getServerTime:function(e){return n("getServerTime",e,{type:"async"})},getSetting:function(e){return n("getSetting",e,{type:"async"})},getSiteInfo:function(e){return n("getSiteInfo",e,{type:"async"})},getStorage:function(e){return n("getStorage",e,{type:"async"})},getSystemInfo:function(e){return n("getSystemInfo",e,{type:"async"})},hideBackHome:function(e){return n("hideBackHome",e,{type:"async"})},hideKeyboard:function(e){return n("hideKeyboard",e,{type:"async"})},hideLoading:function(e){return n("hideLoading",e,{type:"async"})},hideNavigationBarLoading:function(e){return n("hideNavigationBarLoading",e,{type:"async"})},hideTabBar:function(e){return n("hideTabBar",e,{type:"async"})},hideToast:function(e){return n("hideToast",e,{type:"async"})},makePhoneCall:function(e){return n("makePhoneCall",e,{type:"async"})},multiLevelSelect:function(e){return n("multiLevelSelect",e,{type:"async"})},navigateBack:function(e){return n("navigateBack",e,{type:"async"})},navigateBackMiniProgram:function(e){return n("navigateBackMiniProgram",e,{type:"async"})},navigateTo:function(e){return n("navigateTo",e,{type:"async"})},navigateToMiniProgram:function(e){return n("navigateToMiniProgram",e,{type:"async"})},notifyBLECharacteristicValueChange:function(e){return n("notifyBLECharacteristicValueChange",e,{type:"async"})},offAccelerometerChange:function(e){return n("offAccelerometerChange",e,{type:"callback"})},offBLECharacteristicValueChange:function(e){return n("offBLECharacteristicValueChange",e,{type:"callback"})},offBLEConnectionStateChanged:function(e){return n("offBLEConnectionStateChanged",e,{type:"callback"})},offBluetoothAdapterStateChange:function(e){return n("offBluetoothAdapterStateChange",e,{type:"callback"})},offBluetoothDeviceFound:function(e){return n("offBluetoothDeviceFound",e,{type:"callback"})},offCompassChange:function(e){return n("offCompassChange",e,{type:"callback"})},offMemoryWarning:function(e){return n("offMemoryWarning",e,{type:"callback"})},offSocketClose:function(e){return n("offSocketClose",e,{type:"callback"})},offSocketError:function(e){return n("offSocketError",e,{type:"callback"})},offSocketMessage:function(e){return n("offSocketMessage",e,{type:"callback"})},offSocketOpen:function(e){return n("offSocketOpen",e,{type:"callback"})},offUserCaptureScreen:function(e){return n("offUserCaptureScreen",e,{type:"callback"})},onAccelerometerChange:function(e){return n("onAccelerometerChange",e,{type:"callback"})},onBLECharacteristicValueChange:function(e){return n("onBLECharacteristicValueChange",e,{type:"callback"})},onBLEConnectionStateChanged:function(e){return n("onBLEConnectionStateChanged",e,{type:"callback"})},onBluetoothAdapterStateChange:function(e){return n("onBluetoothAdapterStateChange",e,{type:"callback"})},onBluetoothDeviceFound:function(e){return n("onBluetoothDeviceFound",e,{type:"callback"})},onCompassChange:function(e){return n("onCompassChange",e,{type:"callback"})},onMemoryWarning:function(e){return n("onMemoryWarning",e,{type:"callback"})},onSocketClose:function(e){return n("onSocketClose",e,{type:"callback"})},onSocketError:function(e){return n("onSocketError",e,{type:"callback"})},onSocketMessage:function(e){return n("onSocketMessage",e,{type:"callback"})},onSocketOpen:function(e){return n("onSocketOpen",e,{type:"callback"})},onUserCaptureScreen:function(e){return n("onUserCaptureScreen",e,{type:"callback"})},openBluetoothAdapter:function(e){return n("openBluetoothAdapter",e,{type:"async"})},openDocument:function(e){return n("openDocument",e,{type:"async"})},openSetting:function(e){return n("openSetting",e,{type:"async"})},pageScrollTo:function(e){return n("pageScrollTo",e,{type:"async"})},previewImage:function(e){return n("previewImage",e,{type:"async"})},prompt:function(e){return n("prompt",e,{type:"async"})},readBLECharacteristicValue:function(e){return n("readBLECharacteristicValue",e,{type:"async"})},redirectTo:function(e){return n("redirectTo",e,{type:"async"})},reLaunch:function(e){return n("reLaunch",e,{type:"async"})},removeSavedFile:function(e){return n("removeSavedFile",e,{type:"async"})},removeStorage:function(e){return n("removeStorage",e,{type:"async"})},request:function(e){return n("request",e,{type:"async"})},saveFile:function(e){return n("saveFile",e,{type:"async"})},saveImage:function(e){return n("saveImage",e,{type:"async"})},scan:function(e){return n("scan",e,{type:"async"})},sendSocketMessage:function(e){return n("sendSocketMessage",e,{type:"async"})},setBackgroundColor:function(e){return n("setBackgroundColor",e,{type:"async"})},setCanPullDown:function(e){return n("setCanPullDown",e,{type:"sync"})},setClipboard:function(e){return n("setClipboard",e,{type:"async"})},setKeepScreenOn:function(e){return n("setKeepScreenOn",e,{type:"async"})},setNavigationBar:function(e){return n("setNavigationBar",e,{type:"async"})},setScreenBrightness:function(e){return n("setScreenBrightness",e,{type:"async"})},setStorage:function(e){return n("setStorage",e,{type:"async"})},setTabBarStyle:function(e){return n("setTabBarStyle",e,{type:"async"})},showActionSheet:function(e){return n("showActionSheet",e,{type:"async"})},showAuthGuide:function(e){return n("showAuthGuide",e,{type:"async"})},showLoading:function(e){return n("showLoading",e,{type:"async"})},showNavigationBarLoading:function(e){return n("showNavigationBarLoading",e,{type:"async"})},showToast:function(e){return n("showToast",e,{type:"async"})},signContract:function(e){return n("signContract",e,{type:"async"})},startBluetoothDevicesDiscovery:function(e){return n("startBluetoothDevicesDiscovery",e,{type:"async"})},startPullDownRefresh:function(e){return n("startPullDownRefresh",e,{type:"async"})},stopBluetoothDevicesDiscovery:function(e){return n("stopBluetoothDevicesDiscovery",e,{type:"async"})},stopPullDownRefresh:function(e){return n("stopPullDownRefresh",e,{type:"async"})},switchTab:function(e){return n("switchTab",e,{type:"async"})},tradePay:function(e){return n("tradePay",e,{type:"async"})},uploadFile:function(e){return n("uploadFile",e,{type:"async"})},vibrate:function(e){return n("vibrate",e,{type:"async"})},watchShake:function(e){return n("watchShake",e,{type:"async"})},writeBLECharacteristicValue:function(e){return n("writeBLECharacteristicValue",e,{type:"async"})},showSharePanel:function(e){return n("showSharePanel",e,{type:"async"})}};return t.default})()));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.my=t():e.my=t()}(self,(()=>(()=>{"use strict";var e={d:(t,n)=>{for(var o in n)e.o(n,o)&&!e.o(t,o)&&Object.defineProperty(t,o,{enumerable:!0,get:n[o]})},o:(e,t)=>Object.prototype.hasOwnProperty.call(e,t)},t={};e.d(t,{default:()=>o});var n=function(){var e={},t=[],n=!1;function o(t){var n=t.apiName,o=t.options,r=t.config,c=n+"_"+Math.floor(1e6*Math.random());o&&(e[c]=o);var a={type:"apiCall",api:n,serialId:c,options:o,config:r};window.my.postMessage(a)}return function(r,c,a){!function(e){try{if(window.my)return void(e&&e("ready"));var t=document.createElement("script");t.src="https://appx/web-view.min.js",t.onload=function(){var n=t.readyState;(void 0===n||/^(loaded|complete)$/.test(n))&&(t.onload=null,e&&e("loaded"))},(document.getElementsByTagName("head")[0]||document.body).appendChild(t)}catch(t){e&&e(null)}}((function(i){var u,s={apiName:r,options:c,config:a};i?(n||(u=window.my.onMessage,window.my.onMessage=function(t){var n=t.serialId,o=t.result,r=t.type;if(n){var c=e[n];"callback"===r?c(o):(function(e,t){var n=t||{},o=n.success,r=n.fail,c=n.complete;e.error?null==r||r(e):null==o||o(e),null==c||c(e)}(o,c),delete e[n])}else u&&u(t)},n=!0),t.length&&(t.forEach(o),t=[]),o(s)):t.push(s)}))}}();const o={addPhoneContact:function(e){return n("addPhoneContact",e,{type:"async"})},alert:function(e){return n("alert",e,{type:"async"})},chooseImage:function(e){return n("chooseImage",e,{type:"async"})},choosePhoneContact:function(e){return n("choosePhoneContact",e,{type:"async"})},clearStorage:function(e){return n("clearStorage",e,{type:"async"})},closeBluetoothAdapter:function(e){return n("closeBluetoothAdapter",e,{type:"async"})},closeSocket:function(e){return n("closeSocket",e,{type:"async"})},confirm:function(e){return n("confirm",e,{type:"async"})},connectBLEDevice:function(e){return n("connectBLEDevice",e,{type:"async"})},connectSocket:function(e){return n("connectSocket",e,{type:"async"})},datePicker:function(e){return n("datePicker",e,{type:"async"})},disconnectBLEDevice:function(e){return n("disconnectBLEDevice",e,{type:"async"})},downloadFile:function(e){return n("downloadFile",e,{type:"async"})},getAuthCode:function(e){return n("getAuthCode",e,{type:"async"})},getBatteryInfo:function(e){return n("getBatteryInfo",e,{type:"async"})},getBLEDeviceCharacteristics:function(e){return n("getBLEDeviceCharacteristics",e,{type:"async"})},getBLEDeviceServices:function(e){return n("getBLEDeviceServices",e,{type:"async"})},getBluetoothAdapterState:function(e){return n("getBluetoothAdapterState",e,{type:"async"})},getBluetoothDevices:function(e){return n("getBluetoothDevices",e,{type:"async"})},getClipboard:function(e){return n("getClipboard",e,{type:"async"})},getConnectedBluetoothDevices:function(e){return n("getConnectedBluetoothDevices",e,{type:"async"})},getFileInfo:function(e){return n("getFileInfo",e,{type:"async"})},getImageInfo:function(e){return n("getImageInfo",e,{type:"async"})},getLocation:function(e){return n("getLocation",e,{type:"async"})},getNetworkType:function(e){return n("getNetworkType",e,{type:"async"})},getOpenUserInfo:function(e){return n("getOpenUserInfo",e,{type:"async"})},getSavedFileInfo:function(e){return n("getSavedFileInfo",e,{type:"async"})},getSavedFileList:function(e){return n("getSavedFileList",e,{type:"async"})},getScreenBrightness:function(e){return n("getScreenBrightness",e,{type:"async"})},getServerTime:function(e){return n("getServerTime",e,{type:"async"})},getSetting:function(e){return n("getSetting",e,{type:"async"})},getSiteInfo:function(e){return n("getSiteInfo",e,{type:"async"})},getStorage:function(e){return n("getStorage",e,{type:"async"})},getSystemInfo:function(e){return n("getSystemInfo",e,{type:"async"})},hideBackHome:function(e){return n("hideBackHome",e,{type:"async"})},hideKeyboard:function(e){return n("hideKeyboard",e,{type:"async"})},hideLoading:function(e){return n("hideLoading",e,{type:"async"})},hideNavigationBarLoading:function(e){return n("hideNavigationBarLoading",e,{type:"async"})},hideTabBar:function(e){return n("hideTabBar",e,{type:"async"})},hideToast:function(e){return n("hideToast",e,{type:"async"})},makePhoneCall:function(e){return n("makePhoneCall",e,{type:"async"})},multiLevelSelect:function(e){return n("multiLevelSelect",e,{type:"async"})},navigateBack:function(e){return n("navigateBack",e,{type:"async"})},navigateBackMiniProgram:function(e){return n("navigateBackMiniProgram",e,{type:"async"})},navigateTo:function(e){return n("navigateTo",e,{type:"async"})},navigateToMiniProgram:function(e){return n("navigateToMiniProgram",e,{type:"async"})},notifyBLECharacteristicValueChange:function(e){return n("notifyBLECharacteristicValueChange",e,{type:"async"})},offAccelerometerChange:function(e){return n("offAccelerometerChange",e,{type:"callback"})},offBLECharacteristicValueChange:function(e){return n("offBLECharacteristicValueChange",e,{type:"callback"})},offBLEConnectionStateChanged:function(e){return n("offBLEConnectionStateChanged",e,{type:"callback"})},offBluetoothAdapterStateChange:function(e){return n("offBluetoothAdapterStateChange",e,{type:"callback"})},offBluetoothDeviceFound:function(e){return n("offBluetoothDeviceFound",e,{type:"callback"})},offCompassChange:function(e){return n("offCompassChange",e,{type:"callback"})},offMemoryWarning:function(e){return n("offMemoryWarning",e,{type:"callback"})},offSocketClose:function(e){return n("offSocketClose",e,{type:"callback"})},offSocketError:function(e){return n("offSocketError",e,{type:"callback"})},offSocketMessage:function(e){return n("offSocketMessage",e,{type:"callback"})},offSocketOpen:function(e){return n("offSocketOpen",e,{type:"callback"})},offUserCaptureScreen:function(e){return n("offUserCaptureScreen",e,{type:"callback"})},onAccelerometerChange:function(e){return n("onAccelerometerChange",e,{type:"callback"})},onBLECharacteristicValueChange:function(e){return n("onBLECharacteristicValueChange",e,{type:"callback"})},onBLEConnectionStateChanged:function(e){return n("onBLEConnectionStateChanged",e,{type:"callback"})},onBluetoothAdapterStateChange:function(e){return n("onBluetoothAdapterStateChange",e,{type:"callback"})},onBluetoothDeviceFound:function(e){return n("onBluetoothDeviceFound",e,{type:"callback"})},onCompassChange:function(e){return n("onCompassChange",e,{type:"callback"})},onMemoryWarning:function(e){return n("onMemoryWarning",e,{type:"callback"})},onSocketClose:function(e){return n("onSocketClose",e,{type:"callback"})},onSocketError:function(e){return n("onSocketError",e,{type:"callback"})},onSocketMessage:function(e){return n("onSocketMessage",e,{type:"callback"})},onSocketOpen:function(e){return n("onSocketOpen",e,{type:"callback"})},onUserCaptureScreen:function(e){return n("onUserCaptureScreen",e,{type:"callback"})},openBluetoothAdapter:function(e){return n("openBluetoothAdapter",e,{type:"async"})},openDocument:function(e){return n("openDocument",e,{type:"async"})},openSetting:function(e){return n("openSetting",e,{type:"async"})},pageScrollTo:function(e){return n("pageScrollTo",e,{type:"async"})},previewImage:function(e){return n("previewImage",e,{type:"async"})},prompt:function(e){return n("prompt",e,{type:"async"})},readBLECharacteristicValue:function(e){return n("readBLECharacteristicValue",e,{type:"async"})},redirectTo:function(e){return n("redirectTo",e,{type:"async"})},reLaunch:function(e){return n("reLaunch",e,{type:"async"})},removeSavedFile:function(e){return n("removeSavedFile",e,{type:"async"})},removeStorage:function(e){return n("removeStorage",e,{type:"async"})},request:function(e){return n("request",e,{type:"async"})},saveFile:function(e){return n("saveFile",e,{type:"async"})},saveImage:function(e){return n("saveImage",e,{type:"async"})},scan:function(e){return n("scan",e,{type:"async"})},sendSocketMessage:function(e){return n("sendSocketMessage",e,{type:"async"})},setBackgroundColor:function(e){return n("setBackgroundColor",e,{type:"async"})},setCanPullDown:function(e){return n("setCanPullDown",e,{type:"sync"})},setClipboard:function(e){return n("setClipboard",e,{type:"async"})},setKeepScreenOn:function(e){return n("setKeepScreenOn",e,{type:"async"})},setNavigationBar:function(e){return n("setNavigationBar",e,{type:"async"})},setScreenBrightness:function(e){return n("setScreenBrightness",e,{type:"async"})},setStorage:function(e){return n("setStorage",e,{type:"async"})},setTabBarStyle:function(e){return n("setTabBarStyle",e,{type:"async"})},showActionSheet:function(e){return n("showActionSheet",e,{type:"async"})},showAuthGuide:function(e){return n("showAuthGuide",e,{type:"async"})},showLoading:function(e){return n("showLoading",e,{type:"async"})},showNavigationBarLoading:function(e){return n("showNavigationBarLoading",e,{type:"async"})},showToast:function(e){return n("showToast",e,{type:"async"})},signContract:function(e){return n("signContract",e,{type:"async"})},startBluetoothDevicesDiscovery:function(e){return n("startBluetoothDevicesDiscovery",e,{type:"async"})},startPullDownRefresh:function(e){return n("startPullDownRefresh",e,{type:"async"})},stopBluetoothDevicesDiscovery:function(e){return n("stopBluetoothDevicesDiscovery",e,{type:"async"})},stopPullDownRefresh:function(e){return n("stopPullDownRefresh",e,{type:"async"})},switchTab:function(e){return n("switchTab",e,{type:"async"})},tradePay:function(e){return n("tradePay",e,{type:"async"})},uploadFile:function(e){return n("uploadFile",e,{type:"async"})},vibrate:function(e){return n("vibrate",e,{type:"async"})},watchShake:function(e){return n("watchShake",e,{type:"async"})},writeBLECharacteristicValue:function(e){return n("writeBLECharacteristicValue",e,{type:"async"})},showSharePanel:function(e){return n("showSharePanel",e,{type:"async"})}};return t.default})()));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.my=t():e.my=t()}(self,(()=>(()=>{"use strict";var e={d:(t,n)=>{for(var o in n)e.o(n,o)&&!e.o(t,o)&&Object.defineProperty(t,o,{enumerable:!0,get:n[o]})},o:(e,t)=>Object.prototype.hasOwnProperty.call(e,t)},t={};e.d(t,{default:()=>o});var n=function(){var e={},t=[],n=!1;function o(t){var n=t.apiName,o=t.options,r=t.config,c=n+"_"+Math.floor(1e6*Math.random());o&&(e[c]=o);var a={type:"apiCall",api:n,serialId:c,options:o,config:r};window.my.postMessage(a)}return function(r,c,a){!function(e){try{if(window.my)return void(e&&e("ready"));var t=document.createElement("script");t.src="https://appx/web-view.min.js",t.onload=function(){var n=t.readyState;(void 0===n||/^(loaded|complete)$/.test(n))&&(t.onload=null,e&&e("loaded"))},(document.getElementsByTagName("head")[0]||document.body).appendChild(t)}catch(t){e&&e(null)}}((function(i){var u,y={apiName:r,options:c,config:a};i?(n||(u=window.my.onMessage,window.my.onMessage=function(t){var n=t.serialId,o=t.result,r=t.type;if(n){var c=e[n];"callback"===r?c(o):(function(e,t){var n=t||{},o=n.success,r=n.fail,c=n.complete;e.error?null==r||r(e):null==o||o(e),null==c||c(e)}(o,c),delete e[n])}else u&&u(t)},n=!0),t.length&&(t.forEach(o),t=[]),o(y)):t.push(y)}))}}();const o={addFatigueAction:function(e){return n("addFatigueAction",e,{type:"async"})},addPhoneContact:function(e){return n("addPhoneContact",e,{type:"async"})},alert:function(e){return n("alert",e,{type:"async"})},apDisableJSAPI:function(e){return n("apDisableJSAPI",e,{type:"async"})},appxrpc:function(e){return n("appxrpc",e,{type:"async"})},APRegionRPC:function(e){return n("APRegionRPC",e,{type:"async"})},batchQueryCdpSpaceInfo:function(e){return n("batchQueryCdpSpaceInfo",e,{type:"async"})},chooseImage:function(e){return n("chooseImage",e,{type:"async"})},choosePhoneContact:function(e){return n("choosePhoneContact",e,{type:"async"})},clearStorage:function(e){return n("clearStorage",e,{type:"async"})},closeBluetoothAdapter:function(e){return n("closeBluetoothAdapter",e,{type:"async"})},closeSocket:function(e){return n("closeSocket",e,{type:"async"})},confirm:function(e){return n("confirm",e,{type:"async"})},connectBLEDevice:function(e){return n("connectBLEDevice",e,{type:"async"})},connectSocket:function(e){return n("connectSocket",e,{type:"async"})},datePicker:function(e){return n("datePicker",e,{type:"async"})},disconnectBLEDevice:function(e){return n("disconnectBLEDevice",e,{type:"async"})},downloadFile:function(e){return n("downloadFile",e,{type:"async"})},exitApp:function(e){return n("exitApp",e,{type:"async"})},getAppToken:function(e){return n("getAppToken",e,{type:"async"})},getAuthCode:function(e){return n("getAuthCode",e,{type:"async"})},getBatteryInfo:function(e){return n("getBatteryInfo",e,{type:"async"})},getBLEDeviceCharacteristics:function(e){return n("getBLEDeviceCharacteristics",e,{type:"async"})},getBLEDeviceServices:function(e){return n("getBLEDeviceServices",e,{type:"async"})},getBluetoothAdapterState:function(e){return n("getBluetoothAdapterState",e,{type:"async"})},getBluetoothDevices:function(e){return n("getBluetoothDevices",e,{type:"async"})},getClipboard:function(e){return n("getClipboard",e,{type:"async"})},getComponentAuth:function(e){return n("getComponentAuth",e,{type:"async"})},getConnectedBluetoothDevices:function(e){return n("getConnectedBluetoothDevices",e,{type:"async"})},getFileInfo:function(e){return n("getFileInfo",e,{type:"async"})},getImageInfo:function(e){return n("getImageInfo",e,{type:"async"})},getLocation:function(e){return n("getLocation",e,{type:"async"})},getNetworkType:function(e){return n("getNetworkType",e,{type:"async"})},getOpenUserInfo:function(e){return n("getOpenUserInfo",e,{type:"async"})},getPaymentCode:function(e){return n("getPaymentCode",e,{type:"async"})},getPhoneNumber:function(e){return n("getPhoneNumber",e,{type:"async"})},getSavedFileInfo:function(e){return n("getSavedFileInfo",e,{type:"async"})},getSavedFileList:function(e){return n("getSavedFileList",e,{type:"async"})},getScreenBrightness:function(e){return n("getScreenBrightness",e,{type:"async"})},getServerTime:function(e){return n("getServerTime",e,{type:"async"})},getSetting:function(e){return n("getSetting",e,{type:"async"})},getSiteInfo:function(e){return n("getSiteInfo",e,{type:"async"})},getStorage:function(e){return n("getStorage",e,{type:"async"})},getSystemInfo:function(e){return n("getSystemInfo",e,{type:"async"})},hideBackHome:function(e){return n("hideBackHome",e,{type:"async"})},hideKeyboard:function(e){return n("hideKeyboard",e,{type:"async"})},hideLoading:function(e){return n("hideLoading",e,{type:"async"})},hideNavigationBarLoading:function(e){return n("hideNavigationBarLoading",e,{type:"async"})},hideTabBar:function(e){return n("hideTabBar",e,{type:"async"})},hideToast:function(e){return n("hideToast",e,{type:"async"})},inquireQuote:function(e){return n("inquireQuote",e,{type:"async"})},isInstalledApp:function(e){return n("isInstalledApp",e,{type:"async"})},makePhoneCall:function(e){return n("makePhoneCall",e,{type:"async"})},multiLevelSelect:function(e){return n("multiLevelSelect",e,{type:"async"})},navigateBack:function(e){return n("navigateBack",e,{type:"async"})},navigateBackMiniProgram:function(e){return n("navigateBackMiniProgram",e,{type:"async"})},navigateTo:function(e){return n("navigateTo",e,{type:"async"})},navigateToBizScene:function(e){return n("navigateToBizScene",e,{type:"async"})},navigateToMiniProgram:function(e){return n("navigateToMiniProgram",e,{type:"async"})},notifyBLECharacteristicValueChange:function(e){return n("notifyBLECharacteristicValueChange",e,{type:"async"})},offAccelerometerChange:function(e){return n("offAccelerometerChange",e,{type:"callback"})},offBLECharacteristicValueChange:function(e){return n("offBLECharacteristicValueChange",e,{type:"callback"})},offBLEConnectionStateChanged:function(e){return n("offBLEConnectionStateChanged",e,{type:"callback"})},offBluetoothAdapterStateChange:function(e){return n("offBluetoothAdapterStateChange",e,{type:"callback"})},offBluetoothDeviceFound:function(e){return n("offBluetoothDeviceFound",e,{type:"callback"})},offCompassChange:function(e){return n("offCompassChange",e,{type:"callback"})},offMemoryWarning:function(e){return n("offMemoryWarning",e,{type:"callback"})},offSocketClose:function(e){return n("offSocketClose",e,{type:"callback"})},offSocketError:function(e){return n("offSocketError",e,{type:"callback"})},offSocketMessage:function(e){return n("offSocketMessage",e,{type:"callback"})},offSocketOpen:function(e){return n("offSocketOpen",e,{type:"callback"})},offUserCaptureScreen:function(e){return n("offUserCaptureScreen",e,{type:"callback"})},onAccelerometerChange:function(e){return n("onAccelerometerChange",e,{type:"callback"})},onBLECharacteristicValueChange:function(e){return n("onBLECharacteristicValueChange",e,{type:"callback"})},onBLEConnectionStateChanged:function(e){return n("onBLEConnectionStateChanged",e,{type:"callback"})},onBluetoothAdapterStateChange:function(e){return n("onBluetoothAdapterStateChange",e,{type:"callback"})},onBluetoothDeviceFound:function(e){return n("onBluetoothDeviceFound",e,{type:"callback"})},onCompassChange:function(e){return n("onCompassChange",e,{type:"callback"})},onMemoryWarning:function(e){return n("onMemoryWarning",e,{type:"callback"})},onSocketClose:function(e){return n("onSocketClose",e,{type:"callback"})},onSocketError:function(e){return n("onSocketError",e,{type:"callback"})},onSocketMessage:function(e){return n("onSocketMessage",e,{type:"callback"})},onSocketOpen:function(e){return n("onSocketOpen",e,{type:"callback"})},onUserCaptureScreen:function(e){return n("onUserCaptureScreen",e,{type:"callback"})},openBluetoothAdapter:function(e){return n("openBluetoothAdapter",e,{type:"async"})},openDocument:function(e){return n("openDocument",e,{type:"async"})},openSchemeWithBacking:function(e){return n("openSchemeWithBacking",e,{type:"async"})},openSetting:function(e){return n("openSetting",e,{type:"async"})},pageScrollTo:function(e){return n("pageScrollTo",e,{type:"async"})},paySignCenter:function(e){return n("paySignCenter",e,{type:"async"})},previewImage:function(e){return n("previewImage",e,{type:"async"})},prompt:function(e){return n("prompt",e,{type:"async"})},readBLECharacteristicValue:function(e){return n("readBLECharacteristicValue",e,{type:"async"})},redirectTo:function(e){return n("redirectTo",e,{type:"async"})},regionFetchAllApps:function(e){return n("regionFetchAllApps",e,{type:"async"})},regionSearchAppsByKeywords:function(e){return n("regionSearchAppsByKeywords",e,{type:"async"})},reLaunch:function(e){return n("reLaunch",e,{type:"async"})},removeSavedFile:function(e){return n("removeSavedFile",e,{type:"async"})},removeStorage:function(e){return n("removeStorage",e,{type:"async"})},request:function(e){return n("request",e,{type:"async"})},rpc:function(e){return n("rpc",e,{type:"async"})},saveFile:function(e){return n("saveFile",e,{type:"async"})},saveImage:function(e){return n("saveImage",e,{type:"async"})},scan:function(e){return n("scan",e,{type:"async"})},sendSocketMessage:function(e){return n("sendSocketMessage",e,{type:"async"})},setBackgroundColor:function(e){return n("setBackgroundColor",e,{type:"async"})},setCanPullDown:function(e){return n("setCanPullDown",e,{type:"sync"})},setClipboard:function(e){return n("setClipboard",e,{type:"async"})},setKeepScreenOn:function(e){return n("setKeepScreenOn",e,{type:"async"})},setNavigationBar:function(e){return n("setNavigationBar",e,{type:"async"})},setOptionMenu:function(e){return n("setOptionMenu",e,{type:"async"})},setScreenBrightness:function(e){return n("setScreenBrightness",e,{type:"async"})},setStorage:function(e){return n("setStorage",e,{type:"async"})},setTabBarStyle:function(e){return n("setTabBarStyle",e,{type:"async"})},showActionSheet:function(e){return n("showActionSheet",e,{type:"async"})},showAuthGuide:function(e){return n("showAuthGuide",e,{type:"async"})},showLoading:function(e){return n("showLoading",e,{type:"async"})},showNavigationBarLoading:function(e){return n("showNavigationBarLoading",e,{type:"async"})},showToast:function(e){return n("showToast",e,{type:"async"})},signContract:function(e){return n("signContract",e,{type:"async"})},startApp:function(e){return n("startApp",e,{type:"async"})},startBizService:function(e){return n("startBizService",e,{type:"async"})},startBluetoothDevicesDiscovery:function(e){return n("startBluetoothDevicesDiscovery",e,{type:"async"})},startPullDownRefresh:function(e){return n("startPullDownRefresh",e,{type:"async"})},stopBluetoothDevicesDiscovery:function(e){return n("stopBluetoothDevicesDiscovery",e,{type:"async"})},stopPullDownRefresh:function(e){return n("stopPullDownRefresh",e,{type:"async"})},switchTab:function(e){return n("switchTab",e,{type:"async"})},thirdPartyAuthForAc:function(e){return n("thirdPartyAuthForAc",e,{type:"async"})},tradePay:function(e){return n("tradePay",e,{type:"async"})},uploadApdidToken:function(e){return n("uploadApdidToken",e,{type:"async"})},uploadFile:function(e){return n("uploadFile",e,{type:"async"})},vibrate:function(e){return n("vibrate",e,{type:"async"})},watchShake:function(e){return n("watchShake",e,{type:"async"})},writeBLECharacteristicValue:function(e){return n("writeBLECharacteristicValue",e,{type:"async"})},showSharePanel:function(e){return n("showSharePanel",e,{type:"async"})},hideOptionButton:function(e){return n("hideOptionButton",e,{type:"async"})}};return t.default})()));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.my=t():e.my=t()}(self,(()=>(()=>{"use strict";var e={d:(t,n)=>{for(var o in n)e.o(n,o)&&!e.o(t,o)&&Object.defineProperty(t,o,{enumerable:!0,get:n[o]})},o:(e,t)=>Object.prototype.hasOwnProperty.call(e,t)},t={};e.d(t,{default:()=>o});var n=function(){var e={},t=[],n=!1;function o(t){var n=t.apiName,o=t.options,r=t.config,c=n+"_"+Math.floor(1e6*Math.random());o&&(e[c]=o);var a={type:"apiCall",api:n,serialId:c,options:o,config:r};window.my.postMessage(a)}return function(r,c,a){!function(e){try{if(window.my)return void(e&&e("ready"));var t=document.createElement("script");t.src="https://appx/web-view.min.js",t.onload=function(){var n=t.readyState;(void 0===n||/^(loaded|complete)$/.test(n))&&(t.onload=null,e&&e("loaded"))},(document.getElementsByTagName("head")[0]||document.body).appendChild(t)}catch(t){e&&e(null)}}((function(i){var u,s={apiName:r,options:c,config:a};i?(n||(u=window.my.onMessage,window.my.onMessage=function(t){var n=t.serialId,o=t.result,r=t.type;if(n){var c=e[n];"callback"===r?c(o):(function(e,t){var n=t||{},o=n.success,r=n.fail,c=n.complete;e.error?null==r||r(e):null==o||o(e),null==c||c(e)}(o,c),delete e[n])}else u&&u(t)},n=!0),t.length&&(t.forEach(o),t=[]),o(s)):t.push(s)}))}}();const o={addPhoneContact:function(e){return n("addPhoneContact",e,{type:"async"})},alert:function(e){return n("alert",e,{type:"async"})},chooseImage:function(e){return n("chooseImage",e,{type:"async"})},choosePhoneContact:function(e){return n("choosePhoneContact",e,{type:"async"})},clearStorage:function(e){return n("clearStorage",e,{type:"async"})},closeBluetoothAdapter:function(e){return n("closeBluetoothAdapter",e,{type:"async"})},closeSocket:function(e){return n("closeSocket",e,{type:"async"})},confirm:function(e){return n("confirm",e,{type:"async"})},connectBLEDevice:function(e){return n("connectBLEDevice",e,{type:"async"})},connectSocket:function(e){return n("connectSocket",e,{type:"async"})},datePicker:function(e){return n("datePicker",e,{type:"async"})},disconnectBLEDevice:function(e){return n("disconnectBLEDevice",e,{type:"async"})},downloadFile:function(e){return n("downloadFile",e,{type:"async"})},getAuthCode:function(e){return n("getAuthCode",e,{type:"async"})},getBatteryInfo:function(e){return n("getBatteryInfo",e,{type:"async"})},getBLEDeviceCharacteristics:function(e){return n("getBLEDeviceCharacteristics",e,{type:"async"})},getBLEDeviceServices:function(e){return n("getBLEDeviceServices",e,{type:"async"})},getBluetoothAdapterState:function(e){return n("getBluetoothAdapterState",e,{type:"async"})},getBluetoothDevices:function(e){return n("getBluetoothDevices",e,{type:"async"})},getClipboard:function(e){return n("getClipboard",e,{type:"async"})},getConnectedBluetoothDevices:function(e){return n("getConnectedBluetoothDevices",e,{type:"async"})},getFileInfo:function(e){return n("getFileInfo",e,{type:"async"})},getImageInfo:function(e){return n("getImageInfo",e,{type:"async"})},getLocation:function(e){return n("getLocation",e,{type:"async"})},getNetworkType:function(e){return n("getNetworkType",e,{type:"async"})},getOpenUserInfo:function(e){return n("getOpenUserInfo",e,{type:"async"})},getSavedFileInfo:function(e){return n("getSavedFileInfo",e,{type:"async"})},getSavedFileList:function(e){return n("getSavedFileList",e,{type:"async"})},getScreenBrightness:function(e){return n("getScreenBrightness",e,{type:"async"})},getServerTime:function(e){return n("getServerTime",e,{type:"async"})},getSetting:function(e){return n("getSetting",e,{type:"async"})},getSiteInfo:function(e){return n("getSiteInfo",e,{type:"async"})},getStorage:function(e){return n("getStorage",e,{type:"async"})},getSystemInfo:function(e){return n("getSystemInfo",e,{type:"async"})},hideBackHome:function(e){return n("hideBackHome",e,{type:"async"})},hideKeyboard:function(e){return n("hideKeyboard",e,{type:"async"})},hideLoading:function(e){return n("hideLoading",e,{type:"async"})},hideNavigationBarLoading:function(e){return n("hideNavigationBarLoading",e,{type:"async"})},hideTabBar:function(e){return n("hideTabBar",e,{type:"async"})},hideToast:function(e){return n("hideToast",e,{type:"async"})},makePhoneCall:function(e){return n("makePhoneCall",e,{type:"async"})},multiLevelSelect:function(e){return n("multiLevelSelect",e,{type:"async"})},navigateBack:function(e){return n("navigateBack",e,{type:"async"})},navigateBackMiniProgram:function(e){return n("navigateBackMiniProgram",e,{type:"async"})},navigateTo:function(e){return n("navigateTo",e,{type:"async"})},navigateToMiniProgram:function(e){return n("navigateToMiniProgram",e,{type:"async"})},notifyBLECharacteristicValueChange:function(e){return n("notifyBLECharacteristicValueChange",e,{type:"async"})},offAccelerometerChange:function(e){return n("offAccelerometerChange",e,{type:"callback"})},offBLECharacteristicValueChange:function(e){return n("offBLECharacteristicValueChange",e,{type:"callback"})},offBLEConnectionStateChanged:function(e){return n("offBLEConnectionStateChanged",e,{type:"callback"})},offBluetoothAdapterStateChange:function(e){return n("offBluetoothAdapterStateChange",e,{type:"callback"})},offBluetoothDeviceFound:function(e){return n("offBluetoothDeviceFound",e,{type:"callback"})},offCompassChange:function(e){return n("offCompassChange",e,{type:"callback"})},offMemoryWarning:function(e){return n("offMemoryWarning",e,{type:"callback"})},offSocketClose:function(e){return n("offSocketClose",e,{type:"callback"})},offSocketError:function(e){return n("offSocketError",e,{type:"callback"})},offSocketMessage:function(e){return n("offSocketMessage",e,{type:"callback"})},offSocketOpen:function(e){return n("offSocketOpen",e,{type:"callback"})},offUserCaptureScreen:function(e){return n("offUserCaptureScreen",e,{type:"callback"})},onAccelerometerChange:function(e){return n("onAccelerometerChange",e,{type:"callback"})},onBLECharacteristicValueChange:function(e){return n("onBLECharacteristicValueChange",e,{type:"callback"})},onBLEConnectionStateChanged:function(e){return n("onBLEConnectionStateChanged",e,{type:"callback"})},onBluetoothAdapterStateChange:function(e){return n("onBluetoothAdapterStateChange",e,{type:"callback"})},onBluetoothDeviceFound:function(e){return n("onBluetoothDeviceFound",e,{type:"callback"})},onCompassChange:function(e){return n("onCompassChange",e,{type:"callback"})},onMemoryWarning:function(e){return n("onMemoryWarning",e,{type:"callback"})},onSocketClose:function(e){return n("onSocketClose",e,{type:"callback"})},onSocketError:function(e){return n("onSocketError",e,{type:"callback"})},onSocketMessage:function(e){return n("onSocketMessage",e,{type:"callback"})},onSocketOpen:function(e){return n("onSocketOpen",e,{type:"callback"})},onUserCaptureScreen:function(e){return n("onUserCaptureScreen",e,{type:"callback"})},openBluetoothAdapter:function(e){return n("openBluetoothAdapter",e,{type:"async"})},openDocument:function(e){return n("openDocument",e,{type:"async"})},openSetting:function(e){return n("openSetting",e,{type:"async"})},pageScrollTo:function(e){return n("pageScrollTo",e,{type:"async"})},previewImage:function(e){return n("previewImage",e,{type:"async"})},prompt:function(e){return n("prompt",e,{type:"async"})},readBLECharacteristicValue:function(e){return n("readBLECharacteristicValue",e,{type:"async"})},redirectTo:function(e){return n("redirectTo",e,{type:"async"})},reLaunch:function(e){return n("reLaunch",e,{type:"async"})},removeSavedFile:function(e){return n("removeSavedFile",e,{type:"async"})},removeStorage:function(e){return n("removeStorage",e,{type:"async"})},request:function(e){return n("request",e,{type:"async"})},saveFile:function(e){return n("saveFile",e,{type:"async"})},saveImage:function(e){return n("saveImage",e,{type:"async"})},scan:function(e){return n("scan",e,{type:"async"})},sendSocketMessage:function(e){return n("sendSocketMessage",e,{type:"async"})},setBackgroundColor:function(e){return n("setBackgroundColor",e,{type:"async"})},setCanPullDown:function(e){return n("setCanPullDown",e,{type:"sync"})},setClipboard:function(e){return n("setClipboard",e,{type:"async"})},setKeepScreenOn:function(e){return n("setKeepScreenOn",e,{type:"async"})},setNavigationBar:function(e){return n("setNavigationBar",e,{type:"async"})},setScreenBrightness:function(e){return n("setScreenBrightness",e,{type:"async"})},setStorage:function(e){return n("setStorage",e,{type:"async"})},setTabBarStyle:function(e){return n("setTabBarStyle",e,{type:"async"})},showActionSheet:function(e){return n("showActionSheet",e,{type:"async"})},showAuthGuide:function(e){return n("showAuthGuide",e,{type:"async"})},showLoading:function(e){return n("showLoading",e,{type:"async"})},showNavigationBarLoading:function(e){return n("showNavigationBarLoading",e,{type:"async"})},showToast:function(e){return n("showToast",e,{type:"async"})},signContract:function(e){return n("signContract",e,{type:"async"})},startBluetoothDevicesDiscovery:function(e){return n("startBluetoothDevicesDiscovery",e,{type:"async"})},startPullDownRefresh:function(e){return n("startPullDownRefresh",e,{type:"async"})},stopBluetoothDevicesDiscovery:function(e){return n("stopBluetoothDevicesDiscovery",e,{type:"async"})},stopPullDownRefresh:function(e){return n("stopPullDownRefresh",e,{type:"async"})},switchTab:function(e){return n("switchTab",e,{type:"async"})},tradePay:function(e){return n("tradePay",e,{type:"async"})},uploadFile:function(e){return n("uploadFile",e,{type:"async"})},vibrate:function(e){return n("vibrate",e,{type:"async"})},watchShake:function(e){return n("watchShake",e,{type:"async"})},writeBLECharacteristicValue:function(e){return n("writeBLECharacteristicValue",e,{type:"async"})},showSharePanel:function(e){return n("showSharePanel",e,{type:"async"})}};return t.default})()));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.my=t():e.my=t()}(self,(()=>(()=>{"use strict";var e={d:(t,n)=>{for(var o in n)e.o(n,o)&&!e.o(t,o)&&Object.defineProperty(t,o,{enumerable:!0,get:n[o]})},o:(e,t)=>Object.prototype.hasOwnProperty.call(e,t)},t={};e.d(t,{default:()=>o});var n=function(){var e={},t=[],n=!1;function o(t){var n=t.apiName,o=t.options,r=t.config,c=n+"_"+Math.floor(1e6*Math.random());o&&(e[c]=o);var a={type:"apiCall",api:n,serialId:c,options:o,config:r};window.my.postMessage(a)}return function(r,c,a){!function(e){try{if(window.my)return void(e&&e("ready"));var t=document.createElement("script");t.src="https://appx/web-view.min.js",t.onload=function(){var n=t.readyState;(void 0===n||/^(loaded|complete)$/.test(n))&&(t.onload=null,e&&e("loaded"))},(document.getElementsByTagName("head")[0]||document.body).appendChild(t)}catch(t){e&&e(null)}}((function(i){var u,s={apiName:r,options:c,config:a};i?(n||(u=window.my.onMessage,window.my.onMessage=function(t){var n=t.serialId,o=t.result,r=t.type;if(n){var c=e[n];"callback"===r?c(o):(function(e,t){var n=t||{},o=n.success,r=n.fail,c=n.complete;e.error?null==r||r(e):null==o||o(e),null==c||c(e)}(o,c),delete e[n])}else u&&u(t)},n=!0),t.length&&(t.forEach(o),t=[]),o(s)):t.push(s)}))}}();const o={addPhoneContact:function(e){return n("addPhoneContact",e,{type:"async"})},alert:function(e){return n("alert",e,{type:"async"})},chooseImage:function(e){return n("chooseImage",e,{type:"async"})},choosePhoneContact:function(e){return n("choosePhoneContact",e,{type:"async"})},clearStorage:function(e){return n("clearStorage",e,{type:"async"})},closeBluetoothAdapter:function(e){return n("closeBluetoothAdapter",e,{type:"async"})},closeSocket:function(e){return n("closeSocket",e,{type:"async"})},confirm:function(e){return n("confirm",e,{type:"async"})},connectBLEDevice:function(e){return n("connectBLEDevice",e,{type:"async"})},connectSocket:function(e){return n("connectSocket",e,{type:"async"})},datePicker:function(e){return n("datePicker",e,{type:"async"})},disconnectBLEDevice:function(e){return n("disconnectBLEDevice",e,{type:"async"})},downloadFile:function(e){return n("downloadFile",e,{type:"async"})},getAuthCode:function(e){return n("getAuthCode",e,{type:"async"})},getBatteryInfo:function(e){return n("getBatteryInfo",e,{type:"async"})},getBLEDeviceCharacteristics:function(e){return n("getBLEDeviceCharacteristics",e,{type:"async"})},getBLEDeviceServices:function(e){return n("getBLEDeviceServices",e,{type:"async"})},getBluetoothAdapterState:function(e){return n("getBluetoothAdapterState",e,{type:"async"})},getBluetoothDevices:function(e){return n("getBluetoothDevices",e,{type:"async"})},getClipboard:function(e){return n("getClipboard",e,{type:"async"})},getConnectedBluetoothDevices:function(e){return n("getConnectedBluetoothDevices",e,{type:"async"})},getFileInfo:function(e){return n("getFileInfo",e,{type:"async"})},getImageInfo:function(e){return n("getImageInfo",e,{type:"async"})},getLocation:function(e){return n("getLocation",e,{type:"async"})},getNetworkType:function(e){return n("getNetworkType",e,{type:"async"})},getOpenUserInfo:function(e){return n("getOpenUserInfo",e,{type:"async"})},getSavedFileInfo:function(e){return n("getSavedFileInfo",e,{type:"async"})},getSavedFileList:function(e){return n("getSavedFileList",e,{type:"async"})},getScreenBrightness:function(e){return n("getScreenBrightness",e,{type:"async"})},getServerTime:function(e){return n("getServerTime",e,{type:"async"})},getSetting:function(e){return n("getSetting",e,{type:"async"})},getSiteInfo:function(e){return n("getSiteInfo",e,{type:"async"})},getStorage:function(e){return n("getStorage",e,{type:"async"})},getSystemInfo:function(e){return n("getSystemInfo",e,{type:"async"})},hideBackHome:function(e){return n("hideBackHome",e,{type:"async"})},hideKeyboard:function(e){return n("hideKeyboard",e,{type:"async"})},hideLoading:function(e){return n("hideLoading",e,{type:"async"})},hideNavigationBarLoading:function(e){return n("hideNavigationBarLoading",e,{type:"async"})},hideTabBar:function(e){return n("hideTabBar",e,{type:"async"})},hideToast:function(e){return n("hideToast",e,{type:"async"})},makePhoneCall:function(e){return n("makePhoneCall",e,{type:"async"})},multiLevelSelect:function(e){return n("multiLevelSelect",e,{type:"async"})},navigateBack:function(e){return n("navigateBack",e,{type:"async"})},navigateBackMiniProgram:function(e){return n("navigateBackMiniProgram",e,{type:"async"})},navigateTo:function(e){return n("navigateTo",e,{type:"async"})},navigateToMiniProgram:function(e){return n("navigateToMiniProgram",e,{type:"async"})},notifyBLECharacteristicValueChange:function(e){return n("notifyBLECharacteristicValueChange",e,{type:"async"})},offAccelerometerChange:function(e){return n("offAccelerometerChange",e,{type:"callback"})},offBLECharacteristicValueChange:function(e){return n("offBLECharacteristicValueChange",e,{type:"callback"})},offBLEConnectionStateChanged:function(e){return n("offBLEConnectionStateChanged",e,{type:"callback"})},offBluetoothAdapterStateChange:function(e){return n("offBluetoothAdapterStateChange",e,{type:"callback"})},offBluetoothDeviceFound:function(e){return n("offBluetoothDeviceFound",e,{type:"callback"})},offCompassChange:function(e){return n("offCompassChange",e,{type:"callback"})},offMemoryWarning:function(e){return n("offMemoryWarning",e,{type:"callback"})},offSocketClose:function(e){return n("offSocketClose",e,{type:"callback"})},offSocketError:function(e){return n("offSocketError",e,{type:"callback"})},offSocketMessage:function(e){return n("offSocketMessage",e,{type:"callback"})},offSocketOpen:function(e){return n("offSocketOpen",e,{type:"callback"})},offUserCaptureScreen:function(e){return n("offUserCaptureScreen",e,{type:"callback"})},onAccelerometerChange:function(e){return n("onAccelerometerChange",e,{type:"callback"})},onBLECharacteristicValueChange:function(e){return n("onBLECharacteristicValueChange",e,{type:"callback"})},onBLEConnectionStateChanged:function(e){return n("onBLEConnectionStateChanged",e,{type:"callback"})},onBluetoothAdapterStateChange:function(e){return n("onBluetoothAdapterStateChange",e,{type:"callback"})},onBluetoothDeviceFound:function(e){return n("onBluetoothDeviceFound",e,{type:"callback"})},onCompassChange:function(e){return n("onCompassChange",e,{type:"callback"})},onMemoryWarning:function(e){return n("onMemoryWarning",e,{type:"callback"})},onSocketClose:function(e){return n("onSocketClose",e,{type:"callback"})},onSocketError:function(e){return n("onSocketError",e,{type:"callback"})},onSocketMessage:function(e){return n("onSocketMessage",e,{type:"callback"})},onSocketOpen:function(e){return n("onSocketOpen",e,{type:"callback"})},onUserCaptureScreen:function(e){return n("onUserCaptureScreen",e,{type:"callback"})},openBluetoothAdapter:function(e){return n("openBluetoothAdapter",e,{type:"async"})},openDocument:function(e){return n("openDocument",e,{type:"async"})},openSetting:function(e){return n("openSetting",e,{type:"async"})},pageScrollTo:function(e){return n("pageScrollTo",e,{type:"async"})},previewImage:function(e){return n("previewImage",e,{type:"async"})},prompt:function(e){return n("prompt",e,{type:"async"})},readBLECharacteristicValue:function(e){return n("readBLECharacteristicValue",e,{type:"async"})},redirectTo:function(e){return n("redirectTo",e,{type:"async"})},reLaunch:function(e){return n("reLaunch",e,{type:"async"})},removeSavedFile:function(e){return n("removeSavedFile",e,{type:"async"})},removeStorage:function(e){return n("removeStorage",e,{type:"async"})},request:function(e){return n("request",e,{type:"async"})},saveFile:function(e){return n("saveFile",e,{type:"async"})},saveImage:function(e){return n("saveImage",e,{type:"async"})},scan:function(e){return n("scan",e,{type:"async"})},sendSocketMessage:function(e){return n("sendSocketMessage",e,{type:"async"})},setBackgroundColor:function(e){return n("setBackgroundColor",e,{type:"async"})},setCanPullDown:function(e){return n("setCanPullDown",e,{type:"sync"})},setClipboard:function(e){return n("setClipboard",e,{type:"async"})},setKeepScreenOn:function(e){return n("setKeepScreenOn",e,{type:"async"})},setNavigationBar:function(e){return n("setNavigationBar",e,{type:"async"})},setScreenBrightness:function(e){return n("setScreenBrightness",e,{type:"async"})},setStorage:function(e){return n("setStorage",e,{type:"async"})},setTabBarStyle:function(e){return n("setTabBarStyle",e,{type:"async"})},showActionSheet:function(e){return n("showActionSheet",e,{type:"async"})},showAuthGuide:function(e){return n("showAuthGuide",e,{type:"async"})},showLoading:function(e){return n("showLoading",e,{type:"async"})},showNavigationBarLoading:function(e){return n("showNavigationBarLoading",e,{type:"async"})},showToast:function(e){return n("showToast",e,{type:"async"})},signContract:function(e){return n("signContract",e,{type:"async"})},startBluetoothDevicesDiscovery:function(e){return n("startBluetoothDevicesDiscovery",e,{type:"async"})},startPullDownRefresh:function(e){return n("startPullDownRefresh",e,{type:"async"})},stopBluetoothDevicesDiscovery:function(e){return n("stopBluetoothDevicesDiscovery",e,{type:"async"})},stopPullDownRefresh:function(e){return n("stopPullDownRefresh",e,{type:"async"})},switchTab:function(e){return n("switchTab",e,{type:"async"})},tradePay:function(e){return n("tradePay",e,{type:"async"})},uploadFile:function(e){return n("uploadFile",e,{type:"async"})},vibrate:function(e){return n("vibrate",e,{type:"async"})},watchShake:function(e){return n("watchShake",e,{type:"async"})},writeBLECharacteristicValue:function(e){return n("writeBLECharacteristicValue",e,{type:"async"})},showSharePanel:function(e){return n("showSharePanel",e,{type:"async"})}};return t.default})()));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.my=t():e.my=t()}(self,(()=>(()=>{"use strict";var e={d:(t,n)=>{for(var o in n)e.o(n,o)&&!e.o(t,o)&&Object.defineProperty(t,o,{enumerable:!0,get:n[o]})},o:(e,t)=>Object.prototype.hasOwnProperty.call(e,t)},t={};e.d(t,{default:()=>o});var n=function(){var e={},t=[],n=!1;function o(t){var n=t.apiName,o=t.options,r=t.config,c=n+"_"+Math.floor(1e6*Math.random());o&&(e[c]=o);var a={type:"apiCall",api:n,serialId:c,options:o,config:r};window.my.postMessage(a)}return function(r,c,a){!function(e){try{if(window.my)return void(e&&e("ready"));var t=document.createElement("script");t.src="https://appx/web-view.min.js",t.onload=function(){var n=t.readyState;(void 0===n||/^(loaded|complete)$/.test(n))&&(t.onload=null,e&&e("loaded"))},(document.getElementsByTagName("head")[0]||document.body).appendChild(t)}catch(t){e&&e(null)}}((function(i){var u,s={apiName:r,options:c,config:a};i?(n||(u=window.my.onMessage,window.my.onMessage=function(t){var n=t.serialId,o=t.result,r=t.type;if(n){var c=e[n];"callback"===r?c(o):(function(e,t){var n=t||{},o=n.success,r=n.fail,c=n.complete;e.error?null==r||r(e):null==o||o(e),null==c||c(e)}(o,c),delete e[n])}else u&&u(t)},n=!0),t.length&&(t.forEach(o),t=[]),o(s)):t.push(s)}))}}();const o={addPhoneContact:function(e){return n("addPhoneContact",e,{type:"async"})},alert:function(e){return n("alert",e,{type:"async"})},chooseImage:function(e){return n("chooseImage",e,{type:"async"})},choosePhoneContact:function(e){return n("choosePhoneContact",e,{type:"async"})},clearStorage:function(e){return n("clearStorage",e,{type:"async"})},closeBluetoothAdapter:function(e){return n("closeBluetoothAdapter",e,{type:"async"})},closeSocket:function(e){return n("closeSocket",e,{type:"async"})},confirm:function(e){return n("confirm",e,{type:"async"})},connectBLEDevice:function(e){return n("connectBLEDevice",e,{type:"async"})},connectSocket:function(e){return n("connectSocket",e,{type:"async"})},datePicker:function(e){return n("datePicker",e,{type:"async"})},disconnectBLEDevice:function(e){return n("disconnectBLEDevice",e,{type:"async"})},downloadFile:function(e){return n("downloadFile",e,{type:"async"})},getAuthCode:function(e){return n("getAuthCode",e,{type:"async"})},getBatteryInfo:function(e){return n("getBatteryInfo",e,{type:"async"})},getBLEDeviceCharacteristics:function(e){return n("getBLEDeviceCharacteristics",e,{type:"async"})},getBLEDeviceServices:function(e){return n("getBLEDeviceServices",e,{type:"async"})},getBluetoothAdapterState:function(e){return n("getBluetoothAdapterState",e,{type:"async"})},getBluetoothDevices:function(e){return n("getBluetoothDevices",e,{type:"async"})},getClipboard:function(e){return n("getClipboard",e,{type:"async"})},getConnectedBluetoothDevices:function(e){return n("getConnectedBluetoothDevices",e,{type:"async"})},getFileInfo:function(e){return n("getFileInfo",e,{type:"async"})},getImageInfo:function(e){return n("getImageInfo",e,{type:"async"})},getLocation:function(e){return n("getLocation",e,{type:"async"})},getNetworkType:function(e){return n("getNetworkType",e,{type:"async"})},getOpenUserInfo:function(e){return n("getOpenUserInfo",e,{type:"async"})},getSavedFileInfo:function(e){return n("getSavedFileInfo",e,{type:"async"})},getSavedFileList:function(e){return n("getSavedFileList",e,{type:"async"})},getScreenBrightness:function(e){return n("getScreenBrightness",e,{type:"async"})},getServerTime:function(e){return n("getServerTime",e,{type:"async"})},getSetting:function(e){return n("getSetting",e,{type:"async"})},getSiteInfo:function(e){return n("getSiteInfo",e,{type:"async"})},getStorage:function(e){return n("getStorage",e,{type:"async"})},getSystemInfo:function(e){return n("getSystemInfo",e,{type:"async"})},hideBackHome:function(e){return n("hideBackHome",e,{type:"async"})},hideKeyboard:function(e){return n("hideKeyboard",e,{type:"async"})},hideLoading:function(e){return n("hideLoading",e,{type:"async"})},hideNavigationBarLoading:function(e){return n("hideNavigationBarLoading",e,{type:"async"})},hideTabBar:function(e){return n("hideTabBar",e,{type:"async"})},hideToast:function(e){return n("hideToast",e,{type:"async"})},makePhoneCall:function(e){return n("makePhoneCall",e,{type:"async"})},multiLevelSelect:function(e){return n("multiLevelSelect",e,{type:"async"})},navigateBack:function(e){return n("navigateBack",e,{type:"async"})},navigateBackMiniProgram:function(e){return n("navigateBackMiniProgram",e,{type:"async"})},navigateTo:function(e){return n("navigateTo",e,{type:"async"})},navigateToMiniProgram:function(e){return n("navigateToMiniProgram",e,{type:"async"})},notifyBLECharacteristicValueChange:function(e){return n("notifyBLECharacteristicValueChange",e,{type:"async"})},offAccelerometerChange:function(e){return n("offAccelerometerChange",e,{type:"callback"})},offBLECharacteristicValueChange:function(e){return n("offBLECharacteristicValueChange",e,{type:"callback"})},offBLEConnectionStateChanged:function(e){return n("offBLEConnectionStateChanged",e,{type:"callback"})},offBluetoothAdapterStateChange:function(e){return n("offBluetoothAdapterStateChange",e,{type:"callback"})},offBluetoothDeviceFound:function(e){return n("offBluetoothDeviceFound",e,{type:"callback"})},offCompassChange:function(e){return n("offCompassChange",e,{type:"callback"})},offMemoryWarning:function(e){return n("offMemoryWarning",e,{type:"callback"})},offSocketClose:function(e){return n("offSocketClose",e,{type:"callback"})},offSocketError:function(e){return n("offSocketError",e,{type:"callback"})},offSocketMessage:function(e){return n("offSocketMessage",e,{type:"callback"})},offSocketOpen:function(e){return n("offSocketOpen",e,{type:"callback"})},offUserCaptureScreen:function(e){return n("offUserCaptureScreen",e,{type:"callback"})},onAccelerometerChange:function(e){return n("onAccelerometerChange",e,{type:"callback"})},onBLECharacteristicValueChange:function(e){return n("onBLECharacteristicValueChange",e,{type:"callback"})},onBLEConnectionStateChanged:function(e){return n("onBLEConnectionStateChanged",e,{type:"callback"})},onBluetoothAdapterStateChange:function(e){return n("onBluetoothAdapterStateChange",e,{type:"callback"})},onBluetoothDeviceFound:function(e){return n("onBluetoothDeviceFound",e,{type:"callback"})},onCompassChange:function(e){return n("onCompassChange",e,{type:"callback"})},onMemoryWarning:function(e){return n("onMemoryWarning",e,{type:"callback"})},onSocketClose:function(e){return n("onSocketClose",e,{type:"callback"})},onSocketError:function(e){return n("onSocketError",e,{type:"callback"})},onSocketMessage:function(e){return n("onSocketMessage",e,{type:"callback"})},onSocketOpen:function(e){return n("onSocketOpen",e,{type:"callback"})},onUserCaptureScreen:function(e){return n("onUserCaptureScreen",e,{type:"callback"})},openBluetoothAdapter:function(e){return n("openBluetoothAdapter",e,{type:"async"})},openDocument:function(e){return n("openDocument",e,{type:"async"})},openSetting:function(e){return n("openSetting",e,{type:"async"})},pageScrollTo:function(e){return n("pageScrollTo",e,{type:"async"})},previewImage:function(e){return n("previewImage",e,{type:"async"})},prompt:function(e){return n("prompt",e,{type:"async"})},readBLECharacteristicValue:function(e){return n("readBLECharacteristicValue",e,{type:"async"})},redirectTo:function(e){return n("redirectTo",e,{type:"async"})},reLaunch:function(e){return n("reLaunch",e,{type:"async"})},removeSavedFile:function(e){return n("removeSavedFile",e,{type:"async"})},removeStorage:function(e){return n("removeStorage",e,{type:"async"})},request:function(e){return n("request",e,{type:"async"})},saveFile:function(e){return n("saveFile",e,{type:"async"})},saveImage:function(e){return n("saveImage",e,{type:"async"})},scan:function(e){return n("scan",e,{type:"async"})},sendSocketMessage:function(e){return n("sendSocketMessage",e,{type:"async"})},setBackgroundColor:function(e){return n("setBackgroundColor",e,{type:"async"})},setCanPullDown:function(e){return n("setCanPullDown",e,{type:"sync"})},setClipboard:function(e){return n("setClipboard",e,{type:"async"})},setKeepScreenOn:function(e){return n("setKeepScreenOn",e,{type:"async"})},setNavigationBar:function(e){return n("setNavigationBar",e,{type:"async"})},setScreenBrightness:function(e){return n("setScreenBrightness",e,{type:"async"})},setStorage:function(e){return n("setStorage",e,{type:"async"})},setTabBarStyle:function(e){return n("setTabBarStyle",e,{type:"async"})},showActionSheet:function(e){return n("showActionSheet",e,{type:"async"})},showAuthGuide:function(e){return n("showAuthGuide",e,{type:"async"})},showLoading:function(e){return n("showLoading",e,{type:"async"})},showNavigationBarLoading:function(e){return n("showNavigationBarLoading",e,{type:"async"})},showToast:function(e){return n("showToast",e,{type:"async"})},signContract:function(e){return n("signContract",e,{type:"async"})},startBluetoothDevicesDiscovery:function(e){return n("startBluetoothDevicesDiscovery",e,{type:"async"})},startPullDownRefresh:function(e){return n("startPullDownRefresh",e,{type:"async"})},stopBluetoothDevicesDiscovery:function(e){return n("stopBluetoothDevicesDiscovery",e,{type:"async"})},stopPullDownRefresh:function(e){return n("stopPullDownRefresh",e,{type:"async"})},switchTab:function(e){return n("switchTab",e,{type:"async"})},tradePay:function(e){return n("tradePay",e,{type:"async"})},uploadFile:function(e){return n("uploadFile",e,{type:"async"})},vibrate:function(e){return n("vibrate",e,{type:"async"})},watchShake:function(e){return n("watchShake",e,{type:"async"})},writeBLECharacteristicValue:function(e){return n("writeBLECharacteristicValue",e,{type:"async"})},showSharePanel:function(e){return n("showSharePanel",e,{type:"async"})}};return t.default})()));
|
package/lib/umd/web_alipay.js
CHANGED
|
@@ -1,2 +1 @@
|
|
|
1
|
-
/*! For license information please see web_alipay.js.LICENSE.txt */
|
|
2
|
-
!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?exports.my=e():t.my=e()}(self,(()=>(()=>{var t={3658:(t,e,r)=>{"use strict";r.d(e,{Z:()=>n});const n="object"==typeof r.g&&r.g&&r.g.Object===Object&&r.g},682:(t,e,r)=>{"use strict";r.d(e,{Z:()=>a});var n=r(3658);t=r.hmd(t);var o="object"==typeof exports&&exports&&!exports.nodeType&&exports,i=o&&t&&!t.nodeType&&t,c=i&&i.exports===o&&n.Z.process;const a=function(){try{return c&&c.binding&&c.binding("util")}catch(t){}}()},8978:(t,e,r)=>{"use strict";r.d(e,{Z:()=>i});var n=r(3658),o="object"==typeof self&&self&&self.Object===Object&&self;const i=n.Z||o||Function("return this")()},8408:(t,e,r)=>{"use strict";r.d(e,{Z:()=>a});var n=r(8978);t=r.hmd(t);var o="object"==typeof exports&&exports&&!exports.nodeType&&exports,i=o&&t&&!t.nodeType&&t,c=i&&i.exports===o?n.Z.Buffer:void 0;const a=(c?c.isBuffer:void 0)||function(){return!1}},7061:(t,e,r)=>{var n=r(8698).default;function o(){"use strict";t.exports=o=function(){return e},t.exports.__esModule=!0,t.exports.default=t.exports;var e={},r=Object.prototype,i=r.hasOwnProperty,c="function"==typeof Symbol?Symbol:{},a=c.iterator||"@@iterator",u=c.asyncIterator||"@@asyncIterator",s=c.toStringTag||"@@toStringTag";function p(t,e,r){return Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}),t[e]}try{p({},"")}catch(t){p=function(t,e,r){return t[e]=r}}function f(t,e,r,n){var o=e&&e.prototype instanceof b?e:b,i=Object.create(o.prototype),c=new E(n||[]);return i._invoke=function(t,e,r){var n="suspendedStart";return function(o,i){if("executing"===n)throw new Error("Generator is already running");if("completed"===n){if("throw"===o)throw i;return{value:void 0,done:!0}}for(r.method=o,r.arg=i;;){var c=r.delegate;if(c){var a=P(c,r);if(a){if(a===y)continue;return a}}if("next"===r.method)r.sent=r._sent=r.arg;else if("throw"===r.method){if("suspendedStart"===n)throw n="completed",r.arg;r.dispatchException(r.arg)}else"return"===r.method&&r.abrupt("return",r.arg);n="executing";var u=l(t,e,r);if("normal"===u.type){if(n=r.done?"completed":"suspendedYield",u.arg===y)continue;return{value:u.arg,done:r.done}}"throw"===u.type&&(n="completed",r.method="throw",r.arg=u.arg)}}}(t,r,c),i}function l(t,e,r){try{return{type:"normal",arg:t.call(e,r)}}catch(t){return{type:"throw",arg:t}}}e.wrap=f;var y={};function b(){}function v(){}function O(){}var g={};p(g,a,(function(){return this}));var h=Object.getPrototypeOf,d=h&&h(h(D([])));d&&d!==r&&i.call(d,a)&&(g=d);var m=O.prototype=b.prototype=Object.create(g);function j(t){["next","throw","return"].forEach((function(e){p(t,e,(function(t){return this._invoke(e,t)}))}))}function w(t,e){function r(o,c,a,u){var s=l(t[o],t,c);if("throw"!==s.type){var p=s.arg,f=p.value;return f&&"object"==n(f)&&i.call(f,"__await")?e.resolve(f.__await).then((function(t){r("next",t,a,u)}),(function(t){r("throw",t,a,u)})):e.resolve(f).then((function(t){p.value=t,a(p)}),(function(t){return r("throw",t,a,u)}))}u(s.arg)}var o;this._invoke=function(t,n){function i(){return new e((function(e,o){r(t,n,e,o)}))}return o=o?o.then(i,i):i()}}function P(t,e){var r=t.iterator[e.method];if(void 0===r){if(e.delegate=null,"throw"===e.method){if(t.iterator.return&&(e.method="return",e.arg=void 0,P(t,e),"throw"===e.method))return y;e.method="throw",e.arg=new TypeError("The iterator does not provide a 'throw' method")}return y}var n=l(r,t.iterator,e.arg);if("throw"===n.type)return e.method="throw",e.arg=n.arg,e.delegate=null,y;var o=n.arg;return o?o.done?(e[t.resultName]=o.value,e.next=t.nextLoc,"return"!==e.method&&(e.method="next",e.arg=void 0),e.delegate=null,y):o:(e.method="throw",e.arg=new TypeError("iterator result is not an object"),e.delegate=null,y)}function _(t){var e={tryLoc:t[0]};1 in t&&(e.catchLoc=t[1]),2 in t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e)}function S(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function E(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(_,this),this.reset(!0)}function D(t){if(t){var e=t[a];if(e)return e.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var r=-1,n=function e(){for(;++r<t.length;)if(i.call(t,r))return e.value=t[r],e.done=!1,e;return e.value=void 0,e.done=!0,e};return n.next=n}}return{next:x}}function x(){return{value:void 0,done:!0}}return v.prototype=O,p(m,"constructor",O),p(O,"constructor",v),v.displayName=p(O,s,"GeneratorFunction"),e.isGeneratorFunction=function(t){var e="function"==typeof t&&t.constructor;return!!e&&(e===v||"GeneratorFunction"===(e.displayName||e.name))},e.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,O):(t.__proto__=O,p(t,s,"GeneratorFunction")),t.prototype=Object.create(m),t},e.awrap=function(t){return{__await:t}},j(w.prototype),p(w.prototype,u,(function(){return this})),e.AsyncIterator=w,e.async=function(t,r,n,o,i){void 0===i&&(i=Promise);var c=new w(f(t,r,n,o),i);return e.isGeneratorFunction(r)?c:c.next().then((function(t){return t.done?t.value:c.next()}))},j(m),p(m,s,"Generator"),p(m,a,(function(){return this})),p(m,"toString",(function(){return"[object Generator]"})),e.keys=function(t){var e=[];for(var r in t)e.push(r);return e.reverse(),function r(){for(;e.length;){var n=e.pop();if(n in t)return r.value=n,r.done=!1,r}return r.done=!0,r}},e.values=D,E.prototype={constructor:E,reset:function(t){if(this.prev=0,this.next=0,this.sent=this._sent=void 0,this.done=!1,this.delegate=null,this.method="next",this.arg=void 0,this.tryEntries.forEach(S),!t)for(var e in this)"t"===e.charAt(0)&&i.call(this,e)&&!isNaN(+e.slice(1))&&(this[e]=void 0)},stop:function(){this.done=!0;var t=this.tryEntries[0].completion;if("throw"===t.type)throw t.arg;return this.rval},dispatchException:function(t){if(this.done)throw t;var e=this;function r(r,n){return c.type="throw",c.arg=t,e.next=r,n&&(e.method="next",e.arg=void 0),!!n}for(var n=this.tryEntries.length-1;n>=0;--n){var o=this.tryEntries[n],c=o.completion;if("root"===o.tryLoc)return r("end");if(o.tryLoc<=this.prev){var a=i.call(o,"catchLoc"),u=i.call(o,"finallyLoc");if(a&&u){if(this.prev<o.catchLoc)return r(o.catchLoc,!0);if(this.prev<o.finallyLoc)return r(o.finallyLoc)}else if(a){if(this.prev<o.catchLoc)return r(o.catchLoc,!0)}else{if(!u)throw new Error("try statement without catch or finally");if(this.prev<o.finallyLoc)return r(o.finallyLoc)}}}},abrupt:function(t,e){for(var r=this.tryEntries.length-1;r>=0;--r){var n=this.tryEntries[r];if(n.tryLoc<=this.prev&&i.call(n,"finallyLoc")&&this.prev<n.finallyLoc){var o=n;break}}o&&("break"===t||"continue"===t)&&o.tryLoc<=e&&e<=o.finallyLoc&&(o=null);var c=o?o.completion:{};return c.type=t,c.arg=e,o?(this.method="next",this.next=o.finallyLoc,y):this.complete(c)},complete:function(t,e){if("throw"===t.type)throw t.arg;return"break"===t.type||"continue"===t.type?this.next=t.arg:"return"===t.type?(this.rval=this.arg=t.arg,this.method="return",this.next="end"):"normal"===t.type&&e&&(this.next=e),y},finish:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var r=this.tryEntries[e];if(r.finallyLoc===t)return this.complete(r.completion,r.afterLoc),S(r),y}},catch:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var r=this.tryEntries[e];if(r.tryLoc===t){var n=r.completion;if("throw"===n.type){var o=n.arg;S(r)}return o}}throw new Error("illegal catch attempt")},delegateYield:function(t,e,r){return this.delegate={iterator:D(t),resultName:e,nextLoc:r},"next"===this.method&&(this.arg=void 0),y}},e}t.exports=o,t.exports.__esModule=!0,t.exports.default=t.exports},8698:t=>{function e(r){return t.exports=e="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t.exports.__esModule=!0,t.exports.default=t.exports,e(r)}t.exports=e,t.exports.__esModule=!0,t.exports.default=t.exports},4687:(t,e,r)=>{var n=r(7061)();t.exports=n;try{regeneratorRuntime=n}catch(t){"object"==typeof globalThis?globalThis.regeneratorRuntime=n:Function("r","regeneratorRuntime = r")(n)}}},e={};function r(n){var o=e[n];if(void 0!==o)return o.exports;var i=e[n]={id:n,loaded:!1,exports:{}};return t[n](i,i.exports,r),i.loaded=!0,i.exports}r.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return r.d(e,{a:e}),e},r.d=(t,e)=>{for(var n in e)r.o(e,n)&&!r.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:e[n]})},r.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(t){if("object"==typeof window)return window}}(),r.hmd=t=>((t=Object.create(t)).children||(t.children=[]),Object.defineProperty(t,"exports",{enumerable:!0,set:()=>{throw new Error("ES Modules may not assign module.exports or exports.*, Use ESM export syntax, instead: "+t.id)}}),t),r.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e);var n={};return(()=>{"use strict";function t(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}function e(t,e,r,n,o,i,c){try{var a=t[i](c),u=a.value}catch(t){return void r(t)}a.done?e(u):Promise.resolve(u).then(n,o)}function o(t){return function(){var r=this,n=arguments;return new Promise((function(o,i){var c=t.apply(r,n);function a(t){e(c,o,i,a,u,"next",t)}function u(t){e(c,o,i,a,u,"throw",t)}a(void 0)}))}}r.d(n,{default:()=>Hr});var i=r(4687),c=r.n(i);function a(t){return function(){try{return t.apply(void 0,arguments)}catch(t){return"undefined"!=typeof console&&console.error&&console.error(t),null}}}a.async=function(t){return o(c().mark((function e(){var r=arguments;return c().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.prev=0,e.next=3,t.apply(void 0,r);case 3:return e.abrupt("return",e.sent);case 6:return e.prev=6,e.t0=e.catch(0),"undefined"!=typeof console&&console.error&&console.error(e.t0),e.abrupt("return",null);case 10:case"end":return e.stop()}}),e,null,[[0,6]])})))};const u=a,s=function(t,e){return t===e||t!=t&&e!=e},p=function(t,e){for(var r=t.length;r--;)if(s(t[r][0],e))return r;return-1};var f=Array.prototype.splice;function l(t){var e=-1,r=null==t?0:t.length;for(this.clear();++e<r;){var n=t[e];this.set(n[0],n[1])}}l.prototype.clear=function(){this.__data__=[],this.size=0},l.prototype.delete=function(t){var e=this.__data__,r=p(e,t);return!(r<0||(r==e.length-1?e.pop():f.call(e,r,1),--this.size,0))},l.prototype.get=function(t){var e=this.__data__,r=p(e,t);return r<0?void 0:e[r][1]},l.prototype.has=function(t){return p(this.__data__,t)>-1},l.prototype.set=function(t,e){var r=this.__data__,n=p(r,t);return n<0?(++this.size,r.push([t,e])):r[n][1]=e,this};const y=l;var b=r(8978);const v=b.Z.Symbol;var O=Object.prototype,g=O.hasOwnProperty,h=O.toString,d=v?v.toStringTag:void 0;var m=Object.prototype.toString;var j=v?v.toStringTag:void 0;const w=function(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":j&&j in Object(t)?function(t){var e=g.call(t,d),r=t[d];try{t[d]=void 0;var n=!0}catch(t){}var o=h.call(t);return n&&(e?t[d]=r:delete t[d]),o}(t):function(t){return m.call(t)}(t)},P=function(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)},_=function(t){if(!P(t))return!1;var e=w(t);return"[object Function]"==e||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e},S=b.Z["__core-js_shared__"];var E,D=(E=/[^.]+$/.exec(S&&S.keys&&S.keys.IE_PROTO||""))?"Symbol(src)_1."+E:"";var x=Function.prototype.toString;const T=function(t){if(null!=t){try{return x.call(t)}catch(t){}try{return t+""}catch(t){}}return""};var A=/^\[object .+?Constructor\]$/,k=Function.prototype,L=Object.prototype,I=k.toString,N=L.hasOwnProperty,M=RegExp("^"+I.call(N).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");const F=function(t){return!(!P(t)||(e=t,D&&D in e))&&(_(t)?M:A).test(T(t));var e},B=function(t,e){var r=function(t,e){return null==t?void 0:t[e]}(t,e);return F(r)?r:void 0},z=B(b.Z,"Map"),C=B(Object,"create");var R=Object.prototype.hasOwnProperty;var W=Object.prototype.hasOwnProperty;function Z(t){var e=-1,r=null==t?0:t.length;for(this.clear();++e<r;){var n=t[e];this.set(n[0],n[1])}}Z.prototype.clear=function(){this.__data__=C?C(null):{},this.size=0},Z.prototype.delete=function(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e},Z.prototype.get=function(t){var e=this.__data__;if(C){var r=e[t];return"__lodash_hash_undefined__"===r?void 0:r}return R.call(e,t)?e[t]:void 0},Z.prototype.has=function(t){var e=this.__data__;return C?void 0!==e[t]:W.call(e,t)},Z.prototype.set=function(t,e){var r=this.__data__;return this.size+=this.has(t)?0:1,r[t]=C&&void 0===e?"__lodash_hash_undefined__":e,this};const $=Z,U=function(t,e){var r,n,o=t.__data__;return("string"==(n=typeof(r=e))||"number"==n||"symbol"==n||"boolean"==n?"__proto__"!==r:null===r)?o["string"==typeof e?"string":"hash"]:o.map};function G(t){var e=-1,r=null==t?0:t.length;for(this.clear();++e<r;){var n=t[e];this.set(n[0],n[1])}}G.prototype.clear=function(){this.size=0,this.__data__={hash:new $,map:new(z||y),string:new $}},G.prototype.delete=function(t){var e=U(this,t).delete(t);return this.size-=e?1:0,e},G.prototype.get=function(t){return U(this,t).get(t)},G.prototype.has=function(t){return U(this,t).has(t)},G.prototype.set=function(t,e){var r=U(this,t),n=r.size;return r.set(t,e),this.size+=r.size==n?0:1,this};const H=G;function q(t){var e=this.__data__=new y(t);this.size=e.size}q.prototype.clear=function(){this.__data__=new y,this.size=0},q.prototype.delete=function(t){var e=this.__data__,r=e.delete(t);return this.size=e.size,r},q.prototype.get=function(t){return this.__data__.get(t)},q.prototype.has=function(t){return this.__data__.has(t)},q.prototype.set=function(t,e){var r=this.__data__;if(r instanceof y){var n=r.__data__;if(!z||n.length<199)return n.push([t,e]),this.size=++r.size,this;r=this.__data__=new H(n)}return r.set(t,e),this.size=r.size,this};const J=q;function Q(t){var e=-1,r=null==t?0:t.length;for(this.__data__=new H;++e<r;)this.add(t[e])}Q.prototype.add=Q.prototype.push=function(t){return this.__data__.set(t,"__lodash_hash_undefined__"),this},Q.prototype.has=function(t){return this.__data__.has(t)};const V=Q,K=function(t,e){for(var r=-1,n=null==t?0:t.length;++r<n;)if(e(t[r],r,t))return!0;return!1},Y=function(t,e,r,n,o,i){var c=1&r,a=t.length,u=e.length;if(a!=u&&!(c&&u>a))return!1;var s=i.get(t);if(s&&i.get(e))return s==e;var p=-1,f=!0,l=2&r?new V:void 0;for(i.set(t,e),i.set(e,t);++p<a;){var y=t[p],b=e[p];if(n)var v=c?n(b,y,p,e,t,i):n(y,b,p,t,e,i);if(void 0!==v){if(v)continue;f=!1;break}if(l){if(!K(e,(function(t,e){if(c=e,!l.has(c)&&(y===t||o(y,t,r,n,i)))return l.push(e);var c}))){f=!1;break}}else if(y!==b&&!o(y,b,r,n,i)){f=!1;break}}return i.delete(t),i.delete(e),f},X=b.Z.Uint8Array,tt=function(t){var e=-1,r=Array(t.size);return t.forEach((function(t,n){r[++e]=[n,t]})),r},et=function(t){var e=-1,r=Array(t.size);return t.forEach((function(t){r[++e]=t})),r};var rt=v?v.prototype:void 0,nt=rt?rt.valueOf:void 0;const ot=Array.isArray;var it=Object.prototype.propertyIsEnumerable,ct=Object.getOwnPropertySymbols;const at=ct?function(t){return null==t?[]:(t=Object(t),function(t,e){for(var r=-1,n=null==t?0:t.length,o=0,i=[];++r<n;){var c=t[r];e(c,r,t)&&(i[o++]=c)}return i}(ct(t),(function(e){return it.call(t,e)})))}:function(){return[]},ut=function(t){return null!=t&&"object"==typeof t},st=function(t){return ut(t)&&"[object Arguments]"==w(t)};var pt=Object.prototype,ft=pt.hasOwnProperty,lt=pt.propertyIsEnumerable;const yt=st(function(){return arguments}())?st:function(t){return ut(t)&&ft.call(t,"callee")&&!lt.call(t,"callee")};var bt=r(8408),vt=/^(?:0|[1-9]\d*)$/;const Ot=function(t,e){var r=typeof t;return!!(e=null==e?9007199254740991:e)&&("number"==r||"symbol"!=r&&vt.test(t))&&t>-1&&t%1==0&&t<e},gt=function(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=9007199254740991};var ht={};ht["[object Float32Array]"]=ht["[object Float64Array]"]=ht["[object Int8Array]"]=ht["[object Int16Array]"]=ht["[object Int32Array]"]=ht["[object Uint8Array]"]=ht["[object Uint8ClampedArray]"]=ht["[object Uint16Array]"]=ht["[object Uint32Array]"]=!0,ht["[object Arguments]"]=ht["[object Array]"]=ht["[object ArrayBuffer]"]=ht["[object Boolean]"]=ht["[object DataView]"]=ht["[object Date]"]=ht["[object Error]"]=ht["[object Function]"]=ht["[object Map]"]=ht["[object Number]"]=ht["[object Object]"]=ht["[object RegExp]"]=ht["[object Set]"]=ht["[object String]"]=ht["[object WeakMap]"]=!1;var dt=r(682),mt=dt.Z&&dt.Z.isTypedArray;const jt=mt?(wt=mt,function(t){return wt(t)}):function(t){return ut(t)&>(t.length)&&!!ht[w(t)]};var wt,Pt=Object.prototype.hasOwnProperty;const _t=function(t,e){var r=ot(t),n=!r&&yt(t),o=!r&&!n&&(0,bt.Z)(t),i=!r&&!n&&!o&&jt(t),c=r||n||o||i,a=c?function(t,e){for(var r=-1,n=Array(t);++r<t;)n[r]=e(r);return n}(t.length,String):[],u=a.length;for(var s in t)!e&&!Pt.call(t,s)||c&&("length"==s||o&&("offset"==s||"parent"==s)||i&&("buffer"==s||"byteLength"==s||"byteOffset"==s)||Ot(s,u))||a.push(s);return a};var St=Object.prototype;const Et=function(t,e){return function(r){return t(e(r))}}(Object.keys,Object);var Dt=Object.prototype.hasOwnProperty;const xt=function(t){if(r=(e=t)&&e.constructor,e!==("function"==typeof r&&r.prototype||St))return Et(t);var e,r,n=[];for(var o in Object(t))Dt.call(t,o)&&"constructor"!=o&&n.push(o);return n},Tt=function(t){return null!=t&>(t.length)&&!_(t)},At=function(t){return Tt(t)?_t(t):xt(t)},kt=function(t){return function(t,e,r){var n=e(t);return ot(t)?n:function(t,e){for(var r=-1,n=e.length,o=t.length;++r<n;)t[o+r]=e[r];return t}(n,r(t))}(t,At,at)};var Lt=Object.prototype.hasOwnProperty;const It=B(b.Z,"DataView"),Nt=B(b.Z,"Promise"),Mt=B(b.Z,"Set"),Ft=B(b.Z,"WeakMap");var Bt="[object Map]",zt="[object Promise]",Ct="[object Set]",Rt="[object WeakMap]",Wt="[object DataView]",Zt=T(It),$t=T(z),Ut=T(Nt),Gt=T(Mt),Ht=T(Ft),qt=w;(It&&qt(new It(new ArrayBuffer(1)))!=Wt||z&&qt(new z)!=Bt||Nt&&qt(Nt.resolve())!=zt||Mt&&qt(new Mt)!=Ct||Ft&&qt(new Ft)!=Rt)&&(qt=function(t){var e=w(t),r="[object Object]"==e?t.constructor:void 0,n=r?T(r):"";if(n)switch(n){case Zt:return Wt;case $t:return Bt;case Ut:return zt;case Gt:return Ct;case Ht:return Rt}return e});const Jt=qt;var Qt="[object Arguments]",Vt="[object Array]",Kt="[object Object]",Yt=Object.prototype.hasOwnProperty;const Xt=function(t,e,r,n,o,i){var c=ot(t),a=ot(e),u=c?Vt:Jt(t),p=a?Vt:Jt(e),f=(u=u==Qt?Kt:u)==Kt,l=(p=p==Qt?Kt:p)==Kt,y=u==p;if(y&&(0,bt.Z)(t)){if(!(0,bt.Z)(e))return!1;c=!0,f=!1}if(y&&!f)return i||(i=new J),c||jt(t)?Y(t,e,r,n,o,i):function(t,e,r,n,o,i,c){switch(r){case"[object DataView]":if(t.byteLength!=e.byteLength||t.byteOffset!=e.byteOffset)return!1;t=t.buffer,e=e.buffer;case"[object ArrayBuffer]":return!(t.byteLength!=e.byteLength||!i(new X(t),new X(e)));case"[object Boolean]":case"[object Date]":case"[object Number]":return s(+t,+e);case"[object Error]":return t.name==e.name&&t.message==e.message;case"[object RegExp]":case"[object String]":return t==e+"";case"[object Map]":var a=tt;case"[object Set]":var u=1&n;if(a||(a=et),t.size!=e.size&&!u)return!1;var p=c.get(t);if(p)return p==e;n|=2,c.set(t,e);var f=Y(a(t),a(e),n,o,i,c);return c.delete(t),f;case"[object Symbol]":if(nt)return nt.call(t)==nt.call(e)}return!1}(t,e,u,r,n,o,i);if(!(1&r)){var b=f&&Yt.call(t,"__wrapped__"),v=l&&Yt.call(e,"__wrapped__");if(b||v){var O=b?t.value():t,g=v?e.value():e;return i||(i=new J),o(O,g,r,n,i)}}return!!y&&(i||(i=new J),function(t,e,r,n,o,i){var c=1&r,a=kt(t),u=a.length;if(u!=kt(e).length&&!c)return!1;for(var s=u;s--;){var p=a[s];if(!(c?p in e:Lt.call(e,p)))return!1}var f=i.get(t);if(f&&i.get(e))return f==e;var l=!0;i.set(t,e),i.set(e,t);for(var y=c;++s<u;){var b=t[p=a[s]],v=e[p];if(n)var O=c?n(v,b,p,e,t,i):n(b,v,p,t,e,i);if(!(void 0===O?b===v||o(b,v,r,n,i):O)){l=!1;break}y||(y="constructor"==p)}if(l&&!y){var g=t.constructor,h=e.constructor;g==h||!("constructor"in t)||!("constructor"in e)||"function"==typeof g&&g instanceof g&&"function"==typeof h&&h instanceof h||(l=!1)}return i.delete(t),i.delete(e),l}(t,e,r,n,o,i))},te=function t(e,r,n,o,i){return e===r||(null==e||null==r||!ut(e)&&!ut(r)?e!=e&&r!=r:Xt(e,r,n,o,t,i))},ee=function(t){return t==t&&!P(t)},re=function(t,e){return function(r){return null!=r&&r[t]===e&&(void 0!==e||t in Object(r))}},ne=function(t){var e=function(t){for(var e=At(t),r=e.length;r--;){var n=e[r],o=t[n];e[r]=[n,o,ee(o)]}return e}(t);return 1==e.length&&e[0][2]?re(e[0][0],e[0][1]):function(r){return r===t||function(t,e,r,n){var o=r.length,i=o,c=!n;if(null==t)return!i;for(t=Object(t);o--;){var a=r[o];if(c&&a[2]?a[1]!==t[a[0]]:!(a[0]in t))return!1}for(;++o<i;){var u=(a=r[o])[0],s=t[u],p=a[1];if(c&&a[2]){if(void 0===s&&!(u in t))return!1}else{var f=new J;if(n)var l=n(s,p,u,t,e,f);if(!(void 0===l?te(p,s,3,n,f):l))return!1}}return!0}(r,t,e)}},oe=function(t){return"symbol"==typeof t||ut(t)&&"[object Symbol]"==w(t)};var ie=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,ce=/^\w*$/;const ae=function(t,e){if(ot(t))return!1;var r=typeof t;return!("number"!=r&&"symbol"!=r&&"boolean"!=r&&null!=t&&!oe(t))||ce.test(t)||!ie.test(t)||null!=e&&t in Object(e)};function ue(t,e){if("function"!=typeof t||null!=e&&"function"!=typeof e)throw new TypeError("Expected a function");var r=function(){var n=arguments,o=e?e.apply(this,n):n[0],i=r.cache;if(i.has(o))return i.get(o);var c=t.apply(this,n);return r.cache=i.set(o,c)||i,c};return r.cache=new(ue.Cache||H),r}ue.Cache=H;var se=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,pe=/\\(\\)?/g;const fe=(le=ue((function(t){var e=[];return 46===t.charCodeAt(0)&&e.push(""),t.replace(se,(function(t,r,n,o){e.push(n?o.replace(pe,"$1"):r||t)})),e}),(function(t){return 500===ye.size&&ye.clear(),t})),ye=le.cache,le);var le,ye;var be=v?v.prototype:void 0,ve=be?be.toString:void 0;const Oe=function t(e){if("string"==typeof e)return e;if(ot(e))return function(t,e){for(var r=-1,n=null==t?0:t.length,o=Array(n);++r<n;)o[r]=e(t[r],r,t);return o}(e,t)+"";if(oe(e))return ve?ve.call(e):"";var r=e+"";return"0"==r&&1/e==-1/0?"-0":r},ge=function(t,e){return ot(t)?t:ae(t,e)?[t]:fe(function(t){return null==t?"":Oe(t)}(t))},he=function(t){if("string"==typeof t||oe(t))return t;var e=t+"";return"0"==e&&1/t==-1/0?"-0":e},de=function(t,e){for(var r=0,n=(e=ge(e,t)).length;null!=t&&r<n;)t=t[he(e[r++])];return r&&r==n?t:void 0},me=function(t,e){return null!=t&&e in Object(t)},je=function(t,e){return null!=t&&function(t,e,r){for(var n=-1,o=(e=ge(e,t)).length,i=!1;++n<o;){var c=he(e[n]);if(!(i=null!=t&&r(t,c)))break;t=t[c]}return i||++n!=o?i:!!(o=null==t?0:t.length)&>(o)&&Ot(c,o)&&(ot(t)||yt(t))}(t,e,me)},we=function(t,e){return ae(t)&&ee(e)?re(he(t),e):function(r){var n=function(t,e,r){var n=null==t?void 0:de(t,e);return void 0===n?r:n}(r,t);return void 0===n&&n===e?je(r,t):te(e,n,3)}},Pe=function(t){return t},_e=function(t){return ae(t)?(e=he(t),function(t){return null==t?void 0:t[e]}):function(t){return function(e){return de(e,t)}}(t);var e},Se=function(t){return"function"==typeof t?t:null==t?Pe:"object"==typeof t?ot(t)?we(t[0],t[1]):ne(t):_e(t)};var Ee=/^\s+|\s+$/g,De=/^[-+]0x[0-9a-f]+$/i,xe=/^0b[01]+$/i,Te=/^0o[0-7]+$/i,Ae=parseInt;const ke=function(t){return t?Infinity===(t=function(t){if("number"==typeof t)return t;if(oe(t))return NaN;if(P(t)){var e="function"==typeof t.valueOf?t.valueOf():t;t=P(e)?e+"":e}if("string"!=typeof t)return 0===t?t:+t;t=t.replace(Ee,"");var r=xe.test(t);return r||Te.test(t)?Ae(t.slice(2),r?2:8):De.test(t)?NaN:+t}(t))||t===-1/0?17976931348623157e292*(t<0?-1:1):t==t?t:0:0===t?t:0};var Le=Math.max;const Ie=(Ne=function(t,e,r){var n=null==t?0:t.length;if(!n)return-1;var o=null==r?0:function(t){var e=ke(t),r=e%1;return e==e?r?e-r:e:0}(r);return o<0&&(o=Le(n+o,0)),function(t,e,r,n){for(var o=t.length,i=r+(n?1:-1);n?i--:++i<o;)if(e(t[i],i,t))return i;return-1}(t,Se(e),o)},function(t,e,r){var n=Object(t);if(!Tt(t)){var o=Se(e);t=At(t),e=function(t){return o(n[t],t,n)}}var i=Ne(t,e,r);return i>-1?n[o?t[i]:i]:void 0});var Ne,Me=function(t){return t.READY="ready",t.LOADED="loaded",t}({}),Fe=function(t){return t.web="web",t.mpWeb="mp_web",t.mp="mp",t}({}),Be=function(t){return t.ua="ua",t.app="app",t}({}),ze=function(t){return t.mpAe="mp_ae",t.mpAlipay="mp_alipay",t.mpAlipayHk="mp_alipay_hk",t.mpAlipayPlus="mp_alipay_plus",t.mpAlipayVn="mp_alipay_vn",t.mpDana="mp_dana",t.mpGcash="mp_gcash",t.mpLazada="mp_lazada",t.mpTaobao="mp_taobao",t.mpTmall="mp_tmall",t.mpTmn="mp_tmn",t.mpTngd="mp_tngd",t.mpWebAlipay="mp_web_alipay",t.mpWebAlipayPlus="mp_web_alipay_plus",t.webAe="web_ae",t.webAlipay="web_alipay",t.webAlipayHk="web_alipay_hk",t.webAlipayMo="web_alipay_mo",t.webAlipayPlus="web_alipay_plus",t.webAlipayVn="web_alipay_vn",t.webDaraz="web_daraz",t.webH5="web_h5",t.webKkp="web_kkp",t.webLazada="web_lazada",t.webTaobao="web_taobao",t.webTaobaoOverseas="web_taobao_overseas",t}({}),Ce=function(t){return t.REQUEST="REQUEST",t.MODIFIED_REQUEST="MODIFIED_REQUEST",t.RESPONSE="RESPONSE",t.MODIFIED_RESPONSE="MODIFIED_RESPONSE",t.NOT_FOUND="NOT_FOUND",t}({}),Re=function(t){return function(e){return toString.call(e)==="[object ".concat(t,"]")}},We=Re("Function"),Ze=function(t){return"NaN"===parseInt(""+t,10).toString()};function $e(t){var e;try{e=JSON.stringify(t)}catch(r){e=t}return e}function Ue(t,e){if(!t)return e;var r;try{r=JSON.parse(t)}catch(t){r=e}return r}Re("String");var Ge=function(t){return t.replace(/^([a-z])/,(function(t,e){return e.toUpperCase()}))},He=function(){try{return/iPad|iPhone|iPod/.test(window.navigator.userAgent)&&!window.MSStream}catch(t){return!1}}(),qe=[{name:ze.mpWebAlipayPlus,regs:[/alipayIDE/i],detectType:Be.ua,type:Fe.mpWeb},{name:ze.mpWebAlipayPlus,regs:[/miniprogram/i,/griver/i],detectType:Be.ua,type:Fe.mpWeb},{name:ze.mpWebAlipay,regs:[/miniprogram/i,/alipay/i,/^((?!griver).)*$/i],detectType:Be.ua,type:Fe.mpWeb},{name:ze.webAlipayPlus,regs:[/^((?!miniprogram).)*$/i,/griver/i],detectType:Be.ua,type:Fe.web},{name:ze.webAlipay,regs:[/^((?!miniprogram).)*$/i,/AlipayClient/i,/^((?!griver).)*$/i],detectType:Be.ua,type:Fe.web},{name:ze.mpTaobao,regs:[/taobao|tb/i],detectType:Be.app,type:Fe.mp},{name:ze.mpLazada,regs:[/lazada|la/i],detectType:Be.app,type:Fe.mp},{name:ze.mpAlipay,regs:[/alipay/i],detectType:Be.app,type:Fe.mp},{name:ze.mpAlipayPlus,regs:[],detectType:Be.app,type:Fe.mp}];function Je(t){t.client||(t.client=ze.webH5),t.platform||(t.platform=Fe.web);var e=!1;for(var r in t.appEnv)if(t.appEnv[r]){e=!0;break}e||(t.appEnv.isWebH5=!0)}function Qe(t,e){var r=Ie(t,(function(t){return t.regs.every((function(t){return t.test(e)}))})),n={},o=Object.keys(ze).reduce((function(t,e){var o=ze[e],i="is".concat(o.split("_").map(Ge).join(""));return t[i]=o===(null==r?void 0:r.name),t[i]&&(n.client=o),t}),{});return n.appEnv=o,n.platform=null==r?void 0:r.type,n}function Ve(t){var e=function(t){return t.replace(/_/g,"").toLocaleLowerCase()},r=e(t),n=void 0,o=void 0;return{appEnv:Object.keys(ze).reduce((function(t,i){var c=ze[i],a="is".concat(c.split("_").map(Ge).join(""));return t[a]=e(c)===r,t[a]&&(n=c,o=c.match(/mp_web|mp|web/)[0]),t}),{}),client:n,platform:o}}ze.mpAlipayPlus,Fe.mp,ze.mpWebAlipayPlus,Fe.mpWeb,ze.webAlipayPlus,Fe.web;var Ke=function(){var t;return"undefined"!=typeof my&&(t=function(){var t=u((function(){return my.getSystemInfoSync()}))();if(t&&t.app)return Qe(qe.filter((function(t){return t.detectType===Be.app})),t.app)}())?t:(t=function(){var t=u((function(){return(window.location.search.match(/[?&]__app__=([^?&=]+)/)||[])[1]}))(),e=t?Ve(t):void 0;return e&&Je(e),e}())||((t=function(){var t=u((function(){return localStorage.getItem("__app__")}))(),e=t?Ve(t):void 0;return e&&Je(e),e}())||((t=function(){var t=u((function(){return window.navigator.userAgent}))();if(t){var e=Qe(qe.filter((function(t){return t.detectType===Be.ua})),t);return Je(e),e}}())||("undefined"!=typeof window&&(t=Ve("WebH5"))?t:void 0)))}(),Ye=(null==Ke||Ke.appEnv,null==Ke?void 0:Ke.platform);null==Ke||Ke.client;const Xe=function(){var t={},e=[],r=!1;function n(e){var r=e.apiName,n=e.options,o=e.isSync,i=window,c=r+"_"+Math.floor(1e6*Math.random());n&&(t[c]=n);var a={type:"apiCall",api:r,serialId:c,options:n,isSync:o};i.my.postMessage(a)}return function(o,i,c){!function(t){try{if(window.my)return void(t&&t(Me.READY));var e=document.createElement("script");e.src="https://appx/web-view.min.js",e.onload=function(){var r=e.readyState;(void 0===r||/^(loaded|complete)$/.test(r))&&(e.onload=null,t&&t(Me.LOADED))},(document.getElementsByTagName("head")[0]||document.body).appendChild(e)}catch(e){t&&t(null)}}((function(a){var u={apiName:o,options:i,isSync:c};a?(r||(function(){var e=window,r=e.my.onMessage;e.my.onMessage=function(e){var n,o,i,c,a,u=e.serialId,s=e.result;u?(n=s,i=(o=t[u]||{}).success,c=o.fail,a=o.complete,n.error&&We(c)?c(n):We(i)&&i(n),We(a)&&a(n),delete t[u]):r&&r(e)}}(),r=!0),e.length&&(e.forEach(n),e=[]),n(u)):e.push(u)}))}}();function tr(t){return tr="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},tr(t)}function er(t){er.on&&er.engine(t)}function rr(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return r}function nr(e){for(var r=1;r<arguments.length;r++){var n=null!=arguments[r]?arguments[r]:{};r%2?rr(Object(n),!0).forEach((function(r){t(e,r,n[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):rr(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}er.on=!1,er.engine=function(t){var e=t.name,r=t.type,n=t.state,o=t.request,i=t.response,c=t.stage;console[r]([e,c,n,o,i].filter(Boolean).map((function(t){return"object"===tr(t)?JSON.stringify(t):t})).join("; "))};const or=function(t,e,r){var n=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",e=arguments.length>1?arguments[1]:void 0,r=arguments.length>2?arguments[2]:void 0,n=(r||{}).originOptions;function o(n){return function(o){var i,c=null==e?void 0:e[n];if(c){er({stage:Ce.RESPONSE,type:"log",state:n,name:t,response:o});var a=null==r||null===(i=r.modify)||void 0===i?void 0:i[n];if(!a)return c(o);var u=a(o);c(u),er({stage:Ce.MODIFIED_RESPONSE,type:"log",state:n,name:t,response:u})}}}return n?(er({stage:Ce.REQUEST,type:"log",name:t,request:n}),er({stage:Ce.MODIFIED_REQUEST,type:"log",name:t,request:e})):er({stage:Ce.REQUEST,type:"log",name:t,request:e}),nr(nr({},e),{},{success:o("success"),fail:o("fail"),complete:o("complete")})}(t,e,r);switch(Ye){case Fe.mp:return function(t,e){return my[t]?my[t](e):my.call(t,e)}(t,n);case Fe.web:return function(t,e){var r=window;!function(t){if(window.AlipayJSBridge)return t();document.addEventListener("AlipayJSBridgeReady",(function(){return t()}),!1)}((function(){r.AlipayJSBridge.call(t,e,(function(t){var r=e||{},n=r.success,o=r.fail,i=r.complete;t.error?null==o||o(t):null==n||n(t),null==i||i(t)}))}))}(t,n);case Fe.mpWeb:return Xe(t,n,null==r?void 0:r.isSync)}};function ir(t,e){if(null==t)return{};var r,n,o=function(t,e){if(null==t)return{};var r,n,o={},i=Object.keys(t);for(n=0;n<i.length;n++)r=i[n],e.indexOf(r)>=0||(o[r]=t[r]);return o}(t,e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);for(n=0;n<i.length;n++)r=i[n],e.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(t,r)&&(o[r]=t[r])}return o}var cr=["content","buttonText"];function ar(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return r}var ur=["confirmButtonText","cancelButtonText","content"];function sr(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return r}var pr=["format","currentDate","startDate","endDate"];function fr(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return r}var lr={"HH:mm:ss":0,"yyyy-MM-dd":1,"yyyy-MM-dd HH:mm:ss":2},yr=["url"];function br(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return r}var vr=[{type:"image",exts:["jpg","jpeg","png","bmp","gif"]},{type:"video",exts:["mp4","3gp","avi","wmv"]},{type:"audio",exts:["mp3","wma","wav"]}],Or=["scopes"];function gr(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return r}var hr=["type"];function dr(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return r}function mr(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return r}function jr(e){for(var r=1;r<arguments.length;r++){var n=null!=arguments[r]?arguments[r]:{};r%2?mr(Object(n),!0).forEach((function(r){t(e,r,n[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):mr(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function wr(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return r}function Pr(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return r}function _r(e){for(var r=1;r<arguments.length;r++){var n=null!=arguments[r]?arguments[r]:{};r%2?Pr(Object(n),!0).forEach((function(r){t(e,r,n[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Pr(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var Sr=["current","urls"];function Er(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return r}var Dr=["headers","data","dataType"];function xr(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return r}function Tr(e){for(var r=1;r<arguments.length;r++){var n=null!=arguments[r]?arguments[r]:{};r%2?xr(Object(n),!0).forEach((function(r){t(e,r,n[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):xr(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var Ar=["url"];function kr(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return r}function Lr(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return r}var Ir=["data"];function Nr(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return r}var Mr=["items","cancelButtonText"];function Fr(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return r}function Br(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return r}function zr(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return r}var Cr=["flowType"];function Rr(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return r}var Wr=["fileName","fileType"];function Zr(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return r}const $r={alert:function(e){var r=e||{},n=r.content,o=r.buttonText,i=ir(r,cr);or("alert",function(e){for(var r=1;r<arguments.length;r++){var n=null!=arguments[r]?arguments[r]:{};r%2?ar(Object(n),!0).forEach((function(r){t(e,r,n[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):ar(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}({message:n,button:o},i),{originOptions:e})},chooseImage:function(t){return or("chooseImage",t)},choosePhoneContact:function(t){or("contact",t)},clearStorage:function(t){or("clearTinyLocalStorage",t)},confirm:function(e){var r=e||{},n=r.confirmButtonText,o=r.cancelButtonText,i=r.content,c=ir(r,ur);or("confirm",function(e){for(var r=1;r<arguments.length;r++){var n=null!=arguments[r]?arguments[r]:{};r%2?sr(Object(n),!0).forEach((function(r){t(e,r,n[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):sr(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}({okButton:n,cancelButton:o,message:i},c),{originOptions:e})},datePicker:function(e){var r=e||{},n=r.format,o=(r.currentDate,r.startDate),i=r.endDate,c=ir(r,pr);or("datePicker",function(e){for(var r=1;r<arguments.length;r++){var n=null!=arguments[r]?arguments[r]:{};r%2?fr(Object(n),!0).forEach((function(r){t(e,r,n[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):fr(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}({mode:lr[n||"yyyy-MM-dd"],beginDate:o,minDate:o,maxDate:i},c),{originOptions:e})},downloadFile:function(e){var r,n,o=e||{},i=o.url,c=ir(o,yr),a=null===(r=i.match(/\.(\w+)$/))||void 0===r?void 0:r[1];or("downloadFile",function(e){for(var r=1;r<arguments.length;r++){var n=null!=arguments[r]?arguments[r]:{};r%2?br(Object(n),!0).forEach((function(r){t(e,r,n[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):br(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}({url:i,type:null===(n=vr.find((function(t){return t.exts.includes(a||"png")})))||void 0===n?void 0:n.type},c),{originOptions:e})},exitApp:function(t){return or("exitApp",t)},getAuthCode:function(e){var r=e||{},n=r.scopes,o=ir(r,Or);or("getAuthCode",function(e){for(var r=1;r<arguments.length;r++){var n=null!=arguments[r]?arguments[r]:{};r%2?gr(Object(n),!0).forEach((function(r){t(e,r,n[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):gr(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}({scopeNicks:n},o),{originOptions:e})},getLocation:function(e){var r=e||{},n=r.type,o=ir(r,hr);or("getCurrentLocation",function(e){for(var r=1;r<arguments.length;r++){var n=null!=arguments[r]?arguments[r]:{};r%2?dr(Object(n),!0).forEach((function(r){t(e,r,n[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):dr(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}({bizType:"alipayIntl",requestType:n},o),{originOptions:e})},getNetworkType:function(t){or("getNetworkType",t,{modify:{success:function(t){return jr(jr({},t),{},{networkType:t.networkInfo.toLocaleUpperCase()})}},originOptions:t})},getPhoneNumber:function(e){or("appxrpc",function(e){for(var r=1;r<arguments.length;r++){var n=null!=arguments[r]?arguments[r]:{};r%2?wr(Object(n),!0).forEach((function(r){t(e,r,n[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):wr(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}({requestData:[{method:"getPhoneNumber"}]},e),{originOptions:e})},getStorage:function(t){or("getTinyLocalStorage",t,{modify:{success:function(t){return _r(_r({},t),{},{data:Ue(t.data,{})})}},originOptions:t})},hideLoading:function(t){return or("hideLoading",t)},hideNavigationBarLoading:function(){or("hideTitleLoading")},multiLevelSelect:function(t){or("beehiveMultilevelSelect",t)},navigateBack:function(t){or("popWindow",{options:t})},navigateTo:function(t){or("pushWindow",t)},previewImage:function(e){var r=e.current,n=e.urls,o=void 0===n?[]:n,i=ir(e,Sr);or("imageViewer",function(e){for(var r=1;r<arguments.length;r++){var n=null!=arguments[r]?arguments[r]:{};r%2?Er(Object(n),!0).forEach((function(r){t(e,r,n[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Er(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}({images:o.map((function(t){return{u:t}})),init:r},i),{originOptions:e})},redirectTo:function(t){var e=t||{},r=e.url,n=e.success,o=e.complete;window.location.replace(r),null==n||n({}),null==o||o({})},removeStorage:function(t){or("removeTinyLocalStorage",t)},request:function(t){var e=t||{},r=e.headers,n=e.data,o=e.dataType,i=ir(e,Dr),c=[];if(!He)for(var a in r)r[a],c.push();var u=function(t){var e=t;switch(o){case"json":e=Ue(t,{});break;case"base64":e=t.startsWith("data:")?t:"data:application/json;base64,"+t;break;case"text":e=t}return e};or("httpRequest",Tr({headers:He?r:c,data:JSON.stringify(n),dataType:o},i),{modify:{success:function(t){return Tr(Tr({},t),{},{data:u(t.data)})}},originOptions:t})},saveImage:function(e){var r=e||{},n=r.url,o=ir(r,Ar);or("saveImage",function(e){for(var r=1;r<arguments.length;r++){var n=null!=arguments[r]?arguments[r]:{};r%2?kr(Object(n),!0).forEach((function(r){t(e,r,n[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):kr(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}({src:n},o),{originOptions:e})},setKeepScreenOn:function(e){or("setScreenAutolock",function(e){for(var r=1;r<arguments.length;r++){var n=null!=arguments[r]?arguments[r]:{};r%2?Lr(Object(n),!0).forEach((function(r){t(e,r,n[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Lr(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}({actionType:"disable"},e),{originOptions:e})},setNavigationBar:function(t){var e=t.title,r=t.image,n=t.backgroundColor,o=t.borderBottomColor,i=t.reset,c=t.success,a=t.complete,u=t.fail;(e||r)&&or("setTitle",{title:e,image:r});var s=Number.parseInt((null==o?void 0:o.slice(1))||"ffffff",16),p=n?Number.parseInt(n.slice(1),16):"";or("setBarBottomLineColor",{color:s},{modify:{fail:function(t){return Ze(s)?(t.error=2,t.errorMessage="The color value is illegal.",t):t}}});var f={success:c,complete:a,fail:u};p&&Object.assign(f,{color:p||"ffffff"}),i&&Object.assign(f,{reset:i}),or("setTitleColor",f,{modify:{fail:function(t){return i?t:Ze(p)?(t.error=2,t.errorMessage="The color value is illegal.",t):t}},originOptions:t})},setOptionMenu:function(t){or("showOptionMenu",{success:function(){or("setOptionMenu",t)},fail:null==t?void 0:t.fail})},setStorage:function(e){var r=e||{},n=r.data,o=ir(r,Ir);or("setTinyLocalStorage",function(e){for(var r=1;r<arguments.length;r++){var n=null!=arguments[r]?arguments[r]:{};r%2?Nr(Object(n),!0).forEach((function(r){t(e,r,n[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Nr(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}({data:$e(n)},o),{originOptions:e})},showActionSheet:function(e){var r=e||{},n=r.items,o=r.cancelButtonText,i=ir(r,Mr);or("actionSheet",function(e){for(var r=1;r<arguments.length;r++){var n=null!=arguments[r]?arguments[r]:{};r%2?Fr(Object(n),!0).forEach((function(r){t(e,r,n[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Fr(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}({btns:n,cancelBtn:o},i),{originOptions:e})},showAuthGuide:function(e){or("showAuthGuide",function(e){for(var r=1;r<arguments.length;r++){var n=null!=arguments[r]?arguments[r]:{};r%2?Br(Object(n),!0).forEach((function(r){t(e,r,n[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Br(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}({bizType:"alipayIntl"},e),{originOptions:e})},showLoading:function(t){return or("showLoading",t)},showNavigationBarLoading:function(){or("showTitleLoading")},showToast:function(e){or("toast",function(e){for(var r=1;r<arguments.length;r++){var n=null!=arguments[r]?arguments[r]:{};r%2?zr(Object(n),!0).forEach((function(r){t(e,r,n[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):zr(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}({content:""},e),{originOptions:e})},tradePay:function(e){var r=e||{},n=r.flowType,o=ir(r,Cr);or("a+"===n?"tradePayCrossApp":"tradePay",function(e){for(var r=1;r<arguments.length;r++){var n=null!=arguments[r]?arguments[r]:{};r%2?Rr(Object(n),!0).forEach((function(r){t(e,r,n[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Rr(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}({},o),{originOptions:e})},uploadFile:function(e){var r=e||{},n=r.fileName,o=r.fileType,i=ir(r,Wr);or("uploadFile",function(e){for(var r=1;r<arguments.length;r++){var n=null!=arguments[r]?arguments[r]:{};r%2?Zr(Object(n),!0).forEach((function(r){t(e,r,n[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Zr(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}({name:n,type:o},i),{originOptions:e})},hideOptionButton:function(t){return or("hideOptionButton",t)}};function Ur(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return r}function Gr(e){for(var r=1;r<arguments.length;r++){var n=null!=arguments[r]?arguments[r]:{};r%2?Ur(Object(n),!0).forEach((function(r){t(e,r,n[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Ur(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}const Hr=Gr(Gr({},{addPhoneContact:function(t){return or("addPhoneContact",t)},getBatteryInfo:function(t){return or("getBatteryInfo",t)},getClipboard:function(t){return or("getClipboard",t)},getFileInfo:function(t){return or("getFileInfo",t)},getImageInfo:function(t){return or("getImageInfo",t)},getSavedFileInfo:function(t){return or("getSavedFileInfo",t)},getSavedFileList:function(t){return or("getSavedFileList",t)},getScreenBrightness:function(t){return or("getScreenBrightness",t)},getServerTime:function(t){return or("getServerTime",t)},getSetting:function(t){return or("getSetting",t)},getSiteInfo:function(t){return or("getSiteInfo",t)},getSystemInfo:function(t){return or("getSystemInfo",t)},hideKeyboard:function(t){return or("hideKeyboard",t)},hideToast:function(t){return or("hideToast",t)},makePhoneCall:function(t){return or("makePhoneCall",t)},navigateBackMiniProgram:function(t){return or("navigateBackMiniProgram",t)},navigateToMiniProgram:function(t){return or("navigateToMiniProgram",t)},openDocument:function(t){return or("openDocument",t)},openSetting:function(t){return or("openSetting",t)},prompt:function(t){return or("prompt",t)},removeSavedFile:function(t){return or("removeSavedFile",t)},rpc:function(t){return or("rpc",t)},saveFile:function(t){return or("saveFile",t)},scan:function(t){return or("scan",t)},setClipboard:function(t){return or("setClipboard",t)},setScreenBrightness:function(t){return or("setScreenBrightness",t)},signContract:function(t){return or("signContract",t)},startApp:function(t){return or("startApp",t)},vibrate:function(t){return or("vibrate",t)}}),$r)})(),n.default})()));
|
|
1
|
+
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.my=t():e.my=t()}(self,(()=>(()=>{"use strict";var e={d:(t,r)=>{for(var n in r)e.o(r,n)&&!e.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:r[n]})},o:(e,t)=>Object.prototype.hasOwnProperty.call(e,t)},t={};function r(e,t,r){!function(e){if(window.AlipayJSBridge)return e();document.addEventListener("AlipayJSBridgeReady",(function(){return e()}),!1)}((function(){var n=(r||{}).type,o=void 0===n?"async":n;"async"===o&&window.AlipayJSBridge.call(e,t,(function(e){var r=t||{},n=r.success,o=r.fail,c=r.complete;e.error?null==o||o(e):null==n||n(e),null==c||c(e)})),"callback"===o&&window.AlipayJSBridge.call(e,t)}))}e.d(t,{default:()=>X});function n(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function o(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},c=Object.keys(e);for(n=0;n<c.length;n++)r=c[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var c=Object.getOwnPropertySymbols(e);for(n=0;n<c.length;n++)r=c[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}var c=["content","buttonText"];function i(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}var a=["confirmButtonText","cancelButtonText","content"];function u(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}var p=["format","currentDate","startDate","endDate"];function s(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}var f={"HH:mm:ss":0,"yyyy-MM-dd":1,"yyyy-MM-dd HH:mm:ss":2};var y=["url"];function O(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}var b=[{type:"image",exts:["jpg","jpeg","png","bmp","gif"]},{type:"video",exts:["mp4","3gp","avi","wmv"]},{type:"audio",exts:["mp3","wma","wav"]}];var l=["scopes"];function g(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}var j=["type"];function P(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}var v=["success"];function d(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function w(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?d(Object(r),!0).forEach((function(t){n(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):d(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}function m(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}var h=function(e){return function(t){return toString.call(t)==="[object ".concat(e,"]")}},D=(h("Function"),function(e){return"NaN"===parseInt(""+e,10).toString()});function S(e){var t;try{t=JSON.stringify(e)}catch(r){t=e}return t}function T(e,t){if(!e)return t;var r;try{r=JSON.parse(e)}catch(e){r=t}return r}h("String");var E=function(){try{return/iPad|iPhone|iPod/.test(window.navigator.userAgent)&&!window.MSStream}catch(e){return!1}}(),k=["success"];function B(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function I(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?B(Object(r),!0).forEach((function(t){n(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):B(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}var x=["current","urls"];function C(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}var L=["headers","data","dataType","success"];function N(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function A(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?N(Object(r),!0).forEach((function(t){n(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):N(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}var F=["url"];function M(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function J(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function q(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function H(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?q(Object(r),!0).forEach((function(t){n(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):q(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}var K=["data"];function W(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}var z=["items","cancelButtonText"];function G(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function R(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function U(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}var V=["flowType"],$=["fileName","fileType"];function Q(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}const X={addPhoneContact:function(e){return r("addPhoneContact",e,{type:"async"})},exitApp:function(e){return r("exitApp",e,{type:"async"})},getBatteryInfo:function(e){return r("getBatteryInfo",e,{type:"async"})},getClipboard:function(e){return r("getClipboard",e,{type:"async"})},getFileInfo:function(e){return r("getFileInfo",e,{type:"async"})},getImageInfo:function(e){return r("getImageInfo",e,{type:"async"})},getSavedFileInfo:function(e){return r("getSavedFileInfo",e,{type:"async"})},getSavedFileList:function(e){return r("getSavedFileList",e,{type:"async"})},getScreenBrightness:function(e){return r("getScreenBrightness",e,{type:"async"})},getServerTime:function(e){return r("getServerTime",e,{type:"async"})},getSetting:function(e){return r("getSetting",e,{type:"async"})},getSiteInfo:function(e){return r("getSiteInfo",e,{type:"async"})},getSystemInfo:function(e){return r("getSystemInfo",e,{type:"async"})},hideKeyboard:function(e){return r("hideKeyboard",e,{type:"async"})},hideLoading:function(e){return r("hideLoading",e,{type:"async"})},hideToast:function(e){return r("hideToast",e,{type:"async"})},makePhoneCall:function(e){return r("makePhoneCall",e,{type:"async"})},navigateBackMiniProgram:function(e){return r("navigateBackMiniProgram",e,{type:"async"})},navigateToMiniProgram:function(e){return r("navigateToMiniProgram",e,{type:"async"})},openDocument:function(e){return r("openDocument",e,{type:"async"})},openSetting:function(e){return r("openSetting",e,{type:"async"})},prompt:function(e){return r("prompt",e,{type:"async"})},removeSavedFile:function(e){return r("removeSavedFile",e,{type:"async"})},rpc:function(e){return r("rpc",e,{type:"async"})},saveFile:function(e){return r("saveFile",e,{type:"async"})},scan:function(e){return r("scan",e,{type:"async"})},setClipboard:function(e){return r("setClipboard",e,{type:"async"})},setScreenBrightness:function(e){return r("setScreenBrightness",e,{type:"async"})},showLoading:function(e){return r("showLoading",e,{type:"async"})},signContract:function(e){return r("signContract",e,{type:"async"})},startApp:function(e){return r("startApp",e,{type:"async"})},crossPay:function(e){return r("crossPay",e,{type:"async"})},vibrate:function(e){return r("vibrate",e,{type:"async"})},alert:function(e){var t=e||{};r("alert",function(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?i(Object(r),!0).forEach((function(t){n(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):i(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}({message:t.content,button:t.buttonText},o(t,c)))},chooseImage:function(e){return r("chooseImage",e)},choosePhoneContact:function(e){r("contact",e)},clearStorage:function(e){r("clearTinyLocalStorage",e)},confirm:function(e){var t=e||{};r("confirm",function(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?u(Object(r),!0).forEach((function(t){n(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):u(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}({okButton:t.confirmButtonText,cancelButton:t.cancelButtonText,message:t.content},o(t,a)))},datePicker:function(e){var t=e||{},c=t.format,i=(t.currentDate,t.startDate),a=t.endDate,u=o(t,p);r("datePicker",function(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?s(Object(r),!0).forEach((function(t){n(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):s(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}({mode:f[c||"yyyy-MM-dd"],beginDate:i,minDate:i,maxDate:a},u))},downloadFile:function(e){var t,c,i=e||{},a=i.url,u=o(i,y),p=null===(t=a.match(/\.(\w+)$/))||void 0===t?void 0:t[1];r("downloadFile",function(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?O(Object(r),!0).forEach((function(t){n(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):O(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}({url:a,type:null===(c=b.find((function(e){return e.exts.includes(p||"png")})))||void 0===c?void 0:c.type},u))},getAuthCode:function(e){var t=e||{};r("getAuthCode",function(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?g(Object(r),!0).forEach((function(t){n(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):g(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}({scopeNicks:t.scopes},o(t,l)))},getLocation:function(e){var t=e||{};r("getCurrentLocation",function(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?P(Object(r),!0).forEach((function(t){n(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):P(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}({bizType:"alipayIntl",requestType:t.type},o(t,j)))},getNetworkType:function(e){var t=e.success;r("getNetworkType",w(w({},o(e,v)),{},{success:function(e){t&&t(w(w({},e),{},{networkType:e.networkInfo.toLocaleUpperCase()}))}}))},getPhoneNumber:function(e){r("appxrpc",function(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?m(Object(r),!0).forEach((function(t){n(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):m(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}({requestData:[{method:"getPhoneNumber"}]},e))},getStorage:function(e){var t=e.success;r("getTinyLocalStorage",I(I({},o(e,k)),{},{success:function(e){t&&t(I(I({},e),{},{data:T(e.data,{})}))}}))},hideNavigationBarLoading:function(){r("hideTitleLoading")},multiLevelSelect:function(e){r("beehiveMultilevelSelect",e)},navigateBack:function(e){r("popWindow",{options:e})},navigateTo:function(e){r("pushWindow",e)},previewImage:function(e){var t=e.current,c=e.urls,i=void 0===c?[]:c,a=o(e,x);r("imageViewer",function(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?C(Object(r),!0).forEach((function(t){n(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):C(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}({images:i.map((function(e){return{u:e}})),init:t},a))},redirectTo:function(e){var t=e||{},r=t.url,n=t.success,o=t.complete;window.location.replace(r),null==n||n({}),null==o||o({})},removeStorage:function(e){r("removeTinyLocalStorage",e)},request:function(e){var t=e||{},n=t.headers,c=t.data,i=t.dataType,a=t.success,u=o(t,L),p=[];if(!E)for(var s in n){var f={};f[s]=n[s],p.push(f)}var y=function(e){var t=e;switch(i){case"json":t=T(e,{});break;case"base64":t=e.startsWith("data:")?e:"data:application/json;base64,"+e;break;case"text":t=e}return t};r("httpRequest",A({headers:E?n:p,data:JSON.stringify(c),dataType:i,success:function(e){a&&a(A(A({},e),{},{data:y(e.data)}))}},u))},saveImage:function(e){var t=e||{};r("saveImage",function(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?M(Object(r),!0).forEach((function(t){n(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):M(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}({src:t.url},o(t,F)))},setKeepScreenOn:function(e){r("setScreenAutolock",function(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?J(Object(r),!0).forEach((function(t){n(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):J(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}({actionType:"disable"},e))},setNavigationBar:function(e){var t=e.title,n=e.image,o=e.backgroundColor,c=e.borderBottomColor,i=e.reset,a=e.success,u=e.complete,p=e.fail;(t||n)&&r("setTitle",{title:t,image:n});var s=Number.parseInt((null==c?void 0:c.slice(1))||"ffffff",16),f=o?Number.parseInt(o.slice(1),16):"";r("setBarBottomLineColor",{color:s,fail:function(e){p&&(D(s)&&(e.error=2,e.errorMessage="The color value is illegal."),p(e))}});var y={success:a,complete:u,fail:p};f&&Object.assign(y,{color:f||"ffffff"}),i&&Object.assign(y,{reset:i}),r("setTitleColor",H(H({},y),{},{fail:function(e){p&&(i&&!D(f)||(e.error=2,e.errorMessage="The color value is illegal."),p(e))}}))},setOptionMenu:function(){},setStorage:function(e){var t=e||{},c=t.data,i=o(t,K);r("setTinyLocalStorage",function(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?W(Object(r),!0).forEach((function(t){n(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):W(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}({data:S(c)},i))},showActionSheet:function(e){var t=e||{};r("actionSheet",function(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?G(Object(r),!0).forEach((function(t){n(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):G(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}({btns:t.items,cancelBtn:t.cancelButtonText},o(t,z)))},showAuthGuide:function(e){r("showAuthGuide",function(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?R(Object(r),!0).forEach((function(t){n(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):R(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}({bizType:"alipayIntl"},e))},showNavigationBarLoading:function(){r("showTitleLoading")},showToast:function(e){r("toast",function(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?U(Object(r),!0).forEach((function(t){n(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):U(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}({content:""},e))},tradePay:function(e){var t=e||{};r("a+"===t.flowType?"tradePayCrossApp":"tradePay",o(t,V))},uploadFile:function(e){var t=e||{};r("uploadFile",function(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?Q(Object(r),!0).forEach((function(t){n(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):Q(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}({name:t.fileName,type:t.fileType},o(t,$)))},hideOptionButton:function(){}};return t.default})()));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.my=t():e.my=t()}(self,(()=>(()=>{"use strict";var e={d:(t,r)=>{for(var n in r)e.o(r,n)&&!e.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:r[n]})},o:(e,t)=>Object.prototype.hasOwnProperty.call(e,t)},t={};function r(e,t,r){!function(e){if(window.AlipayJSBridge)return e();document.addEventListener("AlipayJSBridgeReady",(function(){return e()}),!1)}((function(){var n=(r||{}).type,o=void 0===n?"async":n;"async"===o&&window.AlipayJSBridge.call(e,t,(function(e){var r=t||{},n=r.success,o=r.fail,c=r.complete;e.error?null==o||o(e):null==n||n(e),null==c||c(e)})),"callback"===o&&window.AlipayJSBridge.call(e,t)}))}e.d(t,{default:()=>$});function n(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function o(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},c=Object.keys(e);for(n=0;n<c.length;n++)r=c[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var c=Object.getOwnPropertySymbols(e);for(n=0;n<c.length;n++)r=c[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}var c=["content","buttonText"];function i(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}var a=["confirmButtonText","cancelButtonText","content"];function u(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}var p=["format","currentDate","startDate","endDate"];function s(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}var f={"HH:mm:ss":0,"yyyy-MM-dd":1,"yyyy-MM-dd HH:mm:ss":2};var y=["url"];function O(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}var l=[{type:"image",exts:["jpg","jpeg","png","bmp","gif"]},{type:"video",exts:["mp4","3gp","avi","wmv"]},{type:"audio",exts:["mp3","wma","wav"]}];var b=["scopes"];function g(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}var j=["type"];function P(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}var d=["success"];function v(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function w(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?v(Object(r),!0).forEach((function(t){n(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):v(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}function h(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}var m=function(e){return function(t){return toString.call(t)==="[object ".concat(e,"]")}},S=(m("Function"),function(e){return"NaN"===parseInt(""+e,10).toString()});function D(e){var t;try{t=JSON.stringify(e)}catch(r){t=e}return t}function T(e,t){if(!e)return t;var r;try{r=JSON.parse(e)}catch(e){r=t}return r}m("String");var k=function(){try{return/iPad|iPhone|iPod/.test(window.navigator.userAgent)&&!window.MSStream}catch(e){return!1}}(),E=["success"];function B(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function A(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?B(Object(r),!0).forEach((function(t){n(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):B(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}var I=["current","urls"];function C(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}var x=["headers","data","dataType","success"];function L(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function F(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?L(Object(r),!0).forEach((function(t){n(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):L(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}var N=["url"];function M(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function J(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function q(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function z(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?q(Object(r),!0).forEach((function(t){n(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):q(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}var R=["data"];function K(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}var W=["items","cancelButtonText"];function H(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function Q(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function V(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}var G=["fileName","fileType"];function U(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}const $={addFatigueAction:function(e){return r("addFatigueAction",e,{type:"async"})},addPhoneContact:function(e){return r("addPhoneContact",e,{type:"async"})},apDisableJSAPI:function(e){return r("apDisableJSAPI",e,{type:"async"})},appxrpc:function(e){return r("appxrpc",e,{type:"async"})},APRegionRPC:function(e){return r("APRegionRPC",e,{type:"async"})},batchQueryCdpSpaceInfo:function(e){return r("batchQueryCdpSpaceInfo",e,{type:"async"})},exitApp:function(e){return r("exitApp",e,{type:"async"})},getAppToken:function(e){return r("getAppToken",e,{type:"async"})},getBatteryInfo:function(e){return r("getBatteryInfo",e,{type:"async"})},getClipboard:function(e){return r("getClipboard",e,{type:"async"})},getComponentAuth:function(e){return r("getComponentAuth",e,{type:"async"})},getFileInfo:function(e){return r("getFileInfo",e,{type:"async"})},getImageInfo:function(e){return r("getImageInfo",e,{type:"async"})},getPaymentCode:function(e){return r("getPaymentCode",e,{type:"async"})},getSavedFileInfo:function(e){return r("getSavedFileInfo",e,{type:"async"})},getSavedFileList:function(e){return r("getSavedFileList",e,{type:"async"})},getScreenBrightness:function(e){return r("getScreenBrightness",e,{type:"async"})},getServerTime:function(e){return r("getServerTime",e,{type:"async"})},getSetting:function(e){return r("getSetting",e,{type:"async"})},getSiteInfo:function(e){return r("getSiteInfo",e,{type:"async"})},getSystemInfo:function(e){return r("getSystemInfo",e,{type:"async"})},hideKeyboard:function(e){return r("hideKeyboard",e,{type:"async"})},hideLoading:function(e){return r("hideLoading",e,{type:"async"})},hideToast:function(e){return r("hideToast",e,{type:"async"})},inquireQuote:function(e){return r("inquireQuote",e,{type:"async"})},isInstalledApp:function(e){return r("isInstalledApp",e,{type:"async"})},makePhoneCall:function(e){return r("makePhoneCall",e,{type:"async"})},navigateBackMiniProgram:function(e){return r("navigateBackMiniProgram",e,{type:"async"})},navigateToBizScene:function(e){return r("navigateToBizScene",e,{type:"async"})},navigateToMiniProgram:function(e){return r("navigateToMiniProgram",e,{type:"async"})},openDocument:function(e){return r("openDocument",e,{type:"async"})},openSchemeWithBacking:function(e){return r("openSchemeWithBacking",e,{type:"async"})},openSetting:function(e){return r("openSetting",e,{type:"async"})},prompt:function(e){return r("prompt",e,{type:"async"})},regionFetchAllApps:function(e){return r("regionFetchAllApps",e,{type:"async"})},regionSearchAppsByKeywords:function(e){return r("regionSearchAppsByKeywords",e,{type:"async"})},removeSavedFile:function(e){return r("removeSavedFile",e,{type:"async"})},rpc:function(e){return r("rpc",e,{type:"async"})},saveFile:function(e){return r("saveFile",e,{type:"async"})},scan:function(e){return r("scan",e,{type:"async"})},setClipboard:function(e){return r("setClipboard",e,{type:"async"})},setScreenBrightness:function(e){return r("setScreenBrightness",e,{type:"async"})},showLoading:function(e){return r("showLoading",e,{type:"async"})},signContract:function(e){return r("signContract",e,{type:"async"})},startApp:function(e){return r("startApp",e,{type:"async"})},startBizService:function(e){return r("startBizService",e,{type:"async"})},thirdPartyAuthForAc:function(e){return r("thirdPartyAuthForAc",e,{type:"async"})},tradePay:function(e){return r("tradePay",e,{type:"async"})},uploadApdidToken:function(e){return r("uploadApdidToken",e,{type:"async"})},vibrate:function(e){return r("vibrate",e,{type:"async"})},writeBLECharacteristicValue:function(e){return r("writeBLECharacteristicValue",e,{type:"async"})},hideOptionButton:function(e){return r("hideOptionButton",e,{type:"async"})},alert:function(e){var t=e||{};r("alert",function(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?i(Object(r),!0).forEach((function(t){n(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):i(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}({message:t.content,button:t.buttonText},o(t,c)))},chooseImage:function(e){return r("chooseImage",e)},choosePhoneContact:function(e){r("contact",e)},clearStorage:function(e){r("clearTinyLocalStorage",e)},confirm:function(e){var t=e||{};r("confirm",function(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?u(Object(r),!0).forEach((function(t){n(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):u(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}({okButton:t.confirmButtonText,cancelButton:t.cancelButtonText,message:t.content},o(t,a)))},datePicker:function(e){var t=e||{},c=t.format,i=(t.currentDate,t.startDate),a=t.endDate,u=o(t,p);r("datePicker",function(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?s(Object(r),!0).forEach((function(t){n(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):s(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}({mode:f[c||"yyyy-MM-dd"],beginDate:i,minDate:i,maxDate:a},u))},downloadFile:function(e){var t,c,i=e||{},a=i.url,u=o(i,y),p=null===(t=a.match(/\.(\w+)$/))||void 0===t?void 0:t[1];r("downloadFile",function(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?O(Object(r),!0).forEach((function(t){n(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):O(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}({url:a,type:null===(c=l.find((function(e){return e.exts.includes(p||"png")})))||void 0===c?void 0:c.type},u))},getAuthCode:function(e){var t=e||{};r("getAuthCode",function(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?g(Object(r),!0).forEach((function(t){n(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):g(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}({scopeNicks:t.scopes},o(t,b)))},getLocation:function(e){var t=e||{};r("getCurrentLocation",function(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?P(Object(r),!0).forEach((function(t){n(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):P(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}({bizType:"alipayIntl",requestType:t.type},o(t,j)))},getNetworkType:function(e){var t=e.success;r("getNetworkType",w(w({},o(e,d)),{},{success:function(e){t&&t(w(w({},e),{},{networkType:e.networkInfo.toLocaleUpperCase()}))}}))},getOpenUserInfo:function(){},getPhoneNumber:function(e){r("appxrpc",function(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?h(Object(r),!0).forEach((function(t){n(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):h(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}({requestData:[{method:"getPhoneNumber"}]},e))},getStorage:function(e){var t=e.success;r("getTinyLocalStorage",A(A({},o(e,E)),{},{success:function(e){t&&t(A(A({},e),{},{data:T(e.data,{})}))}}))},hideNavigationBarLoading:function(){r("hideTitleLoading")},multiLevelSelect:function(e){r("beehiveMultilevelSelect",e)},navigateBack:function(e){r("popWindow",{options:e})},navigateTo:function(e){r("pushWindow",e)},paySignCenter:function(){},previewImage:function(e){var t=e.current,c=e.urls,i=void 0===c?[]:c,a=o(e,I);r("imageViewer",function(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?C(Object(r),!0).forEach((function(t){n(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):C(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}({images:i.map((function(e){return{u:e}})),init:t},a))},redirectTo:function(e){var t=e||{},r=t.url,n=t.success,o=t.complete;window.location.replace(r),null==n||n({}),null==o||o({})},removeStorage:function(e){r("removeTinyLocalStorage",e)},request:function(e){var t=e||{},n=t.headers,c=t.data,i=t.dataType,a=t.success,u=o(t,x),p=[];if(!k)for(var s in n){var f={};f[s]=n[s],p.push(f)}var y=function(e){var t=e;switch(i){case"json":t=T(e,{});break;case"base64":t=e.startsWith("data:")?e:"data:application/json;base64,"+e;break;case"text":t=e}return t};r("httpRequest",F({headers:k?n:p,data:JSON.stringify(c),dataType:i,success:function(e){a&&a(F(F({},e),{},{data:y(e.data)}))}},u))},saveImage:function(e){var t=e||{};r("saveImage",function(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?M(Object(r),!0).forEach((function(t){n(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):M(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}({src:t.url},o(t,N)))},setKeepScreenOn:function(e){r("setScreenAutolock",function(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?J(Object(r),!0).forEach((function(t){n(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):J(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}({actionType:"disable"},e))},setNavigationBar:function(e){var t=e.title,n=e.image,o=e.backgroundColor,c=e.borderBottomColor,i=e.reset,a=e.success,u=e.complete,p=e.fail;(t||n)&&r("setTitle",{title:t,image:n});var s=Number.parseInt((null==c?void 0:c.slice(1))||"ffffff",16),f=o?Number.parseInt(o.slice(1),16):"";r("setBarBottomLineColor",{color:s,fail:function(e){p&&(S(s)&&(e.error=2,e.errorMessage="The color value is illegal."),p(e))}});var y={success:a,complete:u,fail:p};f&&Object.assign(y,{color:f||"ffffff"}),i&&Object.assign(y,{reset:i}),r("setTitleColor",z(z({},y),{},{fail:function(e){p&&(i&&!S(f)||(e.error=2,e.errorMessage="The color value is illegal."),p(e))}}))},setOptionMenu:function(){},setStorage:function(e){var t=e||{},c=t.data,i=o(t,R);r("setTinyLocalStorage",function(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?K(Object(r),!0).forEach((function(t){n(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):K(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}({data:D(c)},i))},showActionSheet:function(e){var t=e||{};r("actionSheet",function(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?H(Object(r),!0).forEach((function(t){n(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):H(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}({btns:t.items,cancelBtn:t.cancelButtonText},o(t,W)))},showAuthGuide:function(e){r("showAuthGuide",function(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?Q(Object(r),!0).forEach((function(t){n(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):Q(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}({bizType:"alipayIntl"},e))},showNavigationBarLoading:function(){r("showTitleLoading")},showToast:function(e){r("toast",function(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?V(Object(r),!0).forEach((function(t){n(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):V(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}({content:""},e))},uploadFile:function(e){var t=e||{};r("uploadFile",function(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?U(Object(r),!0).forEach((function(t){n(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):U(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}({name:t.fileName,type:t.fileType},o(t,G)))}};return t.default})()));
|