hylid-bridge 3.2.4 → 3.3.0-alpha.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +484 -461
- package/canIUse.json +1 -1
- package/lib/bridges.d.ts +164 -11
- package/lib/bridges.js +781 -475
- package/lib/clients/mp/alipay/addPhoneContact.js +1 -1
- package/lib/clients/mp/alipay/alert.js +1 -1
- package/lib/clients/mp/alipay/canIUse.js +1 -1
- package/lib/clients/mp/alipay/chooseImage.js +1 -1
- package/lib/clients/mp/alipay/choosePhoneContact.js +1 -1
- package/lib/clients/mp/alipay/clearStorage.js +1 -1
- package/lib/clients/mp/alipay/clearStorageSync.js +1 -1
- package/lib/clients/mp/alipay/closeBluetoothAdapter.js +1 -1
- package/lib/clients/mp/alipay/closeSocket.js +1 -1
- package/lib/clients/mp/alipay/confirm.js +1 -1
- package/lib/clients/mp/alipay/connectBLEDevice.js +1 -1
- package/lib/clients/mp/alipay/connectSocket.js +1 -1
- package/lib/clients/mp/alipay/createAnimation.js +1 -1
- package/lib/clients/mp/alipay/createSelectorQuery.js +1 -1
- package/lib/clients/mp/alipay/createWebViewContext.js +1 -1
- package/lib/clients/mp/alipay/crossPay.js +1 -1
- package/lib/clients/mp/alipay/datePicker.js +1 -1
- package/lib/clients/mp/alipay/disconnectBLEDevice.js +1 -1
- package/lib/clients/mp/alipay/downloadFile.js +1 -1
- package/lib/clients/mp/alipay/getAppIdSync.js +1 -1
- package/lib/clients/mp/alipay/getAuthCode.js +1 -1
- package/lib/clients/mp/alipay/getBLEDeviceCharacteristics.js +1 -1
- package/lib/clients/mp/alipay/getBLEDeviceServices.js +1 -1
- package/lib/clients/mp/alipay/getBatteryInfo.js +1 -1
- package/lib/clients/mp/alipay/getBluetoothAdapterState.js +1 -1
- package/lib/clients/mp/alipay/getBluetoothDevices.js +1 -1
- package/lib/clients/mp/alipay/getClipboard.js +1 -1
- package/lib/clients/mp/alipay/getConnectedBluetoothDevices.js +1 -1
- package/lib/clients/mp/alipay/getFileInfo.js +1 -1
- package/lib/clients/mp/alipay/getImageInfo.js +1 -1
- package/lib/clients/mp/alipay/getLaunchOptionsSync.js +1 -1
- package/lib/clients/mp/alipay/getLocation.js +1 -1
- package/lib/clients/mp/alipay/getNetworkType.js +1 -1
- package/lib/clients/mp/alipay/getOpenUserInfo.js +1 -1
- package/lib/clients/mp/alipay/getSavedFileInfo.js +1 -1
- package/lib/clients/mp/alipay/getSavedFileList.js +1 -1
- package/lib/clients/mp/alipay/getScreenBrightness.js +1 -1
- package/lib/clients/mp/alipay/getServerTime.js +1 -1
- package/lib/clients/mp/alipay/getSetting.js +1 -1
- package/lib/clients/mp/alipay/getSiteInfo.js +1 -1
- package/lib/clients/mp/alipay/getStorage.js +1 -1
- package/lib/clients/mp/alipay/getStorageInfoSync.js +1 -1
- package/lib/clients/mp/alipay/getStorageSync.js +1 -1
- package/lib/clients/mp/alipay/getSystemInfo.js +1 -1
- package/lib/clients/mp/alipay/getSystemInfoSync.js +2 -1
- package/lib/clients/mp/alipay/hideBackHome.js +1 -1
- package/lib/clients/mp/alipay/hideKeyboard.js +1 -1
- package/lib/clients/mp/alipay/hideLoading.js +1 -1
- package/lib/clients/mp/alipay/hideNavigationBarLoading.js +1 -1
- package/lib/clients/mp/alipay/hideTabBar.js +1 -1
- package/lib/clients/mp/alipay/hideToast.js +1 -1
- package/lib/clients/mp/alipay/index.d.ts +11 -3
- package/lib/clients/mp/alipay/index.js +128 -126
- package/lib/clients/mp/alipay/makePhoneCall.js +1 -1
- package/lib/clients/mp/alipay/multiLevelSelect.js +1 -1
- package/lib/clients/mp/alipay/navigateBack.js +1 -1
- package/lib/clients/mp/alipay/navigateBackMiniProgram.js +1 -1
- package/lib/clients/mp/alipay/navigateTo.js +1 -1
- package/lib/clients/mp/alipay/navigateToMiniProgram.js +1 -1
- package/lib/clients/mp/alipay/notifyBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp/alipay/offAccelerometerChange.js +1 -1
- package/lib/clients/mp/alipay/offBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp/alipay/offBLEConnectionStateChanged.js +1 -1
- package/lib/clients/mp/alipay/offBluetoothAdapterStateChange.js +1 -1
- package/lib/clients/mp/alipay/offBluetoothDeviceFound.js +1 -1
- package/lib/clients/mp/alipay/offCompassChange.js +1 -1
- package/lib/clients/mp/alipay/offMemoryWarning.js +1 -1
- package/lib/clients/mp/alipay/offSocketClose.js +1 -1
- package/lib/clients/mp/alipay/offSocketError.js +1 -1
- package/lib/clients/mp/alipay/offSocketMessage.js +1 -1
- package/lib/clients/mp/alipay/offSocketOpen.js +1 -1
- package/lib/clients/mp/alipay/offUserCaptureScreen.js +1 -1
- package/lib/clients/mp/alipay/onAccelerometerChange.js +1 -1
- package/lib/clients/mp/alipay/onBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp/alipay/onBLEConnectionStateChanged.js +1 -1
- package/lib/clients/mp/alipay/onBluetoothAdapterStateChange.js +1 -1
- package/lib/clients/mp/alipay/onBluetoothDeviceFound.js +1 -1
- package/lib/clients/mp/alipay/onCompassChange.js +1 -1
- package/lib/clients/mp/alipay/onMemoryWarning.js +1 -1
- package/lib/clients/mp/alipay/onSocketClose.js +1 -1
- package/lib/clients/mp/alipay/onSocketError.js +1 -1
- package/lib/clients/mp/alipay/onSocketMessage.js +1 -1
- package/lib/clients/mp/alipay/onSocketOpen.js +1 -1
- package/lib/clients/mp/alipay/onUserCaptureScreen.js +1 -1
- package/lib/clients/mp/alipay/openBluetoothAdapter.js +1 -1
- package/lib/clients/mp/alipay/openDocument.js +1 -1
- package/lib/clients/mp/alipay/openSetting.js +1 -1
- package/lib/clients/mp/alipay/pageScrollTo.js +1 -1
- package/lib/clients/mp/alipay/previewImage.js +1 -1
- package/lib/clients/mp/alipay/prompt.js +1 -1
- package/lib/clients/mp/alipay/reLaunch.js +1 -1
- package/lib/clients/mp/alipay/readBLECharacteristicValue.js +1 -1
- package/lib/clients/mp/alipay/redirectTo.js +1 -1
- package/lib/clients/mp/alipay/removeSavedFile.js +1 -1
- package/lib/clients/mp/alipay/removeStorage.js +1 -1
- package/lib/clients/mp/alipay/removeStorageSync.js +1 -1
- package/lib/clients/mp/alipay/request.js +1 -1
- package/lib/clients/mp/alipay/rpc.js +1 -1
- package/lib/clients/mp/alipay/saveFile.js +1 -1
- package/lib/clients/mp/alipay/saveImage.js +1 -1
- package/lib/clients/mp/alipay/scan.js +1 -1
- package/lib/clients/mp/alipay/sendSocketMessage.js +1 -1
- package/lib/clients/mp/alipay/setBackgroundColor.js +1 -1
- package/lib/clients/mp/alipay/setCanPullDown.js +1 -1
- package/lib/clients/mp/alipay/setClipboard.js +1 -1
- package/lib/clients/mp/alipay/setKeepScreenOn.js +1 -1
- package/lib/clients/mp/alipay/setNavigationBar.js +1 -1
- package/lib/clients/mp/alipay/setScreenBrightness.js +1 -1
- package/lib/clients/mp/alipay/setStorage.js +1 -1
- package/lib/clients/mp/alipay/setStorageSync.js +1 -1
- package/lib/clients/mp/alipay/setTabBarStyle.js +1 -1
- package/lib/clients/mp/alipay/showActionSheet.js +1 -1
- package/lib/clients/mp/alipay/showAuthGuide.js +1 -1
- package/lib/clients/mp/alipay/showLoading.js +1 -1
- package/lib/clients/mp/alipay/showNavigationBarLoading.js +1 -1
- package/lib/clients/mp/alipay/showSharePanel.js +1 -1
- package/lib/clients/mp/alipay/showToast.js +1 -1
- package/lib/clients/mp/alipay/signContract.js +1 -1
- package/lib/clients/mp/alipay/startBluetoothDevicesDiscovery.js +1 -1
- package/lib/clients/mp/alipay/startPullDownRefresh.js +1 -1
- package/lib/clients/mp/alipay/stopBluetoothDevicesDiscovery.js +1 -1
- package/lib/clients/mp/alipay/stopPullDownRefresh.js +1 -1
- package/lib/clients/mp/alipay/switchTab.js +1 -1
- package/lib/clients/mp/alipay/tradePay.d.ts +2 -3
- package/lib/clients/mp/alipay/tradePay.js +3 -20
- package/lib/clients/mp/alipay/uploadFile.js +1 -1
- package/lib/clients/mp/alipay/vibrate.js +1 -1
- package/lib/clients/mp/alipay/watchShake.js +1 -1
- package/lib/clients/mp/alipay/writeBLECharacteristicValue.js +1 -1
- package/lib/clients/mp/alipayhk/addPhoneContact.js +1 -1
- package/lib/clients/mp/alipayhk/alert.js +1 -1
- package/lib/clients/mp/alipayhk/canIUse.js +1 -1
- package/lib/clients/mp/alipayhk/chooseImage.js +1 -1
- package/lib/clients/mp/alipayhk/choosePhoneContact.js +1 -1
- package/lib/clients/mp/alipayhk/clearStorage.js +1 -1
- package/lib/clients/mp/alipayhk/clearStorageSync.js +1 -1
- package/lib/clients/mp/alipayhk/closeBluetoothAdapter.js +1 -1
- package/lib/clients/mp/alipayhk/closeSocket.js +1 -1
- package/lib/clients/mp/alipayhk/confirm.js +1 -1
- package/lib/clients/mp/alipayhk/connectBLEDevice.js +1 -1
- package/lib/clients/mp/alipayhk/connectSocket.js +1 -1
- package/lib/clients/mp/alipayhk/createAnimation.js +1 -1
- package/lib/clients/mp/alipayhk/createSelectorQuery.js +1 -1
- package/lib/clients/mp/alipayhk/createWebViewContext.js +1 -1
- package/lib/clients/mp/alipayhk/datePicker.js +1 -1
- package/lib/clients/mp/alipayhk/disconnectBLEDevice.js +1 -1
- package/lib/clients/mp/alipayhk/downloadFile.js +1 -1
- package/lib/clients/mp/alipayhk/getAppIdSync.js +1 -1
- package/lib/clients/mp/alipayhk/getAuthCode.js +1 -1
- package/lib/clients/mp/alipayhk/getBLEDeviceCharacteristics.js +1 -1
- package/lib/clients/mp/alipayhk/getBLEDeviceServices.js +1 -1
- package/lib/clients/mp/alipayhk/getBatteryInfo.js +1 -1
- package/lib/clients/mp/alipayhk/getBluetoothAdapterState.js +1 -1
- package/lib/clients/mp/alipayhk/getBluetoothDevices.js +1 -1
- package/lib/clients/mp/alipayhk/getClipboard.js +1 -1
- package/lib/clients/mp/alipayhk/getConnectedBluetoothDevices.js +1 -1
- package/lib/clients/mp/alipayhk/getFileInfo.js +1 -1
- package/lib/clients/mp/alipayhk/getImageInfo.js +1 -1
- package/lib/clients/mp/alipayhk/getLocation.js +1 -1
- package/lib/clients/mp/alipayhk/getNetworkType.js +1 -1
- package/lib/clients/mp/alipayhk/getOpenUserInfo.js +1 -1
- package/lib/clients/mp/alipayhk/getSavedFileInfo.js +1 -1
- package/lib/clients/mp/alipayhk/getSavedFileList.js +1 -1
- package/lib/clients/mp/alipayhk/getScreenBrightness.js +1 -1
- package/lib/clients/mp/alipayhk/getServerTime.js +1 -1
- package/lib/clients/mp/alipayhk/getSetting.js +1 -1
- package/lib/clients/mp/alipayhk/getSiteInfo.js +1 -1
- package/lib/clients/mp/alipayhk/getStorage.js +1 -1
- package/lib/clients/mp/alipayhk/getStorageSync.js +1 -1
- package/lib/clients/mp/alipayhk/getSystemInfo.js +1 -1
- package/lib/clients/mp/alipayhk/getSystemInfoSync.d.ts +2 -0
- package/lib/clients/mp/alipayhk/getSystemInfoSync.js +3 -0
- package/lib/clients/mp/alipayhk/hideBackHome.js +1 -1
- package/lib/clients/mp/alipayhk/hideKeyboard.js +1 -1
- package/lib/clients/mp/alipayhk/hideLoading.js +1 -1
- package/lib/clients/mp/alipayhk/hideNavigationBarLoading.js +1 -1
- package/lib/clients/mp/alipayhk/hideTabBar.js +1 -1
- package/lib/clients/mp/alipayhk/hideToast.js +1 -1
- package/lib/clients/mp/alipayhk/index.d.ts +7 -2
- package/lib/clients/mp/alipayhk/index.js +124 -122
- package/lib/clients/mp/alipayhk/makePhoneCall.js +1 -1
- package/lib/clients/mp/alipayhk/multiLevelSelect.js +1 -1
- package/lib/clients/mp/alipayhk/navigateBack.js +1 -1
- package/lib/clients/mp/alipayhk/navigateBackMiniProgram.js +1 -1
- package/lib/clients/mp/alipayhk/navigateTo.js +1 -1
- package/lib/clients/mp/alipayhk/navigateToMiniProgram.js +1 -1
- package/lib/clients/mp/alipayhk/notifyBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp/alipayhk/offAccelerometerChange.js +1 -1
- package/lib/clients/mp/alipayhk/offBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp/alipayhk/offBLEConnectionStateChanged.js +1 -1
- package/lib/clients/mp/alipayhk/offBluetoothAdapterStateChange.js +1 -1
- package/lib/clients/mp/alipayhk/offBluetoothDeviceFound.js +1 -1
- package/lib/clients/mp/alipayhk/offCompassChange.js +1 -1
- package/lib/clients/mp/alipayhk/offMemoryWarning.js +1 -1
- package/lib/clients/mp/alipayhk/offSocketClose.js +1 -1
- package/lib/clients/mp/alipayhk/offSocketError.js +1 -1
- package/lib/clients/mp/alipayhk/offSocketMessage.js +1 -1
- package/lib/clients/mp/alipayhk/offSocketOpen.js +1 -1
- package/lib/clients/mp/alipayhk/offUserCaptureScreen.js +1 -1
- package/lib/clients/mp/alipayhk/onAccelerometerChange.js +1 -1
- package/lib/clients/mp/alipayhk/onBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp/alipayhk/onBLEConnectionStateChanged.js +1 -1
- package/lib/clients/mp/alipayhk/onBluetoothAdapterStateChange.js +1 -1
- package/lib/clients/mp/alipayhk/onBluetoothDeviceFound.js +1 -1
- package/lib/clients/mp/alipayhk/onCompassChange.js +1 -1
- package/lib/clients/mp/alipayhk/onMemoryWarning.js +1 -1
- package/lib/clients/mp/alipayhk/onSocketClose.js +1 -1
- package/lib/clients/mp/alipayhk/onSocketError.js +1 -1
- package/lib/clients/mp/alipayhk/onSocketMessage.js +1 -1
- package/lib/clients/mp/alipayhk/onSocketOpen.js +1 -1
- package/lib/clients/mp/alipayhk/onUserCaptureScreen.js +1 -1
- package/lib/clients/mp/alipayhk/openBluetoothAdapter.js +1 -1
- package/lib/clients/mp/alipayhk/openDocument.js +1 -1
- package/lib/clients/mp/alipayhk/openSetting.js +1 -1
- package/lib/clients/mp/alipayhk/pageScrollTo.js +1 -1
- package/lib/clients/mp/alipayhk/previewImage.js +1 -1
- package/lib/clients/mp/alipayhk/prompt.js +1 -1
- package/lib/clients/mp/alipayhk/reLaunch.js +1 -1
- package/lib/clients/mp/alipayhk/readBLECharacteristicValue.js +1 -1
- package/lib/clients/mp/alipayhk/redirectTo.js +1 -1
- package/lib/clients/mp/alipayhk/removeSavedFile.js +1 -1
- package/lib/clients/mp/alipayhk/removeStorage.js +1 -1
- package/lib/clients/mp/alipayhk/removeStorageSync.js +1 -1
- package/lib/clients/mp/alipayhk/request.js +1 -1
- package/lib/clients/mp/alipayhk/saveFile.js +1 -1
- package/lib/clients/mp/alipayhk/saveImage.js +1 -1
- package/lib/clients/mp/alipayhk/scan.js +1 -1
- package/lib/clients/mp/alipayhk/sendSocketMessage.js +1 -1
- package/lib/clients/mp/alipayhk/setBackgroundColor.js +1 -1
- package/lib/clients/mp/alipayhk/setCanPullDown.js +1 -1
- package/lib/clients/mp/alipayhk/setClipboard.js +1 -1
- package/lib/clients/mp/alipayhk/setKeepScreenOn.js +1 -1
- package/lib/clients/mp/alipayhk/setNavigationBar.js +1 -1
- package/lib/clients/mp/alipayhk/setScreenBrightness.js +1 -1
- package/lib/clients/mp/alipayhk/setStorage.js +1 -1
- package/lib/clients/mp/alipayhk/setStorageSync.js +1 -1
- package/lib/clients/mp/alipayhk/setTabBarStyle.js +1 -1
- package/lib/clients/mp/alipayhk/showActionSheet.js +1 -1
- package/lib/clients/mp/alipayhk/showAuthGuide.js +1 -1
- package/lib/clients/mp/alipayhk/showLoading.js +1 -1
- package/lib/clients/mp/alipayhk/showNavigationBarLoading.js +1 -1
- package/lib/clients/mp/alipayhk/showSharePanel.js +1 -1
- package/lib/clients/mp/alipayhk/showToast.js +1 -1
- package/lib/clients/mp/alipayhk/signContract.js +1 -1
- package/lib/clients/mp/alipayhk/startBluetoothDevicesDiscovery.js +1 -1
- package/lib/clients/mp/alipayhk/startPullDownRefresh.js +1 -1
- package/lib/clients/mp/alipayhk/stopBluetoothDevicesDiscovery.js +1 -1
- package/lib/clients/mp/alipayhk/stopPullDownRefresh.js +1 -1
- package/lib/clients/mp/alipayhk/switchTab.js +1 -1
- package/lib/clients/mp/alipayhk/tradePay.js +1 -1
- package/lib/clients/mp/alipayhk/uploadFile.js +1 -1
- package/lib/clients/mp/alipayhk/vibrate.js +1 -1
- package/lib/clients/mp/alipayhk/watchShake.js +1 -1
- package/lib/clients/mp/alipayhk/writeBLECharacteristicValue.js +1 -1
- package/lib/clients/mp/chope/addPhoneContact.js +1 -1
- package/lib/clients/mp/chope/alert.js +1 -1
- package/lib/clients/mp/chope/canIUse.js +1 -1
- package/lib/clients/mp/chope/chooseImage.js +1 -1
- package/lib/clients/mp/chope/choosePhoneContact.js +1 -1
- package/lib/clients/mp/chope/clearStorage.js +1 -1
- package/lib/clients/mp/chope/clearStorageSync.js +1 -1
- package/lib/clients/mp/chope/closeBluetoothAdapter.js +1 -1
- package/lib/clients/mp/chope/closeSocket.js +1 -1
- package/lib/clients/mp/chope/confirm.js +1 -1
- package/lib/clients/mp/chope/connectBLEDevice.js +1 -1
- package/lib/clients/mp/chope/connectSocket.js +1 -1
- package/lib/clients/mp/chope/createAnimation.js +1 -1
- package/lib/clients/mp/chope/createSelectorQuery.js +1 -1
- package/lib/clients/mp/chope/createWebViewContext.js +1 -1
- package/lib/clients/mp/chope/datePicker.js +1 -1
- package/lib/clients/mp/chope/disconnectBLEDevice.js +1 -1
- package/lib/clients/mp/chope/downloadFile.js +1 -1
- package/lib/clients/mp/chope/getAppIdSync.js +1 -1
- package/lib/clients/mp/chope/getAuthCode.js +1 -1
- package/lib/clients/mp/chope/getBLEDeviceCharacteristics.js +1 -1
- package/lib/clients/mp/chope/getBLEDeviceServices.js +1 -1
- package/lib/clients/mp/chope/getBatteryInfo.js +1 -1
- package/lib/clients/mp/chope/getBluetoothAdapterState.js +1 -1
- package/lib/clients/mp/chope/getBluetoothDevices.js +1 -1
- package/lib/clients/mp/chope/getClipboard.js +1 -1
- package/lib/clients/mp/chope/getConnectedBluetoothDevices.js +1 -1
- package/lib/clients/mp/chope/getFileInfo.js +1 -1
- package/lib/clients/mp/chope/getImageInfo.js +1 -1
- package/lib/clients/mp/chope/getLocation.js +1 -1
- package/lib/clients/mp/chope/getNetworkType.js +1 -1
- package/lib/clients/mp/chope/getOpenUserInfo.js +1 -1
- package/lib/clients/mp/chope/getSavedFileInfo.js +1 -1
- package/lib/clients/mp/chope/getSavedFileList.js +1 -1
- package/lib/clients/mp/chope/getScreenBrightness.js +1 -1
- package/lib/clients/mp/chope/getServerTime.js +1 -1
- package/lib/clients/mp/chope/getSetting.js +1 -1
- package/lib/clients/mp/chope/getSiteInfo.js +1 -1
- package/lib/clients/mp/chope/getStorage.js +1 -1
- package/lib/clients/mp/chope/getStorageSync.js +1 -1
- package/lib/clients/mp/chope/getSystemInfo.js +1 -1
- package/lib/clients/mp/chope/getSystemInfoSync.d.ts +2 -0
- package/lib/clients/mp/chope/getSystemInfoSync.js +3 -0
- package/lib/clients/mp/chope/hideBackHome.js +1 -1
- package/lib/clients/mp/chope/hideKeyboard.js +1 -1
- package/lib/clients/mp/chope/hideLoading.js +1 -1
- package/lib/clients/mp/chope/hideNavigationBarLoading.js +1 -1
- package/lib/clients/mp/chope/hideTabBar.js +1 -1
- package/lib/clients/mp/chope/hideToast.js +1 -1
- package/lib/clients/mp/chope/index.d.ts +7 -2
- package/lib/clients/mp/chope/index.js +124 -122
- package/lib/clients/mp/chope/makePhoneCall.js +1 -1
- package/lib/clients/mp/chope/multiLevelSelect.js +1 -1
- package/lib/clients/mp/chope/navigateBack.js +1 -1
- package/lib/clients/mp/chope/navigateBackMiniProgram.js +1 -1
- package/lib/clients/mp/chope/navigateTo.js +1 -1
- package/lib/clients/mp/chope/navigateToMiniProgram.js +1 -1
- package/lib/clients/mp/chope/notifyBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp/chope/offAccelerometerChange.js +1 -1
- package/lib/clients/mp/chope/offBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp/chope/offBLEConnectionStateChanged.js +1 -1
- package/lib/clients/mp/chope/offBluetoothAdapterStateChange.js +1 -1
- package/lib/clients/mp/chope/offBluetoothDeviceFound.js +1 -1
- package/lib/clients/mp/chope/offCompassChange.js +1 -1
- package/lib/clients/mp/chope/offMemoryWarning.js +1 -1
- package/lib/clients/mp/chope/offSocketClose.js +1 -1
- package/lib/clients/mp/chope/offSocketError.js +1 -1
- package/lib/clients/mp/chope/offSocketMessage.js +1 -1
- package/lib/clients/mp/chope/offSocketOpen.js +1 -1
- package/lib/clients/mp/chope/offUserCaptureScreen.js +1 -1
- package/lib/clients/mp/chope/onAccelerometerChange.js +1 -1
- package/lib/clients/mp/chope/onBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp/chope/onBLEConnectionStateChanged.js +1 -1
- package/lib/clients/mp/chope/onBluetoothAdapterStateChange.js +1 -1
- package/lib/clients/mp/chope/onBluetoothDeviceFound.js +1 -1
- package/lib/clients/mp/chope/onCompassChange.js +1 -1
- package/lib/clients/mp/chope/onMemoryWarning.js +1 -1
- package/lib/clients/mp/chope/onSocketClose.js +1 -1
- package/lib/clients/mp/chope/onSocketError.js +1 -1
- package/lib/clients/mp/chope/onSocketMessage.js +1 -1
- package/lib/clients/mp/chope/onSocketOpen.js +1 -1
- package/lib/clients/mp/chope/onUserCaptureScreen.js +1 -1
- package/lib/clients/mp/chope/openBluetoothAdapter.js +1 -1
- package/lib/clients/mp/chope/openDocument.js +1 -1
- package/lib/clients/mp/chope/openSetting.js +1 -1
- package/lib/clients/mp/chope/pageScrollTo.js +1 -1
- package/lib/clients/mp/chope/previewImage.js +1 -1
- package/lib/clients/mp/chope/prompt.js +1 -1
- package/lib/clients/mp/chope/reLaunch.js +1 -1
- package/lib/clients/mp/chope/readBLECharacteristicValue.js +1 -1
- package/lib/clients/mp/chope/redirectTo.js +1 -1
- package/lib/clients/mp/chope/removeSavedFile.js +1 -1
- package/lib/clients/mp/chope/removeStorage.js +1 -1
- package/lib/clients/mp/chope/removeStorageSync.js +1 -1
- package/lib/clients/mp/chope/request.js +1 -1
- package/lib/clients/mp/chope/saveFile.js +1 -1
- package/lib/clients/mp/chope/saveImage.js +1 -1
- package/lib/clients/mp/chope/scan.js +1 -1
- package/lib/clients/mp/chope/sendSocketMessage.js +1 -1
- package/lib/clients/mp/chope/setBackgroundColor.js +1 -1
- package/lib/clients/mp/chope/setCanPullDown.js +1 -1
- package/lib/clients/mp/chope/setClipboard.js +1 -1
- package/lib/clients/mp/chope/setKeepScreenOn.js +1 -1
- package/lib/clients/mp/chope/setNavigationBar.js +1 -1
- package/lib/clients/mp/chope/setScreenBrightness.js +1 -1
- package/lib/clients/mp/chope/setStorage.js +1 -1
- package/lib/clients/mp/chope/setStorageSync.js +1 -1
- package/lib/clients/mp/chope/setTabBarStyle.js +1 -1
- package/lib/clients/mp/chope/showActionSheet.js +1 -1
- package/lib/clients/mp/chope/showAuthGuide.js +1 -1
- package/lib/clients/mp/chope/showLoading.js +1 -1
- package/lib/clients/mp/chope/showNavigationBarLoading.js +1 -1
- package/lib/clients/mp/chope/showSharePanel.js +1 -1
- package/lib/clients/mp/chope/showToast.js +1 -1
- package/lib/clients/mp/chope/signContract.js +1 -1
- package/lib/clients/mp/chope/startBluetoothDevicesDiscovery.js +1 -1
- package/lib/clients/mp/chope/startPullDownRefresh.js +1 -1
- package/lib/clients/mp/chope/stopBluetoothDevicesDiscovery.js +1 -1
- package/lib/clients/mp/chope/stopPullDownRefresh.js +1 -1
- package/lib/clients/mp/chope/switchTab.js +1 -1
- package/lib/clients/mp/chope/tradePay.js +1 -1
- package/lib/clients/mp/chope/uploadFile.js +1 -1
- package/lib/clients/mp/chope/vibrate.js +1 -1
- package/lib/clients/mp/chope/watchShake.js +1 -1
- package/lib/clients/mp/chope/writeBLECharacteristicValue.js +1 -1
- package/lib/clients/mp/dana/addPhoneContact.js +1 -1
- package/lib/clients/mp/dana/alert.js +1 -1
- package/lib/clients/mp/dana/canIUse.js +1 -1
- package/lib/clients/mp/dana/chooseImage.js +1 -1
- package/lib/clients/mp/dana/choosePhoneContact.js +1 -1
- package/lib/clients/mp/dana/clearStorage.js +1 -1
- package/lib/clients/mp/dana/clearStorageSync.js +1 -1
- package/lib/clients/mp/dana/closeBluetoothAdapter.js +1 -1
- package/lib/clients/mp/dana/closeSocket.js +1 -1
- package/lib/clients/mp/dana/confirm.js +1 -1
- package/lib/clients/mp/dana/connectBLEDevice.js +1 -1
- package/lib/clients/mp/dana/connectSocket.js +1 -1
- package/lib/clients/mp/dana/createAnimation.js +1 -1
- package/lib/clients/mp/dana/createSelectorQuery.js +1 -1
- package/lib/clients/mp/dana/createWebViewContext.js +1 -1
- package/lib/clients/mp/dana/datePicker.js +1 -1
- package/lib/clients/mp/dana/disconnectBLEDevice.js +1 -1
- package/lib/clients/mp/dana/downloadFile.js +1 -1
- package/lib/clients/mp/dana/getAppIdSync.js +1 -1
- package/lib/clients/mp/dana/getAuthCode.js +1 -1
- package/lib/clients/mp/dana/getBLEDeviceCharacteristics.js +1 -1
- package/lib/clients/mp/dana/getBLEDeviceServices.js +1 -1
- package/lib/clients/mp/dana/getBatteryInfo.js +1 -1
- package/lib/clients/mp/dana/getBluetoothAdapterState.js +1 -1
- package/lib/clients/mp/dana/getBluetoothDevices.js +1 -1
- package/lib/clients/mp/dana/getClipboard.js +1 -1
- package/lib/clients/mp/dana/getConnectedBluetoothDevices.js +1 -1
- package/lib/clients/mp/dana/getFileInfo.js +1 -1
- package/lib/clients/mp/dana/getImageInfo.js +1 -1
- package/lib/clients/mp/dana/getLocation.js +1 -1
- package/lib/clients/mp/dana/getNetworkType.js +1 -1
- package/lib/clients/mp/dana/getOpenUserInfo.js +1 -1
- package/lib/clients/mp/dana/getSavedFileInfo.js +1 -1
- package/lib/clients/mp/dana/getSavedFileList.js +1 -1
- package/lib/clients/mp/dana/getScreenBrightness.js +1 -1
- package/lib/clients/mp/dana/getServerTime.js +1 -1
- package/lib/clients/mp/dana/getSetting.js +1 -1
- package/lib/clients/mp/dana/getSiteInfo.js +1 -1
- package/lib/clients/mp/dana/getStorage.js +1 -1
- package/lib/clients/mp/dana/getStorageSync.js +1 -1
- package/lib/clients/mp/dana/getSystemInfo.js +1 -1
- package/lib/clients/mp/dana/getSystemInfoSync.d.ts +2 -0
- package/lib/clients/mp/dana/getSystemInfoSync.js +3 -0
- package/lib/clients/mp/dana/hideBackHome.js +1 -1
- package/lib/clients/mp/dana/hideKeyboard.js +1 -1
- package/lib/clients/mp/dana/hideLoading.js +1 -1
- package/lib/clients/mp/dana/hideNavigationBarLoading.js +1 -1
- package/lib/clients/mp/dana/hideTabBar.js +1 -1
- package/lib/clients/mp/dana/hideToast.js +1 -1
- package/lib/clients/mp/dana/index.d.ts +7 -2
- package/lib/clients/mp/dana/index.js +124 -122
- package/lib/clients/mp/dana/makePhoneCall.js +1 -1
- package/lib/clients/mp/dana/multiLevelSelect.js +1 -1
- package/lib/clients/mp/dana/navigateBack.js +1 -1
- package/lib/clients/mp/dana/navigateBackMiniProgram.js +1 -1
- package/lib/clients/mp/dana/navigateTo.js +1 -1
- package/lib/clients/mp/dana/navigateToMiniProgram.js +1 -1
- package/lib/clients/mp/dana/notifyBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp/dana/offAccelerometerChange.js +1 -1
- package/lib/clients/mp/dana/offBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp/dana/offBLEConnectionStateChanged.js +1 -1
- package/lib/clients/mp/dana/offBluetoothAdapterStateChange.js +1 -1
- package/lib/clients/mp/dana/offBluetoothDeviceFound.js +1 -1
- package/lib/clients/mp/dana/offCompassChange.js +1 -1
- package/lib/clients/mp/dana/offMemoryWarning.js +1 -1
- package/lib/clients/mp/dana/offSocketClose.js +1 -1
- package/lib/clients/mp/dana/offSocketError.js +1 -1
- package/lib/clients/mp/dana/offSocketMessage.js +1 -1
- package/lib/clients/mp/dana/offSocketOpen.js +1 -1
- package/lib/clients/mp/dana/offUserCaptureScreen.js +1 -1
- package/lib/clients/mp/dana/onAccelerometerChange.js +1 -1
- package/lib/clients/mp/dana/onBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp/dana/onBLEConnectionStateChanged.js +1 -1
- package/lib/clients/mp/dana/onBluetoothAdapterStateChange.js +1 -1
- package/lib/clients/mp/dana/onBluetoothDeviceFound.js +1 -1
- package/lib/clients/mp/dana/onCompassChange.js +1 -1
- package/lib/clients/mp/dana/onMemoryWarning.js +1 -1
- package/lib/clients/mp/dana/onSocketClose.js +1 -1
- package/lib/clients/mp/dana/onSocketError.js +1 -1
- package/lib/clients/mp/dana/onSocketMessage.js +1 -1
- package/lib/clients/mp/dana/onSocketOpen.js +1 -1
- package/lib/clients/mp/dana/onUserCaptureScreen.js +1 -1
- package/lib/clients/mp/dana/openBluetoothAdapter.js +1 -1
- package/lib/clients/mp/dana/openDocument.js +1 -1
- package/lib/clients/mp/dana/openSetting.js +1 -1
- package/lib/clients/mp/dana/pageScrollTo.js +1 -1
- package/lib/clients/mp/dana/previewImage.js +1 -1
- package/lib/clients/mp/dana/prompt.js +1 -1
- package/lib/clients/mp/dana/reLaunch.js +1 -1
- package/lib/clients/mp/dana/readBLECharacteristicValue.js +1 -1
- package/lib/clients/mp/dana/redirectTo.js +1 -1
- package/lib/clients/mp/dana/removeSavedFile.js +1 -1
- package/lib/clients/mp/dana/removeStorage.js +1 -1
- package/lib/clients/mp/dana/removeStorageSync.js +1 -1
- package/lib/clients/mp/dana/request.js +1 -1
- package/lib/clients/mp/dana/saveFile.js +1 -1
- package/lib/clients/mp/dana/saveImage.js +1 -1
- package/lib/clients/mp/dana/scan.js +1 -1
- package/lib/clients/mp/dana/sendSocketMessage.js +1 -1
- package/lib/clients/mp/dana/setBackgroundColor.js +1 -1
- package/lib/clients/mp/dana/setCanPullDown.js +1 -1
- package/lib/clients/mp/dana/setClipboard.js +1 -1
- package/lib/clients/mp/dana/setKeepScreenOn.js +1 -1
- package/lib/clients/mp/dana/setNavigationBar.js +1 -1
- package/lib/clients/mp/dana/setScreenBrightness.js +1 -1
- package/lib/clients/mp/dana/setStorage.js +1 -1
- package/lib/clients/mp/dana/setStorageSync.js +1 -1
- package/lib/clients/mp/dana/setTabBarStyle.js +1 -1
- package/lib/clients/mp/dana/showActionSheet.js +1 -1
- package/lib/clients/mp/dana/showAuthGuide.js +1 -1
- package/lib/clients/mp/dana/showLoading.js +1 -1
- package/lib/clients/mp/dana/showNavigationBarLoading.js +1 -1
- package/lib/clients/mp/dana/showSharePanel.js +1 -1
- package/lib/clients/mp/dana/showToast.js +1 -1
- package/lib/clients/mp/dana/signContract.js +1 -1
- package/lib/clients/mp/dana/startBluetoothDevicesDiscovery.js +1 -1
- package/lib/clients/mp/dana/startPullDownRefresh.js +1 -1
- package/lib/clients/mp/dana/stopBluetoothDevicesDiscovery.js +1 -1
- package/lib/clients/mp/dana/stopPullDownRefresh.js +1 -1
- package/lib/clients/mp/dana/switchTab.js +1 -1
- package/lib/clients/mp/dana/tradePay.js +1 -1
- package/lib/clients/mp/dana/uploadFile.js +1 -1
- package/lib/clients/mp/dana/vibrate.js +1 -1
- package/lib/clients/mp/dana/watchShake.js +1 -1
- package/lib/clients/mp/dana/writeBLECharacteristicValue.js +1 -1
- package/lib/clients/mp/demo/APRegionRPC.js +1 -1
- package/lib/clients/mp/demo/addFatigueAction.js +1 -1
- package/lib/clients/mp/demo/addPhoneContact.js +1 -1
- package/lib/clients/mp/demo/alert.js +1 -1
- package/lib/clients/mp/demo/apDisableJSAPI.js +1 -1
- package/lib/clients/mp/demo/appxrpc.js +1 -1
- package/lib/clients/mp/demo/batchQueryCdpSpaceInfo.js +1 -1
- package/lib/clients/mp/demo/canIUse.js +1 -1
- package/lib/clients/mp/demo/chooseImage.js +1 -1
- package/lib/clients/mp/demo/choosePhoneContact.js +1 -1
- package/lib/clients/mp/demo/clearStorage.js +1 -1
- package/lib/clients/mp/demo/clearStorageSync.js +1 -1
- package/lib/clients/mp/demo/closeBluetoothAdapter.js +1 -1
- package/lib/clients/mp/demo/closeSocket.js +1 -1
- package/lib/clients/mp/demo/confirm.js +1 -1
- package/lib/clients/mp/demo/connectBLEDevice.js +1 -1
- package/lib/clients/mp/demo/connectSocket.js +1 -1
- package/lib/clients/mp/demo/createAnimation.js +1 -1
- package/lib/clients/mp/demo/createSelectorQuery.js +1 -1
- package/lib/clients/mp/demo/createWebViewContext.js +1 -1
- package/lib/clients/mp/demo/datePicker.js +1 -1
- package/lib/clients/mp/demo/disconnectBLEDevice.js +1 -1
- package/lib/clients/mp/demo/downloadFile.js +1 -1
- package/lib/clients/mp/demo/exitApp.js +1 -1
- package/lib/clients/mp/demo/getAppIdSync.js +1 -1
- package/lib/clients/mp/demo/getAppToken.js +1 -1
- package/lib/clients/mp/demo/getAuthCode.js +1 -1
- package/lib/clients/mp/demo/getBLEDeviceCharacteristics.js +1 -1
- package/lib/clients/mp/demo/getBLEDeviceServices.js +1 -1
- package/lib/clients/mp/demo/getBatteryInfo.js +1 -1
- package/lib/clients/mp/demo/getBluetoothAdapterState.js +1 -1
- package/lib/clients/mp/demo/getBluetoothDevices.js +1 -1
- package/lib/clients/mp/demo/getClipboard.js +1 -1
- package/lib/clients/mp/demo/getComponentAuth.js +1 -1
- package/lib/clients/mp/demo/getConnectedBluetoothDevices.js +1 -1
- package/lib/clients/mp/demo/getFileInfo.js +1 -1
- package/lib/clients/mp/demo/getImageInfo.js +1 -1
- package/lib/clients/mp/demo/getLocation.js +1 -1
- package/lib/clients/mp/demo/getNetworkType.js +1 -1
- package/lib/clients/mp/demo/getOpenUserInfo.js +1 -1
- package/lib/clients/mp/demo/getPaymentCode.js +1 -1
- package/lib/clients/mp/demo/getPhoneNumber.js +1 -1
- package/lib/clients/mp/demo/getSavedFileInfo.js +1 -1
- package/lib/clients/mp/demo/getSavedFileList.js +1 -1
- package/lib/clients/mp/demo/getScreenBrightness.js +1 -1
- package/lib/clients/mp/demo/getServerTime.js +1 -1
- package/lib/clients/mp/demo/getSetting.js +1 -1
- package/lib/clients/mp/demo/getSiteInfo.js +1 -1
- package/lib/clients/mp/demo/getStorage.js +1 -1
- package/lib/clients/mp/demo/getStorageInfo.js +1 -1
- package/lib/clients/mp/demo/getStorageInfoSync.js +1 -1
- package/lib/clients/mp/demo/getStorageSync.js +1 -1
- package/lib/clients/mp/demo/getSystemInfo.js +1 -1
- package/lib/clients/mp/demo/getSystemInfoSync.js +1 -1
- package/lib/clients/mp/demo/hideBackHome.js +1 -1
- package/lib/clients/mp/demo/hideKeyboard.js +1 -1
- package/lib/clients/mp/demo/hideLoading.js +1 -1
- package/lib/clients/mp/demo/hideNavigationBarLoading.js +1 -1
- package/lib/clients/mp/demo/hideOptionButton.js +1 -1
- package/lib/clients/mp/demo/hideTabBar.js +1 -1
- package/lib/clients/mp/demo/hideToast.js +1 -1
- package/lib/clients/mp/demo/index.d.ts +8 -2
- package/lib/clients/mp/demo/index.js +148 -148
- package/lib/clients/mp/demo/inquireQuote.js +1 -1
- package/lib/clients/mp/demo/isInstalledApp.js +1 -1
- package/lib/clients/mp/demo/makePhoneCall.js +1 -1
- package/lib/clients/mp/demo/multiLevelSelect.js +1 -1
- package/lib/clients/mp/demo/navigateBack.js +1 -1
- package/lib/clients/mp/demo/navigateBackMiniProgram.js +1 -1
- package/lib/clients/mp/demo/navigateTo.js +1 -1
- package/lib/clients/mp/demo/navigateToBizScene.js +1 -1
- package/lib/clients/mp/demo/navigateToMiniProgram.js +1 -1
- package/lib/clients/mp/demo/notifyBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp/demo/offAccelerometerChange.js +1 -1
- package/lib/clients/mp/demo/offBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp/demo/offBLEConnectionStateChanged.js +1 -1
- package/lib/clients/mp/demo/offBluetoothAdapterStateChange.js +1 -1
- package/lib/clients/mp/demo/offBluetoothDeviceFound.js +1 -1
- package/lib/clients/mp/demo/offCompassChange.js +1 -1
- package/lib/clients/mp/demo/offMemoryWarning.js +1 -1
- package/lib/clients/mp/demo/offSocketClose.js +1 -1
- package/lib/clients/mp/demo/offSocketError.js +1 -1
- package/lib/clients/mp/demo/offSocketMessage.js +1 -1
- package/lib/clients/mp/demo/offSocketOpen.js +1 -1
- package/lib/clients/mp/demo/offUserCaptureScreen.js +1 -1
- package/lib/clients/mp/demo/onAccelerometerChange.js +1 -1
- package/lib/clients/mp/demo/onBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp/demo/onBLEConnectionStateChanged.js +1 -1
- package/lib/clients/mp/demo/onBluetoothAdapterStateChange.js +1 -1
- package/lib/clients/mp/demo/onBluetoothDeviceFound.js +1 -1
- package/lib/clients/mp/demo/onCompassChange.js +1 -1
- package/lib/clients/mp/demo/onMemoryWarning.js +1 -1
- package/lib/clients/mp/demo/onSocketClose.js +1 -1
- package/lib/clients/mp/demo/onSocketError.js +1 -1
- package/lib/clients/mp/demo/onSocketMessage.js +1 -1
- package/lib/clients/mp/demo/onSocketOpen.js +1 -1
- package/lib/clients/mp/demo/onUserCaptureScreen.js +1 -1
- package/lib/clients/mp/demo/openBluetoothAdapter.js +1 -1
- package/lib/clients/mp/demo/openDocument.js +1 -1
- package/lib/clients/mp/demo/openSchemeWithBacking.js +1 -1
- package/lib/clients/mp/demo/openSetting.js +1 -1
- package/lib/clients/mp/demo/pageScrollTo.js +1 -1
- package/lib/clients/mp/demo/paySignCenter.js +1 -1
- package/lib/clients/mp/demo/previewImage.js +1 -1
- package/lib/clients/mp/demo/prompt.js +1 -1
- package/lib/clients/mp/demo/reLaunch.js +1 -1
- package/lib/clients/mp/demo/readBLECharacteristicValue.js +1 -1
- package/lib/clients/mp/demo/redirectTo.js +1 -1
- package/lib/clients/mp/demo/regionFetchAllApps.js +1 -1
- package/lib/clients/mp/demo/regionSearchAppsByKeywords.js +1 -1
- package/lib/clients/mp/demo/removeSavedFile.js +1 -1
- package/lib/clients/mp/demo/removeStorage.js +1 -1
- package/lib/clients/mp/demo/removeStorageSync.js +1 -1
- package/lib/clients/mp/demo/request.js +1 -1
- package/lib/clients/mp/demo/rpc.js +1 -1
- package/lib/clients/mp/demo/saveFile.js +1 -1
- package/lib/clients/mp/demo/saveImage.js +1 -1
- package/lib/clients/mp/demo/scan.js +1 -1
- package/lib/clients/mp/demo/sendSocketMessage.js +1 -1
- package/lib/clients/mp/demo/setBackgroundColor.js +1 -1
- package/lib/clients/mp/demo/setCanPullDown.js +1 -1
- package/lib/clients/mp/demo/setClipboard.js +1 -1
- package/lib/clients/mp/demo/setKeepScreenOn.js +1 -1
- package/lib/clients/mp/demo/setNavigationBar.js +1 -1
- package/lib/clients/mp/demo/setOptionMenu.js +1 -1
- package/lib/clients/mp/demo/setScreenBrightness.js +1 -1
- package/lib/clients/mp/demo/setStorage.js +1 -1
- package/lib/clients/mp/demo/setStorageSync.js +1 -1
- package/lib/clients/mp/demo/setTabBarStyle.js +1 -1
- package/lib/clients/mp/demo/showActionSheet.js +1 -1
- package/lib/clients/mp/demo/showAuthGuide.js +1 -1
- package/lib/clients/mp/demo/showLoading.js +1 -1
- package/lib/clients/mp/demo/showNavigationBarLoading.js +1 -1
- package/lib/clients/mp/demo/showSharePanel.js +1 -1
- package/lib/clients/mp/demo/showToast.js +1 -1
- package/lib/clients/mp/demo/signContract.js +1 -1
- package/lib/clients/mp/demo/startApp.js +1 -1
- package/lib/clients/mp/demo/startBizService.js +1 -1
- package/lib/clients/mp/demo/startBluetoothDevicesDiscovery.js +1 -1
- package/lib/clients/mp/demo/startPullDownRefresh.js +1 -1
- package/lib/clients/mp/demo/stopBluetoothDevicesDiscovery.js +1 -1
- package/lib/clients/mp/demo/stopPullDownRefresh.js +1 -1
- package/lib/clients/mp/demo/switchTab.js +1 -1
- package/lib/clients/mp/demo/thirdPartyAuthForAc.js +1 -1
- package/lib/clients/mp/demo/tradePay.js +1 -1
- package/lib/clients/mp/demo/uploadApdidToken.js +1 -1
- package/lib/clients/mp/demo/uploadFile.js +1 -1
- package/lib/clients/mp/demo/vibrate.js +1 -1
- package/lib/clients/mp/demo/watchShake.js +1 -1
- package/lib/clients/mp/demo/writeBLECharacteristicValue.js +1 -1
- package/lib/clients/mp/gcash/addPhoneContact.js +1 -1
- package/lib/clients/mp/gcash/alert.js +1 -1
- package/lib/clients/mp/gcash/canIUse.js +1 -1
- package/lib/clients/mp/gcash/chooseImage.js +1 -1
- package/lib/clients/mp/gcash/choosePhoneContact.js +1 -1
- package/lib/clients/mp/gcash/clearStorage.js +1 -1
- package/lib/clients/mp/gcash/clearStorageSync.js +1 -1
- package/lib/clients/mp/gcash/closeBluetoothAdapter.js +1 -1
- package/lib/clients/mp/gcash/closeSocket.js +1 -1
- package/lib/clients/mp/gcash/confirm.js +1 -1
- package/lib/clients/mp/gcash/connectBLEDevice.js +1 -1
- package/lib/clients/mp/gcash/connectSocket.js +1 -1
- package/lib/clients/mp/gcash/createAnimation.js +1 -1
- package/lib/clients/mp/gcash/createSelectorQuery.js +1 -1
- package/lib/clients/mp/gcash/createWebViewContext.js +1 -1
- package/lib/clients/mp/gcash/datePicker.js +1 -1
- package/lib/clients/mp/gcash/disconnectBLEDevice.js +1 -1
- package/lib/clients/mp/gcash/downloadFile.js +1 -1
- package/lib/clients/mp/gcash/getAppIdSync.js +1 -1
- package/lib/clients/mp/gcash/getAuthCode.js +1 -1
- package/lib/clients/mp/gcash/getBLEDeviceCharacteristics.js +1 -1
- package/lib/clients/mp/gcash/getBLEDeviceServices.js +1 -1
- package/lib/clients/mp/gcash/getBatteryInfo.js +1 -1
- package/lib/clients/mp/gcash/getBluetoothAdapterState.js +1 -1
- package/lib/clients/mp/gcash/getBluetoothDevices.js +1 -1
- package/lib/clients/mp/gcash/getClipboard.js +1 -1
- package/lib/clients/mp/gcash/getConnectedBluetoothDevices.js +1 -1
- package/lib/clients/mp/gcash/getFileInfo.js +1 -1
- package/lib/clients/mp/gcash/getImageInfo.js +1 -1
- package/lib/clients/mp/gcash/getLocation.js +1 -1
- package/lib/clients/mp/gcash/getNetworkType.js +1 -1
- package/lib/clients/mp/gcash/getOpenUserInfo.js +1 -1
- package/lib/clients/mp/gcash/getSavedFileInfo.js +1 -1
- package/lib/clients/mp/gcash/getSavedFileList.js +1 -1
- package/lib/clients/mp/gcash/getScreenBrightness.js +1 -1
- package/lib/clients/mp/gcash/getServerTime.js +1 -1
- package/lib/clients/mp/gcash/getSetting.js +1 -1
- package/lib/clients/mp/gcash/getSiteInfo.js +1 -1
- package/lib/clients/mp/gcash/getStorage.js +1 -1
- package/lib/clients/mp/gcash/getStorageSync.js +1 -1
- package/lib/clients/mp/gcash/getSystemInfo.js +1 -1
- package/lib/clients/mp/gcash/getSystemInfoSync.d.ts +2 -0
- package/lib/clients/mp/gcash/getSystemInfoSync.js +3 -0
- package/lib/clients/mp/gcash/hideBackHome.js +1 -1
- package/lib/clients/mp/gcash/hideKeyboard.js +1 -1
- package/lib/clients/mp/gcash/hideLoading.js +1 -1
- package/lib/clients/mp/gcash/hideNavigationBarLoading.js +1 -1
- package/lib/clients/mp/gcash/hideTabBar.js +1 -1
- package/lib/clients/mp/gcash/hideToast.js +1 -1
- package/lib/clients/mp/gcash/index.d.ts +7 -2
- package/lib/clients/mp/gcash/index.js +124 -122
- package/lib/clients/mp/gcash/makePhoneCall.js +1 -1
- package/lib/clients/mp/gcash/multiLevelSelect.js +1 -1
- package/lib/clients/mp/gcash/navigateBack.js +1 -1
- package/lib/clients/mp/gcash/navigateBackMiniProgram.js +1 -1
- package/lib/clients/mp/gcash/navigateTo.js +1 -1
- package/lib/clients/mp/gcash/navigateToMiniProgram.js +1 -1
- package/lib/clients/mp/gcash/notifyBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp/gcash/offAccelerometerChange.js +1 -1
- package/lib/clients/mp/gcash/offBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp/gcash/offBLEConnectionStateChanged.js +1 -1
- package/lib/clients/mp/gcash/offBluetoothAdapterStateChange.js +1 -1
- package/lib/clients/mp/gcash/offBluetoothDeviceFound.js +1 -1
- package/lib/clients/mp/gcash/offCompassChange.js +1 -1
- package/lib/clients/mp/gcash/offMemoryWarning.js +1 -1
- package/lib/clients/mp/gcash/offSocketClose.js +1 -1
- package/lib/clients/mp/gcash/offSocketError.js +1 -1
- package/lib/clients/mp/gcash/offSocketMessage.js +1 -1
- package/lib/clients/mp/gcash/offSocketOpen.js +1 -1
- package/lib/clients/mp/gcash/offUserCaptureScreen.js +1 -1
- package/lib/clients/mp/gcash/onAccelerometerChange.js +1 -1
- package/lib/clients/mp/gcash/onBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp/gcash/onBLEConnectionStateChanged.js +1 -1
- package/lib/clients/mp/gcash/onBluetoothAdapterStateChange.js +1 -1
- package/lib/clients/mp/gcash/onBluetoothDeviceFound.js +1 -1
- package/lib/clients/mp/gcash/onCompassChange.js +1 -1
- package/lib/clients/mp/gcash/onMemoryWarning.js +1 -1
- package/lib/clients/mp/gcash/onSocketClose.js +1 -1
- package/lib/clients/mp/gcash/onSocketError.js +1 -1
- package/lib/clients/mp/gcash/onSocketMessage.js +1 -1
- package/lib/clients/mp/gcash/onSocketOpen.js +1 -1
- package/lib/clients/mp/gcash/onUserCaptureScreen.js +1 -1
- package/lib/clients/mp/gcash/openBluetoothAdapter.js +1 -1
- package/lib/clients/mp/gcash/openDocument.js +1 -1
- package/lib/clients/mp/gcash/openSetting.js +1 -1
- package/lib/clients/mp/gcash/pageScrollTo.js +1 -1
- package/lib/clients/mp/gcash/previewImage.js +1 -1
- package/lib/clients/mp/gcash/prompt.js +1 -1
- package/lib/clients/mp/gcash/reLaunch.js +1 -1
- package/lib/clients/mp/gcash/readBLECharacteristicValue.js +1 -1
- package/lib/clients/mp/gcash/redirectTo.js +1 -1
- package/lib/clients/mp/gcash/removeSavedFile.js +1 -1
- package/lib/clients/mp/gcash/removeStorage.js +1 -1
- package/lib/clients/mp/gcash/removeStorageSync.js +1 -1
- package/lib/clients/mp/gcash/request.js +1 -1
- package/lib/clients/mp/gcash/saveFile.js +1 -1
- package/lib/clients/mp/gcash/saveImage.js +1 -1
- package/lib/clients/mp/gcash/scan.js +1 -1
- package/lib/clients/mp/gcash/sendSocketMessage.js +1 -1
- package/lib/clients/mp/gcash/setBackgroundColor.js +1 -1
- package/lib/clients/mp/gcash/setCanPullDown.js +1 -1
- package/lib/clients/mp/gcash/setClipboard.js +1 -1
- package/lib/clients/mp/gcash/setKeepScreenOn.js +1 -1
- package/lib/clients/mp/gcash/setNavigationBar.js +1 -1
- package/lib/clients/mp/gcash/setScreenBrightness.js +1 -1
- package/lib/clients/mp/gcash/setStorage.js +1 -1
- package/lib/clients/mp/gcash/setStorageSync.js +1 -1
- package/lib/clients/mp/gcash/setTabBarStyle.js +1 -1
- package/lib/clients/mp/gcash/showActionSheet.js +1 -1
- package/lib/clients/mp/gcash/showAuthGuide.js +1 -1
- package/lib/clients/mp/gcash/showLoading.js +1 -1
- package/lib/clients/mp/gcash/showNavigationBarLoading.js +1 -1
- package/lib/clients/mp/gcash/showSharePanel.js +1 -1
- package/lib/clients/mp/gcash/showToast.js +1 -1
- package/lib/clients/mp/gcash/signContract.js +1 -1
- package/lib/clients/mp/gcash/startBluetoothDevicesDiscovery.js +1 -1
- package/lib/clients/mp/gcash/startPullDownRefresh.js +1 -1
- package/lib/clients/mp/gcash/stopBluetoothDevicesDiscovery.js +1 -1
- package/lib/clients/mp/gcash/stopPullDownRefresh.js +1 -1
- package/lib/clients/mp/gcash/switchTab.js +1 -1
- package/lib/clients/mp/gcash/tradePay.js +1 -1
- package/lib/clients/mp/gcash/uploadFile.js +1 -1
- package/lib/clients/mp/gcash/vibrate.js +1 -1
- package/lib/clients/mp/gcash/watchShake.js +1 -1
- package/lib/clients/mp/gcash/writeBLECharacteristicValue.js +1 -1
- package/lib/clients/mp/tngd/addPhoneContact.js +1 -1
- package/lib/clients/mp/tngd/alert.js +1 -1
- package/lib/clients/mp/tngd/canIUse.js +1 -1
- package/lib/clients/mp/tngd/chooseImage.js +1 -1
- package/lib/clients/mp/tngd/choosePhoneContact.js +1 -1
- package/lib/clients/mp/tngd/clearStorage.js +1 -1
- package/lib/clients/mp/tngd/clearStorageSync.js +1 -1
- package/lib/clients/mp/tngd/closeBluetoothAdapter.js +1 -1
- package/lib/clients/mp/tngd/closeSocket.js +1 -1
- package/lib/clients/mp/tngd/confirm.js +1 -1
- package/lib/clients/mp/tngd/connectBLEDevice.js +1 -1
- package/lib/clients/mp/tngd/connectSocket.js +1 -1
- package/lib/clients/mp/tngd/createAnimation.js +1 -1
- package/lib/clients/mp/tngd/createSelectorQuery.js +1 -1
- package/lib/clients/mp/tngd/createWebViewContext.js +1 -1
- package/lib/clients/mp/tngd/datePicker.js +1 -1
- package/lib/clients/mp/tngd/disconnectBLEDevice.js +1 -1
- package/lib/clients/mp/tngd/downloadFile.js +1 -1
- package/lib/clients/mp/tngd/getAppIdSync.js +1 -1
- package/lib/clients/mp/tngd/getAuthCode.js +1 -1
- package/lib/clients/mp/tngd/getBLEDeviceCharacteristics.js +1 -1
- package/lib/clients/mp/tngd/getBLEDeviceServices.js +1 -1
- package/lib/clients/mp/tngd/getBatteryInfo.js +1 -1
- package/lib/clients/mp/tngd/getBluetoothAdapterState.js +1 -1
- package/lib/clients/mp/tngd/getBluetoothDevices.js +1 -1
- package/lib/clients/mp/tngd/getClipboard.js +1 -1
- package/lib/clients/mp/tngd/getConnectedBluetoothDevices.js +1 -1
- package/lib/clients/mp/tngd/getFileInfo.js +1 -1
- package/lib/clients/mp/tngd/getImageInfo.js +1 -1
- package/lib/clients/mp/tngd/getLocation.js +1 -1
- package/lib/clients/mp/tngd/getNetworkType.js +1 -1
- package/lib/clients/mp/tngd/getOpenUserInfo.js +1 -1
- package/lib/clients/mp/tngd/getSavedFileInfo.js +1 -1
- package/lib/clients/mp/tngd/getSavedFileList.js +1 -1
- package/lib/clients/mp/tngd/getScreenBrightness.js +1 -1
- package/lib/clients/mp/tngd/getServerTime.js +1 -1
- package/lib/clients/mp/tngd/getSetting.js +1 -1
- package/lib/clients/mp/tngd/getSiteInfo.js +1 -1
- package/lib/clients/mp/tngd/getStorage.js +1 -1
- package/lib/clients/mp/tngd/getStorageSync.js +1 -1
- package/lib/clients/mp/tngd/getSystemInfo.js +1 -1
- package/lib/clients/mp/tngd/getSystemInfoSync.d.ts +2 -0
- package/lib/clients/mp/tngd/getSystemInfoSync.js +3 -0
- package/lib/clients/mp/tngd/hideBackHome.js +1 -1
- package/lib/clients/mp/tngd/hideKeyboard.js +1 -1
- package/lib/clients/mp/tngd/hideLoading.js +1 -1
- package/lib/clients/mp/tngd/hideNavigationBarLoading.js +1 -1
- package/lib/clients/mp/tngd/hideTabBar.js +1 -1
- package/lib/clients/mp/tngd/hideToast.js +1 -1
- package/lib/clients/mp/tngd/index.d.ts +7 -2
- package/lib/clients/mp/tngd/index.js +124 -122
- package/lib/clients/mp/tngd/makePhoneCall.js +1 -1
- package/lib/clients/mp/tngd/multiLevelSelect.js +1 -1
- package/lib/clients/mp/tngd/navigateBack.js +1 -1
- package/lib/clients/mp/tngd/navigateBackMiniProgram.js +1 -1
- package/lib/clients/mp/tngd/navigateTo.js +1 -1
- package/lib/clients/mp/tngd/navigateToMiniProgram.js +1 -1
- package/lib/clients/mp/tngd/notifyBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp/tngd/offAccelerometerChange.js +1 -1
- package/lib/clients/mp/tngd/offBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp/tngd/offBLEConnectionStateChanged.js +1 -1
- package/lib/clients/mp/tngd/offBluetoothAdapterStateChange.js +1 -1
- package/lib/clients/mp/tngd/offBluetoothDeviceFound.js +1 -1
- package/lib/clients/mp/tngd/offCompassChange.js +1 -1
- package/lib/clients/mp/tngd/offMemoryWarning.js +1 -1
- package/lib/clients/mp/tngd/offSocketClose.js +1 -1
- package/lib/clients/mp/tngd/offSocketError.js +1 -1
- package/lib/clients/mp/tngd/offSocketMessage.js +1 -1
- package/lib/clients/mp/tngd/offSocketOpen.js +1 -1
- package/lib/clients/mp/tngd/offUserCaptureScreen.js +1 -1
- package/lib/clients/mp/tngd/onAccelerometerChange.js +1 -1
- package/lib/clients/mp/tngd/onBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp/tngd/onBLEConnectionStateChanged.js +1 -1
- package/lib/clients/mp/tngd/onBluetoothAdapterStateChange.js +1 -1
- package/lib/clients/mp/tngd/onBluetoothDeviceFound.js +1 -1
- package/lib/clients/mp/tngd/onCompassChange.js +1 -1
- package/lib/clients/mp/tngd/onMemoryWarning.js +1 -1
- package/lib/clients/mp/tngd/onSocketClose.js +1 -1
- package/lib/clients/mp/tngd/onSocketError.js +1 -1
- package/lib/clients/mp/tngd/onSocketMessage.js +1 -1
- package/lib/clients/mp/tngd/onSocketOpen.js +1 -1
- package/lib/clients/mp/tngd/onUserCaptureScreen.js +1 -1
- package/lib/clients/mp/tngd/openBluetoothAdapter.js +1 -1
- package/lib/clients/mp/tngd/openDocument.js +1 -1
- package/lib/clients/mp/tngd/openSetting.js +1 -1
- package/lib/clients/mp/tngd/pageScrollTo.js +1 -1
- package/lib/clients/mp/tngd/previewImage.js +1 -1
- package/lib/clients/mp/tngd/prompt.js +1 -1
- package/lib/clients/mp/tngd/reLaunch.js +1 -1
- package/lib/clients/mp/tngd/readBLECharacteristicValue.js +1 -1
- package/lib/clients/mp/tngd/redirectTo.js +1 -1
- package/lib/clients/mp/tngd/removeSavedFile.js +1 -1
- package/lib/clients/mp/tngd/removeStorage.js +1 -1
- package/lib/clients/mp/tngd/removeStorageSync.js +1 -1
- package/lib/clients/mp/tngd/request.js +1 -1
- package/lib/clients/mp/tngd/saveFile.js +1 -1
- package/lib/clients/mp/tngd/saveImage.js +1 -1
- package/lib/clients/mp/tngd/scan.js +1 -1
- package/lib/clients/mp/tngd/sendSocketMessage.js +1 -1
- package/lib/clients/mp/tngd/setBackgroundColor.js +1 -1
- package/lib/clients/mp/tngd/setCanPullDown.js +1 -1
- package/lib/clients/mp/tngd/setClipboard.js +1 -1
- package/lib/clients/mp/tngd/setKeepScreenOn.js +1 -1
- package/lib/clients/mp/tngd/setNavigationBar.js +1 -1
- package/lib/clients/mp/tngd/setScreenBrightness.js +1 -1
- package/lib/clients/mp/tngd/setStorage.js +1 -1
- package/lib/clients/mp/tngd/setStorageSync.js +1 -1
- package/lib/clients/mp/tngd/setTabBarStyle.js +1 -1
- package/lib/clients/mp/tngd/showActionSheet.js +1 -1
- package/lib/clients/mp/tngd/showAuthGuide.js +1 -1
- package/lib/clients/mp/tngd/showLoading.js +1 -1
- package/lib/clients/mp/tngd/showNavigationBarLoading.js +1 -1
- package/lib/clients/mp/tngd/showSharePanel.js +1 -1
- package/lib/clients/mp/tngd/showToast.js +1 -1
- package/lib/clients/mp/tngd/signContract.js +1 -1
- package/lib/clients/mp/tngd/startBluetoothDevicesDiscovery.js +1 -1
- package/lib/clients/mp/tngd/startPullDownRefresh.js +1 -1
- package/lib/clients/mp/tngd/stopBluetoothDevicesDiscovery.js +1 -1
- package/lib/clients/mp/tngd/stopPullDownRefresh.js +1 -1
- package/lib/clients/mp/tngd/switchTab.js +1 -1
- package/lib/clients/mp/tngd/tradePay.js +1 -1
- package/lib/clients/mp/tngd/uploadFile.js +1 -1
- package/lib/clients/mp/tngd/vibrate.js +1 -1
- package/lib/clients/mp/tngd/watchShake.js +1 -1
- package/lib/clients/mp/tngd/writeBLECharacteristicValue.js +1 -1
- package/lib/clients/mp/truemoney/addPhoneContact.js +1 -1
- package/lib/clients/mp/truemoney/alert.js +1 -1
- package/lib/clients/mp/truemoney/canIUse.js +1 -1
- package/lib/clients/mp/truemoney/chooseImage.js +1 -1
- package/lib/clients/mp/truemoney/choosePhoneContact.js +1 -1
- package/lib/clients/mp/truemoney/clearStorage.js +1 -1
- package/lib/clients/mp/truemoney/clearStorageSync.js +1 -1
- package/lib/clients/mp/truemoney/closeBluetoothAdapter.js +1 -1
- package/lib/clients/mp/truemoney/closeSocket.js +1 -1
- package/lib/clients/mp/truemoney/confirm.js +1 -1
- package/lib/clients/mp/truemoney/connectBLEDevice.js +1 -1
- package/lib/clients/mp/truemoney/connectSocket.js +1 -1
- package/lib/clients/mp/truemoney/createAnimation.js +1 -1
- package/lib/clients/mp/truemoney/createSelectorQuery.js +1 -1
- package/lib/clients/mp/truemoney/createWebViewContext.js +1 -1
- package/lib/clients/mp/truemoney/datePicker.js +1 -1
- package/lib/clients/mp/truemoney/disconnectBLEDevice.js +1 -1
- package/lib/clients/mp/truemoney/downloadFile.js +1 -1
- package/lib/clients/mp/truemoney/getAppIdSync.js +1 -1
- package/lib/clients/mp/truemoney/getAuthCode.js +1 -1
- package/lib/clients/mp/truemoney/getBLEDeviceCharacteristics.js +1 -1
- package/lib/clients/mp/truemoney/getBLEDeviceServices.js +1 -1
- package/lib/clients/mp/truemoney/getBatteryInfo.js +1 -1
- package/lib/clients/mp/truemoney/getBluetoothAdapterState.js +1 -1
- package/lib/clients/mp/truemoney/getBluetoothDevices.js +1 -1
- package/lib/clients/mp/truemoney/getClipboard.js +1 -1
- package/lib/clients/mp/truemoney/getConnectedBluetoothDevices.js +1 -1
- package/lib/clients/mp/truemoney/getFileInfo.js +1 -1
- package/lib/clients/mp/truemoney/getImageInfo.js +1 -1
- package/lib/clients/mp/truemoney/getLocation.js +1 -1
- package/lib/clients/mp/truemoney/getNetworkType.js +1 -1
- package/lib/clients/mp/truemoney/getOpenUserInfo.js +1 -1
- package/lib/clients/mp/truemoney/getSavedFileInfo.js +1 -1
- package/lib/clients/mp/truemoney/getSavedFileList.js +1 -1
- package/lib/clients/mp/truemoney/getScreenBrightness.js +1 -1
- package/lib/clients/mp/truemoney/getServerTime.js +1 -1
- package/lib/clients/mp/truemoney/getSetting.js +1 -1
- package/lib/clients/mp/truemoney/getSiteInfo.js +1 -1
- package/lib/clients/mp/truemoney/getStorage.js +1 -1
- package/lib/clients/mp/truemoney/getStorageSync.js +1 -1
- package/lib/clients/mp/truemoney/getSystemInfo.js +1 -1
- package/lib/clients/mp/truemoney/getSystemInfoSync.d.ts +2 -0
- package/lib/clients/mp/truemoney/getSystemInfoSync.js +3 -0
- package/lib/clients/mp/truemoney/hideBackHome.js +1 -1
- package/lib/clients/mp/truemoney/hideKeyboard.js +1 -1
- package/lib/clients/mp/truemoney/hideLoading.js +1 -1
- package/lib/clients/mp/truemoney/hideNavigationBarLoading.js +1 -1
- package/lib/clients/mp/truemoney/hideTabBar.js +1 -1
- package/lib/clients/mp/truemoney/hideToast.js +1 -1
- package/lib/clients/mp/truemoney/index.d.ts +7 -2
- package/lib/clients/mp/truemoney/index.js +124 -122
- package/lib/clients/mp/truemoney/makePhoneCall.js +1 -1
- package/lib/clients/mp/truemoney/multiLevelSelect.js +1 -1
- package/lib/clients/mp/truemoney/navigateBack.js +1 -1
- package/lib/clients/mp/truemoney/navigateBackMiniProgram.js +1 -1
- package/lib/clients/mp/truemoney/navigateTo.js +1 -1
- package/lib/clients/mp/truemoney/navigateToMiniProgram.js +1 -1
- package/lib/clients/mp/truemoney/notifyBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp/truemoney/offAccelerometerChange.js +1 -1
- package/lib/clients/mp/truemoney/offBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp/truemoney/offBLEConnectionStateChanged.js +1 -1
- package/lib/clients/mp/truemoney/offBluetoothAdapterStateChange.js +1 -1
- package/lib/clients/mp/truemoney/offBluetoothDeviceFound.js +1 -1
- package/lib/clients/mp/truemoney/offCompassChange.js +1 -1
- package/lib/clients/mp/truemoney/offMemoryWarning.js +1 -1
- package/lib/clients/mp/truemoney/offSocketClose.js +1 -1
- package/lib/clients/mp/truemoney/offSocketError.js +1 -1
- package/lib/clients/mp/truemoney/offSocketMessage.js +1 -1
- package/lib/clients/mp/truemoney/offSocketOpen.js +1 -1
- package/lib/clients/mp/truemoney/offUserCaptureScreen.js +1 -1
- package/lib/clients/mp/truemoney/onAccelerometerChange.js +1 -1
- package/lib/clients/mp/truemoney/onBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp/truemoney/onBLEConnectionStateChanged.js +1 -1
- package/lib/clients/mp/truemoney/onBluetoothAdapterStateChange.js +1 -1
- package/lib/clients/mp/truemoney/onBluetoothDeviceFound.js +1 -1
- package/lib/clients/mp/truemoney/onCompassChange.js +1 -1
- package/lib/clients/mp/truemoney/onMemoryWarning.js +1 -1
- package/lib/clients/mp/truemoney/onSocketClose.js +1 -1
- package/lib/clients/mp/truemoney/onSocketError.js +1 -1
- package/lib/clients/mp/truemoney/onSocketMessage.js +1 -1
- package/lib/clients/mp/truemoney/onSocketOpen.js +1 -1
- package/lib/clients/mp/truemoney/onUserCaptureScreen.js +1 -1
- package/lib/clients/mp/truemoney/openBluetoothAdapter.js +1 -1
- package/lib/clients/mp/truemoney/openDocument.js +1 -1
- package/lib/clients/mp/truemoney/openSetting.js +1 -1
- package/lib/clients/mp/truemoney/pageScrollTo.js +1 -1
- package/lib/clients/mp/truemoney/previewImage.js +1 -1
- package/lib/clients/mp/truemoney/prompt.js +1 -1
- package/lib/clients/mp/truemoney/reLaunch.js +1 -1
- package/lib/clients/mp/truemoney/readBLECharacteristicValue.js +1 -1
- package/lib/clients/mp/truemoney/redirectTo.js +1 -1
- package/lib/clients/mp/truemoney/removeSavedFile.js +1 -1
- package/lib/clients/mp/truemoney/removeStorage.js +1 -1
- package/lib/clients/mp/truemoney/removeStorageSync.js +1 -1
- package/lib/clients/mp/truemoney/request.js +1 -1
- package/lib/clients/mp/truemoney/saveFile.js +1 -1
- package/lib/clients/mp/truemoney/saveImage.js +1 -1
- package/lib/clients/mp/truemoney/scan.js +1 -1
- package/lib/clients/mp/truemoney/sendSocketMessage.js +1 -1
- package/lib/clients/mp/truemoney/setBackgroundColor.js +1 -1
- package/lib/clients/mp/truemoney/setCanPullDown.js +1 -1
- package/lib/clients/mp/truemoney/setClipboard.js +1 -1
- package/lib/clients/mp/truemoney/setKeepScreenOn.js +1 -1
- package/lib/clients/mp/truemoney/setNavigationBar.js +1 -1
- package/lib/clients/mp/truemoney/setScreenBrightness.js +1 -1
- package/lib/clients/mp/truemoney/setStorage.js +1 -1
- package/lib/clients/mp/truemoney/setStorageSync.js +1 -1
- package/lib/clients/mp/truemoney/setTabBarStyle.js +1 -1
- package/lib/clients/mp/truemoney/showActionSheet.js +1 -1
- package/lib/clients/mp/truemoney/showAuthGuide.js +1 -1
- package/lib/clients/mp/truemoney/showLoading.js +1 -1
- package/lib/clients/mp/truemoney/showNavigationBarLoading.js +1 -1
- package/lib/clients/mp/truemoney/showSharePanel.js +1 -1
- package/lib/clients/mp/truemoney/showToast.js +1 -1
- package/lib/clients/mp/truemoney/signContract.js +1 -1
- package/lib/clients/mp/truemoney/startBluetoothDevicesDiscovery.js +1 -1
- package/lib/clients/mp/truemoney/startPullDownRefresh.js +1 -1
- package/lib/clients/mp/truemoney/stopBluetoothDevicesDiscovery.js +1 -1
- package/lib/clients/mp/truemoney/stopPullDownRefresh.js +1 -1
- package/lib/clients/mp/truemoney/switchTab.js +1 -1
- package/lib/clients/mp/truemoney/tradePay.js +1 -1
- package/lib/clients/mp/truemoney/uploadFile.js +1 -1
- package/lib/clients/mp/truemoney/vibrate.js +1 -1
- package/lib/clients/mp/truemoney/watchShake.js +1 -1
- package/lib/clients/mp/truemoney/writeBLECharacteristicValue.js +1 -1
- package/lib/clients/mp/wechat/index.js +1 -1
- package/lib/clients/mp/wechat/showToast.d.ts +2 -2
- package/lib/clients/mp/wechat/showToast.js +3 -29
- package/lib/clients/mp_web/alipay/addPhoneContact.js +1 -1
- package/lib/clients/mp_web/alipay/alert.js +1 -1
- package/lib/clients/mp_web/alipay/chooseImage.js +1 -1
- package/lib/clients/mp_web/alipay/choosePhoneContact.js +1 -1
- package/lib/clients/mp_web/alipay/clearStorage.js +1 -1
- package/lib/clients/mp_web/alipay/closeBluetoothAdapter.js +1 -1
- package/lib/clients/mp_web/alipay/closeSocket.js +1 -1
- package/lib/clients/mp_web/alipay/confirm.js +1 -1
- package/lib/clients/mp_web/alipay/connectBLEDevice.js +1 -1
- package/lib/clients/mp_web/alipay/connectSocket.js +1 -1
- package/lib/clients/mp_web/alipay/crossPay.js +1 -1
- package/lib/clients/mp_web/alipay/datePicker.js +1 -1
- package/lib/clients/mp_web/alipay/disconnectBLEDevice.js +1 -1
- package/lib/clients/mp_web/alipay/downloadFile.js +1 -1
- package/lib/clients/mp_web/alipay/getAppId.d.ts +2 -0
- package/lib/clients/mp_web/alipay/getAppId.js +3 -0
- package/lib/clients/mp_web/alipay/getAuthCode.js +1 -1
- package/lib/clients/mp_web/alipay/getBLEDeviceCharacteristics.js +1 -1
- package/lib/clients/mp_web/alipay/getBLEDeviceServices.js +1 -1
- package/lib/clients/mp_web/alipay/getBatteryInfo.js +1 -1
- package/lib/clients/mp_web/alipay/getBluetoothAdapterState.js +1 -1
- package/lib/clients/mp_web/alipay/getBluetoothDevices.js +1 -1
- package/lib/clients/mp_web/alipay/getClipboard.js +1 -1
- package/lib/clients/mp_web/alipay/getConnectedBluetoothDevices.js +1 -1
- package/lib/clients/mp_web/alipay/getCurrentLanguage.d.ts +2 -0
- package/lib/clients/mp_web/alipay/getCurrentLanguage.js +3 -0
- package/lib/clients/mp_web/alipay/getCurrentPages.d.ts +2 -0
- package/lib/clients/mp_web/alipay/getCurrentPages.js +3 -0
- package/lib/clients/mp_web/alipay/getFileInfo.js +1 -1
- package/lib/clients/mp_web/alipay/getImageInfo.js +1 -1
- package/lib/clients/mp_web/alipay/getLocation.js +1 -1
- package/lib/clients/mp_web/alipay/getNetworkType.js +1 -1
- package/lib/clients/mp_web/alipay/getOpenUserInfo.js +1 -1
- package/lib/clients/mp_web/alipay/getPhoneNumber.js +1 -1
- package/lib/clients/mp_web/alipay/getSDKVersion.d.ts +2 -0
- package/lib/clients/mp_web/alipay/getSDKVersion.js +3 -0
- package/lib/clients/mp_web/alipay/getSavedFileInfo.js +1 -1
- package/lib/clients/mp_web/alipay/getSavedFileList.js +1 -1
- package/lib/clients/mp_web/alipay/getScreenBrightness.js +1 -1
- package/lib/clients/mp_web/alipay/getServerTime.js +1 -1
- package/lib/clients/mp_web/alipay/getSetting.js +1 -1
- package/lib/clients/mp_web/alipay/getSiteInfo.js +1 -1
- package/lib/clients/mp_web/alipay/getStorage.js +1 -1
- package/lib/clients/mp_web/alipay/getSystemInfo.js +1 -1
- package/lib/clients/mp_web/alipay/hideBackHome.js +1 -1
- package/lib/clients/mp_web/alipay/hideKeyboard.js +1 -1
- package/lib/clients/mp_web/alipay/hideLoading.js +1 -1
- package/lib/clients/mp_web/alipay/hideNavigationBarLoading.js +1 -1
- package/lib/clients/mp_web/alipay/hideTabBar.js +1 -1
- package/lib/clients/mp_web/alipay/hideToast.js +1 -1
- package/lib/clients/mp_web/alipay/index.d.ts +19 -3
- package/lib/clients/mp_web/alipay/index.js +126 -118
- package/lib/clients/mp_web/alipay/makePhoneCall.js +1 -1
- package/lib/clients/mp_web/alipay/multiLevelSelect.js +1 -1
- package/lib/clients/mp_web/alipay/navigateBack.js +1 -1
- package/lib/clients/mp_web/alipay/navigateBackMiniProgram.js +1 -1
- package/lib/clients/mp_web/alipay/navigateTo.js +1 -1
- package/lib/clients/mp_web/alipay/navigateToMiniProgram.js +1 -1
- package/lib/clients/mp_web/alipay/notifyBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp_web/alipay/offAccelerometerChange.js +1 -1
- package/lib/clients/mp_web/alipay/offBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp_web/alipay/offBLEConnectionStateChanged.js +1 -1
- package/lib/clients/mp_web/alipay/offBluetoothAdapterStateChange.js +1 -1
- package/lib/clients/mp_web/alipay/offBluetoothDeviceFound.js +1 -1
- package/lib/clients/mp_web/alipay/offCompassChange.js +1 -1
- package/lib/clients/mp_web/alipay/offMemoryWarning.js +1 -1
- package/lib/clients/mp_web/alipay/offSocketClose.js +1 -1
- package/lib/clients/mp_web/alipay/offSocketError.js +1 -1
- package/lib/clients/mp_web/alipay/offSocketMessage.js +1 -1
- package/lib/clients/mp_web/alipay/offSocketOpen.js +1 -1
- package/lib/clients/mp_web/alipay/offUserCaptureScreen.js +1 -1
- package/lib/clients/mp_web/alipay/onAccelerometerChange.js +1 -1
- package/lib/clients/mp_web/alipay/onBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp_web/alipay/onBLEConnectionStateChanged.js +1 -1
- package/lib/clients/mp_web/alipay/onBluetoothAdapterStateChange.js +1 -1
- package/lib/clients/mp_web/alipay/onBluetoothDeviceFound.js +1 -1
- package/lib/clients/mp_web/alipay/onCompassChange.js +1 -1
- package/lib/clients/mp_web/alipay/onMemoryWarning.js +1 -1
- package/lib/clients/mp_web/alipay/onSocketClose.js +1 -1
- package/lib/clients/mp_web/alipay/onSocketError.js +1 -1
- package/lib/clients/mp_web/alipay/onSocketMessage.js +1 -1
- package/lib/clients/mp_web/alipay/onSocketOpen.js +1 -1
- package/lib/clients/mp_web/alipay/onUserCaptureScreen.js +1 -1
- package/lib/clients/mp_web/alipay/openBluetoothAdapter.js +1 -1
- package/lib/clients/mp_web/alipay/openDocument.js +1 -1
- package/lib/clients/mp_web/alipay/openSetting.js +1 -1
- package/lib/clients/mp_web/alipay/pageScrollTo.js +1 -1
- package/lib/clients/mp_web/alipay/previewImage.js +1 -1
- package/lib/clients/mp_web/alipay/prompt.js +1 -1
- package/lib/clients/mp_web/alipay/reLaunch.js +1 -1
- package/lib/clients/mp_web/alipay/readBLECharacteristicValue.js +1 -1
- package/lib/clients/mp_web/alipay/redirectTo.js +1 -1
- package/lib/clients/mp_web/alipay/removeSavedFile.js +1 -1
- package/lib/clients/mp_web/alipay/removeStorage.js +1 -1
- package/lib/clients/mp_web/alipay/request.js +1 -1
- package/lib/clients/mp_web/alipay/rpc.js +1 -1
- package/lib/clients/mp_web/alipay/saveFile.js +1 -1
- package/lib/clients/mp_web/alipay/saveImage.js +1 -1
- package/lib/clients/mp_web/alipay/scan.js +1 -1
- package/lib/clients/mp_web/alipay/sendSocketMessage.js +1 -1
- package/lib/clients/mp_web/alipay/setBackgroundColor.js +1 -1
- package/lib/clients/mp_web/alipay/setCanPullDown.js +1 -1
- package/lib/clients/mp_web/alipay/setClipboard.js +1 -1
- package/lib/clients/mp_web/alipay/setKeepScreenOn.js +1 -1
- package/lib/clients/mp_web/alipay/setNavigationBar.js +1 -1
- package/lib/clients/mp_web/alipay/setOptionMenu.js +1 -1
- package/lib/clients/mp_web/alipay/setScreenBrightness.js +1 -1
- package/lib/clients/mp_web/alipay/setStorage.js +1 -1
- package/lib/clients/mp_web/alipay/setTabBarStyle.js +1 -1
- package/lib/clients/mp_web/alipay/showActionSheet.js +1 -1
- package/lib/clients/mp_web/alipay/showAuthGuide.js +1 -1
- package/lib/clients/mp_web/alipay/showLoading.js +1 -1
- package/lib/clients/mp_web/alipay/showNavigationBarLoading.js +1 -1
- package/lib/clients/mp_web/alipay/showSharePanel.js +1 -1
- package/lib/clients/mp_web/alipay/showToast.js +1 -1
- package/lib/clients/mp_web/alipay/signContract.js +1 -1
- package/lib/clients/mp_web/alipay/startBluetoothDevicesDiscovery.js +1 -1
- package/lib/clients/mp_web/alipay/startPullDownRefresh.js +1 -1
- package/lib/clients/mp_web/alipay/stopBluetoothDevicesDiscovery.js +1 -1
- package/lib/clients/mp_web/alipay/stopPullDownRefresh.js +1 -1
- package/lib/clients/mp_web/alipay/switchTab.js +1 -1
- package/lib/clients/mp_web/alipay/tradePay.d.ts +2 -3
- package/lib/clients/mp_web/alipay/tradePay.js +3 -20
- package/lib/clients/mp_web/alipay/uploadFile.js +1 -1
- package/lib/clients/mp_web/alipay/vibrate.js +1 -1
- package/lib/clients/mp_web/alipay/watchShake.js +1 -1
- package/lib/clients/mp_web/alipay/writeBLECharacteristicValue.js +1 -1
- package/lib/clients/mp_web/alipayhk/addPhoneContact.js +1 -1
- package/lib/clients/mp_web/alipayhk/alert.js +1 -1
- package/lib/clients/mp_web/alipayhk/chooseImage.js +1 -1
- package/lib/clients/mp_web/alipayhk/choosePhoneContact.js +1 -1
- package/lib/clients/mp_web/alipayhk/clearStorage.js +1 -1
- package/lib/clients/mp_web/alipayhk/closeBluetoothAdapter.js +1 -1
- package/lib/clients/mp_web/alipayhk/closeSocket.js +1 -1
- package/lib/clients/mp_web/alipayhk/confirm.js +1 -1
- package/lib/clients/mp_web/alipayhk/connectBLEDevice.js +1 -1
- package/lib/clients/mp_web/alipayhk/connectSocket.js +1 -1
- package/lib/clients/mp_web/alipayhk/createWithoutAuthRpc.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/createWithoutAuthRpc.js +3 -0
- package/lib/clients/mp_web/alipayhk/datePicker.js +1 -1
- package/lib/clients/mp_web/alipayhk/defineRuntimeConfig.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/defineRuntimeConfig.js +3 -0
- package/lib/clients/mp_web/alipayhk/disconnectBLEDevice.js +1 -1
- package/lib/clients/mp_web/alipayhk/downloadFile.js +1 -1
- package/lib/clients/mp_web/alipayhk/getAppId.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/getAppId.js +3 -0
- package/lib/clients/mp_web/alipayhk/getAuthCode.js +1 -1
- package/lib/clients/mp_web/alipayhk/getBLEDeviceCharacteristics.js +1 -1
- package/lib/clients/mp_web/alipayhk/getBLEDeviceServices.js +1 -1
- package/lib/clients/mp_web/alipayhk/getBatteryInfo.js +1 -1
- package/lib/clients/mp_web/alipayhk/getBluetoothAdapterState.js +1 -1
- package/lib/clients/mp_web/alipayhk/getBluetoothDevices.js +1 -1
- package/lib/clients/mp_web/alipayhk/getClipboard.js +1 -1
- package/lib/clients/mp_web/alipayhk/getConnectedBluetoothDevices.js +1 -1
- package/lib/clients/mp_web/alipayhk/getCurrentLanguage.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/getCurrentLanguage.js +3 -0
- package/lib/clients/mp_web/alipayhk/getCurrentPages.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/getCurrentPages.js +3 -0
- package/lib/clients/mp_web/alipayhk/getFileInfo.js +1 -1
- package/lib/clients/mp_web/alipayhk/getImageInfo.js +1 -1
- package/lib/clients/mp_web/alipayhk/getLocation.js +1 -1
- package/lib/clients/mp_web/alipayhk/getNetworkType.js +1 -1
- package/lib/clients/mp_web/alipayhk/getOpenUserInfo.js +1 -1
- package/lib/clients/mp_web/alipayhk/getSDKVersion.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/getSDKVersion.js +3 -0
- package/lib/clients/mp_web/alipayhk/getSavedFileInfo.js +1 -1
- package/lib/clients/mp_web/alipayhk/getSavedFileList.js +1 -1
- package/lib/clients/mp_web/alipayhk/getScreenBrightness.js +1 -1
- package/lib/clients/mp_web/alipayhk/getServerTime.js +1 -1
- package/lib/clients/mp_web/alipayhk/getSetting.js +1 -1
- package/lib/clients/mp_web/alipayhk/getSiteInfo.js +1 -1
- package/lib/clients/mp_web/alipayhk/getStorage.js +1 -1
- package/lib/clients/mp_web/alipayhk/getSystemInfo.js +1 -1
- package/lib/clients/mp_web/alipayhk/hideBackHome.js +1 -1
- package/lib/clients/mp_web/alipayhk/hideKeyboard.js +1 -1
- package/lib/clients/mp_web/alipayhk/hideLoading.js +1 -1
- package/lib/clients/mp_web/alipayhk/hideNavigationBarLoading.js +1 -1
- package/lib/clients/mp_web/alipayhk/hideTabBar.js +1 -1
- package/lib/clients/mp_web/alipayhk/hideToast.js +1 -1
- package/lib/clients/mp_web/alipayhk/index.d.ts +33 -2
- package/lib/clients/mp_web/alipayhk/index.js +128 -114
- package/lib/clients/mp_web/alipayhk/makePhoneCall.js +1 -1
- package/lib/clients/mp_web/alipayhk/multiLevelSelect.js +1 -1
- package/lib/clients/mp_web/alipayhk/navigateBack.js +1 -1
- package/lib/clients/mp_web/alipayhk/navigateBackMiniProgram.js +1 -1
- package/lib/clients/mp_web/alipayhk/navigateTo.js +1 -1
- package/lib/clients/mp_web/alipayhk/navigateToMiniProgram.js +1 -1
- package/lib/clients/mp_web/alipayhk/notifyBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp_web/alipayhk/offAccelerometerChange.js +1 -1
- package/lib/clients/mp_web/alipayhk/offBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp_web/alipayhk/offBLEConnectionStateChanged.js +1 -1
- package/lib/clients/mp_web/alipayhk/offBluetoothAdapterStateChange.js +1 -1
- package/lib/clients/mp_web/alipayhk/offBluetoothDeviceFound.js +1 -1
- package/lib/clients/mp_web/alipayhk/offCompassChange.js +1 -1
- package/lib/clients/mp_web/alipayhk/offMemoryWarning.js +1 -1
- package/lib/clients/mp_web/alipayhk/offSocketClose.js +1 -1
- package/lib/clients/mp_web/alipayhk/offSocketError.js +1 -1
- package/lib/clients/mp_web/alipayhk/offSocketMessage.js +1 -1
- package/lib/clients/mp_web/alipayhk/offSocketOpen.js +1 -1
- package/lib/clients/mp_web/alipayhk/offUserCaptureScreen.js +1 -1
- package/lib/clients/mp_web/alipayhk/onAccelerometerChange.js +1 -1
- package/lib/clients/mp_web/alipayhk/onBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp_web/alipayhk/onBLEConnectionStateChanged.js +1 -1
- package/lib/clients/mp_web/alipayhk/onBluetoothAdapterStateChange.js +1 -1
- package/lib/clients/mp_web/alipayhk/onBluetoothDeviceFound.js +1 -1
- package/lib/clients/mp_web/alipayhk/onCompassChange.js +1 -1
- package/lib/clients/mp_web/alipayhk/onMemoryWarning.js +1 -1
- package/lib/clients/mp_web/alipayhk/onSocketClose.js +1 -1
- package/lib/clients/mp_web/alipayhk/onSocketError.js +1 -1
- package/lib/clients/mp_web/alipayhk/onSocketMessage.js +1 -1
- package/lib/clients/mp_web/alipayhk/onSocketOpen.js +1 -1
- package/lib/clients/mp_web/alipayhk/onUserCaptureScreen.js +1 -1
- package/lib/clients/mp_web/alipayhk/openBluetoothAdapter.js +1 -1
- package/lib/clients/mp_web/alipayhk/openDocument.js +1 -1
- package/lib/clients/mp_web/alipayhk/openSetting.js +1 -1
- package/lib/clients/mp_web/alipayhk/openURL.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/openURL.js +3 -0
- package/lib/clients/mp_web/alipayhk/pageScrollTo.js +1 -1
- package/lib/clients/mp_web/alipayhk/previewImage.js +1 -1
- package/lib/clients/mp_web/alipayhk/prompt.js +1 -1
- package/lib/clients/mp_web/alipayhk/reLaunch.js +1 -1
- package/lib/clients/mp_web/alipayhk/readBLECharacteristicValue.js +1 -1
- package/lib/clients/mp_web/alipayhk/redirectTo.js +1 -1
- package/lib/clients/mp_web/alipayhk/removeSavedFile.js +1 -1
- package/lib/clients/mp_web/alipayhk/removeStorage.js +1 -1
- package/lib/clients/mp_web/alipayhk/request.js +1 -1
- package/lib/clients/mp_web/alipayhk/saveFile.js +1 -1
- package/lib/clients/mp_web/alipayhk/saveImage.js +1 -1
- package/lib/clients/mp_web/alipayhk/scan.js +1 -1
- package/lib/clients/mp_web/alipayhk/sendSocketMessage.js +1 -1
- package/lib/clients/mp_web/alipayhk/setBackgroundColor.js +1 -1
- package/lib/clients/mp_web/alipayhk/setCanPullDown.js +1 -1
- package/lib/clients/mp_web/alipayhk/setClipboard.js +1 -1
- package/lib/clients/mp_web/alipayhk/setKeepScreenOn.js +1 -1
- package/lib/clients/mp_web/alipayhk/setNavigationBar.js +1 -1
- package/lib/clients/mp_web/alipayhk/setScreenBrightness.js +1 -1
- package/lib/clients/mp_web/alipayhk/setStorage.js +1 -1
- package/lib/clients/mp_web/alipayhk/setTabBarStyle.js +1 -1
- package/lib/clients/mp_web/alipayhk/showActionSheet.js +1 -1
- package/lib/clients/mp_web/alipayhk/showAuthGuide.js +1 -1
- package/lib/clients/mp_web/alipayhk/showLoading.js +1 -1
- package/lib/clients/mp_web/alipayhk/showNavigationBarLoading.js +1 -1
- package/lib/clients/mp_web/alipayhk/showSharePanel.js +1 -1
- package/lib/clients/mp_web/alipayhk/showToast.js +1 -1
- package/lib/clients/mp_web/alipayhk/signContract.js +1 -1
- package/lib/clients/mp_web/alipayhk/startBluetoothDevicesDiscovery.js +1 -1
- package/lib/clients/mp_web/alipayhk/startPullDownRefresh.js +1 -1
- package/lib/clients/mp_web/alipayhk/stopBluetoothDevicesDiscovery.js +1 -1
- package/lib/clients/mp_web/alipayhk/stopPullDownRefresh.js +1 -1
- package/lib/clients/mp_web/alipayhk/switchTab.js +1 -1
- package/lib/clients/mp_web/alipayhk/tradePay.js +1 -1
- package/lib/clients/mp_web/alipayhk/uploadFile.js +1 -1
- package/lib/clients/mp_web/alipayhk/vibrate.js +1 -1
- package/lib/clients/mp_web/alipayhk/watchShake.js +1 -1
- package/lib/clients/mp_web/alipayhk/writeBLECharacteristicValue.js +1 -1
- package/lib/clients/mp_web/chope/addPhoneContact.js +1 -1
- package/lib/clients/mp_web/chope/alert.js +1 -1
- package/lib/clients/mp_web/chope/chooseImage.js +1 -1
- package/lib/clients/mp_web/chope/choosePhoneContact.js +1 -1
- package/lib/clients/mp_web/chope/clearStorage.js +1 -1
- package/lib/clients/mp_web/chope/closeBluetoothAdapter.js +1 -1
- package/lib/clients/mp_web/chope/closeSocket.js +1 -1
- package/lib/clients/mp_web/chope/confirm.js +1 -1
- package/lib/clients/mp_web/chope/connectBLEDevice.js +1 -1
- package/lib/clients/mp_web/chope/connectSocket.js +1 -1
- package/lib/clients/mp_web/chope/datePicker.js +1 -1
- package/lib/clients/mp_web/chope/disconnectBLEDevice.js +1 -1
- package/lib/clients/mp_web/chope/downloadFile.js +1 -1
- package/lib/clients/mp_web/chope/getAppId.d.ts +2 -0
- package/lib/clients/mp_web/chope/getAppId.js +3 -0
- package/lib/clients/mp_web/chope/getAuthCode.js +1 -1
- package/lib/clients/mp_web/chope/getBLEDeviceCharacteristics.js +1 -1
- package/lib/clients/mp_web/chope/getBLEDeviceServices.js +1 -1
- package/lib/clients/mp_web/chope/getBatteryInfo.js +1 -1
- package/lib/clients/mp_web/chope/getBluetoothAdapterState.js +1 -1
- package/lib/clients/mp_web/chope/getBluetoothDevices.js +1 -1
- package/lib/clients/mp_web/chope/getClipboard.js +1 -1
- package/lib/clients/mp_web/chope/getConnectedBluetoothDevices.js +1 -1
- package/lib/clients/mp_web/chope/getCurrentLanguage.d.ts +2 -0
- package/lib/clients/mp_web/chope/getCurrentLanguage.js +3 -0
- package/lib/clients/mp_web/chope/getCurrentPages.d.ts +2 -0
- package/lib/clients/mp_web/chope/getCurrentPages.js +3 -0
- package/lib/clients/mp_web/chope/getFileInfo.js +1 -1
- package/lib/clients/mp_web/chope/getImageInfo.js +1 -1
- package/lib/clients/mp_web/chope/getLocation.js +1 -1
- package/lib/clients/mp_web/chope/getNetworkType.js +1 -1
- package/lib/clients/mp_web/chope/getOpenUserInfo.js +1 -1
- package/lib/clients/mp_web/chope/getSDKVersion.d.ts +2 -0
- package/lib/clients/mp_web/chope/getSDKVersion.js +3 -0
- package/lib/clients/mp_web/chope/getSavedFileInfo.js +1 -1
- package/lib/clients/mp_web/chope/getSavedFileList.js +1 -1
- package/lib/clients/mp_web/chope/getScreenBrightness.js +1 -1
- package/lib/clients/mp_web/chope/getServerTime.js +1 -1
- package/lib/clients/mp_web/chope/getSetting.js +1 -1
- package/lib/clients/mp_web/chope/getSiteInfo.js +1 -1
- package/lib/clients/mp_web/chope/getStorage.js +1 -1
- package/lib/clients/mp_web/chope/getSystemInfo.js +1 -1
- package/lib/clients/mp_web/chope/hideBackHome.js +1 -1
- package/lib/clients/mp_web/chope/hideKeyboard.js +1 -1
- package/lib/clients/mp_web/chope/hideLoading.js +1 -1
- package/lib/clients/mp_web/chope/hideNavigationBarLoading.js +1 -1
- package/lib/clients/mp_web/chope/hideTabBar.js +1 -1
- package/lib/clients/mp_web/chope/hideToast.js +1 -1
- package/lib/clients/mp_web/chope/index.d.ts +15 -2
- package/lib/clients/mp_web/chope/index.js +122 -114
- package/lib/clients/mp_web/chope/makePhoneCall.js +1 -1
- package/lib/clients/mp_web/chope/multiLevelSelect.js +1 -1
- package/lib/clients/mp_web/chope/navigateBack.js +1 -1
- package/lib/clients/mp_web/chope/navigateBackMiniProgram.js +1 -1
- package/lib/clients/mp_web/chope/navigateTo.js +1 -1
- package/lib/clients/mp_web/chope/navigateToMiniProgram.js +1 -1
- package/lib/clients/mp_web/chope/notifyBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp_web/chope/offAccelerometerChange.js +1 -1
- package/lib/clients/mp_web/chope/offBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp_web/chope/offBLEConnectionStateChanged.js +1 -1
- package/lib/clients/mp_web/chope/offBluetoothAdapterStateChange.js +1 -1
- package/lib/clients/mp_web/chope/offBluetoothDeviceFound.js +1 -1
- package/lib/clients/mp_web/chope/offCompassChange.js +1 -1
- package/lib/clients/mp_web/chope/offMemoryWarning.js +1 -1
- package/lib/clients/mp_web/chope/offSocketClose.js +1 -1
- package/lib/clients/mp_web/chope/offSocketError.js +1 -1
- package/lib/clients/mp_web/chope/offSocketMessage.js +1 -1
- package/lib/clients/mp_web/chope/offSocketOpen.js +1 -1
- package/lib/clients/mp_web/chope/offUserCaptureScreen.js +1 -1
- package/lib/clients/mp_web/chope/onAccelerometerChange.js +1 -1
- package/lib/clients/mp_web/chope/onBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp_web/chope/onBLEConnectionStateChanged.js +1 -1
- package/lib/clients/mp_web/chope/onBluetoothAdapterStateChange.js +1 -1
- package/lib/clients/mp_web/chope/onBluetoothDeviceFound.js +1 -1
- package/lib/clients/mp_web/chope/onCompassChange.js +1 -1
- package/lib/clients/mp_web/chope/onMemoryWarning.js +1 -1
- package/lib/clients/mp_web/chope/onSocketClose.js +1 -1
- package/lib/clients/mp_web/chope/onSocketError.js +1 -1
- package/lib/clients/mp_web/chope/onSocketMessage.js +1 -1
- package/lib/clients/mp_web/chope/onSocketOpen.js +1 -1
- package/lib/clients/mp_web/chope/onUserCaptureScreen.js +1 -1
- package/lib/clients/mp_web/chope/openBluetoothAdapter.js +1 -1
- package/lib/clients/mp_web/chope/openDocument.js +1 -1
- package/lib/clients/mp_web/chope/openSetting.js +1 -1
- package/lib/clients/mp_web/chope/pageScrollTo.js +1 -1
- package/lib/clients/mp_web/chope/previewImage.js +1 -1
- package/lib/clients/mp_web/chope/prompt.js +1 -1
- package/lib/clients/mp_web/chope/reLaunch.js +1 -1
- package/lib/clients/mp_web/chope/readBLECharacteristicValue.js +1 -1
- package/lib/clients/mp_web/chope/redirectTo.js +1 -1
- package/lib/clients/mp_web/chope/removeSavedFile.js +1 -1
- package/lib/clients/mp_web/chope/removeStorage.js +1 -1
- package/lib/clients/mp_web/chope/request.js +1 -1
- package/lib/clients/mp_web/chope/saveFile.js +1 -1
- package/lib/clients/mp_web/chope/saveImage.js +1 -1
- package/lib/clients/mp_web/chope/scan.js +1 -1
- package/lib/clients/mp_web/chope/sendSocketMessage.js +1 -1
- package/lib/clients/mp_web/chope/setBackgroundColor.js +1 -1
- package/lib/clients/mp_web/chope/setCanPullDown.js +1 -1
- package/lib/clients/mp_web/chope/setClipboard.js +1 -1
- package/lib/clients/mp_web/chope/setKeepScreenOn.js +1 -1
- package/lib/clients/mp_web/chope/setNavigationBar.js +1 -1
- package/lib/clients/mp_web/chope/setScreenBrightness.js +1 -1
- package/lib/clients/mp_web/chope/setStorage.js +1 -1
- package/lib/clients/mp_web/chope/setTabBarStyle.js +1 -1
- package/lib/clients/mp_web/chope/showActionSheet.js +1 -1
- package/lib/clients/mp_web/chope/showAuthGuide.js +1 -1
- package/lib/clients/mp_web/chope/showLoading.js +1 -1
- package/lib/clients/mp_web/chope/showNavigationBarLoading.js +1 -1
- package/lib/clients/mp_web/chope/showSharePanel.js +1 -1
- package/lib/clients/mp_web/chope/showToast.js +1 -1
- package/lib/clients/mp_web/chope/signContract.js +1 -1
- package/lib/clients/mp_web/chope/startBluetoothDevicesDiscovery.js +1 -1
- package/lib/clients/mp_web/chope/startPullDownRefresh.js +1 -1
- package/lib/clients/mp_web/chope/stopBluetoothDevicesDiscovery.js +1 -1
- package/lib/clients/mp_web/chope/stopPullDownRefresh.js +1 -1
- package/lib/clients/mp_web/chope/switchTab.js +1 -1
- package/lib/clients/mp_web/chope/tradePay.js +1 -1
- package/lib/clients/mp_web/chope/uploadFile.js +1 -1
- package/lib/clients/mp_web/chope/vibrate.js +1 -1
- package/lib/clients/mp_web/chope/watchShake.js +1 -1
- package/lib/clients/mp_web/chope/writeBLECharacteristicValue.js +1 -1
- package/lib/clients/mp_web/dana/addPhoneContact.js +1 -1
- package/lib/clients/mp_web/dana/alert.js +1 -1
- package/lib/clients/mp_web/dana/chooseImage.js +1 -1
- package/lib/clients/mp_web/dana/choosePhoneContact.js +1 -1
- package/lib/clients/mp_web/dana/clearStorage.js +1 -1
- package/lib/clients/mp_web/dana/closeBluetoothAdapter.js +1 -1
- package/lib/clients/mp_web/dana/closeSocket.js +1 -1
- package/lib/clients/mp_web/dana/confirm.js +1 -1
- package/lib/clients/mp_web/dana/connectBLEDevice.js +1 -1
- package/lib/clients/mp_web/dana/connectSocket.js +1 -1
- package/lib/clients/mp_web/dana/createWithoutAuthRpc.d.ts +2 -0
- package/lib/clients/mp_web/dana/createWithoutAuthRpc.js +3 -0
- package/lib/clients/mp_web/dana/datePicker.js +1 -1
- package/lib/clients/mp_web/dana/defineRuntimeConfig.d.ts +2 -0
- package/lib/clients/mp_web/dana/defineRuntimeConfig.js +3 -0
- package/lib/clients/mp_web/dana/disconnectBLEDevice.js +1 -1
- package/lib/clients/mp_web/dana/downloadFile.js +1 -1
- package/lib/clients/mp_web/dana/getAppId.d.ts +2 -0
- package/lib/clients/mp_web/dana/getAppId.js +3 -0
- package/lib/clients/mp_web/dana/getAuthCode.js +1 -1
- package/lib/clients/mp_web/dana/getBLEDeviceCharacteristics.js +1 -1
- package/lib/clients/mp_web/dana/getBLEDeviceServices.js +1 -1
- package/lib/clients/mp_web/dana/getBatteryInfo.js +1 -1
- package/lib/clients/mp_web/dana/getBluetoothAdapterState.js +1 -1
- package/lib/clients/mp_web/dana/getBluetoothDevices.js +1 -1
- package/lib/clients/mp_web/dana/getClipboard.js +1 -1
- package/lib/clients/mp_web/dana/getConnectedBluetoothDevices.js +1 -1
- package/lib/clients/mp_web/dana/getCurrentLanguage.d.ts +2 -0
- package/lib/clients/mp_web/dana/getCurrentLanguage.js +3 -0
- package/lib/clients/mp_web/dana/getCurrentPages.d.ts +2 -0
- package/lib/clients/mp_web/dana/getCurrentPages.js +3 -0
- package/lib/clients/mp_web/dana/getFileInfo.js +1 -1
- package/lib/clients/mp_web/dana/getImageInfo.js +1 -1
- package/lib/clients/mp_web/dana/getLocation.js +1 -1
- package/lib/clients/mp_web/dana/getNetworkType.js +1 -1
- package/lib/clients/mp_web/dana/getOpenUserInfo.js +1 -1
- package/lib/clients/mp_web/dana/getSDKVersion.d.ts +2 -0
- package/lib/clients/mp_web/dana/getSDKVersion.js +3 -0
- package/lib/clients/mp_web/dana/getSavedFileInfo.js +1 -1
- package/lib/clients/mp_web/dana/getSavedFileList.js +1 -1
- package/lib/clients/mp_web/dana/getScreenBrightness.js +1 -1
- package/lib/clients/mp_web/dana/getServerTime.js +1 -1
- package/lib/clients/mp_web/dana/getSetting.js +1 -1
- package/lib/clients/mp_web/dana/getSiteInfo.js +1 -1
- package/lib/clients/mp_web/dana/getStorage.js +1 -1
- package/lib/clients/mp_web/dana/getSystemInfo.js +1 -1
- package/lib/clients/mp_web/dana/hideBackHome.js +1 -1
- package/lib/clients/mp_web/dana/hideKeyboard.js +1 -1
- package/lib/clients/mp_web/dana/hideLoading.js +1 -1
- package/lib/clients/mp_web/dana/hideNavigationBarLoading.js +1 -1
- package/lib/clients/mp_web/dana/hideTabBar.js +1 -1
- package/lib/clients/mp_web/dana/hideToast.js +1 -1
- package/lib/clients/mp_web/dana/index.d.ts +33 -2
- package/lib/clients/mp_web/dana/index.js +128 -114
- package/lib/clients/mp_web/dana/makePhoneCall.js +1 -1
- package/lib/clients/mp_web/dana/multiLevelSelect.js +1 -1
- package/lib/clients/mp_web/dana/navigateBack.js +1 -1
- package/lib/clients/mp_web/dana/navigateBackMiniProgram.js +1 -1
- package/lib/clients/mp_web/dana/navigateTo.js +1 -1
- package/lib/clients/mp_web/dana/navigateToMiniProgram.js +1 -1
- package/lib/clients/mp_web/dana/notifyBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp_web/dana/offAccelerometerChange.js +1 -1
- package/lib/clients/mp_web/dana/offBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp_web/dana/offBLEConnectionStateChanged.js +1 -1
- package/lib/clients/mp_web/dana/offBluetoothAdapterStateChange.js +1 -1
- package/lib/clients/mp_web/dana/offBluetoothDeviceFound.js +1 -1
- package/lib/clients/mp_web/dana/offCompassChange.js +1 -1
- package/lib/clients/mp_web/dana/offMemoryWarning.js +1 -1
- package/lib/clients/mp_web/dana/offSocketClose.js +1 -1
- package/lib/clients/mp_web/dana/offSocketError.js +1 -1
- package/lib/clients/mp_web/dana/offSocketMessage.js +1 -1
- package/lib/clients/mp_web/dana/offSocketOpen.js +1 -1
- package/lib/clients/mp_web/dana/offUserCaptureScreen.js +1 -1
- package/lib/clients/mp_web/dana/onAccelerometerChange.js +1 -1
- package/lib/clients/mp_web/dana/onBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp_web/dana/onBLEConnectionStateChanged.js +1 -1
- package/lib/clients/mp_web/dana/onBluetoothAdapterStateChange.js +1 -1
- package/lib/clients/mp_web/dana/onBluetoothDeviceFound.js +1 -1
- package/lib/clients/mp_web/dana/onCompassChange.js +1 -1
- package/lib/clients/mp_web/dana/onMemoryWarning.js +1 -1
- package/lib/clients/mp_web/dana/onSocketClose.js +1 -1
- package/lib/clients/mp_web/dana/onSocketError.js +1 -1
- package/lib/clients/mp_web/dana/onSocketMessage.js +1 -1
- package/lib/clients/mp_web/dana/onSocketOpen.js +1 -1
- package/lib/clients/mp_web/dana/onUserCaptureScreen.js +1 -1
- package/lib/clients/mp_web/dana/openBluetoothAdapter.js +1 -1
- package/lib/clients/mp_web/dana/openDocument.js +1 -1
- package/lib/clients/mp_web/dana/openSetting.js +1 -1
- package/lib/clients/mp_web/dana/openURL.d.ts +2 -0
- package/lib/clients/mp_web/dana/openURL.js +3 -0
- package/lib/clients/mp_web/dana/pageScrollTo.js +1 -1
- package/lib/clients/mp_web/dana/previewImage.js +1 -1
- package/lib/clients/mp_web/dana/prompt.js +1 -1
- package/lib/clients/mp_web/dana/reLaunch.js +1 -1
- package/lib/clients/mp_web/dana/readBLECharacteristicValue.js +1 -1
- package/lib/clients/mp_web/dana/redirectTo.js +1 -1
- package/lib/clients/mp_web/dana/removeSavedFile.js +1 -1
- package/lib/clients/mp_web/dana/removeStorage.js +1 -1
- package/lib/clients/mp_web/dana/request.js +1 -1
- package/lib/clients/mp_web/dana/saveFile.js +1 -1
- package/lib/clients/mp_web/dana/saveImage.js +1 -1
- package/lib/clients/mp_web/dana/scan.js +1 -1
- package/lib/clients/mp_web/dana/sendSocketMessage.js +1 -1
- package/lib/clients/mp_web/dana/setBackgroundColor.js +1 -1
- package/lib/clients/mp_web/dana/setCanPullDown.js +1 -1
- package/lib/clients/mp_web/dana/setClipboard.js +1 -1
- package/lib/clients/mp_web/dana/setKeepScreenOn.js +1 -1
- package/lib/clients/mp_web/dana/setNavigationBar.js +1 -1
- package/lib/clients/mp_web/dana/setScreenBrightness.js +1 -1
- package/lib/clients/mp_web/dana/setStorage.js +1 -1
- package/lib/clients/mp_web/dana/setTabBarStyle.js +1 -1
- package/lib/clients/mp_web/dana/showActionSheet.js +1 -1
- package/lib/clients/mp_web/dana/showAuthGuide.js +1 -1
- package/lib/clients/mp_web/dana/showLoading.js +1 -1
- package/lib/clients/mp_web/dana/showNavigationBarLoading.js +1 -1
- package/lib/clients/mp_web/dana/showSharePanel.js +1 -1
- package/lib/clients/mp_web/dana/showToast.js +1 -1
- package/lib/clients/mp_web/dana/signContract.js +1 -1
- package/lib/clients/mp_web/dana/startBluetoothDevicesDiscovery.js +1 -1
- package/lib/clients/mp_web/dana/startPullDownRefresh.js +1 -1
- package/lib/clients/mp_web/dana/stopBluetoothDevicesDiscovery.js +1 -1
- package/lib/clients/mp_web/dana/stopPullDownRefresh.js +1 -1
- package/lib/clients/mp_web/dana/switchTab.js +1 -1
- package/lib/clients/mp_web/dana/tradePay.js +1 -1
- package/lib/clients/mp_web/dana/uploadFile.js +1 -1
- package/lib/clients/mp_web/dana/vibrate.js +1 -1
- package/lib/clients/mp_web/dana/watchShake.js +1 -1
- package/lib/clients/mp_web/dana/writeBLECharacteristicValue.js +1 -1
- package/lib/clients/mp_web/demo/APRegionRPC.js +1 -1
- package/lib/clients/mp_web/demo/addFatigueAction.js +1 -1
- package/lib/clients/mp_web/demo/addPhoneContact.js +1 -1
- package/lib/clients/mp_web/demo/alert.js +1 -1
- package/lib/clients/mp_web/demo/apDisableJSAPI.js +1 -1
- package/lib/clients/mp_web/demo/appxrpc.js +1 -1
- package/lib/clients/mp_web/demo/batchQueryCdpSpaceInfo.js +1 -1
- package/lib/clients/mp_web/demo/chooseImage.js +1 -1
- package/lib/clients/mp_web/demo/choosePhoneContact.js +1 -1
- package/lib/clients/mp_web/demo/clearStorage.js +1 -1
- package/lib/clients/mp_web/demo/closeBluetoothAdapter.js +1 -1
- package/lib/clients/mp_web/demo/closeSocket.js +1 -1
- package/lib/clients/mp_web/demo/confirm.js +1 -1
- package/lib/clients/mp_web/demo/connectBLEDevice.js +1 -1
- package/lib/clients/mp_web/demo/connectSocket.js +1 -1
- package/lib/clients/mp_web/demo/datePicker.js +1 -1
- package/lib/clients/mp_web/demo/disconnectBLEDevice.js +1 -1
- package/lib/clients/mp_web/demo/downloadFile.js +1 -1
- package/lib/clients/mp_web/demo/exitApp.js +1 -1
- package/lib/clients/mp_web/demo/getAppId.d.ts +2 -0
- package/lib/clients/mp_web/demo/getAppId.js +3 -0
- package/lib/clients/mp_web/demo/getAppToken.js +1 -1
- package/lib/clients/mp_web/demo/getAuthCode.js +1 -1
- package/lib/clients/mp_web/demo/getBLEDeviceCharacteristics.js +1 -1
- package/lib/clients/mp_web/demo/getBLEDeviceServices.js +1 -1
- package/lib/clients/mp_web/demo/getBatteryInfo.js +1 -1
- package/lib/clients/mp_web/demo/getBluetoothAdapterState.js +1 -1
- package/lib/clients/mp_web/demo/getBluetoothDevices.js +1 -1
- package/lib/clients/mp_web/demo/getClipboard.js +1 -1
- package/lib/clients/mp_web/demo/getComponentAuth.js +1 -1
- package/lib/clients/mp_web/demo/getConnectedBluetoothDevices.js +1 -1
- package/lib/clients/mp_web/demo/getCurrentLanguage.d.ts +2 -0
- package/lib/clients/mp_web/demo/getCurrentLanguage.js +3 -0
- package/lib/clients/mp_web/demo/getCurrentPages.d.ts +2 -0
- package/lib/clients/mp_web/demo/getCurrentPages.js +3 -0
- package/lib/clients/mp_web/demo/getFileInfo.js +1 -1
- package/lib/clients/mp_web/demo/getImageInfo.js +1 -1
- package/lib/clients/mp_web/demo/getLocation.js +1 -1
- package/lib/clients/mp_web/demo/getNetworkType.js +1 -1
- package/lib/clients/mp_web/demo/getOpenUserInfo.js +1 -1
- package/lib/clients/mp_web/demo/getPaymentCode.js +1 -1
- package/lib/clients/mp_web/demo/getPhoneNumber.js +1 -1
- package/lib/clients/mp_web/demo/getSDKVersion.d.ts +2 -0
- package/lib/clients/mp_web/demo/getSDKVersion.js +3 -0
- package/lib/clients/mp_web/demo/getSavedFileInfo.js +1 -1
- package/lib/clients/mp_web/demo/getSavedFileList.js +1 -1
- package/lib/clients/mp_web/demo/getScreenBrightness.js +1 -1
- package/lib/clients/mp_web/demo/getServerTime.js +1 -1
- package/lib/clients/mp_web/demo/getSetting.js +1 -1
- package/lib/clients/mp_web/demo/getSiteInfo.js +1 -1
- package/lib/clients/mp_web/demo/getStorage.js +1 -1
- package/lib/clients/mp_web/demo/getSystemInfo.js +1 -1
- package/lib/clients/mp_web/demo/hideBackHome.js +1 -1
- package/lib/clients/mp_web/demo/hideKeyboard.js +1 -1
- package/lib/clients/mp_web/demo/hideLoading.js +1 -1
- package/lib/clients/mp_web/demo/hideNavigationBarLoading.js +1 -1
- package/lib/clients/mp_web/demo/hideOptionButton.js +1 -1
- package/lib/clients/mp_web/demo/hideTabBar.js +1 -1
- package/lib/clients/mp_web/demo/hideToast.js +1 -1
- package/lib/clients/mp_web/demo/index.d.ts +19 -3
- package/lib/clients/mp_web/demo/index.js +146 -138
- package/lib/clients/mp_web/demo/inquireQuote.js +1 -1
- package/lib/clients/mp_web/demo/isInstalledApp.js +1 -1
- package/lib/clients/mp_web/demo/makePhoneCall.js +1 -1
- package/lib/clients/mp_web/demo/multiLevelSelect.js +1 -1
- package/lib/clients/mp_web/demo/navigateBack.js +1 -1
- package/lib/clients/mp_web/demo/navigateBackMiniProgram.js +1 -1
- package/lib/clients/mp_web/demo/navigateTo.js +1 -1
- package/lib/clients/mp_web/demo/navigateToBizScene.js +1 -1
- package/lib/clients/mp_web/demo/navigateToMiniProgram.js +1 -1
- package/lib/clients/mp_web/demo/notifyBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp_web/demo/offAccelerometerChange.js +1 -1
- package/lib/clients/mp_web/demo/offBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp_web/demo/offBLEConnectionStateChanged.js +1 -1
- package/lib/clients/mp_web/demo/offBluetoothAdapterStateChange.js +1 -1
- package/lib/clients/mp_web/demo/offBluetoothDeviceFound.js +1 -1
- package/lib/clients/mp_web/demo/offCompassChange.js +1 -1
- package/lib/clients/mp_web/demo/offMemoryWarning.js +1 -1
- package/lib/clients/mp_web/demo/offSocketClose.js +1 -1
- package/lib/clients/mp_web/demo/offSocketError.js +1 -1
- package/lib/clients/mp_web/demo/offSocketMessage.js +1 -1
- package/lib/clients/mp_web/demo/offSocketOpen.js +1 -1
- package/lib/clients/mp_web/demo/offUserCaptureScreen.js +1 -1
- package/lib/clients/mp_web/demo/onAccelerometerChange.js +1 -1
- package/lib/clients/mp_web/demo/onBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp_web/demo/onBLEConnectionStateChanged.js +1 -1
- package/lib/clients/mp_web/demo/onBluetoothAdapterStateChange.js +1 -1
- package/lib/clients/mp_web/demo/onBluetoothDeviceFound.js +1 -1
- package/lib/clients/mp_web/demo/onCompassChange.js +1 -1
- package/lib/clients/mp_web/demo/onMemoryWarning.js +1 -1
- package/lib/clients/mp_web/demo/onSocketClose.js +1 -1
- package/lib/clients/mp_web/demo/onSocketError.js +1 -1
- package/lib/clients/mp_web/demo/onSocketMessage.js +1 -1
- package/lib/clients/mp_web/demo/onSocketOpen.js +1 -1
- package/lib/clients/mp_web/demo/onUserCaptureScreen.js +1 -1
- package/lib/clients/mp_web/demo/openBluetoothAdapter.js +1 -1
- package/lib/clients/mp_web/demo/openDocument.js +1 -1
- package/lib/clients/mp_web/demo/openSchemeWithBacking.js +1 -1
- package/lib/clients/mp_web/demo/openSetting.js +1 -1
- package/lib/clients/mp_web/demo/pageScrollTo.js +1 -1
- package/lib/clients/mp_web/demo/paySignCenter.js +1 -1
- package/lib/clients/mp_web/demo/previewImage.js +1 -1
- package/lib/clients/mp_web/demo/prompt.js +1 -1
- package/lib/clients/mp_web/demo/reLaunch.js +1 -1
- package/lib/clients/mp_web/demo/readBLECharacteristicValue.js +1 -1
- package/lib/clients/mp_web/demo/redirectTo.js +1 -1
- package/lib/clients/mp_web/demo/regionFetchAllApps.js +1 -1
- package/lib/clients/mp_web/demo/regionSearchAppsByKeywords.js +1 -1
- package/lib/clients/mp_web/demo/removeSavedFile.js +1 -1
- package/lib/clients/mp_web/demo/removeStorage.js +1 -1
- package/lib/clients/mp_web/demo/request.js +1 -1
- package/lib/clients/mp_web/demo/rpc.js +1 -1
- package/lib/clients/mp_web/demo/saveFile.js +1 -1
- package/lib/clients/mp_web/demo/saveImage.js +1 -1
- package/lib/clients/mp_web/demo/scan.js +1 -1
- package/lib/clients/mp_web/demo/sendSocketMessage.js +1 -1
- package/lib/clients/mp_web/demo/setBackgroundColor.js +1 -1
- package/lib/clients/mp_web/demo/setCanPullDown.js +1 -1
- package/lib/clients/mp_web/demo/setClipboard.js +1 -1
- package/lib/clients/mp_web/demo/setKeepScreenOn.js +1 -1
- package/lib/clients/mp_web/demo/setNavigationBar.js +1 -1
- package/lib/clients/mp_web/demo/setOptionMenu.js +1 -1
- package/lib/clients/mp_web/demo/setScreenBrightness.js +1 -1
- package/lib/clients/mp_web/demo/setStorage.js +1 -1
- package/lib/clients/mp_web/demo/setTabBarStyle.js +1 -1
- package/lib/clients/mp_web/demo/showActionSheet.js +1 -1
- package/lib/clients/mp_web/demo/showAuthGuide.js +1 -1
- package/lib/clients/mp_web/demo/showLoading.js +1 -1
- package/lib/clients/mp_web/demo/showNavigationBarLoading.js +1 -1
- package/lib/clients/mp_web/demo/showSharePanel.js +1 -1
- package/lib/clients/mp_web/demo/showToast.js +1 -1
- package/lib/clients/mp_web/demo/signContract.js +1 -1
- package/lib/clients/mp_web/demo/startApp.js +1 -1
- package/lib/clients/mp_web/demo/startBizService.js +1 -1
- package/lib/clients/mp_web/demo/startBluetoothDevicesDiscovery.js +1 -1
- package/lib/clients/mp_web/demo/startPullDownRefresh.js +1 -1
- package/lib/clients/mp_web/demo/stopBluetoothDevicesDiscovery.js +1 -1
- package/lib/clients/mp_web/demo/stopPullDownRefresh.js +1 -1
- package/lib/clients/mp_web/demo/switchTab.js +1 -1
- package/lib/clients/mp_web/demo/thirdPartyAuthForAc.js +1 -1
- package/lib/clients/mp_web/demo/tradePay.js +1 -1
- package/lib/clients/mp_web/demo/uploadApdidToken.js +1 -1
- package/lib/clients/mp_web/demo/uploadFile.js +1 -1
- package/lib/clients/mp_web/demo/vibrate.js +1 -1
- package/lib/clients/mp_web/demo/watchShake.js +1 -1
- package/lib/clients/mp_web/demo/writeBLECharacteristicValue.js +1 -1
- package/lib/clients/mp_web/gcash/addPhoneContact.js +1 -1
- package/lib/clients/mp_web/gcash/alert.js +1 -1
- package/lib/clients/mp_web/gcash/chooseImage.js +1 -1
- package/lib/clients/mp_web/gcash/choosePhoneContact.js +1 -1
- package/lib/clients/mp_web/gcash/clearStorage.js +1 -1
- package/lib/clients/mp_web/gcash/closeBluetoothAdapter.js +1 -1
- package/lib/clients/mp_web/gcash/closeSocket.js +1 -1
- package/lib/clients/mp_web/gcash/confirm.js +1 -1
- package/lib/clients/mp_web/gcash/connectBLEDevice.js +1 -1
- package/lib/clients/mp_web/gcash/connectSocket.js +1 -1
- package/lib/clients/mp_web/gcash/createWithoutAuthRpc.d.ts +2 -0
- package/lib/clients/mp_web/gcash/createWithoutAuthRpc.js +3 -0
- package/lib/clients/mp_web/gcash/datePicker.js +1 -1
- package/lib/clients/mp_web/gcash/defineRuntimeConfig.d.ts +2 -0
- package/lib/clients/mp_web/gcash/defineRuntimeConfig.js +3 -0
- package/lib/clients/mp_web/gcash/disconnectBLEDevice.js +1 -1
- package/lib/clients/mp_web/gcash/downloadFile.js +1 -1
- package/lib/clients/mp_web/gcash/getAppId.d.ts +2 -0
- package/lib/clients/mp_web/gcash/getAppId.js +3 -0
- package/lib/clients/mp_web/gcash/getAuthCode.js +1 -1
- package/lib/clients/mp_web/gcash/getBLEDeviceCharacteristics.js +1 -1
- package/lib/clients/mp_web/gcash/getBLEDeviceServices.js +1 -1
- package/lib/clients/mp_web/gcash/getBatteryInfo.js +1 -1
- package/lib/clients/mp_web/gcash/getBluetoothAdapterState.js +1 -1
- package/lib/clients/mp_web/gcash/getBluetoothDevices.js +1 -1
- package/lib/clients/mp_web/gcash/getClipboard.js +1 -1
- package/lib/clients/mp_web/gcash/getConnectedBluetoothDevices.js +1 -1
- package/lib/clients/mp_web/gcash/getCurrentLanguage.d.ts +2 -0
- package/lib/clients/mp_web/gcash/getCurrentLanguage.js +3 -0
- package/lib/clients/mp_web/gcash/getCurrentPages.d.ts +2 -0
- package/lib/clients/mp_web/gcash/getCurrentPages.js +3 -0
- package/lib/clients/mp_web/gcash/getFileInfo.js +1 -1
- package/lib/clients/mp_web/gcash/getImageInfo.js +1 -1
- package/lib/clients/mp_web/gcash/getLocation.js +1 -1
- package/lib/clients/mp_web/gcash/getNetworkType.js +1 -1
- package/lib/clients/mp_web/gcash/getOpenUserInfo.js +1 -1
- package/lib/clients/mp_web/gcash/getSDKVersion.d.ts +2 -0
- package/lib/clients/mp_web/gcash/getSDKVersion.js +3 -0
- package/lib/clients/mp_web/gcash/getSavedFileInfo.js +1 -1
- package/lib/clients/mp_web/gcash/getSavedFileList.js +1 -1
- package/lib/clients/mp_web/gcash/getScreenBrightness.js +1 -1
- package/lib/clients/mp_web/gcash/getServerTime.js +1 -1
- package/lib/clients/mp_web/gcash/getSetting.js +1 -1
- package/lib/clients/mp_web/gcash/getSiteInfo.js +1 -1
- package/lib/clients/mp_web/gcash/getStorage.js +1 -1
- package/lib/clients/mp_web/gcash/getSystemInfo.js +1 -1
- package/lib/clients/mp_web/gcash/hideBackHome.js +1 -1
- package/lib/clients/mp_web/gcash/hideKeyboard.js +1 -1
- package/lib/clients/mp_web/gcash/hideLoading.js +1 -1
- package/lib/clients/mp_web/gcash/hideNavigationBarLoading.js +1 -1
- package/lib/clients/mp_web/gcash/hideTabBar.js +1 -1
- package/lib/clients/mp_web/gcash/hideToast.js +1 -1
- package/lib/clients/mp_web/gcash/index.d.ts +33 -2
- package/lib/clients/mp_web/gcash/index.js +128 -114
- package/lib/clients/mp_web/gcash/makePhoneCall.js +1 -1
- package/lib/clients/mp_web/gcash/multiLevelSelect.js +1 -1
- package/lib/clients/mp_web/gcash/navigateBack.js +1 -1
- package/lib/clients/mp_web/gcash/navigateBackMiniProgram.js +1 -1
- package/lib/clients/mp_web/gcash/navigateTo.js +1 -1
- package/lib/clients/mp_web/gcash/navigateToMiniProgram.js +1 -1
- package/lib/clients/mp_web/gcash/notifyBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp_web/gcash/offAccelerometerChange.js +1 -1
- package/lib/clients/mp_web/gcash/offBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp_web/gcash/offBLEConnectionStateChanged.js +1 -1
- package/lib/clients/mp_web/gcash/offBluetoothAdapterStateChange.js +1 -1
- package/lib/clients/mp_web/gcash/offBluetoothDeviceFound.js +1 -1
- package/lib/clients/mp_web/gcash/offCompassChange.js +1 -1
- package/lib/clients/mp_web/gcash/offMemoryWarning.js +1 -1
- package/lib/clients/mp_web/gcash/offSocketClose.js +1 -1
- package/lib/clients/mp_web/gcash/offSocketError.js +1 -1
- package/lib/clients/mp_web/gcash/offSocketMessage.js +1 -1
- package/lib/clients/mp_web/gcash/offSocketOpen.js +1 -1
- package/lib/clients/mp_web/gcash/offUserCaptureScreen.js +1 -1
- package/lib/clients/mp_web/gcash/onAccelerometerChange.js +1 -1
- package/lib/clients/mp_web/gcash/onBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp_web/gcash/onBLEConnectionStateChanged.js +1 -1
- package/lib/clients/mp_web/gcash/onBluetoothAdapterStateChange.js +1 -1
- package/lib/clients/mp_web/gcash/onBluetoothDeviceFound.js +1 -1
- package/lib/clients/mp_web/gcash/onCompassChange.js +1 -1
- package/lib/clients/mp_web/gcash/onMemoryWarning.js +1 -1
- package/lib/clients/mp_web/gcash/onSocketClose.js +1 -1
- package/lib/clients/mp_web/gcash/onSocketError.js +1 -1
- package/lib/clients/mp_web/gcash/onSocketMessage.js +1 -1
- package/lib/clients/mp_web/gcash/onSocketOpen.js +1 -1
- package/lib/clients/mp_web/gcash/onUserCaptureScreen.js +1 -1
- package/lib/clients/mp_web/gcash/openBluetoothAdapter.js +1 -1
- package/lib/clients/mp_web/gcash/openDocument.js +1 -1
- package/lib/clients/mp_web/gcash/openSetting.js +1 -1
- package/lib/clients/mp_web/gcash/openURL.d.ts +2 -0
- package/lib/clients/mp_web/gcash/openURL.js +3 -0
- package/lib/clients/mp_web/gcash/pageScrollTo.js +1 -1
- package/lib/clients/mp_web/gcash/previewImage.js +1 -1
- package/lib/clients/mp_web/gcash/prompt.js +1 -1
- package/lib/clients/mp_web/gcash/reLaunch.js +1 -1
- package/lib/clients/mp_web/gcash/readBLECharacteristicValue.js +1 -1
- package/lib/clients/mp_web/gcash/redirectTo.js +1 -1
- package/lib/clients/mp_web/gcash/removeSavedFile.js +1 -1
- package/lib/clients/mp_web/gcash/removeStorage.js +1 -1
- package/lib/clients/mp_web/gcash/request.js +1 -1
- package/lib/clients/mp_web/gcash/saveFile.js +1 -1
- package/lib/clients/mp_web/gcash/saveImage.js +1 -1
- package/lib/clients/mp_web/gcash/scan.js +1 -1
- package/lib/clients/mp_web/gcash/sendSocketMessage.js +1 -1
- package/lib/clients/mp_web/gcash/setBackgroundColor.js +1 -1
- package/lib/clients/mp_web/gcash/setCanPullDown.js +1 -1
- package/lib/clients/mp_web/gcash/setClipboard.js +1 -1
- package/lib/clients/mp_web/gcash/setKeepScreenOn.js +1 -1
- package/lib/clients/mp_web/gcash/setNavigationBar.js +1 -1
- package/lib/clients/mp_web/gcash/setScreenBrightness.js +1 -1
- package/lib/clients/mp_web/gcash/setStorage.js +1 -1
- package/lib/clients/mp_web/gcash/setTabBarStyle.js +1 -1
- package/lib/clients/mp_web/gcash/showActionSheet.js +1 -1
- package/lib/clients/mp_web/gcash/showAuthGuide.js +1 -1
- package/lib/clients/mp_web/gcash/showLoading.js +1 -1
- package/lib/clients/mp_web/gcash/showNavigationBarLoading.js +1 -1
- package/lib/clients/mp_web/gcash/showSharePanel.js +1 -1
- package/lib/clients/mp_web/gcash/showToast.js +1 -1
- package/lib/clients/mp_web/gcash/signContract.js +1 -1
- package/lib/clients/mp_web/gcash/startBluetoothDevicesDiscovery.js +1 -1
- package/lib/clients/mp_web/gcash/startPullDownRefresh.js +1 -1
- package/lib/clients/mp_web/gcash/stopBluetoothDevicesDiscovery.js +1 -1
- package/lib/clients/mp_web/gcash/stopPullDownRefresh.js +1 -1
- package/lib/clients/mp_web/gcash/switchTab.js +1 -1
- package/lib/clients/mp_web/gcash/tradePay.js +1 -1
- package/lib/clients/mp_web/gcash/uploadFile.js +1 -1
- package/lib/clients/mp_web/gcash/vibrate.js +1 -1
- package/lib/clients/mp_web/gcash/watchShake.js +1 -1
- package/lib/clients/mp_web/gcash/writeBLECharacteristicValue.js +1 -1
- package/lib/clients/mp_web/mpay/createWithoutAuthRpc.d.ts +2 -0
- package/lib/clients/mp_web/mpay/createWithoutAuthRpc.js +3 -0
- package/lib/clients/mp_web/mpay/defineRuntimeConfig.d.ts +2 -0
- package/lib/clients/mp_web/mpay/defineRuntimeConfig.js +3 -0
- package/lib/clients/mp_web/mpay/getAppId.d.ts +2 -0
- package/lib/clients/mp_web/mpay/getAppId.js +3 -0
- package/lib/clients/mp_web/mpay/getCurrentPages.d.ts +2 -0
- package/lib/clients/mp_web/mpay/getCurrentPages.js +3 -0
- package/lib/clients/mp_web/mpay/getSDKVersion.d.ts +2 -0
- package/lib/clients/mp_web/mpay/getSDKVersion.js +3 -0
- package/lib/clients/mp_web/mpay/index.d.ts +36 -0
- package/lib/clients/mp_web/mpay/index.js +18 -0
- package/lib/clients/mp_web/mpay/openURL.d.ts +2 -0
- package/lib/clients/mp_web/mpay/openURL.js +3 -0
- package/lib/clients/mp_web/mpay/rpcWithAuth.d.ts +2 -0
- package/lib/clients/mp_web/mpay/rpcWithAuth.js +3 -0
- package/lib/clients/mp_web/tngd/addPhoneContact.js +1 -1
- package/lib/clients/mp_web/tngd/alert.js +1 -1
- package/lib/clients/mp_web/tngd/chooseImage.js +1 -1
- package/lib/clients/mp_web/tngd/choosePhoneContact.js +1 -1
- package/lib/clients/mp_web/tngd/clearStorage.js +1 -1
- package/lib/clients/mp_web/tngd/closeBluetoothAdapter.js +1 -1
- package/lib/clients/mp_web/tngd/closeSocket.js +1 -1
- package/lib/clients/mp_web/tngd/confirm.js +1 -1
- package/lib/clients/mp_web/tngd/connectBLEDevice.js +1 -1
- package/lib/clients/mp_web/tngd/connectSocket.js +1 -1
- package/lib/clients/mp_web/tngd/createWithoutAuthRpc.d.ts +2 -0
- package/lib/clients/mp_web/tngd/createWithoutAuthRpc.js +3 -0
- package/lib/clients/mp_web/tngd/datePicker.js +1 -1
- package/lib/clients/mp_web/tngd/defineRuntimeConfig.d.ts +2 -0
- package/lib/clients/mp_web/tngd/defineRuntimeConfig.js +3 -0
- package/lib/clients/mp_web/tngd/disconnectBLEDevice.js +1 -1
- package/lib/clients/mp_web/tngd/downloadFile.js +1 -1
- package/lib/clients/mp_web/tngd/getAppId.d.ts +2 -0
- package/lib/clients/mp_web/tngd/getAppId.js +3 -0
- package/lib/clients/mp_web/tngd/getAuthCode.js +1 -1
- package/lib/clients/mp_web/tngd/getBLEDeviceCharacteristics.js +1 -1
- package/lib/clients/mp_web/tngd/getBLEDeviceServices.js +1 -1
- package/lib/clients/mp_web/tngd/getBatteryInfo.js +1 -1
- package/lib/clients/mp_web/tngd/getBluetoothAdapterState.js +1 -1
- package/lib/clients/mp_web/tngd/getBluetoothDevices.js +1 -1
- package/lib/clients/mp_web/tngd/getClipboard.js +1 -1
- package/lib/clients/mp_web/tngd/getConnectedBluetoothDevices.js +1 -1
- package/lib/clients/mp_web/tngd/getCurrentLanguage.d.ts +2 -0
- package/lib/clients/mp_web/tngd/getCurrentLanguage.js +3 -0
- package/lib/clients/mp_web/tngd/getCurrentPages.d.ts +2 -0
- package/lib/clients/mp_web/tngd/getCurrentPages.js +3 -0
- package/lib/clients/mp_web/tngd/getFileInfo.js +1 -1
- package/lib/clients/mp_web/tngd/getImageInfo.js +1 -1
- package/lib/clients/mp_web/tngd/getLocation.js +1 -1
- package/lib/clients/mp_web/tngd/getNetworkType.js +1 -1
- package/lib/clients/mp_web/tngd/getOpenUserInfo.js +1 -1
- package/lib/clients/mp_web/tngd/getSDKVersion.d.ts +2 -0
- package/lib/clients/mp_web/tngd/getSDKVersion.js +3 -0
- package/lib/clients/mp_web/tngd/getSavedFileInfo.js +1 -1
- package/lib/clients/mp_web/tngd/getSavedFileList.js +1 -1
- package/lib/clients/mp_web/tngd/getScreenBrightness.js +1 -1
- package/lib/clients/mp_web/tngd/getServerTime.js +1 -1
- package/lib/clients/mp_web/tngd/getSetting.js +1 -1
- package/lib/clients/mp_web/tngd/getSiteInfo.js +1 -1
- package/lib/clients/mp_web/tngd/getStorage.js +1 -1
- package/lib/clients/mp_web/tngd/getSystemInfo.js +1 -1
- package/lib/clients/mp_web/tngd/hideBackHome.js +1 -1
- package/lib/clients/mp_web/tngd/hideKeyboard.js +1 -1
- package/lib/clients/mp_web/tngd/hideLoading.js +1 -1
- package/lib/clients/mp_web/tngd/hideNavigationBarLoading.js +1 -1
- package/lib/clients/mp_web/tngd/hideTabBar.js +1 -1
- package/lib/clients/mp_web/tngd/hideToast.js +1 -1
- package/lib/clients/mp_web/tngd/index.d.ts +33 -2
- package/lib/clients/mp_web/tngd/index.js +128 -114
- package/lib/clients/mp_web/tngd/makePhoneCall.js +1 -1
- package/lib/clients/mp_web/tngd/multiLevelSelect.js +1 -1
- package/lib/clients/mp_web/tngd/navigateBack.js +1 -1
- package/lib/clients/mp_web/tngd/navigateBackMiniProgram.js +1 -1
- package/lib/clients/mp_web/tngd/navigateTo.js +1 -1
- package/lib/clients/mp_web/tngd/navigateToMiniProgram.js +1 -1
- package/lib/clients/mp_web/tngd/notifyBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp_web/tngd/offAccelerometerChange.js +1 -1
- package/lib/clients/mp_web/tngd/offBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp_web/tngd/offBLEConnectionStateChanged.js +1 -1
- package/lib/clients/mp_web/tngd/offBluetoothAdapterStateChange.js +1 -1
- package/lib/clients/mp_web/tngd/offBluetoothDeviceFound.js +1 -1
- package/lib/clients/mp_web/tngd/offCompassChange.js +1 -1
- package/lib/clients/mp_web/tngd/offMemoryWarning.js +1 -1
- package/lib/clients/mp_web/tngd/offSocketClose.js +1 -1
- package/lib/clients/mp_web/tngd/offSocketError.js +1 -1
- package/lib/clients/mp_web/tngd/offSocketMessage.js +1 -1
- package/lib/clients/mp_web/tngd/offSocketOpen.js +1 -1
- package/lib/clients/mp_web/tngd/offUserCaptureScreen.js +1 -1
- package/lib/clients/mp_web/tngd/onAccelerometerChange.js +1 -1
- package/lib/clients/mp_web/tngd/onBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp_web/tngd/onBLEConnectionStateChanged.js +1 -1
- package/lib/clients/mp_web/tngd/onBluetoothAdapterStateChange.js +1 -1
- package/lib/clients/mp_web/tngd/onBluetoothDeviceFound.js +1 -1
- package/lib/clients/mp_web/tngd/onCompassChange.js +1 -1
- package/lib/clients/mp_web/tngd/onMemoryWarning.js +1 -1
- package/lib/clients/mp_web/tngd/onSocketClose.js +1 -1
- package/lib/clients/mp_web/tngd/onSocketError.js +1 -1
- package/lib/clients/mp_web/tngd/onSocketMessage.js +1 -1
- package/lib/clients/mp_web/tngd/onSocketOpen.js +1 -1
- package/lib/clients/mp_web/tngd/onUserCaptureScreen.js +1 -1
- package/lib/clients/mp_web/tngd/openBluetoothAdapter.js +1 -1
- package/lib/clients/mp_web/tngd/openDocument.js +1 -1
- package/lib/clients/mp_web/tngd/openSetting.js +1 -1
- package/lib/clients/mp_web/tngd/openURL.d.ts +2 -0
- package/lib/clients/mp_web/tngd/openURL.js +3 -0
- package/lib/clients/mp_web/tngd/pageScrollTo.js +1 -1
- package/lib/clients/mp_web/tngd/previewImage.js +1 -1
- package/lib/clients/mp_web/tngd/prompt.js +1 -1
- package/lib/clients/mp_web/tngd/reLaunch.js +1 -1
- package/lib/clients/mp_web/tngd/readBLECharacteristicValue.js +1 -1
- package/lib/clients/mp_web/tngd/redirectTo.js +1 -1
- package/lib/clients/mp_web/tngd/removeSavedFile.js +1 -1
- package/lib/clients/mp_web/tngd/removeStorage.js +1 -1
- package/lib/clients/mp_web/tngd/request.js +1 -1
- package/lib/clients/mp_web/tngd/saveFile.js +1 -1
- package/lib/clients/mp_web/tngd/saveImage.js +1 -1
- package/lib/clients/mp_web/tngd/scan.js +1 -1
- package/lib/clients/mp_web/tngd/sendSocketMessage.js +1 -1
- package/lib/clients/mp_web/tngd/setBackgroundColor.js +1 -1
- package/lib/clients/mp_web/tngd/setCanPullDown.js +1 -1
- package/lib/clients/mp_web/tngd/setClipboard.js +1 -1
- package/lib/clients/mp_web/tngd/setKeepScreenOn.js +1 -1
- package/lib/clients/mp_web/tngd/setNavigationBar.js +1 -1
- package/lib/clients/mp_web/tngd/setScreenBrightness.js +1 -1
- package/lib/clients/mp_web/tngd/setStorage.js +1 -1
- package/lib/clients/mp_web/tngd/setTabBarStyle.js +1 -1
- package/lib/clients/mp_web/tngd/showActionSheet.js +1 -1
- package/lib/clients/mp_web/tngd/showAuthGuide.js +1 -1
- package/lib/clients/mp_web/tngd/showLoading.js +1 -1
- package/lib/clients/mp_web/tngd/showNavigationBarLoading.js +1 -1
- package/lib/clients/mp_web/tngd/showSharePanel.js +1 -1
- package/lib/clients/mp_web/tngd/showToast.js +1 -1
- package/lib/clients/mp_web/tngd/signContract.js +1 -1
- package/lib/clients/mp_web/tngd/startBluetoothDevicesDiscovery.js +1 -1
- package/lib/clients/mp_web/tngd/startPullDownRefresh.js +1 -1
- package/lib/clients/mp_web/tngd/stopBluetoothDevicesDiscovery.js +1 -1
- package/lib/clients/mp_web/tngd/stopPullDownRefresh.js +1 -1
- package/lib/clients/mp_web/tngd/switchTab.js +1 -1
- package/lib/clients/mp_web/tngd/tradePay.js +1 -1
- package/lib/clients/mp_web/tngd/uploadFile.js +1 -1
- package/lib/clients/mp_web/tngd/vibrate.js +1 -1
- package/lib/clients/mp_web/tngd/watchShake.js +1 -1
- package/lib/clients/mp_web/tngd/writeBLECharacteristicValue.js +1 -1
- package/lib/clients/mp_web/toss/createWithoutAuthRpc.d.ts +2 -0
- package/lib/clients/mp_web/toss/createWithoutAuthRpc.js +3 -0
- package/lib/clients/mp_web/toss/defineRuntimeConfig.d.ts +2 -0
- package/lib/clients/mp_web/toss/defineRuntimeConfig.js +3 -0
- package/lib/clients/mp_web/toss/getAppId.d.ts +2 -0
- package/lib/clients/mp_web/toss/getAppId.js +3 -0
- package/lib/clients/mp_web/toss/getCurrentPages.d.ts +2 -0
- package/lib/clients/mp_web/toss/getCurrentPages.js +3 -0
- package/lib/clients/mp_web/toss/getSDKVersion.d.ts +2 -0
- package/lib/clients/mp_web/toss/getSDKVersion.js +3 -0
- package/lib/clients/mp_web/toss/index.d.ts +36 -0
- package/lib/clients/mp_web/toss/index.js +18 -0
- package/lib/clients/mp_web/toss/openURL.d.ts +2 -0
- package/lib/clients/mp_web/toss/openURL.js +3 -0
- package/lib/clients/mp_web/toss/rpcWithAuth.d.ts +2 -0
- package/lib/clients/mp_web/toss/rpcWithAuth.js +3 -0
- package/lib/clients/mp_web/truemoney/addPhoneContact.js +1 -1
- package/lib/clients/mp_web/truemoney/alert.js +1 -1
- package/lib/clients/mp_web/truemoney/chooseImage.js +1 -1
- package/lib/clients/mp_web/truemoney/choosePhoneContact.js +1 -1
- package/lib/clients/mp_web/truemoney/clearStorage.js +1 -1
- package/lib/clients/mp_web/truemoney/closeBluetoothAdapter.js +1 -1
- package/lib/clients/mp_web/truemoney/closeSocket.js +1 -1
- package/lib/clients/mp_web/truemoney/confirm.js +1 -1
- package/lib/clients/mp_web/truemoney/connectBLEDevice.js +1 -1
- package/lib/clients/mp_web/truemoney/connectSocket.js +1 -1
- package/lib/clients/mp_web/truemoney/createWithoutAuthRpc.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/createWithoutAuthRpc.js +3 -0
- package/lib/clients/mp_web/truemoney/datePicker.js +1 -1
- package/lib/clients/mp_web/truemoney/defineRuntimeConfig.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/defineRuntimeConfig.js +3 -0
- package/lib/clients/mp_web/truemoney/disconnectBLEDevice.js +1 -1
- package/lib/clients/mp_web/truemoney/downloadFile.js +1 -1
- package/lib/clients/mp_web/truemoney/getAppId.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/getAppId.js +3 -0
- package/lib/clients/mp_web/truemoney/getAuthCode.js +1 -1
- package/lib/clients/mp_web/truemoney/getBLEDeviceCharacteristics.js +1 -1
- package/lib/clients/mp_web/truemoney/getBLEDeviceServices.js +1 -1
- package/lib/clients/mp_web/truemoney/getBatteryInfo.js +1 -1
- package/lib/clients/mp_web/truemoney/getBluetoothAdapterState.js +1 -1
- package/lib/clients/mp_web/truemoney/getBluetoothDevices.js +1 -1
- package/lib/clients/mp_web/truemoney/getClipboard.js +1 -1
- package/lib/clients/mp_web/truemoney/getConnectedBluetoothDevices.js +1 -1
- package/lib/clients/mp_web/truemoney/getCurrentLanguage.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/getCurrentLanguage.js +3 -0
- package/lib/clients/mp_web/truemoney/getCurrentPages.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/getCurrentPages.js +3 -0
- package/lib/clients/mp_web/truemoney/getFileInfo.js +1 -1
- package/lib/clients/mp_web/truemoney/getImageInfo.js +1 -1
- package/lib/clients/mp_web/truemoney/getLocation.js +1 -1
- package/lib/clients/mp_web/truemoney/getNetworkType.js +1 -1
- package/lib/clients/mp_web/truemoney/getOpenUserInfo.js +1 -1
- package/lib/clients/mp_web/truemoney/getSDKVersion.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/getSDKVersion.js +3 -0
- package/lib/clients/mp_web/truemoney/getSavedFileInfo.js +1 -1
- package/lib/clients/mp_web/truemoney/getSavedFileList.js +1 -1
- package/lib/clients/mp_web/truemoney/getScreenBrightness.js +1 -1
- package/lib/clients/mp_web/truemoney/getServerTime.js +1 -1
- package/lib/clients/mp_web/truemoney/getSetting.js +1 -1
- package/lib/clients/mp_web/truemoney/getSiteInfo.js +1 -1
- package/lib/clients/mp_web/truemoney/getStorage.js +1 -1
- package/lib/clients/mp_web/truemoney/getSystemInfo.js +1 -1
- package/lib/clients/mp_web/truemoney/hideBackHome.js +1 -1
- package/lib/clients/mp_web/truemoney/hideKeyboard.js +1 -1
- package/lib/clients/mp_web/truemoney/hideLoading.js +1 -1
- package/lib/clients/mp_web/truemoney/hideNavigationBarLoading.js +1 -1
- package/lib/clients/mp_web/truemoney/hideTabBar.js +1 -1
- package/lib/clients/mp_web/truemoney/hideToast.js +1 -1
- package/lib/clients/mp_web/truemoney/index.d.ts +33 -2
- package/lib/clients/mp_web/truemoney/index.js +128 -114
- package/lib/clients/mp_web/truemoney/makePhoneCall.js +1 -1
- package/lib/clients/mp_web/truemoney/multiLevelSelect.js +1 -1
- package/lib/clients/mp_web/truemoney/navigateBack.js +1 -1
- package/lib/clients/mp_web/truemoney/navigateBackMiniProgram.js +1 -1
- package/lib/clients/mp_web/truemoney/navigateTo.js +1 -1
- package/lib/clients/mp_web/truemoney/navigateToMiniProgram.js +1 -1
- package/lib/clients/mp_web/truemoney/notifyBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp_web/truemoney/offAccelerometerChange.js +1 -1
- package/lib/clients/mp_web/truemoney/offBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp_web/truemoney/offBLEConnectionStateChanged.js +1 -1
- package/lib/clients/mp_web/truemoney/offBluetoothAdapterStateChange.js +1 -1
- package/lib/clients/mp_web/truemoney/offBluetoothDeviceFound.js +1 -1
- package/lib/clients/mp_web/truemoney/offCompassChange.js +1 -1
- package/lib/clients/mp_web/truemoney/offMemoryWarning.js +1 -1
- package/lib/clients/mp_web/truemoney/offSocketClose.js +1 -1
- package/lib/clients/mp_web/truemoney/offSocketError.js +1 -1
- package/lib/clients/mp_web/truemoney/offSocketMessage.js +1 -1
- package/lib/clients/mp_web/truemoney/offSocketOpen.js +1 -1
- package/lib/clients/mp_web/truemoney/offUserCaptureScreen.js +1 -1
- package/lib/clients/mp_web/truemoney/onAccelerometerChange.js +1 -1
- package/lib/clients/mp_web/truemoney/onBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp_web/truemoney/onBLEConnectionStateChanged.js +1 -1
- package/lib/clients/mp_web/truemoney/onBluetoothAdapterStateChange.js +1 -1
- package/lib/clients/mp_web/truemoney/onBluetoothDeviceFound.js +1 -1
- package/lib/clients/mp_web/truemoney/onCompassChange.js +1 -1
- package/lib/clients/mp_web/truemoney/onMemoryWarning.js +1 -1
- package/lib/clients/mp_web/truemoney/onSocketClose.js +1 -1
- package/lib/clients/mp_web/truemoney/onSocketError.js +1 -1
- package/lib/clients/mp_web/truemoney/onSocketMessage.js +1 -1
- package/lib/clients/mp_web/truemoney/onSocketOpen.js +1 -1
- package/lib/clients/mp_web/truemoney/onUserCaptureScreen.js +1 -1
- package/lib/clients/mp_web/truemoney/openBluetoothAdapter.js +1 -1
- package/lib/clients/mp_web/truemoney/openDocument.js +1 -1
- package/lib/clients/mp_web/truemoney/openSetting.js +1 -1
- package/lib/clients/mp_web/truemoney/openURL.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/openURL.js +3 -0
- package/lib/clients/mp_web/truemoney/pageScrollTo.js +1 -1
- package/lib/clients/mp_web/truemoney/previewImage.js +1 -1
- package/lib/clients/mp_web/truemoney/prompt.js +1 -1
- package/lib/clients/mp_web/truemoney/reLaunch.js +1 -1
- package/lib/clients/mp_web/truemoney/readBLECharacteristicValue.js +1 -1
- package/lib/clients/mp_web/truemoney/redirectTo.js +1 -1
- package/lib/clients/mp_web/truemoney/removeSavedFile.js +1 -1
- package/lib/clients/mp_web/truemoney/removeStorage.js +1 -1
- package/lib/clients/mp_web/truemoney/request.js +1 -1
- package/lib/clients/mp_web/truemoney/saveFile.js +1 -1
- package/lib/clients/mp_web/truemoney/saveImage.js +1 -1
- package/lib/clients/mp_web/truemoney/scan.js +1 -1
- package/lib/clients/mp_web/truemoney/sendSocketMessage.js +1 -1
- package/lib/clients/mp_web/truemoney/setBackgroundColor.js +1 -1
- package/lib/clients/mp_web/truemoney/setCanPullDown.js +1 -1
- package/lib/clients/mp_web/truemoney/setClipboard.js +1 -1
- package/lib/clients/mp_web/truemoney/setKeepScreenOn.js +1 -1
- package/lib/clients/mp_web/truemoney/setNavigationBar.js +1 -1
- package/lib/clients/mp_web/truemoney/setScreenBrightness.js +1 -1
- package/lib/clients/mp_web/truemoney/setStorage.js +1 -1
- package/lib/clients/mp_web/truemoney/setTabBarStyle.js +1 -1
- package/lib/clients/mp_web/truemoney/showActionSheet.js +1 -1
- package/lib/clients/mp_web/truemoney/showAuthGuide.js +1 -1
- package/lib/clients/mp_web/truemoney/showLoading.js +1 -1
- package/lib/clients/mp_web/truemoney/showNavigationBarLoading.js +1 -1
- package/lib/clients/mp_web/truemoney/showSharePanel.js +1 -1
- package/lib/clients/mp_web/truemoney/showToast.js +1 -1
- package/lib/clients/mp_web/truemoney/signContract.js +1 -1
- package/lib/clients/mp_web/truemoney/startBluetoothDevicesDiscovery.js +1 -1
- package/lib/clients/mp_web/truemoney/startPullDownRefresh.js +1 -1
- package/lib/clients/mp_web/truemoney/stopBluetoothDevicesDiscovery.js +1 -1
- package/lib/clients/mp_web/truemoney/stopPullDownRefresh.js +1 -1
- package/lib/clients/mp_web/truemoney/switchTab.js +1 -1
- package/lib/clients/mp_web/truemoney/tradePay.js +1 -1
- package/lib/clients/mp_web/truemoney/uploadFile.js +1 -1
- package/lib/clients/mp_web/truemoney/vibrate.js +1 -1
- package/lib/clients/mp_web/truemoney/watchShake.js +1 -1
- package/lib/clients/mp_web/truemoney/writeBLECharacteristicValue.js +1 -1
- package/lib/clients/web/alipay/addPhoneContact.js +1 -1
- package/lib/clients/web/alipay/alert.d.ts +1 -1
- package/lib/clients/web/alipay/alert.js +1 -0
- package/lib/clients/web/alipay/chooseImage.d.ts +2 -2
- package/lib/clients/web/alipay/chooseImage.js +3 -5
- package/lib/clients/web/alipay/choosePhoneContact.d.ts +1 -1
- package/lib/clients/web/alipay/choosePhoneContact.js +1 -0
- package/lib/clients/web/alipay/clearStorage.d.ts +1 -1
- package/lib/clients/web/alipay/clearStorage.js +1 -0
- package/lib/clients/web/alipay/confirm.d.ts +1 -1
- package/lib/clients/web/alipay/confirm.js +1 -0
- package/lib/clients/web/alipay/createWithoutAuthRpc.d.ts +2 -0
- package/lib/clients/web/alipay/createWithoutAuthRpc.js +3 -0
- package/lib/clients/web/alipay/crossPay.js +1 -1
- package/lib/clients/web/alipay/datePicker.d.ts +1 -1
- package/lib/clients/web/alipay/datePicker.js +1 -0
- package/lib/clients/web/alipay/defineRuntimeConfig.d.ts +2 -0
- package/lib/clients/web/alipay/defineRuntimeConfig.js +3 -0
- package/lib/clients/web/alipay/downloadFile.d.ts +1 -1
- package/lib/clients/web/alipay/downloadFile.js +1 -0
- package/lib/clients/web/alipay/exitApp.js +1 -1
- package/lib/clients/web/alipay/getAuthCode.d.ts +1 -1
- package/lib/clients/web/alipay/getAuthCode.js +1 -0
- package/lib/clients/web/alipay/getBatteryInfo.js +1 -1
- package/lib/clients/web/alipay/getClipboard.js +1 -1
- package/lib/clients/web/alipay/getCurrentLanguage.d.ts +2 -0
- package/lib/clients/web/alipay/getCurrentLanguage.js +3 -0
- package/lib/clients/web/alipay/getFileInfo.js +1 -1
- package/lib/clients/web/alipay/getImageInfo.js +1 -1
- package/lib/clients/web/alipay/getLocation.d.ts +1 -1
- package/lib/clients/web/alipay/getLocation.js +1 -0
- package/lib/clients/web/alipay/getNetworkType.d.ts +1 -1
- package/lib/clients/web/alipay/getNetworkType.js +1 -0
- package/lib/clients/web/alipay/getPhoneNumber.d.ts +1 -1
- package/lib/clients/web/alipay/getPhoneNumber.js +1 -0
- package/lib/clients/web/alipay/getSavedFileInfo.js +1 -1
- package/lib/clients/web/alipay/getSavedFileList.js +1 -1
- package/lib/clients/web/alipay/getScreenBrightness.js +1 -1
- package/lib/clients/web/alipay/getServerTime.js +1 -1
- package/lib/clients/web/alipay/getSetting.js +1 -1
- package/lib/clients/web/alipay/getSiteInfo.d.ts +1 -1
- package/lib/clients/web/alipay/getSiteInfo.js +1 -1
- package/lib/clients/web/alipay/getStorage.d.ts +1 -1
- package/lib/clients/web/alipay/getStorage.js +1 -0
- package/lib/clients/web/alipay/getSystemInfo.js +1 -1
- package/lib/clients/web/alipay/hideKeyboard.js +1 -1
- package/lib/clients/web/alipay/hideLoading.js +1 -1
- package/lib/clients/web/alipay/hideNavigationBarLoading.d.ts +1 -1
- package/lib/clients/web/alipay/hideNavigationBarLoading.js +1 -0
- package/lib/clients/web/alipay/hideToast.js +1 -1
- package/lib/clients/web/alipay/index.d.ts +43 -16
- package/lib/clients/web/alipay/index.js +79 -73
- package/lib/clients/web/alipay/makePhoneCall.js +1 -1
- package/lib/clients/web/alipay/multiLevelSelect.d.ts +1 -1
- package/lib/clients/web/alipay/multiLevelSelect.js +1 -0
- package/lib/clients/web/alipay/navigateBack.d.ts +1 -1
- package/lib/clients/web/alipay/navigateBack.js +1 -0
- package/lib/clients/web/alipay/navigateBackMiniProgram.js +1 -1
- package/lib/clients/web/alipay/navigateTo.d.ts +1 -1
- package/lib/clients/web/alipay/navigateTo.js +1 -0
- package/lib/clients/web/alipay/navigateToMiniProgram.js +1 -1
- package/lib/clients/web/alipay/openDocument.js +1 -1
- package/lib/clients/web/alipay/openSetting.js +1 -1
- package/lib/clients/web/alipay/openURL.d.ts +2 -0
- package/lib/clients/web/alipay/openURL.js +3 -0
- package/lib/clients/web/alipay/previewImage.d.ts +1 -1
- package/lib/clients/web/alipay/previewImage.js +1 -0
- package/lib/clients/web/alipay/prompt.js +1 -1
- package/lib/clients/web/alipay/redirectTo.d.ts +1 -1
- package/lib/clients/web/alipay/redirectTo.js +1 -0
- package/lib/clients/web/alipay/removeSavedFile.js +1 -1
- package/lib/clients/web/alipay/removeStorage.d.ts +1 -1
- package/lib/clients/web/alipay/removeStorage.js +1 -0
- package/lib/clients/web/alipay/request.d.ts +1 -1
- package/lib/clients/web/alipay/request.js +1 -0
- package/lib/clients/web/alipay/rpc.js +1 -1
- package/lib/clients/web/alipay/rpcWithAuthAPlus.d.ts +2 -0
- package/lib/clients/web/alipay/rpcWithAuthAPlus.js +3 -0
- package/lib/clients/web/alipay/saveFile.js +1 -1
- package/lib/clients/web/alipay/saveImage.d.ts +1 -1
- package/lib/clients/web/alipay/saveImage.js +2 -1
- package/lib/clients/web/alipay/scan.js +1 -1
- package/lib/clients/web/alipay/setClipboard.js +1 -1
- package/lib/clients/web/alipay/setKeepScreenOn.d.ts +1 -1
- package/lib/clients/web/alipay/setKeepScreenOn.js +2 -1
- package/lib/clients/web/alipay/setNavigationBar.d.ts +1 -1
- package/lib/clients/web/alipay/setNavigationBar.js +1 -0
- package/lib/clients/web/alipay/setScreenBrightness.js +1 -1
- package/lib/clients/web/alipay/setStorage.d.ts +1 -1
- package/lib/clients/web/alipay/setStorage.js +1 -0
- package/lib/clients/web/alipay/showActionSheet.d.ts +1 -1
- package/lib/clients/web/alipay/showActionSheet.js +1 -0
- package/lib/clients/web/alipay/showAuthGuide.d.ts +1 -1
- package/lib/clients/web/alipay/showAuthGuide.js +1 -0
- package/lib/clients/web/alipay/showLoading.js +1 -1
- package/lib/clients/web/alipay/showNavigationBarLoading.d.ts +1 -1
- package/lib/clients/web/alipay/showNavigationBarLoading.js +1 -0
- package/lib/clients/web/alipay/showToast.d.ts +1 -1
- package/lib/clients/web/alipay/showToast.js +1 -0
- package/lib/clients/web/alipay/signContract.js +1 -1
- package/lib/clients/web/alipay/startApp.js +1 -1
- package/lib/clients/web/alipay/tradePay.d.ts +2 -3
- package/lib/clients/web/alipay/tradePay.js +3 -20
- package/lib/clients/web/alipay/uploadFile.d.ts +1 -1
- package/lib/clients/web/alipay/uploadFile.js +1 -0
- package/lib/clients/web/alipay/vibrate.js +1 -1
- package/lib/clients/web/demo/APRegionRPC.js +1 -1
- package/lib/clients/web/demo/addFatigueAction.js +1 -1
- package/lib/clients/web/demo/addPhoneContact.js +1 -1
- package/lib/clients/web/demo/alert.d.ts +1 -1
- package/lib/clients/web/demo/alert.js +1 -0
- package/lib/clients/web/demo/apDisableJSAPI.js +1 -1
- package/lib/clients/web/demo/appxrpc.js +1 -1
- package/lib/clients/web/demo/batchQueryCdpSpaceInfo.js +1 -1
- package/lib/clients/web/demo/chooseImage.d.ts +2 -2
- package/lib/clients/web/demo/chooseImage.js +3 -5
- package/lib/clients/web/demo/choosePhoneContact.d.ts +1 -1
- package/lib/clients/web/demo/choosePhoneContact.js +1 -0
- package/lib/clients/web/demo/clearStorage.d.ts +1 -1
- package/lib/clients/web/demo/clearStorage.js +1 -0
- package/lib/clients/web/demo/confirm.d.ts +1 -1
- package/lib/clients/web/demo/confirm.js +1 -0
- package/lib/clients/web/demo/datePicker.d.ts +1 -1
- package/lib/clients/web/demo/datePicker.js +1 -0
- package/lib/clients/web/demo/downloadFile.d.ts +1 -1
- package/lib/clients/web/demo/downloadFile.js +1 -0
- package/lib/clients/web/demo/exitApp.js +1 -1
- package/lib/clients/web/demo/getAppToken.js +1 -1
- package/lib/clients/web/demo/getAuthCode.d.ts +1 -1
- package/lib/clients/web/demo/getAuthCode.js +1 -0
- package/lib/clients/web/demo/getBatteryInfo.js +1 -1
- package/lib/clients/web/demo/getClipboard.js +1 -1
- package/lib/clients/web/demo/getComponentAuth.js +1 -1
- package/lib/clients/web/demo/getCurrentLanguage.d.ts +2 -0
- package/lib/clients/web/demo/getCurrentLanguage.js +3 -0
- package/lib/clients/web/demo/getFileInfo.js +1 -1
- package/lib/clients/web/demo/getImageInfo.js +1 -1
- package/lib/clients/web/demo/getLocation.d.ts +1 -1
- package/lib/clients/web/demo/getLocation.js +1 -0
- package/lib/clients/web/demo/getNetworkType.d.ts +1 -1
- package/lib/clients/web/demo/getNetworkType.js +1 -0
- package/lib/clients/web/demo/getOpenUserInfo.d.ts +2 -1
- package/lib/clients/web/demo/getOpenUserInfo.js +3 -7
- package/lib/clients/web/demo/getPaymentCode.js +1 -1
- package/lib/clients/web/demo/getPhoneNumber.d.ts +1 -1
- package/lib/clients/web/demo/getPhoneNumber.js +1 -0
- package/lib/clients/web/demo/getSavedFileInfo.js +1 -1
- package/lib/clients/web/demo/getSavedFileList.js +1 -1
- package/lib/clients/web/demo/getScreenBrightness.js +1 -1
- package/lib/clients/web/demo/getServerTime.js +1 -1
- package/lib/clients/web/demo/getSetting.js +1 -1
- package/lib/clients/web/demo/getSiteInfo.d.ts +1 -1
- package/lib/clients/web/demo/getSiteInfo.js +1 -1
- package/lib/clients/web/demo/getStorage.d.ts +1 -1
- package/lib/clients/web/demo/getStorage.js +1 -0
- package/lib/clients/web/demo/getSystemInfo.js +1 -1
- package/lib/clients/web/demo/hideKeyboard.js +1 -1
- package/lib/clients/web/demo/hideLoading.js +1 -1
- package/lib/clients/web/demo/hideNavigationBarLoading.d.ts +1 -1
- package/lib/clients/web/demo/hideNavigationBarLoading.js +1 -0
- package/lib/clients/web/demo/hideToast.js +1 -1
- package/lib/clients/web/demo/index.d.ts +22 -20
- package/lib/clients/web/demo/index.js +91 -95
- package/lib/clients/web/demo/inquireQuote.js +1 -1
- package/lib/clients/web/demo/isInstalledApp.js +1 -1
- package/lib/clients/web/demo/makePhoneCall.js +1 -1
- package/lib/clients/web/demo/multiLevelSelect.d.ts +1 -1
- package/lib/clients/web/demo/multiLevelSelect.js +1 -0
- package/lib/clients/web/demo/navigateBack.d.ts +1 -1
- package/lib/clients/web/demo/navigateBack.js +1 -0
- package/lib/clients/web/demo/navigateBackMiniProgram.js +1 -1
- package/lib/clients/web/demo/navigateTo.d.ts +1 -1
- package/lib/clients/web/demo/navigateTo.js +1 -0
- package/lib/clients/web/demo/navigateToBizScene.js +1 -1
- package/lib/clients/web/demo/navigateToMiniProgram.js +1 -1
- package/lib/clients/web/demo/openDocument.js +1 -1
- package/lib/clients/web/demo/openSchemeWithBacking.js +1 -1
- package/lib/clients/web/demo/openSetting.js +1 -1
- package/lib/clients/web/demo/previewImage.d.ts +1 -1
- package/lib/clients/web/demo/previewImage.js +1 -0
- package/lib/clients/web/demo/prompt.js +1 -1
- package/lib/clients/web/demo/redirectTo.d.ts +1 -1
- package/lib/clients/web/demo/redirectTo.js +1 -0
- package/lib/clients/web/demo/regionFetchAllApps.js +1 -1
- package/lib/clients/web/demo/regionSearchAppsByKeywords.js +1 -1
- package/lib/clients/web/demo/removeSavedFile.js +1 -1
- package/lib/clients/web/demo/removeStorage.d.ts +1 -1
- package/lib/clients/web/demo/removeStorage.js +1 -0
- package/lib/clients/web/demo/request.d.ts +1 -1
- package/lib/clients/web/demo/request.js +1 -0
- package/lib/clients/web/demo/rpc.js +1 -1
- package/lib/clients/web/demo/saveFile.js +1 -1
- package/lib/clients/web/demo/saveImage.d.ts +1 -1
- package/lib/clients/web/demo/saveImage.js +2 -1
- package/lib/clients/web/demo/scan.js +1 -1
- package/lib/clients/web/demo/setClipboard.js +1 -1
- package/lib/clients/web/demo/setKeepScreenOn.d.ts +1 -1
- package/lib/clients/web/demo/setKeepScreenOn.js +2 -1
- package/lib/clients/web/demo/setNavigationBar.d.ts +1 -1
- package/lib/clients/web/demo/setNavigationBar.js +1 -0
- package/lib/clients/web/demo/setScreenBrightness.js +1 -1
- package/lib/clients/web/demo/setStorage.d.ts +1 -1
- package/lib/clients/web/demo/setStorage.js +1 -0
- package/lib/clients/web/demo/showActionSheet.d.ts +1 -1
- package/lib/clients/web/demo/showActionSheet.js +1 -0
- package/lib/clients/web/demo/showAuthGuide.d.ts +1 -1
- package/lib/clients/web/demo/showAuthGuide.js +1 -0
- package/lib/clients/web/demo/showLoading.js +1 -1
- package/lib/clients/web/demo/showNavigationBarLoading.d.ts +1 -1
- package/lib/clients/web/demo/showNavigationBarLoading.js +1 -0
- package/lib/clients/web/demo/showToast.d.ts +1 -1
- package/lib/clients/web/demo/showToast.js +1 -0
- package/lib/clients/web/demo/signContract.js +1 -1
- package/lib/clients/web/demo/startApp.js +1 -1
- package/lib/clients/web/demo/startBizService.js +1 -1
- package/lib/clients/web/demo/thirdPartyAuthForAc.js +1 -1
- package/lib/clients/web/demo/tradePay.js +1 -1
- package/lib/clients/web/demo/uploadApdidToken.js +1 -1
- package/lib/clients/web/demo/uploadFile.d.ts +1 -1
- package/lib/clients/web/demo/uploadFile.js +1 -0
- package/lib/clients/web/demo/vibrate.js +1 -1
- package/lib/clients/web/demo/writeBLECharacteristicValue.js +1 -1
- package/lib/clients/web/h5/alert.d.ts +2 -2
- package/lib/clients/web/h5/alert.js +3 -4
- package/lib/clients/web/h5/clearStorage.d.ts +2 -2
- package/lib/clients/web/h5/clearStorage.js +3 -4
- package/lib/clients/web/h5/clearStorageSync.d.ts +2 -1
- package/lib/clients/web/h5/clearStorageSync.js +3 -4
- package/lib/clients/web/h5/confirm.d.ts +2 -1
- package/lib/clients/web/h5/confirm.js +3 -1
- package/lib/clients/web/h5/createSelectorQuery.d.ts +2 -1
- package/lib/clients/web/h5/createSelectorQuery.js +3 -4
- package/lib/clients/web/h5/createWithoutAuthRpc.d.ts +2 -0
- package/lib/clients/web/h5/createWithoutAuthRpc.js +3 -0
- package/lib/clients/web/h5/defineRuntimeConfig.d.ts +2 -0
- package/lib/clients/web/h5/defineRuntimeConfig.js +3 -0
- package/lib/clients/web/h5/exitApp.d.ts +2 -1
- package/lib/clients/web/h5/exitApp.js +3 -4
- package/lib/clients/web/h5/getClipboard.d.ts +2 -2
- package/lib/clients/web/h5/getClipboard.js +3 -4
- package/lib/clients/web/h5/getCurrentLanguage.d.ts +2 -0
- package/lib/clients/web/h5/getCurrentLanguage.js +3 -0
- package/lib/clients/web/h5/getLaunchOptionsSync.d.ts +2 -1
- package/lib/clients/web/h5/getLaunchOptionsSync.js +3 -4
- package/lib/clients/web/h5/getLocation.d.ts +2 -1
- package/lib/clients/web/h5/getLocation.js +3 -4
- package/lib/clients/web/h5/getNetworkType.d.ts +2 -2
- package/lib/clients/web/h5/getNetworkType.js +3 -4
- package/lib/clients/web/h5/getSiteInfo.d.ts +2 -2
- package/lib/clients/web/h5/getSiteInfo.js +3 -4
- package/lib/clients/web/h5/getStorage.d.ts +2 -2
- package/lib/clients/web/h5/getStorage.js +3 -13
- package/lib/clients/web/h5/getStorageSync.d.ts +2 -6
- package/lib/clients/web/h5/getStorageSync.js +3 -5
- package/lib/clients/web/h5/getSystemInfo.d.ts +2 -2
- package/lib/clients/web/h5/getSystemInfo.js +3 -4
- package/lib/clients/web/h5/getSystemInfoSync.d.ts +2 -1
- package/lib/clients/web/h5/getSystemInfoSync.js +3 -4
- package/lib/clients/web/h5/hideLoading.d.ts +2 -1
- package/lib/clients/web/h5/hideLoading.js +3 -1
- package/lib/clients/web/h5/hideToast.d.ts +2 -2
- package/lib/clients/web/h5/hideToast.js +3 -4
- package/lib/clients/web/h5/index.d.ts +28 -8
- package/lib/clients/web/h5/index.js +48 -39
- package/lib/clients/web/h5/makePhoneCall.d.ts +2 -3
- package/lib/clients/web/h5/makePhoneCall.js +3 -4
- package/lib/clients/web/h5/navigateBack.d.ts +2 -2
- package/lib/clients/web/h5/navigateBack.js +3 -4
- package/lib/clients/web/h5/navigateTo.d.ts +2 -2
- package/lib/clients/web/h5/navigateTo.js +3 -4
- package/lib/clients/web/h5/navigateToBizScene.d.ts +2 -2
- package/lib/clients/web/h5/navigateToBizScene.js +3 -4
- package/lib/clients/web/h5/navigateToMiniProgram.d.ts +2 -2
- package/lib/clients/web/h5/navigateToMiniProgram.js +3 -4
- package/lib/clients/web/h5/openURL.d.ts +2 -0
- package/lib/clients/web/h5/openURL.js +3 -0
- package/lib/clients/web/h5/pageScrollTo.d.ts +2 -2
- package/lib/clients/web/h5/pageScrollTo.js +3 -4
- package/lib/clients/web/h5/redirectTo.d.ts +2 -2
- package/lib/clients/web/h5/redirectTo.js +3 -4
- package/lib/clients/web/h5/removeStorage.d.ts +2 -2
- package/lib/clients/web/h5/removeStorage.js +3 -13
- package/lib/clients/web/h5/removeStorageSync.d.ts +2 -4
- package/lib/clients/web/h5/removeStorageSync.js +3 -4
- package/lib/clients/web/h5/request.d.ts +2 -2
- package/lib/clients/web/h5/request.js +3 -4
- package/lib/clients/web/h5/rpc.d.ts +2 -2
- package/lib/clients/web/h5/rpc.js +3 -16
- package/lib/clients/web/h5/setClipboard.d.ts +2 -2
- package/lib/clients/web/h5/setClipboard.js +3 -4
- package/lib/clients/web/h5/setNavigationBar.d.ts +2 -2
- package/lib/clients/web/h5/setNavigationBar.js +3 -4
- package/lib/clients/web/h5/setStorage.d.ts +2 -2
- package/lib/clients/web/h5/setStorage.js +3 -16
- package/lib/clients/web/h5/setStorageSync.d.ts +2 -5
- package/lib/clients/web/h5/setStorageSync.js +3 -7
- package/lib/clients/web/h5/showLoading.d.ts +2 -2
- package/lib/clients/web/h5/showLoading.js +3 -4
- package/lib/clients/web/h5/showToast.d.ts +2 -2
- package/lib/clients/web/h5/showToast.js +3 -4
- package/lib/clients/web/tngdh5ng/alert.d.ts +1 -1
- package/lib/clients/web/tngdh5ng/alert.js +1 -0
- package/lib/clients/web/tngdh5ng/confirm.d.ts +1 -1
- package/lib/clients/web/tngdh5ng/confirm.js +1 -0
- package/lib/clients/web/tngdh5ng/exitApp.js +1 -1
- package/lib/clients/web/tngdh5ng/getCurrentLanguage.d.ts +2 -0
- package/lib/clients/web/tngdh5ng/getCurrentLanguage.js +3 -0
- package/lib/clients/web/tngdh5ng/getLocation.d.ts +1 -1
- package/lib/clients/web/tngdh5ng/getLocation.js +1 -0
- package/lib/clients/web/tngdh5ng/getNetworkType.d.ts +1 -1
- package/lib/clients/web/tngdh5ng/getNetworkType.js +1 -0
- package/lib/clients/web/tngdh5ng/getSystemInfo.js +1 -1
- package/lib/clients/web/tngdh5ng/hideLoading.js +1 -1
- package/lib/clients/web/tngdh5ng/hideToast.js +1 -1
- package/lib/clients/web/tngdh5ng/index.d.ts +3 -1
- package/lib/clients/web/tngdh5ng/index.js +21 -19
- package/lib/clients/web/tngdh5ng/makePhoneCall.js +1 -1
- package/lib/clients/web/tngdh5ng/navigateBack.d.ts +1 -1
- package/lib/clients/web/tngdh5ng/navigateBack.js +1 -0
- package/lib/clients/web/tngdh5ng/navigateTo.d.ts +1 -1
- package/lib/clients/web/tngdh5ng/navigateTo.js +1 -0
- package/lib/clients/web/tngdh5ng/prompt.js +1 -1
- package/lib/clients/web/tngdh5ng/setClipboard.js +1 -1
- package/lib/clients/web/tngdh5ng/setNavigationBar.d.ts +1 -1
- package/lib/clients/web/tngdh5ng/setNavigationBar.js +1 -0
- package/lib/clients/web/tngdh5ng/showLoading.js +1 -1
- package/lib/clients/web/tngdh5ng/showToast.d.ts +1 -1
- package/lib/clients/web/tngdh5ng/showToast.js +1 -0
- package/lib/clients/web/tngdh5ng/vibrate.js +1 -1
- package/lib/code/authLoginSrcCode.d.ts +8 -0
- package/lib/code/authLoginSrcCode.js +282 -0
- package/lib/common/apis/custom/mp/alipay/tradePay.d.ts +3 -0
- package/lib/common/apis/custom/mp/alipay/tradePay.js +20 -0
- package/lib/common/apis/custom/mp/wechat/showToast.d.ts +2 -0
- package/lib/common/apis/custom/mp/wechat/showToast.js +29 -0
- package/lib/common/apis/custom/web/getAppId.d.ts +3 -0
- package/lib/common/apis/custom/web/getAppId.js +8 -0
- package/lib/common/apis/custom/web/getAuthCode.js +9 -2
- package/lib/common/apis/custom/web/getCurrentPages.d.ts +3 -0
- package/lib/common/apis/custom/web/getCurrentPages.js +17 -0
- package/lib/common/apis/custom/web/getSDKVersion.d.ts +3 -0
- package/lib/common/apis/custom/web/getSDKVersion.js +17 -0
- package/lib/common/apis/custom/web/getStorage.js +1 -1
- package/lib/common/apis/custom/web/h5/alert.d.ts +2 -0
- package/lib/common/apis/custom/web/h5/alert.js +4 -0
- package/lib/common/apis/custom/web/h5/clearStorage.d.ts +2 -0
- package/lib/common/apis/custom/web/h5/clearStorage.js +11 -0
- package/lib/common/apis/custom/web/h5/clearStorageSync.d.ts +1 -0
- package/lib/common/apis/custom/web/h5/clearStorageSync.js +4 -0
- package/lib/common/apis/custom/web/h5/confirm.d.ts +1 -0
- package/lib/common/apis/custom/web/h5/confirm.js +1 -0
- package/lib/common/apis/custom/web/h5/createSelectorQuery.d.ts +1 -0
- package/lib/common/apis/custom/web/h5/createSelectorQuery.js +4 -0
- package/lib/common/apis/custom/web/h5/exitApp.d.ts +1 -0
- package/lib/common/apis/custom/web/h5/exitApp.js +4 -0
- package/lib/common/apis/custom/web/h5/getClipboard.d.ts +2 -0
- package/lib/common/apis/custom/web/h5/getClipboard.js +4 -0
- package/lib/common/apis/custom/web/h5/getLaunchOptionsSync.d.ts +1 -0
- package/lib/common/apis/custom/web/h5/getLaunchOptionsSync.js +4 -0
- package/lib/common/apis/custom/web/h5/getLocation.d.ts +1 -0
- package/lib/common/apis/custom/web/h5/getLocation.js +4 -0
- package/lib/common/apis/custom/web/h5/getNetworkType.d.ts +2 -0
- package/lib/common/apis/custom/web/h5/getNetworkType.js +4 -0
- package/lib/common/apis/custom/web/h5/getSiteInfo.d.ts +2 -0
- package/lib/common/apis/custom/web/h5/getSiteInfo.js +4 -0
- package/lib/common/apis/custom/web/h5/getStorage.d.ts +2 -0
- package/lib/common/apis/custom/web/h5/getStorage.js +16 -0
- package/lib/common/apis/custom/web/h5/getStorageSync.d.ts +6 -0
- package/lib/common/apis/custom/web/h5/getStorageSync.js +8 -0
- package/lib/common/apis/custom/web/h5/getSystemInfo.d.ts +2 -0
- package/lib/common/apis/custom/web/h5/getSystemInfo.js +4 -0
- package/lib/common/apis/custom/web/h5/getSystemInfoSync.d.ts +1 -0
- package/lib/common/apis/custom/web/h5/getSystemInfoSync.js +4 -0
- package/lib/common/apis/custom/web/h5/hideLoading.d.ts +1 -0
- package/lib/common/apis/custom/web/h5/hideLoading.js +1 -0
- package/lib/common/apis/custom/web/h5/hideToast.d.ts +2 -0
- package/lib/common/apis/custom/web/h5/hideToast.js +4 -0
- package/lib/common/apis/custom/web/h5/makePhoneCall.d.ts +3 -0
- package/lib/common/apis/custom/web/h5/makePhoneCall.js +4 -0
- package/lib/common/apis/custom/web/h5/navigateBack.d.ts +2 -0
- package/lib/common/apis/custom/web/h5/navigateBack.js +4 -0
- package/lib/common/apis/custom/web/h5/navigateTo.d.ts +2 -0
- package/lib/common/apis/custom/web/h5/navigateTo.js +4 -0
- package/lib/common/apis/custom/web/h5/pageScrollTo.d.ts +2 -0
- package/lib/common/apis/custom/web/h5/pageScrollTo.js +4 -0
- package/lib/common/apis/custom/web/h5/redirectTo.d.ts +2 -0
- package/lib/common/apis/custom/web/h5/redirectTo.js +4 -0
- package/lib/common/apis/custom/web/h5/removeStorage.d.ts +2 -0
- package/lib/common/apis/custom/web/h5/removeStorage.js +14 -0
- package/lib/common/apis/custom/web/h5/removeStorageSync.d.ts +4 -0
- package/lib/common/apis/custom/web/h5/removeStorageSync.js +5 -0
- package/lib/common/apis/custom/web/h5/request.d.ts +2 -0
- package/lib/common/apis/custom/web/h5/request.js +4 -0
- package/lib/common/apis/custom/web/h5/rpc.d.ts +3 -0
- package/lib/common/apis/custom/web/h5/rpc.js +14 -0
- package/lib/common/apis/custom/web/h5/setClipboard.d.ts +2 -0
- package/lib/common/apis/custom/web/h5/setClipboard.js +4 -0
- package/lib/common/apis/custom/web/h5/setNavigationBar.d.ts +2 -0
- package/lib/common/apis/custom/web/h5/setNavigationBar.js +4 -0
- package/lib/common/apis/custom/web/h5/setStorage.d.ts +2 -0
- package/lib/common/apis/custom/web/h5/setStorage.js +15 -0
- package/lib/common/apis/custom/web/h5/setStorageSync.d.ts +5 -0
- package/lib/common/apis/custom/web/h5/setStorageSync.js +6 -0
- package/lib/common/apis/custom/web/h5/showLoading.d.ts +2 -0
- package/lib/common/apis/custom/web/h5/showLoading.js +4 -0
- package/lib/common/apis/custom/web/h5/showToast.d.ts +2 -0
- package/lib/common/apis/custom/web/h5/showToast.js +4 -0
- package/lib/common/apis/custom/web/request.js +1 -1
- package/lib/common/apis/custom/web/setNavigationBar.js +1 -1
- package/lib/common/apis/custom/web/setStorage.js +1 -1
- package/lib/common/apis/generated/mp/getAuthCode.d.ts +8 -2
- package/lib/common/apis/generated/mp/rpc.d.ts +11 -2
- package/lib/common/apis/generated/mp_web/createWithoutAuthRpc.d.ts +11 -0
- package/lib/common/apis/generated/mp_web/createWithoutAuthRpc.js +7 -0
- package/lib/common/apis/generated/mp_web/defineRuntimeConfig.d.ts +5 -0
- package/lib/common/apis/generated/mp_web/defineRuntimeConfig.js +7 -0
- package/lib/common/apis/generated/mp_web/getAuthCode.d.ts +8 -2
- package/lib/common/apis/generated/mp_web/rpc.d.ts +11 -2
- package/lib/common/apis/generated/web/chooseImage.d.ts +11 -0
- package/lib/common/apis/generated/web/chooseImage.js +14 -0
- package/lib/common/apis/generated/web/getOpenUserInfo.d.ts +11 -0
- package/lib/common/apis/generated/web/getOpenUserInfo.js +14 -0
- package/lib/common/apis/generated/web/rpc.d.ts +11 -2
- package/lib/common/apis/generated/web/saveImage.d.ts +9 -0
- package/lib/common/apis/generated/web/saveImage.js +14 -0
- package/lib/common/apis/generated/web/setKeepScreenOn.d.ts +9 -0
- package/lib/common/apis/generated/web/setKeepScreenOn.js +14 -0
- package/lib/common/utils/storage.d.ts +9 -0
- package/lib/common/utils/storage.js +47 -0
- package/lib/dsl.d.ts +2671 -0
- package/lib/{babel-compact.js → dsl.js} +161 -1581
- package/lib/index.js +4 -4
- package/lib/internal/apis/custom/mp_web/alipayhk/openApPayCodePage.d.ts +1 -0
- package/lib/internal/apis/custom/mp_web/alipayhk/openApPayCodePage.js +1 -0
- package/lib/internal/apis/custom/mp_web/alipayhk/openInApp.d.ts +1 -0
- package/lib/internal/apis/custom/mp_web/alipayhk/openInApp.js +1 -0
- package/lib/internal/apis/custom/mp_web/alipayhk/openInBrowser.d.ts +1 -0
- package/lib/internal/apis/custom/mp_web/alipayhk/openInBrowser.js +1 -0
- package/lib/internal/apis/custom/mp_web/alipayhk/openOtherApp.d.ts +1 -0
- package/lib/internal/apis/custom/mp_web/alipayhk/openOtherApp.js +1 -0
- package/lib/internal/apis/custom/mp_web/alipayhk/openPayCodePage.d.ts +1 -0
- package/lib/internal/apis/custom/mp_web/alipayhk/openPayCodePage.js +1 -0
- package/lib/internal/apis/custom/mp_web/alipayhk/openScanPage.d.ts +1 -0
- package/lib/internal/apis/custom/mp_web/alipayhk/openScanPage.js +1 -0
- package/lib/internal/apis/custom/mp_web/alipayhk/openURL.d.ts +2 -0
- package/lib/internal/apis/custom/mp_web/alipayhk/openURL.js +26 -0
- package/lib/internal/apis/custom/mp_web/alipayhk/openWebURL.d.ts +1 -0
- package/lib/internal/apis/custom/mp_web/alipayhk/openWebURL.js +1 -0
- package/lib/internal/apis/custom/mp_web/mpay/openApPayCodePage.d.ts +1 -0
- package/lib/internal/apis/custom/mp_web/mpay/openApPayCodePage.js +1 -0
- package/lib/internal/apis/custom/mp_web/mpay/openInApp.d.ts +1 -0
- package/lib/internal/apis/custom/mp_web/mpay/openInApp.js +1 -0
- package/lib/internal/apis/custom/mp_web/mpay/openInBrowser.d.ts +1 -0
- package/lib/internal/apis/custom/mp_web/mpay/openInBrowser.js +1 -0
- package/lib/internal/apis/custom/mp_web/mpay/openOtherApp.d.ts +1 -0
- package/lib/internal/apis/custom/mp_web/mpay/openOtherApp.js +1 -0
- package/lib/internal/apis/custom/mp_web/mpay/openPayCodePage.d.ts +1 -0
- package/lib/internal/apis/custom/mp_web/mpay/openPayCodePage.js +1 -0
- package/lib/internal/apis/custom/mp_web/mpay/openScanPage.d.ts +1 -0
- package/lib/internal/apis/custom/mp_web/mpay/openScanPage.js +1 -0
- package/lib/internal/apis/custom/mp_web/mpay/openURL.d.ts +2 -0
- package/lib/internal/apis/custom/mp_web/mpay/openURL.js +26 -0
- package/lib/internal/apis/custom/mp_web/mpay/openWebURL.d.ts +1 -0
- package/lib/internal/apis/custom/mp_web/mpay/openWebURL.js +1 -0
- package/lib/internal/apis/custom/mp_web/mpay/rpcWithAuth.d.ts +3 -0
- package/lib/internal/apis/custom/mp_web/mpay/rpcWithAuth.js +14 -0
- package/lib/internal/apis/custom/mp_web/tngd/openApPayCodePage.d.ts +1 -0
- package/lib/internal/apis/custom/mp_web/tngd/openApPayCodePage.js +1 -0
- package/lib/internal/apis/custom/mp_web/tngd/openInApp.d.ts +1 -0
- package/lib/internal/apis/custom/mp_web/tngd/openInApp.js +1 -0
- package/lib/internal/apis/custom/mp_web/tngd/openInBrowser.d.ts +1 -0
- package/lib/internal/apis/custom/mp_web/tngd/openInBrowser.js +1 -0
- package/lib/internal/apis/custom/mp_web/tngd/openOtherApp.d.ts +1 -0
- package/lib/internal/apis/custom/mp_web/tngd/openOtherApp.js +1 -0
- package/lib/internal/apis/custom/mp_web/tngd/openPayCodePage.d.ts +1 -0
- package/lib/internal/apis/custom/mp_web/tngd/openPayCodePage.js +1 -0
- package/lib/internal/apis/custom/mp_web/tngd/openScanPage.d.ts +1 -0
- package/lib/internal/apis/custom/mp_web/tngd/openScanPage.js +1 -0
- package/lib/internal/apis/custom/mp_web/tngd/openURL.d.ts +6 -0
- package/lib/internal/apis/custom/mp_web/tngd/openURL.js +30 -0
- package/lib/internal/apis/custom/mp_web/tngd/openWebURL.d.ts +1 -0
- package/lib/internal/apis/custom/mp_web/tngd/openWebURL.js +1 -0
- package/lib/internal/apis/custom/mp_web/toss/rpcWithAuth.d.ts +3 -0
- package/lib/internal/apis/custom/mp_web/toss/rpcWithAuth.js +14 -0
- package/lib/internal/apis/custom/mp_web/truemoney/openApPayCodePage.d.ts +1 -0
- package/lib/internal/apis/custom/mp_web/truemoney/openApPayCodePage.js +10 -0
- package/lib/internal/apis/custom/mp_web/truemoney/openInApp.d.ts +1 -0
- package/lib/internal/apis/custom/mp_web/truemoney/openInApp.js +1 -0
- package/lib/internal/apis/custom/mp_web/truemoney/openInBrowser.d.ts +1 -0
- package/lib/internal/apis/custom/mp_web/truemoney/openInBrowser.js +1 -0
- package/lib/internal/apis/custom/mp_web/truemoney/openOtherApp.d.ts +1 -0
- package/lib/internal/apis/custom/mp_web/truemoney/openOtherApp.js +1 -0
- package/lib/internal/apis/custom/mp_web/truemoney/openPayCodePage.d.ts +1 -0
- package/lib/internal/apis/custom/mp_web/truemoney/openPayCodePage.js +10 -0
- package/lib/internal/apis/custom/mp_web/truemoney/openScanPage.d.ts +1 -0
- package/lib/internal/apis/custom/mp_web/truemoney/openScanPage.js +10 -0
- package/lib/internal/apis/custom/mp_web/truemoney/openURL.d.ts +6 -0
- package/lib/internal/apis/custom/mp_web/truemoney/openURL.js +30 -0
- package/lib/internal/apis/custom/mp_web/truemoney/openWebURL.d.ts +1 -0
- package/lib/internal/apis/custom/mp_web/truemoney/openWebURL.js +1 -0
- package/lib/internal/apis/custom/web/alipay/openApPayCodePage.d.ts +1 -0
- package/lib/internal/apis/custom/web/alipay/openApPayCodePage.js +1 -0
- package/lib/internal/apis/custom/web/alipay/openInApp.d.ts +1 -0
- package/lib/internal/apis/custom/web/alipay/openInApp.js +1 -0
- package/lib/internal/apis/custom/web/alipay/openInBrowser.d.ts +1 -0
- package/lib/internal/apis/custom/web/alipay/openInBrowser.js +1 -0
- package/lib/internal/apis/custom/web/alipay/openOtherApp.d.ts +1 -0
- package/lib/internal/apis/custom/web/alipay/openOtherApp.js +1 -0
- package/lib/internal/apis/custom/web/alipay/openPayCodePage.d.ts +1 -0
- package/lib/internal/apis/custom/web/alipay/openPayCodePage.js +1 -0
- package/lib/internal/apis/custom/web/alipay/openScanPage.d.ts +1 -0
- package/lib/internal/apis/custom/web/alipay/openScanPage.js +1 -0
- package/lib/internal/apis/custom/web/alipay/openURL.d.ts +2 -0
- package/lib/internal/apis/custom/web/alipay/openURL.js +26 -0
- package/lib/internal/apis/custom/web/alipay/openWebURL.d.ts +1 -0
- package/lib/internal/apis/custom/web/alipay/openWebURL.js +1 -0
- package/lib/internal/apis/custom/web/createWithoutAuthRpc.d.ts +3 -0
- package/lib/internal/apis/custom/web/createWithoutAuthRpc.js +51 -0
- package/lib/internal/apis/custom/web/defineRuntimeConfig.d.ts +3 -0
- package/lib/internal/apis/custom/web/defineRuntimeConfig.js +9 -0
- package/lib/internal/apis/custom/web/getCurrentLanguage.d.ts +2 -0
- package/lib/internal/apis/custom/web/getCurrentLanguage.js +12 -0
- package/lib/internal/apis/custom/web/h5/openURL.d.ts +2 -0
- package/lib/internal/apis/custom/web/h5/openURL.js +15 -0
- package/lib/internal/apis/custom/web/rpcWithAuthAPlus.d.ts +3 -0
- package/lib/internal/apis/custom/web/rpcWithAuthAPlus.js +19 -0
- package/lib/internal/utils/baseOpenUrl.d.ts +15 -0
- package/lib/internal/utils/baseOpenUrl.js +125 -0
- package/lib/internal/utils/index.d.ts +9 -0
- package/lib/internal/utils/index.js +71 -0
- package/lib/internal/utils/language.d.ts +4 -0
- package/lib/internal/utils/language.js +46 -0
- package/lib/internal/utils/network/authLogin.d.ts +8 -0
- package/lib/internal/utils/network/authLogin.js +564 -0
- package/lib/internal/utils/network/index.d.ts +7 -0
- package/lib/internal/utils/network/index.js +244 -0
- package/lib/internal/utils/router.d.ts +35 -0
- package/lib/internal/utils/router.js +157 -0
- package/lib/umd/index.js +1 -1
- package/lib/umd/mp_web_alipay.js +1 -1
- package/lib/umd/mp_web_alipayhk.js +1 -1
- package/lib/umd/mp_web_chope.js +1 -1
- package/lib/umd/mp_web_dana.js +1 -1
- package/lib/umd/mp_web_demo.js +1 -1
- package/lib/umd/mp_web_gcash.js +1 -1
- package/lib/umd/mp_web_mpay.js +2 -0
- package/lib/umd/mp_web_mpay.js.LICENSE.txt +1 -0
- package/lib/umd/mp_web_tngd.js +1 -1
- package/lib/umd/mp_web_toss.js +2 -0
- package/lib/umd/mp_web_toss.js.LICENSE.txt +1 -0
- package/lib/umd/mp_web_truemoney.js +1 -1
- package/lib/umd/web_alipay.js +2 -1
- package/lib/umd/web_alipay.js.LICENSE.txt +1 -0
- package/lib/umd/web_demo.js +1 -1
- package/lib/umd/web_h5.js +1 -1
- package/lib/umd/web_tngdh5ng.js +1 -1
- package/lib/whichCanIUse/index.js +3 -3
- package/lib/whichCanIUse/mp.js +7 -7
- package/lib/whichCanIUse/mp_web.d.ts +2 -0
- package/lib/whichCanIUse/mp_web.js +10 -8
- package/lib/whichCanIUse/web.js +4 -4
- package/package.json +26 -8
- package/lib/clients/mp/demo/crossPay.d.ts +0 -2
- package/lib/clients/mp/demo/crossPay.js +0 -3
- package/lib/clients/mp/demo/onMessage.d.ts +0 -2
- package/lib/clients/mp/demo/onMessage.js +0 -3
- package/lib/clients/mp/demo/postMessage.d.ts +0 -2
- package/lib/clients/mp/demo/postMessage.js +0 -3
- package/lib/clients/mp_web/alipay/canIUse.d.ts +0 -2
- package/lib/clients/mp_web/alipay/canIUse.js +0 -2
- package/lib/clients/mp_web/alipay/getSystemInfoSync.d.ts +0 -2
- package/lib/clients/mp_web/alipay/getSystemInfoSync.js +0 -2
- package/lib/clients/mp_web/alipayhk/canIUse.d.ts +0 -2
- package/lib/clients/mp_web/alipayhk/canIUse.js +0 -2
- package/lib/clients/mp_web/chope/canIUse.d.ts +0 -2
- package/lib/clients/mp_web/chope/canIUse.js +0 -2
- package/lib/clients/mp_web/dana/canIUse.d.ts +0 -2
- package/lib/clients/mp_web/dana/canIUse.js +0 -2
- package/lib/clients/mp_web/demo/canIUse.d.ts +0 -2
- package/lib/clients/mp_web/demo/canIUse.js +0 -2
- package/lib/clients/mp_web/demo/crossPay.d.ts +0 -2
- package/lib/clients/mp_web/demo/crossPay.js +0 -3
- package/lib/clients/mp_web/demo/getSystemInfoSync.d.ts +0 -2
- package/lib/clients/mp_web/demo/getSystemInfoSync.js +0 -3
- package/lib/clients/mp_web/gcash/canIUse.d.ts +0 -2
- package/lib/clients/mp_web/gcash/canIUse.js +0 -2
- package/lib/clients/mp_web/tngd/canIUse.d.ts +0 -2
- package/lib/clients/mp_web/tngd/canIUse.js +0 -2
- package/lib/clients/mp_web/truemoney/canIUse.d.ts +0 -2
- package/lib/clients/mp_web/truemoney/canIUse.js +0 -2
- package/lib/clients/web/alipay/hideOptionButton.d.ts +0 -1
- package/lib/clients/web/alipay/hideOptionButton.js +0 -7
- package/lib/clients/web/alipay/reLaunch.d.ts +0 -2
- package/lib/clients/web/alipay/reLaunch.js +0 -2
- package/lib/clients/web/alipay/setOptionMenu.d.ts +0 -1
- package/lib/clients/web/alipay/setOptionMenu.js +0 -7
- package/lib/clients/web/alipay/setTabBarStyle.d.ts +0 -2
- package/lib/clients/web/alipay/setTabBarStyle.js +0 -2
- package/lib/clients/web/alipay/startPullDownRefresh.d.ts +0 -2
- package/lib/clients/web/alipay/startPullDownRefresh.js +0 -2
- package/lib/clients/web/alipay/stopPullDownRefresh.d.ts +0 -2
- package/lib/clients/web/alipay/stopPullDownRefresh.js +0 -2
- package/lib/clients/web/demo/crossPay.d.ts +0 -2
- package/lib/clients/web/demo/crossPay.js +0 -3
- package/lib/clients/web/demo/hideOptionButton.d.ts +0 -2
- package/lib/clients/web/demo/hideOptionButton.js +0 -3
- package/lib/clients/web/demo/offCompassChange.d.ts +0 -2
- package/lib/clients/web/demo/offCompassChange.js +0 -3
- package/lib/clients/web/demo/offMemoryWarning.d.ts +0 -2
- package/lib/clients/web/demo/offMemoryWarning.js +0 -3
- package/lib/clients/web/demo/onAccelerometerChange.d.ts +0 -2
- package/lib/clients/web/demo/onAccelerometerChange.js +0 -3
- package/lib/clients/web/demo/paySignCenter.d.ts +0 -1
- package/lib/clients/web/demo/paySignCenter.js +0 -7
- package/lib/clients/web/demo/reLaunch.d.ts +0 -2
- package/lib/clients/web/demo/reLaunch.js +0 -2
- package/lib/clients/web/demo/setBackgroundColor.d.ts +0 -2
- package/lib/clients/web/demo/setBackgroundColor.js +0 -3
- package/lib/clients/web/demo/setOptionMenu.d.ts +0 -1
- package/lib/clients/web/demo/setOptionMenu.js +0 -7
- package/lib/clients/web/demo/setTabBarStyle.d.ts +0 -2
- package/lib/clients/web/demo/setTabBarStyle.js +0 -2
- package/lib/clients/web/demo/startPullDownRefresh.d.ts +0 -2
- package/lib/clients/web/demo/startPullDownRefresh.js +0 -2
- package/lib/clients/web/demo/stopPullDownRefresh.d.ts +0 -2
- package/lib/clients/web/demo/stopPullDownRefresh.js +0 -2
- package/lib/clients/web/demo/watchShake.d.ts +0 -2
- package/lib/clients/web/demo/watchShake.js +0 -3
- package/lib/clients/web/h5/getAppIdSync.d.ts +0 -1
- package/lib/clients/web/h5/getAppIdSync.js +0 -4
- package/lib/clients/web/tngdh5ng/getClipboard.d.ts +0 -2
- package/lib/clients/web/tngdh5ng/getClipboard.js +0 -2
- package/lib/common/apis/generated/mp/onMessage.d.ts +0 -2
- package/lib/common/apis/generated/mp/onMessage.js +0 -6
- package/lib/common/apis/generated/mp/postMessage.d.ts +0 -2
- package/lib/common/apis/generated/mp/postMessage.js +0 -4
- package/lib/common/apis/generated/mp_web/canIUse.d.ts +0 -2
- package/lib/common/apis/generated/mp_web/canIUse.js +0 -4
- package/lib/common/apis/generated/mp_web/getSystemInfoSync.d.ts +0 -2
- package/lib/common/apis/generated/mp_web/getSystemInfoSync.js +0 -4
- package/lib/common/apis/generated/web/hideOptionButton.d.ts +0 -3
- package/lib/common/apis/generated/web/hideOptionButton.js +0 -8
- package/lib/common/apis/generated/web/offCompassChange.d.ts +0 -2
- package/lib/common/apis/generated/web/offCompassChange.js +0 -4
- package/lib/common/apis/generated/web/offMemoryWarning.d.ts +0 -4
- package/lib/common/apis/generated/web/offMemoryWarning.js +0 -4
- package/lib/common/apis/generated/web/onAccelerometerChange.d.ts +0 -6
- package/lib/common/apis/generated/web/onAccelerometerChange.js +0 -4
- package/lib/common/apis/generated/web/setBackgroundColor.d.ts +0 -2
- package/lib/common/apis/generated/web/setBackgroundColor.js +0 -4
- package/lib/common/apis/generated/web/watchShake.d.ts +0 -2
- package/lib/common/apis/generated/web/watchShake.js +0 -4
- /package/lib/{appEnv/index.d.ts → appEnv.d.ts} +0 -0
- /package/lib/{appEnv/index.js → appEnv.js} +0 -0
- /package/lib/common/{utils.d.ts → utils/index.d.ts} +0 -0
- /package/lib/common/{utils.js → utils/index.js} +0 -0
package/lib/whichCanIUse/mp.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
// auto generated
|
|
2
2
|
export default {
|
|
3
3
|
demo: ['addFatigueAction', 'addPhoneContact', 'alert', 'apDisableJSAPI', 'appxrpc', 'APRegionRPC', 'batchQueryCdpSpaceInfo', 'chooseImage', 'choosePhoneContact', 'clearStorage', 'clearStorageSync', 'closeBluetoothAdapter', 'closeSocket', 'confirm', 'connectBLEDevice', 'connectSocket', 'createAnimation', 'createWebViewContext', 'datePicker', 'disconnectBLEDevice', 'downloadFile', 'exitApp', 'getAppIdSync', 'getAppToken', 'getAuthCode', 'getBatteryInfo', 'getBLEDeviceCharacteristics', 'getBLEDeviceServices', 'getBluetoothAdapterState', 'getBluetoothDevices', 'getClipboard', 'getComponentAuth', 'getConnectedBluetoothDevices', 'getFileInfo', 'getImageInfo', 'getLocation', 'getNetworkType', 'getOpenUserInfo', 'getPaymentCode', 'getPhoneNumber', 'getSavedFileInfo', 'getSavedFileList', 'getScreenBrightness', 'getServerTime', 'getSetting', 'getSiteInfo', 'getStorage', 'getStorageSync', 'getSystemInfo', 'getSystemInfoSync', 'hideBackHome', 'hideKeyboard', 'hideLoading', 'hideNavigationBarLoading', 'hideTabBar', 'hideToast', 'inquireQuote', 'isInstalledApp', 'makePhoneCall', 'multiLevelSelect', 'navigateBack', 'navigateBackMiniProgram', 'navigateTo', 'navigateToBizScene', 'navigateToMiniProgram', 'notifyBLECharacteristicValueChange', 'offAccelerometerChange', 'offBLECharacteristicValueChange', 'offBLEConnectionStateChanged', 'offBluetoothAdapterStateChange', 'offBluetoothDeviceFound', 'offCompassChange', 'offMemoryWarning', 'offSocketClose', 'offSocketError', 'offSocketMessage', 'offSocketOpen', 'offUserCaptureScreen', 'onAccelerometerChange', 'onBLECharacteristicValueChange', 'onBLEConnectionStateChanged', 'onBluetoothAdapterStateChange', 'onBluetoothDeviceFound', 'onCompassChange', 'onMemoryWarning', 'onSocketClose', 'onSocketError', 'onSocketMessage', 'onSocketOpen', 'onUserCaptureScreen', 'openBluetoothAdapter', 'openDocument', 'openSchemeWithBacking', 'openSetting', 'pageScrollTo', 'paySignCenter', 'previewImage', 'prompt', 'readBLECharacteristicValue', 'redirectTo', 'regionFetchAllApps', 'regionSearchAppsByKeywords', 'reLaunch', 'removeSavedFile', 'removeStorage', 'removeStorageSync', 'request', 'rpc', 'saveFile', 'saveImage', 'scan', 'sendSocketMessage', 'setBackgroundColor', 'setCanPullDown', 'setClipboard', 'setKeepScreenOn', 'setNavigationBar', 'setOptionMenu', 'setScreenBrightness', 'setStorage', 'setStorageSync', 'setTabBarStyle', 'showActionSheet', 'showAuthGuide', 'showLoading', 'showNavigationBarLoading', 'showToast', 'signContract', 'startApp', 'startBizService', 'startBluetoothDevicesDiscovery', 'startPullDownRefresh', 'stopBluetoothDevicesDiscovery', 'stopPullDownRefresh', 'switchTab', 'thirdPartyAuthForAc', 'tradePay', 'uploadApdidToken', 'uploadFile', 'vibrate', 'watchShake', 'writeBLECharacteristicValue', 'createSelectorQuery', 'canIUse', 'getStorageInfo', 'getStorageInfoSync', 'showSharePanel', 'hideOptionButton'],
|
|
4
|
-
gcash: ['addPhoneContact', 'alert', 'chooseImage', 'choosePhoneContact', 'clearStorage', 'clearStorageSync', 'closeBluetoothAdapter', 'closeSocket', 'confirm', 'connectBLEDevice', 'connectSocket', 'createAnimation', 'createWebViewContext', 'datePicker', 'disconnectBLEDevice', 'downloadFile', 'getAppIdSync', 'getAuthCode', 'getBatteryInfo', 'getBLEDeviceCharacteristics', 'getBLEDeviceServices', 'getBluetoothAdapterState', 'getBluetoothDevices', 'getClipboard', 'getConnectedBluetoothDevices', 'getFileInfo', 'getImageInfo', 'getLocation', 'getNetworkType', 'getOpenUserInfo', 'getSavedFileInfo', 'getSavedFileList', 'getScreenBrightness', 'getServerTime', 'getSetting', 'getSiteInfo', 'getStorage', 'getStorageSync', 'getSystemInfo', 'hideBackHome', 'hideKeyboard', 'hideLoading', 'hideNavigationBarLoading', 'hideTabBar', 'hideToast', 'makePhoneCall', 'multiLevelSelect', 'navigateBack', 'navigateBackMiniProgram', 'navigateTo', 'navigateToMiniProgram', 'notifyBLECharacteristicValueChange', 'offAccelerometerChange', 'offBLECharacteristicValueChange', 'offBLEConnectionStateChanged', 'offBluetoothAdapterStateChange', 'offBluetoothDeviceFound', 'offCompassChange', 'offMemoryWarning', 'offSocketClose', 'offSocketError', 'offSocketMessage', 'offSocketOpen', 'offUserCaptureScreen', 'onAccelerometerChange', 'onBLECharacteristicValueChange', 'onBLEConnectionStateChanged', 'onBluetoothAdapterStateChange', 'onBluetoothDeviceFound', 'onCompassChange', 'onMemoryWarning', 'onSocketClose', 'onSocketError', 'onSocketMessage', 'onSocketOpen', 'onUserCaptureScreen', 'openBluetoothAdapter', 'openDocument', 'openSetting', 'pageScrollTo', 'previewImage', 'prompt', 'readBLECharacteristicValue', 'redirectTo', 'reLaunch', 'removeSavedFile', 'removeStorage', 'removeStorageSync', 'request', 'saveFile', 'saveImage', 'scan', 'sendSocketMessage', 'setBackgroundColor', 'setCanPullDown', 'setClipboard', 'setKeepScreenOn', 'setNavigationBar', 'setScreenBrightness', 'setStorage', 'setStorageSync', 'setTabBarStyle', 'showActionSheet', 'showAuthGuide', 'showLoading', 'showNavigationBarLoading', 'showToast', 'signContract', 'startBluetoothDevicesDiscovery', 'startPullDownRefresh', 'stopBluetoothDevicesDiscovery', 'stopPullDownRefresh', 'switchTab', 'tradePay', 'uploadFile', 'vibrate', 'watchShake', 'writeBLECharacteristicValue', 'createSelectorQuery', 'canIUse', 'showSharePanel'],
|
|
5
|
-
tngd: ['addPhoneContact', 'alert', 'chooseImage', 'choosePhoneContact', 'clearStorage', 'clearStorageSync', 'closeBluetoothAdapter', 'closeSocket', 'confirm', 'connectBLEDevice', 'connectSocket', 'createAnimation', 'createWebViewContext', 'datePicker', 'disconnectBLEDevice', 'downloadFile', 'getAppIdSync', 'getAuthCode', 'getBatteryInfo', 'getBLEDeviceCharacteristics', 'getBLEDeviceServices', 'getBluetoothAdapterState', 'getBluetoothDevices', 'getClipboard', 'getConnectedBluetoothDevices', 'getFileInfo', 'getImageInfo', 'getLocation', 'getNetworkType', 'getOpenUserInfo', 'getSavedFileInfo', 'getSavedFileList', 'getScreenBrightness', 'getServerTime', 'getSetting', 'getSiteInfo', 'getStorage', 'getStorageSync', 'getSystemInfo', 'hideBackHome', 'hideKeyboard', 'hideLoading', 'hideNavigationBarLoading', 'hideTabBar', 'hideToast', 'makePhoneCall', 'multiLevelSelect', 'navigateBack', 'navigateBackMiniProgram', 'navigateTo', 'navigateToMiniProgram', 'notifyBLECharacteristicValueChange', 'offAccelerometerChange', 'offBLECharacteristicValueChange', 'offBLEConnectionStateChanged', 'offBluetoothAdapterStateChange', 'offBluetoothDeviceFound', 'offCompassChange', 'offMemoryWarning', 'offSocketClose', 'offSocketError', 'offSocketMessage', 'offSocketOpen', 'offUserCaptureScreen', 'onAccelerometerChange', 'onBLECharacteristicValueChange', 'onBLEConnectionStateChanged', 'onBluetoothAdapterStateChange', 'onBluetoothDeviceFound', 'onCompassChange', 'onMemoryWarning', 'onSocketClose', 'onSocketError', 'onSocketMessage', 'onSocketOpen', 'onUserCaptureScreen', 'openBluetoothAdapter', 'openDocument', 'openSetting', 'pageScrollTo', 'previewImage', 'prompt', 'readBLECharacteristicValue', 'redirectTo', 'reLaunch', 'removeSavedFile', 'removeStorage', 'removeStorageSync', 'request', 'saveFile', 'saveImage', 'scan', 'sendSocketMessage', 'setBackgroundColor', 'setCanPullDown', 'setClipboard', 'setKeepScreenOn', 'setNavigationBar', 'setScreenBrightness', 'setStorage', 'setStorageSync', 'setTabBarStyle', 'showActionSheet', 'showAuthGuide', 'showLoading', 'showNavigationBarLoading', 'showToast', 'signContract', 'startBluetoothDevicesDiscovery', 'startPullDownRefresh', 'stopBluetoothDevicesDiscovery', 'stopPullDownRefresh', 'switchTab', 'tradePay', 'uploadFile', 'vibrate', 'watchShake', 'writeBLECharacteristicValue', 'createSelectorQuery', 'canIUse', 'showSharePanel'],
|
|
6
|
-
alipay: ['addPhoneContact', 'alert', 'chooseImage', 'choosePhoneContact', 'clearStorage', 'clearStorageSync', 'closeBluetoothAdapter', 'closeSocket', 'confirm', 'connectBLEDevice', 'connectSocket', 'createAnimation', 'createWebViewContext', 'datePicker', 'disconnectBLEDevice', 'downloadFile', 'getAppIdSync', 'getAuthCode', 'getBatteryInfo', 'getBLEDeviceCharacteristics', 'getBLEDeviceServices', 'getBluetoothAdapterState', 'getBluetoothDevices', 'getClipboard', 'getConnectedBluetoothDevices', 'getFileInfo', 'getImageInfo', 'getLocation', 'getNetworkType', 'getOpenUserInfo', 'getSavedFileInfo', 'getSavedFileList', 'getScreenBrightness', 'getServerTime', 'getSetting', 'getSiteInfo', 'getStorage', 'getStorageSync', 'getSystemInfo', 'hideBackHome', 'hideKeyboard', 'hideLoading', 'hideNavigationBarLoading', 'hideTabBar', 'hideToast', 'makePhoneCall', 'multiLevelSelect', 'navigateBack', 'navigateBackMiniProgram', 'navigateTo', 'navigateToMiniProgram', 'notifyBLECharacteristicValueChange', 'offAccelerometerChange', 'offBLECharacteristicValueChange', 'offBLEConnectionStateChanged', 'offBluetoothAdapterStateChange', 'offBluetoothDeviceFound', 'offCompassChange', 'offMemoryWarning', 'offSocketClose', 'offSocketError', 'offSocketMessage', 'offSocketOpen', 'offUserCaptureScreen', 'onAccelerometerChange', 'onBLECharacteristicValueChange', 'onBLEConnectionStateChanged', 'onBluetoothAdapterStateChange', 'onBluetoothDeviceFound', 'onCompassChange', 'onMemoryWarning', 'onSocketClose', 'onSocketError', 'onSocketMessage', 'onSocketOpen', 'onUserCaptureScreen', 'openBluetoothAdapter', 'openDocument', 'openSetting', 'pageScrollTo', 'previewImage', 'prompt', 'readBLECharacteristicValue', 'redirectTo', 'reLaunch', 'removeSavedFile', 'removeStorage', 'removeStorageSync', 'request', 'rpc', 'saveFile', 'saveImage', 'scan', 'sendSocketMessage', 'setBackgroundColor', 'setCanPullDown', 'setClipboard', 'setKeepScreenOn', 'setNavigationBar', 'setScreenBrightness', 'setStorage', 'setStorageSync', 'setTabBarStyle', 'showActionSheet', 'showAuthGuide', 'showLoading', 'showNavigationBarLoading', 'showToast', 'signContract', 'startBluetoothDevicesDiscovery', 'startPullDownRefresh', 'stopBluetoothDevicesDiscovery', 'stopPullDownRefresh', 'switchTab', 'tradePay', 'crossPay', 'uploadFile', 'vibrate', 'watchShake', 'writeBLECharacteristicValue', 'getLaunchOptionsSync', 'createSelectorQuery', 'canIUse', 'getStorageInfoSync', 'showSharePanel'],
|
|
7
|
-
chope: ['addPhoneContact', 'alert', 'chooseImage', 'choosePhoneContact', 'clearStorage', 'clearStorageSync', 'closeBluetoothAdapter', 'closeSocket', 'confirm', 'connectBLEDevice', 'connectSocket', 'createAnimation', 'createWebViewContext', 'datePicker', 'disconnectBLEDevice', 'downloadFile', 'getAppIdSync', 'getAuthCode', 'getBatteryInfo', 'getBLEDeviceCharacteristics', 'getBLEDeviceServices', 'getBluetoothAdapterState', 'getBluetoothDevices', 'getClipboard', 'getConnectedBluetoothDevices', 'getFileInfo', 'getImageInfo', 'getLocation', 'getNetworkType', 'getOpenUserInfo', 'getSavedFileInfo', 'getSavedFileList', 'getScreenBrightness', 'getServerTime', 'getSetting', 'getSiteInfo', 'getStorage', 'getStorageSync', 'getSystemInfo', 'hideBackHome', 'hideKeyboard', 'hideLoading', 'hideNavigationBarLoading', 'hideTabBar', 'hideToast', 'makePhoneCall', 'multiLevelSelect', 'navigateBack', 'navigateBackMiniProgram', 'navigateTo', 'navigateToMiniProgram', 'notifyBLECharacteristicValueChange', 'offAccelerometerChange', 'offBLECharacteristicValueChange', 'offBLEConnectionStateChanged', 'offBluetoothAdapterStateChange', 'offBluetoothDeviceFound', 'offCompassChange', 'offMemoryWarning', 'offSocketClose', 'offSocketError', 'offSocketMessage', 'offSocketOpen', 'offUserCaptureScreen', 'onAccelerometerChange', 'onBLECharacteristicValueChange', 'onBLEConnectionStateChanged', 'onBluetoothAdapterStateChange', 'onBluetoothDeviceFound', 'onCompassChange', 'onMemoryWarning', 'onSocketClose', 'onSocketError', 'onSocketMessage', 'onSocketOpen', 'onUserCaptureScreen', 'openBluetoothAdapter', 'openDocument', 'openSetting', 'pageScrollTo', 'previewImage', 'prompt', 'readBLECharacteristicValue', 'redirectTo', 'reLaunch', 'removeSavedFile', 'removeStorage', 'removeStorageSync', 'request', 'saveFile', 'saveImage', 'scan', 'sendSocketMessage', 'setBackgroundColor', 'setCanPullDown', 'setClipboard', 'setKeepScreenOn', 'setNavigationBar', 'setScreenBrightness', 'setStorage', 'setStorageSync', 'setTabBarStyle', 'showActionSheet', 'showAuthGuide', 'showLoading', 'showNavigationBarLoading', 'showToast', 'signContract', 'startBluetoothDevicesDiscovery', 'startPullDownRefresh', 'stopBluetoothDevicesDiscovery', 'stopPullDownRefresh', 'switchTab', 'tradePay', 'uploadFile', 'vibrate', 'watchShake', 'writeBLECharacteristicValue', 'createSelectorQuery', 'canIUse', 'showSharePanel'],
|
|
8
|
-
alipayhk: ['addPhoneContact', 'alert', 'chooseImage', 'choosePhoneContact', 'clearStorage', 'clearStorageSync', 'closeBluetoothAdapter', 'closeSocket', 'confirm', 'connectBLEDevice', 'connectSocket', 'createAnimation', 'createWebViewContext', 'datePicker', 'disconnectBLEDevice', 'downloadFile', 'getAppIdSync', 'getAuthCode', 'getBatteryInfo', 'getBLEDeviceCharacteristics', 'getBLEDeviceServices', 'getBluetoothAdapterState', 'getBluetoothDevices', 'getClipboard', 'getConnectedBluetoothDevices', 'getFileInfo', 'getImageInfo', 'getLocation', 'getNetworkType', 'getOpenUserInfo', 'getSavedFileInfo', 'getSavedFileList', 'getScreenBrightness', 'getServerTime', 'getSetting', 'getSiteInfo', 'getStorage', 'getStorageSync', 'getSystemInfo', 'hideBackHome', 'hideKeyboard', 'hideLoading', 'hideNavigationBarLoading', 'hideTabBar', 'hideToast', 'makePhoneCall', 'multiLevelSelect', 'navigateBack', 'navigateBackMiniProgram', 'navigateTo', 'navigateToMiniProgram', 'notifyBLECharacteristicValueChange', 'offAccelerometerChange', 'offBLECharacteristicValueChange', 'offBLEConnectionStateChanged', 'offBluetoothAdapterStateChange', 'offBluetoothDeviceFound', 'offCompassChange', 'offMemoryWarning', 'offSocketClose', 'offSocketError', 'offSocketMessage', 'offSocketOpen', 'offUserCaptureScreen', 'onAccelerometerChange', 'onBLECharacteristicValueChange', 'onBLEConnectionStateChanged', 'onBluetoothAdapterStateChange', 'onBluetoothDeviceFound', 'onCompassChange', 'onMemoryWarning', 'onSocketClose', 'onSocketError', 'onSocketMessage', 'onSocketOpen', 'onUserCaptureScreen', 'openBluetoothAdapter', 'openDocument', 'openSetting', 'pageScrollTo', 'previewImage', 'prompt', 'readBLECharacteristicValue', 'redirectTo', 'reLaunch', 'removeSavedFile', 'removeStorage', 'removeStorageSync', 'request', 'saveFile', 'saveImage', 'scan', 'sendSocketMessage', 'setBackgroundColor', 'setCanPullDown', 'setClipboard', 'setKeepScreenOn', 'setNavigationBar', 'setScreenBrightness', 'setStorage', 'setStorageSync', 'setTabBarStyle', 'showActionSheet', 'showAuthGuide', 'showLoading', 'showNavigationBarLoading', 'showToast', 'signContract', 'startBluetoothDevicesDiscovery', 'startPullDownRefresh', 'stopBluetoothDevicesDiscovery', 'stopPullDownRefresh', 'switchTab', 'tradePay', 'uploadFile', 'vibrate', 'watchShake', 'writeBLECharacteristicValue', 'createSelectorQuery', 'canIUse', 'showSharePanel'],
|
|
9
|
-
dana: ['addPhoneContact', 'alert', 'chooseImage', 'choosePhoneContact', 'clearStorage', 'clearStorageSync', 'closeBluetoothAdapter', 'closeSocket', 'confirm', 'connectBLEDevice', 'connectSocket', 'createAnimation', 'createWebViewContext', 'datePicker', 'disconnectBLEDevice', 'downloadFile', 'getAppIdSync', 'getAuthCode', 'getBatteryInfo', 'getBLEDeviceCharacteristics', 'getBLEDeviceServices', 'getBluetoothAdapterState', 'getBluetoothDevices', 'getClipboard', 'getConnectedBluetoothDevices', 'getFileInfo', 'getImageInfo', 'getLocation', 'getNetworkType', 'getOpenUserInfo', 'getSavedFileInfo', 'getSavedFileList', 'getScreenBrightness', 'getServerTime', 'getSetting', 'getSiteInfo', 'getStorage', 'getStorageSync', 'getSystemInfo', 'hideBackHome', 'hideKeyboard', 'hideLoading', 'hideNavigationBarLoading', 'hideTabBar', 'hideToast', 'makePhoneCall', 'multiLevelSelect', 'navigateBack', 'navigateBackMiniProgram', 'navigateTo', 'navigateToMiniProgram', 'notifyBLECharacteristicValueChange', 'offAccelerometerChange', 'offBLECharacteristicValueChange', 'offBLEConnectionStateChanged', 'offBluetoothAdapterStateChange', 'offBluetoothDeviceFound', 'offCompassChange', 'offMemoryWarning', 'offSocketClose', 'offSocketError', 'offSocketMessage', 'offSocketOpen', 'offUserCaptureScreen', 'onAccelerometerChange', 'onBLECharacteristicValueChange', 'onBLEConnectionStateChanged', 'onBluetoothAdapterStateChange', 'onBluetoothDeviceFound', 'onCompassChange', 'onMemoryWarning', 'onSocketClose', 'onSocketError', 'onSocketMessage', 'onSocketOpen', 'onUserCaptureScreen', 'openBluetoothAdapter', 'openDocument', 'openSetting', 'pageScrollTo', 'previewImage', 'prompt', 'readBLECharacteristicValue', 'redirectTo', 'reLaunch', 'removeSavedFile', 'removeStorage', 'removeStorageSync', 'request', 'saveFile', 'saveImage', 'scan', 'sendSocketMessage', 'setBackgroundColor', 'setCanPullDown', 'setClipboard', 'setKeepScreenOn', 'setNavigationBar', 'setScreenBrightness', 'setStorage', 'setStorageSync', 'setTabBarStyle', 'showActionSheet', 'showAuthGuide', 'showLoading', 'showNavigationBarLoading', 'showToast', 'signContract', 'startBluetoothDevicesDiscovery', 'startPullDownRefresh', 'stopBluetoothDevicesDiscovery', 'stopPullDownRefresh', 'switchTab', 'tradePay', 'uploadFile', 'vibrate', 'watchShake', 'writeBLECharacteristicValue', 'createSelectorQuery', 'canIUse', 'showSharePanel'],
|
|
10
|
-
truemoney: ['addPhoneContact', 'alert', 'chooseImage', 'choosePhoneContact', 'clearStorage', 'clearStorageSync', 'closeBluetoothAdapter', 'closeSocket', 'confirm', 'connectBLEDevice', 'connectSocket', 'createAnimation', 'createWebViewContext', 'datePicker', 'disconnectBLEDevice', 'downloadFile', 'getAppIdSync', 'getAuthCode', 'getBatteryInfo', 'getBLEDeviceCharacteristics', 'getBLEDeviceServices', 'getBluetoothAdapterState', 'getBluetoothDevices', 'getClipboard', 'getConnectedBluetoothDevices', 'getFileInfo', 'getImageInfo', 'getLocation', 'getNetworkType', 'getOpenUserInfo', 'getSavedFileInfo', 'getSavedFileList', 'getScreenBrightness', 'getServerTime', 'getSetting', 'getSiteInfo', 'getStorage', 'getStorageSync', 'getSystemInfo', 'hideBackHome', 'hideKeyboard', 'hideLoading', 'hideNavigationBarLoading', 'hideTabBar', 'hideToast', 'makePhoneCall', 'multiLevelSelect', 'navigateBack', 'navigateBackMiniProgram', 'navigateTo', 'navigateToMiniProgram', 'notifyBLECharacteristicValueChange', 'offAccelerometerChange', 'offBLECharacteristicValueChange', 'offBLEConnectionStateChanged', 'offBluetoothAdapterStateChange', 'offBluetoothDeviceFound', 'offCompassChange', 'offMemoryWarning', 'offSocketClose', 'offSocketError', 'offSocketMessage', 'offSocketOpen', 'offUserCaptureScreen', 'onAccelerometerChange', 'onBLECharacteristicValueChange', 'onBLEConnectionStateChanged', 'onBluetoothAdapterStateChange', 'onBluetoothDeviceFound', 'onCompassChange', 'onMemoryWarning', 'onSocketClose', 'onSocketError', 'onSocketMessage', 'onSocketOpen', 'onUserCaptureScreen', 'openBluetoothAdapter', 'openDocument', 'openSetting', 'pageScrollTo', 'previewImage', 'prompt', 'readBLECharacteristicValue', 'redirectTo', 'reLaunch', 'removeSavedFile', 'removeStorage', 'removeStorageSync', 'request', 'saveFile', 'saveImage', 'scan', 'sendSocketMessage', 'setBackgroundColor', 'setCanPullDown', 'setClipboard', 'setKeepScreenOn', 'setNavigationBar', 'setScreenBrightness', 'setStorage', 'setStorageSync', 'setTabBarStyle', 'showActionSheet', 'showAuthGuide', 'showLoading', 'showNavigationBarLoading', 'showToast', 'signContract', 'startBluetoothDevicesDiscovery', 'startPullDownRefresh', 'stopBluetoothDevicesDiscovery', 'stopPullDownRefresh', 'switchTab', 'tradePay', 'uploadFile', 'vibrate', 'watchShake', 'writeBLECharacteristicValue', 'createSelectorQuery', 'canIUse', 'showSharePanel'],
|
|
4
|
+
gcash: ['addPhoneContact', 'alert', 'chooseImage', 'choosePhoneContact', 'clearStorage', 'clearStorageSync', 'closeBluetoothAdapter', 'closeSocket', 'confirm', 'connectBLEDevice', 'connectSocket', 'createAnimation', 'createWebViewContext', 'datePicker', 'disconnectBLEDevice', 'downloadFile', 'getAppIdSync', 'getAuthCode', 'getBatteryInfo', 'getBLEDeviceCharacteristics', 'getBLEDeviceServices', 'getBluetoothAdapterState', 'getBluetoothDevices', 'getClipboard', 'getConnectedBluetoothDevices', 'getFileInfo', 'getImageInfo', 'getLocation', 'getNetworkType', 'getOpenUserInfo', 'getSavedFileInfo', 'getSavedFileList', 'getScreenBrightness', 'getServerTime', 'getSetting', 'getSiteInfo', 'getStorage', 'getStorageSync', 'getSystemInfo', 'getSystemInfoSync', 'hideBackHome', 'hideKeyboard', 'hideLoading', 'hideNavigationBarLoading', 'hideTabBar', 'hideToast', 'makePhoneCall', 'multiLevelSelect', 'navigateBack', 'navigateBackMiniProgram', 'navigateTo', 'navigateToMiniProgram', 'notifyBLECharacteristicValueChange', 'offAccelerometerChange', 'offBLECharacteristicValueChange', 'offBLEConnectionStateChanged', 'offBluetoothAdapterStateChange', 'offBluetoothDeviceFound', 'offCompassChange', 'offMemoryWarning', 'offSocketClose', 'offSocketError', 'offSocketMessage', 'offSocketOpen', 'offUserCaptureScreen', 'onAccelerometerChange', 'onBLECharacteristicValueChange', 'onBLEConnectionStateChanged', 'onBluetoothAdapterStateChange', 'onBluetoothDeviceFound', 'onCompassChange', 'onMemoryWarning', 'onSocketClose', 'onSocketError', 'onSocketMessage', 'onSocketOpen', 'onUserCaptureScreen', 'openBluetoothAdapter', 'openDocument', 'openSetting', 'pageScrollTo', 'previewImage', 'prompt', 'readBLECharacteristicValue', 'redirectTo', 'reLaunch', 'removeSavedFile', 'removeStorage', 'removeStorageSync', 'request', 'saveFile', 'saveImage', 'scan', 'sendSocketMessage', 'setBackgroundColor', 'setCanPullDown', 'setClipboard', 'setKeepScreenOn', 'setNavigationBar', 'setScreenBrightness', 'setStorage', 'setStorageSync', 'setTabBarStyle', 'showActionSheet', 'showAuthGuide', 'showLoading', 'showNavigationBarLoading', 'showToast', 'signContract', 'startBluetoothDevicesDiscovery', 'startPullDownRefresh', 'stopBluetoothDevicesDiscovery', 'stopPullDownRefresh', 'switchTab', 'tradePay', 'uploadFile', 'vibrate', 'watchShake', 'writeBLECharacteristicValue', 'createSelectorQuery', 'canIUse', 'showSharePanel'],
|
|
5
|
+
tngd: ['addPhoneContact', 'alert', 'chooseImage', 'choosePhoneContact', 'clearStorage', 'clearStorageSync', 'closeBluetoothAdapter', 'closeSocket', 'confirm', 'connectBLEDevice', 'connectSocket', 'createAnimation', 'createWebViewContext', 'datePicker', 'disconnectBLEDevice', 'downloadFile', 'getAppIdSync', 'getAuthCode', 'getBatteryInfo', 'getBLEDeviceCharacteristics', 'getBLEDeviceServices', 'getBluetoothAdapterState', 'getBluetoothDevices', 'getClipboard', 'getConnectedBluetoothDevices', 'getFileInfo', 'getImageInfo', 'getLocation', 'getNetworkType', 'getOpenUserInfo', 'getSavedFileInfo', 'getSavedFileList', 'getScreenBrightness', 'getServerTime', 'getSetting', 'getSiteInfo', 'getStorage', 'getStorageSync', 'getSystemInfo', 'getSystemInfoSync', 'hideBackHome', 'hideKeyboard', 'hideLoading', 'hideNavigationBarLoading', 'hideTabBar', 'hideToast', 'makePhoneCall', 'multiLevelSelect', 'navigateBack', 'navigateBackMiniProgram', 'navigateTo', 'navigateToMiniProgram', 'notifyBLECharacteristicValueChange', 'offAccelerometerChange', 'offBLECharacteristicValueChange', 'offBLEConnectionStateChanged', 'offBluetoothAdapterStateChange', 'offBluetoothDeviceFound', 'offCompassChange', 'offMemoryWarning', 'offSocketClose', 'offSocketError', 'offSocketMessage', 'offSocketOpen', 'offUserCaptureScreen', 'onAccelerometerChange', 'onBLECharacteristicValueChange', 'onBLEConnectionStateChanged', 'onBluetoothAdapterStateChange', 'onBluetoothDeviceFound', 'onCompassChange', 'onMemoryWarning', 'onSocketClose', 'onSocketError', 'onSocketMessage', 'onSocketOpen', 'onUserCaptureScreen', 'openBluetoothAdapter', 'openDocument', 'openSetting', 'pageScrollTo', 'previewImage', 'prompt', 'readBLECharacteristicValue', 'redirectTo', 'reLaunch', 'removeSavedFile', 'removeStorage', 'removeStorageSync', 'request', 'saveFile', 'saveImage', 'scan', 'sendSocketMessage', 'setBackgroundColor', 'setCanPullDown', 'setClipboard', 'setKeepScreenOn', 'setNavigationBar', 'setScreenBrightness', 'setStorage', 'setStorageSync', 'setTabBarStyle', 'showActionSheet', 'showAuthGuide', 'showLoading', 'showNavigationBarLoading', 'showToast', 'signContract', 'startBluetoothDevicesDiscovery', 'startPullDownRefresh', 'stopBluetoothDevicesDiscovery', 'stopPullDownRefresh', 'switchTab', 'tradePay', 'uploadFile', 'vibrate', 'watchShake', 'writeBLECharacteristicValue', 'createSelectorQuery', 'canIUse', 'showSharePanel'],
|
|
6
|
+
alipay: ['addPhoneContact', 'alert', 'chooseImage', 'choosePhoneContact', 'clearStorage', 'clearStorageSync', 'closeBluetoothAdapter', 'closeSocket', 'confirm', 'connectBLEDevice', 'connectSocket', 'createAnimation', 'createWebViewContext', 'datePicker', 'disconnectBLEDevice', 'downloadFile', 'getAppIdSync', 'getAuthCode', 'getBatteryInfo', 'getBLEDeviceCharacteristics', 'getBLEDeviceServices', 'getBluetoothAdapterState', 'getBluetoothDevices', 'getClipboard', 'getConnectedBluetoothDevices', 'getFileInfo', 'getImageInfo', 'getLocation', 'getNetworkType', 'getOpenUserInfo', 'getSavedFileInfo', 'getSavedFileList', 'getScreenBrightness', 'getServerTime', 'getSetting', 'getSiteInfo', 'getStorage', 'getStorageSync', 'getSystemInfo', 'getSystemInfoSync', 'hideBackHome', 'hideKeyboard', 'hideLoading', 'hideNavigationBarLoading', 'hideTabBar', 'hideToast', 'makePhoneCall', 'multiLevelSelect', 'navigateBack', 'navigateBackMiniProgram', 'navigateTo', 'navigateToMiniProgram', 'notifyBLECharacteristicValueChange', 'offAccelerometerChange', 'offBLECharacteristicValueChange', 'offBLEConnectionStateChanged', 'offBluetoothAdapterStateChange', 'offBluetoothDeviceFound', 'offCompassChange', 'offMemoryWarning', 'offSocketClose', 'offSocketError', 'offSocketMessage', 'offSocketOpen', 'offUserCaptureScreen', 'onAccelerometerChange', 'onBLECharacteristicValueChange', 'onBLEConnectionStateChanged', 'onBluetoothAdapterStateChange', 'onBluetoothDeviceFound', 'onCompassChange', 'onMemoryWarning', 'onSocketClose', 'onSocketError', 'onSocketMessage', 'onSocketOpen', 'onUserCaptureScreen', 'openBluetoothAdapter', 'openDocument', 'openSetting', 'pageScrollTo', 'previewImage', 'prompt', 'readBLECharacteristicValue', 'redirectTo', 'reLaunch', 'removeSavedFile', 'removeStorage', 'removeStorageSync', 'request', 'rpc', 'saveFile', 'saveImage', 'scan', 'sendSocketMessage', 'setBackgroundColor', 'setCanPullDown', 'setClipboard', 'setKeepScreenOn', 'setNavigationBar', 'setScreenBrightness', 'setStorage', 'setStorageSync', 'setTabBarStyle', 'showActionSheet', 'showAuthGuide', 'showLoading', 'showNavigationBarLoading', 'showToast', 'signContract', 'startBluetoothDevicesDiscovery', 'startPullDownRefresh', 'stopBluetoothDevicesDiscovery', 'stopPullDownRefresh', 'switchTab', 'tradePay', 'crossPay', 'uploadFile', 'vibrate', 'watchShake', 'writeBLECharacteristicValue', 'getLaunchOptionsSync', 'createSelectorQuery', 'canIUse', 'getStorageInfoSync', 'showSharePanel'],
|
|
7
|
+
chope: ['addPhoneContact', 'alert', 'chooseImage', 'choosePhoneContact', 'clearStorage', 'clearStorageSync', 'closeBluetoothAdapter', 'closeSocket', 'confirm', 'connectBLEDevice', 'connectSocket', 'createAnimation', 'createWebViewContext', 'datePicker', 'disconnectBLEDevice', 'downloadFile', 'getAppIdSync', 'getAuthCode', 'getBatteryInfo', 'getBLEDeviceCharacteristics', 'getBLEDeviceServices', 'getBluetoothAdapterState', 'getBluetoothDevices', 'getClipboard', 'getConnectedBluetoothDevices', 'getFileInfo', 'getImageInfo', 'getLocation', 'getNetworkType', 'getOpenUserInfo', 'getSavedFileInfo', 'getSavedFileList', 'getScreenBrightness', 'getServerTime', 'getSetting', 'getSiteInfo', 'getStorage', 'getStorageSync', 'getSystemInfo', 'getSystemInfoSync', 'hideBackHome', 'hideKeyboard', 'hideLoading', 'hideNavigationBarLoading', 'hideTabBar', 'hideToast', 'makePhoneCall', 'multiLevelSelect', 'navigateBack', 'navigateBackMiniProgram', 'navigateTo', 'navigateToMiniProgram', 'notifyBLECharacteristicValueChange', 'offAccelerometerChange', 'offBLECharacteristicValueChange', 'offBLEConnectionStateChanged', 'offBluetoothAdapterStateChange', 'offBluetoothDeviceFound', 'offCompassChange', 'offMemoryWarning', 'offSocketClose', 'offSocketError', 'offSocketMessage', 'offSocketOpen', 'offUserCaptureScreen', 'onAccelerometerChange', 'onBLECharacteristicValueChange', 'onBLEConnectionStateChanged', 'onBluetoothAdapterStateChange', 'onBluetoothDeviceFound', 'onCompassChange', 'onMemoryWarning', 'onSocketClose', 'onSocketError', 'onSocketMessage', 'onSocketOpen', 'onUserCaptureScreen', 'openBluetoothAdapter', 'openDocument', 'openSetting', 'pageScrollTo', 'previewImage', 'prompt', 'readBLECharacteristicValue', 'redirectTo', 'reLaunch', 'removeSavedFile', 'removeStorage', 'removeStorageSync', 'request', 'saveFile', 'saveImage', 'scan', 'sendSocketMessage', 'setBackgroundColor', 'setCanPullDown', 'setClipboard', 'setKeepScreenOn', 'setNavigationBar', 'setScreenBrightness', 'setStorage', 'setStorageSync', 'setTabBarStyle', 'showActionSheet', 'showAuthGuide', 'showLoading', 'showNavigationBarLoading', 'showToast', 'signContract', 'startBluetoothDevicesDiscovery', 'startPullDownRefresh', 'stopBluetoothDevicesDiscovery', 'stopPullDownRefresh', 'switchTab', 'tradePay', 'uploadFile', 'vibrate', 'watchShake', 'writeBLECharacteristicValue', 'createSelectorQuery', 'canIUse', 'showSharePanel'],
|
|
8
|
+
alipayhk: ['addPhoneContact', 'alert', 'chooseImage', 'choosePhoneContact', 'clearStorage', 'clearStorageSync', 'closeBluetoothAdapter', 'closeSocket', 'confirm', 'connectBLEDevice', 'connectSocket', 'createAnimation', 'createWebViewContext', 'datePicker', 'disconnectBLEDevice', 'downloadFile', 'getAppIdSync', 'getAuthCode', 'getBatteryInfo', 'getBLEDeviceCharacteristics', 'getBLEDeviceServices', 'getBluetoothAdapterState', 'getBluetoothDevices', 'getClipboard', 'getConnectedBluetoothDevices', 'getFileInfo', 'getImageInfo', 'getLocation', 'getNetworkType', 'getOpenUserInfo', 'getSavedFileInfo', 'getSavedFileList', 'getScreenBrightness', 'getServerTime', 'getSetting', 'getSiteInfo', 'getStorage', 'getStorageSync', 'getSystemInfo', 'getSystemInfoSync', 'hideBackHome', 'hideKeyboard', 'hideLoading', 'hideNavigationBarLoading', 'hideTabBar', 'hideToast', 'makePhoneCall', 'multiLevelSelect', 'navigateBack', 'navigateBackMiniProgram', 'navigateTo', 'navigateToMiniProgram', 'notifyBLECharacteristicValueChange', 'offAccelerometerChange', 'offBLECharacteristicValueChange', 'offBLEConnectionStateChanged', 'offBluetoothAdapterStateChange', 'offBluetoothDeviceFound', 'offCompassChange', 'offMemoryWarning', 'offSocketClose', 'offSocketError', 'offSocketMessage', 'offSocketOpen', 'offUserCaptureScreen', 'onAccelerometerChange', 'onBLECharacteristicValueChange', 'onBLEConnectionStateChanged', 'onBluetoothAdapterStateChange', 'onBluetoothDeviceFound', 'onCompassChange', 'onMemoryWarning', 'onSocketClose', 'onSocketError', 'onSocketMessage', 'onSocketOpen', 'onUserCaptureScreen', 'openBluetoothAdapter', 'openDocument', 'openSetting', 'pageScrollTo', 'previewImage', 'prompt', 'readBLECharacteristicValue', 'redirectTo', 'reLaunch', 'removeSavedFile', 'removeStorage', 'removeStorageSync', 'request', 'saveFile', 'saveImage', 'scan', 'sendSocketMessage', 'setBackgroundColor', 'setCanPullDown', 'setClipboard', 'setKeepScreenOn', 'setNavigationBar', 'setScreenBrightness', 'setStorage', 'setStorageSync', 'setTabBarStyle', 'showActionSheet', 'showAuthGuide', 'showLoading', 'showNavigationBarLoading', 'showToast', 'signContract', 'startBluetoothDevicesDiscovery', 'startPullDownRefresh', 'stopBluetoothDevicesDiscovery', 'stopPullDownRefresh', 'switchTab', 'tradePay', 'uploadFile', 'vibrate', 'watchShake', 'writeBLECharacteristicValue', 'createSelectorQuery', 'canIUse', 'showSharePanel'],
|
|
9
|
+
dana: ['addPhoneContact', 'alert', 'chooseImage', 'choosePhoneContact', 'clearStorage', 'clearStorageSync', 'closeBluetoothAdapter', 'closeSocket', 'confirm', 'connectBLEDevice', 'connectSocket', 'createAnimation', 'createWebViewContext', 'datePicker', 'disconnectBLEDevice', 'downloadFile', 'getAppIdSync', 'getAuthCode', 'getBatteryInfo', 'getBLEDeviceCharacteristics', 'getBLEDeviceServices', 'getBluetoothAdapterState', 'getBluetoothDevices', 'getClipboard', 'getConnectedBluetoothDevices', 'getFileInfo', 'getImageInfo', 'getLocation', 'getNetworkType', 'getOpenUserInfo', 'getSavedFileInfo', 'getSavedFileList', 'getScreenBrightness', 'getServerTime', 'getSetting', 'getSiteInfo', 'getStorage', 'getStorageSync', 'getSystemInfo', 'getSystemInfoSync', 'hideBackHome', 'hideKeyboard', 'hideLoading', 'hideNavigationBarLoading', 'hideTabBar', 'hideToast', 'makePhoneCall', 'multiLevelSelect', 'navigateBack', 'navigateBackMiniProgram', 'navigateTo', 'navigateToMiniProgram', 'notifyBLECharacteristicValueChange', 'offAccelerometerChange', 'offBLECharacteristicValueChange', 'offBLEConnectionStateChanged', 'offBluetoothAdapterStateChange', 'offBluetoothDeviceFound', 'offCompassChange', 'offMemoryWarning', 'offSocketClose', 'offSocketError', 'offSocketMessage', 'offSocketOpen', 'offUserCaptureScreen', 'onAccelerometerChange', 'onBLECharacteristicValueChange', 'onBLEConnectionStateChanged', 'onBluetoothAdapterStateChange', 'onBluetoothDeviceFound', 'onCompassChange', 'onMemoryWarning', 'onSocketClose', 'onSocketError', 'onSocketMessage', 'onSocketOpen', 'onUserCaptureScreen', 'openBluetoothAdapter', 'openDocument', 'openSetting', 'pageScrollTo', 'previewImage', 'prompt', 'readBLECharacteristicValue', 'redirectTo', 'reLaunch', 'removeSavedFile', 'removeStorage', 'removeStorageSync', 'request', 'saveFile', 'saveImage', 'scan', 'sendSocketMessage', 'setBackgroundColor', 'setCanPullDown', 'setClipboard', 'setKeepScreenOn', 'setNavigationBar', 'setScreenBrightness', 'setStorage', 'setStorageSync', 'setTabBarStyle', 'showActionSheet', 'showAuthGuide', 'showLoading', 'showNavigationBarLoading', 'showToast', 'signContract', 'startBluetoothDevicesDiscovery', 'startPullDownRefresh', 'stopBluetoothDevicesDiscovery', 'stopPullDownRefresh', 'switchTab', 'tradePay', 'uploadFile', 'vibrate', 'watchShake', 'writeBLECharacteristicValue', 'createSelectorQuery', 'canIUse', 'showSharePanel'],
|
|
10
|
+
truemoney: ['addPhoneContact', 'alert', 'chooseImage', 'choosePhoneContact', 'clearStorage', 'clearStorageSync', 'closeBluetoothAdapter', 'closeSocket', 'confirm', 'connectBLEDevice', 'connectSocket', 'createAnimation', 'createWebViewContext', 'datePicker', 'disconnectBLEDevice', 'downloadFile', 'getAppIdSync', 'getAuthCode', 'getBatteryInfo', 'getBLEDeviceCharacteristics', 'getBLEDeviceServices', 'getBluetoothAdapterState', 'getBluetoothDevices', 'getClipboard', 'getConnectedBluetoothDevices', 'getFileInfo', 'getImageInfo', 'getLocation', 'getNetworkType', 'getOpenUserInfo', 'getSavedFileInfo', 'getSavedFileList', 'getScreenBrightness', 'getServerTime', 'getSetting', 'getSiteInfo', 'getStorage', 'getStorageSync', 'getSystemInfo', 'getSystemInfoSync', 'hideBackHome', 'hideKeyboard', 'hideLoading', 'hideNavigationBarLoading', 'hideTabBar', 'hideToast', 'makePhoneCall', 'multiLevelSelect', 'navigateBack', 'navigateBackMiniProgram', 'navigateTo', 'navigateToMiniProgram', 'notifyBLECharacteristicValueChange', 'offAccelerometerChange', 'offBLECharacteristicValueChange', 'offBLEConnectionStateChanged', 'offBluetoothAdapterStateChange', 'offBluetoothDeviceFound', 'offCompassChange', 'offMemoryWarning', 'offSocketClose', 'offSocketError', 'offSocketMessage', 'offSocketOpen', 'offUserCaptureScreen', 'onAccelerometerChange', 'onBLECharacteristicValueChange', 'onBLEConnectionStateChanged', 'onBluetoothAdapterStateChange', 'onBluetoothDeviceFound', 'onCompassChange', 'onMemoryWarning', 'onSocketClose', 'onSocketError', 'onSocketMessage', 'onSocketOpen', 'onUserCaptureScreen', 'openBluetoothAdapter', 'openDocument', 'openSetting', 'pageScrollTo', 'previewImage', 'prompt', 'readBLECharacteristicValue', 'redirectTo', 'reLaunch', 'removeSavedFile', 'removeStorage', 'removeStorageSync', 'request', 'saveFile', 'saveImage', 'scan', 'sendSocketMessage', 'setBackgroundColor', 'setCanPullDown', 'setClipboard', 'setKeepScreenOn', 'setNavigationBar', 'setScreenBrightness', 'setStorage', 'setStorageSync', 'setTabBarStyle', 'showActionSheet', 'showAuthGuide', 'showLoading', 'showNavigationBarLoading', 'showToast', 'signContract', 'startBluetoothDevicesDiscovery', 'startPullDownRefresh', 'stopBluetoothDevicesDiscovery', 'stopPullDownRefresh', 'switchTab', 'tradePay', 'uploadFile', 'vibrate', 'watchShake', 'writeBLECharacteristicValue', 'createSelectorQuery', 'canIUse', 'showSharePanel'],
|
|
11
11
|
wechat: ['showToast']
|
|
12
12
|
};
|
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
// auto generated
|
|
2
2
|
export default {
|
|
3
|
-
demo: ['addFatigueAction', 'addPhoneContact', 'alert', 'apDisableJSAPI', 'appxrpc', 'APRegionRPC', 'batchQueryCdpSpaceInfo', 'chooseImage', 'choosePhoneContact', 'clearStorage', 'closeBluetoothAdapter', 'closeSocket', 'confirm', 'connectBLEDevice', 'connectSocket', 'datePicker', 'disconnectBLEDevice', 'downloadFile', 'exitApp', 'getAppToken', 'getAuthCode', 'getBatteryInfo', 'getBLEDeviceCharacteristics', 'getBLEDeviceServices', 'getBluetoothAdapterState', 'getBluetoothDevices', 'getClipboard', 'getComponentAuth', 'getConnectedBluetoothDevices', 'getFileInfo', 'getImageInfo', 'getLocation', 'getNetworkType', 'getOpenUserInfo', 'getPaymentCode', 'getPhoneNumber', 'getSavedFileInfo', 'getSavedFileList', 'getScreenBrightness', 'getServerTime', 'getSetting', 'getSiteInfo', 'getStorage', 'getSystemInfo', 'hideBackHome', 'hideKeyboard', 'hideLoading', 'hideNavigationBarLoading', 'hideTabBar', 'hideToast', 'inquireQuote', 'isInstalledApp', 'makePhoneCall', 'multiLevelSelect', 'navigateBack', 'navigateBackMiniProgram', 'navigateTo', 'navigateToBizScene', 'navigateToMiniProgram', 'notifyBLECharacteristicValueChange', 'offAccelerometerChange', 'offBLECharacteristicValueChange', 'offBLEConnectionStateChanged', 'offBluetoothAdapterStateChange', 'offBluetoothDeviceFound', 'offCompassChange', 'offMemoryWarning', 'offSocketClose', 'offSocketError', 'offSocketMessage', 'offSocketOpen', 'offUserCaptureScreen', 'onAccelerometerChange', 'onBLECharacteristicValueChange', 'onBLEConnectionStateChanged', 'onBluetoothAdapterStateChange', 'onBluetoothDeviceFound', 'onCompassChange', 'onMemoryWarning', 'onSocketClose', 'onSocketError', 'onSocketMessage', 'onSocketOpen', 'onUserCaptureScreen', 'openBluetoothAdapter', 'openDocument', 'openSchemeWithBacking', 'openSetting', 'pageScrollTo', 'paySignCenter', 'previewImage', 'prompt', 'readBLECharacteristicValue', 'redirectTo', 'regionFetchAllApps', 'regionSearchAppsByKeywords', 'reLaunch', 'removeSavedFile', 'removeStorage', 'request', 'rpc', 'saveFile', 'saveImage', 'scan', 'sendSocketMessage', 'setBackgroundColor', 'setCanPullDown', 'setClipboard', 'setKeepScreenOn', 'setNavigationBar', 'setOptionMenu', 'setScreenBrightness', 'setStorage', 'setTabBarStyle', 'showActionSheet', 'showAuthGuide', 'showLoading', 'showNavigationBarLoading', 'showToast', 'signContract', 'startApp', 'startBizService', 'startBluetoothDevicesDiscovery', 'startPullDownRefresh', 'stopBluetoothDevicesDiscovery', 'stopPullDownRefresh', 'switchTab', 'thirdPartyAuthForAc', 'tradePay', 'uploadApdidToken', 'uploadFile', 'vibrate', 'watchShake', 'writeBLECharacteristicValue', 'showSharePanel', 'hideOptionButton'],
|
|
4
|
-
gcash: ['addPhoneContact', 'alert', 'chooseImage', 'choosePhoneContact', 'clearStorage', 'closeBluetoothAdapter', 'closeSocket', 'confirm', 'connectBLEDevice', 'connectSocket', 'datePicker', 'disconnectBLEDevice', 'downloadFile', 'getAuthCode', 'getBatteryInfo', 'getBLEDeviceCharacteristics', 'getBLEDeviceServices', 'getBluetoothAdapterState', 'getBluetoothDevices', 'getClipboard', 'getConnectedBluetoothDevices', 'getFileInfo', 'getImageInfo', 'getLocation', 'getNetworkType', 'getOpenUserInfo', 'getSavedFileInfo', 'getSavedFileList', 'getScreenBrightness', 'getServerTime', 'getSetting', 'getSiteInfo', 'getStorage', 'getSystemInfo', 'hideBackHome', 'hideKeyboard', 'hideLoading', 'hideNavigationBarLoading', 'hideTabBar', 'hideToast', 'makePhoneCall', 'multiLevelSelect', 'navigateBack', 'navigateBackMiniProgram', 'navigateTo', 'navigateToMiniProgram', 'notifyBLECharacteristicValueChange', 'offAccelerometerChange', 'offBLECharacteristicValueChange', 'offBLEConnectionStateChanged', 'offBluetoothAdapterStateChange', 'offBluetoothDeviceFound', 'offCompassChange', 'offMemoryWarning', 'offSocketClose', 'offSocketError', 'offSocketMessage', 'offSocketOpen', 'offUserCaptureScreen', 'onAccelerometerChange', 'onBLECharacteristicValueChange', 'onBLEConnectionStateChanged', 'onBluetoothAdapterStateChange', 'onBluetoothDeviceFound', 'onCompassChange', 'onMemoryWarning', 'onSocketClose', 'onSocketError', 'onSocketMessage', 'onSocketOpen', 'onUserCaptureScreen', 'openBluetoothAdapter', 'openDocument', 'openSetting', 'pageScrollTo', 'previewImage', 'prompt', 'readBLECharacteristicValue', 'redirectTo', 'reLaunch', 'removeSavedFile', 'removeStorage', 'request', 'saveFile', 'saveImage', 'scan', 'sendSocketMessage', 'setBackgroundColor', 'setCanPullDown', 'setClipboard', 'setKeepScreenOn', 'setNavigationBar', 'setScreenBrightness', 'setStorage', 'setTabBarStyle', 'showActionSheet', 'showAuthGuide', 'showLoading', 'showNavigationBarLoading', 'showToast', 'signContract', 'startBluetoothDevicesDiscovery', 'startPullDownRefresh', 'stopBluetoothDevicesDiscovery', 'stopPullDownRefresh', 'switchTab', 'tradePay', 'uploadFile', 'vibrate', 'watchShake', 'writeBLECharacteristicValue', 'showSharePanel'],
|
|
5
|
-
tngd: ['addPhoneContact', 'alert', 'chooseImage', 'choosePhoneContact', 'clearStorage', 'closeBluetoothAdapter', 'closeSocket', 'confirm', 'connectBLEDevice', 'connectSocket', 'datePicker', 'disconnectBLEDevice', 'downloadFile', 'getAuthCode', 'getBatteryInfo', 'getBLEDeviceCharacteristics', 'getBLEDeviceServices', 'getBluetoothAdapterState', 'getBluetoothDevices', 'getClipboard', 'getConnectedBluetoothDevices', 'getFileInfo', 'getImageInfo', 'getLocation', 'getNetworkType', 'getOpenUserInfo', 'getSavedFileInfo', 'getSavedFileList', 'getScreenBrightness', 'getServerTime', 'getSetting', 'getSiteInfo', 'getStorage', 'getSystemInfo', 'hideBackHome', 'hideKeyboard', 'hideLoading', 'hideNavigationBarLoading', 'hideTabBar', 'hideToast', 'makePhoneCall', 'multiLevelSelect', 'navigateBack', 'navigateBackMiniProgram', 'navigateTo', 'navigateToMiniProgram', 'notifyBLECharacteristicValueChange', 'offAccelerometerChange', 'offBLECharacteristicValueChange', 'offBLEConnectionStateChanged', 'offBluetoothAdapterStateChange', 'offBluetoothDeviceFound', 'offCompassChange', 'offMemoryWarning', 'offSocketClose', 'offSocketError', 'offSocketMessage', 'offSocketOpen', 'offUserCaptureScreen', 'onAccelerometerChange', 'onBLECharacteristicValueChange', 'onBLEConnectionStateChanged', 'onBluetoothAdapterStateChange', 'onBluetoothDeviceFound', 'onCompassChange', 'onMemoryWarning', 'onSocketClose', 'onSocketError', 'onSocketMessage', 'onSocketOpen', 'onUserCaptureScreen', 'openBluetoothAdapter', 'openDocument', 'openSetting', 'pageScrollTo', 'previewImage', 'prompt', 'readBLECharacteristicValue', 'redirectTo', 'reLaunch', 'removeSavedFile', 'removeStorage', 'request', 'saveFile', 'saveImage', 'scan', 'sendSocketMessage', 'setBackgroundColor', 'setCanPullDown', 'setClipboard', 'setKeepScreenOn', 'setNavigationBar', 'setScreenBrightness', 'setStorage', 'setTabBarStyle', 'showActionSheet', 'showAuthGuide', 'showLoading', 'showNavigationBarLoading', 'showToast', 'signContract', 'startBluetoothDevicesDiscovery', 'startPullDownRefresh', 'stopBluetoothDevicesDiscovery', 'stopPullDownRefresh', 'switchTab', 'tradePay', 'uploadFile', 'vibrate', 'watchShake', 'writeBLECharacteristicValue', 'showSharePanel'],
|
|
6
|
-
alipay: ['addPhoneContact', 'alert', 'chooseImage', 'choosePhoneContact', 'clearStorage', 'closeBluetoothAdapter', 'closeSocket', 'confirm', 'connectBLEDevice', 'connectSocket', 'datePicker', 'disconnectBLEDevice', 'downloadFile', 'getAuthCode', 'getBatteryInfo', 'getBLEDeviceCharacteristics', 'getBLEDeviceServices', 'getBluetoothAdapterState', 'getBluetoothDevices', 'getClipboard', 'getConnectedBluetoothDevices', 'getFileInfo', 'getImageInfo', 'getLocation', 'getNetworkType', 'getOpenUserInfo', 'getPhoneNumber', 'getSavedFileInfo', 'getSavedFileList', 'getScreenBrightness', 'getServerTime', 'getSetting', 'getSiteInfo', 'getStorage', 'getSystemInfo', 'hideBackHome', 'hideKeyboard', 'hideLoading', 'hideNavigationBarLoading', 'hideTabBar', 'hideToast', 'makePhoneCall', 'multiLevelSelect', 'navigateBack', 'navigateBackMiniProgram', 'navigateTo', 'navigateToMiniProgram', 'notifyBLECharacteristicValueChange', 'offAccelerometerChange', 'offBLECharacteristicValueChange', 'offBLEConnectionStateChanged', 'offBluetoothAdapterStateChange', 'offBluetoothDeviceFound', 'offCompassChange', 'offMemoryWarning', 'offSocketClose', 'offSocketError', 'offSocketMessage', 'offSocketOpen', 'offUserCaptureScreen', 'onAccelerometerChange', 'onBLECharacteristicValueChange', 'onBLEConnectionStateChanged', 'onBluetoothAdapterStateChange', 'onBluetoothDeviceFound', 'onCompassChange', 'onMemoryWarning', 'onSocketClose', 'onSocketError', 'onSocketMessage', 'onSocketOpen', 'onUserCaptureScreen', 'openBluetoothAdapter', 'openDocument', 'openSetting', 'pageScrollTo', 'previewImage', 'prompt', 'readBLECharacteristicValue', 'redirectTo', 'reLaunch', 'removeSavedFile', 'removeStorage', 'request', 'rpc', 'saveFile', 'saveImage', 'scan', 'sendSocketMessage', 'setBackgroundColor', 'setCanPullDown', 'setClipboard', 'setKeepScreenOn', 'setNavigationBar', 'setOptionMenu', 'setScreenBrightness', 'setStorage', 'setTabBarStyle', 'showActionSheet', 'showAuthGuide', 'showLoading', 'showNavigationBarLoading', 'showToast', 'signContract', 'startBluetoothDevicesDiscovery', 'startPullDownRefresh', 'stopBluetoothDevicesDiscovery', 'stopPullDownRefresh', 'switchTab', 'tradePay', 'crossPay', 'uploadFile', 'vibrate', 'watchShake', 'writeBLECharacteristicValue', 'showSharePanel'],
|
|
7
|
-
chope: ['addPhoneContact', 'alert', 'chooseImage', 'choosePhoneContact', 'clearStorage', 'closeBluetoothAdapter', 'closeSocket', 'confirm', 'connectBLEDevice', 'connectSocket', 'datePicker', 'disconnectBLEDevice', 'downloadFile', 'getAuthCode', 'getBatteryInfo', 'getBLEDeviceCharacteristics', 'getBLEDeviceServices', 'getBluetoothAdapterState', 'getBluetoothDevices', 'getClipboard', 'getConnectedBluetoothDevices', 'getFileInfo', 'getImageInfo', 'getLocation', 'getNetworkType', 'getOpenUserInfo', 'getSavedFileInfo', 'getSavedFileList', 'getScreenBrightness', 'getServerTime', 'getSetting', 'getSiteInfo', 'getStorage', 'getSystemInfo', 'hideBackHome', 'hideKeyboard', 'hideLoading', 'hideNavigationBarLoading', 'hideTabBar', 'hideToast', 'makePhoneCall', 'multiLevelSelect', 'navigateBack', 'navigateBackMiniProgram', 'navigateTo', 'navigateToMiniProgram', 'notifyBLECharacteristicValueChange', 'offAccelerometerChange', 'offBLECharacteristicValueChange', 'offBLEConnectionStateChanged', 'offBluetoothAdapterStateChange', 'offBluetoothDeviceFound', 'offCompassChange', 'offMemoryWarning', 'offSocketClose', 'offSocketError', 'offSocketMessage', 'offSocketOpen', 'offUserCaptureScreen', 'onAccelerometerChange', 'onBLECharacteristicValueChange', 'onBLEConnectionStateChanged', 'onBluetoothAdapterStateChange', 'onBluetoothDeviceFound', 'onCompassChange', 'onMemoryWarning', 'onSocketClose', 'onSocketError', 'onSocketMessage', 'onSocketOpen', 'onUserCaptureScreen', 'openBluetoothAdapter', 'openDocument', 'openSetting', 'pageScrollTo', 'previewImage', 'prompt', 'readBLECharacteristicValue', 'redirectTo', 'reLaunch', 'removeSavedFile', 'removeStorage', 'request', 'saveFile', 'saveImage', 'scan', 'sendSocketMessage', 'setBackgroundColor', 'setCanPullDown', 'setClipboard', 'setKeepScreenOn', 'setNavigationBar', 'setScreenBrightness', 'setStorage', 'setTabBarStyle', 'showActionSheet', 'showAuthGuide', 'showLoading', 'showNavigationBarLoading', 'showToast', 'signContract', 'startBluetoothDevicesDiscovery', 'startPullDownRefresh', 'stopBluetoothDevicesDiscovery', 'stopPullDownRefresh', 'switchTab', 'tradePay', 'uploadFile', 'vibrate', 'watchShake', 'writeBLECharacteristicValue', 'showSharePanel'],
|
|
8
|
-
alipayhk: ['addPhoneContact', 'alert', 'chooseImage', 'choosePhoneContact', 'clearStorage', 'closeBluetoothAdapter', 'closeSocket', 'confirm', 'connectBLEDevice', 'connectSocket', 'datePicker', 'disconnectBLEDevice', 'downloadFile', 'getAuthCode', 'getBatteryInfo', 'getBLEDeviceCharacteristics', 'getBLEDeviceServices', 'getBluetoothAdapterState', 'getBluetoothDevices', 'getClipboard', 'getConnectedBluetoothDevices', 'getFileInfo', 'getImageInfo', 'getLocation', 'getNetworkType', 'getOpenUserInfo', 'getSavedFileInfo', 'getSavedFileList', 'getScreenBrightness', 'getServerTime', 'getSetting', 'getSiteInfo', 'getStorage', 'getSystemInfo', 'hideBackHome', 'hideKeyboard', 'hideLoading', 'hideNavigationBarLoading', 'hideTabBar', 'hideToast', 'makePhoneCall', 'multiLevelSelect', 'navigateBack', 'navigateBackMiniProgram', 'navigateTo', 'navigateToMiniProgram', 'notifyBLECharacteristicValueChange', 'offAccelerometerChange', 'offBLECharacteristicValueChange', 'offBLEConnectionStateChanged', 'offBluetoothAdapterStateChange', 'offBluetoothDeviceFound', 'offCompassChange', 'offMemoryWarning', 'offSocketClose', 'offSocketError', 'offSocketMessage', 'offSocketOpen', 'offUserCaptureScreen', 'onAccelerometerChange', 'onBLECharacteristicValueChange', 'onBLEConnectionStateChanged', 'onBluetoothAdapterStateChange', 'onBluetoothDeviceFound', 'onCompassChange', 'onMemoryWarning', 'onSocketClose', 'onSocketError', 'onSocketMessage', 'onSocketOpen', 'onUserCaptureScreen', 'openBluetoothAdapter', 'openDocument', 'openSetting', 'pageScrollTo', 'previewImage', 'prompt', 'readBLECharacteristicValue', 'redirectTo', 'reLaunch', 'removeSavedFile', 'removeStorage', 'request', 'saveFile', 'saveImage', 'scan', 'sendSocketMessage', 'setBackgroundColor', 'setCanPullDown', 'setClipboard', 'setKeepScreenOn', 'setNavigationBar', 'setScreenBrightness', 'setStorage', 'setTabBarStyle', 'showActionSheet', 'showAuthGuide', 'showLoading', 'showNavigationBarLoading', 'showToast', 'signContract', 'startBluetoothDevicesDiscovery', 'startPullDownRefresh', 'stopBluetoothDevicesDiscovery', 'stopPullDownRefresh', 'switchTab', 'tradePay', 'uploadFile', 'vibrate', 'watchShake', 'writeBLECharacteristicValue', 'showSharePanel'],
|
|
9
|
-
dana: ['addPhoneContact', 'alert', 'chooseImage', 'choosePhoneContact', 'clearStorage', 'closeBluetoothAdapter', 'closeSocket', 'confirm', 'connectBLEDevice', 'connectSocket', 'datePicker', 'disconnectBLEDevice', 'downloadFile', 'getAuthCode', 'getBatteryInfo', 'getBLEDeviceCharacteristics', 'getBLEDeviceServices', 'getBluetoothAdapterState', 'getBluetoothDevices', 'getClipboard', 'getConnectedBluetoothDevices', 'getFileInfo', 'getImageInfo', 'getLocation', 'getNetworkType', 'getOpenUserInfo', 'getSavedFileInfo', 'getSavedFileList', 'getScreenBrightness', 'getServerTime', 'getSetting', 'getSiteInfo', 'getStorage', 'getSystemInfo', 'hideBackHome', 'hideKeyboard', 'hideLoading', 'hideNavigationBarLoading', 'hideTabBar', 'hideToast', 'makePhoneCall', 'multiLevelSelect', 'navigateBack', 'navigateBackMiniProgram', 'navigateTo', 'navigateToMiniProgram', 'notifyBLECharacteristicValueChange', 'offAccelerometerChange', 'offBLECharacteristicValueChange', 'offBLEConnectionStateChanged', 'offBluetoothAdapterStateChange', 'offBluetoothDeviceFound', 'offCompassChange', 'offMemoryWarning', 'offSocketClose', 'offSocketError', 'offSocketMessage', 'offSocketOpen', 'offUserCaptureScreen', 'onAccelerometerChange', 'onBLECharacteristicValueChange', 'onBLEConnectionStateChanged', 'onBluetoothAdapterStateChange', 'onBluetoothDeviceFound', 'onCompassChange', 'onMemoryWarning', 'onSocketClose', 'onSocketError', 'onSocketMessage', 'onSocketOpen', 'onUserCaptureScreen', 'openBluetoothAdapter', 'openDocument', 'openSetting', 'pageScrollTo', 'previewImage', 'prompt', 'readBLECharacteristicValue', 'redirectTo', 'reLaunch', 'removeSavedFile', 'removeStorage', 'request', 'saveFile', 'saveImage', 'scan', 'sendSocketMessage', 'setBackgroundColor', 'setCanPullDown', 'setClipboard', 'setKeepScreenOn', 'setNavigationBar', 'setScreenBrightness', 'setStorage', 'setTabBarStyle', 'showActionSheet', 'showAuthGuide', 'showLoading', 'showNavigationBarLoading', 'showToast', 'signContract', 'startBluetoothDevicesDiscovery', 'startPullDownRefresh', 'stopBluetoothDevicesDiscovery', 'stopPullDownRefresh', 'switchTab', 'tradePay', 'uploadFile', 'vibrate', 'watchShake', 'writeBLECharacteristicValue', 'showSharePanel'],
|
|
10
|
-
truemoney: ['addPhoneContact', 'alert', 'chooseImage', 'choosePhoneContact', 'clearStorage', 'closeBluetoothAdapter', 'closeSocket', 'confirm', 'connectBLEDevice', 'connectSocket', 'datePicker', 'disconnectBLEDevice', 'downloadFile', 'getAuthCode', 'getBatteryInfo', 'getBLEDeviceCharacteristics', 'getBLEDeviceServices', 'getBluetoothAdapterState', 'getBluetoothDevices', 'getClipboard', 'getConnectedBluetoothDevices', 'getFileInfo', 'getImageInfo', 'getLocation', 'getNetworkType', 'getOpenUserInfo', 'getSavedFileInfo', 'getSavedFileList', 'getScreenBrightness', 'getServerTime', 'getSetting', 'getSiteInfo', 'getStorage', 'getSystemInfo', 'hideBackHome', 'hideKeyboard', 'hideLoading', 'hideNavigationBarLoading', 'hideTabBar', 'hideToast', 'makePhoneCall', 'multiLevelSelect', 'navigateBack', 'navigateBackMiniProgram', 'navigateTo', 'navigateToMiniProgram', 'notifyBLECharacteristicValueChange', 'offAccelerometerChange', 'offBLECharacteristicValueChange', 'offBLEConnectionStateChanged', 'offBluetoothAdapterStateChange', 'offBluetoothDeviceFound', 'offCompassChange', 'offMemoryWarning', 'offSocketClose', 'offSocketError', 'offSocketMessage', 'offSocketOpen', 'offUserCaptureScreen', 'onAccelerometerChange', 'onBLECharacteristicValueChange', 'onBLEConnectionStateChanged', 'onBluetoothAdapterStateChange', 'onBluetoothDeviceFound', 'onCompassChange', 'onMemoryWarning', 'onSocketClose', 'onSocketError', 'onSocketMessage', 'onSocketOpen', 'onUserCaptureScreen', 'openBluetoothAdapter', 'openDocument', 'openSetting', 'pageScrollTo', 'previewImage', 'prompt', 'readBLECharacteristicValue', 'redirectTo', 'reLaunch', 'removeSavedFile', 'removeStorage', 'request', 'saveFile', 'saveImage', 'scan', 'sendSocketMessage', 'setBackgroundColor', 'setCanPullDown', 'setClipboard', 'setKeepScreenOn', 'setNavigationBar', 'setScreenBrightness', 'setStorage', 'setTabBarStyle', 'showActionSheet', 'showAuthGuide', 'showLoading', 'showNavigationBarLoading', 'showToast', 'signContract', 'startBluetoothDevicesDiscovery', 'startPullDownRefresh', 'stopBluetoothDevicesDiscovery', 'stopPullDownRefresh', 'switchTab', 'tradePay', 'uploadFile', 'vibrate', 'watchShake', 'writeBLECharacteristicValue', 'showSharePanel']
|
|
3
|
+
demo: ['addFatigueAction', 'addPhoneContact', 'alert', 'apDisableJSAPI', 'appxrpc', 'APRegionRPC', 'batchQueryCdpSpaceInfo', 'chooseImage', 'choosePhoneContact', 'clearStorage', 'closeBluetoothAdapter', 'closeSocket', 'confirm', 'connectBLEDevice', 'connectSocket', 'datePicker', 'disconnectBLEDevice', 'downloadFile', 'exitApp', 'getAppToken', 'getAuthCode', 'getBatteryInfo', 'getBLEDeviceCharacteristics', 'getBLEDeviceServices', 'getBluetoothAdapterState', 'getBluetoothDevices', 'getClipboard', 'getComponentAuth', 'getConnectedBluetoothDevices', 'getFileInfo', 'getImageInfo', 'getLocation', 'getNetworkType', 'getOpenUserInfo', 'getPaymentCode', 'getPhoneNumber', 'getSavedFileInfo', 'getSavedFileList', 'getScreenBrightness', 'getServerTime', 'getSetting', 'getSiteInfo', 'getStorage', 'getSystemInfo', 'hideBackHome', 'hideKeyboard', 'hideLoading', 'hideNavigationBarLoading', 'hideTabBar', 'hideToast', 'inquireQuote', 'isInstalledApp', 'makePhoneCall', 'multiLevelSelect', 'navigateBack', 'navigateBackMiniProgram', 'navigateTo', 'navigateToBizScene', 'navigateToMiniProgram', 'notifyBLECharacteristicValueChange', 'offAccelerometerChange', 'offBLECharacteristicValueChange', 'offBLEConnectionStateChanged', 'offBluetoothAdapterStateChange', 'offBluetoothDeviceFound', 'offCompassChange', 'offMemoryWarning', 'offSocketClose', 'offSocketError', 'offSocketMessage', 'offSocketOpen', 'offUserCaptureScreen', 'onAccelerometerChange', 'onBLECharacteristicValueChange', 'onBLEConnectionStateChanged', 'onBluetoothAdapterStateChange', 'onBluetoothDeviceFound', 'onCompassChange', 'onMemoryWarning', 'onSocketClose', 'onSocketError', 'onSocketMessage', 'onSocketOpen', 'onUserCaptureScreen', 'openBluetoothAdapter', 'openDocument', 'openSchemeWithBacking', 'openSetting', 'pageScrollTo', 'paySignCenter', 'previewImage', 'prompt', 'readBLECharacteristicValue', 'redirectTo', 'regionFetchAllApps', 'regionSearchAppsByKeywords', 'reLaunch', 'removeSavedFile', 'removeStorage', 'request', 'rpc', 'saveFile', 'saveImage', 'scan', 'sendSocketMessage', 'setBackgroundColor', 'setCanPullDown', 'setClipboard', 'setKeepScreenOn', 'setNavigationBar', 'setOptionMenu', 'setScreenBrightness', 'setStorage', 'setTabBarStyle', 'showActionSheet', 'showAuthGuide', 'showLoading', 'showNavigationBarLoading', 'showToast', 'signContract', 'startApp', 'startBizService', 'startBluetoothDevicesDiscovery', 'startPullDownRefresh', 'stopBluetoothDevicesDiscovery', 'stopPullDownRefresh', 'switchTab', 'thirdPartyAuthForAc', 'tradePay', 'uploadApdidToken', 'uploadFile', 'vibrate', 'watchShake', 'writeBLECharacteristicValue', 'showSharePanel', 'hideOptionButton', 'getCurrentLanguage', 'getAppId', 'getCurrentPages', 'getSDKVersion'],
|
|
4
|
+
gcash: ['addPhoneContact', 'alert', 'chooseImage', 'choosePhoneContact', 'clearStorage', 'closeBluetoothAdapter', 'closeSocket', 'confirm', 'connectBLEDevice', 'connectSocket', 'datePicker', 'disconnectBLEDevice', 'downloadFile', 'getAuthCode', 'getBatteryInfo', 'getBLEDeviceCharacteristics', 'getBLEDeviceServices', 'getBluetoothAdapterState', 'getBluetoothDevices', 'getClipboard', 'getConnectedBluetoothDevices', 'getFileInfo', 'getImageInfo', 'getLocation', 'getNetworkType', 'getOpenUserInfo', 'getSavedFileInfo', 'getSavedFileList', 'getScreenBrightness', 'getServerTime', 'getSetting', 'getSiteInfo', 'getStorage', 'getSystemInfo', 'hideBackHome', 'hideKeyboard', 'hideLoading', 'hideNavigationBarLoading', 'hideTabBar', 'hideToast', 'makePhoneCall', 'multiLevelSelect', 'navigateBack', 'navigateBackMiniProgram', 'navigateTo', 'navigateToMiniProgram', 'notifyBLECharacteristicValueChange', 'offAccelerometerChange', 'offBLECharacteristicValueChange', 'offBLEConnectionStateChanged', 'offBluetoothAdapterStateChange', 'offBluetoothDeviceFound', 'offCompassChange', 'offMemoryWarning', 'offSocketClose', 'offSocketError', 'offSocketMessage', 'offSocketOpen', 'offUserCaptureScreen', 'onAccelerometerChange', 'onBLECharacteristicValueChange', 'onBLEConnectionStateChanged', 'onBluetoothAdapterStateChange', 'onBluetoothDeviceFound', 'onCompassChange', 'onMemoryWarning', 'onSocketClose', 'onSocketError', 'onSocketMessage', 'onSocketOpen', 'onUserCaptureScreen', 'openBluetoothAdapter', 'openDocument', 'openSetting', 'pageScrollTo', 'previewImage', 'prompt', 'readBLECharacteristicValue', 'redirectTo', 'reLaunch', 'removeSavedFile', 'removeStorage', 'request', 'saveFile', 'saveImage', 'scan', 'sendSocketMessage', 'setBackgroundColor', 'setCanPullDown', 'setClipboard', 'setKeepScreenOn', 'setNavigationBar', 'setScreenBrightness', 'setStorage', 'setTabBarStyle', 'showActionSheet', 'showAuthGuide', 'showLoading', 'showNavigationBarLoading', 'showToast', 'signContract', 'startBluetoothDevicesDiscovery', 'startPullDownRefresh', 'stopBluetoothDevicesDiscovery', 'stopPullDownRefresh', 'switchTab', 'tradePay', 'uploadFile', 'vibrate', 'watchShake', 'writeBLECharacteristicValue', 'showSharePanel', 'getCurrentLanguage', 'openURL', 'createWithoutAuthRpc', 'getAppId', 'getCurrentPages', 'getSDKVersion', 'defineRuntimeConfig'],
|
|
5
|
+
tngd: ['addPhoneContact', 'alert', 'chooseImage', 'choosePhoneContact', 'clearStorage', 'closeBluetoothAdapter', 'closeSocket', 'confirm', 'connectBLEDevice', 'connectSocket', 'datePicker', 'disconnectBLEDevice', 'downloadFile', 'getAuthCode', 'getBatteryInfo', 'getBLEDeviceCharacteristics', 'getBLEDeviceServices', 'getBluetoothAdapterState', 'getBluetoothDevices', 'getClipboard', 'getConnectedBluetoothDevices', 'getFileInfo', 'getImageInfo', 'getLocation', 'getNetworkType', 'getOpenUserInfo', 'getSavedFileInfo', 'getSavedFileList', 'getScreenBrightness', 'getServerTime', 'getSetting', 'getSiteInfo', 'getStorage', 'getSystemInfo', 'hideBackHome', 'hideKeyboard', 'hideLoading', 'hideNavigationBarLoading', 'hideTabBar', 'hideToast', 'makePhoneCall', 'multiLevelSelect', 'navigateBack', 'navigateBackMiniProgram', 'navigateTo', 'navigateToMiniProgram', 'notifyBLECharacteristicValueChange', 'offAccelerometerChange', 'offBLECharacteristicValueChange', 'offBLEConnectionStateChanged', 'offBluetoothAdapterStateChange', 'offBluetoothDeviceFound', 'offCompassChange', 'offMemoryWarning', 'offSocketClose', 'offSocketError', 'offSocketMessage', 'offSocketOpen', 'offUserCaptureScreen', 'onAccelerometerChange', 'onBLECharacteristicValueChange', 'onBLEConnectionStateChanged', 'onBluetoothAdapterStateChange', 'onBluetoothDeviceFound', 'onCompassChange', 'onMemoryWarning', 'onSocketClose', 'onSocketError', 'onSocketMessage', 'onSocketOpen', 'onUserCaptureScreen', 'openBluetoothAdapter', 'openDocument', 'openSetting', 'pageScrollTo', 'previewImage', 'prompt', 'readBLECharacteristicValue', 'redirectTo', 'reLaunch', 'removeSavedFile', 'removeStorage', 'request', 'saveFile', 'saveImage', 'scan', 'sendSocketMessage', 'setBackgroundColor', 'setCanPullDown', 'setClipboard', 'setKeepScreenOn', 'setNavigationBar', 'setScreenBrightness', 'setStorage', 'setTabBarStyle', 'showActionSheet', 'showAuthGuide', 'showLoading', 'showNavigationBarLoading', 'showToast', 'signContract', 'startBluetoothDevicesDiscovery', 'startPullDownRefresh', 'stopBluetoothDevicesDiscovery', 'stopPullDownRefresh', 'switchTab', 'tradePay', 'uploadFile', 'vibrate', 'watchShake', 'writeBLECharacteristicValue', 'showSharePanel', 'getCurrentLanguage', 'openURL', 'createWithoutAuthRpc', 'getAppId', 'getCurrentPages', 'getSDKVersion', 'defineRuntimeConfig'],
|
|
6
|
+
alipay: ['addPhoneContact', 'alert', 'chooseImage', 'choosePhoneContact', 'clearStorage', 'closeBluetoothAdapter', 'closeSocket', 'confirm', 'connectBLEDevice', 'connectSocket', 'datePicker', 'disconnectBLEDevice', 'downloadFile', 'getAuthCode', 'getBatteryInfo', 'getBLEDeviceCharacteristics', 'getBLEDeviceServices', 'getBluetoothAdapterState', 'getBluetoothDevices', 'getClipboard', 'getConnectedBluetoothDevices', 'getFileInfo', 'getImageInfo', 'getLocation', 'getNetworkType', 'getOpenUserInfo', 'getPhoneNumber', 'getSavedFileInfo', 'getSavedFileList', 'getScreenBrightness', 'getServerTime', 'getSetting', 'getSiteInfo', 'getStorage', 'getSystemInfo', 'hideBackHome', 'hideKeyboard', 'hideLoading', 'hideNavigationBarLoading', 'hideTabBar', 'hideToast', 'makePhoneCall', 'multiLevelSelect', 'navigateBack', 'navigateBackMiniProgram', 'navigateTo', 'navigateToMiniProgram', 'notifyBLECharacteristicValueChange', 'offAccelerometerChange', 'offBLECharacteristicValueChange', 'offBLEConnectionStateChanged', 'offBluetoothAdapterStateChange', 'offBluetoothDeviceFound', 'offCompassChange', 'offMemoryWarning', 'offSocketClose', 'offSocketError', 'offSocketMessage', 'offSocketOpen', 'offUserCaptureScreen', 'onAccelerometerChange', 'onBLECharacteristicValueChange', 'onBLEConnectionStateChanged', 'onBluetoothAdapterStateChange', 'onBluetoothDeviceFound', 'onCompassChange', 'onMemoryWarning', 'onSocketClose', 'onSocketError', 'onSocketMessage', 'onSocketOpen', 'onUserCaptureScreen', 'openBluetoothAdapter', 'openDocument', 'openSetting', 'pageScrollTo', 'previewImage', 'prompt', 'readBLECharacteristicValue', 'redirectTo', 'reLaunch', 'removeSavedFile', 'removeStorage', 'request', 'rpc', 'saveFile', 'saveImage', 'scan', 'sendSocketMessage', 'setBackgroundColor', 'setCanPullDown', 'setClipboard', 'setKeepScreenOn', 'setNavigationBar', 'setOptionMenu', 'setScreenBrightness', 'setStorage', 'setTabBarStyle', 'showActionSheet', 'showAuthGuide', 'showLoading', 'showNavigationBarLoading', 'showToast', 'signContract', 'startBluetoothDevicesDiscovery', 'startPullDownRefresh', 'stopBluetoothDevicesDiscovery', 'stopPullDownRefresh', 'switchTab', 'tradePay', 'crossPay', 'uploadFile', 'vibrate', 'watchShake', 'writeBLECharacteristicValue', 'showSharePanel', 'getCurrentLanguage', 'getAppId', 'getCurrentPages', 'getSDKVersion'],
|
|
7
|
+
chope: ['addPhoneContact', 'alert', 'chooseImage', 'choosePhoneContact', 'clearStorage', 'closeBluetoothAdapter', 'closeSocket', 'confirm', 'connectBLEDevice', 'connectSocket', 'datePicker', 'disconnectBLEDevice', 'downloadFile', 'getAuthCode', 'getBatteryInfo', 'getBLEDeviceCharacteristics', 'getBLEDeviceServices', 'getBluetoothAdapterState', 'getBluetoothDevices', 'getClipboard', 'getConnectedBluetoothDevices', 'getFileInfo', 'getImageInfo', 'getLocation', 'getNetworkType', 'getOpenUserInfo', 'getSavedFileInfo', 'getSavedFileList', 'getScreenBrightness', 'getServerTime', 'getSetting', 'getSiteInfo', 'getStorage', 'getSystemInfo', 'hideBackHome', 'hideKeyboard', 'hideLoading', 'hideNavigationBarLoading', 'hideTabBar', 'hideToast', 'makePhoneCall', 'multiLevelSelect', 'navigateBack', 'navigateBackMiniProgram', 'navigateTo', 'navigateToMiniProgram', 'notifyBLECharacteristicValueChange', 'offAccelerometerChange', 'offBLECharacteristicValueChange', 'offBLEConnectionStateChanged', 'offBluetoothAdapterStateChange', 'offBluetoothDeviceFound', 'offCompassChange', 'offMemoryWarning', 'offSocketClose', 'offSocketError', 'offSocketMessage', 'offSocketOpen', 'offUserCaptureScreen', 'onAccelerometerChange', 'onBLECharacteristicValueChange', 'onBLEConnectionStateChanged', 'onBluetoothAdapterStateChange', 'onBluetoothDeviceFound', 'onCompassChange', 'onMemoryWarning', 'onSocketClose', 'onSocketError', 'onSocketMessage', 'onSocketOpen', 'onUserCaptureScreen', 'openBluetoothAdapter', 'openDocument', 'openSetting', 'pageScrollTo', 'previewImage', 'prompt', 'readBLECharacteristicValue', 'redirectTo', 'reLaunch', 'removeSavedFile', 'removeStorage', 'request', 'saveFile', 'saveImage', 'scan', 'sendSocketMessage', 'setBackgroundColor', 'setCanPullDown', 'setClipboard', 'setKeepScreenOn', 'setNavigationBar', 'setScreenBrightness', 'setStorage', 'setTabBarStyle', 'showActionSheet', 'showAuthGuide', 'showLoading', 'showNavigationBarLoading', 'showToast', 'signContract', 'startBluetoothDevicesDiscovery', 'startPullDownRefresh', 'stopBluetoothDevicesDiscovery', 'stopPullDownRefresh', 'switchTab', 'tradePay', 'uploadFile', 'vibrate', 'watchShake', 'writeBLECharacteristicValue', 'showSharePanel', 'getCurrentLanguage', 'getAppId', 'getCurrentPages', 'getSDKVersion'],
|
|
8
|
+
alipayhk: ['addPhoneContact', 'alert', 'chooseImage', 'choosePhoneContact', 'clearStorage', 'closeBluetoothAdapter', 'closeSocket', 'confirm', 'connectBLEDevice', 'connectSocket', 'datePicker', 'disconnectBLEDevice', 'downloadFile', 'getAuthCode', 'getBatteryInfo', 'getBLEDeviceCharacteristics', 'getBLEDeviceServices', 'getBluetoothAdapterState', 'getBluetoothDevices', 'getClipboard', 'getConnectedBluetoothDevices', 'getFileInfo', 'getImageInfo', 'getLocation', 'getNetworkType', 'getOpenUserInfo', 'getSavedFileInfo', 'getSavedFileList', 'getScreenBrightness', 'getServerTime', 'getSetting', 'getSiteInfo', 'getStorage', 'getSystemInfo', 'hideBackHome', 'hideKeyboard', 'hideLoading', 'hideNavigationBarLoading', 'hideTabBar', 'hideToast', 'makePhoneCall', 'multiLevelSelect', 'navigateBack', 'navigateBackMiniProgram', 'navigateTo', 'navigateToMiniProgram', 'notifyBLECharacteristicValueChange', 'offAccelerometerChange', 'offBLECharacteristicValueChange', 'offBLEConnectionStateChanged', 'offBluetoothAdapterStateChange', 'offBluetoothDeviceFound', 'offCompassChange', 'offMemoryWarning', 'offSocketClose', 'offSocketError', 'offSocketMessage', 'offSocketOpen', 'offUserCaptureScreen', 'onAccelerometerChange', 'onBLECharacteristicValueChange', 'onBLEConnectionStateChanged', 'onBluetoothAdapterStateChange', 'onBluetoothDeviceFound', 'onCompassChange', 'onMemoryWarning', 'onSocketClose', 'onSocketError', 'onSocketMessage', 'onSocketOpen', 'onUserCaptureScreen', 'openBluetoothAdapter', 'openDocument', 'openSetting', 'pageScrollTo', 'previewImage', 'prompt', 'readBLECharacteristicValue', 'redirectTo', 'reLaunch', 'removeSavedFile', 'removeStorage', 'request', 'saveFile', 'saveImage', 'scan', 'sendSocketMessage', 'setBackgroundColor', 'setCanPullDown', 'setClipboard', 'setKeepScreenOn', 'setNavigationBar', 'setScreenBrightness', 'setStorage', 'setTabBarStyle', 'showActionSheet', 'showAuthGuide', 'showLoading', 'showNavigationBarLoading', 'showToast', 'signContract', 'startBluetoothDevicesDiscovery', 'startPullDownRefresh', 'stopBluetoothDevicesDiscovery', 'stopPullDownRefresh', 'switchTab', 'tradePay', 'uploadFile', 'vibrate', 'watchShake', 'writeBLECharacteristicValue', 'showSharePanel', 'getCurrentLanguage', 'openURL', 'createWithoutAuthRpc', 'getAppId', 'getCurrentPages', 'getSDKVersion', 'defineRuntimeConfig'],
|
|
9
|
+
dana: ['addPhoneContact', 'alert', 'chooseImage', 'choosePhoneContact', 'clearStorage', 'closeBluetoothAdapter', 'closeSocket', 'confirm', 'connectBLEDevice', 'connectSocket', 'datePicker', 'disconnectBLEDevice', 'downloadFile', 'getAuthCode', 'getBatteryInfo', 'getBLEDeviceCharacteristics', 'getBLEDeviceServices', 'getBluetoothAdapterState', 'getBluetoothDevices', 'getClipboard', 'getConnectedBluetoothDevices', 'getFileInfo', 'getImageInfo', 'getLocation', 'getNetworkType', 'getOpenUserInfo', 'getSavedFileInfo', 'getSavedFileList', 'getScreenBrightness', 'getServerTime', 'getSetting', 'getSiteInfo', 'getStorage', 'getSystemInfo', 'hideBackHome', 'hideKeyboard', 'hideLoading', 'hideNavigationBarLoading', 'hideTabBar', 'hideToast', 'makePhoneCall', 'multiLevelSelect', 'navigateBack', 'navigateBackMiniProgram', 'navigateTo', 'navigateToMiniProgram', 'notifyBLECharacteristicValueChange', 'offAccelerometerChange', 'offBLECharacteristicValueChange', 'offBLEConnectionStateChanged', 'offBluetoothAdapterStateChange', 'offBluetoothDeviceFound', 'offCompassChange', 'offMemoryWarning', 'offSocketClose', 'offSocketError', 'offSocketMessage', 'offSocketOpen', 'offUserCaptureScreen', 'onAccelerometerChange', 'onBLECharacteristicValueChange', 'onBLEConnectionStateChanged', 'onBluetoothAdapterStateChange', 'onBluetoothDeviceFound', 'onCompassChange', 'onMemoryWarning', 'onSocketClose', 'onSocketError', 'onSocketMessage', 'onSocketOpen', 'onUserCaptureScreen', 'openBluetoothAdapter', 'openDocument', 'openSetting', 'pageScrollTo', 'previewImage', 'prompt', 'readBLECharacteristicValue', 'redirectTo', 'reLaunch', 'removeSavedFile', 'removeStorage', 'request', 'saveFile', 'saveImage', 'scan', 'sendSocketMessage', 'setBackgroundColor', 'setCanPullDown', 'setClipboard', 'setKeepScreenOn', 'setNavigationBar', 'setScreenBrightness', 'setStorage', 'setTabBarStyle', 'showActionSheet', 'showAuthGuide', 'showLoading', 'showNavigationBarLoading', 'showToast', 'signContract', 'startBluetoothDevicesDiscovery', 'startPullDownRefresh', 'stopBluetoothDevicesDiscovery', 'stopPullDownRefresh', 'switchTab', 'tradePay', 'uploadFile', 'vibrate', 'watchShake', 'writeBLECharacteristicValue', 'showSharePanel', 'getCurrentLanguage', 'openURL', 'createWithoutAuthRpc', 'getAppId', 'getCurrentPages', 'getSDKVersion', 'defineRuntimeConfig'],
|
|
10
|
+
truemoney: ['addPhoneContact', 'alert', 'chooseImage', 'choosePhoneContact', 'clearStorage', 'closeBluetoothAdapter', 'closeSocket', 'confirm', 'connectBLEDevice', 'connectSocket', 'datePicker', 'disconnectBLEDevice', 'downloadFile', 'getAuthCode', 'getBatteryInfo', 'getBLEDeviceCharacteristics', 'getBLEDeviceServices', 'getBluetoothAdapterState', 'getBluetoothDevices', 'getClipboard', 'getConnectedBluetoothDevices', 'getFileInfo', 'getImageInfo', 'getLocation', 'getNetworkType', 'getOpenUserInfo', 'getSavedFileInfo', 'getSavedFileList', 'getScreenBrightness', 'getServerTime', 'getSetting', 'getSiteInfo', 'getStorage', 'getSystemInfo', 'hideBackHome', 'hideKeyboard', 'hideLoading', 'hideNavigationBarLoading', 'hideTabBar', 'hideToast', 'makePhoneCall', 'multiLevelSelect', 'navigateBack', 'navigateBackMiniProgram', 'navigateTo', 'navigateToMiniProgram', 'notifyBLECharacteristicValueChange', 'offAccelerometerChange', 'offBLECharacteristicValueChange', 'offBLEConnectionStateChanged', 'offBluetoothAdapterStateChange', 'offBluetoothDeviceFound', 'offCompassChange', 'offMemoryWarning', 'offSocketClose', 'offSocketError', 'offSocketMessage', 'offSocketOpen', 'offUserCaptureScreen', 'onAccelerometerChange', 'onBLECharacteristicValueChange', 'onBLEConnectionStateChanged', 'onBluetoothAdapterStateChange', 'onBluetoothDeviceFound', 'onCompassChange', 'onMemoryWarning', 'onSocketClose', 'onSocketError', 'onSocketMessage', 'onSocketOpen', 'onUserCaptureScreen', 'openBluetoothAdapter', 'openDocument', 'openSetting', 'pageScrollTo', 'previewImage', 'prompt', 'readBLECharacteristicValue', 'redirectTo', 'reLaunch', 'removeSavedFile', 'removeStorage', 'request', 'saveFile', 'saveImage', 'scan', 'sendSocketMessage', 'setBackgroundColor', 'setCanPullDown', 'setClipboard', 'setKeepScreenOn', 'setNavigationBar', 'setScreenBrightness', 'setStorage', 'setTabBarStyle', 'showActionSheet', 'showAuthGuide', 'showLoading', 'showNavigationBarLoading', 'showToast', 'signContract', 'startBluetoothDevicesDiscovery', 'startPullDownRefresh', 'stopBluetoothDevicesDiscovery', 'stopPullDownRefresh', 'switchTab', 'tradePay', 'uploadFile', 'vibrate', 'watchShake', 'writeBLECharacteristicValue', 'showSharePanel', 'getCurrentLanguage', 'openURL', 'createWithoutAuthRpc', 'getAppId', 'getCurrentPages', 'getSDKVersion', 'defineRuntimeConfig'],
|
|
11
|
+
toss: ['openURL', 'createWithoutAuthRpc', 'rpcWithAuth', 'getAppId', 'getCurrentPages', 'getSDKVersion', 'defineRuntimeConfig'],
|
|
12
|
+
mpay: ['openURL', 'createWithoutAuthRpc', 'rpcWithAuth', 'getAppId', 'getAppId', 'getCurrentPages', 'getCurrentPages', 'getSDKVersion', 'getSDKVersion', 'defineRuntimeConfig']
|
|
11
13
|
};
|
package/lib/whichCanIUse/web.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// auto generated
|
|
2
2
|
export default {
|
|
3
|
-
demo: ['addFatigueAction', 'addPhoneContact', 'alert', 'apDisableJSAPI', 'appxrpc', 'APRegionRPC', 'batchQueryCdpSpaceInfo', 'chooseImage', 'choosePhoneContact', 'clearStorage', 'confirm', 'datePicker', 'downloadFile', 'exitApp', 'getAppToken', 'getAuthCode', 'getBatteryInfo', 'getClipboard', 'getComponentAuth', 'getFileInfo', 'getImageInfo', 'getLocation', 'getNetworkType', 'getOpenUserInfo', 'getPaymentCode', 'getPhoneNumber', 'getSavedFileInfo', 'getSavedFileList', 'getScreenBrightness', 'getServerTime', 'getSetting', 'getSiteInfo', 'getStorage', 'getSystemInfo', 'hideKeyboard', 'hideLoading', 'hideNavigationBarLoading', 'hideToast', 'inquireQuote', 'isInstalledApp', 'makePhoneCall', 'multiLevelSelect', 'navigateBack', 'navigateBackMiniProgram', 'navigateTo', 'navigateToBizScene', 'navigateToMiniProgram', 'openDocument', 'openSchemeWithBacking', 'openSetting', '
|
|
4
|
-
alipay: ['addPhoneContact', 'alert', 'chooseImage', 'choosePhoneContact', 'clearStorage', 'confirm', 'datePicker', 'downloadFile', 'exitApp', 'getAuthCode', 'getBatteryInfo', 'getClipboard', 'getFileInfo', 'getImageInfo', 'getLocation', 'getNetworkType', 'getPhoneNumber', 'getSavedFileInfo', 'getSavedFileList', 'getScreenBrightness', 'getServerTime', 'getSetting', 'getSiteInfo', 'getStorage', 'getSystemInfo', 'hideKeyboard', 'hideLoading', 'hideNavigationBarLoading', 'hideToast', 'makePhoneCall', 'multiLevelSelect', 'navigateBack', 'navigateBackMiniProgram', 'navigateTo', 'navigateToMiniProgram', 'openDocument', 'openSetting', 'previewImage', 'prompt', 'redirectTo', 'removeSavedFile', 'removeStorage', 'request', 'rpc', 'saveFile', 'saveImage', 'scan', 'setClipboard', 'setKeepScreenOn', 'setNavigationBar', '
|
|
5
|
-
h5: ['alert', 'clearStorage', 'clearStorageSync', 'confirm', 'exitApp', 'getClipboard', 'getLocation', 'getNetworkType', 'getSiteInfo', 'getStorage', 'getStorageSync', 'getSystemInfo', 'getSystemInfoSync', 'hideLoading', 'hideToast', 'makePhoneCall', 'navigateBack', 'navigateTo', 'navigateToBizScene', 'navigateToMiniProgram', 'pageScrollTo', 'redirectTo', 'removeStorage', 'removeStorageSync', 'request', 'rpc', 'setClipboard', 'setNavigationBar', 'setStorage', 'setStorageSync', 'showLoading', 'showToast', 'getLaunchOptionsSync', 'createSelectorQuery'],
|
|
6
|
-
tngdh5ng: ['alert', 'confirm', 'exitApp', 'getLocation', 'getNetworkType', 'getSystemInfo', 'hideLoading', 'hideToast', 'makePhoneCall', 'navigateBack', 'navigateTo', 'prompt', 'setClipboard', 'setNavigationBar', 'showLoading', 'showToast', 'vibrate']
|
|
3
|
+
demo: ['addFatigueAction', 'addPhoneContact', 'alert', 'apDisableJSAPI', 'appxrpc', 'APRegionRPC', 'batchQueryCdpSpaceInfo', 'chooseImage', 'choosePhoneContact', 'clearStorage', 'confirm', 'datePicker', 'downloadFile', 'exitApp', 'getAppToken', 'getAuthCode', 'getBatteryInfo', 'getClipboard', 'getComponentAuth', 'getFileInfo', 'getImageInfo', 'getLocation', 'getNetworkType', 'getOpenUserInfo', 'getPaymentCode', 'getPhoneNumber', 'getSavedFileInfo', 'getSavedFileList', 'getScreenBrightness', 'getServerTime', 'getSetting', 'getSiteInfo', 'getStorage', 'getSystemInfo', 'hideKeyboard', 'hideLoading', 'hideNavigationBarLoading', 'hideToast', 'inquireQuote', 'isInstalledApp', 'makePhoneCall', 'multiLevelSelect', 'navigateBack', 'navigateBackMiniProgram', 'navigateTo', 'navigateToBizScene', 'navigateToMiniProgram', 'openDocument', 'openSchemeWithBacking', 'openSetting', 'previewImage', 'prompt', 'redirectTo', 'regionFetchAllApps', 'regionSearchAppsByKeywords', 'removeSavedFile', 'removeStorage', 'request', 'rpc', 'saveFile', 'saveImage', 'scan', 'setClipboard', 'setKeepScreenOn', 'setNavigationBar', 'setScreenBrightness', 'setStorage', 'showActionSheet', 'showAuthGuide', 'showLoading', 'showNavigationBarLoading', 'showToast', 'signContract', 'startApp', 'startBizService', 'thirdPartyAuthForAc', 'tradePay', 'uploadApdidToken', 'uploadFile', 'vibrate', 'writeBLECharacteristicValue', 'getCurrentLanguage'],
|
|
4
|
+
alipay: ['addPhoneContact', 'alert', 'chooseImage', 'choosePhoneContact', 'clearStorage', 'confirm', 'datePicker', 'downloadFile', 'exitApp', 'getAuthCode', 'getBatteryInfo', 'getClipboard', 'getFileInfo', 'getImageInfo', 'getLocation', 'getNetworkType', 'getPhoneNumber', 'getSavedFileInfo', 'getSavedFileList', 'getScreenBrightness', 'getServerTime', 'getSetting', 'getSiteInfo', 'getStorage', 'getSystemInfo', 'hideKeyboard', 'hideLoading', 'hideNavigationBarLoading', 'hideToast', 'makePhoneCall', 'multiLevelSelect', 'navigateBack', 'navigateBackMiniProgram', 'navigateTo', 'navigateToMiniProgram', 'openDocument', 'openSetting', 'previewImage', 'prompt', 'redirectTo', 'removeSavedFile', 'removeStorage', 'request', 'rpc', 'saveFile', 'saveImage', 'scan', 'setClipboard', 'setKeepScreenOn', 'setNavigationBar', 'setScreenBrightness', 'setStorage', 'showActionSheet', 'showAuthGuide', 'showLoading', 'showNavigationBarLoading', 'showToast', 'signContract', 'startApp', 'tradePay', 'crossPay', 'uploadFile', 'vibrate', 'getCurrentLanguage', 'openURL', 'createWithoutAuthRpc', 'defineRuntimeConfig', 'rpcWithAuthAPlus'],
|
|
5
|
+
h5: ['alert', 'clearStorage', 'clearStorageSync', 'confirm', 'exitApp', 'getClipboard', 'getLocation', 'getNetworkType', 'getSiteInfo', 'getStorage', 'getStorageSync', 'getSystemInfo', 'getSystemInfoSync', 'hideLoading', 'hideToast', 'makePhoneCall', 'navigateBack', 'navigateTo', 'navigateToBizScene', 'navigateToMiniProgram', 'pageScrollTo', 'redirectTo', 'removeStorage', 'removeStorageSync', 'request', 'rpc', 'setClipboard', 'setNavigationBar', 'setStorage', 'setStorageSync', 'showLoading', 'showToast', 'getLaunchOptionsSync', 'createSelectorQuery', 'getCurrentLanguage', 'openURL', 'createWithoutAuthRpc', 'defineRuntimeConfig'],
|
|
6
|
+
tngdh5ng: ['alert', 'confirm', 'exitApp', 'getLocation', 'getNetworkType', 'getSystemInfo', 'hideLoading', 'hideToast', 'makePhoneCall', 'navigateBack', 'navigateTo', 'prompt', 'setClipboard', 'setNavigationBar', 'showLoading', 'showToast', 'vibrate', 'getCurrentLanguage']
|
|
7
7
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "hylid-bridge",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.3.0-alpha.11",
|
|
4
4
|
"main": "lib/index.js",
|
|
5
5
|
"description": "Unite Api For MiniProgram Project",
|
|
6
6
|
"files": [
|
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
],
|
|
14
14
|
"exports": {
|
|
15
15
|
".": "./lib/index.js",
|
|
16
|
+
"./dsl": "./lib/dsl.js",
|
|
16
17
|
"./mp/alipay": "./lib/clients/mp/alipay/index.js",
|
|
17
18
|
"./mp/alipayhk": "./lib/clients/mp/alipayhk/index.js",
|
|
18
19
|
"./mp/chope": "./lib/clients/mp/chope/index.js",
|
|
@@ -44,18 +45,25 @@
|
|
|
44
45
|
"./direct-mp_web": "./lib/clients/mp_web/demo/index.js",
|
|
45
46
|
"./direct-web": "./lib/clients/web/demo/index.js",
|
|
46
47
|
"./custom-jsapi": "./lib/custom-jsapi.js",
|
|
47
|
-
"./lib/*": "./lib/*"
|
|
48
|
+
"./lib/*": "./lib/*",
|
|
49
|
+
"./mp_web/mpay": "./lib/clients/mp_web/mpay/index.js",
|
|
50
|
+
"./mp_web/toss": "./lib/clients/mp_web/toss/index.js"
|
|
48
51
|
},
|
|
49
52
|
"license": "MIT",
|
|
50
53
|
"dependencies": {
|
|
54
|
+
"@alipay/intl-callapp": "^1.1.14",
|
|
51
55
|
"@babel/runtime": "7.18.9",
|
|
52
56
|
"@goldfishjs/utils": "^2.18.0",
|
|
53
|
-
"@hylid/call": "^3.
|
|
54
|
-
"@hylid/custom-jsapi": "^3.
|
|
55
|
-
"@hylid/env": "^3.
|
|
56
|
-
"@hylid/types": "^3.
|
|
57
|
+
"@hylid/call": "^3.3.0-alpha.11",
|
|
58
|
+
"@hylid/custom-jsapi": "^3.3.0-alpha.11",
|
|
59
|
+
"@hylid/env": "^3.3.0-alpha.11",
|
|
60
|
+
"@hylid/types": "^3.3.0-alpha.11",
|
|
57
61
|
"@types/miniprogram": "^1.0.3",
|
|
58
|
-
"miniapp-web-jsapi": "^3.
|
|
62
|
+
"miniapp-web-jsapi": "^3.3.0-alpha.11",
|
|
63
|
+
"url-parse": "^1.5.10"
|
|
64
|
+
},
|
|
65
|
+
"devDependencies": {
|
|
66
|
+
"@types/url-parse": "^1.4.11"
|
|
59
67
|
},
|
|
60
68
|
"sideEffects": false,
|
|
61
69
|
"registry": "https://registry.npmjs.org/",
|
|
@@ -64,6 +72,9 @@
|
|
|
64
72
|
".": [
|
|
65
73
|
"./lib/index.d.ts"
|
|
66
74
|
],
|
|
75
|
+
"dsl": [
|
|
76
|
+
"./lib/dsl.d.ts"
|
|
77
|
+
],
|
|
67
78
|
"mp/alipay": [
|
|
68
79
|
"./lib/clients/mp/alipay/index.d.ts"
|
|
69
80
|
],
|
|
@@ -141,7 +152,14 @@
|
|
|
141
152
|
],
|
|
142
153
|
"custom-jsapi": [
|
|
143
154
|
"./lib/custom-jsapi.d.ts"
|
|
155
|
+
],
|
|
156
|
+
"mp_web/mpay": [
|
|
157
|
+
"./lib/clients/mp_web/mpay/index.d.ts"
|
|
158
|
+
],
|
|
159
|
+
"mp_web/toss": [
|
|
160
|
+
"./lib/clients/mp_web/toss/index.d.ts"
|
|
144
161
|
]
|
|
145
162
|
}
|
|
146
|
-
}
|
|
163
|
+
},
|
|
164
|
+
"repository": "git@code.alipay.com:ant-ife/hylid-bridge.git"
|
|
147
165
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export default function hideOptionButton(...args: any[]): void;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export default function setOptionMenu(...args: any[]): void;
|