hylid-bridge 3.3.0-alpha.13 → 4.0.0-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +529 -461
- package/canIUse.json +1 -1
- package/lib/appEnv.d.ts +7 -0
- package/lib/appEnv.js +34 -0
- package/lib/bridges.d.ts +3078 -0
- package/lib/bridges.js +6904 -0
- 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 +380 -0
- package/lib/clients/mp/alipay/index.js +257 -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 +369 -0
- package/lib/clients/mp/alipayhk/index.js +249 -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 +369 -0
- package/lib/clients/mp/chope/index.js +249 -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 +369 -0
- package/lib/clients/mp/dana/index.js +249 -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 +426 -0
- package/lib/clients/mp/demo/index.js +301 -0
- package/lib/clients/mp/demo/inquireQuote.d.ts +2 -0
- package/lib/clients/mp/demo/inquireQuote.js +3 -0
- package/lib/clients/mp/demo/isInstalledApp.d.ts +2 -0
- package/lib/clients/mp/demo/isInstalledApp.js +3 -0
- package/lib/clients/mp/demo/makePhoneCall.d.ts +2 -0
- package/lib/clients/mp/demo/makePhoneCall.js +3 -0
- package/lib/clients/mp/demo/multiLevelSelect.d.ts +2 -0
- package/lib/clients/mp/demo/multiLevelSelect.js +3 -0
- package/lib/clients/mp/demo/navigateBack.d.ts +2 -0
- package/lib/clients/mp/demo/navigateBack.js +3 -0
- package/lib/clients/mp/demo/navigateBackMiniProgram.d.ts +2 -0
- package/lib/clients/mp/demo/navigateBackMiniProgram.js +3 -0
- package/lib/clients/mp/demo/navigateTo.d.ts +2 -0
- package/lib/clients/mp/demo/navigateTo.js +3 -0
- package/lib/clients/mp/demo/navigateToBizScene.d.ts +2 -0
- package/lib/clients/mp/demo/navigateToBizScene.js +3 -0
- package/lib/clients/mp/demo/navigateToMiniProgram.d.ts +2 -0
- package/lib/clients/mp/demo/navigateToMiniProgram.js +3 -0
- package/lib/clients/mp/demo/notifyBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp/demo/notifyBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp/demo/offAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp/demo/offAccelerometerChange.js +3 -0
- package/lib/clients/mp/demo/offBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp/demo/offBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp/demo/offBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp/demo/offBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp/demo/offBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp/demo/offBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp/demo/offBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp/demo/offBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp/demo/offCompassChange.d.ts +2 -0
- package/lib/clients/mp/demo/offCompassChange.js +3 -0
- package/lib/clients/mp/demo/offMemoryWarning.d.ts +2 -0
- package/lib/clients/mp/demo/offMemoryWarning.js +3 -0
- package/lib/clients/mp/demo/offSocketClose.d.ts +2 -0
- package/lib/clients/mp/demo/offSocketClose.js +3 -0
- package/lib/clients/mp/demo/offSocketError.d.ts +2 -0
- package/lib/clients/mp/demo/offSocketError.js +3 -0
- package/lib/clients/mp/demo/offSocketMessage.d.ts +2 -0
- package/lib/clients/mp/demo/offSocketMessage.js +3 -0
- package/lib/clients/mp/demo/offSocketOpen.d.ts +2 -0
- package/lib/clients/mp/demo/offSocketOpen.js +3 -0
- package/lib/clients/mp/demo/offUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp/demo/offUserCaptureScreen.js +3 -0
- package/lib/clients/mp/demo/onAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp/demo/onAccelerometerChange.js +3 -0
- package/lib/clients/mp/demo/onBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp/demo/onBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp/demo/onBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp/demo/onBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp/demo/onBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp/demo/onBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp/demo/onBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp/demo/onBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp/demo/onCompassChange.d.ts +2 -0
- package/lib/clients/mp/demo/onCompassChange.js +3 -0
- package/lib/clients/mp/demo/onMemoryWarning.d.ts +2 -0
- package/lib/clients/mp/demo/onMemoryWarning.js +3 -0
- package/lib/clients/mp/demo/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 +369 -0
- package/lib/clients/mp/gcash/index.js +249 -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/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 +369 -0
- package/lib/clients/mp/tngd/index.js +249 -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/truemoney/addPhoneContact.d.ts +2 -0
- package/lib/clients/mp/truemoney/addPhoneContact.js +3 -0
- package/lib/clients/mp/truemoney/alert.d.ts +2 -0
- package/lib/clients/mp/truemoney/alert.js +3 -0
- package/lib/clients/mp/truemoney/canIUse.d.ts +2 -0
- package/lib/clients/mp/truemoney/canIUse.js +3 -0
- package/lib/clients/mp/truemoney/chooseImage.d.ts +2 -0
- package/lib/clients/mp/truemoney/chooseImage.js +3 -0
- package/lib/clients/mp/truemoney/choosePhoneContact.d.ts +2 -0
- package/lib/clients/mp/truemoney/choosePhoneContact.js +3 -0
- package/lib/clients/mp/truemoney/clearStorage.d.ts +2 -0
- package/lib/clients/mp/truemoney/clearStorage.js +3 -0
- package/lib/clients/mp/truemoney/clearStorageSync.d.ts +2 -0
- package/lib/clients/mp/truemoney/clearStorageSync.js +3 -0
- package/lib/clients/mp/truemoney/closeBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp/truemoney/closeBluetoothAdapter.js +3 -0
- package/lib/clients/mp/truemoney/closeSocket.d.ts +2 -0
- package/lib/clients/mp/truemoney/closeSocket.js +3 -0
- package/lib/clients/mp/truemoney/confirm.d.ts +2 -0
- package/lib/clients/mp/truemoney/confirm.js +3 -0
- package/lib/clients/mp/truemoney/connectBLEDevice.d.ts +2 -0
- package/lib/clients/mp/truemoney/connectBLEDevice.js +3 -0
- package/lib/clients/mp/truemoney/connectSocket.d.ts +2 -0
- package/lib/clients/mp/truemoney/connectSocket.js +3 -0
- package/lib/clients/mp/truemoney/createAnimation.d.ts +2 -0
- package/lib/clients/mp/truemoney/createAnimation.js +3 -0
- package/lib/clients/mp/truemoney/createSelectorQuery.d.ts +2 -0
- package/lib/clients/mp/truemoney/createSelectorQuery.js +3 -0
- package/lib/clients/mp/truemoney/createWebViewContext.d.ts +2 -0
- package/lib/clients/mp/truemoney/createWebViewContext.js +3 -0
- package/lib/clients/mp/truemoney/datePicker.d.ts +2 -0
- package/lib/clients/mp/truemoney/datePicker.js +3 -0
- package/lib/clients/mp/truemoney/disconnectBLEDevice.d.ts +2 -0
- package/lib/clients/mp/truemoney/disconnectBLEDevice.js +3 -0
- package/lib/clients/mp/truemoney/downloadFile.d.ts +2 -0
- package/lib/clients/mp/truemoney/downloadFile.js +3 -0
- package/lib/clients/mp/truemoney/getAppIdSync.d.ts +2 -0
- package/lib/clients/mp/truemoney/getAppIdSync.js +3 -0
- package/lib/clients/mp/truemoney/getAuthCode.d.ts +2 -0
- package/lib/clients/mp/truemoney/getAuthCode.js +3 -0
- package/lib/clients/mp/truemoney/getBLEDeviceCharacteristics.d.ts +2 -0
- package/lib/clients/mp/truemoney/getBLEDeviceCharacteristics.js +3 -0
- package/lib/clients/mp/truemoney/getBLEDeviceServices.d.ts +2 -0
- package/lib/clients/mp/truemoney/getBLEDeviceServices.js +3 -0
- package/lib/clients/mp/truemoney/getBatteryInfo.d.ts +2 -0
- package/lib/clients/mp/truemoney/getBatteryInfo.js +3 -0
- package/lib/clients/mp/truemoney/getBluetoothAdapterState.d.ts +2 -0
- package/lib/clients/mp/truemoney/getBluetoothAdapterState.js +3 -0
- package/lib/clients/mp/truemoney/getBluetoothDevices.d.ts +2 -0
- package/lib/clients/mp/truemoney/getBluetoothDevices.js +3 -0
- package/lib/clients/mp/truemoney/getClipboard.d.ts +2 -0
- package/lib/clients/mp/truemoney/getClipboard.js +3 -0
- package/lib/clients/mp/truemoney/getConnectedBluetoothDevices.d.ts +2 -0
- package/lib/clients/mp/truemoney/getConnectedBluetoothDevices.js +3 -0
- package/lib/clients/mp/truemoney/getFileInfo.d.ts +2 -0
- package/lib/clients/mp/truemoney/getFileInfo.js +3 -0
- package/lib/clients/mp/truemoney/getImageInfo.d.ts +2 -0
- package/lib/clients/mp/truemoney/getImageInfo.js +3 -0
- package/lib/clients/mp/truemoney/getLocation.d.ts +2 -0
- package/lib/clients/mp/truemoney/getLocation.js +3 -0
- package/lib/clients/mp/truemoney/getNetworkType.d.ts +2 -0
- package/lib/clients/mp/truemoney/getNetworkType.js +3 -0
- package/lib/clients/mp/truemoney/getOpenUserInfo.d.ts +2 -0
- package/lib/clients/mp/truemoney/getOpenUserInfo.js +3 -0
- package/lib/clients/mp/truemoney/getSavedFileInfo.d.ts +2 -0
- package/lib/clients/mp/truemoney/getSavedFileInfo.js +3 -0
- package/lib/clients/mp/truemoney/getSavedFileList.d.ts +2 -0
- package/lib/clients/mp/truemoney/getSavedFileList.js +3 -0
- package/lib/clients/mp/truemoney/getScreenBrightness.d.ts +2 -0
- package/lib/clients/mp/truemoney/getScreenBrightness.js +3 -0
- package/lib/clients/mp/truemoney/getServerTime.d.ts +2 -0
- package/lib/clients/mp/truemoney/getServerTime.js +3 -0
- package/lib/clients/mp/truemoney/getSetting.d.ts +2 -0
- package/lib/clients/mp/truemoney/getSetting.js +3 -0
- package/lib/clients/mp/truemoney/getSiteInfo.d.ts +2 -0
- package/lib/clients/mp/truemoney/getSiteInfo.js +3 -0
- package/lib/clients/mp/truemoney/getStorage.d.ts +2 -0
- package/lib/clients/mp/truemoney/getStorage.js +3 -0
- package/lib/clients/mp/truemoney/getStorageSync.d.ts +2 -0
- package/lib/clients/mp/truemoney/getStorageSync.js +3 -0
- package/lib/clients/mp/truemoney/getSystemInfo.d.ts +2 -0
- package/lib/clients/mp/truemoney/getSystemInfo.js +3 -0
- package/lib/clients/mp/truemoney/getSystemInfoSync.d.ts +2 -0
- package/lib/clients/mp/truemoney/getSystemInfoSync.js +3 -0
- package/lib/clients/mp/truemoney/hideBackHome.d.ts +2 -0
- package/lib/clients/mp/truemoney/hideBackHome.js +3 -0
- package/lib/clients/mp/truemoney/hideKeyboard.d.ts +2 -0
- package/lib/clients/mp/truemoney/hideKeyboard.js +3 -0
- package/lib/clients/mp/truemoney/hideLoading.d.ts +2 -0
- package/lib/clients/mp/truemoney/hideLoading.js +3 -0
- package/lib/clients/mp/truemoney/hideNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp/truemoney/hideNavigationBarLoading.js +3 -0
- package/lib/clients/mp/truemoney/hideTabBar.d.ts +2 -0
- package/lib/clients/mp/truemoney/hideTabBar.js +3 -0
- package/lib/clients/mp/truemoney/hideToast.d.ts +2 -0
- package/lib/clients/mp/truemoney/hideToast.js +3 -0
- package/lib/clients/mp/truemoney/index.d.ts +369 -0
- package/lib/clients/mp/truemoney/index.js +249 -0
- package/lib/clients/mp/truemoney/makePhoneCall.d.ts +2 -0
- package/lib/clients/mp/truemoney/makePhoneCall.js +3 -0
- package/lib/clients/mp/truemoney/multiLevelSelect.d.ts +2 -0
- package/lib/clients/mp/truemoney/multiLevelSelect.js +3 -0
- package/lib/clients/mp/truemoney/navigateBack.d.ts +2 -0
- package/lib/clients/mp/truemoney/navigateBack.js +3 -0
- package/lib/clients/mp/truemoney/navigateBackMiniProgram.d.ts +2 -0
- package/lib/clients/mp/truemoney/navigateBackMiniProgram.js +3 -0
- package/lib/clients/mp/truemoney/navigateTo.d.ts +2 -0
- package/lib/clients/mp/truemoney/navigateTo.js +3 -0
- package/lib/clients/mp/truemoney/navigateToMiniProgram.d.ts +2 -0
- package/lib/clients/mp/truemoney/navigateToMiniProgram.js +3 -0
- package/lib/clients/mp/truemoney/notifyBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp/truemoney/notifyBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp/truemoney/offAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp/truemoney/offAccelerometerChange.js +3 -0
- package/lib/clients/mp/truemoney/offBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp/truemoney/offBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp/truemoney/offBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp/truemoney/offBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp/truemoney/offBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp/truemoney/offBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp/truemoney/offBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp/truemoney/offBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp/truemoney/offCompassChange.d.ts +2 -0
- package/lib/clients/mp/truemoney/offCompassChange.js +3 -0
- package/lib/clients/mp/truemoney/offMemoryWarning.d.ts +2 -0
- package/lib/clients/mp/truemoney/offMemoryWarning.js +3 -0
- package/lib/clients/mp/truemoney/offSocketClose.d.ts +2 -0
- package/lib/clients/mp/truemoney/offSocketClose.js +3 -0
- package/lib/clients/mp/truemoney/offSocketError.d.ts +2 -0
- package/lib/clients/mp/truemoney/offSocketError.js +3 -0
- package/lib/clients/mp/truemoney/offSocketMessage.d.ts +2 -0
- package/lib/clients/mp/truemoney/offSocketMessage.js +3 -0
- package/lib/clients/mp/truemoney/offSocketOpen.d.ts +2 -0
- package/lib/clients/mp/truemoney/offSocketOpen.js +3 -0
- package/lib/clients/mp/truemoney/offUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp/truemoney/offUserCaptureScreen.js +3 -0
- package/lib/clients/mp/truemoney/onAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp/truemoney/onAccelerometerChange.js +3 -0
- package/lib/clients/mp/truemoney/onBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp/truemoney/onBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp/truemoney/onBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp/truemoney/onBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp/truemoney/onBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp/truemoney/onBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp/truemoney/onBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp/truemoney/onBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp/truemoney/onCompassChange.d.ts +2 -0
- package/lib/clients/mp/truemoney/onCompassChange.js +3 -0
- package/lib/clients/mp/truemoney/onMemoryWarning.d.ts +2 -0
- package/lib/clients/mp/truemoney/onMemoryWarning.js +3 -0
- package/lib/clients/mp/truemoney/onSocketClose.d.ts +2 -0
- package/lib/clients/mp/truemoney/onSocketClose.js +3 -0
- package/lib/clients/mp/truemoney/onSocketError.d.ts +2 -0
- package/lib/clients/mp/truemoney/onSocketError.js +3 -0
- package/lib/clients/mp/truemoney/onSocketMessage.d.ts +2 -0
- package/lib/clients/mp/truemoney/onSocketMessage.js +3 -0
- package/lib/clients/mp/truemoney/onSocketOpen.d.ts +2 -0
- package/lib/clients/mp/truemoney/onSocketOpen.js +3 -0
- package/lib/clients/mp/truemoney/onUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp/truemoney/onUserCaptureScreen.js +3 -0
- package/lib/clients/mp/truemoney/openBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp/truemoney/openBluetoothAdapter.js +3 -0
- package/lib/clients/mp/truemoney/openDocument.d.ts +2 -0
- package/lib/clients/mp/truemoney/openDocument.js +3 -0
- package/lib/clients/mp/truemoney/openSetting.d.ts +2 -0
- package/lib/clients/mp/truemoney/openSetting.js +3 -0
- package/lib/clients/mp/truemoney/pageScrollTo.d.ts +2 -0
- package/lib/clients/mp/truemoney/pageScrollTo.js +3 -0
- package/lib/clients/mp/truemoney/previewImage.d.ts +2 -0
- package/lib/clients/mp/truemoney/previewImage.js +3 -0
- package/lib/clients/mp/truemoney/prompt.d.ts +2 -0
- package/lib/clients/mp/truemoney/prompt.js +3 -0
- package/lib/clients/mp/truemoney/reLaunch.d.ts +2 -0
- package/lib/clients/mp/truemoney/reLaunch.js +3 -0
- package/lib/clients/mp/truemoney/readBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp/truemoney/readBLECharacteristicValue.js +3 -0
- package/lib/clients/mp/truemoney/redirectTo.d.ts +2 -0
- package/lib/clients/mp/truemoney/redirectTo.js +3 -0
- package/lib/clients/mp/truemoney/removeSavedFile.d.ts +2 -0
- package/lib/clients/mp/truemoney/removeSavedFile.js +3 -0
- package/lib/clients/mp/truemoney/removeStorage.d.ts +2 -0
- package/lib/clients/mp/truemoney/removeStorage.js +3 -0
- package/lib/clients/mp/truemoney/removeStorageSync.d.ts +2 -0
- package/lib/clients/mp/truemoney/removeStorageSync.js +3 -0
- package/lib/clients/mp/truemoney/request.d.ts +2 -0
- package/lib/clients/mp/truemoney/request.js +3 -0
- package/lib/clients/mp/truemoney/saveFile.d.ts +2 -0
- package/lib/clients/mp/truemoney/saveFile.js +3 -0
- package/lib/clients/mp/truemoney/saveImage.d.ts +2 -0
- package/lib/clients/mp/truemoney/saveImage.js +3 -0
- package/lib/clients/mp/truemoney/scan.d.ts +2 -0
- package/lib/clients/mp/truemoney/scan.js +3 -0
- package/lib/clients/mp/truemoney/sendSocketMessage.d.ts +2 -0
- package/lib/clients/mp/truemoney/sendSocketMessage.js +3 -0
- package/lib/clients/mp/truemoney/setBackgroundColor.d.ts +2 -0
- package/lib/clients/mp/truemoney/setBackgroundColor.js +3 -0
- package/lib/clients/mp/truemoney/setCanPullDown.d.ts +2 -0
- package/lib/clients/mp/truemoney/setCanPullDown.js +3 -0
- package/lib/clients/mp/truemoney/setClipboard.d.ts +2 -0
- package/lib/clients/mp/truemoney/setClipboard.js +3 -0
- package/lib/clients/mp/truemoney/setKeepScreenOn.d.ts +2 -0
- package/lib/clients/mp/truemoney/setKeepScreenOn.js +3 -0
- package/lib/clients/mp/truemoney/setNavigationBar.d.ts +2 -0
- package/lib/clients/mp/truemoney/setNavigationBar.js +3 -0
- package/lib/clients/mp/truemoney/setScreenBrightness.d.ts +2 -0
- package/lib/clients/mp/truemoney/setScreenBrightness.js +3 -0
- package/lib/clients/mp/truemoney/setStorage.d.ts +2 -0
- package/lib/clients/mp/truemoney/setStorage.js +3 -0
- package/lib/clients/mp/truemoney/setStorageSync.d.ts +2 -0
- package/lib/clients/mp/truemoney/setStorageSync.js +3 -0
- package/lib/clients/mp/truemoney/setTabBarStyle.d.ts +2 -0
- package/lib/clients/mp/truemoney/setTabBarStyle.js +3 -0
- package/lib/clients/mp/truemoney/showActionSheet.d.ts +2 -0
- package/lib/clients/mp/truemoney/showActionSheet.js +3 -0
- package/lib/clients/mp/truemoney/showAuthGuide.d.ts +2 -0
- package/lib/clients/mp/truemoney/showAuthGuide.js +3 -0
- package/lib/clients/mp/truemoney/showLoading.d.ts +2 -0
- package/lib/clients/mp/truemoney/showLoading.js +3 -0
- package/lib/clients/mp/truemoney/showNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp/truemoney/showNavigationBarLoading.js +3 -0
- package/lib/clients/mp/truemoney/showSharePanel.d.ts +2 -0
- package/lib/clients/mp/truemoney/showSharePanel.js +3 -0
- package/lib/clients/mp/truemoney/showToast.d.ts +2 -0
- package/lib/clients/mp/truemoney/showToast.js +3 -0
- package/lib/clients/mp/truemoney/signContract.d.ts +2 -0
- package/lib/clients/mp/truemoney/signContract.js +3 -0
- package/lib/clients/mp/truemoney/startBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp/truemoney/startBluetoothDevicesDiscovery.js +3 -0
- package/lib/clients/mp/truemoney/startPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp/truemoney/startPullDownRefresh.js +3 -0
- package/lib/clients/mp/truemoney/stopBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp/truemoney/stopBluetoothDevicesDiscovery.js +3 -0
- package/lib/clients/mp/truemoney/stopPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp/truemoney/stopPullDownRefresh.js +3 -0
- package/lib/clients/mp/truemoney/switchTab.d.ts +2 -0
- package/lib/clients/mp/truemoney/switchTab.js +3 -0
- package/lib/clients/mp/truemoney/tradePay.d.ts +2 -0
- package/lib/clients/mp/truemoney/tradePay.js +3 -0
- package/lib/clients/mp/truemoney/uploadFile.d.ts +2 -0
- package/lib/clients/mp/truemoney/uploadFile.js +3 -0
- package/lib/clients/mp/truemoney/vibrate.d.ts +2 -0
- package/lib/clients/mp/truemoney/vibrate.js +3 -0
- package/lib/clients/mp/truemoney/watchShake.d.ts +2 -0
- package/lib/clients/mp/truemoney/watchShake.js +3 -0
- package/lib/clients/mp/truemoney/writeBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp/truemoney/writeBLECharacteristicValue.js +3 -0
- package/lib/clients/mp/wechat/index.d.ts +7 -0
- package/lib/clients/mp/wechat/index.js +6 -0
- package/lib/clients/mp/wechat/showToast.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/getCurrentLanguage.d.ts +2 -0
- package/lib/clients/mp_web/alipay/getCurrentLanguage.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 +359 -0
- package/lib/clients/mp_web/alipay/index.js +245 -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/chooseImage.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/chooseImage.js +3 -0
- package/lib/clients/mp_web/alipayhk/choosePhoneContact.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/choosePhoneContact.js +3 -0
- package/lib/clients/mp_web/alipayhk/clearStorage.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/clearStorage.js +3 -0
- package/lib/clients/mp_web/alipayhk/closeBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/closeBluetoothAdapter.js +3 -0
- package/lib/clients/mp_web/alipayhk/closeSocket.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/closeSocket.js +3 -0
- package/lib/clients/mp_web/alipayhk/confirm.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/confirm.js +3 -0
- package/lib/clients/mp_web/alipayhk/connectBLEDevice.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/connectBLEDevice.js +3 -0
- package/lib/clients/mp_web/alipayhk/connectSocket.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/connectSocket.js +3 -0
- package/lib/clients/mp_web/alipayhk/createWithoutAuthRpc.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/createWithoutAuthRpc.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/defineRuntimeConfig.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/defineRuntimeConfig.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/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/getCurrentLanguage.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/getCurrentLanguage.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/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 +392 -0
- package/lib/clients/mp_web/alipayhk/index.js +259 -0
- package/lib/clients/mp_web/alipayhk/makePhoneCall.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/makePhoneCall.js +3 -0
- package/lib/clients/mp_web/alipayhk/multiLevelSelect.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/multiLevelSelect.js +3 -0
- package/lib/clients/mp_web/alipayhk/navigateBack.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/navigateBack.js +3 -0
- package/lib/clients/mp_web/alipayhk/navigateBackMiniProgram.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/navigateBackMiniProgram.js +3 -0
- package/lib/clients/mp_web/alipayhk/navigateTo.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/navigateTo.js +3 -0
- package/lib/clients/mp_web/alipayhk/navigateToMiniProgram.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/navigateToMiniProgram.js +3 -0
- package/lib/clients/mp_web/alipayhk/notifyBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/notifyBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/alipayhk/offAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/offAccelerometerChange.js +3 -0
- package/lib/clients/mp_web/alipayhk/offBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/offBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/alipayhk/offBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/offBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp_web/alipayhk/offBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/offBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp_web/alipayhk/offBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/offBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp_web/alipayhk/offCompassChange.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/offCompassChange.js +3 -0
- package/lib/clients/mp_web/alipayhk/offMemoryWarning.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/offMemoryWarning.js +3 -0
- package/lib/clients/mp_web/alipayhk/offSocketClose.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/offSocketClose.js +3 -0
- package/lib/clients/mp_web/alipayhk/offSocketError.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/offSocketError.js +3 -0
- package/lib/clients/mp_web/alipayhk/offSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/offSocketMessage.js +3 -0
- package/lib/clients/mp_web/alipayhk/offSocketOpen.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/offSocketOpen.js +3 -0
- package/lib/clients/mp_web/alipayhk/offUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/offUserCaptureScreen.js +3 -0
- package/lib/clients/mp_web/alipayhk/onAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/onAccelerometerChange.js +3 -0
- package/lib/clients/mp_web/alipayhk/onBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/onBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/alipayhk/onBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/onBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp_web/alipayhk/onBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/onBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp_web/alipayhk/onBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/onBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp_web/alipayhk/onCompassChange.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/onCompassChange.js +3 -0
- package/lib/clients/mp_web/alipayhk/onMemoryWarning.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/onMemoryWarning.js +3 -0
- package/lib/clients/mp_web/alipayhk/onSocketClose.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/onSocketClose.js +3 -0
- package/lib/clients/mp_web/alipayhk/onSocketError.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/onSocketError.js +3 -0
- package/lib/clients/mp_web/alipayhk/onSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/onSocketMessage.js +3 -0
- package/lib/clients/mp_web/alipayhk/onSocketOpen.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/onSocketOpen.js +3 -0
- package/lib/clients/mp_web/alipayhk/onUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/onUserCaptureScreen.js +3 -0
- package/lib/clients/mp_web/alipayhk/openApPayCodePage.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/openApPayCodePage.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/openInApp.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/openInApp.js +3 -0
- package/lib/clients/mp_web/alipayhk/openInBrowser.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/openInBrowser.js +3 -0
- package/lib/clients/mp_web/alipayhk/openOtherApp.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/openOtherApp.js +3 -0
- package/lib/clients/mp_web/alipayhk/openPayCodePage.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/openPayCodePage.js +3 -0
- package/lib/clients/mp_web/alipayhk/openScanPage.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/openScanPage.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/openURL.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/openURL.js +3 -0
- package/lib/clients/mp_web/alipayhk/openWebURL.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/openWebURL.js +3 -0
- package/lib/clients/mp_web/alipayhk/pageScrollTo.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/pageScrollTo.js +3 -0
- package/lib/clients/mp_web/alipayhk/previewImage.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/previewImage.js +3 -0
- package/lib/clients/mp_web/alipayhk/prompt.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/prompt.js +3 -0
- package/lib/clients/mp_web/alipayhk/reLaunch.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/reLaunch.js +3 -0
- package/lib/clients/mp_web/alipayhk/readBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/readBLECharacteristicValue.js +3 -0
- package/lib/clients/mp_web/alipayhk/redirectTo.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/redirectTo.js +3 -0
- package/lib/clients/mp_web/alipayhk/removeSavedFile.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/removeSavedFile.js +3 -0
- package/lib/clients/mp_web/alipayhk/removeStorage.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/removeStorage.js +3 -0
- package/lib/clients/mp_web/alipayhk/request.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/request.js +3 -0
- package/lib/clients/mp_web/alipayhk/saveFile.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/saveFile.js +3 -0
- package/lib/clients/mp_web/alipayhk/saveImage.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/saveImage.js +3 -0
- package/lib/clients/mp_web/alipayhk/scan.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/scan.js +3 -0
- package/lib/clients/mp_web/alipayhk/sendSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/sendSocketMessage.js +3 -0
- package/lib/clients/mp_web/alipayhk/setBackgroundColor.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/setBackgroundColor.js +3 -0
- package/lib/clients/mp_web/alipayhk/setCanPullDown.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/setCanPullDown.js +3 -0
- package/lib/clients/mp_web/alipayhk/setClipboard.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/setClipboard.js +3 -0
- package/lib/clients/mp_web/alipayhk/setKeepScreenOn.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/setKeepScreenOn.js +3 -0
- package/lib/clients/mp_web/alipayhk/setNavigationBar.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/setNavigationBar.js +3 -0
- package/lib/clients/mp_web/alipayhk/setScreenBrightness.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/setScreenBrightness.js +3 -0
- package/lib/clients/mp_web/alipayhk/setStorage.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/setStorage.js +3 -0
- package/lib/clients/mp_web/alipayhk/setTabBarStyle.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/setTabBarStyle.js +3 -0
- package/lib/clients/mp_web/alipayhk/showActionSheet.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/showActionSheet.js +3 -0
- package/lib/clients/mp_web/alipayhk/showAuthGuide.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/showAuthGuide.js +3 -0
- package/lib/clients/mp_web/alipayhk/showLoading.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/showLoading.js +3 -0
- package/lib/clients/mp_web/alipayhk/showNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/showNavigationBarLoading.js +3 -0
- package/lib/clients/mp_web/alipayhk/showSharePanel.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/showSharePanel.js +3 -0
- package/lib/clients/mp_web/alipayhk/showToast.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/showToast.js +3 -0
- package/lib/clients/mp_web/alipayhk/signContract.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/signContract.js +3 -0
- package/lib/clients/mp_web/alipayhk/startBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/startBluetoothDevicesDiscovery.js +3 -0
- package/lib/clients/mp_web/alipayhk/startPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/startPullDownRefresh.js +3 -0
- package/lib/clients/mp_web/alipayhk/stopBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/stopBluetoothDevicesDiscovery.js +3 -0
- package/lib/clients/mp_web/alipayhk/stopPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/stopPullDownRefresh.js +3 -0
- package/lib/clients/mp_web/alipayhk/switchTab.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/switchTab.js +3 -0
- package/lib/clients/mp_web/alipayhk/tradePay.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/tradePay.js +3 -0
- package/lib/clients/mp_web/alipayhk/uploadFile.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/uploadFile.js +3 -0
- package/lib/clients/mp_web/alipayhk/vibrate.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/vibrate.js +3 -0
- package/lib/clients/mp_web/alipayhk/watchShake.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/watchShake.js +3 -0
- package/lib/clients/mp_web/alipayhk/writeBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/writeBLECharacteristicValue.js +3 -0
- package/lib/clients/mp_web/chope/addPhoneContact.d.ts +2 -0
- package/lib/clients/mp_web/chope/addPhoneContact.js +3 -0
- package/lib/clients/mp_web/chope/alert.d.ts +2 -0
- package/lib/clients/mp_web/chope/alert.js +3 -0
- package/lib/clients/mp_web/chope/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/getCurrentLanguage.d.ts +2 -0
- package/lib/clients/mp_web/chope/getCurrentLanguage.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 +348 -0
- package/lib/clients/mp_web/chope/index.js +237 -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/chooseImage.d.ts +2 -0
- package/lib/clients/mp_web/dana/chooseImage.js +3 -0
- package/lib/clients/mp_web/dana/choosePhoneContact.d.ts +2 -0
- package/lib/clients/mp_web/dana/choosePhoneContact.js +3 -0
- package/lib/clients/mp_web/dana/clearStorage.d.ts +2 -0
- package/lib/clients/mp_web/dana/clearStorage.js +3 -0
- package/lib/clients/mp_web/dana/closeBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp_web/dana/closeBluetoothAdapter.js +3 -0
- package/lib/clients/mp_web/dana/closeSocket.d.ts +2 -0
- package/lib/clients/mp_web/dana/closeSocket.js +3 -0
- package/lib/clients/mp_web/dana/confirm.d.ts +2 -0
- package/lib/clients/mp_web/dana/confirm.js +3 -0
- package/lib/clients/mp_web/dana/connectBLEDevice.d.ts +2 -0
- package/lib/clients/mp_web/dana/connectBLEDevice.js +3 -0
- package/lib/clients/mp_web/dana/connectSocket.d.ts +2 -0
- package/lib/clients/mp_web/dana/connectSocket.js +3 -0
- package/lib/clients/mp_web/dana/createWithoutAuthRpc.d.ts +2 -0
- package/lib/clients/mp_web/dana/createWithoutAuthRpc.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/defineRuntimeConfig.d.ts +2 -0
- package/lib/clients/mp_web/dana/defineRuntimeConfig.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/getCurrentLanguage.d.ts +2 -0
- package/lib/clients/mp_web/dana/getCurrentLanguage.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/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 +392 -0
- package/lib/clients/mp_web/dana/index.js +259 -0
- package/lib/clients/mp_web/dana/makePhoneCall.d.ts +2 -0
- package/lib/clients/mp_web/dana/makePhoneCall.js +3 -0
- package/lib/clients/mp_web/dana/multiLevelSelect.d.ts +2 -0
- package/lib/clients/mp_web/dana/multiLevelSelect.js +3 -0
- package/lib/clients/mp_web/dana/navigateBack.d.ts +2 -0
- package/lib/clients/mp_web/dana/navigateBack.js +3 -0
- package/lib/clients/mp_web/dana/navigateBackMiniProgram.d.ts +2 -0
- package/lib/clients/mp_web/dana/navigateBackMiniProgram.js +3 -0
- package/lib/clients/mp_web/dana/navigateTo.d.ts +2 -0
- package/lib/clients/mp_web/dana/navigateTo.js +3 -0
- package/lib/clients/mp_web/dana/navigateToMiniProgram.d.ts +2 -0
- package/lib/clients/mp_web/dana/navigateToMiniProgram.js +3 -0
- package/lib/clients/mp_web/dana/notifyBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/dana/notifyBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/dana/offAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp_web/dana/offAccelerometerChange.js +3 -0
- package/lib/clients/mp_web/dana/offBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/dana/offBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/dana/offBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp_web/dana/offBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp_web/dana/offBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp_web/dana/offBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp_web/dana/offBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp_web/dana/offBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp_web/dana/offCompassChange.d.ts +2 -0
- package/lib/clients/mp_web/dana/offCompassChange.js +3 -0
- package/lib/clients/mp_web/dana/offMemoryWarning.d.ts +2 -0
- package/lib/clients/mp_web/dana/offMemoryWarning.js +3 -0
- package/lib/clients/mp_web/dana/offSocketClose.d.ts +2 -0
- package/lib/clients/mp_web/dana/offSocketClose.js +3 -0
- package/lib/clients/mp_web/dana/offSocketError.d.ts +2 -0
- package/lib/clients/mp_web/dana/offSocketError.js +3 -0
- package/lib/clients/mp_web/dana/offSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/dana/offSocketMessage.js +3 -0
- package/lib/clients/mp_web/dana/offSocketOpen.d.ts +2 -0
- package/lib/clients/mp_web/dana/offSocketOpen.js +3 -0
- package/lib/clients/mp_web/dana/offUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp_web/dana/offUserCaptureScreen.js +3 -0
- package/lib/clients/mp_web/dana/onAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp_web/dana/onAccelerometerChange.js +3 -0
- package/lib/clients/mp_web/dana/onBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/dana/onBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/dana/onBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp_web/dana/onBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp_web/dana/onBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp_web/dana/onBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp_web/dana/onBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp_web/dana/onBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp_web/dana/onCompassChange.d.ts +2 -0
- package/lib/clients/mp_web/dana/onCompassChange.js +3 -0
- package/lib/clients/mp_web/dana/onMemoryWarning.d.ts +2 -0
- package/lib/clients/mp_web/dana/onMemoryWarning.js +3 -0
- package/lib/clients/mp_web/dana/onSocketClose.d.ts +2 -0
- package/lib/clients/mp_web/dana/onSocketClose.js +3 -0
- package/lib/clients/mp_web/dana/onSocketError.d.ts +2 -0
- package/lib/clients/mp_web/dana/onSocketError.js +3 -0
- package/lib/clients/mp_web/dana/onSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/dana/onSocketMessage.js +3 -0
- package/lib/clients/mp_web/dana/onSocketOpen.d.ts +2 -0
- package/lib/clients/mp_web/dana/onSocketOpen.js +3 -0
- package/lib/clients/mp_web/dana/onUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp_web/dana/onUserCaptureScreen.js +3 -0
- package/lib/clients/mp_web/dana/openApPayCodePage.d.ts +2 -0
- package/lib/clients/mp_web/dana/openApPayCodePage.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/openInApp.d.ts +2 -0
- package/lib/clients/mp_web/dana/openInApp.js +3 -0
- package/lib/clients/mp_web/dana/openInBrowser.d.ts +2 -0
- package/lib/clients/mp_web/dana/openInBrowser.js +3 -0
- package/lib/clients/mp_web/dana/openOtherApp.d.ts +2 -0
- package/lib/clients/mp_web/dana/openOtherApp.js +3 -0
- package/lib/clients/mp_web/dana/openPayCodePage.d.ts +2 -0
- package/lib/clients/mp_web/dana/openPayCodePage.js +3 -0
- package/lib/clients/mp_web/dana/openScanPage.d.ts +2 -0
- package/lib/clients/mp_web/dana/openScanPage.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/openURL.d.ts +2 -0
- package/lib/clients/mp_web/dana/openURL.js +3 -0
- package/lib/clients/mp_web/dana/openWebURL.d.ts +2 -0
- package/lib/clients/mp_web/dana/openWebURL.js +3 -0
- package/lib/clients/mp_web/dana/pageScrollTo.d.ts +2 -0
- package/lib/clients/mp_web/dana/pageScrollTo.js +3 -0
- package/lib/clients/mp_web/dana/previewImage.d.ts +2 -0
- package/lib/clients/mp_web/dana/previewImage.js +3 -0
- package/lib/clients/mp_web/dana/prompt.d.ts +2 -0
- package/lib/clients/mp_web/dana/prompt.js +3 -0
- package/lib/clients/mp_web/dana/reLaunch.d.ts +2 -0
- package/lib/clients/mp_web/dana/reLaunch.js +3 -0
- package/lib/clients/mp_web/dana/readBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp_web/dana/readBLECharacteristicValue.js +3 -0
- package/lib/clients/mp_web/dana/redirectTo.d.ts +2 -0
- package/lib/clients/mp_web/dana/redirectTo.js +3 -0
- package/lib/clients/mp_web/dana/removeSavedFile.d.ts +2 -0
- package/lib/clients/mp_web/dana/removeSavedFile.js +3 -0
- package/lib/clients/mp_web/dana/removeStorage.d.ts +2 -0
- package/lib/clients/mp_web/dana/removeStorage.js +3 -0
- package/lib/clients/mp_web/dana/request.d.ts +2 -0
- package/lib/clients/mp_web/dana/request.js +3 -0
- package/lib/clients/mp_web/dana/saveFile.d.ts +2 -0
- package/lib/clients/mp_web/dana/saveFile.js +3 -0
- package/lib/clients/mp_web/dana/saveImage.d.ts +2 -0
- package/lib/clients/mp_web/dana/saveImage.js +3 -0
- package/lib/clients/mp_web/dana/scan.d.ts +2 -0
- package/lib/clients/mp_web/dana/scan.js +3 -0
- package/lib/clients/mp_web/dana/sendSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/dana/sendSocketMessage.js +3 -0
- package/lib/clients/mp_web/dana/setBackgroundColor.d.ts +2 -0
- package/lib/clients/mp_web/dana/setBackgroundColor.js +3 -0
- package/lib/clients/mp_web/dana/setCanPullDown.d.ts +2 -0
- package/lib/clients/mp_web/dana/setCanPullDown.js +3 -0
- package/lib/clients/mp_web/dana/setClipboard.d.ts +2 -0
- package/lib/clients/mp_web/dana/setClipboard.js +3 -0
- package/lib/clients/mp_web/dana/setKeepScreenOn.d.ts +2 -0
- package/lib/clients/mp_web/dana/setKeepScreenOn.js +3 -0
- package/lib/clients/mp_web/dana/setNavigationBar.d.ts +2 -0
- package/lib/clients/mp_web/dana/setNavigationBar.js +3 -0
- package/lib/clients/mp_web/dana/setScreenBrightness.d.ts +2 -0
- package/lib/clients/mp_web/dana/setScreenBrightness.js +3 -0
- package/lib/clients/mp_web/dana/setStorage.d.ts +2 -0
- package/lib/clients/mp_web/dana/setStorage.js +3 -0
- package/lib/clients/mp_web/dana/setTabBarStyle.d.ts +2 -0
- package/lib/clients/mp_web/dana/setTabBarStyle.js +3 -0
- package/lib/clients/mp_web/dana/showActionSheet.d.ts +2 -0
- package/lib/clients/mp_web/dana/showActionSheet.js +3 -0
- package/lib/clients/mp_web/dana/showAuthGuide.d.ts +2 -0
- package/lib/clients/mp_web/dana/showAuthGuide.js +3 -0
- package/lib/clients/mp_web/dana/showLoading.d.ts +2 -0
- package/lib/clients/mp_web/dana/showLoading.js +3 -0
- package/lib/clients/mp_web/dana/showNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp_web/dana/showNavigationBarLoading.js +3 -0
- package/lib/clients/mp_web/dana/showSharePanel.d.ts +2 -0
- package/lib/clients/mp_web/dana/showSharePanel.js +3 -0
- package/lib/clients/mp_web/dana/showToast.d.ts +2 -0
- package/lib/clients/mp_web/dana/showToast.js +3 -0
- package/lib/clients/mp_web/dana/signContract.d.ts +2 -0
- package/lib/clients/mp_web/dana/signContract.js +3 -0
- package/lib/clients/mp_web/dana/startBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp_web/dana/startBluetoothDevicesDiscovery.js +3 -0
- package/lib/clients/mp_web/dana/startPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp_web/dana/startPullDownRefresh.js +3 -0
- package/lib/clients/mp_web/dana/stopBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp_web/dana/stopBluetoothDevicesDiscovery.js +3 -0
- package/lib/clients/mp_web/dana/stopPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp_web/dana/stopPullDownRefresh.js +3 -0
- package/lib/clients/mp_web/dana/switchTab.d.ts +2 -0
- package/lib/clients/mp_web/dana/switchTab.js +3 -0
- package/lib/clients/mp_web/dana/tradePay.d.ts +2 -0
- package/lib/clients/mp_web/dana/tradePay.js +3 -0
- package/lib/clients/mp_web/dana/uploadFile.d.ts +2 -0
- package/lib/clients/mp_web/dana/uploadFile.js +3 -0
- package/lib/clients/mp_web/dana/vibrate.d.ts +2 -0
- package/lib/clients/mp_web/dana/vibrate.js +3 -0
- package/lib/clients/mp_web/dana/watchShake.d.ts +2 -0
- package/lib/clients/mp_web/dana/watchShake.js +3 -0
- package/lib/clients/mp_web/dana/writeBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp_web/dana/writeBLECharacteristicValue.js +3 -0
- package/lib/clients/mp_web/demo/APRegionRPC.d.ts +2 -0
- package/lib/clients/mp_web/demo/APRegionRPC.js +3 -0
- package/lib/clients/mp_web/demo/addFatigueAction.d.ts +2 -0
- package/lib/clients/mp_web/demo/addFatigueAction.js +3 -0
- package/lib/clients/mp_web/demo/addPhoneContact.d.ts +2 -0
- package/lib/clients/mp_web/demo/addPhoneContact.js +3 -0
- package/lib/clients/mp_web/demo/alert.d.ts +2 -0
- package/lib/clients/mp_web/demo/alert.js +3 -0
- package/lib/clients/mp_web/demo/apDisableJSAPI.d.ts +2 -0
- package/lib/clients/mp_web/demo/apDisableJSAPI.js +3 -0
- package/lib/clients/mp_web/demo/appxrpc.d.ts +2 -0
- package/lib/clients/mp_web/demo/appxrpc.js +3 -0
- package/lib/clients/mp_web/demo/batchQueryCdpSpaceInfo.d.ts +2 -0
- package/lib/clients/mp_web/demo/batchQueryCdpSpaceInfo.js +3 -0
- package/lib/clients/mp_web/demo/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/getCurrentLanguage.d.ts +2 -0
- package/lib/clients/mp_web/demo/getCurrentLanguage.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 +401 -0
- package/lib/clients/mp_web/demo/index.js +285 -0
- package/lib/clients/mp_web/demo/inquireQuote.d.ts +2 -0
- package/lib/clients/mp_web/demo/inquireQuote.js +3 -0
- package/lib/clients/mp_web/demo/isInstalledApp.d.ts +2 -0
- package/lib/clients/mp_web/demo/isInstalledApp.js +3 -0
- package/lib/clients/mp_web/demo/makePhoneCall.d.ts +2 -0
- package/lib/clients/mp_web/demo/makePhoneCall.js +3 -0
- package/lib/clients/mp_web/demo/multiLevelSelect.d.ts +2 -0
- package/lib/clients/mp_web/demo/multiLevelSelect.js +3 -0
- package/lib/clients/mp_web/demo/navigateBack.d.ts +2 -0
- package/lib/clients/mp_web/demo/navigateBack.js +3 -0
- package/lib/clients/mp_web/demo/navigateBackMiniProgram.d.ts +2 -0
- package/lib/clients/mp_web/demo/navigateBackMiniProgram.js +3 -0
- package/lib/clients/mp_web/demo/navigateTo.d.ts +2 -0
- package/lib/clients/mp_web/demo/navigateTo.js +3 -0
- package/lib/clients/mp_web/demo/navigateToBizScene.d.ts +2 -0
- package/lib/clients/mp_web/demo/navigateToBizScene.js +3 -0
- package/lib/clients/mp_web/demo/navigateToMiniProgram.d.ts +2 -0
- package/lib/clients/mp_web/demo/navigateToMiniProgram.js +3 -0
- package/lib/clients/mp_web/demo/notifyBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/demo/notifyBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/demo/offAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp_web/demo/offAccelerometerChange.js +3 -0
- package/lib/clients/mp_web/demo/offBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/demo/offBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/demo/offBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp_web/demo/offBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp_web/demo/offBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp_web/demo/offBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp_web/demo/offBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp_web/demo/offBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp_web/demo/offCompassChange.d.ts +2 -0
- package/lib/clients/mp_web/demo/offCompassChange.js +3 -0
- package/lib/clients/mp_web/demo/offMemoryWarning.d.ts +2 -0
- package/lib/clients/mp_web/demo/offMemoryWarning.js +3 -0
- package/lib/clients/mp_web/demo/offSocketClose.d.ts +2 -0
- package/lib/clients/mp_web/demo/offSocketClose.js +3 -0
- package/lib/clients/mp_web/demo/offSocketError.d.ts +2 -0
- package/lib/clients/mp_web/demo/offSocketError.js +3 -0
- package/lib/clients/mp_web/demo/offSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/demo/offSocketMessage.js +3 -0
- package/lib/clients/mp_web/demo/offSocketOpen.d.ts +2 -0
- package/lib/clients/mp_web/demo/offSocketOpen.js +3 -0
- package/lib/clients/mp_web/demo/offUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp_web/demo/offUserCaptureScreen.js +3 -0
- package/lib/clients/mp_web/demo/onAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp_web/demo/onAccelerometerChange.js +3 -0
- package/lib/clients/mp_web/demo/onBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/demo/onBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/demo/onBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp_web/demo/onBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp_web/demo/onBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp_web/demo/onBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp_web/demo/onBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp_web/demo/onBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp_web/demo/onCompassChange.d.ts +2 -0
- package/lib/clients/mp_web/demo/onCompassChange.js +3 -0
- package/lib/clients/mp_web/demo/onMemoryWarning.d.ts +2 -0
- package/lib/clients/mp_web/demo/onMemoryWarning.js +3 -0
- package/lib/clients/mp_web/demo/onSocketClose.d.ts +2 -0
- package/lib/clients/mp_web/demo/onSocketClose.js +3 -0
- package/lib/clients/mp_web/demo/onSocketError.d.ts +2 -0
- package/lib/clients/mp_web/demo/onSocketError.js +3 -0
- package/lib/clients/mp_web/demo/onSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/demo/onSocketMessage.js +3 -0
- package/lib/clients/mp_web/demo/onSocketOpen.d.ts +2 -0
- package/lib/clients/mp_web/demo/onSocketOpen.js +3 -0
- package/lib/clients/mp_web/demo/onUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp_web/demo/onUserCaptureScreen.js +3 -0
- package/lib/clients/mp_web/demo/openBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp_web/demo/openBluetoothAdapter.js +3 -0
- package/lib/clients/mp_web/demo/openDocument.d.ts +2 -0
- package/lib/clients/mp_web/demo/openDocument.js +3 -0
- package/lib/clients/mp_web/demo/openSchemeWithBacking.d.ts +2 -0
- package/lib/clients/mp_web/demo/openSchemeWithBacking.js +3 -0
- package/lib/clients/mp_web/demo/openSetting.d.ts +2 -0
- package/lib/clients/mp_web/demo/openSetting.js +3 -0
- package/lib/clients/mp_web/demo/pageScrollTo.d.ts +2 -0
- package/lib/clients/mp_web/demo/pageScrollTo.js +3 -0
- package/lib/clients/mp_web/demo/paySignCenter.d.ts +2 -0
- package/lib/clients/mp_web/demo/paySignCenter.js +3 -0
- package/lib/clients/mp_web/demo/previewImage.d.ts +2 -0
- package/lib/clients/mp_web/demo/previewImage.js +3 -0
- package/lib/clients/mp_web/demo/prompt.d.ts +2 -0
- package/lib/clients/mp_web/demo/prompt.js +3 -0
- package/lib/clients/mp_web/demo/reLaunch.d.ts +2 -0
- package/lib/clients/mp_web/demo/reLaunch.js +3 -0
- package/lib/clients/mp_web/demo/readBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp_web/demo/readBLECharacteristicValue.js +3 -0
- package/lib/clients/mp_web/demo/redirectTo.d.ts +2 -0
- package/lib/clients/mp_web/demo/redirectTo.js +3 -0
- package/lib/clients/mp_web/demo/regionFetchAllApps.d.ts +2 -0
- package/lib/clients/mp_web/demo/regionFetchAllApps.js +3 -0
- package/lib/clients/mp_web/demo/regionSearchAppsByKeywords.d.ts +2 -0
- package/lib/clients/mp_web/demo/regionSearchAppsByKeywords.js +3 -0
- package/lib/clients/mp_web/demo/removeSavedFile.d.ts +2 -0
- package/lib/clients/mp_web/demo/removeSavedFile.js +3 -0
- package/lib/clients/mp_web/demo/removeStorage.d.ts +2 -0
- package/lib/clients/mp_web/demo/removeStorage.js +3 -0
- package/lib/clients/mp_web/demo/request.d.ts +2 -0
- package/lib/clients/mp_web/demo/request.js +3 -0
- package/lib/clients/mp_web/demo/rpc.d.ts +2 -0
- package/lib/clients/mp_web/demo/rpc.js +3 -0
- package/lib/clients/mp_web/demo/saveFile.d.ts +2 -0
- package/lib/clients/mp_web/demo/saveFile.js +3 -0
- package/lib/clients/mp_web/demo/saveImage.d.ts +2 -0
- package/lib/clients/mp_web/demo/saveImage.js +3 -0
- package/lib/clients/mp_web/demo/scan.d.ts +2 -0
- package/lib/clients/mp_web/demo/scan.js +3 -0
- package/lib/clients/mp_web/demo/sendSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/demo/sendSocketMessage.js +3 -0
- package/lib/clients/mp_web/demo/setBackgroundColor.d.ts +2 -0
- package/lib/clients/mp_web/demo/setBackgroundColor.js +3 -0
- package/lib/clients/mp_web/demo/setCanPullDown.d.ts +2 -0
- package/lib/clients/mp_web/demo/setCanPullDown.js +3 -0
- package/lib/clients/mp_web/demo/setClipboard.d.ts +2 -0
- package/lib/clients/mp_web/demo/setClipboard.js +3 -0
- package/lib/clients/mp_web/demo/setKeepScreenOn.d.ts +2 -0
- package/lib/clients/mp_web/demo/setKeepScreenOn.js +3 -0
- package/lib/clients/mp_web/demo/setNavigationBar.d.ts +2 -0
- package/lib/clients/mp_web/demo/setNavigationBar.js +3 -0
- package/lib/clients/mp_web/demo/setOptionMenu.d.ts +2 -0
- package/lib/clients/mp_web/demo/setOptionMenu.js +3 -0
- package/lib/clients/mp_web/demo/setScreenBrightness.d.ts +2 -0
- package/lib/clients/mp_web/demo/setScreenBrightness.js +3 -0
- package/lib/clients/mp_web/demo/setStorage.d.ts +2 -0
- package/lib/clients/mp_web/demo/setStorage.js +3 -0
- package/lib/clients/mp_web/demo/setTabBarStyle.d.ts +2 -0
- package/lib/clients/mp_web/demo/setTabBarStyle.js +3 -0
- package/lib/clients/mp_web/demo/showActionSheet.d.ts +2 -0
- package/lib/clients/mp_web/demo/showActionSheet.js +3 -0
- package/lib/clients/mp_web/demo/showAuthGuide.d.ts +2 -0
- package/lib/clients/mp_web/demo/showAuthGuide.js +3 -0
- package/lib/clients/mp_web/demo/showLoading.d.ts +2 -0
- package/lib/clients/mp_web/demo/showLoading.js +3 -0
- package/lib/clients/mp_web/demo/showNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp_web/demo/showNavigationBarLoading.js +3 -0
- package/lib/clients/mp_web/demo/showSharePanel.d.ts +2 -0
- package/lib/clients/mp_web/demo/showSharePanel.js +3 -0
- package/lib/clients/mp_web/demo/showToast.d.ts +2 -0
- package/lib/clients/mp_web/demo/showToast.js +3 -0
- package/lib/clients/mp_web/demo/signContract.d.ts +2 -0
- package/lib/clients/mp_web/demo/signContract.js +3 -0
- package/lib/clients/mp_web/demo/startApp.d.ts +2 -0
- package/lib/clients/mp_web/demo/startApp.js +3 -0
- package/lib/clients/mp_web/demo/startBizService.d.ts +2 -0
- package/lib/clients/mp_web/demo/startBizService.js +3 -0
- package/lib/clients/mp_web/demo/startBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp_web/demo/startBluetoothDevicesDiscovery.js +3 -0
- package/lib/clients/mp_web/demo/startPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp_web/demo/startPullDownRefresh.js +3 -0
- package/lib/clients/mp_web/demo/stopBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp_web/demo/stopBluetoothDevicesDiscovery.js +3 -0
- package/lib/clients/mp_web/demo/stopPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp_web/demo/stopPullDownRefresh.js +3 -0
- package/lib/clients/mp_web/demo/switchTab.d.ts +2 -0
- package/lib/clients/mp_web/demo/switchTab.js +3 -0
- package/lib/clients/mp_web/demo/thirdPartyAuthForAc.d.ts +2 -0
- package/lib/clients/mp_web/demo/thirdPartyAuthForAc.js +3 -0
- package/lib/clients/mp_web/demo/tradePay.d.ts +2 -0
- package/lib/clients/mp_web/demo/tradePay.js +3 -0
- package/lib/clients/mp_web/demo/uploadApdidToken.d.ts +2 -0
- package/lib/clients/mp_web/demo/uploadApdidToken.js +3 -0
- package/lib/clients/mp_web/demo/uploadFile.d.ts +2 -0
- package/lib/clients/mp_web/demo/uploadFile.js +3 -0
- package/lib/clients/mp_web/demo/vibrate.d.ts +2 -0
- package/lib/clients/mp_web/demo/vibrate.js +3 -0
- package/lib/clients/mp_web/demo/watchShake.d.ts +2 -0
- package/lib/clients/mp_web/demo/watchShake.js +3 -0
- package/lib/clients/mp_web/demo/writeBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp_web/demo/writeBLECharacteristicValue.js +3 -0
- package/lib/clients/mp_web/gcash/addPhoneContact.d.ts +2 -0
- package/lib/clients/mp_web/gcash/addPhoneContact.js +3 -0
- package/lib/clients/mp_web/gcash/alert.d.ts +2 -0
- package/lib/clients/mp_web/gcash/alert.js +3 -0
- package/lib/clients/mp_web/gcash/chooseImage.d.ts +2 -0
- package/lib/clients/mp_web/gcash/chooseImage.js +3 -0
- package/lib/clients/mp_web/gcash/choosePhoneContact.d.ts +2 -0
- package/lib/clients/mp_web/gcash/choosePhoneContact.js +3 -0
- package/lib/clients/mp_web/gcash/clearStorage.d.ts +2 -0
- package/lib/clients/mp_web/gcash/clearStorage.js +3 -0
- package/lib/clients/mp_web/gcash/closeBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp_web/gcash/closeBluetoothAdapter.js +3 -0
- package/lib/clients/mp_web/gcash/closeSocket.d.ts +2 -0
- package/lib/clients/mp_web/gcash/closeSocket.js +3 -0
- package/lib/clients/mp_web/gcash/confirm.d.ts +2 -0
- package/lib/clients/mp_web/gcash/confirm.js +3 -0
- package/lib/clients/mp_web/gcash/connectBLEDevice.d.ts +2 -0
- package/lib/clients/mp_web/gcash/connectBLEDevice.js +3 -0
- package/lib/clients/mp_web/gcash/connectSocket.d.ts +2 -0
- package/lib/clients/mp_web/gcash/connectSocket.js +3 -0
- package/lib/clients/mp_web/gcash/createWithoutAuthRpc.d.ts +2 -0
- package/lib/clients/mp_web/gcash/createWithoutAuthRpc.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/defineRuntimeConfig.d.ts +2 -0
- package/lib/clients/mp_web/gcash/defineRuntimeConfig.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/getCurrentLanguage.d.ts +2 -0
- package/lib/clients/mp_web/gcash/getCurrentLanguage.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/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 +392 -0
- package/lib/clients/mp_web/gcash/index.js +259 -0
- package/lib/clients/mp_web/gcash/makePhoneCall.d.ts +2 -0
- package/lib/clients/mp_web/gcash/makePhoneCall.js +3 -0
- package/lib/clients/mp_web/gcash/multiLevelSelect.d.ts +2 -0
- package/lib/clients/mp_web/gcash/multiLevelSelect.js +3 -0
- package/lib/clients/mp_web/gcash/navigateBack.d.ts +2 -0
- package/lib/clients/mp_web/gcash/navigateBack.js +3 -0
- package/lib/clients/mp_web/gcash/navigateBackMiniProgram.d.ts +2 -0
- package/lib/clients/mp_web/gcash/navigateBackMiniProgram.js +3 -0
- package/lib/clients/mp_web/gcash/navigateTo.d.ts +2 -0
- package/lib/clients/mp_web/gcash/navigateTo.js +3 -0
- package/lib/clients/mp_web/gcash/navigateToMiniProgram.d.ts +2 -0
- package/lib/clients/mp_web/gcash/navigateToMiniProgram.js +3 -0
- package/lib/clients/mp_web/gcash/notifyBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/gcash/notifyBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/gcash/offAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp_web/gcash/offAccelerometerChange.js +3 -0
- package/lib/clients/mp_web/gcash/offBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/gcash/offBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/gcash/offBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp_web/gcash/offBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp_web/gcash/offBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp_web/gcash/offBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp_web/gcash/offBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp_web/gcash/offBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp_web/gcash/offCompassChange.d.ts +2 -0
- package/lib/clients/mp_web/gcash/offCompassChange.js +3 -0
- package/lib/clients/mp_web/gcash/offMemoryWarning.d.ts +2 -0
- package/lib/clients/mp_web/gcash/offMemoryWarning.js +3 -0
- package/lib/clients/mp_web/gcash/offSocketClose.d.ts +2 -0
- package/lib/clients/mp_web/gcash/offSocketClose.js +3 -0
- package/lib/clients/mp_web/gcash/offSocketError.d.ts +2 -0
- package/lib/clients/mp_web/gcash/offSocketError.js +3 -0
- package/lib/clients/mp_web/gcash/offSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/gcash/offSocketMessage.js +3 -0
- package/lib/clients/mp_web/gcash/offSocketOpen.d.ts +2 -0
- package/lib/clients/mp_web/gcash/offSocketOpen.js +3 -0
- package/lib/clients/mp_web/gcash/offUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp_web/gcash/offUserCaptureScreen.js +3 -0
- package/lib/clients/mp_web/gcash/onAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp_web/gcash/onAccelerometerChange.js +3 -0
- package/lib/clients/mp_web/gcash/onBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/gcash/onBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/gcash/onBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp_web/gcash/onBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp_web/gcash/onBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp_web/gcash/onBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp_web/gcash/onBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp_web/gcash/onBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp_web/gcash/onCompassChange.d.ts +2 -0
- package/lib/clients/mp_web/gcash/onCompassChange.js +3 -0
- package/lib/clients/mp_web/gcash/onMemoryWarning.d.ts +2 -0
- package/lib/clients/mp_web/gcash/onMemoryWarning.js +3 -0
- package/lib/clients/mp_web/gcash/onSocketClose.d.ts +2 -0
- package/lib/clients/mp_web/gcash/onSocketClose.js +3 -0
- package/lib/clients/mp_web/gcash/onSocketError.d.ts +2 -0
- package/lib/clients/mp_web/gcash/onSocketError.js +3 -0
- package/lib/clients/mp_web/gcash/onSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/gcash/onSocketMessage.js +3 -0
- package/lib/clients/mp_web/gcash/onSocketOpen.d.ts +2 -0
- package/lib/clients/mp_web/gcash/onSocketOpen.js +3 -0
- package/lib/clients/mp_web/gcash/onUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp_web/gcash/onUserCaptureScreen.js +3 -0
- package/lib/clients/mp_web/gcash/openApPayCodePage.d.ts +2 -0
- package/lib/clients/mp_web/gcash/openApPayCodePage.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/openInApp.d.ts +2 -0
- package/lib/clients/mp_web/gcash/openInApp.js +3 -0
- package/lib/clients/mp_web/gcash/openInBrowser.d.ts +2 -0
- package/lib/clients/mp_web/gcash/openInBrowser.js +3 -0
- package/lib/clients/mp_web/gcash/openOtherApp.d.ts +2 -0
- package/lib/clients/mp_web/gcash/openOtherApp.js +3 -0
- package/lib/clients/mp_web/gcash/openPayCodePage.d.ts +2 -0
- package/lib/clients/mp_web/gcash/openPayCodePage.js +3 -0
- package/lib/clients/mp_web/gcash/openScanPage.d.ts +2 -0
- package/lib/clients/mp_web/gcash/openScanPage.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/openURL.d.ts +2 -0
- package/lib/clients/mp_web/gcash/openURL.js +3 -0
- package/lib/clients/mp_web/gcash/openWebURL.d.ts +2 -0
- package/lib/clients/mp_web/gcash/openWebURL.js +3 -0
- package/lib/clients/mp_web/gcash/pageScrollTo.d.ts +2 -0
- package/lib/clients/mp_web/gcash/pageScrollTo.js +3 -0
- package/lib/clients/mp_web/gcash/previewImage.d.ts +2 -0
- package/lib/clients/mp_web/gcash/previewImage.js +3 -0
- package/lib/clients/mp_web/gcash/prompt.d.ts +2 -0
- package/lib/clients/mp_web/gcash/prompt.js +3 -0
- package/lib/clients/mp_web/gcash/reLaunch.d.ts +2 -0
- package/lib/clients/mp_web/gcash/reLaunch.js +3 -0
- package/lib/clients/mp_web/gcash/readBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp_web/gcash/readBLECharacteristicValue.js +3 -0
- package/lib/clients/mp_web/gcash/redirectTo.d.ts +2 -0
- package/lib/clients/mp_web/gcash/redirectTo.js +3 -0
- package/lib/clients/mp_web/gcash/removeSavedFile.d.ts +2 -0
- package/lib/clients/mp_web/gcash/removeSavedFile.js +3 -0
- package/lib/clients/mp_web/gcash/removeStorage.d.ts +2 -0
- package/lib/clients/mp_web/gcash/removeStorage.js +3 -0
- package/lib/clients/mp_web/gcash/request.d.ts +2 -0
- package/lib/clients/mp_web/gcash/request.js +3 -0
- package/lib/clients/mp_web/gcash/saveFile.d.ts +2 -0
- package/lib/clients/mp_web/gcash/saveFile.js +3 -0
- package/lib/clients/mp_web/gcash/saveImage.d.ts +2 -0
- package/lib/clients/mp_web/gcash/saveImage.js +3 -0
- package/lib/clients/mp_web/gcash/scan.d.ts +2 -0
- package/lib/clients/mp_web/gcash/scan.js +3 -0
- package/lib/clients/mp_web/gcash/sendSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/gcash/sendSocketMessage.js +3 -0
- package/lib/clients/mp_web/gcash/setBackgroundColor.d.ts +2 -0
- package/lib/clients/mp_web/gcash/setBackgroundColor.js +3 -0
- package/lib/clients/mp_web/gcash/setCanPullDown.d.ts +2 -0
- package/lib/clients/mp_web/gcash/setCanPullDown.js +3 -0
- package/lib/clients/mp_web/gcash/setClipboard.d.ts +2 -0
- package/lib/clients/mp_web/gcash/setClipboard.js +3 -0
- package/lib/clients/mp_web/gcash/setKeepScreenOn.d.ts +2 -0
- package/lib/clients/mp_web/gcash/setKeepScreenOn.js +3 -0
- package/lib/clients/mp_web/gcash/setNavigationBar.d.ts +2 -0
- package/lib/clients/mp_web/gcash/setNavigationBar.js +3 -0
- package/lib/clients/mp_web/gcash/setScreenBrightness.d.ts +2 -0
- package/lib/clients/mp_web/gcash/setScreenBrightness.js +3 -0
- package/lib/clients/mp_web/gcash/setStorage.d.ts +2 -0
- package/lib/clients/mp_web/gcash/setStorage.js +3 -0
- package/lib/clients/mp_web/gcash/setTabBarStyle.d.ts +2 -0
- package/lib/clients/mp_web/gcash/setTabBarStyle.js +3 -0
- package/lib/clients/mp_web/gcash/showActionSheet.d.ts +2 -0
- package/lib/clients/mp_web/gcash/showActionSheet.js +3 -0
- package/lib/clients/mp_web/gcash/showAuthGuide.d.ts +2 -0
- package/lib/clients/mp_web/gcash/showAuthGuide.js +3 -0
- package/lib/clients/mp_web/gcash/showLoading.d.ts +2 -0
- package/lib/clients/mp_web/gcash/showLoading.js +3 -0
- package/lib/clients/mp_web/gcash/showNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp_web/gcash/showNavigationBarLoading.js +3 -0
- package/lib/clients/mp_web/gcash/showSharePanel.d.ts +2 -0
- package/lib/clients/mp_web/gcash/showSharePanel.js +3 -0
- package/lib/clients/mp_web/gcash/showToast.d.ts +2 -0
- package/lib/clients/mp_web/gcash/showToast.js +3 -0
- package/lib/clients/mp_web/gcash/signContract.d.ts +2 -0
- package/lib/clients/mp_web/gcash/signContract.js +3 -0
- package/lib/clients/mp_web/gcash/startBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp_web/gcash/startBluetoothDevicesDiscovery.js +3 -0
- package/lib/clients/mp_web/gcash/startPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp_web/gcash/startPullDownRefresh.js +3 -0
- package/lib/clients/mp_web/gcash/stopBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp_web/gcash/stopBluetoothDevicesDiscovery.js +3 -0
- package/lib/clients/mp_web/gcash/stopPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp_web/gcash/stopPullDownRefresh.js +3 -0
- package/lib/clients/mp_web/gcash/switchTab.d.ts +2 -0
- package/lib/clients/mp_web/gcash/switchTab.js +3 -0
- package/lib/clients/mp_web/gcash/tradePay.d.ts +2 -0
- package/lib/clients/mp_web/gcash/tradePay.js +3 -0
- package/lib/clients/mp_web/gcash/uploadFile.d.ts +2 -0
- package/lib/clients/mp_web/gcash/uploadFile.js +3 -0
- package/lib/clients/mp_web/gcash/vibrate.d.ts +2 -0
- package/lib/clients/mp_web/gcash/vibrate.js +3 -0
- package/lib/clients/mp_web/gcash/watchShake.d.ts +2 -0
- package/lib/clients/mp_web/gcash/watchShake.js +3 -0
- package/lib/clients/mp_web/gcash/writeBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp_web/gcash/writeBLECharacteristicValue.js +3 -0
- package/lib/clients/mp_web/mpay/createWithoutAuthRpc.d.ts +2 -0
- package/lib/clients/mp_web/mpay/createWithoutAuthRpc.js +3 -0
- package/lib/clients/mp_web/mpay/defineRuntimeConfig.d.ts +2 -0
- package/lib/clients/mp_web/mpay/defineRuntimeConfig.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/getCurrentPages.d.ts +2 -0
- package/lib/clients/mp_web/mpay/getCurrentPages.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/getStorage.d.ts +2 -0
- package/lib/clients/mp_web/mpay/getStorage.js +3 -0
- package/lib/clients/mp_web/mpay/index.d.ts +86 -0
- package/lib/clients/mp_web/mpay/index.js +43 -0
- package/lib/clients/mp_web/mpay/openApPayCodePage.d.ts +2 -0
- package/lib/clients/mp_web/mpay/openApPayCodePage.js +3 -0
- package/lib/clients/mp_web/mpay/openInApp.d.ts +2 -0
- package/lib/clients/mp_web/mpay/openInApp.js +3 -0
- package/lib/clients/mp_web/mpay/openInBrowser.d.ts +2 -0
- package/lib/clients/mp_web/mpay/openInBrowser.js +3 -0
- package/lib/clients/mp_web/mpay/openOtherApp.d.ts +2 -0
- package/lib/clients/mp_web/mpay/openOtherApp.js +3 -0
- package/lib/clients/mp_web/mpay/openPayCodePage.d.ts +2 -0
- package/lib/clients/mp_web/mpay/openPayCodePage.js +3 -0
- package/lib/clients/mp_web/mpay/openScanPage.d.ts +2 -0
- package/lib/clients/mp_web/mpay/openScanPage.js +3 -0
- package/lib/clients/mp_web/mpay/openURL.d.ts +2 -0
- package/lib/clients/mp_web/mpay/openURL.js +3 -0
- package/lib/clients/mp_web/mpay/openWebURL.d.ts +2 -0
- package/lib/clients/mp_web/mpay/openWebURL.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/rpcWithAuth.d.ts +2 -0
- package/lib/clients/mp_web/mpay/rpcWithAuth.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/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/chooseImage.d.ts +2 -0
- package/lib/clients/mp_web/tngd/chooseImage.js +3 -0
- package/lib/clients/mp_web/tngd/choosePhoneContact.d.ts +2 -0
- package/lib/clients/mp_web/tngd/choosePhoneContact.js +3 -0
- package/lib/clients/mp_web/tngd/clearStorage.d.ts +2 -0
- package/lib/clients/mp_web/tngd/clearStorage.js +3 -0
- package/lib/clients/mp_web/tngd/closeBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp_web/tngd/closeBluetoothAdapter.js +3 -0
- package/lib/clients/mp_web/tngd/closeSocket.d.ts +2 -0
- package/lib/clients/mp_web/tngd/closeSocket.js +3 -0
- package/lib/clients/mp_web/tngd/confirm.d.ts +2 -0
- package/lib/clients/mp_web/tngd/confirm.js +3 -0
- package/lib/clients/mp_web/tngd/connectBLEDevice.d.ts +2 -0
- package/lib/clients/mp_web/tngd/connectBLEDevice.js +3 -0
- package/lib/clients/mp_web/tngd/connectSocket.d.ts +2 -0
- package/lib/clients/mp_web/tngd/connectSocket.js +3 -0
- package/lib/clients/mp_web/tngd/createWithoutAuthRpc.d.ts +2 -0
- package/lib/clients/mp_web/tngd/createWithoutAuthRpc.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/defineRuntimeConfig.d.ts +2 -0
- package/lib/clients/mp_web/tngd/defineRuntimeConfig.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/getCurrentLanguage.d.ts +2 -0
- package/lib/clients/mp_web/tngd/getCurrentLanguage.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/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 +392 -0
- package/lib/clients/mp_web/tngd/index.js +259 -0
- package/lib/clients/mp_web/tngd/makePhoneCall.d.ts +2 -0
- package/lib/clients/mp_web/tngd/makePhoneCall.js +3 -0
- package/lib/clients/mp_web/tngd/multiLevelSelect.d.ts +2 -0
- package/lib/clients/mp_web/tngd/multiLevelSelect.js +3 -0
- package/lib/clients/mp_web/tngd/navigateBack.d.ts +2 -0
- package/lib/clients/mp_web/tngd/navigateBack.js +3 -0
- package/lib/clients/mp_web/tngd/navigateBackMiniProgram.d.ts +2 -0
- package/lib/clients/mp_web/tngd/navigateBackMiniProgram.js +3 -0
- package/lib/clients/mp_web/tngd/navigateTo.d.ts +2 -0
- package/lib/clients/mp_web/tngd/navigateTo.js +3 -0
- package/lib/clients/mp_web/tngd/navigateToMiniProgram.d.ts +2 -0
- package/lib/clients/mp_web/tngd/navigateToMiniProgram.js +3 -0
- package/lib/clients/mp_web/tngd/notifyBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/tngd/notifyBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/tngd/offAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp_web/tngd/offAccelerometerChange.js +3 -0
- package/lib/clients/mp_web/tngd/offBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/tngd/offBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/tngd/offBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp_web/tngd/offBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp_web/tngd/offBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp_web/tngd/offBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp_web/tngd/offBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp_web/tngd/offBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp_web/tngd/offCompassChange.d.ts +2 -0
- package/lib/clients/mp_web/tngd/offCompassChange.js +3 -0
- package/lib/clients/mp_web/tngd/offMemoryWarning.d.ts +2 -0
- package/lib/clients/mp_web/tngd/offMemoryWarning.js +3 -0
- package/lib/clients/mp_web/tngd/offSocketClose.d.ts +2 -0
- package/lib/clients/mp_web/tngd/offSocketClose.js +3 -0
- package/lib/clients/mp_web/tngd/offSocketError.d.ts +2 -0
- package/lib/clients/mp_web/tngd/offSocketError.js +3 -0
- package/lib/clients/mp_web/tngd/offSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/tngd/offSocketMessage.js +3 -0
- package/lib/clients/mp_web/tngd/offSocketOpen.d.ts +2 -0
- package/lib/clients/mp_web/tngd/offSocketOpen.js +3 -0
- package/lib/clients/mp_web/tngd/offUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp_web/tngd/offUserCaptureScreen.js +3 -0
- package/lib/clients/mp_web/tngd/onAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp_web/tngd/onAccelerometerChange.js +3 -0
- package/lib/clients/mp_web/tngd/onBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/tngd/onBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/tngd/onBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp_web/tngd/onBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp_web/tngd/onBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp_web/tngd/onBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp_web/tngd/onBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp_web/tngd/onBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp_web/tngd/onCompassChange.d.ts +2 -0
- package/lib/clients/mp_web/tngd/onCompassChange.js +3 -0
- package/lib/clients/mp_web/tngd/onMemoryWarning.d.ts +2 -0
- package/lib/clients/mp_web/tngd/onMemoryWarning.js +3 -0
- package/lib/clients/mp_web/tngd/onSocketClose.d.ts +2 -0
- package/lib/clients/mp_web/tngd/onSocketClose.js +3 -0
- package/lib/clients/mp_web/tngd/onSocketError.d.ts +2 -0
- package/lib/clients/mp_web/tngd/onSocketError.js +3 -0
- package/lib/clients/mp_web/tngd/onSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/tngd/onSocketMessage.js +3 -0
- package/lib/clients/mp_web/tngd/onSocketOpen.d.ts +2 -0
- package/lib/clients/mp_web/tngd/onSocketOpen.js +3 -0
- package/lib/clients/mp_web/tngd/onUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp_web/tngd/onUserCaptureScreen.js +3 -0
- package/lib/clients/mp_web/tngd/openApPayCodePage.d.ts +2 -0
- package/lib/clients/mp_web/tngd/openApPayCodePage.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/openInApp.d.ts +2 -0
- package/lib/clients/mp_web/tngd/openInApp.js +3 -0
- package/lib/clients/mp_web/tngd/openInBrowser.d.ts +2 -0
- package/lib/clients/mp_web/tngd/openInBrowser.js +3 -0
- package/lib/clients/mp_web/tngd/openOtherApp.d.ts +2 -0
- package/lib/clients/mp_web/tngd/openOtherApp.js +3 -0
- package/lib/clients/mp_web/tngd/openPayCodePage.d.ts +2 -0
- package/lib/clients/mp_web/tngd/openPayCodePage.js +3 -0
- package/lib/clients/mp_web/tngd/openScanPage.d.ts +2 -0
- package/lib/clients/mp_web/tngd/openScanPage.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/openURL.d.ts +2 -0
- package/lib/clients/mp_web/tngd/openURL.js +3 -0
- package/lib/clients/mp_web/tngd/openWebURL.d.ts +2 -0
- package/lib/clients/mp_web/tngd/openWebURL.js +3 -0
- package/lib/clients/mp_web/tngd/pageScrollTo.d.ts +2 -0
- package/lib/clients/mp_web/tngd/pageScrollTo.js +3 -0
- package/lib/clients/mp_web/tngd/previewImage.d.ts +2 -0
- package/lib/clients/mp_web/tngd/previewImage.js +3 -0
- package/lib/clients/mp_web/tngd/prompt.d.ts +2 -0
- package/lib/clients/mp_web/tngd/prompt.js +3 -0
- package/lib/clients/mp_web/tngd/reLaunch.d.ts +2 -0
- package/lib/clients/mp_web/tngd/reLaunch.js +3 -0
- package/lib/clients/mp_web/tngd/readBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp_web/tngd/readBLECharacteristicValue.js +3 -0
- package/lib/clients/mp_web/tngd/redirectTo.d.ts +2 -0
- package/lib/clients/mp_web/tngd/redirectTo.js +3 -0
- package/lib/clients/mp_web/tngd/removeSavedFile.d.ts +2 -0
- package/lib/clients/mp_web/tngd/removeSavedFile.js +3 -0
- package/lib/clients/mp_web/tngd/removeStorage.d.ts +2 -0
- package/lib/clients/mp_web/tngd/removeStorage.js +3 -0
- package/lib/clients/mp_web/tngd/request.d.ts +2 -0
- package/lib/clients/mp_web/tngd/request.js +3 -0
- package/lib/clients/mp_web/tngd/saveFile.d.ts +2 -0
- package/lib/clients/mp_web/tngd/saveFile.js +3 -0
- package/lib/clients/mp_web/tngd/saveImage.d.ts +2 -0
- package/lib/clients/mp_web/tngd/saveImage.js +3 -0
- package/lib/clients/mp_web/tngd/scan.d.ts +2 -0
- package/lib/clients/mp_web/tngd/scan.js +3 -0
- package/lib/clients/mp_web/tngd/sendSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/tngd/sendSocketMessage.js +3 -0
- package/lib/clients/mp_web/tngd/setBackgroundColor.d.ts +2 -0
- package/lib/clients/mp_web/tngd/setBackgroundColor.js +3 -0
- package/lib/clients/mp_web/tngd/setCanPullDown.d.ts +2 -0
- package/lib/clients/mp_web/tngd/setCanPullDown.js +3 -0
- package/lib/clients/mp_web/tngd/setClipboard.d.ts +2 -0
- package/lib/clients/mp_web/tngd/setClipboard.js +3 -0
- package/lib/clients/mp_web/tngd/setKeepScreenOn.d.ts +2 -0
- package/lib/clients/mp_web/tngd/setKeepScreenOn.js +3 -0
- package/lib/clients/mp_web/tngd/setNavigationBar.d.ts +2 -0
- package/lib/clients/mp_web/tngd/setNavigationBar.js +3 -0
- package/lib/clients/mp_web/tngd/setScreenBrightness.d.ts +2 -0
- package/lib/clients/mp_web/tngd/setScreenBrightness.js +3 -0
- package/lib/clients/mp_web/tngd/setStorage.d.ts +2 -0
- package/lib/clients/mp_web/tngd/setStorage.js +3 -0
- package/lib/clients/mp_web/tngd/setTabBarStyle.d.ts +2 -0
- package/lib/clients/mp_web/tngd/setTabBarStyle.js +3 -0
- package/lib/clients/mp_web/tngd/showActionSheet.d.ts +2 -0
- package/lib/clients/mp_web/tngd/showActionSheet.js +3 -0
- package/lib/clients/mp_web/tngd/showAuthGuide.d.ts +2 -0
- package/lib/clients/mp_web/tngd/showAuthGuide.js +3 -0
- package/lib/clients/mp_web/tngd/showLoading.d.ts +2 -0
- package/lib/clients/mp_web/tngd/showLoading.js +3 -0
- package/lib/clients/mp_web/tngd/showNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp_web/tngd/showNavigationBarLoading.js +3 -0
- package/lib/clients/mp_web/tngd/showSharePanel.d.ts +2 -0
- package/lib/clients/mp_web/tngd/showSharePanel.js +3 -0
- package/lib/clients/mp_web/tngd/showToast.d.ts +2 -0
- package/lib/clients/mp_web/tngd/showToast.js +3 -0
- package/lib/clients/mp_web/tngd/signContract.d.ts +2 -0
- package/lib/clients/mp_web/tngd/signContract.js +3 -0
- package/lib/clients/mp_web/tngd/startBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp_web/tngd/startBluetoothDevicesDiscovery.js +3 -0
- package/lib/clients/mp_web/tngd/startPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp_web/tngd/startPullDownRefresh.js +3 -0
- package/lib/clients/mp_web/tngd/stopBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp_web/tngd/stopBluetoothDevicesDiscovery.js +3 -0
- package/lib/clients/mp_web/tngd/stopPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp_web/tngd/stopPullDownRefresh.js +3 -0
- package/lib/clients/mp_web/tngd/switchTab.d.ts +2 -0
- package/lib/clients/mp_web/tngd/switchTab.js +3 -0
- package/lib/clients/mp_web/tngd/tradePay.d.ts +2 -0
- package/lib/clients/mp_web/tngd/tradePay.js +3 -0
- package/lib/clients/mp_web/tngd/uploadFile.d.ts +2 -0
- package/lib/clients/mp_web/tngd/uploadFile.js +3 -0
- package/lib/clients/mp_web/tngd/vibrate.d.ts +2 -0
- package/lib/clients/mp_web/tngd/vibrate.js +3 -0
- package/lib/clients/mp_web/tngd/watchShake.d.ts +2 -0
- package/lib/clients/mp_web/tngd/watchShake.js +3 -0
- package/lib/clients/mp_web/tngd/writeBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp_web/tngd/writeBLECharacteristicValue.js +3 -0
- package/lib/clients/mp_web/toss/createWithoutAuthRpc.d.ts +2 -0
- package/lib/clients/mp_web/toss/createWithoutAuthRpc.js +3 -0
- package/lib/clients/mp_web/toss/defineRuntimeConfig.d.ts +2 -0
- package/lib/clients/mp_web/toss/defineRuntimeConfig.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/getAuthCode.d.ts +2 -0
- package/lib/clients/mp_web/toss/getAuthCode.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/getSDKVersion.d.ts +2 -0
- package/lib/clients/mp_web/toss/getSDKVersion.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/index.d.ts +84 -0
- package/lib/clients/mp_web/toss/index.js +41 -0
- package/lib/clients/mp_web/toss/openApPayCodePage.d.ts +2 -0
- package/lib/clients/mp_web/toss/openApPayCodePage.js +3 -0
- package/lib/clients/mp_web/toss/openInApp.d.ts +2 -0
- package/lib/clients/mp_web/toss/openInApp.js +3 -0
- package/lib/clients/mp_web/toss/openInBrowser.d.ts +2 -0
- package/lib/clients/mp_web/toss/openInBrowser.js +3 -0
- package/lib/clients/mp_web/toss/openOtherApp.d.ts +2 -0
- package/lib/clients/mp_web/toss/openOtherApp.js +3 -0
- package/lib/clients/mp_web/toss/openPayCodePage.d.ts +2 -0
- package/lib/clients/mp_web/toss/openPayCodePage.js +3 -0
- package/lib/clients/mp_web/toss/openScanPage.d.ts +2 -0
- package/lib/clients/mp_web/toss/openScanPage.js +3 -0
- package/lib/clients/mp_web/toss/openURL.d.ts +2 -0
- package/lib/clients/mp_web/toss/openURL.js +3 -0
- package/lib/clients/mp_web/toss/openWebURL.d.ts +2 -0
- package/lib/clients/mp_web/toss/openWebURL.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/rpcWithAuth.d.ts +2 -0
- package/lib/clients/mp_web/toss/rpcWithAuth.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/truemoney/addPhoneContact.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/addPhoneContact.js +3 -0
- package/lib/clients/mp_web/truemoney/alert.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/alert.js +3 -0
- package/lib/clients/mp_web/truemoney/chooseImage.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/chooseImage.js +3 -0
- package/lib/clients/mp_web/truemoney/choosePhoneContact.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/choosePhoneContact.js +3 -0
- package/lib/clients/mp_web/truemoney/clearStorage.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/clearStorage.js +3 -0
- package/lib/clients/mp_web/truemoney/closeBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/closeBluetoothAdapter.js +3 -0
- package/lib/clients/mp_web/truemoney/closeSocket.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/closeSocket.js +3 -0
- package/lib/clients/mp_web/truemoney/confirm.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/confirm.js +3 -0
- package/lib/clients/mp_web/truemoney/connectBLEDevice.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/connectBLEDevice.js +3 -0
- package/lib/clients/mp_web/truemoney/connectSocket.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/connectSocket.js +3 -0
- package/lib/clients/mp_web/truemoney/createWithoutAuthRpc.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/createWithoutAuthRpc.js +3 -0
- package/lib/clients/mp_web/truemoney/datePicker.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/datePicker.js +3 -0
- package/lib/clients/mp_web/truemoney/defineRuntimeConfig.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/defineRuntimeConfig.js +3 -0
- package/lib/clients/mp_web/truemoney/disconnectBLEDevice.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/disconnectBLEDevice.js +3 -0
- package/lib/clients/mp_web/truemoney/downloadFile.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/downloadFile.js +3 -0
- package/lib/clients/mp_web/truemoney/getAppId.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/getAppId.js +3 -0
- package/lib/clients/mp_web/truemoney/getAppToken.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/getAppToken.js +3 -0
- package/lib/clients/mp_web/truemoney/getAuthCode.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/getAuthCode.js +3 -0
- package/lib/clients/mp_web/truemoney/getBLEDeviceCharacteristics.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/getBLEDeviceCharacteristics.js +3 -0
- package/lib/clients/mp_web/truemoney/getBLEDeviceServices.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/getBLEDeviceServices.js +3 -0
- package/lib/clients/mp_web/truemoney/getBatteryInfo.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/getBatteryInfo.js +3 -0
- package/lib/clients/mp_web/truemoney/getBluetoothAdapterState.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/getBluetoothAdapterState.js +3 -0
- package/lib/clients/mp_web/truemoney/getBluetoothDevices.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/getBluetoothDevices.js +3 -0
- package/lib/clients/mp_web/truemoney/getClipboard.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/getClipboard.js +3 -0
- package/lib/clients/mp_web/truemoney/getConnectedBluetoothDevices.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/getConnectedBluetoothDevices.js +3 -0
- package/lib/clients/mp_web/truemoney/getCurrentLanguage.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/getCurrentLanguage.js +3 -0
- package/lib/clients/mp_web/truemoney/getCurrentPages.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/getCurrentPages.js +3 -0
- package/lib/clients/mp_web/truemoney/getFileInfo.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/getFileInfo.js +3 -0
- package/lib/clients/mp_web/truemoney/getImageInfo.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/getImageInfo.js +3 -0
- package/lib/clients/mp_web/truemoney/getLocation.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/getLocation.js +3 -0
- package/lib/clients/mp_web/truemoney/getNetworkType.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/getNetworkType.js +3 -0
- package/lib/clients/mp_web/truemoney/getOpenUserInfo.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/getOpenUserInfo.js +3 -0
- package/lib/clients/mp_web/truemoney/getSDKVersion.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/getSDKVersion.js +3 -0
- package/lib/clients/mp_web/truemoney/getSavedFileInfo.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/getSavedFileInfo.js +3 -0
- package/lib/clients/mp_web/truemoney/getSavedFileList.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/getSavedFileList.js +3 -0
- package/lib/clients/mp_web/truemoney/getScreenBrightness.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/getScreenBrightness.js +3 -0
- package/lib/clients/mp_web/truemoney/getServerTime.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/getServerTime.js +3 -0
- package/lib/clients/mp_web/truemoney/getSetting.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/getSetting.js +3 -0
- package/lib/clients/mp_web/truemoney/getSiteInfo.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/getSiteInfo.js +3 -0
- package/lib/clients/mp_web/truemoney/getStorage.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/getStorage.js +3 -0
- package/lib/clients/mp_web/truemoney/getSystemInfo.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/getSystemInfo.js +3 -0
- package/lib/clients/mp_web/truemoney/hideBackHome.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/hideBackHome.js +3 -0
- package/lib/clients/mp_web/truemoney/hideKeyboard.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/hideKeyboard.js +3 -0
- package/lib/clients/mp_web/truemoney/hideLoading.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/hideLoading.js +3 -0
- package/lib/clients/mp_web/truemoney/hideNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/hideNavigationBarLoading.js +3 -0
- package/lib/clients/mp_web/truemoney/hideTabBar.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/hideTabBar.js +3 -0
- package/lib/clients/mp_web/truemoney/hideToast.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/hideToast.js +3 -0
- package/lib/clients/mp_web/truemoney/index.d.ts +392 -0
- package/lib/clients/mp_web/truemoney/index.js +259 -0
- package/lib/clients/mp_web/truemoney/makePhoneCall.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/makePhoneCall.js +3 -0
- package/lib/clients/mp_web/truemoney/multiLevelSelect.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/multiLevelSelect.js +3 -0
- package/lib/clients/mp_web/truemoney/navigateBack.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/navigateBack.js +3 -0
- package/lib/clients/mp_web/truemoney/navigateBackMiniProgram.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/navigateBackMiniProgram.js +3 -0
- package/lib/clients/mp_web/truemoney/navigateTo.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/navigateTo.js +3 -0
- package/lib/clients/mp_web/truemoney/navigateToMiniProgram.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/navigateToMiniProgram.js +3 -0
- package/lib/clients/mp_web/truemoney/notifyBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/notifyBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/truemoney/offAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/offAccelerometerChange.js +3 -0
- package/lib/clients/mp_web/truemoney/offBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/offBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/truemoney/offBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/offBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp_web/truemoney/offBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/offBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp_web/truemoney/offBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/offBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp_web/truemoney/offCompassChange.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/offCompassChange.js +3 -0
- package/lib/clients/mp_web/truemoney/offMemoryWarning.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/offMemoryWarning.js +3 -0
- package/lib/clients/mp_web/truemoney/offSocketClose.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/offSocketClose.js +3 -0
- package/lib/clients/mp_web/truemoney/offSocketError.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/offSocketError.js +3 -0
- package/lib/clients/mp_web/truemoney/offSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/offSocketMessage.js +3 -0
- package/lib/clients/mp_web/truemoney/offSocketOpen.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/offSocketOpen.js +3 -0
- package/lib/clients/mp_web/truemoney/offUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/offUserCaptureScreen.js +3 -0
- package/lib/clients/mp_web/truemoney/onAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/onAccelerometerChange.js +3 -0
- package/lib/clients/mp_web/truemoney/onBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/onBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/truemoney/onBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/onBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp_web/truemoney/onBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/onBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp_web/truemoney/onBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/onBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp_web/truemoney/onCompassChange.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/onCompassChange.js +3 -0
- package/lib/clients/mp_web/truemoney/onMemoryWarning.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/onMemoryWarning.js +3 -0
- package/lib/clients/mp_web/truemoney/onSocketClose.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/onSocketClose.js +3 -0
- package/lib/clients/mp_web/truemoney/onSocketError.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/onSocketError.js +3 -0
- package/lib/clients/mp_web/truemoney/onSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/onSocketMessage.js +3 -0
- package/lib/clients/mp_web/truemoney/onSocketOpen.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/onSocketOpen.js +3 -0
- package/lib/clients/mp_web/truemoney/onUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/onUserCaptureScreen.js +3 -0
- package/lib/clients/mp_web/truemoney/openApPayCodePage.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/openApPayCodePage.js +3 -0
- package/lib/clients/mp_web/truemoney/openBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/openBluetoothAdapter.js +3 -0
- package/lib/clients/mp_web/truemoney/openDocument.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/openDocument.js +3 -0
- package/lib/clients/mp_web/truemoney/openInApp.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/openInApp.js +3 -0
- package/lib/clients/mp_web/truemoney/openInBrowser.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/openInBrowser.js +3 -0
- package/lib/clients/mp_web/truemoney/openOtherApp.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/openOtherApp.js +3 -0
- package/lib/clients/mp_web/truemoney/openPayCodePage.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/openPayCodePage.js +3 -0
- package/lib/clients/mp_web/truemoney/openScanPage.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/openScanPage.js +3 -0
- package/lib/clients/mp_web/truemoney/openSetting.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/openSetting.js +3 -0
- package/lib/clients/mp_web/truemoney/openURL.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/openURL.js +3 -0
- package/lib/clients/mp_web/truemoney/openWebURL.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/openWebURL.js +3 -0
- package/lib/clients/mp_web/truemoney/pageScrollTo.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/pageScrollTo.js +3 -0
- package/lib/clients/mp_web/truemoney/previewImage.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/previewImage.js +3 -0
- package/lib/clients/mp_web/truemoney/prompt.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/prompt.js +3 -0
- package/lib/clients/mp_web/truemoney/reLaunch.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/reLaunch.js +3 -0
- package/lib/clients/mp_web/truemoney/readBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/readBLECharacteristicValue.js +3 -0
- package/lib/clients/mp_web/truemoney/redirectTo.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/redirectTo.js +3 -0
- package/lib/clients/mp_web/truemoney/removeSavedFile.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/removeSavedFile.js +3 -0
- package/lib/clients/mp_web/truemoney/removeStorage.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/removeStorage.js +3 -0
- package/lib/clients/mp_web/truemoney/request.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/request.js +3 -0
- package/lib/clients/mp_web/truemoney/saveFile.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/saveFile.js +3 -0
- package/lib/clients/mp_web/truemoney/saveImage.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/saveImage.js +3 -0
- package/lib/clients/mp_web/truemoney/scan.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/scan.js +3 -0
- package/lib/clients/mp_web/truemoney/sendSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/sendSocketMessage.js +3 -0
- package/lib/clients/mp_web/truemoney/setBackgroundColor.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/setBackgroundColor.js +3 -0
- package/lib/clients/mp_web/truemoney/setCanPullDown.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/setCanPullDown.js +3 -0
- package/lib/clients/mp_web/truemoney/setClipboard.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/setClipboard.js +3 -0
- package/lib/clients/mp_web/truemoney/setKeepScreenOn.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/setKeepScreenOn.js +3 -0
- package/lib/clients/mp_web/truemoney/setNavigationBar.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/setNavigationBar.js +3 -0
- package/lib/clients/mp_web/truemoney/setScreenBrightness.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/setScreenBrightness.js +3 -0
- package/lib/clients/mp_web/truemoney/setStorage.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/setStorage.js +3 -0
- package/lib/clients/mp_web/truemoney/setTabBarStyle.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/setTabBarStyle.js +3 -0
- package/lib/clients/mp_web/truemoney/showActionSheet.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/showActionSheet.js +3 -0
- package/lib/clients/mp_web/truemoney/showAuthGuide.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/showAuthGuide.js +3 -0
- package/lib/clients/mp_web/truemoney/showLoading.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/showLoading.js +3 -0
- package/lib/clients/mp_web/truemoney/showNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/showNavigationBarLoading.js +3 -0
- package/lib/clients/mp_web/truemoney/showSharePanel.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/showSharePanel.js +3 -0
- package/lib/clients/mp_web/truemoney/showToast.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/showToast.js +3 -0
- package/lib/clients/mp_web/truemoney/signContract.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/signContract.js +3 -0
- package/lib/clients/mp_web/truemoney/startBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/startBluetoothDevicesDiscovery.js +3 -0
- package/lib/clients/mp_web/truemoney/startPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/startPullDownRefresh.js +3 -0
- package/lib/clients/mp_web/truemoney/stopBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/stopBluetoothDevicesDiscovery.js +3 -0
- package/lib/clients/mp_web/truemoney/stopPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/stopPullDownRefresh.js +3 -0
- package/lib/clients/mp_web/truemoney/switchTab.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/switchTab.js +3 -0
- package/lib/clients/mp_web/truemoney/tradePay.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/tradePay.js +3 -0
- package/lib/clients/mp_web/truemoney/uploadFile.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/uploadFile.js +3 -0
- package/lib/clients/mp_web/truemoney/vibrate.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/vibrate.js +3 -0
- package/lib/clients/mp_web/truemoney/watchShake.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/watchShake.js +3 -0
- package/lib/clients/mp_web/truemoney/writeBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/writeBLECharacteristicValue.js +3 -0
- package/lib/clients/web/alipay/addNotifyListener.d.ts +2 -0
- package/lib/clients/web/alipay/addNotifyListener.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/chooseDistrict.d.ts +2 -0
- package/lib/clients/web/alipay/chooseDistrict.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/clearStorage.d.ts +2 -0
- package/lib/clients/web/alipay/clearStorage.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/createWithoutAuthRpc.d.ts +2 -0
- package/lib/clients/web/alipay/createWithoutAuthRpc.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/defineRuntimeConfig.d.ts +2 -0
- package/lib/clients/web/alipay/defineRuntimeConfig.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/easyShare.d.ts +2 -0
- package/lib/clients/web/alipay/easyShare.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/getCurrentLanguage.d.ts +2 -0
- package/lib/clients/web/alipay/getCurrentLanguage.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/getMainSelectedCity.d.ts +2 -0
- package/lib/clients/web/alipay/getMainSelectedCity.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/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/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/hideToast.d.ts +2 -0
- package/lib/clients/web/alipay/hideToast.js +3 -0
- package/lib/clients/web/alipay/homeAddAppToMyApps.d.ts +2 -0
- package/lib/clients/web/alipay/homeAddAppToMyApps.js +3 -0
- package/lib/clients/web/alipay/homeCanAddAppToMyApps.d.ts +2 -0
- package/lib/clients/web/alipay/homeCanAddAppToMyApps.js +3 -0
- package/lib/clients/web/alipay/index.d.ts +295 -0
- package/lib/clients/web/alipay/index.js +173 -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/openApPayCodePage.d.ts +2 -0
- package/lib/clients/web/alipay/openApPayCodePage.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/openInApp.d.ts +2 -0
- package/lib/clients/web/alipay/openInApp.js +3 -0
- package/lib/clients/web/alipay/openInBrowser.d.ts +2 -0
- package/lib/clients/web/alipay/openInBrowser.js +3 -0
- package/lib/clients/web/alipay/openOtherApp.d.ts +2 -0
- package/lib/clients/web/alipay/openOtherApp.js +3 -0
- package/lib/clients/web/alipay/openPayCodePage.d.ts +2 -0
- package/lib/clients/web/alipay/openPayCodePage.js +3 -0
- package/lib/clients/web/alipay/openScanPage.d.ts +2 -0
- package/lib/clients/web/alipay/openScanPage.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/openURL.d.ts +2 -0
- package/lib/clients/web/alipay/openURL.js +3 -0
- package/lib/clients/web/alipay/openWebURL.d.ts +2 -0
- package/lib/clients/web/alipay/openWebURL.js +3 -0
- package/lib/clients/web/alipay/postNotification.d.ts +2 -0
- package/lib/clients/web/alipay/postNotification.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/removeNotifyListener.d.ts +2 -0
- package/lib/clients/web/alipay/removeNotifyListener.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/rpcWithAuthAPlus.d.ts +2 -0
- package/lib/clients/web/alipay/rpcWithAuthAPlus.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/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/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/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/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/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/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/getCurrentLanguage.d.ts +2 -0
- package/lib/clients/web/demo/getCurrentLanguage.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 +218 -0
- package/lib/clients/web/demo/index.js +169 -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/navigateToBizScene.d.ts +2 -0
- package/lib/clients/web/demo/navigateToBizScene.js +3 -0
- package/lib/clients/web/demo/navigateToMiniProgram.d.ts +2 -0
- package/lib/clients/web/demo/navigateToMiniProgram.js +3 -0
- package/lib/clients/web/demo/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/createWithoutAuthRpc.d.ts +2 -0
- package/lib/clients/web/h5/createWithoutAuthRpc.js +3 -0
- package/lib/clients/web/h5/defineRuntimeConfig.d.ts +2 -0
- package/lib/clients/web/h5/defineRuntimeConfig.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/getCurrentLanguage.d.ts +2 -0
- package/lib/clients/web/h5/getCurrentLanguage.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 +112 -0
- package/lib/clients/web/h5/index.js +81 -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/openURL.d.ts +2 -0
- package/lib/clients/web/h5/openURL.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/getCurrentLanguage.d.ts +2 -0
- package/lib/clients/web/tngdh5ng/getCurrentLanguage.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 +43 -0
- package/lib/clients/web/tngdh5ng/index.js +41 -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/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/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 +8 -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 +34 -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 +11 -0
- package/lib/common/apis/custom/web/h5/clearStorageSync.d.ts +1 -0
- package/lib/common/apis/custom/web/h5/clearStorageSync.js +4 -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 +16 -0
- package/lib/common/apis/custom/web/h5/getStorageSync.d.ts +6 -0
- package/lib/common/apis/custom/web/h5/getStorageSync.js +8 -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 +14 -0
- package/lib/common/apis/custom/web/h5/removeStorageSync.d.ts +4 -0
- package/lib/common/apis/custom/web/h5/removeStorageSync.js +5 -0
- package/lib/common/apis/custom/web/h5/request.d.ts +2 -0
- package/lib/common/apis/custom/web/h5/request.js +4 -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 +15 -0
- package/lib/common/apis/custom/web/h5/setStorageSync.d.ts +5 -0
- package/lib/common/apis/custom/web/h5/setStorageSync.js +6 -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/hideNavigationBarLoading.d.ts +3 -0
- package/lib/common/apis/custom/web/hideNavigationBarLoading.js +5 -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/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 +17 -0
- package/lib/common/apis/custom/web/setNavigationBar.d.ts +3 -0
- package/lib/common/apis/custom/web/setNavigationBar.js +67 -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 +29 -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/showToast.d.ts +3 -0
- package/lib/common/apis/custom/web/showToast.js +17 -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 +9 -0
- package/lib/common/apis/generated/mp/getLocation.js +14 -0
- package/lib/common/apis/generated/mp/getNetworkType.d.ts +9 -0
- package/lib/common/apis/generated/mp/getNetworkType.js +14 -0
- package/lib/common/apis/generated/mp/getOpenUserInfo.d.ts +11 -0
- package/lib/common/apis/generated/mp/getOpenUserInfo.js +14 -0
- package/lib/common/apis/generated/mp/getPaymentCode.d.ts +3 -0
- package/lib/common/apis/generated/mp/getPaymentCode.js +8 -0
- package/lib/common/apis/generated/mp/getPhoneNumber.d.ts +3 -0
- package/lib/common/apis/generated/mp/getPhoneNumber.js +8 -0
- package/lib/common/apis/generated/mp/getSavedFileInfo.d.ts +12 -0
- package/lib/common/apis/generated/mp/getSavedFileInfo.js +14 -0
- package/lib/common/apis/generated/mp/getSavedFileList.d.ts +15 -0
- package/lib/common/apis/generated/mp/getSavedFileList.js +14 -0
- package/lib/common/apis/generated/mp/getScreenBrightness.d.ts +15 -0
- package/lib/common/apis/generated/mp/getScreenBrightness.js +14 -0
- package/lib/common/apis/generated/mp/getServerTime.d.ts +15 -0
- package/lib/common/apis/generated/mp/getServerTime.js +14 -0
- package/lib/common/apis/generated/mp/getSetting.d.ts +17 -0
- package/lib/common/apis/generated/mp/getSetting.js +14 -0
- package/lib/common/apis/generated/mp/getSiteInfo.d.ts +9 -0
- package/lib/common/apis/generated/mp/getSiteInfo.js +14 -0
- package/lib/common/apis/generated/mp/getStorage.d.ts +11 -0
- package/lib/common/apis/generated/mp/getStorage.js +14 -0
- package/lib/common/apis/generated/mp/getStorageInfo.d.ts +3 -0
- package/lib/common/apis/generated/mp/getStorageInfo.js +8 -0
- package/lib/common/apis/generated/mp/getStorageInfoSync.d.ts +2 -0
- package/lib/common/apis/generated/mp/getStorageInfoSync.js +7 -0
- package/lib/common/apis/generated/mp/getStorageSync.d.ts +9 -0
- package/lib/common/apis/generated/mp/getStorageSync.js +10 -0
- package/lib/common/apis/generated/mp/getSystemInfo.d.ts +9 -0
- package/lib/common/apis/generated/mp/getSystemInfo.js +14 -0
- package/lib/common/apis/generated/mp/getSystemInfoSync.d.ts +2 -0
- package/lib/common/apis/generated/mp/getSystemInfoSync.js +7 -0
- package/lib/common/apis/generated/mp/hideBackHome.d.ts +9 -0
- package/lib/common/apis/generated/mp/hideBackHome.js +14 -0
- package/lib/common/apis/generated/mp/hideKeyboard.d.ts +9 -0
- package/lib/common/apis/generated/mp/hideKeyboard.js +14 -0
- package/lib/common/apis/generated/mp/hideLoading.d.ts +9 -0
- package/lib/common/apis/generated/mp/hideLoading.js +14 -0
- package/lib/common/apis/generated/mp/hideNavigationBarLoading.d.ts +9 -0
- package/lib/common/apis/generated/mp/hideNavigationBarLoading.js +14 -0
- package/lib/common/apis/generated/mp/hideOptionButton.d.ts +3 -0
- package/lib/common/apis/generated/mp/hideOptionButton.js +8 -0
- package/lib/common/apis/generated/mp/hideTabBar.d.ts +9 -0
- package/lib/common/apis/generated/mp/hideTabBar.js +14 -0
- package/lib/common/apis/generated/mp/hideToast.d.ts +9 -0
- package/lib/common/apis/generated/mp/hideToast.js +14 -0
- package/lib/common/apis/generated/mp/inquireQuote.d.ts +3 -0
- package/lib/common/apis/generated/mp/inquireQuote.js +8 -0
- package/lib/common/apis/generated/mp/isInstalledApp.d.ts +3 -0
- package/lib/common/apis/generated/mp/isInstalledApp.js +8 -0
- package/lib/common/apis/generated/mp/makePhoneCall.d.ts +11 -0
- package/lib/common/apis/generated/mp/makePhoneCall.js +14 -0
- package/lib/common/apis/generated/mp/multiLevelSelect.d.ts +12 -0
- package/lib/common/apis/generated/mp/multiLevelSelect.js +14 -0
- package/lib/common/apis/generated/mp/navigateBack.d.ts +9 -0
- package/lib/common/apis/generated/mp/navigateBack.js +14 -0
- package/lib/common/apis/generated/mp/navigateBackMiniProgram.d.ts +9 -0
- package/lib/common/apis/generated/mp/navigateBackMiniProgram.js +14 -0
- package/lib/common/apis/generated/mp/navigateTo.d.ts +9 -0
- package/lib/common/apis/generated/mp/navigateTo.js +14 -0
- package/lib/common/apis/generated/mp/navigateToBizScene.d.ts +3 -0
- package/lib/common/apis/generated/mp/navigateToBizScene.js +8 -0
- package/lib/common/apis/generated/mp/navigateToMiniProgram.d.ts +9 -0
- package/lib/common/apis/generated/mp/navigateToMiniProgram.js +14 -0
- package/lib/common/apis/generated/mp/notifyBLECharacteristicValueChange.d.ts +21 -0
- package/lib/common/apis/generated/mp/notifyBLECharacteristicValueChange.js +14 -0
- package/lib/common/apis/generated/mp/offAccelerometerChange.d.ts +5 -0
- package/lib/common/apis/generated/mp/offAccelerometerChange.js +10 -0
- package/lib/common/apis/generated/mp/offBLECharacteristicValueChange.d.ts +5 -0
- package/lib/common/apis/generated/mp/offBLECharacteristicValueChange.js +10 -0
- package/lib/common/apis/generated/mp/offBLEConnectionStateChanged.d.ts +5 -0
- package/lib/common/apis/generated/mp/offBLEConnectionStateChanged.js +10 -0
- package/lib/common/apis/generated/mp/offBluetoothAdapterStateChange.d.ts +5 -0
- package/lib/common/apis/generated/mp/offBluetoothAdapterStateChange.js +10 -0
- package/lib/common/apis/generated/mp/offBluetoothDeviceFound.d.ts +5 -0
- package/lib/common/apis/generated/mp/offBluetoothDeviceFound.js +10 -0
- package/lib/common/apis/generated/mp/offCompassChange.d.ts +5 -0
- package/lib/common/apis/generated/mp/offCompassChange.js +10 -0
- package/lib/common/apis/generated/mp/offMemoryWarning.d.ts +7 -0
- package/lib/common/apis/generated/mp/offMemoryWarning.js +10 -0
- package/lib/common/apis/generated/mp/offSocketClose.d.ts +5 -0
- package/lib/common/apis/generated/mp/offSocketClose.js +10 -0
- package/lib/common/apis/generated/mp/offSocketError.d.ts +5 -0
- package/lib/common/apis/generated/mp/offSocketError.js +10 -0
- package/lib/common/apis/generated/mp/offSocketMessage.d.ts +5 -0
- package/lib/common/apis/generated/mp/offSocketMessage.js +10 -0
- package/lib/common/apis/generated/mp/offSocketOpen.d.ts +5 -0
- package/lib/common/apis/generated/mp/offSocketOpen.js +10 -0
- package/lib/common/apis/generated/mp/offUserCaptureScreen.d.ts +5 -0
- package/lib/common/apis/generated/mp/offUserCaptureScreen.js +10 -0
- package/lib/common/apis/generated/mp/onAccelerometerChange.d.ts +9 -0
- package/lib/common/apis/generated/mp/onAccelerometerChange.js +10 -0
- package/lib/common/apis/generated/mp/onBLECharacteristicValueChange.d.ts +8 -0
- package/lib/common/apis/generated/mp/onBLECharacteristicValueChange.js +10 -0
- package/lib/common/apis/generated/mp/onBLEConnectionStateChanged.d.ts +8 -0
- package/lib/common/apis/generated/mp/onBLEConnectionStateChanged.js +10 -0
- package/lib/common/apis/generated/mp/onBluetoothAdapterStateChange.d.ts +8 -0
- package/lib/common/apis/generated/mp/onBluetoothAdapterStateChange.js +10 -0
- package/lib/common/apis/generated/mp/onBluetoothDeviceFound.d.ts +7 -0
- package/lib/common/apis/generated/mp/onBluetoothDeviceFound.js +10 -0
- package/lib/common/apis/generated/mp/onCompassChange.d.ts +7 -0
- package/lib/common/apis/generated/mp/onCompassChange.js +10 -0
- package/lib/common/apis/generated/mp/onMemoryWarning.d.ts +7 -0
- package/lib/common/apis/generated/mp/onMemoryWarning.js +10 -0
- package/lib/common/apis/generated/mp/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 +7 -0
- package/lib/common/apis/generated/mp/setCanPullDown.js +10 -0
- package/lib/common/apis/generated/mp/setClipboard.d.ts +9 -0
- package/lib/common/apis/generated/mp/setClipboard.js +14 -0
- package/lib/common/apis/generated/mp/setKeepScreenOn.d.ts +9 -0
- package/lib/common/apis/generated/mp/setKeepScreenOn.js +14 -0
- package/lib/common/apis/generated/mp/setNavigationBar.d.ts +9 -0
- package/lib/common/apis/generated/mp/setNavigationBar.js +14 -0
- package/lib/common/apis/generated/mp/setOptionMenu.d.ts +3 -0
- package/lib/common/apis/generated/mp/setOptionMenu.js +8 -0
- package/lib/common/apis/generated/mp/setScreenBrightness.d.ts +9 -0
- package/lib/common/apis/generated/mp/setScreenBrightness.js +14 -0
- package/lib/common/apis/generated/mp/setStorage.d.ts +9 -0
- package/lib/common/apis/generated/mp/setStorage.js +14 -0
- package/lib/common/apis/generated/mp/setStorageSync.d.ts +8 -0
- package/lib/common/apis/generated/mp/setStorageSync.js +10 -0
- package/lib/common/apis/generated/mp/setTabBarStyle.d.ts +9 -0
- package/lib/common/apis/generated/mp/setTabBarStyle.js +14 -0
- package/lib/common/apis/generated/mp/showActionSheet.d.ts +9 -0
- package/lib/common/apis/generated/mp/showActionSheet.js +14 -0
- package/lib/common/apis/generated/mp/showAuthGuide.d.ts +11 -0
- package/lib/common/apis/generated/mp/showAuthGuide.js +14 -0
- package/lib/common/apis/generated/mp/showLoading.d.ts +9 -0
- package/lib/common/apis/generated/mp/showLoading.js +14 -0
- package/lib/common/apis/generated/mp/showNavigationBarLoading.d.ts +9 -0
- package/lib/common/apis/generated/mp/showNavigationBarLoading.js +14 -0
- package/lib/common/apis/generated/mp/showSharePanel.d.ts +9 -0
- package/lib/common/apis/generated/mp/showSharePanel.js +14 -0
- package/lib/common/apis/generated/mp/showToast.d.ts +9 -0
- package/lib/common/apis/generated/mp/showToast.js +14 -0
- package/lib/common/apis/generated/mp/signContract.d.ts +12 -0
- package/lib/common/apis/generated/mp/signContract.js +14 -0
- package/lib/common/apis/generated/mp/startApp.d.ts +3 -0
- package/lib/common/apis/generated/mp/startApp.js +8 -0
- package/lib/common/apis/generated/mp/startBizService.d.ts +3 -0
- package/lib/common/apis/generated/mp/startBizService.js +8 -0
- package/lib/common/apis/generated/mp/startBluetoothDevicesDiscovery.d.ts +9 -0
- package/lib/common/apis/generated/mp/startBluetoothDevicesDiscovery.js +14 -0
- package/lib/common/apis/generated/mp/startPullDownRefresh.d.ts +9 -0
- package/lib/common/apis/generated/mp/startPullDownRefresh.js +14 -0
- package/lib/common/apis/generated/mp/stopBluetoothDevicesDiscovery.d.ts +9 -0
- package/lib/common/apis/generated/mp/stopBluetoothDevicesDiscovery.js +14 -0
- package/lib/common/apis/generated/mp/stopPullDownRefresh.d.ts +9 -0
- package/lib/common/apis/generated/mp/stopPullDownRefresh.js +14 -0
- package/lib/common/apis/generated/mp/switchTab.d.ts +9 -0
- package/lib/common/apis/generated/mp/switchTab.js +14 -0
- package/lib/common/apis/generated/mp/thirdPartyAuthForAc.d.ts +3 -0
- package/lib/common/apis/generated/mp/thirdPartyAuthForAc.js +8 -0
- package/lib/common/apis/generated/mp/tradePay.d.ts +11 -0
- package/lib/common/apis/generated/mp/tradePay.js +14 -0
- package/lib/common/apis/generated/mp/uploadApdidToken.d.ts +3 -0
- package/lib/common/apis/generated/mp/uploadApdidToken.js +8 -0
- package/lib/common/apis/generated/mp/uploadFile.d.ts +9 -0
- package/lib/common/apis/generated/mp/uploadFile.js +14 -0
- package/lib/common/apis/generated/mp/vibrate.d.ts +9 -0
- package/lib/common/apis/generated/mp/vibrate.js +14 -0
- package/lib/common/apis/generated/mp/watchShake.d.ts +9 -0
- package/lib/common/apis/generated/mp/watchShake.js +14 -0
- package/lib/common/apis/generated/mp/writeBLECharacteristicValue.d.ts +9 -0
- package/lib/common/apis/generated/mp/writeBLECharacteristicValue.js +14 -0
- package/lib/common/apis/generated/mp_web/APRegionRPC.d.ts +3 -0
- package/lib/common/apis/generated/mp_web/APRegionRPC.js +8 -0
- package/lib/common/apis/generated/mp_web/addFatigueAction.d.ts +3 -0
- package/lib/common/apis/generated/mp_web/addFatigueAction.js +8 -0
- package/lib/common/apis/generated/mp_web/addPhoneContact.d.ts +11 -0
- package/lib/common/apis/generated/mp_web/addPhoneContact.js +14 -0
- package/lib/common/apis/generated/mp_web/alert.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/alert.js +14 -0
- package/lib/common/apis/generated/mp_web/apDisableJSAPI.d.ts +3 -0
- package/lib/common/apis/generated/mp_web/apDisableJSAPI.js +8 -0
- package/lib/common/apis/generated/mp_web/appxrpc.d.ts +5 -0
- package/lib/common/apis/generated/mp_web/appxrpc.js +8 -0
- package/lib/common/apis/generated/mp_web/batchQueryCdpSpaceInfo.d.ts +3 -0
- package/lib/common/apis/generated/mp_web/batchQueryCdpSpaceInfo.js +8 -0
- package/lib/common/apis/generated/mp_web/chooseImage.d.ts +11 -0
- package/lib/common/apis/generated/mp_web/chooseImage.js +14 -0
- package/lib/common/apis/generated/mp_web/choosePhoneContact.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/choosePhoneContact.js +14 -0
- package/lib/common/apis/generated/mp_web/clearStorage.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/clearStorage.js +14 -0
- package/lib/common/apis/generated/mp_web/closeBluetoothAdapter.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/closeBluetoothAdapter.js +14 -0
- package/lib/common/apis/generated/mp_web/closeSocket.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/closeSocket.js +14 -0
- package/lib/common/apis/generated/mp_web/confirm.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/confirm.js +14 -0
- package/lib/common/apis/generated/mp_web/connectBLEDevice.d.ts +13 -0
- package/lib/common/apis/generated/mp_web/connectBLEDevice.js +14 -0
- package/lib/common/apis/generated/mp_web/connectSocket.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/connectSocket.js +14 -0
- package/lib/common/apis/generated/mp_web/createWithoutAuthRpc.d.ts +24 -0
- package/lib/common/apis/generated/mp_web/createWithoutAuthRpc.js +7 -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/defineRuntimeConfig.d.ts +2 -0
- package/lib/common/apis/generated/mp_web/defineRuntimeConfig.js +7 -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 +9 -0
- package/lib/common/apis/generated/mp_web/getLocation.js +14 -0
- package/lib/common/apis/generated/mp_web/getNetworkType.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/getNetworkType.js +14 -0
- package/lib/common/apis/generated/mp_web/getOpenUserInfo.d.ts +11 -0
- package/lib/common/apis/generated/mp_web/getOpenUserInfo.js +14 -0
- package/lib/common/apis/generated/mp_web/getPaymentCode.d.ts +3 -0
- package/lib/common/apis/generated/mp_web/getPaymentCode.js +8 -0
- package/lib/common/apis/generated/mp_web/getPhoneNumber.d.ts +3 -0
- package/lib/common/apis/generated/mp_web/getPhoneNumber.js +8 -0
- package/lib/common/apis/generated/mp_web/getSavedFileInfo.d.ts +12 -0
- package/lib/common/apis/generated/mp_web/getSavedFileInfo.js +14 -0
- package/lib/common/apis/generated/mp_web/getSavedFileList.d.ts +15 -0
- package/lib/common/apis/generated/mp_web/getSavedFileList.js +14 -0
- package/lib/common/apis/generated/mp_web/getScreenBrightness.d.ts +15 -0
- package/lib/common/apis/generated/mp_web/getScreenBrightness.js +14 -0
- package/lib/common/apis/generated/mp_web/getServerTime.d.ts +15 -0
- package/lib/common/apis/generated/mp_web/getServerTime.js +14 -0
- package/lib/common/apis/generated/mp_web/getSetting.d.ts +17 -0
- package/lib/common/apis/generated/mp_web/getSetting.js +14 -0
- package/lib/common/apis/generated/mp_web/getSiteInfo.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/getSiteInfo.js +14 -0
- package/lib/common/apis/generated/mp_web/getStorage.d.ts +11 -0
- package/lib/common/apis/generated/mp_web/getStorage.js +14 -0
- package/lib/common/apis/generated/mp_web/getSystemInfo.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/getSystemInfo.js +14 -0
- package/lib/common/apis/generated/mp_web/hideBackHome.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/hideBackHome.js +14 -0
- package/lib/common/apis/generated/mp_web/hideKeyboard.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/hideKeyboard.js +14 -0
- package/lib/common/apis/generated/mp_web/hideLoading.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/hideLoading.js +14 -0
- package/lib/common/apis/generated/mp_web/hideNavigationBarLoading.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/hideNavigationBarLoading.js +14 -0
- package/lib/common/apis/generated/mp_web/hideOptionButton.d.ts +3 -0
- package/lib/common/apis/generated/mp_web/hideOptionButton.js +8 -0
- package/lib/common/apis/generated/mp_web/hideTabBar.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/hideTabBar.js +14 -0
- package/lib/common/apis/generated/mp_web/hideToast.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/hideToast.js +14 -0
- package/lib/common/apis/generated/mp_web/inquireQuote.d.ts +3 -0
- package/lib/common/apis/generated/mp_web/inquireQuote.js +8 -0
- package/lib/common/apis/generated/mp_web/isInstalledApp.d.ts +3 -0
- package/lib/common/apis/generated/mp_web/isInstalledApp.js +8 -0
- package/lib/common/apis/generated/mp_web/makePhoneCall.d.ts +11 -0
- package/lib/common/apis/generated/mp_web/makePhoneCall.js +14 -0
- package/lib/common/apis/generated/mp_web/multiLevelSelect.d.ts +12 -0
- package/lib/common/apis/generated/mp_web/multiLevelSelect.js +14 -0
- package/lib/common/apis/generated/mp_web/navigateBack.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/navigateBack.js +14 -0
- package/lib/common/apis/generated/mp_web/navigateBackMiniProgram.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/navigateBackMiniProgram.js +14 -0
- package/lib/common/apis/generated/mp_web/navigateTo.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/navigateTo.js +14 -0
- package/lib/common/apis/generated/mp_web/navigateToBizScene.d.ts +3 -0
- package/lib/common/apis/generated/mp_web/navigateToBizScene.js +8 -0
- package/lib/common/apis/generated/mp_web/navigateToMiniProgram.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/navigateToMiniProgram.js +14 -0
- package/lib/common/apis/generated/mp_web/notifyBLECharacteristicValueChange.d.ts +21 -0
- package/lib/common/apis/generated/mp_web/notifyBLECharacteristicValueChange.js +14 -0
- package/lib/common/apis/generated/mp_web/offAccelerometerChange.d.ts +5 -0
- package/lib/common/apis/generated/mp_web/offAccelerometerChange.js +10 -0
- package/lib/common/apis/generated/mp_web/offBLECharacteristicValueChange.d.ts +5 -0
- package/lib/common/apis/generated/mp_web/offBLECharacteristicValueChange.js +10 -0
- package/lib/common/apis/generated/mp_web/offBLEConnectionStateChanged.d.ts +5 -0
- package/lib/common/apis/generated/mp_web/offBLEConnectionStateChanged.js +10 -0
- package/lib/common/apis/generated/mp_web/offBluetoothAdapterStateChange.d.ts +5 -0
- package/lib/common/apis/generated/mp_web/offBluetoothAdapterStateChange.js +10 -0
- package/lib/common/apis/generated/mp_web/offBluetoothDeviceFound.d.ts +5 -0
- package/lib/common/apis/generated/mp_web/offBluetoothDeviceFound.js +10 -0
- package/lib/common/apis/generated/mp_web/offCompassChange.d.ts +5 -0
- package/lib/common/apis/generated/mp_web/offCompassChange.js +10 -0
- package/lib/common/apis/generated/mp_web/offMemoryWarning.d.ts +7 -0
- package/lib/common/apis/generated/mp_web/offMemoryWarning.js +10 -0
- package/lib/common/apis/generated/mp_web/offSocketClose.d.ts +5 -0
- package/lib/common/apis/generated/mp_web/offSocketClose.js +10 -0
- package/lib/common/apis/generated/mp_web/offSocketError.d.ts +5 -0
- package/lib/common/apis/generated/mp_web/offSocketError.js +10 -0
- package/lib/common/apis/generated/mp_web/offSocketMessage.d.ts +5 -0
- package/lib/common/apis/generated/mp_web/offSocketMessage.js +10 -0
- package/lib/common/apis/generated/mp_web/offSocketOpen.d.ts +5 -0
- package/lib/common/apis/generated/mp_web/offSocketOpen.js +10 -0
- package/lib/common/apis/generated/mp_web/offUserCaptureScreen.d.ts +5 -0
- package/lib/common/apis/generated/mp_web/offUserCaptureScreen.js +10 -0
- package/lib/common/apis/generated/mp_web/onAccelerometerChange.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/onAccelerometerChange.js +10 -0
- package/lib/common/apis/generated/mp_web/onBLECharacteristicValueChange.d.ts +8 -0
- package/lib/common/apis/generated/mp_web/onBLECharacteristicValueChange.js +10 -0
- package/lib/common/apis/generated/mp_web/onBLEConnectionStateChanged.d.ts +8 -0
- package/lib/common/apis/generated/mp_web/onBLEConnectionStateChanged.js +10 -0
- package/lib/common/apis/generated/mp_web/onBluetoothAdapterStateChange.d.ts +8 -0
- package/lib/common/apis/generated/mp_web/onBluetoothAdapterStateChange.js +10 -0
- package/lib/common/apis/generated/mp_web/onBluetoothDeviceFound.d.ts +7 -0
- package/lib/common/apis/generated/mp_web/onBluetoothDeviceFound.js +10 -0
- package/lib/common/apis/generated/mp_web/onCompassChange.d.ts +7 -0
- package/lib/common/apis/generated/mp_web/onCompassChange.js +10 -0
- package/lib/common/apis/generated/mp_web/onMemoryWarning.d.ts +7 -0
- package/lib/common/apis/generated/mp_web/onMemoryWarning.js +10 -0
- package/lib/common/apis/generated/mp_web/onSocketClose.d.ts +5 -0
- package/lib/common/apis/generated/mp_web/onSocketClose.js +10 -0
- package/lib/common/apis/generated/mp_web/onSocketError.d.ts +5 -0
- package/lib/common/apis/generated/mp_web/onSocketError.js +10 -0
- package/lib/common/apis/generated/mp_web/onSocketMessage.d.ts +8 -0
- package/lib/common/apis/generated/mp_web/onSocketMessage.js +10 -0
- package/lib/common/apis/generated/mp_web/onSocketOpen.d.ts +5 -0
- package/lib/common/apis/generated/mp_web/onSocketOpen.js +10 -0
- package/lib/common/apis/generated/mp_web/onUserCaptureScreen.d.ts +5 -0
- package/lib/common/apis/generated/mp_web/onUserCaptureScreen.js +10 -0
- package/lib/common/apis/generated/mp_web/openBluetoothAdapter.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/openBluetoothAdapter.js +14 -0
- package/lib/common/apis/generated/mp_web/openDocument.d.ts +15 -0
- package/lib/common/apis/generated/mp_web/openDocument.js +14 -0
- package/lib/common/apis/generated/mp_web/openSchemeWithBacking.d.ts +3 -0
- package/lib/common/apis/generated/mp_web/openSchemeWithBacking.js +8 -0
- package/lib/common/apis/generated/mp_web/openSetting.d.ts +17 -0
- package/lib/common/apis/generated/mp_web/openSetting.js +14 -0
- package/lib/common/apis/generated/mp_web/pageScrollTo.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/pageScrollTo.js +14 -0
- package/lib/common/apis/generated/mp_web/paySignCenter.d.ts +3 -0
- package/lib/common/apis/generated/mp_web/paySignCenter.js +8 -0
- package/lib/common/apis/generated/mp_web/previewImage.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/previewImage.js +14 -0
- package/lib/common/apis/generated/mp_web/prompt.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/prompt.js +14 -0
- package/lib/common/apis/generated/mp_web/reLaunch.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/reLaunch.js +14 -0
- package/lib/common/apis/generated/mp_web/readBLECharacteristicValue.d.ts +15 -0
- package/lib/common/apis/generated/mp_web/readBLECharacteristicValue.js +14 -0
- package/lib/common/apis/generated/mp_web/redirectTo.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/redirectTo.js +14 -0
- package/lib/common/apis/generated/mp_web/regionFetchAllApps.d.ts +3 -0
- package/lib/common/apis/generated/mp_web/regionFetchAllApps.js +8 -0
- package/lib/common/apis/generated/mp_web/regionSearchAppsByKeywords.d.ts +3 -0
- package/lib/common/apis/generated/mp_web/regionSearchAppsByKeywords.js +8 -0
- package/lib/common/apis/generated/mp_web/removeSavedFile.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/removeSavedFile.js +14 -0
- package/lib/common/apis/generated/mp_web/removeStorage.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/removeStorage.js +14 -0
- package/lib/common/apis/generated/mp_web/request.d.ts +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 +7 -0
- package/lib/common/apis/generated/mp_web/setCanPullDown.js +10 -0
- package/lib/common/apis/generated/mp_web/setClipboard.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/setClipboard.js +14 -0
- package/lib/common/apis/generated/mp_web/setKeepScreenOn.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/setKeepScreenOn.js +14 -0
- package/lib/common/apis/generated/mp_web/setNavigationBar.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/setNavigationBar.js +14 -0
- package/lib/common/apis/generated/mp_web/setOptionMenu.d.ts +3 -0
- package/lib/common/apis/generated/mp_web/setOptionMenu.js +8 -0
- package/lib/common/apis/generated/mp_web/setScreenBrightness.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/setScreenBrightness.js +14 -0
- package/lib/common/apis/generated/mp_web/setStorage.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/setStorage.js +14 -0
- package/lib/common/apis/generated/mp_web/setTabBarStyle.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/setTabBarStyle.js +14 -0
- package/lib/common/apis/generated/mp_web/showActionSheet.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/showActionSheet.js +14 -0
- package/lib/common/apis/generated/mp_web/showAuthGuide.d.ts +11 -0
- package/lib/common/apis/generated/mp_web/showAuthGuide.js +14 -0
- package/lib/common/apis/generated/mp_web/showLoading.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/showLoading.js +14 -0
- package/lib/common/apis/generated/mp_web/showNavigationBarLoading.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/showNavigationBarLoading.js +14 -0
- package/lib/common/apis/generated/mp_web/showSharePanel.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/showSharePanel.js +14 -0
- package/lib/common/apis/generated/mp_web/showToast.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/showToast.js +14 -0
- package/lib/common/apis/generated/mp_web/signContract.d.ts +12 -0
- package/lib/common/apis/generated/mp_web/signContract.js +14 -0
- package/lib/common/apis/generated/mp_web/startApp.d.ts +3 -0
- package/lib/common/apis/generated/mp_web/startApp.js +8 -0
- package/lib/common/apis/generated/mp_web/startBizService.d.ts +3 -0
- package/lib/common/apis/generated/mp_web/startBizService.js +8 -0
- package/lib/common/apis/generated/mp_web/startBluetoothDevicesDiscovery.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/startBluetoothDevicesDiscovery.js +14 -0
- package/lib/common/apis/generated/mp_web/startPullDownRefresh.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/startPullDownRefresh.js +14 -0
- package/lib/common/apis/generated/mp_web/stopBluetoothDevicesDiscovery.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/stopBluetoothDevicesDiscovery.js +14 -0
- package/lib/common/apis/generated/mp_web/stopPullDownRefresh.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/stopPullDownRefresh.js +14 -0
- package/lib/common/apis/generated/mp_web/switchTab.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/switchTab.js +14 -0
- package/lib/common/apis/generated/mp_web/thirdPartyAuthForAc.d.ts +3 -0
- package/lib/common/apis/generated/mp_web/thirdPartyAuthForAc.js +8 -0
- package/lib/common/apis/generated/mp_web/tradePay.d.ts +11 -0
- package/lib/common/apis/generated/mp_web/tradePay.js +14 -0
- package/lib/common/apis/generated/mp_web/uploadApdidToken.d.ts +3 -0
- package/lib/common/apis/generated/mp_web/uploadApdidToken.js +8 -0
- package/lib/common/apis/generated/mp_web/uploadFile.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/uploadFile.js +14 -0
- package/lib/common/apis/generated/mp_web/vibrate.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/vibrate.js +14 -0
- package/lib/common/apis/generated/mp_web/watchShake.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/watchShake.js +14 -0
- package/lib/common/apis/generated/mp_web/writeBLECharacteristicValue.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/writeBLECharacteristicValue.js +14 -0
- package/lib/common/apis/generated/web/APRegionRPC.d.ts +3 -0
- package/lib/common/apis/generated/web/APRegionRPC.js +8 -0
- package/lib/common/apis/generated/web/addFatigueAction.d.ts +3 -0
- package/lib/common/apis/generated/web/addFatigueAction.js +8 -0
- package/lib/common/apis/generated/web/addPhoneContact.d.ts +11 -0
- package/lib/common/apis/generated/web/addPhoneContact.js +14 -0
- package/lib/common/apis/generated/web/apDisableJSAPI.d.ts +3 -0
- package/lib/common/apis/generated/web/apDisableJSAPI.js +8 -0
- package/lib/common/apis/generated/web/appxrpc.d.ts +5 -0
- package/lib/common/apis/generated/web/appxrpc.js +8 -0
- package/lib/common/apis/generated/web/batchQueryCdpSpaceInfo.d.ts +3 -0
- package/lib/common/apis/generated/web/batchQueryCdpSpaceInfo.js +8 -0
- package/lib/common/apis/generated/web/chooseDistrict.d.ts +41 -0
- package/lib/common/apis/generated/web/chooseDistrict.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/crossPay.d.ts +3 -0
- package/lib/common/apis/generated/web/crossPay.js +8 -0
- package/lib/common/apis/generated/web/easyShare.d.ts +13 -0
- package/lib/common/apis/generated/web/easyShare.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/getMainSelectedCity.d.ts +27 -0
- package/lib/common/apis/generated/web/getMainSelectedCity.js +8 -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/getSavedFileInfo.d.ts +12 -0
- package/lib/common/apis/generated/web/getSavedFileInfo.js +14 -0
- package/lib/common/apis/generated/web/getSavedFileList.d.ts +15 -0
- package/lib/common/apis/generated/web/getSavedFileList.js +14 -0
- package/lib/common/apis/generated/web/getScreenBrightness.d.ts +15 -0
- package/lib/common/apis/generated/web/getScreenBrightness.js +14 -0
- package/lib/common/apis/generated/web/getServerTime.d.ts +15 -0
- package/lib/common/apis/generated/web/getServerTime.js +14 -0
- package/lib/common/apis/generated/web/getSetting.d.ts +17 -0
- package/lib/common/apis/generated/web/getSetting.js +14 -0
- package/lib/common/apis/generated/web/getSiteInfo.d.ts +9 -0
- package/lib/common/apis/generated/web/getSiteInfo.js +14 -0
- package/lib/common/apis/generated/web/getSystemInfo.d.ts +9 -0
- package/lib/common/apis/generated/web/getSystemInfo.js +14 -0
- package/lib/common/apis/generated/web/hideKeyboard.d.ts +9 -0
- package/lib/common/apis/generated/web/hideKeyboard.js +14 -0
- package/lib/common/apis/generated/web/hideLoading.d.ts +9 -0
- package/lib/common/apis/generated/web/hideLoading.js +14 -0
- package/lib/common/apis/generated/web/hideToast.d.ts +9 -0
- package/lib/common/apis/generated/web/hideToast.js +14 -0
- package/lib/common/apis/generated/web/homeAddAppToMyApps.d.ts +5 -0
- package/lib/common/apis/generated/web/homeAddAppToMyApps.js +8 -0
- package/lib/common/apis/generated/web/homeCanAddAppToMyApps.d.ts +13 -0
- package/lib/common/apis/generated/web/homeCanAddAppToMyApps.js +8 -0
- package/lib/common/apis/generated/web/inquireQuote.d.ts +3 -0
- package/lib/common/apis/generated/web/inquireQuote.js +8 -0
- package/lib/common/apis/generated/web/isInstalledApp.d.ts +3 -0
- package/lib/common/apis/generated/web/isInstalledApp.js +8 -0
- package/lib/common/apis/generated/web/makePhoneCall.d.ts +11 -0
- package/lib/common/apis/generated/web/makePhoneCall.js +14 -0
- package/lib/common/apis/generated/web/navigateBackMiniProgram.d.ts +9 -0
- package/lib/common/apis/generated/web/navigateBackMiniProgram.js +14 -0
- package/lib/common/apis/generated/web/navigateToBizScene.d.ts +3 -0
- package/lib/common/apis/generated/web/navigateToBizScene.js +8 -0
- package/lib/common/apis/generated/web/navigateToMiniProgram.d.ts +9 -0
- package/lib/common/apis/generated/web/navigateToMiniProgram.js +14 -0
- package/lib/common/apis/generated/web/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/postNotification.d.ts +6 -0
- package/lib/common/apis/generated/web/postNotification.js +8 -0
- package/lib/common/apis/generated/web/prompt.d.ts +9 -0
- package/lib/common/apis/generated/web/prompt.js +14 -0
- package/lib/common/apis/generated/web/regionFetchAllApps.d.ts +3 -0
- package/lib/common/apis/generated/web/regionFetchAllApps.js +8 -0
- package/lib/common/apis/generated/web/regionSearchAppsByKeywords.d.ts +3 -0
- package/lib/common/apis/generated/web/regionSearchAppsByKeywords.js +8 -0
- package/lib/common/apis/generated/web/removeSavedFile.d.ts +9 -0
- package/lib/common/apis/generated/web/removeSavedFile.js +14 -0
- package/lib/common/apis/generated/web/rpc.d.ts +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/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/setScreenBrightness.d.ts +9 -0
- package/lib/common/apis/generated/web/setScreenBrightness.js +14 -0
- package/lib/common/apis/generated/web/showLoading.d.ts +9 -0
- package/lib/common/apis/generated/web/showLoading.js +14 -0
- package/lib/common/apis/generated/web/signContract.d.ts +12 -0
- package/lib/common/apis/generated/web/signContract.js +14 -0
- package/lib/common/apis/generated/web/startApp.d.ts +3 -0
- package/lib/common/apis/generated/web/startApp.js +8 -0
- package/lib/common/apis/generated/web/startBizService.d.ts +3 -0
- package/lib/common/apis/generated/web/startBizService.js +8 -0
- package/lib/common/apis/generated/web/thirdPartyAuthForAc.d.ts +3 -0
- package/lib/common/apis/generated/web/thirdPartyAuthForAc.js +8 -0
- package/lib/common/apis/generated/web/tradePay.d.ts +11 -0
- package/lib/common/apis/generated/web/tradePay.js +14 -0
- package/lib/common/apis/generated/web/uploadApdidToken.d.ts +3 -0
- package/lib/common/apis/generated/web/uploadApdidToken.js +8 -0
- package/lib/common/apis/generated/web/vibrate.d.ts +9 -0
- package/lib/common/apis/generated/web/vibrate.js +14 -0
- package/lib/common/apis/generated/web/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 +2688 -0
- package/lib/dsl.js +4730 -0
- package/lib/index.d.ts +5 -0
- package/lib/index.js +6 -0
- package/lib/internal/apis/custom/mp_web/alipayhk/openApPayCodePage.d.ts +3 -0
- package/lib/internal/apis/custom/mp_web/alipayhk/openApPayCodePage.js +3 -0
- package/lib/internal/apis/custom/mp_web/alipayhk/openInApp.d.ts +3 -0
- package/lib/internal/apis/custom/mp_web/alipayhk/openInApp.js +3 -0
- package/lib/internal/apis/custom/mp_web/alipayhk/openInBrowser.d.ts +3 -0
- package/lib/internal/apis/custom/mp_web/alipayhk/openInBrowser.js +3 -0
- package/lib/internal/apis/custom/mp_web/alipayhk/openOtherApp.d.ts +3 -0
- package/lib/internal/apis/custom/mp_web/alipayhk/openOtherApp.js +3 -0
- package/lib/internal/apis/custom/mp_web/alipayhk/openPayCodePage.d.ts +3 -0
- package/lib/internal/apis/custom/mp_web/alipayhk/openPayCodePage.js +3 -0
- package/lib/internal/apis/custom/mp_web/alipayhk/openScanPage.d.ts +3 -0
- package/lib/internal/apis/custom/mp_web/alipayhk/openScanPage.js +3 -0
- package/lib/internal/apis/custom/mp_web/alipayhk/openURL.d.ts +2 -0
- package/lib/internal/apis/custom/mp_web/alipayhk/openURL.js +26 -0
- package/lib/internal/apis/custom/mp_web/alipayhk/openWebURL.d.ts +3 -0
- package/lib/internal/apis/custom/mp_web/alipayhk/openWebURL.js +3 -0
- package/lib/internal/apis/custom/mp_web/mpay/openApPayCodePage.d.ts +3 -0
- package/lib/internal/apis/custom/mp_web/mpay/openApPayCodePage.js +3 -0
- package/lib/internal/apis/custom/mp_web/mpay/openInApp.d.ts +3 -0
- package/lib/internal/apis/custom/mp_web/mpay/openInApp.js +3 -0
- package/lib/internal/apis/custom/mp_web/mpay/openInBrowser.d.ts +3 -0
- package/lib/internal/apis/custom/mp_web/mpay/openInBrowser.js +3 -0
- package/lib/internal/apis/custom/mp_web/mpay/openOtherApp.d.ts +3 -0
- package/lib/internal/apis/custom/mp_web/mpay/openOtherApp.js +3 -0
- package/lib/internal/apis/custom/mp_web/mpay/openPayCodePage.d.ts +3 -0
- package/lib/internal/apis/custom/mp_web/mpay/openPayCodePage.js +3 -0
- package/lib/internal/apis/custom/mp_web/mpay/openScanPage.d.ts +3 -0
- package/lib/internal/apis/custom/mp_web/mpay/openScanPage.js +3 -0
- package/lib/internal/apis/custom/mp_web/mpay/openURL.d.ts +2 -0
- package/lib/internal/apis/custom/mp_web/mpay/openURL.js +26 -0
- package/lib/internal/apis/custom/mp_web/mpay/openWebURL.d.ts +3 -0
- package/lib/internal/apis/custom/mp_web/mpay/openWebURL.js +3 -0
- package/lib/internal/apis/custom/mp_web/mpay/rpcWithAuth.d.ts +3 -0
- package/lib/internal/apis/custom/mp_web/mpay/rpcWithAuth.js +24 -0
- package/lib/internal/apis/custom/mp_web/tngd/openApPayCodePage.d.ts +3 -0
- package/lib/internal/apis/custom/mp_web/tngd/openApPayCodePage.js +3 -0
- package/lib/internal/apis/custom/mp_web/tngd/openInApp.d.ts +3 -0
- package/lib/internal/apis/custom/mp_web/tngd/openInApp.js +3 -0
- package/lib/internal/apis/custom/mp_web/tngd/openInBrowser.d.ts +3 -0
- package/lib/internal/apis/custom/mp_web/tngd/openInBrowser.js +3 -0
- package/lib/internal/apis/custom/mp_web/tngd/openOtherApp.d.ts +3 -0
- package/lib/internal/apis/custom/mp_web/tngd/openOtherApp.js +3 -0
- package/lib/internal/apis/custom/mp_web/tngd/openPayCodePage.d.ts +3 -0
- package/lib/internal/apis/custom/mp_web/tngd/openPayCodePage.js +3 -0
- package/lib/internal/apis/custom/mp_web/tngd/openScanPage.d.ts +3 -0
- package/lib/internal/apis/custom/mp_web/tngd/openScanPage.js +3 -0
- package/lib/internal/apis/custom/mp_web/tngd/openURL.d.ts +6 -0
- package/lib/internal/apis/custom/mp_web/tngd/openURL.js +30 -0
- package/lib/internal/apis/custom/mp_web/tngd/openWebURL.d.ts +3 -0
- package/lib/internal/apis/custom/mp_web/tngd/openWebURL.js +3 -0
- package/lib/internal/apis/custom/mp_web/toss/rpcWithAuth.d.ts +3 -0
- package/lib/internal/apis/custom/mp_web/toss/rpcWithAuth.js +24 -0
- package/lib/internal/apis/custom/mp_web/truemoney/openApPayCodePage.d.ts +3 -0
- package/lib/internal/apis/custom/mp_web/truemoney/openApPayCodePage.js +12 -0
- package/lib/internal/apis/custom/mp_web/truemoney/openInApp.d.ts +3 -0
- package/lib/internal/apis/custom/mp_web/truemoney/openInApp.js +3 -0
- package/lib/internal/apis/custom/mp_web/truemoney/openInBrowser.d.ts +3 -0
- package/lib/internal/apis/custom/mp_web/truemoney/openInBrowser.js +3 -0
- package/lib/internal/apis/custom/mp_web/truemoney/openOtherApp.d.ts +3 -0
- package/lib/internal/apis/custom/mp_web/truemoney/openOtherApp.js +3 -0
- package/lib/internal/apis/custom/mp_web/truemoney/openPayCodePage.d.ts +3 -0
- package/lib/internal/apis/custom/mp_web/truemoney/openPayCodePage.js +12 -0
- package/lib/internal/apis/custom/mp_web/truemoney/openScanPage.d.ts +3 -0
- package/lib/internal/apis/custom/mp_web/truemoney/openScanPage.js +12 -0
- package/lib/internal/apis/custom/mp_web/truemoney/openURL.d.ts +6 -0
- package/lib/internal/apis/custom/mp_web/truemoney/openURL.js +30 -0
- package/lib/internal/apis/custom/mp_web/truemoney/openWebURL.d.ts +3 -0
- package/lib/internal/apis/custom/mp_web/truemoney/openWebURL.js +3 -0
- package/lib/internal/apis/custom/web/addNotifyListener.d.ts +6 -0
- package/lib/internal/apis/custom/web/addNotifyListener.js +170 -0
- package/lib/internal/apis/custom/web/alipay/openApPayCodePage.d.ts +3 -0
- package/lib/internal/apis/custom/web/alipay/openApPayCodePage.js +3 -0
- package/lib/internal/apis/custom/web/alipay/openInApp.d.ts +3 -0
- package/lib/internal/apis/custom/web/alipay/openInApp.js +3 -0
- package/lib/internal/apis/custom/web/alipay/openInBrowser.d.ts +3 -0
- package/lib/internal/apis/custom/web/alipay/openInBrowser.js +3 -0
- package/lib/internal/apis/custom/web/alipay/openOtherApp.d.ts +3 -0
- package/lib/internal/apis/custom/web/alipay/openOtherApp.js +3 -0
- package/lib/internal/apis/custom/web/alipay/openPayCodePage.d.ts +3 -0
- package/lib/internal/apis/custom/web/alipay/openPayCodePage.js +3 -0
- package/lib/internal/apis/custom/web/alipay/openScanPage.d.ts +3 -0
- package/lib/internal/apis/custom/web/alipay/openScanPage.js +3 -0
- package/lib/internal/apis/custom/web/alipay/openURL.d.ts +2 -0
- package/lib/internal/apis/custom/web/alipay/openURL.js +26 -0
- package/lib/internal/apis/custom/web/alipay/openWebURL.d.ts +3 -0
- package/lib/internal/apis/custom/web/alipay/openWebURL.js +3 -0
- package/lib/internal/apis/custom/web/createWithoutAuthRpc.d.ts +3 -0
- package/lib/internal/apis/custom/web/createWithoutAuthRpc.js +51 -0
- package/lib/internal/apis/custom/web/defineRuntimeConfig.d.ts +3 -0
- package/lib/internal/apis/custom/web/defineRuntimeConfig.js +7 -0
- package/lib/internal/apis/custom/web/getCurrentLanguage.d.ts +2 -0
- package/lib/internal/apis/custom/web/getCurrentLanguage.js +12 -0
- package/lib/internal/apis/custom/web/h5/openURL.d.ts +2 -0
- package/lib/internal/apis/custom/web/h5/openURL.js +15 -0
- package/lib/internal/apis/custom/web/removeNotifyListener.d.ts +4 -0
- package/lib/internal/apis/custom/web/removeNotifyListener.js +27 -0
- package/lib/internal/apis/custom/web/rpcWithAuthAPlus.d.ts +3 -0
- package/lib/internal/apis/custom/web/rpcWithAuthAPlus.js +28 -0
- package/lib/internal/utils/baseOpenUrl.d.ts +15 -0
- package/lib/internal/utils/baseOpenUrl.js +125 -0
- package/lib/internal/utils/index.d.ts +9 -0
- package/lib/internal/utils/index.js +71 -0
- package/lib/internal/utils/language.d.ts +4 -0
- package/lib/internal/utils/language.js +46 -0
- package/lib/internal/utils/network/authLogin.d.ts +8 -0
- package/lib/internal/utils/network/authLogin.js +564 -0
- package/lib/internal/utils/network/index.d.ts +7 -0
- package/lib/internal/utils/network/index.js +244 -0
- package/lib/internal/utils/router.d.ts +35 -0
- package/lib/internal/utils/router.js +157 -0
- 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_tngd.js +1 -0
- package/lib/umd/mp_web_toss.js +2 -0
- package/lib/umd/mp_web_toss.js.LICENSE.txt +1 -0
- package/lib/umd/mp_web_truemoney.js +1 -0
- package/lib/umd/web_alipay.js +2 -0
- package/lib/umd/web_alipay.js.LICENSE.txt +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/whichCanIUse/index.d.ts +2 -0
- package/lib/whichCanIUse/index.js +15 -0
- package/lib/whichCanIUse/mp.d.ts +12 -0
- package/lib/whichCanIUse/mp.js +12 -0
- package/lib/whichCanIUse/mp_web.d.ts +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 +7 -6
package/lib/dsl.d.ts
ADDED
|
@@ -0,0 +1,2688 @@
|
|
|
1
|
+
import { PickMPAttr } from '@hylid/types';
|
|
2
|
+
/**
|
|
3
|
+
* @support
|
|
4
|
+
* | Platform | Apps |
|
|
5
|
+
* | ------------- | -------- |
|
|
6
|
+
* | mp | demo |
|
|
7
|
+
* | mp_web | demo |
|
|
8
|
+
* | web | demo |
|
|
9
|
+
*/
|
|
10
|
+
export declare const addFatigueAction: PickMPAttr<'addFatigueAction'>;
|
|
11
|
+
/**
|
|
12
|
+
* @support
|
|
13
|
+
* | Platform | Apps |
|
|
14
|
+
* | ------------- | -------- |
|
|
15
|
+
* | mp | demo |
|
|
16
|
+
* | mp_web | demo |
|
|
17
|
+
* | web | demo |
|
|
18
|
+
*/
|
|
19
|
+
export declare const addFatigueActionAsync: (args?: Omit<import("@hylid/call/lib/promisify").Options, "success" | "fail" | "complete"> | undefined) => Promise<any>;
|
|
20
|
+
/**
|
|
21
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Add-Contact_addPhoneContact
|
|
22
|
+
* @support
|
|
23
|
+
* | Platform | Apps |
|
|
24
|
+
* | ------------- | -------- |
|
|
25
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
26
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
27
|
+
* | web | demo,alipay |
|
|
28
|
+
*/
|
|
29
|
+
export declare const addPhoneContact: PickMPAttr<'addPhoneContact'>;
|
|
30
|
+
/**
|
|
31
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Add-Contact_addPhoneContact
|
|
32
|
+
* @support
|
|
33
|
+
* | Platform | Apps |
|
|
34
|
+
* | ------------- | -------- |
|
|
35
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
36
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
37
|
+
* | web | demo,alipay |
|
|
38
|
+
*/
|
|
39
|
+
export declare const addPhoneContactAsync: (args?: Omit<Partial<AddPhoneContactArgs>, "success" | "fail" | "complete"> | undefined) => Promise<{
|
|
40
|
+
success: true;
|
|
41
|
+
}>;
|
|
42
|
+
/**
|
|
43
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Feedback_alert
|
|
44
|
+
* @support
|
|
45
|
+
* | Platform | Apps |
|
|
46
|
+
* | ------------- | -------- |
|
|
47
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
48
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
49
|
+
* | web | demo,alipay,h5,tngdh5ng |
|
|
50
|
+
*/
|
|
51
|
+
export declare const alert: PickMPAttr<'alert'>;
|
|
52
|
+
/**
|
|
53
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Feedback_alert
|
|
54
|
+
* @support
|
|
55
|
+
* | Platform | Apps |
|
|
56
|
+
* | ------------- | -------- |
|
|
57
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
58
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
59
|
+
* | web | demo,alipay,h5,tngdh5ng |
|
|
60
|
+
*/
|
|
61
|
+
export declare const alertAsync: (args?: Omit<import("@hylid/call/lib/promisify").Options, "success" | "fail" | "complete"> | undefined) => Promise<any>;
|
|
62
|
+
/**
|
|
63
|
+
* @support
|
|
64
|
+
* | Platform | Apps |
|
|
65
|
+
* | ------------- | -------- |
|
|
66
|
+
* | mp | demo |
|
|
67
|
+
* | mp_web | demo |
|
|
68
|
+
* | web | demo |
|
|
69
|
+
*/
|
|
70
|
+
export declare const apDisableJSAPI: PickMPAttr<'apDisableJSAPI'>;
|
|
71
|
+
/**
|
|
72
|
+
* @support
|
|
73
|
+
* | Platform | Apps |
|
|
74
|
+
* | ------------- | -------- |
|
|
75
|
+
* | mp | demo |
|
|
76
|
+
* | mp_web | demo |
|
|
77
|
+
* | web | demo |
|
|
78
|
+
*/
|
|
79
|
+
export declare const apDisableJSAPIAsync: (args?: Omit<any, "success" | "fail" | "complete"> | undefined) => Promise<unknown>;
|
|
80
|
+
/**
|
|
81
|
+
* @support
|
|
82
|
+
* | Platform | Apps |
|
|
83
|
+
* | ------------- | -------- |
|
|
84
|
+
* | mp | demo |
|
|
85
|
+
* | mp_web | demo |
|
|
86
|
+
* | web | demo |
|
|
87
|
+
*/
|
|
88
|
+
export declare const appxrpc: PickMPAttr<'appxrpc'>;
|
|
89
|
+
/**
|
|
90
|
+
* @support
|
|
91
|
+
* | Platform | Apps |
|
|
92
|
+
* | ------------- | -------- |
|
|
93
|
+
* | mp | demo |
|
|
94
|
+
* | mp_web | demo |
|
|
95
|
+
* | web | demo |
|
|
96
|
+
*/
|
|
97
|
+
export declare const appxrpcAsync: (args?: Omit<import("@hylid/call/lib/promisify").Options, "success" | "fail" | "complete"> | undefined) => Promise<any>;
|
|
98
|
+
/**
|
|
99
|
+
* @support
|
|
100
|
+
* | Platform | Apps |
|
|
101
|
+
* | ------------- | -------- |
|
|
102
|
+
* | mp | demo |
|
|
103
|
+
* | mp_web | demo |
|
|
104
|
+
* | web | demo |
|
|
105
|
+
*/
|
|
106
|
+
export declare const APRegionRPC: PickMPAttr<'APRegionRPC'>;
|
|
107
|
+
/**
|
|
108
|
+
* @support
|
|
109
|
+
* | Platform | Apps |
|
|
110
|
+
* | ------------- | -------- |
|
|
111
|
+
* | mp | demo |
|
|
112
|
+
* | mp_web | demo |
|
|
113
|
+
* | web | demo |
|
|
114
|
+
*/
|
|
115
|
+
export declare const APRegionRPCAsync: (args?: Omit<any, "success" | "fail" | "complete"> | undefined) => Promise<unknown>;
|
|
116
|
+
/**
|
|
117
|
+
* @support
|
|
118
|
+
* | Platform | Apps |
|
|
119
|
+
* | ------------- | -------- |
|
|
120
|
+
* | mp | demo |
|
|
121
|
+
* | mp_web | demo |
|
|
122
|
+
* | web | demo |
|
|
123
|
+
*/
|
|
124
|
+
export declare const batchQueryCdpSpaceInfo: PickMPAttr<'batchQueryCdpSpaceInfo'>;
|
|
125
|
+
/**
|
|
126
|
+
* @support
|
|
127
|
+
* | Platform | Apps |
|
|
128
|
+
* | ------------- | -------- |
|
|
129
|
+
* | mp | demo |
|
|
130
|
+
* | mp_web | demo |
|
|
131
|
+
* | web | demo |
|
|
132
|
+
*/
|
|
133
|
+
export declare const batchQueryCdpSpaceInfoAsync: (args?: Omit<any, "success" | "fail" | "complete"> | undefined) => Promise<unknown>;
|
|
134
|
+
/**
|
|
135
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Media_Image_chooseImage
|
|
136
|
+
* @support
|
|
137
|
+
* | Platform | Apps |
|
|
138
|
+
* | ------------- | -------- |
|
|
139
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
140
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
141
|
+
* | web | demo,alipay |
|
|
142
|
+
*/
|
|
143
|
+
export declare const chooseImage: PickMPAttr<'chooseImage'>;
|
|
144
|
+
/**
|
|
145
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Media_Image_chooseImage
|
|
146
|
+
* @support
|
|
147
|
+
* | Platform | Apps |
|
|
148
|
+
* | ------------- | -------- |
|
|
149
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
150
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
151
|
+
* | web | demo,alipay |
|
|
152
|
+
*/
|
|
153
|
+
export declare const chooseImageAsync: (args?: Omit<ChooseImageArgs, "success" | "fail" | "complete"> | undefined) => Promise<{
|
|
154
|
+
apFilePaths: string[];
|
|
155
|
+
}>;
|
|
156
|
+
/**
|
|
157
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Contact_choosePhoneContact
|
|
158
|
+
* @support
|
|
159
|
+
* | Platform | Apps |
|
|
160
|
+
* | ------------- | -------- |
|
|
161
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
162
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
163
|
+
* | web | demo,alipay |
|
|
164
|
+
*/
|
|
165
|
+
export declare const choosePhoneContact: PickMPAttr<'choosePhoneContact'>;
|
|
166
|
+
/**
|
|
167
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Contact_choosePhoneContact
|
|
168
|
+
* @support
|
|
169
|
+
* | Platform | Apps |
|
|
170
|
+
* | ------------- | -------- |
|
|
171
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
172
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
173
|
+
* | web | demo,alipay |
|
|
174
|
+
*/
|
|
175
|
+
export declare const choosePhoneContactAsync: (args?: Omit<ChoosePhoneContactArgs, "success" | "fail" | "complete"> | undefined) => Promise<ChoosePhoneContactCallbackValue>;
|
|
176
|
+
/**
|
|
177
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Storage_clearStorage
|
|
178
|
+
* @support
|
|
179
|
+
* | Platform | Apps |
|
|
180
|
+
* | ------------- | -------- |
|
|
181
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
182
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
183
|
+
* | web | demo,alipay,h5 |
|
|
184
|
+
*/
|
|
185
|
+
export declare const clearStorage: PickMPAttr<'clearStorage'>;
|
|
186
|
+
/**
|
|
187
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Storage_clearStorage
|
|
188
|
+
* @support
|
|
189
|
+
* | Platform | Apps |
|
|
190
|
+
* | ------------- | -------- |
|
|
191
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
192
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
193
|
+
* | web | demo,alipay,h5 |
|
|
194
|
+
*/
|
|
195
|
+
export declare const clearStorageAsync: (args?: Omit<import("@hylid/call/lib/promisify").Options, "success" | "fail" | "complete"> | undefined) => Promise<any>;
|
|
196
|
+
/**
|
|
197
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Storage_clearStorageSync
|
|
198
|
+
* @support
|
|
199
|
+
* | Platform | Apps |
|
|
200
|
+
* | ------------- | -------- |
|
|
201
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
202
|
+
* | web | h5 |
|
|
203
|
+
*/
|
|
204
|
+
export declare const clearStorageSync: PickMPAttr<'clearStorageSync'>;
|
|
205
|
+
/**
|
|
206
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_closeBluetoothAdapter
|
|
207
|
+
* @support
|
|
208
|
+
* | Platform | Apps |
|
|
209
|
+
* | ------------- | -------- |
|
|
210
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
211
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
212
|
+
* | web | |
|
|
213
|
+
*/
|
|
214
|
+
export declare const closeBluetoothAdapter: PickMPAttr<'closeBluetoothAdapter'>;
|
|
215
|
+
/**
|
|
216
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_closeBluetoothAdapter
|
|
217
|
+
* @support
|
|
218
|
+
* | Platform | Apps |
|
|
219
|
+
* | ------------- | -------- |
|
|
220
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
221
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
222
|
+
* | web | |
|
|
223
|
+
*/
|
|
224
|
+
export declare const closeBluetoothAdapterAsync: (args?: Omit<import("@hylid/call/lib/promisify").Options, "success" | "fail" | "complete"> | undefined) => Promise<any>;
|
|
225
|
+
/**
|
|
226
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_closeSocket
|
|
227
|
+
* @support
|
|
228
|
+
* | Platform | Apps |
|
|
229
|
+
* | ------------- | -------- |
|
|
230
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
231
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
232
|
+
* | web | |
|
|
233
|
+
*/
|
|
234
|
+
export declare const closeSocket: PickMPAttr<'closeSocket'>;
|
|
235
|
+
/**
|
|
236
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_closeSocket
|
|
237
|
+
* @support
|
|
238
|
+
* | Platform | Apps |
|
|
239
|
+
* | ------------- | -------- |
|
|
240
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
241
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
242
|
+
* | web | |
|
|
243
|
+
*/
|
|
244
|
+
export declare const closeSocketAsync: (args?: Omit<import("@hylid/call/lib/promisify").Options, "success" | "fail" | "complete"> | undefined) => Promise<any>;
|
|
245
|
+
/**
|
|
246
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Feedback_confirm
|
|
247
|
+
* @support
|
|
248
|
+
* | Platform | Apps |
|
|
249
|
+
* | ------------- | -------- |
|
|
250
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
251
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
252
|
+
* | web | demo,alipay,h5,tngdh5ng |
|
|
253
|
+
*/
|
|
254
|
+
export declare const confirm: PickMPAttr<'confirm'>;
|
|
255
|
+
/**
|
|
256
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Feedback_confirm
|
|
257
|
+
* @support
|
|
258
|
+
* | Platform | Apps |
|
|
259
|
+
* | ------------- | -------- |
|
|
260
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
261
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
262
|
+
* | web | demo,alipay,h5,tngdh5ng |
|
|
263
|
+
*/
|
|
264
|
+
export declare const confirmAsync: (args?: Omit<ConfirmArgs, "success" | "fail" | "complete"> | undefined) => Promise<ConfirmCallbackValue>;
|
|
265
|
+
/**
|
|
266
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_connectBLEDevice
|
|
267
|
+
* @support
|
|
268
|
+
* | Platform | Apps |
|
|
269
|
+
* | ------------- | -------- |
|
|
270
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
271
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
272
|
+
* | web | |
|
|
273
|
+
*/
|
|
274
|
+
export declare const connectBLEDevice: PickMPAttr<'connectBLEDevice'>;
|
|
275
|
+
/**
|
|
276
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_connectBLEDevice
|
|
277
|
+
* @support
|
|
278
|
+
* | Platform | Apps |
|
|
279
|
+
* | ------------- | -------- |
|
|
280
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
281
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
282
|
+
* | web | |
|
|
283
|
+
*/
|
|
284
|
+
export declare const connectBLEDeviceAsync: (args?: Omit<{
|
|
285
|
+
deviceId: string;
|
|
286
|
+
} & AsyncCallback<any>, "success" | "fail" | "complete"> | undefined) => Promise<any>;
|
|
287
|
+
/**
|
|
288
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_connectSocket
|
|
289
|
+
* @support
|
|
290
|
+
* | Platform | Apps |
|
|
291
|
+
* | ------------- | -------- |
|
|
292
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
293
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
294
|
+
* | web | |
|
|
295
|
+
*/
|
|
296
|
+
export declare const connectSocket: PickMPAttr<'connectSocket'>;
|
|
297
|
+
/**
|
|
298
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_connectSocket
|
|
299
|
+
* @support
|
|
300
|
+
* | Platform | Apps |
|
|
301
|
+
* | ------------- | -------- |
|
|
302
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
303
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
304
|
+
* | web | |
|
|
305
|
+
*/
|
|
306
|
+
export declare const connectSocketAsync: (args?: Omit<import("@hylid/call/lib/promisify").Options, "success" | "fail" | "complete"> | undefined) => Promise<any>;
|
|
307
|
+
/**
|
|
308
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Animation_createAnimation
|
|
309
|
+
* @support
|
|
310
|
+
* | Platform | Apps |
|
|
311
|
+
* | ------------- | -------- |
|
|
312
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
313
|
+
* | web | |
|
|
314
|
+
*/
|
|
315
|
+
export declare const createAnimation: PickMPAttr<'createAnimation'>;
|
|
316
|
+
/**
|
|
317
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Web-View_createWebViewContext
|
|
318
|
+
* @support
|
|
319
|
+
* | Platform | Apps |
|
|
320
|
+
* | ------------- | -------- |
|
|
321
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
322
|
+
* | web | |
|
|
323
|
+
*/
|
|
324
|
+
export declare const createWebViewContext: PickMPAttr<'createWebViewContext'>;
|
|
325
|
+
/**
|
|
326
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Choose-Date_datePicker
|
|
327
|
+
* @support
|
|
328
|
+
* | Platform | Apps |
|
|
329
|
+
* | ------------- | -------- |
|
|
330
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
331
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
332
|
+
* | web | demo,alipay |
|
|
333
|
+
*/
|
|
334
|
+
export declare const datePicker: PickMPAttr<'datePicker'>;
|
|
335
|
+
/**
|
|
336
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Choose-Date_datePicker
|
|
337
|
+
* @support
|
|
338
|
+
* | Platform | Apps |
|
|
339
|
+
* | ------------- | -------- |
|
|
340
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
341
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
342
|
+
* | web | demo,alipay |
|
|
343
|
+
*/
|
|
344
|
+
export declare const datePickerAsync: (args?: Omit<import("@hylid/call/lib/promisify").Options, "success" | "fail" | "complete"> | undefined) => Promise<any>;
|
|
345
|
+
/**
|
|
346
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_disconnectBLEDevice
|
|
347
|
+
* @support
|
|
348
|
+
* | Platform | Apps |
|
|
349
|
+
* | ------------- | -------- |
|
|
350
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
351
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
352
|
+
* | web | |
|
|
353
|
+
*/
|
|
354
|
+
export declare const disconnectBLEDevice: PickMPAttr<'disconnectBLEDevice'>;
|
|
355
|
+
/**
|
|
356
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_disconnectBLEDevice
|
|
357
|
+
* @support
|
|
358
|
+
* | Platform | Apps |
|
|
359
|
+
* | ------------- | -------- |
|
|
360
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
361
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
362
|
+
* | web | |
|
|
363
|
+
*/
|
|
364
|
+
export declare const disconnectBLEDeviceAsync: (args?: Omit<{
|
|
365
|
+
deviceId: string;
|
|
366
|
+
} & AsyncCallback<any>, "success" | "fail" | "complete"> | undefined) => Promise<any>;
|
|
367
|
+
/**
|
|
368
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_downloadFile
|
|
369
|
+
* @support
|
|
370
|
+
* | Platform | Apps |
|
|
371
|
+
* | ------------- | -------- |
|
|
372
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
373
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
374
|
+
* | web | demo,alipay |
|
|
375
|
+
*/
|
|
376
|
+
export declare const downloadFile: PickMPAttr<'downloadFile'>;
|
|
377
|
+
/**
|
|
378
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_downloadFile
|
|
379
|
+
* @support
|
|
380
|
+
* | Platform | Apps |
|
|
381
|
+
* | ------------- | -------- |
|
|
382
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
383
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
384
|
+
* | web | demo,alipay |
|
|
385
|
+
*/
|
|
386
|
+
export declare const downloadFileAsync: (args?: Omit<DownloadFileArgs, "success" | "fail" | "complete"> | undefined) => Promise<{
|
|
387
|
+
apFilePath: string;
|
|
388
|
+
}>;
|
|
389
|
+
/**
|
|
390
|
+
* @support
|
|
391
|
+
* | Platform | Apps |
|
|
392
|
+
* | ------------- | -------- |
|
|
393
|
+
* | mp | demo |
|
|
394
|
+
* | mp_web | demo |
|
|
395
|
+
* | web | demo,alipay,h5,tngdh5ng |
|
|
396
|
+
*/
|
|
397
|
+
export declare const exitApp: PickMPAttr<'exitApp'>;
|
|
398
|
+
/**
|
|
399
|
+
* @support
|
|
400
|
+
* | Platform | Apps |
|
|
401
|
+
* | ------------- | -------- |
|
|
402
|
+
* | mp | demo |
|
|
403
|
+
* | mp_web | demo |
|
|
404
|
+
* | web | demo,alipay,h5,tngdh5ng |
|
|
405
|
+
*/
|
|
406
|
+
export declare const exitAppAsync: (args?: Omit<any, "success" | "fail" | "complete"> | undefined) => Promise<unknown>;
|
|
407
|
+
/**
|
|
408
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Basic_getAppIdSync
|
|
409
|
+
* @support
|
|
410
|
+
* | Platform | Apps |
|
|
411
|
+
* | ------------- | -------- |
|
|
412
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
413
|
+
*/
|
|
414
|
+
export declare const getAppIdSync: PickMPAttr<'getAppIdSync'>;
|
|
415
|
+
/**
|
|
416
|
+
* @support
|
|
417
|
+
* | Platform | Apps |
|
|
418
|
+
* | ------------- | -------- |
|
|
419
|
+
* | mp | demo |
|
|
420
|
+
* | mp_web | demo,alipayhk,dana,gcash,mpay,truemoney,tngd |
|
|
421
|
+
* | web | demo,alipay |
|
|
422
|
+
*/
|
|
423
|
+
export declare const getAppToken: PickMPAttr<'getAppToken'>;
|
|
424
|
+
/**
|
|
425
|
+
* @support
|
|
426
|
+
* | Platform | Apps |
|
|
427
|
+
* | ------------- | -------- |
|
|
428
|
+
* | mp | demo |
|
|
429
|
+
* | mp_web | demo,alipayhk,dana,gcash,mpay,truemoney,tngd |
|
|
430
|
+
* | web | demo,alipay |
|
|
431
|
+
*/
|
|
432
|
+
export declare const getAppTokenAsync: (args?: Omit<any, "success" | "fail" | "complete"> | undefined) => Promise<unknown>;
|
|
433
|
+
/**
|
|
434
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_OpenAPI_getAuthCode
|
|
435
|
+
* @support
|
|
436
|
+
* | Platform | Apps |
|
|
437
|
+
* | ------------- | -------- |
|
|
438
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
439
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney,toss,mpay |
|
|
440
|
+
* | web | demo,alipay |
|
|
441
|
+
*/
|
|
442
|
+
export declare const getAuthCode: PickMPAttr<'getAuthCode'>;
|
|
443
|
+
/**
|
|
444
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_OpenAPI_getAuthCode
|
|
445
|
+
* @support
|
|
446
|
+
* | Platform | Apps |
|
|
447
|
+
* | ------------- | -------- |
|
|
448
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
449
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney,toss,mpay |
|
|
450
|
+
* | web | demo,alipay |
|
|
451
|
+
*/
|
|
452
|
+
export declare const getAuthCodeAsync: (args?: Omit<{
|
|
453
|
+
scopes: string | string[];
|
|
454
|
+
appId?: string | undefined;
|
|
455
|
+
} & AsyncCallback<GetAuthCodeCallbackValue>, "success" | "fail" | "complete"> | undefined) => Promise<GetAuthCodeCallbackValue>;
|
|
456
|
+
/**
|
|
457
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Battery_getBatteryInfo
|
|
458
|
+
* @support
|
|
459
|
+
* | Platform | Apps |
|
|
460
|
+
* | ------------- | -------- |
|
|
461
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
462
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
463
|
+
* | web | demo,alipay |
|
|
464
|
+
*/
|
|
465
|
+
export declare const getBatteryInfo: PickMPAttr<'getBatteryInfo'>;
|
|
466
|
+
/**
|
|
467
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Battery_getBatteryInfo
|
|
468
|
+
* @support
|
|
469
|
+
* | Platform | Apps |
|
|
470
|
+
* | ------------- | -------- |
|
|
471
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
472
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
473
|
+
* | web | demo,alipay |
|
|
474
|
+
*/
|
|
475
|
+
export declare const getBatteryInfoAsync: (args?: Omit<import("@hylid/call/lib/promisify").Options, "success" | "fail" | "complete"> | undefined) => Promise<any>;
|
|
476
|
+
/**
|
|
477
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_getBLEDeviceCharacteristics
|
|
478
|
+
* @support
|
|
479
|
+
* | Platform | Apps |
|
|
480
|
+
* | ------------- | -------- |
|
|
481
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
482
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
483
|
+
* | web | |
|
|
484
|
+
*/
|
|
485
|
+
export declare const getBLEDeviceCharacteristics: PickMPAttr<'getBLEDeviceCharacteristics'>;
|
|
486
|
+
/**
|
|
487
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_getBLEDeviceCharacteristics
|
|
488
|
+
* @support
|
|
489
|
+
* | Platform | Apps |
|
|
490
|
+
* | ------------- | -------- |
|
|
491
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
492
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
493
|
+
* | web | |
|
|
494
|
+
*/
|
|
495
|
+
export declare const getBLEDeviceCharacteristicsAsync: (args?: Omit<{
|
|
496
|
+
deviceId: string;
|
|
497
|
+
serviceId: string;
|
|
498
|
+
} & AsyncCallback<{
|
|
499
|
+
characteristic: {
|
|
500
|
+
characteristicId: string;
|
|
501
|
+
serviceId: string;
|
|
502
|
+
value: string;
|
|
503
|
+
properties: {
|
|
504
|
+
read: boolean;
|
|
505
|
+
write: boolean;
|
|
506
|
+
notify: boolean;
|
|
507
|
+
indicate: boolean;
|
|
508
|
+
};
|
|
509
|
+
}[];
|
|
510
|
+
}>, "success" | "fail" | "complete"> | undefined) => Promise<{
|
|
511
|
+
characteristic: {
|
|
512
|
+
characteristicId: string;
|
|
513
|
+
serviceId: string;
|
|
514
|
+
value: string;
|
|
515
|
+
properties: {
|
|
516
|
+
read: boolean;
|
|
517
|
+
write: boolean;
|
|
518
|
+
notify: boolean;
|
|
519
|
+
indicate: boolean;
|
|
520
|
+
};
|
|
521
|
+
}[];
|
|
522
|
+
}>;
|
|
523
|
+
/**
|
|
524
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_getBLEDeviceServices
|
|
525
|
+
* @support
|
|
526
|
+
* | Platform | Apps |
|
|
527
|
+
* | ------------- | -------- |
|
|
528
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
529
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
530
|
+
* | web | |
|
|
531
|
+
*/
|
|
532
|
+
export declare const getBLEDeviceServices: PickMPAttr<'getBLEDeviceServices'>;
|
|
533
|
+
/**
|
|
534
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_getBLEDeviceServices
|
|
535
|
+
* @support
|
|
536
|
+
* | Platform | Apps |
|
|
537
|
+
* | ------------- | -------- |
|
|
538
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
539
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
540
|
+
* | web | |
|
|
541
|
+
*/
|
|
542
|
+
export declare const getBLEDeviceServicesAsync: (args?: Omit<{
|
|
543
|
+
deviceId: string;
|
|
544
|
+
} & AsyncCallback<{
|
|
545
|
+
services: {
|
|
546
|
+
isPrimary: boolean;
|
|
547
|
+
serviceId: string;
|
|
548
|
+
}[];
|
|
549
|
+
}>, "success" | "fail" | "complete"> | undefined) => Promise<{
|
|
550
|
+
services: {
|
|
551
|
+
isPrimary: boolean;
|
|
552
|
+
serviceId: string;
|
|
553
|
+
}[];
|
|
554
|
+
}>;
|
|
555
|
+
/**
|
|
556
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_getBluetoothAdapterState
|
|
557
|
+
* @support
|
|
558
|
+
* | Platform | Apps |
|
|
559
|
+
* | ------------- | -------- |
|
|
560
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
561
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
562
|
+
* | web | |
|
|
563
|
+
*/
|
|
564
|
+
export declare const getBluetoothAdapterState: PickMPAttr<'getBluetoothAdapterState'>;
|
|
565
|
+
/**
|
|
566
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_getBluetoothAdapterState
|
|
567
|
+
* @support
|
|
568
|
+
* | Platform | Apps |
|
|
569
|
+
* | ------------- | -------- |
|
|
570
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
571
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
572
|
+
* | web | |
|
|
573
|
+
*/
|
|
574
|
+
export declare const getBluetoothAdapterStateAsync: (args?: Omit<AsyncCallback<{
|
|
575
|
+
discovering: boolean;
|
|
576
|
+
available: boolean;
|
|
577
|
+
}>, "success" | "fail" | "complete"> | undefined) => Promise<{
|
|
578
|
+
discovering: boolean;
|
|
579
|
+
available: boolean;
|
|
580
|
+
}>;
|
|
581
|
+
/**
|
|
582
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_getBluetoothDevices
|
|
583
|
+
* @support
|
|
584
|
+
* | Platform | Apps |
|
|
585
|
+
* | ------------- | -------- |
|
|
586
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
587
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
588
|
+
* | web | |
|
|
589
|
+
*/
|
|
590
|
+
export declare const getBluetoothDevices: PickMPAttr<'getBluetoothDevices'>;
|
|
591
|
+
/**
|
|
592
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_getBluetoothDevices
|
|
593
|
+
* @support
|
|
594
|
+
* | Platform | Apps |
|
|
595
|
+
* | ------------- | -------- |
|
|
596
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
597
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
598
|
+
* | web | |
|
|
599
|
+
*/
|
|
600
|
+
export declare const getBluetoothDevicesAsync: (args?: Omit<AsyncCallback<{
|
|
601
|
+
devices: BluetoothDevices[];
|
|
602
|
+
}>, "success" | "fail" | "complete"> | undefined) => Promise<{
|
|
603
|
+
devices: BluetoothDevices[];
|
|
604
|
+
}>;
|
|
605
|
+
/**
|
|
606
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Clipboard_getClipboard
|
|
607
|
+
* @support
|
|
608
|
+
* | Platform | Apps |
|
|
609
|
+
* | ------------- | -------- |
|
|
610
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
611
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
612
|
+
* | web | demo,alipay,h5 |
|
|
613
|
+
*/
|
|
614
|
+
export declare const getClipboard: PickMPAttr<'getClipboard'>;
|
|
615
|
+
/**
|
|
616
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Clipboard_getClipboard
|
|
617
|
+
* @support
|
|
618
|
+
* | Platform | Apps |
|
|
619
|
+
* | ------------- | -------- |
|
|
620
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
621
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
622
|
+
* | web | demo,alipay,h5 |
|
|
623
|
+
*/
|
|
624
|
+
export declare const getClipboardAsync: (args?: Omit<GetClipboardArgs, "success" | "fail" | "complete"> | undefined) => Promise<{
|
|
625
|
+
text: string;
|
|
626
|
+
}>;
|
|
627
|
+
/**
|
|
628
|
+
* @support
|
|
629
|
+
* | Platform | Apps |
|
|
630
|
+
* | ------------- | -------- |
|
|
631
|
+
* | mp | demo |
|
|
632
|
+
* | mp_web | demo |
|
|
633
|
+
* | web | demo |
|
|
634
|
+
*/
|
|
635
|
+
export declare const getComponentAuth: PickMPAttr<'getComponentAuth'>;
|
|
636
|
+
/**
|
|
637
|
+
* @support
|
|
638
|
+
* | Platform | Apps |
|
|
639
|
+
* | ------------- | -------- |
|
|
640
|
+
* | mp | demo |
|
|
641
|
+
* | mp_web | demo |
|
|
642
|
+
* | web | demo |
|
|
643
|
+
*/
|
|
644
|
+
export declare const getComponentAuthAsync: (args?: Omit<any, "success" | "fail" | "complete"> | undefined) => Promise<unknown>;
|
|
645
|
+
/**
|
|
646
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_getConnectedBluetoothDevices
|
|
647
|
+
* @support
|
|
648
|
+
* | Platform | Apps |
|
|
649
|
+
* | ------------- | -------- |
|
|
650
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
651
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
652
|
+
* | web | |
|
|
653
|
+
*/
|
|
654
|
+
export declare const getConnectedBluetoothDevices: PickMPAttr<'getConnectedBluetoothDevices'>;
|
|
655
|
+
/**
|
|
656
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_getConnectedBluetoothDevices
|
|
657
|
+
* @support
|
|
658
|
+
* | Platform | Apps |
|
|
659
|
+
* | ------------- | -------- |
|
|
660
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
661
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
662
|
+
* | web | |
|
|
663
|
+
*/
|
|
664
|
+
export declare const getConnectedBluetoothDevicesAsync: (args?: Omit<{
|
|
665
|
+
deviceId: string;
|
|
666
|
+
} & AsyncCallback<any>, "success" | "fail" | "complete"> | undefined) => Promise<any>;
|
|
667
|
+
/**
|
|
668
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_File_getFileInfo
|
|
669
|
+
* @support
|
|
670
|
+
* | Platform | Apps |
|
|
671
|
+
* | ------------- | -------- |
|
|
672
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
673
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
674
|
+
* | web | demo,alipay |
|
|
675
|
+
*/
|
|
676
|
+
export declare const getFileInfo: PickMPAttr<'getFileInfo'>;
|
|
677
|
+
/**
|
|
678
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_File_getFileInfo
|
|
679
|
+
* @support
|
|
680
|
+
* | Platform | Apps |
|
|
681
|
+
* | ------------- | -------- |
|
|
682
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
683
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
684
|
+
* | web | demo,alipay |
|
|
685
|
+
*/
|
|
686
|
+
export declare const getFileInfoAsync: (args?: Omit<GetFileArgs, "success" | "fail" | "complete"> | undefined) => Promise<{
|
|
687
|
+
size: number;
|
|
688
|
+
digest: string;
|
|
689
|
+
}>;
|
|
690
|
+
/**
|
|
691
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Media_Image_getImageInfo
|
|
692
|
+
* @support
|
|
693
|
+
* | Platform | Apps |
|
|
694
|
+
* | ------------- | -------- |
|
|
695
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
696
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
697
|
+
* | web | demo,alipay |
|
|
698
|
+
*/
|
|
699
|
+
export declare const getImageInfo: PickMPAttr<'getImageInfo'>;
|
|
700
|
+
/**
|
|
701
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Media_Image_getImageInfo
|
|
702
|
+
* @support
|
|
703
|
+
* | Platform | Apps |
|
|
704
|
+
* | ------------- | -------- |
|
|
705
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
706
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
707
|
+
* | web | demo,alipay |
|
|
708
|
+
*/
|
|
709
|
+
export declare const getImageInfoAsync: (args?: Omit<GetImageInfo, "success" | "fail" | "complete"> | undefined) => Promise<GetImageInfoCallbackValue>;
|
|
710
|
+
/**
|
|
711
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Location_getLocation
|
|
712
|
+
* @support
|
|
713
|
+
* | Platform | Apps |
|
|
714
|
+
* | ------------- | -------- |
|
|
715
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
716
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
717
|
+
* | web | demo,alipay,h5,tngdh5ng |
|
|
718
|
+
*/
|
|
719
|
+
export declare const getLocation: PickMPAttr<'getLocation'>;
|
|
720
|
+
/**
|
|
721
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Location_getLocation
|
|
722
|
+
* @support
|
|
723
|
+
* | Platform | Apps |
|
|
724
|
+
* | ------------- | -------- |
|
|
725
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
726
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
727
|
+
* | web | demo,alipay,h5,tngdh5ng |
|
|
728
|
+
*/
|
|
729
|
+
export declare const getLocationAsync: (args?: Omit<GetLocationArgs, "success" | "fail" | "complete"> | undefined) => Promise<GetLocationCallbackValue>;
|
|
730
|
+
/**
|
|
731
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Network_getNetworkType
|
|
732
|
+
* @support
|
|
733
|
+
* | Platform | Apps |
|
|
734
|
+
* | ------------- | -------- |
|
|
735
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
736
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
737
|
+
* | web | demo,alipay,h5,tngdh5ng |
|
|
738
|
+
*/
|
|
739
|
+
export declare const getNetworkType: PickMPAttr<'getNetworkType'>;
|
|
740
|
+
/**
|
|
741
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Network_getNetworkType
|
|
742
|
+
* @support
|
|
743
|
+
* | Platform | Apps |
|
|
744
|
+
* | ------------- | -------- |
|
|
745
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
746
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
747
|
+
* | web | demo,alipay,h5,tngdh5ng |
|
|
748
|
+
*/
|
|
749
|
+
export declare const getNetworkTypeAsync: (args?: Omit<GetNetworkTypeArgs, "success" | "fail" | "complete"> | undefined) => Promise<GetNetworkTypeCallbackValue>;
|
|
750
|
+
/**
|
|
751
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_OpenAPI_getOpenUserInfo
|
|
752
|
+
* @support
|
|
753
|
+
* | Platform | Apps |
|
|
754
|
+
* | ------------- | -------- |
|
|
755
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
756
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
757
|
+
* | web | demo |
|
|
758
|
+
*/
|
|
759
|
+
export declare const getOpenUserInfo: PickMPAttr<'getOpenUserInfo'>;
|
|
760
|
+
/**
|
|
761
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_OpenAPI_getOpenUserInfo
|
|
762
|
+
* @support
|
|
763
|
+
* | Platform | Apps |
|
|
764
|
+
* | ------------- | -------- |
|
|
765
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
766
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
767
|
+
* | web | demo |
|
|
768
|
+
*/
|
|
769
|
+
export declare const getOpenUserInfoAsync: (args?: Omit<GetOpenUserInfoArgs, "success" | "fail" | "complete"> | undefined) => Promise<{
|
|
770
|
+
response: string;
|
|
771
|
+
}>;
|
|
772
|
+
/**
|
|
773
|
+
* @support
|
|
774
|
+
* | Platform | Apps |
|
|
775
|
+
* | ------------- | -------- |
|
|
776
|
+
* | mp | demo |
|
|
777
|
+
* | mp_web | demo |
|
|
778
|
+
* | web | demo |
|
|
779
|
+
*/
|
|
780
|
+
export declare const getPaymentCode: PickMPAttr<'getPaymentCode'>;
|
|
781
|
+
/**
|
|
782
|
+
* @support
|
|
783
|
+
* | Platform | Apps |
|
|
784
|
+
* | ------------- | -------- |
|
|
785
|
+
* | mp | demo |
|
|
786
|
+
* | mp_web | demo |
|
|
787
|
+
* | web | demo |
|
|
788
|
+
*/
|
|
789
|
+
export declare const getPaymentCodeAsync: (args?: Omit<any, "success" | "fail" | "complete"> | undefined) => Promise<unknown>;
|
|
790
|
+
/**
|
|
791
|
+
* @support
|
|
792
|
+
* | Platform | Apps |
|
|
793
|
+
* | ------------- | -------- |
|
|
794
|
+
* | mp | demo |
|
|
795
|
+
* | mp_web | demo,alipay |
|
|
796
|
+
* | web | demo,alipay |
|
|
797
|
+
*/
|
|
798
|
+
export declare const getPhoneNumber: PickMPAttr<'getPhoneNumber'>;
|
|
799
|
+
/**
|
|
800
|
+
* @support
|
|
801
|
+
* | Platform | Apps |
|
|
802
|
+
* | ------------- | -------- |
|
|
803
|
+
* | mp | demo |
|
|
804
|
+
* | mp_web | demo,alipay |
|
|
805
|
+
* | web | demo,alipay |
|
|
806
|
+
*/
|
|
807
|
+
export declare const getPhoneNumberAsync: (args?: Omit<any, "success" | "fail" | "complete"> | undefined) => Promise<unknown>;
|
|
808
|
+
/**
|
|
809
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_File_getSavedFileInfo
|
|
810
|
+
* @support
|
|
811
|
+
* | Platform | Apps |
|
|
812
|
+
* | ------------- | -------- |
|
|
813
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
814
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
815
|
+
* | web | demo,alipay |
|
|
816
|
+
*/
|
|
817
|
+
export declare const getSavedFileInfo: PickMPAttr<'getSavedFileInfo'>;
|
|
818
|
+
/**
|
|
819
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_File_getSavedFileInfo
|
|
820
|
+
* @support
|
|
821
|
+
* | Platform | Apps |
|
|
822
|
+
* | ------------- | -------- |
|
|
823
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
824
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
825
|
+
* | web | demo,alipay |
|
|
826
|
+
*/
|
|
827
|
+
export declare const getSavedFileInfoAsync: (args?: Omit<GetSavedFileInfo, "success" | "fail" | "complete"> | undefined) => Promise<{
|
|
828
|
+
size: number;
|
|
829
|
+
createTime: number;
|
|
830
|
+
}>;
|
|
831
|
+
/**
|
|
832
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_File_getSavedFileList
|
|
833
|
+
* @support
|
|
834
|
+
* | Platform | Apps |
|
|
835
|
+
* | ------------- | -------- |
|
|
836
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
837
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
838
|
+
* | web | demo,alipay |
|
|
839
|
+
*/
|
|
840
|
+
export declare const getSavedFileList: PickMPAttr<'getSavedFileList'>;
|
|
841
|
+
/**
|
|
842
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_File_getSavedFileList
|
|
843
|
+
* @support
|
|
844
|
+
* | Platform | Apps |
|
|
845
|
+
* | ------------- | -------- |
|
|
846
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
847
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
848
|
+
* | web | demo,alipay |
|
|
849
|
+
*/
|
|
850
|
+
export declare const getSavedFileListAsync: (args?: Omit<GetSavedFileListArgs, "success" | "fail" | "complete"> | undefined) => Promise<{
|
|
851
|
+
fileList: {
|
|
852
|
+
size: number;
|
|
853
|
+
createTime: number;
|
|
854
|
+
apFilePath: string;
|
|
855
|
+
}[];
|
|
856
|
+
}>;
|
|
857
|
+
/**
|
|
858
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Screen_getScreenBrightness
|
|
859
|
+
* @support
|
|
860
|
+
* | Platform | Apps |
|
|
861
|
+
* | ------------- | -------- |
|
|
862
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
863
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
864
|
+
* | web | demo,alipay |
|
|
865
|
+
*/
|
|
866
|
+
export declare const getScreenBrightness: PickMPAttr<'getScreenBrightness'>;
|
|
867
|
+
/**
|
|
868
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Screen_getScreenBrightness
|
|
869
|
+
* @support
|
|
870
|
+
* | Platform | Apps |
|
|
871
|
+
* | ------------- | -------- |
|
|
872
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
873
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
874
|
+
* | web | demo,alipay |
|
|
875
|
+
*/
|
|
876
|
+
export declare const getScreenBrightnessAsync: (args?: Omit<AsyncCallback<{
|
|
877
|
+
brightness: number;
|
|
878
|
+
}>, "success" | "fail" | "complete"> | undefined) => Promise<{
|
|
879
|
+
brightness: number;
|
|
880
|
+
}>;
|
|
881
|
+
/**
|
|
882
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Server_getServerTime
|
|
883
|
+
* @support
|
|
884
|
+
* | Platform | Apps |
|
|
885
|
+
* | ------------- | -------- |
|
|
886
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
887
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
888
|
+
* | web | demo,alipay |
|
|
889
|
+
*/
|
|
890
|
+
export declare const getServerTime: PickMPAttr<'getServerTime'>;
|
|
891
|
+
/**
|
|
892
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Server_getServerTime
|
|
893
|
+
* @support
|
|
894
|
+
* | Platform | Apps |
|
|
895
|
+
* | ------------- | -------- |
|
|
896
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
897
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
898
|
+
* | web | demo,alipay |
|
|
899
|
+
*/
|
|
900
|
+
export declare const getServerTimeAsync: (args?: Omit<AsyncCallback<{
|
|
901
|
+
time: number;
|
|
902
|
+
}>, "success" | "fail" | "complete"> | undefined) => Promise<{
|
|
903
|
+
time: number;
|
|
904
|
+
}>;
|
|
905
|
+
/**
|
|
906
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Setting_getSetting
|
|
907
|
+
* @support
|
|
908
|
+
* | Platform | Apps |
|
|
909
|
+
* | ------------- | -------- |
|
|
910
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
911
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
912
|
+
* | web | demo,alipay |
|
|
913
|
+
*/
|
|
914
|
+
export declare const getSetting: PickMPAttr<'getSetting'>;
|
|
915
|
+
/**
|
|
916
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Setting_getSetting
|
|
917
|
+
* @support
|
|
918
|
+
* | Platform | Apps |
|
|
919
|
+
* | ------------- | -------- |
|
|
920
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
921
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
922
|
+
* | web | demo,alipay |
|
|
923
|
+
*/
|
|
924
|
+
export declare const getSettingAsync: (args?: Omit<import("@hylid/call/lib/promisify").Options, "success" | "fail" | "complete"> | undefined) => Promise<any>;
|
|
925
|
+
/**
|
|
926
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Alipay-Connect_getSiteInfo
|
|
927
|
+
* @support
|
|
928
|
+
* | Platform | Apps |
|
|
929
|
+
* | ------------- | -------- |
|
|
930
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
931
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
932
|
+
* | web | demo,alipay,h5 |
|
|
933
|
+
*/
|
|
934
|
+
export declare const getSiteInfo: PickMPAttr<'getSiteInfo'>;
|
|
935
|
+
/**
|
|
936
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Alipay-Connect_getSiteInfo
|
|
937
|
+
* @support
|
|
938
|
+
* | Platform | Apps |
|
|
939
|
+
* | ------------- | -------- |
|
|
940
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
941
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
942
|
+
* | web | demo,alipay,h5 |
|
|
943
|
+
*/
|
|
944
|
+
export declare const getSiteInfoAsync: (args?: Omit<AsyncCallback<GetSiteInfoCallbackValue>, "success" | "fail" | "complete"> | undefined) => Promise<GetSiteInfoCallbackValue>;
|
|
945
|
+
/**
|
|
946
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Storage_getStorage
|
|
947
|
+
* @support
|
|
948
|
+
* | Platform | Apps |
|
|
949
|
+
* | ------------- | -------- |
|
|
950
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
951
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney,toss,mpay |
|
|
952
|
+
* | web | demo,alipay,h5 |
|
|
953
|
+
*/
|
|
954
|
+
export declare const getStorage: PickMPAttr<'getStorage'>;
|
|
955
|
+
/**
|
|
956
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Storage_getStorage
|
|
957
|
+
* @support
|
|
958
|
+
* | Platform | Apps |
|
|
959
|
+
* | ------------- | -------- |
|
|
960
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
961
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney,toss,mpay |
|
|
962
|
+
* | web | demo,alipay,h5 |
|
|
963
|
+
*/
|
|
964
|
+
export declare const getStorageAsync: (args?: Omit<GetStorage, "success" | "fail" | "complete"> | undefined) => Promise<{
|
|
965
|
+
data: any;
|
|
966
|
+
}>;
|
|
967
|
+
/**
|
|
968
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Storage_getStorageSync
|
|
969
|
+
* @support
|
|
970
|
+
* | Platform | Apps |
|
|
971
|
+
* | ------------- | -------- |
|
|
972
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
973
|
+
* | web | h5 |
|
|
974
|
+
*/
|
|
975
|
+
export declare const getStorageSync: PickMPAttr<'getStorageSync'>;
|
|
976
|
+
/**
|
|
977
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_System_getSystemInfo
|
|
978
|
+
* @support
|
|
979
|
+
* | Platform | Apps |
|
|
980
|
+
* | ------------- | -------- |
|
|
981
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
982
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
983
|
+
* | web | demo,alipay,h5,tngdh5ng |
|
|
984
|
+
*/
|
|
985
|
+
export declare const getSystemInfo: PickMPAttr<'getSystemInfo'>;
|
|
986
|
+
/**
|
|
987
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_System_getSystemInfo
|
|
988
|
+
* @support
|
|
989
|
+
* | Platform | Apps |
|
|
990
|
+
* | ------------- | -------- |
|
|
991
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
992
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
993
|
+
* | web | demo,alipay,h5,tngdh5ng |
|
|
994
|
+
*/
|
|
995
|
+
export declare const getSystemInfoAsync: (args?: Omit<GetSystemInfoArgs, "success" | "fail" | "complete"> | undefined) => Promise<GetSystemInfoCallbackValue>;
|
|
996
|
+
/**
|
|
997
|
+
* @support
|
|
998
|
+
* | Platform | Apps |
|
|
999
|
+
* | ------------- | -------- |
|
|
1000
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1001
|
+
* | web | h5 |
|
|
1002
|
+
*/
|
|
1003
|
+
export declare const getSystemInfoSync: PickMPAttr<'getSystemInfoSync'>;
|
|
1004
|
+
/**
|
|
1005
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_NavigationBar_hideBackHome
|
|
1006
|
+
* @support
|
|
1007
|
+
* | Platform | Apps |
|
|
1008
|
+
* | ------------- | -------- |
|
|
1009
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1010
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1011
|
+
*/
|
|
1012
|
+
export declare const hideBackHome: PickMPAttr<'hideBackHome'>;
|
|
1013
|
+
/**
|
|
1014
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_NavigationBar_hideBackHome
|
|
1015
|
+
* @support
|
|
1016
|
+
* | Platform | Apps |
|
|
1017
|
+
* | ------------- | -------- |
|
|
1018
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1019
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1020
|
+
*/
|
|
1021
|
+
export declare const hideBackHomeAsync: (args?: Omit<import("@hylid/call/lib/promisify").Options, "success" | "fail" | "complete"> | undefined) => Promise<any>;
|
|
1022
|
+
/**
|
|
1023
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Keyboard_hideKeyboard
|
|
1024
|
+
* @support
|
|
1025
|
+
* | Platform | Apps |
|
|
1026
|
+
* | ------------- | -------- |
|
|
1027
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1028
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1029
|
+
* | web | demo,alipay |
|
|
1030
|
+
*/
|
|
1031
|
+
export declare const hideKeyboard: PickMPAttr<'hideKeyboard'>;
|
|
1032
|
+
/**
|
|
1033
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Keyboard_hideKeyboard
|
|
1034
|
+
* @support
|
|
1035
|
+
* | Platform | Apps |
|
|
1036
|
+
* | ------------- | -------- |
|
|
1037
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1038
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1039
|
+
* | web | demo,alipay |
|
|
1040
|
+
*/
|
|
1041
|
+
export declare const hideKeyboardAsync: (args?: Omit<import("@hylid/call/lib/promisify").Options, "success" | "fail" | "complete"> | undefined) => Promise<any>;
|
|
1042
|
+
/**
|
|
1043
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Feedback_hideLoading
|
|
1044
|
+
* @support
|
|
1045
|
+
* | Platform | Apps |
|
|
1046
|
+
* | ------------- | -------- |
|
|
1047
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1048
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1049
|
+
* | web | demo,alipay,h5,tngdh5ng |
|
|
1050
|
+
*/
|
|
1051
|
+
export declare const hideLoading: PickMPAttr<'hideLoading'>;
|
|
1052
|
+
/**
|
|
1053
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Feedback_hideLoading
|
|
1054
|
+
* @support
|
|
1055
|
+
* | Platform | Apps |
|
|
1056
|
+
* | ------------- | -------- |
|
|
1057
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1058
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1059
|
+
* | web | demo,alipay,h5,tngdh5ng |
|
|
1060
|
+
*/
|
|
1061
|
+
export declare const hideLoadingAsync: (args?: Omit<import("@hylid/call/lib/promisify").Options, "success" | "fail" | "complete"> | undefined) => Promise<any>;
|
|
1062
|
+
/**
|
|
1063
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_NavigationBar_hideNavigationBarLoading
|
|
1064
|
+
* @support
|
|
1065
|
+
* | Platform | Apps |
|
|
1066
|
+
* | ------------- | -------- |
|
|
1067
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1068
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1069
|
+
* | web | demo,alipay |
|
|
1070
|
+
*/
|
|
1071
|
+
export declare const hideNavigationBarLoading: PickMPAttr<'hideNavigationBarLoading'>;
|
|
1072
|
+
/**
|
|
1073
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_NavigationBar_hideNavigationBarLoading
|
|
1074
|
+
* @support
|
|
1075
|
+
* | Platform | Apps |
|
|
1076
|
+
* | ------------- | -------- |
|
|
1077
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1078
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1079
|
+
* | web | demo,alipay |
|
|
1080
|
+
*/
|
|
1081
|
+
export declare const hideNavigationBarLoadingAsync: (args?: Omit<import("@hylid/call/lib/promisify").Options, "success" | "fail" | "complete"> | undefined) => Promise<any>;
|
|
1082
|
+
/**
|
|
1083
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_TabBar_hideTabBar
|
|
1084
|
+
* @support
|
|
1085
|
+
* | Platform | Apps |
|
|
1086
|
+
* | ------------- | -------- |
|
|
1087
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1088
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1089
|
+
* | web | |
|
|
1090
|
+
*/
|
|
1091
|
+
export declare const hideTabBar: PickMPAttr<'hideTabBar'>;
|
|
1092
|
+
/**
|
|
1093
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_TabBar_hideTabBar
|
|
1094
|
+
* @support
|
|
1095
|
+
* | Platform | Apps |
|
|
1096
|
+
* | ------------- | -------- |
|
|
1097
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1098
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1099
|
+
* | web | |
|
|
1100
|
+
*/
|
|
1101
|
+
export declare const hideTabBarAsync: (args?: Omit<HideTabBarArgs, "success" | "fail" | "complete"> | undefined) => Promise<undefined>;
|
|
1102
|
+
/**
|
|
1103
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Feedback_hideToast
|
|
1104
|
+
* @support
|
|
1105
|
+
* | Platform | Apps |
|
|
1106
|
+
* | ------------- | -------- |
|
|
1107
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1108
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1109
|
+
* | web | demo,alipay,h5,tngdh5ng |
|
|
1110
|
+
*/
|
|
1111
|
+
export declare const hideToast: PickMPAttr<'hideToast'>;
|
|
1112
|
+
/**
|
|
1113
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Feedback_hideToast
|
|
1114
|
+
* @support
|
|
1115
|
+
* | Platform | Apps |
|
|
1116
|
+
* | ------------- | -------- |
|
|
1117
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1118
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1119
|
+
* | web | demo,alipay,h5,tngdh5ng |
|
|
1120
|
+
*/
|
|
1121
|
+
export declare const hideToastAsync: (args?: Omit<import("@hylid/call/lib/promisify").Options, "success" | "fail" | "complete"> | undefined) => Promise<any>;
|
|
1122
|
+
/**
|
|
1123
|
+
* @support
|
|
1124
|
+
* | Platform | Apps |
|
|
1125
|
+
* | ------------- | -------- |
|
|
1126
|
+
* | mp | demo |
|
|
1127
|
+
* | mp_web | demo |
|
|
1128
|
+
* | web | demo |
|
|
1129
|
+
*/
|
|
1130
|
+
export declare const inquireQuote: PickMPAttr<'inquireQuote'>;
|
|
1131
|
+
/**
|
|
1132
|
+
* @support
|
|
1133
|
+
* | Platform | Apps |
|
|
1134
|
+
* | ------------- | -------- |
|
|
1135
|
+
* | mp | demo |
|
|
1136
|
+
* | mp_web | demo |
|
|
1137
|
+
* | web | demo |
|
|
1138
|
+
*/
|
|
1139
|
+
export declare const inquireQuoteAsync: (args?: Omit<any, "success" | "fail" | "complete"> | undefined) => Promise<unknown>;
|
|
1140
|
+
/**
|
|
1141
|
+
* @support
|
|
1142
|
+
* | Platform | Apps |
|
|
1143
|
+
* | ------------- | -------- |
|
|
1144
|
+
* | mp | demo |
|
|
1145
|
+
* | mp_web | demo |
|
|
1146
|
+
* | web | demo |
|
|
1147
|
+
*/
|
|
1148
|
+
export declare const isInstalledApp: PickMPAttr<'isInstalledApp'>;
|
|
1149
|
+
/**
|
|
1150
|
+
* @support
|
|
1151
|
+
* | Platform | Apps |
|
|
1152
|
+
* | ------------- | -------- |
|
|
1153
|
+
* | mp | demo |
|
|
1154
|
+
* | mp_web | demo |
|
|
1155
|
+
* | web | demo |
|
|
1156
|
+
*/
|
|
1157
|
+
export declare const isInstalledAppAsync: (args?: Omit<any, "success" | "fail" | "complete"> | undefined) => Promise<unknown>;
|
|
1158
|
+
/**
|
|
1159
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Call_makePhoneCall
|
|
1160
|
+
* @support
|
|
1161
|
+
* | Platform | Apps |
|
|
1162
|
+
* | ------------- | -------- |
|
|
1163
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1164
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1165
|
+
* | web | demo,alipay,h5,tngdh5ng |
|
|
1166
|
+
*/
|
|
1167
|
+
export declare const makePhoneCall: PickMPAttr<'makePhoneCall'>;
|
|
1168
|
+
/**
|
|
1169
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Call_makePhoneCall
|
|
1170
|
+
* @support
|
|
1171
|
+
* | Platform | Apps |
|
|
1172
|
+
* | ------------- | -------- |
|
|
1173
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1174
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1175
|
+
* | web | demo,alipay,h5,tngdh5ng |
|
|
1176
|
+
*/
|
|
1177
|
+
export declare const makePhoneCallAsync: (args?: Omit<import("@hylid/call/lib/promisify").Options, "success" | "fail" | "complete"> | undefined) => Promise<any>;
|
|
1178
|
+
/**
|
|
1179
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Multi-Level-Select_multiLevelSelect
|
|
1180
|
+
* @support
|
|
1181
|
+
* | Platform | Apps |
|
|
1182
|
+
* | ------------- | -------- |
|
|
1183
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1184
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1185
|
+
* | web | demo,alipay |
|
|
1186
|
+
*/
|
|
1187
|
+
export declare const multiLevelSelect: PickMPAttr<'multiLevelSelect'>;
|
|
1188
|
+
/**
|
|
1189
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Multi-Level-Select_multiLevelSelect
|
|
1190
|
+
* @support
|
|
1191
|
+
* | Platform | Apps |
|
|
1192
|
+
* | ------------- | -------- |
|
|
1193
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1194
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1195
|
+
* | web | demo,alipay |
|
|
1196
|
+
*/
|
|
1197
|
+
export declare const multiLevelSelectAsync: (args?: Omit<MultiLevelSelectArgs, "success" | "fail" | "complete"> | undefined) => Promise<{
|
|
1198
|
+
success: boolean;
|
|
1199
|
+
result: any[];
|
|
1200
|
+
}>;
|
|
1201
|
+
/**
|
|
1202
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Route_navigateBack
|
|
1203
|
+
* @support
|
|
1204
|
+
* | Platform | Apps |
|
|
1205
|
+
* | ------------- | -------- |
|
|
1206
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1207
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1208
|
+
* | web | alipay,demo,h5,tngdh5ng |
|
|
1209
|
+
*/
|
|
1210
|
+
export declare const navigateBack: PickMPAttr<'navigateBack'>;
|
|
1211
|
+
/**
|
|
1212
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Route_navigateBack
|
|
1213
|
+
* @support
|
|
1214
|
+
* | Platform | Apps |
|
|
1215
|
+
* | ------------- | -------- |
|
|
1216
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1217
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1218
|
+
* | web | alipay,demo,h5,tngdh5ng |
|
|
1219
|
+
*/
|
|
1220
|
+
export declare const navigateBackAsync: (args?: Omit<import("@hylid/call/lib/promisify").Options, "success" | "fail" | "complete"> | undefined) => Promise<any>;
|
|
1221
|
+
/**
|
|
1222
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_OpenAPI_navigateBackMiniProgram
|
|
1223
|
+
* @support
|
|
1224
|
+
* | Platform | Apps |
|
|
1225
|
+
* | ------------- | -------- |
|
|
1226
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1227
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1228
|
+
* | web | demo,alipay |
|
|
1229
|
+
*/
|
|
1230
|
+
export declare const navigateBackMiniProgram: PickMPAttr<'navigateBackMiniProgram'>;
|
|
1231
|
+
/**
|
|
1232
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_OpenAPI_navigateBackMiniProgram
|
|
1233
|
+
* @support
|
|
1234
|
+
* | Platform | Apps |
|
|
1235
|
+
* | ------------- | -------- |
|
|
1236
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1237
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1238
|
+
* | web | demo,alipay |
|
|
1239
|
+
*/
|
|
1240
|
+
export declare const navigateBackMiniProgramAsync: (args?: Omit<NavigateBackMiniProgramArgs, "success" | "fail" | "complete"> | undefined) => Promise<undefined>;
|
|
1241
|
+
/**
|
|
1242
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Route_navigateTo
|
|
1243
|
+
* @support
|
|
1244
|
+
* | Platform | Apps |
|
|
1245
|
+
* | ------------- | -------- |
|
|
1246
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1247
|
+
* | web | alipay,demo,h5,tngdh5ng |
|
|
1248
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1249
|
+
*/
|
|
1250
|
+
export declare const navigateTo: PickMPAttr<'navigateTo'>;
|
|
1251
|
+
/**
|
|
1252
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Route_navigateTo
|
|
1253
|
+
* @support
|
|
1254
|
+
* | Platform | Apps |
|
|
1255
|
+
* | ------------- | -------- |
|
|
1256
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1257
|
+
* | web | alipay,demo,h5,tngdh5ng |
|
|
1258
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1259
|
+
*/
|
|
1260
|
+
export declare const navigateToAsync: (args?: Omit<NavigateToArgs, "success" | "fail" | "complete"> | undefined) => Promise<undefined>;
|
|
1261
|
+
/**
|
|
1262
|
+
* @support
|
|
1263
|
+
* | Platform | Apps |
|
|
1264
|
+
* | ------------- | -------- |
|
|
1265
|
+
* | mp | demo |
|
|
1266
|
+
* | mp_web | demo |
|
|
1267
|
+
* | web | demo,h5 |
|
|
1268
|
+
*/
|
|
1269
|
+
export declare const navigateToBizScene: PickMPAttr<'navigateToBizScene'>;
|
|
1270
|
+
/**
|
|
1271
|
+
* @support
|
|
1272
|
+
* | Platform | Apps |
|
|
1273
|
+
* | ------------- | -------- |
|
|
1274
|
+
* | mp | demo |
|
|
1275
|
+
* | mp_web | demo |
|
|
1276
|
+
* | web | demo,h5 |
|
|
1277
|
+
*/
|
|
1278
|
+
export declare const navigateToBizSceneAsync: (args?: Omit<any, "success" | "fail" | "complete"> | undefined) => Promise<unknown>;
|
|
1279
|
+
/**
|
|
1280
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_OpenAPI_navigateToMiniProgram
|
|
1281
|
+
* @support
|
|
1282
|
+
* | Platform | Apps |
|
|
1283
|
+
* | ------------- | -------- |
|
|
1284
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1285
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1286
|
+
* | web | demo,alipay,h5 |
|
|
1287
|
+
*/
|
|
1288
|
+
export declare const navigateToMiniProgram: PickMPAttr<'navigateToMiniProgram'>;
|
|
1289
|
+
/**
|
|
1290
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_OpenAPI_navigateToMiniProgram
|
|
1291
|
+
* @support
|
|
1292
|
+
* | Platform | Apps |
|
|
1293
|
+
* | ------------- | -------- |
|
|
1294
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1295
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1296
|
+
* | web | demo,alipay,h5 |
|
|
1297
|
+
*/
|
|
1298
|
+
export declare const navigateToMiniProgramAsync: (args?: Omit<NavigateToMiniProgramArgs, "success" | "fail" | "complete"> | undefined) => Promise<undefined>;
|
|
1299
|
+
/**
|
|
1300
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_notifyBLECharacteristicValueChange
|
|
1301
|
+
* @support
|
|
1302
|
+
* | Platform | Apps |
|
|
1303
|
+
* | ------------- | -------- |
|
|
1304
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1305
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1306
|
+
* | web | |
|
|
1307
|
+
*/
|
|
1308
|
+
export declare const notifyBLECharacteristicValueChange: PickMPAttr<'notifyBLECharacteristicValueChange'>;
|
|
1309
|
+
/**
|
|
1310
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_notifyBLECharacteristicValueChange
|
|
1311
|
+
* @support
|
|
1312
|
+
* | Platform | Apps |
|
|
1313
|
+
* | ------------- | -------- |
|
|
1314
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1315
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1316
|
+
* | web | |
|
|
1317
|
+
*/
|
|
1318
|
+
export declare const notifyBLECharacteristicValueChangeAsync: (args?: Omit<{
|
|
1319
|
+
deviceId: string;
|
|
1320
|
+
serviceId: string;
|
|
1321
|
+
characteristicId: string;
|
|
1322
|
+
descriptorId?: string | undefined;
|
|
1323
|
+
state?: boolean | undefined;
|
|
1324
|
+
} & AsyncCallback<any>, "success" | "fail" | "complete"> | undefined) => Promise<any>;
|
|
1325
|
+
/**
|
|
1326
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Accelerometer_offAccelerometerChange
|
|
1327
|
+
* @support
|
|
1328
|
+
* | Platform | Apps |
|
|
1329
|
+
* | ------------- | -------- |
|
|
1330
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1331
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1332
|
+
*/
|
|
1333
|
+
export declare const offAccelerometerChange: PickMPAttr<'offAccelerometerChange'>;
|
|
1334
|
+
/**
|
|
1335
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_offBLECharacteristicValueChange
|
|
1336
|
+
* @support
|
|
1337
|
+
* | Platform | Apps |
|
|
1338
|
+
* | ------------- | -------- |
|
|
1339
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1340
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1341
|
+
* | web | |
|
|
1342
|
+
*/
|
|
1343
|
+
export declare const offBLECharacteristicValueChange: PickMPAttr<'offBLECharacteristicValueChange'>;
|
|
1344
|
+
/**
|
|
1345
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_offBLEConnectionStateChanged
|
|
1346
|
+
* @support
|
|
1347
|
+
* | Platform | Apps |
|
|
1348
|
+
* | ------------- | -------- |
|
|
1349
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1350
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1351
|
+
* | web | |
|
|
1352
|
+
*/
|
|
1353
|
+
export declare const offBLEConnectionStateChanged: PickMPAttr<'offBLEConnectionStateChanged'>;
|
|
1354
|
+
/**
|
|
1355
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_offBluetoothAdapterStateChange
|
|
1356
|
+
* @support
|
|
1357
|
+
* | Platform | Apps |
|
|
1358
|
+
* | ------------- | -------- |
|
|
1359
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1360
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1361
|
+
* | web | |
|
|
1362
|
+
*/
|
|
1363
|
+
export declare const offBluetoothAdapterStateChange: PickMPAttr<'offBluetoothAdapterStateChange'>;
|
|
1364
|
+
/**
|
|
1365
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_offBluetoothDeviceFound
|
|
1366
|
+
* @support
|
|
1367
|
+
* | Platform | Apps |
|
|
1368
|
+
* | ------------- | -------- |
|
|
1369
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1370
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1371
|
+
* | web | |
|
|
1372
|
+
*/
|
|
1373
|
+
export declare const offBluetoothDeviceFound: PickMPAttr<'offBluetoothDeviceFound'>;
|
|
1374
|
+
/**
|
|
1375
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Compass_offCompassChange
|
|
1376
|
+
* @support
|
|
1377
|
+
* | Platform | Apps |
|
|
1378
|
+
* | ------------- | -------- |
|
|
1379
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1380
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1381
|
+
*/
|
|
1382
|
+
export declare const offCompassChange: PickMPAttr<'offCompassChange'>;
|
|
1383
|
+
/**
|
|
1384
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Memory-Warning_onMemoryWarning
|
|
1385
|
+
* @support
|
|
1386
|
+
* | Platform | Apps |
|
|
1387
|
+
* | ------------- | -------- |
|
|
1388
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1389
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1390
|
+
*/
|
|
1391
|
+
export declare const offMemoryWarning: PickMPAttr<'offMemoryWarning'>;
|
|
1392
|
+
/**
|
|
1393
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_offSocketClose
|
|
1394
|
+
* @support
|
|
1395
|
+
* | Platform | Apps |
|
|
1396
|
+
* | ------------- | -------- |
|
|
1397
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1398
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1399
|
+
* | web | |
|
|
1400
|
+
*/
|
|
1401
|
+
export declare const offSocketClose: PickMPAttr<'offSocketClose'>;
|
|
1402
|
+
/**
|
|
1403
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_offSocketError
|
|
1404
|
+
* @support
|
|
1405
|
+
* | Platform | Apps |
|
|
1406
|
+
* | ------------- | -------- |
|
|
1407
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1408
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1409
|
+
* | web | |
|
|
1410
|
+
*/
|
|
1411
|
+
export declare const offSocketError: PickMPAttr<'offSocketError'>;
|
|
1412
|
+
/**
|
|
1413
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_offSocketMessage
|
|
1414
|
+
* @support
|
|
1415
|
+
* | Platform | Apps |
|
|
1416
|
+
* | ------------- | -------- |
|
|
1417
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1418
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1419
|
+
* | web | |
|
|
1420
|
+
*/
|
|
1421
|
+
export declare const offSocketMessage: PickMPAttr<'offSocketMessage'>;
|
|
1422
|
+
/**
|
|
1423
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_offSocketOpen
|
|
1424
|
+
* @support
|
|
1425
|
+
* | Platform | Apps |
|
|
1426
|
+
* | ------------- | -------- |
|
|
1427
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1428
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1429
|
+
* | web | |
|
|
1430
|
+
*/
|
|
1431
|
+
export declare const offSocketOpen: PickMPAttr<'offSocketOpen'>;
|
|
1432
|
+
/**
|
|
1433
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Capture_offUserCaptureScreen
|
|
1434
|
+
* @support
|
|
1435
|
+
* | Platform | Apps |
|
|
1436
|
+
* | ------------- | -------- |
|
|
1437
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1438
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1439
|
+
* | web | |
|
|
1440
|
+
*/
|
|
1441
|
+
export declare const offUserCaptureScreen: PickMPAttr<'offUserCaptureScreen'>;
|
|
1442
|
+
/**
|
|
1443
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Accelerometer_onAccelerometerChange
|
|
1444
|
+
* @support
|
|
1445
|
+
* | Platform | Apps |
|
|
1446
|
+
* | ------------- | -------- |
|
|
1447
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1448
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1449
|
+
*/
|
|
1450
|
+
export declare const onAccelerometerChange: PickMPAttr<'onAccelerometerChange'>;
|
|
1451
|
+
/**
|
|
1452
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_onBLECharacteristicValueChange
|
|
1453
|
+
* @support
|
|
1454
|
+
* | Platform | Apps |
|
|
1455
|
+
* | ------------- | -------- |
|
|
1456
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1457
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1458
|
+
* | web | |
|
|
1459
|
+
*/
|
|
1460
|
+
export declare const onBLECharacteristicValueChange: PickMPAttr<'onBLECharacteristicValueChange'>;
|
|
1461
|
+
/**
|
|
1462
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_onBLEConnectionStateChanged
|
|
1463
|
+
* @support
|
|
1464
|
+
* | Platform | Apps |
|
|
1465
|
+
* | ------------- | -------- |
|
|
1466
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1467
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1468
|
+
* | web | |
|
|
1469
|
+
*/
|
|
1470
|
+
export declare const onBLEConnectionStateChanged: PickMPAttr<'onBLEConnectionStateChanged'>;
|
|
1471
|
+
/**
|
|
1472
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_onBluetoothAdapterStateChange
|
|
1473
|
+
* @support
|
|
1474
|
+
* | Platform | Apps |
|
|
1475
|
+
* | ------------- | -------- |
|
|
1476
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1477
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1478
|
+
* | web | |
|
|
1479
|
+
*/
|
|
1480
|
+
export declare const onBluetoothAdapterStateChange: PickMPAttr<'onBluetoothAdapterStateChange'>;
|
|
1481
|
+
/**
|
|
1482
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_onBluetoothDeviceFound
|
|
1483
|
+
* @support
|
|
1484
|
+
* | Platform | Apps |
|
|
1485
|
+
* | ------------- | -------- |
|
|
1486
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1487
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1488
|
+
* | web | |
|
|
1489
|
+
*/
|
|
1490
|
+
export declare const onBluetoothDeviceFound: PickMPAttr<'onBluetoothDeviceFound'>;
|
|
1491
|
+
/**
|
|
1492
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Compass_onCompassChange
|
|
1493
|
+
* @support
|
|
1494
|
+
* | Platform | Apps |
|
|
1495
|
+
* | ------------- | -------- |
|
|
1496
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1497
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1498
|
+
*/
|
|
1499
|
+
export declare const onCompassChange: PickMPAttr<'onCompassChange'>;
|
|
1500
|
+
/**
|
|
1501
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Memory-Warning_onMemoryWarning
|
|
1502
|
+
* @support
|
|
1503
|
+
* | Platform | Apps |
|
|
1504
|
+
* | ------------- | -------- |
|
|
1505
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1506
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1507
|
+
*/
|
|
1508
|
+
export declare const onMemoryWarning: PickMPAttr<'onMemoryWarning'>;
|
|
1509
|
+
/**
|
|
1510
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_onSocketClose
|
|
1511
|
+
* @support
|
|
1512
|
+
* | Platform | Apps |
|
|
1513
|
+
* | ------------- | -------- |
|
|
1514
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1515
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1516
|
+
* | web | |
|
|
1517
|
+
*/
|
|
1518
|
+
export declare const onSocketClose: PickMPAttr<'onSocketClose'>;
|
|
1519
|
+
/**
|
|
1520
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_onSocketError
|
|
1521
|
+
* @support
|
|
1522
|
+
* | Platform | Apps |
|
|
1523
|
+
* | ------------- | -------- |
|
|
1524
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1525
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1526
|
+
* | web | |
|
|
1527
|
+
*/
|
|
1528
|
+
export declare const onSocketError: PickMPAttr<'onSocketError'>;
|
|
1529
|
+
/**
|
|
1530
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_onSocketMessage
|
|
1531
|
+
* @support
|
|
1532
|
+
* | Platform | Apps |
|
|
1533
|
+
* | ------------- | -------- |
|
|
1534
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1535
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1536
|
+
* | web | |
|
|
1537
|
+
*/
|
|
1538
|
+
export declare const onSocketMessage: PickMPAttr<'onSocketMessage'>;
|
|
1539
|
+
/**
|
|
1540
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_onSocketOpen
|
|
1541
|
+
* @support
|
|
1542
|
+
* | Platform | Apps |
|
|
1543
|
+
* | ------------- | -------- |
|
|
1544
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1545
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1546
|
+
* | web | |
|
|
1547
|
+
*/
|
|
1548
|
+
export declare const onSocketOpen: PickMPAttr<'onSocketOpen'>;
|
|
1549
|
+
/**
|
|
1550
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Capture_onUserCaptureScreen
|
|
1551
|
+
* @support
|
|
1552
|
+
* | Platform | Apps |
|
|
1553
|
+
* | ------------- | -------- |
|
|
1554
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1555
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1556
|
+
* | web | |
|
|
1557
|
+
*/
|
|
1558
|
+
export declare const onUserCaptureScreen: PickMPAttr<'onUserCaptureScreen'>;
|
|
1559
|
+
/**
|
|
1560
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_openBluetoothAdapter
|
|
1561
|
+
* @support
|
|
1562
|
+
* | Platform | Apps |
|
|
1563
|
+
* | ------------- | -------- |
|
|
1564
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1565
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1566
|
+
* | web | |
|
|
1567
|
+
*/
|
|
1568
|
+
export declare const openBluetoothAdapter: PickMPAttr<'openBluetoothAdapter'>;
|
|
1569
|
+
/**
|
|
1570
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_openBluetoothAdapter
|
|
1571
|
+
* @support
|
|
1572
|
+
* | Platform | Apps |
|
|
1573
|
+
* | ------------- | -------- |
|
|
1574
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1575
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1576
|
+
* | web | |
|
|
1577
|
+
*/
|
|
1578
|
+
export declare const openBluetoothAdapterAsync: (args?: Omit<AsyncCallback<any>, "success" | "fail" | "complete"> | undefined) => Promise<any>;
|
|
1579
|
+
/**
|
|
1580
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/api_file_myopendocument
|
|
1581
|
+
* @support
|
|
1582
|
+
* | Platform | Apps |
|
|
1583
|
+
* | ------------- | -------- |
|
|
1584
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1585
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1586
|
+
* | web | demo,alipay |
|
|
1587
|
+
*/
|
|
1588
|
+
export declare const openDocument: PickMPAttr<'openDocument'>;
|
|
1589
|
+
/**
|
|
1590
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/api_file_myopendocument
|
|
1591
|
+
* @support
|
|
1592
|
+
* | Platform | Apps |
|
|
1593
|
+
* | ------------- | -------- |
|
|
1594
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1595
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1596
|
+
* | web | demo,alipay |
|
|
1597
|
+
*/
|
|
1598
|
+
export declare const openDocumentAsync: (args?: Omit<{
|
|
1599
|
+
filePath: string;
|
|
1600
|
+
fileType: string;
|
|
1601
|
+
} & AsyncCallback<any>, "success" | "fail" | "complete"> | undefined) => Promise<any>;
|
|
1602
|
+
/**
|
|
1603
|
+
* @support
|
|
1604
|
+
* | Platform | Apps |
|
|
1605
|
+
* | ------------- | -------- |
|
|
1606
|
+
* | mp | demo |
|
|
1607
|
+
* | mp_web | demo |
|
|
1608
|
+
* | web | demo |
|
|
1609
|
+
*/
|
|
1610
|
+
export declare const openSchemeWithBacking: PickMPAttr<'openSchemeWithBacking'>;
|
|
1611
|
+
/**
|
|
1612
|
+
* @support
|
|
1613
|
+
* | Platform | Apps |
|
|
1614
|
+
* | ------------- | -------- |
|
|
1615
|
+
* | mp | demo |
|
|
1616
|
+
* | mp_web | demo |
|
|
1617
|
+
* | web | demo |
|
|
1618
|
+
*/
|
|
1619
|
+
export declare const openSchemeWithBackingAsync: (args?: Omit<any, "success" | "fail" | "complete"> | undefined) => Promise<unknown>;
|
|
1620
|
+
/**
|
|
1621
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Setting_openSetting
|
|
1622
|
+
* @support
|
|
1623
|
+
* | Platform | Apps |
|
|
1624
|
+
* | ------------- | -------- |
|
|
1625
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1626
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1627
|
+
* | web | demo,alipay |
|
|
1628
|
+
*/
|
|
1629
|
+
export declare const openSetting: PickMPAttr<'openSetting'>;
|
|
1630
|
+
/**
|
|
1631
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Setting_openSetting
|
|
1632
|
+
* @support
|
|
1633
|
+
* | Platform | Apps |
|
|
1634
|
+
* | ------------- | -------- |
|
|
1635
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1636
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1637
|
+
* | web | demo,alipay |
|
|
1638
|
+
*/
|
|
1639
|
+
export declare const openSettingAsync: (args?: Omit<import("@hylid/call/lib/promisify").Options, "success" | "fail" | "complete"> | undefined) => Promise<any>;
|
|
1640
|
+
/**
|
|
1641
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Scroll_pageScrollTo
|
|
1642
|
+
* @support
|
|
1643
|
+
* | Platform | Apps |
|
|
1644
|
+
* | ------------- | -------- |
|
|
1645
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1646
|
+
* | web | h5 |
|
|
1647
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1648
|
+
*/
|
|
1649
|
+
export declare const pageScrollTo: PickMPAttr<'pageScrollTo'>;
|
|
1650
|
+
/**
|
|
1651
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Scroll_pageScrollTo
|
|
1652
|
+
* @support
|
|
1653
|
+
* | Platform | Apps |
|
|
1654
|
+
* | ------------- | -------- |
|
|
1655
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1656
|
+
* | web | h5 |
|
|
1657
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1658
|
+
*/
|
|
1659
|
+
export declare const pageScrollToAsync: (args?: Omit<PageScrollToArgs, "success" | "fail" | "complete"> | undefined) => Promise<undefined>;
|
|
1660
|
+
/**
|
|
1661
|
+
* @support
|
|
1662
|
+
* | Platform | Apps |
|
|
1663
|
+
* | ------------- | -------- |
|
|
1664
|
+
* | mp | demo |
|
|
1665
|
+
* | mp_web | demo |
|
|
1666
|
+
*/
|
|
1667
|
+
export declare const paySignCenter: PickMPAttr<'paySignCenter'>;
|
|
1668
|
+
/**
|
|
1669
|
+
* @support
|
|
1670
|
+
* | Platform | Apps |
|
|
1671
|
+
* | ------------- | -------- |
|
|
1672
|
+
* | mp | demo |
|
|
1673
|
+
* | mp_web | demo |
|
|
1674
|
+
*/
|
|
1675
|
+
export declare const paySignCenterAsync: (args?: Omit<any, "success" | "fail" | "complete"> | undefined) => Promise<unknown>;
|
|
1676
|
+
/**
|
|
1677
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Media_Image_previewImage
|
|
1678
|
+
* @support
|
|
1679
|
+
* | Platform | Apps |
|
|
1680
|
+
* | ------------- | -------- |
|
|
1681
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1682
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1683
|
+
* | web | demo,alipay |
|
|
1684
|
+
*/
|
|
1685
|
+
export declare const previewImage: PickMPAttr<'previewImage'>;
|
|
1686
|
+
/**
|
|
1687
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Media_Image_previewImage
|
|
1688
|
+
* @support
|
|
1689
|
+
* | Platform | Apps |
|
|
1690
|
+
* | ------------- | -------- |
|
|
1691
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1692
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1693
|
+
* | web | demo,alipay |
|
|
1694
|
+
*/
|
|
1695
|
+
export declare const previewImageAsync: (args?: Omit<PreviewImageArgs, "success" | "fail" | "complete"> | undefined) => Promise<undefined>;
|
|
1696
|
+
/**
|
|
1697
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Feedback_prompt
|
|
1698
|
+
* @support
|
|
1699
|
+
* | Platform | Apps |
|
|
1700
|
+
* | ------------- | -------- |
|
|
1701
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1702
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1703
|
+
* | web | demo,alipay,tngdh5ng |
|
|
1704
|
+
*/
|
|
1705
|
+
export declare const prompt: PickMPAttr<'prompt'>;
|
|
1706
|
+
/**
|
|
1707
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Feedback_prompt
|
|
1708
|
+
* @support
|
|
1709
|
+
* | Platform | Apps |
|
|
1710
|
+
* | ------------- | -------- |
|
|
1711
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1712
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1713
|
+
* | web | demo,alipay,tngdh5ng |
|
|
1714
|
+
*/
|
|
1715
|
+
export declare const promptAsync: (args?: Omit<PromptArgs, "success" | "fail" | "complete"> | undefined) => Promise<PromptCallbackValue>;
|
|
1716
|
+
/**
|
|
1717
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_readBLECharacteristicValue
|
|
1718
|
+
* @support
|
|
1719
|
+
* | Platform | Apps |
|
|
1720
|
+
* | ------------- | -------- |
|
|
1721
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1722
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1723
|
+
* | web | |
|
|
1724
|
+
*/
|
|
1725
|
+
export declare const readBLECharacteristicValue: PickMPAttr<'readBLECharacteristicValue'>;
|
|
1726
|
+
/**
|
|
1727
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_readBLECharacteristicValue
|
|
1728
|
+
* @support
|
|
1729
|
+
* | Platform | Apps |
|
|
1730
|
+
* | ------------- | -------- |
|
|
1731
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1732
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1733
|
+
* | web | |
|
|
1734
|
+
*/
|
|
1735
|
+
export declare const readBLECharacteristicValueAsync: (args?: Omit<ReadBLECharacteristicValueArgs, "success" | "fail" | "complete"> | undefined) => Promise<{
|
|
1736
|
+
characteristic: {
|
|
1737
|
+
characteristicId: string;
|
|
1738
|
+
serviceId: string;
|
|
1739
|
+
value: string;
|
|
1740
|
+
};
|
|
1741
|
+
}>;
|
|
1742
|
+
/**
|
|
1743
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Route_redirectTo
|
|
1744
|
+
* @support
|
|
1745
|
+
* | Platform | Apps |
|
|
1746
|
+
* | ------------- | -------- |
|
|
1747
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1748
|
+
* | web | alipay,demo,h5 |
|
|
1749
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1750
|
+
*/
|
|
1751
|
+
export declare const redirectTo: PickMPAttr<'redirectTo'>;
|
|
1752
|
+
/**
|
|
1753
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Route_redirectTo
|
|
1754
|
+
* @support
|
|
1755
|
+
* | Platform | Apps |
|
|
1756
|
+
* | ------------- | -------- |
|
|
1757
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1758
|
+
* | web | alipay,demo,h5 |
|
|
1759
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1760
|
+
*/
|
|
1761
|
+
export declare const redirectToAsync: (args?: Omit<RedirectToArgs, "success" | "fail" | "complete"> | undefined) => Promise<undefined>;
|
|
1762
|
+
/**
|
|
1763
|
+
* @support
|
|
1764
|
+
* | Platform | Apps |
|
|
1765
|
+
* | ------------- | -------- |
|
|
1766
|
+
* | mp | demo |
|
|
1767
|
+
* | mp_web | demo |
|
|
1768
|
+
* | web | demo |
|
|
1769
|
+
*/
|
|
1770
|
+
export declare const regionFetchAllApps: PickMPAttr<'regionFetchAllApps'>;
|
|
1771
|
+
/**
|
|
1772
|
+
* @support
|
|
1773
|
+
* | Platform | Apps |
|
|
1774
|
+
* | ------------- | -------- |
|
|
1775
|
+
* | mp | demo |
|
|
1776
|
+
* | mp_web | demo |
|
|
1777
|
+
* | web | demo |
|
|
1778
|
+
*/
|
|
1779
|
+
export declare const regionFetchAllAppsAsync: (args?: Omit<any, "success" | "fail" | "complete"> | undefined) => Promise<unknown>;
|
|
1780
|
+
/**
|
|
1781
|
+
* @support
|
|
1782
|
+
* | Platform | Apps |
|
|
1783
|
+
* | ------------- | -------- |
|
|
1784
|
+
* | mp | demo |
|
|
1785
|
+
* | mp_web | demo |
|
|
1786
|
+
* | web | demo |
|
|
1787
|
+
*/
|
|
1788
|
+
export declare const regionSearchAppsByKeywords: PickMPAttr<'regionSearchAppsByKeywords'>;
|
|
1789
|
+
/**
|
|
1790
|
+
* @support
|
|
1791
|
+
* | Platform | Apps |
|
|
1792
|
+
* | ------------- | -------- |
|
|
1793
|
+
* | mp | demo |
|
|
1794
|
+
* | mp_web | demo |
|
|
1795
|
+
* | web | demo |
|
|
1796
|
+
*/
|
|
1797
|
+
export declare const regionSearchAppsByKeywordsAsync: (args?: Omit<any, "success" | "fail" | "complete"> | undefined) => Promise<unknown>;
|
|
1798
|
+
/**
|
|
1799
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Route_reLaunch
|
|
1800
|
+
* @support
|
|
1801
|
+
* | Platform | Apps |
|
|
1802
|
+
* | ------------- | -------- |
|
|
1803
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1804
|
+
* | web | |
|
|
1805
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1806
|
+
*/
|
|
1807
|
+
export declare const reLaunch: PickMPAttr<'reLaunch'>;
|
|
1808
|
+
/**
|
|
1809
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Route_reLaunch
|
|
1810
|
+
* @support
|
|
1811
|
+
* | Platform | Apps |
|
|
1812
|
+
* | ------------- | -------- |
|
|
1813
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1814
|
+
* | web | |
|
|
1815
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1816
|
+
*/
|
|
1817
|
+
export declare const reLaunchAsync: (args?: Omit<ReLaunchArgs, "success" | "fail" | "complete"> | undefined) => Promise<undefined>;
|
|
1818
|
+
/**
|
|
1819
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_File_removeSavedFile
|
|
1820
|
+
* @support
|
|
1821
|
+
* | Platform | Apps |
|
|
1822
|
+
* | ------------- | -------- |
|
|
1823
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1824
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1825
|
+
* | web | demo,alipay |
|
|
1826
|
+
*/
|
|
1827
|
+
export declare const removeSavedFile: PickMPAttr<'removeSavedFile'>;
|
|
1828
|
+
/**
|
|
1829
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_File_removeSavedFile
|
|
1830
|
+
* @support
|
|
1831
|
+
* | Platform | Apps |
|
|
1832
|
+
* | ------------- | -------- |
|
|
1833
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1834
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1835
|
+
* | web | demo,alipay |
|
|
1836
|
+
*/
|
|
1837
|
+
export declare const removeSavedFileAsync: (args?: Omit<RemoveSavedFileArgs, "success" | "fail" | "complete"> | undefined) => Promise<void>;
|
|
1838
|
+
/**
|
|
1839
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Storage_removeStorage
|
|
1840
|
+
* @support
|
|
1841
|
+
* | Platform | Apps |
|
|
1842
|
+
* | ------------- | -------- |
|
|
1843
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1844
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1845
|
+
* | web | demo,alipay,h5 |
|
|
1846
|
+
*/
|
|
1847
|
+
export declare const removeStorage: PickMPAttr<'removeStorage'>;
|
|
1848
|
+
/**
|
|
1849
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Storage_removeStorage
|
|
1850
|
+
* @support
|
|
1851
|
+
* | Platform | Apps |
|
|
1852
|
+
* | ------------- | -------- |
|
|
1853
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1854
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1855
|
+
* | web | demo,alipay,h5 |
|
|
1856
|
+
*/
|
|
1857
|
+
export declare const removeStorageAsync: (args?: Omit<RemoveStorageArgs, "success" | "fail" | "complete"> | undefined) => Promise<undefined>;
|
|
1858
|
+
/**
|
|
1859
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Storage_removeStorageSync
|
|
1860
|
+
* @support
|
|
1861
|
+
* | Platform | Apps |
|
|
1862
|
+
* | ------------- | -------- |
|
|
1863
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1864
|
+
* | web | h5 |
|
|
1865
|
+
*/
|
|
1866
|
+
export declare const removeStorageSync: PickMPAttr<'removeStorageSync'>;
|
|
1867
|
+
/**
|
|
1868
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_request
|
|
1869
|
+
* @support
|
|
1870
|
+
* | Platform | Apps |
|
|
1871
|
+
* | ------------- | -------- |
|
|
1872
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1873
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney,toss,mpay |
|
|
1874
|
+
* | web | demo,alipay,h5 |
|
|
1875
|
+
*/
|
|
1876
|
+
export declare const request: PickMPAttr<'request'>;
|
|
1877
|
+
/**
|
|
1878
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_request
|
|
1879
|
+
* @support
|
|
1880
|
+
* | Platform | Apps |
|
|
1881
|
+
* | ------------- | -------- |
|
|
1882
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1883
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney,toss,mpay |
|
|
1884
|
+
* | web | demo,alipay,h5 |
|
|
1885
|
+
*/
|
|
1886
|
+
export declare const requestAsync: (args?: Omit<{
|
|
1887
|
+
url: string;
|
|
1888
|
+
headers?: {
|
|
1889
|
+
[key: string]: string;
|
|
1890
|
+
} | undefined;
|
|
1891
|
+
method?: "POST" | "GET" | undefined;
|
|
1892
|
+
data?: any;
|
|
1893
|
+
timeout?: number | undefined;
|
|
1894
|
+
dataType?: "json" | "text" | "base64" | "arraybuffer" | undefined;
|
|
1895
|
+
} & AsyncCallback<{
|
|
1896
|
+
data: any;
|
|
1897
|
+
status: number;
|
|
1898
|
+
headers: any;
|
|
1899
|
+
}>, "success" | "fail" | "complete"> | undefined) => Promise<{
|
|
1900
|
+
data: any;
|
|
1901
|
+
status: number;
|
|
1902
|
+
headers: any;
|
|
1903
|
+
}>;
|
|
1904
|
+
/**
|
|
1905
|
+
* @support
|
|
1906
|
+
* | Platform | Apps |
|
|
1907
|
+
* | ------------- | -------- |
|
|
1908
|
+
* | mp | alipay,demo |
|
|
1909
|
+
* | mp_web | alipay,demo |
|
|
1910
|
+
* | web | alipay,demo,h5 |
|
|
1911
|
+
*/
|
|
1912
|
+
export declare const rpc: PickMPAttr<'rpc'>;
|
|
1913
|
+
/**
|
|
1914
|
+
* @support
|
|
1915
|
+
* | Platform | Apps |
|
|
1916
|
+
* | ------------- | -------- |
|
|
1917
|
+
* | mp | alipay,demo |
|
|
1918
|
+
* | mp_web | alipay,demo |
|
|
1919
|
+
* | web | alipay,demo,h5 |
|
|
1920
|
+
*/
|
|
1921
|
+
export declare const rpcAsync: (args?: Omit<import("@hylid/types").IRPCArgs & AsyncCallback<{
|
|
1922
|
+
headers: Record<string, string>;
|
|
1923
|
+
resData: object;
|
|
1924
|
+
}>, "success" | "fail" | "complete"> | undefined) => Promise<{
|
|
1925
|
+
headers: Record<string, string>;
|
|
1926
|
+
resData: object;
|
|
1927
|
+
}>;
|
|
1928
|
+
/**
|
|
1929
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_File_saveFile
|
|
1930
|
+
* @support
|
|
1931
|
+
* | Platform | Apps |
|
|
1932
|
+
* | ------------- | -------- |
|
|
1933
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1934
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1935
|
+
* | web | demo,alipay |
|
|
1936
|
+
*/
|
|
1937
|
+
export declare const saveFile: PickMPAttr<'saveFile'>;
|
|
1938
|
+
/**
|
|
1939
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_File_saveFile
|
|
1940
|
+
* @support
|
|
1941
|
+
* | Platform | Apps |
|
|
1942
|
+
* | ------------- | -------- |
|
|
1943
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1944
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1945
|
+
* | web | demo,alipay |
|
|
1946
|
+
*/
|
|
1947
|
+
export declare const saveFileAsync: (args?: Omit<SaveFileArgs, "success" | "fail" | "complete"> | undefined) => Promise<{
|
|
1948
|
+
apFilePath: string;
|
|
1949
|
+
}>;
|
|
1950
|
+
/**
|
|
1951
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Media_Image_saveImage
|
|
1952
|
+
* @support
|
|
1953
|
+
* | Platform | Apps |
|
|
1954
|
+
* | ------------- | -------- |
|
|
1955
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1956
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1957
|
+
* | web | demo,alipay |
|
|
1958
|
+
*/
|
|
1959
|
+
export declare const saveImage: PickMPAttr<'saveImage'>;
|
|
1960
|
+
/**
|
|
1961
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Media_Image_saveImage
|
|
1962
|
+
* @support
|
|
1963
|
+
* | Platform | Apps |
|
|
1964
|
+
* | ------------- | -------- |
|
|
1965
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1966
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1967
|
+
* | web | demo,alipay |
|
|
1968
|
+
*/
|
|
1969
|
+
export declare const saveImageAsync: (args?: Omit<SaveImageArgs, "success" | "fail" | "complete"> | undefined) => Promise<undefined>;
|
|
1970
|
+
/**
|
|
1971
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Scan_scan
|
|
1972
|
+
* @support
|
|
1973
|
+
* | Platform | Apps |
|
|
1974
|
+
* | ------------- | -------- |
|
|
1975
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1976
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1977
|
+
* | web | demo,alipay |
|
|
1978
|
+
*/
|
|
1979
|
+
export declare const scan: PickMPAttr<'scan'>;
|
|
1980
|
+
/**
|
|
1981
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Scan_scan
|
|
1982
|
+
* @support
|
|
1983
|
+
* | Platform | Apps |
|
|
1984
|
+
* | ------------- | -------- |
|
|
1985
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1986
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1987
|
+
* | web | demo,alipay |
|
|
1988
|
+
*/
|
|
1989
|
+
export declare const scanAsync: (args?: Omit<ScanArgs, "success" | "fail" | "complete"> | undefined) => Promise<ScanCallbackValue>;
|
|
1990
|
+
/**
|
|
1991
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_sendSocketMessage
|
|
1992
|
+
* @support
|
|
1993
|
+
* | Platform | Apps |
|
|
1994
|
+
* | ------------- | -------- |
|
|
1995
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1996
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
1997
|
+
* | web | |
|
|
1998
|
+
*/
|
|
1999
|
+
export declare const sendSocketMessage: PickMPAttr<'sendSocketMessage'>;
|
|
2000
|
+
/**
|
|
2001
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_sendSocketMessage
|
|
2002
|
+
* @support
|
|
2003
|
+
* | Platform | Apps |
|
|
2004
|
+
* | ------------- | -------- |
|
|
2005
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2006
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2007
|
+
* | web | |
|
|
2008
|
+
*/
|
|
2009
|
+
export declare const sendSocketMessageAsync: (args?: Omit<import("@hylid/call/lib/promisify").Options, "success" | "fail" | "complete"> | undefined) => Promise<any>;
|
|
2010
|
+
/**
|
|
2011
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Set-Background_setBackgroundColor
|
|
2012
|
+
* @support
|
|
2013
|
+
* | Platform | Apps |
|
|
2014
|
+
* | ------------- | -------- |
|
|
2015
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2016
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2017
|
+
*/
|
|
2018
|
+
export declare const setBackgroundColor: PickMPAttr<'setBackgroundColor'>;
|
|
2019
|
+
/**
|
|
2020
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Set-Background_setBackgroundColor
|
|
2021
|
+
* @support
|
|
2022
|
+
* | Platform | Apps |
|
|
2023
|
+
* | ------------- | -------- |
|
|
2024
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2025
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2026
|
+
*/
|
|
2027
|
+
export declare const setBackgroundColorAsync: (args?: Omit<SetBackgroundColorArgs, "success" | "fail" | "complete"> | undefined) => Promise<undefined>;
|
|
2028
|
+
/**
|
|
2029
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Set-Pulldown_setCanPullDown
|
|
2030
|
+
* @support
|
|
2031
|
+
* | Platform | Apps |
|
|
2032
|
+
* | ------------- | -------- |
|
|
2033
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2034
|
+
* | web | |
|
|
2035
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2036
|
+
*/
|
|
2037
|
+
export declare const setCanPullDown: PickMPAttr<'setCanPullDown'>;
|
|
2038
|
+
/**
|
|
2039
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Clipboard_setClipboard
|
|
2040
|
+
* @support
|
|
2041
|
+
* | Platform | Apps |
|
|
2042
|
+
* | ------------- | -------- |
|
|
2043
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2044
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2045
|
+
* | web | demo,alipay,h5,tngdh5ng |
|
|
2046
|
+
*/
|
|
2047
|
+
export declare const setClipboard: PickMPAttr<'setClipboard'>;
|
|
2048
|
+
/**
|
|
2049
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Clipboard_setClipboard
|
|
2050
|
+
* @support
|
|
2051
|
+
* | Platform | Apps |
|
|
2052
|
+
* | ------------- | -------- |
|
|
2053
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2054
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2055
|
+
* | web | demo,alipay,h5,tngdh5ng |
|
|
2056
|
+
*/
|
|
2057
|
+
export declare const setClipboardAsync: (args?: Omit<SetClipboardArgs, "success" | "fail" | "complete"> | undefined) => Promise<undefined>;
|
|
2058
|
+
/**
|
|
2059
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Screen_setKeepScreenOn
|
|
2060
|
+
* @support
|
|
2061
|
+
* | Platform | Apps |
|
|
2062
|
+
* | ------------- | -------- |
|
|
2063
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2064
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2065
|
+
* | web | demo,alipay |
|
|
2066
|
+
*/
|
|
2067
|
+
export declare const setKeepScreenOn: PickMPAttr<'setKeepScreenOn'>;
|
|
2068
|
+
/**
|
|
2069
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Screen_setKeepScreenOn
|
|
2070
|
+
* @support
|
|
2071
|
+
* | Platform | Apps |
|
|
2072
|
+
* | ------------- | -------- |
|
|
2073
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2074
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2075
|
+
* | web | demo,alipay |
|
|
2076
|
+
*/
|
|
2077
|
+
export declare const setKeepScreenOnAsync: (args?: Omit<SetKeepScreenOnArgs, "success" | "fail" | "complete"> | undefined) => Promise<undefined>;
|
|
2078
|
+
/**
|
|
2079
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_NavigationBar_setNavigationBar
|
|
2080
|
+
* @support
|
|
2081
|
+
* | Platform | Apps |
|
|
2082
|
+
* | ------------- | -------- |
|
|
2083
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2084
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2085
|
+
* | web | demo,alipay,h5,tngdh5ng |
|
|
2086
|
+
*/
|
|
2087
|
+
export declare const setNavigationBar: PickMPAttr<'setNavigationBar'>;
|
|
2088
|
+
/**
|
|
2089
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_NavigationBar_setNavigationBar
|
|
2090
|
+
* @support
|
|
2091
|
+
* | Platform | Apps |
|
|
2092
|
+
* | ------------- | -------- |
|
|
2093
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2094
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2095
|
+
* | web | demo,alipay,h5,tngdh5ng |
|
|
2096
|
+
*/
|
|
2097
|
+
export declare const setNavigationBarAsync: (args?: Omit<SetNavigationBarArgs, "success" | "fail" | "complete"> | undefined) => Promise<undefined>;
|
|
2098
|
+
/**
|
|
2099
|
+
* @support
|
|
2100
|
+
* | Platform | Apps |
|
|
2101
|
+
* | ------------- | -------- |
|
|
2102
|
+
* | mp | demo |
|
|
2103
|
+
* | mp_web | demo,alipay |
|
|
2104
|
+
*/
|
|
2105
|
+
export declare const setOptionMenu: PickMPAttr<'setOptionMenu'>;
|
|
2106
|
+
/**
|
|
2107
|
+
* @support
|
|
2108
|
+
* | Platform | Apps |
|
|
2109
|
+
* | ------------- | -------- |
|
|
2110
|
+
* | mp | demo |
|
|
2111
|
+
* | mp_web | demo,alipay |
|
|
2112
|
+
*/
|
|
2113
|
+
export declare const setOptionMenuAsync: (args?: Omit<import("@hylid/call/lib/promisify").Options, "success" | "fail" | "complete"> | undefined) => Promise<any>;
|
|
2114
|
+
/**
|
|
2115
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Screen_setScreenBrightness
|
|
2116
|
+
* @support
|
|
2117
|
+
* | Platform | Apps |
|
|
2118
|
+
* | ------------- | -------- |
|
|
2119
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2120
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2121
|
+
* | web | demo,alipay |
|
|
2122
|
+
*/
|
|
2123
|
+
export declare const setScreenBrightness: PickMPAttr<'setScreenBrightness'>;
|
|
2124
|
+
/**
|
|
2125
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Screen_setScreenBrightness
|
|
2126
|
+
* @support
|
|
2127
|
+
* | Platform | Apps |
|
|
2128
|
+
* | ------------- | -------- |
|
|
2129
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2130
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2131
|
+
* | web | demo,alipay |
|
|
2132
|
+
*/
|
|
2133
|
+
export declare const setScreenBrightnessAsync: (args?: Omit<SetScreenBrightnessArgs, "success" | "fail" | "complete"> | undefined) => Promise<undefined>;
|
|
2134
|
+
/**
|
|
2135
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Storage_setStorage
|
|
2136
|
+
* @support
|
|
2137
|
+
* | Platform | Apps |
|
|
2138
|
+
* | ------------- | -------- |
|
|
2139
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2140
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney,toss,mpay |
|
|
2141
|
+
* | web | demo,alipay,h5 |
|
|
2142
|
+
*/
|
|
2143
|
+
export declare const setStorage: PickMPAttr<'setStorage'>;
|
|
2144
|
+
/**
|
|
2145
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Storage_setStorage
|
|
2146
|
+
* @support
|
|
2147
|
+
* | Platform | Apps |
|
|
2148
|
+
* | ------------- | -------- |
|
|
2149
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2150
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney,toss,mpay |
|
|
2151
|
+
* | web | demo,alipay,h5 |
|
|
2152
|
+
*/
|
|
2153
|
+
export declare const setStorageAsync: (args?: Omit<SetStorage, "success" | "fail" | "complete"> | undefined) => Promise<undefined>;
|
|
2154
|
+
/**
|
|
2155
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Storage_setStorageSync
|
|
2156
|
+
* @support
|
|
2157
|
+
* | Platform | Apps |
|
|
2158
|
+
* | ------------- | -------- |
|
|
2159
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2160
|
+
* | web | h5 |
|
|
2161
|
+
*/
|
|
2162
|
+
export declare const setStorageSync: PickMPAttr<'setStorageSync'>;
|
|
2163
|
+
/**
|
|
2164
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_TabBar_setTabBarStyle
|
|
2165
|
+
* @support
|
|
2166
|
+
* | Platform | Apps |
|
|
2167
|
+
* | ------------- | -------- |
|
|
2168
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2169
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2170
|
+
* | web | |
|
|
2171
|
+
*/
|
|
2172
|
+
export declare const setTabBarStyle: PickMPAttr<'setTabBarStyle'>;
|
|
2173
|
+
/**
|
|
2174
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_TabBar_setTabBarStyle
|
|
2175
|
+
* @support
|
|
2176
|
+
* | Platform | Apps |
|
|
2177
|
+
* | ------------- | -------- |
|
|
2178
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2179
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2180
|
+
* | web | |
|
|
2181
|
+
*/
|
|
2182
|
+
export declare const setTabBarStyleAsync: (args?: Omit<SetTabBarStyleArgs, "success" | "fail" | "complete"> | undefined) => Promise<any>;
|
|
2183
|
+
/**
|
|
2184
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Feedback_showActionSheet
|
|
2185
|
+
* @support
|
|
2186
|
+
* | Platform | Apps |
|
|
2187
|
+
* | ------------- | -------- |
|
|
2188
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2189
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2190
|
+
* | web | demo,alipay |
|
|
2191
|
+
*/
|
|
2192
|
+
export declare const showActionSheet: PickMPAttr<'showActionSheet'>;
|
|
2193
|
+
/**
|
|
2194
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Feedback_showActionSheet
|
|
2195
|
+
* @support
|
|
2196
|
+
* | Platform | Apps |
|
|
2197
|
+
* | ------------- | -------- |
|
|
2198
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2199
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2200
|
+
* | web | demo,alipay |
|
|
2201
|
+
*/
|
|
2202
|
+
export declare const showActionSheetAsync: (args?: Omit<ShowActionSheetArgs, "success" | "fail" | "complete"> | undefined) => Promise<any>;
|
|
2203
|
+
/**
|
|
2204
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Permission_showAuthGuide
|
|
2205
|
+
* @support
|
|
2206
|
+
* | Platform | Apps |
|
|
2207
|
+
* | ------------- | -------- |
|
|
2208
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2209
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2210
|
+
* | web | demo,alipay |
|
|
2211
|
+
*/
|
|
2212
|
+
export declare const showAuthGuide: PickMPAttr<'showAuthGuide'>;
|
|
2213
|
+
/**
|
|
2214
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Permission_showAuthGuide
|
|
2215
|
+
* @support
|
|
2216
|
+
* | Platform | Apps |
|
|
2217
|
+
* | ------------- | -------- |
|
|
2218
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2219
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2220
|
+
* | web | demo,alipay |
|
|
2221
|
+
*/
|
|
2222
|
+
export declare const showAuthGuideAsync: (args?: Omit<ShowAuthGuideArgs, "success" | "fail" | "complete"> | undefined) => Promise<{
|
|
2223
|
+
shown: boolean;
|
|
2224
|
+
}>;
|
|
2225
|
+
/**
|
|
2226
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Feedback_showLoading
|
|
2227
|
+
* @support
|
|
2228
|
+
* | Platform | Apps |
|
|
2229
|
+
* | ------------- | -------- |
|
|
2230
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2231
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2232
|
+
* | web | demo,alipay,h5,tngdh5ng |
|
|
2233
|
+
*/
|
|
2234
|
+
export declare const showLoading: PickMPAttr<'showLoading'>;
|
|
2235
|
+
/**
|
|
2236
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Feedback_showLoading
|
|
2237
|
+
* @support
|
|
2238
|
+
* | Platform | Apps |
|
|
2239
|
+
* | ------------- | -------- |
|
|
2240
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2241
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2242
|
+
* | web | demo,alipay,h5,tngdh5ng |
|
|
2243
|
+
*/
|
|
2244
|
+
export declare const showLoadingAsync: (args?: Omit<import("@hylid/call/lib/promisify").Options, "success" | "fail" | "complete"> | undefined) => Promise<any>;
|
|
2245
|
+
/**
|
|
2246
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_NavigationBar_showNavigationBarLoading
|
|
2247
|
+
* @support
|
|
2248
|
+
* | Platform | Apps |
|
|
2249
|
+
* | ------------- | -------- |
|
|
2250
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2251
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2252
|
+
* | web | demo,alipay |
|
|
2253
|
+
*/
|
|
2254
|
+
export declare const showNavigationBarLoading: PickMPAttr<'showNavigationBarLoading'>;
|
|
2255
|
+
/**
|
|
2256
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_NavigationBar_showNavigationBarLoading
|
|
2257
|
+
* @support
|
|
2258
|
+
* | Platform | Apps |
|
|
2259
|
+
* | ------------- | -------- |
|
|
2260
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2261
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2262
|
+
* | web | demo,alipay |
|
|
2263
|
+
*/
|
|
2264
|
+
export declare const showNavigationBarLoadingAsync: (args?: Omit<import("@hylid/call/lib/promisify").Options, "success" | "fail" | "complete"> | undefined) => Promise<any>;
|
|
2265
|
+
/**
|
|
2266
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Feedback_showToast
|
|
2267
|
+
* @support
|
|
2268
|
+
* | Platform | Apps |
|
|
2269
|
+
* | ------------- | -------- |
|
|
2270
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney,wechat |
|
|
2271
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2272
|
+
* | web | demo,alipay,h5,tngdh5ng |
|
|
2273
|
+
*/
|
|
2274
|
+
export declare const showToast: PickMPAttr<'showToast'>;
|
|
2275
|
+
/**
|
|
2276
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Feedback_showToast
|
|
2277
|
+
* @support
|
|
2278
|
+
* | Platform | Apps |
|
|
2279
|
+
* | ------------- | -------- |
|
|
2280
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney,wechat |
|
|
2281
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2282
|
+
* | web | demo,alipay,h5,tngdh5ng |
|
|
2283
|
+
*/
|
|
2284
|
+
export declare const showToastAsync: (args?: Omit<import("@hylid/call/lib/promisify").Options, "success" | "fail" | "complete"> | undefined) => Promise<any>;
|
|
2285
|
+
/**
|
|
2286
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_OpenAPI_signContract
|
|
2287
|
+
* @support
|
|
2288
|
+
* | Platform | Apps |
|
|
2289
|
+
* | ------------- | -------- |
|
|
2290
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2291
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2292
|
+
* | web | demo,alipay |
|
|
2293
|
+
*/
|
|
2294
|
+
export declare const signContract: PickMPAttr<'signContract'>;
|
|
2295
|
+
/**
|
|
2296
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_OpenAPI_signContract
|
|
2297
|
+
* @support
|
|
2298
|
+
* | Platform | Apps |
|
|
2299
|
+
* | ------------- | -------- |
|
|
2300
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2301
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2302
|
+
* | web | demo,alipay |
|
|
2303
|
+
*/
|
|
2304
|
+
export declare const signContractAsync: (args?: Omit<SignContractArgs, "success" | "fail" | "complete"> | undefined) => Promise<{
|
|
2305
|
+
authState: string;
|
|
2306
|
+
authCode: string;
|
|
2307
|
+
}>;
|
|
2308
|
+
/**
|
|
2309
|
+
* @support
|
|
2310
|
+
* | Platform | Apps |
|
|
2311
|
+
* | ------------- | -------- |
|
|
2312
|
+
* | mp | demo |
|
|
2313
|
+
* | mp_web | demo |
|
|
2314
|
+
* | web | demo,alipay |
|
|
2315
|
+
*/
|
|
2316
|
+
export declare const startApp: PickMPAttr<'startApp'>;
|
|
2317
|
+
/**
|
|
2318
|
+
* @support
|
|
2319
|
+
* | Platform | Apps |
|
|
2320
|
+
* | ------------- | -------- |
|
|
2321
|
+
* | mp | demo |
|
|
2322
|
+
* | mp_web | demo |
|
|
2323
|
+
* | web | demo,alipay |
|
|
2324
|
+
*/
|
|
2325
|
+
export declare const startAppAsync: (args?: Omit<any, "success" | "fail" | "complete"> | undefined) => Promise<unknown>;
|
|
2326
|
+
/**
|
|
2327
|
+
* @support
|
|
2328
|
+
* | Platform | Apps |
|
|
2329
|
+
* | ------------- | -------- |
|
|
2330
|
+
* | mp | demo |
|
|
2331
|
+
* | mp_web | demo |
|
|
2332
|
+
* | web | demo |
|
|
2333
|
+
*/
|
|
2334
|
+
export declare const startBizService: PickMPAttr<'startBizService'>;
|
|
2335
|
+
/**
|
|
2336
|
+
* @support
|
|
2337
|
+
* | Platform | Apps |
|
|
2338
|
+
* | ------------- | -------- |
|
|
2339
|
+
* | mp | demo |
|
|
2340
|
+
* | mp_web | demo |
|
|
2341
|
+
* | web | demo |
|
|
2342
|
+
*/
|
|
2343
|
+
export declare const startBizServiceAsync: (args?: Omit<any, "success" | "fail" | "complete"> | undefined) => Promise<unknown>;
|
|
2344
|
+
/**
|
|
2345
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_startBluetoothDevicesDiscovery
|
|
2346
|
+
* @support
|
|
2347
|
+
* | Platform | Apps |
|
|
2348
|
+
* | ------------- | -------- |
|
|
2349
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2350
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2351
|
+
* | web | |
|
|
2352
|
+
*/
|
|
2353
|
+
export declare const startBluetoothDevicesDiscovery: PickMPAttr<'startBluetoothDevicesDiscovery'>;
|
|
2354
|
+
/**
|
|
2355
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_startBluetoothDevicesDiscovery
|
|
2356
|
+
* @support
|
|
2357
|
+
* | Platform | Apps |
|
|
2358
|
+
* | ------------- | -------- |
|
|
2359
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2360
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2361
|
+
* | web | |
|
|
2362
|
+
*/
|
|
2363
|
+
export declare const startBluetoothDevicesDiscoveryAsync: (args?: Omit<import("@hylid/call/lib/promisify").Options, "success" | "fail" | "complete"> | undefined) => Promise<any>;
|
|
2364
|
+
/**
|
|
2365
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Pulldown_startPullDownRefresh
|
|
2366
|
+
* @support
|
|
2367
|
+
* | Platform | Apps |
|
|
2368
|
+
* | ------------- | -------- |
|
|
2369
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2370
|
+
* | web | |
|
|
2371
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2372
|
+
*/
|
|
2373
|
+
export declare const startPullDownRefresh: PickMPAttr<'startPullDownRefresh'>;
|
|
2374
|
+
/**
|
|
2375
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Pulldown_startPullDownRefresh
|
|
2376
|
+
* @support
|
|
2377
|
+
* | Platform | Apps |
|
|
2378
|
+
* | ------------- | -------- |
|
|
2379
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2380
|
+
* | web | |
|
|
2381
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2382
|
+
*/
|
|
2383
|
+
export declare const startPullDownRefreshAsync: (args?: Omit<import("@hylid/call/lib/promisify").Options, "success" | "fail" | "complete"> | undefined) => Promise<any>;
|
|
2384
|
+
/**
|
|
2385
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_stopBluetoothDevicesDiscovery
|
|
2386
|
+
* @support
|
|
2387
|
+
* | Platform | Apps |
|
|
2388
|
+
* | ------------- | -------- |
|
|
2389
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2390
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2391
|
+
* | web | |
|
|
2392
|
+
*/
|
|
2393
|
+
export declare const stopBluetoothDevicesDiscovery: PickMPAttr<'stopBluetoothDevicesDiscovery'>;
|
|
2394
|
+
/**
|
|
2395
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_stopBluetoothDevicesDiscovery
|
|
2396
|
+
* @support
|
|
2397
|
+
* | Platform | Apps |
|
|
2398
|
+
* | ------------- | -------- |
|
|
2399
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2400
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2401
|
+
* | web | |
|
|
2402
|
+
*/
|
|
2403
|
+
export declare const stopBluetoothDevicesDiscoveryAsync: (args?: Omit<import("@hylid/call/lib/promisify").Options, "success" | "fail" | "complete"> | undefined) => Promise<any>;
|
|
2404
|
+
/**
|
|
2405
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Pulldown_stopPullDownRefresh
|
|
2406
|
+
* @support
|
|
2407
|
+
* | Platform | Apps |
|
|
2408
|
+
* | ------------- | -------- |
|
|
2409
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2410
|
+
* | web | |
|
|
2411
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2412
|
+
*/
|
|
2413
|
+
export declare const stopPullDownRefresh: PickMPAttr<'stopPullDownRefresh'>;
|
|
2414
|
+
/**
|
|
2415
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Pulldown_stopPullDownRefresh
|
|
2416
|
+
* @support
|
|
2417
|
+
* | Platform | Apps |
|
|
2418
|
+
* | ------------- | -------- |
|
|
2419
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2420
|
+
* | web | |
|
|
2421
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2422
|
+
*/
|
|
2423
|
+
export declare const stopPullDownRefreshAsync: (args?: Omit<import("@hylid/call/lib/promisify").Options, "success" | "fail" | "complete"> | undefined) => Promise<any>;
|
|
2424
|
+
/**
|
|
2425
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Route_switchTab
|
|
2426
|
+
* @support
|
|
2427
|
+
* | Platform | Apps |
|
|
2428
|
+
* | ------------- | -------- |
|
|
2429
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2430
|
+
* | web | |
|
|
2431
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2432
|
+
*/
|
|
2433
|
+
export declare const switchTab: PickMPAttr<'switchTab'>;
|
|
2434
|
+
/**
|
|
2435
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Route_switchTab
|
|
2436
|
+
* @support
|
|
2437
|
+
* | Platform | Apps |
|
|
2438
|
+
* | ------------- | -------- |
|
|
2439
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2440
|
+
* | web | |
|
|
2441
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2442
|
+
*/
|
|
2443
|
+
export declare const switchTabAsync: (args?: Omit<SwitchTabArgs, "success" | "fail" | "complete"> | undefined) => Promise<undefined>;
|
|
2444
|
+
/**
|
|
2445
|
+
* @support
|
|
2446
|
+
* | Platform | Apps |
|
|
2447
|
+
* | ------------- | -------- |
|
|
2448
|
+
* | mp | demo |
|
|
2449
|
+
* | mp_web | demo |
|
|
2450
|
+
* | web | demo |
|
|
2451
|
+
*/
|
|
2452
|
+
export declare const thirdPartyAuthForAc: PickMPAttr<'thirdPartyAuthForAc'>;
|
|
2453
|
+
/**
|
|
2454
|
+
* @support
|
|
2455
|
+
* | Platform | Apps |
|
|
2456
|
+
* | ------------- | -------- |
|
|
2457
|
+
* | mp | demo |
|
|
2458
|
+
* | mp_web | demo |
|
|
2459
|
+
* | web | demo |
|
|
2460
|
+
*/
|
|
2461
|
+
export declare const thirdPartyAuthForAcAsync: (args?: Omit<any, "success" | "fail" | "complete"> | undefined) => Promise<unknown>;
|
|
2462
|
+
/**
|
|
2463
|
+
* @notice tradePay 在国际小程序跨投到主站时,可以传参 flowType 指定调用 tradePayCrossApp。在国际钱包中,tradePay 直接透传参数。
|
|
2464
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_OpenAPI_tradePay
|
|
2465
|
+
* @support
|
|
2466
|
+
* | Platform | Apps |
|
|
2467
|
+
* | ------------- | -------- |
|
|
2468
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2469
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2470
|
+
* | web | demo,alipay |
|
|
2471
|
+
*/
|
|
2472
|
+
export declare const tradePay: PickMPAttr<'tradePay'>;
|
|
2473
|
+
/**
|
|
2474
|
+
* @notice tradePay 在国际小程序跨投到主站时,可以传参 flowType 指定调用 tradePayCrossApp。在国际钱包中,tradePay 直接透传参数。
|
|
2475
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_OpenAPI_tradePay
|
|
2476
|
+
* @support
|
|
2477
|
+
* | Platform | Apps |
|
|
2478
|
+
* | ------------- | -------- |
|
|
2479
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2480
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2481
|
+
* | web | demo,alipay |
|
|
2482
|
+
*/
|
|
2483
|
+
export declare const tradePayAsync: (args?: Omit<TradePayArgs, "success" | "fail" | "complete"> | undefined) => Promise<{
|
|
2484
|
+
resultCode: string;
|
|
2485
|
+
}>;
|
|
2486
|
+
/**
|
|
2487
|
+
* @notice 小程序跨投到主站专用的 JSAPI,国际容器不需要调用。能力已经被 tradePay 抹平,该 JSAPI 不需要再调用
|
|
2488
|
+
* @support
|
|
2489
|
+
* | Platform | Apps |
|
|
2490
|
+
* | ------------- | -------- |
|
|
2491
|
+
* | mp | alipay |
|
|
2492
|
+
* | mp_web | alipay |
|
|
2493
|
+
* | web | alipay |
|
|
2494
|
+
*/
|
|
2495
|
+
export declare const crossPay: PickMPAttr<'crossPay'>;
|
|
2496
|
+
/**
|
|
2497
|
+
* @notice 小程序跨投到主站专用的 JSAPI,国际容器不需要调用。能力已经被 tradePay 抹平,该 JSAPI 不需要再调用
|
|
2498
|
+
* @support
|
|
2499
|
+
* | Platform | Apps |
|
|
2500
|
+
* | ------------- | -------- |
|
|
2501
|
+
* | mp | alipay |
|
|
2502
|
+
* | mp_web | alipay |
|
|
2503
|
+
* | web | alipay |
|
|
2504
|
+
*/
|
|
2505
|
+
export declare const crossPayAsync: (args?: Omit<import("@hylid/call/lib/promisify").Options, "success" | "fail" | "complete"> | undefined) => Promise<any>;
|
|
2506
|
+
/**
|
|
2507
|
+
* @support
|
|
2508
|
+
* | Platform | Apps |
|
|
2509
|
+
* | ------------- | -------- |
|
|
2510
|
+
* | mp | demo |
|
|
2511
|
+
* | mp_web | demo |
|
|
2512
|
+
* | web | demo |
|
|
2513
|
+
*/
|
|
2514
|
+
export declare const uploadApdidToken: PickMPAttr<'uploadApdidToken'>;
|
|
2515
|
+
/**
|
|
2516
|
+
* @support
|
|
2517
|
+
* | Platform | Apps |
|
|
2518
|
+
* | ------------- | -------- |
|
|
2519
|
+
* | mp | demo |
|
|
2520
|
+
* | mp_web | demo |
|
|
2521
|
+
* | web | demo |
|
|
2522
|
+
*/
|
|
2523
|
+
export declare const uploadApdidTokenAsync: (args?: Omit<any, "success" | "fail" | "complete"> | undefined) => Promise<unknown>;
|
|
2524
|
+
/**
|
|
2525
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_uploadFile
|
|
2526
|
+
* @support
|
|
2527
|
+
* | Platform | Apps |
|
|
2528
|
+
* | ------------- | -------- |
|
|
2529
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2530
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2531
|
+
* | web | demo,alipay |
|
|
2532
|
+
*/
|
|
2533
|
+
export declare const uploadFile: PickMPAttr<'uploadFile'>;
|
|
2534
|
+
/**
|
|
2535
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_uploadFile
|
|
2536
|
+
* @support
|
|
2537
|
+
* | Platform | Apps |
|
|
2538
|
+
* | ------------- | -------- |
|
|
2539
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2540
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2541
|
+
* | web | demo,alipay |
|
|
2542
|
+
*/
|
|
2543
|
+
export declare const uploadFileAsync: (args?: Omit<UploadFileArgs, "success" | "fail" | "complete"> | undefined) => Promise<UploadFileCallbackValue>;
|
|
2544
|
+
/**
|
|
2545
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Vibrate_vibrate
|
|
2546
|
+
* @support
|
|
2547
|
+
* | Platform | Apps |
|
|
2548
|
+
* | ------------- | -------- |
|
|
2549
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2550
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2551
|
+
* | web | demo,alipay,tngdh5ng |
|
|
2552
|
+
*/
|
|
2553
|
+
export declare const vibrate: PickMPAttr<'vibrate'>;
|
|
2554
|
+
/**
|
|
2555
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Vibrate_vibrate
|
|
2556
|
+
* @support
|
|
2557
|
+
* | Platform | Apps |
|
|
2558
|
+
* | ------------- | -------- |
|
|
2559
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2560
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2561
|
+
* | web | demo,alipay,tngdh5ng |
|
|
2562
|
+
*/
|
|
2563
|
+
export declare const vibrateAsync: (args?: Omit<AsyncCallback<void>, "success" | "fail" | "complete"> | undefined) => Promise<void>;
|
|
2564
|
+
/**
|
|
2565
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Watch-Shake_watchShake
|
|
2566
|
+
* @support
|
|
2567
|
+
* | Platform | Apps |
|
|
2568
|
+
* | ------------- | -------- |
|
|
2569
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2570
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2571
|
+
*/
|
|
2572
|
+
export declare const watchShake: PickMPAttr<'watchShake'>;
|
|
2573
|
+
/**
|
|
2574
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Watch-Shake_watchShake
|
|
2575
|
+
* @support
|
|
2576
|
+
* | Platform | Apps |
|
|
2577
|
+
* | ------------- | -------- |
|
|
2578
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2579
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2580
|
+
*/
|
|
2581
|
+
export declare const watchShakeAsync: (args?: Omit<import("@hylid/call/lib/promisify").Options, "success" | "fail" | "complete"> | undefined) => Promise<any>;
|
|
2582
|
+
/**
|
|
2583
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_writeBLECharacteristicValue
|
|
2584
|
+
* @support
|
|
2585
|
+
* | Platform | Apps |
|
|
2586
|
+
* | ------------- | -------- |
|
|
2587
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2588
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2589
|
+
* | web | demo |
|
|
2590
|
+
*/
|
|
2591
|
+
export declare const writeBLECharacteristicValue: PickMPAttr<'writeBLECharacteristicValue'>;
|
|
2592
|
+
/**
|
|
2593
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_writeBLECharacteristicValue
|
|
2594
|
+
* @support
|
|
2595
|
+
* | Platform | Apps |
|
|
2596
|
+
* | ------------- | -------- |
|
|
2597
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2598
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2599
|
+
* | web | demo |
|
|
2600
|
+
*/
|
|
2601
|
+
export declare const writeBLECharacteristicValueAsync: (args?: Omit<WriteBLECharacteristicValueArgs, "success" | "fail" | "complete"> | undefined) => Promise<any>;
|
|
2602
|
+
/**
|
|
2603
|
+
* @support
|
|
2604
|
+
* | Platform | Apps |
|
|
2605
|
+
* | ------------- | -------- |
|
|
2606
|
+
* | mp | alipay |
|
|
2607
|
+
* | web | h5 |
|
|
2608
|
+
*/
|
|
2609
|
+
export declare const getLaunchOptionsSync: PickMPAttr<'getLaunchOptionsSync'>;
|
|
2610
|
+
/**
|
|
2611
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Selector-Query_createSelectorQuery
|
|
2612
|
+
* @support
|
|
2613
|
+
* | Platform | Apps |
|
|
2614
|
+
* | ------------- | -------- |
|
|
2615
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2616
|
+
* | web | h5 |
|
|
2617
|
+
*/
|
|
2618
|
+
export declare const createSelectorQuery: PickMPAttr<'createSelectorQuery'>;
|
|
2619
|
+
/**
|
|
2620
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Basic_canIUse
|
|
2621
|
+
* @support
|
|
2622
|
+
* | Platform | Apps |
|
|
2623
|
+
* | ------------- | -------- |
|
|
2624
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2625
|
+
* | web | |
|
|
2626
|
+
* | mp_web | |
|
|
2627
|
+
*/
|
|
2628
|
+
export declare const canIUse: PickMPAttr<'canIUse'>;
|
|
2629
|
+
/**
|
|
2630
|
+
* @support
|
|
2631
|
+
* | Platform | Apps |
|
|
2632
|
+
* | ------------- | -------- |
|
|
2633
|
+
* | mp | demo |
|
|
2634
|
+
* | web | |
|
|
2635
|
+
*/
|
|
2636
|
+
export declare const getStorageInfo: PickMPAttr<'getStorageInfo'>;
|
|
2637
|
+
/**
|
|
2638
|
+
* @support
|
|
2639
|
+
* | Platform | Apps |
|
|
2640
|
+
* | ------------- | -------- |
|
|
2641
|
+
* | mp | demo |
|
|
2642
|
+
* | web | |
|
|
2643
|
+
*/
|
|
2644
|
+
export declare const getStorageInfoAsync: (args?: Omit<any, "success" | "fail" | "complete"> | undefined) => Promise<unknown>;
|
|
2645
|
+
/**
|
|
2646
|
+
* @support
|
|
2647
|
+
* | Platform | Apps |
|
|
2648
|
+
* | ------------- | -------- |
|
|
2649
|
+
* | mp | demo,alipay |
|
|
2650
|
+
* | web | |
|
|
2651
|
+
*/
|
|
2652
|
+
export declare const getStorageInfoSync: PickMPAttr<'getStorageInfoSync'>;
|
|
2653
|
+
/**
|
|
2654
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/api_share_showsharepanel
|
|
2655
|
+
* @support
|
|
2656
|
+
* | Platform | Apps |
|
|
2657
|
+
* | ------------- | -------- |
|
|
2658
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2659
|
+
* | web | |
|
|
2660
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2661
|
+
*/
|
|
2662
|
+
export declare const showSharePanel: PickMPAttr<'showSharePanel'>;
|
|
2663
|
+
/**
|
|
2664
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/api_share_showsharepanel
|
|
2665
|
+
* @support
|
|
2666
|
+
* | Platform | Apps |
|
|
2667
|
+
* | ------------- | -------- |
|
|
2668
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2669
|
+
* | web | |
|
|
2670
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
2671
|
+
*/
|
|
2672
|
+
export declare const showSharePanelAsync: (args?: Omit<any, "success" | "fail" | "complete"> | undefined) => Promise<unknown>;
|
|
2673
|
+
/**
|
|
2674
|
+
* @support
|
|
2675
|
+
* | Platform | Apps |
|
|
2676
|
+
* | ------------- | -------- |
|
|
2677
|
+
* | mp | demo |
|
|
2678
|
+
* | mp_web | demo |
|
|
2679
|
+
*/
|
|
2680
|
+
export declare const hideOptionButton: PickMPAttr<'hideOptionButton'>;
|
|
2681
|
+
/**
|
|
2682
|
+
* @support
|
|
2683
|
+
* | Platform | Apps |
|
|
2684
|
+
* | ------------- | -------- |
|
|
2685
|
+
* | mp | demo |
|
|
2686
|
+
* | mp_web | demo |
|
|
2687
|
+
*/
|
|
2688
|
+
export declare const hideOptionButtonAsync: (args?: Omit<any, "success" | "fail" | "complete"> | undefined) => Promise<unknown>;
|