hylid-bridge 0.0.1 → 0.0.2-dev.3
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 +550 -0
- package/canIUse.json +1 -0
- package/lib/appEnv.d.ts +7 -10
- package/lib/appEnv.js +30 -91
- package/lib/bridges.d.ts +2957 -143
- package/lib/bridges.js +6780 -2782
- 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 -0
- package/lib/clients/mp/alipay/createWebViewContext.js +3 -0
- 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 +2 -0
- package/lib/clients/mp/alipay/getSystemInfoSync.js +3 -0
- 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 +628 -0
- package/lib/clients/mp/alipay/index.js +345 -0
- 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 +2 -0
- package/lib/clients/mp/alipay/navigateTo.js +3 -0
- 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 +2 -0
- package/lib/clients/mp/alipay/rpc.js +3 -0
- 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 +2 -0
- package/lib/clients/mp/alipay/tradePay.js +3 -0
- 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/getSystemInfoSync.d.ts +2 -0
- package/lib/clients/mp/alipayhk/getSystemInfoSync.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 +612 -0
- package/lib/clients/mp/alipayhk/index.js +336 -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/getSystemInfoSync.d.ts +2 -0
- package/lib/clients/mp/chope/getSystemInfoSync.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 +612 -0
- package/lib/clients/mp/chope/index.js +336 -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/getSystemInfoSync.d.ts +2 -0
- package/lib/clients/mp/dana/getSystemInfoSync.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 +612 -0
- package/lib/clients/mp/dana/index.js +336 -0
- 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/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 +697 -0
- package/lib/clients/mp/demo/index.js +410 -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/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/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/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/getSystemInfoSync.d.ts +2 -0
- package/lib/clients/mp/gcash/getSystemInfoSync.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 +612 -0
- package/lib/clients/mp/gcash/index.js +336 -0
- 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/tmn/addPhoneContact.d.ts +2 -0
- package/lib/clients/mp/tmn/addPhoneContact.js +3 -0
- package/lib/clients/mp/tmn/alert.d.ts +2 -0
- package/lib/clients/mp/tmn/alert.js +3 -0
- package/lib/clients/mp/tmn/canIUse.d.ts +2 -0
- package/lib/clients/mp/tmn/canIUse.js +3 -0
- package/lib/clients/mp/tmn/chooseImage.d.ts +2 -0
- package/lib/clients/mp/tmn/chooseImage.js +3 -0
- package/lib/clients/mp/tmn/choosePhoneContact.d.ts +2 -0
- package/lib/clients/mp/tmn/choosePhoneContact.js +3 -0
- package/lib/clients/mp/tmn/clearStorage.d.ts +2 -0
- package/lib/clients/mp/tmn/clearStorage.js +3 -0
- package/lib/clients/mp/tmn/clearStorageSync.d.ts +2 -0
- package/lib/clients/mp/tmn/clearStorageSync.js +3 -0
- package/lib/clients/mp/tmn/closeBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp/tmn/closeBluetoothAdapter.js +3 -0
- package/lib/clients/mp/tmn/closeSocket.d.ts +2 -0
- package/lib/clients/mp/tmn/closeSocket.js +3 -0
- package/lib/clients/mp/tmn/confirm.d.ts +2 -0
- package/lib/clients/mp/tmn/confirm.js +3 -0
- package/lib/clients/mp/tmn/connectBLEDevice.d.ts +2 -0
- package/lib/clients/mp/tmn/connectBLEDevice.js +3 -0
- package/lib/clients/mp/tmn/connectSocket.d.ts +2 -0
- package/lib/clients/mp/tmn/connectSocket.js +3 -0
- package/lib/clients/mp/tmn/createAnimation.d.ts +2 -0
- package/lib/clients/mp/tmn/createAnimation.js +3 -0
- package/lib/clients/mp/tmn/createSelectorQuery.d.ts +2 -0
- package/lib/clients/mp/tmn/createSelectorQuery.js +3 -0
- package/lib/clients/mp/tmn/createWebViewContext.d.ts +2 -0
- package/lib/clients/mp/tmn/createWebViewContext.js +3 -0
- package/lib/clients/mp/tmn/datePicker.d.ts +2 -0
- package/lib/clients/mp/tmn/datePicker.js +3 -0
- package/lib/clients/mp/tmn/disconnectBLEDevice.d.ts +2 -0
- package/lib/clients/mp/tmn/disconnectBLEDevice.js +3 -0
- package/lib/clients/mp/tmn/downloadFile.d.ts +2 -0
- package/lib/clients/mp/tmn/downloadFile.js +3 -0
- package/lib/clients/mp/tmn/getAppIdSync.d.ts +2 -0
- package/lib/clients/mp/tmn/getAppIdSync.js +3 -0
- package/lib/clients/mp/tmn/getAuthCode.d.ts +2 -0
- package/lib/clients/mp/tmn/getAuthCode.js +3 -0
- package/lib/clients/mp/tmn/getBLEDeviceCharacteristics.d.ts +2 -0
- package/lib/clients/mp/tmn/getBLEDeviceCharacteristics.js +3 -0
- package/lib/clients/mp/tmn/getBLEDeviceServices.d.ts +2 -0
- package/lib/clients/mp/tmn/getBLEDeviceServices.js +3 -0
- package/lib/clients/mp/tmn/getBatteryInfo.d.ts +2 -0
- package/lib/clients/mp/tmn/getBatteryInfo.js +3 -0
- package/lib/clients/mp/tmn/getBluetoothAdapterState.d.ts +2 -0
- package/lib/clients/mp/tmn/getBluetoothAdapterState.js +3 -0
- package/lib/clients/mp/tmn/getBluetoothDevices.d.ts +2 -0
- package/lib/clients/mp/tmn/getBluetoothDevices.js +3 -0
- package/lib/clients/mp/tmn/getClipboard.d.ts +2 -0
- package/lib/clients/mp/tmn/getClipboard.js +3 -0
- package/lib/clients/mp/tmn/getConnectedBluetoothDevices.d.ts +2 -0
- package/lib/clients/mp/tmn/getConnectedBluetoothDevices.js +3 -0
- package/lib/clients/mp/tmn/getFileInfo.d.ts +2 -0
- package/lib/clients/mp/tmn/getFileInfo.js +3 -0
- package/lib/clients/mp/tmn/getImageInfo.d.ts +2 -0
- package/lib/clients/mp/tmn/getImageInfo.js +3 -0
- package/lib/clients/mp/tmn/getLocation.d.ts +2 -0
- package/lib/clients/mp/tmn/getLocation.js +3 -0
- package/lib/clients/mp/tmn/getNetworkType.d.ts +2 -0
- package/lib/clients/mp/tmn/getNetworkType.js +3 -0
- package/lib/clients/mp/tmn/getOpenUserInfo.d.ts +2 -0
- package/lib/clients/mp/tmn/getOpenUserInfo.js +3 -0
- package/lib/clients/mp/tmn/getSavedFileInfo.d.ts +2 -0
- package/lib/clients/mp/tmn/getSavedFileInfo.js +3 -0
- package/lib/clients/mp/tmn/getSavedFileList.d.ts +2 -0
- package/lib/clients/mp/tmn/getSavedFileList.js +3 -0
- package/lib/clients/mp/tmn/getScreenBrightness.d.ts +2 -0
- package/lib/clients/mp/tmn/getScreenBrightness.js +3 -0
- package/lib/clients/mp/tmn/getServerTime.d.ts +2 -0
- package/lib/clients/mp/tmn/getServerTime.js +3 -0
- package/lib/clients/mp/tmn/getSetting.d.ts +2 -0
- package/lib/clients/mp/tmn/getSetting.js +3 -0
- package/lib/clients/mp/tmn/getSiteInfo.d.ts +2 -0
- package/lib/clients/mp/tmn/getSiteInfo.js +3 -0
- package/lib/clients/mp/tmn/getStorage.d.ts +2 -0
- package/lib/clients/mp/tmn/getStorage.js +3 -0
- package/lib/clients/mp/tmn/getStorageSync.d.ts +2 -0
- package/lib/clients/mp/tmn/getStorageSync.js +3 -0
- package/lib/clients/mp/tmn/getSystemInfo.d.ts +2 -0
- package/lib/clients/mp/tmn/getSystemInfo.js +3 -0
- package/lib/clients/mp/tmn/getSystemInfoSync.d.ts +2 -0
- package/lib/clients/mp/tmn/getSystemInfoSync.js +3 -0
- package/lib/clients/mp/tmn/hideBackHome.d.ts +2 -0
- package/lib/clients/mp/tmn/hideBackHome.js +3 -0
- package/lib/clients/mp/tmn/hideKeyboard.d.ts +2 -0
- package/lib/clients/mp/tmn/hideKeyboard.js +3 -0
- package/lib/clients/mp/tmn/hideLoading.d.ts +2 -0
- package/lib/clients/mp/tmn/hideLoading.js +3 -0
- package/lib/clients/mp/tmn/hideNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp/tmn/hideNavigationBarLoading.js +3 -0
- package/lib/clients/mp/tmn/hideTabBar.d.ts +2 -0
- package/lib/clients/mp/tmn/hideTabBar.js +3 -0
- package/lib/clients/mp/tmn/hideToast.d.ts +2 -0
- package/lib/clients/mp/tmn/hideToast.js +3 -0
- package/lib/clients/mp/tmn/index.d.ts +612 -0
- package/lib/clients/mp/tmn/index.js +336 -0
- package/lib/clients/mp/tmn/makePhoneCall.d.ts +2 -0
- package/lib/clients/mp/tmn/makePhoneCall.js +3 -0
- package/lib/clients/mp/tmn/multiLevelSelect.d.ts +2 -0
- package/lib/clients/mp/tmn/multiLevelSelect.js +3 -0
- package/lib/clients/mp/tmn/navigateBack.d.ts +2 -0
- package/lib/clients/mp/tmn/navigateBack.js +3 -0
- package/lib/clients/mp/tmn/navigateBackMiniProgram.d.ts +2 -0
- package/lib/clients/mp/tmn/navigateBackMiniProgram.js +3 -0
- package/lib/clients/mp/tmn/navigateTo.d.ts +2 -0
- package/lib/clients/mp/tmn/navigateTo.js +3 -0
- package/lib/clients/mp/tmn/navigateToMiniProgram.d.ts +2 -0
- package/lib/clients/mp/tmn/navigateToMiniProgram.js +3 -0
- package/lib/clients/mp/tmn/notifyBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp/tmn/notifyBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp/tmn/offAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp/tmn/offAccelerometerChange.js +3 -0
- package/lib/clients/mp/tmn/offBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp/tmn/offBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp/tmn/offBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp/tmn/offBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp/tmn/offBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp/tmn/offBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp/tmn/offBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp/tmn/offBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp/tmn/offCompassChange.d.ts +2 -0
- package/lib/clients/mp/tmn/offCompassChange.js +3 -0
- package/lib/clients/mp/tmn/offMemoryWarning.d.ts +2 -0
- package/lib/clients/mp/tmn/offMemoryWarning.js +3 -0
- package/lib/clients/mp/tmn/offSocketClose.d.ts +2 -0
- package/lib/clients/mp/tmn/offSocketClose.js +3 -0
- package/lib/clients/mp/tmn/offSocketError.d.ts +2 -0
- package/lib/clients/mp/tmn/offSocketError.js +3 -0
- package/lib/clients/mp/tmn/offSocketMessage.d.ts +2 -0
- package/lib/clients/mp/tmn/offSocketMessage.js +3 -0
- package/lib/clients/mp/tmn/offSocketOpen.d.ts +2 -0
- package/lib/clients/mp/tmn/offSocketOpen.js +3 -0
- package/lib/clients/mp/tmn/offUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp/tmn/offUserCaptureScreen.js +3 -0
- package/lib/clients/mp/tmn/onAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp/tmn/onAccelerometerChange.js +3 -0
- package/lib/clients/mp/tmn/onBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp/tmn/onBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp/tmn/onBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp/tmn/onBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp/tmn/onBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp/tmn/onBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp/tmn/onBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp/tmn/onBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp/tmn/onCompassChange.d.ts +2 -0
- package/lib/clients/mp/tmn/onCompassChange.js +3 -0
- package/lib/clients/mp/tmn/onMemoryWarning.d.ts +2 -0
- package/lib/clients/mp/tmn/onMemoryWarning.js +3 -0
- package/lib/clients/mp/tmn/onSocketClose.d.ts +2 -0
- package/lib/clients/mp/tmn/onSocketClose.js +3 -0
- package/lib/clients/mp/tmn/onSocketError.d.ts +2 -0
- package/lib/clients/mp/tmn/onSocketError.js +3 -0
- package/lib/clients/mp/tmn/onSocketMessage.d.ts +2 -0
- package/lib/clients/mp/tmn/onSocketMessage.js +3 -0
- package/lib/clients/mp/tmn/onSocketOpen.d.ts +2 -0
- package/lib/clients/mp/tmn/onSocketOpen.js +3 -0
- package/lib/clients/mp/tmn/onUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp/tmn/onUserCaptureScreen.js +3 -0
- package/lib/clients/mp/tmn/openBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp/tmn/openBluetoothAdapter.js +3 -0
- package/lib/clients/mp/tmn/openDocument.d.ts +2 -0
- package/lib/clients/mp/tmn/openDocument.js +3 -0
- package/lib/clients/mp/tmn/openSetting.d.ts +2 -0
- package/lib/clients/mp/tmn/openSetting.js +3 -0
- package/lib/clients/mp/tmn/pageScrollTo.d.ts +2 -0
- package/lib/clients/mp/tmn/pageScrollTo.js +3 -0
- package/lib/clients/mp/tmn/previewImage.d.ts +2 -0
- package/lib/clients/mp/tmn/previewImage.js +3 -0
- package/lib/clients/mp/tmn/prompt.d.ts +2 -0
- package/lib/clients/mp/tmn/prompt.js +3 -0
- package/lib/clients/mp/tmn/reLaunch.d.ts +2 -0
- package/lib/clients/mp/tmn/reLaunch.js +3 -0
- package/lib/clients/mp/tmn/readBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp/tmn/readBLECharacteristicValue.js +3 -0
- package/lib/clients/mp/tmn/redirectTo.d.ts +2 -0
- package/lib/clients/mp/tmn/redirectTo.js +3 -0
- package/lib/clients/mp/tmn/removeSavedFile.d.ts +2 -0
- package/lib/clients/mp/tmn/removeSavedFile.js +3 -0
- package/lib/clients/mp/tmn/removeStorage.d.ts +2 -0
- package/lib/clients/mp/tmn/removeStorage.js +3 -0
- package/lib/clients/mp/tmn/removeStorageSync.d.ts +2 -0
- package/lib/clients/mp/tmn/removeStorageSync.js +3 -0
- package/lib/clients/mp/tmn/request.d.ts +2 -0
- package/lib/clients/mp/tmn/request.js +3 -0
- package/lib/clients/mp/tmn/saveFile.d.ts +2 -0
- package/lib/clients/mp/tmn/saveFile.js +3 -0
- package/lib/clients/mp/tmn/saveImage.d.ts +2 -0
- package/lib/clients/mp/tmn/saveImage.js +3 -0
- package/lib/clients/mp/tmn/scan.d.ts +2 -0
- package/lib/clients/mp/tmn/scan.js +3 -0
- package/lib/clients/mp/tmn/sendSocketMessage.d.ts +2 -0
- package/lib/clients/mp/tmn/sendSocketMessage.js +3 -0
- package/lib/clients/mp/tmn/setBackgroundColor.d.ts +2 -0
- package/lib/clients/mp/tmn/setBackgroundColor.js +3 -0
- package/lib/clients/mp/tmn/setCanPullDown.d.ts +2 -0
- package/lib/clients/mp/tmn/setCanPullDown.js +3 -0
- package/lib/clients/mp/tmn/setClipboard.d.ts +2 -0
- package/lib/clients/mp/tmn/setClipboard.js +3 -0
- package/lib/clients/mp/tmn/setKeepScreenOn.d.ts +2 -0
- package/lib/clients/mp/tmn/setKeepScreenOn.js +3 -0
- package/lib/clients/mp/tmn/setNavigationBar.d.ts +2 -0
- package/lib/clients/mp/tmn/setNavigationBar.js +3 -0
- package/lib/clients/mp/tmn/setScreenBrightness.d.ts +2 -0
- package/lib/clients/mp/tmn/setScreenBrightness.js +3 -0
- package/lib/clients/mp/tmn/setStorage.d.ts +2 -0
- package/lib/clients/mp/tmn/setStorage.js +3 -0
- package/lib/clients/mp/tmn/setStorageSync.d.ts +2 -0
- package/lib/clients/mp/tmn/setStorageSync.js +3 -0
- package/lib/clients/mp/tmn/setTabBarStyle.d.ts +2 -0
- package/lib/clients/mp/tmn/setTabBarStyle.js +3 -0
- package/lib/clients/mp/tmn/showActionSheet.d.ts +2 -0
- package/lib/clients/mp/tmn/showActionSheet.js +3 -0
- package/lib/clients/mp/tmn/showAuthGuide.d.ts +2 -0
- package/lib/clients/mp/tmn/showAuthGuide.js +3 -0
- package/lib/clients/mp/tmn/showLoading.d.ts +2 -0
- package/lib/clients/mp/tmn/showLoading.js +3 -0
- package/lib/clients/mp/tmn/showNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp/tmn/showNavigationBarLoading.js +3 -0
- package/lib/clients/mp/tmn/showSharePanel.d.ts +2 -0
- package/lib/clients/mp/tmn/showSharePanel.js +3 -0
- package/lib/clients/mp/tmn/showToast.d.ts +2 -0
- package/lib/clients/mp/tmn/showToast.js +3 -0
- package/lib/clients/mp/tmn/signContract.d.ts +2 -0
- package/lib/clients/mp/tmn/signContract.js +3 -0
- package/lib/clients/mp/tmn/startBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp/tmn/startBluetoothDevicesDiscovery.js +3 -0
- package/lib/clients/mp/tmn/startPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp/tmn/startPullDownRefresh.js +3 -0
- package/lib/clients/mp/tmn/stopBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp/tmn/stopBluetoothDevicesDiscovery.js +3 -0
- package/lib/clients/mp/tmn/stopPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp/tmn/stopPullDownRefresh.js +3 -0
- package/lib/clients/mp/tmn/switchTab.d.ts +2 -0
- package/lib/clients/mp/tmn/switchTab.js +3 -0
- package/lib/clients/mp/tmn/tradePay.d.ts +2 -0
- package/lib/clients/mp/tmn/tradePay.js +3 -0
- package/lib/clients/mp/tmn/uploadFile.d.ts +2 -0
- package/lib/clients/mp/tmn/uploadFile.js +3 -0
- package/lib/clients/mp/tmn/vibrate.d.ts +2 -0
- package/lib/clients/mp/tmn/vibrate.js +3 -0
- package/lib/clients/mp/tmn/watchShake.d.ts +2 -0
- package/lib/clients/mp/tmn/watchShake.js +3 -0
- package/lib/clients/mp/tmn/writeBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp/tmn/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/getSystemInfoSync.d.ts +2 -0
- package/lib/clients/mp/tngd/getSystemInfoSync.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 +612 -0
- package/lib/clients/mp/tngd/index.js +336 -0
- 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/wechat/index.d.ts +6 -0
- package/lib/clients/mp/wechat/index.js +6 -0
- package/lib/clients/mp/wechat/showToast.d.ts +2 -0
- package/lib/clients/mp/wechat/showToast.js +3 -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 +2 -0
- package/lib/clients/mp_web/alipay/alert.js +3 -0
- package/lib/clients/mp_web/alipay/chooseImage.d.ts +2 -0
- package/lib/clients/mp_web/alipay/chooseImage.js +3 -0
- 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 +2 -0
- package/lib/clients/mp_web/alipay/clearStorage.js +3 -0
- 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 +2 -0
- package/lib/clients/mp_web/alipay/confirm.js +3 -0
- 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 -0
- package/lib/clients/mp_web/alipay/crossPay.js +3 -0
- 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/getAppId.d.ts +2 -0
- package/lib/clients/mp_web/alipay/getAppId.js +3 -0
- package/lib/clients/mp_web/alipay/getAuthCode.d.ts +2 -0
- package/lib/clients/mp_web/alipay/getAuthCode.js +3 -0
- 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 +2 -0
- package/lib/clients/mp_web/alipay/getClipboard.js +3 -0
- 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/getCurrentPages.d.ts +2 -0
- package/lib/clients/mp_web/alipay/getCurrentPages.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 +2 -0
- package/lib/clients/mp_web/alipay/getImageInfo.js +3 -0
- package/lib/clients/mp_web/alipay/getLocation.d.ts +2 -0
- package/lib/clients/mp_web/alipay/getLocation.js +3 -0
- package/lib/clients/mp_web/alipay/getNetworkType.d.ts +2 -0
- package/lib/clients/mp_web/alipay/getNetworkType.js +3 -0
- 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 +2 -0
- package/lib/clients/mp_web/alipay/getPhoneNumber.js +3 -0
- package/lib/clients/mp_web/alipay/getSDKVersion.d.ts +2 -0
- package/lib/clients/mp_web/alipay/getSDKVersion.js +3 -0
- 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 +2 -0
- package/lib/clients/mp_web/alipay/getStorage.js +3 -0
- package/lib/clients/mp_web/alipay/getSystemInfo.d.ts +2 -0
- package/lib/clients/mp_web/alipay/getSystemInfo.js +3 -0
- 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 +2 -0
- package/lib/clients/mp_web/alipay/hideKeyboard.js +3 -0
- package/lib/clients/mp_web/alipay/hideLoading.d.ts +2 -0
- package/lib/clients/mp_web/alipay/hideLoading.js +3 -0
- package/lib/clients/mp_web/alipay/hideNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp_web/alipay/hideNavigationBarLoading.js +3 -0
- 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 +2 -0
- package/lib/clients/mp_web/alipay/hideToast.js +3 -0
- package/lib/clients/mp_web/alipay/index.d.ts +607 -0
- package/lib/clients/mp_web/alipay/index.js +333 -0
- package/lib/clients/mp_web/alipay/makePhoneCall.d.ts +2 -0
- package/lib/clients/mp_web/alipay/makePhoneCall.js +3 -0
- package/lib/clients/mp_web/alipay/multiLevelSelect.d.ts +2 -0
- package/lib/clients/mp_web/alipay/multiLevelSelect.js +3 -0
- 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 +2 -0
- package/lib/clients/mp_web/alipay/navigateBackMiniProgram.js +3 -0
- package/lib/clients/mp_web/alipay/navigateTo.d.ts +2 -0
- package/lib/clients/mp_web/alipay/navigateTo.js +3 -0
- package/lib/clients/mp_web/alipay/navigateToMiniProgram.d.ts +2 -0
- package/lib/clients/mp_web/alipay/navigateToMiniProgram.js +3 -0
- 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 +2 -0
- package/lib/clients/mp_web/alipay/previewImage.js +3 -0
- package/lib/clients/mp_web/alipay/prompt.d.ts +2 -0
- package/lib/clients/mp_web/alipay/prompt.js +3 -0
- 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 +2 -0
- package/lib/clients/mp_web/alipay/removeStorage.js +3 -0
- package/lib/clients/mp_web/alipay/request.d.ts +2 -0
- package/lib/clients/mp_web/alipay/request.js +3 -0
- package/lib/clients/mp_web/alipay/rpc.d.ts +2 -0
- package/lib/clients/mp_web/alipay/rpc.js +3 -0
- 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 +2 -0
- package/lib/clients/mp_web/alipay/saveImage.js +3 -0
- package/lib/clients/mp_web/alipay/scan.d.ts +2 -0
- package/lib/clients/mp_web/alipay/scan.js +3 -0
- 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 +2 -0
- package/lib/clients/mp_web/alipay/setClipboard.js +3 -0
- 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 +2 -0
- package/lib/clients/mp_web/alipay/setNavigationBar.js +3 -0
- package/lib/clients/mp_web/alipay/setOptionMenu.d.ts +2 -0
- package/lib/clients/mp_web/alipay/setOptionMenu.js +3 -0
- 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 +2 -0
- package/lib/clients/mp_web/alipay/setStorage.js +3 -0
- 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 +2 -0
- package/lib/clients/mp_web/alipay/showAuthGuide.js +3 -0
- package/lib/clients/mp_web/alipay/showLoading.d.ts +2 -0
- package/lib/clients/mp_web/alipay/showLoading.js +3 -0
- package/lib/clients/mp_web/alipay/showNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp_web/alipay/showNavigationBarLoading.js +3 -0
- 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 +2 -0
- package/lib/clients/mp_web/alipay/showToast.js +3 -0
- 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 +2 -0
- package/lib/clients/mp_web/alipay/tradePay.js +3 -0
- 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 +2 -0
- package/lib/clients/mp_web/alipay/vibrate.js +3 -0
- 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/chooseFileFromDisk.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/chooseFileFromDisk.js +3 -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/chooseVideo.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/chooseVideo.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/compressImage.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/compressImage.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/exitApp.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/exitApp.js +3 -0
- package/lib/clients/mp_web/alipayhk/getAppId.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/getAppId.js +3 -0
- package/lib/clients/mp_web/alipayhk/getAppToken.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/getAppToken.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/getCurrentPages.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/getCurrentPages.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/getRunScene.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/getRunScene.js +3 -0
- package/lib/clients/mp_web/alipayhk/getSDKVersion.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/getSDKVersion.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 +725 -0
- package/lib/clients/mp_web/alipayhk/index.js +352 -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/navigateToBizScene.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/navigateToBizScene.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/setTabBarItem.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/setTabBarItem.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/setTransparentTitle.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/setTransparentTitle.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/showTabBar.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/showTabBar.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/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/getAppId.d.ts +2 -0
- package/lib/clients/mp_web/chope/getAppId.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/getCurrentPages.d.ts +2 -0
- package/lib/clients/mp_web/chope/getCurrentPages.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/getSDKVersion.d.ts +2 -0
- package/lib/clients/mp_web/chope/getSDKVersion.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 +589 -0
- package/lib/clients/mp_web/chope/index.js +322 -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/chooseFileFromDisk.d.ts +2 -0
- package/lib/clients/mp_web/dana/chooseFileFromDisk.js +3 -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/chooseVideo.d.ts +2 -0
- package/lib/clients/mp_web/dana/chooseVideo.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/compressImage.d.ts +2 -0
- package/lib/clients/mp_web/dana/compressImage.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/getAppId.d.ts +2 -0
- package/lib/clients/mp_web/dana/getAppId.js +3 -0
- package/lib/clients/mp_web/dana/getAppToken.d.ts +2 -0
- package/lib/clients/mp_web/dana/getAppToken.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/getCurrentPages.d.ts +2 -0
- package/lib/clients/mp_web/dana/getCurrentPages.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/getRunScene.d.ts +2 -0
- package/lib/clients/mp_web/dana/getRunScene.js +3 -0
- package/lib/clients/mp_web/dana/getSDKVersion.d.ts +2 -0
- package/lib/clients/mp_web/dana/getSDKVersion.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 +722 -0
- package/lib/clients/mp_web/dana/index.js +349 -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/navigateToBizScene.d.ts +2 -0
- package/lib/clients/mp_web/dana/navigateToBizScene.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/setTabBarItem.d.ts +2 -0
- package/lib/clients/mp_web/dana/setTabBarItem.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/setTransparentTitle.d.ts +2 -0
- package/lib/clients/mp_web/dana/setTransparentTitle.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/showTabBar.d.ts +2 -0
- package/lib/clients/mp_web/dana/showTabBar.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/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/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/getAppId.d.ts +2 -0
- package/lib/clients/mp_web/demo/getAppId.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/getCurrentPages.d.ts +2 -0
- package/lib/clients/mp_web/demo/getCurrentPages.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/getSDKVersion.d.ts +2 -0
- package/lib/clients/mp_web/demo/getSDKVersion.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/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 +669 -0
- package/lib/clients/mp_web/demo/index.js +391 -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/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/chooseFileFromDisk.d.ts +2 -0
- package/lib/clients/mp_web/gcash/chooseFileFromDisk.js +3 -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/chooseVideo.d.ts +2 -0
- package/lib/clients/mp_web/gcash/chooseVideo.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/compressImage.d.ts +2 -0
- package/lib/clients/mp_web/gcash/compressImage.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/getAppId.d.ts +2 -0
- package/lib/clients/mp_web/gcash/getAppId.js +3 -0
- package/lib/clients/mp_web/gcash/getAppToken.d.ts +2 -0
- package/lib/clients/mp_web/gcash/getAppToken.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/getCurrentPages.d.ts +2 -0
- package/lib/clients/mp_web/gcash/getCurrentPages.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/getRunScene.d.ts +2 -0
- package/lib/clients/mp_web/gcash/getRunScene.js +3 -0
- package/lib/clients/mp_web/gcash/getSDKVersion.d.ts +2 -0
- package/lib/clients/mp_web/gcash/getSDKVersion.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 +722 -0
- package/lib/clients/mp_web/gcash/index.js +349 -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/navigateToBizScene.d.ts +2 -0
- package/lib/clients/mp_web/gcash/navigateToBizScene.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/setTabBarItem.d.ts +2 -0
- package/lib/clients/mp_web/gcash/setTabBarItem.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/setTransparentTitle.d.ts +2 -0
- package/lib/clients/mp_web/gcash/setTransparentTitle.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/showTabBar.d.ts +2 -0
- package/lib/clients/mp_web/gcash/showTabBar.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/mpay/addPhoneContact.d.ts +2 -0
- package/lib/clients/mp_web/mpay/addPhoneContact.js +3 -0
- package/lib/clients/mp_web/mpay/alert.d.ts +2 -0
- package/lib/clients/mp_web/mpay/alert.js +3 -0
- package/lib/clients/mp_web/mpay/chooseFileFromDisk.d.ts +2 -0
- package/lib/clients/mp_web/mpay/chooseFileFromDisk.js +3 -0
- package/lib/clients/mp_web/mpay/chooseImage.d.ts +2 -0
- package/lib/clients/mp_web/mpay/chooseImage.js +3 -0
- package/lib/clients/mp_web/mpay/choosePhoneContact.d.ts +2 -0
- package/lib/clients/mp_web/mpay/choosePhoneContact.js +3 -0
- package/lib/clients/mp_web/mpay/chooseVideo.d.ts +2 -0
- package/lib/clients/mp_web/mpay/chooseVideo.js +3 -0
- package/lib/clients/mp_web/mpay/clearStorage.d.ts +2 -0
- package/lib/clients/mp_web/mpay/clearStorage.js +3 -0
- package/lib/clients/mp_web/mpay/closeBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp_web/mpay/closeBluetoothAdapter.js +3 -0
- package/lib/clients/mp_web/mpay/closeSocket.d.ts +2 -0
- package/lib/clients/mp_web/mpay/closeSocket.js +3 -0
- package/lib/clients/mp_web/mpay/compressImage.d.ts +2 -0
- package/lib/clients/mp_web/mpay/compressImage.js +3 -0
- package/lib/clients/mp_web/mpay/confirm.d.ts +2 -0
- package/lib/clients/mp_web/mpay/confirm.js +3 -0
- package/lib/clients/mp_web/mpay/connectBLEDevice.d.ts +2 -0
- package/lib/clients/mp_web/mpay/connectBLEDevice.js +3 -0
- package/lib/clients/mp_web/mpay/connectSocket.d.ts +2 -0
- package/lib/clients/mp_web/mpay/connectSocket.js +3 -0
- package/lib/clients/mp_web/mpay/datePicker.d.ts +2 -0
- package/lib/clients/mp_web/mpay/datePicker.js +3 -0
- package/lib/clients/mp_web/mpay/disconnectBLEDevice.d.ts +2 -0
- package/lib/clients/mp_web/mpay/disconnectBLEDevice.js +3 -0
- package/lib/clients/mp_web/mpay/downloadFile.d.ts +2 -0
- package/lib/clients/mp_web/mpay/downloadFile.js +3 -0
- package/lib/clients/mp_web/mpay/getAppId.d.ts +2 -0
- package/lib/clients/mp_web/mpay/getAppId.js +3 -0
- package/lib/clients/mp_web/mpay/getAppToken.d.ts +2 -0
- package/lib/clients/mp_web/mpay/getAppToken.js +3 -0
- package/lib/clients/mp_web/mpay/getAuthCode.d.ts +2 -0
- package/lib/clients/mp_web/mpay/getAuthCode.js +3 -0
- package/lib/clients/mp_web/mpay/getBLEDeviceCharacteristics.d.ts +2 -0
- package/lib/clients/mp_web/mpay/getBLEDeviceCharacteristics.js +3 -0
- package/lib/clients/mp_web/mpay/getBLEDeviceServices.d.ts +2 -0
- package/lib/clients/mp_web/mpay/getBLEDeviceServices.js +3 -0
- package/lib/clients/mp_web/mpay/getBatteryInfo.d.ts +2 -0
- package/lib/clients/mp_web/mpay/getBatteryInfo.js +3 -0
- package/lib/clients/mp_web/mpay/getBluetoothAdapterState.d.ts +2 -0
- package/lib/clients/mp_web/mpay/getBluetoothAdapterState.js +3 -0
- package/lib/clients/mp_web/mpay/getBluetoothDevices.d.ts +2 -0
- package/lib/clients/mp_web/mpay/getBluetoothDevices.js +3 -0
- package/lib/clients/mp_web/mpay/getClipboard.d.ts +2 -0
- package/lib/clients/mp_web/mpay/getClipboard.js +3 -0
- package/lib/clients/mp_web/mpay/getConnectedBluetoothDevices.d.ts +2 -0
- package/lib/clients/mp_web/mpay/getConnectedBluetoothDevices.js +3 -0
- package/lib/clients/mp_web/mpay/getCurrentPages.d.ts +2 -0
- package/lib/clients/mp_web/mpay/getCurrentPages.js +3 -0
- package/lib/clients/mp_web/mpay/getFileInfo.d.ts +2 -0
- package/lib/clients/mp_web/mpay/getFileInfo.js +3 -0
- package/lib/clients/mp_web/mpay/getImageInfo.d.ts +2 -0
- package/lib/clients/mp_web/mpay/getImageInfo.js +3 -0
- package/lib/clients/mp_web/mpay/getLocation.d.ts +2 -0
- package/lib/clients/mp_web/mpay/getLocation.js +3 -0
- package/lib/clients/mp_web/mpay/getNetworkType.d.ts +2 -0
- package/lib/clients/mp_web/mpay/getNetworkType.js +3 -0
- package/lib/clients/mp_web/mpay/getOpenUserInfo.d.ts +2 -0
- package/lib/clients/mp_web/mpay/getOpenUserInfo.js +3 -0
- package/lib/clients/mp_web/mpay/getRunScene.d.ts +2 -0
- package/lib/clients/mp_web/mpay/getRunScene.js +3 -0
- package/lib/clients/mp_web/mpay/getSDKVersion.d.ts +2 -0
- package/lib/clients/mp_web/mpay/getSDKVersion.js +3 -0
- package/lib/clients/mp_web/mpay/getSavedFileInfo.d.ts +2 -0
- package/lib/clients/mp_web/mpay/getSavedFileInfo.js +3 -0
- package/lib/clients/mp_web/mpay/getSavedFileList.d.ts +2 -0
- package/lib/clients/mp_web/mpay/getSavedFileList.js +3 -0
- package/lib/clients/mp_web/mpay/getScreenBrightness.d.ts +2 -0
- package/lib/clients/mp_web/mpay/getScreenBrightness.js +3 -0
- package/lib/clients/mp_web/mpay/getServerTime.d.ts +2 -0
- package/lib/clients/mp_web/mpay/getServerTime.js +3 -0
- package/lib/clients/mp_web/mpay/getSetting.d.ts +2 -0
- package/lib/clients/mp_web/mpay/getSetting.js +3 -0
- package/lib/clients/mp_web/mpay/getSiteInfo.d.ts +2 -0
- package/lib/clients/mp_web/mpay/getSiteInfo.js +3 -0
- package/lib/clients/mp_web/mpay/getStorage.d.ts +2 -0
- package/lib/clients/mp_web/mpay/getStorage.js +3 -0
- package/lib/clients/mp_web/mpay/getSystemInfo.d.ts +2 -0
- package/lib/clients/mp_web/mpay/getSystemInfo.js +3 -0
- package/lib/clients/mp_web/mpay/hideBackHome.d.ts +2 -0
- package/lib/clients/mp_web/mpay/hideBackHome.js +3 -0
- package/lib/clients/mp_web/mpay/hideKeyboard.d.ts +2 -0
- package/lib/clients/mp_web/mpay/hideKeyboard.js +3 -0
- package/lib/clients/mp_web/mpay/hideLoading.d.ts +2 -0
- package/lib/clients/mp_web/mpay/hideLoading.js +3 -0
- package/lib/clients/mp_web/mpay/hideNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp_web/mpay/hideNavigationBarLoading.js +3 -0
- package/lib/clients/mp_web/mpay/hideTabBar.d.ts +2 -0
- package/lib/clients/mp_web/mpay/hideTabBar.js +3 -0
- package/lib/clients/mp_web/mpay/hideToast.d.ts +2 -0
- package/lib/clients/mp_web/mpay/hideToast.js +3 -0
- package/lib/clients/mp_web/mpay/index.d.ts +715 -0
- package/lib/clients/mp_web/mpay/index.js +347 -0
- package/lib/clients/mp_web/mpay/makePhoneCall.d.ts +2 -0
- package/lib/clients/mp_web/mpay/makePhoneCall.js +3 -0
- package/lib/clients/mp_web/mpay/multiLevelSelect.d.ts +2 -0
- package/lib/clients/mp_web/mpay/multiLevelSelect.js +3 -0
- package/lib/clients/mp_web/mpay/navigateBack.d.ts +2 -0
- package/lib/clients/mp_web/mpay/navigateBack.js +3 -0
- package/lib/clients/mp_web/mpay/navigateBackMiniProgram.d.ts +2 -0
- package/lib/clients/mp_web/mpay/navigateBackMiniProgram.js +3 -0
- package/lib/clients/mp_web/mpay/navigateTo.d.ts +2 -0
- package/lib/clients/mp_web/mpay/navigateTo.js +3 -0
- package/lib/clients/mp_web/mpay/navigateToBizScene.d.ts +2 -0
- package/lib/clients/mp_web/mpay/navigateToBizScene.js +3 -0
- package/lib/clients/mp_web/mpay/navigateToMiniProgram.d.ts +2 -0
- package/lib/clients/mp_web/mpay/navigateToMiniProgram.js +3 -0
- package/lib/clients/mp_web/mpay/notifyBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/mpay/notifyBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/mpay/offAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp_web/mpay/offAccelerometerChange.js +3 -0
- package/lib/clients/mp_web/mpay/offBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/mpay/offBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/mpay/offBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp_web/mpay/offBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp_web/mpay/offBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp_web/mpay/offBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp_web/mpay/offBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp_web/mpay/offBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp_web/mpay/offCompassChange.d.ts +2 -0
- package/lib/clients/mp_web/mpay/offCompassChange.js +3 -0
- package/lib/clients/mp_web/mpay/offMemoryWarning.d.ts +2 -0
- package/lib/clients/mp_web/mpay/offMemoryWarning.js +3 -0
- package/lib/clients/mp_web/mpay/offSocketClose.d.ts +2 -0
- package/lib/clients/mp_web/mpay/offSocketClose.js +3 -0
- package/lib/clients/mp_web/mpay/offSocketError.d.ts +2 -0
- package/lib/clients/mp_web/mpay/offSocketError.js +3 -0
- package/lib/clients/mp_web/mpay/offSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/mpay/offSocketMessage.js +3 -0
- package/lib/clients/mp_web/mpay/offSocketOpen.d.ts +2 -0
- package/lib/clients/mp_web/mpay/offSocketOpen.js +3 -0
- package/lib/clients/mp_web/mpay/offUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp_web/mpay/offUserCaptureScreen.js +3 -0
- package/lib/clients/mp_web/mpay/onAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp_web/mpay/onAccelerometerChange.js +3 -0
- package/lib/clients/mp_web/mpay/onBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/mpay/onBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/mpay/onBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp_web/mpay/onBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp_web/mpay/onBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp_web/mpay/onBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp_web/mpay/onBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp_web/mpay/onBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp_web/mpay/onCompassChange.d.ts +2 -0
- package/lib/clients/mp_web/mpay/onCompassChange.js +3 -0
- package/lib/clients/mp_web/mpay/onMemoryWarning.d.ts +2 -0
- package/lib/clients/mp_web/mpay/onMemoryWarning.js +3 -0
- package/lib/clients/mp_web/mpay/onSocketClose.d.ts +2 -0
- package/lib/clients/mp_web/mpay/onSocketClose.js +3 -0
- package/lib/clients/mp_web/mpay/onSocketError.d.ts +2 -0
- package/lib/clients/mp_web/mpay/onSocketError.js +3 -0
- package/lib/clients/mp_web/mpay/onSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/mpay/onSocketMessage.js +3 -0
- package/lib/clients/mp_web/mpay/onSocketOpen.d.ts +2 -0
- package/lib/clients/mp_web/mpay/onSocketOpen.js +3 -0
- package/lib/clients/mp_web/mpay/onUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp_web/mpay/onUserCaptureScreen.js +3 -0
- package/lib/clients/mp_web/mpay/openBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp_web/mpay/openBluetoothAdapter.js +3 -0
- package/lib/clients/mp_web/mpay/openDocument.d.ts +2 -0
- package/lib/clients/mp_web/mpay/openDocument.js +3 -0
- package/lib/clients/mp_web/mpay/openSetting.d.ts +2 -0
- package/lib/clients/mp_web/mpay/openSetting.js +3 -0
- package/lib/clients/mp_web/mpay/pageScrollTo.d.ts +2 -0
- package/lib/clients/mp_web/mpay/pageScrollTo.js +3 -0
- package/lib/clients/mp_web/mpay/previewImage.d.ts +2 -0
- package/lib/clients/mp_web/mpay/previewImage.js +3 -0
- package/lib/clients/mp_web/mpay/prompt.d.ts +2 -0
- package/lib/clients/mp_web/mpay/prompt.js +3 -0
- package/lib/clients/mp_web/mpay/reLaunch.d.ts +2 -0
- package/lib/clients/mp_web/mpay/reLaunch.js +3 -0
- package/lib/clients/mp_web/mpay/readBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp_web/mpay/readBLECharacteristicValue.js +3 -0
- package/lib/clients/mp_web/mpay/redirectTo.d.ts +2 -0
- package/lib/clients/mp_web/mpay/redirectTo.js +3 -0
- package/lib/clients/mp_web/mpay/removeSavedFile.d.ts +2 -0
- package/lib/clients/mp_web/mpay/removeSavedFile.js +3 -0
- package/lib/clients/mp_web/mpay/removeStorage.d.ts +2 -0
- package/lib/clients/mp_web/mpay/removeStorage.js +3 -0
- package/lib/clients/mp_web/mpay/request.d.ts +2 -0
- package/lib/clients/mp_web/mpay/request.js +3 -0
- package/lib/clients/mp_web/mpay/saveFile.d.ts +2 -0
- package/lib/clients/mp_web/mpay/saveFile.js +3 -0
- package/lib/clients/mp_web/mpay/saveImage.d.ts +2 -0
- package/lib/clients/mp_web/mpay/saveImage.js +3 -0
- package/lib/clients/mp_web/mpay/scan.d.ts +2 -0
- package/lib/clients/mp_web/mpay/scan.js +3 -0
- package/lib/clients/mp_web/mpay/sendSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/mpay/sendSocketMessage.js +3 -0
- package/lib/clients/mp_web/mpay/setBackgroundColor.d.ts +2 -0
- package/lib/clients/mp_web/mpay/setBackgroundColor.js +3 -0
- package/lib/clients/mp_web/mpay/setCanPullDown.d.ts +2 -0
- package/lib/clients/mp_web/mpay/setCanPullDown.js +3 -0
- package/lib/clients/mp_web/mpay/setClipboard.d.ts +2 -0
- package/lib/clients/mp_web/mpay/setClipboard.js +3 -0
- package/lib/clients/mp_web/mpay/setKeepScreenOn.d.ts +2 -0
- package/lib/clients/mp_web/mpay/setKeepScreenOn.js +3 -0
- package/lib/clients/mp_web/mpay/setNavigationBar.d.ts +2 -0
- package/lib/clients/mp_web/mpay/setNavigationBar.js +3 -0
- package/lib/clients/mp_web/mpay/setScreenBrightness.d.ts +2 -0
- package/lib/clients/mp_web/mpay/setScreenBrightness.js +3 -0
- package/lib/clients/mp_web/mpay/setStorage.d.ts +2 -0
- package/lib/clients/mp_web/mpay/setStorage.js +3 -0
- package/lib/clients/mp_web/mpay/setTabBarItem.d.ts +2 -0
- package/lib/clients/mp_web/mpay/setTabBarItem.js +3 -0
- package/lib/clients/mp_web/mpay/setTabBarStyle.d.ts +2 -0
- package/lib/clients/mp_web/mpay/setTabBarStyle.js +3 -0
- package/lib/clients/mp_web/mpay/setTransparentTitle.d.ts +2 -0
- package/lib/clients/mp_web/mpay/setTransparentTitle.js +3 -0
- package/lib/clients/mp_web/mpay/showActionSheet.d.ts +2 -0
- package/lib/clients/mp_web/mpay/showActionSheet.js +3 -0
- package/lib/clients/mp_web/mpay/showAuthGuide.d.ts +2 -0
- package/lib/clients/mp_web/mpay/showAuthGuide.js +3 -0
- package/lib/clients/mp_web/mpay/showLoading.d.ts +2 -0
- package/lib/clients/mp_web/mpay/showLoading.js +3 -0
- package/lib/clients/mp_web/mpay/showNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp_web/mpay/showNavigationBarLoading.js +3 -0
- package/lib/clients/mp_web/mpay/showSharePanel.d.ts +2 -0
- package/lib/clients/mp_web/mpay/showSharePanel.js +3 -0
- package/lib/clients/mp_web/mpay/showTabBar.d.ts +2 -0
- package/lib/clients/mp_web/mpay/showTabBar.js +3 -0
- package/lib/clients/mp_web/mpay/showToast.d.ts +2 -0
- package/lib/clients/mp_web/mpay/showToast.js +3 -0
- package/lib/clients/mp_web/mpay/signContract.d.ts +2 -0
- package/lib/clients/mp_web/mpay/signContract.js +3 -0
- package/lib/clients/mp_web/mpay/startBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp_web/mpay/startBluetoothDevicesDiscovery.js +3 -0
- package/lib/clients/mp_web/mpay/startPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp_web/mpay/startPullDownRefresh.js +3 -0
- package/lib/clients/mp_web/mpay/stopBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp_web/mpay/stopBluetoothDevicesDiscovery.js +3 -0
- package/lib/clients/mp_web/mpay/stopPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp_web/mpay/stopPullDownRefresh.js +3 -0
- package/lib/clients/mp_web/mpay/switchTab.d.ts +2 -0
- package/lib/clients/mp_web/mpay/switchTab.js +3 -0
- package/lib/clients/mp_web/mpay/tradePay.d.ts +2 -0
- package/lib/clients/mp_web/mpay/tradePay.js +3 -0
- package/lib/clients/mp_web/mpay/uploadFile.d.ts +2 -0
- package/lib/clients/mp_web/mpay/uploadFile.js +3 -0
- package/lib/clients/mp_web/mpay/vibrate.d.ts +2 -0
- package/lib/clients/mp_web/mpay/vibrate.js +3 -0
- package/lib/clients/mp_web/mpay/watchShake.d.ts +2 -0
- package/lib/clients/mp_web/mpay/watchShake.js +3 -0
- package/lib/clients/mp_web/mpay/writeBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp_web/mpay/writeBLECharacteristicValue.js +3 -0
- package/lib/clients/mp_web/tmn/addPhoneContact.d.ts +2 -0
- package/lib/clients/mp_web/tmn/addPhoneContact.js +3 -0
- package/lib/clients/mp_web/tmn/alert.d.ts +2 -0
- package/lib/clients/mp_web/tmn/alert.js +3 -0
- package/lib/clients/mp_web/tmn/chooseFileFromDisk.d.ts +2 -0
- package/lib/clients/mp_web/tmn/chooseFileFromDisk.js +3 -0
- package/lib/clients/mp_web/tmn/chooseImage.d.ts +2 -0
- package/lib/clients/mp_web/tmn/chooseImage.js +3 -0
- package/lib/clients/mp_web/tmn/choosePhoneContact.d.ts +2 -0
- package/lib/clients/mp_web/tmn/choosePhoneContact.js +3 -0
- package/lib/clients/mp_web/tmn/chooseVideo.d.ts +2 -0
- package/lib/clients/mp_web/tmn/chooseVideo.js +3 -0
- package/lib/clients/mp_web/tmn/clearStorage.d.ts +2 -0
- package/lib/clients/mp_web/tmn/clearStorage.js +3 -0
- package/lib/clients/mp_web/tmn/closeBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp_web/tmn/closeBluetoothAdapter.js +3 -0
- package/lib/clients/mp_web/tmn/closeSocket.d.ts +2 -0
- package/lib/clients/mp_web/tmn/closeSocket.js +3 -0
- package/lib/clients/mp_web/tmn/compressImage.d.ts +2 -0
- package/lib/clients/mp_web/tmn/compressImage.js +3 -0
- package/lib/clients/mp_web/tmn/confirm.d.ts +2 -0
- package/lib/clients/mp_web/tmn/confirm.js +3 -0
- package/lib/clients/mp_web/tmn/connectBLEDevice.d.ts +2 -0
- package/lib/clients/mp_web/tmn/connectBLEDevice.js +3 -0
- package/lib/clients/mp_web/tmn/connectSocket.d.ts +2 -0
- package/lib/clients/mp_web/tmn/connectSocket.js +3 -0
- package/lib/clients/mp_web/tmn/datePicker.d.ts +2 -0
- package/lib/clients/mp_web/tmn/datePicker.js +3 -0
- package/lib/clients/mp_web/tmn/disconnectBLEDevice.d.ts +2 -0
- package/lib/clients/mp_web/tmn/disconnectBLEDevice.js +3 -0
- package/lib/clients/mp_web/tmn/downloadFile.d.ts +2 -0
- package/lib/clients/mp_web/tmn/downloadFile.js +3 -0
- package/lib/clients/mp_web/tmn/getAppId.d.ts +2 -0
- package/lib/clients/mp_web/tmn/getAppId.js +3 -0
- package/lib/clients/mp_web/tmn/getAppToken.d.ts +2 -0
- package/lib/clients/mp_web/tmn/getAppToken.js +3 -0
- package/lib/clients/mp_web/tmn/getAuthCode.d.ts +2 -0
- package/lib/clients/mp_web/tmn/getAuthCode.js +3 -0
- package/lib/clients/mp_web/tmn/getBLEDeviceCharacteristics.d.ts +2 -0
- package/lib/clients/mp_web/tmn/getBLEDeviceCharacteristics.js +3 -0
- package/lib/clients/mp_web/tmn/getBLEDeviceServices.d.ts +2 -0
- package/lib/clients/mp_web/tmn/getBLEDeviceServices.js +3 -0
- package/lib/clients/mp_web/tmn/getBatteryInfo.d.ts +2 -0
- package/lib/clients/mp_web/tmn/getBatteryInfo.js +3 -0
- package/lib/clients/mp_web/tmn/getBluetoothAdapterState.d.ts +2 -0
- package/lib/clients/mp_web/tmn/getBluetoothAdapterState.js +3 -0
- package/lib/clients/mp_web/tmn/getBluetoothDevices.d.ts +2 -0
- package/lib/clients/mp_web/tmn/getBluetoothDevices.js +3 -0
- package/lib/clients/mp_web/tmn/getClipboard.d.ts +2 -0
- package/lib/clients/mp_web/tmn/getClipboard.js +3 -0
- package/lib/clients/mp_web/tmn/getConnectedBluetoothDevices.d.ts +2 -0
- package/lib/clients/mp_web/tmn/getConnectedBluetoothDevices.js +3 -0
- package/lib/clients/mp_web/tmn/getCurrentPages.d.ts +2 -0
- package/lib/clients/mp_web/tmn/getCurrentPages.js +3 -0
- package/lib/clients/mp_web/tmn/getFileInfo.d.ts +2 -0
- package/lib/clients/mp_web/tmn/getFileInfo.js +3 -0
- package/lib/clients/mp_web/tmn/getImageInfo.d.ts +2 -0
- package/lib/clients/mp_web/tmn/getImageInfo.js +3 -0
- package/lib/clients/mp_web/tmn/getLocation.d.ts +2 -0
- package/lib/clients/mp_web/tmn/getLocation.js +3 -0
- package/lib/clients/mp_web/tmn/getNetworkType.d.ts +2 -0
- package/lib/clients/mp_web/tmn/getNetworkType.js +3 -0
- package/lib/clients/mp_web/tmn/getOpenUserInfo.d.ts +2 -0
- package/lib/clients/mp_web/tmn/getOpenUserInfo.js +3 -0
- package/lib/clients/mp_web/tmn/getRunScene.d.ts +2 -0
- package/lib/clients/mp_web/tmn/getRunScene.js +3 -0
- package/lib/clients/mp_web/tmn/getSDKVersion.d.ts +2 -0
- package/lib/clients/mp_web/tmn/getSDKVersion.js +3 -0
- package/lib/clients/mp_web/tmn/getSavedFileInfo.d.ts +2 -0
- package/lib/clients/mp_web/tmn/getSavedFileInfo.js +3 -0
- package/lib/clients/mp_web/tmn/getSavedFileList.d.ts +2 -0
- package/lib/clients/mp_web/tmn/getSavedFileList.js +3 -0
- package/lib/clients/mp_web/tmn/getScreenBrightness.d.ts +2 -0
- package/lib/clients/mp_web/tmn/getScreenBrightness.js +3 -0
- package/lib/clients/mp_web/tmn/getServerTime.d.ts +2 -0
- package/lib/clients/mp_web/tmn/getServerTime.js +3 -0
- package/lib/clients/mp_web/tmn/getSetting.d.ts +2 -0
- package/lib/clients/mp_web/tmn/getSetting.js +3 -0
- package/lib/clients/mp_web/tmn/getSiteInfo.d.ts +2 -0
- package/lib/clients/mp_web/tmn/getSiteInfo.js +3 -0
- package/lib/clients/mp_web/tmn/getStorage.d.ts +2 -0
- package/lib/clients/mp_web/tmn/getStorage.js +3 -0
- package/lib/clients/mp_web/tmn/getSystemInfo.d.ts +2 -0
- package/lib/clients/mp_web/tmn/getSystemInfo.js +3 -0
- package/lib/clients/mp_web/tmn/hideBackHome.d.ts +2 -0
- package/lib/clients/mp_web/tmn/hideBackHome.js +3 -0
- package/lib/clients/mp_web/tmn/hideKeyboard.d.ts +2 -0
- package/lib/clients/mp_web/tmn/hideKeyboard.js +3 -0
- package/lib/clients/mp_web/tmn/hideLoading.d.ts +2 -0
- package/lib/clients/mp_web/tmn/hideLoading.js +3 -0
- package/lib/clients/mp_web/tmn/hideNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp_web/tmn/hideNavigationBarLoading.js +3 -0
- package/lib/clients/mp_web/tmn/hideTabBar.d.ts +2 -0
- package/lib/clients/mp_web/tmn/hideTabBar.js +3 -0
- package/lib/clients/mp_web/tmn/hideToast.d.ts +2 -0
- package/lib/clients/mp_web/tmn/hideToast.js +3 -0
- package/lib/clients/mp_web/tmn/index.d.ts +722 -0
- package/lib/clients/mp_web/tmn/index.js +349 -0
- package/lib/clients/mp_web/tmn/makePhoneCall.d.ts +2 -0
- package/lib/clients/mp_web/tmn/makePhoneCall.js +3 -0
- package/lib/clients/mp_web/tmn/multiLevelSelect.d.ts +2 -0
- package/lib/clients/mp_web/tmn/multiLevelSelect.js +3 -0
- package/lib/clients/mp_web/tmn/navigateBack.d.ts +2 -0
- package/lib/clients/mp_web/tmn/navigateBack.js +3 -0
- package/lib/clients/mp_web/tmn/navigateBackMiniProgram.d.ts +2 -0
- package/lib/clients/mp_web/tmn/navigateBackMiniProgram.js +3 -0
- package/lib/clients/mp_web/tmn/navigateTo.d.ts +2 -0
- package/lib/clients/mp_web/tmn/navigateTo.js +3 -0
- package/lib/clients/mp_web/tmn/navigateToBizScene.d.ts +2 -0
- package/lib/clients/mp_web/tmn/navigateToBizScene.js +3 -0
- package/lib/clients/mp_web/tmn/navigateToMiniProgram.d.ts +2 -0
- package/lib/clients/mp_web/tmn/navigateToMiniProgram.js +3 -0
- package/lib/clients/mp_web/tmn/notifyBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/tmn/notifyBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/tmn/offAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp_web/tmn/offAccelerometerChange.js +3 -0
- package/lib/clients/mp_web/tmn/offBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/tmn/offBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/tmn/offBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp_web/tmn/offBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp_web/tmn/offBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp_web/tmn/offBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp_web/tmn/offBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp_web/tmn/offBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp_web/tmn/offCompassChange.d.ts +2 -0
- package/lib/clients/mp_web/tmn/offCompassChange.js +3 -0
- package/lib/clients/mp_web/tmn/offMemoryWarning.d.ts +2 -0
- package/lib/clients/mp_web/tmn/offMemoryWarning.js +3 -0
- package/lib/clients/mp_web/tmn/offSocketClose.d.ts +2 -0
- package/lib/clients/mp_web/tmn/offSocketClose.js +3 -0
- package/lib/clients/mp_web/tmn/offSocketError.d.ts +2 -0
- package/lib/clients/mp_web/tmn/offSocketError.js +3 -0
- package/lib/clients/mp_web/tmn/offSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/tmn/offSocketMessage.js +3 -0
- package/lib/clients/mp_web/tmn/offSocketOpen.d.ts +2 -0
- package/lib/clients/mp_web/tmn/offSocketOpen.js +3 -0
- package/lib/clients/mp_web/tmn/offUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp_web/tmn/offUserCaptureScreen.js +3 -0
- package/lib/clients/mp_web/tmn/onAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp_web/tmn/onAccelerometerChange.js +3 -0
- package/lib/clients/mp_web/tmn/onBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/tmn/onBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/tmn/onBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp_web/tmn/onBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp_web/tmn/onBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp_web/tmn/onBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp_web/tmn/onBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp_web/tmn/onBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp_web/tmn/onCompassChange.d.ts +2 -0
- package/lib/clients/mp_web/tmn/onCompassChange.js +3 -0
- package/lib/clients/mp_web/tmn/onMemoryWarning.d.ts +2 -0
- package/lib/clients/mp_web/tmn/onMemoryWarning.js +3 -0
- package/lib/clients/mp_web/tmn/onSocketClose.d.ts +2 -0
- package/lib/clients/mp_web/tmn/onSocketClose.js +3 -0
- package/lib/clients/mp_web/tmn/onSocketError.d.ts +2 -0
- package/lib/clients/mp_web/tmn/onSocketError.js +3 -0
- package/lib/clients/mp_web/tmn/onSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/tmn/onSocketMessage.js +3 -0
- package/lib/clients/mp_web/tmn/onSocketOpen.d.ts +2 -0
- package/lib/clients/mp_web/tmn/onSocketOpen.js +3 -0
- package/lib/clients/mp_web/tmn/onUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp_web/tmn/onUserCaptureScreen.js +3 -0
- package/lib/clients/mp_web/tmn/openBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp_web/tmn/openBluetoothAdapter.js +3 -0
- package/lib/clients/mp_web/tmn/openDocument.d.ts +2 -0
- package/lib/clients/mp_web/tmn/openDocument.js +3 -0
- package/lib/clients/mp_web/tmn/openSetting.d.ts +2 -0
- package/lib/clients/mp_web/tmn/openSetting.js +3 -0
- package/lib/clients/mp_web/tmn/pageScrollTo.d.ts +2 -0
- package/lib/clients/mp_web/tmn/pageScrollTo.js +3 -0
- package/lib/clients/mp_web/tmn/previewImage.d.ts +2 -0
- package/lib/clients/mp_web/tmn/previewImage.js +3 -0
- package/lib/clients/mp_web/tmn/prompt.d.ts +2 -0
- package/lib/clients/mp_web/tmn/prompt.js +3 -0
- package/lib/clients/mp_web/tmn/reLaunch.d.ts +2 -0
- package/lib/clients/mp_web/tmn/reLaunch.js +3 -0
- package/lib/clients/mp_web/tmn/readBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp_web/tmn/readBLECharacteristicValue.js +3 -0
- package/lib/clients/mp_web/tmn/redirectTo.d.ts +2 -0
- package/lib/clients/mp_web/tmn/redirectTo.js +3 -0
- package/lib/clients/mp_web/tmn/removeSavedFile.d.ts +2 -0
- package/lib/clients/mp_web/tmn/removeSavedFile.js +3 -0
- package/lib/clients/mp_web/tmn/removeStorage.d.ts +2 -0
- package/lib/clients/mp_web/tmn/removeStorage.js +3 -0
- package/lib/clients/mp_web/tmn/request.d.ts +2 -0
- package/lib/clients/mp_web/tmn/request.js +3 -0
- package/lib/clients/mp_web/tmn/saveFile.d.ts +2 -0
- package/lib/clients/mp_web/tmn/saveFile.js +3 -0
- package/lib/clients/mp_web/tmn/saveImage.d.ts +2 -0
- package/lib/clients/mp_web/tmn/saveImage.js +3 -0
- package/lib/clients/mp_web/tmn/scan.d.ts +2 -0
- package/lib/clients/mp_web/tmn/scan.js +3 -0
- package/lib/clients/mp_web/tmn/sendSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/tmn/sendSocketMessage.js +3 -0
- package/lib/clients/mp_web/tmn/setBackgroundColor.d.ts +2 -0
- package/lib/clients/mp_web/tmn/setBackgroundColor.js +3 -0
- package/lib/clients/mp_web/tmn/setCanPullDown.d.ts +2 -0
- package/lib/clients/mp_web/tmn/setCanPullDown.js +3 -0
- package/lib/clients/mp_web/tmn/setClipboard.d.ts +2 -0
- package/lib/clients/mp_web/tmn/setClipboard.js +3 -0
- package/lib/clients/mp_web/tmn/setKeepScreenOn.d.ts +2 -0
- package/lib/clients/mp_web/tmn/setKeepScreenOn.js +3 -0
- package/lib/clients/mp_web/tmn/setNavigationBar.d.ts +2 -0
- package/lib/clients/mp_web/tmn/setNavigationBar.js +3 -0
- package/lib/clients/mp_web/tmn/setScreenBrightness.d.ts +2 -0
- package/lib/clients/mp_web/tmn/setScreenBrightness.js +3 -0
- package/lib/clients/mp_web/tmn/setStorage.d.ts +2 -0
- package/lib/clients/mp_web/tmn/setStorage.js +3 -0
- package/lib/clients/mp_web/tmn/setTabBarItem.d.ts +2 -0
- package/lib/clients/mp_web/tmn/setTabBarItem.js +3 -0
- package/lib/clients/mp_web/tmn/setTabBarStyle.d.ts +2 -0
- package/lib/clients/mp_web/tmn/setTabBarStyle.js +3 -0
- package/lib/clients/mp_web/tmn/setTransparentTitle.d.ts +2 -0
- package/lib/clients/mp_web/tmn/setTransparentTitle.js +3 -0
- package/lib/clients/mp_web/tmn/showActionSheet.d.ts +2 -0
- package/lib/clients/mp_web/tmn/showActionSheet.js +3 -0
- package/lib/clients/mp_web/tmn/showAuthGuide.d.ts +2 -0
- package/lib/clients/mp_web/tmn/showAuthGuide.js +3 -0
- package/lib/clients/mp_web/tmn/showLoading.d.ts +2 -0
- package/lib/clients/mp_web/tmn/showLoading.js +3 -0
- package/lib/clients/mp_web/tmn/showNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp_web/tmn/showNavigationBarLoading.js +3 -0
- package/lib/clients/mp_web/tmn/showSharePanel.d.ts +2 -0
- package/lib/clients/mp_web/tmn/showSharePanel.js +3 -0
- package/lib/clients/mp_web/tmn/showTabBar.d.ts +2 -0
- package/lib/clients/mp_web/tmn/showTabBar.js +3 -0
- package/lib/clients/mp_web/tmn/showToast.d.ts +2 -0
- package/lib/clients/mp_web/tmn/showToast.js +3 -0
- package/lib/clients/mp_web/tmn/signContract.d.ts +2 -0
- package/lib/clients/mp_web/tmn/signContract.js +3 -0
- package/lib/clients/mp_web/tmn/startBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp_web/tmn/startBluetoothDevicesDiscovery.js +3 -0
- package/lib/clients/mp_web/tmn/startPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp_web/tmn/startPullDownRefresh.js +3 -0
- package/lib/clients/mp_web/tmn/stopBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp_web/tmn/stopBluetoothDevicesDiscovery.js +3 -0
- package/lib/clients/mp_web/tmn/stopPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp_web/tmn/stopPullDownRefresh.js +3 -0
- package/lib/clients/mp_web/tmn/switchTab.d.ts +2 -0
- package/lib/clients/mp_web/tmn/switchTab.js +3 -0
- package/lib/clients/mp_web/tmn/tradePay.d.ts +2 -0
- package/lib/clients/mp_web/tmn/tradePay.js +3 -0
- package/lib/clients/mp_web/tmn/uploadFile.d.ts +2 -0
- package/lib/clients/mp_web/tmn/uploadFile.js +3 -0
- package/lib/clients/mp_web/tmn/vibrate.d.ts +2 -0
- package/lib/clients/mp_web/tmn/vibrate.js +3 -0
- package/lib/clients/mp_web/tmn/watchShake.d.ts +2 -0
- package/lib/clients/mp_web/tmn/watchShake.js +3 -0
- package/lib/clients/mp_web/tmn/writeBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp_web/tmn/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/chooseFileFromDisk.d.ts +2 -0
- package/lib/clients/mp_web/tngd/chooseFileFromDisk.js +3 -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/chooseVideo.d.ts +2 -0
- package/lib/clients/mp_web/tngd/chooseVideo.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/compressImage.d.ts +2 -0
- package/lib/clients/mp_web/tngd/compressImage.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/getAppId.d.ts +2 -0
- package/lib/clients/mp_web/tngd/getAppId.js +3 -0
- package/lib/clients/mp_web/tngd/getAppToken.d.ts +2 -0
- package/lib/clients/mp_web/tngd/getAppToken.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/getCurrentPages.d.ts +2 -0
- package/lib/clients/mp_web/tngd/getCurrentPages.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/getRunScene.d.ts +2 -0
- package/lib/clients/mp_web/tngd/getRunScene.js +3 -0
- package/lib/clients/mp_web/tngd/getSDKVersion.d.ts +2 -0
- package/lib/clients/mp_web/tngd/getSDKVersion.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 +722 -0
- package/lib/clients/mp_web/tngd/index.js +349 -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/navigateToBizScene.d.ts +2 -0
- package/lib/clients/mp_web/tngd/navigateToBizScene.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/setTabBarItem.d.ts +2 -0
- package/lib/clients/mp_web/tngd/setTabBarItem.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/setTransparentTitle.d.ts +2 -0
- package/lib/clients/mp_web/tngd/setTransparentTitle.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/showTabBar.d.ts +2 -0
- package/lib/clients/mp_web/tngd/showTabBar.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/toss/addPhoneContact.d.ts +2 -0
- package/lib/clients/mp_web/toss/addPhoneContact.js +3 -0
- package/lib/clients/mp_web/toss/alert.d.ts +2 -0
- package/lib/clients/mp_web/toss/alert.js +3 -0
- package/lib/clients/mp_web/toss/chooseFileFromDisk.d.ts +2 -0
- package/lib/clients/mp_web/toss/chooseFileFromDisk.js +3 -0
- package/lib/clients/mp_web/toss/chooseImage.d.ts +2 -0
- package/lib/clients/mp_web/toss/chooseImage.js +3 -0
- package/lib/clients/mp_web/toss/choosePhoneContact.d.ts +2 -0
- package/lib/clients/mp_web/toss/choosePhoneContact.js +3 -0
- package/lib/clients/mp_web/toss/chooseVideo.d.ts +2 -0
- package/lib/clients/mp_web/toss/chooseVideo.js +3 -0
- package/lib/clients/mp_web/toss/clearStorage.d.ts +2 -0
- package/lib/clients/mp_web/toss/clearStorage.js +3 -0
- package/lib/clients/mp_web/toss/closeBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp_web/toss/closeBluetoothAdapter.js +3 -0
- package/lib/clients/mp_web/toss/closeSocket.d.ts +2 -0
- package/lib/clients/mp_web/toss/closeSocket.js +3 -0
- package/lib/clients/mp_web/toss/compressImage.d.ts +2 -0
- package/lib/clients/mp_web/toss/compressImage.js +3 -0
- package/lib/clients/mp_web/toss/confirm.d.ts +2 -0
- package/lib/clients/mp_web/toss/confirm.js +3 -0
- package/lib/clients/mp_web/toss/connectBLEDevice.d.ts +2 -0
- package/lib/clients/mp_web/toss/connectBLEDevice.js +3 -0
- package/lib/clients/mp_web/toss/connectSocket.d.ts +2 -0
- package/lib/clients/mp_web/toss/connectSocket.js +3 -0
- package/lib/clients/mp_web/toss/datePicker.d.ts +2 -0
- package/lib/clients/mp_web/toss/datePicker.js +3 -0
- package/lib/clients/mp_web/toss/disconnectBLEDevice.d.ts +2 -0
- package/lib/clients/mp_web/toss/disconnectBLEDevice.js +3 -0
- package/lib/clients/mp_web/toss/downloadFile.d.ts +2 -0
- package/lib/clients/mp_web/toss/downloadFile.js +3 -0
- package/lib/clients/mp_web/toss/exitApp.d.ts +2 -0
- package/lib/clients/mp_web/toss/exitApp.js +3 -0
- package/lib/clients/mp_web/toss/getAppId.d.ts +2 -0
- package/lib/clients/mp_web/toss/getAppId.js +3 -0
- package/lib/clients/mp_web/toss/getAppToken.d.ts +2 -0
- package/lib/clients/mp_web/toss/getAppToken.js +3 -0
- package/lib/clients/mp_web/toss/getAuthCode.d.ts +2 -0
- package/lib/clients/mp_web/toss/getAuthCode.js +3 -0
- package/lib/clients/mp_web/toss/getBLEDeviceCharacteristics.d.ts +2 -0
- package/lib/clients/mp_web/toss/getBLEDeviceCharacteristics.js +3 -0
- package/lib/clients/mp_web/toss/getBLEDeviceServices.d.ts +2 -0
- package/lib/clients/mp_web/toss/getBLEDeviceServices.js +3 -0
- package/lib/clients/mp_web/toss/getBatteryInfo.d.ts +2 -0
- package/lib/clients/mp_web/toss/getBatteryInfo.js +3 -0
- package/lib/clients/mp_web/toss/getBluetoothAdapterState.d.ts +2 -0
- package/lib/clients/mp_web/toss/getBluetoothAdapterState.js +3 -0
- package/lib/clients/mp_web/toss/getBluetoothDevices.d.ts +2 -0
- package/lib/clients/mp_web/toss/getBluetoothDevices.js +3 -0
- package/lib/clients/mp_web/toss/getClipboard.d.ts +2 -0
- package/lib/clients/mp_web/toss/getClipboard.js +3 -0
- package/lib/clients/mp_web/toss/getConnectedBluetoothDevices.d.ts +2 -0
- package/lib/clients/mp_web/toss/getConnectedBluetoothDevices.js +3 -0
- package/lib/clients/mp_web/toss/getCurrentPages.d.ts +2 -0
- package/lib/clients/mp_web/toss/getCurrentPages.js +3 -0
- package/lib/clients/mp_web/toss/getFileInfo.d.ts +2 -0
- package/lib/clients/mp_web/toss/getFileInfo.js +3 -0
- package/lib/clients/mp_web/toss/getImageInfo.d.ts +2 -0
- package/lib/clients/mp_web/toss/getImageInfo.js +3 -0
- package/lib/clients/mp_web/toss/getLocation.d.ts +2 -0
- package/lib/clients/mp_web/toss/getLocation.js +3 -0
- package/lib/clients/mp_web/toss/getNetworkType.d.ts +2 -0
- package/lib/clients/mp_web/toss/getNetworkType.js +3 -0
- package/lib/clients/mp_web/toss/getOpenUserInfo.d.ts +2 -0
- package/lib/clients/mp_web/toss/getOpenUserInfo.js +3 -0
- package/lib/clients/mp_web/toss/getRunScene.d.ts +2 -0
- package/lib/clients/mp_web/toss/getRunScene.js +3 -0
- package/lib/clients/mp_web/toss/getSDKVersion.d.ts +2 -0
- package/lib/clients/mp_web/toss/getSDKVersion.js +3 -0
- package/lib/clients/mp_web/toss/getSavedFileInfo.d.ts +2 -0
- package/lib/clients/mp_web/toss/getSavedFileInfo.js +3 -0
- package/lib/clients/mp_web/toss/getSavedFileList.d.ts +2 -0
- package/lib/clients/mp_web/toss/getSavedFileList.js +3 -0
- package/lib/clients/mp_web/toss/getScreenBrightness.d.ts +2 -0
- package/lib/clients/mp_web/toss/getScreenBrightness.js +3 -0
- package/lib/clients/mp_web/toss/getServerTime.d.ts +2 -0
- package/lib/clients/mp_web/toss/getServerTime.js +3 -0
- package/lib/clients/mp_web/toss/getSetting.d.ts +2 -0
- package/lib/clients/mp_web/toss/getSetting.js +3 -0
- package/lib/clients/mp_web/toss/getSiteInfo.d.ts +2 -0
- package/lib/clients/mp_web/toss/getSiteInfo.js +3 -0
- package/lib/clients/mp_web/toss/getStorage.d.ts +2 -0
- package/lib/clients/mp_web/toss/getStorage.js +3 -0
- package/lib/clients/mp_web/toss/getSystemInfo.d.ts +2 -0
- package/lib/clients/mp_web/toss/getSystemInfo.js +3 -0
- package/lib/clients/mp_web/toss/hideBackHome.d.ts +2 -0
- package/lib/clients/mp_web/toss/hideBackHome.js +3 -0
- package/lib/clients/mp_web/toss/hideKeyboard.d.ts +2 -0
- package/lib/clients/mp_web/toss/hideKeyboard.js +3 -0
- package/lib/clients/mp_web/toss/hideLoading.d.ts +2 -0
- package/lib/clients/mp_web/toss/hideLoading.js +3 -0
- package/lib/clients/mp_web/toss/hideNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp_web/toss/hideNavigationBarLoading.js +3 -0
- package/lib/clients/mp_web/toss/hideTabBar.d.ts +2 -0
- package/lib/clients/mp_web/toss/hideTabBar.js +3 -0
- package/lib/clients/mp_web/toss/hideToast.d.ts +2 -0
- package/lib/clients/mp_web/toss/hideToast.js +3 -0
- package/lib/clients/mp_web/toss/index.d.ts +737 -0
- package/lib/clients/mp_web/toss/index.js +355 -0
- package/lib/clients/mp_web/toss/makePhoneCall.d.ts +2 -0
- package/lib/clients/mp_web/toss/makePhoneCall.js +3 -0
- package/lib/clients/mp_web/toss/multiLevelSelect.d.ts +2 -0
- package/lib/clients/mp_web/toss/multiLevelSelect.js +3 -0
- package/lib/clients/mp_web/toss/navigateBack.d.ts +2 -0
- package/lib/clients/mp_web/toss/navigateBack.js +3 -0
- package/lib/clients/mp_web/toss/navigateBackMiniProgram.d.ts +2 -0
- package/lib/clients/mp_web/toss/navigateBackMiniProgram.js +3 -0
- package/lib/clients/mp_web/toss/navigateTo.d.ts +2 -0
- package/lib/clients/mp_web/toss/navigateTo.js +3 -0
- package/lib/clients/mp_web/toss/navigateToBizScene.d.ts +2 -0
- package/lib/clients/mp_web/toss/navigateToBizScene.js +3 -0
- package/lib/clients/mp_web/toss/navigateToMiniProgram.d.ts +2 -0
- package/lib/clients/mp_web/toss/navigateToMiniProgram.js +3 -0
- package/lib/clients/mp_web/toss/notifyBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/toss/notifyBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/toss/offAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp_web/toss/offAccelerometerChange.js +3 -0
- package/lib/clients/mp_web/toss/offBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/toss/offBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/toss/offBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp_web/toss/offBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp_web/toss/offBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp_web/toss/offBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp_web/toss/offBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp_web/toss/offBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp_web/toss/offCompassChange.d.ts +2 -0
- package/lib/clients/mp_web/toss/offCompassChange.js +3 -0
- package/lib/clients/mp_web/toss/offMemoryWarning.d.ts +2 -0
- package/lib/clients/mp_web/toss/offMemoryWarning.js +3 -0
- package/lib/clients/mp_web/toss/offSocketClose.d.ts +2 -0
- package/lib/clients/mp_web/toss/offSocketClose.js +3 -0
- package/lib/clients/mp_web/toss/offSocketError.d.ts +2 -0
- package/lib/clients/mp_web/toss/offSocketError.js +3 -0
- package/lib/clients/mp_web/toss/offSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/toss/offSocketMessage.js +3 -0
- package/lib/clients/mp_web/toss/offSocketOpen.d.ts +2 -0
- package/lib/clients/mp_web/toss/offSocketOpen.js +3 -0
- package/lib/clients/mp_web/toss/offUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp_web/toss/offUserCaptureScreen.js +3 -0
- package/lib/clients/mp_web/toss/onAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp_web/toss/onAccelerometerChange.js +3 -0
- package/lib/clients/mp_web/toss/onBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/toss/onBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/toss/onBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp_web/toss/onBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp_web/toss/onBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp_web/toss/onBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp_web/toss/onBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp_web/toss/onBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp_web/toss/onCompassChange.d.ts +2 -0
- package/lib/clients/mp_web/toss/onCompassChange.js +3 -0
- package/lib/clients/mp_web/toss/onMemoryWarning.d.ts +2 -0
- package/lib/clients/mp_web/toss/onMemoryWarning.js +3 -0
- package/lib/clients/mp_web/toss/onSocketClose.d.ts +2 -0
- package/lib/clients/mp_web/toss/onSocketClose.js +3 -0
- package/lib/clients/mp_web/toss/onSocketError.d.ts +2 -0
- package/lib/clients/mp_web/toss/onSocketError.js +3 -0
- package/lib/clients/mp_web/toss/onSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/toss/onSocketMessage.js +3 -0
- package/lib/clients/mp_web/toss/onSocketOpen.d.ts +2 -0
- package/lib/clients/mp_web/toss/onSocketOpen.js +3 -0
- package/lib/clients/mp_web/toss/onUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp_web/toss/onUserCaptureScreen.js +3 -0
- package/lib/clients/mp_web/toss/openBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp_web/toss/openBluetoothAdapter.js +3 -0
- package/lib/clients/mp_web/toss/openDocument.d.ts +2 -0
- package/lib/clients/mp_web/toss/openDocument.js +3 -0
- package/lib/clients/mp_web/toss/openSetting.d.ts +2 -0
- package/lib/clients/mp_web/toss/openSetting.js +3 -0
- package/lib/clients/mp_web/toss/pageScrollTo.d.ts +2 -0
- package/lib/clients/mp_web/toss/pageScrollTo.js +3 -0
- package/lib/clients/mp_web/toss/previewImage.d.ts +2 -0
- package/lib/clients/mp_web/toss/previewImage.js +3 -0
- package/lib/clients/mp_web/toss/prompt.d.ts +2 -0
- package/lib/clients/mp_web/toss/prompt.js +3 -0
- package/lib/clients/mp_web/toss/reLaunch.d.ts +2 -0
- package/lib/clients/mp_web/toss/reLaunch.js +3 -0
- package/lib/clients/mp_web/toss/readBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp_web/toss/readBLECharacteristicValue.js +3 -0
- package/lib/clients/mp_web/toss/redirectTo.d.ts +2 -0
- package/lib/clients/mp_web/toss/redirectTo.js +3 -0
- package/lib/clients/mp_web/toss/removeSavedFile.d.ts +2 -0
- package/lib/clients/mp_web/toss/removeSavedFile.js +3 -0
- package/lib/clients/mp_web/toss/removeStorage.d.ts +2 -0
- package/lib/clients/mp_web/toss/removeStorage.js +3 -0
- package/lib/clients/mp_web/toss/request.d.ts +2 -0
- package/lib/clients/mp_web/toss/request.js +3 -0
- package/lib/clients/mp_web/toss/rpc.d.ts +2 -0
- package/lib/clients/mp_web/toss/rpc.js +3 -0
- package/lib/clients/mp_web/toss/saveFile.d.ts +2 -0
- package/lib/clients/mp_web/toss/saveFile.js +3 -0
- package/lib/clients/mp_web/toss/saveImage.d.ts +2 -0
- package/lib/clients/mp_web/toss/saveImage.js +3 -0
- package/lib/clients/mp_web/toss/scan.d.ts +2 -0
- package/lib/clients/mp_web/toss/scan.js +3 -0
- package/lib/clients/mp_web/toss/sendSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/toss/sendSocketMessage.js +3 -0
- package/lib/clients/mp_web/toss/setBackgroundColor.d.ts +2 -0
- package/lib/clients/mp_web/toss/setBackgroundColor.js +3 -0
- package/lib/clients/mp_web/toss/setCanPullDown.d.ts +2 -0
- package/lib/clients/mp_web/toss/setCanPullDown.js +3 -0
- package/lib/clients/mp_web/toss/setClipboard.d.ts +2 -0
- package/lib/clients/mp_web/toss/setClipboard.js +3 -0
- package/lib/clients/mp_web/toss/setKeepScreenOn.d.ts +2 -0
- package/lib/clients/mp_web/toss/setKeepScreenOn.js +3 -0
- package/lib/clients/mp_web/toss/setNavigationBar.d.ts +2 -0
- package/lib/clients/mp_web/toss/setNavigationBar.js +3 -0
- package/lib/clients/mp_web/toss/setScreenBrightness.d.ts +2 -0
- package/lib/clients/mp_web/toss/setScreenBrightness.js +3 -0
- package/lib/clients/mp_web/toss/setStorage.d.ts +2 -0
- package/lib/clients/mp_web/toss/setStorage.js +3 -0
- package/lib/clients/mp_web/toss/setTabBarItem.d.ts +2 -0
- package/lib/clients/mp_web/toss/setTabBarItem.js +3 -0
- package/lib/clients/mp_web/toss/setTabBarStyle.d.ts +2 -0
- package/lib/clients/mp_web/toss/setTabBarStyle.js +3 -0
- package/lib/clients/mp_web/toss/setTransparentTitle.d.ts +2 -0
- package/lib/clients/mp_web/toss/setTransparentTitle.js +3 -0
- package/lib/clients/mp_web/toss/showActionSheet.d.ts +2 -0
- package/lib/clients/mp_web/toss/showActionSheet.js +3 -0
- package/lib/clients/mp_web/toss/showAuthGuide.d.ts +2 -0
- package/lib/clients/mp_web/toss/showAuthGuide.js +3 -0
- package/lib/clients/mp_web/toss/showLoading.d.ts +2 -0
- package/lib/clients/mp_web/toss/showLoading.js +3 -0
- package/lib/clients/mp_web/toss/showNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp_web/toss/showNavigationBarLoading.js +3 -0
- package/lib/clients/mp_web/toss/showSharePanel.d.ts +2 -0
- package/lib/clients/mp_web/toss/showSharePanel.js +3 -0
- package/lib/clients/mp_web/toss/showTabBar.d.ts +2 -0
- package/lib/clients/mp_web/toss/showTabBar.js +3 -0
- package/lib/clients/mp_web/toss/showToast.d.ts +2 -0
- package/lib/clients/mp_web/toss/showToast.js +3 -0
- package/lib/clients/mp_web/toss/signContract.d.ts +2 -0
- package/lib/clients/mp_web/toss/signContract.js +3 -0
- package/lib/clients/mp_web/toss/startBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp_web/toss/startBluetoothDevicesDiscovery.js +3 -0
- package/lib/clients/mp_web/toss/startPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp_web/toss/startPullDownRefresh.js +3 -0
- package/lib/clients/mp_web/toss/stopBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp_web/toss/stopBluetoothDevicesDiscovery.js +3 -0
- package/lib/clients/mp_web/toss/stopPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp_web/toss/stopPullDownRefresh.js +3 -0
- package/lib/clients/mp_web/toss/switchTab.d.ts +2 -0
- package/lib/clients/mp_web/toss/switchTab.js +3 -0
- package/lib/clients/mp_web/toss/tradePay.d.ts +2 -0
- package/lib/clients/mp_web/toss/tradePay.js +3 -0
- package/lib/clients/mp_web/toss/uploadFile.d.ts +2 -0
- package/lib/clients/mp_web/toss/uploadFile.js +3 -0
- package/lib/clients/mp_web/toss/vibrate.d.ts +2 -0
- package/lib/clients/mp_web/toss/vibrate.js +3 -0
- package/lib/clients/mp_web/toss/watchShake.d.ts +2 -0
- package/lib/clients/mp_web/toss/watchShake.js +3 -0
- package/lib/clients/mp_web/toss/writeBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp_web/toss/writeBLECharacteristicValue.js +3 -0
- package/lib/clients/web/alipay/addPhoneContact.d.ts +2 -0
- package/lib/clients/web/alipay/addPhoneContact.js +3 -0
- package/lib/clients/web/alipay/alert.d.ts +2 -0
- package/lib/clients/web/alipay/alert.js +3 -0
- package/lib/clients/web/alipay/chooseFileFromDisk.d.ts +2 -0
- package/lib/clients/web/alipay/chooseFileFromDisk.js +3 -0
- package/lib/clients/web/alipay/chooseImage.d.ts +2 -0
- package/lib/clients/web/alipay/chooseImage.js +3 -0
- package/lib/clients/web/alipay/choosePhoneContact.d.ts +2 -0
- package/lib/clients/web/alipay/choosePhoneContact.js +3 -0
- package/lib/clients/web/alipay/chooseVideo.d.ts +2 -0
- package/lib/clients/web/alipay/chooseVideo.js +3 -0
- package/lib/clients/web/alipay/clearStorage.d.ts +2 -0
- package/lib/clients/web/alipay/clearStorage.js +3 -0
- package/lib/clients/web/alipay/compressImage.d.ts +2 -0
- package/lib/clients/web/alipay/compressImage.js +3 -0
- package/lib/clients/web/alipay/confirm.d.ts +2 -0
- package/lib/clients/web/alipay/confirm.js +3 -0
- package/lib/clients/web/alipay/crossPay.d.ts +2 -0
- package/lib/clients/web/alipay/crossPay.js +3 -0
- package/lib/clients/web/alipay/datePicker.d.ts +2 -0
- package/lib/clients/web/alipay/datePicker.js +3 -0
- package/lib/clients/web/alipay/downloadFile.d.ts +2 -0
- package/lib/clients/web/alipay/downloadFile.js +3 -0
- package/lib/clients/web/alipay/exitApp.d.ts +2 -0
- package/lib/clients/web/alipay/exitApp.js +3 -0
- package/lib/clients/web/alipay/getAppToken.d.ts +2 -0
- package/lib/clients/web/alipay/getAppToken.js +3 -0
- package/lib/clients/web/alipay/getAuthCode.d.ts +2 -0
- package/lib/clients/web/alipay/getAuthCode.js +3 -0
- package/lib/clients/web/alipay/getBatteryInfo.d.ts +2 -0
- package/lib/clients/web/alipay/getBatteryInfo.js +3 -0
- package/lib/clients/web/alipay/getClipboard.d.ts +2 -0
- package/lib/clients/web/alipay/getClipboard.js +3 -0
- package/lib/clients/web/alipay/getFileInfo.d.ts +2 -0
- package/lib/clients/web/alipay/getFileInfo.js +3 -0
- package/lib/clients/web/alipay/getImageInfo.d.ts +2 -0
- package/lib/clients/web/alipay/getImageInfo.js +3 -0
- package/lib/clients/web/alipay/getLocation.d.ts +2 -0
- package/lib/clients/web/alipay/getLocation.js +3 -0
- package/lib/clients/web/alipay/getNetworkType.d.ts +2 -0
- package/lib/clients/web/alipay/getNetworkType.js +3 -0
- package/lib/clients/web/alipay/getPhoneNumber.d.ts +2 -0
- package/lib/clients/web/alipay/getPhoneNumber.js +3 -0
- package/lib/clients/web/alipay/getRunScene.d.ts +2 -0
- package/lib/clients/web/alipay/getRunScene.js +3 -0
- package/lib/clients/web/alipay/getSavedFileInfo.d.ts +2 -0
- package/lib/clients/web/alipay/getSavedFileInfo.js +3 -0
- package/lib/clients/web/alipay/getSavedFileList.d.ts +2 -0
- package/lib/clients/web/alipay/getSavedFileList.js +3 -0
- package/lib/clients/web/alipay/getScreenBrightness.d.ts +2 -0
- package/lib/clients/web/alipay/getScreenBrightness.js +3 -0
- package/lib/clients/web/alipay/getServerTime.d.ts +2 -0
- package/lib/clients/web/alipay/getServerTime.js +3 -0
- package/lib/clients/web/alipay/getSetting.d.ts +2 -0
- package/lib/clients/web/alipay/getSetting.js +3 -0
- package/lib/clients/web/alipay/getSiteInfo.d.ts +2 -0
- package/lib/clients/web/alipay/getSiteInfo.js +3 -0
- package/lib/clients/web/alipay/getStorage.d.ts +2 -0
- package/lib/clients/web/alipay/getStorage.js +3 -0
- package/lib/clients/web/alipay/getSystemInfo.d.ts +2 -0
- package/lib/clients/web/alipay/getSystemInfo.js +3 -0
- package/lib/clients/web/alipay/hideBackHome.d.ts +2 -0
- package/lib/clients/web/alipay/hideBackHome.js +3 -0
- package/lib/clients/web/alipay/hideKeyboard.d.ts +2 -0
- package/lib/clients/web/alipay/hideKeyboard.js +3 -0
- package/lib/clients/web/alipay/hideLoading.d.ts +2 -0
- package/lib/clients/web/alipay/hideLoading.js +3 -0
- package/lib/clients/web/alipay/hideNavigationBarLoading.d.ts +2 -0
- package/lib/clients/web/alipay/hideNavigationBarLoading.js +3 -0
- package/lib/clients/web/alipay/hideTabBar.d.ts +2 -0
- package/lib/clients/web/alipay/hideTabBar.js +3 -0
- package/lib/clients/web/alipay/hideToast.d.ts +2 -0
- package/lib/clients/web/alipay/hideToast.js +3 -0
- package/lib/clients/web/alipay/index.d.ts +398 -0
- package/lib/clients/web/alipay/index.js +210 -0
- package/lib/clients/web/alipay/makePhoneCall.d.ts +2 -0
- package/lib/clients/web/alipay/makePhoneCall.js +3 -0
- package/lib/clients/web/alipay/multiLevelSelect.d.ts +2 -0
- package/lib/clients/web/alipay/multiLevelSelect.js +3 -0
- package/lib/clients/web/alipay/navigateBack.d.ts +2 -0
- package/lib/clients/web/alipay/navigateBack.js +3 -0
- package/lib/clients/web/alipay/navigateBackMiniProgram.d.ts +2 -0
- package/lib/clients/web/alipay/navigateBackMiniProgram.js +3 -0
- package/lib/clients/web/alipay/navigateTo.d.ts +2 -0
- package/lib/clients/web/alipay/navigateTo.js +3 -0
- package/lib/clients/web/alipay/navigateToMiniProgram.d.ts +2 -0
- package/lib/clients/web/alipay/navigateToMiniProgram.js +3 -0
- package/lib/clients/web/alipay/onUserCaptureScreen.d.ts +2 -0
- package/lib/clients/web/alipay/onUserCaptureScreen.js +3 -0
- package/lib/clients/web/alipay/openDocument.d.ts +2 -0
- package/lib/clients/web/alipay/openDocument.js +3 -0
- package/lib/clients/web/alipay/openSetting.d.ts +2 -0
- package/lib/clients/web/alipay/openSetting.js +3 -0
- package/lib/clients/web/alipay/previewImage.d.ts +2 -0
- package/lib/clients/web/alipay/previewImage.js +3 -0
- package/lib/clients/web/alipay/prompt.d.ts +2 -0
- package/lib/clients/web/alipay/prompt.js +3 -0
- package/lib/clients/web/alipay/redirectTo.d.ts +2 -0
- package/lib/clients/web/alipay/redirectTo.js +3 -0
- package/lib/clients/web/alipay/removeSavedFile.d.ts +2 -0
- package/lib/clients/web/alipay/removeSavedFile.js +3 -0
- package/lib/clients/web/alipay/removeStorage.d.ts +2 -0
- package/lib/clients/web/alipay/removeStorage.js +3 -0
- package/lib/clients/web/alipay/request.d.ts +2 -0
- package/lib/clients/web/alipay/request.js +3 -0
- package/lib/clients/web/alipay/rpc.d.ts +2 -0
- package/lib/clients/web/alipay/rpc.js +3 -0
- package/lib/clients/web/alipay/saveFile.d.ts +2 -0
- package/lib/clients/web/alipay/saveFile.js +3 -0
- package/lib/clients/web/alipay/saveImage.d.ts +2 -0
- package/lib/clients/web/alipay/saveImage.js +3 -0
- package/lib/clients/web/alipay/scan.d.ts +2 -0
- package/lib/clients/web/alipay/scan.js +3 -0
- package/lib/clients/web/alipay/setBackgroundColor.d.ts +2 -0
- package/lib/clients/web/alipay/setBackgroundColor.js +3 -0
- package/lib/clients/web/alipay/setCanPullDown.d.ts +2 -0
- package/lib/clients/web/alipay/setCanPullDown.js +3 -0
- package/lib/clients/web/alipay/setClipboard.d.ts +2 -0
- package/lib/clients/web/alipay/setClipboard.js +3 -0
- package/lib/clients/web/alipay/setKeepScreenOn.d.ts +2 -0
- package/lib/clients/web/alipay/setKeepScreenOn.js +3 -0
- package/lib/clients/web/alipay/setNavigationBar.d.ts +2 -0
- package/lib/clients/web/alipay/setNavigationBar.js +3 -0
- package/lib/clients/web/alipay/setOptionMenu.d.ts +2 -0
- package/lib/clients/web/alipay/setOptionMenu.js +3 -0
- package/lib/clients/web/alipay/setScreenBrightness.d.ts +2 -0
- package/lib/clients/web/alipay/setScreenBrightness.js +3 -0
- package/lib/clients/web/alipay/setStorage.d.ts +2 -0
- package/lib/clients/web/alipay/setStorage.js +3 -0
- package/lib/clients/web/alipay/setTabBarItem.d.ts +2 -0
- package/lib/clients/web/alipay/setTabBarItem.js +3 -0
- package/lib/clients/web/alipay/setTabBarStyle.d.ts +2 -0
- package/lib/clients/web/alipay/setTabBarStyle.js +3 -0
- package/lib/clients/web/alipay/setTransparentTitle.d.ts +2 -0
- package/lib/clients/web/alipay/setTransparentTitle.js +3 -0
- package/lib/clients/web/alipay/showActionSheet.d.ts +2 -0
- package/lib/clients/web/alipay/showActionSheet.js +3 -0
- package/lib/clients/web/alipay/showAuthGuide.d.ts +2 -0
- package/lib/clients/web/alipay/showAuthGuide.js +3 -0
- package/lib/clients/web/alipay/showLoading.d.ts +2 -0
- package/lib/clients/web/alipay/showLoading.js +3 -0
- package/lib/clients/web/alipay/showNavigationBarLoading.d.ts +2 -0
- package/lib/clients/web/alipay/showNavigationBarLoading.js +3 -0
- package/lib/clients/web/alipay/showTabBar.d.ts +2 -0
- package/lib/clients/web/alipay/showTabBar.js +3 -0
- package/lib/clients/web/alipay/showToast.d.ts +2 -0
- package/lib/clients/web/alipay/showToast.js +3 -0
- package/lib/clients/web/alipay/signContract.d.ts +2 -0
- package/lib/clients/web/alipay/signContract.js +3 -0
- package/lib/clients/web/alipay/startApp.d.ts +2 -0
- package/lib/clients/web/alipay/startApp.js +3 -0
- package/lib/clients/web/alipay/startPullDownRefresh.d.ts +2 -0
- package/lib/clients/web/alipay/startPullDownRefresh.js +3 -0
- package/lib/clients/web/alipay/stopPullDownRefresh.d.ts +2 -0
- package/lib/clients/web/alipay/stopPullDownRefresh.js +3 -0
- package/lib/clients/web/alipay/tradePay.d.ts +2 -0
- package/lib/clients/web/alipay/tradePay.js +3 -0
- package/lib/clients/web/alipay/uploadFile.d.ts +2 -0
- package/lib/clients/web/alipay/uploadFile.js +3 -0
- package/lib/clients/web/alipay/vibrate.d.ts +2 -0
- package/lib/clients/web/alipay/vibrate.js +3 -0
- package/lib/clients/web/alipay/watchShake.d.ts +2 -0
- package/lib/clients/web/alipay/watchShake.js +3 -0
- 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/alert.d.ts +2 -0
- package/lib/clients/web/demo/alert.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.d.ts +2 -0
- package/lib/clients/web/demo/chooseImage.js +3 -0
- package/lib/clients/web/demo/choosePhoneContact.d.ts +2 -0
- package/lib/clients/web/demo/choosePhoneContact.js +3 -0
- package/lib/clients/web/demo/clearStorage.d.ts +2 -0
- package/lib/clients/web/demo/clearStorage.js +3 -0
- package/lib/clients/web/demo/confirm.d.ts +2 -0
- package/lib/clients/web/demo/confirm.js +3 -0
- package/lib/clients/web/demo/datePicker.d.ts +2 -0
- package/lib/clients/web/demo/datePicker.js +3 -0
- package/lib/clients/web/demo/downloadFile.d.ts +2 -0
- package/lib/clients/web/demo/downloadFile.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/getAuthCode.d.ts +2 -0
- package/lib/clients/web/demo/getAuthCode.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/getLocation.d.ts +2 -0
- package/lib/clients/web/demo/getLocation.js +3 -0
- package/lib/clients/web/demo/getNetworkType.d.ts +2 -0
- package/lib/clients/web/demo/getNetworkType.js +3 -0
- package/lib/clients/web/demo/getOpenUserInfo.d.ts +2 -0
- package/lib/clients/web/demo/getOpenUserInfo.js +3 -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/getPhoneNumber.d.ts +2 -0
- package/lib/clients/web/demo/getPhoneNumber.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/getStorage.d.ts +2 -0
- package/lib/clients/web/demo/getStorage.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/hideNavigationBarLoading.d.ts +2 -0
- package/lib/clients/web/demo/hideNavigationBarLoading.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 +343 -0
- package/lib/clients/web/demo/index.js +221 -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/multiLevelSelect.d.ts +2 -0
- package/lib/clients/web/demo/multiLevelSelect.js +3 -0
- package/lib/clients/web/demo/navigateBack.d.ts +2 -0
- package/lib/clients/web/demo/navigateBack.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/navigateTo.d.ts +2 -0
- package/lib/clients/web/demo/navigateTo.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/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/previewImage.d.ts +2 -0
- package/lib/clients/web/demo/previewImage.js +3 -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/redirectTo.d.ts +2 -0
- package/lib/clients/web/demo/redirectTo.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/removeStorage.d.ts +2 -0
- package/lib/clients/web/demo/removeStorage.js +3 -0
- package/lib/clients/web/demo/request.d.ts +2 -0
- package/lib/clients/web/demo/request.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/saveImage.d.ts +2 -0
- package/lib/clients/web/demo/saveImage.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/setClipboard.d.ts +2 -0
- package/lib/clients/web/demo/setClipboard.js +3 -0
- package/lib/clients/web/demo/setKeepScreenOn.d.ts +2 -0
- package/lib/clients/web/demo/setKeepScreenOn.js +3 -0
- package/lib/clients/web/demo/setNavigationBar.d.ts +2 -0
- package/lib/clients/web/demo/setNavigationBar.js +3 -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/setStorage.d.ts +2 -0
- package/lib/clients/web/demo/setStorage.js +3 -0
- package/lib/clients/web/demo/showActionSheet.d.ts +2 -0
- package/lib/clients/web/demo/showActionSheet.js +3 -0
- package/lib/clients/web/demo/showAuthGuide.d.ts +2 -0
- package/lib/clients/web/demo/showAuthGuide.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/showNavigationBarLoading.d.ts +2 -0
- package/lib/clients/web/demo/showNavigationBarLoading.js +3 -0
- package/lib/clients/web/demo/showToast.d.ts +2 -0
- package/lib/clients/web/demo/showToast.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/uploadFile.d.ts +2 -0
- package/lib/clients/web/demo/uploadFile.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/writeBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/web/demo/writeBLECharacteristicValue.js +3 -0
- package/lib/clients/web/h5/alert.d.ts +2 -0
- package/lib/clients/web/h5/alert.js +3 -0
- package/lib/clients/web/h5/clearStorage.d.ts +2 -0
- package/lib/clients/web/h5/clearStorage.js +3 -0
- package/lib/clients/web/h5/clearStorageSync.d.ts +2 -0
- package/lib/clients/web/h5/clearStorageSync.js +3 -0
- package/lib/clients/web/h5/confirm.d.ts +2 -0
- package/lib/clients/web/h5/confirm.js +3 -0
- package/lib/clients/web/h5/createSelectorQuery.d.ts +2 -0
- package/lib/clients/web/h5/createSelectorQuery.js +3 -0
- package/lib/clients/web/h5/exitApp.d.ts +2 -0
- package/lib/clients/web/h5/exitApp.js +3 -0
- package/lib/clients/web/h5/getClipboard.d.ts +2 -0
- package/lib/clients/web/h5/getClipboard.js +3 -0
- package/lib/clients/web/h5/getLaunchOptionsSync.d.ts +2 -0
- package/lib/clients/web/h5/getLaunchOptionsSync.js +3 -0
- package/lib/clients/web/h5/getLocation.d.ts +2 -0
- package/lib/clients/web/h5/getLocation.js +3 -0
- package/lib/clients/web/h5/getNetworkType.d.ts +2 -0
- package/lib/clients/web/h5/getNetworkType.js +3 -0
- package/lib/clients/web/h5/getSiteInfo.d.ts +2 -0
- package/lib/clients/web/h5/getSiteInfo.js +3 -0
- package/lib/clients/web/h5/getStorage.d.ts +2 -0
- package/lib/clients/web/h5/getStorage.js +3 -0
- package/lib/clients/web/h5/getStorageSync.d.ts +2 -0
- package/lib/clients/web/h5/getStorageSync.js +3 -0
- package/lib/clients/web/h5/getSystemInfo.d.ts +2 -0
- package/lib/clients/web/h5/getSystemInfo.js +3 -0
- package/lib/clients/web/h5/getSystemInfoSync.d.ts +2 -0
- package/lib/clients/web/h5/getSystemInfoSync.js +3 -0
- package/lib/clients/web/h5/hideLoading.d.ts +2 -0
- package/lib/clients/web/h5/hideLoading.js +3 -0
- package/lib/clients/web/h5/hideToast.d.ts +2 -0
- package/lib/clients/web/h5/hideToast.js +3 -0
- package/lib/clients/web/h5/index.d.ts +109 -0
- package/lib/clients/web/h5/index.js +75 -0
- package/lib/clients/web/h5/makePhoneCall.d.ts +2 -0
- package/lib/clients/web/h5/makePhoneCall.js +3 -0
- package/lib/clients/web/h5/navigateBack.d.ts +2 -0
- package/lib/clients/web/h5/navigateBack.js +3 -0
- package/lib/clients/web/h5/navigateTo.d.ts +2 -0
- package/lib/clients/web/h5/navigateTo.js +3 -0
- package/lib/clients/web/h5/navigateToBizScene.d.ts +2 -0
- package/lib/clients/web/h5/navigateToBizScene.js +3 -0
- package/lib/clients/web/h5/navigateToMiniProgram.d.ts +2 -0
- package/lib/clients/web/h5/navigateToMiniProgram.js +3 -0
- package/lib/clients/web/h5/pageScrollTo.d.ts +2 -0
- package/lib/clients/web/h5/pageScrollTo.js +3 -0
- package/lib/clients/web/h5/redirectTo.d.ts +2 -0
- package/lib/clients/web/h5/redirectTo.js +3 -0
- package/lib/clients/web/h5/removeStorage.d.ts +2 -0
- package/lib/clients/web/h5/removeStorage.js +3 -0
- package/lib/clients/web/h5/removeStorageSync.d.ts +2 -0
- package/lib/clients/web/h5/removeStorageSync.js +3 -0
- package/lib/clients/web/h5/request.d.ts +2 -0
- package/lib/clients/web/h5/request.js +3 -0
- package/lib/clients/web/h5/rpc.d.ts +2 -0
- package/lib/clients/web/h5/rpc.js +3 -0
- package/lib/clients/web/h5/setClipboard.d.ts +2 -0
- package/lib/clients/web/h5/setClipboard.js +3 -0
- package/lib/clients/web/h5/setNavigationBar.d.ts +2 -0
- package/lib/clients/web/h5/setNavigationBar.js +3 -0
- package/lib/clients/web/h5/setStorage.d.ts +2 -0
- package/lib/clients/web/h5/setStorage.js +3 -0
- package/lib/clients/web/h5/setStorageSync.d.ts +2 -0
- package/lib/clients/web/h5/setStorageSync.js +3 -0
- package/lib/clients/web/h5/showLoading.d.ts +2 -0
- package/lib/clients/web/h5/showLoading.js +3 -0
- package/lib/clients/web/h5/showToast.d.ts +2 -0
- package/lib/clients/web/h5/showToast.js +3 -0
- package/lib/clients/web/tngdh5ng/alert.d.ts +2 -0
- package/lib/clients/web/tngdh5ng/alert.js +3 -0
- package/lib/clients/web/tngdh5ng/confirm.d.ts +2 -0
- package/lib/clients/web/tngdh5ng/confirm.js +3 -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/getLocation.d.ts +2 -0
- package/lib/clients/web/tngdh5ng/getLocation.js +3 -0
- package/lib/clients/web/tngdh5ng/getNetworkType.d.ts +2 -0
- package/lib/clients/web/tngdh5ng/getNetworkType.js +3 -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 +54 -0
- package/lib/clients/web/tngdh5ng/index.js +47 -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 +3 -0
- package/lib/clients/web/tngdh5ng/navigateTo.d.ts +2 -0
- package/lib/clients/web/tngdh5ng/navigateTo.js +3 -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 +3 -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 +3 -0
- package/lib/clients/web/tngdh5ng/vibrate.d.ts +2 -0
- package/lib/clients/web/tngdh5ng/vibrate.js +3 -0
- package/lib/clients/web/worldfirst/index.d.ts +3 -0
- package/lib/clients/web/worldfirst/index.js +2 -0
- package/lib/code/authLoginSrcCode.d.ts +8 -0
- package/lib/code/authLoginSrcCode.js +282 -0
- package/lib/common/apis/custom/mp/alipay/tradePay.d.ts +3 -0
- package/lib/common/apis/custom/mp/alipay/tradePay.js +20 -0
- package/lib/common/apis/custom/mp/canIUse.d.ts +2 -0
- package/lib/common/apis/custom/mp/canIUse.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/mp/wechat/showToast.d.ts +2 -0
- package/lib/common/apis/custom/mp/wechat/showToast.js +29 -0
- package/lib/common/apis/custom/mp_web/mpay/getAppId.d.ts +4 -0
- package/lib/common/apis/custom/mp_web/mpay/getAppId.js +4 -0
- package/lib/common/apis/custom/mp_web/mpay/getAppToken.d.ts +2 -0
- package/lib/common/apis/custom/mp_web/mpay/getAppToken.js +165 -0
- package/lib/common/apis/custom/mp_web/mpay/getLocation.d.ts +7 -0
- package/lib/common/apis/custom/mp_web/mpay/getLocation.js +32 -0
- package/lib/common/apis/custom/web/alert.d.ts +2 -0
- package/lib/common/apis/custom/web/alert.js +29 -0
- package/lib/common/apis/custom/web/choosePhoneContact.d.ts +3 -0
- package/lib/common/apis/custom/web/choosePhoneContact.js +5 -0
- package/lib/common/apis/custom/web/clearStorage.d.ts +3 -0
- package/lib/common/apis/custom/web/clearStorage.js +5 -0
- package/lib/common/apis/custom/web/confirm.d.ts +3 -0
- package/lib/common/apis/custom/web/confirm.js +32 -0
- package/lib/common/apis/custom/web/datePicker.d.ts +3 -0
- package/lib/common/apis/custom/web/datePicker.js +39 -0
- package/lib/common/apis/custom/web/downloadFile.d.ts +3 -0
- package/lib/common/apis/custom/web/downloadFile.js +43 -0
- package/lib/common/apis/custom/web/getAppId.d.ts +3 -0
- package/lib/common/apis/custom/web/getAppId.js +9 -0
- package/lib/common/apis/custom/web/getAuthCode.d.ts +3 -0
- package/lib/common/apis/custom/web/getAuthCode.js +35 -0
- package/lib/common/apis/custom/web/getCurrentPages.d.ts +3 -0
- package/lib/common/apis/custom/web/getCurrentPages.js +17 -0
- package/lib/common/apis/custom/web/getLocation.d.ts +3 -0
- package/lib/common/apis/custom/web/getLocation.js +29 -0
- package/lib/common/apis/custom/web/getNetworkType.d.ts +3 -0
- package/lib/common/apis/custom/web/getNetworkType.js +33 -0
- package/lib/common/apis/custom/web/getPhoneNumber.d.ts +3 -0
- package/lib/common/apis/custom/web/getPhoneNumber.js +19 -0
- package/lib/common/apis/custom/web/getSDKVersion.d.ts +3 -0
- package/lib/common/apis/custom/web/getSDKVersion.js +17 -0
- package/lib/common/apis/custom/web/getStorage.d.ts +3 -0
- package/lib/common/apis/custom/web/getStorage.js +3 -0
- package/lib/common/apis/custom/web/h5/alert.d.ts +2 -0
- package/lib/common/apis/custom/web/h5/alert.js +4 -0
- package/lib/common/apis/custom/web/h5/clearStorage.d.ts +2 -0
- package/lib/common/apis/custom/web/h5/clearStorage.js +13 -0
- package/lib/common/apis/custom/web/h5/clearStorageSync.d.ts +2 -0
- package/lib/common/apis/custom/web/h5/clearStorageSync.js +3 -0
- package/lib/common/apis/custom/web/h5/confirm.d.ts +1 -0
- package/lib/common/apis/custom/web/h5/confirm.js +1 -0
- package/lib/common/apis/custom/web/h5/createSelectorQuery.d.ts +1 -0
- package/lib/common/apis/custom/web/h5/createSelectorQuery.js +4 -0
- package/lib/common/apis/custom/web/h5/exitApp.d.ts +1 -0
- package/lib/common/apis/custom/web/h5/exitApp.js +4 -0
- package/lib/common/apis/custom/web/h5/getClipboard.d.ts +2 -0
- package/lib/common/apis/custom/web/h5/getClipboard.js +4 -0
- package/lib/common/apis/custom/web/h5/getLaunchOptionsSync.d.ts +1 -0
- package/lib/common/apis/custom/web/h5/getLaunchOptionsSync.js +4 -0
- package/lib/common/apis/custom/web/h5/getLocation.d.ts +1 -0
- package/lib/common/apis/custom/web/h5/getLocation.js +4 -0
- package/lib/common/apis/custom/web/h5/getNetworkType.d.ts +2 -0
- package/lib/common/apis/custom/web/h5/getNetworkType.js +4 -0
- package/lib/common/apis/custom/web/h5/getSiteInfo.d.ts +2 -0
- package/lib/common/apis/custom/web/h5/getSiteInfo.js +4 -0
- package/lib/common/apis/custom/web/h5/getStorage.d.ts +2 -0
- package/lib/common/apis/custom/web/h5/getStorage.js +15 -0
- package/lib/common/apis/custom/web/h5/getStorageSync.d.ts +6 -0
- package/lib/common/apis/custom/web/h5/getStorageSync.js +5 -0
- package/lib/common/apis/custom/web/h5/getSystemInfo.d.ts +2 -0
- package/lib/common/apis/custom/web/h5/getSystemInfo.js +4 -0
- package/lib/common/apis/custom/web/h5/getSystemInfoSync.d.ts +1 -0
- package/lib/common/apis/custom/web/h5/getSystemInfoSync.js +4 -0
- package/lib/common/apis/custom/web/h5/hideLoading.d.ts +1 -0
- package/lib/common/apis/custom/web/h5/hideLoading.js +1 -0
- package/lib/common/apis/custom/web/h5/hideToast.d.ts +2 -0
- package/lib/common/apis/custom/web/h5/hideToast.js +4 -0
- package/lib/common/apis/custom/web/h5/makePhoneCall.d.ts +3 -0
- package/lib/common/apis/custom/web/h5/makePhoneCall.js +4 -0
- package/lib/common/apis/custom/web/h5/navigateBack.d.ts +2 -0
- package/lib/common/apis/custom/web/h5/navigateBack.js +4 -0
- package/lib/common/apis/custom/web/h5/navigateTo.d.ts +2 -0
- package/lib/common/apis/custom/web/h5/navigateTo.js +4 -0
- package/lib/common/apis/custom/web/h5/pageScrollTo.d.ts +2 -0
- package/lib/common/apis/custom/web/h5/pageScrollTo.js +4 -0
- package/lib/common/apis/custom/web/h5/redirectTo.d.ts +2 -0
- package/lib/common/apis/custom/web/h5/redirectTo.js +4 -0
- package/lib/common/apis/custom/web/h5/removeStorage.d.ts +2 -0
- package/lib/common/apis/custom/web/h5/removeStorage.js +13 -0
- package/lib/common/apis/custom/web/h5/removeStorageSync.d.ts +4 -0
- package/lib/common/apis/custom/web/h5/removeStorageSync.js +4 -0
- package/lib/common/apis/custom/web/h5/request.d.ts +15 -0
- package/lib/common/apis/custom/web/h5/request.js +230 -0
- package/lib/common/apis/custom/web/h5/rpc.d.ts +3 -0
- package/lib/common/apis/custom/web/h5/rpc.js +14 -0
- package/lib/common/apis/custom/web/h5/setClipboard.d.ts +2 -0
- package/lib/common/apis/custom/web/h5/setClipboard.js +4 -0
- package/lib/common/apis/custom/web/h5/setNavigationBar.d.ts +2 -0
- package/lib/common/apis/custom/web/h5/setNavigationBar.js +4 -0
- package/lib/common/apis/custom/web/h5/setStorage.d.ts +2 -0
- package/lib/common/apis/custom/web/h5/setStorage.js +16 -0
- package/lib/common/apis/custom/web/h5/setStorageSync.d.ts +5 -0
- package/lib/common/apis/custom/web/h5/setStorageSync.js +7 -0
- package/lib/common/apis/custom/web/h5/showLoading.d.ts +2 -0
- package/lib/common/apis/custom/web/h5/showLoading.js +4 -0
- package/lib/common/apis/custom/web/h5/showToast.d.ts +2 -0
- package/lib/common/apis/custom/web/h5/showToast.js +4 -0
- package/lib/common/apis/custom/web/hideBackHome.d.ts +3 -0
- package/lib/common/apis/custom/web/hideBackHome.js +7 -0
- package/lib/common/apis/custom/web/hideNavigationBarLoading.d.ts +3 -0
- package/lib/common/apis/custom/web/hideNavigationBarLoading.js +5 -0
- package/lib/common/apis/custom/web/hideTabBar.d.ts +3 -0
- package/lib/common/apis/custom/web/hideTabBar.js +17 -0
- package/lib/common/apis/custom/web/multiLevelSelect.d.ts +3 -0
- package/lib/common/apis/custom/web/multiLevelSelect.js +5 -0
- package/lib/common/apis/custom/web/navigateBack.d.ts +3 -0
- package/lib/common/apis/custom/web/navigateBack.js +8 -0
- package/lib/common/apis/custom/web/navigateTo.d.ts +3 -0
- package/lib/common/apis/custom/web/navigateTo.js +5 -0
- package/lib/common/apis/custom/web/onUserCaptureScreen.d.ts +3 -0
- package/lib/common/apis/custom/web/onUserCaptureScreen.js +5 -0
- package/lib/common/apis/custom/web/previewImage.d.ts +3 -0
- package/lib/common/apis/custom/web/previewImage.js +34 -0
- package/lib/common/apis/custom/web/reLaunch.d.ts +3 -0
- package/lib/common/apis/custom/web/reLaunch.js +5 -0
- package/lib/common/apis/custom/web/redirectTo.d.ts +3 -0
- package/lib/common/apis/custom/web/redirectTo.js +12 -0
- package/lib/common/apis/custom/web/removeStorage.d.ts +3 -0
- package/lib/common/apis/custom/web/removeStorage.js +5 -0
- package/lib/common/apis/custom/web/request.d.ts +3 -0
- package/lib/common/apis/custom/web/request.js +3 -0
- package/lib/common/apis/custom/web/saveFile.d.ts +3 -0
- package/lib/common/apis/custom/web/saveFile.js +28 -0
- package/lib/common/apis/custom/web/saveImage.d.ts +3 -0
- package/lib/common/apis/custom/web/saveImage.js +28 -0
- package/lib/common/apis/custom/web/setKeepScreenOn.d.ts +3 -0
- package/lib/common/apis/custom/web/setKeepScreenOn.js +27 -0
- package/lib/common/apis/custom/web/setNavigationBar.d.ts +3 -0
- package/lib/common/apis/custom/web/setNavigationBar.js +3 -0
- package/lib/common/apis/custom/web/setOptionMenu.d.ts +3 -0
- package/lib/common/apis/custom/web/setOptionMenu.js +10 -0
- package/lib/common/apis/custom/web/setStorage.d.ts +3 -0
- package/lib/common/apis/custom/web/setStorage.js +3 -0
- package/lib/common/apis/custom/web/setTabBarItem.d.ts +3 -0
- package/lib/common/apis/custom/web/setTabBarItem.js +17 -0
- package/lib/common/apis/custom/web/setTabBarStyle.d.ts +3 -0
- package/lib/common/apis/custom/web/setTabBarStyle.js +17 -0
- package/lib/common/apis/custom/web/showActionSheet.d.ts +3 -0
- package/lib/common/apis/custom/web/showActionSheet.js +30 -0
- package/lib/common/apis/custom/web/showAuthGuide.d.ts +3 -0
- package/lib/common/apis/custom/web/showAuthGuide.js +17 -0
- package/lib/common/apis/custom/web/showNavigationBarLoading.d.ts +3 -0
- package/lib/common/apis/custom/web/showNavigationBarLoading.js +5 -0
- package/lib/common/apis/custom/web/showTabBar.d.ts +3 -0
- package/lib/common/apis/custom/web/showTabBar.js +17 -0
- package/lib/common/apis/custom/web/showToast.d.ts +3 -0
- package/lib/common/apis/custom/web/showToast.js +29 -0
- package/lib/common/apis/custom/web/startPullDownRefresh.d.ts +3 -0
- package/lib/common/apis/custom/web/startPullDownRefresh.js +5 -0
- package/lib/common/apis/custom/web/stopPullDownRefresh.d.ts +3 -0
- package/lib/common/apis/custom/web/stopPullDownRefresh.js +6 -0
- package/lib/common/apis/custom/web/uploadFile.d.ts +3 -0
- package/lib/common/apis/custom/web/uploadFile.js +30 -0
- 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 +15 -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 +19 -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/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/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/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 +39 -0
- package/lib/common/apis/generated/mp/request.js +14 -0
- package/lib/common/apis/generated/mp/rpc.d.ts +12 -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 +13 -0
- package/lib/common/apis/generated/mp/setCanPullDown.js +14 -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 +21 -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/chooseFileFromDisk.d.ts +16 -0
- package/lib/common/apis/generated/mp_web/chooseFileFromDisk.js +8 -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/chooseVideo.d.ts +34 -0
- package/lib/common/apis/generated/mp_web/chooseVideo.js +8 -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/compressImage.d.ts +23 -0
- package/lib/common/apis/generated/mp_web/compressImage.js +8 -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 +15 -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 +19 -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/getRunScene.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/getRunScene.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/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 +15 -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 +39 -0
- package/lib/common/apis/generated/mp_web/request.js +14 -0
- package/lib/common/apis/generated/mp_web/rpc.d.ts +12 -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 +13 -0
- package/lib/common/apis/generated/mp_web/setCanPullDown.js +14 -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/setTabBarItem.d.ts +13 -0
- package/lib/common/apis/generated/mp_web/setTabBarItem.js +8 -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/setTransparentTitle.d.ts +13 -0
- package/lib/common/apis/generated/mp_web/setTransparentTitle.js +8 -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 +21 -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/showTabBar.d.ts +7 -0
- package/lib/common/apis/generated/mp_web/showTabBar.js +8 -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/chooseFileFromDisk.d.ts +16 -0
- package/lib/common/apis/generated/web/chooseFileFromDisk.js +8 -0
- package/lib/common/apis/generated/web/chooseImage.d.ts +11 -0
- package/lib/common/apis/generated/web/chooseImage.js +14 -0
- package/lib/common/apis/generated/web/chooseVideo.d.ts +34 -0
- package/lib/common/apis/generated/web/chooseVideo.js +8 -0
- package/lib/common/apis/generated/web/compressImage.d.ts +23 -0
- package/lib/common/apis/generated/web/compressImage.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/getOpenUserInfo.d.ts +11 -0
- package/lib/common/apis/generated/web/getOpenUserInfo.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/getRunScene.d.ts +9 -0
- package/lib/common/apis/generated/web/getRunScene.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/getStorage.d.ts +11 -0
- package/lib/common/apis/generated/web/getStorage.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/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 +15 -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/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/request.d.ts +39 -0
- package/lib/common/apis/generated/web/request.js +14 -0
- package/lib/common/apis/generated/web/rpc.d.ts +12 -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/saveImage.d.ts +9 -0
- package/lib/common/apis/generated/web/saveImage.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.d.ts +9 -0
- package/lib/common/apis/generated/web/setBackgroundColor.js +14 -0
- package/lib/common/apis/generated/web/setCanPullDown.d.ts +13 -0
- package/lib/common/apis/generated/web/setCanPullDown.js +14 -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/setKeepScreenOn.d.ts +9 -0
- package/lib/common/apis/generated/web/setKeepScreenOn.js +14 -0
- package/lib/common/apis/generated/web/setNavigationBar.d.ts +9 -0
- package/lib/common/apis/generated/web/setNavigationBar.js +14 -0
- package/lib/common/apis/generated/web/setOptionMenu.d.ts +3 -0
- package/lib/common/apis/generated/web/setOptionMenu.js +8 -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/setStorage.d.ts +9 -0
- package/lib/common/apis/generated/web/setStorage.js +14 -0
- package/lib/common/apis/generated/web/setTransparentTitle.d.ts +13 -0
- package/lib/common/apis/generated/web/setTransparentTitle.js +8 -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/startPullDownRefresh.d.ts +9 -0
- package/lib/common/apis/generated/web/startPullDownRefresh.js +14 -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.d.ts +9 -0
- package/lib/common/apis/generated/web/watchShake.js +14 -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/index.d.ts +9 -0
- package/lib/common/utils/index.js +53 -0
- package/lib/common/utils/storage.d.ts +9 -0
- package/lib/common/utils/storage.js +47 -0
- package/lib/custom-jsapi.d.ts +1 -0
- package/lib/custom-jsapi.js +1 -0
- package/lib/dsl.d.ts +2708 -0
- package/lib/dsl.js +4722 -0
- package/lib/index.d.ts +4 -3
- package/lib/index.js +5 -3
- package/lib/objectSpread.d.ts +1 -0
- package/lib/objectSpread.js +3 -0
- package/lib/umd/index.js +2 -0
- package/lib/umd/index.js.LICENSE.txt +1 -0
- package/lib/umd/mp_web_alipay.js +1 -0
- 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_mpay.js +2 -0
- package/lib/umd/mp_web_mpay.js.LICENSE.txt +1 -0
- package/lib/umd/mp_web_tmn.js +1 -0
- package/lib/umd/mp_web_tngd.js +1 -0
- package/lib/umd/mp_web_toss.js +1 -0
- package/lib/umd/web_alipay.js +1 -0
- package/lib/umd/web_demo.js +1 -0
- package/lib/umd/web_h5.js +2 -0
- package/lib/umd/web_h5.js.LICENSE.txt +1 -0
- package/lib/umd/web_tngdh5ng.js +1 -0
- package/lib/umd/web_worldfirst.js +1 -0
- package/lib/whichCanIUse/compatibilities.json +143339 -0
- package/lib/whichCanIUse/index.d.ts +31 -0
- package/lib/whichCanIUse/index.js +102 -0
- package/lib/whichCanIUse/mp.d.ts +12 -0
- package/lib/whichCanIUse/mp.js +12 -0
- package/lib/whichCanIUse/mp_web.d.ts +13 -0
- package/lib/whichCanIUse/mp_web.js +13 -0
- package/lib/whichCanIUse/web.d.ts +7 -0
- package/lib/whichCanIUse/web.js +7 -0
- package/package.json +1 -29
- package/lib/clients/mp/lazada/crossPay.d.ts +0 -3
- package/lib/clients/mp/lazada/crossPay.js +0 -11
- package/lib/clients/mp/lazada/getAppIdSync.d.ts +0 -3
- package/lib/clients/mp/lazada/getAppIdSync.js +0 -7
- package/lib/clients/mp/lazada/getAuthCode.d.ts +0 -3
- package/lib/clients/mp/lazada/getAuthCode.js +0 -48
- package/lib/clients/mp/lazada/getOpenUserInfo.d.ts +0 -3
- package/lib/clients/mp/lazada/getOpenUserInfo.js +0 -42
- package/lib/clients/mp/lazada/hideNavigationBarLoading.d.ts +0 -3
- package/lib/clients/mp/lazada/hideNavigationBarLoading.js +0 -6
- package/lib/clients/mp/lazada/index.d.ts +0 -120
- package/lib/clients/mp/lazada/index.js +0 -104
- package/lib/clients/mp/lazada/showNavigationBarLoading.d.ts +0 -3
- package/lib/clients/mp/lazada/showNavigationBarLoading.js +0 -6
- package/lib/clients/mp/lazada/tradePay.d.ts +0 -3
- package/lib/clients/mp/lazada/tradePay.js +0 -11
- package/lib/clients/mp/taobao/crossPay.d.ts +0 -3
- package/lib/clients/mp/taobao/crossPay.js +0 -11
- package/lib/clients/mp/taobao/getAuthCode.d.ts +0 -3
- package/lib/clients/mp/taobao/getAuthCode.js +0 -48
- package/lib/clients/mp/taobao/getOpenUserInfo.d.ts +0 -3
- package/lib/clients/mp/taobao/getOpenUserInfo.js +0 -34
- package/lib/clients/mp/taobao/index.d.ts +0 -114
- package/lib/clients/mp/taobao/index.js +0 -98
- package/lib/clients/mp/taobao/tradePay.d.ts +0 -3
- package/lib/clients/mp/taobao/tradePay.js +0 -11
- package/lib/clients/mp-web/cn/crossPay.d.ts +0 -3
- package/lib/clients/mp-web/cn/crossPay.js +0 -8
- package/lib/clients/mp-web/cn/index.d.ts +0 -89
- package/lib/clients/mp-web/cn/index.js +0 -86
- package/lib/clients/mp-web/intl/APRegionRPC.d.ts +0 -3
- package/lib/clients/mp-web/intl/APRegionRPC.js +0 -7
- package/lib/clients/mp-web/intl/addFatigueAction.d.ts +0 -3
- package/lib/clients/mp-web/intl/addFatigueAction.js +0 -7
- package/lib/clients/mp-web/intl/apDisableJSAPI.d.ts +0 -3
- package/lib/clients/mp-web/intl/apDisableJSAPI.js +0 -7
- package/lib/clients/mp-web/intl/appxrpc.d.ts +0 -3
- package/lib/clients/mp-web/intl/appxrpc.js +0 -7
- package/lib/clients/mp-web/intl/batchQueryCdpSpaceInfo.d.ts +0 -3
- package/lib/clients/mp-web/intl/batchQueryCdpSpaceInfo.js +0 -7
- package/lib/clients/mp-web/intl/choosePhoneContact.d.ts +0 -3
- package/lib/clients/mp-web/intl/choosePhoneContact.js +0 -7
- package/lib/clients/mp-web/intl/crossPay.d.ts +0 -3
- package/lib/clients/mp-web/intl/crossPay.js +0 -7
- package/lib/clients/mp-web/intl/exitApp.d.ts +0 -3
- package/lib/clients/mp-web/intl/exitApp.js +0 -7
- package/lib/clients/mp-web/intl/getAppToken.d.ts +0 -3
- package/lib/clients/mp-web/intl/getAppToken.js +0 -7
- package/lib/clients/mp-web/intl/getComponentAuth.d.ts +0 -3
- package/lib/clients/mp-web/intl/getComponentAuth.js +0 -7
- package/lib/clients/mp-web/intl/getPaymentCode.d.ts +0 -3
- package/lib/clients/mp-web/intl/getPaymentCode.js +0 -7
- package/lib/clients/mp-web/intl/getPhoneNumber.d.ts +0 -3
- package/lib/clients/mp-web/intl/getPhoneNumber.js +0 -7
- package/lib/clients/mp-web/intl/getServerTime.d.ts +0 -3
- package/lib/clients/mp-web/intl/getServerTime.js +0 -7
- package/lib/clients/mp-web/intl/getSetting.d.ts +0 -3
- package/lib/clients/mp-web/intl/getSetting.js +0 -7
- package/lib/clients/mp-web/intl/getSiteInfo.d.ts +0 -3
- package/lib/clients/mp-web/intl/getSiteInfo.js +0 -7
- package/lib/clients/mp-web/intl/index.d.ts +0 -147
- package/lib/clients/mp-web/intl/index.js +0 -138
- package/lib/clients/mp-web/intl/inquireQuote.d.ts +0 -3
- package/lib/clients/mp-web/intl/inquireQuote.js +0 -7
- package/lib/clients/mp-web/intl/isInstalledApp.d.ts +0 -3
- package/lib/clients/mp-web/intl/isInstalledApp.js +0 -7
- package/lib/clients/mp-web/intl/navigateToBizScene.d.ts +0 -3
- package/lib/clients/mp-web/intl/navigateToBizScene.js +0 -7
- package/lib/clients/mp-web/intl/openSchemeWithBacking.d.ts +0 -3
- package/lib/clients/mp-web/intl/openSchemeWithBacking.js +0 -7
- package/lib/clients/mp-web/intl/paySignCenter.d.ts +0 -3
- package/lib/clients/mp-web/intl/paySignCenter.js +0 -7
- package/lib/clients/mp-web/intl/regionFetchAllApps.d.ts +0 -3
- package/lib/clients/mp-web/intl/regionFetchAllApps.js +0 -7
- package/lib/clients/mp-web/intl/regionSearchAppsByKeywords.d.ts +0 -3
- package/lib/clients/mp-web/intl/regionSearchAppsByKeywords.js +0 -7
- package/lib/clients/mp-web/intl/rpc.d.ts +0 -3
- package/lib/clients/mp-web/intl/rpc.js +0 -7
- package/lib/clients/mp-web/intl/signContract.d.ts +0 -3
- package/lib/clients/mp-web/intl/signContract.js +0 -7
- package/lib/clients/mp-web/intl/startApp.d.ts +0 -3
- package/lib/clients/mp-web/intl/startApp.js +0 -7
- package/lib/clients/mp-web/intl/startBizService.d.ts +0 -3
- package/lib/clients/mp-web/intl/startBizService.js +0 -7
- package/lib/clients/mp-web/intl/thirdPartyAuthForAc.d.ts +0 -3
- package/lib/clients/mp-web/intl/thirdPartyAuthForAc.js +0 -7
- package/lib/clients/mp-web/intl/uploadApdidToken.d.ts +0 -3
- package/lib/clients/mp-web/intl/uploadApdidToken.js +0 -7
- package/lib/clients/web/cn/index.d.ts +0 -221
- package/lib/clients/web/cn/index.js +0 -208
- package/lib/clients/web/intl/getSiteInfo.d.ts +0 -3
- package/lib/clients/web/intl/getSiteInfo.js +0 -51
- package/lib/clients/web/intl/index.d.ts +0 -225
- package/lib/clients/web/intl/index.js +0 -210
- package/lib/common/constants.d.ts +0 -4
- package/lib/common/constants.js +0 -6
- package/lib/common/mp/alert.d.ts +0 -3
- package/lib/common/mp/alert.js +0 -7
- package/lib/common/mp/clearStorage.d.ts +0 -3
- package/lib/common/mp/clearStorage.js +0 -7
- package/lib/common/mp/clearStorageSync.d.ts +0 -3
- package/lib/common/mp/clearStorageSync.js +0 -7
- package/lib/common/mp/confirm.d.ts +0 -3
- package/lib/common/mp/confirm.js +0 -7
- package/lib/common/mp/createAnimation.d.ts +0 -3
- package/lib/common/mp/createAnimation.js +0 -7
- package/lib/common/mp/createWebViewContext.d.ts +0 -3
- package/lib/common/mp/createWebViewContext.js +0 -7
- package/lib/common/mp/getClipboard.d.ts +0 -3
- package/lib/common/mp/getClipboard.js +0 -7
- package/lib/common/mp/getLocation.d.ts +0 -3
- package/lib/common/mp/getLocation.js +0 -7
- package/lib/common/mp/getNetworkType.d.ts +0 -3
- package/lib/common/mp/getNetworkType.js +0 -7
- package/lib/common/mp/getStorage.d.ts +0 -3
- package/lib/common/mp/getStorage.js +0 -7
- package/lib/common/mp/getStorageSync.d.ts +0 -3
- package/lib/common/mp/getStorageSync.js +0 -7
- package/lib/common/mp/getSystemInfo.d.ts +0 -3
- package/lib/common/mp/getSystemInfo.js +0 -7
- package/lib/common/mp/hideBackHome.d.ts +0 -3
- package/lib/common/mp/hideBackHome.js +0 -7
- package/lib/common/mp/hideKeyboard.d.ts +0 -3
- package/lib/common/mp/hideKeyboard.js +0 -7
- package/lib/common/mp/hideLoading.d.ts +0 -3
- package/lib/common/mp/hideLoading.js +0 -7
- package/lib/common/mp/hideTabBar.d.ts +0 -3
- package/lib/common/mp/hideTabBar.js +0 -7
- package/lib/common/mp/hideToast.d.ts +0 -3
- package/lib/common/mp/hideToast.js +0 -7
- package/lib/common/mp/navigateBack.d.ts +0 -3
- package/lib/common/mp/navigateBack.js +0 -7
- package/lib/common/mp/navigateTo.d.ts +0 -3
- package/lib/common/mp/navigateTo.js +0 -7
- package/lib/common/mp/offMemoryWarning.d.ts +0 -3
- package/lib/common/mp/offMemoryWarning.js +0 -7
- package/lib/common/mp/onMemoryWarning.d.ts +0 -3
- package/lib/common/mp/onMemoryWarning.js +0 -7
- package/lib/common/mp/pageScrollTo.d.ts +0 -3
- package/lib/common/mp/pageScrollTo.js +0 -7
- package/lib/common/mp/prompt.d.ts +0 -3
- package/lib/common/mp/prompt.js +0 -7
- package/lib/common/mp/reLaunch.d.ts +0 -3
- package/lib/common/mp/reLaunch.js +0 -7
- package/lib/common/mp/redirectTo.d.ts +0 -3
- package/lib/common/mp/redirectTo.js +0 -7
- package/lib/common/mp/removeStorage.d.ts +0 -3
- package/lib/common/mp/removeStorage.js +0 -7
- package/lib/common/mp/removeStorageSync.d.ts +0 -3
- package/lib/common/mp/removeStorageSync.js +0 -7
- package/lib/common/mp/request.d.ts +0 -3
- package/lib/common/mp/request.js +0 -7
- package/lib/common/mp/scan.d.ts +0 -3
- package/lib/common/mp/scan.js +0 -7
- package/lib/common/mp/setBackgroundColor.d.ts +0 -3
- package/lib/common/mp/setBackgroundColor.js +0 -7
- package/lib/common/mp/setCanPullDown.d.ts +0 -3
- package/lib/common/mp/setCanPullDown.js +0 -7
- package/lib/common/mp/setClipboard.d.ts +0 -3
- package/lib/common/mp/setClipboard.js +0 -7
- package/lib/common/mp/setNavigationBar.d.ts +0 -3
- package/lib/common/mp/setNavigationBar.js +0 -7
- package/lib/common/mp/setStorage.d.ts +0 -3
- package/lib/common/mp/setStorage.js +0 -7
- package/lib/common/mp/setStorageSync.d.ts +0 -3
- package/lib/common/mp/setStorageSync.js +0 -7
- package/lib/common/mp/setTabBarStyle.d.ts +0 -3
- package/lib/common/mp/setTabBarStyle.js +0 -7
- package/lib/common/mp/showActionSheet.d.ts +0 -3
- package/lib/common/mp/showActionSheet.js +0 -7
- package/lib/common/mp/showAuthGuide.d.ts +0 -3
- package/lib/common/mp/showAuthGuide.js +0 -7
- package/lib/common/mp/showLoading.d.ts +0 -3
- package/lib/common/mp/showLoading.js +0 -7
- package/lib/common/mp/showToast.d.ts +0 -3
- package/lib/common/mp/showToast.js +0 -7
- package/lib/common/mp/startPullDownRefresh.d.ts +0 -3
- package/lib/common/mp/startPullDownRefresh.js +0 -7
- package/lib/common/mp/stopPullDownRefresh.d.ts +0 -3
- package/lib/common/mp/stopPullDownRefresh.js +0 -7
- package/lib/common/mp/switchTab.d.ts +0 -3
- package/lib/common/mp/switchTab.js +0 -7
- package/lib/common/mp-web/alert.d.ts +0 -3
- package/lib/common/mp-web/alert.js +0 -9
- package/lib/common/mp-web/chooseImage.d.ts +0 -3
- package/lib/common/mp-web/chooseImage.js +0 -9
- package/lib/common/mp-web/clearStorage.d.ts +0 -3
- package/lib/common/mp-web/clearStorage.js +0 -9
- package/lib/common/mp-web/confirm.d.ts +0 -3
- package/lib/common/mp-web/confirm.js +0 -9
- package/lib/common/mp-web/getAuthCode.d.ts +0 -3
- package/lib/common/mp-web/getAuthCode.js +0 -9
- package/lib/common/mp-web/getClipboard.d.ts +0 -3
- package/lib/common/mp-web/getClipboard.js +0 -9
- package/lib/common/mp-web/getImageInfo.d.ts +0 -3
- package/lib/common/mp-web/getImageInfo.js +0 -9
- package/lib/common/mp-web/getLocation.d.ts +0 -3
- package/lib/common/mp-web/getLocation.js +0 -9
- package/lib/common/mp-web/getNetworkType.d.ts +0 -3
- package/lib/common/mp-web/getNetworkType.js +0 -9
- package/lib/common/mp-web/getPhoneNumber.d.ts +0 -3
- package/lib/common/mp-web/getPhoneNumber.js +0 -9
- package/lib/common/mp-web/getStorage.d.ts +0 -3
- package/lib/common/mp-web/getStorage.js +0 -9
- package/lib/common/mp-web/getSystemInfo.d.ts +0 -3
- package/lib/common/mp-web/getSystemInfo.js +0 -9
- package/lib/common/mp-web/hideKeyboard.d.ts +0 -3
- package/lib/common/mp-web/hideKeyboard.js +0 -9
- package/lib/common/mp-web/hideLoading.d.ts +0 -3
- package/lib/common/mp-web/hideLoading.js +0 -9
- package/lib/common/mp-web/hideNavigationBarLoading.d.ts +0 -3
- package/lib/common/mp-web/hideNavigationBarLoading.js +0 -9
- package/lib/common/mp-web/hideToast.d.ts +0 -3
- package/lib/common/mp-web/hideToast.js +0 -9
- package/lib/common/mp-web/makePhoneCall.d.ts +0 -3
- package/lib/common/mp-web/makePhoneCall.js +0 -9
- package/lib/common/mp-web/multiLevelSelect.d.ts +0 -3
- package/lib/common/mp-web/multiLevelSelect.js +0 -9
- package/lib/common/mp-web/navigateBack.d.ts +0 -3
- package/lib/common/mp-web/navigateBack.js +0 -9
- package/lib/common/mp-web/navigateBackMiniProgram.d.ts +0 -3
- package/lib/common/mp-web/navigateBackMiniProgram.js +0 -9
- package/lib/common/mp-web/navigateTo.d.ts +0 -3
- package/lib/common/mp-web/navigateTo.js +0 -9
- package/lib/common/mp-web/navigateToMiniProgram.d.ts +0 -3
- package/lib/common/mp-web/navigateToMiniProgram.js +0 -9
- package/lib/common/mp-web/previewImage.d.ts +0 -3
- package/lib/common/mp-web/previewImage.js +0 -9
- package/lib/common/mp-web/prompt.d.ts +0 -3
- package/lib/common/mp-web/prompt.js +0 -9
- package/lib/common/mp-web/reLaunch.d.ts +0 -3
- package/lib/common/mp-web/reLaunch.js +0 -9
- package/lib/common/mp-web/redirectTo.d.ts +0 -3
- package/lib/common/mp-web/redirectTo.js +0 -9
- package/lib/common/mp-web/removeStorage.d.ts +0 -3
- package/lib/common/mp-web/removeStorage.js +0 -9
- package/lib/common/mp-web/request.d.ts +0 -3
- package/lib/common/mp-web/request.js +0 -9
- package/lib/common/mp-web/saveImage.d.ts +0 -3
- package/lib/common/mp-web/saveImage.js +0 -9
- package/lib/common/mp-web/scan.d.ts +0 -3
- package/lib/common/mp-web/scan.js +0 -9
- package/lib/common/mp-web/setClipboard.d.ts +0 -3
- package/lib/common/mp-web/setClipboard.js +0 -9
- package/lib/common/mp-web/setNavigationBar.d.ts +0 -3
- package/lib/common/mp-web/setNavigationBar.js +0 -9
- package/lib/common/mp-web/setOptionMenu.d.ts +0 -3
- package/lib/common/mp-web/setOptionMenu.js +0 -9
- package/lib/common/mp-web/setStorage.d.ts +0 -3
- package/lib/common/mp-web/setStorage.js +0 -9
- package/lib/common/mp-web/showAuthGuide.d.ts +0 -3
- package/lib/common/mp-web/showAuthGuide.js +0 -9
- package/lib/common/mp-web/showLoading.d.ts +0 -3
- package/lib/common/mp-web/showLoading.js +0 -9
- package/lib/common/mp-web/showNavigationBarLoading.d.ts +0 -3
- package/lib/common/mp-web/showNavigationBarLoading.js +0 -9
- package/lib/common/mp-web/showToast.d.ts +0 -3
- package/lib/common/mp-web/showToast.js +0 -9
- package/lib/common/mp-web/tradePay.d.ts +0 -3
- package/lib/common/mp-web/tradePay.js +0 -9
- package/lib/common/mp-web/vibrate.d.ts +0 -3
- package/lib/common/mp-web/vibrate.js +0 -9
- package/lib/common/mp-web-call.d.ts +0 -4
- package/lib/common/mp-web-call.js +0 -50
- package/lib/common/notImplemented.d.ts +0 -2
- package/lib/common/notImplemented.js +0 -5
- package/lib/common/utils.d.ts +0 -16
- package/lib/common/utils.js +0 -104
- package/lib/common/web/addPhoneContact.d.ts +0 -3
- package/lib/common/web/addPhoneContact.js +0 -51
- package/lib/common/web/alert.d.ts +0 -3
- package/lib/common/web/alert.js +0 -54
- package/lib/common/web/chooseImage.d.ts +0 -3
- package/lib/common/web/chooseImage.js +0 -51
- package/lib/common/web/clearStorage.d.ts +0 -3
- package/lib/common/web/clearStorage.js +0 -49
- package/lib/common/web/closeBluetoothAdapter.d.ts +0 -3
- package/lib/common/web/closeBluetoothAdapter.js +0 -51
- package/lib/common/web/closeSocket.d.ts +0 -3
- package/lib/common/web/closeSocket.js +0 -51
- package/lib/common/web/confirm.d.ts +0 -3
- package/lib/common/web/confirm.js +0 -61
- package/lib/common/web/connectBLEDevice.d.ts +0 -3
- package/lib/common/web/connectBLEDevice.js +0 -51
- package/lib/common/web/connectSocket.d.ts +0 -3
- package/lib/common/web/connectSocket.js +0 -51
- package/lib/common/web/datePicker.d.ts +0 -3
- package/lib/common/web/datePicker.js +0 -59
- package/lib/common/web/disconnectBLEDevice.d.ts +0 -3
- package/lib/common/web/disconnectBLEDevice.js +0 -51
- package/lib/common/web/downloadFile.d.ts +0 -3
- package/lib/common/web/downloadFile.js +0 -68
- package/lib/common/web/getAuthCode.d.ts +0 -3
- package/lib/common/web/getAuthCode.js +0 -51
- package/lib/common/web/getBLEDeviceCharacteristics.d.ts +0 -3
- package/lib/common/web/getBLEDeviceCharacteristics.js +0 -51
- package/lib/common/web/getBLEDeviceServices.d.ts +0 -3
- package/lib/common/web/getBLEDeviceServices.js +0 -51
- package/lib/common/web/getBatteryInfo.d.ts +0 -3
- package/lib/common/web/getBatteryInfo.js +0 -51
- package/lib/common/web/getBluetoothAdapterState.d.ts +0 -3
- package/lib/common/web/getBluetoothAdapterState.js +0 -51
- package/lib/common/web/getBluetoothDevices.d.ts +0 -3
- package/lib/common/web/getBluetoothDevices.js +0 -51
- package/lib/common/web/getClipboard.d.ts +0 -3
- package/lib/common/web/getClipboard.js +0 -51
- package/lib/common/web/getConnectedBluetoothDevices.d.ts +0 -3
- package/lib/common/web/getConnectedBluetoothDevices.js +0 -51
- package/lib/common/web/getFileInfo.d.ts +0 -3
- package/lib/common/web/getFileInfo.js +0 -51
- package/lib/common/web/getImageInfo.d.ts +0 -3
- package/lib/common/web/getImageInfo.js +0 -51
- package/lib/common/web/getLocation.d.ts +0 -3
- package/lib/common/web/getLocation.js +0 -53
- package/lib/common/web/getNetworkType.d.ts +0 -3
- package/lib/common/web/getNetworkType.js +0 -39
- package/lib/common/web/getPhoneNumber.d.ts +0 -3
- package/lib/common/web/getPhoneNumber.js +0 -51
- package/lib/common/web/getSavedFileInfo.d.ts +0 -3
- package/lib/common/web/getSavedFileInfo.js +0 -51
- package/lib/common/web/getSavedFileList.d.ts +0 -3
- package/lib/common/web/getSavedFileList.js +0 -51
- package/lib/common/web/getScreenBrightness.d.ts +0 -3
- package/lib/common/web/getScreenBrightness.js +0 -51
- package/lib/common/web/getServerTime.d.ts +0 -3
- package/lib/common/web/getServerTime.js +0 -51
- package/lib/common/web/getSetting.d.ts +0 -3
- package/lib/common/web/getSetting.js +0 -51
- package/lib/common/web/getStorage.d.ts +0 -3
- package/lib/common/web/getStorage.js +0 -53
- package/lib/common/web/getSystemInfo.d.ts +0 -3
- package/lib/common/web/getSystemInfo.js +0 -19
- package/lib/common/web/hideKeyboard.d.ts +0 -3
- package/lib/common/web/hideKeyboard.js +0 -7
- package/lib/common/web/hideLoading.d.ts +0 -3
- package/lib/common/web/hideLoading.js +0 -7
- package/lib/common/web/hideNavigationBarLoading.d.ts +0 -3
- package/lib/common/web/hideNavigationBarLoading.js +0 -7
- package/lib/common/web/hideToast.d.ts +0 -3
- package/lib/common/web/hideToast.js +0 -51
- package/lib/common/web/multiLevelSelect.d.ts +0 -3
- package/lib/common/web/multiLevelSelect.js +0 -51
- package/lib/common/web/navigateBack.d.ts +0 -3
- package/lib/common/web/navigateBack.js +0 -53
- package/lib/common/web/navigateBackMiniProgram.d.ts +0 -3
- package/lib/common/web/navigateBackMiniProgram.js +0 -51
- package/lib/common/web/navigateTo.d.ts +0 -3
- package/lib/common/web/navigateTo.js +0 -49
- package/lib/common/web/navigateToMiniProgram.d.ts +0 -3
- package/lib/common/web/navigateToMiniProgram.js +0 -51
- package/lib/common/web/notifyBLECharacteristicValueChange.d.ts +0 -3
- package/lib/common/web/notifyBLECharacteristicValueChange.js +0 -51
- package/lib/common/web/offAccelerometerChange.d.ts +0 -3
- package/lib/common/web/offAccelerometerChange.js +0 -51
- package/lib/common/web/offBLECharacteristicValueChange.d.ts +0 -3
- package/lib/common/web/offBLECharacteristicValueChange.js +0 -51
- package/lib/common/web/offBLEConnectionStateChanged.d.ts +0 -3
- package/lib/common/web/offBLEConnectionStateChanged.js +0 -51
- package/lib/common/web/offBluetoothAdapterStateChange.d.ts +0 -3
- package/lib/common/web/offBluetoothAdapterStateChange.js +0 -51
- package/lib/common/web/offBluetoothDeviceFound.d.ts +0 -3
- package/lib/common/web/offBluetoothDeviceFound.js +0 -51
- package/lib/common/web/offCompassChange.d.ts +0 -3
- package/lib/common/web/offCompassChange.js +0 -51
- package/lib/common/web/offSocketClose.d.ts +0 -3
- package/lib/common/web/offSocketClose.js +0 -51
- package/lib/common/web/offSocketError.d.ts +0 -3
- package/lib/common/web/offSocketError.js +0 -51
- package/lib/common/web/offSocketMessage.d.ts +0 -3
- package/lib/common/web/offSocketMessage.js +0 -51
- package/lib/common/web/offSocketOpen.d.ts +0 -3
- package/lib/common/web/offSocketOpen.js +0 -51
- package/lib/common/web/offUserCaptureScreen.d.ts +0 -3
- package/lib/common/web/offUserCaptureScreen.js +0 -51
- package/lib/common/web/onAccelerometerChange.d.ts +0 -3
- package/lib/common/web/onAccelerometerChange.js +0 -51
- package/lib/common/web/onBLECharacteristicValueChange.d.ts +0 -3
- package/lib/common/web/onBLECharacteristicValueChange.js +0 -51
- package/lib/common/web/onBLEConnectionStateChanged.d.ts +0 -3
- package/lib/common/web/onBLEConnectionStateChanged.js +0 -51
- package/lib/common/web/onBluetoothAdapterStateChange.d.ts +0 -3
- package/lib/common/web/onBluetoothAdapterStateChange.js +0 -51
- package/lib/common/web/onBluetoothDeviceFound.d.ts +0 -3
- package/lib/common/web/onBluetoothDeviceFound.js +0 -51
- package/lib/common/web/onCompassChange.d.ts +0 -3
- package/lib/common/web/onCompassChange.js +0 -51
- package/lib/common/web/onSocketClose.d.ts +0 -3
- package/lib/common/web/onSocketClose.js +0 -51
- package/lib/common/web/onSocketError.d.ts +0 -3
- package/lib/common/web/onSocketError.js +0 -51
- package/lib/common/web/onSocketMessage.d.ts +0 -3
- package/lib/common/web/onSocketMessage.js +0 -51
- package/lib/common/web/onSocketOpen.d.ts +0 -3
- package/lib/common/web/onSocketOpen.js +0 -51
- package/lib/common/web/onUserCaptureScreen.d.ts +0 -3
- package/lib/common/web/onUserCaptureScreen.js +0 -51
- package/lib/common/web/openBluetoothAdapter.d.ts +0 -3
- package/lib/common/web/openBluetoothAdapter.js +0 -51
- package/lib/common/web/openDocument.d.ts +0 -3
- package/lib/common/web/openDocument.js +0 -51
- package/lib/common/web/openSetting.d.ts +0 -3
- package/lib/common/web/openSetting.js +0 -51
- package/lib/common/web/previewImage.d.ts +0 -3
- package/lib/common/web/previewImage.js +0 -51
- package/lib/common/web/reLaunch.d.ts +0 -3
- package/lib/common/web/reLaunch.js +0 -49
- package/lib/common/web/readBLECharacteristicValue.d.ts +0 -3
- package/lib/common/web/readBLECharacteristicValue.js +0 -51
- package/lib/common/web/redirectTo.d.ts +0 -3
- package/lib/common/web/redirectTo.js +0 -18
- package/lib/common/web/removeSavedFile.d.ts +0 -3
- package/lib/common/web/removeSavedFile.js +0 -51
- package/lib/common/web/removeStorage.d.ts +0 -3
- package/lib/common/web/removeStorage.js +0 -49
- package/lib/common/web/request.d.ts +0 -3
- package/lib/common/web/request.js +0 -94
- package/lib/common/web/saveFile.d.ts +0 -3
- package/lib/common/web/saveFile.js +0 -52
- package/lib/common/web/saveImage.d.ts +0 -3
- package/lib/common/web/saveImage.js +0 -51
- package/lib/common/web/scan.d.ts +0 -3
- package/lib/common/web/scan.js +0 -51
- package/lib/common/web/sendSocketMessage.d.ts +0 -3
- package/lib/common/web/sendSocketMessage.js +0 -51
- package/lib/common/web/setBackgroundColor.d.ts +0 -3
- package/lib/common/web/setBackgroundColor.js +0 -51
- package/lib/common/web/setCanPullDown.d.ts +0 -3
- package/lib/common/web/setCanPullDown.js +0 -51
- package/lib/common/web/setClipboard.d.ts +0 -3
- package/lib/common/web/setClipboard.js +0 -51
- package/lib/common/web/setKeepScreenOn.d.ts +0 -3
- package/lib/common/web/setKeepScreenOn.js +0 -51
- package/lib/common/web/setNavigationBar.d.ts +0 -3
- package/lib/common/web/setNavigationBar.js +0 -79
- package/lib/common/web/setOptionMenu.d.ts +0 -3
- package/lib/common/web/setOptionMenu.js +0 -51
- package/lib/common/web/setScreenBrightness.d.ts +0 -3
- package/lib/common/web/setScreenBrightness.js +0 -51
- package/lib/common/web/setStorage.d.ts +0 -3
- package/lib/common/web/setStorage.js +0 -52
- package/lib/common/web/setTabBarStyle.d.ts +0 -3
- package/lib/common/web/setTabBarStyle.js +0 -51
- package/lib/common/web/showActionSheet.d.ts +0 -3
- package/lib/common/web/showActionSheet.js +0 -54
- package/lib/common/web/showAuthGuide.d.ts +0 -3
- package/lib/common/web/showAuthGuide.js +0 -51
- package/lib/common/web/showLoading.d.ts +0 -3
- package/lib/common/web/showLoading.js +0 -51
- package/lib/common/web/showNavigationBarLoading.d.ts +0 -3
- package/lib/common/web/showNavigationBarLoading.js +0 -7
- package/lib/common/web/showToast.d.ts +0 -3
- package/lib/common/web/showToast.js +0 -53
- package/lib/common/web/signContract.d.ts +0 -3
- package/lib/common/web/signContract.js +0 -51
- package/lib/common/web/startBluetoothDevicesDiscovery.d.ts +0 -3
- package/lib/common/web/startBluetoothDevicesDiscovery.js +0 -51
- package/lib/common/web/startPullDownRefresh.d.ts +0 -3
- package/lib/common/web/startPullDownRefresh.js +0 -7
- package/lib/common/web/stopBluetoothDevicesDiscovery.d.ts +0 -3
- package/lib/common/web/stopBluetoothDevicesDiscovery.js +0 -51
- package/lib/common/web/stopPullDownRefresh.d.ts +0 -3
- package/lib/common/web/stopPullDownRefresh.js +0 -7
- package/lib/common/web/switchTab.d.ts +0 -3
- package/lib/common/web/switchTab.js +0 -51
- package/lib/common/web/uploadFile.d.ts +0 -3
- package/lib/common/web/uploadFile.js +0 -54
- package/lib/common/web/vibrate.d.ts +0 -3
- package/lib/common/web/vibrate.js +0 -51
- package/lib/common/web/watchShake.d.ts +0 -3
- package/lib/common/web/watchShake.js +0 -51
- package/lib/common/web/writeBLECharacteristicValue.d.ts +0 -3
- package/lib/common/web/writeBLECharacteristicValue.js +0 -51
- package/lib/common/web-call.d.ts +0 -4
- package/lib/common/web-call.js +0 -20
- package/lib/common/webview-bridge.d.ts +0 -6
- package/lib/common/webview-bridge.js +0 -231
- 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 -248
- package/lib/types/jsapi.js +0 -1
- package/lib/types/mp.d.ts +0 -123
- package/lib/types/mp.js +0 -1
- package/lib/umd/0.0.1/index.js +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e,n){"object"==typeof exports&&"object"==typeof module?module.exports=n():"function"==typeof define&&define.amd?define([],n):"object"==typeof exports?exports.my=n():e.my=n()}(self,(()=>(()=>{"use strict";var e={d:(n,t)=>{for(var o in t)e.o(t,o)&&!e.o(n,o)&&Object.defineProperty(n,o,{enumerable:!0,get:t[o]})},o:(e,n)=>Object.prototype.hasOwnProperty.call(e,n)},n={};e.d(n,{default:()=>eo});var t=function(e){if(window.AlipayJSBridge)return e();document.addEventListener("AlipayJSBridgeReady",(function(){return e()}),!1)},o=!1,c=[];function a(e){return c.push(e),function(){c=c.filter((function(n){return n!==e}))}}function r(e){return o||(document.addEventListener("onToWebViewMessage",(function(e){var n=e.data.res;if(n&&"message"===n.type){var t=JSON.parse(n.data);c.forEach((function(e){return e(t)}))}})),o=!0),t((function(){window.AlipayJSBridge.call("postWebViewMessage",{type:"message",detail:e})}))}var i={NOTFOUND:{code:-1,message:function(e){return"".concat(e," is not found")}},NOTALLOWED:{code:-2,message:function(e){return"".concat(e," is not allowed")}},INVALID:{code:-3,message:function(e){return"".concat(e," is invalid")}},NOTBIND:{code:-4,message:function(e){return"".concat(e," exec fail, webviewBridge not bind context")}},PARAMS_ERROR:{code:-5,message:function(e){return"".concat(e," exec fail, params error")}},TIMEOUT:{code:-6,message:function(e){return"".concat(e," exec fail, timeout")}}},s=function(e,n){void 0===n&&(n="");var t=i[e];return{errorCode:t.code,errorMessage:(0,t.message)(n),errorSouce:"hylid"}},u=function(){return u=Object.assign||function(e){for(var n,t=1,o=arguments.length;t<o;t++)for(var c in n=arguments[t])Object.prototype.hasOwnProperty.call(n,c)&&(e[c]=n[c]);return e},u.apply(this,arguments)},y={};function l(e,n,t){t=u({timeout:2e4},t);var o=e+"_"+Math.floor(1e6*Math.random());n&&(y[o]=n),r({source:"hylid",type:"apiCall",api:e,serialId:o,options:n,config:t,isSync:null==t?void 0:t.isSync});var c=n;(null==t?void 0:t.timeout)&&(null==c?void 0:c.fail)&&setTimeout((function(){y[o]&&(delete y[o],c.fail(s("TIMEOUT")))}),t.timeout)}a((function(e){var n,t=e,o=t.serialId;if(o&&y[o]){var c=y[o],a=t.result;if("callback"===(null===(n=t.config)||void 0===n?void 0:n.type)){var r=a||{},i=r._data_;return"success"===r._type_?c(i):c(void 0,i)}var s=c||{},u=s.success,l=s.fail,f=s.complete,p=a||{},g=p._data_,d=p._type_;d?("success"===d&&(null==u||u(g)),"fail"===d&&(null==l||l(g)),null==f||f(g)):((null==a?void 0:a.error)?null==l||l(a):null==u||u(a),null==f||f(a)),delete y[o]}})),l.onMessage=a,l.postMessage=r,l.broadcastGlobalData=function(e,n){r({source:"hylid",type:"broadcast",from:window.location.href,key:e,result:n})},l.onReceiveGlobalData=function(e,n){return a((function(t){var o=t;if("hylid"===o.source&&"broadcast"===o.type&&o.key===e){var c=o.result||{},a=c._data_;return"success"===c._type_?n(a,void 0,o.from):n(void 0,a,o.from)}}))},l.onPageEvent=function(e,n){return r({source:"hylid",type:"pageEvent",event:e}),a((function(t){var o=t;if("hylid"===o.source&&"pageEvent"===o.type&&o.event===e){var c=o.result||{},a=c._data_;return"success"===c._type_?n(a):n(void 0,a)}}))};var f=function(){var e={},n=!1;return function(o,c,a){return new Promise((function(r,i){var s,y=c||{},l=y.success,f=y.fail,p=a||{},g=p.timeout,d=void 0===g?2e4:g,h=p.isSync;d>0&&(s=setTimeout((function(){var e={error:-101,errorMessage:"[".concat(o,"]: Timeout")};i(e),null==f||f(e)}),d));var m={apiName:o,options:u(u({},c),{success:function(e){s&&clearTimeout(s),r(e),null==l||l(e)},fail:function(e){s&&clearTimeout(s),i(e),null==f||f(e)}}),isSync:h};t((function(){n||(document.addEventListener("onToWebViewMessage",(function(n){var t=n.data.res;"message"===t.type&&function(n){var t,o=n.serialId;if(o&&e[o]){var c=e[o],a=n.result;if("callback"===(null===(t=n.config)||void 0===t?void 0:t.type)){var r=a||{},i=r._data_;return"success"===r._type_?c(i):c(void 0,i)}var s=c||{},u=s.success,y=s.fail,l=s.complete,f=a||{},p=f._data_,g=f._type_;g?("success"===g&&(null==u||u(p)),"fail"===g&&(null==y||y(p)),null==l||l(p)):((null==a?void 0:a.error)?null==y||y(a):null==u||u(a),null==l||l(a)),delete e[o]}}(JSON.parse(t.data))})),n=!0),function(n){var t,o=n.apiName,c=n.options,a=n.isSync,r=window,i=Math.floor(1e6*Math.random()),s="".concat(o,"_").concat(i);c&&(e[s]=c);var u={type:"apiCall",api:o,serialId:s,options:c,isSync:a,source:"hylid"};null===(t=r.AlipayJSBridge)||void 0===t||t.call("postWebViewMessage",{type:"message",detail:u})}(m)}))}))}}(),p=function(){return p=Object.assign||function(e){for(var n,t=1,o=arguments.length;t<o;t++)for(var c in n=arguments[t])Object.prototype.hasOwnProperty.call(n,c)&&(e[c]=n[c]);return e},p.apply(this,arguments)},g=function(e){return function(n){return new Promise((function(t,o){var c=p(p({},n),{success:function(e){var o;t(e),null===(o=null==n?void 0:n.success)||void 0===o||o.call(n,e)},fail:function(e){var t;o(e),null===(t=null==n?void 0:n.fail)||void 0===t||t.call(n,e)}});e(c)}))}},d=function(e){return l("addPhoneContact",e,{type:"async"})},h=g(d),m=function(e){return l("alert",e,{type:"async"})},v=g(m),A=function(e){return l("chooseImage",e,{type:"async"})},S=g(A),b=function(e){return l("choosePhoneContact",e,{type:"async"})},B=g(b),C=function(e){return l("clearStorage",e,{type:"async"})},w=g(C),P=function(e){return l("closeBluetoothAdapter",e,{type:"async"})},O=g(P),k=function(e){return l("closeSocket",e,{type:"async"})},T=g(k),D=function(e){return l("confirm",e,{type:"async"})},E=g(D),L=function(e){return l("connectBLEDevice",e,{type:"async"})},I=g(L),M=function(e){return l("connectSocket",e,{type:"async"})},_=g(M),N=function(e){return l("datePicker",e,{type:"async"})},j=g(N),K=function(e){return l("disconnectBLEDevice",e,{type:"async"})},Y=g(K),F=function(e){return l("downloadFile",e,{type:"async"})},G=g(F),R=function(e){return l("getAuthCode",e,{type:"async"})},V=g(R),H=function(e){return l("getBatteryInfo",e,{type:"async"})},W=g(H),U=function(e){return l("getBLEDeviceCharacteristics",e,{type:"async"})},x=g(U),J=function(e){return l("getBLEDeviceServices",e,{type:"async"})},q=g(J),$=function(e){return l("getBluetoothAdapterState",e,{type:"async"})},z=g($),Q=function(e){return l("getBluetoothDevices",e,{type:"async"})},X=g(Q),Z=function(e){return l("getClipboard",e,{type:"async"})},ee=g(Z),ne=function(e){return l("getConnectedBluetoothDevices",e,{type:"async"})},te=g(ne),oe=function(e){return l("getFileInfo",e,{type:"async"})},ce=g(oe),ae=function(e){return l("getImageInfo",e,{type:"async"})},re=g(ae),ie=function(e){return l("getLocation",e,{type:"async"})},se=g(ie),ue=function(e){return l("getNetworkType",e,{type:"async"})},ye=g(ue),le=function(e){return l("getOpenUserInfo",e,{type:"async"})},fe=g(le),pe=function(e){return l("getPhoneNumber",e,{type:"async"})},ge=g(pe),de=function(e){return l("getSavedFileInfo",e,{type:"async"})},he=g(de),me=function(e){return l("getSavedFileList",e,{type:"async"})},ve=g(me),Ae=function(e){return l("getScreenBrightness",e,{type:"async"})},Se=g(Ae),be=function(e){return l("getServerTime",e,{type:"async"})},Be=g(be),Ce=function(e){return l("getSetting",e,{type:"async"})},we=g(Ce),Pe=function(e){return l("getSiteInfo",e,{type:"async"})},Oe=g(Pe),ke=function(e){return l("getStorage",e,{type:"async"})},Te=g(ke),De=function(e){return l("getSystemInfo",e,{type:"async"})},Ee=g(De),Le=function(e){return l("hideBackHome",e,{type:"async"})},Ie=g(Le),Me=function(e){return l("hideKeyboard",e,{type:"async"})},_e=g(Me),Ne=function(e){return l("hideLoading",e,{type:"async"})},je=g(Ne),Ke=function(e){return l("hideNavigationBarLoading",e,{type:"async"})},Ye=g(Ke),Fe=function(e){return l("hideTabBar",e,{type:"async"})},Ge=g(Fe),Re=function(e){return l("hideToast",e,{type:"async"})},Ve=g(Re),He=function(e){return l("makePhoneCall",e,{type:"async"})},We=g(He),Ue=function(e){return l("multiLevelSelect",e,{type:"async"})},xe=g(Ue),Je=function(e){return l("navigateBack",e,{type:"async"})},qe=g(Je),$e=function(e){return l("navigateBackMiniProgram",e,{type:"async"})},ze=g($e),Qe=function(e){return l("navigateTo",e,{type:"async"})},Xe=g(Qe),Ze=function(e){return l("navigateToMiniProgram",e,{type:"async"})},en=g(Ze),nn=function(e){return l("notifyBLECharacteristicValueChange",e,{type:"async"})},tn=g(nn),on=function(e){return l("openBluetoothAdapter",e,{type:"async"})},cn=g(on),an=function(e){return l("openDocument",e,{type:"async"})},rn=g(an),sn=function(e){return l("openSetting",e,{type:"async"})},un=g(sn),yn=function(e){return l("pageScrollTo",e,{type:"async"})},ln=g(yn),fn=function(e){return l("previewImage",e,{type:"async"})},pn=g(fn),gn=function(e){return l("prompt",e,{type:"async"})},dn=g(gn),hn=function(e){return l("readBLECharacteristicValue",e,{type:"async"})},mn=g(hn),vn=function(e){return l("redirectTo",e,{type:"async"})},An=g(vn),Sn=function(e){return l("reLaunch",e,{type:"async"})},bn=g(Sn),Bn=function(e){return l("removeSavedFile",e,{type:"async"})},Cn=g(Bn),wn=function(e){return l("removeStorage",e,{type:"async"})},Pn=g(wn),On=function(e){return l("request",e,{type:"async"})},kn=g(On),Tn=function(e){return l("rpc",e,{type:"async"})},Dn=g(Tn),En=function(e){return l("saveFile",e,{type:"async"})},Ln=g(En),In=function(e){return l("saveImage",e,{type:"async"})},Mn=g(In),_n=function(e){return l("scan",e,{type:"async"})},Nn=g(_n),jn=function(e){return l("sendSocketMessage",e,{type:"async"})},Kn=g(jn),Yn=function(e){return l("setBackgroundColor",e,{type:"async"})},Fn=g(Yn),Gn=function(e){return l("setCanPullDown",e,{type:"async"})},Rn=g(Gn),Vn=function(e){return l("setClipboard",e,{type:"async"})},Hn=g(Vn),Wn=function(e){return l("setKeepScreenOn",e,{type:"async"})},Un=g(Wn),xn=function(e){return l("setNavigationBar",e,{type:"async"})},Jn=g(xn),qn=function(e){return l("setOptionMenu",e,{type:"async"})},$n=g(qn),zn=function(e){return l("setScreenBrightness",e,{type:"async"})},Qn=g(zn),Xn=function(e){return l("setStorage",e,{type:"async"})},Zn=g(Xn),et=function(e){return l("setTabBarStyle",e,{type:"async"})},nt=g(et),tt=function(e){return l("showActionSheet",e,{type:"async"})},ot=g(tt),ct=function(e){return l("showAuthGuide",e,{type:"async"})},at=g(ct),rt=function(e){return l("showLoading",e,{type:"async"})},it=g(rt),st=function(e){return l("showNavigationBarLoading",e,{type:"async"})},ut=g(st),yt=function(e){return l("showToast",e,{type:"async"})},lt=g(yt),ft=function(e){return l("signContract",e,{type:"async"})},pt=g(ft),gt=function(e){return l("startBluetoothDevicesDiscovery",e,{type:"async"})},dt=g(gt),ht=function(e){return l("startPullDownRefresh",e,{type:"async"})},mt=g(ht),vt=function(e){return l("stopBluetoothDevicesDiscovery",e,{type:"async"})},At=g(vt),St=function(e){return l("stopPullDownRefresh",e,{type:"async"})},bt=g(St),Bt=function(e){return l("switchTab",e,{type:"async"})},Ct=g(Bt);function wt(e,n){var t=e.filter((function(e){return e.match.every((function(e){return e.test(n)}))}));if(t.length){var o=t[0].name;if(t.length>1){var c=t.map((function(e){return e.name})).join(",");Ot("Multiple clients have been identified(".concat(c,"), and the first one(").concat(o,")is used by default."))}return o}}function Pt(e,n){return Object.keys(e).reduce((function(t,o){return t["is".concat(o)]=n===e[o],t}),{})}function Ot(e){console.info("[hylid-env]: ".concat(e))}var kt={WEB:"web",MPWEB:"mpweb",MP:"mp"},Tt={DEMO:"demo",ALIPAY:"alipay",ALIPAYHK:"alipayhk",TNGD:"tngd",GCASH:"gcash",TRUEMONEY:"tmn",DANA:"dana",KAKAOPAY:"kakaopay",KAKAOTALK:"kakaotalk",NAVERPAY:"naverpay",MPAY:"mpay",TOSSPAY:"toss",HIPAY:"hipay",CHOPE:"chope",VODAPAY:"vodapay",CHANGIPAY:"changipay",OCBC:"ocbc",MANDIRI:"mandiri",NAYAPAY:"nayapay",TINABA:"tinaba",KASPI:"kaspi",H5:"h5",WECHAT:"wechat",TNGD_H5NG:"tngdh5ng",WORLDFIRST:"worldfirst"},Dt=/miniprogram/i,Et=/^((?!miniprogram).)*$/i,Lt=/griver/i,It=/^((?!griver).)*$/i,Mt=[{name:Tt.DEMO,match:[/demo/]},{name:Tt.ALIPAYHK,match:[/alipayHK/]},{name:Tt.TNGD,match:[/tngd/]},{name:Tt.GCASH,match:[/gcash/]},{name:Tt.TRUEMONEY,match:[/tmn/]},{name:Tt.DANA,match:[/dana/]},{name:Tt.TOSSPAY,match:[/toss/]},{name:Tt.ALIPAY,match:[/alipay/]},{name:Tt.MPAY,match:[/MPay/]}],_t=[{name:Tt.DEMO,match:[/alipayIDE/i]},{name:Tt.ALIPAYHK,match:[Dt,It,/AlipayClientHK/]},{name:Tt.TNGD,match:[Dt,/TNGKit|Touch 'n Go/]},{name:Tt.GCASH,match:[Dt,Lt,/GCash/]},{name:Tt.TRUEMONEY,match:[Dt,Lt,/TrueMoney/]},{name:Tt.MPAY,match:[Dt,It,/mpay|macaupay/i]},{name:Tt.ALIPAY,match:[Dt,It,/alipay/i]},{name:Tt.DEMO,match:[Dt,Lt]}];function Nt(){return wt(_t,window.navigator.userAgent)}var jt=[{name:Tt.ALIPAYHK,match:[Et,It,/AlipayClientHK/]},{name:Tt.TNGD,match:[Et,Lt,/TNGKit|Touch 'n Go/]},{name:Tt.TNGD_H5NG,match:[Et,/TNGKit|Touch 'n Go/,/IAPWebH5NG/]},{name:Tt.GCASH,match:[Et,Lt,/GCash/]},{name:Tt.TRUEMONEY,match:[Et,Lt,/TrueMoney/i]},{name:Tt.KAKAOPAY,match:[Et,/PAYCLIENT|KAKAOTALK|KAKAOPAY/]},{name:Tt.KAKAOTALK,match:[Et,/ALIPAYCONNECT_KAKAO_TALK/]},{name:Tt.NAVERPAY,match:[Et,/NAVER/]},{name:Tt.MPAY,match:[Et,/mpay|macaupay/i]},{name:Tt.TOSSPAY,match:[Et,/Toss/i]},{name:Tt.ALIPAY,match:[Et,It,/AlipayClient/]},{name:Tt.DEMO,match:[Et,Lt,/GriverDemo/]},{name:Tt.WORLDFIRST,match:[Et,It,/WorldFirst/]}];function Kt(){return wt(jt,window.navigator.userAgent)||Tt.H5}var Yt=function(){var e,n;if("undefined"!=typeof wx||"undefined"!=typeof my&&"string"==typeof my.SDKVersion)e="undefined"!=typeof wx?Tt.WECHAT:wt(Mt,my.getSystemInfoSync().app),n=kt.MP;else{var t=function(){var e,n=(null===(e=window.location.search)||void 0===e?void 0:e.match(/__app__=([^&]*)/))||[],t=n[1],o=(window.location.search.match(/__platform__=([^&]*)/)||[])[1];if((t||o)&&localStorage.setItem("__hy_env__",JSON.stringify({client:t,platform:o})),n[1]){var c=window.location.search.replace(new RegExp("".concat(n[0],"(&)*")),""),a=window.location.hash||"",r="".concat(window.location.pathname).concat(c).concat(a);history.replaceState(null,"",r)}var i=localStorage.getItem("__hy_env__");if(!i){var s=localStorage.getItem("_CB__app__");return s?{client:s}:{}}return i?JSON.parse(i):{}}();t.platform?(n=t.platform,e=t.client||("mpweb"===n?Nt():Kt())):(e=t.client||Nt())?n=kt.MPWEB:(e=Kt(),n=kt.WEB)}return n&&e||Ot("Cannot identify your client."),{client:e,platform:n}}(),Ft=Yt.client,Gt=Yt.platform;Pt(Tt,Ft),Pt(kt,Gt);var Rt,Vt,Ht=((Rt={})[kt.MP]=function(e,n,t){var o=(t||{}).type,c=void 0===o?"async":o;return"sync"===c||(null==t?void 0:t.isSync)?my[e](n):("async"===c&&(my[e]?my[e](n):my.call(e,n)),"callback"===c&&my[e](n),"attribute"===c?my[e]:void 0)},Rt[kt.MPWEB]=l,Rt[kt.WEB]=function(e,n,o){t((function(){var t=(o||{}).type,c=void 0===t?"async":t;"async"===c&&window.AlipayJSBridge.call(e,n,(function(e){var t=n||{},o=t.success,c=t.fail,a=t.complete;e.error||e.errorCode?null==c||c(e):null==o||o(e),null==a||a(e)})),"callback"===c&&window.AlipayJSBridge.call(e,n)}))},Rt);(Vt={})[kt.MPWEB]=f,Vt[kt.WEB]=function(e,n,t){return new Promise((function(o,c){var a,r=n||{},i=(r.success,r.fail),s=(r.complete,(t||{}).timeout),u=void 0===s?2e4:s;u>0&&(a=setTimeout((function(){var n={error:-101,errorMessage:"[".concat(e,"]: Timeout")};c(n),null==i||i(n)}),u)),window.AlipayJSBridge.call(e,n,(function(e){var t=n||{},r=t.success,i=t.fail,s=t.complete;a&&clearTimeout(a),(null==e?void 0:e.error)?(c(e),null==i||i(e)):(o(e),null==r||r(e)),null==s||s(e)}))}))};var Wt=["flowType"],Ut=function(e){return l("crossPay",e,{type:"async"})},xt=function(e){return l("uploadFile",e,{type:"async"})},Jt=function(e){return l("vibrate",e,{type:"async"})},qt=function(e){return l("watchShake",e,{type:"async"})},$t=function(e){return l("writeBLECharacteristicValue",e,{type:"async"})},zt=function(e){return l("showSharePanel",e,{type:"async"})};function Qt(e,n,t){return n in e?Object.defineProperty(e,n,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[n]=t,e}function Xt(e,n){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);n&&(o=o.filter((function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable}))),t.push.apply(t,o)}return t}function Zt(e,n){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);n&&(o=o.filter((function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable}))),t.push.apply(t,o)}return t}const eo={addPhoneContact:d,addPhoneContactAsync:h,alert:m,alertAsync:v,chooseImage:A,chooseImageAsync:S,choosePhoneContact:b,choosePhoneContactAsync:B,clearStorage:C,clearStorageAsync:w,closeBluetoothAdapter:P,closeBluetoothAdapterAsync:O,closeSocket:k,closeSocketAsync:T,confirm:D,confirmAsync:E,connectBLEDevice:L,connectBLEDeviceAsync:I,connectSocket:M,connectSocketAsync:_,datePicker:N,datePickerAsync:j,disconnectBLEDevice:K,disconnectBLEDeviceAsync:Y,downloadFile:F,downloadFileAsync:G,getAuthCode:R,getAuthCodeAsync:V,getBatteryInfo:H,getBatteryInfoAsync:W,getBLEDeviceCharacteristics:U,getBLEDeviceCharacteristicsAsync:x,getBLEDeviceServices:J,getBLEDeviceServicesAsync:q,getBluetoothAdapterState:$,getBluetoothAdapterStateAsync:z,getBluetoothDevices:Q,getBluetoothDevicesAsync:X,getClipboard:Z,getClipboardAsync:ee,getConnectedBluetoothDevices:ne,getConnectedBluetoothDevicesAsync:te,getFileInfo:oe,getFileInfoAsync:ce,getImageInfo:ae,getImageInfoAsync:re,getLocation:ie,getLocationAsync:se,getNetworkType:ue,getNetworkTypeAsync:ye,getOpenUserInfo:le,getOpenUserInfoAsync:fe,getPhoneNumber:pe,getPhoneNumberAsync:ge,getSavedFileInfo:de,getSavedFileInfoAsync:he,getSavedFileList:me,getSavedFileListAsync:ve,getScreenBrightness:Ae,getScreenBrightnessAsync:Se,getServerTime:be,getServerTimeAsync:Be,getSetting:Ce,getSettingAsync:we,getSiteInfo:Pe,getSiteInfoAsync:Oe,getStorage:ke,getStorageAsync:Te,getSystemInfo:De,getSystemInfoAsync:Ee,hideBackHome:Le,hideBackHomeAsync:Ie,hideKeyboard:Me,hideKeyboardAsync:_e,hideLoading:Ne,hideLoadingAsync:je,hideNavigationBarLoading:Ke,hideNavigationBarLoadingAsync:Ye,hideTabBar:Fe,hideTabBarAsync:Ge,hideToast:Re,hideToastAsync:Ve,makePhoneCall:He,makePhoneCallAsync:We,multiLevelSelect:Ue,multiLevelSelectAsync:xe,navigateBack:Je,navigateBackAsync:qe,navigateBackMiniProgram:$e,navigateBackMiniProgramAsync:ze,navigateTo:Qe,navigateToAsync:Xe,navigateToMiniProgram:Ze,navigateToMiniProgramAsync:en,notifyBLECharacteristicValueChange:nn,notifyBLECharacteristicValueChangeAsync:tn,offAccelerometerChange:function(e){return l("offAccelerometerChange",e,{type:"callback"})},offBLECharacteristicValueChange:function(e){return l("offBLECharacteristicValueChange",e,{type:"callback"})},offBLEConnectionStateChanged:function(e){return l("offBLEConnectionStateChanged",e,{type:"callback"})},offBluetoothAdapterStateChange:function(e){return l("offBluetoothAdapterStateChange",e,{type:"callback"})},offBluetoothDeviceFound:function(e){return l("offBluetoothDeviceFound",e,{type:"callback"})},offCompassChange:function(e){return l("offCompassChange",e,{type:"callback"})},offMemoryWarning:function(e){return l("offMemoryWarning",e,{type:"callback"})},offSocketClose:function(e){return l("offSocketClose",e,{type:"callback"})},offSocketError:function(e){return l("offSocketError",e,{type:"callback"})},offSocketMessage:function(e){return l("offSocketMessage",e,{type:"callback"})},offSocketOpen:function(e){return l("offSocketOpen",e,{type:"callback"})},offUserCaptureScreen:function(e){return l("offUserCaptureScreen",e,{type:"callback"})},onAccelerometerChange:function(e){return l("onAccelerometerChange",e,{type:"callback"})},onBLECharacteristicValueChange:function(e){return l("onBLECharacteristicValueChange",e,{type:"callback"})},onBLEConnectionStateChanged:function(e){return l("onBLEConnectionStateChanged",e,{type:"callback"})},onBluetoothAdapterStateChange:function(e){return l("onBluetoothAdapterStateChange",e,{type:"callback"})},onBluetoothDeviceFound:function(e){return l("onBluetoothDeviceFound",e,{type:"callback"})},onCompassChange:function(e){return l("onCompassChange",e,{type:"callback"})},onMemoryWarning:function(e){return l("onMemoryWarning",e,{type:"callback"})},onSocketClose:function(e){return l("onSocketClose",e,{type:"callback"})},onSocketError:function(e){return l("onSocketError",e,{type:"callback"})},onSocketMessage:function(e){return l("onSocketMessage",e,{type:"callback"})},onSocketOpen:function(e){return l("onSocketOpen",e,{type:"callback"})},onUserCaptureScreen:function(e){return l("onUserCaptureScreen",e,{type:"callback"})},openBluetoothAdapter:on,openBluetoothAdapterAsync:cn,openDocument:an,openDocumentAsync:rn,openSetting:sn,openSettingAsync:un,pageScrollTo:yn,pageScrollToAsync:ln,previewImage:fn,previewImageAsync:pn,prompt:gn,promptAsync:dn,readBLECharacteristicValue:hn,readBLECharacteristicValueAsync:mn,redirectTo:vn,redirectToAsync:An,reLaunch:Sn,reLaunchAsync:bn,removeSavedFile:Bn,removeSavedFileAsync:Cn,removeStorage:wn,removeStorageAsync:Pn,request:On,requestAsync:kn,rpc:Tn,rpcAsync:Dn,saveFile:En,saveFileAsync:Ln,saveImage:In,saveImageAsync:Mn,scan:_n,scanAsync:Nn,sendSocketMessage:jn,sendSocketMessageAsync:Kn,setBackgroundColor:Yn,setBackgroundColorAsync:Fn,setCanPullDown:Gn,setCanPullDownAsync:Rn,setClipboard:Vn,setClipboardAsync:Hn,setKeepScreenOn:Wn,setKeepScreenOnAsync:Un,setNavigationBar:xn,setNavigationBarAsync:Jn,setOptionMenu:qn,setOptionMenuAsync:$n,setScreenBrightness:zn,setScreenBrightnessAsync:Qn,setStorage:Xn,setStorageAsync:Zn,setTabBarStyle:et,setTabBarStyleAsync:nt,showActionSheet:tt,showActionSheetAsync:ot,showAuthGuide:ct,showAuthGuideAsync:at,showLoading:rt,showLoadingAsync:it,showNavigationBarLoading:st,showNavigationBarLoadingAsync:ut,showToast:yt,showToastAsync:lt,signContract:ft,signContractAsync:pt,startBluetoothDevicesDiscovery:gt,startBluetoothDevicesDiscoveryAsync:dt,startPullDownRefresh:ht,startPullDownRefreshAsync:mt,stopBluetoothDevicesDiscovery:vt,stopBluetoothDevicesDiscoveryAsync:At,stopPullDownRefresh:St,stopPullDownRefreshAsync:bt,switchTab:Bt,switchTabAsync:Ct,tradePay:function(e){var n,t,o,c=e||{},a=c.flowType,r=function(e,n){if(null==e)return{};var t,o,c=function(e,n){if(null==e)return{};var t,o,c={},a=Object.keys(e);for(o=0;o<a.length;o++)t=a[o],n.indexOf(t)>=0||(c[t]=e[t]);return c}(e,n);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(o=0;o<a.length;o++)t=a[o],n.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(c[t]=e[t])}return c}(c,Wt);n="a+"===a?"tradePayCrossApp":"tradePay",t=r,Gt?Ht[Gt](n,t,o):function(e,n,t){var o;void 0===t&&(t={});var c=t.type,a=void 0===c?"async":c,r=s("NOTFOUND",e);if("sync"===a)return r;"callback"===a&&(null==n||n(r)),"async"===a&&(null===(o=null==n?void 0:n.fail)||void 0===o||o.call(n,r))}(t,o)},crossPay:Ut,crossPayAsync:g(Ut),uploadFile:xt,uploadFileAsync:g(xt),vibrate:Jt,vibrateAsync:g(Jt),watchShake:qt,watchShakeAsync:g(qt),writeBLECharacteristicValue:$t,writeBLECharacteristicValueAsync:g($t),showSharePanel:zt,showSharePanelAsync:g(zt),getAppId:function(e){l("getAppIdSync",e,{type:"sync",isSync:!0})},getCurrentPages:function(e){l("__hy_internal__",function(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{};n%2?Xt(Object(t),!0).forEach((function(n){Qt(e,n,t[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):Xt(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}))}return e}({name:"getCurrentPages"},e))},getSDKVersion:function(e){l("SDKVersion",function(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{};n%2?Zt(Object(t),!0).forEach((function(n){Qt(e,n,t[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):Zt(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}))}return e}({},e),{type:"attribute"})}};return n.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:()=>rt});var n=!1,o=[];function c(e){return o.push(e),function(){o=o.filter((function(t){return t!==e}))}}function r(e){return n||(document.addEventListener("onToWebViewMessage",(function(e){var t=e.data.res;if(t&&"message"===t.type){var n=JSON.parse(t.data);o.forEach((function(e){return e(n)}))}})),n=!0),function(e){if(window.AlipayJSBridge)return e();document.addEventListener("AlipayJSBridgeReady",(function(){return e()}),!1)}((function(){window.AlipayJSBridge.call("postWebViewMessage",{type:"message",detail:e})}))}var a={NOTFOUND:{code:-1,message:function(e){return"".concat(e," is not found")}},NOTALLOWED:{code:-2,message:function(e){return"".concat(e," is not allowed")}},INVALID:{code:-3,message:function(e){return"".concat(e," is invalid")}},NOTBIND:{code:-4,message:function(e){return"".concat(e," exec fail, webviewBridge not bind context")}},PARAMS_ERROR:{code:-5,message:function(e){return"".concat(e," exec fail, params error")}},TIMEOUT:{code:-6,message:function(e){return"".concat(e," exec fail, timeout")}}},i=function(){return i=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var c in t=arguments[n])Object.prototype.hasOwnProperty.call(t,c)&&(e[c]=t[c]);return e},i.apply(this,arguments)},s={};function u(e,t,n){n=i({timeout:2e4},n);var o=e+"_"+Math.floor(1e6*Math.random());t&&(s[o]=t),r({source:"hylid",type:"apiCall",api:e,serialId:o,options:t,config:n,isSync:null==n?void 0:n.isSync});var c=t;(null==n?void 0:n.timeout)&&(null==c?void 0:c.fail)&&setTimeout((function(){s[o]&&(delete s[o],c.fail(function(e,t){void 0===t&&(t="");var n=a.TIMEOUT;return{errorCode:n.code,errorMessage:(0,n.message)(t),errorSouce:"hylid"}}()))}),n.timeout)}c((function(e){var t,n=e,o=n.serialId;if(o&&s[o]){var c=s[o],r=n.result;if("callback"===(null===(t=n.config)||void 0===t?void 0:t.type)){var a=r||{},i=a._data_;return"success"===a._type_?c(i):c(void 0,i)}var u=c||{},y=u.success,l=u.fail,f=u.complete,p=r||{},g=p._data_,d=p._type_;d?("success"===d&&(null==y||y(g)),"fail"===d&&(null==l||l(g)),null==f||f(g)):((null==r?void 0:r.error)?null==l||l(r):null==y||y(r),null==f||f(r)),delete s[o]}})),u.onMessage=c,u.postMessage=r,u.broadcastGlobalData=function(e,t){r({source:"hylid",type:"broadcast",from:window.location.href,key:e,result:t})},u.onReceiveGlobalData=function(e,t){return c((function(n){var o=n;if("hylid"===o.source&&"broadcast"===o.type&&o.key===e){var c=o.result||{},r=c._data_;return"success"===c._type_?t(r,void 0,o.from):t(void 0,r,o.from)}}))},u.onPageEvent=function(e,t){return r({source:"hylid",type:"pageEvent",event:e}),c((function(n){var o=n;if("hylid"===o.source&&"pageEvent"===o.type&&o.event===e){var c=o.result||{},r=c._data_;return"success"===c._type_?t(r):t(void 0,r)}}))};var y=function(){return y=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var c in t=arguments[n])Object.prototype.hasOwnProperty.call(t,c)&&(e[c]=t[c]);return e},y.apply(this,arguments)},l=function(e){return function(t){return new Promise((function(n,o){var c=y(y({},t),{success:function(e){var o;n(e),null===(o=null==t?void 0:t.success)||void 0===o||o.call(t,e)},fail:function(e){var n;o(e),null===(n=null==t?void 0:t.fail)||void 0===n||n.call(t,e)}});e(c)}))}},f=function(e){return u("addPhoneContact",e,{type:"async"})},p=function(e){return u("alert",e,{type:"async"})},g=function(e){return u("chooseImage",e,{type:"async"})},d=function(e){return u("choosePhoneContact",e,{type:"async"})},h=function(e){return u("clearStorage",e,{type:"async"})},v=function(e){return u("closeBluetoothAdapter",e,{type:"async"})},A=function(e){return u("closeSocket",e,{type:"async"})},S=function(e){return u("confirm",e,{type:"async"})},m=function(e){return u("connectBLEDevice",e,{type:"async"})},B=function(e){return u("connectSocket",e,{type:"async"})},b=function(e){return u("datePicker",e,{type:"async"})},C=function(e){return u("disconnectBLEDevice",e,{type:"async"})},k=function(e){return u("downloadFile",e,{type:"async"})},w=function(e){return u("exitApp",e,{type:"async"})},D=function(e){return u("getAppToken",e,{type:"async"})},O=function(e){return u("getAuthCode",e,{type:"async"})},T=function(e){return u("getBatteryInfo",e,{type:"async"})},P=function(e){return u("getBLEDeviceCharacteristics",e,{type:"async"})},L=function(e){return u("getBLEDeviceServices",e,{type:"async"})},I=function(e){return u("getBluetoothAdapterState",e,{type:"async"})},E=function(e){return u("getBluetoothDevices",e,{type:"async"})},j=function(e){return u("getClipboard",e,{type:"async"})},F=function(e){return u("getConnectedBluetoothDevices",e,{type:"async"})},M=function(e){return u("getFileInfo",e,{type:"async"})},_=function(e){return u("getImageInfo",e,{type:"async"})},V=function(e){return u("getLocation",e,{type:"async"})},N=function(e){return u("getNetworkType",e,{type:"async"})},R=function(e){return u("getOpenUserInfo",e,{type:"async"})},x=function(e){return u("getSavedFileInfo",e,{type:"async"})},U=function(e){return u("getSavedFileList",e,{type:"async"})},K=function(e){return u("getScreenBrightness",e,{type:"async"})},W=function(e){return u("getServerTime",e,{type:"async"})},G=function(e){return u("getSetting",e,{type:"async"})},J=function(e){return u("getSiteInfo",e,{type:"async"})},q=function(e){return u("getStorage",e,{type:"async"})},z=function(e){return u("getSystemInfo",e,{type:"async"})},H=function(e){return u("hideBackHome",e,{type:"async"})},Q=function(e){return u("hideKeyboard",e,{type:"async"})},X=function(e){return u("hideLoading",e,{type:"async"})},Y=function(e){return u("hideNavigationBarLoading",e,{type:"async"})},Z=function(e){return u("hideTabBar",e,{type:"async"})},$=function(e){return u("hideToast",e,{type:"async"})},ee=function(e){return u("makePhoneCall",e,{type:"async"})},te=function(e){return u("multiLevelSelect",e,{type:"async"})},ne=function(e){return u("navigateBack",e,{type:"async"})},oe=function(e){return u("navigateBackMiniProgram",e,{type:"async"})},ce=function(e){return u("navigateTo",e,{type:"async"})},re=function(e){return u("navigateToBizScene",e,{type:"async"})},ae=function(e){return u("navigateToMiniProgram",e,{type:"async"})},ie=function(e){return u("notifyBLECharacteristicValueChange",e,{type:"async"})},se=function(e){return u("openBluetoothAdapter",e,{type:"async"})},ue=function(e){return u("openDocument",e,{type:"async"})},ye=function(e){return u("openSetting",e,{type:"async"})},le=function(e){return u("pageScrollTo",e,{type:"async"})},fe=function(e){return u("previewImage",e,{type:"async"})},pe=function(e){return u("prompt",e,{type:"async"})},ge=function(e){return u("readBLECharacteristicValue",e,{type:"async"})},de=function(e){return u("redirectTo",e,{type:"async"})},he=function(e){return u("reLaunch",e,{type:"async"})},ve=function(e){return u("removeSavedFile",e,{type:"async"})},Ae=function(e){return u("removeStorage",e,{type:"async"})},Se=function(e){return u("request",e,{type:"async"})},me=function(e){return u("saveFile",e,{type:"async"})},Be=function(e){return u("saveImage",e,{type:"async"})},be=function(e){return u("scan",e,{type:"async"})},Ce=function(e){return u("sendSocketMessage",e,{type:"async"})},ke=function(e){return u("setBackgroundColor",e,{type:"async"})},we=function(e){return u("setCanPullDown",e,{type:"async"})},De=function(e){return u("setClipboard",e,{type:"async"})},Oe=function(e){return u("setKeepScreenOn",e,{type:"async"})},Te=function(e){return u("setNavigationBar",e,{type:"async"})},Pe=function(e){return u("setScreenBrightness",e,{type:"async"})},Le=function(e){return u("setStorage",e,{type:"async"})},Ie=function(e){return u("setTabBarStyle",e,{type:"async"})},Ee=function(e){return u("showActionSheet",e,{type:"async"})},je=function(e){return u("showAuthGuide",e,{type:"async"})},Fe=function(e){return u("showLoading",e,{type:"async"})},Me=function(e){return u("showNavigationBarLoading",e,{type:"async"})},_e=function(e){return u("showToast",e,{type:"async"})},Ve=function(e){return u("signContract",e,{type:"async"})},Ne=function(e){return u("startBluetoothDevicesDiscovery",e,{type:"async"})},Re=function(e){return u("startPullDownRefresh",e,{type:"async"})},xe=function(e){return u("stopBluetoothDevicesDiscovery",e,{type:"async"})},Ue=function(e){return u("stopPullDownRefresh",e,{type:"async"})},Ke=function(e){return u("switchTab",e,{type:"async"})},We=function(e){return u("tradePay",e,{type:"async"})},Ge=function(e){return u("uploadFile",e,{type:"async"})},Je=function(e){return u("vibrate",e,{type:"async"})},qe=function(e){return u("watchShake",e,{type:"async"})},ze=function(e){return u("writeBLECharacteristicValue",e,{type:"async"})},He=function(e){return u("showSharePanel",e,{type:"async"})};function Qe(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Xe(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,o)}return n}function Ye(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,o)}return n}var Ze=function(e){return u("setTransparentTitle",e,{type:"async"})},$e=function(e){return u("getRunScene",e,{type:"async"})},et=function(e){return u("chooseFileFromDisk",e,{type:"async"})},tt=function(e){return u("chooseVideo",e,{type:"async"})},nt=function(e){return u("compressImage",e,{type:"async"})},ot=function(e){return u("setTabBarItem",e,{type:"async"})},ct=function(e){return u("showTabBar",e,{type:"async"})};const rt={addPhoneContact:f,addPhoneContactAsync:l(f),alert:p,alertAsync:l(p),chooseImage:g,chooseImageAsync:l(g),choosePhoneContact:d,choosePhoneContactAsync:l(d),clearStorage:h,clearStorageAsync:l(h),closeBluetoothAdapter:v,closeBluetoothAdapterAsync:l(v),closeSocket:A,closeSocketAsync:l(A),confirm:S,confirmAsync:l(S),connectBLEDevice:m,connectBLEDeviceAsync:l(m),connectSocket:B,connectSocketAsync:l(B),datePicker:b,datePickerAsync:l(b),disconnectBLEDevice:C,disconnectBLEDeviceAsync:l(C),downloadFile:k,downloadFileAsync:l(k),exitApp:w,exitAppAsync:l(w),getAppToken:D,getAppTokenAsync:l(D),getAuthCode:O,getAuthCodeAsync:l(O),getBatteryInfo:T,getBatteryInfoAsync:l(T),getBLEDeviceCharacteristics:P,getBLEDeviceCharacteristicsAsync:l(P),getBLEDeviceServices:L,getBLEDeviceServicesAsync:l(L),getBluetoothAdapterState:I,getBluetoothAdapterStateAsync:l(I),getBluetoothDevices:E,getBluetoothDevicesAsync:l(E),getClipboard:j,getClipboardAsync:l(j),getConnectedBluetoothDevices:F,getConnectedBluetoothDevicesAsync:l(F),getFileInfo:M,getFileInfoAsync:l(M),getImageInfo:_,getImageInfoAsync:l(_),getLocation:V,getLocationAsync:l(V),getNetworkType:N,getNetworkTypeAsync:l(N),getOpenUserInfo:R,getOpenUserInfoAsync:l(R),getSavedFileInfo:x,getSavedFileInfoAsync:l(x),getSavedFileList:U,getSavedFileListAsync:l(U),getScreenBrightness:K,getScreenBrightnessAsync:l(K),getServerTime:W,getServerTimeAsync:l(W),getSetting:G,getSettingAsync:l(G),getSiteInfo:J,getSiteInfoAsync:l(J),getStorage:q,getStorageAsync:l(q),getSystemInfo:z,getSystemInfoAsync:l(z),hideBackHome:H,hideBackHomeAsync:l(H),hideKeyboard:Q,hideKeyboardAsync:l(Q),hideLoading:X,hideLoadingAsync:l(X),hideNavigationBarLoading:Y,hideNavigationBarLoadingAsync:l(Y),hideTabBar:Z,hideTabBarAsync:l(Z),hideToast:$,hideToastAsync:l($),makePhoneCall:ee,makePhoneCallAsync:l(ee),multiLevelSelect:te,multiLevelSelectAsync:l(te),navigateBack:ne,navigateBackAsync:l(ne),navigateBackMiniProgram:oe,navigateBackMiniProgramAsync:l(oe),navigateTo:ce,navigateToAsync:l(ce),navigateToBizScene:re,navigateToBizSceneAsync:l(re),navigateToMiniProgram:ae,navigateToMiniProgramAsync:l(ae),notifyBLECharacteristicValueChange:ie,notifyBLECharacteristicValueChangeAsync:l(ie),offAccelerometerChange:function(e){return u("offAccelerometerChange",e,{type:"callback"})},offBLECharacteristicValueChange:function(e){return u("offBLECharacteristicValueChange",e,{type:"callback"})},offBLEConnectionStateChanged:function(e){return u("offBLEConnectionStateChanged",e,{type:"callback"})},offBluetoothAdapterStateChange:function(e){return u("offBluetoothAdapterStateChange",e,{type:"callback"})},offBluetoothDeviceFound:function(e){return u("offBluetoothDeviceFound",e,{type:"callback"})},offCompassChange:function(e){return u("offCompassChange",e,{type:"callback"})},offMemoryWarning:function(e){return u("offMemoryWarning",e,{type:"callback"})},offSocketClose:function(e){return u("offSocketClose",e,{type:"callback"})},offSocketError:function(e){return u("offSocketError",e,{type:"callback"})},offSocketMessage:function(e){return u("offSocketMessage",e,{type:"callback"})},offSocketOpen:function(e){return u("offSocketOpen",e,{type:"callback"})},offUserCaptureScreen:function(e){return u("offUserCaptureScreen",e,{type:"callback"})},onAccelerometerChange:function(e){return u("onAccelerometerChange",e,{type:"callback"})},onBLECharacteristicValueChange:function(e){return u("onBLECharacteristicValueChange",e,{type:"callback"})},onBLEConnectionStateChanged:function(e){return u("onBLEConnectionStateChanged",e,{type:"callback"})},onBluetoothAdapterStateChange:function(e){return u("onBluetoothAdapterStateChange",e,{type:"callback"})},onBluetoothDeviceFound:function(e){return u("onBluetoothDeviceFound",e,{type:"callback"})},onCompassChange:function(e){return u("onCompassChange",e,{type:"callback"})},onMemoryWarning:function(e){return u("onMemoryWarning",e,{type:"callback"})},onSocketClose:function(e){return u("onSocketClose",e,{type:"callback"})},onSocketError:function(e){return u("onSocketError",e,{type:"callback"})},onSocketMessage:function(e){return u("onSocketMessage",e,{type:"callback"})},onSocketOpen:function(e){return u("onSocketOpen",e,{type:"callback"})},onUserCaptureScreen:function(e){return u("onUserCaptureScreen",e,{type:"callback"})},openBluetoothAdapter:se,openBluetoothAdapterAsync:l(se),openDocument:ue,openDocumentAsync:l(ue),openSetting:ye,openSettingAsync:l(ye),pageScrollTo:le,pageScrollToAsync:l(le),previewImage:fe,previewImageAsync:l(fe),prompt:pe,promptAsync:l(pe),readBLECharacteristicValue:ge,readBLECharacteristicValueAsync:l(ge),redirectTo:de,redirectToAsync:l(de),reLaunch:he,reLaunchAsync:l(he),removeSavedFile:ve,removeSavedFileAsync:l(ve),removeStorage:Ae,removeStorageAsync:l(Ae),request:Se,requestAsync:l(Se),saveFile:me,saveFileAsync:l(me),saveImage:Be,saveImageAsync:l(Be),scan:be,scanAsync:l(be),sendSocketMessage:Ce,sendSocketMessageAsync:l(Ce),setBackgroundColor:ke,setBackgroundColorAsync:l(ke),setCanPullDown:we,setCanPullDownAsync:l(we),setClipboard:De,setClipboardAsync:l(De),setKeepScreenOn:Oe,setKeepScreenOnAsync:l(Oe),setNavigationBar:Te,setNavigationBarAsync:l(Te),setScreenBrightness:Pe,setScreenBrightnessAsync:l(Pe),setStorage:Le,setStorageAsync:l(Le),setTabBarStyle:Ie,setTabBarStyleAsync:l(Ie),showActionSheet:Ee,showActionSheetAsync:l(Ee),showAuthGuide:je,showAuthGuideAsync:l(je),showLoading:Fe,showLoadingAsync:l(Fe),showNavigationBarLoading:Me,showNavigationBarLoadingAsync:l(Me),showToast:_e,showToastAsync:l(_e),signContract:Ve,signContractAsync:l(Ve),startBluetoothDevicesDiscovery:Ne,startBluetoothDevicesDiscoveryAsync:l(Ne),startPullDownRefresh:Re,startPullDownRefreshAsync:l(Re),stopBluetoothDevicesDiscovery:xe,stopBluetoothDevicesDiscoveryAsync:l(xe),stopPullDownRefresh:Ue,stopPullDownRefreshAsync:l(Ue),switchTab:Ke,switchTabAsync:l(Ke),tradePay:We,tradePayAsync:l(We),uploadFile:Ge,uploadFileAsync:l(Ge),vibrate:Je,vibrateAsync:l(Je),watchShake:qe,watchShakeAsync:l(qe),writeBLECharacteristicValue:ze,writeBLECharacteristicValueAsync:l(ze),showSharePanel:He,showSharePanelAsync:l(He),getAppId:function(e){u("getAppIdSync",e,{type:"sync",isSync:!0})},getCurrentPages:function(e){u("__hy_internal__",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Xe(Object(n),!0).forEach((function(t){Qe(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Xe(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}({name:"getCurrentPages"},e))},getSDKVersion:function(e){u("SDKVersion",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Ye(Object(n),!0).forEach((function(t){Qe(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Ye(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}({},e),{type:"attribute"})},setTransparentTitle:Ze,setTransparentTitleAsync:l(Ze),getRunScene:$e,getRunSceneAsync:l($e),chooseFileFromDisk:et,chooseFileFromDiskAsync:l(et),chooseVideo:tt,chooseVideoAsync:l(tt),compressImage:nt,compressImageAsync:l(nt),setTabBarItem:ot,setTabBarItemAsync:l(ot),showTabBar:ct,showTabBarAsync:l(ct)};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:()=>Qe});var n=!1,o=[];function c(e){return o.push(e),function(){o=o.filter((function(t){return t!==e}))}}function r(e){return n||(document.addEventListener("onToWebViewMessage",(function(e){var t=e.data.res;if(t&&"message"===t.type){var n=JSON.parse(t.data);o.forEach((function(e){return e(n)}))}})),n=!0),function(e){if(window.AlipayJSBridge)return e();document.addEventListener("AlipayJSBridgeReady",(function(){return e()}),!1)}((function(){window.AlipayJSBridge.call("postWebViewMessage",{type:"message",detail:e})}))}var a={NOTFOUND:{code:-1,message:function(e){return"".concat(e," is not found")}},NOTALLOWED:{code:-2,message:function(e){return"".concat(e," is not allowed")}},INVALID:{code:-3,message:function(e){return"".concat(e," is invalid")}},NOTBIND:{code:-4,message:function(e){return"".concat(e," exec fail, webviewBridge not bind context")}},PARAMS_ERROR:{code:-5,message:function(e){return"".concat(e," exec fail, params error")}},TIMEOUT:{code:-6,message:function(e){return"".concat(e," exec fail, timeout")}}},i=function(){return i=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var c in t=arguments[n])Object.prototype.hasOwnProperty.call(t,c)&&(e[c]=t[c]);return e},i.apply(this,arguments)},s={};function u(e,t,n){n=i({timeout:2e4},n);var o=e+"_"+Math.floor(1e6*Math.random());t&&(s[o]=t),r({source:"hylid",type:"apiCall",api:e,serialId:o,options:t,config:n,isSync:null==n?void 0:n.isSync});var c=t;(null==n?void 0:n.timeout)&&(null==c?void 0:c.fail)&&setTimeout((function(){s[o]&&(delete s[o],c.fail(function(e,t){void 0===t&&(t="");var n=a.TIMEOUT;return{errorCode:n.code,errorMessage:(0,n.message)(t),errorSouce:"hylid"}}()))}),n.timeout)}c((function(e){var t,n=e,o=n.serialId;if(o&&s[o]){var c=s[o],r=n.result;if("callback"===(null===(t=n.config)||void 0===t?void 0:t.type)){var a=r||{},i=a._data_;return"success"===a._type_?c(i):c(void 0,i)}var u=c||{},y=u.success,l=u.fail,f=u.complete,p=r||{},g=p._data_,d=p._type_;d?("success"===d&&(null==y||y(g)),"fail"===d&&(null==l||l(g)),null==f||f(g)):((null==r?void 0:r.error)?null==l||l(r):null==y||y(r),null==f||f(r)),delete s[o]}})),u.onMessage=c,u.postMessage=r,u.broadcastGlobalData=function(e,t){r({source:"hylid",type:"broadcast",from:window.location.href,key:e,result:t})},u.onReceiveGlobalData=function(e,t){return c((function(n){var o=n;if("hylid"===o.source&&"broadcast"===o.type&&o.key===e){var c=o.result||{},r=c._data_;return"success"===c._type_?t(r,void 0,o.from):t(void 0,r,o.from)}}))},u.onPageEvent=function(e,t){return r({source:"hylid",type:"pageEvent",event:e}),c((function(n){var o=n;if("hylid"===o.source&&"pageEvent"===o.type&&o.event===e){var c=o.result||{},r=c._data_;return"success"===c._type_?t(r):t(void 0,r)}}))};var y=function(){return y=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var c in t=arguments[n])Object.prototype.hasOwnProperty.call(t,c)&&(e[c]=t[c]);return e},y.apply(this,arguments)},l=function(e){return function(t){return new Promise((function(n,o){var c=y(y({},t),{success:function(e){var o;n(e),null===(o=null==t?void 0:t.success)||void 0===o||o.call(t,e)},fail:function(e){var n;o(e),null===(n=null==t?void 0:t.fail)||void 0===n||n.call(t,e)}});e(c)}))}},f=function(e){return u("addPhoneContact",e,{type:"async"})},p=function(e){return u("alert",e,{type:"async"})},g=function(e){return u("chooseImage",e,{type:"async"})},d=function(e){return u("choosePhoneContact",e,{type:"async"})},h=function(e){return u("clearStorage",e,{type:"async"})},v=function(e){return u("closeBluetoothAdapter",e,{type:"async"})},A=function(e){return u("closeSocket",e,{type:"async"})},S=function(e){return u("confirm",e,{type:"async"})},B=function(e){return u("connectBLEDevice",e,{type:"async"})},b=function(e){return u("connectSocket",e,{type:"async"})},m=function(e){return u("datePicker",e,{type:"async"})},C=function(e){return u("disconnectBLEDevice",e,{type:"async"})},k=function(e){return u("downloadFile",e,{type:"async"})},w=function(e){return u("getAuthCode",e,{type:"async"})},O=function(e){return u("getBatteryInfo",e,{type:"async"})},D=function(e){return u("getBLEDeviceCharacteristics",e,{type:"async"})},P=function(e){return u("getBLEDeviceServices",e,{type:"async"})},L=function(e){return u("getBluetoothAdapterState",e,{type:"async"})},E=function(e){return u("getBluetoothDevices",e,{type:"async"})},I=function(e){return u("getClipboard",e,{type:"async"})},T=function(e){return u("getConnectedBluetoothDevices",e,{type:"async"})},j=function(e){return u("getFileInfo",e,{type:"async"})},M=function(e){return u("getImageInfo",e,{type:"async"})},F=function(e){return u("getLocation",e,{type:"async"})},_=function(e){return u("getNetworkType",e,{type:"async"})},N=function(e){return u("getOpenUserInfo",e,{type:"async"})},V=function(e){return u("getSavedFileInfo",e,{type:"async"})},R=function(e){return u("getSavedFileList",e,{type:"async"})},U=function(e){return u("getScreenBrightness",e,{type:"async"})},x=function(e){return u("getServerTime",e,{type:"async"})},K=function(e){return u("getSetting",e,{type:"async"})},W=function(e){return u("getSiteInfo",e,{type:"async"})},G=function(e){return u("getStorage",e,{type:"async"})},J=function(e){return u("getSystemInfo",e,{type:"async"})},q=function(e){return u("hideBackHome",e,{type:"async"})},H=function(e){return u("hideKeyboard",e,{type:"async"})},z=function(e){return u("hideLoading",e,{type:"async"})},Q=function(e){return u("hideNavigationBarLoading",e,{type:"async"})},X=function(e){return u("hideTabBar",e,{type:"async"})},Y=function(e){return u("hideToast",e,{type:"async"})},Z=function(e){return u("makePhoneCall",e,{type:"async"})},$=function(e){return u("multiLevelSelect",e,{type:"async"})},ee=function(e){return u("navigateBack",e,{type:"async"})},te=function(e){return u("navigateBackMiniProgram",e,{type:"async"})},ne=function(e){return u("navigateTo",e,{type:"async"})},oe=function(e){return u("navigateToMiniProgram",e,{type:"async"})},ce=function(e){return u("notifyBLECharacteristicValueChange",e,{type:"async"})},re=function(e){return u("openBluetoothAdapter",e,{type:"async"})},ae=function(e){return u("openDocument",e,{type:"async"})},ie=function(e){return u("openSetting",e,{type:"async"})},se=function(e){return u("pageScrollTo",e,{type:"async"})},ue=function(e){return u("previewImage",e,{type:"async"})},ye=function(e){return u("prompt",e,{type:"async"})},le=function(e){return u("readBLECharacteristicValue",e,{type:"async"})},fe=function(e){return u("redirectTo",e,{type:"async"})},pe=function(e){return u("reLaunch",e,{type:"async"})},ge=function(e){return u("removeSavedFile",e,{type:"async"})},de=function(e){return u("removeStorage",e,{type:"async"})},he=function(e){return u("request",e,{type:"async"})},ve=function(e){return u("saveFile",e,{type:"async"})},Ae=function(e){return u("saveImage",e,{type:"async"})},Se=function(e){return u("scan",e,{type:"async"})},Be=function(e){return u("sendSocketMessage",e,{type:"async"})},be=function(e){return u("setBackgroundColor",e,{type:"async"})},me=function(e){return u("setCanPullDown",e,{type:"async"})},Ce=function(e){return u("setClipboard",e,{type:"async"})},ke=function(e){return u("setKeepScreenOn",e,{type:"async"})},we=function(e){return u("setNavigationBar",e,{type:"async"})},Oe=function(e){return u("setScreenBrightness",e,{type:"async"})},De=function(e){return u("setStorage",e,{type:"async"})},Pe=function(e){return u("setTabBarStyle",e,{type:"async"})},Le=function(e){return u("showActionSheet",e,{type:"async"})},Ee=function(e){return u("showAuthGuide",e,{type:"async"})},Ie=function(e){return u("showLoading",e,{type:"async"})},Te=function(e){return u("showNavigationBarLoading",e,{type:"async"})},je=function(e){return u("showToast",e,{type:"async"})},Me=function(e){return u("signContract",e,{type:"async"})},Fe=function(e){return u("startBluetoothDevicesDiscovery",e,{type:"async"})},_e=function(e){return u("startPullDownRefresh",e,{type:"async"})},Ne=function(e){return u("stopBluetoothDevicesDiscovery",e,{type:"async"})},Ve=function(e){return u("stopPullDownRefresh",e,{type:"async"})},Re=function(e){return u("switchTab",e,{type:"async"})},Ue=function(e){return u("tradePay",e,{type:"async"})},xe=function(e){return u("uploadFile",e,{type:"async"})},Ke=function(e){return u("vibrate",e,{type:"async"})},We=function(e){return u("watchShake",e,{type:"async"})},Ge=function(e){return u("writeBLECharacteristicValue",e,{type:"async"})},Je=function(e){return u("showSharePanel",e,{type:"async"})};function qe(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function He(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,o)}return n}function ze(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,o)}return n}const Qe={addPhoneContact:f,addPhoneContactAsync:l(f),alert:p,alertAsync:l(p),chooseImage:g,chooseImageAsync:l(g),choosePhoneContact:d,choosePhoneContactAsync:l(d),clearStorage:h,clearStorageAsync:l(h),closeBluetoothAdapter:v,closeBluetoothAdapterAsync:l(v),closeSocket:A,closeSocketAsync:l(A),confirm:S,confirmAsync:l(S),connectBLEDevice:B,connectBLEDeviceAsync:l(B),connectSocket:b,connectSocketAsync:l(b),datePicker:m,datePickerAsync:l(m),disconnectBLEDevice:C,disconnectBLEDeviceAsync:l(C),downloadFile:k,downloadFileAsync:l(k),getAuthCode:w,getAuthCodeAsync:l(w),getBatteryInfo:O,getBatteryInfoAsync:l(O),getBLEDeviceCharacteristics:D,getBLEDeviceCharacteristicsAsync:l(D),getBLEDeviceServices:P,getBLEDeviceServicesAsync:l(P),getBluetoothAdapterState:L,getBluetoothAdapterStateAsync:l(L),getBluetoothDevices:E,getBluetoothDevicesAsync:l(E),getClipboard:I,getClipboardAsync:l(I),getConnectedBluetoothDevices:T,getConnectedBluetoothDevicesAsync:l(T),getFileInfo:j,getFileInfoAsync:l(j),getImageInfo:M,getImageInfoAsync:l(M),getLocation:F,getLocationAsync:l(F),getNetworkType:_,getNetworkTypeAsync:l(_),getOpenUserInfo:N,getOpenUserInfoAsync:l(N),getSavedFileInfo:V,getSavedFileInfoAsync:l(V),getSavedFileList:R,getSavedFileListAsync:l(R),getScreenBrightness:U,getScreenBrightnessAsync:l(U),getServerTime:x,getServerTimeAsync:l(x),getSetting:K,getSettingAsync:l(K),getSiteInfo:W,getSiteInfoAsync:l(W),getStorage:G,getStorageAsync:l(G),getSystemInfo:J,getSystemInfoAsync:l(J),hideBackHome:q,hideBackHomeAsync:l(q),hideKeyboard:H,hideKeyboardAsync:l(H),hideLoading:z,hideLoadingAsync:l(z),hideNavigationBarLoading:Q,hideNavigationBarLoadingAsync:l(Q),hideTabBar:X,hideTabBarAsync:l(X),hideToast:Y,hideToastAsync:l(Y),makePhoneCall:Z,makePhoneCallAsync:l(Z),multiLevelSelect:$,multiLevelSelectAsync:l($),navigateBack:ee,navigateBackAsync:l(ee),navigateBackMiniProgram:te,navigateBackMiniProgramAsync:l(te),navigateTo:ne,navigateToAsync:l(ne),navigateToMiniProgram:oe,navigateToMiniProgramAsync:l(oe),notifyBLECharacteristicValueChange:ce,notifyBLECharacteristicValueChangeAsync:l(ce),offAccelerometerChange:function(e){return u("offAccelerometerChange",e,{type:"callback"})},offBLECharacteristicValueChange:function(e){return u("offBLECharacteristicValueChange",e,{type:"callback"})},offBLEConnectionStateChanged:function(e){return u("offBLEConnectionStateChanged",e,{type:"callback"})},offBluetoothAdapterStateChange:function(e){return u("offBluetoothAdapterStateChange",e,{type:"callback"})},offBluetoothDeviceFound:function(e){return u("offBluetoothDeviceFound",e,{type:"callback"})},offCompassChange:function(e){return u("offCompassChange",e,{type:"callback"})},offMemoryWarning:function(e){return u("offMemoryWarning",e,{type:"callback"})},offSocketClose:function(e){return u("offSocketClose",e,{type:"callback"})},offSocketError:function(e){return u("offSocketError",e,{type:"callback"})},offSocketMessage:function(e){return u("offSocketMessage",e,{type:"callback"})},offSocketOpen:function(e){return u("offSocketOpen",e,{type:"callback"})},offUserCaptureScreen:function(e){return u("offUserCaptureScreen",e,{type:"callback"})},onAccelerometerChange:function(e){return u("onAccelerometerChange",e,{type:"callback"})},onBLECharacteristicValueChange:function(e){return u("onBLECharacteristicValueChange",e,{type:"callback"})},onBLEConnectionStateChanged:function(e){return u("onBLEConnectionStateChanged",e,{type:"callback"})},onBluetoothAdapterStateChange:function(e){return u("onBluetoothAdapterStateChange",e,{type:"callback"})},onBluetoothDeviceFound:function(e){return u("onBluetoothDeviceFound",e,{type:"callback"})},onCompassChange:function(e){return u("onCompassChange",e,{type:"callback"})},onMemoryWarning:function(e){return u("onMemoryWarning",e,{type:"callback"})},onSocketClose:function(e){return u("onSocketClose",e,{type:"callback"})},onSocketError:function(e){return u("onSocketError",e,{type:"callback"})},onSocketMessage:function(e){return u("onSocketMessage",e,{type:"callback"})},onSocketOpen:function(e){return u("onSocketOpen",e,{type:"callback"})},onUserCaptureScreen:function(e){return u("onUserCaptureScreen",e,{type:"callback"})},openBluetoothAdapter:re,openBluetoothAdapterAsync:l(re),openDocument:ae,openDocumentAsync:l(ae),openSetting:ie,openSettingAsync:l(ie),pageScrollTo:se,pageScrollToAsync:l(se),previewImage:ue,previewImageAsync:l(ue),prompt:ye,promptAsync:l(ye),readBLECharacteristicValue:le,readBLECharacteristicValueAsync:l(le),redirectTo:fe,redirectToAsync:l(fe),reLaunch:pe,reLaunchAsync:l(pe),removeSavedFile:ge,removeSavedFileAsync:l(ge),removeStorage:de,removeStorageAsync:l(de),request:he,requestAsync:l(he),saveFile:ve,saveFileAsync:l(ve),saveImage:Ae,saveImageAsync:l(Ae),scan:Se,scanAsync:l(Se),sendSocketMessage:Be,sendSocketMessageAsync:l(Be),setBackgroundColor:be,setBackgroundColorAsync:l(be),setCanPullDown:me,setCanPullDownAsync:l(me),setClipboard:Ce,setClipboardAsync:l(Ce),setKeepScreenOn:ke,setKeepScreenOnAsync:l(ke),setNavigationBar:we,setNavigationBarAsync:l(we),setScreenBrightness:Oe,setScreenBrightnessAsync:l(Oe),setStorage:De,setStorageAsync:l(De),setTabBarStyle:Pe,setTabBarStyleAsync:l(Pe),showActionSheet:Le,showActionSheetAsync:l(Le),showAuthGuide:Ee,showAuthGuideAsync:l(Ee),showLoading:Ie,showLoadingAsync:l(Ie),showNavigationBarLoading:Te,showNavigationBarLoadingAsync:l(Te),showToast:je,showToastAsync:l(je),signContract:Me,signContractAsync:l(Me),startBluetoothDevicesDiscovery:Fe,startBluetoothDevicesDiscoveryAsync:l(Fe),startPullDownRefresh:_e,startPullDownRefreshAsync:l(_e),stopBluetoothDevicesDiscovery:Ne,stopBluetoothDevicesDiscoveryAsync:l(Ne),stopPullDownRefresh:Ve,stopPullDownRefreshAsync:l(Ve),switchTab:Re,switchTabAsync:l(Re),tradePay:Ue,tradePayAsync:l(Ue),uploadFile:xe,uploadFileAsync:l(xe),vibrate:Ke,vibrateAsync:l(Ke),watchShake:We,watchShakeAsync:l(We),writeBLECharacteristicValue:Ge,writeBLECharacteristicValueAsync:l(Ge),showSharePanel:Je,showSharePanelAsync:l(Je),getAppId:function(e){u("getAppIdSync",e,{type:"sync",isSync:!0})},getCurrentPages:function(e){u("__hy_internal__",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?He(Object(n),!0).forEach((function(t){qe(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):He(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}({name:"getCurrentPages"},e))},getSDKVersion:function(e){u("SDKVersion",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?ze(Object(n),!0).forEach((function(t){qe(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):ze(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}({},e),{type:"attribute"})}};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:()=>ct});var n=!1,o=[];function c(e){return o.push(e),function(){o=o.filter((function(t){return t!==e}))}}function r(e){return n||(document.addEventListener("onToWebViewMessage",(function(e){var t=e.data.res;if(t&&"message"===t.type){var n=JSON.parse(t.data);o.forEach((function(e){return e(n)}))}})),n=!0),function(e){if(window.AlipayJSBridge)return e();document.addEventListener("AlipayJSBridgeReady",(function(){return e()}),!1)}((function(){window.AlipayJSBridge.call("postWebViewMessage",{type:"message",detail:e})}))}var a={NOTFOUND:{code:-1,message:function(e){return"".concat(e," is not found")}},NOTALLOWED:{code:-2,message:function(e){return"".concat(e," is not allowed")}},INVALID:{code:-3,message:function(e){return"".concat(e," is invalid")}},NOTBIND:{code:-4,message:function(e){return"".concat(e," exec fail, webviewBridge not bind context")}},PARAMS_ERROR:{code:-5,message:function(e){return"".concat(e," exec fail, params error")}},TIMEOUT:{code:-6,message:function(e){return"".concat(e," exec fail, timeout")}}},i=function(){return i=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var c in t=arguments[n])Object.prototype.hasOwnProperty.call(t,c)&&(e[c]=t[c]);return e},i.apply(this,arguments)},s={};function u(e,t,n){n=i({timeout:2e4},n);var o=e+"_"+Math.floor(1e6*Math.random());t&&(s[o]=t),r({source:"hylid",type:"apiCall",api:e,serialId:o,options:t,config:n,isSync:null==n?void 0:n.isSync});var c=t;(null==n?void 0:n.timeout)&&(null==c?void 0:c.fail)&&setTimeout((function(){s[o]&&(delete s[o],c.fail(function(e,t){void 0===t&&(t="");var n=a.TIMEOUT;return{errorCode:n.code,errorMessage:(0,n.message)(t),errorSouce:"hylid"}}()))}),n.timeout)}c((function(e){var t,n=e,o=n.serialId;if(o&&s[o]){var c=s[o],r=n.result;if("callback"===(null===(t=n.config)||void 0===t?void 0:t.type)){var a=r||{},i=a._data_;return"success"===a._type_?c(i):c(void 0,i)}var u=c||{},y=u.success,l=u.fail,f=u.complete,p=r||{},g=p._data_,d=p._type_;d?("success"===d&&(null==y||y(g)),"fail"===d&&(null==l||l(g)),null==f||f(g)):((null==r?void 0:r.error)?null==l||l(r):null==y||y(r),null==f||f(r)),delete s[o]}})),u.onMessage=c,u.postMessage=r,u.broadcastGlobalData=function(e,t){r({source:"hylid",type:"broadcast",from:window.location.href,key:e,result:t})},u.onReceiveGlobalData=function(e,t){return c((function(n){var o=n;if("hylid"===o.source&&"broadcast"===o.type&&o.key===e){var c=o.result||{},r=c._data_;return"success"===c._type_?t(r,void 0,o.from):t(void 0,r,o.from)}}))},u.onPageEvent=function(e,t){return r({source:"hylid",type:"pageEvent",event:e}),c((function(n){var o=n;if("hylid"===o.source&&"pageEvent"===o.type&&o.event===e){var c=o.result||{},r=c._data_;return"success"===c._type_?t(r):t(void 0,r)}}))};var y=function(){return y=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var c in t=arguments[n])Object.prototype.hasOwnProperty.call(t,c)&&(e[c]=t[c]);return e},y.apply(this,arguments)},l=function(e){return function(t){return new Promise((function(n,o){var c=y(y({},t),{success:function(e){var o;n(e),null===(o=null==t?void 0:t.success)||void 0===o||o.call(t,e)},fail:function(e){var n;o(e),null===(n=null==t?void 0:t.fail)||void 0===n||n.call(t,e)}});e(c)}))}},f=function(e){return u("addPhoneContact",e,{type:"async"})},p=function(e){return u("alert",e,{type:"async"})},g=function(e){return u("chooseImage",e,{type:"async"})},d=function(e){return u("choosePhoneContact",e,{type:"async"})},h=function(e){return u("clearStorage",e,{type:"async"})},v=function(e){return u("closeBluetoothAdapter",e,{type:"async"})},A=function(e){return u("closeSocket",e,{type:"async"})},S=function(e){return u("confirm",e,{type:"async"})},m=function(e){return u("connectBLEDevice",e,{type:"async"})},B=function(e){return u("connectSocket",e,{type:"async"})},b=function(e){return u("datePicker",e,{type:"async"})},C=function(e){return u("disconnectBLEDevice",e,{type:"async"})},k=function(e){return u("downloadFile",e,{type:"async"})},w=function(e){return u("getAppToken",e,{type:"async"})},D=function(e){return u("getAuthCode",e,{type:"async"})},O=function(e){return u("getBatteryInfo",e,{type:"async"})},T=function(e){return u("getBLEDeviceCharacteristics",e,{type:"async"})},P=function(e){return u("getBLEDeviceServices",e,{type:"async"})},L=function(e){return u("getBluetoothAdapterState",e,{type:"async"})},I=function(e){return u("getBluetoothDevices",e,{type:"async"})},E=function(e){return u("getClipboard",e,{type:"async"})},j=function(e){return u("getConnectedBluetoothDevices",e,{type:"async"})},F=function(e){return u("getFileInfo",e,{type:"async"})},M=function(e){return u("getImageInfo",e,{type:"async"})},_=function(e){return u("getLocation",e,{type:"async"})},V=function(e){return u("getNetworkType",e,{type:"async"})},N=function(e){return u("getOpenUserInfo",e,{type:"async"})},R=function(e){return u("getSavedFileInfo",e,{type:"async"})},U=function(e){return u("getSavedFileList",e,{type:"async"})},x=function(e){return u("getScreenBrightness",e,{type:"async"})},K=function(e){return u("getServerTime",e,{type:"async"})},W=function(e){return u("getSetting",e,{type:"async"})},G=function(e){return u("getSiteInfo",e,{type:"async"})},J=function(e){return u("getStorage",e,{type:"async"})},q=function(e){return u("getSystemInfo",e,{type:"async"})},z=function(e){return u("hideBackHome",e,{type:"async"})},H=function(e){return u("hideKeyboard",e,{type:"async"})},Q=function(e){return u("hideLoading",e,{type:"async"})},X=function(e){return u("hideNavigationBarLoading",e,{type:"async"})},Y=function(e){return u("hideTabBar",e,{type:"async"})},Z=function(e){return u("hideToast",e,{type:"async"})},$=function(e){return u("makePhoneCall",e,{type:"async"})},ee=function(e){return u("multiLevelSelect",e,{type:"async"})},te=function(e){return u("navigateBack",e,{type:"async"})},ne=function(e){return u("navigateBackMiniProgram",e,{type:"async"})},oe=function(e){return u("navigateTo",e,{type:"async"})},ce=function(e){return u("navigateToBizScene",e,{type:"async"})},re=function(e){return u("navigateToMiniProgram",e,{type:"async"})},ae=function(e){return u("notifyBLECharacteristicValueChange",e,{type:"async"})},ie=function(e){return u("openBluetoothAdapter",e,{type:"async"})},se=function(e){return u("openDocument",e,{type:"async"})},ue=function(e){return u("openSetting",e,{type:"async"})},ye=function(e){return u("pageScrollTo",e,{type:"async"})},le=function(e){return u("previewImage",e,{type:"async"})},fe=function(e){return u("prompt",e,{type:"async"})},pe=function(e){return u("readBLECharacteristicValue",e,{type:"async"})},ge=function(e){return u("redirectTo",e,{type:"async"})},de=function(e){return u("reLaunch",e,{type:"async"})},he=function(e){return u("removeSavedFile",e,{type:"async"})},ve=function(e){return u("removeStorage",e,{type:"async"})},Ae=function(e){return u("request",e,{type:"async"})},Se=function(e){return u("saveFile",e,{type:"async"})},me=function(e){return u("saveImage",e,{type:"async"})},Be=function(e){return u("scan",e,{type:"async"})},be=function(e){return u("sendSocketMessage",e,{type:"async"})},Ce=function(e){return u("setBackgroundColor",e,{type:"async"})},ke=function(e){return u("setCanPullDown",e,{type:"async"})},we=function(e){return u("setClipboard",e,{type:"async"})},De=function(e){return u("setKeepScreenOn",e,{type:"async"})},Oe=function(e){return u("setNavigationBar",e,{type:"async"})},Te=function(e){return u("setScreenBrightness",e,{type:"async"})},Pe=function(e){return u("setStorage",e,{type:"async"})},Le=function(e){return u("setTabBarStyle",e,{type:"async"})},Ie=function(e){return u("showActionSheet",e,{type:"async"})},Ee=function(e){return u("showAuthGuide",e,{type:"async"})},je=function(e){return u("showLoading",e,{type:"async"})},Fe=function(e){return u("showNavigationBarLoading",e,{type:"async"})},Me=function(e){return u("showToast",e,{type:"async"})},_e=function(e){return u("signContract",e,{type:"async"})},Ve=function(e){return u("startBluetoothDevicesDiscovery",e,{type:"async"})},Ne=function(e){return u("startPullDownRefresh",e,{type:"async"})},Re=function(e){return u("stopBluetoothDevicesDiscovery",e,{type:"async"})},Ue=function(e){return u("stopPullDownRefresh",e,{type:"async"})},xe=function(e){return u("switchTab",e,{type:"async"})},Ke=function(e){return u("tradePay",e,{type:"async"})},We=function(e){return u("uploadFile",e,{type:"async"})},Ge=function(e){return u("vibrate",e,{type:"async"})},Je=function(e){return u("watchShake",e,{type:"async"})},qe=function(e){return u("writeBLECharacteristicValue",e,{type:"async"})},ze=function(e){return u("showSharePanel",e,{type:"async"})};function He(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Qe(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,o)}return n}function Xe(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,o)}return n}var Ye=function(e){return u("setTransparentTitle",e,{type:"async"})},Ze=function(e){return u("getRunScene",e,{type:"async"})},$e=function(e){return u("chooseFileFromDisk",e,{type:"async"})},et=function(e){return u("chooseVideo",e,{type:"async"})},tt=function(e){return u("compressImage",e,{type:"async"})},nt=function(e){return u("setTabBarItem",e,{type:"async"})},ot=function(e){return u("showTabBar",e,{type:"async"})};const ct={addPhoneContact:f,addPhoneContactAsync:l(f),alert:p,alertAsync:l(p),chooseImage:g,chooseImageAsync:l(g),choosePhoneContact:d,choosePhoneContactAsync:l(d),clearStorage:h,clearStorageAsync:l(h),closeBluetoothAdapter:v,closeBluetoothAdapterAsync:l(v),closeSocket:A,closeSocketAsync:l(A),confirm:S,confirmAsync:l(S),connectBLEDevice:m,connectBLEDeviceAsync:l(m),connectSocket:B,connectSocketAsync:l(B),datePicker:b,datePickerAsync:l(b),disconnectBLEDevice:C,disconnectBLEDeviceAsync:l(C),downloadFile:k,downloadFileAsync:l(k),getAppToken:w,getAppTokenAsync:l(w),getAuthCode:D,getAuthCodeAsync:l(D),getBatteryInfo:O,getBatteryInfoAsync:l(O),getBLEDeviceCharacteristics:T,getBLEDeviceCharacteristicsAsync:l(T),getBLEDeviceServices:P,getBLEDeviceServicesAsync:l(P),getBluetoothAdapterState:L,getBluetoothAdapterStateAsync:l(L),getBluetoothDevices:I,getBluetoothDevicesAsync:l(I),getClipboard:E,getClipboardAsync:l(E),getConnectedBluetoothDevices:j,getConnectedBluetoothDevicesAsync:l(j),getFileInfo:F,getFileInfoAsync:l(F),getImageInfo:M,getImageInfoAsync:l(M),getLocation:_,getLocationAsync:l(_),getNetworkType:V,getNetworkTypeAsync:l(V),getOpenUserInfo:N,getOpenUserInfoAsync:l(N),getSavedFileInfo:R,getSavedFileInfoAsync:l(R),getSavedFileList:U,getSavedFileListAsync:l(U),getScreenBrightness:x,getScreenBrightnessAsync:l(x),getServerTime:K,getServerTimeAsync:l(K),getSetting:W,getSettingAsync:l(W),getSiteInfo:G,getSiteInfoAsync:l(G),getStorage:J,getStorageAsync:l(J),getSystemInfo:q,getSystemInfoAsync:l(q),hideBackHome:z,hideBackHomeAsync:l(z),hideKeyboard:H,hideKeyboardAsync:l(H),hideLoading:Q,hideLoadingAsync:l(Q),hideNavigationBarLoading:X,hideNavigationBarLoadingAsync:l(X),hideTabBar:Y,hideTabBarAsync:l(Y),hideToast:Z,hideToastAsync:l(Z),makePhoneCall:$,makePhoneCallAsync:l($),multiLevelSelect:ee,multiLevelSelectAsync:l(ee),navigateBack:te,navigateBackAsync:l(te),navigateBackMiniProgram:ne,navigateBackMiniProgramAsync:l(ne),navigateTo:oe,navigateToAsync:l(oe),navigateToBizScene:ce,navigateToBizSceneAsync:l(ce),navigateToMiniProgram:re,navigateToMiniProgramAsync:l(re),notifyBLECharacteristicValueChange:ae,notifyBLECharacteristicValueChangeAsync:l(ae),offAccelerometerChange:function(e){return u("offAccelerometerChange",e,{type:"callback"})},offBLECharacteristicValueChange:function(e){return u("offBLECharacteristicValueChange",e,{type:"callback"})},offBLEConnectionStateChanged:function(e){return u("offBLEConnectionStateChanged",e,{type:"callback"})},offBluetoothAdapterStateChange:function(e){return u("offBluetoothAdapterStateChange",e,{type:"callback"})},offBluetoothDeviceFound:function(e){return u("offBluetoothDeviceFound",e,{type:"callback"})},offCompassChange:function(e){return u("offCompassChange",e,{type:"callback"})},offMemoryWarning:function(e){return u("offMemoryWarning",e,{type:"callback"})},offSocketClose:function(e){return u("offSocketClose",e,{type:"callback"})},offSocketError:function(e){return u("offSocketError",e,{type:"callback"})},offSocketMessage:function(e){return u("offSocketMessage",e,{type:"callback"})},offSocketOpen:function(e){return u("offSocketOpen",e,{type:"callback"})},offUserCaptureScreen:function(e){return u("offUserCaptureScreen",e,{type:"callback"})},onAccelerometerChange:function(e){return u("onAccelerometerChange",e,{type:"callback"})},onBLECharacteristicValueChange:function(e){return u("onBLECharacteristicValueChange",e,{type:"callback"})},onBLEConnectionStateChanged:function(e){return u("onBLEConnectionStateChanged",e,{type:"callback"})},onBluetoothAdapterStateChange:function(e){return u("onBluetoothAdapterStateChange",e,{type:"callback"})},onBluetoothDeviceFound:function(e){return u("onBluetoothDeviceFound",e,{type:"callback"})},onCompassChange:function(e){return u("onCompassChange",e,{type:"callback"})},onMemoryWarning:function(e){return u("onMemoryWarning",e,{type:"callback"})},onSocketClose:function(e){return u("onSocketClose",e,{type:"callback"})},onSocketError:function(e){return u("onSocketError",e,{type:"callback"})},onSocketMessage:function(e){return u("onSocketMessage",e,{type:"callback"})},onSocketOpen:function(e){return u("onSocketOpen",e,{type:"callback"})},onUserCaptureScreen:function(e){return u("onUserCaptureScreen",e,{type:"callback"})},openBluetoothAdapter:ie,openBluetoothAdapterAsync:l(ie),openDocument:se,openDocumentAsync:l(se),openSetting:ue,openSettingAsync:l(ue),pageScrollTo:ye,pageScrollToAsync:l(ye),previewImage:le,previewImageAsync:l(le),prompt:fe,promptAsync:l(fe),readBLECharacteristicValue:pe,readBLECharacteristicValueAsync:l(pe),redirectTo:ge,redirectToAsync:l(ge),reLaunch:de,reLaunchAsync:l(de),removeSavedFile:he,removeSavedFileAsync:l(he),removeStorage:ve,removeStorageAsync:l(ve),request:Ae,requestAsync:l(Ae),saveFile:Se,saveFileAsync:l(Se),saveImage:me,saveImageAsync:l(me),scan:Be,scanAsync:l(Be),sendSocketMessage:be,sendSocketMessageAsync:l(be),setBackgroundColor:Ce,setBackgroundColorAsync:l(Ce),setCanPullDown:ke,setCanPullDownAsync:l(ke),setClipboard:we,setClipboardAsync:l(we),setKeepScreenOn:De,setKeepScreenOnAsync:l(De),setNavigationBar:Oe,setNavigationBarAsync:l(Oe),setScreenBrightness:Te,setScreenBrightnessAsync:l(Te),setStorage:Pe,setStorageAsync:l(Pe),setTabBarStyle:Le,setTabBarStyleAsync:l(Le),showActionSheet:Ie,showActionSheetAsync:l(Ie),showAuthGuide:Ee,showAuthGuideAsync:l(Ee),showLoading:je,showLoadingAsync:l(je),showNavigationBarLoading:Fe,showNavigationBarLoadingAsync:l(Fe),showToast:Me,showToastAsync:l(Me),signContract:_e,signContractAsync:l(_e),startBluetoothDevicesDiscovery:Ve,startBluetoothDevicesDiscoveryAsync:l(Ve),startPullDownRefresh:Ne,startPullDownRefreshAsync:l(Ne),stopBluetoothDevicesDiscovery:Re,stopBluetoothDevicesDiscoveryAsync:l(Re),stopPullDownRefresh:Ue,stopPullDownRefreshAsync:l(Ue),switchTab:xe,switchTabAsync:l(xe),tradePay:Ke,tradePayAsync:l(Ke),uploadFile:We,uploadFileAsync:l(We),vibrate:Ge,vibrateAsync:l(Ge),watchShake:Je,watchShakeAsync:l(Je),writeBLECharacteristicValue:qe,writeBLECharacteristicValueAsync:l(qe),showSharePanel:ze,showSharePanelAsync:l(ze),getAppId:function(e){u("getAppIdSync",e,{type:"sync",isSync:!0})},getCurrentPages:function(e){u("__hy_internal__",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Qe(Object(n),!0).forEach((function(t){He(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Qe(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}({name:"getCurrentPages"},e))},getSDKVersion:function(e){u("SDKVersion",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Xe(Object(n),!0).forEach((function(t){He(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Xe(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}({},e),{type:"attribute"})},setTransparentTitle:Ye,setTransparentTitleAsync:l(Ye),getRunScene:Ze,getRunSceneAsync:l(Ze),chooseFileFromDisk:$e,chooseFileFromDiskAsync:l($e),chooseVideo:et,chooseVideoAsync:l(et),compressImage:tt,compressImageAsync:l(tt),setTabBarItem:nt,setTabBarItemAsync:l(nt),showTabBar:ot,showTabBarAsync:l(ot)};return t.default})()));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e,n){"object"==typeof exports&&"object"==typeof module?module.exports=n():"function"==typeof define&&define.amd?define([],n):"object"==typeof exports?exports.my=n():e.my=n()}(self,(()=>(()=>{"use strict";var e={d:(n,t)=>{for(var c in t)e.o(t,c)&&!e.o(n,c)&&Object.defineProperty(n,c,{enumerable:!0,get:t[c]})},o:(e,n)=>Object.prototype.hasOwnProperty.call(e,n)},n={};e.d(n,{default:()=>Sn});var t=!1,c=[];function r(e){return c.push(e),function(){c=c.filter((function(n){return n!==e}))}}function o(e){return t||(document.addEventListener("onToWebViewMessage",(function(e){var n=e.data.res;if(n&&"message"===n.type){var t=JSON.parse(n.data);c.forEach((function(e){return e(t)}))}})),t=!0),function(e){if(window.AlipayJSBridge)return e();document.addEventListener("AlipayJSBridgeReady",(function(){return e()}),!1)}((function(){window.AlipayJSBridge.call("postWebViewMessage",{type:"message",detail:e})}))}var a={NOTFOUND:{code:-1,message:function(e){return"".concat(e," is not found")}},NOTALLOWED:{code:-2,message:function(e){return"".concat(e," is not allowed")}},INVALID:{code:-3,message:function(e){return"".concat(e," is invalid")}},NOTBIND:{code:-4,message:function(e){return"".concat(e," exec fail, webviewBridge not bind context")}},PARAMS_ERROR:{code:-5,message:function(e){return"".concat(e," exec fail, params error")}},TIMEOUT:{code:-6,message:function(e){return"".concat(e," exec fail, timeout")}}},i=function(){return i=Object.assign||function(e){for(var n,t=1,c=arguments.length;t<c;t++)for(var r in n=arguments[t])Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r]);return e},i.apply(this,arguments)},s={};function u(e,n,t){t=i({timeout:2e4},t);var c=e+"_"+Math.floor(1e6*Math.random());n&&(s[c]=n),o({source:"hylid",type:"apiCall",api:e,serialId:c,options:n,config:t,isSync:null==t?void 0:t.isSync});var r=n;(null==t?void 0:t.timeout)&&(null==r?void 0:r.fail)&&setTimeout((function(){s[c]&&(delete s[c],r.fail(function(e,n){void 0===n&&(n="");var t=a.TIMEOUT;return{errorCode:t.code,errorMessage:(0,t.message)(n),errorSouce:"hylid"}}()))}),t.timeout)}r((function(e){var n,t=e,c=t.serialId;if(c&&s[c]){var r=s[c],o=t.result;if("callback"===(null===(n=t.config)||void 0===n?void 0:n.type)){var a=o||{},i=a._data_;return"success"===a._type_?r(i):r(void 0,i)}var u=r||{},y=u.success,p=u.fail,f=u.complete,l=o||{},g=l._data_,d=l._type_;d?("success"===d&&(null==y||y(g)),"fail"===d&&(null==p||p(g)),null==f||f(g)):((null==o?void 0:o.error)?null==p||p(o):null==y||y(o),null==f||f(o)),delete s[c]}})),u.onMessage=r,u.postMessage=o,u.broadcastGlobalData=function(e,n){o({source:"hylid",type:"broadcast",from:window.location.href,key:e,result:n})},u.onReceiveGlobalData=function(e,n){return r((function(t){var c=t;if("hylid"===c.source&&"broadcast"===c.type&&c.key===e){var r=c.result||{},o=r._data_;return"success"===r._type_?n(o,void 0,c.from):n(void 0,o,c.from)}}))},u.onPageEvent=function(e,n){return o({source:"hylid",type:"pageEvent",event:e}),r((function(t){var c=t;if("hylid"===c.source&&"pageEvent"===c.type&&c.event===e){var r=c.result||{},o=r._data_;return"success"===r._type_?n(o):n(void 0,o)}}))};var y=function(){return y=Object.assign||function(e){for(var n,t=1,c=arguments.length;t<c;t++)for(var r in n=arguments[t])Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r]);return e},y.apply(this,arguments)},p=function(e){return function(n){return new Promise((function(t,c){var r=y(y({},n),{success:function(e){var c;t(e),null===(c=null==n?void 0:n.success)||void 0===c||c.call(n,e)},fail:function(e){var t;c(e),null===(t=null==n?void 0:n.fail)||void 0===t||t.call(n,e)}});e(r)}))}},f=function(e){return u("addFatigueAction",e,{type:"async"})},l=function(e){return u("addPhoneContact",e,{type:"async"})},g=function(e){return u("alert",e,{type:"async"})},d=function(e){return u("apDisableJSAPI",e,{type:"async"})},h=function(e){return u("appxrpc",e,{type:"async"})},A=function(e){return u("APRegionRPC",e,{type:"async"})},v=function(e){return u("batchQueryCdpSpaceInfo",e,{type:"async"})},S=function(e){return u("chooseImage",e,{type:"async"})},B=function(e){return u("choosePhoneContact",e,{type:"async"})},m=function(e){return u("clearStorage",e,{type:"async"})},b=function(e){return u("closeBluetoothAdapter",e,{type:"async"})},C=function(e){return u("closeSocket",e,{type:"async"})},k=function(e){return u("confirm",e,{type:"async"})},P=function(e){return u("connectBLEDevice",e,{type:"async"})},w=function(e){return u("connectSocket",e,{type:"async"})},O=function(e){return u("datePicker",e,{type:"async"})},D=function(e){return u("disconnectBLEDevice",e,{type:"async"})},L=function(e){return u("downloadFile",e,{type:"async"})},I=function(e){return u("exitApp",e,{type:"async"})},T=function(e){return u("getAppToken",e,{type:"async"})},E=function(e){return u("getAuthCode",e,{type:"async"})},F=function(e){return u("getBatteryInfo",e,{type:"async"})},j=function(e){return u("getBLEDeviceCharacteristics",e,{type:"async"})},M=function(e){return u("getBLEDeviceServices",e,{type:"async"})},_=function(e){return u("getBluetoothAdapterState",e,{type:"async"})},N=function(e){return u("getBluetoothDevices",e,{type:"async"})},R=function(e){return u("getClipboard",e,{type:"async"})},V=function(e){return u("getComponentAuth",e,{type:"async"})},x=function(e){return u("getConnectedBluetoothDevices",e,{type:"async"})},K=function(e){return u("getFileInfo",e,{type:"async"})},U=function(e){return u("getImageInfo",e,{type:"async"})},W=function(e){return u("getLocation",e,{type:"async"})},J=function(e){return u("getNetworkType",e,{type:"async"})},q=function(e){return u("getOpenUserInfo",e,{type:"async"})},Q=function(e){return u("getPaymentCode",e,{type:"async"})},G=function(e){return u("getPhoneNumber",e,{type:"async"})},z=function(e){return u("getSavedFileInfo",e,{type:"async"})},H=function(e){return u("getSavedFileList",e,{type:"async"})},X=function(e){return u("getScreenBrightness",e,{type:"async"})},Y=function(e){return u("getServerTime",e,{type:"async"})},Z=function(e){return u("getSetting",e,{type:"async"})},$=function(e){return u("getSiteInfo",e,{type:"async"})},ee=function(e){return u("getStorage",e,{type:"async"})},ne=function(e){return u("getSystemInfo",e,{type:"async"})},te=function(e){return u("hideBackHome",e,{type:"async"})},ce=function(e){return u("hideKeyboard",e,{type:"async"})},re=function(e){return u("hideLoading",e,{type:"async"})},oe=function(e){return u("hideNavigationBarLoading",e,{type:"async"})},ae=function(e){return u("hideTabBar",e,{type:"async"})},ie=function(e){return u("hideToast",e,{type:"async"})},se=function(e){return u("inquireQuote",e,{type:"async"})},ue=function(e){return u("isInstalledApp",e,{type:"async"})},ye=function(e){return u("makePhoneCall",e,{type:"async"})},pe=function(e){return u("multiLevelSelect",e,{type:"async"})},fe=function(e){return u("navigateBack",e,{type:"async"})},le=function(e){return u("navigateBackMiniProgram",e,{type:"async"})},ge=function(e){return u("navigateTo",e,{type:"async"})},de=function(e){return u("navigateToMiniProgram",e,{type:"async"})},he=function(e){return u("notifyBLECharacteristicValueChange",e,{type:"async"})},Ae=function(e){return u("openBluetoothAdapter",e,{type:"async"})},ve=function(e){return u("openDocument",e,{type:"async"})},Se=function(e){return u("openSchemeWithBacking",e,{type:"async"})},Be=function(e){return u("openSetting",e,{type:"async"})},me=function(e){return u("pageScrollTo",e,{type:"async"})},be=function(e){return u("paySignCenter",e,{type:"async"})},Ce=function(e){return u("previewImage",e,{type:"async"})},ke=function(e){return u("prompt",e,{type:"async"})},Pe=function(e){return u("readBLECharacteristicValue",e,{type:"async"})},we=function(e){return u("redirectTo",e,{type:"async"})},Oe=function(e){return u("regionFetchAllApps",e,{type:"async"})},De=function(e){return u("regionSearchAppsByKeywords",e,{type:"async"})},Le=function(e){return u("reLaunch",e,{type:"async"})},Ie=function(e){return u("removeSavedFile",e,{type:"async"})},Te=function(e){return u("removeStorage",e,{type:"async"})},Ee=function(e){return u("request",e,{type:"async"})},Fe=function(e){return u("rpc",e,{type:"async"})},je=function(e){return u("saveFile",e,{type:"async"})},Me=function(e){return u("saveImage",e,{type:"async"})},_e=function(e){return u("scan",e,{type:"async"})},Ne=function(e){return u("sendSocketMessage",e,{type:"async"})},Re=function(e){return u("setBackgroundColor",e,{type:"async"})},Ve=function(e){return u("setCanPullDown",e,{type:"async"})},xe=function(e){return u("setClipboard",e,{type:"async"})},Ke=function(e){return u("setKeepScreenOn",e,{type:"async"})},Ue=function(e){return u("setNavigationBar",e,{type:"async"})},We=function(e){return u("setOptionMenu",e,{type:"async"})},Je=function(e){return u("setScreenBrightness",e,{type:"async"})},qe=function(e){return u("setStorage",e,{type:"async"})},Qe=function(e){return u("setTabBarStyle",e,{type:"async"})},Ge=function(e){return u("showActionSheet",e,{type:"async"})},ze=function(e){return u("showAuthGuide",e,{type:"async"})},He=function(e){return u("showLoading",e,{type:"async"})},Xe=function(e){return u("showNavigationBarLoading",e,{type:"async"})},Ye=function(e){return u("showToast",e,{type:"async"})},Ze=function(e){return u("signContract",e,{type:"async"})},$e=function(e){return u("startApp",e,{type:"async"})},en=function(e){return u("startBizService",e,{type:"async"})},nn=function(e){return u("startBluetoothDevicesDiscovery",e,{type:"async"})},tn=function(e){return u("startPullDownRefresh",e,{type:"async"})},cn=function(e){return u("stopBluetoothDevicesDiscovery",e,{type:"async"})},rn=function(e){return u("stopPullDownRefresh",e,{type:"async"})},on=function(e){return u("switchTab",e,{type:"async"})},an=function(e){return u("thirdPartyAuthForAc",e,{type:"async"})},sn=function(e){return u("tradePay",e,{type:"async"})},un=function(e){return u("uploadApdidToken",e,{type:"async"})},yn=function(e){return u("uploadFile",e,{type:"async"})},pn=function(e){return u("vibrate",e,{type:"async"})},fn=function(e){return u("watchShake",e,{type:"async"})},ln=function(e){return u("writeBLECharacteristicValue",e,{type:"async"})},gn=function(e){return u("showSharePanel",e,{type:"async"})},dn=function(e){return u("hideOptionButton",e,{type:"async"})};function hn(e,n,t){return n in e?Object.defineProperty(e,n,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[n]=t,e}function An(e,n){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var c=Object.getOwnPropertySymbols(e);n&&(c=c.filter((function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable}))),t.push.apply(t,c)}return t}function vn(e,n){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var c=Object.getOwnPropertySymbols(e);n&&(c=c.filter((function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable}))),t.push.apply(t,c)}return t}const Sn={addFatigueAction:f,addFatigueActionAsync:p(f),addPhoneContact:l,addPhoneContactAsync:p(l),alert:g,alertAsync:p(g),apDisableJSAPI:d,apDisableJSAPIAsync:p(d),appxrpc:h,appxrpcAsync:p(h),APRegionRPC:A,APRegionRPCAsync:p(A),batchQueryCdpSpaceInfo:v,batchQueryCdpSpaceInfoAsync:p(v),chooseImage:S,chooseImageAsync:p(S),choosePhoneContact:B,choosePhoneContactAsync:p(B),clearStorage:m,clearStorageAsync:p(m),closeBluetoothAdapter:b,closeBluetoothAdapterAsync:p(b),closeSocket:C,closeSocketAsync:p(C),confirm:k,confirmAsync:p(k),connectBLEDevice:P,connectBLEDeviceAsync:p(P),connectSocket:w,connectSocketAsync:p(w),datePicker:O,datePickerAsync:p(O),disconnectBLEDevice:D,disconnectBLEDeviceAsync:p(D),downloadFile:L,downloadFileAsync:p(L),exitApp:I,exitAppAsync:p(I),getAppToken:T,getAppTokenAsync:p(T),getAuthCode:E,getAuthCodeAsync:p(E),getBatteryInfo:F,getBatteryInfoAsync:p(F),getBLEDeviceCharacteristics:j,getBLEDeviceCharacteristicsAsync:p(j),getBLEDeviceServices:M,getBLEDeviceServicesAsync:p(M),getBluetoothAdapterState:_,getBluetoothAdapterStateAsync:p(_),getBluetoothDevices:N,getBluetoothDevicesAsync:p(N),getClipboard:R,getClipboardAsync:p(R),getComponentAuth:V,getComponentAuthAsync:p(V),getConnectedBluetoothDevices:x,getConnectedBluetoothDevicesAsync:p(x),getFileInfo:K,getFileInfoAsync:p(K),getImageInfo:U,getImageInfoAsync:p(U),getLocation:W,getLocationAsync:p(W),getNetworkType:J,getNetworkTypeAsync:p(J),getOpenUserInfo:q,getOpenUserInfoAsync:p(q),getPaymentCode:Q,getPaymentCodeAsync:p(Q),getPhoneNumber:G,getPhoneNumberAsync:p(G),getSavedFileInfo:z,getSavedFileInfoAsync:p(z),getSavedFileList:H,getSavedFileListAsync:p(H),getScreenBrightness:X,getScreenBrightnessAsync:p(X),getServerTime:Y,getServerTimeAsync:p(Y),getSetting:Z,getSettingAsync:p(Z),getSiteInfo:$,getSiteInfoAsync:p($),getStorage:ee,getStorageAsync:p(ee),getSystemInfo:ne,getSystemInfoAsync:p(ne),hideBackHome:te,hideBackHomeAsync:p(te),hideKeyboard:ce,hideKeyboardAsync:p(ce),hideLoading:re,hideLoadingAsync:p(re),hideNavigationBarLoading:oe,hideNavigationBarLoadingAsync:p(oe),hideTabBar:ae,hideTabBarAsync:p(ae),hideToast:ie,hideToastAsync:p(ie),inquireQuote:se,inquireQuoteAsync:p(se),isInstalledApp:ue,isInstalledAppAsync:p(ue),makePhoneCall:ye,makePhoneCallAsync:p(ye),multiLevelSelect:pe,multiLevelSelectAsync:p(pe),navigateBack:fe,navigateBackAsync:p(fe),navigateBackMiniProgram:le,navigateBackMiniProgramAsync:p(le),navigateTo:ge,navigateToAsync:p(ge),navigateToMiniProgram:de,navigateToMiniProgramAsync:p(de),notifyBLECharacteristicValueChange:he,notifyBLECharacteristicValueChangeAsync:p(he),offAccelerometerChange:function(e){return u("offAccelerometerChange",e,{type:"callback"})},offBLECharacteristicValueChange:function(e){return u("offBLECharacteristicValueChange",e,{type:"callback"})},offBLEConnectionStateChanged:function(e){return u("offBLEConnectionStateChanged",e,{type:"callback"})},offBluetoothAdapterStateChange:function(e){return u("offBluetoothAdapterStateChange",e,{type:"callback"})},offBluetoothDeviceFound:function(e){return u("offBluetoothDeviceFound",e,{type:"callback"})},offCompassChange:function(e){return u("offCompassChange",e,{type:"callback"})},offMemoryWarning:function(e){return u("offMemoryWarning",e,{type:"callback"})},offSocketClose:function(e){return u("offSocketClose",e,{type:"callback"})},offSocketError:function(e){return u("offSocketError",e,{type:"callback"})},offSocketMessage:function(e){return u("offSocketMessage",e,{type:"callback"})},offSocketOpen:function(e){return u("offSocketOpen",e,{type:"callback"})},offUserCaptureScreen:function(e){return u("offUserCaptureScreen",e,{type:"callback"})},onAccelerometerChange:function(e){return u("onAccelerometerChange",e,{type:"callback"})},onBLECharacteristicValueChange:function(e){return u("onBLECharacteristicValueChange",e,{type:"callback"})},onBLEConnectionStateChanged:function(e){return u("onBLEConnectionStateChanged",e,{type:"callback"})},onBluetoothAdapterStateChange:function(e){return u("onBluetoothAdapterStateChange",e,{type:"callback"})},onBluetoothDeviceFound:function(e){return u("onBluetoothDeviceFound",e,{type:"callback"})},onCompassChange:function(e){return u("onCompassChange",e,{type:"callback"})},onMemoryWarning:function(e){return u("onMemoryWarning",e,{type:"callback"})},onSocketClose:function(e){return u("onSocketClose",e,{type:"callback"})},onSocketError:function(e){return u("onSocketError",e,{type:"callback"})},onSocketMessage:function(e){return u("onSocketMessage",e,{type:"callback"})},onSocketOpen:function(e){return u("onSocketOpen",e,{type:"callback"})},onUserCaptureScreen:function(e){return u("onUserCaptureScreen",e,{type:"callback"})},openBluetoothAdapter:Ae,openBluetoothAdapterAsync:p(Ae),openDocument:ve,openDocumentAsync:p(ve),openSchemeWithBacking:Se,openSchemeWithBackingAsync:p(Se),openSetting:Be,openSettingAsync:p(Be),pageScrollTo:me,pageScrollToAsync:p(me),paySignCenter:be,paySignCenterAsync:p(be),previewImage:Ce,previewImageAsync:p(Ce),prompt:ke,promptAsync:p(ke),readBLECharacteristicValue:Pe,readBLECharacteristicValueAsync:p(Pe),redirectTo:we,redirectToAsync:p(we),regionFetchAllApps:Oe,regionFetchAllAppsAsync:p(Oe),regionSearchAppsByKeywords:De,regionSearchAppsByKeywordsAsync:p(De),reLaunch:Le,reLaunchAsync:p(Le),removeSavedFile:Ie,removeSavedFileAsync:p(Ie),removeStorage:Te,removeStorageAsync:p(Te),request:Ee,requestAsync:p(Ee),rpc:Fe,rpcAsync:p(Fe),saveFile:je,saveFileAsync:p(je),saveImage:Me,saveImageAsync:p(Me),scan:_e,scanAsync:p(_e),sendSocketMessage:Ne,sendSocketMessageAsync:p(Ne),setBackgroundColor:Re,setBackgroundColorAsync:p(Re),setCanPullDown:Ve,setCanPullDownAsync:p(Ve),setClipboard:xe,setClipboardAsync:p(xe),setKeepScreenOn:Ke,setKeepScreenOnAsync:p(Ke),setNavigationBar:Ue,setNavigationBarAsync:p(Ue),setOptionMenu:We,setOptionMenuAsync:p(We),setScreenBrightness:Je,setScreenBrightnessAsync:p(Je),setStorage:qe,setStorageAsync:p(qe),setTabBarStyle:Qe,setTabBarStyleAsync:p(Qe),showActionSheet:Ge,showActionSheetAsync:p(Ge),showAuthGuide:ze,showAuthGuideAsync:p(ze),showLoading:He,showLoadingAsync:p(He),showNavigationBarLoading:Xe,showNavigationBarLoadingAsync:p(Xe),showToast:Ye,showToastAsync:p(Ye),signContract:Ze,signContractAsync:p(Ze),startApp:$e,startAppAsync:p($e),startBizService:en,startBizServiceAsync:p(en),startBluetoothDevicesDiscovery:nn,startBluetoothDevicesDiscoveryAsync:p(nn),startPullDownRefresh:tn,startPullDownRefreshAsync:p(tn),stopBluetoothDevicesDiscovery:cn,stopBluetoothDevicesDiscoveryAsync:p(cn),stopPullDownRefresh:rn,stopPullDownRefreshAsync:p(rn),switchTab:on,switchTabAsync:p(on),thirdPartyAuthForAc:an,thirdPartyAuthForAcAsync:p(an),tradePay:sn,tradePayAsync:p(sn),uploadApdidToken:un,uploadApdidTokenAsync:p(un),uploadFile:yn,uploadFileAsync:p(yn),vibrate:pn,vibrateAsync:p(pn),watchShake:fn,watchShakeAsync:p(fn),writeBLECharacteristicValue:ln,writeBLECharacteristicValueAsync:p(ln),showSharePanel:gn,showSharePanelAsync:p(gn),hideOptionButton:dn,hideOptionButtonAsync:p(dn),getAppId:function(e){u("getAppIdSync",e,{type:"sync",isSync:!0})},getCurrentPages:function(e){u("__hy_internal__",function(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{};n%2?An(Object(t),!0).forEach((function(n){hn(e,n,t[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):An(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}))}return e}({name:"getCurrentPages"},e))},getSDKVersion:function(e){u("SDKVersion",function(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{};n%2?vn(Object(t),!0).forEach((function(n){hn(e,n,t[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):vn(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}))}return e}({},e),{type:"attribute"})}};return n.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:()=>ct});var n=!1,o=[];function c(e){return o.push(e),function(){o=o.filter((function(t){return t!==e}))}}function r(e){return n||(document.addEventListener("onToWebViewMessage",(function(e){var t=e.data.res;if(t&&"message"===t.type){var n=JSON.parse(t.data);o.forEach((function(e){return e(n)}))}})),n=!0),function(e){if(window.AlipayJSBridge)return e();document.addEventListener("AlipayJSBridgeReady",(function(){return e()}),!1)}((function(){window.AlipayJSBridge.call("postWebViewMessage",{type:"message",detail:e})}))}var a={NOTFOUND:{code:-1,message:function(e){return"".concat(e," is not found")}},NOTALLOWED:{code:-2,message:function(e){return"".concat(e," is not allowed")}},INVALID:{code:-3,message:function(e){return"".concat(e," is invalid")}},NOTBIND:{code:-4,message:function(e){return"".concat(e," exec fail, webviewBridge not bind context")}},PARAMS_ERROR:{code:-5,message:function(e){return"".concat(e," exec fail, params error")}},TIMEOUT:{code:-6,message:function(e){return"".concat(e," exec fail, timeout")}}},i=function(){return i=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var c in t=arguments[n])Object.prototype.hasOwnProperty.call(t,c)&&(e[c]=t[c]);return e},i.apply(this,arguments)},s={};function u(e,t,n){n=i({timeout:2e4},n);var o=e+"_"+Math.floor(1e6*Math.random());t&&(s[o]=t),r({source:"hylid",type:"apiCall",api:e,serialId:o,options:t,config:n,isSync:null==n?void 0:n.isSync});var c=t;(null==n?void 0:n.timeout)&&(null==c?void 0:c.fail)&&setTimeout((function(){s[o]&&(delete s[o],c.fail(function(e,t){void 0===t&&(t="");var n=a.TIMEOUT;return{errorCode:n.code,errorMessage:(0,n.message)(t),errorSouce:"hylid"}}()))}),n.timeout)}c((function(e){var t,n=e,o=n.serialId;if(o&&s[o]){var c=s[o],r=n.result;if("callback"===(null===(t=n.config)||void 0===t?void 0:t.type)){var a=r||{},i=a._data_;return"success"===a._type_?c(i):c(void 0,i)}var u=c||{},y=u.success,l=u.fail,f=u.complete,p=r||{},g=p._data_,d=p._type_;d?("success"===d&&(null==y||y(g)),"fail"===d&&(null==l||l(g)),null==f||f(g)):((null==r?void 0:r.error)?null==l||l(r):null==y||y(r),null==f||f(r)),delete s[o]}})),u.onMessage=c,u.postMessage=r,u.broadcastGlobalData=function(e,t){r({source:"hylid",type:"broadcast",from:window.location.href,key:e,result:t})},u.onReceiveGlobalData=function(e,t){return c((function(n){var o=n;if("hylid"===o.source&&"broadcast"===o.type&&o.key===e){var c=o.result||{},r=c._data_;return"success"===c._type_?t(r,void 0,o.from):t(void 0,r,o.from)}}))},u.onPageEvent=function(e,t){return r({source:"hylid",type:"pageEvent",event:e}),c((function(n){var o=n;if("hylid"===o.source&&"pageEvent"===o.type&&o.event===e){var c=o.result||{},r=c._data_;return"success"===c._type_?t(r):t(void 0,r)}}))};var y=function(){return y=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var c in t=arguments[n])Object.prototype.hasOwnProperty.call(t,c)&&(e[c]=t[c]);return e},y.apply(this,arguments)},l=function(e){return function(t){return new Promise((function(n,o){var c=y(y({},t),{success:function(e){var o;n(e),null===(o=null==t?void 0:t.success)||void 0===o||o.call(t,e)},fail:function(e){var n;o(e),null===(n=null==t?void 0:t.fail)||void 0===n||n.call(t,e)}});e(c)}))}},f=function(e){return u("addPhoneContact",e,{type:"async"})},p=function(e){return u("alert",e,{type:"async"})},g=function(e){return u("chooseImage",e,{type:"async"})},d=function(e){return u("choosePhoneContact",e,{type:"async"})},h=function(e){return u("clearStorage",e,{type:"async"})},v=function(e){return u("closeBluetoothAdapter",e,{type:"async"})},A=function(e){return u("closeSocket",e,{type:"async"})},S=function(e){return u("confirm",e,{type:"async"})},m=function(e){return u("connectBLEDevice",e,{type:"async"})},B=function(e){return u("connectSocket",e,{type:"async"})},b=function(e){return u("datePicker",e,{type:"async"})},C=function(e){return u("disconnectBLEDevice",e,{type:"async"})},k=function(e){return u("downloadFile",e,{type:"async"})},w=function(e){return u("getAppToken",e,{type:"async"})},D=function(e){return u("getAuthCode",e,{type:"async"})},O=function(e){return u("getBatteryInfo",e,{type:"async"})},T=function(e){return u("getBLEDeviceCharacteristics",e,{type:"async"})},P=function(e){return u("getBLEDeviceServices",e,{type:"async"})},L=function(e){return u("getBluetoothAdapterState",e,{type:"async"})},I=function(e){return u("getBluetoothDevices",e,{type:"async"})},E=function(e){return u("getClipboard",e,{type:"async"})},j=function(e){return u("getConnectedBluetoothDevices",e,{type:"async"})},F=function(e){return u("getFileInfo",e,{type:"async"})},M=function(e){return u("getImageInfo",e,{type:"async"})},_=function(e){return u("getLocation",e,{type:"async"})},V=function(e){return u("getNetworkType",e,{type:"async"})},N=function(e){return u("getOpenUserInfo",e,{type:"async"})},R=function(e){return u("getSavedFileInfo",e,{type:"async"})},U=function(e){return u("getSavedFileList",e,{type:"async"})},x=function(e){return u("getScreenBrightness",e,{type:"async"})},K=function(e){return u("getServerTime",e,{type:"async"})},W=function(e){return u("getSetting",e,{type:"async"})},G=function(e){return u("getSiteInfo",e,{type:"async"})},J=function(e){return u("getStorage",e,{type:"async"})},q=function(e){return u("getSystemInfo",e,{type:"async"})},z=function(e){return u("hideBackHome",e,{type:"async"})},H=function(e){return u("hideKeyboard",e,{type:"async"})},Q=function(e){return u("hideLoading",e,{type:"async"})},X=function(e){return u("hideNavigationBarLoading",e,{type:"async"})},Y=function(e){return u("hideTabBar",e,{type:"async"})},Z=function(e){return u("hideToast",e,{type:"async"})},$=function(e){return u("makePhoneCall",e,{type:"async"})},ee=function(e){return u("multiLevelSelect",e,{type:"async"})},te=function(e){return u("navigateBack",e,{type:"async"})},ne=function(e){return u("navigateBackMiniProgram",e,{type:"async"})},oe=function(e){return u("navigateTo",e,{type:"async"})},ce=function(e){return u("navigateToBizScene",e,{type:"async"})},re=function(e){return u("navigateToMiniProgram",e,{type:"async"})},ae=function(e){return u("notifyBLECharacteristicValueChange",e,{type:"async"})},ie=function(e){return u("openBluetoothAdapter",e,{type:"async"})},se=function(e){return u("openDocument",e,{type:"async"})},ue=function(e){return u("openSetting",e,{type:"async"})},ye=function(e){return u("pageScrollTo",e,{type:"async"})},le=function(e){return u("previewImage",e,{type:"async"})},fe=function(e){return u("prompt",e,{type:"async"})},pe=function(e){return u("readBLECharacteristicValue",e,{type:"async"})},ge=function(e){return u("redirectTo",e,{type:"async"})},de=function(e){return u("reLaunch",e,{type:"async"})},he=function(e){return u("removeSavedFile",e,{type:"async"})},ve=function(e){return u("removeStorage",e,{type:"async"})},Ae=function(e){return u("request",e,{type:"async"})},Se=function(e){return u("saveFile",e,{type:"async"})},me=function(e){return u("saveImage",e,{type:"async"})},Be=function(e){return u("scan",e,{type:"async"})},be=function(e){return u("sendSocketMessage",e,{type:"async"})},Ce=function(e){return u("setBackgroundColor",e,{type:"async"})},ke=function(e){return u("setCanPullDown",e,{type:"async"})},we=function(e){return u("setClipboard",e,{type:"async"})},De=function(e){return u("setKeepScreenOn",e,{type:"async"})},Oe=function(e){return u("setNavigationBar",e,{type:"async"})},Te=function(e){return u("setScreenBrightness",e,{type:"async"})},Pe=function(e){return u("setStorage",e,{type:"async"})},Le=function(e){return u("setTabBarStyle",e,{type:"async"})},Ie=function(e){return u("showActionSheet",e,{type:"async"})},Ee=function(e){return u("showAuthGuide",e,{type:"async"})},je=function(e){return u("showLoading",e,{type:"async"})},Fe=function(e){return u("showNavigationBarLoading",e,{type:"async"})},Me=function(e){return u("showToast",e,{type:"async"})},_e=function(e){return u("signContract",e,{type:"async"})},Ve=function(e){return u("startBluetoothDevicesDiscovery",e,{type:"async"})},Ne=function(e){return u("startPullDownRefresh",e,{type:"async"})},Re=function(e){return u("stopBluetoothDevicesDiscovery",e,{type:"async"})},Ue=function(e){return u("stopPullDownRefresh",e,{type:"async"})},xe=function(e){return u("switchTab",e,{type:"async"})},Ke=function(e){return u("tradePay",e,{type:"async"})},We=function(e){return u("uploadFile",e,{type:"async"})},Ge=function(e){return u("vibrate",e,{type:"async"})},Je=function(e){return u("watchShake",e,{type:"async"})},qe=function(e){return u("writeBLECharacteristicValue",e,{type:"async"})},ze=function(e){return u("showSharePanel",e,{type:"async"})};function He(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Qe(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,o)}return n}function Xe(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,o)}return n}var Ye=function(e){return u("setTransparentTitle",e,{type:"async"})},Ze=function(e){return u("getRunScene",e,{type:"async"})},$e=function(e){return u("chooseFileFromDisk",e,{type:"async"})},et=function(e){return u("chooseVideo",e,{type:"async"})},tt=function(e){return u("compressImage",e,{type:"async"})},nt=function(e){return u("setTabBarItem",e,{type:"async"})},ot=function(e){return u("showTabBar",e,{type:"async"})};const ct={addPhoneContact:f,addPhoneContactAsync:l(f),alert:p,alertAsync:l(p),chooseImage:g,chooseImageAsync:l(g),choosePhoneContact:d,choosePhoneContactAsync:l(d),clearStorage:h,clearStorageAsync:l(h),closeBluetoothAdapter:v,closeBluetoothAdapterAsync:l(v),closeSocket:A,closeSocketAsync:l(A),confirm:S,confirmAsync:l(S),connectBLEDevice:m,connectBLEDeviceAsync:l(m),connectSocket:B,connectSocketAsync:l(B),datePicker:b,datePickerAsync:l(b),disconnectBLEDevice:C,disconnectBLEDeviceAsync:l(C),downloadFile:k,downloadFileAsync:l(k),getAppToken:w,getAppTokenAsync:l(w),getAuthCode:D,getAuthCodeAsync:l(D),getBatteryInfo:O,getBatteryInfoAsync:l(O),getBLEDeviceCharacteristics:T,getBLEDeviceCharacteristicsAsync:l(T),getBLEDeviceServices:P,getBLEDeviceServicesAsync:l(P),getBluetoothAdapterState:L,getBluetoothAdapterStateAsync:l(L),getBluetoothDevices:I,getBluetoothDevicesAsync:l(I),getClipboard:E,getClipboardAsync:l(E),getConnectedBluetoothDevices:j,getConnectedBluetoothDevicesAsync:l(j),getFileInfo:F,getFileInfoAsync:l(F),getImageInfo:M,getImageInfoAsync:l(M),getLocation:_,getLocationAsync:l(_),getNetworkType:V,getNetworkTypeAsync:l(V),getOpenUserInfo:N,getOpenUserInfoAsync:l(N),getSavedFileInfo:R,getSavedFileInfoAsync:l(R),getSavedFileList:U,getSavedFileListAsync:l(U),getScreenBrightness:x,getScreenBrightnessAsync:l(x),getServerTime:K,getServerTimeAsync:l(K),getSetting:W,getSettingAsync:l(W),getSiteInfo:G,getSiteInfoAsync:l(G),getStorage:J,getStorageAsync:l(J),getSystemInfo:q,getSystemInfoAsync:l(q),hideBackHome:z,hideBackHomeAsync:l(z),hideKeyboard:H,hideKeyboardAsync:l(H),hideLoading:Q,hideLoadingAsync:l(Q),hideNavigationBarLoading:X,hideNavigationBarLoadingAsync:l(X),hideTabBar:Y,hideTabBarAsync:l(Y),hideToast:Z,hideToastAsync:l(Z),makePhoneCall:$,makePhoneCallAsync:l($),multiLevelSelect:ee,multiLevelSelectAsync:l(ee),navigateBack:te,navigateBackAsync:l(te),navigateBackMiniProgram:ne,navigateBackMiniProgramAsync:l(ne),navigateTo:oe,navigateToAsync:l(oe),navigateToBizScene:ce,navigateToBizSceneAsync:l(ce),navigateToMiniProgram:re,navigateToMiniProgramAsync:l(re),notifyBLECharacteristicValueChange:ae,notifyBLECharacteristicValueChangeAsync:l(ae),offAccelerometerChange:function(e){return u("offAccelerometerChange",e,{type:"callback"})},offBLECharacteristicValueChange:function(e){return u("offBLECharacteristicValueChange",e,{type:"callback"})},offBLEConnectionStateChanged:function(e){return u("offBLEConnectionStateChanged",e,{type:"callback"})},offBluetoothAdapterStateChange:function(e){return u("offBluetoothAdapterStateChange",e,{type:"callback"})},offBluetoothDeviceFound:function(e){return u("offBluetoothDeviceFound",e,{type:"callback"})},offCompassChange:function(e){return u("offCompassChange",e,{type:"callback"})},offMemoryWarning:function(e){return u("offMemoryWarning",e,{type:"callback"})},offSocketClose:function(e){return u("offSocketClose",e,{type:"callback"})},offSocketError:function(e){return u("offSocketError",e,{type:"callback"})},offSocketMessage:function(e){return u("offSocketMessage",e,{type:"callback"})},offSocketOpen:function(e){return u("offSocketOpen",e,{type:"callback"})},offUserCaptureScreen:function(e){return u("offUserCaptureScreen",e,{type:"callback"})},onAccelerometerChange:function(e){return u("onAccelerometerChange",e,{type:"callback"})},onBLECharacteristicValueChange:function(e){return u("onBLECharacteristicValueChange",e,{type:"callback"})},onBLEConnectionStateChanged:function(e){return u("onBLEConnectionStateChanged",e,{type:"callback"})},onBluetoothAdapterStateChange:function(e){return u("onBluetoothAdapterStateChange",e,{type:"callback"})},onBluetoothDeviceFound:function(e){return u("onBluetoothDeviceFound",e,{type:"callback"})},onCompassChange:function(e){return u("onCompassChange",e,{type:"callback"})},onMemoryWarning:function(e){return u("onMemoryWarning",e,{type:"callback"})},onSocketClose:function(e){return u("onSocketClose",e,{type:"callback"})},onSocketError:function(e){return u("onSocketError",e,{type:"callback"})},onSocketMessage:function(e){return u("onSocketMessage",e,{type:"callback"})},onSocketOpen:function(e){return u("onSocketOpen",e,{type:"callback"})},onUserCaptureScreen:function(e){return u("onUserCaptureScreen",e,{type:"callback"})},openBluetoothAdapter:ie,openBluetoothAdapterAsync:l(ie),openDocument:se,openDocumentAsync:l(se),openSetting:ue,openSettingAsync:l(ue),pageScrollTo:ye,pageScrollToAsync:l(ye),previewImage:le,previewImageAsync:l(le),prompt:fe,promptAsync:l(fe),readBLECharacteristicValue:pe,readBLECharacteristicValueAsync:l(pe),redirectTo:ge,redirectToAsync:l(ge),reLaunch:de,reLaunchAsync:l(de),removeSavedFile:he,removeSavedFileAsync:l(he),removeStorage:ve,removeStorageAsync:l(ve),request:Ae,requestAsync:l(Ae),saveFile:Se,saveFileAsync:l(Se),saveImage:me,saveImageAsync:l(me),scan:Be,scanAsync:l(Be),sendSocketMessage:be,sendSocketMessageAsync:l(be),setBackgroundColor:Ce,setBackgroundColorAsync:l(Ce),setCanPullDown:ke,setCanPullDownAsync:l(ke),setClipboard:we,setClipboardAsync:l(we),setKeepScreenOn:De,setKeepScreenOnAsync:l(De),setNavigationBar:Oe,setNavigationBarAsync:l(Oe),setScreenBrightness:Te,setScreenBrightnessAsync:l(Te),setStorage:Pe,setStorageAsync:l(Pe),setTabBarStyle:Le,setTabBarStyleAsync:l(Le),showActionSheet:Ie,showActionSheetAsync:l(Ie),showAuthGuide:Ee,showAuthGuideAsync:l(Ee),showLoading:je,showLoadingAsync:l(je),showNavigationBarLoading:Fe,showNavigationBarLoadingAsync:l(Fe),showToast:Me,showToastAsync:l(Me),signContract:_e,signContractAsync:l(_e),startBluetoothDevicesDiscovery:Ve,startBluetoothDevicesDiscoveryAsync:l(Ve),startPullDownRefresh:Ne,startPullDownRefreshAsync:l(Ne),stopBluetoothDevicesDiscovery:Re,stopBluetoothDevicesDiscoveryAsync:l(Re),stopPullDownRefresh:Ue,stopPullDownRefreshAsync:l(Ue),switchTab:xe,switchTabAsync:l(xe),tradePay:Ke,tradePayAsync:l(Ke),uploadFile:We,uploadFileAsync:l(We),vibrate:Ge,vibrateAsync:l(Ge),watchShake:Je,watchShakeAsync:l(Je),writeBLECharacteristicValue:qe,writeBLECharacteristicValueAsync:l(qe),showSharePanel:ze,showSharePanelAsync:l(ze),getAppId:function(e){u("getAppIdSync",e,{type:"sync",isSync:!0})},getCurrentPages:function(e){u("__hy_internal__",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Qe(Object(n),!0).forEach((function(t){He(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Qe(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}({name:"getCurrentPages"},e))},getSDKVersion:function(e){u("SDKVersion",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Xe(Object(n),!0).forEach((function(t){He(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Xe(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}({},e),{type:"attribute"})},setTransparentTitle:Ye,setTransparentTitleAsync:l(Ye),getRunScene:Ze,getRunSceneAsync:l(Ze),chooseFileFromDisk:$e,chooseFileFromDiskAsync:l($e),chooseVideo:et,chooseVideoAsync:l(et),compressImage:tt,compressImageAsync:l(tt),setTabBarItem:nt,setTabBarItemAsync:l(nt),showTabBar:ot,showTabBarAsync:l(ot)};return t.default})()));
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
/*! For license information please see mp_web_mpay.js.LICENSE.txt */
|
|
2
|
+
!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,(()=>(()=>{var e={7061:(e,t,n)=>{var r=n(8698).default;function o(){"use strict";e.exports=o=function(){return t},e.exports.__esModule=!0,e.exports.default=e.exports;var t={},n=Object.prototype,a=n.hasOwnProperty,c="function"==typeof Symbol?Symbol:{},i=c.iterator||"@@iterator",u=c.asyncIterator||"@@asyncIterator",s=c.toStringTag||"@@toStringTag";function l(e,t,n){return Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}),e[t]}try{l({},"")}catch(e){l=function(e,t,n){return e[t]=n}}function y(e,t,n,r){var o=t&&t.prototype instanceof h?t:h,a=Object.create(o.prototype),c=new C(r||[]);return a._invoke=function(e,t,n){var r="suspendedStart";return function(o,a){if("executing"===r)throw new Error("Generator is already running");if("completed"===r){if("throw"===o)throw a;return{value:void 0,done:!0}}for(n.method=o,n.arg=a;;){var c=n.delegate;if(c){var i=O(c,n);if(i){if(i===p)continue;return i}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if("suspendedStart"===r)throw r="completed",n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);r="executing";var u=f(e,t,n);if("normal"===u.type){if(r=n.done?"completed":"suspendedYield",u.arg===p)continue;return{value:u.arg,done:n.done}}"throw"===u.type&&(r="completed",n.method="throw",n.arg=u.arg)}}}(e,n,c),a}function f(e,t,n){try{return{type:"normal",arg:e.call(t,n)}}catch(e){return{type:"throw",arg:e}}}t.wrap=y;var p={};function h(){}function d(){}function g(){}var v={};l(v,i,(function(){return this}));var m=Object.getPrototypeOf,A=m&&m(m(T([])));A&&A!==n&&a.call(A,i)&&(v=A);var b=g.prototype=h.prototype=Object.create(v);function S(e){["next","throw","return"].forEach((function(t){l(e,t,(function(e){return this._invoke(t,e)}))}))}function w(e,t){function n(o,c,i,u){var s=f(e[o],e,c);if("throw"!==s.type){var l=s.arg,y=l.value;return y&&"object"==r(y)&&a.call(y,"__await")?t.resolve(y.__await).then((function(e){n("next",e,i,u)}),(function(e){n("throw",e,i,u)})):t.resolve(y).then((function(e){l.value=e,i(l)}),(function(e){return n("throw",e,i,u)}))}u(s.arg)}var o;this._invoke=function(e,r){function a(){return new t((function(t,o){n(e,r,t,o)}))}return o=o?o.then(a,a):a()}}function O(e,t){var n=e.iterator[t.method];if(void 0===n){if(t.delegate=null,"throw"===t.method){if(e.iterator.return&&(t.method="return",t.arg=void 0,O(e,t),"throw"===t.method))return p;t.method="throw",t.arg=new TypeError("The iterator does not provide a 'throw' method")}return p}var r=f(n,e.iterator,t.arg);if("throw"===r.type)return t.method="throw",t.arg=r.arg,t.delegate=null,p;var o=r.arg;return o?o.done?(t[e.resultName]=o.value,t.next=e.nextLoc,"return"!==t.method&&(t.method="next",t.arg=void 0),t.delegate=null,p):o:(t.method="throw",t.arg=new TypeError("iterator result is not an object"),t.delegate=null,p)}function B(e){var t={tryLoc:e[0]};1 in e&&(t.catchLoc=e[1]),2 in e&&(t.finallyLoc=e[2],t.afterLoc=e[3]),this.tryEntries.push(t)}function P(e){var t=e.completion||{};t.type="normal",delete t.arg,e.completion=t}function C(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(B,this),this.reset(!0)}function T(e){if(e){var t=e[i];if(t)return t.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length)){var n=-1,r=function t(){for(;++n<e.length;)if(a.call(e,n))return t.value=e[n],t.done=!1,t;return t.value=void 0,t.done=!0,t};return r.next=r}}return{next:k}}function k(){return{value:void 0,done:!0}}return d.prototype=g,l(b,"constructor",g),l(g,"constructor",d),d.displayName=l(g,s,"GeneratorFunction"),t.isGeneratorFunction=function(e){var t="function"==typeof e&&e.constructor;return!!t&&(t===d||"GeneratorFunction"===(t.displayName||t.name))},t.mark=function(e){return Object.setPrototypeOf?Object.setPrototypeOf(e,g):(e.__proto__=g,l(e,s,"GeneratorFunction")),e.prototype=Object.create(b),e},t.awrap=function(e){return{__await:e}},S(w.prototype),l(w.prototype,u,(function(){return this})),t.AsyncIterator=w,t.async=function(e,n,r,o,a){void 0===a&&(a=Promise);var c=new w(y(e,n,r,o),a);return t.isGeneratorFunction(n)?c:c.next().then((function(e){return e.done?e.value:c.next()}))},S(b),l(b,s,"Generator"),l(b,i,(function(){return this})),l(b,"toString",(function(){return"[object Generator]"})),t.keys=function(e){var t=[];for(var n in e)t.push(n);return t.reverse(),function n(){for(;t.length;){var r=t.pop();if(r in e)return n.value=r,n.done=!1,n}return n.done=!0,n}},t.values=T,C.prototype={constructor:C,reset:function(e){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(P),!e)for(var t in this)"t"===t.charAt(0)&&a.call(this,t)&&!isNaN(+t.slice(1))&&(this[t]=void 0)},stop:function(){this.done=!0;var e=this.tryEntries[0].completion;if("throw"===e.type)throw e.arg;return this.rval},dispatchException:function(e){if(this.done)throw e;var t=this;function n(n,r){return c.type="throw",c.arg=e,t.next=n,r&&(t.method="next",t.arg=void 0),!!r}for(var r=this.tryEntries.length-1;r>=0;--r){var o=this.tryEntries[r],c=o.completion;if("root"===o.tryLoc)return n("end");if(o.tryLoc<=this.prev){var i=a.call(o,"catchLoc"),u=a.call(o,"finallyLoc");if(i&&u){if(this.prev<o.catchLoc)return n(o.catchLoc,!0);if(this.prev<o.finallyLoc)return n(o.finallyLoc)}else if(i){if(this.prev<o.catchLoc)return n(o.catchLoc,!0)}else{if(!u)throw new Error("try statement without catch or finally");if(this.prev<o.finallyLoc)return n(o.finallyLoc)}}}},abrupt:function(e,t){for(var n=this.tryEntries.length-1;n>=0;--n){var r=this.tryEntries[n];if(r.tryLoc<=this.prev&&a.call(r,"finallyLoc")&&this.prev<r.finallyLoc){var o=r;break}}o&&("break"===e||"continue"===e)&&o.tryLoc<=t&&t<=o.finallyLoc&&(o=null);var c=o?o.completion:{};return c.type=e,c.arg=t,o?(this.method="next",this.next=o.finallyLoc,p):this.complete(c)},complete:function(e,t){if("throw"===e.type)throw e.arg;return"break"===e.type||"continue"===e.type?this.next=e.arg:"return"===e.type?(this.rval=this.arg=e.arg,this.method="return",this.next="end"):"normal"===e.type&&t&&(this.next=t),p},finish:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var n=this.tryEntries[t];if(n.finallyLoc===e)return this.complete(n.completion,n.afterLoc),P(n),p}},catch:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var n=this.tryEntries[t];if(n.tryLoc===e){var r=n.completion;if("throw"===r.type){var o=r.arg;P(n)}return o}}throw new Error("illegal catch attempt")},delegateYield:function(e,t,n){return this.delegate={iterator:T(e),resultName:t,nextLoc:n},"next"===this.method&&(this.arg=void 0),p}},t}e.exports=o,e.exports.__esModule=!0,e.exports.default=e.exports},8698:e=>{function t(n){return e.exports=t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e.exports.__esModule=!0,e.exports.default=e.exports,t(n)}e.exports=t,e.exports.__esModule=!0,e.exports.default=e.exports},4687:(e,t,n)=>{var r=n(7061)();e.exports=r;try{regeneratorRuntime=r}catch(e){"object"==typeof globalThis?globalThis.regeneratorRuntime=r:Function("r","regeneratorRuntime = r")(r)}}},t={};function n(r){var o=t[r];if(void 0!==o)return o.exports;var a=t[r]={exports:{}};return e[r](a,a.exports,n),a.exports}n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},n.d=(e,t)=>{for(var r in t)n.o(t,r)&&!n.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t);var r={};return(()=>{"use strict";n.d(r,{default:()=>Jt});var e=function(e){if(window.AlipayJSBridge)return e();document.addEventListener("AlipayJSBridgeReady",(function(){return e()}),!1)},t=!1,o=[];function a(e){return o.push(e),function(){o=o.filter((function(t){return t!==e}))}}function c(n){return t||(document.addEventListener("onToWebViewMessage",(function(e){var t=e.data.res;if(t&&"message"===t.type){var n=JSON.parse(t.data);o.forEach((function(e){return e(n)}))}})),t=!0),e((function(){window.AlipayJSBridge.call("postWebViewMessage",{type:"message",detail:n})}))}var i={NOTFOUND:{code:-1,message:function(e){return"".concat(e," is not found")}},NOTALLOWED:{code:-2,message:function(e){return"".concat(e," is not allowed")}},INVALID:{code:-3,message:function(e){return"".concat(e," is invalid")}},NOTBIND:{code:-4,message:function(e){return"".concat(e," exec fail, webviewBridge not bind context")}},PARAMS_ERROR:{code:-5,message:function(e){return"".concat(e," exec fail, params error")}},TIMEOUT:{code:-6,message:function(e){return"".concat(e," exec fail, timeout")}}},u=function(e,t){void 0===t&&(t="");var n=i[e];return{errorCode:n.code,errorMessage:(0,n.message)(t),errorSouce:"hylid"}},s=function(){return s=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},s.apply(this,arguments)},l={};function y(e,t,n){n=s({timeout:2e4},n);var r=e+"_"+Math.floor(1e6*Math.random());t&&(l[r]=t),c({source:"hylid",type:"apiCall",api:e,serialId:r,options:t,config:n,isSync:null==n?void 0:n.isSync});var o=t;(null==n?void 0:n.timeout)&&(null==o?void 0:o.fail)&&setTimeout((function(){l[r]&&(delete l[r],o.fail(u("TIMEOUT")))}),n.timeout)}a((function(e){var t,n=e,r=n.serialId;if(r&&l[r]){var o=l[r],a=n.result;if("callback"===(null===(t=n.config)||void 0===t?void 0:t.type)){var c=a||{},i=c._data_;return"success"===c._type_?o(i):o(void 0,i)}var u=o||{},s=u.success,y=u.fail,f=u.complete,p=a||{},h=p._data_,d=p._type_;d?("success"===d&&(null==s||s(h)),"fail"===d&&(null==y||y(h)),null==f||f(h)):((null==a?void 0:a.error)?null==y||y(a):null==s||s(a),null==f||f(a)),delete l[r]}})),y.onMessage=a,y.postMessage=c,y.broadcastGlobalData=function(e,t){c({source:"hylid",type:"broadcast",from:window.location.href,key:e,result:t})},y.onReceiveGlobalData=function(e,t){return a((function(n){var r=n;if("hylid"===r.source&&"broadcast"===r.type&&r.key===e){var o=r.result||{},a=o._data_;return"success"===o._type_?t(a,void 0,r.from):t(void 0,a,r.from)}}))},y.onPageEvent=function(e,t){return c({source:"hylid",type:"pageEvent",event:e}),a((function(n){var r=n;if("hylid"===r.source&&"pageEvent"===r.type&&r.event===e){var o=r.result||{},a=o._data_;return"success"===o._type_?t(a):t(void 0,a)}}))};var f=function(){var t={},n=!1;return function(r,o,a){return new Promise((function(c,i){var u,l=o||{},y=l.success,f=l.fail,p=a||{},h=p.timeout,d=void 0===h?2e4:h,g=p.isSync;d>0&&(u=setTimeout((function(){var e={error:-101,errorMessage:"[".concat(r,"]: Timeout")};i(e),null==f||f(e)}),d));var v={apiName:r,options:s(s({},o),{success:function(e){u&&clearTimeout(u),c(e),null==y||y(e)},fail:function(e){u&&clearTimeout(u),i(e),null==f||f(e)}}),isSync:g};e((function(){n||(document.addEventListener("onToWebViewMessage",(function(e){var n=e.data.res;"message"===n.type&&function(e){var n,r=e.serialId;if(r&&t[r]){var o=t[r],a=e.result;if("callback"===(null===(n=e.config)||void 0===n?void 0:n.type)){var c=a||{},i=c._data_;return"success"===c._type_?o(i):o(void 0,i)}var u=o||{},s=u.success,l=u.fail,y=u.complete,f=a||{},p=f._data_,h=f._type_;h?("success"===h&&(null==s||s(p)),"fail"===h&&(null==l||l(p)),null==y||y(p)):((null==a?void 0:a.error)?null==l||l(a):null==s||s(a),null==y||y(a)),delete t[r]}}(JSON.parse(n.data))})),n=!0),function(e){var n,r=e.apiName,o=e.options,a=e.isSync,c=window,i=Math.floor(1e6*Math.random()),u="".concat(r,"_").concat(i);o&&(t[u]=o);var s={type:"apiCall",api:r,serialId:u,options:o,isSync:a,source:"hylid"};null===(n=c.AlipayJSBridge)||void 0===n||n.call("postWebViewMessage",{type:"message",detail:s})}(v)}))}))}}(),p=function(){return p=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},p.apply(this,arguments)},h=function(e){return function(t){return new Promise((function(n,r){var o=p(p({},t),{success:function(e){var r;n(e),null===(r=null==t?void 0:t.success)||void 0===r||r.call(t,e)},fail:function(e){var n;r(e),null===(n=null==t?void 0:t.fail)||void 0===n||n.call(t,e)}});e(o)}))}},d=function(e){return y("addPhoneContact",e,{type:"async"})},g=h(d),v=function(e){return y("alert",e,{type:"async"})},m=h(v),A=function(e){return y("chooseImage",e,{type:"async"})},b=h(A),S=function(e){return y("choosePhoneContact",e,{type:"async"})},w=h(S),O=function(e){return y("clearStorage",e,{type:"async"})},B=h(O),P=function(e){return y("closeBluetoothAdapter",e,{type:"async"})},C=h(P),T=function(e){return y("closeSocket",e,{type:"async"})},k=h(T),E=function(e){return y("confirm",e,{type:"async"})},L=h(E),D=function(e){return y("connectBLEDevice",e,{type:"async"})},_=h(D),I=function(e){return y("connectSocket",e,{type:"async"})},M=h(I),j=function(e){return y("datePicker",e,{type:"async"})},x=h(j),N=function(e){return y("disconnectBLEDevice",e,{type:"async"})},F=h(N),K=function(e){return y("downloadFile",e,{type:"async"})},G=h(K);function Y(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function R(e,t,n,r,o,a,c){try{var i=e[a](c),u=i.value}catch(e){return void n(e)}i.done?t(u):Promise.resolve(u).then(r,o)}var V=n(4687),H=n.n(V);function W(e,t){var n=e.filter((function(e){return e.match.every((function(e){return e.test(t)}))}));if(n.length){var r=n[0].name;if(n.length>1){var o=n.map((function(e){return e.name})).join(",");J("Multiple clients have been identified(".concat(o,"), and the first one(").concat(r,")is used by default."))}return r}}function U(e,t){return Object.keys(e).reduce((function(n,r){return n["is".concat(r)]=t===e[r],n}),{})}function J(e){console.info("[hylid-env]: ".concat(e))}var q={WEB:"web",MPWEB:"mpweb",MP:"mp"},z={DEMO:"demo",ALIPAY:"alipay",ALIPAYHK:"alipayhk",TNGD:"tngd",GCASH:"gcash",TRUEMONEY:"tmn",DANA:"dana",KAKAOPAY:"kakaopay",KAKAOTALK:"kakaotalk",NAVERPAY:"naverpay",MPAY:"mpay",TOSSPAY:"toss",HIPAY:"hipay",CHOPE:"chope",VODAPAY:"vodapay",CHANGIPAY:"changipay",OCBC:"ocbc",MANDIRI:"mandiri",NAYAPAY:"nayapay",TINABA:"tinaba",KASPI:"kaspi",H5:"h5",WECHAT:"wechat",TNGD_H5NG:"tngdh5ng",WORLDFIRST:"worldfirst"},$=/miniprogram/i,Q=/^((?!miniprogram).)*$/i,X=/griver/i,Z=/^((?!griver).)*$/i,ee=[{name:z.DEMO,match:[/demo/]},{name:z.ALIPAYHK,match:[/alipayHK/]},{name:z.TNGD,match:[/tngd/]},{name:z.GCASH,match:[/gcash/]},{name:z.TRUEMONEY,match:[/tmn/]},{name:z.DANA,match:[/dana/]},{name:z.TOSSPAY,match:[/toss/]},{name:z.ALIPAY,match:[/alipay/]},{name:z.MPAY,match:[/MPay/]}],te=[{name:z.DEMO,match:[/alipayIDE/i]},{name:z.ALIPAYHK,match:[$,Z,/AlipayClientHK/]},{name:z.TNGD,match:[$,/TNGKit|Touch 'n Go/]},{name:z.GCASH,match:[$,X,/GCash/]},{name:z.TRUEMONEY,match:[$,X,/TrueMoney/]},{name:z.MPAY,match:[$,Z,/mpay|macaupay/i]},{name:z.ALIPAY,match:[$,Z,/alipay/i]},{name:z.DEMO,match:[$,X]}];function ne(){return W(te,window.navigator.userAgent)}var re=[{name:z.ALIPAYHK,match:[Q,Z,/AlipayClientHK/]},{name:z.TNGD,match:[Q,X,/TNGKit|Touch 'n Go/]},{name:z.TNGD_H5NG,match:[Q,/TNGKit|Touch 'n Go/,/IAPWebH5NG/]},{name:z.GCASH,match:[Q,X,/GCash/]},{name:z.TRUEMONEY,match:[Q,X,/TrueMoney/i]},{name:z.KAKAOPAY,match:[Q,/PAYCLIENT|KAKAOTALK|KAKAOPAY/]},{name:z.KAKAOTALK,match:[Q,/ALIPAYCONNECT_KAKAO_TALK/]},{name:z.NAVERPAY,match:[Q,/NAVER/]},{name:z.MPAY,match:[Q,/mpay|macaupay/i]},{name:z.TOSSPAY,match:[Q,/Toss/i]},{name:z.ALIPAY,match:[Q,Z,/AlipayClient/]},{name:z.DEMO,match:[Q,X,/GriverDemo/]},{name:z.WORLDFIRST,match:[Q,Z,/WorldFirst/]}];function oe(){return W(re,window.navigator.userAgent)||z.H5}var ae=function(){var e,t;if("undefined"!=typeof wx||"undefined"!=typeof my&&"string"==typeof my.SDKVersion)e="undefined"!=typeof wx?z.WECHAT:W(ee,my.getSystemInfoSync().app),t=q.MP;else{var n=function(){var e,t=(null===(e=window.location.search)||void 0===e?void 0:e.match(/__app__=([^&]*)/))||[],n=t[1],r=(window.location.search.match(/__platform__=([^&]*)/)||[])[1];if((n||r)&&localStorage.setItem("__hy_env__",JSON.stringify({client:n,platform:r})),t[1]){var o=window.location.search.replace(new RegExp("".concat(t[0],"(&)*")),""),a=window.location.hash||"",c="".concat(window.location.pathname).concat(o).concat(a);history.replaceState(null,"",c)}var i=localStorage.getItem("__hy_env__");if(!i){var u=localStorage.getItem("_CB__app__");return u?{client:u}:{}}return i?JSON.parse(i):{}}();n.platform?(t=n.platform,e=n.client||("mpweb"===t?ne():oe())):(e=n.client||ne())?t=q.MPWEB:(e=oe(),t=q.WEB)}return t&&e||J("Cannot identify your client."),{client:e,platform:t}}(),ce=ae.client,ie=ae.platform;U(z,ce),U(q,ie);var ue,se,le=((ue={})[q.MP]=function(e,t,n){var r=(n||{}).type,o=void 0===r?"async":r;return"sync"===o||(null==n?void 0:n.isSync)?my[e](t):("async"===o&&(my[e]?my[e](t):my.call(e,t)),"callback"===o&&my[e](t),"attribute"===o?my[e]:void 0)},ue[q.MPWEB]=y,ue[q.WEB]=function(t,n,r){e((function(){var e=(r||{}).type,o=void 0===e?"async":e;"async"===o&&window.AlipayJSBridge.call(t,n,(function(e){var t=n||{},r=t.success,o=t.fail,a=t.complete;e.error||e.errorCode?null==o||o(e):null==r||r(e),null==a||a(e)})),"callback"===o&&window.AlipayJSBridge.call(t,n)}))},ue);function ye(e,t,n){return ie?le[ie](e,t,n):function(e,t,n){var r;void 0===n&&(n={});var o=n.type,a=void 0===o?"async":o,c=u("NOTFOUND",e);if("sync"===a)return c;"callback"===a&&(null==t||t(c)),"async"===a&&(null===(r=null==t?void 0:t.fail)||void 0===r||r.call(t,c))}(t,n)}(se={})[q.MPWEB]=f,se[q.WEB]=function(e,t,n){return new Promise((function(r,o){var a,c=t||{},i=(c.success,c.fail),u=(c.complete,(n||{}).timeout),s=void 0===u?2e4:u;s>0&&(a=setTimeout((function(){var t={error:-101,errorMessage:"[".concat(e,"]: Timeout")};o(t),null==i||i(t)}),s)),window.AlipayJSBridge.call(e,t,(function(e){var n=t||{},c=n.success,i=n.fail,u=n.complete;a&&clearTimeout(a),(null==e?void 0:e.error)?(o(e),null==i||i(e)):(r(e),null==c||c(e)),null==u||u(e)}))}))};var fe=h((function(e){return y("getSystemInfo",e,{type:"async"})})),pe=function(e){return y("getAuthCode",e,{type:"async"})},he=function(e){return y("getBatteryInfo",e,{type:"async"})},de=function(e){return y("getBLEDeviceCharacteristics",e,{type:"async"})},ge=function(e){return y("getBLEDeviceServices",e,{type:"async"})},ve=function(e){return y("getBluetoothAdapterState",e,{type:"async"})},me=function(e){return y("getBluetoothDevices",e,{type:"async"})},Ae=function(e){return y("getClipboard",e,{type:"async"})},be=function(e){return y("getConnectedBluetoothDevices",e,{type:"async"})},Se=function(e){return y("getFileInfo",e,{type:"async"})},we=function(e){return y("getImageInfo",e,{type:"async"})};function Oe(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var Be=["fail"];function Pe(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function Ce(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Pe(Object(n),!0).forEach((function(t){Oe(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Pe(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var Te=function(e){return y("getNetworkType",e,{type:"async"})},ke=function(e){return y("getOpenUserInfo",e,{type:"async"})},Ee=function(e){return y("getSavedFileInfo",e,{type:"async"})},Le=function(e){return y("getSavedFileList",e,{type:"async"})},De=function(e){return y("getScreenBrightness",e,{type:"async"})},_e=function(e){return y("getServerTime",e,{type:"async"})},Ie=function(e){return y("getSetting",e,{type:"async"})},Me=function(e){return y("getSiteInfo",e,{type:"async"})},je=function(e){return y("getStorage",e,{type:"async"})},xe=function(e){return y("getSystemInfo",e,{type:"async"})},Ne=function(e){return y("hideBackHome",e,{type:"async"})},Fe=function(e){return y("hideKeyboard",e,{type:"async"})},Ke=function(e){return y("hideLoading",e,{type:"async"})},Ge=function(e){return y("hideNavigationBarLoading",e,{type:"async"})},Ye=function(e){return y("hideTabBar",e,{type:"async"})},Re=function(e){return y("hideToast",e,{type:"async"})},Ve=function(e){return y("makePhoneCall",e,{type:"async"})},He=function(e){return y("multiLevelSelect",e,{type:"async"})},We=function(e){return y("navigateBack",e,{type:"async"})},Ue=function(e){return y("navigateBackMiniProgram",e,{type:"async"})},Je=function(e){return y("navigateTo",e,{type:"async"})},qe=function(e){return y("navigateToBizScene",e,{type:"async"})},ze=function(e){return y("navigateToMiniProgram",e,{type:"async"})},$e=function(e){return y("notifyBLECharacteristicValueChange",e,{type:"async"})},Qe=function(e){return y("openBluetoothAdapter",e,{type:"async"})},Xe=function(e){return y("openDocument",e,{type:"async"})},Ze=function(e){return y("openSetting",e,{type:"async"})},et=function(e){return y("pageScrollTo",e,{type:"async"})},tt=function(e){return y("previewImage",e,{type:"async"})},nt=function(e){return y("prompt",e,{type:"async"})},rt=function(e){return y("readBLECharacteristicValue",e,{type:"async"})},ot=function(e){return y("redirectTo",e,{type:"async"})},at=function(e){return y("reLaunch",e,{type:"async"})},ct=function(e){return y("removeSavedFile",e,{type:"async"})},it=function(e){return y("removeStorage",e,{type:"async"})},ut=function(e){return y("request",e,{type:"async"})},st=function(e){return y("saveFile",e,{type:"async"})},lt=function(e){return y("saveImage",e,{type:"async"})},yt=function(e){return y("scan",e,{type:"async"})},ft=function(e){return y("sendSocketMessage",e,{type:"async"})},pt=function(e){return y("setBackgroundColor",e,{type:"async"})},ht=function(e){return y("setCanPullDown",e,{type:"async"})},dt=function(e){return y("setClipboard",e,{type:"async"})},gt=function(e){return y("setKeepScreenOn",e,{type:"async"})},vt=function(e){return y("setNavigationBar",e,{type:"async"})},mt=function(e){return y("setScreenBrightness",e,{type:"async"})},At=function(e){return y("setStorage",e,{type:"async"})},bt=function(e){return y("setTabBarStyle",e,{type:"async"})},St=function(e){return y("showActionSheet",e,{type:"async"})},wt=function(e){return y("showAuthGuide",e,{type:"async"})},Ot=function(e){return y("showLoading",e,{type:"async"})},Bt=function(e){return y("showNavigationBarLoading",e,{type:"async"})},Pt=function(e){return y("showToast",e,{type:"async"})},Ct=function(e){return y("signContract",e,{type:"async"})},Tt=function(e){return y("startBluetoothDevicesDiscovery",e,{type:"async"})},kt=function(e){return y("startPullDownRefresh",e,{type:"async"})},Et=function(e){return y("stopBluetoothDevicesDiscovery",e,{type:"async"})},Lt=function(e){return y("stopPullDownRefresh",e,{type:"async"})},Dt=function(e){return y("switchTab",e,{type:"async"})},_t=function(e){return y("tradePay",e,{type:"async"})},It=function(e){return y("uploadFile",e,{type:"async"})},Mt=function(e){return y("vibrate",e,{type:"async"})},jt=function(e){return y("watchShake",e,{type:"async"})},xt=function(e){return y("writeBLECharacteristicValue",e,{type:"async"})},Nt=function(e){return y("showSharePanel",e,{type:"async"})};function Ft(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function Kt(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}var Gt=function(e){return y("setTransparentTitle",e,{type:"async"})},Yt=function(e){return y("getRunScene",e,{type:"async"})},Rt=function(e){return y("chooseFileFromDisk",e,{type:"async"})},Vt=function(e){return y("chooseVideo",e,{type:"async"})},Ht=function(e){return y("compressImage",e,{type:"async"})},Wt=function(e){return y("setTabBarItem",e,{type:"async"})},Ut=function(e){return y("showTabBar",e,{type:"async"})};const Jt={addPhoneContact:d,addPhoneContactAsync:g,alert:v,alertAsync:m,chooseImage:A,chooseImageAsync:b,choosePhoneContact:S,choosePhoneContactAsync:w,clearStorage:O,clearStorageAsync:B,closeBluetoothAdapter:P,closeBluetoothAdapterAsync:C,closeSocket:T,closeSocketAsync:k,confirm:E,confirmAsync:L,connectBLEDevice:D,connectBLEDeviceAsync:_,connectSocket:I,connectSocketAsync:M,datePicker:j,datePickerAsync:x,disconnectBLEDevice:N,disconnectBLEDeviceAsync:F,downloadFile:K,downloadFileAsync:G,getAppToken:function(){var e,t=(e=H().mark((function e(t){var n,r,o;return H().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:n=t.success,r=t.fail,o=t.complete,Promise.all([new Promise((function(e){ye("getMPayUtdid",{success:function(t){e((null==t?void 0:t.utdid)||"")},fail:function(){e("")}})})),fe()]).then((function(e){var t,r,o=(r=2,function(e){if(Array.isArray(e))return e}(t=e)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,o,a=[],c=!0,i=!1;try{for(n=n.call(e);!(c=(r=n.next()).done)&&(a.push(r.value),!t||a.length!==t);c=!0);}catch(e){i=!0,o=e}finally{try{c||null==n.return||n.return()}finally{if(i)throw o}}return a}}(t,r)||function(e,t){if(e){if("string"==typeof e)return Y(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Y(e,t):void 0}}(t,r)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()),a=o[0],c=o[1],i=c.brand,u=c.model,s=c.platform,l={apdid:a,brand:i,model:u,appVersion:c.version,osType:s,osVersion:c.system,terminalType:"miniapp"},y=JSON.stringify(l);null==n||n({appToken:y})})).catch((function(e){null==r||r(e)})).finally((function(){null==o||o()}));case 2:case"end":return e.stop()}}),e)})),function(){var t=this,n=arguments;return new Promise((function(r,o){var a=e.apply(t,n);function c(e){R(a,r,o,c,i,"next",e)}function i(e){R(a,r,o,c,i,"throw",e)}c(void 0)}))});return function(e){return t.apply(this,arguments)}}(),getAuthCode:pe,getAuthCodeAsync:h(pe),getBatteryInfo:he,getBatteryInfoAsync:h(he),getBLEDeviceCharacteristics:de,getBLEDeviceCharacteristicsAsync:h(de),getBLEDeviceServices:ge,getBLEDeviceServicesAsync:h(ge),getBluetoothAdapterState:ve,getBluetoothAdapterStateAsync:h(ve),getBluetoothDevices:me,getBluetoothDevicesAsync:h(me),getClipboard:Ae,getClipboardAsync:h(Ae),getConnectedBluetoothDevices:be,getConnectedBluetoothDevicesAsync:h(be),getFileInfo:Se,getFileInfoAsync:h(Se),getImageInfo:we,getImageInfoAsync:h(we),getLocation:function(e){var t=e||{},n=t.fail;ye("getLocation",Ce(Ce({},function(e,t){if(null==e)return{};var n,r,o=function(e,t){if(null==e)return{};var n,r,o={},a=Object.keys(e);for(r=0;r<a.length;r++)n=a[r],t.indexOf(n)>=0||(o[n]=e[n]);return o}(e,t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(r=0;r<a.length;r++)n=a[r],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}(t,Be)),{},{fail:function(e){5===(null==e?void 0:e.error)&&(e.error=11),null==n||n(e)}}))},getNetworkType:Te,getNetworkTypeAsync:h(Te),getOpenUserInfo:ke,getOpenUserInfoAsync:h(ke),getSavedFileInfo:Ee,getSavedFileInfoAsync:h(Ee),getSavedFileList:Le,getSavedFileListAsync:h(Le),getScreenBrightness:De,getScreenBrightnessAsync:h(De),getServerTime:_e,getServerTimeAsync:h(_e),getSetting:Ie,getSettingAsync:h(Ie),getSiteInfo:Me,getSiteInfoAsync:h(Me),getStorage:je,getStorageAsync:h(je),getSystemInfo:xe,getSystemInfoAsync:h(xe),hideBackHome:Ne,hideBackHomeAsync:h(Ne),hideKeyboard:Fe,hideKeyboardAsync:h(Fe),hideLoading:Ke,hideLoadingAsync:h(Ke),hideNavigationBarLoading:Ge,hideNavigationBarLoadingAsync:h(Ge),hideTabBar:Ye,hideTabBarAsync:h(Ye),hideToast:Re,hideToastAsync:h(Re),makePhoneCall:Ve,makePhoneCallAsync:h(Ve),multiLevelSelect:He,multiLevelSelectAsync:h(He),navigateBack:We,navigateBackAsync:h(We),navigateBackMiniProgram:Ue,navigateBackMiniProgramAsync:h(Ue),navigateTo:Je,navigateToAsync:h(Je),navigateToBizScene:qe,navigateToBizSceneAsync:h(qe),navigateToMiniProgram:ze,navigateToMiniProgramAsync:h(ze),notifyBLECharacteristicValueChange:$e,notifyBLECharacteristicValueChangeAsync:h($e),offAccelerometerChange:function(e){return y("offAccelerometerChange",e,{type:"callback"})},offBLECharacteristicValueChange:function(e){return y("offBLECharacteristicValueChange",e,{type:"callback"})},offBLEConnectionStateChanged:function(e){return y("offBLEConnectionStateChanged",e,{type:"callback"})},offBluetoothAdapterStateChange:function(e){return y("offBluetoothAdapterStateChange",e,{type:"callback"})},offBluetoothDeviceFound:function(e){return y("offBluetoothDeviceFound",e,{type:"callback"})},offCompassChange:function(e){return y("offCompassChange",e,{type:"callback"})},offMemoryWarning:function(e){return y("offMemoryWarning",e,{type:"callback"})},offSocketClose:function(e){return y("offSocketClose",e,{type:"callback"})},offSocketError:function(e){return y("offSocketError",e,{type:"callback"})},offSocketMessage:function(e){return y("offSocketMessage",e,{type:"callback"})},offSocketOpen:function(e){return y("offSocketOpen",e,{type:"callback"})},offUserCaptureScreen:function(e){return y("offUserCaptureScreen",e,{type:"callback"})},onAccelerometerChange:function(e){return y("onAccelerometerChange",e,{type:"callback"})},onBLECharacteristicValueChange:function(e){return y("onBLECharacteristicValueChange",e,{type:"callback"})},onBLEConnectionStateChanged:function(e){return y("onBLEConnectionStateChanged",e,{type:"callback"})},onBluetoothAdapterStateChange:function(e){return y("onBluetoothAdapterStateChange",e,{type:"callback"})},onBluetoothDeviceFound:function(e){return y("onBluetoothDeviceFound",e,{type:"callback"})},onCompassChange:function(e){return y("onCompassChange",e,{type:"callback"})},onMemoryWarning:function(e){return y("onMemoryWarning",e,{type:"callback"})},onSocketClose:function(e){return y("onSocketClose",e,{type:"callback"})},onSocketError:function(e){return y("onSocketError",e,{type:"callback"})},onSocketMessage:function(e){return y("onSocketMessage",e,{type:"callback"})},onSocketOpen:function(e){return y("onSocketOpen",e,{type:"callback"})},onUserCaptureScreen:function(e){return y("onUserCaptureScreen",e,{type:"callback"})},openBluetoothAdapter:Qe,openBluetoothAdapterAsync:h(Qe),openDocument:Xe,openDocumentAsync:h(Xe),openSetting:Ze,openSettingAsync:h(Ze),pageScrollTo:et,pageScrollToAsync:h(et),previewImage:tt,previewImageAsync:h(tt),prompt:nt,promptAsync:h(nt),readBLECharacteristicValue:rt,readBLECharacteristicValueAsync:h(rt),redirectTo:ot,redirectToAsync:h(ot),reLaunch:at,reLaunchAsync:h(at),removeSavedFile:ct,removeSavedFileAsync:h(ct),removeStorage:it,removeStorageAsync:h(it),request:ut,requestAsync:h(ut),saveFile:st,saveFileAsync:h(st),saveImage:lt,saveImageAsync:h(lt),scan:yt,scanAsync:h(yt),sendSocketMessage:ft,sendSocketMessageAsync:h(ft),setBackgroundColor:pt,setBackgroundColorAsync:h(pt),setCanPullDown:ht,setCanPullDownAsync:h(ht),setClipboard:dt,setClipboardAsync:h(dt),setKeepScreenOn:gt,setKeepScreenOnAsync:h(gt),setNavigationBar:vt,setNavigationBarAsync:h(vt),setScreenBrightness:mt,setScreenBrightnessAsync:h(mt),setStorage:At,setStorageAsync:h(At),setTabBarStyle:bt,setTabBarStyleAsync:h(bt),showActionSheet:St,showActionSheetAsync:h(St),showAuthGuide:wt,showAuthGuideAsync:h(wt),showLoading:Ot,showLoadingAsync:h(Ot),showNavigationBarLoading:Bt,showNavigationBarLoadingAsync:h(Bt),showToast:Pt,showToastAsync:h(Pt),signContract:Ct,signContractAsync:h(Ct),startBluetoothDevicesDiscovery:Tt,startBluetoothDevicesDiscoveryAsync:h(Tt),startPullDownRefresh:kt,startPullDownRefreshAsync:h(kt),stopBluetoothDevicesDiscovery:Et,stopBluetoothDevicesDiscoveryAsync:h(Et),stopPullDownRefresh:Lt,stopPullDownRefreshAsync:h(Lt),switchTab:Dt,switchTabAsync:h(Dt),tradePay:_t,tradePayAsync:h(_t),uploadFile:It,uploadFileAsync:h(It),vibrate:Mt,vibrateAsync:h(Mt),watchShake:jt,watchShakeAsync:h(jt),writeBLECharacteristicValue:xt,writeBLECharacteristicValueAsync:h(xt),showSharePanel:Nt,showSharePanelAsync:h(Nt),getAppId:function(e){ye("getMPayAppIdSync",e)},getCurrentPages:function(e){y("__hy_internal__",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Ft(Object(n),!0).forEach((function(t){Oe(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Ft(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}({name:"getCurrentPages"},e))},getSDKVersion:function(e){y("SDKVersion",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Kt(Object(n),!0).forEach((function(t){Oe(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Kt(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}({},e),{type:"attribute"})},setTransparentTitle:Gt,setTransparentTitleAsync:h(Gt),getRunScene:Yt,getRunSceneAsync:h(Yt),chooseFileFromDisk:Rt,chooseFileFromDiskAsync:h(Rt),chooseVideo:Vt,chooseVideoAsync:h(Vt),compressImage:Ht,compressImageAsync:h(Ht),setTabBarItem:Wt,setTabBarItemAsync:h(Wt),showTabBar:Ut,showTabBarAsync:h(Ut)}})(),r.default})()));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
|
|
@@ -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:()=>ct});var n=!1,o=[];function c(e){return o.push(e),function(){o=o.filter((function(t){return t!==e}))}}function r(e){return n||(document.addEventListener("onToWebViewMessage",(function(e){var t=e.data.res;if(t&&"message"===t.type){var n=JSON.parse(t.data);o.forEach((function(e){return e(n)}))}})),n=!0),function(e){if(window.AlipayJSBridge)return e();document.addEventListener("AlipayJSBridgeReady",(function(){return e()}),!1)}((function(){window.AlipayJSBridge.call("postWebViewMessage",{type:"message",detail:e})}))}var a={NOTFOUND:{code:-1,message:function(e){return"".concat(e," is not found")}},NOTALLOWED:{code:-2,message:function(e){return"".concat(e," is not allowed")}},INVALID:{code:-3,message:function(e){return"".concat(e," is invalid")}},NOTBIND:{code:-4,message:function(e){return"".concat(e," exec fail, webviewBridge not bind context")}},PARAMS_ERROR:{code:-5,message:function(e){return"".concat(e," exec fail, params error")}},TIMEOUT:{code:-6,message:function(e){return"".concat(e," exec fail, timeout")}}},i=function(){return i=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var c in t=arguments[n])Object.prototype.hasOwnProperty.call(t,c)&&(e[c]=t[c]);return e},i.apply(this,arguments)},s={};function u(e,t,n){n=i({timeout:2e4},n);var o=e+"_"+Math.floor(1e6*Math.random());t&&(s[o]=t),r({source:"hylid",type:"apiCall",api:e,serialId:o,options:t,config:n,isSync:null==n?void 0:n.isSync});var c=t;(null==n?void 0:n.timeout)&&(null==c?void 0:c.fail)&&setTimeout((function(){s[o]&&(delete s[o],c.fail(function(e,t){void 0===t&&(t="");var n=a.TIMEOUT;return{errorCode:n.code,errorMessage:(0,n.message)(t),errorSouce:"hylid"}}()))}),n.timeout)}c((function(e){var t,n=e,o=n.serialId;if(o&&s[o]){var c=s[o],r=n.result;if("callback"===(null===(t=n.config)||void 0===t?void 0:t.type)){var a=r||{},i=a._data_;return"success"===a._type_?c(i):c(void 0,i)}var u=c||{},y=u.success,l=u.fail,f=u.complete,p=r||{},g=p._data_,d=p._type_;d?("success"===d&&(null==y||y(g)),"fail"===d&&(null==l||l(g)),null==f||f(g)):((null==r?void 0:r.error)?null==l||l(r):null==y||y(r),null==f||f(r)),delete s[o]}})),u.onMessage=c,u.postMessage=r,u.broadcastGlobalData=function(e,t){r({source:"hylid",type:"broadcast",from:window.location.href,key:e,result:t})},u.onReceiveGlobalData=function(e,t){return c((function(n){var o=n;if("hylid"===o.source&&"broadcast"===o.type&&o.key===e){var c=o.result||{},r=c._data_;return"success"===c._type_?t(r,void 0,o.from):t(void 0,r,o.from)}}))},u.onPageEvent=function(e,t){return r({source:"hylid",type:"pageEvent",event:e}),c((function(n){var o=n;if("hylid"===o.source&&"pageEvent"===o.type&&o.event===e){var c=o.result||{},r=c._data_;return"success"===c._type_?t(r):t(void 0,r)}}))};var y=function(){return y=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var c in t=arguments[n])Object.prototype.hasOwnProperty.call(t,c)&&(e[c]=t[c]);return e},y.apply(this,arguments)},l=function(e){return function(t){return new Promise((function(n,o){var c=y(y({},t),{success:function(e){var o;n(e),null===(o=null==t?void 0:t.success)||void 0===o||o.call(t,e)},fail:function(e){var n;o(e),null===(n=null==t?void 0:t.fail)||void 0===n||n.call(t,e)}});e(c)}))}},f=function(e){return u("addPhoneContact",e,{type:"async"})},p=function(e){return u("alert",e,{type:"async"})},g=function(e){return u("chooseImage",e,{type:"async"})},d=function(e){return u("choosePhoneContact",e,{type:"async"})},h=function(e){return u("clearStorage",e,{type:"async"})},v=function(e){return u("closeBluetoothAdapter",e,{type:"async"})},A=function(e){return u("closeSocket",e,{type:"async"})},S=function(e){return u("confirm",e,{type:"async"})},m=function(e){return u("connectBLEDevice",e,{type:"async"})},B=function(e){return u("connectSocket",e,{type:"async"})},b=function(e){return u("datePicker",e,{type:"async"})},C=function(e){return u("disconnectBLEDevice",e,{type:"async"})},k=function(e){return u("downloadFile",e,{type:"async"})},w=function(e){return u("getAppToken",e,{type:"async"})},D=function(e){return u("getAuthCode",e,{type:"async"})},O=function(e){return u("getBatteryInfo",e,{type:"async"})},T=function(e){return u("getBLEDeviceCharacteristics",e,{type:"async"})},P=function(e){return u("getBLEDeviceServices",e,{type:"async"})},L=function(e){return u("getBluetoothAdapterState",e,{type:"async"})},I=function(e){return u("getBluetoothDevices",e,{type:"async"})},E=function(e){return u("getClipboard",e,{type:"async"})},j=function(e){return u("getConnectedBluetoothDevices",e,{type:"async"})},F=function(e){return u("getFileInfo",e,{type:"async"})},M=function(e){return u("getImageInfo",e,{type:"async"})},_=function(e){return u("getLocation",e,{type:"async"})},V=function(e){return u("getNetworkType",e,{type:"async"})},N=function(e){return u("getOpenUserInfo",e,{type:"async"})},R=function(e){return u("getSavedFileInfo",e,{type:"async"})},U=function(e){return u("getSavedFileList",e,{type:"async"})},x=function(e){return u("getScreenBrightness",e,{type:"async"})},K=function(e){return u("getServerTime",e,{type:"async"})},W=function(e){return u("getSetting",e,{type:"async"})},G=function(e){return u("getSiteInfo",e,{type:"async"})},J=function(e){return u("getStorage",e,{type:"async"})},q=function(e){return u("getSystemInfo",e,{type:"async"})},z=function(e){return u("hideBackHome",e,{type:"async"})},H=function(e){return u("hideKeyboard",e,{type:"async"})},Q=function(e){return u("hideLoading",e,{type:"async"})},X=function(e){return u("hideNavigationBarLoading",e,{type:"async"})},Y=function(e){return u("hideTabBar",e,{type:"async"})},Z=function(e){return u("hideToast",e,{type:"async"})},$=function(e){return u("makePhoneCall",e,{type:"async"})},ee=function(e){return u("multiLevelSelect",e,{type:"async"})},te=function(e){return u("navigateBack",e,{type:"async"})},ne=function(e){return u("navigateBackMiniProgram",e,{type:"async"})},oe=function(e){return u("navigateTo",e,{type:"async"})},ce=function(e){return u("navigateToBizScene",e,{type:"async"})},re=function(e){return u("navigateToMiniProgram",e,{type:"async"})},ae=function(e){return u("notifyBLECharacteristicValueChange",e,{type:"async"})},ie=function(e){return u("openBluetoothAdapter",e,{type:"async"})},se=function(e){return u("openDocument",e,{type:"async"})},ue=function(e){return u("openSetting",e,{type:"async"})},ye=function(e){return u("pageScrollTo",e,{type:"async"})},le=function(e){return u("previewImage",e,{type:"async"})},fe=function(e){return u("prompt",e,{type:"async"})},pe=function(e){return u("readBLECharacteristicValue",e,{type:"async"})},ge=function(e){return u("redirectTo",e,{type:"async"})},de=function(e){return u("reLaunch",e,{type:"async"})},he=function(e){return u("removeSavedFile",e,{type:"async"})},ve=function(e){return u("removeStorage",e,{type:"async"})},Ae=function(e){return u("request",e,{type:"async"})},Se=function(e){return u("saveFile",e,{type:"async"})},me=function(e){return u("saveImage",e,{type:"async"})},Be=function(e){return u("scan",e,{type:"async"})},be=function(e){return u("sendSocketMessage",e,{type:"async"})},Ce=function(e){return u("setBackgroundColor",e,{type:"async"})},ke=function(e){return u("setCanPullDown",e,{type:"async"})},we=function(e){return u("setClipboard",e,{type:"async"})},De=function(e){return u("setKeepScreenOn",e,{type:"async"})},Oe=function(e){return u("setNavigationBar",e,{type:"async"})},Te=function(e){return u("setScreenBrightness",e,{type:"async"})},Pe=function(e){return u("setStorage",e,{type:"async"})},Le=function(e){return u("setTabBarStyle",e,{type:"async"})},Ie=function(e){return u("showActionSheet",e,{type:"async"})},Ee=function(e){return u("showAuthGuide",e,{type:"async"})},je=function(e){return u("showLoading",e,{type:"async"})},Fe=function(e){return u("showNavigationBarLoading",e,{type:"async"})},Me=function(e){return u("showToast",e,{type:"async"})},_e=function(e){return u("signContract",e,{type:"async"})},Ve=function(e){return u("startBluetoothDevicesDiscovery",e,{type:"async"})},Ne=function(e){return u("startPullDownRefresh",e,{type:"async"})},Re=function(e){return u("stopBluetoothDevicesDiscovery",e,{type:"async"})},Ue=function(e){return u("stopPullDownRefresh",e,{type:"async"})},xe=function(e){return u("switchTab",e,{type:"async"})},Ke=function(e){return u("tradePay",e,{type:"async"})},We=function(e){return u("uploadFile",e,{type:"async"})},Ge=function(e){return u("vibrate",e,{type:"async"})},Je=function(e){return u("watchShake",e,{type:"async"})},qe=function(e){return u("writeBLECharacteristicValue",e,{type:"async"})},ze=function(e){return u("showSharePanel",e,{type:"async"})};function He(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Qe(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,o)}return n}function Xe(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,o)}return n}var Ye=function(e){return u("setTransparentTitle",e,{type:"async"})},Ze=function(e){return u("getRunScene",e,{type:"async"})},$e=function(e){return u("chooseFileFromDisk",e,{type:"async"})},et=function(e){return u("chooseVideo",e,{type:"async"})},tt=function(e){return u("compressImage",e,{type:"async"})},nt=function(e){return u("setTabBarItem",e,{type:"async"})},ot=function(e){return u("showTabBar",e,{type:"async"})};const ct={addPhoneContact:f,addPhoneContactAsync:l(f),alert:p,alertAsync:l(p),chooseImage:g,chooseImageAsync:l(g),choosePhoneContact:d,choosePhoneContactAsync:l(d),clearStorage:h,clearStorageAsync:l(h),closeBluetoothAdapter:v,closeBluetoothAdapterAsync:l(v),closeSocket:A,closeSocketAsync:l(A),confirm:S,confirmAsync:l(S),connectBLEDevice:m,connectBLEDeviceAsync:l(m),connectSocket:B,connectSocketAsync:l(B),datePicker:b,datePickerAsync:l(b),disconnectBLEDevice:C,disconnectBLEDeviceAsync:l(C),downloadFile:k,downloadFileAsync:l(k),getAppToken:w,getAppTokenAsync:l(w),getAuthCode:D,getAuthCodeAsync:l(D),getBatteryInfo:O,getBatteryInfoAsync:l(O),getBLEDeviceCharacteristics:T,getBLEDeviceCharacteristicsAsync:l(T),getBLEDeviceServices:P,getBLEDeviceServicesAsync:l(P),getBluetoothAdapterState:L,getBluetoothAdapterStateAsync:l(L),getBluetoothDevices:I,getBluetoothDevicesAsync:l(I),getClipboard:E,getClipboardAsync:l(E),getConnectedBluetoothDevices:j,getConnectedBluetoothDevicesAsync:l(j),getFileInfo:F,getFileInfoAsync:l(F),getImageInfo:M,getImageInfoAsync:l(M),getLocation:_,getLocationAsync:l(_),getNetworkType:V,getNetworkTypeAsync:l(V),getOpenUserInfo:N,getOpenUserInfoAsync:l(N),getSavedFileInfo:R,getSavedFileInfoAsync:l(R),getSavedFileList:U,getSavedFileListAsync:l(U),getScreenBrightness:x,getScreenBrightnessAsync:l(x),getServerTime:K,getServerTimeAsync:l(K),getSetting:W,getSettingAsync:l(W),getSiteInfo:G,getSiteInfoAsync:l(G),getStorage:J,getStorageAsync:l(J),getSystemInfo:q,getSystemInfoAsync:l(q),hideBackHome:z,hideBackHomeAsync:l(z),hideKeyboard:H,hideKeyboardAsync:l(H),hideLoading:Q,hideLoadingAsync:l(Q),hideNavigationBarLoading:X,hideNavigationBarLoadingAsync:l(X),hideTabBar:Y,hideTabBarAsync:l(Y),hideToast:Z,hideToastAsync:l(Z),makePhoneCall:$,makePhoneCallAsync:l($),multiLevelSelect:ee,multiLevelSelectAsync:l(ee),navigateBack:te,navigateBackAsync:l(te),navigateBackMiniProgram:ne,navigateBackMiniProgramAsync:l(ne),navigateTo:oe,navigateToAsync:l(oe),navigateToBizScene:ce,navigateToBizSceneAsync:l(ce),navigateToMiniProgram:re,navigateToMiniProgramAsync:l(re),notifyBLECharacteristicValueChange:ae,notifyBLECharacteristicValueChangeAsync:l(ae),offAccelerometerChange:function(e){return u("offAccelerometerChange",e,{type:"callback"})},offBLECharacteristicValueChange:function(e){return u("offBLECharacteristicValueChange",e,{type:"callback"})},offBLEConnectionStateChanged:function(e){return u("offBLEConnectionStateChanged",e,{type:"callback"})},offBluetoothAdapterStateChange:function(e){return u("offBluetoothAdapterStateChange",e,{type:"callback"})},offBluetoothDeviceFound:function(e){return u("offBluetoothDeviceFound",e,{type:"callback"})},offCompassChange:function(e){return u("offCompassChange",e,{type:"callback"})},offMemoryWarning:function(e){return u("offMemoryWarning",e,{type:"callback"})},offSocketClose:function(e){return u("offSocketClose",e,{type:"callback"})},offSocketError:function(e){return u("offSocketError",e,{type:"callback"})},offSocketMessage:function(e){return u("offSocketMessage",e,{type:"callback"})},offSocketOpen:function(e){return u("offSocketOpen",e,{type:"callback"})},offUserCaptureScreen:function(e){return u("offUserCaptureScreen",e,{type:"callback"})},onAccelerometerChange:function(e){return u("onAccelerometerChange",e,{type:"callback"})},onBLECharacteristicValueChange:function(e){return u("onBLECharacteristicValueChange",e,{type:"callback"})},onBLEConnectionStateChanged:function(e){return u("onBLEConnectionStateChanged",e,{type:"callback"})},onBluetoothAdapterStateChange:function(e){return u("onBluetoothAdapterStateChange",e,{type:"callback"})},onBluetoothDeviceFound:function(e){return u("onBluetoothDeviceFound",e,{type:"callback"})},onCompassChange:function(e){return u("onCompassChange",e,{type:"callback"})},onMemoryWarning:function(e){return u("onMemoryWarning",e,{type:"callback"})},onSocketClose:function(e){return u("onSocketClose",e,{type:"callback"})},onSocketError:function(e){return u("onSocketError",e,{type:"callback"})},onSocketMessage:function(e){return u("onSocketMessage",e,{type:"callback"})},onSocketOpen:function(e){return u("onSocketOpen",e,{type:"callback"})},onUserCaptureScreen:function(e){return u("onUserCaptureScreen",e,{type:"callback"})},openBluetoothAdapter:ie,openBluetoothAdapterAsync:l(ie),openDocument:se,openDocumentAsync:l(se),openSetting:ue,openSettingAsync:l(ue),pageScrollTo:ye,pageScrollToAsync:l(ye),previewImage:le,previewImageAsync:l(le),prompt:fe,promptAsync:l(fe),readBLECharacteristicValue:pe,readBLECharacteristicValueAsync:l(pe),redirectTo:ge,redirectToAsync:l(ge),reLaunch:de,reLaunchAsync:l(de),removeSavedFile:he,removeSavedFileAsync:l(he),removeStorage:ve,removeStorageAsync:l(ve),request:Ae,requestAsync:l(Ae),saveFile:Se,saveFileAsync:l(Se),saveImage:me,saveImageAsync:l(me),scan:Be,scanAsync:l(Be),sendSocketMessage:be,sendSocketMessageAsync:l(be),setBackgroundColor:Ce,setBackgroundColorAsync:l(Ce),setCanPullDown:ke,setCanPullDownAsync:l(ke),setClipboard:we,setClipboardAsync:l(we),setKeepScreenOn:De,setKeepScreenOnAsync:l(De),setNavigationBar:Oe,setNavigationBarAsync:l(Oe),setScreenBrightness:Te,setScreenBrightnessAsync:l(Te),setStorage:Pe,setStorageAsync:l(Pe),setTabBarStyle:Le,setTabBarStyleAsync:l(Le),showActionSheet:Ie,showActionSheetAsync:l(Ie),showAuthGuide:Ee,showAuthGuideAsync:l(Ee),showLoading:je,showLoadingAsync:l(je),showNavigationBarLoading:Fe,showNavigationBarLoadingAsync:l(Fe),showToast:Me,showToastAsync:l(Me),signContract:_e,signContractAsync:l(_e),startBluetoothDevicesDiscovery:Ve,startBluetoothDevicesDiscoveryAsync:l(Ve),startPullDownRefresh:Ne,startPullDownRefreshAsync:l(Ne),stopBluetoothDevicesDiscovery:Re,stopBluetoothDevicesDiscoveryAsync:l(Re),stopPullDownRefresh:Ue,stopPullDownRefreshAsync:l(Ue),switchTab:xe,switchTabAsync:l(xe),tradePay:Ke,tradePayAsync:l(Ke),uploadFile:We,uploadFileAsync:l(We),vibrate:Ge,vibrateAsync:l(Ge),watchShake:Je,watchShakeAsync:l(Je),writeBLECharacteristicValue:qe,writeBLECharacteristicValueAsync:l(qe),showSharePanel:ze,showSharePanelAsync:l(ze),getAppId:function(e){u("getAppIdSync",e,{type:"sync",isSync:!0})},getCurrentPages:function(e){u("__hy_internal__",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Qe(Object(n),!0).forEach((function(t){He(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Qe(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}({name:"getCurrentPages"},e))},getSDKVersion:function(e){u("SDKVersion",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Xe(Object(n),!0).forEach((function(t){He(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Xe(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}({},e),{type:"attribute"})},setTransparentTitle:Ye,setTransparentTitleAsync:l(Ye),getRunScene:Ze,getRunSceneAsync:l(Ze),chooseFileFromDisk:$e,chooseFileFromDiskAsync:l($e),chooseVideo:et,chooseVideoAsync:l(et),compressImage:tt,compressImageAsync:l(tt),setTabBarItem:nt,setTabBarItemAsync:l(nt),showTabBar:ot,showTabBarAsync:l(ot)};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:()=>ct});var n=!1,o=[];function c(e){return o.push(e),function(){o=o.filter((function(t){return t!==e}))}}function r(e){return n||(document.addEventListener("onToWebViewMessage",(function(e){var t=e.data.res;if(t&&"message"===t.type){var n=JSON.parse(t.data);o.forEach((function(e){return e(n)}))}})),n=!0),function(e){if(window.AlipayJSBridge)return e();document.addEventListener("AlipayJSBridgeReady",(function(){return e()}),!1)}((function(){window.AlipayJSBridge.call("postWebViewMessage",{type:"message",detail:e})}))}var a={NOTFOUND:{code:-1,message:function(e){return"".concat(e," is not found")}},NOTALLOWED:{code:-2,message:function(e){return"".concat(e," is not allowed")}},INVALID:{code:-3,message:function(e){return"".concat(e," is invalid")}},NOTBIND:{code:-4,message:function(e){return"".concat(e," exec fail, webviewBridge not bind context")}},PARAMS_ERROR:{code:-5,message:function(e){return"".concat(e," exec fail, params error")}},TIMEOUT:{code:-6,message:function(e){return"".concat(e," exec fail, timeout")}}},i=function(){return i=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var c in t=arguments[n])Object.prototype.hasOwnProperty.call(t,c)&&(e[c]=t[c]);return e},i.apply(this,arguments)},s={};function u(e,t,n){n=i({timeout:2e4},n);var o=e+"_"+Math.floor(1e6*Math.random());t&&(s[o]=t),r({source:"hylid",type:"apiCall",api:e,serialId:o,options:t,config:n,isSync:null==n?void 0:n.isSync});var c=t;(null==n?void 0:n.timeout)&&(null==c?void 0:c.fail)&&setTimeout((function(){s[o]&&(delete s[o],c.fail(function(e,t){void 0===t&&(t="");var n=a.TIMEOUT;return{errorCode:n.code,errorMessage:(0,n.message)(t),errorSouce:"hylid"}}()))}),n.timeout)}c((function(e){var t,n=e,o=n.serialId;if(o&&s[o]){var c=s[o],r=n.result;if("callback"===(null===(t=n.config)||void 0===t?void 0:t.type)){var a=r||{},i=a._data_;return"success"===a._type_?c(i):c(void 0,i)}var u=c||{},y=u.success,l=u.fail,f=u.complete,p=r||{},g=p._data_,d=p._type_;d?("success"===d&&(null==y||y(g)),"fail"===d&&(null==l||l(g)),null==f||f(g)):((null==r?void 0:r.error)?null==l||l(r):null==y||y(r),null==f||f(r)),delete s[o]}})),u.onMessage=c,u.postMessage=r,u.broadcastGlobalData=function(e,t){r({source:"hylid",type:"broadcast",from:window.location.href,key:e,result:t})},u.onReceiveGlobalData=function(e,t){return c((function(n){var o=n;if("hylid"===o.source&&"broadcast"===o.type&&o.key===e){var c=o.result||{},r=c._data_;return"success"===c._type_?t(r,void 0,o.from):t(void 0,r,o.from)}}))},u.onPageEvent=function(e,t){return r({source:"hylid",type:"pageEvent",event:e}),c((function(n){var o=n;if("hylid"===o.source&&"pageEvent"===o.type&&o.event===e){var c=o.result||{},r=c._data_;return"success"===c._type_?t(r):t(void 0,r)}}))};var y=function(){return y=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var c in t=arguments[n])Object.prototype.hasOwnProperty.call(t,c)&&(e[c]=t[c]);return e},y.apply(this,arguments)},l=function(e){return function(t){return new Promise((function(n,o){var c=y(y({},t),{success:function(e){var o;n(e),null===(o=null==t?void 0:t.success)||void 0===o||o.call(t,e)},fail:function(e){var n;o(e),null===(n=null==t?void 0:t.fail)||void 0===n||n.call(t,e)}});e(c)}))}},f=function(e){return u("addPhoneContact",e,{type:"async"})},p=function(e){return u("alert",e,{type:"async"})},g=function(e){return u("chooseImage",e,{type:"async"})},d=function(e){return u("choosePhoneContact",e,{type:"async"})},h=function(e){return u("clearStorage",e,{type:"async"})},v=function(e){return u("closeBluetoothAdapter",e,{type:"async"})},A=function(e){return u("closeSocket",e,{type:"async"})},S=function(e){return u("confirm",e,{type:"async"})},m=function(e){return u("connectBLEDevice",e,{type:"async"})},B=function(e){return u("connectSocket",e,{type:"async"})},b=function(e){return u("datePicker",e,{type:"async"})},C=function(e){return u("disconnectBLEDevice",e,{type:"async"})},k=function(e){return u("downloadFile",e,{type:"async"})},w=function(e){return u("getAppToken",e,{type:"async"})},D=function(e){return u("getAuthCode",e,{type:"async"})},O=function(e){return u("getBatteryInfo",e,{type:"async"})},T=function(e){return u("getBLEDeviceCharacteristics",e,{type:"async"})},P=function(e){return u("getBLEDeviceServices",e,{type:"async"})},L=function(e){return u("getBluetoothAdapterState",e,{type:"async"})},I=function(e){return u("getBluetoothDevices",e,{type:"async"})},E=function(e){return u("getClipboard",e,{type:"async"})},j=function(e){return u("getConnectedBluetoothDevices",e,{type:"async"})},F=function(e){return u("getFileInfo",e,{type:"async"})},M=function(e){return u("getImageInfo",e,{type:"async"})},_=function(e){return u("getLocation",e,{type:"async"})},V=function(e){return u("getNetworkType",e,{type:"async"})},N=function(e){return u("getOpenUserInfo",e,{type:"async"})},R=function(e){return u("getSavedFileInfo",e,{type:"async"})},U=function(e){return u("getSavedFileList",e,{type:"async"})},x=function(e){return u("getScreenBrightness",e,{type:"async"})},K=function(e){return u("getServerTime",e,{type:"async"})},W=function(e){return u("getSetting",e,{type:"async"})},G=function(e){return u("getSiteInfo",e,{type:"async"})},J=function(e){return u("getStorage",e,{type:"async"})},q=function(e){return u("getSystemInfo",e,{type:"async"})},z=function(e){return u("hideBackHome",e,{type:"async"})},H=function(e){return u("hideKeyboard",e,{type:"async"})},Q=function(e){return u("hideLoading",e,{type:"async"})},X=function(e){return u("hideNavigationBarLoading",e,{type:"async"})},Y=function(e){return u("hideTabBar",e,{type:"async"})},Z=function(e){return u("hideToast",e,{type:"async"})},$=function(e){return u("makePhoneCall",e,{type:"async"})},ee=function(e){return u("multiLevelSelect",e,{type:"async"})},te=function(e){return u("navigateBack",e,{type:"async"})},ne=function(e){return u("navigateBackMiniProgram",e,{type:"async"})},oe=function(e){return u("navigateTo",e,{type:"async"})},ce=function(e){return u("navigateToBizScene",e,{type:"async"})},re=function(e){return u("navigateToMiniProgram",e,{type:"async"})},ae=function(e){return u("notifyBLECharacteristicValueChange",e,{type:"async"})},ie=function(e){return u("openBluetoothAdapter",e,{type:"async"})},se=function(e){return u("openDocument",e,{type:"async"})},ue=function(e){return u("openSetting",e,{type:"async"})},ye=function(e){return u("pageScrollTo",e,{type:"async"})},le=function(e){return u("previewImage",e,{type:"async"})},fe=function(e){return u("prompt",e,{type:"async"})},pe=function(e){return u("readBLECharacteristicValue",e,{type:"async"})},ge=function(e){return u("redirectTo",e,{type:"async"})},de=function(e){return u("reLaunch",e,{type:"async"})},he=function(e){return u("removeSavedFile",e,{type:"async"})},ve=function(e){return u("removeStorage",e,{type:"async"})},Ae=function(e){return u("request",e,{type:"async"})},Se=function(e){return u("saveFile",e,{type:"async"})},me=function(e){return u("saveImage",e,{type:"async"})},Be=function(e){return u("scan",e,{type:"async"})},be=function(e){return u("sendSocketMessage",e,{type:"async"})},Ce=function(e){return u("setBackgroundColor",e,{type:"async"})},ke=function(e){return u("setCanPullDown",e,{type:"async"})},we=function(e){return u("setClipboard",e,{type:"async"})},De=function(e){return u("setKeepScreenOn",e,{type:"async"})},Oe=function(e){return u("setNavigationBar",e,{type:"async"})},Te=function(e){return u("setScreenBrightness",e,{type:"async"})},Pe=function(e){return u("setStorage",e,{type:"async"})},Le=function(e){return u("setTabBarStyle",e,{type:"async"})},Ie=function(e){return u("showActionSheet",e,{type:"async"})},Ee=function(e){return u("showAuthGuide",e,{type:"async"})},je=function(e){return u("showLoading",e,{type:"async"})},Fe=function(e){return u("showNavigationBarLoading",e,{type:"async"})},Me=function(e){return u("showToast",e,{type:"async"})},_e=function(e){return u("signContract",e,{type:"async"})},Ve=function(e){return u("startBluetoothDevicesDiscovery",e,{type:"async"})},Ne=function(e){return u("startPullDownRefresh",e,{type:"async"})},Re=function(e){return u("stopBluetoothDevicesDiscovery",e,{type:"async"})},Ue=function(e){return u("stopPullDownRefresh",e,{type:"async"})},xe=function(e){return u("switchTab",e,{type:"async"})},Ke=function(e){return u("tradePay",e,{type:"async"})},We=function(e){return u("uploadFile",e,{type:"async"})},Ge=function(e){return u("vibrate",e,{type:"async"})},Je=function(e){return u("watchShake",e,{type:"async"})},qe=function(e){return u("writeBLECharacteristicValue",e,{type:"async"})},ze=function(e){return u("showSharePanel",e,{type:"async"})};function He(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Qe(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,o)}return n}function Xe(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,o)}return n}var Ye=function(e){return u("setTransparentTitle",e,{type:"async"})},Ze=function(e){return u("getRunScene",e,{type:"async"})},$e=function(e){return u("chooseFileFromDisk",e,{type:"async"})},et=function(e){return u("chooseVideo",e,{type:"async"})},tt=function(e){return u("compressImage",e,{type:"async"})},nt=function(e){return u("setTabBarItem",e,{type:"async"})},ot=function(e){return u("showTabBar",e,{type:"async"})};const ct={addPhoneContact:f,addPhoneContactAsync:l(f),alert:p,alertAsync:l(p),chooseImage:g,chooseImageAsync:l(g),choosePhoneContact:d,choosePhoneContactAsync:l(d),clearStorage:h,clearStorageAsync:l(h),closeBluetoothAdapter:v,closeBluetoothAdapterAsync:l(v),closeSocket:A,closeSocketAsync:l(A),confirm:S,confirmAsync:l(S),connectBLEDevice:m,connectBLEDeviceAsync:l(m),connectSocket:B,connectSocketAsync:l(B),datePicker:b,datePickerAsync:l(b),disconnectBLEDevice:C,disconnectBLEDeviceAsync:l(C),downloadFile:k,downloadFileAsync:l(k),getAppToken:w,getAppTokenAsync:l(w),getAuthCode:D,getAuthCodeAsync:l(D),getBatteryInfo:O,getBatteryInfoAsync:l(O),getBLEDeviceCharacteristics:T,getBLEDeviceCharacteristicsAsync:l(T),getBLEDeviceServices:P,getBLEDeviceServicesAsync:l(P),getBluetoothAdapterState:L,getBluetoothAdapterStateAsync:l(L),getBluetoothDevices:I,getBluetoothDevicesAsync:l(I),getClipboard:E,getClipboardAsync:l(E),getConnectedBluetoothDevices:j,getConnectedBluetoothDevicesAsync:l(j),getFileInfo:F,getFileInfoAsync:l(F),getImageInfo:M,getImageInfoAsync:l(M),getLocation:_,getLocationAsync:l(_),getNetworkType:V,getNetworkTypeAsync:l(V),getOpenUserInfo:N,getOpenUserInfoAsync:l(N),getSavedFileInfo:R,getSavedFileInfoAsync:l(R),getSavedFileList:U,getSavedFileListAsync:l(U),getScreenBrightness:x,getScreenBrightnessAsync:l(x),getServerTime:K,getServerTimeAsync:l(K),getSetting:W,getSettingAsync:l(W),getSiteInfo:G,getSiteInfoAsync:l(G),getStorage:J,getStorageAsync:l(J),getSystemInfo:q,getSystemInfoAsync:l(q),hideBackHome:z,hideBackHomeAsync:l(z),hideKeyboard:H,hideKeyboardAsync:l(H),hideLoading:Q,hideLoadingAsync:l(Q),hideNavigationBarLoading:X,hideNavigationBarLoadingAsync:l(X),hideTabBar:Y,hideTabBarAsync:l(Y),hideToast:Z,hideToastAsync:l(Z),makePhoneCall:$,makePhoneCallAsync:l($),multiLevelSelect:ee,multiLevelSelectAsync:l(ee),navigateBack:te,navigateBackAsync:l(te),navigateBackMiniProgram:ne,navigateBackMiniProgramAsync:l(ne),navigateTo:oe,navigateToAsync:l(oe),navigateToBizScene:ce,navigateToBizSceneAsync:l(ce),navigateToMiniProgram:re,navigateToMiniProgramAsync:l(re),notifyBLECharacteristicValueChange:ae,notifyBLECharacteristicValueChangeAsync:l(ae),offAccelerometerChange:function(e){return u("offAccelerometerChange",e,{type:"callback"})},offBLECharacteristicValueChange:function(e){return u("offBLECharacteristicValueChange",e,{type:"callback"})},offBLEConnectionStateChanged:function(e){return u("offBLEConnectionStateChanged",e,{type:"callback"})},offBluetoothAdapterStateChange:function(e){return u("offBluetoothAdapterStateChange",e,{type:"callback"})},offBluetoothDeviceFound:function(e){return u("offBluetoothDeviceFound",e,{type:"callback"})},offCompassChange:function(e){return u("offCompassChange",e,{type:"callback"})},offMemoryWarning:function(e){return u("offMemoryWarning",e,{type:"callback"})},offSocketClose:function(e){return u("offSocketClose",e,{type:"callback"})},offSocketError:function(e){return u("offSocketError",e,{type:"callback"})},offSocketMessage:function(e){return u("offSocketMessage",e,{type:"callback"})},offSocketOpen:function(e){return u("offSocketOpen",e,{type:"callback"})},offUserCaptureScreen:function(e){return u("offUserCaptureScreen",e,{type:"callback"})},onAccelerometerChange:function(e){return u("onAccelerometerChange",e,{type:"callback"})},onBLECharacteristicValueChange:function(e){return u("onBLECharacteristicValueChange",e,{type:"callback"})},onBLEConnectionStateChanged:function(e){return u("onBLEConnectionStateChanged",e,{type:"callback"})},onBluetoothAdapterStateChange:function(e){return u("onBluetoothAdapterStateChange",e,{type:"callback"})},onBluetoothDeviceFound:function(e){return u("onBluetoothDeviceFound",e,{type:"callback"})},onCompassChange:function(e){return u("onCompassChange",e,{type:"callback"})},onMemoryWarning:function(e){return u("onMemoryWarning",e,{type:"callback"})},onSocketClose:function(e){return u("onSocketClose",e,{type:"callback"})},onSocketError:function(e){return u("onSocketError",e,{type:"callback"})},onSocketMessage:function(e){return u("onSocketMessage",e,{type:"callback"})},onSocketOpen:function(e){return u("onSocketOpen",e,{type:"callback"})},onUserCaptureScreen:function(e){return u("onUserCaptureScreen",e,{type:"callback"})},openBluetoothAdapter:ie,openBluetoothAdapterAsync:l(ie),openDocument:se,openDocumentAsync:l(se),openSetting:ue,openSettingAsync:l(ue),pageScrollTo:ye,pageScrollToAsync:l(ye),previewImage:le,previewImageAsync:l(le),prompt:fe,promptAsync:l(fe),readBLECharacteristicValue:pe,readBLECharacteristicValueAsync:l(pe),redirectTo:ge,redirectToAsync:l(ge),reLaunch:de,reLaunchAsync:l(de),removeSavedFile:he,removeSavedFileAsync:l(he),removeStorage:ve,removeStorageAsync:l(ve),request:Ae,requestAsync:l(Ae),saveFile:Se,saveFileAsync:l(Se),saveImage:me,saveImageAsync:l(me),scan:Be,scanAsync:l(Be),sendSocketMessage:be,sendSocketMessageAsync:l(be),setBackgroundColor:Ce,setBackgroundColorAsync:l(Ce),setCanPullDown:ke,setCanPullDownAsync:l(ke),setClipboard:we,setClipboardAsync:l(we),setKeepScreenOn:De,setKeepScreenOnAsync:l(De),setNavigationBar:Oe,setNavigationBarAsync:l(Oe),setScreenBrightness:Te,setScreenBrightnessAsync:l(Te),setStorage:Pe,setStorageAsync:l(Pe),setTabBarStyle:Le,setTabBarStyleAsync:l(Le),showActionSheet:Ie,showActionSheetAsync:l(Ie),showAuthGuide:Ee,showAuthGuideAsync:l(Ee),showLoading:je,showLoadingAsync:l(je),showNavigationBarLoading:Fe,showNavigationBarLoadingAsync:l(Fe),showToast:Me,showToastAsync:l(Me),signContract:_e,signContractAsync:l(_e),startBluetoothDevicesDiscovery:Ve,startBluetoothDevicesDiscoveryAsync:l(Ve),startPullDownRefresh:Ne,startPullDownRefreshAsync:l(Ne),stopBluetoothDevicesDiscovery:Re,stopBluetoothDevicesDiscoveryAsync:l(Re),stopPullDownRefresh:Ue,stopPullDownRefreshAsync:l(Ue),switchTab:xe,switchTabAsync:l(xe),tradePay:Ke,tradePayAsync:l(Ke),uploadFile:We,uploadFileAsync:l(We),vibrate:Ge,vibrateAsync:l(Ge),watchShake:Je,watchShakeAsync:l(Je),writeBLECharacteristicValue:qe,writeBLECharacteristicValueAsync:l(qe),showSharePanel:ze,showSharePanelAsync:l(ze),getAppId:function(e){u("getAppIdSync",e,{type:"sync",isSync:!0})},getCurrentPages:function(e){u("__hy_internal__",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Qe(Object(n),!0).forEach((function(t){He(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Qe(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}({name:"getCurrentPages"},e))},getSDKVersion:function(e){u("SDKVersion",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Xe(Object(n),!0).forEach((function(t){He(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Xe(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}({},e),{type:"attribute"})},setTransparentTitle:Ye,setTransparentTitleAsync:l(Ye),getRunScene:Ze,getRunSceneAsync:l(Ze),chooseFileFromDisk:$e,chooseFileFromDiskAsync:l($e),chooseVideo:et,chooseVideoAsync:l(et),compressImage:tt,compressImageAsync:l(tt),setTabBarItem:nt,setTabBarItemAsync:l(nt),showTabBar:ot,showTabBarAsync:l(ot)};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 c in n)e.o(n,c)&&!e.o(t,c)&&Object.defineProperty(t,c,{enumerable:!0,get:n[c]})},o:(e,t)=>Object.prototype.hasOwnProperty.call(e,t)},t={};e.d(t,{default:()=>at});var n=!1,c=[];function o(e){return c.push(e),function(){c=c.filter((function(t){return t!==e}))}}function r(e){return n||(document.addEventListener("onToWebViewMessage",(function(e){var t=e.data.res;if(t&&"message"===t.type){var n=JSON.parse(t.data);c.forEach((function(e){return e(n)}))}})),n=!0),function(e){if(window.AlipayJSBridge)return e();document.addEventListener("AlipayJSBridgeReady",(function(){return e()}),!1)}((function(){window.AlipayJSBridge.call("postWebViewMessage",{type:"message",detail:e})}))}var a={NOTFOUND:{code:-1,message:function(e){return"".concat(e," is not found")}},NOTALLOWED:{code:-2,message:function(e){return"".concat(e," is not allowed")}},INVALID:{code:-3,message:function(e){return"".concat(e," is invalid")}},NOTBIND:{code:-4,message:function(e){return"".concat(e," exec fail, webviewBridge not bind context")}},PARAMS_ERROR:{code:-5,message:function(e){return"".concat(e," exec fail, params error")}},TIMEOUT:{code:-6,message:function(e){return"".concat(e," exec fail, timeout")}}},i=function(){return i=Object.assign||function(e){for(var t,n=1,c=arguments.length;n<c;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},i.apply(this,arguments)},s={};function u(e,t,n){n=i({timeout:2e4},n);var c=e+"_"+Math.floor(1e6*Math.random());t&&(s[c]=t),r({source:"hylid",type:"apiCall",api:e,serialId:c,options:t,config:n,isSync:null==n?void 0:n.isSync});var o=t;(null==n?void 0:n.timeout)&&(null==o?void 0:o.fail)&&setTimeout((function(){s[c]&&(delete s[c],o.fail(function(e,t){void 0===t&&(t="");var n=a.TIMEOUT;return{errorCode:n.code,errorMessage:(0,n.message)(t),errorSouce:"hylid"}}()))}),n.timeout)}o((function(e){var t,n=e,c=n.serialId;if(c&&s[c]){var o=s[c],r=n.result;if("callback"===(null===(t=n.config)||void 0===t?void 0:t.type)){var a=r||{},i=a._data_;return"success"===a._type_?o(i):o(void 0,i)}var u=o||{},y=u.success,l=u.fail,f=u.complete,p=r||{},g=p._data_,d=p._type_;d?("success"===d&&(null==y||y(g)),"fail"===d&&(null==l||l(g)),null==f||f(g)):((null==r?void 0:r.error)?null==l||l(r):null==y||y(r),null==f||f(r)),delete s[c]}})),u.onMessage=o,u.postMessage=r,u.broadcastGlobalData=function(e,t){r({source:"hylid",type:"broadcast",from:window.location.href,key:e,result:t})},u.onReceiveGlobalData=function(e,t){return o((function(n){var c=n;if("hylid"===c.source&&"broadcast"===c.type&&c.key===e){var o=c.result||{},r=o._data_;return"success"===o._type_?t(r,void 0,c.from):t(void 0,r,c.from)}}))},u.onPageEvent=function(e,t){return r({source:"hylid",type:"pageEvent",event:e}),o((function(n){var c=n;if("hylid"===c.source&&"pageEvent"===c.type&&c.event===e){var o=c.result||{},r=o._data_;return"success"===o._type_?t(r):t(void 0,r)}}))};var y=function(){return y=Object.assign||function(e){for(var t,n=1,c=arguments.length;n<c;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},y.apply(this,arguments)},l=function(e){return function(t){return new Promise((function(n,c){var o=y(y({},t),{success:function(e){var c;n(e),null===(c=null==t?void 0:t.success)||void 0===c||c.call(t,e)},fail:function(e){var n;c(e),null===(n=null==t?void 0:t.fail)||void 0===n||n.call(t,e)}});e(o)}))}},f=function(e){return u("addPhoneContact",e,{type:"async"})},p=function(e){return u("alert",e,{type:"async"})},g=function(e){return u("chooseImage",e,{type:"async"})},d=function(e){return u("choosePhoneContact",e,{type:"async"})},h=function(e){return u("clearStorage",e,{type:"async"})},v=function(e){return u("closeBluetoothAdapter",e,{type:"async"})},A=function(e){return u("closeSocket",e,{type:"async"})},S=function(e){return u("confirm",e,{type:"async"})},m=function(e){return u("connectBLEDevice",e,{type:"async"})},B=function(e){return u("connectSocket",e,{type:"async"})},b=function(e){return u("datePicker",e,{type:"async"})},C=function(e){return u("disconnectBLEDevice",e,{type:"async"})},k=function(e){return u("downloadFile",e,{type:"async"})},w=function(e){return u("exitApp",e,{type:"async"})},D=function(e){return u("getAppToken",e,{type:"async"})},O=function(e){return u("getAuthCode",e,{type:"async"})},T=function(e){return u("getBatteryInfo",e,{type:"async"})},P=function(e){return u("getBLEDeviceCharacteristics",e,{type:"async"})},L=function(e){return u("getBLEDeviceServices",e,{type:"async"})},I=function(e){return u("getBluetoothAdapterState",e,{type:"async"})},E=function(e){return u("getBluetoothDevices",e,{type:"async"})},j=function(e){return u("getClipboard",e,{type:"async"})},F=function(e){return u("getConnectedBluetoothDevices",e,{type:"async"})},M=function(e){return u("getFileInfo",e,{type:"async"})},_=function(e){return u("getImageInfo",e,{type:"async"})},V=function(e){return u("getLocation",e,{type:"async"})},N=function(e){return u("getNetworkType",e,{type:"async"})},R=function(e){return u("getOpenUserInfo",e,{type:"async"})},x=function(e){return u("getSavedFileInfo",e,{type:"async"})},U=function(e){return u("getSavedFileList",e,{type:"async"})},K=function(e){return u("getScreenBrightness",e,{type:"async"})},W=function(e){return u("getServerTime",e,{type:"async"})},G=function(e){return u("getSetting",e,{type:"async"})},J=function(e){return u("getSiteInfo",e,{type:"async"})},q=function(e){return u("getStorage",e,{type:"async"})},z=function(e){return u("getSystemInfo",e,{type:"async"})},H=function(e){return u("hideBackHome",e,{type:"async"})},Q=function(e){return u("hideKeyboard",e,{type:"async"})},X=function(e){return u("hideLoading",e,{type:"async"})},Y=function(e){return u("hideNavigationBarLoading",e,{type:"async"})},Z=function(e){return u("hideTabBar",e,{type:"async"})},$=function(e){return u("hideToast",e,{type:"async"})},ee=function(e){return u("makePhoneCall",e,{type:"async"})},te=function(e){return u("multiLevelSelect",e,{type:"async"})},ne=function(e){return u("navigateBack",e,{type:"async"})},ce=function(e){return u("navigateBackMiniProgram",e,{type:"async"})},oe=function(e){return u("navigateTo",e,{type:"async"})},re=function(e){return u("navigateToBizScene",e,{type:"async"})},ae=function(e){return u("navigateToMiniProgram",e,{type:"async"})},ie=function(e){return u("notifyBLECharacteristicValueChange",e,{type:"async"})},se=function(e){return u("openBluetoothAdapter",e,{type:"async"})},ue=function(e){return u("openDocument",e,{type:"async"})},ye=function(e){return u("openSetting",e,{type:"async"})},le=function(e){return u("pageScrollTo",e,{type:"async"})},fe=function(e){return u("previewImage",e,{type:"async"})},pe=function(e){return u("prompt",e,{type:"async"})},ge=function(e){return u("readBLECharacteristicValue",e,{type:"async"})},de=function(e){return u("redirectTo",e,{type:"async"})},he=function(e){return u("reLaunch",e,{type:"async"})},ve=function(e){return u("removeSavedFile",e,{type:"async"})},Ae=function(e){return u("removeStorage",e,{type:"async"})},Se=function(e){return u("request",e,{type:"async"})},me=function(e){return u("rpc",e,{type:"async"})},Be=function(e){return u("saveFile",e,{type:"async"})},be=function(e){return u("saveImage",e,{type:"async"})},Ce=function(e){return u("scan",e,{type:"async"})},ke=function(e){return u("sendSocketMessage",e,{type:"async"})},we=function(e){return u("setBackgroundColor",e,{type:"async"})},De=function(e){return u("setCanPullDown",e,{type:"async"})},Oe=function(e){return u("setClipboard",e,{type:"async"})},Te=function(e){return u("setKeepScreenOn",e,{type:"async"})},Pe=function(e){return u("setNavigationBar",e,{type:"async"})},Le=function(e){return u("setScreenBrightness",e,{type:"async"})},Ie=function(e){return u("setStorage",e,{type:"async"})},Ee=function(e){return u("setTabBarStyle",e,{type:"async"})},je=function(e){return u("showActionSheet",e,{type:"async"})},Fe=function(e){return u("showAuthGuide",e,{type:"async"})},Me=function(e){return u("showLoading",e,{type:"async"})},_e=function(e){return u("showNavigationBarLoading",e,{type:"async"})},Ve=function(e){return u("showToast",e,{type:"async"})},Ne=function(e){return u("signContract",e,{type:"async"})},Re=function(e){return u("startBluetoothDevicesDiscovery",e,{type:"async"})},xe=function(e){return u("startPullDownRefresh",e,{type:"async"})},Ue=function(e){return u("stopBluetoothDevicesDiscovery",e,{type:"async"})},Ke=function(e){return u("stopPullDownRefresh",e,{type:"async"})},We=function(e){return u("switchTab",e,{type:"async"})},Ge=function(e){return u("tradePay",e,{type:"async"})},Je=function(e){return u("uploadFile",e,{type:"async"})},qe=function(e){return u("vibrate",e,{type:"async"})},ze=function(e){return u("watchShake",e,{type:"async"})},He=function(e){return u("writeBLECharacteristicValue",e,{type:"async"})},Qe=function(e){return u("showSharePanel",e,{type:"async"})};function Xe(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Ye(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var c=Object.getOwnPropertySymbols(e);t&&(c=c.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,c)}return n}function Ze(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var c=Object.getOwnPropertySymbols(e);t&&(c=c.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,c)}return n}var $e=function(e){return u("setTransparentTitle",e,{type:"async"})},et=function(e){return u("getRunScene",e,{type:"async"})},tt=function(e){return u("chooseFileFromDisk",e,{type:"async"})},nt=function(e){return u("chooseVideo",e,{type:"async"})},ct=function(e){return u("compressImage",e,{type:"async"})},ot=function(e){return u("setTabBarItem",e,{type:"async"})},rt=function(e){return u("showTabBar",e,{type:"async"})};const at={addPhoneContact:f,addPhoneContactAsync:l(f),alert:p,alertAsync:l(p),chooseImage:g,chooseImageAsync:l(g),choosePhoneContact:d,choosePhoneContactAsync:l(d),clearStorage:h,clearStorageAsync:l(h),closeBluetoothAdapter:v,closeBluetoothAdapterAsync:l(v),closeSocket:A,closeSocketAsync:l(A),confirm:S,confirmAsync:l(S),connectBLEDevice:m,connectBLEDeviceAsync:l(m),connectSocket:B,connectSocketAsync:l(B),datePicker:b,datePickerAsync:l(b),disconnectBLEDevice:C,disconnectBLEDeviceAsync:l(C),downloadFile:k,downloadFileAsync:l(k),exitApp:w,exitAppAsync:l(w),getAppToken:D,getAppTokenAsync:l(D),getAuthCode:O,getAuthCodeAsync:l(O),getBatteryInfo:T,getBatteryInfoAsync:l(T),getBLEDeviceCharacteristics:P,getBLEDeviceCharacteristicsAsync:l(P),getBLEDeviceServices:L,getBLEDeviceServicesAsync:l(L),getBluetoothAdapterState:I,getBluetoothAdapterStateAsync:l(I),getBluetoothDevices:E,getBluetoothDevicesAsync:l(E),getClipboard:j,getClipboardAsync:l(j),getConnectedBluetoothDevices:F,getConnectedBluetoothDevicesAsync:l(F),getFileInfo:M,getFileInfoAsync:l(M),getImageInfo:_,getImageInfoAsync:l(_),getLocation:V,getLocationAsync:l(V),getNetworkType:N,getNetworkTypeAsync:l(N),getOpenUserInfo:R,getOpenUserInfoAsync:l(R),getSavedFileInfo:x,getSavedFileInfoAsync:l(x),getSavedFileList:U,getSavedFileListAsync:l(U),getScreenBrightness:K,getScreenBrightnessAsync:l(K),getServerTime:W,getServerTimeAsync:l(W),getSetting:G,getSettingAsync:l(G),getSiteInfo:J,getSiteInfoAsync:l(J),getStorage:q,getStorageAsync:l(q),getSystemInfo:z,getSystemInfoAsync:l(z),hideBackHome:H,hideBackHomeAsync:l(H),hideKeyboard:Q,hideKeyboardAsync:l(Q),hideLoading:X,hideLoadingAsync:l(X),hideNavigationBarLoading:Y,hideNavigationBarLoadingAsync:l(Y),hideTabBar:Z,hideTabBarAsync:l(Z),hideToast:$,hideToastAsync:l($),makePhoneCall:ee,makePhoneCallAsync:l(ee),multiLevelSelect:te,multiLevelSelectAsync:l(te),navigateBack:ne,navigateBackAsync:l(ne),navigateBackMiniProgram:ce,navigateBackMiniProgramAsync:l(ce),navigateTo:oe,navigateToAsync:l(oe),navigateToBizScene:re,navigateToBizSceneAsync:l(re),navigateToMiniProgram:ae,navigateToMiniProgramAsync:l(ae),notifyBLECharacteristicValueChange:ie,notifyBLECharacteristicValueChangeAsync:l(ie),offAccelerometerChange:function(e){return u("offAccelerometerChange",e,{type:"callback"})},offBLECharacteristicValueChange:function(e){return u("offBLECharacteristicValueChange",e,{type:"callback"})},offBLEConnectionStateChanged:function(e){return u("offBLEConnectionStateChanged",e,{type:"callback"})},offBluetoothAdapterStateChange:function(e){return u("offBluetoothAdapterStateChange",e,{type:"callback"})},offBluetoothDeviceFound:function(e){return u("offBluetoothDeviceFound",e,{type:"callback"})},offCompassChange:function(e){return u("offCompassChange",e,{type:"callback"})},offMemoryWarning:function(e){return u("offMemoryWarning",e,{type:"callback"})},offSocketClose:function(e){return u("offSocketClose",e,{type:"callback"})},offSocketError:function(e){return u("offSocketError",e,{type:"callback"})},offSocketMessage:function(e){return u("offSocketMessage",e,{type:"callback"})},offSocketOpen:function(e){return u("offSocketOpen",e,{type:"callback"})},offUserCaptureScreen:function(e){return u("offUserCaptureScreen",e,{type:"callback"})},onAccelerometerChange:function(e){return u("onAccelerometerChange",e,{type:"callback"})},onBLECharacteristicValueChange:function(e){return u("onBLECharacteristicValueChange",e,{type:"callback"})},onBLEConnectionStateChanged:function(e){return u("onBLEConnectionStateChanged",e,{type:"callback"})},onBluetoothAdapterStateChange:function(e){return u("onBluetoothAdapterStateChange",e,{type:"callback"})},onBluetoothDeviceFound:function(e){return u("onBluetoothDeviceFound",e,{type:"callback"})},onCompassChange:function(e){return u("onCompassChange",e,{type:"callback"})},onMemoryWarning:function(e){return u("onMemoryWarning",e,{type:"callback"})},onSocketClose:function(e){return u("onSocketClose",e,{type:"callback"})},onSocketError:function(e){return u("onSocketError",e,{type:"callback"})},onSocketMessage:function(e){return u("onSocketMessage",e,{type:"callback"})},onSocketOpen:function(e){return u("onSocketOpen",e,{type:"callback"})},onUserCaptureScreen:function(e){return u("onUserCaptureScreen",e,{type:"callback"})},openBluetoothAdapter:se,openBluetoothAdapterAsync:l(se),openDocument:ue,openDocumentAsync:l(ue),openSetting:ye,openSettingAsync:l(ye),pageScrollTo:le,pageScrollToAsync:l(le),previewImage:fe,previewImageAsync:l(fe),prompt:pe,promptAsync:l(pe),readBLECharacteristicValue:ge,readBLECharacteristicValueAsync:l(ge),redirectTo:de,redirectToAsync:l(de),reLaunch:he,reLaunchAsync:l(he),removeSavedFile:ve,removeSavedFileAsync:l(ve),removeStorage:Ae,removeStorageAsync:l(Ae),request:Se,requestAsync:l(Se),rpc:me,rpcAsync:l(me),saveFile:Be,saveFileAsync:l(Be),saveImage:be,saveImageAsync:l(be),scan:Ce,scanAsync:l(Ce),sendSocketMessage:ke,sendSocketMessageAsync:l(ke),setBackgroundColor:we,setBackgroundColorAsync:l(we),setCanPullDown:De,setCanPullDownAsync:l(De),setClipboard:Oe,setClipboardAsync:l(Oe),setKeepScreenOn:Te,setKeepScreenOnAsync:l(Te),setNavigationBar:Pe,setNavigationBarAsync:l(Pe),setScreenBrightness:Le,setScreenBrightnessAsync:l(Le),setStorage:Ie,setStorageAsync:l(Ie),setTabBarStyle:Ee,setTabBarStyleAsync:l(Ee),showActionSheet:je,showActionSheetAsync:l(je),showAuthGuide:Fe,showAuthGuideAsync:l(Fe),showLoading:Me,showLoadingAsync:l(Me),showNavigationBarLoading:_e,showNavigationBarLoadingAsync:l(_e),showToast:Ve,showToastAsync:l(Ve),signContract:Ne,signContractAsync:l(Ne),startBluetoothDevicesDiscovery:Re,startBluetoothDevicesDiscoveryAsync:l(Re),startPullDownRefresh:xe,startPullDownRefreshAsync:l(xe),stopBluetoothDevicesDiscovery:Ue,stopBluetoothDevicesDiscoveryAsync:l(Ue),stopPullDownRefresh:Ke,stopPullDownRefreshAsync:l(Ke),switchTab:We,switchTabAsync:l(We),tradePay:Ge,tradePayAsync:l(Ge),uploadFile:Je,uploadFileAsync:l(Je),vibrate:qe,vibrateAsync:l(qe),watchShake:ze,watchShakeAsync:l(ze),writeBLECharacteristicValue:He,writeBLECharacteristicValueAsync:l(He),showSharePanel:Qe,showSharePanelAsync:l(Qe),getAppId:function(e){u("getAppIdSync",e,{type:"sync",isSync:!0})},getCurrentPages:function(e){u("__hy_internal__",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Ye(Object(n),!0).forEach((function(t){Xe(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Ye(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}({name:"getCurrentPages"},e))},getSDKVersion:function(e){u("SDKVersion",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Ze(Object(n),!0).forEach((function(t){Xe(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Ze(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}({},e),{type:"attribute"})},setTransparentTitle:$e,setTransparentTitleAsync:l($e),getRunScene:et,getRunSceneAsync:l(et),chooseFileFromDisk:tt,chooseFileFromDiskAsync:l(tt),chooseVideo:nt,chooseVideoAsync:l(nt),compressImage:ct,compressImageAsync:l(ct),setTabBarItem:ot,setTabBarItemAsync:l(ot),showTabBar:rt,showTabBarAsync:l(rt)};return t.default})()));
|