hylid-bridge 3.3.0-alpha.13 → 3.3.0-alpha.20
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 +484 -461
- package/canIUse.json +1 -1
- package/lib/appEnv.d.ts +7 -0
- package/lib/appEnv.js +34 -0
- package/lib/bridges.d.ts +2821 -0
- package/lib/bridges.js +6456 -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 +367 -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 +356 -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 +356 -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 +356 -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 +413 -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 +356 -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 +356 -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 +356 -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 +346 -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/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 +353 -0
- package/lib/clients/mp_web/alipayhk/index.js +243 -0
- package/lib/clients/mp_web/alipayhk/makePhoneCall.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/makePhoneCall.js +3 -0
- package/lib/clients/mp_web/alipayhk/multiLevelSelect.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/multiLevelSelect.js +3 -0
- package/lib/clients/mp_web/alipayhk/navigateBack.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/navigateBack.js +3 -0
- package/lib/clients/mp_web/alipayhk/navigateBackMiniProgram.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/navigateBackMiniProgram.js +3 -0
- package/lib/clients/mp_web/alipayhk/navigateTo.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/navigateTo.js +3 -0
- package/lib/clients/mp_web/alipayhk/navigateToMiniProgram.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/navigateToMiniProgram.js +3 -0
- package/lib/clients/mp_web/alipayhk/notifyBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/notifyBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/alipayhk/offAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/offAccelerometerChange.js +3 -0
- package/lib/clients/mp_web/alipayhk/offBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/offBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/alipayhk/offBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/offBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp_web/alipayhk/offBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/offBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp_web/alipayhk/offBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/offBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp_web/alipayhk/offCompassChange.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/offCompassChange.js +3 -0
- package/lib/clients/mp_web/alipayhk/offMemoryWarning.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/offMemoryWarning.js +3 -0
- package/lib/clients/mp_web/alipayhk/offSocketClose.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/offSocketClose.js +3 -0
- package/lib/clients/mp_web/alipayhk/offSocketError.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/offSocketError.js +3 -0
- package/lib/clients/mp_web/alipayhk/offSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/offSocketMessage.js +3 -0
- package/lib/clients/mp_web/alipayhk/offSocketOpen.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/offSocketOpen.js +3 -0
- package/lib/clients/mp_web/alipayhk/offUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/offUserCaptureScreen.js +3 -0
- package/lib/clients/mp_web/alipayhk/onAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/onAccelerometerChange.js +3 -0
- package/lib/clients/mp_web/alipayhk/onBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/onBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/alipayhk/onBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/onBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp_web/alipayhk/onBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/onBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp_web/alipayhk/onBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/onBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp_web/alipayhk/onCompassChange.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/onCompassChange.js +3 -0
- package/lib/clients/mp_web/alipayhk/onMemoryWarning.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/onMemoryWarning.js +3 -0
- package/lib/clients/mp_web/alipayhk/onSocketClose.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/onSocketClose.js +3 -0
- package/lib/clients/mp_web/alipayhk/onSocketError.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/onSocketError.js +3 -0
- package/lib/clients/mp_web/alipayhk/onSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/onSocketMessage.js +3 -0
- package/lib/clients/mp_web/alipayhk/onSocketOpen.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/onSocketOpen.js +3 -0
- package/lib/clients/mp_web/alipayhk/onUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/onUserCaptureScreen.js +3 -0
- package/lib/clients/mp_web/alipayhk/openBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/openBluetoothAdapter.js +3 -0
- package/lib/clients/mp_web/alipayhk/openDocument.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/openDocument.js +3 -0
- package/lib/clients/mp_web/alipayhk/openSetting.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/openSetting.js +3 -0
- package/lib/clients/mp_web/alipayhk/openURL.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/openURL.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 +335 -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/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 +353 -0
- package/lib/clients/mp_web/dana/index.js +243 -0
- package/lib/clients/mp_web/dana/makePhoneCall.d.ts +2 -0
- package/lib/clients/mp_web/dana/makePhoneCall.js +3 -0
- package/lib/clients/mp_web/dana/multiLevelSelect.d.ts +2 -0
- package/lib/clients/mp_web/dana/multiLevelSelect.js +3 -0
- package/lib/clients/mp_web/dana/navigateBack.d.ts +2 -0
- package/lib/clients/mp_web/dana/navigateBack.js +3 -0
- package/lib/clients/mp_web/dana/navigateBackMiniProgram.d.ts +2 -0
- package/lib/clients/mp_web/dana/navigateBackMiniProgram.js +3 -0
- package/lib/clients/mp_web/dana/navigateTo.d.ts +2 -0
- package/lib/clients/mp_web/dana/navigateTo.js +3 -0
- package/lib/clients/mp_web/dana/navigateToMiniProgram.d.ts +2 -0
- package/lib/clients/mp_web/dana/navigateToMiniProgram.js +3 -0
- package/lib/clients/mp_web/dana/notifyBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/dana/notifyBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/dana/offAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp_web/dana/offAccelerometerChange.js +3 -0
- package/lib/clients/mp_web/dana/offBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/dana/offBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/dana/offBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp_web/dana/offBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp_web/dana/offBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp_web/dana/offBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp_web/dana/offBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp_web/dana/offBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp_web/dana/offCompassChange.d.ts +2 -0
- package/lib/clients/mp_web/dana/offCompassChange.js +3 -0
- package/lib/clients/mp_web/dana/offMemoryWarning.d.ts +2 -0
- package/lib/clients/mp_web/dana/offMemoryWarning.js +3 -0
- package/lib/clients/mp_web/dana/offSocketClose.d.ts +2 -0
- package/lib/clients/mp_web/dana/offSocketClose.js +3 -0
- package/lib/clients/mp_web/dana/offSocketError.d.ts +2 -0
- package/lib/clients/mp_web/dana/offSocketError.js +3 -0
- package/lib/clients/mp_web/dana/offSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/dana/offSocketMessage.js +3 -0
- package/lib/clients/mp_web/dana/offSocketOpen.d.ts +2 -0
- package/lib/clients/mp_web/dana/offSocketOpen.js +3 -0
- package/lib/clients/mp_web/dana/offUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp_web/dana/offUserCaptureScreen.js +3 -0
- package/lib/clients/mp_web/dana/onAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp_web/dana/onAccelerometerChange.js +3 -0
- package/lib/clients/mp_web/dana/onBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/dana/onBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/dana/onBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp_web/dana/onBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp_web/dana/onBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp_web/dana/onBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp_web/dana/onBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp_web/dana/onBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp_web/dana/onCompassChange.d.ts +2 -0
- package/lib/clients/mp_web/dana/onCompassChange.js +3 -0
- package/lib/clients/mp_web/dana/onMemoryWarning.d.ts +2 -0
- package/lib/clients/mp_web/dana/onMemoryWarning.js +3 -0
- package/lib/clients/mp_web/dana/onSocketClose.d.ts +2 -0
- package/lib/clients/mp_web/dana/onSocketClose.js +3 -0
- package/lib/clients/mp_web/dana/onSocketError.d.ts +2 -0
- package/lib/clients/mp_web/dana/onSocketError.js +3 -0
- package/lib/clients/mp_web/dana/onSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/dana/onSocketMessage.js +3 -0
- package/lib/clients/mp_web/dana/onSocketOpen.d.ts +2 -0
- package/lib/clients/mp_web/dana/onSocketOpen.js +3 -0
- package/lib/clients/mp_web/dana/onUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp_web/dana/onUserCaptureScreen.js +3 -0
- package/lib/clients/mp_web/dana/openBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp_web/dana/openBluetoothAdapter.js +3 -0
- package/lib/clients/mp_web/dana/openDocument.d.ts +2 -0
- package/lib/clients/mp_web/dana/openDocument.js +3 -0
- package/lib/clients/mp_web/dana/openSetting.d.ts +2 -0
- package/lib/clients/mp_web/dana/openSetting.js +3 -0
- package/lib/clients/mp_web/dana/openURL.d.ts +2 -0
- package/lib/clients/mp_web/dana/openURL.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 +388 -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/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 +353 -0
- package/lib/clients/mp_web/gcash/index.js +243 -0
- package/lib/clients/mp_web/gcash/makePhoneCall.d.ts +2 -0
- package/lib/clients/mp_web/gcash/makePhoneCall.js +3 -0
- package/lib/clients/mp_web/gcash/multiLevelSelect.d.ts +2 -0
- package/lib/clients/mp_web/gcash/multiLevelSelect.js +3 -0
- package/lib/clients/mp_web/gcash/navigateBack.d.ts +2 -0
- package/lib/clients/mp_web/gcash/navigateBack.js +3 -0
- package/lib/clients/mp_web/gcash/navigateBackMiniProgram.d.ts +2 -0
- package/lib/clients/mp_web/gcash/navigateBackMiniProgram.js +3 -0
- package/lib/clients/mp_web/gcash/navigateTo.d.ts +2 -0
- package/lib/clients/mp_web/gcash/navigateTo.js +3 -0
- package/lib/clients/mp_web/gcash/navigateToMiniProgram.d.ts +2 -0
- package/lib/clients/mp_web/gcash/navigateToMiniProgram.js +3 -0
- package/lib/clients/mp_web/gcash/notifyBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/gcash/notifyBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/gcash/offAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp_web/gcash/offAccelerometerChange.js +3 -0
- package/lib/clients/mp_web/gcash/offBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/gcash/offBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/gcash/offBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp_web/gcash/offBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp_web/gcash/offBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp_web/gcash/offBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp_web/gcash/offBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp_web/gcash/offBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp_web/gcash/offCompassChange.d.ts +2 -0
- package/lib/clients/mp_web/gcash/offCompassChange.js +3 -0
- package/lib/clients/mp_web/gcash/offMemoryWarning.d.ts +2 -0
- package/lib/clients/mp_web/gcash/offMemoryWarning.js +3 -0
- package/lib/clients/mp_web/gcash/offSocketClose.d.ts +2 -0
- package/lib/clients/mp_web/gcash/offSocketClose.js +3 -0
- package/lib/clients/mp_web/gcash/offSocketError.d.ts +2 -0
- package/lib/clients/mp_web/gcash/offSocketError.js +3 -0
- package/lib/clients/mp_web/gcash/offSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/gcash/offSocketMessage.js +3 -0
- package/lib/clients/mp_web/gcash/offSocketOpen.d.ts +2 -0
- package/lib/clients/mp_web/gcash/offSocketOpen.js +3 -0
- package/lib/clients/mp_web/gcash/offUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp_web/gcash/offUserCaptureScreen.js +3 -0
- package/lib/clients/mp_web/gcash/onAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp_web/gcash/onAccelerometerChange.js +3 -0
- package/lib/clients/mp_web/gcash/onBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/gcash/onBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/gcash/onBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp_web/gcash/onBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp_web/gcash/onBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp_web/gcash/onBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp_web/gcash/onBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp_web/gcash/onBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp_web/gcash/onCompassChange.d.ts +2 -0
- package/lib/clients/mp_web/gcash/onCompassChange.js +3 -0
- package/lib/clients/mp_web/gcash/onMemoryWarning.d.ts +2 -0
- package/lib/clients/mp_web/gcash/onMemoryWarning.js +3 -0
- package/lib/clients/mp_web/gcash/onSocketClose.d.ts +2 -0
- package/lib/clients/mp_web/gcash/onSocketClose.js +3 -0
- package/lib/clients/mp_web/gcash/onSocketError.d.ts +2 -0
- package/lib/clients/mp_web/gcash/onSocketError.js +3 -0
- package/lib/clients/mp_web/gcash/onSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/gcash/onSocketMessage.js +3 -0
- package/lib/clients/mp_web/gcash/onSocketOpen.d.ts +2 -0
- package/lib/clients/mp_web/gcash/onSocketOpen.js +3 -0
- package/lib/clients/mp_web/gcash/onUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp_web/gcash/onUserCaptureScreen.js +3 -0
- package/lib/clients/mp_web/gcash/openBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp_web/gcash/openBluetoothAdapter.js +3 -0
- package/lib/clients/mp_web/gcash/openDocument.d.ts +2 -0
- package/lib/clients/mp_web/gcash/openDocument.js +3 -0
- package/lib/clients/mp_web/gcash/openSetting.d.ts +2 -0
- package/lib/clients/mp_web/gcash/openSetting.js +3 -0
- package/lib/clients/mp_web/gcash/openURL.d.ts +2 -0
- package/lib/clients/mp_web/gcash/openURL.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/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/index.d.ts +36 -0
- package/lib/clients/mp_web/mpay/index.js +18 -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/rpcWithAuth.d.ts +2 -0
- package/lib/clients/mp_web/mpay/rpcWithAuth.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/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 +353 -0
- package/lib/clients/mp_web/tngd/index.js +243 -0
- package/lib/clients/mp_web/tngd/makePhoneCall.d.ts +2 -0
- package/lib/clients/mp_web/tngd/makePhoneCall.js +3 -0
- package/lib/clients/mp_web/tngd/multiLevelSelect.d.ts +2 -0
- package/lib/clients/mp_web/tngd/multiLevelSelect.js +3 -0
- package/lib/clients/mp_web/tngd/navigateBack.d.ts +2 -0
- package/lib/clients/mp_web/tngd/navigateBack.js +3 -0
- package/lib/clients/mp_web/tngd/navigateBackMiniProgram.d.ts +2 -0
- package/lib/clients/mp_web/tngd/navigateBackMiniProgram.js +3 -0
- package/lib/clients/mp_web/tngd/navigateTo.d.ts +2 -0
- package/lib/clients/mp_web/tngd/navigateTo.js +3 -0
- package/lib/clients/mp_web/tngd/navigateToMiniProgram.d.ts +2 -0
- package/lib/clients/mp_web/tngd/navigateToMiniProgram.js +3 -0
- package/lib/clients/mp_web/tngd/notifyBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/tngd/notifyBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/tngd/offAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp_web/tngd/offAccelerometerChange.js +3 -0
- package/lib/clients/mp_web/tngd/offBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/tngd/offBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/tngd/offBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp_web/tngd/offBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp_web/tngd/offBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp_web/tngd/offBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp_web/tngd/offBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp_web/tngd/offBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp_web/tngd/offCompassChange.d.ts +2 -0
- package/lib/clients/mp_web/tngd/offCompassChange.js +3 -0
- package/lib/clients/mp_web/tngd/offMemoryWarning.d.ts +2 -0
- package/lib/clients/mp_web/tngd/offMemoryWarning.js +3 -0
- package/lib/clients/mp_web/tngd/offSocketClose.d.ts +2 -0
- package/lib/clients/mp_web/tngd/offSocketClose.js +3 -0
- package/lib/clients/mp_web/tngd/offSocketError.d.ts +2 -0
- package/lib/clients/mp_web/tngd/offSocketError.js +3 -0
- package/lib/clients/mp_web/tngd/offSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/tngd/offSocketMessage.js +3 -0
- package/lib/clients/mp_web/tngd/offSocketOpen.d.ts +2 -0
- package/lib/clients/mp_web/tngd/offSocketOpen.js +3 -0
- package/lib/clients/mp_web/tngd/offUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp_web/tngd/offUserCaptureScreen.js +3 -0
- package/lib/clients/mp_web/tngd/onAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp_web/tngd/onAccelerometerChange.js +3 -0
- package/lib/clients/mp_web/tngd/onBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/tngd/onBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/tngd/onBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp_web/tngd/onBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp_web/tngd/onBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp_web/tngd/onBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp_web/tngd/onBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp_web/tngd/onBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp_web/tngd/onCompassChange.d.ts +2 -0
- package/lib/clients/mp_web/tngd/onCompassChange.js +3 -0
- package/lib/clients/mp_web/tngd/onMemoryWarning.d.ts +2 -0
- package/lib/clients/mp_web/tngd/onMemoryWarning.js +3 -0
- package/lib/clients/mp_web/tngd/onSocketClose.d.ts +2 -0
- package/lib/clients/mp_web/tngd/onSocketClose.js +3 -0
- package/lib/clients/mp_web/tngd/onSocketError.d.ts +2 -0
- package/lib/clients/mp_web/tngd/onSocketError.js +3 -0
- package/lib/clients/mp_web/tngd/onSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/tngd/onSocketMessage.js +3 -0
- package/lib/clients/mp_web/tngd/onSocketOpen.d.ts +2 -0
- package/lib/clients/mp_web/tngd/onSocketOpen.js +3 -0
- package/lib/clients/mp_web/tngd/onUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp_web/tngd/onUserCaptureScreen.js +3 -0
- package/lib/clients/mp_web/tngd/openBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp_web/tngd/openBluetoothAdapter.js +3 -0
- package/lib/clients/mp_web/tngd/openDocument.d.ts +2 -0
- package/lib/clients/mp_web/tngd/openDocument.js +3 -0
- package/lib/clients/mp_web/tngd/openSetting.d.ts +2 -0
- package/lib/clients/mp_web/tngd/openSetting.js +3 -0
- package/lib/clients/mp_web/tngd/openURL.d.ts +2 -0
- package/lib/clients/mp_web/tngd/openURL.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/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/index.d.ts +36 -0
- package/lib/clients/mp_web/toss/index.js +18 -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/rpcWithAuth.d.ts +2 -0
- package/lib/clients/mp_web/toss/rpcWithAuth.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/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 +353 -0
- package/lib/clients/mp_web/truemoney/index.js +243 -0
- package/lib/clients/mp_web/truemoney/makePhoneCall.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/makePhoneCall.js +3 -0
- package/lib/clients/mp_web/truemoney/multiLevelSelect.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/multiLevelSelect.js +3 -0
- package/lib/clients/mp_web/truemoney/navigateBack.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/navigateBack.js +3 -0
- package/lib/clients/mp_web/truemoney/navigateBackMiniProgram.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/navigateBackMiniProgram.js +3 -0
- package/lib/clients/mp_web/truemoney/navigateTo.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/navigateTo.js +3 -0
- package/lib/clients/mp_web/truemoney/navigateToMiniProgram.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/navigateToMiniProgram.js +3 -0
- package/lib/clients/mp_web/truemoney/notifyBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/notifyBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/truemoney/offAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/offAccelerometerChange.js +3 -0
- package/lib/clients/mp_web/truemoney/offBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/offBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/truemoney/offBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/offBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp_web/truemoney/offBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/offBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp_web/truemoney/offBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/offBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp_web/truemoney/offCompassChange.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/offCompassChange.js +3 -0
- package/lib/clients/mp_web/truemoney/offMemoryWarning.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/offMemoryWarning.js +3 -0
- package/lib/clients/mp_web/truemoney/offSocketClose.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/offSocketClose.js +3 -0
- package/lib/clients/mp_web/truemoney/offSocketError.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/offSocketError.js +3 -0
- package/lib/clients/mp_web/truemoney/offSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/offSocketMessage.js +3 -0
- package/lib/clients/mp_web/truemoney/offSocketOpen.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/offSocketOpen.js +3 -0
- package/lib/clients/mp_web/truemoney/offUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/offUserCaptureScreen.js +3 -0
- package/lib/clients/mp_web/truemoney/onAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/onAccelerometerChange.js +3 -0
- package/lib/clients/mp_web/truemoney/onBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/onBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/truemoney/onBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/onBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp_web/truemoney/onBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/onBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp_web/truemoney/onBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/onBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp_web/truemoney/onCompassChange.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/onCompassChange.js +3 -0
- package/lib/clients/mp_web/truemoney/onMemoryWarning.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/onMemoryWarning.js +3 -0
- package/lib/clients/mp_web/truemoney/onSocketClose.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/onSocketClose.js +3 -0
- package/lib/clients/mp_web/truemoney/onSocketError.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/onSocketError.js +3 -0
- package/lib/clients/mp_web/truemoney/onSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/onSocketMessage.js +3 -0
- package/lib/clients/mp_web/truemoney/onSocketOpen.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/onSocketOpen.js +3 -0
- package/lib/clients/mp_web/truemoney/onUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/onUserCaptureScreen.js +3 -0
- package/lib/clients/mp_web/truemoney/openBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/openBluetoothAdapter.js +3 -0
- package/lib/clients/mp_web/truemoney/openDocument.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/openDocument.js +3 -0
- package/lib/clients/mp_web/truemoney/openSetting.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/openSetting.js +3 -0
- package/lib/clients/mp_web/truemoney/openURL.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/openURL.js +3 -0
- package/lib/clients/mp_web/truemoney/pageScrollTo.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/pageScrollTo.js +3 -0
- package/lib/clients/mp_web/truemoney/previewImage.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/previewImage.js +3 -0
- package/lib/clients/mp_web/truemoney/prompt.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/prompt.js +3 -0
- package/lib/clients/mp_web/truemoney/reLaunch.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/reLaunch.js +3 -0
- package/lib/clients/mp_web/truemoney/readBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/readBLECharacteristicValue.js +3 -0
- package/lib/clients/mp_web/truemoney/redirectTo.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/redirectTo.js +3 -0
- package/lib/clients/mp_web/truemoney/removeSavedFile.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/removeSavedFile.js +3 -0
- package/lib/clients/mp_web/truemoney/removeStorage.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/removeStorage.js +3 -0
- package/lib/clients/mp_web/truemoney/request.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/request.js +3 -0
- package/lib/clients/mp_web/truemoney/saveFile.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/saveFile.js +3 -0
- package/lib/clients/mp_web/truemoney/saveImage.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/saveImage.js +3 -0
- package/lib/clients/mp_web/truemoney/scan.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/scan.js +3 -0
- package/lib/clients/mp_web/truemoney/sendSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/sendSocketMessage.js +3 -0
- package/lib/clients/mp_web/truemoney/setBackgroundColor.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/setBackgroundColor.js +3 -0
- package/lib/clients/mp_web/truemoney/setCanPullDown.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/setCanPullDown.js +3 -0
- package/lib/clients/mp_web/truemoney/setClipboard.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/setClipboard.js +3 -0
- package/lib/clients/mp_web/truemoney/setKeepScreenOn.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/setKeepScreenOn.js +3 -0
- package/lib/clients/mp_web/truemoney/setNavigationBar.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/setNavigationBar.js +3 -0
- package/lib/clients/mp_web/truemoney/setScreenBrightness.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/setScreenBrightness.js +3 -0
- package/lib/clients/mp_web/truemoney/setStorage.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/setStorage.js +3 -0
- package/lib/clients/mp_web/truemoney/setTabBarStyle.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/setTabBarStyle.js +3 -0
- package/lib/clients/mp_web/truemoney/showActionSheet.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/showActionSheet.js +3 -0
- package/lib/clients/mp_web/truemoney/showAuthGuide.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/showAuthGuide.js +3 -0
- package/lib/clients/mp_web/truemoney/showLoading.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/showLoading.js +3 -0
- package/lib/clients/mp_web/truemoney/showNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/showNavigationBarLoading.js +3 -0
- package/lib/clients/mp_web/truemoney/showSharePanel.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/showSharePanel.js +3 -0
- package/lib/clients/mp_web/truemoney/showToast.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/showToast.js +3 -0
- package/lib/clients/mp_web/truemoney/signContract.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/signContract.js +3 -0
- package/lib/clients/mp_web/truemoney/startBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/startBluetoothDevicesDiscovery.js +3 -0
- package/lib/clients/mp_web/truemoney/startPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/startPullDownRefresh.js +3 -0
- package/lib/clients/mp_web/truemoney/stopBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/stopBluetoothDevicesDiscovery.js +3 -0
- package/lib/clients/mp_web/truemoney/stopPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/stopPullDownRefresh.js +3 -0
- package/lib/clients/mp_web/truemoney/switchTab.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/switchTab.js +3 -0
- package/lib/clients/mp_web/truemoney/tradePay.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/tradePay.js +3 -0
- package/lib/clients/mp_web/truemoney/uploadFile.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/uploadFile.js +3 -0
- package/lib/clients/mp_web/truemoney/vibrate.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/vibrate.js +3 -0
- package/lib/clients/mp_web/truemoney/watchShake.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/watchShake.js +3 -0
- package/lib/clients/mp_web/truemoney/writeBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/writeBLECharacteristicValue.js +3 -0
- package/lib/clients/web/alipay/addPhoneContact.d.ts +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/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/exitApp.d.ts +2 -0
- package/lib/clients/web/alipay/exitApp.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/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/index.d.ts +190 -0
- package/lib/clients/web/alipay/index.js +141 -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/openDocument.d.ts +2 -0
- package/lib/clients/web/alipay/openDocument.js +3 -0
- package/lib/clients/web/alipay/openSetting.d.ts +2 -0
- package/lib/clients/web/alipay/openSetting.js +3 -0
- package/lib/clients/web/alipay/openURL.d.ts +2 -0
- package/lib/clients/web/alipay/openURL.js +3 -0
- package/lib/clients/web/alipay/previewImage.d.ts +2 -0
- package/lib/clients/web/alipay/previewImage.js +3 -0
- package/lib/clients/web/alipay/prompt.d.ts +2 -0
- package/lib/clients/web/alipay/prompt.js +3 -0
- package/lib/clients/web/alipay/redirectTo.d.ts +2 -0
- package/lib/clients/web/alipay/redirectTo.js +3 -0
- package/lib/clients/web/alipay/removeSavedFile.d.ts +2 -0
- package/lib/clients/web/alipay/removeSavedFile.js +3 -0
- package/lib/clients/web/alipay/removeStorage.d.ts +2 -0
- package/lib/clients/web/alipay/removeStorage.js +3 -0
- package/lib/clients/web/alipay/request.d.ts +2 -0
- package/lib/clients/web/alipay/request.js +3 -0
- package/lib/clients/web/alipay/rpc.d.ts +2 -0
- package/lib/clients/web/alipay/rpc.js +3 -0
- package/lib/clients/web/alipay/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 +205 -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 +102 -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 +64 -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 +9 -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 +11 -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 +5 -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 +9 -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/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/exitApp.d.ts +3 -0
- package/lib/common/apis/generated/web/exitApp.js +8 -0
- package/lib/common/apis/generated/web/getAppToken.d.ts +3 -0
- package/lib/common/apis/generated/web/getAppToken.js +8 -0
- package/lib/common/apis/generated/web/getBatteryInfo.d.ts +12 -0
- package/lib/common/apis/generated/web/getBatteryInfo.js +14 -0
- package/lib/common/apis/generated/web/getClipboard.d.ts +11 -0
- package/lib/common/apis/generated/web/getClipboard.js +14 -0
- package/lib/common/apis/generated/web/getComponentAuth.d.ts +3 -0
- package/lib/common/apis/generated/web/getComponentAuth.js +8 -0
- package/lib/common/apis/generated/web/getFileInfo.d.ts +12 -0
- package/lib/common/apis/generated/web/getFileInfo.js +14 -0
- package/lib/common/apis/generated/web/getImageInfo.d.ts +9 -0
- package/lib/common/apis/generated/web/getImageInfo.js +14 -0
- package/lib/common/apis/generated/web/getOpenUserInfo.d.ts +11 -0
- package/lib/common/apis/generated/web/getOpenUserInfo.js +14 -0
- package/lib/common/apis/generated/web/getPaymentCode.d.ts +3 -0
- package/lib/common/apis/generated/web/getPaymentCode.js +8 -0
- package/lib/common/apis/generated/web/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/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/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 +2671 -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 +1 -0
- package/lib/internal/apis/custom/mp_web/alipayhk/openApPayCodePage.js +1 -0
- package/lib/internal/apis/custom/mp_web/alipayhk/openInApp.d.ts +1 -0
- package/lib/internal/apis/custom/mp_web/alipayhk/openInApp.js +1 -0
- package/lib/internal/apis/custom/mp_web/alipayhk/openInBrowser.d.ts +1 -0
- package/lib/internal/apis/custom/mp_web/alipayhk/openInBrowser.js +1 -0
- package/lib/internal/apis/custom/mp_web/alipayhk/openOtherApp.d.ts +1 -0
- package/lib/internal/apis/custom/mp_web/alipayhk/openOtherApp.js +1 -0
- package/lib/internal/apis/custom/mp_web/alipayhk/openPayCodePage.d.ts +1 -0
- package/lib/internal/apis/custom/mp_web/alipayhk/openPayCodePage.js +1 -0
- package/lib/internal/apis/custom/mp_web/alipayhk/openScanPage.d.ts +1 -0
- package/lib/internal/apis/custom/mp_web/alipayhk/openScanPage.js +1 -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 +1 -0
- package/lib/internal/apis/custom/mp_web/alipayhk/openWebURL.js +1 -0
- package/lib/internal/apis/custom/mp_web/mpay/openApPayCodePage.d.ts +1 -0
- package/lib/internal/apis/custom/mp_web/mpay/openApPayCodePage.js +1 -0
- package/lib/internal/apis/custom/mp_web/mpay/openInApp.d.ts +1 -0
- package/lib/internal/apis/custom/mp_web/mpay/openInApp.js +1 -0
- package/lib/internal/apis/custom/mp_web/mpay/openInBrowser.d.ts +1 -0
- package/lib/internal/apis/custom/mp_web/mpay/openInBrowser.js +1 -0
- package/lib/internal/apis/custom/mp_web/mpay/openOtherApp.d.ts +1 -0
- package/lib/internal/apis/custom/mp_web/mpay/openOtherApp.js +1 -0
- package/lib/internal/apis/custom/mp_web/mpay/openPayCodePage.d.ts +1 -0
- package/lib/internal/apis/custom/mp_web/mpay/openPayCodePage.js +1 -0
- package/lib/internal/apis/custom/mp_web/mpay/openScanPage.d.ts +1 -0
- package/lib/internal/apis/custom/mp_web/mpay/openScanPage.js +1 -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 +1 -0
- package/lib/internal/apis/custom/mp_web/mpay/openWebURL.js +1 -0
- package/lib/internal/apis/custom/mp_web/mpay/rpcWithAuth.d.ts +3 -0
- package/lib/internal/apis/custom/mp_web/mpay/rpcWithAuth.js +14 -0
- package/lib/internal/apis/custom/mp_web/tngd/openApPayCodePage.d.ts +1 -0
- package/lib/internal/apis/custom/mp_web/tngd/openApPayCodePage.js +1 -0
- package/lib/internal/apis/custom/mp_web/tngd/openInApp.d.ts +1 -0
- package/lib/internal/apis/custom/mp_web/tngd/openInApp.js +1 -0
- package/lib/internal/apis/custom/mp_web/tngd/openInBrowser.d.ts +1 -0
- package/lib/internal/apis/custom/mp_web/tngd/openInBrowser.js +1 -0
- package/lib/internal/apis/custom/mp_web/tngd/openOtherApp.d.ts +1 -0
- package/lib/internal/apis/custom/mp_web/tngd/openOtherApp.js +1 -0
- package/lib/internal/apis/custom/mp_web/tngd/openPayCodePage.d.ts +1 -0
- package/lib/internal/apis/custom/mp_web/tngd/openPayCodePage.js +1 -0
- package/lib/internal/apis/custom/mp_web/tngd/openScanPage.d.ts +1 -0
- package/lib/internal/apis/custom/mp_web/tngd/openScanPage.js +1 -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 +1 -0
- package/lib/internal/apis/custom/mp_web/tngd/openWebURL.js +1 -0
- package/lib/internal/apis/custom/mp_web/toss/rpcWithAuth.d.ts +3 -0
- package/lib/internal/apis/custom/mp_web/toss/rpcWithAuth.js +14 -0
- package/lib/internal/apis/custom/mp_web/truemoney/openApPayCodePage.d.ts +1 -0
- package/lib/internal/apis/custom/mp_web/truemoney/openApPayCodePage.js +10 -0
- package/lib/internal/apis/custom/mp_web/truemoney/openInApp.d.ts +1 -0
- package/lib/internal/apis/custom/mp_web/truemoney/openInApp.js +1 -0
- package/lib/internal/apis/custom/mp_web/truemoney/openInBrowser.d.ts +1 -0
- package/lib/internal/apis/custom/mp_web/truemoney/openInBrowser.js +1 -0
- package/lib/internal/apis/custom/mp_web/truemoney/openOtherApp.d.ts +1 -0
- package/lib/internal/apis/custom/mp_web/truemoney/openOtherApp.js +1 -0
- package/lib/internal/apis/custom/mp_web/truemoney/openPayCodePage.d.ts +1 -0
- package/lib/internal/apis/custom/mp_web/truemoney/openPayCodePage.js +10 -0
- package/lib/internal/apis/custom/mp_web/truemoney/openScanPage.d.ts +1 -0
- package/lib/internal/apis/custom/mp_web/truemoney/openScanPage.js +10 -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 +1 -0
- package/lib/internal/apis/custom/mp_web/truemoney/openWebURL.js +1 -0
- package/lib/internal/apis/custom/web/alipay/openApPayCodePage.d.ts +1 -0
- package/lib/internal/apis/custom/web/alipay/openApPayCodePage.js +1 -0
- package/lib/internal/apis/custom/web/alipay/openInApp.d.ts +1 -0
- package/lib/internal/apis/custom/web/alipay/openInApp.js +1 -0
- package/lib/internal/apis/custom/web/alipay/openInBrowser.d.ts +1 -0
- package/lib/internal/apis/custom/web/alipay/openInBrowser.js +1 -0
- package/lib/internal/apis/custom/web/alipay/openOtherApp.d.ts +1 -0
- package/lib/internal/apis/custom/web/alipay/openOtherApp.js +1 -0
- package/lib/internal/apis/custom/web/alipay/openPayCodePage.d.ts +1 -0
- package/lib/internal/apis/custom/web/alipay/openPayCodePage.js +1 -0
- package/lib/internal/apis/custom/web/alipay/openScanPage.d.ts +1 -0
- package/lib/internal/apis/custom/web/alipay/openScanPage.js +1 -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 +1 -0
- package/lib/internal/apis/custom/web/alipay/openWebURL.js +1 -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 +9 -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/rpcWithAuthAPlus.d.ts +3 -0
- package/lib/internal/apis/custom/web/rpcWithAuthAPlus.js +19 -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 +6 -6
|
@@ -0,0 +1 @@
|
|
|
1
|
+
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.my=t():e.my=t()}(self,(()=>(()=>{"use strict";var e={d:(t,n)=>{for(var o in n)e.o(n,o)&&!e.o(t,o)&&Object.defineProperty(t,o,{enumerable:!0,get:n[o]})},o:(e,t)=>Object.prototype.hasOwnProperty.call(e,t)},t={};e.d(t,{default:()=>l});var n=!1,o=[];function r(e){return o.push(e),function(){o=o.filter((function(t){return t!==e}))}}function a(e){return n||(document.addEventListener("onToWebViewMessage",(function(e){var t=e.data.res;if(t&&"message"===t.type){var n=JSON.parse(t.data);o.forEach((function(e){return e(n)}))}})),n=!0),function(e){if(window.AlipayJSBridge)return e();document.addEventListener("AlipayJSBridgeReady",(function(){return e()}),!1)}((function(){window.AlipayJSBridge.call("postWebViewMessage",{type:"message",detail:e})}))}var c={};function i(e,t,n){var o=e+"_"+Math.floor(1e6*Math.random());t&&(c[o]=t),a({source:"hylid",type:"apiCall",api:e,serialId:o,options:t,config:n,isSync:null==n?void 0:n.isSync})}r((function(e){var t,n=e,o=n.serialId;if(o&&c[o]){var r=c[o],a=n.result;if("callback"===(null===(t=n.config)||void 0===t?void 0:t.type)){var i=a||{},u=i._data_;return"success"===i._type_?r(u):r(void 0,u)}var s=r||{},y=s.success,f=s.fail,l=s.complete,p=a||{},g=p._data_,d=p._type_;d?("success"===d&&(null==y||y(g)),"fail"===d&&(null==f||f(g)),null==l||l(g)):((null==a?void 0:a.error)?null==f||f(a):null==y||y(a),null==l||l(a)),delete c[o]}})),i.onMessage=r,i.postMessage=a,i.broadcastGlobalData=function(e,t){a({source:"hylid",type:"broadcast",from:window.location.href,key:e,result:t})},i.onReceiveGlobalData=function(e,t){return r((function(n){var o=n;if("hylid"===o.source&&"broadcast"===o.type&&o.key===e){var r=o.result||{},a=r._data_;return"success"===r._type_?t(a,void 0,o.from):t(void 0,a,o.from)}}))},i.onPageEvent=function(e,t){return a({source:"hylid",type:"pageEvent",event:e}),r((function(n){var o=n;if("hylid"===o.source&&"pageEvent"===o.type&&o.event===e){var r=o.result||{},a=r._data_;return"success"===r._type_?t(a):t(void 0,a)}}))};function u(e){return u="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},u(e)}var s="",y=function(){return y=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},y.apply(this,arguments)},f=function(){return f=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},f.apply(this,arguments)};const l={addPhoneContact:function(e){return i("addPhoneContact",e,{type:"async"})},alert:function(e){return i("alert",e,{type:"async"})},chooseImage:function(e){return i("chooseImage",e,{type:"async"})},choosePhoneContact:function(e){return i("choosePhoneContact",e,{type:"async"})},clearStorage:function(e){return i("clearStorage",e,{type:"async"})},closeBluetoothAdapter:function(e){return i("closeBluetoothAdapter",e,{type:"async"})},closeSocket:function(e){return i("closeSocket",e,{type:"async"})},confirm:function(e){return i("confirm",e,{type:"async"})},connectBLEDevice:function(e){return i("connectBLEDevice",e,{type:"async"})},connectSocket:function(e){return i("connectSocket",e,{type:"async"})},datePicker:function(e){return i("datePicker",e,{type:"async"})},disconnectBLEDevice:function(e){return i("disconnectBLEDevice",e,{type:"async"})},downloadFile:function(e){return i("downloadFile",e,{type:"async"})},getAuthCode:function(e){return i("getAuthCode",e,{type:"async"})},getBatteryInfo:function(e){return i("getBatteryInfo",e,{type:"async"})},getBLEDeviceCharacteristics:function(e){return i("getBLEDeviceCharacteristics",e,{type:"async"})},getBLEDeviceServices:function(e){return i("getBLEDeviceServices",e,{type:"async"})},getBluetoothAdapterState:function(e){return i("getBluetoothAdapterState",e,{type:"async"})},getBluetoothDevices:function(e){return i("getBluetoothDevices",e,{type:"async"})},getClipboard:function(e){return i("getClipboard",e,{type:"async"})},getConnectedBluetoothDevices:function(e){return i("getConnectedBluetoothDevices",e,{type:"async"})},getFileInfo:function(e){return i("getFileInfo",e,{type:"async"})},getImageInfo:function(e){return i("getImageInfo",e,{type:"async"})},getLocation:function(e){return i("getLocation",e,{type:"async"})},getNetworkType:function(e){return i("getNetworkType",e,{type:"async"})},getOpenUserInfo:function(e){return i("getOpenUserInfo",e,{type:"async"})},getPhoneNumber:function(e){return i("getPhoneNumber",e,{type:"async"})},getSavedFileInfo:function(e){return i("getSavedFileInfo",e,{type:"async"})},getSavedFileList:function(e){return i("getSavedFileList",e,{type:"async"})},getScreenBrightness:function(e){return i("getScreenBrightness",e,{type:"async"})},getServerTime:function(e){return i("getServerTime",e,{type:"async"})},getSetting:function(e){return i("getSetting",e,{type:"async"})},getSiteInfo:function(e){return i("getSiteInfo",e,{type:"async"})},getStorage:function(e){return i("getStorage",e,{type:"async"})},getSystemInfo:function(e){return i("getSystemInfo",e,{type:"async"})},hideBackHome:function(e){return i("hideBackHome",e,{type:"async"})},hideKeyboard:function(e){return i("hideKeyboard",e,{type:"async"})},hideLoading:function(e){return i("hideLoading",e,{type:"async"})},hideNavigationBarLoading:function(e){return i("hideNavigationBarLoading",e,{type:"async"})},hideTabBar:function(e){return i("hideTabBar",e,{type:"async"})},hideToast:function(e){return i("hideToast",e,{type:"async"})},makePhoneCall:function(e){return i("makePhoneCall",e,{type:"async"})},multiLevelSelect:function(e){return i("multiLevelSelect",e,{type:"async"})},navigateBack:function(e){return i("navigateBack",e,{type:"async"})},navigateBackMiniProgram:function(e){return i("navigateBackMiniProgram",e,{type:"async"})},navigateTo:function(e){return i("navigateTo",e,{type:"async"})},navigateToMiniProgram:function(e){return i("navigateToMiniProgram",e,{type:"async"})},notifyBLECharacteristicValueChange:function(e){return i("notifyBLECharacteristicValueChange",e,{type:"async"})},offAccelerometerChange:function(e){return i("offAccelerometerChange",e,{type:"callback"})},offBLECharacteristicValueChange:function(e){return i("offBLECharacteristicValueChange",e,{type:"callback"})},offBLEConnectionStateChanged:function(e){return i("offBLEConnectionStateChanged",e,{type:"callback"})},offBluetoothAdapterStateChange:function(e){return i("offBluetoothAdapterStateChange",e,{type:"callback"})},offBluetoothDeviceFound:function(e){return i("offBluetoothDeviceFound",e,{type:"callback"})},offCompassChange:function(e){return i("offCompassChange",e,{type:"callback"})},offMemoryWarning:function(e){return i("offMemoryWarning",e,{type:"callback"})},offSocketClose:function(e){return i("offSocketClose",e,{type:"callback"})},offSocketError:function(e){return i("offSocketError",e,{type:"callback"})},offSocketMessage:function(e){return i("offSocketMessage",e,{type:"callback"})},offSocketOpen:function(e){return i("offSocketOpen",e,{type:"callback"})},offUserCaptureScreen:function(e){return i("offUserCaptureScreen",e,{type:"callback"})},onAccelerometerChange:function(e){return i("onAccelerometerChange",e,{type:"callback"})},onBLECharacteristicValueChange:function(e){return i("onBLECharacteristicValueChange",e,{type:"callback"})},onBLEConnectionStateChanged:function(e){return i("onBLEConnectionStateChanged",e,{type:"callback"})},onBluetoothAdapterStateChange:function(e){return i("onBluetoothAdapterStateChange",e,{type:"callback"})},onBluetoothDeviceFound:function(e){return i("onBluetoothDeviceFound",e,{type:"callback"})},onCompassChange:function(e){return i("onCompassChange",e,{type:"callback"})},onMemoryWarning:function(e){return i("onMemoryWarning",e,{type:"callback"})},onSocketClose:function(e){return i("onSocketClose",e,{type:"callback"})},onSocketError:function(e){return i("onSocketError",e,{type:"callback"})},onSocketMessage:function(e){return i("onSocketMessage",e,{type:"callback"})},onSocketOpen:function(e){return i("onSocketOpen",e,{type:"callback"})},onUserCaptureScreen:function(e){return i("onUserCaptureScreen",e,{type:"callback"})},openBluetoothAdapter:function(e){return i("openBluetoothAdapter",e,{type:"async"})},openDocument:function(e){return i("openDocument",e,{type:"async"})},openSetting:function(e){return i("openSetting",e,{type:"async"})},pageScrollTo:function(e){return i("pageScrollTo",e,{type:"async"})},previewImage:function(e){return i("previewImage",e,{type:"async"})},prompt:function(e){return i("prompt",e,{type:"async"})},readBLECharacteristicValue:function(e){return i("readBLECharacteristicValue",e,{type:"async"})},redirectTo:function(e){return i("redirectTo",e,{type:"async"})},reLaunch:function(e){return i("reLaunch",e,{type:"async"})},removeSavedFile:function(e){return i("removeSavedFile",e,{type:"async"})},removeStorage:function(e){return i("removeStorage",e,{type:"async"})},request:function(e){return i("request",e,{type:"async"})},rpc:function(e){return i("rpc",e,{type:"async"})},saveFile:function(e){return i("saveFile",e,{type:"async"})},saveImage:function(e){return i("saveImage",e,{type:"async"})},scan:function(e){return i("scan",e,{type:"async"})},sendSocketMessage:function(e){return i("sendSocketMessage",e,{type:"async"})},setBackgroundColor:function(e){return i("setBackgroundColor",e,{type:"async"})},setCanPullDown:function(e){return i("setCanPullDown",e,{type:"sync"})},setClipboard:function(e){return i("setClipboard",e,{type:"async"})},setKeepScreenOn:function(e){return i("setKeepScreenOn",e,{type:"async"})},setNavigationBar:function(e){return i("setNavigationBar",e,{type:"async"})},setOptionMenu:function(e){return i("setOptionMenu",e,{type:"async"})},setScreenBrightness:function(e){return i("setScreenBrightness",e,{type:"async"})},setStorage:function(e){return i("setStorage",e,{type:"async"})},setTabBarStyle:function(e){return i("setTabBarStyle",e,{type:"async"})},showActionSheet:function(e){return i("showActionSheet",e,{type:"async"})},showAuthGuide:function(e){return i("showAuthGuide",e,{type:"async"})},showLoading:function(e){return i("showLoading",e,{type:"async"})},showNavigationBarLoading:function(e){return i("showNavigationBarLoading",e,{type:"async"})},showToast:function(e){return i("showToast",e,{type:"async"})},signContract:function(e){return i("signContract",e,{type:"async"})},startBluetoothDevicesDiscovery:function(e){return i("startBluetoothDevicesDiscovery",e,{type:"async"})},startPullDownRefresh:function(e){return i("startPullDownRefresh",e,{type:"async"})},stopBluetoothDevicesDiscovery:function(e){return i("stopBluetoothDevicesDiscovery",e,{type:"async"})},stopPullDownRefresh:function(e){return i("stopPullDownRefresh",e,{type:"async"})},switchTab:function(e){return i("switchTab",e,{type:"async"})},crossPay:function(e){return i("crossPay",e,{type:"async"})},uploadFile:function(e){return i("uploadFile",e,{type:"async"})},vibrate:function(e){return i("vibrate",e,{type:"async"})},watchShake:function(e){return i("watchShake",e,{type:"async"})},writeBLECharacteristicValue:function(e){return i("writeBLECharacteristicValue",e,{type:"async"})},showSharePanel:function(e){return i("showSharePanel",e,{type:"async"})},tradePay:function(e){var t=e||{};!function(e,t,n){var o=(n||{}).type,r=void 0===o?"async":o;"sync"===r||(null==n?void 0:n.isSync)?my[e](t):("async"===r&&(my[e]?my[e](t):my.call(e,t)),"callback"===r&&my[e](t),"attribute"===r&&my[e])}("a+"===t.flowType?"tradePayCrossApp":"tradePay",function(e,t){var n={};for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&t.indexOf(o)<0&&(n[o]=e[o]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(o=Object.getOwnPropertySymbols(e);r<o.length;r++)t.indexOf(o[r])<0&&Object.prototype.propertyIsEnumerable.call(e,o[r])&&(n[o[r]]=e[o[r]])}return n}(t,["flowType"]))},getCurrentLanguage:function(){if(!s){var e=function(){var e;if("object"===("undefined"==typeof window?"undefined":u(window))){var t=null===(e=window.location.search)||void 0===e?void 0:e.match(/__lang__=([^&]*)/);if(t)return t[1]}}()||function(){var e;if("object"===("undefined"==typeof document?"undefined":u(document))){var t=null===(e=document.documentElement)||void 0===e?void 0:e.lang;if(t)return t}}()||function(){var e;if("object"===("undefined"==typeof window?"undefined":u(window))){var t=(null===(e=window.navigator)||void 0===e?void 0:e.userAgent)||"",n=(/Language\/([^\s]*)/i.exec(t)||[]).pop();if(n)return n}}()||function(){var e;if("object"===("undefined"==typeof window?"undefined":u(window))&&window.navigator){var t=window.navigator,n=(null===(e=t.languages)||void 0===e?void 0:e[0])||t.language||t.userLanguage||t.browserLanguage;if(n)return n}}()||"en-US";s=e.toLowerCase()}return s},getAppId:function(e){i("getAppIdSync",e,{type:"sync"})},getCurrentPages:function(e){i("__hy_internal__",y({name:"getCurrentPages"},e))},getSDKVersion:function(e){i("SDKVersion",f({},e),{type:"attribute"})}};return t.default})()));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e,n){"object"==typeof exports&&"object"==typeof module?module.exports=n():"function"==typeof define&&define.amd?define([],n):"object"==typeof exports?exports.my=n():e.my=n()}(self,(()=>(()=>{"use strict";var e={5554:e=>{var n="%[a-f0-9]{2}",t=new RegExp("("+n+")|([^%]+?)","gi"),o=new RegExp("("+n+")+","gi");function r(e,n){try{return[decodeURIComponent(e.join(""))]}catch(e){}if(1===e.length)return e;n=n||1;var t=e.slice(0,n),o=e.slice(n);return Array.prototype.concat.call([],r(t),r(o))}function a(e){try{return decodeURIComponent(e)}catch(a){for(var n=e.match(t)||[],o=1;o<n.length;o++)n=(e=r(n,o).join("")).match(t)||[];return e}}e.exports=function(e){if("string"!=typeof e)throw new TypeError("Expected `encodedURI` to be of type `string`, got `"+typeof e+"`");try{return e=e.replace(/\+/g," "),decodeURIComponent(e)}catch(n){return function(e){for(var n={"%FE%FF":"��","%FF%FE":"��"},t=o.exec(e);t;){try{n[t[0]]=decodeURIComponent(t[0])}catch(e){var r=a(t[0]);r!==t[0]&&(n[t[0]]=r)}t=o.exec(e)}n["%C2"]="�";for(var c=Object.keys(n),i=0;i<c.length;i++){var u=c[i];e=e.replace(new RegExp(u,"g"),n[u])}return e}(e)}}},3563:(e,n,t)=>{function o(e){return o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},o(e)}t(6635);var r=t(5554);function a(e,n){if("string"!=typeof e||"string"!=typeof n)throw new TypeError("Expected the arguments to be of type `string`");if(""===n)return[e];var t=e.indexOf(n);return-1===t?[e]:[e.slice(0,t),e.slice(t+n.length)]}function c(e,n){return n.decode?r(e):e}function i(e){return Array.isArray(e)?e.sort():"object"===o(e)?i(Object.keys(e)).sort((function(e,n){return Number(e)-Number(n)})).map((function(n){return e[n]})):e}function u(e,n){return n.parseNumbers&&!Number.isNaN(Number(e))&&"string"==typeof e&&""!==e.trim()?e=Number(e):!n.parseBooleans||null===e||"true"!==e.toLowerCase()&&"false"!==e.toLowerCase()||(e="true"===e.toLowerCase()),e}n.Qc=function(e,n){var t=function(e){var n;switch(e.arrayFormat){case"index":return function(e,t,o){n=/\[(\d*)\]$/.exec(e),e=e.replace(/\[\d*\]$/,""),n?(void 0===o[e]&&(o[e]={}),o[e][n[1]]=t):o[e]=t};case"bracket":return function(e,t,o){n=/(\[\])$/.exec(e),e=e.replace(/\[\]$/,""),n?void 0!==o[e]?o[e]=[].concat(o[e],t):o[e]=[t]:o[e]=t};case"comma":return function(e,n,t){var o="string"==typeof n&&n.split("").indexOf(",")>-1?n.split(","):n;t[e]=o};default:return function(e,n,t){void 0!==t[e]?t[e]=[].concat(t[e],n):t[e]=n}}}(n=Object.assign({decode:!0,sort:!0,arrayFormat:"none",parseNumbers:!1,parseBooleans:!1},n)),r=Object.create(null);if("string"!=typeof e)return r;if(!(e=e.trim().replace(/^[?#&]/,"")))return r;var s,p,l=!0,f=!1,y=void 0;try{for(var d,h=e.split("&")[Symbol.iterator]();!(l=(d=h.next()).done);l=!0){var g=(s=a(d.value.replace(/\+/g," "),"="),p=2,function(e){if(Array.isArray(e))return e}(s)||function(e,n){if(Symbol.iterator in Object(e)||"[object Arguments]"===Object.prototype.toString.call(e)){var t=[],o=!0,r=!1,a=void 0;try{for(var c,i=e[Symbol.iterator]();!(o=(c=i.next()).done)&&(t.push(c.value),!n||t.length!==n);o=!0);}catch(e){r=!0,a=e}finally{try{o||null==i.return||i.return()}finally{if(r)throw a}}return t}}(s,p)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance")}()),m=g[0];w=void 0===(w=g[1])?null:c(w,n),t(c(m,n),w,r)}}catch(e){f=!0,y=e}finally{try{l||null==h.return||h.return()}finally{if(f)throw y}}for(var v=0,b=Object.keys(r);v<b.length;v++){var w;if(m=b[v],"object"===o(w=r[m])&&null!==w)for(var A=0,S=Object.keys(w);A<S.length;A++){var C=S[A];w[C]=u(w[C],n)}else r[m]=u(w,n)}return!1===n.sort?r:(!0===n.sort?Object.keys(r).sort():Object.keys(r).sort(n.sort)).reduce((function(e,n){var t=r[n];return Boolean(t)&&"object"===o(t)&&!Array.isArray(t)?e[n]=i(t):e[n]=t,e}),Object.create(null))}},6635:e=>{e.exports=function(e){return encodeURIComponent(e).replace(/[!'()*]/g,(function(e){return"%"+e.charCodeAt(0).toString(16).toUpperCase()}))}},7375:(e,n)=>{var t=Object.prototype.hasOwnProperty;function o(e){try{return decodeURIComponent(e.replace(/\+/g," "))}catch(e){return null}}function r(e){try{return encodeURIComponent(e)}catch(e){return null}}n.stringify=function(e,n){n=n||"";var o,a,c=[];for(a in"string"!=typeof n&&(n="?"),e)if(t.call(e,a)){if((o=e[a])||null!=o&&!isNaN(o)||(o=""),a=r(a),o=r(o),null===a||null===o)continue;c.push(a+"="+o)}return c.length?n+c.join("&"):""},n.parse=function(e){for(var n,t=/([^=?#&]+)=?([^&]*)/g,r={};n=t.exec(e);){var a=o(n[1]),c=o(n[2]);null===a||null===c||a in r||(r[a]=c)}return r}},7245:e=>{e.exports=function(e,n){if(n=n.split(":")[0],!(e=+e))return!1;switch(n){case"http":case"ws":return 80!==e;case"https":case"wss":return 443!==e;case"ftp":return 21!==e;case"gopher":return 70!==e;case"file":return!1}return 0!==e}},5731:(e,n,t)=>{var o=t(7245),r=t(7375),a=/^[\x00-\x20\u00a0\u1680\u2000-\u200a\u2028\u2029\u202f\u205f\u3000\ufeff]+/,c=/[\n\r\t]/g,i=/^[A-Za-z][A-Za-z0-9+-.]*:\/\//,u=/:\d+$/,s=/^([a-z][a-z0-9.+-]*:)?(\/\/)?([\\/]+)?([\S\s]*)/i,p=/^[a-zA-Z]:/;function l(e){return(e||"").toString().replace(a,"")}var f=[["#","hash"],["?","query"],function(e,n){return h(n.protocol)?e.replace(/\\/g,"/"):e},["/","pathname"],["@","auth",1],[NaN,"host",void 0,1,1],[/:(\d*)$/,"port",void 0,1],[NaN,"hostname",void 0,1,1]],y={hash:1,query:1};function d(e){var n,o=("undefined"!=typeof window?window:void 0!==t.g?t.g:"undefined"!=typeof self?self:{}).location||{},r={},a=typeof(e=e||o);if("blob:"===e.protocol)r=new m(unescape(e.pathname),{});else if("string"===a)for(n in r=new m(e,{}),y)delete r[n];else if("object"===a){for(n in e)n in y||(r[n]=e[n]);void 0===r.slashes&&(r.slashes=i.test(e.href))}return r}function h(e){return"file:"===e||"ftp:"===e||"http:"===e||"https:"===e||"ws:"===e||"wss:"===e}function g(e,n){e=(e=l(e)).replace(c,""),n=n||{};var t,o=s.exec(e),r=o[1]?o[1].toLowerCase():"",a=!!o[2],i=!!o[3],u=0;return a?i?(t=o[2]+o[3]+o[4],u=o[2].length+o[3].length):(t=o[2]+o[4],u=o[2].length):i?(t=o[3]+o[4],u=o[3].length):t=o[4],"file:"===r?u>=2&&(t=t.slice(2)):h(r)?t=o[4]:r?a&&(t=t.slice(2)):u>=2&&h(n.protocol)&&(t=o[4]),{protocol:r,slashes:a||h(r),slashesCount:u,rest:t}}function m(e,n,t){if(e=(e=l(e)).replace(c,""),!(this instanceof m))return new m(e,n,t);var a,i,u,s,y,v,b=f.slice(),w=typeof n,A=this,S=0;for("object"!==w&&"string"!==w&&(t=n,n=null),t&&"function"!=typeof t&&(t=r.parse),a=!(i=g(e||"",n=d(n))).protocol&&!i.slashes,A.slashes=i.slashes||a&&n.slashes,A.protocol=i.protocol||n.protocol||"",e=i.rest,("file:"===i.protocol&&(2!==i.slashesCount||p.test(e))||!i.slashes&&(i.protocol||i.slashesCount<2||!h(A.protocol)))&&(b[3]=[/(.*)/,"pathname"]);S<b.length;S++)"function"!=typeof(s=b[S])?(u=s[0],v=s[1],u!=u?A[v]=e:"string"==typeof u?~(y="@"===u?e.lastIndexOf(u):e.indexOf(u))&&("number"==typeof s[2]?(A[v]=e.slice(0,y),e=e.slice(y+s[2])):(A[v]=e.slice(y),e=e.slice(0,y))):(y=u.exec(e))&&(A[v]=y[1],e=e.slice(0,y.index)),A[v]=A[v]||a&&s[3]&&n[v]||"",s[4]&&(A[v]=A[v].toLowerCase())):e=s(e,A);t&&(A.query=t(A.query)),a&&n.slashes&&"/"!==A.pathname.charAt(0)&&(""!==A.pathname||""!==n.pathname)&&(A.pathname=function(e,n){if(""===e)return n;for(var t=(n||"/").split("/").slice(0,-1).concat(e.split("/")),o=t.length,r=t[o-1],a=!1,c=0;o--;)"."===t[o]?t.splice(o,1):".."===t[o]?(t.splice(o,1),c++):c&&(0===o&&(a=!0),t.splice(o,1),c--);return a&&t.unshift(""),"."!==r&&".."!==r||t.push(""),t.join("/")}(A.pathname,n.pathname)),"/"!==A.pathname.charAt(0)&&h(A.protocol)&&(A.pathname="/"+A.pathname),o(A.port,A.protocol)||(A.host=A.hostname,A.port=""),A.username=A.password="",A.auth&&(~(y=A.auth.indexOf(":"))?(A.username=A.auth.slice(0,y),A.username=encodeURIComponent(decodeURIComponent(A.username)),A.password=A.auth.slice(y+1),A.password=encodeURIComponent(decodeURIComponent(A.password))):A.username=encodeURIComponent(decodeURIComponent(A.auth)),A.auth=A.password?A.username+":"+A.password:A.username),A.origin="file:"!==A.protocol&&h(A.protocol)&&A.host?A.protocol+"//"+A.host:"null",A.href=A.toString()}m.prototype={set:function(e,n,t){var a=this;switch(e){case"query":"string"==typeof n&&n.length&&(n=(t||r.parse)(n)),a[e]=n;break;case"port":a[e]=n,o(n,a.protocol)?n&&(a.host=a.hostname+":"+n):(a.host=a.hostname,a[e]="");break;case"hostname":a[e]=n,a.port&&(n+=":"+a.port),a.host=n;break;case"host":a[e]=n,u.test(n)?(n=n.split(":"),a.port=n.pop(),a.hostname=n.join(":")):(a.hostname=n,a.port="");break;case"protocol":a.protocol=n.toLowerCase(),a.slashes=!t;break;case"pathname":case"hash":if(n){var c="pathname"===e?"/":"#";a[e]=n.charAt(0)!==c?c+n:n}else a[e]=n;break;case"username":case"password":a[e]=encodeURIComponent(n);break;case"auth":var i=n.indexOf(":");~i?(a.username=n.slice(0,i),a.username=encodeURIComponent(decodeURIComponent(a.username)),a.password=n.slice(i+1),a.password=encodeURIComponent(decodeURIComponent(a.password))):a.username=encodeURIComponent(decodeURIComponent(n))}for(var s=0;s<f.length;s++){var p=f[s];p[4]&&(a[p[1]]=a[p[1]].toLowerCase())}return a.auth=a.password?a.username+":"+a.password:a.username,a.origin="file:"!==a.protocol&&h(a.protocol)&&a.host?a.protocol+"//"+a.host:"null",a.href=a.toString(),a},toString:function(e){e&&"function"==typeof e||(e=r.stringify);var n,t=this,o=t.host,a=t.protocol;a&&":"!==a.charAt(a.length-1)&&(a+=":");var c=a+(t.protocol&&t.slashes||h(t.protocol)?"//":"");return t.username?(c+=t.username,t.password&&(c+=":"+t.password),c+="@"):t.password?(c+=":"+t.password,c+="@"):"file:"!==t.protocol&&h(t.protocol)&&!o&&"/"!==t.pathname&&(c+="@"),(":"===o[o.length-1]||u.test(t.hostname)&&!t.port)&&(o+=":"),c+=o+t.pathname,(n="object"==typeof t.query?e(t.query):t.query)&&(c+="?"!==n.charAt(0)?"?"+n:n),t.hash&&(c+=t.hash),c}},m.extractProtocol=g,m.location=d,m.trimLeft=l,m.qs=r,e.exports=m}},n={};function t(o){var r=n[o];if(void 0!==r)return r.exports;var a=n[o]={exports:{}};return e[o](a,a.exports,t),a.exports}t.n=e=>{var n=e&&e.__esModule?()=>e.default:()=>e;return t.d(n,{a:n}),n},t.d=(e,n)=>{for(var o in n)t.o(n,o)&&!t.o(e,o)&&Object.defineProperty(e,o,{enumerable:!0,get:n[o]})},t.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),t.o=(e,n)=>Object.prototype.hasOwnProperty.call(e,n);var o={};return(()=>{t.d(o,{default:()=>ie});var e=function(e){if(window.AlipayJSBridge)return e();document.addEventListener("AlipayJSBridgeReady",(function(){return e()}),!1)},n=!1,r=[];function a(e){return r.push(e),function(){r=r.filter((function(n){return n!==e}))}}function c(t){return n||(document.addEventListener("onToWebViewMessage",(function(e){var n=e.data.res;if(n&&"message"===n.type){var t=JSON.parse(n.data);r.forEach((function(e){return e(t)}))}})),n=!0),e((function(){window.AlipayJSBridge.call("postWebViewMessage",{type:"message",detail:t})}))}var i={};function u(e,n,t){var o=e+"_"+Math.floor(1e6*Math.random());n&&(i[o]=n),c({source:"hylid",type:"apiCall",api:e,serialId:o,options:n,config:t,isSync:null==t?void 0:t.isSync})}a((function(e){var n,t=e,o=t.serialId;if(o&&i[o]){var r=i[o],a=t.result;if("callback"===(null===(n=t.config)||void 0===n?void 0:n.type)){var c=a||{},u=c._data_;return"success"===c._type_?r(u):r(void 0,u)}var s=r||{},p=s.success,l=s.fail,f=s.complete,y=a||{},d=y._data_,h=y._type_;h?("success"===h&&(null==p||p(d)),"fail"===h&&(null==l||l(d)),null==f||f(d)):((null==a?void 0:a.error)?null==l||l(a):null==p||p(a),null==f||f(a)),delete i[o]}})),u.onMessage=a,u.postMessage=c,u.broadcastGlobalData=function(e,n){c({source:"hylid",type:"broadcast",from:window.location.href,key:e,result:n})},u.onReceiveGlobalData=function(e,n){return a((function(t){var o=t;if("hylid"===o.source&&"broadcast"===o.type&&o.key===e){var r=o.result||{},a=r._data_;return"success"===r._type_?n(a,void 0,o.from):n(void 0,a,o.from)}}))},u.onPageEvent=function(e,n){return c({source:"hylid",type:"pageEvent",event:e}),a((function(t){var o=t;if("hylid"===o.source&&"pageEvent"===o.type&&o.event===e){var r=o.result||{},a=r._data_;return"success"===r._type_?n(a):n(void 0,a)}}))};function s(e){return s="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},s(e)}var p="";const l=function(){if(!p){var e=function(){var e;if("object"===("undefined"==typeof window?"undefined":s(window))){var n=null===(e=window.location.search)||void 0===e?void 0:e.match(/__lang__=([^&]*)/);if(n)return n[1]}}()||function(){var e;if("object"===("undefined"==typeof document?"undefined":s(document))){var n=null===(e=document.documentElement)||void 0===e?void 0:e.lang;if(n)return n}}()||function(){var e;if("object"===("undefined"==typeof window?"undefined":s(window))){var n=(null===(e=window.navigator)||void 0===e?void 0:e.userAgent)||"",t=(/Language\/([^\s]*)/i.exec(n)||[]).pop();if(t)return t}}()||function(){var e;if("object"===("undefined"==typeof window?"undefined":s(window))&&window.navigator){var n=window.navigator,t=(null===(e=n.languages)||void 0===e?void 0:e[0])||n.language||n.userLanguage||n.browserLanguage;if(t)return t}}()||"en-US";p=e.toLowerCase()}return p};var f,y,d=function(e){return function(n){return new Promise((function(t,o){var r=n||{},a=r.success,c=r.fail,i=r.complete,u=function(e,n){var t={};for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&n.indexOf(o)<0&&(t[o]=e[o]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(o=Object.getOwnPropertySymbols(e);r<o.length;r++)n.indexOf(o[r])<0&&Object.prototype.propertyIsEnumerable.call(e,o[r])&&(t[o[r]]=e[o[r]])}return t}(r,["success","fail","complete"]);e(u,(function(e){t(e),null==a||a(e),null==i||i(e)}),(function(e){o(e),null==c||c(e),null==i||i(e)}))}))}},h=function(e){return function(n){return toString.call(n)==="[object ".concat(e,"]")}},g=(h("RegExp"),h("String"),h("Function"),h("Object")),m=(h("Number"),Array.isArray,h("Boolean"),function(){for(var e=[],n=0;n<arguments.length;n++)e[n]=arguments[n];return e.reduce((function(e,n){var t;if(!n)return e;for(var o=Object.entries(n),r=o.length,a=0;a<r;a++){var c=o[a],i=c[0],u=c[1];g(u)?e[i]=m(e[i],u):Object.assign(e,((t={})[i]=u,t))}return e}),{})}),v=t(3563),b=t(5731),w=t.n(b),A=function(){return A=Object.assign||function(e){for(var n,t=1,o=arguments.length;t<o;t++)for(var r in n=arguments[t])Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r]);return e},A.apply(this,arguments)};!function(e){e.openInApp="openinapp",e.openOtherApp="openotherapp",e.openBizScene="openbizscene",e.openPayCodePage="openpaycodepage",e.openApPayCodePage="openappaycodepage",e.openScanPage="openscanpage",e.openInBrowser="openinbrowser"}(f||(f={})),function(e){e.scan="scan",e.payCode="payCode"}(y||(y={}));var S="caprMode=sync";function C(e,n){var t=e.filter((function(e){return e.match.every((function(e){return e.test(n)}))}));if(t.length){var o=t[0].name;if(t.length>1){var r=t.map((function(e){return e.name})).join(",");k("Multiple clients have been identified(".concat(r,"), and the first one(").concat(o,")is used by default."))}return o}}function P(e,n){return Object.keys(e).reduce((function(t,o){return t["is".concat(o)]=n===e[o],t}),{})}function k(e){console.info("[hylid-env]: ".concat(e))}var O={WEB:"web",MPWEB:"mpweb",MP:"mp"},I={DEMO:"demo",ALIPAY:"alipay",ALIPAYHK:"alipayhk",TNGD:"tngd",GCASH:"gcash",TRUEMONEY:"truemoney",DANA:"dana",KAKAOPAY:"kakaopay",KAKAOTALK:"kakaotalk",NAVERPAY:"naverpay",MPAY:"mpay",TOSSPAY:"toss",HIPAY:"hipay",CHOPE:"chope",VODAPAY:"vodapay",CHANGIPAY:"changipay",OCBC:"ocbc",MANDIRI:"mandiri",NAYAPAY:"nayapay",TINABA:"tinaba",KASPI:"kaspi",H5:"h5",WECHAT:"wechat",TNGD_H5NG:"tngdh5ng"},B=/miniprogram/i,E=/^((?!miniprogram).)*$/i,L=/griver/i,T=/^((?!griver).)*$/i,N=[{name:I.DEMO,match:[/demo/]},{name:I.ALIPAY,match:[/alipay/]},{name:I.ALIPAYHK,match:[/hk/]},{name:I.TNGD,match:[/tngd/]},{name:I.GCASH,match:[/gcash/]},{name:I.TRUEMONEY,match:[/tmn/]},{name:I.DANA,match:[/dana/]},{name:I.TOSSPAY,match:[/toss/]}],D=[{name:I.DEMO,match:[/alipayIDE/i]},{name:I.ALIPAYHK,match:[B,T,/AlipayClientHK/]},{name:I.TNGD,match:[B,/TNGKit|Touch 'n Go/]},{name:I.GCASH,match:[B,L,/GCash/]},{name:I.TRUEMONEY,match:[B,L,/TrueMoney/]},{name:I.ALIPAY,match:[B,T,/alipay/i]},{name:I.DEMO,match:[B,L]}];function j(){return C(D,window.navigator.userAgent)}var R=[{name:I.ALIPAYHK,match:[E,T,/AlipayClientHK/]},{name:I.TNGD,match:[E,L,/TNGKit|Touch 'n Go/]},{name:I.TNGD_H5NG,match:[E,/TNGKit|Touch 'n Go/,/IAPWebH5NG/]},{name:I.GCASH,match:[E,L,/GCash/]},{name:I.TRUEMONEY,match:[E,L,/TrueMoney/i]},{name:I.KAKAOPAY,match:[E,/PAYCLIENT|KAKAOTALK|KAKAOPAY/]},{name:I.KAKAOTALK,match:[E,/ALIPAYCONNECT_KAKAO_TALK/]},{name:I.NAVERPAY,match:[E,/NAVER/]},{name:I.MPAY,match:[E,/mpay|macaupay/i]},{name:I.TOSSPAY,match:[E,/Toss/i]},{name:I.ALIPAY,match:[E,T,/AlipayClient/]},{name:I.DEMO,match:[E,L,/GriverDemo/]}];function _(){return C(R,window.navigator.userAgent)||I.H5}var x=function(){var e,n;if("undefined"!=typeof my&&"string"==typeof my.SDKVersion)e=C(N,my.getSystemInfoSync().app),n=O.MP;else{var t=function(){var e,n=(null===(e=window.location.search)||void 0===e?void 0:e.match(/__app__=([^&]*)/))||[],t=n[1],o=(window.location.search.match(/[?&]__platform__=([^?&=]+)/)||[])[1];if((t||o)&&localStorage.setItem("__hy_env__",JSON.stringify({client:t,platform:o})),n[1]){var r=window.location.search.replace(new RegExp("".concat(n[0],"(&)*")),""),a=window.location.hash||"",c="".concat(window.location.pathname).concat(r).concat(a);history.replaceState(null,"",c)}var i=localStorage.getItem("__hy_env__");return i?JSON.parse(i):{}}();t.platform?(n=t.platform,e=t.client||("mpweb"===n?j():_())):(e=t.client||j())?n=O.MPWEB:(e=_(),n=O.WEB)}return n&&e||k("Cannot identify your client."),{client:e,platform:n}}(),M=x.client,U=x.platform;P(I,M),P(O,U);var K,F={NOTFOUND:{code:-1,message:function(e){return"".concat(e," is not found")}},NOTALLOWED:{code:-2,message:function(e){return"".concat(e," is not allowed")}},INVALID:{code:-3,message:function(e){return"".concat(e," is invalid")}},NOTBIND:{code:-4,message:function(e){return"".concat(e," exec fail, webviewBridge not bind context")}},PARAMS_ERROR:{code:-5,message:function(e){return"".concat(e," exec fail, params error")}}},Y=((K={})[O.MP]=function(e,n,t){var o=(t||{}).type,r=void 0===o?"async":o;return"sync"===r||(null==t?void 0:t.isSync)?my[e](n):("async"===r&&(my[e]?my[e](n):my.call(e,n)),"callback"===r&&my[e](n),"attribute"===r?my[e]:void 0)},K[O.MPWEB]=u,K[O.WEB]=function(n,t,o){e((function(){var e=(o||{}).type,r=void 0===e?"async":e;"async"===r&&window.AlipayJSBridge.call(n,t,(function(e){var n=t||{},o=n.success,r=n.fail,a=n.complete;e.error?null==r||r(e):null==o||o(e),null==a||a(e)})),"callback"===r&&window.AlipayJSBridge.call(n,t)}))},K);function G(e,n,t){return U?Y[U](e,n,t):function(e,n,t){var o;void 0===t&&(t={});var r=t.type,a=void 0===r?"async":r,c=function(e,n){void 0===n&&(n="");var t=F.NOTFOUND;return{errorCode:t.code,errorMessage:(0,t.message)(n),errorSouce:"hylid"}}(0,e);if("sync"===a)return c;"callback"===a&&(null==n||n(c)),"async"===a&&(null===(o=null==n?void 0:n.fail)||void 0===o||o.call(n,c))}(n,t)}var H=function(){return H=Object.assign||function(e){for(var n,t=1,o=arguments.length;t<o;t++)for(var r in n=arguments[t])Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r]);return e},H.apply(this,arguments)},V=function(){return G("startApp",{appId:"20000056"})},W=function(){return G("startApp",{appId:"20000056"})},q=function(){return G("startApp",{appId:"10000007"})},z=function(e){return G("openInBrowser",e)};function J(e){var n=e.url,t=e.path,o=t&&"/"!==t?t:"/pages/index/index";if(!n)return o;var r=o.includes("?")?"&":"?";return"".concat(o).concat(r,"url=").concat(encodeURIComponent(n))}var $=function(e){return G("navigateTo",{url:J(e)})},Z=function(e){return G("navigateToMiniProgram",H(H({},e),{extraData:null==e?void 0:e.launchParams}))},Q=function(e){return G("startApp",{appId:"20000067",param:{url:e.url}})},X=d((function(e,n,t){!function(e,n,t){if(e)if(e.startsWith("aplus://"))!function(e,n,t){var o,r=new(w())(e,!0),a=r.host,c=r.pathname,i=r.query;switch(a){case f.openInApp:n.openInApp(A({path:c,url:i.url||""},t));break;case f.openOtherApp:console.log("### openCustomScheme",f.openOtherApp);var u=i.appId,s=void 0===u?"":u,p=i.path,l=i.launchParams,d=void 0===l?"":l,h=(0,v.Qc)(d);n.openOtherApp(A({appId:s,path:p,launchParams:h},t));break;case f.openBizScene:console.warn("该 API 已弃用, 请使用 aplus://openApPayCodePage 等链接替代"),i.sceneCode===y.scan?n.openScanPage(t):i.sceneCode===y.payCode&&n.openApPayCodePage(t);break;case f.openScanPage:n.openScanPage(t);break;case f.openPayCodePage:n.openPayCodePage(t);break;case f.openApPayCodePage:n.openApPayCodePage(t);break;case f.openInBrowser:n.openInBrowser(A({url:i.url||""},t));break;default:console.log("[openCustomScheme] 不支持的 routeType: ",a),t.fail&&t.fail((o="openCustomScheme ".concat(a),{error:-102,errorMessage:"[".concat(o,"]: Not Support")}))}}(e,n,t);else if(e.startsWith("/")){var o=function(e){var n=location.pathname.replace(/\/[^/]+.html/,""),t="".concat(location.protocol,"//").concat(location.host).concat(n).concat(e);if(location.search.includes(S)){var o=t.includes("?")?"&":"?";return"".concat(t).concat(o).concat(S)}return t}(e);n.openInApp(A({url:o},t))}else n.openWebURL(A({url:e},t))}(e.url,{openWebURL:Q,openInApp:$,openOtherApp:Z,openInBrowser:z,openPayCodePage:W,openApPayCodePage:V,openScanPage:q},{success:n,fail:t})}));const ee=X;var ne=function(){return ne=Object.assign||function(e){for(var n,t=1,o=arguments.length;t<o;t++)for(var r in n=arguments[t])Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r]);return e},ne.apply(this,arguments)};const te=function(e){var n,t=e.appId,o=e.workspaceId,r=void 0===o?"default":o,a=e.defaultGateway,c=e.defaultHeaders,i=e.request,u=t&&r?((n={AppId:t,workspaceId:r})["X-CORS-".concat(t,"-").concat(r)]="1",n):{};return d((function(e,n,t){var o=e.gateway,r=e.operationType,s=e.headers,p=e.requestData,l=e.timeout;i({url:o||a,method:"POST",timeout:l,headers:ne(ne(ne(ne({"Content-Type":"application/json"},c),{"Operation-Type":r}),u),s),data:p,success:function(e){n({headers:(null==e?void 0:e.headers)||{},resData:(null==e?void 0:e.data)||{}})},fail:t})}))};var oe=function(){return oe=Object.assign||function(e){for(var n,t=1,o=arguments.length;t<o;t++)for(var r in n=arguments[t])Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r]);return e},oe.apply(this,arguments)};var re=function(){return re=Object.assign||function(e){for(var n,t=1,o=arguments.length;t<o;t++)for(var r in n=arguments[t])Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r]);return e},re.apply(this,arguments)};var ae={},ce=function(e){ae=m(ae,e)};ce.getRuntimeConfig=function(){return ae};const ie={addPhoneContact:function(e){return u("addPhoneContact",e,{type:"async"})},alert:function(e){return u("alert",e,{type:"async"})},chooseImage:function(e){return u("chooseImage",e,{type:"async"})},choosePhoneContact:function(e){return u("choosePhoneContact",e,{type:"async"})},clearStorage:function(e){return u("clearStorage",e,{type:"async"})},closeBluetoothAdapter:function(e){return u("closeBluetoothAdapter",e,{type:"async"})},closeSocket:function(e){return u("closeSocket",e,{type:"async"})},confirm:function(e){return u("confirm",e,{type:"async"})},connectBLEDevice:function(e){return u("connectBLEDevice",e,{type:"async"})},connectSocket:function(e){return u("connectSocket",e,{type:"async"})},datePicker:function(e){return u("datePicker",e,{type:"async"})},disconnectBLEDevice:function(e){return u("disconnectBLEDevice",e,{type:"async"})},downloadFile:function(e){return u("downloadFile",e,{type:"async"})},getAuthCode:function(e){return u("getAuthCode",e,{type:"async"})},getBatteryInfo:function(e){return u("getBatteryInfo",e,{type:"async"})},getBLEDeviceCharacteristics:function(e){return u("getBLEDeviceCharacteristics",e,{type:"async"})},getBLEDeviceServices:function(e){return u("getBLEDeviceServices",e,{type:"async"})},getBluetoothAdapterState:function(e){return u("getBluetoothAdapterState",e,{type:"async"})},getBluetoothDevices:function(e){return u("getBluetoothDevices",e,{type:"async"})},getClipboard:function(e){return u("getClipboard",e,{type:"async"})},getConnectedBluetoothDevices:function(e){return u("getConnectedBluetoothDevices",e,{type:"async"})},getFileInfo:function(e){return u("getFileInfo",e,{type:"async"})},getImageInfo:function(e){return u("getImageInfo",e,{type:"async"})},getLocation:function(e){return u("getLocation",e,{type:"async"})},getNetworkType:function(e){return u("getNetworkType",e,{type:"async"})},getOpenUserInfo:function(e){return u("getOpenUserInfo",e,{type:"async"})},getSavedFileInfo:function(e){return u("getSavedFileInfo",e,{type:"async"})},getSavedFileList:function(e){return u("getSavedFileList",e,{type:"async"})},getScreenBrightness:function(e){return u("getScreenBrightness",e,{type:"async"})},getServerTime:function(e){return u("getServerTime",e,{type:"async"})},getSetting:function(e){return u("getSetting",e,{type:"async"})},getSiteInfo:function(e){return u("getSiteInfo",e,{type:"async"})},getStorage:function(e){return u("getStorage",e,{type:"async"})},getSystemInfo:function(e){return u("getSystemInfo",e,{type:"async"})},hideBackHome:function(e){return u("hideBackHome",e,{type:"async"})},hideKeyboard:function(e){return u("hideKeyboard",e,{type:"async"})},hideLoading:function(e){return u("hideLoading",e,{type:"async"})},hideNavigationBarLoading:function(e){return u("hideNavigationBarLoading",e,{type:"async"})},hideTabBar:function(e){return u("hideTabBar",e,{type:"async"})},hideToast:function(e){return u("hideToast",e,{type:"async"})},makePhoneCall:function(e){return u("makePhoneCall",e,{type:"async"})},multiLevelSelect:function(e){return u("multiLevelSelect",e,{type:"async"})},navigateBack:function(e){return u("navigateBack",e,{type:"async"})},navigateBackMiniProgram:function(e){return u("navigateBackMiniProgram",e,{type:"async"})},navigateTo:function(e){return u("navigateTo",e,{type:"async"})},navigateToMiniProgram:function(e){return u("navigateToMiniProgram",e,{type:"async"})},notifyBLECharacteristicValueChange:function(e){return u("notifyBLECharacteristicValueChange",e,{type:"async"})},offAccelerometerChange:function(e){return u("offAccelerometerChange",e,{type:"callback"})},offBLECharacteristicValueChange:function(e){return u("offBLECharacteristicValueChange",e,{type:"callback"})},offBLEConnectionStateChanged:function(e){return u("offBLEConnectionStateChanged",e,{type:"callback"})},offBluetoothAdapterStateChange:function(e){return u("offBluetoothAdapterStateChange",e,{type:"callback"})},offBluetoothDeviceFound:function(e){return u("offBluetoothDeviceFound",e,{type:"callback"})},offCompassChange:function(e){return u("offCompassChange",e,{type:"callback"})},offMemoryWarning:function(e){return u("offMemoryWarning",e,{type:"callback"})},offSocketClose:function(e){return u("offSocketClose",e,{type:"callback"})},offSocketError:function(e){return u("offSocketError",e,{type:"callback"})},offSocketMessage:function(e){return u("offSocketMessage",e,{type:"callback"})},offSocketOpen:function(e){return u("offSocketOpen",e,{type:"callback"})},offUserCaptureScreen:function(e){return u("offUserCaptureScreen",e,{type:"callback"})},onAccelerometerChange:function(e){return u("onAccelerometerChange",e,{type:"callback"})},onBLECharacteristicValueChange:function(e){return u("onBLECharacteristicValueChange",e,{type:"callback"})},onBLEConnectionStateChanged:function(e){return u("onBLEConnectionStateChanged",e,{type:"callback"})},onBluetoothAdapterStateChange:function(e){return u("onBluetoothAdapterStateChange",e,{type:"callback"})},onBluetoothDeviceFound:function(e){return u("onBluetoothDeviceFound",e,{type:"callback"})},onCompassChange:function(e){return u("onCompassChange",e,{type:"callback"})},onMemoryWarning:function(e){return u("onMemoryWarning",e,{type:"callback"})},onSocketClose:function(e){return u("onSocketClose",e,{type:"callback"})},onSocketError:function(e){return u("onSocketError",e,{type:"callback"})},onSocketMessage:function(e){return u("onSocketMessage",e,{type:"callback"})},onSocketOpen:function(e){return u("onSocketOpen",e,{type:"callback"})},onUserCaptureScreen:function(e){return u("onUserCaptureScreen",e,{type:"callback"})},openBluetoothAdapter:function(e){return u("openBluetoothAdapter",e,{type:"async"})},openDocument:function(e){return u("openDocument",e,{type:"async"})},openSetting:function(e){return u("openSetting",e,{type:"async"})},pageScrollTo:function(e){return u("pageScrollTo",e,{type:"async"})},previewImage:function(e){return u("previewImage",e,{type:"async"})},prompt:function(e){return u("prompt",e,{type:"async"})},readBLECharacteristicValue:function(e){return u("readBLECharacteristicValue",e,{type:"async"})},redirectTo:function(e){return u("redirectTo",e,{type:"async"})},reLaunch:function(e){return u("reLaunch",e,{type:"async"})},removeSavedFile:function(e){return u("removeSavedFile",e,{type:"async"})},removeStorage:function(e){return u("removeStorage",e,{type:"async"})},request:function(e){return u("request",e,{type:"async"})},saveFile:function(e){return u("saveFile",e,{type:"async"})},saveImage:function(e){return u("saveImage",e,{type:"async"})},scan:function(e){return u("scan",e,{type:"async"})},sendSocketMessage:function(e){return u("sendSocketMessage",e,{type:"async"})},setBackgroundColor:function(e){return u("setBackgroundColor",e,{type:"async"})},setCanPullDown:function(e){return u("setCanPullDown",e,{type:"sync"})},setClipboard:function(e){return u("setClipboard",e,{type:"async"})},setKeepScreenOn:function(e){return u("setKeepScreenOn",e,{type:"async"})},setNavigationBar:function(e){return u("setNavigationBar",e,{type:"async"})},setScreenBrightness:function(e){return u("setScreenBrightness",e,{type:"async"})},setStorage:function(e){return u("setStorage",e,{type:"async"})},setTabBarStyle:function(e){return u("setTabBarStyle",e,{type:"async"})},showActionSheet:function(e){return u("showActionSheet",e,{type:"async"})},showAuthGuide:function(e){return u("showAuthGuide",e,{type:"async"})},showLoading:function(e){return u("showLoading",e,{type:"async"})},showNavigationBarLoading:function(e){return u("showNavigationBarLoading",e,{type:"async"})},showToast:function(e){return u("showToast",e,{type:"async"})},signContract:function(e){return u("signContract",e,{type:"async"})},startBluetoothDevicesDiscovery:function(e){return u("startBluetoothDevicesDiscovery",e,{type:"async"})},startPullDownRefresh:function(e){return u("startPullDownRefresh",e,{type:"async"})},stopBluetoothDevicesDiscovery:function(e){return u("stopBluetoothDevicesDiscovery",e,{type:"async"})},stopPullDownRefresh:function(e){return u("stopPullDownRefresh",e,{type:"async"})},switchTab:function(e){return u("switchTab",e,{type:"async"})},tradePay:function(e){return u("tradePay",e,{type:"async"})},uploadFile:function(e){return u("uploadFile",e,{type:"async"})},vibrate:function(e){return u("vibrate",e,{type:"async"})},watchShake:function(e){return u("watchShake",e,{type:"async"})},writeBLECharacteristicValue:function(e){return u("writeBLECharacteristicValue",e,{type:"async"})},showSharePanel:function(e){return u("showSharePanel",e,{type:"async"})},getCurrentLanguage:l,openURL:ee,createWithoutAuthRpc:te,getAppId:function(e){u("getAppIdSync",e,{type:"sync"})},getCurrentPages:function(e){u("__hy_internal__",oe({name:"getCurrentPages"},e))},getSDKVersion:function(e){u("SDKVersion",re({},e),{type:"attribute"})},defineRuntimeConfig:ce}})(),o.default})()));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.my=t():e.my=t()}(self,(()=>(()=>{"use strict";var e={d:(t,n)=>{for(var o in n)e.o(n,o)&&!e.o(t,o)&&Object.defineProperty(t,o,{enumerable:!0,get:n[o]})},o:(e,t)=>Object.prototype.hasOwnProperty.call(e,t)},t={};e.d(t,{default:()=>l});var n=!1,o=[];function r(e){return o.push(e),function(){o=o.filter((function(t){return t!==e}))}}function a(e){return n||(document.addEventListener("onToWebViewMessage",(function(e){var t=e.data.res;if(t&&"message"===t.type){var n=JSON.parse(t.data);o.forEach((function(e){return e(n)}))}})),n=!0),function(e){if(window.AlipayJSBridge)return e();document.addEventListener("AlipayJSBridgeReady",(function(){return e()}),!1)}((function(){window.AlipayJSBridge.call("postWebViewMessage",{type:"message",detail:e})}))}var c={};function i(e,t,n){var o=e+"_"+Math.floor(1e6*Math.random());t&&(c[o]=t),a({source:"hylid",type:"apiCall",api:e,serialId:o,options:t,config:n,isSync:null==n?void 0:n.isSync})}r((function(e){var t,n=e,o=n.serialId;if(o&&c[o]){var r=c[o],a=n.result;if("callback"===(null===(t=n.config)||void 0===t?void 0:t.type)){var i=a||{},u=i._data_;return"success"===i._type_?r(u):r(void 0,u)}var s=r||{},y=s.success,f=s.fail,l=s.complete,p=a||{},g=p._data_,d=p._type_;d?("success"===d&&(null==y||y(g)),"fail"===d&&(null==f||f(g)),null==l||l(g)):((null==a?void 0:a.error)?null==f||f(a):null==y||y(a),null==l||l(a)),delete c[o]}})),i.onMessage=r,i.postMessage=a,i.broadcastGlobalData=function(e,t){a({source:"hylid",type:"broadcast",from:window.location.href,key:e,result:t})},i.onReceiveGlobalData=function(e,t){return r((function(n){var o=n;if("hylid"===o.source&&"broadcast"===o.type&&o.key===e){var r=o.result||{},a=r._data_;return"success"===r._type_?t(a,void 0,o.from):t(void 0,a,o.from)}}))},i.onPageEvent=function(e,t){return a({source:"hylid",type:"pageEvent",event:e}),r((function(n){var o=n;if("hylid"===o.source&&"pageEvent"===o.type&&o.event===e){var r=o.result||{},a=r._data_;return"success"===r._type_?t(a):t(void 0,a)}}))};function u(e){return u="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},u(e)}var s="",y=function(){return y=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},y.apply(this,arguments)},f=function(){return f=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},f.apply(this,arguments)};const l={addPhoneContact:function(e){return i("addPhoneContact",e,{type:"async"})},alert:function(e){return i("alert",e,{type:"async"})},chooseImage:function(e){return i("chooseImage",e,{type:"async"})},choosePhoneContact:function(e){return i("choosePhoneContact",e,{type:"async"})},clearStorage:function(e){return i("clearStorage",e,{type:"async"})},closeBluetoothAdapter:function(e){return i("closeBluetoothAdapter",e,{type:"async"})},closeSocket:function(e){return i("closeSocket",e,{type:"async"})},confirm:function(e){return i("confirm",e,{type:"async"})},connectBLEDevice:function(e){return i("connectBLEDevice",e,{type:"async"})},connectSocket:function(e){return i("connectSocket",e,{type:"async"})},datePicker:function(e){return i("datePicker",e,{type:"async"})},disconnectBLEDevice:function(e){return i("disconnectBLEDevice",e,{type:"async"})},downloadFile:function(e){return i("downloadFile",e,{type:"async"})},getAuthCode:function(e){return i("getAuthCode",e,{type:"async"})},getBatteryInfo:function(e){return i("getBatteryInfo",e,{type:"async"})},getBLEDeviceCharacteristics:function(e){return i("getBLEDeviceCharacteristics",e,{type:"async"})},getBLEDeviceServices:function(e){return i("getBLEDeviceServices",e,{type:"async"})},getBluetoothAdapterState:function(e){return i("getBluetoothAdapterState",e,{type:"async"})},getBluetoothDevices:function(e){return i("getBluetoothDevices",e,{type:"async"})},getClipboard:function(e){return i("getClipboard",e,{type:"async"})},getConnectedBluetoothDevices:function(e){return i("getConnectedBluetoothDevices",e,{type:"async"})},getFileInfo:function(e){return i("getFileInfo",e,{type:"async"})},getImageInfo:function(e){return i("getImageInfo",e,{type:"async"})},getLocation:function(e){return i("getLocation",e,{type:"async"})},getNetworkType:function(e){return i("getNetworkType",e,{type:"async"})},getOpenUserInfo:function(e){return i("getOpenUserInfo",e,{type:"async"})},getSavedFileInfo:function(e){return i("getSavedFileInfo",e,{type:"async"})},getSavedFileList:function(e){return i("getSavedFileList",e,{type:"async"})},getScreenBrightness:function(e){return i("getScreenBrightness",e,{type:"async"})},getServerTime:function(e){return i("getServerTime",e,{type:"async"})},getSetting:function(e){return i("getSetting",e,{type:"async"})},getSiteInfo:function(e){return i("getSiteInfo",e,{type:"async"})},getStorage:function(e){return i("getStorage",e,{type:"async"})},getSystemInfo:function(e){return i("getSystemInfo",e,{type:"async"})},hideBackHome:function(e){return i("hideBackHome",e,{type:"async"})},hideKeyboard:function(e){return i("hideKeyboard",e,{type:"async"})},hideLoading:function(e){return i("hideLoading",e,{type:"async"})},hideNavigationBarLoading:function(e){return i("hideNavigationBarLoading",e,{type:"async"})},hideTabBar:function(e){return i("hideTabBar",e,{type:"async"})},hideToast:function(e){return i("hideToast",e,{type:"async"})},makePhoneCall:function(e){return i("makePhoneCall",e,{type:"async"})},multiLevelSelect:function(e){return i("multiLevelSelect",e,{type:"async"})},navigateBack:function(e){return i("navigateBack",e,{type:"async"})},navigateBackMiniProgram:function(e){return i("navigateBackMiniProgram",e,{type:"async"})},navigateTo:function(e){return i("navigateTo",e,{type:"async"})},navigateToMiniProgram:function(e){return i("navigateToMiniProgram",e,{type:"async"})},notifyBLECharacteristicValueChange:function(e){return i("notifyBLECharacteristicValueChange",e,{type:"async"})},offAccelerometerChange:function(e){return i("offAccelerometerChange",e,{type:"callback"})},offBLECharacteristicValueChange:function(e){return i("offBLECharacteristicValueChange",e,{type:"callback"})},offBLEConnectionStateChanged:function(e){return i("offBLEConnectionStateChanged",e,{type:"callback"})},offBluetoothAdapterStateChange:function(e){return i("offBluetoothAdapterStateChange",e,{type:"callback"})},offBluetoothDeviceFound:function(e){return i("offBluetoothDeviceFound",e,{type:"callback"})},offCompassChange:function(e){return i("offCompassChange",e,{type:"callback"})},offMemoryWarning:function(e){return i("offMemoryWarning",e,{type:"callback"})},offSocketClose:function(e){return i("offSocketClose",e,{type:"callback"})},offSocketError:function(e){return i("offSocketError",e,{type:"callback"})},offSocketMessage:function(e){return i("offSocketMessage",e,{type:"callback"})},offSocketOpen:function(e){return i("offSocketOpen",e,{type:"callback"})},offUserCaptureScreen:function(e){return i("offUserCaptureScreen",e,{type:"callback"})},onAccelerometerChange:function(e){return i("onAccelerometerChange",e,{type:"callback"})},onBLECharacteristicValueChange:function(e){return i("onBLECharacteristicValueChange",e,{type:"callback"})},onBLEConnectionStateChanged:function(e){return i("onBLEConnectionStateChanged",e,{type:"callback"})},onBluetoothAdapterStateChange:function(e){return i("onBluetoothAdapterStateChange",e,{type:"callback"})},onBluetoothDeviceFound:function(e){return i("onBluetoothDeviceFound",e,{type:"callback"})},onCompassChange:function(e){return i("onCompassChange",e,{type:"callback"})},onMemoryWarning:function(e){return i("onMemoryWarning",e,{type:"callback"})},onSocketClose:function(e){return i("onSocketClose",e,{type:"callback"})},onSocketError:function(e){return i("onSocketError",e,{type:"callback"})},onSocketMessage:function(e){return i("onSocketMessage",e,{type:"callback"})},onSocketOpen:function(e){return i("onSocketOpen",e,{type:"callback"})},onUserCaptureScreen:function(e){return i("onUserCaptureScreen",e,{type:"callback"})},openBluetoothAdapter:function(e){return i("openBluetoothAdapter",e,{type:"async"})},openDocument:function(e){return i("openDocument",e,{type:"async"})},openSetting:function(e){return i("openSetting",e,{type:"async"})},pageScrollTo:function(e){return i("pageScrollTo",e,{type:"async"})},previewImage:function(e){return i("previewImage",e,{type:"async"})},prompt:function(e){return i("prompt",e,{type:"async"})},readBLECharacteristicValue:function(e){return i("readBLECharacteristicValue",e,{type:"async"})},redirectTo:function(e){return i("redirectTo",e,{type:"async"})},reLaunch:function(e){return i("reLaunch",e,{type:"async"})},removeSavedFile:function(e){return i("removeSavedFile",e,{type:"async"})},removeStorage:function(e){return i("removeStorage",e,{type:"async"})},request:function(e){return i("request",e,{type:"async"})},saveFile:function(e){return i("saveFile",e,{type:"async"})},saveImage:function(e){return i("saveImage",e,{type:"async"})},scan:function(e){return i("scan",e,{type:"async"})},sendSocketMessage:function(e){return i("sendSocketMessage",e,{type:"async"})},setBackgroundColor:function(e){return i("setBackgroundColor",e,{type:"async"})},setCanPullDown:function(e){return i("setCanPullDown",e,{type:"sync"})},setClipboard:function(e){return i("setClipboard",e,{type:"async"})},setKeepScreenOn:function(e){return i("setKeepScreenOn",e,{type:"async"})},setNavigationBar:function(e){return i("setNavigationBar",e,{type:"async"})},setScreenBrightness:function(e){return i("setScreenBrightness",e,{type:"async"})},setStorage:function(e){return i("setStorage",e,{type:"async"})},setTabBarStyle:function(e){return i("setTabBarStyle",e,{type:"async"})},showActionSheet:function(e){return i("showActionSheet",e,{type:"async"})},showAuthGuide:function(e){return i("showAuthGuide",e,{type:"async"})},showLoading:function(e){return i("showLoading",e,{type:"async"})},showNavigationBarLoading:function(e){return i("showNavigationBarLoading",e,{type:"async"})},showToast:function(e){return i("showToast",e,{type:"async"})},signContract:function(e){return i("signContract",e,{type:"async"})},startBluetoothDevicesDiscovery:function(e){return i("startBluetoothDevicesDiscovery",e,{type:"async"})},startPullDownRefresh:function(e){return i("startPullDownRefresh",e,{type:"async"})},stopBluetoothDevicesDiscovery:function(e){return i("stopBluetoothDevicesDiscovery",e,{type:"async"})},stopPullDownRefresh:function(e){return i("stopPullDownRefresh",e,{type:"async"})},switchTab:function(e){return i("switchTab",e,{type:"async"})},tradePay:function(e){return i("tradePay",e,{type:"async"})},uploadFile:function(e){return i("uploadFile",e,{type:"async"})},vibrate:function(e){return i("vibrate",e,{type:"async"})},watchShake:function(e){return i("watchShake",e,{type:"async"})},writeBLECharacteristicValue:function(e){return i("writeBLECharacteristicValue",e,{type:"async"})},showSharePanel:function(e){return i("showSharePanel",e,{type:"async"})},getCurrentLanguage:function(){if(!s){var e=function(){var e;if("object"===("undefined"==typeof window?"undefined":u(window))){var t=null===(e=window.location.search)||void 0===e?void 0:e.match(/__lang__=([^&]*)/);if(t)return t[1]}}()||function(){var e;if("object"===("undefined"==typeof document?"undefined":u(document))){var t=null===(e=document.documentElement)||void 0===e?void 0:e.lang;if(t)return t}}()||function(){var e;if("object"===("undefined"==typeof window?"undefined":u(window))){var t=(null===(e=window.navigator)||void 0===e?void 0:e.userAgent)||"",n=(/Language\/([^\s]*)/i.exec(t)||[]).pop();if(n)return n}}()||function(){var e;if("object"===("undefined"==typeof window?"undefined":u(window))&&window.navigator){var t=window.navigator,n=(null===(e=t.languages)||void 0===e?void 0:e[0])||t.language||t.userLanguage||t.browserLanguage;if(n)return n}}()||"en-US";s=e.toLowerCase()}return s},getAppId:function(e){i("getAppIdSync",e,{type:"sync"})},getCurrentPages:function(e){i("__hy_internal__",y({name:"getCurrentPages"},e))},getSDKVersion:function(e){i("SDKVersion",f({},e),{type:"attribute"})}};return t.default})()));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e,n){"object"==typeof exports&&"object"==typeof module?module.exports=n():"function"==typeof define&&define.amd?define([],n):"object"==typeof exports?exports.my=n():e.my=n()}(self,(()=>(()=>{"use strict";var e={5554:e=>{var n="%[a-f0-9]{2}",t=new RegExp("("+n+")|([^%]+?)","gi"),o=new RegExp("("+n+")+","gi");function r(e,n){try{return[decodeURIComponent(e.join(""))]}catch(e){}if(1===e.length)return e;n=n||1;var t=e.slice(0,n),o=e.slice(n);return Array.prototype.concat.call([],r(t),r(o))}function a(e){try{return decodeURIComponent(e)}catch(a){for(var n=e.match(t)||[],o=1;o<n.length;o++)n=(e=r(n,o).join("")).match(t)||[];return e}}e.exports=function(e){if("string"!=typeof e)throw new TypeError("Expected `encodedURI` to be of type `string`, got `"+typeof e+"`");try{return e=e.replace(/\+/g," "),decodeURIComponent(e)}catch(n){return function(e){for(var n={"%FE%FF":"��","%FF%FE":"��"},t=o.exec(e);t;){try{n[t[0]]=decodeURIComponent(t[0])}catch(e){var r=a(t[0]);r!==t[0]&&(n[t[0]]=r)}t=o.exec(e)}n["%C2"]="�";for(var c=Object.keys(n),i=0;i<c.length;i++){var u=c[i];e=e.replace(new RegExp(u,"g"),n[u])}return e}(e)}}},3563:(e,n,t)=>{function o(e){return o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},o(e)}t(6635);var r=t(5554);function a(e,n){if("string"!=typeof e||"string"!=typeof n)throw new TypeError("Expected the arguments to be of type `string`");if(""===n)return[e];var t=e.indexOf(n);return-1===t?[e]:[e.slice(0,t),e.slice(t+n.length)]}function c(e,n){return n.decode?r(e):e}function i(e){return Array.isArray(e)?e.sort():"object"===o(e)?i(Object.keys(e)).sort((function(e,n){return Number(e)-Number(n)})).map((function(n){return e[n]})):e}function u(e,n){return n.parseNumbers&&!Number.isNaN(Number(e))&&"string"==typeof e&&""!==e.trim()?e=Number(e):!n.parseBooleans||null===e||"true"!==e.toLowerCase()&&"false"!==e.toLowerCase()||(e="true"===e.toLowerCase()),e}n.Qc=function(e,n){var t=function(e){var n;switch(e.arrayFormat){case"index":return function(e,t,o){n=/\[(\d*)\]$/.exec(e),e=e.replace(/\[\d*\]$/,""),n?(void 0===o[e]&&(o[e]={}),o[e][n[1]]=t):o[e]=t};case"bracket":return function(e,t,o){n=/(\[\])$/.exec(e),e=e.replace(/\[\]$/,""),n?void 0!==o[e]?o[e]=[].concat(o[e],t):o[e]=[t]:o[e]=t};case"comma":return function(e,n,t){var o="string"==typeof n&&n.split("").indexOf(",")>-1?n.split(","):n;t[e]=o};default:return function(e,n,t){void 0!==t[e]?t[e]=[].concat(t[e],n):t[e]=n}}}(n=Object.assign({decode:!0,sort:!0,arrayFormat:"none",parseNumbers:!1,parseBooleans:!1},n)),r=Object.create(null);if("string"!=typeof e)return r;if(!(e=e.trim().replace(/^[?#&]/,"")))return r;var s,p,l=!0,f=!1,y=void 0;try{for(var d,h=e.split("&")[Symbol.iterator]();!(l=(d=h.next()).done);l=!0){var g=(s=a(d.value.replace(/\+/g," "),"="),p=2,function(e){if(Array.isArray(e))return e}(s)||function(e,n){if(Symbol.iterator in Object(e)||"[object Arguments]"===Object.prototype.toString.call(e)){var t=[],o=!0,r=!1,a=void 0;try{for(var c,i=e[Symbol.iterator]();!(o=(c=i.next()).done)&&(t.push(c.value),!n||t.length!==n);o=!0);}catch(e){r=!0,a=e}finally{try{o||null==i.return||i.return()}finally{if(r)throw a}}return t}}(s,p)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance")}()),m=g[0];w=void 0===(w=g[1])?null:c(w,n),t(c(m,n),w,r)}}catch(e){f=!0,y=e}finally{try{l||null==h.return||h.return()}finally{if(f)throw y}}for(var v=0,b=Object.keys(r);v<b.length;v++){var w;if(m=b[v],"object"===o(w=r[m])&&null!==w)for(var S=0,C=Object.keys(w);S<C.length;S++){var A=C[S];w[A]=u(w[A],n)}else r[m]=u(w,n)}return!1===n.sort?r:(!0===n.sort?Object.keys(r).sort():Object.keys(r).sort(n.sort)).reduce((function(e,n){var t=r[n];return Boolean(t)&&"object"===o(t)&&!Array.isArray(t)?e[n]=i(t):e[n]=t,e}),Object.create(null))}},6635:e=>{e.exports=function(e){return encodeURIComponent(e).replace(/[!'()*]/g,(function(e){return"%"+e.charCodeAt(0).toString(16).toUpperCase()}))}},7375:(e,n)=>{var t=Object.prototype.hasOwnProperty;function o(e){try{return decodeURIComponent(e.replace(/\+/g," "))}catch(e){return null}}function r(e){try{return encodeURIComponent(e)}catch(e){return null}}n.stringify=function(e,n){n=n||"";var o,a,c=[];for(a in"string"!=typeof n&&(n="?"),e)if(t.call(e,a)){if((o=e[a])||null!=o&&!isNaN(o)||(o=""),a=r(a),o=r(o),null===a||null===o)continue;c.push(a+"="+o)}return c.length?n+c.join("&"):""},n.parse=function(e){for(var n,t=/([^=?#&]+)=?([^&]*)/g,r={};n=t.exec(e);){var a=o(n[1]),c=o(n[2]);null===a||null===c||a in r||(r[a]=c)}return r}},7245:e=>{e.exports=function(e,n){if(n=n.split(":")[0],!(e=+e))return!1;switch(n){case"http":case"ws":return 80!==e;case"https":case"wss":return 443!==e;case"ftp":return 21!==e;case"gopher":return 70!==e;case"file":return!1}return 0!==e}},5731:(e,n,t)=>{var o=t(7245),r=t(7375),a=/^[\x00-\x20\u00a0\u1680\u2000-\u200a\u2028\u2029\u202f\u205f\u3000\ufeff]+/,c=/[\n\r\t]/g,i=/^[A-Za-z][A-Za-z0-9+-.]*:\/\//,u=/:\d+$/,s=/^([a-z][a-z0-9.+-]*:)?(\/\/)?([\\/]+)?([\S\s]*)/i,p=/^[a-zA-Z]:/;function l(e){return(e||"").toString().replace(a,"")}var f=[["#","hash"],["?","query"],function(e,n){return h(n.protocol)?e.replace(/\\/g,"/"):e},["/","pathname"],["@","auth",1],[NaN,"host",void 0,1,1],[/:(\d*)$/,"port",void 0,1],[NaN,"hostname",void 0,1,1]],y={hash:1,query:1};function d(e){var n,o=("undefined"!=typeof window?window:void 0!==t.g?t.g:"undefined"!=typeof self?self:{}).location||{},r={},a=typeof(e=e||o);if("blob:"===e.protocol)r=new m(unescape(e.pathname),{});else if("string"===a)for(n in r=new m(e,{}),y)delete r[n];else if("object"===a){for(n in e)n in y||(r[n]=e[n]);void 0===r.slashes&&(r.slashes=i.test(e.href))}return r}function h(e){return"file:"===e||"ftp:"===e||"http:"===e||"https:"===e||"ws:"===e||"wss:"===e}function g(e,n){e=(e=l(e)).replace(c,""),n=n||{};var t,o=s.exec(e),r=o[1]?o[1].toLowerCase():"",a=!!o[2],i=!!o[3],u=0;return a?i?(t=o[2]+o[3]+o[4],u=o[2].length+o[3].length):(t=o[2]+o[4],u=o[2].length):i?(t=o[3]+o[4],u=o[3].length):t=o[4],"file:"===r?u>=2&&(t=t.slice(2)):h(r)?t=o[4]:r?a&&(t=t.slice(2)):u>=2&&h(n.protocol)&&(t=o[4]),{protocol:r,slashes:a||h(r),slashesCount:u,rest:t}}function m(e,n,t){if(e=(e=l(e)).replace(c,""),!(this instanceof m))return new m(e,n,t);var a,i,u,s,y,v,b=f.slice(),w=typeof n,S=this,C=0;for("object"!==w&&"string"!==w&&(t=n,n=null),t&&"function"!=typeof t&&(t=r.parse),a=!(i=g(e||"",n=d(n))).protocol&&!i.slashes,S.slashes=i.slashes||a&&n.slashes,S.protocol=i.protocol||n.protocol||"",e=i.rest,("file:"===i.protocol&&(2!==i.slashesCount||p.test(e))||!i.slashes&&(i.protocol||i.slashesCount<2||!h(S.protocol)))&&(b[3]=[/(.*)/,"pathname"]);C<b.length;C++)"function"!=typeof(s=b[C])?(u=s[0],v=s[1],u!=u?S[v]=e:"string"==typeof u?~(y="@"===u?e.lastIndexOf(u):e.indexOf(u))&&("number"==typeof s[2]?(S[v]=e.slice(0,y),e=e.slice(y+s[2])):(S[v]=e.slice(y),e=e.slice(0,y))):(y=u.exec(e))&&(S[v]=y[1],e=e.slice(0,y.index)),S[v]=S[v]||a&&s[3]&&n[v]||"",s[4]&&(S[v]=S[v].toLowerCase())):e=s(e,S);t&&(S.query=t(S.query)),a&&n.slashes&&"/"!==S.pathname.charAt(0)&&(""!==S.pathname||""!==n.pathname)&&(S.pathname=function(e,n){if(""===e)return n;for(var t=(n||"/").split("/").slice(0,-1).concat(e.split("/")),o=t.length,r=t[o-1],a=!1,c=0;o--;)"."===t[o]?t.splice(o,1):".."===t[o]?(t.splice(o,1),c++):c&&(0===o&&(a=!0),t.splice(o,1),c--);return a&&t.unshift(""),"."!==r&&".."!==r||t.push(""),t.join("/")}(S.pathname,n.pathname)),"/"!==S.pathname.charAt(0)&&h(S.protocol)&&(S.pathname="/"+S.pathname),o(S.port,S.protocol)||(S.host=S.hostname,S.port=""),S.username=S.password="",S.auth&&(~(y=S.auth.indexOf(":"))?(S.username=S.auth.slice(0,y),S.username=encodeURIComponent(decodeURIComponent(S.username)),S.password=S.auth.slice(y+1),S.password=encodeURIComponent(decodeURIComponent(S.password))):S.username=encodeURIComponent(decodeURIComponent(S.auth)),S.auth=S.password?S.username+":"+S.password:S.username),S.origin="file:"!==S.protocol&&h(S.protocol)&&S.host?S.protocol+"//"+S.host:"null",S.href=S.toString()}m.prototype={set:function(e,n,t){var a=this;switch(e){case"query":"string"==typeof n&&n.length&&(n=(t||r.parse)(n)),a[e]=n;break;case"port":a[e]=n,o(n,a.protocol)?n&&(a.host=a.hostname+":"+n):(a.host=a.hostname,a[e]="");break;case"hostname":a[e]=n,a.port&&(n+=":"+a.port),a.host=n;break;case"host":a[e]=n,u.test(n)?(n=n.split(":"),a.port=n.pop(),a.hostname=n.join(":")):(a.hostname=n,a.port="");break;case"protocol":a.protocol=n.toLowerCase(),a.slashes=!t;break;case"pathname":case"hash":if(n){var c="pathname"===e?"/":"#";a[e]=n.charAt(0)!==c?c+n:n}else a[e]=n;break;case"username":case"password":a[e]=encodeURIComponent(n);break;case"auth":var i=n.indexOf(":");~i?(a.username=n.slice(0,i),a.username=encodeURIComponent(decodeURIComponent(a.username)),a.password=n.slice(i+1),a.password=encodeURIComponent(decodeURIComponent(a.password))):a.username=encodeURIComponent(decodeURIComponent(n))}for(var s=0;s<f.length;s++){var p=f[s];p[4]&&(a[p[1]]=a[p[1]].toLowerCase())}return a.auth=a.password?a.username+":"+a.password:a.username,a.origin="file:"!==a.protocol&&h(a.protocol)&&a.host?a.protocol+"//"+a.host:"null",a.href=a.toString(),a},toString:function(e){e&&"function"==typeof e||(e=r.stringify);var n,t=this,o=t.host,a=t.protocol;a&&":"!==a.charAt(a.length-1)&&(a+=":");var c=a+(t.protocol&&t.slashes||h(t.protocol)?"//":"");return t.username?(c+=t.username,t.password&&(c+=":"+t.password),c+="@"):t.password?(c+=":"+t.password,c+="@"):"file:"!==t.protocol&&h(t.protocol)&&!o&&"/"!==t.pathname&&(c+="@"),(":"===o[o.length-1]||u.test(t.hostname)&&!t.port)&&(o+=":"),c+=o+t.pathname,(n="object"==typeof t.query?e(t.query):t.query)&&(c+="?"!==n.charAt(0)?"?"+n:n),t.hash&&(c+=t.hash),c}},m.extractProtocol=g,m.location=d,m.trimLeft=l,m.qs=r,e.exports=m}},n={};function t(o){var r=n[o];if(void 0!==r)return r.exports;var a=n[o]={exports:{}};return e[o](a,a.exports,t),a.exports}t.n=e=>{var n=e&&e.__esModule?()=>e.default:()=>e;return t.d(n,{a:n}),n},t.d=(e,n)=>{for(var o in n)t.o(n,o)&&!t.o(e,o)&&Object.defineProperty(e,o,{enumerable:!0,get:n[o]})},t.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),t.o=(e,n)=>Object.prototype.hasOwnProperty.call(e,n);var o={};return(()=>{t.d(o,{default:()=>ie});var e=function(e){if(window.AlipayJSBridge)return e();document.addEventListener("AlipayJSBridgeReady",(function(){return e()}),!1)},n=!1,r=[];function a(e){return r.push(e),function(){r=r.filter((function(n){return n!==e}))}}function c(t){return n||(document.addEventListener("onToWebViewMessage",(function(e){var n=e.data.res;if(n&&"message"===n.type){var t=JSON.parse(n.data);r.forEach((function(e){return e(t)}))}})),n=!0),e((function(){window.AlipayJSBridge.call("postWebViewMessage",{type:"message",detail:t})}))}var i={};function u(e,n,t){var o=e+"_"+Math.floor(1e6*Math.random());n&&(i[o]=n),c({source:"hylid",type:"apiCall",api:e,serialId:o,options:n,config:t,isSync:null==t?void 0:t.isSync})}a((function(e){var n,t=e,o=t.serialId;if(o&&i[o]){var r=i[o],a=t.result;if("callback"===(null===(n=t.config)||void 0===n?void 0:n.type)){var c=a||{},u=c._data_;return"success"===c._type_?r(u):r(void 0,u)}var s=r||{},p=s.success,l=s.fail,f=s.complete,y=a||{},d=y._data_,h=y._type_;h?("success"===h&&(null==p||p(d)),"fail"===h&&(null==l||l(d)),null==f||f(d)):((null==a?void 0:a.error)?null==l||l(a):null==p||p(a),null==f||f(a)),delete i[o]}})),u.onMessage=a,u.postMessage=c,u.broadcastGlobalData=function(e,n){c({source:"hylid",type:"broadcast",from:window.location.href,key:e,result:n})},u.onReceiveGlobalData=function(e,n){return a((function(t){var o=t;if("hylid"===o.source&&"broadcast"===o.type&&o.key===e){var r=o.result||{},a=r._data_;return"success"===r._type_?n(a,void 0,o.from):n(void 0,a,o.from)}}))},u.onPageEvent=function(e,n){return c({source:"hylid",type:"pageEvent",event:e}),a((function(t){var o=t;if("hylid"===o.source&&"pageEvent"===o.type&&o.event===e){var r=o.result||{},a=r._data_;return"success"===r._type_?n(a):n(void 0,a)}}))};function s(e){return s="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},s(e)}var p="";const l=function(){if(!p){var e=function(){var e;if("object"===("undefined"==typeof window?"undefined":s(window))){var n=null===(e=window.location.search)||void 0===e?void 0:e.match(/__lang__=([^&]*)/);if(n)return n[1]}}()||function(){var e;if("object"===("undefined"==typeof document?"undefined":s(document))){var n=null===(e=document.documentElement)||void 0===e?void 0:e.lang;if(n)return n}}()||function(){var e;if("object"===("undefined"==typeof window?"undefined":s(window))){var n=(null===(e=window.navigator)||void 0===e?void 0:e.userAgent)||"",t=(/Language\/([^\s]*)/i.exec(n)||[]).pop();if(t)return t}}()||function(){var e;if("object"===("undefined"==typeof window?"undefined":s(window))&&window.navigator){var n=window.navigator,t=(null===(e=n.languages)||void 0===e?void 0:e[0])||n.language||n.userLanguage||n.browserLanguage;if(t)return t}}()||"en-US";p=e.toLowerCase()}return p};var f,y,d=function(e){return function(n){return new Promise((function(t,o){var r=n||{},a=r.success,c=r.fail,i=r.complete,u=function(e,n){var t={};for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&n.indexOf(o)<0&&(t[o]=e[o]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(o=Object.getOwnPropertySymbols(e);r<o.length;r++)n.indexOf(o[r])<0&&Object.prototype.propertyIsEnumerable.call(e,o[r])&&(t[o[r]]=e[o[r]])}return t}(r,["success","fail","complete"]);e(u,(function(e){t(e),null==a||a(e),null==i||i(e)}),(function(e){o(e),null==c||c(e),null==i||i(e)}))}))}},h=function(e){return function(n){return toString.call(n)==="[object ".concat(e,"]")}},g=(h("RegExp"),h("String"),h("Function"),h("Object")),m=(h("Number"),Array.isArray,h("Boolean"),function(){for(var e=[],n=0;n<arguments.length;n++)e[n]=arguments[n];return e.reduce((function(e,n){var t;if(!n)return e;for(var o=Object.entries(n),r=o.length,a=0;a<r;a++){var c=o[a],i=c[0],u=c[1];g(u)?e[i]=m(e[i],u):Object.assign(e,((t={})[i]=u,t))}return e}),{})}),v=t(3563),b=t(5731),w=t.n(b),S=function(){return S=Object.assign||function(e){for(var n,t=1,o=arguments.length;t<o;t++)for(var r in n=arguments[t])Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r]);return e},S.apply(this,arguments)};!function(e){e.openInApp="openinapp",e.openOtherApp="openotherapp",e.openBizScene="openbizscene",e.openPayCodePage="openpaycodepage",e.openApPayCodePage="openappaycodepage",e.openScanPage="openscanpage",e.openInBrowser="openinbrowser"}(f||(f={})),function(e){e.scan="scan",e.payCode="payCode"}(y||(y={}));var C="caprMode=sync";function A(e,n){var t=e.filter((function(e){return e.match.every((function(e){return e.test(n)}))}));if(t.length){var o=t[0].name;if(t.length>1){var r=t.map((function(e){return e.name})).join(",");k("Multiple clients have been identified(".concat(r,"), and the first one(").concat(o,")is used by default."))}return o}}function P(e,n){return Object.keys(e).reduce((function(t,o){return t["is".concat(o)]=n===e[o],t}),{})}function k(e){console.info("[hylid-env]: ".concat(e))}var O={WEB:"web",MPWEB:"mpweb",MP:"mp"},B={DEMO:"demo",ALIPAY:"alipay",ALIPAYHK:"alipayhk",TNGD:"tngd",GCASH:"gcash",TRUEMONEY:"truemoney",DANA:"dana",KAKAOPAY:"kakaopay",KAKAOTALK:"kakaotalk",NAVERPAY:"naverpay",MPAY:"mpay",TOSSPAY:"toss",HIPAY:"hipay",CHOPE:"chope",VODAPAY:"vodapay",CHANGIPAY:"changipay",OCBC:"ocbc",MANDIRI:"mandiri",NAYAPAY:"nayapay",TINABA:"tinaba",KASPI:"kaspi",H5:"h5",WECHAT:"wechat",TNGD_H5NG:"tngdh5ng"},I=/miniprogram/i,E=/^((?!miniprogram).)*$/i,L=/griver/i,T=/^((?!griver).)*$/i,N=[{name:B.DEMO,match:[/demo/]},{name:B.ALIPAY,match:[/alipay/]},{name:B.ALIPAYHK,match:[/hk/]},{name:B.TNGD,match:[/tngd/]},{name:B.GCASH,match:[/gcash/]},{name:B.TRUEMONEY,match:[/tmn/]},{name:B.DANA,match:[/dana/]},{name:B.TOSSPAY,match:[/toss/]}],D=[{name:B.DEMO,match:[/alipayIDE/i]},{name:B.ALIPAYHK,match:[I,T,/AlipayClientHK/]},{name:B.TNGD,match:[I,/TNGKit|Touch 'n Go/]},{name:B.GCASH,match:[I,L,/GCash/]},{name:B.TRUEMONEY,match:[I,L,/TrueMoney/]},{name:B.ALIPAY,match:[I,T,/alipay/i]},{name:B.DEMO,match:[I,L]}];function j(){return A(D,window.navigator.userAgent)}var _=[{name:B.ALIPAYHK,match:[E,T,/AlipayClientHK/]},{name:B.TNGD,match:[E,L,/TNGKit|Touch 'n Go/]},{name:B.TNGD_H5NG,match:[E,/TNGKit|Touch 'n Go/,/IAPWebH5NG/]},{name:B.GCASH,match:[E,L,/GCash/]},{name:B.TRUEMONEY,match:[E,L,/TrueMoney/i]},{name:B.KAKAOPAY,match:[E,/PAYCLIENT|KAKAOTALK|KAKAOPAY/]},{name:B.KAKAOTALK,match:[E,/ALIPAYCONNECT_KAKAO_TALK/]},{name:B.NAVERPAY,match:[E,/NAVER/]},{name:B.MPAY,match:[E,/mpay|macaupay/i]},{name:B.TOSSPAY,match:[E,/Toss/i]},{name:B.ALIPAY,match:[E,T,/AlipayClient/]},{name:B.DEMO,match:[E,L,/GriverDemo/]}];function R(){return A(_,window.navigator.userAgent)||B.H5}var x=function(){var e,n;if("undefined"!=typeof my&&"string"==typeof my.SDKVersion)e=A(N,my.getSystemInfoSync().app),n=O.MP;else{var t=function(){var e,n=(null===(e=window.location.search)||void 0===e?void 0:e.match(/__app__=([^&]*)/))||[],t=n[1],o=(window.location.search.match(/[?&]__platform__=([^?&=]+)/)||[])[1];if((t||o)&&localStorage.setItem("__hy_env__",JSON.stringify({client:t,platform:o})),n[1]){var r=window.location.search.replace(new RegExp("".concat(n[0],"(&)*")),""),a=window.location.hash||"",c="".concat(window.location.pathname).concat(r).concat(a);history.replaceState(null,"",c)}var i=localStorage.getItem("__hy_env__");return i?JSON.parse(i):{}}();t.platform?(n=t.platform,e=t.client||("mpweb"===n?j():R())):(e=t.client||j())?n=O.MPWEB:(e=R(),n=O.WEB)}return n&&e||k("Cannot identify your client."),{client:e,platform:n}}(),M=x.client,U=x.platform;P(B,M),P(O,U);var K,Y={NOTFOUND:{code:-1,message:function(e){return"".concat(e," is not found")}},NOTALLOWED:{code:-2,message:function(e){return"".concat(e," is not allowed")}},INVALID:{code:-3,message:function(e){return"".concat(e," is invalid")}},NOTBIND:{code:-4,message:function(e){return"".concat(e," exec fail, webviewBridge not bind context")}},PARAMS_ERROR:{code:-5,message:function(e){return"".concat(e," exec fail, params error")}}},F=((K={})[O.MP]=function(e,n,t){var o=(t||{}).type,r=void 0===o?"async":o;return"sync"===r||(null==t?void 0:t.isSync)?my[e](n):("async"===r&&(my[e]?my[e](n):my.call(e,n)),"callback"===r&&my[e](n),"attribute"===r?my[e]:void 0)},K[O.MPWEB]=u,K[O.WEB]=function(n,t,o){e((function(){var e=(o||{}).type,r=void 0===e?"async":e;"async"===r&&window.AlipayJSBridge.call(n,t,(function(e){var n=t||{},o=n.success,r=n.fail,a=n.complete;e.error?null==r||r(e):null==o||o(e),null==a||a(e)})),"callback"===r&&window.AlipayJSBridge.call(n,t)}))},K);function G(e,n,t){return U?F[U](e,n,t):function(e,n,t){var o;void 0===t&&(t={});var r=t.type,a=void 0===r?"async":r,c=function(e,n){void 0===n&&(n="");var t=Y.NOTFOUND;return{errorCode:t.code,errorMessage:(0,t.message)(n),errorSouce:"hylid"}}(0,e);if("sync"===a)return c;"callback"===a&&(null==n||n(c)),"async"===a&&(null===(o=null==n?void 0:n.fail)||void 0===o||o.call(n,c))}(n,t)}var H=function(){return H=Object.assign||function(e){for(var n,t=1,o=arguments.length;t<o;t++)for(var r in n=arguments[t])Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r]);return e},H.apply(this,arguments)},W=function(){return G("navigateToBizScene",{sceneCode:"APLUS_QR_PAY"})},V=function(){return G("navigateToBizScene",{sceneCode:"QR_PAY"})},q=function(){return G("navigateToBizScene",{sceneCode:"SCAN"})},z=function(e){return G("navigateToBizScene",{sceneCode:"SCHEME",param:{scheme:e.url}})};function J(e){var n=e.url,t=e.path,o=t&&"/"!==t?t:"/pages/index/index";if(!n)return o;var r=o.includes("?")?"&":"?";return"".concat(o).concat(r,"url=").concat(encodeURIComponent(n))}var $=function(e){return G("navigateTo",{url:J(e)})},Q=function(e){return G("navigateToMiniProgram",H(H({},e),{extraData:null==e?void 0:e.launchParams}))},Z=function(e){return G("navigateToBizScene",{sceneCode:"WEB_PAGE",param:{url:e.url}})},X=d((function(e,n,t){!function(e,n,t){if(e)if(e.startsWith("aplus://"))!function(e,n,t){var o,r=new(w())(e,!0),a=r.host,c=r.pathname,i=r.query;switch(a){case f.openInApp:n.openInApp(S({path:c,url:i.url||""},t));break;case f.openOtherApp:console.log("### openCustomScheme",f.openOtherApp);var u=i.appId,s=void 0===u?"":u,p=i.path,l=i.launchParams,d=void 0===l?"":l,h=(0,v.Qc)(d);n.openOtherApp(S({appId:s,path:p,launchParams:h},t));break;case f.openBizScene:console.warn("该 API 已弃用, 请使用 aplus://openApPayCodePage 等链接替代"),i.sceneCode===y.scan?n.openScanPage(t):i.sceneCode===y.payCode&&n.openApPayCodePage(t);break;case f.openScanPage:n.openScanPage(t);break;case f.openPayCodePage:n.openPayCodePage(t);break;case f.openApPayCodePage:n.openApPayCodePage(t);break;case f.openInBrowser:n.openInBrowser(S({url:i.url||""},t));break;default:console.log("[openCustomScheme] 不支持的 routeType: ",a),t.fail&&t.fail((o="openCustomScheme ".concat(a),{error:-102,errorMessage:"[".concat(o,"]: Not Support")}))}}(e,n,t);else if(e.startsWith("/")){var o=function(e){var n=location.pathname.replace(/\/[^/]+.html/,""),t="".concat(location.protocol,"//").concat(location.host).concat(n).concat(e);if(location.search.includes(C)){var o=t.includes("?")?"&":"?";return"".concat(t).concat(o).concat(C)}return t}(e);n.openInApp(S({url:o},t))}else n.openWebURL(S({url:e},t))}(e.url,{openWebURL:Z,openInApp:$,openOtherApp:Q,openInBrowser:z,openPayCodePage:V,openApPayCodePage:W,openScanPage:q},{success:n,fail:t})}));const ee=X;var ne=function(){return ne=Object.assign||function(e){for(var n,t=1,o=arguments.length;t<o;t++)for(var r in n=arguments[t])Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r]);return e},ne.apply(this,arguments)};const te=function(e){var n,t=e.appId,o=e.workspaceId,r=void 0===o?"default":o,a=e.defaultGateway,c=e.defaultHeaders,i=e.request,u=t&&r?((n={AppId:t,workspaceId:r})["X-CORS-".concat(t,"-").concat(r)]="1",n):{};return d((function(e,n,t){var o=e.gateway,r=e.operationType,s=e.headers,p=e.requestData,l=e.timeout;i({url:o||a,method:"POST",timeout:l,headers:ne(ne(ne(ne({"Content-Type":"application/json"},c),{"Operation-Type":r}),u),s),data:p,success:function(e){n({headers:(null==e?void 0:e.headers)||{},resData:(null==e?void 0:e.data)||{}})},fail:t})}))};var oe=function(){return oe=Object.assign||function(e){for(var n,t=1,o=arguments.length;t<o;t++)for(var r in n=arguments[t])Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r]);return e},oe.apply(this,arguments)};var re=function(){return re=Object.assign||function(e){for(var n,t=1,o=arguments.length;t<o;t++)for(var r in n=arguments[t])Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r]);return e},re.apply(this,arguments)};var ae={},ce=function(e){ae=m(ae,e)};ce.getRuntimeConfig=function(){return ae};const ie={addPhoneContact:function(e){return u("addPhoneContact",e,{type:"async"})},alert:function(e){return u("alert",e,{type:"async"})},chooseImage:function(e){return u("chooseImage",e,{type:"async"})},choosePhoneContact:function(e){return u("choosePhoneContact",e,{type:"async"})},clearStorage:function(e){return u("clearStorage",e,{type:"async"})},closeBluetoothAdapter:function(e){return u("closeBluetoothAdapter",e,{type:"async"})},closeSocket:function(e){return u("closeSocket",e,{type:"async"})},confirm:function(e){return u("confirm",e,{type:"async"})},connectBLEDevice:function(e){return u("connectBLEDevice",e,{type:"async"})},connectSocket:function(e){return u("connectSocket",e,{type:"async"})},datePicker:function(e){return u("datePicker",e,{type:"async"})},disconnectBLEDevice:function(e){return u("disconnectBLEDevice",e,{type:"async"})},downloadFile:function(e){return u("downloadFile",e,{type:"async"})},getAuthCode:function(e){return u("getAuthCode",e,{type:"async"})},getBatteryInfo:function(e){return u("getBatteryInfo",e,{type:"async"})},getBLEDeviceCharacteristics:function(e){return u("getBLEDeviceCharacteristics",e,{type:"async"})},getBLEDeviceServices:function(e){return u("getBLEDeviceServices",e,{type:"async"})},getBluetoothAdapterState:function(e){return u("getBluetoothAdapterState",e,{type:"async"})},getBluetoothDevices:function(e){return u("getBluetoothDevices",e,{type:"async"})},getClipboard:function(e){return u("getClipboard",e,{type:"async"})},getConnectedBluetoothDevices:function(e){return u("getConnectedBluetoothDevices",e,{type:"async"})},getFileInfo:function(e){return u("getFileInfo",e,{type:"async"})},getImageInfo:function(e){return u("getImageInfo",e,{type:"async"})},getLocation:function(e){return u("getLocation",e,{type:"async"})},getNetworkType:function(e){return u("getNetworkType",e,{type:"async"})},getOpenUserInfo:function(e){return u("getOpenUserInfo",e,{type:"async"})},getSavedFileInfo:function(e){return u("getSavedFileInfo",e,{type:"async"})},getSavedFileList:function(e){return u("getSavedFileList",e,{type:"async"})},getScreenBrightness:function(e){return u("getScreenBrightness",e,{type:"async"})},getServerTime:function(e){return u("getServerTime",e,{type:"async"})},getSetting:function(e){return u("getSetting",e,{type:"async"})},getSiteInfo:function(e){return u("getSiteInfo",e,{type:"async"})},getStorage:function(e){return u("getStorage",e,{type:"async"})},getSystemInfo:function(e){return u("getSystemInfo",e,{type:"async"})},hideBackHome:function(e){return u("hideBackHome",e,{type:"async"})},hideKeyboard:function(e){return u("hideKeyboard",e,{type:"async"})},hideLoading:function(e){return u("hideLoading",e,{type:"async"})},hideNavigationBarLoading:function(e){return u("hideNavigationBarLoading",e,{type:"async"})},hideTabBar:function(e){return u("hideTabBar",e,{type:"async"})},hideToast:function(e){return u("hideToast",e,{type:"async"})},makePhoneCall:function(e){return u("makePhoneCall",e,{type:"async"})},multiLevelSelect:function(e){return u("multiLevelSelect",e,{type:"async"})},navigateBack:function(e){return u("navigateBack",e,{type:"async"})},navigateBackMiniProgram:function(e){return u("navigateBackMiniProgram",e,{type:"async"})},navigateTo:function(e){return u("navigateTo",e,{type:"async"})},navigateToMiniProgram:function(e){return u("navigateToMiniProgram",e,{type:"async"})},notifyBLECharacteristicValueChange:function(e){return u("notifyBLECharacteristicValueChange",e,{type:"async"})},offAccelerometerChange:function(e){return u("offAccelerometerChange",e,{type:"callback"})},offBLECharacteristicValueChange:function(e){return u("offBLECharacteristicValueChange",e,{type:"callback"})},offBLEConnectionStateChanged:function(e){return u("offBLEConnectionStateChanged",e,{type:"callback"})},offBluetoothAdapterStateChange:function(e){return u("offBluetoothAdapterStateChange",e,{type:"callback"})},offBluetoothDeviceFound:function(e){return u("offBluetoothDeviceFound",e,{type:"callback"})},offCompassChange:function(e){return u("offCompassChange",e,{type:"callback"})},offMemoryWarning:function(e){return u("offMemoryWarning",e,{type:"callback"})},offSocketClose:function(e){return u("offSocketClose",e,{type:"callback"})},offSocketError:function(e){return u("offSocketError",e,{type:"callback"})},offSocketMessage:function(e){return u("offSocketMessage",e,{type:"callback"})},offSocketOpen:function(e){return u("offSocketOpen",e,{type:"callback"})},offUserCaptureScreen:function(e){return u("offUserCaptureScreen",e,{type:"callback"})},onAccelerometerChange:function(e){return u("onAccelerometerChange",e,{type:"callback"})},onBLECharacteristicValueChange:function(e){return u("onBLECharacteristicValueChange",e,{type:"callback"})},onBLEConnectionStateChanged:function(e){return u("onBLEConnectionStateChanged",e,{type:"callback"})},onBluetoothAdapterStateChange:function(e){return u("onBluetoothAdapterStateChange",e,{type:"callback"})},onBluetoothDeviceFound:function(e){return u("onBluetoothDeviceFound",e,{type:"callback"})},onCompassChange:function(e){return u("onCompassChange",e,{type:"callback"})},onMemoryWarning:function(e){return u("onMemoryWarning",e,{type:"callback"})},onSocketClose:function(e){return u("onSocketClose",e,{type:"callback"})},onSocketError:function(e){return u("onSocketError",e,{type:"callback"})},onSocketMessage:function(e){return u("onSocketMessage",e,{type:"callback"})},onSocketOpen:function(e){return u("onSocketOpen",e,{type:"callback"})},onUserCaptureScreen:function(e){return u("onUserCaptureScreen",e,{type:"callback"})},openBluetoothAdapter:function(e){return u("openBluetoothAdapter",e,{type:"async"})},openDocument:function(e){return u("openDocument",e,{type:"async"})},openSetting:function(e){return u("openSetting",e,{type:"async"})},pageScrollTo:function(e){return u("pageScrollTo",e,{type:"async"})},previewImage:function(e){return u("previewImage",e,{type:"async"})},prompt:function(e){return u("prompt",e,{type:"async"})},readBLECharacteristicValue:function(e){return u("readBLECharacteristicValue",e,{type:"async"})},redirectTo:function(e){return u("redirectTo",e,{type:"async"})},reLaunch:function(e){return u("reLaunch",e,{type:"async"})},removeSavedFile:function(e){return u("removeSavedFile",e,{type:"async"})},removeStorage:function(e){return u("removeStorage",e,{type:"async"})},request:function(e){return u("request",e,{type:"async"})},saveFile:function(e){return u("saveFile",e,{type:"async"})},saveImage:function(e){return u("saveImage",e,{type:"async"})},scan:function(e){return u("scan",e,{type:"async"})},sendSocketMessage:function(e){return u("sendSocketMessage",e,{type:"async"})},setBackgroundColor:function(e){return u("setBackgroundColor",e,{type:"async"})},setCanPullDown:function(e){return u("setCanPullDown",e,{type:"sync"})},setClipboard:function(e){return u("setClipboard",e,{type:"async"})},setKeepScreenOn:function(e){return u("setKeepScreenOn",e,{type:"async"})},setNavigationBar:function(e){return u("setNavigationBar",e,{type:"async"})},setScreenBrightness:function(e){return u("setScreenBrightness",e,{type:"async"})},setStorage:function(e){return u("setStorage",e,{type:"async"})},setTabBarStyle:function(e){return u("setTabBarStyle",e,{type:"async"})},showActionSheet:function(e){return u("showActionSheet",e,{type:"async"})},showAuthGuide:function(e){return u("showAuthGuide",e,{type:"async"})},showLoading:function(e){return u("showLoading",e,{type:"async"})},showNavigationBarLoading:function(e){return u("showNavigationBarLoading",e,{type:"async"})},showToast:function(e){return u("showToast",e,{type:"async"})},signContract:function(e){return u("signContract",e,{type:"async"})},startBluetoothDevicesDiscovery:function(e){return u("startBluetoothDevicesDiscovery",e,{type:"async"})},startPullDownRefresh:function(e){return u("startPullDownRefresh",e,{type:"async"})},stopBluetoothDevicesDiscovery:function(e){return u("stopBluetoothDevicesDiscovery",e,{type:"async"})},stopPullDownRefresh:function(e){return u("stopPullDownRefresh",e,{type:"async"})},switchTab:function(e){return u("switchTab",e,{type:"async"})},tradePay:function(e){return u("tradePay",e,{type:"async"})},uploadFile:function(e){return u("uploadFile",e,{type:"async"})},vibrate:function(e){return u("vibrate",e,{type:"async"})},watchShake:function(e){return u("watchShake",e,{type:"async"})},writeBLECharacteristicValue:function(e){return u("writeBLECharacteristicValue",e,{type:"async"})},showSharePanel:function(e){return u("showSharePanel",e,{type:"async"})},getCurrentLanguage:l,openURL:ee,createWithoutAuthRpc:te,getAppId:function(e){u("getAppIdSync",e,{type:"sync"})},getCurrentPages:function(e){u("__hy_internal__",oe({name:"getCurrentPages"},e))},getSDKVersion:function(e){u("SDKVersion",re({},e),{type:"attribute"})},defineRuntimeConfig:ce}})(),o.default})()));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e,n){"object"==typeof exports&&"object"==typeof module?module.exports=n():"function"==typeof define&&define.amd?define([],n):"object"==typeof exports?exports.my=n():e.my=n()}(self,(()=>(()=>{"use strict";var e={d:(n,t)=>{for(var o in t)e.o(t,o)&&!e.o(n,o)&&Object.defineProperty(n,o,{enumerable:!0,get:t[o]})},o:(e,n)=>Object.prototype.hasOwnProperty.call(e,n)},n={};e.d(n,{default:()=>f});var t=!1,o=[];function r(e){return o.push(e),function(){o=o.filter((function(n){return n!==e}))}}function a(e){return t||(document.addEventListener("onToWebViewMessage",(function(e){var n=e.data.res;if(n&&"message"===n.type){var t=JSON.parse(n.data);o.forEach((function(e){return e(t)}))}})),t=!0),function(e){if(window.AlipayJSBridge)return e();document.addEventListener("AlipayJSBridgeReady",(function(){return e()}),!1)}((function(){window.AlipayJSBridge.call("postWebViewMessage",{type:"message",detail:e})}))}var c={};function i(e,n,t){var o=e+"_"+Math.floor(1e6*Math.random());n&&(c[o]=n),a({source:"hylid",type:"apiCall",api:e,serialId:o,options:n,config:t,isSync:null==t?void 0:t.isSync})}r((function(e){var n,t=e,o=t.serialId;if(o&&c[o]){var r=c[o],a=t.result;if("callback"===(null===(n=t.config)||void 0===n?void 0:n.type)){var i=a||{},u=i._data_;return"success"===i._type_?r(u):r(void 0,u)}var s=r||{},y=s.success,p=s.fail,f=s.complete,l=a||{},g=l._data_,d=l._type_;d?("success"===d&&(null==y||y(g)),"fail"===d&&(null==p||p(g)),null==f||f(g)):((null==a?void 0:a.error)?null==p||p(a):null==y||y(a),null==f||f(a)),delete c[o]}})),i.onMessage=r,i.postMessage=a,i.broadcastGlobalData=function(e,n){a({source:"hylid",type:"broadcast",from:window.location.href,key:e,result:n})},i.onReceiveGlobalData=function(e,n){return r((function(t){var o=t;if("hylid"===o.source&&"broadcast"===o.type&&o.key===e){var r=o.result||{},a=r._data_;return"success"===r._type_?n(a,void 0,o.from):n(void 0,a,o.from)}}))},i.onPageEvent=function(e,n){return a({source:"hylid",type:"pageEvent",event:e}),r((function(t){var o=t;if("hylid"===o.source&&"pageEvent"===o.type&&o.event===e){var r=o.result||{},a=r._data_;return"success"===r._type_?n(a):n(void 0,a)}}))};function u(e){return u="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},u(e)}var s="",y=function(){return y=Object.assign||function(e){for(var n,t=1,o=arguments.length;t<o;t++)for(var r in n=arguments[t])Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r]);return e},y.apply(this,arguments)},p=function(){return p=Object.assign||function(e){for(var n,t=1,o=arguments.length;t<o;t++)for(var r in n=arguments[t])Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r]);return e},p.apply(this,arguments)};const f={addFatigueAction:function(e){return i("addFatigueAction",e,{type:"async"})},addPhoneContact:function(e){return i("addPhoneContact",e,{type:"async"})},alert:function(e){return i("alert",e,{type:"async"})},apDisableJSAPI:function(e){return i("apDisableJSAPI",e,{type:"async"})},appxrpc:function(e){return i("appxrpc",e,{type:"async"})},APRegionRPC:function(e){return i("APRegionRPC",e,{type:"async"})},batchQueryCdpSpaceInfo:function(e){return i("batchQueryCdpSpaceInfo",e,{type:"async"})},chooseImage:function(e){return i("chooseImage",e,{type:"async"})},choosePhoneContact:function(e){return i("choosePhoneContact",e,{type:"async"})},clearStorage:function(e){return i("clearStorage",e,{type:"async"})},closeBluetoothAdapter:function(e){return i("closeBluetoothAdapter",e,{type:"async"})},closeSocket:function(e){return i("closeSocket",e,{type:"async"})},confirm:function(e){return i("confirm",e,{type:"async"})},connectBLEDevice:function(e){return i("connectBLEDevice",e,{type:"async"})},connectSocket:function(e){return i("connectSocket",e,{type:"async"})},datePicker:function(e){return i("datePicker",e,{type:"async"})},disconnectBLEDevice:function(e){return i("disconnectBLEDevice",e,{type:"async"})},downloadFile:function(e){return i("downloadFile",e,{type:"async"})},exitApp:function(e){return i("exitApp",e,{type:"async"})},getAppToken:function(e){return i("getAppToken",e,{type:"async"})},getAuthCode:function(e){return i("getAuthCode",e,{type:"async"})},getBatteryInfo:function(e){return i("getBatteryInfo",e,{type:"async"})},getBLEDeviceCharacteristics:function(e){return i("getBLEDeviceCharacteristics",e,{type:"async"})},getBLEDeviceServices:function(e){return i("getBLEDeviceServices",e,{type:"async"})},getBluetoothAdapterState:function(e){return i("getBluetoothAdapterState",e,{type:"async"})},getBluetoothDevices:function(e){return i("getBluetoothDevices",e,{type:"async"})},getClipboard:function(e){return i("getClipboard",e,{type:"async"})},getComponentAuth:function(e){return i("getComponentAuth",e,{type:"async"})},getConnectedBluetoothDevices:function(e){return i("getConnectedBluetoothDevices",e,{type:"async"})},getFileInfo:function(e){return i("getFileInfo",e,{type:"async"})},getImageInfo:function(e){return i("getImageInfo",e,{type:"async"})},getLocation:function(e){return i("getLocation",e,{type:"async"})},getNetworkType:function(e){return i("getNetworkType",e,{type:"async"})},getOpenUserInfo:function(e){return i("getOpenUserInfo",e,{type:"async"})},getPaymentCode:function(e){return i("getPaymentCode",e,{type:"async"})},getPhoneNumber:function(e){return i("getPhoneNumber",e,{type:"async"})},getSavedFileInfo:function(e){return i("getSavedFileInfo",e,{type:"async"})},getSavedFileList:function(e){return i("getSavedFileList",e,{type:"async"})},getScreenBrightness:function(e){return i("getScreenBrightness",e,{type:"async"})},getServerTime:function(e){return i("getServerTime",e,{type:"async"})},getSetting:function(e){return i("getSetting",e,{type:"async"})},getSiteInfo:function(e){return i("getSiteInfo",e,{type:"async"})},getStorage:function(e){return i("getStorage",e,{type:"async"})},getSystemInfo:function(e){return i("getSystemInfo",e,{type:"async"})},hideBackHome:function(e){return i("hideBackHome",e,{type:"async"})},hideKeyboard:function(e){return i("hideKeyboard",e,{type:"async"})},hideLoading:function(e){return i("hideLoading",e,{type:"async"})},hideNavigationBarLoading:function(e){return i("hideNavigationBarLoading",e,{type:"async"})},hideTabBar:function(e){return i("hideTabBar",e,{type:"async"})},hideToast:function(e){return i("hideToast",e,{type:"async"})},inquireQuote:function(e){return i("inquireQuote",e,{type:"async"})},isInstalledApp:function(e){return i("isInstalledApp",e,{type:"async"})},makePhoneCall:function(e){return i("makePhoneCall",e,{type:"async"})},multiLevelSelect:function(e){return i("multiLevelSelect",e,{type:"async"})},navigateBack:function(e){return i("navigateBack",e,{type:"async"})},navigateBackMiniProgram:function(e){return i("navigateBackMiniProgram",e,{type:"async"})},navigateTo:function(e){return i("navigateTo",e,{type:"async"})},navigateToBizScene:function(e){return i("navigateToBizScene",e,{type:"async"})},navigateToMiniProgram:function(e){return i("navigateToMiniProgram",e,{type:"async"})},notifyBLECharacteristicValueChange:function(e){return i("notifyBLECharacteristicValueChange",e,{type:"async"})},offAccelerometerChange:function(e){return i("offAccelerometerChange",e,{type:"callback"})},offBLECharacteristicValueChange:function(e){return i("offBLECharacteristicValueChange",e,{type:"callback"})},offBLEConnectionStateChanged:function(e){return i("offBLEConnectionStateChanged",e,{type:"callback"})},offBluetoothAdapterStateChange:function(e){return i("offBluetoothAdapterStateChange",e,{type:"callback"})},offBluetoothDeviceFound:function(e){return i("offBluetoothDeviceFound",e,{type:"callback"})},offCompassChange:function(e){return i("offCompassChange",e,{type:"callback"})},offMemoryWarning:function(e){return i("offMemoryWarning",e,{type:"callback"})},offSocketClose:function(e){return i("offSocketClose",e,{type:"callback"})},offSocketError:function(e){return i("offSocketError",e,{type:"callback"})},offSocketMessage:function(e){return i("offSocketMessage",e,{type:"callback"})},offSocketOpen:function(e){return i("offSocketOpen",e,{type:"callback"})},offUserCaptureScreen:function(e){return i("offUserCaptureScreen",e,{type:"callback"})},onAccelerometerChange:function(e){return i("onAccelerometerChange",e,{type:"callback"})},onBLECharacteristicValueChange:function(e){return i("onBLECharacteristicValueChange",e,{type:"callback"})},onBLEConnectionStateChanged:function(e){return i("onBLEConnectionStateChanged",e,{type:"callback"})},onBluetoothAdapterStateChange:function(e){return i("onBluetoothAdapterStateChange",e,{type:"callback"})},onBluetoothDeviceFound:function(e){return i("onBluetoothDeviceFound",e,{type:"callback"})},onCompassChange:function(e){return i("onCompassChange",e,{type:"callback"})},onMemoryWarning:function(e){return i("onMemoryWarning",e,{type:"callback"})},onSocketClose:function(e){return i("onSocketClose",e,{type:"callback"})},onSocketError:function(e){return i("onSocketError",e,{type:"callback"})},onSocketMessage:function(e){return i("onSocketMessage",e,{type:"callback"})},onSocketOpen:function(e){return i("onSocketOpen",e,{type:"callback"})},onUserCaptureScreen:function(e){return i("onUserCaptureScreen",e,{type:"callback"})},openBluetoothAdapter:function(e){return i("openBluetoothAdapter",e,{type:"async"})},openDocument:function(e){return i("openDocument",e,{type:"async"})},openSchemeWithBacking:function(e){return i("openSchemeWithBacking",e,{type:"async"})},openSetting:function(e){return i("openSetting",e,{type:"async"})},pageScrollTo:function(e){return i("pageScrollTo",e,{type:"async"})},paySignCenter:function(e){return i("paySignCenter",e,{type:"async"})},previewImage:function(e){return i("previewImage",e,{type:"async"})},prompt:function(e){return i("prompt",e,{type:"async"})},readBLECharacteristicValue:function(e){return i("readBLECharacteristicValue",e,{type:"async"})},redirectTo:function(e){return i("redirectTo",e,{type:"async"})},regionFetchAllApps:function(e){return i("regionFetchAllApps",e,{type:"async"})},regionSearchAppsByKeywords:function(e){return i("regionSearchAppsByKeywords",e,{type:"async"})},reLaunch:function(e){return i("reLaunch",e,{type:"async"})},removeSavedFile:function(e){return i("removeSavedFile",e,{type:"async"})},removeStorage:function(e){return i("removeStorage",e,{type:"async"})},request:function(e){return i("request",e,{type:"async"})},rpc:function(e){return i("rpc",e,{type:"async"})},saveFile:function(e){return i("saveFile",e,{type:"async"})},saveImage:function(e){return i("saveImage",e,{type:"async"})},scan:function(e){return i("scan",e,{type:"async"})},sendSocketMessage:function(e){return i("sendSocketMessage",e,{type:"async"})},setBackgroundColor:function(e){return i("setBackgroundColor",e,{type:"async"})},setCanPullDown:function(e){return i("setCanPullDown",e,{type:"sync"})},setClipboard:function(e){return i("setClipboard",e,{type:"async"})},setKeepScreenOn:function(e){return i("setKeepScreenOn",e,{type:"async"})},setNavigationBar:function(e){return i("setNavigationBar",e,{type:"async"})},setOptionMenu:function(e){return i("setOptionMenu",e,{type:"async"})},setScreenBrightness:function(e){return i("setScreenBrightness",e,{type:"async"})},setStorage:function(e){return i("setStorage",e,{type:"async"})},setTabBarStyle:function(e){return i("setTabBarStyle",e,{type:"async"})},showActionSheet:function(e){return i("showActionSheet",e,{type:"async"})},showAuthGuide:function(e){return i("showAuthGuide",e,{type:"async"})},showLoading:function(e){return i("showLoading",e,{type:"async"})},showNavigationBarLoading:function(e){return i("showNavigationBarLoading",e,{type:"async"})},showToast:function(e){return i("showToast",e,{type:"async"})},signContract:function(e){return i("signContract",e,{type:"async"})},startApp:function(e){return i("startApp",e,{type:"async"})},startBizService:function(e){return i("startBizService",e,{type:"async"})},startBluetoothDevicesDiscovery:function(e){return i("startBluetoothDevicesDiscovery",e,{type:"async"})},startPullDownRefresh:function(e){return i("startPullDownRefresh",e,{type:"async"})},stopBluetoothDevicesDiscovery:function(e){return i("stopBluetoothDevicesDiscovery",e,{type:"async"})},stopPullDownRefresh:function(e){return i("stopPullDownRefresh",e,{type:"async"})},switchTab:function(e){return i("switchTab",e,{type:"async"})},thirdPartyAuthForAc:function(e){return i("thirdPartyAuthForAc",e,{type:"async"})},tradePay:function(e){return i("tradePay",e,{type:"async"})},uploadApdidToken:function(e){return i("uploadApdidToken",e,{type:"async"})},uploadFile:function(e){return i("uploadFile",e,{type:"async"})},vibrate:function(e){return i("vibrate",e,{type:"async"})},watchShake:function(e){return i("watchShake",e,{type:"async"})},writeBLECharacteristicValue:function(e){return i("writeBLECharacteristicValue",e,{type:"async"})},showSharePanel:function(e){return i("showSharePanel",e,{type:"async"})},hideOptionButton:function(e){return i("hideOptionButton",e,{type:"async"})},getCurrentLanguage:function(){if(!s){var e=function(){var e;if("object"===("undefined"==typeof window?"undefined":u(window))){var n=null===(e=window.location.search)||void 0===e?void 0:e.match(/__lang__=([^&]*)/);if(n)return n[1]}}()||function(){var e;if("object"===("undefined"==typeof document?"undefined":u(document))){var n=null===(e=document.documentElement)||void 0===e?void 0:e.lang;if(n)return n}}()||function(){var e;if("object"===("undefined"==typeof window?"undefined":u(window))){var n=(null===(e=window.navigator)||void 0===e?void 0:e.userAgent)||"",t=(/Language\/([^\s]*)/i.exec(n)||[]).pop();if(t)return t}}()||function(){var e;if("object"===("undefined"==typeof window?"undefined":u(window))&&window.navigator){var n=window.navigator,t=(null===(e=n.languages)||void 0===e?void 0:e[0])||n.language||n.userLanguage||n.browserLanguage;if(t)return t}}()||"en-US";s=e.toLowerCase()}return s},getAppId:function(e){i("getAppIdSync",e,{type:"sync"})},getCurrentPages:function(e){i("__hy_internal__",y({name:"getCurrentPages"},e))},getSDKVersion:function(e){i("SDKVersion",p({},e),{type:"attribute"})}};return n.default})()));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e,n){"object"==typeof exports&&"object"==typeof module?module.exports=n():"function"==typeof define&&define.amd?define([],n):"object"==typeof exports?exports.my=n():e.my=n()}(self,(()=>(()=>{"use strict";var e={5554:e=>{var n="%[a-f0-9]{2}",t=new RegExp("("+n+")|([^%]+?)","gi"),o=new RegExp("("+n+")+","gi");function r(e,n){try{return[decodeURIComponent(e.join(""))]}catch(e){}if(1===e.length)return e;n=n||1;var t=e.slice(0,n),o=e.slice(n);return Array.prototype.concat.call([],r(t),r(o))}function a(e){try{return decodeURIComponent(e)}catch(a){for(var n=e.match(t)||[],o=1;o<n.length;o++)n=(e=r(n,o).join("")).match(t)||[];return e}}e.exports=function(e){if("string"!=typeof e)throw new TypeError("Expected `encodedURI` to be of type `string`, got `"+typeof e+"`");try{return e=e.replace(/\+/g," "),decodeURIComponent(e)}catch(n){return function(e){for(var n={"%FE%FF":"��","%FF%FE":"��"},t=o.exec(e);t;){try{n[t[0]]=decodeURIComponent(t[0])}catch(e){var r=a(t[0]);r!==t[0]&&(n[t[0]]=r)}t=o.exec(e)}n["%C2"]="�";for(var c=Object.keys(n),i=0;i<c.length;i++){var u=c[i];e=e.replace(new RegExp(u,"g"),n[u])}return e}(e)}}},3563:(e,n,t)=>{function o(e){return o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},o(e)}t(6635);var r=t(5554);function a(e,n){if("string"!=typeof e||"string"!=typeof n)throw new TypeError("Expected the arguments to be of type `string`");if(""===n)return[e];var t=e.indexOf(n);return-1===t?[e]:[e.slice(0,t),e.slice(t+n.length)]}function c(e,n){return n.decode?r(e):e}function i(e){return Array.isArray(e)?e.sort():"object"===o(e)?i(Object.keys(e)).sort((function(e,n){return Number(e)-Number(n)})).map((function(n){return e[n]})):e}function u(e,n){return n.parseNumbers&&!Number.isNaN(Number(e))&&"string"==typeof e&&""!==e.trim()?e=Number(e):!n.parseBooleans||null===e||"true"!==e.toLowerCase()&&"false"!==e.toLowerCase()||(e="true"===e.toLowerCase()),e}n.Qc=function(e,n){var t=function(e){var n;switch(e.arrayFormat){case"index":return function(e,t,o){n=/\[(\d*)\]$/.exec(e),e=e.replace(/\[\d*\]$/,""),n?(void 0===o[e]&&(o[e]={}),o[e][n[1]]=t):o[e]=t};case"bracket":return function(e,t,o){n=/(\[\])$/.exec(e),e=e.replace(/\[\]$/,""),n?void 0!==o[e]?o[e]=[].concat(o[e],t):o[e]=[t]:o[e]=t};case"comma":return function(e,n,t){var o="string"==typeof n&&n.split("").indexOf(",")>-1?n.split(","):n;t[e]=o};default:return function(e,n,t){void 0!==t[e]?t[e]=[].concat(t[e],n):t[e]=n}}}(n=Object.assign({decode:!0,sort:!0,arrayFormat:"none",parseNumbers:!1,parseBooleans:!1},n)),r=Object.create(null);if("string"!=typeof e)return r;if(!(e=e.trim().replace(/^[?#&]/,"")))return r;var s,p,l=!0,f=!1,y=void 0;try{for(var d,h=e.split("&")[Symbol.iterator]();!(l=(d=h.next()).done);l=!0){var g=(s=a(d.value.replace(/\+/g," "),"="),p=2,function(e){if(Array.isArray(e))return e}(s)||function(e,n){if(Symbol.iterator in Object(e)||"[object Arguments]"===Object.prototype.toString.call(e)){var t=[],o=!0,r=!1,a=void 0;try{for(var c,i=e[Symbol.iterator]();!(o=(c=i.next()).done)&&(t.push(c.value),!n||t.length!==n);o=!0);}catch(e){r=!0,a=e}finally{try{o||null==i.return||i.return()}finally{if(r)throw a}}return t}}(s,p)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance")}()),m=g[0];w=void 0===(w=g[1])?null:c(w,n),t(c(m,n),w,r)}}catch(e){f=!0,y=e}finally{try{l||null==h.return||h.return()}finally{if(f)throw y}}for(var v=0,b=Object.keys(r);v<b.length;v++){var w;if(m=b[v],"object"===o(w=r[m])&&null!==w)for(var S=0,C=Object.keys(w);S<C.length;S++){var A=C[S];w[A]=u(w[A],n)}else r[m]=u(w,n)}return!1===n.sort?r:(!0===n.sort?Object.keys(r).sort():Object.keys(r).sort(n.sort)).reduce((function(e,n){var t=r[n];return Boolean(t)&&"object"===o(t)&&!Array.isArray(t)?e[n]=i(t):e[n]=t,e}),Object.create(null))}},6635:e=>{e.exports=function(e){return encodeURIComponent(e).replace(/[!'()*]/g,(function(e){return"%"+e.charCodeAt(0).toString(16).toUpperCase()}))}},7375:(e,n)=>{var t=Object.prototype.hasOwnProperty;function o(e){try{return decodeURIComponent(e.replace(/\+/g," "))}catch(e){return null}}function r(e){try{return encodeURIComponent(e)}catch(e){return null}}n.stringify=function(e,n){n=n||"";var o,a,c=[];for(a in"string"!=typeof n&&(n="?"),e)if(t.call(e,a)){if((o=e[a])||null!=o&&!isNaN(o)||(o=""),a=r(a),o=r(o),null===a||null===o)continue;c.push(a+"="+o)}return c.length?n+c.join("&"):""},n.parse=function(e){for(var n,t=/([^=?#&]+)=?([^&]*)/g,r={};n=t.exec(e);){var a=o(n[1]),c=o(n[2]);null===a||null===c||a in r||(r[a]=c)}return r}},7245:e=>{e.exports=function(e,n){if(n=n.split(":")[0],!(e=+e))return!1;switch(n){case"http":case"ws":return 80!==e;case"https":case"wss":return 443!==e;case"ftp":return 21!==e;case"gopher":return 70!==e;case"file":return!1}return 0!==e}},5731:(e,n,t)=>{var o=t(7245),r=t(7375),a=/^[\x00-\x20\u00a0\u1680\u2000-\u200a\u2028\u2029\u202f\u205f\u3000\ufeff]+/,c=/[\n\r\t]/g,i=/^[A-Za-z][A-Za-z0-9+-.]*:\/\//,u=/:\d+$/,s=/^([a-z][a-z0-9.+-]*:)?(\/\/)?([\\/]+)?([\S\s]*)/i,p=/^[a-zA-Z]:/;function l(e){return(e||"").toString().replace(a,"")}var f=[["#","hash"],["?","query"],function(e,n){return h(n.protocol)?e.replace(/\\/g,"/"):e},["/","pathname"],["@","auth",1],[NaN,"host",void 0,1,1],[/:(\d*)$/,"port",void 0,1],[NaN,"hostname",void 0,1,1]],y={hash:1,query:1};function d(e){var n,o=("undefined"!=typeof window?window:void 0!==t.g?t.g:"undefined"!=typeof self?self:{}).location||{},r={},a=typeof(e=e||o);if("blob:"===e.protocol)r=new m(unescape(e.pathname),{});else if("string"===a)for(n in r=new m(e,{}),y)delete r[n];else if("object"===a){for(n in e)n in y||(r[n]=e[n]);void 0===r.slashes&&(r.slashes=i.test(e.href))}return r}function h(e){return"file:"===e||"ftp:"===e||"http:"===e||"https:"===e||"ws:"===e||"wss:"===e}function g(e,n){e=(e=l(e)).replace(c,""),n=n||{};var t,o=s.exec(e),r=o[1]?o[1].toLowerCase():"",a=!!o[2],i=!!o[3],u=0;return a?i?(t=o[2]+o[3]+o[4],u=o[2].length+o[3].length):(t=o[2]+o[4],u=o[2].length):i?(t=o[3]+o[4],u=o[3].length):t=o[4],"file:"===r?u>=2&&(t=t.slice(2)):h(r)?t=o[4]:r?a&&(t=t.slice(2)):u>=2&&h(n.protocol)&&(t=o[4]),{protocol:r,slashes:a||h(r),slashesCount:u,rest:t}}function m(e,n,t){if(e=(e=l(e)).replace(c,""),!(this instanceof m))return new m(e,n,t);var a,i,u,s,y,v,b=f.slice(),w=typeof n,S=this,C=0;for("object"!==w&&"string"!==w&&(t=n,n=null),t&&"function"!=typeof t&&(t=r.parse),a=!(i=g(e||"",n=d(n))).protocol&&!i.slashes,S.slashes=i.slashes||a&&n.slashes,S.protocol=i.protocol||n.protocol||"",e=i.rest,("file:"===i.protocol&&(2!==i.slashesCount||p.test(e))||!i.slashes&&(i.protocol||i.slashesCount<2||!h(S.protocol)))&&(b[3]=[/(.*)/,"pathname"]);C<b.length;C++)"function"!=typeof(s=b[C])?(u=s[0],v=s[1],u!=u?S[v]=e:"string"==typeof u?~(y="@"===u?e.lastIndexOf(u):e.indexOf(u))&&("number"==typeof s[2]?(S[v]=e.slice(0,y),e=e.slice(y+s[2])):(S[v]=e.slice(y),e=e.slice(0,y))):(y=u.exec(e))&&(S[v]=y[1],e=e.slice(0,y.index)),S[v]=S[v]||a&&s[3]&&n[v]||"",s[4]&&(S[v]=S[v].toLowerCase())):e=s(e,S);t&&(S.query=t(S.query)),a&&n.slashes&&"/"!==S.pathname.charAt(0)&&(""!==S.pathname||""!==n.pathname)&&(S.pathname=function(e,n){if(""===e)return n;for(var t=(n||"/").split("/").slice(0,-1).concat(e.split("/")),o=t.length,r=t[o-1],a=!1,c=0;o--;)"."===t[o]?t.splice(o,1):".."===t[o]?(t.splice(o,1),c++):c&&(0===o&&(a=!0),t.splice(o,1),c--);return a&&t.unshift(""),"."!==r&&".."!==r||t.push(""),t.join("/")}(S.pathname,n.pathname)),"/"!==S.pathname.charAt(0)&&h(S.protocol)&&(S.pathname="/"+S.pathname),o(S.port,S.protocol)||(S.host=S.hostname,S.port=""),S.username=S.password="",S.auth&&(~(y=S.auth.indexOf(":"))?(S.username=S.auth.slice(0,y),S.username=encodeURIComponent(decodeURIComponent(S.username)),S.password=S.auth.slice(y+1),S.password=encodeURIComponent(decodeURIComponent(S.password))):S.username=encodeURIComponent(decodeURIComponent(S.auth)),S.auth=S.password?S.username+":"+S.password:S.username),S.origin="file:"!==S.protocol&&h(S.protocol)&&S.host?S.protocol+"//"+S.host:"null",S.href=S.toString()}m.prototype={set:function(e,n,t){var a=this;switch(e){case"query":"string"==typeof n&&n.length&&(n=(t||r.parse)(n)),a[e]=n;break;case"port":a[e]=n,o(n,a.protocol)?n&&(a.host=a.hostname+":"+n):(a.host=a.hostname,a[e]="");break;case"hostname":a[e]=n,a.port&&(n+=":"+a.port),a.host=n;break;case"host":a[e]=n,u.test(n)?(n=n.split(":"),a.port=n.pop(),a.hostname=n.join(":")):(a.hostname=n,a.port="");break;case"protocol":a.protocol=n.toLowerCase(),a.slashes=!t;break;case"pathname":case"hash":if(n){var c="pathname"===e?"/":"#";a[e]=n.charAt(0)!==c?c+n:n}else a[e]=n;break;case"username":case"password":a[e]=encodeURIComponent(n);break;case"auth":var i=n.indexOf(":");~i?(a.username=n.slice(0,i),a.username=encodeURIComponent(decodeURIComponent(a.username)),a.password=n.slice(i+1),a.password=encodeURIComponent(decodeURIComponent(a.password))):a.username=encodeURIComponent(decodeURIComponent(n))}for(var s=0;s<f.length;s++){var p=f[s];p[4]&&(a[p[1]]=a[p[1]].toLowerCase())}return a.auth=a.password?a.username+":"+a.password:a.username,a.origin="file:"!==a.protocol&&h(a.protocol)&&a.host?a.protocol+"//"+a.host:"null",a.href=a.toString(),a},toString:function(e){e&&"function"==typeof e||(e=r.stringify);var n,t=this,o=t.host,a=t.protocol;a&&":"!==a.charAt(a.length-1)&&(a+=":");var c=a+(t.protocol&&t.slashes||h(t.protocol)?"//":"");return t.username?(c+=t.username,t.password&&(c+=":"+t.password),c+="@"):t.password?(c+=":"+t.password,c+="@"):"file:"!==t.protocol&&h(t.protocol)&&!o&&"/"!==t.pathname&&(c+="@"),(":"===o[o.length-1]||u.test(t.hostname)&&!t.port)&&(o+=":"),c+=o+t.pathname,(n="object"==typeof t.query?e(t.query):t.query)&&(c+="?"!==n.charAt(0)?"?"+n:n),t.hash&&(c+=t.hash),c}},m.extractProtocol=g,m.location=d,m.trimLeft=l,m.qs=r,e.exports=m}},n={};function t(o){var r=n[o];if(void 0!==r)return r.exports;var a=n[o]={exports:{}};return e[o](a,a.exports,t),a.exports}t.n=e=>{var n=e&&e.__esModule?()=>e.default:()=>e;return t.d(n,{a:n}),n},t.d=(e,n)=>{for(var o in n)t.o(n,o)&&!t.o(e,o)&&Object.defineProperty(e,o,{enumerable:!0,get:n[o]})},t.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),t.o=(e,n)=>Object.prototype.hasOwnProperty.call(e,n);var o={};return(()=>{t.d(o,{default:()=>ie});var e=function(e){if(window.AlipayJSBridge)return e();document.addEventListener("AlipayJSBridgeReady",(function(){return e()}),!1)},n=!1,r=[];function a(e){return r.push(e),function(){r=r.filter((function(n){return n!==e}))}}function c(t){return n||(document.addEventListener("onToWebViewMessage",(function(e){var n=e.data.res;if(n&&"message"===n.type){var t=JSON.parse(n.data);r.forEach((function(e){return e(t)}))}})),n=!0),e((function(){window.AlipayJSBridge.call("postWebViewMessage",{type:"message",detail:t})}))}var i={};function u(e,n,t){var o=e+"_"+Math.floor(1e6*Math.random());n&&(i[o]=n),c({source:"hylid",type:"apiCall",api:e,serialId:o,options:n,config:t,isSync:null==t?void 0:t.isSync})}a((function(e){var n,t=e,o=t.serialId;if(o&&i[o]){var r=i[o],a=t.result;if("callback"===(null===(n=t.config)||void 0===n?void 0:n.type)){var c=a||{},u=c._data_;return"success"===c._type_?r(u):r(void 0,u)}var s=r||{},p=s.success,l=s.fail,f=s.complete,y=a||{},d=y._data_,h=y._type_;h?("success"===h&&(null==p||p(d)),"fail"===h&&(null==l||l(d)),null==f||f(d)):((null==a?void 0:a.error)?null==l||l(a):null==p||p(a),null==f||f(a)),delete i[o]}})),u.onMessage=a,u.postMessage=c,u.broadcastGlobalData=function(e,n){c({source:"hylid",type:"broadcast",from:window.location.href,key:e,result:n})},u.onReceiveGlobalData=function(e,n){return a((function(t){var o=t;if("hylid"===o.source&&"broadcast"===o.type&&o.key===e){var r=o.result||{},a=r._data_;return"success"===r._type_?n(a,void 0,o.from):n(void 0,a,o.from)}}))},u.onPageEvent=function(e,n){return c({source:"hylid",type:"pageEvent",event:e}),a((function(t){var o=t;if("hylid"===o.source&&"pageEvent"===o.type&&o.event===e){var r=o.result||{},a=r._data_;return"success"===r._type_?n(a):n(void 0,a)}}))};function s(e){return s="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},s(e)}var p="";const l=function(){if(!p){var e=function(){var e;if("object"===("undefined"==typeof window?"undefined":s(window))){var n=null===(e=window.location.search)||void 0===e?void 0:e.match(/__lang__=([^&]*)/);if(n)return n[1]}}()||function(){var e;if("object"===("undefined"==typeof document?"undefined":s(document))){var n=null===(e=document.documentElement)||void 0===e?void 0:e.lang;if(n)return n}}()||function(){var e;if("object"===("undefined"==typeof window?"undefined":s(window))){var n=(null===(e=window.navigator)||void 0===e?void 0:e.userAgent)||"",t=(/Language\/([^\s]*)/i.exec(n)||[]).pop();if(t)return t}}()||function(){var e;if("object"===("undefined"==typeof window?"undefined":s(window))&&window.navigator){var n=window.navigator,t=(null===(e=n.languages)||void 0===e?void 0:e[0])||n.language||n.userLanguage||n.browserLanguage;if(t)return t}}()||"en-US";p=e.toLowerCase()}return p};var f,y,d=function(e){return function(n){return new Promise((function(t,o){var r=n||{},a=r.success,c=r.fail,i=r.complete,u=function(e,n){var t={};for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&n.indexOf(o)<0&&(t[o]=e[o]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(o=Object.getOwnPropertySymbols(e);r<o.length;r++)n.indexOf(o[r])<0&&Object.prototype.propertyIsEnumerable.call(e,o[r])&&(t[o[r]]=e[o[r]])}return t}(r,["success","fail","complete"]);e(u,(function(e){t(e),null==a||a(e),null==i||i(e)}),(function(e){o(e),null==c||c(e),null==i||i(e)}))}))}},h=function(e){return function(n){return toString.call(n)==="[object ".concat(e,"]")}},g=(h("RegExp"),h("String"),h("Function"),h("Object")),m=(h("Number"),Array.isArray,h("Boolean"),function(){for(var e=[],n=0;n<arguments.length;n++)e[n]=arguments[n];return e.reduce((function(e,n){var t;if(!n)return e;for(var o=Object.entries(n),r=o.length,a=0;a<r;a++){var c=o[a],i=c[0],u=c[1];g(u)?e[i]=m(e[i],u):Object.assign(e,((t={})[i]=u,t))}return e}),{})}),v=t(3563),b=t(5731),w=t.n(b),S=function(){return S=Object.assign||function(e){for(var n,t=1,o=arguments.length;t<o;t++)for(var r in n=arguments[t])Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r]);return e},S.apply(this,arguments)};!function(e){e.openInApp="openinapp",e.openOtherApp="openotherapp",e.openBizScene="openbizscene",e.openPayCodePage="openpaycodepage",e.openApPayCodePage="openappaycodepage",e.openScanPage="openscanpage",e.openInBrowser="openinbrowser"}(f||(f={})),function(e){e.scan="scan",e.payCode="payCode"}(y||(y={}));var C="caprMode=sync";function A(e,n){var t=e.filter((function(e){return e.match.every((function(e){return e.test(n)}))}));if(t.length){var o=t[0].name;if(t.length>1){var r=t.map((function(e){return e.name})).join(",");k("Multiple clients have been identified(".concat(r,"), and the first one(").concat(o,")is used by default."))}return o}}function P(e,n){return Object.keys(e).reduce((function(t,o){return t["is".concat(o)]=n===e[o],t}),{})}function k(e){console.info("[hylid-env]: ".concat(e))}var O={WEB:"web",MPWEB:"mpweb",MP:"mp"},B={DEMO:"demo",ALIPAY:"alipay",ALIPAYHK:"alipayhk",TNGD:"tngd",GCASH:"gcash",TRUEMONEY:"truemoney",DANA:"dana",KAKAOPAY:"kakaopay",KAKAOTALK:"kakaotalk",NAVERPAY:"naverpay",MPAY:"mpay",TOSSPAY:"toss",HIPAY:"hipay",CHOPE:"chope",VODAPAY:"vodapay",CHANGIPAY:"changipay",OCBC:"ocbc",MANDIRI:"mandiri",NAYAPAY:"nayapay",TINABA:"tinaba",KASPI:"kaspi",H5:"h5",WECHAT:"wechat",TNGD_H5NG:"tngdh5ng"},I=/miniprogram/i,E=/^((?!miniprogram).)*$/i,L=/griver/i,T=/^((?!griver).)*$/i,N=[{name:B.DEMO,match:[/demo/]},{name:B.ALIPAY,match:[/alipay/]},{name:B.ALIPAYHK,match:[/hk/]},{name:B.TNGD,match:[/tngd/]},{name:B.GCASH,match:[/gcash/]},{name:B.TRUEMONEY,match:[/tmn/]},{name:B.DANA,match:[/dana/]},{name:B.TOSSPAY,match:[/toss/]}],D=[{name:B.DEMO,match:[/alipayIDE/i]},{name:B.ALIPAYHK,match:[I,T,/AlipayClientHK/]},{name:B.TNGD,match:[I,/TNGKit|Touch 'n Go/]},{name:B.GCASH,match:[I,L,/GCash/]},{name:B.TRUEMONEY,match:[I,L,/TrueMoney/]},{name:B.ALIPAY,match:[I,T,/alipay/i]},{name:B.DEMO,match:[I,L]}];function j(){return A(D,window.navigator.userAgent)}var _=[{name:B.ALIPAYHK,match:[E,T,/AlipayClientHK/]},{name:B.TNGD,match:[E,L,/TNGKit|Touch 'n Go/]},{name:B.TNGD_H5NG,match:[E,/TNGKit|Touch 'n Go/,/IAPWebH5NG/]},{name:B.GCASH,match:[E,L,/GCash/]},{name:B.TRUEMONEY,match:[E,L,/TrueMoney/i]},{name:B.KAKAOPAY,match:[E,/PAYCLIENT|KAKAOTALK|KAKAOPAY/]},{name:B.KAKAOTALK,match:[E,/ALIPAYCONNECT_KAKAO_TALK/]},{name:B.NAVERPAY,match:[E,/NAVER/]},{name:B.MPAY,match:[E,/mpay|macaupay/i]},{name:B.TOSSPAY,match:[E,/Toss/i]},{name:B.ALIPAY,match:[E,T,/AlipayClient/]},{name:B.DEMO,match:[E,L,/GriverDemo/]}];function R(){return A(_,window.navigator.userAgent)||B.H5}var x=function(){var e,n;if("undefined"!=typeof my&&"string"==typeof my.SDKVersion)e=A(N,my.getSystemInfoSync().app),n=O.MP;else{var t=function(){var e,n=(null===(e=window.location.search)||void 0===e?void 0:e.match(/__app__=([^&]*)/))||[],t=n[1],o=(window.location.search.match(/[?&]__platform__=([^?&=]+)/)||[])[1];if((t||o)&&localStorage.setItem("__hy_env__",JSON.stringify({client:t,platform:o})),n[1]){var r=window.location.search.replace(new RegExp("".concat(n[0],"(&)*")),""),a=window.location.hash||"",c="".concat(window.location.pathname).concat(r).concat(a);history.replaceState(null,"",c)}var i=localStorage.getItem("__hy_env__");return i?JSON.parse(i):{}}();t.platform?(n=t.platform,e=t.client||("mpweb"===n?j():R())):(e=t.client||j())?n=O.MPWEB:(e=R(),n=O.WEB)}return n&&e||k("Cannot identify your client."),{client:e,platform:n}}(),M=x.client,U=x.platform;P(B,M),P(O,U);var K,Y={NOTFOUND:{code:-1,message:function(e){return"".concat(e," is not found")}},NOTALLOWED:{code:-2,message:function(e){return"".concat(e," is not allowed")}},INVALID:{code:-3,message:function(e){return"".concat(e," is invalid")}},NOTBIND:{code:-4,message:function(e){return"".concat(e," exec fail, webviewBridge not bind context")}},PARAMS_ERROR:{code:-5,message:function(e){return"".concat(e," exec fail, params error")}}},F=((K={})[O.MP]=function(e,n,t){var o=(t||{}).type,r=void 0===o?"async":o;return"sync"===r||(null==t?void 0:t.isSync)?my[e](n):("async"===r&&(my[e]?my[e](n):my.call(e,n)),"callback"===r&&my[e](n),"attribute"===r?my[e]:void 0)},K[O.MPWEB]=u,K[O.WEB]=function(n,t,o){e((function(){var e=(o||{}).type,r=void 0===e?"async":e;"async"===r&&window.AlipayJSBridge.call(n,t,(function(e){var n=t||{},o=n.success,r=n.fail,a=n.complete;e.error?null==r||r(e):null==o||o(e),null==a||a(e)})),"callback"===r&&window.AlipayJSBridge.call(n,t)}))},K);function G(e,n,t){return U?F[U](e,n,t):function(e,n,t){var o;void 0===t&&(t={});var r=t.type,a=void 0===r?"async":r,c=function(e,n){void 0===n&&(n="");var t=Y.NOTFOUND;return{errorCode:t.code,errorMessage:(0,t.message)(n),errorSouce:"hylid"}}(0,e);if("sync"===a)return c;"callback"===a&&(null==n||n(c)),"async"===a&&(null===(o=null==n?void 0:n.fail)||void 0===o||o.call(n,c))}(n,t)}var H=function(){return H=Object.assign||function(e){for(var n,t=1,o=arguments.length;t<o;t++)for(var r in n=arguments[t])Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r]);return e},H.apply(this,arguments)},W=function(){return G("navigateToBizScene",{sceneCode:"APLUS_QR_PAY"})},V=function(){return G("navigateToBizScene",{sceneCode:"QR_PAY"})},q=function(){return G("navigateToBizScene",{sceneCode:"SCAN"})},z=function(e){return G("navigateToBizScene",{sceneCode:"SCHEME",param:{scheme:e.url}})};function J(e){var n=e.url,t=e.path,o=t&&"/"!==t?t:"/pages/index/index";if(!n)return o;var r=o.includes("?")?"&":"?";return"".concat(o).concat(r,"url=").concat(encodeURIComponent(n))}var $=function(e){return G("navigateTo",{url:J(e)})},Q=function(e){return G("navigateToMiniProgram",H(H({},e),{extraData:null==e?void 0:e.launchParams}))},Z=function(e){return G("navigateToBizScene",{sceneCode:"WEB_PAGE",param:{url:e.url}})},X=d((function(e,n,t){!function(e,n,t){if(e)if(e.startsWith("aplus://"))!function(e,n,t){var o,r=new(w())(e,!0),a=r.host,c=r.pathname,i=r.query;switch(a){case f.openInApp:n.openInApp(S({path:c,url:i.url||""},t));break;case f.openOtherApp:console.log("### openCustomScheme",f.openOtherApp);var u=i.appId,s=void 0===u?"":u,p=i.path,l=i.launchParams,d=void 0===l?"":l,h=(0,v.Qc)(d);n.openOtherApp(S({appId:s,path:p,launchParams:h},t));break;case f.openBizScene:console.warn("该 API 已弃用, 请使用 aplus://openApPayCodePage 等链接替代"),i.sceneCode===y.scan?n.openScanPage(t):i.sceneCode===y.payCode&&n.openApPayCodePage(t);break;case f.openScanPage:n.openScanPage(t);break;case f.openPayCodePage:n.openPayCodePage(t);break;case f.openApPayCodePage:n.openApPayCodePage(t);break;case f.openInBrowser:n.openInBrowser(S({url:i.url||""},t));break;default:console.log("[openCustomScheme] 不支持的 routeType: ",a),t.fail&&t.fail((o="openCustomScheme ".concat(a),{error:-102,errorMessage:"[".concat(o,"]: Not Support")}))}}(e,n,t);else if(e.startsWith("/")){var o=function(e){var n=location.pathname.replace(/\/[^/]+.html/,""),t="".concat(location.protocol,"//").concat(location.host).concat(n).concat(e);if(location.search.includes(C)){var o=t.includes("?")?"&":"?";return"".concat(t).concat(o).concat(C)}return t}(e);n.openInApp(S({url:o},t))}else n.openWebURL(S({url:e},t))}(e.url,{openWebURL:Z,openInApp:$,openOtherApp:Q,openInBrowser:z,openPayCodePage:V,openApPayCodePage:W,openScanPage:q},{success:n,fail:t})}));const ee=X;var ne=function(){return ne=Object.assign||function(e){for(var n,t=1,o=arguments.length;t<o;t++)for(var r in n=arguments[t])Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r]);return e},ne.apply(this,arguments)};const te=function(e){var n,t=e.appId,o=e.workspaceId,r=void 0===o?"default":o,a=e.defaultGateway,c=e.defaultHeaders,i=e.request,u=t&&r?((n={AppId:t,workspaceId:r})["X-CORS-".concat(t,"-").concat(r)]="1",n):{};return d((function(e,n,t){var o=e.gateway,r=e.operationType,s=e.headers,p=e.requestData,l=e.timeout;i({url:o||a,method:"POST",timeout:l,headers:ne(ne(ne(ne({"Content-Type":"application/json"},c),{"Operation-Type":r}),u),s),data:p,success:function(e){n({headers:(null==e?void 0:e.headers)||{},resData:(null==e?void 0:e.data)||{}})},fail:t})}))};var oe=function(){return oe=Object.assign||function(e){for(var n,t=1,o=arguments.length;t<o;t++)for(var r in n=arguments[t])Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r]);return e},oe.apply(this,arguments)};var re=function(){return re=Object.assign||function(e){for(var n,t=1,o=arguments.length;t<o;t++)for(var r in n=arguments[t])Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r]);return e},re.apply(this,arguments)};var ae={},ce=function(e){ae=m(ae,e)};ce.getRuntimeConfig=function(){return ae};const ie={addPhoneContact:function(e){return u("addPhoneContact",e,{type:"async"})},alert:function(e){return u("alert",e,{type:"async"})},chooseImage:function(e){return u("chooseImage",e,{type:"async"})},choosePhoneContact:function(e){return u("choosePhoneContact",e,{type:"async"})},clearStorage:function(e){return u("clearStorage",e,{type:"async"})},closeBluetoothAdapter:function(e){return u("closeBluetoothAdapter",e,{type:"async"})},closeSocket:function(e){return u("closeSocket",e,{type:"async"})},confirm:function(e){return u("confirm",e,{type:"async"})},connectBLEDevice:function(e){return u("connectBLEDevice",e,{type:"async"})},connectSocket:function(e){return u("connectSocket",e,{type:"async"})},datePicker:function(e){return u("datePicker",e,{type:"async"})},disconnectBLEDevice:function(e){return u("disconnectBLEDevice",e,{type:"async"})},downloadFile:function(e){return u("downloadFile",e,{type:"async"})},getAuthCode:function(e){return u("getAuthCode",e,{type:"async"})},getBatteryInfo:function(e){return u("getBatteryInfo",e,{type:"async"})},getBLEDeviceCharacteristics:function(e){return u("getBLEDeviceCharacteristics",e,{type:"async"})},getBLEDeviceServices:function(e){return u("getBLEDeviceServices",e,{type:"async"})},getBluetoothAdapterState:function(e){return u("getBluetoothAdapterState",e,{type:"async"})},getBluetoothDevices:function(e){return u("getBluetoothDevices",e,{type:"async"})},getClipboard:function(e){return u("getClipboard",e,{type:"async"})},getConnectedBluetoothDevices:function(e){return u("getConnectedBluetoothDevices",e,{type:"async"})},getFileInfo:function(e){return u("getFileInfo",e,{type:"async"})},getImageInfo:function(e){return u("getImageInfo",e,{type:"async"})},getLocation:function(e){return u("getLocation",e,{type:"async"})},getNetworkType:function(e){return u("getNetworkType",e,{type:"async"})},getOpenUserInfo:function(e){return u("getOpenUserInfo",e,{type:"async"})},getSavedFileInfo:function(e){return u("getSavedFileInfo",e,{type:"async"})},getSavedFileList:function(e){return u("getSavedFileList",e,{type:"async"})},getScreenBrightness:function(e){return u("getScreenBrightness",e,{type:"async"})},getServerTime:function(e){return u("getServerTime",e,{type:"async"})},getSetting:function(e){return u("getSetting",e,{type:"async"})},getSiteInfo:function(e){return u("getSiteInfo",e,{type:"async"})},getStorage:function(e){return u("getStorage",e,{type:"async"})},getSystemInfo:function(e){return u("getSystemInfo",e,{type:"async"})},hideBackHome:function(e){return u("hideBackHome",e,{type:"async"})},hideKeyboard:function(e){return u("hideKeyboard",e,{type:"async"})},hideLoading:function(e){return u("hideLoading",e,{type:"async"})},hideNavigationBarLoading:function(e){return u("hideNavigationBarLoading",e,{type:"async"})},hideTabBar:function(e){return u("hideTabBar",e,{type:"async"})},hideToast:function(e){return u("hideToast",e,{type:"async"})},makePhoneCall:function(e){return u("makePhoneCall",e,{type:"async"})},multiLevelSelect:function(e){return u("multiLevelSelect",e,{type:"async"})},navigateBack:function(e){return u("navigateBack",e,{type:"async"})},navigateBackMiniProgram:function(e){return u("navigateBackMiniProgram",e,{type:"async"})},navigateTo:function(e){return u("navigateTo",e,{type:"async"})},navigateToMiniProgram:function(e){return u("navigateToMiniProgram",e,{type:"async"})},notifyBLECharacteristicValueChange:function(e){return u("notifyBLECharacteristicValueChange",e,{type:"async"})},offAccelerometerChange:function(e){return u("offAccelerometerChange",e,{type:"callback"})},offBLECharacteristicValueChange:function(e){return u("offBLECharacteristicValueChange",e,{type:"callback"})},offBLEConnectionStateChanged:function(e){return u("offBLEConnectionStateChanged",e,{type:"callback"})},offBluetoothAdapterStateChange:function(e){return u("offBluetoothAdapterStateChange",e,{type:"callback"})},offBluetoothDeviceFound:function(e){return u("offBluetoothDeviceFound",e,{type:"callback"})},offCompassChange:function(e){return u("offCompassChange",e,{type:"callback"})},offMemoryWarning:function(e){return u("offMemoryWarning",e,{type:"callback"})},offSocketClose:function(e){return u("offSocketClose",e,{type:"callback"})},offSocketError:function(e){return u("offSocketError",e,{type:"callback"})},offSocketMessage:function(e){return u("offSocketMessage",e,{type:"callback"})},offSocketOpen:function(e){return u("offSocketOpen",e,{type:"callback"})},offUserCaptureScreen:function(e){return u("offUserCaptureScreen",e,{type:"callback"})},onAccelerometerChange:function(e){return u("onAccelerometerChange",e,{type:"callback"})},onBLECharacteristicValueChange:function(e){return u("onBLECharacteristicValueChange",e,{type:"callback"})},onBLEConnectionStateChanged:function(e){return u("onBLEConnectionStateChanged",e,{type:"callback"})},onBluetoothAdapterStateChange:function(e){return u("onBluetoothAdapterStateChange",e,{type:"callback"})},onBluetoothDeviceFound:function(e){return u("onBluetoothDeviceFound",e,{type:"callback"})},onCompassChange:function(e){return u("onCompassChange",e,{type:"callback"})},onMemoryWarning:function(e){return u("onMemoryWarning",e,{type:"callback"})},onSocketClose:function(e){return u("onSocketClose",e,{type:"callback"})},onSocketError:function(e){return u("onSocketError",e,{type:"callback"})},onSocketMessage:function(e){return u("onSocketMessage",e,{type:"callback"})},onSocketOpen:function(e){return u("onSocketOpen",e,{type:"callback"})},onUserCaptureScreen:function(e){return u("onUserCaptureScreen",e,{type:"callback"})},openBluetoothAdapter:function(e){return u("openBluetoothAdapter",e,{type:"async"})},openDocument:function(e){return u("openDocument",e,{type:"async"})},openSetting:function(e){return u("openSetting",e,{type:"async"})},pageScrollTo:function(e){return u("pageScrollTo",e,{type:"async"})},previewImage:function(e){return u("previewImage",e,{type:"async"})},prompt:function(e){return u("prompt",e,{type:"async"})},readBLECharacteristicValue:function(e){return u("readBLECharacteristicValue",e,{type:"async"})},redirectTo:function(e){return u("redirectTo",e,{type:"async"})},reLaunch:function(e){return u("reLaunch",e,{type:"async"})},removeSavedFile:function(e){return u("removeSavedFile",e,{type:"async"})},removeStorage:function(e){return u("removeStorage",e,{type:"async"})},request:function(e){return u("request",e,{type:"async"})},saveFile:function(e){return u("saveFile",e,{type:"async"})},saveImage:function(e){return u("saveImage",e,{type:"async"})},scan:function(e){return u("scan",e,{type:"async"})},sendSocketMessage:function(e){return u("sendSocketMessage",e,{type:"async"})},setBackgroundColor:function(e){return u("setBackgroundColor",e,{type:"async"})},setCanPullDown:function(e){return u("setCanPullDown",e,{type:"sync"})},setClipboard:function(e){return u("setClipboard",e,{type:"async"})},setKeepScreenOn:function(e){return u("setKeepScreenOn",e,{type:"async"})},setNavigationBar:function(e){return u("setNavigationBar",e,{type:"async"})},setScreenBrightness:function(e){return u("setScreenBrightness",e,{type:"async"})},setStorage:function(e){return u("setStorage",e,{type:"async"})},setTabBarStyle:function(e){return u("setTabBarStyle",e,{type:"async"})},showActionSheet:function(e){return u("showActionSheet",e,{type:"async"})},showAuthGuide:function(e){return u("showAuthGuide",e,{type:"async"})},showLoading:function(e){return u("showLoading",e,{type:"async"})},showNavigationBarLoading:function(e){return u("showNavigationBarLoading",e,{type:"async"})},showToast:function(e){return u("showToast",e,{type:"async"})},signContract:function(e){return u("signContract",e,{type:"async"})},startBluetoothDevicesDiscovery:function(e){return u("startBluetoothDevicesDiscovery",e,{type:"async"})},startPullDownRefresh:function(e){return u("startPullDownRefresh",e,{type:"async"})},stopBluetoothDevicesDiscovery:function(e){return u("stopBluetoothDevicesDiscovery",e,{type:"async"})},stopPullDownRefresh:function(e){return u("stopPullDownRefresh",e,{type:"async"})},switchTab:function(e){return u("switchTab",e,{type:"async"})},tradePay:function(e){return u("tradePay",e,{type:"async"})},uploadFile:function(e){return u("uploadFile",e,{type:"async"})},vibrate:function(e){return u("vibrate",e,{type:"async"})},watchShake:function(e){return u("watchShake",e,{type:"async"})},writeBLECharacteristicValue:function(e){return u("writeBLECharacteristicValue",e,{type:"async"})},showSharePanel:function(e){return u("showSharePanel",e,{type:"async"})},getCurrentLanguage:l,openURL:ee,createWithoutAuthRpc:te,getAppId:function(e){u("getAppIdSync",e,{type:"sync"})},getCurrentPages:function(e){u("__hy_internal__",oe({name:"getCurrentPages"},e))},getSDKVersion:function(e){u("SDKVersion",re({},e),{type:"attribute"})},defineRuntimeConfig:ce}})(),o.default})()));
|