hylid-bridge 2.10.0 → 2.11.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +19 -0
- package/lib/appEnv/clients.d.ts +21 -0
- package/lib/appEnv/clients.js +61 -0
- package/lib/appEnv/getEnv.d.ts +20 -0
- package/lib/appEnv/getEnv.js +145 -0
- package/lib/appEnv/index.d.ts +6 -0
- package/lib/appEnv/index.js +7 -0
- package/lib/appEnv/utils.d.ts +8 -0
- package/lib/appEnv/utils.js +29 -0
- package/lib/bridges.d.ts +152 -0
- package/lib/bridges.js +1988 -0
- package/lib/clients/mp/ae/custom.d.ts +2 -0
- package/lib/clients/mp/ae/custom.js +1 -0
- package/lib/clients/mp/ae/generated.d.ts +2 -0
- package/lib/clients/mp/ae/generated.js +1 -0
- package/lib/clients/mp/ae/index.d.ts +1 -0
- package/lib/clients/mp/ae/index.js +1 -0
- package/lib/clients/mp/alipay/createWebViewContext.d.ts +2 -0
- package/lib/clients/mp/alipay/createWebViewContext.js +2 -0
- package/lib/clients/mp/alipay/custom.d.ts +4 -0
- package/lib/clients/mp/alipay/custom.js +4 -0
- package/lib/clients/mp/alipay/generated.d.ts +6 -0
- package/lib/clients/mp/alipay/generated.js +8 -0
- package/lib/clients/mp/alipay/getSystemInfoSync.d.ts +2 -0
- package/lib/clients/mp/alipay/getSystemInfoSync.js +2 -0
- package/lib/clients/mp/alipay/index.d.ts +7 -0
- package/lib/clients/mp/alipay/index.js +13 -0
- package/lib/clients/mp/alipay/navigateTo.d.ts +2 -0
- package/lib/clients/mp/alipay/navigateTo.js +2 -0
- package/lib/clients/mp/alipay/rpc.d.ts +2 -0
- package/lib/clients/mp/alipay/rpc.js +2 -0
- package/lib/clients/mp/alipay/tradePay.d.ts +2 -0
- package/lib/clients/mp/alipay/tradePay.js +2 -0
- package/lib/clients/mp/alipay_hk/custom.d.ts +2 -0
- package/lib/clients/mp/alipay_hk/custom.js +1 -0
- package/lib/clients/mp/alipay_hk/generated.d.ts +2 -0
- package/lib/clients/mp/alipay_hk/generated.js +1 -0
- package/lib/clients/mp/alipay_hk/index.d.ts +1 -0
- package/lib/clients/mp/alipay_hk/index.js +1 -0
- package/lib/clients/mp/alipay_plus/APRegionRPC.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/APRegionRPC.js +2 -0
- package/lib/clients/mp/alipay_plus/addFatigueAction.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/addFatigueAction.js +2 -0
- package/lib/clients/mp/alipay_plus/addPhoneContact.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/addPhoneContact.js +2 -0
- package/lib/clients/mp/alipay_plus/alert.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/alert.js +2 -0
- package/lib/clients/mp/alipay_plus/apDisableJSAPI.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/apDisableJSAPI.js +2 -0
- package/lib/clients/mp/alipay_plus/appxrpc.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/appxrpc.js +2 -0
- package/lib/clients/mp/alipay_plus/batchQueryCdpSpaceInfo.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/batchQueryCdpSpaceInfo.js +2 -0
- package/lib/clients/mp/alipay_plus/canIUse.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/canIUse.js +3 -0
- package/lib/clients/mp/alipay_plus/chooseImage.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/chooseImage.js +2 -0
- package/lib/clients/mp/alipay_plus/choosePhoneContact.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/choosePhoneContact.js +2 -0
- package/lib/clients/mp/alipay_plus/clearStorage.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/clearStorage.js +2 -0
- package/lib/clients/mp/alipay_plus/clearStorageSync.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/clearStorageSync.js +2 -0
- package/lib/clients/mp/alipay_plus/closeBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/closeBluetoothAdapter.js +2 -0
- package/lib/clients/mp/alipay_plus/closeSocket.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/closeSocket.js +2 -0
- package/lib/clients/mp/alipay_plus/confirm.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/confirm.js +2 -0
- package/lib/clients/mp/alipay_plus/connectBLEDevice.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/connectBLEDevice.js +2 -0
- package/lib/clients/mp/alipay_plus/connectSocket.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/connectSocket.js +2 -0
- package/lib/clients/mp/alipay_plus/createAnimation.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/createAnimation.js +2 -0
- package/lib/clients/mp/alipay_plus/createSelectorQuery.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/createSelectorQuery.js +2 -0
- package/lib/clients/mp/alipay_plus/createWebViewContext.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/createWebViewContext.js +2 -0
- package/lib/clients/mp/alipay_plus/crossPay.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/crossPay.js +2 -0
- package/lib/clients/mp/alipay_plus/custom.d.ts +4 -0
- package/lib/clients/mp/alipay_plus/custom.js +4 -0
- package/lib/clients/mp/alipay_plus/datePicker.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/datePicker.js +2 -0
- package/lib/clients/mp/alipay_plus/disconnectBLEDevice.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/disconnectBLEDevice.js +2 -0
- package/lib/clients/mp/alipay_plus/downloadFile.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/downloadFile.js +2 -0
- package/lib/clients/mp/alipay_plus/exitApp.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/exitApp.js +2 -0
- package/lib/clients/mp/alipay_plus/generated.d.ts +258 -0
- package/lib/clients/mp/alipay_plus/generated.js +300 -0
- package/lib/clients/mp/alipay_plus/getAppIdSync.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/getAppIdSync.js +2 -0
- package/lib/clients/mp/alipay_plus/getAppToken.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/getAppToken.js +2 -0
- package/lib/clients/mp/alipay_plus/getAuthCode.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/getAuthCode.js +2 -0
- package/lib/clients/mp/alipay_plus/getBLEDeviceCharacteristics.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/getBLEDeviceCharacteristics.js +2 -0
- package/lib/clients/mp/alipay_plus/getBLEDeviceServices.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/getBLEDeviceServices.js +2 -0
- package/lib/clients/mp/alipay_plus/getBatteryInfo.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/getBatteryInfo.js +2 -0
- package/lib/clients/mp/alipay_plus/getBluetoothAdapterState.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/getBluetoothAdapterState.js +2 -0
- package/lib/clients/mp/alipay_plus/getBluetoothDevices.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/getBluetoothDevices.js +2 -0
- package/lib/clients/mp/alipay_plus/getClipboard.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/getClipboard.js +2 -0
- package/lib/clients/mp/alipay_plus/getComponentAuth.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/getComponentAuth.js +2 -0
- package/lib/clients/mp/alipay_plus/getConnectedBluetoothDevices.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/getConnectedBluetoothDevices.js +2 -0
- package/lib/clients/mp/alipay_plus/getFileInfo.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/getFileInfo.js +2 -0
- package/lib/clients/mp/alipay_plus/getImageInfo.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/getImageInfo.js +2 -0
- package/lib/clients/mp/alipay_plus/getLocation.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/getLocation.js +2 -0
- package/lib/clients/mp/alipay_plus/getNetworkType.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/getNetworkType.js +2 -0
- package/lib/clients/mp/alipay_plus/getOpenUserInfo.d.ts +3 -0
- package/lib/clients/mp/alipay_plus/getOpenUserInfo.js +34 -0
- package/lib/clients/mp/alipay_plus/getPaymentCode.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/getPaymentCode.js +2 -0
- package/lib/clients/mp/alipay_plus/getPhoneNumber.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/getPhoneNumber.js +2 -0
- package/lib/clients/mp/alipay_plus/getSavedFileInfo.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/getSavedFileInfo.js +2 -0
- package/lib/clients/mp/alipay_plus/getSavedFileList.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/getSavedFileList.js +2 -0
- package/lib/clients/mp/alipay_plus/getScreenBrightness.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/getScreenBrightness.js +2 -0
- package/lib/clients/mp/alipay_plus/getServerTime.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/getServerTime.js +2 -0
- package/lib/clients/mp/alipay_plus/getSetting.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/getSetting.js +2 -0
- package/lib/clients/mp/alipay_plus/getSiteInfo.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/getSiteInfo.js +2 -0
- package/lib/clients/mp/alipay_plus/getStorage.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/getStorage.js +2 -0
- package/lib/clients/mp/alipay_plus/getStorageInfo.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/getStorageInfo.js +2 -0
- package/lib/clients/mp/alipay_plus/getStorageInfoSync.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/getStorageInfoSync.js +2 -0
- package/lib/clients/mp/alipay_plus/getStorageSync.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/getStorageSync.js +2 -0
- package/lib/clients/mp/alipay_plus/getSystemInfo.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/getSystemInfo.js +2 -0
- package/lib/clients/mp/alipay_plus/getSystemInfoSync.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/getSystemInfoSync.js +2 -0
- package/lib/clients/mp/alipay_plus/hideBackHome.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/hideBackHome.js +2 -0
- package/lib/clients/mp/alipay_plus/hideKeyboard.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/hideKeyboard.js +2 -0
- package/lib/clients/mp/alipay_plus/hideLoading.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/hideLoading.js +2 -0
- package/lib/clients/mp/alipay_plus/hideNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/hideNavigationBarLoading.js +2 -0
- package/lib/clients/mp/alipay_plus/hideTabBar.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/hideTabBar.js +2 -0
- package/lib/clients/mp/alipay_plus/hideToast.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/hideToast.js +2 -0
- package/lib/clients/mp/alipay_plus/index.d.ts +259 -0
- package/lib/clients/mp/alipay_plus/index.js +13 -0
- package/lib/clients/mp/alipay_plus/inquireQuote.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/inquireQuote.js +2 -0
- package/lib/clients/mp/alipay_plus/isInstalledApp.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/isInstalledApp.js +2 -0
- package/lib/clients/mp/alipay_plus/makePhoneCall.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/makePhoneCall.js +2 -0
- package/lib/clients/mp/alipay_plus/multiLevelSelect.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/multiLevelSelect.js +2 -0
- package/lib/clients/mp/alipay_plus/navigateBack.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/navigateBack.js +2 -0
- package/lib/clients/mp/alipay_plus/navigateBackMiniProgram.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/navigateBackMiniProgram.js +2 -0
- package/lib/clients/mp/alipay_plus/navigateTo.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/navigateTo.js +2 -0
- package/lib/clients/mp/alipay_plus/navigateToBizScene.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/navigateToBizScene.js +2 -0
- package/lib/clients/mp/alipay_plus/navigateToMiniProgram.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/navigateToMiniProgram.js +2 -0
- package/lib/clients/mp/alipay_plus/notifyBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/notifyBLECharacteristicValueChange.js +2 -0
- package/lib/clients/mp/alipay_plus/offAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/offAccelerometerChange.js +2 -0
- package/lib/clients/mp/alipay_plus/offBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/offBLECharacteristicValueChange.js +2 -0
- package/lib/clients/mp/alipay_plus/offBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/offBLEConnectionStateChanged.js +2 -0
- package/lib/clients/mp/alipay_plus/offBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/offBluetoothAdapterStateChange.js +2 -0
- package/lib/clients/mp/alipay_plus/offBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/offBluetoothDeviceFound.js +2 -0
- package/lib/clients/mp/alipay_plus/offCompassChange.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/offCompassChange.js +2 -0
- package/lib/clients/mp/alipay_plus/offMemoryWarning.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/offMemoryWarning.js +2 -0
- package/lib/clients/mp/alipay_plus/offSocketClose.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/offSocketClose.js +2 -0
- package/lib/clients/mp/alipay_plus/offSocketError.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/offSocketError.js +2 -0
- package/lib/clients/mp/alipay_plus/offSocketMessage.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/offSocketMessage.js +2 -0
- package/lib/clients/mp/alipay_plus/offSocketOpen.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/offSocketOpen.js +2 -0
- package/lib/clients/mp/alipay_plus/offUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/offUserCaptureScreen.js +2 -0
- package/lib/clients/mp/alipay_plus/onAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/onAccelerometerChange.js +2 -0
- package/lib/clients/mp/alipay_plus/onBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/onBLECharacteristicValueChange.js +2 -0
- package/lib/clients/mp/alipay_plus/onBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/onBLEConnectionStateChanged.js +2 -0
- package/lib/clients/mp/alipay_plus/onBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/onBluetoothAdapterStateChange.js +2 -0
- package/lib/clients/mp/alipay_plus/onBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/onBluetoothDeviceFound.js +2 -0
- package/lib/clients/mp/alipay_plus/onCompassChange.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/onCompassChange.js +2 -0
- package/lib/clients/mp/alipay_plus/onMemoryWarning.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/onMemoryWarning.js +2 -0
- package/lib/clients/mp/alipay_plus/onMessage.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/onMessage.js +2 -0
- package/lib/clients/mp/alipay_plus/onSocketClose.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/onSocketClose.js +2 -0
- package/lib/clients/mp/alipay_plus/onSocketError.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/onSocketError.js +2 -0
- package/lib/clients/mp/alipay_plus/onSocketMessage.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/onSocketMessage.js +2 -0
- package/lib/clients/mp/alipay_plus/onSocketOpen.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/onSocketOpen.js +2 -0
- package/lib/clients/mp/alipay_plus/onUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/onUserCaptureScreen.js +2 -0
- package/lib/clients/mp/alipay_plus/openBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/openBluetoothAdapter.js +2 -0
- package/lib/clients/mp/alipay_plus/openDocument.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/openDocument.js +2 -0
- package/lib/clients/mp/alipay_plus/openSchemeWithBacking.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/openSchemeWithBacking.js +2 -0
- package/lib/clients/mp/alipay_plus/openSetting.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/openSetting.js +2 -0
- package/lib/clients/mp/alipay_plus/pageScrollTo.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/pageScrollTo.js +2 -0
- package/lib/clients/mp/alipay_plus/paySignCenter.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/paySignCenter.js +2 -0
- package/lib/clients/mp/alipay_plus/postMessage.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/postMessage.js +2 -0
- package/lib/clients/mp/alipay_plus/previewImage.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/previewImage.js +2 -0
- package/lib/clients/mp/alipay_plus/prompt.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/prompt.js +2 -0
- package/lib/clients/mp/alipay_plus/reLaunch.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/reLaunch.js +2 -0
- package/lib/clients/mp/alipay_plus/readBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/readBLECharacteristicValue.js +2 -0
- package/lib/clients/mp/alipay_plus/redirectTo.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/redirectTo.js +2 -0
- package/lib/clients/mp/alipay_plus/regionFetchAllApps.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/regionFetchAllApps.js +2 -0
- package/lib/clients/mp/alipay_plus/regionSearchAppsByKeywords.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/regionSearchAppsByKeywords.js +2 -0
- package/lib/clients/mp/alipay_plus/removeSavedFile.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/removeSavedFile.js +2 -0
- package/lib/clients/mp/alipay_plus/removeStorage.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/removeStorage.js +2 -0
- package/lib/clients/mp/alipay_plus/removeStorageSync.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/removeStorageSync.js +2 -0
- package/lib/clients/mp/alipay_plus/request.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/request.js +2 -0
- package/lib/clients/mp/alipay_plus/rpc.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/rpc.js +2 -0
- package/lib/clients/mp/alipay_plus/saveFile.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/saveFile.js +2 -0
- package/lib/clients/mp/alipay_plus/saveImage.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/saveImage.js +2 -0
- package/lib/clients/mp/alipay_plus/scan.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/scan.js +2 -0
- package/lib/clients/mp/alipay_plus/sendSocketMessage.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/sendSocketMessage.js +2 -0
- package/lib/clients/mp/alipay_plus/setBackgroundColor.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/setBackgroundColor.js +2 -0
- package/lib/clients/mp/alipay_plus/setCanPullDown.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/setCanPullDown.js +2 -0
- package/lib/clients/mp/alipay_plus/setClipboard.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/setClipboard.js +2 -0
- package/lib/clients/mp/alipay_plus/setKeepScreenOn.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/setKeepScreenOn.js +2 -0
- package/lib/clients/mp/alipay_plus/setNavigationBar.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/setNavigationBar.js +2 -0
- package/lib/clients/mp/alipay_plus/setOptionMenu.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/setOptionMenu.js +2 -0
- package/lib/clients/mp/alipay_plus/setScreenBrightness.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/setScreenBrightness.js +2 -0
- package/lib/clients/mp/alipay_plus/setStorage.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/setStorage.js +2 -0
- package/lib/clients/mp/alipay_plus/setStorageSync.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/setStorageSync.js +2 -0
- package/lib/clients/mp/alipay_plus/setTabBarStyle.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/setTabBarStyle.js +2 -0
- package/lib/clients/mp/alipay_plus/showActionSheet.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/showActionSheet.js +2 -0
- package/lib/clients/mp/alipay_plus/showAuthGuide.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/showAuthGuide.js +2 -0
- package/lib/clients/mp/alipay_plus/showLoading.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/showLoading.js +2 -0
- package/lib/clients/mp/alipay_plus/showNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/showNavigationBarLoading.js +2 -0
- package/lib/clients/mp/alipay_plus/showSharePanel.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/showSharePanel.js +2 -0
- package/lib/clients/mp/alipay_plus/showToast.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/showToast.js +2 -0
- package/lib/clients/mp/alipay_plus/signContract.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/signContract.js +2 -0
- package/lib/clients/mp/alipay_plus/startApp.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/startApp.js +2 -0
- package/lib/clients/mp/alipay_plus/startBizService.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/startBizService.js +2 -0
- package/lib/clients/mp/alipay_plus/startBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/startBluetoothDevicesDiscovery.js +2 -0
- package/lib/clients/mp/alipay_plus/startPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/startPullDownRefresh.js +2 -0
- package/lib/clients/mp/alipay_plus/stopBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/stopBluetoothDevicesDiscovery.js +2 -0
- package/lib/clients/mp/alipay_plus/stopPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/stopPullDownRefresh.js +2 -0
- package/lib/clients/mp/alipay_plus/switchTab.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/switchTab.js +2 -0
- package/lib/clients/mp/alipay_plus/thirdPartyAuthForAc.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/thirdPartyAuthForAc.js +2 -0
- package/lib/clients/mp/alipay_plus/tradePay.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/tradePay.js +2 -0
- package/lib/clients/mp/alipay_plus/uploadApdidToken.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/uploadApdidToken.js +2 -0
- package/lib/clients/mp/alipay_plus/uploadFile.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/uploadFile.js +2 -0
- package/lib/clients/mp/alipay_plus/vibrate.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/vibrate.js +2 -0
- package/lib/clients/mp/alipay_plus/watchShake.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/watchShake.js +2 -0
- package/lib/clients/mp/alipay_plus/writeBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp/alipay_plus/writeBLECharacteristicValue.js +2 -0
- package/lib/clients/mp/alipay_vn/custom.d.ts +2 -0
- package/lib/clients/mp/alipay_vn/custom.js +1 -0
- package/lib/clients/mp/alipay_vn/generated.d.ts +2 -0
- package/lib/clients/mp/alipay_vn/generated.js +1 -0
- package/lib/clients/mp/alipay_vn/index.d.ts +1 -0
- package/lib/clients/mp/alipay_vn/index.js +1 -0
- package/lib/clients/mp/dana/custom.d.ts +2 -0
- package/lib/clients/mp/dana/custom.js +1 -0
- package/lib/clients/mp/dana/generated.d.ts +2 -0
- package/lib/clients/mp/dana/generated.js +1 -0
- package/lib/clients/mp/dana/index.d.ts +1 -0
- package/lib/clients/mp/dana/index.js +1 -0
- package/lib/clients/mp/gcash/custom.d.ts +2 -0
- package/lib/clients/mp/gcash/custom.js +1 -0
- package/lib/clients/mp/gcash/generated.d.ts +2 -0
- package/lib/clients/mp/gcash/generated.js +1 -0
- package/lib/clients/mp/gcash/index.d.ts +1 -0
- package/lib/clients/mp/gcash/index.js +1 -0
- package/lib/clients/mp/lazada/APRegionRPC.d.ts +2 -0
- package/lib/clients/mp/lazada/APRegionRPC.js +2 -0
- package/lib/clients/mp/lazada/addFatigueAction.d.ts +2 -0
- package/lib/clients/mp/lazada/addFatigueAction.js +2 -0
- package/lib/clients/mp/lazada/addPhoneContact.d.ts +2 -0
- package/lib/clients/mp/lazada/addPhoneContact.js +2 -0
- package/lib/clients/mp/lazada/alert.d.ts +2 -0
- package/lib/clients/mp/lazada/alert.js +2 -0
- package/lib/clients/mp/lazada/apDisableJSAPI.d.ts +2 -0
- package/lib/clients/mp/lazada/apDisableJSAPI.js +2 -0
- package/lib/clients/mp/lazada/appxrpc.d.ts +2 -0
- package/lib/clients/mp/lazada/appxrpc.js +2 -0
- package/lib/clients/mp/lazada/batchQueryCdpSpaceInfo.d.ts +2 -0
- package/lib/clients/mp/lazada/batchQueryCdpSpaceInfo.js +2 -0
- package/lib/clients/mp/lazada/chooseImage.d.ts +2 -0
- package/lib/clients/mp/lazada/chooseImage.js +2 -0
- package/lib/clients/mp/lazada/choosePhoneContact.d.ts +2 -0
- package/lib/clients/mp/lazada/choosePhoneContact.js +2 -0
- package/lib/clients/mp/lazada/clearStorage.d.ts +2 -0
- package/lib/clients/mp/lazada/clearStorage.js +2 -0
- package/lib/clients/mp/lazada/clearStorageSync.d.ts +2 -0
- package/lib/clients/mp/lazada/clearStorageSync.js +2 -0
- package/lib/clients/mp/lazada/closeBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp/lazada/closeBluetoothAdapter.js +2 -0
- package/lib/clients/mp/lazada/closeSocket.d.ts +2 -0
- package/lib/clients/mp/lazada/closeSocket.js +2 -0
- package/lib/clients/mp/lazada/confirm.d.ts +2 -0
- package/lib/clients/mp/lazada/confirm.js +2 -0
- package/lib/clients/mp/lazada/connectBLEDevice.d.ts +2 -0
- package/lib/clients/mp/lazada/connectBLEDevice.js +2 -0
- package/lib/clients/mp/lazada/connectSocket.d.ts +2 -0
- package/lib/clients/mp/lazada/connectSocket.js +2 -0
- package/lib/clients/mp/lazada/createAnimation.d.ts +2 -0
- package/lib/clients/mp/lazada/createAnimation.js +2 -0
- package/lib/clients/mp/lazada/createWebViewContext.d.ts +2 -0
- package/lib/clients/mp/lazada/createWebViewContext.js +2 -0
- package/lib/clients/mp/lazada/crossPay.d.ts +2 -0
- package/lib/clients/mp/lazada/crossPay.js +2 -0
- package/lib/clients/mp/lazada/custom.d.ts +4 -0
- package/lib/clients/mp/lazada/custom.js +4 -0
- package/lib/clients/mp/lazada/datePicker.d.ts +2 -0
- package/lib/clients/mp/lazada/datePicker.js +2 -0
- package/lib/clients/mp/lazada/disconnectBLEDevice.d.ts +2 -0
- package/lib/clients/mp/lazada/disconnectBLEDevice.js +2 -0
- package/lib/clients/mp/lazada/downloadFile.d.ts +2 -0
- package/lib/clients/mp/lazada/downloadFile.js +2 -0
- package/lib/clients/mp/lazada/exitApp.d.ts +2 -0
- package/lib/clients/mp/lazada/exitApp.js +2 -0
- package/lib/clients/mp/lazada/generated.d.ts +250 -0
- package/lib/clients/mp/lazada/generated.js +284 -0
- package/lib/clients/mp/lazada/getAppIdSync.d.ts +2 -0
- package/lib/clients/mp/lazada/getAppIdSync.js +2 -0
- package/lib/clients/mp/lazada/getAppToken.d.ts +2 -0
- package/lib/clients/mp/lazada/getAppToken.js +2 -0
- package/lib/clients/mp/lazada/getAuthCode.d.ts +3 -0
- package/lib/clients/mp/lazada/getAuthCode.js +39 -0
- package/lib/clients/mp/lazada/getBLEDeviceCharacteristics.d.ts +2 -0
- package/lib/clients/mp/lazada/getBLEDeviceCharacteristics.js +2 -0
- package/lib/clients/mp/lazada/getBLEDeviceServices.d.ts +2 -0
- package/lib/clients/mp/lazada/getBLEDeviceServices.js +2 -0
- package/lib/clients/mp/lazada/getBatteryInfo.d.ts +2 -0
- package/lib/clients/mp/lazada/getBatteryInfo.js +2 -0
- package/lib/clients/mp/lazada/getBluetoothAdapterState.d.ts +2 -0
- package/lib/clients/mp/lazada/getBluetoothAdapterState.js +2 -0
- package/lib/clients/mp/lazada/getBluetoothDevices.d.ts +2 -0
- package/lib/clients/mp/lazada/getBluetoothDevices.js +2 -0
- package/lib/clients/mp/lazada/getClipboard.d.ts +2 -0
- package/lib/clients/mp/lazada/getClipboard.js +2 -0
- package/lib/clients/mp/lazada/getComponentAuth.d.ts +2 -0
- package/lib/clients/mp/lazada/getComponentAuth.js +2 -0
- package/lib/clients/mp/lazada/getConnectedBluetoothDevices.d.ts +2 -0
- package/lib/clients/mp/lazada/getConnectedBluetoothDevices.js +2 -0
- package/lib/clients/mp/lazada/getFileInfo.d.ts +2 -0
- package/lib/clients/mp/lazada/getFileInfo.js +2 -0
- package/lib/clients/mp/lazada/getImageInfo.d.ts +2 -0
- package/lib/clients/mp/lazada/getImageInfo.js +2 -0
- package/lib/clients/mp/lazada/getLocation.d.ts +2 -0
- package/lib/clients/mp/lazada/getLocation.js +2 -0
- package/lib/clients/mp/lazada/getNetworkType.d.ts +2 -0
- package/lib/clients/mp/lazada/getNetworkType.js +2 -0
- package/lib/clients/mp/lazada/getOpenUserInfo.d.ts +3 -0
- package/lib/clients/mp/lazada/getOpenUserInfo.js +34 -0
- package/lib/clients/mp/lazada/getPaymentCode.d.ts +2 -0
- package/lib/clients/mp/lazada/getPaymentCode.js +2 -0
- package/lib/clients/mp/lazada/getPhoneNumber.d.ts +2 -0
- package/lib/clients/mp/lazada/getPhoneNumber.js +2 -0
- package/lib/clients/mp/lazada/getSavedFileInfo.d.ts +2 -0
- package/lib/clients/mp/lazada/getSavedFileInfo.js +2 -0
- package/lib/clients/mp/lazada/getSavedFileList.d.ts +2 -0
- package/lib/clients/mp/lazada/getSavedFileList.js +2 -0
- package/lib/clients/mp/lazada/getScreenBrightness.d.ts +2 -0
- package/lib/clients/mp/lazada/getScreenBrightness.js +2 -0
- package/lib/clients/mp/lazada/getServerTime.d.ts +2 -0
- package/lib/clients/mp/lazada/getServerTime.js +2 -0
- package/lib/clients/mp/lazada/getSetting.d.ts +2 -0
- package/lib/clients/mp/lazada/getSetting.js +2 -0
- package/lib/clients/mp/lazada/getSiteInfo.d.ts +2 -0
- package/lib/clients/mp/lazada/getSiteInfo.js +2 -0
- package/lib/clients/mp/lazada/getStorage.d.ts +2 -0
- package/lib/clients/mp/lazada/getStorage.js +2 -0
- package/lib/clients/mp/lazada/getStorageSync.d.ts +2 -0
- package/lib/clients/mp/lazada/getStorageSync.js +2 -0
- package/lib/clients/mp/lazada/getSystemInfo.d.ts +2 -0
- package/lib/clients/mp/lazada/getSystemInfo.js +2 -0
- package/lib/clients/mp/lazada/hideBackHome.d.ts +2 -0
- package/lib/clients/mp/lazada/hideBackHome.js +2 -0
- package/lib/clients/mp/lazada/hideKeyboard.d.ts +2 -0
- package/lib/clients/mp/lazada/hideKeyboard.js +2 -0
- package/lib/clients/mp/lazada/hideLoading.d.ts +2 -0
- package/lib/clients/mp/lazada/hideLoading.js +2 -0
- package/lib/clients/mp/lazada/hideNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp/lazada/hideNavigationBarLoading.js +2 -0
- package/lib/clients/mp/lazada/hideTabBar.d.ts +2 -0
- package/lib/clients/mp/lazada/hideTabBar.js +2 -0
- package/lib/clients/mp/lazada/hideToast.d.ts +2 -0
- package/lib/clients/mp/lazada/hideToast.js +2 -0
- package/lib/clients/mp/lazada/index.d.ts +251 -0
- package/lib/clients/mp/lazada/index.js +13 -0
- package/lib/clients/mp/lazada/inquireQuote.d.ts +2 -0
- package/lib/clients/mp/lazada/inquireQuote.js +2 -0
- package/lib/clients/mp/lazada/isInstalledApp.d.ts +2 -0
- package/lib/clients/mp/lazada/isInstalledApp.js +2 -0
- package/lib/clients/mp/lazada/makePhoneCall.d.ts +2 -0
- package/lib/clients/mp/lazada/makePhoneCall.js +2 -0
- package/lib/clients/mp/lazada/multiLevelSelect.d.ts +2 -0
- package/lib/clients/mp/lazada/multiLevelSelect.js +2 -0
- package/lib/clients/mp/lazada/navigateBack.d.ts +2 -0
- package/lib/clients/mp/lazada/navigateBack.js +2 -0
- package/lib/clients/mp/lazada/navigateBackMiniProgram.d.ts +2 -0
- package/lib/clients/mp/lazada/navigateBackMiniProgram.js +2 -0
- package/lib/clients/mp/lazada/navigateTo.d.ts +2 -0
- package/lib/clients/mp/lazada/navigateTo.js +2 -0
- package/lib/clients/mp/lazada/navigateToBizScene.d.ts +2 -0
- package/lib/clients/mp/lazada/navigateToBizScene.js +2 -0
- package/lib/clients/mp/lazada/navigateToMiniProgram.d.ts +2 -0
- package/lib/clients/mp/lazada/navigateToMiniProgram.js +2 -0
- package/lib/clients/mp/lazada/notifyBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp/lazada/notifyBLECharacteristicValueChange.js +2 -0
- package/lib/clients/mp/lazada/offAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp/lazada/offAccelerometerChange.js +2 -0
- package/lib/clients/mp/lazada/offBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp/lazada/offBLECharacteristicValueChange.js +2 -0
- package/lib/clients/mp/lazada/offBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp/lazada/offBLEConnectionStateChanged.js +2 -0
- package/lib/clients/mp/lazada/offBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp/lazada/offBluetoothAdapterStateChange.js +2 -0
- package/lib/clients/mp/lazada/offBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp/lazada/offBluetoothDeviceFound.js +2 -0
- package/lib/clients/mp/lazada/offCompassChange.d.ts +2 -0
- package/lib/clients/mp/lazada/offCompassChange.js +2 -0
- package/lib/clients/mp/lazada/offMemoryWarning.d.ts +2 -0
- package/lib/clients/mp/lazada/offMemoryWarning.js +2 -0
- package/lib/clients/mp/lazada/offSocketClose.d.ts +2 -0
- package/lib/clients/mp/lazada/offSocketClose.js +2 -0
- package/lib/clients/mp/lazada/offSocketError.d.ts +2 -0
- package/lib/clients/mp/lazada/offSocketError.js +2 -0
- package/lib/clients/mp/lazada/offSocketMessage.d.ts +2 -0
- package/lib/clients/mp/lazada/offSocketMessage.js +2 -0
- package/lib/clients/mp/lazada/offSocketOpen.d.ts +2 -0
- package/lib/clients/mp/lazada/offSocketOpen.js +2 -0
- package/lib/clients/mp/lazada/offUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp/lazada/offUserCaptureScreen.js +2 -0
- package/lib/clients/mp/lazada/onAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp/lazada/onAccelerometerChange.js +2 -0
- package/lib/clients/mp/lazada/onBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp/lazada/onBLECharacteristicValueChange.js +2 -0
- package/lib/clients/mp/lazada/onBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp/lazada/onBLEConnectionStateChanged.js +2 -0
- package/lib/clients/mp/lazada/onBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp/lazada/onBluetoothAdapterStateChange.js +2 -0
- package/lib/clients/mp/lazada/onBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp/lazada/onBluetoothDeviceFound.js +2 -0
- package/lib/clients/mp/lazada/onCompassChange.d.ts +2 -0
- package/lib/clients/mp/lazada/onCompassChange.js +2 -0
- package/lib/clients/mp/lazada/onMemoryWarning.d.ts +2 -0
- package/lib/clients/mp/lazada/onMemoryWarning.js +2 -0
- package/lib/clients/mp/lazada/onSocketClose.d.ts +2 -0
- package/lib/clients/mp/lazada/onSocketClose.js +2 -0
- package/lib/clients/mp/lazada/onSocketError.d.ts +2 -0
- package/lib/clients/mp/lazada/onSocketError.js +2 -0
- package/lib/clients/mp/lazada/onSocketMessage.d.ts +2 -0
- package/lib/clients/mp/lazada/onSocketMessage.js +2 -0
- package/lib/clients/mp/lazada/onSocketOpen.d.ts +2 -0
- package/lib/clients/mp/lazada/onSocketOpen.js +2 -0
- package/lib/clients/mp/lazada/onUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp/lazada/onUserCaptureScreen.js +2 -0
- package/lib/clients/mp/lazada/openBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp/lazada/openBluetoothAdapter.js +2 -0
- package/lib/clients/mp/lazada/openDocument.d.ts +2 -0
- package/lib/clients/mp/lazada/openDocument.js +2 -0
- package/lib/clients/mp/lazada/openSchemeWithBacking.d.ts +2 -0
- package/lib/clients/mp/lazada/openSchemeWithBacking.js +2 -0
- package/lib/clients/mp/lazada/openSetting.d.ts +2 -0
- package/lib/clients/mp/lazada/openSetting.js +2 -0
- package/lib/clients/mp/lazada/pageScrollTo.d.ts +2 -0
- package/lib/clients/mp/lazada/pageScrollTo.js +2 -0
- package/lib/clients/mp/lazada/paySignCenter.d.ts +2 -0
- package/lib/clients/mp/lazada/paySignCenter.js +2 -0
- package/lib/clients/mp/lazada/previewImage.d.ts +2 -0
- package/lib/clients/mp/lazada/previewImage.js +2 -0
- package/lib/clients/mp/lazada/prompt.d.ts +2 -0
- package/lib/clients/mp/lazada/prompt.js +2 -0
- package/lib/clients/mp/lazada/reLaunch.d.ts +2 -0
- package/lib/clients/mp/lazada/reLaunch.js +2 -0
- package/lib/clients/mp/lazada/readBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp/lazada/readBLECharacteristicValue.js +2 -0
- package/lib/clients/mp/lazada/redirectTo.d.ts +2 -0
- package/lib/clients/mp/lazada/redirectTo.js +2 -0
- package/lib/clients/mp/lazada/regionFetchAllApps.d.ts +2 -0
- package/lib/clients/mp/lazada/regionFetchAllApps.js +2 -0
- package/lib/clients/mp/lazada/regionSearchAppsByKeywords.d.ts +2 -0
- package/lib/clients/mp/lazada/regionSearchAppsByKeywords.js +2 -0
- package/lib/clients/mp/lazada/removeSavedFile.d.ts +2 -0
- package/lib/clients/mp/lazada/removeSavedFile.js +2 -0
- package/lib/clients/mp/lazada/removeStorage.d.ts +2 -0
- package/lib/clients/mp/lazada/removeStorage.js +2 -0
- package/lib/clients/mp/lazada/removeStorageSync.d.ts +2 -0
- package/lib/clients/mp/lazada/removeStorageSync.js +2 -0
- package/lib/clients/mp/lazada/request.d.ts +2 -0
- package/lib/clients/mp/lazada/request.js +2 -0
- package/lib/clients/mp/lazada/rpc.d.ts +2 -0
- package/lib/clients/mp/lazada/rpc.js +2 -0
- package/lib/clients/mp/lazada/saveFile.d.ts +2 -0
- package/lib/clients/mp/lazada/saveFile.js +2 -0
- package/lib/clients/mp/lazada/saveImage.d.ts +2 -0
- package/lib/clients/mp/lazada/saveImage.js +2 -0
- package/lib/clients/mp/lazada/scan.d.ts +2 -0
- package/lib/clients/mp/lazada/scan.js +2 -0
- package/lib/clients/mp/lazada/sendSocketMessage.d.ts +2 -0
- package/lib/clients/mp/lazada/sendSocketMessage.js +2 -0
- package/lib/clients/mp/lazada/setBackgroundColor.d.ts +2 -0
- package/lib/clients/mp/lazada/setBackgroundColor.js +2 -0
- package/lib/clients/mp/lazada/setCanPullDown.d.ts +2 -0
- package/lib/clients/mp/lazada/setCanPullDown.js +2 -0
- package/lib/clients/mp/lazada/setClipboard.d.ts +2 -0
- package/lib/clients/mp/lazada/setClipboard.js +2 -0
- package/lib/clients/mp/lazada/setKeepScreenOn.d.ts +2 -0
- package/lib/clients/mp/lazada/setKeepScreenOn.js +2 -0
- package/lib/clients/mp/lazada/setNavigationBar.d.ts +2 -0
- package/lib/clients/mp/lazada/setNavigationBar.js +2 -0
- package/lib/clients/mp/lazada/setOptionMenu.d.ts +2 -0
- package/lib/clients/mp/lazada/setOptionMenu.js +2 -0
- package/lib/clients/mp/lazada/setScreenBrightness.d.ts +2 -0
- package/lib/clients/mp/lazada/setScreenBrightness.js +2 -0
- package/lib/clients/mp/lazada/setStorage.d.ts +2 -0
- package/lib/clients/mp/lazada/setStorage.js +2 -0
- package/lib/clients/mp/lazada/setStorageSync.d.ts +2 -0
- package/lib/clients/mp/lazada/setStorageSync.js +2 -0
- package/lib/clients/mp/lazada/setTabBarStyle.d.ts +2 -0
- package/lib/clients/mp/lazada/setTabBarStyle.js +2 -0
- package/lib/clients/mp/lazada/showActionSheet.d.ts +2 -0
- package/lib/clients/mp/lazada/showActionSheet.js +2 -0
- package/lib/clients/mp/lazada/showAuthGuide.d.ts +2 -0
- package/lib/clients/mp/lazada/showAuthGuide.js +2 -0
- package/lib/clients/mp/lazada/showLoading.d.ts +2 -0
- package/lib/clients/mp/lazada/showLoading.js +2 -0
- package/lib/clients/mp/lazada/showNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp/lazada/showNavigationBarLoading.js +2 -0
- package/lib/clients/mp/lazada/showToast.d.ts +2 -0
- package/lib/clients/mp/lazada/showToast.js +2 -0
- package/lib/clients/mp/lazada/signContract.d.ts +2 -0
- package/lib/clients/mp/lazada/signContract.js +2 -0
- package/lib/clients/mp/lazada/startApp.d.ts +2 -0
- package/lib/clients/mp/lazada/startApp.js +2 -0
- package/lib/clients/mp/lazada/startBizService.d.ts +2 -0
- package/lib/clients/mp/lazada/startBizService.js +2 -0
- package/lib/clients/mp/lazada/startBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp/lazada/startBluetoothDevicesDiscovery.js +2 -0
- package/lib/clients/mp/lazada/startPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp/lazada/startPullDownRefresh.js +2 -0
- package/lib/clients/mp/lazada/stopBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp/lazada/stopBluetoothDevicesDiscovery.js +2 -0
- package/lib/clients/mp/lazada/stopPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp/lazada/stopPullDownRefresh.js +2 -0
- package/lib/clients/mp/lazada/switchTab.d.ts +2 -0
- package/lib/clients/mp/lazada/switchTab.js +2 -0
- package/lib/clients/mp/lazada/thirdPartyAuthForAc.d.ts +2 -0
- package/lib/clients/mp/lazada/thirdPartyAuthForAc.js +2 -0
- package/lib/clients/mp/lazada/tradePay.d.ts +2 -0
- package/lib/clients/mp/lazada/tradePay.js +2 -0
- package/lib/clients/mp/lazada/uploadApdidToken.d.ts +2 -0
- package/lib/clients/mp/lazada/uploadApdidToken.js +2 -0
- package/lib/clients/mp/lazada/uploadFile.d.ts +2 -0
- package/lib/clients/mp/lazada/uploadFile.js +2 -0
- package/lib/clients/mp/lazada/vibrate.d.ts +2 -0
- package/lib/clients/mp/lazada/vibrate.js +2 -0
- package/lib/clients/mp/lazada/watchShake.d.ts +2 -0
- package/lib/clients/mp/lazada/watchShake.js +2 -0
- package/lib/clients/mp/lazada/writeBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp/lazada/writeBLECharacteristicValue.js +2 -0
- package/lib/clients/mp/taobao/alert.d.ts +2 -0
- package/lib/clients/mp/taobao/alert.js +2 -0
- package/lib/clients/mp/taobao/clearStorage.d.ts +2 -0
- package/lib/clients/mp/taobao/clearStorage.js +2 -0
- package/lib/clients/mp/taobao/clearStorageSync.d.ts +2 -0
- package/lib/clients/mp/taobao/clearStorageSync.js +2 -0
- package/lib/clients/mp/taobao/confirm.d.ts +2 -0
- package/lib/clients/mp/taobao/confirm.js +2 -0
- package/lib/clients/mp/taobao/createAnimation.d.ts +2 -0
- package/lib/clients/mp/taobao/createAnimation.js +2 -0
- package/lib/clients/mp/taobao/createWebViewContext.d.ts +2 -0
- package/lib/clients/mp/taobao/createWebViewContext.js +2 -0
- package/lib/clients/mp/taobao/crossPay.d.ts +2 -0
- package/lib/clients/mp/taobao/crossPay.js +2 -0
- package/lib/clients/mp/taobao/custom.d.ts +6 -0
- package/lib/clients/mp/taobao/custom.js +8 -0
- package/lib/clients/mp/taobao/generated.d.ts +62 -0
- package/lib/clients/mp/taobao/generated.js +90 -0
- package/lib/clients/mp/taobao/getAuthCode.d.ts +3 -0
- package/lib/clients/mp/taobao/getAuthCode.js +39 -0
- package/lib/clients/mp/taobao/getClipboard.d.ts +2 -0
- package/lib/clients/mp/taobao/getClipboard.js +2 -0
- package/lib/clients/mp/taobao/getLocation.d.ts +2 -0
- package/lib/clients/mp/taobao/getLocation.js +2 -0
- package/lib/clients/mp/taobao/getNetworkType.d.ts +2 -0
- package/lib/clients/mp/taobao/getNetworkType.js +2 -0
- package/lib/clients/mp/taobao/getOpenUserInfo.d.ts +3 -0
- package/lib/clients/mp/taobao/getOpenUserInfo.js +27 -0
- package/lib/clients/mp/taobao/getStorage.d.ts +2 -0
- package/lib/clients/mp/taobao/getStorage.js +2 -0
- package/lib/clients/mp/taobao/getStorageSync.d.ts +2 -0
- package/lib/clients/mp/taobao/getStorageSync.js +2 -0
- package/lib/clients/mp/taobao/getSystemInfo.d.ts +2 -0
- package/lib/clients/mp/taobao/getSystemInfo.js +2 -0
- package/lib/clients/mp/taobao/hideBackHome.d.ts +2 -0
- package/lib/clients/mp/taobao/hideBackHome.js +2 -0
- package/lib/clients/mp/taobao/hideKeyboard.d.ts +2 -0
- package/lib/clients/mp/taobao/hideKeyboard.js +2 -0
- package/lib/clients/mp/taobao/hideLoading.d.ts +2 -0
- package/lib/clients/mp/taobao/hideLoading.js +2 -0
- package/lib/clients/mp/taobao/hideTabBar.d.ts +2 -0
- package/lib/clients/mp/taobao/hideTabBar.js +2 -0
- package/lib/clients/mp/taobao/hideToast.d.ts +2 -0
- package/lib/clients/mp/taobao/hideToast.js +2 -0
- package/lib/clients/mp/taobao/index.d.ts +65 -0
- package/lib/clients/mp/taobao/index.js +13 -0
- package/lib/clients/mp/taobao/navigateBack.d.ts +2 -0
- package/lib/clients/mp/taobao/navigateBack.js +2 -0
- package/lib/clients/mp/taobao/navigateTo.d.ts +2 -0
- package/lib/clients/mp/taobao/navigateTo.js +2 -0
- package/lib/clients/mp/taobao/offMemoryWarning.d.ts +2 -0
- package/lib/clients/mp/taobao/offMemoryWarning.js +2 -0
- package/lib/clients/mp/taobao/onMemoryWarning.d.ts +2 -0
- package/lib/clients/mp/taobao/onMemoryWarning.js +2 -0
- package/lib/clients/mp/taobao/pageScrollTo.d.ts +2 -0
- package/lib/clients/mp/taobao/pageScrollTo.js +2 -0
- package/lib/clients/mp/taobao/prompt.d.ts +2 -0
- package/lib/clients/mp/taobao/prompt.js +2 -0
- package/lib/clients/mp/taobao/reLaunch.d.ts +2 -0
- package/lib/clients/mp/taobao/reLaunch.js +2 -0
- package/lib/clients/mp/taobao/redirectTo.d.ts +2 -0
- package/lib/clients/mp/taobao/redirectTo.js +2 -0
- package/lib/clients/mp/taobao/removeStorage.d.ts +2 -0
- package/lib/clients/mp/taobao/removeStorage.js +2 -0
- package/lib/clients/mp/taobao/removeStorageSync.d.ts +2 -0
- package/lib/clients/mp/taobao/removeStorageSync.js +2 -0
- package/lib/clients/mp/taobao/request.d.ts +2 -0
- package/lib/clients/mp/taobao/request.js +2 -0
- package/lib/clients/mp/taobao/scan.d.ts +2 -0
- package/lib/clients/mp/taobao/scan.js +2 -0
- package/lib/clients/mp/taobao/setBackgroundColor.d.ts +2 -0
- package/lib/clients/mp/taobao/setBackgroundColor.js +2 -0
- package/lib/clients/mp/taobao/setCanPullDown.d.ts +2 -0
- package/lib/clients/mp/taobao/setCanPullDown.js +2 -0
- package/lib/clients/mp/taobao/setClipboard.d.ts +2 -0
- package/lib/clients/mp/taobao/setClipboard.js +2 -0
- package/lib/clients/mp/taobao/setNavigationBar.d.ts +2 -0
- package/lib/clients/mp/taobao/setNavigationBar.js +2 -0
- package/lib/clients/mp/taobao/setStorage.d.ts +2 -0
- package/lib/clients/mp/taobao/setStorage.js +2 -0
- package/lib/clients/mp/taobao/setStorageSync.d.ts +2 -0
- package/lib/clients/mp/taobao/setStorageSync.js +2 -0
- package/lib/clients/mp/taobao/setTabBarStyle.d.ts +2 -0
- package/lib/clients/mp/taobao/setTabBarStyle.js +2 -0
- package/lib/clients/mp/taobao/showActionSheet.d.ts +2 -0
- package/lib/clients/mp/taobao/showActionSheet.js +2 -0
- package/lib/clients/mp/taobao/showAuthGuide.d.ts +2 -0
- package/lib/clients/mp/taobao/showAuthGuide.js +2 -0
- package/lib/clients/mp/taobao/showLoading.d.ts +2 -0
- package/lib/clients/mp/taobao/showLoading.js +2 -0
- package/lib/clients/mp/taobao/showToast.d.ts +2 -0
- package/lib/clients/mp/taobao/showToast.js +2 -0
- package/lib/clients/mp/taobao/startPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp/taobao/startPullDownRefresh.js +2 -0
- package/lib/clients/mp/taobao/stopPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp/taobao/stopPullDownRefresh.js +2 -0
- package/lib/clients/mp/taobao/switchTab.d.ts +2 -0
- package/lib/clients/mp/taobao/switchTab.js +2 -0
- package/lib/clients/mp/taobao/tradePay.d.ts +2 -0
- package/lib/clients/mp/taobao/tradePay.js +2 -0
- package/lib/clients/mp/tmall/custom.d.ts +2 -0
- package/lib/clients/mp/tmall/custom.js +1 -0
- package/lib/clients/mp/tmall/generated.d.ts +2 -0
- package/lib/clients/mp/tmall/generated.js +1 -0
- package/lib/clients/mp/tmall/index.d.ts +1 -0
- package/lib/clients/mp/tmall/index.js +1 -0
- package/lib/clients/mp/tmn/custom.d.ts +2 -0
- package/lib/clients/mp/tmn/custom.js +1 -0
- package/lib/clients/mp/tmn/generated.d.ts +2 -0
- package/lib/clients/mp/tmn/generated.js +1 -0
- package/lib/clients/mp/tmn/index.d.ts +1 -0
- package/lib/clients/mp/tmn/index.js +1 -0
- package/lib/clients/mp/tngd/custom.d.ts +2 -0
- package/lib/clients/mp/tngd/custom.js +1 -0
- package/lib/clients/mp/tngd/generated.d.ts +2 -0
- package/lib/clients/mp/tngd/generated.js +1 -0
- package/lib/clients/mp/tngd/index.d.ts +1 -0
- package/lib/clients/mp/tngd/index.js +1 -0
- package/lib/clients/mp/wx/custom.d.ts +2 -0
- package/lib/clients/mp/wx/custom.js +1 -0
- package/lib/clients/mp/wx/generated.d.ts +2 -0
- package/lib/clients/mp/wx/generated.js +1 -0
- package/lib/clients/mp_web/alipay/alert.d.ts +2 -0
- package/lib/clients/mp_web/alipay/alert.js +2 -0
- package/lib/clients/mp_web/alipay/chooseImage.d.ts +2 -0
- package/lib/clients/mp_web/alipay/chooseImage.js +2 -0
- package/lib/clients/mp_web/alipay/clearStorage.d.ts +2 -0
- package/lib/clients/mp_web/alipay/clearStorage.js +2 -0
- package/lib/clients/mp_web/alipay/confirm.d.ts +2 -0
- package/lib/clients/mp_web/alipay/confirm.js +2 -0
- package/lib/clients/mp_web/alipay/crossPay.d.ts +3 -0
- package/lib/clients/mp_web/alipay/crossPay.js +6 -0
- package/lib/clients/mp_web/alipay/custom.d.ts +7 -0
- package/lib/clients/mp_web/alipay/custom.js +6 -0
- package/lib/clients/mp_web/alipay/generated.d.ts +43 -0
- package/lib/clients/mp_web/alipay/generated.js +78 -0
- package/lib/clients/mp_web/alipay/getAppIdSync.d.ts +2 -0
- package/lib/clients/mp_web/alipay/getAppIdSync.js +3 -0
- package/lib/clients/mp_web/alipay/getAuthCode.d.ts +2 -0
- package/lib/clients/mp_web/alipay/getAuthCode.js +2 -0
- package/lib/clients/mp_web/alipay/getClipboard.d.ts +2 -0
- package/lib/clients/mp_web/alipay/getClipboard.js +2 -0
- package/lib/clients/mp_web/alipay/getImageInfo.d.ts +2 -0
- package/lib/clients/mp_web/alipay/getImageInfo.js +2 -0
- package/lib/clients/mp_web/alipay/getLocation.d.ts +2 -0
- package/lib/clients/mp_web/alipay/getLocation.js +2 -0
- package/lib/clients/mp_web/alipay/getNetworkType.d.ts +2 -0
- package/lib/clients/mp_web/alipay/getNetworkType.js +2 -0
- package/lib/clients/mp_web/alipay/getPhoneNumber.d.ts +2 -0
- package/lib/clients/mp_web/alipay/getPhoneNumber.js +2 -0
- package/lib/clients/mp_web/alipay/getStorage.d.ts +2 -0
- package/lib/clients/mp_web/alipay/getStorage.js +2 -0
- package/lib/clients/mp_web/alipay/getSystemInfo.d.ts +2 -0
- package/lib/clients/mp_web/alipay/getSystemInfo.js +2 -0
- package/lib/clients/mp_web/alipay/getSystemInfoSync.d.ts +2 -0
- package/lib/clients/mp_web/alipay/getSystemInfoSync.js +2 -0
- package/lib/clients/mp_web/alipay/hideKeyboard.d.ts +2 -0
- package/lib/clients/mp_web/alipay/hideKeyboard.js +2 -0
- package/lib/clients/mp_web/alipay/hideLoading.d.ts +2 -0
- package/lib/clients/mp_web/alipay/hideLoading.js +2 -0
- package/lib/clients/mp_web/alipay/hideNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp_web/alipay/hideNavigationBarLoading.js +2 -0
- package/lib/clients/mp_web/alipay/hideToast.d.ts +2 -0
- package/lib/clients/mp_web/alipay/hideToast.js +2 -0
- package/lib/clients/mp_web/alipay/index.d.ts +47 -0
- package/lib/clients/mp_web/alipay/index.js +13 -0
- package/lib/clients/mp_web/alipay/makePhoneCall.d.ts +2 -0
- package/lib/clients/mp_web/alipay/makePhoneCall.js +2 -0
- package/lib/clients/mp_web/alipay/multiLevelSelect.d.ts +2 -0
- package/lib/clients/mp_web/alipay/multiLevelSelect.js +2 -0
- package/lib/clients/mp_web/alipay/navigateBackMiniProgram.d.ts +2 -0
- package/lib/clients/mp_web/alipay/navigateBackMiniProgram.js +2 -0
- package/lib/clients/mp_web/alipay/navigateTo.d.ts +2 -0
- package/lib/clients/mp_web/alipay/navigateTo.js +2 -0
- package/lib/clients/mp_web/alipay/navigateToMiniProgram.d.ts +2 -0
- package/lib/clients/mp_web/alipay/navigateToMiniProgram.js +2 -0
- package/lib/clients/mp_web/alipay/previewImage.d.ts +2 -0
- package/lib/clients/mp_web/alipay/previewImage.js +2 -0
- package/lib/clients/mp_web/alipay/prompt.d.ts +2 -0
- package/lib/clients/mp_web/alipay/prompt.js +2 -0
- package/lib/clients/mp_web/alipay/removeStorage.d.ts +2 -0
- package/lib/clients/mp_web/alipay/removeStorage.js +2 -0
- package/lib/clients/mp_web/alipay/request.d.ts +2 -0
- package/lib/clients/mp_web/alipay/request.js +2 -0
- package/lib/clients/mp_web/alipay/rpc.d.ts +2 -0
- package/lib/clients/mp_web/alipay/rpc.js +2 -0
- package/lib/clients/mp_web/alipay/saveImage.d.ts +2 -0
- package/lib/clients/mp_web/alipay/saveImage.js +2 -0
- package/lib/clients/mp_web/alipay/scan.d.ts +2 -0
- package/lib/clients/mp_web/alipay/scan.js +2 -0
- package/lib/clients/mp_web/alipay/setClipboard.d.ts +2 -0
- package/lib/clients/mp_web/alipay/setClipboard.js +2 -0
- package/lib/clients/mp_web/alipay/setNavigationBar.d.ts +2 -0
- package/lib/clients/mp_web/alipay/setNavigationBar.js +2 -0
- package/lib/clients/mp_web/alipay/setOptionMenu.d.ts +2 -0
- package/lib/clients/mp_web/alipay/setOptionMenu.js +2 -0
- package/lib/clients/mp_web/alipay/setStorage.d.ts +2 -0
- package/lib/clients/mp_web/alipay/setStorage.js +2 -0
- package/lib/clients/mp_web/alipay/showAuthGuide.d.ts +2 -0
- package/lib/clients/mp_web/alipay/showAuthGuide.js +2 -0
- package/lib/clients/mp_web/alipay/showLoading.d.ts +2 -0
- package/lib/clients/mp_web/alipay/showLoading.js +2 -0
- package/lib/clients/mp_web/alipay/showNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp_web/alipay/showNavigationBarLoading.js +2 -0
- package/lib/clients/mp_web/alipay/showToast.d.ts +2 -0
- package/lib/clients/mp_web/alipay/showToast.js +2 -0
- package/lib/clients/mp_web/alipay/tradePay.d.ts +2 -0
- package/lib/clients/mp_web/alipay/tradePay.js +2 -0
- package/lib/clients/mp_web/alipay/vibrate.d.ts +2 -0
- package/lib/clients/mp_web/alipay/vibrate.js +2 -0
- package/lib/clients/mp_web/alipay_plus/APRegionRPC.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/APRegionRPC.js +2 -0
- package/lib/clients/mp_web/alipay_plus/addFatigueAction.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/addFatigueAction.js +2 -0
- package/lib/clients/mp_web/alipay_plus/addPhoneContact.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/addPhoneContact.js +2 -0
- package/lib/clients/mp_web/alipay_plus/alert.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/alert.js +2 -0
- package/lib/clients/mp_web/alipay_plus/apDisableJSAPI.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/apDisableJSAPI.js +2 -0
- package/lib/clients/mp_web/alipay_plus/appxrpc.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/appxrpc.js +2 -0
- package/lib/clients/mp_web/alipay_plus/batchQueryCdpSpaceInfo.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/batchQueryCdpSpaceInfo.js +2 -0
- package/lib/clients/mp_web/alipay_plus/chooseImage.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/chooseImage.js +2 -0
- package/lib/clients/mp_web/alipay_plus/choosePhoneContact.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/choosePhoneContact.js +2 -0
- package/lib/clients/mp_web/alipay_plus/clearStorage.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/clearStorage.js +2 -0
- package/lib/clients/mp_web/alipay_plus/closeBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/closeBluetoothAdapter.js +2 -0
- package/lib/clients/mp_web/alipay_plus/closeSocket.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/closeSocket.js +2 -0
- package/lib/clients/mp_web/alipay_plus/confirm.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/confirm.js +2 -0
- package/lib/clients/mp_web/alipay_plus/connectBLEDevice.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/connectBLEDevice.js +2 -0
- package/lib/clients/mp_web/alipay_plus/connectSocket.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/connectSocket.js +2 -0
- package/lib/clients/mp_web/alipay_plus/crossPay.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/crossPay.js +2 -0
- package/lib/clients/mp_web/alipay_plus/custom.d.ts +6 -0
- package/lib/clients/mp_web/alipay_plus/custom.js +4 -0
- package/lib/clients/mp_web/alipay_plus/datePicker.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/datePicker.js +2 -0
- package/lib/clients/mp_web/alipay_plus/disconnectBLEDevice.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/disconnectBLEDevice.js +2 -0
- package/lib/clients/mp_web/alipay_plus/downloadFile.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/downloadFile.js +2 -0
- package/lib/clients/mp_web/alipay_plus/exitApp.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/exitApp.js +2 -0
- package/lib/clients/mp_web/alipay_plus/generated.d.ts +204 -0
- package/lib/clients/mp_web/alipay_plus/generated.js +238 -0
- package/lib/clients/mp_web/alipay_plus/getAppIdSync.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/getAppIdSync.js +3 -0
- package/lib/clients/mp_web/alipay_plus/getAppToken.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/getAppToken.js +2 -0
- package/lib/clients/mp_web/alipay_plus/getAuthCode.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/getAuthCode.js +2 -0
- package/lib/clients/mp_web/alipay_plus/getBLEDeviceCharacteristics.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/getBLEDeviceCharacteristics.js +2 -0
- package/lib/clients/mp_web/alipay_plus/getBLEDeviceServices.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/getBLEDeviceServices.js +2 -0
- package/lib/clients/mp_web/alipay_plus/getBatteryInfo.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/getBatteryInfo.js +2 -0
- package/lib/clients/mp_web/alipay_plus/getBluetoothAdapterState.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/getBluetoothAdapterState.js +2 -0
- package/lib/clients/mp_web/alipay_plus/getBluetoothDevices.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/getBluetoothDevices.js +2 -0
- package/lib/clients/mp_web/alipay_plus/getClipboard.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/getClipboard.js +2 -0
- package/lib/clients/mp_web/alipay_plus/getComponentAuth.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/getComponentAuth.js +2 -0
- package/lib/clients/mp_web/alipay_plus/getConnectedBluetoothDevices.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/getConnectedBluetoothDevices.js +2 -0
- package/lib/clients/mp_web/alipay_plus/getFileInfo.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/getFileInfo.js +2 -0
- package/lib/clients/mp_web/alipay_plus/getImageInfo.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/getImageInfo.js +2 -0
- package/lib/clients/mp_web/alipay_plus/getLocation.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/getLocation.js +2 -0
- package/lib/clients/mp_web/alipay_plus/getNetworkType.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/getNetworkType.js +2 -0
- package/lib/clients/mp_web/alipay_plus/getOpenUserInfo.d.ts +3 -0
- package/lib/clients/mp_web/alipay_plus/getOpenUserInfo.js +35 -0
- package/lib/clients/mp_web/alipay_plus/getPaymentCode.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/getPaymentCode.js +2 -0
- package/lib/clients/mp_web/alipay_plus/getPhoneNumber.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/getPhoneNumber.js +2 -0
- package/lib/clients/mp_web/alipay_plus/getSavedFileInfo.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/getSavedFileInfo.js +2 -0
- package/lib/clients/mp_web/alipay_plus/getSavedFileList.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/getSavedFileList.js +2 -0
- package/lib/clients/mp_web/alipay_plus/getScreenBrightness.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/getScreenBrightness.js +2 -0
- package/lib/clients/mp_web/alipay_plus/getServerTime.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/getServerTime.js +2 -0
- package/lib/clients/mp_web/alipay_plus/getSetting.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/getSetting.js +2 -0
- package/lib/clients/mp_web/alipay_plus/getSiteInfo.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/getSiteInfo.js +2 -0
- package/lib/clients/mp_web/alipay_plus/getStorage.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/getStorage.js +2 -0
- package/lib/clients/mp_web/alipay_plus/getSystemInfo.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/getSystemInfo.js +2 -0
- package/lib/clients/mp_web/alipay_plus/getSystemInfoSync.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/getSystemInfoSync.js +2 -0
- package/lib/clients/mp_web/alipay_plus/hideBackHome.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/hideBackHome.js +2 -0
- package/lib/clients/mp_web/alipay_plus/hideKeyboard.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/hideKeyboard.js +2 -0
- package/lib/clients/mp_web/alipay_plus/hideLoading.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/hideLoading.js +2 -0
- package/lib/clients/mp_web/alipay_plus/hideNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/hideNavigationBarLoading.js +2 -0
- package/lib/clients/mp_web/alipay_plus/hideTabBar.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/hideTabBar.js +2 -0
- package/lib/clients/mp_web/alipay_plus/hideToast.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/hideToast.js +2 -0
- package/lib/clients/mp_web/alipay_plus/index.d.ts +207 -0
- package/lib/clients/mp_web/alipay_plus/index.js +13 -0
- package/lib/clients/mp_web/alipay_plus/inquireQuote.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/inquireQuote.js +2 -0
- package/lib/clients/mp_web/alipay_plus/isInstalledApp.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/isInstalledApp.js +2 -0
- package/lib/clients/mp_web/alipay_plus/makePhoneCall.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/makePhoneCall.js +2 -0
- package/lib/clients/mp_web/alipay_plus/multiLevelSelect.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/multiLevelSelect.js +2 -0
- package/lib/clients/mp_web/alipay_plus/navigateBackMiniProgram.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/navigateBackMiniProgram.js +2 -0
- package/lib/clients/mp_web/alipay_plus/navigateToBizScene.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/navigateToBizScene.js +2 -0
- package/lib/clients/mp_web/alipay_plus/navigateToMiniProgram.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/navigateToMiniProgram.js +2 -0
- package/lib/clients/mp_web/alipay_plus/notifyBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/notifyBLECharacteristicValueChange.js +2 -0
- package/lib/clients/mp_web/alipay_plus/offAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/offAccelerometerChange.js +2 -0
- package/lib/clients/mp_web/alipay_plus/offBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/offBLECharacteristicValueChange.js +2 -0
- package/lib/clients/mp_web/alipay_plus/offBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/offBLEConnectionStateChanged.js +2 -0
- package/lib/clients/mp_web/alipay_plus/offBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/offBluetoothAdapterStateChange.js +2 -0
- package/lib/clients/mp_web/alipay_plus/offBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/offBluetoothDeviceFound.js +2 -0
- package/lib/clients/mp_web/alipay_plus/offCompassChange.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/offCompassChange.js +2 -0
- package/lib/clients/mp_web/alipay_plus/offMemoryWarning.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/offMemoryWarning.js +2 -0
- package/lib/clients/mp_web/alipay_plus/offSocketClose.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/offSocketClose.js +2 -0
- package/lib/clients/mp_web/alipay_plus/offSocketError.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/offSocketError.js +2 -0
- package/lib/clients/mp_web/alipay_plus/offSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/offSocketMessage.js +2 -0
- package/lib/clients/mp_web/alipay_plus/offSocketOpen.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/offSocketOpen.js +2 -0
- package/lib/clients/mp_web/alipay_plus/offUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/offUserCaptureScreen.js +2 -0
- package/lib/clients/mp_web/alipay_plus/onAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/onAccelerometerChange.js +2 -0
- package/lib/clients/mp_web/alipay_plus/onBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/onBLECharacteristicValueChange.js +2 -0
- package/lib/clients/mp_web/alipay_plus/onBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/onBLEConnectionStateChanged.js +2 -0
- package/lib/clients/mp_web/alipay_plus/onBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/onBluetoothAdapterStateChange.js +2 -0
- package/lib/clients/mp_web/alipay_plus/onBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/onBluetoothDeviceFound.js +2 -0
- package/lib/clients/mp_web/alipay_plus/onCompassChange.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/onCompassChange.js +2 -0
- package/lib/clients/mp_web/alipay_plus/onMemoryWarning.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/onMemoryWarning.js +2 -0
- package/lib/clients/mp_web/alipay_plus/onSocketClose.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/onSocketClose.js +2 -0
- package/lib/clients/mp_web/alipay_plus/onSocketError.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/onSocketError.js +2 -0
- package/lib/clients/mp_web/alipay_plus/onSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/onSocketMessage.js +2 -0
- package/lib/clients/mp_web/alipay_plus/onSocketOpen.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/onSocketOpen.js +2 -0
- package/lib/clients/mp_web/alipay_plus/onUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/onUserCaptureScreen.js +2 -0
- package/lib/clients/mp_web/alipay_plus/openBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/openBluetoothAdapter.js +2 -0
- package/lib/clients/mp_web/alipay_plus/openDocument.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/openDocument.js +2 -0
- package/lib/clients/mp_web/alipay_plus/openSchemeWithBacking.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/openSchemeWithBacking.js +2 -0
- package/lib/clients/mp_web/alipay_plus/openSetting.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/openSetting.js +2 -0
- package/lib/clients/mp_web/alipay_plus/paySignCenter.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/paySignCenter.js +2 -0
- package/lib/clients/mp_web/alipay_plus/previewImage.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/previewImage.js +2 -0
- package/lib/clients/mp_web/alipay_plus/prompt.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/prompt.js +2 -0
- package/lib/clients/mp_web/alipay_plus/readBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/readBLECharacteristicValue.js +2 -0
- package/lib/clients/mp_web/alipay_plus/regionFetchAllApps.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/regionFetchAllApps.js +2 -0
- package/lib/clients/mp_web/alipay_plus/regionSearchAppsByKeywords.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/regionSearchAppsByKeywords.js +2 -0
- package/lib/clients/mp_web/alipay_plus/removeSavedFile.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/removeSavedFile.js +2 -0
- package/lib/clients/mp_web/alipay_plus/removeStorage.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/removeStorage.js +2 -0
- package/lib/clients/mp_web/alipay_plus/request.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/request.js +2 -0
- package/lib/clients/mp_web/alipay_plus/rpc.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/rpc.js +2 -0
- package/lib/clients/mp_web/alipay_plus/saveFile.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/saveFile.js +2 -0
- package/lib/clients/mp_web/alipay_plus/saveImage.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/saveImage.js +2 -0
- package/lib/clients/mp_web/alipay_plus/scan.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/scan.js +2 -0
- package/lib/clients/mp_web/alipay_plus/sendSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/sendSocketMessage.js +2 -0
- package/lib/clients/mp_web/alipay_plus/setBackgroundColor.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/setBackgroundColor.js +2 -0
- package/lib/clients/mp_web/alipay_plus/setClipboard.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/setClipboard.js +2 -0
- package/lib/clients/mp_web/alipay_plus/setKeepScreenOn.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/setKeepScreenOn.js +2 -0
- package/lib/clients/mp_web/alipay_plus/setNavigationBar.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/setNavigationBar.js +2 -0
- package/lib/clients/mp_web/alipay_plus/setOptionMenu.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/setOptionMenu.js +2 -0
- package/lib/clients/mp_web/alipay_plus/setScreenBrightness.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/setScreenBrightness.js +2 -0
- package/lib/clients/mp_web/alipay_plus/setStorage.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/setStorage.js +2 -0
- package/lib/clients/mp_web/alipay_plus/setTabBarStyle.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/setTabBarStyle.js +2 -0
- package/lib/clients/mp_web/alipay_plus/showActionSheet.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/showActionSheet.js +2 -0
- package/lib/clients/mp_web/alipay_plus/showAuthGuide.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/showAuthGuide.js +2 -0
- package/lib/clients/mp_web/alipay_plus/showLoading.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/showLoading.js +2 -0
- package/lib/clients/mp_web/alipay_plus/showNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/showNavigationBarLoading.js +2 -0
- package/lib/clients/mp_web/alipay_plus/showToast.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/showToast.js +2 -0
- package/lib/clients/mp_web/alipay_plus/signContract.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/signContract.js +2 -0
- package/lib/clients/mp_web/alipay_plus/startApp.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/startApp.js +2 -0
- package/lib/clients/mp_web/alipay_plus/startBizService.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/startBizService.js +2 -0
- package/lib/clients/mp_web/alipay_plus/startBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/startBluetoothDevicesDiscovery.js +2 -0
- package/lib/clients/mp_web/alipay_plus/stopBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/stopBluetoothDevicesDiscovery.js +2 -0
- package/lib/clients/mp_web/alipay_plus/thirdPartyAuthForAc.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/thirdPartyAuthForAc.js +2 -0
- package/lib/clients/mp_web/alipay_plus/tradePay.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/tradePay.js +2 -0
- package/lib/clients/mp_web/alipay_plus/uploadApdidToken.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/uploadApdidToken.js +2 -0
- package/lib/clients/mp_web/alipay_plus/uploadFile.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/uploadFile.js +2 -0
- package/lib/clients/mp_web/alipay_plus/vibrate.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/vibrate.js +2 -0
- package/lib/clients/mp_web/alipay_plus/watchShake.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/watchShake.js +2 -0
- package/lib/clients/mp_web/alipay_plus/writeBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp_web/alipay_plus/writeBLECharacteristicValue.js +2 -0
- package/lib/clients/web/ae/custom.d.ts +2 -0
- package/lib/clients/web/ae/custom.js +1 -0
- package/lib/clients/web/ae/generated.d.ts +2 -0
- package/lib/clients/web/ae/generated.js +1 -0
- package/lib/clients/web/ae/index.d.ts +1 -0
- package/lib/clients/web/ae/index.js +1 -0
- package/lib/clients/web/alipay/addPhoneContact.d.ts +2 -0
- package/lib/clients/web/alipay/addPhoneContact.js +2 -0
- package/lib/clients/web/alipay/alert.d.ts +2 -0
- package/lib/clients/web/alipay/alert.js +2 -0
- package/lib/clients/web/alipay/chooseImage.d.ts +2 -0
- package/lib/clients/web/alipay/chooseImage.js +5 -0
- package/lib/clients/web/alipay/choosePhoneContact.d.ts +2 -0
- package/lib/clients/web/alipay/choosePhoneContact.js +2 -0
- package/lib/clients/web/alipay/clearStorage.d.ts +2 -0
- package/lib/clients/web/alipay/clearStorage.js +2 -0
- package/lib/clients/web/alipay/closeBluetoothAdapter.d.ts +2 -0
- package/lib/clients/web/alipay/closeBluetoothAdapter.js +2 -0
- package/lib/clients/web/alipay/closeSocket.d.ts +2 -0
- package/lib/clients/web/alipay/closeSocket.js +2 -0
- package/lib/clients/web/alipay/confirm.d.ts +2 -0
- package/lib/clients/web/alipay/confirm.js +2 -0
- package/lib/clients/web/alipay/connectBLEDevice.d.ts +2 -0
- package/lib/clients/web/alipay/connectBLEDevice.js +2 -0
- package/lib/clients/web/alipay/connectSocket.d.ts +2 -0
- package/lib/clients/web/alipay/connectSocket.js +2 -0
- package/lib/clients/web/alipay/custom.d.ts +31 -0
- package/lib/clients/web/alipay/custom.js +58 -0
- package/lib/clients/web/alipay/datePicker.d.ts +2 -0
- package/lib/clients/web/alipay/datePicker.js +2 -0
- package/lib/clients/web/alipay/disconnectBLEDevice.d.ts +2 -0
- package/lib/clients/web/alipay/disconnectBLEDevice.js +2 -0
- package/lib/clients/web/alipay/downloadFile.d.ts +2 -0
- package/lib/clients/web/alipay/downloadFile.js +2 -0
- package/lib/clients/web/alipay/generated.d.ts +62 -0
- package/lib/clients/web/alipay/generated.js +64 -0
- package/lib/clients/web/alipay/getAuthCode.d.ts +2 -0
- package/lib/clients/web/alipay/getAuthCode.js +2 -0
- package/lib/clients/web/alipay/getBLEDeviceCharacteristics.d.ts +2 -0
- package/lib/clients/web/alipay/getBLEDeviceCharacteristics.js +2 -0
- package/lib/clients/web/alipay/getBLEDeviceServices.d.ts +2 -0
- package/lib/clients/web/alipay/getBLEDeviceServices.js +2 -0
- package/lib/clients/web/alipay/getBatteryInfo.d.ts +2 -0
- package/lib/clients/web/alipay/getBatteryInfo.js +2 -0
- package/lib/clients/web/alipay/getBluetoothAdapterState.d.ts +2 -0
- package/lib/clients/web/alipay/getBluetoothAdapterState.js +2 -0
- package/lib/clients/web/alipay/getBluetoothDevices.d.ts +2 -0
- package/lib/clients/web/alipay/getBluetoothDevices.js +2 -0
- package/lib/clients/web/alipay/getClipboard.d.ts +2 -0
- package/lib/clients/web/alipay/getClipboard.js +2 -0
- package/lib/clients/web/alipay/getConnectedBluetoothDevices.d.ts +2 -0
- package/lib/clients/web/alipay/getConnectedBluetoothDevices.js +2 -0
- package/lib/clients/web/alipay/getFileInfo.d.ts +2 -0
- package/lib/clients/web/alipay/getFileInfo.js +2 -0
- package/lib/clients/web/alipay/getImageInfo.d.ts +2 -0
- package/lib/clients/web/alipay/getImageInfo.js +2 -0
- package/lib/clients/web/alipay/getLocation.d.ts +2 -0
- package/lib/clients/web/alipay/getLocation.js +2 -0
- package/lib/clients/web/alipay/getNetworkType.d.ts +2 -0
- package/lib/clients/web/alipay/getNetworkType.js +2 -0
- package/lib/clients/web/alipay/getPhoneNumber.d.ts +2 -0
- package/lib/clients/web/alipay/getPhoneNumber.js +2 -0
- package/lib/clients/web/alipay/getSavedFileInfo.d.ts +2 -0
- package/lib/clients/web/alipay/getSavedFileInfo.js +2 -0
- package/lib/clients/web/alipay/getSavedFileList.d.ts +2 -0
- package/lib/clients/web/alipay/getSavedFileList.js +2 -0
- package/lib/clients/web/alipay/getScreenBrightness.d.ts +2 -0
- package/lib/clients/web/alipay/getScreenBrightness.js +2 -0
- package/lib/clients/web/alipay/getServerTime.d.ts +2 -0
- package/lib/clients/web/alipay/getServerTime.js +2 -0
- package/lib/clients/web/alipay/getSetting.d.ts +2 -0
- package/lib/clients/web/alipay/getSetting.js +2 -0
- package/lib/clients/web/alipay/getSiteInfo.d.ts +2 -0
- package/lib/clients/web/alipay/getSiteInfo.js +2 -0
- package/lib/clients/web/alipay/getStorage.d.ts +2 -0
- package/lib/clients/web/alipay/getStorage.js +2 -0
- package/lib/clients/web/alipay/getSystemInfo.d.ts +2 -0
- package/lib/clients/web/alipay/getSystemInfo.js +2 -0
- package/lib/clients/web/alipay/getSystemInfoSync.d.ts +2 -0
- package/lib/clients/web/alipay/getSystemInfoSync.js +2 -0
- package/lib/clients/web/alipay/hideKeyboard.d.ts +2 -0
- package/lib/clients/web/alipay/hideKeyboard.js +2 -0
- package/lib/clients/web/alipay/hideLoading.d.ts +2 -0
- package/lib/clients/web/alipay/hideLoading.js +2 -0
- package/lib/clients/web/alipay/hideNavigationBarLoading.d.ts +2 -0
- package/lib/clients/web/alipay/hideNavigationBarLoading.js +2 -0
- package/lib/clients/web/alipay/hideToast.d.ts +2 -0
- package/lib/clients/web/alipay/hideToast.js +2 -0
- package/lib/clients/web/alipay/index.d.ts +90 -0
- package/lib/clients/web/alipay/index.js +13 -0
- package/lib/clients/web/alipay/makePhoneCall.d.ts +2 -0
- package/lib/clients/web/alipay/makePhoneCall.js +2 -0
- package/lib/clients/web/alipay/multiLevelSelect.d.ts +2 -0
- package/lib/clients/web/alipay/multiLevelSelect.js +2 -0
- package/lib/clients/web/alipay/navigateBack.d.ts +2 -0
- package/lib/clients/web/alipay/navigateBack.js +2 -0
- package/lib/clients/web/alipay/navigateBackMiniProgram.d.ts +2 -0
- package/lib/clients/web/alipay/navigateBackMiniProgram.js +2 -0
- package/lib/clients/web/alipay/navigateTo.d.ts +2 -0
- package/lib/clients/web/alipay/navigateTo.js +2 -0
- package/lib/clients/web/alipay/navigateToMiniProgram.d.ts +2 -0
- package/lib/clients/web/alipay/navigateToMiniProgram.js +2 -0
- package/lib/clients/web/alipay/notifyBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/web/alipay/notifyBLECharacteristicValueChange.js +2 -0
- package/lib/clients/web/alipay/offBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/web/alipay/offBLECharacteristicValueChange.js +2 -0
- package/lib/clients/web/alipay/offBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/web/alipay/offBLEConnectionStateChanged.js +2 -0
- package/lib/clients/web/alipay/offBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/web/alipay/offBluetoothAdapterStateChange.js +2 -0
- package/lib/clients/web/alipay/offBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/web/alipay/offBluetoothDeviceFound.js +2 -0
- package/lib/clients/web/alipay/offSocketClose.d.ts +2 -0
- package/lib/clients/web/alipay/offSocketClose.js +2 -0
- package/lib/clients/web/alipay/offSocketError.d.ts +2 -0
- package/lib/clients/web/alipay/offSocketError.js +2 -0
- package/lib/clients/web/alipay/offSocketMessage.d.ts +2 -0
- package/lib/clients/web/alipay/offSocketMessage.js +2 -0
- package/lib/clients/web/alipay/offSocketOpen.d.ts +2 -0
- package/lib/clients/web/alipay/offSocketOpen.js +2 -0
- package/lib/clients/web/alipay/onBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/web/alipay/onBLECharacteristicValueChange.js +2 -0
- package/lib/clients/web/alipay/onBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/web/alipay/onBLEConnectionStateChanged.js +2 -0
- package/lib/clients/web/alipay/onBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/web/alipay/onBluetoothAdapterStateChange.js +2 -0
- package/lib/clients/web/alipay/onBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/web/alipay/onBluetoothDeviceFound.js +2 -0
- package/lib/clients/web/alipay/onSocketClose.d.ts +2 -0
- package/lib/clients/web/alipay/onSocketClose.js +2 -0
- package/lib/clients/web/alipay/onSocketError.d.ts +2 -0
- package/lib/clients/web/alipay/onSocketError.js +2 -0
- package/lib/clients/web/alipay/onSocketMessage.d.ts +2 -0
- package/lib/clients/web/alipay/onSocketMessage.js +2 -0
- package/lib/clients/web/alipay/onSocketOpen.d.ts +2 -0
- package/lib/clients/web/alipay/onSocketOpen.js +2 -0
- package/lib/clients/web/alipay/openBluetoothAdapter.d.ts +2 -0
- package/lib/clients/web/alipay/openBluetoothAdapter.js +2 -0
- package/lib/clients/web/alipay/openDocument.d.ts +2 -0
- package/lib/clients/web/alipay/openDocument.js +2 -0
- package/lib/clients/web/alipay/openSetting.d.ts +2 -0
- package/lib/clients/web/alipay/openSetting.js +2 -0
- package/lib/clients/web/alipay/previewImage.d.ts +2 -0
- package/lib/clients/web/alipay/previewImage.js +2 -0
- package/lib/clients/web/alipay/prompt.d.ts +2 -0
- package/lib/clients/web/alipay/prompt.js +2 -0
- package/lib/clients/web/alipay/reLaunch.d.ts +2 -0
- package/lib/clients/web/alipay/reLaunch.js +2 -0
- package/lib/clients/web/alipay/readBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/web/alipay/readBLECharacteristicValue.js +2 -0
- package/lib/clients/web/alipay/redirectTo.d.ts +2 -0
- package/lib/clients/web/alipay/redirectTo.js +2 -0
- package/lib/clients/web/alipay/removeSavedFile.d.ts +2 -0
- package/lib/clients/web/alipay/removeSavedFile.js +2 -0
- package/lib/clients/web/alipay/removeStorage.d.ts +2 -0
- package/lib/clients/web/alipay/removeStorage.js +2 -0
- package/lib/clients/web/alipay/request.d.ts +2 -0
- package/lib/clients/web/alipay/request.js +2 -0
- package/lib/clients/web/alipay/rpc.d.ts +2 -0
- package/lib/clients/web/alipay/rpc.js +2 -0
- package/lib/clients/web/alipay/saveFile.d.ts +2 -0
- package/lib/clients/web/alipay/saveFile.js +2 -0
- package/lib/clients/web/alipay/saveImage.d.ts +2 -0
- package/lib/clients/web/alipay/saveImage.js +2 -0
- package/lib/clients/web/alipay/scan.d.ts +2 -0
- package/lib/clients/web/alipay/scan.js +2 -0
- package/lib/clients/web/alipay/sendSocketMessage.d.ts +2 -0
- package/lib/clients/web/alipay/sendSocketMessage.js +2 -0
- package/lib/clients/web/alipay/setBackgroundColor.d.ts +2 -0
- package/lib/clients/web/alipay/setBackgroundColor.js +2 -0
- package/lib/clients/web/alipay/setClipboard.d.ts +2 -0
- package/lib/clients/web/alipay/setClipboard.js +2 -0
- package/lib/clients/web/alipay/setKeepScreenOn.d.ts +2 -0
- package/lib/clients/web/alipay/setKeepScreenOn.js +2 -0
- package/lib/clients/web/alipay/setNavigationBar.d.ts +2 -0
- package/lib/clients/web/alipay/setNavigationBar.js +2 -0
- package/lib/clients/web/alipay/setOptionMenu.d.ts +2 -0
- package/lib/clients/web/alipay/setOptionMenu.js +2 -0
- package/lib/clients/web/alipay/setScreenBrightness.d.ts +2 -0
- package/lib/clients/web/alipay/setScreenBrightness.js +2 -0
- package/lib/clients/web/alipay/setStorage.d.ts +2 -0
- package/lib/clients/web/alipay/setStorage.js +2 -0
- package/lib/clients/web/alipay/setTabBarStyle.d.ts +2 -0
- package/lib/clients/web/alipay/setTabBarStyle.js +2 -0
- package/lib/clients/web/alipay/showActionSheet.d.ts +2 -0
- package/lib/clients/web/alipay/showActionSheet.js +2 -0
- package/lib/clients/web/alipay/showAuthGuide.d.ts +2 -0
- package/lib/clients/web/alipay/showAuthGuide.js +2 -0
- package/lib/clients/web/alipay/showLoading.d.ts +2 -0
- package/lib/clients/web/alipay/showLoading.js +2 -0
- package/lib/clients/web/alipay/showNavigationBarLoading.d.ts +2 -0
- package/lib/clients/web/alipay/showNavigationBarLoading.js +2 -0
- package/lib/clients/web/alipay/showToast.d.ts +2 -0
- package/lib/clients/web/alipay/showToast.js +2 -0
- package/lib/clients/web/alipay/signContract.d.ts +2 -0
- package/lib/clients/web/alipay/signContract.js +2 -0
- package/lib/clients/web/alipay/startBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/web/alipay/startBluetoothDevicesDiscovery.js +2 -0
- package/lib/clients/web/alipay/startPullDownRefresh.d.ts +2 -0
- package/lib/clients/web/alipay/startPullDownRefresh.js +2 -0
- package/lib/clients/web/alipay/stopBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/web/alipay/stopBluetoothDevicesDiscovery.js +2 -0
- package/lib/clients/web/alipay/stopPullDownRefresh.d.ts +2 -0
- package/lib/clients/web/alipay/stopPullDownRefresh.js +2 -0
- package/lib/clients/web/alipay/tradePay.d.ts +2 -0
- package/lib/clients/web/alipay/tradePay.js +2 -0
- package/lib/clients/web/alipay/uploadFile.d.ts +2 -0
- package/lib/clients/web/alipay/uploadFile.js +2 -0
- package/lib/clients/web/alipay/vibrate.d.ts +2 -0
- package/lib/clients/web/alipay/vibrate.js +2 -0
- package/lib/clients/web/alipay/watchShake.d.ts +2 -0
- package/lib/clients/web/alipay/watchShake.js +2 -0
- package/lib/clients/web/alipay/writeBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/web/alipay/writeBLECharacteristicValue.js +2 -0
- package/lib/clients/web/alipay_hk/custom.d.ts +2 -0
- package/lib/clients/web/alipay_hk/custom.js +1 -0
- package/lib/clients/web/alipay_hk/generated.d.ts +2 -0
- package/lib/clients/web/alipay_hk/generated.js +1 -0
- package/lib/clients/web/alipay_hk/index.d.ts +1 -0
- package/lib/clients/web/alipay_hk/index.js +1 -0
- package/lib/clients/web/alipay_mo/custom.d.ts +2 -0
- package/lib/clients/web/alipay_mo/custom.js +1 -0
- package/lib/clients/web/alipay_mo/generated.d.ts +2 -0
- package/lib/clients/web/alipay_mo/generated.js +1 -0
- package/lib/clients/web/alipay_mo/index.d.ts +1 -0
- package/lib/clients/web/alipay_mo/index.js +1 -0
- package/lib/clients/web/alipay_plus/APRegionRPC.d.ts +2 -0
- package/lib/clients/web/alipay_plus/APRegionRPC.js +2 -0
- package/lib/clients/web/alipay_plus/addFatigueAction.d.ts +2 -0
- package/lib/clients/web/alipay_plus/addFatigueAction.js +2 -0
- package/lib/clients/web/alipay_plus/addPhoneContact.d.ts +2 -0
- package/lib/clients/web/alipay_plus/addPhoneContact.js +2 -0
- package/lib/clients/web/alipay_plus/alert.d.ts +2 -0
- package/lib/clients/web/alipay_plus/alert.js +2 -0
- package/lib/clients/web/alipay_plus/apDisableJSAPI.d.ts +2 -0
- package/lib/clients/web/alipay_plus/apDisableJSAPI.js +2 -0
- package/lib/clients/web/alipay_plus/appxrpc.d.ts +2 -0
- package/lib/clients/web/alipay_plus/appxrpc.js +2 -0
- package/lib/clients/web/alipay_plus/batchQueryCdpSpaceInfo.d.ts +2 -0
- package/lib/clients/web/alipay_plus/batchQueryCdpSpaceInfo.js +2 -0
- package/lib/clients/web/alipay_plus/chooseImage.d.ts +2 -0
- package/lib/clients/web/alipay_plus/chooseImage.js +16 -0
- package/lib/clients/web/alipay_plus/choosePhoneContact.d.ts +2 -0
- package/lib/clients/web/alipay_plus/choosePhoneContact.js +2 -0
- package/lib/clients/web/alipay_plus/clearStorage.d.ts +2 -0
- package/lib/clients/web/alipay_plus/clearStorage.js +2 -0
- package/lib/clients/web/alipay_plus/closeBluetoothAdapter.d.ts +2 -0
- package/lib/clients/web/alipay_plus/closeBluetoothAdapter.js +2 -0
- package/lib/clients/web/alipay_plus/closeSocket.d.ts +2 -0
- package/lib/clients/web/alipay_plus/closeSocket.js +2 -0
- package/lib/clients/web/alipay_plus/confirm.d.ts +2 -0
- package/lib/clients/web/alipay_plus/confirm.js +2 -0
- package/lib/clients/web/alipay_plus/connectBLEDevice.d.ts +2 -0
- package/lib/clients/web/alipay_plus/connectBLEDevice.js +2 -0
- package/lib/clients/web/alipay_plus/connectSocket.d.ts +2 -0
- package/lib/clients/web/alipay_plus/connectSocket.js +2 -0
- package/lib/clients/web/alipay_plus/crossPay.d.ts +2 -0
- package/lib/clients/web/alipay_plus/crossPay.js +2 -0
- package/lib/clients/web/alipay_plus/custom.d.ts +32 -0
- package/lib/clients/web/alipay_plus/custom.js +60 -0
- package/lib/clients/web/alipay_plus/datePicker.d.ts +2 -0
- package/lib/clients/web/alipay_plus/datePicker.js +2 -0
- package/lib/clients/web/alipay_plus/disconnectBLEDevice.d.ts +2 -0
- package/lib/clients/web/alipay_plus/disconnectBLEDevice.js +2 -0
- package/lib/clients/web/alipay_plus/downloadFile.d.ts +2 -0
- package/lib/clients/web/alipay_plus/downloadFile.js +2 -0
- package/lib/clients/web/alipay_plus/exitApp.d.ts +2 -0
- package/lib/clients/web/alipay_plus/exitApp.js +2 -0
- package/lib/clients/web/alipay_plus/generated.d.ts +84 -0
- package/lib/clients/web/alipay_plus/generated.js +104 -0
- package/lib/clients/web/alipay_plus/getAppToken.d.ts +2 -0
- package/lib/clients/web/alipay_plus/getAppToken.js +2 -0
- package/lib/clients/web/alipay_plus/getAuthCode.d.ts +2 -0
- package/lib/clients/web/alipay_plus/getAuthCode.js +2 -0
- package/lib/clients/web/alipay_plus/getBLEDeviceCharacteristics.d.ts +2 -0
- package/lib/clients/web/alipay_plus/getBLEDeviceCharacteristics.js +2 -0
- package/lib/clients/web/alipay_plus/getBLEDeviceServices.d.ts +2 -0
- package/lib/clients/web/alipay_plus/getBLEDeviceServices.js +2 -0
- package/lib/clients/web/alipay_plus/getBatteryInfo.d.ts +2 -0
- package/lib/clients/web/alipay_plus/getBatteryInfo.js +2 -0
- package/lib/clients/web/alipay_plus/getBluetoothAdapterState.d.ts +2 -0
- package/lib/clients/web/alipay_plus/getBluetoothAdapterState.js +2 -0
- package/lib/clients/web/alipay_plus/getBluetoothDevices.d.ts +2 -0
- package/lib/clients/web/alipay_plus/getBluetoothDevices.js +2 -0
- package/lib/clients/web/alipay_plus/getClipboard.d.ts +2 -0
- package/lib/clients/web/alipay_plus/getClipboard.js +2 -0
- package/lib/clients/web/alipay_plus/getComponentAuth.d.ts +2 -0
- package/lib/clients/web/alipay_plus/getComponentAuth.js +2 -0
- package/lib/clients/web/alipay_plus/getConnectedBluetoothDevices.d.ts +2 -0
- package/lib/clients/web/alipay_plus/getConnectedBluetoothDevices.js +2 -0
- package/lib/clients/web/alipay_plus/getFileInfo.d.ts +2 -0
- package/lib/clients/web/alipay_plus/getFileInfo.js +2 -0
- package/lib/clients/web/alipay_plus/getImageInfo.d.ts +2 -0
- package/lib/clients/web/alipay_plus/getImageInfo.js +2 -0
- package/lib/clients/web/alipay_plus/getLocation.d.ts +2 -0
- package/lib/clients/web/alipay_plus/getLocation.js +2 -0
- package/lib/clients/web/alipay_plus/getNetworkType.d.ts +2 -0
- package/lib/clients/web/alipay_plus/getNetworkType.js +2 -0
- package/lib/clients/web/alipay_plus/getOpenUserInfo.d.ts +3 -0
- package/lib/clients/web/alipay_plus/getOpenUserInfo.js +21 -0
- package/lib/clients/web/alipay_plus/getPaymentCode.d.ts +2 -0
- package/lib/clients/web/alipay_plus/getPaymentCode.js +2 -0
- package/lib/clients/web/alipay_plus/getPhoneNumber.d.ts +2 -0
- package/lib/clients/web/alipay_plus/getPhoneNumber.js +2 -0
- package/lib/clients/web/alipay_plus/getSavedFileInfo.d.ts +2 -0
- package/lib/clients/web/alipay_plus/getSavedFileInfo.js +2 -0
- package/lib/clients/web/alipay_plus/getSavedFileList.d.ts +2 -0
- package/lib/clients/web/alipay_plus/getSavedFileList.js +2 -0
- package/lib/clients/web/alipay_plus/getScreenBrightness.d.ts +2 -0
- package/lib/clients/web/alipay_plus/getScreenBrightness.js +2 -0
- package/lib/clients/web/alipay_plus/getServerTime.d.ts +2 -0
- package/lib/clients/web/alipay_plus/getServerTime.js +2 -0
- package/lib/clients/web/alipay_plus/getSetting.d.ts +2 -0
- package/lib/clients/web/alipay_plus/getSetting.js +2 -0
- package/lib/clients/web/alipay_plus/getSiteInfo.d.ts +2 -0
- package/lib/clients/web/alipay_plus/getSiteInfo.js +2 -0
- package/lib/clients/web/alipay_plus/getStorage.d.ts +2 -0
- package/lib/clients/web/alipay_plus/getStorage.js +2 -0
- package/lib/clients/web/alipay_plus/getSystemInfo.d.ts +2 -0
- package/lib/clients/web/alipay_plus/getSystemInfo.js +2 -0
- package/lib/clients/web/alipay_plus/hideBackHome.d.ts +2 -0
- package/lib/clients/web/alipay_plus/hideBackHome.js +2 -0
- package/lib/clients/web/alipay_plus/hideKeyboard.d.ts +2 -0
- package/lib/clients/web/alipay_plus/hideKeyboard.js +2 -0
- package/lib/clients/web/alipay_plus/hideLoading.d.ts +2 -0
- package/lib/clients/web/alipay_plus/hideLoading.js +2 -0
- package/lib/clients/web/alipay_plus/hideNavigationBarLoading.d.ts +2 -0
- package/lib/clients/web/alipay_plus/hideNavigationBarLoading.js +2 -0
- package/lib/clients/web/alipay_plus/hideTabBar.d.ts +2 -0
- package/lib/clients/web/alipay_plus/hideTabBar.js +2 -0
- package/lib/clients/web/alipay_plus/hideToast.d.ts +2 -0
- package/lib/clients/web/alipay_plus/hideToast.js +2 -0
- package/lib/clients/web/alipay_plus/index.d.ts +113 -0
- package/lib/clients/web/alipay_plus/index.js +13 -0
- package/lib/clients/web/alipay_plus/inquireQuote.d.ts +2 -0
- package/lib/clients/web/alipay_plus/inquireQuote.js +2 -0
- package/lib/clients/web/alipay_plus/isInstalledApp.d.ts +2 -0
- package/lib/clients/web/alipay_plus/isInstalledApp.js +2 -0
- package/lib/clients/web/alipay_plus/makePhoneCall.d.ts +2 -0
- package/lib/clients/web/alipay_plus/makePhoneCall.js +2 -0
- package/lib/clients/web/alipay_plus/multiLevelSelect.d.ts +2 -0
- package/lib/clients/web/alipay_plus/multiLevelSelect.js +2 -0
- package/lib/clients/web/alipay_plus/navigateBack.d.ts +2 -0
- package/lib/clients/web/alipay_plus/navigateBack.js +2 -0
- package/lib/clients/web/alipay_plus/navigateBackMiniProgram.d.ts +2 -0
- package/lib/clients/web/alipay_plus/navigateBackMiniProgram.js +2 -0
- package/lib/clients/web/alipay_plus/navigateTo.d.ts +2 -0
- package/lib/clients/web/alipay_plus/navigateTo.js +2 -0
- package/lib/clients/web/alipay_plus/navigateToBizScene.d.ts +2 -0
- package/lib/clients/web/alipay_plus/navigateToBizScene.js +2 -0
- package/lib/clients/web/alipay_plus/navigateToMiniProgram.d.ts +2 -0
- package/lib/clients/web/alipay_plus/navigateToMiniProgram.js +2 -0
- package/lib/clients/web/alipay_plus/notifyBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/web/alipay_plus/notifyBLECharacteristicValueChange.js +2 -0
- package/lib/clients/web/alipay_plus/offBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/web/alipay_plus/offBLECharacteristicValueChange.js +2 -0
- package/lib/clients/web/alipay_plus/offBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/web/alipay_plus/offBLEConnectionStateChanged.js +2 -0
- package/lib/clients/web/alipay_plus/offBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/web/alipay_plus/offBluetoothAdapterStateChange.js +2 -0
- package/lib/clients/web/alipay_plus/offBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/web/alipay_plus/offBluetoothDeviceFound.js +2 -0
- package/lib/clients/web/alipay_plus/offMemoryWarning.d.ts +2 -0
- package/lib/clients/web/alipay_plus/offMemoryWarning.js +2 -0
- package/lib/clients/web/alipay_plus/offSocketClose.d.ts +2 -0
- package/lib/clients/web/alipay_plus/offSocketClose.js +2 -0
- package/lib/clients/web/alipay_plus/offSocketError.d.ts +2 -0
- package/lib/clients/web/alipay_plus/offSocketError.js +2 -0
- package/lib/clients/web/alipay_plus/offSocketMessage.d.ts +2 -0
- package/lib/clients/web/alipay_plus/offSocketMessage.js +2 -0
- package/lib/clients/web/alipay_plus/offSocketOpen.d.ts +2 -0
- package/lib/clients/web/alipay_plus/offSocketOpen.js +2 -0
- package/lib/clients/web/alipay_plus/onBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/web/alipay_plus/onBLECharacteristicValueChange.js +2 -0
- package/lib/clients/web/alipay_plus/onBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/web/alipay_plus/onBLEConnectionStateChanged.js +2 -0
- package/lib/clients/web/alipay_plus/onBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/web/alipay_plus/onBluetoothAdapterStateChange.js +2 -0
- package/lib/clients/web/alipay_plus/onBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/web/alipay_plus/onBluetoothDeviceFound.js +2 -0
- package/lib/clients/web/alipay_plus/onMemoryWarning.d.ts +2 -0
- package/lib/clients/web/alipay_plus/onMemoryWarning.js +2 -0
- package/lib/clients/web/alipay_plus/onSocketClose.d.ts +2 -0
- package/lib/clients/web/alipay_plus/onSocketClose.js +2 -0
- package/lib/clients/web/alipay_plus/onSocketError.d.ts +2 -0
- package/lib/clients/web/alipay_plus/onSocketError.js +2 -0
- package/lib/clients/web/alipay_plus/onSocketMessage.d.ts +2 -0
- package/lib/clients/web/alipay_plus/onSocketMessage.js +2 -0
- package/lib/clients/web/alipay_plus/onSocketOpen.d.ts +2 -0
- package/lib/clients/web/alipay_plus/onSocketOpen.js +2 -0
- package/lib/clients/web/alipay_plus/openBluetoothAdapter.d.ts +2 -0
- package/lib/clients/web/alipay_plus/openBluetoothAdapter.js +2 -0
- package/lib/clients/web/alipay_plus/openDocument.d.ts +2 -0
- package/lib/clients/web/alipay_plus/openDocument.js +2 -0
- package/lib/clients/web/alipay_plus/openSchemeWithBacking.d.ts +2 -0
- package/lib/clients/web/alipay_plus/openSchemeWithBacking.js +2 -0
- package/lib/clients/web/alipay_plus/openSetting.d.ts +2 -0
- package/lib/clients/web/alipay_plus/openSetting.js +2 -0
- package/lib/clients/web/alipay_plus/paySignCenter.d.ts +2 -0
- package/lib/clients/web/alipay_plus/paySignCenter.js +21 -0
- package/lib/clients/web/alipay_plus/previewImage.d.ts +2 -0
- package/lib/clients/web/alipay_plus/previewImage.js +2 -0
- package/lib/clients/web/alipay_plus/prompt.d.ts +2 -0
- package/lib/clients/web/alipay_plus/prompt.js +2 -0
- package/lib/clients/web/alipay_plus/reLaunch.d.ts +2 -0
- package/lib/clients/web/alipay_plus/reLaunch.js +2 -0
- package/lib/clients/web/alipay_plus/readBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/web/alipay_plus/readBLECharacteristicValue.js +2 -0
- package/lib/clients/web/alipay_plus/redirectTo.d.ts +2 -0
- package/lib/clients/web/alipay_plus/redirectTo.js +2 -0
- package/lib/clients/web/alipay_plus/regionFetchAllApps.d.ts +2 -0
- package/lib/clients/web/alipay_plus/regionFetchAllApps.js +2 -0
- package/lib/clients/web/alipay_plus/regionSearchAppsByKeywords.d.ts +2 -0
- package/lib/clients/web/alipay_plus/regionSearchAppsByKeywords.js +2 -0
- package/lib/clients/web/alipay_plus/removeSavedFile.d.ts +2 -0
- package/lib/clients/web/alipay_plus/removeSavedFile.js +2 -0
- package/lib/clients/web/alipay_plus/removeStorage.d.ts +2 -0
- package/lib/clients/web/alipay_plus/removeStorage.js +2 -0
- package/lib/clients/web/alipay_plus/request.d.ts +2 -0
- package/lib/clients/web/alipay_plus/request.js +2 -0
- package/lib/clients/web/alipay_plus/rpc.d.ts +2 -0
- package/lib/clients/web/alipay_plus/rpc.js +2 -0
- package/lib/clients/web/alipay_plus/saveFile.d.ts +2 -0
- package/lib/clients/web/alipay_plus/saveFile.js +2 -0
- package/lib/clients/web/alipay_plus/saveImage.d.ts +2 -0
- package/lib/clients/web/alipay_plus/saveImage.js +2 -0
- package/lib/clients/web/alipay_plus/scan.d.ts +2 -0
- package/lib/clients/web/alipay_plus/scan.js +2 -0
- package/lib/clients/web/alipay_plus/sendSocketMessage.d.ts +2 -0
- package/lib/clients/web/alipay_plus/sendSocketMessage.js +2 -0
- package/lib/clients/web/alipay_plus/setBackgroundColor.d.ts +2 -0
- package/lib/clients/web/alipay_plus/setBackgroundColor.js +2 -0
- package/lib/clients/web/alipay_plus/setClipboard.d.ts +2 -0
- package/lib/clients/web/alipay_plus/setClipboard.js +2 -0
- package/lib/clients/web/alipay_plus/setKeepScreenOn.d.ts +2 -0
- package/lib/clients/web/alipay_plus/setKeepScreenOn.js +2 -0
- package/lib/clients/web/alipay_plus/setNavigationBar.d.ts +2 -0
- package/lib/clients/web/alipay_plus/setNavigationBar.js +2 -0
- package/lib/clients/web/alipay_plus/setOptionMenu.d.ts +2 -0
- package/lib/clients/web/alipay_plus/setOptionMenu.js +2 -0
- package/lib/clients/web/alipay_plus/setScreenBrightness.d.ts +2 -0
- package/lib/clients/web/alipay_plus/setScreenBrightness.js +2 -0
- package/lib/clients/web/alipay_plus/setStorage.d.ts +2 -0
- package/lib/clients/web/alipay_plus/setStorage.js +2 -0
- package/lib/clients/web/alipay_plus/setTabBarStyle.d.ts +2 -0
- package/lib/clients/web/alipay_plus/setTabBarStyle.js +2 -0
- package/lib/clients/web/alipay_plus/showActionSheet.d.ts +2 -0
- package/lib/clients/web/alipay_plus/showActionSheet.js +2 -0
- package/lib/clients/web/alipay_plus/showAuthGuide.d.ts +2 -0
- package/lib/clients/web/alipay_plus/showAuthGuide.js +2 -0
- package/lib/clients/web/alipay_plus/showLoading.d.ts +2 -0
- package/lib/clients/web/alipay_plus/showLoading.js +2 -0
- package/lib/clients/web/alipay_plus/showNavigationBarLoading.d.ts +2 -0
- package/lib/clients/web/alipay_plus/showNavigationBarLoading.js +2 -0
- package/lib/clients/web/alipay_plus/showToast.d.ts +2 -0
- package/lib/clients/web/alipay_plus/showToast.js +2 -0
- package/lib/clients/web/alipay_plus/signContract.d.ts +2 -0
- package/lib/clients/web/alipay_plus/signContract.js +2 -0
- package/lib/clients/web/alipay_plus/startApp.d.ts +2 -0
- package/lib/clients/web/alipay_plus/startApp.js +2 -0
- package/lib/clients/web/alipay_plus/startBizService.d.ts +2 -0
- package/lib/clients/web/alipay_plus/startBizService.js +2 -0
- package/lib/clients/web/alipay_plus/startBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/web/alipay_plus/startBluetoothDevicesDiscovery.js +2 -0
- package/lib/clients/web/alipay_plus/startPullDownRefresh.d.ts +2 -0
- package/lib/clients/web/alipay_plus/startPullDownRefresh.js +2 -0
- package/lib/clients/web/alipay_plus/stopBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/web/alipay_plus/stopBluetoothDevicesDiscovery.js +2 -0
- package/lib/clients/web/alipay_plus/stopPullDownRefresh.d.ts +2 -0
- package/lib/clients/web/alipay_plus/stopPullDownRefresh.js +2 -0
- package/lib/clients/web/alipay_plus/thirdPartyAuthForAc.d.ts +2 -0
- package/lib/clients/web/alipay_plus/thirdPartyAuthForAc.js +2 -0
- package/lib/clients/web/alipay_plus/tradePay.d.ts +2 -0
- package/lib/clients/web/alipay_plus/tradePay.js +2 -0
- package/lib/clients/web/alipay_plus/uploadApdidToken.d.ts +2 -0
- package/lib/clients/web/alipay_plus/uploadApdidToken.js +2 -0
- package/lib/clients/web/alipay_plus/uploadFile.d.ts +2 -0
- package/lib/clients/web/alipay_plus/uploadFile.js +2 -0
- package/lib/clients/web/alipay_plus/vibrate.d.ts +2 -0
- package/lib/clients/web/alipay_plus/vibrate.js +2 -0
- package/lib/clients/web/alipay_plus/watchShake.d.ts +2 -0
- package/lib/clients/web/alipay_plus/watchShake.js +2 -0
- package/lib/clients/web/alipay_plus/writeBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/web/alipay_plus/writeBLECharacteristicValue.js +2 -0
- package/lib/clients/web/alipay_vn/custom.d.ts +2 -0
- package/lib/clients/web/alipay_vn/custom.js +1 -0
- package/lib/clients/web/alipay_vn/generated.d.ts +2 -0
- package/lib/clients/web/alipay_vn/generated.js +1 -0
- package/lib/clients/web/alipay_vn/index.d.ts +1 -0
- package/lib/clients/web/alipay_vn/index.js +1 -0
- package/lib/clients/web/daraz/custom.d.ts +2 -0
- package/lib/clients/web/daraz/custom.js +1 -0
- package/lib/clients/web/daraz/generated.d.ts +2 -0
- package/lib/clients/web/daraz/generated.js +1 -0
- package/lib/clients/web/daraz/index.d.ts +1 -0
- package/lib/clients/web/daraz/index.js +1 -0
- package/lib/clients/web/h5/alert.d.ts +2 -0
- package/lib/clients/web/h5/alert.js +4 -0
- package/lib/clients/web/h5/clearStorage.d.ts +2 -0
- package/lib/clients/web/h5/clearStorage.js +4 -0
- package/lib/clients/web/h5/clearStorageSync.d.ts +1 -0
- package/lib/clients/web/h5/clearStorageSync.js +4 -0
- package/lib/clients/web/h5/confirm.d.ts +1 -0
- package/lib/clients/web/h5/confirm.js +1 -0
- package/lib/clients/web/h5/createSelectorQuery.d.ts +2 -0
- package/lib/clients/web/h5/createSelectorQuery.js +4 -0
- package/lib/clients/web/h5/custom.d.ts +67 -0
- package/lib/clients/web/h5/custom.js +66 -0
- package/lib/clients/web/h5/generated.d.ts +2 -0
- package/lib/clients/web/h5/generated.js +1 -0
- package/lib/clients/web/h5/getAppIdSync.d.ts +1 -0
- package/lib/clients/web/h5/getAppIdSync.js +4 -0
- package/lib/clients/web/h5/getClipboard.d.ts +2 -0
- package/lib/clients/web/h5/getClipboard.js +4 -0
- package/lib/clients/web/h5/getLaunchOptionsSync.d.ts +2 -0
- package/lib/clients/web/h5/getLaunchOptionsSync.js +4 -0
- package/lib/clients/web/h5/getLocation.d.ts +1 -0
- package/lib/clients/web/h5/getLocation.js +4 -0
- package/lib/clients/web/h5/getNetworkType.d.ts +2 -0
- package/lib/clients/web/h5/getNetworkType.js +4 -0
- package/lib/clients/web/h5/getServerTime.d.ts +4 -0
- package/lib/clients/web/h5/getServerTime.js +4 -0
- package/lib/clients/web/h5/getSiteInfo.d.ts +2 -0
- package/lib/clients/web/h5/getSiteInfo.js +4 -0
- package/lib/clients/web/h5/getStorage.d.ts +2 -0
- package/lib/clients/web/h5/getStorage.js +4 -0
- package/lib/clients/web/h5/getStorageSync.d.ts +3 -0
- package/lib/clients/web/h5/getStorageSync.js +4 -0
- package/lib/clients/web/h5/getSystemInfo.d.ts +2 -0
- package/lib/clients/web/h5/getSystemInfo.js +4 -0
- package/lib/clients/web/h5/getSystemInfoSync.d.ts +2 -0
- package/lib/clients/web/h5/getSystemInfoSync.js +4 -0
- package/lib/clients/web/h5/hideLoading.d.ts +1 -0
- package/lib/clients/web/h5/hideLoading.js +1 -0
- package/lib/clients/web/h5/hideToast.d.ts +2 -0
- package/lib/clients/web/h5/hideToast.js +4 -0
- package/lib/clients/web/h5/index.d.ts +35 -0
- package/lib/clients/web/h5/index.js +13 -0
- package/lib/clients/web/h5/makePhoneCall.d.ts +3 -0
- package/lib/clients/web/h5/makePhoneCall.js +4 -0
- package/lib/clients/web/h5/navigateToBizScene.d.ts +2 -0
- package/lib/clients/web/h5/navigateToBizScene.js +4 -0
- package/lib/clients/web/h5/navigateToMiniProgram.d.ts +2 -0
- package/lib/clients/web/h5/navigateToMiniProgram.js +4 -0
- package/lib/clients/web/h5/pageScrollTo.d.ts +2 -0
- package/lib/clients/web/h5/pageScrollTo.js +4 -0
- package/lib/clients/web/h5/removeStorage.d.ts +2 -0
- package/lib/clients/web/h5/removeStorage.js +4 -0
- package/lib/clients/web/h5/removeStorageSync.d.ts +3 -0
- package/lib/clients/web/h5/removeStorageSync.js +4 -0
- package/lib/clients/web/h5/request.d.ts +2 -0
- package/lib/clients/web/h5/request.js +4 -0
- package/lib/clients/web/h5/rpc.d.ts +2 -0
- package/lib/clients/web/h5/rpc.js +16 -0
- package/lib/clients/web/h5/setClipboard.d.ts +2 -0
- package/lib/clients/web/h5/setClipboard.js +4 -0
- package/lib/clients/web/h5/setNavigationBar.d.ts +2 -0
- package/lib/clients/web/h5/setNavigationBar.js +4 -0
- package/lib/clients/web/h5/setStorage.d.ts +2 -0
- package/lib/clients/web/h5/setStorage.js +4 -0
- package/lib/clients/web/h5/setStorageSync.d.ts +4 -0
- package/lib/clients/web/h5/setStorageSync.js +4 -0
- package/lib/clients/web/h5/showLoading.d.ts +2 -0
- package/lib/clients/web/h5/showLoading.js +4 -0
- package/lib/clients/web/h5/showToast.d.ts +2 -0
- package/lib/clients/web/h5/showToast.js +4 -0
- package/lib/clients/web/kkp/custom.d.ts +2 -0
- package/lib/clients/web/kkp/custom.js +1 -0
- package/lib/clients/web/kkp/generated.d.ts +2 -0
- package/lib/clients/web/kkp/generated.js +1 -0
- package/lib/clients/web/kkp/index.d.ts +1 -0
- package/lib/clients/web/kkp/index.js +1 -0
- package/lib/clients/web/lazada/custom.d.ts +2 -0
- package/lib/clients/web/lazada/custom.js +1 -0
- package/lib/clients/web/lazada/generated.d.ts +2 -0
- package/lib/clients/web/lazada/generated.js +1 -0
- package/lib/clients/web/lazada/index.d.ts +1 -0
- package/lib/clients/web/lazada/index.js +1 -0
- package/lib/clients/web/taobao/custom.d.ts +2 -0
- package/lib/clients/web/taobao/custom.js +1 -0
- package/lib/clients/web/taobao/generated.d.ts +2 -0
- package/lib/clients/web/taobao/generated.js +1 -0
- package/lib/clients/web/taobao/index.d.ts +1 -0
- package/lib/clients/web/taobao/index.js +1 -0
- package/lib/clients/web/taobao_overseas/custom.d.ts +2 -0
- package/lib/clients/web/taobao_overseas/custom.js +1 -0
- package/lib/clients/web/taobao_overseas/generated.d.ts +2 -0
- package/lib/clients/web/taobao_overseas/generated.js +1 -0
- package/lib/clients/web/taobao_overseas/index.d.ts +1 -0
- package/lib/clients/web/taobao_overseas/index.js +1 -0
- package/lib/common/apis/custom/mp/crossPay.d.ts +3 -0
- package/lib/common/apis/custom/mp/crossPay.js +5 -0
- package/lib/common/apis/custom/mp_web/getAppIdSync.d.ts +4 -0
- package/lib/common/apis/custom/mp_web/getAppIdSync.js +6 -0
- package/lib/common/apis/custom/tradePay.d.ts +3 -0
- package/lib/common/apis/custom/tradePay.js +34 -0
- package/lib/common/apis/custom/web/alert.d.ts +2 -0
- package/lib/common/apis/custom/web/alert.js +31 -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 +34 -0
- package/lib/common/apis/custom/web/datePicker.d.ts +3 -0
- package/lib/common/apis/custom/web/datePicker.js +41 -0
- package/lib/common/apis/custom/web/downloadFile.d.ts +3 -0
- package/lib/common/apis/custom/web/downloadFile.js +45 -0
- package/lib/common/apis/custom/web/getAuthCode.d.ts +3 -0
- package/lib/common/apis/custom/web/getAuthCode.js +30 -0
- package/lib/common/apis/custom/web/getLocation.d.ts +3 -0
- package/lib/common/apis/custom/web/getLocation.js +31 -0
- package/lib/common/apis/custom/web/getNetworkType.d.ts +3 -0
- package/lib/common/apis/custom/web/getNetworkType.js +24 -0
- package/lib/common/apis/custom/web/getPhoneNumber.d.ts +3 -0
- package/lib/common/apis/custom/web/getPhoneNumber.js +21 -0
- package/lib/common/apis/custom/web/getStorage.d.ts +3 -0
- package/lib/common/apis/custom/web/getStorage.js +25 -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 +32 -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 +36 -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 +65 -0
- package/lib/common/apis/custom/web/saveFile.d.ts +3 -0
- package/lib/common/apis/custom/web/saveFile.js +30 -0
- package/lib/common/apis/custom/web/saveImage.d.ts +3 -0
- package/lib/common/apis/custom/web/saveImage.js +30 -0
- package/lib/common/apis/custom/web/setKeepScreenOn.d.ts +3 -0
- package/lib/common/apis/custom/web/setKeepScreenOn.js +19 -0
- package/lib/common/apis/custom/web/setNavigationBar.d.ts +3 -0
- package/lib/common/apis/custom/web/setNavigationBar.js +58 -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 +31 -0
- package/lib/common/apis/custom/web/setTabBarStyle.d.ts +3 -0
- package/lib/common/apis/custom/web/setTabBarStyle.js +19 -0
- package/lib/common/apis/custom/web/showActionSheet.d.ts +3 -0
- package/lib/common/apis/custom/web/showActionSheet.js +32 -0
- package/lib/common/apis/custom/web/showAuthGuide.d.ts +3 -0
- package/lib/common/apis/custom/web/showAuthGuide.js +19 -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 +19 -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 +5 -0
- package/lib/common/apis/custom/web/uploadFile.d.ts +3 -0
- package/lib/common/apis/custom/web/uploadFile.js +32 -0
- package/lib/common/apis/generated/APRegionRPC.d.ts +2 -0
- package/lib/common/apis/generated/APRegionRPC.js +4 -0
- package/lib/common/apis/generated/addFatigueAction.d.ts +2 -0
- package/lib/common/apis/generated/addFatigueAction.js +4 -0
- package/lib/common/apis/generated/addPhoneContact.d.ts +2 -0
- package/lib/common/apis/generated/addPhoneContact.js +4 -0
- package/lib/common/apis/generated/alert.d.ts +2 -0
- package/lib/common/apis/generated/alert.js +4 -0
- package/lib/common/apis/generated/apDisableJSAPI.d.ts +2 -0
- package/lib/common/apis/generated/apDisableJSAPI.js +4 -0
- package/lib/common/apis/generated/appxrpc.d.ts +4 -0
- package/lib/common/apis/generated/appxrpc.js +4 -0
- package/lib/common/apis/generated/batchQueryCdpSpaceInfo.d.ts +2 -0
- package/lib/common/apis/generated/batchQueryCdpSpaceInfo.js +4 -0
- package/lib/common/apis/generated/chooseImage.d.ts +2 -0
- package/lib/common/apis/generated/chooseImage.js +4 -0
- package/lib/common/apis/generated/choosePhoneContact.d.ts +2 -0
- package/lib/common/apis/generated/choosePhoneContact.js +4 -0
- package/lib/common/apis/generated/clearStorage.d.ts +2 -0
- package/lib/common/apis/generated/clearStorage.js +4 -0
- package/lib/common/apis/generated/clearStorageSync.d.ts +2 -0
- package/lib/common/apis/generated/clearStorageSync.js +4 -0
- package/lib/common/apis/generated/closeBluetoothAdapter.d.ts +2 -0
- package/lib/common/apis/generated/closeBluetoothAdapter.js +4 -0
- package/lib/common/apis/generated/closeSocket.d.ts +2 -0
- package/lib/common/apis/generated/closeSocket.js +4 -0
- package/lib/common/apis/generated/confirm.d.ts +2 -0
- package/lib/common/apis/generated/confirm.js +4 -0
- package/lib/common/apis/generated/connectBLEDevice.d.ts +4 -0
- package/lib/common/apis/generated/connectBLEDevice.js +4 -0
- package/lib/common/apis/generated/connectSocket.d.ts +2 -0
- package/lib/common/apis/generated/connectSocket.js +4 -0
- package/lib/common/apis/generated/createAnimation.d.ts +2 -0
- package/lib/common/apis/generated/createAnimation.js +4 -0
- package/lib/common/apis/generated/createSelectorQuery.d.ts +2 -0
- package/lib/common/apis/generated/createSelectorQuery.js +4 -0
- package/lib/common/apis/generated/createWebViewContext.d.ts +2 -0
- package/lib/common/apis/generated/createWebViewContext.js +4 -0
- package/lib/common/apis/generated/crossPay.d.ts +2 -0
- package/lib/common/apis/generated/crossPay.js +4 -0
- package/lib/common/apis/generated/datePicker.d.ts +2 -0
- package/lib/common/apis/generated/datePicker.js +4 -0
- package/lib/common/apis/generated/disconnectBLEDevice.d.ts +4 -0
- package/lib/common/apis/generated/disconnectBLEDevice.js +4 -0
- package/lib/common/apis/generated/downloadFile.d.ts +2 -0
- package/lib/common/apis/generated/downloadFile.js +4 -0
- package/lib/common/apis/generated/exitApp.d.ts +2 -0
- package/lib/common/apis/generated/exitApp.js +4 -0
- package/lib/common/apis/generated/getAppIdSync.d.ts +4 -0
- package/lib/common/apis/generated/getAppIdSync.js +4 -0
- package/lib/common/apis/generated/getAppToken.d.ts +2 -0
- package/lib/common/apis/generated/getAppToken.js +4 -0
- package/lib/common/apis/generated/getAuthCode.d.ts +2 -0
- package/lib/common/apis/generated/getAuthCode.js +4 -0
- package/lib/common/apis/generated/getBLEDeviceCharacteristics.d.ts +17 -0
- package/lib/common/apis/generated/getBLEDeviceCharacteristics.js +4 -0
- package/lib/common/apis/generated/getBLEDeviceServices.d.ts +9 -0
- package/lib/common/apis/generated/getBLEDeviceServices.js +4 -0
- package/lib/common/apis/generated/getBatteryInfo.d.ts +5 -0
- package/lib/common/apis/generated/getBatteryInfo.js +4 -0
- package/lib/common/apis/generated/getBluetoothAdapterState.d.ts +5 -0
- package/lib/common/apis/generated/getBluetoothAdapterState.js +4 -0
- package/lib/common/apis/generated/getBluetoothDevices.d.ts +4 -0
- package/lib/common/apis/generated/getBluetoothDevices.js +4 -0
- package/lib/common/apis/generated/getClipboard.d.ts +2 -0
- package/lib/common/apis/generated/getClipboard.js +4 -0
- package/lib/common/apis/generated/getComponentAuth.d.ts +2 -0
- package/lib/common/apis/generated/getComponentAuth.js +4 -0
- package/lib/common/apis/generated/getConnectedBluetoothDevices.d.ts +4 -0
- package/lib/common/apis/generated/getConnectedBluetoothDevices.js +4 -0
- package/lib/common/apis/generated/getFileInfo.d.ts +2 -0
- package/lib/common/apis/generated/getFileInfo.js +4 -0
- package/lib/common/apis/generated/getImageInfo.d.ts +2 -0
- package/lib/common/apis/generated/getImageInfo.js +4 -0
- package/lib/common/apis/generated/getLocation.d.ts +2 -0
- package/lib/common/apis/generated/getLocation.js +4 -0
- package/lib/common/apis/generated/getNetworkType.d.ts +2 -0
- package/lib/common/apis/generated/getNetworkType.js +4 -0
- package/lib/common/apis/generated/getOpenUserInfo.d.ts +2 -0
- package/lib/common/apis/generated/getOpenUserInfo.js +4 -0
- package/lib/common/apis/generated/getPaymentCode.d.ts +2 -0
- package/lib/common/apis/generated/getPaymentCode.js +4 -0
- package/lib/common/apis/generated/getPhoneNumber.d.ts +2 -0
- package/lib/common/apis/generated/getPhoneNumber.js +4 -0
- package/lib/common/apis/generated/getSavedFileInfo.d.ts +2 -0
- package/lib/common/apis/generated/getSavedFileInfo.js +4 -0
- package/lib/common/apis/generated/getSavedFileList.d.ts +2 -0
- package/lib/common/apis/generated/getSavedFileList.js +4 -0
- package/lib/common/apis/generated/getScreenBrightness.d.ts +4 -0
- package/lib/common/apis/generated/getScreenBrightness.js +4 -0
- package/lib/common/apis/generated/getServerTime.d.ts +4 -0
- package/lib/common/apis/generated/getServerTime.js +4 -0
- package/lib/common/apis/generated/getSetting.d.ts +10 -0
- package/lib/common/apis/generated/getSetting.js +4 -0
- package/lib/common/apis/generated/getSiteInfo.d.ts +2 -0
- package/lib/common/apis/generated/getSiteInfo.js +4 -0
- package/lib/common/apis/generated/getStorage.d.ts +2 -0
- package/lib/common/apis/generated/getStorage.js +4 -0
- package/lib/common/apis/generated/getStorageInfo.d.ts +2 -0
- package/lib/common/apis/generated/getStorageInfo.js +4 -0
- package/lib/common/apis/generated/getStorageInfoSync.d.ts +2 -0
- package/lib/common/apis/generated/getStorageInfoSync.js +4 -0
- package/lib/common/apis/generated/getStorageSync.d.ts +6 -0
- package/lib/common/apis/generated/getStorageSync.js +4 -0
- package/lib/common/apis/generated/getSystemInfo.d.ts +2 -0
- package/lib/common/apis/generated/getSystemInfo.js +4 -0
- package/lib/common/apis/generated/getSystemInfoSync.d.ts +2 -0
- package/lib/common/apis/generated/getSystemInfoSync.js +4 -0
- package/lib/common/apis/generated/hideBackHome.d.ts +2 -0
- package/lib/common/apis/generated/hideBackHome.js +4 -0
- package/lib/common/apis/generated/hideKeyboard.d.ts +2 -0
- package/lib/common/apis/generated/hideKeyboard.js +4 -0
- package/lib/common/apis/generated/hideLoading.d.ts +2 -0
- package/lib/common/apis/generated/hideLoading.js +4 -0
- package/lib/common/apis/generated/hideNavigationBarLoading.d.ts +2 -0
- package/lib/common/apis/generated/hideNavigationBarLoading.js +4 -0
- package/lib/common/apis/generated/hideTabBar.d.ts +2 -0
- package/lib/common/apis/generated/hideTabBar.js +4 -0
- package/lib/common/apis/generated/hideToast.d.ts +2 -0
- package/lib/common/apis/generated/hideToast.js +4 -0
- package/lib/common/apis/generated/inquireQuote.d.ts +2 -0
- package/lib/common/apis/generated/inquireQuote.js +4 -0
- package/lib/common/apis/generated/isInstalledApp.d.ts +2 -0
- package/lib/common/apis/generated/isInstalledApp.js +4 -0
- package/lib/common/apis/generated/makePhoneCall.d.ts +4 -0
- package/lib/common/apis/generated/makePhoneCall.js +4 -0
- package/lib/common/apis/generated/multiLevelSelect.d.ts +2 -0
- package/lib/common/apis/generated/multiLevelSelect.js +4 -0
- package/lib/common/apis/generated/navigateBack.d.ts +2 -0
- package/lib/common/apis/generated/navigateBack.js +4 -0
- package/lib/common/apis/generated/navigateBackMiniProgram.d.ts +2 -0
- package/lib/common/apis/generated/navigateBackMiniProgram.js +4 -0
- package/lib/common/apis/generated/navigateTo.d.ts +2 -0
- package/lib/common/apis/generated/navigateTo.js +4 -0
- package/lib/common/apis/generated/navigateToBizScene.d.ts +2 -0
- package/lib/common/apis/generated/navigateToBizScene.js +4 -0
- package/lib/common/apis/generated/navigateToMiniProgram.d.ts +2 -0
- package/lib/common/apis/generated/navigateToMiniProgram.js +4 -0
- package/lib/common/apis/generated/notifyBLECharacteristicValueChange.d.ts +8 -0
- package/lib/common/apis/generated/notifyBLECharacteristicValueChange.js +4 -0
- package/lib/common/apis/generated/offAccelerometerChange.d.ts +2 -0
- package/lib/common/apis/generated/offAccelerometerChange.js +4 -0
- package/lib/common/apis/generated/offBLECharacteristicValueChange.d.ts +2 -0
- package/lib/common/apis/generated/offBLECharacteristicValueChange.js +4 -0
- package/lib/common/apis/generated/offBLEConnectionStateChanged.d.ts +2 -0
- package/lib/common/apis/generated/offBLEConnectionStateChanged.js +4 -0
- package/lib/common/apis/generated/offBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/common/apis/generated/offBluetoothAdapterStateChange.js +4 -0
- package/lib/common/apis/generated/offBluetoothDeviceFound.d.ts +2 -0
- package/lib/common/apis/generated/offBluetoothDeviceFound.js +4 -0
- package/lib/common/apis/generated/offCompassChange.d.ts +2 -0
- package/lib/common/apis/generated/offCompassChange.js +4 -0
- package/lib/common/apis/generated/offMemoryWarning.d.ts +4 -0
- package/lib/common/apis/generated/offMemoryWarning.js +4 -0
- package/lib/common/apis/generated/offSocketClose.d.ts +2 -0
- package/lib/common/apis/generated/offSocketClose.js +4 -0
- package/lib/common/apis/generated/offSocketError.d.ts +2 -0
- package/lib/common/apis/generated/offSocketError.js +4 -0
- package/lib/common/apis/generated/offSocketMessage.d.ts +2 -0
- package/lib/common/apis/generated/offSocketMessage.js +4 -0
- package/lib/common/apis/generated/offSocketOpen.d.ts +2 -0
- package/lib/common/apis/generated/offSocketOpen.js +4 -0
- package/lib/common/apis/generated/offUserCaptureScreen.d.ts +2 -0
- package/lib/common/apis/generated/offUserCaptureScreen.js +4 -0
- package/lib/common/apis/generated/onAccelerometerChange.d.ts +6 -0
- package/lib/common/apis/generated/onAccelerometerChange.js +4 -0
- package/lib/common/apis/generated/onBLECharacteristicValueChange.d.ts +5 -0
- package/lib/common/apis/generated/onBLECharacteristicValueChange.js +4 -0
- package/lib/common/apis/generated/onBLEConnectionStateChanged.d.ts +5 -0
- package/lib/common/apis/generated/onBLEConnectionStateChanged.js +4 -0
- package/lib/common/apis/generated/onBluetoothAdapterStateChange.d.ts +5 -0
- package/lib/common/apis/generated/onBluetoothAdapterStateChange.js +4 -0
- package/lib/common/apis/generated/onBluetoothDeviceFound.d.ts +4 -0
- package/lib/common/apis/generated/onBluetoothDeviceFound.js +4 -0
- package/lib/common/apis/generated/onCompassChange.d.ts +4 -0
- package/lib/common/apis/generated/onCompassChange.js +4 -0
- package/lib/common/apis/generated/onMemoryWarning.d.ts +4 -0
- package/lib/common/apis/generated/onMemoryWarning.js +4 -0
- package/lib/common/apis/generated/onMessage.d.ts +2 -0
- package/lib/common/apis/generated/onMessage.js +4 -0
- package/lib/common/apis/generated/onSocketClose.d.ts +2 -0
- package/lib/common/apis/generated/onSocketClose.js +4 -0
- package/lib/common/apis/generated/onSocketError.d.ts +2 -0
- package/lib/common/apis/generated/onSocketError.js +4 -0
- package/lib/common/apis/generated/onSocketMessage.d.ts +5 -0
- package/lib/common/apis/generated/onSocketMessage.js +4 -0
- package/lib/common/apis/generated/onSocketOpen.d.ts +2 -0
- package/lib/common/apis/generated/onSocketOpen.js +4 -0
- package/lib/common/apis/generated/onUserCaptureScreen.d.ts +2 -0
- package/lib/common/apis/generated/onUserCaptureScreen.js +4 -0
- package/lib/common/apis/generated/openBluetoothAdapter.d.ts +2 -0
- package/lib/common/apis/generated/openBluetoothAdapter.js +4 -0
- package/lib/common/apis/generated/openDocument.d.ts +5 -0
- package/lib/common/apis/generated/openDocument.js +4 -0
- package/lib/common/apis/generated/openSchemeWithBacking.d.ts +2 -0
- package/lib/common/apis/generated/openSchemeWithBacking.js +4 -0
- package/lib/common/apis/generated/openSetting.d.ts +10 -0
- package/lib/common/apis/generated/openSetting.js +4 -0
- package/lib/common/apis/generated/pageScrollTo.d.ts +2 -0
- package/lib/common/apis/generated/pageScrollTo.js +4 -0
- package/lib/common/apis/generated/paySignCenter.d.ts +2 -0
- package/lib/common/apis/generated/paySignCenter.js +4 -0
- package/lib/common/apis/generated/postMessage.d.ts +2 -0
- package/lib/common/apis/generated/postMessage.js +4 -0
- package/lib/common/apis/generated/previewImage.d.ts +2 -0
- package/lib/common/apis/generated/previewImage.js +4 -0
- package/lib/common/apis/generated/prompt.d.ts +2 -0
- package/lib/common/apis/generated/prompt.js +4 -0
- package/lib/common/apis/generated/reLaunch.d.ts +2 -0
- package/lib/common/apis/generated/reLaunch.js +4 -0
- package/lib/common/apis/generated/readBLECharacteristicValue.d.ts +2 -0
- package/lib/common/apis/generated/readBLECharacteristicValue.js +4 -0
- package/lib/common/apis/generated/redirectTo.d.ts +2 -0
- package/lib/common/apis/generated/redirectTo.js +4 -0
- package/lib/common/apis/generated/regionFetchAllApps.d.ts +2 -0
- package/lib/common/apis/generated/regionFetchAllApps.js +4 -0
- package/lib/common/apis/generated/regionSearchAppsByKeywords.d.ts +2 -0
- package/lib/common/apis/generated/regionSearchAppsByKeywords.js +4 -0
- package/lib/common/apis/generated/removeSavedFile.d.ts +2 -0
- package/lib/common/apis/generated/removeSavedFile.js +4 -0
- package/lib/common/apis/generated/removeStorage.d.ts +2 -0
- package/lib/common/apis/generated/removeStorage.js +4 -0
- package/lib/common/apis/generated/removeStorageSync.d.ts +4 -0
- package/lib/common/apis/generated/removeStorageSync.js +4 -0
- package/lib/common/apis/generated/request.d.ts +2 -0
- package/lib/common/apis/generated/request.js +4 -0
- package/lib/common/apis/generated/rpc.d.ts +2 -0
- package/lib/common/apis/generated/rpc.js +4 -0
- package/lib/common/apis/generated/saveFile.d.ts +2 -0
- package/lib/common/apis/generated/saveFile.js +4 -0
- package/lib/common/apis/generated/saveImage.d.ts +2 -0
- package/lib/common/apis/generated/saveImage.js +4 -0
- package/lib/common/apis/generated/scan.d.ts +2 -0
- package/lib/common/apis/generated/scan.js +4 -0
- package/lib/common/apis/generated/sendSocketMessage.d.ts +2 -0
- package/lib/common/apis/generated/sendSocketMessage.js +4 -0
- package/lib/common/apis/generated/setBackgroundColor.d.ts +2 -0
- package/lib/common/apis/generated/setBackgroundColor.js +4 -0
- package/lib/common/apis/generated/setCanPullDown.d.ts +4 -0
- package/lib/common/apis/generated/setCanPullDown.js +4 -0
- package/lib/common/apis/generated/setClipboard.d.ts +2 -0
- package/lib/common/apis/generated/setClipboard.js +4 -0
- package/lib/common/apis/generated/setKeepScreenOn.d.ts +2 -0
- package/lib/common/apis/generated/setKeepScreenOn.js +4 -0
- package/lib/common/apis/generated/setNavigationBar.d.ts +2 -0
- package/lib/common/apis/generated/setNavigationBar.js +4 -0
- package/lib/common/apis/generated/setOptionMenu.d.ts +2 -0
- package/lib/common/apis/generated/setOptionMenu.js +4 -0
- package/lib/common/apis/generated/setScreenBrightness.d.ts +2 -0
- package/lib/common/apis/generated/setScreenBrightness.js +4 -0
- package/lib/common/apis/generated/setStorage.d.ts +2 -0
- package/lib/common/apis/generated/setStorage.js +4 -0
- package/lib/common/apis/generated/setStorageSync.d.ts +5 -0
- package/lib/common/apis/generated/setStorageSync.js +4 -0
- package/lib/common/apis/generated/setTabBarStyle.d.ts +2 -0
- package/lib/common/apis/generated/setTabBarStyle.js +4 -0
- package/lib/common/apis/generated/showActionSheet.d.ts +2 -0
- package/lib/common/apis/generated/showActionSheet.js +4 -0
- package/lib/common/apis/generated/showAuthGuide.d.ts +2 -0
- package/lib/common/apis/generated/showAuthGuide.js +4 -0
- package/lib/common/apis/generated/showLoading.d.ts +2 -0
- package/lib/common/apis/generated/showLoading.js +4 -0
- package/lib/common/apis/generated/showNavigationBarLoading.d.ts +2 -0
- package/lib/common/apis/generated/showNavigationBarLoading.js +4 -0
- package/lib/common/apis/generated/showSharePanel.d.ts +2 -0
- package/lib/common/apis/generated/showSharePanel.js +4 -0
- package/lib/common/apis/generated/showToast.d.ts +2 -0
- package/lib/common/apis/generated/showToast.js +4 -0
- package/lib/common/apis/generated/signContract.d.ts +2 -0
- package/lib/common/apis/generated/signContract.js +4 -0
- package/lib/common/apis/generated/startApp.d.ts +2 -0
- package/lib/common/apis/generated/startApp.js +4 -0
- package/lib/common/apis/generated/startBizService.d.ts +2 -0
- package/lib/common/apis/generated/startBizService.js +4 -0
- package/lib/common/apis/generated/startBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/common/apis/generated/startBluetoothDevicesDiscovery.js +4 -0
- package/lib/common/apis/generated/startPullDownRefresh.d.ts +2 -0
- package/lib/common/apis/generated/startPullDownRefresh.js +4 -0
- package/lib/common/apis/generated/stopBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/common/apis/generated/stopBluetoothDevicesDiscovery.js +4 -0
- package/lib/common/apis/generated/stopPullDownRefresh.d.ts +2 -0
- package/lib/common/apis/generated/stopPullDownRefresh.js +4 -0
- package/lib/common/apis/generated/switchTab.d.ts +2 -0
- package/lib/common/apis/generated/switchTab.js +4 -0
- package/lib/common/apis/generated/thirdPartyAuthForAc.d.ts +2 -0
- package/lib/common/apis/generated/thirdPartyAuthForAc.js +4 -0
- package/lib/common/apis/generated/tradePay.d.ts +2 -0
- package/lib/common/apis/generated/tradePay.js +4 -0
- package/lib/common/apis/generated/uploadApdidToken.d.ts +2 -0
- package/lib/common/apis/generated/uploadApdidToken.js +4 -0
- package/lib/common/apis/generated/uploadFile.d.ts +2 -0
- package/lib/common/apis/generated/uploadFile.js +4 -0
- package/lib/common/apis/generated/vibrate.d.ts +2 -0
- package/lib/common/apis/generated/vibrate.js +4 -0
- package/lib/common/apis/generated/watchShake.d.ts +2 -0
- package/lib/common/apis/generated/watchShake.js +4 -0
- package/lib/common/apis/generated/writeBLECharacteristicValue.d.ts +2 -0
- package/lib/common/apis/generated/writeBLECharacteristicValue.js +4 -0
- package/lib/common/call/index.d.ts +12 -0
- package/lib/common/call/index.js +85 -0
- package/lib/common/call/mp.d.ts +2 -0
- package/lib/common/call/mp.js +6 -0
- package/lib/common/call/mpWeb.d.ts +4 -0
- package/lib/common/call/mpWeb.js +62 -0
- package/lib/common/call/web.d.ts +2 -0
- package/lib/common/call/web.js +18 -0
- package/lib/common/constants.d.ts +48 -0
- package/lib/common/constants.js +53 -0
- package/lib/common/logger.d.ts +15 -0
- package/lib/common/logger.js +17 -0
- package/lib/common/notFound.d.ts +2 -0
- package/lib/common/notFound.js +19 -0
- package/lib/common/utils.d.ts +11 -0
- package/lib/common/utils.js +95 -0
- package/lib/common/webview-bridge.d.ts +6 -0
- package/lib/common/webview-bridge.js +202 -0
- package/lib/common/whichCanIUse.d.ts +3 -0
- package/lib/common/whichCanIUse.js +161 -0
- package/lib/index.d.ts +9 -0
- package/lib/index.js +30 -0
- package/lib/objectSpread.d.ts +1 -0
- package/lib/objectSpread.js +3 -0
- package/lib/types/common.d.ts +4 -0
- package/lib/types/common.js +1 -0
- package/lib/types/index.d.ts +3 -0
- package/lib/types/index.js +3 -0
- package/lib/types/jsapi.d.ts +250 -0
- package/lib/types/jsapi.js +1 -0
- package/lib/types/mp.d.ts +60 -0
- package/lib/types/mp.js +1 -0
- package/lib/umd/index.js +6350 -0
- package/lib/umd/mp_ae.js +45 -0
- package/lib/umd/mp_alipay.js +1766 -0
- package/lib/umd/mp_alipay_hk.js +45 -0
- package/lib/umd/mp_alipay_plus.js +3339 -0
- package/lib/umd/mp_alipay_vn.js +45 -0
- package/lib/umd/mp_dana.js +45 -0
- package/lib/umd/mp_gcash.js +45 -0
- package/lib/umd/mp_lazada.js +3251 -0
- package/lib/umd/mp_taobao.js +2217 -0
- package/lib/umd/mp_tmall.js +45 -0
- package/lib/umd/mp_tmn.js +45 -0
- package/lib/umd/mp_tngd.js +45 -0
- package/lib/umd/mp_web_alipay.js +2173 -0
- package/lib/umd/mp_web_alipay_plus.js +3009 -0
- package/lib/umd/web_ae.js +45 -0
- package/lib/umd/web_alipay.js +2657 -0
- package/lib/umd/web_alipay_hk.js +45 -0
- package/lib/umd/web_alipay_mo.js +45 -0
- package/lib/umd/web_alipay_plus.js +2877 -0
- package/lib/umd/web_alipay_vn.js +45 -0
- package/lib/umd/web_daraz.js +45 -0
- package/lib/umd/web_h5.js +2140 -0
- package/lib/umd/web_kkp.js +45 -0
- package/lib/umd/web_lazada.js +45 -0
- package/lib/umd/web_taobao.js +45 -0
- package/lib/umd/web_taobao_overseas.js +45 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,25 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [2.11.0] (2023-03-01)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* 升级 mp-compile
|
|
12
|
+
* 细节调整
|
|
13
|
+
* 自动生成
|
|
14
|
+
* add flowType
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Bug Fixes
|
|
18
|
+
|
|
19
|
+
* 格式化
|
|
20
|
+
* 减少 getEnv 调用
|
|
21
|
+
* postMessage 通信异常
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
6
25
|
## [2.10.0] (2023-02-22)
|
|
7
26
|
|
|
8
27
|
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { platformType, detectType, clientName } from '../common/constants';
|
|
2
|
+
export declare const clients: {
|
|
3
|
+
name: clientName;
|
|
4
|
+
regs: RegExp[];
|
|
5
|
+
detectType: detectType;
|
|
6
|
+
type: platformType;
|
|
7
|
+
}[];
|
|
8
|
+
export declare const clientDefault: {
|
|
9
|
+
mp: {
|
|
10
|
+
name: clientName;
|
|
11
|
+
type: platformType;
|
|
12
|
+
};
|
|
13
|
+
mpWeb: {
|
|
14
|
+
name: clientName;
|
|
15
|
+
type: platformType;
|
|
16
|
+
};
|
|
17
|
+
web: {
|
|
18
|
+
name: clientName;
|
|
19
|
+
type: platformType;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
import { platformType, detectType, clientName } from "../common/constants";
|
|
2
|
+
export var clients = [{
|
|
3
|
+
name: clientName.mpWebAlipayPlus,
|
|
4
|
+
regs: [/alipayIDE/i],
|
|
5
|
+
detectType: detectType.ua,
|
|
6
|
+
type: platformType.mpWeb
|
|
7
|
+
}, {
|
|
8
|
+
name: clientName.mpWebAlipayPlus,
|
|
9
|
+
regs: [/miniprogram/i, /griver/i],
|
|
10
|
+
detectType: detectType.ua,
|
|
11
|
+
type: platformType.mpWeb
|
|
12
|
+
}, {
|
|
13
|
+
name: clientName.mpWebAlipay,
|
|
14
|
+
regs: [/miniprogram/i, /alipay/i, /^((?!griver).)*$/i],
|
|
15
|
+
detectType: detectType.ua,
|
|
16
|
+
type: platformType.mpWeb
|
|
17
|
+
}, {
|
|
18
|
+
name: clientName.webAlipayPlus,
|
|
19
|
+
regs: [/^((?!miniprogram).)*$/i, /griver/i],
|
|
20
|
+
detectType: detectType.ua,
|
|
21
|
+
type: platformType.web
|
|
22
|
+
}, {
|
|
23
|
+
name: clientName.webAlipay,
|
|
24
|
+
regs: [/^((?!miniprogram).)*$/i, /alipay/i, /^((?!griver).)*$/i],
|
|
25
|
+
detectType: detectType.ua,
|
|
26
|
+
type: platformType.web
|
|
27
|
+
}, {
|
|
28
|
+
name: clientName.mpTaobao,
|
|
29
|
+
regs: [/taobao|tb/i],
|
|
30
|
+
detectType: detectType.app,
|
|
31
|
+
type: platformType.mp
|
|
32
|
+
}, {
|
|
33
|
+
name: clientName.mpLazada,
|
|
34
|
+
regs: [/lazada|la/i],
|
|
35
|
+
detectType: detectType.app,
|
|
36
|
+
type: platformType.mp
|
|
37
|
+
}, {
|
|
38
|
+
name: clientName.mpAlipay,
|
|
39
|
+
regs: [/alipay/i],
|
|
40
|
+
detectType: detectType.app,
|
|
41
|
+
type: platformType.mp
|
|
42
|
+
}, {
|
|
43
|
+
name: clientName.mpAlipayPlus,
|
|
44
|
+
regs: [],
|
|
45
|
+
detectType: detectType.app,
|
|
46
|
+
type: platformType.mp
|
|
47
|
+
}];
|
|
48
|
+
export var clientDefault = {
|
|
49
|
+
mp: {
|
|
50
|
+
name: clientName.mpAlipayPlus,
|
|
51
|
+
type: platformType.mp
|
|
52
|
+
},
|
|
53
|
+
mpWeb: {
|
|
54
|
+
name: clientName.mpWebAlipayPlus,
|
|
55
|
+
type: platformType.mpWeb
|
|
56
|
+
},
|
|
57
|
+
web: {
|
|
58
|
+
name: clientName.webAlipayPlus,
|
|
59
|
+
type: platformType.web
|
|
60
|
+
}
|
|
61
|
+
};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { clientName, platformType } from '../common/constants';
|
|
2
|
+
export interface AppEnv {
|
|
3
|
+
isMpAlipayPlus: boolean;
|
|
4
|
+
isMpLazada: boolean;
|
|
5
|
+
isMpTaobao: boolean;
|
|
6
|
+
isWebAlipayPlus: boolean;
|
|
7
|
+
isWebAlipay: boolean;
|
|
8
|
+
isMpWebAlipayPlus: boolean;
|
|
9
|
+
isMpWebAlipay: boolean;
|
|
10
|
+
isMpAlipay: boolean;
|
|
11
|
+
isWebH5: boolean;
|
|
12
|
+
isWebAlipayHk: boolean;
|
|
13
|
+
}
|
|
14
|
+
interface Env {
|
|
15
|
+
appEnv: AppEnv;
|
|
16
|
+
platform?: platformType;
|
|
17
|
+
client?: clientName;
|
|
18
|
+
}
|
|
19
|
+
export default function getEnv(): Env | undefined;
|
|
20
|
+
export {};
|
|
@@ -0,0 +1,145 @@
|
|
|
1
|
+
import _silent from "@goldfishjs/utils/lib/silent";
|
|
2
|
+
import _find from "@goldfishjs/utils/lib/find";
|
|
3
|
+
import { upFirst } from "../common/utils";
|
|
4
|
+
import { clients } from "./clients";
|
|
5
|
+
import { clientName, detectType, platformType } from "../common/constants";
|
|
6
|
+
function setDefaultWebH5(env) {
|
|
7
|
+
if (!env.client) {
|
|
8
|
+
env.client = clientName.webH5;
|
|
9
|
+
}
|
|
10
|
+
if (!env.platform) {
|
|
11
|
+
env.platform = platformType.web;
|
|
12
|
+
}
|
|
13
|
+
var hasTrue = false;
|
|
14
|
+
for (var key in env.appEnv) {
|
|
15
|
+
if (env.appEnv[key]) {
|
|
16
|
+
hasTrue = true;
|
|
17
|
+
break;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
if (!hasTrue) {
|
|
21
|
+
env.appEnv.isWebH5 = true;
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
function parseAppAndUA(clientsParam, info) {
|
|
25
|
+
var targetClient = _find(clientsParam, function (client) {
|
|
26
|
+
return client.regs.every(function (reg) {
|
|
27
|
+
return reg.test(info);
|
|
28
|
+
});
|
|
29
|
+
});
|
|
30
|
+
var env = {};
|
|
31
|
+
var appEnv = Object.keys(clientName).reduce(function (result, clientNameKey) {
|
|
32
|
+
var name = clientName[clientNameKey];
|
|
33
|
+
var key = "is".concat(name.split('_').map(upFirst).join(''));
|
|
34
|
+
result[key] = name === (targetClient === null || targetClient === void 0 ? void 0 : targetClient.name);
|
|
35
|
+
if (result[key]) {
|
|
36
|
+
env.client = name;
|
|
37
|
+
}
|
|
38
|
+
return result;
|
|
39
|
+
}, {});
|
|
40
|
+
env.appEnv = appEnv;
|
|
41
|
+
env.platform = targetClient === null || targetClient === void 0 ? void 0 : targetClient.type;
|
|
42
|
+
return env;
|
|
43
|
+
}
|
|
44
|
+
function getEnvFromSystemInfo() {
|
|
45
|
+
var info = _silent(function () {
|
|
46
|
+
return my.getSystemInfoSync();
|
|
47
|
+
})();
|
|
48
|
+
if (!info || !info.app) {
|
|
49
|
+
return;
|
|
50
|
+
}
|
|
51
|
+
var localClients = clients.filter(function (client) {
|
|
52
|
+
return client.detectType === detectType.app;
|
|
53
|
+
});
|
|
54
|
+
return parseAppAndUA(localClients, info.app);
|
|
55
|
+
}
|
|
56
|
+
function getEnvFromUA() {
|
|
57
|
+
var info = _silent(function () {
|
|
58
|
+
var env = window;
|
|
59
|
+
return env.navigator.userAgent;
|
|
60
|
+
})();
|
|
61
|
+
if (!info) {
|
|
62
|
+
return;
|
|
63
|
+
}
|
|
64
|
+
var localClients = clients.filter(function (client) {
|
|
65
|
+
return client.detectType === detectType.ua;
|
|
66
|
+
});
|
|
67
|
+
var env = parseAppAndUA(localClients, info);
|
|
68
|
+
// Since we can visit the `window`, we can also return the pure H5 environment
|
|
69
|
+
setDefaultWebH5(env);
|
|
70
|
+
return env;
|
|
71
|
+
}
|
|
72
|
+
function parseApp(app) {
|
|
73
|
+
var normalizeClientName = function normalizeClientName(str) {
|
|
74
|
+
return str.replace(/_/g, '').toLocaleLowerCase();
|
|
75
|
+
};
|
|
76
|
+
var normalizedApp = normalizeClientName(app);
|
|
77
|
+
var client = undefined;
|
|
78
|
+
var platform = undefined;
|
|
79
|
+
var appEnv = Object.keys(clientName).reduce(function (result, clientNameKey) {
|
|
80
|
+
var name = clientName[clientNameKey];
|
|
81
|
+
var key = "is".concat(name.split('_').map(upFirst).join(''));
|
|
82
|
+
result[key] = normalizeClientName(name) === normalizedApp;
|
|
83
|
+
if (result[key]) {
|
|
84
|
+
client = name;
|
|
85
|
+
platform = name.match(/mp_web|mp|web/)[0];
|
|
86
|
+
}
|
|
87
|
+
return result;
|
|
88
|
+
}, {});
|
|
89
|
+
return {
|
|
90
|
+
appEnv: appEnv,
|
|
91
|
+
client: client,
|
|
92
|
+
platform: platform
|
|
93
|
+
};
|
|
94
|
+
}
|
|
95
|
+
function getEnvFromUrl() {
|
|
96
|
+
// The value of `__app__` is MpAlipayHK, WebAlipay and so on.
|
|
97
|
+
var app = _silent(function () {
|
|
98
|
+
return (window.location.search.match(/[?&]__app__=([^?&=]+)/) || [])[1];
|
|
99
|
+
})();
|
|
100
|
+
var env = app ? parseApp(app) : undefined;
|
|
101
|
+
if (env) {
|
|
102
|
+
// Since we can visit the `window`, we can also return the pure H5 environment
|
|
103
|
+
setDefaultWebH5(env);
|
|
104
|
+
}
|
|
105
|
+
return env;
|
|
106
|
+
}
|
|
107
|
+
function getEnvFromLocalStorage() {
|
|
108
|
+
// The value of `__app__` is MpAlipayHK, WebAlipay and so on.
|
|
109
|
+
var app = _silent(function () {
|
|
110
|
+
return localStorage.getItem('__app__');
|
|
111
|
+
})();
|
|
112
|
+
var env = app ? parseApp(app) : undefined;
|
|
113
|
+
if (env) {
|
|
114
|
+
// Since we can visit the `window`, we can also return the pure H5 environment
|
|
115
|
+
setDefaultWebH5(env);
|
|
116
|
+
}
|
|
117
|
+
return env;
|
|
118
|
+
}
|
|
119
|
+
export default function getEnv() {
|
|
120
|
+
var env = getEnvFromSystemInfo();
|
|
121
|
+
if (env) {
|
|
122
|
+
return env;
|
|
123
|
+
}
|
|
124
|
+
env = getEnvFromUrl();
|
|
125
|
+
if (env) {
|
|
126
|
+
return env;
|
|
127
|
+
}
|
|
128
|
+
env = getEnvFromLocalStorage();
|
|
129
|
+
if (env) {
|
|
130
|
+
return env;
|
|
131
|
+
}
|
|
132
|
+
env = getEnvFromUA();
|
|
133
|
+
if (env) {
|
|
134
|
+
return env;
|
|
135
|
+
}
|
|
136
|
+
// It is H5 environment, and use the pure H5.
|
|
137
|
+
if (typeof window !== 'undefined') {
|
|
138
|
+
var app = 'WebH5';
|
|
139
|
+
env = parseApp(app);
|
|
140
|
+
if (env) {
|
|
141
|
+
return env;
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
return;
|
|
145
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { AppEnv } from './getEnv';
|
|
2
|
+
export { default as getEnv } from './getEnv';
|
|
3
|
+
export declare const appEnv: Partial<AppEnv>;
|
|
4
|
+
export declare const platform: import("../common/constants").platformType | undefined;
|
|
5
|
+
export declare const client: import("../common/constants").clientName | undefined;
|
|
6
|
+
export default appEnv;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import getEnv from "./getEnv";
|
|
2
|
+
export { default as getEnv } from "./getEnv";
|
|
3
|
+
var env = getEnv();
|
|
4
|
+
export var appEnv = (env === null || env === void 0 ? void 0 : env.appEnv) || {};
|
|
5
|
+
export var platform = env === null || env === void 0 ? void 0 : env.platform;
|
|
6
|
+
export var client = env === null || env === void 0 ? void 0 : env.client;
|
|
7
|
+
export default appEnv;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { clientDefault } from "./clients";
|
|
2
|
+
export function detectClientInfo() {
|
|
3
|
+
var info = '';
|
|
4
|
+
var detectType = '';
|
|
5
|
+
try {
|
|
6
|
+
var env = window;
|
|
7
|
+
info = env.navigator.userAgent;
|
|
8
|
+
detectType = 'ua';
|
|
9
|
+
} catch (e) {
|
|
10
|
+
// @ts-ignore
|
|
11
|
+
info = (my.getSystemInfoSync() || {}).app;
|
|
12
|
+
detectType = 'app';
|
|
13
|
+
}
|
|
14
|
+
return {
|
|
15
|
+
info: info,
|
|
16
|
+
detectType: detectType
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
export function getDefaultClient() {
|
|
20
|
+
try {
|
|
21
|
+
var env = window;
|
|
22
|
+
if (/miniprogram/.test(env.navigator.userAgent)) {
|
|
23
|
+
return clientDefault.mpWeb;
|
|
24
|
+
}
|
|
25
|
+
return clientDefault.web;
|
|
26
|
+
} catch (e) {
|
|
27
|
+
return clientDefault.mp;
|
|
28
|
+
}
|
|
29
|
+
}
|
package/lib/bridges.d.ts
ADDED
|
@@ -0,0 +1,152 @@
|
|
|
1
|
+
import { PickMPAttr } from './types';
|
|
2
|
+
export declare const addFatigueAction: PickMPAttr<'addFatigueAction'>;
|
|
3
|
+
export declare const addPhoneContact: PickMPAttr<'addPhoneContact'>;
|
|
4
|
+
export declare const alert: PickMPAttr<'alert'>;
|
|
5
|
+
export declare const apDisableJSAPI: PickMPAttr<'apDisableJSAPI'>;
|
|
6
|
+
export declare const appxrpc: PickMPAttr<'appxrpc'>;
|
|
7
|
+
export declare const APRegionRPC: PickMPAttr<'APRegionRPC'>;
|
|
8
|
+
export declare const batchQueryCdpSpaceInfo: PickMPAttr<'batchQueryCdpSpaceInfo'>;
|
|
9
|
+
export declare const chooseImage: PickMPAttr<'chooseImage'>;
|
|
10
|
+
export declare const choosePhoneContact: PickMPAttr<'choosePhoneContact'>;
|
|
11
|
+
export declare const clearStorage: PickMPAttr<'clearStorage'>;
|
|
12
|
+
export declare const clearStorageSync: PickMPAttr<'clearStorageSync'>;
|
|
13
|
+
export declare const closeBluetoothAdapter: PickMPAttr<'closeBluetoothAdapter'>;
|
|
14
|
+
export declare const closeSocket: PickMPAttr<'closeSocket'>;
|
|
15
|
+
export declare const confirm: PickMPAttr<'confirm'>;
|
|
16
|
+
export declare const connectBLEDevice: PickMPAttr<'connectBLEDevice'>;
|
|
17
|
+
export declare const connectSocket: PickMPAttr<'connectSocket'>;
|
|
18
|
+
export declare const createAnimation: PickMPAttr<'createAnimation'>;
|
|
19
|
+
export declare const createWebViewContext: PickMPAttr<'createWebViewContext'>;
|
|
20
|
+
export declare const crossPay: PickMPAttr<'crossPay'>;
|
|
21
|
+
export declare const datePicker: PickMPAttr<'datePicker'>;
|
|
22
|
+
export declare const disconnectBLEDevice: PickMPAttr<'disconnectBLEDevice'>;
|
|
23
|
+
export declare const downloadFile: PickMPAttr<'downloadFile'>;
|
|
24
|
+
export declare const exitApp: PickMPAttr<'exitApp'>;
|
|
25
|
+
export declare const getAppIdSync: PickMPAttr<'getAppIdSync'>;
|
|
26
|
+
export declare const getAppToken: PickMPAttr<'getAppToken'>;
|
|
27
|
+
export declare const getAuthCode: PickMPAttr<'getAuthCode'>;
|
|
28
|
+
export declare const getBatteryInfo: PickMPAttr<'getBatteryInfo'>;
|
|
29
|
+
export declare const getBLEDeviceCharacteristics: PickMPAttr<'getBLEDeviceCharacteristics'>;
|
|
30
|
+
export declare const getBLEDeviceServices: PickMPAttr<'getBLEDeviceServices'>;
|
|
31
|
+
export declare const getBluetoothAdapterState: PickMPAttr<'getBluetoothAdapterState'>;
|
|
32
|
+
export declare const getBluetoothDevices: PickMPAttr<'getBluetoothDevices'>;
|
|
33
|
+
export declare const getClipboard: PickMPAttr<'getClipboard'>;
|
|
34
|
+
export declare const getComponentAuth: PickMPAttr<'getComponentAuth'>;
|
|
35
|
+
export declare const getConnectedBluetoothDevices: PickMPAttr<'getConnectedBluetoothDevices'>;
|
|
36
|
+
export declare const getFileInfo: PickMPAttr<'getFileInfo'>;
|
|
37
|
+
export declare const getImageInfo: PickMPAttr<'getImageInfo'>;
|
|
38
|
+
export declare const getLocation: PickMPAttr<'getLocation'>;
|
|
39
|
+
export declare const getNetworkType: PickMPAttr<'getNetworkType'>;
|
|
40
|
+
export declare const getOpenUserInfo: PickMPAttr<'getOpenUserInfo'>;
|
|
41
|
+
export declare const getPaymentCode: PickMPAttr<'getPaymentCode'>;
|
|
42
|
+
export declare const getPhoneNumber: PickMPAttr<'getPhoneNumber'>;
|
|
43
|
+
export declare const getSavedFileInfo: PickMPAttr<'getSavedFileInfo'>;
|
|
44
|
+
export declare const getSavedFileList: PickMPAttr<'getSavedFileList'>;
|
|
45
|
+
export declare const getScreenBrightness: PickMPAttr<'getScreenBrightness'>;
|
|
46
|
+
export declare const getServerTime: PickMPAttr<'getServerTime'>;
|
|
47
|
+
export declare const getSetting: PickMPAttr<'getSetting'>;
|
|
48
|
+
export declare const getSiteInfo: PickMPAttr<'getSiteInfo'>;
|
|
49
|
+
export declare const getStorage: PickMPAttr<'getStorage'>;
|
|
50
|
+
export declare const getStorageSync: PickMPAttr<'getStorageSync'>;
|
|
51
|
+
export declare const getSystemInfo: PickMPAttr<'getSystemInfo'>;
|
|
52
|
+
export declare const getSystemInfoSync: PickMPAttr<'getSystemInfoSync'>;
|
|
53
|
+
export declare const hideBackHome: PickMPAttr<'hideBackHome'>;
|
|
54
|
+
export declare const hideKeyboard: PickMPAttr<'hideKeyboard'>;
|
|
55
|
+
export declare const hideLoading: PickMPAttr<'hideLoading'>;
|
|
56
|
+
export declare const hideNavigationBarLoading: PickMPAttr<'hideNavigationBarLoading'>;
|
|
57
|
+
export declare const hideTabBar: PickMPAttr<'hideTabBar'>;
|
|
58
|
+
export declare const hideToast: PickMPAttr<'hideToast'>;
|
|
59
|
+
export declare const inquireQuote: PickMPAttr<'inquireQuote'>;
|
|
60
|
+
export declare const isInstalledApp: PickMPAttr<'isInstalledApp'>;
|
|
61
|
+
export declare const makePhoneCall: PickMPAttr<'makePhoneCall'>;
|
|
62
|
+
export declare const multiLevelSelect: PickMPAttr<'multiLevelSelect'>;
|
|
63
|
+
export declare const navigateBack: PickMPAttr<'navigateBack'>;
|
|
64
|
+
export declare const navigateBackMiniProgram: PickMPAttr<'navigateBackMiniProgram'>;
|
|
65
|
+
export declare const navigateTo: PickMPAttr<'navigateTo'>;
|
|
66
|
+
export declare const navigateToBizScene: PickMPAttr<'navigateToBizScene'>;
|
|
67
|
+
export declare const navigateToMiniProgram: PickMPAttr<'navigateToMiniProgram'>;
|
|
68
|
+
export declare const notifyBLECharacteristicValueChange: PickMPAttr<'notifyBLECharacteristicValueChange'>;
|
|
69
|
+
export declare const offAccelerometerChange: PickMPAttr<'offAccelerometerChange'>;
|
|
70
|
+
export declare const offBLECharacteristicValueChange: PickMPAttr<'offBLECharacteristicValueChange'>;
|
|
71
|
+
export declare const offBLEConnectionStateChanged: PickMPAttr<'offBLEConnectionStateChanged'>;
|
|
72
|
+
export declare const offBluetoothAdapterStateChange: PickMPAttr<'offBluetoothAdapterStateChange'>;
|
|
73
|
+
export declare const offBluetoothDeviceFound: PickMPAttr<'offBluetoothDeviceFound'>;
|
|
74
|
+
export declare const offCompassChange: PickMPAttr<'offCompassChange'>;
|
|
75
|
+
export declare const offMemoryWarning: PickMPAttr<'offMemoryWarning'>;
|
|
76
|
+
export declare const offSocketClose: PickMPAttr<'offSocketClose'>;
|
|
77
|
+
export declare const offSocketError: PickMPAttr<'offSocketError'>;
|
|
78
|
+
export declare const offSocketMessage: PickMPAttr<'offSocketMessage'>;
|
|
79
|
+
export declare const offSocketOpen: PickMPAttr<'offSocketOpen'>;
|
|
80
|
+
export declare const offUserCaptureScreen: PickMPAttr<'offUserCaptureScreen'>;
|
|
81
|
+
export declare const onAccelerometerChange: PickMPAttr<'onAccelerometerChange'>;
|
|
82
|
+
export declare const onBLECharacteristicValueChange: PickMPAttr<'onBLECharacteristicValueChange'>;
|
|
83
|
+
export declare const onBLEConnectionStateChanged: PickMPAttr<'onBLEConnectionStateChanged'>;
|
|
84
|
+
export declare const onBluetoothAdapterStateChange: PickMPAttr<'onBluetoothAdapterStateChange'>;
|
|
85
|
+
export declare const onBluetoothDeviceFound: PickMPAttr<'onBluetoothDeviceFound'>;
|
|
86
|
+
export declare const onCompassChange: PickMPAttr<'onCompassChange'>;
|
|
87
|
+
export declare const onMemoryWarning: PickMPAttr<'onMemoryWarning'>;
|
|
88
|
+
export declare const onSocketClose: PickMPAttr<'onSocketClose'>;
|
|
89
|
+
export declare const onSocketError: PickMPAttr<'onSocketError'>;
|
|
90
|
+
export declare const onSocketMessage: PickMPAttr<'onSocketMessage'>;
|
|
91
|
+
export declare const onSocketOpen: PickMPAttr<'onSocketOpen'>;
|
|
92
|
+
export declare const onUserCaptureScreen: PickMPAttr<'onUserCaptureScreen'>;
|
|
93
|
+
export declare const openBluetoothAdapter: PickMPAttr<'openBluetoothAdapter'>;
|
|
94
|
+
export declare const openDocument: PickMPAttr<'openDocument'>;
|
|
95
|
+
export declare const openSchemeWithBacking: PickMPAttr<'openSchemeWithBacking'>;
|
|
96
|
+
export declare const openSetting: PickMPAttr<'openSetting'>;
|
|
97
|
+
export declare const pageScrollTo: PickMPAttr<'pageScrollTo'>;
|
|
98
|
+
export declare const paySignCenter: PickMPAttr<'paySignCenter'>;
|
|
99
|
+
export declare const previewImage: PickMPAttr<'previewImage'>;
|
|
100
|
+
export declare const prompt: PickMPAttr<'prompt'>;
|
|
101
|
+
export declare const readBLECharacteristicValue: PickMPAttr<'readBLECharacteristicValue'>;
|
|
102
|
+
export declare const redirectTo: PickMPAttr<'redirectTo'>;
|
|
103
|
+
export declare const regionFetchAllApps: PickMPAttr<'regionFetchAllApps'>;
|
|
104
|
+
export declare const regionSearchAppsByKeywords: PickMPAttr<'regionSearchAppsByKeywords'>;
|
|
105
|
+
export declare const reLaunch: PickMPAttr<'reLaunch'>;
|
|
106
|
+
export declare const removeSavedFile: PickMPAttr<'removeSavedFile'>;
|
|
107
|
+
export declare const removeStorage: PickMPAttr<'removeStorage'>;
|
|
108
|
+
export declare const removeStorageSync: PickMPAttr<'removeStorageSync'>;
|
|
109
|
+
export declare const request: PickMPAttr<'request'>;
|
|
110
|
+
export declare const rpc: PickMPAttr<'rpc'>;
|
|
111
|
+
export declare const saveFile: PickMPAttr<'saveFile'>;
|
|
112
|
+
export declare const saveImage: PickMPAttr<'saveImage'>;
|
|
113
|
+
export declare const scan: PickMPAttr<'scan'>;
|
|
114
|
+
export declare const sendSocketMessage: PickMPAttr<'sendSocketMessage'>;
|
|
115
|
+
export declare const setBackgroundColor: PickMPAttr<'setBackgroundColor'>;
|
|
116
|
+
export declare const setCanPullDown: PickMPAttr<'setCanPullDown'>;
|
|
117
|
+
export declare const setClipboard: PickMPAttr<'setClipboard'>;
|
|
118
|
+
export declare const setKeepScreenOn: PickMPAttr<'setKeepScreenOn'>;
|
|
119
|
+
export declare const setNavigationBar: PickMPAttr<'setNavigationBar'>;
|
|
120
|
+
export declare const setOptionMenu: PickMPAttr<'setOptionMenu'>;
|
|
121
|
+
export declare const setScreenBrightness: PickMPAttr<'setScreenBrightness'>;
|
|
122
|
+
export declare const setStorage: PickMPAttr<'setStorage'>;
|
|
123
|
+
export declare const setStorageSync: PickMPAttr<'setStorageSync'>;
|
|
124
|
+
export declare const setTabBarStyle: PickMPAttr<'setTabBarStyle'>;
|
|
125
|
+
export declare const showActionSheet: PickMPAttr<'showActionSheet'>;
|
|
126
|
+
export declare const showAuthGuide: PickMPAttr<'showAuthGuide'>;
|
|
127
|
+
export declare const showLoading: PickMPAttr<'showLoading'>;
|
|
128
|
+
export declare const showNavigationBarLoading: PickMPAttr<'showNavigationBarLoading'>;
|
|
129
|
+
export declare const showToast: PickMPAttr<'showToast'>;
|
|
130
|
+
export declare const signContract: PickMPAttr<'signContract'>;
|
|
131
|
+
export declare const startApp: PickMPAttr<'startApp'>;
|
|
132
|
+
export declare const startBizService: PickMPAttr<'startBizService'>;
|
|
133
|
+
export declare const startBluetoothDevicesDiscovery: PickMPAttr<'startBluetoothDevicesDiscovery'>;
|
|
134
|
+
export declare const startPullDownRefresh: PickMPAttr<'startPullDownRefresh'>;
|
|
135
|
+
export declare const stopBluetoothDevicesDiscovery: PickMPAttr<'stopBluetoothDevicesDiscovery'>;
|
|
136
|
+
export declare const stopPullDownRefresh: PickMPAttr<'stopPullDownRefresh'>;
|
|
137
|
+
export declare const switchTab: PickMPAttr<'switchTab'>;
|
|
138
|
+
export declare const thirdPartyAuthForAc: PickMPAttr<'thirdPartyAuthForAc'>;
|
|
139
|
+
export declare const tradePay: PickMPAttr<'tradePay'>;
|
|
140
|
+
export declare const uploadApdidToken: PickMPAttr<'uploadApdidToken'>;
|
|
141
|
+
export declare const uploadFile: PickMPAttr<'uploadFile'>;
|
|
142
|
+
export declare const vibrate: PickMPAttr<'vibrate'>;
|
|
143
|
+
export declare const watchShake: PickMPAttr<'watchShake'>;
|
|
144
|
+
export declare const writeBLECharacteristicValue: PickMPAttr<'writeBLECharacteristicValue'>;
|
|
145
|
+
export declare const getLaunchOptionsSync: PickMPAttr<'getLaunchOptionsSync'>;
|
|
146
|
+
export declare const createSelectorQuery: PickMPAttr<'createSelectorQuery'>;
|
|
147
|
+
export declare const canIUse: PickMPAttr<'canIUse'>;
|
|
148
|
+
export declare const getStorageInfo: PickMPAttr<'getStorageInfo'>;
|
|
149
|
+
export declare const getStorageInfoSync: PickMPAttr<'getStorageInfoSync'>;
|
|
150
|
+
export declare const showSharePanel: PickMPAttr<'showSharePanel'>;
|
|
151
|
+
export declare const postMessage: PickMPAttr<'postMessage'>;
|
|
152
|
+
export declare const onMessage: PickMPAttr<'onMessage'>;
|