hylid-bridge 3.3.0-alpha.13 → 4.0.0-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +529 -461
- package/canIUse.json +1 -1
- package/lib/appEnv.d.ts +7 -0
- package/lib/appEnv.js +34 -0
- package/lib/bridges.d.ts +3078 -0
- package/lib/bridges.js +6904 -0
- package/lib/clients/mp/alipay/addPhoneContact.d.ts +2 -0
- package/lib/clients/mp/alipay/addPhoneContact.js +3 -0
- package/lib/clients/mp/alipay/alert.d.ts +2 -0
- package/lib/clients/mp/alipay/alert.js +3 -0
- package/lib/clients/mp/alipay/canIUse.d.ts +2 -0
- package/lib/clients/mp/alipay/canIUse.js +3 -0
- package/lib/clients/mp/alipay/chooseImage.d.ts +2 -0
- package/lib/clients/mp/alipay/chooseImage.js +3 -0
- package/lib/clients/mp/alipay/choosePhoneContact.d.ts +2 -0
- package/lib/clients/mp/alipay/choosePhoneContact.js +3 -0
- package/lib/clients/mp/alipay/clearStorage.d.ts +2 -0
- package/lib/clients/mp/alipay/clearStorage.js +3 -0
- package/lib/clients/mp/alipay/clearStorageSync.d.ts +2 -0
- package/lib/clients/mp/alipay/clearStorageSync.js +3 -0
- package/lib/clients/mp/alipay/closeBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp/alipay/closeBluetoothAdapter.js +3 -0
- package/lib/clients/mp/alipay/closeSocket.d.ts +2 -0
- package/lib/clients/mp/alipay/closeSocket.js +3 -0
- package/lib/clients/mp/alipay/confirm.d.ts +2 -0
- package/lib/clients/mp/alipay/confirm.js +3 -0
- package/lib/clients/mp/alipay/connectBLEDevice.d.ts +2 -0
- package/lib/clients/mp/alipay/connectBLEDevice.js +3 -0
- package/lib/clients/mp/alipay/connectSocket.d.ts +2 -0
- package/lib/clients/mp/alipay/connectSocket.js +3 -0
- package/lib/clients/mp/alipay/createAnimation.d.ts +2 -0
- package/lib/clients/mp/alipay/createAnimation.js +3 -0
- package/lib/clients/mp/alipay/createSelectorQuery.d.ts +2 -0
- package/lib/clients/mp/alipay/createSelectorQuery.js +3 -0
- package/lib/clients/mp/alipay/createWebViewContext.d.ts +2 -0
- package/lib/clients/mp/alipay/createWebViewContext.js +3 -0
- package/lib/clients/mp/alipay/crossPay.d.ts +2 -0
- package/lib/clients/mp/alipay/crossPay.js +3 -0
- package/lib/clients/mp/alipay/datePicker.d.ts +2 -0
- package/lib/clients/mp/alipay/datePicker.js +3 -0
- package/lib/clients/mp/alipay/disconnectBLEDevice.d.ts +2 -0
- package/lib/clients/mp/alipay/disconnectBLEDevice.js +3 -0
- package/lib/clients/mp/alipay/downloadFile.d.ts +2 -0
- package/lib/clients/mp/alipay/downloadFile.js +3 -0
- package/lib/clients/mp/alipay/getAppIdSync.d.ts +2 -0
- package/lib/clients/mp/alipay/getAppIdSync.js +3 -0
- package/lib/clients/mp/alipay/getAuthCode.d.ts +2 -0
- package/lib/clients/mp/alipay/getAuthCode.js +3 -0
- package/lib/clients/mp/alipay/getBLEDeviceCharacteristics.d.ts +2 -0
- package/lib/clients/mp/alipay/getBLEDeviceCharacteristics.js +3 -0
- package/lib/clients/mp/alipay/getBLEDeviceServices.d.ts +2 -0
- package/lib/clients/mp/alipay/getBLEDeviceServices.js +3 -0
- package/lib/clients/mp/alipay/getBatteryInfo.d.ts +2 -0
- package/lib/clients/mp/alipay/getBatteryInfo.js +3 -0
- package/lib/clients/mp/alipay/getBluetoothAdapterState.d.ts +2 -0
- package/lib/clients/mp/alipay/getBluetoothAdapterState.js +3 -0
- package/lib/clients/mp/alipay/getBluetoothDevices.d.ts +2 -0
- package/lib/clients/mp/alipay/getBluetoothDevices.js +3 -0
- package/lib/clients/mp/alipay/getClipboard.d.ts +2 -0
- package/lib/clients/mp/alipay/getClipboard.js +3 -0
- package/lib/clients/mp/alipay/getConnectedBluetoothDevices.d.ts +2 -0
- package/lib/clients/mp/alipay/getConnectedBluetoothDevices.js +3 -0
- package/lib/clients/mp/alipay/getFileInfo.d.ts +2 -0
- package/lib/clients/mp/alipay/getFileInfo.js +3 -0
- package/lib/clients/mp/alipay/getImageInfo.d.ts +2 -0
- package/lib/clients/mp/alipay/getImageInfo.js +3 -0
- package/lib/clients/mp/alipay/getLaunchOptionsSync.d.ts +2 -0
- package/lib/clients/mp/alipay/getLaunchOptionsSync.js +3 -0
- package/lib/clients/mp/alipay/getLocation.d.ts +2 -0
- package/lib/clients/mp/alipay/getLocation.js +3 -0
- package/lib/clients/mp/alipay/getNetworkType.d.ts +2 -0
- package/lib/clients/mp/alipay/getNetworkType.js +3 -0
- package/lib/clients/mp/alipay/getOpenUserInfo.d.ts +2 -0
- package/lib/clients/mp/alipay/getOpenUserInfo.js +3 -0
- package/lib/clients/mp/alipay/getSavedFileInfo.d.ts +2 -0
- package/lib/clients/mp/alipay/getSavedFileInfo.js +3 -0
- package/lib/clients/mp/alipay/getSavedFileList.d.ts +2 -0
- package/lib/clients/mp/alipay/getSavedFileList.js +3 -0
- package/lib/clients/mp/alipay/getScreenBrightness.d.ts +2 -0
- package/lib/clients/mp/alipay/getScreenBrightness.js +3 -0
- package/lib/clients/mp/alipay/getServerTime.d.ts +2 -0
- package/lib/clients/mp/alipay/getServerTime.js +3 -0
- package/lib/clients/mp/alipay/getSetting.d.ts +2 -0
- package/lib/clients/mp/alipay/getSetting.js +3 -0
- package/lib/clients/mp/alipay/getSiteInfo.d.ts +2 -0
- package/lib/clients/mp/alipay/getSiteInfo.js +3 -0
- package/lib/clients/mp/alipay/getStorage.d.ts +2 -0
- package/lib/clients/mp/alipay/getStorage.js +3 -0
- package/lib/clients/mp/alipay/getStorageInfoSync.d.ts +2 -0
- package/lib/clients/mp/alipay/getStorageInfoSync.js +3 -0
- package/lib/clients/mp/alipay/getStorageSync.d.ts +2 -0
- package/lib/clients/mp/alipay/getStorageSync.js +3 -0
- package/lib/clients/mp/alipay/getSystemInfo.d.ts +2 -0
- package/lib/clients/mp/alipay/getSystemInfo.js +3 -0
- package/lib/clients/mp/alipay/getSystemInfoSync.d.ts +2 -0
- package/lib/clients/mp/alipay/getSystemInfoSync.js +3 -0
- package/lib/clients/mp/alipay/hideBackHome.d.ts +2 -0
- package/lib/clients/mp/alipay/hideBackHome.js +3 -0
- package/lib/clients/mp/alipay/hideKeyboard.d.ts +2 -0
- package/lib/clients/mp/alipay/hideKeyboard.js +3 -0
- package/lib/clients/mp/alipay/hideLoading.d.ts +2 -0
- package/lib/clients/mp/alipay/hideLoading.js +3 -0
- package/lib/clients/mp/alipay/hideNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp/alipay/hideNavigationBarLoading.js +3 -0
- package/lib/clients/mp/alipay/hideTabBar.d.ts +2 -0
- package/lib/clients/mp/alipay/hideTabBar.js +3 -0
- package/lib/clients/mp/alipay/hideToast.d.ts +2 -0
- package/lib/clients/mp/alipay/hideToast.js +3 -0
- package/lib/clients/mp/alipay/index.d.ts +380 -0
- package/lib/clients/mp/alipay/index.js +257 -0
- package/lib/clients/mp/alipay/makePhoneCall.d.ts +2 -0
- package/lib/clients/mp/alipay/makePhoneCall.js +3 -0
- package/lib/clients/mp/alipay/multiLevelSelect.d.ts +2 -0
- package/lib/clients/mp/alipay/multiLevelSelect.js +3 -0
- package/lib/clients/mp/alipay/navigateBack.d.ts +2 -0
- package/lib/clients/mp/alipay/navigateBack.js +3 -0
- package/lib/clients/mp/alipay/navigateBackMiniProgram.d.ts +2 -0
- package/lib/clients/mp/alipay/navigateBackMiniProgram.js +3 -0
- package/lib/clients/mp/alipay/navigateTo.d.ts +2 -0
- package/lib/clients/mp/alipay/navigateTo.js +3 -0
- package/lib/clients/mp/alipay/navigateToMiniProgram.d.ts +2 -0
- package/lib/clients/mp/alipay/navigateToMiniProgram.js +3 -0
- package/lib/clients/mp/alipay/notifyBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp/alipay/notifyBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp/alipay/offAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp/alipay/offAccelerometerChange.js +3 -0
- package/lib/clients/mp/alipay/offBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp/alipay/offBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp/alipay/offBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp/alipay/offBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp/alipay/offBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp/alipay/offBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp/alipay/offBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp/alipay/offBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp/alipay/offCompassChange.d.ts +2 -0
- package/lib/clients/mp/alipay/offCompassChange.js +3 -0
- package/lib/clients/mp/alipay/offMemoryWarning.d.ts +2 -0
- package/lib/clients/mp/alipay/offMemoryWarning.js +3 -0
- package/lib/clients/mp/alipay/offSocketClose.d.ts +2 -0
- package/lib/clients/mp/alipay/offSocketClose.js +3 -0
- package/lib/clients/mp/alipay/offSocketError.d.ts +2 -0
- package/lib/clients/mp/alipay/offSocketError.js +3 -0
- package/lib/clients/mp/alipay/offSocketMessage.d.ts +2 -0
- package/lib/clients/mp/alipay/offSocketMessage.js +3 -0
- package/lib/clients/mp/alipay/offSocketOpen.d.ts +2 -0
- package/lib/clients/mp/alipay/offSocketOpen.js +3 -0
- package/lib/clients/mp/alipay/offUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp/alipay/offUserCaptureScreen.js +3 -0
- package/lib/clients/mp/alipay/onAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp/alipay/onAccelerometerChange.js +3 -0
- package/lib/clients/mp/alipay/onBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp/alipay/onBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp/alipay/onBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp/alipay/onBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp/alipay/onBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp/alipay/onBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp/alipay/onBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp/alipay/onBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp/alipay/onCompassChange.d.ts +2 -0
- package/lib/clients/mp/alipay/onCompassChange.js +3 -0
- package/lib/clients/mp/alipay/onMemoryWarning.d.ts +2 -0
- package/lib/clients/mp/alipay/onMemoryWarning.js +3 -0
- package/lib/clients/mp/alipay/onSocketClose.d.ts +2 -0
- package/lib/clients/mp/alipay/onSocketClose.js +3 -0
- package/lib/clients/mp/alipay/onSocketError.d.ts +2 -0
- package/lib/clients/mp/alipay/onSocketError.js +3 -0
- package/lib/clients/mp/alipay/onSocketMessage.d.ts +2 -0
- package/lib/clients/mp/alipay/onSocketMessage.js +3 -0
- package/lib/clients/mp/alipay/onSocketOpen.d.ts +2 -0
- package/lib/clients/mp/alipay/onSocketOpen.js +3 -0
- package/lib/clients/mp/alipay/onUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp/alipay/onUserCaptureScreen.js +3 -0
- package/lib/clients/mp/alipay/openBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp/alipay/openBluetoothAdapter.js +3 -0
- package/lib/clients/mp/alipay/openDocument.d.ts +2 -0
- package/lib/clients/mp/alipay/openDocument.js +3 -0
- package/lib/clients/mp/alipay/openSetting.d.ts +2 -0
- package/lib/clients/mp/alipay/openSetting.js +3 -0
- package/lib/clients/mp/alipay/pageScrollTo.d.ts +2 -0
- package/lib/clients/mp/alipay/pageScrollTo.js +3 -0
- package/lib/clients/mp/alipay/previewImage.d.ts +2 -0
- package/lib/clients/mp/alipay/previewImage.js +3 -0
- package/lib/clients/mp/alipay/prompt.d.ts +2 -0
- package/lib/clients/mp/alipay/prompt.js +3 -0
- package/lib/clients/mp/alipay/reLaunch.d.ts +2 -0
- package/lib/clients/mp/alipay/reLaunch.js +3 -0
- package/lib/clients/mp/alipay/readBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp/alipay/readBLECharacteristicValue.js +3 -0
- package/lib/clients/mp/alipay/redirectTo.d.ts +2 -0
- package/lib/clients/mp/alipay/redirectTo.js +3 -0
- package/lib/clients/mp/alipay/removeSavedFile.d.ts +2 -0
- package/lib/clients/mp/alipay/removeSavedFile.js +3 -0
- package/lib/clients/mp/alipay/removeStorage.d.ts +2 -0
- package/lib/clients/mp/alipay/removeStorage.js +3 -0
- package/lib/clients/mp/alipay/removeStorageSync.d.ts +2 -0
- package/lib/clients/mp/alipay/removeStorageSync.js +3 -0
- package/lib/clients/mp/alipay/request.d.ts +2 -0
- package/lib/clients/mp/alipay/request.js +3 -0
- package/lib/clients/mp/alipay/rpc.d.ts +2 -0
- package/lib/clients/mp/alipay/rpc.js +3 -0
- package/lib/clients/mp/alipay/saveFile.d.ts +2 -0
- package/lib/clients/mp/alipay/saveFile.js +3 -0
- package/lib/clients/mp/alipay/saveImage.d.ts +2 -0
- package/lib/clients/mp/alipay/saveImage.js +3 -0
- package/lib/clients/mp/alipay/scan.d.ts +2 -0
- package/lib/clients/mp/alipay/scan.js +3 -0
- package/lib/clients/mp/alipay/sendSocketMessage.d.ts +2 -0
- package/lib/clients/mp/alipay/sendSocketMessage.js +3 -0
- package/lib/clients/mp/alipay/setBackgroundColor.d.ts +2 -0
- package/lib/clients/mp/alipay/setBackgroundColor.js +3 -0
- package/lib/clients/mp/alipay/setCanPullDown.d.ts +2 -0
- package/lib/clients/mp/alipay/setCanPullDown.js +3 -0
- package/lib/clients/mp/alipay/setClipboard.d.ts +2 -0
- package/lib/clients/mp/alipay/setClipboard.js +3 -0
- package/lib/clients/mp/alipay/setKeepScreenOn.d.ts +2 -0
- package/lib/clients/mp/alipay/setKeepScreenOn.js +3 -0
- package/lib/clients/mp/alipay/setNavigationBar.d.ts +2 -0
- package/lib/clients/mp/alipay/setNavigationBar.js +3 -0
- package/lib/clients/mp/alipay/setScreenBrightness.d.ts +2 -0
- package/lib/clients/mp/alipay/setScreenBrightness.js +3 -0
- package/lib/clients/mp/alipay/setStorage.d.ts +2 -0
- package/lib/clients/mp/alipay/setStorage.js +3 -0
- package/lib/clients/mp/alipay/setStorageSync.d.ts +2 -0
- package/lib/clients/mp/alipay/setStorageSync.js +3 -0
- package/lib/clients/mp/alipay/setTabBarStyle.d.ts +2 -0
- package/lib/clients/mp/alipay/setTabBarStyle.js +3 -0
- package/lib/clients/mp/alipay/showActionSheet.d.ts +2 -0
- package/lib/clients/mp/alipay/showActionSheet.js +3 -0
- package/lib/clients/mp/alipay/showAuthGuide.d.ts +2 -0
- package/lib/clients/mp/alipay/showAuthGuide.js +3 -0
- package/lib/clients/mp/alipay/showLoading.d.ts +2 -0
- package/lib/clients/mp/alipay/showLoading.js +3 -0
- package/lib/clients/mp/alipay/showNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp/alipay/showNavigationBarLoading.js +3 -0
- package/lib/clients/mp/alipay/showSharePanel.d.ts +2 -0
- package/lib/clients/mp/alipay/showSharePanel.js +3 -0
- package/lib/clients/mp/alipay/showToast.d.ts +2 -0
- package/lib/clients/mp/alipay/showToast.js +3 -0
- package/lib/clients/mp/alipay/signContract.d.ts +2 -0
- package/lib/clients/mp/alipay/signContract.js +3 -0
- package/lib/clients/mp/alipay/startBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp/alipay/startBluetoothDevicesDiscovery.js +3 -0
- package/lib/clients/mp/alipay/startPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp/alipay/startPullDownRefresh.js +3 -0
- package/lib/clients/mp/alipay/stopBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp/alipay/stopBluetoothDevicesDiscovery.js +3 -0
- package/lib/clients/mp/alipay/stopPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp/alipay/stopPullDownRefresh.js +3 -0
- package/lib/clients/mp/alipay/switchTab.d.ts +2 -0
- package/lib/clients/mp/alipay/switchTab.js +3 -0
- package/lib/clients/mp/alipay/tradePay.d.ts +2 -0
- package/lib/clients/mp/alipay/tradePay.js +3 -0
- package/lib/clients/mp/alipay/uploadFile.d.ts +2 -0
- package/lib/clients/mp/alipay/uploadFile.js +3 -0
- package/lib/clients/mp/alipay/vibrate.d.ts +2 -0
- package/lib/clients/mp/alipay/vibrate.js +3 -0
- package/lib/clients/mp/alipay/watchShake.d.ts +2 -0
- package/lib/clients/mp/alipay/watchShake.js +3 -0
- package/lib/clients/mp/alipay/writeBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp/alipay/writeBLECharacteristicValue.js +3 -0
- package/lib/clients/mp/alipayhk/addPhoneContact.d.ts +2 -0
- package/lib/clients/mp/alipayhk/addPhoneContact.js +3 -0
- package/lib/clients/mp/alipayhk/alert.d.ts +2 -0
- package/lib/clients/mp/alipayhk/alert.js +3 -0
- package/lib/clients/mp/alipayhk/canIUse.d.ts +2 -0
- package/lib/clients/mp/alipayhk/canIUse.js +3 -0
- package/lib/clients/mp/alipayhk/chooseImage.d.ts +2 -0
- package/lib/clients/mp/alipayhk/chooseImage.js +3 -0
- package/lib/clients/mp/alipayhk/choosePhoneContact.d.ts +2 -0
- package/lib/clients/mp/alipayhk/choosePhoneContact.js +3 -0
- package/lib/clients/mp/alipayhk/clearStorage.d.ts +2 -0
- package/lib/clients/mp/alipayhk/clearStorage.js +3 -0
- package/lib/clients/mp/alipayhk/clearStorageSync.d.ts +2 -0
- package/lib/clients/mp/alipayhk/clearStorageSync.js +3 -0
- package/lib/clients/mp/alipayhk/closeBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp/alipayhk/closeBluetoothAdapter.js +3 -0
- package/lib/clients/mp/alipayhk/closeSocket.d.ts +2 -0
- package/lib/clients/mp/alipayhk/closeSocket.js +3 -0
- package/lib/clients/mp/alipayhk/confirm.d.ts +2 -0
- package/lib/clients/mp/alipayhk/confirm.js +3 -0
- package/lib/clients/mp/alipayhk/connectBLEDevice.d.ts +2 -0
- package/lib/clients/mp/alipayhk/connectBLEDevice.js +3 -0
- package/lib/clients/mp/alipayhk/connectSocket.d.ts +2 -0
- package/lib/clients/mp/alipayhk/connectSocket.js +3 -0
- package/lib/clients/mp/alipayhk/createAnimation.d.ts +2 -0
- package/lib/clients/mp/alipayhk/createAnimation.js +3 -0
- package/lib/clients/mp/alipayhk/createSelectorQuery.d.ts +2 -0
- package/lib/clients/mp/alipayhk/createSelectorQuery.js +3 -0
- package/lib/clients/mp/alipayhk/createWebViewContext.d.ts +2 -0
- package/lib/clients/mp/alipayhk/createWebViewContext.js +3 -0
- package/lib/clients/mp/alipayhk/datePicker.d.ts +2 -0
- package/lib/clients/mp/alipayhk/datePicker.js +3 -0
- package/lib/clients/mp/alipayhk/disconnectBLEDevice.d.ts +2 -0
- package/lib/clients/mp/alipayhk/disconnectBLEDevice.js +3 -0
- package/lib/clients/mp/alipayhk/downloadFile.d.ts +2 -0
- package/lib/clients/mp/alipayhk/downloadFile.js +3 -0
- package/lib/clients/mp/alipayhk/getAppIdSync.d.ts +2 -0
- package/lib/clients/mp/alipayhk/getAppIdSync.js +3 -0
- package/lib/clients/mp/alipayhk/getAuthCode.d.ts +2 -0
- package/lib/clients/mp/alipayhk/getAuthCode.js +3 -0
- package/lib/clients/mp/alipayhk/getBLEDeviceCharacteristics.d.ts +2 -0
- package/lib/clients/mp/alipayhk/getBLEDeviceCharacteristics.js +3 -0
- package/lib/clients/mp/alipayhk/getBLEDeviceServices.d.ts +2 -0
- package/lib/clients/mp/alipayhk/getBLEDeviceServices.js +3 -0
- package/lib/clients/mp/alipayhk/getBatteryInfo.d.ts +2 -0
- package/lib/clients/mp/alipayhk/getBatteryInfo.js +3 -0
- package/lib/clients/mp/alipayhk/getBluetoothAdapterState.d.ts +2 -0
- package/lib/clients/mp/alipayhk/getBluetoothAdapterState.js +3 -0
- package/lib/clients/mp/alipayhk/getBluetoothDevices.d.ts +2 -0
- package/lib/clients/mp/alipayhk/getBluetoothDevices.js +3 -0
- package/lib/clients/mp/alipayhk/getClipboard.d.ts +2 -0
- package/lib/clients/mp/alipayhk/getClipboard.js +3 -0
- package/lib/clients/mp/alipayhk/getConnectedBluetoothDevices.d.ts +2 -0
- package/lib/clients/mp/alipayhk/getConnectedBluetoothDevices.js +3 -0
- package/lib/clients/mp/alipayhk/getFileInfo.d.ts +2 -0
- package/lib/clients/mp/alipayhk/getFileInfo.js +3 -0
- package/lib/clients/mp/alipayhk/getImageInfo.d.ts +2 -0
- package/lib/clients/mp/alipayhk/getImageInfo.js +3 -0
- package/lib/clients/mp/alipayhk/getLocation.d.ts +2 -0
- package/lib/clients/mp/alipayhk/getLocation.js +3 -0
- package/lib/clients/mp/alipayhk/getNetworkType.d.ts +2 -0
- package/lib/clients/mp/alipayhk/getNetworkType.js +3 -0
- package/lib/clients/mp/alipayhk/getOpenUserInfo.d.ts +2 -0
- package/lib/clients/mp/alipayhk/getOpenUserInfo.js +3 -0
- package/lib/clients/mp/alipayhk/getSavedFileInfo.d.ts +2 -0
- package/lib/clients/mp/alipayhk/getSavedFileInfo.js +3 -0
- package/lib/clients/mp/alipayhk/getSavedFileList.d.ts +2 -0
- package/lib/clients/mp/alipayhk/getSavedFileList.js +3 -0
- package/lib/clients/mp/alipayhk/getScreenBrightness.d.ts +2 -0
- package/lib/clients/mp/alipayhk/getScreenBrightness.js +3 -0
- package/lib/clients/mp/alipayhk/getServerTime.d.ts +2 -0
- package/lib/clients/mp/alipayhk/getServerTime.js +3 -0
- package/lib/clients/mp/alipayhk/getSetting.d.ts +2 -0
- package/lib/clients/mp/alipayhk/getSetting.js +3 -0
- package/lib/clients/mp/alipayhk/getSiteInfo.d.ts +2 -0
- package/lib/clients/mp/alipayhk/getSiteInfo.js +3 -0
- package/lib/clients/mp/alipayhk/getStorage.d.ts +2 -0
- package/lib/clients/mp/alipayhk/getStorage.js +3 -0
- package/lib/clients/mp/alipayhk/getStorageSync.d.ts +2 -0
- package/lib/clients/mp/alipayhk/getStorageSync.js +3 -0
- package/lib/clients/mp/alipayhk/getSystemInfo.d.ts +2 -0
- package/lib/clients/mp/alipayhk/getSystemInfo.js +3 -0
- package/lib/clients/mp/alipayhk/getSystemInfoSync.d.ts +2 -0
- package/lib/clients/mp/alipayhk/getSystemInfoSync.js +3 -0
- package/lib/clients/mp/alipayhk/hideBackHome.d.ts +2 -0
- package/lib/clients/mp/alipayhk/hideBackHome.js +3 -0
- package/lib/clients/mp/alipayhk/hideKeyboard.d.ts +2 -0
- package/lib/clients/mp/alipayhk/hideKeyboard.js +3 -0
- package/lib/clients/mp/alipayhk/hideLoading.d.ts +2 -0
- package/lib/clients/mp/alipayhk/hideLoading.js +3 -0
- package/lib/clients/mp/alipayhk/hideNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp/alipayhk/hideNavigationBarLoading.js +3 -0
- package/lib/clients/mp/alipayhk/hideTabBar.d.ts +2 -0
- package/lib/clients/mp/alipayhk/hideTabBar.js +3 -0
- package/lib/clients/mp/alipayhk/hideToast.d.ts +2 -0
- package/lib/clients/mp/alipayhk/hideToast.js +3 -0
- package/lib/clients/mp/alipayhk/index.d.ts +369 -0
- package/lib/clients/mp/alipayhk/index.js +249 -0
- package/lib/clients/mp/alipayhk/makePhoneCall.d.ts +2 -0
- package/lib/clients/mp/alipayhk/makePhoneCall.js +3 -0
- package/lib/clients/mp/alipayhk/multiLevelSelect.d.ts +2 -0
- package/lib/clients/mp/alipayhk/multiLevelSelect.js +3 -0
- package/lib/clients/mp/alipayhk/navigateBack.d.ts +2 -0
- package/lib/clients/mp/alipayhk/navigateBack.js +3 -0
- package/lib/clients/mp/alipayhk/navigateBackMiniProgram.d.ts +2 -0
- package/lib/clients/mp/alipayhk/navigateBackMiniProgram.js +3 -0
- package/lib/clients/mp/alipayhk/navigateTo.d.ts +2 -0
- package/lib/clients/mp/alipayhk/navigateTo.js +3 -0
- package/lib/clients/mp/alipayhk/navigateToMiniProgram.d.ts +2 -0
- package/lib/clients/mp/alipayhk/navigateToMiniProgram.js +3 -0
- package/lib/clients/mp/alipayhk/notifyBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp/alipayhk/notifyBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp/alipayhk/offAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp/alipayhk/offAccelerometerChange.js +3 -0
- package/lib/clients/mp/alipayhk/offBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp/alipayhk/offBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp/alipayhk/offBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp/alipayhk/offBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp/alipayhk/offBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp/alipayhk/offBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp/alipayhk/offBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp/alipayhk/offBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp/alipayhk/offCompassChange.d.ts +2 -0
- package/lib/clients/mp/alipayhk/offCompassChange.js +3 -0
- package/lib/clients/mp/alipayhk/offMemoryWarning.d.ts +2 -0
- package/lib/clients/mp/alipayhk/offMemoryWarning.js +3 -0
- package/lib/clients/mp/alipayhk/offSocketClose.d.ts +2 -0
- package/lib/clients/mp/alipayhk/offSocketClose.js +3 -0
- package/lib/clients/mp/alipayhk/offSocketError.d.ts +2 -0
- package/lib/clients/mp/alipayhk/offSocketError.js +3 -0
- package/lib/clients/mp/alipayhk/offSocketMessage.d.ts +2 -0
- package/lib/clients/mp/alipayhk/offSocketMessage.js +3 -0
- package/lib/clients/mp/alipayhk/offSocketOpen.d.ts +2 -0
- package/lib/clients/mp/alipayhk/offSocketOpen.js +3 -0
- package/lib/clients/mp/alipayhk/offUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp/alipayhk/offUserCaptureScreen.js +3 -0
- package/lib/clients/mp/alipayhk/onAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp/alipayhk/onAccelerometerChange.js +3 -0
- package/lib/clients/mp/alipayhk/onBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp/alipayhk/onBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp/alipayhk/onBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp/alipayhk/onBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp/alipayhk/onBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp/alipayhk/onBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp/alipayhk/onBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp/alipayhk/onBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp/alipayhk/onCompassChange.d.ts +2 -0
- package/lib/clients/mp/alipayhk/onCompassChange.js +3 -0
- package/lib/clients/mp/alipayhk/onMemoryWarning.d.ts +2 -0
- package/lib/clients/mp/alipayhk/onMemoryWarning.js +3 -0
- package/lib/clients/mp/alipayhk/onSocketClose.d.ts +2 -0
- package/lib/clients/mp/alipayhk/onSocketClose.js +3 -0
- package/lib/clients/mp/alipayhk/onSocketError.d.ts +2 -0
- package/lib/clients/mp/alipayhk/onSocketError.js +3 -0
- package/lib/clients/mp/alipayhk/onSocketMessage.d.ts +2 -0
- package/lib/clients/mp/alipayhk/onSocketMessage.js +3 -0
- package/lib/clients/mp/alipayhk/onSocketOpen.d.ts +2 -0
- package/lib/clients/mp/alipayhk/onSocketOpen.js +3 -0
- package/lib/clients/mp/alipayhk/onUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp/alipayhk/onUserCaptureScreen.js +3 -0
- package/lib/clients/mp/alipayhk/openBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp/alipayhk/openBluetoothAdapter.js +3 -0
- package/lib/clients/mp/alipayhk/openDocument.d.ts +2 -0
- package/lib/clients/mp/alipayhk/openDocument.js +3 -0
- package/lib/clients/mp/alipayhk/openSetting.d.ts +2 -0
- package/lib/clients/mp/alipayhk/openSetting.js +3 -0
- package/lib/clients/mp/alipayhk/pageScrollTo.d.ts +2 -0
- package/lib/clients/mp/alipayhk/pageScrollTo.js +3 -0
- package/lib/clients/mp/alipayhk/previewImage.d.ts +2 -0
- package/lib/clients/mp/alipayhk/previewImage.js +3 -0
- package/lib/clients/mp/alipayhk/prompt.d.ts +2 -0
- package/lib/clients/mp/alipayhk/prompt.js +3 -0
- package/lib/clients/mp/alipayhk/reLaunch.d.ts +2 -0
- package/lib/clients/mp/alipayhk/reLaunch.js +3 -0
- package/lib/clients/mp/alipayhk/readBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp/alipayhk/readBLECharacteristicValue.js +3 -0
- package/lib/clients/mp/alipayhk/redirectTo.d.ts +2 -0
- package/lib/clients/mp/alipayhk/redirectTo.js +3 -0
- package/lib/clients/mp/alipayhk/removeSavedFile.d.ts +2 -0
- package/lib/clients/mp/alipayhk/removeSavedFile.js +3 -0
- package/lib/clients/mp/alipayhk/removeStorage.d.ts +2 -0
- package/lib/clients/mp/alipayhk/removeStorage.js +3 -0
- package/lib/clients/mp/alipayhk/removeStorageSync.d.ts +2 -0
- package/lib/clients/mp/alipayhk/removeStorageSync.js +3 -0
- package/lib/clients/mp/alipayhk/request.d.ts +2 -0
- package/lib/clients/mp/alipayhk/request.js +3 -0
- package/lib/clients/mp/alipayhk/saveFile.d.ts +2 -0
- package/lib/clients/mp/alipayhk/saveFile.js +3 -0
- package/lib/clients/mp/alipayhk/saveImage.d.ts +2 -0
- package/lib/clients/mp/alipayhk/saveImage.js +3 -0
- package/lib/clients/mp/alipayhk/scan.d.ts +2 -0
- package/lib/clients/mp/alipayhk/scan.js +3 -0
- package/lib/clients/mp/alipayhk/sendSocketMessage.d.ts +2 -0
- package/lib/clients/mp/alipayhk/sendSocketMessage.js +3 -0
- package/lib/clients/mp/alipayhk/setBackgroundColor.d.ts +2 -0
- package/lib/clients/mp/alipayhk/setBackgroundColor.js +3 -0
- package/lib/clients/mp/alipayhk/setCanPullDown.d.ts +2 -0
- package/lib/clients/mp/alipayhk/setCanPullDown.js +3 -0
- package/lib/clients/mp/alipayhk/setClipboard.d.ts +2 -0
- package/lib/clients/mp/alipayhk/setClipboard.js +3 -0
- package/lib/clients/mp/alipayhk/setKeepScreenOn.d.ts +2 -0
- package/lib/clients/mp/alipayhk/setKeepScreenOn.js +3 -0
- package/lib/clients/mp/alipayhk/setNavigationBar.d.ts +2 -0
- package/lib/clients/mp/alipayhk/setNavigationBar.js +3 -0
- package/lib/clients/mp/alipayhk/setScreenBrightness.d.ts +2 -0
- package/lib/clients/mp/alipayhk/setScreenBrightness.js +3 -0
- package/lib/clients/mp/alipayhk/setStorage.d.ts +2 -0
- package/lib/clients/mp/alipayhk/setStorage.js +3 -0
- package/lib/clients/mp/alipayhk/setStorageSync.d.ts +2 -0
- package/lib/clients/mp/alipayhk/setStorageSync.js +3 -0
- package/lib/clients/mp/alipayhk/setTabBarStyle.d.ts +2 -0
- package/lib/clients/mp/alipayhk/setTabBarStyle.js +3 -0
- package/lib/clients/mp/alipayhk/showActionSheet.d.ts +2 -0
- package/lib/clients/mp/alipayhk/showActionSheet.js +3 -0
- package/lib/clients/mp/alipayhk/showAuthGuide.d.ts +2 -0
- package/lib/clients/mp/alipayhk/showAuthGuide.js +3 -0
- package/lib/clients/mp/alipayhk/showLoading.d.ts +2 -0
- package/lib/clients/mp/alipayhk/showLoading.js +3 -0
- package/lib/clients/mp/alipayhk/showNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp/alipayhk/showNavigationBarLoading.js +3 -0
- package/lib/clients/mp/alipayhk/showSharePanel.d.ts +2 -0
- package/lib/clients/mp/alipayhk/showSharePanel.js +3 -0
- package/lib/clients/mp/alipayhk/showToast.d.ts +2 -0
- package/lib/clients/mp/alipayhk/showToast.js +3 -0
- package/lib/clients/mp/alipayhk/signContract.d.ts +2 -0
- package/lib/clients/mp/alipayhk/signContract.js +3 -0
- package/lib/clients/mp/alipayhk/startBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp/alipayhk/startBluetoothDevicesDiscovery.js +3 -0
- package/lib/clients/mp/alipayhk/startPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp/alipayhk/startPullDownRefresh.js +3 -0
- package/lib/clients/mp/alipayhk/stopBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp/alipayhk/stopBluetoothDevicesDiscovery.js +3 -0
- package/lib/clients/mp/alipayhk/stopPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp/alipayhk/stopPullDownRefresh.js +3 -0
- package/lib/clients/mp/alipayhk/switchTab.d.ts +2 -0
- package/lib/clients/mp/alipayhk/switchTab.js +3 -0
- package/lib/clients/mp/alipayhk/tradePay.d.ts +2 -0
- package/lib/clients/mp/alipayhk/tradePay.js +3 -0
- package/lib/clients/mp/alipayhk/uploadFile.d.ts +2 -0
- package/lib/clients/mp/alipayhk/uploadFile.js +3 -0
- package/lib/clients/mp/alipayhk/vibrate.d.ts +2 -0
- package/lib/clients/mp/alipayhk/vibrate.js +3 -0
- package/lib/clients/mp/alipayhk/watchShake.d.ts +2 -0
- package/lib/clients/mp/alipayhk/watchShake.js +3 -0
- package/lib/clients/mp/alipayhk/writeBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp/alipayhk/writeBLECharacteristicValue.js +3 -0
- package/lib/clients/mp/chope/addPhoneContact.d.ts +2 -0
- package/lib/clients/mp/chope/addPhoneContact.js +3 -0
- package/lib/clients/mp/chope/alert.d.ts +2 -0
- package/lib/clients/mp/chope/alert.js +3 -0
- package/lib/clients/mp/chope/canIUse.d.ts +2 -0
- package/lib/clients/mp/chope/canIUse.js +3 -0
- package/lib/clients/mp/chope/chooseImage.d.ts +2 -0
- package/lib/clients/mp/chope/chooseImage.js +3 -0
- package/lib/clients/mp/chope/choosePhoneContact.d.ts +2 -0
- package/lib/clients/mp/chope/choosePhoneContact.js +3 -0
- package/lib/clients/mp/chope/clearStorage.d.ts +2 -0
- package/lib/clients/mp/chope/clearStorage.js +3 -0
- package/lib/clients/mp/chope/clearStorageSync.d.ts +2 -0
- package/lib/clients/mp/chope/clearStorageSync.js +3 -0
- package/lib/clients/mp/chope/closeBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp/chope/closeBluetoothAdapter.js +3 -0
- package/lib/clients/mp/chope/closeSocket.d.ts +2 -0
- package/lib/clients/mp/chope/closeSocket.js +3 -0
- package/lib/clients/mp/chope/confirm.d.ts +2 -0
- package/lib/clients/mp/chope/confirm.js +3 -0
- package/lib/clients/mp/chope/connectBLEDevice.d.ts +2 -0
- package/lib/clients/mp/chope/connectBLEDevice.js +3 -0
- package/lib/clients/mp/chope/connectSocket.d.ts +2 -0
- package/lib/clients/mp/chope/connectSocket.js +3 -0
- package/lib/clients/mp/chope/createAnimation.d.ts +2 -0
- package/lib/clients/mp/chope/createAnimation.js +3 -0
- package/lib/clients/mp/chope/createSelectorQuery.d.ts +2 -0
- package/lib/clients/mp/chope/createSelectorQuery.js +3 -0
- package/lib/clients/mp/chope/createWebViewContext.d.ts +2 -0
- package/lib/clients/mp/chope/createWebViewContext.js +3 -0
- package/lib/clients/mp/chope/datePicker.d.ts +2 -0
- package/lib/clients/mp/chope/datePicker.js +3 -0
- package/lib/clients/mp/chope/disconnectBLEDevice.d.ts +2 -0
- package/lib/clients/mp/chope/disconnectBLEDevice.js +3 -0
- package/lib/clients/mp/chope/downloadFile.d.ts +2 -0
- package/lib/clients/mp/chope/downloadFile.js +3 -0
- package/lib/clients/mp/chope/getAppIdSync.d.ts +2 -0
- package/lib/clients/mp/chope/getAppIdSync.js +3 -0
- package/lib/clients/mp/chope/getAuthCode.d.ts +2 -0
- package/lib/clients/mp/chope/getAuthCode.js +3 -0
- package/lib/clients/mp/chope/getBLEDeviceCharacteristics.d.ts +2 -0
- package/lib/clients/mp/chope/getBLEDeviceCharacteristics.js +3 -0
- package/lib/clients/mp/chope/getBLEDeviceServices.d.ts +2 -0
- package/lib/clients/mp/chope/getBLEDeviceServices.js +3 -0
- package/lib/clients/mp/chope/getBatteryInfo.d.ts +2 -0
- package/lib/clients/mp/chope/getBatteryInfo.js +3 -0
- package/lib/clients/mp/chope/getBluetoothAdapterState.d.ts +2 -0
- package/lib/clients/mp/chope/getBluetoothAdapterState.js +3 -0
- package/lib/clients/mp/chope/getBluetoothDevices.d.ts +2 -0
- package/lib/clients/mp/chope/getBluetoothDevices.js +3 -0
- package/lib/clients/mp/chope/getClipboard.d.ts +2 -0
- package/lib/clients/mp/chope/getClipboard.js +3 -0
- package/lib/clients/mp/chope/getConnectedBluetoothDevices.d.ts +2 -0
- package/lib/clients/mp/chope/getConnectedBluetoothDevices.js +3 -0
- package/lib/clients/mp/chope/getFileInfo.d.ts +2 -0
- package/lib/clients/mp/chope/getFileInfo.js +3 -0
- package/lib/clients/mp/chope/getImageInfo.d.ts +2 -0
- package/lib/clients/mp/chope/getImageInfo.js +3 -0
- package/lib/clients/mp/chope/getLocation.d.ts +2 -0
- package/lib/clients/mp/chope/getLocation.js +3 -0
- package/lib/clients/mp/chope/getNetworkType.d.ts +2 -0
- package/lib/clients/mp/chope/getNetworkType.js +3 -0
- package/lib/clients/mp/chope/getOpenUserInfo.d.ts +2 -0
- package/lib/clients/mp/chope/getOpenUserInfo.js +3 -0
- package/lib/clients/mp/chope/getSavedFileInfo.d.ts +2 -0
- package/lib/clients/mp/chope/getSavedFileInfo.js +3 -0
- package/lib/clients/mp/chope/getSavedFileList.d.ts +2 -0
- package/lib/clients/mp/chope/getSavedFileList.js +3 -0
- package/lib/clients/mp/chope/getScreenBrightness.d.ts +2 -0
- package/lib/clients/mp/chope/getScreenBrightness.js +3 -0
- package/lib/clients/mp/chope/getServerTime.d.ts +2 -0
- package/lib/clients/mp/chope/getServerTime.js +3 -0
- package/lib/clients/mp/chope/getSetting.d.ts +2 -0
- package/lib/clients/mp/chope/getSetting.js +3 -0
- package/lib/clients/mp/chope/getSiteInfo.d.ts +2 -0
- package/lib/clients/mp/chope/getSiteInfo.js +3 -0
- package/lib/clients/mp/chope/getStorage.d.ts +2 -0
- package/lib/clients/mp/chope/getStorage.js +3 -0
- package/lib/clients/mp/chope/getStorageSync.d.ts +2 -0
- package/lib/clients/mp/chope/getStorageSync.js +3 -0
- package/lib/clients/mp/chope/getSystemInfo.d.ts +2 -0
- package/lib/clients/mp/chope/getSystemInfo.js +3 -0
- package/lib/clients/mp/chope/getSystemInfoSync.d.ts +2 -0
- package/lib/clients/mp/chope/getSystemInfoSync.js +3 -0
- package/lib/clients/mp/chope/hideBackHome.d.ts +2 -0
- package/lib/clients/mp/chope/hideBackHome.js +3 -0
- package/lib/clients/mp/chope/hideKeyboard.d.ts +2 -0
- package/lib/clients/mp/chope/hideKeyboard.js +3 -0
- package/lib/clients/mp/chope/hideLoading.d.ts +2 -0
- package/lib/clients/mp/chope/hideLoading.js +3 -0
- package/lib/clients/mp/chope/hideNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp/chope/hideNavigationBarLoading.js +3 -0
- package/lib/clients/mp/chope/hideTabBar.d.ts +2 -0
- package/lib/clients/mp/chope/hideTabBar.js +3 -0
- package/lib/clients/mp/chope/hideToast.d.ts +2 -0
- package/lib/clients/mp/chope/hideToast.js +3 -0
- package/lib/clients/mp/chope/index.d.ts +369 -0
- package/lib/clients/mp/chope/index.js +249 -0
- package/lib/clients/mp/chope/makePhoneCall.d.ts +2 -0
- package/lib/clients/mp/chope/makePhoneCall.js +3 -0
- package/lib/clients/mp/chope/multiLevelSelect.d.ts +2 -0
- package/lib/clients/mp/chope/multiLevelSelect.js +3 -0
- package/lib/clients/mp/chope/navigateBack.d.ts +2 -0
- package/lib/clients/mp/chope/navigateBack.js +3 -0
- package/lib/clients/mp/chope/navigateBackMiniProgram.d.ts +2 -0
- package/lib/clients/mp/chope/navigateBackMiniProgram.js +3 -0
- package/lib/clients/mp/chope/navigateTo.d.ts +2 -0
- package/lib/clients/mp/chope/navigateTo.js +3 -0
- package/lib/clients/mp/chope/navigateToMiniProgram.d.ts +2 -0
- package/lib/clients/mp/chope/navigateToMiniProgram.js +3 -0
- package/lib/clients/mp/chope/notifyBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp/chope/notifyBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp/chope/offAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp/chope/offAccelerometerChange.js +3 -0
- package/lib/clients/mp/chope/offBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp/chope/offBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp/chope/offBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp/chope/offBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp/chope/offBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp/chope/offBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp/chope/offBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp/chope/offBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp/chope/offCompassChange.d.ts +2 -0
- package/lib/clients/mp/chope/offCompassChange.js +3 -0
- package/lib/clients/mp/chope/offMemoryWarning.d.ts +2 -0
- package/lib/clients/mp/chope/offMemoryWarning.js +3 -0
- package/lib/clients/mp/chope/offSocketClose.d.ts +2 -0
- package/lib/clients/mp/chope/offSocketClose.js +3 -0
- package/lib/clients/mp/chope/offSocketError.d.ts +2 -0
- package/lib/clients/mp/chope/offSocketError.js +3 -0
- package/lib/clients/mp/chope/offSocketMessage.d.ts +2 -0
- package/lib/clients/mp/chope/offSocketMessage.js +3 -0
- package/lib/clients/mp/chope/offSocketOpen.d.ts +2 -0
- package/lib/clients/mp/chope/offSocketOpen.js +3 -0
- package/lib/clients/mp/chope/offUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp/chope/offUserCaptureScreen.js +3 -0
- package/lib/clients/mp/chope/onAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp/chope/onAccelerometerChange.js +3 -0
- package/lib/clients/mp/chope/onBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp/chope/onBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp/chope/onBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp/chope/onBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp/chope/onBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp/chope/onBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp/chope/onBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp/chope/onBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp/chope/onCompassChange.d.ts +2 -0
- package/lib/clients/mp/chope/onCompassChange.js +3 -0
- package/lib/clients/mp/chope/onMemoryWarning.d.ts +2 -0
- package/lib/clients/mp/chope/onMemoryWarning.js +3 -0
- package/lib/clients/mp/chope/onSocketClose.d.ts +2 -0
- package/lib/clients/mp/chope/onSocketClose.js +3 -0
- package/lib/clients/mp/chope/onSocketError.d.ts +2 -0
- package/lib/clients/mp/chope/onSocketError.js +3 -0
- package/lib/clients/mp/chope/onSocketMessage.d.ts +2 -0
- package/lib/clients/mp/chope/onSocketMessage.js +3 -0
- package/lib/clients/mp/chope/onSocketOpen.d.ts +2 -0
- package/lib/clients/mp/chope/onSocketOpen.js +3 -0
- package/lib/clients/mp/chope/onUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp/chope/onUserCaptureScreen.js +3 -0
- package/lib/clients/mp/chope/openBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp/chope/openBluetoothAdapter.js +3 -0
- package/lib/clients/mp/chope/openDocument.d.ts +2 -0
- package/lib/clients/mp/chope/openDocument.js +3 -0
- package/lib/clients/mp/chope/openSetting.d.ts +2 -0
- package/lib/clients/mp/chope/openSetting.js +3 -0
- package/lib/clients/mp/chope/pageScrollTo.d.ts +2 -0
- package/lib/clients/mp/chope/pageScrollTo.js +3 -0
- package/lib/clients/mp/chope/previewImage.d.ts +2 -0
- package/lib/clients/mp/chope/previewImage.js +3 -0
- package/lib/clients/mp/chope/prompt.d.ts +2 -0
- package/lib/clients/mp/chope/prompt.js +3 -0
- package/lib/clients/mp/chope/reLaunch.d.ts +2 -0
- package/lib/clients/mp/chope/reLaunch.js +3 -0
- package/lib/clients/mp/chope/readBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp/chope/readBLECharacteristicValue.js +3 -0
- package/lib/clients/mp/chope/redirectTo.d.ts +2 -0
- package/lib/clients/mp/chope/redirectTo.js +3 -0
- package/lib/clients/mp/chope/removeSavedFile.d.ts +2 -0
- package/lib/clients/mp/chope/removeSavedFile.js +3 -0
- package/lib/clients/mp/chope/removeStorage.d.ts +2 -0
- package/lib/clients/mp/chope/removeStorage.js +3 -0
- package/lib/clients/mp/chope/removeStorageSync.d.ts +2 -0
- package/lib/clients/mp/chope/removeStorageSync.js +3 -0
- package/lib/clients/mp/chope/request.d.ts +2 -0
- package/lib/clients/mp/chope/request.js +3 -0
- package/lib/clients/mp/chope/saveFile.d.ts +2 -0
- package/lib/clients/mp/chope/saveFile.js +3 -0
- package/lib/clients/mp/chope/saveImage.d.ts +2 -0
- package/lib/clients/mp/chope/saveImage.js +3 -0
- package/lib/clients/mp/chope/scan.d.ts +2 -0
- package/lib/clients/mp/chope/scan.js +3 -0
- package/lib/clients/mp/chope/sendSocketMessage.d.ts +2 -0
- package/lib/clients/mp/chope/sendSocketMessage.js +3 -0
- package/lib/clients/mp/chope/setBackgroundColor.d.ts +2 -0
- package/lib/clients/mp/chope/setBackgroundColor.js +3 -0
- package/lib/clients/mp/chope/setCanPullDown.d.ts +2 -0
- package/lib/clients/mp/chope/setCanPullDown.js +3 -0
- package/lib/clients/mp/chope/setClipboard.d.ts +2 -0
- package/lib/clients/mp/chope/setClipboard.js +3 -0
- package/lib/clients/mp/chope/setKeepScreenOn.d.ts +2 -0
- package/lib/clients/mp/chope/setKeepScreenOn.js +3 -0
- package/lib/clients/mp/chope/setNavigationBar.d.ts +2 -0
- package/lib/clients/mp/chope/setNavigationBar.js +3 -0
- package/lib/clients/mp/chope/setScreenBrightness.d.ts +2 -0
- package/lib/clients/mp/chope/setScreenBrightness.js +3 -0
- package/lib/clients/mp/chope/setStorage.d.ts +2 -0
- package/lib/clients/mp/chope/setStorage.js +3 -0
- package/lib/clients/mp/chope/setStorageSync.d.ts +2 -0
- package/lib/clients/mp/chope/setStorageSync.js +3 -0
- package/lib/clients/mp/chope/setTabBarStyle.d.ts +2 -0
- package/lib/clients/mp/chope/setTabBarStyle.js +3 -0
- package/lib/clients/mp/chope/showActionSheet.d.ts +2 -0
- package/lib/clients/mp/chope/showActionSheet.js +3 -0
- package/lib/clients/mp/chope/showAuthGuide.d.ts +2 -0
- package/lib/clients/mp/chope/showAuthGuide.js +3 -0
- package/lib/clients/mp/chope/showLoading.d.ts +2 -0
- package/lib/clients/mp/chope/showLoading.js +3 -0
- package/lib/clients/mp/chope/showNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp/chope/showNavigationBarLoading.js +3 -0
- package/lib/clients/mp/chope/showSharePanel.d.ts +2 -0
- package/lib/clients/mp/chope/showSharePanel.js +3 -0
- package/lib/clients/mp/chope/showToast.d.ts +2 -0
- package/lib/clients/mp/chope/showToast.js +3 -0
- package/lib/clients/mp/chope/signContract.d.ts +2 -0
- package/lib/clients/mp/chope/signContract.js +3 -0
- package/lib/clients/mp/chope/startBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp/chope/startBluetoothDevicesDiscovery.js +3 -0
- package/lib/clients/mp/chope/startPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp/chope/startPullDownRefresh.js +3 -0
- package/lib/clients/mp/chope/stopBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp/chope/stopBluetoothDevicesDiscovery.js +3 -0
- package/lib/clients/mp/chope/stopPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp/chope/stopPullDownRefresh.js +3 -0
- package/lib/clients/mp/chope/switchTab.d.ts +2 -0
- package/lib/clients/mp/chope/switchTab.js +3 -0
- package/lib/clients/mp/chope/tradePay.d.ts +2 -0
- package/lib/clients/mp/chope/tradePay.js +3 -0
- package/lib/clients/mp/chope/uploadFile.d.ts +2 -0
- package/lib/clients/mp/chope/uploadFile.js +3 -0
- package/lib/clients/mp/chope/vibrate.d.ts +2 -0
- package/lib/clients/mp/chope/vibrate.js +3 -0
- package/lib/clients/mp/chope/watchShake.d.ts +2 -0
- package/lib/clients/mp/chope/watchShake.js +3 -0
- package/lib/clients/mp/chope/writeBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp/chope/writeBLECharacteristicValue.js +3 -0
- package/lib/clients/mp/dana/addPhoneContact.d.ts +2 -0
- package/lib/clients/mp/dana/addPhoneContact.js +3 -0
- package/lib/clients/mp/dana/alert.d.ts +2 -0
- package/lib/clients/mp/dana/alert.js +3 -0
- package/lib/clients/mp/dana/canIUse.d.ts +2 -0
- package/lib/clients/mp/dana/canIUse.js +3 -0
- package/lib/clients/mp/dana/chooseImage.d.ts +2 -0
- package/lib/clients/mp/dana/chooseImage.js +3 -0
- package/lib/clients/mp/dana/choosePhoneContact.d.ts +2 -0
- package/lib/clients/mp/dana/choosePhoneContact.js +3 -0
- package/lib/clients/mp/dana/clearStorage.d.ts +2 -0
- package/lib/clients/mp/dana/clearStorage.js +3 -0
- package/lib/clients/mp/dana/clearStorageSync.d.ts +2 -0
- package/lib/clients/mp/dana/clearStorageSync.js +3 -0
- package/lib/clients/mp/dana/closeBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp/dana/closeBluetoothAdapter.js +3 -0
- package/lib/clients/mp/dana/closeSocket.d.ts +2 -0
- package/lib/clients/mp/dana/closeSocket.js +3 -0
- package/lib/clients/mp/dana/confirm.d.ts +2 -0
- package/lib/clients/mp/dana/confirm.js +3 -0
- package/lib/clients/mp/dana/connectBLEDevice.d.ts +2 -0
- package/lib/clients/mp/dana/connectBLEDevice.js +3 -0
- package/lib/clients/mp/dana/connectSocket.d.ts +2 -0
- package/lib/clients/mp/dana/connectSocket.js +3 -0
- package/lib/clients/mp/dana/createAnimation.d.ts +2 -0
- package/lib/clients/mp/dana/createAnimation.js +3 -0
- package/lib/clients/mp/dana/createSelectorQuery.d.ts +2 -0
- package/lib/clients/mp/dana/createSelectorQuery.js +3 -0
- package/lib/clients/mp/dana/createWebViewContext.d.ts +2 -0
- package/lib/clients/mp/dana/createWebViewContext.js +3 -0
- package/lib/clients/mp/dana/datePicker.d.ts +2 -0
- package/lib/clients/mp/dana/datePicker.js +3 -0
- package/lib/clients/mp/dana/disconnectBLEDevice.d.ts +2 -0
- package/lib/clients/mp/dana/disconnectBLEDevice.js +3 -0
- package/lib/clients/mp/dana/downloadFile.d.ts +2 -0
- package/lib/clients/mp/dana/downloadFile.js +3 -0
- package/lib/clients/mp/dana/getAppIdSync.d.ts +2 -0
- package/lib/clients/mp/dana/getAppIdSync.js +3 -0
- package/lib/clients/mp/dana/getAuthCode.d.ts +2 -0
- package/lib/clients/mp/dana/getAuthCode.js +3 -0
- package/lib/clients/mp/dana/getBLEDeviceCharacteristics.d.ts +2 -0
- package/lib/clients/mp/dana/getBLEDeviceCharacteristics.js +3 -0
- package/lib/clients/mp/dana/getBLEDeviceServices.d.ts +2 -0
- package/lib/clients/mp/dana/getBLEDeviceServices.js +3 -0
- package/lib/clients/mp/dana/getBatteryInfo.d.ts +2 -0
- package/lib/clients/mp/dana/getBatteryInfo.js +3 -0
- package/lib/clients/mp/dana/getBluetoothAdapterState.d.ts +2 -0
- package/lib/clients/mp/dana/getBluetoothAdapterState.js +3 -0
- package/lib/clients/mp/dana/getBluetoothDevices.d.ts +2 -0
- package/lib/clients/mp/dana/getBluetoothDevices.js +3 -0
- package/lib/clients/mp/dana/getClipboard.d.ts +2 -0
- package/lib/clients/mp/dana/getClipboard.js +3 -0
- package/lib/clients/mp/dana/getConnectedBluetoothDevices.d.ts +2 -0
- package/lib/clients/mp/dana/getConnectedBluetoothDevices.js +3 -0
- package/lib/clients/mp/dana/getFileInfo.d.ts +2 -0
- package/lib/clients/mp/dana/getFileInfo.js +3 -0
- package/lib/clients/mp/dana/getImageInfo.d.ts +2 -0
- package/lib/clients/mp/dana/getImageInfo.js +3 -0
- package/lib/clients/mp/dana/getLocation.d.ts +2 -0
- package/lib/clients/mp/dana/getLocation.js +3 -0
- package/lib/clients/mp/dana/getNetworkType.d.ts +2 -0
- package/lib/clients/mp/dana/getNetworkType.js +3 -0
- package/lib/clients/mp/dana/getOpenUserInfo.d.ts +2 -0
- package/lib/clients/mp/dana/getOpenUserInfo.js +3 -0
- package/lib/clients/mp/dana/getSavedFileInfo.d.ts +2 -0
- package/lib/clients/mp/dana/getSavedFileInfo.js +3 -0
- package/lib/clients/mp/dana/getSavedFileList.d.ts +2 -0
- package/lib/clients/mp/dana/getSavedFileList.js +3 -0
- package/lib/clients/mp/dana/getScreenBrightness.d.ts +2 -0
- package/lib/clients/mp/dana/getScreenBrightness.js +3 -0
- package/lib/clients/mp/dana/getServerTime.d.ts +2 -0
- package/lib/clients/mp/dana/getServerTime.js +3 -0
- package/lib/clients/mp/dana/getSetting.d.ts +2 -0
- package/lib/clients/mp/dana/getSetting.js +3 -0
- package/lib/clients/mp/dana/getSiteInfo.d.ts +2 -0
- package/lib/clients/mp/dana/getSiteInfo.js +3 -0
- package/lib/clients/mp/dana/getStorage.d.ts +2 -0
- package/lib/clients/mp/dana/getStorage.js +3 -0
- package/lib/clients/mp/dana/getStorageSync.d.ts +2 -0
- package/lib/clients/mp/dana/getStorageSync.js +3 -0
- package/lib/clients/mp/dana/getSystemInfo.d.ts +2 -0
- package/lib/clients/mp/dana/getSystemInfo.js +3 -0
- package/lib/clients/mp/dana/getSystemInfoSync.d.ts +2 -0
- package/lib/clients/mp/dana/getSystemInfoSync.js +3 -0
- package/lib/clients/mp/dana/hideBackHome.d.ts +2 -0
- package/lib/clients/mp/dana/hideBackHome.js +3 -0
- package/lib/clients/mp/dana/hideKeyboard.d.ts +2 -0
- package/lib/clients/mp/dana/hideKeyboard.js +3 -0
- package/lib/clients/mp/dana/hideLoading.d.ts +2 -0
- package/lib/clients/mp/dana/hideLoading.js +3 -0
- package/lib/clients/mp/dana/hideNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp/dana/hideNavigationBarLoading.js +3 -0
- package/lib/clients/mp/dana/hideTabBar.d.ts +2 -0
- package/lib/clients/mp/dana/hideTabBar.js +3 -0
- package/lib/clients/mp/dana/hideToast.d.ts +2 -0
- package/lib/clients/mp/dana/hideToast.js +3 -0
- package/lib/clients/mp/dana/index.d.ts +369 -0
- package/lib/clients/mp/dana/index.js +249 -0
- package/lib/clients/mp/dana/makePhoneCall.d.ts +2 -0
- package/lib/clients/mp/dana/makePhoneCall.js +3 -0
- package/lib/clients/mp/dana/multiLevelSelect.d.ts +2 -0
- package/lib/clients/mp/dana/multiLevelSelect.js +3 -0
- package/lib/clients/mp/dana/navigateBack.d.ts +2 -0
- package/lib/clients/mp/dana/navigateBack.js +3 -0
- package/lib/clients/mp/dana/navigateBackMiniProgram.d.ts +2 -0
- package/lib/clients/mp/dana/navigateBackMiniProgram.js +3 -0
- package/lib/clients/mp/dana/navigateTo.d.ts +2 -0
- package/lib/clients/mp/dana/navigateTo.js +3 -0
- package/lib/clients/mp/dana/navigateToMiniProgram.d.ts +2 -0
- package/lib/clients/mp/dana/navigateToMiniProgram.js +3 -0
- package/lib/clients/mp/dana/notifyBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp/dana/notifyBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp/dana/offAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp/dana/offAccelerometerChange.js +3 -0
- package/lib/clients/mp/dana/offBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp/dana/offBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp/dana/offBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp/dana/offBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp/dana/offBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp/dana/offBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp/dana/offBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp/dana/offBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp/dana/offCompassChange.d.ts +2 -0
- package/lib/clients/mp/dana/offCompassChange.js +3 -0
- package/lib/clients/mp/dana/offMemoryWarning.d.ts +2 -0
- package/lib/clients/mp/dana/offMemoryWarning.js +3 -0
- package/lib/clients/mp/dana/offSocketClose.d.ts +2 -0
- package/lib/clients/mp/dana/offSocketClose.js +3 -0
- package/lib/clients/mp/dana/offSocketError.d.ts +2 -0
- package/lib/clients/mp/dana/offSocketError.js +3 -0
- package/lib/clients/mp/dana/offSocketMessage.d.ts +2 -0
- package/lib/clients/mp/dana/offSocketMessage.js +3 -0
- package/lib/clients/mp/dana/offSocketOpen.d.ts +2 -0
- package/lib/clients/mp/dana/offSocketOpen.js +3 -0
- package/lib/clients/mp/dana/offUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp/dana/offUserCaptureScreen.js +3 -0
- package/lib/clients/mp/dana/onAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp/dana/onAccelerometerChange.js +3 -0
- package/lib/clients/mp/dana/onBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp/dana/onBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp/dana/onBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp/dana/onBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp/dana/onBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp/dana/onBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp/dana/onBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp/dana/onBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp/dana/onCompassChange.d.ts +2 -0
- package/lib/clients/mp/dana/onCompassChange.js +3 -0
- package/lib/clients/mp/dana/onMemoryWarning.d.ts +2 -0
- package/lib/clients/mp/dana/onMemoryWarning.js +3 -0
- package/lib/clients/mp/dana/onSocketClose.d.ts +2 -0
- package/lib/clients/mp/dana/onSocketClose.js +3 -0
- package/lib/clients/mp/dana/onSocketError.d.ts +2 -0
- package/lib/clients/mp/dana/onSocketError.js +3 -0
- package/lib/clients/mp/dana/onSocketMessage.d.ts +2 -0
- package/lib/clients/mp/dana/onSocketMessage.js +3 -0
- package/lib/clients/mp/dana/onSocketOpen.d.ts +2 -0
- package/lib/clients/mp/dana/onSocketOpen.js +3 -0
- package/lib/clients/mp/dana/onUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp/dana/onUserCaptureScreen.js +3 -0
- package/lib/clients/mp/dana/openBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp/dana/openBluetoothAdapter.js +3 -0
- package/lib/clients/mp/dana/openDocument.d.ts +2 -0
- package/lib/clients/mp/dana/openDocument.js +3 -0
- package/lib/clients/mp/dana/openSetting.d.ts +2 -0
- package/lib/clients/mp/dana/openSetting.js +3 -0
- package/lib/clients/mp/dana/pageScrollTo.d.ts +2 -0
- package/lib/clients/mp/dana/pageScrollTo.js +3 -0
- package/lib/clients/mp/dana/previewImage.d.ts +2 -0
- package/lib/clients/mp/dana/previewImage.js +3 -0
- package/lib/clients/mp/dana/prompt.d.ts +2 -0
- package/lib/clients/mp/dana/prompt.js +3 -0
- package/lib/clients/mp/dana/reLaunch.d.ts +2 -0
- package/lib/clients/mp/dana/reLaunch.js +3 -0
- package/lib/clients/mp/dana/readBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp/dana/readBLECharacteristicValue.js +3 -0
- package/lib/clients/mp/dana/redirectTo.d.ts +2 -0
- package/lib/clients/mp/dana/redirectTo.js +3 -0
- package/lib/clients/mp/dana/removeSavedFile.d.ts +2 -0
- package/lib/clients/mp/dana/removeSavedFile.js +3 -0
- package/lib/clients/mp/dana/removeStorage.d.ts +2 -0
- package/lib/clients/mp/dana/removeStorage.js +3 -0
- package/lib/clients/mp/dana/removeStorageSync.d.ts +2 -0
- package/lib/clients/mp/dana/removeStorageSync.js +3 -0
- package/lib/clients/mp/dana/request.d.ts +2 -0
- package/lib/clients/mp/dana/request.js +3 -0
- package/lib/clients/mp/dana/saveFile.d.ts +2 -0
- package/lib/clients/mp/dana/saveFile.js +3 -0
- package/lib/clients/mp/dana/saveImage.d.ts +2 -0
- package/lib/clients/mp/dana/saveImage.js +3 -0
- package/lib/clients/mp/dana/scan.d.ts +2 -0
- package/lib/clients/mp/dana/scan.js +3 -0
- package/lib/clients/mp/dana/sendSocketMessage.d.ts +2 -0
- package/lib/clients/mp/dana/sendSocketMessage.js +3 -0
- package/lib/clients/mp/dana/setBackgroundColor.d.ts +2 -0
- package/lib/clients/mp/dana/setBackgroundColor.js +3 -0
- package/lib/clients/mp/dana/setCanPullDown.d.ts +2 -0
- package/lib/clients/mp/dana/setCanPullDown.js +3 -0
- package/lib/clients/mp/dana/setClipboard.d.ts +2 -0
- package/lib/clients/mp/dana/setClipboard.js +3 -0
- package/lib/clients/mp/dana/setKeepScreenOn.d.ts +2 -0
- package/lib/clients/mp/dana/setKeepScreenOn.js +3 -0
- package/lib/clients/mp/dana/setNavigationBar.d.ts +2 -0
- package/lib/clients/mp/dana/setNavigationBar.js +3 -0
- package/lib/clients/mp/dana/setScreenBrightness.d.ts +2 -0
- package/lib/clients/mp/dana/setScreenBrightness.js +3 -0
- package/lib/clients/mp/dana/setStorage.d.ts +2 -0
- package/lib/clients/mp/dana/setStorage.js +3 -0
- package/lib/clients/mp/dana/setStorageSync.d.ts +2 -0
- package/lib/clients/mp/dana/setStorageSync.js +3 -0
- package/lib/clients/mp/dana/setTabBarStyle.d.ts +2 -0
- package/lib/clients/mp/dana/setTabBarStyle.js +3 -0
- package/lib/clients/mp/dana/showActionSheet.d.ts +2 -0
- package/lib/clients/mp/dana/showActionSheet.js +3 -0
- package/lib/clients/mp/dana/showAuthGuide.d.ts +2 -0
- package/lib/clients/mp/dana/showAuthGuide.js +3 -0
- package/lib/clients/mp/dana/showLoading.d.ts +2 -0
- package/lib/clients/mp/dana/showLoading.js +3 -0
- package/lib/clients/mp/dana/showNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp/dana/showNavigationBarLoading.js +3 -0
- package/lib/clients/mp/dana/showSharePanel.d.ts +2 -0
- package/lib/clients/mp/dana/showSharePanel.js +3 -0
- package/lib/clients/mp/dana/showToast.d.ts +2 -0
- package/lib/clients/mp/dana/showToast.js +3 -0
- package/lib/clients/mp/dana/signContract.d.ts +2 -0
- package/lib/clients/mp/dana/signContract.js +3 -0
- package/lib/clients/mp/dana/startBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp/dana/startBluetoothDevicesDiscovery.js +3 -0
- package/lib/clients/mp/dana/startPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp/dana/startPullDownRefresh.js +3 -0
- package/lib/clients/mp/dana/stopBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp/dana/stopBluetoothDevicesDiscovery.js +3 -0
- package/lib/clients/mp/dana/stopPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp/dana/stopPullDownRefresh.js +3 -0
- package/lib/clients/mp/dana/switchTab.d.ts +2 -0
- package/lib/clients/mp/dana/switchTab.js +3 -0
- package/lib/clients/mp/dana/tradePay.d.ts +2 -0
- package/lib/clients/mp/dana/tradePay.js +3 -0
- package/lib/clients/mp/dana/uploadFile.d.ts +2 -0
- package/lib/clients/mp/dana/uploadFile.js +3 -0
- package/lib/clients/mp/dana/vibrate.d.ts +2 -0
- package/lib/clients/mp/dana/vibrate.js +3 -0
- package/lib/clients/mp/dana/watchShake.d.ts +2 -0
- package/lib/clients/mp/dana/watchShake.js +3 -0
- package/lib/clients/mp/dana/writeBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp/dana/writeBLECharacteristicValue.js +3 -0
- package/lib/clients/mp/demo/APRegionRPC.d.ts +2 -0
- package/lib/clients/mp/demo/APRegionRPC.js +3 -0
- package/lib/clients/mp/demo/addFatigueAction.d.ts +2 -0
- package/lib/clients/mp/demo/addFatigueAction.js +3 -0
- package/lib/clients/mp/demo/addPhoneContact.d.ts +2 -0
- package/lib/clients/mp/demo/addPhoneContact.js +3 -0
- package/lib/clients/mp/demo/alert.d.ts +2 -0
- package/lib/clients/mp/demo/alert.js +3 -0
- package/lib/clients/mp/demo/apDisableJSAPI.d.ts +2 -0
- package/lib/clients/mp/demo/apDisableJSAPI.js +3 -0
- package/lib/clients/mp/demo/appxrpc.d.ts +2 -0
- package/lib/clients/mp/demo/appxrpc.js +3 -0
- package/lib/clients/mp/demo/batchQueryCdpSpaceInfo.d.ts +2 -0
- package/lib/clients/mp/demo/batchQueryCdpSpaceInfo.js +3 -0
- package/lib/clients/mp/demo/canIUse.d.ts +2 -0
- package/lib/clients/mp/demo/canIUse.js +3 -0
- package/lib/clients/mp/demo/chooseImage.d.ts +2 -0
- package/lib/clients/mp/demo/chooseImage.js +3 -0
- package/lib/clients/mp/demo/choosePhoneContact.d.ts +2 -0
- package/lib/clients/mp/demo/choosePhoneContact.js +3 -0
- package/lib/clients/mp/demo/clearStorage.d.ts +2 -0
- package/lib/clients/mp/demo/clearStorage.js +3 -0
- package/lib/clients/mp/demo/clearStorageSync.d.ts +2 -0
- package/lib/clients/mp/demo/clearStorageSync.js +3 -0
- package/lib/clients/mp/demo/closeBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp/demo/closeBluetoothAdapter.js +3 -0
- package/lib/clients/mp/demo/closeSocket.d.ts +2 -0
- package/lib/clients/mp/demo/closeSocket.js +3 -0
- package/lib/clients/mp/demo/confirm.d.ts +2 -0
- package/lib/clients/mp/demo/confirm.js +3 -0
- package/lib/clients/mp/demo/connectBLEDevice.d.ts +2 -0
- package/lib/clients/mp/demo/connectBLEDevice.js +3 -0
- package/lib/clients/mp/demo/connectSocket.d.ts +2 -0
- package/lib/clients/mp/demo/connectSocket.js +3 -0
- package/lib/clients/mp/demo/createAnimation.d.ts +2 -0
- package/lib/clients/mp/demo/createAnimation.js +3 -0
- package/lib/clients/mp/demo/createSelectorQuery.d.ts +2 -0
- package/lib/clients/mp/demo/createSelectorQuery.js +3 -0
- package/lib/clients/mp/demo/createWebViewContext.d.ts +2 -0
- package/lib/clients/mp/demo/createWebViewContext.js +3 -0
- package/lib/clients/mp/demo/datePicker.d.ts +2 -0
- package/lib/clients/mp/demo/datePicker.js +3 -0
- package/lib/clients/mp/demo/disconnectBLEDevice.d.ts +2 -0
- package/lib/clients/mp/demo/disconnectBLEDevice.js +3 -0
- package/lib/clients/mp/demo/downloadFile.d.ts +2 -0
- package/lib/clients/mp/demo/downloadFile.js +3 -0
- package/lib/clients/mp/demo/exitApp.d.ts +2 -0
- package/lib/clients/mp/demo/exitApp.js +3 -0
- package/lib/clients/mp/demo/getAppIdSync.d.ts +2 -0
- package/lib/clients/mp/demo/getAppIdSync.js +3 -0
- package/lib/clients/mp/demo/getAppToken.d.ts +2 -0
- package/lib/clients/mp/demo/getAppToken.js +3 -0
- package/lib/clients/mp/demo/getAuthCode.d.ts +2 -0
- package/lib/clients/mp/demo/getAuthCode.js +3 -0
- package/lib/clients/mp/demo/getBLEDeviceCharacteristics.d.ts +2 -0
- package/lib/clients/mp/demo/getBLEDeviceCharacteristics.js +3 -0
- package/lib/clients/mp/demo/getBLEDeviceServices.d.ts +2 -0
- package/lib/clients/mp/demo/getBLEDeviceServices.js +3 -0
- package/lib/clients/mp/demo/getBatteryInfo.d.ts +2 -0
- package/lib/clients/mp/demo/getBatteryInfo.js +3 -0
- package/lib/clients/mp/demo/getBluetoothAdapterState.d.ts +2 -0
- package/lib/clients/mp/demo/getBluetoothAdapterState.js +3 -0
- package/lib/clients/mp/demo/getBluetoothDevices.d.ts +2 -0
- package/lib/clients/mp/demo/getBluetoothDevices.js +3 -0
- package/lib/clients/mp/demo/getClipboard.d.ts +2 -0
- package/lib/clients/mp/demo/getClipboard.js +3 -0
- package/lib/clients/mp/demo/getComponentAuth.d.ts +2 -0
- package/lib/clients/mp/demo/getComponentAuth.js +3 -0
- package/lib/clients/mp/demo/getConnectedBluetoothDevices.d.ts +2 -0
- package/lib/clients/mp/demo/getConnectedBluetoothDevices.js +3 -0
- package/lib/clients/mp/demo/getFileInfo.d.ts +2 -0
- package/lib/clients/mp/demo/getFileInfo.js +3 -0
- package/lib/clients/mp/demo/getImageInfo.d.ts +2 -0
- package/lib/clients/mp/demo/getImageInfo.js +3 -0
- package/lib/clients/mp/demo/getLocation.d.ts +2 -0
- package/lib/clients/mp/demo/getLocation.js +3 -0
- package/lib/clients/mp/demo/getNetworkType.d.ts +2 -0
- package/lib/clients/mp/demo/getNetworkType.js +3 -0
- package/lib/clients/mp/demo/getOpenUserInfo.d.ts +2 -0
- package/lib/clients/mp/demo/getOpenUserInfo.js +3 -0
- package/lib/clients/mp/demo/getPaymentCode.d.ts +2 -0
- package/lib/clients/mp/demo/getPaymentCode.js +3 -0
- package/lib/clients/mp/demo/getPhoneNumber.d.ts +2 -0
- package/lib/clients/mp/demo/getPhoneNumber.js +3 -0
- package/lib/clients/mp/demo/getSavedFileInfo.d.ts +2 -0
- package/lib/clients/mp/demo/getSavedFileInfo.js +3 -0
- package/lib/clients/mp/demo/getSavedFileList.d.ts +2 -0
- package/lib/clients/mp/demo/getSavedFileList.js +3 -0
- package/lib/clients/mp/demo/getScreenBrightness.d.ts +2 -0
- package/lib/clients/mp/demo/getScreenBrightness.js +3 -0
- package/lib/clients/mp/demo/getServerTime.d.ts +2 -0
- package/lib/clients/mp/demo/getServerTime.js +3 -0
- package/lib/clients/mp/demo/getSetting.d.ts +2 -0
- package/lib/clients/mp/demo/getSetting.js +3 -0
- package/lib/clients/mp/demo/getSiteInfo.d.ts +2 -0
- package/lib/clients/mp/demo/getSiteInfo.js +3 -0
- package/lib/clients/mp/demo/getStorage.d.ts +2 -0
- package/lib/clients/mp/demo/getStorage.js +3 -0
- package/lib/clients/mp/demo/getStorageInfo.d.ts +2 -0
- package/lib/clients/mp/demo/getStorageInfo.js +3 -0
- package/lib/clients/mp/demo/getStorageInfoSync.d.ts +2 -0
- package/lib/clients/mp/demo/getStorageInfoSync.js +3 -0
- package/lib/clients/mp/demo/getStorageSync.d.ts +2 -0
- package/lib/clients/mp/demo/getStorageSync.js +3 -0
- package/lib/clients/mp/demo/getSystemInfo.d.ts +2 -0
- package/lib/clients/mp/demo/getSystemInfo.js +3 -0
- package/lib/clients/mp/demo/getSystemInfoSync.d.ts +2 -0
- package/lib/clients/mp/demo/getSystemInfoSync.js +3 -0
- package/lib/clients/mp/demo/hideBackHome.d.ts +2 -0
- package/lib/clients/mp/demo/hideBackHome.js +3 -0
- package/lib/clients/mp/demo/hideKeyboard.d.ts +2 -0
- package/lib/clients/mp/demo/hideKeyboard.js +3 -0
- package/lib/clients/mp/demo/hideLoading.d.ts +2 -0
- package/lib/clients/mp/demo/hideLoading.js +3 -0
- package/lib/clients/mp/demo/hideNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp/demo/hideNavigationBarLoading.js +3 -0
- package/lib/clients/mp/demo/hideOptionButton.d.ts +2 -0
- package/lib/clients/mp/demo/hideOptionButton.js +3 -0
- package/lib/clients/mp/demo/hideTabBar.d.ts +2 -0
- package/lib/clients/mp/demo/hideTabBar.js +3 -0
- package/lib/clients/mp/demo/hideToast.d.ts +2 -0
- package/lib/clients/mp/demo/hideToast.js +3 -0
- package/lib/clients/mp/demo/index.d.ts +426 -0
- package/lib/clients/mp/demo/index.js +301 -0
- package/lib/clients/mp/demo/inquireQuote.d.ts +2 -0
- package/lib/clients/mp/demo/inquireQuote.js +3 -0
- package/lib/clients/mp/demo/isInstalledApp.d.ts +2 -0
- package/lib/clients/mp/demo/isInstalledApp.js +3 -0
- package/lib/clients/mp/demo/makePhoneCall.d.ts +2 -0
- package/lib/clients/mp/demo/makePhoneCall.js +3 -0
- package/lib/clients/mp/demo/multiLevelSelect.d.ts +2 -0
- package/lib/clients/mp/demo/multiLevelSelect.js +3 -0
- package/lib/clients/mp/demo/navigateBack.d.ts +2 -0
- package/lib/clients/mp/demo/navigateBack.js +3 -0
- package/lib/clients/mp/demo/navigateBackMiniProgram.d.ts +2 -0
- package/lib/clients/mp/demo/navigateBackMiniProgram.js +3 -0
- package/lib/clients/mp/demo/navigateTo.d.ts +2 -0
- package/lib/clients/mp/demo/navigateTo.js +3 -0
- package/lib/clients/mp/demo/navigateToBizScene.d.ts +2 -0
- package/lib/clients/mp/demo/navigateToBizScene.js +3 -0
- package/lib/clients/mp/demo/navigateToMiniProgram.d.ts +2 -0
- package/lib/clients/mp/demo/navigateToMiniProgram.js +3 -0
- package/lib/clients/mp/demo/notifyBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp/demo/notifyBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp/demo/offAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp/demo/offAccelerometerChange.js +3 -0
- package/lib/clients/mp/demo/offBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp/demo/offBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp/demo/offBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp/demo/offBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp/demo/offBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp/demo/offBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp/demo/offBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp/demo/offBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp/demo/offCompassChange.d.ts +2 -0
- package/lib/clients/mp/demo/offCompassChange.js +3 -0
- package/lib/clients/mp/demo/offMemoryWarning.d.ts +2 -0
- package/lib/clients/mp/demo/offMemoryWarning.js +3 -0
- package/lib/clients/mp/demo/offSocketClose.d.ts +2 -0
- package/lib/clients/mp/demo/offSocketClose.js +3 -0
- package/lib/clients/mp/demo/offSocketError.d.ts +2 -0
- package/lib/clients/mp/demo/offSocketError.js +3 -0
- package/lib/clients/mp/demo/offSocketMessage.d.ts +2 -0
- package/lib/clients/mp/demo/offSocketMessage.js +3 -0
- package/lib/clients/mp/demo/offSocketOpen.d.ts +2 -0
- package/lib/clients/mp/demo/offSocketOpen.js +3 -0
- package/lib/clients/mp/demo/offUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp/demo/offUserCaptureScreen.js +3 -0
- package/lib/clients/mp/demo/onAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp/demo/onAccelerometerChange.js +3 -0
- package/lib/clients/mp/demo/onBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp/demo/onBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp/demo/onBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp/demo/onBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp/demo/onBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp/demo/onBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp/demo/onBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp/demo/onBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp/demo/onCompassChange.d.ts +2 -0
- package/lib/clients/mp/demo/onCompassChange.js +3 -0
- package/lib/clients/mp/demo/onMemoryWarning.d.ts +2 -0
- package/lib/clients/mp/demo/onMemoryWarning.js +3 -0
- package/lib/clients/mp/demo/onSocketClose.d.ts +2 -0
- package/lib/clients/mp/demo/onSocketClose.js +3 -0
- package/lib/clients/mp/demo/onSocketError.d.ts +2 -0
- package/lib/clients/mp/demo/onSocketError.js +3 -0
- package/lib/clients/mp/demo/onSocketMessage.d.ts +2 -0
- package/lib/clients/mp/demo/onSocketMessage.js +3 -0
- package/lib/clients/mp/demo/onSocketOpen.d.ts +2 -0
- package/lib/clients/mp/demo/onSocketOpen.js +3 -0
- package/lib/clients/mp/demo/onUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp/demo/onUserCaptureScreen.js +3 -0
- package/lib/clients/mp/demo/openBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp/demo/openBluetoothAdapter.js +3 -0
- package/lib/clients/mp/demo/openDocument.d.ts +2 -0
- package/lib/clients/mp/demo/openDocument.js +3 -0
- package/lib/clients/mp/demo/openSchemeWithBacking.d.ts +2 -0
- package/lib/clients/mp/demo/openSchemeWithBacking.js +3 -0
- package/lib/clients/mp/demo/openSetting.d.ts +2 -0
- package/lib/clients/mp/demo/openSetting.js +3 -0
- package/lib/clients/mp/demo/pageScrollTo.d.ts +2 -0
- package/lib/clients/mp/demo/pageScrollTo.js +3 -0
- package/lib/clients/mp/demo/paySignCenter.d.ts +2 -0
- package/lib/clients/mp/demo/paySignCenter.js +3 -0
- package/lib/clients/mp/demo/previewImage.d.ts +2 -0
- package/lib/clients/mp/demo/previewImage.js +3 -0
- package/lib/clients/mp/demo/prompt.d.ts +2 -0
- package/lib/clients/mp/demo/prompt.js +3 -0
- package/lib/clients/mp/demo/reLaunch.d.ts +2 -0
- package/lib/clients/mp/demo/reLaunch.js +3 -0
- package/lib/clients/mp/demo/readBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp/demo/readBLECharacteristicValue.js +3 -0
- package/lib/clients/mp/demo/redirectTo.d.ts +2 -0
- package/lib/clients/mp/demo/redirectTo.js +3 -0
- package/lib/clients/mp/demo/regionFetchAllApps.d.ts +2 -0
- package/lib/clients/mp/demo/regionFetchAllApps.js +3 -0
- package/lib/clients/mp/demo/regionSearchAppsByKeywords.d.ts +2 -0
- package/lib/clients/mp/demo/regionSearchAppsByKeywords.js +3 -0
- package/lib/clients/mp/demo/removeSavedFile.d.ts +2 -0
- package/lib/clients/mp/demo/removeSavedFile.js +3 -0
- package/lib/clients/mp/demo/removeStorage.d.ts +2 -0
- package/lib/clients/mp/demo/removeStorage.js +3 -0
- package/lib/clients/mp/demo/removeStorageSync.d.ts +2 -0
- package/lib/clients/mp/demo/removeStorageSync.js +3 -0
- package/lib/clients/mp/demo/request.d.ts +2 -0
- package/lib/clients/mp/demo/request.js +3 -0
- package/lib/clients/mp/demo/rpc.d.ts +2 -0
- package/lib/clients/mp/demo/rpc.js +3 -0
- package/lib/clients/mp/demo/saveFile.d.ts +2 -0
- package/lib/clients/mp/demo/saveFile.js +3 -0
- package/lib/clients/mp/demo/saveImage.d.ts +2 -0
- package/lib/clients/mp/demo/saveImage.js +3 -0
- package/lib/clients/mp/demo/scan.d.ts +2 -0
- package/lib/clients/mp/demo/scan.js +3 -0
- package/lib/clients/mp/demo/sendSocketMessage.d.ts +2 -0
- package/lib/clients/mp/demo/sendSocketMessage.js +3 -0
- package/lib/clients/mp/demo/setBackgroundColor.d.ts +2 -0
- package/lib/clients/mp/demo/setBackgroundColor.js +3 -0
- package/lib/clients/mp/demo/setCanPullDown.d.ts +2 -0
- package/lib/clients/mp/demo/setCanPullDown.js +3 -0
- package/lib/clients/mp/demo/setClipboard.d.ts +2 -0
- package/lib/clients/mp/demo/setClipboard.js +3 -0
- package/lib/clients/mp/demo/setKeepScreenOn.d.ts +2 -0
- package/lib/clients/mp/demo/setKeepScreenOn.js +3 -0
- package/lib/clients/mp/demo/setNavigationBar.d.ts +2 -0
- package/lib/clients/mp/demo/setNavigationBar.js +3 -0
- package/lib/clients/mp/demo/setOptionMenu.d.ts +2 -0
- package/lib/clients/mp/demo/setOptionMenu.js +3 -0
- package/lib/clients/mp/demo/setScreenBrightness.d.ts +2 -0
- package/lib/clients/mp/demo/setScreenBrightness.js +3 -0
- package/lib/clients/mp/demo/setStorage.d.ts +2 -0
- package/lib/clients/mp/demo/setStorage.js +3 -0
- package/lib/clients/mp/demo/setStorageSync.d.ts +2 -0
- package/lib/clients/mp/demo/setStorageSync.js +3 -0
- package/lib/clients/mp/demo/setTabBarStyle.d.ts +2 -0
- package/lib/clients/mp/demo/setTabBarStyle.js +3 -0
- package/lib/clients/mp/demo/showActionSheet.d.ts +2 -0
- package/lib/clients/mp/demo/showActionSheet.js +3 -0
- package/lib/clients/mp/demo/showAuthGuide.d.ts +2 -0
- package/lib/clients/mp/demo/showAuthGuide.js +3 -0
- package/lib/clients/mp/demo/showLoading.d.ts +2 -0
- package/lib/clients/mp/demo/showLoading.js +3 -0
- package/lib/clients/mp/demo/showNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp/demo/showNavigationBarLoading.js +3 -0
- package/lib/clients/mp/demo/showSharePanel.d.ts +2 -0
- package/lib/clients/mp/demo/showSharePanel.js +3 -0
- package/lib/clients/mp/demo/showToast.d.ts +2 -0
- package/lib/clients/mp/demo/showToast.js +3 -0
- package/lib/clients/mp/demo/signContract.d.ts +2 -0
- package/lib/clients/mp/demo/signContract.js +3 -0
- package/lib/clients/mp/demo/startApp.d.ts +2 -0
- package/lib/clients/mp/demo/startApp.js +3 -0
- package/lib/clients/mp/demo/startBizService.d.ts +2 -0
- package/lib/clients/mp/demo/startBizService.js +3 -0
- package/lib/clients/mp/demo/startBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp/demo/startBluetoothDevicesDiscovery.js +3 -0
- package/lib/clients/mp/demo/startPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp/demo/startPullDownRefresh.js +3 -0
- package/lib/clients/mp/demo/stopBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp/demo/stopBluetoothDevicesDiscovery.js +3 -0
- package/lib/clients/mp/demo/stopPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp/demo/stopPullDownRefresh.js +3 -0
- package/lib/clients/mp/demo/switchTab.d.ts +2 -0
- package/lib/clients/mp/demo/switchTab.js +3 -0
- package/lib/clients/mp/demo/thirdPartyAuthForAc.d.ts +2 -0
- package/lib/clients/mp/demo/thirdPartyAuthForAc.js +3 -0
- package/lib/clients/mp/demo/tradePay.d.ts +2 -0
- package/lib/clients/mp/demo/tradePay.js +3 -0
- package/lib/clients/mp/demo/uploadApdidToken.d.ts +2 -0
- package/lib/clients/mp/demo/uploadApdidToken.js +3 -0
- package/lib/clients/mp/demo/uploadFile.d.ts +2 -0
- package/lib/clients/mp/demo/uploadFile.js +3 -0
- package/lib/clients/mp/demo/vibrate.d.ts +2 -0
- package/lib/clients/mp/demo/vibrate.js +3 -0
- package/lib/clients/mp/demo/watchShake.d.ts +2 -0
- package/lib/clients/mp/demo/watchShake.js +3 -0
- package/lib/clients/mp/demo/writeBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp/demo/writeBLECharacteristicValue.js +3 -0
- package/lib/clients/mp/gcash/addPhoneContact.d.ts +2 -0
- package/lib/clients/mp/gcash/addPhoneContact.js +3 -0
- package/lib/clients/mp/gcash/alert.d.ts +2 -0
- package/lib/clients/mp/gcash/alert.js +3 -0
- package/lib/clients/mp/gcash/canIUse.d.ts +2 -0
- package/lib/clients/mp/gcash/canIUse.js +3 -0
- package/lib/clients/mp/gcash/chooseImage.d.ts +2 -0
- package/lib/clients/mp/gcash/chooseImage.js +3 -0
- package/lib/clients/mp/gcash/choosePhoneContact.d.ts +2 -0
- package/lib/clients/mp/gcash/choosePhoneContact.js +3 -0
- package/lib/clients/mp/gcash/clearStorage.d.ts +2 -0
- package/lib/clients/mp/gcash/clearStorage.js +3 -0
- package/lib/clients/mp/gcash/clearStorageSync.d.ts +2 -0
- package/lib/clients/mp/gcash/clearStorageSync.js +3 -0
- package/lib/clients/mp/gcash/closeBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp/gcash/closeBluetoothAdapter.js +3 -0
- package/lib/clients/mp/gcash/closeSocket.d.ts +2 -0
- package/lib/clients/mp/gcash/closeSocket.js +3 -0
- package/lib/clients/mp/gcash/confirm.d.ts +2 -0
- package/lib/clients/mp/gcash/confirm.js +3 -0
- package/lib/clients/mp/gcash/connectBLEDevice.d.ts +2 -0
- package/lib/clients/mp/gcash/connectBLEDevice.js +3 -0
- package/lib/clients/mp/gcash/connectSocket.d.ts +2 -0
- package/lib/clients/mp/gcash/connectSocket.js +3 -0
- package/lib/clients/mp/gcash/createAnimation.d.ts +2 -0
- package/lib/clients/mp/gcash/createAnimation.js +3 -0
- package/lib/clients/mp/gcash/createSelectorQuery.d.ts +2 -0
- package/lib/clients/mp/gcash/createSelectorQuery.js +3 -0
- package/lib/clients/mp/gcash/createWebViewContext.d.ts +2 -0
- package/lib/clients/mp/gcash/createWebViewContext.js +3 -0
- package/lib/clients/mp/gcash/datePicker.d.ts +2 -0
- package/lib/clients/mp/gcash/datePicker.js +3 -0
- package/lib/clients/mp/gcash/disconnectBLEDevice.d.ts +2 -0
- package/lib/clients/mp/gcash/disconnectBLEDevice.js +3 -0
- package/lib/clients/mp/gcash/downloadFile.d.ts +2 -0
- package/lib/clients/mp/gcash/downloadFile.js +3 -0
- package/lib/clients/mp/gcash/getAppIdSync.d.ts +2 -0
- package/lib/clients/mp/gcash/getAppIdSync.js +3 -0
- package/lib/clients/mp/gcash/getAuthCode.d.ts +2 -0
- package/lib/clients/mp/gcash/getAuthCode.js +3 -0
- package/lib/clients/mp/gcash/getBLEDeviceCharacteristics.d.ts +2 -0
- package/lib/clients/mp/gcash/getBLEDeviceCharacteristics.js +3 -0
- package/lib/clients/mp/gcash/getBLEDeviceServices.d.ts +2 -0
- package/lib/clients/mp/gcash/getBLEDeviceServices.js +3 -0
- package/lib/clients/mp/gcash/getBatteryInfo.d.ts +2 -0
- package/lib/clients/mp/gcash/getBatteryInfo.js +3 -0
- package/lib/clients/mp/gcash/getBluetoothAdapterState.d.ts +2 -0
- package/lib/clients/mp/gcash/getBluetoothAdapterState.js +3 -0
- package/lib/clients/mp/gcash/getBluetoothDevices.d.ts +2 -0
- package/lib/clients/mp/gcash/getBluetoothDevices.js +3 -0
- package/lib/clients/mp/gcash/getClipboard.d.ts +2 -0
- package/lib/clients/mp/gcash/getClipboard.js +3 -0
- package/lib/clients/mp/gcash/getConnectedBluetoothDevices.d.ts +2 -0
- package/lib/clients/mp/gcash/getConnectedBluetoothDevices.js +3 -0
- package/lib/clients/mp/gcash/getFileInfo.d.ts +2 -0
- package/lib/clients/mp/gcash/getFileInfo.js +3 -0
- package/lib/clients/mp/gcash/getImageInfo.d.ts +2 -0
- package/lib/clients/mp/gcash/getImageInfo.js +3 -0
- package/lib/clients/mp/gcash/getLocation.d.ts +2 -0
- package/lib/clients/mp/gcash/getLocation.js +3 -0
- package/lib/clients/mp/gcash/getNetworkType.d.ts +2 -0
- package/lib/clients/mp/gcash/getNetworkType.js +3 -0
- package/lib/clients/mp/gcash/getOpenUserInfo.d.ts +2 -0
- package/lib/clients/mp/gcash/getOpenUserInfo.js +3 -0
- package/lib/clients/mp/gcash/getSavedFileInfo.d.ts +2 -0
- package/lib/clients/mp/gcash/getSavedFileInfo.js +3 -0
- package/lib/clients/mp/gcash/getSavedFileList.d.ts +2 -0
- package/lib/clients/mp/gcash/getSavedFileList.js +3 -0
- package/lib/clients/mp/gcash/getScreenBrightness.d.ts +2 -0
- package/lib/clients/mp/gcash/getScreenBrightness.js +3 -0
- package/lib/clients/mp/gcash/getServerTime.d.ts +2 -0
- package/lib/clients/mp/gcash/getServerTime.js +3 -0
- package/lib/clients/mp/gcash/getSetting.d.ts +2 -0
- package/lib/clients/mp/gcash/getSetting.js +3 -0
- package/lib/clients/mp/gcash/getSiteInfo.d.ts +2 -0
- package/lib/clients/mp/gcash/getSiteInfo.js +3 -0
- package/lib/clients/mp/gcash/getStorage.d.ts +2 -0
- package/lib/clients/mp/gcash/getStorage.js +3 -0
- package/lib/clients/mp/gcash/getStorageSync.d.ts +2 -0
- package/lib/clients/mp/gcash/getStorageSync.js +3 -0
- package/lib/clients/mp/gcash/getSystemInfo.d.ts +2 -0
- package/lib/clients/mp/gcash/getSystemInfo.js +3 -0
- package/lib/clients/mp/gcash/getSystemInfoSync.d.ts +2 -0
- package/lib/clients/mp/gcash/getSystemInfoSync.js +3 -0
- package/lib/clients/mp/gcash/hideBackHome.d.ts +2 -0
- package/lib/clients/mp/gcash/hideBackHome.js +3 -0
- package/lib/clients/mp/gcash/hideKeyboard.d.ts +2 -0
- package/lib/clients/mp/gcash/hideKeyboard.js +3 -0
- package/lib/clients/mp/gcash/hideLoading.d.ts +2 -0
- package/lib/clients/mp/gcash/hideLoading.js +3 -0
- package/lib/clients/mp/gcash/hideNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp/gcash/hideNavigationBarLoading.js +3 -0
- package/lib/clients/mp/gcash/hideTabBar.d.ts +2 -0
- package/lib/clients/mp/gcash/hideTabBar.js +3 -0
- package/lib/clients/mp/gcash/hideToast.d.ts +2 -0
- package/lib/clients/mp/gcash/hideToast.js +3 -0
- package/lib/clients/mp/gcash/index.d.ts +369 -0
- package/lib/clients/mp/gcash/index.js +249 -0
- package/lib/clients/mp/gcash/makePhoneCall.d.ts +2 -0
- package/lib/clients/mp/gcash/makePhoneCall.js +3 -0
- package/lib/clients/mp/gcash/multiLevelSelect.d.ts +2 -0
- package/lib/clients/mp/gcash/multiLevelSelect.js +3 -0
- package/lib/clients/mp/gcash/navigateBack.d.ts +2 -0
- package/lib/clients/mp/gcash/navigateBack.js +3 -0
- package/lib/clients/mp/gcash/navigateBackMiniProgram.d.ts +2 -0
- package/lib/clients/mp/gcash/navigateBackMiniProgram.js +3 -0
- package/lib/clients/mp/gcash/navigateTo.d.ts +2 -0
- package/lib/clients/mp/gcash/navigateTo.js +3 -0
- package/lib/clients/mp/gcash/navigateToMiniProgram.d.ts +2 -0
- package/lib/clients/mp/gcash/navigateToMiniProgram.js +3 -0
- package/lib/clients/mp/gcash/notifyBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp/gcash/notifyBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp/gcash/offAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp/gcash/offAccelerometerChange.js +3 -0
- package/lib/clients/mp/gcash/offBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp/gcash/offBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp/gcash/offBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp/gcash/offBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp/gcash/offBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp/gcash/offBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp/gcash/offBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp/gcash/offBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp/gcash/offCompassChange.d.ts +2 -0
- package/lib/clients/mp/gcash/offCompassChange.js +3 -0
- package/lib/clients/mp/gcash/offMemoryWarning.d.ts +2 -0
- package/lib/clients/mp/gcash/offMemoryWarning.js +3 -0
- package/lib/clients/mp/gcash/offSocketClose.d.ts +2 -0
- package/lib/clients/mp/gcash/offSocketClose.js +3 -0
- package/lib/clients/mp/gcash/offSocketError.d.ts +2 -0
- package/lib/clients/mp/gcash/offSocketError.js +3 -0
- package/lib/clients/mp/gcash/offSocketMessage.d.ts +2 -0
- package/lib/clients/mp/gcash/offSocketMessage.js +3 -0
- package/lib/clients/mp/gcash/offSocketOpen.d.ts +2 -0
- package/lib/clients/mp/gcash/offSocketOpen.js +3 -0
- package/lib/clients/mp/gcash/offUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp/gcash/offUserCaptureScreen.js +3 -0
- package/lib/clients/mp/gcash/onAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp/gcash/onAccelerometerChange.js +3 -0
- package/lib/clients/mp/gcash/onBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp/gcash/onBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp/gcash/onBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp/gcash/onBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp/gcash/onBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp/gcash/onBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp/gcash/onBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp/gcash/onBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp/gcash/onCompassChange.d.ts +2 -0
- package/lib/clients/mp/gcash/onCompassChange.js +3 -0
- package/lib/clients/mp/gcash/onMemoryWarning.d.ts +2 -0
- package/lib/clients/mp/gcash/onMemoryWarning.js +3 -0
- package/lib/clients/mp/gcash/onSocketClose.d.ts +2 -0
- package/lib/clients/mp/gcash/onSocketClose.js +3 -0
- package/lib/clients/mp/gcash/onSocketError.d.ts +2 -0
- package/lib/clients/mp/gcash/onSocketError.js +3 -0
- package/lib/clients/mp/gcash/onSocketMessage.d.ts +2 -0
- package/lib/clients/mp/gcash/onSocketMessage.js +3 -0
- package/lib/clients/mp/gcash/onSocketOpen.d.ts +2 -0
- package/lib/clients/mp/gcash/onSocketOpen.js +3 -0
- package/lib/clients/mp/gcash/onUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp/gcash/onUserCaptureScreen.js +3 -0
- package/lib/clients/mp/gcash/openBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp/gcash/openBluetoothAdapter.js +3 -0
- package/lib/clients/mp/gcash/openDocument.d.ts +2 -0
- package/lib/clients/mp/gcash/openDocument.js +3 -0
- package/lib/clients/mp/gcash/openSetting.d.ts +2 -0
- package/lib/clients/mp/gcash/openSetting.js +3 -0
- package/lib/clients/mp/gcash/pageScrollTo.d.ts +2 -0
- package/lib/clients/mp/gcash/pageScrollTo.js +3 -0
- package/lib/clients/mp/gcash/previewImage.d.ts +2 -0
- package/lib/clients/mp/gcash/previewImage.js +3 -0
- package/lib/clients/mp/gcash/prompt.d.ts +2 -0
- package/lib/clients/mp/gcash/prompt.js +3 -0
- package/lib/clients/mp/gcash/reLaunch.d.ts +2 -0
- package/lib/clients/mp/gcash/reLaunch.js +3 -0
- package/lib/clients/mp/gcash/readBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp/gcash/readBLECharacteristicValue.js +3 -0
- package/lib/clients/mp/gcash/redirectTo.d.ts +2 -0
- package/lib/clients/mp/gcash/redirectTo.js +3 -0
- package/lib/clients/mp/gcash/removeSavedFile.d.ts +2 -0
- package/lib/clients/mp/gcash/removeSavedFile.js +3 -0
- package/lib/clients/mp/gcash/removeStorage.d.ts +2 -0
- package/lib/clients/mp/gcash/removeStorage.js +3 -0
- package/lib/clients/mp/gcash/removeStorageSync.d.ts +2 -0
- package/lib/clients/mp/gcash/removeStorageSync.js +3 -0
- package/lib/clients/mp/gcash/request.d.ts +2 -0
- package/lib/clients/mp/gcash/request.js +3 -0
- package/lib/clients/mp/gcash/saveFile.d.ts +2 -0
- package/lib/clients/mp/gcash/saveFile.js +3 -0
- package/lib/clients/mp/gcash/saveImage.d.ts +2 -0
- package/lib/clients/mp/gcash/saveImage.js +3 -0
- package/lib/clients/mp/gcash/scan.d.ts +2 -0
- package/lib/clients/mp/gcash/scan.js +3 -0
- package/lib/clients/mp/gcash/sendSocketMessage.d.ts +2 -0
- package/lib/clients/mp/gcash/sendSocketMessage.js +3 -0
- package/lib/clients/mp/gcash/setBackgroundColor.d.ts +2 -0
- package/lib/clients/mp/gcash/setBackgroundColor.js +3 -0
- package/lib/clients/mp/gcash/setCanPullDown.d.ts +2 -0
- package/lib/clients/mp/gcash/setCanPullDown.js +3 -0
- package/lib/clients/mp/gcash/setClipboard.d.ts +2 -0
- package/lib/clients/mp/gcash/setClipboard.js +3 -0
- package/lib/clients/mp/gcash/setKeepScreenOn.d.ts +2 -0
- package/lib/clients/mp/gcash/setKeepScreenOn.js +3 -0
- package/lib/clients/mp/gcash/setNavigationBar.d.ts +2 -0
- package/lib/clients/mp/gcash/setNavigationBar.js +3 -0
- package/lib/clients/mp/gcash/setScreenBrightness.d.ts +2 -0
- package/lib/clients/mp/gcash/setScreenBrightness.js +3 -0
- package/lib/clients/mp/gcash/setStorage.d.ts +2 -0
- package/lib/clients/mp/gcash/setStorage.js +3 -0
- package/lib/clients/mp/gcash/setStorageSync.d.ts +2 -0
- package/lib/clients/mp/gcash/setStorageSync.js +3 -0
- package/lib/clients/mp/gcash/setTabBarStyle.d.ts +2 -0
- package/lib/clients/mp/gcash/setTabBarStyle.js +3 -0
- package/lib/clients/mp/gcash/showActionSheet.d.ts +2 -0
- package/lib/clients/mp/gcash/showActionSheet.js +3 -0
- package/lib/clients/mp/gcash/showAuthGuide.d.ts +2 -0
- package/lib/clients/mp/gcash/showAuthGuide.js +3 -0
- package/lib/clients/mp/gcash/showLoading.d.ts +2 -0
- package/lib/clients/mp/gcash/showLoading.js +3 -0
- package/lib/clients/mp/gcash/showNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp/gcash/showNavigationBarLoading.js +3 -0
- package/lib/clients/mp/gcash/showSharePanel.d.ts +2 -0
- package/lib/clients/mp/gcash/showSharePanel.js +3 -0
- package/lib/clients/mp/gcash/showToast.d.ts +2 -0
- package/lib/clients/mp/gcash/showToast.js +3 -0
- package/lib/clients/mp/gcash/signContract.d.ts +2 -0
- package/lib/clients/mp/gcash/signContract.js +3 -0
- package/lib/clients/mp/gcash/startBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp/gcash/startBluetoothDevicesDiscovery.js +3 -0
- package/lib/clients/mp/gcash/startPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp/gcash/startPullDownRefresh.js +3 -0
- package/lib/clients/mp/gcash/stopBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp/gcash/stopBluetoothDevicesDiscovery.js +3 -0
- package/lib/clients/mp/gcash/stopPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp/gcash/stopPullDownRefresh.js +3 -0
- package/lib/clients/mp/gcash/switchTab.d.ts +2 -0
- package/lib/clients/mp/gcash/switchTab.js +3 -0
- package/lib/clients/mp/gcash/tradePay.d.ts +2 -0
- package/lib/clients/mp/gcash/tradePay.js +3 -0
- package/lib/clients/mp/gcash/uploadFile.d.ts +2 -0
- package/lib/clients/mp/gcash/uploadFile.js +3 -0
- package/lib/clients/mp/gcash/vibrate.d.ts +2 -0
- package/lib/clients/mp/gcash/vibrate.js +3 -0
- package/lib/clients/mp/gcash/watchShake.d.ts +2 -0
- package/lib/clients/mp/gcash/watchShake.js +3 -0
- package/lib/clients/mp/gcash/writeBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp/gcash/writeBLECharacteristicValue.js +3 -0
- package/lib/clients/mp/tngd/addPhoneContact.d.ts +2 -0
- package/lib/clients/mp/tngd/addPhoneContact.js +3 -0
- package/lib/clients/mp/tngd/alert.d.ts +2 -0
- package/lib/clients/mp/tngd/alert.js +3 -0
- package/lib/clients/mp/tngd/canIUse.d.ts +2 -0
- package/lib/clients/mp/tngd/canIUse.js +3 -0
- package/lib/clients/mp/tngd/chooseImage.d.ts +2 -0
- package/lib/clients/mp/tngd/chooseImage.js +3 -0
- package/lib/clients/mp/tngd/choosePhoneContact.d.ts +2 -0
- package/lib/clients/mp/tngd/choosePhoneContact.js +3 -0
- package/lib/clients/mp/tngd/clearStorage.d.ts +2 -0
- package/lib/clients/mp/tngd/clearStorage.js +3 -0
- package/lib/clients/mp/tngd/clearStorageSync.d.ts +2 -0
- package/lib/clients/mp/tngd/clearStorageSync.js +3 -0
- package/lib/clients/mp/tngd/closeBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp/tngd/closeBluetoothAdapter.js +3 -0
- package/lib/clients/mp/tngd/closeSocket.d.ts +2 -0
- package/lib/clients/mp/tngd/closeSocket.js +3 -0
- package/lib/clients/mp/tngd/confirm.d.ts +2 -0
- package/lib/clients/mp/tngd/confirm.js +3 -0
- package/lib/clients/mp/tngd/connectBLEDevice.d.ts +2 -0
- package/lib/clients/mp/tngd/connectBLEDevice.js +3 -0
- package/lib/clients/mp/tngd/connectSocket.d.ts +2 -0
- package/lib/clients/mp/tngd/connectSocket.js +3 -0
- package/lib/clients/mp/tngd/createAnimation.d.ts +2 -0
- package/lib/clients/mp/tngd/createAnimation.js +3 -0
- package/lib/clients/mp/tngd/createSelectorQuery.d.ts +2 -0
- package/lib/clients/mp/tngd/createSelectorQuery.js +3 -0
- package/lib/clients/mp/tngd/createWebViewContext.d.ts +2 -0
- package/lib/clients/mp/tngd/createWebViewContext.js +3 -0
- package/lib/clients/mp/tngd/datePicker.d.ts +2 -0
- package/lib/clients/mp/tngd/datePicker.js +3 -0
- package/lib/clients/mp/tngd/disconnectBLEDevice.d.ts +2 -0
- package/lib/clients/mp/tngd/disconnectBLEDevice.js +3 -0
- package/lib/clients/mp/tngd/downloadFile.d.ts +2 -0
- package/lib/clients/mp/tngd/downloadFile.js +3 -0
- package/lib/clients/mp/tngd/getAppIdSync.d.ts +2 -0
- package/lib/clients/mp/tngd/getAppIdSync.js +3 -0
- package/lib/clients/mp/tngd/getAuthCode.d.ts +2 -0
- package/lib/clients/mp/tngd/getAuthCode.js +3 -0
- package/lib/clients/mp/tngd/getBLEDeviceCharacteristics.d.ts +2 -0
- package/lib/clients/mp/tngd/getBLEDeviceCharacteristics.js +3 -0
- package/lib/clients/mp/tngd/getBLEDeviceServices.d.ts +2 -0
- package/lib/clients/mp/tngd/getBLEDeviceServices.js +3 -0
- package/lib/clients/mp/tngd/getBatteryInfo.d.ts +2 -0
- package/lib/clients/mp/tngd/getBatteryInfo.js +3 -0
- package/lib/clients/mp/tngd/getBluetoothAdapterState.d.ts +2 -0
- package/lib/clients/mp/tngd/getBluetoothAdapterState.js +3 -0
- package/lib/clients/mp/tngd/getBluetoothDevices.d.ts +2 -0
- package/lib/clients/mp/tngd/getBluetoothDevices.js +3 -0
- package/lib/clients/mp/tngd/getClipboard.d.ts +2 -0
- package/lib/clients/mp/tngd/getClipboard.js +3 -0
- package/lib/clients/mp/tngd/getConnectedBluetoothDevices.d.ts +2 -0
- package/lib/clients/mp/tngd/getConnectedBluetoothDevices.js +3 -0
- package/lib/clients/mp/tngd/getFileInfo.d.ts +2 -0
- package/lib/clients/mp/tngd/getFileInfo.js +3 -0
- package/lib/clients/mp/tngd/getImageInfo.d.ts +2 -0
- package/lib/clients/mp/tngd/getImageInfo.js +3 -0
- package/lib/clients/mp/tngd/getLocation.d.ts +2 -0
- package/lib/clients/mp/tngd/getLocation.js +3 -0
- package/lib/clients/mp/tngd/getNetworkType.d.ts +2 -0
- package/lib/clients/mp/tngd/getNetworkType.js +3 -0
- package/lib/clients/mp/tngd/getOpenUserInfo.d.ts +2 -0
- package/lib/clients/mp/tngd/getOpenUserInfo.js +3 -0
- package/lib/clients/mp/tngd/getSavedFileInfo.d.ts +2 -0
- package/lib/clients/mp/tngd/getSavedFileInfo.js +3 -0
- package/lib/clients/mp/tngd/getSavedFileList.d.ts +2 -0
- package/lib/clients/mp/tngd/getSavedFileList.js +3 -0
- package/lib/clients/mp/tngd/getScreenBrightness.d.ts +2 -0
- package/lib/clients/mp/tngd/getScreenBrightness.js +3 -0
- package/lib/clients/mp/tngd/getServerTime.d.ts +2 -0
- package/lib/clients/mp/tngd/getServerTime.js +3 -0
- package/lib/clients/mp/tngd/getSetting.d.ts +2 -0
- package/lib/clients/mp/tngd/getSetting.js +3 -0
- package/lib/clients/mp/tngd/getSiteInfo.d.ts +2 -0
- package/lib/clients/mp/tngd/getSiteInfo.js +3 -0
- package/lib/clients/mp/tngd/getStorage.d.ts +2 -0
- package/lib/clients/mp/tngd/getStorage.js +3 -0
- package/lib/clients/mp/tngd/getStorageSync.d.ts +2 -0
- package/lib/clients/mp/tngd/getStorageSync.js +3 -0
- package/lib/clients/mp/tngd/getSystemInfo.d.ts +2 -0
- package/lib/clients/mp/tngd/getSystemInfo.js +3 -0
- package/lib/clients/mp/tngd/getSystemInfoSync.d.ts +2 -0
- package/lib/clients/mp/tngd/getSystemInfoSync.js +3 -0
- package/lib/clients/mp/tngd/hideBackHome.d.ts +2 -0
- package/lib/clients/mp/tngd/hideBackHome.js +3 -0
- package/lib/clients/mp/tngd/hideKeyboard.d.ts +2 -0
- package/lib/clients/mp/tngd/hideKeyboard.js +3 -0
- package/lib/clients/mp/tngd/hideLoading.d.ts +2 -0
- package/lib/clients/mp/tngd/hideLoading.js +3 -0
- package/lib/clients/mp/tngd/hideNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp/tngd/hideNavigationBarLoading.js +3 -0
- package/lib/clients/mp/tngd/hideTabBar.d.ts +2 -0
- package/lib/clients/mp/tngd/hideTabBar.js +3 -0
- package/lib/clients/mp/tngd/hideToast.d.ts +2 -0
- package/lib/clients/mp/tngd/hideToast.js +3 -0
- package/lib/clients/mp/tngd/index.d.ts +369 -0
- package/lib/clients/mp/tngd/index.js +249 -0
- package/lib/clients/mp/tngd/makePhoneCall.d.ts +2 -0
- package/lib/clients/mp/tngd/makePhoneCall.js +3 -0
- package/lib/clients/mp/tngd/multiLevelSelect.d.ts +2 -0
- package/lib/clients/mp/tngd/multiLevelSelect.js +3 -0
- package/lib/clients/mp/tngd/navigateBack.d.ts +2 -0
- package/lib/clients/mp/tngd/navigateBack.js +3 -0
- package/lib/clients/mp/tngd/navigateBackMiniProgram.d.ts +2 -0
- package/lib/clients/mp/tngd/navigateBackMiniProgram.js +3 -0
- package/lib/clients/mp/tngd/navigateTo.d.ts +2 -0
- package/lib/clients/mp/tngd/navigateTo.js +3 -0
- package/lib/clients/mp/tngd/navigateToMiniProgram.d.ts +2 -0
- package/lib/clients/mp/tngd/navigateToMiniProgram.js +3 -0
- package/lib/clients/mp/tngd/notifyBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp/tngd/notifyBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp/tngd/offAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp/tngd/offAccelerometerChange.js +3 -0
- package/lib/clients/mp/tngd/offBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp/tngd/offBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp/tngd/offBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp/tngd/offBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp/tngd/offBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp/tngd/offBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp/tngd/offBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp/tngd/offBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp/tngd/offCompassChange.d.ts +2 -0
- package/lib/clients/mp/tngd/offCompassChange.js +3 -0
- package/lib/clients/mp/tngd/offMemoryWarning.d.ts +2 -0
- package/lib/clients/mp/tngd/offMemoryWarning.js +3 -0
- package/lib/clients/mp/tngd/offSocketClose.d.ts +2 -0
- package/lib/clients/mp/tngd/offSocketClose.js +3 -0
- package/lib/clients/mp/tngd/offSocketError.d.ts +2 -0
- package/lib/clients/mp/tngd/offSocketError.js +3 -0
- package/lib/clients/mp/tngd/offSocketMessage.d.ts +2 -0
- package/lib/clients/mp/tngd/offSocketMessage.js +3 -0
- package/lib/clients/mp/tngd/offSocketOpen.d.ts +2 -0
- package/lib/clients/mp/tngd/offSocketOpen.js +3 -0
- package/lib/clients/mp/tngd/offUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp/tngd/offUserCaptureScreen.js +3 -0
- package/lib/clients/mp/tngd/onAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp/tngd/onAccelerometerChange.js +3 -0
- package/lib/clients/mp/tngd/onBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp/tngd/onBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp/tngd/onBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp/tngd/onBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp/tngd/onBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp/tngd/onBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp/tngd/onBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp/tngd/onBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp/tngd/onCompassChange.d.ts +2 -0
- package/lib/clients/mp/tngd/onCompassChange.js +3 -0
- package/lib/clients/mp/tngd/onMemoryWarning.d.ts +2 -0
- package/lib/clients/mp/tngd/onMemoryWarning.js +3 -0
- package/lib/clients/mp/tngd/onSocketClose.d.ts +2 -0
- package/lib/clients/mp/tngd/onSocketClose.js +3 -0
- package/lib/clients/mp/tngd/onSocketError.d.ts +2 -0
- package/lib/clients/mp/tngd/onSocketError.js +3 -0
- package/lib/clients/mp/tngd/onSocketMessage.d.ts +2 -0
- package/lib/clients/mp/tngd/onSocketMessage.js +3 -0
- package/lib/clients/mp/tngd/onSocketOpen.d.ts +2 -0
- package/lib/clients/mp/tngd/onSocketOpen.js +3 -0
- package/lib/clients/mp/tngd/onUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp/tngd/onUserCaptureScreen.js +3 -0
- package/lib/clients/mp/tngd/openBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp/tngd/openBluetoothAdapter.js +3 -0
- package/lib/clients/mp/tngd/openDocument.d.ts +2 -0
- package/lib/clients/mp/tngd/openDocument.js +3 -0
- package/lib/clients/mp/tngd/openSetting.d.ts +2 -0
- package/lib/clients/mp/tngd/openSetting.js +3 -0
- package/lib/clients/mp/tngd/pageScrollTo.d.ts +2 -0
- package/lib/clients/mp/tngd/pageScrollTo.js +3 -0
- package/lib/clients/mp/tngd/previewImage.d.ts +2 -0
- package/lib/clients/mp/tngd/previewImage.js +3 -0
- package/lib/clients/mp/tngd/prompt.d.ts +2 -0
- package/lib/clients/mp/tngd/prompt.js +3 -0
- package/lib/clients/mp/tngd/reLaunch.d.ts +2 -0
- package/lib/clients/mp/tngd/reLaunch.js +3 -0
- package/lib/clients/mp/tngd/readBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp/tngd/readBLECharacteristicValue.js +3 -0
- package/lib/clients/mp/tngd/redirectTo.d.ts +2 -0
- package/lib/clients/mp/tngd/redirectTo.js +3 -0
- package/lib/clients/mp/tngd/removeSavedFile.d.ts +2 -0
- package/lib/clients/mp/tngd/removeSavedFile.js +3 -0
- package/lib/clients/mp/tngd/removeStorage.d.ts +2 -0
- package/lib/clients/mp/tngd/removeStorage.js +3 -0
- package/lib/clients/mp/tngd/removeStorageSync.d.ts +2 -0
- package/lib/clients/mp/tngd/removeStorageSync.js +3 -0
- package/lib/clients/mp/tngd/request.d.ts +2 -0
- package/lib/clients/mp/tngd/request.js +3 -0
- package/lib/clients/mp/tngd/saveFile.d.ts +2 -0
- package/lib/clients/mp/tngd/saveFile.js +3 -0
- package/lib/clients/mp/tngd/saveImage.d.ts +2 -0
- package/lib/clients/mp/tngd/saveImage.js +3 -0
- package/lib/clients/mp/tngd/scan.d.ts +2 -0
- package/lib/clients/mp/tngd/scan.js +3 -0
- package/lib/clients/mp/tngd/sendSocketMessage.d.ts +2 -0
- package/lib/clients/mp/tngd/sendSocketMessage.js +3 -0
- package/lib/clients/mp/tngd/setBackgroundColor.d.ts +2 -0
- package/lib/clients/mp/tngd/setBackgroundColor.js +3 -0
- package/lib/clients/mp/tngd/setCanPullDown.d.ts +2 -0
- package/lib/clients/mp/tngd/setCanPullDown.js +3 -0
- package/lib/clients/mp/tngd/setClipboard.d.ts +2 -0
- package/lib/clients/mp/tngd/setClipboard.js +3 -0
- package/lib/clients/mp/tngd/setKeepScreenOn.d.ts +2 -0
- package/lib/clients/mp/tngd/setKeepScreenOn.js +3 -0
- package/lib/clients/mp/tngd/setNavigationBar.d.ts +2 -0
- package/lib/clients/mp/tngd/setNavigationBar.js +3 -0
- package/lib/clients/mp/tngd/setScreenBrightness.d.ts +2 -0
- package/lib/clients/mp/tngd/setScreenBrightness.js +3 -0
- package/lib/clients/mp/tngd/setStorage.d.ts +2 -0
- package/lib/clients/mp/tngd/setStorage.js +3 -0
- package/lib/clients/mp/tngd/setStorageSync.d.ts +2 -0
- package/lib/clients/mp/tngd/setStorageSync.js +3 -0
- package/lib/clients/mp/tngd/setTabBarStyle.d.ts +2 -0
- package/lib/clients/mp/tngd/setTabBarStyle.js +3 -0
- package/lib/clients/mp/tngd/showActionSheet.d.ts +2 -0
- package/lib/clients/mp/tngd/showActionSheet.js +3 -0
- package/lib/clients/mp/tngd/showAuthGuide.d.ts +2 -0
- package/lib/clients/mp/tngd/showAuthGuide.js +3 -0
- package/lib/clients/mp/tngd/showLoading.d.ts +2 -0
- package/lib/clients/mp/tngd/showLoading.js +3 -0
- package/lib/clients/mp/tngd/showNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp/tngd/showNavigationBarLoading.js +3 -0
- package/lib/clients/mp/tngd/showSharePanel.d.ts +2 -0
- package/lib/clients/mp/tngd/showSharePanel.js +3 -0
- package/lib/clients/mp/tngd/showToast.d.ts +2 -0
- package/lib/clients/mp/tngd/showToast.js +3 -0
- package/lib/clients/mp/tngd/signContract.d.ts +2 -0
- package/lib/clients/mp/tngd/signContract.js +3 -0
- package/lib/clients/mp/tngd/startBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp/tngd/startBluetoothDevicesDiscovery.js +3 -0
- package/lib/clients/mp/tngd/startPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp/tngd/startPullDownRefresh.js +3 -0
- package/lib/clients/mp/tngd/stopBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp/tngd/stopBluetoothDevicesDiscovery.js +3 -0
- package/lib/clients/mp/tngd/stopPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp/tngd/stopPullDownRefresh.js +3 -0
- package/lib/clients/mp/tngd/switchTab.d.ts +2 -0
- package/lib/clients/mp/tngd/switchTab.js +3 -0
- package/lib/clients/mp/tngd/tradePay.d.ts +2 -0
- package/lib/clients/mp/tngd/tradePay.js +3 -0
- package/lib/clients/mp/tngd/uploadFile.d.ts +2 -0
- package/lib/clients/mp/tngd/uploadFile.js +3 -0
- package/lib/clients/mp/tngd/vibrate.d.ts +2 -0
- package/lib/clients/mp/tngd/vibrate.js +3 -0
- package/lib/clients/mp/tngd/watchShake.d.ts +2 -0
- package/lib/clients/mp/tngd/watchShake.js +3 -0
- package/lib/clients/mp/tngd/writeBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp/tngd/writeBLECharacteristicValue.js +3 -0
- package/lib/clients/mp/truemoney/addPhoneContact.d.ts +2 -0
- package/lib/clients/mp/truemoney/addPhoneContact.js +3 -0
- package/lib/clients/mp/truemoney/alert.d.ts +2 -0
- package/lib/clients/mp/truemoney/alert.js +3 -0
- package/lib/clients/mp/truemoney/canIUse.d.ts +2 -0
- package/lib/clients/mp/truemoney/canIUse.js +3 -0
- package/lib/clients/mp/truemoney/chooseImage.d.ts +2 -0
- package/lib/clients/mp/truemoney/chooseImage.js +3 -0
- package/lib/clients/mp/truemoney/choosePhoneContact.d.ts +2 -0
- package/lib/clients/mp/truemoney/choosePhoneContact.js +3 -0
- package/lib/clients/mp/truemoney/clearStorage.d.ts +2 -0
- package/lib/clients/mp/truemoney/clearStorage.js +3 -0
- package/lib/clients/mp/truemoney/clearStorageSync.d.ts +2 -0
- package/lib/clients/mp/truemoney/clearStorageSync.js +3 -0
- package/lib/clients/mp/truemoney/closeBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp/truemoney/closeBluetoothAdapter.js +3 -0
- package/lib/clients/mp/truemoney/closeSocket.d.ts +2 -0
- package/lib/clients/mp/truemoney/closeSocket.js +3 -0
- package/lib/clients/mp/truemoney/confirm.d.ts +2 -0
- package/lib/clients/mp/truemoney/confirm.js +3 -0
- package/lib/clients/mp/truemoney/connectBLEDevice.d.ts +2 -0
- package/lib/clients/mp/truemoney/connectBLEDevice.js +3 -0
- package/lib/clients/mp/truemoney/connectSocket.d.ts +2 -0
- package/lib/clients/mp/truemoney/connectSocket.js +3 -0
- package/lib/clients/mp/truemoney/createAnimation.d.ts +2 -0
- package/lib/clients/mp/truemoney/createAnimation.js +3 -0
- package/lib/clients/mp/truemoney/createSelectorQuery.d.ts +2 -0
- package/lib/clients/mp/truemoney/createSelectorQuery.js +3 -0
- package/lib/clients/mp/truemoney/createWebViewContext.d.ts +2 -0
- package/lib/clients/mp/truemoney/createWebViewContext.js +3 -0
- package/lib/clients/mp/truemoney/datePicker.d.ts +2 -0
- package/lib/clients/mp/truemoney/datePicker.js +3 -0
- package/lib/clients/mp/truemoney/disconnectBLEDevice.d.ts +2 -0
- package/lib/clients/mp/truemoney/disconnectBLEDevice.js +3 -0
- package/lib/clients/mp/truemoney/downloadFile.d.ts +2 -0
- package/lib/clients/mp/truemoney/downloadFile.js +3 -0
- package/lib/clients/mp/truemoney/getAppIdSync.d.ts +2 -0
- package/lib/clients/mp/truemoney/getAppIdSync.js +3 -0
- package/lib/clients/mp/truemoney/getAuthCode.d.ts +2 -0
- package/lib/clients/mp/truemoney/getAuthCode.js +3 -0
- package/lib/clients/mp/truemoney/getBLEDeviceCharacteristics.d.ts +2 -0
- package/lib/clients/mp/truemoney/getBLEDeviceCharacteristics.js +3 -0
- package/lib/clients/mp/truemoney/getBLEDeviceServices.d.ts +2 -0
- package/lib/clients/mp/truemoney/getBLEDeviceServices.js +3 -0
- package/lib/clients/mp/truemoney/getBatteryInfo.d.ts +2 -0
- package/lib/clients/mp/truemoney/getBatteryInfo.js +3 -0
- package/lib/clients/mp/truemoney/getBluetoothAdapterState.d.ts +2 -0
- package/lib/clients/mp/truemoney/getBluetoothAdapterState.js +3 -0
- package/lib/clients/mp/truemoney/getBluetoothDevices.d.ts +2 -0
- package/lib/clients/mp/truemoney/getBluetoothDevices.js +3 -0
- package/lib/clients/mp/truemoney/getClipboard.d.ts +2 -0
- package/lib/clients/mp/truemoney/getClipboard.js +3 -0
- package/lib/clients/mp/truemoney/getConnectedBluetoothDevices.d.ts +2 -0
- package/lib/clients/mp/truemoney/getConnectedBluetoothDevices.js +3 -0
- package/lib/clients/mp/truemoney/getFileInfo.d.ts +2 -0
- package/lib/clients/mp/truemoney/getFileInfo.js +3 -0
- package/lib/clients/mp/truemoney/getImageInfo.d.ts +2 -0
- package/lib/clients/mp/truemoney/getImageInfo.js +3 -0
- package/lib/clients/mp/truemoney/getLocation.d.ts +2 -0
- package/lib/clients/mp/truemoney/getLocation.js +3 -0
- package/lib/clients/mp/truemoney/getNetworkType.d.ts +2 -0
- package/lib/clients/mp/truemoney/getNetworkType.js +3 -0
- package/lib/clients/mp/truemoney/getOpenUserInfo.d.ts +2 -0
- package/lib/clients/mp/truemoney/getOpenUserInfo.js +3 -0
- package/lib/clients/mp/truemoney/getSavedFileInfo.d.ts +2 -0
- package/lib/clients/mp/truemoney/getSavedFileInfo.js +3 -0
- package/lib/clients/mp/truemoney/getSavedFileList.d.ts +2 -0
- package/lib/clients/mp/truemoney/getSavedFileList.js +3 -0
- package/lib/clients/mp/truemoney/getScreenBrightness.d.ts +2 -0
- package/lib/clients/mp/truemoney/getScreenBrightness.js +3 -0
- package/lib/clients/mp/truemoney/getServerTime.d.ts +2 -0
- package/lib/clients/mp/truemoney/getServerTime.js +3 -0
- package/lib/clients/mp/truemoney/getSetting.d.ts +2 -0
- package/lib/clients/mp/truemoney/getSetting.js +3 -0
- package/lib/clients/mp/truemoney/getSiteInfo.d.ts +2 -0
- package/lib/clients/mp/truemoney/getSiteInfo.js +3 -0
- package/lib/clients/mp/truemoney/getStorage.d.ts +2 -0
- package/lib/clients/mp/truemoney/getStorage.js +3 -0
- package/lib/clients/mp/truemoney/getStorageSync.d.ts +2 -0
- package/lib/clients/mp/truemoney/getStorageSync.js +3 -0
- package/lib/clients/mp/truemoney/getSystemInfo.d.ts +2 -0
- package/lib/clients/mp/truemoney/getSystemInfo.js +3 -0
- package/lib/clients/mp/truemoney/getSystemInfoSync.d.ts +2 -0
- package/lib/clients/mp/truemoney/getSystemInfoSync.js +3 -0
- package/lib/clients/mp/truemoney/hideBackHome.d.ts +2 -0
- package/lib/clients/mp/truemoney/hideBackHome.js +3 -0
- package/lib/clients/mp/truemoney/hideKeyboard.d.ts +2 -0
- package/lib/clients/mp/truemoney/hideKeyboard.js +3 -0
- package/lib/clients/mp/truemoney/hideLoading.d.ts +2 -0
- package/lib/clients/mp/truemoney/hideLoading.js +3 -0
- package/lib/clients/mp/truemoney/hideNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp/truemoney/hideNavigationBarLoading.js +3 -0
- package/lib/clients/mp/truemoney/hideTabBar.d.ts +2 -0
- package/lib/clients/mp/truemoney/hideTabBar.js +3 -0
- package/lib/clients/mp/truemoney/hideToast.d.ts +2 -0
- package/lib/clients/mp/truemoney/hideToast.js +3 -0
- package/lib/clients/mp/truemoney/index.d.ts +369 -0
- package/lib/clients/mp/truemoney/index.js +249 -0
- package/lib/clients/mp/truemoney/makePhoneCall.d.ts +2 -0
- package/lib/clients/mp/truemoney/makePhoneCall.js +3 -0
- package/lib/clients/mp/truemoney/multiLevelSelect.d.ts +2 -0
- package/lib/clients/mp/truemoney/multiLevelSelect.js +3 -0
- package/lib/clients/mp/truemoney/navigateBack.d.ts +2 -0
- package/lib/clients/mp/truemoney/navigateBack.js +3 -0
- package/lib/clients/mp/truemoney/navigateBackMiniProgram.d.ts +2 -0
- package/lib/clients/mp/truemoney/navigateBackMiniProgram.js +3 -0
- package/lib/clients/mp/truemoney/navigateTo.d.ts +2 -0
- package/lib/clients/mp/truemoney/navigateTo.js +3 -0
- package/lib/clients/mp/truemoney/navigateToMiniProgram.d.ts +2 -0
- package/lib/clients/mp/truemoney/navigateToMiniProgram.js +3 -0
- package/lib/clients/mp/truemoney/notifyBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp/truemoney/notifyBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp/truemoney/offAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp/truemoney/offAccelerometerChange.js +3 -0
- package/lib/clients/mp/truemoney/offBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp/truemoney/offBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp/truemoney/offBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp/truemoney/offBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp/truemoney/offBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp/truemoney/offBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp/truemoney/offBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp/truemoney/offBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp/truemoney/offCompassChange.d.ts +2 -0
- package/lib/clients/mp/truemoney/offCompassChange.js +3 -0
- package/lib/clients/mp/truemoney/offMemoryWarning.d.ts +2 -0
- package/lib/clients/mp/truemoney/offMemoryWarning.js +3 -0
- package/lib/clients/mp/truemoney/offSocketClose.d.ts +2 -0
- package/lib/clients/mp/truemoney/offSocketClose.js +3 -0
- package/lib/clients/mp/truemoney/offSocketError.d.ts +2 -0
- package/lib/clients/mp/truemoney/offSocketError.js +3 -0
- package/lib/clients/mp/truemoney/offSocketMessage.d.ts +2 -0
- package/lib/clients/mp/truemoney/offSocketMessage.js +3 -0
- package/lib/clients/mp/truemoney/offSocketOpen.d.ts +2 -0
- package/lib/clients/mp/truemoney/offSocketOpen.js +3 -0
- package/lib/clients/mp/truemoney/offUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp/truemoney/offUserCaptureScreen.js +3 -0
- package/lib/clients/mp/truemoney/onAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp/truemoney/onAccelerometerChange.js +3 -0
- package/lib/clients/mp/truemoney/onBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp/truemoney/onBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp/truemoney/onBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp/truemoney/onBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp/truemoney/onBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp/truemoney/onBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp/truemoney/onBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp/truemoney/onBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp/truemoney/onCompassChange.d.ts +2 -0
- package/lib/clients/mp/truemoney/onCompassChange.js +3 -0
- package/lib/clients/mp/truemoney/onMemoryWarning.d.ts +2 -0
- package/lib/clients/mp/truemoney/onMemoryWarning.js +3 -0
- package/lib/clients/mp/truemoney/onSocketClose.d.ts +2 -0
- package/lib/clients/mp/truemoney/onSocketClose.js +3 -0
- package/lib/clients/mp/truemoney/onSocketError.d.ts +2 -0
- package/lib/clients/mp/truemoney/onSocketError.js +3 -0
- package/lib/clients/mp/truemoney/onSocketMessage.d.ts +2 -0
- package/lib/clients/mp/truemoney/onSocketMessage.js +3 -0
- package/lib/clients/mp/truemoney/onSocketOpen.d.ts +2 -0
- package/lib/clients/mp/truemoney/onSocketOpen.js +3 -0
- package/lib/clients/mp/truemoney/onUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp/truemoney/onUserCaptureScreen.js +3 -0
- package/lib/clients/mp/truemoney/openBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp/truemoney/openBluetoothAdapter.js +3 -0
- package/lib/clients/mp/truemoney/openDocument.d.ts +2 -0
- package/lib/clients/mp/truemoney/openDocument.js +3 -0
- package/lib/clients/mp/truemoney/openSetting.d.ts +2 -0
- package/lib/clients/mp/truemoney/openSetting.js +3 -0
- package/lib/clients/mp/truemoney/pageScrollTo.d.ts +2 -0
- package/lib/clients/mp/truemoney/pageScrollTo.js +3 -0
- package/lib/clients/mp/truemoney/previewImage.d.ts +2 -0
- package/lib/clients/mp/truemoney/previewImage.js +3 -0
- package/lib/clients/mp/truemoney/prompt.d.ts +2 -0
- package/lib/clients/mp/truemoney/prompt.js +3 -0
- package/lib/clients/mp/truemoney/reLaunch.d.ts +2 -0
- package/lib/clients/mp/truemoney/reLaunch.js +3 -0
- package/lib/clients/mp/truemoney/readBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp/truemoney/readBLECharacteristicValue.js +3 -0
- package/lib/clients/mp/truemoney/redirectTo.d.ts +2 -0
- package/lib/clients/mp/truemoney/redirectTo.js +3 -0
- package/lib/clients/mp/truemoney/removeSavedFile.d.ts +2 -0
- package/lib/clients/mp/truemoney/removeSavedFile.js +3 -0
- package/lib/clients/mp/truemoney/removeStorage.d.ts +2 -0
- package/lib/clients/mp/truemoney/removeStorage.js +3 -0
- package/lib/clients/mp/truemoney/removeStorageSync.d.ts +2 -0
- package/lib/clients/mp/truemoney/removeStorageSync.js +3 -0
- package/lib/clients/mp/truemoney/request.d.ts +2 -0
- package/lib/clients/mp/truemoney/request.js +3 -0
- package/lib/clients/mp/truemoney/saveFile.d.ts +2 -0
- package/lib/clients/mp/truemoney/saveFile.js +3 -0
- package/lib/clients/mp/truemoney/saveImage.d.ts +2 -0
- package/lib/clients/mp/truemoney/saveImage.js +3 -0
- package/lib/clients/mp/truemoney/scan.d.ts +2 -0
- package/lib/clients/mp/truemoney/scan.js +3 -0
- package/lib/clients/mp/truemoney/sendSocketMessage.d.ts +2 -0
- package/lib/clients/mp/truemoney/sendSocketMessage.js +3 -0
- package/lib/clients/mp/truemoney/setBackgroundColor.d.ts +2 -0
- package/lib/clients/mp/truemoney/setBackgroundColor.js +3 -0
- package/lib/clients/mp/truemoney/setCanPullDown.d.ts +2 -0
- package/lib/clients/mp/truemoney/setCanPullDown.js +3 -0
- package/lib/clients/mp/truemoney/setClipboard.d.ts +2 -0
- package/lib/clients/mp/truemoney/setClipboard.js +3 -0
- package/lib/clients/mp/truemoney/setKeepScreenOn.d.ts +2 -0
- package/lib/clients/mp/truemoney/setKeepScreenOn.js +3 -0
- package/lib/clients/mp/truemoney/setNavigationBar.d.ts +2 -0
- package/lib/clients/mp/truemoney/setNavigationBar.js +3 -0
- package/lib/clients/mp/truemoney/setScreenBrightness.d.ts +2 -0
- package/lib/clients/mp/truemoney/setScreenBrightness.js +3 -0
- package/lib/clients/mp/truemoney/setStorage.d.ts +2 -0
- package/lib/clients/mp/truemoney/setStorage.js +3 -0
- package/lib/clients/mp/truemoney/setStorageSync.d.ts +2 -0
- package/lib/clients/mp/truemoney/setStorageSync.js +3 -0
- package/lib/clients/mp/truemoney/setTabBarStyle.d.ts +2 -0
- package/lib/clients/mp/truemoney/setTabBarStyle.js +3 -0
- package/lib/clients/mp/truemoney/showActionSheet.d.ts +2 -0
- package/lib/clients/mp/truemoney/showActionSheet.js +3 -0
- package/lib/clients/mp/truemoney/showAuthGuide.d.ts +2 -0
- package/lib/clients/mp/truemoney/showAuthGuide.js +3 -0
- package/lib/clients/mp/truemoney/showLoading.d.ts +2 -0
- package/lib/clients/mp/truemoney/showLoading.js +3 -0
- package/lib/clients/mp/truemoney/showNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp/truemoney/showNavigationBarLoading.js +3 -0
- package/lib/clients/mp/truemoney/showSharePanel.d.ts +2 -0
- package/lib/clients/mp/truemoney/showSharePanel.js +3 -0
- package/lib/clients/mp/truemoney/showToast.d.ts +2 -0
- package/lib/clients/mp/truemoney/showToast.js +3 -0
- package/lib/clients/mp/truemoney/signContract.d.ts +2 -0
- package/lib/clients/mp/truemoney/signContract.js +3 -0
- package/lib/clients/mp/truemoney/startBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp/truemoney/startBluetoothDevicesDiscovery.js +3 -0
- package/lib/clients/mp/truemoney/startPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp/truemoney/startPullDownRefresh.js +3 -0
- package/lib/clients/mp/truemoney/stopBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp/truemoney/stopBluetoothDevicesDiscovery.js +3 -0
- package/lib/clients/mp/truemoney/stopPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp/truemoney/stopPullDownRefresh.js +3 -0
- package/lib/clients/mp/truemoney/switchTab.d.ts +2 -0
- package/lib/clients/mp/truemoney/switchTab.js +3 -0
- package/lib/clients/mp/truemoney/tradePay.d.ts +2 -0
- package/lib/clients/mp/truemoney/tradePay.js +3 -0
- package/lib/clients/mp/truemoney/uploadFile.d.ts +2 -0
- package/lib/clients/mp/truemoney/uploadFile.js +3 -0
- package/lib/clients/mp/truemoney/vibrate.d.ts +2 -0
- package/lib/clients/mp/truemoney/vibrate.js +3 -0
- package/lib/clients/mp/truemoney/watchShake.d.ts +2 -0
- package/lib/clients/mp/truemoney/watchShake.js +3 -0
- package/lib/clients/mp/truemoney/writeBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp/truemoney/writeBLECharacteristicValue.js +3 -0
- package/lib/clients/mp/wechat/index.d.ts +7 -0
- package/lib/clients/mp/wechat/index.js +6 -0
- package/lib/clients/mp/wechat/showToast.d.ts +2 -0
- package/lib/clients/mp/wechat/showToast.js +3 -0
- package/lib/clients/mp_web/alipay/addPhoneContact.d.ts +2 -0
- package/lib/clients/mp_web/alipay/addPhoneContact.js +3 -0
- package/lib/clients/mp_web/alipay/alert.d.ts +2 -0
- package/lib/clients/mp_web/alipay/alert.js +3 -0
- package/lib/clients/mp_web/alipay/chooseImage.d.ts +2 -0
- package/lib/clients/mp_web/alipay/chooseImage.js +3 -0
- package/lib/clients/mp_web/alipay/choosePhoneContact.d.ts +2 -0
- package/lib/clients/mp_web/alipay/choosePhoneContact.js +3 -0
- package/lib/clients/mp_web/alipay/clearStorage.d.ts +2 -0
- package/lib/clients/mp_web/alipay/clearStorage.js +3 -0
- package/lib/clients/mp_web/alipay/closeBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp_web/alipay/closeBluetoothAdapter.js +3 -0
- package/lib/clients/mp_web/alipay/closeSocket.d.ts +2 -0
- package/lib/clients/mp_web/alipay/closeSocket.js +3 -0
- package/lib/clients/mp_web/alipay/confirm.d.ts +2 -0
- package/lib/clients/mp_web/alipay/confirm.js +3 -0
- package/lib/clients/mp_web/alipay/connectBLEDevice.d.ts +2 -0
- package/lib/clients/mp_web/alipay/connectBLEDevice.js +3 -0
- package/lib/clients/mp_web/alipay/connectSocket.d.ts +2 -0
- package/lib/clients/mp_web/alipay/connectSocket.js +3 -0
- package/lib/clients/mp_web/alipay/crossPay.d.ts +2 -0
- package/lib/clients/mp_web/alipay/crossPay.js +3 -0
- package/lib/clients/mp_web/alipay/datePicker.d.ts +2 -0
- package/lib/clients/mp_web/alipay/datePicker.js +3 -0
- package/lib/clients/mp_web/alipay/disconnectBLEDevice.d.ts +2 -0
- package/lib/clients/mp_web/alipay/disconnectBLEDevice.js +3 -0
- package/lib/clients/mp_web/alipay/downloadFile.d.ts +2 -0
- package/lib/clients/mp_web/alipay/downloadFile.js +3 -0
- package/lib/clients/mp_web/alipay/getAppId.d.ts +2 -0
- package/lib/clients/mp_web/alipay/getAppId.js +3 -0
- package/lib/clients/mp_web/alipay/getAuthCode.d.ts +2 -0
- package/lib/clients/mp_web/alipay/getAuthCode.js +3 -0
- package/lib/clients/mp_web/alipay/getBLEDeviceCharacteristics.d.ts +2 -0
- package/lib/clients/mp_web/alipay/getBLEDeviceCharacteristics.js +3 -0
- package/lib/clients/mp_web/alipay/getBLEDeviceServices.d.ts +2 -0
- package/lib/clients/mp_web/alipay/getBLEDeviceServices.js +3 -0
- package/lib/clients/mp_web/alipay/getBatteryInfo.d.ts +2 -0
- package/lib/clients/mp_web/alipay/getBatteryInfo.js +3 -0
- package/lib/clients/mp_web/alipay/getBluetoothAdapterState.d.ts +2 -0
- package/lib/clients/mp_web/alipay/getBluetoothAdapterState.js +3 -0
- package/lib/clients/mp_web/alipay/getBluetoothDevices.d.ts +2 -0
- package/lib/clients/mp_web/alipay/getBluetoothDevices.js +3 -0
- package/lib/clients/mp_web/alipay/getClipboard.d.ts +2 -0
- package/lib/clients/mp_web/alipay/getClipboard.js +3 -0
- package/lib/clients/mp_web/alipay/getConnectedBluetoothDevices.d.ts +2 -0
- package/lib/clients/mp_web/alipay/getConnectedBluetoothDevices.js +3 -0
- package/lib/clients/mp_web/alipay/getCurrentLanguage.d.ts +2 -0
- package/lib/clients/mp_web/alipay/getCurrentLanguage.js +3 -0
- package/lib/clients/mp_web/alipay/getCurrentPages.d.ts +2 -0
- package/lib/clients/mp_web/alipay/getCurrentPages.js +3 -0
- package/lib/clients/mp_web/alipay/getFileInfo.d.ts +2 -0
- package/lib/clients/mp_web/alipay/getFileInfo.js +3 -0
- package/lib/clients/mp_web/alipay/getImageInfo.d.ts +2 -0
- package/lib/clients/mp_web/alipay/getImageInfo.js +3 -0
- package/lib/clients/mp_web/alipay/getLocation.d.ts +2 -0
- package/lib/clients/mp_web/alipay/getLocation.js +3 -0
- package/lib/clients/mp_web/alipay/getNetworkType.d.ts +2 -0
- package/lib/clients/mp_web/alipay/getNetworkType.js +3 -0
- package/lib/clients/mp_web/alipay/getOpenUserInfo.d.ts +2 -0
- package/lib/clients/mp_web/alipay/getOpenUserInfo.js +3 -0
- package/lib/clients/mp_web/alipay/getPhoneNumber.d.ts +2 -0
- package/lib/clients/mp_web/alipay/getPhoneNumber.js +3 -0
- package/lib/clients/mp_web/alipay/getSDKVersion.d.ts +2 -0
- package/lib/clients/mp_web/alipay/getSDKVersion.js +3 -0
- package/lib/clients/mp_web/alipay/getSavedFileInfo.d.ts +2 -0
- package/lib/clients/mp_web/alipay/getSavedFileInfo.js +3 -0
- package/lib/clients/mp_web/alipay/getSavedFileList.d.ts +2 -0
- package/lib/clients/mp_web/alipay/getSavedFileList.js +3 -0
- package/lib/clients/mp_web/alipay/getScreenBrightness.d.ts +2 -0
- package/lib/clients/mp_web/alipay/getScreenBrightness.js +3 -0
- package/lib/clients/mp_web/alipay/getServerTime.d.ts +2 -0
- package/lib/clients/mp_web/alipay/getServerTime.js +3 -0
- package/lib/clients/mp_web/alipay/getSetting.d.ts +2 -0
- package/lib/clients/mp_web/alipay/getSetting.js +3 -0
- package/lib/clients/mp_web/alipay/getSiteInfo.d.ts +2 -0
- package/lib/clients/mp_web/alipay/getSiteInfo.js +3 -0
- package/lib/clients/mp_web/alipay/getStorage.d.ts +2 -0
- package/lib/clients/mp_web/alipay/getStorage.js +3 -0
- package/lib/clients/mp_web/alipay/getSystemInfo.d.ts +2 -0
- package/lib/clients/mp_web/alipay/getSystemInfo.js +3 -0
- package/lib/clients/mp_web/alipay/hideBackHome.d.ts +2 -0
- package/lib/clients/mp_web/alipay/hideBackHome.js +3 -0
- package/lib/clients/mp_web/alipay/hideKeyboard.d.ts +2 -0
- package/lib/clients/mp_web/alipay/hideKeyboard.js +3 -0
- package/lib/clients/mp_web/alipay/hideLoading.d.ts +2 -0
- package/lib/clients/mp_web/alipay/hideLoading.js +3 -0
- package/lib/clients/mp_web/alipay/hideNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp_web/alipay/hideNavigationBarLoading.js +3 -0
- package/lib/clients/mp_web/alipay/hideTabBar.d.ts +2 -0
- package/lib/clients/mp_web/alipay/hideTabBar.js +3 -0
- package/lib/clients/mp_web/alipay/hideToast.d.ts +2 -0
- package/lib/clients/mp_web/alipay/hideToast.js +3 -0
- package/lib/clients/mp_web/alipay/index.d.ts +359 -0
- package/lib/clients/mp_web/alipay/index.js +245 -0
- package/lib/clients/mp_web/alipay/makePhoneCall.d.ts +2 -0
- package/lib/clients/mp_web/alipay/makePhoneCall.js +3 -0
- package/lib/clients/mp_web/alipay/multiLevelSelect.d.ts +2 -0
- package/lib/clients/mp_web/alipay/multiLevelSelect.js +3 -0
- package/lib/clients/mp_web/alipay/navigateBack.d.ts +2 -0
- package/lib/clients/mp_web/alipay/navigateBack.js +3 -0
- package/lib/clients/mp_web/alipay/navigateBackMiniProgram.d.ts +2 -0
- package/lib/clients/mp_web/alipay/navigateBackMiniProgram.js +3 -0
- package/lib/clients/mp_web/alipay/navigateTo.d.ts +2 -0
- package/lib/clients/mp_web/alipay/navigateTo.js +3 -0
- package/lib/clients/mp_web/alipay/navigateToMiniProgram.d.ts +2 -0
- package/lib/clients/mp_web/alipay/navigateToMiniProgram.js +3 -0
- package/lib/clients/mp_web/alipay/notifyBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/alipay/notifyBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/alipay/offAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp_web/alipay/offAccelerometerChange.js +3 -0
- package/lib/clients/mp_web/alipay/offBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/alipay/offBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/alipay/offBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp_web/alipay/offBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp_web/alipay/offBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp_web/alipay/offBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp_web/alipay/offBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp_web/alipay/offBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp_web/alipay/offCompassChange.d.ts +2 -0
- package/lib/clients/mp_web/alipay/offCompassChange.js +3 -0
- package/lib/clients/mp_web/alipay/offMemoryWarning.d.ts +2 -0
- package/lib/clients/mp_web/alipay/offMemoryWarning.js +3 -0
- package/lib/clients/mp_web/alipay/offSocketClose.d.ts +2 -0
- package/lib/clients/mp_web/alipay/offSocketClose.js +3 -0
- package/lib/clients/mp_web/alipay/offSocketError.d.ts +2 -0
- package/lib/clients/mp_web/alipay/offSocketError.js +3 -0
- package/lib/clients/mp_web/alipay/offSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/alipay/offSocketMessage.js +3 -0
- package/lib/clients/mp_web/alipay/offSocketOpen.d.ts +2 -0
- package/lib/clients/mp_web/alipay/offSocketOpen.js +3 -0
- package/lib/clients/mp_web/alipay/offUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp_web/alipay/offUserCaptureScreen.js +3 -0
- package/lib/clients/mp_web/alipay/onAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp_web/alipay/onAccelerometerChange.js +3 -0
- package/lib/clients/mp_web/alipay/onBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/alipay/onBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/alipay/onBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp_web/alipay/onBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp_web/alipay/onBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp_web/alipay/onBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp_web/alipay/onBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp_web/alipay/onBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp_web/alipay/onCompassChange.d.ts +2 -0
- package/lib/clients/mp_web/alipay/onCompassChange.js +3 -0
- package/lib/clients/mp_web/alipay/onMemoryWarning.d.ts +2 -0
- package/lib/clients/mp_web/alipay/onMemoryWarning.js +3 -0
- package/lib/clients/mp_web/alipay/onSocketClose.d.ts +2 -0
- package/lib/clients/mp_web/alipay/onSocketClose.js +3 -0
- package/lib/clients/mp_web/alipay/onSocketError.d.ts +2 -0
- package/lib/clients/mp_web/alipay/onSocketError.js +3 -0
- package/lib/clients/mp_web/alipay/onSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/alipay/onSocketMessage.js +3 -0
- package/lib/clients/mp_web/alipay/onSocketOpen.d.ts +2 -0
- package/lib/clients/mp_web/alipay/onSocketOpen.js +3 -0
- package/lib/clients/mp_web/alipay/onUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp_web/alipay/onUserCaptureScreen.js +3 -0
- package/lib/clients/mp_web/alipay/openBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp_web/alipay/openBluetoothAdapter.js +3 -0
- package/lib/clients/mp_web/alipay/openDocument.d.ts +2 -0
- package/lib/clients/mp_web/alipay/openDocument.js +3 -0
- package/lib/clients/mp_web/alipay/openSetting.d.ts +2 -0
- package/lib/clients/mp_web/alipay/openSetting.js +3 -0
- package/lib/clients/mp_web/alipay/pageScrollTo.d.ts +2 -0
- package/lib/clients/mp_web/alipay/pageScrollTo.js +3 -0
- package/lib/clients/mp_web/alipay/previewImage.d.ts +2 -0
- package/lib/clients/mp_web/alipay/previewImage.js +3 -0
- package/lib/clients/mp_web/alipay/prompt.d.ts +2 -0
- package/lib/clients/mp_web/alipay/prompt.js +3 -0
- package/lib/clients/mp_web/alipay/reLaunch.d.ts +2 -0
- package/lib/clients/mp_web/alipay/reLaunch.js +3 -0
- package/lib/clients/mp_web/alipay/readBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp_web/alipay/readBLECharacteristicValue.js +3 -0
- package/lib/clients/mp_web/alipay/redirectTo.d.ts +2 -0
- package/lib/clients/mp_web/alipay/redirectTo.js +3 -0
- package/lib/clients/mp_web/alipay/removeSavedFile.d.ts +2 -0
- package/lib/clients/mp_web/alipay/removeSavedFile.js +3 -0
- package/lib/clients/mp_web/alipay/removeStorage.d.ts +2 -0
- package/lib/clients/mp_web/alipay/removeStorage.js +3 -0
- package/lib/clients/mp_web/alipay/request.d.ts +2 -0
- package/lib/clients/mp_web/alipay/request.js +3 -0
- package/lib/clients/mp_web/alipay/rpc.d.ts +2 -0
- package/lib/clients/mp_web/alipay/rpc.js +3 -0
- package/lib/clients/mp_web/alipay/saveFile.d.ts +2 -0
- package/lib/clients/mp_web/alipay/saveFile.js +3 -0
- package/lib/clients/mp_web/alipay/saveImage.d.ts +2 -0
- package/lib/clients/mp_web/alipay/saveImage.js +3 -0
- package/lib/clients/mp_web/alipay/scan.d.ts +2 -0
- package/lib/clients/mp_web/alipay/scan.js +3 -0
- package/lib/clients/mp_web/alipay/sendSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/alipay/sendSocketMessage.js +3 -0
- package/lib/clients/mp_web/alipay/setBackgroundColor.d.ts +2 -0
- package/lib/clients/mp_web/alipay/setBackgroundColor.js +3 -0
- package/lib/clients/mp_web/alipay/setCanPullDown.d.ts +2 -0
- package/lib/clients/mp_web/alipay/setCanPullDown.js +3 -0
- package/lib/clients/mp_web/alipay/setClipboard.d.ts +2 -0
- package/lib/clients/mp_web/alipay/setClipboard.js +3 -0
- package/lib/clients/mp_web/alipay/setKeepScreenOn.d.ts +2 -0
- package/lib/clients/mp_web/alipay/setKeepScreenOn.js +3 -0
- package/lib/clients/mp_web/alipay/setNavigationBar.d.ts +2 -0
- package/lib/clients/mp_web/alipay/setNavigationBar.js +3 -0
- package/lib/clients/mp_web/alipay/setOptionMenu.d.ts +2 -0
- package/lib/clients/mp_web/alipay/setOptionMenu.js +3 -0
- package/lib/clients/mp_web/alipay/setScreenBrightness.d.ts +2 -0
- package/lib/clients/mp_web/alipay/setScreenBrightness.js +3 -0
- package/lib/clients/mp_web/alipay/setStorage.d.ts +2 -0
- package/lib/clients/mp_web/alipay/setStorage.js +3 -0
- package/lib/clients/mp_web/alipay/setTabBarStyle.d.ts +2 -0
- package/lib/clients/mp_web/alipay/setTabBarStyle.js +3 -0
- package/lib/clients/mp_web/alipay/showActionSheet.d.ts +2 -0
- package/lib/clients/mp_web/alipay/showActionSheet.js +3 -0
- package/lib/clients/mp_web/alipay/showAuthGuide.d.ts +2 -0
- package/lib/clients/mp_web/alipay/showAuthGuide.js +3 -0
- package/lib/clients/mp_web/alipay/showLoading.d.ts +2 -0
- package/lib/clients/mp_web/alipay/showLoading.js +3 -0
- package/lib/clients/mp_web/alipay/showNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp_web/alipay/showNavigationBarLoading.js +3 -0
- package/lib/clients/mp_web/alipay/showSharePanel.d.ts +2 -0
- package/lib/clients/mp_web/alipay/showSharePanel.js +3 -0
- package/lib/clients/mp_web/alipay/showToast.d.ts +2 -0
- package/lib/clients/mp_web/alipay/showToast.js +3 -0
- package/lib/clients/mp_web/alipay/signContract.d.ts +2 -0
- package/lib/clients/mp_web/alipay/signContract.js +3 -0
- package/lib/clients/mp_web/alipay/startBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp_web/alipay/startBluetoothDevicesDiscovery.js +3 -0
- package/lib/clients/mp_web/alipay/startPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp_web/alipay/startPullDownRefresh.js +3 -0
- package/lib/clients/mp_web/alipay/stopBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp_web/alipay/stopBluetoothDevicesDiscovery.js +3 -0
- package/lib/clients/mp_web/alipay/stopPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp_web/alipay/stopPullDownRefresh.js +3 -0
- package/lib/clients/mp_web/alipay/switchTab.d.ts +2 -0
- package/lib/clients/mp_web/alipay/switchTab.js +3 -0
- package/lib/clients/mp_web/alipay/tradePay.d.ts +2 -0
- package/lib/clients/mp_web/alipay/tradePay.js +3 -0
- package/lib/clients/mp_web/alipay/uploadFile.d.ts +2 -0
- package/lib/clients/mp_web/alipay/uploadFile.js +3 -0
- package/lib/clients/mp_web/alipay/vibrate.d.ts +2 -0
- package/lib/clients/mp_web/alipay/vibrate.js +3 -0
- package/lib/clients/mp_web/alipay/watchShake.d.ts +2 -0
- package/lib/clients/mp_web/alipay/watchShake.js +3 -0
- package/lib/clients/mp_web/alipay/writeBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp_web/alipay/writeBLECharacteristicValue.js +3 -0
- package/lib/clients/mp_web/alipayhk/addPhoneContact.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/addPhoneContact.js +3 -0
- package/lib/clients/mp_web/alipayhk/alert.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/alert.js +3 -0
- package/lib/clients/mp_web/alipayhk/chooseImage.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/chooseImage.js +3 -0
- package/lib/clients/mp_web/alipayhk/choosePhoneContact.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/choosePhoneContact.js +3 -0
- package/lib/clients/mp_web/alipayhk/clearStorage.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/clearStorage.js +3 -0
- package/lib/clients/mp_web/alipayhk/closeBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/closeBluetoothAdapter.js +3 -0
- package/lib/clients/mp_web/alipayhk/closeSocket.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/closeSocket.js +3 -0
- package/lib/clients/mp_web/alipayhk/confirm.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/confirm.js +3 -0
- package/lib/clients/mp_web/alipayhk/connectBLEDevice.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/connectBLEDevice.js +3 -0
- package/lib/clients/mp_web/alipayhk/connectSocket.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/connectSocket.js +3 -0
- package/lib/clients/mp_web/alipayhk/createWithoutAuthRpc.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/createWithoutAuthRpc.js +3 -0
- package/lib/clients/mp_web/alipayhk/datePicker.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/datePicker.js +3 -0
- package/lib/clients/mp_web/alipayhk/defineRuntimeConfig.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/defineRuntimeConfig.js +3 -0
- package/lib/clients/mp_web/alipayhk/disconnectBLEDevice.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/disconnectBLEDevice.js +3 -0
- package/lib/clients/mp_web/alipayhk/downloadFile.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/downloadFile.js +3 -0
- package/lib/clients/mp_web/alipayhk/getAppId.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/getAppId.js +3 -0
- package/lib/clients/mp_web/alipayhk/getAppToken.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/getAppToken.js +3 -0
- package/lib/clients/mp_web/alipayhk/getAuthCode.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/getAuthCode.js +3 -0
- package/lib/clients/mp_web/alipayhk/getBLEDeviceCharacteristics.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/getBLEDeviceCharacteristics.js +3 -0
- package/lib/clients/mp_web/alipayhk/getBLEDeviceServices.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/getBLEDeviceServices.js +3 -0
- package/lib/clients/mp_web/alipayhk/getBatteryInfo.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/getBatteryInfo.js +3 -0
- package/lib/clients/mp_web/alipayhk/getBluetoothAdapterState.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/getBluetoothAdapterState.js +3 -0
- package/lib/clients/mp_web/alipayhk/getBluetoothDevices.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/getBluetoothDevices.js +3 -0
- package/lib/clients/mp_web/alipayhk/getClipboard.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/getClipboard.js +3 -0
- package/lib/clients/mp_web/alipayhk/getConnectedBluetoothDevices.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/getConnectedBluetoothDevices.js +3 -0
- package/lib/clients/mp_web/alipayhk/getCurrentLanguage.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/getCurrentLanguage.js +3 -0
- package/lib/clients/mp_web/alipayhk/getCurrentPages.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/getCurrentPages.js +3 -0
- package/lib/clients/mp_web/alipayhk/getFileInfo.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/getFileInfo.js +3 -0
- package/lib/clients/mp_web/alipayhk/getImageInfo.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/getImageInfo.js +3 -0
- package/lib/clients/mp_web/alipayhk/getLocation.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/getLocation.js +3 -0
- package/lib/clients/mp_web/alipayhk/getNetworkType.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/getNetworkType.js +3 -0
- package/lib/clients/mp_web/alipayhk/getOpenUserInfo.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/getOpenUserInfo.js +3 -0
- package/lib/clients/mp_web/alipayhk/getSDKVersion.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/getSDKVersion.js +3 -0
- package/lib/clients/mp_web/alipayhk/getSavedFileInfo.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/getSavedFileInfo.js +3 -0
- package/lib/clients/mp_web/alipayhk/getSavedFileList.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/getSavedFileList.js +3 -0
- package/lib/clients/mp_web/alipayhk/getScreenBrightness.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/getScreenBrightness.js +3 -0
- package/lib/clients/mp_web/alipayhk/getServerTime.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/getServerTime.js +3 -0
- package/lib/clients/mp_web/alipayhk/getSetting.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/getSetting.js +3 -0
- package/lib/clients/mp_web/alipayhk/getSiteInfo.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/getSiteInfo.js +3 -0
- package/lib/clients/mp_web/alipayhk/getStorage.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/getStorage.js +3 -0
- package/lib/clients/mp_web/alipayhk/getSystemInfo.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/getSystemInfo.js +3 -0
- package/lib/clients/mp_web/alipayhk/hideBackHome.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/hideBackHome.js +3 -0
- package/lib/clients/mp_web/alipayhk/hideKeyboard.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/hideKeyboard.js +3 -0
- package/lib/clients/mp_web/alipayhk/hideLoading.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/hideLoading.js +3 -0
- package/lib/clients/mp_web/alipayhk/hideNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/hideNavigationBarLoading.js +3 -0
- package/lib/clients/mp_web/alipayhk/hideTabBar.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/hideTabBar.js +3 -0
- package/lib/clients/mp_web/alipayhk/hideToast.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/hideToast.js +3 -0
- package/lib/clients/mp_web/alipayhk/index.d.ts +392 -0
- package/lib/clients/mp_web/alipayhk/index.js +259 -0
- package/lib/clients/mp_web/alipayhk/makePhoneCall.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/makePhoneCall.js +3 -0
- package/lib/clients/mp_web/alipayhk/multiLevelSelect.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/multiLevelSelect.js +3 -0
- package/lib/clients/mp_web/alipayhk/navigateBack.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/navigateBack.js +3 -0
- package/lib/clients/mp_web/alipayhk/navigateBackMiniProgram.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/navigateBackMiniProgram.js +3 -0
- package/lib/clients/mp_web/alipayhk/navigateTo.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/navigateTo.js +3 -0
- package/lib/clients/mp_web/alipayhk/navigateToMiniProgram.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/navigateToMiniProgram.js +3 -0
- package/lib/clients/mp_web/alipayhk/notifyBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/notifyBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/alipayhk/offAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/offAccelerometerChange.js +3 -0
- package/lib/clients/mp_web/alipayhk/offBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/offBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/alipayhk/offBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/offBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp_web/alipayhk/offBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/offBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp_web/alipayhk/offBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/offBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp_web/alipayhk/offCompassChange.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/offCompassChange.js +3 -0
- package/lib/clients/mp_web/alipayhk/offMemoryWarning.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/offMemoryWarning.js +3 -0
- package/lib/clients/mp_web/alipayhk/offSocketClose.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/offSocketClose.js +3 -0
- package/lib/clients/mp_web/alipayhk/offSocketError.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/offSocketError.js +3 -0
- package/lib/clients/mp_web/alipayhk/offSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/offSocketMessage.js +3 -0
- package/lib/clients/mp_web/alipayhk/offSocketOpen.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/offSocketOpen.js +3 -0
- package/lib/clients/mp_web/alipayhk/offUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/offUserCaptureScreen.js +3 -0
- package/lib/clients/mp_web/alipayhk/onAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/onAccelerometerChange.js +3 -0
- package/lib/clients/mp_web/alipayhk/onBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/onBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/alipayhk/onBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/onBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp_web/alipayhk/onBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/onBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp_web/alipayhk/onBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/onBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp_web/alipayhk/onCompassChange.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/onCompassChange.js +3 -0
- package/lib/clients/mp_web/alipayhk/onMemoryWarning.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/onMemoryWarning.js +3 -0
- package/lib/clients/mp_web/alipayhk/onSocketClose.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/onSocketClose.js +3 -0
- package/lib/clients/mp_web/alipayhk/onSocketError.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/onSocketError.js +3 -0
- package/lib/clients/mp_web/alipayhk/onSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/onSocketMessage.js +3 -0
- package/lib/clients/mp_web/alipayhk/onSocketOpen.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/onSocketOpen.js +3 -0
- package/lib/clients/mp_web/alipayhk/onUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/onUserCaptureScreen.js +3 -0
- package/lib/clients/mp_web/alipayhk/openApPayCodePage.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/openApPayCodePage.js +3 -0
- package/lib/clients/mp_web/alipayhk/openBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/openBluetoothAdapter.js +3 -0
- package/lib/clients/mp_web/alipayhk/openDocument.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/openDocument.js +3 -0
- package/lib/clients/mp_web/alipayhk/openInApp.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/openInApp.js +3 -0
- package/lib/clients/mp_web/alipayhk/openInBrowser.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/openInBrowser.js +3 -0
- package/lib/clients/mp_web/alipayhk/openOtherApp.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/openOtherApp.js +3 -0
- package/lib/clients/mp_web/alipayhk/openPayCodePage.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/openPayCodePage.js +3 -0
- package/lib/clients/mp_web/alipayhk/openScanPage.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/openScanPage.js +3 -0
- package/lib/clients/mp_web/alipayhk/openSetting.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/openSetting.js +3 -0
- package/lib/clients/mp_web/alipayhk/openURL.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/openURL.js +3 -0
- package/lib/clients/mp_web/alipayhk/openWebURL.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/openWebURL.js +3 -0
- package/lib/clients/mp_web/alipayhk/pageScrollTo.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/pageScrollTo.js +3 -0
- package/lib/clients/mp_web/alipayhk/previewImage.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/previewImage.js +3 -0
- package/lib/clients/mp_web/alipayhk/prompt.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/prompt.js +3 -0
- package/lib/clients/mp_web/alipayhk/reLaunch.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/reLaunch.js +3 -0
- package/lib/clients/mp_web/alipayhk/readBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/readBLECharacteristicValue.js +3 -0
- package/lib/clients/mp_web/alipayhk/redirectTo.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/redirectTo.js +3 -0
- package/lib/clients/mp_web/alipayhk/removeSavedFile.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/removeSavedFile.js +3 -0
- package/lib/clients/mp_web/alipayhk/removeStorage.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/removeStorage.js +3 -0
- package/lib/clients/mp_web/alipayhk/request.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/request.js +3 -0
- package/lib/clients/mp_web/alipayhk/saveFile.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/saveFile.js +3 -0
- package/lib/clients/mp_web/alipayhk/saveImage.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/saveImage.js +3 -0
- package/lib/clients/mp_web/alipayhk/scan.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/scan.js +3 -0
- package/lib/clients/mp_web/alipayhk/sendSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/sendSocketMessage.js +3 -0
- package/lib/clients/mp_web/alipayhk/setBackgroundColor.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/setBackgroundColor.js +3 -0
- package/lib/clients/mp_web/alipayhk/setCanPullDown.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/setCanPullDown.js +3 -0
- package/lib/clients/mp_web/alipayhk/setClipboard.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/setClipboard.js +3 -0
- package/lib/clients/mp_web/alipayhk/setKeepScreenOn.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/setKeepScreenOn.js +3 -0
- package/lib/clients/mp_web/alipayhk/setNavigationBar.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/setNavigationBar.js +3 -0
- package/lib/clients/mp_web/alipayhk/setScreenBrightness.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/setScreenBrightness.js +3 -0
- package/lib/clients/mp_web/alipayhk/setStorage.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/setStorage.js +3 -0
- package/lib/clients/mp_web/alipayhk/setTabBarStyle.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/setTabBarStyle.js +3 -0
- package/lib/clients/mp_web/alipayhk/showActionSheet.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/showActionSheet.js +3 -0
- package/lib/clients/mp_web/alipayhk/showAuthGuide.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/showAuthGuide.js +3 -0
- package/lib/clients/mp_web/alipayhk/showLoading.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/showLoading.js +3 -0
- package/lib/clients/mp_web/alipayhk/showNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/showNavigationBarLoading.js +3 -0
- package/lib/clients/mp_web/alipayhk/showSharePanel.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/showSharePanel.js +3 -0
- package/lib/clients/mp_web/alipayhk/showToast.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/showToast.js +3 -0
- package/lib/clients/mp_web/alipayhk/signContract.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/signContract.js +3 -0
- package/lib/clients/mp_web/alipayhk/startBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/startBluetoothDevicesDiscovery.js +3 -0
- package/lib/clients/mp_web/alipayhk/startPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/startPullDownRefresh.js +3 -0
- package/lib/clients/mp_web/alipayhk/stopBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/stopBluetoothDevicesDiscovery.js +3 -0
- package/lib/clients/mp_web/alipayhk/stopPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/stopPullDownRefresh.js +3 -0
- package/lib/clients/mp_web/alipayhk/switchTab.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/switchTab.js +3 -0
- package/lib/clients/mp_web/alipayhk/tradePay.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/tradePay.js +3 -0
- package/lib/clients/mp_web/alipayhk/uploadFile.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/uploadFile.js +3 -0
- package/lib/clients/mp_web/alipayhk/vibrate.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/vibrate.js +3 -0
- package/lib/clients/mp_web/alipayhk/watchShake.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/watchShake.js +3 -0
- package/lib/clients/mp_web/alipayhk/writeBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/writeBLECharacteristicValue.js +3 -0
- package/lib/clients/mp_web/chope/addPhoneContact.d.ts +2 -0
- package/lib/clients/mp_web/chope/addPhoneContact.js +3 -0
- package/lib/clients/mp_web/chope/alert.d.ts +2 -0
- package/lib/clients/mp_web/chope/alert.js +3 -0
- package/lib/clients/mp_web/chope/chooseImage.d.ts +2 -0
- package/lib/clients/mp_web/chope/chooseImage.js +3 -0
- package/lib/clients/mp_web/chope/choosePhoneContact.d.ts +2 -0
- package/lib/clients/mp_web/chope/choosePhoneContact.js +3 -0
- package/lib/clients/mp_web/chope/clearStorage.d.ts +2 -0
- package/lib/clients/mp_web/chope/clearStorage.js +3 -0
- package/lib/clients/mp_web/chope/closeBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp_web/chope/closeBluetoothAdapter.js +3 -0
- package/lib/clients/mp_web/chope/closeSocket.d.ts +2 -0
- package/lib/clients/mp_web/chope/closeSocket.js +3 -0
- package/lib/clients/mp_web/chope/confirm.d.ts +2 -0
- package/lib/clients/mp_web/chope/confirm.js +3 -0
- package/lib/clients/mp_web/chope/connectBLEDevice.d.ts +2 -0
- package/lib/clients/mp_web/chope/connectBLEDevice.js +3 -0
- package/lib/clients/mp_web/chope/connectSocket.d.ts +2 -0
- package/lib/clients/mp_web/chope/connectSocket.js +3 -0
- package/lib/clients/mp_web/chope/datePicker.d.ts +2 -0
- package/lib/clients/mp_web/chope/datePicker.js +3 -0
- package/lib/clients/mp_web/chope/disconnectBLEDevice.d.ts +2 -0
- package/lib/clients/mp_web/chope/disconnectBLEDevice.js +3 -0
- package/lib/clients/mp_web/chope/downloadFile.d.ts +2 -0
- package/lib/clients/mp_web/chope/downloadFile.js +3 -0
- package/lib/clients/mp_web/chope/getAppId.d.ts +2 -0
- package/lib/clients/mp_web/chope/getAppId.js +3 -0
- package/lib/clients/mp_web/chope/getAuthCode.d.ts +2 -0
- package/lib/clients/mp_web/chope/getAuthCode.js +3 -0
- package/lib/clients/mp_web/chope/getBLEDeviceCharacteristics.d.ts +2 -0
- package/lib/clients/mp_web/chope/getBLEDeviceCharacteristics.js +3 -0
- package/lib/clients/mp_web/chope/getBLEDeviceServices.d.ts +2 -0
- package/lib/clients/mp_web/chope/getBLEDeviceServices.js +3 -0
- package/lib/clients/mp_web/chope/getBatteryInfo.d.ts +2 -0
- package/lib/clients/mp_web/chope/getBatteryInfo.js +3 -0
- package/lib/clients/mp_web/chope/getBluetoothAdapterState.d.ts +2 -0
- package/lib/clients/mp_web/chope/getBluetoothAdapterState.js +3 -0
- package/lib/clients/mp_web/chope/getBluetoothDevices.d.ts +2 -0
- package/lib/clients/mp_web/chope/getBluetoothDevices.js +3 -0
- package/lib/clients/mp_web/chope/getClipboard.d.ts +2 -0
- package/lib/clients/mp_web/chope/getClipboard.js +3 -0
- package/lib/clients/mp_web/chope/getConnectedBluetoothDevices.d.ts +2 -0
- package/lib/clients/mp_web/chope/getConnectedBluetoothDevices.js +3 -0
- package/lib/clients/mp_web/chope/getCurrentLanguage.d.ts +2 -0
- package/lib/clients/mp_web/chope/getCurrentLanguage.js +3 -0
- package/lib/clients/mp_web/chope/getCurrentPages.d.ts +2 -0
- package/lib/clients/mp_web/chope/getCurrentPages.js +3 -0
- package/lib/clients/mp_web/chope/getFileInfo.d.ts +2 -0
- package/lib/clients/mp_web/chope/getFileInfo.js +3 -0
- package/lib/clients/mp_web/chope/getImageInfo.d.ts +2 -0
- package/lib/clients/mp_web/chope/getImageInfo.js +3 -0
- package/lib/clients/mp_web/chope/getLocation.d.ts +2 -0
- package/lib/clients/mp_web/chope/getLocation.js +3 -0
- package/lib/clients/mp_web/chope/getNetworkType.d.ts +2 -0
- package/lib/clients/mp_web/chope/getNetworkType.js +3 -0
- package/lib/clients/mp_web/chope/getOpenUserInfo.d.ts +2 -0
- package/lib/clients/mp_web/chope/getOpenUserInfo.js +3 -0
- package/lib/clients/mp_web/chope/getSDKVersion.d.ts +2 -0
- package/lib/clients/mp_web/chope/getSDKVersion.js +3 -0
- package/lib/clients/mp_web/chope/getSavedFileInfo.d.ts +2 -0
- package/lib/clients/mp_web/chope/getSavedFileInfo.js +3 -0
- package/lib/clients/mp_web/chope/getSavedFileList.d.ts +2 -0
- package/lib/clients/mp_web/chope/getSavedFileList.js +3 -0
- package/lib/clients/mp_web/chope/getScreenBrightness.d.ts +2 -0
- package/lib/clients/mp_web/chope/getScreenBrightness.js +3 -0
- package/lib/clients/mp_web/chope/getServerTime.d.ts +2 -0
- package/lib/clients/mp_web/chope/getServerTime.js +3 -0
- package/lib/clients/mp_web/chope/getSetting.d.ts +2 -0
- package/lib/clients/mp_web/chope/getSetting.js +3 -0
- package/lib/clients/mp_web/chope/getSiteInfo.d.ts +2 -0
- package/lib/clients/mp_web/chope/getSiteInfo.js +3 -0
- package/lib/clients/mp_web/chope/getStorage.d.ts +2 -0
- package/lib/clients/mp_web/chope/getStorage.js +3 -0
- package/lib/clients/mp_web/chope/getSystemInfo.d.ts +2 -0
- package/lib/clients/mp_web/chope/getSystemInfo.js +3 -0
- package/lib/clients/mp_web/chope/hideBackHome.d.ts +2 -0
- package/lib/clients/mp_web/chope/hideBackHome.js +3 -0
- package/lib/clients/mp_web/chope/hideKeyboard.d.ts +2 -0
- package/lib/clients/mp_web/chope/hideKeyboard.js +3 -0
- package/lib/clients/mp_web/chope/hideLoading.d.ts +2 -0
- package/lib/clients/mp_web/chope/hideLoading.js +3 -0
- package/lib/clients/mp_web/chope/hideNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp_web/chope/hideNavigationBarLoading.js +3 -0
- package/lib/clients/mp_web/chope/hideTabBar.d.ts +2 -0
- package/lib/clients/mp_web/chope/hideTabBar.js +3 -0
- package/lib/clients/mp_web/chope/hideToast.d.ts +2 -0
- package/lib/clients/mp_web/chope/hideToast.js +3 -0
- package/lib/clients/mp_web/chope/index.d.ts +348 -0
- package/lib/clients/mp_web/chope/index.js +237 -0
- package/lib/clients/mp_web/chope/makePhoneCall.d.ts +2 -0
- package/lib/clients/mp_web/chope/makePhoneCall.js +3 -0
- package/lib/clients/mp_web/chope/multiLevelSelect.d.ts +2 -0
- package/lib/clients/mp_web/chope/multiLevelSelect.js +3 -0
- package/lib/clients/mp_web/chope/navigateBack.d.ts +2 -0
- package/lib/clients/mp_web/chope/navigateBack.js +3 -0
- package/lib/clients/mp_web/chope/navigateBackMiniProgram.d.ts +2 -0
- package/lib/clients/mp_web/chope/navigateBackMiniProgram.js +3 -0
- package/lib/clients/mp_web/chope/navigateTo.d.ts +2 -0
- package/lib/clients/mp_web/chope/navigateTo.js +3 -0
- package/lib/clients/mp_web/chope/navigateToMiniProgram.d.ts +2 -0
- package/lib/clients/mp_web/chope/navigateToMiniProgram.js +3 -0
- package/lib/clients/mp_web/chope/notifyBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/chope/notifyBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/chope/offAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp_web/chope/offAccelerometerChange.js +3 -0
- package/lib/clients/mp_web/chope/offBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/chope/offBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/chope/offBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp_web/chope/offBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp_web/chope/offBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp_web/chope/offBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp_web/chope/offBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp_web/chope/offBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp_web/chope/offCompassChange.d.ts +2 -0
- package/lib/clients/mp_web/chope/offCompassChange.js +3 -0
- package/lib/clients/mp_web/chope/offMemoryWarning.d.ts +2 -0
- package/lib/clients/mp_web/chope/offMemoryWarning.js +3 -0
- package/lib/clients/mp_web/chope/offSocketClose.d.ts +2 -0
- package/lib/clients/mp_web/chope/offSocketClose.js +3 -0
- package/lib/clients/mp_web/chope/offSocketError.d.ts +2 -0
- package/lib/clients/mp_web/chope/offSocketError.js +3 -0
- package/lib/clients/mp_web/chope/offSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/chope/offSocketMessage.js +3 -0
- package/lib/clients/mp_web/chope/offSocketOpen.d.ts +2 -0
- package/lib/clients/mp_web/chope/offSocketOpen.js +3 -0
- package/lib/clients/mp_web/chope/offUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp_web/chope/offUserCaptureScreen.js +3 -0
- package/lib/clients/mp_web/chope/onAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp_web/chope/onAccelerometerChange.js +3 -0
- package/lib/clients/mp_web/chope/onBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/chope/onBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/chope/onBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp_web/chope/onBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp_web/chope/onBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp_web/chope/onBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp_web/chope/onBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp_web/chope/onBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp_web/chope/onCompassChange.d.ts +2 -0
- package/lib/clients/mp_web/chope/onCompassChange.js +3 -0
- package/lib/clients/mp_web/chope/onMemoryWarning.d.ts +2 -0
- package/lib/clients/mp_web/chope/onMemoryWarning.js +3 -0
- package/lib/clients/mp_web/chope/onSocketClose.d.ts +2 -0
- package/lib/clients/mp_web/chope/onSocketClose.js +3 -0
- package/lib/clients/mp_web/chope/onSocketError.d.ts +2 -0
- package/lib/clients/mp_web/chope/onSocketError.js +3 -0
- package/lib/clients/mp_web/chope/onSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/chope/onSocketMessage.js +3 -0
- package/lib/clients/mp_web/chope/onSocketOpen.d.ts +2 -0
- package/lib/clients/mp_web/chope/onSocketOpen.js +3 -0
- package/lib/clients/mp_web/chope/onUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp_web/chope/onUserCaptureScreen.js +3 -0
- package/lib/clients/mp_web/chope/openBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp_web/chope/openBluetoothAdapter.js +3 -0
- package/lib/clients/mp_web/chope/openDocument.d.ts +2 -0
- package/lib/clients/mp_web/chope/openDocument.js +3 -0
- package/lib/clients/mp_web/chope/openSetting.d.ts +2 -0
- package/lib/clients/mp_web/chope/openSetting.js +3 -0
- package/lib/clients/mp_web/chope/pageScrollTo.d.ts +2 -0
- package/lib/clients/mp_web/chope/pageScrollTo.js +3 -0
- package/lib/clients/mp_web/chope/previewImage.d.ts +2 -0
- package/lib/clients/mp_web/chope/previewImage.js +3 -0
- package/lib/clients/mp_web/chope/prompt.d.ts +2 -0
- package/lib/clients/mp_web/chope/prompt.js +3 -0
- package/lib/clients/mp_web/chope/reLaunch.d.ts +2 -0
- package/lib/clients/mp_web/chope/reLaunch.js +3 -0
- package/lib/clients/mp_web/chope/readBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp_web/chope/readBLECharacteristicValue.js +3 -0
- package/lib/clients/mp_web/chope/redirectTo.d.ts +2 -0
- package/lib/clients/mp_web/chope/redirectTo.js +3 -0
- package/lib/clients/mp_web/chope/removeSavedFile.d.ts +2 -0
- package/lib/clients/mp_web/chope/removeSavedFile.js +3 -0
- package/lib/clients/mp_web/chope/removeStorage.d.ts +2 -0
- package/lib/clients/mp_web/chope/removeStorage.js +3 -0
- package/lib/clients/mp_web/chope/request.d.ts +2 -0
- package/lib/clients/mp_web/chope/request.js +3 -0
- package/lib/clients/mp_web/chope/saveFile.d.ts +2 -0
- package/lib/clients/mp_web/chope/saveFile.js +3 -0
- package/lib/clients/mp_web/chope/saveImage.d.ts +2 -0
- package/lib/clients/mp_web/chope/saveImage.js +3 -0
- package/lib/clients/mp_web/chope/scan.d.ts +2 -0
- package/lib/clients/mp_web/chope/scan.js +3 -0
- package/lib/clients/mp_web/chope/sendSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/chope/sendSocketMessage.js +3 -0
- package/lib/clients/mp_web/chope/setBackgroundColor.d.ts +2 -0
- package/lib/clients/mp_web/chope/setBackgroundColor.js +3 -0
- package/lib/clients/mp_web/chope/setCanPullDown.d.ts +2 -0
- package/lib/clients/mp_web/chope/setCanPullDown.js +3 -0
- package/lib/clients/mp_web/chope/setClipboard.d.ts +2 -0
- package/lib/clients/mp_web/chope/setClipboard.js +3 -0
- package/lib/clients/mp_web/chope/setKeepScreenOn.d.ts +2 -0
- package/lib/clients/mp_web/chope/setKeepScreenOn.js +3 -0
- package/lib/clients/mp_web/chope/setNavigationBar.d.ts +2 -0
- package/lib/clients/mp_web/chope/setNavigationBar.js +3 -0
- package/lib/clients/mp_web/chope/setScreenBrightness.d.ts +2 -0
- package/lib/clients/mp_web/chope/setScreenBrightness.js +3 -0
- package/lib/clients/mp_web/chope/setStorage.d.ts +2 -0
- package/lib/clients/mp_web/chope/setStorage.js +3 -0
- package/lib/clients/mp_web/chope/setTabBarStyle.d.ts +2 -0
- package/lib/clients/mp_web/chope/setTabBarStyle.js +3 -0
- package/lib/clients/mp_web/chope/showActionSheet.d.ts +2 -0
- package/lib/clients/mp_web/chope/showActionSheet.js +3 -0
- package/lib/clients/mp_web/chope/showAuthGuide.d.ts +2 -0
- package/lib/clients/mp_web/chope/showAuthGuide.js +3 -0
- package/lib/clients/mp_web/chope/showLoading.d.ts +2 -0
- package/lib/clients/mp_web/chope/showLoading.js +3 -0
- package/lib/clients/mp_web/chope/showNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp_web/chope/showNavigationBarLoading.js +3 -0
- package/lib/clients/mp_web/chope/showSharePanel.d.ts +2 -0
- package/lib/clients/mp_web/chope/showSharePanel.js +3 -0
- package/lib/clients/mp_web/chope/showToast.d.ts +2 -0
- package/lib/clients/mp_web/chope/showToast.js +3 -0
- package/lib/clients/mp_web/chope/signContract.d.ts +2 -0
- package/lib/clients/mp_web/chope/signContract.js +3 -0
- package/lib/clients/mp_web/chope/startBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp_web/chope/startBluetoothDevicesDiscovery.js +3 -0
- package/lib/clients/mp_web/chope/startPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp_web/chope/startPullDownRefresh.js +3 -0
- package/lib/clients/mp_web/chope/stopBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp_web/chope/stopBluetoothDevicesDiscovery.js +3 -0
- package/lib/clients/mp_web/chope/stopPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp_web/chope/stopPullDownRefresh.js +3 -0
- package/lib/clients/mp_web/chope/switchTab.d.ts +2 -0
- package/lib/clients/mp_web/chope/switchTab.js +3 -0
- package/lib/clients/mp_web/chope/tradePay.d.ts +2 -0
- package/lib/clients/mp_web/chope/tradePay.js +3 -0
- package/lib/clients/mp_web/chope/uploadFile.d.ts +2 -0
- package/lib/clients/mp_web/chope/uploadFile.js +3 -0
- package/lib/clients/mp_web/chope/vibrate.d.ts +2 -0
- package/lib/clients/mp_web/chope/vibrate.js +3 -0
- package/lib/clients/mp_web/chope/watchShake.d.ts +2 -0
- package/lib/clients/mp_web/chope/watchShake.js +3 -0
- package/lib/clients/mp_web/chope/writeBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp_web/chope/writeBLECharacteristicValue.js +3 -0
- package/lib/clients/mp_web/dana/addPhoneContact.d.ts +2 -0
- package/lib/clients/mp_web/dana/addPhoneContact.js +3 -0
- package/lib/clients/mp_web/dana/alert.d.ts +2 -0
- package/lib/clients/mp_web/dana/alert.js +3 -0
- package/lib/clients/mp_web/dana/chooseImage.d.ts +2 -0
- package/lib/clients/mp_web/dana/chooseImage.js +3 -0
- package/lib/clients/mp_web/dana/choosePhoneContact.d.ts +2 -0
- package/lib/clients/mp_web/dana/choosePhoneContact.js +3 -0
- package/lib/clients/mp_web/dana/clearStorage.d.ts +2 -0
- package/lib/clients/mp_web/dana/clearStorage.js +3 -0
- package/lib/clients/mp_web/dana/closeBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp_web/dana/closeBluetoothAdapter.js +3 -0
- package/lib/clients/mp_web/dana/closeSocket.d.ts +2 -0
- package/lib/clients/mp_web/dana/closeSocket.js +3 -0
- package/lib/clients/mp_web/dana/confirm.d.ts +2 -0
- package/lib/clients/mp_web/dana/confirm.js +3 -0
- package/lib/clients/mp_web/dana/connectBLEDevice.d.ts +2 -0
- package/lib/clients/mp_web/dana/connectBLEDevice.js +3 -0
- package/lib/clients/mp_web/dana/connectSocket.d.ts +2 -0
- package/lib/clients/mp_web/dana/connectSocket.js +3 -0
- package/lib/clients/mp_web/dana/createWithoutAuthRpc.d.ts +2 -0
- package/lib/clients/mp_web/dana/createWithoutAuthRpc.js +3 -0
- package/lib/clients/mp_web/dana/datePicker.d.ts +2 -0
- package/lib/clients/mp_web/dana/datePicker.js +3 -0
- package/lib/clients/mp_web/dana/defineRuntimeConfig.d.ts +2 -0
- package/lib/clients/mp_web/dana/defineRuntimeConfig.js +3 -0
- package/lib/clients/mp_web/dana/disconnectBLEDevice.d.ts +2 -0
- package/lib/clients/mp_web/dana/disconnectBLEDevice.js +3 -0
- package/lib/clients/mp_web/dana/downloadFile.d.ts +2 -0
- package/lib/clients/mp_web/dana/downloadFile.js +3 -0
- package/lib/clients/mp_web/dana/getAppId.d.ts +2 -0
- package/lib/clients/mp_web/dana/getAppId.js +3 -0
- package/lib/clients/mp_web/dana/getAppToken.d.ts +2 -0
- package/lib/clients/mp_web/dana/getAppToken.js +3 -0
- package/lib/clients/mp_web/dana/getAuthCode.d.ts +2 -0
- package/lib/clients/mp_web/dana/getAuthCode.js +3 -0
- package/lib/clients/mp_web/dana/getBLEDeviceCharacteristics.d.ts +2 -0
- package/lib/clients/mp_web/dana/getBLEDeviceCharacteristics.js +3 -0
- package/lib/clients/mp_web/dana/getBLEDeviceServices.d.ts +2 -0
- package/lib/clients/mp_web/dana/getBLEDeviceServices.js +3 -0
- package/lib/clients/mp_web/dana/getBatteryInfo.d.ts +2 -0
- package/lib/clients/mp_web/dana/getBatteryInfo.js +3 -0
- package/lib/clients/mp_web/dana/getBluetoothAdapterState.d.ts +2 -0
- package/lib/clients/mp_web/dana/getBluetoothAdapterState.js +3 -0
- package/lib/clients/mp_web/dana/getBluetoothDevices.d.ts +2 -0
- package/lib/clients/mp_web/dana/getBluetoothDevices.js +3 -0
- package/lib/clients/mp_web/dana/getClipboard.d.ts +2 -0
- package/lib/clients/mp_web/dana/getClipboard.js +3 -0
- package/lib/clients/mp_web/dana/getConnectedBluetoothDevices.d.ts +2 -0
- package/lib/clients/mp_web/dana/getConnectedBluetoothDevices.js +3 -0
- package/lib/clients/mp_web/dana/getCurrentLanguage.d.ts +2 -0
- package/lib/clients/mp_web/dana/getCurrentLanguage.js +3 -0
- package/lib/clients/mp_web/dana/getCurrentPages.d.ts +2 -0
- package/lib/clients/mp_web/dana/getCurrentPages.js +3 -0
- package/lib/clients/mp_web/dana/getFileInfo.d.ts +2 -0
- package/lib/clients/mp_web/dana/getFileInfo.js +3 -0
- package/lib/clients/mp_web/dana/getImageInfo.d.ts +2 -0
- package/lib/clients/mp_web/dana/getImageInfo.js +3 -0
- package/lib/clients/mp_web/dana/getLocation.d.ts +2 -0
- package/lib/clients/mp_web/dana/getLocation.js +3 -0
- package/lib/clients/mp_web/dana/getNetworkType.d.ts +2 -0
- package/lib/clients/mp_web/dana/getNetworkType.js +3 -0
- package/lib/clients/mp_web/dana/getOpenUserInfo.d.ts +2 -0
- package/lib/clients/mp_web/dana/getOpenUserInfo.js +3 -0
- package/lib/clients/mp_web/dana/getSDKVersion.d.ts +2 -0
- package/lib/clients/mp_web/dana/getSDKVersion.js +3 -0
- package/lib/clients/mp_web/dana/getSavedFileInfo.d.ts +2 -0
- package/lib/clients/mp_web/dana/getSavedFileInfo.js +3 -0
- package/lib/clients/mp_web/dana/getSavedFileList.d.ts +2 -0
- package/lib/clients/mp_web/dana/getSavedFileList.js +3 -0
- package/lib/clients/mp_web/dana/getScreenBrightness.d.ts +2 -0
- package/lib/clients/mp_web/dana/getScreenBrightness.js +3 -0
- package/lib/clients/mp_web/dana/getServerTime.d.ts +2 -0
- package/lib/clients/mp_web/dana/getServerTime.js +3 -0
- package/lib/clients/mp_web/dana/getSetting.d.ts +2 -0
- package/lib/clients/mp_web/dana/getSetting.js +3 -0
- package/lib/clients/mp_web/dana/getSiteInfo.d.ts +2 -0
- package/lib/clients/mp_web/dana/getSiteInfo.js +3 -0
- package/lib/clients/mp_web/dana/getStorage.d.ts +2 -0
- package/lib/clients/mp_web/dana/getStorage.js +3 -0
- package/lib/clients/mp_web/dana/getSystemInfo.d.ts +2 -0
- package/lib/clients/mp_web/dana/getSystemInfo.js +3 -0
- package/lib/clients/mp_web/dana/hideBackHome.d.ts +2 -0
- package/lib/clients/mp_web/dana/hideBackHome.js +3 -0
- package/lib/clients/mp_web/dana/hideKeyboard.d.ts +2 -0
- package/lib/clients/mp_web/dana/hideKeyboard.js +3 -0
- package/lib/clients/mp_web/dana/hideLoading.d.ts +2 -0
- package/lib/clients/mp_web/dana/hideLoading.js +3 -0
- package/lib/clients/mp_web/dana/hideNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp_web/dana/hideNavigationBarLoading.js +3 -0
- package/lib/clients/mp_web/dana/hideTabBar.d.ts +2 -0
- package/lib/clients/mp_web/dana/hideTabBar.js +3 -0
- package/lib/clients/mp_web/dana/hideToast.d.ts +2 -0
- package/lib/clients/mp_web/dana/hideToast.js +3 -0
- package/lib/clients/mp_web/dana/index.d.ts +392 -0
- package/lib/clients/mp_web/dana/index.js +259 -0
- package/lib/clients/mp_web/dana/makePhoneCall.d.ts +2 -0
- package/lib/clients/mp_web/dana/makePhoneCall.js +3 -0
- package/lib/clients/mp_web/dana/multiLevelSelect.d.ts +2 -0
- package/lib/clients/mp_web/dana/multiLevelSelect.js +3 -0
- package/lib/clients/mp_web/dana/navigateBack.d.ts +2 -0
- package/lib/clients/mp_web/dana/navigateBack.js +3 -0
- package/lib/clients/mp_web/dana/navigateBackMiniProgram.d.ts +2 -0
- package/lib/clients/mp_web/dana/navigateBackMiniProgram.js +3 -0
- package/lib/clients/mp_web/dana/navigateTo.d.ts +2 -0
- package/lib/clients/mp_web/dana/navigateTo.js +3 -0
- package/lib/clients/mp_web/dana/navigateToMiniProgram.d.ts +2 -0
- package/lib/clients/mp_web/dana/navigateToMiniProgram.js +3 -0
- package/lib/clients/mp_web/dana/notifyBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/dana/notifyBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/dana/offAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp_web/dana/offAccelerometerChange.js +3 -0
- package/lib/clients/mp_web/dana/offBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/dana/offBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/dana/offBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp_web/dana/offBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp_web/dana/offBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp_web/dana/offBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp_web/dana/offBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp_web/dana/offBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp_web/dana/offCompassChange.d.ts +2 -0
- package/lib/clients/mp_web/dana/offCompassChange.js +3 -0
- package/lib/clients/mp_web/dana/offMemoryWarning.d.ts +2 -0
- package/lib/clients/mp_web/dana/offMemoryWarning.js +3 -0
- package/lib/clients/mp_web/dana/offSocketClose.d.ts +2 -0
- package/lib/clients/mp_web/dana/offSocketClose.js +3 -0
- package/lib/clients/mp_web/dana/offSocketError.d.ts +2 -0
- package/lib/clients/mp_web/dana/offSocketError.js +3 -0
- package/lib/clients/mp_web/dana/offSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/dana/offSocketMessage.js +3 -0
- package/lib/clients/mp_web/dana/offSocketOpen.d.ts +2 -0
- package/lib/clients/mp_web/dana/offSocketOpen.js +3 -0
- package/lib/clients/mp_web/dana/offUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp_web/dana/offUserCaptureScreen.js +3 -0
- package/lib/clients/mp_web/dana/onAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp_web/dana/onAccelerometerChange.js +3 -0
- package/lib/clients/mp_web/dana/onBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/dana/onBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/dana/onBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp_web/dana/onBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp_web/dana/onBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp_web/dana/onBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp_web/dana/onBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp_web/dana/onBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp_web/dana/onCompassChange.d.ts +2 -0
- package/lib/clients/mp_web/dana/onCompassChange.js +3 -0
- package/lib/clients/mp_web/dana/onMemoryWarning.d.ts +2 -0
- package/lib/clients/mp_web/dana/onMemoryWarning.js +3 -0
- package/lib/clients/mp_web/dana/onSocketClose.d.ts +2 -0
- package/lib/clients/mp_web/dana/onSocketClose.js +3 -0
- package/lib/clients/mp_web/dana/onSocketError.d.ts +2 -0
- package/lib/clients/mp_web/dana/onSocketError.js +3 -0
- package/lib/clients/mp_web/dana/onSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/dana/onSocketMessage.js +3 -0
- package/lib/clients/mp_web/dana/onSocketOpen.d.ts +2 -0
- package/lib/clients/mp_web/dana/onSocketOpen.js +3 -0
- package/lib/clients/mp_web/dana/onUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp_web/dana/onUserCaptureScreen.js +3 -0
- package/lib/clients/mp_web/dana/openApPayCodePage.d.ts +2 -0
- package/lib/clients/mp_web/dana/openApPayCodePage.js +3 -0
- package/lib/clients/mp_web/dana/openBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp_web/dana/openBluetoothAdapter.js +3 -0
- package/lib/clients/mp_web/dana/openDocument.d.ts +2 -0
- package/lib/clients/mp_web/dana/openDocument.js +3 -0
- package/lib/clients/mp_web/dana/openInApp.d.ts +2 -0
- package/lib/clients/mp_web/dana/openInApp.js +3 -0
- package/lib/clients/mp_web/dana/openInBrowser.d.ts +2 -0
- package/lib/clients/mp_web/dana/openInBrowser.js +3 -0
- package/lib/clients/mp_web/dana/openOtherApp.d.ts +2 -0
- package/lib/clients/mp_web/dana/openOtherApp.js +3 -0
- package/lib/clients/mp_web/dana/openPayCodePage.d.ts +2 -0
- package/lib/clients/mp_web/dana/openPayCodePage.js +3 -0
- package/lib/clients/mp_web/dana/openScanPage.d.ts +2 -0
- package/lib/clients/mp_web/dana/openScanPage.js +3 -0
- package/lib/clients/mp_web/dana/openSetting.d.ts +2 -0
- package/lib/clients/mp_web/dana/openSetting.js +3 -0
- package/lib/clients/mp_web/dana/openURL.d.ts +2 -0
- package/lib/clients/mp_web/dana/openURL.js +3 -0
- package/lib/clients/mp_web/dana/openWebURL.d.ts +2 -0
- package/lib/clients/mp_web/dana/openWebURL.js +3 -0
- package/lib/clients/mp_web/dana/pageScrollTo.d.ts +2 -0
- package/lib/clients/mp_web/dana/pageScrollTo.js +3 -0
- package/lib/clients/mp_web/dana/previewImage.d.ts +2 -0
- package/lib/clients/mp_web/dana/previewImage.js +3 -0
- package/lib/clients/mp_web/dana/prompt.d.ts +2 -0
- package/lib/clients/mp_web/dana/prompt.js +3 -0
- package/lib/clients/mp_web/dana/reLaunch.d.ts +2 -0
- package/lib/clients/mp_web/dana/reLaunch.js +3 -0
- package/lib/clients/mp_web/dana/readBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp_web/dana/readBLECharacteristicValue.js +3 -0
- package/lib/clients/mp_web/dana/redirectTo.d.ts +2 -0
- package/lib/clients/mp_web/dana/redirectTo.js +3 -0
- package/lib/clients/mp_web/dana/removeSavedFile.d.ts +2 -0
- package/lib/clients/mp_web/dana/removeSavedFile.js +3 -0
- package/lib/clients/mp_web/dana/removeStorage.d.ts +2 -0
- package/lib/clients/mp_web/dana/removeStorage.js +3 -0
- package/lib/clients/mp_web/dana/request.d.ts +2 -0
- package/lib/clients/mp_web/dana/request.js +3 -0
- package/lib/clients/mp_web/dana/saveFile.d.ts +2 -0
- package/lib/clients/mp_web/dana/saveFile.js +3 -0
- package/lib/clients/mp_web/dana/saveImage.d.ts +2 -0
- package/lib/clients/mp_web/dana/saveImage.js +3 -0
- package/lib/clients/mp_web/dana/scan.d.ts +2 -0
- package/lib/clients/mp_web/dana/scan.js +3 -0
- package/lib/clients/mp_web/dana/sendSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/dana/sendSocketMessage.js +3 -0
- package/lib/clients/mp_web/dana/setBackgroundColor.d.ts +2 -0
- package/lib/clients/mp_web/dana/setBackgroundColor.js +3 -0
- package/lib/clients/mp_web/dana/setCanPullDown.d.ts +2 -0
- package/lib/clients/mp_web/dana/setCanPullDown.js +3 -0
- package/lib/clients/mp_web/dana/setClipboard.d.ts +2 -0
- package/lib/clients/mp_web/dana/setClipboard.js +3 -0
- package/lib/clients/mp_web/dana/setKeepScreenOn.d.ts +2 -0
- package/lib/clients/mp_web/dana/setKeepScreenOn.js +3 -0
- package/lib/clients/mp_web/dana/setNavigationBar.d.ts +2 -0
- package/lib/clients/mp_web/dana/setNavigationBar.js +3 -0
- package/lib/clients/mp_web/dana/setScreenBrightness.d.ts +2 -0
- package/lib/clients/mp_web/dana/setScreenBrightness.js +3 -0
- package/lib/clients/mp_web/dana/setStorage.d.ts +2 -0
- package/lib/clients/mp_web/dana/setStorage.js +3 -0
- package/lib/clients/mp_web/dana/setTabBarStyle.d.ts +2 -0
- package/lib/clients/mp_web/dana/setTabBarStyle.js +3 -0
- package/lib/clients/mp_web/dana/showActionSheet.d.ts +2 -0
- package/lib/clients/mp_web/dana/showActionSheet.js +3 -0
- package/lib/clients/mp_web/dana/showAuthGuide.d.ts +2 -0
- package/lib/clients/mp_web/dana/showAuthGuide.js +3 -0
- package/lib/clients/mp_web/dana/showLoading.d.ts +2 -0
- package/lib/clients/mp_web/dana/showLoading.js +3 -0
- package/lib/clients/mp_web/dana/showNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp_web/dana/showNavigationBarLoading.js +3 -0
- package/lib/clients/mp_web/dana/showSharePanel.d.ts +2 -0
- package/lib/clients/mp_web/dana/showSharePanel.js +3 -0
- package/lib/clients/mp_web/dana/showToast.d.ts +2 -0
- package/lib/clients/mp_web/dana/showToast.js +3 -0
- package/lib/clients/mp_web/dana/signContract.d.ts +2 -0
- package/lib/clients/mp_web/dana/signContract.js +3 -0
- package/lib/clients/mp_web/dana/startBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp_web/dana/startBluetoothDevicesDiscovery.js +3 -0
- package/lib/clients/mp_web/dana/startPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp_web/dana/startPullDownRefresh.js +3 -0
- package/lib/clients/mp_web/dana/stopBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp_web/dana/stopBluetoothDevicesDiscovery.js +3 -0
- package/lib/clients/mp_web/dana/stopPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp_web/dana/stopPullDownRefresh.js +3 -0
- package/lib/clients/mp_web/dana/switchTab.d.ts +2 -0
- package/lib/clients/mp_web/dana/switchTab.js +3 -0
- package/lib/clients/mp_web/dana/tradePay.d.ts +2 -0
- package/lib/clients/mp_web/dana/tradePay.js +3 -0
- package/lib/clients/mp_web/dana/uploadFile.d.ts +2 -0
- package/lib/clients/mp_web/dana/uploadFile.js +3 -0
- package/lib/clients/mp_web/dana/vibrate.d.ts +2 -0
- package/lib/clients/mp_web/dana/vibrate.js +3 -0
- package/lib/clients/mp_web/dana/watchShake.d.ts +2 -0
- package/lib/clients/mp_web/dana/watchShake.js +3 -0
- package/lib/clients/mp_web/dana/writeBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp_web/dana/writeBLECharacteristicValue.js +3 -0
- package/lib/clients/mp_web/demo/APRegionRPC.d.ts +2 -0
- package/lib/clients/mp_web/demo/APRegionRPC.js +3 -0
- package/lib/clients/mp_web/demo/addFatigueAction.d.ts +2 -0
- package/lib/clients/mp_web/demo/addFatigueAction.js +3 -0
- package/lib/clients/mp_web/demo/addPhoneContact.d.ts +2 -0
- package/lib/clients/mp_web/demo/addPhoneContact.js +3 -0
- package/lib/clients/mp_web/demo/alert.d.ts +2 -0
- package/lib/clients/mp_web/demo/alert.js +3 -0
- package/lib/clients/mp_web/demo/apDisableJSAPI.d.ts +2 -0
- package/lib/clients/mp_web/demo/apDisableJSAPI.js +3 -0
- package/lib/clients/mp_web/demo/appxrpc.d.ts +2 -0
- package/lib/clients/mp_web/demo/appxrpc.js +3 -0
- package/lib/clients/mp_web/demo/batchQueryCdpSpaceInfo.d.ts +2 -0
- package/lib/clients/mp_web/demo/batchQueryCdpSpaceInfo.js +3 -0
- package/lib/clients/mp_web/demo/chooseImage.d.ts +2 -0
- package/lib/clients/mp_web/demo/chooseImage.js +3 -0
- package/lib/clients/mp_web/demo/choosePhoneContact.d.ts +2 -0
- package/lib/clients/mp_web/demo/choosePhoneContact.js +3 -0
- package/lib/clients/mp_web/demo/clearStorage.d.ts +2 -0
- package/lib/clients/mp_web/demo/clearStorage.js +3 -0
- package/lib/clients/mp_web/demo/closeBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp_web/demo/closeBluetoothAdapter.js +3 -0
- package/lib/clients/mp_web/demo/closeSocket.d.ts +2 -0
- package/lib/clients/mp_web/demo/closeSocket.js +3 -0
- package/lib/clients/mp_web/demo/confirm.d.ts +2 -0
- package/lib/clients/mp_web/demo/confirm.js +3 -0
- package/lib/clients/mp_web/demo/connectBLEDevice.d.ts +2 -0
- package/lib/clients/mp_web/demo/connectBLEDevice.js +3 -0
- package/lib/clients/mp_web/demo/connectSocket.d.ts +2 -0
- package/lib/clients/mp_web/demo/connectSocket.js +3 -0
- package/lib/clients/mp_web/demo/datePicker.d.ts +2 -0
- package/lib/clients/mp_web/demo/datePicker.js +3 -0
- package/lib/clients/mp_web/demo/disconnectBLEDevice.d.ts +2 -0
- package/lib/clients/mp_web/demo/disconnectBLEDevice.js +3 -0
- package/lib/clients/mp_web/demo/downloadFile.d.ts +2 -0
- package/lib/clients/mp_web/demo/downloadFile.js +3 -0
- package/lib/clients/mp_web/demo/exitApp.d.ts +2 -0
- package/lib/clients/mp_web/demo/exitApp.js +3 -0
- package/lib/clients/mp_web/demo/getAppId.d.ts +2 -0
- package/lib/clients/mp_web/demo/getAppId.js +3 -0
- package/lib/clients/mp_web/demo/getAppToken.d.ts +2 -0
- package/lib/clients/mp_web/demo/getAppToken.js +3 -0
- package/lib/clients/mp_web/demo/getAuthCode.d.ts +2 -0
- package/lib/clients/mp_web/demo/getAuthCode.js +3 -0
- package/lib/clients/mp_web/demo/getBLEDeviceCharacteristics.d.ts +2 -0
- package/lib/clients/mp_web/demo/getBLEDeviceCharacteristics.js +3 -0
- package/lib/clients/mp_web/demo/getBLEDeviceServices.d.ts +2 -0
- package/lib/clients/mp_web/demo/getBLEDeviceServices.js +3 -0
- package/lib/clients/mp_web/demo/getBatteryInfo.d.ts +2 -0
- package/lib/clients/mp_web/demo/getBatteryInfo.js +3 -0
- package/lib/clients/mp_web/demo/getBluetoothAdapterState.d.ts +2 -0
- package/lib/clients/mp_web/demo/getBluetoothAdapterState.js +3 -0
- package/lib/clients/mp_web/demo/getBluetoothDevices.d.ts +2 -0
- package/lib/clients/mp_web/demo/getBluetoothDevices.js +3 -0
- package/lib/clients/mp_web/demo/getClipboard.d.ts +2 -0
- package/lib/clients/mp_web/demo/getClipboard.js +3 -0
- package/lib/clients/mp_web/demo/getComponentAuth.d.ts +2 -0
- package/lib/clients/mp_web/demo/getComponentAuth.js +3 -0
- package/lib/clients/mp_web/demo/getConnectedBluetoothDevices.d.ts +2 -0
- package/lib/clients/mp_web/demo/getConnectedBluetoothDevices.js +3 -0
- package/lib/clients/mp_web/demo/getCurrentLanguage.d.ts +2 -0
- package/lib/clients/mp_web/demo/getCurrentLanguage.js +3 -0
- package/lib/clients/mp_web/demo/getCurrentPages.d.ts +2 -0
- package/lib/clients/mp_web/demo/getCurrentPages.js +3 -0
- package/lib/clients/mp_web/demo/getFileInfo.d.ts +2 -0
- package/lib/clients/mp_web/demo/getFileInfo.js +3 -0
- package/lib/clients/mp_web/demo/getImageInfo.d.ts +2 -0
- package/lib/clients/mp_web/demo/getImageInfo.js +3 -0
- package/lib/clients/mp_web/demo/getLocation.d.ts +2 -0
- package/lib/clients/mp_web/demo/getLocation.js +3 -0
- package/lib/clients/mp_web/demo/getNetworkType.d.ts +2 -0
- package/lib/clients/mp_web/demo/getNetworkType.js +3 -0
- package/lib/clients/mp_web/demo/getOpenUserInfo.d.ts +2 -0
- package/lib/clients/mp_web/demo/getOpenUserInfo.js +3 -0
- package/lib/clients/mp_web/demo/getPaymentCode.d.ts +2 -0
- package/lib/clients/mp_web/demo/getPaymentCode.js +3 -0
- package/lib/clients/mp_web/demo/getPhoneNumber.d.ts +2 -0
- package/lib/clients/mp_web/demo/getPhoneNumber.js +3 -0
- package/lib/clients/mp_web/demo/getSDKVersion.d.ts +2 -0
- package/lib/clients/mp_web/demo/getSDKVersion.js +3 -0
- package/lib/clients/mp_web/demo/getSavedFileInfo.d.ts +2 -0
- package/lib/clients/mp_web/demo/getSavedFileInfo.js +3 -0
- package/lib/clients/mp_web/demo/getSavedFileList.d.ts +2 -0
- package/lib/clients/mp_web/demo/getSavedFileList.js +3 -0
- package/lib/clients/mp_web/demo/getScreenBrightness.d.ts +2 -0
- package/lib/clients/mp_web/demo/getScreenBrightness.js +3 -0
- package/lib/clients/mp_web/demo/getServerTime.d.ts +2 -0
- package/lib/clients/mp_web/demo/getServerTime.js +3 -0
- package/lib/clients/mp_web/demo/getSetting.d.ts +2 -0
- package/lib/clients/mp_web/demo/getSetting.js +3 -0
- package/lib/clients/mp_web/demo/getSiteInfo.d.ts +2 -0
- package/lib/clients/mp_web/demo/getSiteInfo.js +3 -0
- package/lib/clients/mp_web/demo/getStorage.d.ts +2 -0
- package/lib/clients/mp_web/demo/getStorage.js +3 -0
- package/lib/clients/mp_web/demo/getSystemInfo.d.ts +2 -0
- package/lib/clients/mp_web/demo/getSystemInfo.js +3 -0
- package/lib/clients/mp_web/demo/hideBackHome.d.ts +2 -0
- package/lib/clients/mp_web/demo/hideBackHome.js +3 -0
- package/lib/clients/mp_web/demo/hideKeyboard.d.ts +2 -0
- package/lib/clients/mp_web/demo/hideKeyboard.js +3 -0
- package/lib/clients/mp_web/demo/hideLoading.d.ts +2 -0
- package/lib/clients/mp_web/demo/hideLoading.js +3 -0
- package/lib/clients/mp_web/demo/hideNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp_web/demo/hideNavigationBarLoading.js +3 -0
- package/lib/clients/mp_web/demo/hideOptionButton.d.ts +2 -0
- package/lib/clients/mp_web/demo/hideOptionButton.js +3 -0
- package/lib/clients/mp_web/demo/hideTabBar.d.ts +2 -0
- package/lib/clients/mp_web/demo/hideTabBar.js +3 -0
- package/lib/clients/mp_web/demo/hideToast.d.ts +2 -0
- package/lib/clients/mp_web/demo/hideToast.js +3 -0
- package/lib/clients/mp_web/demo/index.d.ts +401 -0
- package/lib/clients/mp_web/demo/index.js +285 -0
- package/lib/clients/mp_web/demo/inquireQuote.d.ts +2 -0
- package/lib/clients/mp_web/demo/inquireQuote.js +3 -0
- package/lib/clients/mp_web/demo/isInstalledApp.d.ts +2 -0
- package/lib/clients/mp_web/demo/isInstalledApp.js +3 -0
- package/lib/clients/mp_web/demo/makePhoneCall.d.ts +2 -0
- package/lib/clients/mp_web/demo/makePhoneCall.js +3 -0
- package/lib/clients/mp_web/demo/multiLevelSelect.d.ts +2 -0
- package/lib/clients/mp_web/demo/multiLevelSelect.js +3 -0
- package/lib/clients/mp_web/demo/navigateBack.d.ts +2 -0
- package/lib/clients/mp_web/demo/navigateBack.js +3 -0
- package/lib/clients/mp_web/demo/navigateBackMiniProgram.d.ts +2 -0
- package/lib/clients/mp_web/demo/navigateBackMiniProgram.js +3 -0
- package/lib/clients/mp_web/demo/navigateTo.d.ts +2 -0
- package/lib/clients/mp_web/demo/navigateTo.js +3 -0
- package/lib/clients/mp_web/demo/navigateToBizScene.d.ts +2 -0
- package/lib/clients/mp_web/demo/navigateToBizScene.js +3 -0
- package/lib/clients/mp_web/demo/navigateToMiniProgram.d.ts +2 -0
- package/lib/clients/mp_web/demo/navigateToMiniProgram.js +3 -0
- package/lib/clients/mp_web/demo/notifyBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/demo/notifyBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/demo/offAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp_web/demo/offAccelerometerChange.js +3 -0
- package/lib/clients/mp_web/demo/offBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/demo/offBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/demo/offBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp_web/demo/offBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp_web/demo/offBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp_web/demo/offBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp_web/demo/offBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp_web/demo/offBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp_web/demo/offCompassChange.d.ts +2 -0
- package/lib/clients/mp_web/demo/offCompassChange.js +3 -0
- package/lib/clients/mp_web/demo/offMemoryWarning.d.ts +2 -0
- package/lib/clients/mp_web/demo/offMemoryWarning.js +3 -0
- package/lib/clients/mp_web/demo/offSocketClose.d.ts +2 -0
- package/lib/clients/mp_web/demo/offSocketClose.js +3 -0
- package/lib/clients/mp_web/demo/offSocketError.d.ts +2 -0
- package/lib/clients/mp_web/demo/offSocketError.js +3 -0
- package/lib/clients/mp_web/demo/offSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/demo/offSocketMessage.js +3 -0
- package/lib/clients/mp_web/demo/offSocketOpen.d.ts +2 -0
- package/lib/clients/mp_web/demo/offSocketOpen.js +3 -0
- package/lib/clients/mp_web/demo/offUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp_web/demo/offUserCaptureScreen.js +3 -0
- package/lib/clients/mp_web/demo/onAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp_web/demo/onAccelerometerChange.js +3 -0
- package/lib/clients/mp_web/demo/onBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/demo/onBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/demo/onBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp_web/demo/onBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp_web/demo/onBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp_web/demo/onBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp_web/demo/onBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp_web/demo/onBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp_web/demo/onCompassChange.d.ts +2 -0
- package/lib/clients/mp_web/demo/onCompassChange.js +3 -0
- package/lib/clients/mp_web/demo/onMemoryWarning.d.ts +2 -0
- package/lib/clients/mp_web/demo/onMemoryWarning.js +3 -0
- package/lib/clients/mp_web/demo/onSocketClose.d.ts +2 -0
- package/lib/clients/mp_web/demo/onSocketClose.js +3 -0
- package/lib/clients/mp_web/demo/onSocketError.d.ts +2 -0
- package/lib/clients/mp_web/demo/onSocketError.js +3 -0
- package/lib/clients/mp_web/demo/onSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/demo/onSocketMessage.js +3 -0
- package/lib/clients/mp_web/demo/onSocketOpen.d.ts +2 -0
- package/lib/clients/mp_web/demo/onSocketOpen.js +3 -0
- package/lib/clients/mp_web/demo/onUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp_web/demo/onUserCaptureScreen.js +3 -0
- package/lib/clients/mp_web/demo/openBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp_web/demo/openBluetoothAdapter.js +3 -0
- package/lib/clients/mp_web/demo/openDocument.d.ts +2 -0
- package/lib/clients/mp_web/demo/openDocument.js +3 -0
- package/lib/clients/mp_web/demo/openSchemeWithBacking.d.ts +2 -0
- package/lib/clients/mp_web/demo/openSchemeWithBacking.js +3 -0
- package/lib/clients/mp_web/demo/openSetting.d.ts +2 -0
- package/lib/clients/mp_web/demo/openSetting.js +3 -0
- package/lib/clients/mp_web/demo/pageScrollTo.d.ts +2 -0
- package/lib/clients/mp_web/demo/pageScrollTo.js +3 -0
- package/lib/clients/mp_web/demo/paySignCenter.d.ts +2 -0
- package/lib/clients/mp_web/demo/paySignCenter.js +3 -0
- package/lib/clients/mp_web/demo/previewImage.d.ts +2 -0
- package/lib/clients/mp_web/demo/previewImage.js +3 -0
- package/lib/clients/mp_web/demo/prompt.d.ts +2 -0
- package/lib/clients/mp_web/demo/prompt.js +3 -0
- package/lib/clients/mp_web/demo/reLaunch.d.ts +2 -0
- package/lib/clients/mp_web/demo/reLaunch.js +3 -0
- package/lib/clients/mp_web/demo/readBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp_web/demo/readBLECharacteristicValue.js +3 -0
- package/lib/clients/mp_web/demo/redirectTo.d.ts +2 -0
- package/lib/clients/mp_web/demo/redirectTo.js +3 -0
- package/lib/clients/mp_web/demo/regionFetchAllApps.d.ts +2 -0
- package/lib/clients/mp_web/demo/regionFetchAllApps.js +3 -0
- package/lib/clients/mp_web/demo/regionSearchAppsByKeywords.d.ts +2 -0
- package/lib/clients/mp_web/demo/regionSearchAppsByKeywords.js +3 -0
- package/lib/clients/mp_web/demo/removeSavedFile.d.ts +2 -0
- package/lib/clients/mp_web/demo/removeSavedFile.js +3 -0
- package/lib/clients/mp_web/demo/removeStorage.d.ts +2 -0
- package/lib/clients/mp_web/demo/removeStorage.js +3 -0
- package/lib/clients/mp_web/demo/request.d.ts +2 -0
- package/lib/clients/mp_web/demo/request.js +3 -0
- package/lib/clients/mp_web/demo/rpc.d.ts +2 -0
- package/lib/clients/mp_web/demo/rpc.js +3 -0
- package/lib/clients/mp_web/demo/saveFile.d.ts +2 -0
- package/lib/clients/mp_web/demo/saveFile.js +3 -0
- package/lib/clients/mp_web/demo/saveImage.d.ts +2 -0
- package/lib/clients/mp_web/demo/saveImage.js +3 -0
- package/lib/clients/mp_web/demo/scan.d.ts +2 -0
- package/lib/clients/mp_web/demo/scan.js +3 -0
- package/lib/clients/mp_web/demo/sendSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/demo/sendSocketMessage.js +3 -0
- package/lib/clients/mp_web/demo/setBackgroundColor.d.ts +2 -0
- package/lib/clients/mp_web/demo/setBackgroundColor.js +3 -0
- package/lib/clients/mp_web/demo/setCanPullDown.d.ts +2 -0
- package/lib/clients/mp_web/demo/setCanPullDown.js +3 -0
- package/lib/clients/mp_web/demo/setClipboard.d.ts +2 -0
- package/lib/clients/mp_web/demo/setClipboard.js +3 -0
- package/lib/clients/mp_web/demo/setKeepScreenOn.d.ts +2 -0
- package/lib/clients/mp_web/demo/setKeepScreenOn.js +3 -0
- package/lib/clients/mp_web/demo/setNavigationBar.d.ts +2 -0
- package/lib/clients/mp_web/demo/setNavigationBar.js +3 -0
- package/lib/clients/mp_web/demo/setOptionMenu.d.ts +2 -0
- package/lib/clients/mp_web/demo/setOptionMenu.js +3 -0
- package/lib/clients/mp_web/demo/setScreenBrightness.d.ts +2 -0
- package/lib/clients/mp_web/demo/setScreenBrightness.js +3 -0
- package/lib/clients/mp_web/demo/setStorage.d.ts +2 -0
- package/lib/clients/mp_web/demo/setStorage.js +3 -0
- package/lib/clients/mp_web/demo/setTabBarStyle.d.ts +2 -0
- package/lib/clients/mp_web/demo/setTabBarStyle.js +3 -0
- package/lib/clients/mp_web/demo/showActionSheet.d.ts +2 -0
- package/lib/clients/mp_web/demo/showActionSheet.js +3 -0
- package/lib/clients/mp_web/demo/showAuthGuide.d.ts +2 -0
- package/lib/clients/mp_web/demo/showAuthGuide.js +3 -0
- package/lib/clients/mp_web/demo/showLoading.d.ts +2 -0
- package/lib/clients/mp_web/demo/showLoading.js +3 -0
- package/lib/clients/mp_web/demo/showNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp_web/demo/showNavigationBarLoading.js +3 -0
- package/lib/clients/mp_web/demo/showSharePanel.d.ts +2 -0
- package/lib/clients/mp_web/demo/showSharePanel.js +3 -0
- package/lib/clients/mp_web/demo/showToast.d.ts +2 -0
- package/lib/clients/mp_web/demo/showToast.js +3 -0
- package/lib/clients/mp_web/demo/signContract.d.ts +2 -0
- package/lib/clients/mp_web/demo/signContract.js +3 -0
- package/lib/clients/mp_web/demo/startApp.d.ts +2 -0
- package/lib/clients/mp_web/demo/startApp.js +3 -0
- package/lib/clients/mp_web/demo/startBizService.d.ts +2 -0
- package/lib/clients/mp_web/demo/startBizService.js +3 -0
- package/lib/clients/mp_web/demo/startBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp_web/demo/startBluetoothDevicesDiscovery.js +3 -0
- package/lib/clients/mp_web/demo/startPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp_web/demo/startPullDownRefresh.js +3 -0
- package/lib/clients/mp_web/demo/stopBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp_web/demo/stopBluetoothDevicesDiscovery.js +3 -0
- package/lib/clients/mp_web/demo/stopPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp_web/demo/stopPullDownRefresh.js +3 -0
- package/lib/clients/mp_web/demo/switchTab.d.ts +2 -0
- package/lib/clients/mp_web/demo/switchTab.js +3 -0
- package/lib/clients/mp_web/demo/thirdPartyAuthForAc.d.ts +2 -0
- package/lib/clients/mp_web/demo/thirdPartyAuthForAc.js +3 -0
- package/lib/clients/mp_web/demo/tradePay.d.ts +2 -0
- package/lib/clients/mp_web/demo/tradePay.js +3 -0
- package/lib/clients/mp_web/demo/uploadApdidToken.d.ts +2 -0
- package/lib/clients/mp_web/demo/uploadApdidToken.js +3 -0
- package/lib/clients/mp_web/demo/uploadFile.d.ts +2 -0
- package/lib/clients/mp_web/demo/uploadFile.js +3 -0
- package/lib/clients/mp_web/demo/vibrate.d.ts +2 -0
- package/lib/clients/mp_web/demo/vibrate.js +3 -0
- package/lib/clients/mp_web/demo/watchShake.d.ts +2 -0
- package/lib/clients/mp_web/demo/watchShake.js +3 -0
- package/lib/clients/mp_web/demo/writeBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp_web/demo/writeBLECharacteristicValue.js +3 -0
- package/lib/clients/mp_web/gcash/addPhoneContact.d.ts +2 -0
- package/lib/clients/mp_web/gcash/addPhoneContact.js +3 -0
- package/lib/clients/mp_web/gcash/alert.d.ts +2 -0
- package/lib/clients/mp_web/gcash/alert.js +3 -0
- package/lib/clients/mp_web/gcash/chooseImage.d.ts +2 -0
- package/lib/clients/mp_web/gcash/chooseImage.js +3 -0
- package/lib/clients/mp_web/gcash/choosePhoneContact.d.ts +2 -0
- package/lib/clients/mp_web/gcash/choosePhoneContact.js +3 -0
- package/lib/clients/mp_web/gcash/clearStorage.d.ts +2 -0
- package/lib/clients/mp_web/gcash/clearStorage.js +3 -0
- package/lib/clients/mp_web/gcash/closeBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp_web/gcash/closeBluetoothAdapter.js +3 -0
- package/lib/clients/mp_web/gcash/closeSocket.d.ts +2 -0
- package/lib/clients/mp_web/gcash/closeSocket.js +3 -0
- package/lib/clients/mp_web/gcash/confirm.d.ts +2 -0
- package/lib/clients/mp_web/gcash/confirm.js +3 -0
- package/lib/clients/mp_web/gcash/connectBLEDevice.d.ts +2 -0
- package/lib/clients/mp_web/gcash/connectBLEDevice.js +3 -0
- package/lib/clients/mp_web/gcash/connectSocket.d.ts +2 -0
- package/lib/clients/mp_web/gcash/connectSocket.js +3 -0
- package/lib/clients/mp_web/gcash/createWithoutAuthRpc.d.ts +2 -0
- package/lib/clients/mp_web/gcash/createWithoutAuthRpc.js +3 -0
- package/lib/clients/mp_web/gcash/datePicker.d.ts +2 -0
- package/lib/clients/mp_web/gcash/datePicker.js +3 -0
- package/lib/clients/mp_web/gcash/defineRuntimeConfig.d.ts +2 -0
- package/lib/clients/mp_web/gcash/defineRuntimeConfig.js +3 -0
- package/lib/clients/mp_web/gcash/disconnectBLEDevice.d.ts +2 -0
- package/lib/clients/mp_web/gcash/disconnectBLEDevice.js +3 -0
- package/lib/clients/mp_web/gcash/downloadFile.d.ts +2 -0
- package/lib/clients/mp_web/gcash/downloadFile.js +3 -0
- package/lib/clients/mp_web/gcash/getAppId.d.ts +2 -0
- package/lib/clients/mp_web/gcash/getAppId.js +3 -0
- package/lib/clients/mp_web/gcash/getAppToken.d.ts +2 -0
- package/lib/clients/mp_web/gcash/getAppToken.js +3 -0
- package/lib/clients/mp_web/gcash/getAuthCode.d.ts +2 -0
- package/lib/clients/mp_web/gcash/getAuthCode.js +3 -0
- package/lib/clients/mp_web/gcash/getBLEDeviceCharacteristics.d.ts +2 -0
- package/lib/clients/mp_web/gcash/getBLEDeviceCharacteristics.js +3 -0
- package/lib/clients/mp_web/gcash/getBLEDeviceServices.d.ts +2 -0
- package/lib/clients/mp_web/gcash/getBLEDeviceServices.js +3 -0
- package/lib/clients/mp_web/gcash/getBatteryInfo.d.ts +2 -0
- package/lib/clients/mp_web/gcash/getBatteryInfo.js +3 -0
- package/lib/clients/mp_web/gcash/getBluetoothAdapterState.d.ts +2 -0
- package/lib/clients/mp_web/gcash/getBluetoothAdapterState.js +3 -0
- package/lib/clients/mp_web/gcash/getBluetoothDevices.d.ts +2 -0
- package/lib/clients/mp_web/gcash/getBluetoothDevices.js +3 -0
- package/lib/clients/mp_web/gcash/getClipboard.d.ts +2 -0
- package/lib/clients/mp_web/gcash/getClipboard.js +3 -0
- package/lib/clients/mp_web/gcash/getConnectedBluetoothDevices.d.ts +2 -0
- package/lib/clients/mp_web/gcash/getConnectedBluetoothDevices.js +3 -0
- package/lib/clients/mp_web/gcash/getCurrentLanguage.d.ts +2 -0
- package/lib/clients/mp_web/gcash/getCurrentLanguage.js +3 -0
- package/lib/clients/mp_web/gcash/getCurrentPages.d.ts +2 -0
- package/lib/clients/mp_web/gcash/getCurrentPages.js +3 -0
- package/lib/clients/mp_web/gcash/getFileInfo.d.ts +2 -0
- package/lib/clients/mp_web/gcash/getFileInfo.js +3 -0
- package/lib/clients/mp_web/gcash/getImageInfo.d.ts +2 -0
- package/lib/clients/mp_web/gcash/getImageInfo.js +3 -0
- package/lib/clients/mp_web/gcash/getLocation.d.ts +2 -0
- package/lib/clients/mp_web/gcash/getLocation.js +3 -0
- package/lib/clients/mp_web/gcash/getNetworkType.d.ts +2 -0
- package/lib/clients/mp_web/gcash/getNetworkType.js +3 -0
- package/lib/clients/mp_web/gcash/getOpenUserInfo.d.ts +2 -0
- package/lib/clients/mp_web/gcash/getOpenUserInfo.js +3 -0
- package/lib/clients/mp_web/gcash/getSDKVersion.d.ts +2 -0
- package/lib/clients/mp_web/gcash/getSDKVersion.js +3 -0
- package/lib/clients/mp_web/gcash/getSavedFileInfo.d.ts +2 -0
- package/lib/clients/mp_web/gcash/getSavedFileInfo.js +3 -0
- package/lib/clients/mp_web/gcash/getSavedFileList.d.ts +2 -0
- package/lib/clients/mp_web/gcash/getSavedFileList.js +3 -0
- package/lib/clients/mp_web/gcash/getScreenBrightness.d.ts +2 -0
- package/lib/clients/mp_web/gcash/getScreenBrightness.js +3 -0
- package/lib/clients/mp_web/gcash/getServerTime.d.ts +2 -0
- package/lib/clients/mp_web/gcash/getServerTime.js +3 -0
- package/lib/clients/mp_web/gcash/getSetting.d.ts +2 -0
- package/lib/clients/mp_web/gcash/getSetting.js +3 -0
- package/lib/clients/mp_web/gcash/getSiteInfo.d.ts +2 -0
- package/lib/clients/mp_web/gcash/getSiteInfo.js +3 -0
- package/lib/clients/mp_web/gcash/getStorage.d.ts +2 -0
- package/lib/clients/mp_web/gcash/getStorage.js +3 -0
- package/lib/clients/mp_web/gcash/getSystemInfo.d.ts +2 -0
- package/lib/clients/mp_web/gcash/getSystemInfo.js +3 -0
- package/lib/clients/mp_web/gcash/hideBackHome.d.ts +2 -0
- package/lib/clients/mp_web/gcash/hideBackHome.js +3 -0
- package/lib/clients/mp_web/gcash/hideKeyboard.d.ts +2 -0
- package/lib/clients/mp_web/gcash/hideKeyboard.js +3 -0
- package/lib/clients/mp_web/gcash/hideLoading.d.ts +2 -0
- package/lib/clients/mp_web/gcash/hideLoading.js +3 -0
- package/lib/clients/mp_web/gcash/hideNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp_web/gcash/hideNavigationBarLoading.js +3 -0
- package/lib/clients/mp_web/gcash/hideTabBar.d.ts +2 -0
- package/lib/clients/mp_web/gcash/hideTabBar.js +3 -0
- package/lib/clients/mp_web/gcash/hideToast.d.ts +2 -0
- package/lib/clients/mp_web/gcash/hideToast.js +3 -0
- package/lib/clients/mp_web/gcash/index.d.ts +392 -0
- package/lib/clients/mp_web/gcash/index.js +259 -0
- package/lib/clients/mp_web/gcash/makePhoneCall.d.ts +2 -0
- package/lib/clients/mp_web/gcash/makePhoneCall.js +3 -0
- package/lib/clients/mp_web/gcash/multiLevelSelect.d.ts +2 -0
- package/lib/clients/mp_web/gcash/multiLevelSelect.js +3 -0
- package/lib/clients/mp_web/gcash/navigateBack.d.ts +2 -0
- package/lib/clients/mp_web/gcash/navigateBack.js +3 -0
- package/lib/clients/mp_web/gcash/navigateBackMiniProgram.d.ts +2 -0
- package/lib/clients/mp_web/gcash/navigateBackMiniProgram.js +3 -0
- package/lib/clients/mp_web/gcash/navigateTo.d.ts +2 -0
- package/lib/clients/mp_web/gcash/navigateTo.js +3 -0
- package/lib/clients/mp_web/gcash/navigateToMiniProgram.d.ts +2 -0
- package/lib/clients/mp_web/gcash/navigateToMiniProgram.js +3 -0
- package/lib/clients/mp_web/gcash/notifyBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/gcash/notifyBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/gcash/offAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp_web/gcash/offAccelerometerChange.js +3 -0
- package/lib/clients/mp_web/gcash/offBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/gcash/offBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/gcash/offBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp_web/gcash/offBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp_web/gcash/offBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp_web/gcash/offBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp_web/gcash/offBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp_web/gcash/offBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp_web/gcash/offCompassChange.d.ts +2 -0
- package/lib/clients/mp_web/gcash/offCompassChange.js +3 -0
- package/lib/clients/mp_web/gcash/offMemoryWarning.d.ts +2 -0
- package/lib/clients/mp_web/gcash/offMemoryWarning.js +3 -0
- package/lib/clients/mp_web/gcash/offSocketClose.d.ts +2 -0
- package/lib/clients/mp_web/gcash/offSocketClose.js +3 -0
- package/lib/clients/mp_web/gcash/offSocketError.d.ts +2 -0
- package/lib/clients/mp_web/gcash/offSocketError.js +3 -0
- package/lib/clients/mp_web/gcash/offSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/gcash/offSocketMessage.js +3 -0
- package/lib/clients/mp_web/gcash/offSocketOpen.d.ts +2 -0
- package/lib/clients/mp_web/gcash/offSocketOpen.js +3 -0
- package/lib/clients/mp_web/gcash/offUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp_web/gcash/offUserCaptureScreen.js +3 -0
- package/lib/clients/mp_web/gcash/onAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp_web/gcash/onAccelerometerChange.js +3 -0
- package/lib/clients/mp_web/gcash/onBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/gcash/onBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/gcash/onBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp_web/gcash/onBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp_web/gcash/onBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp_web/gcash/onBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp_web/gcash/onBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp_web/gcash/onBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp_web/gcash/onCompassChange.d.ts +2 -0
- package/lib/clients/mp_web/gcash/onCompassChange.js +3 -0
- package/lib/clients/mp_web/gcash/onMemoryWarning.d.ts +2 -0
- package/lib/clients/mp_web/gcash/onMemoryWarning.js +3 -0
- package/lib/clients/mp_web/gcash/onSocketClose.d.ts +2 -0
- package/lib/clients/mp_web/gcash/onSocketClose.js +3 -0
- package/lib/clients/mp_web/gcash/onSocketError.d.ts +2 -0
- package/lib/clients/mp_web/gcash/onSocketError.js +3 -0
- package/lib/clients/mp_web/gcash/onSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/gcash/onSocketMessage.js +3 -0
- package/lib/clients/mp_web/gcash/onSocketOpen.d.ts +2 -0
- package/lib/clients/mp_web/gcash/onSocketOpen.js +3 -0
- package/lib/clients/mp_web/gcash/onUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp_web/gcash/onUserCaptureScreen.js +3 -0
- package/lib/clients/mp_web/gcash/openApPayCodePage.d.ts +2 -0
- package/lib/clients/mp_web/gcash/openApPayCodePage.js +3 -0
- package/lib/clients/mp_web/gcash/openBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp_web/gcash/openBluetoothAdapter.js +3 -0
- package/lib/clients/mp_web/gcash/openDocument.d.ts +2 -0
- package/lib/clients/mp_web/gcash/openDocument.js +3 -0
- package/lib/clients/mp_web/gcash/openInApp.d.ts +2 -0
- package/lib/clients/mp_web/gcash/openInApp.js +3 -0
- package/lib/clients/mp_web/gcash/openInBrowser.d.ts +2 -0
- package/lib/clients/mp_web/gcash/openInBrowser.js +3 -0
- package/lib/clients/mp_web/gcash/openOtherApp.d.ts +2 -0
- package/lib/clients/mp_web/gcash/openOtherApp.js +3 -0
- package/lib/clients/mp_web/gcash/openPayCodePage.d.ts +2 -0
- package/lib/clients/mp_web/gcash/openPayCodePage.js +3 -0
- package/lib/clients/mp_web/gcash/openScanPage.d.ts +2 -0
- package/lib/clients/mp_web/gcash/openScanPage.js +3 -0
- package/lib/clients/mp_web/gcash/openSetting.d.ts +2 -0
- package/lib/clients/mp_web/gcash/openSetting.js +3 -0
- package/lib/clients/mp_web/gcash/openURL.d.ts +2 -0
- package/lib/clients/mp_web/gcash/openURL.js +3 -0
- package/lib/clients/mp_web/gcash/openWebURL.d.ts +2 -0
- package/lib/clients/mp_web/gcash/openWebURL.js +3 -0
- package/lib/clients/mp_web/gcash/pageScrollTo.d.ts +2 -0
- package/lib/clients/mp_web/gcash/pageScrollTo.js +3 -0
- package/lib/clients/mp_web/gcash/previewImage.d.ts +2 -0
- package/lib/clients/mp_web/gcash/previewImage.js +3 -0
- package/lib/clients/mp_web/gcash/prompt.d.ts +2 -0
- package/lib/clients/mp_web/gcash/prompt.js +3 -0
- package/lib/clients/mp_web/gcash/reLaunch.d.ts +2 -0
- package/lib/clients/mp_web/gcash/reLaunch.js +3 -0
- package/lib/clients/mp_web/gcash/readBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp_web/gcash/readBLECharacteristicValue.js +3 -0
- package/lib/clients/mp_web/gcash/redirectTo.d.ts +2 -0
- package/lib/clients/mp_web/gcash/redirectTo.js +3 -0
- package/lib/clients/mp_web/gcash/removeSavedFile.d.ts +2 -0
- package/lib/clients/mp_web/gcash/removeSavedFile.js +3 -0
- package/lib/clients/mp_web/gcash/removeStorage.d.ts +2 -0
- package/lib/clients/mp_web/gcash/removeStorage.js +3 -0
- package/lib/clients/mp_web/gcash/request.d.ts +2 -0
- package/lib/clients/mp_web/gcash/request.js +3 -0
- package/lib/clients/mp_web/gcash/saveFile.d.ts +2 -0
- package/lib/clients/mp_web/gcash/saveFile.js +3 -0
- package/lib/clients/mp_web/gcash/saveImage.d.ts +2 -0
- package/lib/clients/mp_web/gcash/saveImage.js +3 -0
- package/lib/clients/mp_web/gcash/scan.d.ts +2 -0
- package/lib/clients/mp_web/gcash/scan.js +3 -0
- package/lib/clients/mp_web/gcash/sendSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/gcash/sendSocketMessage.js +3 -0
- package/lib/clients/mp_web/gcash/setBackgroundColor.d.ts +2 -0
- package/lib/clients/mp_web/gcash/setBackgroundColor.js +3 -0
- package/lib/clients/mp_web/gcash/setCanPullDown.d.ts +2 -0
- package/lib/clients/mp_web/gcash/setCanPullDown.js +3 -0
- package/lib/clients/mp_web/gcash/setClipboard.d.ts +2 -0
- package/lib/clients/mp_web/gcash/setClipboard.js +3 -0
- package/lib/clients/mp_web/gcash/setKeepScreenOn.d.ts +2 -0
- package/lib/clients/mp_web/gcash/setKeepScreenOn.js +3 -0
- package/lib/clients/mp_web/gcash/setNavigationBar.d.ts +2 -0
- package/lib/clients/mp_web/gcash/setNavigationBar.js +3 -0
- package/lib/clients/mp_web/gcash/setScreenBrightness.d.ts +2 -0
- package/lib/clients/mp_web/gcash/setScreenBrightness.js +3 -0
- package/lib/clients/mp_web/gcash/setStorage.d.ts +2 -0
- package/lib/clients/mp_web/gcash/setStorage.js +3 -0
- package/lib/clients/mp_web/gcash/setTabBarStyle.d.ts +2 -0
- package/lib/clients/mp_web/gcash/setTabBarStyle.js +3 -0
- package/lib/clients/mp_web/gcash/showActionSheet.d.ts +2 -0
- package/lib/clients/mp_web/gcash/showActionSheet.js +3 -0
- package/lib/clients/mp_web/gcash/showAuthGuide.d.ts +2 -0
- package/lib/clients/mp_web/gcash/showAuthGuide.js +3 -0
- package/lib/clients/mp_web/gcash/showLoading.d.ts +2 -0
- package/lib/clients/mp_web/gcash/showLoading.js +3 -0
- package/lib/clients/mp_web/gcash/showNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp_web/gcash/showNavigationBarLoading.js +3 -0
- package/lib/clients/mp_web/gcash/showSharePanel.d.ts +2 -0
- package/lib/clients/mp_web/gcash/showSharePanel.js +3 -0
- package/lib/clients/mp_web/gcash/showToast.d.ts +2 -0
- package/lib/clients/mp_web/gcash/showToast.js +3 -0
- package/lib/clients/mp_web/gcash/signContract.d.ts +2 -0
- package/lib/clients/mp_web/gcash/signContract.js +3 -0
- package/lib/clients/mp_web/gcash/startBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp_web/gcash/startBluetoothDevicesDiscovery.js +3 -0
- package/lib/clients/mp_web/gcash/startPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp_web/gcash/startPullDownRefresh.js +3 -0
- package/lib/clients/mp_web/gcash/stopBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp_web/gcash/stopBluetoothDevicesDiscovery.js +3 -0
- package/lib/clients/mp_web/gcash/stopPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp_web/gcash/stopPullDownRefresh.js +3 -0
- package/lib/clients/mp_web/gcash/switchTab.d.ts +2 -0
- package/lib/clients/mp_web/gcash/switchTab.js +3 -0
- package/lib/clients/mp_web/gcash/tradePay.d.ts +2 -0
- package/lib/clients/mp_web/gcash/tradePay.js +3 -0
- package/lib/clients/mp_web/gcash/uploadFile.d.ts +2 -0
- package/lib/clients/mp_web/gcash/uploadFile.js +3 -0
- package/lib/clients/mp_web/gcash/vibrate.d.ts +2 -0
- package/lib/clients/mp_web/gcash/vibrate.js +3 -0
- package/lib/clients/mp_web/gcash/watchShake.d.ts +2 -0
- package/lib/clients/mp_web/gcash/watchShake.js +3 -0
- package/lib/clients/mp_web/gcash/writeBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp_web/gcash/writeBLECharacteristicValue.js +3 -0
- package/lib/clients/mp_web/mpay/createWithoutAuthRpc.d.ts +2 -0
- package/lib/clients/mp_web/mpay/createWithoutAuthRpc.js +3 -0
- package/lib/clients/mp_web/mpay/defineRuntimeConfig.d.ts +2 -0
- package/lib/clients/mp_web/mpay/defineRuntimeConfig.js +3 -0
- package/lib/clients/mp_web/mpay/getAppId.d.ts +2 -0
- package/lib/clients/mp_web/mpay/getAppId.js +3 -0
- package/lib/clients/mp_web/mpay/getAppToken.d.ts +2 -0
- package/lib/clients/mp_web/mpay/getAppToken.js +3 -0
- package/lib/clients/mp_web/mpay/getAuthCode.d.ts +2 -0
- package/lib/clients/mp_web/mpay/getAuthCode.js +3 -0
- package/lib/clients/mp_web/mpay/getCurrentPages.d.ts +2 -0
- package/lib/clients/mp_web/mpay/getCurrentPages.js +3 -0
- package/lib/clients/mp_web/mpay/getSDKVersion.d.ts +2 -0
- package/lib/clients/mp_web/mpay/getSDKVersion.js +3 -0
- package/lib/clients/mp_web/mpay/getStorage.d.ts +2 -0
- package/lib/clients/mp_web/mpay/getStorage.js +3 -0
- package/lib/clients/mp_web/mpay/index.d.ts +86 -0
- package/lib/clients/mp_web/mpay/index.js +43 -0
- package/lib/clients/mp_web/mpay/openApPayCodePage.d.ts +2 -0
- package/lib/clients/mp_web/mpay/openApPayCodePage.js +3 -0
- package/lib/clients/mp_web/mpay/openInApp.d.ts +2 -0
- package/lib/clients/mp_web/mpay/openInApp.js +3 -0
- package/lib/clients/mp_web/mpay/openInBrowser.d.ts +2 -0
- package/lib/clients/mp_web/mpay/openInBrowser.js +3 -0
- package/lib/clients/mp_web/mpay/openOtherApp.d.ts +2 -0
- package/lib/clients/mp_web/mpay/openOtherApp.js +3 -0
- package/lib/clients/mp_web/mpay/openPayCodePage.d.ts +2 -0
- package/lib/clients/mp_web/mpay/openPayCodePage.js +3 -0
- package/lib/clients/mp_web/mpay/openScanPage.d.ts +2 -0
- package/lib/clients/mp_web/mpay/openScanPage.js +3 -0
- package/lib/clients/mp_web/mpay/openURL.d.ts +2 -0
- package/lib/clients/mp_web/mpay/openURL.js +3 -0
- package/lib/clients/mp_web/mpay/openWebURL.d.ts +2 -0
- package/lib/clients/mp_web/mpay/openWebURL.js +3 -0
- package/lib/clients/mp_web/mpay/request.d.ts +2 -0
- package/lib/clients/mp_web/mpay/request.js +3 -0
- package/lib/clients/mp_web/mpay/rpcWithAuth.d.ts +2 -0
- package/lib/clients/mp_web/mpay/rpcWithAuth.js +3 -0
- package/lib/clients/mp_web/mpay/setStorage.d.ts +2 -0
- package/lib/clients/mp_web/mpay/setStorage.js +3 -0
- package/lib/clients/mp_web/tngd/addPhoneContact.d.ts +2 -0
- package/lib/clients/mp_web/tngd/addPhoneContact.js +3 -0
- package/lib/clients/mp_web/tngd/alert.d.ts +2 -0
- package/lib/clients/mp_web/tngd/alert.js +3 -0
- package/lib/clients/mp_web/tngd/chooseImage.d.ts +2 -0
- package/lib/clients/mp_web/tngd/chooseImage.js +3 -0
- package/lib/clients/mp_web/tngd/choosePhoneContact.d.ts +2 -0
- package/lib/clients/mp_web/tngd/choosePhoneContact.js +3 -0
- package/lib/clients/mp_web/tngd/clearStorage.d.ts +2 -0
- package/lib/clients/mp_web/tngd/clearStorage.js +3 -0
- package/lib/clients/mp_web/tngd/closeBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp_web/tngd/closeBluetoothAdapter.js +3 -0
- package/lib/clients/mp_web/tngd/closeSocket.d.ts +2 -0
- package/lib/clients/mp_web/tngd/closeSocket.js +3 -0
- package/lib/clients/mp_web/tngd/confirm.d.ts +2 -0
- package/lib/clients/mp_web/tngd/confirm.js +3 -0
- package/lib/clients/mp_web/tngd/connectBLEDevice.d.ts +2 -0
- package/lib/clients/mp_web/tngd/connectBLEDevice.js +3 -0
- package/lib/clients/mp_web/tngd/connectSocket.d.ts +2 -0
- package/lib/clients/mp_web/tngd/connectSocket.js +3 -0
- package/lib/clients/mp_web/tngd/createWithoutAuthRpc.d.ts +2 -0
- package/lib/clients/mp_web/tngd/createWithoutAuthRpc.js +3 -0
- package/lib/clients/mp_web/tngd/datePicker.d.ts +2 -0
- package/lib/clients/mp_web/tngd/datePicker.js +3 -0
- package/lib/clients/mp_web/tngd/defineRuntimeConfig.d.ts +2 -0
- package/lib/clients/mp_web/tngd/defineRuntimeConfig.js +3 -0
- package/lib/clients/mp_web/tngd/disconnectBLEDevice.d.ts +2 -0
- package/lib/clients/mp_web/tngd/disconnectBLEDevice.js +3 -0
- package/lib/clients/mp_web/tngd/downloadFile.d.ts +2 -0
- package/lib/clients/mp_web/tngd/downloadFile.js +3 -0
- package/lib/clients/mp_web/tngd/getAppId.d.ts +2 -0
- package/lib/clients/mp_web/tngd/getAppId.js +3 -0
- package/lib/clients/mp_web/tngd/getAppToken.d.ts +2 -0
- package/lib/clients/mp_web/tngd/getAppToken.js +3 -0
- package/lib/clients/mp_web/tngd/getAuthCode.d.ts +2 -0
- package/lib/clients/mp_web/tngd/getAuthCode.js +3 -0
- package/lib/clients/mp_web/tngd/getBLEDeviceCharacteristics.d.ts +2 -0
- package/lib/clients/mp_web/tngd/getBLEDeviceCharacteristics.js +3 -0
- package/lib/clients/mp_web/tngd/getBLEDeviceServices.d.ts +2 -0
- package/lib/clients/mp_web/tngd/getBLEDeviceServices.js +3 -0
- package/lib/clients/mp_web/tngd/getBatteryInfo.d.ts +2 -0
- package/lib/clients/mp_web/tngd/getBatteryInfo.js +3 -0
- package/lib/clients/mp_web/tngd/getBluetoothAdapterState.d.ts +2 -0
- package/lib/clients/mp_web/tngd/getBluetoothAdapterState.js +3 -0
- package/lib/clients/mp_web/tngd/getBluetoothDevices.d.ts +2 -0
- package/lib/clients/mp_web/tngd/getBluetoothDevices.js +3 -0
- package/lib/clients/mp_web/tngd/getClipboard.d.ts +2 -0
- package/lib/clients/mp_web/tngd/getClipboard.js +3 -0
- package/lib/clients/mp_web/tngd/getConnectedBluetoothDevices.d.ts +2 -0
- package/lib/clients/mp_web/tngd/getConnectedBluetoothDevices.js +3 -0
- package/lib/clients/mp_web/tngd/getCurrentLanguage.d.ts +2 -0
- package/lib/clients/mp_web/tngd/getCurrentLanguage.js +3 -0
- package/lib/clients/mp_web/tngd/getCurrentPages.d.ts +2 -0
- package/lib/clients/mp_web/tngd/getCurrentPages.js +3 -0
- package/lib/clients/mp_web/tngd/getFileInfo.d.ts +2 -0
- package/lib/clients/mp_web/tngd/getFileInfo.js +3 -0
- package/lib/clients/mp_web/tngd/getImageInfo.d.ts +2 -0
- package/lib/clients/mp_web/tngd/getImageInfo.js +3 -0
- package/lib/clients/mp_web/tngd/getLocation.d.ts +2 -0
- package/lib/clients/mp_web/tngd/getLocation.js +3 -0
- package/lib/clients/mp_web/tngd/getNetworkType.d.ts +2 -0
- package/lib/clients/mp_web/tngd/getNetworkType.js +3 -0
- package/lib/clients/mp_web/tngd/getOpenUserInfo.d.ts +2 -0
- package/lib/clients/mp_web/tngd/getOpenUserInfo.js +3 -0
- package/lib/clients/mp_web/tngd/getSDKVersion.d.ts +2 -0
- package/lib/clients/mp_web/tngd/getSDKVersion.js +3 -0
- package/lib/clients/mp_web/tngd/getSavedFileInfo.d.ts +2 -0
- package/lib/clients/mp_web/tngd/getSavedFileInfo.js +3 -0
- package/lib/clients/mp_web/tngd/getSavedFileList.d.ts +2 -0
- package/lib/clients/mp_web/tngd/getSavedFileList.js +3 -0
- package/lib/clients/mp_web/tngd/getScreenBrightness.d.ts +2 -0
- package/lib/clients/mp_web/tngd/getScreenBrightness.js +3 -0
- package/lib/clients/mp_web/tngd/getServerTime.d.ts +2 -0
- package/lib/clients/mp_web/tngd/getServerTime.js +3 -0
- package/lib/clients/mp_web/tngd/getSetting.d.ts +2 -0
- package/lib/clients/mp_web/tngd/getSetting.js +3 -0
- package/lib/clients/mp_web/tngd/getSiteInfo.d.ts +2 -0
- package/lib/clients/mp_web/tngd/getSiteInfo.js +3 -0
- package/lib/clients/mp_web/tngd/getStorage.d.ts +2 -0
- package/lib/clients/mp_web/tngd/getStorage.js +3 -0
- package/lib/clients/mp_web/tngd/getSystemInfo.d.ts +2 -0
- package/lib/clients/mp_web/tngd/getSystemInfo.js +3 -0
- package/lib/clients/mp_web/tngd/hideBackHome.d.ts +2 -0
- package/lib/clients/mp_web/tngd/hideBackHome.js +3 -0
- package/lib/clients/mp_web/tngd/hideKeyboard.d.ts +2 -0
- package/lib/clients/mp_web/tngd/hideKeyboard.js +3 -0
- package/lib/clients/mp_web/tngd/hideLoading.d.ts +2 -0
- package/lib/clients/mp_web/tngd/hideLoading.js +3 -0
- package/lib/clients/mp_web/tngd/hideNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp_web/tngd/hideNavigationBarLoading.js +3 -0
- package/lib/clients/mp_web/tngd/hideTabBar.d.ts +2 -0
- package/lib/clients/mp_web/tngd/hideTabBar.js +3 -0
- package/lib/clients/mp_web/tngd/hideToast.d.ts +2 -0
- package/lib/clients/mp_web/tngd/hideToast.js +3 -0
- package/lib/clients/mp_web/tngd/index.d.ts +392 -0
- package/lib/clients/mp_web/tngd/index.js +259 -0
- package/lib/clients/mp_web/tngd/makePhoneCall.d.ts +2 -0
- package/lib/clients/mp_web/tngd/makePhoneCall.js +3 -0
- package/lib/clients/mp_web/tngd/multiLevelSelect.d.ts +2 -0
- package/lib/clients/mp_web/tngd/multiLevelSelect.js +3 -0
- package/lib/clients/mp_web/tngd/navigateBack.d.ts +2 -0
- package/lib/clients/mp_web/tngd/navigateBack.js +3 -0
- package/lib/clients/mp_web/tngd/navigateBackMiniProgram.d.ts +2 -0
- package/lib/clients/mp_web/tngd/navigateBackMiniProgram.js +3 -0
- package/lib/clients/mp_web/tngd/navigateTo.d.ts +2 -0
- package/lib/clients/mp_web/tngd/navigateTo.js +3 -0
- package/lib/clients/mp_web/tngd/navigateToMiniProgram.d.ts +2 -0
- package/lib/clients/mp_web/tngd/navigateToMiniProgram.js +3 -0
- package/lib/clients/mp_web/tngd/notifyBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/tngd/notifyBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/tngd/offAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp_web/tngd/offAccelerometerChange.js +3 -0
- package/lib/clients/mp_web/tngd/offBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/tngd/offBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/tngd/offBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp_web/tngd/offBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp_web/tngd/offBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp_web/tngd/offBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp_web/tngd/offBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp_web/tngd/offBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp_web/tngd/offCompassChange.d.ts +2 -0
- package/lib/clients/mp_web/tngd/offCompassChange.js +3 -0
- package/lib/clients/mp_web/tngd/offMemoryWarning.d.ts +2 -0
- package/lib/clients/mp_web/tngd/offMemoryWarning.js +3 -0
- package/lib/clients/mp_web/tngd/offSocketClose.d.ts +2 -0
- package/lib/clients/mp_web/tngd/offSocketClose.js +3 -0
- package/lib/clients/mp_web/tngd/offSocketError.d.ts +2 -0
- package/lib/clients/mp_web/tngd/offSocketError.js +3 -0
- package/lib/clients/mp_web/tngd/offSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/tngd/offSocketMessage.js +3 -0
- package/lib/clients/mp_web/tngd/offSocketOpen.d.ts +2 -0
- package/lib/clients/mp_web/tngd/offSocketOpen.js +3 -0
- package/lib/clients/mp_web/tngd/offUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp_web/tngd/offUserCaptureScreen.js +3 -0
- package/lib/clients/mp_web/tngd/onAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp_web/tngd/onAccelerometerChange.js +3 -0
- package/lib/clients/mp_web/tngd/onBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/tngd/onBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/tngd/onBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp_web/tngd/onBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp_web/tngd/onBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp_web/tngd/onBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp_web/tngd/onBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp_web/tngd/onBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp_web/tngd/onCompassChange.d.ts +2 -0
- package/lib/clients/mp_web/tngd/onCompassChange.js +3 -0
- package/lib/clients/mp_web/tngd/onMemoryWarning.d.ts +2 -0
- package/lib/clients/mp_web/tngd/onMemoryWarning.js +3 -0
- package/lib/clients/mp_web/tngd/onSocketClose.d.ts +2 -0
- package/lib/clients/mp_web/tngd/onSocketClose.js +3 -0
- package/lib/clients/mp_web/tngd/onSocketError.d.ts +2 -0
- package/lib/clients/mp_web/tngd/onSocketError.js +3 -0
- package/lib/clients/mp_web/tngd/onSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/tngd/onSocketMessage.js +3 -0
- package/lib/clients/mp_web/tngd/onSocketOpen.d.ts +2 -0
- package/lib/clients/mp_web/tngd/onSocketOpen.js +3 -0
- package/lib/clients/mp_web/tngd/onUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp_web/tngd/onUserCaptureScreen.js +3 -0
- package/lib/clients/mp_web/tngd/openApPayCodePage.d.ts +2 -0
- package/lib/clients/mp_web/tngd/openApPayCodePage.js +3 -0
- package/lib/clients/mp_web/tngd/openBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp_web/tngd/openBluetoothAdapter.js +3 -0
- package/lib/clients/mp_web/tngd/openDocument.d.ts +2 -0
- package/lib/clients/mp_web/tngd/openDocument.js +3 -0
- package/lib/clients/mp_web/tngd/openInApp.d.ts +2 -0
- package/lib/clients/mp_web/tngd/openInApp.js +3 -0
- package/lib/clients/mp_web/tngd/openInBrowser.d.ts +2 -0
- package/lib/clients/mp_web/tngd/openInBrowser.js +3 -0
- package/lib/clients/mp_web/tngd/openOtherApp.d.ts +2 -0
- package/lib/clients/mp_web/tngd/openOtherApp.js +3 -0
- package/lib/clients/mp_web/tngd/openPayCodePage.d.ts +2 -0
- package/lib/clients/mp_web/tngd/openPayCodePage.js +3 -0
- package/lib/clients/mp_web/tngd/openScanPage.d.ts +2 -0
- package/lib/clients/mp_web/tngd/openScanPage.js +3 -0
- package/lib/clients/mp_web/tngd/openSetting.d.ts +2 -0
- package/lib/clients/mp_web/tngd/openSetting.js +3 -0
- package/lib/clients/mp_web/tngd/openURL.d.ts +2 -0
- package/lib/clients/mp_web/tngd/openURL.js +3 -0
- package/lib/clients/mp_web/tngd/openWebURL.d.ts +2 -0
- package/lib/clients/mp_web/tngd/openWebURL.js +3 -0
- package/lib/clients/mp_web/tngd/pageScrollTo.d.ts +2 -0
- package/lib/clients/mp_web/tngd/pageScrollTo.js +3 -0
- package/lib/clients/mp_web/tngd/previewImage.d.ts +2 -0
- package/lib/clients/mp_web/tngd/previewImage.js +3 -0
- package/lib/clients/mp_web/tngd/prompt.d.ts +2 -0
- package/lib/clients/mp_web/tngd/prompt.js +3 -0
- package/lib/clients/mp_web/tngd/reLaunch.d.ts +2 -0
- package/lib/clients/mp_web/tngd/reLaunch.js +3 -0
- package/lib/clients/mp_web/tngd/readBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp_web/tngd/readBLECharacteristicValue.js +3 -0
- package/lib/clients/mp_web/tngd/redirectTo.d.ts +2 -0
- package/lib/clients/mp_web/tngd/redirectTo.js +3 -0
- package/lib/clients/mp_web/tngd/removeSavedFile.d.ts +2 -0
- package/lib/clients/mp_web/tngd/removeSavedFile.js +3 -0
- package/lib/clients/mp_web/tngd/removeStorage.d.ts +2 -0
- package/lib/clients/mp_web/tngd/removeStorage.js +3 -0
- package/lib/clients/mp_web/tngd/request.d.ts +2 -0
- package/lib/clients/mp_web/tngd/request.js +3 -0
- package/lib/clients/mp_web/tngd/saveFile.d.ts +2 -0
- package/lib/clients/mp_web/tngd/saveFile.js +3 -0
- package/lib/clients/mp_web/tngd/saveImage.d.ts +2 -0
- package/lib/clients/mp_web/tngd/saveImage.js +3 -0
- package/lib/clients/mp_web/tngd/scan.d.ts +2 -0
- package/lib/clients/mp_web/tngd/scan.js +3 -0
- package/lib/clients/mp_web/tngd/sendSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/tngd/sendSocketMessage.js +3 -0
- package/lib/clients/mp_web/tngd/setBackgroundColor.d.ts +2 -0
- package/lib/clients/mp_web/tngd/setBackgroundColor.js +3 -0
- package/lib/clients/mp_web/tngd/setCanPullDown.d.ts +2 -0
- package/lib/clients/mp_web/tngd/setCanPullDown.js +3 -0
- package/lib/clients/mp_web/tngd/setClipboard.d.ts +2 -0
- package/lib/clients/mp_web/tngd/setClipboard.js +3 -0
- package/lib/clients/mp_web/tngd/setKeepScreenOn.d.ts +2 -0
- package/lib/clients/mp_web/tngd/setKeepScreenOn.js +3 -0
- package/lib/clients/mp_web/tngd/setNavigationBar.d.ts +2 -0
- package/lib/clients/mp_web/tngd/setNavigationBar.js +3 -0
- package/lib/clients/mp_web/tngd/setScreenBrightness.d.ts +2 -0
- package/lib/clients/mp_web/tngd/setScreenBrightness.js +3 -0
- package/lib/clients/mp_web/tngd/setStorage.d.ts +2 -0
- package/lib/clients/mp_web/tngd/setStorage.js +3 -0
- package/lib/clients/mp_web/tngd/setTabBarStyle.d.ts +2 -0
- package/lib/clients/mp_web/tngd/setTabBarStyle.js +3 -0
- package/lib/clients/mp_web/tngd/showActionSheet.d.ts +2 -0
- package/lib/clients/mp_web/tngd/showActionSheet.js +3 -0
- package/lib/clients/mp_web/tngd/showAuthGuide.d.ts +2 -0
- package/lib/clients/mp_web/tngd/showAuthGuide.js +3 -0
- package/lib/clients/mp_web/tngd/showLoading.d.ts +2 -0
- package/lib/clients/mp_web/tngd/showLoading.js +3 -0
- package/lib/clients/mp_web/tngd/showNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp_web/tngd/showNavigationBarLoading.js +3 -0
- package/lib/clients/mp_web/tngd/showSharePanel.d.ts +2 -0
- package/lib/clients/mp_web/tngd/showSharePanel.js +3 -0
- package/lib/clients/mp_web/tngd/showToast.d.ts +2 -0
- package/lib/clients/mp_web/tngd/showToast.js +3 -0
- package/lib/clients/mp_web/tngd/signContract.d.ts +2 -0
- package/lib/clients/mp_web/tngd/signContract.js +3 -0
- package/lib/clients/mp_web/tngd/startBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp_web/tngd/startBluetoothDevicesDiscovery.js +3 -0
- package/lib/clients/mp_web/tngd/startPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp_web/tngd/startPullDownRefresh.js +3 -0
- package/lib/clients/mp_web/tngd/stopBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp_web/tngd/stopBluetoothDevicesDiscovery.js +3 -0
- package/lib/clients/mp_web/tngd/stopPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp_web/tngd/stopPullDownRefresh.js +3 -0
- package/lib/clients/mp_web/tngd/switchTab.d.ts +2 -0
- package/lib/clients/mp_web/tngd/switchTab.js +3 -0
- package/lib/clients/mp_web/tngd/tradePay.d.ts +2 -0
- package/lib/clients/mp_web/tngd/tradePay.js +3 -0
- package/lib/clients/mp_web/tngd/uploadFile.d.ts +2 -0
- package/lib/clients/mp_web/tngd/uploadFile.js +3 -0
- package/lib/clients/mp_web/tngd/vibrate.d.ts +2 -0
- package/lib/clients/mp_web/tngd/vibrate.js +3 -0
- package/lib/clients/mp_web/tngd/watchShake.d.ts +2 -0
- package/lib/clients/mp_web/tngd/watchShake.js +3 -0
- package/lib/clients/mp_web/tngd/writeBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp_web/tngd/writeBLECharacteristicValue.js +3 -0
- package/lib/clients/mp_web/toss/createWithoutAuthRpc.d.ts +2 -0
- package/lib/clients/mp_web/toss/createWithoutAuthRpc.js +3 -0
- package/lib/clients/mp_web/toss/defineRuntimeConfig.d.ts +2 -0
- package/lib/clients/mp_web/toss/defineRuntimeConfig.js +3 -0
- package/lib/clients/mp_web/toss/getAppId.d.ts +2 -0
- package/lib/clients/mp_web/toss/getAppId.js +3 -0
- package/lib/clients/mp_web/toss/getAuthCode.d.ts +2 -0
- package/lib/clients/mp_web/toss/getAuthCode.js +3 -0
- package/lib/clients/mp_web/toss/getCurrentPages.d.ts +2 -0
- package/lib/clients/mp_web/toss/getCurrentPages.js +3 -0
- package/lib/clients/mp_web/toss/getSDKVersion.d.ts +2 -0
- package/lib/clients/mp_web/toss/getSDKVersion.js +3 -0
- package/lib/clients/mp_web/toss/getStorage.d.ts +2 -0
- package/lib/clients/mp_web/toss/getStorage.js +3 -0
- package/lib/clients/mp_web/toss/index.d.ts +84 -0
- package/lib/clients/mp_web/toss/index.js +41 -0
- package/lib/clients/mp_web/toss/openApPayCodePage.d.ts +2 -0
- package/lib/clients/mp_web/toss/openApPayCodePage.js +3 -0
- package/lib/clients/mp_web/toss/openInApp.d.ts +2 -0
- package/lib/clients/mp_web/toss/openInApp.js +3 -0
- package/lib/clients/mp_web/toss/openInBrowser.d.ts +2 -0
- package/lib/clients/mp_web/toss/openInBrowser.js +3 -0
- package/lib/clients/mp_web/toss/openOtherApp.d.ts +2 -0
- package/lib/clients/mp_web/toss/openOtherApp.js +3 -0
- package/lib/clients/mp_web/toss/openPayCodePage.d.ts +2 -0
- package/lib/clients/mp_web/toss/openPayCodePage.js +3 -0
- package/lib/clients/mp_web/toss/openScanPage.d.ts +2 -0
- package/lib/clients/mp_web/toss/openScanPage.js +3 -0
- package/lib/clients/mp_web/toss/openURL.d.ts +2 -0
- package/lib/clients/mp_web/toss/openURL.js +3 -0
- package/lib/clients/mp_web/toss/openWebURL.d.ts +2 -0
- package/lib/clients/mp_web/toss/openWebURL.js +3 -0
- package/lib/clients/mp_web/toss/request.d.ts +2 -0
- package/lib/clients/mp_web/toss/request.js +3 -0
- package/lib/clients/mp_web/toss/rpcWithAuth.d.ts +2 -0
- package/lib/clients/mp_web/toss/rpcWithAuth.js +3 -0
- package/lib/clients/mp_web/toss/setStorage.d.ts +2 -0
- package/lib/clients/mp_web/toss/setStorage.js +3 -0
- package/lib/clients/mp_web/truemoney/addPhoneContact.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/addPhoneContact.js +3 -0
- package/lib/clients/mp_web/truemoney/alert.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/alert.js +3 -0
- package/lib/clients/mp_web/truemoney/chooseImage.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/chooseImage.js +3 -0
- package/lib/clients/mp_web/truemoney/choosePhoneContact.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/choosePhoneContact.js +3 -0
- package/lib/clients/mp_web/truemoney/clearStorage.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/clearStorage.js +3 -0
- package/lib/clients/mp_web/truemoney/closeBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/closeBluetoothAdapter.js +3 -0
- package/lib/clients/mp_web/truemoney/closeSocket.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/closeSocket.js +3 -0
- package/lib/clients/mp_web/truemoney/confirm.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/confirm.js +3 -0
- package/lib/clients/mp_web/truemoney/connectBLEDevice.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/connectBLEDevice.js +3 -0
- package/lib/clients/mp_web/truemoney/connectSocket.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/connectSocket.js +3 -0
- package/lib/clients/mp_web/truemoney/createWithoutAuthRpc.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/createWithoutAuthRpc.js +3 -0
- package/lib/clients/mp_web/truemoney/datePicker.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/datePicker.js +3 -0
- package/lib/clients/mp_web/truemoney/defineRuntimeConfig.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/defineRuntimeConfig.js +3 -0
- package/lib/clients/mp_web/truemoney/disconnectBLEDevice.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/disconnectBLEDevice.js +3 -0
- package/lib/clients/mp_web/truemoney/downloadFile.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/downloadFile.js +3 -0
- package/lib/clients/mp_web/truemoney/getAppId.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/getAppId.js +3 -0
- package/lib/clients/mp_web/truemoney/getAppToken.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/getAppToken.js +3 -0
- package/lib/clients/mp_web/truemoney/getAuthCode.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/getAuthCode.js +3 -0
- package/lib/clients/mp_web/truemoney/getBLEDeviceCharacteristics.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/getBLEDeviceCharacteristics.js +3 -0
- package/lib/clients/mp_web/truemoney/getBLEDeviceServices.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/getBLEDeviceServices.js +3 -0
- package/lib/clients/mp_web/truemoney/getBatteryInfo.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/getBatteryInfo.js +3 -0
- package/lib/clients/mp_web/truemoney/getBluetoothAdapterState.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/getBluetoothAdapterState.js +3 -0
- package/lib/clients/mp_web/truemoney/getBluetoothDevices.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/getBluetoothDevices.js +3 -0
- package/lib/clients/mp_web/truemoney/getClipboard.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/getClipboard.js +3 -0
- package/lib/clients/mp_web/truemoney/getConnectedBluetoothDevices.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/getConnectedBluetoothDevices.js +3 -0
- package/lib/clients/mp_web/truemoney/getCurrentLanguage.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/getCurrentLanguage.js +3 -0
- package/lib/clients/mp_web/truemoney/getCurrentPages.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/getCurrentPages.js +3 -0
- package/lib/clients/mp_web/truemoney/getFileInfo.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/getFileInfo.js +3 -0
- package/lib/clients/mp_web/truemoney/getImageInfo.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/getImageInfo.js +3 -0
- package/lib/clients/mp_web/truemoney/getLocation.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/getLocation.js +3 -0
- package/lib/clients/mp_web/truemoney/getNetworkType.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/getNetworkType.js +3 -0
- package/lib/clients/mp_web/truemoney/getOpenUserInfo.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/getOpenUserInfo.js +3 -0
- package/lib/clients/mp_web/truemoney/getSDKVersion.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/getSDKVersion.js +3 -0
- package/lib/clients/mp_web/truemoney/getSavedFileInfo.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/getSavedFileInfo.js +3 -0
- package/lib/clients/mp_web/truemoney/getSavedFileList.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/getSavedFileList.js +3 -0
- package/lib/clients/mp_web/truemoney/getScreenBrightness.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/getScreenBrightness.js +3 -0
- package/lib/clients/mp_web/truemoney/getServerTime.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/getServerTime.js +3 -0
- package/lib/clients/mp_web/truemoney/getSetting.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/getSetting.js +3 -0
- package/lib/clients/mp_web/truemoney/getSiteInfo.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/getSiteInfo.js +3 -0
- package/lib/clients/mp_web/truemoney/getStorage.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/getStorage.js +3 -0
- package/lib/clients/mp_web/truemoney/getSystemInfo.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/getSystemInfo.js +3 -0
- package/lib/clients/mp_web/truemoney/hideBackHome.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/hideBackHome.js +3 -0
- package/lib/clients/mp_web/truemoney/hideKeyboard.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/hideKeyboard.js +3 -0
- package/lib/clients/mp_web/truemoney/hideLoading.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/hideLoading.js +3 -0
- package/lib/clients/mp_web/truemoney/hideNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/hideNavigationBarLoading.js +3 -0
- package/lib/clients/mp_web/truemoney/hideTabBar.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/hideTabBar.js +3 -0
- package/lib/clients/mp_web/truemoney/hideToast.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/hideToast.js +3 -0
- package/lib/clients/mp_web/truemoney/index.d.ts +392 -0
- package/lib/clients/mp_web/truemoney/index.js +259 -0
- package/lib/clients/mp_web/truemoney/makePhoneCall.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/makePhoneCall.js +3 -0
- package/lib/clients/mp_web/truemoney/multiLevelSelect.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/multiLevelSelect.js +3 -0
- package/lib/clients/mp_web/truemoney/navigateBack.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/navigateBack.js +3 -0
- package/lib/clients/mp_web/truemoney/navigateBackMiniProgram.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/navigateBackMiniProgram.js +3 -0
- package/lib/clients/mp_web/truemoney/navigateTo.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/navigateTo.js +3 -0
- package/lib/clients/mp_web/truemoney/navigateToMiniProgram.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/navigateToMiniProgram.js +3 -0
- package/lib/clients/mp_web/truemoney/notifyBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/notifyBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/truemoney/offAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/offAccelerometerChange.js +3 -0
- package/lib/clients/mp_web/truemoney/offBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/offBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/truemoney/offBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/offBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp_web/truemoney/offBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/offBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp_web/truemoney/offBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/offBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp_web/truemoney/offCompassChange.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/offCompassChange.js +3 -0
- package/lib/clients/mp_web/truemoney/offMemoryWarning.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/offMemoryWarning.js +3 -0
- package/lib/clients/mp_web/truemoney/offSocketClose.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/offSocketClose.js +3 -0
- package/lib/clients/mp_web/truemoney/offSocketError.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/offSocketError.js +3 -0
- package/lib/clients/mp_web/truemoney/offSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/offSocketMessage.js +3 -0
- package/lib/clients/mp_web/truemoney/offSocketOpen.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/offSocketOpen.js +3 -0
- package/lib/clients/mp_web/truemoney/offUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/offUserCaptureScreen.js +3 -0
- package/lib/clients/mp_web/truemoney/onAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/onAccelerometerChange.js +3 -0
- package/lib/clients/mp_web/truemoney/onBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/onBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/truemoney/onBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/onBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp_web/truemoney/onBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/onBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp_web/truemoney/onBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/onBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp_web/truemoney/onCompassChange.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/onCompassChange.js +3 -0
- package/lib/clients/mp_web/truemoney/onMemoryWarning.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/onMemoryWarning.js +3 -0
- package/lib/clients/mp_web/truemoney/onSocketClose.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/onSocketClose.js +3 -0
- package/lib/clients/mp_web/truemoney/onSocketError.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/onSocketError.js +3 -0
- package/lib/clients/mp_web/truemoney/onSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/onSocketMessage.js +3 -0
- package/lib/clients/mp_web/truemoney/onSocketOpen.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/onSocketOpen.js +3 -0
- package/lib/clients/mp_web/truemoney/onUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/onUserCaptureScreen.js +3 -0
- package/lib/clients/mp_web/truemoney/openApPayCodePage.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/openApPayCodePage.js +3 -0
- package/lib/clients/mp_web/truemoney/openBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/openBluetoothAdapter.js +3 -0
- package/lib/clients/mp_web/truemoney/openDocument.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/openDocument.js +3 -0
- package/lib/clients/mp_web/truemoney/openInApp.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/openInApp.js +3 -0
- package/lib/clients/mp_web/truemoney/openInBrowser.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/openInBrowser.js +3 -0
- package/lib/clients/mp_web/truemoney/openOtherApp.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/openOtherApp.js +3 -0
- package/lib/clients/mp_web/truemoney/openPayCodePage.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/openPayCodePage.js +3 -0
- package/lib/clients/mp_web/truemoney/openScanPage.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/openScanPage.js +3 -0
- package/lib/clients/mp_web/truemoney/openSetting.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/openSetting.js +3 -0
- package/lib/clients/mp_web/truemoney/openURL.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/openURL.js +3 -0
- package/lib/clients/mp_web/truemoney/openWebURL.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/openWebURL.js +3 -0
- package/lib/clients/mp_web/truemoney/pageScrollTo.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/pageScrollTo.js +3 -0
- package/lib/clients/mp_web/truemoney/previewImage.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/previewImage.js +3 -0
- package/lib/clients/mp_web/truemoney/prompt.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/prompt.js +3 -0
- package/lib/clients/mp_web/truemoney/reLaunch.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/reLaunch.js +3 -0
- package/lib/clients/mp_web/truemoney/readBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/readBLECharacteristicValue.js +3 -0
- package/lib/clients/mp_web/truemoney/redirectTo.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/redirectTo.js +3 -0
- package/lib/clients/mp_web/truemoney/removeSavedFile.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/removeSavedFile.js +3 -0
- package/lib/clients/mp_web/truemoney/removeStorage.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/removeStorage.js +3 -0
- package/lib/clients/mp_web/truemoney/request.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/request.js +3 -0
- package/lib/clients/mp_web/truemoney/saveFile.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/saveFile.js +3 -0
- package/lib/clients/mp_web/truemoney/saveImage.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/saveImage.js +3 -0
- package/lib/clients/mp_web/truemoney/scan.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/scan.js +3 -0
- package/lib/clients/mp_web/truemoney/sendSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/sendSocketMessage.js +3 -0
- package/lib/clients/mp_web/truemoney/setBackgroundColor.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/setBackgroundColor.js +3 -0
- package/lib/clients/mp_web/truemoney/setCanPullDown.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/setCanPullDown.js +3 -0
- package/lib/clients/mp_web/truemoney/setClipboard.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/setClipboard.js +3 -0
- package/lib/clients/mp_web/truemoney/setKeepScreenOn.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/setKeepScreenOn.js +3 -0
- package/lib/clients/mp_web/truemoney/setNavigationBar.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/setNavigationBar.js +3 -0
- package/lib/clients/mp_web/truemoney/setScreenBrightness.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/setScreenBrightness.js +3 -0
- package/lib/clients/mp_web/truemoney/setStorage.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/setStorage.js +3 -0
- package/lib/clients/mp_web/truemoney/setTabBarStyle.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/setTabBarStyle.js +3 -0
- package/lib/clients/mp_web/truemoney/showActionSheet.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/showActionSheet.js +3 -0
- package/lib/clients/mp_web/truemoney/showAuthGuide.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/showAuthGuide.js +3 -0
- package/lib/clients/mp_web/truemoney/showLoading.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/showLoading.js +3 -0
- package/lib/clients/mp_web/truemoney/showNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/showNavigationBarLoading.js +3 -0
- package/lib/clients/mp_web/truemoney/showSharePanel.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/showSharePanel.js +3 -0
- package/lib/clients/mp_web/truemoney/showToast.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/showToast.js +3 -0
- package/lib/clients/mp_web/truemoney/signContract.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/signContract.js +3 -0
- package/lib/clients/mp_web/truemoney/startBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/startBluetoothDevicesDiscovery.js +3 -0
- package/lib/clients/mp_web/truemoney/startPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/startPullDownRefresh.js +3 -0
- package/lib/clients/mp_web/truemoney/stopBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/stopBluetoothDevicesDiscovery.js +3 -0
- package/lib/clients/mp_web/truemoney/stopPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/stopPullDownRefresh.js +3 -0
- package/lib/clients/mp_web/truemoney/switchTab.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/switchTab.js +3 -0
- package/lib/clients/mp_web/truemoney/tradePay.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/tradePay.js +3 -0
- package/lib/clients/mp_web/truemoney/uploadFile.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/uploadFile.js +3 -0
- package/lib/clients/mp_web/truemoney/vibrate.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/vibrate.js +3 -0
- package/lib/clients/mp_web/truemoney/watchShake.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/watchShake.js +3 -0
- package/lib/clients/mp_web/truemoney/writeBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/writeBLECharacteristicValue.js +3 -0
- package/lib/clients/web/alipay/addNotifyListener.d.ts +2 -0
- package/lib/clients/web/alipay/addNotifyListener.js +3 -0
- package/lib/clients/web/alipay/addPhoneContact.d.ts +2 -0
- package/lib/clients/web/alipay/addPhoneContact.js +3 -0
- package/lib/clients/web/alipay/alert.d.ts +2 -0
- package/lib/clients/web/alipay/alert.js +3 -0
- package/lib/clients/web/alipay/chooseDistrict.d.ts +2 -0
- package/lib/clients/web/alipay/chooseDistrict.js +3 -0
- package/lib/clients/web/alipay/chooseImage.d.ts +2 -0
- package/lib/clients/web/alipay/chooseImage.js +3 -0
- package/lib/clients/web/alipay/choosePhoneContact.d.ts +2 -0
- package/lib/clients/web/alipay/choosePhoneContact.js +3 -0
- package/lib/clients/web/alipay/clearStorage.d.ts +2 -0
- package/lib/clients/web/alipay/clearStorage.js +3 -0
- package/lib/clients/web/alipay/confirm.d.ts +2 -0
- package/lib/clients/web/alipay/confirm.js +3 -0
- package/lib/clients/web/alipay/createWithoutAuthRpc.d.ts +2 -0
- package/lib/clients/web/alipay/createWithoutAuthRpc.js +3 -0
- package/lib/clients/web/alipay/crossPay.d.ts +2 -0
- package/lib/clients/web/alipay/crossPay.js +3 -0
- package/lib/clients/web/alipay/datePicker.d.ts +2 -0
- package/lib/clients/web/alipay/datePicker.js +3 -0
- package/lib/clients/web/alipay/defineRuntimeConfig.d.ts +2 -0
- package/lib/clients/web/alipay/defineRuntimeConfig.js +3 -0
- package/lib/clients/web/alipay/downloadFile.d.ts +2 -0
- package/lib/clients/web/alipay/downloadFile.js +3 -0
- package/lib/clients/web/alipay/easyShare.d.ts +2 -0
- package/lib/clients/web/alipay/easyShare.js +3 -0
- package/lib/clients/web/alipay/exitApp.d.ts +2 -0
- package/lib/clients/web/alipay/exitApp.js +3 -0
- package/lib/clients/web/alipay/getAppToken.d.ts +2 -0
- package/lib/clients/web/alipay/getAppToken.js +3 -0
- package/lib/clients/web/alipay/getAuthCode.d.ts +2 -0
- package/lib/clients/web/alipay/getAuthCode.js +3 -0
- package/lib/clients/web/alipay/getBatteryInfo.d.ts +2 -0
- package/lib/clients/web/alipay/getBatteryInfo.js +3 -0
- package/lib/clients/web/alipay/getClipboard.d.ts +2 -0
- package/lib/clients/web/alipay/getClipboard.js +3 -0
- package/lib/clients/web/alipay/getCurrentLanguage.d.ts +2 -0
- package/lib/clients/web/alipay/getCurrentLanguage.js +3 -0
- package/lib/clients/web/alipay/getFileInfo.d.ts +2 -0
- package/lib/clients/web/alipay/getFileInfo.js +3 -0
- package/lib/clients/web/alipay/getImageInfo.d.ts +2 -0
- package/lib/clients/web/alipay/getImageInfo.js +3 -0
- package/lib/clients/web/alipay/getLocation.d.ts +2 -0
- package/lib/clients/web/alipay/getLocation.js +3 -0
- package/lib/clients/web/alipay/getMainSelectedCity.d.ts +2 -0
- package/lib/clients/web/alipay/getMainSelectedCity.js +3 -0
- package/lib/clients/web/alipay/getNetworkType.d.ts +2 -0
- package/lib/clients/web/alipay/getNetworkType.js +3 -0
- package/lib/clients/web/alipay/getPhoneNumber.d.ts +2 -0
- package/lib/clients/web/alipay/getPhoneNumber.js +3 -0
- package/lib/clients/web/alipay/getSavedFileInfo.d.ts +2 -0
- package/lib/clients/web/alipay/getSavedFileInfo.js +3 -0
- package/lib/clients/web/alipay/getSavedFileList.d.ts +2 -0
- package/lib/clients/web/alipay/getSavedFileList.js +3 -0
- package/lib/clients/web/alipay/getScreenBrightness.d.ts +2 -0
- package/lib/clients/web/alipay/getScreenBrightness.js +3 -0
- package/lib/clients/web/alipay/getServerTime.d.ts +2 -0
- package/lib/clients/web/alipay/getServerTime.js +3 -0
- package/lib/clients/web/alipay/getSetting.d.ts +2 -0
- package/lib/clients/web/alipay/getSetting.js +3 -0
- package/lib/clients/web/alipay/getSiteInfo.d.ts +2 -0
- package/lib/clients/web/alipay/getSiteInfo.js +3 -0
- package/lib/clients/web/alipay/getStorage.d.ts +2 -0
- package/lib/clients/web/alipay/getStorage.js +3 -0
- package/lib/clients/web/alipay/getSystemInfo.d.ts +2 -0
- package/lib/clients/web/alipay/getSystemInfo.js +3 -0
- package/lib/clients/web/alipay/hideKeyboard.d.ts +2 -0
- package/lib/clients/web/alipay/hideKeyboard.js +3 -0
- package/lib/clients/web/alipay/hideLoading.d.ts +2 -0
- package/lib/clients/web/alipay/hideLoading.js +3 -0
- package/lib/clients/web/alipay/hideNavigationBarLoading.d.ts +2 -0
- package/lib/clients/web/alipay/hideNavigationBarLoading.js +3 -0
- package/lib/clients/web/alipay/hideToast.d.ts +2 -0
- package/lib/clients/web/alipay/hideToast.js +3 -0
- package/lib/clients/web/alipay/homeAddAppToMyApps.d.ts +2 -0
- package/lib/clients/web/alipay/homeAddAppToMyApps.js +3 -0
- package/lib/clients/web/alipay/homeCanAddAppToMyApps.d.ts +2 -0
- package/lib/clients/web/alipay/homeCanAddAppToMyApps.js +3 -0
- package/lib/clients/web/alipay/index.d.ts +295 -0
- package/lib/clients/web/alipay/index.js +173 -0
- package/lib/clients/web/alipay/makePhoneCall.d.ts +2 -0
- package/lib/clients/web/alipay/makePhoneCall.js +3 -0
- package/lib/clients/web/alipay/multiLevelSelect.d.ts +2 -0
- package/lib/clients/web/alipay/multiLevelSelect.js +3 -0
- package/lib/clients/web/alipay/navigateBack.d.ts +2 -0
- package/lib/clients/web/alipay/navigateBack.js +3 -0
- package/lib/clients/web/alipay/navigateBackMiniProgram.d.ts +2 -0
- package/lib/clients/web/alipay/navigateBackMiniProgram.js +3 -0
- package/lib/clients/web/alipay/navigateTo.d.ts +2 -0
- package/lib/clients/web/alipay/navigateTo.js +3 -0
- package/lib/clients/web/alipay/navigateToMiniProgram.d.ts +2 -0
- package/lib/clients/web/alipay/navigateToMiniProgram.js +3 -0
- package/lib/clients/web/alipay/openApPayCodePage.d.ts +2 -0
- package/lib/clients/web/alipay/openApPayCodePage.js +3 -0
- package/lib/clients/web/alipay/openDocument.d.ts +2 -0
- package/lib/clients/web/alipay/openDocument.js +3 -0
- package/lib/clients/web/alipay/openInApp.d.ts +2 -0
- package/lib/clients/web/alipay/openInApp.js +3 -0
- package/lib/clients/web/alipay/openInBrowser.d.ts +2 -0
- package/lib/clients/web/alipay/openInBrowser.js +3 -0
- package/lib/clients/web/alipay/openOtherApp.d.ts +2 -0
- package/lib/clients/web/alipay/openOtherApp.js +3 -0
- package/lib/clients/web/alipay/openPayCodePage.d.ts +2 -0
- package/lib/clients/web/alipay/openPayCodePage.js +3 -0
- package/lib/clients/web/alipay/openScanPage.d.ts +2 -0
- package/lib/clients/web/alipay/openScanPage.js +3 -0
- package/lib/clients/web/alipay/openSetting.d.ts +2 -0
- package/lib/clients/web/alipay/openSetting.js +3 -0
- package/lib/clients/web/alipay/openURL.d.ts +2 -0
- package/lib/clients/web/alipay/openURL.js +3 -0
- package/lib/clients/web/alipay/openWebURL.d.ts +2 -0
- package/lib/clients/web/alipay/openWebURL.js +3 -0
- package/lib/clients/web/alipay/postNotification.d.ts +2 -0
- package/lib/clients/web/alipay/postNotification.js +3 -0
- package/lib/clients/web/alipay/previewImage.d.ts +2 -0
- package/lib/clients/web/alipay/previewImage.js +3 -0
- package/lib/clients/web/alipay/prompt.d.ts +2 -0
- package/lib/clients/web/alipay/prompt.js +3 -0
- package/lib/clients/web/alipay/redirectTo.d.ts +2 -0
- package/lib/clients/web/alipay/redirectTo.js +3 -0
- package/lib/clients/web/alipay/removeNotifyListener.d.ts +2 -0
- package/lib/clients/web/alipay/removeNotifyListener.js +3 -0
- package/lib/clients/web/alipay/removeSavedFile.d.ts +2 -0
- package/lib/clients/web/alipay/removeSavedFile.js +3 -0
- package/lib/clients/web/alipay/removeStorage.d.ts +2 -0
- package/lib/clients/web/alipay/removeStorage.js +3 -0
- package/lib/clients/web/alipay/request.d.ts +2 -0
- package/lib/clients/web/alipay/request.js +3 -0
- package/lib/clients/web/alipay/rpc.d.ts +2 -0
- package/lib/clients/web/alipay/rpc.js +3 -0
- package/lib/clients/web/alipay/rpcWithAuthAPlus.d.ts +2 -0
- package/lib/clients/web/alipay/rpcWithAuthAPlus.js +3 -0
- package/lib/clients/web/alipay/saveFile.d.ts +2 -0
- package/lib/clients/web/alipay/saveFile.js +3 -0
- package/lib/clients/web/alipay/saveImage.d.ts +2 -0
- package/lib/clients/web/alipay/saveImage.js +3 -0
- package/lib/clients/web/alipay/scan.d.ts +2 -0
- package/lib/clients/web/alipay/scan.js +3 -0
- package/lib/clients/web/alipay/setClipboard.d.ts +2 -0
- package/lib/clients/web/alipay/setClipboard.js +3 -0
- package/lib/clients/web/alipay/setKeepScreenOn.d.ts +2 -0
- package/lib/clients/web/alipay/setKeepScreenOn.js +3 -0
- package/lib/clients/web/alipay/setNavigationBar.d.ts +2 -0
- package/lib/clients/web/alipay/setNavigationBar.js +3 -0
- package/lib/clients/web/alipay/setScreenBrightness.d.ts +2 -0
- package/lib/clients/web/alipay/setScreenBrightness.js +3 -0
- package/lib/clients/web/alipay/setStorage.d.ts +2 -0
- package/lib/clients/web/alipay/setStorage.js +3 -0
- package/lib/clients/web/alipay/showActionSheet.d.ts +2 -0
- package/lib/clients/web/alipay/showActionSheet.js +3 -0
- package/lib/clients/web/alipay/showAuthGuide.d.ts +2 -0
- package/lib/clients/web/alipay/showAuthGuide.js +3 -0
- package/lib/clients/web/alipay/showLoading.d.ts +2 -0
- package/lib/clients/web/alipay/showLoading.js +3 -0
- package/lib/clients/web/alipay/showNavigationBarLoading.d.ts +2 -0
- package/lib/clients/web/alipay/showNavigationBarLoading.js +3 -0
- package/lib/clients/web/alipay/showToast.d.ts +2 -0
- package/lib/clients/web/alipay/showToast.js +3 -0
- package/lib/clients/web/alipay/signContract.d.ts +2 -0
- package/lib/clients/web/alipay/signContract.js +3 -0
- package/lib/clients/web/alipay/startApp.d.ts +2 -0
- package/lib/clients/web/alipay/startApp.js +3 -0
- package/lib/clients/web/alipay/tradePay.d.ts +2 -0
- package/lib/clients/web/alipay/tradePay.js +3 -0
- package/lib/clients/web/alipay/uploadFile.d.ts +2 -0
- package/lib/clients/web/alipay/uploadFile.js +3 -0
- package/lib/clients/web/alipay/vibrate.d.ts +2 -0
- package/lib/clients/web/alipay/vibrate.js +3 -0
- package/lib/clients/web/demo/APRegionRPC.d.ts +2 -0
- package/lib/clients/web/demo/APRegionRPC.js +3 -0
- package/lib/clients/web/demo/addFatigueAction.d.ts +2 -0
- package/lib/clients/web/demo/addFatigueAction.js +3 -0
- package/lib/clients/web/demo/addPhoneContact.d.ts +2 -0
- package/lib/clients/web/demo/addPhoneContact.js +3 -0
- package/lib/clients/web/demo/alert.d.ts +2 -0
- package/lib/clients/web/demo/alert.js +3 -0
- package/lib/clients/web/demo/apDisableJSAPI.d.ts +2 -0
- package/lib/clients/web/demo/apDisableJSAPI.js +3 -0
- package/lib/clients/web/demo/appxrpc.d.ts +2 -0
- package/lib/clients/web/demo/appxrpc.js +3 -0
- package/lib/clients/web/demo/batchQueryCdpSpaceInfo.d.ts +2 -0
- package/lib/clients/web/demo/batchQueryCdpSpaceInfo.js +3 -0
- package/lib/clients/web/demo/chooseImage.d.ts +2 -0
- package/lib/clients/web/demo/chooseImage.js +3 -0
- package/lib/clients/web/demo/choosePhoneContact.d.ts +2 -0
- package/lib/clients/web/demo/choosePhoneContact.js +3 -0
- package/lib/clients/web/demo/clearStorage.d.ts +2 -0
- package/lib/clients/web/demo/clearStorage.js +3 -0
- package/lib/clients/web/demo/confirm.d.ts +2 -0
- package/lib/clients/web/demo/confirm.js +3 -0
- package/lib/clients/web/demo/datePicker.d.ts +2 -0
- package/lib/clients/web/demo/datePicker.js +3 -0
- package/lib/clients/web/demo/downloadFile.d.ts +2 -0
- package/lib/clients/web/demo/downloadFile.js +3 -0
- package/lib/clients/web/demo/exitApp.d.ts +2 -0
- package/lib/clients/web/demo/exitApp.js +3 -0
- package/lib/clients/web/demo/getAppToken.d.ts +2 -0
- package/lib/clients/web/demo/getAppToken.js +3 -0
- package/lib/clients/web/demo/getAuthCode.d.ts +2 -0
- package/lib/clients/web/demo/getAuthCode.js +3 -0
- package/lib/clients/web/demo/getBatteryInfo.d.ts +2 -0
- package/lib/clients/web/demo/getBatteryInfo.js +3 -0
- package/lib/clients/web/demo/getClipboard.d.ts +2 -0
- package/lib/clients/web/demo/getClipboard.js +3 -0
- package/lib/clients/web/demo/getComponentAuth.d.ts +2 -0
- package/lib/clients/web/demo/getComponentAuth.js +3 -0
- package/lib/clients/web/demo/getCurrentLanguage.d.ts +2 -0
- package/lib/clients/web/demo/getCurrentLanguage.js +3 -0
- package/lib/clients/web/demo/getFileInfo.d.ts +2 -0
- package/lib/clients/web/demo/getFileInfo.js +3 -0
- package/lib/clients/web/demo/getImageInfo.d.ts +2 -0
- package/lib/clients/web/demo/getImageInfo.js +3 -0
- package/lib/clients/web/demo/getLocation.d.ts +2 -0
- package/lib/clients/web/demo/getLocation.js +3 -0
- package/lib/clients/web/demo/getNetworkType.d.ts +2 -0
- package/lib/clients/web/demo/getNetworkType.js +3 -0
- package/lib/clients/web/demo/getOpenUserInfo.d.ts +2 -0
- package/lib/clients/web/demo/getOpenUserInfo.js +3 -0
- package/lib/clients/web/demo/getPaymentCode.d.ts +2 -0
- package/lib/clients/web/demo/getPaymentCode.js +3 -0
- package/lib/clients/web/demo/getPhoneNumber.d.ts +2 -0
- package/lib/clients/web/demo/getPhoneNumber.js +3 -0
- package/lib/clients/web/demo/getSavedFileInfo.d.ts +2 -0
- package/lib/clients/web/demo/getSavedFileInfo.js +3 -0
- package/lib/clients/web/demo/getSavedFileList.d.ts +2 -0
- package/lib/clients/web/demo/getSavedFileList.js +3 -0
- package/lib/clients/web/demo/getScreenBrightness.d.ts +2 -0
- package/lib/clients/web/demo/getScreenBrightness.js +3 -0
- package/lib/clients/web/demo/getServerTime.d.ts +2 -0
- package/lib/clients/web/demo/getServerTime.js +3 -0
- package/lib/clients/web/demo/getSetting.d.ts +2 -0
- package/lib/clients/web/demo/getSetting.js +3 -0
- package/lib/clients/web/demo/getSiteInfo.d.ts +2 -0
- package/lib/clients/web/demo/getSiteInfo.js +3 -0
- package/lib/clients/web/demo/getStorage.d.ts +2 -0
- package/lib/clients/web/demo/getStorage.js +3 -0
- package/lib/clients/web/demo/getSystemInfo.d.ts +2 -0
- package/lib/clients/web/demo/getSystemInfo.js +3 -0
- package/lib/clients/web/demo/hideKeyboard.d.ts +2 -0
- package/lib/clients/web/demo/hideKeyboard.js +3 -0
- package/lib/clients/web/demo/hideLoading.d.ts +2 -0
- package/lib/clients/web/demo/hideLoading.js +3 -0
- package/lib/clients/web/demo/hideNavigationBarLoading.d.ts +2 -0
- package/lib/clients/web/demo/hideNavigationBarLoading.js +3 -0
- package/lib/clients/web/demo/hideToast.d.ts +2 -0
- package/lib/clients/web/demo/hideToast.js +3 -0
- package/lib/clients/web/demo/index.d.ts +218 -0
- package/lib/clients/web/demo/index.js +169 -0
- package/lib/clients/web/demo/inquireQuote.d.ts +2 -0
- package/lib/clients/web/demo/inquireQuote.js +3 -0
- package/lib/clients/web/demo/isInstalledApp.d.ts +2 -0
- package/lib/clients/web/demo/isInstalledApp.js +3 -0
- package/lib/clients/web/demo/makePhoneCall.d.ts +2 -0
- package/lib/clients/web/demo/makePhoneCall.js +3 -0
- package/lib/clients/web/demo/multiLevelSelect.d.ts +2 -0
- package/lib/clients/web/demo/multiLevelSelect.js +3 -0
- package/lib/clients/web/demo/navigateBack.d.ts +2 -0
- package/lib/clients/web/demo/navigateBack.js +3 -0
- package/lib/clients/web/demo/navigateBackMiniProgram.d.ts +2 -0
- package/lib/clients/web/demo/navigateBackMiniProgram.js +3 -0
- package/lib/clients/web/demo/navigateTo.d.ts +2 -0
- package/lib/clients/web/demo/navigateTo.js +3 -0
- package/lib/clients/web/demo/navigateToBizScene.d.ts +2 -0
- package/lib/clients/web/demo/navigateToBizScene.js +3 -0
- package/lib/clients/web/demo/navigateToMiniProgram.d.ts +2 -0
- package/lib/clients/web/demo/navigateToMiniProgram.js +3 -0
- package/lib/clients/web/demo/openDocument.d.ts +2 -0
- package/lib/clients/web/demo/openDocument.js +3 -0
- package/lib/clients/web/demo/openSchemeWithBacking.d.ts +2 -0
- package/lib/clients/web/demo/openSchemeWithBacking.js +3 -0
- package/lib/clients/web/demo/openSetting.d.ts +2 -0
- package/lib/clients/web/demo/openSetting.js +3 -0
- package/lib/clients/web/demo/previewImage.d.ts +2 -0
- package/lib/clients/web/demo/previewImage.js +3 -0
- package/lib/clients/web/demo/prompt.d.ts +2 -0
- package/lib/clients/web/demo/prompt.js +3 -0
- package/lib/clients/web/demo/redirectTo.d.ts +2 -0
- package/lib/clients/web/demo/redirectTo.js +3 -0
- package/lib/clients/web/demo/regionFetchAllApps.d.ts +2 -0
- package/lib/clients/web/demo/regionFetchAllApps.js +3 -0
- package/lib/clients/web/demo/regionSearchAppsByKeywords.d.ts +2 -0
- package/lib/clients/web/demo/regionSearchAppsByKeywords.js +3 -0
- package/lib/clients/web/demo/removeSavedFile.d.ts +2 -0
- package/lib/clients/web/demo/removeSavedFile.js +3 -0
- package/lib/clients/web/demo/removeStorage.d.ts +2 -0
- package/lib/clients/web/demo/removeStorage.js +3 -0
- package/lib/clients/web/demo/request.d.ts +2 -0
- package/lib/clients/web/demo/request.js +3 -0
- package/lib/clients/web/demo/rpc.d.ts +2 -0
- package/lib/clients/web/demo/rpc.js +3 -0
- package/lib/clients/web/demo/saveFile.d.ts +2 -0
- package/lib/clients/web/demo/saveFile.js +3 -0
- package/lib/clients/web/demo/saveImage.d.ts +2 -0
- package/lib/clients/web/demo/saveImage.js +3 -0
- package/lib/clients/web/demo/scan.d.ts +2 -0
- package/lib/clients/web/demo/scan.js +3 -0
- package/lib/clients/web/demo/setClipboard.d.ts +2 -0
- package/lib/clients/web/demo/setClipboard.js +3 -0
- package/lib/clients/web/demo/setKeepScreenOn.d.ts +2 -0
- package/lib/clients/web/demo/setKeepScreenOn.js +3 -0
- package/lib/clients/web/demo/setNavigationBar.d.ts +2 -0
- package/lib/clients/web/demo/setNavigationBar.js +3 -0
- package/lib/clients/web/demo/setScreenBrightness.d.ts +2 -0
- package/lib/clients/web/demo/setScreenBrightness.js +3 -0
- package/lib/clients/web/demo/setStorage.d.ts +2 -0
- package/lib/clients/web/demo/setStorage.js +3 -0
- package/lib/clients/web/demo/showActionSheet.d.ts +2 -0
- package/lib/clients/web/demo/showActionSheet.js +3 -0
- package/lib/clients/web/demo/showAuthGuide.d.ts +2 -0
- package/lib/clients/web/demo/showAuthGuide.js +3 -0
- package/lib/clients/web/demo/showLoading.d.ts +2 -0
- package/lib/clients/web/demo/showLoading.js +3 -0
- package/lib/clients/web/demo/showNavigationBarLoading.d.ts +2 -0
- package/lib/clients/web/demo/showNavigationBarLoading.js +3 -0
- package/lib/clients/web/demo/showToast.d.ts +2 -0
- package/lib/clients/web/demo/showToast.js +3 -0
- package/lib/clients/web/demo/signContract.d.ts +2 -0
- package/lib/clients/web/demo/signContract.js +3 -0
- package/lib/clients/web/demo/startApp.d.ts +2 -0
- package/lib/clients/web/demo/startApp.js +3 -0
- package/lib/clients/web/demo/startBizService.d.ts +2 -0
- package/lib/clients/web/demo/startBizService.js +3 -0
- package/lib/clients/web/demo/thirdPartyAuthForAc.d.ts +2 -0
- package/lib/clients/web/demo/thirdPartyAuthForAc.js +3 -0
- package/lib/clients/web/demo/tradePay.d.ts +2 -0
- package/lib/clients/web/demo/tradePay.js +3 -0
- package/lib/clients/web/demo/uploadApdidToken.d.ts +2 -0
- package/lib/clients/web/demo/uploadApdidToken.js +3 -0
- package/lib/clients/web/demo/uploadFile.d.ts +2 -0
- package/lib/clients/web/demo/uploadFile.js +3 -0
- package/lib/clients/web/demo/vibrate.d.ts +2 -0
- package/lib/clients/web/demo/vibrate.js +3 -0
- package/lib/clients/web/demo/writeBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/web/demo/writeBLECharacteristicValue.js +3 -0
- package/lib/clients/web/h5/alert.d.ts +2 -0
- package/lib/clients/web/h5/alert.js +3 -0
- package/lib/clients/web/h5/clearStorage.d.ts +2 -0
- package/lib/clients/web/h5/clearStorage.js +3 -0
- package/lib/clients/web/h5/clearStorageSync.d.ts +2 -0
- package/lib/clients/web/h5/clearStorageSync.js +3 -0
- package/lib/clients/web/h5/confirm.d.ts +2 -0
- package/lib/clients/web/h5/confirm.js +3 -0
- package/lib/clients/web/h5/createSelectorQuery.d.ts +2 -0
- package/lib/clients/web/h5/createSelectorQuery.js +3 -0
- package/lib/clients/web/h5/createWithoutAuthRpc.d.ts +2 -0
- package/lib/clients/web/h5/createWithoutAuthRpc.js +3 -0
- package/lib/clients/web/h5/defineRuntimeConfig.d.ts +2 -0
- package/lib/clients/web/h5/defineRuntimeConfig.js +3 -0
- package/lib/clients/web/h5/exitApp.d.ts +2 -0
- package/lib/clients/web/h5/exitApp.js +3 -0
- package/lib/clients/web/h5/getClipboard.d.ts +2 -0
- package/lib/clients/web/h5/getClipboard.js +3 -0
- package/lib/clients/web/h5/getCurrentLanguage.d.ts +2 -0
- package/lib/clients/web/h5/getCurrentLanguage.js +3 -0
- package/lib/clients/web/h5/getLaunchOptionsSync.d.ts +2 -0
- package/lib/clients/web/h5/getLaunchOptionsSync.js +3 -0
- package/lib/clients/web/h5/getLocation.d.ts +2 -0
- package/lib/clients/web/h5/getLocation.js +3 -0
- package/lib/clients/web/h5/getNetworkType.d.ts +2 -0
- package/lib/clients/web/h5/getNetworkType.js +3 -0
- package/lib/clients/web/h5/getSiteInfo.d.ts +2 -0
- package/lib/clients/web/h5/getSiteInfo.js +3 -0
- package/lib/clients/web/h5/getStorage.d.ts +2 -0
- package/lib/clients/web/h5/getStorage.js +3 -0
- package/lib/clients/web/h5/getStorageSync.d.ts +2 -0
- package/lib/clients/web/h5/getStorageSync.js +3 -0
- package/lib/clients/web/h5/getSystemInfo.d.ts +2 -0
- package/lib/clients/web/h5/getSystemInfo.js +3 -0
- package/lib/clients/web/h5/getSystemInfoSync.d.ts +2 -0
- package/lib/clients/web/h5/getSystemInfoSync.js +3 -0
- package/lib/clients/web/h5/hideLoading.d.ts +2 -0
- package/lib/clients/web/h5/hideLoading.js +3 -0
- package/lib/clients/web/h5/hideToast.d.ts +2 -0
- package/lib/clients/web/h5/hideToast.js +3 -0
- package/lib/clients/web/h5/index.d.ts +112 -0
- package/lib/clients/web/h5/index.js +81 -0
- package/lib/clients/web/h5/makePhoneCall.d.ts +2 -0
- package/lib/clients/web/h5/makePhoneCall.js +3 -0
- package/lib/clients/web/h5/navigateBack.d.ts +2 -0
- package/lib/clients/web/h5/navigateBack.js +3 -0
- package/lib/clients/web/h5/navigateTo.d.ts +2 -0
- package/lib/clients/web/h5/navigateTo.js +3 -0
- package/lib/clients/web/h5/navigateToBizScene.d.ts +2 -0
- package/lib/clients/web/h5/navigateToBizScene.js +3 -0
- package/lib/clients/web/h5/navigateToMiniProgram.d.ts +2 -0
- package/lib/clients/web/h5/navigateToMiniProgram.js +3 -0
- package/lib/clients/web/h5/openURL.d.ts +2 -0
- package/lib/clients/web/h5/openURL.js +3 -0
- package/lib/clients/web/h5/pageScrollTo.d.ts +2 -0
- package/lib/clients/web/h5/pageScrollTo.js +3 -0
- package/lib/clients/web/h5/redirectTo.d.ts +2 -0
- package/lib/clients/web/h5/redirectTo.js +3 -0
- package/lib/clients/web/h5/removeStorage.d.ts +2 -0
- package/lib/clients/web/h5/removeStorage.js +3 -0
- package/lib/clients/web/h5/removeStorageSync.d.ts +2 -0
- package/lib/clients/web/h5/removeStorageSync.js +3 -0
- package/lib/clients/web/h5/request.d.ts +2 -0
- package/lib/clients/web/h5/request.js +3 -0
- package/lib/clients/web/h5/rpc.d.ts +2 -0
- package/lib/clients/web/h5/rpc.js +3 -0
- package/lib/clients/web/h5/setClipboard.d.ts +2 -0
- package/lib/clients/web/h5/setClipboard.js +3 -0
- package/lib/clients/web/h5/setNavigationBar.d.ts +2 -0
- package/lib/clients/web/h5/setNavigationBar.js +3 -0
- package/lib/clients/web/h5/setStorage.d.ts +2 -0
- package/lib/clients/web/h5/setStorage.js +3 -0
- package/lib/clients/web/h5/setStorageSync.d.ts +2 -0
- package/lib/clients/web/h5/setStorageSync.js +3 -0
- package/lib/clients/web/h5/showLoading.d.ts +2 -0
- package/lib/clients/web/h5/showLoading.js +3 -0
- package/lib/clients/web/h5/showToast.d.ts +2 -0
- package/lib/clients/web/h5/showToast.js +3 -0
- package/lib/clients/web/tngdh5ng/alert.d.ts +2 -0
- package/lib/clients/web/tngdh5ng/alert.js +3 -0
- package/lib/clients/web/tngdh5ng/confirm.d.ts +2 -0
- package/lib/clients/web/tngdh5ng/confirm.js +3 -0
- package/lib/clients/web/tngdh5ng/exitApp.d.ts +2 -0
- package/lib/clients/web/tngdh5ng/exitApp.js +3 -0
- package/lib/clients/web/tngdh5ng/getCurrentLanguage.d.ts +2 -0
- package/lib/clients/web/tngdh5ng/getCurrentLanguage.js +3 -0
- package/lib/clients/web/tngdh5ng/getLocation.d.ts +2 -0
- package/lib/clients/web/tngdh5ng/getLocation.js +3 -0
- package/lib/clients/web/tngdh5ng/getNetworkType.d.ts +2 -0
- package/lib/clients/web/tngdh5ng/getNetworkType.js +3 -0
- package/lib/clients/web/tngdh5ng/getSystemInfo.d.ts +2 -0
- package/lib/clients/web/tngdh5ng/getSystemInfo.js +3 -0
- package/lib/clients/web/tngdh5ng/hideLoading.d.ts +2 -0
- package/lib/clients/web/tngdh5ng/hideLoading.js +3 -0
- package/lib/clients/web/tngdh5ng/hideToast.d.ts +2 -0
- package/lib/clients/web/tngdh5ng/hideToast.js +3 -0
- package/lib/clients/web/tngdh5ng/index.d.ts +43 -0
- package/lib/clients/web/tngdh5ng/index.js +41 -0
- package/lib/clients/web/tngdh5ng/makePhoneCall.d.ts +2 -0
- package/lib/clients/web/tngdh5ng/makePhoneCall.js +3 -0
- package/lib/clients/web/tngdh5ng/navigateBack.d.ts +2 -0
- package/lib/clients/web/tngdh5ng/navigateBack.js +3 -0
- package/lib/clients/web/tngdh5ng/navigateTo.d.ts +2 -0
- package/lib/clients/web/tngdh5ng/navigateTo.js +3 -0
- package/lib/clients/web/tngdh5ng/prompt.d.ts +2 -0
- package/lib/clients/web/tngdh5ng/prompt.js +3 -0
- package/lib/clients/web/tngdh5ng/setClipboard.d.ts +2 -0
- package/lib/clients/web/tngdh5ng/setClipboard.js +3 -0
- package/lib/clients/web/tngdh5ng/setNavigationBar.d.ts +2 -0
- package/lib/clients/web/tngdh5ng/setNavigationBar.js +3 -0
- package/lib/clients/web/tngdh5ng/showLoading.d.ts +2 -0
- package/lib/clients/web/tngdh5ng/showLoading.js +3 -0
- package/lib/clients/web/tngdh5ng/showToast.d.ts +2 -0
- package/lib/clients/web/tngdh5ng/showToast.js +3 -0
- package/lib/clients/web/tngdh5ng/vibrate.d.ts +2 -0
- package/lib/clients/web/tngdh5ng/vibrate.js +3 -0
- package/lib/code/authLoginSrcCode.d.ts +8 -0
- package/lib/code/authLoginSrcCode.js +282 -0
- package/lib/common/apis/custom/mp/alipay/tradePay.d.ts +3 -0
- package/lib/common/apis/custom/mp/alipay/tradePay.js +20 -0
- package/lib/common/apis/custom/mp/canIUse.d.ts +2 -0
- package/lib/common/apis/custom/mp/canIUse.js +3 -0
- package/lib/common/apis/custom/mp/createWebViewContext.d.ts +3 -0
- package/lib/common/apis/custom/mp/createWebViewContext.js +5 -0
- package/lib/common/apis/custom/mp/wechat/showToast.d.ts +2 -0
- package/lib/common/apis/custom/mp/wechat/showToast.js +29 -0
- package/lib/common/apis/custom/web/alert.d.ts +2 -0
- package/lib/common/apis/custom/web/alert.js +29 -0
- package/lib/common/apis/custom/web/choosePhoneContact.d.ts +3 -0
- package/lib/common/apis/custom/web/choosePhoneContact.js +5 -0
- package/lib/common/apis/custom/web/clearStorage.d.ts +3 -0
- package/lib/common/apis/custom/web/clearStorage.js +5 -0
- package/lib/common/apis/custom/web/confirm.d.ts +3 -0
- package/lib/common/apis/custom/web/confirm.js +32 -0
- package/lib/common/apis/custom/web/datePicker.d.ts +3 -0
- package/lib/common/apis/custom/web/datePicker.js +39 -0
- package/lib/common/apis/custom/web/downloadFile.d.ts +3 -0
- package/lib/common/apis/custom/web/downloadFile.js +43 -0
- package/lib/common/apis/custom/web/getAppId.d.ts +3 -0
- package/lib/common/apis/custom/web/getAppId.js +8 -0
- package/lib/common/apis/custom/web/getAuthCode.d.ts +3 -0
- package/lib/common/apis/custom/web/getAuthCode.js +35 -0
- package/lib/common/apis/custom/web/getCurrentPages.d.ts +3 -0
- package/lib/common/apis/custom/web/getCurrentPages.js +17 -0
- package/lib/common/apis/custom/web/getLocation.d.ts +3 -0
- package/lib/common/apis/custom/web/getLocation.js +29 -0
- package/lib/common/apis/custom/web/getNetworkType.d.ts +3 -0
- package/lib/common/apis/custom/web/getNetworkType.js +33 -0
- package/lib/common/apis/custom/web/getPhoneNumber.d.ts +3 -0
- package/lib/common/apis/custom/web/getPhoneNumber.js +19 -0
- package/lib/common/apis/custom/web/getSDKVersion.d.ts +3 -0
- package/lib/common/apis/custom/web/getSDKVersion.js +17 -0
- package/lib/common/apis/custom/web/getStorage.d.ts +3 -0
- package/lib/common/apis/custom/web/getStorage.js +34 -0
- package/lib/common/apis/custom/web/h5/alert.d.ts +2 -0
- package/lib/common/apis/custom/web/h5/alert.js +4 -0
- package/lib/common/apis/custom/web/h5/clearStorage.d.ts +2 -0
- package/lib/common/apis/custom/web/h5/clearStorage.js +11 -0
- package/lib/common/apis/custom/web/h5/clearStorageSync.d.ts +1 -0
- package/lib/common/apis/custom/web/h5/clearStorageSync.js +4 -0
- package/lib/common/apis/custom/web/h5/confirm.d.ts +1 -0
- package/lib/common/apis/custom/web/h5/confirm.js +1 -0
- package/lib/common/apis/custom/web/h5/createSelectorQuery.d.ts +1 -0
- package/lib/common/apis/custom/web/h5/createSelectorQuery.js +4 -0
- package/lib/common/apis/custom/web/h5/exitApp.d.ts +1 -0
- package/lib/common/apis/custom/web/h5/exitApp.js +4 -0
- package/lib/common/apis/custom/web/h5/getClipboard.d.ts +2 -0
- package/lib/common/apis/custom/web/h5/getClipboard.js +4 -0
- package/lib/common/apis/custom/web/h5/getLaunchOptionsSync.d.ts +1 -0
- package/lib/common/apis/custom/web/h5/getLaunchOptionsSync.js +4 -0
- package/lib/common/apis/custom/web/h5/getLocation.d.ts +1 -0
- package/lib/common/apis/custom/web/h5/getLocation.js +4 -0
- package/lib/common/apis/custom/web/h5/getNetworkType.d.ts +2 -0
- package/lib/common/apis/custom/web/h5/getNetworkType.js +4 -0
- package/lib/common/apis/custom/web/h5/getSiteInfo.d.ts +2 -0
- package/lib/common/apis/custom/web/h5/getSiteInfo.js +4 -0
- package/lib/common/apis/custom/web/h5/getStorage.d.ts +2 -0
- package/lib/common/apis/custom/web/h5/getStorage.js +16 -0
- package/lib/common/apis/custom/web/h5/getStorageSync.d.ts +6 -0
- package/lib/common/apis/custom/web/h5/getStorageSync.js +8 -0
- package/lib/common/apis/custom/web/h5/getSystemInfo.d.ts +2 -0
- package/lib/common/apis/custom/web/h5/getSystemInfo.js +4 -0
- package/lib/common/apis/custom/web/h5/getSystemInfoSync.d.ts +1 -0
- package/lib/common/apis/custom/web/h5/getSystemInfoSync.js +4 -0
- package/lib/common/apis/custom/web/h5/hideLoading.d.ts +1 -0
- package/lib/common/apis/custom/web/h5/hideLoading.js +1 -0
- package/lib/common/apis/custom/web/h5/hideToast.d.ts +2 -0
- package/lib/common/apis/custom/web/h5/hideToast.js +4 -0
- package/lib/common/apis/custom/web/h5/makePhoneCall.d.ts +3 -0
- package/lib/common/apis/custom/web/h5/makePhoneCall.js +4 -0
- package/lib/common/apis/custom/web/h5/navigateBack.d.ts +2 -0
- package/lib/common/apis/custom/web/h5/navigateBack.js +4 -0
- package/lib/common/apis/custom/web/h5/navigateTo.d.ts +2 -0
- package/lib/common/apis/custom/web/h5/navigateTo.js +4 -0
- package/lib/common/apis/custom/web/h5/pageScrollTo.d.ts +2 -0
- package/lib/common/apis/custom/web/h5/pageScrollTo.js +4 -0
- package/lib/common/apis/custom/web/h5/redirectTo.d.ts +2 -0
- package/lib/common/apis/custom/web/h5/redirectTo.js +4 -0
- package/lib/common/apis/custom/web/h5/removeStorage.d.ts +2 -0
- package/lib/common/apis/custom/web/h5/removeStorage.js +14 -0
- package/lib/common/apis/custom/web/h5/removeStorageSync.d.ts +4 -0
- package/lib/common/apis/custom/web/h5/removeStorageSync.js +5 -0
- package/lib/common/apis/custom/web/h5/request.d.ts +2 -0
- package/lib/common/apis/custom/web/h5/request.js +4 -0
- package/lib/common/apis/custom/web/h5/rpc.d.ts +3 -0
- package/lib/common/apis/custom/web/h5/rpc.js +14 -0
- package/lib/common/apis/custom/web/h5/setClipboard.d.ts +2 -0
- package/lib/common/apis/custom/web/h5/setClipboard.js +4 -0
- package/lib/common/apis/custom/web/h5/setNavigationBar.d.ts +2 -0
- package/lib/common/apis/custom/web/h5/setNavigationBar.js +4 -0
- package/lib/common/apis/custom/web/h5/setStorage.d.ts +2 -0
- package/lib/common/apis/custom/web/h5/setStorage.js +15 -0
- package/lib/common/apis/custom/web/h5/setStorageSync.d.ts +5 -0
- package/lib/common/apis/custom/web/h5/setStorageSync.js +6 -0
- package/lib/common/apis/custom/web/h5/showLoading.d.ts +2 -0
- package/lib/common/apis/custom/web/h5/showLoading.js +4 -0
- package/lib/common/apis/custom/web/h5/showToast.d.ts +2 -0
- package/lib/common/apis/custom/web/h5/showToast.js +4 -0
- package/lib/common/apis/custom/web/hideNavigationBarLoading.d.ts +3 -0
- package/lib/common/apis/custom/web/hideNavigationBarLoading.js +5 -0
- package/lib/common/apis/custom/web/multiLevelSelect.d.ts +3 -0
- package/lib/common/apis/custom/web/multiLevelSelect.js +5 -0
- package/lib/common/apis/custom/web/navigateBack.d.ts +3 -0
- package/lib/common/apis/custom/web/navigateBack.js +8 -0
- package/lib/common/apis/custom/web/navigateTo.d.ts +3 -0
- package/lib/common/apis/custom/web/navigateTo.js +5 -0
- package/lib/common/apis/custom/web/previewImage.d.ts +3 -0
- package/lib/common/apis/custom/web/previewImage.js +34 -0
- package/lib/common/apis/custom/web/reLaunch.d.ts +3 -0
- package/lib/common/apis/custom/web/reLaunch.js +5 -0
- package/lib/common/apis/custom/web/redirectTo.d.ts +3 -0
- package/lib/common/apis/custom/web/redirectTo.js +12 -0
- package/lib/common/apis/custom/web/removeStorage.d.ts +3 -0
- package/lib/common/apis/custom/web/removeStorage.js +5 -0
- package/lib/common/apis/custom/web/request.d.ts +3 -0
- package/lib/common/apis/custom/web/request.js +3 -0
- package/lib/common/apis/custom/web/saveFile.d.ts +3 -0
- package/lib/common/apis/custom/web/saveFile.js +28 -0
- package/lib/common/apis/custom/web/saveImage.d.ts +3 -0
- package/lib/common/apis/custom/web/saveImage.js +28 -0
- package/lib/common/apis/custom/web/setKeepScreenOn.d.ts +3 -0
- package/lib/common/apis/custom/web/setKeepScreenOn.js +17 -0
- package/lib/common/apis/custom/web/setNavigationBar.d.ts +3 -0
- package/lib/common/apis/custom/web/setNavigationBar.js +67 -0
- package/lib/common/apis/custom/web/setOptionMenu.d.ts +3 -0
- package/lib/common/apis/custom/web/setOptionMenu.js +10 -0
- package/lib/common/apis/custom/web/setStorage.d.ts +3 -0
- package/lib/common/apis/custom/web/setStorage.js +29 -0
- package/lib/common/apis/custom/web/setTabBarStyle.d.ts +3 -0
- package/lib/common/apis/custom/web/setTabBarStyle.js +17 -0
- package/lib/common/apis/custom/web/showActionSheet.d.ts +3 -0
- package/lib/common/apis/custom/web/showActionSheet.js +30 -0
- package/lib/common/apis/custom/web/showAuthGuide.d.ts +3 -0
- package/lib/common/apis/custom/web/showAuthGuide.js +17 -0
- package/lib/common/apis/custom/web/showNavigationBarLoading.d.ts +3 -0
- package/lib/common/apis/custom/web/showNavigationBarLoading.js +5 -0
- package/lib/common/apis/custom/web/showToast.d.ts +3 -0
- package/lib/common/apis/custom/web/showToast.js +17 -0
- package/lib/common/apis/custom/web/startPullDownRefresh.d.ts +3 -0
- package/lib/common/apis/custom/web/startPullDownRefresh.js +5 -0
- package/lib/common/apis/custom/web/stopPullDownRefresh.d.ts +3 -0
- package/lib/common/apis/custom/web/stopPullDownRefresh.js +6 -0
- package/lib/common/apis/custom/web/uploadFile.d.ts +3 -0
- package/lib/common/apis/custom/web/uploadFile.js +30 -0
- package/lib/common/apis/generated/mp/APRegionRPC.d.ts +3 -0
- package/lib/common/apis/generated/mp/APRegionRPC.js +8 -0
- package/lib/common/apis/generated/mp/addFatigueAction.d.ts +3 -0
- package/lib/common/apis/generated/mp/addFatigueAction.js +8 -0
- package/lib/common/apis/generated/mp/addPhoneContact.d.ts +11 -0
- package/lib/common/apis/generated/mp/addPhoneContact.js +14 -0
- package/lib/common/apis/generated/mp/alert.d.ts +9 -0
- package/lib/common/apis/generated/mp/alert.js +14 -0
- package/lib/common/apis/generated/mp/apDisableJSAPI.d.ts +3 -0
- package/lib/common/apis/generated/mp/apDisableJSAPI.js +8 -0
- package/lib/common/apis/generated/mp/appxrpc.d.ts +5 -0
- package/lib/common/apis/generated/mp/appxrpc.js +8 -0
- package/lib/common/apis/generated/mp/batchQueryCdpSpaceInfo.d.ts +3 -0
- package/lib/common/apis/generated/mp/batchQueryCdpSpaceInfo.js +8 -0
- package/lib/common/apis/generated/mp/canIUse.d.ts +5 -0
- package/lib/common/apis/generated/mp/canIUse.js +10 -0
- package/lib/common/apis/generated/mp/chooseImage.d.ts +11 -0
- package/lib/common/apis/generated/mp/chooseImage.js +14 -0
- package/lib/common/apis/generated/mp/choosePhoneContact.d.ts +9 -0
- package/lib/common/apis/generated/mp/choosePhoneContact.js +14 -0
- package/lib/common/apis/generated/mp/clearStorage.d.ts +9 -0
- package/lib/common/apis/generated/mp/clearStorage.js +14 -0
- package/lib/common/apis/generated/mp/clearStorageSync.d.ts +5 -0
- package/lib/common/apis/generated/mp/clearStorageSync.js +10 -0
- package/lib/common/apis/generated/mp/closeBluetoothAdapter.d.ts +9 -0
- package/lib/common/apis/generated/mp/closeBluetoothAdapter.js +14 -0
- package/lib/common/apis/generated/mp/closeSocket.d.ts +9 -0
- package/lib/common/apis/generated/mp/closeSocket.js +14 -0
- package/lib/common/apis/generated/mp/confirm.d.ts +9 -0
- package/lib/common/apis/generated/mp/confirm.js +14 -0
- package/lib/common/apis/generated/mp/connectBLEDevice.d.ts +13 -0
- package/lib/common/apis/generated/mp/connectBLEDevice.js +14 -0
- package/lib/common/apis/generated/mp/connectSocket.d.ts +9 -0
- package/lib/common/apis/generated/mp/connectSocket.js +14 -0
- package/lib/common/apis/generated/mp/createAnimation.d.ts +5 -0
- package/lib/common/apis/generated/mp/createAnimation.js +10 -0
- package/lib/common/apis/generated/mp/createSelectorQuery.d.ts +5 -0
- package/lib/common/apis/generated/mp/createSelectorQuery.js +10 -0
- package/lib/common/apis/generated/mp/createWebViewContext.d.ts +5 -0
- package/lib/common/apis/generated/mp/createWebViewContext.js +10 -0
- package/lib/common/apis/generated/mp/crossPay.d.ts +3 -0
- package/lib/common/apis/generated/mp/crossPay.js +8 -0
- package/lib/common/apis/generated/mp/datePicker.d.ts +9 -0
- package/lib/common/apis/generated/mp/datePicker.js +14 -0
- package/lib/common/apis/generated/mp/disconnectBLEDevice.d.ts +13 -0
- package/lib/common/apis/generated/mp/disconnectBLEDevice.js +14 -0
- package/lib/common/apis/generated/mp/downloadFile.d.ts +11 -0
- package/lib/common/apis/generated/mp/downloadFile.js +14 -0
- package/lib/common/apis/generated/mp/exitApp.d.ts +3 -0
- package/lib/common/apis/generated/mp/exitApp.js +8 -0
- package/lib/common/apis/generated/mp/getAppIdSync.d.ts +7 -0
- package/lib/common/apis/generated/mp/getAppIdSync.js +10 -0
- package/lib/common/apis/generated/mp/getAppToken.d.ts +3 -0
- package/lib/common/apis/generated/mp/getAppToken.js +8 -0
- package/lib/common/apis/generated/mp/getAuthCode.d.ts +15 -0
- package/lib/common/apis/generated/mp/getAuthCode.js +14 -0
- package/lib/common/apis/generated/mp/getBLEDeviceCharacteristics.d.ts +51 -0
- package/lib/common/apis/generated/mp/getBLEDeviceCharacteristics.js +14 -0
- package/lib/common/apis/generated/mp/getBLEDeviceServices.d.ts +28 -0
- package/lib/common/apis/generated/mp/getBLEDeviceServices.js +14 -0
- package/lib/common/apis/generated/mp/getBatteryInfo.d.ts +12 -0
- package/lib/common/apis/generated/mp/getBatteryInfo.js +14 -0
- package/lib/common/apis/generated/mp/getBluetoothAdapterState.d.ts +18 -0
- package/lib/common/apis/generated/mp/getBluetoothAdapterState.js +14 -0
- package/lib/common/apis/generated/mp/getBluetoothDevices.d.ts +15 -0
- package/lib/common/apis/generated/mp/getBluetoothDevices.js +14 -0
- package/lib/common/apis/generated/mp/getClipboard.d.ts +11 -0
- package/lib/common/apis/generated/mp/getClipboard.js +14 -0
- package/lib/common/apis/generated/mp/getComponentAuth.d.ts +3 -0
- package/lib/common/apis/generated/mp/getComponentAuth.js +8 -0
- package/lib/common/apis/generated/mp/getConnectedBluetoothDevices.d.ts +13 -0
- package/lib/common/apis/generated/mp/getConnectedBluetoothDevices.js +14 -0
- package/lib/common/apis/generated/mp/getFileInfo.d.ts +12 -0
- package/lib/common/apis/generated/mp/getFileInfo.js +14 -0
- package/lib/common/apis/generated/mp/getImageInfo.d.ts +9 -0
- package/lib/common/apis/generated/mp/getImageInfo.js +14 -0
- package/lib/common/apis/generated/mp/getLaunchOptionsSync.d.ts +2 -0
- package/lib/common/apis/generated/mp/getLaunchOptionsSync.js +7 -0
- package/lib/common/apis/generated/mp/getLocation.d.ts +9 -0
- package/lib/common/apis/generated/mp/getLocation.js +14 -0
- package/lib/common/apis/generated/mp/getNetworkType.d.ts +9 -0
- package/lib/common/apis/generated/mp/getNetworkType.js +14 -0
- package/lib/common/apis/generated/mp/getOpenUserInfo.d.ts +11 -0
- package/lib/common/apis/generated/mp/getOpenUserInfo.js +14 -0
- package/lib/common/apis/generated/mp/getPaymentCode.d.ts +3 -0
- package/lib/common/apis/generated/mp/getPaymentCode.js +8 -0
- package/lib/common/apis/generated/mp/getPhoneNumber.d.ts +3 -0
- package/lib/common/apis/generated/mp/getPhoneNumber.js +8 -0
- package/lib/common/apis/generated/mp/getSavedFileInfo.d.ts +12 -0
- package/lib/common/apis/generated/mp/getSavedFileInfo.js +14 -0
- package/lib/common/apis/generated/mp/getSavedFileList.d.ts +15 -0
- package/lib/common/apis/generated/mp/getSavedFileList.js +14 -0
- package/lib/common/apis/generated/mp/getScreenBrightness.d.ts +15 -0
- package/lib/common/apis/generated/mp/getScreenBrightness.js +14 -0
- package/lib/common/apis/generated/mp/getServerTime.d.ts +15 -0
- package/lib/common/apis/generated/mp/getServerTime.js +14 -0
- package/lib/common/apis/generated/mp/getSetting.d.ts +17 -0
- package/lib/common/apis/generated/mp/getSetting.js +14 -0
- package/lib/common/apis/generated/mp/getSiteInfo.d.ts +9 -0
- package/lib/common/apis/generated/mp/getSiteInfo.js +14 -0
- package/lib/common/apis/generated/mp/getStorage.d.ts +11 -0
- package/lib/common/apis/generated/mp/getStorage.js +14 -0
- package/lib/common/apis/generated/mp/getStorageInfo.d.ts +3 -0
- package/lib/common/apis/generated/mp/getStorageInfo.js +8 -0
- package/lib/common/apis/generated/mp/getStorageInfoSync.d.ts +2 -0
- package/lib/common/apis/generated/mp/getStorageInfoSync.js +7 -0
- package/lib/common/apis/generated/mp/getStorageSync.d.ts +9 -0
- package/lib/common/apis/generated/mp/getStorageSync.js +10 -0
- package/lib/common/apis/generated/mp/getSystemInfo.d.ts +9 -0
- package/lib/common/apis/generated/mp/getSystemInfo.js +14 -0
- package/lib/common/apis/generated/mp/getSystemInfoSync.d.ts +2 -0
- package/lib/common/apis/generated/mp/getSystemInfoSync.js +7 -0
- package/lib/common/apis/generated/mp/hideBackHome.d.ts +9 -0
- package/lib/common/apis/generated/mp/hideBackHome.js +14 -0
- package/lib/common/apis/generated/mp/hideKeyboard.d.ts +9 -0
- package/lib/common/apis/generated/mp/hideKeyboard.js +14 -0
- package/lib/common/apis/generated/mp/hideLoading.d.ts +9 -0
- package/lib/common/apis/generated/mp/hideLoading.js +14 -0
- package/lib/common/apis/generated/mp/hideNavigationBarLoading.d.ts +9 -0
- package/lib/common/apis/generated/mp/hideNavigationBarLoading.js +14 -0
- package/lib/common/apis/generated/mp/hideOptionButton.d.ts +3 -0
- package/lib/common/apis/generated/mp/hideOptionButton.js +8 -0
- package/lib/common/apis/generated/mp/hideTabBar.d.ts +9 -0
- package/lib/common/apis/generated/mp/hideTabBar.js +14 -0
- package/lib/common/apis/generated/mp/hideToast.d.ts +9 -0
- package/lib/common/apis/generated/mp/hideToast.js +14 -0
- package/lib/common/apis/generated/mp/inquireQuote.d.ts +3 -0
- package/lib/common/apis/generated/mp/inquireQuote.js +8 -0
- package/lib/common/apis/generated/mp/isInstalledApp.d.ts +3 -0
- package/lib/common/apis/generated/mp/isInstalledApp.js +8 -0
- package/lib/common/apis/generated/mp/makePhoneCall.d.ts +11 -0
- package/lib/common/apis/generated/mp/makePhoneCall.js +14 -0
- package/lib/common/apis/generated/mp/multiLevelSelect.d.ts +12 -0
- package/lib/common/apis/generated/mp/multiLevelSelect.js +14 -0
- package/lib/common/apis/generated/mp/navigateBack.d.ts +9 -0
- package/lib/common/apis/generated/mp/navigateBack.js +14 -0
- package/lib/common/apis/generated/mp/navigateBackMiniProgram.d.ts +9 -0
- package/lib/common/apis/generated/mp/navigateBackMiniProgram.js +14 -0
- package/lib/common/apis/generated/mp/navigateTo.d.ts +9 -0
- package/lib/common/apis/generated/mp/navigateTo.js +14 -0
- package/lib/common/apis/generated/mp/navigateToBizScene.d.ts +3 -0
- package/lib/common/apis/generated/mp/navigateToBizScene.js +8 -0
- package/lib/common/apis/generated/mp/navigateToMiniProgram.d.ts +9 -0
- package/lib/common/apis/generated/mp/navigateToMiniProgram.js +14 -0
- package/lib/common/apis/generated/mp/notifyBLECharacteristicValueChange.d.ts +21 -0
- package/lib/common/apis/generated/mp/notifyBLECharacteristicValueChange.js +14 -0
- package/lib/common/apis/generated/mp/offAccelerometerChange.d.ts +5 -0
- package/lib/common/apis/generated/mp/offAccelerometerChange.js +10 -0
- package/lib/common/apis/generated/mp/offBLECharacteristicValueChange.d.ts +5 -0
- package/lib/common/apis/generated/mp/offBLECharacteristicValueChange.js +10 -0
- package/lib/common/apis/generated/mp/offBLEConnectionStateChanged.d.ts +5 -0
- package/lib/common/apis/generated/mp/offBLEConnectionStateChanged.js +10 -0
- package/lib/common/apis/generated/mp/offBluetoothAdapterStateChange.d.ts +5 -0
- package/lib/common/apis/generated/mp/offBluetoothAdapterStateChange.js +10 -0
- package/lib/common/apis/generated/mp/offBluetoothDeviceFound.d.ts +5 -0
- package/lib/common/apis/generated/mp/offBluetoothDeviceFound.js +10 -0
- package/lib/common/apis/generated/mp/offCompassChange.d.ts +5 -0
- package/lib/common/apis/generated/mp/offCompassChange.js +10 -0
- package/lib/common/apis/generated/mp/offMemoryWarning.d.ts +7 -0
- package/lib/common/apis/generated/mp/offMemoryWarning.js +10 -0
- package/lib/common/apis/generated/mp/offSocketClose.d.ts +5 -0
- package/lib/common/apis/generated/mp/offSocketClose.js +10 -0
- package/lib/common/apis/generated/mp/offSocketError.d.ts +5 -0
- package/lib/common/apis/generated/mp/offSocketError.js +10 -0
- package/lib/common/apis/generated/mp/offSocketMessage.d.ts +5 -0
- package/lib/common/apis/generated/mp/offSocketMessage.js +10 -0
- package/lib/common/apis/generated/mp/offSocketOpen.d.ts +5 -0
- package/lib/common/apis/generated/mp/offSocketOpen.js +10 -0
- package/lib/common/apis/generated/mp/offUserCaptureScreen.d.ts +5 -0
- package/lib/common/apis/generated/mp/offUserCaptureScreen.js +10 -0
- package/lib/common/apis/generated/mp/onAccelerometerChange.d.ts +9 -0
- package/lib/common/apis/generated/mp/onAccelerometerChange.js +10 -0
- package/lib/common/apis/generated/mp/onBLECharacteristicValueChange.d.ts +8 -0
- package/lib/common/apis/generated/mp/onBLECharacteristicValueChange.js +10 -0
- package/lib/common/apis/generated/mp/onBLEConnectionStateChanged.d.ts +8 -0
- package/lib/common/apis/generated/mp/onBLEConnectionStateChanged.js +10 -0
- package/lib/common/apis/generated/mp/onBluetoothAdapterStateChange.d.ts +8 -0
- package/lib/common/apis/generated/mp/onBluetoothAdapterStateChange.js +10 -0
- package/lib/common/apis/generated/mp/onBluetoothDeviceFound.d.ts +7 -0
- package/lib/common/apis/generated/mp/onBluetoothDeviceFound.js +10 -0
- package/lib/common/apis/generated/mp/onCompassChange.d.ts +7 -0
- package/lib/common/apis/generated/mp/onCompassChange.js +10 -0
- package/lib/common/apis/generated/mp/onMemoryWarning.d.ts +7 -0
- package/lib/common/apis/generated/mp/onMemoryWarning.js +10 -0
- package/lib/common/apis/generated/mp/onSocketClose.d.ts +5 -0
- package/lib/common/apis/generated/mp/onSocketClose.js +10 -0
- package/lib/common/apis/generated/mp/onSocketError.d.ts +5 -0
- package/lib/common/apis/generated/mp/onSocketError.js +10 -0
- package/lib/common/apis/generated/mp/onSocketMessage.d.ts +8 -0
- package/lib/common/apis/generated/mp/onSocketMessage.js +10 -0
- package/lib/common/apis/generated/mp/onSocketOpen.d.ts +5 -0
- package/lib/common/apis/generated/mp/onSocketOpen.js +10 -0
- package/lib/common/apis/generated/mp/onUserCaptureScreen.d.ts +5 -0
- package/lib/common/apis/generated/mp/onUserCaptureScreen.js +10 -0
- package/lib/common/apis/generated/mp/openBluetoothAdapter.d.ts +9 -0
- package/lib/common/apis/generated/mp/openBluetoothAdapter.js +14 -0
- package/lib/common/apis/generated/mp/openDocument.d.ts +15 -0
- package/lib/common/apis/generated/mp/openDocument.js +14 -0
- package/lib/common/apis/generated/mp/openSchemeWithBacking.d.ts +3 -0
- package/lib/common/apis/generated/mp/openSchemeWithBacking.js +8 -0
- package/lib/common/apis/generated/mp/openSetting.d.ts +17 -0
- package/lib/common/apis/generated/mp/openSetting.js +14 -0
- package/lib/common/apis/generated/mp/pageScrollTo.d.ts +9 -0
- package/lib/common/apis/generated/mp/pageScrollTo.js +14 -0
- package/lib/common/apis/generated/mp/paySignCenter.d.ts +3 -0
- package/lib/common/apis/generated/mp/paySignCenter.js +8 -0
- package/lib/common/apis/generated/mp/previewImage.d.ts +9 -0
- package/lib/common/apis/generated/mp/previewImage.js +14 -0
- package/lib/common/apis/generated/mp/prompt.d.ts +9 -0
- package/lib/common/apis/generated/mp/prompt.js +14 -0
- package/lib/common/apis/generated/mp/reLaunch.d.ts +9 -0
- package/lib/common/apis/generated/mp/reLaunch.js +14 -0
- package/lib/common/apis/generated/mp/readBLECharacteristicValue.d.ts +15 -0
- package/lib/common/apis/generated/mp/readBLECharacteristicValue.js +14 -0
- package/lib/common/apis/generated/mp/redirectTo.d.ts +9 -0
- package/lib/common/apis/generated/mp/redirectTo.js +14 -0
- package/lib/common/apis/generated/mp/regionFetchAllApps.d.ts +3 -0
- package/lib/common/apis/generated/mp/regionFetchAllApps.js +8 -0
- package/lib/common/apis/generated/mp/regionSearchAppsByKeywords.d.ts +3 -0
- package/lib/common/apis/generated/mp/regionSearchAppsByKeywords.js +8 -0
- package/lib/common/apis/generated/mp/removeSavedFile.d.ts +9 -0
- package/lib/common/apis/generated/mp/removeSavedFile.js +14 -0
- package/lib/common/apis/generated/mp/removeStorage.d.ts +9 -0
- package/lib/common/apis/generated/mp/removeStorage.js +14 -0
- package/lib/common/apis/generated/mp/removeStorageSync.d.ts +7 -0
- package/lib/common/apis/generated/mp/removeStorageSync.js +10 -0
- package/lib/common/apis/generated/mp/request.d.ts +39 -0
- package/lib/common/apis/generated/mp/request.js +14 -0
- package/lib/common/apis/generated/mp/rpc.d.ts +12 -0
- package/lib/common/apis/generated/mp/rpc.js +8 -0
- package/lib/common/apis/generated/mp/saveFile.d.ts +11 -0
- package/lib/common/apis/generated/mp/saveFile.js +14 -0
- package/lib/common/apis/generated/mp/saveImage.d.ts +9 -0
- package/lib/common/apis/generated/mp/saveImage.js +14 -0
- package/lib/common/apis/generated/mp/scan.d.ts +9 -0
- package/lib/common/apis/generated/mp/scan.js +14 -0
- package/lib/common/apis/generated/mp/sendSocketMessage.d.ts +9 -0
- package/lib/common/apis/generated/mp/sendSocketMessage.js +14 -0
- package/lib/common/apis/generated/mp/setBackgroundColor.d.ts +9 -0
- package/lib/common/apis/generated/mp/setBackgroundColor.js +14 -0
- package/lib/common/apis/generated/mp/setCanPullDown.d.ts +7 -0
- package/lib/common/apis/generated/mp/setCanPullDown.js +10 -0
- package/lib/common/apis/generated/mp/setClipboard.d.ts +9 -0
- package/lib/common/apis/generated/mp/setClipboard.js +14 -0
- package/lib/common/apis/generated/mp/setKeepScreenOn.d.ts +9 -0
- package/lib/common/apis/generated/mp/setKeepScreenOn.js +14 -0
- package/lib/common/apis/generated/mp/setNavigationBar.d.ts +9 -0
- package/lib/common/apis/generated/mp/setNavigationBar.js +14 -0
- package/lib/common/apis/generated/mp/setOptionMenu.d.ts +3 -0
- package/lib/common/apis/generated/mp/setOptionMenu.js +8 -0
- package/lib/common/apis/generated/mp/setScreenBrightness.d.ts +9 -0
- package/lib/common/apis/generated/mp/setScreenBrightness.js +14 -0
- package/lib/common/apis/generated/mp/setStorage.d.ts +9 -0
- package/lib/common/apis/generated/mp/setStorage.js +14 -0
- package/lib/common/apis/generated/mp/setStorageSync.d.ts +8 -0
- package/lib/common/apis/generated/mp/setStorageSync.js +10 -0
- package/lib/common/apis/generated/mp/setTabBarStyle.d.ts +9 -0
- package/lib/common/apis/generated/mp/setTabBarStyle.js +14 -0
- package/lib/common/apis/generated/mp/showActionSheet.d.ts +9 -0
- package/lib/common/apis/generated/mp/showActionSheet.js +14 -0
- package/lib/common/apis/generated/mp/showAuthGuide.d.ts +11 -0
- package/lib/common/apis/generated/mp/showAuthGuide.js +14 -0
- package/lib/common/apis/generated/mp/showLoading.d.ts +9 -0
- package/lib/common/apis/generated/mp/showLoading.js +14 -0
- package/lib/common/apis/generated/mp/showNavigationBarLoading.d.ts +9 -0
- package/lib/common/apis/generated/mp/showNavigationBarLoading.js +14 -0
- package/lib/common/apis/generated/mp/showSharePanel.d.ts +9 -0
- package/lib/common/apis/generated/mp/showSharePanel.js +14 -0
- package/lib/common/apis/generated/mp/showToast.d.ts +9 -0
- package/lib/common/apis/generated/mp/showToast.js +14 -0
- package/lib/common/apis/generated/mp/signContract.d.ts +12 -0
- package/lib/common/apis/generated/mp/signContract.js +14 -0
- package/lib/common/apis/generated/mp/startApp.d.ts +3 -0
- package/lib/common/apis/generated/mp/startApp.js +8 -0
- package/lib/common/apis/generated/mp/startBizService.d.ts +3 -0
- package/lib/common/apis/generated/mp/startBizService.js +8 -0
- package/lib/common/apis/generated/mp/startBluetoothDevicesDiscovery.d.ts +9 -0
- package/lib/common/apis/generated/mp/startBluetoothDevicesDiscovery.js +14 -0
- package/lib/common/apis/generated/mp/startPullDownRefresh.d.ts +9 -0
- package/lib/common/apis/generated/mp/startPullDownRefresh.js +14 -0
- package/lib/common/apis/generated/mp/stopBluetoothDevicesDiscovery.d.ts +9 -0
- package/lib/common/apis/generated/mp/stopBluetoothDevicesDiscovery.js +14 -0
- package/lib/common/apis/generated/mp/stopPullDownRefresh.d.ts +9 -0
- package/lib/common/apis/generated/mp/stopPullDownRefresh.js +14 -0
- package/lib/common/apis/generated/mp/switchTab.d.ts +9 -0
- package/lib/common/apis/generated/mp/switchTab.js +14 -0
- package/lib/common/apis/generated/mp/thirdPartyAuthForAc.d.ts +3 -0
- package/lib/common/apis/generated/mp/thirdPartyAuthForAc.js +8 -0
- package/lib/common/apis/generated/mp/tradePay.d.ts +11 -0
- package/lib/common/apis/generated/mp/tradePay.js +14 -0
- package/lib/common/apis/generated/mp/uploadApdidToken.d.ts +3 -0
- package/lib/common/apis/generated/mp/uploadApdidToken.js +8 -0
- package/lib/common/apis/generated/mp/uploadFile.d.ts +9 -0
- package/lib/common/apis/generated/mp/uploadFile.js +14 -0
- package/lib/common/apis/generated/mp/vibrate.d.ts +9 -0
- package/lib/common/apis/generated/mp/vibrate.js +14 -0
- package/lib/common/apis/generated/mp/watchShake.d.ts +9 -0
- package/lib/common/apis/generated/mp/watchShake.js +14 -0
- package/lib/common/apis/generated/mp/writeBLECharacteristicValue.d.ts +9 -0
- package/lib/common/apis/generated/mp/writeBLECharacteristicValue.js +14 -0
- package/lib/common/apis/generated/mp_web/APRegionRPC.d.ts +3 -0
- package/lib/common/apis/generated/mp_web/APRegionRPC.js +8 -0
- package/lib/common/apis/generated/mp_web/addFatigueAction.d.ts +3 -0
- package/lib/common/apis/generated/mp_web/addFatigueAction.js +8 -0
- package/lib/common/apis/generated/mp_web/addPhoneContact.d.ts +11 -0
- package/lib/common/apis/generated/mp_web/addPhoneContact.js +14 -0
- package/lib/common/apis/generated/mp_web/alert.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/alert.js +14 -0
- package/lib/common/apis/generated/mp_web/apDisableJSAPI.d.ts +3 -0
- package/lib/common/apis/generated/mp_web/apDisableJSAPI.js +8 -0
- package/lib/common/apis/generated/mp_web/appxrpc.d.ts +5 -0
- package/lib/common/apis/generated/mp_web/appxrpc.js +8 -0
- package/lib/common/apis/generated/mp_web/batchQueryCdpSpaceInfo.d.ts +3 -0
- package/lib/common/apis/generated/mp_web/batchQueryCdpSpaceInfo.js +8 -0
- package/lib/common/apis/generated/mp_web/chooseImage.d.ts +11 -0
- package/lib/common/apis/generated/mp_web/chooseImage.js +14 -0
- package/lib/common/apis/generated/mp_web/choosePhoneContact.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/choosePhoneContact.js +14 -0
- package/lib/common/apis/generated/mp_web/clearStorage.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/clearStorage.js +14 -0
- package/lib/common/apis/generated/mp_web/closeBluetoothAdapter.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/closeBluetoothAdapter.js +14 -0
- package/lib/common/apis/generated/mp_web/closeSocket.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/closeSocket.js +14 -0
- package/lib/common/apis/generated/mp_web/confirm.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/confirm.js +14 -0
- package/lib/common/apis/generated/mp_web/connectBLEDevice.d.ts +13 -0
- package/lib/common/apis/generated/mp_web/connectBLEDevice.js +14 -0
- package/lib/common/apis/generated/mp_web/connectSocket.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/connectSocket.js +14 -0
- package/lib/common/apis/generated/mp_web/createWithoutAuthRpc.d.ts +24 -0
- package/lib/common/apis/generated/mp_web/createWithoutAuthRpc.js +7 -0
- package/lib/common/apis/generated/mp_web/crossPay.d.ts +3 -0
- package/lib/common/apis/generated/mp_web/crossPay.js +8 -0
- package/lib/common/apis/generated/mp_web/datePicker.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/datePicker.js +14 -0
- package/lib/common/apis/generated/mp_web/defineRuntimeConfig.d.ts +2 -0
- package/lib/common/apis/generated/mp_web/defineRuntimeConfig.js +7 -0
- package/lib/common/apis/generated/mp_web/disconnectBLEDevice.d.ts +13 -0
- package/lib/common/apis/generated/mp_web/disconnectBLEDevice.js +14 -0
- package/lib/common/apis/generated/mp_web/downloadFile.d.ts +11 -0
- package/lib/common/apis/generated/mp_web/downloadFile.js +14 -0
- package/lib/common/apis/generated/mp_web/exitApp.d.ts +3 -0
- package/lib/common/apis/generated/mp_web/exitApp.js +8 -0
- package/lib/common/apis/generated/mp_web/getAppToken.d.ts +3 -0
- package/lib/common/apis/generated/mp_web/getAppToken.js +8 -0
- package/lib/common/apis/generated/mp_web/getAuthCode.d.ts +15 -0
- package/lib/common/apis/generated/mp_web/getAuthCode.js +14 -0
- package/lib/common/apis/generated/mp_web/getBLEDeviceCharacteristics.d.ts +51 -0
- package/lib/common/apis/generated/mp_web/getBLEDeviceCharacteristics.js +14 -0
- package/lib/common/apis/generated/mp_web/getBLEDeviceServices.d.ts +28 -0
- package/lib/common/apis/generated/mp_web/getBLEDeviceServices.js +14 -0
- package/lib/common/apis/generated/mp_web/getBatteryInfo.d.ts +12 -0
- package/lib/common/apis/generated/mp_web/getBatteryInfo.js +14 -0
- package/lib/common/apis/generated/mp_web/getBluetoothAdapterState.d.ts +18 -0
- package/lib/common/apis/generated/mp_web/getBluetoothAdapterState.js +14 -0
- package/lib/common/apis/generated/mp_web/getBluetoothDevices.d.ts +15 -0
- package/lib/common/apis/generated/mp_web/getBluetoothDevices.js +14 -0
- package/lib/common/apis/generated/mp_web/getClipboard.d.ts +11 -0
- package/lib/common/apis/generated/mp_web/getClipboard.js +14 -0
- package/lib/common/apis/generated/mp_web/getComponentAuth.d.ts +3 -0
- package/lib/common/apis/generated/mp_web/getComponentAuth.js +8 -0
- package/lib/common/apis/generated/mp_web/getConnectedBluetoothDevices.d.ts +13 -0
- package/lib/common/apis/generated/mp_web/getConnectedBluetoothDevices.js +14 -0
- package/lib/common/apis/generated/mp_web/getFileInfo.d.ts +12 -0
- package/lib/common/apis/generated/mp_web/getFileInfo.js +14 -0
- package/lib/common/apis/generated/mp_web/getImageInfo.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/getImageInfo.js +14 -0
- package/lib/common/apis/generated/mp_web/getLocation.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/getLocation.js +14 -0
- package/lib/common/apis/generated/mp_web/getNetworkType.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/getNetworkType.js +14 -0
- package/lib/common/apis/generated/mp_web/getOpenUserInfo.d.ts +11 -0
- package/lib/common/apis/generated/mp_web/getOpenUserInfo.js +14 -0
- package/lib/common/apis/generated/mp_web/getPaymentCode.d.ts +3 -0
- package/lib/common/apis/generated/mp_web/getPaymentCode.js +8 -0
- package/lib/common/apis/generated/mp_web/getPhoneNumber.d.ts +3 -0
- package/lib/common/apis/generated/mp_web/getPhoneNumber.js +8 -0
- package/lib/common/apis/generated/mp_web/getSavedFileInfo.d.ts +12 -0
- package/lib/common/apis/generated/mp_web/getSavedFileInfo.js +14 -0
- package/lib/common/apis/generated/mp_web/getSavedFileList.d.ts +15 -0
- package/lib/common/apis/generated/mp_web/getSavedFileList.js +14 -0
- package/lib/common/apis/generated/mp_web/getScreenBrightness.d.ts +15 -0
- package/lib/common/apis/generated/mp_web/getScreenBrightness.js +14 -0
- package/lib/common/apis/generated/mp_web/getServerTime.d.ts +15 -0
- package/lib/common/apis/generated/mp_web/getServerTime.js +14 -0
- package/lib/common/apis/generated/mp_web/getSetting.d.ts +17 -0
- package/lib/common/apis/generated/mp_web/getSetting.js +14 -0
- package/lib/common/apis/generated/mp_web/getSiteInfo.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/getSiteInfo.js +14 -0
- package/lib/common/apis/generated/mp_web/getStorage.d.ts +11 -0
- package/lib/common/apis/generated/mp_web/getStorage.js +14 -0
- package/lib/common/apis/generated/mp_web/getSystemInfo.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/getSystemInfo.js +14 -0
- package/lib/common/apis/generated/mp_web/hideBackHome.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/hideBackHome.js +14 -0
- package/lib/common/apis/generated/mp_web/hideKeyboard.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/hideKeyboard.js +14 -0
- package/lib/common/apis/generated/mp_web/hideLoading.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/hideLoading.js +14 -0
- package/lib/common/apis/generated/mp_web/hideNavigationBarLoading.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/hideNavigationBarLoading.js +14 -0
- package/lib/common/apis/generated/mp_web/hideOptionButton.d.ts +3 -0
- package/lib/common/apis/generated/mp_web/hideOptionButton.js +8 -0
- package/lib/common/apis/generated/mp_web/hideTabBar.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/hideTabBar.js +14 -0
- package/lib/common/apis/generated/mp_web/hideToast.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/hideToast.js +14 -0
- package/lib/common/apis/generated/mp_web/inquireQuote.d.ts +3 -0
- package/lib/common/apis/generated/mp_web/inquireQuote.js +8 -0
- package/lib/common/apis/generated/mp_web/isInstalledApp.d.ts +3 -0
- package/lib/common/apis/generated/mp_web/isInstalledApp.js +8 -0
- package/lib/common/apis/generated/mp_web/makePhoneCall.d.ts +11 -0
- package/lib/common/apis/generated/mp_web/makePhoneCall.js +14 -0
- package/lib/common/apis/generated/mp_web/multiLevelSelect.d.ts +12 -0
- package/lib/common/apis/generated/mp_web/multiLevelSelect.js +14 -0
- package/lib/common/apis/generated/mp_web/navigateBack.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/navigateBack.js +14 -0
- package/lib/common/apis/generated/mp_web/navigateBackMiniProgram.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/navigateBackMiniProgram.js +14 -0
- package/lib/common/apis/generated/mp_web/navigateTo.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/navigateTo.js +14 -0
- package/lib/common/apis/generated/mp_web/navigateToBizScene.d.ts +3 -0
- package/lib/common/apis/generated/mp_web/navigateToBizScene.js +8 -0
- package/lib/common/apis/generated/mp_web/navigateToMiniProgram.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/navigateToMiniProgram.js +14 -0
- package/lib/common/apis/generated/mp_web/notifyBLECharacteristicValueChange.d.ts +21 -0
- package/lib/common/apis/generated/mp_web/notifyBLECharacteristicValueChange.js +14 -0
- package/lib/common/apis/generated/mp_web/offAccelerometerChange.d.ts +5 -0
- package/lib/common/apis/generated/mp_web/offAccelerometerChange.js +10 -0
- package/lib/common/apis/generated/mp_web/offBLECharacteristicValueChange.d.ts +5 -0
- package/lib/common/apis/generated/mp_web/offBLECharacteristicValueChange.js +10 -0
- package/lib/common/apis/generated/mp_web/offBLEConnectionStateChanged.d.ts +5 -0
- package/lib/common/apis/generated/mp_web/offBLEConnectionStateChanged.js +10 -0
- package/lib/common/apis/generated/mp_web/offBluetoothAdapterStateChange.d.ts +5 -0
- package/lib/common/apis/generated/mp_web/offBluetoothAdapterStateChange.js +10 -0
- package/lib/common/apis/generated/mp_web/offBluetoothDeviceFound.d.ts +5 -0
- package/lib/common/apis/generated/mp_web/offBluetoothDeviceFound.js +10 -0
- package/lib/common/apis/generated/mp_web/offCompassChange.d.ts +5 -0
- package/lib/common/apis/generated/mp_web/offCompassChange.js +10 -0
- package/lib/common/apis/generated/mp_web/offMemoryWarning.d.ts +7 -0
- package/lib/common/apis/generated/mp_web/offMemoryWarning.js +10 -0
- package/lib/common/apis/generated/mp_web/offSocketClose.d.ts +5 -0
- package/lib/common/apis/generated/mp_web/offSocketClose.js +10 -0
- package/lib/common/apis/generated/mp_web/offSocketError.d.ts +5 -0
- package/lib/common/apis/generated/mp_web/offSocketError.js +10 -0
- package/lib/common/apis/generated/mp_web/offSocketMessage.d.ts +5 -0
- package/lib/common/apis/generated/mp_web/offSocketMessage.js +10 -0
- package/lib/common/apis/generated/mp_web/offSocketOpen.d.ts +5 -0
- package/lib/common/apis/generated/mp_web/offSocketOpen.js +10 -0
- package/lib/common/apis/generated/mp_web/offUserCaptureScreen.d.ts +5 -0
- package/lib/common/apis/generated/mp_web/offUserCaptureScreen.js +10 -0
- package/lib/common/apis/generated/mp_web/onAccelerometerChange.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/onAccelerometerChange.js +10 -0
- package/lib/common/apis/generated/mp_web/onBLECharacteristicValueChange.d.ts +8 -0
- package/lib/common/apis/generated/mp_web/onBLECharacteristicValueChange.js +10 -0
- package/lib/common/apis/generated/mp_web/onBLEConnectionStateChanged.d.ts +8 -0
- package/lib/common/apis/generated/mp_web/onBLEConnectionStateChanged.js +10 -0
- package/lib/common/apis/generated/mp_web/onBluetoothAdapterStateChange.d.ts +8 -0
- package/lib/common/apis/generated/mp_web/onBluetoothAdapterStateChange.js +10 -0
- package/lib/common/apis/generated/mp_web/onBluetoothDeviceFound.d.ts +7 -0
- package/lib/common/apis/generated/mp_web/onBluetoothDeviceFound.js +10 -0
- package/lib/common/apis/generated/mp_web/onCompassChange.d.ts +7 -0
- package/lib/common/apis/generated/mp_web/onCompassChange.js +10 -0
- package/lib/common/apis/generated/mp_web/onMemoryWarning.d.ts +7 -0
- package/lib/common/apis/generated/mp_web/onMemoryWarning.js +10 -0
- package/lib/common/apis/generated/mp_web/onSocketClose.d.ts +5 -0
- package/lib/common/apis/generated/mp_web/onSocketClose.js +10 -0
- package/lib/common/apis/generated/mp_web/onSocketError.d.ts +5 -0
- package/lib/common/apis/generated/mp_web/onSocketError.js +10 -0
- package/lib/common/apis/generated/mp_web/onSocketMessage.d.ts +8 -0
- package/lib/common/apis/generated/mp_web/onSocketMessage.js +10 -0
- package/lib/common/apis/generated/mp_web/onSocketOpen.d.ts +5 -0
- package/lib/common/apis/generated/mp_web/onSocketOpen.js +10 -0
- package/lib/common/apis/generated/mp_web/onUserCaptureScreen.d.ts +5 -0
- package/lib/common/apis/generated/mp_web/onUserCaptureScreen.js +10 -0
- package/lib/common/apis/generated/mp_web/openBluetoothAdapter.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/openBluetoothAdapter.js +14 -0
- package/lib/common/apis/generated/mp_web/openDocument.d.ts +15 -0
- package/lib/common/apis/generated/mp_web/openDocument.js +14 -0
- package/lib/common/apis/generated/mp_web/openSchemeWithBacking.d.ts +3 -0
- package/lib/common/apis/generated/mp_web/openSchemeWithBacking.js +8 -0
- package/lib/common/apis/generated/mp_web/openSetting.d.ts +17 -0
- package/lib/common/apis/generated/mp_web/openSetting.js +14 -0
- package/lib/common/apis/generated/mp_web/pageScrollTo.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/pageScrollTo.js +14 -0
- package/lib/common/apis/generated/mp_web/paySignCenter.d.ts +3 -0
- package/lib/common/apis/generated/mp_web/paySignCenter.js +8 -0
- package/lib/common/apis/generated/mp_web/previewImage.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/previewImage.js +14 -0
- package/lib/common/apis/generated/mp_web/prompt.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/prompt.js +14 -0
- package/lib/common/apis/generated/mp_web/reLaunch.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/reLaunch.js +14 -0
- package/lib/common/apis/generated/mp_web/readBLECharacteristicValue.d.ts +15 -0
- package/lib/common/apis/generated/mp_web/readBLECharacteristicValue.js +14 -0
- package/lib/common/apis/generated/mp_web/redirectTo.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/redirectTo.js +14 -0
- package/lib/common/apis/generated/mp_web/regionFetchAllApps.d.ts +3 -0
- package/lib/common/apis/generated/mp_web/regionFetchAllApps.js +8 -0
- package/lib/common/apis/generated/mp_web/regionSearchAppsByKeywords.d.ts +3 -0
- package/lib/common/apis/generated/mp_web/regionSearchAppsByKeywords.js +8 -0
- package/lib/common/apis/generated/mp_web/removeSavedFile.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/removeSavedFile.js +14 -0
- package/lib/common/apis/generated/mp_web/removeStorage.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/removeStorage.js +14 -0
- package/lib/common/apis/generated/mp_web/request.d.ts +39 -0
- package/lib/common/apis/generated/mp_web/request.js +14 -0
- package/lib/common/apis/generated/mp_web/rpc.d.ts +12 -0
- package/lib/common/apis/generated/mp_web/rpc.js +8 -0
- package/lib/common/apis/generated/mp_web/saveFile.d.ts +11 -0
- package/lib/common/apis/generated/mp_web/saveFile.js +14 -0
- package/lib/common/apis/generated/mp_web/saveImage.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/saveImage.js +14 -0
- package/lib/common/apis/generated/mp_web/scan.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/scan.js +14 -0
- package/lib/common/apis/generated/mp_web/sendSocketMessage.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/sendSocketMessage.js +14 -0
- package/lib/common/apis/generated/mp_web/setBackgroundColor.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/setBackgroundColor.js +14 -0
- package/lib/common/apis/generated/mp_web/setCanPullDown.d.ts +7 -0
- package/lib/common/apis/generated/mp_web/setCanPullDown.js +10 -0
- package/lib/common/apis/generated/mp_web/setClipboard.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/setClipboard.js +14 -0
- package/lib/common/apis/generated/mp_web/setKeepScreenOn.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/setKeepScreenOn.js +14 -0
- package/lib/common/apis/generated/mp_web/setNavigationBar.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/setNavigationBar.js +14 -0
- package/lib/common/apis/generated/mp_web/setOptionMenu.d.ts +3 -0
- package/lib/common/apis/generated/mp_web/setOptionMenu.js +8 -0
- package/lib/common/apis/generated/mp_web/setScreenBrightness.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/setScreenBrightness.js +14 -0
- package/lib/common/apis/generated/mp_web/setStorage.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/setStorage.js +14 -0
- package/lib/common/apis/generated/mp_web/setTabBarStyle.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/setTabBarStyle.js +14 -0
- package/lib/common/apis/generated/mp_web/showActionSheet.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/showActionSheet.js +14 -0
- package/lib/common/apis/generated/mp_web/showAuthGuide.d.ts +11 -0
- package/lib/common/apis/generated/mp_web/showAuthGuide.js +14 -0
- package/lib/common/apis/generated/mp_web/showLoading.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/showLoading.js +14 -0
- package/lib/common/apis/generated/mp_web/showNavigationBarLoading.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/showNavigationBarLoading.js +14 -0
- package/lib/common/apis/generated/mp_web/showSharePanel.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/showSharePanel.js +14 -0
- package/lib/common/apis/generated/mp_web/showToast.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/showToast.js +14 -0
- package/lib/common/apis/generated/mp_web/signContract.d.ts +12 -0
- package/lib/common/apis/generated/mp_web/signContract.js +14 -0
- package/lib/common/apis/generated/mp_web/startApp.d.ts +3 -0
- package/lib/common/apis/generated/mp_web/startApp.js +8 -0
- package/lib/common/apis/generated/mp_web/startBizService.d.ts +3 -0
- package/lib/common/apis/generated/mp_web/startBizService.js +8 -0
- package/lib/common/apis/generated/mp_web/startBluetoothDevicesDiscovery.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/startBluetoothDevicesDiscovery.js +14 -0
- package/lib/common/apis/generated/mp_web/startPullDownRefresh.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/startPullDownRefresh.js +14 -0
- package/lib/common/apis/generated/mp_web/stopBluetoothDevicesDiscovery.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/stopBluetoothDevicesDiscovery.js +14 -0
- package/lib/common/apis/generated/mp_web/stopPullDownRefresh.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/stopPullDownRefresh.js +14 -0
- package/lib/common/apis/generated/mp_web/switchTab.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/switchTab.js +14 -0
- package/lib/common/apis/generated/mp_web/thirdPartyAuthForAc.d.ts +3 -0
- package/lib/common/apis/generated/mp_web/thirdPartyAuthForAc.js +8 -0
- package/lib/common/apis/generated/mp_web/tradePay.d.ts +11 -0
- package/lib/common/apis/generated/mp_web/tradePay.js +14 -0
- package/lib/common/apis/generated/mp_web/uploadApdidToken.d.ts +3 -0
- package/lib/common/apis/generated/mp_web/uploadApdidToken.js +8 -0
- package/lib/common/apis/generated/mp_web/uploadFile.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/uploadFile.js +14 -0
- package/lib/common/apis/generated/mp_web/vibrate.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/vibrate.js +14 -0
- package/lib/common/apis/generated/mp_web/watchShake.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/watchShake.js +14 -0
- package/lib/common/apis/generated/mp_web/writeBLECharacteristicValue.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/writeBLECharacteristicValue.js +14 -0
- package/lib/common/apis/generated/web/APRegionRPC.d.ts +3 -0
- package/lib/common/apis/generated/web/APRegionRPC.js +8 -0
- package/lib/common/apis/generated/web/addFatigueAction.d.ts +3 -0
- package/lib/common/apis/generated/web/addFatigueAction.js +8 -0
- package/lib/common/apis/generated/web/addPhoneContact.d.ts +11 -0
- package/lib/common/apis/generated/web/addPhoneContact.js +14 -0
- package/lib/common/apis/generated/web/apDisableJSAPI.d.ts +3 -0
- package/lib/common/apis/generated/web/apDisableJSAPI.js +8 -0
- package/lib/common/apis/generated/web/appxrpc.d.ts +5 -0
- package/lib/common/apis/generated/web/appxrpc.js +8 -0
- package/lib/common/apis/generated/web/batchQueryCdpSpaceInfo.d.ts +3 -0
- package/lib/common/apis/generated/web/batchQueryCdpSpaceInfo.js +8 -0
- package/lib/common/apis/generated/web/chooseDistrict.d.ts +41 -0
- package/lib/common/apis/generated/web/chooseDistrict.js +8 -0
- package/lib/common/apis/generated/web/chooseImage.d.ts +11 -0
- package/lib/common/apis/generated/web/chooseImage.js +14 -0
- package/lib/common/apis/generated/web/crossPay.d.ts +3 -0
- package/lib/common/apis/generated/web/crossPay.js +8 -0
- package/lib/common/apis/generated/web/easyShare.d.ts +13 -0
- package/lib/common/apis/generated/web/easyShare.js +8 -0
- package/lib/common/apis/generated/web/exitApp.d.ts +3 -0
- package/lib/common/apis/generated/web/exitApp.js +8 -0
- package/lib/common/apis/generated/web/getAppToken.d.ts +3 -0
- package/lib/common/apis/generated/web/getAppToken.js +8 -0
- package/lib/common/apis/generated/web/getBatteryInfo.d.ts +12 -0
- package/lib/common/apis/generated/web/getBatteryInfo.js +14 -0
- package/lib/common/apis/generated/web/getClipboard.d.ts +11 -0
- package/lib/common/apis/generated/web/getClipboard.js +14 -0
- package/lib/common/apis/generated/web/getComponentAuth.d.ts +3 -0
- package/lib/common/apis/generated/web/getComponentAuth.js +8 -0
- package/lib/common/apis/generated/web/getFileInfo.d.ts +12 -0
- package/lib/common/apis/generated/web/getFileInfo.js +14 -0
- package/lib/common/apis/generated/web/getImageInfo.d.ts +9 -0
- package/lib/common/apis/generated/web/getImageInfo.js +14 -0
- package/lib/common/apis/generated/web/getMainSelectedCity.d.ts +27 -0
- package/lib/common/apis/generated/web/getMainSelectedCity.js +8 -0
- package/lib/common/apis/generated/web/getOpenUserInfo.d.ts +11 -0
- package/lib/common/apis/generated/web/getOpenUserInfo.js +14 -0
- package/lib/common/apis/generated/web/getPaymentCode.d.ts +3 -0
- package/lib/common/apis/generated/web/getPaymentCode.js +8 -0
- package/lib/common/apis/generated/web/getSavedFileInfo.d.ts +12 -0
- package/lib/common/apis/generated/web/getSavedFileInfo.js +14 -0
- package/lib/common/apis/generated/web/getSavedFileList.d.ts +15 -0
- package/lib/common/apis/generated/web/getSavedFileList.js +14 -0
- package/lib/common/apis/generated/web/getScreenBrightness.d.ts +15 -0
- package/lib/common/apis/generated/web/getScreenBrightness.js +14 -0
- package/lib/common/apis/generated/web/getServerTime.d.ts +15 -0
- package/lib/common/apis/generated/web/getServerTime.js +14 -0
- package/lib/common/apis/generated/web/getSetting.d.ts +17 -0
- package/lib/common/apis/generated/web/getSetting.js +14 -0
- package/lib/common/apis/generated/web/getSiteInfo.d.ts +9 -0
- package/lib/common/apis/generated/web/getSiteInfo.js +14 -0
- package/lib/common/apis/generated/web/getSystemInfo.d.ts +9 -0
- package/lib/common/apis/generated/web/getSystemInfo.js +14 -0
- package/lib/common/apis/generated/web/hideKeyboard.d.ts +9 -0
- package/lib/common/apis/generated/web/hideKeyboard.js +14 -0
- package/lib/common/apis/generated/web/hideLoading.d.ts +9 -0
- package/lib/common/apis/generated/web/hideLoading.js +14 -0
- package/lib/common/apis/generated/web/hideToast.d.ts +9 -0
- package/lib/common/apis/generated/web/hideToast.js +14 -0
- package/lib/common/apis/generated/web/homeAddAppToMyApps.d.ts +5 -0
- package/lib/common/apis/generated/web/homeAddAppToMyApps.js +8 -0
- package/lib/common/apis/generated/web/homeCanAddAppToMyApps.d.ts +13 -0
- package/lib/common/apis/generated/web/homeCanAddAppToMyApps.js +8 -0
- package/lib/common/apis/generated/web/inquireQuote.d.ts +3 -0
- package/lib/common/apis/generated/web/inquireQuote.js +8 -0
- package/lib/common/apis/generated/web/isInstalledApp.d.ts +3 -0
- package/lib/common/apis/generated/web/isInstalledApp.js +8 -0
- package/lib/common/apis/generated/web/makePhoneCall.d.ts +11 -0
- package/lib/common/apis/generated/web/makePhoneCall.js +14 -0
- package/lib/common/apis/generated/web/navigateBackMiniProgram.d.ts +9 -0
- package/lib/common/apis/generated/web/navigateBackMiniProgram.js +14 -0
- package/lib/common/apis/generated/web/navigateToBizScene.d.ts +3 -0
- package/lib/common/apis/generated/web/navigateToBizScene.js +8 -0
- package/lib/common/apis/generated/web/navigateToMiniProgram.d.ts +9 -0
- package/lib/common/apis/generated/web/navigateToMiniProgram.js +14 -0
- package/lib/common/apis/generated/web/openDocument.d.ts +15 -0
- package/lib/common/apis/generated/web/openDocument.js +14 -0
- package/lib/common/apis/generated/web/openSchemeWithBacking.d.ts +3 -0
- package/lib/common/apis/generated/web/openSchemeWithBacking.js +8 -0
- package/lib/common/apis/generated/web/openSetting.d.ts +17 -0
- package/lib/common/apis/generated/web/openSetting.js +14 -0
- package/lib/common/apis/generated/web/postNotification.d.ts +6 -0
- package/lib/common/apis/generated/web/postNotification.js +8 -0
- package/lib/common/apis/generated/web/prompt.d.ts +9 -0
- package/lib/common/apis/generated/web/prompt.js +14 -0
- package/lib/common/apis/generated/web/regionFetchAllApps.d.ts +3 -0
- package/lib/common/apis/generated/web/regionFetchAllApps.js +8 -0
- package/lib/common/apis/generated/web/regionSearchAppsByKeywords.d.ts +3 -0
- package/lib/common/apis/generated/web/regionSearchAppsByKeywords.js +8 -0
- package/lib/common/apis/generated/web/removeSavedFile.d.ts +9 -0
- package/lib/common/apis/generated/web/removeSavedFile.js +14 -0
- package/lib/common/apis/generated/web/rpc.d.ts +12 -0
- package/lib/common/apis/generated/web/rpc.js +8 -0
- package/lib/common/apis/generated/web/saveFile.d.ts +11 -0
- package/lib/common/apis/generated/web/saveFile.js +14 -0
- package/lib/common/apis/generated/web/saveImage.d.ts +9 -0
- package/lib/common/apis/generated/web/saveImage.js +14 -0
- package/lib/common/apis/generated/web/scan.d.ts +9 -0
- package/lib/common/apis/generated/web/scan.js +14 -0
- package/lib/common/apis/generated/web/setClipboard.d.ts +9 -0
- package/lib/common/apis/generated/web/setClipboard.js +14 -0
- package/lib/common/apis/generated/web/setKeepScreenOn.d.ts +9 -0
- package/lib/common/apis/generated/web/setKeepScreenOn.js +14 -0
- package/lib/common/apis/generated/web/setScreenBrightness.d.ts +9 -0
- package/lib/common/apis/generated/web/setScreenBrightness.js +14 -0
- package/lib/common/apis/generated/web/showLoading.d.ts +9 -0
- package/lib/common/apis/generated/web/showLoading.js +14 -0
- package/lib/common/apis/generated/web/signContract.d.ts +12 -0
- package/lib/common/apis/generated/web/signContract.js +14 -0
- package/lib/common/apis/generated/web/startApp.d.ts +3 -0
- package/lib/common/apis/generated/web/startApp.js +8 -0
- package/lib/common/apis/generated/web/startBizService.d.ts +3 -0
- package/lib/common/apis/generated/web/startBizService.js +8 -0
- package/lib/common/apis/generated/web/thirdPartyAuthForAc.d.ts +3 -0
- package/lib/common/apis/generated/web/thirdPartyAuthForAc.js +8 -0
- package/lib/common/apis/generated/web/tradePay.d.ts +11 -0
- package/lib/common/apis/generated/web/tradePay.js +14 -0
- package/lib/common/apis/generated/web/uploadApdidToken.d.ts +3 -0
- package/lib/common/apis/generated/web/uploadApdidToken.js +8 -0
- package/lib/common/apis/generated/web/vibrate.d.ts +9 -0
- package/lib/common/apis/generated/web/vibrate.js +14 -0
- package/lib/common/apis/generated/web/writeBLECharacteristicValue.d.ts +9 -0
- package/lib/common/apis/generated/web/writeBLECharacteristicValue.js +14 -0
- package/lib/common/utils/index.d.ts +9 -0
- package/lib/common/utils/index.js +53 -0
- package/lib/common/utils/storage.d.ts +9 -0
- package/lib/common/utils/storage.js +47 -0
- package/lib/custom-jsapi.d.ts +1 -0
- package/lib/custom-jsapi.js +1 -0
- package/lib/dsl.d.ts +2688 -0
- package/lib/dsl.js +4730 -0
- package/lib/index.d.ts +5 -0
- package/lib/index.js +6 -0
- package/lib/internal/apis/custom/mp_web/alipayhk/openApPayCodePage.d.ts +3 -0
- package/lib/internal/apis/custom/mp_web/alipayhk/openApPayCodePage.js +3 -0
- package/lib/internal/apis/custom/mp_web/alipayhk/openInApp.d.ts +3 -0
- package/lib/internal/apis/custom/mp_web/alipayhk/openInApp.js +3 -0
- package/lib/internal/apis/custom/mp_web/alipayhk/openInBrowser.d.ts +3 -0
- package/lib/internal/apis/custom/mp_web/alipayhk/openInBrowser.js +3 -0
- package/lib/internal/apis/custom/mp_web/alipayhk/openOtherApp.d.ts +3 -0
- package/lib/internal/apis/custom/mp_web/alipayhk/openOtherApp.js +3 -0
- package/lib/internal/apis/custom/mp_web/alipayhk/openPayCodePage.d.ts +3 -0
- package/lib/internal/apis/custom/mp_web/alipayhk/openPayCodePage.js +3 -0
- package/lib/internal/apis/custom/mp_web/alipayhk/openScanPage.d.ts +3 -0
- package/lib/internal/apis/custom/mp_web/alipayhk/openScanPage.js +3 -0
- package/lib/internal/apis/custom/mp_web/alipayhk/openURL.d.ts +2 -0
- package/lib/internal/apis/custom/mp_web/alipayhk/openURL.js +26 -0
- package/lib/internal/apis/custom/mp_web/alipayhk/openWebURL.d.ts +3 -0
- package/lib/internal/apis/custom/mp_web/alipayhk/openWebURL.js +3 -0
- package/lib/internal/apis/custom/mp_web/mpay/openApPayCodePage.d.ts +3 -0
- package/lib/internal/apis/custom/mp_web/mpay/openApPayCodePage.js +3 -0
- package/lib/internal/apis/custom/mp_web/mpay/openInApp.d.ts +3 -0
- package/lib/internal/apis/custom/mp_web/mpay/openInApp.js +3 -0
- package/lib/internal/apis/custom/mp_web/mpay/openInBrowser.d.ts +3 -0
- package/lib/internal/apis/custom/mp_web/mpay/openInBrowser.js +3 -0
- package/lib/internal/apis/custom/mp_web/mpay/openOtherApp.d.ts +3 -0
- package/lib/internal/apis/custom/mp_web/mpay/openOtherApp.js +3 -0
- package/lib/internal/apis/custom/mp_web/mpay/openPayCodePage.d.ts +3 -0
- package/lib/internal/apis/custom/mp_web/mpay/openPayCodePage.js +3 -0
- package/lib/internal/apis/custom/mp_web/mpay/openScanPage.d.ts +3 -0
- package/lib/internal/apis/custom/mp_web/mpay/openScanPage.js +3 -0
- package/lib/internal/apis/custom/mp_web/mpay/openURL.d.ts +2 -0
- package/lib/internal/apis/custom/mp_web/mpay/openURL.js +26 -0
- package/lib/internal/apis/custom/mp_web/mpay/openWebURL.d.ts +3 -0
- package/lib/internal/apis/custom/mp_web/mpay/openWebURL.js +3 -0
- package/lib/internal/apis/custom/mp_web/mpay/rpcWithAuth.d.ts +3 -0
- package/lib/internal/apis/custom/mp_web/mpay/rpcWithAuth.js +24 -0
- package/lib/internal/apis/custom/mp_web/tngd/openApPayCodePage.d.ts +3 -0
- package/lib/internal/apis/custom/mp_web/tngd/openApPayCodePage.js +3 -0
- package/lib/internal/apis/custom/mp_web/tngd/openInApp.d.ts +3 -0
- package/lib/internal/apis/custom/mp_web/tngd/openInApp.js +3 -0
- package/lib/internal/apis/custom/mp_web/tngd/openInBrowser.d.ts +3 -0
- package/lib/internal/apis/custom/mp_web/tngd/openInBrowser.js +3 -0
- package/lib/internal/apis/custom/mp_web/tngd/openOtherApp.d.ts +3 -0
- package/lib/internal/apis/custom/mp_web/tngd/openOtherApp.js +3 -0
- package/lib/internal/apis/custom/mp_web/tngd/openPayCodePage.d.ts +3 -0
- package/lib/internal/apis/custom/mp_web/tngd/openPayCodePage.js +3 -0
- package/lib/internal/apis/custom/mp_web/tngd/openScanPage.d.ts +3 -0
- package/lib/internal/apis/custom/mp_web/tngd/openScanPage.js +3 -0
- package/lib/internal/apis/custom/mp_web/tngd/openURL.d.ts +6 -0
- package/lib/internal/apis/custom/mp_web/tngd/openURL.js +30 -0
- package/lib/internal/apis/custom/mp_web/tngd/openWebURL.d.ts +3 -0
- package/lib/internal/apis/custom/mp_web/tngd/openWebURL.js +3 -0
- package/lib/internal/apis/custom/mp_web/toss/rpcWithAuth.d.ts +3 -0
- package/lib/internal/apis/custom/mp_web/toss/rpcWithAuth.js +24 -0
- package/lib/internal/apis/custom/mp_web/truemoney/openApPayCodePage.d.ts +3 -0
- package/lib/internal/apis/custom/mp_web/truemoney/openApPayCodePage.js +12 -0
- package/lib/internal/apis/custom/mp_web/truemoney/openInApp.d.ts +3 -0
- package/lib/internal/apis/custom/mp_web/truemoney/openInApp.js +3 -0
- package/lib/internal/apis/custom/mp_web/truemoney/openInBrowser.d.ts +3 -0
- package/lib/internal/apis/custom/mp_web/truemoney/openInBrowser.js +3 -0
- package/lib/internal/apis/custom/mp_web/truemoney/openOtherApp.d.ts +3 -0
- package/lib/internal/apis/custom/mp_web/truemoney/openOtherApp.js +3 -0
- package/lib/internal/apis/custom/mp_web/truemoney/openPayCodePage.d.ts +3 -0
- package/lib/internal/apis/custom/mp_web/truemoney/openPayCodePage.js +12 -0
- package/lib/internal/apis/custom/mp_web/truemoney/openScanPage.d.ts +3 -0
- package/lib/internal/apis/custom/mp_web/truemoney/openScanPage.js +12 -0
- package/lib/internal/apis/custom/mp_web/truemoney/openURL.d.ts +6 -0
- package/lib/internal/apis/custom/mp_web/truemoney/openURL.js +30 -0
- package/lib/internal/apis/custom/mp_web/truemoney/openWebURL.d.ts +3 -0
- package/lib/internal/apis/custom/mp_web/truemoney/openWebURL.js +3 -0
- package/lib/internal/apis/custom/web/addNotifyListener.d.ts +6 -0
- package/lib/internal/apis/custom/web/addNotifyListener.js +170 -0
- package/lib/internal/apis/custom/web/alipay/openApPayCodePage.d.ts +3 -0
- package/lib/internal/apis/custom/web/alipay/openApPayCodePage.js +3 -0
- package/lib/internal/apis/custom/web/alipay/openInApp.d.ts +3 -0
- package/lib/internal/apis/custom/web/alipay/openInApp.js +3 -0
- package/lib/internal/apis/custom/web/alipay/openInBrowser.d.ts +3 -0
- package/lib/internal/apis/custom/web/alipay/openInBrowser.js +3 -0
- package/lib/internal/apis/custom/web/alipay/openOtherApp.d.ts +3 -0
- package/lib/internal/apis/custom/web/alipay/openOtherApp.js +3 -0
- package/lib/internal/apis/custom/web/alipay/openPayCodePage.d.ts +3 -0
- package/lib/internal/apis/custom/web/alipay/openPayCodePage.js +3 -0
- package/lib/internal/apis/custom/web/alipay/openScanPage.d.ts +3 -0
- package/lib/internal/apis/custom/web/alipay/openScanPage.js +3 -0
- package/lib/internal/apis/custom/web/alipay/openURL.d.ts +2 -0
- package/lib/internal/apis/custom/web/alipay/openURL.js +26 -0
- package/lib/internal/apis/custom/web/alipay/openWebURL.d.ts +3 -0
- package/lib/internal/apis/custom/web/alipay/openWebURL.js +3 -0
- package/lib/internal/apis/custom/web/createWithoutAuthRpc.d.ts +3 -0
- package/lib/internal/apis/custom/web/createWithoutAuthRpc.js +51 -0
- package/lib/internal/apis/custom/web/defineRuntimeConfig.d.ts +3 -0
- package/lib/internal/apis/custom/web/defineRuntimeConfig.js +7 -0
- package/lib/internal/apis/custom/web/getCurrentLanguage.d.ts +2 -0
- package/lib/internal/apis/custom/web/getCurrentLanguage.js +12 -0
- package/lib/internal/apis/custom/web/h5/openURL.d.ts +2 -0
- package/lib/internal/apis/custom/web/h5/openURL.js +15 -0
- package/lib/internal/apis/custom/web/removeNotifyListener.d.ts +4 -0
- package/lib/internal/apis/custom/web/removeNotifyListener.js +27 -0
- package/lib/internal/apis/custom/web/rpcWithAuthAPlus.d.ts +3 -0
- package/lib/internal/apis/custom/web/rpcWithAuthAPlus.js +28 -0
- package/lib/internal/utils/baseOpenUrl.d.ts +15 -0
- package/lib/internal/utils/baseOpenUrl.js +125 -0
- package/lib/internal/utils/index.d.ts +9 -0
- package/lib/internal/utils/index.js +71 -0
- package/lib/internal/utils/language.d.ts +4 -0
- package/lib/internal/utils/language.js +46 -0
- package/lib/internal/utils/network/authLogin.d.ts +8 -0
- package/lib/internal/utils/network/authLogin.js +564 -0
- package/lib/internal/utils/network/index.d.ts +7 -0
- package/lib/internal/utils/network/index.js +244 -0
- package/lib/internal/utils/router.d.ts +35 -0
- package/lib/internal/utils/router.js +157 -0
- package/lib/objectSpread.d.ts +1 -0
- package/lib/objectSpread.js +3 -0
- package/lib/umd/index.js +2 -0
- package/lib/umd/index.js.LICENSE.txt +1 -0
- package/lib/umd/mp_web_alipay.js +1 -0
- package/lib/umd/mp_web_alipayhk.js +1 -0
- package/lib/umd/mp_web_chope.js +1 -0
- package/lib/umd/mp_web_dana.js +1 -0
- package/lib/umd/mp_web_demo.js +1 -0
- package/lib/umd/mp_web_gcash.js +1 -0
- package/lib/umd/mp_web_mpay.js +2 -0
- package/lib/umd/mp_web_mpay.js.LICENSE.txt +1 -0
- package/lib/umd/mp_web_tngd.js +1 -0
- package/lib/umd/mp_web_toss.js +2 -0
- package/lib/umd/mp_web_toss.js.LICENSE.txt +1 -0
- package/lib/umd/mp_web_truemoney.js +1 -0
- package/lib/umd/web_alipay.js +2 -0
- package/lib/umd/web_alipay.js.LICENSE.txt +1 -0
- package/lib/umd/web_demo.js +1 -0
- package/lib/umd/web_h5.js +2 -0
- package/lib/umd/web_h5.js.LICENSE.txt +1 -0
- package/lib/umd/web_tngdh5ng.js +1 -0
- package/lib/whichCanIUse/index.d.ts +2 -0
- package/lib/whichCanIUse/index.js +15 -0
- package/lib/whichCanIUse/mp.d.ts +12 -0
- package/lib/whichCanIUse/mp.js +12 -0
- package/lib/whichCanIUse/mp_web.d.ts +13 -0
- package/lib/whichCanIUse/mp_web.js +13 -0
- package/lib/whichCanIUse/web.d.ts +7 -0
- package/lib/whichCanIUse/web.js +7 -0
- package/package.json +7 -6
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?exports.my=e():t.my=e()}(self,(()=>(()=>{"use strict";var t={d:(e,n)=>{for(var i in n)t.o(n,i)&&!t.o(e,i)&&Object.defineProperty(e,i,{enumerable:!0,get:n[i]})},o:(t,e)=>Object.prototype.hasOwnProperty.call(t,e)},e={};function n(t,e,n){!function(t){if(window.AlipayJSBridge)return t();document.addEventListener("AlipayJSBridgeReady",(function(){return t()}),!1)}((function(){var i=(n||{}).type,r=void 0===i?"async":i;"async"===r&&window.AlipayJSBridge.call(t,e,(function(t){var n=e||{},i=n.success,r=n.fail,o=n.complete;t.error?null==r||r(t):null==i||i(t),null==o||o(t)})),"callback"===r&&window.AlipayJSBridge.call(t,e)}))}t.d(e,{default:()=>mn});function i(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function r(t,e){if(null==t)return{};var n,i,r=function(t,e){if(null==t)return{};var n,i,r={},o=Object.keys(t);for(i=0;i<o.length;i++)n=o[i],e.indexOf(n)>=0||(r[n]=t[n]);return r}(t,e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);for(i=0;i<o.length;i++)n=o[i],e.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(t,n)&&(r[n]=t[n])}return r}var o=["content","buttonText"];function a(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);e&&(i=i.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,i)}return n}var s=["confirmButtonText","cancelButtonText","content"];function c(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);e&&(i=i.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,i)}return n}var p=["format","currentDate","startDate","endDate"];function u(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);e&&(i=i.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,i)}return n}var l={"HH:mm:ss":0,"yyyy-MM-dd":1,"yyyy-MM-dd HH:mm:ss":2};var f=["url"];function h(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);e&&(i=i.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,i)}return n}var d=[{type:"image",exts:["jpg","jpeg","png","bmp","gif"]},{type:"video",exts:["mp4","3gp","avi","wmv"]},{type:"audio",exts:["mp3","wma","wav"]}];var y=["scopes"];function v(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);e&&(i=i.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,i)}return n}function g(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?v(Object(n),!0).forEach((function(e){i(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):v(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}var m=["type"];function b(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);e&&(i=i.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,i)}return n}var I=["success"];function O(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);e&&(i=i.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,i)}return n}function P(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?O(Object(n),!0).forEach((function(e){i(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):O(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}function E(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);e&&(i=i.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,i)}return n}function w(t,e){for(var n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,i.key,i)}}function _(t){var e=[];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&e.push([n,t[n]]);return e}var k,S,C,A,x,j,M,T=function(){function t(){!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t)}var e,n;return e=t,n=[{key:"isString",value:function(t){return"string"==typeof t}},{key:"isFunction",value:function(t){return"function"==typeof t}},{key:"isNotEmpty",value:function(t){return t&&t.length>0}},{key:"isEmpty",value:function(e){return!t.isNotEmpty(e)}},{key:"parseObjectSafe",value:function(t,e){try{return JSON.parse(t)}catch(t){console.warn("parseObjectSafe error: ",t)}return e}},{key:"encodeMap",value:function(t){if(t){var e=[];return _(t).forEach((function(t){var n=t[0],i=t[1];null!=i&&e.push("".concat(encodeURIComponent(n),"=").concat(encodeURIComponent(i)))})),e.length>0?e.join("&"):void 0}}}],null&&w(e.prototype,null),n&&w(e,n),Object.defineProperty(e,"prototype",{writable:!1}),t}();function D(){var t,e=null===(t=A)||void 0===t?void 0:t.siteName;return T.isNotEmpty(e)?e:(e=(x||(x=function(){var t={};_(N(window.location.search)).forEach((function(e){var n=e[0],i=e[1],r=n.toLowerCase();if("query"===r)try{t.query=N(i)}catch(t){console.warn("parse query error: ",t)}else"referrerinfo"===r?t.referrerInfo=N(i):t[n]=i}));var e=window.location.hash;if(e){var n=e.indexOf("?");t.hashPath=n>0?e.substring(1,n):e.substring(1),t.hashQuery=N(e)}return t}()),x).site,T.isNotEmpty(e)?e:void console.error("no siteName! please specify siteName in initWebPolyfill(...)"))}function N(t){var e,n={};if(T.isEmpty(t))return n;var i=t.indexOf("?");return i>=0&&(t=t.substring(i+1)),null===(e=t.split("&"))||void 0===e||e.forEach((function(t){var e=t.split("=");if(!(e.length<2)){var i=decodeURIComponent(e[0]);n[i]=decodeURIComponent(e[1])}})),n}!function(t){t.EASYPAISA="EASYPAISA",t.TRUEMONEY="TRUEMONEY",t.KAKAOPAY="KAKAOPAY",t.BKASH="BKASH",t.ALIPAY_CN="ALIPAY_CN",t.ALIPAY_HK="ALIPAY_HK",t.ALIPAY_MO="ALIPAY_MO",t.GCASH="GCASH",t.TNG="TNG",t.DANA="DANA"}(k||(k={})),(C=S||(S={})).alipayhk="alipayhk",C.alipaymo="alipaymo",C.gcash="gcash",C.tngd="tngd",C.dana="dana",C.kakaopay="kakaopay",i(i(i(i(i(i({},k.ALIPAY_HK,S.alipayhk),k.ALIPAY_MO,S.alipaymo),k.GCASH,S.gcash),k.DANA,S.dana),k.TNG,S.tngd),k.KAKAOPAY,S.kakaopay),(M=j||(j={})).STABLE="STABLE",M.TEST="TEST",M.PRE="PRE",M.PROD="PROD";var L=function(t){return function(e){return toString.call(e)==="[object ".concat(t,"]")}},R=(L("Function"),function(t){return"NaN"===parseInt(""+t,10).toString()});function B(t){var e;try{e=JSON.stringify(t)}catch(n){e=t}return e}function U(t,e){if(!t)return e;var n;try{n=JSON.parse(t)}catch(t){n=e}return n}L("String"),function(){try{return/iPad|iPhone|iPod/.test(window.navigator.userAgent)&&!window.MSStream}catch(t){return!1}}();var F=["success"];function V(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);e&&(i=i.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,i)}return n}function H(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?V(Object(n),!0).forEach((function(e){i(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):V(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}var Y=["current","urls"];function G(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);e&&(i=i.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,i)}return n}var K=Object.prototype.hasOwnProperty,W=Object.assign||function(t,e){for(var n,i=function(t){if(null==t)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(t)}(t),r=1;r<arguments.length;r++)for(var o in n=Object(arguments[r]))K.call(n,o)&&(i[o]=n[o]);return i},q=function(t,e){return q=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},q(t,e)};function J(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}q(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}var z=function(){return z=Object.assign||function(t){for(var e,n=1,i=arguments.length;n<i;n++)for(var r in e=arguments[n])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},z.apply(this,arguments)};"function"==typeof SuppressedError&&SuppressedError;var Q=Function.prototype.apply.call.bind(Function.prototype.apply),Z=Function.prototype.bind;function $(t,e){for(var n=[],i=2;i<arguments.length;i++)n[i-2]=arguments[i];return Q(t,e,n)}function X(t,e,n){return Q(t,e,n)}function tt(t){for(var e=[],n=1;n<arguments.length;n++)e[n-1]=arguments[n];return Q(Z,t,e)}var et,nt,it,rt,ot,at,st,ct,pt,ut,lt=JSON.stringify,ft=JSON.parse;function ht(){return nt||(t="undefined"!=typeof Set,nt=t?Set:function(){function t(){this.itemList=[]}return Object.defineProperty(t.prototype,"size",{get:function(){return this.itemList.length},enumerable:!1,configurable:!0}),t.prototype.add=function(t){return-1===this.itemList.indexOf(t)&&this.itemList.push(t),this},t.prototype.delete=function(t){var e=this.itemList.indexOf(t);return-1!==e&&(this.itemList.splice(e,1),!0)},t.prototype.clear=function(){this.itemList=[]},t.prototype.has=function(t){return-1!==this.itemList.indexOf(t)},t.prototype.forEach=function(t){for(var e=0,n=this.itemList.slice();e<n.length;e++){var i=n[e];t(i,i,this)}},t}()),new nt;var t}function dt(t){return"number"==typeof t&&t>=0&&t<=8}function yt(t){var e=t.split(".");if(!e.length)return!1;var n=function(t){for(var e=(ut||"undefined"!=typeof __APPX_CAN_I_USE_DATA__&&(ut=__APPX_CAN_I_USE_DATA__),ut),n=0,i=t;n<i.length;n++){var r=i[n];if(void 0===(e=e&&e[r]))return;var o=e._;if(o){var a=o[pt.default];if(a||(a=o[pt[void 0]]),!a)return!1;if(void 0!==a[pt.const])return Boolean(a[pt.const]);var s=a[pt.version_added];return void 0!==s&&void 0>=s}}}(e);return void 0!==n?n:function(t,e){if(!e.length)return!1;for(var n=void 0,i=0,r=e;i<r.length;i++){var o=r[i];if(void 0===(n=n&&n[o]))return;if("number"==typeof n._||"boolean"==typeof n._)return Boolean(n._);if("number"==typeof n||"boolean"==typeof n)return Boolean(n)}}(0,e)}it||(it="undefined"!=typeof WeakMap?WeakMap:function(){var t=Object.prototype.hasOwnProperty,e=function(t,e,n){Object.defineProperty?Object.defineProperty(t,e,{configurable:!0,value:n,writable:!0}):t[e]=n};function n(t){return Object(t)===t}function i(){if(void 0===this)throw new TypeError("Constructor WeakMap requires 'new'");if(e(this,"_id","_WeakMap_"+o()+"."+o()),arguments.length>0)throw new TypeError("WeakMap iterable is not supported")}function r(e,i){if(!n(e)||!t.call(e,"_id"))throw new TypeError(i+" method called on incompatible receiver "+typeof e)}function o(){return Math.random().toString().substring(2)}return e(i.prototype,"delete",(function(t){if(r(this,"delete"),!n(t))return!1;var e=t[this._id];return!(!e||e[0]!==t||(delete t[this._id],0))})),e(i.prototype,"get",(function(t){if(r(this,"get"),n(t)){var e=t[this._id];return e&&e[0]===t?e[1]:void 0}})),e(i.prototype,"has",(function(t){if(r(this,"has"),!n(t))return!1;var e=t[this._id];return!(!e||e[0]!==t)})),e(i.prototype,"set",(function(t,i){if(r(this,"set"),!n(t))throw new TypeError("Invalid value used as weak map key");var o=t[this._id];return o&&o[0]===t?(o[1]=i,this):(e(t,this._id,[t,i]),this)})),e(i,"_polyfill",!0),i}()),new it,"undefined"!=typeof SECURITY_FUNCTION_CALL&&(SECURITY_FUNCTION_CALL=function(t,e){for(var n=[],i=2;i<arguments.length;i++)n[i-2]=arguments[i];return"function"==typeof t?(Q||(Q=Function.prototype.apply.call.bind(Function.prototype.apply)),Q(t,e,n)):t.call.apply(t,function(t,e,n){if(n||2===arguments.length)for(var i,r=0,o=e.length;r<o;r++)!i&&r in e||(i||(i=Array.prototype.slice.call(e,0,r)),i[r]=e[r]);return t.concat(i||Array.prototype.slice.call(e))}([e],n,!1))}),"undefined"!=typeof SECURITY_FUNCTION_APPLY&&(SECURITY_FUNCTION_APPLY=function(t,e,n){return"function"==typeof t?(Q||(Q=Function.prototype.apply.call.bind(Function.prototype.apply)),Q(t,e,n)):t.apply(e,n)}),function(t){t.CanvasContext="CanvasContext"}(rt||(rt={})),function(t){t[t.PLUGIN=1]="PLUGIN",t[t.SUB_PACKAGE=2]="SUB_PACKAGE"}(ot||(ot={})),function(t){t.PLUGIN="plugin",t.SUB_PACKAGE="subpackage"}(at||(at={})),function(t){t[t.Info=0]="Info",t[t.Warn=1]="Warn",t[t.Error=2]="Error"}(st||(st={})),function(t){t.AppxLifecycle="AppxLifecycle"}(ct||(ct={})),"undefined"!=typeof HAS_INSIDE_FEATURE&&HAS_INSIDE_FEATURE,function(t){t.version_added="v",t.const="c",t.android="a",t.ios="i",t.default="d"}(pt||(pt={}));var vt,gt={scope:void 0,type:"empty"};function mt(t){return t&&"empty"===t.type}function bt(t){return t&&"extension"===t.type}function It(t){return t&&"openCapability"===t.type}function Ot(){return vt||(vt=function(){try{return INSIDE_CONFIG_STATIC||{}}catch(t){return{}}}()),vt}"undefined"!=typeof ZEPHYR_HAS_INSIDE_FEATURE&&ZEPHYR_HAS_INSIDE_FEATURE,"undefined"!=typeof ZEPHYR_IS_INSIDE_UNSUPPORT_ELEMENT&&ZEPHYR_IS_INSIDE_UNSUPPORT_ELEMENT;var Pt,Et,wt,_t=function(){function t(t){this.taskMap=Object.create(null),this.addEventListener=t}return t.prototype.hasMatcher=function(t,e){var n=this.taskMap[t];if(!n)return!1;if(void 0===e){var i=Object.keys(n.callbacks).some((function(t){var e=n.callbacks[t];return!!(e&&e.length>0)}));return i}var r=n.callbacks[e];return!!r&&r.length>0},t.prototype.removeMatcher=function(t,e,n){var i=this.taskMap[t];if(!i)return 0;var r=i.callbacks[e];if(!r)return 0;if(n){var o=r.length;return i.callbacks[e]=r.filter((function(t){return t!==n})),o-i.callbacks[e].length}return o=r.length,r.length=0,o},t.prototype.addMatcher=function(t,e,n,i,r,o){var a=this.taskMap[t];a||(a=this.taskMap[t]={callbacks:Object.create(null)},this.addEventListener(t,tt(this.onEventHandler,this,t,i,r),o));var s=a.callbacks[e];return s||(s=a.callbacks[e]=[]),s.indexOf(n)<0?(s.push(n),1):0},t.prototype.onEventHandler=function(t,e,n,i){var r=this.taskMap[t],o=e(i,r);if(o)for(var a=r.callbacks,s=0,c=o;s<c.length;s++){var p=a[c[s]];if(p){var u=n(i);if(u)for(var l=0,f=p;l<f.length;l++)(0,f[l])(u)}}},t}();function kt(t){return void 0===t}function St(t){return t&&"object"==typeof t}function Ct(t){return"function"==typeof t}function At(t){return!!(t&&t.get&&t.update)}var xt=function(t,e,n,i,r,o,a){e().getKernel().__BRIDGE_CALL__(o,n,i,r)},jt=function(t,e,n,i,r,o){return e().getKernel().__BRIDGE_CALL_SYNC__(r,n,i)};function Mt(t,e){var n=t.jsApiCacheWhitelist;return!!(n&&"string"==typeof n&&n.indexOf(e)>=0)}function Tt(t,e){return t[e]}var Dt={internalAPI:!0,openInBrowser:!0},Nt={};function Lt(t,e,n,i,r,o,a,s){var c="".concat(o),p=!!(1&r),u=!!(2&r),l=!!(4&r),f=!1===p&&!0===u,h=f?t.getPublicCallProxyAPIInfoByName(c):t.getAPIInfoByName(c),d=f?"my.callSync":Ut(h,o);if(h||(h=Nt),!Dt[c]){(p||u)&&(s=null);var y=le(h,n,i,p,l,s,e,c,a,{caller:d});try{return y.invoke()}finally{}}}function Rt(t,e,n,i,r,o,a,s,c){var p="".concat(o),u=!!(1&r),l=!!(2&r),f=!!(4&r),h=!1===u&&!0===l,d=Nt;t&&(d=h?t.getPublicCallProxyAPIInfoByName(p):t.getAPIInfoByName(p));var y=h?"my.call":Ut(d,o);if(d||(d=Nt),!Dt[p]){(u||l)&&(c=null);var v=ue(d,n,i,u,f,c,e,p,a,s,{caller:y});try{return v.invoke()}finally{}}}function Bt(t,e,n,i,r,o,a,s){var c=function(t,e,n,i,r,o,a,s,c,p){return new ce(e,n,o,a,s,t,{caller:null==p?void 0:p.caller,callerContext:null==p?void 0:p.callerContext,directly:!0,inside:!1,shouldNotRewriteIdOrClass:c,viewId:null})}(t,i,r,0,0,n,e,o,a,s);return c.invoke()}function Ut(t,e){if(t)return t.avaliableNamespace?"my.".concat(t.avaliableNamespace,".").concat(e):"my.".concat(e)}var Ft,Vt,Ht=function(){function t(t){this._context=t,this.__appxDomain=t.appxDomain.scope;var e=this._context.runtime().getEnv(),n=e.isIOS,i=e.isAndroid,r=e.isIDE;this.isIOS=n,this.isAndroid=i,this.isIDE=r}return t.prototype.callBridge=function(t,e,n){this._context.callDefaultBridge(t,e,n)},t.prototype.callBridgeSync=function(t,e){return this._context.callDefaultBridgeSync(t,e)},t.prototype.on=function(t,e){return this._context.runtime().getBridge().event.addEventListener(t,0,e)},t.prototype.off=function(t,e){return this._context.runtime().getBridge().event.removeEventListener(t,0,e)},t.prototype.getStartupParams=function(){return this._context.runtime().getEnv().originalStartupParams},t}();function Yt(t){var e;Ft||(et||(e="undefined"!=typeof Map,et=e?Map:function(){function t(){this.keyList=[],this.valueList=[]}return t.prototype.set=function(t,e){var n=this.keyList,i=n.indexOf(t);if(-1===i){var r=n.push(t)-1;this.valueList[r]=e}else this.valueList[i]=e;return this},t.prototype.get=function(t){var e=this.keyList.indexOf(t);return-1===e?void 0:this.valueList[e]},t.prototype.forEach=function(t){for(var e=this.keyList.slice(),n=this.valueList.slice(),i=e.length,r=0;r<i;r++){var o=e[r];t(n[r],o,this)}},Object.defineProperty(t.prototype,"size",{get:function(){return this.keyList.length},enumerable:!1,configurable:!0}),t.prototype.has=function(t){return-1!==this.keyList.indexOf(t)},t.prototype.delete=function(t){var e=this.keyList.indexOf(t);return-1!==e&&(this.keyList.splice(e,1),this.valueList.splice(e,1),!0)},t.prototype.clear=function(){this.keyList=[],this.valueList=[]},t}()),Ft=new et);var n=Ft.get(t);if(!n){n=ht(),Ft.set(t,n);for(var i=0,r=t;i<r.length;i++){var o=r[i];"string"==typeof o&&n.add(o)}}return n}function Gt(){return Vt||((Vt=ht()).add("success"),Vt.add("error"),Vt.add("errorMessage")),Vt}function Kt(t,e,n){if(t&&"object"==typeof t){for(var i=Yt(e),r={},o=0,a=Object.keys(t);o<a.length;o++){var s=a[o];i.has(s)||n&&n.has(s)?r[s]=t[s]:"undefined"!=typeof process&&process&&process.env}return r}return t}function Wt(t,e,n){var i=t,r=e;return Ct(t)&&(kt(e)||n()&&(r=t,i={})),function(t,e){var n=t,i=e;return kt(e)&&Ct(t)&&(i=t,n={}),St(t)||void 0===t||(n={}),kt(n)&&(n={}),{callback:i,option:n}}(i,r)}function qt(t,e,n){try{var i=Ot().config;if(!i||"ap"!==i.clientName)return!0;if(e().getBehaviorManager().report("duplicated my.call(".concat(n,")")),t.getFlag("ignoreCallbackWhenInvokeMyCall"))return!0}catch(t){}return!1}function Jt(t){var e={};return Ct((t=t||{}).success)&&(e.success=t.success,delete t.success),Ct(t.fail)&&(e.fail=t.fail,delete t.fail),Ct(t.complete)&&(e.complete=t.complete,delete t.complete),e}var zt=1,Qt={};function Zt(){}var $t=Object.defineProperty;function Xt(t,e,n){$t(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n})}var te,ee=function(){function t(t,e,n,i,r,o,a,s){if(p=r,"[object Object]"===Object.prototype.toString.call(p)){var c=z({},r);void 0!==c.page&&(c.page=void 0),this.option=c}else this.option=r;var p;Xt(this,"ctx",t),Xt(this,"runtime",e),Xt(this,"extraInfo",s),Xt(this,"apiName",i),Xt(this,"appxDomain",n),Xt(this,"appxDomainIsNotEmpty",!mt(n)),Xt(this,"callback",a),Xt(this,"apiInfo",this.getFlag("freezeAPIInfo")?function(t){try{Object.isFrozen(t)||(Object.setPrototypeOf(t,null),Object.freeze(t))}finally{return t}}(z({},o)):o||{}),o.t&&(this.taskId=zt++),this.startTime=(new Date).getTime(),this.initDependency(r,s.viewId,o,a),this.callStack=new Error("")}return t.prototype.invoke=function(){},t.prototype.callScopedBridge=function(t,e,n,i){var r=this.appxDomain;return r&&!mt(r)&&(e=z(z({},e),{__appxDomain:r.scope})),this.callDefaultBridge(t,e,n,i)},t.prototype.callScopedBridgeSync=function(t,e,n){var i=this.appxDomain;return i&&!mt(i)&&(e=z(z({},e),{__appxDomain:i.scope})),this.callDefaultBridgeSync(t,e,n)},t.prototype.callBridge=function(t,e,n,i){return this.callDefaultBridge(t,e,n,i)},t.prototype.callDefaultBridge=function(t,e,n,i){var r=this.runtime();if(r){var o=r.getBridge();o&&o.callBridge(t,e,n,void 0,{caller:this.extraInfo.caller})}},t.prototype.callDefaultBridgeSync=function(t,e,n){var i=this.runtime();if(i){var r=i.getBridge();if(r)return r.callBridgeSync(t,e,n,{caller:this.extraInfo.caller})}},t.prototype.callInternalAPI=function(t,e,n,i){var r=this.runtime();if(r){var o=r.getBridge();o&&o.callInternalAPI(t,e,n,i,{caller:this.extraInfo.caller})}},t.prototype.callInternalAPISync=function(t,e,n){var i=this.runtime();if(i){var r=i.getBridge();if(r)return r.callInternalAPISync(t,e,n,{caller:this.extraInfo.caller})}},t.prototype.getEnvAppBiz=function(){return"TinyAppBiz-".concat(this.getEnvAppId())},t.prototype.getEnvAppId=function(){var t=this.runtime().getEnv().startupParams.appId;return void 0===t?"":t},t.prototype.getEnvPlatformIOS=function(){return"ios"===this.runtime().getEnv().platform},t.prototype.invokeExternalElementMethod=function(t,e,n,i){if(t&&void 0!==t.$viewId){var r=t.$viewId,o=this.runtime().getPageManager().getInstanceById("".concat(r));o&&o.invokeClientElementMethod(e,"onHostExternalMessage",[n,i])}},t.prototype.getBridgeExtraInfo=function(){return this.runtime().getBridge().extraInfo},t.prototype.getEnvPlatformAndroid=function(){return"android"===this.runtime().getEnv().platform},t.prototype.getEnvOnlyCube=function(){return this.runtime().getEnv().isOnlyCube},t.prototype.invokeCallback=function(t,e){t?this.callbackUnion[t]&&this.callbackUnion[t](e):this.callback&&this.callback(e)},t.prototype.dispatchResultCallback=function(t){var e=!1;if("object"==typeof t&&(e="error"in t||"errorMessage"in t),e?(this.shouldEmitEvent()&&this.runtime().getTypedEventManager().invokeInternalEvent(8,[{key:this.apiName,option:this.option,result:t,type:"fail"}]),t=this.callHookAfterLog(t),this.invokeCallback("fail",t)):(this.shouldEmitEvent()&&this.runtime().getTypedEventManager().invokeInternalEvent(8,[{key:this.apiName,option:this.option,result:t,type:"success"}]),this.invokeCallback("success",t)),this.invokeCallback("complete",t),this.invokeCallback(null,t),!e)return t;if(!this.shouldNotReturnPromise()){var n=this.runtime();if(n&&"function"==typeof n.getLogger){var i=n.getLogger();i&&i.attachErrorSource&&i.attachErrorSource(t,{from:"api",method:this.apiName,payload:this.option,stack:this.callStack})}throw t}},t.prototype.shouldNotReturnPromise=function(){if(this.apiInfo.noPromise)return!0;var t=!!(this.callbackUnion.complete||this.callbackUnion.success||this.callbackUnion.fail||this.callback),e=this.apiInfo.allowAbort||this.apiInfo.progress||this.apiInfo.returnProto;return t&&!e},t.prototype.shouldEmitEvent=function(){return this.extraInfo.directly&&"object"==typeof this.option&&!Qt[this.apiName]},t.prototype.prepareOption=function(){return this.shouldEmitEvent()&&this.runtime().getTypedEventManager().invokeInternalEvent(8,[{key:this.apiName,type:"invoke"}]),this.callHookBefore()},t.prototype.getInsideContext=function(){var t=this.insideContext;return t||(t=this.insideContext=new Ht(this)),t},t.prototype.callHookValidate=function(){var t=this.apiInfo.tapMark;if("function"!=typeof t||this.extraInfo.inside||(t=$(t,this)),!0===t){var e=this.getPageInstance();e&&!e.getTapMarkManager().checkTapMark()&&(this.validateResult={error:5,errorMessage:"".concat(this.apiName," can only be invoked by user tap gesture")})}return void 0===this.validateResult&&this.apiInfo.v&&!this.extraInfo.inside&&(this.apiInfo.b_v&&(this.validateResult=$(this.apiInfo.b_v,this,this.option)),void 0===this.validateResult&&(this.validateResult=$(this.apiInfo.v,this,this.option)),void 0===this.validateResult&&this.apiInfo.a_v&&(this.validateResult=$(this.apiInfo.a_v,this,this.option))),this.validateResult},t.prototype.callHookBefore=function(){var t=this.option;return this.optionPageViewId||this.apiInfo.b?(t=z({},t),Array.isArray(this.apiInfo.in)&&(t=Kt(t,this.apiInfo.in,Gt())),this.optionPageViewId&&(t.viewId=this.optionPageViewId),this.apiInfo.b&&(this.apiInfo.b_b&&(t=this.extraInfo.inside?$(this.apiInfo.b_b,this.getInsideContext(),t,this.callback)||t:$(this.apiInfo.b_b,this,t,this.callback)||t),t=this.extraInfo.inside?$(this.apiInfo.b,this.getInsideContext(),t,this.callback)||t:$(this.apiInfo.b,this,t,this.callback)||t,this.apiInfo.a_b&&(t=this.extraInfo.inside?$(this.apiInfo.a_b,this.getInsideContext(),t,this.callback)||t:$(this.apiInfo.a_b,this,t,this.callback)||t))):Array.isArray(this.apiInfo.in)&&(t=Kt(t,this.apiInfo.in,Gt())),It(this.appxDomain)?t.__openCapabilityId=this.appxDomain.origin:t.__openCapabilityId&&delete t.__openCapabilityId,t},t.prototype.callHookAfter=function(t){var e=t;return this.apiInfo.a&&(this.apiInfo.b_a&&(this.apiInfo.ignoreShadowCopyResponse||(e=z({},e)),e=!0===this.extraInfo.inside?$(this.apiInfo.b_a,this.getInsideContext(),e,this.finalOption,this.option)||e:$(this.apiInfo.b_a,this,e,this.finalOption,this.option)||e),this.apiInfo.ignoreShadowCopyResponse||(e=z({},e)),e=!0===this.extraInfo.inside?$(this.apiInfo.a,this.getInsideContext(),e,this.finalOption,this.option)||e:$(this.apiInfo.a,this,e,this.finalOption,this.option)||e,this.apiInfo.a_a&&(this.apiInfo.ignoreShadowCopyResponse||(e=z({},e)),e=!0===this.extraInfo.inside?$(this.apiInfo.a_a,this.getInsideContext(),e,this.finalOption,this.option)||e:$(this.apiInfo.a_a,this,e,this.finalOption,this.option)||e)),Array.isArray(this.apiInfo.out)&&(e=Kt(e,this.apiInfo.out,Gt())),e},t.prototype.callHookAfterLog=function(t){var e=t;return this.apiInfo.a_l&&(e=$(this.apiInfo.a_l,this,e,this.finalOption,this.option)||e),e},t.prototype.processResult=function(t){var e,n=t||{};n=this.callHookAfter(n);var i=!0;return(null===(e=this.extraInfo)||void 0===e?void 0:e.directly)&&this.getFlag("disablePublicCallErrorCodeNormalize")&&(i=!1),i&&(n=function(t){return"string"==typeof t.error&&(t.error=parseInt(t.error,10)),0===t.error&&(delete t.error,delete t.errorMessage),t}(n)),n},t.prototype.getRewriteIdWithAppxDomain=function(t){var e,n,i=t,r=this.appxDomain;return!bt(r)&&!It(r)||this.extraInfo.shouldNotRewriteIdOrClass||(i=(e={type:4,value:r.origin},n={type:8,value:i},{type:9,value:"p-".concat(e.value,"-").concat(n.value)}).value),i},t.prototype.getPageInstance=function(){var t=this.pageInstance;return t&&!t.hasPageUnloaded()||(t&&(this.pageInstance=null),t=this.runtime().getNav().getTopInstance()),t},t.prototype.initDependency=function(t,e,n,i){var r,o,a=this.runtime(),s=t&&t.page&&t.page.$viewId||void 0,c=s||e||void 0;c&&(o=a.getPageManager().getInstanceById(c)),o&&!o.hasPageUnloaded()||(o=null===(r=a.getNav())||void 0===r?void 0:r.getTopInstance()),o&&(c=o.pageId,this.pageInstance=o),this.assignedViewId=c,this.optionPageViewId=s},t.prototype.getState=function(){return this.extraInfo.parentState},t.prototype.getProtoContext=function(){return this.extraInfo.parentProtoContext},t.prototype.getCallerContext=function(){return this.extraInfo.callerContext},t.prototype.callProtoAPI=function(t,e){return Bt(t,this.apiName,this.appxDomain,this.ctx,this.runtime,e,this.extraInfo.shouldNotRewriteIdOrClass,{caller:this.extraInfo.caller,callerContext:this})},t.prototype.reportHostError=function(t,e,n,i,r){return this.runtime().getKernel().reportHostError(t,e,n,i,r)},t.prototype.getFlag=function(t){return this.ctx.getFlags()[t]},t.prototype.invokeCompositeElementMethod=function(t,e,n){var i;void 0===e&&(e=Zt);var r=null===(i=this.extraInfo)||void 0===i?void 0:i.scopedElementId;if(r){var o=n||this.apiName,a=function(t,e,n,i){if(t){var r=t.success,o=t.fail;return{complete:t.complete,data:function(t,e){var n={};for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&e.indexOf(i)<0&&(n[i]=t[i]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(i=Object.getOwnPropertySymbols(t);r<i.length;r++)e.indexOf(i[r])<0&&Object.prototype.propertyIsEnumerable.call(t,i[r])&&(n[i[r]]=t[i[r]])}return n}(t,["success","fail","complete"]),element:n,fail:o,success:r,viewId:e,action:i}}return{element:n,viewId:e,action:i}}(t,this.assignedViewId,r,o);this.pageInstance?this.pageInstance.invokeCompositeElementMethod(a,this,e):e({error:1,errorMessage:"page not found"})}},t}();var ne,ie,re=/^(?:on|off)([A-Z])(\w+)/;var oe,ae,se={},ce=function(t){function e(e,n,i,r,o,a,s){return t.call(this,e,n,i,r,o,a,void 0,s)||this}return J(e,t),e.prototype.invoke=function(){for(var t=this,e=X(this.apiInfo.state,this,this.option),n={},i=function(i){var o=r.apiInfo.proto[i];if("function"==typeof o.feature&&!$(o.feature,r))return"continue";var a=r.apiName?"".concat(r.extractProtoEntityNameFromAPIInfo(r.apiName),".").concat(i):void 0,s=function(i){i.extraInfo.caller=a,i.extraInfo.scopedElementId=t.apiInfo.compositeElement?t.getRewriteIdWithAppxDomain(t.option[0]):void 0,i.extraInfo.parentState=e,i.extraInfo.parentProtoContext=n,i.extraInfo.callerContext=t.extraInfo.callerContext||t};if(o.getter){var c,p=function(t,e,n,i,r,o,a){return new pe(e,n,o,a,t,{caller:void 0,directly:!1,viewId:r,inside:!1,scopedElementId:void 0})}(o,r.ctx,r.runtime,0,r.assignedViewId,r.appxDomain,i);s(p);var u=!1;Object.defineProperty(n,i,{configurable:!0,enumerable:!0,get:function(){return u||(c=p.invoke()),c},set:function(t){return c=t,u=!0,!0}})}else n[i]=function(e,n){if(t.apiInfo.compositeElement&&!t.hasPermission())return t.invokeNoPermissionCallbackDirectly(a,i,e,n);var r=ue(o,t.ctx,t.runtime,!1,!1,t.assignedViewId,t.appxDomain,i,e,n);return s(r),r.invoke()}},r=this,o=0,a=Object.keys(this.apiInfo.proto);o<a.length;o++)i(a[o]);return n},e.prototype.initDependency=function(e,n,i,r){var o=i.createOptionIndex,a=!1===o?null:e[o];t.prototype.initDependency.call(this,a,n,i,null)},e.prototype.extractProtoEntityNameFromAPIInfo=function(t){var e=t.match(/^(create|get)(.*)$/);return e?e[2]:"".concat(t[0].toUpperCase()).concat(t.slice(1))},e.prototype.hasPermission=function(){var t=this.runtime().getPermissionManager();return!t||t.checkElementPermission4ContextAPI(this.apiInfo.compositeElement,this.appxDomain)},e.prototype.invokeNoPermissionCallbackDirectly=function(t,e,n,i){var r=this,o={error:4,errorMessage:"无权调用 ".concat(t)},a=Wt(n,i,(function(){return qt(r.ctx,r.runtime,e)})),s=a.option,c=a.callback,p=Jt(s),u=function(t){return r.runtime().getKernel().setTimeout(t,0)};p.fail&&u((function(){p.fail(o)})),p.complete&&u((function(){p.complete(o)})),c&&u((function(){c(o)}))},e}(ee);var pe=function(t){function e(e,n,i,r,o,a){return t.call(this,e,n,i,r,null,o,null,a)||this}return J(e,t),e.prototype.invoke=function(){return $(this.apiInfo.getter,this)},e}(ee);function ue(t,e,n,i,r,o,a,s,c,p,u){if(t.fn)return new(ie||(ie=function(t){function e(e,n,i,r,o,a,s,c){return t.call(this,e,n,i,r,o,s,a,c)||this}return J(e,t),e.prototype.invoke=function(){return!0===this.extraInfo.inside?$(this.apiInfo.fn,this.getInsideContext(),this.option,this.callback):$(this.apiInfo.fn,this,this.option,this.callback)},e.prototype.initDependency=function(e,n,i,r){var o=i.fnOptionIndex,a=0===o?e:1===o?r:null;t.prototype.initDependency.call(this,a,n,i,null)},e}(ee)),ie)(e,n,a,s,c,p,t,{caller:void 0,directly:i,inside:r,viewId:o,scopedElementId:null==u?void 0:u.scopedElementId});var l=Wt(c,p,(function(){return qt(e,n,s)})),f=l.option,h=l.callback;return function(t){return/^(?:on|off)[A-Z](?:\w+)/.test(t)}(s)?new(ne||(ne=function(t){function e(e,n,i,r,o,a,s,c){var p=t.call(this,e,n,i,r,o,a,s,c)||this;return"function"==typeof a.e?p.eventName=$(a.e,p):p.eventName=function(t,e){var n="";if(e&&re.test(t)){var i=t.match(re);"string"==typeof e.m&&(n=e.m),!n&&i[1]&&i[2]&&(n=i[1].toLowerCase()+i[2])}return n}(r,p.apiInfo),p}return J(e,t),e.prototype.invoke=function(){if(this.finalOption=this.prepareOption(),this.callbackUnion=Jt(this.finalOption),/^on/.test(this.apiName)){if(dt(this.apiInfo.m))return"function"==typeof this.callback?this.runtime().getTypedEventManager().addEventListener(this.apiInfo.m,this.callback,!0):{remove:function(){}};if(this.apiInfo.task){if("function"==typeof this.callback){var t=this.apiInfo.task,e=t.id,n=t.getTaskId,i=t.getPayload,r=t.isolate,o="function"==typeof e?$(e,this):e;this.callHookEventTask("start",r,o),this.runtime().getBridge().event.taskManager.addMatcher(this.eventName,o,this.callback,n,i)}}else this.callHookEvent("start"),this.runtime().getBridge().event.addEventListener(this.eventName,1,tt(this.processEventResult,this),this.callback)}else if(dt(this.apiInfo.m))"function"==typeof this.callback&&this.runtime().getTypedEventManager().removeEventListener(this.apiInfo.m,this.callback);else if(this.apiInfo.task){if("function"==typeof this.callback){var a=this.apiInfo.task;e=a.id,r=a.isolate,o="function"==typeof e?$(e,this):e,this.runtime().getBridge().event.taskManager.removeMatcher(this.eventName,o,this.callback),this.callHookEventTask("end",r,o)}}else this.runtime().getBridge().event.removeEventListener(this.eventName,1,this.callback),this.callHookEvent("end")},e.prototype.processEventResult=function(t){var e,n;n={},kt((e=t).data)||(n=St(n=e.data)?n:{data:n}),t=n;var i=this.processResult(t);this.dispatchResultCallback(i)},e.prototype.callHookEventTask=function(t,e,n){var i=this.runtime().getBridge().event.taskManager;(2===e?i.hasMatcher(this.eventName,n):1===e&&i.hasMatcher(this.eventName))||Ct(this.apiInfo[t])&&(this.extraInfo.inside?$(this.apiInfo[t],this.getInsideContext()):$(this.apiInfo[t],this))},e.prototype.callHookEvent=function(t){this.runtime().getBridge().event.hasEventListener(this.eventName,1)||Ct(this.apiInfo[t])&&(this.extraInfo.inside?$(this.apiInfo[t],this.getInsideContext()):$(this.apiInfo[t],this))},e}(ee)),ne)(e,n,a,s,f,t,h,{caller:null==u?void 0:u.caller,directly:i,inside:r,viewId:o,scopedElementId:null==u?void 0:u.scopedElementId}):new(te||(te=function(t){function e(e,n,i,r,o,a,s,c){return t.call(this,e,n,i,r,o,a,s,c)||this}return J(e,t),e.prototype.invoke=function(){var t=this,e=this.invokeMethodAsync();if(!this.shouldNotReturnPromise()){var n=this.apiInfo,i=n.allowAbort,r=n.progress,o=n.returnEvent,a=n.returnProto;if(i||r||o||a){if(i){var s=this.apiInfo.cancelname||"abort";e[s]=function(){Ct(t.apiInfo.c)&&$(t.apiInfo.c,t),t.resolveImmediate&&t.resolveImmediate({error:9,errorMessage:"".concat(t.apiName,":fail abort")})}}if("object"==typeof o&&o)for(var c=function(n){var i=o[n],r=i.taskId,a=i.getTaskId,s=i.eventName,c=i.getPayload,u=i.feature;if("function"==typeof u&&!$(u,p))return"continue";var l=n[0].toUpperCase()+n.slice(1);e["on".concat(l)]=function(e){var n=t.runtime();if(n){var i=n.getBridge().event;if(i){var o="function"==typeof r?$(r,t):r;i.taskManager.addMatcher(s,o,e,a,c)}}},e["off".concat(l)]=function(e){var n=t.runtime();if(n){var i=n.getBridge().event;if(i){var o="function"==typeof r?$(r,t):r;i.taskManager.removeMatcher(s,o)}}}},p=this,u=0,l=Object.keys(o);u<l.length;u++)c(l[u]);if(r){var f=this.taskId,h=r.key,d=r.getPayload,y=r.getTaskId;e.onProgressUpdate=function(e){var n=t.runtime();if(n){var i=n.getBridge().event;i&&i.taskManager.addMatcher("".concat(h,"StateChange"),f,e,y,d)}}}if(a){var v=$(a,this);W(e,v)}}return e}},e.prototype.callHookDoingAsync=function(t){this.apiInfo.allowAbort&&(this.resolveImmediate=t);var e=this.getFlag("idempotentAPIWhiteList"),n=this.apiInfo.m||this.apiName;if(this.apiInfo.i||Array.isArray(e)&&e.indexOf(n)>-1){var i=this.getFlag("idempotentAPIBlackList");Array.isArray(i)&&i.indexOf(n)>-1?this.doingAsync(t):this.invokeIdempotentAPI(this.apiInfo.i,t)}else this.doingAsync(t)},e.prototype.doingAsync=function(t){Ct(this.apiInfo.d)?!0===this.extraInfo.inside?$(this.apiInfo.d,this.getInsideContext(),this.finalOption,t):$(this.apiInfo.d,this,this.finalOption,t):Ct(this.apiInfo.d_with_cache)?this.interceptBridgeCall4Cache(this.apiInfo.cache,t)||(!0===this.extraInfo.inside?$(this.apiInfo.d_with_cache,this.getInsideContext(),this.finalOption,t):$(this.apiInfo.d_with_cache,this,this.finalOption,t)):this.apiInfo.compositeElementAction?this.invokeCompositeElementMethod(this.finalOption,t):this.interceptBridgeCall4Cache(this.apiInfo.cache,t)||(this.shouldForbidAsyncJSAPI(this.apiInfo.m||this.apiName,this.finalOption)?(this.runtime().getEnv().packageAndRunSceneType,t({error:4,errorMessage:"API调用受限"})):xt(this.ctx,this.runtime,this.apiInfo.m||this.apiName,this.appxDomainIsNotEmpty?z(z({},this.finalOption),{__appxDomain:this.appxDomain.scope}):this.finalOption,t,this.assignedViewId,{caller:this.extraInfo.caller}))},e.prototype.shouldForbidAsyncJSAPI=function(t,e){var n=!1;if("hideOptionMenuItem"===t){var i=this.getFlag("forbidAPIList");"favorite"===e.name&&i&&i.indexOf("hideOptionMenuItem")>-1&&(n=!0)}return n},e.prototype.interceptBridgeCall4Cache=function(t,e){var n=this;if(!t)return!1;var i=this.runtime(),r=i.getBridge(),o=t.key,a=i.getEnv().originalStartupParams;if(!Mt(a,o))return!1;var s=r.extraInfo[o];if(s||(s=r.extraInfo[o]={cache:Tt(a,o)}),At(t)){var c=$(t.get,null,s,this.finalOption);return c?((0,this.runtime().getKernel().setTimeout)((function(){e(c)}),0),!0):(xt(this.ctx,this.runtime,this.apiInfo.m||this.apiName,this.appxDomainIsNotEmpty?z(z({},this.finalOption),{__appxDomain:this.appxDomain.scope}):this.finalOption,(function(i){$(t.update,null,s,n.finalOption,i),e(i)}),this.assignedViewId,{caller:this.extraInfo.caller}),!0)}return t.set?($(t.set,null,s,this.finalOption),!1):void 0},e.prototype.invokeMethodAsync=function(){var t=this,e=this.runtime(),n=e.getKernel(),i=n.Promise;return this.callHookValidate()?(this.callbackUnion=Jt(this.option),i.resolve().then((function(){return t.dispatchResultCallback(t.validateResult)}))):(this.callbackUnion=Jt(this.option),this.finalOption=this.prepareOption(),new i((function(i,r){var o=1;t.callHookDoingAsync((function(a){var s=t.apiInfo,c=s.progress;if(c){var p=c.key,u=e.getBridge().event;u&&u.taskManager.removeMatcher("".concat(p,"StateChange"),t.taskId)}if(s.allowAbort){if(!t.resolveImmediate)return;t.resolveImmediate=null}var l=t.processResult(a);try{if(o)return void n.setTimeout((function(){try{i(t.dispatchResultCallback(l))}catch(t){r(t)}}),2);i(t.dispatchResultCallback(l))}catch(t){r(t)}})),o=0})))},e.prototype.invokeIdempotentAPI=function(t,e){if(this.finalOption&&Object.keys(this.finalOption).length>0)return this.doingAsync(e);var n=this.runtime(),i=n.getBridge(),r=i.extraInfo.idempotenceInfo;r||(r=i.extraInfo.idempotenceInfo={});var o=this.apiInfo.m||this.apiName,a=void 0!==this.optionPageViewId?this.optionPageViewId:void 0!==this.assignedViewId?this.assignedViewId:"default",s=this.appxDomainIsNotEmpty?this.appxDomain.scope:"default",c="".concat(o,"-").concat(a,"-").concat(s),p=r[c];p||(p=r[c]={processing:!1,resolveQueue:[]}),p.processing?p.resolveQueue.push(e):(p.processing=!0,this.doingAsync((function(t){var i;p.processing=!1;try{i=ft(lt(t))}catch(t){i={},n.getLogger().reportError(12,t)}e(t),p.resolveQueue&&p.resolveQueue.length>0&&(p.resolveQueue.forEach((function(t){t(ft(lt(i)))})),p.resolveQueue=[])})))},e.prototype.abort=function(){this.resolveImmediate&&this.resolveImmediate({error:9,errorMessage:"".concat(this.apiName,":fail abort")})},e}(ee)),te)(e,n,a,s,f,t,h,{caller:null==u?void 0:u.caller,directly:i,inside:r,viewId:o,scopedElementId:null==u?void 0:u.scopedElementId})}function le(t,e,n,i,r,o,a,s,c,p){var u=Wt(c,void 0,(function(){return qt(e,n,s)})).option;return new(ae||(ae=function(t){function e(e,n,i,r,o,a,s){return t.call(this,e,n,i,r,o,a,null,s)||this}return J(e,t),e.prototype.interceptBridgeCallSync4Cache=function(t){if(t){var e=this.runtime(),n=e.getBridge(),i=t.key,r=e.getEnv().originalStartupParams;if(Mt(r,i)){var o=n.extraInfo[i];if(o||(o=n.extraInfo[i]={cache:Tt(r,i)}),At(t)){var a=$(t.get,null,o,this.finalOption);if(a)return{hit:!0,result:a};var s=jt(this.ctx,this.runtime,this.apiInfo.m||this.apiName,this.appxDomainIsNotEmpty?z(z({},this.finalOption),{__appxDomain:this.appxDomain.scope}):this.finalOption,this.assignedViewId,{caller:this.extraInfo.caller});return $(t.update,null,o,this.finalOption,s),{hit:!1,result:s}}t.set&&$(t.set,null,o,this.finalOption)}}},e.prototype.callHookDoingSync=function(){var t;if(Ct(this.apiInfo.d))t=!0===this.extraInfo.inside?$(this.apiInfo.d,this.getInsideContext(),this.finalOption,void 0):$(this.apiInfo.d,this,this.finalOption,void 0);else if(Ct(this.apiInfo.d_with_cache_sync))(t=(e=this.interceptBridgeCallSync4Cache(this.apiInfo.cache))?e.result:!0===this.extraInfo.inside?$(this.apiInfo.d_with_cache_sync,this.getInsideContext(),this.finalOption,void 0):$(this.apiInfo.d_with_cache_sync,this,this.finalOption,void 0))&&(t=this.processResult(t)||t);else{var e;(t=(e=this.interceptBridgeCallSync4Cache(this.apiInfo.cache))?e.result:jt(this.ctx,this.runtime,this.apiInfo.m||this.apiName,this.appxDomainIsNotEmpty?z(z({},this.finalOption),{__appxDomain:this.appxDomain.scope}):this.finalOption,this.assignedViewId,{caller:this.extraInfo.caller}))&&(t=this.processResult(t)||t)}return t||(t={error:999,errorMessage:"System Error: Return ".concat(t)}),t},e.prototype.invoke=function(){return this.callHookValidate()?this.validateResult:(this.finalOption=this.prepareOption(),Ct(this.apiInfo.responseProxy)&&!0!==this.extraInfo.inside&&this.getFlag("enableBridgeResponseProxy")&&(t=$(this.apiInfo.responseProxy,this,this.finalOption,tt(this.callHookDoingSync,this),tt(this.callHookDoingAsync4ResponseProxy,this))),t||(t=this.callHookDoingSync()),t);var t},e.prototype.callHookDoingAsync4ResponseProxy=function(t){var e=this,n=function(n){var i=e.processResult(n);t(i)};this.interceptBridgeCall4CacheAsync(this.apiInfo.cache,n)||xt(this.ctx,this.runtime,this.apiInfo.m||this.apiName,this.appxDomainIsNotEmpty?z(z({},this.finalOption),{__appxDomain:this.appxDomain.scope}):this.finalOption,n,this.assignedViewId,{caller:this.extraInfo.caller})},e.prototype.interceptBridgeCall4CacheAsync=function(t,e){var n=this;if(!t)return!1;var i=this.runtime(),r=i.getBridge(),o=t.key,a=i.getEnv().originalStartupParams;if(!Mt(a,o))return!1;var s=r.extraInfo[o];if(s||(s=r.extraInfo[o]={cache:Tt(a,o)}),At(t)){var c=$(t.get,null,s,this.finalOption);return c?((0,this.runtime().getKernel().setTimeout)((function(){e(c)}),0),!0):(xt(this.ctx,this.runtime,this.apiInfo.m||this.apiName,this.appxDomainIsNotEmpty?z(z({},this.finalOption),{__appxDomain:this.appxDomain.scope}):this.finalOption,(function(i){$(t.update,null,s,n.finalOption,i),e(i)}),this.assignedViewId,{caller:this.extraInfo.caller}),!0)}return t.set?($(t.set,null,s,this.finalOption),!1):void 0},e}(ee)),ae)(e,n,a,s,u,t,{caller:null==p?void 0:p.caller,directly:i,inside:r,viewId:o})}function fe(t){var e=function(){};return e.prototype=t,de(new e),t}function he(t){return t.__MAGIC_SLOW_PROPERTY=1,delete t.__MAGIC_SLOW_PROPERTY,t}function de(t){if(t===de)throw de;return t}var ye={SDKVersion:!0,call:!0,callSync:!0,canIUse:!0,emit:!0,off:!0,on:!0,renderTarget:!0};function ve(t,e){if(!e.length)return!1;for(var n=t,i=0,r=e;i<r.length;i++){var o=r[i];if(!(n=n&&n[o]))return!1}return!0}function ge(t,e){if(!e.length)return!1;for(var n=t,i=0,r=e;i<r.length;i++){var o=r[i];if(null==(n=n&&n[o]))return!1}return!0}var me=function(){function t(t,e,n,i,r){this.collection=new Ie,this.collectedCanIUseKeys=ht(),this.hasRegisteredCanIUseReportHandler=!1,this.ctx=n,this.getRuntime=i,this.appxDomain=e,this.unrefRuntime=r,this.callSync4PublicNamed=tt(this.callSync4PublicNamed,this),this.callSync4PublicNamedInside=tt(this.callSync4PublicNamedInside,this),this.call4PublicNamed=tt(this.call4PublicNamed,this),this.call4PublicNamedInside=tt(this.call4PublicNamedInside,this),this.call=tt(this.call,this),this.callSync=tt(this.callSync,this),this.canIUse=tt(this.canIUse,this),this.call4LinkedContext=tt(this.call4LinkedContext,this),this.call4ProtoContext=tt(this.call4ProtoContext,this),this.call4PublicCall=tt(this.call4PublicCall,this),this.callSync4PublicCall=tt(this.callSync4PublicCall,this),It(e)?this.publicInstance={canIUse:this.canIUse}:this.publicInstance={call:this.call4PublicCall,callSync:this.callSync4PublicCall,canIUse:this.canIUse,emit:t.emit,off:t.off,on:t.on}}return t.prototype.callSync4PublicNamed=function(t,e,n){return Lt(this.collection,this.appxDomain,this.ctx,this.getRuntime,1,t,e,n)},t.prototype.callSync4PublicNamedInside=function(t,e,n){return Lt(this.collection,this.appxDomain,this.ctx,this.getRuntime,5,t,e,n)},t.prototype.callSync4PublicCall=function(t,e,n){return Lt(this.collection,this.appxDomain,this.ctx,this.getRuntime,2,t,e,n)},t.prototype.call4PublicCall=function(t,e,n,i){return Rt(this.collection,this.appxDomain,this.ctx,this.getRuntime,2,t,e,n,i)},t.prototype.call4PublicNamed=function(t,e,n,i){return Rt(this.collection,this.appxDomain,this.ctx,this.getRuntime,1,t,e,n,i)},t.prototype.call4PublicNamedInside=function(t,e,n,i){return Rt(this.collection,this.appxDomain,this.ctx,this.getRuntime,5,t,e,n,i)},t.prototype.removeAPIs=function(t,e){this.collection.removeAPIs(t);for(var n=e?this.publicInstance[e]:this.publicInstance,i=0,r=t;i<r.length;i++){var o=r[i];n&&n[o]&&(n[o]=void 0)}},t.prototype.replaceAPI=function(t,e){this.collection.replaceAPI(t,e)},t.prototype.replacePublicCallProxyAPI=function(t,e){this.collection.replacePublicCallProxyAPI(t,e)},t.prototype.replaceLinkedContextAPI2Proto=function(t,e){this.replaceAPI(t,e),this.publicInstance[t]=tt(this.call4ProtoContext,null,t,!1)},t.prototype.getCollection=function(){return this.collection},t.prototype.callSync=function(t,e,n){return Lt(this.collection,this.appxDomain,this.ctx,this.getRuntime,0,t,e,n)},t.prototype.canIUse=function(t){return"string"!=typeof t&&(t=String(t)),this.registerCanIUseReportHandler(),this.collectedCanIUseKeys.add(t),function(t,e,n,i,r,o){if(!i.getFlag("disableCanIUseByMetaInBridge")){var a=yt(o);if(void 0!==a)return a}var s=String(o).split(".");if(1===s.length&&ye[s[0]])return!0;var c=0,p=r();if(p){var u=p.getNav().getTopInstance();u&&(c=u.getEngineType())}return!!ve(t.getCanIUseMap(i,r,c),s)||!!t.evaluateCanIUse(i,r,e,s)||!!(i.getFlag("enableCanIUseFix4PublicInstanceCheck")?ge:ve)(n,s)}(this.collection,this.appxDomain,this.publicInstance,this.ctx,this.getRuntime,t)},t.prototype.call=function(t,e,n,i){return Rt(this.collection,this.appxDomain,this.ctx,this.getRuntime,0,t,e,n,i)},t.prototype.call4LinkedContext=function(t,e){for(var n=[],i=2;i<arguments.length;i++)n[i-2]=arguments[i];return function(t,e,n,i,r,o,a){var s="".concat(r),c=t.getAPIInfoByName(s)||Nt;if(!Dt[s]){Ut(c,r);var p=function(t,e,n,i,r,o,a,s,c){return new(oe||(oe=function(t){function e(e,n,i,r,o,a,s){var c=t.call(this,e,n,i,r,o,a,void 0,s)||this;return c.cache4ApiInfo=Object.create(null),c.callLinkedCollection=tt(c.callLinkedCollection,c),c.callAfterCompositeElementReady=tt(c.callAfterCompositeElementReady,c),c.callSyncLinkedCollection=tt(c.callSyncLinkedCollection,c),c}return J(e,t),e.prototype.invoke=function(){return X(this.apiInfo.create,this,this.option)},e.prototype.callScopedBridge=function(t,e,n,i){var r=this.appxDomain;r&&!mt(r)&&(e=z(z({},e),{__appxDomain:r.scope}));var o=this.runtime();if(o){var a=o.getBridge();a&&a.callBridge(t,e,n)}},e.prototype.callLinkedCollection=function(t,e,n){return ue(this.getApiInfoFromLinkedCollection(t),this.ctx,this.runtime,!1,!1,this.assignedViewId,this.appxDomain,t,e,n).invoke()},e.prototype.callSyncLinkedCollection=function(t,e){return le(this.getApiInfoFromLinkedCollection(t),this.ctx,this.runtime,!1,!1,this.assignedViewId,this.appxDomain,t,e).invoke()},e.prototype.callAfterCompositeElementReady=function(t,e){var n=this,i=this.getPageInstance();i&&i.whenCompositeElementReady(e.element,(function(){n.callLinkedCollection(t,e)}))},e.prototype.initDependency=function(e,n,i,r){var o=i.createOptionIndex,a=!1===o?null:e[o];t.prototype.initDependency.call(this,a,n,i,null)},e.prototype.getApiInfoFromLinkedCollection=function(t){if(!this.cache4ApiInfo[t]){var e,n=this.apiInfo.linked;e=n&&n[t]||se,this.cache4ApiInfo[t]=e}return this.cache4ApiInfo[t]},e}(ee)),oe)(e,n,o,a,s,t,{caller:void 0,directly:!0,shouldNotRewriteIdOrClass:c,viewId:null})}(c,n,i,0,0,e,s,o,a);return p.invoke()}}(this.collection,this.appxDomain,this.ctx,this.getRuntime,t,n,e)},t.prototype.call4ProtoContext=function(t,e){for(var n=[],i=2;i<arguments.length;i++)n[i-2]=arguments[i];var r=this.collection.getAPIInfoByName(t),o=Ut(r,t);return Bt(r,t,this.appxDomain,this.ctx,this.getRuntime,n,e,{caller:o})},t.prototype.destroy=function(){this.publicInstance=null,this.collection=null,this.unrefRuntime&&this.unrefRuntime()},t.prototype.registerCanIUseReportHandler=function(){var t=this;if(!this.hasRegisteredCanIUseReportHandler){var e=this.getRuntime();this.ctx.getFlag("enableCanIUseReport")&&e.getEventManager().addEventListener("pause",(function(){var n,i,r,o=[];t.collectedCanIUseKeys.forEach((function(t){o.push(t)})),o.length>0&&t.call("remoteLog",{actionId:"event",bizType:"TAC",param4:(n={key:o.join("|"),appxDomain:bt(t.appxDomain)||It(t.appxDomain)?t.appxDomain.origin:e.getEnv().startupParams.appId},i=!0,n?"string"==typeof n?n:(r=n,r&&"object"==typeof r?Object.keys(r):[]).filter((function(t){return void 0!==n[t]||!i})).map((function(t){var e="".concat(t,"=");return e+=function(t){return null!==t&&"object"==typeof t?"function"==typeof t.toString?String(t):"":String(t)}(n[t]).replace(/,/g,";").replace(/\^/g,"@").replace(/\=/g,"~"),e})).join("^"):""),seedId:"miniapi.canIUse",type:"behavior"}),t.collectedCanIUseKeys.clear()})),this.hasRegisteredCanIUseReportHandler=!0}},t}();var be=function(){function t(t,e,n){var i=this;this.extraInfo={},this.scope4Domain=Object.create(null),this.scopeList4Plugin=[],this.dynamicAPIs={},this.ctx=t,this.getRuntime=e,this.unrefRuntime=n,this.callBridge=function(t,e,n,r,o){return i.callBridgeImpl(t,e,n,r,o)},this.callBridgeSync=function(t,e,n,r){return i.callBridgeSyncImpl(t,e,n,r)},this.on=tt(this.on,this),this.off=tt(this.off,this),this.emit=tt(this.emit,this),this.defaultScope=new me(this,gt,this.ctx,this.getRuntime)}return Object.defineProperty(t.prototype,"event",{get:function(){return this.getEventManager()},enumerable:!1,configurable:!0}),t.prototype.off=function(t,e){return this.getEventManager().removeEventListener(t,1,e)},t.prototype.on=function(t,e,n){var i=this.extraInfo;if(!i.reportMyOnComposite){var r=!0;try{var o=this.getRuntime().getBehaviorManager().get("reportMyOnComposite");o.report&&(t.startsWith("nbcomponent.")?o.report("myoncomposite"):r=!1)}catch(t){}r&&(i.reportMyOnComposite=!0)}return this.getEventManager().addEventListener(t,1,e,n)},t.prototype.emit=function(t){for(var e=[],n=1;n<arguments.length;n++)e[n-1]=arguments[n];return this.getEventManager().invokeTypedEvent(t,1,e)},t.prototype.callBridgeImpl=function(t,e,n,i,r){return xt(this.ctx,this.getRuntime,t,e,n,void 0,r)},t.prototype.callBridgeSyncImpl=function(t,e,n,i){return jt(this.ctx,this.getRuntime,t,e,n,i)},t.prototype.dispose=function(){this.unrefRuntime&&this.unrefRuntime()},t.prototype.callInternalAPI=function(t,e,n,i,r){return function(t,e,n,i,r,o,a){if(e().getEnv()){var s=Ot().config;s&&!0===s.noUseInternalAPI?xt(t,e,n,i,r,o,a):xt(t,e,"internalAPI",{method:n,param:i,viewId:i&&i.viewId},r,o,a)}}(this.ctx,this.getRuntime,t,e,n,i,r)},t.prototype.callInternalAPISync=function(t,e,n,i){return function(t,e,n,i,r,o){if(e().getEnv()){var a=Ot().config;return a&&!0===a.noUseInternalAPI?jt(t,e,n,i,r,o):jt(t,e,"internalAPI",{method:n,param:i,viewId:i&&i.viewId},void 0,o)}}(this.ctx,this.getRuntime,t,e,n,i)},t.prototype.getPluginScopes=function(){return this.scopeList4Plugin},t.prototype.createScope=function(t){if(mt(t))return this.defaultScope;var e=this.scope4Domain,n=bt(t),i=n||It(t)?t.origin:t.scope;if(!e[i]){var r=e[i]=new me(this,t,this.ctx,this.getRuntime);n&&this.scopeList4Plugin.push(r)}return e[i]},t.prototype.getScope=function(t){return mt(t)?this.defaultScope:this.scope4Domain[bt(t)||It(t)?t.origin:t.scope]},t.prototype.getScopeByProviderInfo=function(t){if(function(t){return t&&1===t.providerType}(t)||function(t){return t&&2===t.providerType}(t))return this.scope4Domain[t.providerId];var e=this.getRuntime();return e?e.getKernel().isUsingExtensionMode?this.scope4Domain.app:this.defaultScope:void 0},t.prototype.setDynamicDistributedAPIs=function(t){this.dynamicAPIs=z(z({},this.dynamicAPIs),t)},t.prototype.getDynamicDistributedAPIs=function(){return this.dynamicAPIs},t.prototype.getEventManager=function(){var t;return this.eventInstance||(this.eventInstance=(t=this.getRuntime,new(function(){function e(){var t=this;this.eventMap=Object.create(null),this.eventInvokeMap=Object.create(null),this.taskManager=new _t((function(e,n,i){t.addEventListener(e,i?0:1,n)}))}return e.prototype.hasEventListener=function(t,e){var n=this.getCustomTypeContext(t);return e?!(!n[e]||!n[e].length):!!(n[0].length||n[1].length||n[2].length)},e.prototype.addEventListener=function(t,e,n,i){var r=this;if(void 0===i&&(i=n),this.hasCustomEventMatched(t,e,i)||this.eventMap[t][e].push({cache:i,invoke:n}),this.registerListener(t),1===e)return{remove:function(){r.removeEventListener(t,e,i)}}},e.prototype.removeEventListener=function(t,e,n){e?(this.removeEventListener4Type(t,e,n),this.hasEventListener(t)||this.unregisterListener(t)):(this.eventMap[t]=null,this.unregisterListener(t))},e.prototype.removeEventListener4Type=function(t,e,n){var i=this.getCustomTypeContext(t);n||(i[e]=[]),i[e].length&&(i[e]=i[e].filter((function(t){return t.cache!==n})))},e.prototype.invokeTypedEvent=function(t,e,n){if(this.hasEventListener(t)){var i=this.getCustomTypeContext(t)[e];if(i&&i.length)for(var r=0,o=i;r<o.length;r++)o[r].invoke.apply(null,n)}},e.prototype.getCustomTypeContext=function(t){return this.eventMap[t]||(this.eventMap[t]=[[],[],[]]),this.eventMap[t]},e.prototype.hasCustomEventMatched=function(t,e,n){return this.getCustomTypeContext(t)[e].some((function(t){return t.cache===n}))},e.prototype.registerListener=function(e){if(!this.eventInvokeMap[e]){var n=this.eventInvokeMap[e]=tt(this.invokeEventImpl,this,e);t().getKernel().__EVENT_ADD_LISTENER__(e,n)}},e.prototype.unregisterListener=function(e){var n=this.eventInvokeMap[e];n&&(t().getKernel().__EVENT_REMOVE_LISTENER__(e,n),this.eventInvokeMap[e]=null)},e.prototype.invokeEventImpl=function(t,e){if(this.hasEventListener(t)){for(var n=this.getCustomTypeContext(t),i=0,r=n[0];i<r.length;i++)$(r[i].invoke,null,e);var o=n[1].length,a=n[2].length;(o||a)&&function(t,e){var n;if(!(!t||!t.data)){var i=t.data,r=(delete(n=z({},i)).appInstanceId,delete n.instanceId,delete n.pageName,n);t.data=r,e(t),t.data=i}else e(t)}(e,(function(t){for(var e=0,i=n[1];e<i.length;e++)$(i[e].invoke,null,t);for(var r=0,o=n[2];r<o.length;r++)$(o[r].invoke,null,t.data)}))}},e}()))),this.eventInstance},t}(),Ie=function(){function t(){this.apiMap=Object.create(null),this.publicProxyMap=Object.create(null)}return t.prototype.setCanIUses=function(t){this.typedCanIUseMapInfo=t},t.prototype.removeAPIs=function(t){for(var e=this.apiMap,n=0,i=t;n<i.length;n++)e[i[n]]=void 0},t.prototype.setAPIs=function(t){var e=this.apiMap;he(e);for(var n=0,i=t;n<i.length;n++){for(var r=i[n],o=r.values,a=0,s=r.keys;a<s.length;a++)e[u=s[a]]=o[u];if(r.namespace)for(var c=0,p=r.keys;c<p.length;c++){var u;e[u=p[c]].avaliableNamespace=r.namespace}}return fe(e),e},t.prototype.replaceAPI=function(t,e){var n=this.apiMap;n[t]&&e&&(n[t]=e)},t.prototype.setPublicCallProxyAPIs=function(t){var e=this.publicProxyMap;he(e);for(var n=0,i=t;n<i.length;n++)for(var r=i[n],o=r.values,a=0,s=r.keys;a<s.length;a++){var c=s[a];e[c]=o[c]}return fe(e),this.publicProxyMap=e,e},t.prototype.getPublicCallProxyAPIInfoByName=function(t){return this.publicProxyMap[t]},t.prototype.hasPublicCallProxyAPI=function(t){return!!this.publicProxyMap[t]},t.prototype.replacePublicCallProxyAPI=function(t,e){var n=this.publicProxyMap;n[t]&&e&&(n[t]=e)},t.prototype.has=function(t){return!!this.apiMap[t]},t.prototype.evaluateCanIUse=function(t,e,n,i){if(e()){var r=!n||mt(n)?"empty":"".concat(n.type,"_").concat(n.scope);this.typedCanIUseMap||(this.typedCanIUseMap=Oe(this.typedCanIUseMapInfo,t,e));var o=this.typedCanIUseMap.evaluate,a=o[r];o[r]||(a=o[r]={});var s=this.typedCanIUseMapInfo.evaluate;if(s)for(var c=0,p=s;c<p.length;c++){var u=(0,p[c])(t,e,n,i,a);if(void 0!==u)return u}}return 0},t.prototype.getCanIUseMap=function(t,e,n){if(e()){if(this.typedCanIUseMap||(this.typedCanIUseMap=Oe(this.typedCanIUseMapInfo,t,e)),1!==n&&2!==n){if(!this.typedCanIUseMap)return{};n=this.typedCanIUseMap.defaultType}return this.typedCanIUseMap?this.typedCanIUseMap[n]:{}}return{}},t.prototype.getAPIMap=function(){return this.apiMap},t.prototype.getAPIInfoByName=function(t){return this.apiMap[t]},t}();function Oe(t,e,n){for(var i,r=((i={defaultType:t.defaultType,evaluate:{}})[1]=Object.create(null),i[2]=Object.create(null),i),o=0,a=[1,2];o<a.length;o++){var s=a[o],c=t[s];if(c){for(var p=r[s],u=0,l=c(e,n);u<l.length;u++)p=Pe(p,l[u]);r[s]=p}}return r}function Pe(t,e){if(!t)return e;if(!e)return t;var n=1===t?{}:z({},t);if("object"==typeof e)for(var i=0,r=Object.keys(e);i<r.length;i++){var o=r[i];n[o]=Pe(n[o],e[o])}return n}var Ee=function(){function t(t){this.callbackMap=Object.create(null),this.implMap=Object.create(null),this.appInstanceId=t}return t.prototype.dispose=function(){var t=this;Object.keys(this.implMap).forEach((function(e){t.removeEventListeners(e)})),this.implMap=null,this.callbackMap=null},t.prototype.addEventListener=function(t,e){if("function"!=typeof e)throw new Error("callback is not function");if(!this.implMap[t]){var n=this.invokeEvent.bind(this,t);this.addEventImpl(t,n),this.implMap[t]=n}this.callbackMap[t]=this.callbackMap[t]||[];var i=this.callbackMap[t];i.indexOf(e)<0&&i.push(e)},t.prototype.removeEventListener=function(t,e){if("function"!=typeof e)throw new Error("callback is not function");this.callbackMap[t]=this.callbackMap[t]||[],this.callbackMap[t]=this.callbackMap[t].filter((function(t){return t!==e})),0===this.callbackMap[t].length&&(this.removeEventImpl(t,this.implMap[t]),delete this.implMap[t])},t.prototype.removeEventListeners=function(t){this.callbackMap[t]=[],this.removeEventImpl(t,this.implMap[t]),delete this.implMap[t]},t.prototype.invokeEvent=function(t,e){for(var n=0,i=this.callbackMap[t]||[];n<i.length;n++)(0,i[n])(e)},t.prototype.addEventImpl=function(t,e){document.addEventListener(t,e)},t.prototype.removeEventImpl=function(t,e){document.removeEventListener(t,e)},t}(),we=function(){function t(){this.flag=0}return t.prototype.invokeInternalEvent=function(t,e){},t.prototype.addEventListener=function(t,e,n){var i=this;if(n)return{remove:function(){i.removeEventListener(t,e)}}},t.prototype.removeEventListener=function(t,e){},t}(),_e=function(){function t(){}return t.prototype.isFirstPage=function(){return!0},t.prototype.getTopViewId=function(){},t.prototype.getTopInstance=function(){},t}(),ke=function(){},Se=function(){function t(t,e){this.id="1",this.type=0,this._kernel=t,this._eventManager=e,this._nav=new _e,this._page={getInstanceById:function(){}},this._switch={get:ke}}return t.prototype.getLogger=function(){},t.prototype.getMeta=function(){return{getAppBehavior:ke,getTabBar:ke,isTabPage:ke,removeTabBarItem:ke,getAppExt:ke}},t.prototype.getBehaviorManager=function(){return{report:ke}},t.prototype.getApp=function(){return{appInstanceId:this.getKernel().appInstanceId}},t.prototype.getSubPackageManager=function(){},t.prototype.getTypedEventManager=function(){return this._typedEventManager||(this._typedEventManager=new we),this._typedEventManager},t.prototype.getRegistry=function(){},t.prototype.setRegistry=function(){},t.prototype.getMiniExtensionManager=function(){},t.prototype.getSwitchManager=function(){return this._switch},t.prototype.getPageManager=function(){return this._page},t.prototype.getNav=function(){return this._nav},t.prototype.getEnv=function(){return this._env},t.prototype.setEnv=function(t){this._env=t},t.prototype.setBridge=function(t){this._bridge=t},t.prototype.getBridge=function(){return this._bridge},t.prototype.getKernel=function(){return this._kernel},t.prototype.getEventManager=function(){return this._eventManager},t}(),Ce=function(){};function Ae(t,e,n,i,r){var o="smallfish",a=new Ee(o),s={appInstanceId:o,userAgent:"",isDisableAppContext:!1,isUsingExtensionMode:!1,__BRIDGE_CALL__:function(t,e,n,i){"undefined"!=typeof AlipayJSBridge?AlipayJSBridge.call(e,n,i):document.addEventListener("AlipayJSBridgeReady",(function(){AlipayJSBridge.call(e,n,i)}))},__BRIDGE_CALL_SYNC__:function(t,e,n){return{error:10,errorMessage:"callSync is not avaliable in H5WebView"}},__EVENT_ADD_LISTENER__:a.addEventListener.bind(a),__EVENT_REMOVE_LISTENER__:a.removeEventListener.bind(a),__FATAL_ERROR__:Ce,__GET_PLATFORM_ELEMENTS__:function(){return[]},__GET_STARTUP_PARAMS__:function(){return"undefined"!=typeof AlipayJSBridge?AlipayJSBridge.startupParams:{}},__EVAL__:Ce,__IMPORT_SCRIPT__:Ce,__PERFORMANCE__:Ce,__REPORT_ERROR__:Ce,__SET_PAGE_CONTEXT_GETTER__:Ce,__SET_CURRENT_PAGE_ID_GETTER__:Ce,__SET_RUNTIME_ERROR_REPORTER__:Ce,Promise:t,setTimeout:"undefined"==typeof window?e:e.bind(window),clearTimeout:"undefined"==typeof window?n:n.bind(window),setInterval:"undefined"==typeof window?i:i.bind(window),clearInterval:"undefined"==typeof window?r:r.bind(window),getFrameworkContextSymbol:Ce,reportHostError:Ce},c=new Se(s,a);return c.setEnv(function(t){var e,n="undefined"!=typeof navigator?navigator.userAgent:"",i=function(t){if(Pt)return Pt;var e=t.match(/Griver\/(\d+\.\d+\.\d+)/),n=t.match(/AliApp\((\S*)/),i=t.match(/AriverApp\((\S*)/),r=t.match(/GriverApp\((\S*)/),o=!!n&&2===n.length&&n[1].split("/")||!!i&&2===i.length&&i[1].split("/")||!!r&&2===r.length&&r[1].split("/"),a="unknown",s="0.0.0",c=0,p="",u=function(t){if(!Et){var e=t.match(/UCBS\/((\d+)\.(\d+))/);if(e){var n=e[1]||"",i=parseInt(e[2],10),r=parseInt(e[3],10);Et=[n,i,r]}else Et=["",0,0]}return Et}(t),l=!(!u||!u[0]),f=t.indexOf("AlipayIDE")>-1,h=t.match(/Language\/(\S+)/),d=t.indexOf("Android")>-1,y=!d&&!!t.match(/iPhone|iPad/i),v=y?"ios":d?"android":"unknown",g=function(t,e){if(!wt){if(e){var n=t.match(/OS (\d+)_(\d+)(?:_(\d+))?/);if(n){var i=parseInt(n[1],10),r=parseInt(n[2],10),o=parseInt(n[3]||"0",10);wt=[i,r,o]}}wt=wt||[0,0,0]}return wt}(t,y);if(o?(a=o[0],s=o[1].match(/(\d+\.\d+\.\d+)/)[0],p=o[1].match(/([\w.]+)/)[0]):e&&(a="Griver",p=s=e[0]),"string"==typeof s){var m=function(t){for(var e=[],n=0,i=t.split(".");n<i.length;n++){var r=i[n];e.push(parseInt(r,10))}return e}(s);c=(m[0]?1e6*m[0]:0)+(m[1]?1e3*m[1]:0)+(m[2]?1*m[2]:0)}return Pt={alipayVersionSequence:c,clientName:a.toLowerCase(),clientVersion:s,clientVersionSequence:c,iosMajorVersion:g[0],iosMinorVersion:g[1],iosPatchVersion:g[2],isAndroid:d,isIDE:f,isIOS:y,isUCWebView:l,language:h?h[1]:"",originalClientName:a,originalClientVersion:p,platform:v,ucMajorVersion:u[1],ucMinorVersion:u[2],ucVersion:u[0]}}(n),r=i.alipayVersionSequence,o=i.clientName,a=i.clientVersion,s=i.clientVersionSequence,c=i.isAndroid,p=i.isIDE,u=i.isIOS,l=i.isUCWebView,f=i.language,h=i.originalClientName,d=i.platform,y=i.ucMajorVersion,v=i.ucMinorVersion,g=i.ucVersion;return{alipayVersionSequence:r,appxVersion:"2.0.0",clientName:o,clientVersion:a,clientVersionSequence:s,isAndroid:c,isIDE:p,isIOS:u,isUCWebView:l,language:f,iosMajorVersion:i.iosMajorVersion,iosMinorVersion:i.iosMinorVersion,iosPatchVersion:i.iosPatchVersion,isPortalWorkerScene:void 0,get originalStartupParams(){return e||(e=t.__GET_STARTUP_PARAMS__()),e},originalClientName:h,packageAndRunSceneType:17,platform:d,startupParams:{get appId(){return e||(e=t.__GET_STARTUP_PARAMS__()),e&&e.appId||""}},ucMajorVersion:y,ucMinorVersion:v,ucVersion:g,userAgent:n}}(s)),c}var xe=function(){function t(){var t,e=this;this.flags=((t={}).idempotentAPIWhiteList=["getStartupParams","getUserInfo","getRunScene","getSystemInfo","getClientInfo"],t.idempotentAPIBlackList=void 0,t.forbidAPIList=void 0,t.filterAppxDomainForSecurity=void 0,t.invokeBridgeWithCaller=void 0,t.disablePublicCallErrorCodeNormalize=void 0,t.ignoreCallbackWhenInvokeMyCall=void 0,t.enableBridgeResponseProxy=1,t.disableCanIUseByMetaInBridge=void 0,t.authCodeMapping4Aplus=void 0,t.uep=void 0,t.fixTempFilePath=void 0,t.selectorQueryContextClearActions=void 0,t.validSignContractURL=void 0,t.enableOpenEmbeddedMiniProgramScopedBridgeCall=void 0,t.openEmbeddedMiniProgramDefaultBridgeCallExtensionsWhiteList=void 0,t.disableGetWidthFromUA=void 0,t.enableGetterFromState4Audio=void 0,t.compositeElement=void 0,t.cameraContextPermissionCheck=void 0,t.navigateToMiniProgramQuery=1,t.enableExtConfigFromStartupParms=void 0,t.enableNavigateToMiniProgramScopedBridgeCall=void 0,t.disableLoadFontFaceLoadCanvasFont=void 0,t.disableSubscribeMsgJSAPI=void 0,t.fixNavigateBackMiniProgram=void 0,t.iosVersion4GetSystemInfoProxy=void 0,t.disableSystemInfoTaskCache282=void 0,t.enableAppXStorageCache=void 0,t),this.getFlags=function(){return e.flags}}return t.prototype.getFlag=function(t){return this.flags[t]},t.prototype.getCurrentCallStep=function(){},t}();function je(t,e,n,i){var r;xt=Me,jt=Te;var o=function(t,e,n){var i=function(t,e,n){return new be(t,e,n)}(t,e,n);return i}(new xe,(function(){return i})),a=o.defaultScope;return function(t,e,n,i){var r=i.getCollection();r.setCanIUses(n),r.setPublicCallProxyAPIs(e),function(t,e){var n=e.getCollection();n.setAPIs(t);var i=n.getAPIMap(),r=e.callSync4PublicNamed,o=e.callSync4PublicNamedInside,a=e.call4PublicNamed,s=e.call4PublicNamedInside,c=e.call4LinkedContext,p=e.call4ProtoContext,u=e.publicInstance;he(u);for(var l=0,f=t;l<f.length;l++){var h=f[l],d=h.namespace,y=u;if(d&&(y[d]||(y[d]={}),he(y=y[d])),h.linked)for(var v=0,g=h.keys;v<g.length;v++)i[E=g[v]]&&(y[E]=tt(c,null,E,!1));else if(h.proto)for(var m=0,b=h.keys;m<b.length;m++)i[E=b[m]]&&(y[E]=tt(p,null,E,!1));else for(var I=h.sync?h.inside?o:r:h.inside?s:a,O=0,P=h.keys;O<P.length;O++){var E;if(i[E=P[O]]){var w=i[E].feature;if("function"==typeof w&&!w())continue;y[E]=tt(I,null,E)}}d&&fe(y)}fe(u)}(t,i),i.publicInstance}(t,e,((r={defaultType:1,evaluate:[]})[1]=function(){return n},r[2]=function(){return[]},r),a),i.setBridge(o),o}function Me(t,e,n,i,r,o){e().getKernel().__BRIDGE_CALL__(o,n,i,r)}function Te(t,e,n,i,r){return e().getKernel().__BRIDGE_CALL_SYNC__(r,n,i)}var De=Object.prototype.hasOwnProperty,Ne=Object.assign||function(t,e){for(var n,i=function(t){if(null==t)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(t)}(t),r=1;r<arguments.length;r++)for(var o in n=Object(arguments[r]))De.call(n,o)&&(i[o]=n[o]);return i};"function"==typeof SuppressedError&&SuppressedError;var Le=Function.prototype.apply.call.bind(Function.prototype.apply);Function.prototype.bind;var Re,Be,Ue,Fe=JSON.stringify,Ve=JSON.parse,He=encodeURIComponent;function Ye(t,e){return e.encode?e.strict?He(t).replace(/[!'()*]/g,(function(t){return"%"+t.charCodeAt(0).toString(16).toUpperCase()})):He(t):t}Re||function(){var t="undefined"!=typeof WeakMap;Re=t?WeakMap:function(){var t=Object.prototype.hasOwnProperty,e=function(t,e,n){Object.defineProperty?Object.defineProperty(t,e,{configurable:!0,value:n,writable:!0}):t[e]=n};function n(t){return Object(t)===t}function i(){if(void 0===this)throw new TypeError("Constructor WeakMap requires 'new'");if(e(this,"_id","_WeakMap_"+o()+"."+o()),arguments.length>0)throw new TypeError("WeakMap iterable is not supported")}function r(e,i){if(!n(e)||!t.call(e,"_id"))throw new TypeError(i+" method called on incompatible receiver "+typeof e)}function o(){return Math.random().toString().substring(2)}return e(i.prototype,"delete",(function(t){if(r(this,"delete"),!n(t))return!1;var e=t[this._id];return!(!e||e[0]!==t||(delete t[this._id],0))})),e(i.prototype,"get",(function(t){if(r(this,"get"),n(t)){var e=t[this._id];return e&&e[0]===t?e[1]:void 0}})),e(i.prototype,"has",(function(t){if(r(this,"has"),!n(t))return!1;var e=t[this._id];return!(!e||e[0]!==t)})),e(i.prototype,"set",(function(t,i){if(r(this,"set"),!n(t))throw new TypeError("Invalid value used as weak map key");var o=t[this._id];return o&&o[0]===t?(o[1]=i,this):(e(t,this._id,[t,i]),this)})),e(i,"_polyfill",!0),i}()}(),new Re,"undefined"!=typeof SECURITY_FUNCTION_CALL&&(SECURITY_FUNCTION_CALL=function(t,e){for(var n=[],i=2;i<arguments.length;i++)n[i-2]=arguments[i];return"function"==typeof t?(Le||(Le=Function.prototype.apply.call.bind(Function.prototype.apply)),Le(t,e,n)):t.call.apply(t,function(t,e,n){if(n||2===arguments.length)for(var i,r=0,o=e.length;r<o;r++)!i&&r in e||(i||(i=Array.prototype.slice.call(e,0,r)),i[r]=e[r]);return t.concat(i||Array.prototype.slice.call(e))}([e],n,!1))}),"undefined"!=typeof SECURITY_FUNCTION_APPLY&&(SECURITY_FUNCTION_APPLY=function(t,e,n){return"function"==typeof t?(Le||(Le=Function.prototype.apply.call.bind(Function.prototype.apply)),Le(t,e,n)):t.apply(e,n)}),function(t){t[t.Info=0]="Info",t[t.Warn=1]="Warn",t[t.Error=2]="Error"}(Be||(Be={})),function(t){t.AppxLifecycle="AppxLifecycle"}(Ue||(Ue={}));var Ge="undefined"!=typeof HAS_INSIDE_FEATURE&&HAS_INSIDE_FEATURE||function(t){return!1};"undefined"!=typeof ZEPHYR_HAS_INSIDE_FEATURE&&ZEPHYR_HAS_INSIDE_FEATURE,"undefined"!=typeof ZEPHYR_IS_INSIDE_UNSUPPORT_ELEMENT&&ZEPHYR_IS_INSIDE_UNSUPPORT_ELEMENT;var Ke,We,qe,Je,ze,Qe="undefined"!=typeof nativeLog&&"undefined"!=typeof mqEnvironment;function Ze(t){return t&&"object"==typeof t?Object.keys(t):[]}function $e(t,e){var n,i;return"%s"===t?e="object"==typeof(i=e)?Fe(i):i+"":"%c"===t?e=function(t){var e=""+t;0===e.indexOf("#")&&(e=e.substr(1)),3===e.length&&(e=e.replace(/(.)/g,"$1$1"));var n,i=parseInt(e,16);return isNaN(i)&&(n="".concat(t," is invalid hex color."),Qe?nativeLog(n,Date.now()):console.error(n,Date.now())),i}(e):"%b"===t?("string"==typeof(n=e)&&(n=n.replace(/^data:(\/|\w|\-|\.)+;base64,/i,"")),e=n):"%d"===t?e=parseInt(e,10):"%f"===t&&(e=parseFloat(e)),e}function Xe(t,e,n){var i;return n=n||{},Ze(e).forEach((function(r){var o,a,s,c=e[r];a=((o=c)||"").match(/(\w+)(%\w)$/i),s={k:o},a&&(s.k=a[1],s.t=a[2]),void 0!==(c=(i=s).k)&&(r in t||r in n)&&void 0===t[c]&&(t[c]=$e(i.t,void 0===n[r]?t[r]:n[r]),c!==r&&delete t[r])})),t}function tn(t){return"[object ArrayBuffer]"===(e=t,Object.prototype.toString.call(e))&&void 0!==t.byteLength;var e}function en(t){return e=t,i=function(t){switch(t.arrayFormat){case"index":return function(e,n,i){return null===n?[Ye(e,t),"[",i,"]"].join(""):[Ye(e,t),"[",Ye(i,t),"]=",Ye(n,t)].join("")};case"bracket":return function(e,n){return null===n?Ye(e,t):[Ye(e,t),"[]=",Ye(n,t)].join("")};default:return function(e,n){return null===n?Ye(e,t):[Ye(e,t),"=",Ye(n,t)].join("")}}}(n=Ne({encode:!0,strict:!0,arrayFormat:"none"},n)),e?Object.keys(e).sort().map((function(t){var r=e[t];if(void 0===r)return"";if(null===r)return Ye(t,n);if(Array.isArray(r)){var o=[];return r.slice().forEach((function(e){void 0!==e&&o.push(i(t,e,o.length))})),o.join("&")}return Ye(t,n)+"="+Ye(r,n)})).filter((function(t){return t.length>0})).join("&"):"";var e,n,i}function nn(t){return/^application\/x-www-form-urlencoded\b/i.test(t)}function rn(){if(!Je){var t=Ae(Promise,setTimeout,clearTimeout,setInterval,clearInterval);Je=je([],[],[],t)}return Je}function on(t,e){var n=function(t){if("undefined"==typeof navigator||!navigator||void 0===navigator.userAgent)return function(){throw new Error("API ".concat(t," should not initialized by smallfish. Please check your environment"))}}(t);if(n)return n;var i=(ze||(ze=rn().defaultScope.publicInstance),ze);if(!i[t]){var r=rn().defaultScope;r.getCollection().apiMap[t]=e;var o=r.call4PublicNamed;i[t]=o.bind(null,t)}return i[t]}function an(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);e&&(i=i.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,i)}return n}function sn(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?an(Object(n),!0).forEach((function(e){i(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):an(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}Ke||(Ke={}),We||(We={}),qe||(qe={});var cn=["data"];function pn(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);e&&(i=i.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,i)}return n}var un=["items","cancelButtonText"];function ln(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);e&&(i=i.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,i)}return n}function fn(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);e&&(i=i.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,i)}return n}function hn(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);e&&(i=i.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,i)}return n}var dn=["fileName","fileType"];function yn(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);e&&(i=i.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,i)}return n}function vn(t){return vn="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},vn(t)}var gn="";const mn={addFatigueAction:function(t){return n("addFatigueAction",t,{type:"async"})},addPhoneContact:function(t){return n("addPhoneContact",t,{type:"async"})},apDisableJSAPI:function(t){return n("apDisableJSAPI",t,{type:"async"})},appxrpc:function(t){return n("appxrpc",t,{type:"async"})},APRegionRPC:function(t){return n("APRegionRPC",t,{type:"async"})},batchQueryCdpSpaceInfo:function(t){return n("batchQueryCdpSpaceInfo",t,{type:"async"})},chooseImage:function(t){return n("chooseImage",t,{type:"async"})},exitApp:function(t){return n("exitApp",t,{type:"async"})},getAppToken:function(t){return n("getAppToken",t,{type:"async"})},getBatteryInfo:function(t){return n("getBatteryInfo",t,{type:"async"})},getClipboard:function(t){return n("getClipboard",t,{type:"async"})},getComponentAuth:function(t){return n("getComponentAuth",t,{type:"async"})},getFileInfo:function(t){return n("getFileInfo",t,{type:"async"})},getImageInfo:function(t){return n("getImageInfo",t,{type:"async"})},getOpenUserInfo:function(t){return n("getOpenUserInfo",t,{type:"async"})},getPaymentCode:function(t){return n("getPaymentCode",t,{type:"async"})},getSavedFileInfo:function(t){return n("getSavedFileInfo",t,{type:"async"})},getSavedFileList:function(t){return n("getSavedFileList",t,{type:"async"})},getScreenBrightness:function(t){return n("getScreenBrightness",t,{type:"async"})},getServerTime:function(t){return n("getServerTime",t,{type:"async"})},getSetting:function(t){return n("getSetting",t,{type:"async"})},getSystemInfo:function(t){return n("getSystemInfo",t,{type:"async"})},hideKeyboard:function(t){return n("hideKeyboard",t,{type:"async"})},hideLoading:function(t){return n("hideLoading",t,{type:"async"})},hideToast:function(t){return n("hideToast",t,{type:"async"})},inquireQuote:function(t){return n("inquireQuote",t,{type:"async"})},isInstalledApp:function(t){return n("isInstalledApp",t,{type:"async"})},makePhoneCall:function(t){return n("makePhoneCall",t,{type:"async"})},navigateBackMiniProgram:function(t){return n("navigateBackMiniProgram",t,{type:"async"})},navigateToBizScene:function(t){return n("navigateToBizScene",t,{type:"async"})},navigateToMiniProgram:function(t){return n("navigateToMiniProgram",t,{type:"async"})},openDocument:function(t){return n("openDocument",t,{type:"async"})},openSchemeWithBacking:function(t){return n("openSchemeWithBacking",t,{type:"async"})},openSetting:function(t){return n("openSetting",t,{type:"async"})},prompt:function(t){return n("prompt",t,{type:"async"})},regionFetchAllApps:function(t){return n("regionFetchAllApps",t,{type:"async"})},regionSearchAppsByKeywords:function(t){return n("regionSearchAppsByKeywords",t,{type:"async"})},removeSavedFile:function(t){return n("removeSavedFile",t,{type:"async"})},rpc:function(t){return n("rpc",t,{type:"async"})},saveFile:function(t){return n("saveFile",t,{type:"async"})},saveImage:function(t){return n("saveImage",t,{type:"async"})},scan:function(t){return n("scan",t,{type:"async"})},setClipboard:function(t){return n("setClipboard",t,{type:"async"})},setKeepScreenOn:function(t){return n("setKeepScreenOn",t,{type:"async"})},setScreenBrightness:function(t){return n("setScreenBrightness",t,{type:"async"})},showLoading:function(t){return n("showLoading",t,{type:"async"})},signContract:function(t){return n("signContract",t,{type:"async"})},startApp:function(t){return n("startApp",t,{type:"async"})},startBizService:function(t){return n("startBizService",t,{type:"async"})},thirdPartyAuthForAc:function(t){return n("thirdPartyAuthForAc",t,{type:"async"})},tradePay:function(t){return n("tradePay",t,{type:"async"})},uploadApdidToken:function(t){return n("uploadApdidToken",t,{type:"async"})},vibrate:function(t){return n("vibrate",t,{type:"async"})},writeBLECharacteristicValue:function(t){return n("writeBLECharacteristicValue",t,{type:"async"})},alert:function(t){var e=t||{};n("alert",function(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?a(Object(n),!0).forEach((function(e){i(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):a(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}({message:e.content,button:e.buttonText},r(e,o)))},choosePhoneContact:function(t){n("contact",t)},clearStorage:function(t){n("clearTinyLocalStorage",t)},confirm:function(t){var e=t||{};n("confirm",function(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?c(Object(n),!0).forEach((function(e){i(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):c(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}({okButton:e.confirmButtonText,cancelButton:e.cancelButtonText,message:e.content},r(e,s)))},datePicker:function(t){var e=t||{},o=e.format,a=(e.currentDate,e.startDate),s=e.endDate,c=r(e,p);n("datePicker",function(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?u(Object(n),!0).forEach((function(e){i(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):u(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}({mode:l[o||"yyyy-MM-dd"],beginDate:a,minDate:a,maxDate:s},c))},downloadFile:function(t){var e,o,a=t||{},s=a.url,c=r(a,f),p=null===(e=s.match(/\.(\w+)$/))||void 0===e?void 0:e[1];n("downloadFile",function(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?h(Object(n),!0).forEach((function(e){i(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):h(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}({url:s,type:null===(o=d.find((function(t){return t.exts.includes(p||"png")})))||void 0===o?void 0:o.type},c))},getAuthCode:function(t){var e=t||{},i=e.scopes,o=r(e,y);n("getAuthCode",g(g({scopeNicks:i},o),{},{success:function(t){var e;return null===(e=o.success)||void 0===e?void 0:e.call(o,g(g({},t),{},{authCode:t.authCode||t.authcode}))}}))},getLocation:function(t){var e=t||{};n("getCurrentLocation",function(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?b(Object(n),!0).forEach((function(e){i(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):b(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}({bizType:"alipayIntl",requestType:e.type},r(e,m)))},getNetworkType:function(t){var e=t.success;n("getNetworkType",P(P({},r(t,I)),{},{success:function(t){e&&e(P(P({},t),{},{networkType:t.networkInfo.toLocaleUpperCase()}))}}))},getPhoneNumber:function(t){n("appxrpc",function(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?E(Object(n),!0).forEach((function(e){i(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):E(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}({requestData:[{method:"getPhoneNumber"}]},t))},getSiteInfo:function(t){return function(t){var e=t.success,n=t.fail,i=t.complete;setTimeout((function(){var t=D();t&&t.length?null==e||e({siteName:t}):null==n||n(new Error("siteName is empty!")),null==i||i()}),0)}(t)},getStorage:function(t){var e=t.success;n("getTinyLocalStorage",H(H({},r(t,F)),{},{success:function(t){e&&e(H(H({},t),{},{data:U(t.data,{})}))}}))},hideNavigationBarLoading:function(){n("hideTitleLoading")},multiLevelSelect:function(t){n("beehiveMultilevelSelect",t)},navigateBack:function(t){n("popWindow",{options:t})},navigateTo:function(t){n("pushWindow",t)},previewImage:function(t){var e=t.current,o=t.urls,a=void 0===o?[]:o,s=r(t,Y);n("imageViewer",function(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?G(Object(n),!0).forEach((function(e){i(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):G(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}({images:a.map((function(t){return{u:t}})),init:e},s))},redirectTo:function(t){var e=t||{},n=e.url,i=e.success,r=e.complete;window.location.replace(n),null==i||i({}),null==r||r({})},removeStorage:function(t){n("removeTinyLocalStorage",t)},request:on("request",{allowAbort:!0,returnEvent:{headersReceived:{feature:function(){return Ge("a_request_headersReceived_2_8_7")},eventName:"requestTaskHeadersReceived",getPayload:function(t){return{header:t.data.headers}},getTaskId:function(t){return[t.data.requestTaskId]},taskId:function(){return"".concat(this.taskId)}}},t:!0,b:function(t){Xe(t,{header:"headers"}),t.requestTaskId=this.taskId,t.method=(t.method||"GET").toUpperCase(),t.enableSubErrorCode=!0;var e=this.runtime();if(void 0!==t.dataType||"arraybuffer"!==t.responseType&&"text"!==t.responseType)t.dataType=(t.dataType||"json").toLowerCase(),t.responseType=t.dataType;else{var n=e.getBehaviorManager().get("requestBehaviors",0),i=n.standard,r=n.report;r&&r("request.dataType is undefined and has request.responseType",{url:t.url,responseType:t.responseType}),i?t.dataType=t.responseType:(t.dataType=(t.dataType||"json").toLowerCase(),t.responseType=t.dataType)}t.responseType="base64"!==t.responseType&&"arraybuffer"!==t.responseType?"text":t.responseType;var o,a,s,c,p=t.headers=t.headers||{},u="";for(var l in p)if("content-type"==l.toLowerCase()){u=p[l];break}if(u||(u=p["content-type"]="application/json"),this.getEnvPlatformAndroid()&&(t.headers=function(t){for(var e=[],n=0,i=Ze(t);n<i.length;n++){var r=i[n],o={};o[r]=t[r],e.push(o)}return e}(t.headers)),"GET"===t.method?(t.hasAssembleParams=!0,t.url=(a=t.url,s=function(t,e){var n=e;return nn(t)&&"object"==typeof e&&(n=function(t,e){for(var n={},i=0,r=Ze(e);i<r.length;i++){var o=r[i];n[o]="object"==typeof(a=e[o])?Fe(a):a}var a;return n}(0,e)),n}(u,t.data),c=s||"","object"==typeof s&&(c=en(s)),""===c?a:(/\?/.test(a)?/&$/.test(a)||/\?$/.test(a)||(c="&"+c):c="?"+c,a+c))):"DELETE"===t.method&&(t.hasAssembleParams=!1),"string"!=typeof t.data&&tn(t.data)||(t.data=function(t,e){return void 0===e?e="":"string"!=typeof e&&(e=nn(t)?en(e):/^application\/json\b/i.test(t)||"object"==typeof e?Fe(e):e.toString()),e}(u,t.data)),!t.referrerStrategy)if((o=this.appxDomain)&&"empty"===o.type||function(t){return t&&"app"===t.type}(this.appxDomain)){var f=e.getMeta().getAppBehavior();f&&f.requestReferrerStrategy&&("page"===f.requestReferrerStrategy?t.referrerStrategy="page":"index"===f.requestReferrerStrategy&&(t.referrerStrategy="index"))}else if(function(t){return t&&"extension"===t.type}(this.appxDomain)){var h=e.getMiniExtensionManager().getMetaByExtensionId({type:4,value:this.appxDomain.origin});if(h&&h.config&&h.config.behavior){var d=h.config.behavior;d.requestReferrerStrategy&&("page"===d.requestReferrerStrategy?t.referrerStrategy="page":"index"===d.requestReferrerStrategy&&(t.referrerStrategy="index"))}}},a:function(t,e){switch(Xe(t,{header:"headers",statusCode:"status"}),e.dataType){case"json":if(t.data)try{t.data=Ve(t.data)}catch(e){void 0!==t.error&&0!==t.error||(t.error=14,t.errorMessage="JSON parse data error")}break;case"base64":t.data&&t.headers&&(t.data=(n=t.data,i=t.headers["Content-Type"]||t.headers["content-type"],n&&n.startsWith&&n.startsWith("data:")||n&&i&&(n="data:".concat(i,";base64,")+n),n));break;case"arraybuffer":if(t.data&&!tn(t.data))try{t.data=function(t){for(var e=function(t){var e="",n=String(t).replace(/=+$/,"");if(n.length%4==1)throw new Error('"atob" failed');for(var i=0,r=0,o=0,a=0;r=n.charAt(a);)a+=1,~(r="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".indexOf(r))&&(i=o%4?64*i+r:r,o++%4&&(e+=String.fromCharCode(255&i>>(-2*o&6))));return e}(t),n=e.length,i=new Uint8Array(n),r=0;r<n;r++)i[r]=e.charCodeAt(r);return i.buffer}(t.data)}catch(e){void 0!==t.error&&0!==t.error||(t.error=14,t.errorMessage="parse arraybuffer data error")}}var n,i;if("status"in t){var r=t.status+"";/^[45]/.test(r)&&(void 0!==t.error&&0!==t.error||(t.error=19,t.errorMessage="http status error"))}t.appxProfile&&delete t.appxProfile,t.status&&(t.statusCode=t.status),t.headers&&(t.header=t.headers)},a_l:function(t){t.subErrorCode&&delete t.subErrorCode},c:function(){this.callScopedBridge("operateRequestTask",{operationType:"abort",requestTaskId:this.taskId})}}),setNavigationBar:function(t){var e=t.title,i=t.image,r=t.backgroundColor,o=t.borderBottomColor,a=t.reset,s=t.success,c=t.complete,p=t.fail;(e||i)&&n("setTitle",{title:e,image:i});var u=Number.parseInt((null==o?void 0:o.slice(1))||"ffffff",16),l=r?Number.parseInt(r.slice(1),16):"";n("setBarBottomLineColor",{color:u,fail:function(t){p&&(R(u)&&(t.error=2,t.errorMessage="The color value is illegal."),p(t))}});var f={success:s,complete:c,fail:p};l&&Object.assign(f,{color:l||"ffffff"}),a&&Object.assign(f,{reset:a}),n("setTitleColor",sn(sn({},f),{},{fail:function(t){p&&(a&&!R(l)||(t.error=2,t.errorMessage="The color value is illegal."),p(t))}}))},setStorage:function(t){var e=t||{},o=e.data,a=r(e,cn);n("setTinyLocalStorage",function(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?pn(Object(n),!0).forEach((function(e){i(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):pn(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}({data:B(o)},a))},showActionSheet:function(t){var e=t||{};n("actionSheet",function(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?ln(Object(n),!0).forEach((function(e){i(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):ln(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}({btns:e.items,cancelBtn:e.cancelButtonText},r(e,un)))},showAuthGuide:function(t){n("showAuthGuide",function(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?fn(Object(n),!0).forEach((function(e){i(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):fn(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}({bizType:"alipayIntl"},t))},showNavigationBarLoading:function(){n("showTitleLoading")},showToast:function(t){n("toast",function(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?hn(Object(n),!0).forEach((function(e){i(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):hn(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}({content:""},t))},uploadFile:function(t){var e=t||{};n("uploadFile",function(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?yn(Object(n),!0).forEach((function(e){i(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):yn(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}({name:e.fileName,type:e.fileType},r(e,dn)))},getCurrentLanguage:function(){if(!gn){var t=function(){if("object"===("undefined"==typeof window?"undefined":vn(window))){var t,e=null===(t=window.location.search)||void 0===t?void 0:t.match(/__lang__=([^&]*)/);if(e)return e[1]}}()||function(){if("object"===("undefined"==typeof document?"undefined":vn(document))){var t,e=null===(t=document.documentElement)||void 0===t?void 0:t.lang;if(e)return e}}()||function(){if("object"===("undefined"==typeof window?"undefined":vn(window))){var t,e=(null===(t=window.navigator)||void 0===t?void 0:t.userAgent)||"",n=(/Language\/([^\s]*)/i.exec(e)||[]).pop();if(n)return n}}()||function(){if("object"===("undefined"==typeof window?"undefined":vn(window))&&window.navigator){var t,e=window.navigator,n=(null===(t=e.languages)||void 0===t?void 0:t[0])||e.language||e.userLanguage||e.browserLanguage;if(n)return n}}()||"en-US";gn=t.toLowerCase()}return gn}};return e.default})()));
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
/*! For license information please see web_h5.js.LICENSE.txt */
|
|
2
|
+
!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?exports.my=e():t.my=e()}(self,(()=>(()=>{var t={9644:(t,e,n)=>{t.exports=n(5644)},353:(t,e,n)=>{"use strict";var r=n(3044),o=n(6955),i=n(2233),a=n(8030),c=n(7948),u=n(1875),s=n(842),l=n(8560),f=n(1218),p=n(8047),d=n(738);t.exports=function(t){return new Promise((function(e,n){var h,v=t.data,y=t.headers,m=t.responseType;function g(){t.cancelToken&&t.cancelToken.unsubscribe(h),t.signal&&t.signal.removeEventListener("abort",h)}r.isFormData(v)&&r.isStandardBrowserEnv()&&delete y["Content-Type"];var b=new XMLHttpRequest;if(t.auth){var w=t.auth.username||"",O=t.auth.password?unescape(encodeURIComponent(t.auth.password)):"";y.Authorization="Basic "+btoa(w+":"+O)}var x=c(t.baseURL,t.url);function E(){if(b){var r="getAllResponseHeaders"in b?u(b.getAllResponseHeaders()):null,i={data:m&&"text"!==m&&"json"!==m?b.response:b.responseText,status:b.status,statusText:b.statusText,headers:r,config:t,request:b};o((function(t){e(t),g()}),(function(t){n(t),g()}),i),b=null}}if(b.open(t.method.toUpperCase(),a(x,t.params,t.paramsSerializer),!0),b.timeout=t.timeout,"onloadend"in b?b.onloadend=E:b.onreadystatechange=function(){b&&4===b.readyState&&(0!==b.status||b.responseURL&&0===b.responseURL.indexOf("file:"))&&setTimeout(E)},b.onabort=function(){b&&(n(new f("Request aborted",f.ECONNABORTED,t,b)),b=null)},b.onerror=function(){n(new f("Network Error",f.ERR_NETWORK,t,b,b)),b=null},b.ontimeout=function(){var e=t.timeout?"timeout of "+t.timeout+"ms exceeded":"timeout exceeded",r=t.transitional||l;t.timeoutErrorMessage&&(e=t.timeoutErrorMessage),n(new f(e,r.clarifyTimeoutError?f.ETIMEDOUT:f.ECONNABORTED,t,b)),b=null},r.isStandardBrowserEnv()){var S=(t.withCredentials||s(x))&&t.xsrfCookieName?i.read(t.xsrfCookieName):void 0;S&&(y[t.xsrfHeaderName]=S)}"setRequestHeader"in b&&r.forEach(y,(function(t,e){void 0===v&&"content-type"===e.toLowerCase()?delete y[e]:b.setRequestHeader(e,t)})),r.isUndefined(t.withCredentials)||(b.withCredentials=!!t.withCredentials),m&&"json"!==m&&(b.responseType=t.responseType),"function"==typeof t.onDownloadProgress&&b.addEventListener("progress",t.onDownloadProgress),"function"==typeof t.onUploadProgress&&b.upload&&b.upload.addEventListener("progress",t.onUploadProgress),(t.cancelToken||t.signal)&&(h=function(t){b&&(n(!t||t&&t.type?new p:t),b.abort(),b=null)},t.cancelToken&&t.cancelToken.subscribe(h),t.signal&&(t.signal.aborted?h():t.signal.addEventListener("abort",h))),v||(v=null);var j=d(x);j&&-1===["http","https","file"].indexOf(j)?n(new f("Unsupported protocol "+j+":",f.ERR_BAD_REQUEST,t)):b.send(v)}))}},5644:(t,e,n)=>{"use strict";var r=n(3044),o=n(3644),i=n(2215),a=n(2937),c=function t(e){var n=new i(e),c=o(i.prototype.request,n);return r.extend(c,i.prototype,n),r.extend(c,n),c.create=function(n){return t(a(e,n))},c}(n(663));c.Axios=i,c.CanceledError=n(8047),c.CancelToken=n(4089),c.isCancel=n(8041),c.VERSION=n(9241).version,c.toFormData=n(9027),c.AxiosError=n(1218),c.Cancel=c.CanceledError,c.all=function(t){return Promise.all(t)},c.spread=n(783),c.isAxiosError=n(5587),t.exports=c,t.exports.default=c},4089:(t,e,n)=>{"use strict";var r=n(8047);function o(t){if("function"!=typeof t)throw new TypeError("executor must be a function.");var e;this.promise=new Promise((function(t){e=t}));var n=this;this.promise.then((function(t){if(n._listeners){var e,r=n._listeners.length;for(e=0;e<r;e++)n._listeners[e](t);n._listeners=null}})),this.promise.then=function(t){var e,r=new Promise((function(t){n.subscribe(t),e=t})).then(t);return r.cancel=function(){n.unsubscribe(e)},r},t((function(t){n.reason||(n.reason=new r(t),e(n.reason))}))}o.prototype.throwIfRequested=function(){if(this.reason)throw this.reason},o.prototype.subscribe=function(t){this.reason?t(this.reason):this._listeners?this._listeners.push(t):this._listeners=[t]},o.prototype.unsubscribe=function(t){if(this._listeners){var e=this._listeners.indexOf(t);-1!==e&&this._listeners.splice(e,1)}},o.source=function(){var t;return{token:new o((function(e){t=e})),cancel:t}},t.exports=o},8047:(t,e,n)=>{"use strict";var r=n(1218);function o(t){r.call(this,null==t?"canceled":t,r.ERR_CANCELED),this.name="CanceledError"}n(3044).inherits(o,r,{__CANCEL__:!0}),t.exports=o},8041:t=>{"use strict";t.exports=function(t){return!(!t||!t.__CANCEL__)}},2215:(t,e,n)=>{"use strict";var r=n(3044),o=n(8030),i=n(946),a=n(6895),c=n(2937),u=n(7948),s=n(7525),l=s.validators;function f(t){this.defaults=t,this.interceptors={request:new i,response:new i}}f.prototype.request=function(t,e){"string"==typeof t?(e=e||{}).url=t:e=t||{},(e=c(this.defaults,e)).method?e.method=e.method.toLowerCase():this.defaults.method?e.method=this.defaults.method.toLowerCase():e.method="get";var n=e.transitional;void 0!==n&&s.assertOptions(n,{silentJSONParsing:l.transitional(l.boolean),forcedJSONParsing:l.transitional(l.boolean),clarifyTimeoutError:l.transitional(l.boolean)},!1);var r=[],o=!0;this.interceptors.request.forEach((function(t){"function"==typeof t.runWhen&&!1===t.runWhen(e)||(o=o&&t.synchronous,r.unshift(t.fulfilled,t.rejected))}));var i,u=[];if(this.interceptors.response.forEach((function(t){u.push(t.fulfilled,t.rejected)})),!o){var f=[a,void 0];for(Array.prototype.unshift.apply(f,r),f=f.concat(u),i=Promise.resolve(e);f.length;)i=i.then(f.shift(),f.shift());return i}for(var p=e;r.length;){var d=r.shift(),h=r.shift();try{p=d(p)}catch(t){h(t);break}}try{i=a(p)}catch(t){return Promise.reject(t)}for(;u.length;)i=i.then(u.shift(),u.shift());return i},f.prototype.getUri=function(t){t=c(this.defaults,t);var e=u(t.baseURL,t.url);return o(e,t.params,t.paramsSerializer)},r.forEach(["delete","get","head","options"],(function(t){f.prototype[t]=function(e,n){return this.request(c(n||{},{method:t,url:e,data:(n||{}).data}))}})),r.forEach(["post","put","patch"],(function(t){function e(e){return function(n,r,o){return this.request(c(o||{},{method:t,headers:e?{"Content-Type":"multipart/form-data"}:{},url:n,data:r}))}}f.prototype[t]=e(),f.prototype[t+"Form"]=e(!0)})),t.exports=f},1218:(t,e,n)=>{"use strict";var r=n(3044);function o(t,e,n,r,o){Error.call(this),this.message=t,this.name="AxiosError",e&&(this.code=e),n&&(this.config=n),r&&(this.request=r),o&&(this.response=o)}r.inherits(o,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:this.config,code:this.code,status:this.response&&this.response.status?this.response.status:null}}});var i=o.prototype,a={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED"].forEach((function(t){a[t]={value:t}})),Object.defineProperties(o,a),Object.defineProperty(i,"isAxiosError",{value:!0}),o.from=function(t,e,n,a,c,u){var s=Object.create(i);return r.toFlatObject(t,s,(function(t){return t!==Error.prototype})),o.call(s,t.message,e,n,a,c),s.name=t.name,u&&Object.assign(s,u),s},t.exports=o},946:(t,e,n)=>{"use strict";var r=n(3044);function o(){this.handlers=[]}o.prototype.use=function(t,e,n){return this.handlers.push({fulfilled:t,rejected:e,synchronous:!!n&&n.synchronous,runWhen:n?n.runWhen:null}),this.handlers.length-1},o.prototype.eject=function(t){this.handlers[t]&&(this.handlers[t]=null)},o.prototype.forEach=function(t){r.forEach(this.handlers,(function(e){null!==e&&t(e)}))},t.exports=o},7948:(t,e,n)=>{"use strict";var r=n(9192),o=n(8762);t.exports=function(t,e){return t&&!r(e)?o(t,e):e}},6895:(t,e,n)=>{"use strict";var r=n(3044),o=n(8556),i=n(8041),a=n(663),c=n(8047);function u(t){if(t.cancelToken&&t.cancelToken.throwIfRequested(),t.signal&&t.signal.aborted)throw new c}t.exports=function(t){return u(t),t.headers=t.headers||{},t.data=o.call(t,t.data,t.headers,t.transformRequest),t.headers=r.merge(t.headers.common||{},t.headers[t.method]||{},t.headers),r.forEach(["delete","get","head","post","put","patch","common"],(function(e){delete t.headers[e]})),(t.adapter||a.adapter)(t).then((function(e){return u(t),e.data=o.call(t,e.data,e.headers,t.transformResponse),e}),(function(e){return i(e)||(u(t),e&&e.response&&(e.response.data=o.call(t,e.response.data,e.response.headers,t.transformResponse))),Promise.reject(e)}))}},2937:(t,e,n)=>{"use strict";var r=n(3044);t.exports=function(t,e){e=e||{};var n={};function o(t,e){return r.isPlainObject(t)&&r.isPlainObject(e)?r.merge(t,e):r.isPlainObject(e)?r.merge({},e):r.isArray(e)?e.slice():e}function i(n){return r.isUndefined(e[n])?r.isUndefined(t[n])?void 0:o(void 0,t[n]):o(t[n],e[n])}function a(t){if(!r.isUndefined(e[t]))return o(void 0,e[t])}function c(n){return r.isUndefined(e[n])?r.isUndefined(t[n])?void 0:o(void 0,t[n]):o(void 0,e[n])}function u(n){return n in e?o(t[n],e[n]):n in t?o(void 0,t[n]):void 0}var s={url:a,method:a,data:a,baseURL:c,transformRequest:c,transformResponse:c,paramsSerializer:c,timeout:c,timeoutMessage:c,withCredentials:c,adapter:c,responseType:c,xsrfCookieName:c,xsrfHeaderName:c,onUploadProgress:c,onDownloadProgress:c,decompress:c,maxContentLength:c,maxBodyLength:c,beforeRedirect:c,transport:c,httpAgent:c,httpsAgent:c,cancelToken:c,socketPath:c,responseEncoding:c,validateStatus:u};return r.forEach(Object.keys(t).concat(Object.keys(e)),(function(t){var e=s[t]||i,o=e(t);r.isUndefined(o)&&e!==u||(n[t]=o)})),n}},6955:(t,e,n)=>{"use strict";var r=n(1218);t.exports=function(t,e,n){var o=n.config.validateStatus;n.status&&o&&!o(n.status)?e(new r("Request failed with status code "+n.status,[r.ERR_BAD_REQUEST,r.ERR_BAD_RESPONSE][Math.floor(n.status/100)-4],n.config,n.request,n)):t(n)}},8556:(t,e,n)=>{"use strict";var r=n(3044),o=n(663);t.exports=function(t,e,n){var i=this||o;return r.forEach(n,(function(n){t=n.call(i,t,e)})),t}},663:(t,e,n)=>{"use strict";var r=n(3044),o=n(8868),i=n(1218),a=n(8560),c=n(9027),u={"Content-Type":"application/x-www-form-urlencoded"};function s(t,e){!r.isUndefined(t)&&r.isUndefined(t["Content-Type"])&&(t["Content-Type"]=e)}var l,f={transitional:a,adapter:(("undefined"!=typeof XMLHttpRequest||"undefined"!=typeof process&&"[object process]"===Object.prototype.toString.call(process))&&(l=n(353)),l),transformRequest:[function(t,e){if(o(e,"Accept"),o(e,"Content-Type"),r.isFormData(t)||r.isArrayBuffer(t)||r.isBuffer(t)||r.isStream(t)||r.isFile(t)||r.isBlob(t))return t;if(r.isArrayBufferView(t))return t.buffer;if(r.isURLSearchParams(t))return s(e,"application/x-www-form-urlencoded;charset=utf-8"),t.toString();var n,i=r.isObject(t),a=e&&e["Content-Type"];if((n=r.isFileList(t))||i&&"multipart/form-data"===a){var u=this.env&&this.env.FormData;return c(n?{"files[]":t}:t,u&&new u)}return i||"application/json"===a?(s(e,"application/json"),function(t){if(r.isString(t))try{return(0,JSON.parse)(t),r.trim(t)}catch(t){if("SyntaxError"!==t.name)throw t}return(0,JSON.stringify)(t)}(t)):t}],transformResponse:[function(t){var e=this.transitional||f.transitional,n=e&&e.silentJSONParsing,o=e&&e.forcedJSONParsing,a=!n&&"json"===this.responseType;if(a||o&&r.isString(t)&&t.length)try{return JSON.parse(t)}catch(t){if(a){if("SyntaxError"===t.name)throw i.from(t,i.ERR_BAD_RESPONSE,this,null,this.response);throw t}}return t}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:n(4684)},validateStatus:function(t){return t>=200&&t<300},headers:{common:{Accept:"application/json, text/plain, */*"}}};r.forEach(["delete","get","head"],(function(t){f.headers[t]={}})),r.forEach(["post","put","patch"],(function(t){f.headers[t]=r.merge(u)})),t.exports=f},8560:t=>{"use strict";t.exports={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1}},9241:t=>{t.exports={version:"0.27.2"}},3644:t=>{"use strict";t.exports=function(t,e){return function(){for(var n=new Array(arguments.length),r=0;r<n.length;r++)n[r]=arguments[r];return t.apply(e,n)}}},8030:(t,e,n)=>{"use strict";var r=n(3044);function o(t){return encodeURIComponent(t).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}t.exports=function(t,e,n){if(!e)return t;var i;if(n)i=n(e);else if(r.isURLSearchParams(e))i=e.toString();else{var a=[];r.forEach(e,(function(t,e){null!=t&&(r.isArray(t)?e+="[]":t=[t],r.forEach(t,(function(t){r.isDate(t)?t=t.toISOString():r.isObject(t)&&(t=JSON.stringify(t)),a.push(o(e)+"="+o(t))})))})),i=a.join("&")}if(i){var c=t.indexOf("#");-1!==c&&(t=t.slice(0,c)),t+=(-1===t.indexOf("?")?"?":"&")+i}return t}},8762:t=>{"use strict";t.exports=function(t,e){return e?t.replace(/\/+$/,"")+"/"+e.replace(/^\/+/,""):t}},2233:(t,e,n)=>{"use strict";var r=n(3044);t.exports=r.isStandardBrowserEnv()?{write:function(t,e,n,o,i,a){var c=[];c.push(t+"="+encodeURIComponent(e)),r.isNumber(n)&&c.push("expires="+new Date(n).toGMTString()),r.isString(o)&&c.push("path="+o),r.isString(i)&&c.push("domain="+i),!0===a&&c.push("secure"),document.cookie=c.join("; ")},read:function(t){var e=document.cookie.match(new RegExp("(^|;\\s*)("+t+")=([^;]*)"));return e?decodeURIComponent(e[3]):null},remove:function(t){this.write(t,"",Date.now()-864e5)}}:{write:function(){},read:function(){return null},remove:function(){}}},9192:t=>{"use strict";t.exports=function(t){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(t)}},5587:(t,e,n)=>{"use strict";var r=n(3044);t.exports=function(t){return r.isObject(t)&&!0===t.isAxiosError}},842:(t,e,n)=>{"use strict";var r=n(3044);t.exports=r.isStandardBrowserEnv()?function(){var t,e=/(msie|trident)/i.test(navigator.userAgent),n=document.createElement("a");function o(t){var r=t;return e&&(n.setAttribute("href",r),r=n.href),n.setAttribute("href",r),{href:n.href,protocol:n.protocol?n.protocol.replace(/:$/,""):"",host:n.host,search:n.search?n.search.replace(/^\?/,""):"",hash:n.hash?n.hash.replace(/^#/,""):"",hostname:n.hostname,port:n.port,pathname:"/"===n.pathname.charAt(0)?n.pathname:"/"+n.pathname}}return t=o(window.location.href),function(e){var n=r.isString(e)?o(e):e;return n.protocol===t.protocol&&n.host===t.host}}():function(){return!0}},8868:(t,e,n)=>{"use strict";var r=n(3044);t.exports=function(t,e){r.forEach(t,(function(n,r){r!==e&&r.toUpperCase()===e.toUpperCase()&&(t[e]=n,delete t[r])}))}},4684:t=>{t.exports=null},1875:(t,e,n)=>{"use strict";var r=n(3044),o=["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"];t.exports=function(t){var e,n,i,a={};return t?(r.forEach(t.split("\n"),(function(t){if(i=t.indexOf(":"),e=r.trim(t.substr(0,i)).toLowerCase(),n=r.trim(t.substr(i+1)),e){if(a[e]&&o.indexOf(e)>=0)return;a[e]="set-cookie"===e?(a[e]?a[e]:[]).concat([n]):a[e]?a[e]+", "+n:n}})),a):a}},738:t=>{"use strict";t.exports=function(t){var e=/^([-+\w]{1,25})(:?\/\/|:)/.exec(t);return e&&e[1]||""}},783:t=>{"use strict";t.exports=function(t){return function(e){return t.apply(null,e)}}},9027:(t,e,n)=>{"use strict";var r=n(3044);t.exports=function(t,e){e=e||new FormData;var n=[];function o(t){return null===t?"":r.isDate(t)?t.toISOString():r.isArrayBuffer(t)||r.isTypedArray(t)?"function"==typeof Blob?new Blob([t]):Buffer.from(t):t}return function t(i,a){if(r.isPlainObject(i)||r.isArray(i)){if(-1!==n.indexOf(i))throw Error("Circular reference detected in "+a);n.push(i),r.forEach(i,(function(n,i){if(!r.isUndefined(n)){var c,u=a?a+"."+i:i;if(n&&!a&&"object"==typeof n)if(r.endsWith(i,"{}"))n=JSON.stringify(n);else if(r.endsWith(i,"[]")&&(c=r.toArray(n)))return void c.forEach((function(t){!r.isUndefined(t)&&e.append(u,o(t))}));t(n,u)}})),n.pop()}else e.append(a,o(i))}(t),e}},7525:(t,e,n)=>{"use strict";var r=n(9241).version,o=n(1218),i={};["object","boolean","number","function","string","symbol"].forEach((function(t,e){i[t]=function(n){return typeof n===t||"a"+(e<1?"n ":" ")+t}}));var a={};i.transitional=function(t,e,n){function i(t,e){return"[Axios v"+r+"] Transitional option '"+t+"'"+e+(n?". "+n:"")}return function(n,r,c){if(!1===t)throw new o(i(r," has been removed"+(e?" in "+e:"")),o.ERR_DEPRECATED);return e&&!a[r]&&(a[r]=!0,console.warn(i(r," has been deprecated since v"+e+" and will be removed in the near future"))),!t||t(n,r,c)}},t.exports={assertOptions:function(t,e,n){if("object"!=typeof t)throw new o("options must be an object",o.ERR_BAD_OPTION_VALUE);for(var r=Object.keys(t),i=r.length;i-- >0;){var a=r[i],c=e[a];if(c){var u=t[a],s=void 0===u||c(u,a,t);if(!0!==s)throw new o("option "+a+" must be "+s,o.ERR_BAD_OPTION_VALUE)}else if(!0!==n)throw new o("Unknown option "+a,o.ERR_BAD_OPTION)}},validators:i}},3044:(t,e,n)=>{"use strict";var r,o=n(3644),i=Object.prototype.toString,a=(r=Object.create(null),function(t){var e=i.call(t);return r[e]||(r[e]=e.slice(8,-1).toLowerCase())});function c(t){return t=t.toLowerCase(),function(e){return a(e)===t}}function u(t){return Array.isArray(t)}function s(t){return void 0===t}var l=c("ArrayBuffer");function f(t){return null!==t&&"object"==typeof t}function p(t){if("object"!==a(t))return!1;var e=Object.getPrototypeOf(t);return null===e||e===Object.prototype}var d=c("Date"),h=c("File"),v=c("Blob"),y=c("FileList");function m(t){return"[object Function]"===i.call(t)}var g=c("URLSearchParams");function b(t,e){if(null!=t)if("object"!=typeof t&&(t=[t]),u(t))for(var n=0,r=t.length;n<r;n++)e.call(null,t[n],n,t);else for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&e.call(null,t[o],o,t)}var w,O=(w="undefined"!=typeof Uint8Array&&Object.getPrototypeOf(Uint8Array),function(t){return w&&t instanceof w});t.exports={isArray:u,isArrayBuffer:l,isBuffer:function(t){return null!==t&&!s(t)&&null!==t.constructor&&!s(t.constructor)&&"function"==typeof t.constructor.isBuffer&&t.constructor.isBuffer(t)},isFormData:function(t){var e="[object FormData]";return t&&("function"==typeof FormData&&t instanceof FormData||i.call(t)===e||m(t.toString)&&t.toString()===e)},isArrayBufferView:function(t){return"undefined"!=typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(t):t&&t.buffer&&l(t.buffer)},isString:function(t){return"string"==typeof t},isNumber:function(t){return"number"==typeof t},isObject:f,isPlainObject:p,isUndefined:s,isDate:d,isFile:h,isBlob:v,isFunction:m,isStream:function(t){return f(t)&&m(t.pipe)},isURLSearchParams:g,isStandardBrowserEnv:function(){return("undefined"==typeof navigator||"ReactNative"!==navigator.product&&"NativeScript"!==navigator.product&&"NS"!==navigator.product)&&"undefined"!=typeof window&&"undefined"!=typeof document},forEach:b,merge:function t(){var e={};function n(n,r){p(e[r])&&p(n)?e[r]=t(e[r],n):p(n)?e[r]=t({},n):u(n)?e[r]=n.slice():e[r]=n}for(var r=0,o=arguments.length;r<o;r++)b(arguments[r],n);return e},extend:function(t,e,n){return b(e,(function(e,r){t[r]=n&&"function"==typeof e?o(e,n):e})),t},trim:function(t){return t.trim?t.trim():t.replace(/^\s+|\s+$/g,"")},stripBOM:function(t){return 65279===t.charCodeAt(0)&&(t=t.slice(1)),t},inherits:function(t,e,n,r){t.prototype=Object.create(e.prototype,r),t.prototype.constructor=t,n&&Object.assign(t.prototype,n)},toFlatObject:function(t,e,n){var r,o,i,a={};e=e||{};do{for(o=(r=Object.getOwnPropertyNames(t)).length;o-- >0;)a[i=r[o]]||(e[i]=t[i],a[i]=!0);t=Object.getPrototypeOf(t)}while(t&&(!n||n(t,e))&&t!==Object.prototype);return e},kindOf:a,kindOfTest:c,endsWith:function(t,e,n){t=String(t),(void 0===n||n>t.length)&&(n=t.length),n-=e.length;var r=t.indexOf(e,n);return-1!==r&&r===n},toArray:function(t){if(!t)return null;var e=t.length;if(s(e))return null;for(var n=new Array(e);e-- >0;)n[e]=t[e];return n},isTypedArray:O,isFileList:y}},4904:(t,e,n)=>{"use strict";var r=n(1314).isUnitlessNumber,o=n(182),i=Array.isArray,a=Object.keys,c=/^(normal|none|(\b(url\([^)]*\)|chapter_counter|attr\([^)]*\)|(no-)?(open|close)-quote|inherit)((\b\s*)|$|\s+))+)$/;function u(t,e){return r[t]||"number"!=typeof e?"content"!==t||c.test(e)||(e="'"+e.replace(/'/g,"\\'")+"'"):e+="px",o(t)+": "+e+"; "}t.exports=function(t){var e="";if(!t||0===a(t).length)return e;for(var n=a(t),r=0,o=n.length;r<o;r++){var c=n[r],s=t[c];if(i(s))for(var l=0,f=s.length;l<f;l++)e+=u(c,s[l]);else e+=u(c,s)}return e}},1314:t=>{"use strict";var e={boxFlex:!0,boxFlexGroup:!0,columnCount:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,strokeDashoffset:!0,strokeOpacity:!0,strokeWidth:!0},n=["Webkit","ms","Moz","O"];Object.keys(e).forEach((function(t){n.forEach((function(n){e[function(t,e){return t+e.charAt(0).toUpperCase()+e.substring(1)}(n,t)]=e[t]}))}));var r={isUnitlessNumber:e,shorthandPropertyExpansions:{background:{backgroundImage:!0,backgroundPosition:!0,backgroundRepeat:!0,backgroundColor:!0},border:{borderWidth:!0,borderStyle:!0,borderColor:!0},borderBottom:{borderBottomWidth:!0,borderBottomStyle:!0,borderBottomColor:!0},borderLeft:{borderLeftWidth:!0,borderLeftStyle:!0,borderLeftColor:!0},borderRight:{borderRightWidth:!0,borderRightStyle:!0,borderRightColor:!0},borderTop:{borderTopWidth:!0,borderTopStyle:!0,borderTopColor:!0},font:{fontStyle:!0,fontVariant:!0,fontWeight:!0,fontSize:!0,lineHeight:!0,fontFamily:!0}}};t.exports=r},182:t=>{"use strict";var e=/^ms-/,n=/([A-Z])/g;t.exports=function(t){return function(t){return t.replace(n,"-$1").toLowerCase()}(t).replace(e,"-ms-")}},7609:(t,e,n)=>{var r=n(7425).default;function o(){"use strict";t.exports=o=function(){return e},t.exports.__esModule=!0,t.exports.default=t.exports;var e={},n=Object.prototype,i=n.hasOwnProperty,a="function"==typeof Symbol?Symbol:{},c=a.iterator||"@@iterator",u=a.asyncIterator||"@@asyncIterator",s=a.toStringTag||"@@toStringTag";function l(t,e,n){return Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}),t[e]}try{l({},"")}catch(t){l=function(t,e,n){return t[e]=n}}function f(t,e,n,r){var o=e&&e.prototype instanceof h?e:h,i=Object.create(o.prototype),a=new k(r||[]);return i._invoke=function(t,e,n){var r="suspendedStart";return function(o,i){if("executing"===r)throw new Error("Generator is already running");if("completed"===r){if("throw"===o)throw i;return{value:void 0,done:!0}}for(n.method=o,n.arg=i;;){var a=n.delegate;if(a){var c=E(a,n);if(c){if(c===d)continue;return c}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if("suspendedStart"===r)throw r="completed",n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);r="executing";var u=p(t,e,n);if("normal"===u.type){if(r=n.done?"completed":"suspendedYield",u.arg===d)continue;return{value:u.arg,done:n.done}}"throw"===u.type&&(r="completed",n.method="throw",n.arg=u.arg)}}}(t,n,a),i}function p(t,e,n){try{return{type:"normal",arg:t.call(e,n)}}catch(t){return{type:"throw",arg:t}}}e.wrap=f;var d={};function h(){}function v(){}function y(){}var m={};l(m,c,(function(){return this}));var g=Object.getPrototypeOf,b=g&&g(g(A([])));b&&b!==n&&i.call(b,c)&&(m=b);var w=y.prototype=h.prototype=Object.create(m);function O(t){["next","throw","return"].forEach((function(e){l(t,e,(function(t){return this._invoke(e,t)}))}))}function x(t,e){function n(o,a,c,u){var s=p(t[o],t,a);if("throw"!==s.type){var l=s.arg,f=l.value;return f&&"object"==r(f)&&i.call(f,"__await")?e.resolve(f.__await).then((function(t){n("next",t,c,u)}),(function(t){n("throw",t,c,u)})):e.resolve(f).then((function(t){l.value=t,c(l)}),(function(t){return n("throw",t,c,u)}))}u(s.arg)}var o;this._invoke=function(t,r){function i(){return new e((function(e,o){n(t,r,e,o)}))}return o=o?o.then(i,i):i()}}function E(t,e){var n=t.iterator[e.method];if(void 0===n){if(e.delegate=null,"throw"===e.method){if(t.iterator.return&&(e.method="return",e.arg=void 0,E(t,e),"throw"===e.method))return d;e.method="throw",e.arg=new TypeError("The iterator does not provide a 'throw' method")}return d}var r=p(n,t.iterator,e.arg);if("throw"===r.type)return e.method="throw",e.arg=r.arg,e.delegate=null,d;var o=r.arg;return o?o.done?(e[t.resultName]=o.value,e.next=t.nextLoc,"return"!==e.method&&(e.method="next",e.arg=void 0),e.delegate=null,d):o:(e.method="throw",e.arg=new TypeError("iterator result is not an object"),e.delegate=null,d)}function S(t){var e={tryLoc:t[0]};1 in t&&(e.catchLoc=t[1]),2 in t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e)}function j(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function k(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(S,this),this.reset(!0)}function A(t){if(t){var e=t[c];if(e)return e.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var n=-1,r=function e(){for(;++n<t.length;)if(i.call(t,n))return e.value=t[n],e.done=!1,e;return e.value=void 0,e.done=!0,e};return r.next=r}}return{next:$}}function $(){return{value:void 0,done:!0}}return v.prototype=y,l(w,"constructor",y),l(y,"constructor",v),v.displayName=l(y,s,"GeneratorFunction"),e.isGeneratorFunction=function(t){var e="function"==typeof t&&t.constructor;return!!e&&(e===v||"GeneratorFunction"===(e.displayName||e.name))},e.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,y):(t.__proto__=y,l(t,s,"GeneratorFunction")),t.prototype=Object.create(w),t},e.awrap=function(t){return{__await:t}},O(x.prototype),l(x.prototype,u,(function(){return this})),e.AsyncIterator=x,e.async=function(t,n,r,o,i){void 0===i&&(i=Promise);var a=new x(f(t,n,r,o),i);return e.isGeneratorFunction(n)?a:a.next().then((function(t){return t.done?t.value:a.next()}))},O(w),l(w,s,"Generator"),l(w,c,(function(){return this})),l(w,"toString",(function(){return"[object Generator]"})),e.keys=function(t){var e=[];for(var n in t)e.push(n);return e.reverse(),function n(){for(;e.length;){var r=e.pop();if(r in t)return n.value=r,n.done=!1,n}return n.done=!0,n}},e.values=A,k.prototype={constructor:k,reset:function(t){if(this.prev=0,this.next=0,this.sent=this._sent=void 0,this.done=!1,this.delegate=null,this.method="next",this.arg=void 0,this.tryEntries.forEach(j),!t)for(var e in this)"t"===e.charAt(0)&&i.call(this,e)&&!isNaN(+e.slice(1))&&(this[e]=void 0)},stop:function(){this.done=!0;var t=this.tryEntries[0].completion;if("throw"===t.type)throw t.arg;return this.rval},dispatchException:function(t){if(this.done)throw t;var e=this;function n(n,r){return a.type="throw",a.arg=t,e.next=n,r&&(e.method="next",e.arg=void 0),!!r}for(var r=this.tryEntries.length-1;r>=0;--r){var o=this.tryEntries[r],a=o.completion;if("root"===o.tryLoc)return n("end");if(o.tryLoc<=this.prev){var c=i.call(o,"catchLoc"),u=i.call(o,"finallyLoc");if(c&&u){if(this.prev<o.catchLoc)return n(o.catchLoc,!0);if(this.prev<o.finallyLoc)return n(o.finallyLoc)}else if(c){if(this.prev<o.catchLoc)return n(o.catchLoc,!0)}else{if(!u)throw new Error("try statement without catch or finally");if(this.prev<o.finallyLoc)return n(o.finallyLoc)}}}},abrupt:function(t,e){for(var n=this.tryEntries.length-1;n>=0;--n){var r=this.tryEntries[n];if(r.tryLoc<=this.prev&&i.call(r,"finallyLoc")&&this.prev<r.finallyLoc){var o=r;break}}o&&("break"===t||"continue"===t)&&o.tryLoc<=e&&e<=o.finallyLoc&&(o=null);var a=o?o.completion:{};return a.type=t,a.arg=e,o?(this.method="next",this.next=o.finallyLoc,d):this.complete(a)},complete:function(t,e){if("throw"===t.type)throw t.arg;return"break"===t.type||"continue"===t.type?this.next=t.arg:"return"===t.type?(this.rval=this.arg=t.arg,this.method="return",this.next="end"):"normal"===t.type&&e&&(this.next=e),d},finish:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var n=this.tryEntries[e];if(n.finallyLoc===t)return this.complete(n.completion,n.afterLoc),j(n),d}},catch:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var n=this.tryEntries[e];if(n.tryLoc===t){var r=n.completion;if("throw"===r.type){var o=r.arg;j(n)}return o}}throw new Error("illegal catch attempt")},delegateYield:function(t,e,n){return this.delegate={iterator:A(t),resultName:e,nextLoc:n},"next"===this.method&&(this.arg=void 0),d}},e}t.exports=o,t.exports.__esModule=!0,t.exports.default=t.exports},7425:t=>{function e(n){return t.exports=e="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t.exports.__esModule=!0,t.exports.default=t.exports,e(n)}t.exports=e,t.exports.__esModule=!0,t.exports.default=t.exports},2841:(t,e,n)=>{var r=n(7609)();t.exports=r;try{regeneratorRuntime=r}catch(t){"object"==typeof globalThis?globalThis.regeneratorRuntime=r:Function("r","regeneratorRuntime = r")(r)}}},e={};function n(r){var o=e[r];if(void 0!==o)return o.exports;var i=e[r]={exports:{}};return t[r](i,i.exports,n),i.exports}n.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return n.d(e,{a:e}),e},n.d=(t,e)=>{for(var r in e)n.o(e,r)&&!n.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:e[r]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e);var r={};return(()=>{"use strict";function t(t,e,n){!function(t){if(window.AlipayJSBridge)return t();document.addEventListener("AlipayJSBridgeReady",(function(){return t()}),!1)}((function(){var r=(n||{}).type,o=void 0===r?"async":r;"async"===o&&window.AlipayJSBridge.call(t,e,(function(t){var n=e||{},r=n.success,o=n.fail,i=n.complete;t.error?null==o||o(t):null==r||r(t),null==i||i(t)})),"callback"===o&&window.AlipayJSBridge.call(t,e)}))}n.d(r,{default:()=>Bn});function e(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function o(t,n,r){return n&&e(t.prototype,n),r&&e(t,r),Object.defineProperty(t,"prototype",{writable:!1}),t}function i(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function a(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function c(t,e){return c=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t},c(t,e)}function u(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&c(t,e)}function s(t){return s="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},s(t)}function l(t,e){if(e&&("object"===s(e)||"function"==typeof e))return e;if(void 0!==e)throw new TypeError("Derived constructors may only return object or undefined");return a(t)}function f(t){return f=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)},f(t)}function p(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r}function d(t,e){if(t){if("string"==typeof t)return p(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?p(t,e):void 0}}function h(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var r,o,i=[],a=!0,c=!1;try{for(n=n.call(t);!(a=(r=n.next()).done)&&(i.push(r.value),!e||i.length!==e);a=!0);}catch(t){c=!0,o=t}finally{try{a||null==n.return||n.return()}finally{if(c)throw o}}return i}}(t,e)||d(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function v(){}function y(t){return t()}function m(){return Object.create(null)}function g(t){t.forEach(y)}function b(t){return"function"==typeof t}function w(t,e){return t!=t?e==e:t!==e||t&&"object"==typeof t||"function"==typeof t}function O(t){return 0===Object.keys(t).length}function x(t,e,n,r){return t[1]&&r?function(t,e){for(const n in e)t[n]=e[n];return t}(n.ctx.slice(),t[1](r(e))):n.ctx}function E(t){return null==t?"":t}new Set;let S,j=!1;function k(t,e){t.appendChild(e)}function A(t,e,n){const r=function(t){if(!t)return document;const e=t.getRootNode?t.getRootNode():t.ownerDocument;return e&&e.host?e:t.ownerDocument}(t);if(!r.getElementById(e)){const t=T("style");t.id=e,t.textContent=n,function(t,e){k(t.head||t,e)}(r,t)}}function $(t,e,n){t.insertBefore(e,n||null)}function P(t){t.parentNode.removeChild(t)}function T(t){return document.createElement(t)}function N(t){return document.createElementNS("http://www.w3.org/2000/svg",t)}function R(t){return document.createTextNode(t)}function C(){return R(" ")}function _(t,e,n,r){return t.addEventListener(e,n,r),()=>t.removeEventListener(e,n,r)}function L(t,e,n){null==n?t.removeAttribute(e):t.getAttribute(e)!==n&&t.setAttribute(e,n)}function B(t,e){e=""+e,t.wholeText!==e&&(t.data=e)}function D(t){S=t}function I(){if(!S)throw new Error("Function called outside component initialization");return S}function U(t){I().$$.on_mount.push(t)}new Map;const F=[],M=[],H=[],z=[],q=Promise.resolve();let W=!1;function K(t){H.push(t)}const J=new Set;let Y=0;function G(){const t=S;do{for(;Y<F.length;){const t=F[Y];Y++,D(t),V(t.$$)}for(D(null),F.length=0,Y=0;M.length;)M.pop()();for(let t=0;t<H.length;t+=1){const e=H[t];J.has(e)||(J.add(e),e())}H.length=0}while(F.length);for(;z.length;)z.pop()();W=!1,J.clear(),D(t)}function V(t){if(null!==t.fragment){t.update(),g(t.before_update);const e=t.dirty;t.dirty=[-1],t.fragment&&t.fragment.p(t.ctx,e),t.after_update.forEach(K)}}const X=new Set;let Q,Z;function tt(t,e){t&&t.i&&(X.delete(t),t.i(e))}function et(t,e,n,r){if(t&&t.o){if(X.has(t))return;X.add(t),Q.c.push((()=>{X.delete(t),r&&(n&&t.d(1),r())})),t.o(e)}else r&&r()}function nt(t){t&&t.c()}function rt(t,e,n,r){const{fragment:o,on_mount:i,on_destroy:a,after_update:c}=t.$$;o&&o.m(e,n),r||K((()=>{const e=i.map(y).filter(b);a?a.push(...e):g(e),t.$$.on_mount=[]})),c.forEach(K)}function ot(t,e){const n=t.$$;null!==n.fragment&&(g(n.on_destroy),n.fragment&&n.fragment.d(e),n.on_destroy=n.fragment=null,n.ctx=[])}function it(t,e,n,r,o,i,a,c=[-1]){const u=S;D(t);const s=t.$$={fragment:null,ctx:null,props:i,update:v,not_equal:o,bound:m(),on_mount:[],on_destroy:[],on_disconnect:[],before_update:[],after_update:[],context:new Map(e.context||(u?u.$$.context:[])),callbacks:m(),dirty:c,skip_bound:!1,root:e.target||u.$$.root};a&&a(s.root);let l=!1;if(s.ctx=n?n(t,e.props||{},((e,n,...r)=>{const i=r.length?r[0]:n;return s.ctx&&o(s.ctx[e],s.ctx[e]=i)&&(!s.skip_bound&&s.bound[e]&&s.bound[e](i),l&&function(t,e){-1===t.$$.dirty[0]&&(F.push(t),W||(W=!0,q.then(G)),t.$$.dirty.fill(0)),t.$$.dirty[e/31|0]|=1<<e%31}(t,e)),n})):[],s.update(),l=!0,g(s.before_update),s.fragment=!!r&&r(s.ctx),e.target){if(e.hydrate){j=!0;const t=(f=e.target,Array.from(f.childNodes));s.fragment&&s.fragment.l(t),t.forEach(P)}else s.fragment&&s.fragment.c();e.intro&&tt(t.$$.fragment),rt(t,e.target,e.anchor,e.customElement),j=!1,G()}var f;D(u)}"undefined"!=typeof window?window:"undefined"!=typeof globalThis?globalThis:global,new Set(["allowfullscreen","allowpaymentrequest","async","autofocus","autoplay","checked","controls","default","defer","disabled","formnovalidate","hidden","ismap","loop","multiple","muted","nomodule","novalidate","open","playsinline","readonly","required","reversed","selected"]),"function"==typeof HTMLElement&&(Z=class extends HTMLElement{constructor(){super(),this.attachShadow({mode:"open"})}connectedCallback(){const{on_mount:t}=this.$$;this.$$.on_disconnect=t.map(y).filter(b);for(const t in this.$$.slotted)this.appendChild(this.$$.slotted[t])}attributeChangedCallback(t,e,n){this[t]=n}disconnectedCallback(){g(this.$$.on_disconnect)}$destroy(){ot(this,1),this.$destroy=v}$on(t,e){const n=this.$$.callbacks[t]||(this.$$.callbacks[t]=[]);return n.push(e),()=>{const t=n.indexOf(e);-1!==t&&n.splice(t,1)}}$set(t){this.$$set&&!O(t)&&(this.$$.skip_bound=!0,this.$$set(t),this.$$.skip_bound=!1)}});class at{$destroy(){ot(this,1),this.$destroy=v}$on(t,e){const n=this.$$.callbacks[t]||(this.$$.callbacks[t]=[]);return n.push(e),()=>{const t=n.indexOf(e);-1!==t&&n.splice(t,1)}}$set(t){this.$$set&&!O(t)&&(this.$$.skip_bound=!0,this.$$set(t),this.$$.skip_bound=!1)}}function ct(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function ut(t){var e=[];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&e.push([n,t[n]]);return e}var st,lt,ft=function(){function t(){i(this,t)}return o(t,null,[{key:"isString",value:function(t){return"string"==typeof t}},{key:"isFunction",value:function(t){return"function"==typeof t}},{key:"isNotEmpty",value:function(t){return t&&t.length>0}},{key:"isEmpty",value:function(e){return!t.isNotEmpty(e)}},{key:"parseObjectSafe",value:function(t,e){try{return JSON.parse(t)}catch(t){console.warn("parseObjectSafe error: ",t)}return e}},{key:"encodeMap",value:function(t){if(t){var e=[];return ut(t).forEach((function(t){var n=t[0],r=t[1];null!=r&&e.push("".concat(encodeURIComponent(n),"=").concat(encodeURIComponent(r)))})),e.length>0?e.join("&"):void 0}}}]),t}();!function(t){t.EASYPAISA="EASYPAISA",t.TRUEMONEY="TRUEMONEY",t.KAKAOPAY="KAKAOPAY",t.BKASH="BKASH",t.ALIPAY_CN="ALIPAY_CN",t.ALIPAY_HK="ALIPAY_HK",t.ALIPAY_MO="ALIPAY_MO",t.GCASH="GCASH",t.TNG="TNG",t.DANA="DANA"}(st||(st={})),function(t){t.alipayhk="alipayhk",t.alipaymo="alipaymo",t.gcash="gcash",t.tngd="tngd",t.dana="dana",t.kakaopay="kakaopay"}(lt||(lt={}));var pt=ct(ct(ct(ct(ct(ct({},st.ALIPAY_HK,lt.alipayhk),st.ALIPAY_MO,lt.alipaymo),st.GCASH,lt.gcash),st.DANA,lt.dana),st.TNG,lt.tngd),st.KAKAOPAY,lt.kakaopay);function dt(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function ht(){var t,e,n,r=function(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?dt(Object(n),!0).forEach((function(e){ct(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):dt(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}({},null===(t=Ot())||void 0===t?void 0:t.rpcOptions);return r.gatewayUrl||(r.gatewayUrl=(bt||(bt=function(){var t=window.location.host;return function(t){return"localhost"===t||/^localhost:[0-9]+$/.test(t)||/^[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+:[0-9]+$/.test(t)}(t)?gt.STABLE:t.endsWith(".test.alipay.net")||"oss-local-test.marmot-cloud.com"===t?gt.TEST:t.endsWith(".alipay.net")||"oss-local-dev.marmot-cloud.com"===t?gt.STABLE:t.endsWith(".pre.ac.alipay.com")?gt.PRE:gt.PROD}()),(e=bt)===gt.STABLE?"http://imgs-2.sggz00b.stable.alipay.net/imgw.htm":e===gt.TEST?"http://imgs-ztt-0.sggz00a.test.alipay.net/mgw.htm":e===gt.PRE?"https://imgs-sea-pre.alipay.com/imgw.htm":"https://imgs-ac.alipay.com/imgw.htm")),r.workspaceId||(r.gatewayUrl.indexOf("pre")>0?r.workspaceId="pre":r.workspaceId="default"),r.appId||(r.appId=(n=function(){var t,e=null===(t=Ot())||void 0===t?void 0:t.appName;if(ft.isNotEmpty(e))return e;if(e=xt().app,ft.isNotEmpty(e))return e;var n=function(){var t,e=null===(t=Ot())||void 0===t?void 0:t.siteName;return ft.isNotEmpty(e)?e:(e=xt().site,ft.isNotEmpty(e)?e:void console.error("no siteName! please specify siteName in initWebPolyfill(...)"))}();if(e=pt[n||""],ft.isNotEmpty(e))return e;console.error("no appName! please specify appName in initWebPolyfill(...)")}())===lt.alipayhk?"BE9C457241710":n===lt.alipaymo?"ALIPAY_WALLET_MO":n===lt.gcash?"GCASH_WALLET_PH":n===lt.tngd?"TNGD_WALLET_MY":n===lt.dana?"DANA_WALLET_ID":n===lt.kakaopay?"KAKAOPAY_WALLET_KR":(console.error("Cannot find Rpc AppId for ".concat(n,"!")),"UNKNOWN_APP_ID")),r}function vt(t){var e,n={};if(ft.isEmpty(t))return n;var r=t.indexOf("?");return r>=0&&(t=t.substring(r+1)),null===(e=t.split("&"))||void 0===e||e.forEach((function(t){var e=t.split("=");if(!(e.length<2)){var r=decodeURIComponent(e[0]);n[r]=decodeURIComponent(e[1])}})),n}var yt,mt,gt,bt,wt=function(t){return"".concat("alipay-mwj","-").concat(t)};function Ot(){return yt}function xt(){return mt||(mt=function(){var t={};ut(vt(window.location.search)).forEach((function(e){var n=e[0],r=e[1],o=n.toLowerCase();if("query"===o)try{t.query=vt(r)}catch(t){console.warn("parse query error: ",t)}else"referrerinfo"===o?t.referrerInfo=vt(r):t[n]=r}));var e=window.location.hash;if(e){var n=e.indexOf("?");t.hashPath=n>0?e.substring(1,n):e.substring(1),t.hashQuery=vt(e)}return t}()),mt}!function(t){t.STABLE="STABLE",t.TEST="TEST",t.PRE="PRE",t.PROD="PROD"}(gt||(gt={}));var Et=n(4904),St=n.n(Et);function jt(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return(jt=function(){return!!t})()}function kt(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function At(t){A(t,"svelte-1l3ztq7",".alipay-mwj-modal.svelte-1l3ztq7{width:100vw;height:100vh;position:fixed;left:0;top:0;right:0;bottom:0;display:flex;flex-direction:column;align-items:center;justify-content:center}")}function $t(t){var e,n,r,o=t[7].default,i=function(t,e,n){if(t){const r=x(t,e,n,null);return t[0](r)}}(o,t,t[6]);return{c:function(){e=T("div"),i&&i.c(),L(e,"class",n=E(t[0]?"".concat(t[2]," ").concat(t[0]):t[2])+" svelte-1l3ztq7"),L(e,"style",t[1])},m:function(t,n){$(t,e,n),i&&i.m(e,null),r=!0},p:function(t,a){var c=h(a,1)[0];i&&i.p&&(!r||64&c)&&function(t,e,n,r,o,i){if(o){const a=x(e,n,r,i);t.p(a,o)}}(i,o,t,t[6],r?function(t,e,n,r){if(t[2]&&r){const o=t[2](r(n));if(void 0===e.dirty)return o;if("object"==typeof o){const t=[],n=Math.max(e.dirty.length,o.length);for(let r=0;r<n;r+=1)t[r]=e.dirty[r]|o[r];return t}return e.dirty|o}return e.dirty}(o,t[6],c,null):function(t){if(t.ctx.length>32){const e=[],n=t.ctx.length/32;for(let t=0;t<n;t++)e[t]=-1;return e}return-1}(t[6]),null),(!r||1&c&&n!==(n=E(t[0]?"".concat(t[2]," ").concat(t[0]):t[2])+" svelte-1l3ztq7"))&&L(e,"class",n),(!r||2&c)&&L(e,"style",t[1])},i:function(t){r||(tt(i,t),r=!0)},o:function(t){et(i,t),r=!1},d:function(t){t&&P(e),i&&i.d(t)}}}function Pt(t,e,n){var r,o=e.$$slots,i=void 0===o?{}:o,a=e.$$scope,c=wt("modal"),u=e.duration,s=void 0===u?void 0:u,l=e.afterClose,f=void 0===l?function(){}:l,p=e.className,d=void 0===p?"":p,h=e.style,v=void 0===h?{}:h;return setTimeout((function(){s&&s>0&&f()}),s&&s>0?s:0),t.$$set=function(t){"duration"in t&&n(3,s=t.duration),"afterClose"in t&&n(4,f=t.afterClose),"className"in t&&n(0,d=t.className),"style"in t&&n(5,v=t.style),"$$scope"in t&&n(6,a=t.$$scope)},t.$$.update=function(){32&t.$$.dirty&&n(1,r=St()(function(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?kt(Object(n),!0).forEach((function(e){ct(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):kt(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}({zIndex:999999},v)))},[d,r,c,s,f,v,a,i]}const Tt=function(t){u(c,t);var e,n,r=(e=c,n=jt(),function(){var t,r=f(e);if(n){var o=f(this).constructor;t=Reflect.construct(r,arguments,o)}else t=r.apply(this,arguments);return l(this,t)});function c(t){var e;return i(this,c),it(a(e=r.call(this)),t,Pt,$t,w,{duration:3,afterClose:4,className:0,style:5},At),e}return o(c)}(at);function Nt(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return(Nt=function(){return!!t})()}function Rt(t){A(t,"svelte-1pl0sex",".alipay-mwj-alert.svelte-1pl0sex{width:100vw;height:100vh;background-color:rgba(0, 0, 0, 0.4);display:flex;flex-direction:column;align-items:center;justify-content:center}.alipay-mwj-alert-content.svelte-1pl0sex{background-color:#fff;width:270px;border-radius:7px;padding-top:15px;text-align:center;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center}.alipay-mwj-alert-title.svelte-1pl0sex{font-size:18px;color:#000;padding:6px 15px 15px;word-break:break-word}.alipay-mwj-alert-text.svelte-1pl0sex{color:#888;font-size:15px;padding:0 15px 15px;overflow:auto;word-break:break-word}.alipay-mwj-alert-line.svelte-1pl0sex{width:100%;height:1px;background-color:#eee}.alipay-mwj-alert-button.svelte-1pl0sex{color:#3F8DE2;font-size:18px;height:50px;line-height:50px}")}function Ct(t){var e,n;return{c:function(){e=T("span"),n=R(t[1]),L(e,"class",t[5]+"-text svelte-1pl0sex")},m:function(t,r){$(t,e,r),k(e,n)},p:function(t,e){2&e&&B(n,t[1])},d:function(t){t&&P(e)}}}function _t(t){var e,n,r,o,i,a,c,u,s,l,f,p,d=(t[0]||"")+"",h=(t[2]||"OK")+"",v=t[4]&&Ct(t);return{c:function(){e=T("div"),n=T("div"),r=T("span"),o=R(d),i=C(),v&&v.c(),a=C(),c=T("div"),u=C(),s=T("span"),l=R(h),L(r,"class",t[5]+"-title svelte-1pl0sex"),L(c,"class",t[5]+"-line svelte-1pl0sex"),L(s,"class",t[5]+"-button svelte-1pl0sex"),L(n,"class",t[5]+"-content svelte-1pl0sex"),L(e,"class",E(t[5])+" svelte-1pl0sex")},m:function(d,h){$(d,e,h),k(e,n),k(n,r),k(r,o),k(n,i),v&&v.m(n,null),k(n,a),k(n,c),k(n,u),k(n,s),k(s,l),f||(p=_(s,"click",(function(){b(t[3])&&t[3].apply(this,arguments)})),f=!0)},p:function(e,r){t=e,1&r&&d!==(d=(t[0]||"")+"")&&B(o,d),t[4]?v?v.p(t,r):((v=Ct(t)).c(),v.m(n,a)):v&&(v.d(1),v=null),4&r&&h!==(h=(t[2]||"OK")+"")&&B(l,h)},d:function(t){t&&P(e),v&&v.d(),f=!1,p()}}}function Lt(t){var e,n;return e=new Tt({props:{$$slots:{default:[_t]},$$scope:{ctx:t}}}),{c:function(){nt(e.$$.fragment)},m:function(t,r){rt(e,t,r),n=!0},p:function(t,n){var r=h(n,1)[0],o={};95&r&&(o.$$scope={dirty:r,ctx:t}),e.$set(o)},i:function(t){n||(tt(e.$$.fragment,t),n=!0)},o:function(t){et(e.$$.fragment,t),n=!1},d:function(t){ot(e,t)}}}function Bt(t,e,n){var r,o=e.title,i=e.content,a=e.buttonText,c=e.onClose,u=wt("alert");return t.$$set=function(t){"title"in t&&n(0,o=t.title),"content"in t&&n(1,i=t.content),"buttonText"in t&&n(2,a=t.buttonText),"onClose"in t&&n(3,c=t.onClose)},t.$$.update=function(){2&t.$$.dirty&&n(4,r=ft.isNotEmpty(i))},[o,i,a,c,r,u]}const Dt=function(t){u(c,t);var e,n,r=(e=c,n=Nt(),function(){var t,r=f(e);if(n){var o=f(this).constructor;t=Reflect.construct(r,arguments,o)}else t=r.apply(this,arguments);return l(this,t)});function c(t){var e;return i(this,c),it(a(e=r.call(this)),t,Bt,Lt,w,{title:0,content:1,buttonText:2,onClose:3},Rt),e}return o(c)}(at),It=function(){function t(){}return t.getKey=function(){return"hb-global-storage"},Object.defineProperty(t,"storageValue",{get:function(){return this._storageValue||(this._storageValue=function(){var e=localStorage.getItem(t.getKey());if(e)try{return JSON.parse(e)}catch(t){}}()||{}),this._storageValue},enumerable:!1,configurable:!0}),t.setStorage=function(e,n){this.storageValue[e]=n,localStorage.setItem(t.getKey(),JSON.stringify(this.storageValue))},t.getStorage=function(t){return this.storageValue[t]||null},t.removeStorage=function(e){this.storageValue[e]=void 0,localStorage.setItem(t.getKey(),JSON.stringify(this.storageValue))},t.clearStorage=function(){this._storageValue=void 0,localStorage.setItem(t.getKey(),"{}")},t}();function Ut(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return(Ut=function(){return!!t})()}function Ft(t){A(t,"svelte-1rtcbed",".alipay-mwj-confirm.svelte-1rtcbed{width:100vw;height:100vh;background-color:rgba(0, 0, 0, 0.4);display:flex;flex-direction:column;align-items:center;justify-content:center}.alipay-mwj-confirm-content.svelte-1rtcbed{background-color:#fff;width:270px;border-radius:7px;padding-top:15px;text-align:center;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center}.alipay-mwj-confirm-title.svelte-1rtcbed{font-size:18px;color:#000;padding:6px 15px 15px}.alipay-mwj-confirm-text.svelte-1rtcbed{color:#888;font-size:15px;padding:0 15px 15px;overflow:auto;word-break:break-word}.alipay-mwj-confirm-line.svelte-1rtcbed{width:100%;height:1px;background-color:#eee}.alipay-mwj-confirm-buttonContent.svelte-1rtcbed{width:100%;display:flex;flex-direction:row;height:50px;line-height:50px;font-size:18px;align-items:center}.alipay-mwj-confirm-button.svelte-1rtcbed{flex:1;color:#3F8DE2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.alipay-mwj-confirm-cancel.svelte-1rtcbed{flex:1;color:#000;border-right:solid 1px #eee;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}")}function Mt(t){var e,n;return{c:function(){e=T("span"),n=R(t[0]),L(e,"class",t[7]+"-title svelte-1rtcbed")},m:function(t,r){$(t,e,r),k(e,n)},p:function(t,e){1&e&&B(n,t[0])},d:function(t){t&&P(e)}}}function Ht(t){var e,n;return{c:function(){e=T("span"),n=R(t[1]),L(e,"class",t[7]+"-text svelte-1rtcbed")},m:function(t,r){$(t,e,r),k(e,n)},p:function(t,e){2&e&&B(n,t[1])},d:function(t){t&&P(e)}}}function zt(t){var e,n,r,o,i,a,c,u,s,l,f,p,d,h,v=(t[3]||"Cancel")+"",y=(t[2]||"OK")+"",m=t[5]&&Mt(t),b=t[6]&&Ht(t);return{c:function(){e=T("div"),n=T("div"),m&&m.c(),r=C(),b&&b.c(),o=C(),i=T("div"),a=C(),c=T("div"),u=T("span"),s=R(v),l=C(),f=T("span"),p=R(y),L(i,"class",t[7]+"-line svelte-1rtcbed"),L(u,"class",t[7]+"-cancel svelte-1rtcbed"),L(f,"class",t[7]+"-button svelte-1rtcbed"),L(c,"class",t[7]+"-buttonContent svelte-1rtcbed"),L(n,"class",t[7]+"-content svelte-1rtcbed"),L(e,"class",E(t[7])+" svelte-1rtcbed")},m:function(v,y){$(v,e,y),k(e,n),m&&m.m(n,null),k(n,r),b&&b.m(n,null),k(n,o),k(n,i),k(n,a),k(n,c),k(c,u),k(u,s),k(c,l),k(c,f),k(f,p),d||(h=[_(u,"click",t[8]),_(f,"click",t[9])],d=!0)},p:function(t,e){t[5]?m?m.p(t,e):((m=Mt(t)).c(),m.m(n,r)):m&&(m.d(1),m=null),t[6]?b?b.p(t,e):((b=Ht(t)).c(),b.m(n,o)):b&&(b.d(1),b=null),8&e&&v!==(v=(t[3]||"Cancel")+"")&&B(s,v),4&e&&y!==(y=(t[2]||"OK")+"")&&B(p,y)},d:function(t){t&&P(e),m&&m.d(),b&&b.d(),d=!1,g(h)}}}function qt(t){var e,n;return e=new Tt({props:{$$slots:{default:[zt]},$$scope:{ctx:t}}}),{c:function(){nt(e.$$.fragment)},m:function(t,r){rt(e,t,r),n=!0},p:function(t,n){var r=h(n,1)[0],o={};1151&r&&(o.$$scope={dirty:r,ctx:t}),e.$set(o)},i:function(t){n||(tt(e.$$.fragment,t),n=!0)},o:function(t){et(e.$$.fragment,t),n=!1},d:function(t){ot(e,t)}}}function Wt(t,e,n){var r,o,i=e.title,a=e.content,c=e.confirmButtonText,u=e.cancelButtonText,s=e.onClose,l=wt("confirm");return t.$$set=function(t){"title"in t&&n(0,i=t.title),"content"in t&&n(1,a=t.content),"confirmButtonText"in t&&n(2,c=t.confirmButtonText),"cancelButtonText"in t&&n(3,u=t.cancelButtonText),"onClose"in t&&n(4,s=t.onClose)},t.$$.update=function(){2&t.$$.dirty&&n(6,r=ft.isNotEmpty(a)),1&t.$$.dirty&&n(5,o=ft.isNotEmpty(i))},[i,a,c,u,s,o,r,l,function(){return s(!1)},function(){return s(!0)}]}const Kt=function(t){u(c,t);var e,n,r=(e=c,n=Ut(),function(){var t,r=f(e);if(n){var o=f(this).constructor;t=Reflect.construct(r,arguments,o)}else t=r.apply(this,arguments);return l(this,t)});function c(t){var e;return i(this,c),it(a(e=r.call(this)),t,Wt,qt,w,{title:0,content:1,confirmButtonText:2,cancelButtonText:3,onClose:4},Ft),e}return o(c)}(at);function Jt(t){setTimeout(t,0)}var Yt;function Gt(){var t;return Yt||(t=Math.ceil(375/window.screen.width*window.screen.height),Yt={platform:/(iPhone|iPad|iPod|iOS)/i.test(navigator.userAgent)?"iOS":/(Android)/i.test(navigator.userAgent)?"Android":"UNKNOWN",pixelRatio:window.devicePixelRatio,windowWidth:375,windowHeight:t-0-0,titleBarHeight:0,statusBarHeight:0,screenWidth:375,screenHeight:t,currentBattery:"100%",brand:"UNKNOWN",model:"UNKNOWN",system:"UNKNOWN",version:"UNKNOWN",storage:"",app:"h5",fontSizeSetting:16,language:navigator.language}),Yt}var Vt;!function(t){t.ToastHide="ToastHide",t.LoadingHide="LoadingHide"}(Vt||(Vt={}));const Xt=Vt;var Qt=new(function(){function t(e){i(this,t),ct(this,"managerName",void 0),ct(this,"listenersMap",{}),this.managerName=e}return o(t,[{key:"addListener",value:function(t,e){var n=this;console.log("EventManager_".concat(this.managerName,"#addListener: ").concat(t));var r=this.listenersMap[t];return r||(r=[],this.listenersMap[t]=r),r.push(e),function(){n.removeListener(t,e)}}},{key:"removeListener",value:function(t,e){if(console.log("EventManager_".concat(this.managerName,"#removeListener: ").concat(t)),e){var n=this.listenersMap[t];n&&(this.listenersMap[t]=n.filter((function(t){return t!==e})))}else this.listenersMap[t]=[]}},{key:"notifyEvent",value:function(t,e){console.log("EventManager_".concat(this.managerName,"#notifyEvent: ").concat(t," -> "),e);var n,r=this.listenersMap[t];r&&(n=r,function(t){if(Array.isArray(t))return p(t)}(n)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(n)||d(n)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()).forEach((function(n){return n(e,t)}))}}]),t}())("default"),Zt=0;function te(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return(te=function(){return!!t})()}function ee(t){A(t,"svelte-1r6kpb6",".alipay-mwj-loading.svelte-1r6kpb6{background-color:rgba(58, 58, 58, 0.9);min-width:72px;max-width:50vw;padding:15px;border-radius:5px;box-sizing:border-box;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center}.alipay-mwj-loading-iconRoot.svelte-1r6kpb6{width:34px;height:34px;border:solid 4px #888;border-radius:50%;position:relative}.alipay-mwj-loading-icon.svelte-1r6kpb6{position:absolute;left:-4px;top:-4px;right:-4px;bottom:-4px;border:solid 4px #fff;border-radius:50%;clip-path:polygon(50% 0%, 100% 0%, 100% 3600%, 50% 50%);animation:svelte-1r6kpb6-alipay-mwj-loading-ring 1.5s cubic-bezier(0.5, 0, 0.5, 1) infinite}.alipay-mwj-loading-text.svelte-1r6kpb6{color:#fff;font-size:14px;text-align:center;margin-top:6px}@keyframes svelte-1r6kpb6-alipay-mwj-loading-ring{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}")}function ne(t){var e,n,r,o,i=t[2]&&re(t);return{c:function(){e=T("div"),n=T("div"),r=T("div"),o=C(),i&&i.c(),L(r,"class",t[3]+"-icon svelte-1r6kpb6"),L(n,"class",t[3]+"-iconRoot svelte-1r6kpb6"),L(e,"class",E(t[3])+" svelte-1r6kpb6")},m:function(t,a){$(t,e,a),k(e,n),k(n,r),k(e,o),i&&i.m(e,null)},p:function(t,n){t[2]?i?i.p(t,n):((i=re(t)).c(),i.m(e,null)):i&&(i.d(1),i=null)},d:function(t){t&&P(e),i&&i.d()}}}function re(t){var e,n;return{c:function(){e=T("span"),n=R(t[0]),L(e,"class",t[3]+"-text svelte-1r6kpb6")},m:function(t,r){$(t,e,r),k(e,n)},p:function(t,e){1&e&&B(n,t[0])},d:function(t){t&&P(e)}}}function oe(t){var e,n=t[1]&&ne(t);return{c:function(){n&&n.c(),e=R("")},m:function(t,r){n&&n.m(t,r),$(t,e,r)},p:function(t,r){t[1]?n?n.p(t,r):((n=ne(t)).c(),n.m(e.parentNode,e)):n&&(n.d(1),n=null)},d:function(t){n&&n.d(t),t&&P(e)}}}function ie(t){var e,n;return e=new Tt({props:{$$slots:{default:[oe]},$$scope:{ctx:t}}}),{c:function(){nt(e.$$.fragment)},m:function(t,r){rt(e,t,r),n=!0},p:function(t,n){var r=h(n,1)[0],o={};71&r&&(o.$$scope={dirty:r,ctx:t}),e.$set(o)},i:function(t){n||(tt(e.$$.fragment,t),n=!0)},o:function(t){et(e.$$.fragment,t),n=!1},d:function(t){ot(e,t)}}}function ae(t,e,n){var r,o=e.content,i=e.delay,a=e.onClose,c=!1,u=wt("loading");return U((function(){var t=Qt.addListener(Xt.LoadingHide,(function(){a(),t()}))})),setTimeout((function(){n(1,c=++Zt>0),c||console.log("my.hideLoading called before show")}),i||0),t.$$set=function(t){"content"in t&&n(0,o=t.content),"delay"in t&&n(4,i=t.delay),"onClose"in t&&n(5,a=t.onClose)},t.$$.update=function(){1&t.$$.dirty&&n(2,r=ft.isNotEmpty(o))},[o,c,r,u,i,a]}const ce=function(t){u(c,t);var e,n,r=(e=c,n=te(),function(){var t,r=f(e);if(n){var o=f(this).constructor;t=Reflect.construct(r,arguments,o)}else t=r.apply(this,arguments);return l(this,t)});function c(t){var e;return i(this,c),it(a(e=r.call(this)),t,ae,ie,w,{content:0,delay:4,onClose:5},ee),e}return o(c)}(at);function ue(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return(ue=function(){return!!t})()}function se(t){var e,n,r,o;return{c:function(){e=N("svg"),n=N("g"),r=N("path"),o=N("path"),L(r,"d","M36 72c19.882 0 36-16.118 36-36S55.882 0 36 0 0 16.118 0 36s16.118 36 36 36zm0-2c18.778 0 34-15.222 34-34S54.778 2 36 2 2 17.222 2 36s15.222 34 34 34z"),L(r,"fill","#FFF"),L(o,"stroke","#FFF"),L(o,"stroke-width","2"),L(o,"d","M19 34.54l11.545 11.923L52.815 24"),L(n,"fill","none"),L(n,"fill-rule","evenodd"),L(e,"class",t[0]),L(e,"xmlns","http://www.w3.org/2000/svg"),L(e,"viewBox","0 0 72 72")},m:function(t,i){$(t,e,i),k(e,n),k(n,r),k(n,o)},p:function(t,n){1&h(n,1)[0]&&L(e,"class",t[0])},i:v,o:v,d:function(t){t&&P(e)}}}function le(t,e,n){var r=e.className;return t.$$set=function(t){"className"in t&&n(0,r=t.className)},[r]}const fe=function(t){u(c,t);var e,n,r=(e=c,n=ue(),function(){var t,r=f(e);if(n){var o=f(this).constructor;t=Reflect.construct(r,arguments,o)}else t=r.apply(this,arguments);return l(this,t)});function c(t){var e;return i(this,c),it(a(e=r.call(this)),t,le,se,w,{className:0}),e}return o(c)}(at);function pe(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return(pe=function(){return!!t})()}function de(t){var e,n,r,o;return{c:function(){e=N("svg"),n=N("g"),r=N("path"),o=N("path"),L(r,"d","M36 72c19.882 0 36-16.118 36-36S55.882 0 36 0 0 16.118 0 36s16.118 36 36 36zm0-2c18.778 0 34-15.222 34-34S54.778 2 36 2 2 17.222 2 36s15.222 34 34 34z"),L(r,"fill","#FFF"),L(o,"d","M22 22l28.304 28.304m-28.304 0L50.304 22"),L(o,"stroke","#FFF"),L(o,"stroke-width","2"),L(n,"fill","none"),L(n,"fill-rule","evenodd"),L(e,"class",t[0]),L(e,"xmlns","http://www.w3.org/2000/svg"),L(e,"viewBox","0 0 72 72")},m:function(t,i){$(t,e,i),k(e,n),k(n,r),k(n,o)},p:function(t,n){1&h(n,1)[0]&&L(e,"class",t[0])},i:v,o:v,d:function(t){t&&P(e)}}}function he(t,e,n){var r=e.className;return t.$$set=function(t){"className"in t&&n(0,r=t.className)},[r]}const ve=function(t){u(c,t);var e,n,r=(e=c,n=pe(),function(){var t,r=f(e);if(n){var o=f(this).constructor;t=Reflect.construct(r,arguments,o)}else t=r.apply(this,arguments);return l(this,t)});function c(t){var e;return i(this,c),it(a(e=r.call(this)),t,he,de,w,{className:0}),e}return o(c)}(at);function ye(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return(ye=function(){return!!t})()}function me(t){var e,n,r,o,i;return{c:function(){e=N("svg"),n=N("g"),r=N("path"),o=N("path"),i=N("path"),L(r,"d","M36 72c19.882 0 36-16.118 36-36S55.882 0 36 0 0 16.118 0 36s16.118 36 36 36zm0-2c18.778 0 34-15.222 34-34S54.778 2 36 2 2 17.222 2 36s15.222 34 34 34z"),L(r,"fill","#FFF"),L(o,"fill","#FFF"),L(o,"d","M47 22h2v6h-2zm-24 0h2v6h-2z"),L(i,"d","M21 51s4.6-7 15-7 15 7 15 7"),L(i,"stroke","#FFF"),L(i,"stroke-width","2"),L(n,"fill","none"),L(n,"fill-rule","evenodd"),L(e,"class",t[0]),L(e,"xmlns","http://www.w3.org/2000/svg"),L(e,"viewBox","0 0 72 72")},m:function(t,a){$(t,e,a),k(e,n),k(n,r),k(n,o),k(n,i)},p:function(t,n){1&h(n,1)[0]&&L(e,"class",t[0])},i:v,o:v,d:function(t){t&&P(e)}}}function ge(t,e,n){var r=e.className;return t.$$set=function(t){"className"in t&&n(0,r=t.className)},[r]}const be=function(t){u(c,t);var e,n,r=(e=c,n=ye(),function(){var t,r=f(e);if(n){var o=f(this).constructor;t=Reflect.construct(r,arguments,o)}else t=r.apply(this,arguments);return l(this,t)});function c(t){var e;return i(this,c),it(a(e=r.call(this)),t,ge,me,w,{className:0}),e}return o(c)}(at);function we(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return(we=function(){return!!t})()}function Oe(t){A(t,"svelte-13dnj4p",".alipay-mwj-toast.svelte-13dnj4p{background-color:rgba(58, 58, 58, 0.9);max-width:50%;min-width:72px;padding:15px;border-radius:5px;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center}.alipay-mwj-toast-icon{width:72px;height:72px;margin-bottom:12px}.alipay-mwj-toast-text{color:#fff;font-size:14px;text-align:center;width:100%;display:block;word-wrap:break-word}")}function xe(t){var e,n;return e=new be({props:{className:t[4]+"-icon"}}),{c:function(){nt(e.$$.fragment)},m:function(t,r){rt(e,t,r),n=!0},p:v,i:function(t){n||(tt(e.$$.fragment,t),n=!0)},o:function(t){et(e.$$.fragment,t),n=!1},d:function(t){ot(e,t)}}}function Ee(t){var e,n;return e=new ve({props:{className:t[4]+"-icon"}}),{c:function(){nt(e.$$.fragment)},m:function(t,r){rt(e,t,r),n=!0},p:v,i:function(t){n||(tt(e.$$.fragment,t),n=!0)},o:function(t){et(e.$$.fragment,t),n=!1},d:function(t){ot(e,t)}}}function Se(t){var e,n;return e=new fe({props:{className:t[4]+"-icon"}}),{c:function(){nt(e.$$.fragment)},m:function(t,r){rt(e,t,r),n=!0},p:v,i:function(t){n||(tt(e.$$.fragment,t),n=!0)},o:function(t){et(e.$$.fragment,t),n=!1},d:function(t){ot(e,t)}}}function je(t){var e,n,r,o,i,a,c,u=[Se,Ee,xe],s=[];function l(t,e){return"success"===t[1]?0:"fail"===t[1]?1:"exception"===t[1]?2:-1}return~(n=l(t))&&(r=s[n]=u[n](t)),{c:function(){e=T("div"),r&&r.c(),o=C(),i=T("span"),a=R(t[0]),L(i,"class",t[4]+"-text svelte-13dnj4p"),L(e,"class",E(t[4])+" svelte-13dnj4p")},m:function(t,r){$(t,e,r),~n&&s[n].m(e,null),k(e,o),k(e,i),k(i,a),c=!0},p:function(t,i){var f=n;(n=l(t))===f?~n&&s[n].p(t,i):(r&&(Q={r:0,c:[],p:Q},et(s[f],1,1,(function(){s[f]=null})),Q.r||g(Q.c),Q=Q.p),~n?((r=s[n])?r.p(t,i):(r=s[n]=u[n](t)).c(),tt(r,1),r.m(e,o)):r=null),(!c||1&i)&&B(a,t[0])},i:function(t){c||(tt(r),c=!0)},o:function(t){et(r),c=!1},d:function(t){t&&P(e),~n&&s[n].d()}}}function ke(t){var e,n;return e=new Tt({props:{duration:t[2],afterClose:t[3],$$slots:{default:[je]},$$scope:{ctx:t}}}),{c:function(){nt(e.$$.fragment)},m:function(t,r){rt(e,t,r),n=!0},p:function(t,n){var r=h(n,1)[0],o={};4&r&&(o.duration=t[2]),8&r&&(o.afterClose=t[3]),35&r&&(o.$$scope={dirty:r,ctx:t}),e.$set(o)},i:function(t){n||(tt(e.$$.fragment,t),n=!0)},o:function(t){et(e.$$.fragment,t),n=!1},d:function(t){ot(e,t)}}}function Ae(t,e,n){var r,o=e.content,i=e.type,a=e.duration,c=e.onClose,u=wt("toast");return U((function(){Qt.addListener(Xt.ToastHide,c)})),r=function(){Qt.removeListener(Xt.ToastHide,c)},I().$$.on_destroy.push(r),t.$$set=function(t){"content"in t&&n(0,o=t.content),"type"in t&&n(1,i=t.type),"duration"in t&&n(2,a=t.duration),"onClose"in t&&n(3,c=t.onClose)},[o,i,a,c,u]}const $e=function(t){u(c,t);var e,n,r=(e=c,n=we(),function(){var t,r=f(e);if(n){var o=f(this).constructor;t=Reflect.construct(r,arguments,o)}else t=r.apply(this,arguments);return l(this,t)});function c(t){var e;return i(this,c),it(a(e=r.call(this)),t,Ae,ke,w,{content:0,type:1,duration:2,onClose:3},Oe),e}return o(c)}(at);function Pe(t,e,n,r,o,i,a){try{var c=t[i](a),u=c.value}catch(t){return void n(t)}c.done?e(u):Promise.resolve(u).then(r,o)}var Te=n(2841),Ne=n.n(Te),Re=n(9644),Ce=n.n(Re);function _e(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function Le(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?_e(Object(n),!0).forEach((function(e){ct(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):_e(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}function Be(){var t;return t=Ne().mark((function t(e){var n,r,o;return Ne().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(e){t.next=2;break}return t.abrupt("return");case 2:n=function(t){if(200!==t)return 19},r=function(t){return"text"===t?"text/plain":"base64"!==t?"application/json":void 0},o={url:e.url,method:e.method,headers:Le(Le({},e.headers),{},{Accept:r(e.dataType)}),timeout:e.timeout,withCredentials:!0},"GET"===e.method?o.params=e.data:o.data=e.data,Ce().request(o).then((function(t){var r,o;null===(r=e.success)||void 0===r||r.call(e,{status:n(t.status),data:t.data,headers:t.headers}),null===(o=e.complete)||void 0===o||o.call(e,{})})).catch((function(t){var n,r;null===(n=e.fail)||void 0===n||n.call(e,t),null===(r=e.complete)||void 0===r||r.call(e,{})}));case 7:case"end":return t.stop()}}),t)})),Be=function(){var e=this,n=arguments;return new Promise((function(r,o){var i=t.apply(e,n);function a(t){Pe(i,r,o,a,c,"next",t)}function c(t){Pe(i,r,o,a,c,"throw",t)}a(void 0)}))},Be.apply(this,arguments)}function De(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function Ie(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?De(Object(n),!0).forEach((function(e){ct(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):De(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}var Ue={success:!1,errorCode:"AE15015999000001",errorMessage:"System error, please try again later"};function Fe(t){return t?decodeURIComponent(t):t}function Me(t,e,n){return Me=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}()?Reflect.construct.bind():function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&c(o,n.prototype),o},Me.apply(null,arguments)}function He(t){var e="function"==typeof Map?new Map:void 0;return He=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return Me(t,arguments,f(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),c(r,t)},He(t)}function ze(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return(ze=function(){return!!t})()}var qe=function(t){u(c,t);var e,n,r=(e=c,n=ze(),function(){var t,r=f(e);if(n){var o=f(this).constructor;t=Reflect.construct(r,arguments,o)}else t=r.apply(this,arguments);return l(this,t)});function c(t){var e;return i(this,c),ct(a(e=r.call(this,t)),"resultStatus",void 0),ct(a(e),"memo",void 0),ct(a(e),"tips",void 0),ct(a(e),"extraMessage",void 0),ct(a(e),"traceId",void 0),e}return o(c)}(He(Error));function We(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function Ke(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?We(Object(n),!0).forEach((function(e){ct(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):We(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}function Je(t){var e=t.success,n=t.fail,r=t.complete,o=t.operationType,i=t.requestData,a=t.gateway,c=t.headers,u=ht(),s=Ke(Ke(Ke(Ke(Ke({},u.appId?{AppId:u.appId}:{}),u.workspaceId?{WorkspaceId:u.workspaceId}:{}),u.headers),c),{},ct({"Operation-Type":o,"Content-Type":"application/json"},"X-CORS-".concat(u.appId,"-").concat(u.workspaceId),"1")),l=a||u.gatewayUrl,f=function(t){null==n||n(t),null==r||r()},p={method:"post",url:l,timeout:3e4,headers:s,data:i,withCredentials:!0};Ce()(p).then((function(t){var n=null;try{n=function(t){var e=t.headers["result-status"];if("1000"===e)return function(t){var e=t.data,n=t.headers["mgw-traceid"];if(null==e)return function(t,e,n){return Ie(Ie({},Ue),{},{errorMessage:ft.isNotEmpty(t)?t:Ue.errorMessage,memo:ft.isString(e)?e:"".concat(e),traceId:n})}(Fe(t.headers.tips),Fe(t.headers.memo),n);var r=null;if(ft.isString(e)){if(null==(r=ft.parseObjectSafe(e)))return e}else r=e;return ft.isEmpty(r.traceId)&&(r.traceId=n),r}(t);throw function(t,e){var n=Fe(t.headers.tips),r=Fe(t.headers.memo),o=new qe("".concat(n," - ").concat(r));return o.resultStatus=e,o.traceId=t.headers["mgw-traceid"],o.tips=n,o.memo=r,o}(t,e)}(t)}catch(t){return void f(t)}null==e||e(n),null==r||r()})).catch((function(t){f(t)}))}function Ye(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function Ge(t){var e=Ve();return function(){var n,r=f(t);if(e){var o=f(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return l(this,n)}}function Ve(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return(Ve=function(){return!!t})()}var Xe=function(){function t(e){i(this,t),ct(this,"elements",void 0),this.elements=e}return o(t,[{key:"map",value:function(t){return null==this.elements?null:Array.isArray(this.elements)?0===this.elements.length?null:this.elements.map(t):[this.elements].map(t)[0]}}]),t}(),Qe=function(t){u(n,t);var e=Ge(n);function n(){return i(this,n),e.apply(this,arguments)}return o(n,[{key:"execute",value:function(){return this.map((function(t){var e=t.getBoundingClientRect();return{width:e.width,height:e.height,top:e.top,bottom:e.bottom,left:e.left,right:e.right}}))}}]),n}(Xe),Ze=function(t){u(n,t);var e=Ge(n);function n(){return i(this,n),e.apply(this,arguments)}return o(n,[{key:"execute",value:function(){return this.map((function(t){return{scrollLeft:t.scrollLeft,scrollTop:t.scrollTop}}))}}]),n}(Xe),tn=function(t){u(n,t);var e=Ge(n);function n(){return i(this,n),e.apply(this,arguments)}return o(n,[{key:"execute",value:function(){var t=document.documentElement;return{scrollLeft:(window.pageXOffset||t.scrollLeft)-(t.clientLeft||0),scrollTop:(window.pageYOffset||t.scrollTop)-(t.clientTop||0),width:Math.max(document.documentElement.clientWidth||0,window.innerWidth||0),height:Math.max(document.documentElement.clientHeight||0,window.innerHeight||0)}}}]),n}(Xe);var en="";var nn,rn,on,an=window.navigator.userAgent||"",cn=function(){var t=an.match(/OS (\d+)_(\d+)_?(\d+)?/);return Number.parseInt(t[1],10)},un=/android/i.test(an),sn=/iphone|ipad|ipod/i.test(an),ln=/chrome\/[\d.]+ mobile safari\/[\d.]+/i.test(an)&&un&&an.indexOf("Version")<0,fn=(/qqbrowser/i.test(an),/firefox/i.test(an));function pn(t,e){return function(t,e){var n=new URL(t);for(var r in e)r&&n.searchParams.set(r,e[r]);return n.toString()}(t,e)}function dn(t,e,n){var r="";n&&(r="S.browser_fallback_url=".concat(encodeURIComponent(n),";"));var o=t.substring(0,t.indexOf("://")),i=e?"#Intent;scheme=".concat(o,";package=").concat(e,";"):"#Intent;scheme=".concat(o,";"),a=t.replace(/.*?:\/\//,"intent://");return"".concat(a+i+r,"end")}/baidubrowser/i.test(an);var hn,vn,yn;function mn(t){var e=t.evokeAppBy;(null==e?void 0:e.url)&&(function(t){var e=t.evokeAppBy,n=t.successCb,r=t.timeout;if(n){var o=r||5e3;+new Date-(hn||+new Date)<o&&n(e)}}(t),vn&&clearTimeout(vn))}function gn(t){return/^(http|https|itms-apps|itms-appss|market):\/\//.test(t)}function bn(t){return bn="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},bn(t)}function wn(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function On(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?wn(Object(n),!0).forEach((function(e){xn(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):wn(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}function xn(t,e,n){return(e=Sn(e))in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function En(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,Sn(r.key),r)}}function Sn(t){var e=function(t){if("object"!==bn(t)||null===t)return t;var e=t[Symbol.toPrimitive];if(void 0!==e){var n=e.call(t,"string");if("object"!==bn(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(t)}(t);return"symbol"===bn(e)?e:String(e)}!function(t){void 0!==t&&(void 0!==t.hidden?(rn="hidden",on="visibilitychange"):void 0!==t.mozHidden?(rn="mozHidden",on="mozvisibilitychange"):void 0!==t.msHidden?(rn="msHidden",on="msvisibilitychange"):void 0!==t.webkitHidden&&(rn="webkitHidden",on="webkitvisibilitychange"))}(document),function(t){t.SCHEME="Scheme",t.LINK="Link",t.INTENT="Intent"}(yn||(yn={}));var jn=function(){function t(e){!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t),this.config=void 0,this.timer=void 0,this.options=void 0,this.evokeAppBy=void 0,this.config=On(On({},{delay:0}),e),this.options={},this.timer=null,this.evokeAppBy={url:"",type:yn.LINK},this.init()}var e,n;return e=t,(n=[{key:"init",value:function(){var t;nn||((nn=document.createElement("iframe")).id="callapp_iframe_".concat(Date.now()),nn.style.cssText="display:none;border:0;width:0;height:0;",document.body.appendChild(nn)),t={evokeAppBy:this.evokeAppBy,successCb:this.config.successCb,timeout:this.config.resultJudgmentTime},void 0!==on?document.addEventListener(on,(function(){return mn(t)})):window.addEventListener("pagehide",(function(){return mn(t)}))}},{key:"open",value:function(t){this.options=t;var e=this.options,n=e.scheme,r=e.intent,o=e.link,i=e.params,a=e.fallback;n||o||r?o&&gn(o)?(this.options.link=pn(o,i),this.handleLink()):n&&!gn(n)?(this.options.scheme=pn(n,i),this.handleScheme()):r&&r.scheme&&r.package?this.handleIntent():a?a():console.error("唤端失败"):console.error("请至少填一个链接")}},{key:"handleLink",value:function(){this.evokeAppBy.type=yn.LINK;var t=this.options,e=t.link,n=t.scheme,r=t.delay,o=t.fallback;sn?cn()>9?this.evokeByLocationDelay(e,r,o,this.handleScheme):n?this.handleScheme():o?o():console.error("唤端失败"):this.evokeByLocationDelay(e,r,o,this.handleScheme)}},{key:"handleIntent",value:function(){this.evokeAppBy.type=yn.INTENT;var t=this.options,e=t.intent,n=t.delay,r=t.fallback;e&&e.scheme&&e.package&&this.evokeByLocationDelay(dn(e.scheme,e.package,e.fallbackUrl),n,r)}},{key:"handleScheme",value:function(){this.evokeAppBy.type=yn.SCHEME;var t=this.options,e=t.scheme,n=t.delay,r=t.fallback;e&&(sn?this.handleIOSScheme():ln||fn?this.handleOriginalChrome():this.evokeByIFrameDelay(e,n,r))}},{key:"handleIOSScheme",value:function(){var t=this.options,e=t.scheme,n=t.delay,r=t.fallback;cn()<9?this.evokeByIFrameDelay(e,n,r):this.evokeByTagADelay(e,n,r)}},{key:"handleOriginalChrome",value:function(){var t=this,e=this.options,n=e.scheme,r=e.intent,o=e.delay,i=e.fallback;this.evokeByLocationDelay(n,o,i,(function(){r&&r.package&&t.evokeByLocationDelay(dn(n,r.package,r.fallbackUrl),o,i,t.handleIntent.bind(t))}))}},{key:"evokeAppDelay",value:function(t,e,n,r,o){var i=this,a=n||this.config.delay,c=r||this.config.fallback;this.timer=setTimeout((function(){i.clearTimer(),t(),i.checkIsOpen(e,c,o)}),a)}},{key:"evokeByLocationDelay",value:function(t,e,n,r){this.evokeAppDelay((function(){return function(t){window.location.href=t}(t)}),t,e,n,r)}},{key:"evokeByTagADelay",value:function(t,e,n,r){this.evokeAppDelay((function(){return function(t){var e=document.createElement("a");e.setAttribute("href",t),e.style.display="none",document.body.appendChild(e);var n=document.createEvent("HTMLEvents");n.initEvent("click",!1,!1),e.dispatchEvent(n)}(t)}),t,e,n,r)}},{key:"evokeByIFrameDelay",value:function(t,e,n,r){this.evokeAppDelay((function(){return function(t){nn.src=t}(t)}),t,e,n,r)}},{key:"checkIsOpen",value:function(t,e,n){return this.evokeAppBy.url=t,function(t,e){hn=+new Date,vn=setTimeout((function(){(!rn||!document[rn])&&t&&t()}),e||5e3)}(n||e,this.config.resultJudgmentTime)}},{key:"clearTimer",value:function(){this.timer&&clearTimeout(this.timer)}}])&&En(e.prototype,n),Object.defineProperty(e,"prototype",{writable:!1}),t}();const kn=jn;var An=["success","fail","complete"],$n=function(t){return function(e){return new Promise((function(n,r){var o=e||{},i=o.success,a=o.fail,c=o.complete,u=function(t,e){if(null==t)return{};var n,r,o=function(t,e){if(null==t)return{};var n,r,o={},i=Object.keys(t);for(r=0;r<i.length;r++)n=i[r],e.indexOf(n)>=0||(o[n]=t[n]);return o}(t,e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);for(r=0;r<i.length;r++)n=i[r],e.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(t,n)&&(o[n]=t[n])}return o}(o,An);t(u,(function(t){n(t),null==i||i(t),null==c||c(t)}),(function(t){r(t),null==a||a(t),null==c||c(t)}))}))}},Pn=function(t){return function(e){return toString.call(e)==="[object ".concat(t,"]")}},Tn=(Pn("RegExp"),Pn("String"),Pn("Function"),Pn("Object")),Nn=(Pn("Number"),Array.isArray,Pn("Boolean"),function(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];return e.reduce((function(t,e){if(!e)return t;for(var n=Object.entries(e),r=n.length,o=0;o<r;o++){var i=h(n[o],2),a=i[0],c=i[1];Tn(c)?t[a]=Nn(t[a],c):Object.assign(t,ct({},a,c))}return t}),{})}),Rn=$n((function(t,e,n){var r=t.url;new kn({fallback:n,successCb:e}).open({scheme:r,link:r})}));function Cn(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function _n(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?Cn(Object(n),!0).forEach((function(e){ct(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):Cn(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}var Ln={};const Bn={getSiteInfo:function(e){return t("getSiteInfo",e,{type:"async"})},navigateToBizScene:function(e){return t("navigateToBizScene",e,{type:"async"})},navigateToMiniProgram:function(e){return t("navigateToMiniProgram",e,{type:"async"})},alert:function(t){return function(t){var e=t||{},n=e.title,r=e.content,o=e.buttonText,i=e.success,a=e.complete,c=document.createElement("div");document.body.appendChild(c);var u=new Dt({target:c,props:{title:n,content:r,buttonText:o,onClose:function(){var t;null==i||i(),null==a||a(),u.$destroy(),null===(t=c.parentNode)||void 0===t||t.removeChild(c)}}})}(t)},clearStorage:function(t){var e;try{var n;It.clearStorage(),null==t||null===(n=t.success)||void 0===n||n.call(t,null)}catch(e){var r;null==t||null===(r=t.fail)||void 0===r||r.call(t,e)}null==t||null===(e=t.complete)||void 0===e||e.call(t)},clearStorageSync:function(){It.clearStorage()},confirm:function(t){var e=t.title,n=t.content,r=t.confirmButtonText,o=t.cancelButtonText,i=t.success,a=t.complete,c=document.createElement("div");document.body.appendChild(c);var u=new Kt({target:c,props:{title:e,content:n,confirmButtonText:r,cancelButtonText:o,onClose:function(t){var e,n={ok:t,confirm:t};null==i||i(n),null==a||a(n),u.$destroy(),null===(e=c.parentNode)||void 0===e||e.removeChild(c)}}})},exitApp:function(t){window.close()},getClipboard:function(t){return function(t){var e;null===(e=t.fail)||void 0===e||e.call(t)}(t)},getLocation:function(t){return function(t){var e=function(e){Jt((function(){var n,r,o={error:e};null===(n=t.fail)||void 0===n||n.call(t,o),null===(r=t.complete)||void 0===r||r.call(t,o)}))},n=navigator.geolocation;n?n.getCurrentPosition((function(e){var n,r,o,i,a,c,u={accuracy:"".concat(null===(n=e.coords)||void 0===n?void 0:n.accuracy),horizontalAccuracy:"".concat(null===(r=e.coords)||void 0===r?void 0:r.altitudeAccuracy),latitude:"".concat(null===(o=e.coords)||void 0===o?void 0:o.latitude),longitude:"".concat(null===(i=e.coords)||void 0===i?void 0:i.longitude)};null===(a=t.success)||void 0===a||a.call(t,u),null===(c=t.complete)||void 0===c||c.call(t,u)}),(function(t){var n=1===t.code?11:13;e(n)}),{timeout:1e4,maximumAge:t.cacheTimeout||3e4}):e(13)}(t)},getNetworkType:function(t){return function(t){var e,n,r=navigator.connection,o=null==r?void 0:r.effectiveType;o?"slow-2g"===o&&(o="2g"):(o=(null==r?void 0:r.type)||"none",-1===["wifi","none"].indexOf(o)&&(o="unknown")),o=o.toUpperCase(),null===(e=t.success)||void 0===e||e.call(t,{networkAvailable:navigator.onLine,networkType:o}),null===(n=t.fail)||void 0===n||n.call(t)}(t)},getStorage:function(t){var e=t.key,n=t.success,r=t.fail,o=t.complete;try{var i=It.getStorage(e);null==n||n({data:i})}catch(t){null==r||r(t)}null==o||o()},getStorageSync:function(t){var e=t.key;return{data:It.getStorage(e)}},getSystemInfo:function(t){return function(t){Jt((function(){try{var e;null===(e=t.success)||void 0===e||e.call(t,Gt())}catch(e){var n;null===(n=t.fail)||void 0===n||n.call(t)}finally{var r;null===(r=t.complete)||void 0===r||r.call(t)}}))}(t)},getSystemInfoSync:function(){return Gt()},hideLoading:function(t){Zt=0,Qt.notifyEvent(Xt.LoadingHide)},hideToast:function(t){Qt.notifyEvent(Xt.ToastHide)},makePhoneCall:function(t){return function(t){t&&t.number&&function(t){try{var e=document.createElement("a");e.setAttribute("href",t),e.setAttribute("target","_blank");var n=document.createEvent("MouseEvents");n.initMouseEvent("click",!0,!0),e.dispatchEvent(n)}catch(e){window.open(t,"_blank")}}("tel://".concat(t.number))}(t)},navigateBack:function(t){return function(t){var e=(t||{}).delta,n=void 0===e?1:e;history.go(-n)}(t)},navigateTo:function(t){return function(t){var e=t.success,n=(t.fail,t.complete);window.location.href=t.url,null==e||e(),null==n||n()}(t)},pageScrollTo:function(t){return function(t){if(t.selector){var e,n,r,o=document.querySelector(t.selector);o?(o.scrollTo(),null===(n=t.success)||void 0===n||n.call(t)):null===(r=t.fail)||void 0===r||r.call(t),null===(e=t.complete)||void 0===e||e.call(t)}else if(null!=t.scrollTop)window.scrollTo({top:t.scrollTop,behavior:"smooth"});else{var i,a;null===(i=t.fail)||void 0===i||i.call(t),null===(a=t.complete)||void 0===a||a.call(t)}}(t)},redirectTo:function(t){return function(t){var e=t.success,n=(t.fail,t.complete);window.location.replace(t.url),null==e||e(),null==n||n()}(t)},removeStorage:function(t){var e=t.key,n=t.success,r=t.fail,o=t.complete;try{It.removeStorage(e),null==n||n()}catch(t){null==r||r(t)}null==o||o()},removeStorageSync:function(t){var e=t.key;It.removeStorage(e)},request:function(t){return function(t){return Be.apply(this,arguments)}(t)},rpc:function(t){return function(t){var e,n,r=null===(e=Ot())||void 0===e||null===(n=e.rpcOptions)||void 0===n?void 0:n.rpcInterceptor;if(r&&r.onRpcError){var o=t.fail,i=r.onRpcError;t.fail=function(e){i(e,{notifyFail:function(t){null==o||o(t)},resend:function(){t.fail=o,Je(t)}})}}r&&r.onBeforeSendRpc&&r.onBeforeSendRpc(t)||Je(t)}(function(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?Ye(Object(n),!0).forEach((function(e){ct(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):Ye(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}({},t))},setClipboard:function(t){return function(t){var e,n;if(!t.text)return null===(e=t.fail)||void 0===e||e.call(t),void(null===(n=t.complete)||void 0===n||n.call(t,{success:!1}));var r,o,i,a,c=document.createElement("input");document.body.appendChild(c),c.setAttribute("readonly","readonly"),c.setAttribute("value",t.text),c.setSelectionRange(0,t.text.length),c.focus(),c.select(),document.execCommand("copy")?(null===(r=t.success)||void 0===r||r.call(t,{success:!0}),null===(o=t.complete)||void 0===o||o.call(t,{success:!0})):(null===(i=t.fail)||void 0===i||i.call(t),null===(a=t.complete)||void 0===a||a.call(t,{success:!1})),document.body.removeChild(c)}(t)},setNavigationBar:function(t){return function(t){var e,n;null!=t.title&&(document.title=t.title),null===(e=t.success)||void 0===e||e.call(t),null===(n=t.complete)||void 0===n||n.call(t)}(t)},setStorage:function(t){var e=t.key,n=t.data,r=t.success,o=t.fail,i=t.complete;try{It.setStorage(e,n),null==r||r()}catch(t){null==o||o(t)}null==i||i()},setStorageSync:function(t){var e=t.key,n=t.data;It.setStorage(e,n)},showLoading:function(t){return function(t){if(t){var e=ft.isString(t)?{content:t}:t,n=e.content,r=e.delay,o=e.success,i=e.complete,a=document.createElement("div");document.body.appendChild(a);var c=new ce({target:a,props:{content:n,delay:r,onClose:function(){null==o||o(),null==i||i(),c.$destroy(),document.body.removeChild(a)}}})}}(t)},showToast:function(t){return function(t){var e=t||{},n=e.content,r=e.type,o=e.duration,i=void 0===o?2e3:o,a=e.success,c=e.complete;if(n){var u=document.createElement("div");document.body.appendChild(u);var s=new $e({target:u,props:{content:n,type:r,duration:i,onClose:function(){var t;null==a||a(),null==c||c(),s.$destroy(),null===(t=u.parentNode)||void 0===t||t.removeChild(u)}}})}}(t)},getLaunchOptionsSync:function(){return xt()},createSelectorQuery:function(){return e=[],n=!1,r=function(r){n?e.push(new tn):e.push(new r(t)),n=!1,t=null},o={boundingClientRect:function(){return r(Qe),i},scrollOffset:function(){return r(Ze),i}},i={select:function(e){return t=document.querySelector(e),o},selectAll:function(e){var n=document.querySelectorAll(e);if(n){var r=[];null==n||n.forEach((function(t){return r.push(t)})),t=r}else t=null;return o},selectViewport:function(){return n=!0,o},exec:function(t){t(e.map((function(t){return t.execute()})))}};var t,e,n,r,o,i},getCurrentLanguage:function(){if(!en){var t=function(){if("object"===("undefined"==typeof window?"undefined":s(window))){var t,e=null===(t=window.location.search)||void 0===t?void 0:t.match(/__lang__=([^&]*)/);if(e)return e[1]}}()||function(){if("object"===("undefined"==typeof document?"undefined":s(document))){var t,e=null===(t=document.documentElement)||void 0===t?void 0:t.lang;if(e)return e}}()||function(){if("object"===("undefined"==typeof window?"undefined":s(window))){var t,e=(null===(t=window.navigator)||void 0===t?void 0:t.userAgent)||"",n=(/Language\/([^\s]*)/i.exec(e)||[]).pop();if(n)return n}}()||function(){if("object"===("undefined"==typeof window?"undefined":s(window))&&window.navigator){var t,e=window.navigator,n=(null===(t=e.languages)||void 0===t?void 0:t[0])||e.language||e.userLanguage||e.browserLanguage;if(n)return n}}()||"en-US";en=t.toLowerCase()}return en},openURL:Rn,createWithoutAuthRpc:function(t){var e=t.appId,n=t.workspaceId,r=void 0===n?"default":n,o=t.defaultGateway,i=t.defaultHeaders,a=t.request,c=e&&r?ct({AppId:e,workspaceId:r},"X-CORS-".concat(e,"-").concat(r),"1"):{};return $n((function(t,e,n){var r=t.gateway,u=t.operationType,s=t.headers,l=t.requestData,f=t.timeout;a({url:r||o,method:"POST",timeout:f,headers:_n(_n(_n({"Content-Type":"application/json"},i),{},{"Operation-Type":u},c),s),data:l,success:function(t){e({headers:(null==t?void 0:t.headers)||{},resData:(null==t?void 0:t.data)||{}})},fail:n})}))},defineRuntimeConfig:function(t){return Ln=Nn(Ln,t)}}})(),r.default})()));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.my=t():e.my=t()}(self,(()=>(()=>{"use strict";var e={d:(t,r)=>{for(var n in r)e.o(r,n)&&!e.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:r[n]})},o:(e,t)=>Object.prototype.hasOwnProperty.call(e,t)},t={};function r(e,t,r){!function(e){if(window.AlipayJSBridge)return e();document.addEventListener("AlipayJSBridgeReady",(function(){return e()}),!1)}((function(){var n=(r||{}).type,o=void 0===n?"async":n;"async"===o&&window.AlipayJSBridge.call(e,t,(function(e){var r=t||{},n=r.success,o=r.fail,c=r.complete;e.error?null==o||o(e):null==n||n(e),null==c||c(e)})),"callback"===o&&window.AlipayJSBridge.call(e,t)}))}e.d(t,{default:()=>m});function n(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function o(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},c=Object.keys(e);for(n=0;n<c.length;n++)r=c[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var c=Object.getOwnPropertySymbols(e);for(n=0;n<c.length;n++)r=c[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}var c=["content","buttonText"];function i(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}var u=["confirmButtonText","cancelButtonText","content"];function a(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}var f=["type"];function p(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}var s=["success"];function l(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function y(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?l(Object(r),!0).forEach((function(t){n(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):l(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}var b=function(e){return function(t){return toString.call(t)==="[object ".concat(e,"]")}},O=(b("Function"),function(e){return"NaN"===parseInt(""+e,10).toString()});function g(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function d(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?g(Object(r),!0).forEach((function(t){n(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):g(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}function j(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function w(e){return w="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},w(e)}b("String"),function(){try{return/iPad|iPhone|iPod/.test(window.navigator.userAgent)&&!window.MSStream}catch(e){return!1}}();var v="";const m={exitApp:function(e){return r("exitApp",e,{type:"async"})},getSystemInfo:function(e){return r("getSystemInfo",e,{type:"async"})},hideLoading:function(e){return r("hideLoading",e,{type:"async"})},hideToast:function(e){return r("hideToast",e,{type:"async"})},makePhoneCall:function(e){return r("makePhoneCall",e,{type:"async"})},prompt:function(e){return r("prompt",e,{type:"async"})},setClipboard:function(e){return r("setClipboard",e,{type:"async"})},showLoading:function(e){return r("showLoading",e,{type:"async"})},vibrate:function(e){return r("vibrate",e,{type:"async"})},alert:function(e){var t=e||{};r("alert",function(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?i(Object(r),!0).forEach((function(t){n(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):i(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}({message:t.content,button:t.buttonText},o(t,c)))},confirm:function(e){var t=e||{};r("confirm",function(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?a(Object(r),!0).forEach((function(t){n(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):a(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}({okButton:t.confirmButtonText,cancelButton:t.cancelButtonText,message:t.content},o(t,u)))},getLocation:function(e){var t=e||{};r("getCurrentLocation",function(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?p(Object(r),!0).forEach((function(t){n(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):p(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}({bizType:"alipayIntl",requestType:t.type},o(t,f)))},getNetworkType:function(e){var t=e.success;r("getNetworkType",y(y({},o(e,s)),{},{success:function(e){t&&t(y(y({},e),{},{networkType:e.networkInfo.toLocaleUpperCase()}))}}))},navigateBack:function(e){r("popWindow",{options:e})},navigateTo:function(e){r("pushWindow",e)},setNavigationBar:function(e){var t=e.title,n=e.image,o=e.backgroundColor,c=e.borderBottomColor,i=e.reset,u=e.success,a=e.complete,f=e.fail;(t||n)&&r("setTitle",{title:t,image:n});var p=Number.parseInt((null==c?void 0:c.slice(1))||"ffffff",16),s=o?Number.parseInt(o.slice(1),16):"";r("setBarBottomLineColor",{color:p,fail:function(e){f&&(O(p)&&(e.error=2,e.errorMessage="The color value is illegal."),f(e))}});var l={success:u,complete:a,fail:f};s&&Object.assign(l,{color:s||"ffffff"}),i&&Object.assign(l,{reset:i}),r("setTitleColor",d(d({},l),{},{fail:function(e){f&&(i&&!O(s)||(e.error=2,e.errorMessage="The color value is illegal."),f(e))}}))},showToast:function(e){r("toast",function(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?j(Object(r),!0).forEach((function(t){n(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):j(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}({content:""},e))},getCurrentLanguage:function(){if(!v){var e=function(){if("object"===("undefined"==typeof window?"undefined":w(window))){var e,t=null===(e=window.location.search)||void 0===e?void 0:e.match(/__lang__=([^&]*)/);if(t)return t[1]}}()||function(){if("object"===("undefined"==typeof document?"undefined":w(document))){var e,t=null===(e=document.documentElement)||void 0===e?void 0:e.lang;if(t)return t}}()||function(){if("object"===("undefined"==typeof window?"undefined":w(window))){var e,t=(null===(e=window.navigator)||void 0===e?void 0:e.userAgent)||"",r=(/Language\/([^\s]*)/i.exec(t)||[]).pop();if(r)return r}}()||function(){if("object"===("undefined"==typeof window?"undefined":w(window))&&window.navigator){var e,t=window.navigator,r=(null===(e=t.languages)||void 0===e?void 0:e[0])||t.language||t.userLanguage||t.browserLanguage;if(r)return r}}()||"en-US";v=e.toLowerCase()}return v}};return t.default})()));
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { client, platform, PLATFORM } from '@hylid/env';
|
|
2
|
+
import mpWebCapacity from './mp_web';
|
|
3
|
+
import webCapacity from './web';
|
|
4
|
+
import mpCapacity from './mp';
|
|
5
|
+
export function whichCanIUse(jsapi, _platform, _client) {
|
|
6
|
+
var _a;
|
|
7
|
+
var _b;
|
|
8
|
+
_platform = _platform || platform;
|
|
9
|
+
_client = _client || client;
|
|
10
|
+
if (!_client || !_platform) return false;
|
|
11
|
+
var mapping = (_a = {}, _a[PLATFORM.MP] = mpCapacity, _a[PLATFORM.MPWEB] = mpWebCapacity, _a[PLATFORM.WEB] = webCapacity, _a);
|
|
12
|
+
var capacity = mapping[_platform];
|
|
13
|
+
if (!capacity) return false;
|
|
14
|
+
return (_b = capacity[_client]) === null || _b === void 0 ? void 0 : _b.includes(jsapi);
|
|
15
|
+
}
|